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