@roadtrip/components 3.3.0 → 3.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (93) hide show
  1. package/dist/cjs/index-a2306350.js +4 -0
  2. package/dist/cjs/loader.cjs.js +1 -1
  3. package/dist/cjs/road-alert.cjs.entry.js +1 -1
  4. package/dist/cjs/road-badge_14.cjs.entry.js +1 -1
  5. package/dist/cjs/road-button-floating.cjs.entry.js +66 -0
  6. package/dist/cjs/roadtrip.cjs.js +1 -1
  7. package/dist/collection/collection-manifest.json +1 -0
  8. package/dist/collection/components/alert/alert.css +4 -0
  9. package/dist/collection/components/button/button.css +0 -2
  10. package/dist/collection/components/button-floating/button-floating.css +122 -0
  11. package/dist/collection/components/button-floating/button-floating.js +220 -0
  12. package/dist/collection/components/button-floating/button-floating.stories.js +75 -0
  13. package/dist/collection/components/icon/svg/becommerce-color.svg +1 -0
  14. package/dist/collection/components/icon/svg/becommerce-outline.svg +1 -0
  15. package/dist/collection/components/icon/svg/discount-workshop-color.svg +1 -0
  16. package/dist/collection/components/icon/svg/discount-workshop-outline.svg +1 -0
  17. package/dist/collection/components/icon/svg/discount-workshop-solid.svg +1 -0
  18. package/dist/collection/components/icon/svg/flag-belgium-color.svg +1 -1
  19. package/dist/collection/components/icon/svg/garage-color.svg +1 -1
  20. package/dist/collection/components/icon/svg/garage-house-color.svg +1 -1
  21. package/dist/collection/components/icon/svg/garage-house-outline.svg +1 -1
  22. package/dist/collection/components/icon/svg/garage-outline.svg +1 -1
  23. package/dist/collection/components/icon/svg/keep-in-repair-outline.svg +1 -1
  24. package/dist/collection/components/icon/svg/location-pin-all-color.svg +1 -1
  25. package/dist/collection/components/icon/svg/location-pin-all-outline.svg +1 -1
  26. package/dist/collection/components/icon/svg/location-pin-all-solid.svg +1 -1
  27. package/dist/collection/components/icon/svg/location-pin-color.svg +1 -1
  28. package/dist/collection/components/icon/svg/location-pin-garage-auto5-color.svg +1 -0
  29. package/dist/collection/components/icon/svg/location-pin-garage-auto5-outline.svg +1 -0
  30. package/dist/collection/components/icon/svg/location-pin-garage-auto5-solid.svg +1 -1
  31. package/dist/collection/components/icon/svg/location-pin-garage-color.svg +1 -0
  32. package/dist/collection/components/icon/svg/location-pin-garage-norauto-color.svg +1 -0
  33. package/dist/collection/components/icon/svg/location-pin-garage-norauto-outline.svg +1 -0
  34. package/dist/collection/components/icon/svg/location-pin-garage-norauto-solid.svg +1 -1
  35. package/dist/collection/components/icon/svg/location-pin-garage-outline.svg +1 -0
  36. package/dist/collection/components/icon/svg/location-pin-garage-solid.svg +1 -1
  37. package/dist/collection/components/icon/svg/location-pin-number-outline.svg +1 -0
  38. package/dist/collection/components/icon/svg/location-pin-number-solid.svg +1 -1
  39. package/dist/collection/components/icon/svg/location-pin-outline.svg +1 -1
  40. package/dist/collection/components/icon/svg/location-pin-solid.svg +1 -1
  41. package/dist/collection/components/icon/svg/tire-pressure-color.svg +1 -0
  42. package/dist/collection/components/icon/svg/tire-pressure-outline.svg +1 -0
  43. package/dist/esm/index-a99a5e7b.js +4 -0
  44. package/dist/esm/loader.js +1 -1
  45. package/dist/esm/road-alert.entry.js +1 -1
  46. package/dist/esm/road-badge_14.entry.js +1 -1
  47. package/dist/esm/road-button-floating.entry.js +62 -0
  48. package/dist/esm/roadtrip.js +1 -1
  49. package/dist/html.html-data.json +42 -0
  50. package/dist/icons/icons.svg +1 -1
  51. package/dist/icons/index.d.ts +14 -1
  52. package/dist/icons/index.js +79 -64
  53. package/dist/roadtrip/p-00762fb0.entry.js +1 -0
  54. package/dist/roadtrip/{p-8aa942e0.entry.js → p-604b9899.entry.js} +1 -1
  55. package/dist/roadtrip/p-b68c2056.entry.js +1 -0
  56. package/dist/roadtrip/roadtrip.esm.js +1 -1
  57. package/dist/roadtrip/svg/becommerce-color.svg +1 -0
  58. package/dist/roadtrip/svg/becommerce-outline.svg +1 -0
  59. package/dist/roadtrip/svg/discount-workshop-color.svg +1 -0
  60. package/dist/roadtrip/svg/discount-workshop-outline.svg +1 -0
  61. package/dist/roadtrip/svg/discount-workshop-solid.svg +1 -0
  62. package/dist/roadtrip/svg/flag-belgium-color.svg +1 -1
  63. package/dist/roadtrip/svg/garage-color.svg +1 -1
  64. package/dist/roadtrip/svg/garage-house-color.svg +1 -1
  65. package/dist/roadtrip/svg/garage-house-outline.svg +1 -1
  66. package/dist/roadtrip/svg/garage-outline.svg +1 -1
  67. package/dist/roadtrip/svg/keep-in-repair-outline.svg +1 -1
  68. package/dist/roadtrip/svg/location-pin-all-color.svg +1 -1
  69. package/dist/roadtrip/svg/location-pin-all-outline.svg +1 -1
  70. package/dist/roadtrip/svg/location-pin-all-solid.svg +1 -1
  71. package/dist/roadtrip/svg/location-pin-color.svg +1 -1
  72. package/dist/roadtrip/svg/location-pin-garage-auto5-color.svg +1 -0
  73. package/dist/roadtrip/svg/location-pin-garage-auto5-outline.svg +1 -0
  74. package/dist/roadtrip/svg/location-pin-garage-auto5-solid.svg +1 -1
  75. package/dist/roadtrip/svg/location-pin-garage-color.svg +1 -0
  76. package/dist/roadtrip/svg/location-pin-garage-norauto-color.svg +1 -0
  77. package/dist/roadtrip/svg/location-pin-garage-norauto-outline.svg +1 -0
  78. package/dist/roadtrip/svg/location-pin-garage-norauto-solid.svg +1 -1
  79. package/dist/roadtrip/svg/location-pin-garage-outline.svg +1 -0
  80. package/dist/roadtrip/svg/location-pin-garage-solid.svg +1 -1
  81. package/dist/roadtrip/svg/location-pin-number-outline.svg +1 -0
  82. package/dist/roadtrip/svg/location-pin-number-solid.svg +1 -1
  83. package/dist/roadtrip/svg/location-pin-outline.svg +1 -1
  84. package/dist/roadtrip/svg/location-pin-solid.svg +1 -1
  85. package/dist/roadtrip/svg/tire-pressure-color.svg +1 -0
  86. package/dist/roadtrip/svg/tire-pressure-outline.svg +1 -0
  87. package/dist/types/components/button-floating/button-floating.d.ts +48 -0
  88. package/dist/types/components.d.ts +57 -0
  89. package/icons/icons.svg +1 -1
  90. package/icons/index.d.ts +14 -1
  91. package/icons/index.js +79 -64
  92. package/package.json +1 -1
  93. package/dist/roadtrip/p-add52276.entry.js +0 -1
@@ -0,0 +1 @@
1
+ import{r as t,c as o,h as i,H as r,e}from"./p-cdc666bc.js";import"./p-12fd8791.js";const n=class{constructor(i){t(this,i),this.roadfocus=o(this,"roadfocus",7),this.roadFocus=o(this,"roadFocus",7),this.roadblur=o(this,"roadblur",7),this.roadBlur=o(this,"roadBlur",7),this.position="right",this.onClick=t=>{if(this.el.shadowRoot&&this.el.attachShadow){const o=this.el.closest("form");if(o){t.preventDefault();const i=document.createElement("button");i.style.display="none",o.appendChild(i),i.click(),i.remove()}}},this.onFocus=()=>{this.roadfocus.emit(),this.roadFocus.emit()},this.onBlur=()=>{this.roadblur.emit(),this.roadBlur.emit()}}onScroll(){const t=window.scrollY;t<300&&(this.el.classList.add("scroll-down"),this.el.classList.remove("scroll-up")),t>300&&(this.el.classList.add("scroll-up"),this.el.classList.remove("scroll-down"))}render(){return i(r,{onClick:this.onClick,class:""+(void 0!==this.position?`position-${this.position}`:"")},i(void 0===this.href?"button":"a",{class:"button-native",part:"native",onFocus:this.onFocus,onBlur:this.onBlur},i("slot",{name:"start"}),i("slot",null)))}get el(){return e(this)}};n.style=":host{position:fixed;right:1rem;bottom:1rem;z-index:2;box-sizing:border-box;display:block;align-items:center;max-width:3.5rem;height:3.5rem;padding:0.6rem 0.75rem 0.75rem;overflow:hidden;font-family:var(--road-font, sans-serif);font-size:var(--road-button-medium);font-weight:700;line-height:1.375;color:var(--road-on-button-secondary);text-decoration:none;white-space:nowrap;background:var(--road-button-secondary);border:1px solid transparent;border-radius:2rem;box-shadow:var(--road-elevation-average);transition:background 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms}:host(.position-left){right:auto;left:1rem}:host(.position-center){right:0;left:0;margin:0 auto}:host(.scroll-up){display:block;max-width:3.5rem}:host(.scroll-down) .button-native{display:flex}:host(.scroll-down){display:flex;max-width:max-content}:host ::slotted(road-icon){margin-right:0.5rem}:host(:hover){background-color:var(--road-button-secondary-variant)}:host(.focus-visible){outline:0}.button-native{position:relative;z-index:1;align-items:center;justify-content:center;width:100%;height:100%;padding:0;margin:0;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;color:inherit;text-align:inherit;text-decoration:none;text-indent:inherit;text-overflow:inherit;text-transform:inherit;letter-spacing:inherit;white-space:inherit;cursor:pointer;background:transparent;border:none;outline:0;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}:host([aria-disabled]){pointer-events:none;opacity:0.16}.button-native:disabled{cursor:not-allowed}";export{n as road_button_floating}
@@ -1 +1 @@
1
- import{r,h as a,H as o}from"./p-cdc666bc.js";const e=class{constructor(a){r(this,a),this.color="info"}render(){return a(o,{class:void 0!==this.color?`alert-${this.color}`:"",role:"alert"},a("div",{class:"alert-icon"},a("slot",{name:"icon"})),a("div",null,this.label&&a("span",{class:"alert-title d-block"},this.label),a("p",{class:"alert-description"},a("slot",null),this.link&&a("a",{href:this.url,class:"alert-link link link-default"},this.link))))}};e.style=":host{position:relative;display:flex;align-items:flex-start;padding:0.5rem 1rem 0.5rem 0.5rem;font-family:var(--road-font, sans-serif);font-size:var(--road-body-medium);line-height:1.25;color:var(--road-on-surface);border:1px solid transparent;border-radius:0.25rem}.alert-icon{flex-shrink:0;width:2rem;height:2rem;margin-right:0.5rem}.alert-title{padding:0.375rem 0 0;font-weight:700}.alert-link{display:block;margin:0;color:var(--road-on-surface);text-decoration:underline}.alert-description{padding:0.375rem 0;margin:0}:host(.alert-info){background:var(--road-info-surface);border-color:var(--road-info-outline)}:host(.alert-info) ::slotted(road-icon){fill:var(--road-info-default)}:host(.alert-success){background:var(--road-success-surface);border-color:var(--road-success-outline)}:host(.alert-success) ::slotted(road-icon){fill:var(--road-success-icon)}:host(.alert-warning){background:var(--road-warning-surface);border-color:var(--road-warning-outline)}:host(.alert-warning) ::slotted(road-icon){fill:var(--road-warning-icon)}:host(.alert-danger){background:var(--road-danger-surface);border-color:var(--road-danger-outline)}:host(.alert-danger) ::slotted(road-icon){fill:var(--road-danger-icon)}";export{e as road_alert}
1
+ import{r,h as a,H as o}from"./p-cdc666bc.js";const e=class{constructor(a){r(this,a),this.color="info"}render(){return a(o,{class:void 0!==this.color?`alert-${this.color}`:"",role:"alert"},a("div",{class:"alert-icon"},a("slot",{name:"icon"})),a("div",null,this.label&&a("span",{class:"alert-title d-block"},this.label),a("p",{class:"alert-description"},a("slot",null),this.link&&a("a",{href:this.url,class:"alert-link link link-default"},this.link))))}};e.style=":host{position:relative;display:flex;align-items:flex-start;padding:0.5rem 1rem 0.5rem 0.5rem;font-family:var(--road-font, sans-serif);font-size:var(--road-body-medium);line-height:1.25;color:var(--road-on-surface);border:1px solid transparent;border-radius:0.25rem}.alert-icon{flex-shrink:0;width:2rem;height:2rem;margin-right:0.5rem}.alert-title{padding:0.375rem 0 0;font-weight:700}.alert-link{display:block;margin:0;color:var(--road-on-surface);text-decoration:underline}.alert-description{padding:0.375rem 0;margin:0}:host(.alert-info){color:var(--road-on-info-surface);background:var(--road-info-surface);border-color:var(--road-info-outline)}:host(.alert-info) ::slotted(road-icon){fill:var(--road-info-default)}:host(.alert-success){color:var(--road-on-success-surface);background:var(--road-success-surface);border-color:var(--road-success-outline)}:host(.alert-success) ::slotted(road-icon){fill:var(--road-success-icon)}:host(.alert-warning){color:var(--road-on-warning-surface);background:var(--road-warning-surface);border-color:var(--road-warning-outline)}:host(.alert-warning) ::slotted(road-icon){fill:var(--road-warning-icon)}:host(.alert-danger){color:var(--road-on-danger-surface);background:var(--road-danger-surface);border-color:var(--road-danger-outline)}:host(.alert-danger) ::slotted(road-icon){fill:var(--road-danger-icon)}";export{e as road_alert}
@@ -0,0 +1 @@
1
+ import{r as t,h as o,H as e,c as r,e as i}from"./p-cdc666bc.js";import"./p-12fd8791.js";import{n as a,a as n}from"./p-87259af5.js";import{i as s,g as d,b as l}from"./p-6312516e.js";const h=class{constructor(o){t(this,o),this.color="secondary",this.bubble=!1}render(){return o(e,{class:`${void 0!==this.color?`badge-${this.color}`:""} ${this.bubble?"badge-bubble":""}`},o("slot",null))}};h.style=":host{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;min-width:1rem;min-height:1rem;padding:0 0.3125rem;font-family:var(--road-font, sans-serif);font-size:var(--road-font-size-10);font-weight:700;white-space:nowrap;border-radius:1rem}:host(.badge-bubble){min-width:0.25rem;min-height:0.25rem;padding:0}:host(.badge-primary){color:var(--road-on-primary);background-color:var(--road-primary)}:host(.badge-secondary){color:var(--road-on-secondary);background-color:var(--road-secondary)}:host(.badge-accent){color:var(--road-on-warning-surface-inverse);background-color:var(--road-warning-surface-inverse)}:host(.badge-info){color:var(--road-on-info-surface-inverse);background-color:var(--road-info-surface-inverse)}:host(.badge-success){color:var(--road-on-success-surface-inverse);background-color:var(--road-success-surface-inverse)}:host(.badge-warning){color:var(--road-on-warning-surface-inverse);background-color:var(--road-warning-surface-inverse)}:host(.badge-danger){color:var(--road-on-danger-surface-inverse);background-color:var(--road-danger-surface-inverse)}";const c=class{constructor(o){t(this,o),this.roadfocus=r(this,"roadfocus",7),this.roadFocus=r(this,"roadFocus",7),this.roadblur=r(this,"roadblur",7),this.roadBlur=r(this,"roadBlur",7),this.color="default",this.size="lg",this.buttonType="button",this.disabled=!1,this.expand=!1,this.outline=!1,this.onClick=t=>{if(this.el.shadowRoot&&this.el.attachShadow){const o=this.el.closest("form");if(o){t.preventDefault();const e=document.createElement("button");e.type=this.buttonType,e.style.display="none",o.appendChild(e),e.click(),e.remove()}}},this.onFocus=()=>{this.roadfocus.emit(),this.roadFocus.emit()},this.onBlur=()=>{this.roadblur.emit(),this.roadBlur.emit()}}render(){const{buttonType:t,disabled:r,href:i,rel:a,target:n,color:s}=this,d=void 0===this.href?"button":"a";return o(e,{class:`${this.outline?`btn-outline-${s}`:`btn-${s}`} ${void 0!==this.size?`btn-${this.size}`:""} ${this.expand?"btn-block":""}`,onClick:this.onClick,"aria-disabled":r?"true":null},o(d,Object.assign({},"button"===d?{type:t}:{download:this.download,href:i,rel:a,target:n},{class:"button-native",part:"native",disabled:r,onFocus:this.onFocus,onBlur:this.onBlur}),o("slot",{name:"start"}),o("slot",null),o("slot",{name:"end"})))}get el(){return i(this)}};c.style=':host{--border-radius:0.25rem;--font-size:var(--road-button-medium);--margin-bottom:1rem;--padding-start:1.5rem;--padding-end:1.5rem;box-sizing:border-box;display:inline-flex;display:-webkit-inline-flex;align-items:center;justify-content:center;height:3rem;padding:0;margin-bottom:var(--margin-bottom);font-family:var(--road-font, sans-serif);font-size:var(--font-size);font-weight:700;line-height:1.375;color:var(--road-grey-10);text-decoration:none;white-space:nowrap;vertical-align:middle;background:transparent;border:1px solid transparent;border-radius:var(--border-radius);transition:background 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms}:host(:hover){text-decoration:none}:host(.focus-visible){outline:0}.button-native{position:relative;display:flex;flex-flow:row nowrap;flex-shrink:0;align-items:center;justify-content:center;width:100%;height:100%;padding:0 var(--padding-end) 0 var(--padding-start);margin:0;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;color:inherit;text-align:inherit;text-decoration:none;text-indent:inherit;text-overflow:inherit;text-transform:inherit;letter-spacing:inherit;white-space:inherit;cursor:pointer;background:transparent;border:none;outline:0;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}:host(.btn-default:not([disabled]).focus-visible){background:var(--road-grey-80)}:host(.btn-primary){color:var(--road-on-button-primary);background:var(--road-button-primary)}:host(.btn-primary) ::slotted(road-icon){color:var(--road-on-button-primary)}:host(.btn-primary:not([disabled]):hover),:host(.btn-primary:not([disabled]).focus-visible){background:var(--road-button-primary-variant)}:host(.btn-secondary){color:var(--road-on-button-secondary);background:var(--road-button-secondary)}:host(.btn-secondary) ::slotted(road-icon){color:var(--road-on-button-secondary)}:host(.btn-secondary:not([disabled]):hover),:host(.btn-secondary:not([disabled]).focus-visible){background:var(--road-button-secondary-variant)}:host(.btn-link){font-weight:400;color:var(--road-link-primary);text-decoration:underline;background:transparent}:host(.btn-link:not([disabled]):hover),:host(.btn-link:not([disabled]).focus-visible){color:var(--road-primary-30)}:host(.btn-outline-primary),:host(.btn-outline-secondary),:host(.btn-outline-default){background:transparent}:host(.btn-outline-default){color:var(--road-on-surface-weak);background:var(--road-surface);border-color:var(--road-outline)}:host(.btn-outline-default) ::slotted(road-icon){color:var(--road-on-surface-weak)}:host(.btn-outline-default:hover),:host(.btn-outline-default.focus-visible){background:var(--road-grey-80)}:host(.btn-ghost) ::slotted(road-icon){color:var(--road-icon)}:host(.btn-ghost:hover),:host(.btn-ghost.focus-visible){background:var(--road-button-ghost-variant)}:host(.btn-outline-primary){color:var(--road-button-primary);border-color:var(--road-button-primary)}:host(.btn-outline-primary) ::slotted(road-icon){color:var(--road-button-primary)}:host(.btn-outline-primary:hover),:host(.btn-outline-primary.focus-visible){background:var(--road-button-tertiary-variant)}:host(.btn-outline-secondary){color:var(--road-button-secondary);border-color:var(--road-button-secondary)}:host(.btn-outline-secondary) ::slotted(road-icon){color:var(--road-button-secondary)}:host(.btn-outline-secondary:hover),:host(.btn-outline-secondary.focus-visible){background:var(--road-button-tertiary-variant)}:host([aria-disabled]){pointer-events:none;opacity:0.16}.button-native:disabled{cursor:not-allowed}::slotted([slot="start"]){margin-right:0.5rem}::slotted([slot="end"]){margin-left:0.5rem}:host(.btn-xl){height:3.5rem}:host(.btn-xl) ::slotted(road-icon){width:2rem;height:2rem}:host(.btn-md){--font-size:var(--road-font-size-14);height:2.5rem}:host(.btn-md) ::slotted(road-icon){width:1.5rem;height:1.5rem}:host(.btn-sm){--font-size:var(--road-font-size-14);height:2rem}:host(.btn-sm) ::slotted(road-icon){width:1.25rem;height:1.25rem}:host(.btn-block){width:100%}::slotted(road-badge){position:absolute;top:4px;left:calc(50% + 0.375rem);box-sizing:border-box;height:auto}';const f=class{constructor(o){t(this,o)}render(){return o("slot",null)}};f.style=":host{position:relative;flex-basis:0;flex-grow:1;width:100%;max-width:100%;min-height:1px;padding-right:8px;padding-left:8px}:host(.col-auto){flex:0 0 auto;width:auto;max-width:none}:host(.col-1){flex:0 0 8.3333%;max-width:8.3333%}:host(.col-2){flex:0 0 16.6667%;max-width:16.6667%}:host(.col-3){flex:0 0 25%;max-width:25%}:host(.col-4){flex:0 0 33.3333%;max-width:33.3333%}:host(.col-5){flex:0 0 41.6667%;max-width:41.6667%}:host(.col-6){flex:0 0 50%;max-width:50%}:host(.col-7){flex:0 0 58.3333%;max-width:58.3333%}:host(.col-8){flex:0 0 66.6667%;max-width:66.6667%}:host(.col-9){flex:0 0 75%;max-width:75%}:host(.col-10){flex:0 0 83.3333%;max-width:83.3333%}:host(.col-11){flex:0 0 91.6667%;max-width:91.6667%}:host(.col-12){flex:0 0 100%;max-width:100%}:host(.offset-1){margin-left:8.3333%}:host(.offset-2){margin-left:16.6667%}:host(.offset-3){margin-left:25%}:host(.offset-4){margin-left:33.3333%}:host(.offset-5){margin-left:41.6667%}:host(.offset-6){margin-left:50%}:host(.offset-7){margin-left:58.3333%}:host(.offset-8){margin-left:66.6667%}:host(.offset-9){margin-left:75%}:host(.offset-10){margin-left:83.3333%}:host(.offset-11){margin-left:91.6667%}@media (min-width: 576px){:host(.col-sm){flex-basis:0;flex-grow:1;max-width:100%}:host(.col-sm-auto){flex:0 0 auto;width:auto;max-width:none}:host(.col-sm-1){flex:0 0 8.3333%;max-width:8.3333%}:host(.col-sm-2){flex:0 0 16.6667%;max-width:16.6667%}:host(.col-sm-3){flex:0 0 25%;max-width:25%}:host(.col-sm-4){flex:0 0 33.3333%;max-width:33.3333%}:host(.col-sm-5){flex:0 0 41.6667%;max-width:41.6667%}:host(.col-sm-6){flex:0 0 50%;max-width:50%}:host(.col-sm-7){flex:0 0 58.3333%;max-width:58.3333%}:host(.col-sm-8){flex:0 0 66.6667%;max-width:66.6667%}:host(.col-sm-9){flex:0 0 75%;max-width:75%}:host(.col-sm-10){flex:0 0 83.3333%;max-width:83.3333%}:host(.col-sm-11){flex:0 0 91.6667%;max-width:91.6667%}:host(.col-sm-12){flex:0 0 100%;max-width:100%}:host(.offset-sm-0){margin-left:0}:host(.offset-sm-1){margin-left:8.3333%}:host(.offset-sm-2){margin-left:16.6667%}:host(.offset-sm-3){margin-left:25%}:host(.offset-sm-4){margin-left:33.3333%}:host(.offset-sm-5){margin-left:41.6667%}:host(.offset-sm-6){margin-left:50%}:host(.offset-sm-7){margin-left:58.3333%}:host(.offset-sm-8){margin-left:66.6667%}:host(.offset-sm-9){margin-left:75%}:host(.offset-sm-10){margin-left:83.3333%}:host(.offset-sm-11){margin-left:91.6667%}}@media (min-width: 768px){:host(.col-md){flex-basis:0;flex-grow:1;max-width:100%}:host(.col-md-auto){flex:0 0 auto;width:auto;max-width:none}:host(.col-md-1){flex:0 0 8.3333%;max-width:8.3333%}:host(.col-md-2){flex:0 0 16.6667%;max-width:16.6667%}:host(.col-md-3){flex:0 0 25%;max-width:25%}:host(.col-md-4){flex:0 0 33.3333%;max-width:33.3333%}:host(.col-md-5){flex:0 0 41.6667%;max-width:41.6667%}:host(.col-md-6){flex:0 0 50%;max-width:50%}:host(.col-md-7){flex:0 0 58.3333%;max-width:58.3333%}:host(.col-md-8){flex:0 0 66.6667%;max-width:66.6667%}:host(.col-md-9){flex:0 0 75%;max-width:75%}:host(.col-md-10){flex:0 0 83.3333%;max-width:83.3333%}:host(.col-md-11){flex:0 0 91.6667%;max-width:91.6667%}:host(.col-md-12){flex:0 0 100%;max-width:100%}:host(.offset-md-0){margin-left:0}:host(.offset-md-1){margin-left:8.3333%}:host(.offset-md-2){margin-left:16.6667%}:host(.offset-md-3){margin-left:25%}:host(.offset-md-4){margin-left:33.3333%}:host(.offset-md-5){margin-left:41.6667%}:host(.offset-md-6){margin-left:50%}:host(.offset-md-7){margin-left:58.3333%}:host(.offset-md-8){margin-left:66.6667%}:host(.offset-md-9){margin-left:75%}:host(.offset-md-10){margin-left:83.3333%}:host(.offset-md-11){margin-left:91.6667%}}@media (min-width: 992px){:host(.col-lg){flex-basis:0;flex-grow:1;max-width:100%}:host(.col-lg-auto){flex:0 0 auto;width:auto;max-width:none}:host(.col-lg-1){flex:0 0 8.3333%;max-width:8.3333%}:host(.col-lg-2){flex:0 0 16.6667%;max-width:16.6667%}:host(.col-lg-3){flex:0 0 25%;max-width:25%}:host(.col-lg-4){flex:0 0 33.3333%;max-width:33.3333%}:host(.col-lg-5){flex:0 0 41.6667%;max-width:41.6667%}:host(.col-lg-6){flex:0 0 50%;max-width:50%}:host(.col-lg-7){flex:0 0 58.3333%;max-width:58.3333%}:host(.col-lg-8){flex:0 0 66.6667%;max-width:66.6667%}:host(.col-lg-9){flex:0 0 75%;max-width:75%}:host(.col-lg-10){flex:0 0 83.3333%;max-width:83.3333%}:host(.col-lg-11){flex:0 0 91.6667%;max-width:91.6667%}:host(.col-lg-12){flex:0 0 100%;max-width:100%}:host(.offset-lg-0){margin-left:0}:host(.offset-lg-1){margin-left:8.3333%}:host(.offset-lg-2){margin-left:16.6667%}:host(.offset-lg-3){margin-left:25%}:host(.offset-lg-4){margin-left:33.3333%}:host(.offset-lg-5){margin-left:41.6667%}:host(.offset-lg-6){margin-left:50%}:host(.offset-lg-7){margin-left:58.3333%}:host(.offset-lg-8){margin-left:66.6667%}:host(.offset-lg-9){margin-left:75%}:host(.offset-lg-10){margin-left:83.3333%}:host(.offset-lg-11){margin-left:91.6667%}}@media (min-width: 1200px){:host(.col-xl){flex-basis:0;flex-grow:1;max-width:100%}:host(.col-xl-auto){flex:0 0 auto;width:auto;max-width:none}:host(.col-xl-1){flex:0 0 8.3333%;max-width:8.3333%}:host(.col-xl-2){flex:0 0 16.6667%;max-width:16.6667%}:host(.col-xl-3){flex:0 0 25%;max-width:25%}:host(.col-xl-4){flex:0 0 33.3333%;max-width:33.3333%}:host(.col-xl-5){flex:0 0 41.6667%;max-width:41.6667%}:host(.col-xl-6){flex:0 0 50%;max-width:50%}:host(.col-xl-7){flex:0 0 58.3333%;max-width:58.3333%}:host(.col-xl-8){flex:0 0 66.6667%;max-width:66.6667%}:host(.col-xl-9){flex:0 0 75%;max-width:75%}:host(.col-xl-10){flex:0 0 83.3333%;max-width:83.3333%}:host(.col-xl-11){flex:0 0 91.6667%;max-width:91.6667%}:host(.col-xl-12){flex:0 0 100%;max-width:100%}:host(.offset-xl-0){margin-left:0}:host(.offset-xl-1){margin-left:8.3333%}:host(.offset-xl-2){margin-left:16.6667%}:host(.offset-xl-3){margin-left:25%}:host(.offset-xl-4){margin-left:33.3333%}:host(.offset-xl-5){margin-left:41.6667%}:host(.offset-xl-6){margin-left:50%}:host(.offset-xl-7){margin-left:58.3333%}:host(.offset-xl-8){margin-left:66.6667%}:host(.offset-xl-9){margin-left:75%}:host(.offset-xl-10){margin-left:83.3333%}:host(.offset-xl-11){margin-left:91.6667%}}";const u=class{constructor(o){t(this,o),this.roadIncrease=r(this,"roadIncrease",7),this.roadDecrease=r(this,"roadDecrease",7),this.roadChange=r(this,"roadChange",7),this.roadDustbinClick=r(this,"roadDustbinClick",7),this.leftIconClasses="",this.rightIconClasses="",this.isDustbinVisible=!1,this.inputId="road-counter-"+m++,this.min=0,this.value=1,this.size="lg",this.dustbin=!1,this.setIsDustbinVisible=t=>{this.isDustbinVisible=!(t>this.min||!this.dustbin)},this.increase=()=>{this.inputElement.querySelector("input").stepUp();let t=parseInt(this.inputElement.querySelector("input").value);t||(t=this.min),this.onValueChange(t),this.roadIncrease.emit({value:t})},this.decrease=()=>{if(this.isDustbinVisible)return void this.roadDustbinClick.emit();this.inputElement.querySelector("input").stepDown();let t=parseInt(this.inputElement.querySelector("input").value);t||(t=this.min),this.onValueChange(t),this.roadDecrease.emit({value:t})},this.checkValue=t=>{const o=t.target,e=o.value&&parseInt(o.value);null!=e&&""!==e&&(e<this.min?o.value=this.min.toString():this.max&&e>this.max&&(o.value=this.max.toString()),this.onValueChange(parseInt(o.value)))},this.onRoadChange=t=>{t.stopPropagation();const o=t.target,e=o.value&&parseInt(o.value);this.roadChange.emit(null!==e&&""!==e?e<this.min?{value:this.min}:this.max&&e>this.max?{value:this.max}:{value:parseInt(o.value)}:{value:null})}}onValueChange(t){this.setIsDustbinVisible(t),this.setIconsClasses(t)}setIconsClasses(t){t=null!=t?t:parseInt(this.inputElement.querySelector("input").value),this.leftIconClasses=t<=this.min&&!this.dustbin?"disabled":"",this.rightIconClasses=this.max&&t>=this.max?"disabled":""}componentWillLoad(){this.onValueChange(this.value)}render(){return o("road-input-group",{class:this.size&&`counter-${this.size}`},o("road-button",{slot:"prepend",size:this.size,onClick:this.decrease,class:this.leftIconClasses,"data-cy":"road-decrease"},o("road-icon",{name:this.isDustbinVisible?"delete-forever":"navigation-add-less",ref:t=>this.iconCounterLess=t,size:this.size,"data-cy":this.isDustbinVisible?"road-dustbin":""})),o("road-input",{ref:t=>this.inputElement=t,type:"number",min:this.min.toString(),max:this.max&&this.max.toString(),step:this.step,value:this.value,onRoadChange:this.onRoadChange,onKeyUp:this.checkValue,"data-cy":"road-input-counter"}),o("road-button",{slot:"append",size:this.size,onClick:this.increase,class:this.rightIconClasses,"data-cy":"road-increase"},o("road-icon",{name:"navigation-add-more",size:this.size})))}get el(){return i(this)}static get watchers(){return{value:["onValueChange"]}}};let m=0;u.style=".sc-road-counter-h{position:relative;z-index:0;display:block}road-input.sc-road-counter{--input-text-align:center;--border-radius:0;--margin-bottom:0}road-button.sc-road-counter{width:3rem;font-size:var(--road-font-size-24);line-height:1.4;background:var(--road-surface);border:1px solid var(--road-button-tertiary-outline)}road-button.sc-road-counter:hover,road-button.sc-road-counter:focus{background:var(--road-button-tertiary-variant)}road-button.sc-road-counter road-icon.sc-road-counter{display:flex;fill:var(--road-primary)}.disabled.sc-road-counter{margin-right:-1px;margin-left:-1px;pointer-events:none;cursor:not-allowed;background:var(--road-surface-disabled);border:1px solid var(--road-on-surface-disabled);opacity:inherit}.disabled.sc-road-counter:focus{background:var(--road-disabled)}.disabled.sc-road-counter road-icon.sc-road-counter{fill:var(--road-grey-50)}road-button.btn-md.sc-road-counter{width:2.5rem}road-button.btn-sm.sc-road-counter{width:2rem}.counter-md.sc-road-counter{height:2.5rem}.counter-sm.sc-road-counter{height:2rem}.counter-md.sc-road-counter road-input.sc-road-counter{--height:2.5rem}.counter-md.sc-road-counter road-button.sc-road-counter{min-width:2.5rem}.counter-sm.sc-road-counter road-input.sc-road-counter{--height:2rem}.counter-sm.sc-road-counter road-button.sc-road-counter{min-width:2rem}";const p=class{constructor(o){t(this,o),this.onOpen=r(this,"open",7),this.onClose=r(this,"close",7),this.onBack=r(this,"back",7),this.isOpen=!1,this.position="left",this.drawerWidth=480,this.hasInverseHeader=!1,this.hasBackIcon=!1,this.hasCloseIcon=!0,this.onClick=t=>{t.stopPropagation(),t.preventDefault(),this.close()},this.onClickBack=t=>{t.stopPropagation(),t.preventDefault(),this.back()}}async open(){this.isOpen=!0}async close(){this.isOpen=!1}async back(){this.onBack.emit()}handleOpen(t){!0===t?this.onOpen.emit():this.el.addEventListener("transitionend",(()=>{this.onClose.emit(),this.el.shadowRoot&&(this.el.shadowRoot.querySelector(".drawer-body").scrollTop=0)}),{once:!0})}onEscape(t){"Escape"!==t.key&&"Esc"!==t.key||this.close()}componentDidLoad(){this.el.querySelectorAll('[data-dismiss="modal"]').forEach((t=>{t.addEventListener("click",(()=>this.close()))}))}render(){const t=this.isOpen?"drawer-open":"",r=this.hasInverseHeader?"drawer-header-inverse":"",i=void 0===this.drawerTitle||this.hasInverseHeader?"":"drawer-delimiter",s=this.hasBackIcon?o("button",{type:"button",class:"drawer-action","aria-label":"Back",onClick:this.onClickBack},o("road-icon",{icon:a,rotate:"180"}),this.backText):"",d=this.hasCloseIcon?o("button",{type:"button",class:"drawer-close",onClick:this.onClick,"aria-label":"Close"},o("road-icon",{icon:n,"aria-hidden":"true"})):"",l="bottom"===this.position?"100%":this.drawerWidth+"px";return o(e,{class:`drawer ${t} drawer-${this.position}`,tabindex:"-1",role:"dialog"},o("div",{class:"drawer-overlay",onClick:this.onClick,tabindex:"-1"}),o("div",{class:"drawer-dialog",style:{maxWidth:`${l}`},role:"document",tabindex:"0"},o("div",{class:"drawer-content"},o("header",{class:`drawer-header ${r} ${i}`},s,void 0!==this.drawerTitle?o("h2",{class:"drawer-title"},this.drawerTitle):o("div",{class:"drawer-title"},o("slot",{name:"title"})),d),o("div",{class:"drawer-body"},o("slot",null)))))}get el(){return i(this)}static get watchers(){return{isOpen:["handleOpen"]}}};p.style={dark:":host{--background:var(--road-surface);--color:var(--road-on-surface);--header-icon:var(--road-on-surface);--header-color:var(--road-on-surface);--header-background:var(--road-surface);--header-delimiter:0;--back-chevron-color:var(--road-icon);--max-height:auto;--z-index:10;position:fixed;top:0;left:0;z-index:var(--z-index);display:flex;justify-content:flex-start;width:100%;height:100%;overflow:hidden;font-family:var(--road-font, sans-serif);line-height:1.5;color:var(--color);visibility:hidden !important;opacity:0;transition:opacity 0.15s linear, visibility 0.15s}.drawer-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:block;touch-action:none;cursor:pointer;background:var(--road-overlay)}.drawer-dialog{position:relative;width:100%;pointer-events:none;transition:transform 0.3s ease-out;transform:translateX(-100%)}:host(.drawer-right){justify-content:flex-end}:host(.drawer-right) .drawer-dialog{transform:translateX(100%)}:host(.drawer-bottom){align-items:flex-end}:host(.drawer-bottom) .drawer-dialog{width:100%;max-height:var(--max-height);transform:translateY(100%)}:host(.drawer-bottom) .drawer-content{height:auto}.drawer-content{position:relative;display:flex;flex-direction:column;width:100%;height:100vh;pointer-events:auto;background-color:var(--background);background-clip:padding-box;box-shadow:var(--road-elevation-hight)}.drawer-header{display:flex;flex-shrink:0;align-items:center;justify-content:flex-end;height:3.5rem;color:var(--header-color);background:var(--header-background);border-color:var(--road-grey-300);border-style:solid;border-width:var(--header-delimiter)}.drawer-header road-icon{flex-shrink:0;color:var(--header-icon)}.drawer-header-inverse{--header-icon:var(--road-on-primary);--header-color:var(--road-on-primary);--header-background:var(--road-primary-variant);margin-bottom:2.5rem}.drawer-action,.drawer-close{display:flex;align-items:center;justify-content:center;height:3.5rem;padding:0.5rem;font-family:inherit;font-size:0.875rem;color:inherit;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}.drawer-header:not(.drawer-header-inverse) .drawer-action road-icon{color:var(--back-chevron-color)}.drawer-action~.drawer-title,.drawer-close~.drawer-title{padding-left:0}.drawer-action-left,.drawer-close-left{margin-right:auto}.drawer-title{display:flex;flex-grow:1;align-items:center;justify-content:center;height:3.5rem;padding-left:3.5rem;margin:0;font-size:var(--road-body-medium);font-weight:400}.drawer-body{overflow-y:auto}:host(.drawer-right) .drawer-body,:host(.drawer-left) .drawer-body{height:calc(100vh - 3.5rem)}.drawer-inner{padding:0 1rem 2.5rem}@media (min-width: 768px){.drawer-inner{padding:0 2rem 2.5rem}}:host(.drawer-open){visibility:visible !important;opacity:1}:host(.drawer-open) .drawer-dialog{transform:none}:host{--background:var(--road-grey-999);--color:var(--road-grey-000);--header-icon:var(--road-grey-000)}",light:":host{--background:var(--road-surface);--color:var(--road-on-surface);--header-icon:var(--road-on-surface);--header-color:var(--road-on-surface);--header-background:var(--road-surface);--header-delimiter:0;--back-chevron-color:var(--road-icon);--max-height:auto;--z-index:10;position:fixed;top:0;left:0;z-index:var(--z-index);display:flex;justify-content:flex-start;width:100%;height:100%;overflow:hidden;font-family:var(--road-font, sans-serif);line-height:1.5;color:var(--color);visibility:hidden !important;opacity:0;transition:opacity 0.15s linear, visibility 0.15s}.drawer-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:block;touch-action:none;cursor:pointer;background:var(--road-overlay)}.drawer-dialog{position:relative;width:100%;pointer-events:none;transition:transform 0.3s ease-out;transform:translateX(-100%)}:host(.drawer-right){justify-content:flex-end}:host(.drawer-right) .drawer-dialog{transform:translateX(100%)}:host(.drawer-bottom){align-items:flex-end}:host(.drawer-bottom) .drawer-dialog{width:100%;max-height:var(--max-height);transform:translateY(100%)}:host(.drawer-bottom) .drawer-content{height:auto}.drawer-content{position:relative;display:flex;flex-direction:column;width:100%;height:100vh;pointer-events:auto;background-color:var(--background);background-clip:padding-box;box-shadow:var(--road-elevation-hight)}.drawer-header{display:flex;flex-shrink:0;align-items:center;justify-content:flex-end;height:3.5rem;color:var(--header-color);background:var(--header-background);border-color:var(--road-grey-300);border-style:solid;border-width:var(--header-delimiter)}.drawer-header road-icon{flex-shrink:0;color:var(--header-icon)}.drawer-header-inverse{--header-icon:var(--road-on-primary);--header-color:var(--road-on-primary);--header-background:var(--road-primary-variant);margin-bottom:2.5rem}.drawer-action,.drawer-close{display:flex;align-items:center;justify-content:center;height:3.5rem;padding:0.5rem;font-family:inherit;font-size:0.875rem;color:inherit;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}.drawer-header:not(.drawer-header-inverse) .drawer-action road-icon{color:var(--back-chevron-color)}.drawer-action~.drawer-title,.drawer-close~.drawer-title{padding-left:0}.drawer-action-left,.drawer-close-left{margin-right:auto}.drawer-title{display:flex;flex-grow:1;align-items:center;justify-content:center;height:3.5rem;padding-left:3.5rem;margin:0;font-size:var(--road-body-medium);font-weight:400}.drawer-body{overflow-y:auto}:host(.drawer-right) .drawer-body,:host(.drawer-left) .drawer-body{height:calc(100vh - 3.5rem)}.drawer-inner{padding:0 1rem 2.5rem}@media (min-width: 768px){.drawer-inner{padding:0 2rem 2.5rem}}:host(.drawer-open){visibility:visible !important;opacity:1}:host(.drawer-open) .drawer-dialog{transform:none}"};const g=class{constructor(o){t(this,o)}render(){return o("slot",null)}};g.style=":host{box-sizing:border-box;display:block;width:100%;padding-right:8px;padding-left:8px;margin-right:auto;margin-left:auto}@media (min-width: 768px){:host{padding-right:24px;padding-left:24px}}";const b=t=>{if(1===t.nodeType){if("script"===t.nodeName.toLowerCase())return!1;for(let o=0;o<t.attributes.length;o++){const e=t.attributes[o].value;if(s(e)&&0===e.toLowerCase().indexOf("on"))return!1}for(let o=0;o<t.childNodes.length;o++)if(!b(t.childNodes[o]))return!1}return!0},x=new Map,v=new Map,w=class{constructor(o){t(this,o),this.isVisible=!1,this.size="lg",this.lazy=!1,this.sanitize=!0}componentWillLoad(){this.waitUntilVisible(this.el,"50px",(()=>{this.isVisible=!0,this.loadIcon()}))}disconnectedCallback(){this.io&&(this.io.disconnect(),this.io=void 0)}waitUntilVisible(t,o,e){if(this.lazy&&window.IntersectionObserver){const r=this.io=new window.IntersectionObserver((t=>{t[0].isIntersecting&&(r.disconnect(),this.io=void 0,e())}),{rootMargin:o});r.observe(t)}else e()}loadIcon(){if(this.isVisible){const t=d(this);t&&(x.has(t)?this.svgContent=x.get(t):((t,o)=>{let e=v.get(t);if(!e){if("undefined"==typeof fetch||"undefined"==typeof document)return x.set(t,""),Promise.resolve();e=fetch(t).then((e=>{if(e.ok)return e.text().then((e=>{e&&!1!==o&&(e=(t=>{const o=document.createElement("div");o.innerHTML=t;for(let r=o.childNodes.length-1;r>=0;r--)"svg"!==o.childNodes[r].nodeName.toLowerCase()&&o.removeChild(o.childNodes[r]);const e=o.firstElementChild;if(e&&"svg"===e.nodeName.toLowerCase()){const t=e.getAttribute("class")||"";if(e.setAttribute("class",(t+" s-ion-icon").trim()),b(e))return o.innerHTML}return""})(e)),x.set(t,e||"")}));x.set(t,"")})),v.set(t,e)}return e})(t,this.sanitize).then((()=>this.svgContent=x.get(t))))}if(!this.ariaLabel&&"true"!==this.ariaHidden){const t=l(this.name,this.icon);t&&(this.ariaLabel=t.replace(/-/g," "))}}render(){return o(e,{class:`${void 0!==this.color?`icon-${this.color}`:""} ${void 0!==this.size?`icon-${this.size}`:""} ${void 0!==this.rotate?`icon-rotate-${this.rotate}`:""}`,"aria-hidden":"true"},o("div",""!==this.svgContent?{class:"icon-inner",innerHTML:this.svgContent}:{class:"icon-inner"}))}static get assetsDirs(){return["svg"]}get el(){return i(this)}static get watchers(){return{name:["loadIcon"],src:["loadIcon"],icon:["loadIcon"]}}};w.style=":host{box-sizing:content-box;display:inline-block;color:var(--road-icon);transition:fill 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;fill:currentColor;contain:strict}:host svg{display:block;width:100%;height:100%}:host(.icon-sm){width:1.25rem;height:1.25rem}:host(.icon-md){width:1.5rem;height:1.5rem}:host(.icon-lg){width:2rem;height:2rem}:host(.icon-3x){width:3rem;height:3rem}:host(.icon-4x){width:4rem;height:4rem}:host(.icon-primary){color:var(--road-primary-50);fill:currentColor}:host(.icon-secondary){color:var(--road-secondary-50);fill:currentColor}:host(.icon-accent){color:var(--road-secondary-50);fill:currentColor}:host(.icon-info){color:var(--road-info-default);fill:currentColor}:host(.icon-success){color:var(--road-success-default);fill:currentColor}:host(.icon-warning){color:var(--road-warning-default);fill:currentColor}:host(.icon-danger){color:var(--road-danger-default);fill:currentColor}:host(.icon-default){color:var(--road-icon);fill:currentColor}:host(.icon-white){color:var(--road-icon-inverse);fill:currentColor}:host(.icon-rotate-90){transform:rotate(90deg)}:host(.icon-rotate-180){transform:rotate(180deg)}:host(.icon-rotate-270){transform:rotate(270deg)}";const y=(t,o)=>{const e=t._original||t;return{_original:t,emit:k(e.emit.bind(e),o)}},k=(t,o=0)=>{let e;return(...r)=>{clearTimeout(e),e=setTimeout(t,o,...r)}},z=class{constructor(o){t(this,o),this.roadinput=r(this,"roadinput",7),this.roadInput=r(this,"roadInput",7),this.roadchange=r(this,"roadchange",7),this.roadChange=r(this,"roadChange",7),this.roadblur=r(this,"roadblur",7),this.roadBlur=r(this,"roadBlur",7),this.roadfocus=r(this,"roadfocus",7),this.roadFocus=r(this,"roadFocus",7),this.inputId="road-input-"+j++,this.autocapitalize="off",this.autocomplete="off",this.autocorrect="off",this.autofocus=!1,this.disabled=!1,this.name=this.inputId,this.readonly=!1,this.required=!1,this.spellcheck=!1,this.sizes="lg",this.type="text",this.value="",this.label="",this.debounce=0,this.onInput=t=>{const o=t.target;o&&(this.value=o.value||""),this.roadinput.emit(t),this.roadInput.emit(t)},this.onBlur=()=>{this.roadblur.emit(),this.roadBlur.emit()},this.onFocus=()=>{this.roadfocus.emit(),this.roadFocus.emit()}}debounceChanged(){this.roadchange=y(this.roadchange,this.debounce),this.roadChange=y(this.roadChange,this.debounce)}valueChanged(){this.roadchange.emit({value:null==this.value?this.value:this.value.toString()}),this.roadChange.emit({value:null==this.value?this.value:this.value.toString()})}getValue(){return"number"==typeof this.value?this.value.toString():(this.value||"").toString()}render(){const t=this.getValue(),r=this.inputId+"-label";return o(e,{"aria-disabled":this.disabled?"true":null,class:this.sizes&&`input-${this.sizes}`},o("input",{class:`form-control ${""!==this.value?"has-value":""} ${void 0!==this.error&&""!==this.error?"is-invalid":""} ${""!==this.label?"":"less-label"}`,id:this.inputId,"aria-disabled":this.disabled?"true":null,"aria-labelledby":r,disabled:this.disabled,autoCapitalize:this.autocapitalize,autoComplete:this.autocomplete,autoCorrect:this.autocorrect,enterKeyHint:this.enterkeyhint,autoFocus:this.autofocus,inputMode:this.inputmode,min:this.min,max:this.max,minLength:this.minlength,maxLength:this.maxlength,name:this.name,pattern:this.pattern,placeholder:this.placeholder,readOnly:this.readonly,required:this.required,spellcheck:this.spellcheck,step:this.step,size:this.size,type:this.type,value:t,onInput:this.onInput,onBlur:this.onBlur,onFocus:this.onFocus,"data-cy":"road-input"}),o("label",{class:"form-label",id:r,htmlFor:this.inputId},this.label),this.error&&""!==this.error&&o("p",{class:"invalid-feedback"},this.error),this.helper&&""!==this.helper&&o("p",{class:"helper"},this.helper),this.type&&"password"==this.type&&o("slot",{name:"checklistPassword"}))}static get watchers(){return{debounce:["debounceChanged"],value:["valueChanged"]}}};let j=0;z.style='.sc-road-input-h{--height:3rem;--border-radius:0.25rem;--input-text-align:left;--margin-bottom:1rem;position:relative;display:block;margin-bottom:var(--margin-bottom);font-family:var(--road-font, sans-serif);color:var(--road-grey-10)}.form-control.sc-road-input{box-sizing:border-box;display:block;width:100%;height:var(--height);padding:0.75rem 1rem 0;margin:0;font-size:var(--road-body-medium);color:var(--road-on-surface);text-align:var(--input-text-align);background:var(--road-surface);border:1px solid var(--road-input-outline);border-radius:var(--border-radius);box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-control[type="number"].sc-road-input{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.form-control.sc-road-input::-webkit-calendar-picker-indicator{margin-top:-0.75rem}.form-control.sc-road-input::-webkit-date-and-time-value{padding-top:0.625rem}.form-control.sc-road-input::placeholder{color:var(--road-on-surface-extra-weak);opacity:1}@media (hover: hover){.form-control.sc-road-input:not(:disabled):hover{border-color:var(--road-input-outline-variant)}}.form-control.sc-road-input:focus~.form-label.sc-road-input,.form-control[required].sc-road-input:valid~.form-label.sc-road-input,.form-control.has-value.sc-road-input~.form-label.sc-road-input,.form-control[type="date"].sc-road-input~.form-label.sc-road-input,.form-control[type="time"].sc-road-input~.form-label.sc-road-input{transform:scale(0.625) translateY(-0.625rem)}.form-control.sc-road-input:placeholder-shown~.form-label.sc-road-input{transform:scale(0.625) translateY(-0.625rem)}.form-control.sc-road-input:-ms-input-placeholder~.form-label.sc-road-input{transform:scale(0.625) translateY(-0.625rem)}.form-control.sc-road-input:not(:disabled):focus{border-color:var(--road-input-outline-variant);outline:0}.form-control.sc-road-input:disabled,.form-control[readonly].sc-road-input{cursor:not-allowed;background:var(--road-surface-disabled);opacity:1}.form-label.sc-road-input{position:absolute;top:0.75rem;left:1rem;display:block;font-size:var(--road-body-medium);line-height:1.5;color:var(--road-on-surface-extra-weak);pointer-events:none;transition:transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;transform-origin:0 0}.form-control.sc-road-input:required~.form-label.sc-road-input::after{color:var(--road-danger-default);content:" *"}.less-label.sc-road-input{padding-top:0}.input-xl.sc-road-input-h{--height:3.5rem}.input-xl.sc-road-input-h .form-control.sc-road-input{padding:1rem 1rem 0}.phone-number.sc-road-input-h .form-control.sc-road-input{padding-left:2rem}.phone-number.sc-road-input-h .form-label.sc-road-input{left:2rem}.input-xl.sc-road-input-h .form-label.sc-road-input{top:1rem}.input-xl.sc-road-input-h .form-control.sc-road-input:focus~.form-label.sc-road-input,.input-xl.sc-road-input-h .form-control[required].sc-road-input:valid~.form-label.sc-road-input,.input-xl.sc-road-input-h .form-control.has-value.sc-road-input~.form-label.sc-road-input,.input-xl.sc-road-input-h .form-control[type="date"].sc-road-input~.form-label.sc-road-input,.input-xl.sc-road-input-h .form-control[type="time"].sc-road-input~.form-label.sc-road-input{transform:scale(0.75) translateY(-0.625rem)}.input-xl.sc-road-input-h .form-control.sc-road-input:placeholder-shown~.form-label.sc-road-input{transform:scale(0.625) translateY(-0.625rem)}.invalid-feedback.sc-road-input{display:none;width:100%;margin-top:0.5rem;font-size:var(--road-helper-medium);color:var(--road-on-danger-surface)}.form-control.is-invalid.sc-road-input,.was-validated.sc-road-input .form-control.sc-road-input:invalid{border-color:var(--road-danger-outline)}.form-control.is-invalid.sc-road-input~.invalid-feedback.sc-road-input,.was-validated.sc-road-input .form-control.sc-road-input:invalid~.invalid-feedback.sc-road-input{display:block}.helper.sc-road-input{margin-top:0.5rem;font-size:var(--road-body-small);color:var(--road-on-surface-weak)}.form-control[type="password"].sc-road-input~.checklist-password.sc-road-input .invalid.sc-road-input{color:var(--road-on-surface-weak)}';const C=class{constructor(o){t(this,o)}componentDidLoad(){var t;this.el.querySelector("road-input[disabled]")&&(null===(t=this.el.querySelector("road-button"))||void 0===t||t.setAttribute("disabled",""))}render(){const t=this.el.querySelector("road-input[error]")?"is-invalid":"",e=this.el.querySelector("road-input[disabled]")?"is-disabled":"",r=this.el.querySelector("road-input[sizes]")?`size-${this.el.querySelector("road-input").sizes}`:"";return o("div",{class:`input-group ${t} ${e} ${r}`},o("slot",null),o("div",{class:"input-group-prepend"},o("slot",{name:"prepend"})),o("div",{class:"input-group-append"},o("slot",{name:"append"})))}get el(){return i(this)}};C.style=':host{display:block}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%;font-family:var(--road-font, sans-serif)}::slotted(road-input),::slotted(input),::slotted(textarea),::slotted(road-select){position:relative;flex:1 1 auto;width:1%;margin-bottom:0}::slotted([slot="prepend"]){margin-right:-3px;border-color:var(--road-input-outline);border-right-color:transparent;border-top-right-radius:0;border-bottom-right-radius:0}::slotted([slot="append"]){margin-left:-0.25rem;border-color:var(--road-input-outline);border-left-width:0}@media (hover: hover){.input-group:not(.is-disabled):hover ::slotted([slot="prepend"]){border-color:var(--road-input-outline-variant);border-right-color:transparent}.input-group:not(.is-disabled):hover ::slotted([slot="append"]){border-color:var(--road-input-outline-variant);border-left-color:transparent}:host(.phone-number-group) .input-group:not(.is-disabled):hover ::slotted([slot="prepend"]){border-color:var(--road-input-outline-variant)}}.input-group:focus-within ::slotted([slot="prepend"]){border-color:var(--road-input-outline-variant);border-right-color:transparent}:host(.phone-number-group) .input-group:focus-within ::slotted([slot="prepend"]){border-color:var(--road-input-outline-variant);border-right-color:transparent}.input-group:focus-within ::slotted([slot="append"]){border-color:var(--road-input-outline-variant);border-left-color:transparent}.input-group-prepend,.input-group-append{display:flex;height:3rem}::slotted(road-button){--padding-start:0.5rem;--padding-end:0.5rem;position:relative;z-index:2;min-width:3rem;margin:0;font-size:var(--road-font-size-14)}.input-group-prepend{z-index:1;order:-1}.input-group-prepend~.form-label{left:calc(3rem + 1px)}.input-group-append{position:relative;z-index:1;border-radius:0 0.25rem 0.25rem 0}::slotted(label){display:flex;align-items:center;padding:0 0.5rem;margin-bottom:0;color:var(--road-on-surface);text-align:center;white-space:nowrap;cursor:text;background:var(--road-surface);border:1px solid var(--road-input-outline);border-radius:0.25rem;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}::slotted(road-input:not(:first-child)),::slotted(road-select:not(:first-child)){border-radius:0}.input-group-append ::slotted([slot="append"]){border-left:0;border-top-left-radius:0;border-bottom-left-radius:0}.input-group-prepend ::slotted([slot="prepend"]){border-right:0;border-top-right-radius:0;border-bottom-right-radius:0}:host(.phone-number-group) .input-group-prepend ::slotted([slot="prepend"]){border-right:1px solid var(--road-input-outline);border-top-right-radius:0;border-bottom-right-radius:0}.input-group-prepend ::slotted(label){margin-right:calc(-1rem + 1px)}.input-group-append ::slotted(road-button){background-color:var(--road-surface)}.size-xl .input-group-prepend,.size-xl .input-group-append{height:3.5rem}.size-xl ::slotted(road-button){height:3.5rem}.input-group.is-invalid ::slotted([slot="append"]),.input-group.is-invalid ::slotted([slot="prepend"]){border-color:var(--road-danger-outline)}:host(.phone-number-group) .input-group.is-invalid ::slotted([slot="prepend"]){border-color:var(--road-danger-outline)}.input-group.is-disabled ::slotted([slot="append"]),.input-group.is-disabled ::slotted([slot="prepend"]){cursor:not-allowed;background:#e4e5e9}.is-disabled ::slotted(road-button){opacity:1}';const $=class{constructor(o){t(this,o),this.multipleInputs=!1,this.button=!1,this.detailIcon=a,this.disabled=!1,this.type="button"}isClickable(){return void 0!==this.href||this.button}render(){const{detail:t,detailIcon:r,download:i,lines:a,disabled:n,href:s,rel:d,target:l}=this,h=this.isClickable()?void 0===s?"button":"a":"div",c=void 0!==t&&t;return o(e,{"aria-disabled":n?"true":null,class:{[`item-lines-${a}`]:void 0!==a}},o(h,Object.assign({},"button"===h?{type:this.type}:{download:i,href:s,rel:d,target:l},{class:{"item-native":!0,"item-active":this.active},part:"native",disabled:n}),o("slot",{name:"start"}),o("div",{class:"item-inner"},o("div",{class:"input-wrapper"},o("slot",null)),o("slot",{name:"end"}),c&&o("road-icon",{icon:r,lazy:!1,class:"item-detail-icon"}))))}get el(){return i(this)}};$.style=":host{--border-radius:0.25rem;--background-color:transparent;--detail-color:var(--road-icon);--inner-padding:1rem 0.5rem 1rem 0;--min-height:3.5rem;--padding-left:1rem;position:relative;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;overflow:hidden;text-decoration:none;outline:none}.item-native{position:relative;z-index:1;box-sizing:border-box;display:flex;align-items:inherit;justify-content:inherit;width:100%;min-height:var(--min-height);padding:0 0 0 var(--padding-left);margin:0;overflow:inherit;font-family:inherit;font-size:inherit;color:var(--road-on-surface);background-color:var(--background-color);border-color:var(--road-grey-70);border-style:solid;border-width:var(--border-width, 0);border-radius:var(--border-radius);outline:none;transition:background 0.15s ease-in-out;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}.item-active{background-color:var(--road-grey-90)}button.item-native:not(:disabled):not(.item-active):hover,button.item-native:not(:disabled):not(.item-active):focus{background-color:var(--road-grey-90)}.item-native::-moz-focus-inner{border:0}button,a{cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.item-inner{position:relative;box-sizing:border-box;display:flex;flex:1;flex-direction:inherit;align-items:center;align-self:stretch;width:100%;min-height:inherit;padding:var(--inner-padding);overflow:inherit;text-align:inherit;text-decoration:none;border-color:var(--road-grey-70);border-style:solid;border-width:var(--inner-border-width, 0);outline:0}.input-wrapper{box-sizing:border-box;display:flex;flex:1;flex-direction:inherit;align-items:inherit;align-self:stretch;overflow:inherit;text-overflow:ellipsis}.item-detail-icon{color:var(--detail-color)}::slotted(road-icon){flex-shrink:0;margin-right:0.5rem}::slotted(road-img){flex-shrink:0;width:3rem;height:3rem;object-fit:cover;min-height:inherit;margin-right:1rem}::slotted(road-button){--padding-start:0.5rem;--padding-end:0.5rem;--margin-bottom:0}:host(.item-lines-none){--border-width:0 !important;--inner-border-width:0 !important}:host(.item-lines-full){--border-width:0 0 1px 0 !important;--inner-border-width:0 !important}:host(.item-lines-inset){--inner-border-width:0 0 1px 0 !important}";const I=class{constructor(o){t(this,o)}render(){return o("slot",null)}};I.style=":host{box-sizing:border-box;display:block;overflow:hidden;font-size:var(--road-font-size-14);color:currentColor;text-overflow:ellipsis;white-space:nowrap}";const _=class{constructor(o){t(this,o)}render(){const{lines:t}=this;return o(e,{class:{[`list-lines-${t}`]:void 0!==t}},o("slot",null))}};_.style=":host{display:block;contain:content;list-style-type:none}:host(.list-lines-none) ::slotted(road-item){--border-width:0;--inner-border-width:0}:host(.list-lines-full){border:1px solid var(--road-outline);border-bottom:0}:host(.list-lines-full),:host(.list-lines-full) ::slotted(road-item){--border-width:0 0 1px 0;--inner-border-width:0}:host(.item-lines-inset),:host(.list-lines-inset) ::slotted(road-item){--inner-border-width:0 0 1px 0}";const L=class{constructor(o){t(this,o)}render(){return o(e,null,o("slot",null))}};L.style=":host{display:flex;flex-wrap:wrap;max-width:1440px;margin-right:-8px;margin-left:-8px}@media (min-width: 1440px){:host{margin-right:auto;margin-left:auto}}:host(.flex-wrap){flex-wrap:wrap}:host(.flex-nowrap){flex-wrap:nowrap}:host(.justify-content-start){justify-content:flex-start}:host(.justify-content-end){justify-content:flex-end}:host(.justify-content-center){justify-content:center}:host(.justify-content-between){justify-content:space-between}:host(.justify-content-around){justify-content:space-around}:host(.align-items-start){align-items:flex-start}:host(.align-items-end){align-items:flex-end}:host(.align-items-center){align-items:center}:host(.align-items-baseline){align-items:baseline}:host(.align-items-stretch){align-items:stretch}@media (min-width: 576px){:host(.flex-sm-wrap){flex-wrap:wrap}:host(.flex-sm-nowrap){flex-wrap:nowrap}:host(.justify-content-sm-start){justify-content:flex-start}:host(.justify-content-sm-end){justify-content:flex-end}:host(.justify-content-sm-center){justify-content:center}:host(.justify-content-sm-between){justify-content:space-between}:host(.justify-content-sm-around){justify-content:space-around}:host(.align-items-sm-start){align-items:flex-start}:host(.align-items-sm-end){align-items:flex-end}:host(.align-items-sm-center){align-items:center}:host(.align-items-sm-baseline){align-items:baseline}:host(.align-items-sm-stretch){align-items:stretch}}@media (min-width: 768px){:host(.flex-md-wrap){flex-wrap:wrap}:host(.flex-md-nowrap){flex-wrap:nowrap}:host(.justify-content-md-start){justify-content:flex-start}:host(.justify-content-md-end){justify-content:flex-end}:host(.justify-content-md-center){justify-content:center}:host(.justify-content-md-between){justify-content:space-between}:host(.justify-content-md-around){justify-content:space-around}:host(.align-items-md-start){align-items:flex-start}:host(.align-items-md-end){align-items:flex-end}:host(.align-items-md-center){align-items:center}:host(.align-items-md-baseline){align-items:baseline}:host(.align-items-md-stretch){align-items:stretch}}@media (min-width: 992px){:host(.flex-lg-wrap){flex-wrap:wrap}:host(.flex-lg-nowrap){flex-wrap:nowrap}:host(.justify-content-lg-start){justify-content:flex-start}:host(.justify-content-lg-end){justify-content:flex-end}:host(.justify-content-lg-center){justify-content:center}:host(.justify-content-lg-between){justify-content:space-between}:host(.justify-content-lg-around){justify-content:space-around}:host(.align-items-lg-start){align-items:flex-start}:host(.align-items-lg-end){align-items:flex-end}:host(.align-items-lg-center){align-items:center}:host(.align-items-lg-baseline){align-items:baseline}:host(.align-items-lg-stretch){align-items:stretch}}@media (min-width: 1200px){:host(.flex-xl-wrap){flex-wrap:wrap}:host(.flex-xl-nowrap){flex-wrap:nowrap}:host(.justify-content-xl-start){justify-content:flex-start}:host(.justify-content-xl-end){justify-content:flex-end}:host(.justify-content-xl-center){justify-content:center}:host(.justify-content-xl-between){justify-content:space-between}:host(.justify-content-xl-around){justify-content:space-around}:host(.align-items-xl-start){align-items:flex-start}:host(.align-items-xl-end){align-items:flex-end}:host(.align-items-xl-center){align-items:center}:host(.align-items-xl-baseline){align-items:baseline}:host(.align-items-xl-stretch){align-items:stretch}}:host(.align-content-start){align-content:flex-start}:host(.align-content-end){align-content:flex-end}:host(.align-content-center){align-content:center}:host(.align-content-between){align-content:space-between}:host(.align-content-around){align-content:space-around}:host(.align-content-stretch){align-content:stretch}:host(.align-self-auto){align-self:auto}:host(.align-self-start){align-self:flex-start}:host(.align-self-end){align-self:flex-end}:host(.align-self-center){align-self:center}:host(.align-self-baseline){align-self:baseline}:host(.align-self-stretch){align-self:stretch}";const Y=class{constructor(o){t(this,o)}render(){return o(e,{class:void 0!==this.color?`toolbar-${this.color}`:""},o("div",{class:"toolbar-container"},o("slot",{name:"start"}),o("slot",{name:"primary"}),o("div",{class:"toolbar-content"},o("slot",null)),o("slot",{name:"secondary"}),o("slot",{name:"end"})))}};Y.style=':host{position:relative;box-sizing:border-box;display:block;width:100%;contain:content;color:var(--road-on-surface);background:var(--road-surface);border-bottom:1px solid var(--road-outline)}.toolbar-container{position:relative;box-sizing:border-box;display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;min-height:3.73rem;contain:content;overflow:hidden}.toolbar-title-container{position:relative;top:0;left:0;display:flex;flex:1;align-items:center;width:100%;height:100%;text-align:center}.toolbar-title{display:block;width:100%;font-size:var(--road-font-size-18);font-weight:700;text-align:left;text-overflow:ellipsis;white-space:nowrap;pointer-events:auto}@media (min-width: 1200px){.toolbar-title{font-size:var(--road-font-size-21);text-align:center}}.toolbar-content{flex:1 1 0%;min-width:0;max-width:100%}.toolbar .logo{position:relative;z-index:1;padding-left:1rem;margin-bottom:0;font-size:var(--road-font-size-14);font-weight:400}.toolbar .app-name{margin-left:1rem;font-size:var(--road-font-size-20);font-weight:700}::slotted([slot="start"]){--margin-bottom:0;--padding-start:0.5rem;--padding-end:0.5rem;align-self:auto;font-size:var(--road-font-size-14);font-weight:400;background:var(--road-surface);border-right:1px solid var(--road-outline);border-radius:0}::slotted([slot="end"]),::slotted([slot="secondary"]){--margin-bottom:0;--padding-start:0.5rem;--padding-end:0.5rem;font-size:var(--road-font-size-14);font-weight:400;background:var(--road-surface);border-left:1px solid var(--road-outline);border-radius:0}:host(.toolbar-primary){color:var(--road-on-header-surface);background:var(--road-header-surface)}:host(.toolbar-secondary){color:var(--road-on-secondary);background:var(--road-secondary)}';export{h as road_badge,c as road_button,f as road_col,u as road_counter,p as road_drawer,g as road_grid,w as road_icon,z as road_input,C as road_input_group,$ as road_item,I as road_label,_ as road_list,L as road_row,Y as road_toolbar}
@@ -1 +1 @@
1
- import{p as e,w as a,d as o,N as r,a as t,b as d}from"./p-cdc666bc.js";import"./p-e64fe690.js";(()=>{e.o=a.__cssshim;const d=Array.from(o.querySelectorAll("script")).find((e=>new RegExp(`/${r}(\\.esm)?\\.js($|\\?|#)`).test(e.src)||e.getAttribute("data-stencil-namespace")===r)),l={};return"onbeforeload"in d&&!history.scrollRestoration?{then(){}}:(l.resourcesUrl=new URL(".",new URL(d.getAttribute("data-resources-url")||d.src,a.location.href)).href,((e,t)=>{const d=`__sc_import_${r.replace(/\s|-/g,"_")}`;try{a[d]=new Function("w",`return import(w);//${Math.random()}`)}catch(l){const r=new Map;a[d]=l=>{const i=new URL(l,e).href;let s=r.get(i);if(!s){const e=o.createElement("script");e.type="module",e.crossOrigin=t.crossOrigin,e.src=URL.createObjectURL(new Blob([`import * as m from '${i}'; window.${d}.m = m;`],{type:"application/javascript"})),s=new Promise((o=>{e.onload=()=>{o(a[d].m),e.remove()}})),r.set(i,s),o.head.appendChild(e)}return s}}})(l.resourcesUrl,d),a.customElements?t(l):__sc_import_roadtrip("./p-62b28500.js").then((()=>l)))})().then((e=>d([["p-add52276",[[2,"road-counter",{inputId:[1,"input-id"],min:[2],max:[2],step:[1],value:[2],size:[1],dustbin:[4],leftIconClasses:[32],rightIconClasses:[32],isDustbinVisible:[32]}],[1,"road-item",{button:[4],detail:[4],active:[4],detailIcon:[1,"detail-icon"],disabled:[4],download:[1],href:[1],rel:[1],lines:[1],target:[1],type:[1],multipleInputs:[32]}],[1,"road-badge",{color:[1],bubble:[4]}],[1,"road-list",{lines:[1]}],[1,"road-toolbar",{color:[1]}],[33,"road-drawer",{isOpen:[1028,"is-open"],position:[1],drawerWidth:[2,"drawer-width"],hasInverseHeader:[4,"has-inverse-header"],hasBackIcon:[4,"has-back-icon"],backText:[1,"back-text"],drawerTitle:[1,"drawer-title"],hasCloseIcon:[4,"has-close-icon"],open:[64],close:[64],back:[64]},[[4,"keyup","onEscape"]]],[1,"road-col"],[1,"road-grid"],[6,"road-input",{inputId:[1,"input-id"],autocapitalize:[1],autocomplete:[1],autocorrect:[1],autofocus:[4],disabled:[4],enterkeyhint:[1],inputmode:[1],max:[1],maxlength:[2],min:[1],minlength:[2],name:[1],pattern:[1],placeholder:[1],readonly:[4],required:[4],spellcheck:[4],step:[1],size:[2],sizes:[1],type:[1],value:[1032],label:[1],error:[1],helper:[1],debounce:[2]}],[1,"road-row"],[1,"road-button",{color:[1],size:[513],buttonType:[1,"button-type"],disabled:[516],expand:[516],download:[1],href:[1],rel:[1],target:[1],outline:[4]}],[1,"road-input-group"],[1,"road-label"],[1,"road-icon",{color:[1],ariaLabel:[1537,"aria-label"],ariaHidden:[513,"aria-hidden"],name:[1],src:[1],icon:[8],size:[1],rotate:[1],lazy:[4],sanitize:[4],svgContent:[32],isVisible:[32]}]]],["p-400b12e7",[[1,"road-duration",{isOpen:[1028,"is-open"],header:[1],min:[2],max:[2],step:[2],open:[64],close:[64]},[[0,"roadcardclick","handleClick"]]]]],["p-e189433e",[[2,"road-plate-number",{country:[1],disabled:[4],placeholder:[1],readonly:[4],value:[1032],motorbike:[4]}]]],["p-0ce3567a",[[1,"road-profil-dropdown",{isOpen:[1028,"is-open"]}]]],["p-a2999a4e",[[1,"road-accordion",{isOpen:[1028,"is-open"],isLight:[4,"is-light"],isLightSeparator:[4,"is-light-separator"],isSmall:[4,"is-small"]}]]],["p-7ef481b0",[[1,"road-banner",{isOpen:[1028,"is-open"],label:[1],link:[1],url:[1],close:[64]}]]],["p-a41b478a",[[1,"road-carousel",{options:[8],pager:[4],arrows:[4],update:[64],updateAutoHeight:[64],slideTo:[64],slideNext:[64],slidePrev:[64],getActiveIndex:[64],getPreviousIndex:[64],length:[64],isEnd:[64],isBeginning:[64],startAutoplay:[64],stopAutoplay:[64],lockSwipeToNext:[64],lockSwipeToPrev:[64],lockSwipes:[64],getSwiper:[64]}]]],["p-fb23c9b4",[[6,"road-checkbox",{checkboxId:[1,"checkbox-id"],name:[1],required:[4],checked:[1028],indeterminate:[4],disabled:[4],value:[1],label:[1],inverse:[4],error:[1],helper:[1]}]]],["p-300fe50e",[[1,"road-chip",{color:[1],outline:[4],size:[1],hasCloseIcon:[4,"has-close-icon"]}]]],["p-2db00cbc",[[1,"road-collapse",{isOpen:[1028,"is-open"],showMore:[1,"show-more"],showLess:[1,"show-less"],centered:[4]}]]],["p-e669be7b",[[1,"road-dialog",{isOpen:[1028,"is-open"],hasCloseIcon:[4,"has-close-icon"],color:[1],icon:[1],label:[1],description:[1],open:[64],close:[64]},[[4,"keyup","onEscape"]]]]],["p-d6a872f3",[[1,"road-dropdown",{isOpen:[1028,"is-open"],isLight:[4,"is-light"],isMedium:[4,"is-medium"],position:[513],direction:[513]}]]],["p-d24c06f2",[[1,"road-modal",{maxWidth:[2,"max-width"],isOpen:[1028,"is-open"],hasInverseHeader:[4,"has-inverse-header"],modalTitle:[1,"modal-title"],hasCloseIcon:[4,"has-close-icon"],open:[64],close:[64]},[[4,"keyup","onEscape"]]]]],["p-f5f42766",[[6,"road-range",{rangeId:[1,"range-id"],value:[1032],min:[1],max:[1],step:[1],showValue:[4,"show-value"],showTick:[4,"show-tick"],showLabels:[4,"show-labels"]}]]],["p-dced2265",[[1,"road-rating",{size:[513],rate:[2],reviews:[2],reviewsText:[1,"reviews-text"]}]]],["p-aa81d540",[[1,"road-toast",{isOpen:[1028,"is-open"],color:[1],label:[1],timeout:[2],open:[64],close:[64]}]]],["p-8aa942e0",[[1,"road-alert",{color:[1],label:[1],link:[1],url:[1]}]]],["p-e7e55fc6",[[6,"road-autocomplete",{options:[16],visible:[32]},[[0,"roadFocus","handleFocus"],[0,"roadfocus","handleFocus"],[4,"click","onClickOutside"]]]]],["p-5d29e9c8",[[4,"road-carousel-item"]]],["p-173c9d0d",[[1,"road-flap",{color:[1],size:[513]}]]],["p-72612490",[[1,"road-global-navigation",{selectedTab:[1,"selected-tab"]},[[0,"roadNavbarItemClick","onNavbarChanged"],[0,"roadnavbaritemclick","onNavbarChanged"]]]]],["p-0ad2e739",[[1,"road-img",{alt:[1],src:[1],loadSrc:[32],loadError:[32]}]]],["p-7a724931",[[1,"road-navbar",{selectedTab:[1,"selected-tab"]},[[0,"roadNavbarItemClick","onNavbarChanged"],[0,"roadnavbaritemclick","onNavbarChanged"]]]]],["p-4b77e940",[[1,"road-navbar-item",{disabled:[4],download:[1],href:[1],rel:[1],selected:[1028],tab:[1],target:[1]},[[8,"roadNavbarChanged","onNavbarChanged"],[8,"roadnavbarchanged","onNavbarChanged"]]]]],["p-57e3fe85",[[1,"road-progress",{value:[2],numbersteps:[1],label:[1],showstep:[4],animation:[4],light:[4],fullwidth:[4],color:[1]}]]],["p-47472e0c",[[1,"road-progress-indicator-horizontal",{color:[513],light:[4],outline:[4],stateFirstStep:[1,"state-first-step"],stateSecondStep:[1,"state-second-step"],stateThirdStep:[1,"state-third-step"],urlStep1:[1,"url-step-1"],urlStep2:[1,"url-step-2"],urlStep3:[1,"url-step-3"]}]]],["p-e51617fb",[[1,"road-progress-tracker"]]],["p-b3f165f4",[[4,"road-progress-tracker-item"]]],["p-921fd6c1",[[2,"road-radio",{radioId:[1,"radio-id"],name:[1],required:[4],disabled:[4],value:[8],label:[1],inverse:[4],error:[4],helper:[1],inline:[4],checked:[32]},[[8,"roadChange","onRoadChangedChanged"],[8,"roadchange","onRoadChangedChanged"]]]]],["p-b6925b27",[[6,"road-radio-group",{radioGroupId:[1,"radio-group-id"],allowEmptySelection:[4,"allow-empty-selection"],name:[1],value:[1032],label:[1],asterisk:[4],ariaLabel:[513,"aria-label"],error:[1025],helper:[1]}]]],["p-510fe45c",[[1,"road-segmented-button",{size:[1],selected:[1028],tab:[1]},[[8,"roadSegmentedButtonBarChanged","onButtonBarChanged"],[8,"roadSegmentedButtonbarchanged","onButtonBarChanged"]]]]],["p-9ef4cedb",[[1,"road-segmented-button-bar",{selectedTab:[1,"selected-tab"]}]]],["p-10024b8f",[[1,"road-segmented-buttons",{selectedTab:[32],select:[64],getTab:[64],getSelected:[64]}]]],["p-3e6f0b0f",[[2,"road-select",{selectId:[1,"select-id"],options:[16],autofocus:[4],disabled:[4],name:[1],required:[4],size:[2],sizes:[1],label:[1],error:[1],value:[1032]}]]],["p-df5abb4b",[[6,"road-select-filter",{options:[16],parameters:[8],isActive:[4,"is-active"],onlySelect:[4,"only-select"],isOpen:[32],currentValue:[32]},[[0,"roadFocus","handleFocus"],[0,"roadfocus","handleFocus"],[0,"roadBlur","handleBlur"],[0,"roadblur","handleBlur"],[0,"roadChange","handleChange"],[0,"roadchange","handleChange"],[4,"click","onClickOutside"]]]]],["p-6cef5b4e",[[1,"road-skeleton"]]],["p-a4e187ea",[[1,"road-spinner",{size:[513],color:[513]}]]],["p-0ca6fb50",[[2,"road-switch",{switchId:[1,"switch-id"],name:[1],checked:[1028],disabled:[4],label:[1],color:[1],hasLeftLabel:[4,"has-left-label"],isSpaced:[4,"is-spaced"],value:[1],on:[1],off:[1]}]]],["p-e6a69601",[[1,"road-tab",{active:[1028],tab:[1],setActive:[64]}]]],["p-85d01de7",[[1,"road-tab-bar",{secondary:[4],expand:[4],center:[4],selectedTab:[1,"selected-tab"]}]]],["p-6298ef24",[[1,"road-tab-button",{download:[1],href:[1],rel:[1],layout:[1],selected:[1028],tab:[1],target:[1]},[[8,"roadTabBarChanged","onTabBarChanged"],[8,"roadTabbarchanged","onTabBarChanged"]]]]],["p-cfbb1cd3",[[6,"road-table"]]],["p-ea321cc5",[[1,"road-tabs",{selectedTab:[32],select:[64],getTab:[64],getSelected:[64]}]]],["p-e9bbb36d",[[1,"road-text",{color:[1]}]]],["p-80e42f95",[[2,"road-textarea",{textareaId:[1,"textarea-id"],autocapitalize:[1],autofocus:[4],disabled:[4],inputmode:[1],enterkeyhint:[1],maxlength:[2],minlength:[2],name:[1],placeholder:[1],sizes:[1],readonly:[4],required:[4],spellcheck:[4],cols:[2],rows:[2],wrap:[1],value:[1025],label:[1],error:[1],helper:[1]}]]],["p-dc18333b",[[2,"road-toggle",{toggleId:[1,"toggle-id"],name:[1],checked:[1028],disabled:[4],label:[1],color:[1],hasLeftLabel:[4,"has-left-label"],isSpaced:[4,"is-spaced"],value:[1],on:[1],off:[1]}]]],["p-1294ad0d",[[1,"road-toolbar-title"]]],["p-07ff311d",[[1,"road-toolbar-title-page"]]],["p-88aad04d",[[1,"road-tooltip",{tooltipId:[1,"tooltip-id"],content:[1],position:[1],contentAlign:[1,"content-align"],isOpen:[1028,"is-open"],trigger:[1],open:[64],close:[64]}]]],["p-932e323f",[[1,"road-vertical-stepper"]]],["p-42e5299f",[[4,"road-vertical-stepper-item"]]],["p-b4381f61",[[1,"road-avatar",{size:[513]}]]],["p-b65936d0",[[1,"road-card",{button:[4],value:[1],type:[1],download:[1],href:[1],rel:[1],target:[1]}]]]],e)));
1
+ import{p as e,w as a,d as o,N as r,a as t,b as d}from"./p-cdc666bc.js";import"./p-e64fe690.js";(()=>{e.o=a.__cssshim;const d=Array.from(o.querySelectorAll("script")).find((e=>new RegExp(`/${r}(\\.esm)?\\.js($|\\?|#)`).test(e.src)||e.getAttribute("data-stencil-namespace")===r)),l={};return"onbeforeload"in d&&!history.scrollRestoration?{then(){}}:(l.resourcesUrl=new URL(".",new URL(d.getAttribute("data-resources-url")||d.src,a.location.href)).href,((e,t)=>{const d=`__sc_import_${r.replace(/\s|-/g,"_")}`;try{a[d]=new Function("w",`return import(w);//${Math.random()}`)}catch(l){const r=new Map;a[d]=l=>{const i=new URL(l,e).href;let s=r.get(i);if(!s){const e=o.createElement("script");e.type="module",e.crossOrigin=t.crossOrigin,e.src=URL.createObjectURL(new Blob([`import * as m from '${i}'; window.${d}.m = m;`],{type:"application/javascript"})),s=new Promise((o=>{e.onload=()=>{o(a[d].m),e.remove()}})),r.set(i,s),o.head.appendChild(e)}return s}}})(l.resourcesUrl,d),a.customElements?t(l):__sc_import_roadtrip("./p-62b28500.js").then((()=>l)))})().then((e=>d([["p-b68c2056",[[2,"road-counter",{inputId:[1,"input-id"],min:[2],max:[2],step:[1],value:[2],size:[1],dustbin:[4],leftIconClasses:[32],rightIconClasses:[32],isDustbinVisible:[32]}],[1,"road-item",{button:[4],detail:[4],active:[4],detailIcon:[1,"detail-icon"],disabled:[4],download:[1],href:[1],rel:[1],lines:[1],target:[1],type:[1],multipleInputs:[32]}],[1,"road-badge",{color:[1],bubble:[4]}],[1,"road-list",{lines:[1]}],[1,"road-toolbar",{color:[1]}],[33,"road-drawer",{isOpen:[1028,"is-open"],position:[1],drawerWidth:[2,"drawer-width"],hasInverseHeader:[4,"has-inverse-header"],hasBackIcon:[4,"has-back-icon"],backText:[1,"back-text"],drawerTitle:[1,"drawer-title"],hasCloseIcon:[4,"has-close-icon"],open:[64],close:[64],back:[64]},[[4,"keyup","onEscape"]]],[1,"road-col"],[1,"road-grid"],[6,"road-input",{inputId:[1,"input-id"],autocapitalize:[1],autocomplete:[1],autocorrect:[1],autofocus:[4],disabled:[4],enterkeyhint:[1],inputmode:[1],max:[1],maxlength:[2],min:[1],minlength:[2],name:[1],pattern:[1],placeholder:[1],readonly:[4],required:[4],spellcheck:[4],step:[1],size:[2],sizes:[1],type:[1],value:[1032],label:[1],error:[1],helper:[1],debounce:[2]}],[1,"road-row"],[1,"road-button",{color:[1],size:[513],buttonType:[1,"button-type"],disabled:[516],expand:[516],download:[1],href:[1],rel:[1],target:[1],outline:[4]}],[1,"road-input-group"],[1,"road-label"],[1,"road-icon",{color:[1],ariaLabel:[1537,"aria-label"],ariaHidden:[513,"aria-hidden"],name:[1],src:[1],icon:[8],size:[1],rotate:[1],lazy:[4],sanitize:[4],svgContent:[32],isVisible:[32]}]]],["p-400b12e7",[[1,"road-duration",{isOpen:[1028,"is-open"],header:[1],min:[2],max:[2],step:[2],open:[64],close:[64]},[[0,"roadcardclick","handleClick"]]]]],["p-e189433e",[[2,"road-plate-number",{country:[1],disabled:[4],placeholder:[1],readonly:[4],value:[1032],motorbike:[4]}]]],["p-0ce3567a",[[1,"road-profil-dropdown",{isOpen:[1028,"is-open"]}]]],["p-a2999a4e",[[1,"road-accordion",{isOpen:[1028,"is-open"],isLight:[4,"is-light"],isLightSeparator:[4,"is-light-separator"],isSmall:[4,"is-small"]}]]],["p-7ef481b0",[[1,"road-banner",{isOpen:[1028,"is-open"],label:[1],link:[1],url:[1],close:[64]}]]],["p-a41b478a",[[1,"road-carousel",{options:[8],pager:[4],arrows:[4],update:[64],updateAutoHeight:[64],slideTo:[64],slideNext:[64],slidePrev:[64],getActiveIndex:[64],getPreviousIndex:[64],length:[64],isEnd:[64],isBeginning:[64],startAutoplay:[64],stopAutoplay:[64],lockSwipeToNext:[64],lockSwipeToPrev:[64],lockSwipes:[64],getSwiper:[64]}]]],["p-fb23c9b4",[[6,"road-checkbox",{checkboxId:[1,"checkbox-id"],name:[1],required:[4],checked:[1028],indeterminate:[4],disabled:[4],value:[1],label:[1],inverse:[4],error:[1],helper:[1]}]]],["p-300fe50e",[[1,"road-chip",{color:[1],outline:[4],size:[1],hasCloseIcon:[4,"has-close-icon"]}]]],["p-2db00cbc",[[1,"road-collapse",{isOpen:[1028,"is-open"],showMore:[1,"show-more"],showLess:[1,"show-less"],centered:[4]}]]],["p-e669be7b",[[1,"road-dialog",{isOpen:[1028,"is-open"],hasCloseIcon:[4,"has-close-icon"],color:[1],icon:[1],label:[1],description:[1],open:[64],close:[64]},[[4,"keyup","onEscape"]]]]],["p-d6a872f3",[[1,"road-dropdown",{isOpen:[1028,"is-open"],isLight:[4,"is-light"],isMedium:[4,"is-medium"],position:[513],direction:[513]}]]],["p-d24c06f2",[[1,"road-modal",{maxWidth:[2,"max-width"],isOpen:[1028,"is-open"],hasInverseHeader:[4,"has-inverse-header"],modalTitle:[1,"modal-title"],hasCloseIcon:[4,"has-close-icon"],open:[64],close:[64]},[[4,"keyup","onEscape"]]]]],["p-f5f42766",[[6,"road-range",{rangeId:[1,"range-id"],value:[1032],min:[1],max:[1],step:[1],showValue:[4,"show-value"],showTick:[4,"show-tick"],showLabels:[4,"show-labels"]}]]],["p-dced2265",[[1,"road-rating",{size:[513],rate:[2],reviews:[2],reviewsText:[1,"reviews-text"]}]]],["p-aa81d540",[[1,"road-toast",{isOpen:[1028,"is-open"],color:[1],label:[1],timeout:[2],open:[64],close:[64]}]]],["p-604b9899",[[1,"road-alert",{color:[1],label:[1],link:[1],url:[1]}]]],["p-e7e55fc6",[[6,"road-autocomplete",{options:[16],visible:[32]},[[0,"roadFocus","handleFocus"],[0,"roadfocus","handleFocus"],[4,"click","onClickOutside"]]]]],["p-00762fb0",[[1,"road-button-floating",{position:[513],href:[1],rel:[1],target:[1]},[[9,"scroll","onScroll"]]]]],["p-5d29e9c8",[[4,"road-carousel-item"]]],["p-173c9d0d",[[1,"road-flap",{color:[1],size:[513]}]]],["p-72612490",[[1,"road-global-navigation",{selectedTab:[1,"selected-tab"]},[[0,"roadNavbarItemClick","onNavbarChanged"],[0,"roadnavbaritemclick","onNavbarChanged"]]]]],["p-0ad2e739",[[1,"road-img",{alt:[1],src:[1],loadSrc:[32],loadError:[32]}]]],["p-7a724931",[[1,"road-navbar",{selectedTab:[1,"selected-tab"]},[[0,"roadNavbarItemClick","onNavbarChanged"],[0,"roadnavbaritemclick","onNavbarChanged"]]]]],["p-4b77e940",[[1,"road-navbar-item",{disabled:[4],download:[1],href:[1],rel:[1],selected:[1028],tab:[1],target:[1]},[[8,"roadNavbarChanged","onNavbarChanged"],[8,"roadnavbarchanged","onNavbarChanged"]]]]],["p-57e3fe85",[[1,"road-progress",{value:[2],numbersteps:[1],label:[1],showstep:[4],animation:[4],light:[4],fullwidth:[4],color:[1]}]]],["p-47472e0c",[[1,"road-progress-indicator-horizontal",{color:[513],light:[4],outline:[4],stateFirstStep:[1,"state-first-step"],stateSecondStep:[1,"state-second-step"],stateThirdStep:[1,"state-third-step"],urlStep1:[1,"url-step-1"],urlStep2:[1,"url-step-2"],urlStep3:[1,"url-step-3"]}]]],["p-e51617fb",[[1,"road-progress-tracker"]]],["p-b3f165f4",[[4,"road-progress-tracker-item"]]],["p-921fd6c1",[[2,"road-radio",{radioId:[1,"radio-id"],name:[1],required:[4],disabled:[4],value:[8],label:[1],inverse:[4],error:[4],helper:[1],inline:[4],checked:[32]},[[8,"roadChange","onRoadChangedChanged"],[8,"roadchange","onRoadChangedChanged"]]]]],["p-b6925b27",[[6,"road-radio-group",{radioGroupId:[1,"radio-group-id"],allowEmptySelection:[4,"allow-empty-selection"],name:[1],value:[1032],label:[1],asterisk:[4],ariaLabel:[513,"aria-label"],error:[1025],helper:[1]}]]],["p-510fe45c",[[1,"road-segmented-button",{size:[1],selected:[1028],tab:[1]},[[8,"roadSegmentedButtonBarChanged","onButtonBarChanged"],[8,"roadSegmentedButtonbarchanged","onButtonBarChanged"]]]]],["p-9ef4cedb",[[1,"road-segmented-button-bar",{selectedTab:[1,"selected-tab"]}]]],["p-10024b8f",[[1,"road-segmented-buttons",{selectedTab:[32],select:[64],getTab:[64],getSelected:[64]}]]],["p-3e6f0b0f",[[2,"road-select",{selectId:[1,"select-id"],options:[16],autofocus:[4],disabled:[4],name:[1],required:[4],size:[2],sizes:[1],label:[1],error:[1],value:[1032]}]]],["p-df5abb4b",[[6,"road-select-filter",{options:[16],parameters:[8],isActive:[4,"is-active"],onlySelect:[4,"only-select"],isOpen:[32],currentValue:[32]},[[0,"roadFocus","handleFocus"],[0,"roadfocus","handleFocus"],[0,"roadBlur","handleBlur"],[0,"roadblur","handleBlur"],[0,"roadChange","handleChange"],[0,"roadchange","handleChange"],[4,"click","onClickOutside"]]]]],["p-6cef5b4e",[[1,"road-skeleton"]]],["p-a4e187ea",[[1,"road-spinner",{size:[513],color:[513]}]]],["p-0ca6fb50",[[2,"road-switch",{switchId:[1,"switch-id"],name:[1],checked:[1028],disabled:[4],label:[1],color:[1],hasLeftLabel:[4,"has-left-label"],isSpaced:[4,"is-spaced"],value:[1],on:[1],off:[1]}]]],["p-e6a69601",[[1,"road-tab",{active:[1028],tab:[1],setActive:[64]}]]],["p-85d01de7",[[1,"road-tab-bar",{secondary:[4],expand:[4],center:[4],selectedTab:[1,"selected-tab"]}]]],["p-6298ef24",[[1,"road-tab-button",{download:[1],href:[1],rel:[1],layout:[1],selected:[1028],tab:[1],target:[1]},[[8,"roadTabBarChanged","onTabBarChanged"],[8,"roadTabbarchanged","onTabBarChanged"]]]]],["p-cfbb1cd3",[[6,"road-table"]]],["p-ea321cc5",[[1,"road-tabs",{selectedTab:[32],select:[64],getTab:[64],getSelected:[64]}]]],["p-e9bbb36d",[[1,"road-text",{color:[1]}]]],["p-80e42f95",[[2,"road-textarea",{textareaId:[1,"textarea-id"],autocapitalize:[1],autofocus:[4],disabled:[4],inputmode:[1],enterkeyhint:[1],maxlength:[2],minlength:[2],name:[1],placeholder:[1],sizes:[1],readonly:[4],required:[4],spellcheck:[4],cols:[2],rows:[2],wrap:[1],value:[1025],label:[1],error:[1],helper:[1]}]]],["p-dc18333b",[[2,"road-toggle",{toggleId:[1,"toggle-id"],name:[1],checked:[1028],disabled:[4],label:[1],color:[1],hasLeftLabel:[4,"has-left-label"],isSpaced:[4,"is-spaced"],value:[1],on:[1],off:[1]}]]],["p-1294ad0d",[[1,"road-toolbar-title"]]],["p-07ff311d",[[1,"road-toolbar-title-page"]]],["p-88aad04d",[[1,"road-tooltip",{tooltipId:[1,"tooltip-id"],content:[1],position:[1],contentAlign:[1,"content-align"],isOpen:[1028,"is-open"],trigger:[1],open:[64],close:[64]}]]],["p-932e323f",[[1,"road-vertical-stepper"]]],["p-42e5299f",[[4,"road-vertical-stepper-item"]]],["p-b4381f61",[[1,"road-avatar",{size:[513]}]]],["p-b65936d0",[[1,"road-card",{button:[4],value:[1],type:[1],download:[1],href:[1],rel:[1],target:[1]}]]]],e)));
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M46.63 30.79c-.38-.44-.69-1.12-1.04-1.92-.54-1.19-1.2-2.68-2.46-4-1.61-1.69-2.93-2.67-4.32-3.71-.56-.42-1.13-.85-1.75-1.34-.88-.71-1.06-4.77-1.14-6.73-.02-.57-.05-1.1-.08-1.57a3.02 3.02 0 0 0-1.42-2.37 2.86 2.86 0 0 0-2.66-.22c-2.2.92-3.49 2.62-4.05 5.34-.26 1.24-.06 2.83.14 4.36.16 1.25.33 2.55.18 3.29-.29 1.45-.47 2.83-.56 4.18-3.76.23-11.01.7-11.2.71a4.134 4.134 0 0 0-4.09 4.09c0 1.05.4 2 1.04 2.73-.87.76-1.43 1.86-1.44 3.1.02 1.52.47 2.65 1.41 3.48v2.24c-.02.98.4 2.01 1.14 2.8.49.52 1.07.91 1.69 1.13v1.83c-.02.99.4 2.01 1.14 2.8.8.86 1.84 1.33 2.94 1.34l3.99.03h.14l10.22.06h.06c1.78 0 3.29-.51 4.63-.96.94-.32 1.76-.6 2.42-.6h.01c.29 0 1.32.11 4.61 1.13l.73-2.39c-3.58-1.1-4.76-1.23-5.33-1.24-1.11.03-2.13.35-3.25.73-1.22.41-2.5.8-3.87.83l-6.53-.04c.22-.51.34-1.07.35-1.64 0-1.05-.41-2.01-1.06-2.74.76-.72 1.24-1.73 1.24-2.86v-.37c0-1.4-.74-2.63-1.85-3.33.35-.59.55-1.26.56-1.97v-.49c0-1.04-.4-2.02-1.14-2.76-.06-.06-.12-.1-.18-.15.54-.67.88-1.5.88-2.43v-.69c0-.65-.16-1.27-.45-1.81.36-.02.73-.04 1.12-.07.1 3.86 1.09 7.2 2.98 9.82 1.96 2.72 5.15 4.22 9.77 4.58l.2-2.49c-3.84-.31-6.44-1.47-7.94-3.55-2.49-3.46-3.16-8.49-1.93-14.55.23-1.14.05-2.58-.15-4.1-.17-1.33-.34-2.7-.17-3.54.39-1.89 1.16-2.95 2.57-3.54.15-.06.29-.01.38.04.14.09.24.24.25.4.03.46.05.98.07 1.52.18 4.05.44 7.26 2.07 8.57.64.51 1.24.96 1.82 1.39 1.36 1.02 2.54 1.9 4.01 3.43.96 1.01 1.48 2.17 1.99 3.29.42.94.81 1.82 1.44 2.54.32.37 1.18 1.35 9.75 4.2l.79-2.37c-6.1-2.03-8.31-3.14-8.65-3.47l-.02.03Zm-30.34-1.48h.1c.01 0 .82-.06 3-.2h3.44c.76 0 1.38.62 1.38 1.38v.69c0 .76-.62 1.38-1.38 1.38h-6.56c-.89 0-1.61-.74-1.61-1.63 0-.89.73-1.61 1.62-1.61l.01-.01Zm-2.02 7.42c0-.9.74-1.63 1.63-1.63h7.37c.37 0 .72.15.98.41s.41.61.41.99v.49c0 .37-.15.72-.41.98-.23.23-.54.34-.85.38h-8.56c-.32-.28-.56-.69-.57-1.62Zm11.02 12.69c-.3.29-.67.44-1.1.46l-4.06-.02c-.54 0-.94-.34-1.12-.54-.3-.32-.49-.74-.48-1.09v-1.62l5.64.02c.9 0 1.63.74 1.63 1.64 0 .44-.17.85-.49 1.16l-.02-.01Zm.67-7.12v.37c0 .8-.65 1.44-1.44 1.44h-7.24c-.54 0-.94-.34-1.12-.54-.3-.32-.49-.74-.48-1.09v-1.62l7.59.02c.11 0 .21-.02.32-.03h.94c.8 0 1.44.65 1.44 1.44l-.01.01Z"/><path d="M32.25 2C15.57 2 2 15.57 2 32.25S15.57 62.5 32.25 62.5 62.5 48.93 62.5 32.25 48.93 2 32.25 2Zm0 58C16.95 60 4.5 47.55 4.5 32.25S16.95 4.5 32.25 4.5 60 16.95 60 32.25 47.55 60 32.25 60Z" fill="var(--road-icon-variant, rgb(252, 183, 49))"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M46.63 30.79c-.38-.44-.69-1.12-1.04-1.92-.54-1.19-1.2-2.68-2.46-4-1.61-1.69-2.93-2.67-4.32-3.71-.56-.42-1.13-.85-1.75-1.34-.88-.71-1.06-4.77-1.14-6.73-.02-.57-.05-1.1-.08-1.57a3.02 3.02 0 0 0-1.42-2.37 2.86 2.86 0 0 0-2.66-.22c-2.2.92-3.49 2.62-4.05 5.34-.26 1.24-.06 2.83.14 4.36.16 1.25.33 2.55.18 3.29-.29 1.45-.47 2.83-.56 4.18-3.76.23-11.01.7-11.2.71a4.134 4.134 0 0 0-4.09 4.09c0 1.05.4 2 1.04 2.73-.87.76-1.43 1.86-1.44 3.1.02 1.52.47 2.65 1.41 3.48v2.24c-.02.98.4 2.01 1.14 2.8.49.52 1.07.91 1.69 1.13v1.83c-.02.99.4 2.01 1.14 2.8.8.86 1.84 1.33 2.94 1.34l3.99.03h.14l10.22.06h.06c1.78 0 3.29-.51 4.63-.96.94-.32 1.76-.6 2.42-.6h.01c.29 0 1.32.11 4.61 1.13l.73-2.39c-3.58-1.1-4.76-1.23-5.33-1.24-1.11.03-2.13.35-3.25.73-1.22.41-2.5.8-3.87.83l-6.53-.04c.22-.51.34-1.07.35-1.64 0-1.05-.41-2.01-1.06-2.74.76-.72 1.24-1.73 1.24-2.86v-.37c0-1.4-.74-2.63-1.85-3.33.35-.59.55-1.26.56-1.97v-.49c0-1.04-.4-2.02-1.14-2.76-.06-.06-.12-.1-.18-.15.54-.67.88-1.5.88-2.43v-.69c0-.65-.16-1.27-.45-1.81.36-.02.73-.04 1.12-.07.1 3.86 1.09 7.2 2.98 9.82 1.96 2.72 5.15 4.22 9.77 4.58l.2-2.49c-3.84-.31-6.44-1.47-7.94-3.55-2.49-3.46-3.16-8.49-1.93-14.55.23-1.14.05-2.58-.15-4.1-.17-1.33-.34-2.7-.17-3.54.39-1.89 1.16-2.95 2.57-3.54.15-.06.29-.01.38.04.14.09.24.24.25.4.03.46.05.98.07 1.52.18 4.05.44 7.26 2.07 8.57.64.51 1.24.96 1.82 1.39 1.36 1.02 2.54 1.9 4.01 3.43.96 1.01 1.48 2.17 1.99 3.29.42.94.81 1.82 1.44 2.54.32.37 1.18 1.35 9.75 4.2l.79-2.37c-6.1-2.03-8.31-3.14-8.65-3.47l-.02.03Zm-30.34-1.48h.1c.01 0 .82-.06 3-.2h3.44c.76 0 1.38.62 1.38 1.38v.69c0 .76-.62 1.38-1.38 1.38h-6.56c-.89 0-1.61-.74-1.61-1.63 0-.89.73-1.61 1.62-1.61l.01-.01Zm-2.02 7.42c0-.9.74-1.63 1.63-1.63h7.37c.37 0 .72.15.98.41s.41.61.41.99v.49c0 .37-.15.72-.41.98-.23.23-.54.34-.85.38h-8.56c-.32-.28-.56-.69-.57-1.62Zm11.02 12.69c-.3.29-.67.44-1.1.46l-4.06-.02c-.54 0-.94-.34-1.12-.54-.3-.32-.49-.74-.48-1.09v-1.62l5.64.02c.9 0 1.63.74 1.63 1.64 0 .44-.17.85-.49 1.16l-.02-.01Zm.67-7.12v.37c0 .8-.65 1.44-1.44 1.44h-7.24c-.54 0-.94-.34-1.12-.54-.3-.32-.49-.74-.48-1.09v-1.62l7.59.02c.11 0 .21-.02.32-.03h.94c.8 0 1.44.65 1.44 1.44l-.01.01Z"/><path d="M32.25 2C15.57 2 2 15.57 2 32.25S15.57 62.5 32.25 62.5 62.5 48.93 62.5 32.25 48.93 2 32.25 2Zm0 58C16.95 60 4.5 47.55 4.5 32.25S16.95 4.5 32.25 4.5 60 16.95 60 32.25 47.55 60 32.25 60Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M55.52 36.41h-2.5v25.31h2.5V36.41ZM30.12 32.66v-2.5H6.04v-3.48h21.11v-2.5H11.14v-4.9h14.03v-2.5H8.64v7.4H1.27v2.5h2.27v35.04h2.5V32.66h24.08Z"/><path d="m42.82 45.59-2.34-6.97a2.734 2.734 0 0 0-2.59-1.86H21.18c-1.17 0-2.22.75-2.59 1.86l-2.34 6.97h-.83a1.25 1.25 0 0 0 0 2.5h.48v8.72c0 .69.56 1.25 1.25 1.25h.25V60a1.25 1.25 0 0 0 2.5 0v-1.94h19.28V60a1.25 1.25 0 0 0 2.5 0v-1.94h.25c.69 0 1.25-.56 1.25-1.25v-8.72h.48a1.25 1.25 0 0 0 0-2.5h-.84Zm-21.87-6.17c.03-.1.12-.16.22-.16h16.71c.1 0 .19.06.22.16l2.07 6.17h-21.3l2.07-6.17h.01Zm19.71 16.15H18.38V48.1h22.28v7.47ZM45.57 1.25c-9.51 0-17.25 7.74-17.25 17.25s7.74 17.25 17.25 17.25 17.25-7.74 17.25-17.25S55.08 1.25 45.57 1.25Zm0 32c-8.13 0-14.75-6.62-14.75-14.75 0-8.13 6.62-14.75 14.75-14.75 8.13 0 14.75 6.62 14.75 14.75 0 8.13-6.62 14.75-14.75 14.75Z"/><path d="M36.8 53.65a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5ZM22.26 53.65a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5ZM40.08 18.07c1.93 0 3.5-1.57 3.5-3.5v-2.5c0-1.93-1.57-3.5-3.5-3.5h-.5c-1.93 0-3.5 1.57-3.5 3.5v2.5c0 1.93 1.57 3.5 3.5 3.5h.5Zm-1.5-3.5v-2.5c0-.55.45-1 1-1h.5c.55 0 1 .45 1 1v2.5c0 .55-.45 1-1 1h-.5c-.55 0-1-.45-1-1ZM51.12 18.43c-2.07 0-3.75 1.68-3.75 3.75v2c0 2.07 1.68 3.75 3.75 3.75 2.07 0 3.75-1.68 3.75-3.75v-2c0-2.07-1.68-3.75-3.75-3.75Zm1.25 5.75a1.25 1.25 0 0 1-2.5 0v-2a1.25 1.25 0 0 1 2.5 0v2ZM50.858 9.156 38.284 26.35l2.018 1.476 12.574-17.193-2.018-1.476Z" fill="var(--road-icon-variant, rgb(252, 183, 49))"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M55.52 36.41h-2.5v25.31h2.5V36.41ZM30.12 32.66v-2.5H6.04v-3.48h21.11v-2.5H11.14v-4.9h14.03v-2.5H8.64v7.4H1.27v2.5h2.27v35.04h2.5V32.66h24.08Z"/><path d="m42.82 45.59-2.34-6.97a2.734 2.734 0 0 0-2.59-1.86H21.18c-1.17 0-2.22.75-2.59 1.86l-2.34 6.97h-.83a1.25 1.25 0 0 0 0 2.5h.48v8.72c0 .69.56 1.25 1.25 1.25h.25V60a1.25 1.25 0 0 0 2.5 0v-1.94h19.28V60a1.25 1.25 0 0 0 2.5 0v-1.94h.25c.69 0 1.25-.56 1.25-1.25v-8.72h.48a1.25 1.25 0 0 0 0-2.5h-.84Zm-21.87-6.17c.03-.1.12-.16.22-.16h16.71c.1 0 .19.06.22.16l2.07 6.17h-21.3l2.07-6.17h.01Zm19.71 16.15H18.38V48.1h22.28v7.47ZM45.57 1.25c-9.51 0-17.25 7.74-17.25 17.25s7.74 17.25 17.25 17.25 17.25-7.74 17.25-17.25S55.08 1.25 45.57 1.25Zm0 32c-8.13 0-14.75-6.62-14.75-14.75 0-8.13 6.62-14.75 14.75-14.75 8.13 0 14.75 6.62 14.75 14.75 0 8.13-6.62 14.75-14.75 14.75Z"/><path d="M36.8 53.65a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5ZM22.26 53.65a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5ZM40.08 18.07c1.93 0 3.5-1.57 3.5-3.5v-2.5c0-1.93-1.57-3.5-3.5-3.5h-.5c-1.93 0-3.5 1.57-3.5 3.5v2.5c0 1.93 1.57 3.5 3.5 3.5h.5Zm-1.5-3.5v-2.5c0-.55.45-1 1-1h.5c.55 0 1 .45 1 1v2.5c0 .55-.45 1-1 1h-.5c-.55 0-1-.45-1-1ZM51.12 18.43c-2.07 0-3.75 1.68-3.75 3.75v2c0 2.07 1.68 3.75 3.75 3.75 2.07 0 3.75-1.68 3.75-3.75v-2c0-2.07-1.68-3.75-3.75-3.75Zm1.25 5.75a1.25 1.25 0 0 1-2.5 0v-2a1.25 1.25 0 0 1 2.5 0v2ZM50.858 9.156 38.284 26.35l2.018 1.476 12.574-17.193-2.018-1.476Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M53.02 61.72h2.5V35.25c-.8.48-1.63.91-2.5 1.27v25.2ZM29.97 30.16H6.04v-3.48h21.85a19.44 19.44 0 0 1-1.82-8.18c0-.58.04-1.15.09-1.72H8.64v7.4H1.27v2.5h2.27v35.04h2.5V32.66h26.15c-.81-.77-1.55-1.6-2.22-2.5ZM51.12 20.93c-.69 0-1.25.56-1.25 1.25v2a1.25 1.25 0 0 0 2.5 0v-2c0-.69-.56-1.25-1.25-1.25ZM40.08 11.07h-.5a1 1 0 0 0-1 1v2.5a1 1 0 0 0 1 1h.5a1 1 0 0 0 1-1v-2.5a1 1 0 0 0-1-1Z"/><path d="M45.57 1.5c-9.39 0-17 7.61-17 17s7.61 17 17 17 17-7.61 17-17-7.61-17-17-17Zm-9.49 13.07v-2.5c0-1.93 1.57-3.5 3.5-3.5h.5c1.93 0 3.5 1.57 3.5 3.5v2.5c0 1.93-1.57 3.5-3.5 3.5h-.5c-1.93 0-3.5-1.57-3.5-3.5Zm4.21 13.27-2.02-1.48L50.84 9.17l2.02 1.48-12.57 17.19Zm14.57-3.65c0 2.07-1.68 3.75-3.75 3.75-2.07 0-3.75-1.68-3.75-3.75v-2c0-2.07 1.68-3.75 3.75-3.75 2.07 0 3.75 1.68 3.75 3.75v2ZM42.82 45.59l-2.34-6.97a2.734 2.734 0 0 0-2.59-1.86H21.18c-1.17 0-2.22.75-2.59 1.86l-2.34 6.97h-.83a1.25 1.25 0 0 0 0 2.5h.48v8.72c0 .69.56 1.25 1.25 1.25h.25V60a1.25 1.25 0 0 0 2.5 0v-1.94h19.28V60a1.25 1.25 0 0 0 2.5 0v-1.94h.25c.69 0 1.25-.56 1.25-1.25v-8.72h.48a1.25 1.25 0 0 0 0-2.5h-.84Zm-21.56 8.06c-.97 0-1.75-.78-1.75-1.75s.78-1.75 1.75-1.75 1.75.78 1.75 1.75-.78 1.75-1.75 1.75Zm16.54 0c-.97 0-1.75-.78-1.75-1.75s.78-1.75 1.75-1.75 1.75.78 1.75 1.75-.78 1.75-1.75 1.75Zm-18.92-8.06 2.07-6.17c.03-.1.12-.16.22-.16h16.71c.1 0 .19.06.22.16l2.07 6.17h-21.3.01Z"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 4H0v16h24V4Z" fill="#3E407C" fill-opacity=".16"/><path d="M23 5H12v14h11V5Z" fill="#ED2939"/><path d="M12 5H1v14h11V5Z" fill="#000000"/><path d="M15.666 5H8.333v14h7.333V5Z" fill="#FAE042"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 4H0v16h24V4Z" fill="#3E407C" fill-opacity=".16"/><path d="M23 5H12v14h11V5Z" fill="#ED2939"/><path d="M12 5H1v14h11V5Z"/><path d="M15.666 5H8.333v14h7.333V5Z" fill="#FAE042"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M24.366 48.357a2.56 2.56 0 1 0 0-5.12 2.56 2.56 0 0 0 0 5.12Zm17.079 0a2.56 2.56 0 1 0 0-5.12 2.56 2.56 0 0 0 0 5.12Z" fill="var(--road-icon-variant, rgb(252, 183, 49))"/><path d="M49.001 38.713H47.97l-2.741-8.163a2.958 2.958 0 0 0-2.81-2.021h-19.3a2.958 2.958 0 0 0-2.808 2.02l-2.741 8.164h-1.053a2 2 0 0 0 0 4h.687v10.043h.014v1.354a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-1.354h19.109v1.354a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2V42.713h.676a2 2 0 1 0-.002-4Zm-29.297 2.522h26.121v9.022H19.704v-9.022Zm2.969-9.89a.463.463 0 0 1 .439-.315h19.3a.461.461 0 0 1 .439.316l2.486 7.389H20.192l2.481-7.39Z"/><path d="M63.517 16.401h-7.368v-7.4H9.369v7.4H2v2.5h2.267v35.041h2.5V24.878H58.75v29.064h2.5V18.901h2.267v-2.5Zm-51.648-4.9h41.78v4.9h-41.78v-4.9ZM58.75 22.378H6.767v-3.477H58.75v3.477Z"/></svg>
1
+ <svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M62.76 16.93h-7.37v-7.4H8.61v7.4H1.24v2.5h2.27v35.04h2.5V25.41h51.98v29.06h2.5V19.43h2.27v-2.5Zm-51.65-4.9h41.78v4.9H11.11v-4.9Zm46.88 10.88H6.01v-3.48h51.98v3.48Z"/><path d="m45.26 38.34-2.34-6.97a2.734 2.734 0 0 0-2.59-1.86H23.62c-1.17 0-2.22.75-2.59 1.86l-2.34 6.97h-.83a1.25 1.25 0 0 0 0 2.5h.48v8.72c0 .69.56 1.25 1.25 1.25h.25v1.94a1.25 1.25 0 0 0 2.5 0v-1.94h19.28v1.94a1.25 1.25 0 0 0 2.5 0v-1.94h.25c.69 0 1.25-.56 1.25-1.25v-8.72h.48a1.25 1.25 0 0 0 0-2.5h-.84Zm-21.87-6.17c.03-.1.12-.16.22-.16h16.71c.1 0 .19.06.22.16l2.07 6.18h-21.3l2.07-6.17.01-.01ZM43.1 48.32H20.82v-7.47H43.1v7.47Z"/><path d="M39.24 46.4a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5ZM24.7 46.4a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5Z" fill="var(--road-icon-variant, rgb(252, 183, 49))"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M23.956 53.073a2.56 2.56 0 1 0 0-5.12 2.56 2.56 0 0 0 0 5.12Zm17.079 0a2.56 2.56 0 1 0 0-5.12 2.56 2.56 0 0 0 0 5.12Z" fill="var(--road-icon-variant, rgb(252, 183, 49))"/><path d="M48.591 43.43H47.56l-2.742-8.165a2.96 2.96 0 0 0-2.808-2.02H22.702a2.96 2.96 0 0 0-2.808 2.021l-2.741 8.164h-1.046a2 2 0 0 0 0 4h.687v10.042h.014v1.354a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-1.354h19.109v1.354a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2V47.43h.676a2 2 0 1 0-.002-4Zm-29.297 2.52h26.121v9.022H19.294V45.95Zm2.966-9.894a.463.463 0 0 1 .439-.316h19.308a.463.463 0 0 1 .439.315l2.481 7.39H19.782l2.478-7.389Z"/><path d="M54.631 17.944V5.198H45.81v7.589L32.49 5 4 21.656v37h2.5V29.595h51.981v29.061h2.5v-37l-6.35-3.712ZM48.31 7.698h3.821v8.785l-3.821-2.234V7.698Zm6.8 13.42H9.874L32.49 7.896l22.62 13.222ZM6.5 27.095v-3.477h51.981v3.477H6.5Z"/></svg>
1
+ <svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M54.14 5.37h-8.82v7.59L32 5.17 3.51 21.83v37h2.5V29.77h51.98v29.06h2.5v-37l-6.35-3.71V5.37Zm-6.32 2.49h3.82v8.78l-3.82-2.23V7.86Zm6.8 13.42H9.39L32 8.07l22.62 13.22v-.01ZM6.01 27.26v-3.48h51.98v3.48H6.01Z"/><path d="m45.26 42.2-2.34-6.97a2.734 2.734 0 0 0-2.59-1.86H23.62c-1.18 0-2.22.75-2.59 1.86l-2.34 6.97h-.83a1.25 1.25 0 0 0 0 2.5h.48v8.72c0 .69.56 1.25 1.25 1.25h.25v1.94a1.25 1.25 0 0 0 2.5 0v-1.94h19.28v1.94a1.25 1.25 0 0 0 2.5 0v-1.94h.25c.69 0 1.25-.56 1.25-1.25V44.7h.48a1.25 1.25 0 0 0 0-2.5h-.84ZM23.4 36.02c.03-.09.12-.16.22-.16h16.71c.1 0 .19.06.22.16l2.07 6.18h-21.3l2.07-6.18h.01Zm19.71 16.15H20.83V44.7h22.28v7.47Z"/><path d="M39.24 50.26a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5ZM24.7 50.26a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5Z" fill="var(--road-icon-variant, rgb(252, 183, 49))"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M23.956 53.073a2.56 2.56 0 1 0 0-5.12 2.56 2.56 0 0 0 0 5.12Zm17.079 0a2.56 2.56 0 1 0 0-5.12 2.56 2.56 0 0 0 0 5.12Z"/><path d="M48.591 43.43H47.56l-2.742-8.165a2.96 2.96 0 0 0-2.808-2.02H22.702a2.96 2.96 0 0 0-2.808 2.021l-2.741 8.164h-1.046a2 2 0 0 0 0 4h.687v10.042h.014v1.354a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-1.354h19.109v1.354a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2V47.43h.676a2 2 0 1 0-.002-4Zm-29.297 2.52h26.121v9.022H19.294V45.95Zm2.966-9.894a.463.463 0 0 1 .439-.316h19.308a.463.463 0 0 1 .439.315l2.481 7.39H19.782l2.478-7.389Z"/><path d="M54.631 17.944V5.198H45.81v7.589L32.49 5 4 21.656v37h2.5V29.595h51.981v29.061h2.5v-37l-6.35-3.712ZM48.31 7.698h3.821v8.785l-3.821-2.234V7.698Zm6.8 13.42H9.874L32.49 7.896l22.62 13.222ZM6.5 27.095v-3.477h51.981v3.477H6.5Z"/></svg>
1
+ <svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M54.14 5.37h-8.82v7.59L32 5.17 3.51 21.83v37h2.5V29.77h51.98v29.06h2.5v-37l-6.35-3.71V5.37Zm-6.32 2.49h3.82v8.78l-3.82-2.23V7.86Zm6.8 13.42H9.39L32 8.07l22.62 13.22v-.01ZM6.01 27.26v-3.48h51.98v3.48H6.01Z"/><path d="m45.26 42.2-2.34-6.97a2.734 2.734 0 0 0-2.59-1.86H23.62c-1.18 0-2.22.75-2.59 1.86l-2.34 6.97h-.83a1.25 1.25 0 0 0 0 2.5h.48v8.72c0 .69.56 1.25 1.25 1.25h.25v1.94a1.25 1.25 0 0 0 2.5 0v-1.94h19.28v1.94a1.25 1.25 0 0 0 2.5 0v-1.94h.25c.69 0 1.25-.56 1.25-1.25V44.7h.48a1.25 1.25 0 0 0 0-2.5h-.84ZM23.4 36.02c.03-.09.12-.16.22-.16h16.71c.1 0 .19.06.22.16l2.07 6.18h-21.3l2.07-6.18h.01Zm19.71 16.15H20.83V44.7h22.28v7.47Z"/><path d="M39.24 50.26a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5ZM24.7 50.26a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5Z"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M24.366 48.357a2.56 2.56 0 1 0 0-5.12 2.56 2.56 0 0 0 0 5.12Zm17.079 0a2.56 2.56 0 1 0 0-5.12 2.56 2.56 0 0 0 0 5.12Z"/><path d="M49.001 38.713H47.97l-2.741-8.163a2.958 2.958 0 0 0-2.81-2.021h-19.3a2.958 2.958 0 0 0-2.808 2.02l-2.741 8.164h-1.053a2 2 0 0 0 0 4h.687v10.043h.014v1.354a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-1.354h19.109v1.354a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2V42.713h.676a2 2 0 1 0-.002-4Zm-29.297 2.522h26.121v9.022H19.704v-9.022Zm2.969-9.89a.463.463 0 0 1 .439-.315h19.3a.461.461 0 0 1 .439.316l2.486 7.389H20.192l2.481-7.39Z"/><path d="M63.517 16.401h-7.368v-7.4H9.369v7.4H2v2.5h2.267v35.041h2.5V24.878H58.75v29.064h2.5V18.901h2.267v-2.5Zm-51.648-4.9h41.78v4.9h-41.78v-4.9ZM58.75 22.378H6.767v-3.477H58.75v3.477Z"/></svg>
1
+ <svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M62.76 16.93h-7.37v-7.4H8.61v7.4H1.24v2.5h2.27v35.04h2.5V25.41h51.98v29.06h2.5V19.43h2.27v-2.5Zm-51.65-4.9h41.78v4.9H11.11v-4.9Zm46.88 10.88H6.01v-3.48h51.98v3.48Z"/><path d="m45.26 38.34-2.34-6.97a2.734 2.734 0 0 0-2.59-1.86H23.62c-1.17 0-2.22.75-2.59 1.86l-2.34 6.97h-.83a1.25 1.25 0 0 0 0 2.5h.48v8.72c0 .69.56 1.25 1.25 1.25h.25v1.94a1.25 1.25 0 0 0 2.5 0v-1.94h19.28v1.94a1.25 1.25 0 0 0 2.5 0v-1.94h.25c.69 0 1.25-.56 1.25-1.25v-8.72h.48a1.25 1.25 0 0 0 0-2.5h-.84Zm-21.87-6.17c.03-.1.12-.16.22-.16h16.71c.1 0 .19.06.22.16l2.07 6.18h-21.3l2.07-6.17.01-.01ZM43.1 48.32H20.82v-7.47H43.1v7.47Z"/><path d="M39.24 46.4a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5ZM24.7 46.4a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5Z"/></svg>
@@ -1 +1 @@
1
- <svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M62.66 22.51c-.18-.89-.83-1.61-1.7-1.87s-1.81-.03-2.46.61l-5.46 5.52-5.12-5.06 5.52-5.52c.64-.64.88-1.58.61-2.46-.27-.87-.98-1.52-1.88-1.7-4.37-.86-8.86.5-12 3.64-3.54 3.54-4.79 8.71-3.23 13.47L14.71 51.39a6.078 6.078 0 0 0 0 8.59 6.073 6.073 0 0 0 4.3 1.78c1.56 0 3.11-.59 4.3-1.78l22.22-22.21c4.78 1.53 9.94.28 13.49-3.26a13.31 13.31 0 0 0 3.64-12Zm-5.41 10.23a10.791 10.791 0 0 1-10.96 2.65c-.9-.29-1.87-.06-2.52.59L21.53 58.22c-1.39 1.39-3.66 1.39-5.06 0-1.4-1.39-1.39-3.66 0-5.06l22.24-22.24c.65-.65.88-1.62.59-2.52-1.24-3.88-.23-8.08 2.65-10.96a10.96 10.96 0 0 1 9.73-3.02l-5.52 5.52a2.45 2.45 0 0 0-.72 1.74c0 .66.26 1.27.72 1.74l5.12 5.12c.93.93 2.55.93 3.47 0L60.21 23c.7 3.55-.4 7.19-2.96 9.75v-.01Z"/><path d="m20.12 52.82-1.767 1.767 1.768 1.768 1.768-1.768-1.768-1.767ZM29.56 24.6c0-7.54-9.7-19.21-10.81-20.52l-2.07-2.44-2.07 2.44C13.5 5.39 3.8 17.06 3.8 24.6c0 7.1 5.78 12.88 12.88 12.88 7.1 0 12.88-5.78 12.88-12.88Zm-23.26 0c0-5.41 6.68-14.73 10.22-18.91l.17-.19.16.19c3.53 4.17 10.22 13.5 10.22 18.91 0 5.72-4.66 10.38-10.38 10.38-5.72 0-10.38-4.66-10.38-10.38H6.3Z"/><path d="M22.56 24.6h-2.5c0 1.86-1.52 3.38-3.38 3.38v2.5a5.89 5.89 0 0 0 5.88-5.88Z"/></svg>
1
+ <svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M62.66 22.51c-.18-.89-.83-1.61-1.7-1.87s-1.81-.03-2.46.61l-5.46 5.52-5.12-5.06 5.52-5.52c.64-.64.88-1.58.61-2.46-.27-.87-.98-1.52-1.88-1.7-4.37-.86-8.86.5-12 3.64-3.54 3.54-4.79 8.71-3.23 13.47L14.71 51.39a6.078 6.078 0 0 0 0 8.59 6.073 6.073 0 0 0 4.3 1.78c1.56 0 3.11-.59 4.3-1.78l22.22-22.21c4.78 1.53 9.94.28 13.49-3.26a13.31 13.31 0 0 0 3.64-12Zm-5.41 10.23a10.791 10.791 0 0 1-10.96 2.65c-.9-.29-1.87-.06-2.52.59L21.53 58.22c-1.39 1.39-3.66 1.39-5.06 0-1.4-1.39-1.39-3.66 0-5.06l22.24-22.24c.65-.65.88-1.62.59-2.52-1.24-3.88-.23-8.08 2.65-10.96a10.96 10.96 0 0 1 9.73-3.02l-5.52 5.52a2.45 2.45 0 0 0-.72 1.74c0 .66.26 1.27.72 1.74l5.12 5.12c.93.93 2.55.93 3.47 0L60.21 23c.7 3.55-.4 7.19-2.96 9.75v-.01Z"/><path d="m20.12 52.82-1.767 1.767 1.768 1.768 1.768-1.768-1.768-1.767Zm9.44-28.22c0-7.54-9.7-19.21-10.81-20.52l-2.07-2.44-2.07 2.44C13.5 5.39 3.8 17.06 3.8 24.6c0 7.1 5.78 12.88 12.88 12.88 7.1 0 12.88-5.78 12.88-12.88Zm-23.26 0c0-5.41 6.68-14.73 10.22-18.91l.17-.19.16.19c3.53 4.17 10.22 13.5 10.22 18.91 0 5.72-4.66 10.38-10.38 10.38-5.72 0-10.38-4.66-10.38-10.38H6.3Z"/><path d="M22.56 24.6h-2.5c0 1.86-1.52 3.38-3.38 3.38v2.5a5.89 5.89 0 0 0 5.88-5.88Z"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M25.218 32.202a7.9 7.9 0 1 1 7.9-7.9 7.911 7.911 0 0 1-7.9 7.9Zm0-13.3a5.4 5.4 0 1 0 3.817 1.581 5.409 5.409 0 0 0-3.817-1.585v.004Z" fill="var(--road-icon-variant, rgb(252, 183, 49))"/><path d="m25.218 58.452-.962-1.16c-4.06-4.895-17.3-21.759-17.3-33.242A18.186 18.186 0 0 1 25.218 6h.028a18.225 18.225 0 0 1 12.891 5.3 17.843 17.843 0 0 1 5.346 12.772c0 11.46-13.244 28.32-17.3 33.215l-.965 1.165Zm0-49.952A15.683 15.683 0 0 0 9.453 24.051c0 8.125 7.97 20.837 15.765 30.47 7.794-9.63 15.765-22.337 15.765-30.449a15.374 15.374 0 0 0-4.605-11A15.742 15.742 0 0 0 25.244 8.5h-.026Zm19.243 49.952-.962-1.16a82.538 82.538 0 0 1-7.25-10.206l2.152-1.272a78.015 78.015 0 0 0 6.061 8.7c5.045-6.306 10.086-14.435 10.086-19.62a9.953 9.953 0 0 0-8.417-9.822l.406-2.467a12.441 12.441 0 0 1 10.511 12.29c0 7.777-8.9 19.11-11.625 22.4l-.962 1.157Z"/></svg>
1
+ <svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M46.57 25.46v2.5c5.29 0 10.1 4.82 10.1 10.1 0 4.22-2.26 6.72-4.88 9.62-1.79 1.98-3.77 4.17-5.22 7.14-1.46-2.98-3.43-5.16-5.22-7.14-1.19-1.32-2.32-2.56-3.18-3.91l-2.11 1.35c.98 1.52 2.17 2.84 3.43 4.24 2.29 2.53 4.65 5.14 5.88 9.25h2.39c1.23-4.1 3.59-6.72 5.88-9.25 2.84-3.14 5.53-6.11 5.53-11.3 0-6.71-5.89-12.6-12.6-12.6Z"/><path d="M23.87 5C13.29 5 4 14.29 4 24.87c0 8.19 4.3 12.95 8.86 17.99 3.81 4.21 7.75 8.57 9.82 15.47h2.39c2.07-6.9 6.01-11.26 9.82-15.47 4.55-5.04 8.86-9.8 8.86-17.99C43.75 14.29 34.46 5 23.87 5Zm9.16 36.19c-3.21 3.55-6.78 7.5-9.16 13.11-2.38-5.61-5.95-9.56-9.16-13.11-4.4-4.87-8.21-9.09-8.21-16.32 0-9.25 8.12-17.37 17.37-17.37 9.25 0 17.37 8.12 17.37 17.37 0 7.23-3.81 11.44-8.21 16.32Z"/><path d="M46.59 43.07c2.79 0 5.05-2.25 5.05-5.02 0-2.77-2.27-5.02-5.05-5.02s-5.05 2.25-5.05 5.02c0 2.77 2.27 5.02 5.05 5.02Zm0-7.54c1.41 0 2.55 1.13 2.55 2.52 0 1.39-1.14 2.52-2.55 2.52s-2.55-1.13-2.55-2.52c0-1.39 1.14-2.52 2.55-2.52ZM23.9 17.42c-4.13 0-7.48 3.33-7.48 7.43s3.36 7.43 7.48 7.43c4.12 0 7.48-3.33 7.48-7.43s-3.36-7.43-7.48-7.43Zm0 12.36c-2.75 0-4.98-2.21-4.98-4.93 0-2.72 2.24-4.93 4.98-4.93s4.98 2.21 4.98 4.93c0 2.72-2.24 4.93-4.98 4.93Z" fill="var(--road-icon-variant, rgb(252, 183, 49))"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M25.218 32.202a7.9 7.9 0 1 1 7.9-7.9 7.911 7.911 0 0 1-7.9 7.9Zm0-13.3a5.4 5.4 0 1 0 3.817 1.581 5.409 5.409 0 0 0-3.817-1.585v.004Z"/><path d="m25.218 58.452-.962-1.16c-4.06-4.895-17.3-21.759-17.3-33.242A18.186 18.186 0 0 1 25.218 6h.028a18.225 18.225 0 0 1 12.891 5.3 17.843 17.843 0 0 1 5.346 12.772c0 11.46-13.244 28.32-17.3 33.215l-.965 1.165Zm0-49.952A15.683 15.683 0 0 0 9.453 24.051c0 8.125 7.97 20.837 15.765 30.47 7.794-9.63 15.765-22.337 15.765-30.449a15.374 15.374 0 0 0-4.605-11A15.742 15.742 0 0 0 25.244 8.5h-.026Zm19.243 49.952-.962-1.16a82.538 82.538 0 0 1-7.25-10.206l2.152-1.272a78.015 78.015 0 0 0 6.061 8.7c5.045-6.306 10.086-14.435 10.086-19.62a9.953 9.953 0 0 0-8.417-9.822l.406-2.467a12.441 12.441 0 0 1 10.511 12.29c0 7.777-8.9 19.11-11.625 22.4l-.962 1.157Z"/></svg>
1
+ <svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M46.57 25.46v2.5c5.29 0 10.1 4.82 10.1 10.1 0 4.22-2.26 6.72-4.88 9.62-1.79 1.98-3.77 4.17-5.22 7.14-1.46-2.98-3.43-5.16-5.22-7.14-1.19-1.32-2.32-2.56-3.18-3.91l-2.11 1.35c.98 1.52 2.17 2.84 3.43 4.24 2.29 2.53 4.65 5.14 5.88 9.25h2.39c1.23-4.1 3.59-6.72 5.88-9.25 2.84-3.14 5.53-6.11 5.53-11.3 0-6.71-5.89-12.6-12.6-12.6Z"/><path d="M23.87 5C13.29 5 4 14.29 4 24.87c0 8.19 4.3 12.95 8.86 17.99 3.81 4.21 7.75 8.57 9.82 15.47h2.39c2.07-6.9 6.01-11.26 9.82-15.47 4.55-5.04 8.86-9.8 8.86-17.99C43.75 14.29 34.46 5 23.87 5Zm9.16 36.19c-3.21 3.55-6.78 7.5-9.16 13.11-2.38-5.61-5.95-9.56-9.16-13.11-4.4-4.87-8.21-9.09-8.21-16.32 0-9.25 8.12-17.37 17.37-17.37 9.25 0 17.37 8.12 17.37 17.37 0 7.23-3.81 11.44-8.21 16.32ZM46.59 43.07c2.79 0 5.05-2.25 5.05-5.02 0-2.77-2.27-5.02-5.05-5.02s-5.05 2.25-5.05 5.02c0 2.77 2.27 5.02 5.05 5.02Zm0-7.54c1.41 0 2.55 1.13 2.55 2.52 0 1.39-1.14 2.52-2.55 2.52s-2.55-1.13-2.55-2.52c0-1.39 1.14-2.52 2.55-2.52Z"/><path d="M23.9 17.42c-4.13 0-7.48 3.33-7.48 7.43s3.36 7.43 7.48 7.43c4.12 0 7.48-3.33 7.48-7.43s-3.36-7.43-7.48-7.43Zm0 12.36c-2.75 0-4.98-2.21-4.98-4.93 0-2.72 2.24-4.93 4.98-4.93s4.98 2.21 4.98 4.93c0 2.72-2.24 4.93-4.98 4.93Z"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M38.184 11.299a18.21 18.21 0 0 0-12.89-5.3h-.031A18.187 18.187 0 0 0 7 24.048C7 35.53 20.244 52.395 24.3 57.29l.962 1.16.962-1.16c4.06-4.894 17.3-21.752 17.3-33.215a17.844 17.844 0 0 0-5.34-12.777ZM25.265 31.082a6.783 6.783 0 1 1 6.783-6.783 6.79 6.79 0 0 1-6.783 6.783Z"/><path d="M53.41 26.085a12.532 12.532 0 0 0-7.454-3.564c.038.516.076 1.033.075 1.557 0 7.27-4.618 16.163-9.447 23.477a84.082 84.082 0 0 0 6.964 9.736l.962 1.16.961-1.16C48.199 54 57.096 42.67 57.096 34.89a12.306 12.306 0 0 0-3.686-8.806Z"/></svg>
1
+ <svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M46.6 25.46c-.12 0-.25.02-.37.02-.21 8.78-4.92 14.01-9.48 19.06-.2.22-.4.45-.6.67.96 1.48 2.15 2.8 3.38 4.15 2.29 2.53 4.65 5.14 5.88 9.25h2.39c1.23-4.1 3.6-6.72 5.88-9.25 2.84-3.14 5.53-6.11 5.53-11.3 0-6.71-5.89-12.6-12.6-12.6h-.01Z"/><path d="M23.87 5C13.29 5 4 14.29 4 24.87c0 8.2 4.3 12.95 8.86 17.99 3.81 4.21 7.75 8.57 9.82 15.47h2.39c2.07-6.9 6.01-11.26 9.82-15.47 4.56-5.04 8.86-9.8 8.86-17.99C43.75 14.29 34.46 5 23.87 5Zm.03 26.03c-3.44 0-6.23-2.77-6.23-6.18 0-3.41 2.79-6.18 6.23-6.18 3.44 0 6.23 2.77 6.23 6.18 0 3.41-2.79 6.18-6.23 6.18Z"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M32 32.202a7.9 7.9 0 1 1 7.9-7.9 7.911 7.911 0 0 1-7.9 7.9Zm0-13.3a5.4 5.4 0 1 0 3.817 1.581A5.409 5.409 0 0 0 32 18.898v.004Z" fill="var(--road-icon-variant, rgb(252, 183, 49))"/><path d="m32 58.452-.962-1.16c-4.06-4.9-17.3-21.76-17.3-33.242A18.188 18.188 0 0 1 32 6h.028a18.225 18.225 0 0 1 12.891 5.3 17.842 17.842 0 0 1 5.346 12.772c0 11.46-13.244 28.32-17.3 33.215L32 58.452ZM32 8.5a15.685 15.685 0 0 0-15.766 15.551c0 8.121 7.966 20.837 15.766 30.47 7.795-9.63 15.765-22.337 15.765-30.449a15.373 15.373 0 0 0-4.6-11A15.742 15.742 0 0 0 32.026 8.5H32Z"/></svg>
1
+ <svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M30.67 58.34c-2.07-6.9-6.01-11.26-9.82-15.47-4.55-5.04-8.85-9.8-8.85-18C12 14.29 21.29 5 31.87 5c10.58 0 19.87 9.29 19.87 19.87 0 8.19-4.3 12.95-8.86 17.99-3.81 4.21-7.75 8.57-9.82 15.47h-2.39v.01Zm1.2-50.84c-9.25 0-17.37 8.12-17.37 17.37 0 7.23 3.8 11.44 8.21 16.32 3.21 3.55 6.78 7.5 9.16 13.11 2.38-5.61 5.95-9.56 9.16-13.11 4.41-4.87 8.21-9.08 8.21-16.32 0-9.25-8.12-17.37-17.37-17.37Z"/><path d="M31.9 32.28c-4.13 0-7.48-3.33-7.48-7.43s3.36-7.43 7.48-7.43c4.12 0 7.48 3.33 7.48 7.43s-3.36 7.43-7.48 7.43Zm0-12.36c-2.75 0-4.98 2.21-4.98 4.93 0 2.72 2.24 4.93 4.98 4.93s4.98-2.21 4.98-4.93c0-2.72-2.24-4.93-4.98-4.93Z" fill="var(--road-icon-variant, rgb(252, 183, 49))"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M22.68 24.39h5.88l.66 4.03h2.53l-2.52-15.5h-2.57l-9.31 15.5h2.92l2.42-4.03h-.01Zm4.63-7.7.85 5.2h-3.97l3.13-5.2h-.01ZM37.94 29.35c2.61 0 4.67-1.27 5.81-3.59.86-1.75.9-3.83.11-5.3-.63-1.18-1.76-1.94-3.17-2.13-.94-.13-1.78-.04-2.52.15l.99-2.68h6.23l.45-2.5h-8.42l-3.24 8.75h2.56c.06-.06 1.49-1.53 3.62-1.24.62.08 1.04.35 1.3.83.41.76.35 2.01-.15 3.03-.71 1.45-1.91 2.19-3.56 2.19-.79 0-1.5-.27-1.87-.7-.29-.34-.38-.79-.28-1.39h-2.51c-.13 1.45.39 2.43.88 3.01.85 1 2.23 1.58 3.78 1.58l-.01-.01Z"/><path d="M32.25 1C19.43 1 9 11.43 9 24.25c0 9.59 5.05 15.19 10.4 21.1 4.52 5 9.18 10.16 11.65 18.37h2.39c2.46-8.2 7.13-13.37 11.65-18.37 5.35-5.92 10.4-11.51 10.4-21.11C55.5 11.43 45.07 1 32.25 1Zm10.99 42.68c-3.87 4.29-8.19 9.07-10.99 15.93-2.8-6.86-7.12-11.64-10.99-15.93-5.24-5.79-9.76-10.8-9.76-19.43 0-11.44 9.31-20.75 20.75-20.75S53 12.81 53 24.25c0 8.63-4.52 13.64-9.76 19.43Z"/><path d="M46.79 30.67c-.53-.44-1.32-.37-1.76.16-.04.05-4.42 5.17-12.82 5.17s-12.6-4.96-12.78-5.17c-.44-.53-1.23-.6-1.76-.16-.53.44-.61 1.23-.17 1.76.21.25 5.14 6.07 14.7 6.07 9.56 0 14.53-5.82 14.74-6.07.44-.53.37-1.32-.16-1.76h.01Z" fill="var(--road-icon-variant, rgb(252, 183, 49))"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M22.68 24.39h5.88l.66 4.03h2.53l-2.52-15.5h-2.57l-9.31 15.5h2.92l2.42-4.03h-.01Zm4.63-7.7.85 5.2h-3.97l3.13-5.2h-.01ZM37.94 29.35c2.61 0 4.67-1.27 5.81-3.59.86-1.75.9-3.83.11-5.3-.63-1.18-1.76-1.94-3.17-2.13-.94-.13-1.78-.04-2.52.15l.99-2.68h6.23l.45-2.5h-8.42l-3.24 8.75h2.56c.06-.06 1.49-1.53 3.62-1.24.62.08 1.04.35 1.3.83.41.76.35 2.01-.15 3.03-.71 1.45-1.91 2.19-3.56 2.19-.79 0-1.5-.27-1.87-.7-.29-.34-.38-.79-.28-1.39h-2.51c-.13 1.45.39 2.43.88 3.01.85 1 2.23 1.58 3.78 1.58l-.01-.01Z"/><path d="M32.25 1C19.43 1 9 11.43 9 24.25c0 9.59 5.05 15.19 10.4 21.1 4.52 5 9.18 10.16 11.65 18.37h2.39c2.46-8.2 7.13-13.37 11.65-18.37 5.35-5.92 10.4-11.51 10.4-21.11C55.5 11.43 45.07 1 32.25 1Zm10.99 42.68c-3.87 4.29-8.19 9.07-10.99 15.93-2.8-6.86-7.12-11.64-10.99-15.93-5.24-5.79-9.76-10.8-9.76-19.43 0-11.44 9.31-20.75 20.75-20.75S53 12.81 53 24.25c0 8.63-4.52 13.64-9.76 19.43Z"/><path d="M46.79 30.67c-.53-.44-1.32-.37-1.76.16-.04.05-4.42 5.17-12.82 5.17s-12.6-4.96-12.78-5.17c-.44-.53-1.23-.6-1.76-.16-.53.44-.61 1.23-.17 1.76.21.25 5.14 6.07 14.7 6.07 9.56 0 14.53-5.82 14.74-6.07.44-.53.37-1.32-.16-1.76h.01Z"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M26.176 18.167h-.042l-3.568 6.643h4.279l-.669-6.643Z"/><path d="M32 2C19.2 2 8.8 12 8.8 24.4 8.8 36.8 17.2 46 26.4 56c1.2 1.2 5.6 6 5.6 6s4.4-4.8 5.6-6c9.2-10 17.6-19.2 17.6-31.6C55.2 12 44.8 2 32 2Zm2.165 25.363h3.449a2.283 2.283 0 0 0 .336 1.708 2.124 2.124 0 0 0 1.617.5c1.888 0 3.079-1.088 3.542-3.267.095-.42.144-.85.147-1.28a1.923 1.923 0 0 0-2.144-2.2 2.969 2.969 0 0 0-2.518 1.312H35.37l3.749-9.749 9.471.008-.676 3.066-7.3-.006-1.385 3.628a7.64 7.64 0 0 1 3.618-.986 3.846 3.846 0 0 1 3 1.239 4.637 4.637 0 0 1 1.11 3.236 6.96 6.96 0 0 1-.181 1.55 7.9 7.9 0 0 1-2.824 4.57 7.608 7.608 0 0 1-4.979 1.805 5.626 5.626 0 0 1-3.56-1.138 3.449 3.449 0 0 1-1.447-2.832c0-.396.068-.79.199-1.164ZM24.972 14.38h4.049l2.344 16.792h-3.809l-.345-3.463h-6.193l-1.915 3.463H15.41l9.562-16.792Zm6.966 26.667c-9.177 0-16.554-6.294-16.554-7.044s7.377 4.352 16.554 4.352 16.678-5.089 16.678-4.352c0 .737-7.501 7.044-16.678 7.044Z"/></svg>
1
+ <svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M32.25 1C19.43 1 9 11.43 9 24.25c0 9.59 5.05 15.19 10.4 21.1 4.52 5 9.18 10.16 11.65 18.37h2.39c2.46-8.2 7.13-13.37 11.65-18.37 5.35-5.92 10.4-11.51 10.4-21.11C55.5 11.43 45.07 1 32.25 1Zm1.66 24.75h3.45c-.12.59 0 1.21.34 1.71.22.19.48.33.76.42.28.09.57.11.86.08 1.89 0 3.08-1.09 3.54-3.27.09-.42.14-.85.15-1.28.05-.29.02-.6-.07-.88a2.1 2.1 0 0 0-.45-.76c-.21-.21-.46-.38-.74-.47-.28-.1-.58-.13-.88-.09-.5 0-.99.11-1.43.34-.44.23-.82.56-1.09.98h-3.22l3.75-9.75h9.47l-.68 3.07h-7.3l-1.39 3.62c1.11-.62 2.35-.96 3.62-.99a3.846 3.846 0 0 1 3 1.24c.77.9 1.17 2.06 1.11 3.24 0 .52-.06 1.04-.18 1.55a7.932 7.932 0 0 1-2.82 4.57 7.634 7.634 0 0 1-4.98 1.81c-1.28.04-2.54-.36-3.56-1.14a3.456 3.456 0 0 1-1.45-2.83c0-.4.07-.79.2-1.16l-.01-.01Zm-9.19-12.98h4.05l2.34 16.79H27.3l-.34-3.46h-6.19l-1.91 3.46h-3.69l9.55-16.79Zm-5.75 17.79-.06.1-.16-.1h.22Zm12.71 8.88c-9.18 0-16.55-6.29-16.55-7.04s7.38 4.35 16.55 4.35c9.17 0 16.68-5.09 16.68-4.35 0 .74-7.5 7.04-16.68 7.04Z"/><path d="M25.92 16.56h-.04l-3.57 6.64h4.28l-.67-6.64Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="m41.33 27.67-1.45-4.31c-.3-.91-1.15-1.52-2.11-1.52H26.74c-.96 0-1.81.61-2.11 1.52l-1.45 4.31h-.24c-.69 0-1.25.56-1.25 1.25 0 .65.51 1.17 1.14 1.23v7.46a1.25 1.25 0 0 0 2.5 0v-.85h13.86v.85a1.25 1.25 0 0 0 2.5 0v-7.46a1.24 1.24 0 0 0 1.14-1.23c0-.69-.56-1.25-1.25-1.25h-.25Zm-14.4-3.33h10.64l1.12 3.33H25.81l1.12-3.33Zm-1.61 5.83h13.86v4.08H25.32v-4.08Z"/><path d="M32.25 1C19.43 1 9 11.43 9 24.25c0 9.59 5.05 15.19 10.4 21.11 4.52 5 9.18 10.16 11.65 18.37h2.39c2.46-8.2 7.13-13.37 11.65-18.37 5.35-5.92 10.4-11.51 10.4-21.1C55.5 11.43 45.07 1 32.25 1Zm10.99 42.68c-3.87 4.29-8.19 9.07-10.99 15.93-2.8-6.86-7.12-11.64-10.99-15.93-5.24-5.79-9.76-10.8-9.76-19.43 0-11.44 9.31-20.75 20.75-20.75S53 12.81 53 24.25c0 8.63-4.52 13.63-9.76 19.43Z"/><path d="M48.58 16.53h-4.46v-5.89H20.34v5.89h-4.42v2.5h1.05v15.71h2.5V19.03h25.51v15.71h2.5V19.03h1.09v-2.5h.01Zm-25.73 0v-3.39h18.77v3.39H22.84h.01Z" fill="var(--road-icon-variant, rgb(252, 183, 49))"/><path d="M37.05 33.51a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5ZM27.45 33.51a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Z" fill="var(--road-icon-variant, rgb(252, 183, 49))"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="m35.67 27.23-5.88-8.98c-.28-.42-.75-.68-1.25-.68h-1.71l-1.95 13.35h2.53l1.41-9.62 5.86 8.94c.28.42.75.68 1.25.68h1.75l1.91-13.35h-2.53l-1.38 9.66h-.01Z"/><path d="M32.25 1C19.43 1 9 11.43 9 24.25c0 9.59 5.05 15.19 10.4 21.1 4.52 5 9.18 10.16 11.65 18.37h2.39c2.46-8.2 7.13-13.37 11.65-18.37 5.35-5.92 10.4-11.51 10.4-21.11C55.5 11.43 45.07 1 32.25 1Zm10.99 42.68c-3.87 4.29-8.19 9.07-10.99 15.93-2.8-6.86-7.12-11.64-10.99-15.93-5.24-5.79-9.76-10.8-9.76-19.43 0-11.44 9.31-20.75 20.75-20.75S53 12.81 53 24.25c0 8.63-4.52 13.64-9.76 19.43Z"/><path d="M44.15 13.94c-2.46-3.02-5.97-4.87-9.88-5.21-4.18-.36-8.29 1.01-11.58 3.87-6.55 5.69-7.62 15.54-2.4 21.96 2.46 3.02 5.97 4.87 9.88 5.21.44.04.88.06 1.31.06 3.72 0 7.32-1.37 10.27-3.93 6.55-5.69 7.62-15.54 2.4-21.96Zm-4.04 20.07c-2.77 2.41-6.23 3.57-9.72 3.27-3.23-.28-6.13-1.81-8.16-4.3-4.38-5.39-3.44-13.68 2.1-18.49 2.49-2.16 5.52-3.31 8.63-3.31.36 0 .73.02 1.09.05 3.23.28 6.13 1.81 8.15 4.3 4.38 5.38 3.44 13.68-2.1 18.49l.01-.01Z" fill="var(--road-icon-variant, rgb(252, 183, 49))"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="m35.67 27.23-5.88-8.98c-.28-.42-.75-.68-1.25-.68h-1.71l-1.95 13.35h2.53l1.41-9.62 5.86 8.94c.28.42.75.68 1.25.68h1.75l1.91-13.35h-2.53l-1.38 9.66h-.01Z"/><path d="M32.25 1C19.43 1 9 11.43 9 24.25c0 9.59 5.05 15.19 10.4 21.1 4.52 5 9.18 10.16 11.65 18.37h2.39c2.46-8.2 7.13-13.37 11.65-18.37 5.35-5.92 10.4-11.51 10.4-21.11C55.5 11.43 45.07 1 32.25 1Zm10.99 42.68c-3.87 4.29-8.19 9.07-10.99 15.93-2.8-6.86-7.12-11.64-10.99-15.93-5.24-5.79-9.76-10.8-9.76-19.43 0-11.44 9.31-20.75 20.75-20.75S53 12.81 53 24.25c0 8.63-4.52 13.64-9.76 19.43Z"/><path d="M44.15 13.94c-2.46-3.02-5.97-4.87-9.88-5.21-4.18-.36-8.29 1.01-11.58 3.87-6.55 5.69-7.62 15.54-2.4 21.96 2.46 3.02 5.97 4.87 9.88 5.21.44.04.88.06 1.31.06 3.72 0 7.32-1.37 10.27-3.93 6.55-5.69 7.62-15.54 2.4-21.96Zm-4.04 20.07c-2.77 2.41-6.23 3.57-9.72 3.27-3.23-.28-6.13-1.81-8.16-4.3-4.38-5.39-3.44-13.68 2.1-18.49 2.49-2.16 5.52-3.31 8.63-3.31.36 0 .73.02 1.09.05 3.23.28 6.13 1.81 8.15 4.3 4.38 5.38 3.44 13.68-2.1 18.49l.01-.01Z"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M33.535 14.019c-5.528 0-10.5 4.008-11.47 10.778-.97 6.77 2.9 10.64 8.428 10.64 5.528 0 10.5-3.869 11.47-10.64.968-6.771-2.901-10.778-8.428-10.778ZM37.2 30.946h-1.763a1.576 1.576 0 0 1-1.458-.652l-4.893-7.348-1.125 8h-2.838l1.8-12.307h1.533c1 0 1.3.077 1.688.652l4.846 7.4 1.135-8.092h2.837L37.2 30.946Z"/><path d="M32 2C19.2 2 8.8 12 8.8 24.4 8.8 36.8 17.2 46 26.4 56c1.2 1.2 5.6 6 5.6 6s4.4-4.8 5.6-6c9.2-10 17.6-19.2 17.6-31.6C55.2 12 44.8 2 32 2Zm-2.487 40.292c-9.766 0-16.79-6.9-15.242-17.5A20.352 20.352 0 0 1 34.514 7.168c9.766 0 16.672 7.025 15.244 17.624a20.334 20.334 0 0 1-20.245 17.5Z"/></svg>
1
+ <svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M33.75 13.8c-5.39 0-10.24 3.91-11.19 10.51-.95 6.6 2.83 10.38 8.22 10.38 5.39 0 10.24-3.77 11.19-10.38.94-6.6-2.83-10.51-8.22-10.51Zm3.57 16.51H35.6c-.27.03-.55-.01-.8-.12s-.47-.29-.62-.51l-4.77-7.17-1.1 7.8h-2.77l1.76-12h1.5c.98 0 1.27.07 1.65.64l4.73 7.22 1.11-7.89h2.77l-1.72 12.04-.02-.01Z"/><path d="M32.25 1C19.43 1 9 11.43 9 24.25c0 9.59 5.05 15.19 10.4 21.1 4.52 5 9.18 10.16 11.65 18.37h2.39c2.46-8.2 7.13-13.37 11.65-18.37 5.35-5.92 10.4-11.51 10.4-21.11C55.5 11.43 45.07 1 32.25 1ZM42.9 36.55a19.864 19.864 0 0 1-13.08 4.83c-9.52 0-16.37-6.73-14.86-17.07.65-4.77 3-9.15 6.64-12.31 3.63-3.16 8.29-4.9 13.11-4.88 9.52 0 16.26 6.85 14.87 17.19-.67 4.75-3.04 9.1-6.67 12.24h-.01Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="m41.33 27.67-1.45-4.31c-.3-.91-1.15-1.52-2.11-1.52H26.74c-.96 0-1.81.61-2.11 1.52l-1.45 4.31h-.24c-.69 0-1.25.56-1.25 1.25 0 .65.51 1.17 1.14 1.23v7.46a1.25 1.25 0 0 0 2.5 0v-.85h13.86v.85a1.25 1.25 0 0 0 2.5 0v-7.46a1.24 1.24 0 0 0 1.14-1.23c0-.69-.56-1.25-1.25-1.25h-.25Zm-14.4-3.33h10.64l1.12 3.33H25.81l1.12-3.33Zm-1.61 5.83h13.86v4.08H25.32v-4.08Z"/><path d="M32.25 1C19.43 1 9 11.43 9 24.25c0 9.59 5.05 15.19 10.4 21.11 4.52 5 9.18 10.16 11.65 18.37h2.39c2.46-8.2 7.13-13.37 11.65-18.37 5.35-5.92 10.4-11.51 10.4-21.1C55.5 11.43 45.07 1 32.25 1Zm10.99 42.68c-3.87 4.29-8.19 9.07-10.99 15.93-2.8-6.86-7.12-11.64-10.99-15.93-5.24-5.79-9.76-10.8-9.76-19.43 0-11.44 9.31-20.75 20.75-20.75S53 12.81 53 24.25c0 8.63-4.52 13.63-9.76 19.43Z"/><path d="M48.58 16.53h-4.46v-5.89H20.34v5.89h-4.42v2.5h1.05v15.71h2.5V19.03h25.51v15.71h2.5V19.03h1.09v-2.5h.01Zm-25.73 0v-3.39h18.77v3.39H22.84h.01Z"/><path d="M37.05 33.51a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5ZM27.45 33.51a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Z"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M43.127 22.509H20.961v1.013h22.166v-1.013Zm-6.661 10.01h-.386a1.166 1.166 0 1 0 1.015.329 1.132 1.132 0 0 0-.629-.329Z"/><path d="M32 2C19.2 2 8.8 12 8.8 24.4 8.8 36.8 17.2 46 26.4 56c1.2 1.2 5.6 6 5.6 6s4.4-4.8 5.6-6c9.2-10 17.6-19.2 17.6-31.6C55.2 12 44.8 2 32 2Zm8.364 29.969a.55.55 0 0 1-.55.55h-.799v5.46a.75.75 0 0 1-.767.767h-.8a.748.748 0 0 1-.767-.767v-.8h-9.35v.8a.75.75 0 0 1-.767.767h-.8a.75.75 0 0 1-.767-.767v-5.46h-.8a.548.548 0 0 1-.55-.55v-.448a.548.548 0 0 1 .55-.55h1.065l1.344-3.912a1.041 1.041 0 0 1 1.133-.767h8.546a1.04 1.04 0 0 1 1.132.767l1.345 3.912h1.065a.549.549 0 0 1 .549.55l-.012.448Zm6.053 5.188h-3.291V24.649H20.961v12.508h-3.378V15.308a1.489 1.489 0 0 1 .46-1.113 1.528 1.528 0 0 1 1.1-.449H44.86a1.53 1.53 0 0 1 1.559 1.562l-.002 21.849Z"/><path d="m27.727 27.461-1.169 3.506h10.884l-1.17-3.506h-8.545Zm.192 5.058h-.385a1.15 1.15 0 1 0 .385 0Zm15.208-12.092H20.961v.983h22.166v-.983Z"/></svg>
1
+ <svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M26.96 33.37a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5ZM37.56 33.37a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5ZM37.58 24.19H26.94l-1.12 3.33H38.7l-1.12-3.33Z"/><path d="M32.25 1C19.43 1 9 11.43 9 24.25c0 9.59 5.05 15.19 10.4 21.11 4.52 5 9.18 10.16 11.65 18.37h2.39c2.46-8.2 7.13-13.37 11.65-18.37 5.35-5.92 10.4-11.51 10.4-21.1C55.5 11.43 45.07 1 32.25 1Zm9.44 29v7.46a1.25 1.25 0 0 1-2.5 0v-.85H25.33v.85a1.25 1.25 0 0 1-2.5 0V30c-.63-.06-1.14-.58-1.14-1.23 0-.69.56-1.25 1.25-1.25h.25l1.45-4.31c.3-.91 1.15-1.52 2.11-1.52h11.03c.96 0 1.8.61 2.11 1.52l1.45 4.31h.24c.69 0 1.25.56 1.25 1.25 0 .65-.5 1.17-1.14 1.23Zm6.89-11.11h-1.09V34.6h-2.5V18.89H19.48V34.6h-2.5V18.89h-1.05v-2.5h4.42V11.5h23.77v4.89h4.46v2.5Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M30.67 58.34c-2.07-6.9-6.01-11.26-9.82-15.47-4.55-5.04-8.85-9.8-8.85-18C12 14.29 21.29 5 31.87 5c10.58 0 19.87 9.29 19.87 19.87 0 8.19-4.3 12.95-8.86 17.99-3.81 4.21-7.75 8.57-9.82 15.47h-2.39v.01Zm1.2-50.84c-9.25 0-17.37 8.12-17.37 17.37 0 7.23 3.8 11.44 8.21 16.32 3.21 3.55 6.78 7.5 9.16 13.11 2.38-5.61 5.95-9.56 9.16-13.11 4.41-4.87 8.21-9.08 8.21-16.32 0-9.25-8.12-17.37-17.37-17.37Z"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M44.919 11.075a18.225 18.225 0 0 0-12.891-5.3H32a18.188 18.188 0 0 0-18.266 18.05c0 11.482 13.244 28.346 17.3 33.242l.966 1.16.962-1.16c4.059-4.896 17.3-21.756 17.3-33.216a17.845 17.845 0 0 0-5.343-12.776Z"/></svg>
1
+ <svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M31.87 5C21.29 5 12 14.29 12 24.87c0 8.19 4.3 12.95 8.86 17.99 3.81 4.21 7.75 8.57 9.82 15.47h2.39c2.07-6.9 6.01-11.26 9.82-15.47 4.55-5.04 8.86-9.8 8.86-17.99C51.74 14.29 42.46 5 31.87 5Z"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M32 32.202a7.9 7.9 0 1 1 7.9-7.9 7.911 7.911 0 0 1-7.9 7.9Zm0-13.3a5.4 5.4 0 1 0 3.817 1.581A5.409 5.409 0 0 0 32 18.898v.004Z"/><path d="m32 58.452-.962-1.16c-4.06-4.9-17.3-21.76-17.3-33.242A18.188 18.188 0 0 1 32 6h.028a18.225 18.225 0 0 1 12.891 5.3 17.842 17.842 0 0 1 5.346 12.772c0 11.46-13.244 28.32-17.3 33.215L32 58.452ZM32 8.5a15.685 15.685 0 0 0-15.766 15.551c0 8.121 7.966 20.837 15.766 30.47 7.795-9.63 15.765-22.337 15.765-30.449a15.373 15.373 0 0 0-4.6-11A15.742 15.742 0 0 0 32.026 8.5H32Z"/></svg>
1
+ <svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M30.67 58.34c-2.07-6.9-6.01-11.26-9.82-15.47-4.55-5.04-8.85-9.8-8.85-18C12 14.29 21.29 5 31.87 5c10.58 0 19.87 9.29 19.87 19.87 0 8.19-4.3 12.95-8.86 17.99-3.81 4.21-7.75 8.57-9.82 15.47h-2.39v.01Zm1.2-50.84c-9.25 0-17.37 8.12-17.37 17.37 0 7.23 3.8 11.44 8.21 16.32 3.21 3.55 6.78 7.5 9.16 13.11 2.38-5.61 5.95-9.56 9.16-13.11 4.41-4.87 8.21-9.08 8.21-16.32 0-9.25-8.12-17.37-17.37-17.37Z"/><path d="M31.9 32.28c-4.13 0-7.48-3.33-7.48-7.43s3.36-7.43 7.48-7.43c4.12 0 7.48 3.33 7.48 7.43s-3.36 7.43-7.48 7.43Zm0-12.36c-2.75 0-4.98 2.21-4.98 4.93 0 2.72 2.24 4.93 4.98 4.93s4.98-2.21 4.98-4.93c0-2.72-2.24-4.93-4.98-4.93Z"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M44.919 11.075a18.225 18.225 0 0 0-12.891-5.3H32a18.188 18.188 0 0 0-18.266 18.05c0 11.482 13.244 28.346 17.3 33.242l.966 1.16.962-1.16c4.059-4.896 17.3-21.756 17.3-33.216a17.845 17.845 0 0 0-5.343-12.776ZM32 31.232a7.158 7.158 0 1 1 7.159-7.157A7.166 7.166 0 0 1 32 31.232Z"/></svg>
1
+ <svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M31.87 5C21.29 5 12 14.29 12 24.87c0 8.19 4.3 12.95 8.86 17.99 3.81 4.21 7.75 8.57 9.82 15.47h2.39c2.07-6.9 6.01-11.26 9.82-15.47 4.55-5.04 8.86-9.8 8.86-17.99C51.74 14.29 42.46 5 31.87 5Zm.03 26.03c-3.44 0-6.23-2.77-6.23-6.18 0-3.41 2.79-6.18 6.23-6.18 3.44 0 6.23 2.77 6.23 6.18 0 3.41-2.79 6.18-6.23 6.18Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M54.49 16.24c-.91-1.11-1.41-2.44-1.41-3.77V7.69h-2.5v4.78c0 1.9.7 3.8 1.97 5.35 7.84 9.56 7.15 23.37-1.61 32.13l-.37.37v5.09c0 .96-.79 1.75-1.75 1.75h-3.68v-5.35h-2.5v5.35h-5.43v-5.35h-2.5v5.35h-5.43v-5.35h-2.5v5.35h-5.43v-5.35h-2.5v5.35h-3.68c-.96 0-1.75-.79-1.75-1.75v-5.09l-.37-.37C4.3 41.2 3.6 27.38 11.44 17.82c1.27-1.55 1.98-3.45 1.98-5.35V7.31h-2.5v5.16c0 1.32-.5 2.66-1.41 3.77-8.55 10.42-7.92 25.42 1.41 35.11v4.06a4.26 4.26 0 0 0 4.25 4.25h33.67a4.26 4.26 0 0 0 4.25-4.25v-4.06a26.375 26.375 0 0 0 1.41-35.11h-.01Z"/><path d="M33.25 15.12h-2.5v14h2.5v-14ZM33.25 33.55h-2.5v3.33h2.5v-3.33Z"/><path d="M11.53 39.17c1.58 4.77 6.16 7.97 11.38 7.97h18.16c5.36 0 10.14-3.57 11.62-8.68 1.99-6.84.1-14.21-4.92-19.23a5.701 5.701 0 0 1-1.68-4.07V7.69h-2.5v7.47c0 2.2.86 4.28 2.42 5.83 4.38 4.38 6.02 10.8 4.29 16.76-1.17 4.05-4.97 6.88-9.22 6.88H22.92c-4.14 0-7.76-2.51-9-6.26-2.04-6.15-.48-12.81 4.09-17.38a8.193 8.193 0 0 0 2.42-5.83V7.31h-2.5v7.85c0 1.51-.61 3-1.68 4.07-5.24 5.24-7.04 12.88-4.7 19.94h-.02Z" fill="var(--road-icon-variant, rgb(252, 183, 49))"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M54.49 16.24c-.91-1.11-1.41-2.44-1.41-3.77V7.69h-2.5v4.78c0 1.9.7 3.8 1.97 5.35 7.84 9.56 7.15 23.37-1.61 32.13l-.37.37v5.09c0 .96-.79 1.75-1.75 1.75h-3.68v-5.35h-2.5v5.35h-5.43v-5.35h-2.5v5.35h-5.43v-5.35h-2.5v5.35h-5.43v-5.35h-2.5v5.35h-3.68c-.96 0-1.75-.79-1.75-1.75v-5.09l-.37-.37C4.3 41.2 3.6 27.38 11.44 17.82c1.27-1.55 1.98-3.45 1.98-5.35V7.31h-2.5v5.16c0 1.32-.5 2.66-1.41 3.77-8.55 10.42-7.92 25.42 1.41 35.11v4.06a4.26 4.26 0 0 0 4.25 4.25h33.67a4.26 4.26 0 0 0 4.25-4.25v-4.06a26.375 26.375 0 0 0 1.41-35.11h-.01Z"/><path d="M33.25 15.12h-2.5v14h2.5v-14ZM33.25 33.55h-2.5v3.33h2.5v-3.33Z"/><path d="M11.53 39.17c1.58 4.77 6.16 7.97 11.38 7.97h18.16c5.36 0 10.14-3.57 11.62-8.68 1.99-6.84.1-14.21-4.92-19.23a5.701 5.701 0 0 1-1.68-4.07V7.69h-2.5v7.47c0 2.2.86 4.28 2.42 5.83 4.38 4.38 6.02 10.8 4.29 16.76-1.17 4.05-4.97 6.88-9.22 6.88H22.92c-4.14 0-7.76-2.51-9-6.26-2.04-6.15-.48-12.81 4.09-17.38a8.193 8.193 0 0 0 2.42-5.83V7.31h-2.5v7.85c0 1.51-.61 3-1.68 4.07-5.24 5.24-7.04 12.88-4.7 19.94h-.02Z"/></svg>
@@ -0,0 +1,48 @@
1
+ import { EventEmitter } from '../../stencil-public-runtime';
2
+ import './../../utils/polyfill';
3
+ /**
4
+ * @slot - Content of the button.
5
+ * @slot start - Left content of the button text, usually for icon.
6
+ *
7
+ * @part native - The native HTML button or anchor element that wraps all child elements.
8
+ */
9
+ export declare class Button {
10
+ el: HTMLRoadButtonElement;
11
+ /**
12
+ * position.
13
+ */
14
+ position?: 'left' | 'center' | 'right';
15
+ /**
16
+ * Contains a URL or a URL fragment that the hyperlink points to.
17
+ * If this property is set, an anchor tag will be rendered.
18
+ */
19
+ href?: string;
20
+ /**
21
+ * Specifies the relationship of the target object to the link object.
22
+ * The value is a space-separated list of [link types](https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types).
23
+ */
24
+ rel?: string;
25
+ /**
26
+ * Specifies where to display the linked URL.
27
+ * Only applies when an `href` is provided.
28
+ * Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
29
+ */
30
+ target?: string;
31
+ /**
32
+ * Emitted when the button has focus.
33
+ */
34
+ roadfocus: EventEmitter<void>;
35
+ /** @internal */
36
+ roadFocus: EventEmitter<void>;
37
+ /**
38
+ * Emitted when the button loses focus.
39
+ */
40
+ roadblur: EventEmitter<void>;
41
+ /** @internal */
42
+ roadBlur: EventEmitter<void>;
43
+ onScroll(): void;
44
+ private onClick;
45
+ private onFocus;
46
+ private onBlur;
47
+ render(): any;
48
+ }