@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.01 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 UtrechtIconSchildGemeenteUtrechtStyle0 = generatedCss;
const UtrechtIconSchildGemeenteUtrecht$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconSchildGemeenteUtrecht extends HTMLElement {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: '337d6860311c855410d75863834a7a2e488625e8', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: 'f6625d67c3879d7a2a6144ea7ee6e329de9b8c68', d: "M2 0v23.63c0 2.6.8 5.07 2.17 6.56s2.4 2.6 4.57 3.71c1.83.87 4.46 2.1 9.14 2.1s7.31-1.11 9.14-2.1c1.94-.99 2.97-1.98 4-2.97 1.71-1.61 2.97-4.33 2.97-7.3V0zm30 23c0 3-1.57 5.66-3 7L4 2h28z" })));
}
static get style() { return UtrechtIconSchildGemeenteUtrechtStyle0; }
}, [1, "utrecht-icon-schild-gemeente-utrecht"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-schild-gemeente-utrecht"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-schild-gemeente-utrecht":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconSchildGemeenteUtrecht$1);
}
break;
} });
}
const UtrechtIconSchildGemeenteUtrecht = UtrechtIconSchildGemeenteUtrecht$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconSchildGemeenteUtrecht, defineCustomElement };
//# sourceMappingURL=utrecht-icon-schild-gemeente-utrecht.js.map