1 2 3 4 5 6 7 8import { createIcon } from '../IconWrapper'; import { Bat } from '@icon-park/svg'; /** * Bat 图标组件 */ export default createIcon(Bat);
1 2 3 4 5 6 7 8
import { createIcon } from '../IconWrapper'; import { Bat } from '@icon-park/svg'; /** * Bat 图标组件 */ export default createIcon(Bat);