File size: 192 Bytes
c8210cf
 
 
 
 
 
 
1
2
3
4
5
6
7
8
import { createFromIconfontCN } from "@ant-design/icons";

const IconFont = createFromIconfontCN({
  scriptUrl: "//at.alicdn.com/t/c/font_3858115_p8dw9q83s0h.js"
});

export default IconFont;