lyx_mirror/images/fig_bw.xpm

31 lines
640 B
C
Raw Normal View History

/* XPM */
static char * fig_xpm[] = {
/* width height num_colors chars_per_pixel */
"20 20 2 1",
/* colors */
" c black",
". c #BFBFBFBFBFBF",
/* pixels */
" ",
" .................. ",
" .. .. ",
" .................. ",
" .. .. ",
" .................. ",
" .... .... ",
" .... ........ .... ",
" .... .... .. .... ",
" .... ... .. . .... ",
" .... .. .... ",
" .... . .... ",
" .... .... ",
" .... .... ",
" .................. ",
" .. .. ",
" .................. ",
" .. .. ",
" .................. ",
" "};