@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.12 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 UtrechtIconAfvalkalenderStyle0 = generatedCss;
const UtrechtIconAfvalkalender$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconAfvalkalender extends H {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: '0f4e6257684e5ec596d5f63446159e7d6ed8fe67', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '42b50d8461cfd2c6fd3954a92c5831ffa456e8c1', d: "M25.99 3V0h-2v6h-1V3l-11-.02V0h-2l-.02 6h-.98V3l-5-.02-.02 28.51c0 2.48 2.02 4.51 4.51 4.51l19.02.04c2.48 0 4.5-2.02 4.5-4.5V3zm-11.1 26.94c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5m7.05-1.31c-.06.78-.71 1.38-1.49 1.38h-2.97c.41-.71.57-1.58.23-2.53a2.95 2.95 0 0 0-1.91-1.83c-.93-.29-1.81-.11-2.5.33l-.28-9.93h9.99l-1.06 12.58Zm3.05-14.61-13 .03V12l.99.02c0-.55.45-1 1-1h7.79c.55 0 1 .45 1 1h2.22z" })));
}
static get style() { return UtrechtIconAfvalkalenderStyle0; }
}, [1, "utrecht-icon-afvalkalender"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-afvalkalender"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-afvalkalender":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconAfvalkalender$1);
}
break;
} });
}
const UtrechtIconAfvalkalender = UtrechtIconAfvalkalender$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconAfvalkalender, defineCustomElement };
//# sourceMappingURL=utrecht-icon-afvalkalender.js.map