#define arrow_width 12
#define arrow_height 11
#define arrow_x_hot 1
#define arrow_y_hot 5
static short arrow_bits[] = {
   0x0000, 0x0020, 0x0030, 0x0038,
   0x07fc, 0x07fe, 0x07fc, 0x0038,
   0x0030, 0x0020, 0x0000};
