mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
23 lines
308 B
Markdown
23 lines
308 B
Markdown
# Vant Icons
|
|
|
|
## Install
|
|
|
|
```shell
|
|
# with npm
|
|
npm i @vant/icons
|
|
|
|
# with yarn
|
|
yarn add @vant/icons
|
|
|
|
# with pnpm
|
|
pnpm add @vant/icons
|
|
|
|
# with Bun
|
|
bun add @vant/icons
|
|
```
|
|
|
|
## Document
|
|
|
|
- [Usage in Vue](https://vant-ui.github.io/vant/#/zh-CN/icon)
|
|
- [Usage in Weapp](https://vant-ui.github.io/vant-weapp/#/icon)
|