#define thumbVMask_width 16
#define thumbVMask_height 16
#define thumbVMask_x_hot 7
#define thumbVMask_y_hot 7
static char thumbVMask_bits[] = {
   0xf8, 0x0f, 0xf8, 0x0f, 0xf8, 0x0f, 0xf8, 0x0f, 0xf8, 0x0f, 0xf8, 0x0f,
   0xff, 0x7f, 0xff, 0x7f, 0xff, 0x7f, 0xf8, 0x0f, 0xf8, 0x0f, 0xf8, 0x0f,
   0xf8, 0x0f, 0xf8, 0x0f, 0xf8, 0x0f, 0x00, 0x00};
