index.js 174 Bytes
Newer Older
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;