1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-09 15:50:21 +00:00
emacs/lisp/toolbar/cut.xpm

33 lines
803 B
C
Raw Normal View History

2000-09-14 11:56:36 +00:00
/* XPM */
static char *magick[] = {
/* columns rows colors chars-per-pixel */
2000-09-14 11:56:36 +00:00
"24 24 2 1",
" c Gray0",
". c None",
/* pixels */
"........................",
"........................",
"........................",
"........................",
"........................",
".................. .....",
"................ ......",
"............... .......",
".............. ........",
"............. .........",
".... .... ..... ..",
"... ... .. ... ....",
"... ... ......",
".... ... .........",
".......... ............",
"......... ............",
"........ .. ............",
"....... ... ............",
"....... .. .............",
"....... ..............",
"........................",
"........................",
"........................",
"........................"
};