@utrecht/web-component-library-stencil
Version:
Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture
36 lines (31 loc) • 2.39 kB
JavaScript
import { p as proxyCustomElement, H, h } from './p-2f0ff193.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$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconVergaderendigitaal extends H {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: '6d2269887724bd4b679aafba68b140a41618d7bd', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, 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" })));
}
static get style() { return UtrechtIconVergaderendigitaalStyle0; }
}, [1, "utrecht-icon-vergaderendigitaal"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-vergaderendigitaal"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-vergaderendigitaal":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconVergaderendigitaal$1);
}
break;
} });
}
const UtrechtIconVergaderendigitaal = UtrechtIconVergaderendigitaal$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconVergaderendigitaal, defineCustomElement };
//# sourceMappingURL=utrecht-icon-vergaderendigitaal.js.map