chakra-icons
                                
                                 chakra-icons copied to clipboard
                                
                                    chakra-icons copied to clipboard
                            
                            
                            
                        Transform SVGs to React Chakra UI <Icon /> ✨
   
 
  
Packages • Contribution
Packages
Contribution
Feel free for:
- Create Issue, Request Features, & send a pull request.
How to add new icons
- clone this repo
  git clone https://github.com/kodingdotninja/chakra-icons.git
- go to the project directory
  cd chakra-icons
- install dependencies
  yarn | yarn install
- make a new package
  yarn plop
- fill the blank of prompts
  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 success generated new package, the package listed in ./packages/@chakra-icons 
- 
build the new package 
  yarn build
- if the process build success and no issue, then you can make a new PRs
Maintainers
License
MIT License, Copyright (c) 2022 Koding Ninja