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