1.0.1 • Published 9 months ago

@vixatica-icons/solid v1.0.1

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

Solid

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

npm install @vixatica-icons/solid

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

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

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

License

This library is MIT licensed.

1.0.1

9 months ago

1.0.0

9 months ago