@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.75 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 UtrechtIconZweefpaalStyle0 = generatedCss;
const UtrechtIconZweefpaal$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconZweefpaal extends HTMLElement {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: '2f439aa1d3f8521759fcc33e16245be1c1687790', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: 'cd90ecaa8feb65e30fda1b7c7a5da80fb2b884e4', d: "M30 32v2H6v-2h6V20h12v12zM14 12h8c1.34 0 2 .9 2 2.02V18H12v-4c0-1.1.68-2 2-2" })));
}
static get style() { return UtrechtIconZweefpaalStyle0; }
}, [1, "utrecht-icon-zweefpaal"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-zweefpaal"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-zweefpaal":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconZweefpaal$1);
}
break;
} });
}
const UtrechtIconZweefpaal = UtrechtIconZweefpaal$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconZweefpaal, defineCustomElement };
//# sourceMappingURL=utrecht-icon-zweefpaal.js.map