UNPKG

@omtanke/react-material-icons

Version:
17 lines (15 loc) 348 B
const SvgLooks4Sharp = (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='M.04 0h24v24h-24V0z' fill='none' /> <path d='M21.04 3h-18v18h18V3zm-6 14h-2v-4h-4V7h2v4h2V7h2v10z' /> </svg> ); } export default SvgLooks4Sharp;