summaryrefslogtreecommitdiff
path: root/icons/24x24-infox/empty.xpm
blob: 0f00a2ac408bb7087977c83af35d5adff5fc6db2 (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
26
27
28
29
30
31
32
33
/* XPM */
static char *empty[] = {
/* width height ncolors chars_per_pixel */
"24 24 2 1",
/* colors */
"  c #000000",
". c None",
/* pixels */
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        "
};