#define daemons_width 16
#define daemons_height 16
static unsigned char daemons_bits[] = {
   0x00, 0x00, 0xe0, 0x03, 0xf0, 0x07, 0xf8, 0x0f, 0x9c, 0x1c, 0x9c, 0x1c,
   0xfc, 0x1f, 0xfc, 0x1f, 0x1c, 0x1c, 0x1c, 0x1c, 0xfc, 0x1f, 0xfc, 0x1f,
   0xdc, 0x1d, 0x8c, 0x18, 0x04, 0x10, 0x00, 0x00};
