dependabot[bot] 3f4a227fd7
build(deps): bump node-fetch from 2.6.0 to 2.6.1 in /packages/vant-icons (#7154)
Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/bitinn/node-fetch/releases)
- [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md)
- [Commits](https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-11 14:46:52 +08:00
..
2020-09-03 14:11:02 +08:00
2020-09-03 14:11:02 +08:00
2020-09-03 14:24:49 +08:00
2019-08-21 15:28:14 +08:00
2020-09-03 14:38:15 +08:00
2020-09-03 14:24:49 +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