mirror of https://github.com/GNOME/gimp.git
12 lines
504 B
C
12 lines
504 B
C
/* Created with The GIMP */
|
|
#define zoom_out_width 22
|
|
#define zoom_out_height 18
|
|
#define zoom_out_x_hot 6
|
|
#define zoom_out_y_hot 6
|
|
static char zoom_out_bits[] = {
|
|
0x00, 0x00, 0x00, 0xf0, 0x01, 0x00, 0x08, 0x02, 0x00, 0x04, 0x04, 0x00,
|
|
0x02, 0x08, 0x00, 0x02, 0x08, 0x00, 0x02, 0x08, 0x1f, 0x02, 0x08, 0x00,
|
|
0x02, 0x08, 0x00, 0x04, 0x04, 0x00, 0x08, 0x0e, 0x00, 0xf0, 0x1d, 0x00,
|
|
0x00, 0x38, 0x00, 0x00, 0x70, 0x00, 0x00, 0xe0, 0x00, 0x00, 0xc0, 0x01,
|
|
0x00, 0x80, 0x00, 0x00, 0x00, 0x00 };
|