@omtanke/react-material-icons
Version:
Google Fonts - Material Icons
17 lines (15 loc) • 367 B
JavaScript
const SvgWaterDamage = (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 3L2 12h3v8h14v-8h3L12 3zm0 13c-1.1 0-2-.9-2-2s2-4 2-4 2 2.9 2 4-.9 2-2 2z' />
</svg>
);
}
export default SvgWaterDamage;