-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathticon.bm
16 lines (16 loc) · 922 Bytes
/
ticon.bm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#define ticon_width 32
#define ticon_height 32
#define ticon_x_hot 0
#define ticon_y_hot 0
static char ticon_bits[] = {
0xff, 0xff, 0xff, 0xff, 0x01, 0x00, 0x00, 0x80, 0xfd, 0xff, 0xff, 0xbf,
0x05, 0x00, 0x00, 0xa0, 0x05, 0x00, 0x00, 0xa0, 0x85, 0x00, 0x00, 0xa0,
0xe5, 0x03, 0x00, 0xa0, 0xc5, 0xc1, 0x03, 0xa0, 0xc5, 0x01, 0x1f, 0xa0,
0x65, 0x03, 0x7c, 0xa0, 0x05, 0x30, 0xf0, 0xa0, 0x05, 0x38, 0xe0, 0xa1,
0x05, 0x1c, 0xc0, 0xa1, 0x05, 0x3e, 0xc0, 0xa3, 0x05, 0x77, 0x80, 0xa3,
0x05, 0xe3, 0x80, 0xa3, 0x05, 0xc0, 0x81, 0xa3, 0x05, 0x80, 0x83, 0xa3,
0x05, 0x00, 0x87, 0xa3, 0x05, 0x00, 0x8e, 0xa3, 0x05, 0x00, 0xdc, 0xa1,
0x05, 0x03, 0xf8, 0xa1, 0x85, 0x0f, 0xf0, 0xa0, 0xc5, 0x3d, 0xf8, 0xa0,
0xe5, 0xf9, 0xff, 0xa1, 0xe5, 0xe0, 0x9f, 0xa3, 0x45, 0x80, 0x07, 0xa3,
0x05, 0x00, 0x00, 0xa0, 0x05, 0x00, 0x00, 0xa0, 0xfd, 0xff, 0xff, 0xbf,
0x01, 0x00, 0x00, 0x80, 0xff, 0xff, 0xff, 0xff};