react-svg-iconx
Version:
[](https://travis-ci.org/jacklam718/react-svg-iconx) []() [
37 lines (28 loc) • 812 B
Markdown
[](https://travis-ci.org/jacklam718/react-svg-iconx)
[]()
[]()
## React SVG Icons
## Installation
`yarn add react-svg-iconx`
## Preview
<img src="https://raw.githubusercontent.com/jacklam718/react-svg-iconx/master/.github/check-circle.gif" width="150">
## Usage
```javascript
import AnimationCheckCircle from 'react-svg-iconx/svg-icons/animation/AnimationCheckCircle';
<AnimationCheckCircle
color="#2196F3"
hoverColor="#1386B5"
show
style={{
width: 54,
height: 54,
}}
/>
```
## peerDependencies
* `prop-types`
## Development
###### Install dependencies
`yarn`
###### Build
`yarn run build`