@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.34 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 UtrechtIconBewijsstukkenStyle0 = generatedCss;
const UtrechtIconBewijsstukken$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconBewijsstukken extends HTMLElement {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: '5dd7e39b55999f16f5fdac7f848a6eaf36d87eff', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '6e33621b4f784fa6b8c4a72c9d22b26afdf6ddc1', d: "M4 25.98h9v8.99zm24-8.99c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5m-7 5c0 1.9.76 3.62 2 4.89v9.13l-8-.02V26a2 2 0 0 0-2-2H3V1.97C3 .88 3.88 0 4.98 0h22.05c1.11 0 2.02.9 2.02 2.02l-.03 13.06c-.33-.05-.67-.08-1.02-.08-3.86 0-7 3.14-7 7Zm3-10.02c0-.54-.44-.98-.98-.98H9c-.55 0-1 .45-1 1s.45 1 1 1h14.02c.54 0 .98-.44.98-.98v-.05ZM7.99 7c0 .55.45.99 1 .99h14.03c.54 0 .98-.44.98-.98s-.44-.97-.97-.98L9 5.99c-.56 0-1.01.45-1 1.01ZM17 16.98c0-.55-.45-1-1-1H9c-.55 0-1 .45-1 1s.45 1 1 1h7c.55 0 1-.45 1-1m8 11.31v7.14c0 .43.51.66.83.37L28 33.87l2.17 1.93c.32.29.83.06.83-.37v-7.14c-.91.43-1.92.68-3 .68s-2.09-.25-3-.68" })));
}
static get style() { return UtrechtIconBewijsstukkenStyle0; }
}, [1, "utrecht-icon-bewijsstukken"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-bewijsstukken"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-bewijsstukken":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconBewijsstukken$1);
}
break;
} });
}
const UtrechtIconBewijsstukken = UtrechtIconBewijsstukken$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconBewijsstukken, defineCustomElement };
//# sourceMappingURL=utrecht-icon-bewijsstukken.js.map