@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) • 1.76 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 UtrechtIconMeterkastStyle0 = generatedCss;
const UtrechtIconMeterkast$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconMeterkast extends H {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: 'a973057a68cd0048d4cc54e4ec0471d27418c94f', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '86ce874702f62dd0d1969147d8f3f939dfdbe662', d: "M19 9v18h13V9zm4 11h-1.83v-4H23zM4 9v18h13V9zm11 11h-2v-4h2zM4 29v7h28v-7zM6 3h24c1.1 0 2 .9 2 2v2H4V5c0-1.1.9-2 2-2" })));
}
static get style() { return UtrechtIconMeterkastStyle0; }
}, [1, "utrecht-icon-meterkast"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-meterkast"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-meterkast":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconMeterkast$1);
}
break;
} });
}
const UtrechtIconMeterkast = UtrechtIconMeterkast$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconMeterkast, defineCustomElement };
//# sourceMappingURL=utrecht-icon-meterkast.js.map