lyx_mirror/lib/images/math/searrow.xpm
Edwin Leuven dc8bba7918 fix: http://bugzilla.lyx.org/show_bug.cgi?id=452
ControlMath.C: cleanup order of symbols in math panel
iconpalette.C: 6 cols since many symbols come in pairs
Rrightarrow.xpm: was missing
searrow.xpm: was north east
swarrow.xpm: was north west


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16316 a592a061-630c-0410-9148-cb99ea01b6c8
2006-12-17 17:36:00 +00:00

29 lines
612 B
C

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