mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 03:29:59 +08:00
Update index.zh-CN.md
This commit is contained in:
parent
701b3f5fc9
commit
43bcd0ec8f
@ -31,6 +31,8 @@ ReactDOM.render(<IconDisplay />, mountNode);
|
||||
| component | 控制如何渲染图标,通常是一个渲染根标签为 `<svg>` 的 `React` 组件,**会使 `type` 属性失效** | ComponentType<CustomIconComponentProps\> | - | 3.9.0 |
|
||||
| twoToneColor | 仅适用双色图标。设置双色图标的主要颜色 | string (十六进制颜色) | - | 3.9.0 |
|
||||
|
||||
> 注意:Icon 组件的渲染优先级为 component > children > type, 传入 props 时,优先级高的直接生效,优先级低的则失效
|
||||
|
||||
### SVG 图标
|
||||
|
||||
在 `3.9.0` 之后,我们使用了 SVG 图标替换了原先的 font 图标,从而带来了以下优势:
|
||||
|
Loading…
Reference in New Issue
Block a user