0.0.3 • Published 4 years ago
bvarta-ui v0.0.3
bvarta-ui
Dynamic Icon React Components
Install
npm install bvarta-uiUsage
import Icon from 'bvarta-ui'
export default function App() {
return (
<div>
<Icon icon='solid/Car' />
<div style={{ color: 'green' }}>
<Icon icon='outline/CircleInfo' custom />
</div>
<Icon icon='twotone/GridProfile' height='1rem' width='1rem' />
</div>
)
}Icon Types
| Type | Description |
|---|---|
| solid | filled color svg |
| outline | bordered svg |
| twotone | twotone svg |