@omtanke/react-material-icons
Version:
Google Fonts - Material Icons
17 lines (15 loc) • 385 B
JavaScript
const SvgCleaningServicesSharp = (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='M15 11V1H9v10H3v12h18V11h-6zm4 10h-2v-4h-2v4h-2v-4h-2v4H9v-4H7v4H5v-8h14v8z' />
</svg>
);
}
export default SvgCleaningServicesSharp;