summaryrefslogtreecommitdiff
path: root/src/icons/deleted.xpm
diff options
context:
space:
mode:
Diffstat (limited to 'src/icons/deleted.xpm')
-rw-r--r--src/icons/deleted.xpm15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/icons/deleted.xpm b/src/icons/deleted.xpm
new file mode 100644
index 0000000..988364b
--- /dev/null
+++ b/src/icons/deleted.xpm
@@ -0,0 +1,15 @@
1/* XPM */
2static char * deleted_xpm[] = {
3"10 10 2 1",
4" c None",
5". c #999999",
6" ",
7" . .. ",
8" .. ... ",
9" .... ",
10" .. ",
11" .... ",
12" ..... ",
13" .. ... ",
14" . . ",
15" "};