10 lines
524 B
Plaintext
10 lines
524 B
Plaintext
#define avatar_width 24
|
|
#define avatar_height 24
|
|
static char avatar_bits[] = {
|
|
0x00, 0x00, 0x00, 0x80, 0x4a, 0x00, 0x00, 0x2d, 0x00, 0x00, 0x3f, 0x00,
|
|
0x00, 0x37, 0x00, 0x00, 0x1e, 0x00, 0x00, 0x1e, 0x00, 0x00, 0x6d, 0x1c,
|
|
0x80, 0x92, 0x17, 0x80, 0xfc, 0x1d, 0x00, 0x89, 0x07, 0x80, 0xe2, 0x00,
|
|
0x00, 0x5d, 0x00, 0x00, 0x2b, 0x00, 0x00, 0x35, 0x00, 0x00, 0x6b, 0x00,
|
|
0x80, 0x5d, 0x00, 0x80, 0x6e, 0x00, 0x80, 0x5d, 0x00, 0x80, 0x6e, 0x00,
|
|
0x80, 0xdd, 0x00, 0x80, 0xba, 0x00, 0x00, 0x67, 0x00, 0x00, 0x00, 0x00};
|