shengxuefei bc90185ba9 前端红色系添加 4 years ago
..
src bc90185ba9 前端红色系添加 4 years ago
CHANGELOG.md bc90185ba9 前端红色系添加 4 years ago
README.md bc90185ba9 前端红色系添加 4 years ago
package.json bc90185ba9 前端红色系添加 4 years ago

README.md

Vant Icons

Install

NPM

npm i @vant/icons -S

YARN

yarn add @vant/icons

Document

Contribution

Update Icons

  1. Update assets/icons.sketch
  2. Make a Pull Request

Add New Icon

  1. Add new icon to assets/icons.sketch
  2. Add icon name to src/config.js
  3. Add icon codepoints to build/codepoints.js
  4. Make a Pull Request