open-icon
Version:
Open Icon
4 lines (3 loc) • 1.31 kB
text/typescript
const IconCleaningBucket = `<svg id="cleaning-bucket" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><path d="M22.5,22.5c0-7.46,6.04-13.5,13.5-13.5s13.5,6.04,13.5,13.5v4.5" style="fill: none; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M13.5,47.5v-17c0-4.42,3.58-8,8-8h12.5c1.1,0,2,.9,2,2v23c0,1.1-.9,2-2,2H15.5c-1.1,0-2-.9-2-2Z" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);"/><path d="M36,27h15.69c1.22,0,2.15,1.08,1.98,2.28l-3.93,27.5c-.14.99-.98,1.72-1.98,1.72h-23.53c-1,0-1.84-.73-1.98-1.72l-1.04-7.28" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M13.5,47.5v-17c0-4.42,3.58-8,8-8h12.5c1.1,0,2,.9,2,2v23c0,1.1-.9,2-2,2H15.5c-1.1,0-2-.9-2-2Z" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="13.5" y1="40.5" x2="36" y2="40.5" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></svg>`;
export default IconCleaningBucket;
export { IconCleaningBucket }