mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-31 05:16:12 +08:00
8 lines
195 B
TypeScript
8 lines
195 B
TypeScript
import { createFromIconfontCN } from '@ant-design/icons';
|
|
|
|
const IconFont = createFromIconfontCN({
|
|
scriptUrl: ['//at.alicdn.com/t/c/font_3354854_ob5y15ewlyq.js'],
|
|
});
|
|
|
|
export default IconFont;
|