React Cryptocoins Icons
SVG cryptocurrencies icons as React components.
Designed by allienworks
Installation
npm install react-cryptocoins --save
Usage
; Component { return <Btc /> }
Or include icons from the compiled folder ./dist.
var Btc = ; var MyComponent = React;
You can also include the whole icon pack:
; Component { return <IconEth /> }
Icons can be configured with inline props:
<IconEth color="red" size=48 />
License
The components is available as open source under the terms of the MIT License.