aboutsummaryrefslogtreecommitdiff
path: root/sandbox/trash.xbm
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/trash.xbm')
-rw-r--r--sandbox/trash.xbm6
1 files changed, 6 insertions, 0 deletions
diff --git a/sandbox/trash.xbm b/sandbox/trash.xbm
new file mode 100644
index 0000000..0370f11
--- /dev/null
+++ b/sandbox/trash.xbm
@@ -0,0 +1,6 @@
+#define trash_width 16
+#define trash_height 16
+static char trash_bits[] = {
+ 0x00, 0x01, 0xe0, 0x0f, 0x10, 0x10, 0xf8, 0x3f, 0x10, 0x10, 0x50, 0x15,
+ 0x50, 0x15, 0x50, 0x15, 0x50, 0x15, 0x50, 0x15, 0x50, 0x15, 0x50, 0x15,
+ 0x50, 0x15, 0x10, 0x10, 0xe0, 0x0f, 0x00, 0x00};