UNPKG

@omtanke/react-material-icons

Version:
18 lines (16 loc) 387 B
const SvgFilterAltSharp = (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='M3 4c2.01 2.59 7 9 7 9v7h4v-7s4.98-6.41 7-9H3z' /> <path d='M0 0h24v24H0V0z' fill='none' /> </svg> ); } export default SvgFilterAltSharp;