/* XPM */
static char *magick[] = {
/* columns rows colors chars-per-pixel */
"6 8 2 1",
"x c Gray0",
"  c None",
/* pixels */
" xxx  ",
"    x ",
"    x ",
"  xx  ",
"  x   ",
"      ",
"  x   ",
"      "
};