@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.08 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 UtrechtIconZorgHuisStyle0 = generatedCss;
const UtrechtIconZorgHuis$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconZorgHuis extends H {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: 'd0f8028fd713d544a48b60e27abe6aeb1651636b', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '555bb6d38ed791ff18fd2e20cd02867cae485685', d: "M0 23.87h5.3V33.9H0zm31.15 6.47-11 .67-3.96-1.19.59-1.75 3.88 1.15 3.75-.3c-.01-.1-.34-2.61-3.69-3.5l-6.64-1.9-6.68.96v8.47l12.74 3.06 15.85-3.15s0-2.52-4.85-2.52Z" }), h("path", { key: 'e4fc6612b7aa8434b26d41b8a5eb56b5623bc353', d: "m7.61 14.35 1.92-1.59.04 9.55 4.16-.62c.24-.04.49-.02.72.06l7.22 2.17c3.43.95 4.5 3.18 4.69 4.63l4.38-.2V12.82l2.13 1.74 2.07-2.37-4.24-3.6V3.81h-3.18v2.22L20.11 0 5.52 12.08l2.09 2.26Zm9.34-2.52h6.35v5.01h-6.35z" })));
}
static get style() { return UtrechtIconZorgHuisStyle0; }
}, [1, "utrecht-icon-zorg-huis"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-zorg-huis"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-zorg-huis":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconZorgHuis$1);
}
break;
} });
}
const UtrechtIconZorgHuis = UtrechtIconZorgHuis$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconZorgHuis, defineCustomElement };
//# sourceMappingURL=utrecht-icon-zorg-huis.js.map