dependabot[bot] 6e1a377758
chore(deps): bump ini from 1.3.5 to 1.3.8 in /packages/vant-icons (#7733)
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-12 13:55:52 +08:00
..
2020-11-01 20:43:00 +08:00
2020-11-01 20:46:58 +08:00
2019-08-21 15:28:14 +08:00
2020-11-01 20:46:58 +08:00
2020-06-10 19:33:45 +08:00

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