1
0
mirror of https://github.com/VDR4Arch/vdr.git synced 2023-10-10 13:36:52 +02:00
vdr/symbols/arrowup.xpm
2006-02-05 13:55:58 +01:00

18 lines
289 B
C

/* XPM */
static const char *const arrowup_xpm[] = {
"12 12 2 1",
". c #FFFFFF",
"+ c #000000",
".....++.....",
".....++.....",
"....++++....",
"....++++....",
"...++++++...",
"...++++++...",
"..++++++++..",
"..++++++++..",
".++++++++++.",
".++++++++++.",
"++++++++++++",
"++++++++++++"};