Skip to content

icon-space/IconSpace

Repository files navigation

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

  1. clone/fork repo
  2. Find the corresponding classification in the folder source and put the icon file in it
  3. Modify the file db.csv configuration
  4. submit

The project will automatically generate the corresponding react svg vue vue-next code

Publish

  1. Modify packages/react/package.json packages/svg/package.json packages/vue/package.json packages/vue-next/package.json versions
  2. submit
  3. create a new releasegithub action will automatic publishing

Join