@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.26 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 UtrechtIconKerstbomenStyle0 = generatedCss;
const UtrechtIconKerstbomen$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconKerstbomen extends H {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: 'beef39e1e9f6ec558f1a14c505ce2001e8e6a330', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '89e214538d97c2c70a791f0cd6798f8d7cca5a9e', d: "M32.49 28.98h-7.44V32c0 .56-.45 1.01-1.01 1.01s-1.01-.45-1.01-1.01v-3.02h-7.48c-.74 0-1.22-.77-.91-1.43l3.13-6.63h-.4c-.76.01-1.25-.78-.91-1.46l3.34-6.57h-.44c-.76 0-1.24-.8-.89-1.47l4.66-8.87c.38-.72 1.42-.72 1.79.01l5.25 10.33H28.3l3.1 6.62c.31.67-.18 1.44-.92 1.43h-.34l3.23 6.59c.33.67-.16 1.45-.9 1.45Zm-17.74-6.02h-.51c-.76.01-1.25-.78-.91-1.46l3.35-6.6h-.49c-.76 0-1.24-.8-.89-1.47l1.57-2.98-4.01-7.89c-.37-.73-1.41-.73-1.79-.01l-4.66 8.87c-.35.67.13 1.47.89 1.47h.44L4.4 19.46c-.34.67.15 1.47.91 1.46h.4l-3.13 6.63c-.31.67.17 1.43.91 1.43h6.46V32c0 .56.45 1.01 1.01 1.01s1.01-.45 1.01-1.01v-3.14z" })));
}
static get style() { return UtrechtIconKerstbomenStyle0; }
}, [1, "utrecht-icon-kerstbomen"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-kerstbomen"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-kerstbomen":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconKerstbomen$1);
}
break;
} });
}
const UtrechtIconKerstbomen = UtrechtIconKerstbomen$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconKerstbomen, defineCustomElement };
//# sourceMappingURL=utrecht-icon-kerstbomen.js.map