@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.23 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 UtrechtIconMenselijkStyle0 = generatedCss;
const UtrechtIconMenselijk$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconMenselijk extends HTMLElement {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: '64e57191b75e0a1ec80202be0cb9365a5194337e', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '1775b750219e83d593468260f4e6d0fd1f48a40b', d: "M17.98 0C8.05 0 0 8.06 0 18s8.05 18 17.98 18S36 27.94 36 18 27.94 0 17.98 0m0 7.08c1.38 0 2.49 1.12 2.49 2.5s-1.12 2.5-2.49 2.5-2.49-1.12-2.49-2.5 1.12-2.5 2.49-2.5m8.19 7.84c-.21.1-1.92.91-5.17 1.11v4.42l.98 6.88a1.505 1.505 0 0 1-1.48 1.75c-.72 0-1.36-.52-1.48-1.25l-.82-5.74h-.4l-.82 5.75c-.12.73-.76 1.25-1.48 1.25-.08 0-.17 0-.25-.02-.82-.14-1.37-.91-1.23-1.73l.98-6.88v-4.42c-3.25-.2-4.96-1.01-5.17-1.11a1.498 1.498 0 0 1-.67-2.01 1.5 1.5 0 0 1 2-.68c.06.03 1.86.85 5.34.85h2.99c3.52 0 5.32-.84 5.34-.85.74-.35 1.64-.05 2 .69.36.74.07 1.63-.67 2Z" })));
}
static get style() { return UtrechtIconMenselijkStyle0; }
}, [1, "utrecht-icon-menselijk"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-menselijk"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-menselijk":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconMenselijk$1);
}
break;
} });
}
const UtrechtIconMenselijk = UtrechtIconMenselijk$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconMenselijk, defineCustomElement };
//# sourceMappingURL=utrecht-icon-menselijk.js.map