--- order: 12 debug: true title: zh-CN: 自定义图标 en-US: Custom Icon --- ## zh-CN 可口的图标让信息类型更加醒目。 ## en-US Decent icon make information more clear and more friendly. ````jsx import { Alert, Icon } from 'antd'; const icon = ; ReactDOM.render(
, mountNode ); ````