#define arrow_west_width 16
#define arrow_west_height 16
#define arrow_west_x_hot 0
#define arrow_west_y_hot 0
static char arrow_west_bits[] = {
   0xff, 0x7f, 0xff, 0x7e, 0x7f, 0x7f, 0xbf, 0x7f, 0xdf, 0x7f, 0xef, 0x7f,
   0xf7, 0x7f, 0x03, 0x00, 0xf7, 0x7f, 0xef, 0x7f, 0xdf, 0x7f, 0xbf, 0x7f,
   0x7f, 0x7f, 0xff, 0x7e, 0xff, 0x7f, 0xff, 0x7f};
