stattext.xpm 491 B

123456789101112131415161718192021222324
  1. /* XPM */
  2. static const char *const stattext_xpm[] = {
  3. /* width height ncolors chars_per_pixel */
  4. "16 16 2 1",
  5. /* colors */
  6. " s None c None",
  7. ". c #000000",
  8. /* pixels */
  9. " ",
  10. " ",
  11. " ",
  12. " .. ",
  13. " .. ",
  14. " .... ",
  15. " .... .... ",
  16. " . . .. .. ",
  17. " .. .. .... ",
  18. " .. .. .. .. ",
  19. " ...... .. .. ",
  20. ".. .. .. .. ",
  21. ".. .. ..... ",
  22. " ",
  23. " ",
  24. " "};