c9d0005
1
2
3
4
5
6
7
8
import { createFromIconfontCN } from '@ant-design/icons'; export default (url?: string) => { return createFromIconfontCN({ scriptUrl: url || '//at.alicdn.com/t/a/font_2750617_sax751jyfjl.js', }); };