qt-agistudio/src/left.xpm

25 lines
458 B
C

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