34 lines
889 B
C
34 lines
889 B
C
/* XPM */
|
|
static char * tee_we,nw_111_xpm[] = {
|
|
/* width height ncolors chars_per_pixel */
|
|
"24 24 3 1 0 0",
|
|
/* colors */
|
|
" s Dark blue c Navy",
|
|
". s None c None",
|
|
"X s Light blue c DodgerBlue",
|
|
/* pixels */
|
|
" .............",
|
|
" X ............",
|
|
" XX ...........",
|
|
" X ..........",
|
|
" XX ..... ",
|
|
" ",
|
|
" XX ",
|
|
" XX XX ",
|
|
" XX XX ",
|
|
" ",
|
|
" XXX ",
|
|
" XX ",
|
|
" ",
|
|
" XX ",
|
|
" X ",
|
|
" XXX XX ",
|
|
" XXX ",
|
|
" ",
|
|
" ",
|
|
" ......... ",
|
|
"................ ...",
|
|
"........................",
|
|
"........................",
|
|
"........................"};
|