@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.69 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 UtrechtIconBegrotingStyle0 = generatedCss;
const UtrechtIconBegroting$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconBegroting extends HTMLElement {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: 'abd83fe4a55c51a87ad8d49c27bd7e6b034cd6e2', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '94bbb4fe31aa99a9403e217df9a104d1d1f4873f', d: "M34.83 33.5c.31.46.19 1.08-.27 1.39A6.328 6.328 0 0 1 31 36c-1.81 0-3.6-.8-4.96-2.35a8.133 8.133 0 0 1-1.53-2.66h-1.52c-.55 0-1-.45-1-1s.45-1 1-1h1.07a9.55 9.55 0 0 1 0-2h-1.08c-.55 0-1-.45-1-1s.45-1 1-1h1.52c.32-.92.8-1.79 1.43-2.54 2.26-2.69 5.8-3.24 8.61-1.35.46.31.58.93.27 1.39-.31.46-.93.58-1.39.27-1.93-1.3-4.38-.9-5.96.98-.32.38-.57.81-.79 1.26h4.31c.55 0 1 .45 1 1s-.45 1-1 1h-4.93c-.09.66-.09 1.34 0 2h4.92c.55 0 1 .45 1 1s-.45 1-1 1h-4.3c.23.48.5.94.86 1.34 1.6 1.83 3.96 2.19 5.89.89a.999.999 0 0 1 1.39.27ZM1 27.03l8.94 8.96H10v-8c0-.55-.45-1-1-1H1v.03Zm11 8.96v-8c0-1.66-1.34-3-3-3H1V1.97C1 .88 1.88 0 2.97 0h24.05c1.09 0 1.97.88 1.97 1.97v16.27c-1.71.43-3.32 1.41-4.58 2.91-.47.56-.87 1.17-1.21 1.83h-.21c-1.66 0-3 1.34-3 3v4c0 1.66 1.34 3 3 3h.21c.37.72.82 1.38 1.34 1.97.33.38.7.72 1.08 1.03H12ZM7 8c0 .55.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1H8c-.55 0-1 .45-1 1m0 5c0 .55.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1H8c-.55 0-1 .45-1 1m1 6h7c.55 0 1-.45 1-1s-.45-1-1-1H8c-.55 0-1 .45-1 1s.45 1 1 1" })));
}
static get style() { return UtrechtIconBegrotingStyle0; }
}, [1, "utrecht-icon-begroting"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-begroting"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-begroting":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconBegroting$1);
}
break;
} });
}
const UtrechtIconBegroting = UtrechtIconBegroting$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconBegroting, defineCustomElement };
//# sourceMappingURL=utrecht-icon-begroting.js.map