@utrecht/web-component-library-stencil
Version:
Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture
36 lines (31 loc) • 2.71 kB
JavaScript
import { proxyCustomElement, HTMLElement, h } from '@stencil/core/internal/client';
const generatedCss = ":host{block-size:var(--utrecht-icon-size);color:var(--utrecht-icon-color);display:inline-block;font-size:var(--utrecht-icon-size);inline-size:var(--utrecht-icon-size);inset-block-start:var(--utrecht-icon-inset-block-start, 0);position:relative}svg{height:100%;pointer-events:none;width:100%}";
const UtrechtIconWoningZoekenStyle0 = generatedCss;
const UtrechtIconWoningZoeken$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconWoningZoeken extends HTMLElement {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: 'bbddc3b93a94349f49ab5f5796b63812e2755cce', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '62046b7da7d4afb63320540d0fecda5c20e222e5', d: "m35.41 23.97-7.58-7.59c-.38-.38-.88-.59-1.42-.59s-1.04.21-1.42.59-1.63-1.63-1.63-1.63a8.986 8.986 0 0 0 2.05-5.72c0-4.98-4.04-9.02-9.01-9.02S7.41 4.05 7.41 9.02s4.04 9.02 9.01 9.02c2.08 0 4-.72 5.52-1.91l1.65 1.65-.05.05c-.78.78-.78 2.05 0 2.84l7.58 7.59c.39.39.9.59 1.42.59s1.03-.2 1.42-.59l1.46-1.46a2.006 2.006 0 0 0 0-2.84Zm-18.99-7.92c-3.86 0-7.01-3.15-7.01-7.02s3.14-7.02 7.01-7.02 7.01 3.15 7.01 7.02-3.14 7.02-7.01 7.02M0 25.41V35c0 .55.45 1 1 1h7.01c.55 0 1-.45 1-1v-9.58c0-.29-.12-.56-.33-.75l-3.54-3.18c-.38-.34-.96-.34-1.34 0L.33 24.66a1 1 0 0 0-.33.74Zm6.05 6.58c0 .55-.45 1-1 1h-1c-.55 0-1-.45-1-1s.45-1 1-1h1c.55 0 1 .45 1 1m0-4.01c0 .55-.45 1-1 1h-1c-.55 0-1-.45-1-1s.45-1 1-1h1c.55 0 1 .45 1 1m4.96-2.57V35c0 .55.45 1 1 1h7.01c.55 0 1-.45 1-1v-9.58c0-.29-.12-.56-.33-.75l-3.54-3.18c-.38-.34-.96-.34-1.34 0l-3.47 3.17a1 1 0 0 0-.33.74Zm6.05 6.58c0 .55-.45 1-1 1h-1c-.55 0-1-.45-1-1s.45-1 1-1h1c.55 0 1 .45 1 1m0-4.01c0 .55-.45 1-1 1h-1c-.55 0-1-.45-1-1s.45-1 1-1h1c.55 0 1 .45 1 1" })));
}
static get style() { return UtrechtIconWoningZoekenStyle0; }
}, [1, "utrecht-icon-woning-zoeken"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-woning-zoeken"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-woning-zoeken":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconWoningZoeken$1);
}
break;
} });
}
const UtrechtIconWoningZoeken = UtrechtIconWoningZoeken$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconWoningZoeken, defineCustomElement };
//# sourceMappingURL=utrecht-icon-woning-zoeken.js.map