qt-agistudio/src/right1_x.xpm

25 lines
459 B
C

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