mirror of https://github.com/GNOME/gimp.git
18 lines
1005 B
C
18 lines
1005 B
C
/* Created with The GIMP */
|
|
#define airbrush_small_width 32
|
|
#define airbrush_small_height 32
|
|
#define airbrush_small_x_hot 0
|
|
#define airbrush_small_y_hot 0
|
|
static unsigned char airbrush_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, 0x30, 0x00, 0x00, 0x00, 0x78,
|
|
0x00, 0x00, 0x00, 0x7c, 0x00, 0x00, 0x00, 0x3e, 0x00, 0x00, 0x18, 0x1f,
|
|
0x00, 0x00, 0x8c, 0x0e, 0x00, 0x00, 0x5e, 0x06, 0x00, 0x00, 0x3a, 0x03,
|
|
0x00, 0x00, 0x90, 0x01, 0x00, 0x00, 0xc8, 0x60, 0x00, 0x00, 0x64, 0x10,
|
|
0x00, 0x00, 0xb2, 0x10, 0x00, 0x00, 0x9a, 0x10, 0x00, 0x00, 0x0f, 0x09,
|
|
0x00, 0x00, 0x03, 0x06, 0x00, 0x00, 0x00, 0x00 };
|