@envive-ai/react-icons
v0.3.11
Published
Icon library for Envive services using SVGR-generated React components.
Readme
@envive-ai/react-icons
This is a simple library that uses svgr to generate react components from svgs and transpiled and modularized using tsdown for compatibility and treeshaking.
Usage
npm i @envive-ai/react-icons
import { Sparkles } from '@envive-ai/react-icons/Sparkles';Contributing
- Place svg in folder.
- npm run build
- Check the output for the new icon in /src
- increment package.json version
