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