lyx_mirror/lib/images/math/nleftarrow.xpm
John Levon 66610bb3ac Add all AMS symbols except nrel
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5159 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-29 07:55:18 +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 */
"............... .........",
"............... .........",
".... ......... ..........",
"... .......... ..........",
".. .......... ...........",
". ........... ...........",
" ",
". ......... .............",
".. ........ .............",
"... ...... ..............",
".... ..... ..............",
"......... ...............",
"......... ..............."
};