@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.67 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 UtrechtIconBijstandStyle0 = generatedCss;
const UtrechtIconBijstand$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconBijstand extends H {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: '7307c656d1fe417fd6f7980494e3553f11871cb8', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '22cc3f9d45bd440e553d8e9ccb9c485fadbad5cc', d: "M34.98 21h-9.94a1 1 0 0 0-1 .99l-.05 5.94c0 .55.44 1.01.99 1.01l9.98.05c.55 0 1-.45 1-1V22c0-.55-.45-1-1-1Zm-7 6c-1.1 0-2-.9-2-2s.89-2 2-2 2 .9 2 2-.89 2-2 2M9.99 4c0-2.21 1.79-4 4-4s4 1.79 4 4-1.79 4-4 4-4-1.79-4-4m7.06 8c0-2.21 1.79-4 4-4s4 1.79 4 4v.02h-7.99V12Zm4.93 16v-6c0-1.66 1.34-3 3-3h8v-3.01c0-1.1-.9-2-2-2H1.99c-1.1 0-1.99.9-1.99 2v18a2 2 0 0 0 2 2h28.98c1.1 0 2-.9 2-2.01v-2.99h-7.99c-1.66 0-3-1.34-3-3Zm-8.99-6c.55 0 1 .45 1 1s-.45 1-1 1h-3.6c-.05.32-.08.66-.08 1s.03.68.08 1h3.6c.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.19-.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.92-4 5.23-4 1.31 0 2.54.51 3.56 1.47a.996.996 0 1 1-1.37 1.45c-.65-.61-1.41-.93-2.19-.93-1.24 0-2.33.79-3.02 2h2.9ZM36 4c0 .55-.45 1-1 1h-2v2c0 .55-.45 1-1 1s-1-.45-1-1V5h-2c-.55 0-1-.45-1-1s.45-1 1-1h2V1c0-.55.45-1 1-1s1 .45 1 1v2h2c.55 0 1 .45 1 1" })));
}
static get style() { return UtrechtIconBijstandStyle0; }
}, [1, "utrecht-icon-bijstand"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-bijstand"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-bijstand":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconBijstand$1);
}
break;
} });
}
const UtrechtIconBijstand = UtrechtIconBijstand$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconBijstand, defineCustomElement };
//# sourceMappingURL=utrecht-icon-bijstand.js.map