import * as React from 'react'; import Svg, { Path } from 'react-native-svg'; function TestCircle(props) { return ( ); } export default TestCircle;