@omtanke/react-material-icons
Version:
Google Fonts - Material Icons
17 lines (15 loc) • 545 B
JavaScript
const SvgLocalPrintshopRound = (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='M18 7V4c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v3h12zM19 8H5c-1.66 0-3 1.34-3 3v5c0 .55.45 1 1 1h3v2c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2v-2h3c.55 0 1-.45 1-1v-5c0-1.66-1.34-3-3-3zm-3 11H8v-4h8v4zm2-6.5c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z' />
</svg>
);
}
export default SvgLocalPrintshopRound;