UNPKG

@omtanke/react-material-icons

Version:
18 lines (16 loc) 429 B
const SvgLocalSeeSharp = (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' /> <circle cx={12} cy={12} r={3.2} /> <path d='M22 4h-5.17L15 2H9L7.17 4H2v16h20V4zM12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z' /> </svg> ); } export default SvgLocalSeeSharp;