6 lines
137 B
C
6 lines
137 B
C
|
/* Created with The GIMP */
|
||
|
#define icon_width 4
|
||
|
#define icon_height 4
|
||
|
static unsigned char icon_bits[] = {
|
||
|
0x00, 0x0f, 0x09, 0x0f };
|