@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.15 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 UtrechtIconGezinStyle0 = generatedCss;
const UtrechtIconGezin$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconGezin extends HTMLElement {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: 'cacd2840c42ae5aca21bcf2a74f2eb68471892bd', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '2d68233b2e8bcaa0690471dca2d816b7b3148d16', d: "M30 12c0-1.66-1.34-3-3-3h-5.93c-1.66 0-3 1.35-3 3.01 0-1.66-1.34-3.01-3-3.01H9.01c-1.66 0-3 1.35-3 3.01l.03 10c0 .55.45 1 1 1h1.97v12c0 .55.45 1 1 1h5v-8h-1c-.55 0-1-.45-1-1v-4.98c0-1.12.91-2.02 2.02-2.02h5.91c1.14 0 2.06.92 2.06 2.06v4.94c0 .55-.45 1-1 1h-1v8h4.99c.55 0 1-.45 1-1.01l-.07-11.99H29c.55 0 1-.45 1-1v-10Zm-12 7c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3M9 3.5C9 1.57 10.57 0 12.5 0S16 1.57 16 3.5 14.43 7 12.5 7 9 5.43 9 3.5m11 0C20 1.57 21.57 0 23.5 0S27 1.57 27 3.5 25.43 7 23.5 7 20 5.43 20 3.5" })));
}
static get style() { return UtrechtIconGezinStyle0; }
}, [1, "utrecht-icon-gezin"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-gezin"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-gezin":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconGezin$1);
}
break;
} });
}
const UtrechtIconGezin = UtrechtIconGezin$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconGezin, defineCustomElement };
//# sourceMappingURL=utrecht-icon-gezin.js.map