react中使用icon

react中使用icon

创建icon。js文件

import { Icon } from 'antd';

const AmsIcon = Icon.createFromIconfontCN({
  scriptUrl: '//at.alicdn.com/t/font_1716373_kcn07h2npg.js',
});


export default AmsIcon;

使用icon

import AmsIcon from '@/components/common/AmsIcon';

<AmsIcon type='iconshezhi' />
posted @ 2021-08-16 15:24  lixingqian  阅读(537)  评论(0)    收藏  举报