summaryrefslogtreecommitdiff
path: root/src/icons/ldap.xpm
diff options
context:
space:
mode:
authorSimeon Simeonov2018-02-26 11:23:00 +0100
committerSimeon Simeonov2018-02-26 11:23:00 +0100
commit0b3cbf57875fd692e4ba0b336fefa4bee1ed00dc (patch)
treeaf916a30553c78ce9d4f2d8658656a175c5b6921 /src/icons/ldap.xpm
Initial commit for sylpheed 3.7.0
Diffstat (limited to 'src/icons/ldap.xpm')
-rw-r--r--src/icons/ldap.xpm25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/icons/ldap.xpm b/src/icons/ldap.xpm
new file mode 100644
index 0000000..c1e61e4
--- /dev/null
+++ b/src/icons/ldap.xpm
@@ -0,0 +1,25 @@
1/* XPM */
2static char * ldap_xpm[] = {
3"16 16 6 1",
4" c None",
5". c #000000",
6"+ c #E3DAB1",
7"@ c #606060",
8"# c #A0A0A0",
9"$ c #F6210A",
10" ",
11" . ........ ",
12" . .++++++. ",
13" . .@#@#@#. ",
14" . .#@#@#@. ",
15" . .++++++. ",
16" @.@ .++++++. ",
17" @......++++++. ",
18" @.@ .++++++. ",
19" . .++++++. ",
20" . .++++++. ",
21" . .+++$$+. ",
22" . .+++$$+. ",
23" . .++++++. ",
24" . ........ ",
25" "};