@omtanke/react-material-icons
Version:
Google Fonts - Material Icons
17 lines (15 loc) • 487 B
JavaScript
const SvgEditAttributes = (props) => {
return (
<svg
xmlns='http://www.w3.org/2000/svg'
height='1em'
viewBox='0 0 24 24'
width='1em'
className='svg-icon'
{...props}>
<path className='edit_attributes_svg__st0' d='M0 0h24v24H0z' fill='none' />
<path d='M17.63 7H6.37C3.96 7 2 9.24 2 12s1.96 5 4.37 5h11.26c2.41 0 4.37-2.24 4.37-5s-1.96-5-4.37-5zM7.24 14.46l-2.57-2.57.7-.7 1.87 1.87 3.52-3.52.7.7-4.22 4.22z' />
</svg>
);
}
export default SvgEditAttributes;