emacs/lisp/toolbar/close.xpm

32 lines
803 B
C

/* XPM */
static char *magick[] = {
/* columns rows colors chars-per-pixel */
"24 24 2 1",
" c Gray0",
". c None",
/* pixels */
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"....... .... ..........",
"....... .. .........",
"........ . ..........",
"........ ...........",
"......... ............",
"......... ...........",
"........ ..........",
"........ . .........",
"....... ... ........",
"....... ..... .........",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................"
};