diff options
Diffstat (limited to 'symbols/small/mail.xpm')
-rw-r--r-- | symbols/small/mail.xpm | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/symbols/small/mail.xpm b/symbols/small/mail.xpm new file mode 100644 index 0000000..2eb5158 --- /dev/null +++ b/symbols/small/mail.xpm @@ -0,0 +1,24 @@ +/* XPM */ +static char * mail_xpm[] = { +"27 18 3 1", +" c None", +". c #8D8F8D", +"+ c #000000", +"...........................", +"...........................", +"..+++++++++++++++++++++++..", +"..+++++++++++++++++++++++..", +"..++++...............++++..", +"..++.++.............++.++..", +"..++..++...........++..++..", +"..++...++.........++...++..", +"..++....++.......++....++..", +"..++....+++.....+++....++..", +"..++...++.++...++.++...++..", +"..++..++...++.++...++..++..", +"..++.++.....+++.....++.++..", +"..++++.......+.......++++..", +"..+++++++++++++++++++++++..", +"..+++++++++++++++++++++++..", +"...........................", +"..........................."}; |