Browse Source
docs: Update icons doc (#22709)
* docs: Update icons doc
* Update index.en-US.md
pull/22709/merge
二货机器人
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
10 additions and
2 deletions
-
components/icon/index.en-US.md
-
components/icon/index.zh-CN.md
|
|
@ -5,7 +5,11 @@ title: Icon |
|
|
|
toc: false |
|
|
|
--- |
|
|
|
|
|
|
|
Semantic vector graphics. |
|
|
|
Semantic vector graphics. Before use icons, you need to install `@ant-design/icons` package: |
|
|
|
|
|
|
|
```bash |
|
|
|
npm install --save @ant-design/icons |
|
|
|
``` |
|
|
|
|
|
|
|
## List of icons |
|
|
|
|
|
|
|
|
|
@ -6,7 +6,11 @@ title: Icon |
|
|
|
toc: false |
|
|
|
--- |
|
|
|
|
|
|
|
语义化的矢量图形。 |
|
|
|
语义化的矢量图形。使用图标组件,你需要安装 `@ant-design/icons` 图标组件包: |
|
|
|
|
|
|
|
```bash |
|
|
|
npm install --save @ant-design/icons |
|
|
|
``` |
|
|
|
|
|
|
|
## 设计师专属 |
|
|
|
|
|
|
|