info.xpm 464 B

123456789101112131415161718192021222324
  1. /* XPM */
  2. static const char *const info_xpm[] = {
  3. /* columns rows colors chars-per-pixel */
  4. "16 16 2 1",
  5. " c None",
  6. ". c Blue",
  7. /* pixels */
  8. " ",
  9. " .... ",
  10. " ...... ",
  11. " ...... ",
  12. " .... ",
  13. " ",
  14. " ",
  15. " ....... ",
  16. " ..... ",
  17. " ..... ",
  18. " ..... ",
  19. " ..... ",
  20. " ..... ",
  21. " ..... ",
  22. " ..... ",
  23. " ......... "
  24. };