33 lines
828 B
C
33 lines
828 B
C
/* XPM */
|
|
static char * mine_C_111_xpm[] = {
|
|
/* width height ncolors chars_per_pixel */
|
|
"24 24 2 1",
|
|
/* colors */
|
|
" c Grey25",
|
|
". c grey50",
|
|
/* pixels */
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
".... ",
|
|
". . . ",
|
|
"... . ",
|
|
" .. ",
|
|
".. .. ",
|
|
". . ",
|
|
". . . ",
|
|
" .. . ",
|
|
" . .. "};
|