Files
2017-10-19 12:40:28 -04:00

22 lines
303 B
Plaintext

#define thumbsdown_width 16
#define thumbsdown_height 16
static char thumbsdown_bits[] = {
0x00, 0x00,
0xfc, 0x07,
0x02, 0x0c,
0x02, 0x78,
0x1e, 0x48,
0x02, 0x48,
0x02, 0x48,
0x1e, 0x48,
0x02, 0x78,
0x02, 0x0c,
0x7c, 0x04,
0xc0, 0x04,
0x80, 0x04,
0x80, 0x04,
0x80, 0x04,
0x00, 0x03,
};