@roadtrip/components 3.4.0 → 3.5.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 (102) hide show
  1. package/dist/cjs/loader.cjs.js +1 -1
  2. package/dist/cjs/road-badge_14.cjs.entry.js +1 -1
  3. package/dist/cjs/road-progress-indicator-horizontal.cjs.entry.js +2 -12
  4. package/dist/cjs/roadtrip.cjs.js +1 -1
  5. package/dist/collection/components/button/button.css +6 -1
  6. package/dist/collection/components/icon/svg/discount-workshop-color.svg +1 -1
  7. package/dist/collection/components/icon/svg/discount-workshop-outline.svg +1 -1
  8. package/dist/collection/components/icon/svg/discount-workshop-solid.svg +1 -1
  9. package/dist/collection/components/icon/svg/file-archive-color.svg +1 -0
  10. package/dist/collection/components/icon/svg/file-archive-outline.svg +1 -0
  11. package/dist/collection/components/icon/svg/flag-bulgaria-color.svg +1 -0
  12. package/dist/collection/components/icon/svg/flag-croatia-color.svg +1 -0
  13. package/dist/collection/components/icon/svg/flag-czech-republic-color.svg +1 -0
  14. package/dist/collection/components/icon/svg/flag-denmark-color.svg +1 -0
  15. package/dist/collection/components/icon/svg/flag-finland-color.svg +1 -0
  16. package/dist/collection/components/icon/svg/flag-greece-color.svg +1 -0
  17. package/dist/collection/components/icon/svg/flag-hungary-color.svg +1 -0
  18. package/dist/collection/components/icon/svg/flag-netherlands-color.svg +1 -0
  19. package/dist/collection/components/icon/svg/flag-norway-color.svg +1 -0
  20. package/dist/collection/components/icon/svg/flag-slovakia-color.svg +1 -0
  21. package/dist/collection/components/icon/svg/flag-slovenia-color.svg +1 -0
  22. package/dist/collection/components/icon/svg/flag-switzerland-color.svg +1 -0
  23. package/dist/collection/components/icon/svg/flag-turkey-color.svg +1 -0
  24. package/dist/collection/components/icon/svg/garage-color.svg +1 -1
  25. package/dist/collection/components/icon/svg/garage-house-color.svg +1 -1
  26. package/dist/collection/components/icon/svg/garage-house-outline.svg +1 -1
  27. package/dist/collection/components/icon/svg/garage-outline.svg +1 -1
  28. package/dist/collection/components/icon/svg/location-pin-all-outline.svg +1 -1
  29. package/dist/collection/components/icon/svg/location-pin-garage-auto5-color.svg +1 -1
  30. package/dist/collection/components/icon/svg/location-pin-garage-auto5-outline.svg +1 -1
  31. package/dist/collection/components/icon/svg/location-pin-garage-color.svg +1 -1
  32. package/dist/collection/components/icon/svg/location-pin-garage-outline.svg +1 -1
  33. package/dist/collection/components/icon/svg/location-pin-garage-solid.svg +1 -1
  34. package/dist/collection/components/icon/svg/tire-pressure-color.svg +1 -1
  35. package/dist/collection/components/icon/svg/tire-pressure-outline.svg +1 -1
  36. package/dist/collection/components/icon/svg/vehicle-rooftop-tent-color.svg +1 -0
  37. package/dist/collection/components/icon/svg/vehicle-rooftop-tent-outline.svg +1 -0
  38. package/dist/collection/components/icon/svg/vehicle-rooftop-tent-solid.svg +1 -0
  39. package/dist/collection/components/icon/svg/ventilator-color.svg +1 -1
  40. package/dist/collection/components/icon/svg/ventilator-outline.svg +1 -1
  41. package/dist/collection/components/icon/svg/water-color.svg +1 -0
  42. package/dist/collection/components/icon/svg/water-outline.svg +1 -0
  43. package/dist/collection/components/progress-indicator-horizontal/progress-indicator-horizontal.css +74 -73
  44. package/dist/collection/components/progress-indicator-horizontal/progress-indicator-horizontal.js +6 -61
  45. package/dist/collection/components/progress-indicator-horizontal/progress-indicator-horizontal.stories.js +7 -38
  46. package/dist/esm/loader.js +1 -1
  47. package/dist/esm/road-badge_14.entry.js +1 -1
  48. package/dist/esm/road-progress-indicator-horizontal.entry.js +2 -12
  49. package/dist/esm/roadtrip.js +1 -1
  50. package/dist/html.html-data.json +1 -9
  51. package/dist/icons/icons.svg +1 -1
  52. package/dist/icons/index.d.ts +21 -0
  53. package/dist/icons/index.js +80 -59
  54. package/dist/roadtrip/p-451c3bbf.entry.js +1 -0
  55. package/dist/roadtrip/p-850ed3d4.entry.js +1 -0
  56. package/dist/roadtrip/roadtrip.css +1 -1
  57. package/dist/roadtrip/roadtrip.esm.js +1 -1
  58. package/dist/roadtrip/svg/discount-workshop-color.svg +1 -1
  59. package/dist/roadtrip/svg/discount-workshop-outline.svg +1 -1
  60. package/dist/roadtrip/svg/discount-workshop-solid.svg +1 -1
  61. package/dist/roadtrip/svg/file-archive-color.svg +1 -0
  62. package/dist/roadtrip/svg/file-archive-outline.svg +1 -0
  63. package/dist/roadtrip/svg/flag-bulgaria-color.svg +1 -0
  64. package/dist/roadtrip/svg/flag-croatia-color.svg +1 -0
  65. package/dist/roadtrip/svg/flag-czech-republic-color.svg +1 -0
  66. package/dist/roadtrip/svg/flag-denmark-color.svg +1 -0
  67. package/dist/roadtrip/svg/flag-finland-color.svg +1 -0
  68. package/dist/roadtrip/svg/flag-greece-color.svg +1 -0
  69. package/dist/roadtrip/svg/flag-hungary-color.svg +1 -0
  70. package/dist/roadtrip/svg/flag-netherlands-color.svg +1 -0
  71. package/dist/roadtrip/svg/flag-norway-color.svg +1 -0
  72. package/dist/roadtrip/svg/flag-slovakia-color.svg +1 -0
  73. package/dist/roadtrip/svg/flag-slovenia-color.svg +1 -0
  74. package/dist/roadtrip/svg/flag-switzerland-color.svg +1 -0
  75. package/dist/roadtrip/svg/flag-turkey-color.svg +1 -0
  76. package/dist/roadtrip/svg/garage-color.svg +1 -1
  77. package/dist/roadtrip/svg/garage-house-color.svg +1 -1
  78. package/dist/roadtrip/svg/garage-house-outline.svg +1 -1
  79. package/dist/roadtrip/svg/garage-outline.svg +1 -1
  80. package/dist/roadtrip/svg/location-pin-all-outline.svg +1 -1
  81. package/dist/roadtrip/svg/location-pin-garage-auto5-color.svg +1 -1
  82. package/dist/roadtrip/svg/location-pin-garage-auto5-outline.svg +1 -1
  83. package/dist/roadtrip/svg/location-pin-garage-color.svg +1 -1
  84. package/dist/roadtrip/svg/location-pin-garage-outline.svg +1 -1
  85. package/dist/roadtrip/svg/location-pin-garage-solid.svg +1 -1
  86. package/dist/roadtrip/svg/tire-pressure-color.svg +1 -1
  87. package/dist/roadtrip/svg/tire-pressure-outline.svg +1 -1
  88. package/dist/roadtrip/svg/vehicle-rooftop-tent-color.svg +1 -0
  89. package/dist/roadtrip/svg/vehicle-rooftop-tent-outline.svg +1 -0
  90. package/dist/roadtrip/svg/vehicle-rooftop-tent-solid.svg +1 -0
  91. package/dist/roadtrip/svg/ventilator-color.svg +1 -1
  92. package/dist/roadtrip/svg/ventilator-outline.svg +1 -1
  93. package/dist/roadtrip/svg/water-color.svg +1 -0
  94. package/dist/roadtrip/svg/water-outline.svg +1 -0
  95. package/dist/types/components/progress-indicator-horizontal/progress-indicator-horizontal.d.ts +4 -21
  96. package/dist/types/components.d.ts +2 -18
  97. package/icons/icons.svg +1 -1
  98. package/icons/index.d.ts +21 -0
  99. package/icons/index.js +80 -59
  100. package/package.json +1 -1
  101. package/dist/roadtrip/p-47472e0c.entry.js +0 -1
  102. package/dist/roadtrip/p-b68c2056.entry.js +0 -1
@@ -29,7 +29,7 @@ const patchEsm = () => {
29
29
  const defineCustomElements = (win, options) => {
30
30
  if (typeof window === 'undefined') return Promise.resolve();
31
31
  return patchEsm().then(() => {
32
- return index.bootstrapLazy([["road-badge_14.cjs",[[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]}]]],["road-duration.cjs",[[1,"road-duration",{"isOpen":[1028,"is-open"],"header":[1],"min":[2],"max":[2],"step":[2],"open":[64],"close":[64]},[[0,"roadcardclick","handleClick"]]]]],["road-plate-number.cjs",[[2,"road-plate-number",{"country":[1],"disabled":[4],"placeholder":[1],"readonly":[4],"value":[1032],"motorbike":[4]}]]],["road-profil-dropdown.cjs",[[1,"road-profil-dropdown",{"isOpen":[1028,"is-open"]}]]],["road-accordion.cjs",[[1,"road-accordion",{"isOpen":[1028,"is-open"],"isLight":[4,"is-light"],"isLightSeparator":[4,"is-light-separator"],"isSmall":[4,"is-small"]}]]],["road-banner.cjs",[[1,"road-banner",{"isOpen":[1028,"is-open"],"label":[1],"link":[1],"url":[1],"close":[64]}]]],["road-carousel.cjs",[[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]}]]],["road-checkbox.cjs",[[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]}]]],["road-chip.cjs",[[1,"road-chip",{"color":[1],"outline":[4],"size":[1],"hasCloseIcon":[4,"has-close-icon"]}]]],["road-collapse.cjs",[[1,"road-collapse",{"isOpen":[1028,"is-open"],"showMore":[1,"show-more"],"showLess":[1,"show-less"],"centered":[4]}]]],["road-dialog.cjs",[[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"]]]]],["road-dropdown.cjs",[[1,"road-dropdown",{"isOpen":[1028,"is-open"],"isLight":[4,"is-light"],"isMedium":[4,"is-medium"],"position":[513],"direction":[513]}]]],["road-modal.cjs",[[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"]]]]],["road-range.cjs",[[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"]}]]],["road-rating.cjs",[[1,"road-rating",{"size":[513],"rate":[2],"reviews":[2],"reviewsText":[1,"reviews-text"]}]]],["road-toast.cjs",[[1,"road-toast",{"isOpen":[1028,"is-open"],"color":[1],"label":[1],"timeout":[2],"open":[64],"close":[64]}]]],["road-alert.cjs",[[1,"road-alert",{"color":[1],"label":[1],"link":[1],"url":[1]}]]],["road-autocomplete.cjs",[[6,"road-autocomplete",{"options":[16],"visible":[32]},[[0,"roadFocus","handleFocus"],[0,"roadfocus","handleFocus"],[4,"click","onClickOutside"]]]]],["road-button-floating.cjs",[[1,"road-button-floating",{"position":[513],"href":[1],"rel":[1],"target":[1]},[[9,"scroll","onScroll"]]]]],["road-carousel-item.cjs",[[4,"road-carousel-item"]]],["road-flap.cjs",[[1,"road-flap",{"color":[1],"size":[513]}]]],["road-global-navigation.cjs",[[1,"road-global-navigation",{"selectedTab":[1,"selected-tab"]},[[0,"roadNavbarItemClick","onNavbarChanged"],[0,"roadnavbaritemclick","onNavbarChanged"]]]]],["road-img.cjs",[[1,"road-img",{"alt":[1],"src":[1],"loadSrc":[32],"loadError":[32]}]]],["road-navbar.cjs",[[1,"road-navbar",{"selectedTab":[1,"selected-tab"]},[[0,"roadNavbarItemClick","onNavbarChanged"],[0,"roadnavbaritemclick","onNavbarChanged"]]]]],["road-navbar-item.cjs",[[1,"road-navbar-item",{"disabled":[4],"download":[1],"href":[1],"rel":[1],"selected":[1028],"tab":[1],"target":[1]},[[8,"roadNavbarChanged","onNavbarChanged"],[8,"roadnavbarchanged","onNavbarChanged"]]]]],["road-progress.cjs",[[1,"road-progress",{"value":[2],"numbersteps":[1],"label":[1],"showstep":[4],"animation":[4],"light":[4],"fullwidth":[4],"color":[1]}]]],["road-progress-indicator-horizontal.cjs",[[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"]}]]],["road-progress-tracker.cjs",[[1,"road-progress-tracker"]]],["road-progress-tracker-item.cjs",[[4,"road-progress-tracker-item"]]],["road-radio.cjs",[[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"]]]]],["road-radio-group.cjs",[[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]}]]],["road-segmented-button.cjs",[[1,"road-segmented-button",{"size":[1],"selected":[1028],"tab":[1]},[[8,"roadSegmentedButtonBarChanged","onButtonBarChanged"],[8,"roadSegmentedButtonbarchanged","onButtonBarChanged"]]]]],["road-segmented-button-bar.cjs",[[1,"road-segmented-button-bar",{"selectedTab":[1,"selected-tab"]}]]],["road-segmented-buttons.cjs",[[1,"road-segmented-buttons",{"selectedTab":[32],"select":[64],"getTab":[64],"getSelected":[64]}]]],["road-select.cjs",[[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]}]]],["road-select-filter.cjs",[[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"]]]]],["road-skeleton.cjs",[[1,"road-skeleton"]]],["road-spinner.cjs",[[1,"road-spinner",{"size":[513],"color":[513]}]]],["road-switch.cjs",[[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]}]]],["road-tab.cjs",[[1,"road-tab",{"active":[1028],"tab":[1],"setActive":[64]}]]],["road-tab-bar.cjs",[[1,"road-tab-bar",{"secondary":[4],"expand":[4],"center":[4],"selectedTab":[1,"selected-tab"]}]]],["road-tab-button.cjs",[[1,"road-tab-button",{"download":[1],"href":[1],"rel":[1],"layout":[1],"selected":[1028],"tab":[1],"target":[1]},[[8,"roadTabBarChanged","onTabBarChanged"],[8,"roadTabbarchanged","onTabBarChanged"]]]]],["road-table.cjs",[[6,"road-table"]]],["road-tabs.cjs",[[1,"road-tabs",{"selectedTab":[32],"select":[64],"getTab":[64],"getSelected":[64]}]]],["road-text.cjs",[[1,"road-text",{"color":[1]}]]],["road-textarea.cjs",[[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]}]]],["road-toggle.cjs",[[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]}]]],["road-toolbar-title.cjs",[[1,"road-toolbar-title"]]],["road-toolbar-title-page.cjs",[[1,"road-toolbar-title-page"]]],["road-tooltip.cjs",[[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]}]]],["road-vertical-stepper.cjs",[[1,"road-vertical-stepper"]]],["road-vertical-stepper-item.cjs",[[4,"road-vertical-stepper-item"]]],["road-avatar.cjs",[[1,"road-avatar",{"size":[513]}]]],["road-card.cjs",[[1,"road-card",{"button":[4],"value":[1],"type":[1],"download":[1],"href":[1],"rel":[1],"target":[1]}]]]], options);
32
+ return index.bootstrapLazy([["road-badge_14.cjs",[[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]}]]],["road-duration.cjs",[[1,"road-duration",{"isOpen":[1028,"is-open"],"header":[1],"min":[2],"max":[2],"step":[2],"open":[64],"close":[64]},[[0,"roadcardclick","handleClick"]]]]],["road-plate-number.cjs",[[2,"road-plate-number",{"country":[1],"disabled":[4],"placeholder":[1],"readonly":[4],"value":[1032],"motorbike":[4]}]]],["road-profil-dropdown.cjs",[[1,"road-profil-dropdown",{"isOpen":[1028,"is-open"]}]]],["road-accordion.cjs",[[1,"road-accordion",{"isOpen":[1028,"is-open"],"isLight":[4,"is-light"],"isLightSeparator":[4,"is-light-separator"],"isSmall":[4,"is-small"]}]]],["road-banner.cjs",[[1,"road-banner",{"isOpen":[1028,"is-open"],"label":[1],"link":[1],"url":[1],"close":[64]}]]],["road-carousel.cjs",[[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]}]]],["road-checkbox.cjs",[[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]}]]],["road-chip.cjs",[[1,"road-chip",{"color":[1],"outline":[4],"size":[1],"hasCloseIcon":[4,"has-close-icon"]}]]],["road-collapse.cjs",[[1,"road-collapse",{"isOpen":[1028,"is-open"],"showMore":[1,"show-more"],"showLess":[1,"show-less"],"centered":[4]}]]],["road-dialog.cjs",[[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"]]]]],["road-dropdown.cjs",[[1,"road-dropdown",{"isOpen":[1028,"is-open"],"isLight":[4,"is-light"],"isMedium":[4,"is-medium"],"position":[513],"direction":[513]}]]],["road-modal.cjs",[[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"]]]]],["road-range.cjs",[[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"]}]]],["road-rating.cjs",[[1,"road-rating",{"size":[513],"rate":[2],"reviews":[2],"reviewsText":[1,"reviews-text"]}]]],["road-toast.cjs",[[1,"road-toast",{"isOpen":[1028,"is-open"],"color":[1],"label":[1],"timeout":[2],"open":[64],"close":[64]}]]],["road-alert.cjs",[[1,"road-alert",{"color":[1],"label":[1],"link":[1],"url":[1]}]]],["road-autocomplete.cjs",[[6,"road-autocomplete",{"options":[16],"visible":[32]},[[0,"roadFocus","handleFocus"],[0,"roadfocus","handleFocus"],[4,"click","onClickOutside"]]]]],["road-button-floating.cjs",[[1,"road-button-floating",{"position":[513],"href":[1],"rel":[1],"target":[1]},[[9,"scroll","onScroll"]]]]],["road-carousel-item.cjs",[[4,"road-carousel-item"]]],["road-flap.cjs",[[1,"road-flap",{"color":[1],"size":[513]}]]],["road-global-navigation.cjs",[[1,"road-global-navigation",{"selectedTab":[1,"selected-tab"]},[[0,"roadNavbarItemClick","onNavbarChanged"],[0,"roadnavbaritemclick","onNavbarChanged"]]]]],["road-img.cjs",[[1,"road-img",{"alt":[1],"src":[1],"loadSrc":[32],"loadError":[32]}]]],["road-navbar.cjs",[[1,"road-navbar",{"selectedTab":[1,"selected-tab"]},[[0,"roadNavbarItemClick","onNavbarChanged"],[0,"roadnavbaritemclick","onNavbarChanged"]]]]],["road-navbar-item.cjs",[[1,"road-navbar-item",{"disabled":[4],"download":[1],"href":[1],"rel":[1],"selected":[1028],"tab":[1],"target":[1]},[[8,"roadNavbarChanged","onNavbarChanged"],[8,"roadnavbarchanged","onNavbarChanged"]]]]],["road-progress.cjs",[[1,"road-progress",{"value":[2],"numbersteps":[1],"label":[1],"showstep":[4],"animation":[4],"light":[4],"fullwidth":[4],"color":[1]}]]],["road-progress-indicator-horizontal.cjs",[[1,"road-progress-indicator-horizontal",{"color":[513],"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"]}]]],["road-progress-tracker.cjs",[[1,"road-progress-tracker"]]],["road-progress-tracker-item.cjs",[[4,"road-progress-tracker-item"]]],["road-radio.cjs",[[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"]]]]],["road-radio-group.cjs",[[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]}]]],["road-segmented-button.cjs",[[1,"road-segmented-button",{"size":[1],"selected":[1028],"tab":[1]},[[8,"roadSegmentedButtonBarChanged","onButtonBarChanged"],[8,"roadSegmentedButtonbarchanged","onButtonBarChanged"]]]]],["road-segmented-button-bar.cjs",[[1,"road-segmented-button-bar",{"selectedTab":[1,"selected-tab"]}]]],["road-segmented-buttons.cjs",[[1,"road-segmented-buttons",{"selectedTab":[32],"select":[64],"getTab":[64],"getSelected":[64]}]]],["road-select.cjs",[[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]}]]],["road-select-filter.cjs",[[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"]]]]],["road-skeleton.cjs",[[1,"road-skeleton"]]],["road-spinner.cjs",[[1,"road-spinner",{"size":[513],"color":[513]}]]],["road-switch.cjs",[[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]}]]],["road-tab.cjs",[[1,"road-tab",{"active":[1028],"tab":[1],"setActive":[64]}]]],["road-tab-bar.cjs",[[1,"road-tab-bar",{"secondary":[4],"expand":[4],"center":[4],"selectedTab":[1,"selected-tab"]}]]],["road-tab-button.cjs",[[1,"road-tab-button",{"download":[1],"href":[1],"rel":[1],"layout":[1],"selected":[1028],"tab":[1],"target":[1]},[[8,"roadTabBarChanged","onTabBarChanged"],[8,"roadTabbarchanged","onTabBarChanged"]]]]],["road-table.cjs",[[6,"road-table"]]],["road-tabs.cjs",[[1,"road-tabs",{"selectedTab":[32],"select":[64],"getTab":[64],"getSelected":[64]}]]],["road-text.cjs",[[1,"road-text",{"color":[1]}]]],["road-textarea.cjs",[[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]}]]],["road-toggle.cjs",[[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]}]]],["road-toolbar-title.cjs",[[1,"road-toolbar-title"]]],["road-toolbar-title-page.cjs",[[1,"road-toolbar-title-page"]]],["road-tooltip.cjs",[[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]}]]],["road-vertical-stepper.cjs",[[1,"road-vertical-stepper"]]],["road-vertical-stepper-item.cjs",[[4,"road-vertical-stepper-item"]]],["road-avatar.cjs",[[1,"road-avatar",{"size":[513]}]]],["road-card.cjs",[[1,"road-card",{"button":[4],"value":[1],"type":[1],"download":[1],"href":[1],"rel":[1],"target":[1]}]]]], options);
33
33
  });
34
34
  };
35
35
 
@@ -29,7 +29,7 @@ const Badge = class {
29
29
  };
30
30
  Badge.style = badgeCss;
31
31
 
32
- const buttonCss = ":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}";
32
+ const buttonCss = ":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]){color:var(--road-on-surface-disabled);pointer-events:none;background-color:var(--road-surface-disabled)}:host([aria-disabled]) ::slotted(road-icon){color:var(--road-on-surface-disabled)}.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}";
33
33
 
34
34
  const Button = class {
35
35
  constructor(hostRef) {
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-a2306350.js');
6
6
 
7
- const progressIndicatorHorizontalCss = ":host{display:block}.progress-indicator-horizontal{display:flex;padding-left:0;margin:0;font-family:var(--road-font);line-height:1.5;list-style:none}.progress-indicator-horizontal-item{display:flex;flex:1;flex-direction:column;text-align:center}.progress-indicator-horizontal-item:not(:last-child)::after{position:relative;top:1rem;left:calc(50% + 16px);order:-1;width:calc(100% - 32px);height:2px;content:\"\";background:var(--road-surface-disabled)}.progress-indicator-horizontal-outline-light .progress-indicator-horizontal-item:not(:last-child)::after,.progress-indicator-horizontal-secondary-outline-light .progress-indicator-horizontal-item:not(:last-child)::after{left:calc(50% + calc(2rem / 2));width:calc(100% - 2rem)}.progress-indicator-horizontal-item:not(.completed) .progress-indicator-horizontal-link{cursor:not-allowed}.progress-indicator-horizontal-link{z-index:1;display:flex;flex-direction:column;align-items:center;text-decoration:none}.progress-indicator-horizontal-icon{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;font-size:var(--road-button-medium);font-weight:700;color:var(--road-on-surface-disabled);background:var(--road-surface-disabled);border-radius:50%;fill:currentColor}::slotted(.progress-indicator-horizontal-icon) road-icon{color:var(--road-secondary-600)}.progress-indicator-horizontal-outline .progress-indicator-horizontal-icon,.progress-indicator-horizontal-secondary.progress-indicator-horizontal-outline .progress-indicator-horizontal-icon{width:calc(2rem - 4px);height:calc(2rem - 4px);color:var(--road-on-surface-disabled);background:var(--road-surface);border:2px solid var(--road-surface-disabled);fill:currentColor}.progress-indicator-horizontal-outline-light .progress-indicator-horizontal-icon,.progress-indicator-horizontal-secondary.progress-indicator-horizontal-outline-light .progress-indicator-horizontal-icon{color:var(--road-on-surface-disabled);background:none;border:2px solid var(--road-surface-disabled);fill:currentColor}.progress-indicator-horizontal-title{display:block;margin-top:0.25rem;font-size:var(--road-body-small);font-weight:700;color:var(--road-on-surface-disabled)}.progress-indicator-horizontal-title span{display:block;font-size:var(--road-body-small);font-weight:400;color:var(--road-on-surface-weak)}.completed:not(:last-child)::after{background:var(--road-primary)}.progress-indicator-horizontal-secondary .completed:not(:last-child)::after,.progress-indicator-horizontal-secondary.progress-indicator-horizontal-outline .completed:not(:last-child)::after,.progress-indicator-horizontal-secondary.progress-indicator-horizontal-outline-light .completed:not(:last-child)::after{background:var(--road-secondary)}.completed .progress-indicator-horizontal-icon,.current .progress-indicator-horizontal-icon{width:2rem;height:2rem;color:var(--road-on-primary);background:var(--road-primary);border:0}.progress-indicator-horizontal-outline .completed .progress-indicator-horizontal-icon{color:var(--road-primary);background:var(--road-surface);border:2px solid var(--road-primary)}.progress-indicator-horizontal-outline-light .completed .progress-indicator-horizontal-icon{color:var(--road-primary);background:none;border:2px solid var(--road-primary)}.progress-indicator-horizontal-secondary .completed .progress-indicator-horizontal-icon{color:var(--road-on-secondary);background:var(--road-secondary);border:0}.progress-indicator-horizontal-secondary.progress-indicator-horizontal-outline .completed .progress-indicator-horizontal-icon{width:calc(2rem - 4px);height:calc(2rem - 4px);color:var(--road-secondary);background:var(--road-surface);border:2px solid var(--road-secondary)}.progress-indicator-horizontal-secondary.progress-indicator-horizontal-outline-light .completed .progress-indicator-horizontal-icon{width:calc(2rem - 4px);height:calc(2rem - 4px);color:var(--road-secondary);background:none;border:2px solid var(--road-secondary)}.progress-indicator-horizontal-secondary .current .progress-indicator-horizontal-icon{width:calc(2rem - 4px);height:calc(2rem - 4px);color:var(--road-grey-900);background:var(--road-secondary);border:2px solid var(--road-secondary)}.progress-indicator-horizontal-secondary.progress-indicator-horizontal-outline .current .progress-indicator-horizontal-icon{color:var(--road-on-secondary);background:var(--road-secondary)}.progress-indicator-horizontal-secondary.progress-indicator-horizontal-outline-light .current .progress-indicator-horizontal-icon{color:var(--road-on-secondary);background:var(--road-secondary)}.current .progress-indicator-horizontal-title,.completed .progress-indicator-horizontal-title{font-weight:700;color:var(--road-on-surface)}";
7
+ const progressIndicatorHorizontalCss = ":host{display:block}.progress-indicator-horizontal{display:flex;padding-left:0;margin:0;font-family:var(--road-font);line-height:1.5;list-style:none}.progress-indicator-horizontal.progress-indicator-horizontal-header{background-color:var(--road-header-surface)}.progress-indicator-horizontal-item{display:flex;flex:1;flex-direction:column;text-align:center}.progress-indicator-horizontal-item:last-child{margin-top:0.125rem}.progress-indicator-horizontal-item:not(:last-child)::after{position:relative;top:0.8rem;left:calc(50% + 12px);order:-1;width:calc(100% - 24px);height:2px;content:\"\";background:var(--road-surface-disabled)}.progress-indicator-horizontal-header .progress-indicator-horizontal-item:not(:last-child)::after{position:relative;top:0.8rem;left:calc(50% + 12px);order:-1;width:calc(100% - 24px);height:2px;content:\"\";background:var(--road-header-surface-disabled)}.progress-indicator-horizontal-item:not(.completed) .progress-indicator-horizontal-link{cursor:not-allowed}.progress-indicator-horizontal-link{z-index:1;display:flex;flex-direction:column;align-items:center;text-decoration:none}.progress-indicator-horizontal-icon{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;font-size:var(--road-font-size-12);font-weight:700;color:var(--road-on-surface-disabled);background:var(--road-surface-disabled);border-radius:50%;fill:currentColor}::slotted([slot=\"progress-indicator-horizontal-icon\"]) road-icon{color:currentColor}.progress-indicator-horizontal-header ::slotted([slot=\"progress-indicator-horizontal-icon\"]) road-icon{color:currentColor}.progress-indicator-horizontal-header .progress-indicator-horizontal-icon{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;font-size:var(--road-font-size-12);font-weight:700;color:var(--road-on-header-surface-disabled);background:var(--road-header-surface-disabled);border-radius:50%;fill:currentColor}.progress-indicator-horizontal-title{display:block;margin-top:0.25rem;font-size:var(--road-body-small);font-weight:700;color:var(--road-on-surface-disabled)}.progress-indicator-horizontal-title span{display:block;font-size:var(--road-body-small);font-weight:400;color:var(--road-on-surface-weak)}.progress-indicator-horizontal-header .progress-indicator-horizontal-title{display:block;margin-top:0.25rem;font-size:var(--road-body-small);font-weight:700;color:var(--road-on-header-surface-disabled)}.progress-indicator-horizontal-header .progress-indicator-horizontal-title span{display:block;font-size:var(--road-body-small);font-weight:400;color:var(--road-on-header-surface-weak)}.completed:not(:last-child)::after{background:var(--road-primary)}.progress-indicator-horizontal-header .completed:not(:last-child)::after{background:var(--road-header-badge)}.current .progress-indicator-horizontal-icon{color:var(--road-on-primary);background:var(--road-primary);border:0}.completed .progress-indicator-horizontal-icon{width:calc(1.5rem - 4px);height:calc(1.5rem - 4px);color:var(--road-primary);background:var(--road-surface);border:2px solid var(--road-primary)}.progress-indicator-horizontal-header .completed .progress-indicator-horizontal-icon{color:var(--road-header-badge);background:none;border:2px solid var(--road-header-badge)}.progress-indicator-horizontal-header .current .progress-indicator-horizontal-icon{width:calc(1.5rem);height:calc(1.5rem);color:var(--road-on-header-badge);background:var(--road-header-badge);border:0}.current .progress-indicator-horizontal-title,.completed .progress-indicator-horizontal-title{font-weight:700;color:var(--road-on-surface)}.progress-indicator-horizontal-header .current .progress-indicator-horizontal-title,.progress-indicator-horizontal-header .completed .progress-indicator-horizontal-title{font-weight:700;color:var(--road-on-header-surface)}";
8
8
 
9
9
  const Stepper = class {
10
10
  constructor(hostRef) {
@@ -13,26 +13,16 @@ const Stepper = class {
13
13
  * The color progress-indicator-horizontal.
14
14
  */
15
15
  this.color = 'default';
16
- /**
17
- * Display an outline without background.
18
- */
19
- this.light = false;
20
- /**
21
- * Display an outline style .
22
- */
23
- this.outline = false;
24
16
  }
25
17
  render() {
26
18
  const colorClass = this.color !== undefined ? `progress-indicator-horizontal progress-indicator-horizontal-${this.color}` : 'progress-indicator-horizontal';
27
- const outlineClass = this.outline == true ? `progress-indicator-horizontal progress-indicator-horizontal-outline` : 'progress-indicator-horizontal';
28
- const lightClass = this.light == true ? `progress-indicator-horizontal progress-indicator-horizontal-outline-light` : 'progress-indicator-horizontal';
29
19
  const stateClass = this.stateFirstStep !== undefined ? `progress-indicator-horizontal-item ${this.stateFirstStep}` : 'progress-indicator-horizontal-item';
30
20
  const stateSecondStepClass = this.stateSecondStep !== undefined ? `progress-indicator-horizontal-item ${this.stateSecondStep}` : 'progress-indicator-horizontal-item';
31
21
  const stateThirdStepClass = this.stateSecondStep !== undefined ? `progress-indicator-horizontal-item ${this.stateThirdStep}` : 'progress-indicator-horizontal-item';
32
22
  const urlStep1 = this.urlStep1 !== undefined ? `${this.urlStep1}` : '#';
33
23
  const urlStep2 = this.urlStep2 !== undefined ? `${this.urlStep2}` : '#';
34
24
  const urlStep3 = this.urlStep3 !== undefined ? `${this.urlStep3}` : '#';
35
- return (index.h(index.Host, null, index.h("nav", null, index.h("ul", { class: `${colorClass} ${outlineClass} ${lightClass}` }, index.h("li", { class: `${stateClass}` }, index.h("a", { class: "progress-indicator-horizontal-link", href: `${urlStep1}` }, index.h("span", { class: "progress-indicator-horizontal-icon" }, index.h("slot", { name: "progress-indicator-horizontal-icon" })), index.h("span", { class: "progress-indicator-horizontal-title" }, index.h("slot", { name: "progress-indicator-horizontal-title" })))), index.h("li", { class: `${stateSecondStepClass}` }, index.h("a", { class: "progress-indicator-horizontal-link", href: `${urlStep2}` }, index.h("span", { class: "progress-indicator-horizontal-icon" }, index.h("slot", { name: "progress-indicator-horizontal-icon2" })), index.h("span", { class: "progress-indicator-horizontal-title" }, index.h("slot", { name: "progress-indicator-horizontal-title2" })))), index.h("li", { class: `${stateThirdStepClass}` }, index.h("a", { class: "progress-indicator-horizontal-link", href: `${urlStep3}` }, index.h("span", { class: "progress-indicator-horizontal-icon" }, index.h("slot", { name: "progress-indicator-horizontal-icon3" })), index.h("span", { class: "progress-indicator-horizontal-title" }, index.h("slot", { name: "progress-indicator-horizontal-title3" }))))))));
25
+ return (index.h(index.Host, null, index.h("nav", null, index.h("ul", { class: `${colorClass}` }, index.h("li", { class: `${stateClass}` }, index.h("a", { class: "progress-indicator-horizontal-link", href: `${urlStep1}` }, index.h("span", { class: "progress-indicator-horizontal-icon" }, index.h("slot", { name: "progress-indicator-horizontal-icon" })), index.h("span", { class: "progress-indicator-horizontal-title" }, index.h("slot", { name: "progress-indicator-horizontal-title" })))), index.h("li", { class: `${stateSecondStepClass}` }, index.h("a", { class: "progress-indicator-horizontal-link", href: `${urlStep2}` }, index.h("span", { class: "progress-indicator-horizontal-icon" }, index.h("slot", { name: "progress-indicator-horizontal-icon2" })), index.h("span", { class: "progress-indicator-horizontal-title" }, index.h("slot", { name: "progress-indicator-horizontal-title2" })))), index.h("li", { class: `${stateThirdStepClass}` }, index.h("a", { class: "progress-indicator-horizontal-link", href: `${urlStep3}` }, index.h("span", { class: "progress-indicator-horizontal-icon" }, index.h("slot", { name: "progress-indicator-horizontal-icon3" })), index.h("span", { class: "progress-indicator-horizontal-title" }, index.h("slot", { name: "progress-indicator-horizontal-title3" }))))))));
36
26
  }
37
27
  };
38
28
  Stepper.style = progressIndicatorHorizontalCss;
@@ -83,5 +83,5 @@ const patchDynamicImport = (base, orgScriptElm) => {
83
83
  };
84
84
 
85
85
  patchBrowser().then(options => {
86
- return index.bootstrapLazy([["road-badge_14.cjs",[[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]}]]],["road-duration.cjs",[[1,"road-duration",{"isOpen":[1028,"is-open"],"header":[1],"min":[2],"max":[2],"step":[2],"open":[64],"close":[64]},[[0,"roadcardclick","handleClick"]]]]],["road-plate-number.cjs",[[2,"road-plate-number",{"country":[1],"disabled":[4],"placeholder":[1],"readonly":[4],"value":[1032],"motorbike":[4]}]]],["road-profil-dropdown.cjs",[[1,"road-profil-dropdown",{"isOpen":[1028,"is-open"]}]]],["road-accordion.cjs",[[1,"road-accordion",{"isOpen":[1028,"is-open"],"isLight":[4,"is-light"],"isLightSeparator":[4,"is-light-separator"],"isSmall":[4,"is-small"]}]]],["road-banner.cjs",[[1,"road-banner",{"isOpen":[1028,"is-open"],"label":[1],"link":[1],"url":[1],"close":[64]}]]],["road-carousel.cjs",[[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]}]]],["road-checkbox.cjs",[[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]}]]],["road-chip.cjs",[[1,"road-chip",{"color":[1],"outline":[4],"size":[1],"hasCloseIcon":[4,"has-close-icon"]}]]],["road-collapse.cjs",[[1,"road-collapse",{"isOpen":[1028,"is-open"],"showMore":[1,"show-more"],"showLess":[1,"show-less"],"centered":[4]}]]],["road-dialog.cjs",[[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"]]]]],["road-dropdown.cjs",[[1,"road-dropdown",{"isOpen":[1028,"is-open"],"isLight":[4,"is-light"],"isMedium":[4,"is-medium"],"position":[513],"direction":[513]}]]],["road-modal.cjs",[[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"]]]]],["road-range.cjs",[[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"]}]]],["road-rating.cjs",[[1,"road-rating",{"size":[513],"rate":[2],"reviews":[2],"reviewsText":[1,"reviews-text"]}]]],["road-toast.cjs",[[1,"road-toast",{"isOpen":[1028,"is-open"],"color":[1],"label":[1],"timeout":[2],"open":[64],"close":[64]}]]],["road-alert.cjs",[[1,"road-alert",{"color":[1],"label":[1],"link":[1],"url":[1]}]]],["road-autocomplete.cjs",[[6,"road-autocomplete",{"options":[16],"visible":[32]},[[0,"roadFocus","handleFocus"],[0,"roadfocus","handleFocus"],[4,"click","onClickOutside"]]]]],["road-button-floating.cjs",[[1,"road-button-floating",{"position":[513],"href":[1],"rel":[1],"target":[1]},[[9,"scroll","onScroll"]]]]],["road-carousel-item.cjs",[[4,"road-carousel-item"]]],["road-flap.cjs",[[1,"road-flap",{"color":[1],"size":[513]}]]],["road-global-navigation.cjs",[[1,"road-global-navigation",{"selectedTab":[1,"selected-tab"]},[[0,"roadNavbarItemClick","onNavbarChanged"],[0,"roadnavbaritemclick","onNavbarChanged"]]]]],["road-img.cjs",[[1,"road-img",{"alt":[1],"src":[1],"loadSrc":[32],"loadError":[32]}]]],["road-navbar.cjs",[[1,"road-navbar",{"selectedTab":[1,"selected-tab"]},[[0,"roadNavbarItemClick","onNavbarChanged"],[0,"roadnavbaritemclick","onNavbarChanged"]]]]],["road-navbar-item.cjs",[[1,"road-navbar-item",{"disabled":[4],"download":[1],"href":[1],"rel":[1],"selected":[1028],"tab":[1],"target":[1]},[[8,"roadNavbarChanged","onNavbarChanged"],[8,"roadnavbarchanged","onNavbarChanged"]]]]],["road-progress.cjs",[[1,"road-progress",{"value":[2],"numbersteps":[1],"label":[1],"showstep":[4],"animation":[4],"light":[4],"fullwidth":[4],"color":[1]}]]],["road-progress-indicator-horizontal.cjs",[[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"]}]]],["road-progress-tracker.cjs",[[1,"road-progress-tracker"]]],["road-progress-tracker-item.cjs",[[4,"road-progress-tracker-item"]]],["road-radio.cjs",[[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"]]]]],["road-radio-group.cjs",[[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]}]]],["road-segmented-button.cjs",[[1,"road-segmented-button",{"size":[1],"selected":[1028],"tab":[1]},[[8,"roadSegmentedButtonBarChanged","onButtonBarChanged"],[8,"roadSegmentedButtonbarchanged","onButtonBarChanged"]]]]],["road-segmented-button-bar.cjs",[[1,"road-segmented-button-bar",{"selectedTab":[1,"selected-tab"]}]]],["road-segmented-buttons.cjs",[[1,"road-segmented-buttons",{"selectedTab":[32],"select":[64],"getTab":[64],"getSelected":[64]}]]],["road-select.cjs",[[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]}]]],["road-select-filter.cjs",[[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"]]]]],["road-skeleton.cjs",[[1,"road-skeleton"]]],["road-spinner.cjs",[[1,"road-spinner",{"size":[513],"color":[513]}]]],["road-switch.cjs",[[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]}]]],["road-tab.cjs",[[1,"road-tab",{"active":[1028],"tab":[1],"setActive":[64]}]]],["road-tab-bar.cjs",[[1,"road-tab-bar",{"secondary":[4],"expand":[4],"center":[4],"selectedTab":[1,"selected-tab"]}]]],["road-tab-button.cjs",[[1,"road-tab-button",{"download":[1],"href":[1],"rel":[1],"layout":[1],"selected":[1028],"tab":[1],"target":[1]},[[8,"roadTabBarChanged","onTabBarChanged"],[8,"roadTabbarchanged","onTabBarChanged"]]]]],["road-table.cjs",[[6,"road-table"]]],["road-tabs.cjs",[[1,"road-tabs",{"selectedTab":[32],"select":[64],"getTab":[64],"getSelected":[64]}]]],["road-text.cjs",[[1,"road-text",{"color":[1]}]]],["road-textarea.cjs",[[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]}]]],["road-toggle.cjs",[[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]}]]],["road-toolbar-title.cjs",[[1,"road-toolbar-title"]]],["road-toolbar-title-page.cjs",[[1,"road-toolbar-title-page"]]],["road-tooltip.cjs",[[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]}]]],["road-vertical-stepper.cjs",[[1,"road-vertical-stepper"]]],["road-vertical-stepper-item.cjs",[[4,"road-vertical-stepper-item"]]],["road-avatar.cjs",[[1,"road-avatar",{"size":[513]}]]],["road-card.cjs",[[1,"road-card",{"button":[4],"value":[1],"type":[1],"download":[1],"href":[1],"rel":[1],"target":[1]}]]]], options);
86
+ return index.bootstrapLazy([["road-badge_14.cjs",[[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]}]]],["road-duration.cjs",[[1,"road-duration",{"isOpen":[1028,"is-open"],"header":[1],"min":[2],"max":[2],"step":[2],"open":[64],"close":[64]},[[0,"roadcardclick","handleClick"]]]]],["road-plate-number.cjs",[[2,"road-plate-number",{"country":[1],"disabled":[4],"placeholder":[1],"readonly":[4],"value":[1032],"motorbike":[4]}]]],["road-profil-dropdown.cjs",[[1,"road-profil-dropdown",{"isOpen":[1028,"is-open"]}]]],["road-accordion.cjs",[[1,"road-accordion",{"isOpen":[1028,"is-open"],"isLight":[4,"is-light"],"isLightSeparator":[4,"is-light-separator"],"isSmall":[4,"is-small"]}]]],["road-banner.cjs",[[1,"road-banner",{"isOpen":[1028,"is-open"],"label":[1],"link":[1],"url":[1],"close":[64]}]]],["road-carousel.cjs",[[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]}]]],["road-checkbox.cjs",[[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]}]]],["road-chip.cjs",[[1,"road-chip",{"color":[1],"outline":[4],"size":[1],"hasCloseIcon":[4,"has-close-icon"]}]]],["road-collapse.cjs",[[1,"road-collapse",{"isOpen":[1028,"is-open"],"showMore":[1,"show-more"],"showLess":[1,"show-less"],"centered":[4]}]]],["road-dialog.cjs",[[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"]]]]],["road-dropdown.cjs",[[1,"road-dropdown",{"isOpen":[1028,"is-open"],"isLight":[4,"is-light"],"isMedium":[4,"is-medium"],"position":[513],"direction":[513]}]]],["road-modal.cjs",[[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"]]]]],["road-range.cjs",[[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"]}]]],["road-rating.cjs",[[1,"road-rating",{"size":[513],"rate":[2],"reviews":[2],"reviewsText":[1,"reviews-text"]}]]],["road-toast.cjs",[[1,"road-toast",{"isOpen":[1028,"is-open"],"color":[1],"label":[1],"timeout":[2],"open":[64],"close":[64]}]]],["road-alert.cjs",[[1,"road-alert",{"color":[1],"label":[1],"link":[1],"url":[1]}]]],["road-autocomplete.cjs",[[6,"road-autocomplete",{"options":[16],"visible":[32]},[[0,"roadFocus","handleFocus"],[0,"roadfocus","handleFocus"],[4,"click","onClickOutside"]]]]],["road-button-floating.cjs",[[1,"road-button-floating",{"position":[513],"href":[1],"rel":[1],"target":[1]},[[9,"scroll","onScroll"]]]]],["road-carousel-item.cjs",[[4,"road-carousel-item"]]],["road-flap.cjs",[[1,"road-flap",{"color":[1],"size":[513]}]]],["road-global-navigation.cjs",[[1,"road-global-navigation",{"selectedTab":[1,"selected-tab"]},[[0,"roadNavbarItemClick","onNavbarChanged"],[0,"roadnavbaritemclick","onNavbarChanged"]]]]],["road-img.cjs",[[1,"road-img",{"alt":[1],"src":[1],"loadSrc":[32],"loadError":[32]}]]],["road-navbar.cjs",[[1,"road-navbar",{"selectedTab":[1,"selected-tab"]},[[0,"roadNavbarItemClick","onNavbarChanged"],[0,"roadnavbaritemclick","onNavbarChanged"]]]]],["road-navbar-item.cjs",[[1,"road-navbar-item",{"disabled":[4],"download":[1],"href":[1],"rel":[1],"selected":[1028],"tab":[1],"target":[1]},[[8,"roadNavbarChanged","onNavbarChanged"],[8,"roadnavbarchanged","onNavbarChanged"]]]]],["road-progress.cjs",[[1,"road-progress",{"value":[2],"numbersteps":[1],"label":[1],"showstep":[4],"animation":[4],"light":[4],"fullwidth":[4],"color":[1]}]]],["road-progress-indicator-horizontal.cjs",[[1,"road-progress-indicator-horizontal",{"color":[513],"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"]}]]],["road-progress-tracker.cjs",[[1,"road-progress-tracker"]]],["road-progress-tracker-item.cjs",[[4,"road-progress-tracker-item"]]],["road-radio.cjs",[[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"]]]]],["road-radio-group.cjs",[[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]}]]],["road-segmented-button.cjs",[[1,"road-segmented-button",{"size":[1],"selected":[1028],"tab":[1]},[[8,"roadSegmentedButtonBarChanged","onButtonBarChanged"],[8,"roadSegmentedButtonbarchanged","onButtonBarChanged"]]]]],["road-segmented-button-bar.cjs",[[1,"road-segmented-button-bar",{"selectedTab":[1,"selected-tab"]}]]],["road-segmented-buttons.cjs",[[1,"road-segmented-buttons",{"selectedTab":[32],"select":[64],"getTab":[64],"getSelected":[64]}]]],["road-select.cjs",[[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]}]]],["road-select-filter.cjs",[[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"]]]]],["road-skeleton.cjs",[[1,"road-skeleton"]]],["road-spinner.cjs",[[1,"road-spinner",{"size":[513],"color":[513]}]]],["road-switch.cjs",[[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]}]]],["road-tab.cjs",[[1,"road-tab",{"active":[1028],"tab":[1],"setActive":[64]}]]],["road-tab-bar.cjs",[[1,"road-tab-bar",{"secondary":[4],"expand":[4],"center":[4],"selectedTab":[1,"selected-tab"]}]]],["road-tab-button.cjs",[[1,"road-tab-button",{"download":[1],"href":[1],"rel":[1],"layout":[1],"selected":[1028],"tab":[1],"target":[1]},[[8,"roadTabBarChanged","onTabBarChanged"],[8,"roadTabbarchanged","onTabBarChanged"]]]]],["road-table.cjs",[[6,"road-table"]]],["road-tabs.cjs",[[1,"road-tabs",{"selectedTab":[32],"select":[64],"getTab":[64],"getSelected":[64]}]]],["road-text.cjs",[[1,"road-text",{"color":[1]}]]],["road-textarea.cjs",[[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]}]]],["road-toggle.cjs",[[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]}]]],["road-toolbar-title.cjs",[[1,"road-toolbar-title"]]],["road-toolbar-title-page.cjs",[[1,"road-toolbar-title-page"]]],["road-tooltip.cjs",[[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]}]]],["road-vertical-stepper.cjs",[[1,"road-vertical-stepper"]]],["road-vertical-stepper-item.cjs",[[4,"road-vertical-stepper-item"]]],["road-avatar.cjs",[[1,"road-avatar",{"size":[513]}]]],["road-card.cjs",[[1,"road-card",{"button":[4],"value":[1],"type":[1],"download":[1],"href":[1],"rel":[1],"target":[1]}]]]], options);
87
87
  });
@@ -247,8 +247,13 @@
247
247
  -------------------- */
248
248
 
249
249
  :host([aria-disabled]) {
250
+ color: var(--road-on-surface-disabled);
250
251
  pointer-events: none;
251
- opacity: 0.16;
252
+ background-color: var(--road-surface-disabled);
253
+ }
254
+
255
+ :host([aria-disabled]) ::slotted(road-icon){
256
+ color: var(--road-on-surface-disabled);
252
257
  }
253
258
 
254
259
  .button-native:disabled {
@@ -1 +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>
1
+ <svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M55.52 36.41h-2.5v25.31h2.5V36.41Zm-25.4-3.75v-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.47Zm4.91-54.32c-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.5Zm-14.54 0a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5Zm17.82-35.58c1.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-1Zm12.54 3.86c-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>
@@ -1 +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>
1
+ <svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M55.52 36.41h-2.5v25.31h2.5V36.41Zm-25.4-3.75v-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.47Zm4.91-54.32c-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.5Zm-14.54 0a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5Zm17.82-35.58c1.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-1Zm12.54 3.86c-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>
@@ -1 +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
+ <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.5Zm21.15-9.23c-.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.25Zm-11.04-9.86h-.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.75v2Zm-12.04 21.4-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>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M16.19 11.1c0-.41.34-.75.75-.75h31.11v22.93h2.5V10.35a2.5 2.5 0 0 0-2.5-2.5H16.94c-1.79 0-3.25 1.46-3.25 3.25v22.18h2.5V11.1ZM46.76 2.76H17.49v2.5h29.27v-2.5Z"/><path d="M41.67 27.67H22.58v2.5h19.09v-2.5ZM41.67 21.58H22.58v2.5h19.09v-2.5ZM35.31 15.49H22.58v2.5h12.73v-2.5Z"/><path d="m54.13 29.99-2 1.5 3.27 4.36H41.25l-2.76 3.82H25.8l-2.55-3.82H8.85l3.27-4.36-2-1.5-4.07 5.42v25.85h52.14V35.41l-4.07-5.42h.01Zm1.57 28.77H8.56V38.35h13.35l2.55 3.82h15.31l2.76-3.82H55.7v20.41Z"/><path d="M25.15 54.9h13.96v-8.86H25.15v8.86Zm2.5-6.36h8.96v3.86h-8.96v-3.86Z" 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="M16.19 11.1c0-.41.34-.75.75-.75h31.11v22.93h2.5V10.35a2.5 2.5 0 0 0-2.5-2.5H16.94c-1.79 0-3.25 1.46-3.25 3.25v22.18h2.5V11.1ZM46.76 2.76H17.49v2.5h29.27v-2.5Z"/><path d="M41.67 27.67H22.58v2.5h19.09v-2.5ZM41.67 21.58H22.58v2.5h19.09v-2.5ZM35.31 15.49H22.58v2.5h12.73v-2.5Z"/><path d="m54.13 29.99-2 1.5 3.27 4.36H41.25l-2.76 3.82H25.8l-2.55-3.82H8.85l3.27-4.36-2-1.5-4.07 5.42v25.85h52.14V35.41l-4.07-5.42h.01Zm1.57 28.77H8.56V38.35h13.35l2.55 3.82h15.31l2.76-3.82H55.7v20.41Z"/><path d="M25.15 54.9h13.96v-8.86H25.15v8.86Zm2.5-6.36h8.96v3.86h-8.96v-3.86Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M24 4H0v16h24V4Z" fill="#51586C" fill-opacity=".28"/><path d="M23 12H1v6.999h22V12Z" fill="#D62612"/><path d="M23 5H1v7h22V5Z" fill="#fff"/><path d="M23 9.668H1v4.667h22V9.668Z" fill="#00966E"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M24 4H0v16h24V4Z" fill="#51586C" fill-opacity=".28"/><path d="M23 12H1v6.999h22V12Z" fill="#171796"/><path d="M23 5H1v7h22V5Z" fill="red"/><path d="M23 9.668H1v4.667h22V9.668Z" fill="#fff"/><path d="m11.344 7.546-.002.001-.738-.423-.558.639.367 1.45a6.428 6.428 0 0 1 1.054-.176l-.123-1.491ZM13.958 7.763l-.002.001-.56-.64-.736.422-.124 1.49c.36.03.712.09 1.053.177l.369-1.45Z" fill="#171796"/><path d="m10.046 7.763-.002.001-.797-.295-.447.72.604 1.373a6.39 6.39 0 0 1 1.01-.35l-.368-1.45ZM12.66 7.546l-.002.001L12 7.008l-.656.538.123 1.49c.352-.03.717-.03 1.069 0l.124-1.49ZM14.595 9.561l.605-1.372-.446-.72-.796.294-.369 1.45c.348.088.684.206 1.006.348Z" fill="#0093DD"/><path d="M12 15.628a2.726 2.726 0 0 0 2.718-2.717H9.284A2.725 2.725 0 0 0 12 15.628ZM10 8.475a.391.391 0 0 1-.346.571.39.39 0 0 1-.382-.315c.218.375.79.179.727-.256ZM13.823 8.292c.4.102.785.236 1.155.4l-.233.53a6.778 6.778 0 0 0-1.064-.369l.142-.56Z" fill="#fff"/><path d="M10.457 9.816H9.43v1.129h1.027v-1.13ZM10.457 12.074h1.028v-1.129h-1.027v1.129ZM9.43 12.9c0 .102.006.204.018.303h1.01v-1.129H9.43v.826ZM12.513 12.074h-1.028v1.13h1.028v-1.13ZM12.513 14.332h1.028v-1.129h-1.028v1.13ZM13.541 14.95c.228-.172.426-.38.587-.618h-.587v.618ZM10.458 14.332h1.027v-1.129h-1.027v1.13ZM9.87 14.332c.16.237.36.447.588.619v-.619H9.87Z" fill="red"/><path d="M12.178 15.461a2.55 2.55 0 0 0 .335-.045v-1.084h-1.027v1.084c.225.047.462.06.692.045ZM14.55 13.203c.031-.208.013-.908.018-1.129H13.54v1.13h1.008ZM12.513 12.074h1.028v-1.129h-1.028v1.129ZM12.513 9.816h-1.027v1.129h1.027v-1.13ZM14.568 10.945v-1.13H13.54v1.13h1.027ZM10.322 8.853c.361-.092.734-.155 1.115-.186l-.032-.377a7.13 7.13 0 0 0-1.176.196l.093.367ZM10.137 8.124c.4-.102.814-.171 1.237-.206l-.03-.37c-.444.036-.878.11-1.298.216l.091.36ZM14.782 9.137l.156-.354a7.273 7.273 0 0 0-1.14-.394l-.091.361c.373.096.734.221 1.08.374l-.005.013Z" fill="red"/><path d="M9.726 8.13c0 .14-.114.254-.254.254-.336-.014-.336-.494 0-.508.14 0 .254.114.254.254ZM11.928 7.844c0 .122-.1.221-.222.221-.294-.011-.294-.432 0-.443.122 0 .222.099.222.222ZM12.523 7.844c0 .122-.099.221-.222.221-.294-.011-.294-.432 0-.443.123 0 .222.099.222.222ZM12.218 8.457c0 .122-.1.221-.222.221-.294-.011-.294-.431 0-.443.123 0 .222.1.222.222ZM14.821 8.038c0 .14-.114.254-.253.254a.254.254 0 1 1 .254-.254ZM13.383 8.336l-.322-.087.06-.247c.036-.166-.201-.225-.248-.062l-.094.376c-.034.124.092.18.053.35l.114.026s.023-.208.193-.165c.17.043.101.232.101.232l.114.027c.058-.119.283-.387.029-.45Z" fill="#F7DB17"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M24 4H0v16h24V4Z" fill="#51586C" fill-opacity=".28"/><path d="M23 5.004H1v13.995h22V5.004Z" fill="#D7141A"/><path d="M23 5H1v7h22V5Z" fill="#fff"/><path d="M11.5 12 1 5v14l10.5-7Z" fill="#11457E"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M24 4H0v16h24V4Z" fill="#51586C" fill-opacity=".28"/><path d="M23 5.004H1v13.995h22V5.004Z" fill="#C60C30"/><path d="M9 19H7v-6H1v-2h6V5h2v6h14v2H9v6Z" fill="#fff"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M24 4H0v16h24V4Z" fill="#51586C" fill-opacity=".28"/><path d="M23 5.004H1v13.995h22V5.004Z" fill="#fff"/><path d="M11.18 19H7.36v-5.09H1v-3.82h6.36V5h3.82v5.09H23v3.82H11.18V19Z" fill="#002F6C"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M24 4H0v16h24V4Z" fill="#51586C" fill-opacity=".28"/><path d="M23 5.004H1v13.995h22V5.004Z" fill="#0D5EAF"/><path d="M23 15.894H1v1.56h22v-1.56ZM8.78 8.114H5.67v-3.11H4.11v3.11H1v1.56h3.11v3.11H1v1.55h22v-1.55H5.67v-3.11h3.11v1.55H23v-1.55H8.78v-1.56Z" fill="#fff"/><path d="M23 6.564H8.78v1.56H23v-1.56Z" fill="#fff"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M24 4H0v16h24V4Z" fill="#51586C" fill-opacity=".28"/><path d="M23 12H1v6.999h22V12Z" fill="#477050"/><path d="M23 5H1v7h22V5Z" fill="#CE2939"/><path d="M23 9.668H1v4.667h22V9.668Z" fill="#fff"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M24 4H0v16h24V4Z" fill="#51586C" fill-opacity=".28"/><path d="M23 12H1v6.999h22V12Z" fill="#21468B"/><path d="M23 5H1v7h22V5Z" fill="#AE1C28"/><path d="M23 9.668H1v4.667h22V9.668Z" fill="#fff"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M24 4H0v16h24V4Z" fill="#51586C" fill-opacity=".28"/><path d="M23 5.004H1v13.995h22V5.004Z" fill="#BA0C2F"/><path d="M10.75 10.25V5h-3.5v5.25H1v3.5h6.25V19h3.5v-5.25H23v-3.5H10.75Z" fill="#fff"/><path d="M9.88 19H8.13v-6.12H1v-1.75h7.12V5h1.75v6.12H23v1.75H9.87v6.12l.01.01Z" fill="#003087"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M24 4H0v16h24V4Z" fill="#51586C" fill-opacity=".28"/><path d="M23 12H1v6.999h22V12Z" fill="#EE1C25"/><path d="M23 5H1v7h22V5Z" fill="#fff"/><path d="M23 9.668H1v4.667h22V9.668Z" fill="#0B4EA2"/><path d="M7.3 15.733c-1.749-.82-3.002-2.137-3.01-4.065.005-2.29.103-3.197.119-3.378h5.782c.015.173.115 1.093.119 3.378-.008 1.929-1.26 3.244-3.01 4.065Z" fill="#fff"/><path d="M4.6 8.5c-.025.309-.1 1.373-.1 3.168.01 1.809 1.164 3.04 2.8 3.832 1.636-.792 2.79-2.024 2.8-3.833 0-1.794-.075-2.858-.1-3.167H4.6Z" fill="#EE1C25"/><path d="M7.053 11.605v1.127h.494v-1.127c.924 0 1.186.082 1.462.165a4.53 4.53 0 0 1 0-.838c-.276.084-.538.165-1.462.165v-.758c.292 0 .694.012 1.157.17a4.51 4.51 0 0 1 0-.84 3.488 3.488 0 0 1-1.157.166c0-.22.068-.692.154-1.083a4.502 4.502 0 0 1-.801 0c.085.391.153.864.153 1.083-.292 0-.694-.011-1.157-.167.026.28.026.56 0 .84.463-.157.865-.17 1.157-.17v.76c-.923 0-1.186-.082-1.462-.166.026.279.026.56 0 .838.276-.083.538-.165 1.462-.165Z" fill="#fff"/><path d="M8.19 13.482c-.39-.962-1.281-1.16-1.78 0-.411-.58-1.022-.454-1.344.166.545.833 1.22 1.339 2.234 1.852 1.015-.514 1.69-1.02 2.235-1.852-.35-.647-.938-.729-1.344-.166Z" fill="#0B4EA2"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M24 4H0v16h24V4Z" fill="#51586C" fill-opacity=".28"/><path d="M23 12H1v6.999h22V12Z" fill="#ED1C24"/><path d="M23 5H1v7h22V5Z" fill="#fff"/><path d="M23 9.668H1v4.667h22V9.668Z" fill="#005DA4"/><path d="M6.979 11.928a2.329 2.329 0 0 1-1.61-2.066l-.14-2.216c1.111-.51 2.431-.51 3.542 0l-.139 2.216a2.33 2.33 0 0 1-1.631 2.073l-.022-.007Z" fill="#005DA4"/><path d="M7 8.787a.235.235 0 1 0 0-.47.235.235 0 0 0 0 .47ZM7.713 8.148a.235.235 0 1 0 0-.47.235.235 0 0 0 0 .47ZM6.287 8.148a.235.235 0 1 0 0-.47.235.235 0 0 0 0 .47Z" fill="#FD0"/><path d="m7.675 9.484-.27.37-.41-.81-.41.81-.27-.37-.77 1.11c.09.21.21.4.35.58.28.35.66.62 1.09.75h.02c.43-.12.8-.38 1.08-.72.1-.13.19-.26.25-.36.05-.08.08-.16.12-.25l-.77-1.12-.01.01Z" fill="#fff"/><path d="M7.975 11.024c-.27.02-.29-.22-.49-.24-.19.02-.22.25-.49.24-.17 0-.27-.09-.34-.16-.25-.25-.32.19-.63.16-.27.02-.29-.22-.49-.24v-.27c.27-.02.29.22.49.24.19-.03.21-.25.48-.24.27-.02.29.22.49.24.19-.02.22-.25.49-.24.27-.02.29.22.49.24.19-.02.22-.25.49-.24v.27c-.19.02-.22.25-.49.24Z" fill="#005DA4"/><path d="M6.98 12.067A2.463 2.463 0 0 1 5.236 9.87L5.1 7.708c.083-.041.18-.084.265-.122l.142 2.267c.045.872.66 1.67 1.492 1.935a2.189 2.189 0 0 0 1.492-1.935l.142-2.267c.086.038.182.08.265.122L8.764 9.87A2.464 2.464 0 0 1 7 12.073l-.02-.006Z" fill="#ED1C24"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M24 4H0v16h24V4Z" fill="#51586C" fill-opacity=".28"/><path d="M23 5.004H1v13.995h22V5.004Z" fill="#DA291C"/><path d="M10.688 7.625h2.624v3.063h3.063v2.624h-3.063v3.063h-2.624v-3.063H7.624v-2.624h3.063V7.624Z" fill="#fff"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M24 4H0v16h24V4Z" fill="#51586C" fill-opacity=".28"/><path d="M23 5.004H1v13.995h22V5.004Z" fill="#E30A17"/><path d="m13.66 12 .748-1.029-1.21.394-.747-1.03v1.273L11.242 12l1.21.392v1.272l.747-1.029 1.209.394L13.661 12Z" fill="#fff"/><path d="M11.246 14.082a2.8 2.8 0 1 1 .211-3.953 3.5 3.5 0 1 0 0 3.744 2.673 2.673 0 0 1-.211.21Z" fill="#fff"/></svg>
@@ -1 +1 @@
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
+ <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.5Zm-14.54 0a1.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 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
+ <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.5Zm-14.54 0a1.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 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
+ <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.5Zm-14.54 0a1.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.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
+ <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.5Zm-14.54 0a1.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="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
+ <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.32Zm13.56 1.88c2.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 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>
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-.01Zm10.63 12.66c2.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>
@@ -1 +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
+ <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-.01Zm10.63 12.66c2.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 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>
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.5Zm-9.6 0a1.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>
@@ -1 +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
+ <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.5Zm-9.6 0a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Z"/></svg>
@@ -1 +1 @@
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>
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.5Zm10.6 0a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Zm.02-9.18H26.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>
@@ -1 +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>
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-14Zm0 18.43h-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>
@@ -1 +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>
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-14Zm0 18.43h-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 @@
1
+ <svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M46.792 31.053c-.57 0-1.14-.22-1.58-.65l-24.83-24.84c-.88-.88-.88-2.3 0-3.18 2.09-2.09 5.42-2.09 7.46-.04l20.59 20.59c2.05 2.05 2.05 5.38 0 7.42-.46.46-1.06.69-1.65.69l.01.01Zm-24.46-27.07 24.47 24.47c.94-1.11.89-2.73-.13-3.75l-20.6-20.59a2.751 2.751 0 0 0-3.75-.13h.01ZM6.398 43.72l1.63-1.1 3.02-4.47a7.728 7.728 0 0 1 4.86-3.24c-.27.79-.59 1.82-1.03 3.18l-.16.49c-.31.99-.15 2.04.45 2.88.6.84 1.55 1.34 2.59 1.36l29.45.52c.47.12.95.22 1.44.29 2.61.36 5.37 1.02 8.21 1.97.92.31 1.7.89 2.26 1.63h2.86a7.205 7.205 0 0 0-4.33-4c-2.99-1-5.9-1.7-8.67-2.08-1.89-.26-3.63-.96-5.02-2.02l-5.81-4.41c-2.35-1.78-5.27-2.72-8.22-2.69l-12.63.2c-3.35.05-6.46 1.74-8.33 4.52l-2.74 4.07-1.23.83a7.28 7.28 0 0 0-2.91 4.02h2.66c.36-.78.92-1.46 1.65-1.94v-.01Zm23.57-9.19c2.38-.03 4.76.74 6.67 2.18l5.35 4.06-10.52-.2.1-.03-1.73-6.01h.13Zm-12.87 4.81.16-.49c.48-1.5 1.02-3.18 1.32-4.13l8.68-.14 1.72 5.95-11.17-.21c-.33 0-.52-.2-.6-.31a.73.73 0 0 1-.1-.66l-.01-.01ZM60.058 49.72c0 .13.03.25.03.38v6.06l-3.2.74h-2.5c-.02-3.43-2.82-6.21-6.25-6.21s-6.22 2.78-6.25 6.21h-21.67c-.02-3.43-2.82-6.21-6.25-6.21s-6.09 2.65-6.24 5.97l-2.34-.35a1.74 1.74 0 0 1-1.49-1.83l.36-6.33h-2.5l-.35 6.19a4.225 4.225 0 0 0 3.62 4.44l3.14.47c.92 2.3 3.17 3.94 5.8 3.94s4.79-1.57 5.75-3.79h22.68a6.257 6.257 0 0 0 5.75 3.79c2.58 0 4.79-1.57 5.75-3.79h3.29l3.67-.85a2.236 2.236 0 0 0 1.74-2.19V50.1c0-.13-.02-.25-.03-.38h-2.51ZM13.968 60.7c-2.07 0-3.75-1.68-3.75-3.75 0-2.07 1.68-3.75 3.75-3.75 2.07 0 3.75 1.68 3.75 3.75 0 2.07-1.68 3.75-3.75 3.75Zm34.17 0c-2.07 0-3.75-1.68-3.75-3.75 0-2.07 1.68-3.75 3.75-3.75 2.07 0 3.75 1.68 3.75 3.75 0 2.07-1.68 3.75-3.75 3.75Z"/><path d="M27.452 21.734h-5.17v2.5h5.17v-2.5Z" fill="var(--road-icon-variant, rgb(252, 183, 49))"/><path d="m45.212 30.404-2.39-2.39-9.53.14v-2.92c0-7.78-4.35-8.43-8.43-8.43s-8.43.65-8.43 8.43v3.17l-8.54.13c3.46-3.45 9.81-10.75 14.15-21.31l-1.66-1.66c-.1-.1-.18-.2-.25-.31-5.79 14.84-16.17 23.52-16.27 23.61a1.253 1.253 0 0 0 .79 2.22h.02l40.64-.6s-.07-.05-.09-.08h-.01Zm-26.28-5.16c0-5.65 2.25-5.93 5.93-5.93 3.68 0 5.93.29 5.93 5.93v2.95l-11.87.17v-3.13l.01.01ZM62.018 47.22h-5.29v2.5h5.87c-.05-.88-.25-1.72-.58-2.5ZM2.128 45.66c-.24.77-.29 1.69-.33 2.5h5.56v-2.5h-5.23Z" 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.792 31.053c-.57 0-1.14-.22-1.58-.65l-24.83-24.84c-.88-.88-.88-2.3 0-3.18 2.09-2.09 5.42-2.09 7.46-.04l20.59 20.59c2.05 2.05 2.05 5.38 0 7.42-.46.46-1.06.69-1.65.69l.01.01Zm-24.46-27.07 24.47 24.47c.94-1.11.89-2.73-.13-3.75l-20.6-20.59a2.751 2.751 0 0 0-3.75-.13h.01ZM6.398 43.72l1.63-1.1 3.02-4.47a7.728 7.728 0 0 1 4.86-3.24c-.27.79-.59 1.82-1.03 3.18l-.16.49c-.31.99-.15 2.04.45 2.88.6.84 1.55 1.34 2.59 1.36l29.45.52c.47.12.95.22 1.44.29 2.61.36 5.37 1.02 8.21 1.97.92.31 1.7.89 2.26 1.63h2.86a7.205 7.205 0 0 0-4.33-4c-2.99-1-5.9-1.7-8.67-2.08-1.89-.26-3.63-.96-5.02-2.02l-5.81-4.41c-2.35-1.78-5.27-2.72-8.22-2.69l-12.63.2c-3.35.05-6.46 1.74-8.33 4.52l-2.74 4.07-1.23.83a7.28 7.28 0 0 0-2.91 4.02h2.66c.36-.78.92-1.46 1.65-1.94v-.01Zm23.57-9.19c2.38-.03 4.76.74 6.67 2.18l5.35 4.06-10.52-.2.1-.03-1.73-6.01h.13Zm-12.87 4.81.16-.49c.48-1.5 1.02-3.18 1.32-4.13l8.68-.14 1.72 5.95-11.17-.21c-.33 0-.52-.2-.6-.31a.73.73 0 0 1-.1-.66l-.01-.01ZM60.058 49.72c0 .13.03.25.03.38v6.06l-3.2.74h-2.5c-.02-3.43-2.82-6.21-6.25-6.21s-6.22 2.78-6.25 6.21h-21.67c-.02-3.43-2.82-6.21-6.25-6.21s-6.09 2.65-6.24 5.97l-2.34-.35a1.74 1.74 0 0 1-1.49-1.83l.36-6.33h-2.5l-.35 6.19a4.225 4.225 0 0 0 3.62 4.44l3.14.47c.92 2.3 3.17 3.94 5.8 3.94s4.79-1.57 5.75-3.79h22.68a6.257 6.257 0 0 0 5.75 3.79c2.58 0 4.79-1.57 5.75-3.79h3.29l3.67-.85a2.236 2.236 0 0 0 1.74-2.19V50.1c0-.13-.02-.25-.03-.38h-2.51ZM13.968 60.7c-2.07 0-3.75-1.68-3.75-3.75 0-2.07 1.68-3.75 3.75-3.75 2.07 0 3.75 1.68 3.75 3.75 0 2.07-1.68 3.75-3.75 3.75Zm34.17 0c-2.07 0-3.75-1.68-3.75-3.75 0-2.07 1.68-3.75 3.75-3.75 2.07 0 3.75 1.68 3.75 3.75 0 2.07-1.68 3.75-3.75 3.75ZM27.452 21.734h-5.17v2.5h5.17v-2.5Z"/><path d="m45.212 30.404-2.39-2.39-9.53.14v-2.92c0-7.78-4.35-8.43-8.43-8.43s-8.43.65-8.43 8.43v3.17l-8.54.13c3.46-3.45 9.81-10.75 14.15-21.31l-1.66-1.66c-.1-.1-.18-.2-.25-.31-5.79 14.84-16.17 23.52-16.27 23.61a1.253 1.253 0 0 0 .79 2.22h.02l40.64-.6s-.07-.05-.09-.08h-.01Zm-26.28-5.16c0-5.65 2.25-5.93 5.93-5.93 3.68 0 5.93.29 5.93 5.93v2.95l-11.87.17v-3.13l.01.01ZM62.018 47.22h-5.29v2.5h5.87c-.05-.88-.25-1.72-.58-2.5ZM2.128 45.66c-.24.77-.29 1.69-.33 2.5h5.56v-2.5h-5.23Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M42.405 59.397H19.72a6.245 6.245 0 0 1-11.547-.143l-3.142-.467a4.232 4.232 0 0 1-3.618-4.444l.35-6.186H5.32v-2.5H2.09a7.29 7.29 0 0 1 2.91-4.015l1.228-.827 2.743-4.07a10.262 10.262 0 0 1 8.335-4.52l12.661-.204a13.21 13.21 0 0 1 8.16 2.672l5.84 4.43c1.06.792 2.261 1.372 3.54 1.71l.254.005v.057c.405.103.814.184 1.227.243a48.057 48.057 0 0 1 8.666 2.076 7.206 7.206 0 0 1 4.325 4h-3.286v2.5h3.872c.007.127.031.25.031.378v6.26a2.243 2.243 0 0 1-1.74 2.19l-3.67.853h-3.292a6.248 6.248 0 0 1-11.492 0l.004.002Zm2-2.455a3.75 3.75 0 1 0 3.75-3.75 3.755 3.755 0 0 0-3.758 3.75h.008Zm-34.174 0a3.75 3.75 0 1 0 3.75-3.75 3.755 3.755 0 0 0-3.758 3.75h.008ZM30.005 34.52h-.16l1.732 6.012-.047.014 10.42.184-5.339-4.05a10.7 10.7 0 0 0-6.375-2.165l-.23.005Zm-11.43.184-1.479 4.625a.749.749 0 0 0 .7.974l11.167.2-1.709-5.933-8.68.134ZM48.432 22.931l-20.59-20.59c-2.05-2.05-5.38-2.05-7.46.04-.78.78-.86 2-.25 2.87-5.79 14.84-16.17 23.52-16.27 23.61a1.253 1.253 0 0 0 .79 2.22h.02l40.64-.6c.42.38.95.58 1.48.58.59 0 1.18-.23 1.65-.69 2.05-2.05 2.05-5.38 0-7.42l-.01-.02Zm-20.99.67h-5.17v-2.5h5.17v2.5Zm5.85 4.55v-2.92c0-7.78-4.35-8.43-8.43-8.43s-8.43.65-8.43 8.43v3.17l-8.54.13c3.46-3.45 9.81-10.75 14.15-21.31l20.79 20.79-9.53.14h-.01Z"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M57.273 46.37c-.529-9.334-11.674-12.48-18.278-13.526l-.1-.015a6.342 6.342 0 0 1-.726 2.418l.441.067c5.854.928 15.74 3.615 16.166 11.2a13.07 13.07 0 0 1-8.617 13.442c-1.407.531-2.896.81-4.4.824a6.984 6.984 0 0 1-5.656-2.287c-2.705-3.514-.836-7.643.971-11.638l.33-.73a13.812 13.812 0 0 0 .95-8.587l-.343-1.945-.056.01a6.42 6.42 0 0 1-2.11 2.089l.054.313a11.39 11.39 0 0 1-.773 7.094l-.327.726c-1.913 4.227-4.293 9.487-.674 14.19a9.429 9.429 0 0 0 7.637 3.263c1.8-.015 3.584-.347 5.27-.982a15.5 15.5 0 0 0 10.24-15.926ZM29.53 37.869l-.068.44c-.928 5.855-3.615 15.739-11.2 16.168A13.068 13.068 0 0 1 4.823 45.86a12.789 12.789 0 0 1-.825-4.4 6.987 6.987 0 0 1 2.287-5.654c3.515-2.7 7.644-.836 11.638.97l.73.33a13.806 13.806 0 0 0 8.587.949l1.946-.342-.01-.055a6.43 6.43 0 0 1-2.09-2.113l-.314.055a11.4 11.4 0 0 1-7.094-.774l-.727-.328c-4.227-1.912-9.487-4.292-14.19-.673a9.428 9.428 0 0 0-3.263 7.636c.015 1.8.348 3.584.982 5.27a15.45 15.45 0 0 0 14.83 10.273c.358 0 .724-.01 1.1-.031 9.332-.527 12.48-11.675 13.526-18.28l.015-.1a6.344 6.344 0 0 1-2.422-.724Zm33.067-20.124A15.5 15.5 0 0 0 46.671 7.503c-9.333.527-12.48 11.675-13.526 18.28l-.016.1a6.33 6.33 0 0 1 2.418.726l.067-.441c.928-5.855 3.616-15.74 11.2-16.168a13.046 13.046 0 0 1 13.441 8.618c.532 1.406.812 2.896.825 4.4a6.985 6.985 0 0 1-2.287 5.655c-3.513 2.7-7.64.837-11.638-.971l-.73-.33a13.812 13.812 0 0 0-8.587-.948l-1.945.342.01.056a6.418 6.418 0 0 1 2.09 2.114l.312-.055a11.4 11.4 0 0 1 7.093.774l.73.328c2.623 1.183 5.646 2.553 8.687 2.553a8.758 8.758 0 0 0 5.5-1.881 9.426 9.426 0 0 0 3.262-7.637 15.316 15.316 0 0 0-.98-5.273ZM26.908 29.229l-.44-.067c-5.855-.928-15.74-3.616-16.168-11.2a13.068 13.068 0 0 1 8.618-13.44 12.76 12.76 0 0 1 4.4-.824 6.987 6.987 0 0 1 5.656 2.287c2.7 3.514.837 7.643-.97 11.638l-.33.729a13.829 13.829 0 0 0-.95 8.588l.342 1.945.056-.01a6.429 6.429 0 0 1 2.113-2.091l-.055-.312a11.406 11.406 0 0 1 .774-7.1l.327-.726c1.913-4.227 4.293-9.487.673-14.191a9.426 9.426 0 0 0-7.636-3.262 15.3 15.3 0 0 0-5.269.982 15.5 15.5 0 0 0-10.245 15.93c.527 9.33 11.674 12.48 18.28 13.53l.1.016a6.328 6.328 0 0 1 .724-2.422Z"/><path d="M32.04 38.427a6.386 6.386 0 1 1 6.387-6.389 6.395 6.395 0 0 1-6.387 6.39Zm0-10.273a3.886 3.886 0 1 0 .002 7.773 3.886 3.886 0 0 0-.002-7.773Z" fill="var(--road-icon-variant, rgb(252, 183, 49))"/></svg>
1
+ <svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M57.273 46.37c-.529-9.334-11.674-12.48-18.278-13.526l-.1-.015a6.342 6.342 0 0 1-.726 2.418l.441.067c5.854.928 15.739 3.615 16.166 11.2a13.07 13.07 0 0 1-8.617 13.442c-1.407.531-2.896.81-4.4.824a6.984 6.984 0 0 1-5.656-2.287c-2.705-3.514-.836-7.643.971-11.638l.329-.73a13.812 13.812 0 0 0 .95-8.587l-.342-1.945-.056.01a6.422 6.422 0 0 1-2.111 2.089l.055.313a11.39 11.39 0 0 1-.773 7.094l-.327.726c-1.913 4.227-4.293 9.487-.674 14.19a9.429 9.429 0 0 0 7.637 3.263c1.8-.015 3.584-.347 5.269-.982A15.5 15.5 0 0 0 57.273 46.37ZM29.529 37.869l-.067.44c-.928 5.855-3.615 15.739-11.2 16.168A13.067 13.067 0 0 1 4.823 45.86a12.79 12.79 0 0 1-.825-4.4 6.987 6.987 0 0 1 2.287-5.654c3.515-2.7 7.644-.836 11.638.97l.73.33a13.806 13.806 0 0 0 8.587.949l1.946-.342-.01-.055a6.429 6.429 0 0 1-2.091-2.113l-.313.055a11.4 11.4 0 0 1-7.094-.774l-.727-.328c-4.227-1.912-9.487-4.292-14.191-.673a9.428 9.428 0 0 0-3.262 7.636c.015 1.8.347 3.584.982 5.27a15.45 15.45 0 0 0 14.829 10.273c.359 0 .725-.01 1.1-.031 9.333-.527 12.481-11.675 13.527-18.28l.015-.1a6.344 6.344 0 0 1-2.422-.724ZM62.597 17.745A15.5 15.5 0 0 0 46.671 7.503c-9.333.527-12.481 11.675-13.526 18.28l-.016.1a6.33 6.33 0 0 1 2.418.726l.067-.441c.928-5.855 3.616-15.74 11.2-16.168a13.045 13.045 0 0 1 13.441 8.618c.532 1.406.812 2.896.825 4.4a6.983 6.983 0 0 1-2.287 5.655c-3.513 2.7-7.641.837-11.638-.971l-.73-.33a13.812 13.812 0 0 0-8.587-.948l-1.945.342.009.056a6.418 6.418 0 0 1 2.09 2.114l.313-.055a11.4 11.4 0 0 1 7.093.774l.729.328c2.624 1.183 5.647 2.553 8.688 2.553a8.758 8.758 0 0 0 5.5-1.881 9.427 9.427 0 0 0 3.262-7.637 15.318 15.318 0 0 0-.98-5.273ZM26.908 29.229l-.441-.067c-5.854-.928-15.739-3.616-16.167-11.2a13.068 13.068 0 0 1 8.618-13.44 12.76 12.76 0 0 1 4.4-.824 6.987 6.987 0 0 1 5.656 2.287c2.7 3.514.837 7.643-.971 11.638l-.329.729a13.829 13.829 0 0 0-.95 8.588l.342 1.945.056-.01a6.429 6.429 0 0 1 2.113-2.091l-.055-.312a11.405 11.405 0 0 1 .774-7.1l.327-.726c1.913-4.227 4.293-9.487.673-14.191a9.427 9.427 0 0 0-7.636-3.262 15.3 15.3 0 0 0-5.269.982 15.5 15.5 0 0 0-10.245 15.93c.527 9.33 11.674 12.48 18.279 13.53l.1.016a6.325 6.325 0 0 1 .725-2.422Z"/><path d="M32.536 38.622a6.386 6.386 0 1 1 6.387-6.39 6.396 6.396 0 0 1-6.387 6.39Zm0-10.273a3.886 3.886 0 1 0 .003 7.772 3.886 3.886 0 0 0-.003-7.772Z" 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="M57.273 46.37c-.529-9.334-11.674-12.48-18.278-13.526l-.1-.015a6.342 6.342 0 0 1-.726 2.418l.441.067c5.854.928 15.74 3.615 16.166 11.2a13.07 13.07 0 0 1-8.617 13.442c-1.407.531-2.896.81-4.4.824a6.984 6.984 0 0 1-5.656-2.287c-2.705-3.514-.836-7.643.971-11.638l.33-.73a13.812 13.812 0 0 0 .95-8.587l-.343-1.945-.056.01a6.42 6.42 0 0 1-2.11 2.089l.054.313a11.39 11.39 0 0 1-.773 7.094l-.327.726c-1.913 4.227-4.293 9.487-.674 14.19a9.429 9.429 0 0 0 7.637 3.263c1.8-.015 3.584-.347 5.27-.982a15.5 15.5 0 0 0 10.24-15.926ZM29.53 37.869l-.068.44c-.928 5.855-3.615 15.739-11.2 16.168A13.068 13.068 0 0 1 4.823 45.86a12.789 12.789 0 0 1-.825-4.4 6.987 6.987 0 0 1 2.287-5.654c3.515-2.7 7.644-.836 11.638.97l.73.33a13.806 13.806 0 0 0 8.587.949l1.946-.342-.01-.055a6.43 6.43 0 0 1-2.09-2.113l-.314.055a11.4 11.4 0 0 1-7.094-.774l-.727-.328c-4.227-1.912-9.487-4.292-14.19-.673a9.428 9.428 0 0 0-3.263 7.636c.015 1.8.348 3.584.982 5.27a15.45 15.45 0 0 0 14.83 10.273c.358 0 .724-.01 1.1-.031 9.332-.527 12.48-11.675 13.526-18.28l.015-.1a6.344 6.344 0 0 1-2.422-.724Zm33.067-20.124A15.5 15.5 0 0 0 46.671 7.503c-9.333.527-12.48 11.675-13.526 18.28l-.016.1a6.33 6.33 0 0 1 2.418.726l.067-.441c.928-5.855 3.616-15.74 11.2-16.168a13.046 13.046 0 0 1 13.441 8.618c.532 1.406.812 2.896.825 4.4a6.985 6.985 0 0 1-2.287 5.655c-3.513 2.7-7.64.837-11.638-.971l-.73-.33a13.812 13.812 0 0 0-8.587-.948l-1.945.342.01.056a6.418 6.418 0 0 1 2.09 2.114l.312-.055a11.4 11.4 0 0 1 7.093.774l.73.328c2.623 1.183 5.646 2.553 8.687 2.553a8.758 8.758 0 0 0 5.5-1.881 9.426 9.426 0 0 0 3.262-7.637 15.316 15.316 0 0 0-.98-5.273ZM26.908 29.229l-.44-.067c-5.855-.928-15.74-3.616-16.168-11.2a13.068 13.068 0 0 1 8.618-13.44 12.76 12.76 0 0 1 4.4-.824 6.987 6.987 0 0 1 5.656 2.287c2.7 3.514.837 7.643-.97 11.638l-.33.729a13.829 13.829 0 0 0-.95 8.588l.342 1.945.056-.01a6.429 6.429 0 0 1 2.113-2.091l-.055-.312a11.406 11.406 0 0 1 .774-7.1l.327-.726c1.913-4.227 4.293-9.487.673-14.191a9.426 9.426 0 0 0-7.636-3.262 15.3 15.3 0 0 0-5.269.982 15.5 15.5 0 0 0-10.245 15.93c.527 9.33 11.674 12.48 18.28 13.53l.1.016a6.328 6.328 0 0 1 .724-2.422Z"/><path d="M32.04 38.427a6.386 6.386 0 1 1 6.387-6.389 6.395 6.395 0 0 1-6.387 6.39Zm0-10.273a3.886 3.886 0 1 0 .002 7.773 3.886 3.886 0 0 0-.002-7.773Z"/></svg>
1
+ <svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M57.273 46.37c-.529-9.334-11.674-12.48-18.278-13.526l-.1-.015a6.342 6.342 0 0 1-.726 2.418l.441.067c5.854.928 15.739 3.615 16.166 11.2a13.07 13.07 0 0 1-8.617 13.442c-1.407.531-2.896.81-4.4.824a6.984 6.984 0 0 1-5.656-2.287c-2.705-3.514-.836-7.643.971-11.638l.329-.73a13.812 13.812 0 0 0 .95-8.587l-.342-1.945-.056.01a6.422 6.422 0 0 1-2.111 2.089l.055.313a11.39 11.39 0 0 1-.773 7.094l-.327.726c-1.913 4.227-4.293 9.487-.674 14.19a9.429 9.429 0 0 0 7.637 3.263c1.8-.015 3.584-.347 5.269-.982A15.5 15.5 0 0 0 57.273 46.37ZM29.529 37.869l-.067.44c-.928 5.855-3.615 15.739-11.2 16.168A13.067 13.067 0 0 1 4.823 45.86a12.79 12.79 0 0 1-.825-4.4 6.987 6.987 0 0 1 2.287-5.654c3.515-2.7 7.644-.836 11.638.97l.73.33a13.806 13.806 0 0 0 8.587.949l1.946-.342-.01-.055a6.429 6.429 0 0 1-2.091-2.113l-.313.055a11.4 11.4 0 0 1-7.094-.774l-.727-.328c-4.227-1.912-9.487-4.292-14.191-.673a9.428 9.428 0 0 0-3.262 7.636c.015 1.8.347 3.584.982 5.27a15.45 15.45 0 0 0 14.829 10.273c.359 0 .725-.01 1.1-.031 9.333-.527 12.481-11.675 13.527-18.28l.015-.1a6.344 6.344 0 0 1-2.422-.724ZM62.597 17.745A15.5 15.5 0 0 0 46.671 7.503c-9.333.527-12.481 11.675-13.526 18.28l-.016.1a6.33 6.33 0 0 1 2.418.726l.067-.441c.928-5.855 3.616-15.74 11.2-16.168a13.045 13.045 0 0 1 13.441 8.618c.532 1.406.812 2.896.825 4.4a6.983 6.983 0 0 1-2.287 5.655c-3.513 2.7-7.641.837-11.638-.971l-.73-.33a13.812 13.812 0 0 0-8.587-.948l-1.945.342.009.056a6.418 6.418 0 0 1 2.09 2.114l.313-.055a11.4 11.4 0 0 1 7.093.774l.729.328c2.624 1.183 5.647 2.553 8.688 2.553a8.758 8.758 0 0 0 5.5-1.881 9.427 9.427 0 0 0 3.262-7.637 15.318 15.318 0 0 0-.98-5.273ZM26.908 29.229l-.441-.067c-5.854-.928-15.739-3.616-16.167-11.2a13.068 13.068 0 0 1 8.618-13.44 12.76 12.76 0 0 1 4.4-.824 6.987 6.987 0 0 1 5.656 2.287c2.7 3.514.837 7.643-.971 11.638l-.329.729a13.829 13.829 0 0 0-.95 8.588l.342 1.945.056-.01a6.429 6.429 0 0 1 2.113-2.091l-.055-.312a11.405 11.405 0 0 1 .774-7.1l.327-.726c1.913-4.227 4.293-9.487.673-14.191a9.427 9.427 0 0 0-7.636-3.262 15.3 15.3 0 0 0-5.269.982 15.5 15.5 0 0 0-10.245 15.93c.527 9.33 11.674 12.48 18.279 13.53l.1.016a6.325 6.325 0 0 1 .725-2.422Z"/><path d="M32.536 38.622a6.386 6.386 0 1 1 6.387-6.39 6.396 6.396 0 0 1-6.387 6.39Zm0-10.273a3.886 3.886 0 1 0 .003 7.772 3.886 3.886 0 0 0-.003-7.772Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M31.67 41.767c-6.14 0-11.13-4.99-11.13-11.13 0-4.89 2.25-8.2 4.62-11.71 2.06-3.04 4.19-6.18 5.3-10.82.13-.56.64-.96 1.22-.96s1.08.4 1.22.96c1.11 4.63 3.24 7.78 5.3 10.82 2.38 3.51 4.62 6.82 4.62 11.71 0 6.14-4.99 11.13-11.13 11.13h-.02Zm0-29.27c-1.26 3.13-2.93 5.59-4.44 7.83-2.25 3.32-4.19 6.19-4.19 10.31 0 4.76 3.87 8.63 8.63 8.63 4.76 0 8.63-3.87 8.63-8.63 0-4.12-1.94-6.99-4.19-10.31-1.52-2.24-3.18-4.7-4.44-7.83Z"/><path d="M31.67 36.827c-3.41 0-6.19-2.78-6.19-6.19h2.5c0 2.04 1.66 3.69 3.69 3.69v2.5Z"/><path d="M31.67 50.407c-9.72 0-19.78-3.12-19.78-8.34 0-2.33 1.98-4.46 5.59-5.98l.97 2.3c-2.54 1.07-4.06 2.45-4.06 3.68 0 2.7 7.55 5.84 17.28 5.84s17.28-3.14 17.28-5.84c0-1.23-1.52-2.6-4.06-3.68l.97-2.3c3.6 1.52 5.59 3.65 5.59 5.98 0 5.22-10.06 8.34-19.78 8.34Z" fill="var(--road-icon-variant, rgb(252, 183, 49))"/><path d="M31.67 57.736C15.31 57.736 2 51.926 2 44.787c0-2.25 1.21-4.44 3.51-6.33l1.59 1.93c-1.73 1.42-2.6 2.9-2.6 4.39 0 4.94 11.16 10.45 27.17 10.45s27.17-5.51 27.17-10.45c0-1.26-.63-2.53-1.88-3.75l1.75-1.78c1.74 1.71 2.63 3.57 2.63 5.53 0 7.14-13.31 12.95-29.67 12.95v.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="M31.67 41.767c-6.14 0-11.13-4.99-11.13-11.13 0-4.89 2.25-8.2 4.62-11.71 2.06-3.04 4.19-6.18 5.3-10.82.13-.56.64-.96 1.22-.96s1.08.4 1.22.96c1.11 4.63 3.24 7.78 5.3 10.82 2.38 3.51 4.62 6.82 4.62 11.71 0 6.14-4.99 11.13-11.13 11.13h-.02Zm0-29.27c-1.26 3.13-2.93 5.59-4.44 7.83-2.25 3.32-4.19 6.19-4.19 10.31 0 4.76 3.87 8.63 8.63 8.63 4.76 0 8.63-3.87 8.63-8.63 0-4.12-1.94-6.99-4.19-10.31-1.52-2.24-3.18-4.7-4.44-7.83Z" /><path d="M31.67 36.827c-3.41 0-6.19-2.78-6.19-6.19h2.5c0 2.04 1.66 3.69 3.69 3.69v2.5Z" /><path d="M31.67 50.407c-9.72 0-19.78-3.12-19.78-8.34 0-2.33 1.98-4.46 5.59-5.98l.97 2.3c-2.54 1.07-4.06 2.45-4.06 3.68 0 2.7 7.55 5.84 17.28 5.84s17.28-3.14 17.28-5.84c0-1.23-1.52-2.6-4.06-3.68l.97-2.3c3.6 1.52 5.59 3.65 5.59 5.98 0 5.22-10.06 8.34-19.78 8.34Z" /><path d="M31.67 57.736C15.31 57.736 2 51.926 2 44.787c0-2.25 1.21-4.44 3.51-6.33l1.59 1.93c-1.73 1.42-2.6 2.9-2.6 4.39 0 4.94 11.16 10.45 27.17 10.45s27.17-5.51 27.17-10.45c0-1.26-.63-2.53-1.88-3.75l1.75-1.78c1.74 1.71 2.63 3.57 2.63 5.53 0 7.14-13.31 12.95-29.67 12.95v.01Z" /></svg>