summaryrefslogtreecommitdiff
path: root/navit/xpm/unknown.xpm
blob: 8f6835f2283eb6a850cb7c423a04c6b559700815 (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
/* XPM */
static char *noname[] = {
/* width height ncolors chars_per_pixel */
"13 14 3 1",
/* colors */
"  c yellow",
". c blue",
"X c None",
/* pixels */
"             ",
" ........... ",
" ...     ... ",
" .. ..... .. ",
" ........ .. ",
" ........ .. ",
" ......  ... ",
" ..... ..... ",
" ..... ..... ",
" ........... ",
" ..... ..... ",
" ........... ",
" ........... ",
"             "
};