0d40a537f4
Originally committed to SVN as r3239.
24 lines
440 B
C
24 lines
440 B
C
/* XPM */
|
|
const char *arrow_up_xpm[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"15 16 2 1",
|
|
" c black",
|
|
". c None",
|
|
/* pixels */
|
|
"...............",
|
|
"...............",
|
|
"....... .......",
|
|
"....... .......",
|
|
"...... ......",
|
|
"...... ......",
|
|
"..... .....",
|
|
"..... .....",
|
|
".... ....",
|
|
".... ....",
|
|
"... ...",
|
|
"... ...",
|
|
".. ..",
|
|
".. ..",
|
|
"...............",
|
|
"..............."
|
|
};
|