Tyro/resources/xpm/small/folder.xpm

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 */
"................................",
"................................",
"................................",
"................................",
"... .....................",
"... ...... .....................",
".. ....... ....................",
".. ........ ......",
".. ..................... ......",
".. ..................... .....",
".. ..... ..",
".. ... .",
".. ... ...................... .",
".. ... ...................... .",
".. .. ...................... ..",
".. .. ...................... ..",
".. .. ...................... ..",
".. .. ...................... ..",
".. .. ...................... ..",
".. . ...................... ...",
".. . ...................... ...",
".. . ...................... ...",
".. . ...................... ...",
".. ...................... ....",
".. ...................... ....",
"... ...................... ....",
"... .....",
"................................",
"................................",
"................................",
"................................",
"................................"
};