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