mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-13 14:32:04 +00:00
30 lines
745 B
C
30 lines
745 B
C
|
/* XPM */
|
||
|
static char *Rrightarrow[] = {
|
||
|
/* columns rows colors chars-per-pixel */
|
||
|
"25 21 2 1",
|
||
|
" c black",
|
||
|
". c None",
|
||
|
/* pixels */
|
||
|
"............... .........",
|
||
|
"............... .........",
|
||
|
"................ ........",
|
||
|
"................. .......",
|
||
|
" ......",
|
||
|
".................. .....",
|
||
|
"................... ....",
|
||
|
".................... ...",
|
||
|
"..................... ..",
|
||
|
"...................... .",
|
||
|
" ",
|
||
|
"...................... .",
|
||
|
"..................... ..",
|
||
|
".................... ...",
|
||
|
"................... ....",
|
||
|
".................. .....",
|
||
|
" ......",
|
||
|
"................. .......",
|
||
|
"................ ........",
|
||
|
"............... .........",
|
||
|
"............... ........."
|
||
|
};
|