@omtanke/react-material-icons
Version:
Google Fonts - Material Icons
17 lines (15 loc) • 355 B
JavaScript
const SvgInventory2Sharp = (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='M2 2v6.7h1V22h18V8.7h1V2H2zm13 12H9v-2h6v2zm5-7H4V4h16v3z' />
</svg>
);
}
export default SvgInventory2Sharp;