open-icon
Version:
Open Icon
8 lines (7 loc) • 1.56 kB
JavaScript
// lib/icons/mansion.ts
var IconMansion = `<svg id="mansion" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><path d="M58.96,14.87c-.27-.82-1.04-1.37-1.9-1.37H14.94c-.86,0-1.62.55-1.9,1.37l-4.04,12.13v29.5c0,1.1.9,2,2,2h20.5v-18h9v18h20.5c1.1,0,2-.9,2-2v-29.5l-4.04-12.13Z" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);"/><rect x="31.5" y="40.5" width="9" height="18" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M14.94,13.5h42.12c.86,0,1.63.55,1.9,1.37l4.04,12.13v29.5c0,1.1-.9,2-2,2H11c-1.1,0-2-.9-2-2v-29.5l4.04-12.13c.27-.82,1.04-1.37,1.9-1.37Z" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><polygon points="36 13.5 22.5 27 22.5 58.5 49.5 58.5 49.5 27 36 13.5" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="49.5" y1="27" x2="63" y2="27" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="9" y1="27" x2="22.5" y2="27" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></svg>`;
var mansion_default = IconMansion;
export {
IconMansion,
mansion_default as default
};