7 lines
309 B
C
7 lines
309 B
C
#define avatar_black_width 16
|
|
#define avatar_black_height 16
|
|
static unsigned char avatar_black_bits[] = {
|
|
0x60, 0x20, 0xec, 0x30, 0xfe, 0x7f, 0xf6, 0x7f, 0xf6, 0x7f, 0xff, 0xff,
|
|
0xff, 0xed, 0xff, 0xff, 0xfe, 0x7f, 0xf6, 0x7f, 0xc6, 0x3f, 0x06, 0x1f,
|
|
0xcc, 0x0f, 0xec, 0x0f, 0xf8, 0x0f, 0xf0, 0x1f };
|