@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.97 kB
JavaScript
import { p as proxyCustomElement, H, h } from './p-2f0ff193.js';
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 UtrechtIconOmHetHuisStyle0 = generatedCss;
const UtrechtIconOmHetHuis$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconOmHetHuis extends H {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: '434cb007fb9075f1664dcfccad5db368afea0f13', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '7b3249fa6ebb80d3539404714841ee33388a4602', d: "M7.99 22H5.73c-2.48-.15-4.37-2.17-4.23-4.54.02-.25.05-.5.11-.74-1.91-1.51-2.17-4.22-.58-6.04.3-.34.64-.63 1.03-.87-1.22-2.06-.45-5.67 1.71-6.84.69-.37 1.45-.54 2.21-.54C6.66 1.56 7.74.99 8.97.99s2.31.57 3 1.45c1.24 0 2.47.47 3.35 1.41 1.28 1.37 1.51 3.36.57 4.96 1.52.93 2.25 3.58 2.02 5.17l-7.94 6.28v-3.24l2.41-2.44a.996.996 0 1 0-1.41-1.41l-1 1.01v-2.19c0-.55-.45-1-1-1s-1 .45-1 1v4.91l-.99-1a.987.987 0 0 0-1.41 0 .996.996 0 0 0 0 1.41l2.41 2.44V22s.01.05.01.07c0 0-.01.02-.02.03V22Zm.28 3.62-.05-.06c-.09-.11-.16-.23-.24-.35V32c0 .55.45 1 1 1s1-.45 1-1v-5.36a2.95 2.95 0 0 1-1.71-1.02m17.51-10.89.35.35a.996.996 0 1 0 1.41-1.41l-.35-.35a.996.996 0 0 1 0-1.41 3 3 0 0 0 0-4.24l-.35-.35a.996.996 0 1 0-1.41 1.41l.35.35c.39.39.39 1.02 0 1.41a3 3 0 0 0 0 4.24M33 27c-.55 0-1 .44-1 .99v1h-2.03v-1c0-.55-.45-.99-1-.99s-1 .44-1 .99v4c0 .55.45.99 1 .99s1-.44 1-.99v-1.01H32v1.01c0 .55.45.99 1 .99s1-.44 1-.99v-4c0-.55-.45-.99-1-.99m-5.21-2.86a.973.973 0 0 1-1.46.06l-.36-.29v8.06c0 .55-.45 1-1 1l-12.06.02c-.55 0-1-.45-1-1v-7.9l-.33.34a.975.975 0 0 1-1.39-.11l-.05-.06a.978.978 0 0 1 .15-1.39l7.99-6.31c.36-.28.86-.29 1.22-.02l4.49 3.24V18.3c0-.54.44-.98.98-.98h.05c.54 0 .98.44.98.98v2.87c0 .15.07.29.18.39l1.53 1.24c.39.35.43.94.11 1.34ZM20.97 26c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h2c.55 0 1-.45 1-1z" })));
}
static get style() { return UtrechtIconOmHetHuisStyle0; }
}, [1, "utrecht-icon-om-het-huis"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-om-het-huis"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-om-het-huis":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconOmHetHuis$1);
}
break;
} });
}
const UtrechtIconOmHetHuis = UtrechtIconOmHetHuis$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconOmHetHuis, defineCustomElement };
//# sourceMappingURL=utrecht-icon-om-het-huis.js.map