summaryrefslogtreecommitdiffstats
path: root/data/pixmaps/misc/unconnected-selected.xpm
blob: 27ba0586d9dde878ef1d32234be9c956db53e0c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* XPM */
static char *someicon[] = {
/* columns rows colors chars-per-pixel */
"12 12 2 1",
"x c black",
"  c none",
/* pixels */
"xxxxxxxxxxxx"
"x          x"
"x xxxxxxxx x"
"x x      x x"
"x x      x x"
"x x      x x"
"x x      x x"
"x x      x x"
"x x      x x"
"x xxxxxxxx x"
"x          x"
"xxxxxxxxxxxx"
};