@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.22 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 UtrechtIconHulpZorgStyle0 = generatedCss;
const UtrechtIconHulpZorg$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconHulpZorg extends H {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: '1013570426ed0b097796e94958f1a305fa06afe2', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '3294d35581ead7378fe158de32640248a685e0c8', d: "M28.99 9.03H8.95c-1.63 0-2.95 1.34-2.95 3l.03 9.99c0 .55.45 1 1 1H9v11.99c0 .55.45 1 1 1h6.96c.55 0 1-.45 1-1V13.02c0-.55.45-1 1-1s1 .45 1 1V35c0 .55.45 1 1 1h7.01c.55 0 1-.45 1-1V23h2a.984.984 0 0 0 1.01-.99v-9.98c0-1.66-1.35-3-3.01-3Zm-.35 4.98-.16.17-.76.8c-.39.41-1.06.41-1.45 0l-.76-.8-.16-.17c-.33-.35-.46-.88-.25-1.31.35-.71 1.2-.81 1.7-.29l.2.21.2-.21c.49-.51 1.34-.42 1.7.29.21.43.09.96-.25 1.31ZM21.48 3.54c0-1.93 1.57-3.5 3.51-3.5s3.51 1.57 3.51 3.5-1.57 3.5-3.51 3.5-3.51-1.57-3.51-3.5M9.46 3.5c0-1.93 1.57-3.5 3.51-3.5s3.51 1.57 3.51 3.5S14.91 7 12.97 7 9.46 5.43 9.46 3.5" })));
}
static get style() { return UtrechtIconHulpZorgStyle0; }
}, [1, "utrecht-icon-hulp-zorg"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-hulp-zorg"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-hulp-zorg":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconHulpZorg$1);
}
break;
} });
}
const UtrechtIconHulpZorg = UtrechtIconHulpZorg$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconHulpZorg, defineCustomElement };
//# sourceMappingURL=utrecht-icon-hulp-zorg.js.map