0.0.3 • Published 3 years ago

bvarta-ui v0.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

bvarta-ui

Dynamic Icon React Components

Install

npm install bvarta-ui

Usage

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

TypeDescription
solidfilled color svg
outlinebordered svg
twotonetwotone svg

License