@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.06 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 UtrechtIconParkerenStyle0 = generatedCss;
const UtrechtIconParkeren$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconParkeren extends H {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: '323deb3dc949b3c2be6ecf7ee87c7d296786b7ab', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '71f0adfbf86c5c5de95c94d654a816486fa6dee3', d: "M19.57 8.01h-4.61v8h4.61c1.89 0 3.43-1.79 3.43-4s-1.54-4-3.43-4" }), h("path", { key: '5131b277fcadc4596ea7aaab217c490180020460', d: "M28.5 0h-21C5.01 0 3 2.01 3 4.5v21C3 27.99 5.01 30 7.5 30H17v5.02c0 .54.44.98.98.98h.04c.54 0 .98-.44.98-.98V30h9.5c2.49 0 4.5-2.01 4.5-4.5v-21C33 2.01 30.99 0 28.5 0m-9.02 17.99h-4.52v5.03c0 .54-.44.98-.98.98s-.98-.44-.98-.98v-16c0-.55.45-1 1-1h5.48C22.52 6.02 25 8.7 25 12s-2.48 5.98-5.52 5.98Z" })));
}
static get style() { return UtrechtIconParkerenStyle0; }
}, [1, "utrecht-icon-parkeren"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-parkeren"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-parkeren":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconParkeren$1);
}
break;
} });
}
const UtrechtIconParkeren = UtrechtIconParkeren$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconParkeren, defineCustomElement };
//# sourceMappingURL=utrecht-icon-parkeren.js.map