#define zoomInMask_width 16
#define zoomInMask_height 16
#define zoomInMask_x_hot 5
#define zoomInMask_y_hot 5
static unsigned char zoomInMask_bits[] = {
   0xf8, 0x00, 0xfc, 0x01, 0x06, 0x03, 0x23, 0x06, 0x63, 0x06, 0xfb, 0x06,
   0xf3, 0x07, 0x63, 0x06, 0x46, 0x07, 0xfc, 0x0f, 0xf8, 0x1f, 0x00, 0x3e,
   0x00, 0x7c, 0x00, 0xf8, 0x00, 0xf0, 0x00, 0xe0};
