UNPKG

@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.71 kB
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 UtrechtIconParkenStyle0 = generatedCss; const UtrechtIconParken$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconParken extends H { constructor() { super(); this.__registerHost(); this.__attachShadow(); } render() { return (h("svg", { key: '5f472c72e5619156ce64253670124d091460014b', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: 'b6dfc2c37a37c8a7c74adceb43a67a3c0bb7a3a3', d: "M32 17.11v6.9c0 1.28-.61 2.41-1.54 2.89-.15.07-.3.11-.45.11a1.004 1.004 0 0 1-.45-1.9c.22-.11.45-.57.45-1.11V14h2c.55 0 1-.45 1-1V3c0-1.66-1.34-3-3-3h-2c-1.66 0-3 1.34-3 3v10c0 .55.45 1 1 1h2v3h-1c-2.76 0-5 2.24-5 5 0 3.87 3.13 13 7 13s7-9.14 7-13a5 5 0 0 0-4-4.9Zm-5-5.1V3c0-.55.45-1 1-1h2c.55 0 1 .45 1 1v9h-4Zm-24.21 4.2c.28.09.56.15.83.18a4.042 4.042 0 0 0 .32 6.27 4.046 4.046 0 0 0 5.64-.89c.17-.24.31-.48.42-.74.11.26.25.5.42.74a4.019 4.019 0 0 0 3.27 1.66c.82 0 1.65-.25 2.37-.77a4.04 4.04 0 0 0 .32-6.27c.28-.03.56-.09.83-.18a4.029 4.029 0 0 0 2.59-5.08 4.042 4.042 0 0 0-3.84-2.79c-.41 0-.83.06-1.25.2-.27.09-.54.21-.78.35a4.03 4.03 0 0 0-3.94-4.88 4.037 4.037 0 0 0-3.94 4.88c-.24-.14-.5-.26-.78-.35a4.02 4.02 0 0 0-5.08 2.59c-.69 2.12.47 4.39 2.59 5.08Zm7.22-5.34c1.86 0 3.37 1.51 3.37 3.37s-1.51 3.37-3.37 3.37-3.37-1.51-3.37-3.37 1.51-3.37 3.37-3.37m9.98 16.15c-.56 4.61-4.38 8.59-9.01 8.98H9.04C4.41 35.61.57 31.63 0 27.01a.998.998 0 0 1 1.11-1.11c3.5.42 6.51 3.01 7.87 6.14v-7.03c0-.56.46-1.01 1.02-.99h.02a.993.993 0 0 1 1.02.99v7.03c1.37-3.13 4.34-5.71 7.84-6.14.64-.08 1.2.48 1.12 1.12Z" }))); } static get style() { return UtrechtIconParkenStyle0; } }, [1, "utrecht-icon-parken"]); function defineCustomElement$1() { if (typeof customElements === "undefined") { return; } const components = ["utrecht-icon-parken"]; components.forEach(tagName => { switch (tagName) { case "utrecht-icon-parken": if (!customElements.get(tagName)) { customElements.define(tagName, UtrechtIconParken$1); } break; } }); } const UtrechtIconParken = UtrechtIconParken$1; const defineCustomElement = defineCustomElement$1; export { UtrechtIconParken, defineCustomElement }; //# sourceMappingURL=utrecht-icon-parken.js.map