lyx_mirror/lib/images/math/nleftarrow.xpm
John Levon 5e9b947e55 Edwin's patch, colour icons in black for colour safety
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5509 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-24 19:22:52 +00:00

22 lines
503 B
C

/* XPM */
static char *a[] = {
/* columns rows colors chars-per-pixel */
"25 13 2 1",
" c black",
". c None",
/* pixels */
"............... .........",
"............... .........",
".... ......... ..........",
"... .......... ..........",
".. .......... ...........",
". ........... ...........",
" ",
". ......... .............",
".. ........ .............",
"... ...... ..............",
".... ..... ..............",
"......... ...............",
"......... ..............."
};