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