UNPKG

@omtanke/react-material-icons

Version:
17 lines (15 loc) 487 B
const SvgEditOffSharp = (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='M21.41 6.33l-3.75-3.75-2.53 2.54 3.75 3.75 2.53-2.54zM1.39 4.22l7.32 7.32L3 17.25V21h3.75l5.71-5.71 7.32 7.32 1.41-1.41L2.81 2.81 1.39 4.22zm16.42 5.72l-3.75-3.75-2.52 2.52 3.75 3.75 2.52-2.52z' /> </svg> ); } export default SvgEditOffSharp;