open-icon
Version:
Open Icon
4 lines (3 loc) • 2.16 kB
text/typescript
const IconHomeGarden = `<svg id="home-garden" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><polygon points="31.5 58.5 27 45 45 45 40.5 58.5 31.5 58.5" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;"/><path d="M32.82,26.45c3.51,3.51,3.18,9.55,3.18,9.55,0,0-6.03.33-9.55-3.18s-3.18-9.55-3.18-9.55c0,0,6.03-.33,9.55,3.18Z" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;"/><path d="M39.18,26.45c-3.51,3.51-3.18,9.55-3.18,9.55,0,0,6.03.33,9.55-3.18s3.18-9.55,3.18-9.55c0,0-6.03-.33-9.55,3.18Z" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;"/><polygon points="13.5 58.5 13.5 22.5 36 9 58.5 22.5 58.5 58.5 13.5 58.5" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><polygon points="31.5 58.5 27 45 45 45 40.5 58.5 31.5 58.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="M32.82,26.45c3.51,3.51,3.18,9.55,3.18,9.55,0,0-6.03.33-9.55-3.18s-3.18-9.55-3.18-9.55c0,0,6.03-.33,9.55,3.18Z" 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="M39.18,26.45c-3.51,3.51-3.18,9.55-3.18,9.55,0,0,6.03.33,9.55-3.18s3.18-9.55,3.18-9.55c0,0-6.03-.33-9.55,3.18Z" 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));"/><line x1="36" y1="45" x2="36" y2="36" 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 IconHomeGarden;
export { IconHomeGarden }