IconSpace
IconSpace copied to clipboard
Transform an SVG icon into multiple themes, and generate React icons,Vue icons,svg icons
trafficstars
IconSpace
This project is derived from iconpark, and is transformed and expanded on this basis.
English | 简体中文
visit IconSpace
Packages
Generate Cross-platform Components
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 |
Develop
Add your own svg image
- 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
Publish
- Modify
packages/react/package.jsonpackages/svg/package.jsonpackages/vue/package.jsonpackages/vue-next/package.jsonversions - submit
- create a new
release,github actionwill automatic publishing
Join