@omtanke/react-material-icons
Version:
Google Fonts - Material Icons
18 lines (16 loc) • 474 B
JavaScript
const SvgFilterAltRound = (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 0h24m0 24H0' fill='none' />
<path d='M4.25 5.61C6.57 8.59 10 13 10 13v5c0 1.1.9 2 2 2s2-.9 2-2v-5s3.43-4.41 5.75-7.39c.51-.66.04-1.61-.8-1.61H5.04c-.83 0-1.3.95-.79 1.61z' />
<path d='M0 0h24v24H0V0z' fill='none' />
</svg>
);
}
export default SvgFilterAltRound;