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