@omtanke/react-material-icons
Version:
Google Fonts - Material Icons
17 lines (15 loc) • 445 B
JavaScript
const SvgEditCalendarSharp = (props) => {
return (
<svg
xmlns='http://www.w3.org/2000/svg'
height='1em'
viewBox='0 0 24 24'
width='1em'
className='svg-icon'
{...props}>
<path fill='none' d='M0 0h24v24H0z' />
<path d='M12 22H3V4h3V2h2v2h8V2h2v2h3v8h-2v-2H5v10h7v2zm10.13-5.01l1.41-1.41-2.12-2.12-1.41 1.41 2.12 2.12zm-.71.71l-5.3 5.3H14v-2.12l5.3-5.3 2.12 2.12z' />
</svg>
);
}
export default SvgEditCalendarSharp;