mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 05:33:33 +00:00
22 lines
503 B
C
22 lines
503 B
C
|
/* XPM */
|
||
|
static char *a[] = {
|
||
|
/* columns rows colors chars-per-pixel */
|
||
|
"25 13 2 1",
|
||
|
" c black",
|
||
|
". c None",
|
||
|
/* pixels */
|
||
|
"............... .........",
|
||
|
"............... .........",
|
||
|
".... ......... ..........",
|
||
|
"... .......... ..........",
|
||
|
".. .......... ...........",
|
||
|
". ........... ...........",
|
||
|
" ",
|
||
|
". ......... .............",
|
||
|
".. ........ .............",
|
||
|
"... ...... ..............",
|
||
|
".... ..... ..............",
|
||
|
"......... ...............",
|
||
|
"......... ..............."
|
||
|
};
|