@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.08 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 UtrechtIconMeldingStyle0 = generatedCss;
const UtrechtIconMelding$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconMelding extends H {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: '85492fbdf819bf1177adde15da703b2e20b8129d', viewBox: "0 0 35 37", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: 'd1e5d4e53ecf89dbe78ce69bb2acc7d919405cff', "fill-rule": "evenodd", d: "M30.06 0H14.91a4 4 0 0 0-4 4v7.34a4 4 0 0 0 4 4h.54v3.25l3.24-3.25h11.37a4 4 0 0 0 4-4V4a4 4 0 0 0-4-4m-6.73 2.83-.31 6.37h-1.6l-.31-6.37zm-1.11 9.63a1.28 1.28 0 1 1 1.28-1.28 1.22 1.22 0 0 1-1.31 1.28z", "clip-rule": "evenodd" }), h("path", { key: 'a9a4f4d7cd940c20c4ce29732cefb3375aa3d913', d: "M15.67 36.73v-7.44c0-2.21-2.47-4-5.53-4H5.53c-3.06 0-5.53 1.79-5.53 4v7.44zm-3.52-16.19a4.32 4.32 0 1 1-4.32-4.2 4.26 4.26 0 0 1 4.32 4.2" })));
}
static get style() { return UtrechtIconMeldingStyle0; }
}, [1, "utrecht-icon-melding"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-melding"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-melding":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconMelding$1);
}
break;
} });
}
const UtrechtIconMelding = UtrechtIconMelding$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconMelding, defineCustomElement };
//# sourceMappingURL=utrecht-icon-melding.js.map