@omtanke/react-material-icons
Version:
Google Fonts - Material Icons
16 lines (14 loc) • 309 B
JavaScript
const SvgFormatQuoteSharp = (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='M5 17h3l2-4V7H4v6h3l-2 4zm10 0h3l2-4V7h-6v6h3l-2 4z' />
</svg>
);
}
export default SvgFormatQuoteSharp;