@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.86 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 UtrechtIconKalenderStyle0 = generatedCss;
const UtrechtIconKalender$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconKalender extends H {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: 'fab5167ff94a2d76338d5f05e9b72812f3931b53', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '1f313bb78e73e411f3983ee144aeadb43f2aae21', d: "M4 32c0 1.18 1.78 4 3.99 4H28c2.21 0 4-2.82 4-4.01V11H4.02v21Zm20-15.02c0-.53.43-.96.96-.96H27c.55 0 1 .45 1 1s-.45 1-1 1h-2.04a.96.96 0 0 1-.96-.96v-.07Zm0 6c0-.53.43-.96.96-.96H27c.55 0 1 .45 1 1s-.45 1-1 1h-2.04a.96.96 0 0 1-.96-.96v-.07Zm0 6c0-.53.43-.96.96-.96H27c.55 0 1 .45 1 1s-.45 1-1 1h-2.04a.96.96 0 0 1-.96-.96v-.07Zm-7.98-12c0-.53.43-.96.96-.96h2.04c.55 0 1 .45 1 1s-.45 1-1 1h-2.04a.96.96 0 0 1-.96-.96v-.07Zm0 6c0-.53.43-.96.96-.96h2.04c.55 0 1 .45 1 1s-.45 1-1 1h-2.04a.96.96 0 0 1-.96-.96v-.07Zm-.74 5.9c.38-.37.98-.37 1.36 0l.74.74 2.51-2.51c.38-.38.99-.38 1.36 0l.02.02c.39.39.37 1.02-.03 1.39L18 31.47c-.36.33-.91.34-1.28.02l-1.39-1.19a.955.955 0 0 1-.05-1.41Zm-7.29-11.9c0-.53.43-.96.96-.96h2.04c.55 0 1 .45 1 1s-.45 1-1 1H8.95a.96.96 0 0 1-.96-.96v-.07Zm0 6c0-.53.43-.96.96-.96h2.04c.55 0 1 .45 1 1s-.45 1-1 1H8.95a.96.96 0 0 1-.96-.96v-.07Zm0 6c0-.53.43-.96.96-.96h2.04c.55 0 1 .45 1 1s-.45 1-1 1H8.95a.96.96 0 0 1-.96-.96v-.07ZM26.02 3V.99c0-.55-.44-.99-.99-.99H25c-.55 0-.99.44-.99.99v4.02c0 .55-.45.99-.99.99H23c-.55 0-.99-.44-.99-.99V3.02L12 3V.99c0-.55-.44-.99-.99-.99s-.99.44-.99.99L10 5.02c0 .54-.44.99-.99.99h-.02c-.55 0-.99-.44-.99-.99V3.01H5.01c-.55 0-1 .45-1 1v5h27.98v-5c0-.55-.45-1-1-1h-4.98Z" })));
}
static get style() { return UtrechtIconKalenderStyle0; }
}, [1, "utrecht-icon-kalender"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-kalender"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-kalender":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconKalender$1);
}
break;
} });
}
const UtrechtIconKalender = UtrechtIconKalender$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconKalender, defineCustomElement };
//# sourceMappingURL=utrecht-icon-kalender.js.map