,
diff --git a/components/icon/demo/two-tone.md b/components/icon/demo/two-tone.md
index 14fb2f3b9f..b865773fc0 100644
--- a/components/icon/demo/two-tone.md
+++ b/components/icon/demo/two-tone.md
@@ -7,11 +7,11 @@ title:
## zh-CN
-可以通过设置 `theme` 属性为 `twotone` 来渲染双色图标,并且可以设置全局性的主题色。
+可以通过设置 `theme` 属性为 `two-tone` 来渲染双色图标,并且可以设置全局性的主题色。
## en-US
-Specific them property `theme` to `twotone` to render two-tone icons. You can also set the primary color globally.
+Specific them property `theme` to `two-tone` to render two-tone icons. You can also set the primary color globally.
````jsx
import { Icon } from 'antd';
@@ -20,9 +20,9 @@ Icon.setTwoTonePrimaryColor('#1890ff');
ReactDOM.render(
-
-
-
+
+
+
,
mountNode
);
diff --git a/components/icon/index.en-US.md b/components/icon/index.en-US.md
index 3ad183a910..fec3d05a5c 100644
--- a/components/icon/index.en-US.md
+++ b/components/icon/index.en-US.md
@@ -59,7 +59,7 @@ ReactDOM.render(, mountNode);
| --- | --- | --- | --- |
| type | Type of the ant design icon | string | - |
| style | Style properties of icon, like `fontSize` and `color` | CSSProperties | - |
-| theme | Theme of the ant design icon | 'fill' \| 'outline' \| 'twotone' | - |
+| theme | Theme of the ant design icon | 'filled' \| 'outlined' \| 'two-tone' | - |
| svgStyle | Inline style to apply to the SVG element | CSSProperties | - |
| svgClassName | Define extra class name for the SVG element | string | - |
| spin | Rotate icon with animation | boolean | false |
diff --git a/components/icon/index.tsx b/components/icon/index.tsx
index 8126e00ed1..d04d32e806 100755
--- a/components/icon/index.tsx
+++ b/components/icon/index.tsx
@@ -19,7 +19,7 @@ export interface CustomIconComponentProps {
['aria-hidden']?: string;
}
-export type ThemeType = 'fill' | 'outline' | 'twotone';
+export type ThemeType = 'filled' | 'outlined' | 'two-tone';
export interface IconProps {
type?: string;
diff --git a/components/icon/index.zh-CN.md b/components/icon/index.zh-CN.md
index 56ef105cfa..91bc77970a 100644
--- a/components/icon/index.zh-CN.md
+++ b/components/icon/index.zh-CN.md
@@ -63,7 +63,7 @@ ReactDOM.render(, mountNode);
| --- | --- | --- | --- |
| type | 图标类型。遵循图标的命名规范 | string | - |
| style | 设置图标的样式,例如 `fontSize` 和 `color` | CSSProperties | - |
-| theme | 图标主题风格。可选实心、描线、双色等主题风格,适用于官方图标 | 'fill' \| 'outline' \| 'twotone' | - |
+| theme | 图标主题风格。可选实心、描线、双色等主题风格,适用于官方图标 | 'filled' \| 'outlined' \| 'two-tone' | - |
| svgStyle | 设置图标本身`