summaryrefslogtreecommitdiffstats
path: root/kenolaba/bitmaps/Arrow4
blob: dfcdbd82e516c6cfe45866495f26dc23ba71b322 (plain)
1
2
3
4
5
6
7
8
#define Arrow4_width 16
#define Arrow4_height 16
#define Arrow4_x_hot 8
#define Arrow4_y_hot 7
static unsigned char Arrow4_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0xc0, 0x01, 0xf0, 0x00,
   0xfc, 0x3f, 0xfe, 0x7f, 0xfc, 0x3f, 0xf0, 0x00, 0xc0, 0x01, 0x00, 0x01,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};