Update index.zh-CN.md

This commit is contained in:
vagusX 2019-09-04 19:30:28 +08:00 committed by 偏右
parent 701b3f5fc9
commit 43bcd0ec8f

View File

@ -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 图标,从而带来了以下优势: