@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) • 3.07 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 UtrechtIconSportEnCultuurStyle0 = generatedCss;
const UtrechtIconSportEnCultuur$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconSportEnCultuur extends H {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: 'a11d6ce88a0548d88e55786275cba17d5313623d', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '138a2c3cf1b2fb13376a4a46e2434a9de2406244', d: "M30.49 15.04a2.5 2.5 0 0 0 0-5 2.5 2.5 0 0 0 0 5m-1.68 13.49c-.72-.82-.97-1.81-.63-2.84.14-.44.19-.93.11-1.43-.16-1.06-.9-1.81-2.3-2.08v-8.19l-2 .02v8.18c-1.4.26-2.13 1.02-2.3 2.08-.08.5-.03.99.11 1.43.33 1.02.08 2.02-.63 2.84-.73.84-1.18 2-1.18 3.18 0 3 1.66 4.28 4.99 4.28s4.99-1.28 4.99-4.28c0-1.18-.44-2.34-1.18-3.18Zm-3.82-1.12a1.44 1.44 0 0 1 0-2.88 1.44 1.44 0 0 1 0 2.88m11-8.31V26h-2.01v10h-3.44c1.17-1.32 1.44-3.03 1.44-4.28 0-1.65-.61-3.29-1.67-4.5-.34-.39-.31-.67-.23-.9.25-.76.31-1.56.18-2.36-.22-1.42-1.02-2.52-2.27-3.18v-4.6c.3-.11.61-.18.94-.19h4.13c1.66.04 2.94 1.38 2.94 3.11ZM3.02 2.46C3.02 1.1 4.12 0 5.47 0s2.45 1.1 2.45 2.46-1.1 2.46-2.45 2.46-2.45-1.1-2.45-2.46M1.99 19.02c-1.1 0-1.99.89-1.99 1.99S.89 23 1.99 23s1.99-.89 1.99-1.99-.89-1.99-1.99-1.99m11.78-4.72c.96-.58 1.25-1.83.65-2.77l-2.18-3.41-.03.02s-.05-.08-.07-.12h2.15l1.59 2.48c.3.47.92.6 1.38.3l.84-.55c.46-.3.6-.92.3-1.38l-2.09-3.26c-.12-.18-.29-.32-.49-.42-.42-.2-.16-.2-5.37-.2h-.43c-.78-.02-2.08-.05-2.89.79-.07.07-.13.15-.19.24L4.43 9.99H2.04c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h2.61c.91 0 1.77-.47 2.26-1.24l1.25-1.94c.56.91 1.92 3.21 1.92 3.21v.02l-3.94 2.35c-.07.04-.13.08-.19.13-.58.48-.91 1.18-.91 1.93v4.53c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-4.25l5.74-3.46Zm.73 1.93-3.99 2.47c0 .32.1.64.31.9l2.38 3.02a1 1 0 0 0 .78.38h1.28c.83 0 1.3-.96.78-1.62l-2.35-2.99.81-2.17Z" })));
}
static get style() { return UtrechtIconSportEnCultuurStyle0; }
}, [1, "utrecht-icon-sport-en-cultuur"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-sport-en-cultuur"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-sport-en-cultuur":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconSportEnCultuur$1);
}
break;
} });
}
const UtrechtIconSportEnCultuur = UtrechtIconSportEnCultuur$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconSportEnCultuur, defineCustomElement };
//# sourceMappingURL=utrecht-icon-sport-en-cultuur.js.map