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