@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.4 kB
JavaScript
import { proxyCustomElement, HTMLElement, h } from '@stencil/core/internal/client';
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 UtrechtIconUwWijkStyle0 = generatedCss;
const UtrechtIconUwWijk$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconUwWijk extends HTMLElement {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: '503d170fd1ba3278a4ad020bed7edfc3d836f1fc', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '013f191dd9a7da48fd4dc2d954c3c276456aba1b', d: "M10 25.5c0-1.93-1.57-3.5-3.5-3.5S3 23.57 3 25.5 4.57 29 6.5 29s3.5-1.57 3.5-3.5m.04 5.5H2.95C1.3 31 0 32.25 0 33.8V35c0 .55.45 1 1 1h11c.55 0 1-.45 1-1v-1.48c-.15-1.41-1.41-2.52-2.96-2.52M36 14v18c0 .55-.45 1-1 1h-8.98v-9.41l.69.73c.41.43 1.09.4 1.47-.06 0 0 .53-.74-.11-1.34l-2.05-1.83v-3.11c0-.54-.44-.98-.98-.98h-.05c-.54 0-.98.44-.98.98v1.54l-5.41-4.28c-.36-.3-.89-.31-1.26-.02l-7.32 6.08c-.96-.81-2.05-1.3-4.05-1.3l.02-5.92L.3 9.71C-.33 9.08.11 8 1.01 8h14.52c.26 0 .5.1.69.27l3.79 3.59V7.15c0-.17.05-.34.13-.5L23.68.46a1 1 0 0 1 1.68 0l3.52 6.21c.09.15.13.32.13.49v5.85h6c.55 0 1 .45 1 1Zm-9.98-5.43c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5.67 1.5 1.5 1.5 1.5-.67 1.5-1.5M16 28v-1c0-.55.45-1 1-1h2c.55 0 1 .45 1 1v1c0 .55-.45 1-1 1h-2c-.55 0-1-.45-1-1" })));
}
static get style() { return UtrechtIconUwWijkStyle0; }
}, [1, "utrecht-icon-uw-wijk"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-uw-wijk"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-uw-wijk":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconUwWijk$1);
}
break;
} });
}
const UtrechtIconUwWijk = UtrechtIconUwWijk$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconUwWijk, defineCustomElement };
//# sourceMappingURL=utrecht-icon-uw-wijk.js.map