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