diff --git a/components/icon/index.md b/components/icon/index.md
index 46b6e5bdad..1140becfe5 100644
--- a/components/icon/index.md
+++ b/components/icon/index.md
@@ -120,7 +120,7 @@ const CopyableIcon = React.createClass({
});
},
render() {
- const text = '<Icon type="' + this.props.type + '" />';
+ const text = '';
return (