Tyro/resources/xpm/small/close.xpm

41 lines
1.3 KiB
C
Raw Normal View History

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