parent
796886f1dd
commit
993929b29c
|
@ -17,6 +17,8 @@ $ npm install cryptocurrency-icons
|
||||||
|
|
||||||
You can then import the icons from `./node_modules/cryptocurrency-icons`, for example `./node_modules/cryptocurrency-icons/svg/color/kmd.svg`.
|
You can then import the icons from `./node_modules/cryptocurrency-icons`, for example `./node_modules/cryptocurrency-icons/svg/color/kmd.svg`.
|
||||||
|
|
||||||
|
There's also a `manifest.json` file included in the package with a list of the currency symbol and name of the icons.
|
||||||
|
|
||||||
|
|
||||||
## Special Thanks 👏
|
## Special Thanks 👏
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,8 @@
|
||||||
"32",
|
"32",
|
||||||
"32@2x",
|
"32@2x",
|
||||||
"128",
|
"128",
|
||||||
"svg"
|
"svg",
|
||||||
|
"manifest.json"
|
||||||
],
|
],
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"cryptocurrency",
|
"cryptocurrency",
|
||||||
|
|
Loading…
Reference in New Issue