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