📦 MegaWall3 / react-native-iconpark

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

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