@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.53 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 UtrechtIconVergoedingStyle0 = generatedCss;
const UtrechtIconVergoeding$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconVergoeding extends H {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: '5ff77b5716329511ed2130efe6164b831818ac07', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: 'ea29d0bbc0acacc7a4e10a2e2875916acf931e38', d: "M35 21h-9.94c-.55 0-1 .44-1 .99l-.05 5.94c0 .55.44 1.01.99 1.01l9.99.05c.55 0 1.01-.45 1.01-1V22c0-.55-.45-1-1-1m-7 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2M10 4c0-2.21 1.79-4 4-4s4 1.79 4 4-1.79 4-4 4-4-1.79-4-4m7.07 8c0-2.21 1.79-4 4-4s4 1.79 4 4v.02h-8zM22 28v-6c0-1.66 1.34-3 3-3h8v-3.01c0-1.1-.9-2-2-2H2c-1.1 0-2 .9-2 2v18a2 2 0 0 0 2 2h29c1.1 0 2-.9 2-2.01v-2.99h-8c-1.66 0-3-1.34-3-3Zm-9-6c.55 0 1 .45 1 1s-.45 1-1 1H9.4c-.05.32-.08.66-.08 1s.03.68.08 1H13c.55 0 1 .45 1 1s-.45 1-1 1h-2.9c.69 1.21 1.78 2 3.02 2 .79 0 1.55-.32 2.2-.93a.996.996 0 0 1 1.41.04c.38.4.36 1.04-.04 1.41-1.02.96-2.26 1.47-3.56 1.47-2.31 0-4.3-1.64-5.23-4h-.89c-.55 0-1-.45-1-1s.45-1 1-1h.38c-.04-.33-.07-.66-.07-1s.03-.67.07-1h-.38c-.55 0-1-.45-1-1s.45-1 1-1h.89c.93-2.36 2.93-4 5.23-4 1.31 0 2.54.51 3.57 1.47a.996.996 0 1 1-1.37 1.45c-.65-.61-1.41-.93-2.2-.93-1.24 0-2.33.79-3.02 2h2.9Z" })));
}
static get style() { return UtrechtIconVergoedingStyle0; }
}, [1, "utrecht-icon-vergoeding"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-vergoeding"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-vergoeding":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconVergoeding$1);
}
break;
} });
}
const UtrechtIconVergoeding = UtrechtIconVergoeding$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconVergoeding, defineCustomElement };
//# sourceMappingURL=utrecht-icon-vergoeding.js.map