#define icon_cursor_width 16
#define icon_cursor_height 16
static short icon_cursor_bits[] = {
   0x0100, 0x0380, 0x07c0, 0x0fe0,
   0x1ff0, 0x3ff8, 0x7ffc, 0xfffe,
   0x7ffc, 0x3ff8, 0x1ff0, 0x0fe0,
   0x07c0, 0x0380, 0x0100, 0x0000};
