@vixatica-icons/react
v1.0.1
Published
Vixatica Icons for React
Downloads
2
Readme
React
First, install @vixatica-icons/react from npm:
npm install @vixatica-icons/reactNow 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.
