remove Icons naming convention

This commit is contained in:
HeskeyBaozi 2018-08-31 10:56:14 +08:00 committed by 偏右
parent 81058fa32c
commit 349ebafc20
2 changed files with 0 additions and 22 deletions

View File

@ -7,17 +7,6 @@ toc: false
Semantic vector graphics.
## Icons naming convention
We provide semantic name for every icon, and naming rules are as follows:
- Scanning line icon has the similar name with its solid onebut it's distinguished by `-o`, for example, `question-circle` (a full circle) and `question-circle-o` (an empty circle);
- Naming sequence`[name]-[shape?]-[outline?]-[direction?]`.
> `?` means is optional.
See more design detail at [here](/docs/spec/icon).
## List of icons
> Click the icon and copy the code.

View File

@ -12,17 +12,6 @@ toc: false
安装 [Kitchen Sketch 插件 💎](https://kitchen.alipay.com),就可以一键拖拽使用 Ant Design 和 Iconfont 的海量图标,还可以关联自有项目。
## 图标的命名规范
我们为每个图标赋予了语义化的命名,命名规则如下:
- 实心和描线图标保持同名,用 `-o` 来区分,比如 `question-circle`(实心) 和 `question-circle-o`(描线);
- 命名顺序:`[图标名]-[形状?]-[描线?]-[方向?]`。
> `?` 为可选。
完整的图标设计规范请访问 [图标规范](/docs/spec/icon)。
## 图标列表
> 点击图标即可复制代码。