lyx_mirror/lib/images/math/boxplus.xpm
Edwin Leuven 91d1b3cc97 * update math symbols to be in a uniform style.
most icons are taken from this site:

  http://us.metamath.org/symbols/symbols.html

  the license of these files is the creative commons public
  domain dedication


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18183 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-03 11:33:02 +00:00

29 lines
470 B
C

/* XPM */
static char *boxplus[] = {
/* columns rows colors chars-per-pixel */
"13 19 3 1",
" c black",
". c gray100",
"X c None",
/* pixels */
"XXXXXXXXXXXXX",
"XXXXXXXXXXXXX",
"XXXXXXXXXXXXX",
"XXXXXXXXXXXXX",
"X X",
"X XXXX XXXX X",
"X XXXX XXXX X",
"X XXXX XXXX X",
"X XXXX XXXX X",
"X X",
"X XXXX XXXX X",
"X XXXX XXXX X",
"X XXXX XXXX X",
"X XXXX XXXX X",
"X X",
"XXXXXXXXXXXXX",
"XXXXXXXXXXXXX",
"XXXXXXXXXXXXX",
"XXXXXXXXXXXXX"
};