Tyro/resources/xpm/small/scissors.xpm

41 lines
1.3 KiB
C
Raw Normal View History

2015-04-15 15:02:05 -04:00
/* XPM */
const static char *scissors[] = {
/* columns rows colors chars-per-pixel */
2015-04-15 15:20:34 -04:00
"32 32 2 1 ",
2015-04-15 15:02:05 -04:00
" c #010101",
". c None",
/* pixels */
2015-04-15 15:20:34 -04:00
"................................",
"................................",
"......... ....................",
"........ ... ...................",
"....... ..... ..................",
"....... ..... ..................",
"....... ..... ..................",
"........ ... ..................",
2015-04-15 15:42:24 -04:00
"......... . ........ .....",
2015-04-15 15:20:34 -04:00
"............. ....... ... .....",
"............. ...... ..... ....",
"............. ..... ..... ....",
"............. ... . ..... ....",
2015-04-15 15:42:24 -04:00
"............. ... . .....",
"............ ... ..... ......",
2015-04-15 15:20:34 -04:00
"........... ... ...............",
2015-04-15 15:42:24 -04:00
".......... .. ...............",
2015-04-15 15:20:34 -04:00
"......... .. . ...............",
"........ .. .. ...............",
"........ .. .. ...............",
"....... .. . .. ...............",
"...... .. .. .. ...............",
"...... . ... .. ...............",
2015-04-15 15:42:24 -04:00
"..... . .... .. ...............",
"..... ..... . ................",
2015-04-15 15:20:34 -04:00
"..... ...... . ................",
"............. . ................",
"............. .................",
"............. .................",
"................................",
"................................",
"................................"
2015-04-15 15:02:05 -04:00
};