mirror of
https://github.com/xHyroM/dotfiles.git
synced 2024-11-10 01:18:06 +01:00
6 lines
282 B
C
6 lines
282 B
C
#define iconify_width 15
|
|
#define iconify_height 15
|
|
static unsigned char iconify_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x1e, 0x3c, 0x3e, 0x3e, 0x76, 0x37, 0xe6, 0x33,
|
|
0xc6, 0x31, 0x8e, 0x38, 0x1c, 0x1c, 0x38, 0x0e, 0x70, 0x07, 0xe0, 0x03,
|
|
0xc0, 0x01, 0x00, 0x00, 0x00, 0x00 };
|