vdr/symbols/arrowup.xpm

18 lines
289 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 arrowup_xpm[] = {
2004-05-16 10:35:36 +02:00
"12 12 2 1",
". c #FFFFFF",
"+ c #000000",
".....++.....",
".....++.....",
"....++++....",
"....++++....",
"...++++++...",
"...++++++...",
"..++++++++..",
"..++++++++..",
".++++++++++.",
".++++++++++.",
"++++++++++++",
"++++++++++++"};