open-icon
Version:
Open Icon
4 lines (3 loc) • 1.2 kB
text/typescript
const IconHairdryer = `<svg id="hairdryer" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><path d="M22.5,63h10.46c3.46,0,5.72-3.65,4.17-6.74l-1.13-2.26" 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="M58.5,31.5s-22.5,9-31.5,9c-7.46,0-13.5-6.04-13.5-13.5s6.04-13.5,13.5-13.5c9,0,31.5,9,31.5,9v9Z" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);"/><path d="M58.5,31.5s-22.5,9-31.5,9c-7.46,0-13.5-6.04-13.5-13.5s6.04-13.5,13.5-13.5c9,0,31.5,9,31.5,9v9Z" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M36,39.02l4.5,14.98h-9s-14.07-11.72-17.23-22.5" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><circle cx="27" cy="27" r="4.5" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></svg>`;
export default IconHairdryer;
export { IconHairdryer }