dash/share/pixmaps/bitcoin16.xpm

25 lines
480 B
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 */
"16 16 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
};