@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.51 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 UtrechtIconRioolheffingStyle0 = generatedCss;
const UtrechtIconRioolheffing$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconRioolheffing extends H {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: '924493a5c1d792bf95070950538a06b65649d1a4', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: 'a06a57518187f48f3d329216e426ca8877523390', d: "M34.44 13.25c-1.92 1.29-4.29.94-5.89-.89-.35-.4-.62-.86-.86-1.34h4.3c.55 0 1-.45 1-1s-.45-1-1-1h-4.92c-.09-.66-.1-1.34 0-2H32c.55 0 1-.45 1-1s-.45-1-1-1h-4.31c.22-.44.47-.87.79-1.26 1.58-1.88 4.03-2.28 5.96-.98.46.31 1.08.19 1.39-.27a.999.999 0 0 0-.27-1.39c-2.81-1.89-6.35-1.34-8.61 1.35-.63.75-1.11 1.62-1.43 2.54H24c-.55 0-1 .45-1 1s.45 1 1 1h1.08a9.55 9.55 0 0 0 0 2h-1.07c-.55 0-1 .45-1 1s.45 1 1 1h1.52c.34.97.85 1.88 1.53 2.66 1.35 1.54 3.14 2.35 4.96 2.35 1.22 0 2.45-.36 3.56-1.11.46-.31.58-.93.27-1.39a.999.999 0 0 0-1.39-.27ZM2.2 36h11.6l-1.17-7.83c-.08-.52.13-1.04.51-1.28 1.6-1.05 2.66-2.87 2.84-4.89H.03c.18 2.02 1.23 3.84 2.84 4.89.38.25.59.77.51 1.28L2.21 36ZM16 18v2H0v-2c0-.55.45-1 1-1h14c.55 0 1 .45 1 1M15 6v7c0 .55-.45 1-1 1H2c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h9V4c0-.55.45-1 1-1s1 .45 1 1v1h1c.55 0 1 .45 1 1" })));
}
static get style() { return UtrechtIconRioolheffingStyle0; }
}, [1, "utrecht-icon-rioolheffing"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-rioolheffing"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-rioolheffing":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconRioolheffing$1);
}
break;
} });
}
const UtrechtIconRioolheffing = UtrechtIconRioolheffing$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconRioolheffing, defineCustomElement };
//# sourceMappingURL=utrecht-icon-rioolheffing.js.map