mirror of
https://github.com/pipipi-pikachu/PPTist.git
synced 2025-04-15 02:20:00 +08:00
7 lines
193 B
TypeScript
7 lines
193 B
TypeScript
/* eslint-disable */
|
|
|
|
import { createFromIconfontCN } from '@ant-design/icons-vue'
|
|
|
|
export default createFromIconfontCN({
|
|
scriptUrl: '//at.alicdn.com/t/font_2317509_skpetzgttwg.js',
|
|
}) as any |