@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.27 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 UtrechtIconInformatieStyle0 = generatedCss;
const UtrechtIconInformatie$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconInformatie extends HTMLElement {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: 'b9117ebf6f68be5c8327176bb034cd3d1f0c6c40', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: 'f15324db23deb9c841b6e5edade4c4eee7098e84', 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 0M18 34C9.18 34 2 26.82 2 18S9.18 2 18 2s16 7.18 16 16-7.18 16-16 16" }), h("path", { key: 'a185a2d3a15b4f6be3fb057545af54a7363b0b36', d: "M18 4C10.28 4 4 10.28 4 18s6.28 14 14 14 14-6.28 14-14S25.72 4 18 4m-1.58 4.92c.28-.28.64-.42 1.08-.42s.8.14 1.08.42.42.64.42 1.07-.14.79-.42 1.07c-.28.28-.64.42-1.08.42s-.8-.14-1.08-.42c-.28-.28-.42-.64-.42-1.07s.14-.79.42-1.07M21 27.5h-6c-.55 0-1-.45-1-1s.45-1 1-1h2v-10h-2c-.55 0-1-.45-1-1s.45-1 1-1h2.02c1.09 0 1.98.89 1.98 1.98V25.5h2c.55 0 1 .45 1 1s-.45 1-1 1" })));
}
static get style() { return UtrechtIconInformatieStyle0; }
}, [1, "utrecht-icon-informatie"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-informatie"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-informatie":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconInformatie$1);
}
break;
} });
}
const UtrechtIconInformatie = UtrechtIconInformatie$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconInformatie, defineCustomElement };
//# sourceMappingURL=utrecht-icon-informatie.js.map