import React from 'react' import { Svg, Circle, Path } from 'react-native-svg' import { genFillIcon } from './gen' const LocationCircleFill = genFillIcon( ({ size, color, strokeWidth }, props) => { return ( ) }, ) export default LocationCircleFill