From 43bcd0ec8f328245986df7f11bf7baca942c6a4c Mon Sep 17 00:00:00 2001 From: vagusX Date: Wed, 4 Sep 2019 19:30:28 +0800 Subject: [PATCH] Update index.zh-CN.md --- components/icon/index.zh-CN.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/icon/index.zh-CN.md b/components/icon/index.zh-CN.md index 93a75032be..12009ca95b 100644 --- a/components/icon/index.zh-CN.md +++ b/components/icon/index.zh-CN.md @@ -31,6 +31,8 @@ ReactDOM.render(, mountNode); | component | 控制如何渲染图标,通常是一个渲染根标签为 `` 的 `React` 组件,**会使 `type` 属性失效** | ComponentType | - | 3.9.0 | | twoToneColor | 仅适用双色图标。设置双色图标的主要颜色 | string (十六进制颜色) | - | 3.9.0 | +> 注意:Icon 组件的渲染优先级为 component > children > type, 传入 props 时,优先级高的直接生效,优先级低的则失效 + ### SVG 图标 在 `3.9.0` 之后,我们使用了 SVG 图标替换了原先的 font 图标,从而带来了以下优势: