Skip to content

Transform SVG to React Chakra UI <Icon /> ✨

License

Notifications You must be signed in to change notification settings

vadhe/chakra-icons

 
 

Repository files navigation


PackagesContribution

Packages

Name Publishable Version
create-chakra-icons npm version
@tooling/tsconfig
@tooling/msrconfig
@chakra-icons/cli npm version
@chakra-icons/bootstrap npm version
@chakra-icons/flat-icon @chakra-icons/flat-icon version
@chakra-icons/octicons @chakra-icons/octicons version
@chakra-icons/tabler-icons @chakra-icons/tabler-icons version
@chakra-icons/carbon @chakra-icons/carbon version
@chakra-icons/typicons @chakra-icons/typicons version
@chakra-icons/feather @chakra-icons/feather version

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)
  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

About

Transform SVG to React Chakra UI <Icon /> ✨

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 67.9%
  • TypeScript 31.8%
  • Shell 0.3%