summaryrefslogtreecommitdiff
path: root/src/icons/vcard.xpm
diff options
context:
space:
mode:
Diffstat (limited to 'src/icons/vcard.xpm')
-rw-r--r--src/icons/vcard.xpm25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/icons/vcard.xpm b/src/icons/vcard.xpm
new file mode 100644
index 0000000..7b1aeec
--- /dev/null
+++ b/src/icons/vcard.xpm
@@ -0,0 +1,25 @@
1/* XPM */
2static char * vcard_xpm[] = {
3"16 16 6 1",
4" c None",
5". c #000000",
6"+ c #FFFFFF",
7"@ c #4D4D4D",
8"# c #CFBF7A",
9"$ c #858585",
10" ",
11" ",
12" ...............",
13" .+++++++++++++.",
14" .+++++++++++++.",
15" .+@@@+++++++++.",
16" .+@#@+.+.+.+.+.",
17" .+@@@+++++++++.",
18" .+#@#+.+..+..+.",
19" .+@#@+++++++++.",
20" .+@$@+..+..+.+.",
21" .+@$@+++++++++.",
22" .+++++++++++++.",
23" ...............",
24" ",
25" "};