delete.xpm 498 B

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