UNPKG

@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.46 kB
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 UtrechtIconHulpHuishoudenStyle0 = generatedCss; const UtrechtIconHulpHuishouden$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconHulpHuishouden extends H { constructor() { super(); this.__registerHost(); this.__attachShadow(); } render() { return (h("svg", { key: '091841df4822feaf46f6d45420246bfb59396965', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '51df532d2c9e3f1dca69070cd104c81531524439', d: "M9.98 29.06c0 2.76-2.23 5-4.99 5S0 31.83 0 29.06s2.23-5 4.99-5 4.99 2.24 4.99 5M35 33.99h-3.99L28 10.12a8.594 8.594 0 0 0-5.97-6.84C21 2.96 11.93.41 11.03.19 10.02-.05 9.09 0 9.05 0 5.39 0 2.41 2.72 2.41 6.39s2.98 6.66 6.64 6.66l8.98-.03c1.1 0 1.99.9 1.99 2 0 .59-.7 1.52-.7 1.52l-2.44 3.45c-1.76-1.24-3.8-2-5.84-2H3.06C1.37 17.99 0 19.37 0 21.06v3.03A7.028 7.028 0 0 1 5 22c3.89 0 7.04 3.16 7.04 7.06 0 1.5-.47 2.89-1.27 4.04h7.27c2.22 0 4.01-1.8 4.01-4.02 0-2.85-1.47-5.7-3.64-7.8L20.7 18c.66-.83 1.31-1.83 1.31-2.97 0-2.2-1.79-4-3.99-4l-8.98.03c-2.56 0-4.64-2.09-4.64-4.65s2.08-4.38 4.71-4.38c0 0 .73-.04 1.44.13.63.15 6.85 1.8 10.88 3.06 2.42.74 4.18 2.76 4.58 5.18l2.98 23.61h-3.98c-.55 0-1 .45-1 1s.45 1 1 1h9.98c.55 0 1-.45 1-1s-.45-1-1-1Z" }))); } static get style() { return UtrechtIconHulpHuishoudenStyle0; } }, [1, "utrecht-icon-hulp-huishouden"]); function defineCustomElement$1() { if (typeof customElements === "undefined") { return; } const components = ["utrecht-icon-hulp-huishouden"]; components.forEach(tagName => { switch (tagName) { case "utrecht-icon-hulp-huishouden": if (!customElements.get(tagName)) { customElements.define(tagName, UtrechtIconHulpHuishouden$1); } break; } }); } const UtrechtIconHulpHuishouden = UtrechtIconHulpHuishouden$1; const defineCustomElement = defineCustomElement$1; export { UtrechtIconHulpHuishouden, defineCustomElement }; //# sourceMappingURL=utrecht-icon-hulp-huishouden.js.map