UNPKG

open-icon

Version:

Open Icon

4 lines (3 loc) 1.27 kB
const IconLuxeVilla = `<svg id="luxe-villa" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><path d="M31.5,13.5v49.5h9v-18h9v18h7c1.1,0,2-.9,2-2V27l-27-13.5Z" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);"/><path d="M31.5,36l-18,9v16c0,1.1.9,2,2,2h16v-27Z" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);"/><path d="M31.5,13.5l27,13.5v34c0,1.1-.9,2-2,2h-25V13.5Z" 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="M31.5,36l-18,9v16c0,1.1.9,2,2,2h16v-27Z" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><rect x="40.5" y="45" 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));"/><polygon points="49.5 22.5 58.5 27 58.5 13.5 49.5 13.5 49.5 22.5" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></svg>`; export default IconLuxeVilla; export { IconLuxeVilla }