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