@edifice-ui/icons
v1.6.0
Published
Edifice Icons Library
Downloads
2,647
Readme
Edifice React Icons Library
Getting Started
How to
To add a new icon to the library:
- Add a new
*.svg
to assets
Build
pnpm run build
- Create all React Icons Components based on
*.svg
files fromassets
folder and import them all insideindex.tsx
file
Lint
pnpm run lint
pnpm run fix
If pnpm run lint
shows issues, run this command to fix them.
Prettier
pnpm run format
This command starts format:check
+ format:write
Dev
You can test your Icon Component using Storybook
or Playground
. See README