summaryrefslogtreecommitdiffstats
path: root/perl-install/pixmaps/arrow_up.xpm
blob: fc3c5313148d492a9892880ff3e9805c501b3216 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* XPM */
static char * arrow_up_xpm[] = {
"6 8 3 1",
" 	c None",
".	c #999ABD",
"+	c #000000",
"..++..",
".++++.",
"++++++",
"++++++",
"..++..",
"..++..",
"..++..",
"..++.."};