view lisp/toolbar/cut.xpm @ 40395:704bd7bfd084
*** empty log message ***
author |
Stefan Monnier <monnier@iro.umontreal.ca> |
date |
Sun, 28 Oct 2001 04:48:16 +0000 (2001-10-28) |
parents |
8f4a34146a9d |
children |
734ff40978ad |
line source
/* XPM */
static char *magick[] = {
/* columns rows colors chars-per-pixel */
"24 24 2 1",
" c Gray0",
". c None",
/* pixels */
"........................",
"........................",
"........................",
"........................",
"........................",
".................. .....",
"................ ......",
"............... .......",
".............. ........",
"............. .........",
".... .... ..... ..",
"... ... .. ... ....",
"... ... ......",
".... ... .........",
".......... ............",
"......... ............",
"........ .. ............",
"....... ... ............",
"....... .. .............",
"....... ..............",
"........................",
"........................",
"........................",
"........................"
};