@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) • 3.02 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 UtrechtIconBriefBetalenStyle0 = generatedCss;
const UtrechtIconBriefBetalen$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconBriefBetalen extends HTMLElement {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: '397bf08032a283a1650efb27d8e0a6081ca0bb7d', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '98e9f4e8490e43f61f3f9200ac8a0effa7fa67d2', d: "M28.51 17.99c-3.86 0-6.99 3.14-6.99 7s3.13 7 6.99 7 6.99-3.14 6.99-7-3.13-7-6.99-7m-.72 3.28c.18-.19.43-.28.72-.28s.54.09.72.28c.18.19.28.43.28.72s-.09.53-.28.72c-.18.19-.43.28-.72.28s-.54-.09-.72-.28c-.18-.19-.28-.43-.28-.72s.09-.53.28-.72m.73 7.76c-.55 0-1-.45-1-1v-3c0-.55.45-1 1-1s1 .45 1 1v3c0 .55-.45 1-1 1m-8.95-3.26c.08.95.31 1.87.67 2.71l-1.59 2.58c-.55.9-1.73 1.18-2.62.63L1.42 22.7c-.9-.56-1.18-1.74-.63-2.64l9.94-16.04H8.42l-4.83 7.7H2c-.83 0-1.5-.68-1.5-1.51v-6.7C.51 2.68 1.18 2 2.01 2H33c.83 0 1.5.66 1.5 1.49v6.7c-.01.83-.68 1.52-1.51 1.52h-2.4l-2.66 4.3c-.95.06-1.85.26-2.7.6l4.88-7.88-7.66-4.64h-9.42L9.45 9.94l1.71 1.05c.47.29.61.9.33 1.37-.29.47-.9.62-1.37.33L8.4 11.64l-5.87 9.4 14.45 8.91 2.58-4.17Zm-1.56-6.9c.47.29.62.9.33 1.37l-3.13 5.14c-.29.47-.9.62-1.36.33l-.04-.02a.994.994 0 0 1-.33-1.37l3.13-5.14c.29-.47.9-.62 1.36-.33zm-.42-4.16-.19.31c-.3.47-.91.61-1.38.31-.47-.3-.6-.91-.31-1.38l.2-.31c-.12-.12-.24-.22-.35-.35-.78-.96-1.13-2.14-.99-3.32.14-1.12.71-2.11 1.6-2.79.44-.33 1.07-.24 1.4.2.33.44.24 1.07-.2 1.4-.46.35-.75.86-.82 1.43-.07.59.1 1.18.46 1.68l1.37-2.17c.3-.47.91-.61 1.38-.31s.6.91.31 1.38l-1.37 2.17c.65.12 1.33 0 1.87-.41.41-.31.69-.76.79-1.26.11-.54.64-.89 1.18-.78.54.11.89.64.78 1.18-.1.49-.29.95-.55 1.36-.26.42-.6.78-1 1.08-1.21.91-2.79 1.07-4.18.56Z" })));
}
static get style() { return UtrechtIconBriefBetalenStyle0; }
}, [1, "utrecht-icon-brief-betalen"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-brief-betalen"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-brief-betalen":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconBriefBetalen$1);
}
break;
} });
}
const UtrechtIconBriefBetalen = UtrechtIconBriefBetalen$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconBriefBetalen, defineCustomElement };
//# sourceMappingURL=utrecht-icon-brief-betalen.js.map