diff options
Diffstat (limited to 'symbols/encrypted.xpm')
-rw-r--r-- | symbols/encrypted.xpm | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/symbols/encrypted.xpm b/symbols/encrypted.xpm new file mode 100644 index 0000000..f2ae082 --- /dev/null +++ b/symbols/encrypted.xpm @@ -0,0 +1,23 @@ +/* XPM */ +static char * encrypted_xpm[] = { +"27 18 2 1", +". c #FFFFFF", +"+ c #000000", +"...........................", +"...........................", +"..+++++++++++++++++++++++..", +"..+++++++++++++++++++++++..", +"..++...................++..", +"..++...................++..", +"..++............++++...++..", +"..++...........++..++..++..", +"..++.+++++++++++....++.++..", +"..++.+++++++++++....++.++..", +"..++..+++......++..++..++..", +"..++..+++.......++++...++..", +"..++...................++..", +"..++...................++..", +"..+++++++++++++++++++++++..", +"..+++++++++++++++++++++++..", +"...........................", +"..........................."}; |