#define arrow_image_width 16
#define arrow_image_height 16
#define arrow_image_x_hot 2
#define arrow_image_y_hot 1
static short arrow_image_bits[] = {
   0x0006, 0x000e, 0x003e, 0x007e,
   0x00fe, 0x01fe, 0x03fe, 0x07fe,
   0x0ffe, 0x00fe, 0x01fe, 0x01ee,
   0x03e6, 0x03c2, 0x07c0, 0x0780};
