open-icon
Version:
Open Icon
8 lines (7 loc) • 2.65 kB
JavaScript
// lib/icons/restroom.ts
var IconRestroom = `<svg id="restroom" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><circle cx="20.25" cy="15.75" r="5.06" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;"/><circle cx="50.97" cy="15.75" r="5.06" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;"/><path d="M20.25,27h0c2.48,0,4.5,2.02,4.5,4.5v13.5h-9v-13.5c0-2.48,2.02-4.5,4.5-4.5Z" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;"/><path d="M60.75,49.5h-18l4.5-9v-9c0-2.49,2.01-4.5,4.5-4.5h0c2.49,0,4.5,2.01,4.5,4.5v9l4.5,9Z" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;"/><path d="M6.75,40.5l6.5-9.76c1.56-2.34,4.18-3.74,7-3.74h0c2.81,0,5.44,1.41,7,3.74l6.5,9.76" 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="M15.75,63v-31.5c0-2.49,2.01-4.5,4.5-4.5h0c2.49,0,4.5,2.01,4.5,4.5v31.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="15.75" y1="45" x2="24.75" y2="45" style="fill: white; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M38.25,40.5l6.5-9.76c1.56-2.34,4.18-3.74,7-3.74h0c2.81,0,5.44,1.41,7,3.74l6.5,9.76" 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="M47.25,63v-13.5h-4.5l4.5-9v-9c0-2.49,2.01-4.5,4.5-4.5h0c2.49,0,4.5,2.01,4.5,4.5v9l4.5,9h-4.5v13.5" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><circle cx="20.25" cy="15.75" r="5.06" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><circle cx="50.97" cy="15.75" r="5.06" 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="47.25" y1="49.5" x2="56.25" y2="49.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>`;
var restroom_default = IconRestroom;
export {
IconRestroom,
restroom_default as default
};