2021-01-10 17:24:30 -03:00

7 lines
300 B
C

#define iconify_hover_width 15
#define iconify_hover_height 15
static unsigned char iconify_hover_bits[] = {
0xe0, 0x03, 0xf8, 0x0f, 0xfc, 0x1f, 0xfe, 0x3f, 0xfe, 0x3f, 0xe7, 0x73,
0xc7, 0x71, 0x8f, 0x78, 0x1f, 0x7c, 0x3f, 0x7e, 0x7e, 0x3f, 0xfe, 0x3f,
0xfc, 0x1f, 0xf8, 0x0f, 0xe0, 0x03 };