diff options
Diffstat (limited to 'dot_dzen/icons/arrow_down.xbm')
-rw-r--r-- | dot_dzen/icons/arrow_down.xbm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dot_dzen/icons/arrow_down.xbm b/dot_dzen/icons/arrow_down.xbm new file mode 100644 index 0000000..0502235 --- /dev/null +++ b/dot_dzen/icons/arrow_down.xbm @@ -0,0 +1,4 @@ +#define net_down_03_width 8 +#define net_down_03_height 8 +static unsigned char net_down_03_bits[] = { + 0x38, 0x38, 0x38, 0x38, 0xFE, 0x7C, 0x38, 0x10 }; |