UNPKG

@omtanke/react-material-icons

Version:
18 lines (16 loc) 469 B
const SvgFilterAlt = (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.27 8.2 10 13 10 13v6c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-6s3.72-4.8 5.74-7.39A.998.998 0 0018.95 4H5.04c-.83 0-1.3.95-.79 1.61z' /> <path d='M0 0h24v24H0V0z' fill='none' /> </svg> ); } export default SvgFilterAlt;