---
order: 4
title:
zh-CN: 图标
en-US: Icon
---
## zh-CN
可口的图标让信息类型更加醒目。
## en-US
A relevant icon will make information clearer and more friendly.
```tsx
import { Alert } from 'antd';
import React from 'react';
const App: React.FC = () => (
<>
>
);
export default App;
```