mirror of https://github.com/GNOME/gimp.git
10 lines
481 B
C
10 lines
481 B
C
#define linked_width 21
|
|
#define linked_height 21
|
|
static unsigned char linked_bits[] = {
|
|
0x00, 0x04, 0x00, 0x00, 0x0e, 0x00, 0x00, 0x1f, 0x00, 0x80, 0x3f, 0x00,
|
|
0x00, 0x0e, 0x00, 0x00, 0x0e, 0x00, 0x00, 0x0e, 0x00, 0x08, 0x0e, 0x02,
|
|
0x0c, 0x0e, 0x06, 0xfe, 0xff, 0x0f, 0xff, 0xff, 0x1f, 0xfe, 0xff, 0x0f,
|
|
0x0c, 0x0e, 0x06, 0x08, 0x0e, 0x02, 0x00, 0x0e, 0x00, 0x00, 0x0e, 0x00,
|
|
0x00, 0x0e, 0x00, 0x80, 0x3f, 0x00, 0x00, 0x1f, 0x00, 0x00, 0x0e, 0x00,
|
|
0x00, 0x04, 0x00, };
|