mirror of https://github.com/GNOME/gimp.git
18 lines
987 B
C
18 lines
987 B
C
/* Created with The GIMP */
|
|
#define burn_small_width 32
|
|
#define burn_small_height 32
|
|
#define burn_small_x_hot 10
|
|
#define burn_small_y_hot 10
|
|
static unsigned char burn_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, 0xfc, 0x7f, 0x00, 0x00, 0xfc, 0x7f, 0x00, 0x00, 0x7c, 0x7c,
|
|
0x00, 0x00, 0x1c, 0x70, 0x00, 0x00, 0x1c, 0x70, 0x00, 0x00, 0x0c, 0x60,
|
|
0x00, 0x00, 0x0c, 0x60, 0x00, 0x00, 0x0c, 0x60, 0x00, 0x00, 0x1c, 0x70,
|
|
0x00, 0x00, 0x1c, 0x70, 0x00, 0x00, 0x7c, 0x7c, 0x00, 0x00, 0xfc, 0x7f,
|
|
0x00, 0x00, 0xfc, 0x7f, 0x00, 0x00, 0x00, 0x00 };
|