@roadtrip/components 2.28.0 → 2.29.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 (795) hide show
  1. package/dist/cjs/loader.cjs.js +1 -1
  2. package/dist/cjs/road-accordion.cjs.entry.js +9 -2
  3. package/dist/cjs/road-banner.cjs.entry.js +45 -0
  4. package/dist/cjs/road-checkbox.cjs.entry.js +2 -2
  5. package/dist/cjs/road-input.cjs.entry.js +2 -2
  6. package/dist/cjs/road-radio-group.cjs.entry.js +2 -2
  7. package/dist/cjs/road-tab-bar.cjs.entry.js +1 -1
  8. package/dist/cjs/road-tab-button.cjs.entry.js +1 -1
  9. package/dist/cjs/road-textarea.cjs.entry.js +2 -2
  10. package/dist/cjs/roadtrip.cjs.js +1 -1
  11. package/dist/collection/collection-manifest.json +1 -0
  12. package/dist/collection/components/accordion/accordion.css +33 -1
  13. package/dist/collection/components/accordion/accordion.js +28 -3
  14. package/dist/collection/components/accordion/accordion.stories.js +5 -1
  15. package/dist/collection/components/banner/banner.css +48 -0
  16. package/dist/collection/components/banner/banner.js +152 -0
  17. package/dist/collection/components/banner/banner.stories.js +39 -0
  18. package/dist/collection/components/checkbox/checkbox.css +10 -0
  19. package/dist/collection/components/checkbox/checkbox.js +19 -1
  20. package/dist/collection/components/checkbox/checkbox.stories.js +4 -0
  21. package/dist/collection/components/icon/svg/alert-error-outline-color.svg +1 -1
  22. package/dist/collection/components/icon/svg/alert-info-outline-color.svg +1 -1
  23. package/dist/collection/components/icon/svg/alert-question-outline-color.svg +1 -1
  24. package/dist/collection/components/icon/svg/alert-valid-outline-color.svg +1 -1
  25. package/dist/collection/components/icon/svg/alert-warning-outline-color.svg +1 -1
  26. package/dist/collection/components/icon/svg/alternator-color.svg +1 -1
  27. package/dist/collection/components/icon/svg/archive-outline-color.svg +1 -1
  28. package/dist/collection/components/icon/svg/axle-support-color.svg +1 -1
  29. package/dist/collection/components/icon/svg/bacterium-color.svg +1 -1
  30. package/dist/collection/components/icon/svg/battery-charger-color.svg +1 -1
  31. package/dist/collection/components/icon/svg/battery-color.svg +1 -1
  32. package/dist/collection/components/icon/svg/battery-recycle-color.svg +1 -1
  33. package/dist/collection/components/icon/svg/battery-start-stop-color.svg +1 -1
  34. package/dist/collection/components/icon/svg/book-service-color.svg +1 -1
  35. package/dist/collection/components/icon/svg/book-technical-color.svg +1 -1
  36. package/dist/collection/components/icon/svg/brake-outline-color.svg +1 -1
  37. package/dist/collection/components/icon/svg/brake-pad-color.svg +1 -1
  38. package/dist/collection/components/icon/svg/bulk-3d-color.svg +1 -1
  39. package/dist/collection/components/icon/svg/bundle-color.svg +1 -1
  40. package/dist/collection/components/icon/svg/cable-color.svg +1 -1
  41. package/dist/collection/components/icon/svg/calculator-color.svg +1 -1
  42. package/dist/collection/components/icon/svg/call-center-color.svg +1 -1
  43. package/dist/collection/components/icon/svg/camera-off-outline-color.svg +1 -1
  44. package/dist/collection/components/icon/svg/camera-outline-color.svg +1 -1
  45. package/dist/collection/components/icon/svg/car-door-color.svg +1 -1
  46. package/dist/collection/components/icon/svg/car-petrol-off-color.svg +1 -1
  47. package/dist/collection/components/icon/svg/car-petrol-outline-color.svg +1 -1
  48. package/dist/collection/components/icon/svg/car-power-color.svg +1 -1
  49. package/dist/collection/components/icon/svg/carpet-color.svg +1 -1
  50. package/dist/collection/components/icon/svg/certified-outline-color.svg +1 -1
  51. package/dist/collection/components/icon/svg/certified-warning-outline-color.svg +1 -1
  52. package/dist/collection/components/icon/svg/check-list-color.svg +1 -1
  53. package/dist/collection/components/icon/svg/check-point-color.svg +1 -1
  54. package/dist/collection/components/icon/svg/check-point-location-color.svg +1 -1
  55. package/dist/collection/components/icon/svg/cleanser-color.svg +1 -1
  56. package/dist/collection/components/icon/svg/cloud-download-color.svg +1 -1
  57. package/dist/collection/components/icon/svg/cloud-upload-color.svg +1 -1
  58. package/dist/collection/components/icon/svg/clutch-color.svg +1 -1
  59. package/dist/collection/components/icon/svg/control-switch-color.svg +1 -1
  60. package/dist/collection/components/icon/svg/coolbox-color.svg +1 -1
  61. package/dist/collection/components/icon/svg/cooling-color.svg +1 -1
  62. package/dist/collection/components/icon/svg/cover-color.svg +1 -1
  63. package/dist/collection/components/icon/svg/covid-stop-color.svg +1 -1
  64. package/dist/collection/components/icon/svg/data-add-color.svg +1 -1
  65. package/dist/collection/components/icon/svg/data-bar-color.svg +1 -1
  66. package/dist/collection/components/icon/svg/data-color.svg +1 -1
  67. package/dist/collection/components/icon/svg/data-tech-outline-color.svg +1 -1
  68. package/dist/collection/components/icon/svg/data-up-color.svg +1 -1
  69. package/dist/collection/components/icon/svg/delete-forever-color.svg +1 -1
  70. package/dist/collection/components/icon/svg/device-color.svg +1 -1
  71. package/dist/collection/components/icon/svg/device-rotate-color.svg +1 -1
  72. package/dist/collection/components/icon/svg/device-smartphone-color.svg +1 -1
  73. package/dist/collection/components/icon/svg/device-smartphone-music-color.svg +1 -1
  74. package/dist/collection/components/icon/svg/device-smartphone-sms-color.svg +1 -1
  75. package/dist/collection/components/icon/svg/device-smartphone-sms-wrench-color.svg +1 -1
  76. package/dist/collection/components/icon/svg/device-tablet-color.svg +1 -1
  77. package/dist/collection/components/icon/svg/diagnostic-color.svg +1 -1
  78. package/dist/collection/components/icon/svg/discount-prct-outline-color.svg +1 -1
  79. package/dist/collection/components/icon/svg/discount-ticket-color.svg +1 -1
  80. package/dist/collection/components/icon/svg/download-color.svg +1 -1
  81. package/dist/collection/components/icon/svg/edit-outline-color.svg +1 -1
  82. package/dist/collection/components/icon/svg/edit-pen-color.svg +1 -1
  83. package/dist/collection/components/icon/svg/electric-plug-13pin-color.svg +1 -1
  84. package/dist/collection/components/icon/svg/electric-plug-7pin-color.svg +1 -1
  85. package/dist/collection/components/icon/svg/engine-color.svg +1 -1
  86. package/dist/collection/components/icon/svg/engine-electric-color.svg +1 -1
  87. package/dist/collection/components/icon/svg/engine-lubrication-color.svg +1 -1
  88. package/dist/collection/components/icon/svg/engine-piston-color.svg +1 -1
  89. package/dist/collection/components/icon/svg/exhaust-pipe-color.svg +1 -1
  90. package/dist/collection/components/icon/svg/factory-color.svg +1 -1
  91. package/dist/collection/components/icon/svg/fidelity-card-color.svg +1 -1
  92. package/dist/collection/components/icon/svg/fidelity-card-wallet-color.svg +1 -1
  93. package/dist/collection/components/icon/svg/file-business-outline-color.svg +1 -1
  94. package/dist/collection/components/icon/svg/file-catalog-color.svg +1 -1
  95. package/dist/collection/components/icon/svg/file-copy-color.svg +1 -1
  96. package/dist/collection/components/icon/svg/file-edit-color.svg +1 -1
  97. package/dist/collection/components/icon/svg/file-excel-color.svg +1 -1
  98. package/dist/collection/components/icon/svg/file-list-outline-color.svg +1 -1
  99. package/dist/collection/components/icon/svg/file-pdf-color.svg +1 -1
  100. package/dist/collection/components/icon/svg/file-pdf-outline-color.svg +1 -1
  101. package/dist/collection/components/icon/svg/file-powerpoint-color.svg +1 -1
  102. package/dist/collection/components/icon/svg/file-technical-color.svg +1 -1
  103. package/dist/collection/components/icon/svg/file-word-color.svg +1 -1
  104. package/dist/collection/components/icon/svg/filter-color.svg +1 -1
  105. package/dist/collection/components/icon/svg/filter-particle-color.svg +1 -1
  106. package/dist/collection/components/icon/svg/filter-sport-color.svg +1 -1
  107. package/dist/collection/components/icon/svg/flower-color.svg +1 -1
  108. package/dist/collection/components/icon/svg/fuel-air-supply-color.svg +1 -1
  109. package/dist/collection/components/icon/svg/fuel-door-color.svg +1 -1
  110. package/dist/collection/components/icon/svg/funding-best-price-color.svg +1 -1
  111. package/dist/collection/components/icon/svg/funding-outline-color.svg +1 -1
  112. package/dist/collection/components/icon/svg/funding-small-color.svg +1 -1
  113. package/dist/collection/components/icon/svg/fuse-color.svg +1 -1
  114. package/dist/collection/components/icon/svg/garage-color.svg +1 -1
  115. package/dist/collection/components/icon/svg/garage-house-color.svg +1 -1
  116. package/dist/collection/components/icon/svg/gas-5-color.svg +1 -1
  117. package/dist/collection/components/icon/svg/gasket-outline-color.svg +1 -1
  118. package/dist/collection/components/icon/svg/gearbox-color.svg +1 -1
  119. package/dist/collection/components/icon/svg/gift-color.svg +1 -1
  120. package/dist/collection/components/icon/svg/gps-color.svg +1 -1
  121. package/dist/collection/components/icon/svg/hear-color.svg +1 -1
  122. package/dist/collection/components/icon/svg/helmet-bike-color.svg +1 -1
  123. package/dist/collection/components/icon/svg/helmet-cross-color.svg +1 -1
  124. package/dist/collection/components/icon/svg/helmet-full-color.svg +1 -1
  125. package/dist/collection/components/icon/svg/helmet-half-jet-color.svg +1 -1
  126. package/dist/collection/components/icon/svg/helmet-jet-color.svg +1 -1
  127. package/dist/collection/components/icon/svg/helmet-modular-color.svg +1 -1
  128. package/dist/collection/components/icon/svg/helmet-skate-color.svg +1 -1
  129. package/dist/collection/components/icon/svg/hook-hitch-color.svg +1 -1
  130. package/dist/collection/components/icon/svg/house-color.svg +1 -1
  131. package/dist/collection/components/icon/svg/identity-card-color.svg +1 -1
  132. package/dist/collection/components/icon/svg/key-outline-color.svg +1 -1
  133. package/dist/collection/components/icon/svg/light-beam-back-color.svg +1 -1
  134. package/dist/collection/components/icon/svg/light-beam-color.svg +1 -1
  135. package/dist/collection/components/icon/svg/light-beam-day-color.svg +1 -1
  136. package/dist/collection/components/icon/svg/light-beam-fog-color.svg +1 -1
  137. package/dist/collection/components/icon/svg/light-beam-high-color.svg +1 -1
  138. package/dist/collection/components/icon/svg/light-beam-numberplate-color.svg +1 -1
  139. package/dist/collection/components/icon/svg/light-beam-signal-color.svg +1 -1
  140. package/dist/collection/components/icon/svg/light-beam-stop-color.svg +1 -1
  141. package/dist/collection/components/icon/svg/light-beam-turn-color.svg +1 -1
  142. package/dist/collection/components/icon/svg/light-box-color.svg +1 -1
  143. package/dist/collection/components/icon/svg/light-bulb-color.svg +1 -1
  144. package/dist/collection/components/icon/svg/light-color.svg +1 -1
  145. package/dist/collection/components/icon/svg/light-master-color.svg +1 -1
  146. package/dist/collection/components/icon/svg/light-sidelight-color.svg +1 -1
  147. package/dist/collection/components/icon/svg/link-broken-color.svg +1 -1
  148. package/dist/collection/components/icon/svg/link-color.svg +1 -1
  149. package/dist/collection/components/icon/svg/load-cached-color.svg +1 -1
  150. package/dist/collection/components/icon/svg/load-hitstory-color.svg +1 -1
  151. package/dist/collection/components/icon/svg/load-sync-problem-color.svg +1 -1
  152. package/dist/collection/components/icon/svg/load-update-color.svg +1 -1
  153. package/dist/collection/components/icon/svg/location-pin-all-outline-color.svg +1 -1
  154. package/dist/collection/components/icon/svg/location-pin-outline-color.svg +1 -1
  155. package/dist/collection/components/icon/svg/location-target-color.svg +1 -1
  156. package/dist/collection/components/icon/svg/lowering-down-color.svg +1 -1
  157. package/dist/collection/components/icon/svg/lowering-up-color.svg +1 -1
  158. package/dist/collection/components/icon/svg/mail-outline-send-color.svg +1 -1
  159. package/dist/collection/components/icon/svg/meeting-check-color.svg +1 -1
  160. package/dist/collection/components/icon/svg/meeting-color.svg +1 -1
  161. package/dist/collection/components/icon/svg/meeting-maintenance-color.svg +1 -1
  162. package/dist/collection/components/icon/svg/meeting-off-color.svg +1 -1
  163. package/dist/collection/components/icon/svg/meeting-online-color.svg +1 -1
  164. package/dist/collection/components/icon/svg/meeting-week-color.svg +1 -1
  165. package/dist/collection/components/icon/svg/mic-off-outline-color.svg +1 -1
  166. package/dist/collection/components/icon/svg/mic-outline-color.svg +1 -1
  167. package/dist/collection/components/icon/svg/navigation-dashboard-outline-color.svg +1 -1
  168. package/dist/collection/components/icon/svg/navigation-launch-color.svg +1 -1
  169. package/dist/collection/components/icon/svg/navigation-layers-outline-color.svg +1 -1
  170. package/dist/collection/components/icon/svg/navigation-setting-outline-color.svg +1 -1
  171. package/dist/collection/components/icon/svg/nose-odour-color.svg +1 -1
  172. package/dist/collection/components/icon/svg/nut-outline-color.svg +1 -1
  173. package/dist/collection/components/icon/svg/oil-can-outline-color.svg +1 -1
  174. package/dist/collection/components/icon/svg/oil-can-small-color.svg +1 -1
  175. package/dist/collection/components/icon/svg/oil-change-color.svg +1 -1
  176. package/dist/collection/components/icon/svg/oil-color.svg +1 -1
  177. package/dist/collection/components/icon/svg/oil-cruet-color.svg +1 -1
  178. package/dist/collection/components/icon/svg/paint-color.svg +1 -1
  179. package/dist/collection/components/icon/svg/parking-break-color.svg +1 -1
  180. package/dist/collection/components/icon/svg/pass-maintain-color.svg +1 -1
  181. package/dist/collection/components/icon/svg/pass-maintain-logo-color.svg +1 -1
  182. package/dist/collection/components/icon/svg/pass-maintain-logo-outline-color.svg +1 -1
  183. package/dist/collection/components/icon/svg/payment-bill-color.svg +1 -1
  184. package/dist/collection/components/icon/svg/payment-card-color.svg +1 -1
  185. package/dist/collection/components/icon/svg/payment-cash-color.svg +1 -1
  186. package/dist/collection/components/icon/svg/payment-delevery-color.svg +1 -1
  187. package/dist/collection/components/icon/svg/payment-safety-color.svg +1 -1
  188. package/dist/collection/components/icon/svg/payment-store-color.svg +1 -1
  189. package/dist/collection/components/icon/svg/people-add-outline-color.svg +1 -1
  190. package/dist/collection/components/icon/svg/people-car-fleet-color.svg +1 -1
  191. package/dist/collection/components/icon/svg/people-card-color.svg +1 -1
  192. package/dist/collection/components/icon/svg/people-community-outline-color.svg +1 -1
  193. package/dist/collection/components/icon/svg/people-coworker-color.svg +1 -1
  194. package/dist/collection/components/icon/svg/people-coworker-norauto-color.svg +1 -1
  195. package/dist/collection/components/icon/svg/people-group-outline-color.svg +1 -1
  196. package/dist/collection/components/icon/svg/people-home-outline-color.svg +1 -1
  197. package/dist/collection/components/icon/svg/people-vip-outline-color.svg +1 -1
  198. package/dist/collection/components/icon/svg/petrol-outline-color.svg +1 -1
  199. package/dist/collection/components/icon/svg/picture-color.svg +1 -1
  200. package/dist/collection/components/icon/svg/player-dvd-color.svg +1 -1
  201. package/dist/collection/components/icon/svg/player-radio-music-outline-color.svg +1 -1
  202. package/dist/collection/components/icon/svg/player-radio-outline-color.svg +1 -1
  203. package/dist/collection/components/icon/svg/player-touchscreen-color.svg +1 -1
  204. package/dist/collection/components/icon/svg/player-touchscreen-motorized-color.svg +1 -1
  205. package/dist/collection/components/icon/svg/player-video-color.svg +1 -1
  206. package/dist/collection/components/icon/svg/power-color.svg +1 -1
  207. package/dist/collection/components/icon/svg/purchase-history-color.svg +1 -1
  208. package/dist/collection/components/icon/svg/radiator-color.svg +1 -1
  209. package/dist/collection/components/icon/svg/rent-back-color.svg +1 -1
  210. package/dist/collection/components/icon/svg/rent-color.svg +1 -1
  211. package/dist/collection/components/icon/svg/roof-rack-cross-bars-color.svg +1 -1
  212. package/dist/collection/components/icon/svg/rubber-outline-color.svg +1 -1
  213. package/dist/collection/components/icon/svg/save-disk-color.svg +1 -1
  214. package/dist/collection/components/icon/svg/scan-bar-code-color.svg +1 -1
  215. package/dist/collection/components/icon/svg/scan-color.svg +1 -1
  216. package/dist/collection/components/icon/svg/scan-qr-code-color.svg +1 -1
  217. package/dist/collection/components/icon/svg/scissor-color.svg +1 -1
  218. package/dist/collection/components/icon/svg/secure-back-door-lock-color.svg +1 -1
  219. package/dist/collection/components/icon/svg/secure-cable-color.svg +1 -1
  220. package/dist/collection/components/icon/svg/secure-cable-lock-color.svg +1 -1
  221. package/dist/collection/components/icon/svg/secure-chain-color.svg +1 -1
  222. package/dist/collection/components/icon/svg/secure-cuff-lock-color.svg +1 -1
  223. package/dist/collection/components/icon/svg/secure-disk-lock-color.svg +1 -1
  224. package/dist/collection/components/icon/svg/secure-folding-lock-color.svg +1 -1
  225. package/dist/collection/components/icon/svg/secure-frame-lock-color.svg +1 -1
  226. package/dist/collection/components/icon/svg/secure-gearbox-color.svg +1 -1
  227. package/dist/collection/components/icon/svg/secure-level-first-color.svg +1 -1
  228. package/dist/collection/components/icon/svg/secure-level-hours-color.svg +1 -1
  229. package/dist/collection/components/icon/svg/secure-level-minute-color.svg +1 -1
  230. package/dist/collection/components/icon/svg/secure-level-night-and-day-color.svg +1 -1
  231. package/dist/collection/components/icon/svg/secure-level-second-color.svg +1 -1
  232. package/dist/collection/components/icon/svg/secure-level-third-color.svg +1 -1
  233. package/dist/collection/components/icon/svg/secure-lock-color.svg +1 -1
  234. package/dist/collection/components/icon/svg/secure-lock-open-color.svg +1 -1
  235. package/dist/collection/components/icon/svg/secure-pedal-color.svg +1 -1
  236. package/dist/collection/components/icon/svg/secure-steering-color.svg +1 -1
  237. package/dist/collection/components/icon/svg/secure-steering-dashboard-color.svg +1 -1
  238. package/dist/collection/components/icon/svg/secure-steering-pedal-color.svg +1 -1
  239. package/dist/collection/components/icon/svg/secure-u-lock-color.svg +1 -1
  240. package/dist/collection/components/icon/svg/secure-wheel-color.svg +1 -1
  241. package/dist/collection/components/icon/svg/security-belt-outline-color.svg +1 -1
  242. package/dist/collection/components/icon/svg/security-color.svg +1 -1
  243. package/dist/collection/components/icon/svg/sensor-color.svg +1 -1
  244. package/dist/collection/components/icon/svg/shipping-checked-color.svg +1 -1
  245. package/dist/collection/components/icon/svg/shipping-click-and-collect-color.svg +1 -1
  246. package/dist/collection/components/icon/svg/shipping-color.svg +1 -1
  247. package/dist/collection/components/icon/svg/shipping-express-color.svg +1 -1
  248. package/dist/collection/components/icon/svg/shipping-locator-color.svg +1 -1
  249. package/dist/collection/components/icon/svg/shipping-locker-color.svg +1 -1
  250. package/dist/collection/components/icon/svg/shipping-outline-color.svg +1 -1
  251. package/dist/collection/components/icon/svg/shipping-return-color.svg +1 -1
  252. package/dist/collection/components/icon/svg/shock-absorber-color.svg +1 -1
  253. package/dist/collection/components/icon/svg/shop-color.svg +1 -1
  254. package/dist/collection/components/icon/svg/shopping-cart-add-color.svg +1 -1
  255. package/dist/collection/components/icon/svg/shopping-cart-sad-color.svg +1 -1
  256. package/dist/collection/components/icon/svg/sound-0-outline-color.svg +1 -1
  257. package/dist/collection/components/icon/svg/sound-1-outline-color.svg +1 -1
  258. package/dist/collection/components/icon/svg/sound-2-outline-color.svg +1 -1
  259. package/dist/collection/components/icon/svg/sound-3-outline-color.svg +1 -1
  260. package/dist/collection/components/icon/svg/spark-color.svg +1 -1
  261. package/dist/collection/components/icon/svg/speak-advice-outline-color.svg +1 -1
  262. package/dist/collection/components/icon/svg/speak-outline-color.svg +1 -1
  263. package/dist/collection/components/icon/svg/speaker-color.svg +1 -1
  264. package/dist/collection/components/icon/svg/station-electric-outline-color.svg +1 -1
  265. package/dist/collection/components/icon/svg/steering-control-color.svg +1 -1
  266. package/dist/collection/components/icon/svg/steering-control-flat-color.svg +1 -1
  267. package/dist/collection/components/icon/svg/steering-control-four-spoke-color.svg +1 -1
  268. package/dist/collection/components/icon/svg/style-color.svg +1 -1
  269. package/dist/collection/components/icon/svg/time-access-color.svg +1 -1
  270. package/dist/collection/components/icon/svg/timer-1h-color.svg +1 -1
  271. package/dist/collection/components/icon/svg/timer-2h-color.svg +1 -1
  272. package/dist/collection/components/icon/svg/timer-color.svg +1 -1
  273. package/dist/collection/components/icon/svg/timer-hourglass-outline-color.svg +1 -1
  274. package/dist/collection/components/icon/svg/timing-belt-color.svg +1 -1
  275. package/dist/collection/components/icon/svg/tire-all-terrain-color.svg +1 -1
  276. package/dist/collection/components/icon/svg/tire-color.svg +1 -1
  277. package/dist/collection/components/icon/svg/tire-diameter-color.svg +1 -1
  278. package/dist/collection/components/icon/svg/tire-energy-color.svg +1 -1
  279. package/dist/collection/components/icon/svg/tire-flat-color.svg +1 -1
  280. package/dist/collection/components/icon/svg/tire-hotel-outline-color.svg +1 -1
  281. package/dist/collection/components/icon/svg/tire-hub-cap-color.svg +1 -1
  282. package/dist/collection/components/icon/svg/tire-ice-color.svg +1 -1
  283. package/dist/collection/components/icon/svg/tire-parallelism-color.svg +1 -1
  284. package/dist/collection/components/icon/svg/tire-rain-color.svg +1 -1
  285. package/dist/collection/components/icon/svg/tire-rim-color.svg +1 -1
  286. package/dist/collection/components/icon/svg/tire-sidewall-height-color.svg +1 -1
  287. package/dist/collection/components/icon/svg/tire-snow-chain-color.svg +1 -1
  288. package/dist/collection/components/icon/svg/tire-snow-color.svg +1 -1
  289. package/dist/collection/components/icon/svg/tire-snow-studded-color.svg +1 -1
  290. package/dist/collection/components/icon/svg/tire-sound-color.svg +1 -1
  291. package/dist/collection/components/icon/svg/tire-sun-color.svg +1 -1
  292. package/dist/collection/components/icon/svg/tire-sun-snow-color.svg +1 -1
  293. package/dist/collection/components/icon/svg/tire-suspension-color.svg +1 -1
  294. package/dist/collection/components/icon/svg/tire-wheel-diameter-color.svg +1 -1
  295. package/dist/collection/components/icon/svg/tire-wheel-rim-color.svg +1 -1
  296. package/dist/collection/components/icon/svg/tire-wheel-steel-color.svg +1 -1
  297. package/dist/collection/components/icon/svg/tire-witdh-color.svg +1 -1
  298. package/dist/collection/components/icon/svg/transmission-color.svg +1 -1
  299. package/dist/collection/components/icon/svg/trash-bin-color.svg +1 -1
  300. package/dist/collection/components/icon/svg/travel-backpack-color.svg +1 -1
  301. package/dist/collection/components/icon/svg/travel-bag-color.svg +1 -1
  302. package/dist/collection/components/icon/svg/travel-briefcase-color.svg +1 -1
  303. package/dist/collection/components/icon/svg/travel-rolling-suitcase-color.svg +1 -1
  304. package/dist/collection/components/icon/svg/travel-suitcase-color.svg +1 -1
  305. package/dist/collection/components/icon/svg/trick-outline-color.svg +1 -1
  306. package/dist/collection/components/icon/svg/vehicle-bike-color.svg +1 -1
  307. package/dist/collection/components/icon/svg/vehicle-bike-electric-color.svg +1 -1
  308. package/dist/collection/components/icon/svg/vehicle-bike-rack-outline-color.svg +1 -1
  309. package/dist/collection/components/icon/svg/vehicle-car-add-outline-color.svg +1 -1
  310. package/dist/collection/components/icon/svg/vehicle-car-all-authorize-outline-color.svg +1 -1
  311. package/dist/collection/components/icon/svg/vehicle-car-all-outline-color.svg +1 -1
  312. package/dist/collection/components/icon/svg/vehicle-car-all-unauthorize-outline-color.svg +1 -1
  313. package/dist/collection/components/icon/svg/vehicle-car-bodywork-outline-color.svg +1 -1
  314. package/dist/collection/components/icon/svg/vehicle-car-checked-outline-color.svg +1 -1
  315. package/dist/collection/components/icon/svg/vehicle-car-outline-color.svg +1 -1
  316. package/dist/collection/components/icon/svg/vehicle-car-setting-outline-color.svg +1 -1
  317. package/dist/collection/components/icon/svg/vehicle-car-side-tire-behind-color.svg +1 -1
  318. package/dist/collection/components/icon/svg/vehicle-car-side-tire-front-outline-color.svg +1 -1
  319. package/dist/collection/components/icon/svg/vehicle-car-unknowoutline-color.svg +1 -1
  320. package/dist/collection/components/icon/svg/vehicle-car-unselected-outline-color.svg +1 -1
  321. package/dist/collection/components/icon/svg/vehicle-carport-color.svg +1 -1
  322. package/dist/collection/components/icon/svg/vehicle-delevery-fast-outline-color.svg +1 -1
  323. package/dist/collection/components/icon/svg/vehicle-delevery-meeting-outline-color.svg +1 -1
  324. package/dist/collection/components/icon/svg/vehicle-drive-carport-color.svg +1 -1
  325. package/dist/collection/components/icon/svg/vehicle-drive-color.svg +1 -1
  326. package/dist/collection/components/icon/svg/vehicle-moto-bike-outline-color.svg +1 -1
  327. package/dist/collection/components/icon/svg/vehicle-moto-outline-color.svg +1 -1
  328. package/dist/collection/components/icon/svg/vehicle-roof-box-outline-color.svg +1 -1
  329. package/dist/collection/components/icon/svg/vehicle-scooter-kick-color.svg +1 -1
  330. package/dist/collection/components/icon/svg/vehicle-scooter-kick-electric-color.svg +1 -1
  331. package/dist/collection/components/icon/svg/vehicle-scooter-outline-color.svg +1 -1
  332. package/dist/collection/components/icon/svg/vehicle-tire-invert-outline-color.svg +1 -1
  333. package/dist/collection/components/icon/svg/vehicle-workshop-outline-color.svg +1 -1
  334. package/dist/collection/components/icon/svg/ventilator-color.svg +1 -1
  335. package/dist/collection/components/icon/svg/view-3d-360-color.svg +1 -1
  336. package/dist/collection/components/icon/svg/view-3d-360-disabled-color.svg +1 -1
  337. package/dist/collection/components/icon/svg/virus-color.svg +1 -1
  338. package/dist/collection/components/icon/svg/visibility-off-outline-color.svg +1 -1
  339. package/dist/collection/components/icon/svg/visibility-outline-color.svg +1 -1
  340. package/dist/collection/components/icon/svg/warehouse-color.svg +1 -1
  341. package/dist/collection/components/icon/svg/weather-rain-outline-color.svg +1 -1
  342. package/dist/collection/components/icon/svg/wheel-bearings-color.svg +1 -1
  343. package/dist/collection/components/icon/svg/wheel-hub-cap-color.svg +1 -1
  344. package/dist/collection/components/icon/svg/wheel-rim-color.svg +1 -1
  345. package/dist/collection/components/icon/svg/wheel-rim-double-spoke-outline-color.svg +1 -1
  346. package/dist/collection/components/icon/svg/wheel-rim-honeycomb-outline-color.svg +1 -1
  347. package/dist/collection/components/icon/svg/wheel-rim-multi-spoke-outline-color.svg +1 -1
  348. package/dist/collection/components/icon/svg/windscreen-back-fluid-color.svg +1 -1
  349. package/dist/collection/components/icon/svg/windscreen-back-frost-color.svg +1 -1
  350. package/dist/collection/components/icon/svg/windscreen-back-wiper-color.svg +1 -1
  351. package/dist/collection/components/icon/svg/windscreen-color.svg +1 -1
  352. package/dist/collection/components/icon/svg/windscreen-fluid-color.svg +1 -1
  353. package/dist/collection/components/icon/svg/windscreen-frost-color.svg +1 -1
  354. package/dist/collection/components/icon/svg/windscreen-wiper-color.svg +1 -1
  355. package/dist/collection/components/icon/svg/windscreen-wipers-color.svg +1 -1
  356. package/dist/collection/components/icon/svg/windscreen-wipers-left-color.svg +1 -1
  357. package/dist/collection/components/icon/svg/windscreen-wipers-right-color.svg +1 -1
  358. package/dist/collection/components/icon/svg/windscreen-wipers.svg +1 -1
  359. package/dist/collection/components/icon/svg/work-order-awaiting-approval-color.svg +1 -1
  360. package/dist/collection/components/icon/svg/work-order-check-outline-color.svg +1 -1
  361. package/dist/collection/components/icon/svg/work-order-diagnostic-outline-color.svg +1 -1
  362. package/dist/collection/components/icon/svg/work-order-pass-maintain-color.svg +1 -1
  363. package/dist/collection/components/icon/svg/work-order-view-outline-color.svg +1 -1
  364. package/dist/collection/components/icon/svg/work-order-wait-check-outline-color.svg +1 -1
  365. package/dist/collection/components/icon/svg/world-color.svg +1 -1
  366. package/dist/collection/components/icon/svg/wrench-hand-color.svg +1 -1
  367. package/dist/collection/components/icon/svg/wrench-hand-dual-color.svg +1 -1
  368. package/dist/collection/components/icon/svg/wrench-outline-color.svg +1 -1
  369. package/dist/collection/components/icon/svg/wrench-tools-outline-color.svg +1 -1
  370. package/dist/collection/components/icon/svg/zoom-in-color.svg +1 -1
  371. package/dist/collection/components/icon/svg/zoom-out-color.svg +1 -1
  372. package/dist/collection/components/input/input.css +10 -0
  373. package/dist/collection/components/input/input.js +19 -1
  374. package/dist/collection/components/input/input.stories.js +9 -0
  375. package/dist/collection/components/radio/radio.js +17 -0
  376. package/dist/collection/components/radio/radio.stories.js +4 -0
  377. package/dist/collection/components/radio-group/radio-group.css +9 -0
  378. package/dist/collection/components/radio-group/radio-group.js +19 -1
  379. package/dist/collection/components/tab-bar/tab-bar.css +0 -1
  380. package/dist/collection/components/tab-button/tab-button.css +5 -1
  381. package/dist/collection/components/textarea/textarea.css +10 -0
  382. package/dist/collection/components/textarea/textarea.js +19 -1
  383. package/dist/collection/components/textarea/textarea.stories.js +9 -0
  384. package/dist/esm/loader.js +1 -1
  385. package/dist/esm/road-accordion.entry.js +9 -2
  386. package/dist/esm/road-banner.entry.js +41 -0
  387. package/dist/esm/road-checkbox.entry.js +2 -2
  388. package/dist/esm/road-input.entry.js +2 -2
  389. package/dist/esm/road-radio-group.entry.js +2 -2
  390. package/dist/esm/road-tab-bar.entry.js +1 -1
  391. package/dist/esm/road-tab-button.entry.js +1 -1
  392. package/dist/esm/road-textarea.entry.js +2 -2
  393. package/dist/esm/roadtrip.js +1 -1
  394. package/dist/esm-es5/loader.js +1 -1
  395. package/dist/esm-es5/road-accordion.entry.js +1 -1
  396. package/dist/esm-es5/road-banner.entry.js +1 -0
  397. package/dist/esm-es5/road-checkbox.entry.js +1 -1
  398. package/dist/esm-es5/road-input.entry.js +1 -1
  399. package/dist/esm-es5/road-radio-group.entry.js +1 -1
  400. package/dist/esm-es5/road-tab-bar.entry.js +1 -1
  401. package/dist/esm-es5/road-tab-button.entry.js +1 -1
  402. package/dist/esm-es5/road-textarea.entry.js +1 -1
  403. package/dist/esm-es5/roadtrip.js +1 -1
  404. package/dist/html.html-data.json +55 -0
  405. package/dist/icons/icons.svg +1 -1
  406. package/dist/icons/index.js +351 -351
  407. package/dist/roadtrip/p-2fd27879.entry.js +1 -0
  408. package/dist/roadtrip/p-374713ec.entry.js +1 -0
  409. package/dist/roadtrip/p-3e953654.system.entry.js +1 -0
  410. package/dist/roadtrip/{p-2d6d2f8e.system.entry.js → p-41c6cea3.system.entry.js} +1 -1
  411. package/dist/roadtrip/p-4a2eb631.system.entry.js +1 -0
  412. package/dist/roadtrip/p-4d4403bd.system.entry.js +1 -0
  413. package/dist/roadtrip/{p-d1c06fd2.entry.js → p-501abdbf.entry.js} +1 -1
  414. package/dist/roadtrip/p-5521af81.entry.js +1 -0
  415. package/dist/roadtrip/{p-42ccd4a2.system.entry.js → p-8d6ac188.system.entry.js} +1 -1
  416. package/dist/roadtrip/p-9cf14f6b.entry.js +1 -0
  417. package/dist/roadtrip/p-b205281e.system.js +1 -1
  418. package/dist/roadtrip/p-c2f61ccd.entry.js +1 -0
  419. package/dist/roadtrip/p-cab68ba7.entry.js +1 -0
  420. package/dist/roadtrip/{p-e42c76fa.system.entry.js → p-d3858ffa.system.entry.js} +1 -1
  421. package/dist/roadtrip/p-f0f44a57.system.entry.js +1 -0
  422. package/dist/roadtrip/{p-692a1637.system.entry.js → p-f4db19df.system.entry.js} +1 -1
  423. package/dist/roadtrip/{p-bd4a114b.entry.js → p-fddbca8b.entry.js} +1 -1
  424. package/dist/roadtrip/roadtrip.css +1 -1
  425. package/dist/roadtrip/roadtrip.esm.js +1 -1
  426. package/dist/roadtrip/svg/alert-error-outline-color.svg +1 -1
  427. package/dist/roadtrip/svg/alert-info-outline-color.svg +1 -1
  428. package/dist/roadtrip/svg/alert-question-outline-color.svg +1 -1
  429. package/dist/roadtrip/svg/alert-valid-outline-color.svg +1 -1
  430. package/dist/roadtrip/svg/alert-warning-outline-color.svg +1 -1
  431. package/dist/roadtrip/svg/alternator-color.svg +1 -1
  432. package/dist/roadtrip/svg/archive-outline-color.svg +1 -1
  433. package/dist/roadtrip/svg/axle-support-color.svg +1 -1
  434. package/dist/roadtrip/svg/bacterium-color.svg +1 -1
  435. package/dist/roadtrip/svg/battery-charger-color.svg +1 -1
  436. package/dist/roadtrip/svg/battery-color.svg +1 -1
  437. package/dist/roadtrip/svg/battery-recycle-color.svg +1 -1
  438. package/dist/roadtrip/svg/battery-start-stop-color.svg +1 -1
  439. package/dist/roadtrip/svg/book-service-color.svg +1 -1
  440. package/dist/roadtrip/svg/book-technical-color.svg +1 -1
  441. package/dist/roadtrip/svg/brake-outline-color.svg +1 -1
  442. package/dist/roadtrip/svg/brake-pad-color.svg +1 -1
  443. package/dist/roadtrip/svg/bulk-3d-color.svg +1 -1
  444. package/dist/roadtrip/svg/bundle-color.svg +1 -1
  445. package/dist/roadtrip/svg/cable-color.svg +1 -1
  446. package/dist/roadtrip/svg/calculator-color.svg +1 -1
  447. package/dist/roadtrip/svg/call-center-color.svg +1 -1
  448. package/dist/roadtrip/svg/camera-off-outline-color.svg +1 -1
  449. package/dist/roadtrip/svg/camera-outline-color.svg +1 -1
  450. package/dist/roadtrip/svg/car-door-color.svg +1 -1
  451. package/dist/roadtrip/svg/car-petrol-off-color.svg +1 -1
  452. package/dist/roadtrip/svg/car-petrol-outline-color.svg +1 -1
  453. package/dist/roadtrip/svg/car-power-color.svg +1 -1
  454. package/dist/roadtrip/svg/carpet-color.svg +1 -1
  455. package/dist/roadtrip/svg/certified-outline-color.svg +1 -1
  456. package/dist/roadtrip/svg/certified-warning-outline-color.svg +1 -1
  457. package/dist/roadtrip/svg/check-list-color.svg +1 -1
  458. package/dist/roadtrip/svg/check-point-color.svg +1 -1
  459. package/dist/roadtrip/svg/check-point-location-color.svg +1 -1
  460. package/dist/roadtrip/svg/cleanser-color.svg +1 -1
  461. package/dist/roadtrip/svg/cloud-download-color.svg +1 -1
  462. package/dist/roadtrip/svg/cloud-upload-color.svg +1 -1
  463. package/dist/roadtrip/svg/clutch-color.svg +1 -1
  464. package/dist/roadtrip/svg/control-switch-color.svg +1 -1
  465. package/dist/roadtrip/svg/coolbox-color.svg +1 -1
  466. package/dist/roadtrip/svg/cooling-color.svg +1 -1
  467. package/dist/roadtrip/svg/cover-color.svg +1 -1
  468. package/dist/roadtrip/svg/covid-stop-color.svg +1 -1
  469. package/dist/roadtrip/svg/data-add-color.svg +1 -1
  470. package/dist/roadtrip/svg/data-bar-color.svg +1 -1
  471. package/dist/roadtrip/svg/data-color.svg +1 -1
  472. package/dist/roadtrip/svg/data-tech-outline-color.svg +1 -1
  473. package/dist/roadtrip/svg/data-up-color.svg +1 -1
  474. package/dist/roadtrip/svg/delete-forever-color.svg +1 -1
  475. package/dist/roadtrip/svg/device-color.svg +1 -1
  476. package/dist/roadtrip/svg/device-rotate-color.svg +1 -1
  477. package/dist/roadtrip/svg/device-smartphone-color.svg +1 -1
  478. package/dist/roadtrip/svg/device-smartphone-music-color.svg +1 -1
  479. package/dist/roadtrip/svg/device-smartphone-sms-color.svg +1 -1
  480. package/dist/roadtrip/svg/device-smartphone-sms-wrench-color.svg +1 -1
  481. package/dist/roadtrip/svg/device-tablet-color.svg +1 -1
  482. package/dist/roadtrip/svg/diagnostic-color.svg +1 -1
  483. package/dist/roadtrip/svg/discount-prct-outline-color.svg +1 -1
  484. package/dist/roadtrip/svg/discount-ticket-color.svg +1 -1
  485. package/dist/roadtrip/svg/download-color.svg +1 -1
  486. package/dist/roadtrip/svg/edit-outline-color.svg +1 -1
  487. package/dist/roadtrip/svg/edit-pen-color.svg +1 -1
  488. package/dist/roadtrip/svg/electric-plug-13pin-color.svg +1 -1
  489. package/dist/roadtrip/svg/electric-plug-7pin-color.svg +1 -1
  490. package/dist/roadtrip/svg/engine-color.svg +1 -1
  491. package/dist/roadtrip/svg/engine-electric-color.svg +1 -1
  492. package/dist/roadtrip/svg/engine-lubrication-color.svg +1 -1
  493. package/dist/roadtrip/svg/engine-piston-color.svg +1 -1
  494. package/dist/roadtrip/svg/exhaust-pipe-color.svg +1 -1
  495. package/dist/roadtrip/svg/factory-color.svg +1 -1
  496. package/dist/roadtrip/svg/fidelity-card-color.svg +1 -1
  497. package/dist/roadtrip/svg/fidelity-card-wallet-color.svg +1 -1
  498. package/dist/roadtrip/svg/file-business-outline-color.svg +1 -1
  499. package/dist/roadtrip/svg/file-catalog-color.svg +1 -1
  500. package/dist/roadtrip/svg/file-copy-color.svg +1 -1
  501. package/dist/roadtrip/svg/file-edit-color.svg +1 -1
  502. package/dist/roadtrip/svg/file-excel-color.svg +1 -1
  503. package/dist/roadtrip/svg/file-list-outline-color.svg +1 -1
  504. package/dist/roadtrip/svg/file-pdf-color.svg +1 -1
  505. package/dist/roadtrip/svg/file-pdf-outline-color.svg +1 -1
  506. package/dist/roadtrip/svg/file-powerpoint-color.svg +1 -1
  507. package/dist/roadtrip/svg/file-technical-color.svg +1 -1
  508. package/dist/roadtrip/svg/file-word-color.svg +1 -1
  509. package/dist/roadtrip/svg/filter-color.svg +1 -1
  510. package/dist/roadtrip/svg/filter-particle-color.svg +1 -1
  511. package/dist/roadtrip/svg/filter-sport-color.svg +1 -1
  512. package/dist/roadtrip/svg/flower-color.svg +1 -1
  513. package/dist/roadtrip/svg/fuel-air-supply-color.svg +1 -1
  514. package/dist/roadtrip/svg/fuel-door-color.svg +1 -1
  515. package/dist/roadtrip/svg/funding-best-price-color.svg +1 -1
  516. package/dist/roadtrip/svg/funding-outline-color.svg +1 -1
  517. package/dist/roadtrip/svg/funding-small-color.svg +1 -1
  518. package/dist/roadtrip/svg/fuse-color.svg +1 -1
  519. package/dist/roadtrip/svg/garage-color.svg +1 -1
  520. package/dist/roadtrip/svg/garage-house-color.svg +1 -1
  521. package/dist/roadtrip/svg/gas-5-color.svg +1 -1
  522. package/dist/roadtrip/svg/gasket-outline-color.svg +1 -1
  523. package/dist/roadtrip/svg/gearbox-color.svg +1 -1
  524. package/dist/roadtrip/svg/gift-color.svg +1 -1
  525. package/dist/roadtrip/svg/gps-color.svg +1 -1
  526. package/dist/roadtrip/svg/hear-color.svg +1 -1
  527. package/dist/roadtrip/svg/helmet-bike-color.svg +1 -1
  528. package/dist/roadtrip/svg/helmet-cross-color.svg +1 -1
  529. package/dist/roadtrip/svg/helmet-full-color.svg +1 -1
  530. package/dist/roadtrip/svg/helmet-half-jet-color.svg +1 -1
  531. package/dist/roadtrip/svg/helmet-jet-color.svg +1 -1
  532. package/dist/roadtrip/svg/helmet-modular-color.svg +1 -1
  533. package/dist/roadtrip/svg/helmet-skate-color.svg +1 -1
  534. package/dist/roadtrip/svg/hook-hitch-color.svg +1 -1
  535. package/dist/roadtrip/svg/house-color.svg +1 -1
  536. package/dist/roadtrip/svg/identity-card-color.svg +1 -1
  537. package/dist/roadtrip/svg/key-outline-color.svg +1 -1
  538. package/dist/roadtrip/svg/light-beam-back-color.svg +1 -1
  539. package/dist/roadtrip/svg/light-beam-color.svg +1 -1
  540. package/dist/roadtrip/svg/light-beam-day-color.svg +1 -1
  541. package/dist/roadtrip/svg/light-beam-fog-color.svg +1 -1
  542. package/dist/roadtrip/svg/light-beam-high-color.svg +1 -1
  543. package/dist/roadtrip/svg/light-beam-numberplate-color.svg +1 -1
  544. package/dist/roadtrip/svg/light-beam-signal-color.svg +1 -1
  545. package/dist/roadtrip/svg/light-beam-stop-color.svg +1 -1
  546. package/dist/roadtrip/svg/light-beam-turn-color.svg +1 -1
  547. package/dist/roadtrip/svg/light-box-color.svg +1 -1
  548. package/dist/roadtrip/svg/light-bulb-color.svg +1 -1
  549. package/dist/roadtrip/svg/light-color.svg +1 -1
  550. package/dist/roadtrip/svg/light-master-color.svg +1 -1
  551. package/dist/roadtrip/svg/light-sidelight-color.svg +1 -1
  552. package/dist/roadtrip/svg/link-broken-color.svg +1 -1
  553. package/dist/roadtrip/svg/link-color.svg +1 -1
  554. package/dist/roadtrip/svg/load-cached-color.svg +1 -1
  555. package/dist/roadtrip/svg/load-hitstory-color.svg +1 -1
  556. package/dist/roadtrip/svg/load-sync-problem-color.svg +1 -1
  557. package/dist/roadtrip/svg/load-update-color.svg +1 -1
  558. package/dist/roadtrip/svg/location-pin-all-outline-color.svg +1 -1
  559. package/dist/roadtrip/svg/location-pin-outline-color.svg +1 -1
  560. package/dist/roadtrip/svg/location-target-color.svg +1 -1
  561. package/dist/roadtrip/svg/lowering-down-color.svg +1 -1
  562. package/dist/roadtrip/svg/lowering-up-color.svg +1 -1
  563. package/dist/roadtrip/svg/mail-outline-send-color.svg +1 -1
  564. package/dist/roadtrip/svg/meeting-check-color.svg +1 -1
  565. package/dist/roadtrip/svg/meeting-color.svg +1 -1
  566. package/dist/roadtrip/svg/meeting-maintenance-color.svg +1 -1
  567. package/dist/roadtrip/svg/meeting-off-color.svg +1 -1
  568. package/dist/roadtrip/svg/meeting-online-color.svg +1 -1
  569. package/dist/roadtrip/svg/meeting-week-color.svg +1 -1
  570. package/dist/roadtrip/svg/mic-off-outline-color.svg +1 -1
  571. package/dist/roadtrip/svg/mic-outline-color.svg +1 -1
  572. package/dist/roadtrip/svg/navigation-dashboard-outline-color.svg +1 -1
  573. package/dist/roadtrip/svg/navigation-launch-color.svg +1 -1
  574. package/dist/roadtrip/svg/navigation-layers-outline-color.svg +1 -1
  575. package/dist/roadtrip/svg/navigation-setting-outline-color.svg +1 -1
  576. package/dist/roadtrip/svg/nose-odour-color.svg +1 -1
  577. package/dist/roadtrip/svg/nut-outline-color.svg +1 -1
  578. package/dist/roadtrip/svg/oil-can-outline-color.svg +1 -1
  579. package/dist/roadtrip/svg/oil-can-small-color.svg +1 -1
  580. package/dist/roadtrip/svg/oil-change-color.svg +1 -1
  581. package/dist/roadtrip/svg/oil-color.svg +1 -1
  582. package/dist/roadtrip/svg/oil-cruet-color.svg +1 -1
  583. package/dist/roadtrip/svg/paint-color.svg +1 -1
  584. package/dist/roadtrip/svg/parking-break-color.svg +1 -1
  585. package/dist/roadtrip/svg/pass-maintain-color.svg +1 -1
  586. package/dist/roadtrip/svg/pass-maintain-logo-color.svg +1 -1
  587. package/dist/roadtrip/svg/pass-maintain-logo-outline-color.svg +1 -1
  588. package/dist/roadtrip/svg/payment-bill-color.svg +1 -1
  589. package/dist/roadtrip/svg/payment-card-color.svg +1 -1
  590. package/dist/roadtrip/svg/payment-cash-color.svg +1 -1
  591. package/dist/roadtrip/svg/payment-delevery-color.svg +1 -1
  592. package/dist/roadtrip/svg/payment-safety-color.svg +1 -1
  593. package/dist/roadtrip/svg/payment-store-color.svg +1 -1
  594. package/dist/roadtrip/svg/people-add-outline-color.svg +1 -1
  595. package/dist/roadtrip/svg/people-car-fleet-color.svg +1 -1
  596. package/dist/roadtrip/svg/people-card-color.svg +1 -1
  597. package/dist/roadtrip/svg/people-community-outline-color.svg +1 -1
  598. package/dist/roadtrip/svg/people-coworker-color.svg +1 -1
  599. package/dist/roadtrip/svg/people-coworker-norauto-color.svg +1 -1
  600. package/dist/roadtrip/svg/people-group-outline-color.svg +1 -1
  601. package/dist/roadtrip/svg/people-home-outline-color.svg +1 -1
  602. package/dist/roadtrip/svg/people-vip-outline-color.svg +1 -1
  603. package/dist/roadtrip/svg/petrol-outline-color.svg +1 -1
  604. package/dist/roadtrip/svg/picture-color.svg +1 -1
  605. package/dist/roadtrip/svg/player-dvd-color.svg +1 -1
  606. package/dist/roadtrip/svg/player-radio-music-outline-color.svg +1 -1
  607. package/dist/roadtrip/svg/player-radio-outline-color.svg +1 -1
  608. package/dist/roadtrip/svg/player-touchscreen-color.svg +1 -1
  609. package/dist/roadtrip/svg/player-touchscreen-motorized-color.svg +1 -1
  610. package/dist/roadtrip/svg/player-video-color.svg +1 -1
  611. package/dist/roadtrip/svg/power-color.svg +1 -1
  612. package/dist/roadtrip/svg/purchase-history-color.svg +1 -1
  613. package/dist/roadtrip/svg/radiator-color.svg +1 -1
  614. package/dist/roadtrip/svg/rent-back-color.svg +1 -1
  615. package/dist/roadtrip/svg/rent-color.svg +1 -1
  616. package/dist/roadtrip/svg/roof-rack-cross-bars-color.svg +1 -1
  617. package/dist/roadtrip/svg/rubber-outline-color.svg +1 -1
  618. package/dist/roadtrip/svg/save-disk-color.svg +1 -1
  619. package/dist/roadtrip/svg/scan-bar-code-color.svg +1 -1
  620. package/dist/roadtrip/svg/scan-color.svg +1 -1
  621. package/dist/roadtrip/svg/scan-qr-code-color.svg +1 -1
  622. package/dist/roadtrip/svg/scissor-color.svg +1 -1
  623. package/dist/roadtrip/svg/secure-back-door-lock-color.svg +1 -1
  624. package/dist/roadtrip/svg/secure-cable-color.svg +1 -1
  625. package/dist/roadtrip/svg/secure-cable-lock-color.svg +1 -1
  626. package/dist/roadtrip/svg/secure-chain-color.svg +1 -1
  627. package/dist/roadtrip/svg/secure-cuff-lock-color.svg +1 -1
  628. package/dist/roadtrip/svg/secure-disk-lock-color.svg +1 -1
  629. package/dist/roadtrip/svg/secure-folding-lock-color.svg +1 -1
  630. package/dist/roadtrip/svg/secure-frame-lock-color.svg +1 -1
  631. package/dist/roadtrip/svg/secure-gearbox-color.svg +1 -1
  632. package/dist/roadtrip/svg/secure-level-first-color.svg +1 -1
  633. package/dist/roadtrip/svg/secure-level-hours-color.svg +1 -1
  634. package/dist/roadtrip/svg/secure-level-minute-color.svg +1 -1
  635. package/dist/roadtrip/svg/secure-level-night-and-day-color.svg +1 -1
  636. package/dist/roadtrip/svg/secure-level-second-color.svg +1 -1
  637. package/dist/roadtrip/svg/secure-level-third-color.svg +1 -1
  638. package/dist/roadtrip/svg/secure-lock-color.svg +1 -1
  639. package/dist/roadtrip/svg/secure-lock-open-color.svg +1 -1
  640. package/dist/roadtrip/svg/secure-pedal-color.svg +1 -1
  641. package/dist/roadtrip/svg/secure-steering-color.svg +1 -1
  642. package/dist/roadtrip/svg/secure-steering-dashboard-color.svg +1 -1
  643. package/dist/roadtrip/svg/secure-steering-pedal-color.svg +1 -1
  644. package/dist/roadtrip/svg/secure-u-lock-color.svg +1 -1
  645. package/dist/roadtrip/svg/secure-wheel-color.svg +1 -1
  646. package/dist/roadtrip/svg/security-belt-outline-color.svg +1 -1
  647. package/dist/roadtrip/svg/security-color.svg +1 -1
  648. package/dist/roadtrip/svg/sensor-color.svg +1 -1
  649. package/dist/roadtrip/svg/shipping-checked-color.svg +1 -1
  650. package/dist/roadtrip/svg/shipping-click-and-collect-color.svg +1 -1
  651. package/dist/roadtrip/svg/shipping-color.svg +1 -1
  652. package/dist/roadtrip/svg/shipping-express-color.svg +1 -1
  653. package/dist/roadtrip/svg/shipping-locator-color.svg +1 -1
  654. package/dist/roadtrip/svg/shipping-locker-color.svg +1 -1
  655. package/dist/roadtrip/svg/shipping-outline-color.svg +1 -1
  656. package/dist/roadtrip/svg/shipping-return-color.svg +1 -1
  657. package/dist/roadtrip/svg/shock-absorber-color.svg +1 -1
  658. package/dist/roadtrip/svg/shop-color.svg +1 -1
  659. package/dist/roadtrip/svg/shopping-cart-add-color.svg +1 -1
  660. package/dist/roadtrip/svg/shopping-cart-sad-color.svg +1 -1
  661. package/dist/roadtrip/svg/sound-0-outline-color.svg +1 -1
  662. package/dist/roadtrip/svg/sound-1-outline-color.svg +1 -1
  663. package/dist/roadtrip/svg/sound-2-outline-color.svg +1 -1
  664. package/dist/roadtrip/svg/sound-3-outline-color.svg +1 -1
  665. package/dist/roadtrip/svg/spark-color.svg +1 -1
  666. package/dist/roadtrip/svg/speak-advice-outline-color.svg +1 -1
  667. package/dist/roadtrip/svg/speak-outline-color.svg +1 -1
  668. package/dist/roadtrip/svg/speaker-color.svg +1 -1
  669. package/dist/roadtrip/svg/station-electric-outline-color.svg +1 -1
  670. package/dist/roadtrip/svg/steering-control-color.svg +1 -1
  671. package/dist/roadtrip/svg/steering-control-flat-color.svg +1 -1
  672. package/dist/roadtrip/svg/steering-control-four-spoke-color.svg +1 -1
  673. package/dist/roadtrip/svg/style-color.svg +1 -1
  674. package/dist/roadtrip/svg/time-access-color.svg +1 -1
  675. package/dist/roadtrip/svg/timer-1h-color.svg +1 -1
  676. package/dist/roadtrip/svg/timer-2h-color.svg +1 -1
  677. package/dist/roadtrip/svg/timer-color.svg +1 -1
  678. package/dist/roadtrip/svg/timer-hourglass-outline-color.svg +1 -1
  679. package/dist/roadtrip/svg/timing-belt-color.svg +1 -1
  680. package/dist/roadtrip/svg/tire-all-terrain-color.svg +1 -1
  681. package/dist/roadtrip/svg/tire-color.svg +1 -1
  682. package/dist/roadtrip/svg/tire-diameter-color.svg +1 -1
  683. package/dist/roadtrip/svg/tire-energy-color.svg +1 -1
  684. package/dist/roadtrip/svg/tire-flat-color.svg +1 -1
  685. package/dist/roadtrip/svg/tire-hotel-outline-color.svg +1 -1
  686. package/dist/roadtrip/svg/tire-hub-cap-color.svg +1 -1
  687. package/dist/roadtrip/svg/tire-ice-color.svg +1 -1
  688. package/dist/roadtrip/svg/tire-parallelism-color.svg +1 -1
  689. package/dist/roadtrip/svg/tire-rain-color.svg +1 -1
  690. package/dist/roadtrip/svg/tire-rim-color.svg +1 -1
  691. package/dist/roadtrip/svg/tire-sidewall-height-color.svg +1 -1
  692. package/dist/roadtrip/svg/tire-snow-chain-color.svg +1 -1
  693. package/dist/roadtrip/svg/tire-snow-color.svg +1 -1
  694. package/dist/roadtrip/svg/tire-snow-studded-color.svg +1 -1
  695. package/dist/roadtrip/svg/tire-sound-color.svg +1 -1
  696. package/dist/roadtrip/svg/tire-sun-color.svg +1 -1
  697. package/dist/roadtrip/svg/tire-sun-snow-color.svg +1 -1
  698. package/dist/roadtrip/svg/tire-suspension-color.svg +1 -1
  699. package/dist/roadtrip/svg/tire-wheel-diameter-color.svg +1 -1
  700. package/dist/roadtrip/svg/tire-wheel-rim-color.svg +1 -1
  701. package/dist/roadtrip/svg/tire-wheel-steel-color.svg +1 -1
  702. package/dist/roadtrip/svg/tire-witdh-color.svg +1 -1
  703. package/dist/roadtrip/svg/transmission-color.svg +1 -1
  704. package/dist/roadtrip/svg/trash-bin-color.svg +1 -1
  705. package/dist/roadtrip/svg/travel-backpack-color.svg +1 -1
  706. package/dist/roadtrip/svg/travel-bag-color.svg +1 -1
  707. package/dist/roadtrip/svg/travel-briefcase-color.svg +1 -1
  708. package/dist/roadtrip/svg/travel-rolling-suitcase-color.svg +1 -1
  709. package/dist/roadtrip/svg/travel-suitcase-color.svg +1 -1
  710. package/dist/roadtrip/svg/trick-outline-color.svg +1 -1
  711. package/dist/roadtrip/svg/vehicle-bike-color.svg +1 -1
  712. package/dist/roadtrip/svg/vehicle-bike-electric-color.svg +1 -1
  713. package/dist/roadtrip/svg/vehicle-bike-rack-outline-color.svg +1 -1
  714. package/dist/roadtrip/svg/vehicle-car-add-outline-color.svg +1 -1
  715. package/dist/roadtrip/svg/vehicle-car-all-authorize-outline-color.svg +1 -1
  716. package/dist/roadtrip/svg/vehicle-car-all-outline-color.svg +1 -1
  717. package/dist/roadtrip/svg/vehicle-car-all-unauthorize-outline-color.svg +1 -1
  718. package/dist/roadtrip/svg/vehicle-car-bodywork-outline-color.svg +1 -1
  719. package/dist/roadtrip/svg/vehicle-car-checked-outline-color.svg +1 -1
  720. package/dist/roadtrip/svg/vehicle-car-outline-color.svg +1 -1
  721. package/dist/roadtrip/svg/vehicle-car-setting-outline-color.svg +1 -1
  722. package/dist/roadtrip/svg/vehicle-car-side-tire-behind-color.svg +1 -1
  723. package/dist/roadtrip/svg/vehicle-car-side-tire-front-outline-color.svg +1 -1
  724. package/dist/roadtrip/svg/vehicle-car-unknowoutline-color.svg +1 -1
  725. package/dist/roadtrip/svg/vehicle-car-unselected-outline-color.svg +1 -1
  726. package/dist/roadtrip/svg/vehicle-carport-color.svg +1 -1
  727. package/dist/roadtrip/svg/vehicle-delevery-fast-outline-color.svg +1 -1
  728. package/dist/roadtrip/svg/vehicle-delevery-meeting-outline-color.svg +1 -1
  729. package/dist/roadtrip/svg/vehicle-drive-carport-color.svg +1 -1
  730. package/dist/roadtrip/svg/vehicle-drive-color.svg +1 -1
  731. package/dist/roadtrip/svg/vehicle-moto-bike-outline-color.svg +1 -1
  732. package/dist/roadtrip/svg/vehicle-moto-outline-color.svg +1 -1
  733. package/dist/roadtrip/svg/vehicle-roof-box-outline-color.svg +1 -1
  734. package/dist/roadtrip/svg/vehicle-scooter-kick-color.svg +1 -1
  735. package/dist/roadtrip/svg/vehicle-scooter-kick-electric-color.svg +1 -1
  736. package/dist/roadtrip/svg/vehicle-scooter-outline-color.svg +1 -1
  737. package/dist/roadtrip/svg/vehicle-tire-invert-outline-color.svg +1 -1
  738. package/dist/roadtrip/svg/vehicle-workshop-outline-color.svg +1 -1
  739. package/dist/roadtrip/svg/ventilator-color.svg +1 -1
  740. package/dist/roadtrip/svg/view-3d-360-color.svg +1 -1
  741. package/dist/roadtrip/svg/view-3d-360-disabled-color.svg +1 -1
  742. package/dist/roadtrip/svg/virus-color.svg +1 -1
  743. package/dist/roadtrip/svg/visibility-off-outline-color.svg +1 -1
  744. package/dist/roadtrip/svg/visibility-outline-color.svg +1 -1
  745. package/dist/roadtrip/svg/warehouse-color.svg +1 -1
  746. package/dist/roadtrip/svg/weather-rain-outline-color.svg +1 -1
  747. package/dist/roadtrip/svg/wheel-bearings-color.svg +1 -1
  748. package/dist/roadtrip/svg/wheel-hub-cap-color.svg +1 -1
  749. package/dist/roadtrip/svg/wheel-rim-color.svg +1 -1
  750. package/dist/roadtrip/svg/wheel-rim-double-spoke-outline-color.svg +1 -1
  751. package/dist/roadtrip/svg/wheel-rim-honeycomb-outline-color.svg +1 -1
  752. package/dist/roadtrip/svg/wheel-rim-multi-spoke-outline-color.svg +1 -1
  753. package/dist/roadtrip/svg/windscreen-back-fluid-color.svg +1 -1
  754. package/dist/roadtrip/svg/windscreen-back-frost-color.svg +1 -1
  755. package/dist/roadtrip/svg/windscreen-back-wiper-color.svg +1 -1
  756. package/dist/roadtrip/svg/windscreen-color.svg +1 -1
  757. package/dist/roadtrip/svg/windscreen-fluid-color.svg +1 -1
  758. package/dist/roadtrip/svg/windscreen-frost-color.svg +1 -1
  759. package/dist/roadtrip/svg/windscreen-wiper-color.svg +1 -1
  760. package/dist/roadtrip/svg/windscreen-wipers-color.svg +1 -1
  761. package/dist/roadtrip/svg/windscreen-wipers-left-color.svg +1 -1
  762. package/dist/roadtrip/svg/windscreen-wipers-right-color.svg +1 -1
  763. package/dist/roadtrip/svg/windscreen-wipers.svg +1 -1
  764. package/dist/roadtrip/svg/work-order-awaiting-approval-color.svg +1 -1
  765. package/dist/roadtrip/svg/work-order-check-outline-color.svg +1 -1
  766. package/dist/roadtrip/svg/work-order-diagnostic-outline-color.svg +1 -1
  767. package/dist/roadtrip/svg/work-order-pass-maintain-color.svg +1 -1
  768. package/dist/roadtrip/svg/work-order-view-outline-color.svg +1 -1
  769. package/dist/roadtrip/svg/work-order-wait-check-outline-color.svg +1 -1
  770. package/dist/roadtrip/svg/world-color.svg +1 -1
  771. package/dist/roadtrip/svg/wrench-hand-color.svg +1 -1
  772. package/dist/roadtrip/svg/wrench-hand-dual-color.svg +1 -1
  773. package/dist/roadtrip/svg/wrench-outline-color.svg +1 -1
  774. package/dist/roadtrip/svg/wrench-tools-outline-color.svg +1 -1
  775. package/dist/roadtrip/svg/zoom-in-color.svg +1 -1
  776. package/dist/roadtrip/svg/zoom-out-color.svg +1 -1
  777. package/dist/types/components/accordion/accordion.d.ts +4 -0
  778. package/dist/types/components/banner/banner.d.ts +32 -0
  779. package/dist/types/components/checkbox/checkbox.d.ts +4 -0
  780. package/dist/types/components/input/input.d.ts +4 -0
  781. package/dist/types/components/radio/radio.d.ts +4 -0
  782. package/dist/types/components/radio-group/radio-group.d.ts +4 -0
  783. package/dist/types/components/textarea/textarea.d.ts +4 -0
  784. package/dist/types/components.d.ts +101 -0
  785. package/icons/icons.svg +1 -1
  786. package/icons/index.js +351 -351
  787. package/package.json +1 -1
  788. package/dist/roadtrip/p-05cfe888.system.entry.js +0 -1
  789. package/dist/roadtrip/p-5790e1f0.system.entry.js +0 -1
  790. package/dist/roadtrip/p-a17909d0.entry.js +0 -1
  791. package/dist/roadtrip/p-b1e0f8af.entry.js +0 -1
  792. package/dist/roadtrip/p-b92e7d61.entry.js +0 -1
  793. package/dist/roadtrip/p-bf023bd5.system.entry.js +0 -1
  794. package/dist/roadtrip/p-d7293dd6.entry.js +0 -1
  795. package/dist/roadtrip/p-d868f924.entry.js +0 -1
@@ -0,0 +1,152 @@
1
+ import { Component, Host, h, Prop, Method, Event } from '@stencil/core';
2
+ import { navigationClose } from '../../../icons';
3
+ export class Banner {
4
+ constructor() {
5
+ /**
6
+ * Set `open` property to `true` to open the banner
7
+ */
8
+ this.isOpen = true;
9
+ /**
10
+ * Text display in the banner
11
+ */
12
+ this.label = '';
13
+ /**
14
+ * Close the dialog when clicking on the cross or layer
15
+ */
16
+ this.onClick = (ev) => {
17
+ ev.stopPropagation();
18
+ ev.preventDefault();
19
+ this.close();
20
+ };
21
+ }
22
+ /**
23
+ * Close the banner
24
+ */
25
+ async close() {
26
+ this.isOpen = false;
27
+ this.onClose.emit();
28
+ }
29
+ render() {
30
+ const bannerIsOpenClass = this.isOpen ? 'banner-open' : '';
31
+ return (h(Host, { class: bannerIsOpenClass },
32
+ h("div", null,
33
+ h("span", { class: "banner-open-label" }, this.label),
34
+ this.link && h("a", { href: this.url, class: "banner-open-link" }, this.link),
35
+ h("button", { type: "button", class: "banner-close", onClick: this.onClick },
36
+ h("road-icon", { icon: navigationClose, size: "md" })))));
37
+ }
38
+ static get is() { return "road-banner"; }
39
+ static get encapsulation() { return "shadow"; }
40
+ static get originalStyleUrls() { return {
41
+ "$": ["banner.css"]
42
+ }; }
43
+ static get styleUrls() { return {
44
+ "$": ["banner.css"]
45
+ }; }
46
+ static get properties() { return {
47
+ "isOpen": {
48
+ "type": "boolean",
49
+ "mutable": true,
50
+ "complexType": {
51
+ "original": "boolean",
52
+ "resolved": "boolean",
53
+ "references": {}
54
+ },
55
+ "required": false,
56
+ "optional": false,
57
+ "docs": {
58
+ "tags": [],
59
+ "text": "Set `open` property to `true` to open the banner"
60
+ },
61
+ "attribute": "is-open",
62
+ "reflect": false,
63
+ "defaultValue": "true"
64
+ },
65
+ "label": {
66
+ "type": "string",
67
+ "mutable": false,
68
+ "complexType": {
69
+ "original": "string",
70
+ "resolved": "string",
71
+ "references": {}
72
+ },
73
+ "required": false,
74
+ "optional": false,
75
+ "docs": {
76
+ "tags": [],
77
+ "text": "Text display in the banner"
78
+ },
79
+ "attribute": "label",
80
+ "reflect": false,
81
+ "defaultValue": "''"
82
+ },
83
+ "link": {
84
+ "type": "string",
85
+ "mutable": false,
86
+ "complexType": {
87
+ "original": "string",
88
+ "resolved": "string | undefined",
89
+ "references": {}
90
+ },
91
+ "required": false,
92
+ "optional": true,
93
+ "docs": {
94
+ "tags": [],
95
+ "text": "Text Link display in the banner"
96
+ },
97
+ "attribute": "link",
98
+ "reflect": false
99
+ },
100
+ "url": {
101
+ "type": "string",
102
+ "mutable": false,
103
+ "complexType": {
104
+ "original": "string",
105
+ "resolved": "string | undefined",
106
+ "references": {}
107
+ },
108
+ "required": false,
109
+ "optional": true,
110
+ "docs": {
111
+ "tags": [],
112
+ "text": "Text Link display in the banner"
113
+ },
114
+ "attribute": "url",
115
+ "reflect": false
116
+ }
117
+ }; }
118
+ static get events() { return [{
119
+ "method": "onClose",
120
+ "name": "close",
121
+ "bubbles": true,
122
+ "cancelable": true,
123
+ "composed": true,
124
+ "docs": {
125
+ "tags": [],
126
+ "text": "Indicate when closing the banner"
127
+ },
128
+ "complexType": {
129
+ "original": "void",
130
+ "resolved": "void",
131
+ "references": {}
132
+ }
133
+ }]; }
134
+ static get methods() { return {
135
+ "close": {
136
+ "complexType": {
137
+ "signature": "() => Promise<void>",
138
+ "parameters": [],
139
+ "references": {
140
+ "Promise": {
141
+ "location": "global"
142
+ }
143
+ },
144
+ "return": "Promise<void>"
145
+ },
146
+ "docs": {
147
+ "text": "Close the banner",
148
+ "tags": []
149
+ }
150
+ }
151
+ }; }
152
+ }
@@ -0,0 +1,39 @@
1
+ import { html } from 'lit-html';
2
+ import { ifDefined } from 'lit-html/directives/if-defined';
3
+ import { unsafeHTML } from 'lit-html/directives/unsafe-html.js';
4
+
5
+ export default {
6
+ title: 'Indicators/Banner',
7
+ component: 'road-banner',
8
+ argTypes: {
9
+ label: {
10
+ control: 'text',
11
+ },
12
+ link: {
13
+ control: 'text',
14
+ },
15
+ url: {
16
+ control: 'text',
17
+ },
18
+ 'is-open': {
19
+ control: 'boolean',
20
+ },
21
+ close: {
22
+ control: {
23
+ type: null,
24
+ },
25
+ },
26
+ },
27
+ args: {
28
+ label: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit.',
29
+ link: 'See more',
30
+ url: '#',
31
+ 'is-open': true,
32
+ },
33
+ };
34
+
35
+ const Template = (args) => html`
36
+ <road-banner label="${args.label}" link="${args.link}" url="${args.url} is-open=${args['is-open']}"></road-banner>
37
+ `;
38
+
39
+ export const Playground = Template.bind({});
@@ -9,6 +9,7 @@
9
9
  * - Checkbox
10
10
  * - Label
11
11
  * - Error
12
+ * - Helper
12
13
  * - Position
13
14
  */
14
15
 
@@ -178,3 +179,12 @@
178
179
  right: 0;
179
180
  left: auto;
180
181
  }
182
+
183
+ /* HELPER
184
+ -------------------- */
185
+
186
+ .helper {
187
+ margin-top: 0.5rem;
188
+ font-size: 0.75rem;
189
+ color: var(--road-grey-500);
190
+ }
@@ -77,7 +77,8 @@ export class Checkbox {
77
77
  h("slot", null)),
78
78
  this.checked && !this.indeterminate && h("road-icon", { class: "form-check-icon", icon: checkWide }),
79
79
  this.indeterminate && h("road-icon", { class: "form-check-icon", icon: navigationAddLess })),
80
- this.error && this.error !== '' && h("p", { class: "invalid-feedback" }, this.error)));
80
+ this.error && this.error !== '' && h("p", { class: "invalid-feedback" }, this.error),
81
+ this.helper && this.helper !== '' && h("p", { class: "helper" }, this.helper)));
81
82
  }
82
83
  static get is() { return "road-checkbox"; }
83
84
  static get encapsulation() { return "scoped"; }
@@ -266,6 +267,23 @@ export class Checkbox {
266
267
  },
267
268
  "attribute": "error",
268
269
  "reflect": false
270
+ },
271
+ "helper": {
272
+ "type": "string",
273
+ "mutable": false,
274
+ "complexType": {
275
+ "original": "string",
276
+ "resolved": "string | undefined",
277
+ "references": {}
278
+ },
279
+ "required": false,
280
+ "optional": true,
281
+ "docs": {
282
+ "tags": [],
283
+ "text": "Helper message for the field"
284
+ },
285
+ "attribute": "helper",
286
+ "reflect": false
269
287
  }
270
288
  }; }
271
289
  static get events() { return [{
@@ -28,6 +28,9 @@ export default {
28
28
  error: {
29
29
  control: 'text',
30
30
  },
31
+ helper: {
32
+ control: 'text',
33
+ },
31
34
  label: {
32
35
  control: 'text',
33
36
  },
@@ -79,6 +82,7 @@ const Template = (args) => html`
79
82
  indeterminate="${ifDefined(args.indeterminate)}"
80
83
  disabled="${ifDefined(args.disabled)}"
81
84
  error="${ifDefined(args.error)}"
85
+ helper="${ifDefined(args.helper)}"
82
86
  inverse="${ifDefined(args.inverse)}"
83
87
  label="${ifDefined(args.label)}"
84
88
  name="${ifDefined(args.name)}"
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(349.215 0.25)"><path d="M-309.1,55.25h-15.74a4.222,4.222,0,0,1-3.005-1.245l-11.13-11.13a4.222,4.222,0,0,1-1.245-3.005V24.13a4.222,4.222,0,0,1,1.245-3l11.13-11.13a4.222,4.222,0,0,1,3.005-1.245h15.74a4.222,4.222,0,0,1,3.005,1.245l11.13,11.13a4.222,4.222,0,0,1,1.245,3V39.87a4.222,4.222,0,0,1-1.245,3.005l-11.13,11.13A4.222,4.222,0,0,1-309.1,55.25Zm-15.74-44a1.738,1.738,0,0,0-1.237.513l-11.13,11.13a1.738,1.738,0,0,0-.513,1.237V39.87a1.742,1.742,0,0,0,.513,1.238l11.13,11.129a1.738,1.738,0,0,0,1.237.513h15.74a1.738,1.738,0,0,0,1.237-.513l11.13-11.129a1.742,1.742,0,0,0,.513-1.238V24.13a1.738,1.738,0,0,0-.513-1.237l-11.13-11.13a1.738,1.738,0,0,0-1.237-.513Z" fill="var(--accent-hover, rgb(236, 160, 0))"/><rect width="3" height="14.003" transform="translate(-318.465 21.118)"/><rect width="3" height="3.329" transform="translate(-318.465 39.553)"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(349.215 0.25)"><path d="M-309.1,55.25h-15.74a4.222,4.222,0,0,1-3.005-1.245l-11.13-11.13a4.222,4.222,0,0,1-1.245-3.005V24.13a4.222,4.222,0,0,1,1.245-3l11.13-11.13a4.222,4.222,0,0,1,3.005-1.245h15.74a4.222,4.222,0,0,1,3.005,1.245l11.13,11.13a4.222,4.222,0,0,1,1.245,3V39.87a4.222,4.222,0,0,1-1.245,3.005l-11.13,11.13A4.222,4.222,0,0,1-309.1,55.25Zm-15.74-44a1.738,1.738,0,0,0-1.237.513l-11.13,11.13a1.738,1.738,0,0,0-.513,1.237V39.87a1.742,1.742,0,0,0,.513,1.238l11.13,11.129a1.738,1.738,0,0,0,1.237.513h15.74a1.738,1.738,0,0,0,1.237-.513l11.13-11.129a1.742,1.742,0,0,0,.513-1.238V24.13a1.738,1.738,0,0,0-.513-1.237l-11.13-11.13a1.738,1.738,0,0,0-1.237-.513Z" fill="var(--road-secondary-500, rgb(252, 183, 49))"/><rect width="3" height="14.003" transform="translate(-318.465 21.118)"/><rect width="3" height="3.329" transform="translate(-318.465 39.553)"/></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(405.058 0.25)"><rect width="3" height="14.004" transform="translate(-374.308 28.878)"/><rect width="3" height="3.328" transform="translate(-374.308 21.118)"/><path d="M-372.808,55.25A23.276,23.276,0,0,1-396.058,32a23.276,23.276,0,0,1,23.25-23.25A23.276,23.276,0,0,1-349.558,32,23.276,23.276,0,0,1-372.808,55.25Zm0-44A20.774,20.774,0,0,0-393.558,32a20.773,20.773,0,0,0,20.75,20.75A20.774,20.774,0,0,0-352.058,32,20.774,20.774,0,0,0-372.808,11.25Z" fill="var(--accent-hover, rgb(236, 160, 0))"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(405.058 0.25)"><rect width="3" height="14.004" transform="translate(-374.308 28.878)"/><rect width="3" height="3.328" transform="translate(-374.308 21.118)"/><path d="M-372.808,55.25A23.276,23.276,0,0,1-396.058,32a23.276,23.276,0,0,1,23.25-23.25A23.276,23.276,0,0,1-349.558,32,23.276,23.276,0,0,1-372.808,55.25Zm0-44A20.774,20.774,0,0,0-393.558,32a20.773,20.773,0,0,0,20.75,20.75A20.774,20.774,0,0,0-352.058,32,20.774,20.774,0,0,0-372.808,11.25Z" fill="var(--road-secondary-500, rgb(252, 183, 49))"/></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(317.236 0.25)"><path d="M-284.986,55.25A23.276,23.276,0,0,1-308.236,32a23.276,23.276,0,0,1,23.25-23.25A23.276,23.276,0,0,1-261.736,32,23.276,23.276,0,0,1-284.986,55.25Zm0-44A20.774,20.774,0,0,0-305.736,32a20.774,20.774,0,0,0,20.75,20.75A20.774,20.774,0,0,0-264.236,32,20.774,20.774,0,0,0-284.986,11.25Z" fill="var(--accent-hover, rgb(236, 160, 0))"/><path d="M-283.486,37.608h-3V35.881a6.273,6.273,0,0,1,2.908-5.31l1.1-.7a3.29,3.29,0,0,0,1.524-2.783,3.306,3.306,0,0,0-3.3-3.3h-1.457a3.306,3.306,0,0,0-3.3,3.3v1.677h-3V27.086a6.309,6.309,0,0,1,6.3-6.3h1.457a6.309,6.309,0,0,1,6.3,6.3,6.277,6.277,0,0,1-2.909,5.311l-1.1.7a3.287,3.287,0,0,0-1.523,2.782Z"/><rect width="3" height="3.328" transform="translate(-286.486 40.388)"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(317.236 0.25)"><path d="M-284.986,55.25A23.276,23.276,0,0,1-308.236,32a23.276,23.276,0,0,1,23.25-23.25A23.276,23.276,0,0,1-261.736,32,23.276,23.276,0,0,1-284.986,55.25Zm0-44A20.774,20.774,0,0,0-305.736,32a20.774,20.774,0,0,0,20.75,20.75A20.774,20.774,0,0,0-264.236,32,20.774,20.774,0,0,0-284.986,11.25Z" fill="var(--road-secondary-500, rgb(252, 183, 49))"/><path d="M-283.486,37.608h-3V35.881a6.273,6.273,0,0,1,2.908-5.31l1.1-.7a3.29,3.29,0,0,0,1.524-2.783,3.306,3.306,0,0,0-3.3-3.3h-1.457a3.306,3.306,0,0,0-3.3,3.3v1.677h-3V27.086a6.309,6.309,0,0,1,6.3-6.3h1.457a6.309,6.309,0,0,1,6.3,6.3,6.277,6.277,0,0,1-2.909,5.311l-1.1.7a3.287,3.287,0,0,0-1.523,2.782Z"/><rect width="3" height="3.328" transform="translate(-286.486 40.388)"/></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(227.794 0.25)"><path d="M-195.544,55.25A23.276,23.276,0,0,1-218.794,32a23.276,23.276,0,0,1,23.25-23.25A23.276,23.276,0,0,1-172.294,32,23.276,23.276,0,0,1-195.544,55.25Zm0-44A20.774,20.774,0,0,0-216.294,32a20.774,20.774,0,0,0,20.75,20.75A20.773,20.773,0,0,0-174.794,32,20.774,20.774,0,0,0-195.544,11.25Z" fill="var(--accent-hover, rgb(236, 160, 0))"/><path d="M-198.264,40.529l-6.964-6.963,1.768-1.768,5.2,5.2,12.637-12.64,1.768,1.768Z"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(227.794 0.25)"><path d="M-195.544,55.25A23.276,23.276,0,0,1-218.794,32a23.276,23.276,0,0,1,23.25-23.25A23.276,23.276,0,0,1-172.294,32,23.276,23.276,0,0,1-195.544,55.25Zm0-44A20.774,20.774,0,0,0-216.294,32a20.774,20.774,0,0,0,20.75,20.75A20.773,20.773,0,0,0-174.794,32,20.774,20.774,0,0,0-195.544,11.25Z" fill="var(--road-secondary-500, rgb(252, 183, 49))"/><path d="M-198.264,40.529l-6.964-6.963,1.768-1.768,5.2,5.2,12.637-12.64,1.768,1.768Z"/></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(143.368 0.037)"><rect width="3" height="14.003" transform="translate(-112.073 23.118)"/><rect width="3" height="3.329" transform="translate(-112.073 41.553)"/><path d="M-90.034,53.037h-41.078a4.206,4.206,0,0,1-3.68-2.125,4.21,4.21,0,0,1,0-4.25l20.539-35.574a4.208,4.208,0,0,1,3.68-2.125h0a4.208,4.208,0,0,1,3.681,2.125l20.539,35.574a4.21,4.21,0,0,1,0,4.25A4.208,4.208,0,0,1-90.034,53.037Zm-20.539-41.574a1.73,1.73,0,0,0-1.515.875l-20.539,35.574a1.734,1.734,0,0,0,0,1.75,1.733,1.733,0,0,0,1.515.875h41.078a1.733,1.733,0,0,0,1.516-.875,1.734,1.734,0,0,0,0-1.75l-20.539-35.574A1.733,1.733,0,0,0-110.573,11.463Z" fill="var(--accent-hover, rgb(236, 160, 0))"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(143.368 0.037)"><rect width="3" height="14.003" transform="translate(-112.073 23.118)"/><rect width="3" height="3.329" transform="translate(-112.073 41.553)"/><path d="M-90.034,53.037h-41.078a4.206,4.206,0,0,1-3.68-2.125,4.21,4.21,0,0,1,0-4.25l20.539-35.574a4.208,4.208,0,0,1,3.68-2.125h0a4.208,4.208,0,0,1,3.681,2.125l20.539,35.574a4.21,4.21,0,0,1,0,4.25A4.208,4.208,0,0,1-90.034,53.037Zm-20.539-41.574a1.73,1.73,0,0,0-1.515.875l-20.539,35.574a1.734,1.734,0,0,0,0,1.75,1.733,1.733,0,0,0,1.515.875h41.078a1.733,1.733,0,0,0,1.516-.875,1.734,1.734,0,0,0,0-1.75l-20.539-35.574A1.733,1.733,0,0,0-110.573,11.463Z" fill="var(--road-secondary-500, rgb(252, 183, 49))"/></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(-0.094 0.024)"><path d="M58.426,23.024a1.25,1.25,0,0,0-1.25,1.25v15.4a1.25,1.25,0,1,0,2.5,0v-15.4A1.25,1.25,0,0,0,58.426,23.024Z"/><path d="M53.993,23.024a1.25,1.25,0,0,0-1.25,1.25v.932h-3.78V21.58a5.307,5.307,0,0,0-5.3-5.3h-3.1v-.442a3.674,3.674,0,0,0-3.67-3.67H22.154a3.674,3.674,0,0,0-3.67,3.67v.442H17.33a5.307,5.307,0,0,0-5.3,5.3v2.749H7.814a3.306,3.306,0,0,0-3.3,3.3v8.69a3.305,3.305,0,0,0,3.3,3.3h4.214v2.749a5.307,5.307,0,0,0,5.3,5.3h1.154v.442a3.674,3.674,0,0,0,3.67,3.67H36.892a3.674,3.674,0,0,0,3.67-3.67v-.442h3.1a5.307,5.307,0,0,0,5.3-5.3V38.747h3.78v.931a1.25,1.25,0,1,0,2.5,0v-15.4A1.25,1.25,0,0,0,53.993,23.024ZM7.814,37.123a.8.8,0,0,1-.8-.8v-8.69a.8.8,0,0,1,.8-.8h4.214V37.123Zm9.516,8.05a2.8,2.8,0,0,1-2.8-2.8V21.58a2.8,2.8,0,0,1,2.8-2.8h1.154V45.173Zm20.732,2.942a1.171,1.171,0,0,1-1.17,1.17H22.154a1.171,1.171,0,0,1-1.17-1.17V15.837a1.171,1.171,0,0,1,1.17-1.17H36.892a1.171,1.171,0,0,1,1.17,1.17Zm8.4-5.743a2.8,2.8,0,0,1-2.8,2.8h-3.1V18.779h3.1a2.8,2.8,0,0,1,2.8,2.8Zm2.5-6.125V27.706h3.78v8.541Z"/><path d="M47.05,40.218l-2.041-1.445,4.722-6.667h-6.4L51.127,21.1l2.041,1.445-5,7.063h6.4Z" transform="translate(-19.237 1.318)" fill="var(--accent-hover, rgb(236, 160, 0))"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(-0.094 0.024)"><path d="M58.426,23.024a1.25,1.25,0,0,0-1.25,1.25v15.4a1.25,1.25,0,1,0,2.5,0v-15.4A1.25,1.25,0,0,0,58.426,23.024Z"/><path d="M53.993,23.024a1.25,1.25,0,0,0-1.25,1.25v.932h-3.78V21.58a5.307,5.307,0,0,0-5.3-5.3h-3.1v-.442a3.674,3.674,0,0,0-3.67-3.67H22.154a3.674,3.674,0,0,0-3.67,3.67v.442H17.33a5.307,5.307,0,0,0-5.3,5.3v2.749H7.814a3.306,3.306,0,0,0-3.3,3.3v8.69a3.305,3.305,0,0,0,3.3,3.3h4.214v2.749a5.307,5.307,0,0,0,5.3,5.3h1.154v.442a3.674,3.674,0,0,0,3.67,3.67H36.892a3.674,3.674,0,0,0,3.67-3.67v-.442h3.1a5.307,5.307,0,0,0,5.3-5.3V38.747h3.78v.931a1.25,1.25,0,1,0,2.5,0v-15.4A1.25,1.25,0,0,0,53.993,23.024ZM7.814,37.123a.8.8,0,0,1-.8-.8v-8.69a.8.8,0,0,1,.8-.8h4.214V37.123Zm9.516,8.05a2.8,2.8,0,0,1-2.8-2.8V21.58a2.8,2.8,0,0,1,2.8-2.8h1.154V45.173Zm20.732,2.942a1.171,1.171,0,0,1-1.17,1.17H22.154a1.171,1.171,0,0,1-1.17-1.17V15.837a1.171,1.171,0,0,1,1.17-1.17H36.892a1.171,1.171,0,0,1,1.17,1.17Zm8.4-5.743a2.8,2.8,0,0,1-2.8,2.8h-3.1V18.779h3.1a2.8,2.8,0,0,1,2.8,2.8Zm2.5-6.125V27.706h3.78v8.541Z"/><path d="M47.05,40.218l-2.041-1.445,4.722-6.667h-6.4L51.127,21.1l2.041,1.445-5,7.063h6.4Z" transform="translate(-19.237 1.318)" fill="var(--road-secondary-500, rgb(252, 183, 49))"/></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M58.5,7.75H5.5A2.25,2.25,0,0,0,3.25,10v6A2.25,2.25,0,0,0,5.5,18.25H6.75V53A3.26,3.26,0,0,0,10,56.25H54A3.26,3.26,0,0,0,57.25,53V18.25H58.5A2.25,2.25,0,0,0,60.75,16V10A2.25,2.25,0,0,0,58.5,7.75ZM54.75,53a.76.76,0,0,1-.75.75H10A.76.76,0,0,1,9.25,53V18.25h45.5Zm3.5-37.25H5.75v-5.5h52.5Z"/><path d="M0,0H18V2.5H0Z" transform="translate(23 24.75)" fill="var(--accent-hover, rgb(236, 160, 0))"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M58.5,7.75H5.5A2.25,2.25,0,0,0,3.25,10v6A2.25,2.25,0,0,0,5.5,18.25H6.75V53A3.26,3.26,0,0,0,10,56.25H54A3.26,3.26,0,0,0,57.25,53V18.25H58.5A2.25,2.25,0,0,0,60.75,16V10A2.25,2.25,0,0,0,58.5,7.75ZM54.75,53a.76.76,0,0,1-.75.75H10A.76.76,0,0,1,9.25,53V18.25h45.5Zm3.5-37.25H5.75v-5.5h52.5Z"/><path d="M0,0H18V2.5H0Z" transform="translate(23 24.75)" fill="var(--road-secondary-500, rgb(252, 183, 49))"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(0.594 9.52)"><path d="M31.406,44.96c-7.079,0-14.6-2.288-14.6-6.528V35.568h2.5v2.864c0,1.642,4.715,4.028,12.1,4.028s12.1-2.386,12.1-4.028V35.568h2.5v2.864c0,4.24-7.524,6.528-14.6,6.528" transform="translate(-0.001 1)"/><rect width="2.547" height="2.5" transform="translate(6.776 22.833)" fill="var(--accent-hover, rgb(236, 160, 0))"/><rect width="2.547" height="2.5" transform="translate(53.741 22.833)" fill="var(--accent-hover, rgb(236, 160, 0))"/><path d="M31.915,7.778H30.9a1.25,1.25,0,0,1,0-2.5h1.019a1.25,1.25,0,0,1,0,2.5" transform="translate(-0.001 1)" fill="var(--accent-hover, rgb(236, 160, 0))"/><path d="M59.568,18.276l-13.56-5.468v2.7l12.624,5.09a2.682,2.682,0,0,1,0,4.975L40.669,32.814a24.663,24.663,0,0,1-18.526,0L4.178,25.569a2.683,2.683,0,0,1,0-4.975L16.8,15.5v-2.7L3.243,18.276a5.183,5.183,0,0,0,0,9.612l17.965,7.244a27.138,27.138,0,0,0,20.4,0l17.964-7.244a5.182,5.182,0,0,0,0-9.612" transform="translate(-0.001 1)"/><path d="M31.406,0C24.327,0,16.8,2.289,16.8,6.529V22.66c0,4.24,7.524,6.528,14.6,6.528s14.6-2.288,14.6-6.528V6.529c0-4.24-7.524-6.528-14.6-6.528m0,26.687c-7.388,0-12.1-2.386-12.1-4.028V10.3a12.121,12.121,0,0,0,2.2,1.126,27.814,27.814,0,0,0,9.9,1.634,33.56,33.56,0,0,0,4.518-.3,1.25,1.25,0,0,0-.338-2.477,31.157,31.157,0,0,1-4.18.275A25.294,25.294,0,0,1,22.424,9.1C20.5,8.338,19.3,7.353,19.3,6.529c0-1.643,4.715-4.028,12.1-4.028s12.1,2.385,12.1,4.028c0,.825-1.2,1.809-3.122,2.57a1.25,1.25,0,1,0,.92,2.325,12.153,12.153,0,0,0,2.2-1.124V22.66c0,1.642-4.715,4.028-12.1,4.028" transform="translate(-0.001 1)"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(0.594 9.52)"><path d="M31.406,44.96c-7.079,0-14.6-2.288-14.6-6.528V35.568h2.5v2.864c0,1.642,4.715,4.028,12.1,4.028s12.1-2.386,12.1-4.028V35.568h2.5v2.864c0,4.24-7.524,6.528-14.6,6.528" transform="translate(-0.001 1)"/><rect width="2.547" height="2.5" transform="translate(6.776 22.833)" fill="var(--road-secondary-500, rgb(252, 183, 49))"/><rect width="2.547" height="2.5" transform="translate(53.741 22.833)" fill="var(--road-secondary-500, rgb(252, 183, 49))"/><path d="M31.915,7.778H30.9a1.25,1.25,0,0,1,0-2.5h1.019a1.25,1.25,0,0,1,0,2.5" transform="translate(-0.001 1)" fill="var(--road-secondary-500, rgb(252, 183, 49))"/><path d="M59.568,18.276l-13.56-5.468v2.7l12.624,5.09a2.682,2.682,0,0,1,0,4.975L40.669,32.814a24.663,24.663,0,0,1-18.526,0L4.178,25.569a2.683,2.683,0,0,1,0-4.975L16.8,15.5v-2.7L3.243,18.276a5.183,5.183,0,0,0,0,9.612l17.965,7.244a27.138,27.138,0,0,0,20.4,0l17.964-7.244a5.182,5.182,0,0,0,0-9.612" transform="translate(-0.001 1)"/><path d="M31.406,0C24.327,0,16.8,2.289,16.8,6.529V22.66c0,4.24,7.524,6.528,14.6,6.528s14.6-2.288,14.6-6.528V6.529c0-4.24-7.524-6.528-14.6-6.528m0,26.687c-7.388,0-12.1-2.386-12.1-4.028V10.3a12.121,12.121,0,0,0,2.2,1.126,27.814,27.814,0,0,0,9.9,1.634,33.56,33.56,0,0,0,4.518-.3,1.25,1.25,0,0,0-.338-2.477,31.157,31.157,0,0,1-4.18.275A25.294,25.294,0,0,1,22.424,9.1C20.5,8.338,19.3,7.353,19.3,6.529c0-1.643,4.715-4.028,12.1-4.028s12.1,2.385,12.1,4.028c0,.825-1.2,1.809-3.122,2.57a1.25,1.25,0,1,0,.92,2.325,12.153,12.153,0,0,0,2.2-1.124V22.66c0,1.642-4.715,4.028-12.1,4.028" transform="translate(-0.001 1)"/></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(0.063 123.198)"><path d="M14.226-79.182A36.474,36.474,0,0,0,1.945-62.8l2.341.878A34.015,34.015,0,0,1,15.505-77.011,11.241,11.241,0,0,1,14.226-79.182Z"/><path d="M16.991-75.389a22.159,22.159,0,0,0-5.029,14.052v.24h2.5v-.24a19.668,19.668,0,0,1,4.559-12.586A11.348,11.348,0,0,1,16.991-75.389Z"/><path d="M59.872-119.7l-1.6-1.6L56.5-119.532l1.6,1.6a4.51,4.51,0,0,1,1.236,4.085,4.524,4.524,0,0,1-3,3.4,20.916,20.916,0,0,0-7.644,4.558,11.291,11.291,0,0,1,1.325,2.185,18.425,18.425,0,0,1,7.108-4.37,7.03,7.03,0,0,0,4.667-5.283A7.008,7.008,0,0,0,59.872-119.7Z"/><path d="M51.682-113.917a9.9,9.9,0,0,0-.2-5.47L51-120.814l-2.37.8L49.1-118.6a7.368,7.368,0,0,1,.152,4.078,7.192,7.192,0,0,1-2.328,3.759l-2.007,1.723a11.262,11.262,0,0,1,2.148,1.451l1.484-1.274A9.683,9.683,0,0,0,51.682-113.917Z"/><path d="M40.966-110.225v-3.88h-2.5v3.879A11.418,11.418,0,0,1,40.966-110.225Z"/><path d="M31.692-106.983a11.378,11.378,0,0,1,1.606-1.325l-1.232-3.67-2.37.8,1.557,4.638Z"/><path d="M27.714-103.005l-2.125-2.989-2.038,1.448,2.37,3.334Z"/><path d="M22.318-97.609l-3.334-2.37-1.448,2.038,2.989,2.125Z"/><path d="M11.552-91.464l3.67,1.232a11.378,11.378,0,0,1,1.325-1.606l.439-.439-4.638-1.557Z"/><path d="M9.426-85.065v2.5H13.3a11.481,11.481,0,0,1,0-2.5Z"/><path d="M23.321-72.541v3.871h2.5v-3.871a11.523,11.523,0,0,1-1.25.073A11.508,11.508,0,0,1,23.321-72.541Z"/><path d="M32.594-75.792a11.492,11.492,0,0,1-1.605,1.33L32.22-70.8l2.37-.8-1.557-4.639Z"/><path d="M36.572-79.77,38.7-76.78l2.038-1.448-2.37-3.334Z"/><path d="M41.968-85.166,45.3-82.8l1.448-2.038-2.989-2.125Z"/><path d="M47.739-90.937l-.439.44,4.638,1.557.8-2.37-3.666-1.231A11.407,11.407,0,0,1,47.739-90.937Z"/><path d="M50.989-100.21a11.522,11.522,0,0,1,.073,1.25,11.507,11.507,0,0,1-.073,1.25h3.872v-2.5Z"/><path d="M24.571-72.468a11.27,11.27,0,0,1-8.024-3.324,11.359,11.359,0,0,1,0-16.046l15.145-15.145a11.36,11.36,0,0,1,16.047,0,11.271,11.271,0,0,1,3.323,8.023,11.27,11.27,0,0,1-3.323,8.023L32.594-75.792A11.27,11.27,0,0,1,24.571-72.468ZM39.716-107.8a8.821,8.821,0,0,0-6.257,2.587L18.314-90.07a8.786,8.786,0,0,0-2.59,6.255,8.789,8.789,0,0,0,2.59,6.256,8.794,8.794,0,0,0,6.257,2.591,8.791,8.791,0,0,0,6.256-2.591L45.972-92.7a8.791,8.791,0,0,0,2.59-6.256,8.79,8.79,0,0,0-2.59-6.255A8.824,8.824,0,0,0,39.716-107.8Z"/><rect width="4.979" height="2.5" transform="translate(38.882 -92.751) rotate(-45)" fill="var(--accent-hover, rgb(236, 160, 0))"/><path d="M27.264-81.133a3.9,3.9,0,0,1-5.387,0l-1.756,1.78a6.306,6.306,0,0,0,4.45,1.837,6.308,6.308,0,0,0,4.455-1.843l9.832-9.832L37.09-90.958Z" fill="var(--accent-hover, rgb(236, 160, 0))"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(0.063 123.198)"><path d="M14.226-79.182A36.474,36.474,0,0,0,1.945-62.8l2.341.878A34.015,34.015,0,0,1,15.505-77.011,11.241,11.241,0,0,1,14.226-79.182Z"/><path d="M16.991-75.389a22.159,22.159,0,0,0-5.029,14.052v.24h2.5v-.24a19.668,19.668,0,0,1,4.559-12.586A11.348,11.348,0,0,1,16.991-75.389Z"/><path d="M59.872-119.7l-1.6-1.6L56.5-119.532l1.6,1.6a4.51,4.51,0,0,1,1.236,4.085,4.524,4.524,0,0,1-3,3.4,20.916,20.916,0,0,0-7.644,4.558,11.291,11.291,0,0,1,1.325,2.185,18.425,18.425,0,0,1,7.108-4.37,7.03,7.03,0,0,0,4.667-5.283A7.008,7.008,0,0,0,59.872-119.7Z"/><path d="M51.682-113.917a9.9,9.9,0,0,0-.2-5.47L51-120.814l-2.37.8L49.1-118.6a7.368,7.368,0,0,1,.152,4.078,7.192,7.192,0,0,1-2.328,3.759l-2.007,1.723a11.262,11.262,0,0,1,2.148,1.451l1.484-1.274A9.683,9.683,0,0,0,51.682-113.917Z"/><path d="M40.966-110.225v-3.88h-2.5v3.879A11.418,11.418,0,0,1,40.966-110.225Z"/><path d="M31.692-106.983a11.378,11.378,0,0,1,1.606-1.325l-1.232-3.67-2.37.8,1.557,4.638Z"/><path d="M27.714-103.005l-2.125-2.989-2.038,1.448,2.37,3.334Z"/><path d="M22.318-97.609l-3.334-2.37-1.448,2.038,2.989,2.125Z"/><path d="M11.552-91.464l3.67,1.232a11.378,11.378,0,0,1,1.325-1.606l.439-.439-4.638-1.557Z"/><path d="M9.426-85.065v2.5H13.3a11.481,11.481,0,0,1,0-2.5Z"/><path d="M23.321-72.541v3.871h2.5v-3.871a11.523,11.523,0,0,1-1.25.073A11.508,11.508,0,0,1,23.321-72.541Z"/><path d="M32.594-75.792a11.492,11.492,0,0,1-1.605,1.33L32.22-70.8l2.37-.8-1.557-4.639Z"/><path d="M36.572-79.77,38.7-76.78l2.038-1.448-2.37-3.334Z"/><path d="M41.968-85.166,45.3-82.8l1.448-2.038-2.989-2.125Z"/><path d="M47.739-90.937l-.439.44,4.638,1.557.8-2.37-3.666-1.231A11.407,11.407,0,0,1,47.739-90.937Z"/><path d="M50.989-100.21a11.522,11.522,0,0,1,.073,1.25,11.507,11.507,0,0,1-.073,1.25h3.872v-2.5Z"/><path d="M24.571-72.468a11.27,11.27,0,0,1-8.024-3.324,11.359,11.359,0,0,1,0-16.046l15.145-15.145a11.36,11.36,0,0,1,16.047,0,11.271,11.271,0,0,1,3.323,8.023,11.27,11.27,0,0,1-3.323,8.023L32.594-75.792A11.27,11.27,0,0,1,24.571-72.468ZM39.716-107.8a8.821,8.821,0,0,0-6.257,2.587L18.314-90.07a8.786,8.786,0,0,0-2.59,6.255,8.789,8.789,0,0,0,2.59,6.256,8.794,8.794,0,0,0,6.257,2.591,8.791,8.791,0,0,0,6.256-2.591L45.972-92.7a8.791,8.791,0,0,0,2.59-6.256,8.79,8.79,0,0,0-2.59-6.255A8.824,8.824,0,0,0,39.716-107.8Z"/><rect width="4.979" height="2.5" transform="translate(38.882 -92.751) rotate(-45)" fill="var(--road-secondary-500, rgb(252, 183, 49))"/><path d="M27.264-81.133a3.9,3.9,0,0,1-5.387,0l-1.756,1.78a6.306,6.306,0,0,0,4.45,1.837,6.308,6.308,0,0,0,4.455-1.843l9.832-9.832L37.09-90.958Z" fill="var(--road-secondary-500, rgb(252, 183, 49))"/></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(0 0.351)"><rect width="5.664" height="2.5" transform="translate(13.539 42.586)"/><rect width="5.664" height="2.5" transform="translate(27.023 42.586)"/><path d="M14.087,26.835,15.854,28.6a10.06,10.06,0,0,1,14.208,0l1.768-1.767A12.558,12.558,0,0,0,14.087,26.835Z"/><path d="M21.764,35.944h3.049L28.6,30.517l-2.049-1.432Z"/><path d="M59.365,10.83H4.635a2.252,2.252,0,0,0-2.25,2.25V50.218a2.252,2.252,0,0,0,2.25,2.25h54.73a2.253,2.253,0,0,0,2.25-2.25V13.08A2.253,2.253,0,0,0,59.365,10.83Zm-.25,39.138H4.885V13.33h54.23Z"/><path d="M10.827,38.444H35.4a2.253,2.253,0,0,0,2.25-2.25V19.289a2.252,2.252,0,0,0-2.25-2.25H10.827a2.253,2.253,0,0,0-2.25,2.25V36.194A2.253,2.253,0,0,0,10.827,38.444Zm.25-18.905H35.15V35.944H11.077Z"/><path d="M47.05,40.218l-2.041-1.445,4.722-6.667h-6.4L51.127,21.1l2.041,1.445-5,7.063h6.4Z" transform="translate(-0.332 0.991)" fill="var(--accent-hover, rgb(236, 160, 0))"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(0 0.351)"><rect width="5.664" height="2.5" transform="translate(13.539 42.586)"/><rect width="5.664" height="2.5" transform="translate(27.023 42.586)"/><path d="M14.087,26.835,15.854,28.6a10.06,10.06,0,0,1,14.208,0l1.768-1.767A12.558,12.558,0,0,0,14.087,26.835Z"/><path d="M21.764,35.944h3.049L28.6,30.517l-2.049-1.432Z"/><path d="M59.365,10.83H4.635a2.252,2.252,0,0,0-2.25,2.25V50.218a2.252,2.252,0,0,0,2.25,2.25h54.73a2.253,2.253,0,0,0,2.25-2.25V13.08A2.253,2.253,0,0,0,59.365,10.83Zm-.25,39.138H4.885V13.33h54.23Z"/><path d="M10.827,38.444H35.4a2.253,2.253,0,0,0,2.25-2.25V19.289a2.252,2.252,0,0,0-2.25-2.25H10.827a2.253,2.253,0,0,0-2.25,2.25V36.194A2.253,2.253,0,0,0,10.827,38.444Zm.25-18.905H35.15V35.944H11.077Z"/><path d="M47.05,40.218l-2.041-1.445,4.722-6.667h-6.4L51.127,21.1l2.041,1.445-5,7.063h6.4Z" transform="translate(-0.332 0.991)" fill="var(--road-secondary-500, rgb(252, 183, 49))"/></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(0.069 0.351)"><path d="M54.6,19.777h-3.9v-5.7a3.254,3.254,0,0,0-3.25-3.25H45.459a3.254,3.254,0,0,0-3.25,3.25v5.7H20.616v-5.7a3.254,3.254,0,0,0-3.25-3.25H15.382a3.254,3.254,0,0,0-3.25,3.25v5.7H9.265a2.253,2.253,0,0,0-2.25,2.25V50.218a2.252,2.252,0,0,0,2.25,2.25H54.6a2.253,2.253,0,0,0,2.25-2.25V22.027A2.253,2.253,0,0,0,54.6,19.777Zm-9.887-5.7a.752.752,0,0,1,.75-.75h1.983a.752.752,0,0,1,.75.75v5.7H44.709Zm-30.077,0a.752.752,0,0,1,.75-.75h1.984a.752.752,0,0,1,.75.75v5.7H14.632ZM54.346,49.968H9.515V22.277H54.346Z"/><rect width="13.855" height="2.5" transform="translate(24.484 15.155)" fill="var(--accent-hover, rgb(236, 160, 0))"/><rect width="10.929" height="2.5" transform="translate(14.122 34.873)"/><path d="M49.387,34.873H45.173V30.658h-2.5v4.215H38.458v2.5h4.215v4.214h2.5V37.373h4.214Z"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(0.069 0.351)"><path d="M54.6,19.777h-3.9v-5.7a3.254,3.254,0,0,0-3.25-3.25H45.459a3.254,3.254,0,0,0-3.25,3.25v5.7H20.616v-5.7a3.254,3.254,0,0,0-3.25-3.25H15.382a3.254,3.254,0,0,0-3.25,3.25v5.7H9.265a2.253,2.253,0,0,0-2.25,2.25V50.218a2.252,2.252,0,0,0,2.25,2.25H54.6a2.253,2.253,0,0,0,2.25-2.25V22.027A2.253,2.253,0,0,0,54.6,19.777Zm-9.887-5.7a.752.752,0,0,1,.75-.75h1.983a.752.752,0,0,1,.75.75v5.7H44.709Zm-30.077,0a.752.752,0,0,1,.75-.75h1.984a.752.752,0,0,1,.75.75v5.7H14.632ZM54.346,49.968H9.515V22.277H54.346Z"/><rect width="13.855" height="2.5" transform="translate(24.484 15.155)" fill="var(--road-secondary-500, rgb(252, 183, 49))"/><rect width="10.929" height="2.5" transform="translate(14.122 34.873)"/><path d="M49.387,34.873H45.173V30.658h-2.5v4.215H38.458v2.5h4.215v4.214h2.5V37.373h4.214Z"/></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(0.069 0.351)"><path d="M54.6,19.777h-3.9v-5.7a3.254,3.254,0,0,0-3.25-3.25H45.459a3.254,3.254,0,0,0-3.25,3.25v5.7H20.616v-5.7a3.254,3.254,0,0,0-3.25-3.25H15.382a3.254,3.254,0,0,0-3.25,3.25v5.7H9.265a2.253,2.253,0,0,0-2.25,2.25V50.218a2.252,2.252,0,0,0,2.25,2.25H54.6a2.253,2.253,0,0,0,2.25-2.25V22.027A2.253,2.253,0,0,0,54.6,19.777Zm-9.887-5.7a.752.752,0,0,1,.75-.75h1.983a.752.752,0,0,1,.75.75v5.7H44.709Zm-30.077,0a.752.752,0,0,1,.75-.75h1.984a.752.752,0,0,1,.75.75v5.7H14.632ZM54.346,49.968H9.515V22.277H54.346Z"/><rect width="13.855" height="2.5" transform="translate(24.484 15.155)" fill="var(--accent-hover, rgb(236, 160, 0))"/></g><path d="M7237.33,442.051l1.585-1.587a6.4,6.4,0,0,0,3.046.761,6.528,6.528,0,0,0,6.524-6.525h-3.262l4.351-4.349,4.349,4.349h-3.262a8.683,8.683,0,0,1-13.332,7.351ZM7230,434.7h3.26a8.682,8.682,0,0,1,13.332-7.349l-1.585,1.586a6.421,6.421,0,0,0-3.046-.761,6.531,6.531,0,0,0-6.525,6.525h3.263l-4.349,4.349Z" transform="translate(-7209.962 -398.066)"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(0.069 0.351)"><path d="M54.6,19.777h-3.9v-5.7a3.254,3.254,0,0,0-3.25-3.25H45.459a3.254,3.254,0,0,0-3.25,3.25v5.7H20.616v-5.7a3.254,3.254,0,0,0-3.25-3.25H15.382a3.254,3.254,0,0,0-3.25,3.25v5.7H9.265a2.253,2.253,0,0,0-2.25,2.25V50.218a2.252,2.252,0,0,0,2.25,2.25H54.6a2.253,2.253,0,0,0,2.25-2.25V22.027A2.253,2.253,0,0,0,54.6,19.777Zm-9.887-5.7a.752.752,0,0,1,.75-.75h1.983a.752.752,0,0,1,.75.75v5.7H44.709Zm-30.077,0a.752.752,0,0,1,.75-.75h1.984a.752.752,0,0,1,.75.75v5.7H14.632ZM54.346,49.968H9.515V22.277H54.346Z"/><rect width="13.855" height="2.5" transform="translate(24.484 15.155)" fill="var(--road-secondary-500, rgb(252, 183, 49))"/></g><path d="M7237.33,442.051l1.585-1.587a6.4,6.4,0,0,0,3.046.761,6.528,6.528,0,0,0,6.524-6.525h-3.262l4.351-4.349,4.349,4.349h-3.262a8.683,8.683,0,0,1-13.332,7.351ZM7230,434.7h3.26a8.682,8.682,0,0,1,13.332-7.349l-1.585,1.586a6.421,6.421,0,0,0-3.046-.761,6.531,6.531,0,0,0-6.525,6.525h3.263l-4.349,4.349Z" transform="translate(-7209.962 -398.066)"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(-4)"><g transform="translate(0.069 0.351)"><path d="M54.6,19.777h-3.9v-5.7a3.254,3.254,0,0,0-3.25-3.25H45.459a3.254,3.254,0,0,0-3.25,3.25v5.7H20.616v-5.7a3.254,3.254,0,0,0-3.25-3.25H15.382a3.254,3.254,0,0,0-3.25,3.25v5.7H9.265a2.253,2.253,0,0,0-2.25,2.25V50.218a2.252,2.252,0,0,0,2.25,2.25H54.6a2.253,2.253,0,0,0,2.25-2.25V22.027A2.253,2.253,0,0,0,54.6,19.777Zm-9.887-5.7a.752.752,0,0,1,.75-.75h1.983a.752.752,0,0,1,.75.75v5.7H44.709Zm-30.077,0a.752.752,0,0,1,.75-.75h1.984a.752.752,0,0,1,.75.75v5.7H14.632ZM54.346,49.968H9.515V22.277H54.346Z"/><rect width="13.855" height="2.5" transform="translate(24.484 15.155)" fill="var(--accent-hover, rgb(236, 160, 0))"/></g><path d="M7232.565,441.353a8.781,8.781,0,0,1,0-12.4l1.769,1.766a6.271,6.271,0,1,0,8.868,0l1.769-1.766a8.771,8.771,0,0,1-12.4,12.4Zm4.952-6.185V427.25a1.251,1.251,0,0,1,2.5,0v7.919a1.251,1.251,0,0,1-2.5,0Z" transform="translate(-7206.843 -398.328)" stroke="rgba(0,0,0,0)" stroke-miterlimit="10" stroke-width="1"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(-4)"><g transform="translate(0.069 0.351)"><path d="M54.6,19.777h-3.9v-5.7a3.254,3.254,0,0,0-3.25-3.25H45.459a3.254,3.254,0,0,0-3.25,3.25v5.7H20.616v-5.7a3.254,3.254,0,0,0-3.25-3.25H15.382a3.254,3.254,0,0,0-3.25,3.25v5.7H9.265a2.253,2.253,0,0,0-2.25,2.25V50.218a2.252,2.252,0,0,0,2.25,2.25H54.6a2.253,2.253,0,0,0,2.25-2.25V22.027A2.253,2.253,0,0,0,54.6,19.777Zm-9.887-5.7a.752.752,0,0,1,.75-.75h1.983a.752.752,0,0,1,.75.75v5.7H44.709Zm-30.077,0a.752.752,0,0,1,.75-.75h1.984a.752.752,0,0,1,.75.75v5.7H14.632ZM54.346,49.968H9.515V22.277H54.346Z"/><rect width="13.855" height="2.5" transform="translate(24.484 15.155)" fill="var(--road-secondary-500, rgb(252, 183, 49))"/></g><path d="M7232.565,441.353a8.781,8.781,0,0,1,0-12.4l1.769,1.766a6.271,6.271,0,1,0,8.868,0l1.769-1.766a8.771,8.771,0,0,1-12.4,12.4Zm4.952-6.185V427.25a1.251,1.251,0,0,1,2.5,0v7.919a1.251,1.251,0,0,1-2.5,0Z" transform="translate(-7206.843 -398.328)" stroke="rgba(0,0,0,0)" stroke-miterlimit="10" stroke-width="1"/></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(-0.587)"><path d="M34.648,53.989a4.771,4.771,0,0,1-3.376-8.147l12.72-12.72a8.317,8.317,0,0,1,2.29-7.275c2.636-2.634,7.043-3.032,9.245-.83l.883.883-4.153,4.154,1.555,1.554,4.153-4.153.884.884c2.2,2.2,1.805,6.607-.83,9.244a8.324,8.324,0,0,1-7.276,2.29L38.024,52.594A4.763,4.763,0,0,1,34.648,53.989ZM51.709,26.095a5.3,5.3,0,0,0-3.659,1.519A5.812,5.812,0,0,0,46.567,33.2l.184.7L33.039,47.609a2.275,2.275,0,0,0,3.217,3.217L49.967,37.114l.7.185a5.806,5.806,0,0,0,5.588-1.484,5.15,5.15,0,0,0,1.426-4.537l-3.865,3.866-5.09-5.09,3.865-3.865A3.979,3.979,0,0,0,51.709,26.095Z"/><path d="M39.582,30.805h-18.4V19.745h18.4Zm-15.9-2.5h13.4v-6.06h-13.4Z" fill="var(--accent-hover, rgb(236, 160, 0))"/><path d="M51.811,21.312V8.768a3.7,3.7,0,0,0-3.7-3.7H11.432a3.7,3.7,0,0,0-3.7,3.7v7.166H4.9v2.5H7.736v7.529H4.9v2.5H7.736v7.209H4.9v2.5H7.736v7.394H4.9v2.5H7.736v7.166a3.7,3.7,0,0,0,3.7,3.7H48.114a3.7,3.7,0,0,0,3.7-3.7V43.7h-2.5V55.232a1.2,1.2,0,0,1-1.2,1.2H11.432a1.2,1.2,0,0,1-1.2-1.2V48.066H13.5v-2.5H10.236V38.172H13.5v-2.5H10.236V28.463H13.5v-2.5H10.236V18.434H13.5v-2.5H10.236V8.768a1.2,1.2,0,0,1,1.2-1.2H48.114a1.2,1.2,0,0,1,1.2,1.2V21.312Z"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(-0.587)"><path d="M34.648,53.989a4.771,4.771,0,0,1-3.376-8.147l12.72-12.72a8.317,8.317,0,0,1,2.29-7.275c2.636-2.634,7.043-3.032,9.245-.83l.883.883-4.153,4.154,1.555,1.554,4.153-4.153.884.884c2.2,2.2,1.805,6.607-.83,9.244a8.324,8.324,0,0,1-7.276,2.29L38.024,52.594A4.763,4.763,0,0,1,34.648,53.989ZM51.709,26.095a5.3,5.3,0,0,0-3.659,1.519A5.812,5.812,0,0,0,46.567,33.2l.184.7L33.039,47.609a2.275,2.275,0,0,0,3.217,3.217L49.967,37.114l.7.185a5.806,5.806,0,0,0,5.588-1.484,5.15,5.15,0,0,0,1.426-4.537l-3.865,3.866-5.09-5.09,3.865-3.865A3.979,3.979,0,0,0,51.709,26.095Z"/><path d="M39.582,30.805h-18.4V19.745h18.4Zm-15.9-2.5h13.4v-6.06h-13.4Z" fill="var(--road-secondary-500, rgb(252, 183, 49))"/><path d="M51.811,21.312V8.768a3.7,3.7,0,0,0-3.7-3.7H11.432a3.7,3.7,0,0,0-3.7,3.7v7.166H4.9v2.5H7.736v7.529H4.9v2.5H7.736v7.209H4.9v2.5H7.736v7.394H4.9v2.5H7.736v7.166a3.7,3.7,0,0,0,3.7,3.7H48.114a3.7,3.7,0,0,0,3.7-3.7V43.7h-2.5V55.232a1.2,1.2,0,0,1-1.2,1.2H11.432a1.2,1.2,0,0,1-1.2-1.2V48.066H13.5v-2.5H10.236V38.172H13.5v-2.5H10.236V28.463H13.5v-2.5H10.236V18.434H13.5v-2.5H10.236V8.768a1.2,1.2,0,0,1,1.2-1.2H48.114a1.2,1.2,0,0,1,1.2,1.2V21.312Z"/></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(0.103 -1.072)"><circle cx="2.412" cy="2.412" r="2.412" transform="translate(34.503 49.555)" fill="var(--accent-hover, rgb(236, 160, 0))"/><circle cx="2.412" cy="2.412" r="2.412" transform="translate(50.334 49.521)" fill="var(--accent-hover, rgb(236, 160, 0))"/><path d="M60.2,45.205h-.986l-2.573-7.664a2.864,2.864,0,0,0-2.716-1.953H35.735A2.86,2.86,0,0,0,33.02,37.54l-2.575,7.665h-.986a1.25,1.25,0,0,0,0,2.5h.635V59.2a2.829,2.829,0,1,0,5.659,0v-.641H53.908V59.2a2.83,2.83,0,1,0,5.66,0v-11.5H60.2a1.25,1.25,0,0,0,0-2.5ZM35.39,38.336a.364.364,0,0,1,.345-.248H53.927a.366.366,0,0,1,.346.249l2.306,6.868h-23.5ZM57.068,56.063H32.594V47.705H57.068Z"/><path d="M39.582,30.805h-18.4V19.745h18.4Zm-15.9-2.5h13.4v-6.06h-13.4Z" fill="var(--accent-hover, rgb(236, 160, 0))"/><path d="M48.115,5.072H11.432a3.7,3.7,0,0,0-3.7,3.7v7.166H4.9v2.5h2.84v7.529H4.9v2.5h2.84v7.209H4.9v2.5h2.84v7.394H4.9v2.5h2.84v7.166a3.7,3.7,0,0,0,3.7,3.7H27.289v-2.5H11.432a1.2,1.2,0,0,1-1.195-1.2V48.066H13.5v-2.5h-3.26V38.172H13.5v-2.5h-3.26V28.463H13.5v-2.5h-3.26V18.434H13.5v-2.5h-3.26V8.768a1.2,1.2,0,0,1,1.195-1.2H48.115a1.2,1.2,0,0,1,1.195,1.2V32.6h2.5V8.768A3.7,3.7,0,0,0,48.115,5.072Z"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(0.103 -1.072)"><circle cx="2.412" cy="2.412" r="2.412" transform="translate(34.503 49.555)" fill="var(--road-secondary-500, rgb(252, 183, 49))"/><circle cx="2.412" cy="2.412" r="2.412" transform="translate(50.334 49.521)" fill="var(--road-secondary-500, rgb(252, 183, 49))"/><path d="M60.2,45.205h-.986l-2.573-7.664a2.864,2.864,0,0,0-2.716-1.953H35.735A2.86,2.86,0,0,0,33.02,37.54l-2.575,7.665h-.986a1.25,1.25,0,0,0,0,2.5h.635V59.2a2.829,2.829,0,1,0,5.659,0v-.641H53.908V59.2a2.83,2.83,0,1,0,5.66,0v-11.5H60.2a1.25,1.25,0,0,0,0-2.5ZM35.39,38.336a.364.364,0,0,1,.345-.248H53.927a.366.366,0,0,1,.346.249l2.306,6.868h-23.5ZM57.068,56.063H32.594V47.705H57.068Z"/><path d="M39.582,30.805h-18.4V19.745h18.4Zm-15.9-2.5h13.4v-6.06h-13.4Z" fill="var(--road-secondary-500, rgb(252, 183, 49))"/><path d="M48.115,5.072H11.432a3.7,3.7,0,0,0-3.7,3.7v7.166H4.9v2.5h2.84v7.529H4.9v2.5h2.84v7.209H4.9v2.5h2.84v7.394H4.9v2.5h2.84v7.166a3.7,3.7,0,0,0,3.7,3.7H27.289v-2.5H11.432a1.2,1.2,0,0,1-1.195-1.2V48.066H13.5v-2.5h-3.26V38.172H13.5v-2.5h-3.26V28.463H13.5v-2.5h-3.26V18.434H13.5v-2.5h-3.26V8.768a1.2,1.2,0,0,1,1.195-1.2H48.115a1.2,1.2,0,0,1,1.195,1.2V32.6h2.5V8.768A3.7,3.7,0,0,0,48.115,5.072Z"/></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(0.139 0.328)"><path d="M34.185,6.785v2.5A24.711,24.711,0,1,1,9.474,33.995h-2.5A27.211,27.211,0,1,0,34.185,6.785Z"/><path d="M34.185,48.313A14.318,14.318,0,1,0,19.866,33.995,14.334,14.334,0,0,0,34.185,48.313Zm0-26.136A11.818,11.818,0,1,1,22.366,33.995,11.832,11.832,0,0,1,34.185,22.177Z"/><path d="M34.185,38.522a4.527,4.527,0,1,0-4.527-4.527A4.532,4.532,0,0,0,34.185,38.522Zm0-6.554a2.027,2.027,0,1,1-2.027,2.027A2.029,2.029,0,0,1,34.185,31.968Z"/><path d="M35.05,26.73a1.5,1.5,0,1,0-2.095-.332A1.5,1.5,0,0,0,35.05,26.73Z"/><path d="M26.487,33.021a1.5,1.5,0,1,0-1.89-.963A1.5,1.5,0,0,0,26.487,33.021Z"/><circle cx="1.5" cy="1.5" r="1.5" transform="translate(27.787 39.719)"/><path d="M38.023,40.626a1.5,1.5,0,1,0,1.889-.963A1.5,1.5,0,0,0,38.023,40.626Z"/><path d="M41.584,32.6a1.5,1.5,0,1,0-.331-2.095A1.5,1.5,0,0,0,41.584,32.6Z"/><path d="M30.775,2.138a3.464,3.464,0,0,0-.4.024A32.125,32.125,0,0,0,2.351,30.18a3.428,3.428,0,0,0,3.412,3.815H17.126A17.06,17.06,0,0,1,34.185,16.936V5.574A3.433,3.433,0,0,0,30.775,2.138Zm.91,12.457a19.482,19.482,0,0,0-10.15,4.494l-4.167-4.166L15.6,16.69l4.146,4.146A19.486,19.486,0,0,0,14.785,31.5H5.763a.937.937,0,0,1-.706-.319.893.893,0,0,1-.224-.7A29.451,29.451,0,0,1,30.666,4.644a1.009,1.009,0,0,1,.109-.006.936.936,0,0,1,.91.936Z" fill="var(--accent-hover, rgb(236, 160, 0))"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(0.139 0.328)"><path d="M34.185,6.785v2.5A24.711,24.711,0,1,1,9.474,33.995h-2.5A27.211,27.211,0,1,0,34.185,6.785Z"/><path d="M34.185,48.313A14.318,14.318,0,1,0,19.866,33.995,14.334,14.334,0,0,0,34.185,48.313Zm0-26.136A11.818,11.818,0,1,1,22.366,33.995,11.832,11.832,0,0,1,34.185,22.177Z"/><path d="M34.185,38.522a4.527,4.527,0,1,0-4.527-4.527A4.532,4.532,0,0,0,34.185,38.522Zm0-6.554a2.027,2.027,0,1,1-2.027,2.027A2.029,2.029,0,0,1,34.185,31.968Z"/><path d="M35.05,26.73a1.5,1.5,0,1,0-2.095-.332A1.5,1.5,0,0,0,35.05,26.73Z"/><path d="M26.487,33.021a1.5,1.5,0,1,0-1.89-.963A1.5,1.5,0,0,0,26.487,33.021Z"/><circle cx="1.5" cy="1.5" r="1.5" transform="translate(27.787 39.719)"/><path d="M38.023,40.626a1.5,1.5,0,1,0,1.889-.963A1.5,1.5,0,0,0,38.023,40.626Z"/><path d="M41.584,32.6a1.5,1.5,0,1,0-.331-2.095A1.5,1.5,0,0,0,41.584,32.6Z"/><path d="M30.775,2.138a3.464,3.464,0,0,0-.4.024A32.125,32.125,0,0,0,2.351,30.18a3.428,3.428,0,0,0,3.412,3.815H17.126A17.06,17.06,0,0,1,34.185,16.936V5.574A3.433,3.433,0,0,0,30.775,2.138Zm.91,12.457a19.482,19.482,0,0,0-10.15,4.494l-4.167-4.166L15.6,16.69l4.146,4.146A19.486,19.486,0,0,0,14.785,31.5H5.763a.937.937,0,0,1-.706-.319.893.893,0,0,1-.224-.7A29.451,29.451,0,0,1,30.666,4.644a1.009,1.009,0,0,1,.109-.006.936.936,0,0,1,.91.936Z" fill="var(--road-secondary-500, rgb(252, 183, 49))"/></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(1 17)"><path d="M32.826,2.53c-.416-.012-.832-.03-1.25-.03s-.834.018-1.25.03V24.245h.412q.837-.036,1.675,0h.413Z" transform="translate(-0.514 -0.968)"/><path d="M61.107,19.256l-1.243-.746-1.273,2.15,1.229.739a1.464,1.464,0,0,1-1.508,2.509L57.1,23.18l-1.273,2.151,1.2.719a3.963,3.963,0,1,0,4.082-6.794" transform="translate(-0.514 -0.968)" fill="var(--accent-hover, rgb(236, 160, 0))"/><path d="M6.02,23.126l-1.3.782A1.464,1.464,0,0,1,3.211,21.4l1.318-.791L3.256,18.456l-1.332.8A3.963,3.963,0,1,0,6.006,26.05l1.287-.773Z" transform="translate(-0.514 -0.968)" fill="var(--accent-hover, rgb(236, 160, 0))"/><path d="M51.205,31.935H44.222a1.254,1.254,0,0,1-.884-.366,16.652,16.652,0,0,0-23.525,0,1.253,1.253,0,0,1-.885.367H11.946a1.247,1.247,0,0,1-1.075-.614L.743,14.212a1.25,1.25,0,0,1,.193-1.52,43.329,43.329,0,0,1,61.279,0,1.25,1.25,0,0,1,.193,1.52L52.281,31.322a1.253,1.253,0,0,1-1.076.613m-6.475-2.5h5.762l9.264-15.651a40.831,40.831,0,0,0-56.361,0L12.66,29.435h5.76a19.162,19.162,0,0,1,26.31,0" transform="translate(-0.514 -0.968)"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(1 17)"><path d="M32.826,2.53c-.416-.012-.832-.03-1.25-.03s-.834.018-1.25.03V24.245h.412q.837-.036,1.675,0h.413Z" transform="translate(-0.514 -0.968)"/><path d="M61.107,19.256l-1.243-.746-1.273,2.15,1.229.739a1.464,1.464,0,0,1-1.508,2.509L57.1,23.18l-1.273,2.151,1.2.719a3.963,3.963,0,1,0,4.082-6.794" transform="translate(-0.514 -0.968)" fill="var(--road-secondary-500, rgb(252, 183, 49))"/><path d="M6.02,23.126l-1.3.782A1.464,1.464,0,0,1,3.211,21.4l1.318-.791L3.256,18.456l-1.332.8A3.963,3.963,0,1,0,6.006,26.05l1.287-.773Z" transform="translate(-0.514 -0.968)" fill="var(--road-secondary-500, rgb(252, 183, 49))"/><path d="M51.205,31.935H44.222a1.254,1.254,0,0,1-.884-.366,16.652,16.652,0,0,0-23.525,0,1.253,1.253,0,0,1-.885.367H11.946a1.247,1.247,0,0,1-1.075-.614L.743,14.212a1.25,1.25,0,0,1,.193-1.52,43.329,43.329,0,0,1,61.279,0,1.25,1.25,0,0,1,.193,1.52L52.281,31.322a1.253,1.253,0,0,1-1.076.613m-6.475-2.5h5.762l9.264-15.651a40.831,40.831,0,0,0-56.361,0L12.66,29.435h5.76a19.162,19.162,0,0,1,26.31,0" transform="translate(-0.514 -0.968)"/></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(0.012 0.904)"><path d="M31.771,37.484l1.248-.723L32.945,7.454,31.688,6.382l-1.243,1.06.074,29.321Z"/><path d="M31.771,37.484l-1.252-.721L5.142,51.416l-.3,1.627,1.535.549,25.4-14.664Z"/><path d="M58.7,53.04l-.3-1.623L33.019,36.762l-1.248.723v1.443l25.4,14.663Z"/><path d="M38.565,12.248,31.688,6.382,24.81,12.248l-1.622-1.9,8.5-7.25,8.5,7.25Z" fill="var(--accent-hover, rgb(236, 160, 0))"/><path d="M51.034,58.438l-.842-2.354L58.7,53.04l-1.661-8.886,2.457-.459,2.054,10.981Z" fill="var(--accent-hover, rgb(236, 160, 0))"/><path d="M12.508,58.441,1.988,54.679,4.044,43.7l2.457.46L4.838,53.043l8.512,3.044Z" fill="var(--accent-hover, rgb(236, 160, 0))"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(0.012 0.904)"><path d="M31.771,37.484l1.248-.723L32.945,7.454,31.688,6.382l-1.243,1.06.074,29.321Z"/><path d="M31.771,37.484l-1.252-.721L5.142,51.416l-.3,1.627,1.535.549,25.4-14.664Z"/><path d="M58.7,53.04l-.3-1.623L33.019,36.762l-1.248.723v1.443l25.4,14.663Z"/><path d="M38.565,12.248,31.688,6.382,24.81,12.248l-1.622-1.9,8.5-7.25,8.5,7.25Z" fill="var(--road-secondary-500, rgb(252, 183, 49))"/><path d="M51.034,58.438l-.842-2.354L58.7,53.04l-1.661-8.886,2.457-.459,2.054,10.981Z" fill="var(--road-secondary-500, rgb(252, 183, 49))"/><path d="M12.508,58.441,1.988,54.679,4.044,43.7l2.457.46L4.838,53.043l8.512,3.044Z" fill="var(--road-secondary-500, rgb(252, 183, 49))"/></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(0 -0.331)"><path d="M30.75,33.581H25.1a6.859,6.859,0,0,1,.384,1.784,6.509,6.509,0,0,1-5.174,7.126,6.407,6.407,0,0,1-7.6-6.294v0a7.467,7.467,0,0,1,.419-2.613H7.478V52.948a3.909,3.909,0,0,0,3.905,3.9H30.75v2.5H11.383a6.412,6.412,0,0,1-6.405-6.4V31.081h12.77l-1.5,2a4.6,4.6,0,0,0-1.038,3.113v0a3.908,3.908,0,0,0,4.651,3.835,4.031,4.031,0,0,0,3.132-4.449,4.441,4.441,0,0,0-1.012-2.5l-1.5-2H30.75Z"/><path d="M33.25,33.58v5.65a6.918,6.918,0,0,1,1.784-.383,6.508,6.508,0,0,1,7.126,5.174,6.406,6.406,0,0,1-6.294,7.6h0A7.468,7.468,0,0,1,33.25,51.2v5.65H52.617a3.908,3.908,0,0,0,3.9-3.9V33.58h2.5V52.948a6.412,6.412,0,0,1-6.4,6.4H30.75V46.582l2,1.5a4.59,4.59,0,0,0,3.113,1.038h0A3.907,3.907,0,0,0,39.7,44.47a4.032,4.032,0,0,0-4.449-3.133,4.442,4.442,0,0,0-2.5,1.013l-2,1.5V33.58Z"/><path d="M52.617,5.309H30.75V13.46a7.446,7.446,0,0,0-2.614-.419h0a6.406,6.406,0,0,0-6.294,7.6,6.508,6.508,0,0,0,7.126,5.174,6.835,6.835,0,0,0,1.784-.383V33.58H43.521l-1.5-2a4.438,4.438,0,0,1-1.012-2.5,4.032,4.032,0,0,1,3.132-4.449,3.908,3.908,0,0,1,4.651,3.835v0a4.6,4.6,0,0,1-1.038,3.113l-1.5,2h12.77V11.713A6.412,6.412,0,0,0,52.617,5.309Zm3.9,25.771H50.871a7.463,7.463,0,0,0,.419-2.613v0a6.407,6.407,0,0,0-7.6-6.294A6.51,6.51,0,0,0,38.516,29.3,6.859,6.859,0,0,0,38.9,31.08H33.25V20.81l-2,1.5a4.435,4.435,0,0,1-2.5,1.013A4.031,4.031,0,0,1,24.3,20.191a3.908,3.908,0,0,1,3.835-4.65h0a4.6,4.6,0,0,1,3.114,1.038l2,1.5V7.809H52.617a3.909,3.909,0,0,1,3.9,3.9Z" fill="var(--accent-hover, rgb(236, 160, 0))"/><path d="M30.75,7.809H11.383a3.908,3.908,0,0,0-3.905,3.9V31.081h-2.5V11.713a6.412,6.412,0,0,1,6.405-6.4H30.75Z"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(0 -0.331)"><path d="M30.75,33.581H25.1a6.859,6.859,0,0,1,.384,1.784,6.509,6.509,0,0,1-5.174,7.126,6.407,6.407,0,0,1-7.6-6.294v0a7.467,7.467,0,0,1,.419-2.613H7.478V52.948a3.909,3.909,0,0,0,3.905,3.9H30.75v2.5H11.383a6.412,6.412,0,0,1-6.405-6.4V31.081h12.77l-1.5,2a4.6,4.6,0,0,0-1.038,3.113v0a3.908,3.908,0,0,0,4.651,3.835,4.031,4.031,0,0,0,3.132-4.449,4.441,4.441,0,0,0-1.012-2.5l-1.5-2H30.75Z"/><path d="M33.25,33.58v5.65a6.918,6.918,0,0,1,1.784-.383,6.508,6.508,0,0,1,7.126,5.174,6.406,6.406,0,0,1-6.294,7.6h0A7.468,7.468,0,0,1,33.25,51.2v5.65H52.617a3.908,3.908,0,0,0,3.9-3.9V33.58h2.5V52.948a6.412,6.412,0,0,1-6.4,6.4H30.75V46.582l2,1.5a4.59,4.59,0,0,0,3.113,1.038h0A3.907,3.907,0,0,0,39.7,44.47a4.032,4.032,0,0,0-4.449-3.133,4.442,4.442,0,0,0-2.5,1.013l-2,1.5V33.58Z"/><path d="M52.617,5.309H30.75V13.46a7.446,7.446,0,0,0-2.614-.419h0a6.406,6.406,0,0,0-6.294,7.6,6.508,6.508,0,0,0,7.126,5.174,6.835,6.835,0,0,0,1.784-.383V33.58H43.521l-1.5-2a4.438,4.438,0,0,1-1.012-2.5,4.032,4.032,0,0,1,3.132-4.449,3.908,3.908,0,0,1,4.651,3.835v0a4.6,4.6,0,0,1-1.038,3.113l-1.5,2h12.77V11.713A6.412,6.412,0,0,0,52.617,5.309Zm3.9,25.771H50.871a7.463,7.463,0,0,0,.419-2.613v0a6.407,6.407,0,0,0-7.6-6.294A6.51,6.51,0,0,0,38.516,29.3,6.859,6.859,0,0,0,38.9,31.08H33.25V20.81l-2,1.5a4.435,4.435,0,0,1-2.5,1.013A4.031,4.031,0,0,1,24.3,20.191a3.908,3.908,0,0,1,3.835-4.65h0a4.6,4.6,0,0,1,3.114,1.038l2,1.5V7.809H52.617a3.909,3.909,0,0,1,3.9,3.9Z" fill="var(--road-secondary-500, rgb(252, 183, 49))"/><path d="M30.75,7.809H11.383a3.908,3.908,0,0,0-3.905,3.9V31.081h-2.5V11.713a6.412,6.412,0,0,1,6.405-6.4H30.75Z"/></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(6 5)"><path d="M43.868,50.188H40.55v2.5h3.318a1.25,1.25,0,0,0,0-2.5" transform="translate(-0.866 -0.594)"/><path d="M53.57,23.343C52.172,9.251,40.257-.966,26.464.073A23.154,23.154,0,0,0,19.28,1.79,24.8,24.8,0,0,0,.071,27.805,26.945,26.945,0,0,0,26.886,52.688c.456,0,.918-.029,1.378-.052a3.512,3.512,0,0,1,.031-2.5A24.439,24.439,0,0,1,2.564,27.616,22.214,22.214,0,0,1,8.876,10.358,23.153,23.153,0,0,0,5.018,25.025,21.424,21.424,0,0,0,27.994,44.773,20.99,20.99,0,0,0,47.344,22.26,22.814,22.814,0,0,0,34,3.207,23.158,23.158,0,0,1,51.083,23.59a28.935,28.935,0,0,1-1.267,12.091,1.25,1.25,0,0,0,2.327.913A30.851,30.851,0,0,0,53.57,23.343m-8.719-.9A18.491,18.491,0,0,1,27.806,42.28,18.924,18.924,0,0,1,7.511,24.837,20.8,20.8,0,0,1,20.043,4.181a22.6,22.6,0,0,1,3.042-.441A20.325,20.325,0,0,1,44.851,22.448" transform="translate(-0.866 -0.594)"/><path d="M39.3,55.188H31.8a3.75,3.75,0,1,1,0-7.5h7.5a1.25,1.25,0,0,1,1.25,1.25v5a1.25,1.25,0,0,1-1.25,1.25m-7.5-5a1.25,1.25,0,1,0,0,2.5h6.25v-2.5Z" transform="translate(-0.866 -0.594)" fill="var(--accent-hover, rgb(236, 160, 0))"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(6 5)"><path d="M43.868,50.188H40.55v2.5h3.318a1.25,1.25,0,0,0,0-2.5" transform="translate(-0.866 -0.594)"/><path d="M53.57,23.343C52.172,9.251,40.257-.966,26.464.073A23.154,23.154,0,0,0,19.28,1.79,24.8,24.8,0,0,0,.071,27.805,26.945,26.945,0,0,0,26.886,52.688c.456,0,.918-.029,1.378-.052a3.512,3.512,0,0,1,.031-2.5A24.439,24.439,0,0,1,2.564,27.616,22.214,22.214,0,0,1,8.876,10.358,23.153,23.153,0,0,0,5.018,25.025,21.424,21.424,0,0,0,27.994,44.773,20.99,20.99,0,0,0,47.344,22.26,22.814,22.814,0,0,0,34,3.207,23.158,23.158,0,0,1,51.083,23.59a28.935,28.935,0,0,1-1.267,12.091,1.25,1.25,0,0,0,2.327.913A30.851,30.851,0,0,0,53.57,23.343m-8.719-.9A18.491,18.491,0,0,1,27.806,42.28,18.924,18.924,0,0,1,7.511,24.837,20.8,20.8,0,0,1,20.043,4.181a22.6,22.6,0,0,1,3.042-.441A20.325,20.325,0,0,1,44.851,22.448" transform="translate(-0.866 -0.594)"/><path d="M39.3,55.188H31.8a3.75,3.75,0,1,1,0-7.5h7.5a1.25,1.25,0,0,1,1.25,1.25v5a1.25,1.25,0,0,1-1.25,1.25m-7.5-5a1.25,1.25,0,1,0,0,2.5h6.25v-2.5Z" transform="translate(-0.866 -0.594)" fill="var(--road-secondary-500, rgb(252, 183, 49))"/></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(105.114 -27.296)"><path d="M-57.332,45.211H-89.217a1.25,1.25,0,0,1-1.25-1.25v-8.12a1.25,1.25,0,0,1,1.25-1.25h31.885a1.25,1.25,0,0,1,1.25,1.25v8.12A1.25,1.25,0,0,1-57.332,45.211Zm-30.635-2.5h29.385v-5.62H-87.967Z" fill="var(--accent-hover, rgb(236, 160, 0))"/><path d="M-51.114,90.546h-44a4.255,4.255,0,0,1-4.25-4.25v-54a4.255,4.255,0,0,1,4.25-4.25h44a4.255,4.255,0,0,1,4.25,4.25v54A4.255,4.255,0,0,1-51.114,90.546Zm-44-60a1.752,1.752,0,0,0-1.75,1.75v54a1.752,1.752,0,0,0,1.75,1.75h44a1.752,1.752,0,0,0,1.75-1.75v-54a1.752,1.752,0,0,0-1.75-1.75Z"/><rect width="10" height="2.5" transform="translate(-89.282 76.349)"/><path d="M-57.947,75.885H-61.7v-3.75h-2.5v3.75h-3.75v2.5h3.75v3.75h2.5v-3.75h3.75Z"/><rect width="10" height="2.5" transform="translate(-89.282 57.181)"/><rect width="2.5" height="2.5" transform="translate(-85.532 52.431)"/><rect width="2.5" height="2.5" transform="translate(-85.532 61.932)"/><path d="M-65.6,62.851l2.652-2.652,2.652,2.652,1.768-1.768-2.652-2.652,2.652-2.652-1.768-1.768-2.652,2.652L-65.6,54.012l-1.768,1.768,2.652,2.652-2.652,2.652Z"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(105.114 -27.296)"><path d="M-57.332,45.211H-89.217a1.25,1.25,0,0,1-1.25-1.25v-8.12a1.25,1.25,0,0,1,1.25-1.25h31.885a1.25,1.25,0,0,1,1.25,1.25v8.12A1.25,1.25,0,0,1-57.332,45.211Zm-30.635-2.5h29.385v-5.62H-87.967Z" fill="var(--road-secondary-500, rgb(252, 183, 49))"/><path d="M-51.114,90.546h-44a4.255,4.255,0,0,1-4.25-4.25v-54a4.255,4.255,0,0,1,4.25-4.25h44a4.255,4.255,0,0,1,4.25,4.25v54A4.255,4.255,0,0,1-51.114,90.546Zm-44-60a1.752,1.752,0,0,0-1.75,1.75v54a1.752,1.752,0,0,0,1.75,1.75h44a1.752,1.752,0,0,0,1.75-1.75v-54a1.752,1.752,0,0,0-1.75-1.75Z"/><rect width="10" height="2.5" transform="translate(-89.282 76.349)"/><path d="M-57.947,75.885H-61.7v-3.75h-2.5v3.75h-3.75v2.5h3.75v3.75h2.5v-3.75h3.75Z"/><rect width="10" height="2.5" transform="translate(-89.282 57.181)"/><rect width="2.5" height="2.5" transform="translate(-85.532 52.431)"/><rect width="2.5" height="2.5" transform="translate(-85.532 61.932)"/><path d="M-65.6,62.851l2.652-2.652,2.652,2.652,1.768-1.768-2.652-2.652,2.652-2.652-1.768-1.768-2.652,2.652L-65.6,54.012l-1.768,1.768,2.652,2.652-2.652,2.652Z"/></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(-0.023 -0.42)"><path d="M13.646,42.435h-2.5V24.448c0-9.454,9.177-20.028,21.457-20.028S54.06,14.994,54.06,24.448v8.639h-2.5V24.448c0-8.1-8.281-17.528-18.957-17.528S13.646,16.343,13.646,24.448Z"/><path d="M11.146,42.435H8.722a3.847,3.847,0,0,1-3.7-3.971v-6.8a3.846,3.846,0,0,1,3.7-3.971h2.424v2.5H8.722a1.358,1.358,0,0,0-1.2,1.471v6.8a1.358,1.358,0,0,0,1.2,1.471h2.424Z" fill="var(--accent-hover, rgb(236, 160, 0))"/><path d="M55.259,27.689h-1.2v2.5h1.2a1.358,1.358,0,0,1,1.2,1.471v6.8a1.358,1.358,0,0,1-1.2,1.471h-1.2v1.473c0,.347-.028.686-.05,1.027h1.249a3.848,3.848,0,0,0,3.7-3.971v-6.8A3.847,3.847,0,0,0,55.259,27.689Z" fill="var(--accent-hover, rgb(236, 160, 0))"/><path d="M50.361,32.587c-8.426,0-24.468-10.966-24.468-18.345h-2.5a9.9,9.9,0,0,0,1.052,4.23c-3.93,2.315-8.4,8.886-8.4,14.139v4.9A18.329,18.329,0,0,0,26.673,53.342L27.7,51.063a15.944,15.944,0,0,1-9.156-13.552v-4.9c0-4.2,3.963-10.114,7.144-11.983a33.521,33.521,0,0,0,7.841,7.644A39.665,39.665,0,0,0,46.663,34.6v2.9c-.03,3.9-1.971,9.276-5.624,12.019l1.5,2c4.3-3.231,6.588-9.489,6.622-14.008V35.021c.412.039.816.066,1.2.066Z"/><path d="M51.56,37.511v3.9A13.228,13.228,0,0,1,39.119,54.591a3.476,3.476,0,0,1,.025,2.5A15.728,15.728,0,0,0,54.06,41.408v-3.9Z"/><path d="M35.665,59.58H31.991a3.7,3.7,0,0,1,0-7.4h3.674a3.7,3.7,0,0,1,0,7.4Zm-3.674-4.9a1.2,1.2,0,0,0,0,2.4h3.674a1.2,1.2,0,0,0,0-2.4Z" fill="var(--accent-hover, rgb(236, 160, 0))"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(-0.023 -0.42)"><path d="M13.646,42.435h-2.5V24.448c0-9.454,9.177-20.028,21.457-20.028S54.06,14.994,54.06,24.448v8.639h-2.5V24.448c0-8.1-8.281-17.528-18.957-17.528S13.646,16.343,13.646,24.448Z"/><path d="M11.146,42.435H8.722a3.847,3.847,0,0,1-3.7-3.971v-6.8a3.846,3.846,0,0,1,3.7-3.971h2.424v2.5H8.722a1.358,1.358,0,0,0-1.2,1.471v6.8a1.358,1.358,0,0,0,1.2,1.471h2.424Z" fill="var(--road-secondary-500, rgb(252, 183, 49))"/><path d="M55.259,27.689h-1.2v2.5h1.2a1.358,1.358,0,0,1,1.2,1.471v6.8a1.358,1.358,0,0,1-1.2,1.471h-1.2v1.473c0,.347-.028.686-.05,1.027h1.249a3.848,3.848,0,0,0,3.7-3.971v-6.8A3.847,3.847,0,0,0,55.259,27.689Z" fill="var(--road-secondary-500, rgb(252, 183, 49))"/><path d="M50.361,32.587c-8.426,0-24.468-10.966-24.468-18.345h-2.5a9.9,9.9,0,0,0,1.052,4.23c-3.93,2.315-8.4,8.886-8.4,14.139v4.9A18.329,18.329,0,0,0,26.673,53.342L27.7,51.063a15.944,15.944,0,0,1-9.156-13.552v-4.9c0-4.2,3.963-10.114,7.144-11.983a33.521,33.521,0,0,0,7.841,7.644A39.665,39.665,0,0,0,46.663,34.6v2.9c-.03,3.9-1.971,9.276-5.624,12.019l1.5,2c4.3-3.231,6.588-9.489,6.622-14.008V35.021c.412.039.816.066,1.2.066Z"/><path d="M51.56,37.511v3.9A13.228,13.228,0,0,1,39.119,54.591a3.476,3.476,0,0,1,.025,2.5A15.728,15.728,0,0,0,54.06,41.408v-3.9Z"/><path d="M35.665,59.58H31.991a3.7,3.7,0,0,1,0-7.4h3.674a3.7,3.7,0,0,1,0,7.4Zm-3.674-4.9a1.2,1.2,0,0,0,0,2.4h3.674a1.2,1.2,0,0,0,0-2.4Z" fill="var(--road-secondary-500, rgb(252, 183, 49))"/></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(-0.281 -0.281)"><path d="M31.787,23.06A11.195,11.195,0,0,1,42.474,37.573l2.386.744A13.691,13.691,0,0,0,27.4,21.283l.8,2.367A11.138,11.138,0,0,1,31.787,23.06Z" fill="var(--accent-hover, rgb(236, 160, 0))"/><path d="M40.029,41.8a11.08,11.08,0,0,1-8.242,3.643A11.2,11.2,0,0,1,20.6,34.25a11.081,11.081,0,0,1,3.643-8.241L22.47,24.238A13.561,13.561,0,0,0,18.1,34.25,13.7,13.7,0,0,0,31.787,47.939,13.56,13.56,0,0,0,41.8,43.567Z" fill="var(--accent-hover, rgb(236, 160, 0))"/><path d="M25.163,11.088H38.837l4.135,4.518a1.248,1.248,0,0,0,.922.407H53.7a3.678,3.678,0,0,1,3.675,3.674v29.55a3.64,3.64,0,0,1-.629,2.048l2.068,1.4a6.111,6.111,0,0,0,1.061-3.45V19.687A6.181,6.181,0,0,0,53.7,13.513H44.444L40.31,8.994a1.25,1.25,0,0,0-.922-.406H24.612a1.25,1.25,0,0,0-.922.406l-4.505,4.925,1.843,1.687Z"/><path d="M61.719,59.951,4.049,2.281,2.281,4.049l9.464,9.464H10.3a6.181,6.181,0,0,0-6.175,6.174v29.55A6.182,6.182,0,0,0,10.3,55.412H53.645l6.306,6.307ZM10.3,52.912a3.678,3.678,0,0,1-3.675-3.675V19.687A3.678,3.678,0,0,1,10.3,16.013h3.945l36.9,36.9Z"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(-0.281 -0.281)"><path d="M31.787,23.06A11.195,11.195,0,0,1,42.474,37.573l2.386.744A13.691,13.691,0,0,0,27.4,21.283l.8,2.367A11.138,11.138,0,0,1,31.787,23.06Z" fill="var(--road-secondary-500, rgb(252, 183, 49))"/><path d="M40.029,41.8a11.08,11.08,0,0,1-8.242,3.643A11.2,11.2,0,0,1,20.6,34.25a11.081,11.081,0,0,1,3.643-8.241L22.47,24.238A13.561,13.561,0,0,0,18.1,34.25,13.7,13.7,0,0,0,31.787,47.939,13.56,13.56,0,0,0,41.8,43.567Z" fill="var(--road-secondary-500, rgb(252, 183, 49))"/><path d="M25.163,11.088H38.837l4.135,4.518a1.248,1.248,0,0,0,.922.407H53.7a3.678,3.678,0,0,1,3.675,3.674v29.55a3.64,3.64,0,0,1-.629,2.048l2.068,1.4a6.111,6.111,0,0,0,1.061-3.45V19.687A6.181,6.181,0,0,0,53.7,13.513H44.444L40.31,8.994a1.25,1.25,0,0,0-.922-.406H24.612a1.25,1.25,0,0,0-.922.406l-4.505,4.925,1.843,1.687Z"/><path d="M61.719,59.951,4.049,2.281,2.281,4.049l9.464,9.464H10.3a6.181,6.181,0,0,0-6.175,6.174v29.55A6.182,6.182,0,0,0,10.3,55.412H53.645l6.306,6.307ZM10.3,52.912a3.678,3.678,0,0,1-3.675-3.675V19.687A3.678,3.678,0,0,1,10.3,16.013h3.945l36.9,36.9Z"/></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(84)"><path d="M-30.3,55.412H-73.7a6.182,6.182,0,0,1-6.175-6.175V19.687A6.181,6.181,0,0,1-73.7,13.513h9.256l4.134-4.519a1.25,1.25,0,0,1,.922-.406h14.776a1.25,1.25,0,0,1,.922.406l4.134,4.519H-30.3a6.181,6.181,0,0,1,6.175,6.174v29.55A6.182,6.182,0,0,1-30.3,55.412Zm-43.4-39.4a3.678,3.678,0,0,0-3.675,3.674v29.55A3.678,3.678,0,0,0-73.7,52.912h43.4a3.678,3.678,0,0,0,3.675-3.675V19.687A3.678,3.678,0,0,0-30.3,16.013h-9.806a1.248,1.248,0,0,1-.922-.407l-4.135-4.518H-58.837l-4.135,4.518a1.248,1.248,0,0,1-.922.407Z"/><path d="M-52.213,47.939A13.7,13.7,0,0,1-65.9,34.25,13.7,13.7,0,0,1-52.213,20.56a13.705,13.705,0,0,1,13.69,13.69A13.7,13.7,0,0,1-52.213,47.939Zm0-24.879A11.2,11.2,0,0,0-63.4,34.25,11.2,11.2,0,0,0-52.213,45.439,11.2,11.2,0,0,0-41.023,34.25,11.2,11.2,0,0,0-52.213,23.06Z" fill="var(--accent-hover, rgb(236, 160, 0))"/><path d="M31.787,41.887v-2.5a5.144,5.144,0,0,0,5.138-5.137h2.5A7.646,7.646,0,0,1,31.787,41.887ZM26.65,34.25h-2.5a7.646,7.646,0,0,1,7.637-7.637v2.5A5.144,5.144,0,0,0,26.65,34.25Z" transform="translate(-84.001 0)"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(84)"><path d="M-30.3,55.412H-73.7a6.182,6.182,0,0,1-6.175-6.175V19.687A6.181,6.181,0,0,1-73.7,13.513h9.256l4.134-4.519a1.25,1.25,0,0,1,.922-.406h14.776a1.25,1.25,0,0,1,.922.406l4.134,4.519H-30.3a6.181,6.181,0,0,1,6.175,6.174v29.55A6.182,6.182,0,0,1-30.3,55.412Zm-43.4-39.4a3.678,3.678,0,0,0-3.675,3.674v29.55A3.678,3.678,0,0,0-73.7,52.912h43.4a3.678,3.678,0,0,0,3.675-3.675V19.687A3.678,3.678,0,0,0-30.3,16.013h-9.806a1.248,1.248,0,0,1-.922-.407l-4.135-4.518H-58.837l-4.135,4.518a1.248,1.248,0,0,1-.922.407Z"/><path d="M-52.213,47.939A13.7,13.7,0,0,1-65.9,34.25,13.7,13.7,0,0,1-52.213,20.56a13.705,13.705,0,0,1,13.69,13.69A13.7,13.7,0,0,1-52.213,47.939Zm0-24.879A11.2,11.2,0,0,0-63.4,34.25,11.2,11.2,0,0,0-52.213,45.439,11.2,11.2,0,0,0-41.023,34.25,11.2,11.2,0,0,0-52.213,23.06Z" fill="var(--road-secondary-500, rgb(252, 183, 49))"/><path d="M31.787,41.887v-2.5a5.144,5.144,0,0,0,5.138-5.137h2.5A7.646,7.646,0,0,1,31.787,41.887ZM26.65,34.25h-2.5a7.646,7.646,0,0,1,7.637-7.637v2.5A5.144,5.144,0,0,0,26.65,34.25Z" transform="translate(-84.001 0)"/></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(-106.55 0.268)"><path d="M162.312,60.269H136.42a2.443,2.443,0,0,1-2.411-2.292,15.231,15.231,0,0,0-15.161-14.155h-5.874A2.426,2.426,0,0,1,110.55,41.4V31.665L122.926,10.23a13.031,13.031,0,0,1,11.256-6.5h28.13a4.779,4.779,0,0,1,4.775,4.774V55.494A4.78,4.78,0,0,1,162.312,60.269ZM113.05,41.322h5.8A17.737,17.737,0,0,1,136.5,57.808l25.809-.039a2.278,2.278,0,0,0,2.275-2.275V8.506a2.277,2.277,0,0,0-2.275-2.274h-28.13a10.524,10.524,0,0,0-9.091,5.248L113.05,32.335Z"/><path d="M161.213,29.726H118.457l9.551-16.559a7.148,7.148,0,0,1,6.17-3.562h27.035Zm-38.427-2.5h35.927V12.1H134.178a4.642,4.642,0,0,0-4,2.312Z"/><path d="M158.016,36.958H147.567a1.25,1.25,0,0,1,0-2.5h10.449a1.25,1.25,0,0,1,0,2.5Z" fill="var(--accent-hover, rgb(236, 160, 0))"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(-106.55 0.268)"><path d="M162.312,60.269H136.42a2.443,2.443,0,0,1-2.411-2.292,15.231,15.231,0,0,0-15.161-14.155h-5.874A2.426,2.426,0,0,1,110.55,41.4V31.665L122.926,10.23a13.031,13.031,0,0,1,11.256-6.5h28.13a4.779,4.779,0,0,1,4.775,4.774V55.494A4.78,4.78,0,0,1,162.312,60.269ZM113.05,41.322h5.8A17.737,17.737,0,0,1,136.5,57.808l25.809-.039a2.278,2.278,0,0,0,2.275-2.275V8.506a2.277,2.277,0,0,0-2.275-2.274h-28.13a10.524,10.524,0,0,0-9.091,5.248L113.05,32.335Z"/><path d="M161.213,29.726H118.457l9.551-16.559a7.148,7.148,0,0,1,6.17-3.562h27.035Zm-38.427-2.5h35.927V12.1H134.178a4.642,4.642,0,0,0-4,2.312Z"/><path d="M158.016,36.958H147.567a1.25,1.25,0,0,1,0-2.5h10.449a1.25,1.25,0,0,1,0,2.5Z" fill="var(--road-secondary-500, rgb(252, 183, 49))"/></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(-51.694 -119.834)"><path d="M74.309,140.764a127.734,127.734,0,0,1,9.321-13.055c3.685,4.527,16.846,21.489,16.846,32.765A16.686,16.686,0,0,1,99.544,166l1.932,1.932a19.114,19.114,0,0,0,1.5-7.458c0-13.97-17.646-34.663-18.4-35.537l-.948-1.1-.948,1.1a129.442,129.442,0,0,0-10.19,14.012Z"/><path d="M83.631,179.819a19.367,19.367,0,0,1-19.345-19.345c0-4.424,1.773-9.967,5.267-16.475l2.2,1.182c-3.3,6.141-4.97,11.287-4.97,15.293a16.84,16.84,0,0,0,30.029,10.475l1.955,1.557A19.26,19.26,0,0,1,83.631,179.819Z"/><path d="M75.9,170.622a13.332,13.332,0,0,1-4.687-10.147c0-2.563.873-5.816,2.595-9.67l2.283,1.02c-1.578,3.531-2.378,6.441-2.378,8.65a10.837,10.837,0,0,0,3.81,8.246Z" fill="var(--accent-hover, rgb(236, 160, 0))"/><rect width="2.5" height="64.49" transform="translate(61.695 131.685) rotate(-45)"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(-51.694 -119.834)"><path d="M74.309,140.764a127.734,127.734,0,0,1,9.321-13.055c3.685,4.527,16.846,21.489,16.846,32.765A16.686,16.686,0,0,1,99.544,166l1.932,1.932a19.114,19.114,0,0,0,1.5-7.458c0-13.97-17.646-34.663-18.4-35.537l-.948-1.1-.948,1.1a129.442,129.442,0,0,0-10.19,14.012Z"/><path d="M83.631,179.819a19.367,19.367,0,0,1-19.345-19.345c0-4.424,1.773-9.967,5.267-16.475l2.2,1.182c-3.3,6.141-4.97,11.287-4.97,15.293a16.84,16.84,0,0,0,30.029,10.475l1.955,1.557A19.26,19.26,0,0,1,83.631,179.819Z"/><path d="M75.9,170.622a13.332,13.332,0,0,1-4.687-10.147c0-2.563.873-5.816,2.595-9.67l2.283,1.02c-1.578,3.531-2.378,6.441-2.378,8.65a10.837,10.837,0,0,0,3.81,8.246Z" fill="var(--road-secondary-500, rgb(252, 183, 49))"/><rect width="2.5" height="64.49" transform="translate(61.695 131.685) rotate(-45)"/></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(-116 -101.886)"><path d="M148,161.879a19.368,19.368,0,0,1-19.346-19.345c0-13.971,17.647-34.664,18.4-35.538l.948-1.1.948,1.1c.751.874,18.4,21.567,18.4,35.538A19.367,19.367,0,0,1,148,161.879Zm0-52.109c-3.685,4.528-16.846,21.488-16.846,32.764a16.845,16.845,0,0,0,33.691,0C164.845,131.258,151.686,114.3,148,109.77Z"/><path d="M140.272,152.681a13.328,13.328,0,0,1-4.688-10.147c0-2.561.873-5.814,2.6-9.669l2.283,1.019c-1.579,3.533-2.379,6.443-2.379,8.65a10.833,10.833,0,0,0,3.811,8.246Z" fill="var(--accent-hover, rgb(236, 160, 0))"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(-116 -101.886)"><path d="M148,161.879a19.368,19.368,0,0,1-19.346-19.345c0-13.971,17.647-34.664,18.4-35.538l.948-1.1.948,1.1c.751.874,18.4,21.567,18.4,35.538A19.367,19.367,0,0,1,148,161.879Zm0-52.109c-3.685,4.528-16.846,21.488-16.846,32.764a16.845,16.845,0,0,0,33.691,0C164.845,131.258,151.686,114.3,148,109.77Z"/><path d="M140.272,152.681a13.328,13.328,0,0,1-4.688-10.147c0-2.561.873-5.814,2.6-9.669l2.283,1.019c-1.579,3.533-2.379,6.443-2.379,8.65a10.833,10.833,0,0,0,3.811,8.246Z" fill="var(--road-secondary-500, rgb(252, 183, 49))"/></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(0 -0.028)"><path d="M52.56,42.768l-2.237-1.117a21.917,21.917,0,0,0,1.456-14.413l2.428-.6A24.422,24.422,0,0,1,52.56,42.768Z"/><path d="M11.56,42.765A23.149,23.149,0,0,1,9.649,37.3a23.828,23.828,0,0,1-.536-5.027A22.854,22.854,0,0,1,50.457,18.566l-2.021,1.47A20.126,20.126,0,0,0,32,11.641,20.536,20.536,0,0,0,11.613,32.274a21.443,21.443,0,0,0,.479,4.5,20.7,20.7,0,0,0,1.7,4.874Z"/><path d="M55.421,22.987,54.4,20.7,37.206,28.417a6.332,6.332,0,0,0-11.385,5.014l-5.779,2.543,1.006,2.289,5.8-2.552a6.335,6.335,0,0,0,11.353-5ZM32,35.869a3.841,3.841,0,1,1,3.841-3.841A3.845,3.845,0,0,1,32,35.869Z" fill="var(--accent-hover, rgb(236, 160, 0))"/><path d="M32,61.278a29.25,29.25,0,1,1,29.25-29.25A29.282,29.282,0,0,1,32,61.278Zm0-56a26.75,26.75,0,1,0,26.75,26.75A26.78,26.78,0,0,0,32,5.278Z"/><rect width="12.727" height="2.5" transform="translate(25.637 44.778)"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(0 -0.028)"><path d="M52.56,42.768l-2.237-1.117a21.917,21.917,0,0,0,1.456-14.413l2.428-.6A24.422,24.422,0,0,1,52.56,42.768Z"/><path d="M11.56,42.765A23.149,23.149,0,0,1,9.649,37.3a23.828,23.828,0,0,1-.536-5.027A22.854,22.854,0,0,1,50.457,18.566l-2.021,1.47A20.126,20.126,0,0,0,32,11.641,20.536,20.536,0,0,0,11.613,32.274a21.443,21.443,0,0,0,.479,4.5,20.7,20.7,0,0,0,1.7,4.874Z"/><path d="M55.421,22.987,54.4,20.7,37.206,28.417a6.332,6.332,0,0,0-11.385,5.014l-5.779,2.543,1.006,2.289,5.8-2.552a6.335,6.335,0,0,0,11.353-5ZM32,35.869a3.841,3.841,0,1,1,3.841-3.841A3.845,3.845,0,0,1,32,35.869Z" fill="var(--road-secondary-500, rgb(252, 183, 49))"/><path d="M32,61.278a29.25,29.25,0,1,1,29.25-29.25A29.282,29.282,0,0,1,32,61.278Zm0-56a26.75,26.75,0,1,0,26.75,26.75A26.78,26.78,0,0,0,32,5.278Z"/><rect width="12.727" height="2.5" transform="translate(25.637 44.778)"/></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(0 0)"><path d="M22.312,57.189" stroke="rgb(0, 0, 0)" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2.5"/><path d="M10.7,39.063a1.267,1.267,0,0,1-1.269-1.25,1.233,1.233,0,0,1,1.23-1.25H10.7a1.25,1.25,0,0,1,0,2.5Z"/><path d="M33.957,39.063a1.267,1.267,0,0,1-1.269-1.25,1.233,1.233,0,0,1,1.23-1.25h.039a1.25,1.25,0,0,1,0,2.5Z"/><path d="M53.333,54.564a1.267,1.267,0,0,1-1.269-1.25,1.233,1.233,0,0,1,1.23-1.25h.039a1.25,1.25,0,0,1,0,2.5Z"/><path d="M30.082,54.564a1.267,1.267,0,0,1-1.269-1.25,1.233,1.233,0,0,1,1.23-1.25h.039a1.25,1.25,0,0,1,0,2.5Z"/><path d="M56.135,31.116c-2.8-2.8-5.446-5.447-5.446-8.8a5.132,5.132,0,0,0-5.125-5.126H42.938v2.5h2.626a2.629,2.629,0,0,1,2.625,2.626c0,4.393,3.141,7.534,6.178,10.572,2.8,2.8,5.448,5.446,5.448,8.8v15.5a2.628,2.628,0,0,1-2.625,2.625h-31a2.627,2.627,0,0,1-2.625-2.625V46.813h-2.5V57.189a5.13,5.13,0,0,0,5.125,5.125h31a5.13,5.13,0,0,0,5.125-5.125v-15.5C62.315,37.295,59.173,34.154,56.135,31.116Z"/><path d="M37.813,46.813h-31a5.13,5.13,0,0,1-5.125-5.125v-15.5c0-4.393,3.141-7.534,6.178-10.572,2.8-2.8,5.448-5.447,5.448-8.8a5.132,5.132,0,0,1,5.125-5.126H37.813a5.132,5.132,0,0,1,5.125,5.126V41.688A5.13,5.13,0,0,1,37.813,46.813ZM18.437,4.185a2.628,2.628,0,0,0-2.625,2.626c0,4.393-3.142,7.534-6.179,10.572-2.8,2.8-5.447,5.446-5.447,8.8v15.5a2.627,2.627,0,0,0,2.625,2.625h31a2.628,2.628,0,0,0,2.625-2.625V6.811a2.629,2.629,0,0,0-2.625-2.626Z"/><g transform="translate(-1.304 0.584)"><path d="M31.674,20.574H28.656L18.631,10.549,20.4,8.782l9.293,9.292h1.982Z" fill="var(--accent-hover, rgb(236, 160, 0))"/><path d="M36.946,20.208l-9.292-9.292H25.671v-2.5h3.018L38.713,18.44Z" fill="var(--accent-hover, rgb(236, 160, 0))"/><rect width="2.5" height="2.5" transform="matrix(0.707, -0.707, 0.707, 0.707, 35.178, 10.549)" fill="var(--accent-hover, rgb(236, 160, 0))"/><path d="M21.864,20.574H18.847L15.3,17.033l1.768-1.768,2.81,2.809h1.982Z" fill="var(--accent-hover, rgb(236, 160, 0))"/></g></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(0 0)"><path d="M22.312,57.189" stroke="rgb(0, 0, 0)" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2.5"/><path d="M10.7,39.063a1.267,1.267,0,0,1-1.269-1.25,1.233,1.233,0,0,1,1.23-1.25H10.7a1.25,1.25,0,0,1,0,2.5Z"/><path d="M33.957,39.063a1.267,1.267,0,0,1-1.269-1.25,1.233,1.233,0,0,1,1.23-1.25h.039a1.25,1.25,0,0,1,0,2.5Z"/><path d="M53.333,54.564a1.267,1.267,0,0,1-1.269-1.25,1.233,1.233,0,0,1,1.23-1.25h.039a1.25,1.25,0,0,1,0,2.5Z"/><path d="M30.082,54.564a1.267,1.267,0,0,1-1.269-1.25,1.233,1.233,0,0,1,1.23-1.25h.039a1.25,1.25,0,0,1,0,2.5Z"/><path d="M56.135,31.116c-2.8-2.8-5.446-5.447-5.446-8.8a5.132,5.132,0,0,0-5.125-5.126H42.938v2.5h2.626a2.629,2.629,0,0,1,2.625,2.626c0,4.393,3.141,7.534,6.178,10.572,2.8,2.8,5.448,5.446,5.448,8.8v15.5a2.628,2.628,0,0,1-2.625,2.625h-31a2.627,2.627,0,0,1-2.625-2.625V46.813h-2.5V57.189a5.13,5.13,0,0,0,5.125,5.125h31a5.13,5.13,0,0,0,5.125-5.125v-15.5C62.315,37.295,59.173,34.154,56.135,31.116Z"/><path d="M37.813,46.813h-31a5.13,5.13,0,0,1-5.125-5.125v-15.5c0-4.393,3.141-7.534,6.178-10.572,2.8-2.8,5.448-5.447,5.448-8.8a5.132,5.132,0,0,1,5.125-5.126H37.813a5.132,5.132,0,0,1,5.125,5.126V41.688A5.13,5.13,0,0,1,37.813,46.813ZM18.437,4.185a2.628,2.628,0,0,0-2.625,2.626c0,4.393-3.142,7.534-6.179,10.572-2.8,2.8-5.447,5.446-5.447,8.8v15.5a2.627,2.627,0,0,0,2.625,2.625h31a2.628,2.628,0,0,0,2.625-2.625V6.811a2.629,2.629,0,0,0-2.625-2.626Z"/><g transform="translate(-1.304 0.584)"><path d="M31.674,20.574H28.656L18.631,10.549,20.4,8.782l9.293,9.292h1.982Z" fill="var(--road-secondary-500, rgb(252, 183, 49))"/><path d="M36.946,20.208l-9.292-9.292H25.671v-2.5h3.018L38.713,18.44Z" fill="var(--road-secondary-500, rgb(252, 183, 49))"/><rect width="2.5" height="2.5" transform="matrix(0.707, -0.707, 0.707, 0.707, 35.178, 10.549)" fill="var(--road-secondary-500, rgb(252, 183, 49))"/><path d="M21.864,20.574H18.847L15.3,17.033l1.768-1.768,2.81,2.809h1.982Z" fill="var(--road-secondary-500, rgb(252, 183, 49))"/></g></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(0.495 1.019)"><path d="M32,54.688l-.316-.083c-.989-.26-19.177-9.266-19.177-17.138V16.956h1.25c5.089,0,15.812-4.619,17.233-6.578L32,8.981l1.012,1.4c1.421,1.96,12.145,6.581,17.233,6.581h1.25V37.467c0,7.923-18.192,16.883-19.18,17.139Zm-16.993-35.3v18.08c0,5.387,14.176,13.328,17,14.589,2.74-1.217,16.988-9.174,16.988-14.589V19.39C43.9,18.872,35.313,15.542,32,12.859,28.688,15.541,20.106,18.87,15.005,19.387Z"/><path d="M29.6,39.222l-6.963-6.963L24.4,30.491l5.2,5.2L42.237,23.046,44,24.813Z" fill="var(--accent-hover, rgb(236, 160, 0))"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(0.495 1.019)"><path d="M32,54.688l-.316-.083c-.989-.26-19.177-9.266-19.177-17.138V16.956h1.25c5.089,0,15.812-4.619,17.233-6.578L32,8.981l1.012,1.4c1.421,1.96,12.145,6.581,17.233,6.581h1.25V37.467c0,7.923-18.192,16.883-19.18,17.139Zm-16.993-35.3v18.08c0,5.387,14.176,13.328,17,14.589,2.74-1.217,16.988-9.174,16.988-14.589V19.39C43.9,18.872,35.313,15.542,32,12.859,28.688,15.541,20.106,18.87,15.005,19.387Z"/><path d="M29.6,39.222l-6.963-6.963L24.4,30.491l5.2,5.2L42.237,23.046,44,24.813Z" fill="var(--road-secondary-500, rgb(252, 183, 49))"/></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(0.495 1.019)"><path d="M32,54.688l-.316-.083c-.989-.26-19.177-9.266-19.177-17.138V16.956h1.25c5.089,0,15.812-4.619,17.233-6.578L32,8.981l1.012,1.4c1.421,1.96,12.145,6.581,17.233,6.581h1.25V37.467c0,7.923-18.192,16.883-19.18,17.139Zm-16.993-35.3v18.08c0,5.387,14.176,13.328,17,14.589,2.74-1.217,16.988-9.174,16.988-14.589V19.39C43.9,18.872,35.313,15.542,32,12.859,28.688,15.541,20.106,18.87,15.005,19.387Z"/><g transform="translate(142.873 -0.982)"><rect width="3" height="14.003" transform="translate(-112.073 23.118)" fill="var(--accent-hover, rgb(236, 160, 0))"/><rect width="3" height="3.329" transform="translate(-112.073 41.553)" fill="var(--accent-hover, rgb(236, 160, 0))"/></g></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(0.495 1.019)"><path d="M32,54.688l-.316-.083c-.989-.26-19.177-9.266-19.177-17.138V16.956h1.25c5.089,0,15.812-4.619,17.233-6.578L32,8.981l1.012,1.4c1.421,1.96,12.145,6.581,17.233,6.581h1.25V37.467c0,7.923-18.192,16.883-19.18,17.139Zm-16.993-35.3v18.08c0,5.387,14.176,13.328,17,14.589,2.74-1.217,16.988-9.174,16.988-14.589V19.39C43.9,18.872,35.313,15.542,32,12.859,28.688,15.541,20.106,18.87,15.005,19.387Z"/><g transform="translate(142.873 -0.982)"><rect width="3" height="14.003" transform="translate(-112.073 23.118)" fill="var(--road-secondary-500, rgb(252, 183, 49))"/><rect width="3" height="3.329" transform="translate(-112.073 41.553)" fill="var(--road-secondary-500, rgb(252, 183, 49))"/></g></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(10.32 8.483)"><path d="M39.839,56.71H3.519A3.524,3.524,0,0,1,0,53.19v-42a3.524,3.524,0,0,1,3.519-3.52H37.3v2.5H3.519A1.021,1.021,0,0,0,2.5,11.195v42a1.021,1.021,0,0,0,1.019,1.02h36.32a1.023,1.023,0,0,0,1.021-1.02v-42a1.022,1.022,0,0,0-1.021-1.02H37.3v-2.5h2.54a3.525,3.525,0,0,1,3.521,3.52v42a3.525,3.525,0,0,1-3.521,3.52" transform="translate(0 -7.675)"/><path d="M59,139.5v-3.855h3.855V139.5Zm10.7-.6v-2.527H84.932V138.9Zm-10.638-9.526v-3.855h3.855v3.855Zm10.638-.6v-2.527H84.932v2.527Zm0-10.126v-2.527H84.932v2.527Z" transform="translate(-50.253 -102.628)"/><path d="M2.624,9.152H0v-2.5H2.624V0h2.5V9.152Z" transform="translate(13.34 7.948) rotate(45)" fill="var(--accent-hover, rgb(236, 160, 0))"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(10.32 8.483)"><path d="M39.839,56.71H3.519A3.524,3.524,0,0,1,0,53.19v-42a3.524,3.524,0,0,1,3.519-3.52H37.3v2.5H3.519A1.021,1.021,0,0,0,2.5,11.195v42a1.021,1.021,0,0,0,1.019,1.02h36.32a1.023,1.023,0,0,0,1.021-1.02v-42a1.022,1.022,0,0,0-1.021-1.02H37.3v-2.5h2.54a3.525,3.525,0,0,1,3.521,3.52v42a3.525,3.525,0,0,1-3.521,3.52" transform="translate(0 -7.675)"/><path d="M59,139.5v-3.855h3.855V139.5Zm10.7-.6v-2.527H84.932V138.9Zm-10.638-9.526v-3.855h3.855v3.855Zm10.638-.6v-2.527H84.932v2.527Zm0-10.126v-2.527H84.932v2.527Z" transform="translate(-50.253 -102.628)"/><path d="M2.624,9.152H0v-2.5H2.624V0h2.5V9.152Z" transform="translate(13.34 7.948) rotate(45)" fill="var(--road-secondary-500, rgb(252, 183, 49))"/></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(0.02 0.325)"><path d="M27.9,57.895H25.4V41.587H15.85V57.895h-2.5V39.087H27.9Z"/><rect width="2.5" height="2.677" transform="translate(21.381 48.368)" fill="var(--accent-hover, rgb(236, 160, 0))"/><path d="M49.918,10.641h-2.5V7.175H16.582v3.466h-2.5V4.675H49.918Z"/><path d="M49.918,10.641H14.082l-10.1,10.1v3.107H60.02V20.742ZM21.2,13.141h5.53v1.3l-1.313,6.572,0,.334H17.343L21.2,14.914Zm8.006,1.671.014-1.671h5.542v1.426L36.1,21.349H27.9Zm8.056-.369v-1.3H42.8v1.773l3.861,6.435H38.6V21.26Zm-22.149-1.3H18.7v1.08l-4.016,6.692v.436H6.909Zm34.2,8.208v-.436L45.3,14.221v-1.08h3.587l8.208,8.208Z"/><path d="M50.65,52.295H30.75V39.087h19.9Zm-17.4-2.5h14.9V41.587H33.25Z"/><path d="M53.5,36.229v21.6H10.5v-21.6A6.572,6.572,0,0,1,8,35.7V60.325H56V35.7A6.573,6.573,0,0,1,53.5,36.229Z"/><path d="M57.52,23.849v5.78a4.1,4.1,0,1,1-8.208,0V26.952h-2.5v2.677a4.1,4.1,0,1,1-8.208,0V26.952H36.1v2.677a4.1,4.1,0,1,1-8.208,0V26.952H25.4v2.677a4.1,4.1,0,1,1-8.208,0V26.952h-2.5v2.677a4.1,4.1,0,1,1-8.208,0v-5.78H3.98v5.78a6.6,6.6,0,0,0,11.958,3.862,6.6,6.6,0,0,0,10.708,0,6.6,6.6,0,0,0,10.708,0,6.6,6.6,0,0,0,10.708,0A6.6,6.6,0,0,0,60.02,29.629v-5.78Z"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(0.02 0.325)"><path d="M27.9,57.895H25.4V41.587H15.85V57.895h-2.5V39.087H27.9Z"/><rect width="2.5" height="2.677" transform="translate(21.381 48.368)" fill="var(--road-secondary-500, rgb(252, 183, 49))"/><path d="M49.918,10.641h-2.5V7.175H16.582v3.466h-2.5V4.675H49.918Z"/><path d="M49.918,10.641H14.082l-10.1,10.1v3.107H60.02V20.742ZM21.2,13.141h5.53v1.3l-1.313,6.572,0,.334H17.343L21.2,14.914Zm8.006,1.671.014-1.671h5.542v1.426L36.1,21.349H27.9Zm8.056-.369v-1.3H42.8v1.773l3.861,6.435H38.6V21.26Zm-22.149-1.3H18.7v1.08l-4.016,6.692v.436H6.909Zm34.2,8.208v-.436L45.3,14.221v-1.08h3.587l8.208,8.208Z"/><path d="M50.65,52.295H30.75V39.087h19.9Zm-17.4-2.5h14.9V41.587H33.25Z"/><path d="M53.5,36.229v21.6H10.5v-21.6A6.572,6.572,0,0,1,8,35.7V60.325H56V35.7A6.573,6.573,0,0,1,53.5,36.229Z"/><path d="M57.52,23.849v5.78a4.1,4.1,0,1,1-8.208,0V26.952h-2.5v2.677a4.1,4.1,0,1,1-8.208,0V26.952H36.1v2.677a4.1,4.1,0,1,1-8.208,0V26.952H25.4v2.677a4.1,4.1,0,1,1-8.208,0V26.952h-2.5v2.677a4.1,4.1,0,1,1-8.208,0v-5.78H3.98v5.78a6.6,6.6,0,0,0,11.958,3.862,6.6,6.6,0,0,0,10.708,0,6.6,6.6,0,0,0,10.708,0,6.6,6.6,0,0,0,10.708,0A6.6,6.6,0,0,0,60.02,29.629v-5.78Z"/></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(-0.342)"><path d="M52.392,16.993a4.363,4.363,0,1,1,4.362-4.363A4.368,4.368,0,0,1,52.392,16.993Zm0-6.225a1.863,1.863,0,1,0,1.862,1.862A1.865,1.865,0,0,0,52.392,10.768Z" fill="var(--accent-hover, rgb(236, 160, 0))"/><path d="M52.392,31.437a1.25,1.25,0,0,1-.962-.452c-2.245-2.706-9.568-12.038-9.568-18.492A10.489,10.489,0,0,1,52.392,2.081h.015a10.5,10.5,0,0,1,7.43,3.056,10.3,10.3,0,0,1,3.084,7.372c0,6.44-7.323,15.77-9.567,18.476A1.252,1.252,0,0,1,52.392,31.437Zm0-26.856a7.985,7.985,0,0,0-8.03,7.913c0,4.135,3.987,10.61,8.03,15.709,4.043-5.1,8.029-11.569,8.029-15.695a7.812,7.812,0,0,0-2.344-5.6,8.016,8.016,0,0,0-5.671-2.332Z"/><path d="M25.821,57.459h-2.5V42.143H14.387V57.459h-2.5V39.643H25.821Z"/><rect width="2.5" height="2.541" transform="translate(19.509 48.515)" fill="var(--accent-hover, rgb(236, 160, 0))"/><path d="M51.142,34.738v22.69H8.654V37.061a6.3,6.3,0,0,1-2.5-.526V59.928H53.642V34.738Z"/><path d="M47.417,52.306H28.4V39.643H47.417ZM30.9,49.806H44.917V42.143H30.9Z"/><path d="M42.994,28.188v2.541a3.831,3.831,0,1,1-7.663,0V28.188h-2.5v2.541a3.832,3.832,0,1,1-7.663,0V28.188h-2.5v2.541a3.831,3.831,0,1,1-7.663,0V28.188h-2.5v2.541a3.832,3.832,0,1,1-7.663,0V24.357H41.008v-2.5H35.331v-.02l-1.27-6.476V14.194h3.2v-2.5H14.387V7.357H38.66v-2.5H11.887v6.878h.039L2.342,21.319v9.41A6.329,6.329,0,0,0,13.755,34.5a6.325,6.325,0,0,0,10.163,0,6.325,6.325,0,0,0,10.163,0,6.329,6.329,0,0,0,11.413-3.774V28.188ZM26.414,15.73l.014-1.536h5.133v1.291l1.25,6.372H25.189Zm-7.6-1.536h5.122v1.167l-1.246,6.231-.005.265H15.2l3.616-6.025Zm-5.815,0h3.315v.945L12.505,21.49v.367H5.339Z"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(-0.342)"><path d="M52.392,16.993a4.363,4.363,0,1,1,4.362-4.363A4.368,4.368,0,0,1,52.392,16.993Zm0-6.225a1.863,1.863,0,1,0,1.862,1.862A1.865,1.865,0,0,0,52.392,10.768Z" fill="var(--road-secondary-500, rgb(252, 183, 49))"/><path d="M52.392,31.437a1.25,1.25,0,0,1-.962-.452c-2.245-2.706-9.568-12.038-9.568-18.492A10.489,10.489,0,0,1,52.392,2.081h.015a10.5,10.5,0,0,1,7.43,3.056,10.3,10.3,0,0,1,3.084,7.372c0,6.44-7.323,15.77-9.567,18.476A1.252,1.252,0,0,1,52.392,31.437Zm0-26.856a7.985,7.985,0,0,0-8.03,7.913c0,4.135,3.987,10.61,8.03,15.709,4.043-5.1,8.029-11.569,8.029-15.695a7.812,7.812,0,0,0-2.344-5.6,8.016,8.016,0,0,0-5.671-2.332Z"/><path d="M25.821,57.459h-2.5V42.143H14.387V57.459h-2.5V39.643H25.821Z"/><rect width="2.5" height="2.541" transform="translate(19.509 48.515)" fill="var(--road-secondary-500, rgb(252, 183, 49))"/><path d="M51.142,34.738v22.69H8.654V37.061a6.3,6.3,0,0,1-2.5-.526V59.928H53.642V34.738Z"/><path d="M47.417,52.306H28.4V39.643H47.417ZM30.9,49.806H44.917V42.143H30.9Z"/><path d="M42.994,28.188v2.541a3.831,3.831,0,1,1-7.663,0V28.188h-2.5v2.541a3.832,3.832,0,1,1-7.663,0V28.188h-2.5v2.541a3.831,3.831,0,1,1-7.663,0V28.188h-2.5v2.541a3.832,3.832,0,1,1-7.663,0V24.357H41.008v-2.5H35.331v-.02l-1.27-6.476V14.194h3.2v-2.5H14.387V7.357H38.66v-2.5H11.887v6.878h.039L2.342,21.319v9.41A6.329,6.329,0,0,0,13.755,34.5a6.325,6.325,0,0,0,10.163,0,6.325,6.325,0,0,0,10.163,0,6.329,6.329,0,0,0,11.413-3.774V28.188ZM26.414,15.73l.014-1.536h5.133v1.291l1.25,6.372H25.189Zm-7.6-1.536h5.122v1.167l-1.246,6.231-.005.265H15.2l3.616-6.025Zm-5.815,0h3.315v.945L12.505,21.49v.367H5.339Z"/></g></svg>