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