UNPKG

@omtanke/react-material-icons

Version:
17 lines (15 loc) 370 B
const SvgNewLabelSharp = (props) => { return ( <svg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 24 24' width='1em' className='svg-icon' {...props}> <path fill='none' d='M0 0h24v24H0z' /> <path d='M21 12l-4.97 7H12v-6H9v-3H3V5h13.03L21 12zm-11 3H7v-3H5v3H2v2h3v3h2v-3h3v-2z' /> </svg> ); } export default SvgNewLabelSharp;