/* XPM */
static char *someicon[] = {
/* columns rows colors chars-per-pixel */
"12 12 2 1",
"x c black",
" c none",
/* pixels */
"xxxxxxxxxxxx"
"x x"
"x xxxxxxxx x"
"x x x x"
"x x x x"
"x x x x"
"x x x x"
"x x x x"
"x x x x"
"x xxxxxxxx x"
"x x"
"xxxxxxxxxxxx"
};