chore: add vant-icons package

This commit is contained in:
陈嘉涵
2019-08-21 15:28:14 +08:00
parent 00299c9790
commit 2bc72c064b
17 changed files with 5165 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
# Vant Icons
## Install
#### NPM
```shell
npm i @vant/icons -S
```
#### YARN
```shell
yarn add @vant/icons
```
## Document
- [Usage in Vue](https://youzan.github.io/vant/#/zh-CN/icon)
- [Usage in Weapp](https://youzan.github.io/vant-weapp/#/icon)
## 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. Make a Pull Request