#define icon_cursor_mask_width 16
#define icon_cursor_mask_height 16
static short icon_cursor_mask_bits[] = {
   0xfeff, 0xfc7f, 0xf93f, 0xf39f,
   0xe7cf, 0xcee7, 0x9c73, 0x3839,
   0x9c73, 0xcee7, 0xe7cf, 0xf39f,
   0xf93f, 0xfc7f, 0xfeff, 0xffff};
