10 lines
539 B
Plaintext
10 lines
539 B
Plaintext
#define close_bag_width 24
|
|
#define close_bag_height 24
|
|
static char close_bag_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe7, 0x00, 0x00, 0xf9, 0x03,
|
|
0x00, 0x82, 0x07, 0x00, 0x04, 0x04, 0x00, 0x44, 0x07, 0x00, 0x1c, 0x0c,
|
|
0x80, 0xff, 0x09, 0xc0, 0xff, 0x1b, 0x40, 0xff, 0x1f, 0x20, 0xf8, 0x13,
|
|
0x20, 0xc0, 0x08, 0x20, 0x82, 0x08, 0x20, 0x46, 0x0a, 0x50, 0x40, 0x04,
|
|
0x90, 0x40, 0x04, 0x90, 0x40, 0x04, 0x20, 0x20, 0x04, 0x40, 0x24, 0x02,
|
|
0x80, 0xa3, 0x03, 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|