10 lines
449 B
Groff
10 lines
449 B
Groff
#define spider2_width 24
|
|
#define spider2_height 24
|
|
static char spider2_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0xe0,0x00,0x00,0x1c,0x87,0x7f,
|
|
0x00,0x48,0x80,0x00,0x48,0x00,0xe0,0xf8,0x1d,0x1c,0xff,0x63,
|
|
0x00,0xff,0x87,0x0e,0xff,0x07,0xe8,0xff,0x0f,0xf0,0xff,0x0f,
|
|
0xf0,0xff,0x0f,0xf0,0xff,0x0f,0xe8,0xff,0x0f,0x0e,0xff,0x07,
|
|
0x00,0xff,0x07,0x00,0xfe,0x83,0x1c,0xff,0x61,0xe0,0x48,0x1e,
|
|
0x00,0x48,0x00,0x00,0x48,0x80,0x1c,0x87,0x7f,0xe0,0x00,0x00};
|