@omtanke/react-material-icons
Version:
Google Fonts - Material Icons
17 lines (15 loc) • 428 B
JavaScript
const SvgReplyRound = (props) => {
return (
<svg
xmlns='http://www.w3.org/2000/svg'
height='1em'
viewBox='0 0 24 24'
width='1em'
className='svg-icon'
{...props}>
<path d='M0 0h24v24H0V0z' fill='none' />
<path d='M10 9V7.41c0-.89-1.08-1.34-1.71-.71L3.7 11.29a.996.996 0 000 1.41l4.59 4.59c.63.63 1.71.19 1.71-.7V14.9c5 0 8.5 1.6 11 5.1-1-5-4-10-11-11z' />
</svg>
);
}
export default SvgReplyRound;