lyx_mirror/images/close_bw.xpm

31 lines
648 B
C
Raw Normal View History

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