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