indentmore.xpm 488 B

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