mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-07-28 14:27:20 +00:00
Co-authored-by: 夏姜 <wenfengjiang.jwf@digital-engine.com> Co-authored-by: yhjun1026 <460342015@qq.com> Co-authored-by: aries_ckt <916701291@qq.com> Co-authored-by: wb-lh513319 <wb-lh513319@alibaba-inc.com>
8 lines
192 B
TypeScript
8 lines
192 B
TypeScript
import { createFromIconfontCN } from '@ant-design/icons';
|
|
|
|
const IconFont = createFromIconfontCN({
|
|
scriptUrl: '//at.alicdn.com/t/a/font_4440880_ljyggdw605.js',
|
|
});
|
|
|
|
export default IconFont;
|