@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.29 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 UtrechtIconEvenementenStyle0 = generatedCss;
const UtrechtIconEvenementen$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconEvenementen extends HTMLElement {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: '6eb31bd7ebcbf6a8c1faf45afc679dec146709d7', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: 'c8fa99af61d5e961a79b78167644a6657eb430c7', d: "M33 34.99h-6V21.9h7v12.09c0 .56-.45 1.01-1 1.01Zm-8 0H11V21.9h14zm-16 0H3c-.55 0-1-.45-1-1V21.9h7zm27-16.11c0 .56-.45 1.01-1 1.01h-6.5l-.16-.15c-.86-.8-5.33-4.88-7.99-10.43l-1.1-2.51 1.99 1.86c3.03 2.83 8.45 7.05 14.37 9.04l.39.13zm-10.75 1.01H10.82l.85-1.02c1.6-1.91 4.32-5.38 5.81-8.87l.51-1.18.51 1.18c1.5 3.47 4.29 6.95 5.89 8.87l.85 1.02Zm-17.76 0H1c-.55 0-1-.45-1-1.01v-1.05l.39-.13c5.92-1.99 11.27-6.2 14.29-9.02l1.98-1.85-1.08 2.49c-2.57 5.53-7.72 10.23-7.92 10.42l-.16.14ZM19.24 1.03a1 1 0 0 0-1.24.98v1.65c0 .77.75 1.31 1.47 1.07l3.44-1.06c1.02-.24 1.03-1.15.01-1.41l-3.68-1.22Z" })));
}
static get style() { return UtrechtIconEvenementenStyle0; }
}, [1, "utrecht-icon-evenementen"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-evenementen"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-evenementen":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconEvenementen$1);
}
break;
} });
}
const UtrechtIconEvenementen = UtrechtIconEvenementen$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconEvenementen, defineCustomElement };
//# sourceMappingURL=utrecht-icon-evenementen.js.map