summaryrefslogtreecommitdiff
path: root/linux/pixmaps/pi-misc.xpm
blob: 2e5d5e07f985a3b21bd92e23b877903d15f44266 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* XPM */
static char *pi_misc[] = {
/* columns rows colors chars-per-pixel */
"16 15 2 1",
"  c Gray0",
". c None",
/* pixels */
"................",
"................",
"................",
"................",
"................",
"...    ..    ...",
"... .. .. .. ...",
"..            ..",
".. .......... ..",
".. .......... ..",
".. ...    ... ..",
".. .. .... .. ..",
"..   ......   ..",
"................",
"................"
};