lyx_mirror/images/close_bw.xpm
Lars Gullik Bjønnes 27de1486ca Initial revision
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@140 a592a061-630c-0410-9148-cb99ea01b6c8
1999-09-27 18:44:28 +00:00

31 lines
642 B
C

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