You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
林华焜
b6f8f922cf
|
4 years ago | |
---|---|---|
.. | ||
src | 4 years ago | |
CHANGELOG.md | 4 years ago | |
README.md | 4 years ago | |
package.json | 4 years ago |
README.md
Vant Icons
Install
NPM
npm i @vant/icons -S
YARN
yarn add @vant/icons
Document
Contribution
Update Icons
- Update assets/icons.sketch
- Make a Pull Request
Add New Icon
- Add new icon to assets/icons.sketch
- Add icon name to src/config.js
- Add icon codepoints to build/codepoints.js
- Make a Pull Request