summaryrefslogtreecommitdiff
path: root/etc/images/custom/down.xpm
blob: 9977d4991876686f24874c72005a0f266d83a2c6 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* XPM */
static char * down_xpm[] = {
"9 9 4 1",
" 	c none",
".	c black",
"x	c gray45",
"+	c white",
".........",
".x+++++x.",
" .+++++. ",
" .x+++x. ",
"  .+++.  ",
"  .x+x.  ",
"   .+.   ",
"   .x.   ",
"    .    "};