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