lyx_mirror/lib/images/math/swarrow.xpm

29 lines
632 B
C
Raw Normal View History

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