import Svg, { type SvgProps, Defs, Path, Mask, Use, G } from 'react-native-svg'; const SvgComponent = (props: SvgProps) => ( ); export default SvgComponent;