README.md
September 4, 2023 · View on GitHub
Packages
Contributing
Feel free to create issues, feature requests, and send pull requests.
How to add new icons
-
Clone this repository:
git clone https://github.com/kodingdotninja/chakra-icons.git -
Go to the project directory:
cd chakra-icons -
Install dependencies:
pnpm install -
Make a new package:
pnpm plop -
Follow the prompt instructions:
repository url : [link repo] e.g (https://github.com/twbs/icons) path of svg icons : [the name of folder where the svg is stored] e.g (icons) projects name : [name new package] e.g (bootstrap) -
When it's done generating a new package, the package will be located in
./packages/@chakra-icons. -
Build the new package:
pnpm build -
When build is completed without issues, you can submit a pull request.