UNPKG

@omtanke/react-material-icons

Version:
17 lines (15 loc) 434 B
const SvgBrowserNotSupportedSharp = (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' /> <path d='M19 6v10.5l2 2V4H6.5l2 2zM3.22 3.32L1.95 4.59 3 5.64V20h14.36l2.06 2.06 1.27-1.27L3.22 3.32zM15 18H5V7.64L15.36 18H15z' /> </svg> ); } export default SvgBrowserNotSupportedSharp;