--- order: 8 title: zh-CN: 自定义 icon en-US: Custom icon --- ## zh-CN 自定义 icon。 ## en-US Custom icon. ```tsx import { SmileOutlined } from '@ant-design/icons'; import { Button, Result } from 'antd'; import React from 'react'; const App: React.FC = () => ( } title="Great, we have done all the operations!" extra={} /> ); export default App; ```