mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 20:42:59 +01:00
25 lines
480 B
C
25 lines
480 B
C
|
/* XPM */
|
||
|
static char *bitcoin__[] = {
|
||
|
/* columns rows colors chars-per-pixel */
|
||
|
"16 16 2 1",
|
||
|
" c #2D98CE",
|
||
|
". c None",
|
||
|
/* pixels */
|
||
|
"................",
|
||
|
"................",
|
||
|
"................",
|
||
|
"... ..",
|
||
|
"... .",
|
||
|
".... ",
|
||
|
" .. ...... ",
|
||
|
". . ...... ",
|
||
|
".. ........ ",
|
||
|
"... ....... ",
|
||
|
"... ",
|
||
|
".... .",
|
||
|
"..... ..",
|
||
|
"................",
|
||
|
"................",
|
||
|
"................"
|
||
|
};
|