Tyro/resources/xpm/small/file_add.xpm

41 lines
1.3 KiB
C

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