@omtanke/react-material-icons
Version:
Google Fonts - Material Icons
17 lines (15 loc) • 360 B
JavaScript
const SvgPanToolSharp = (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 0h24v24H0z' fill='none' />
<path d='M23 4v20H10.02L1 14.83 2.9 13 8 15.91V3h3v8h1V0h3v11h1V1h3v10h1V4h3z' />
</svg>
);
}
export default SvgPanToolSharp;