@easyguide/icon
v0.9.10
Published
Icons
Downloads
30
Keywords
Readme
@easyguide/icon
Icon
Install
npm install --save @easyguide/iconUsage
import React, {Component} from 'react'
import Icon from '@easyguide/icon'
class Example extends Component {
render() {
return (
<div>
<Icon name="star-with-medal" width={50} height={50} />
</div>
)
}
}Specific icon
import React, {Component} from 'react'
import {StarWithMedal} from '@easyguide/icon'
class Example extends Component {
render() {
return (
<div>
<StarWithMedal />
</div>
)
}
}License
MIT © iamtchelo
