@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.8 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 UtrechtIconDuurzaamStyle0 = generatedCss;
const UtrechtIconDuurzaam$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconDuurzaam extends HTMLElement {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: '538270d7c5e18953c1e52750fc3df4edd99dfce0', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '5806275a71951c32797a64194f3cbbd40d8df55a', d: "M13.43 21.47h.03l.43.13 6.23 1.88c.42.12.8.26 1.15.42.02.01.05.02.08.03.32.15.62.32.89.5.05.03.1.06.14.09.24.16.45.34.65.51.07.06.14.12.2.18.16.16.31.32.45.49.08.09.15.18.22.27C30.66 25.5 36 19.89 36 13.01S30.18 0 23 0 10 5.82 10 13.01c0 2.85.93 5.48 2.48 7.62 0 0 .41.38.95.84m7.95-19.35c-.61.75-.59 2.03-.21 2.96.08.2.44.4.66.39 1.56-.06 3.12-.13 4.68-.29.72-.07 1.29.09 1.76.64.28.33.52.73.84 1 1.05.88 1.06 1.88.62 3.13-.67 1.88-.98 2.21-2.88 2.22-1.47 0-2.42 1.3-2.06 2.83.21.87.08 1.64-.5 2.32-.39.47-.79.94-1.14 1.44-.07.1-.14.16-.21.23l-1.31-.44c-.34-.31-.7-.6-1.06-.89-.62-.51-1.03-1.16-.92-1.99.23-1.87-.37-3.5-1.27-5.05-.12-.2-.21-.42-.3-.64-.2-.49-.08-.8.44-.91.6-.13 1.39-1.02 1.32-1.57-.11-.83-.83-.53-1.31-.65-.33-.09-.72 0-1.01-.16-.46-.24-1.45-1.03-2.06-1.6-.02.02-.03.04-.05.06h-.24c1.65-1.62 3.8-2.72 6.2-3.05ZM0 33.02v-8.01c0-.55.45-1 1-1h3c.55 0 1 .45 1 1v8.01c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1m29.41-2.65-10.38.67-2.87-.91a.928.928 0 0 1-.6-1.16c.15-.48.67-.75 1.15-.6l2.79.88 3.54-.3c-.01-.1-.32-2.6-3.48-3.49l-6.05-1.83c-.14-.04-.29-.05-.44-.03l-6.08.92v8.45l11.81 3c.15.04.3.04.45 0l14.74-3.09s0-2.51-4.58-2.51" })));
}
static get style() { return UtrechtIconDuurzaamStyle0; }
}, [1, "utrecht-icon-duurzaam"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-duurzaam"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-duurzaam":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconDuurzaam$1);
}
break;
} });
}
const UtrechtIconDuurzaam = UtrechtIconDuurzaam$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconDuurzaam, defineCustomElement };
//# sourceMappingURL=utrecht-icon-duurzaam.js.map