@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.78 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 UtrechtIconVergaderendigitaalStyle0 = generatedCss;
const UtrechtIconVergaderendigitaal = class {
constructor(hostRef) {
index.registerInstance(this, hostRef);
}
render() {
return (index.h("svg", { key: '6d2269887724bd4b679aafba68b140a41618d7bd', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, index.h("path", { key: 'b6fa92a1a4ffd4eaac231f8cdf5b6ecf3ca8aa8f', d: "M29.04 17.05h-7.08c-1.65 0-2.96 1.25-2.96 2.8v1.16c0 .55.45 1 1 1h11c.55 0 1-.45 1-1v-1.44c-.15-1.41-1.41-2.52-2.96-2.52M22 11.52c0 1.94 1.57 3.5 3.51 3.5s3.51-1.57 3.51-3.5-1.57-3.5-3.51-3.5S22 9.59 22 11.52m-7.96 5.53H6.96C5.31 17.05 4 18.3 4 19.85v1.16c0 .55.45 1 1 1h11c.55 0 1-.45 1-1v-1.44c-.15-1.41-1.41-2.52-2.96-2.52m-3.54-2.03c1.94 0 3.51-1.57 3.51-3.5s-1.57-3.5-3.51-3.5-3.51 1.57-3.51 3.5 1.57 3.5 3.51 3.5M27 34H9c0-1.1.9-2 2-2h3v-3h8v3h3c1.1 0 2 .9 2 2m6-32H3C1.34 2 0 3.34 0 5v19.01c0 1.66 1.34 3 3 3h30c1.66 0 3-1.34 3-3V5c0-1.66-1.34-3-3-3m1 22.01c0 .55-.45 1-1 1H3c-.55 0-1-.45-1-1v-19c0-.55.45-1 1-1h30c.55 0 1 .45 1 1z" })));
}
};
UtrechtIconVergaderendigitaal.style = UtrechtIconVergaderendigitaalStyle0;
exports.utrecht_icon_vergaderendigitaal = UtrechtIconVergaderendigitaal;
//# sourceMappingURL=utrecht-icon-vergaderendigitaal.cjs.entry.js.map