mirror of https://github.com/GNOME/gimp.git
18 lines
1020 B
C
18 lines
1020 B
C
/* Created with The GIMP */
|
|
#define free_select_small_width 32
|
|
#define free_select_small_height 32
|
|
#define free_select_small_x_hot 0
|
|
#define free_select_small_y_hot 0
|
|
static unsigned char free_select_small_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0xf0, 0x01, 0x00, 0x00, 0x0c, 0x06, 0x00, 0x00, 0x02, 0x08,
|
|
0x00, 0x00, 0x01, 0x10, 0x00, 0x00, 0x01, 0x10, 0x00, 0x00, 0x01, 0x10,
|
|
0x00, 0x00, 0x01, 0x08, 0x00, 0x00, 0x07, 0x06, 0x00, 0x80, 0xfa, 0x01,
|
|
0x00, 0x80, 0x06, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x80, 0x01, 0x00,
|
|
0x00, 0x60, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
|