File size: 325 Bytes
458ecfb
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
import { createFromIconfontCN } from '@ant-design/icons';

// //at.alicdn.com/t/c/font_3858115_yl9vl04f0jc.js
const IconFont = createFromIconfontCN({
    // scriptUrl: "//static.openxlab.org.cn/cmg-animation-upload/iconfont.js",
    scriptUrl: '//at.alicdn.com/t/c/font_3858115_p8dw9q83s0h.js',
});

export default IconFont;