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