summaryrefslogtreecommitdiffstats
path: root/kenolaba/bitmaps/Arrow4Mask
blob: 6c498fb52e3df4d401a294cbf12737a5250d8a66 (plain)
1
2
3
4
5
6
#define Arrow4Mask_width 16
#define Arrow4Mask_height 16
static unsigned char Arrow4Mask_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0xc0, 0x03, 0xf0, 0x03, 0xfc, 0x3f,
   0xfe, 0x7f, 0xff, 0xff, 0xfe, 0x7f, 0xfc, 0x3f, 0xf0, 0x03, 0xc0, 0x03,
   0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};