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.39 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 UtrechtIconWandelstokStyle0 = generatedCss; const UtrechtIconWandelstok$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconWandelstok extends H { constructor() { super(); this.__registerHost(); this.__attachShadow(); } render() { return (h("svg", { key: '0a92208cf5f0c3f7a33ce8091a483289ee094244', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '81cce9ab42eca99d4b5d6b47dbf83736edc6a589', d: "M22.82 14.98s-4-5.63-4.06-5.69c-.55-.58-1.79-1.44-3.84-.73-1.09.38-6 2.37-6.94 2.77-1.2.5-1.97 1.67-1.98 2.98v3.7c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-4.03c1.45-.47 2.77-.95 3.82-1.38l-1.12 5.57c-.2.97.1 1.97.78 2.68l5.49 5.68v8.48c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-8.04c0-.79-.4-1.93-.91-2.54l-2.32-2.79c.13-.68.82-4.18 1.35-6.85l1.13 1.61a3.438 3.438 0 0 0 2.92 1.61h3.81l-2.59 16.84c-.09.61.37 1.15.99 1.15h.74c.49 0 .91-.36.99-.85L30 16.16a.998.998 0 0 0-.98-1.15l-6.18-.03Zm-4.28-8.32c1.84 0 3.32-1.49 3.32-3.33S20.37 0 18.54 0s-3.32 1.49-3.32 3.33 1.49 3.33 3.32 3.33" }), h("path", { key: '172d158fa5711efa78112b134b0e0a1ccd0af8db', d: "M10.96 22.61 8.27 34.78c-.14.62.34 1.22.97 1.22h1.19c.46 0 .86-.31.97-.76l2.37-9.72-2.8-2.9Z" }))); } static get style() { return UtrechtIconWandelstokStyle0; } }, [1, "utrecht-icon-wandelstok"]); function defineCustomElement$1() { if (typeof customElements === "undefined") { return; } const components = ["utrecht-icon-wandelstok"]; components.forEach(tagName => { switch (tagName) { case "utrecht-icon-wandelstok": if (!customElements.get(tagName)) { customElements.define(tagName, UtrechtIconWandelstok$1); } break; } }); } const UtrechtIconWandelstok = UtrechtIconWandelstok$1; const defineCustomElement = defineCustomElement$1; export { UtrechtIconWandelstok, defineCustomElement }; //# sourceMappingURL=utrecht-icon-wandelstok.js.map