You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
337 B
16 lines
337 B
/*
|
|
* @Description: 引入阿里图标库
|
|
* @Author: tangjiang
|
|
* @Github:
|
|
* @Date: 2019-12-10 09:03:48
|
|
* @LastEditors: tangjiang
|
|
* @LastEditTime: 2019-12-12 10:53:47
|
|
*/
|
|
import { Icon } from 'antd';
|
|
|
|
const MyIcon = Icon.createFromIconfontCN({
|
|
scriptUrl: '//at.alicdn.com/t/font_1535266_i4ilpm93kp.js'
|
|
});
|
|
|
|
export default MyIcon;
|