diff options
Diffstat (limited to 'symbols/720/Bencrypted.xpm')
-rw-r--r-- | symbols/720/Bencrypted.xpm | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/symbols/720/Bencrypted.xpm b/symbols/720/Bencrypted.xpm new file mode 100644 index 00000000..3caf091d --- /dev/null +++ b/symbols/720/Bencrypted.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static const char *const Bencrypted_xpm [] = { +/* columns rows colors chars-per-pixel */ +"33 22 2 1 ", +". c #FFFFFF", +"# c #000000", +/* pixels */ +".................................", +".................................", +"..#############################..", +"..#############################..", +"..#############################..", +"..###.......................###..", +"..###.......................###..", +"..###..............#####....###..", +"..###.............########..###..", +"..###............###....###.###..", +"..###.#############......##.###..", +"..###.#############......##.###..", +"..###..#####.....###....###.###..", +"..###..####.......########..###..", +"..###..####........#####....###..", +"..###.......................###..", +"..###.......................###..", +"..#############################..", +"..#############################..", +"..#############################..", +".................................", +"................................." +}; |