@omtanke/react-material-icons
Version:
Google Fonts - Material Icons
16 lines (14 loc) • 306 B
JavaScript
const SvgTextFieldsSharp = (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='M2.5 4v3h5v12h3V7h5V4h-13zm19 5h-9v3h3v7h3v-7h3V9z' />
</svg>
);
}
export default SvgTextFieldsSharp;