#define l_arrow_mask_width 22
#define l_arrow_mask_height 22
#define l_arrow_mask_x_hot 20
#define l_arrow_mask_y_hot 2

static char l_arrow_mask_bits[] = {
 0x00, 0x00, 0x38, 0x00, 0x00, 0x3e, 0x00, 0x80, 0x3f, 0x00, 0xe0, 0x1f,
 0x00, 0xf8, 0x1f, 0x00, 0xfe, 0x0f, 0x80, 0xff, 0x0f, 0xe0, 0xff, 0x07,
 0xf8, 0xff, 0x07, 0xfe, 0xff, 0x03, 0xff, 0xff, 0x03, 0xff, 0xff, 0x01,
 0xe0, 0xff, 0x01, 0xf0, 0xff, 0x00, 0xf8, 0xff, 0x00, 0xfc, 0x7f, 0x00,
 0xfe, 0x7f, 0x00, 0xff, 0x3d, 0x00, 0xfe, 0x3c, 0x00, 0x7c, 0x1c, 0x00,
 0x38, 0x1c, 0x00, 0x10, 0x0c, 0x00 };
