@omtanke/react-material-icons
Version:
Google Fonts - Material Icons
18 lines (16 loc) • 386 B
JavaScript
const SvgWarningAmber = (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='M12 5.99L19.53 19H4.47L12 5.99M12 2L1 21h22L12 2z' />
<path d='M13 16h-2v2h2zM13 10h-2v5h2z' />
</svg>
);
}
export default SvgWarningAmber;