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.46 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 UtrechtIconFietsStyle0 = generatedCss; const UtrechtIconFiets$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconFiets extends H { constructor() { super(); this.__registerHost(); this.__attachShadow(); } render() { return (h("svg", { key: '8cf4a19c13e737a6e421b9eddcaa8ccc1ba359d7', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '2a608272b2dc1ed28a12e2cac8318c155c3ea356', d: "M29 14.44c-.25 0-.49.03-.73.06L26.4 7.12c-.26-.8-.83-2.67-2.92-2.68h-.49c-.55 0-1 .45-1 1s.45 1 1 1h.48c.24-.01.59 0 .99 1.22l.24.94-11.6 1.52-.9-1.68h.78c.55 0 1-.45 1-1s-.45-1-1-1H8.93c-.55 0-1 .45-1 1s.45 1 1 1h.98l1.39 2.6-5.21 9.94c-.16.31-.15.68.03.98.18.3.51.48.86.48h4.9c-.68 3.31-4.63 5.43-8.31 2.83-.2-.14-.38-.32-.51-.52-2.57-3.8-.21-7.92 3.41-8.29a1 1 0 1 0-.21-1.99c-5.07.51-8.38 6.3-4.76 11.63.18.27.42.51.69.7 5.31 3.76 11 .49 11.7-4.36h4.06c.34 0 .66-.17.84-.46l6.64-10.41 2.56 10.12c.11.45.52.75.97.75.08 0 .17 0 .25-.03a.99.99 0 0 0 .72-1.21l-1.2-4.75c3.95-.18 6.96 4.25 4.1 8.35-.13.19-.31.37-.5.5-4.99 3.48-10.46-1.71-7.56-6.72.09-.16.24-.27.38-.39a.999.999 0 1 0-1.39-1.43c-2.36 2.62-2.56 6.81.41 9.95.17.18.37.34.58.47 5.49 3.38 11.22-.52 11.22-5.74 0-3.86-3.14-7-7-7Zm-15.97 6.01H8.65l3.81-7.27 3.87 7.27h-3.31Zm5.04-.99-3.97-7.44 9.51-1.25z" }))); } static get style() { return UtrechtIconFietsStyle0; } }, [1, "utrecht-icon-fiets"]); function defineCustomElement$1() { if (typeof customElements === "undefined") { return; } const components = ["utrecht-icon-fiets"]; components.forEach(tagName => { switch (tagName) { case "utrecht-icon-fiets": if (!customElements.get(tagName)) { customElements.define(tagName, UtrechtIconFiets$1); } break; } }); } const UtrechtIconFiets = UtrechtIconFiets$1; const defineCustomElement = defineCustomElement$1; export { UtrechtIconFiets, defineCustomElement }; //# sourceMappingURL=utrecht-icon-fiets.js.map