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