@utrecht/web-component-library-stencil
Version:
Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture
22 lines (16 loc) • 1.44 kB
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
const index = require('./index-cdb0df7a.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) {
index.registerInstance(this, hostRef);
}
render() {
return (index.h("svg", { key: '0aed18f8fc338bcc9d9d2c3ff8a20c4439bcb67b', viewBox: "0 0 8 8", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, index.h("defs", { key: 'c72115fc5d084dc6da2ee9e29ad54740e3fa4a71' }, index.h("clipPath", { key: 'baca84763eff2f7467c9d2d996fd830418ddaa9c', id: "a" }, index.h("path", { key: '693982a75a109b9ead6223cf95ec7ade5d751c1d', "stroke-width": "0", d: "M0 0h8v8H0z" }))), index.h("g", { key: '66ca8c60acb629cc61522e3197627cd0a52f42df', "clip-path": "url(#a)" }, index.h("circle", { key: '7d9a155639203135025662d8f096ef58405c3939', cx: "4", cy: "4", r: "4" }))));
}
};
UtrechtIconMenuDot.style = UtrechtIconMenuDotStyle0;
exports.utrecht_icon_menu_dot = UtrechtIconMenuDot;
//# sourceMappingURL=utrecht-icon-menu-dot.cjs.entry.js.map