minus.xbm 198 B

12345
  1. #define minus_width 9
  2. #define minus_height 9
  3. static unsigned char minus_bits[] = {
  4. 0xff, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x7d, 0x01, 0x01, 0x01,
  5. 0x01, 0x01, 0x01, 0x01, 0xff, 0x01};