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_4272168_343o7l1hnhb.js",
|
||
|
|
});
|
||
|
|
|
||
|
|
export default IconFont;
|