@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.27 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 UtrechtIconParticipatieLikeStyle0 = generatedCss;
const UtrechtIconParticipatieLike$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconParticipatieLike extends H {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: '3ad8485d9a5f61e63390e98b06c71d84ef095ca0', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '9bea87874183eb07e08ea1f6ce3337f1a1997ab6', d: "M10 17.01V29c0 .55-.45 1-1 1H3c-.55 0-1-.45-1-1V17.01c0-.55.45-1 1-1h6c.55 0 1 .45 1 1m24 .08c0-1.15-.94-2.09-2.09-2.09H23a1.005 1.005 0 0 1 0-2.01h2v-2.12c-.02-1.89-.02-2.96-.35-4.67-.55-2.85-1.74-3.21-2.4-3.21-.94 0-1.5.85-1.5 1.68v.38c0 6.47-3.44 11.82-8.74 11.95v11.99h.23c1.49 0 2.5.03 3.65.54l.37.16c1.41.63 3.06 1.3 5.74 1.3h7c.37 0 .53-.03.6-.12.81-.29 1.39-1.06 1.39-1.96 0-.8-.46-1.5-1.13-1.85h.04c1.15 0 2.09-.94 2.09-2.09 0-.8-.46-1.5-1.13-1.85h.04c1.15 0 2.09-.94 2.09-2.09 0-.8-.46-1.5-1.13-1.85h.04c1.15 0 2.09-.94 2.09-2.09Z" })));
}
static get style() { return UtrechtIconParticipatieLikeStyle0; }
}, [1, "utrecht-icon-participatie-like"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-participatie-like"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-participatie-like":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconParticipatieLike$1);
}
break;
} });
}
const UtrechtIconParticipatieLike = UtrechtIconParticipatieLike$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconParticipatieLike, defineCustomElement };
//# sourceMappingURL=utrecht-icon-participatie-like.js.map