qt-agistudio/src/leftarrow_x.xpm

25 lines
462 B
C

/* XPM */
static const char *leftarrow_x[] = {
/* columns rows colors chars-per-pixel */
"16 16 2 1",
" c black",
". c None",
/* pixels */
"....... .......",
"...... .......",
"..... .......",
".... .......",
"... .......",
".. .......",
". .",
" .",
" .",
". .",
".. .......",
"... .......",
".... .......",
"..... .......",
"...... .......",
"....... ......."
};