open-icon
Version:
Open Icon
4 lines (3 loc) • 1.07 kB
text/typescript
const IconIndustry3 = `<svg id="industry-3" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><polygon points="9 58.5 9 49.5 9 36 27 45 27 36 45 45 45 45 45 36 63 45 63 58.5 9 58.5" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);"/><polygon points="9 58.5 9 49.5 9 36 27 45 27 36 45 45 45 45 45 36 63 45 63 58.5 9 58.5" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M18,20.64c8.79-8.79,23.03-8.79,31.82,0" 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="M24.36,27c5.27-5.27,13.82-5.27,19.09,0" 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));"/></svg>`;
export default IconIndustry3;
export { IconIndustry3 }