diff options
Diffstat (limited to 'dot_dzen/icons/play.xbm')
-rw-r--r-- | dot_dzen/icons/play.xbm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dot_dzen/icons/play.xbm b/dot_dzen/icons/play.xbm new file mode 100644 index 0000000..d42ad52 --- /dev/null +++ b/dot_dzen/icons/play.xbm @@ -0,0 +1,4 @@ +#define play_width 8 +#define play_height 8 +static unsigned char play_bits[] = { + 0x00, 0x06, 0x1E, 0x7E, 0x7E, 0x1E, 0x06, 0x00 }; |