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