diff options
Diffstat (limited to 'symbols/mute.xpm')
-rw-r--r-- | symbols/mute.xpm | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/symbols/mute.xpm b/symbols/mute.xpm new file mode 100644 index 0000000..7aa0b2c --- /dev/null +++ b/symbols/mute.xpm @@ -0,0 +1,41 @@ +/* XPM */ +static const char *const mute_xpm[] = { +"54 36 2 1", +". c #ffffff", +"# c #000000", +"............#####..............####..............#####", +"............######...........######.............######", +".............######........########............######.", +"..............######.....##########...........######..", +"...............######..############..........######...", +"................######..####...####.........######....", +".................######..#.....####........######.....", +"..................######.......####.......######......", +"...............#...######......####......######.......", +".............####...######.....####.....######........", +"...........#######...######....####....######.........", +"..###############.....######..........######..........", +"###############........######........######...........", +"##############..........######......######............", +"##############...........################.............", +"####.......###............##############..............", +"####.......###.............############...............", +"####.......###..............##########................", +"####.......###..............##########................", +"####.......###.............############...............", +"####.......###............##############..............", +"##############...........################.............", +"##############..........######......######............", +"###############........######........######...........", +"..###############.....######..........######..........", +"...........#######...######....####....######.........", +".............####...######.....####.....######........", +"...............#...######......####......######.......", +"..................######.......####.......######......", +".................######..#.....####........######.....", +"................######..####...####.........######....", +"...............######..############..........######...", +"..............######.....##########...........######..", +".............######........########............######.", +"............######...........######.............######", +"............#####..............####..............#####"}; |