@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) • 1.97 kB
JavaScript
import { p as proxyCustomElement, H, h } from './p-2f0ff193.js';
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 UtrechtIconMenuDotStyle0 = generatedCss;
const UtrechtIconMenuDot$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconMenuDot extends H {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: '003334fbbc2055d65dde25cb2859b3230bce8355', viewBox: "0 0 8 8", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("defs", { key: '834967a83b3a6709e42259213799c799d48d9ea8' }, h("clipPath", { key: '0ddbe77f4fd0a08b3f4a0dd1c0efcd9e941fe5a2', id: "a" }, h("path", { key: 'bb4bf6c23b05c24be4adc7b7f3951ce94d94e6b7', "stroke-width": "0", d: "M0 0h8v8H0z" }))), h("g", { key: 'd462feb648fdc6217cc0e21ed59d83c56f7db189', "clip-path": "url(#a)" }, h("circle", { key: 'e8378a74ce9169e20e4a82facacc590d64e4a0c3', cx: "4", cy: "4", r: "4" }))));
}
static get style() { return UtrechtIconMenuDotStyle0; }
}, [1, "utrecht-icon-menu-dot"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-menu-dot"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-menu-dot":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconMenuDot$1);
}
break;
} });
}
const UtrechtIconMenuDot = UtrechtIconMenuDot$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconMenuDot, defineCustomElement };
//# sourceMappingURL=utrecht-icon-menu-dot.js.map