@omtanke/react-material-icons
Version:
Google Fonts - Material Icons
20 lines (18 loc) • 581 B
JavaScript
const SvgBrowserNotSupportedRound = (props) => {
return (
<svg
xmlns='http://www.w3.org/2000/svg'
height='1em'
viewBox='0 0 24 24'
width='1em'
className='svg-icon'
{...props}>
<g fill='none'>
<path d='M0 0h24v24H0z' />
<path d='M0 0h24v24H0z' />
</g>
<path d='M19 6v10.5l1.95 1.95c.03-.15.05-.3.05-.45V6c0-1.1-.9-2-2-2H6.5l2 2H19zM3.86 3.95a.9.9 0 00-1.27 0 .9.9 0 000 1.27l.41.42V18c0 1.1.9 2 2 2h12.36l1.42 1.42a.9.9 0 001.27 0 .9.9 0 000-1.27L3.86 3.95zM5 18V7.64L15.36 18H5z' />
</svg>
);
}
export default SvgBrowserNotSupportedRound;