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
sourceand 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.jsonpackages/svg/package.jsonpackages/vue/package.jsonpackages/vue-next/package.jsonversions - submit
- create a new
release,github actionwill automatic publishing
