@omtanke/react-material-icons
Version:
Google Fonts - Material Icons
18 lines (16 loc) • 519 B
JavaScript
const SvgPlagiarismSharp = (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' />
<circle cx={11.5} cy={14.5} r={1.5} />
<path d='M14 2H4v20h16V8l-6-6zm1.04 17.45l-1.88-1.88c-1.33.71-3.01.53-4.13-.59a3.495 3.495 0 010-4.95 3.495 3.495 0 014.95 0 3.48 3.48 0 01.59 4.13l1.88 1.88-1.41 1.41zM13 9V3.5L18.5 9H13z' />
</svg>
);
}
export default SvgPlagiarismSharp;