mirror of https://github.com/GNOME/gimp.git
18 lines
985 B
C
18 lines
985 B
C
/* Created with The GIMP */
|
|
#define hand_small_width 32
|
|
#define hand_small_height 32
|
|
#define hand_small_x_hot 0
|
|
#define hand_small_y_hot 0
|
|
static unsigned char hand_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, 0xff, 0x01, 0x00, 0x80, 0x00, 0x02,
|
|
0x00, 0x00, 0x3f, 0x04, 0x00, 0x00, 0x04, 0x08, 0x00, 0x00, 0x38, 0x08,
|
|
0x00, 0x00, 0x04, 0x08, 0x00, 0x00, 0x38, 0x14, 0x00, 0x00, 0x04, 0x22,
|
|
0x00, 0x00, 0x18, 0x41, 0x00, 0x00, 0xa0, 0x20, 0x00, 0x00, 0x40, 0x12,
|
|
0x00, 0x00, 0x80, 0x08, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x02,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
|