1.0.1 • Published 8 months ago

@vixatica-icons/react v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

React

First, install @vixatica-icons/react from npm:

npm install @vixatica-icons/react

Now each icon can be imported individually as a React component:

import { AddOutline } from '@vixatica-icons/react'

function MyComponent() {
  return (
    <div>
      <AddOutline color={'red'} height={1000} width={1000} />
      <p>...</p>
    </div>
  )
}

License

This library is MIT licensed.

1.0.1

8 months ago

1.0.0

9 months ago