Tyro/resources/xpm/small/folder.xpm
2015-04-15 15:20:34 -04:00

41 lines
1.3 KiB
C

/* XPM */
const static char *folder[] = {
/* columns rows colors chars-per-pixel */
"32 32 2 1 ",
" c #010101",
". c None",
/* pixels */
"................................",
"................................",
"................................",
"................................",
"... .....................",
".......... .....................",
"........... ....................",
"............ ......",
"................................",
"................................",
"......................... .....",
"....... ...................... .",
"....... ...................... .",
"................................",
"................................",
"...... ...................... ..",
"...... ...................... ..",
"...... ...................... ..",
"................................",
"..... ...................... ...",
"..... ...................... ...",
"..... ...................... ...",
"................................",
"................................",
".... ...................... ....",
".... ...................... ....",
"... .....",
"................................",
"................................",
"................................",
"................................",
"................................"
};