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