@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.61 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 UtrechtIconBuurtcentraStyle0 = generatedCss;
const UtrechtIconBuurtcentra$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconBuurtcentra extends H {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: '2b7e2358ed2115394b0fab73e53271238b78c6ad', "data-name": "Layer 1", viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: 'ca1659e7c130609be76924ccf0495094aa66bf68', d: "m26.49 16.17-.76.8c-.39.41-1.06.41-1.45 0l-.76-.8-.16-.17c-.33-.35-.46-.88-.24-1.31.35-.71 1.2-.81 1.69-.3l.2.21.2-.21c.49-.51 1.34-.42 1.69.3.21.43.09.96-.24 1.31l-.16.17ZM19.13 5.74A4.52 4.52 0 0 1 24.7.17c1.51.4 2.72 1.62 3.12 3.12a4.52 4.52 0 0 1-5.57 5.57 4.446 4.446 0 0 1-3.12-3.12m1.91-1.85a2.52 2.52 0 0 0 3.06 3.06c.88-.21 1.6-.93 1.81-1.81a2.52 2.52 0 0 0-3.06-3.06c-.88.21-1.6.93-1.81 1.81M8.16 5.74A4.523 4.523 0 0 1 13.73.17c1.51.4 2.72 1.62 3.12 3.12a4.52 4.52 0 0 1-5.57 5.57 4.446 4.446 0 0 1-3.12-3.12m1.91-1.85a2.52 2.52 0 0 0 3.06 3.06c.88-.21 1.6-.93 1.81-1.81a2.52 2.52 0 0 0-3.06-3.06c-.88.21-1.6.93-1.81 1.81M27 10.02H9c-2.21 0-4 1.8-4 4.01l.03 9c0 1.1.89 1.98 1.99 1.98h.97v10c0 .55.45 1 1 1s1-.45 1-1V23.02h-3l-.03-9c0-1.1.9-2 2-2H27a2 2 0 0 1 2 2v9h-3v11.99c0 .55.45 1 1 1s1-.45 1-1v-10h1a2 2 0 0 0 2-2v-8.99c0-2.21-1.79-4-4-4M19 35V16.01c0-.55-.45-1-1-1s-1 .45-1 1V35c0 .55.45 1 1 1s1-.45 1-1" })));
}
static get style() { return UtrechtIconBuurtcentraStyle0; }
}, [1, "utrecht-icon-buurtcentra"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-buurtcentra"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-buurtcentra":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconBuurtcentra$1);
}
break;
} });
}
const UtrechtIconBuurtcentra = UtrechtIconBuurtcentra$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconBuurtcentra, defineCustomElement };
//# sourceMappingURL=utrecht-icon-buurtcentra.js.map