--- order: 1 title: zh-CN: 带有图标的 en-US: With an Icon --- ## zh-CN 图标放在文字前面。 ## en-US The icon should be placed in front of the text. ```jsx import { Breadcrumb } from 'antd'; import { HomeOutlined, UserOutlined } from '@ant-design/icons'; ReactDOM.render( Application List Application , mountNode, ); ```