dash/share/pixmaps/bitcoin32.xpm

41 lines
1.3 KiB
C
Raw Normal View History

2013-05-18 11:50:44 +02:00
/* XPM */
2014-08-11 00:33:48 +02:00
static char *bitcoin__[] = {
/* columns rows colors chars-per-pixel */
"32 32 2 1",
" c #2D98CE",
". c None",
2013-05-18 11:50:44 +02:00
/* pixels */
2014-08-11 00:33:48 +02:00
"................................",
"................................",
"................................",
"................................",
"................................",
"................................",
"................................",
"..... .....",
"...... ..",
"....... .",
"....... ",
"........ ",
". .. ............ ",
". ... ............ ",
".. .. ............. ",
"... .. ............. ",
"... .. ............. ",
".... ... ............. ",
"..... ............... ",
"...... .............. ",
"....... ",
"....... ",
"........ .",
"......... ..",
".......... ...",
"................................",
"................................",
"................................",
"................................",
"................................",
"................................",
"................................"
2013-05-18 11:50:44 +02:00
};