@omtanke/react-material-icons
Version:
Google Fonts - Material Icons
16 lines (14 loc) • 339 B
JavaScript
const SvgWarningAmberTwoTone = (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='M1 21h22L12 2 1 21zm3.47-2L12 5.99 19.53 19H4.47zM11 16h2v2h-2zm0-6h2v4h-2z' />
</svg>
);
}
export default SvgWarningAmberTwoTone;