@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.77 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 UtrechtIconPandenStyle0 = generatedCss;
const UtrechtIconPanden$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconPanden extends H {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: '7832f59bbe4215e98d0890ac8bf561503856a2c2', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: 'a239673ac213f8f9e490ccb6ccd6c1e639783e04', d: "M1 30h13v2H1c-.55 0-1-.45-1-1s.45-1 1-1m9-2H3V11c0-.55.45-1 1-1h6zM8 18c0-.55-.45-1-1-1H6c-.55 0-1 .45-1 1s.45 1 1 1h1c.55 0 1-.45 1-1m0-4c0-.55-.45-1-1-1H6c-.55 0-1 .45-1 1s.45 1 1 1h1c.55 0 1-.45 1-1m28 5.6V36h-9V19.59c0-.27.11-.53.3-.71l3.58-2.7a.99.99 0 0 1 1.2 0l3.62 2.71c.19.19.3.45.3.72ZM33 30c0-.55-.45-1-1-1h-1c-.55 0-1 .45-1 1s.45 1 1 1h1c.55 0 1-.45 1-1m0-4c0-.55-.45-1-1-1h-1c-.55 0-1 .45-1 1s.45 1 1 1h1c.55 0 1-.45 1-1m0-4c0-.55-.45-1-1-1h-1c-.55 0-1 .45-1 1s.45 1 1 1h1c.55 0 1-.45 1-1m-8.3-3.12c.19.19.3.45.3.72V36h-9V19.59c0-.27.11-.53.3-.71l3.58-2.7a.99.99 0 0 1 1.2 0l3.62 2.71ZM22 30c0-.55-.45-1-1-1h-1c-.55 0-1 .45-1 1s.45 1 1 1h1c.55 0 1-.45 1-1m0-4c0-.55-.45-1-1-1h-1c-.55 0-1 .45-1 1s.45 1 1 1h1c.55 0 1-.45 1-1m0-4c0-.55-.45-1-1-1h-1c-.55 0-1 .45-1 1s.45 1 1 1h1c.55 0 1-.45 1-1m5-5.4-1 .76-3.72-2.78a2.996 2.996 0 0 0-3.61.01l-3.58 2.7-.1.08-.09.09c-.47.46-.78 1.07-.87 1.72L14 28.01h-2V1c0-.55.45-1 1-1h13c.55 0 1 .45 1 1zM18 8c0-.55-.45-1-1-1h-1c-.55 0-1 .45-1 1s.45 1 1 1h1c.55 0 1-.45 1-1m0-4c0-.55-.45-1-1-1h-1c-.55 0-1 .45-1 1s.45 1 1 1h1c.55 0 1-.45 1-1m6 0c0-.55-.45-1-1-1h-1c-.55 0-1 .45-1 1s.45 1 1 1h1c.55 0 1-.45 1-1" })));
}
static get style() { return UtrechtIconPandenStyle0; }
}, [1, "utrecht-icon-panden"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-panden"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-panden":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconPanden$1);
}
break;
} });
}
const UtrechtIconPanden = UtrechtIconPanden$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconPanden, defineCustomElement };
//# sourceMappingURL=utrecht-icon-panden.js.map