10 lines
548 B
Plaintext
10 lines
548 B
Plaintext
#define dark_unicorn_width 24
|
|
#define dark_unicorn_height 24
|
|
static char dark_unicorn_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x38, 0x00, 0x00, 0x2c, 0x00,
|
|
0xc0, 0xf7, 0x00, 0x78, 0xb8, 0x00, 0x8c, 0xc4, 0x00, 0x24, 0xe0, 0x00,
|
|
0x47, 0xc9, 0x00, 0x00, 0x72, 0x00, 0x6f, 0x38, 0x00, 0xdf, 0x63, 0x00,
|
|
0xbd, 0x3e, 0x00, 0xbe, 0x00, 0x00, 0xbd, 0x01, 0x00, 0x7b, 0x03, 0x00,
|
|
0xc0, 0x06, 0x00, 0xad, 0x0d, 0x00, 0x6d, 0x1b, 0x00, 0xb6, 0x0d, 0x00,
|
|
0xda, 0x06, 0x00, 0x6a, 0x03, 0x00, 0xb4, 0x01, 0x00, 0xc7, 0x00, 0x00};
|