index.ts 174 Bytes
Newer Older
陈帅's avatar
陈帅 committed
1 2 3 4 5 6 7
import { Icon } from 'antd';

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

export default IconFont;