ublo-lib 1.31.44 → 1.32.1

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 (1047) hide show
  1. package/es/common/components/admin-links/admin-links.d.ts +2 -2
  2. package/es/common/components/admin-links/admin-links.d.ts.map +1 -0
  3. package/es/common/components/admin-links/admin-links.js +59 -0
  4. package/es/common/components/admin-links/index.d.ts +1 -0
  5. package/es/common/components/admin-links/index.d.ts.map +1 -0
  6. package/es/common/components/analytics.d.ts +1 -0
  7. package/es/common/components/analytics.d.ts.map +1 -0
  8. package/es/common/components/analytics.js +3 -12
  9. package/es/common/components/breadcrumb.d.ts +2 -2
  10. package/es/common/components/breadcrumb.d.ts.map +1 -0
  11. package/es/common/components/{breadcrumb.jsx → breadcrumb.js} +6 -11
  12. package/es/common/components/carousel-zone.d.ts +2 -2
  13. package/es/common/components/carousel-zone.d.ts.map +1 -0
  14. package/es/common/components/carousel-zone.js +5 -26
  15. package/es/common/components/carousel.d.ts +2 -1
  16. package/es/common/components/carousel.d.ts.map +1 -0
  17. package/es/common/components/carousel.js +15 -32
  18. package/es/common/components/cart-preview/api.d.ts +1 -0
  19. package/es/common/components/cart-preview/api.d.ts.map +1 -0
  20. package/es/common/components/cart-preview/api.js +3 -12
  21. package/es/common/components/cart-preview/cart-pill.d.ts +2 -2
  22. package/es/common/components/cart-preview/cart-pill.d.ts.map +1 -0
  23. package/es/common/components/cart-preview/cart-pill.js +2 -1
  24. package/es/common/components/cart-preview/cart-preview.d.ts +2 -2
  25. package/es/common/components/cart-preview/cart-preview.d.ts.map +1 -0
  26. package/es/common/components/cart-preview/cart-preview.js +14 -46
  27. package/es/common/components/cart-preview/index.d.ts +1 -0
  28. package/es/common/components/cart-preview/index.d.ts.map +1 -0
  29. package/es/common/components/cart-preview/utils.d.ts +1 -0
  30. package/es/common/components/cart-preview/utils.d.ts.map +1 -0
  31. package/es/common/components/collapsible/collapsible.d.ts +2 -1
  32. package/es/common/components/collapsible/collapsible.d.ts.map +1 -0
  33. package/es/common/components/collapsible/{collapsible.jsx → collapsible.js} +4 -10
  34. package/es/common/components/collapsible/index.d.ts +1 -0
  35. package/es/common/components/collapsible/index.d.ts.map +1 -0
  36. package/es/common/components/cookie-consent/cookie-consent.d.ts +1 -0
  37. package/es/common/components/cookie-consent/cookie-consent.d.ts.map +1 -0
  38. package/es/common/components/cookie-consent/cookie-consent.js +7 -39
  39. package/es/common/components/cookie-consent/index.d.ts +1 -0
  40. package/es/common/components/cookie-consent/index.d.ts.map +1 -0
  41. package/es/common/components/cookie-consent/messages.d.ts +1 -0
  42. package/es/common/components/cookie-consent/messages.d.ts.map +1 -0
  43. package/es/common/components/cookie-consent/utils.d.ts +1 -0
  44. package/es/common/components/cookie-consent/utils.d.ts.map +1 -0
  45. package/es/common/components/cookie-consent/utils.js +18 -29
  46. package/es/common/components/cross-selling-editor/cross-selling-editor.d.ts +2 -1
  47. package/es/common/components/cross-selling-editor/cross-selling-editor.d.ts.map +1 -0
  48. package/es/common/components/cross-selling-editor/{cross-selling-editor.jsx → cross-selling-editor.js} +3 -9
  49. package/es/common/components/cross-selling-editor/editor.d.ts +2 -1
  50. package/es/common/components/cross-selling-editor/editor.d.ts.map +1 -0
  51. package/es/common/components/cross-selling-editor/{editor.jsx → editor.js} +5 -16
  52. package/es/common/components/cross-selling-editor/hooks/use-custom-offers.d.ts +1 -0
  53. package/es/common/components/cross-selling-editor/hooks/use-custom-offers.d.ts.map +1 -0
  54. package/es/common/components/cross-selling-editor/hooks/use-custom-offers.js +6 -15
  55. package/es/common/components/cross-selling-editor/hooks/use-tunnel-offers.d.ts +1 -0
  56. package/es/common/components/cross-selling-editor/hooks/use-tunnel-offers.d.ts.map +1 -0
  57. package/es/common/components/cross-selling-editor/hooks/use-tunnel-offers.js +4 -13
  58. package/es/common/components/cross-selling-editor/index.d.ts +1 -0
  59. package/es/common/components/cross-selling-editor/index.d.ts.map +1 -0
  60. package/es/common/components/cross-selling-editor/override-trigger-form.d.ts +2 -1
  61. package/es/common/components/cross-selling-editor/override-trigger-form.d.ts.map +1 -0
  62. package/es/common/components/cross-selling-editor/override-trigger-form.js +54 -0
  63. package/es/common/components/cross-selling-editor/override.d.ts +2 -1
  64. package/es/common/components/cross-selling-editor/override.d.ts.map +1 -0
  65. package/es/common/components/cross-selling-editor/{override.jsx → override.js} +25 -26
  66. package/es/common/components/cross-selling-editor/overrides-list.d.ts +2 -1
  67. package/es/common/components/cross-selling-editor/overrides-list.d.ts.map +1 -0
  68. package/es/common/components/cross-selling-editor/overrides-list.js +55 -0
  69. package/es/common/components/cross-selling-editor/rule.d.ts +2 -1
  70. package/es/common/components/cross-selling-editor/rule.d.ts.map +1 -0
  71. package/es/common/components/cross-selling-editor/rule.js +74 -0
  72. package/es/common/components/cross-selling-editor/rules.d.ts +2 -1
  73. package/es/common/components/cross-selling-editor/rules.d.ts.map +1 -0
  74. package/es/common/components/cross-selling-editor/rules.js +31 -0
  75. package/es/common/components/cross-selling-editor/services/api.d.ts +1 -0
  76. package/es/common/components/cross-selling-editor/services/api.d.ts.map +1 -0
  77. package/es/common/components/cross-selling-editor/services/api.js +10 -24
  78. package/es/common/components/cross-selling-editor/services/utils.d.ts +1 -0
  79. package/es/common/components/cross-selling-editor/services/utils.d.ts.map +1 -0
  80. package/es/common/components/cross-selling-editor/services/utils.js +34 -48
  81. package/es/common/components/cross-selling-editor/tester-tunnel-offer.d.ts +2 -2
  82. package/es/common/components/cross-selling-editor/tester-tunnel-offer.d.ts.map +1 -0
  83. package/es/common/components/cross-selling-editor/tester-tunnel-offer.js +21 -0
  84. package/es/common/components/cross-selling-editor/tester.d.ts +2 -2
  85. package/es/common/components/cross-selling-editor/tester.d.ts.map +1 -0
  86. package/es/common/components/cross-selling-editor/{tester.jsx → tester.js} +12 -53
  87. package/es/common/components/cross-selling-editor/types.d.ts +1 -0
  88. package/es/common/components/cross-selling-editor/types.d.ts.map +1 -0
  89. package/es/common/components/custom-contact-form/attachment.d.ts +2 -2
  90. package/es/common/components/custom-contact-form/attachment.d.ts.map +1 -0
  91. package/es/common/components/custom-contact-form/attachment.js +15 -37
  92. package/es/common/components/custom-contact-form/custom-contact-form.d.ts +2 -1
  93. package/es/common/components/custom-contact-form/custom-contact-form.d.ts.map +1 -0
  94. package/es/common/components/custom-contact-form/custom-contact-form.js +90 -0
  95. package/es/common/components/custom-contact-form/field.d.ts +2 -2
  96. package/es/common/components/custom-contact-form/field.d.ts.map +1 -0
  97. package/es/common/components/custom-contact-form/field.js +30 -32
  98. package/es/common/components/custom-contact-form/icons.d.ts +5 -5
  99. package/es/common/components/custom-contact-form/icons.d.ts.map +1 -0
  100. package/es/common/components/custom-contact-form/icons.js +7 -34
  101. package/es/common/components/custom-contact-form/index.d.ts +1 -0
  102. package/es/common/components/custom-contact-form/index.d.ts.map +1 -0
  103. package/es/common/components/custom-contact-form/messages.d.ts +1 -0
  104. package/es/common/components/custom-contact-form/messages.d.ts.map +1 -0
  105. package/es/common/components/custom-contact-form/utils.d.ts +1 -0
  106. package/es/common/components/custom-contact-form/utils.d.ts.map +1 -0
  107. package/es/common/components/custom-contact-form/utils.js +32 -35
  108. package/es/common/components/date-picker/calendar.d.ts +2 -2
  109. package/es/common/components/date-picker/calendar.d.ts.map +1 -0
  110. package/es/common/components/date-picker/calendar.js +13 -74
  111. package/es/common/components/date-picker/data.d.ts +1 -0
  112. package/es/common/components/date-picker/data.d.ts.map +1 -0
  113. package/es/common/components/date-picker/date-item.d.ts +2 -2
  114. package/es/common/components/date-picker/date-item.d.ts.map +1 -0
  115. package/es/common/components/date-picker/date-item.js +8 -11
  116. package/es/common/components/date-picker/date-picker.d.ts +2 -2
  117. package/es/common/components/date-picker/date-picker.d.ts.map +1 -0
  118. package/es/common/components/date-picker/date-picker.js +2 -7
  119. package/es/common/components/date-picker/helper.d.ts +2 -2
  120. package/es/common/components/date-picker/helper.d.ts.map +1 -0
  121. package/es/common/components/date-picker/helper.js +2 -19
  122. package/es/common/components/date-picker/index.d.ts +1 -0
  123. package/es/common/components/date-picker/index.d.ts.map +1 -0
  124. package/es/common/components/date-picker/messages.d.ts +1 -0
  125. package/es/common/components/date-picker/messages.d.ts.map +1 -0
  126. package/es/common/components/date-picker/month.d.ts +2 -2
  127. package/es/common/components/date-picker/month.d.ts.map +1 -0
  128. package/es/common/components/date-picker/month.js +6 -17
  129. package/es/common/components/date-picker/utils.d.ts +2 -1
  130. package/es/common/components/date-picker/utils.d.ts.map +1 -0
  131. package/es/common/components/date-picker/utils.js +2 -2
  132. package/es/common/components/editable-calendar/calendar-caption.d.ts +2 -2
  133. package/es/common/components/editable-calendar/calendar-caption.d.ts.map +1 -0
  134. package/es/common/components/editable-calendar/calendar-caption.js +37 -50
  135. package/es/common/components/editable-calendar/calendar-date.d.ts +2 -2
  136. package/es/common/components/editable-calendar/calendar-date.d.ts.map +1 -0
  137. package/es/common/components/editable-calendar/calendar-date.js +2 -5
  138. package/es/common/components/editable-calendar/calendar-editor.d.ts +2 -2
  139. package/es/common/components/editable-calendar/calendar-editor.d.ts.map +1 -0
  140. package/es/common/components/editable-calendar/calendar-editor.js +10 -21
  141. package/es/common/components/editable-calendar/calendar-header.d.ts +2 -2
  142. package/es/common/components/editable-calendar/calendar-header.d.ts.map +1 -0
  143. package/es/common/components/editable-calendar/calendar-header.js +2 -11
  144. package/es/common/components/editable-calendar/calendar.d.ts +2 -2
  145. package/es/common/components/editable-calendar/calendar.d.ts.map +1 -0
  146. package/es/common/components/editable-calendar/calendar.js +3 -20
  147. package/es/common/components/editable-calendar/data.d.ts +1 -0
  148. package/es/common/components/editable-calendar/data.d.ts.map +1 -0
  149. package/es/common/components/editable-calendar/index.d.ts +1 -0
  150. package/es/common/components/editable-calendar/index.d.ts.map +1 -0
  151. package/es/common/components/editable-calendar/index.js +2 -1
  152. package/es/common/components/editable-calendar/utils.d.ts +2 -1
  153. package/es/common/components/editable-calendar/utils.d.ts.map +1 -0
  154. package/es/common/components/editable-map/cluster.d.ts +1 -0
  155. package/es/common/components/editable-map/cluster.d.ts.map +1 -0
  156. package/es/common/components/editable-map/cluster.js +2 -3
  157. package/es/common/components/editable-map/edit-form.d.ts +2 -2
  158. package/es/common/components/editable-map/edit-form.d.ts.map +1 -0
  159. package/es/common/components/editable-map/edit-form.js +3 -24
  160. package/es/common/components/editable-map/editable-map.d.ts +2 -2
  161. package/es/common/components/editable-map/editable-map.d.ts.map +1 -0
  162. package/es/common/components/editable-map/editable-map.js +6 -22
  163. package/es/common/components/editable-map/full-screen-button.d.ts +2 -2
  164. package/es/common/components/editable-map/full-screen-button.d.ts.map +1 -0
  165. package/es/common/components/editable-map/full-screen-button.js +2 -3
  166. package/es/common/components/editable-map/helper.d.ts +2 -2
  167. package/es/common/components/editable-map/helper.d.ts.map +1 -0
  168. package/es/common/components/editable-map/helper.js +2 -21
  169. package/es/common/components/editable-map/icon-picker.d.ts +2 -2
  170. package/es/common/components/editable-map/icon-picker.d.ts.map +1 -0
  171. package/es/common/components/editable-map/icon-picker.js +10 -25
  172. package/es/common/components/editable-map/icons/esf-pralognan.d.ts +51 -51
  173. package/es/common/components/editable-map/icons/esf-pralognan.d.ts.map +1 -0
  174. package/es/common/components/editable-map/icons/esf-pralognan.js +57 -372
  175. package/es/common/components/editable-map/icons/esf.d.ts +39 -39
  176. package/es/common/components/editable-map/icons/esf.d.ts.map +1 -0
  177. package/es/common/components/editable-map/icons/esf.js +45 -265
  178. package/es/common/components/editable-map/icons/index.d.ts +1 -0
  179. package/es/common/components/editable-map/icons/index.d.ts.map +1 -0
  180. package/es/common/components/editable-map/icons/lavovelo.d.ts +5 -5
  181. package/es/common/components/editable-map/icons/lavovelo.d.ts.map +1 -0
  182. package/es/common/components/editable-map/icons/lavovelo.js +7 -42
  183. package/es/common/components/editable-map/icons/sata-huez.d.ts +29 -29
  184. package/es/common/components/editable-map/icons/sata-huez.d.ts.map +1 -0
  185. package/es/common/components/editable-map/icons/sata-huez.js +34 -169
  186. package/es/common/components/editable-map/icons/sedev-vars.d.ts +29 -29
  187. package/es/common/components/editable-map/icons/sedev-vars.d.ts.map +1 -0
  188. package/es/common/components/editable-map/icons/sedev-vars.js +34 -169
  189. package/es/common/components/editable-map/icons/viarmonia.d.ts +3 -3
  190. package/es/common/components/editable-map/icons/viarmonia.d.ts.map +1 -0
  191. package/es/common/components/editable-map/icons/viarmonia.js +5 -25
  192. package/es/common/components/editable-map/index.d.ts +1 -0
  193. package/es/common/components/editable-map/index.d.ts.map +1 -0
  194. package/es/common/components/editable-map/index.js +7 -11
  195. package/es/common/components/editable-map/map-events.d.ts +1 -0
  196. package/es/common/components/editable-map/map-events.d.ts.map +1 -0
  197. package/es/common/components/editable-map/map-events.js +2 -3
  198. package/es/common/components/editable-map/marker-list.d.ts +2 -2
  199. package/es/common/components/editable-map/marker-list.d.ts.map +1 -0
  200. package/es/common/components/editable-map/marker-list.js +27 -37
  201. package/es/common/components/editable-map/markers.d.ts +1 -0
  202. package/es/common/components/editable-map/markers.d.ts.map +1 -0
  203. package/es/common/components/editable-map/markers.js +7 -11
  204. package/es/common/components/editable-map/popup-data.d.ts +2 -2
  205. package/es/common/components/editable-map/popup-data.d.ts.map +1 -0
  206. package/es/common/components/editable-map/popup-data.js +2 -7
  207. package/es/common/components/editable-map/slopes-toggle.d.ts +2 -2
  208. package/es/common/components/editable-map/slopes-toggle.d.ts.map +1 -0
  209. package/es/common/components/editable-map/slopes-toggle.js +2 -3
  210. package/es/common/components/error-404/error-404.d.ts +2 -2
  211. package/es/common/components/error-404/error-404.d.ts.map +1 -0
  212. package/es/common/components/error-404/error-404.js +2 -11
  213. package/es/common/components/error-404/index.d.ts +1 -0
  214. package/es/common/components/error-404/index.d.ts.map +1 -0
  215. package/es/common/components/error-404/messages.d.ts +1 -0
  216. package/es/common/components/error-404/messages.d.ts.map +1 -0
  217. package/es/common/components/error-404/messages.js +1 -2
  218. package/es/common/components/faq.d.ts +2 -1
  219. package/es/common/components/faq.d.ts.map +1 -0
  220. package/es/common/components/faq.js +2 -4
  221. package/es/common/components/gesco-contact-form/gesco-contact-form.d.ts +2 -2
  222. package/es/common/components/gesco-contact-form/gesco-contact-form.d.ts.map +1 -0
  223. package/es/common/components/gesco-contact-form/gesco-contact-form.js +108 -0
  224. package/es/common/components/gesco-contact-form/hooks/use-params.d.ts +1 -0
  225. package/es/common/components/gesco-contact-form/hooks/use-params.d.ts.map +1 -0
  226. package/es/common/components/gesco-contact-form/hooks/use-params.js +3 -12
  227. package/es/common/components/gesco-contact-form/index.d.ts +1 -0
  228. package/es/common/components/gesco-contact-form/index.d.ts.map +1 -0
  229. package/es/common/components/gesco-contact-form/phone-code-select.d.ts +2 -2
  230. package/es/common/components/gesco-contact-form/phone-code-select.d.ts.map +1 -0
  231. package/es/common/components/gesco-contact-form/{phone-code-select.jsx → phone-code-select.js} +8 -8
  232. package/es/common/components/gesco-contact-form/services/api.d.ts +1 -0
  233. package/es/common/components/gesco-contact-form/services/api.d.ts.map +1 -0
  234. package/es/common/components/gesco-contact-form/services/api.js +8 -22
  235. package/es/common/components/gesco-contact-form/services/form.d.ts +1 -0
  236. package/es/common/components/gesco-contact-form/services/form.d.ts.map +1 -0
  237. package/es/common/components/gesco-contact-form/services/form.js +3 -6
  238. package/es/common/components/gesco-contact-form/services/messages.d.ts +1 -0
  239. package/es/common/components/gesco-contact-form/services/messages.d.ts.map +1 -0
  240. package/es/common/components/gesco-contact-form/services/messages.js +1 -1
  241. package/es/common/components/gesco-contact-form/services/plausible.d.ts +1 -0
  242. package/es/common/components/gesco-contact-form/services/plausible.d.ts.map +1 -0
  243. package/es/common/components/gesco-contact-form/services/plausible.js +2 -3
  244. package/es/common/components/gesco-contact-form/types.d.ts +1 -0
  245. package/es/common/components/gesco-contact-form/types.d.ts.map +1 -0
  246. package/es/common/components/info-buttons.d.ts +2 -1
  247. package/es/common/components/info-buttons.d.ts.map +1 -0
  248. package/es/common/components/info-buttons.js +7 -22
  249. package/es/common/components/information/index.d.ts +1 -0
  250. package/es/common/components/information/index.d.ts.map +1 -0
  251. package/es/common/components/information/information.d.ts +2 -2
  252. package/es/common/components/information/information.d.ts.map +1 -0
  253. package/es/common/components/information/{information.jsx → information.js} +6 -16
  254. package/es/common/components/instant-search/hooks/use-constant.d.ts +1 -0
  255. package/es/common/components/instant-search/hooks/use-constant.d.ts.map +1 -0
  256. package/es/common/components/instant-search/hooks/use-debounced-search.d.ts +1 -0
  257. package/es/common/components/instant-search/hooks/use-debounced-search.d.ts.map +1 -0
  258. package/es/common/components/instant-search/hooks/use-debounced-search.js +1 -10
  259. package/es/common/components/instant-search/hooks/use-search.d.ts +1 -0
  260. package/es/common/components/instant-search/hooks/use-search.d.ts.map +1 -0
  261. package/es/common/components/instant-search/hooks/use-search.js +2 -11
  262. package/es/common/components/instant-search/index.d.ts +1 -0
  263. package/es/common/components/instant-search/index.d.ts.map +1 -0
  264. package/es/common/components/instant-search/input.d.ts +2 -2
  265. package/es/common/components/instant-search/input.d.ts.map +1 -0
  266. package/es/common/components/instant-search/{input.jsx → input.js} +17 -25
  267. package/es/common/components/instant-search/instant-search.d.ts +2 -2
  268. package/es/common/components/instant-search/instant-search.d.ts.map +1 -0
  269. package/es/common/components/instant-search/{instant-search.jsx → instant-search.js} +3 -16
  270. package/es/common/components/instant-search/links.d.ts +2 -2
  271. package/es/common/components/instant-search/links.d.ts.map +1 -0
  272. package/es/common/components/instant-search/links.js +30 -0
  273. package/es/common/components/instant-search/no-product.d.ts +2 -2
  274. package/es/common/components/instant-search/no-product.d.ts.map +1 -0
  275. package/es/common/components/instant-search/no-product.js +4 -0
  276. package/es/common/components/instant-search/products.d.ts +2 -1
  277. package/es/common/components/instant-search/products.d.ts.map +1 -0
  278. package/es/common/components/instant-search/products.js +42 -0
  279. package/es/common/components/instant-search/results.d.ts +2 -2
  280. package/es/common/components/instant-search/results.d.ts.map +1 -0
  281. package/es/common/components/instant-search/results.js +41 -0
  282. package/es/common/components/instant-search/services/api.d.ts +1 -0
  283. package/es/common/components/instant-search/services/api.d.ts.map +1 -0
  284. package/es/common/components/instant-search/services/api.js +0 -1
  285. package/es/common/components/instant-search/services/dates.d.ts +1 -0
  286. package/es/common/components/instant-search/services/dates.d.ts.map +1 -0
  287. package/es/common/components/instant-search/services/dates.js +0 -3
  288. package/es/common/components/instant-search/services/messages.d.ts +1 -0
  289. package/es/common/components/instant-search/services/messages.d.ts.map +1 -0
  290. package/es/common/components/instant-search/services/utils.d.ts +1 -0
  291. package/es/common/components/instant-search/services/utils.d.ts.map +1 -0
  292. package/es/common/components/instant-search/services/utils.js +1 -2
  293. package/es/common/components/msem-preset-editor/components/facet-selector.d.ts +2 -2
  294. package/es/common/components/msem-preset-editor/components/facet-selector.d.ts.map +1 -0
  295. package/es/common/components/msem-preset-editor/components/{facet-selector.jsx → facet-selector.js} +7 -4
  296. package/es/common/components/msem-preset-editor/components/form.d.ts +2 -2
  297. package/es/common/components/msem-preset-editor/components/form.d.ts.map +1 -0
  298. package/es/common/components/msem-preset-editor/components/form.js +9 -0
  299. package/es/common/components/msem-preset-editor/components/stay-picker.d.ts +2 -2
  300. package/es/common/components/msem-preset-editor/components/stay-picker.d.ts.map +1 -0
  301. package/es/common/components/msem-preset-editor/components/{stay-picker.jsx → stay-picker.js} +5 -8
  302. package/es/common/components/msem-preset-editor/components/widget-list-item.d.ts +2 -1
  303. package/es/common/components/msem-preset-editor/components/widget-list-item.d.ts.map +1 -0
  304. package/es/common/components/msem-preset-editor/components/widget-list-item.js +55 -0
  305. package/es/common/components/msem-preset-editor/components/widget-list.d.ts +2 -1
  306. package/es/common/components/msem-preset-editor/components/widget-list.d.ts.map +1 -0
  307. package/es/common/components/msem-preset-editor/components/widget-list.js +34 -0
  308. package/es/common/components/msem-preset-editor/editor-dialog.d.ts +2 -1
  309. package/es/common/components/msem-preset-editor/editor-dialog.d.ts.map +1 -0
  310. package/es/common/components/msem-preset-editor/editor-dialog.js +27 -0
  311. package/es/common/components/msem-preset-editor/editors/elloha.d.ts +2 -1
  312. package/es/common/components/msem-preset-editor/editors/elloha.d.ts.map +1 -0
  313. package/es/common/components/msem-preset-editor/editors/elloha.js +79 -0
  314. package/es/common/components/msem-preset-editor/editors/index.d.ts +1 -0
  315. package/es/common/components/msem-preset-editor/editors/index.d.ts.map +1 -0
  316. package/es/common/components/msem-preset-editor/editors/lodgings.d.ts +2 -1
  317. package/es/common/components/msem-preset-editor/editors/lodgings.d.ts.map +1 -0
  318. package/es/common/components/msem-preset-editor/editors/lodgings.js +192 -0
  319. package/es/common/components/msem-preset-editor/editors/ski-passes-jb.d.ts +2 -1
  320. package/es/common/components/msem-preset-editor/editors/ski-passes-jb.d.ts.map +1 -0
  321. package/es/common/components/msem-preset-editor/editors/ski-passes-jb.js +85 -0
  322. package/es/common/components/msem-preset-editor/editors/ski-passes.d.ts +2 -1
  323. package/es/common/components/msem-preset-editor/editors/ski-passes.d.ts.map +1 -0
  324. package/es/common/components/msem-preset-editor/editors/ski-passes.js +198 -0
  325. package/es/common/components/msem-preset-editor/editors/standard-products.d.ts +2 -1
  326. package/es/common/components/msem-preset-editor/editors/standard-products.d.ts.map +1 -0
  327. package/es/common/components/msem-preset-editor/editors/{standard-products.jsx → standard-products.js} +16 -21
  328. package/es/common/components/msem-preset-editor/editors/vakario.d.ts +2 -1
  329. package/es/common/components/msem-preset-editor/editors/vakario.d.ts.map +1 -0
  330. package/es/common/components/msem-preset-editor/editors/{vakario.jsx → vakario.js} +50 -48
  331. package/es/common/components/msem-preset-editor/index.d.ts +1 -0
  332. package/es/common/components/msem-preset-editor/index.d.ts.map +1 -0
  333. package/es/common/components/msem-preset-editor/msem-preset-editor.d.ts +2 -1
  334. package/es/common/components/msem-preset-editor/msem-preset-editor.d.ts.map +1 -0
  335. package/es/common/components/msem-preset-editor/msem-preset-editor.js +161 -0
  336. package/es/common/components/msem-preset-editor/services/api.d.ts +1 -0
  337. package/es/common/components/msem-preset-editor/services/api.d.ts.map +1 -0
  338. package/es/common/components/msem-preset-editor/services/api.js +42 -79
  339. package/es/common/components/msem-preset-editor/services/offers.d.ts +1 -0
  340. package/es/common/components/msem-preset-editor/services/offers.d.ts.map +1 -0
  341. package/es/common/components/msem-preset-editor/services/offers.js +35 -57
  342. package/es/common/components/msem-preset-editor/services/preset.d.ts +1 -0
  343. package/es/common/components/msem-preset-editor/services/preset.d.ts.map +1 -0
  344. package/es/common/components/msem-preset-editor/services/preset.js +1 -1
  345. package/es/common/components/msem-preset-editor/services/url-params.d.ts +1 -0
  346. package/es/common/components/msem-preset-editor/services/url-params.d.ts.map +1 -0
  347. package/es/common/components/msem-preset-linker/components/actions.d.ts +2 -2
  348. package/es/common/components/msem-preset-linker/components/actions.d.ts.map +1 -0
  349. package/es/common/components/msem-preset-linker/components/{actions.jsx → actions.js} +7 -22
  350. package/es/common/components/msem-preset-linker/components/overlays.d.ts +2 -2
  351. package/es/common/components/msem-preset-linker/components/overlays.d.ts.map +1 -0
  352. package/es/common/components/msem-preset-linker/components/{overlays.jsx → overlays.js} +6 -13
  353. package/es/common/components/msem-preset-linker/components/resort-selector.d.ts +2 -2
  354. package/es/common/components/msem-preset-linker/components/resort-selector.d.ts.map +1 -0
  355. package/es/common/components/msem-preset-linker/components/{resort-selector.jsx → resort-selector.js} +3 -3
  356. package/es/common/components/msem-preset-linker/hooks/use-msem-presets.d.ts +1 -0
  357. package/es/common/components/msem-preset-linker/hooks/use-msem-presets.d.ts.map +1 -0
  358. package/es/common/components/msem-preset-linker/hooks/use-msem-presets.js +2 -3
  359. package/es/common/components/msem-preset-linker/index.d.ts +1 -0
  360. package/es/common/components/msem-preset-linker/index.d.ts.map +1 -0
  361. package/es/common/components/msem-preset-linker/msem-preset-linker.d.ts +2 -1
  362. package/es/common/components/msem-preset-linker/msem-preset-linker.d.ts.map +1 -0
  363. package/es/common/components/msem-preset-linker/{msem-preset-linker.jsx → msem-preset-linker.js} +11 -13
  364. package/es/common/components/msem-preset-linker/services/url-params.d.ts +1 -0
  365. package/es/common/components/msem-preset-linker/services/url-params.d.ts.map +1 -0
  366. package/es/common/components/packages-selector/index.d.ts +2 -2
  367. package/es/common/components/packages-selector/index.d.ts.map +1 -0
  368. package/es/common/components/packages-selector/index.js +13 -33
  369. package/es/common/components/plausible/hooks/use-plausible.d.ts +2 -1
  370. package/es/common/components/plausible/hooks/use-plausible.d.ts.map +1 -0
  371. package/es/common/components/plausible/hooks/use-plausible.js +6 -6
  372. package/es/common/components/plausible/index.d.ts +1 -0
  373. package/es/common/components/plausible/index.d.ts.map +1 -0
  374. package/es/common/components/plausible/plausible.d.ts +2 -2
  375. package/es/common/components/plausible/plausible.d.ts.map +1 -0
  376. package/es/{future/components/plausible/plausible.jsx → common/components/plausible/plausible.js} +2 -3
  377. package/es/common/components/plausible/services/callback.d.ts +1 -0
  378. package/es/common/components/plausible/services/callback.d.ts.map +1 -0
  379. package/es/common/components/plausible/services/callback.js +14 -20
  380. package/es/common/components/plausible/services/load.d.ts +1 -0
  381. package/es/common/components/plausible/services/load.d.ts.map +1 -0
  382. package/es/common/components/plausible/services/send-goal.d.ts +1 -0
  383. package/es/common/components/plausible/services/send-goal.d.ts.map +1 -0
  384. package/es/common/components/popup.d.ts +2 -2
  385. package/es/common/components/popup.d.ts.map +1 -0
  386. package/es/common/components/popup.js +5 -35
  387. package/es/common/components/scroll-spy.d.ts +2 -1
  388. package/es/common/components/scroll-spy.d.ts.map +1 -0
  389. package/es/common/components/{scroll-spy.jsx → scroll-spy.js} +10 -20
  390. package/es/common/components/scrolling-carousel/index.d.ts +1 -0
  391. package/es/common/components/scrolling-carousel/index.d.ts.map +1 -0
  392. package/es/common/components/scrolling-carousel/scrolling-carousel.d.ts +2 -1
  393. package/es/common/components/scrolling-carousel/scrolling-carousel.d.ts.map +1 -0
  394. package/es/common/components/scrolling-carousel/{scrolling-carousel.jsx → scrolling-carousel.js} +25 -23
  395. package/es/common/components/search-bar/hooks/use-constant.d.ts +1 -0
  396. package/es/common/components/search-bar/hooks/use-constant.d.ts.map +1 -0
  397. package/es/common/components/search-bar/hooks/use-debounced-search.d.ts +1 -0
  398. package/es/common/components/search-bar/hooks/use-debounced-search.d.ts.map +1 -0
  399. package/es/common/components/search-bar/hooks/use-debounced-search.js +1 -10
  400. package/es/common/components/search-bar/hooks/use-search.d.ts +1 -0
  401. package/es/common/components/search-bar/hooks/use-search.d.ts.map +1 -0
  402. package/es/common/components/search-bar/hooks/use-search.js +2 -11
  403. package/es/common/components/search-bar/index.d.ts +1 -0
  404. package/es/common/components/search-bar/index.d.ts.map +1 -0
  405. package/es/common/components/search-bar/messages.d.ts +1 -0
  406. package/es/common/components/search-bar/messages.d.ts.map +1 -0
  407. package/es/common/components/search-bar/search-bar.d.ts +2 -1
  408. package/es/common/components/search-bar/search-bar.d.ts.map +1 -0
  409. package/es/common/components/search-bar/search-bar.js +38 -51
  410. package/es/common/components/search-bar/utils/fetcher.d.ts +1 -0
  411. package/es/common/components/search-bar/utils/fetcher.d.ts.map +1 -0
  412. package/es/common/components/search-bar/utils/fetcher.js +3 -12
  413. package/es/common/components/search-bar/utils/keyboard-keys.d.ts +1 -0
  414. package/es/common/components/search-bar/utils/keyboard-keys.d.ts.map +1 -0
  415. package/es/common/components/search-bar/utils/params.d.ts +1 -0
  416. package/es/common/components/search-bar/utils/params.d.ts.map +1 -0
  417. package/es/common/components/tabbed-zones.d.ts +2 -2
  418. package/es/common/components/tabbed-zones.d.ts.map +1 -0
  419. package/es/common/components/tabbed-zones.js +50 -0
  420. package/es/common/components/video-player/controls.d.ts +2 -1
  421. package/es/common/components/video-player/controls.d.ts.map +1 -0
  422. package/es/common/components/video-player/controls.js +5 -39
  423. package/es/common/components/video-player/icons.d.ts +7 -7
  424. package/es/common/components/video-player/icons.d.ts.map +1 -0
  425. package/es/common/components/video-player/icons.js +8 -35
  426. package/es/common/components/video-player/index.d.ts +1 -0
  427. package/es/common/components/video-player/index.d.ts.map +1 -0
  428. package/es/common/components/video-player/utils.d.ts +1 -0
  429. package/es/common/components/video-player/utils.d.ts.map +1 -0
  430. package/es/common/components/video-player/video-player.d.ts +2 -1
  431. package/es/common/components/video-player/video-player.d.ts.map +1 -0
  432. package/es/common/components/video-player/video-player.js +3 -17
  433. package/es/common/hooks/use-account.d.ts +1 -0
  434. package/es/common/hooks/use-account.d.ts.map +1 -0
  435. package/es/common/hooks/use-account.js +8 -19
  436. package/es/common/hooks/use-faq.d.ts +1 -0
  437. package/es/common/hooks/use-faq.d.ts.map +1 -0
  438. package/es/common/hooks/use-in-view.d.ts +1 -0
  439. package/es/common/hooks/use-in-view.d.ts.map +1 -0
  440. package/es/common/hooks/use-in-view.js +1 -1
  441. package/es/common/hooks/use-injected-cms-markup.d.ts +1 -0
  442. package/es/common/hooks/use-injected-cms-markup.d.ts.map +1 -0
  443. package/es/common/hooks/use-injected-cms-markup.js +5 -14
  444. package/es/common/hooks/use-packages.d.ts +1 -0
  445. package/es/common/hooks/use-packages.d.ts.map +1 -0
  446. package/es/common/hooks/use-packages.js +5 -13
  447. package/es/common/hooks/use-scroll-direction.d.ts +1 -0
  448. package/es/common/hooks/use-scroll-direction.d.ts.map +1 -0
  449. package/es/common/hooks/use-stay.d.ts +1 -0
  450. package/es/common/hooks/use-stay.d.ts.map +1 -0
  451. package/es/common/hooks/use-sticky.d.ts +1 -0
  452. package/es/common/hooks/use-sticky.d.ts.map +1 -0
  453. package/es/common/hooks/use-tunnel.d.ts +1 -0
  454. package/es/common/hooks/use-tunnel.d.ts.map +1 -0
  455. package/es/common/hooks/use-tunnel.js +10 -22
  456. package/es/common/hooks/use-update-effect.d.ts +2 -1
  457. package/es/common/hooks/use-update-effect.d.ts.map +1 -0
  458. package/es/common/hooks/use-update-effect.js +2 -2
  459. package/es/common/hooks/use-window-sizes.d.ts +1 -0
  460. package/es/common/hooks/use-window-sizes.d.ts.map +1 -0
  461. package/es/common/hooks/use-youtube-popup.d.ts +1 -0
  462. package/es/common/hooks/use-youtube-popup.d.ts.map +1 -0
  463. package/es/common/hooks/use-youtube-popup.js +10 -12
  464. package/es/common/hooks/use-zone-sync.d.ts +1 -0
  465. package/es/common/hooks/use-zone-sync.d.ts.map +1 -0
  466. package/es/common/hooks/use-zone-sync.js +2 -4
  467. package/es/common/utils/cms.d.ts +1 -0
  468. package/es/common/utils/cms.d.ts.map +1 -0
  469. package/es/common/utils/cms.js +16 -29
  470. package/es/common/utils/cookies.d.ts +1 -0
  471. package/es/common/utils/cookies.d.ts.map +1 -0
  472. package/es/common/utils/copy.d.ts +1 -0
  473. package/es/common/utils/copy.d.ts.map +1 -0
  474. package/es/common/utils/dates.d.ts +1 -0
  475. package/es/common/utils/dates.d.ts.map +1 -0
  476. package/es/common/utils/elements.d.ts +1 -0
  477. package/es/common/utils/elements.d.ts.map +1 -0
  478. package/es/common/utils/elements.js +1 -2
  479. package/es/common/utils/events.d.ts +1 -0
  480. package/es/common/utils/events.d.ts.map +1 -0
  481. package/es/common/utils/events.js +0 -17
  482. package/es/common/utils/fetcher.d.ts +1 -0
  483. package/es/common/utils/fetcher.d.ts.map +1 -0
  484. package/es/common/utils/fetcher.js +5 -15
  485. package/es/common/utils/file-manager.d.ts +1 -0
  486. package/es/common/utils/file-manager.d.ts.map +1 -0
  487. package/es/common/utils/file-manager.js +3 -12
  488. package/es/common/utils/load-js.d.ts +1 -0
  489. package/es/common/utils/load-js.d.ts.map +1 -0
  490. package/es/common/utils/msem-widget.d.ts +2 -2
  491. package/es/common/utils/msem-widget.d.ts.map +1 -0
  492. package/es/common/utils/msem-widget.js +39 -0
  493. package/es/common/utils/scrollbar-size.d.ts +1 -0
  494. package/es/common/utils/scrollbar-size.d.ts.map +1 -0
  495. package/es/common/utils/touch-device.d.ts +1 -0
  496. package/es/common/utils/touch-device.d.ts.map +1 -0
  497. package/es/common/utils/url-parameters.d.ts +1 -0
  498. package/es/common/utils/url-parameters.d.ts.map +1 -0
  499. package/es/esf/components/account-button/account-button.d.ts +2 -2
  500. package/es/esf/components/account-button/account-button.d.ts.map +1 -0
  501. package/es/esf/components/account-button/{account-button.jsx → account-button.js} +2 -5
  502. package/es/esf/components/account-button/index.d.ts +1 -0
  503. package/es/esf/components/account-button/index.d.ts.map +1 -0
  504. package/es/esf/components/booking-form/booking-form.d.ts +2 -2
  505. package/es/esf/components/booking-form/booking-form.d.ts.map +1 -0
  506. package/es/esf/components/booking-form/booking-form.js +3 -10
  507. package/es/esf/components/booking-form/data.d.ts +1 -0
  508. package/es/esf/components/booking-form/data.d.ts.map +1 -0
  509. package/es/esf/components/booking-form/field.d.ts +2 -2
  510. package/es/esf/components/booking-form/field.d.ts.map +1 -0
  511. package/es/esf/components/booking-form/field.js +6 -5
  512. package/es/esf/components/booking-form/hooks/use-custom-fields.d.ts +1 -0
  513. package/es/esf/components/booking-form/hooks/use-custom-fields.d.ts.map +1 -0
  514. package/es/esf/components/booking-form/hooks/use-stay.d.ts +1 -0
  515. package/es/esf/components/booking-form/hooks/use-stay.d.ts.map +1 -0
  516. package/es/esf/components/booking-form/index.d.ts +1 -0
  517. package/es/esf/components/booking-form/index.d.ts.map +1 -0
  518. package/es/esf/components/booking-form/lesson.d.ts +2 -2
  519. package/es/esf/components/booking-form/lesson.d.ts.map +1 -0
  520. package/es/esf/components/booking-form/lesson.js +2 -15
  521. package/es/esf/components/booking-form/lessons.d.ts +2 -2
  522. package/es/esf/components/booking-form/lessons.d.ts.map +1 -0
  523. package/es/esf/components/booking-form/lessons.js +12 -22
  524. package/es/esf/components/booking-form/messages.d.ts +1 -0
  525. package/es/esf/components/booking-form/messages.d.ts.map +1 -0
  526. package/es/esf/components/booking-form/personal-data.d.ts +2 -2
  527. package/es/esf/components/booking-form/personal-data.d.ts.map +1 -0
  528. package/es/esf/components/booking-form/personal-data.js +3 -17
  529. package/es/esf/components/booking-form/progress-bar.d.ts +2 -2
  530. package/es/esf/components/booking-form/progress-bar.d.ts.map +1 -0
  531. package/es/esf/components/booking-form/progress-bar.js +9 -13
  532. package/es/esf/components/booking-form/steps.d.ts +2 -2
  533. package/es/esf/components/booking-form/steps.d.ts.map +1 -0
  534. package/es/esf/components/booking-form/steps.js +2 -7
  535. package/es/esf/components/booking-form/summary.d.ts +2 -2
  536. package/es/esf/components/booking-form/summary.d.ts.map +1 -0
  537. package/es/esf/components/booking-form/summary.js +42 -86
  538. package/es/esf/components/booking-form/utils.d.ts +1 -0
  539. package/es/esf/components/booking-form/utils.d.ts.map +1 -0
  540. package/es/esf/components/booking-form/utils.js +8 -17
  541. package/es/esf/components/covid-link/index.d.ts +1 -0
  542. package/es/esf/components/covid-link/index.d.ts.map +1 -0
  543. package/es/esf/components/covid-link/index.js +0 -131
  544. package/es/esf/components/covid-link/mask-icon.d.ts +2 -2
  545. package/es/esf/components/covid-link/mask-icon.d.ts.map +1 -0
  546. package/es/esf/components/covid-link/mask-icon.js +2 -4
  547. package/es/esf/components/covid-link/vax-pass-icon.d.ts +2 -2
  548. package/es/esf/components/covid-link/vax-pass-icon.d.ts.map +1 -0
  549. package/es/esf/components/covid-link/vax-pass-icon.js +2 -12
  550. package/es/esf/components/cp-form.d.ts +2 -1
  551. package/es/esf/components/cp-form.d.ts.map +1 -0
  552. package/es/esf/components/cp-form.js +5 -14
  553. package/es/esf/components/instructors-book/api.d.ts +1 -0
  554. package/es/esf/components/instructors-book/api.d.ts.map +1 -0
  555. package/es/esf/components/instructors-book/api.js +30 -41
  556. package/es/esf/components/instructors-book/book.d.ts +2 -2
  557. package/es/esf/components/instructors-book/book.d.ts.map +1 -0
  558. package/es/esf/components/instructors-book/book.js +7 -19
  559. package/es/esf/components/instructors-book/filters.d.ts +2 -2
  560. package/es/esf/components/instructors-book/filters.d.ts.map +1 -0
  561. package/es/esf/components/instructors-book/filters.js +2 -5
  562. package/es/esf/components/instructors-book/flags.d.ts +16 -16
  563. package/es/esf/components/instructors-book/flags.d.ts.map +1 -0
  564. package/es/esf/components/instructors-book/flags.js +17 -92
  565. package/es/esf/components/instructors-book/index.d.ts +1 -0
  566. package/es/esf/components/instructors-book/index.d.ts.map +1 -0
  567. package/es/esf/components/instructors-book/instructor.d.ts +2 -2
  568. package/es/esf/components/instructors-book/instructor.d.ts.map +1 -0
  569. package/es/esf/components/instructors-book/instructor.js +4 -34
  570. package/es/esf/components/instructors-book/list.d.ts +2 -2
  571. package/es/esf/components/instructors-book/list.d.ts.map +1 -0
  572. package/es/esf/components/instructors-book/list.js +5 -12
  573. package/es/esf/components/instructors-book/messages.d.ts +1 -0
  574. package/es/esf/components/instructors-book/messages.d.ts.map +1 -0
  575. package/es/esf/components/instructors-book/prefixes.d.ts +1 -0
  576. package/es/esf/components/instructors-book/prefixes.d.ts.map +1 -0
  577. package/es/esf/components/instructors-book/sheet.d.ts +2 -2
  578. package/es/esf/components/instructors-book/sheet.d.ts.map +1 -0
  579. package/es/esf/components/instructors-book/sheet.js +18 -76
  580. package/es/esf/components/instructors-book/suggestions.d.ts +2 -2
  581. package/es/esf/components/instructors-book/suggestions.d.ts.map +1 -0
  582. package/es/esf/components/instructors-book/suggestions.js +5 -23
  583. package/es/esf/components/instructors-book/utils.d.ts +1 -0
  584. package/es/esf/components/instructors-book/utils.d.ts.map +1 -0
  585. package/es/esf/components/levels/detail.d.ts +2 -2
  586. package/es/esf/components/levels/detail.d.ts.map +1 -0
  587. package/es/esf/components/levels/detail.js +2 -12
  588. package/es/esf/components/levels/index.d.ts +1 -0
  589. package/es/esf/components/levels/index.d.ts.map +1 -0
  590. package/es/esf/components/levels/levels.d.ts +2 -2
  591. package/es/esf/components/levels/levels.d.ts.map +1 -0
  592. package/es/esf/components/levels/levels.js +31 -70
  593. package/es/esf/components/loyal-customers/api.d.ts +1 -0
  594. package/es/esf/components/loyal-customers/api.d.ts.map +1 -0
  595. package/es/esf/components/loyal-customers/api.js +10 -23
  596. package/es/esf/components/loyal-customers/components/bin-icon.d.ts +2 -2
  597. package/es/esf/components/loyal-customers/components/bin-icon.d.ts.map +1 -0
  598. package/es/esf/components/loyal-customers/components/bin-icon.js +2 -8
  599. package/es/esf/components/loyal-customers/components/customer-form.d.ts +2 -2
  600. package/es/esf/components/loyal-customers/components/customer-form.d.ts.map +1 -0
  601. package/es/esf/components/loyal-customers/components/customer-form.js +11 -35
  602. package/es/esf/components/loyal-customers/components/field.d.ts +2 -2
  603. package/es/esf/components/loyal-customers/components/field.d.ts.map +1 -0
  604. package/es/esf/components/loyal-customers/components/field.js +6 -6
  605. package/es/esf/components/loyal-customers/components/row.d.ts +2 -2
  606. package/es/esf/components/loyal-customers/components/row.d.ts.map +1 -0
  607. package/es/esf/components/loyal-customers/components/row.js +2 -23
  608. package/es/esf/components/loyal-customers/components/rows.d.ts +2 -2
  609. package/es/esf/components/loyal-customers/components/rows.d.ts.map +1 -0
  610. package/es/esf/components/loyal-customers/components/rows.js +8 -12
  611. package/es/esf/components/loyal-customers/components/stay.d.ts +2 -2
  612. package/es/esf/components/loyal-customers/components/stay.d.ts.map +1 -0
  613. package/es/esf/components/loyal-customers/components/stay.js +2 -13
  614. package/es/esf/components/loyal-customers/components/student-form.d.ts +2 -2
  615. package/es/esf/components/loyal-customers/components/student-form.d.ts.map +1 -0
  616. package/es/esf/components/loyal-customers/components/student-form.js +7 -37
  617. package/es/esf/components/loyal-customers/components/voucher.d.ts +2 -2
  618. package/es/esf/components/loyal-customers/components/voucher.d.ts.map +1 -0
  619. package/es/esf/components/loyal-customers/components/voucher.js +2 -3
  620. package/es/esf/components/loyal-customers/content.d.ts +1 -0
  621. package/es/esf/components/loyal-customers/content.d.ts.map +1 -0
  622. package/es/esf/components/loyal-customers/content.js +7 -7
  623. package/es/esf/components/loyal-customers/data.d.ts +1 -0
  624. package/es/esf/components/loyal-customers/data.d.ts.map +1 -0
  625. package/es/esf/components/loyal-customers/hooks/use-stored-rows.d.ts +1 -0
  626. package/es/esf/components/loyal-customers/hooks/use-stored-rows.d.ts.map +1 -0
  627. package/es/esf/components/loyal-customers/index.d.ts +1 -0
  628. package/es/esf/components/loyal-customers/index.d.ts.map +1 -0
  629. package/es/esf/components/loyal-customers/loyal-customers.d.ts +2 -2
  630. package/es/esf/components/loyal-customers/loyal-customers.d.ts.map +1 -0
  631. package/es/esf/components/loyal-customers/loyal-customers.js +3 -18
  632. package/es/esf/components/loyal-customers/messages.d.ts +1 -0
  633. package/es/esf/components/loyal-customers/messages.d.ts.map +1 -0
  634. package/es/esf/components/loyal-customers/utils.d.ts +1 -0
  635. package/es/esf/components/loyal-customers/utils.d.ts.map +1 -0
  636. package/es/esf/components/loyal-customers/utils.js +2 -2
  637. package/es/esf/components/magic-box/booking.d.ts +2 -2
  638. package/es/esf/components/magic-box/booking.d.ts.map +1 -0
  639. package/es/esf/components/magic-box/booking.js +19 -30
  640. package/es/esf/components/magic-box/filter.d.ts +2 -2
  641. package/es/esf/components/magic-box/filter.d.ts.map +1 -0
  642. package/es/esf/components/magic-box/filter.js +3 -5
  643. package/es/esf/components/magic-box/filters.d.ts +2 -2
  644. package/es/esf/components/magic-box/filters.d.ts.map +1 -0
  645. package/es/esf/components/magic-box/filters.js +4 -5
  646. package/es/esf/components/magic-box/index.d.ts +1 -0
  647. package/es/esf/components/magic-box/index.d.ts.map +1 -0
  648. package/es/esf/components/magic-box/magic-box.d.ts +2 -1
  649. package/es/esf/components/magic-box/magic-box.d.ts.map +1 -0
  650. package/es/esf/components/magic-box/{magic-box.jsx → magic-box.js} +14 -34
  651. package/es/esf/components/magic-box/messages.d.ts +1 -0
  652. package/es/esf/components/magic-box/messages.d.ts.map +1 -0
  653. package/es/esf/components/magic-box/services/api.d.ts +1 -0
  654. package/es/esf/components/magic-box/services/api.d.ts.map +1 -0
  655. package/es/esf/components/magic-box/services/api.js +15 -29
  656. package/es/esf/components/magic-box/services/widgets.d.ts +1 -0
  657. package/es/esf/components/magic-box/services/widgets.d.ts.map +1 -0
  658. package/es/esf/components/magic-box/services/widgets.js +2 -14
  659. package/es/esf/components/parcours-esf/index.d.ts +1 -0
  660. package/es/esf/components/parcours-esf/index.d.ts.map +1 -0
  661. package/es/esf/components/parcours-esf/parcours-esf.d.ts +2 -2
  662. package/es/esf/components/parcours-esf/parcours-esf.d.ts.map +1 -0
  663. package/es/esf/components/parcours-esf/{parcours-esf.jsx → parcours-esf.js} +3 -11
  664. package/es/esf/components/period-picker/controls.d.ts +2 -2
  665. package/es/esf/components/period-picker/controls.d.ts.map +1 -0
  666. package/es/esf/components/period-picker/controls.js +2 -8
  667. package/es/esf/components/period-picker/date-display.d.ts +2 -2
  668. package/es/esf/components/period-picker/date-display.d.ts.map +1 -0
  669. package/es/esf/components/period-picker/date-display.js +5 -13
  670. package/es/esf/components/period-picker/days.d.ts +1 -0
  671. package/es/esf/components/period-picker/days.d.ts.map +1 -0
  672. package/es/esf/components/period-picker/days.js +4 -14
  673. package/es/esf/components/period-picker/extended-stay-picker.d.ts +2 -2
  674. package/es/esf/components/period-picker/extended-stay-picker.d.ts.map +1 -0
  675. package/es/esf/components/period-picker/extended-stay-picker.js +2 -11
  676. package/es/esf/components/period-picker/index.d.ts +1 -0
  677. package/es/esf/components/period-picker/index.d.ts.map +1 -0
  678. package/es/esf/components/period-picker/messages.d.ts +1 -0
  679. package/es/esf/components/period-picker/messages.d.ts.map +1 -0
  680. package/es/esf/components/period-picker/period-picker.d.ts +2 -2
  681. package/es/esf/components/period-picker/period-picker.d.ts.map +1 -0
  682. package/es/esf/components/period-picker/period-picker.js +7 -19
  683. package/es/esf/components/period-picker/popup.d.ts +1 -0
  684. package/es/esf/components/period-picker/popup.d.ts.map +1 -0
  685. package/es/esf/components/period-picker/popup.js +2 -7
  686. package/es/esf/components/period-picker/services/dates.d.ts +1 -0
  687. package/es/esf/components/period-picker/services/dates.d.ts.map +1 -0
  688. package/es/esf/components/period-picker/services/dates.js +2 -5
  689. package/es/esf/components/period-picker/services/events.d.ts +1 -0
  690. package/es/esf/components/period-picker/services/events.d.ts.map +1 -0
  691. package/es/esf/components/period-picker/services/motions.d.ts +1 -0
  692. package/es/esf/components/period-picker/services/motions.d.ts.map +1 -0
  693. package/es/esf/components/period-picker/services/sections.d.ts +1 -0
  694. package/es/esf/components/period-picker/services/sections.d.ts.map +1 -0
  695. package/es/esf/components/period-picker/services/stay.d.ts +1 -0
  696. package/es/esf/components/period-picker/services/stay.d.ts.map +1 -0
  697. package/es/esf/components/period-picker/title.d.ts +2 -2
  698. package/es/esf/components/period-picker/title.d.ts.map +1 -0
  699. package/es/esf/components/period-picker/title.js +3 -4
  700. package/es/esf/components/period-picker/warning.d.ts +2 -2
  701. package/es/esf/components/period-picker/warning.d.ts.map +1 -0
  702. package/es/esf/components/period-picker/warning.js +2 -16
  703. package/es/esf/components/period-picker/weeks.d.ts +1 -0
  704. package/es/esf/components/period-picker/weeks.d.ts.map +1 -0
  705. package/es/esf/components/period-picker/weeks.js +7 -50
  706. package/es/esf/components/reviews.d.ts +2 -2
  707. package/es/esf/components/reviews.d.ts.map +1 -0
  708. package/es/esf/components/reviews.js +5 -13
  709. package/es/esf/components/village-maps/icons.d.ts +6 -6
  710. package/es/esf/components/village-maps/icons.d.ts.map +1 -0
  711. package/es/esf/components/village-maps/icons.js +7 -32
  712. package/es/esf/components/village-maps/index.d.ts +2 -1
  713. package/es/esf/components/village-maps/index.d.ts.map +1 -0
  714. package/es/esf/components/village-maps/index.js +21 -62
  715. package/es/esf/components/village-maps/messages.d.ts +1 -0
  716. package/es/esf/components/village-maps/messages.d.ts.map +1 -0
  717. package/es/esf/components/village-maps/utils.d.ts +1 -0
  718. package/es/esf/components/village-maps/utils.d.ts.map +1 -0
  719. package/es/esf/components/village-maps/utils.js +1 -2
  720. package/es/esf/components/week-picker/index.d.ts +2 -1
  721. package/es/esf/components/week-picker/index.d.ts.map +1 -0
  722. package/es/esf/components/week-picker/index.js +5 -54
  723. package/es/esf/components/week-picker/messages.d.ts +1 -0
  724. package/es/esf/components/week-picker/messages.d.ts.map +1 -0
  725. package/es/esf/components/week-picker/utils.d.ts +1 -0
  726. package/es/esf/components/week-picker/utils.d.ts.map +1 -0
  727. package/es/esf/components/week-picker/utils.js +0 -3
  728. package/es/esf/components/week-picker/week.d.ts +2 -2
  729. package/es/esf/components/week-picker/week.d.ts.map +1 -0
  730. package/es/esf/components/week-picker/week.js +2 -11
  731. package/es/esf/components/week-picker-2/index.d.ts +2 -1
  732. package/es/esf/components/week-picker-2/index.d.ts.map +1 -0
  733. package/es/esf/components/week-picker-2/index.js +5 -56
  734. package/es/esf/components/week-picker-2/messages.d.ts +1 -0
  735. package/es/esf/components/week-picker-2/messages.d.ts.map +1 -0
  736. package/es/esf/components/week-picker-2/utils.d.ts +1 -0
  737. package/es/esf/components/week-picker-2/utils.d.ts.map +1 -0
  738. package/es/esf/components/week-picker-2/utils.js +0 -3
  739. package/es/esf/components/week-picker-2/week.d.ts +2 -2
  740. package/es/esf/components/week-picker-2/week.d.ts.map +1 -0
  741. package/es/esf/components/week-picker-2/week.js +2 -12
  742. package/es/esf/hooks/use-affiliation.d.ts +1 -0
  743. package/es/esf/hooks/use-affiliation.d.ts.map +1 -0
  744. package/es/esf/hooks/use-booking-links.d.ts +1 -0
  745. package/es/esf/hooks/use-booking-links.d.ts.map +1 -0
  746. package/es/esf/hooks/use-booking-links.js +6 -16
  747. package/es/esf/hooks/use-reviews.d.ts +1 -0
  748. package/es/esf/hooks/use-reviews.d.ts.map +1 -0
  749. package/es/esf/hooks/use-reviews.js +3 -12
  750. package/es/esf/hooks/use-season-products.d.ts +1 -0
  751. package/es/esf/hooks/use-season-products.d.ts.map +1 -0
  752. package/es/esf/hooks/use-season-products.js +3 -13
  753. package/es/future/components/msem/index.d.ts +1 -0
  754. package/es/future/components/msem/index.d.ts.map +1 -0
  755. package/es/future/components/msem/script.d.ts +2 -2
  756. package/es/future/components/msem/script.d.ts.map +1 -0
  757. package/es/future/components/msem/script.js +8 -0
  758. package/es/future/components/msem/tunnel.d.ts +1 -0
  759. package/es/future/components/msem/tunnel.d.ts.map +1 -0
  760. package/es/future/components/msem/{tunnel.jsx → tunnel.js} +9 -6
  761. package/es/future/components/msem/types.d.ts +1 -0
  762. package/es/future/components/msem/types.d.ts.map +1 -0
  763. package/es/future/components/msem/utils.d.ts +1 -0
  764. package/es/future/components/msem/utils.d.ts.map +1 -0
  765. package/es/future/components/msem/utils.js +1 -2
  766. package/es/future/components/plausible/hooks/use-plausible.d.ts +2 -1
  767. package/es/future/components/plausible/hooks/use-plausible.d.ts.map +1 -0
  768. package/es/future/components/plausible/hooks/use-plausible.js +6 -6
  769. package/es/future/components/plausible/index.d.ts +1 -0
  770. package/es/future/components/plausible/index.d.ts.map +1 -0
  771. package/es/future/components/plausible/plausible.d.ts +2 -2
  772. package/es/future/components/plausible/plausible.d.ts.map +1 -0
  773. package/es/{common/components/plausible/plausible.jsx → future/components/plausible/plausible.js} +2 -3
  774. package/es/future/components/plausible/services/callback.d.ts +1 -0
  775. package/es/future/components/plausible/services/callback.d.ts.map +1 -0
  776. package/es/future/components/plausible/services/callback.js +14 -20
  777. package/es/future/components/plausible/services/load.d.ts +1 -0
  778. package/es/future/components/plausible/services/load.d.ts.map +1 -0
  779. package/es/future/components/plausible/services/send-goal.d.ts +1 -0
  780. package/es/future/components/plausible/services/send-goal.d.ts.map +1 -0
  781. package/es/lbm/components/lumiplan/api.d.ts +1 -0
  782. package/es/lbm/components/lumiplan/api.d.ts.map +1 -0
  783. package/es/lbm/components/lumiplan/api.js +31 -57
  784. package/es/lbm/components/lumiplan/domain.d.ts +1 -0
  785. package/es/lbm/components/lumiplan/domain.d.ts.map +1 -0
  786. package/es/lbm/components/lumiplan/domain.js +34 -0
  787. package/es/lbm/components/lumiplan/header.d.ts +2 -2
  788. package/es/lbm/components/lumiplan/header.d.ts.map +1 -0
  789. package/es/lbm/components/lumiplan/{header.jsx → header.js} +2 -9
  790. package/es/lbm/components/lumiplan/i18n/translations.d.ts +2 -2
  791. package/es/lbm/components/lumiplan/i18n/translations.d.ts.map +1 -0
  792. package/es/lbm/components/lumiplan/i18n/{translations.jsx → translations.js} +2 -2
  793. package/es/lbm/components/lumiplan/icons/alert.d.ts +2 -2
  794. package/es/lbm/components/lumiplan/icons/alert.d.ts.map +1 -0
  795. package/es/lbm/components/lumiplan/icons/alert.js +2 -4
  796. package/es/lbm/components/lumiplan/icons/avalanche-risk.d.ts +2 -2
  797. package/es/lbm/components/lumiplan/icons/avalanche-risk.d.ts.map +1 -0
  798. package/es/lbm/components/lumiplan/icons/avalanche-risk.js +2 -3
  799. package/es/lbm/components/lumiplan/icons/cabin.d.ts +2 -2
  800. package/es/lbm/components/lumiplan/icons/cabin.d.ts.map +1 -0
  801. package/es/lbm/components/lumiplan/icons/cabin.js +2 -3
  802. package/es/lbm/components/lumiplan/icons/check.d.ts +2 -2
  803. package/es/lbm/components/lumiplan/icons/check.d.ts.map +1 -0
  804. package/es/lbm/components/lumiplan/icons/check.js +2 -3
  805. package/es/lbm/components/lumiplan/icons/close.d.ts +2 -2
  806. package/es/lbm/components/lumiplan/icons/close.d.ts.map +1 -0
  807. package/es/lbm/components/lumiplan/icons/close.js +2 -4
  808. package/es/lbm/components/lumiplan/icons/cloud.d.ts +2 -2
  809. package/es/lbm/components/lumiplan/icons/cloud.d.ts.map +1 -0
  810. package/es/lbm/components/lumiplan/icons/cloud.js +2 -4
  811. package/es/lbm/components/lumiplan/icons/dawn.d.ts +2 -2
  812. package/es/lbm/components/lumiplan/icons/dawn.d.ts.map +1 -0
  813. package/es/lbm/components/lumiplan/icons/dawn.js +2 -4
  814. package/es/lbm/components/lumiplan/icons/fog.d.ts +2 -2
  815. package/es/lbm/components/lumiplan/icons/fog.d.ts.map +1 -0
  816. package/es/lbm/components/lumiplan/icons/fog.js +2 -5
  817. package/es/lbm/components/lumiplan/icons/heavy-snow.d.ts +2 -2
  818. package/es/lbm/components/lumiplan/icons/heavy-snow.d.ts.map +1 -0
  819. package/es/lbm/components/lumiplan/icons/heavy-snow.js +2 -8
  820. package/es/lbm/components/lumiplan/icons/information.d.ts +2 -2
  821. package/es/lbm/components/lumiplan/icons/information.d.ts.map +1 -0
  822. package/es/lbm/components/lumiplan/icons/information.js +2 -4
  823. package/es/lbm/components/lumiplan/icons/isothermal.d.ts +2 -2
  824. package/es/lbm/components/lumiplan/icons/isothermal.d.ts.map +1 -0
  825. package/es/lbm/components/lumiplan/icons/isothermal.js +2 -8
  826. package/es/lbm/components/lumiplan/icons/lifts/index.d.ts +1 -0
  827. package/es/lbm/components/lumiplan/icons/lifts/index.d.ts.map +1 -0
  828. package/es/lbm/components/lumiplan/icons/lifts/tapis-roulant.d.ts +2 -2
  829. package/es/lbm/components/lumiplan/icons/lifts/tapis-roulant.d.ts.map +1 -0
  830. package/es/lbm/components/lumiplan/icons/lifts/tapis-roulant.js +2 -3
  831. package/es/lbm/components/lumiplan/icons/lifts/telecabine.d.ts +2 -2
  832. package/es/lbm/components/lumiplan/icons/lifts/telecabine.d.ts.map +1 -0
  833. package/es/lbm/components/lumiplan/icons/lifts/telecabine.js +2 -3
  834. package/es/lbm/components/lumiplan/icons/lifts/telesiege-debrayable.d.ts +2 -2
  835. package/es/lbm/components/lumiplan/icons/lifts/telesiege-debrayable.d.ts.map +1 -0
  836. package/es/lbm/components/lumiplan/icons/lifts/telesiege-debrayable.js +2 -6
  837. package/es/lbm/components/lumiplan/icons/lifts/telesiege.d.ts +2 -2
  838. package/es/lbm/components/lumiplan/icons/lifts/telesiege.d.ts.map +1 -0
  839. package/es/lbm/components/lumiplan/icons/lifts/telesiege.js +2 -3
  840. package/es/lbm/components/lumiplan/icons/lifts/teleski.d.ts +2 -2
  841. package/es/lbm/components/lumiplan/icons/lifts/teleski.d.ts.map +1 -0
  842. package/es/lbm/components/lumiplan/icons/lifts/teleski.js +2 -3
  843. package/es/lbm/components/lumiplan/icons/link.d.ts +2 -2
  844. package/es/lbm/components/lumiplan/icons/link.d.ts.map +1 -0
  845. package/es/lbm/components/lumiplan/icons/link.js +2 -4
  846. package/es/lbm/components/lumiplan/icons/night.d.ts +2 -2
  847. package/es/lbm/components/lumiplan/icons/night.d.ts.map +1 -0
  848. package/es/lbm/components/lumiplan/icons/night.js +2 -3
  849. package/es/lbm/components/lumiplan/icons/rain.d.ts +2 -2
  850. package/es/lbm/components/lumiplan/icons/rain.d.ts.map +1 -0
  851. package/es/lbm/components/lumiplan/icons/rain.js +2 -8
  852. package/es/lbm/components/lumiplan/icons/rainy-rainy.d.ts +2 -2
  853. package/es/lbm/components/lumiplan/icons/rainy-rainy.d.ts.map +1 -0
  854. package/es/lbm/components/lumiplan/icons/rainy-rainy.js +2 -4
  855. package/es/lbm/components/lumiplan/icons/rainy.d.ts +2 -2
  856. package/es/lbm/components/lumiplan/icons/rainy.d.ts.map +1 -0
  857. package/es/lbm/components/lumiplan/icons/rainy.js +2 -4
  858. package/es/lbm/components/lumiplan/icons/reload.d.ts +2 -2
  859. package/es/lbm/components/lumiplan/icons/reload.d.ts.map +1 -0
  860. package/es/lbm/components/lumiplan/icons/reload.js +2 -11
  861. package/es/lbm/components/lumiplan/icons/road-condition.d.ts +2 -2
  862. package/es/lbm/components/lumiplan/icons/road-condition.d.ts.map +1 -0
  863. package/es/lbm/components/lumiplan/icons/road-condition.js +2 -8
  864. package/es/lbm/components/lumiplan/icons/slopes.d.ts +2 -2
  865. package/es/lbm/components/lumiplan/icons/slopes.d.ts.map +1 -0
  866. package/es/lbm/components/lumiplan/icons/slopes.js +2 -3
  867. package/es/lbm/components/lumiplan/icons/snow-cover.d.ts +2 -2
  868. package/es/lbm/components/lumiplan/icons/snow-cover.d.ts.map +1 -0
  869. package/es/lbm/components/lumiplan/icons/snow-cover.js +2 -3
  870. package/es/lbm/components/lumiplan/icons/snow.d.ts +2 -2
  871. package/es/lbm/components/lumiplan/icons/snow.d.ts.map +1 -0
  872. package/es/lbm/components/lumiplan/icons/snow.js +2 -6
  873. package/es/lbm/components/lumiplan/icons/storm.d.ts +2 -2
  874. package/es/lbm/components/lumiplan/icons/storm.d.ts.map +1 -0
  875. package/es/lbm/components/lumiplan/icons/storm.js +2 -3
  876. package/es/lbm/components/lumiplan/icons/sun.d.ts +2 -2
  877. package/es/lbm/components/lumiplan/icons/sun.d.ts.map +1 -0
  878. package/es/lbm/components/lumiplan/icons/sun.js +2 -3
  879. package/es/lbm/components/lumiplan/icons/sunny.d.ts +2 -2
  880. package/es/lbm/components/lumiplan/icons/sunny.d.ts.map +1 -0
  881. package/es/lbm/components/lumiplan/icons/sunny.js +2 -5
  882. package/es/lbm/components/lumiplan/icons/time.d.ts +2 -2
  883. package/es/lbm/components/lumiplan/icons/time.d.ts.map +1 -0
  884. package/es/lbm/components/lumiplan/icons/time.js +2 -4
  885. package/es/lbm/components/lumiplan/icons/trails/accrobranche.d.ts +2 -2
  886. package/es/lbm/components/lumiplan/icons/trails/accrobranche.d.ts.map +1 -0
  887. package/es/lbm/components/lumiplan/icons/trails/accrobranche.js +2 -4
  888. package/es/lbm/components/lumiplan/icons/trails/boarder-cross.d.ts +2 -2
  889. package/es/lbm/components/lumiplan/icons/trails/boarder-cross.d.ts.map +1 -0
  890. package/es/lbm/components/lumiplan/icons/trails/boarder-cross.js +2 -5
  891. package/es/lbm/components/lumiplan/icons/trails/champ-de-bosse.d.ts +2 -2
  892. package/es/lbm/components/lumiplan/icons/trails/champ-de-bosse.d.ts.map +1 -0
  893. package/es/lbm/components/lumiplan/icons/trails/champ-de-bosse.js +2 -4
  894. package/es/lbm/components/lumiplan/icons/trails/freeride.d.ts +2 -2
  895. package/es/lbm/components/lumiplan/icons/trails/freeride.d.ts.map +1 -0
  896. package/es/lbm/components/lumiplan/icons/trails/freeride.js +2 -3
  897. package/es/lbm/components/lumiplan/icons/trails/index.d.ts +1 -0
  898. package/es/lbm/components/lumiplan/icons/trails/index.d.ts.map +1 -0
  899. package/es/lbm/components/lumiplan/icons/trails/luge-sur-rail.d.ts +2 -2
  900. package/es/lbm/components/lumiplan/icons/trails/luge-sur-rail.d.ts.map +1 -0
  901. package/es/lbm/components/lumiplan/icons/trails/luge-sur-rail.js +2 -4
  902. package/es/lbm/components/lumiplan/icons/trails/luge.d.ts +2 -2
  903. package/es/lbm/components/lumiplan/icons/trails/luge.d.ts.map +1 -0
  904. package/es/lbm/components/lumiplan/icons/trails/luge.js +2 -3
  905. package/es/lbm/components/lumiplan/icons/trails/pieton.d.ts +2 -2
  906. package/es/lbm/components/lumiplan/icons/trails/pieton.d.ts.map +1 -0
  907. package/es/lbm/components/lumiplan/icons/trails/pieton.js +2 -3
  908. package/es/lbm/components/lumiplan/icons/trails/piste-eclairee.d.ts +2 -2
  909. package/es/lbm/components/lumiplan/icons/trails/piste-eclairee.d.ts.map +1 -0
  910. package/es/lbm/components/lumiplan/icons/trails/piste-eclairee.js +2 -4
  911. package/es/lbm/components/lumiplan/icons/trails/raquette.d.ts +2 -2
  912. package/es/lbm/components/lumiplan/icons/trails/raquette.d.ts.map +1 -0
  913. package/es/lbm/components/lumiplan/icons/trails/raquette.js +2 -15
  914. package/es/lbm/components/lumiplan/icons/trails/ski-alpin.d.ts +2 -2
  915. package/es/lbm/components/lumiplan/icons/trails/ski-alpin.d.ts.map +1 -0
  916. package/es/lbm/components/lumiplan/icons/trails/ski-alpin.js +2 -3
  917. package/es/lbm/components/lumiplan/icons/trails/ski-fond.d.ts +2 -2
  918. package/es/lbm/components/lumiplan/icons/trails/ski-fond.d.ts.map +1 -0
  919. package/es/lbm/components/lumiplan/icons/trails/ski-fond.js +2 -3
  920. package/es/lbm/components/lumiplan/icons/trails/snowpark.d.ts +2 -2
  921. package/es/lbm/components/lumiplan/icons/trails/snowpark.d.ts.map +1 -0
  922. package/es/lbm/components/lumiplan/icons/trails/snowpark.js +2 -3
  923. package/es/lbm/components/lumiplan/icons/trails/snowtubing.d.ts +2 -2
  924. package/es/lbm/components/lumiplan/icons/trails/snowtubing.d.ts.map +1 -0
  925. package/es/lbm/components/lumiplan/icons/trails/snowtubing.js +2 -5
  926. package/es/lbm/components/lumiplan/icons/trails/tyrolienne.d.ts +2 -2
  927. package/es/lbm/components/lumiplan/icons/trails/tyrolienne.d.ts.map +1 -0
  928. package/es/lbm/components/lumiplan/icons/trails/tyrolienne.js +2 -3
  929. package/es/lbm/components/lumiplan/icons/trails/vtt.d.ts +2 -2
  930. package/es/lbm/components/lumiplan/icons/trails/vtt.d.ts.map +1 -0
  931. package/es/lbm/components/lumiplan/icons/trails/vtt.js +2 -4
  932. package/es/lbm/components/lumiplan/icons/trails/zone-freeride.d.ts +2 -2
  933. package/es/lbm/components/lumiplan/icons/trails/zone-freeride.d.ts.map +1 -0
  934. package/es/lbm/components/lumiplan/icons/trails/zone-freeride.js +2 -3
  935. package/es/lbm/components/lumiplan/icons/variable-snow.d.ts +2 -2
  936. package/es/lbm/components/lumiplan/icons/variable-snow.d.ts.map +1 -0
  937. package/es/lbm/components/lumiplan/icons/variable-snow.js +2 -7
  938. package/es/lbm/components/lumiplan/icons/variable-storm.d.ts +2 -2
  939. package/es/lbm/components/lumiplan/icons/variable-storm.d.ts.map +1 -0
  940. package/es/lbm/components/lumiplan/icons/variable-storm.js +2 -4
  941. package/es/lbm/components/lumiplan/icons/variable.d.ts +2 -2
  942. package/es/lbm/components/lumiplan/icons/variable.d.ts.map +1 -0
  943. package/es/lbm/components/lumiplan/icons/variable.js +2 -4
  944. package/es/lbm/components/lumiplan/icons/warning.d.ts +2 -2
  945. package/es/lbm/components/lumiplan/icons/warning.d.ts.map +1 -0
  946. package/es/lbm/components/lumiplan/icons/warning.js +2 -4
  947. package/es/lbm/components/lumiplan/icons/wind.d.ts +2 -2
  948. package/es/lbm/components/lumiplan/icons/wind.d.ts.map +1 -0
  949. package/es/lbm/components/lumiplan/icons/wind.js +2 -3
  950. package/es/lbm/components/lumiplan/index.d.ts +1 -0
  951. package/es/lbm/components/lumiplan/index.d.ts.map +1 -0
  952. package/es/lbm/components/lumiplan/lumiplan.d.ts +2 -2
  953. package/es/lbm/components/lumiplan/lumiplan.d.ts.map +1 -0
  954. package/es/lbm/components/lumiplan/{lumiplan.jsx → lumiplan.js} +20 -39
  955. package/es/lbm/components/lumiplan/opening.d.ts +1 -0
  956. package/es/lbm/components/lumiplan/opening.d.ts.map +1 -0
  957. package/es/lbm/components/lumiplan/opening.js +56 -0
  958. package/es/lbm/components/lumiplan/pois.d.ts +1 -0
  959. package/es/lbm/components/lumiplan/pois.d.ts.map +1 -0
  960. package/es/lbm/components/lumiplan/pois.js +184 -0
  961. package/es/lbm/components/lumiplan/print-button.d.ts +2 -2
  962. package/es/lbm/components/lumiplan/print-button.d.ts.map +1 -0
  963. package/es/lbm/components/lumiplan/print-button.js +14 -0
  964. package/es/lbm/components/lumiplan/resort-selector.d.ts +2 -2
  965. package/es/lbm/components/lumiplan/resort-selector.d.ts.map +1 -0
  966. package/es/lbm/components/lumiplan/{resort-selector.jsx → resort-selector.js} +10 -16
  967. package/es/lbm/components/lumiplan/road-condition.d.ts +1 -0
  968. package/es/lbm/components/lumiplan/road-condition.d.ts.map +1 -0
  969. package/es/lbm/components/lumiplan/road-condition.js +27 -0
  970. package/es/lbm/components/lumiplan/signature.d.ts +2 -2
  971. package/es/lbm/components/lumiplan/signature.d.ts.map +1 -0
  972. package/es/lbm/components/lumiplan/{signature.jsx → signature.js} +2 -3
  973. package/es/lbm/components/lumiplan/todays-tips.d.ts +1 -0
  974. package/es/lbm/components/lumiplan/todays-tips.d.ts.map +1 -0
  975. package/es/lbm/components/lumiplan/todays-tips.js +23 -0
  976. package/es/lbm/components/lumiplan/toolbar.d.ts +2 -2
  977. package/es/lbm/components/lumiplan/toolbar.d.ts.map +1 -0
  978. package/es/lbm/components/lumiplan/toolbar.js +8 -0
  979. package/es/lbm/components/lumiplan/types.d.ts +1 -0
  980. package/es/lbm/components/lumiplan/types.d.ts.map +1 -0
  981. package/es/lbm/components/lumiplan/weather/avalanche-risk.d.ts +2 -2
  982. package/es/lbm/components/lumiplan/weather/avalanche-risk.d.ts.map +1 -0
  983. package/es/lbm/components/lumiplan/weather/avalanche-risk.js +12 -0
  984. package/es/lbm/components/lumiplan/weather/index.d.ts +1 -0
  985. package/es/lbm/components/lumiplan/weather/index.d.ts.map +1 -0
  986. package/es/lbm/components/lumiplan/weather/snow-data.d.ts +2 -2
  987. package/es/lbm/components/lumiplan/weather/snow-data.d.ts.map +1 -0
  988. package/es/lbm/components/lumiplan/weather/snow-data.js +8 -0
  989. package/es/lbm/components/lumiplan/weather/weather-data.d.ts +2 -2
  990. package/es/lbm/components/lumiplan/weather/weather-data.d.ts.map +1 -0
  991. package/es/lbm/components/lumiplan/weather/weather-data.js +16 -0
  992. package/es/lbm/components/lumiplan/weather/weather-days.d.ts +2 -2
  993. package/es/lbm/components/lumiplan/weather/weather-days.d.ts.map +1 -0
  994. package/es/lbm/components/lumiplan/weather/weather-days.js +53 -0
  995. package/es/lbm/components/lumiplan/weather/weather-icon.d.ts +17 -17
  996. package/es/lbm/components/lumiplan/weather/weather-icon.d.ts.map +1 -0
  997. package/es/lbm/components/lumiplan/weather/{weather-icon.jsx → weather-icon.js} +2 -2
  998. package/es/lbm/components/lumiplan/weather/weather-zones.d.ts +2 -2
  999. package/es/lbm/components/lumiplan/weather/weather-zones.d.ts.map +1 -0
  1000. package/es/lbm/components/lumiplan/weather/{weather-zones.jsx → weather-zones.js} +18 -27
  1001. package/es/lbm/components/lumiplan/weather/weather.d.ts +1 -0
  1002. package/es/lbm/components/lumiplan/weather/weather.d.ts.map +1 -0
  1003. package/es/lbm/components/lumiplan/weather/weather.js +55 -0
  1004. package/package.json +20 -20
  1005. package/es/common/components/admin-links/admin-links.jsx +0 -65
  1006. package/es/common/components/cross-selling-editor/override-trigger-form.jsx +0 -68
  1007. package/es/common/components/cross-selling-editor/overrides-list.jsx +0 -74
  1008. package/es/common/components/cross-selling-editor/rule.jsx +0 -55
  1009. package/es/common/components/cross-selling-editor/rules.jsx +0 -53
  1010. package/es/common/components/cross-selling-editor/tester-tunnel-offer.jsx +0 -26
  1011. package/es/common/components/custom-contact-form/custom-contact-form.jsx +0 -121
  1012. package/es/common/components/gesco-contact-form/gesco-contact-form.jsx +0 -152
  1013. package/es/common/components/instant-search/links.jsx +0 -45
  1014. package/es/common/components/instant-search/no-product.jsx +0 -19
  1015. package/es/common/components/instant-search/products.jsx +0 -67
  1016. package/es/common/components/instant-search/results.jsx +0 -68
  1017. package/es/common/components/msem-preset-editor/components/form.jsx +0 -28
  1018. package/es/common/components/msem-preset-editor/components/widget-list-item.jsx +0 -97
  1019. package/es/common/components/msem-preset-editor/components/widget-list.jsx +0 -46
  1020. package/es/common/components/msem-preset-editor/editor-dialog.jsx +0 -45
  1021. package/es/common/components/msem-preset-editor/editors/elloha.jsx +0 -95
  1022. package/es/common/components/msem-preset-editor/editors/lodgings.jsx +0 -235
  1023. package/es/common/components/msem-preset-editor/editors/ski-passes-jb.jsx +0 -89
  1024. package/es/common/components/msem-preset-editor/editors/ski-passes.jsx +0 -215
  1025. package/es/common/components/msem-preset-editor/msem-preset-editor.jsx +0 -176
  1026. package/es/common/components/tabbed-zones.jsx +0 -68
  1027. package/es/common/utils/msem-widget.jsx +0 -49
  1028. package/es/future/components/msem/script.jsx +0 -7
  1029. package/es/lbm/components/lumiplan/domain.jsx +0 -74
  1030. package/es/lbm/components/lumiplan/opening.jsx +0 -108
  1031. package/es/lbm/components/lumiplan/pois.jsx +0 -233
  1032. package/es/lbm/components/lumiplan/print-button.jsx +0 -27
  1033. package/es/lbm/components/lumiplan/road-condition.jsx +0 -59
  1034. package/es/lbm/components/lumiplan/todays-tips.jsx +0 -28
  1035. package/es/lbm/components/lumiplan/toolbar.jsx +0 -15
  1036. package/es/lbm/components/lumiplan/weather/avalanche-risk.jsx +0 -22
  1037. package/es/lbm/components/lumiplan/weather/snow-data.jsx +0 -44
  1038. package/es/lbm/components/lumiplan/weather/weather-data.jsx +0 -85
  1039. package/es/lbm/components/lumiplan/weather/weather-days.jsx +0 -60
  1040. package/es/lbm/components/lumiplan/weather/weather.jsx +0 -80
  1041. /package/es/common/components/admin-links/{index.jsx → index.js} +0 -0
  1042. /package/es/common/components/collapsible/{index.jsx → index.js} +0 -0
  1043. /package/es/common/components/cross-selling-editor/{index.jsx → index.js} +0 -0
  1044. /package/es/common/components/instant-search/{index.jsx → index.js} +0 -0
  1045. /package/es/common/components/msem-preset-editor/editors/{index.jsx → index.js} +0 -0
  1046. /package/es/common/components/msem-preset-linker/{index.jsx → index.js} +0 -0
  1047. /package/es/common/components/scrolling-carousel/{index.jsx → index.js} +0 -0
@@ -1,5 +1,5 @@
1
- export function Location(props: any): React.JSX.Element;
2
- export function Lavovelo(props: any): React.JSX.Element;
3
- export function Freegone(props: any): React.JSX.Element;
4
- export function LavoveloPartner(props: any): React.JSX.Element;
5
- import * as React from "react";
1
+ export function Location(props: any): import("react/jsx-runtime").JSX.Element;
2
+ export function Lavovelo(props: any): import("react/jsx-runtime").JSX.Element;
3
+ export function Freegone(props: any): import("react/jsx-runtime").JSX.Element;
4
+ export function LavoveloPartner(props: any): import("react/jsx-runtime").JSX.Element;
5
+ //# sourceMappingURL=lavovelo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lavovelo.d.ts","sourceRoot":"","sources":["../../../../../src/common/components/editable-map/icons/lavovelo.js"],"names":[],"mappings":"AAEA,8EAMC;AAED,8EAuBC;AAED,8EAiBC;AAED,qFAoBC"}
@@ -1,52 +1,17 @@
1
- var __rest = (this && this.__rest) || function (s, e) {
2
- var t = {};
3
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
4
- t[p] = s[p];
5
- if (s != null && typeof Object.getOwnPropertySymbols === "function")
6
- for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
7
- if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
8
- t[p[i]] = s[p[i]];
9
- }
10
- return t;
11
- };
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
12
2
  import * as React from "react";
13
3
  export function Location(props) {
14
- return (<Icon {...props}>
15
- <path d="M12 12q.825 0 1.413-.588Q14 10.825 14 10t-.587-1.413Q12.825 8 12 8q-.825 0-1.412.587Q10 9.175 10 10q0 .825.588 1.412Q11.175 12 12 12Zm0 9.625q-.2 0-.4-.075t-.35-.2Q7.6 18.125 5.8 15.363 4 12.6 4 10.2q0-3.75 2.413-5.975Q8.825 2 12 2t5.587 2.225Q20 6.45 20 10.2q0 2.4-1.8 5.163-1.8 2.762-5.45 5.987-.15.125-.35.2-.2.075-.4.075Z"/>
16
- </Icon>);
4
+ return (_jsx(Icon, { ...props, children: _jsx("path", { d: "M12 12q.825 0 1.413-.588Q14 10.825 14 10t-.587-1.413Q12.825 8 12 8q-.825 0-1.412.587Q10 9.175 10 10q0 .825.588 1.412Q11.175 12 12 12Zm0 9.625q-.2 0-.4-.075t-.35-.2Q7.6 18.125 5.8 15.363 4 12.6 4 10.2q0-3.75 2.413-5.975Q8.825 2 12 2t5.587 2.225Q20 6.45 20 10.2q0 2.4-1.8 5.163-1.8 2.762-5.45 5.987-.15.125-.35.2-.2.075-.4.075Z" }) }));
17
5
  }
18
6
  export function Lavovelo(props) {
19
- return (<Icon {...props}>
20
- <path d="M2 8a4 4 0 0 1 4-4h12a4 4 0 0 1 4 4v8a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V8Z" fill="#fff"/>
21
- <path fillRule="evenodd" clipRule="evenodd" d="M18.67 5.26H5.33a2.1 2.1 0 0 0-2.08 2.1v9.27c0 1.16.93 2.1 2.08 2.1h13.34a2.1 2.1 0 0 0 2.08-2.1V7.37a2.1 2.1 0 0 0-2.08-2.1ZM5.33 4A3.35 3.35 0 0 0 2 7.37v9.26C2 18.5 3.5 20 5.33 20h13.34C20.5 20 22 18.5 22 16.63V7.37C22 5.5 20.5 4 18.67 4H5.33Z"/>
22
- <path d="M18.63 15.35c.82-5.65-2.05-9.6-4.89-9.6-4.48 0-8.43 5.32-8.35 7.81.09 2.5 3.53 4.66 7.87 4.69 3.48.02 5.03-1.92 5.37-2.9Z"/>
23
- <path d="M7.67 12.46h1.5c.08 0 .16-.08.16-.17v-.13a.15.15 0 0 0-.05-.11.15.15 0 0 0-.12-.05h-.99v-1.68a.15.15 0 0 0-.04-.12.15.15 0 0 0-.12-.05h-.34v2.3ZM9.65 12.23c-.02.05-.01.1.02.15.03.05.08.08.14.08h.15c.07 0 .13-.04.16-.1l.16-.42h.98l.17.42c.02.06.08.1.15.1h.17c.06 0 .11-.03.14-.08.03-.04.04-.1.01-.15l-.84-2a.16.16 0 0 0-.16-.1h-.36l-.89 2.1Zm.81-.74.31-.75.3.75h-.6ZM12.55 12.36c.03.07.09.1.15.1h.23c.07 0 .13-.03.15-.1l.8-1.99a.16.16 0 0 0-.01-.15.16.16 0 0 0-.14-.08h-.3l-.6 1.63-.57-1.52a.16.16 0 0 0-.16-.1h-.44l.89 2.21ZM8.36 15.57c.03.07.08.1.15.1h.23c.07 0 .13-.03.15-.1l.8-1.99a.15.15 0 0 0-.02-.15.16.16 0 0 0-.13-.08h-.3l-.6 1.63-.57-1.52a.16.16 0 0 0-.16-.1h-.44l.89 2.21ZM10.04 15.67h1.6c.09 0 .16-.08.16-.17v-.12a.17.17 0 0 0-.16-.16h-1.1v-.49h.93c.04 0 .09-.01.12-.05a.15.15 0 0 0 .05-.11v-.12a.15.15 0 0 0-.05-.12.15.15 0 0 0-.12-.05h-.92v-.47h1.07c.09 0 .17-.07.17-.16v-.12a.17.17 0 0 0-.17-.17h-1.58v2.3ZM13.97 15.67a1.16 1.16 0 0 1-.26-.46h-.88v-1.68a.17.17 0 0 0-.17-.17h-.34v2.3h1.65Z" fill="#fff"/>
24
- <path d="M15.67 11a.7.7 0 1 0-.32.94.23.23 0 0 1 .2.4 1.16 1.16 0 1 1 .52-1.55.23.23 0 0 1-.4.2Zm.87 1.14-1.3-.56a.25.25 0 0 1 .19-.45l1.98.84v-.24c-.03-.2-.12-.42-.41-.44a.25.25 0 0 1 .03-.5c.25.02.43.1.56.22.19.17.28.42.3.67.05.36-.04.7-.04.7a.25.25 0 0 1-.34.18l-.47-.2v1.52a.25.25 0 0 1-.5 0v-1.74Zm-1.32 1.7a.7.7 0 1 0 .5.86.23.23 0 0 1 .44.12 1.16 1.16 0 1 1-.82-1.43.23.23 0 0 1-.12.44Z" fill="#fff"/>
25
- </Icon>);
7
+ return (_jsxs(Icon, { ...props, children: [_jsx("path", { d: "M2 8a4 4 0 0 1 4-4h12a4 4 0 0 1 4 4v8a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V8Z", fill: "#fff" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.67 5.26H5.33a2.1 2.1 0 0 0-2.08 2.1v9.27c0 1.16.93 2.1 2.08 2.1h13.34a2.1 2.1 0 0 0 2.08-2.1V7.37a2.1 2.1 0 0 0-2.08-2.1ZM5.33 4A3.35 3.35 0 0 0 2 7.37v9.26C2 18.5 3.5 20 5.33 20h13.34C20.5 20 22 18.5 22 16.63V7.37C22 5.5 20.5 4 18.67 4H5.33Z" }), _jsx("path", { d: "M18.63 15.35c.82-5.65-2.05-9.6-4.89-9.6-4.48 0-8.43 5.32-8.35 7.81.09 2.5 3.53 4.66 7.87 4.69 3.48.02 5.03-1.92 5.37-2.9Z" }), _jsx("path", { d: "M7.67 12.46h1.5c.08 0 .16-.08.16-.17v-.13a.15.15 0 0 0-.05-.11.15.15 0 0 0-.12-.05h-.99v-1.68a.15.15 0 0 0-.04-.12.15.15 0 0 0-.12-.05h-.34v2.3ZM9.65 12.23c-.02.05-.01.1.02.15.03.05.08.08.14.08h.15c.07 0 .13-.04.16-.1l.16-.42h.98l.17.42c.02.06.08.1.15.1h.17c.06 0 .11-.03.14-.08.03-.04.04-.1.01-.15l-.84-2a.16.16 0 0 0-.16-.1h-.36l-.89 2.1Zm.81-.74.31-.75.3.75h-.6ZM12.55 12.36c.03.07.09.1.15.1h.23c.07 0 .13-.03.15-.1l.8-1.99a.16.16 0 0 0-.01-.15.16.16 0 0 0-.14-.08h-.3l-.6 1.63-.57-1.52a.16.16 0 0 0-.16-.1h-.44l.89 2.21ZM8.36 15.57c.03.07.08.1.15.1h.23c.07 0 .13-.03.15-.1l.8-1.99a.15.15 0 0 0-.02-.15.16.16 0 0 0-.13-.08h-.3l-.6 1.63-.57-1.52a.16.16 0 0 0-.16-.1h-.44l.89 2.21ZM10.04 15.67h1.6c.09 0 .16-.08.16-.17v-.12a.17.17 0 0 0-.16-.16h-1.1v-.49h.93c.04 0 .09-.01.12-.05a.15.15 0 0 0 .05-.11v-.12a.15.15 0 0 0-.05-.12.15.15 0 0 0-.12-.05h-.92v-.47h1.07c.09 0 .17-.07.17-.16v-.12a.17.17 0 0 0-.17-.17h-1.58v2.3ZM13.97 15.67a1.16 1.16 0 0 1-.26-.46h-.88v-1.68a.17.17 0 0 0-.17-.17h-.34v2.3h1.65Z", fill: "#fff" }), _jsx("path", { d: "M15.67 11a.7.7 0 1 0-.32.94.23.23 0 0 1 .2.4 1.16 1.16 0 1 1 .52-1.55.23.23 0 0 1-.4.2Zm.87 1.14-1.3-.56a.25.25 0 0 1 .19-.45l1.98.84v-.24c-.03-.2-.12-.42-.41-.44a.25.25 0 0 1 .03-.5c.25.02.43.1.56.22.19.17.28.42.3.67.05.36-.04.7-.04.7a.25.25 0 0 1-.34.18l-.47-.2v1.52a.25.25 0 0 1-.5 0v-1.74Zm-1.32 1.7a.7.7 0 1 0 .5.86.23.23 0 0 1 .44.12 1.16 1.16 0 1 1-.82-1.43.23.23 0 0 1-.12.44Z", fill: "#fff" })] }));
26
8
  }
27
9
  export function Freegone(props) {
28
- return (<Icon {...props}>
29
- <path fillRule="evenodd" clipRule="evenodd" d="M8.58 17.4a3.3 3.3 0 1 0-6.59 0 3.3 3.3 0 0 0 6.6 0ZM5.3 19.45a2.06 2.06 0 1 0 0-4.12 2.06 2.06 0 0 0 0 4.12ZM20.25 17.4a3.3 3.3 0 1 0-6.6 0 3.3 3.3 0 0 0 6.6 0Zm-3.3 2.05a2.06 2.06 0 1 0 0-4.12 2.06 2.06 0 0 0 0 4.12Z"/>
30
- <path d="M8.14 10.63H6.83c-.54 0-.62.65 0 .65h1.31c.3 0 .33-.28.33-.34a.33.33 0 0 0-.33-.31Z"/>
31
- <path d="M3.78 14.02c-.5.2-.84.44-.98.57a.42.42 0 1 1-.56-.61 5.49 5.49 0 0 1 3.3-1.15 4.4 4.4 0 0 1 4.41 4.24h6.95a.42.42 0 1 1 0 .83H9.14v-.41c0-2.56-1.87-3.83-3.6-3.83-.66 0-1.27.16-1.76.36Z"/>
32
- <path d="m6.37 11-1.4 6.38a.33.33 0 0 0 .63.17L7 11.17a.33.33 0 1 0-.63-.17Z"/>
33
- <path d="M14.18 14.06V6.09h-.51v8.6H22v-8.6h-.52v7.97h-7.3Z"/>
34
- <path d="M13.67 6.29c0-.42.29-.75.65-.75h2.34c.36 0 .65.33.65.75 0 .41-.3.75-.65.75h-2.34c-.36 0-.65-.34-.65-.75ZM13.67 9.62c0-.41.29-.75.65-.75h2.34c.36 0 .65.34.65.75 0 .42-.3.75-.65.75h-2.34c-.36 0-.65-.33-.65-.75ZM13.67 11.29c0-.42.29-.75.65-.75h2.34c.36 0 .65.33.65.75 0 .41-.3.75-.65.75h-2.34c-.36 0-.65-.34-.65-.75ZM13.67 12.95c0-.41.29-.75.65-.75h2.34c.36 0 .65.34.65.75 0 .42-.3.75-.65.75h-2.34c-.36 0-.65-.33-.65-.75ZM13.67 7.95c0-.4.29-.75.65-.75h2.34c.36 0 .65.34.65.75 0 .42-.3.75-.65.75h-2.34c-.36 0-.65-.33-.65-.75ZM18.35 6.29c0-.42.3-.75.66-.75h2.33c.37 0 .66.33.66.75 0 .41-.3.75-.66.75h-2.33c-.36 0-.66-.34-.66-.75ZM18.35 9.62c0-.41.3-.75.66-.75h2.33c.37 0 .66.34.66.75 0 .42-.3.75-.66.75h-2.33c-.36 0-.66-.33-.66-.75ZM18.35 11.29c0-.42.3-.75.66-.75h2.33c.37 0 .66.33.66.75 0 .41-.3.75-.66.75h-2.33c-.36 0-.66-.34-.66-.75ZM18.35 12.95c0-.41.3-.75.66-.75h2.33c.37 0 .66.34.66.75 0 .42-.3.75-.66.75h-2.33c-.36 0-.66-.33-.66-.75ZM18.35 7.95c0-.4.3-.75.66-.75h2.33c.37 0 .66.34.66.75 0 .42-.3.75-.66.75h-2.33c-.36 0-.66-.33-.66-.75Z"/>
35
- <path d="M8.72 4.62c.3.01.52.1.77.3.22.16.34.32.44.56.03.08.05.13.07.34.03.23.03.25.01.37a1.34 1.34 0 0 1-1.27 1.16c-.22.02-.37 0-.57-.07-.3-.1-.6-.36-.75-.63-.19-.36-.21-.84-.06-1.18.14-.31.38-.57.65-.7.2-.1.5-.17.7-.15Z"/>
36
- <path d="M10.64 6.88a1.3 1.3 0 0 0-.32-.06c-.02 0-.12 0-.22.02a.84.84 0 0 0-.41.15c-.09.06-.2.2-.25.3-.03.03 0 .92 0 1.05-.74.69-1.93 1.74-2.2 2a.5.5 0 0 0-.03.02l-.02.02a.51.51 0 0 0 .46.85.6.6 0 0 0 .29-.14l.09-.07s.95-.83 2.13-1.9c0 0 .41.3.91.7.6.47.9.7.89.72l-.23.16-.69.5-.54.37c-.23.17-.2.44-.18.6l.52 4 .04.1c.14.28.38.39.77.34.4-.05.6-.22.64-.55.01-.11.01-.12-.2-1.67l-.2-1.84.46-.3.81-.6.48-.33c.3-.22.22-.18.25-.2a1 1 0 0 0 .24-.33c.04-.13.05-.26.05-.46-.02-.37-.34-.78-.54-.98-.11-.1-.54-.56-.92-.89-.38-.32-1.42-1.1-1.63-1.27a2.4 2.4 0 0 0-.45-.31Z"/>
37
- </Icon>);
10
+ return (_jsxs(Icon, { ...props, children: [_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.58 17.4a3.3 3.3 0 1 0-6.59 0 3.3 3.3 0 0 0 6.6 0ZM5.3 19.45a2.06 2.06 0 1 0 0-4.12 2.06 2.06 0 0 0 0 4.12ZM20.25 17.4a3.3 3.3 0 1 0-6.6 0 3.3 3.3 0 0 0 6.6 0Zm-3.3 2.05a2.06 2.06 0 1 0 0-4.12 2.06 2.06 0 0 0 0 4.12Z" }), _jsx("path", { d: "M8.14 10.63H6.83c-.54 0-.62.65 0 .65h1.31c.3 0 .33-.28.33-.34a.33.33 0 0 0-.33-.31Z" }), _jsx("path", { d: "M3.78 14.02c-.5.2-.84.44-.98.57a.42.42 0 1 1-.56-.61 5.49 5.49 0 0 1 3.3-1.15 4.4 4.4 0 0 1 4.41 4.24h6.95a.42.42 0 1 1 0 .83H9.14v-.41c0-2.56-1.87-3.83-3.6-3.83-.66 0-1.27.16-1.76.36Z" }), _jsx("path", { d: "m6.37 11-1.4 6.38a.33.33 0 0 0 .63.17L7 11.17a.33.33 0 1 0-.63-.17Z" }), _jsx("path", { d: "M14.18 14.06V6.09h-.51v8.6H22v-8.6h-.52v7.97h-7.3Z" }), _jsx("path", { d: "M13.67 6.29c0-.42.29-.75.65-.75h2.34c.36 0 .65.33.65.75 0 .41-.3.75-.65.75h-2.34c-.36 0-.65-.34-.65-.75ZM13.67 9.62c0-.41.29-.75.65-.75h2.34c.36 0 .65.34.65.75 0 .42-.3.75-.65.75h-2.34c-.36 0-.65-.33-.65-.75ZM13.67 11.29c0-.42.29-.75.65-.75h2.34c.36 0 .65.33.65.75 0 .41-.3.75-.65.75h-2.34c-.36 0-.65-.34-.65-.75ZM13.67 12.95c0-.41.29-.75.65-.75h2.34c.36 0 .65.34.65.75 0 .42-.3.75-.65.75h-2.34c-.36 0-.65-.33-.65-.75ZM13.67 7.95c0-.4.29-.75.65-.75h2.34c.36 0 .65.34.65.75 0 .42-.3.75-.65.75h-2.34c-.36 0-.65-.33-.65-.75ZM18.35 6.29c0-.42.3-.75.66-.75h2.33c.37 0 .66.33.66.75 0 .41-.3.75-.66.75h-2.33c-.36 0-.66-.34-.66-.75ZM18.35 9.62c0-.41.3-.75.66-.75h2.33c.37 0 .66.34.66.75 0 .42-.3.75-.66.75h-2.33c-.36 0-.66-.33-.66-.75ZM18.35 11.29c0-.42.3-.75.66-.75h2.33c.37 0 .66.33.66.75 0 .41-.3.75-.66.75h-2.33c-.36 0-.66-.34-.66-.75ZM18.35 12.95c0-.41.3-.75.66-.75h2.33c.37 0 .66.34.66.75 0 .42-.3.75-.66.75h-2.33c-.36 0-.66-.33-.66-.75ZM18.35 7.95c0-.4.3-.75.66-.75h2.33c.37 0 .66.34.66.75 0 .42-.3.75-.66.75h-2.33c-.36 0-.66-.33-.66-.75Z" }), _jsx("path", { d: "M8.72 4.62c.3.01.52.1.77.3.22.16.34.32.44.56.03.08.05.13.07.34.03.23.03.25.01.37a1.34 1.34 0 0 1-1.27 1.16c-.22.02-.37 0-.57-.07-.3-.1-.6-.36-.75-.63-.19-.36-.21-.84-.06-1.18.14-.31.38-.57.65-.7.2-.1.5-.17.7-.15Z" }), _jsx("path", { d: "M10.64 6.88a1.3 1.3 0 0 0-.32-.06c-.02 0-.12 0-.22.02a.84.84 0 0 0-.41.15c-.09.06-.2.2-.25.3-.03.03 0 .92 0 1.05-.74.69-1.93 1.74-2.2 2a.5.5 0 0 0-.03.02l-.02.02a.51.51 0 0 0 .46.85.6.6 0 0 0 .29-.14l.09-.07s.95-.83 2.13-1.9c0 0 .41.3.91.7.6.47.9.7.89.72l-.23.16-.69.5-.54.37c-.23.17-.2.44-.18.6l.52 4 .04.1c.14.28.38.39.77.34.4-.05.6-.22.64-.55.01-.11.01-.12-.2-1.67l-.2-1.84.46-.3.81-.6.48-.33c.3-.22.22-.18.25-.2a1 1 0 0 0 .24-.33c.04-.13.05-.26.05-.46-.02-.37-.34-.78-.54-.98-.11-.1-.54-.56-.92-.89-.38-.32-1.42-1.1-1.63-1.27a2.4 2.4 0 0 0-.45-.31Z" })] }));
38
11
  }
39
12
  export function LavoveloPartner(props) {
40
- return (<Icon {...props}>
41
- <rect x="2" y="4" width="20" height="16" rx="4" fill="#fff"/>
42
- <path d="M7.2 4h10v14.74c0 .14-.1.26-.22.26s-.22-.12-.22-.26V4.53h-9.1v14.2c0 .15-.1.27-.23.27-.12 0-.22-.12-.22-.26V4Z" fill="#7c03a7"/>
43
- <path d="M4.79 6.96c0-.35.28-.64.63-.64H9c.3 0 .55.21.61.5.07.3-.08.6-.35.72l-1 .46H9c.3 0 .55.2.61.5a.64.64 0 0 1-.34.71l-1.08.52H9a.64.64 0 0 1 .27 1.21l-1 .47H9c.3 0 .55.21.61.5.07.3-.08.6-.35.72l-1 .46H9c.3 0 .55.21.61.5a.64.64 0 0 1-.34.71l-1.08.53H9c.3 0 .56.2.62.5.06.3-.09.6-.36.71l-.81.36H9c.34 0 .63.29.63.64 0 .35-.29.64-.63.64H5.42a.64.64 0 0 1-.25-1.22l.81-.36h-.56c-.3 0-.55-.2-.61-.5a.64.64 0 0 1 .34-.71l1.07-.52h-.8a.64.64 0 0 1-.27-1.21l1-.47h-.73a.64.64 0 0 1-.27-1.21l1-.47h-.73c-.3 0-.55-.2-.61-.5a.64.64 0 0 1 .34-.71l1.07-.52h-.8a.64.64 0 0 1-.27-1.21l1-.47h-.73a.63.63 0 0 1-.63-.64ZM14.26 6.96c0-.35.28-.64.63-.64h3.57a.64.64 0 0 1 .27 1.21l-1 .47h.73c.3 0 .55.2.62.5a.64.64 0 0 1-.34.71l-1.08.52h.8a.64.64 0 0 1 .27 1.21l-1 .47h.73a.64.64 0 0 1 .27 1.21l-1 .47h.73a.64.64 0 0 1 .27 1.21l-1.07.53h.8c.3 0 .56.2.62.5.06.3-.1.6-.36.71l-.82.36h.56c.35 0 .63.29.63.64 0 .35-.28.64-.63.64H14.9a.64.64 0 0 1-.25-1.22l.8-.36h-.55c-.3 0-.55-.2-.62-.5a.64.64 0 0 1 .34-.71l1.08-.52h-.8a.64.64 0 0 1-.27-1.21l1-.47h-.73a.64.64 0 0 1-.27-1.21l1-.47h-.73c-.3 0-.55-.2-.62-.5a.64.64 0 0 1 .34-.71l1.08-.52h-.8a.64.64 0 0 1-.27-1.21l1-.47h-.73a.63.63 0 0 1-.63-.64Z" fill="#7c03a7"/>
44
- <path fillRule="evenodd" clipRule="evenodd" d="M18.67 5.26H5.33a2.1 2.1 0 0 0-2.08 2.1v9.27c0 1.16.93 2.1 2.08 2.1h13.34a2.1 2.1 0 0 0 2.08-2.1V7.37a2.1 2.1 0 0 0-2.08-2.1ZM5.33 4A3.35 3.35 0 0 0 2 7.37v9.26C2 18.5 3.5 20 5.33 20h13.34C20.5 20 22 18.5 22 16.63V7.37C22 5.5 20.5 4 18.67 4H5.33Z" fill="#7c03a7"/>
45
- </Icon>);
13
+ return (_jsxs(Icon, { ...props, children: [_jsx("rect", { x: "2", y: "4", width: "20", height: "16", rx: "4", fill: "#fff" }), _jsx("path", { d: "M7.2 4h10v14.74c0 .14-.1.26-.22.26s-.22-.12-.22-.26V4.53h-9.1v14.2c0 .15-.1.27-.23.27-.12 0-.22-.12-.22-.26V4Z", fill: "#7c03a7" }), _jsx("path", { d: "M4.79 6.96c0-.35.28-.64.63-.64H9c.3 0 .55.21.61.5.07.3-.08.6-.35.72l-1 .46H9c.3 0 .55.2.61.5a.64.64 0 0 1-.34.71l-1.08.52H9a.64.64 0 0 1 .27 1.21l-1 .47H9c.3 0 .55.21.61.5.07.3-.08.6-.35.72l-1 .46H9c.3 0 .55.21.61.5a.64.64 0 0 1-.34.71l-1.08.53H9c.3 0 .56.2.62.5.06.3-.09.6-.36.71l-.81.36H9c.34 0 .63.29.63.64 0 .35-.29.64-.63.64H5.42a.64.64 0 0 1-.25-1.22l.81-.36h-.56c-.3 0-.55-.2-.61-.5a.64.64 0 0 1 .34-.71l1.07-.52h-.8a.64.64 0 0 1-.27-1.21l1-.47h-.73a.64.64 0 0 1-.27-1.21l1-.47h-.73c-.3 0-.55-.2-.61-.5a.64.64 0 0 1 .34-.71l1.07-.52h-.8a.64.64 0 0 1-.27-1.21l1-.47h-.73a.63.63 0 0 1-.63-.64ZM14.26 6.96c0-.35.28-.64.63-.64h3.57a.64.64 0 0 1 .27 1.21l-1 .47h.73c.3 0 .55.2.62.5a.64.64 0 0 1-.34.71l-1.08.52h.8a.64.64 0 0 1 .27 1.21l-1 .47h.73a.64.64 0 0 1 .27 1.21l-1 .47h.73a.64.64 0 0 1 .27 1.21l-1.07.53h.8c.3 0 .56.2.62.5.06.3-.1.6-.36.71l-.82.36h.56c.35 0 .63.29.63.64 0 .35-.28.64-.63.64H14.9a.64.64 0 0 1-.25-1.22l.8-.36h-.55c-.3 0-.55-.2-.62-.5a.64.64 0 0 1 .34-.71l1.08-.52h-.8a.64.64 0 0 1-.27-1.21l1-.47h-.73a.64.64 0 0 1-.27-1.21l1-.47h-.73c-.3 0-.55-.2-.62-.5a.64.64 0 0 1 .34-.71l1.08-.52h-.8a.64.64 0 0 1-.27-1.21l1-.47h-.73a.63.63 0 0 1-.63-.64Z", fill: "#7c03a7" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.67 5.26H5.33a2.1 2.1 0 0 0-2.08 2.1v9.27c0 1.16.93 2.1 2.08 2.1h13.34a2.1 2.1 0 0 0 2.08-2.1V7.37a2.1 2.1 0 0 0-2.08-2.1ZM5.33 4A3.35 3.35 0 0 0 2 7.37v9.26C2 18.5 3.5 20 5.33 20h13.34C20.5 20 22 18.5 22 16.63V7.37C22 5.5 20.5 4 18.67 4H5.33Z", fill: "#7c03a7" })] }));
46
14
  }
47
- function Icon(_a) {
48
- var { width = 24, height = 24 } = _a, props = __rest(_a, ["width", "height"]);
49
- return (<svg viewBox={`0 0 ${width} ${height}`} width={width} height={height} {...props}>
50
- {props.children}
51
- </svg>);
15
+ function Icon({ width = 24, height = 24, ...props }) {
16
+ return (_jsx("svg", { viewBox: `0 0 ${width} ${height}`, width: width, height: height, ...props, children: props.children }));
52
17
  }
@@ -1,29 +1,29 @@
1
- export function Location(props: any): React.JSX.Element;
2
- export function Chairlift(props: any): React.JSX.Element;
3
- export function CableCar(props: any): React.JSX.Element;
4
- export function NordicSkiing(props: any): React.JSX.Element;
5
- export function CrossCountry(props: any): React.JSX.Element;
6
- export function AlpineSki(props: any): React.JSX.Element;
7
- export function Teleski(props: any): React.JSX.Element;
8
- export function Biathlon(props: any): React.JSX.Element;
9
- export function Snowshoes(props: any): React.JSX.Element;
10
- export function SkiPass(props: any): React.JSX.Element;
11
- export function PiouPiouMat(props: any): React.JSX.Element;
12
- export function Cabin(props: any): React.JSX.Element;
13
- export function Building(props: any): React.JSX.Element;
14
- export function SkiMask(props: any): React.JSX.Element;
15
- export function SkiShoe(props: any): React.JSX.Element;
16
- export function SkiHelmet(props: any): React.JSX.Element;
17
- export function Skis(props: any): React.JSX.Element;
18
- export function Snowboard(props: any): React.JSX.Element;
19
- export function Parking(props: any): React.JSX.Element;
20
- export function Bus(props: any): React.JSX.Element;
21
- export function EastDirection(props: any): React.JSX.Element;
22
- export function WestDirection(props: any): React.JSX.Element;
23
- export function NorthDirection(props: any): React.JSX.Element;
24
- export function SouthDirection(props: any): React.JSX.Element;
25
- export function NorthEastDirection(props: any): React.JSX.Element;
26
- export function NorthWestDirection(props: any): React.JSX.Element;
27
- export function SouthWestDirection(props: any): React.JSX.Element;
28
- export function SouthEastDirection(props: any): React.JSX.Element;
29
- import * as React from "react";
1
+ export function Location(props: any): import("react/jsx-runtime").JSX.Element;
2
+ export function Chairlift(props: any): import("react/jsx-runtime").JSX.Element;
3
+ export function CableCar(props: any): import("react/jsx-runtime").JSX.Element;
4
+ export function NordicSkiing(props: any): import("react/jsx-runtime").JSX.Element;
5
+ export function CrossCountry(props: any): import("react/jsx-runtime").JSX.Element;
6
+ export function AlpineSki(props: any): import("react/jsx-runtime").JSX.Element;
7
+ export function Teleski(props: any): import("react/jsx-runtime").JSX.Element;
8
+ export function Biathlon(props: any): import("react/jsx-runtime").JSX.Element;
9
+ export function Snowshoes(props: any): import("react/jsx-runtime").JSX.Element;
10
+ export function SkiPass(props: any): import("react/jsx-runtime").JSX.Element;
11
+ export function PiouPiouMat(props: any): import("react/jsx-runtime").JSX.Element;
12
+ export function Cabin(props: any): import("react/jsx-runtime").JSX.Element;
13
+ export function Building(props: any): import("react/jsx-runtime").JSX.Element;
14
+ export function SkiMask(props: any): import("react/jsx-runtime").JSX.Element;
15
+ export function SkiShoe(props: any): import("react/jsx-runtime").JSX.Element;
16
+ export function SkiHelmet(props: any): import("react/jsx-runtime").JSX.Element;
17
+ export function Skis(props: any): import("react/jsx-runtime").JSX.Element;
18
+ export function Snowboard(props: any): import("react/jsx-runtime").JSX.Element;
19
+ export function Parking(props: any): import("react/jsx-runtime").JSX.Element;
20
+ export function Bus(props: any): import("react/jsx-runtime").JSX.Element;
21
+ export function EastDirection(props: any): import("react/jsx-runtime").JSX.Element;
22
+ export function WestDirection(props: any): import("react/jsx-runtime").JSX.Element;
23
+ export function NorthDirection(props: any): import("react/jsx-runtime").JSX.Element;
24
+ export function SouthDirection(props: any): import("react/jsx-runtime").JSX.Element;
25
+ export function NorthEastDirection(props: any): import("react/jsx-runtime").JSX.Element;
26
+ export function NorthWestDirection(props: any): import("react/jsx-runtime").JSX.Element;
27
+ export function SouthWestDirection(props: any): import("react/jsx-runtime").JSX.Element;
28
+ export function SouthEastDirection(props: any): import("react/jsx-runtime").JSX.Element;
29
+ //# sourceMappingURL=sata-huez.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sata-huez.d.ts","sourceRoot":"","sources":["../../../../../src/common/components/editable-map/icons/sata-huez.js"],"names":[],"mappings":"AAEA,8EAYC;AAID,+EAgBC;AAED,8EAkBC;AAED,kFAgBC;AAED,kFAkBC;AAED,+EAgBC;AAED,6EAsBC;AAED,8EAoBC;AAED,+EAgBC;AAED,6EA8BC;AAED,iFAgBC;AAMD,2EAkBC;AAED,8EAkBC;AAED,6EAoBC;AAED,6EAgBC;AAED,+EAkBC;AAED,0EAgBC;AAED,+EAgBC;AAED,6EAgBC;AAED,yEAkBC;AAMD,mFAgBC;AAED,mFAgBC;AAED,oFAgBC;AAED,oFAgBC;AAED,wFAgBC;AAED,wFAgBC;AAED,wFAgBC;AAED,wFAgBC"}
@@ -1,224 +1,89 @@
1
- var __rest = (this && this.__rest) || function (s, e) {
2
- var t = {};
3
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
4
- t[p] = s[p];
5
- if (s != null && typeof Object.getOwnPropertySymbols === "function")
6
- for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
7
- if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
8
- t[p[i]] = s[p[i]];
9
- }
10
- return t;
11
- };
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
12
2
  import * as React from "react";
13
3
  export function Location(props) {
14
- return (<Icon key="1" {...props}>
15
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z"/>
16
- <path fillRule="evenodd" clipRule="evenodd" d="M0 12a12 12 0 1 1 24 0 12 12 0 0 1-24 0ZM12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Z" fill="#fff"/>
17
- </Icon>);
4
+ return (_jsxs(Icon, { ...props, children: [_jsx("path", { d: "M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 12a12 12 0 1 1 24 0 12 12 0 0 1-24 0ZM12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Z", fill: "#fff" })] }, "1"));
18
5
  }
19
- // STATION DEBUT
20
6
  export function Chairlift(props) {
21
- return (<Icon key="12" {...props}>
22
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#00537B"/>
23
- <path fillRule="evenodd" clipRule="evenodd" d="M0 12a12 12 0 1 1 24 0 12 12 0 0 1-24 0ZM12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Z" fill="#fff"/>
24
- <path d="M11.93 6h-.32v5.2l.32-.09V6Zm4.81 6.76-.29.1c.1.22-.03.44-.25.5l-7.04 2.39.1.25 7-2.35a.71.71 0 0 0 .41-.35.69.69 0 0 0 .04-.54h.03Zm-5.84.9.42-.07.9-.29c.49-.13.3-.7-.16-.57l-.87.25-.29.04a.9.9 0 0 1-.77-.45l-.65-1.33c-.22-.41-.77-.13-.55.32l.65 1.27a1.5 1.5 0 0 0 1.35.82h-.03Zm-1.42-3 .9 1.69c.07.13.2.24.33.3.15.06.3.06.45.02l1.58-.45v1.53c0 .54.8.54.8 0v-2.1c0-.32-.35-.6-.6-.5l-1.52.4-.8-1.49c-.4-.7-1.5-.12-1.1.64l-.04-.03Zm.3-.98a.75.75 0 0 0 .47-.34.72.72 0 0 0-.3-1.02.75.75 0 0 0-.6-.03.74.74 0 0 0-.43.36.72.72 0 0 0 .32.99c.17.08.38.1.56.04h-.03Z" fill="#fff"/>
25
- </Icon>);
7
+ return (_jsxs(Icon, { ...props, children: [_jsx("path", { d: "M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z", fill: "#00537B" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 12a12 12 0 1 1 24 0 12 12 0 0 1-24 0ZM12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Z", fill: "#fff" }), _jsx("path", { d: "M11.93 6h-.32v5.2l.32-.09V6Zm4.81 6.76-.29.1c.1.22-.03.44-.25.5l-7.04 2.39.1.25 7-2.35a.71.71 0 0 0 .41-.35.69.69 0 0 0 .04-.54h.03Zm-5.84.9.42-.07.9-.29c.49-.13.3-.7-.16-.57l-.87.25-.29.04a.9.9 0 0 1-.77-.45l-.65-1.33c-.22-.41-.77-.13-.55.32l.65 1.27a1.5 1.5 0 0 0 1.35.82h-.03Zm-1.42-3 .9 1.69c.07.13.2.24.33.3.15.06.3.06.45.02l1.58-.45v1.53c0 .54.8.54.8 0v-2.1c0-.32-.35-.6-.6-.5l-1.52.4-.8-1.49c-.4-.7-1.5-.12-1.1.64l-.04-.03Zm.3-.98a.75.75 0 0 0 .47-.34.72.72 0 0 0-.3-1.02.75.75 0 0 0-.6-.03.74.74 0 0 0-.43.36.72.72 0 0 0 .32.99c.17.08.38.1.56.04h-.03Z", fill: "#fff" })] }, "12"));
26
8
  }
27
9
  export function CableCar(props) {
28
- return (<Icon key="13" {...props}>
29
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#00537B"/>
30
- <path fillRule="evenodd" clipRule="evenodd" d="M0 12a12 12 0 1 1 24 0 12 12 0 0 1-24 0ZM12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Z" fill="#fff"/>
31
- <path fillRule="evenodd" clipRule="evenodd" d="m8.77 9.56-.37.05c-.08 0-.13 0-.18-.03a.36.36 0 0 1-.16-.13.35.35 0 0 1-.06-.2c0-.05.03-.12.05-.16.03-.05.07-.1.13-.14a8.97 8.97 0 0 0 2.97-.64c.35-.13.85-.32 1.8-.6l1.9-.64a.96.96 0 0 1 .3-.07c.09 0 .16.03.23.09.13.11.16.29.07.44-.05.07-.12.12-.28.18-.17.07-.46.16-1 .34-.9.3-1.49.52-1.94.7l-.05.01a.4.4 0 0 1 0 .04v1.56h1.1a2.1 2.1 0 0 1 2.12 2.1v2.44a2.1 2.1 0 0 1-2.11 2.1h-3.05a2.1 2.1 0 0 1-2.11-2.1v-2.44c0-1.16.94-2.1 2.1-2.1h1.21V9.03c-.6.2-1.2.32-2.67.53Zm5.88 2.9v.88h-1v-2.2c.58.17 1 .7 1 1.32Zm-1.75.88V11.1h-2.2v2.24h2.2Zm-4.03-.88c0-.65.46-1.2 1.08-1.33v2.21H8.87v-.88Zm0 2.44v-.81h5.78v.8c0 .76-.6 1.37-1.36 1.37h-3.05c-.76 0-1.37-.61-1.37-1.36Z" fill="#fff"/>
32
- </Icon>);
10
+ return (_jsxs(Icon, { ...props, children: [_jsx("path", { d: "M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z", fill: "#00537B" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 12a12 12 0 1 1 24 0 12 12 0 0 1-24 0ZM12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Z", fill: "#fff" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "m8.77 9.56-.37.05c-.08 0-.13 0-.18-.03a.36.36 0 0 1-.16-.13.35.35 0 0 1-.06-.2c0-.05.03-.12.05-.16.03-.05.07-.1.13-.14a8.97 8.97 0 0 0 2.97-.64c.35-.13.85-.32 1.8-.6l1.9-.64a.96.96 0 0 1 .3-.07c.09 0 .16.03.23.09.13.11.16.29.07.44-.05.07-.12.12-.28.18-.17.07-.46.16-1 .34-.9.3-1.49.52-1.94.7l-.05.01a.4.4 0 0 1 0 .04v1.56h1.1a2.1 2.1 0 0 1 2.12 2.1v2.44a2.1 2.1 0 0 1-2.11 2.1h-3.05a2.1 2.1 0 0 1-2.11-2.1v-2.44c0-1.16.94-2.1 2.1-2.1h1.21V9.03c-.6.2-1.2.32-2.67.53Zm5.88 2.9v.88h-1v-2.2c.58.17 1 .7 1 1.32Zm-1.75.88V11.1h-2.2v2.24h2.2Zm-4.03-.88c0-.65.46-1.2 1.08-1.33v2.21H8.87v-.88Zm0 2.44v-.81h5.78v.8c0 .76-.6 1.37-1.36 1.37h-3.05c-.76 0-1.37-.61-1.37-1.36Z", fill: "#fff" })] }, "13"));
33
11
  }
34
12
  export function NordicSkiing(props) {
35
- return (<Icon key="14" {...props}>
36
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#00537B"/>
37
- <path fillRule="evenodd" clipRule="evenodd" d="M0 12a12 12 0 1 1 24 0 12 12 0 0 1-24 0ZM12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Z" fill="#fff"/>
38
- <path d="M16.75 15.36H17s-.07.36-.33.39h-5.68v-.22h5.67c.04 0 .1-.16.1-.16Zm-2.16-.07 2.12-4.4.2.09-2.09 4.31h-.23ZM8.58 11.7l3.2 3.3c.04.02.2-.04.2-.04l.15.17s-.29.2-.5.03L8.27 11.7H7.1L7 11.5h1.05l-.42-.44.15-.16.58.6 3.43-.02.01.24H8.58Zm6.05 3.37a.37.37 0 0 1-.16.23.36.36 0 0 1-.5-.11.38.38 0 0 1-.05-.29l.35-1.6-.87-.87-.74.86s-.12.15-.44.14H10.7a.36.36 0 0 1-.23-.08.37.37 0 0 1-.13-.38.37.37 0 0 1 .2-.25c.05-.02.11-.03.17-.03H12l1.92-2.28h-.5l-.87 1.03a.28.28 0 0 1-.45-.02.3.3 0 0 1-.05-.17.3.3 0 0 1 .09-.21l.94-1.11a.28.28 0 0 1 .22-.1h1.37c.1 0 .18.03.25.1l.87.89.72-.74a.29.29 0 0 1 .4.01.3.3 0 0 1 .01.4l-.86.9c-.27.28-.48.05-.48.05l-.53-.55-.84.99.77.78s.16.15.07.46l-.43 1.95Zm.64-5.06a.65.65 0 0 1-.41-.31.7.7 0 0 1 .23-.94.65.65 0 0 1 .9.24.7.7 0 0 1-.22.93.65.65 0 0 1-.5.08Z" fill="#fff"/>
39
- </Icon>);
13
+ return (_jsxs(Icon, { ...props, children: [_jsx("path", { d: "M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z", fill: "#00537B" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 12a12 12 0 1 1 24 0 12 12 0 0 1-24 0ZM12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Z", fill: "#fff" }), _jsx("path", { d: "M16.75 15.36H17s-.07.36-.33.39h-5.68v-.22h5.67c.04 0 .1-.16.1-.16Zm-2.16-.07 2.12-4.4.2.09-2.09 4.31h-.23ZM8.58 11.7l3.2 3.3c.04.02.2-.04.2-.04l.15.17s-.29.2-.5.03L8.27 11.7H7.1L7 11.5h1.05l-.42-.44.15-.16.58.6 3.43-.02.01.24H8.58Zm6.05 3.37a.37.37 0 0 1-.16.23.36.36 0 0 1-.5-.11.38.38 0 0 1-.05-.29l.35-1.6-.87-.87-.74.86s-.12.15-.44.14H10.7a.36.36 0 0 1-.23-.08.37.37 0 0 1-.13-.38.37.37 0 0 1 .2-.25c.05-.02.11-.03.17-.03H12l1.92-2.28h-.5l-.87 1.03a.28.28 0 0 1-.45-.02.3.3 0 0 1-.05-.17.3.3 0 0 1 .09-.21l.94-1.11a.28.28 0 0 1 .22-.1h1.37c.1 0 .18.03.25.1l.87.89.72-.74a.29.29 0 0 1 .4.01.3.3 0 0 1 .01.4l-.86.9c-.27.28-.48.05-.48.05l-.53-.55-.84.99.77.78s.16.15.07.46l-.43 1.95Zm.64-5.06a.65.65 0 0 1-.41-.31.7.7 0 0 1 .23-.94.65.65 0 0 1 .9.24.7.7 0 0 1-.22.93.65.65 0 0 1-.5.08Z", fill: "#fff" })] }, "14"));
40
14
  }
41
15
  export function CrossCountry(props) {
42
- return (<Icon key="15" {...props}>
43
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#00537B"/>
44
- <path fillRule="evenodd" clipRule="evenodd" d="M0 12a12 12 0 1 1 24 0 12 12 0 0 1-24 0ZM12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Z" fill="#fff"/>
45
- <path fillRule="evenodd" clipRule="evenodd" d="m8.74 10.1-.1 1.18v-.03a.88.88 0 0 0 .83.95c.32 0 .64-.13.77-.38l.28-.1c-.2 1.2-.46 2.38-.76 3.55a.5.5 0 0 0-.02.26l-1.16-.32c-.13-.03-.29.03-.32.16a.25.25 0 0 0 .16.32v.03l4.84 1.27c.1.03.16 0 .22-.03l.32-.1a.22.22 0 0 0 .16-.32c-.03-.16-.19-.22-.32-.19l-.38.13-1.05-.29h3.15c.07 0 .16-.03.16-.1l.32-.15c.13-.06.16-.25.06-.38-.06-.1-.22-.16-.38-.1l-.32.23h-1.5a.14.14 0 0 0 .07-.13l.48-4.1a.53.53 0 0 0 .1-.75l.02-.29c0-.1-.06-.19-.15-.22-.1 0-.23.03-.23.16l-.01.15a3.82 3.82 0 0 1-1.52-1c-.22-.77-1.36-.8-1.65-.07h-.06a1.09 1.09 0 0 0-.64 0 .75.75 0 0 0-.42-.16.9.9 0 0 0-.95.83Zm3.34 5.59h-1.41l.08-.16c.17-.57.32-1.16.46-1.75l.2-.79c.5.67.73 1.52.6 2.35-.01.13.02.25.07.35Zm1.4 0H13l.02-.07c.19-1.23-.1-2.34-.8-3.3l.02-.11c.09-.47.17-.9.2-1.37a4.73 4.73 0 0 0 1.43.67l-.44 3.99a.19.19 0 0 0 .07.19Zm-2.76-5.35c-.01.24-.03.49-.07.72l-.22.16.06-.99a.52.52 0 0 0-.03-.31c.1 0 .19 0 .29.06l-.03.36Zm.71-1.85a.88.88 0 0 0 1.5-.62.87.87 0 0 0-.88-.87.88.88 0 0 0-.87.87c0 .23.09.45.25.62Z" fill="#fff"/>
46
- </Icon>);
16
+ return (_jsxs(Icon, { ...props, children: [_jsx("path", { d: "M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z", fill: "#00537B" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 12a12 12 0 1 1 24 0 12 12 0 0 1-24 0ZM12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Z", fill: "#fff" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "m8.74 10.1-.1 1.18v-.03a.88.88 0 0 0 .83.95c.32 0 .64-.13.77-.38l.28-.1c-.2 1.2-.46 2.38-.76 3.55a.5.5 0 0 0-.02.26l-1.16-.32c-.13-.03-.29.03-.32.16a.25.25 0 0 0 .16.32v.03l4.84 1.27c.1.03.16 0 .22-.03l.32-.1a.22.22 0 0 0 .16-.32c-.03-.16-.19-.22-.32-.19l-.38.13-1.05-.29h3.15c.07 0 .16-.03.16-.1l.32-.15c.13-.06.16-.25.06-.38-.06-.1-.22-.16-.38-.1l-.32.23h-1.5a.14.14 0 0 0 .07-.13l.48-4.1a.53.53 0 0 0 .1-.75l.02-.29c0-.1-.06-.19-.15-.22-.1 0-.23.03-.23.16l-.01.15a3.82 3.82 0 0 1-1.52-1c-.22-.77-1.36-.8-1.65-.07h-.06a1.09 1.09 0 0 0-.64 0 .75.75 0 0 0-.42-.16.9.9 0 0 0-.95.83Zm3.34 5.59h-1.41l.08-.16c.17-.57.32-1.16.46-1.75l.2-.79c.5.67.73 1.52.6 2.35-.01.13.02.25.07.35Zm1.4 0H13l.02-.07c.19-1.23-.1-2.34-.8-3.3l.02-.11c.09-.47.17-.9.2-1.37a4.73 4.73 0 0 0 1.43.67l-.44 3.99a.19.19 0 0 0 .07.19Zm-2.76-5.35c-.01.24-.03.49-.07.72l-.22.16.06-.99a.52.52 0 0 0-.03-.31c.1 0 .19 0 .29.06l-.03.36Zm.71-1.85a.88.88 0 0 0 1.5-.62.87.87 0 0 0-.88-.87.88.88 0 0 0-.87.87c0 .23.09.45.25.62Z", fill: "#fff" })] }, "15"));
47
17
  }
48
18
  export function AlpineSki(props) {
49
- return (<Icon key="16" {...props}>
50
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#00537B"/>
51
- <path fillRule="evenodd" clipRule="evenodd" d="M0 12a12 12 0 1 1 24 0 12 12 0 0 1-24 0ZM12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Z" fill="#fff"/>
52
- <path d="M16.1 7.7a1.05 1.05 0 0 0-1.35-.64 1.06 1.06 0 0 0-.63 1.35 1.05 1.05 0 0 0 1.35.63 1.05 1.05 0 0 0 .63-1.35ZM15 16.03c.16.08.31.22.24.39a1 1 0 0 1-1.33.48L7.2 13.8a.33.33 0 1 1 .28-.6l3.25 1.5 1.32-1.43-1.71-1.53a.65.65 0 0 1 .11-.93l-.88-.38c-.23.12-.43.14-.6.05l.16-.29-.16-.07c-.16-.08-.25-.22-.2-.31.07-.1.2-.16.36-.08l.17.08.14-.27c.17.04.28.2.32.47l.84.42a40.19 40.19 0 0 1 2.47-1.88c.15-.06.34-.02.57.2.08.07.21.24.4.5l.56.68.22 1.73.72.41c.28.16.38.48.24.69-.2.28-.44.33-.78.18l-1.36-.63-1.43-.7-.17.13 1.28 1.11c.16.2.2.46.09.69l-1.6 1.66 2.4 1.1c.16.08.36 0 .44-.16.07-.17.18-.19.35-.1v-.01Zm-2.46-4.71 1.19.57-.22-1.32-.96.75Z" fill="#fff"/>
53
- </Icon>);
19
+ return (_jsxs(Icon, { ...props, children: [_jsx("path", { d: "M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z", fill: "#00537B" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 12a12 12 0 1 1 24 0 12 12 0 0 1-24 0ZM12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Z", fill: "#fff" }), _jsx("path", { d: "M16.1 7.7a1.05 1.05 0 0 0-1.35-.64 1.06 1.06 0 0 0-.63 1.35 1.05 1.05 0 0 0 1.35.63 1.05 1.05 0 0 0 .63-1.35ZM15 16.03c.16.08.31.22.24.39a1 1 0 0 1-1.33.48L7.2 13.8a.33.33 0 1 1 .28-.6l3.25 1.5 1.32-1.43-1.71-1.53a.65.65 0 0 1 .11-.93l-.88-.38c-.23.12-.43.14-.6.05l.16-.29-.16-.07c-.16-.08-.25-.22-.2-.31.07-.1.2-.16.36-.08l.17.08.14-.27c.17.04.28.2.32.47l.84.42a40.19 40.19 0 0 1 2.47-1.88c.15-.06.34-.02.57.2.08.07.21.24.4.5l.56.68.22 1.73.72.41c.28.16.38.48.24.69-.2.28-.44.33-.78.18l-1.36-.63-1.43-.7-.17.13 1.28 1.11c.16.2.2.46.09.69l-1.6 1.66 2.4 1.1c.16.08.36 0 .44-.16.07-.17.18-.19.35-.1v-.01Zm-2.46-4.71 1.19.57-.22-1.32-.96.75Z", fill: "#fff" })] }, "16"));
54
20
  }
55
21
  export function Teleski(props) {
56
- return (<Icon key="17" {...props}>
57
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#00537B"/>
58
- <path fillRule="evenodd" clipRule="evenodd" d="M0 12a12 12 0 1 1 24 0 12 12 0 0 1-24 0ZM12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Z" fill="#fff"/>
59
- <path fillRule="evenodd" clipRule="evenodd" d="M9.87 9.01 9.8 9a.93.93 0 0 0-.14-.02c-.53-.06-.59.2-.59.33V12c0 .48.96.97 1.62 1.3.28.15.5.27.58.34.16.18.31.62.42.95l.1.27c.1.26.34.42.6.32.25-.1.3-.25.19-.59a51.91 51.91 0 0 1-.33-.96c-.14-.55-.28-.71-.47-.84l-.2-.16a3.72 3.72 0 0 0-.7-.48.81.81 0 0 1-.13-.1l3.14-4.7a.21.21 0 0 0 .03-.16.21.21 0 0 0-.03-.09.25.25 0 0 0-.25-.09.24.24 0 0 0-.1.05.23.23 0 0 0-.05.06l-1.56 2.33L9.88 9Zm1.78.85-1.17 1.76a.99.99 0 0 1-.04-.29V9.71l-.01-.1 1.22.25Z" fill="#fff"/>
60
- <path d="M10.21 8.63a.86.86 0 0 1-1.03-.1.73.73 0 0 1-.1-.96.81.81 0 0 1 .36-.28.88.88 0 0 1 .9.17c.11.1.19.24.22.39.03.15.02.3-.05.44a.78.78 0 0 1-.3.34ZM16.9 13.15c.05.03.08.08.1.14.1.86-.84 1.31-.88 1.33l-.03.02-7.78 2.35a.25.25 0 0 1-.18-.01.23.23 0 0 1-.12-.13.2.2 0 0 1 .02-.17c.02-.05.07-.09.13-.1l7.76-2.36c.1-.05.66-.37.6-.88 0-.06.01-.11.05-.16s.1-.07.16-.08c.06 0 .13 0 .17.05ZM9.5 12.77a.1.1 0 0 1 .04.01l.57.43a.1.1 0 0 1 .03.07c0 .02 0 .05-.03.08a.1.1 0 0 1-.07.03.1.1 0 0 1-.07-.01l-.57-.43a.09.09 0 0 1-.01-.13c0-.02.03-.04.04-.05a.11.11 0 0 1 .08 0Z" fill="#fff"/>
61
- </Icon>);
22
+ return (_jsxs(Icon, { ...props, children: [_jsx("path", { d: "M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z", fill: "#00537B" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 12a12 12 0 1 1 24 0 12 12 0 0 1-24 0ZM12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Z", fill: "#fff" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.87 9.01 9.8 9a.93.93 0 0 0-.14-.02c-.53-.06-.59.2-.59.33V12c0 .48.96.97 1.62 1.3.28.15.5.27.58.34.16.18.31.62.42.95l.1.27c.1.26.34.42.6.32.25-.1.3-.25.19-.59a51.91 51.91 0 0 1-.33-.96c-.14-.55-.28-.71-.47-.84l-.2-.16a3.72 3.72 0 0 0-.7-.48.81.81 0 0 1-.13-.1l3.14-4.7a.21.21 0 0 0 .03-.16.21.21 0 0 0-.03-.09.25.25 0 0 0-.25-.09.24.24 0 0 0-.1.05.23.23 0 0 0-.05.06l-1.56 2.33L9.88 9Zm1.78.85-1.17 1.76a.99.99 0 0 1-.04-.29V9.71l-.01-.1 1.22.25Z", fill: "#fff" }), _jsx("path", { d: "M10.21 8.63a.86.86 0 0 1-1.03-.1.73.73 0 0 1-.1-.96.81.81 0 0 1 .36-.28.88.88 0 0 1 .9.17c.11.1.19.24.22.39.03.15.02.3-.05.44a.78.78 0 0 1-.3.34ZM16.9 13.15c.05.03.08.08.1.14.1.86-.84 1.31-.88 1.33l-.03.02-7.78 2.35a.25.25 0 0 1-.18-.01.23.23 0 0 1-.12-.13.2.2 0 0 1 .02-.17c.02-.05.07-.09.13-.1l7.76-2.36c.1-.05.66-.37.6-.88 0-.06.01-.11.05-.16s.1-.07.16-.08c.06 0 .13 0 .17.05ZM9.5 12.77a.1.1 0 0 1 .04.01l.57.43a.1.1 0 0 1 .03.07c0 .02 0 .05-.03.08a.1.1 0 0 1-.07.03.1.1 0 0 1-.07-.01l-.57-.43a.09.09 0 0 1-.01-.13c0-.02.03-.04.04-.05a.11.11 0 0 1 .08 0Z", fill: "#fff" })] }, "17"));
62
23
  }
63
24
  export function Biathlon(props) {
64
- return (<Icon key="18" {...props}>
65
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#00537B"/>
66
- <path fillRule="evenodd" clipRule="evenodd" d="M0 12a12 12 0 1 1 24 0 12 12 0 0 1-24 0ZM12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Z" fill="#fff"/>
67
- <path d="M16.14 8.93h-.16v-.2a.11.11 0 1 0-.22 0v.2h-4.57a1 1 0 1 0-.86-.05c-.47 0-.86.55-.86.88v2.54c0 .35.1.57.1.57l.14 1.23s-.48 2.02-.56 2.26c-.05.16 0 .28.08.36H7.86a.14.14 0 0 0 0 .28h6.22c.28 0 .51-.1.67-.26a.9.9 0 0 0 .25-.65.14.14 0 0 0-.28 0c0 .2-.06.35-.17.46-.1.1-.25.17-.47.17h-2.21a.28.28 0 0 0 .1-.28l-.42-2.97-.23-.49s.13-.1.13-.38v-1.44s-.18.03-.46-.25l-.71-.7s.65.5.78.62c.19.19.38.15.57.04.2-.11 1.17-.83 1.46-1.04.15-.1.17-.34.07-.47h.7c.1 0 .15-.07.19-.15h2.1a.14.14 0 0 0 0-.28Zm-5.63 4.5h.07l.12.28.42 2.79c.02.1.07.17.14.22h-1.4a.3.3 0 0 0 .07-.14l.64-2.37-.06-.78Zm1.99-4.02-1.04.7v-.29s-.42.11-.66.11c-.26 0-.34-.05-.34-.33v-.66l.1.03v.58c0 .23.05.27.21.27 0 0 .34-.02.5-.09a26 26 0 0 0 .77-.37h.54l-.08.05Z" fill="#fff"/>
68
- <path d="M12.05 10.7s.3.13.37.2c.06.06.25.03.41-.08.22-.15 1.26-.9 1.54-1.13.24-.19.28-.29.28-.4h-.5s-.08.17-.24.17h-.44l-.1.07s-.03.17-.11.3c-.09.15-1.2.86-1.2.86Z" fill="#fff"/>
69
- </Icon>);
25
+ return (_jsxs(Icon, { ...props, children: [_jsx("path", { d: "M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z", fill: "#00537B" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 12a12 12 0 1 1 24 0 12 12 0 0 1-24 0ZM12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Z", fill: "#fff" }), _jsx("path", { d: "M16.14 8.93h-.16v-.2a.11.11 0 1 0-.22 0v.2h-4.57a1 1 0 1 0-.86-.05c-.47 0-.86.55-.86.88v2.54c0 .35.1.57.1.57l.14 1.23s-.48 2.02-.56 2.26c-.05.16 0 .28.08.36H7.86a.14.14 0 0 0 0 .28h6.22c.28 0 .51-.1.67-.26a.9.9 0 0 0 .25-.65.14.14 0 0 0-.28 0c0 .2-.06.35-.17.46-.1.1-.25.17-.47.17h-2.21a.28.28 0 0 0 .1-.28l-.42-2.97-.23-.49s.13-.1.13-.38v-1.44s-.18.03-.46-.25l-.71-.7s.65.5.78.62c.19.19.38.15.57.04.2-.11 1.17-.83 1.46-1.04.15-.1.17-.34.07-.47h.7c.1 0 .15-.07.19-.15h2.1a.14.14 0 0 0 0-.28Zm-5.63 4.5h.07l.12.28.42 2.79c.02.1.07.17.14.22h-1.4a.3.3 0 0 0 .07-.14l.64-2.37-.06-.78Zm1.99-4.02-1.04.7v-.29s-.42.11-.66.11c-.26 0-.34-.05-.34-.33v-.66l.1.03v.58c0 .23.05.27.21.27 0 0 .34-.02.5-.09a26 26 0 0 0 .77-.37h.54l-.08.05Z", fill: "#fff" }), _jsx("path", { d: "M12.05 10.7s.3.13.37.2c.06.06.25.03.41-.08.22-.15 1.26-.9 1.54-1.13.24-.19.28-.29.28-.4h-.5s-.08.17-.24.17h-.44l-.1.07s-.03.17-.11.3c-.09.15-1.2.86-1.2.86Z", fill: "#fff" })] }, "18"));
70
26
  }
71
27
  export function Snowshoes(props) {
72
- return (<Icon key="19" {...props}>
73
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#00537B"/>
74
- <path fillRule="evenodd" clipRule="evenodd" d="M0 12a12 12 0 1 1 24 0 12 12 0 0 1-24 0ZM12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Z" fill="#fff"/>
75
- <path d="M11.82 9.08c.15-.1.3-.16.52-.16.24 0 .43.19.55.34l.7 1.38.93.62c.09.1.15.19.15.31 0 .16-.19.29-.34.29l-.15-.07-1.04-.72a.31.31 0 0 1-.07-.06l-.27-.53-.3 1.38 1.22 1.43.06.13.3 1.74v.1c0 .25-.2.44-.48.44a.54.54 0 0 1-.43-.38l-.31-1.62-.98-1.1-.25 1.07-.09.18-.73 1.28a.45.45 0 0 1-.46.22c-.25 0-.43-.22-.43-.5l.06-.18.7-1.16.74-3.25-.5.38-.24 1.15a.32.32 0 0 1-.1.21.3.3 0 0 1-.23.07.3.3 0 0 1-.24-.1.32.32 0 0 1-.07-.27l.3-1.37.13-.13 1.35-1.12Zm.98-.22a.91.91 0 0 1-.6-.4.94.94 0 0 1 .58-1.44.9.9 0 0 1 .36 0 .9.9 0 0 1 .6.38.94.94 0 0 1 .03 1.06.93.93 0 0 1-.6.4.9.9 0 0 1-.37 0Zm-2.94 6.5.8.02a.76.76 0 0 1 .5.4.8.8 0 0 1-.42 1.1.75.75 0 0 1-.64-.06l-2.27-1.19.1-.37 1.93.1Zm4.29.3.73-.21a.75.75 0 0 1 .64.22.78.78 0 0 1 .22.65.79.79 0 0 1-.37.57.76.76 0 0 1-.67.05l-2.45-.56v-.31l1.84-.44.06.03Z" fill="#fff"/>
76
- </Icon>);
28
+ return (_jsxs(Icon, { ...props, children: [_jsx("path", { d: "M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z", fill: "#00537B" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 12a12 12 0 1 1 24 0 12 12 0 0 1-24 0ZM12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Z", fill: "#fff" }), _jsx("path", { d: "M11.82 9.08c.15-.1.3-.16.52-.16.24 0 .43.19.55.34l.7 1.38.93.62c.09.1.15.19.15.31 0 .16-.19.29-.34.29l-.15-.07-1.04-.72a.31.31 0 0 1-.07-.06l-.27-.53-.3 1.38 1.22 1.43.06.13.3 1.74v.1c0 .25-.2.44-.48.44a.54.54 0 0 1-.43-.38l-.31-1.62-.98-1.1-.25 1.07-.09.18-.73 1.28a.45.45 0 0 1-.46.22c-.25 0-.43-.22-.43-.5l.06-.18.7-1.16.74-3.25-.5.38-.24 1.15a.32.32 0 0 1-.1.21.3.3 0 0 1-.23.07.3.3 0 0 1-.24-.1.32.32 0 0 1-.07-.27l.3-1.37.13-.13 1.35-1.12Zm.98-.22a.91.91 0 0 1-.6-.4.94.94 0 0 1 .58-1.44.9.9 0 0 1 .36 0 .9.9 0 0 1 .6.38.94.94 0 0 1 .03 1.06.93.93 0 0 1-.6.4.9.9 0 0 1-.37 0Zm-2.94 6.5.8.02a.76.76 0 0 1 .5.4.8.8 0 0 1-.42 1.1.75.75 0 0 1-.64-.06l-2.27-1.19.1-.37 1.93.1Zm4.29.3.73-.21a.75.75 0 0 1 .64.22.78.78 0 0 1 .22.65.79.79 0 0 1-.37.57.76.76 0 0 1-.67.05l-2.45-.56v-.31l1.84-.44.06.03Z", fill: "#fff" })] }, "19"));
77
29
  }
78
30
  export function SkiPass(props) {
79
- return (<Icon key="20" {...props}>
80
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#00537B"/>
81
- <path fillRule="evenodd" clipRule="evenodd" d="M0 12a12 12 0 1 1 24 0 12 12 0 0 1-24 0ZM12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Z" fill="#fff"/>
82
- <path fillRule="evenodd" clipRule="evenodd" d="M14.49 16.26h-.36a.04.04 0 0 1-.04-.03V14.8c0-.03.02-.04.04-.04h.36c.02 0 .04 0 .04.03v1.42c0 .02-.02.04-.04.04Zm-1.26 0h-.3c-.02 0-.04-.01-.04-.03V14.8c0-.02.02-.04.04-.04h.3c.02 0 .04.02.04.04v1.42c0 .02-.02.04-.04.04Zm-1.18 0h-.36c-.02 0-.04-.02-.04-.04V14.8c0-.02.02-.04.04-.04h.36c.02 0 .04.02.04.04v1.42c0 .02-.02.04-.04.04Zm1.8 0h-.27l-.02-.02v-1.46c0-.01 0-.02.02-.02h.27s.02 0 .02.02v1.46l-.02.02Zm-1.2 0h-.25c-.01 0-.02 0-.02-.02v-1.46s0-.02.02-.02h.25l.02.02v1.46c0 .02 0 .02-.02.02Zm-1.3 0h-.15l-.02-.02v-1.46l.02-.02h.15c.01 0 .02 0 .02.02v1.46c0 .01 0 .02-.02.02Zm-.44 0h-.25l-.02-.02v-1.46c0-.01 0-.02.02-.02h.25s.02 0 .02.02v1.46l-.02.02Zm-.6 0h-.3c-.02 0-.04-.02-.04-.04V14.8c0-.02.02-.04.05-.04h.3c.02 0 .04.02.04.04v1.42c0 .02-.02.04-.04.04Zm4.6 0 .01-.02v-1.46c0-.01 0-.02-.02-.02h-.15c-.01 0-.02 0-.02.02v1.46s0 .02.02.02h.15Z" fill="#fff"/>
83
- <path fillRule="evenodd" clipRule="evenodd" d="M13.74 7.18c.09-.16.3-.22.46-.15.17.08.24.28.15.45l-.8 1.49h1.5c.23 0 .43.09.58.23.15.14.24.33.24.55v6.68c0 .22-.09.41-.24.55l-.03.03a.84.84 0 0 1-.55.2H9.82a.84.84 0 0 1-.57-.22.76.76 0 0 1-.25-.56V9.75c0-.22.1-.41.24-.55a.85.85 0 0 1 .58-.23h1.55a275.35 275.35 0 0 0-.73-1.3l-.1-.16a.32.32 0 0 1 .14-.46.35.35 0 0 1 .46.14l.04.06.1.16a524.26 524.26 0 0 1 .87 1.56h.63l.96-1.8Zm-3.92 2.5c-.02 0-.04.02-.05.03a.06.06 0 0 0-.02.04v6.68c0 .01 0 .03.02.04l.05.02h5.23l.05-.01v-.01a.06.06 0 0 0 .03-.04V9.75l-.02-.04a.08.08 0 0 0-.06-.02h-1.88l-.02.03a.92.92 0 0 1 0 1.33c-.2.17-.44.28-.71.28-.28 0-.52-.1-.7-.28a.92.92 0 0 1-.3-.67.92.92 0 0 1 .32-.7H9.82Zm2.66.23-.21.45c-.03.05-.01.13.06.16.07.03.15 0 .18-.06l.24-.45s.08.05.12.1c.05.06.08.18.08.27 0 .14-.06.27-.15.35a.53.53 0 0 1-.73 0 .48.48 0 0 1 0-.7.54.54 0 0 1 .23-.12c.08-.02.18 0 .18 0Z" fill="#fff"/>
84
- <path fillRule="evenodd" clipRule="evenodd" d="M11.91 13.9h-.99c-.08.02-.16-.04-.16-.13 0-.03 0-.04.02-.06l.74-1.44c.1-.2.2-.28.4-.28.18 0 .28.09.38.28l.74 1.43c.05.08 0 .19-.1.2a.22.22 0 0 1-.04 0h-.99Zm.67-1.85.1-.24c.1-.25.21-.38.4-.39.2 0 .28.12.4.39l.81 1.57c.03.05.06.09.06.13 0 .06-.05.12-.12.13h-.87a.17.17 0 0 1-.13-.06c-.03-.03-.1-.17-.13-.22l-.53-.99c-.03-.06-.06-.1-.04-.18 0-.04.04-.1.05-.14Z" fill="#fff"/>
85
- </Icon>);
31
+ return (_jsxs(Icon, { ...props, children: [_jsx("path", { d: "M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z", fill: "#00537B" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 12a12 12 0 1 1 24 0 12 12 0 0 1-24 0ZM12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Z", fill: "#fff" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.49 16.26h-.36a.04.04 0 0 1-.04-.03V14.8c0-.03.02-.04.04-.04h.36c.02 0 .04 0 .04.03v1.42c0 .02-.02.04-.04.04Zm-1.26 0h-.3c-.02 0-.04-.01-.04-.03V14.8c0-.02.02-.04.04-.04h.3c.02 0 .04.02.04.04v1.42c0 .02-.02.04-.04.04Zm-1.18 0h-.36c-.02 0-.04-.02-.04-.04V14.8c0-.02.02-.04.04-.04h.36c.02 0 .04.02.04.04v1.42c0 .02-.02.04-.04.04Zm1.8 0h-.27l-.02-.02v-1.46c0-.01 0-.02.02-.02h.27s.02 0 .02.02v1.46l-.02.02Zm-1.2 0h-.25c-.01 0-.02 0-.02-.02v-1.46s0-.02.02-.02h.25l.02.02v1.46c0 .02 0 .02-.02.02Zm-1.3 0h-.15l-.02-.02v-1.46l.02-.02h.15c.01 0 .02 0 .02.02v1.46c0 .01 0 .02-.02.02Zm-.44 0h-.25l-.02-.02v-1.46c0-.01 0-.02.02-.02h.25s.02 0 .02.02v1.46l-.02.02Zm-.6 0h-.3c-.02 0-.04-.02-.04-.04V14.8c0-.02.02-.04.05-.04h.3c.02 0 .04.02.04.04v1.42c0 .02-.02.04-.04.04Zm4.6 0 .01-.02v-1.46c0-.01 0-.02-.02-.02h-.15c-.01 0-.02 0-.02.02v1.46s0 .02.02.02h.15Z", fill: "#fff" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.74 7.18c.09-.16.3-.22.46-.15.17.08.24.28.15.45l-.8 1.49h1.5c.23 0 .43.09.58.23.15.14.24.33.24.55v6.68c0 .22-.09.41-.24.55l-.03.03a.84.84 0 0 1-.55.2H9.82a.84.84 0 0 1-.57-.22.76.76 0 0 1-.25-.56V9.75c0-.22.1-.41.24-.55a.85.85 0 0 1 .58-.23h1.55a275.35 275.35 0 0 0-.73-1.3l-.1-.16a.32.32 0 0 1 .14-.46.35.35 0 0 1 .46.14l.04.06.1.16a524.26 524.26 0 0 1 .87 1.56h.63l.96-1.8Zm-3.92 2.5c-.02 0-.04.02-.05.03a.06.06 0 0 0-.02.04v6.68c0 .01 0 .03.02.04l.05.02h5.23l.05-.01v-.01a.06.06 0 0 0 .03-.04V9.75l-.02-.04a.08.08 0 0 0-.06-.02h-1.88l-.02.03a.92.92 0 0 1 0 1.33c-.2.17-.44.28-.71.28-.28 0-.52-.1-.7-.28a.92.92 0 0 1-.3-.67.92.92 0 0 1 .32-.7H9.82Zm2.66.23-.21.45c-.03.05-.01.13.06.16.07.03.15 0 .18-.06l.24-.45s.08.05.12.1c.05.06.08.18.08.27 0 .14-.06.27-.15.35a.53.53 0 0 1-.73 0 .48.48 0 0 1 0-.7.54.54 0 0 1 .23-.12c.08-.02.18 0 .18 0Z", fill: "#fff" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.91 13.9h-.99c-.08.02-.16-.04-.16-.13 0-.03 0-.04.02-.06l.74-1.44c.1-.2.2-.28.4-.28.18 0 .28.09.38.28l.74 1.43c.05.08 0 .19-.1.2a.22.22 0 0 1-.04 0h-.99Zm.67-1.85.1-.24c.1-.25.21-.38.4-.39.2 0 .28.12.4.39l.81 1.57c.03.05.06.09.06.13 0 .06-.05.12-.12.13h-.87a.17.17 0 0 1-.13-.06c-.03-.03-.1-.17-.13-.22l-.53-.99c-.03-.06-.06-.1-.04-.18 0-.04.04-.1.05-.14Z", fill: "#fff" })] }, "20"));
86
32
  }
87
33
  export function PiouPiouMat(props) {
88
- return (<Icon key="21" {...props}>
89
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#00537B"/>
90
- <path fillRule="evenodd" clipRule="evenodd" d="M0 12a12 12 0 1 1 24 0 12 12 0 0 1-24 0ZM12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Z" fill="#fff"/>
91
- <path d="M13.98 12.57c0 .21-.08.28-.25.31l-1.8.22c.07-.21.14-.25.2-.44.08-.23.07-.38.01-.66-.06-.27-.24-.7-.3-.84-.05-.14.02-.16.08-.1.15.15.35.4.35.4.22.21.57-.1.34-.33-.37-.37-.7-.78-.87-1.1-.09-.2-.25-.3-.56-.3-.3 0-.4.2-.4.34l.02 1.07c0 .53.36.65.36.65l.04 1.4-2.09.24.03.32 4.67-.53c.35-.04.54-.34.5-.7l-.33.05Zm2.98 1.2c-.1-.33-.43-.5-.74-.49h-.03l-8.44.98h-.02c-.38.04-.73.33-.73.75 0 .2.08.4.22.53a.18.18 0 1 0 .26-.26.38.38 0 0 1-.11-.27c0-.2.16-.36.4-.4l1.17-.13.11-.01a.49.49 0 0 0-.09.67.5.5 0 1 0 .79-.6.47.47 0 0 0-.18-.13l.13-.01 1.98-.23.11-.02a.49.49 0 0 0-.08.67.5.5 0 1 0 .79-.6.49.49 0 0 0-.17-.13l.12-.01 1.97-.23.12-.01a.49.49 0 0 0-.17.49.5.5 0 0 0 .97-.24.5.5 0 0 0-.25-.32h.11l.9-.11h.11c.22 0 .34.07.4.23l.02.12c0 .08-.03.16-.07.22a.18.18 0 0 0-.04.1.19.19 0 0 0 .2.2.19.19 0 0 0 .14-.09.76.76 0 0 0 .1-.66Zm-5.89-4.2a.58.58 0 1 0 0-1.16.58.58 0 0 0 0 1.15Z" fill="#fff"/>
92
- </Icon>);
93
- }
94
- // STATION FIN
95
- // DIVERS DÉBUT
34
+ return (_jsxs(Icon, { ...props, children: [_jsx("path", { d: "M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z", fill: "#00537B" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 12a12 12 0 1 1 24 0 12 12 0 0 1-24 0ZM12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Z", fill: "#fff" }), _jsx("path", { d: "M13.98 12.57c0 .21-.08.28-.25.31l-1.8.22c.07-.21.14-.25.2-.44.08-.23.07-.38.01-.66-.06-.27-.24-.7-.3-.84-.05-.14.02-.16.08-.1.15.15.35.4.35.4.22.21.57-.1.34-.33-.37-.37-.7-.78-.87-1.1-.09-.2-.25-.3-.56-.3-.3 0-.4.2-.4.34l.02 1.07c0 .53.36.65.36.65l.04 1.4-2.09.24.03.32 4.67-.53c.35-.04.54-.34.5-.7l-.33.05Zm2.98 1.2c-.1-.33-.43-.5-.74-.49h-.03l-8.44.98h-.02c-.38.04-.73.33-.73.75 0 .2.08.4.22.53a.18.18 0 1 0 .26-.26.38.38 0 0 1-.11-.27c0-.2.16-.36.4-.4l1.17-.13.11-.01a.49.49 0 0 0-.09.67.5.5 0 1 0 .79-.6.47.47 0 0 0-.18-.13l.13-.01 1.98-.23.11-.02a.49.49 0 0 0-.08.67.5.5 0 1 0 .79-.6.49.49 0 0 0-.17-.13l.12-.01 1.97-.23.12-.01a.49.49 0 0 0-.17.49.5.5 0 0 0 .97-.24.5.5 0 0 0-.25-.32h.11l.9-.11h.11c.22 0 .34.07.4.23l.02.12c0 .08-.03.16-.07.22a.18.18 0 0 0-.04.1.19.19 0 0 0 .2.2.19.19 0 0 0 .14-.09.76.76 0 0 0 .1-.66Zm-5.89-4.2a.58.58 0 1 0 0-1.16.58.58 0 0 0 0 1.15Z", fill: "#fff" })] }, "21"));
35
+ }
96
36
  export function Cabin(props) {
97
- return (<Icon key="22" {...props}>
98
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#E3E2E3"/>
99
- <path fillRule="evenodd" clipRule="evenodd" d="M0 12a12 12 0 1 1 24 0 12 12 0 0 1-24 0ZM12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Z" fill="#fff"/>
100
- <path fillRule="evenodd" clipRule="evenodd" d="M16.9 11.9 12 7l-4.9 4.9a.37.37 0 0 0 .52.52l.7-.7v.01a.37.37 0 0 0 .36.37h6.83a.36.36 0 0 0 .34-.23l.54.55a.37.37 0 0 0 .52-.52Zm-1.56-.53-.91-.92H9.59l-.92.92h6.67Zm-4.28-2.4-.74.75h3.38l-.75-.74H11.1a.2.2 0 0 1-.03 0Zm1.16-.72-.21-.22-.22.22h.43ZM8 12.99a.37.37 0 0 0 .26.62h2.53v.79H8.24a.37.37 0 0 0 0 .73h2.54v.78H8.24a.37.37 0 0 0 0 .73h7.71a.37.37 0 0 0 0-.73H13.4v-.78h2.54a.36.36 0 0 0 .26-.63.36.36 0 0 0-.26-.1H13.4v-.79h2.54a.37.37 0 0 0 .38-.36.37.37 0 0 0-.38-.37H8.24c-.1 0-.18.04-.25.1Zm4.56.75h-.91v2.04h.91v-2.04Z" fill="#000"/>
101
- </Icon>);
37
+ return (_jsxs(Icon, { ...props, children: [_jsx("path", { d: "M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z", fill: "#E3E2E3" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 12a12 12 0 1 1 24 0 12 12 0 0 1-24 0ZM12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Z", fill: "#fff" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16.9 11.9 12 7l-4.9 4.9a.37.37 0 0 0 .52.52l.7-.7v.01a.37.37 0 0 0 .36.37h6.83a.36.36 0 0 0 .34-.23l.54.55a.37.37 0 0 0 .52-.52Zm-1.56-.53-.91-.92H9.59l-.92.92h6.67Zm-4.28-2.4-.74.75h3.38l-.75-.74H11.1a.2.2 0 0 1-.03 0Zm1.16-.72-.21-.22-.22.22h.43ZM8 12.99a.37.37 0 0 0 .26.62h2.53v.79H8.24a.37.37 0 0 0 0 .73h2.54v.78H8.24a.37.37 0 0 0 0 .73h7.71a.37.37 0 0 0 0-.73H13.4v-.78h2.54a.36.36 0 0 0 .26-.63.36.36 0 0 0-.26-.1H13.4v-.79h2.54a.37.37 0 0 0 .38-.36.37.37 0 0 0-.38-.37H8.24c-.1 0-.18.04-.25.1Zm4.56.75h-.91v2.04h.91v-2.04Z", fill: "#000" })] }, "22"));
102
38
  }
103
39
  export function Building(props) {
104
- return (<Icon key="23" {...props}>
105
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#E3E2E3"/>
106
- <path fillRule="evenodd" clipRule="evenodd" d="M0 12a12 12 0 1 1 24 0 12 12 0 0 1-24 0ZM12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Z" fill="#fff"/>
107
- <path fillRule="evenodd" clipRule="evenodd" d="M7 9.26 9.5 7 12 9.26 14.5 7 17 9.26V16H7V9.26Zm.72.85h1.45v1.36H7.72v-1.36Zm2.11 0h1.46v1.36H9.83v-1.36Zm-.66 1.85H7.72v1.36h1.45v-1.36Zm.66 0h1.46v1.36H9.83v-1.36Zm-.66 1.85H7.72v1.36h1.45v-1.36Zm.66 0h1.46v1.36H9.83v-1.36Zm2.89-3.7h1.45v1.36h-1.45v-1.36Zm2.11 0h1.46v1.36h-1.46v-1.36Zm-.66 1.85h-1.45v1.36h1.45v-1.36Zm.66 0h1.46v1.36h-1.46v-1.36Zm-.66 1.85h-1.45v1.36h1.45v-1.36Zm.66 0h1.46v1.36h-1.46v-1.36Z" fill="#000"/>
108
- </Icon>);
40
+ return (_jsxs(Icon, { ...props, children: [_jsx("path", { d: "M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z", fill: "#E3E2E3" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 12a12 12 0 1 1 24 0 12 12 0 0 1-24 0ZM12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Z", fill: "#fff" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7 9.26 9.5 7 12 9.26 14.5 7 17 9.26V16H7V9.26Zm.72.85h1.45v1.36H7.72v-1.36Zm2.11 0h1.46v1.36H9.83v-1.36Zm-.66 1.85H7.72v1.36h1.45v-1.36Zm.66 0h1.46v1.36H9.83v-1.36Zm-.66 1.85H7.72v1.36h1.45v-1.36Zm.66 0h1.46v1.36H9.83v-1.36Zm2.89-3.7h1.45v1.36h-1.45v-1.36Zm2.11 0h1.46v1.36h-1.46v-1.36Zm-.66 1.85h-1.45v1.36h1.45v-1.36Zm.66 0h1.46v1.36h-1.46v-1.36Zm-.66 1.85h-1.45v1.36h1.45v-1.36Zm.66 0h1.46v1.36h-1.46v-1.36Z", fill: "#000" })] }, "23"));
109
41
  }
110
42
  export function SkiMask(props) {
111
- return (<Icon key="24" {...props}>
112
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#E3E2E3"/>
113
- <path fillRule="evenodd" clipRule="evenodd" d="M0 12a12 12 0 1 1 24 0 12 12 0 0 1-24 0ZM12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Z" fill="#fff"/>
114
- <path d="m10.7 9.21-.77.2-.13.04c-.47.15-.89.4-1.24.75l-.42.42-.78.23a.5.5 0 0 0-.36.48v1.31a.5.5 0 0 0 .4.43l.78.15L10 14.75a.83.83 0 0 0 1.18-.1l.03-.05.53-.72h.5l.52.73a.83.83 0 0 0 1.17.18l.03-.02 1.94-1.55.7-.15a.5.5 0 0 0 .4-.49v-1.3a.5.5 0 0 0-.38-.43l-.72-.18-.59-.47a4.78 4.78 0 0 0-1.62-.84l-.38-.11a4.84 4.84 0 0 0-2.61-.04Zm2.38.84.37.1c.5.15.94.39 1.34.7l.65.52.05.03.14.07.54.13v.7l-.52.12a.5.5 0 0 0-.2.1l-2.01 1.6-.54-.73a.83.83 0 0 0-.67-.34h-.5a.83.83 0 0 0-.66.34l-.53.72-1.9-1.59-.04-.03a.5.5 0 0 0-.18-.07l-.59-.12v-.72l.63-.18a.5.5 0 0 0 .21-.13l.48-.48c.28-.27.62-.47.99-.57l.77-.2a4 4 0 0 1 2.17.03Z" fill="#000"/>
115
- <path d="M9.66 10.3v3.1h-.84v-3.1h.84Zm5.53 0v3.1h-.84v-3.1h.84Z" fill="#000"/>
116
- </Icon>);
43
+ return (_jsxs(Icon, { ...props, children: [_jsx("path", { d: "M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z", fill: "#E3E2E3" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 12a12 12 0 1 1 24 0 12 12 0 0 1-24 0ZM12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Z", fill: "#fff" }), _jsx("path", { d: "m10.7 9.21-.77.2-.13.04c-.47.15-.89.4-1.24.75l-.42.42-.78.23a.5.5 0 0 0-.36.48v1.31a.5.5 0 0 0 .4.43l.78.15L10 14.75a.83.83 0 0 0 1.18-.1l.03-.05.53-.72h.5l.52.73a.83.83 0 0 0 1.17.18l.03-.02 1.94-1.55.7-.15a.5.5 0 0 0 .4-.49v-1.3a.5.5 0 0 0-.38-.43l-.72-.18-.59-.47a4.78 4.78 0 0 0-1.62-.84l-.38-.11a4.84 4.84 0 0 0-2.61-.04Zm2.38.84.37.1c.5.15.94.39 1.34.7l.65.52.05.03.14.07.54.13v.7l-.52.12a.5.5 0 0 0-.2.1l-2.01 1.6-.54-.73a.83.83 0 0 0-.67-.34h-.5a.83.83 0 0 0-.66.34l-.53.72-1.9-1.59-.04-.03a.5.5 0 0 0-.18-.07l-.59-.12v-.72l.63-.18a.5.5 0 0 0 .21-.13l.48-.48c.28-.27.62-.47.99-.57l.77-.2a4 4 0 0 1 2.17.03Z", fill: "#000" }), _jsx("path", { d: "M9.66 10.3v3.1h-.84v-3.1h.84Zm5.53 0v3.1h-.84v-3.1h.84Z", fill: "#000" })] }, "24"));
117
44
  }
118
45
  export function SkiShoe(props) {
119
- return (<Icon key="25" {...props}>
120
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#E3E2E3"/>
121
- <path fillRule="evenodd" clipRule="evenodd" d="M0 12a12 12 0 1 1 24 0 12 12 0 0 1-24 0ZM12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Z" fill="#fff"/>
122
- <path d="M15.95 15.75a2.02 2.02 0 0 0-1.1-1.67l-2.18-1.13a.39.39 0 0 1-.2-.44l.84-3.58-.29-.06.24-.92-.4-.1a3.33 3.33 0 0 0-1.65-.07 2.65 2.65 0 0 0-1.25-.7L9.66 7l-.23 1.1-.37-.08-1.08 5.1c-.18.84-.2 1.71-.05 2.57V17h3.57v-.42h.89V17h3.78v-1.04l-.22-.21Zm-3.3-2.15.4.21-.63.91-.38-.26.6-.86Zm-.12-5.22-.09.36-.61-.13-.22-.31c.22-.02.51-.01.92.08Zm-1.3.7 1.36.3-.31 1.34-1.36-.28.3-1.36ZM10.1 7.74c.35.15.65.38.88.7L10 8.21l.1-.48Zm-.6.98 1.13.24-.1.47-1.12-.24.1-.47Zm6.06 7.7h-2.59V16H10.9v.41H8.52V16h.58v-.59H8.5c-.07-.5-.08-1-.03-1.49l1.32 1.62h1.2v-.59h-.91l-1.48-1.81.7-3.38 1.12.24-.2.89 1.93.4-.12.54h-1.97v1.63h1.97l-.81 1.15 1.36.93 1.02-1.45.99.51c.33.18.58.47.7.81h-.71V16h.79l.21.2v.21Zm-3.67-3.55h-1.25v-.46h1.24a.96.96 0 0 0 .01.46Z" fill="#000"/>
123
- </Icon>);
46
+ return (_jsxs(Icon, { ...props, children: [_jsx("path", { d: "M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z", fill: "#E3E2E3" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 12a12 12 0 1 1 24 0 12 12 0 0 1-24 0ZM12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Z", fill: "#fff" }), _jsx("path", { d: "M15.95 15.75a2.02 2.02 0 0 0-1.1-1.67l-2.18-1.13a.39.39 0 0 1-.2-.44l.84-3.58-.29-.06.24-.92-.4-.1a3.33 3.33 0 0 0-1.65-.07 2.65 2.65 0 0 0-1.25-.7L9.66 7l-.23 1.1-.37-.08-1.08 5.1c-.18.84-.2 1.71-.05 2.57V17h3.57v-.42h.89V17h3.78v-1.04l-.22-.21Zm-3.3-2.15.4.21-.63.91-.38-.26.6-.86Zm-.12-5.22-.09.36-.61-.13-.22-.31c.22-.02.51-.01.92.08Zm-1.3.7 1.36.3-.31 1.34-1.36-.28.3-1.36ZM10.1 7.74c.35.15.65.38.88.7L10 8.21l.1-.48Zm-.6.98 1.13.24-.1.47-1.12-.24.1-.47Zm6.06 7.7h-2.59V16H10.9v.41H8.52V16h.58v-.59H8.5c-.07-.5-.08-1-.03-1.49l1.32 1.62h1.2v-.59h-.91l-1.48-1.81.7-3.38 1.12.24-.2.89 1.93.4-.12.54h-1.97v1.63h1.97l-.81 1.15 1.36.93 1.02-1.45.99.51c.33.18.58.47.7.81h-.71V16h.79l.21.2v.21Zm-3.67-3.55h-1.25v-.46h1.24a.96.96 0 0 0 .01.46Z", fill: "#000" })] }, "25"));
124
47
  }
125
48
  export function SkiHelmet(props) {
126
- return (<Icon key="26" {...props}>
127
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#E3E2E3"/>
128
- <path fillRule="evenodd" clipRule="evenodd" d="M0 12a12 12 0 1 1 24 0 12 12 0 0 1-24 0ZM12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Z" fill="#fff"/>
129
- <path fillRule="evenodd" clipRule="evenodd" d="M14.94 7.55c.6.37 1.08.88 1.4 1.5.4.78.66 1.88.66 2.74v.3h-3.1a.66.66 0 0 0-.63.44l-.94 2.97h-.35v1.08c0 .23-.2.42-.42.42h-.86a.42.42 0 0 1-.42-.42V15.5h-.25l-1.6-1.4-1.26-.97a.42.42 0 0 1-.16-.35l.1-2.28v-.13c.09-.93.52-1.78 1.23-2.4.7-.63 1.61-.97 2.56-.97h2.04c.7 0 1.4.2 2 .55Zm-3.81 8.86c.14 0 .25-.1.25-.24v-.67h-.5v.67c0 .13.11.24.25.24Zm.76-1.5.7-2.18h-.79l-.42 1.45h-.98l-1.11-.92-.44.43 1.41 1.23h1.63ZM9.57 12.1v.64l1.05.86h.3l.29-.96-.19-.54H9.57Zm3.22.05c.22-.39.64-.64 1.1-.64h2.5a5.78 5.78 0 0 0-.1-.7h-1.04a.3.3 0 1 1 0-.58h.9c-.1-.33-.21-.64-.35-.9a3.13 3.13 0 0 0-1.18-1.27c-.5-.3-1.08-.46-1.68-.46H10.9c-.8 0-1.57.29-2.16.81a3.05 3.05 0 0 0-1.03 2.13l-.09 1.98c0 .14.05.27.16.35l.58.45.02-.03.02.02.57-.56v-.82c0-.23.19-.42.42-.42h1.77c.17 0 .33.11.4.28l.11.36h1.12Zm-2.25-3.76a.3.3 0 1 0 .6 0 .3.3 0 0 0-.6 0Zm1.3.3a.3.3 0 1 1 0-.6.3.3 0 0 1 0 .6Zm.99 0a.3.3 0 1 1 0-.6.3.3 0 0 1 0 .6Z" fill="#000"/>
130
- </Icon>);
49
+ return (_jsxs(Icon, { ...props, children: [_jsx("path", { d: "M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z", fill: "#E3E2E3" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 12a12 12 0 1 1 24 0 12 12 0 0 1-24 0ZM12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Z", fill: "#fff" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.94 7.55c.6.37 1.08.88 1.4 1.5.4.78.66 1.88.66 2.74v.3h-3.1a.66.66 0 0 0-.63.44l-.94 2.97h-.35v1.08c0 .23-.2.42-.42.42h-.86a.42.42 0 0 1-.42-.42V15.5h-.25l-1.6-1.4-1.26-.97a.42.42 0 0 1-.16-.35l.1-2.28v-.13c.09-.93.52-1.78 1.23-2.4.7-.63 1.61-.97 2.56-.97h2.04c.7 0 1.4.2 2 .55Zm-3.81 8.86c.14 0 .25-.1.25-.24v-.67h-.5v.67c0 .13.11.24.25.24Zm.76-1.5.7-2.18h-.79l-.42 1.45h-.98l-1.11-.92-.44.43 1.41 1.23h1.63ZM9.57 12.1v.64l1.05.86h.3l.29-.96-.19-.54H9.57Zm3.22.05c.22-.39.64-.64 1.1-.64h2.5a5.78 5.78 0 0 0-.1-.7h-1.04a.3.3 0 1 1 0-.58h.9c-.1-.33-.21-.64-.35-.9a3.13 3.13 0 0 0-1.18-1.27c-.5-.3-1.08-.46-1.68-.46H10.9c-.8 0-1.57.29-2.16.81a3.05 3.05 0 0 0-1.03 2.13l-.09 1.98c0 .14.05.27.16.35l.58.45.02-.03.02.02.57-.56v-.82c0-.23.19-.42.42-.42h1.77c.17 0 .33.11.4.28l.11.36h1.12Zm-2.25-3.76a.3.3 0 1 0 .6 0 .3.3 0 0 0-.6 0Zm1.3.3a.3.3 0 1 1 0-.6.3.3 0 0 1 0 .6Zm.99 0a.3.3 0 1 1 0-.6.3.3 0 0 1 0 .6Z", fill: "#000" })] }, "26"));
131
50
  }
132
51
  export function Skis(props) {
133
- return (<Icon key="27" {...props}>
134
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#E3E2E3"/>
135
- <path fillRule="evenodd" clipRule="evenodd" d="M0 12a12 12 0 1 1 24 0 12 12 0 0 1-24 0ZM12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Z" fill="#fff"/>
136
- <path d="m16.93 15.38-3.56-3.39 3.29-3.14a1.06 1.06 0 0 0 .25-1.18 1.07 1.07 0 0 0-1-.67 1.06 1.06 0 0 0-.77.33L12 10.63l-3.14-3.3a1.06 1.06 0 0 0-1.53-.02 1.07 1.07 0 0 0 .01 1.54l3.3 3.14-3.57 3.39-.07.81.8.81.82-.07L12 13.37l3.38 3.56.81.07.81-.8-.07-.82Zm-1.36-7.64a.48.48 0 0 1 .69-.01.48.48 0 0 1 0 .7L14.8 9.8l-.88-.35 1.64-1.71ZM13.49 9.9l.85.34-1.1 1.05v-.55h-.54l.8-.84ZM7.75 8.42a.48.48 0 0 1-.01-.7.48.48 0 0 1 .35-.13c.13 0 .25.05.34.15l1.64 1.71-.88.35-1.44-1.38Zm1.9 1.83.86-.34 1.08 1.14-.53.54-1.4-1.34Zm-1.3 6.11-.32.03-.42-.42.03-.32 1.95-1.86.35.9-1.6 1.67Zm2.04-2.15-.34-.85.64-.62.56.56-.86.91Zm1.27-1.33-.54-.54 1.02-1h.52v.52l-1 1.02Zm1.95 1.33-1.2-1.27.53-.54 1.01.96-.34.85Zm2.36 2.18-.32-.03-1.6-1.68.36-.89 1.95 1.86.03.32-.42.42Z" fill="#000"/>
137
- </Icon>);
52
+ return (_jsxs(Icon, { ...props, children: [_jsx("path", { d: "M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z", fill: "#E3E2E3" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 12a12 12 0 1 1 24 0 12 12 0 0 1-24 0ZM12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Z", fill: "#fff" }), _jsx("path", { d: "m16.93 15.38-3.56-3.39 3.29-3.14a1.06 1.06 0 0 0 .25-1.18 1.07 1.07 0 0 0-1-.67 1.06 1.06 0 0 0-.77.33L12 10.63l-3.14-3.3a1.06 1.06 0 0 0-1.53-.02 1.07 1.07 0 0 0 .01 1.54l3.3 3.14-3.57 3.39-.07.81.8.81.82-.07L12 13.37l3.38 3.56.81.07.81-.8-.07-.82Zm-1.36-7.64a.48.48 0 0 1 .69-.01.48.48 0 0 1 0 .7L14.8 9.8l-.88-.35 1.64-1.71ZM13.49 9.9l.85.34-1.1 1.05v-.55h-.54l.8-.84ZM7.75 8.42a.48.48 0 0 1-.01-.7.48.48 0 0 1 .35-.13c.13 0 .25.05.34.15l1.64 1.71-.88.35-1.44-1.38Zm1.9 1.83.86-.34 1.08 1.14-.53.54-1.4-1.34Zm-1.3 6.11-.32.03-.42-.42.03-.32 1.95-1.86.35.9-1.6 1.67Zm2.04-2.15-.34-.85.64-.62.56.56-.86.91Zm1.27-1.33-.54-.54 1.02-1h.52v.52l-1 1.02Zm1.95 1.33-1.2-1.27.53-.54 1.01.96-.34.85Zm2.36 2.18-.32-.03-1.6-1.68.36-.89 1.95 1.86.03.32-.42.42Z", fill: "#000" })] }, "27"));
138
53
  }
139
54
  export function Snowboard(props) {
140
- return (<Icon key="28" {...props}>
141
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#E3E2E3"/>
142
- <path fillRule="evenodd" clipRule="evenodd" d="M0 12a12 12 0 1 1 24 0 12 12 0 0 1-24 0ZM12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Z" fill="#fff"/>
143
- <path d="M16.39 7.61a2.1 2.1 0 0 0-3.15.22l-.51.68-.08.09-.14.16h-.14a1.2 1.2 0 0 0-1.2 1.2c0 .09 0 .17.02.25l-.98.98a1.21 1.21 0 0 0-1.45 1.32l-.16.14a1.5 1.5 0 0 1-.1.08l-.67.5a2.1 2.1 0 1 0 2.93 2.94l.51-.68.08-.09.48-.54a35.86 35.86 0 0 1 3.03-3.03l.54-.48.1-.08.67-.5a2.1 2.1 0 0 0 .22-3.16Zm-4.46 1.91a.62.62 0 0 1 .88 0l.63.63-.88.88-.63-.62a.62.62 0 0 1 0-.89Zm-2.4 2.41a.62.62 0 0 1 .88 0l.62.63-.88.88-.63-.63a.62.62 0 0 1 0-.88Zm1.27 3.21-.5.67a1.5 1.5 0 1 1-2.11-2.1l.67-.51.13-.1v-.01l.12.13 1.8 1.8-.1.12Zm.45-.6-.69-.69.88-.88.67.67-.86.9Zm1.29-1.3-1.72-1.72a1.3 1.3 0 0 0-.06-.06l.7-.7.06.06 1.71 1.72-.7.7Zm1.1-1.13-.67-.66.88-.89.69.7-.9.85ZM16.4 9.2a1.5 1.5 0 0 1-.6 1.1l-.67.5a2.1 2.1 0 0 0-.12.1l-1.8-1.79a1.23 1.23 0 0 0-.13-.12l.1-.13.51-.67a1.5 1.5 0 0 1 2.71 1Z" fill="#000"/>
144
- </Icon>);
55
+ return (_jsxs(Icon, { ...props, children: [_jsx("path", { d: "M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z", fill: "#E3E2E3" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 12a12 12 0 1 1 24 0 12 12 0 0 1-24 0ZM12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Z", fill: "#fff" }), _jsx("path", { d: "M16.39 7.61a2.1 2.1 0 0 0-3.15.22l-.51.68-.08.09-.14.16h-.14a1.2 1.2 0 0 0-1.2 1.2c0 .09 0 .17.02.25l-.98.98a1.21 1.21 0 0 0-1.45 1.32l-.16.14a1.5 1.5 0 0 1-.1.08l-.67.5a2.1 2.1 0 1 0 2.93 2.94l.51-.68.08-.09.48-.54a35.86 35.86 0 0 1 3.03-3.03l.54-.48.1-.08.67-.5a2.1 2.1 0 0 0 .22-3.16Zm-4.46 1.91a.62.62 0 0 1 .88 0l.63.63-.88.88-.63-.62a.62.62 0 0 1 0-.89Zm-2.4 2.41a.62.62 0 0 1 .88 0l.62.63-.88.88-.63-.63a.62.62 0 0 1 0-.88Zm1.27 3.21-.5.67a1.5 1.5 0 1 1-2.11-2.1l.67-.51.13-.1v-.01l.12.13 1.8 1.8-.1.12Zm.45-.6-.69-.69.88-.88.67.67-.86.9Zm1.29-1.3-1.72-1.72a1.3 1.3 0 0 0-.06-.06l.7-.7.06.06 1.71 1.72-.7.7Zm1.1-1.13-.67-.66.88-.89.69.7-.9.85ZM16.4 9.2a1.5 1.5 0 0 1-.6 1.1l-.67.5a2.1 2.1 0 0 0-.12.1l-1.8-1.79a1.23 1.23 0 0 0-.13-.12l.1-.13.51-.67a1.5 1.5 0 0 1 2.71 1Z", fill: "#000" })] }, "28"));
145
56
  }
146
57
  export function Parking(props) {
147
- return (<Icon key="29" {...props}>
148
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#E3E2E3"/>
149
- <path fillRule="evenodd" clipRule="evenodd" d="M0 12a12 12 0 1 1 24 0 12 12 0 0 1-24 0ZM12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Z" fill="#fff"/>
150
- <path d="M15.83 7c.64 0 1.17.53 1.17 1.17v7.66c0 .64-.53 1.17-1.17 1.17H8.17C7.53 17 7 16.47 7 15.83V8.17C7 7.53 7.53 7 8.17 7h7.66Zm0 .78H8.17a.4.4 0 0 0-.39.4v7.65c0 .21.18.39.4.39h7.65a.4.4 0 0 0 .39-.4V8.18a.4.4 0 0 0-.4-.39Zm-3.24 1.17a1.96 1.96 0 0 1 0 3.9h-1.96v2.2h-.78v-6.1h2.74Zm0 .78h-1.96v2.35h1.96a1.17 1.17 0 0 0 0-2.35Z" fill="#000"/>
151
- </Icon>);
58
+ return (_jsxs(Icon, { ...props, children: [_jsx("path", { d: "M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z", fill: "#E3E2E3" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 12a12 12 0 1 1 24 0 12 12 0 0 1-24 0ZM12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Z", fill: "#fff" }), _jsx("path", { d: "M15.83 7c.64 0 1.17.53 1.17 1.17v7.66c0 .64-.53 1.17-1.17 1.17H8.17C7.53 17 7 16.47 7 15.83V8.17C7 7.53 7.53 7 8.17 7h7.66Zm0 .78H8.17a.4.4 0 0 0-.39.4v7.65c0 .21.18.39.4.39h7.65a.4.4 0 0 0 .39-.4V8.18a.4.4 0 0 0-.4-.39Zm-3.24 1.17a1.96 1.96 0 0 1 0 3.9h-1.96v2.2h-.78v-6.1h2.74Zm0 .78h-1.96v2.35h1.96a1.17 1.17 0 0 0 0-2.35Z", fill: "#000" })] }, "29"));
152
59
  }
153
60
  export function Bus(props) {
154
- return (<Icon key="30" {...props}>
155
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#E3E2E3"/>
156
- <path fillRule="evenodd" clipRule="evenodd" d="M0 12a12 12 0 1 1 24 0 12 12 0 0 1-24 0ZM12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Z" fill="#fff"/>
157
- <path fillRule="evenodd" clipRule="evenodd" d="M7 9.84c0-.98.79-1.76 1.76-1.76h6.48c.97 0 1.76.78 1.76 1.76v2.74c0 .75-.47 1.39-1.14 1.64l.01.13a1.57 1.57 0 0 1-3.14 0h-1.46a1.57 1.57 0 1 1-3.13-.13A1.76 1.76 0 0 1 7 12.58V9.84Zm1.76-1.08c-.6 0-1.07.48-1.07 1.08v1.11h2.08V8.76h-1Zm1.7 0v2.2h3.35v-2.2h-3.35Zm4.04 0v2.2h1.81V9.83c0-.6-.48-1.08-1.07-1.08h-.74Zm-6.81 2.88v.94c0 .44.27.82.66.98a1.56 1.56 0 0 1 2.76.1h1.78a1.57 1.57 0 0 1 2.76-.1c.39-.16.66-.54.66-.98v-.94H7.7Zm2.01 1.83a.88.88 0 0 0-.76.45.87.87 0 0 0-.06.13l-.02.04a.86.86 0 0 0-.04.26.88.88 0 1 0 1.75-.15.97.97 0 0 0-.03-.1l-.01-.05-.01-.03a.88.88 0 0 0-.82-.55Zm4.6 0a.88.88 0 0 0-.77.47l-.05.08v.04l-.02.04a.82.82 0 0 0-.04.25.88.88 0 1 0 1.75-.15.93.93 0 0 0-.03-.11l-.01-.03a.3.3 0 0 0-.01-.04.88.88 0 0 0-.82-.55Z" fill="#000"/>
158
- </Icon>);
159
- }
160
- // DIVERS FIN
161
- // DIRECTIONS DÉBUT
61
+ return (_jsxs(Icon, { ...props, children: [_jsx("path", { d: "M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z", fill: "#E3E2E3" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 12a12 12 0 1 1 24 0 12 12 0 0 1-24 0ZM12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Z", fill: "#fff" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7 9.84c0-.98.79-1.76 1.76-1.76h6.48c.97 0 1.76.78 1.76 1.76v2.74c0 .75-.47 1.39-1.14 1.64l.01.13a1.57 1.57 0 0 1-3.14 0h-1.46a1.57 1.57 0 1 1-3.13-.13A1.76 1.76 0 0 1 7 12.58V9.84Zm1.76-1.08c-.6 0-1.07.48-1.07 1.08v1.11h2.08V8.76h-1Zm1.7 0v2.2h3.35v-2.2h-3.35Zm4.04 0v2.2h1.81V9.83c0-.6-.48-1.08-1.07-1.08h-.74Zm-6.81 2.88v.94c0 .44.27.82.66.98a1.56 1.56 0 0 1 2.76.1h1.78a1.57 1.57 0 0 1 2.76-.1c.39-.16.66-.54.66-.98v-.94H7.7Zm2.01 1.83a.88.88 0 0 0-.76.45.87.87 0 0 0-.06.13l-.02.04a.86.86 0 0 0-.04.26.88.88 0 1 0 1.75-.15.97.97 0 0 0-.03-.1l-.01-.05-.01-.03a.88.88 0 0 0-.82-.55Zm4.6 0a.88.88 0 0 0-.77.47l-.05.08v.04l-.02.04a.82.82 0 0 0-.04.25.88.88 0 1 0 1.75-.15.93.93 0 0 0-.03-.11l-.01-.03a.3.3 0 0 0-.01-.04.88.88 0 0 0-.82-.55Z", fill: "#000" })] }, "30"));
62
+ }
162
63
  export function EastDirection(props) {
163
- return (<Icon key="31" {...props}>
164
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#383838"/>
165
- <path fillRule="evenodd" clipRule="evenodd" d="M0 12a12 12 0 1 1 24 0 12 12 0 0 1-24 0ZM12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Z" fill="#fff"/>
166
- <path d="m15.92 12.27-3.16 3.27a.36.36 0 0 1-.26.13.35.35 0 0 1-.27-.13c-.13-.18-.13-.4 0-.54l2.54-2.64H8.36A.35.35 0 0 1 8 12c0-.23.18-.36.36-.36h6.4L12.24 9c-.13-.13-.13-.36 0-.54a.36.36 0 0 1 .27-.13.35.35 0 0 1 .26.13l3.12 3.27A.36.36 0 0 1 16 12a.37.37 0 0 1-.12.27h.04Z" fill="#fff"/>
167
- </Icon>);
64
+ return (_jsxs(Icon, { ...props, children: [_jsx("path", { d: "M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z", fill: "#383838" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 12a12 12 0 1 1 24 0 12 12 0 0 1-24 0ZM12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Z", fill: "#fff" }), _jsx("path", { d: "m15.92 12.27-3.16 3.27a.36.36 0 0 1-.26.13.35.35 0 0 1-.27-.13c-.13-.18-.13-.4 0-.54l2.54-2.64H8.36A.35.35 0 0 1 8 12c0-.23.18-.36.36-.36h6.4L12.24 9c-.13-.13-.13-.36 0-.54a.36.36 0 0 1 .27-.13.35.35 0 0 1 .26.13l3.12 3.27A.36.36 0 0 1 16 12a.37.37 0 0 1-.12.27h.04Z", fill: "#fff" })] }, "31"));
168
65
  }
169
66
  export function WestDirection(props) {
170
- return (<Icon key="32" {...props}>
171
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#383838"/>
172
- <path fillRule="evenodd" clipRule="evenodd" d="M0 12a12 12 0 1 1 24 0 12 12 0 0 1-24 0ZM12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Z" fill="#fff"/>
173
- <path d="m8.08 12.27 3.16 3.27a.36.36 0 0 0 .26.13.35.35 0 0 0 .27-.13c.13-.18.13-.4 0-.54l-2.54-2.64h6.41c.18 0 .36-.13.36-.36a.35.35 0 0 0-.36-.36h-6.4L11.76 9c.13-.13.13-.36 0-.54a.36.36 0 0 0-.27-.13.35.35 0 0 0-.26.13l-3.12 3.27A.36.36 0 0 0 8 12a.37.37 0 0 0 .12.27h-.04Z" fill="#fff"/>
174
- </Icon>);
67
+ return (_jsxs(Icon, { ...props, children: [_jsx("path", { d: "M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z", fill: "#383838" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 12a12 12 0 1 1 24 0 12 12 0 0 1-24 0ZM12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Z", fill: "#fff" }), _jsx("path", { d: "m8.08 12.27 3.16 3.27a.36.36 0 0 0 .26.13.35.35 0 0 0 .27-.13c.13-.18.13-.4 0-.54l-2.54-2.64h6.41c.18 0 .36-.13.36-.36a.35.35 0 0 0-.36-.36h-6.4L11.76 9c.13-.13.13-.36 0-.54a.36.36 0 0 0-.27-.13.35.35 0 0 0-.26.13l-3.12 3.27A.36.36 0 0 0 8 12a.37.37 0 0 0 .12.27h-.04Z", fill: "#fff" })] }, "32"));
175
68
  }
176
69
  export function NorthDirection(props) {
177
- return (<Icon key="33" {...props}>
178
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#383838"/>
179
- <path fillRule="evenodd" clipRule="evenodd" d="M0 12a12 12 0 1 1 24 0 12 12 0 0 1-24 0ZM12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Z" fill="#fff"/>
180
- <path d="m11.73 8.08-3.27 3.16a.36.36 0 0 0-.13.26.35.35 0 0 0 .13.27c.18.13.4.13.54 0l2.64-2.54v6.41c0 .18.13.36.36.36.23 0 .36-.18.36-.36v-6.4L15 11.76c.13.13.36.13.54 0a.36.36 0 0 0 .13-.27.35.35 0 0 0-.13-.26l-3.27-3.12A.36.36 0 0 0 12 8a.37.37 0 0 0-.27.12v-.04Z" fill="#fff"/>
181
- </Icon>);
70
+ return (_jsxs(Icon, { ...props, children: [_jsx("path", { d: "M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z", fill: "#383838" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 12a12 12 0 1 1 24 0 12 12 0 0 1-24 0ZM12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Z", fill: "#fff" }), _jsx("path", { d: "m11.73 8.08-3.27 3.16a.36.36 0 0 0-.13.26.35.35 0 0 0 .13.27c.18.13.4.13.54 0l2.64-2.54v6.41c0 .18.13.36.36.36.23 0 .36-.18.36-.36v-6.4L15 11.76c.13.13.36.13.54 0a.36.36 0 0 0 .13-.27.35.35 0 0 0-.13-.26l-3.27-3.12A.36.36 0 0 0 12 8a.37.37 0 0 0-.27.12v-.04Z", fill: "#fff" })] }, "33"));
182
71
  }
183
72
  export function SouthDirection(props) {
184
- return (<Icon key="34" {...props}>
185
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#383838"/>
186
- <path fillRule="evenodd" clipRule="evenodd" d="M0 12a12 12 0 1 1 24 0 12 12 0 0 1-24 0ZM12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Z" fill="#fff"/>
187
- <path d="m11.73 15.92-3.27-3.16a.36.36 0 0 1-.13-.26.35.35 0 0 1 .13-.27c.18-.13.4-.13.54 0l2.64 2.54V8.36c0-.18.13-.36.36-.36.23 0 .36.18.36.36v6.4L15 12.24c.13-.13.36-.13.54 0a.36.36 0 0 1 .13.27.35.35 0 0 1-.13.26l-3.27 3.12A.36.36 0 0 1 12 16a.37.37 0 0 1-.27-.12v.04Z" fill="#fff"/>
188
- </Icon>);
73
+ return (_jsxs(Icon, { ...props, children: [_jsx("path", { d: "M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z", fill: "#383838" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 12a12 12 0 1 1 24 0 12 12 0 0 1-24 0ZM12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Z", fill: "#fff" }), _jsx("path", { d: "m11.73 15.92-3.27-3.16a.36.36 0 0 1-.13-.26.35.35 0 0 1 .13-.27c.18-.13.4-.13.54 0l2.64 2.54V8.36c0-.18.13-.36.36-.36.23 0 .36.18.36.36v6.4L15 12.24c.13-.13.36-.13.54 0a.36.36 0 0 1 .13.27.35.35 0 0 1-.13.26l-3.27 3.12A.36.36 0 0 1 12 16a.37.37 0 0 1-.27-.12v.04Z", fill: "#fff" })] }, "34"));
189
74
  }
190
75
  export function NorthEastDirection(props) {
191
- return (<Icon key="35" {...props}>
192
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#383838"/>
193
- <path fillRule="evenodd" clipRule="evenodd" d="M0 12a12 12 0 1 1 24 0 12 12 0 0 1-24 0ZM12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Z" fill="#fff"/>
194
- <path d="m14.58 8.69-4.55-.08a.36.36 0 0 0-.27.1.35.35 0 0 0-.1.28c.03.22.2.38.38.38l3.66.07-4.53 4.54a.35.35 0 0 0 0 .5c.16.17.38.14.51.01l4.53-4.53.07 3.66c0 .19.16.35.39.38a.36.36 0 0 0 .27-.1.35.35 0 0 0 .1-.28l-.1-4.51a.36.36 0 0 0-.11-.28.37.37 0 0 0-.28-.1l.03-.04Z" fill="#fff"/>
195
- </Icon>);
76
+ return (_jsxs(Icon, { ...props, children: [_jsx("path", { d: "M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z", fill: "#383838" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 12a12 12 0 1 1 24 0 12 12 0 0 1-24 0ZM12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Z", fill: "#fff" }), _jsx("path", { d: "m14.58 8.69-4.55-.08a.36.36 0 0 0-.27.1.35.35 0 0 0-.1.28c.03.22.2.38.38.38l3.66.07-4.53 4.54a.35.35 0 0 0 0 .5c.16.17.38.14.51.01l4.53-4.53.07 3.66c0 .19.16.35.39.38a.36.36 0 0 0 .27-.1.35.35 0 0 0 .1-.28l-.1-4.51a.36.36 0 0 0-.11-.28.37.37 0 0 0-.28-.1l.03-.04Z", fill: "#fff" })] }, "35"));
196
77
  }
197
78
  export function NorthWestDirection(props) {
198
- return (<Icon key="36" {...props}>
199
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#383838"/>
200
- <path fillRule="evenodd" clipRule="evenodd" d="M0 12a12 12 0 1 1 24 0 12 12 0 0 1-24 0ZM12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Z" fill="#fff"/>
201
- <path d="m8.69 9.42-.08 4.55a.36.36 0 0 0 .1.27.35.35 0 0 0 .28.1c.22-.03.38-.2.38-.38l.07-3.66 4.54 4.53c.12.13.34.16.5 0a.35.35 0 0 0 .01-.51L9.96 9.79l3.66-.07c.19 0 .35-.16.38-.39a.36.36 0 0 0-.1-.27.35.35 0 0 0-.28-.1l-4.51.1a.36.36 0 0 0-.28.11.37.37 0 0 0-.1.28l-.04-.03Z" fill="#fff"/>
202
- </Icon>);
79
+ return (_jsxs(Icon, { ...props, children: [_jsx("path", { d: "M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z", fill: "#383838" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 12a12 12 0 1 1 24 0 12 12 0 0 1-24 0ZM12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Z", fill: "#fff" }), _jsx("path", { d: "m8.69 9.42-.08 4.55a.36.36 0 0 0 .1.27.35.35 0 0 0 .28.1c.22-.03.38-.2.38-.38l.07-3.66 4.54 4.53c.12.13.34.16.5 0a.35.35 0 0 0 .01-.51L9.96 9.79l3.66-.07c.19 0 .35-.16.38-.39a.36.36 0 0 0-.1-.27.35.35 0 0 0-.28-.1l-4.51.1a.36.36 0 0 0-.28.11.37.37 0 0 0-.1.28l-.04-.03Z", fill: "#fff" })] }, "36"));
203
80
  }
204
81
  export function SouthWestDirection(props) {
205
- return (<Icon key="37" {...props}>
206
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#383838"/>
207
- <path fillRule="evenodd" clipRule="evenodd" d="M0 12a12 12 0 1 1 24 0 12 12 0 0 1-24 0ZM12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Z" fill="#fff"/>
208
- <path d="m8.92 13.9 4.47.87a.36.36 0 0 0 .29-.05.35.35 0 0 0 .15-.26c0-.22-.13-.4-.32-.44l-3.59-.7 5.26-3.68c.14-.1.2-.32.08-.5a.35.35 0 0 0-.5-.1L9.5 12.72l.56-3.62c.04-.18-.1-.37-.3-.44a.36.36 0 0 0-.3.05.35.35 0 0 0-.15.25l-.67 4.47a.36.36 0 0 0 .06.3.37.37 0 0 0 .25.15l-.04.02Z" fill="#fff"/>
209
- </Icon>);
82
+ return (_jsxs(Icon, { ...props, children: [_jsx("path", { d: "M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z", fill: "#383838" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 12a12 12 0 1 1 24 0 12 12 0 0 1-24 0ZM12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Z", fill: "#fff" }), _jsx("path", { d: "m8.92 13.9 4.47.87a.36.36 0 0 0 .29-.05.35.35 0 0 0 .15-.26c0-.22-.13-.4-.32-.44l-3.59-.7 5.26-3.68c.14-.1.2-.32.08-.5a.35.35 0 0 0-.5-.1L9.5 12.72l.56-3.62c.04-.18-.1-.37-.3-.44a.36.36 0 0 0-.3.05.35.35 0 0 0-.15.25l-.67 4.47a.36.36 0 0 0 .06.3.37.37 0 0 0 .25.15l-.04.02Z", fill: "#fff" })] }, "37"));
210
83
  }
211
84
  export function SouthEastDirection(props) {
212
- return (<Icon key="38" {...props}>
213
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#383838"/>
214
- <path fillRule="evenodd" clipRule="evenodd" d="M0 12a12 12 0 1 1 24 0 12 12 0 0 1-24 0ZM12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Z" fill="#fff"/>
215
- <path d="m14.8 14.01-.71-4.5a.36.36 0 0 0-.15-.25.35.35 0 0 0-.3-.05c-.2.07-.33.26-.3.45l.56 3.61L8.65 9.6a.35.35 0 0 0-.5.1c-.13.18-.06.4.09.5l5.25 3.68-3.6.7c-.18.04-.31.22-.3.45a.36.36 0 0 0 .14.25.35.35 0 0 0 .3.05l4.42-.89a.36.36 0 0 0 .26-.15.37.37 0 0 0 .05-.3l.04.03Z" fill="#fff"/>
216
- </Icon>);
217
- }
218
- // DIRECTIONS FIN
219
- function Icon(_a) {
220
- var { width = 24, height = 24 } = _a, props = __rest(_a, ["width", "height"]);
221
- return (<svg viewBox={`0 0 ${width} ${height}`} width={width} height={height} {...props}>
222
- {props.children}
223
- </svg>);
85
+ return (_jsxs(Icon, { ...props, children: [_jsx("path", { d: "M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z", fill: "#383838" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 12a12 12 0 1 1 24 0 12 12 0 0 1-24 0ZM12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Z", fill: "#fff" }), _jsx("path", { d: "m14.8 14.01-.71-4.5a.36.36 0 0 0-.15-.25.35.35 0 0 0-.3-.05c-.2.07-.33.26-.3.45l.56 3.61L8.65 9.6a.35.35 0 0 0-.5.1c-.13.18-.06.4.09.5l5.25 3.68-3.6.7c-.18.04-.31.22-.3.45a.36.36 0 0 0 .14.25.35.35 0 0 0 .3.05l4.42-.89a.36.36 0 0 0 .26-.15.37.37 0 0 0 .05-.3l.04.03Z", fill: "#fff" })] }, "38"));
86
+ }
87
+ function Icon({ width = 24, height = 24, ...props }) {
88
+ return (_jsx("svg", { viewBox: `0 0 ${width} ${height}`, width: width, height: height, ...props, children: props.children }));
224
89
  }
@@ -1,29 +1,29 @@
1
- export function Location(props: any): React.JSX.Element;
2
- export function Chairlift(props: any): React.JSX.Element;
3
- export function CableCar(props: any): React.JSX.Element;
4
- export function NordicSkiing(props: any): React.JSX.Element;
5
- export function CrossCountry(props: any): React.JSX.Element;
6
- export function AlpineSki(props: any): React.JSX.Element;
7
- export function Teleski(props: any): React.JSX.Element;
8
- export function Biathlon(props: any): React.JSX.Element;
9
- export function Snowshoes(props: any): React.JSX.Element;
10
- export function SkiPass(props: any): React.JSX.Element;
11
- export function PiouPiouMat(props: any): React.JSX.Element;
12
- export function Cabin(props: any): React.JSX.Element;
13
- export function Building(props: any): React.JSX.Element;
14
- export function SkiMask(props: any): React.JSX.Element;
15
- export function SkiShoe(props: any): React.JSX.Element;
16
- export function SkiHelmet(props: any): React.JSX.Element;
17
- export function Skis(props: any): React.JSX.Element;
18
- export function Snowboard(props: any): React.JSX.Element;
19
- export function Parking(props: any): React.JSX.Element;
20
- export function Bus(props: any): React.JSX.Element;
21
- export function EastDirection(props: any): React.JSX.Element;
22
- export function WestDirection(props: any): React.JSX.Element;
23
- export function NorthDirection(props: any): React.JSX.Element;
24
- export function SouthDirection(props: any): React.JSX.Element;
25
- export function NorthEastDirection(props: any): React.JSX.Element;
26
- export function NorthWestDirection(props: any): React.JSX.Element;
27
- export function SouthWestDirection(props: any): React.JSX.Element;
28
- export function SouthEastDirection(props: any): React.JSX.Element;
29
- import * as React from "react";
1
+ export function Location(props: any): import("react/jsx-runtime").JSX.Element;
2
+ export function Chairlift(props: any): import("react/jsx-runtime").JSX.Element;
3
+ export function CableCar(props: any): import("react/jsx-runtime").JSX.Element;
4
+ export function NordicSkiing(props: any): import("react/jsx-runtime").JSX.Element;
5
+ export function CrossCountry(props: any): import("react/jsx-runtime").JSX.Element;
6
+ export function AlpineSki(props: any): import("react/jsx-runtime").JSX.Element;
7
+ export function Teleski(props: any): import("react/jsx-runtime").JSX.Element;
8
+ export function Biathlon(props: any): import("react/jsx-runtime").JSX.Element;
9
+ export function Snowshoes(props: any): import("react/jsx-runtime").JSX.Element;
10
+ export function SkiPass(props: any): import("react/jsx-runtime").JSX.Element;
11
+ export function PiouPiouMat(props: any): import("react/jsx-runtime").JSX.Element;
12
+ export function Cabin(props: any): import("react/jsx-runtime").JSX.Element;
13
+ export function Building(props: any): import("react/jsx-runtime").JSX.Element;
14
+ export function SkiMask(props: any): import("react/jsx-runtime").JSX.Element;
15
+ export function SkiShoe(props: any): import("react/jsx-runtime").JSX.Element;
16
+ export function SkiHelmet(props: any): import("react/jsx-runtime").JSX.Element;
17
+ export function Skis(props: any): import("react/jsx-runtime").JSX.Element;
18
+ export function Snowboard(props: any): import("react/jsx-runtime").JSX.Element;
19
+ export function Parking(props: any): import("react/jsx-runtime").JSX.Element;
20
+ export function Bus(props: any): import("react/jsx-runtime").JSX.Element;
21
+ export function EastDirection(props: any): import("react/jsx-runtime").JSX.Element;
22
+ export function WestDirection(props: any): import("react/jsx-runtime").JSX.Element;
23
+ export function NorthDirection(props: any): import("react/jsx-runtime").JSX.Element;
24
+ export function SouthDirection(props: any): import("react/jsx-runtime").JSX.Element;
25
+ export function NorthEastDirection(props: any): import("react/jsx-runtime").JSX.Element;
26
+ export function NorthWestDirection(props: any): import("react/jsx-runtime").JSX.Element;
27
+ export function SouthWestDirection(props: any): import("react/jsx-runtime").JSX.Element;
28
+ export function SouthEastDirection(props: any): import("react/jsx-runtime").JSX.Element;
29
+ //# sourceMappingURL=sedev-vars.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sedev-vars.d.ts","sourceRoot":"","sources":["../../../../../src/common/components/editable-map/icons/sedev-vars.js"],"names":[],"mappings":"AAEA,8EAYC;AAID,+EAgBC;AAED,8EAkBC;AAED,kFAgBC;AAED,kFAkBC;AAED,+EAgBC;AAED,6EAsBC;AAED,8EAoBC;AAED,+EAgBC;AAED,6EA8BC;AAED,iFAgBC;AAMD,2EAkBC;AAED,8EAkBC;AAED,6EAoBC;AAED,6EAgBC;AAED,+EAkBC;AAED,0EAgBC;AAED,+EAgBC;AAED,6EAgBC;AAED,yEAkBC;AAMD,mFAgBC;AAED,mFAgBC;AAED,oFAgBC;AAED,oFAgBC;AAED,wFAgBC;AAED,wFAgBC;AAED,wFAgBC;AAED,wFAgBC"}