@omtanke/react-material-icons
Version:
Google Fonts - Material Icons
17 lines (15 loc) • 473 B
JavaScript
const SvgLabelImportantRound = (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='M0 0h24v24H0V0z' fill='none' />
<path d='M5.94 18.99H15c.65 0 1.26-.31 1.63-.84l3.95-5.57a.99.99 0 000-1.16l-3.96-5.58A1.95 1.95 0 0015 5H5.94c-.81 0-1.28.93-.81 1.59L9 12l-3.87 5.41c-.47.66 0 1.58.81 1.58z' />
</svg>
);
}
export default SvgLabelImportantRound;