mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-17 07:59:29 -07:00
22 lines
303 B
Plaintext
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,
|
|
|
|
};
|