Tyro/resources/xpm/small/clipboard.xpm

41 lines
1.3 KiB
C
Raw Normal View History

2015-04-15 15:02:05 -04:00
/* XPM */
const static char *clipboard[] = {
/* columns rows colors chars-per-pixel */
"32 32 2 1 ",
" c #010101",
". c None",
/* pixels */
"................................",
".............. ..............",
2015-04-15 15:16:31 -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:42:24 -04:00
"...... ......",
2015-04-15 15:02:05 -04:00
"................................"
};