emacs/lisp/toolbar/cut.xpm
Dave Love 9a45f9afa0 Reduce colour requirements to 25 overall. (Probably wants
revisiting from the originals to reduce further.)
2000-10-11 18:05:19 +00:00

32 lines
803 B
C

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