@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.02 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 UtrechtIconInformationStyle0 = generatedCss;
const UtrechtIconInformation$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconInformation extends HTMLElement {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: 'e9ef7bbbf0a4e8e617c98dce60c895f2dad8a589', viewBox: "-10 -10 38 38", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '9fbfee7b02006e6d08e0766ea0558673e26fb3e4', d: "M10 20c5.523 0 10-4.477 10-10S15.523 0 10 0 0 4.477 0 10s4.477 10 10 10" }), h("path", { key: 'a73f65723d53a6aa7c20114f9e7b0f4658fb5b6f', d: "M9 8.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5z" }), h("circle", { key: '3cb655891fe5ff47bde1de2b9cae85e3ab055c83', cx: "10", cy: "6", r: "1" })));
}
static get style() { return UtrechtIconInformationStyle0; }
}, [1, "utrecht-icon-information"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-information"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-information":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconInformation$1);
}
break;
} });
}
const UtrechtIconInformation = UtrechtIconInformation$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconInformation, defineCustomElement };
//# sourceMappingURL=utrecht-icon-information.js.map