@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 UtrechtIconParkStyle0 = generatedCss;
const UtrechtIconPark$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconPark extends H {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: 'da4038c6729c3720b6f740507ee8056bafce12ec', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '03b5ab068249fa485857d0b2a1fdd92fcfbfd2d6', d: "M36 31.01c0-.55-.45-1-1-1h-2.48l-1.09-3H33c.55 0 1-.45 1-1s-.45-1-1-1H21c-.55 0-1 .45-1 1s.45 1 1 1h1.57l-1.09 3H19c-.55 0-1 .45-1 1s.45 1 1 1h1.75l-.97 2.66a1 1 0 1 0 1.88.68l1.22-3.34h8.24l1.22 3.34a1 1 0 1 0 1.88-.68l-.97-2.66H36zm-12.39-1 1.09-3h4.6l1.09 3zm-3.69-14.17c1.54-2.3.83-5.36-1.58-6.82 1.09-1.84.82-4.14-.65-5.71-1.02-1.09-2.44-1.63-3.87-1.63C13.03.67 11.78.01 10.36.01S7.7.67 6.91 1.67c-.87 0-1.75.19-2.55.62C1.86 3.63.98 6.64 2.38 9.02c-.45.27-.85.61-1.19 1-1.83 2.1-1.53 5.21.67 6.96-.07.28-.11.57-.13.86-.17 2.72 2.01 5.06 4.87 5.22h2.39v11.89c0 .55.45 1 1 1s1-.45 1-1V23.06h2.83c.4 0 .81-.05 1.2-.13 2.79-.63 4.51-3.3 3.84-5.95.41-.33.76-.71 1.05-1.14Zm-6.5-2.36L11 15.91V21c0 .55-.45 1-1 1s-1-.45-1-1v-2.37L6.58 16.2a.996.996 0 1 1 1.41-1.41l1 1V9.14c0-.55.45-1 1-1s1 .45 1 1v3.94l1-1a.996.996 0 1 1 1.41 1.41Z" })));
}
static get style() { return UtrechtIconParkStyle0; }
}, [1, "utrecht-icon-park"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-park"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-park":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconPark$1);
}
break;
} });
}
const UtrechtIconPark = UtrechtIconPark$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconPark, defineCustomElement };
//# sourceMappingURL=utrecht-icon-park.js.map