lyx_mirror/lib/images/lyx-quit.xpm
Jean-Marc Lasgouttes 2bf37e842e Toolbar icons and banner are now read when needed from disk. Read ChangeLog.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@899 a592a061-630c-0410-9148-cb99ea01b6c8
2000-07-19 10:22:12 +00:00

37 lines
744 B
C

/* XPM */
static char const * quit_xpm[] = {
/* width height num_colors chars_per_pixel */
" 20 20 7 1",
/* colors */
". c #b2c0dc",
"# c #4d4d4d",
"a c #000000",
"b c #737373",
"c c #ffffff",
"d c #d9d9d9",
"e c #ffff00",
/* pixels */
"....................",
"....................",
"....................",
".........####.......",
"........#....#......",
".......#......#.....",
".......#......#.....",
".....aaaa......##...",
"....aaabba.....##...",
"...abccdaaaa.....#..",
"..aacbbbaaaaa....#..",
"..aacbbbaaaaa....#..",
"..abdbbaaabba....e..",
"..abaaaaaaeea....ee.",
"..aaaaaaabdda.....e.",
"..aaaaaa#bbba..ee...",
"..aaaaaa#bbba..ee...",
"...aa###b#aa........",
"....aaaaaa..........",
"...................."
};