feat(project): base smatec's frontend
This commit is contained in:
7
src/components/IconFont/index.tsx
Normal file
7
src/components/IconFont/index.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import { createFromIconfontCN } from '@ant-design/icons';
|
||||
|
||||
const IconFont = createFromIconfontCN({
|
||||
scriptUrl: '//at.alicdn.com/t/c/font_5096559_y5mqyqd86f.js',
|
||||
});
|
||||
|
||||
export default IconFont;
|
||||
Reference in New Issue
Block a user