close.xbm 264 B

1234567
  1. #define close_width 14
  2. #define close_height 14
  3. static unsigned char close_bits[] = {
  4. 0xe0, 0x01, 0xf8, 0x07, 0xfc, 0x0f, 0xfe, 0x1f, 0xce, 0x1c, 0x0f, 0x3c,
  5. 0x1f, 0x3e, 0x1f, 0x3e, 0x0f, 0x3c, 0xce, 0x1c, 0xfe, 0x1f, 0xfc, 0x0f,
  6. 0xf8, 0x07, 0xe0, 0x01 };