mirror of https://github.com/GNOME/gimp.git
18 lines
985 B
C
18 lines
985 B
C
/* Created with The GIMP */
|
|
#define move_small_width 32
|
|
#define move_small_height 32
|
|
#define move_small_x_hot 0
|
|
#define move_small_y_hot 0
|
|
static unsigned char move_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, 0x40, 0x00, 0x00, 0x00, 0xe0, 0x00,
|
|
0x00, 0x00, 0xf0, 0x01, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x44, 0x04,
|
|
0x00, 0x00, 0x46, 0x0c, 0x00, 0x00, 0xff, 0x1f, 0x00, 0x00, 0x46, 0x0c,
|
|
0x00, 0x00, 0x44, 0x04, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0xf0, 0x01,
|
|
0x00, 0x00, 0xe0, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
|