@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.34 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 UtrechtIconVervoersvoorzieningStyle0 = generatedCss;
const UtrechtIconVervoersvoorziening$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconVervoersvoorziening extends H {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: 'f9b4ea135a4a76bae4189a4be848c136d2da6d1f', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '3dbb9ca79bae11d30bcffe98b92dfd05f40f8bd8', d: "M9.66 27h3.15a6.483 6.483 0 0 1-7.43 4.94C2.73 31.49.58 29.35.13 26.7A6.494 6.494 0 0 1 5 19.27v3.17a3.479 3.479 0 0 0-1.88 3.92 3.46 3.46 0 0 0 2.59 2.58c1.73.39 3.3-.53 3.95-1.95Zm-.15-13.5c1.38 0 2.51-1.12 2.51-2.51S10.9 8.48 9.51 8.48 7 9.6 7 10.99s1.12 2.51 2.51 2.51m5.82 8.5H12v-4.18c0-1.17-.74-2.28-1.88-2.55-1.65-.4-3.12.85-3.12 2.43v4.79C7 23.87 8.13 25 9.51 25H15v7h3v-7.33C18 23.2 16.8 22 15.33 22M33 20h3v-9.91l-1.99-6.03c-.44-1.23-1.64-2.06-3-2.06h-8.96c-1.36 0-2.56.83-3 2.08l-2.04 6.01V20h3v-3h13v3ZM21.74 5h9.47l1.23 4H20.5zm.26 8h-2v-2h2zm11 0h-2v-2h2z" })));
}
static get style() { return UtrechtIconVervoersvoorzieningStyle0; }
}, [1, "utrecht-icon-vervoersvoorziening"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-vervoersvoorziening"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-vervoersvoorziening":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconVervoersvoorziening$1);
}
break;
} });
}
const UtrechtIconVervoersvoorziening = UtrechtIconVervoersvoorziening$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconVervoersvoorziening, defineCustomElement };
//# sourceMappingURL=utrecht-icon-vervoersvoorziening.js.map