diff options
Diffstat (limited to 'subtle/icons/list.xbm')
-rw-r--r-- | subtle/icons/list.xbm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/subtle/icons/list.xbm b/subtle/icons/list.xbm new file mode 100644 index 0000000..599075d --- /dev/null +++ b/subtle/icons/list.xbm @@ -0,0 +1,5 @@ +#define list_width 9 +#define list_height 9 +static unsigned char list_bits[] = { + 0xfb, 0x00, 0x03, 0x00, 0x00, 0x00, 0xfb, 0x00, 0x03, 0x00, 0x00, 0x00, + 0xfb, 0x00, 0x03, 0x00, 0x00, 0x00 }; |