7 lines
312 B
C
7 lines
312 B
C
#define icon_incident_width 16
|
|
#define icon_incident_height 16
|
|
static unsigned char icon_incident_bits[] = {
|
|
0x41, 0x00, 0x21, 0x18, 0x07, 0x06, 0x9d, 0x01, 0x31, 0x60, 0x21, 0x1c,
|
|
0x61, 0x03, 0x41, 0x00, 0x41, 0x00, 0x61, 0x03, 0x21, 0x1c, 0x31, 0x60,
|
|
0x9d, 0x01, 0x07, 0x06, 0x21, 0x18, 0x41, 0x00 };
|