@utrecht/web-component-library-stencil
Version:
Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture
18 lines (14 loc) • 1.34 kB
JavaScript
import { r as registerInstance, h } from './index-6be72d1f.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 = class {
constructor(hostRef) {
registerInstance(this, hostRef);
}
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" }))));
}
};
UtrechtIconMenuDot.style = UtrechtIconMenuDotStyle0;
export { UtrechtIconMenuDot as utrecht_icon_menu_dot };
//# sourceMappingURL=utrecht-icon-menu-dot.entry.js.map