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,470 +1,155 @@
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" fill="#CF0900"/>
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", fill: "#CF0900" }), _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
6
  export function Location2(props) {
20
- return (<Icon key="2" {...props}>
21
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#00537B"/>
22
- <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"/>
23
- </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" })] }, "2"));
24
8
  }
25
9
  export function Location3(props) {
26
- return (<Icon key="3" {...props}>
27
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#383838"/>
28
- <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"/>
29
- </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: "#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" })] }, "3"));
30
11
  }
31
12
  export function Location4(props) {
32
- return (<Icon key="4" {...props}>
33
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#E3E2E3"/>
34
- <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"/>
35
- </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: "#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" })] }, "4"));
36
14
  }
37
- // ESF DÉBUT
38
15
  export function ESFOffice(props) {
39
- return (<Icon key="5" {...props}>
40
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#CF0900"/>
41
- <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"/>
42
- <path fillRule="evenodd" clipRule="evenodd" d="M6.89 11.73h2.53c.07 0 .12-.03.14-.08.41-1.02-.4-1.65-1.71-1.65-1.21 0-2.4.6-2.77 1.55-.37.99.55 1.45 1.74 1.45.83 0 1.9-.29 2.44-.9a.06.06 0 0 0 .02-.05c0-.03-.03-.06-.07-.06H7.62a.14.14 0 0 0-.1.05.58.58 0 0 1-.43.19c-.36 0-.35-.23-.27-.44v-.01c0-.03.04-.05.07-.05Zm2.38.98c0 .03.02.05.05.06.61.14 1.4.23 2.1.23 1.3 0 2.7-.33 2.93-1.01.16-.48-.42-.72-1.31-.81l-.48-.06h-.05c-.16-.02-.37-.04-.34-.13.04-.12.33-.16.52-.16.43 0 .8.08 1.1.19h.02l.04.01c.04 0 .1-.03.1-.03v-.01l.68-.6a.06.06 0 0 0 .02-.04.06.06 0 0 0-.05-.06 6.12 6.12 0 0 0-1.7-.21c-1.3 0-2.73.37-2.95 1.04-.15.45.49.68 1.31.76l.43.03h.05c.19.03.42.05.38.16-.04.13-.61.17-.61.17-.5 0-.93-.12-1.28-.26h-.02a.14.14 0 0 0-.14.02l-.77.66a.06.06 0 0 0-.03.05ZM16.7 12c.01-.03.04-.05.07-.05h1.37c.06 0 .1-.03.12-.08l.18-.55v-.02a.07.07 0 0 0-.06-.07h-1.33a.07.07 0 0 1-.07-.06v-.02l.05-.16c.01-.03.04-.05.07-.05h1.58c.06 0 .1-.03.13-.08l.2-.62v-.03a.07.07 0 0 0-.07-.06h-3.62a.13.13 0 0 0-.13.1l-.84 2.59v.02c0 .04.02.06.06.06h1.9c.06 0 .1-.03.12-.09l.27-.83Zm-8.85-.85c.03-.18-.08-.33-.3-.33a.54.54 0 0 0-.47.28l-.01.03c0 .04.03.07.06.07h.66c.03 0 .06-.02.06-.05Z" fill="#fff"/>
43
- </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: "#CF0900" }), _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: "M6.89 11.73h2.53c.07 0 .12-.03.14-.08.41-1.02-.4-1.65-1.71-1.65-1.21 0-2.4.6-2.77 1.55-.37.99.55 1.45 1.74 1.45.83 0 1.9-.29 2.44-.9a.06.06 0 0 0 .02-.05c0-.03-.03-.06-.07-.06H7.62a.14.14 0 0 0-.1.05.58.58 0 0 1-.43.19c-.36 0-.35-.23-.27-.44v-.01c0-.03.04-.05.07-.05Zm2.38.98c0 .03.02.05.05.06.61.14 1.4.23 2.1.23 1.3 0 2.7-.33 2.93-1.01.16-.48-.42-.72-1.31-.81l-.48-.06h-.05c-.16-.02-.37-.04-.34-.13.04-.12.33-.16.52-.16.43 0 .8.08 1.1.19h.02l.04.01c.04 0 .1-.03.1-.03v-.01l.68-.6a.06.06 0 0 0 .02-.04.06.06 0 0 0-.05-.06 6.12 6.12 0 0 0-1.7-.21c-1.3 0-2.73.37-2.95 1.04-.15.45.49.68 1.31.76l.43.03h.05c.19.03.42.05.38.16-.04.13-.61.17-.61.17-.5 0-.93-.12-1.28-.26h-.02a.14.14 0 0 0-.14.02l-.77.66a.06.06 0 0 0-.03.05ZM16.7 12c.01-.03.04-.05.07-.05h1.37c.06 0 .1-.03.12-.08l.18-.55v-.02a.07.07 0 0 0-.06-.07h-1.33a.07.07 0 0 1-.07-.06v-.02l.05-.16c.01-.03.04-.05.07-.05h1.58c.06 0 .1-.03.13-.08l.2-.62v-.03a.07.07 0 0 0-.07-.06h-3.62a.13.13 0 0 0-.13.1l-.84 2.59v.02c0 .04.02.06.06.06h1.9c.06 0 .1-.03.12-.09l.27-.83Zm-8.85-.85c.03-.18-.08-.33-.3-.33a.54.54 0 0 0-.47.28l-.01.03c0 .04.03.07.06.07h.66c.03 0 .06-.02.06-.05Z", fill: "#fff" })] }, "5"));
44
17
  }
45
18
  export function Bear(props) {
46
- return (<Icon key="6" {...props}>
47
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#CF0900"/>
48
- <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"/>
49
- <path fillRule="evenodd" clipRule="evenodd" d="M10.56 9.99c0-.19.16-.34.34-.34.2 0 .34.15.34.34 0 .18-.15.33-.34.33a.34.34 0 0 1-.34-.33Zm2.2 0c0-.19.15-.34.34-.34.18 0 .34.15.34.34 0 .18-.16.33-.34.33a.34.34 0 0 1-.34-.33Z" fill="#fff"/>
50
- <path fillRule="evenodd" clipRule="evenodd" d="M8.67 8.27c0-.72.6-1.31 1.34-1.31.39 0 .75.16 1 .45a2.85 2.85 0 0 1 1.98 0c.25-.29.61-.45 1-.45.74 0 1.34.59 1.34 1.31 0 .43-.23.84-.58 1.08a2.73 2.73 0 0 1-.24 1.94h1.2c.73 0 1.33.6 1.33 1.32 0 .72-.6 1.3-1.33 1.3h-.58v.61c.25.27.4.63.4 1.02 0 .83-.7 1.5-1.54 1.5h-3.98c-.85 0-1.54-.67-1.54-1.5 0-.4.15-.75.4-1.02v-.6H8.3c-.73 0-1.33-.6-1.33-1.31 0-.73.6-1.32 1.33-1.32h1.2a2.72 2.72 0 0 1-.24-1.94 1.31 1.31 0 0 1-.58-1.08Zm1.34-.64a.65.65 0 0 0-.66.64c0 .26.17.5.43.6.17.06.26.25.2.43-.09.22-.13.46-.13.7 0 1.07.8 1.95 1.85 2.1h.6a2.12 2.12 0 0 0 1.72-2.8.33.33 0 0 1 .2-.43c.26-.1.43-.34.43-.6 0-.35-.3-.64-.66-.64a.66.66 0 0 0-.58.35.34.34 0 0 1-.45.14 2.16 2.16 0 0 0-1.92 0 .34.34 0 0 1-.45-.14.66.66 0 0 0-.58-.35Zm-1.72 4.33a.65.65 0 0 0-.65.65c0 .35.3.64.65.64h.92c.19 0 .34.15.34.33v.52a1.52 1.52 0 0 1 2 1.44c0 .3-.1.6-.27.83h1.44a1.48 1.48 0 0 1-.26-.83 1.52 1.52 0 0 1 1.99-1.44v-.52c0-.18.15-.33.34-.33h.92c.36 0 .65-.3.65-.64 0-.36-.3-.65-.65-.65H14a2.85 2.85 0 0 1-4.02 0H8.3Zm1.72 2.74a.85.85 0 0 0-.86.84c0 .46.39.83.86.83s.85-.37.85-.83a.85.85 0 0 0-.85-.84Zm3.98 0a.85.85 0 0 0-.85.84c0 .46.38.83.85.83s.86-.37.86-.83a.85.85 0 0 0-.86-.84Z" fill="#fff"/>
51
- <path d="M11.3 10.95a.34.34 0 0 1 .45-.15l.25.12.25-.12a.34.34 0 0 1 .45.15c.09.17.02.37-.15.45l-.21.1v.6h-.68v-.6l-.21-.1a.33.33 0 0 1-.15-.45Z" fill="#fff"/>
52
- </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: "#CF0900" }), _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: "M10.56 9.99c0-.19.16-.34.34-.34.2 0 .34.15.34.34 0 .18-.15.33-.34.33a.34.34 0 0 1-.34-.33Zm2.2 0c0-.19.15-.34.34-.34.18 0 .34.15.34.34 0 .18-.16.33-.34.33a.34.34 0 0 1-.34-.33Z", fill: "#fff" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.67 8.27c0-.72.6-1.31 1.34-1.31.39 0 .75.16 1 .45a2.85 2.85 0 0 1 1.98 0c.25-.29.61-.45 1-.45.74 0 1.34.59 1.34 1.31 0 .43-.23.84-.58 1.08a2.73 2.73 0 0 1-.24 1.94h1.2c.73 0 1.33.6 1.33 1.32 0 .72-.6 1.3-1.33 1.3h-.58v.61c.25.27.4.63.4 1.02 0 .83-.7 1.5-1.54 1.5h-3.98c-.85 0-1.54-.67-1.54-1.5 0-.4.15-.75.4-1.02v-.6H8.3c-.73 0-1.33-.6-1.33-1.31 0-.73.6-1.32 1.33-1.32h1.2a2.72 2.72 0 0 1-.24-1.94 1.31 1.31 0 0 1-.58-1.08Zm1.34-.64a.65.65 0 0 0-.66.64c0 .26.17.5.43.6.17.06.26.25.2.43-.09.22-.13.46-.13.7 0 1.07.8 1.95 1.85 2.1h.6a2.12 2.12 0 0 0 1.72-2.8.33.33 0 0 1 .2-.43c.26-.1.43-.34.43-.6 0-.35-.3-.64-.66-.64a.66.66 0 0 0-.58.35.34.34 0 0 1-.45.14 2.16 2.16 0 0 0-1.92 0 .34.34 0 0 1-.45-.14.66.66 0 0 0-.58-.35Zm-1.72 4.33a.65.65 0 0 0-.65.65c0 .35.3.64.65.64h.92c.19 0 .34.15.34.33v.52a1.52 1.52 0 0 1 2 1.44c0 .3-.1.6-.27.83h1.44a1.48 1.48 0 0 1-.26-.83 1.52 1.52 0 0 1 1.99-1.44v-.52c0-.18.15-.33.34-.33h.92c.36 0 .65-.3.65-.64 0-.36-.3-.65-.65-.65H14a2.85 2.85 0 0 1-4.02 0H8.3Zm1.72 2.74a.85.85 0 0 0-.86.84c0 .46.39.83.86.83s.85-.37.85-.83a.85.85 0 0 0-.85-.84Zm3.98 0a.85.85 0 0 0-.85.84c0 .46.38.83.85.83s.86-.37.86-.83a.85.85 0 0 0-.86-.84Z", fill: "#fff" }), _jsx("path", { d: "M11.3 10.95a.34.34 0 0 1 .45-.15l.25.12.25-.12a.34.34 0 0 1 .45.15c.09.17.02.37-.15.45l-.21.1v.6h-.68v-.6l-.21-.1a.33.33 0 0 1-.15-.45Z", fill: "#fff" })] }, "6"));
53
20
  }
54
21
  export function MeetingPoint(props) {
55
- return (<Icon key="7" {...props}>
56
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#CF0900"/>
57
- <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"/>
58
- <path fillRule="evenodd" clipRule="evenodd" d="M11.97 7.03a3.97 3.97 0 0 0-.5 7.9l.03.01v1.56a.47.47 0 0 0 .94 0v-1.56h.03a3.97 3.97 0 0 0-.5-7.9ZM10.81 8.2a3.03 3.03 0 1 1 2.32 5.6 3.03 3.03 0 0 1-2.32-5.6Z" fill="#fff"/>
59
- <path d="M14.05 10.96a2.08 2.08 0 1 1-4.17 0 2.08 2.08 0 0 1 4.17 0Z" fill="#fff"/>
60
- </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: "#CF0900" }), _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: "M11.97 7.03a3.97 3.97 0 0 0-.5 7.9l.03.01v1.56a.47.47 0 0 0 .94 0v-1.56h.03a3.97 3.97 0 0 0-.5-7.9ZM10.81 8.2a3.03 3.03 0 1 1 2.32 5.6 3.03 3.03 0 0 1-2.32-5.6Z", fill: "#fff" }), _jsx("path", { d: "M14.05 10.96a2.08 2.08 0 1 1-4.17 0 2.08 2.08 0 0 1 4.17 0Z", fill: "#fff" })] }, "7"));
61
23
  }
62
24
  export function SnowMan(props) {
63
- return (<Icon key="8" {...props}>
64
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#CF0900"/>
65
- <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"/>
66
- <path d="M12.9 7c.15 0 .26.12.26.26v1.49h.16a.54.54 0 0 1 .53.5v.07c0 .19-.09.35-.23.45a2.1 2.1 0 0 1-.06 2.04l-.03.05.06.05.24.2 1.74-1 .1-.41a.26.26 0 0 1 .5.13l-.07.27.27.07c.12.03.2.14.2.27l-.01.04a.26.26 0 0 1-.31.19l-.44-.1-1.65.95c.33.46.52 1.01.54 1.58v.12c0 1.29-.2 1.93-.97 2.4-.4.25-1.23.38-1.98.38-.62 0-1.42-.1-1.77-.27-.9-.45-1.18-1.16-1.18-2.51 0-.6.18-1.18.5-1.66l-1.17-1.18H7.7a.26.26 0 1 1 0-.51H8l-.01-.27a.26.26 0 0 1 .2-.26h.05a.26.26 0 0 1 .27.24v.45l1.14 1.13.21-.2.06-.05.06-.05-.03-.05a2.1 2.1 0 0 1-.27-.74l-.17-.03c-.22-.05-.2-.37.02-.4l.13-.01c.01-.3.1-.6.23-.86a.54.54 0 0 1-.23-.45v-.04a.54.54 0 0 1 .53-.53h.05v-1.5c0-.13.1-.24.23-.25h2.44Zm.17 2.86h-2.64l-.05.07c-.11.2-.19.41-.2.64l1.4-.14a.48.48 0 0 1 .49.26l.01.03.03.06a.3.3 0 0 1 .03.1v.04a.3.3 0 0 1-.02.1v.03a.5.5 0 0 1-.13.21l-.03.03-.04.03a.5.5 0 0 1-.38.09l-.25-.05-1.07-.2c.06.22.17.42.32.6a.26.26 0 0 1-.07.38 2.44 2.44 0 0 0-1.16 2.08c0 1.18.2 1.7.9 2.05.25.12 1 .21 1.54.21.66 0 1.41-.11 1.71-.3.53-.32.7-.76.73-1.71v-.25c0-.53-.17-1.03-.47-1.44l-.45.26a.26.26 0 1 1-.26-.45l.35-.2c-.1-.1-.22-.17-.33-.25a.26.26 0 0 1-.07-.38 1.58 1.58 0 0 0 .16-1.83l-.05-.07Zm-1.71 4.94a.27.27 0 1 1 0 .55.27.27 0 0 1 0-.55Zm0-1.06a.27.27 0 1 1 0 .55.27.27 0 0 1 0-.55Zm0-1.05a.27.27 0 1 1 0 .55.27.27 0 0 1 0-.55Zm.27-1.87-.69.07.67.12a.1.1 0 0 0 .12-.08v-.01l-.02-.05-.01-.02a.08.08 0 0 0-.04-.02h-.03Zm-.55-.93c.11 0 .2.1.2.2v.18a.2.2 0 0 1-.34.13.2.2 0 0 1-.06-.13v-.18c0-.1.1-.2.2-.2Zm1.09 0c.1 0 .2.1.2.2v.18a.2.2 0 0 1-.34.13.2.2 0 0 1-.06-.13v-.18c0-.1.09-.2.2-.2Zm1.15-.63h-3.14a.02.02 0 0 0-.02.02v.04l.02.02h3.14a.02.02 0 0 0 .02-.02v-.05h-.02Zm-.67-.55h-1.9v.04h1.9V8.7Zm0-1.2h-1.9v.68h1.9v-.67Z" fill="#fff"/>
67
- </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: "#CF0900" }), _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: "M12.9 7c.15 0 .26.12.26.26v1.49h.16a.54.54 0 0 1 .53.5v.07c0 .19-.09.35-.23.45a2.1 2.1 0 0 1-.06 2.04l-.03.05.06.05.24.2 1.74-1 .1-.41a.26.26 0 0 1 .5.13l-.07.27.27.07c.12.03.2.14.2.27l-.01.04a.26.26 0 0 1-.31.19l-.44-.1-1.65.95c.33.46.52 1.01.54 1.58v.12c0 1.29-.2 1.93-.97 2.4-.4.25-1.23.38-1.98.38-.62 0-1.42-.1-1.77-.27-.9-.45-1.18-1.16-1.18-2.51 0-.6.18-1.18.5-1.66l-1.17-1.18H7.7a.26.26 0 1 1 0-.51H8l-.01-.27a.26.26 0 0 1 .2-.26h.05a.26.26 0 0 1 .27.24v.45l1.14 1.13.21-.2.06-.05.06-.05-.03-.05a2.1 2.1 0 0 1-.27-.74l-.17-.03c-.22-.05-.2-.37.02-.4l.13-.01c.01-.3.1-.6.23-.86a.54.54 0 0 1-.23-.45v-.04a.54.54 0 0 1 .53-.53h.05v-1.5c0-.13.1-.24.23-.25h2.44Zm.17 2.86h-2.64l-.05.07c-.11.2-.19.41-.2.64l1.4-.14a.48.48 0 0 1 .49.26l.01.03.03.06a.3.3 0 0 1 .03.1v.04a.3.3 0 0 1-.02.1v.03a.5.5 0 0 1-.13.21l-.03.03-.04.03a.5.5 0 0 1-.38.09l-.25-.05-1.07-.2c.06.22.17.42.32.6a.26.26 0 0 1-.07.38 2.44 2.44 0 0 0-1.16 2.08c0 1.18.2 1.7.9 2.05.25.12 1 .21 1.54.21.66 0 1.41-.11 1.71-.3.53-.32.7-.76.73-1.71v-.25c0-.53-.17-1.03-.47-1.44l-.45.26a.26.26 0 1 1-.26-.45l.35-.2c-.1-.1-.22-.17-.33-.25a.26.26 0 0 1-.07-.38 1.58 1.58 0 0 0 .16-1.83l-.05-.07Zm-1.71 4.94a.27.27 0 1 1 0 .55.27.27 0 0 1 0-.55Zm0-1.06a.27.27 0 1 1 0 .55.27.27 0 0 1 0-.55Zm0-1.05a.27.27 0 1 1 0 .55.27.27 0 0 1 0-.55Zm.27-1.87-.69.07.67.12a.1.1 0 0 0 .12-.08v-.01l-.02-.05-.01-.02a.08.08 0 0 0-.04-.02h-.03Zm-.55-.93c.11 0 .2.1.2.2v.18a.2.2 0 0 1-.34.13.2.2 0 0 1-.06-.13v-.18c0-.1.1-.2.2-.2Zm1.09 0c.1 0 .2.1.2.2v.18a.2.2 0 0 1-.34.13.2.2 0 0 1-.06-.13v-.18c0-.1.09-.2.2-.2Zm1.15-.63h-3.14a.02.02 0 0 0-.02.02v.04l.02.02h3.14a.02.02 0 0 0 .02-.02v-.05h-.02Zm-.67-.55h-1.9v.04h1.9V8.7Zm0-1.2h-1.9v.68h1.9v-.67Z", fill: "#fff" })] }, "8"));
68
26
  }
69
27
  export function NordicSkiingRed(props) {
70
- return (<Icon key="9" {...props}>
71
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#CF0900"/>
72
- <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"/>
73
- <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"/>
74
- </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: "#CF0900" }), _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" })] }, "9"));
75
29
  }
76
30
  export function BiathlonRed(props) {
77
- return (<Icon key="10" {...props}>
78
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#CF0900"/>
79
- <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"/>
80
- <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"/>
81
- <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"/>
82
- </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: "#CF0900" }), _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" })] }, "10"));
83
32
  }
84
33
  export function SnowshoesRed(props) {
85
- return (<Icon key="11" {...props}>
86
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#CF0900"/>
87
- <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"/>
88
- <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"/>
89
- </Icon>);
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: "#CF0900" }), _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" })] }, "11"));
90
35
  }
91
36
  export function SnowboardRed(props) {
92
- return (<Icon key="12" {...props}>
93
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#CF0900"/>
94
- <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"/>
95
- <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="#fff"/>
96
- </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: "#CF0900" }), _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: "#fff" })] }, "12"));
97
38
  }
98
39
  export function FeedingBottle(props) {
99
- return (<Icon key="13" {...props}>
100
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#CF0900"/>
101
- <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"/>
102
- <path d="m9.3 16.68-1.77-1.76a1.8 1.8 0 0 1 0-2.54l3.13-3.14a1.8 1.8 0 0 1 1.52-.5.86.86 0 0 1-.14-.48v-.01a.87.87 0 0 1 .86-.86c.22 0 .43.08.59.22a1.88 1.88 0 0 1 1.75-.2l.1-.1c.18-.17.42-.28.68-.3L16.1 7a1.09 1.09 0 0 1 1.06 1.3l-.1-.02.1.02c-.04.2-.14.4-.3.55l-.09.1c.07.18.11.37.13.57v.12c0 .38-.11.75-.33 1.06.16.17.24.38.24.6v.02a.86.86 0 0 1-.87.85.87.87 0 0 1-.47-.14 1.78 1.78 0 0 1-.51 1.51l-3.14 3.14a1.8 1.8 0 0 1-2.54 0Zm1.85-6.95-3.13 3.14a1.1 1.1 0 0 0 0 1.56l1.76 1.76a1.1 1.1 0 0 0 1.56 0l3.14-3.14a1.1 1.1 0 0 0 0-1.55L12.7 9.73a1.1 1.1 0 0 0-1.56 0Zm1.62-1.61a.18.18 0 0 0-.05.12c0 .05.01.1.05.13l3.07 3.07c.03.03.07.04.12.04.05 0 .09-.02.12-.05a.17.17 0 0 0 .05-.11v-.01a.18.18 0 0 0-.04-.12l-2.52-2.52-.52-.52-.04-.03a.17.17 0 0 0-.24-.01Zm3.3 2.08c.09-.15.13-.3.14-.47v-.1c0-.2-.05-.4-.15-.58l-.13-.23.46-.46a.4.4 0 0 0 .11-.27.38.38 0 0 0-.12-.28.4.4 0 0 0-.55 0l-.46.45-.07-.04-.16-.09a1.2 1.2 0 0 0-.59-.16h-.03c-.18 0-.37.06-.53.15l2.09 2.08Zm-4.03-1.96Zm-2.21 3.58.7.7.08.12a.34.34 0 0 1 0 .26.34.34 0 0 1-.32.22.34.34 0 0 1-.25-.1l-.7-.7a.34.34 0 0 1-.1-.25.35.35 0 0 1 .48-.32c.04.02.08.04.1.07Zm.67-.67a.36.36 0 0 0-.24-.1.35.35 0 0 0-.25.1.35.35 0 0 0 0 .49l.36.35a.35.35 0 0 0 .24.1h.03a.35.35 0 0 0 .32-.34.35.35 0 0 0-.1-.25l-.36-.35Zm.72-.72a.34.34 0 0 0-.24-.1c-.1 0-.18.04-.25.1a.35.35 0 0 0 0 .5l.7.7.12.07c.04.02.08.03.13.03h.04l.1-.02a.35.35 0 0 0 .21-.32c0-.06 0-.1-.03-.14a.35.35 0 0 0-.08-.12l-.7-.7Z" fill="#fff"/>
103
- </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: "#CF0900" }), _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: "m9.3 16.68-1.77-1.76a1.8 1.8 0 0 1 0-2.54l3.13-3.14a1.8 1.8 0 0 1 1.52-.5.86.86 0 0 1-.14-.48v-.01a.87.87 0 0 1 .86-.86c.22 0 .43.08.59.22a1.88 1.88 0 0 1 1.75-.2l.1-.1c.18-.17.42-.28.68-.3L16.1 7a1.09 1.09 0 0 1 1.06 1.3l-.1-.02.1.02c-.04.2-.14.4-.3.55l-.09.1c.07.18.11.37.13.57v.12c0 .38-.11.75-.33 1.06.16.17.24.38.24.6v.02a.86.86 0 0 1-.87.85.87.87 0 0 1-.47-.14 1.78 1.78 0 0 1-.51 1.51l-3.14 3.14a1.8 1.8 0 0 1-2.54 0Zm1.85-6.95-3.13 3.14a1.1 1.1 0 0 0 0 1.56l1.76 1.76a1.1 1.1 0 0 0 1.56 0l3.14-3.14a1.1 1.1 0 0 0 0-1.55L12.7 9.73a1.1 1.1 0 0 0-1.56 0Zm1.62-1.61a.18.18 0 0 0-.05.12c0 .05.01.1.05.13l3.07 3.07c.03.03.07.04.12.04.05 0 .09-.02.12-.05a.17.17 0 0 0 .05-.11v-.01a.18.18 0 0 0-.04-.12l-2.52-2.52-.52-.52-.04-.03a.17.17 0 0 0-.24-.01Zm3.3 2.08c.09-.15.13-.3.14-.47v-.1c0-.2-.05-.4-.15-.58l-.13-.23.46-.46a.4.4 0 0 0 .11-.27.38.38 0 0 0-.12-.28.4.4 0 0 0-.55 0l-.46.45-.07-.04-.16-.09a1.2 1.2 0 0 0-.59-.16h-.03c-.18 0-.37.06-.53.15l2.09 2.08Zm-4.03-1.96Zm-2.21 3.58.7.7.08.12a.34.34 0 0 1 0 .26.34.34 0 0 1-.32.22.34.34 0 0 1-.25-.1l-.7-.7a.34.34 0 0 1-.1-.25.35.35 0 0 1 .48-.32c.04.02.08.04.1.07Zm.67-.67a.36.36 0 0 0-.24-.1.35.35 0 0 0-.25.1.35.35 0 0 0 0 .49l.36.35a.35.35 0 0 0 .24.1h.03a.35.35 0 0 0 .32-.34.35.35 0 0 0-.1-.25l-.36-.35Zm.72-.72a.34.34 0 0 0-.24-.1c-.1 0-.18.04-.25.1a.35.35 0 0 0 0 .5l.7.7.12.07c.04.02.08.03.13.03h.04l.1-.02a.35.35 0 0 0 .21-.32c0-.06 0-.1-.03-.14a.35.35 0 0 0-.08-.12l-.7-.7Z", fill: "#fff" })] }, "13"));
104
41
  }
105
42
  export function Plate(props) {
106
- return (<Icon key="14" {...props}>
107
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#CF0900"/>
108
- <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"/>
109
- <path d="M11.79 7a4.77 4.77 0 0 1 3.43 1.45.22.22 0 0 1-.31.3 4.34 4.34 0 0 0-7.48 3.04 4.35 4.35 0 1 0 8.54-1.26.22.22 0 0 1 .43-.03A4.8 4.8 0 1 1 11.79 7Zm3.6 4.49v.3a3.6 3.6 0 0 1-7.07 1 .22.22 0 0 1 .42-.11 3.17 3.17 0 0 0 6.22-1.24.22.22 0 0 1 .19-.16.22.22 0 0 1 .23.2Zm.17-2.85c.36-.42.87-.5 1.22-.15.37.37.26.9-.21 1.27l-.23.19-.98.82-.98.85.01.06.04.15c.04.25.05.5 0 .74-.05.21-.15.4-.3.56-.37.36-.9.75-1.34 1.04-.18.12-.39.13-.52 0-.15-.15-.1-.37.05-.53l.5-.52.37-.38c.02-.02.02-.03 0-.04-.02-.02-.03-.02-.05 0l-.87.86c-.17.17-.42.18-.58.02-.16-.15-.16-.4.02-.58l.87-.87-.01-.05c-.02-.02-.03-.02-.04 0l-.05.04-.45.44-.44.42c-.15.13-.35.16-.49.02-.13-.14-.12-.34 0-.52.29-.45.68-.97 1.04-1.34.24-.24.56-.34.91-.34.22 0 .45.04.58.09h.02l.9-1.05.48-.56.35-.43.05-.05.13-.16Zm.91.16c-.16-.16-.4-.12-.62.17-.07.1-.24.3-.49.59l-1.58 1.85-.3-.12c-.3-.1-.76-.1-1.03.16-.15.15-.3.34-.46.53l-.07.09.3-.3c.2-.2.48-.17.66.01.12.13.17.31.12.47l-.01.03.03-.01c.15-.05.3-.02.43.08l.04.04c.18.18.2.46 0 .66l-.15.15-.14.15.09-.07c.14-.11.28-.23.4-.35l.13-.11a.7.7 0 0 0 .18-.35 1.34 1.34 0 0 0-.01-.6l-.03-.14-.01-.02-.01-.03-.11-.17 1.5-1.28.73-.62.3-.24c.23-.2.26-.42.11-.57Zm-5.42-.95a1.23 1.23 0 0 1 .62 2.3h-.01l.02.07c.03.1.04.2.05.3v.1c0 .75-.56 1.36-1.29 1.44h-.07l-.05.06c-.25.24-.57.39-.92.4l-.09.01a1.44 1.44 0 0 1-.68-2.7l-.02-.08a1.02 1.02 0 0 1-.03-.17v-.09a1.02 1.02 0 0 1 1.33-.97l.04.01.01-.03a1.23 1.23 0 0 1 1.01-.64h.08Zm0 .44a.8.8 0 0 0-.77.6l-.08.3-.26-.18a.58.58 0 0 0-.86.2.59.59 0 0 0 .03.6l.16.24-.27.09a1 1 0 1 0 1.1 1.58l.06-.09h.13a1.01 1.01 0 0 0 .9-1.48l-.13-.23.24-.08a.8.8 0 0 0-.25-1.55Zm-1.96 2.04c.59 0 1.06.48 1.06 1.07 0 .27-.4.3-.43.03a.75.75 0 0 0-.66-.66c-.27-.04-.24-.44.03-.44Zm.72-1c.59 0 1.06.48 1.06 1.06 0 .28-.4.3-.43.03a.75.75 0 0 0-.66-.66c-.27-.03-.24-.43.03-.43Zm2.7-1.08h.03a3.6 3.6 0 0 1 1.96 1.16.22.22 0 0 1-.33.28 3.17 3.17 0 0 0-1.72-1 .22.22 0 0 1 .05-.44Z" fill="#fff"/>
110
- </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: "#CF0900" }), _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.79 7a4.77 4.77 0 0 1 3.43 1.45.22.22 0 0 1-.31.3 4.34 4.34 0 0 0-7.48 3.04 4.35 4.35 0 1 0 8.54-1.26.22.22 0 0 1 .43-.03A4.8 4.8 0 1 1 11.79 7Zm3.6 4.49v.3a3.6 3.6 0 0 1-7.07 1 .22.22 0 0 1 .42-.11 3.17 3.17 0 0 0 6.22-1.24.22.22 0 0 1 .19-.16.22.22 0 0 1 .23.2Zm.17-2.85c.36-.42.87-.5 1.22-.15.37.37.26.9-.21 1.27l-.23.19-.98.82-.98.85.01.06.04.15c.04.25.05.5 0 .74-.05.21-.15.4-.3.56-.37.36-.9.75-1.34 1.04-.18.12-.39.13-.52 0-.15-.15-.1-.37.05-.53l.5-.52.37-.38c.02-.02.02-.03 0-.04-.02-.02-.03-.02-.05 0l-.87.86c-.17.17-.42.18-.58.02-.16-.15-.16-.4.02-.58l.87-.87-.01-.05c-.02-.02-.03-.02-.04 0l-.05.04-.45.44-.44.42c-.15.13-.35.16-.49.02-.13-.14-.12-.34 0-.52.29-.45.68-.97 1.04-1.34.24-.24.56-.34.91-.34.22 0 .45.04.58.09h.02l.9-1.05.48-.56.35-.43.05-.05.13-.16Zm.91.16c-.16-.16-.4-.12-.62.17-.07.1-.24.3-.49.59l-1.58 1.85-.3-.12c-.3-.1-.76-.1-1.03.16-.15.15-.3.34-.46.53l-.07.09.3-.3c.2-.2.48-.17.66.01.12.13.17.31.12.47l-.01.03.03-.01c.15-.05.3-.02.43.08l.04.04c.18.18.2.46 0 .66l-.15.15-.14.15.09-.07c.14-.11.28-.23.4-.35l.13-.11a.7.7 0 0 0 .18-.35 1.34 1.34 0 0 0-.01-.6l-.03-.14-.01-.02-.01-.03-.11-.17 1.5-1.28.73-.62.3-.24c.23-.2.26-.42.11-.57Zm-5.42-.95a1.23 1.23 0 0 1 .62 2.3h-.01l.02.07c.03.1.04.2.05.3v.1c0 .75-.56 1.36-1.29 1.44h-.07l-.05.06c-.25.24-.57.39-.92.4l-.09.01a1.44 1.44 0 0 1-.68-2.7l-.02-.08a1.02 1.02 0 0 1-.03-.17v-.09a1.02 1.02 0 0 1 1.33-.97l.04.01.01-.03a1.23 1.23 0 0 1 1.01-.64h.08Zm0 .44a.8.8 0 0 0-.77.6l-.08.3-.26-.18a.58.58 0 0 0-.86.2.59.59 0 0 0 .03.6l.16.24-.27.09a1 1 0 1 0 1.1 1.58l.06-.09h.13a1.01 1.01 0 0 0 .9-1.48l-.13-.23.24-.08a.8.8 0 0 0-.25-1.55Zm-1.96 2.04c.59 0 1.06.48 1.06 1.07 0 .27-.4.3-.43.03a.75.75 0 0 0-.66-.66c-.27-.04-.24-.44.03-.44Zm.72-1c.59 0 1.06.48 1.06 1.06 0 .28-.4.3-.43.03a.75.75 0 0 0-.66-.66c-.27-.03-.24-.43.03-.43Zm2.7-1.08h.03a3.6 3.6 0 0 1 1.96 1.16.22.22 0 0 1-.33.28 3.17 3.17 0 0 0-1.72-1 .22.22 0 0 1 .05-.44Z", fill: "#fff" })] }, "14"));
111
44
  }
112
45
  export function IglooRed(props) {
113
- return (<Icon key="15" {...props}>
114
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#CF0900"/>
115
- <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"/>
116
- <path d="M12 9a5 5 0 0 0-5 5v.9h2.9v.1H14V15H17v-1a5 5 0 0 0-5-5Zm2.7 4a3.7 3.7 0 0 0-.2-.8H16c.2.2.2.5.3.8h-1.7Zm-1.7.7-.1-.5.5-.3.2.8H13Zm-2.7 0c0-.3.1-.6.3-.8l.4.3-.1.5h-.6Zm-.4.7h-1a6.8 6.8 0 0 1 0-1h1v1Zm4.9-4h-1.2a5.2 5.2 0 0 0-.2-.6h.4l1 .7Zm-.3 1 .1.3h-2a2 2 0 0 0-.4 0v-.8h2l.3.5ZM10 13h-.3l.2-.5v-.3h.6l-.5.8Zm1.7-.9v.6a1 1 0 0 0-.3.2l-.5-.4c.2-.2.5-.4.8-.4Zm-.6-2.3h1.7a5.4 5.4 0 0 1 .3.7h-2.2a3 3 0 0 1 .2-.7Zm1.5 3a1 1 0 0 0-.4 0V12c.3 0 .6.2.9.4l-.5.4Zm-2-3a4.3 4.3 0 0 0-.2.7H9.2l1-.7h.4ZM9.7 11h2v.7l-.3.1H9.3a3 3 0 0 1 .4-.8Zm-.2 1.3-.1.2-.1.6H7.6c0-.3.1-.6.3-.8h1.6Zm3.9 0h.5l.2.4v.4H14c0-.3-.3-.6-.5-.8Zm2.5-.5H15a3.2 3.2 0 0 0-.3-.8h.5l.6.8Zm-7.2-.8H9a4 4 0 0 0-.3.8h-.7l.6-.8Zm-1.2 3v-.4h1a18.2 18.2 0 0 0 0 .8h-1V14Zm2.8.3h.6v.3h-.6v-.3Zm2.8.3v-.3h.5v.3H13Zm1-1h.9a15.4 15.4 0 0 1 0 .8h-1v-.8Zm1.4.9a8 8 0 0 0 0-1h1v1h-1Z" fill="#fff"/>
117
- </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: "#CF0900" }), _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: "M12 9a5 5 0 0 0-5 5v.9h2.9v.1H14V15H17v-1a5 5 0 0 0-5-5Zm2.7 4a3.7 3.7 0 0 0-.2-.8H16c.2.2.2.5.3.8h-1.7Zm-1.7.7-.1-.5.5-.3.2.8H13Zm-2.7 0c0-.3.1-.6.3-.8l.4.3-.1.5h-.6Zm-.4.7h-1a6.8 6.8 0 0 1 0-1h1v1Zm4.9-4h-1.2a5.2 5.2 0 0 0-.2-.6h.4l1 .7Zm-.3 1 .1.3h-2a2 2 0 0 0-.4 0v-.8h2l.3.5ZM10 13h-.3l.2-.5v-.3h.6l-.5.8Zm1.7-.9v.6a1 1 0 0 0-.3.2l-.5-.4c.2-.2.5-.4.8-.4Zm-.6-2.3h1.7a5.4 5.4 0 0 1 .3.7h-2.2a3 3 0 0 1 .2-.7Zm1.5 3a1 1 0 0 0-.4 0V12c.3 0 .6.2.9.4l-.5.4Zm-2-3a4.3 4.3 0 0 0-.2.7H9.2l1-.7h.4ZM9.7 11h2v.7l-.3.1H9.3a3 3 0 0 1 .4-.8Zm-.2 1.3-.1.2-.1.6H7.6c0-.3.1-.6.3-.8h1.6Zm3.9 0h.5l.2.4v.4H14c0-.3-.3-.6-.5-.8Zm2.5-.5H15a3.2 3.2 0 0 0-.3-.8h.5l.6.8Zm-7.2-.8H9a4 4 0 0 0-.3.8h-.7l.6-.8Zm-1.2 3v-.4h1a18.2 18.2 0 0 0 0 .8h-1V14Zm2.8.3h.6v.3h-.6v-.3Zm2.8.3v-.3h.5v.3H13Zm1-1h.9a15.4 15.4 0 0 1 0 .8h-1v-.8Zm1.4.9a8 8 0 0 0 0-1h1v1h-1Z", fill: "#fff" })] }, "15"));
118
47
  }
119
48
  export function CompassRed(props) {
120
- return (<Icon key="16" {...props}>
121
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#CF0900"/>
122
- <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"/>
123
- <path fillRule="evenodd" clipRule="evenodd" d="M11.7 8.1c-2.4 0-4.3 3-3.4 5.3.7 1.9 3 3 5 2.3 1.8-.6 3-2.7 2.5-4.5a3.9 3.9 0 0 0-4-3ZM17 12a5 5 0 1 1-10 0 5 5 0 0 1 10 0Z" fill="#fff"/>
124
- <path fillRule="evenodd" clipRule="evenodd" d="m12.8 12.8 1.7-3.3-3.3 1.7-1.7 3.3 3.3-1.7Zm-.5-.1-1-1-1 2 2-1Z" fill="#fff"/>
125
- </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: "#CF0900" }), _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: "M11.7 8.1c-2.4 0-4.3 3-3.4 5.3.7 1.9 3 3 5 2.3 1.8-.6 3-2.7 2.5-4.5a3.9 3.9 0 0 0-4-3ZM17 12a5 5 0 1 1-10 0 5 5 0 0 1 10 0Z", fill: "#fff" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "m12.8 12.8 1.7-3.3-3.3 1.7-1.7 3.3 3.3-1.7Zm-.5-.1-1-1-1 2 2-1Z", fill: "#fff" })] }, "16"));
126
50
  }
127
51
  export function StarsRed(props) {
128
- return (<Icon key="17" {...props}>
129
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#CF0900"/>
130
- <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"/>
131
- <path d="M8.6 10.3v.5c-.2.8-.4 1-1.4 1.1L7 12l.4.1c.8.2 1 .3 1.1 1.2.1.5.2.5.3-.1 0-.5.2-.7.4-.9l.7-.2c.5 0 .6-.2.1-.2-.7-.1-1-.2-1-.5l-.2-.9-.2-.2ZM14.1 7l-.1.6c-.2 1-.3 1.2-.5 1.5-.3.3-.7.4-1.6.6l-.6.1v.1l.7.2c1.5.2 1.8.5 2 2 0 .6 0 .6.2.6l.2-.5c.2-1.7.4-2 2-2.1l.6-.2c0-.2-.1-.2-.6-.3-1-.1-1.4-.3-1.6-.6-.2-.3-.3-.6-.4-1.3 0-.6-.1-.7-.2-.7H14Zm-1.9 6.1v.2l-.2 1c-.2.4-.5.5-1.3.6-.3 0-.4 0-.4.2l.5.1c1 .2 1.2.4 1.4 1.4v.4c.2 0 .2 0 .2-.4.2-1 .4-1.2 1.3-1.4h.4l.1-.1-.2-.1c-1.2-.2-1.4-.4-1.5-1.4-.1-.4-.2-.6-.3-.5Z" fill="#fff"/>
132
- </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: "#CF0900" }), _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.6 10.3v.5c-.2.8-.4 1-1.4 1.1L7 12l.4.1c.8.2 1 .3 1.1 1.2.1.5.2.5.3-.1 0-.5.2-.7.4-.9l.7-.2c.5 0 .6-.2.1-.2-.7-.1-1-.2-1-.5l-.2-.9-.2-.2ZM14.1 7l-.1.6c-.2 1-.3 1.2-.5 1.5-.3.3-.7.4-1.6.6l-.6.1v.1l.7.2c1.5.2 1.8.5 2 2 0 .6 0 .6.2.6l.2-.5c.2-1.7.4-2 2-2.1l.6-.2c0-.2-.1-.2-.6-.3-1-.1-1.4-.3-1.6-.6-.2-.3-.3-.6-.4-1.3 0-.6-.1-.7-.2-.7H14Zm-1.9 6.1v.2l-.2 1c-.2.4-.5.5-1.3.6-.3 0-.4 0-.4.2l.5.1c1 .2 1.2.4 1.4 1.4v.4c.2 0 .2 0 .2-.4.2-1 .4-1.2 1.3-1.4h.4l.1-.1-.2-.1c-1.2-.2-1.4-.4-1.5-1.4-.1-.4-.2-.6-.3-.5Z", fill: "#fff" })] }, "17"));
133
53
  }
134
54
  export function ClubPiouPiou(props) {
135
- return (<Icon key="18" {...props}>
136
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#E3E2E3"/>
137
- <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"/>
138
- <path d="M11.4 12.3c-.13.03-.25.12-.34.12a5.44 5.44 0 0 1-.8-.14l.05.1-.04-.1c-.38-.09-.73-.25-1.11-.31 0 0-.3-.07-.18-.01-.24-.04-.32.01-.55.03l.07.08a1.7 1.7 0 0 1-.07-.08c-.24.03-.49.1-.73.23 0 .02 0 .03.02.05-.23.13-.62.83-.64.93-.01.09.95-.08.95-.08l.04.08.27.02c.42.02.85.12 1.26.11.3 0 .59-.09.86-.16 0-.02-.23.08-.22.06-.01.02.23-.08.22-.06.46-.12.88-.37 1.2-.84a.32.32 0 0 0-.26-.03Z" fill="#EE770D"/>
139
- <path d="M9.77 13.94c.34-.15.55-.43.69-.77-.28.07-.57.15-.87.15-.4 0-.84-.08-1.25-.1.16.59.87.88 1.43.72Z" fill="#EE770D"/>
140
- <path d="M8.3 9.95c-.3.64-.33 1.49.13 2.04l.26-.02a3.53 3.53 0 0 1-.39-2.02Z" fill="#D0EBF8"/>
141
- <path d="M9.16 11.98c.7-.7.54-1.8-.07-2.44-.16-.07-.45.01-.6.1-.07.09-.13.2-.19.3-.07.7.07 1.41.4 2.03.15-.01.31-.01.46.01ZM11.4 12.3c.6-.68.9-1.63.54-2.5-.08-.14-.16-.28-.31-.35-.38-.06-.62-.08-.91.07a1.8 1.8 0 0 0-.24.21c-.27.92-.19 1.92.36 2.67l.22.02c.09 0 .2-.09.34-.12Z" fill="#fff"/>
142
- <path d="M10.48 9.73c-.66.69-.56 1.71-.21 2.55l.57.12a3.06 3.06 0 0 1-.36-2.67Z" fill="#D0EBF8"/>
143
- <path d="M13.98 10.48c0 .14-.06.37.02.44.37.2.57-.43.5-.73-.22-.1-.46.15-.52.29Z" fill="#B7C2D7"/>
144
- <path d="M8.49 6.05c-.61.29-1.02 1.22-.66 1.63.93-.84 2.02-1.53 2.93-2.42-.8.03-1.6.3-2.27.8Z" fill="#B7D3E0"/>
145
- <path d="M10.76 5.26c-.91.89-2 1.58-2.93 2.42.88.43 1.85-.3 2.42-1.2.07-.09.5-.4.52-.18.03.2.08.4.15.57l1.42-1.35a4.05 4.05 0 0 0-1.58-.26Z" fill="#E9F6FC"/>
146
- <path d="M12.94 5.8c-.2-.11-.4-.2-.6-.28l-1.42 1.35c.11.28.28.52.49.67.27.2.6.23.95.22.32-.01.68-.06 1-.21.06-.08.13-.23.2-.3.14-.6-.2-1.03-.62-1.45Z" fill="#B7D3E0"/>
147
- <path d="M13.58 7.76c.24-.25.32-.52.32-.8l-.04-.02.04.03c0-.32-.13-.65-.3-.96l-.16-.08c-1-1.2-3.28-.84-4.66-.3C7.4 6.16 7 7.5 7.68 8.09l-.01.06c1.1.58 2.1-.39 2.97-1.1-.06.37.1.66.33.87.54.28 1.21.4 1.8.24.2-.06.43-.12.6-.21l-.08-.03c.03 0 .06.02.08.03a.58.58 0 0 0 .21-.2ZM10.77 6.3c-.01-.23-.45.08-.52.16-.53.85-1.6 1.62-2.32 1.21-.05-.03-.16-.06-.15-.13-.22-.37.1-1.21.7-1.5a4.2 4.2 0 0 1 4.42-.27c.09.05.18.15.25.23.3.3.52.76.42 1.23-.08.08-.14.23-.22.3-.32.17-.68.2-1.02.22-.36.02-.7 0-.97-.2-.25-.18-.28-.54-.38-.91-.03-.12-.2-.22-.21-.34Z" fill="#FFD931"/>
148
- <path d="M14.9 7.75a2.75 2.75 0 0 0-1.3-1.74c.17.31.3.64.3.96.36.23.64.6 1.01.79ZM13.37 7.95c-.17.1-.4.15-.6.2-.59.17-1.26.05-1.8-.23a.94.94 0 0 1-.33-.87c-.06.05-.16.03-.22.1-.65.7-1.72 1.53-2.75 1-.2.49-.33 1-.4 1.47 1.22-1.83 4.13-1.89 5.68-.66.62.57-.01 1.63.24 2.5.12.43.66.37 1.05.14h-.02a14.95 14.95 0 0 0 .82-2.23 3.3 3.3 0 0 0-1.67-1.42Zm1.13 2.24c.07.3-.13.93-.5.73-.08-.07.03-.27.03-.42.06-.14.25-.42.47-.31Z" fill="#E4051F"/>
149
- <path d="M15.1 9.4c.03.06.17-.8.15-.96-.01-.17 0-.38-.34-.68-.37-.2-.69-.61-1.05-.85 0 .28-.04.6-.27.85a.57.57 0 0 1-.22.19c.73.25 1.28.8 1.67 1.42.01-.02.03 0 .05.04Z" fill="#925F1A"/>
150
- <path d="M8.24 13.68c-.18-.41-.1-.36-.17-.52l.27.02c.16.58.87.88 1.42.72.35-.15.6-.35.74-.7a2 2 0 0 0 1.15-.91.31.31 0 0 0-.26-.03c.6-.69.92-1.63.55-2.5-.08-.14-.16-.28-.32-.35-.37-.06-.61-.06-.9.1-.92.67-.84 1.8-.45 2.73-.39-.1-.77-.2-1.14-.26.32-.33.43-.74.43-1.17 0-.48-.15-.98-.47-1.31-.16-.07-.45.01-.6.09-.48.66-.6 1.7-.06 2.36-.25.02-.5.1-.73.23l-.06-.19h-.05c-.19-.99-.03-2.01.57-2.6a3.3 3.3 0 0 1 2.77-.7c.45.06.82.05 1.2.26.23.07.53.28.54.42.25.92-.5 2.9.96 2.79a.23.23 0 0 0-.04.06c.1-.03.11-.05.2-.01-.75 1.18-1.27 1.84-2.58 2.08-.49.16-2.15.56-2.73-.21-.1-.13-.24-.4-.24-.4Z" fill="#FFD931"/>
151
- <path d="M14.24 11.6c-.4.23-.93.28-1.05-.14-.25-.87.38-1.93-.24-2.5-1.55-1.23-4.46-1.17-5.67.66-.12.87-.04 1.6.11 1.78h-.01c.11.18.15.4.2.62h.01c-.19-.99-.01-1.98.58-2.6.6-.65 1.66-.9 2.76-.68.45.05.82.04 1.2.25.23.07.54.28.54.42.19.7-.29 2.03.13 2.58.14.19.47.24.84.21.04-.05.14-.03.2-.05.2-.07.42-.12.52-.32v-.05c.03-.05 0-.13-.12-.18Z" fill="#E4051F"/>
152
- <path d="M13.13 12.19s.36.05.61.03a5.73 5.73 0 0 1-.94 1.43c-.16.11-1.26.55-1.36.57.37-.37 1.17-.93 1.7-2.03Z" fill="#925F1A"/>
153
- <path d="m13.1 14.02-.02-.03-.04.06.06-.03Z" fill="#BA101C"/>
154
- <path d="M13.01 13.85a1.22 1.22 0 0 1-.06-.17c-.02-.11-1.16.51-2.2.72-1.05.2-2.2 0-2.2 0-.02.35.21.43.21.43v.01c.6.1 1.24.15 1.83.18-.64.22-1.33.21-2.03.27 0 .2.1.55.06.92-.32 1.08.02.97.14 1.2.12.22.48.52.49.5l.14-.08c.56-.53 1.05-1.1 1.61-1.64.37-.3.73-.61 1.17-.92-.45.01-.82.24-1.27.19.71-.46 1.57-.71 2.14-1.41h-.02.02l.04-.06a.95.95 0 0 1-.07-.14Z" fill="#E4051F"/>
155
- <path d="M8.76 14.84c-.02.04-.08.18-.17.29-.03.03-.04.09-.03.16.7-.06 1.4-.06 2.03-.27-.59-.03-1.22-.07-1.83-.18ZM13.16 14.08a.2.2 0 0 1-.06-.06l-.06.03c-.57.7-1.43.95-2.14 1.4.45.06.82-.17 1.27-.18-.44.3-.8.61-1.17.92-.56.54-1.05 1.11-1.6 1.64.49-.3 2.06-1.25 2.4-1.68.4-.5 1.15-1.65 1.36-1.83.2-.17.1-.2 0-.24Z" fill="#BA101C"/>
156
- <path d="m13.08 14.02.02.02.16.17s.04.07.16.16c.62.11 1.25.2 1.93.05-.73-.27-1.55-.73-2.27-.4Z" fill="#BA101C"/>
157
- <path d="m14.47 13.66.04-.03c-.55-.08-1.12-.1-1.53.25l.09.13.02-.03-.02.03.01.01c.72-.33 1.54.13 2.27.4a4.6 4.6 0 0 1-1.93-.05c.12.1.31.22.62.34.94.4 1.7-.03 1.85-.3-.03-.17-.84-.66-1.42-.75ZM15.22 12.57s-1.07.22-1.55.5c-.26.14-.46.35-.59.5.67-.21 1.33-.57 2.04-.76l.1-.24Z" fill="#E4051F"/>
158
- <path d="M13.08 13.57c-.1.12-.15.21-.15.21l.05.1c.41-.35.98-.33 1.54-.25.26-.15.48-.56.6-.82-.7.19-1.37.55-2.04.76Z" fill="#BA101C"/>
159
- <path d="M9.53 13.45c-.25 0-.66-.08-1.03-.15-.26-.06-.52-.1-.63-.1-.11 0-.3.04-.45.08-.22.06-.35.09-.4.02a.1.1 0 0 1-.02-.1c.2-.83.92-1.37 1.84-1.37.28 0 .56.05.82.16.69.29.94.38 1.17.38.08 0 .17 0 .29-.04.06-.05.23-.2.38-.2.08 0 .15.05.2.13.04.08.04.15.02.2-.03.1-.13.12-.2.15a.5.5 0 0 0-.1.04c-.33.64-1.32.75-1.74.8H9.53Zm-1.66-.42c.13 0 .38.05.67.1.4.09.86.18 1.07.16l.05-.01c.4-.04 1.34-.15 1.62-.72l.02-.02c.04-.04.1-.06.16-.08.04-.02.1-.04.1-.06l-.01-.06c-.02-.03-.03-.04-.05-.04-.08 0-.2.1-.28.17l-.02.02h-.02c-.15.04-.25.05-.35.05-.26 0-.52-.1-1.23-.4a2 2 0 0 0-.76-.15c-.62 0-1.4.31-1.65 1.18l.2-.05c.16-.04.34-.1.48-.1Z" fill="#1D1A1E"/>
160
- <path d="M9.4 14.03c-.82 0-1.13-.81-1.13-.82l.16-.05c0 .03.32.86 1.22.68.6-.12.73-.63.73-.64l.16.04c0 .02-.14.62-.86.76l-.27.03ZM8.43 12c-.02-.01-.49-.36-.38-1.31.1-.92.54-1.3.9-1.27.34.03.7.7.63 1.47-.07.77-.32 1.05-.33 1.06l-.12-.1s.22-.27.28-.97c.07-.73-.27-1.28-.48-1.3-.23-.02-.62.26-.72 1.13-.1.85.3 1.15.32 1.16l-.1.13ZM10.86 12.54l-.03-.16s.55-.12.98-.95c.3-.57.19-1.2.01-1.55-.1-.22-.25-.36-.39-.38-.27-.05-.95-.05-1.3 1.1-.27.93.18 1.56.28 1.68l-.13.1a2 2 0 0 1-.3-1.83c.39-1.3 1.23-1.26 1.48-1.22.2.04.38.21.51.48.2.39.31 1.07-.01 1.7-.47.9-1.08 1.03-1.1 1.03Z" fill="#1D1A1E"/>
161
- <path d="M9.13 11.25c0 .17-.07.3-.17.31-.1 0-.2-.12-.2-.29-.01-.16.06-.3.17-.3.1-.01.19.12.2.28Z" fill="#1D1A1E"/>
162
- <path d="M9.06 11.3c.01.06-.01.1-.05.11-.03.01-.07-.03-.08-.08-.01-.05.01-.1.05-.1.03 0 .07.03.08.08Z" fill="#fff"/>
163
- <path d="M11.32 11.38c-.02.17-.12.3-.22.29-.11-.01-.18-.16-.17-.33.02-.18.12-.3.23-.3.1.01.18.16.16.34Z" fill="#1D1A1E"/>
164
- <path d="M11.24 11.42c0 .06-.03.1-.07.1-.04 0-.07-.04-.07-.1 0-.05.03-.1.07-.1.04 0 .07.05.07.1Z" fill="#fff"/>
165
- <path d="m8.93 12.54-.1-.14c.12-.09.28-.13.45-.12l-.02.17a.49.49 0 0 0-.33.09Z" fill="#1D1A1E"/>
166
- <path d="M13.43 12.33a.84.84 0 0 1-.64-.27c-.4-.43-.25-1.34-.14-2l.05-.3c.07-.52-.54-.71-1.08-.88h-.03a4.7 4.7 0 0 0-2.96.26c-.45.25-.74.61-.86 1.08-.2.79-.1 1.53.02 2.02l-.16.04a4.26 4.26 0 0 1-.05-.2A4.41 4.41 0 0 1 7.14 10c.1-.88.96-1.6 2.17-1.82 1.08-.2 2.48.03 3.26.34.8.32.8.88.74 1.53l-.07.47c-.07.42-.12.73.05.96.1.15.25.2.35.21.16.02.3-.02.35-.07.1-.07.31-.16.42-.06.07.06.06.17-.05.33a1.22 1.22 0 0 1-.93.44ZM10.45 8.6c.56 0 1.02.07 1.2.13h.02c.57.18 1.28.4 1.2 1.07l-.06.3c-.1.6-.25 1.48.1 1.86.18.2.41.23.58.22.32-.02.62-.21.73-.38a.4.4 0 0 0 .06-.11.37.37 0 0 0-.18.07.67.67 0 0 1-.48.1.67.67 0 0 1-.47-.27c-.2-.3-.14-.64-.07-1.09l.06-.46c.07-.62.06-1.08-.63-1.36a6.7 6.7 0 0 0-3.16-.32c-1.13.2-1.95.87-2.04 1.67-.06.46.06.98.19 1.37-.02-.37 0-.78.1-1.2.14-.52.46-.92.95-1.2.57-.31 1.3-.4 1.9-.4ZM8.9 14.5c-.03-.02-.73-.51-.96-1.35l.17-.04c.2.78.87 1.25.88 1.26l-.1.13Z" fill="#1D1A1E"/>
167
- <path d="m14.22 11.66-.14-.1c.01 0 .66-.86.84-2.26l.16.02a5.1 5.1 0 0 1-.86 2.34ZM14.88 7.86a2.82 2.82 0 0 0-1.53-1.97l.07-.15c.97.43 1.48 1.4 1.62 2.09l-.16.03ZM7.36 9.72h-.17c0-.03.04-.7.41-1.67l.16.06c-.37.95-.4 1.6-.4 1.61Z" fill="#1D1A1E"/>
168
- <path d="M8.41 8.36h-.1c-.4-.02-.67-.15-.85-.4-.2-.29-.23-.72-.08-1.2.4-1.2 2.6-1.76 3.95-1.76.29 0 .54.03.73.07 1.19.3 1.73.84 1.89 1.91.04.3-.03.54-.21.75-.43.49-1.33.52-1.6.52-.17 0-.34-.01-.5-.04-.47-.07-.82-.25-1-.5a.6.6 0 0 1-.1-.46V7.1c-.03 0-.14.06-.3.32-.25.43-.9.94-1.83.94Zm2.92-3.2c-1.36 0-3.44.58-3.79 1.66-.13.42-.11.8.06 1.05.14.2.38.3.7.32a2 2 0 0 0 1.8-.86c.15-.25.31-.39.44-.39.05 0 .1.02.12.06.05.06.06.15.04.28-.02.11 0 .23.08.33.15.22.47.37.9.44.13.03.3.04.46.04.67 0 1.21-.18 1.47-.47.15-.17.2-.37.17-.61-.14-1-.63-1.5-1.76-1.78a3.06 3.06 0 0 0-.69-.07Z" fill="#1D1A1E"/>
169
- <path d="M8.3 7.89c-.24 0-.44-.07-.55-.2a.5.5 0 0 1-.11-.42c.14-1.1 1.14-1.77 3.05-2.02 1.06-.14 1.97.13 2.53.75.3.34.48.78.43 1.12-.07.6-.77.67-1.29.67l-.5-.01h-.1c-.76-.04-.82-.8-.85-1.15-.02-.2-.16-.26-.3-.26-.15 0-.38.1-.5.39-.26.67-1.15 1.13-1.8 1.13Zm2.93-2.51a4 4 0 0 0-.52.03C8 5.77 7.85 6.91 7.81 7.3c-.02.12 0 .22.07.3.08.08.23.13.43.13.59 0 1.41-.42 1.65-1.02.14-.37.44-.5.66-.5.25 0 .44.17.46.41.03.47.12.97.68 1h.1l.5.02c.73 0 1.09-.17 1.13-.53.03-.3-.12-.68-.4-1a2.44 2.44 0 0 0-1.86-.72ZM15.11 9.52h-.03c-.06-.02-.1-.08-.14-.18a1.12 1.12 0 0 0-.14-.24c-.4-.46-.86-.83-1.39-1.12l.08-.14c.54.3 1.03.68 1.43 1.15.08.09.13.19.17.27a7 7 0 0 0 .05-1.12c-.04-.09-.7-.63-1.31-1.1l.1-.13c.61.47 1.34 1.06 1.38 1.19 0 0 .01 1.3-.14 1.4a.1.1 0 0 1-.06.02Z" fill="#1D1A1E"/>
170
- <path d="M14.12 10.4c.15-.3.36-.27.41-.16.05.12.05.32-.17.56-.22.24-.55.18-.24-.4Z" fill="#B7D3E0"/>
171
- <path d="M14.12 11.02a.2.2 0 0 1-.18-.1c-.07-.11-.04-.3.1-.56.14-.25.3-.28.36-.28.1 0 .18.05.2.13.05.1.1.34-.18.65-.1.1-.2.16-.3.16Zm.28-.78c-.05 0-.14.05-.21.2-.16.3-.11.39-.1.4l.03.01c.03 0 .1-.03.18-.1.21-.24.18-.41.15-.48 0-.01-.02-.03-.05-.03ZM8.23 9.5a.08.08 0 0 1-.06-.14c.45-.44 1.05-.2 1.08-.2.04.02.06.07.04.11a.08.08 0 0 1-.1.05c-.03-.01-.53-.2-.9.16a.08.08 0 0 1-.06.02ZM12.17 9.75a.08.08 0 0 1-.08-.08c-.02-.4-.13-.67-.36-.8-.48-.27-1.3.17-1.31.18-.04.02-.1 0-.11-.03a.08.08 0 0 1 .03-.12c.04-.02.91-.48 1.48-.17.27.16.42.47.43.93 0 .05-.03.08-.08.09ZM10.63 14.48l-.03-.16c.67-.11 1.05-.41 1.06-.41a4.97 4.97 0 0 0 1.45-1.74l.16.07a5.05 5.05 0 0 1-1.51 1.8 2.6 2.6 0 0 1-1.13.44ZM12.51 13.91l-.09-.13c.34-.22.7-.69.7-.69.2-.26.54-.89.55-.9l.14.08a3.8 3.8 0 0 1-1.3 1.64Z" fill="#1D1A1E"/>
172
- <path d="M9.41 16.93h.02c0-.04.02-.06.06-.07-.04.01-.05.03-.06.06.67-.29.18-.65.35-1.08.03-.1.17-.24.3-.35l-.04-.04c-.12.02-.35.06-.43.13-.59.47-.66 1.29-.18 1.38a.3.3 0 0 1 0-.04l-.02.01Z" fill="#0084C7"/>
173
- <path d="m10.08 15.5.17.2-.17-.2c-.13.1-.26.23-.28.33-.18.42.3.8-.37 1.1v.03h.14c.63-.05 1-1.2.51-1.46Z" fill="#E4051F"/>
174
- <path d="M9.97 15.56c.57.06.13 1.35-.37 1.35-.83 0-.3-1.36.37-1.35.1 0 .1-.15 0-.15-.84 0-1.42 1.52-.37 1.65.68.08 1.17-1.56.37-1.65-.1 0-.1.14 0 .15Z" fill="#B7D3E0"/>
175
- <path d="M10.08 15.47c-.17.11-.3.26-.37.45-.14.36.18.68-.26.93-.08.05 0 .18.08.13.22-.13.34-.29.33-.55 0-.16-.04-.31 0-.47.02-.15.18-.28.3-.36.08-.05 0-.18-.08-.13Z" fill="#B7D3E0"/>
176
- <path d="m9.33 16.29.18-.05c.06 0 .13 0 .16-.07.06-.14.05-.32-.14-.33-.16 0-.26.21-.3.33-.04.16.02.33.2.33.1 0 .1-.15 0-.15-.14 0-.02-.23.02-.29 0-.01.1-.11.1-.06.01.04 0 .1-.02.13l.05-.05-.29.06c-.09.02-.05.17.04.15ZM10.12 15.75c-.19.03-.28.22-.26.4 0 .04.04.46.2.36.07-.05 0-.18-.08-.13-.01 0 .07-.01.08.01l-.01-.04a1.1 1.1 0 0 1-.05-.28c0-.09.07-.16.16-.18.1-.01.06-.15-.04-.14Z" fill="#fff"/>
177
- <path d="m9.95 16.21.21-.05c.1-.02.06-.16-.04-.14l-.2.05c-.1.03-.06.17.03.14Z" fill="#fff"/>
178
- <path d="M9.25 18a.08.08 0 0 1-.07-.03l-.1-.09c-.26-.22-.86-.73-.61-1.37.2-.52.13-.84.07-1.1a2.13 2.13 0 0 1-.04-.22c-.02-.13.1-.24.17-.3l-.04-.08v-.04a.4.4 0 0 1-.11-.12.4.4 0 0 1-.04-.27.08.08 0 0 1 .1-.06c2.5.38 4.3-.79 4.32-.8a.09.09 0 0 1 .08 0c.02 0 .04.03.05.05.02.17.07.34.1.39h.02c.1.02.24.04.26.14.02.1-.07.16-.1.18-.52.4-.8.88-1.09 1.35-.28.48-.55.93-1.04 1.24A42.9 42.9 0 0 1 9.25 18Zm-.4-3.1c.02.04 0 .08-.03.1-.07.04-.16.12-.15.18l.03.2c.06.28.14.62-.08 1.19-.2.53.32.97.57 1.19l.07.05c.21-.12 1.02-.57 1.83-1.08.45-.29.71-.72.99-1.18a4.54 4.54 0 0 1 1.14-1.4l-.1-.03h-.04c-.04-.01-.12-.03-.2-.4a6.93 6.93 0 0 1-4.24.77c0 .03 0 .06.03.09.03.07.5.44 1.78.37.04 0 .08.03.09.08 0 .04-.04.08-.08.08-.8.05-1.3-.07-1.6-.2Z" fill="#1D1A1E"/>
179
- <path d="M11.18 15.4a.08.08 0 0 1-.08-.04.08.08 0 0 1 .04-.11A9.04 9.04 0 0 0 13 14a.08.08 0 0 1 .11 0c.03.04.03.1 0 .12a9.31 9.31 0 0 1-1.92 1.29Z" fill="#1D1A1E"/>
180
- <path d="M14.95 14.97c-.86 0-1.75-.7-1.8-.74l.11-.13c.01.01 1.02.8 1.86.7a1 1 0 0 0 .66-.39 2.24 2.24 0 0 0-2.72-.52l-.08-.14c.02 0 1.62-.88 2.98.6l.04.05-.04.06a1.18 1.18 0 0 1-1.01.5Z" fill="#1D1A1E"/>
181
- <path d="m13.02 13.72-.14-.09c.03-.04.66-.97 2.33-1.14l.12-.01-.03.11c-.13.53-.33.78-.69 1.08l-.1-.12c.3-.27.48-.48.6-.88-1.5.2-2.08 1.04-2.09 1.05Z" fill="#1D1A1E"/>
182
- </Icon>);
183
- }
184
- // ESF FIN
185
- // STATION DEBUT
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: "M11.4 12.3c-.13.03-.25.12-.34.12a5.44 5.44 0 0 1-.8-.14l.05.1-.04-.1c-.38-.09-.73-.25-1.11-.31 0 0-.3-.07-.18-.01-.24-.04-.32.01-.55.03l.07.08a1.7 1.7 0 0 1-.07-.08c-.24.03-.49.1-.73.23 0 .02 0 .03.02.05-.23.13-.62.83-.64.93-.01.09.95-.08.95-.08l.04.08.27.02c.42.02.85.12 1.26.11.3 0 .59-.09.86-.16 0-.02-.23.08-.22.06-.01.02.23-.08.22-.06.46-.12.88-.37 1.2-.84a.32.32 0 0 0-.26-.03Z", fill: "#EE770D" }), _jsx("path", { d: "M9.77 13.94c.34-.15.55-.43.69-.77-.28.07-.57.15-.87.15-.4 0-.84-.08-1.25-.1.16.59.87.88 1.43.72Z", fill: "#EE770D" }), _jsx("path", { d: "M8.3 9.95c-.3.64-.33 1.49.13 2.04l.26-.02a3.53 3.53 0 0 1-.39-2.02Z", fill: "#D0EBF8" }), _jsx("path", { d: "M9.16 11.98c.7-.7.54-1.8-.07-2.44-.16-.07-.45.01-.6.1-.07.09-.13.2-.19.3-.07.7.07 1.41.4 2.03.15-.01.31-.01.46.01ZM11.4 12.3c.6-.68.9-1.63.54-2.5-.08-.14-.16-.28-.31-.35-.38-.06-.62-.08-.91.07a1.8 1.8 0 0 0-.24.21c-.27.92-.19 1.92.36 2.67l.22.02c.09 0 .2-.09.34-.12Z", fill: "#fff" }), _jsx("path", { d: "M10.48 9.73c-.66.69-.56 1.71-.21 2.55l.57.12a3.06 3.06 0 0 1-.36-2.67Z", fill: "#D0EBF8" }), _jsx("path", { d: "M13.98 10.48c0 .14-.06.37.02.44.37.2.57-.43.5-.73-.22-.1-.46.15-.52.29Z", fill: "#B7C2D7" }), _jsx("path", { d: "M8.49 6.05c-.61.29-1.02 1.22-.66 1.63.93-.84 2.02-1.53 2.93-2.42-.8.03-1.6.3-2.27.8Z", fill: "#B7D3E0" }), _jsx("path", { d: "M10.76 5.26c-.91.89-2 1.58-2.93 2.42.88.43 1.85-.3 2.42-1.2.07-.09.5-.4.52-.18.03.2.08.4.15.57l1.42-1.35a4.05 4.05 0 0 0-1.58-.26Z", fill: "#E9F6FC" }), _jsx("path", { d: "M12.94 5.8c-.2-.11-.4-.2-.6-.28l-1.42 1.35c.11.28.28.52.49.67.27.2.6.23.95.22.32-.01.68-.06 1-.21.06-.08.13-.23.2-.3.14-.6-.2-1.03-.62-1.45Z", fill: "#B7D3E0" }), _jsx("path", { d: "M13.58 7.76c.24-.25.32-.52.32-.8l-.04-.02.04.03c0-.32-.13-.65-.3-.96l-.16-.08c-1-1.2-3.28-.84-4.66-.3C7.4 6.16 7 7.5 7.68 8.09l-.01.06c1.1.58 2.1-.39 2.97-1.1-.06.37.1.66.33.87.54.28 1.21.4 1.8.24.2-.06.43-.12.6-.21l-.08-.03c.03 0 .06.02.08.03a.58.58 0 0 0 .21-.2ZM10.77 6.3c-.01-.23-.45.08-.52.16-.53.85-1.6 1.62-2.32 1.21-.05-.03-.16-.06-.15-.13-.22-.37.1-1.21.7-1.5a4.2 4.2 0 0 1 4.42-.27c.09.05.18.15.25.23.3.3.52.76.42 1.23-.08.08-.14.23-.22.3-.32.17-.68.2-1.02.22-.36.02-.7 0-.97-.2-.25-.18-.28-.54-.38-.91-.03-.12-.2-.22-.21-.34Z", fill: "#FFD931" }), _jsx("path", { d: "M14.9 7.75a2.75 2.75 0 0 0-1.3-1.74c.17.31.3.64.3.96.36.23.64.6 1.01.79ZM13.37 7.95c-.17.1-.4.15-.6.2-.59.17-1.26.05-1.8-.23a.94.94 0 0 1-.33-.87c-.06.05-.16.03-.22.1-.65.7-1.72 1.53-2.75 1-.2.49-.33 1-.4 1.47 1.22-1.83 4.13-1.89 5.68-.66.62.57-.01 1.63.24 2.5.12.43.66.37 1.05.14h-.02a14.95 14.95 0 0 0 .82-2.23 3.3 3.3 0 0 0-1.67-1.42Zm1.13 2.24c.07.3-.13.93-.5.73-.08-.07.03-.27.03-.42.06-.14.25-.42.47-.31Z", fill: "#E4051F" }), _jsx("path", { d: "M15.1 9.4c.03.06.17-.8.15-.96-.01-.17 0-.38-.34-.68-.37-.2-.69-.61-1.05-.85 0 .28-.04.6-.27.85a.57.57 0 0 1-.22.19c.73.25 1.28.8 1.67 1.42.01-.02.03 0 .05.04Z", fill: "#925F1A" }), _jsx("path", { d: "M8.24 13.68c-.18-.41-.1-.36-.17-.52l.27.02c.16.58.87.88 1.42.72.35-.15.6-.35.74-.7a2 2 0 0 0 1.15-.91.31.31 0 0 0-.26-.03c.6-.69.92-1.63.55-2.5-.08-.14-.16-.28-.32-.35-.37-.06-.61-.06-.9.1-.92.67-.84 1.8-.45 2.73-.39-.1-.77-.2-1.14-.26.32-.33.43-.74.43-1.17 0-.48-.15-.98-.47-1.31-.16-.07-.45.01-.6.09-.48.66-.6 1.7-.06 2.36-.25.02-.5.1-.73.23l-.06-.19h-.05c-.19-.99-.03-2.01.57-2.6a3.3 3.3 0 0 1 2.77-.7c.45.06.82.05 1.2.26.23.07.53.28.54.42.25.92-.5 2.9.96 2.79a.23.23 0 0 0-.04.06c.1-.03.11-.05.2-.01-.75 1.18-1.27 1.84-2.58 2.08-.49.16-2.15.56-2.73-.21-.1-.13-.24-.4-.24-.4Z", fill: "#FFD931" }), _jsx("path", { d: "M14.24 11.6c-.4.23-.93.28-1.05-.14-.25-.87.38-1.93-.24-2.5-1.55-1.23-4.46-1.17-5.67.66-.12.87-.04 1.6.11 1.78h-.01c.11.18.15.4.2.62h.01c-.19-.99-.01-1.98.58-2.6.6-.65 1.66-.9 2.76-.68.45.05.82.04 1.2.25.23.07.54.28.54.42.19.7-.29 2.03.13 2.58.14.19.47.24.84.21.04-.05.14-.03.2-.05.2-.07.42-.12.52-.32v-.05c.03-.05 0-.13-.12-.18Z", fill: "#E4051F" }), _jsx("path", { d: "M13.13 12.19s.36.05.61.03a5.73 5.73 0 0 1-.94 1.43c-.16.11-1.26.55-1.36.57.37-.37 1.17-.93 1.7-2.03Z", fill: "#925F1A" }), _jsx("path", { d: "m13.1 14.02-.02-.03-.04.06.06-.03Z", fill: "#BA101C" }), _jsx("path", { d: "M13.01 13.85a1.22 1.22 0 0 1-.06-.17c-.02-.11-1.16.51-2.2.72-1.05.2-2.2 0-2.2 0-.02.35.21.43.21.43v.01c.6.1 1.24.15 1.83.18-.64.22-1.33.21-2.03.27 0 .2.1.55.06.92-.32 1.08.02.97.14 1.2.12.22.48.52.49.5l.14-.08c.56-.53 1.05-1.1 1.61-1.64.37-.3.73-.61 1.17-.92-.45.01-.82.24-1.27.19.71-.46 1.57-.71 2.14-1.41h-.02.02l.04-.06a.95.95 0 0 1-.07-.14Z", fill: "#E4051F" }), _jsx("path", { d: "M8.76 14.84c-.02.04-.08.18-.17.29-.03.03-.04.09-.03.16.7-.06 1.4-.06 2.03-.27-.59-.03-1.22-.07-1.83-.18ZM13.16 14.08a.2.2 0 0 1-.06-.06l-.06.03c-.57.7-1.43.95-2.14 1.4.45.06.82-.17 1.27-.18-.44.3-.8.61-1.17.92-.56.54-1.05 1.11-1.6 1.64.49-.3 2.06-1.25 2.4-1.68.4-.5 1.15-1.65 1.36-1.83.2-.17.1-.2 0-.24Z", fill: "#BA101C" }), _jsx("path", { d: "m13.08 14.02.02.02.16.17s.04.07.16.16c.62.11 1.25.2 1.93.05-.73-.27-1.55-.73-2.27-.4Z", fill: "#BA101C" }), _jsx("path", { d: "m14.47 13.66.04-.03c-.55-.08-1.12-.1-1.53.25l.09.13.02-.03-.02.03.01.01c.72-.33 1.54.13 2.27.4a4.6 4.6 0 0 1-1.93-.05c.12.1.31.22.62.34.94.4 1.7-.03 1.85-.3-.03-.17-.84-.66-1.42-.75ZM15.22 12.57s-1.07.22-1.55.5c-.26.14-.46.35-.59.5.67-.21 1.33-.57 2.04-.76l.1-.24Z", fill: "#E4051F" }), _jsx("path", { d: "M13.08 13.57c-.1.12-.15.21-.15.21l.05.1c.41-.35.98-.33 1.54-.25.26-.15.48-.56.6-.82-.7.19-1.37.55-2.04.76Z", fill: "#BA101C" }), _jsx("path", { d: "M9.53 13.45c-.25 0-.66-.08-1.03-.15-.26-.06-.52-.1-.63-.1-.11 0-.3.04-.45.08-.22.06-.35.09-.4.02a.1.1 0 0 1-.02-.1c.2-.83.92-1.37 1.84-1.37.28 0 .56.05.82.16.69.29.94.38 1.17.38.08 0 .17 0 .29-.04.06-.05.23-.2.38-.2.08 0 .15.05.2.13.04.08.04.15.02.2-.03.1-.13.12-.2.15a.5.5 0 0 0-.1.04c-.33.64-1.32.75-1.74.8H9.53Zm-1.66-.42c.13 0 .38.05.67.1.4.09.86.18 1.07.16l.05-.01c.4-.04 1.34-.15 1.62-.72l.02-.02c.04-.04.1-.06.16-.08.04-.02.1-.04.1-.06l-.01-.06c-.02-.03-.03-.04-.05-.04-.08 0-.2.1-.28.17l-.02.02h-.02c-.15.04-.25.05-.35.05-.26 0-.52-.1-1.23-.4a2 2 0 0 0-.76-.15c-.62 0-1.4.31-1.65 1.18l.2-.05c.16-.04.34-.1.48-.1Z", fill: "#1D1A1E" }), _jsx("path", { d: "M9.4 14.03c-.82 0-1.13-.81-1.13-.82l.16-.05c0 .03.32.86 1.22.68.6-.12.73-.63.73-.64l.16.04c0 .02-.14.62-.86.76l-.27.03ZM8.43 12c-.02-.01-.49-.36-.38-1.31.1-.92.54-1.3.9-1.27.34.03.7.7.63 1.47-.07.77-.32 1.05-.33 1.06l-.12-.1s.22-.27.28-.97c.07-.73-.27-1.28-.48-1.3-.23-.02-.62.26-.72 1.13-.1.85.3 1.15.32 1.16l-.1.13ZM10.86 12.54l-.03-.16s.55-.12.98-.95c.3-.57.19-1.2.01-1.55-.1-.22-.25-.36-.39-.38-.27-.05-.95-.05-1.3 1.1-.27.93.18 1.56.28 1.68l-.13.1a2 2 0 0 1-.3-1.83c.39-1.3 1.23-1.26 1.48-1.22.2.04.38.21.51.48.2.39.31 1.07-.01 1.7-.47.9-1.08 1.03-1.1 1.03Z", fill: "#1D1A1E" }), _jsx("path", { d: "M9.13 11.25c0 .17-.07.3-.17.31-.1 0-.2-.12-.2-.29-.01-.16.06-.3.17-.3.1-.01.19.12.2.28Z", fill: "#1D1A1E" }), _jsx("path", { d: "M9.06 11.3c.01.06-.01.1-.05.11-.03.01-.07-.03-.08-.08-.01-.05.01-.1.05-.1.03 0 .07.03.08.08Z", fill: "#fff" }), _jsx("path", { d: "M11.32 11.38c-.02.17-.12.3-.22.29-.11-.01-.18-.16-.17-.33.02-.18.12-.3.23-.3.1.01.18.16.16.34Z", fill: "#1D1A1E" }), _jsx("path", { d: "M11.24 11.42c0 .06-.03.1-.07.1-.04 0-.07-.04-.07-.1 0-.05.03-.1.07-.1.04 0 .07.05.07.1Z", fill: "#fff" }), _jsx("path", { d: "m8.93 12.54-.1-.14c.12-.09.28-.13.45-.12l-.02.17a.49.49 0 0 0-.33.09Z", fill: "#1D1A1E" }), _jsx("path", { d: "M13.43 12.33a.84.84 0 0 1-.64-.27c-.4-.43-.25-1.34-.14-2l.05-.3c.07-.52-.54-.71-1.08-.88h-.03a4.7 4.7 0 0 0-2.96.26c-.45.25-.74.61-.86 1.08-.2.79-.1 1.53.02 2.02l-.16.04a4.26 4.26 0 0 1-.05-.2A4.41 4.41 0 0 1 7.14 10c.1-.88.96-1.6 2.17-1.82 1.08-.2 2.48.03 3.26.34.8.32.8.88.74 1.53l-.07.47c-.07.42-.12.73.05.96.1.15.25.2.35.21.16.02.3-.02.35-.07.1-.07.31-.16.42-.06.07.06.06.17-.05.33a1.22 1.22 0 0 1-.93.44ZM10.45 8.6c.56 0 1.02.07 1.2.13h.02c.57.18 1.28.4 1.2 1.07l-.06.3c-.1.6-.25 1.48.1 1.86.18.2.41.23.58.22.32-.02.62-.21.73-.38a.4.4 0 0 0 .06-.11.37.37 0 0 0-.18.07.67.67 0 0 1-.48.1.67.67 0 0 1-.47-.27c-.2-.3-.14-.64-.07-1.09l.06-.46c.07-.62.06-1.08-.63-1.36a6.7 6.7 0 0 0-3.16-.32c-1.13.2-1.95.87-2.04 1.67-.06.46.06.98.19 1.37-.02-.37 0-.78.1-1.2.14-.52.46-.92.95-1.2.57-.31 1.3-.4 1.9-.4ZM8.9 14.5c-.03-.02-.73-.51-.96-1.35l.17-.04c.2.78.87 1.25.88 1.26l-.1.13Z", fill: "#1D1A1E" }), _jsx("path", { d: "m14.22 11.66-.14-.1c.01 0 .66-.86.84-2.26l.16.02a5.1 5.1 0 0 1-.86 2.34ZM14.88 7.86a2.82 2.82 0 0 0-1.53-1.97l.07-.15c.97.43 1.48 1.4 1.62 2.09l-.16.03ZM7.36 9.72h-.17c0-.03.04-.7.41-1.67l.16.06c-.37.95-.4 1.6-.4 1.61Z", fill: "#1D1A1E" }), _jsx("path", { d: "M8.41 8.36h-.1c-.4-.02-.67-.15-.85-.4-.2-.29-.23-.72-.08-1.2.4-1.2 2.6-1.76 3.95-1.76.29 0 .54.03.73.07 1.19.3 1.73.84 1.89 1.91.04.3-.03.54-.21.75-.43.49-1.33.52-1.6.52-.17 0-.34-.01-.5-.04-.47-.07-.82-.25-1-.5a.6.6 0 0 1-.1-.46V7.1c-.03 0-.14.06-.3.32-.25.43-.9.94-1.83.94Zm2.92-3.2c-1.36 0-3.44.58-3.79 1.66-.13.42-.11.8.06 1.05.14.2.38.3.7.32a2 2 0 0 0 1.8-.86c.15-.25.31-.39.44-.39.05 0 .1.02.12.06.05.06.06.15.04.28-.02.11 0 .23.08.33.15.22.47.37.9.44.13.03.3.04.46.04.67 0 1.21-.18 1.47-.47.15-.17.2-.37.17-.61-.14-1-.63-1.5-1.76-1.78a3.06 3.06 0 0 0-.69-.07Z", fill: "#1D1A1E" }), _jsx("path", { d: "M8.3 7.89c-.24 0-.44-.07-.55-.2a.5.5 0 0 1-.11-.42c.14-1.1 1.14-1.77 3.05-2.02 1.06-.14 1.97.13 2.53.75.3.34.48.78.43 1.12-.07.6-.77.67-1.29.67l-.5-.01h-.1c-.76-.04-.82-.8-.85-1.15-.02-.2-.16-.26-.3-.26-.15 0-.38.1-.5.39-.26.67-1.15 1.13-1.8 1.13Zm2.93-2.51a4 4 0 0 0-.52.03C8 5.77 7.85 6.91 7.81 7.3c-.02.12 0 .22.07.3.08.08.23.13.43.13.59 0 1.41-.42 1.65-1.02.14-.37.44-.5.66-.5.25 0 .44.17.46.41.03.47.12.97.68 1h.1l.5.02c.73 0 1.09-.17 1.13-.53.03-.3-.12-.68-.4-1a2.44 2.44 0 0 0-1.86-.72ZM15.11 9.52h-.03c-.06-.02-.1-.08-.14-.18a1.12 1.12 0 0 0-.14-.24c-.4-.46-.86-.83-1.39-1.12l.08-.14c.54.3 1.03.68 1.43 1.15.08.09.13.19.17.27a7 7 0 0 0 .05-1.12c-.04-.09-.7-.63-1.31-1.1l.1-.13c.61.47 1.34 1.06 1.38 1.19 0 0 .01 1.3-.14 1.4a.1.1 0 0 1-.06.02Z", fill: "#1D1A1E" }), _jsx("path", { d: "M14.12 10.4c.15-.3.36-.27.41-.16.05.12.05.32-.17.56-.22.24-.55.18-.24-.4Z", fill: "#B7D3E0" }), _jsx("path", { d: "M14.12 11.02a.2.2 0 0 1-.18-.1c-.07-.11-.04-.3.1-.56.14-.25.3-.28.36-.28.1 0 .18.05.2.13.05.1.1.34-.18.65-.1.1-.2.16-.3.16Zm.28-.78c-.05 0-.14.05-.21.2-.16.3-.11.39-.1.4l.03.01c.03 0 .1-.03.18-.1.21-.24.18-.41.15-.48 0-.01-.02-.03-.05-.03ZM8.23 9.5a.08.08 0 0 1-.06-.14c.45-.44 1.05-.2 1.08-.2.04.02.06.07.04.11a.08.08 0 0 1-.1.05c-.03-.01-.53-.2-.9.16a.08.08 0 0 1-.06.02ZM12.17 9.75a.08.08 0 0 1-.08-.08c-.02-.4-.13-.67-.36-.8-.48-.27-1.3.17-1.31.18-.04.02-.1 0-.11-.03a.08.08 0 0 1 .03-.12c.04-.02.91-.48 1.48-.17.27.16.42.47.43.93 0 .05-.03.08-.08.09ZM10.63 14.48l-.03-.16c.67-.11 1.05-.41 1.06-.41a4.97 4.97 0 0 0 1.45-1.74l.16.07a5.05 5.05 0 0 1-1.51 1.8 2.6 2.6 0 0 1-1.13.44ZM12.51 13.91l-.09-.13c.34-.22.7-.69.7-.69.2-.26.54-.89.55-.9l.14.08a3.8 3.8 0 0 1-1.3 1.64Z", fill: "#1D1A1E" }), _jsx("path", { d: "M9.41 16.93h.02c0-.04.02-.06.06-.07-.04.01-.05.03-.06.06.67-.29.18-.65.35-1.08.03-.1.17-.24.3-.35l-.04-.04c-.12.02-.35.06-.43.13-.59.47-.66 1.29-.18 1.38a.3.3 0 0 1 0-.04l-.02.01Z", fill: "#0084C7" }), _jsx("path", { d: "m10.08 15.5.17.2-.17-.2c-.13.1-.26.23-.28.33-.18.42.3.8-.37 1.1v.03h.14c.63-.05 1-1.2.51-1.46Z", fill: "#E4051F" }), _jsx("path", { d: "M9.97 15.56c.57.06.13 1.35-.37 1.35-.83 0-.3-1.36.37-1.35.1 0 .1-.15 0-.15-.84 0-1.42 1.52-.37 1.65.68.08 1.17-1.56.37-1.65-.1 0-.1.14 0 .15Z", fill: "#B7D3E0" }), _jsx("path", { d: "M10.08 15.47c-.17.11-.3.26-.37.45-.14.36.18.68-.26.93-.08.05 0 .18.08.13.22-.13.34-.29.33-.55 0-.16-.04-.31 0-.47.02-.15.18-.28.3-.36.08-.05 0-.18-.08-.13Z", fill: "#B7D3E0" }), _jsx("path", { d: "m9.33 16.29.18-.05c.06 0 .13 0 .16-.07.06-.14.05-.32-.14-.33-.16 0-.26.21-.3.33-.04.16.02.33.2.33.1 0 .1-.15 0-.15-.14 0-.02-.23.02-.29 0-.01.1-.11.1-.06.01.04 0 .1-.02.13l.05-.05-.29.06c-.09.02-.05.17.04.15ZM10.12 15.75c-.19.03-.28.22-.26.4 0 .04.04.46.2.36.07-.05 0-.18-.08-.13-.01 0 .07-.01.08.01l-.01-.04a1.1 1.1 0 0 1-.05-.28c0-.09.07-.16.16-.18.1-.01.06-.15-.04-.14Z", fill: "#fff" }), _jsx("path", { d: "m9.95 16.21.21-.05c.1-.02.06-.16-.04-.14l-.2.05c-.1.03-.06.17.03.14Z", fill: "#fff" }), _jsx("path", { d: "M9.25 18a.08.08 0 0 1-.07-.03l-.1-.09c-.26-.22-.86-.73-.61-1.37.2-.52.13-.84.07-1.1a2.13 2.13 0 0 1-.04-.22c-.02-.13.1-.24.17-.3l-.04-.08v-.04a.4.4 0 0 1-.11-.12.4.4 0 0 1-.04-.27.08.08 0 0 1 .1-.06c2.5.38 4.3-.79 4.32-.8a.09.09 0 0 1 .08 0c.02 0 .04.03.05.05.02.17.07.34.1.39h.02c.1.02.24.04.26.14.02.1-.07.16-.1.18-.52.4-.8.88-1.09 1.35-.28.48-.55.93-1.04 1.24A42.9 42.9 0 0 1 9.25 18Zm-.4-3.1c.02.04 0 .08-.03.1-.07.04-.16.12-.15.18l.03.2c.06.28.14.62-.08 1.19-.2.53.32.97.57 1.19l.07.05c.21-.12 1.02-.57 1.83-1.08.45-.29.71-.72.99-1.18a4.54 4.54 0 0 1 1.14-1.4l-.1-.03h-.04c-.04-.01-.12-.03-.2-.4a6.93 6.93 0 0 1-4.24.77c0 .03 0 .06.03.09.03.07.5.44 1.78.37.04 0 .08.03.09.08 0 .04-.04.08-.08.08-.8.05-1.3-.07-1.6-.2Z", fill: "#1D1A1E" }), _jsx("path", { d: "M11.18 15.4a.08.08 0 0 1-.08-.04.08.08 0 0 1 .04-.11A9.04 9.04 0 0 0 13 14a.08.08 0 0 1 .11 0c.03.04.03.1 0 .12a9.31 9.31 0 0 1-1.92 1.29Z", fill: "#1D1A1E" }), _jsx("path", { d: "M14.95 14.97c-.86 0-1.75-.7-1.8-.74l.11-.13c.01.01 1.02.8 1.86.7a1 1 0 0 0 .66-.39 2.24 2.24 0 0 0-2.72-.52l-.08-.14c.02 0 1.62-.88 2.98.6l.04.05-.04.06a1.18 1.18 0 0 1-1.01.5Z", fill: "#1D1A1E" }), _jsx("path", { d: "m13.02 13.72-.14-.09c.03-.04.66-.97 2.33-1.14l.12-.01-.03.11c-.13.53-.33.78-.69 1.08l-.1-.12c.3-.27.48-.48.6-.88-1.5.2-2.08 1.04-2.09 1.05Z", fill: "#1D1A1E" })] }, "18"));
56
+ }
186
57
  export function Chairlift(props) {
187
- return (<Icon key="19" {...props}>
188
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#00537B"/>
189
- <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"/>
190
- <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"/>
191
- </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: "#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" })] }, "19"));
192
59
  }
193
60
  export function CableCar(props) {
194
- return (<Icon key="20" {...props}>
195
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#00537B"/>
196
- <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"/>
197
- <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"/>
198
- </Icon>);
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: "#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" })] }, "20"));
199
62
  }
200
63
  export function ClubPiouPiouBlue(props) {
201
- return (<Icon key="21" {...props}>
202
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#00537B"/>
203
- <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"/>
204
- <path d="M11.4 12.3c-.13.03-.25.12-.34.12a5.44 5.44 0 0 1-.8-.14l.05.1-.04-.1c-.38-.09-.73-.25-1.11-.31 0 0-.3-.07-.18-.01-.24-.04-.32.01-.55.03l.07.08a1.7 1.7 0 0 1-.07-.08c-.24.03-.49.1-.73.23 0 .02 0 .03.02.05-.23.13-.62.83-.64.93-.01.09.95-.08.95-.08l.04.08.27.02c.42.02.85.12 1.26.11.3 0 .59-.09.86-.16 0-.02-.23.08-.22.06-.01.02.23-.08.22-.06.46-.12.88-.37 1.2-.84a.32.32 0 0 0-.26-.03Z" fill="#EE770D"/>
205
- <path d="M9.77 13.94c.34-.15.55-.43.69-.77-.28.07-.57.15-.87.15-.4 0-.84-.08-1.25-.1.16.59.87.88 1.43.72Z" fill="#EE770D"/>
206
- <path d="M8.3 9.95c-.3.64-.33 1.49.13 2.04l.26-.02a3.53 3.53 0 0 1-.39-2.02Z" fill="#D0EBF8"/>
207
- <path d="M9.16 11.98c.7-.7.54-1.8-.07-2.44-.16-.07-.45.01-.6.1-.07.09-.13.2-.19.3-.07.7.07 1.41.4 2.03.15-.01.31-.01.46.01ZM11.4 12.3c.6-.68.9-1.63.54-2.5-.08-.14-.16-.28-.31-.35-.38-.06-.62-.08-.91.07a1.8 1.8 0 0 0-.24.21c-.27.92-.19 1.92.36 2.67l.22.02c.09 0 .2-.09.34-.12Z" fill="#fff"/>
208
- <path d="M10.48 9.73c-.66.69-.56 1.71-.21 2.55l.57.12a3.06 3.06 0 0 1-.36-2.67Z" fill="#D0EBF8"/>
209
- <path d="M13.98 10.48c0 .14-.06.37.02.44.37.2.57-.43.5-.73-.22-.1-.46.15-.52.29Z" fill="#B7C2D7"/>
210
- <path d="M8.49 6.05c-.61.29-1.02 1.22-.66 1.63.93-.84 2.02-1.53 2.93-2.42-.8.03-1.6.3-2.27.8Z" fill="#B7D3E0"/>
211
- <path d="M10.76 5.26c-.91.89-2 1.58-2.93 2.42.88.43 1.85-.3 2.42-1.2.07-.09.5-.4.52-.18.03.2.08.4.15.57l1.42-1.35a4.05 4.05 0 0 0-1.58-.26Z" fill="#E9F6FC"/>
212
- <path d="M12.94 5.8c-.2-.11-.4-.2-.6-.28l-1.42 1.35c.11.28.28.52.49.67.27.2.6.23.95.22.32-.01.68-.06 1-.21.06-.08.13-.23.2-.3.14-.6-.2-1.03-.62-1.45Z" fill="#B7D3E0"/>
213
- <path d="M13.58 7.76c.24-.25.32-.52.32-.8l-.04-.02.04.03c0-.32-.13-.65-.3-.96l-.16-.08c-1-1.2-3.28-.84-4.66-.3C7.4 6.16 7 7.5 7.68 8.09l-.01.06c1.1.58 2.1-.39 2.97-1.1-.06.37.1.66.33.87.54.28 1.21.4 1.8.24.2-.06.43-.12.6-.21l-.08-.03c.03 0 .06.02.08.03a.58.58 0 0 0 .21-.2ZM10.77 6.3c-.01-.23-.45.08-.52.16-.53.85-1.6 1.62-2.32 1.21-.05-.03-.16-.06-.15-.13-.22-.37.1-1.21.7-1.5a4.2 4.2 0 0 1 4.42-.27c.09.05.18.15.25.23.3.3.52.76.42 1.23-.08.08-.14.23-.22.3-.32.17-.68.2-1.02.22-.36.02-.7 0-.97-.2-.25-.18-.28-.54-.38-.91-.03-.12-.2-.22-.21-.34Z" fill="#FFD931"/>
214
- <path d="M14.9 7.75a2.75 2.75 0 0 0-1.3-1.74c.17.31.3.64.3.96.36.23.64.6 1.01.79ZM13.37 7.95c-.17.1-.4.15-.6.2-.59.17-1.26.05-1.8-.23a.94.94 0 0 1-.33-.87c-.06.05-.16.03-.22.1-.65.7-1.72 1.53-2.75 1-.2.49-.33 1-.4 1.47 1.22-1.83 4.13-1.89 5.68-.66.62.57-.01 1.63.24 2.5.12.43.66.37 1.05.14h-.02a14.95 14.95 0 0 0 .82-2.23 3.3 3.3 0 0 0-1.67-1.42Zm1.13 2.24c.07.3-.13.93-.5.73-.08-.07.03-.27.03-.42.06-.14.25-.42.47-.31Z" fill="#E4051F"/>
215
- <path d="M15.1 9.4c.03.06.17-.8.15-.96-.01-.17 0-.38-.34-.68-.37-.2-.69-.61-1.05-.85 0 .28-.04.6-.27.85a.57.57 0 0 1-.22.19c.73.25 1.28.8 1.67 1.42.01-.02.03 0 .05.04Z" fill="#925F1A"/>
216
- <path d="M8.24 13.68c-.18-.41-.1-.36-.17-.52l.27.02c.16.58.87.88 1.42.72.35-.15.6-.35.74-.7a2 2 0 0 0 1.15-.91.31.31 0 0 0-.26-.03c.6-.69.92-1.63.55-2.5-.08-.14-.16-.28-.32-.35-.37-.06-.61-.06-.9.1-.92.67-.84 1.8-.45 2.73-.39-.1-.77-.2-1.14-.26.32-.33.43-.74.43-1.17 0-.48-.15-.98-.47-1.31-.16-.07-.45.01-.6.09-.48.66-.6 1.7-.06 2.36-.25.02-.5.1-.73.23l-.06-.19h-.05c-.19-.99-.03-2.01.57-2.6a3.3 3.3 0 0 1 2.77-.7c.45.06.82.05 1.2.26.23.07.53.28.54.42.25.92-.5 2.9.96 2.79a.23.23 0 0 0-.04.06c.1-.03.11-.05.2-.01-.75 1.18-1.27 1.84-2.58 2.08-.49.16-2.15.56-2.73-.21-.1-.13-.24-.4-.24-.4Z" fill="#FFD931"/>
217
- <path d="M14.24 11.6c-.4.23-.93.28-1.05-.14-.25-.87.38-1.93-.24-2.5-1.55-1.23-4.46-1.17-5.67.66-.12.87-.04 1.6.11 1.78h-.01c.11.18.15.4.2.62h.01c-.19-.99-.01-1.98.58-2.6.6-.65 1.66-.9 2.76-.68.45.05.82.04 1.2.25.23.07.54.28.54.42.19.7-.29 2.03.13 2.58.14.19.47.24.84.21.04-.05.14-.03.2-.05.2-.07.42-.12.52-.32v-.05c.03-.05 0-.13-.12-.18Z" fill="#E4051F"/>
218
- <path d="M13.13 12.19s.36.05.61.03a5.73 5.73 0 0 1-.94 1.43c-.16.11-1.26.55-1.36.57.37-.37 1.17-.93 1.7-2.03Z" fill="#925F1A"/>
219
- <path d="m13.1 14.02-.02-.03-.04.06.06-.03Z" fill="#BA101C"/>
220
- <path d="M13.01 13.85a1.22 1.22 0 0 1-.06-.17c-.02-.11-1.16.51-2.2.72-1.05.2-2.2 0-2.2 0-.02.35.21.43.21.43v.01c.6.1 1.24.15 1.83.18-.64.22-1.33.21-2.03.27 0 .2.1.55.06.92-.32 1.08.02.97.14 1.2.12.22.48.52.49.5l.14-.08c.56-.53 1.05-1.1 1.61-1.64.37-.3.73-.61 1.17-.92-.45.01-.82.24-1.27.19.71-.46 1.57-.71 2.14-1.41h-.02.02l.04-.06a.95.95 0 0 1-.07-.14Z" fill="#E4051F"/>
221
- <path d="M8.76 14.84c-.02.04-.08.18-.17.29-.03.03-.04.09-.03.16.7-.06 1.4-.06 2.03-.27-.59-.03-1.22-.07-1.83-.18ZM13.16 14.08a.2.2 0 0 1-.06-.06l-.06.03c-.57.7-1.43.95-2.14 1.4.45.06.82-.17 1.27-.18-.44.3-.8.61-1.17.92-.56.54-1.05 1.11-1.6 1.64.49-.3 2.06-1.25 2.4-1.68.4-.5 1.15-1.65 1.36-1.83.2-.17.1-.2 0-.24Z" fill="#BA101C"/>
222
- <path d="m13.08 14.02.02.02.16.17s.04.07.16.16c.62.11 1.25.2 1.93.05-.73-.27-1.55-.73-2.27-.4Z" fill="#BA101C"/>
223
- <path d="m14.47 13.66.04-.03c-.55-.08-1.12-.1-1.53.25l.09.13.02-.03-.02.03.01.01c.72-.33 1.54.13 2.27.4a4.6 4.6 0 0 1-1.93-.05c.12.1.31.22.62.34.94.4 1.7-.03 1.85-.3-.03-.17-.84-.66-1.42-.75ZM15.22 12.57s-1.07.22-1.55.5c-.26.14-.46.35-.59.5.67-.21 1.33-.57 2.04-.76l.1-.24Z" fill="#E4051F"/>
224
- <path d="M13.08 13.57c-.1.12-.15.21-.15.21l.05.1c.41-.35.98-.33 1.54-.25.26-.15.48-.56.6-.82-.7.19-1.37.55-2.04.76Z" fill="#BA101C"/>
225
- <path d="M9.53 13.45c-.25 0-.66-.08-1.03-.15-.26-.06-.52-.1-.63-.1-.11 0-.3.04-.45.08-.22.06-.35.09-.4.02a.1.1 0 0 1-.02-.1c.2-.83.92-1.37 1.84-1.37.28 0 .56.05.82.16.69.29.94.38 1.17.38.08 0 .17 0 .29-.04.06-.05.23-.2.38-.2.08 0 .15.05.2.13.04.08.04.15.02.2-.03.1-.13.12-.2.15a.5.5 0 0 0-.1.04c-.33.64-1.32.75-1.74.8H9.53Zm-1.66-.42c.13 0 .38.05.67.1.4.09.86.18 1.07.16l.05-.01c.4-.04 1.34-.15 1.62-.72l.02-.02c.04-.04.1-.06.16-.08.04-.02.1-.04.1-.06l-.01-.06c-.02-.03-.03-.04-.05-.04-.08 0-.2.1-.28.17l-.02.02h-.02c-.15.04-.25.05-.35.05-.26 0-.52-.1-1.23-.4a2 2 0 0 0-.76-.15c-.62 0-1.4.31-1.65 1.18l.2-.05c.16-.04.34-.1.48-.1Z" fill="#1D1A1E"/>
226
- <path d="M9.4 14.03c-.82 0-1.13-.81-1.13-.82l.16-.05c0 .03.32.86 1.22.68.6-.12.73-.63.73-.64l.16.04c0 .02-.14.62-.86.76l-.27.03ZM8.43 12c-.02-.01-.49-.36-.38-1.31.1-.92.54-1.3.9-1.27.34.03.7.7.63 1.47-.07.77-.32 1.05-.33 1.06l-.12-.1s.22-.27.28-.97c.07-.73-.27-1.28-.48-1.3-.23-.02-.62.26-.72 1.13-.1.85.3 1.15.32 1.16l-.1.13ZM10.86 12.54l-.03-.16s.55-.12.98-.95c.3-.57.19-1.2.01-1.55-.1-.22-.25-.36-.39-.38-.27-.05-.95-.05-1.3 1.1-.27.93.18 1.56.28 1.68l-.13.1a2 2 0 0 1-.3-1.83c.39-1.3 1.23-1.26 1.48-1.22.2.04.38.21.51.48.2.39.31 1.07-.01 1.7-.47.9-1.08 1.03-1.1 1.03Z" fill="#1D1A1E"/>
227
- <path d="M9.13 11.25c0 .17-.07.3-.17.31-.1 0-.2-.12-.2-.29-.01-.16.06-.3.17-.3.1-.01.19.12.2.28Z" fill="#1D1A1E"/>
228
- <path d="M9.06 11.3c.01.06-.01.1-.05.11-.03.01-.07-.03-.08-.08-.01-.05.01-.1.05-.1.03 0 .07.03.08.08Z" fill="#fff"/>
229
- <path d="M11.32 11.38c-.02.17-.12.3-.22.29-.11-.01-.18-.16-.17-.33.02-.18.12-.3.23-.3.1.01.18.16.16.34Z" fill="#1D1A1E"/>
230
- <path d="M11.24 11.42c0 .06-.03.1-.07.1-.04 0-.07-.04-.07-.1 0-.05.03-.1.07-.1.04 0 .07.05.07.1Z" fill="#fff"/>
231
- <path d="m8.93 12.54-.1-.14c.12-.09.28-.13.45-.12l-.02.17a.49.49 0 0 0-.33.09Z" fill="#1D1A1E"/>
232
- <path d="M13.43 12.33a.84.84 0 0 1-.64-.27c-.4-.43-.25-1.34-.14-2l.05-.3c.07-.52-.54-.71-1.08-.88h-.03a4.7 4.7 0 0 0-2.96.26c-.45.25-.74.61-.86 1.08-.2.79-.1 1.53.02 2.02l-.16.04a4.26 4.26 0 0 1-.05-.2A4.41 4.41 0 0 1 7.14 10c.1-.88.96-1.6 2.17-1.82 1.08-.2 2.48.03 3.26.34.8.32.8.88.74 1.53l-.07.47c-.07.42-.12.73.05.96.1.15.25.2.35.21.16.02.3-.02.35-.07.1-.07.31-.16.42-.06.07.06.06.17-.05.33a1.22 1.22 0 0 1-.93.44ZM10.45 8.6c.56 0 1.02.07 1.2.13h.02c.57.18 1.28.4 1.2 1.07l-.06.3c-.1.6-.25 1.48.1 1.86.18.2.41.23.58.22.32-.02.62-.21.73-.38a.4.4 0 0 0 .06-.11.37.37 0 0 0-.18.07.67.67 0 0 1-.48.1.67.67 0 0 1-.47-.27c-.2-.3-.14-.64-.07-1.09l.06-.46c.07-.62.06-1.08-.63-1.36a6.7 6.7 0 0 0-3.16-.32c-1.13.2-1.95.87-2.04 1.67-.06.46.06.98.19 1.37-.02-.37 0-.78.1-1.2.14-.52.46-.92.95-1.2.57-.31 1.3-.4 1.9-.4ZM8.9 14.5c-.03-.02-.73-.51-.96-1.35l.17-.04c.2.78.87 1.25.88 1.26l-.1.13Z" fill="#1D1A1E"/>
233
- <path d="m14.22 11.66-.14-.1c.01 0 .66-.86.84-2.26l.16.02a5.1 5.1 0 0 1-.86 2.34ZM14.88 7.86a2.82 2.82 0 0 0-1.53-1.97l.07-.15c.97.43 1.48 1.4 1.62 2.09l-.16.03ZM7.36 9.72h-.17c0-.03.04-.7.41-1.67l.16.06c-.37.95-.4 1.6-.4 1.61Z" fill="#1D1A1E"/>
234
- <path d="M8.41 8.36h-.1c-.4-.02-.67-.15-.85-.4-.2-.29-.23-.72-.08-1.2.4-1.2 2.6-1.76 3.95-1.76.29 0 .54.03.73.07 1.19.3 1.73.84 1.89 1.91.04.3-.03.54-.21.75-.43.49-1.33.52-1.6.52-.17 0-.34-.01-.5-.04-.47-.07-.82-.25-1-.5a.6.6 0 0 1-.1-.46V7.1c-.03 0-.14.06-.3.32-.25.43-.9.94-1.83.94Zm2.92-3.2c-1.36 0-3.44.58-3.79 1.66-.13.42-.11.8.06 1.05.14.2.38.3.7.32a2 2 0 0 0 1.8-.86c.15-.25.31-.39.44-.39.05 0 .1.02.12.06.05.06.06.15.04.28-.02.11 0 .23.08.33.15.22.47.37.9.44.13.03.3.04.46.04.67 0 1.21-.18 1.47-.47.15-.17.2-.37.17-.61-.14-1-.63-1.5-1.76-1.78a3.06 3.06 0 0 0-.69-.07Z" fill="#1D1A1E"/>
235
- <path d="M8.3 7.89c-.24 0-.44-.07-.55-.2a.5.5 0 0 1-.11-.42c.14-1.1 1.14-1.77 3.05-2.02 1.06-.14 1.97.13 2.53.75.3.34.48.78.43 1.12-.07.6-.77.67-1.29.67l-.5-.01h-.1c-.76-.04-.82-.8-.85-1.15-.02-.2-.16-.26-.3-.26-.15 0-.38.1-.5.39-.26.67-1.15 1.13-1.8 1.13Zm2.93-2.51a4 4 0 0 0-.52.03C8 5.77 7.85 6.91 7.81 7.3c-.02.12 0 .22.07.3.08.08.23.13.43.13.59 0 1.41-.42 1.65-1.02.14-.37.44-.5.66-.5.25 0 .44.17.46.41.03.47.12.97.68 1h.1l.5.02c.73 0 1.09-.17 1.13-.53.03-.3-.12-.68-.4-1a2.44 2.44 0 0 0-1.86-.72ZM15.11 9.52h-.03c-.06-.02-.1-.08-.14-.18a1.12 1.12 0 0 0-.14-.24c-.4-.46-.86-.83-1.39-1.12l.08-.14c.54.3 1.03.68 1.43 1.15.08.09.13.19.17.27a7 7 0 0 0 .05-1.12c-.04-.09-.7-.63-1.31-1.1l.1-.13c.61.47 1.34 1.06 1.38 1.19 0 0 .01 1.3-.14 1.4a.1.1 0 0 1-.06.02Z" fill="#1D1A1E"/>
236
- <path d="M14.12 10.4c.15-.3.36-.27.41-.16.05.12.05.32-.17.56-.22.24-.55.18-.24-.4Z" fill="#B7D3E0"/>
237
- <path d="M14.12 11.02a.2.2 0 0 1-.18-.1c-.07-.11-.04-.3.1-.56.14-.25.3-.28.36-.28.1 0 .18.05.2.13.05.1.1.34-.18.65-.1.1-.2.16-.3.16Zm.28-.78c-.05 0-.14.05-.21.2-.16.3-.11.39-.1.4l.03.01c.03 0 .1-.03.18-.1.21-.24.18-.41.15-.48 0-.01-.02-.03-.05-.03ZM8.23 9.5a.08.08 0 0 1-.06-.14c.45-.44 1.05-.2 1.08-.2.04.02.06.07.04.11a.08.08 0 0 1-.1.05c-.03-.01-.53-.2-.9.16a.08.08 0 0 1-.06.02ZM12.17 9.75a.08.08 0 0 1-.08-.08c-.02-.4-.13-.67-.36-.8-.48-.27-1.3.17-1.31.18-.04.02-.1 0-.11-.03a.08.08 0 0 1 .03-.12c.04-.02.91-.48 1.48-.17.27.16.42.47.43.93 0 .05-.03.08-.08.09ZM10.63 14.48l-.03-.16c.67-.11 1.05-.41 1.06-.41a4.97 4.97 0 0 0 1.45-1.74l.16.07a5.05 5.05 0 0 1-1.51 1.8 2.6 2.6 0 0 1-1.13.44ZM12.51 13.91l-.09-.13c.34-.22.7-.69.7-.69.2-.26.54-.89.55-.9l.14.08a3.8 3.8 0 0 1-1.3 1.64Z" fill="#1D1A1E"/>
238
- <path d="M9.41 16.93h.02c0-.04.02-.06.06-.07-.04.01-.05.03-.06.06.67-.29.18-.65.35-1.08.03-.1.17-.24.3-.35l-.04-.04c-.12.02-.35.06-.43.13-.59.47-.66 1.29-.18 1.38a.3.3 0 0 1 0-.04l-.02.01Z" fill="#0084C7"/>
239
- <path d="m10.08 15.5.17.2-.17-.2c-.13.1-.26.23-.28.33-.18.42.3.8-.37 1.1v.03h.14c.63-.05 1-1.2.51-1.46Z" fill="#E4051F"/>
240
- <path d="M9.97 15.56c.57.06.13 1.35-.37 1.35-.83 0-.3-1.36.37-1.35.1 0 .1-.15 0-.15-.84 0-1.42 1.52-.37 1.65.68.08 1.17-1.56.37-1.65-.1 0-.1.14 0 .15Z" fill="#B7D3E0"/>
241
- <path d="M10.08 15.47c-.17.11-.3.26-.37.45-.14.36.18.68-.26.93-.08.05 0 .18.08.13.22-.13.34-.29.33-.55 0-.16-.04-.31 0-.47.02-.15.18-.28.3-.36.08-.05 0-.18-.08-.13Z" fill="#B7D3E0"/>
242
- <path d="m9.33 16.29.18-.05c.06 0 .13 0 .16-.07.06-.14.05-.32-.14-.33-.16 0-.26.21-.3.33-.04.16.02.33.2.33.1 0 .1-.15 0-.15-.14 0-.02-.23.02-.29 0-.01.1-.11.1-.06.01.04 0 .1-.02.13l.05-.05-.29.06c-.09.02-.05.17.04.15ZM10.12 15.75c-.19.03-.28.22-.26.4 0 .04.04.46.2.36.07-.05 0-.18-.08-.13-.01 0 .07-.01.08.01l-.01-.04a1.1 1.1 0 0 1-.05-.28c0-.09.07-.16.16-.18.1-.01.06-.15-.04-.14Z" fill="#fff"/>
243
- <path d="m9.95 16.21.21-.05c.1-.02.06-.16-.04-.14l-.2.05c-.1.03-.06.17.03.14Z" fill="#fff"/>
244
- <path d="M9.25 18a.08.08 0 0 1-.07-.03l-.1-.09c-.26-.22-.86-.73-.61-1.37.2-.52.13-.84.07-1.1a2.13 2.13 0 0 1-.04-.22c-.02-.13.1-.24.17-.3l-.04-.08v-.04a.4.4 0 0 1-.11-.12.4.4 0 0 1-.04-.27.08.08 0 0 1 .1-.06c2.5.38 4.3-.79 4.32-.8a.09.09 0 0 1 .08 0c.02 0 .04.03.05.05.02.17.07.34.1.39h.02c.1.02.24.04.26.14.02.1-.07.16-.1.18-.52.4-.8.88-1.09 1.35-.28.48-.55.93-1.04 1.24A42.9 42.9 0 0 1 9.25 18Zm-.4-3.1c.02.04 0 .08-.03.1-.07.04-.16.12-.15.18l.03.2c.06.28.14.62-.08 1.19-.2.53.32.97.57 1.19l.07.05c.21-.12 1.02-.57 1.83-1.08.45-.29.71-.72.99-1.18a4.54 4.54 0 0 1 1.14-1.4l-.1-.03h-.04c-.04-.01-.12-.03-.2-.4a6.93 6.93 0 0 1-4.24.77c0 .03 0 .06.03.09.03.07.5.44 1.78.37.04 0 .08.03.09.08 0 .04-.04.08-.08.08-.8.05-1.3-.07-1.6-.2Z" fill="#1D1A1E"/>
245
- <path d="M11.18 15.4a.08.08 0 0 1-.08-.04.08.08 0 0 1 .04-.11A9.04 9.04 0 0 0 13 14a.08.08 0 0 1 .11 0c.03.04.03.1 0 .12a9.31 9.31 0 0 1-1.92 1.29Z" fill="#1D1A1E"/>
246
- <path d="M14.95 14.97c-.86 0-1.75-.7-1.8-.74l.11-.13c.01.01 1.02.8 1.86.7a1 1 0 0 0 .66-.39 2.24 2.24 0 0 0-2.72-.52l-.08-.14c.02 0 1.62-.88 2.98.6l.04.05-.04.06a1.18 1.18 0 0 1-1.01.5Z" fill="#1D1A1E"/>
247
- <path d="m13.02 13.72-.14-.09c.03-.04.66-.97 2.33-1.14l.12-.01-.03.11c-.13.53-.33.78-.69 1.08l-.1-.12c.3-.27.48-.48.6-.88-1.5.2-2.08 1.04-2.09 1.05Z" fill="#1D1A1E"/>
248
- </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: "#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.4 12.3c-.13.03-.25.12-.34.12a5.44 5.44 0 0 1-.8-.14l.05.1-.04-.1c-.38-.09-.73-.25-1.11-.31 0 0-.3-.07-.18-.01-.24-.04-.32.01-.55.03l.07.08a1.7 1.7 0 0 1-.07-.08c-.24.03-.49.1-.73.23 0 .02 0 .03.02.05-.23.13-.62.83-.64.93-.01.09.95-.08.95-.08l.04.08.27.02c.42.02.85.12 1.26.11.3 0 .59-.09.86-.16 0-.02-.23.08-.22.06-.01.02.23-.08.22-.06.46-.12.88-.37 1.2-.84a.32.32 0 0 0-.26-.03Z", fill: "#EE770D" }), _jsx("path", { d: "M9.77 13.94c.34-.15.55-.43.69-.77-.28.07-.57.15-.87.15-.4 0-.84-.08-1.25-.1.16.59.87.88 1.43.72Z", fill: "#EE770D" }), _jsx("path", { d: "M8.3 9.95c-.3.64-.33 1.49.13 2.04l.26-.02a3.53 3.53 0 0 1-.39-2.02Z", fill: "#D0EBF8" }), _jsx("path", { d: "M9.16 11.98c.7-.7.54-1.8-.07-2.44-.16-.07-.45.01-.6.1-.07.09-.13.2-.19.3-.07.7.07 1.41.4 2.03.15-.01.31-.01.46.01ZM11.4 12.3c.6-.68.9-1.63.54-2.5-.08-.14-.16-.28-.31-.35-.38-.06-.62-.08-.91.07a1.8 1.8 0 0 0-.24.21c-.27.92-.19 1.92.36 2.67l.22.02c.09 0 .2-.09.34-.12Z", fill: "#fff" }), _jsx("path", { d: "M10.48 9.73c-.66.69-.56 1.71-.21 2.55l.57.12a3.06 3.06 0 0 1-.36-2.67Z", fill: "#D0EBF8" }), _jsx("path", { d: "M13.98 10.48c0 .14-.06.37.02.44.37.2.57-.43.5-.73-.22-.1-.46.15-.52.29Z", fill: "#B7C2D7" }), _jsx("path", { d: "M8.49 6.05c-.61.29-1.02 1.22-.66 1.63.93-.84 2.02-1.53 2.93-2.42-.8.03-1.6.3-2.27.8Z", fill: "#B7D3E0" }), _jsx("path", { d: "M10.76 5.26c-.91.89-2 1.58-2.93 2.42.88.43 1.85-.3 2.42-1.2.07-.09.5-.4.52-.18.03.2.08.4.15.57l1.42-1.35a4.05 4.05 0 0 0-1.58-.26Z", fill: "#E9F6FC" }), _jsx("path", { d: "M12.94 5.8c-.2-.11-.4-.2-.6-.28l-1.42 1.35c.11.28.28.52.49.67.27.2.6.23.95.22.32-.01.68-.06 1-.21.06-.08.13-.23.2-.3.14-.6-.2-1.03-.62-1.45Z", fill: "#B7D3E0" }), _jsx("path", { d: "M13.58 7.76c.24-.25.32-.52.32-.8l-.04-.02.04.03c0-.32-.13-.65-.3-.96l-.16-.08c-1-1.2-3.28-.84-4.66-.3C7.4 6.16 7 7.5 7.68 8.09l-.01.06c1.1.58 2.1-.39 2.97-1.1-.06.37.1.66.33.87.54.28 1.21.4 1.8.24.2-.06.43-.12.6-.21l-.08-.03c.03 0 .06.02.08.03a.58.58 0 0 0 .21-.2ZM10.77 6.3c-.01-.23-.45.08-.52.16-.53.85-1.6 1.62-2.32 1.21-.05-.03-.16-.06-.15-.13-.22-.37.1-1.21.7-1.5a4.2 4.2 0 0 1 4.42-.27c.09.05.18.15.25.23.3.3.52.76.42 1.23-.08.08-.14.23-.22.3-.32.17-.68.2-1.02.22-.36.02-.7 0-.97-.2-.25-.18-.28-.54-.38-.91-.03-.12-.2-.22-.21-.34Z", fill: "#FFD931" }), _jsx("path", { d: "M14.9 7.75a2.75 2.75 0 0 0-1.3-1.74c.17.31.3.64.3.96.36.23.64.6 1.01.79ZM13.37 7.95c-.17.1-.4.15-.6.2-.59.17-1.26.05-1.8-.23a.94.94 0 0 1-.33-.87c-.06.05-.16.03-.22.1-.65.7-1.72 1.53-2.75 1-.2.49-.33 1-.4 1.47 1.22-1.83 4.13-1.89 5.68-.66.62.57-.01 1.63.24 2.5.12.43.66.37 1.05.14h-.02a14.95 14.95 0 0 0 .82-2.23 3.3 3.3 0 0 0-1.67-1.42Zm1.13 2.24c.07.3-.13.93-.5.73-.08-.07.03-.27.03-.42.06-.14.25-.42.47-.31Z", fill: "#E4051F" }), _jsx("path", { d: "M15.1 9.4c.03.06.17-.8.15-.96-.01-.17 0-.38-.34-.68-.37-.2-.69-.61-1.05-.85 0 .28-.04.6-.27.85a.57.57 0 0 1-.22.19c.73.25 1.28.8 1.67 1.42.01-.02.03 0 .05.04Z", fill: "#925F1A" }), _jsx("path", { d: "M8.24 13.68c-.18-.41-.1-.36-.17-.52l.27.02c.16.58.87.88 1.42.72.35-.15.6-.35.74-.7a2 2 0 0 0 1.15-.91.31.31 0 0 0-.26-.03c.6-.69.92-1.63.55-2.5-.08-.14-.16-.28-.32-.35-.37-.06-.61-.06-.9.1-.92.67-.84 1.8-.45 2.73-.39-.1-.77-.2-1.14-.26.32-.33.43-.74.43-1.17 0-.48-.15-.98-.47-1.31-.16-.07-.45.01-.6.09-.48.66-.6 1.7-.06 2.36-.25.02-.5.1-.73.23l-.06-.19h-.05c-.19-.99-.03-2.01.57-2.6a3.3 3.3 0 0 1 2.77-.7c.45.06.82.05 1.2.26.23.07.53.28.54.42.25.92-.5 2.9.96 2.79a.23.23 0 0 0-.04.06c.1-.03.11-.05.2-.01-.75 1.18-1.27 1.84-2.58 2.08-.49.16-2.15.56-2.73-.21-.1-.13-.24-.4-.24-.4Z", fill: "#FFD931" }), _jsx("path", { d: "M14.24 11.6c-.4.23-.93.28-1.05-.14-.25-.87.38-1.93-.24-2.5-1.55-1.23-4.46-1.17-5.67.66-.12.87-.04 1.6.11 1.78h-.01c.11.18.15.4.2.62h.01c-.19-.99-.01-1.98.58-2.6.6-.65 1.66-.9 2.76-.68.45.05.82.04 1.2.25.23.07.54.28.54.42.19.7-.29 2.03.13 2.58.14.19.47.24.84.21.04-.05.14-.03.2-.05.2-.07.42-.12.52-.32v-.05c.03-.05 0-.13-.12-.18Z", fill: "#E4051F" }), _jsx("path", { d: "M13.13 12.19s.36.05.61.03a5.73 5.73 0 0 1-.94 1.43c-.16.11-1.26.55-1.36.57.37-.37 1.17-.93 1.7-2.03Z", fill: "#925F1A" }), _jsx("path", { d: "m13.1 14.02-.02-.03-.04.06.06-.03Z", fill: "#BA101C" }), _jsx("path", { d: "M13.01 13.85a1.22 1.22 0 0 1-.06-.17c-.02-.11-1.16.51-2.2.72-1.05.2-2.2 0-2.2 0-.02.35.21.43.21.43v.01c.6.1 1.24.15 1.83.18-.64.22-1.33.21-2.03.27 0 .2.1.55.06.92-.32 1.08.02.97.14 1.2.12.22.48.52.49.5l.14-.08c.56-.53 1.05-1.1 1.61-1.64.37-.3.73-.61 1.17-.92-.45.01-.82.24-1.27.19.71-.46 1.57-.71 2.14-1.41h-.02.02l.04-.06a.95.95 0 0 1-.07-.14Z", fill: "#E4051F" }), _jsx("path", { d: "M8.76 14.84c-.02.04-.08.18-.17.29-.03.03-.04.09-.03.16.7-.06 1.4-.06 2.03-.27-.59-.03-1.22-.07-1.83-.18ZM13.16 14.08a.2.2 0 0 1-.06-.06l-.06.03c-.57.7-1.43.95-2.14 1.4.45.06.82-.17 1.27-.18-.44.3-.8.61-1.17.92-.56.54-1.05 1.11-1.6 1.64.49-.3 2.06-1.25 2.4-1.68.4-.5 1.15-1.65 1.36-1.83.2-.17.1-.2 0-.24Z", fill: "#BA101C" }), _jsx("path", { d: "m13.08 14.02.02.02.16.17s.04.07.16.16c.62.11 1.25.2 1.93.05-.73-.27-1.55-.73-2.27-.4Z", fill: "#BA101C" }), _jsx("path", { d: "m14.47 13.66.04-.03c-.55-.08-1.12-.1-1.53.25l.09.13.02-.03-.02.03.01.01c.72-.33 1.54.13 2.27.4a4.6 4.6 0 0 1-1.93-.05c.12.1.31.22.62.34.94.4 1.7-.03 1.85-.3-.03-.17-.84-.66-1.42-.75ZM15.22 12.57s-1.07.22-1.55.5c-.26.14-.46.35-.59.5.67-.21 1.33-.57 2.04-.76l.1-.24Z", fill: "#E4051F" }), _jsx("path", { d: "M13.08 13.57c-.1.12-.15.21-.15.21l.05.1c.41-.35.98-.33 1.54-.25.26-.15.48-.56.6-.82-.7.19-1.37.55-2.04.76Z", fill: "#BA101C" }), _jsx("path", { d: "M9.53 13.45c-.25 0-.66-.08-1.03-.15-.26-.06-.52-.1-.63-.1-.11 0-.3.04-.45.08-.22.06-.35.09-.4.02a.1.1 0 0 1-.02-.1c.2-.83.92-1.37 1.84-1.37.28 0 .56.05.82.16.69.29.94.38 1.17.38.08 0 .17 0 .29-.04.06-.05.23-.2.38-.2.08 0 .15.05.2.13.04.08.04.15.02.2-.03.1-.13.12-.2.15a.5.5 0 0 0-.1.04c-.33.64-1.32.75-1.74.8H9.53Zm-1.66-.42c.13 0 .38.05.67.1.4.09.86.18 1.07.16l.05-.01c.4-.04 1.34-.15 1.62-.72l.02-.02c.04-.04.1-.06.16-.08.04-.02.1-.04.1-.06l-.01-.06c-.02-.03-.03-.04-.05-.04-.08 0-.2.1-.28.17l-.02.02h-.02c-.15.04-.25.05-.35.05-.26 0-.52-.1-1.23-.4a2 2 0 0 0-.76-.15c-.62 0-1.4.31-1.65 1.18l.2-.05c.16-.04.34-.1.48-.1Z", fill: "#1D1A1E" }), _jsx("path", { d: "M9.4 14.03c-.82 0-1.13-.81-1.13-.82l.16-.05c0 .03.32.86 1.22.68.6-.12.73-.63.73-.64l.16.04c0 .02-.14.62-.86.76l-.27.03ZM8.43 12c-.02-.01-.49-.36-.38-1.31.1-.92.54-1.3.9-1.27.34.03.7.7.63 1.47-.07.77-.32 1.05-.33 1.06l-.12-.1s.22-.27.28-.97c.07-.73-.27-1.28-.48-1.3-.23-.02-.62.26-.72 1.13-.1.85.3 1.15.32 1.16l-.1.13ZM10.86 12.54l-.03-.16s.55-.12.98-.95c.3-.57.19-1.2.01-1.55-.1-.22-.25-.36-.39-.38-.27-.05-.95-.05-1.3 1.1-.27.93.18 1.56.28 1.68l-.13.1a2 2 0 0 1-.3-1.83c.39-1.3 1.23-1.26 1.48-1.22.2.04.38.21.51.48.2.39.31 1.07-.01 1.7-.47.9-1.08 1.03-1.1 1.03Z", fill: "#1D1A1E" }), _jsx("path", { d: "M9.13 11.25c0 .17-.07.3-.17.31-.1 0-.2-.12-.2-.29-.01-.16.06-.3.17-.3.1-.01.19.12.2.28Z", fill: "#1D1A1E" }), _jsx("path", { d: "M9.06 11.3c.01.06-.01.1-.05.11-.03.01-.07-.03-.08-.08-.01-.05.01-.1.05-.1.03 0 .07.03.08.08Z", fill: "#fff" }), _jsx("path", { d: "M11.32 11.38c-.02.17-.12.3-.22.29-.11-.01-.18-.16-.17-.33.02-.18.12-.3.23-.3.1.01.18.16.16.34Z", fill: "#1D1A1E" }), _jsx("path", { d: "M11.24 11.42c0 .06-.03.1-.07.1-.04 0-.07-.04-.07-.1 0-.05.03-.1.07-.1.04 0 .07.05.07.1Z", fill: "#fff" }), _jsx("path", { d: "m8.93 12.54-.1-.14c.12-.09.28-.13.45-.12l-.02.17a.49.49 0 0 0-.33.09Z", fill: "#1D1A1E" }), _jsx("path", { d: "M13.43 12.33a.84.84 0 0 1-.64-.27c-.4-.43-.25-1.34-.14-2l.05-.3c.07-.52-.54-.71-1.08-.88h-.03a4.7 4.7 0 0 0-2.96.26c-.45.25-.74.61-.86 1.08-.2.79-.1 1.53.02 2.02l-.16.04a4.26 4.26 0 0 1-.05-.2A4.41 4.41 0 0 1 7.14 10c.1-.88.96-1.6 2.17-1.82 1.08-.2 2.48.03 3.26.34.8.32.8.88.74 1.53l-.07.47c-.07.42-.12.73.05.96.1.15.25.2.35.21.16.02.3-.02.35-.07.1-.07.31-.16.42-.06.07.06.06.17-.05.33a1.22 1.22 0 0 1-.93.44ZM10.45 8.6c.56 0 1.02.07 1.2.13h.02c.57.18 1.28.4 1.2 1.07l-.06.3c-.1.6-.25 1.48.1 1.86.18.2.41.23.58.22.32-.02.62-.21.73-.38a.4.4 0 0 0 .06-.11.37.37 0 0 0-.18.07.67.67 0 0 1-.48.1.67.67 0 0 1-.47-.27c-.2-.3-.14-.64-.07-1.09l.06-.46c.07-.62.06-1.08-.63-1.36a6.7 6.7 0 0 0-3.16-.32c-1.13.2-1.95.87-2.04 1.67-.06.46.06.98.19 1.37-.02-.37 0-.78.1-1.2.14-.52.46-.92.95-1.2.57-.31 1.3-.4 1.9-.4ZM8.9 14.5c-.03-.02-.73-.51-.96-1.35l.17-.04c.2.78.87 1.25.88 1.26l-.1.13Z", fill: "#1D1A1E" }), _jsx("path", { d: "m14.22 11.66-.14-.1c.01 0 .66-.86.84-2.26l.16.02a5.1 5.1 0 0 1-.86 2.34ZM14.88 7.86a2.82 2.82 0 0 0-1.53-1.97l.07-.15c.97.43 1.48 1.4 1.62 2.09l-.16.03ZM7.36 9.72h-.17c0-.03.04-.7.41-1.67l.16.06c-.37.95-.4 1.6-.4 1.61Z", fill: "#1D1A1E" }), _jsx("path", { d: "M8.41 8.36h-.1c-.4-.02-.67-.15-.85-.4-.2-.29-.23-.72-.08-1.2.4-1.2 2.6-1.76 3.95-1.76.29 0 .54.03.73.07 1.19.3 1.73.84 1.89 1.91.04.3-.03.54-.21.75-.43.49-1.33.52-1.6.52-.17 0-.34-.01-.5-.04-.47-.07-.82-.25-1-.5a.6.6 0 0 1-.1-.46V7.1c-.03 0-.14.06-.3.32-.25.43-.9.94-1.83.94Zm2.92-3.2c-1.36 0-3.44.58-3.79 1.66-.13.42-.11.8.06 1.05.14.2.38.3.7.32a2 2 0 0 0 1.8-.86c.15-.25.31-.39.44-.39.05 0 .1.02.12.06.05.06.06.15.04.28-.02.11 0 .23.08.33.15.22.47.37.9.44.13.03.3.04.46.04.67 0 1.21-.18 1.47-.47.15-.17.2-.37.17-.61-.14-1-.63-1.5-1.76-1.78a3.06 3.06 0 0 0-.69-.07Z", fill: "#1D1A1E" }), _jsx("path", { d: "M8.3 7.89c-.24 0-.44-.07-.55-.2a.5.5 0 0 1-.11-.42c.14-1.1 1.14-1.77 3.05-2.02 1.06-.14 1.97.13 2.53.75.3.34.48.78.43 1.12-.07.6-.77.67-1.29.67l-.5-.01h-.1c-.76-.04-.82-.8-.85-1.15-.02-.2-.16-.26-.3-.26-.15 0-.38.1-.5.39-.26.67-1.15 1.13-1.8 1.13Zm2.93-2.51a4 4 0 0 0-.52.03C8 5.77 7.85 6.91 7.81 7.3c-.02.12 0 .22.07.3.08.08.23.13.43.13.59 0 1.41-.42 1.65-1.02.14-.37.44-.5.66-.5.25 0 .44.17.46.41.03.47.12.97.68 1h.1l.5.02c.73 0 1.09-.17 1.13-.53.03-.3-.12-.68-.4-1a2.44 2.44 0 0 0-1.86-.72ZM15.11 9.52h-.03c-.06-.02-.1-.08-.14-.18a1.12 1.12 0 0 0-.14-.24c-.4-.46-.86-.83-1.39-1.12l.08-.14c.54.3 1.03.68 1.43 1.15.08.09.13.19.17.27a7 7 0 0 0 .05-1.12c-.04-.09-.7-.63-1.31-1.1l.1-.13c.61.47 1.34 1.06 1.38 1.19 0 0 .01 1.3-.14 1.4a.1.1 0 0 1-.06.02Z", fill: "#1D1A1E" }), _jsx("path", { d: "M14.12 10.4c.15-.3.36-.27.41-.16.05.12.05.32-.17.56-.22.24-.55.18-.24-.4Z", fill: "#B7D3E0" }), _jsx("path", { d: "M14.12 11.02a.2.2 0 0 1-.18-.1c-.07-.11-.04-.3.1-.56.14-.25.3-.28.36-.28.1 0 .18.05.2.13.05.1.1.34-.18.65-.1.1-.2.16-.3.16Zm.28-.78c-.05 0-.14.05-.21.2-.16.3-.11.39-.1.4l.03.01c.03 0 .1-.03.18-.1.21-.24.18-.41.15-.48 0-.01-.02-.03-.05-.03ZM8.23 9.5a.08.08 0 0 1-.06-.14c.45-.44 1.05-.2 1.08-.2.04.02.06.07.04.11a.08.08 0 0 1-.1.05c-.03-.01-.53-.2-.9.16a.08.08 0 0 1-.06.02ZM12.17 9.75a.08.08 0 0 1-.08-.08c-.02-.4-.13-.67-.36-.8-.48-.27-1.3.17-1.31.18-.04.02-.1 0-.11-.03a.08.08 0 0 1 .03-.12c.04-.02.91-.48 1.48-.17.27.16.42.47.43.93 0 .05-.03.08-.08.09ZM10.63 14.48l-.03-.16c.67-.11 1.05-.41 1.06-.41a4.97 4.97 0 0 0 1.45-1.74l.16.07a5.05 5.05 0 0 1-1.51 1.8 2.6 2.6 0 0 1-1.13.44ZM12.51 13.91l-.09-.13c.34-.22.7-.69.7-.69.2-.26.54-.89.55-.9l.14.08a3.8 3.8 0 0 1-1.3 1.64Z", fill: "#1D1A1E" }), _jsx("path", { d: "M9.41 16.93h.02c0-.04.02-.06.06-.07-.04.01-.05.03-.06.06.67-.29.18-.65.35-1.08.03-.1.17-.24.3-.35l-.04-.04c-.12.02-.35.06-.43.13-.59.47-.66 1.29-.18 1.38a.3.3 0 0 1 0-.04l-.02.01Z", fill: "#0084C7" }), _jsx("path", { d: "m10.08 15.5.17.2-.17-.2c-.13.1-.26.23-.28.33-.18.42.3.8-.37 1.1v.03h.14c.63-.05 1-1.2.51-1.46Z", fill: "#E4051F" }), _jsx("path", { d: "M9.97 15.56c.57.06.13 1.35-.37 1.35-.83 0-.3-1.36.37-1.35.1 0 .1-.15 0-.15-.84 0-1.42 1.52-.37 1.65.68.08 1.17-1.56.37-1.65-.1 0-.1.14 0 .15Z", fill: "#B7D3E0" }), _jsx("path", { d: "M10.08 15.47c-.17.11-.3.26-.37.45-.14.36.18.68-.26.93-.08.05 0 .18.08.13.22-.13.34-.29.33-.55 0-.16-.04-.31 0-.47.02-.15.18-.28.3-.36.08-.05 0-.18-.08-.13Z", fill: "#B7D3E0" }), _jsx("path", { d: "m9.33 16.29.18-.05c.06 0 .13 0 .16-.07.06-.14.05-.32-.14-.33-.16 0-.26.21-.3.33-.04.16.02.33.2.33.1 0 .1-.15 0-.15-.14 0-.02-.23.02-.29 0-.01.1-.11.1-.06.01.04 0 .1-.02.13l.05-.05-.29.06c-.09.02-.05.17.04.15ZM10.12 15.75c-.19.03-.28.22-.26.4 0 .04.04.46.2.36.07-.05 0-.18-.08-.13-.01 0 .07-.01.08.01l-.01-.04a1.1 1.1 0 0 1-.05-.28c0-.09.07-.16.16-.18.1-.01.06-.15-.04-.14Z", fill: "#fff" }), _jsx("path", { d: "m9.95 16.21.21-.05c.1-.02.06-.16-.04-.14l-.2.05c-.1.03-.06.17.03.14Z", fill: "#fff" }), _jsx("path", { d: "M9.25 18a.08.08 0 0 1-.07-.03l-.1-.09c-.26-.22-.86-.73-.61-1.37.2-.52.13-.84.07-1.1a2.13 2.13 0 0 1-.04-.22c-.02-.13.1-.24.17-.3l-.04-.08v-.04a.4.4 0 0 1-.11-.12.4.4 0 0 1-.04-.27.08.08 0 0 1 .1-.06c2.5.38 4.3-.79 4.32-.8a.09.09 0 0 1 .08 0c.02 0 .04.03.05.05.02.17.07.34.1.39h.02c.1.02.24.04.26.14.02.1-.07.16-.1.18-.52.4-.8.88-1.09 1.35-.28.48-.55.93-1.04 1.24A42.9 42.9 0 0 1 9.25 18Zm-.4-3.1c.02.04 0 .08-.03.1-.07.04-.16.12-.15.18l.03.2c.06.28.14.62-.08 1.19-.2.53.32.97.57 1.19l.07.05c.21-.12 1.02-.57 1.83-1.08.45-.29.71-.72.99-1.18a4.54 4.54 0 0 1 1.14-1.4l-.1-.03h-.04c-.04-.01-.12-.03-.2-.4a6.93 6.93 0 0 1-4.24.77c0 .03 0 .06.03.09.03.07.5.44 1.78.37.04 0 .08.03.09.08 0 .04-.04.08-.08.08-.8.05-1.3-.07-1.6-.2Z", fill: "#1D1A1E" }), _jsx("path", { d: "M11.18 15.4a.08.08 0 0 1-.08-.04.08.08 0 0 1 .04-.11A9.04 9.04 0 0 0 13 14a.08.08 0 0 1 .11 0c.03.04.03.1 0 .12a9.31 9.31 0 0 1-1.92 1.29Z", fill: "#1D1A1E" }), _jsx("path", { d: "M14.95 14.97c-.86 0-1.75-.7-1.8-.74l.11-.13c.01.01 1.02.8 1.86.7a1 1 0 0 0 .66-.39 2.24 2.24 0 0 0-2.72-.52l-.08-.14c.02 0 1.62-.88 2.98.6l.04.05-.04.06a1.18 1.18 0 0 1-1.01.5Z", fill: "#1D1A1E" }), _jsx("path", { d: "m13.02 13.72-.14-.09c.03-.04.66-.97 2.33-1.14l.12-.01-.03.11c-.13.53-.33.78-.69 1.08l-.1-.12c.3-.27.48-.48.6-.88-1.5.2-2.08 1.04-2.09 1.05Z", fill: "#1D1A1E" })] }, "21"));
249
65
  }
250
66
  export function NordicSkiing(props) {
251
- return (<Icon key="22" {...props}>
252
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#00537B"/>
253
- <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"/>
254
- <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"/>
255
- </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: "#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" })] }, "22"));
256
68
  }
257
69
  export function CrossCountry(props) {
258
- return (<Icon key="23" {...props}>
259
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#00537B"/>
260
- <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"/>
261
- <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"/>
262
- </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: "#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" })] }, "23"));
263
71
  }
264
72
  export function AlpineSki(props) {
265
- return (<Icon key="24" {...props}>
266
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#00537B"/>
267
- <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"/>
268
- <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"/>
269
- </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: "#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" })] }, "24"));
270
74
  }
271
75
  export function Teleski(props) {
272
- return (<Icon key="25" {...props}>
273
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#00537B"/>
274
- <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"/>
275
- <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"/>
276
- <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"/>
277
- </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: "#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" })] }, "25"));
278
77
  }
279
78
  export function Biathlon(props) {
280
- return (<Icon key="26" {...props}>
281
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#00537B"/>
282
- <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"/>
283
- <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"/>
284
- <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"/>
285
- </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: "#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" })] }, "26"));
286
80
  }
287
81
  export function Snowshoes(props) {
288
- return (<Icon key="27" {...props}>
289
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#00537B"/>
290
- <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"/>
291
- <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"/>
292
- </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: "#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" })] }, "27"));
293
83
  }
294
84
  export function SkiPass(props) {
295
- return (<Icon key="28" {...props}>
296
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#00537B"/>
297
- <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"/>
298
- <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"/>
299
- <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"/>
300
- <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"/>
301
- </Icon>);
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: "#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" })] }, "28"));
302
86
  }
303
87
  export function PiouPiouMat(props) {
304
- return (<Icon key="29" {...props}>
305
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#00537B"/>
306
- <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"/>
307
- <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"/>
308
- </Icon>);
309
- }
310
- // STATION FIN
311
- // DIVERS DÉBUT
88
+ 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" })] }, "29"));
89
+ }
312
90
  export function MeetingPointGrey(props) {
313
- return (<Icon key="30" {...props}>
314
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#E3E2E3"/>
315
- <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"/>
316
- <path fill="#000" fillRule="evenodd" d="M11.9717 7.03113c-1.0101-.00075-1.9824.38365-2.71891 1.07487-.73651.69123-1.18175 1.63727-1.245 2.6454-.06325 1.008.26025 2.0023.90458 2.7802.64433.7778 1.56103 1.2808 2.56323 1.4063l.0274.0034v1.5586c0 .1243.0494.2435.1373.3314.0879.0879.2071.1373.3314.1373.1244 0 .2436-.0494.3315-.1373s.1373-.2071.1373-.3314v-1.5585l.0273-.0035c1.0008-.1274 1.9155-.631 2.5583-1.4085.6427-.7776.9653-1.7707.9021-2.7776-.0631-1.00683-.5073-1.95185-1.2422-2.64297-.735-.69111-1.7055-1.07645-2.7143-1.0777Zm-1.16 1.16824a3.03148 3.03148 0 0 1 1.16-.23074c.3981 0 .7923.0784 1.16.23074.3678.15233.702.37561.9835.65709.2814.28148.5047.61564.657.98341.1524.36773.2308.76193.2308 1.16003 0 .8039-.3194 1.5749-.8878 2.1434-.5685.5685-1.3395.8878-2.1435.8878-.8039 0-1.5749-.3193-2.14338-.8878-.56847-.5685-.88784-1.3395-.88784-2.1434 0-.3981.07841-.7923.23074-1.16003a3.031333 3.031333 0 0 1 .6571-.98341c.28148-.28148.61568-.50476.98338-.65709Z" clipRule="evenodd"/>
317
- <path fill="#000" d="M14.0513 10.9582c0 1.1506-.9327 2.0833-2.0833 2.0833-1.1506 0-2.08332-.9327-2.08332-2.0833 0-1.15058.93272-2.08332 2.08332-2.08332s2.0833.93274 2.0833 2.08332Z"/>
318
- </Icon>);
91
+ 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", { fill: "#000", fillRule: "evenodd", d: "M11.9717 7.03113c-1.0101-.00075-1.9824.38365-2.71891 1.07487-.73651.69123-1.18175 1.63727-1.245 2.6454-.06325 1.008.26025 2.0023.90458 2.7802.64433.7778 1.56103 1.2808 2.56323 1.4063l.0274.0034v1.5586c0 .1243.0494.2435.1373.3314.0879.0879.2071.1373.3314.1373.1244 0 .2436-.0494.3315-.1373s.1373-.2071.1373-.3314v-1.5585l.0273-.0035c1.0008-.1274 1.9155-.631 2.5583-1.4085.6427-.7776.9653-1.7707.9021-2.7776-.0631-1.00683-.5073-1.95185-1.2422-2.64297-.735-.69111-1.7055-1.07645-2.7143-1.0777Zm-1.16 1.16824a3.03148 3.03148 0 0 1 1.16-.23074c.3981 0 .7923.0784 1.16.23074.3678.15233.702.37561.9835.65709.2814.28148.5047.61564.657.98341.1524.36773.2308.76193.2308 1.16003 0 .8039-.3194 1.5749-.8878 2.1434-.5685.5685-1.3395.8878-2.1435.8878-.8039 0-1.5749-.3193-2.14338-.8878-.56847-.5685-.88784-1.3395-.88784-2.1434 0-.3981.07841-.7923.23074-1.16003a3.031333 3.031333 0 0 1 .6571-.98341c.28148-.28148.61568-.50476.98338-.65709Z", clipRule: "evenodd" }), _jsx("path", { fill: "#000", d: "M14.0513 10.9582c0 1.1506-.9327 2.0833-2.0833 2.0833-1.1506 0-2.08332-.9327-2.08332-2.0833 0-1.15058.93272-2.08332 2.08332-2.08332s2.0833.93274 2.0833 2.08332Z" })] }, "30"));
319
92
  }
320
93
  export function Cabin(props) {
321
- return (<Icon key="31" {...props}>
322
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#E3E2E3"/>
323
- <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"/>
324
- <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"/>
325
- </Icon>);
94
+ 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" })] }, "31"));
326
95
  }
327
96
  export function Building(props) {
328
- return (<Icon key="32" {...props}>
329
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#E3E2E3"/>
330
- <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"/>
331
- <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"/>
332
- </Icon>);
97
+ 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" })] }, "32"));
333
98
  }
334
99
  export function SkiMask(props) {
335
- return (<Icon key="33" {...props}>
336
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#E3E2E3"/>
337
- <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"/>
338
- <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"/>
339
- <path d="M9.66 10.3v3.1h-.84v-3.1h.84Zm5.53 0v3.1h-.84v-3.1h.84Z" fill="#000"/>
340
- </Icon>);
100
+ 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" })] }, "33"));
341
101
  }
342
102
  export function SkiShoe(props) {
343
- return (<Icon key="34" {...props}>
344
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#E3E2E3"/>
345
- <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"/>
346
- <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"/>
347
- </Icon>);
103
+ 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" })] }, "34"));
348
104
  }
349
105
  export function SkiHelmet(props) {
350
- return (<Icon key="35" {...props}>
351
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#E3E2E3"/>
352
- <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"/>
353
- <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"/>
354
- </Icon>);
106
+ 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" })] }, "35"));
355
107
  }
356
108
  export function Skis(props) {
357
- return (<Icon key="36" {...props}>
358
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#E3E2E3"/>
359
- <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"/>
360
- <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"/>
361
- </Icon>);
109
+ 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" })] }, "36"));
362
110
  }
363
111
  export function Snowboard(props) {
364
- return (<Icon key="37" {...props}>
365
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#E3E2E3"/>
366
- <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"/>
367
- <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"/>
368
- </Icon>);
112
+ 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" })] }, "37"));
369
113
  }
370
114
  export function Parking(props) {
371
- return (<Icon key="38" {...props}>
372
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#E3E2E3"/>
373
- <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"/>
374
- <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"/>
375
- </Icon>);
115
+ 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" })] }, "38"));
376
116
  }
377
117
  export function Bus(props) {
378
- return (<Icon key="39" {...props}>
379
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#E3E2E3"/>
380
- <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"/>
381
- <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"/>
382
- </Icon>);
118
+ 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" })] }, "39"));
383
119
  }
384
120
  export function IglooGrey(props) {
385
- return (<Icon key="40" {...props}>
386
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#E3E2E3"/>
387
- <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"/>
388
- <path d="M12 9a5 5 0 0 0-5 5v.9h2.9v.1H14V15H17v-1a5 5 0 0 0-5-5Zm2.7 4a3.7 3.7 0 0 0-.2-.8H16c.2.2.2.5.3.8h-1.7Zm-1.7.7-.1-.5.5-.3.2.8H13Zm-2.7 0c0-.3.1-.6.3-.8l.4.3-.1.5h-.6Zm-.4.7h-1a6.8 6.8 0 0 1 0-1h1v1Zm4.9-4h-1.2a5.2 5.2 0 0 0-.2-.6h.4l1 .7Zm-.3 1 .1.3h-2a2 2 0 0 0-.4 0v-.8h2l.3.5ZM10 13h-.3l.2-.5v-.3h.6l-.5.8Zm1.7-.9v.6a1 1 0 0 0-.3.2l-.5-.4c.2-.2.5-.4.8-.4Zm-.6-2.3h1.7a5.4 5.4 0 0 1 .3.7h-2.2a3 3 0 0 1 .2-.7Zm1.5 3a1 1 0 0 0-.4 0V12c.3 0 .6.2.9.4l-.5.4Zm-2-3a4.3 4.3 0 0 0-.2.7H9.2l1-.7h.4ZM9.7 11h2v.7l-.3.1H9.3a3 3 0 0 1 .4-.8Zm-.2 1.3-.1.2-.1.6H7.6c0-.3.1-.6.3-.8h1.6Zm3.9 0h.5l.2.4v.4H14c0-.3-.3-.6-.5-.8Zm2.5-.5H15a3.2 3.2 0 0 0-.3-.8h.5l.6.8Zm-7.2-.8H9a4 4 0 0 0-.3.8h-.7l.6-.8Zm-1.2 3v-.4h1a18.2 18.2 0 0 0 0 .8h-1V14Zm2.8.3h.6v.3h-.6v-.3Zm2.8.3v-.3h.5v.3H13Zm1-1h.9a15.4 15.4 0 0 1 0 .8h-1v-.8Zm1.4.9a8 8 0 0 0 0-1h1v1h-1Z" fill="#000"/>
389
- </Icon>);
121
+ 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: "M12 9a5 5 0 0 0-5 5v.9h2.9v.1H14V15H17v-1a5 5 0 0 0-5-5Zm2.7 4a3.7 3.7 0 0 0-.2-.8H16c.2.2.2.5.3.8h-1.7Zm-1.7.7-.1-.5.5-.3.2.8H13Zm-2.7 0c0-.3.1-.6.3-.8l.4.3-.1.5h-.6Zm-.4.7h-1a6.8 6.8 0 0 1 0-1h1v1Zm4.9-4h-1.2a5.2 5.2 0 0 0-.2-.6h.4l1 .7Zm-.3 1 .1.3h-2a2 2 0 0 0-.4 0v-.8h2l.3.5ZM10 13h-.3l.2-.5v-.3h.6l-.5.8Zm1.7-.9v.6a1 1 0 0 0-.3.2l-.5-.4c.2-.2.5-.4.8-.4Zm-.6-2.3h1.7a5.4 5.4 0 0 1 .3.7h-2.2a3 3 0 0 1 .2-.7Zm1.5 3a1 1 0 0 0-.4 0V12c.3 0 .6.2.9.4l-.5.4Zm-2-3a4.3 4.3 0 0 0-.2.7H9.2l1-.7h.4ZM9.7 11h2v.7l-.3.1H9.3a3 3 0 0 1 .4-.8Zm-.2 1.3-.1.2-.1.6H7.6c0-.3.1-.6.3-.8h1.6Zm3.9 0h.5l.2.4v.4H14c0-.3-.3-.6-.5-.8Zm2.5-.5H15a3.2 3.2 0 0 0-.3-.8h.5l.6.8Zm-7.2-.8H9a4 4 0 0 0-.3.8h-.7l.6-.8Zm-1.2 3v-.4h1a18.2 18.2 0 0 0 0 .8h-1V14Zm2.8.3h.6v.3h-.6v-.3Zm2.8.3v-.3h.5v.3H13Zm1-1h.9a15.4 15.4 0 0 1 0 .8h-1v-.8Zm1.4.9a8 8 0 0 0 0-1h1v1h-1Z", fill: "#000" })] }, "40"));
390
122
  }
391
123
  export function CompassGrey(props) {
392
- return (<Icon key="41" {...props}>
393
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#E3E2E3"/>
394
- <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"/>
395
- <path fillRule="evenodd" clipRule="evenodd" d="M11.7 8.1c-2.4 0-4.3 3-3.4 5.3.7 1.9 3 3 5 2.3 1.8-.6 3-2.7 2.5-4.5a3.9 3.9 0 0 0-4-3ZM17 12a5 5 0 1 1-10 0 5 5 0 0 1 10 0Z" fill="#000"/>
396
- <path fillRule="evenodd" clipRule="evenodd" d="m12.8 12.8 1.7-3.3-3.3 1.7-1.7 3.3 3.3-1.7Zm-.5-.1-1-1-1 2 2-1Z" fill="#000"/>
397
- </Icon>);
124
+ 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: "M11.7 8.1c-2.4 0-4.3 3-3.4 5.3.7 1.9 3 3 5 2.3 1.8-.6 3-2.7 2.5-4.5a3.9 3.9 0 0 0-4-3ZM17 12a5 5 0 1 1-10 0 5 5 0 0 1 10 0Z", fill: "#000" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "m12.8 12.8 1.7-3.3-3.3 1.7-1.7 3.3 3.3-1.7Zm-.5-.1-1-1-1 2 2-1Z", fill: "#000" })] }, "41"));
398
125
  }
399
126
  export function StarsGrey(props) {
400
- return (<Icon key="42" {...props}>
401
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#E3E2E3"/>
402
- <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"/>
403
- <path d="M8.6 10.3v.5c-.2.8-.4 1-1.4 1.1L7 12l.4.1c.8.2 1 .3 1.1 1.2.1.5.2.5.3-.1 0-.5.2-.7.4-.9l.7-.2c.5 0 .6-.2.1-.2-.7-.1-1-.2-1-.5l-.2-.9-.2-.2ZM14.1 7l-.1.6c-.2 1-.3 1.2-.5 1.5-.3.3-.7.4-1.6.6l-.6.1v.1l.7.2c1.5.2 1.8.5 2 2 0 .6 0 .6.2.6l.2-.5c.2-1.7.4-2 2-2.1l.6-.2c0-.2-.1-.2-.6-.3-1-.1-1.4-.3-1.6-.6-.2-.3-.3-.6-.4-1.3 0-.6-.1-.7-.2-.7H14Zm-1.9 6.1v.2l-.2 1c-.2.4-.5.5-1.3.6-.3 0-.4 0-.4.2l.5.1c1 .2 1.2.4 1.4 1.4v.4c.2 0 .2 0 .2-.4.2-1 .4-1.2 1.3-1.4h.4l.1-.1-.2-.1c-1.2-.2-1.4-.4-1.5-1.4-.1-.4-.2-.6-.3-.5Z" fill="#000"/>
404
- </Icon>);
405
- }
406
- // DIVERS FIN
407
- // DIRECTIONS DÉBUT
127
+ 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: "M8.6 10.3v.5c-.2.8-.4 1-1.4 1.1L7 12l.4.1c.8.2 1 .3 1.1 1.2.1.5.2.5.3-.1 0-.5.2-.7.4-.9l.7-.2c.5 0 .6-.2.1-.2-.7-.1-1-.2-1-.5l-.2-.9-.2-.2ZM14.1 7l-.1.6c-.2 1-.3 1.2-.5 1.5-.3.3-.7.4-1.6.6l-.6.1v.1l.7.2c1.5.2 1.8.5 2 2 0 .6 0 .6.2.6l.2-.5c.2-1.7.4-2 2-2.1l.6-.2c0-.2-.1-.2-.6-.3-1-.1-1.4-.3-1.6-.6-.2-.3-.3-.6-.4-1.3 0-.6-.1-.7-.2-.7H14Zm-1.9 6.1v.2l-.2 1c-.2.4-.5.5-1.3.6-.3 0-.4 0-.4.2l.5.1c1 .2 1.2.4 1.4 1.4v.4c.2 0 .2 0 .2-.4.2-1 .4-1.2 1.3-1.4h.4l.1-.1-.2-.1c-1.2-.2-1.4-.4-1.5-1.4-.1-.4-.2-.6-.3-.5Z", fill: "#000" })] }, "42"));
128
+ }
408
129
  export function EastDirection(props) {
409
- return (<Icon key="43" {...props}>
410
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#383838"/>
411
- <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"/>
412
- <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"/>
413
- </Icon>);
130
+ 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" })] }, "43"));
414
131
  }
415
132
  export function WestDirection(props) {
416
- return (<Icon key="44" {...props}>
417
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#383838"/>
418
- <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"/>
419
- <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"/>
420
- </Icon>);
133
+ 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" })] }, "44"));
421
134
  }
422
135
  export function NorthDirection(props) {
423
- return (<Icon key="45" {...props}>
424
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#383838"/>
425
- <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"/>
426
- <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"/>
427
- </Icon>);
136
+ 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" })] }, "45"));
428
137
  }
429
138
  export function SouthDirection(props) {
430
- return (<Icon key="46" {...props}>
431
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#383838"/>
432
- <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"/>
433
- <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"/>
434
- </Icon>);
139
+ 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" })] }, "46"));
435
140
  }
436
141
  export function NorthEastDirection(props) {
437
- return (<Icon key="47" {...props}>
438
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#383838"/>
439
- <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"/>
440
- <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"/>
441
- </Icon>);
142
+ 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" })] }, "47"));
442
143
  }
443
144
  export function NorthWestDirection(props) {
444
- return (<Icon key="48" {...props}>
445
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#383838"/>
446
- <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"/>
447
- <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"/>
448
- </Icon>);
145
+ 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" })] }, "48"));
449
146
  }
450
147
  export function SouthWestDirection(props) {
451
- return (<Icon key="49" {...props}>
452
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#383838"/>
453
- <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"/>
454
- <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"/>
455
- </Icon>);
148
+ 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" })] }, "49"));
456
149
  }
457
150
  export function SouthEastDirection(props) {
458
- return (<Icon key="50" {...props}>
459
- <path d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" fill="#383838"/>
460
- <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"/>
461
- <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"/>
462
- </Icon>);
463
- }
464
- // DIRECTIONS FIN
465
- function Icon(_a) {
466
- var { width = 24, height = 24 } = _a, props = __rest(_a, ["width", "height"]);
467
- return (<svg viewBox={`0 0 ${width} ${height}`} width={width} height={height} {...props}>
468
- {props.children}
469
- </svg>);
151
+ 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" })] }, "50"));
152
+ }
153
+ function Icon({ width = 24, height = 24, ...props }) {
154
+ return (_jsx("svg", { viewBox: `0 0 ${width} ${height}`, width: width, height: height, ...props, children: props.children }));
470
155
  }