@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.75 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 UtrechtIconVergaderenStyle0 = generatedCss;
const UtrechtIconVergaderen = class {
constructor(hostRef) {
index.registerInstance(this, hostRef);
}
render() {
return (index.h("svg", { key: '1e4cd05486e6dfbcd3271e2453ddc4c2efd4acb7', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, index.h("path", { key: '512147ef5dfe7858a238b832075ddd4797a0addb', d: "M6 5c0-1.65 1.35-3 3-3s3 1.35 3 3-1.35 3-3 3-3-1.35-3-3m3.01 18.99c1.65 0 3-1.35 3-3s-1.35-3-3-3-3 1.35-3 3 1.35 3 3 3m2.16 1.56H6.95c-1.66.03-2.94 1.33-2.94 3v2.6c2.5 1.41 6 2.43 10 2.85v-5.45a2.97 2.97 0 0 0-2.83-3ZM14 14.14v-1.65c0-1.67-1.28-2.97-2.94-3.01H6.84C5.23 9.58 4 10.85 4 12.49v4.5c2.5-1.41 6-2.44 10.01-2.85ZM26.99 8c-1.65 0-3-1.35-3-3s1.35-3 3-3 3 1.35 3 3-1.35 3-3 3m2.99 12.99c0-1.65-1.35-3-3-3s-3 1.35-3 3 1.35 3 3 3 3-1.35 3-3m-8 7.56V34c4.01-.42 7.51-1.44 10.01-2.85v-2.6c0-1.67-1.28-2.97-2.94-3.01h-4.22c-1.61.1-2.84 1.37-2.84 3.01Zm10.01-11.56v-4.5c0-1.63-1.23-2.91-2.84-3h-4.22c-1.66.03-2.94 1.33-2.94 3v1.65c4.01.42 7.51 1.44 10.01 2.85Z" })));
}
};
UtrechtIconVergaderen.style = UtrechtIconVergaderenStyle0;
exports.utrecht_icon_vergaderen = UtrechtIconVergaderen;
//# sourceMappingURL=utrecht-icon-vergaderen.cjs.entry.js.map