@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.36 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 UtrechtIconWijkGesprekStyle0 = generatedCss;
const UtrechtIconWijkGesprek$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconWijkGesprek extends H {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: 'b31e11f5299e8291c63899fcc1a449652d7f88d5', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '260b2021ad49e16b0c7320bd9748b7e805511b9d', d: "M19.09 4.92H2.08C.93 4.92 0 6.09 0 7.54v12.05c0 1.46.94 2.65 2.11 2.65 0 0 6.36.02 6.36.04v3.37c0 1.18 1.13 1.78 1.8.95l3.49-4.34 5.26-.01c1.19 0 2.15-1.21 2.15-2.71v-12c0-1.45-.93-2.62-2.09-2.62Zm-.03 14.66h-5.91c-.28 0-.55.14-.75.39l-1.81 2.27v-1.3c0-.73-.47-1.33-1.06-1.33l-7.41-.02-.03-12h16.98v11.99Z" }), h("path", { key: 'f53cce84be2b85a42c461c3d82f48a38fe1e9b9f', d: "M25.41 30.99v-3.42h8.46c1.17 0 2.12-1.2 2.12-2.67V12.94c0-1.48-.95-2.67-2.12-2.69h-9.54c-.58 0-1.05.6-1.05 1.33 0 .74.47 1.33 1.06 1.33h9.53V24.9h-9.53c-.58 0-1.06.6-1.06 1.33v1.33l-1.81-2.27c-.2-.25-.47-.39-.75-.39h-2.74l-1.1.02c-.57.01-1.02.59-1.02 1.31s.47 1.33 1.06 1.33h3.25l3.4 4.35c.66.85 1.81.26 1.81-.94Z" })));
}
static get style() { return UtrechtIconWijkGesprekStyle0; }
}, [1, "utrecht-icon-wijk-gesprek"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-wijk-gesprek"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-wijk-gesprek":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconWijkGesprek$1);
}
break;
} });
}
const UtrechtIconWijkGesprek = UtrechtIconWijkGesprek$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconWijkGesprek, defineCustomElement };
//# sourceMappingURL=utrecht-icon-wijk-gesprek.js.map