This project is derived from iconpark, and is transformed and expanded on this basis.
English | 简体中文
visit IconSpace
Find packages in packages
folder. NPM packages make it painless to import icon components to your project.
Name | Github link | NPM link |
---|---|---|
React Icons | React Component | @icon-space/react |
Vue2 Icons | Vue Component for old Vue2.0 | @icon-space/vue |
Vue3 Icons | Vue Component for Vue3.0 | @icon-space/vue-next |
SVG Icons | Pure SVG String | @icon-space/svg |
- clone/fork repo
- Find the corresponding classification in the folder
source
and put the icon file in it - Modify the file db.csv configuration
- submit
The project will automatically generate the corresponding react
svg
vue
vue-next
code
- Modify
packages/react/package.json
packages/svg/package.json
packages/vue/package.json
packages/vue-next/package.json
versions - submit
- create a new
release
,github action
will automatic publishing