#define rtarrow_width 16
#define rtarrow_height 16
#define rtarrow_x_hot 13
#define rtarrow_y_hot 7
static char rtarrow_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x0c,
   0xfe, 0x1f, 0xfe, 0x3f, 0xfe, 0x1f, 0x00, 0x0c, 0x00, 0x04, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
