abiword_16.xpm 637 B

123456789101112131415161718192021222324252627282930313233
  1. /* XPM */
  2. static char *ant16x16_2[] = {
  3. /* width height num_colors chars_per_pixel */
  4. " 16 16 8 1",
  5. /* colors */
  6. "` c None",
  7. ". c #04fbfb",
  8. "# c #040505",
  9. "a c #818585",
  10. "b c #048585",
  11. "c c #010101",
  12. "d c #d1d0c5",
  13. "e c #010101",
  14. /* pixels */
  15. "`###```````####`",
  16. "#aaa#`````#aaaa#",
  17. "a```a#````#a```a",
  18. "`````#a``a#`````",
  19. "`````#######````",
  20. "````#......#````",
  21. "```#....#.#.#```",
  22. "``#.....#.#..#``",
  23. "``#..........#``",
  24. "``#...........#`",
  25. "``#..#........#`",
  26. "```#.#b.......#`",
  27. "````#.#.......#`",
  28. "`````##b......#`",
  29. "```````##....#``",
  30. "`````````####```"
  31. };
  32. /* converted using Xnview. Alan Horkan 2001 */