ts-react-feather-icons
v1.0.0
Published
>
Downloads
2,964
Readme
ts-react-feather-icons
Install
npm install --save ts-react-feather-icons
Usage
import * as React from 'react'
import { Icon } from 'ts-react-feather-icons'
class Example extends React.Component {
render () {
return (
<Icon name="activity" color="green" size={24} />
)
}
}
License
MIT © chrisbull