mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-12 04:27:39 +00: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/c/font_4120566_x6akuij1kod.js',
|
|
});
|
|
|
|
export default IconFont;
|