#define zoomOutMask_width 16
#define zoomOutMask_height 16
#define zoomOutMask_x_hot 5
#define zoomOutMask_y_hot 5
static unsigned char zoomOutMask_bits[] = {
   0xf8, 0x00, 0xfc, 0x01, 0x06, 0x03, 0x03, 0x06, 0x03, 0x06, 0xfb, 0x06,
   0xf3, 0x07, 0x03, 0x06, 0x06, 0x07, 0xfc, 0x0f, 0xf8, 0x1f, 0x00, 0x3e,
   0x00, 0x7c, 0x00, 0xf8, 0x00, 0xf0, 0x00, 0xe0};
