/* XPM */
#ifndef XPMMAIN
extern const char *print_button[];

#else
const char *print_button[] = {
/* columns rows colors const chars-per-pixel */
"16 15 5 1",
"  c None",
". c Black",
"X c Gray100",
"o c #808000",
"O c Yellow",
/* pixels */
"                ",
"     .........  ",
"    .XXXXXXXX.  ",
"    .X.....X.   ",
"   .XXXXXXXX.   ",
"   .X.....X.... ",
"  .XXXXXXXX. . .",
" .......... . ..",
".          . . .",
".............  .",
".      ooo  . . ",
".      OOO  ... ",
"............. . ",
" .         . .  ",
"  ...........   "
};
#endif