10 lines
455 B
Plaintext
10 lines
455 B
Plaintext
#define corner-ne_width 24
|
|
#define corner-ne_height 24
|
|
static char corner-ne_bits[] = {
|
|
0x00,0x1f,0x01,0x00,0x3f,0x01,0x00,0x2f,0x01,0x00,0x9f,0x00,
|
|
0x00,0x1f,0x01,0x00,0x1d,0x01,0x00,0x2f,0xff,0x00,0x1e,0x00,
|
|
0x00,0x1f,0x02,0x00,0x1f,0x61,0x00,0xef,0xde,0x00,0xff,0xff,
|
|
0x00,0xf6,0xff,0x00,0xff,0xff,0x00,0xfb,0xff,0x00,0xff,0xff,
|
|
0x00,0xfd,0xfe,0x00,0x7e,0xff,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|