mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-08 10:51:03 +00:00
91d1b3cc97
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
29 lines
469 B
C
29 lines
469 B
C
/* XPM */
|
|
static char *ominus[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"13 19 3 1",
|
|
" c black",
|
|
". c gray100",
|
|
"X c None",
|
|
/* pixels */
|
|
"XXXXXXXXXXXXX",
|
|
"XXXXXXXXXXXXX",
|
|
"XXXXXXXXXXXXX",
|
|
"XXXXXXXXXXXXX",
|
|
"XXXXXXXXXXXXX",
|
|
"XXXXXXXXXXXXX",
|
|
"XXXX XXXX",
|
|
"XXX XXXXX XXX",
|
|
"XX XXXXXXX XX",
|
|
"X XXXXXXXXX X",
|
|
"X XXXXXXXXX X",
|
|
"X X",
|
|
"X XXXXXXXXX X",
|
|
"X XXXXXXXXX X",
|
|
"XX XXXXXXX XX",
|
|
"XXX XXXXX XXX",
|
|
"XXXX XXXX",
|
|
"XXXXXXXXXXXXX",
|
|
"XXXXXXXXXXXXX"
|
|
};
|