lyx_mirror/images/frac.xpm

33 lines
680 B
C
Raw Normal View History

/* XPM */
static char const * frac[] = {
/* width height num_colors chars_per_pixel */
" 20 20 3 1",
/* colors */
". c #bebebe",
"# c #5151fb",
"a c #000000",
/* pixels */
"....................",
"....................",
".......######.......",
".......#....#.......",
".......#....#.......",
".......#....#.......",
".......#....#.......",
".......######.......",
"....................",
"....aaaaaaaaaaaa....",
"....aaaaaaaaaaaa....",
"....................",
".......######.......",
".......#....#.......",
".......#....#.......",
".......#....#.......",
".......#....#.......",
".......######.......",
"....................",
"...................."
};