📦 MegaWall3 / react-native-iconpark

📄 Arithmetic.tsx · 8 lines
1
2
3
4
5
6
7
8import { createIcon } from '../IconWrapper';
import { Arithmetic } from '@icon-park/svg';

/**
 * Arithmetic 图标组件
 */
export default createIcon(Arithmetic);