@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.72 kB
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
const index = require('./index-df3f0e01.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 UtrechtIconMenuDotOpenStyle0 = generatedCss;
const UtrechtIconMenuDotOpen = class {
constructor(hostRef) {
index.registerInstance(this, hostRef);
}
render() {
return (index.h("svg", { key: 'a9b34e9f7cfd4b7ab6c5f3fcb2a4414c641b7242', viewBox: "0 0 8 8", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, index.h("defs", { key: 'c41ad21e7ac10befe084498dde1cefdea10f5eaf' }, index.h("clipPath", { key: '76d068c69c5dcefbec053e48aef8b08c4083e371', id: "a" }, index.h("path", { key: '4758e5bb3e0dce367fd9178f704f83b9fe470a30', "stroke-width": "0", d: "M0 0h8v8H0z" }))), index.h("g", { key: '4c3b1a8e8921b7a72fa29578a96f7509f5737b3c', "clip-path": "url(#a)" }, index.h("path", { key: '2d1d93fc19f833a3c96c82f5345707949b22b040', d: "M4 8c-1.07 0-2.07-.42-2.83-1.17a4.004 4.004 0 0 1 0-5.66 4.004 4.004 0 0 1 5.66 0C7.59 1.92 8 2.93 8 4s-.42 2.07-1.17 2.83C6.08 7.58 5.07 8 4 8m0-6c-.53 0-1.04.21-1.41.59a1.983 1.983 0 0 0 0 2.82c.75.76 2.07.76 2.83 0a1.983 1.983 0 0 0 0-2.82C5.04 2.21 4.54 2 4.01 2Z" }))));
}
};
UtrechtIconMenuDotOpen.style = UtrechtIconMenuDotOpenStyle0;
exports.utrecht_icon_menu_dot_open = UtrechtIconMenuDotOpen;
//# sourceMappingURL=utrecht-icon-menu-dot-open.cjs.entry.js.map