checkmark.bm 239 B

123456
  1. #define checkmark_width 12
  2. #define checkmark_height 12
  3. static char checkmark_bits[] = {
  4. 0x00, 0x00, 0x06, 0x03, 0x8e, 0x03, 0xdc, 0x01, 0xf8, 0x00, 0x70, 0x00,
  5. 0xf8, 0x00, 0xdc, 0x01, 0x8e, 0x03, 0x06, 0x03, 0x00, 0x00, 0x00, 0x00};