@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) • 1.92 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 UtrechtIconGeluidStyle0 = generatedCss;
const UtrechtIconGeluid$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconGeluid extends H {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: '3f9d1767b90dc6400a0bf2efd99f99ab4b4a8dd1', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '19efbbae700c452c7bc24b5bd1a629188d46197b', d: "M36 18.33c0 6.94-3.06 12.5-3.19 12.73l-2.62-1.46S33 24.46 33 18.33 30.22 7.11 30.19 7.06l2.62-1.46c.13.23 3.19 5.79 3.19 12.73m-29-6H3c-1.66 0-3 1.34-3 3v6c0 1.66 1.34 3 3 3h4zm3 0v12l8.03 7H21v-26h-2.97zm15.69.73S27 15.48 27 18.33s-1.3 5.25-1.31 5.27l2.62 1.46c.07-.12 1.69-3.07 1.69-6.73s-1.62-6.61-1.69-6.73z" })));
}
static get style() { return UtrechtIconGeluidStyle0; }
}, [1, "utrecht-icon-geluid"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-geluid"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-geluid":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconGeluid$1);
}
break;
} });
}
const UtrechtIconGeluid = UtrechtIconGeluid$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconGeluid, defineCustomElement };
//# sourceMappingURL=utrecht-icon-geluid.js.map