#define arrow_left_width 16
#define arrow_left_height 8
static unsigned char arrow_left_bits[] = {
   0x70, 0x00, 0x38, 0x00, 0x1c, 0x00, 0xfe, 0xff, 0xfe, 0xff, 0x1c, 0x00,
   0x38, 0x00, 0x70, 0x00};