#define pencil_width 18
#define pencil_height 18
#define pencil_x_hot 0
#define pencil_y_hot 0
static unsigned char pencil_bits[] = {
   0x01, 0x00, 0x00, 0x06, 0x00, 0x00, 0x1e, 0x00, 0x00, 0x7c, 0x00, 0x00,
   0xdc, 0x00, 0x00, 0x88, 0x01, 0x00, 0x18, 0x03, 0x00, 0x30, 0x06, 0x00,
   0x60, 0x0c, 0x00, 0xc0, 0x18, 0x00, 0x80, 0x31, 0x00, 0x00, 0x63, 0x00,
   0x00, 0xf6, 0x00, 0x00, 0x8c, 0x01, 0x00, 0xf8, 0x03, 0x00, 0x30, 0x03,
   0x00, 0xe0, 0x01, 0x00, 0xc0, 0x00};
#define pencil_mask_width 20
#define pencil_mask_height 20
static unsigned char pencil_mask_bits[] = {
   0x01, 0x00, 0x00, 0x06, 0x00, 0x00, 0x1e, 0x00, 0x00, 0x7c, 0x00, 0x00,
   0xfc, 0x00, 0x00, 0xf8, 0x01, 0x00, 0xf8, 0x03, 0x00, 0xf0, 0x07, 0x00,
   0xe0, 0x0f, 0x00, 0xc0, 0x1f, 0x00, 0x80, 0x3f, 0x00, 0x00, 0x7f, 0x00,
   0x00, 0xfe, 0x00, 0x00, 0xfc, 0x01, 0x00, 0xf8, 0x03, 0x00, 0xf0, 0x03,
   0x00, 0xe0, 0x01, 0x00, 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
#define text_width 16
#define text_height 16
#define text_x_hot 7
#define text_y_hot 11
static unsigned char text_bits[] = {
   0xfe, 0x3f, 0xfe, 0x3f, 0xfe, 0x3f, 0xc2, 0x21, 0xc0, 0x01, 0xc0, 0x01,
   0xc0, 0x01, 0xc0, 0x01, 0x40, 0x01, 0x40, 0x01, 0x40, 0x01, 0x00, 0x00,
   0x40, 0x01, 0x40, 0x01, 0x40, 0x01, 0xf0, 0x07};
#define text_mask_width 16
#define text_mask_height 16
static unsigned char text_mask_bits[] = {
   0xfe, 0x3f, 0xfe, 0x3f, 0xfe, 0x3f, 0xc2, 0x21, 0xc2, 0x21, 0xc0, 0x01,
   0xc0, 0x01, 0xc0, 0x01, 0xc0, 0x01, 0xc0, 0x01, 0xc0, 0x01, 0x70, 0x07,
   0xc0, 0x01, 0xc0, 0x01, 0xc0, 0x01, 0xf0, 0x07};
#define bonds_width 16
#define bonds_height 16
#define bonds_x_hot 7
#define bonds_y_hot 7
static unsigned char bonds_bits[] = {
   0xc0, 0x01, 0xc0, 0x01, 0xc0, 0x01, 0xc0, 0x01, 0xc0, 0x01, 0xdf, 0x01,
   0x00, 0xfe, 0x3f, 0x00, 0x00, 0xfe, 0x9f, 0x00, 0x00, 0x00, 0xc0, 0x01,
   0x00, 0x00, 0xe0, 0x03, 0x00, 0x00, 0xf0, 0x07};
#define bonds_mask_width 16
#define bonds_mask_height 16
static unsigned char bonds_mask_bits[] = {
   0xe0, 0x03, 0xe0, 0x03, 0xe0, 0x03, 0xe0, 0x03, 0xe0, 0x03, 0xff, 0xff,
   0x3f, 0xfe, 0x3f, 0xfe, 0x3f, 0xfe, 0xff, 0xff, 0xe0, 0x03, 0xe0, 0x03,
   0xe0, 0x03, 0xf0, 0x07, 0xf0, 0x07, 0xf8, 0x0f};


syntax highlighted by Code2HTML, v. 0.9.1