#define airbrush_c_width 16
#define airbrush_c_height 16
#define airbrush_c_x_hot 8
#define airbrush_c_y_hot 1
static char airbrush_c_bits[] = {
   0x00, 0x00, 0x00, 0x01, 0x80, 0x02, 0x40, 0x05, 0xc0, 0x05, 0xa0, 0x0f,
   0xe0, 0x08, 0xa0, 0x08, 0xe0, 0x08, 0xa0, 0x08, 0xe0, 0x08, 0xa0, 0x08,
   0xe0, 0x08, 0xa0, 0x08, 0xe0, 0x0f, 0x00, 0x00};
