vdr/symbols/volume.xpm

20 lines
544 B
C
Raw Normal View History

2004-05-16 10:35:36 +02:00
/* XPM */
2006-02-05 13:55:58 +01:00
static const char *const volume_xpm[] = {
2004-05-16 10:35:36 +02:00
"28 14 2 1",
". c #FFFFFF",
"+ c #000000",
"..........................++",
"........................++++",
"......................++++++",
"....................++++++++",
"..................++++++++++",
"................++++++++++++",
"..............++++++++++++++",
"............++++++++++++++++",
"..........++++++++++++++++++",
"........++++++++++++++++++++",
"......++++++++++++++++++++++",
"....++++++++++++++++++++++++",
"..++++++++++++++++++++++++++",
"++++++++++++++++++++++++++++"};