@omtanke/react-material-icons
Version:
Google Fonts - Material Icons
16 lines (14 loc) • 344 B
JavaScript
const SvgModeSharp = (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='M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM21.41 6.34l-3.75-3.75-2.53 2.54 3.75 3.75 2.53-2.54z' />
</svg>
);
}
export default SvgModeSharp;