diff options
Diffstat (limited to 'dot_dzen/icons/fwd.xbm')
-rw-r--r-- | dot_dzen/icons/fwd.xbm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dot_dzen/icons/fwd.xbm b/dot_dzen/icons/fwd.xbm new file mode 100644 index 0000000..3f52ea9 --- /dev/null +++ b/dot_dzen/icons/fwd.xbm @@ -0,0 +1,4 @@ +#define fwd_width 8 +#define fwd_height 8 +static unsigned char fwd_bits[] = { + 0x00, 0x12, 0x36, 0x7E, 0x7E, 0x36, 0x12, 0x00 }; |