#define arrow_width 18
#define arrow_height 18
static char arrow_bits[] = {
 0x00,0x01,0x00,0x00,0x03,0x00,0x00,0x05,0x00,0x00,0x09,0x00,0xff,0x11,0x00,
 0x01,0x20,0x00,0x01,0x40,0x00,0x01,0x80,0x00,0x01,0x00,0x01,0x01,0x80,0x03,
 0x01,0xc0,0x01,0x01,0xe0,0x00,0xff,0x71,0x00,0xfe,0x39,0x00,0x00,0x1d,0x00,
 0x00,0x0f,0x00,0x00,0x07,0x00,0x00,0x02,0x00};
