#define arrow_width 22
#define arrow_height 22
#define arrow_x_hot 2
#define arrow_y_hot 2
static char arrow_bits[] = {
   0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x1e, 0x00, 0x00, 0x74, 0x00, 0x00,
   0xcc, 0x01, 0x00, 0x08, 0x07, 0x00, 0x18, 0x1c, 0x00, 0x10, 0x70, 0x00,
   0x30, 0xc0, 0x01, 0x20, 0x00, 0x07, 0x60, 0xc0, 0x1f, 0x40, 0x60, 0x00,
   0xc0, 0xc0, 0x00, 0x80, 0x88, 0x01, 0x80, 0x1d, 0x03, 0x00, 0x35, 0x06,
   0x00, 0x67, 0x0c, 0x00, 0xc6, 0x18, 0x00, 0x86, 0x0d, 0x00, 0x04, 0x07,
   0x00, 0x04, 0x02, 0x00, 0x00, 0x00};
