dependabot[bot] f90d2bdfae
chore(deps): bump y18n from 3.2.1 to 3.2.2 in /packages/vant-icons (#8430)
Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-30 10:15:43 +08:00
..
2021-02-22 20:32:02 +08:00
2019-08-21 15:28:14 +08:00
2021-02-22 20:32:02 +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