@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.42 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 UtrechtIconParticipatiePitchStyle0 = generatedCss;
const UtrechtIconParticipatiePitch$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconParticipatiePitch extends H {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: '892062bddc88d0eb947f468ae10fd8c87c4edb02', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: 'cead967a72ed715d456cddab30032291b4539d37', d: "M19 36H1.01c-.55 0-1-.45-1-1v-4.98C0 27.19 2.19 24.99 5 24.99h10c2.77 0 5.01 2.25 5 5.01v4.98c0 .55-.45 1-1 1ZM36 1.82v13.36c0 1.01-.82 1.82-1.82 1.82H17.95c.04-.32.06-.65.06-.99 0-4.28-2.99-7.85-7-8.76V1.82c0-1.01.82-1.82 1.82-1.82h21.36c1.01 0 1.82.82 1.82 1.82Zm-9.23 6.27-5.03-2.98c-.3-.18-.68.05-.68.41v6.05c.01.37.4.59.7.41l5.02-3.08c.3-.18.3-.64 0-.82ZM8.24 13.55c2.12.05 4.32.1 5.22-.83.34-.36.52-.89.54-1.6A7.083 7.083 0 0 0 8.93 9c-3.4 0-6.24 2.37-6.92 5.53 1.6-1.08 3.95-1.03 6.24-.98Zm6.68.54c-1.52 1.58-4.17 1.52-6.73 1.46-2.2-.06-4.66-.06-5.59.97-.37.41-.56.86-.42 1.61A7.07 7.07 0 0 0 8.92 23c3.91 0 7.08-3.13 7.08-7 0-.94-.19-1.83-.53-2.65-.15.28-.33.53-.55.75Z" })));
}
static get style() { return UtrechtIconParticipatiePitchStyle0; }
}, [1, "utrecht-icon-participatie-pitch"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-participatie-pitch"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-participatie-pitch":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconParticipatiePitch$1);
}
break;
} });
}
const UtrechtIconParticipatiePitch = UtrechtIconParticipatiePitch$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconParticipatiePitch, defineCustomElement };
//# sourceMappingURL=utrecht-icon-participatie-pitch.js.map