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