summaryrefslogtreecommitdiff
path: root/icons/14x14-general/system.xpm
blob: 7a615c9bdd79577ab34483a225d5d14673b3d72c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/* XPM */
static char *system_xpm[] = {
/* columns rows colors chars-per-pixel */
"14 14 5 1",
". c black",
"+ c #a0a0a0",
"# c gray85",
"$ c white",
"  c None",
/* pixels */
"              ",
"      .       ",
"   . .$. .    ",
"  .$.$##.#.   ",
" .$$#####++.  ",
"  .###+#+#.   ",
" .$##...+++.  ",
".$##+. .#+##. ",
" .#+#...+##.  ",
"  .#+#+++#.   ",
" .#++++####.  ",
"  .+.+##.#.   ",
"   . .#. .    ",
"      .       ",
};