@eturnity/eturnity_reusable_components 7.33.4-EPDM-11313.0 → 7.33.4-EPDM-11205.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 (494) hide show
  1. package/.eslintrc.js +181 -181
  2. package/.prettierrc +9 -9
  3. package/.storybook/main.js +17 -17
  4. package/.storybook/preview.js +46 -46
  5. package/README.md +29 -29
  6. package/babel.config.js +18 -18
  7. package/coverage/base.css +224 -224
  8. package/coverage/block-navigation.js +87 -87
  9. package/coverage/index.html +985 -985
  10. package/coverage/prettify.css +1 -1
  11. package/coverage/prettify.js +2 -2
  12. package/coverage/sorter.js +196 -196
  13. package/coverage/src/App.vue.html +174 -174
  14. package/coverage/src/Test.vue.html +420 -420
  15. package/coverage/src/assets/index.html +115 -115
  16. package/coverage/src/assets/tests/helpers.js.html +120 -120
  17. package/coverage/src/assets/tests/index.html +115 -115
  18. package/coverage/src/assets/theme.js.html +207 -207
  19. package/coverage/src/components/addNewButton/AddNewButton.stories.js.html +156 -156
  20. package/coverage/src/components/addNewButton/index.html +130 -130
  21. package/coverage/src/components/addNewButton/index.vue.html +267 -267
  22. package/coverage/src/components/banner/actionBanner/index.html +115 -115
  23. package/coverage/src/components/banner/actionBanner/index.vue.html +276 -276
  24. package/coverage/src/components/banner/banner/banner.stories.js.html +177 -177
  25. package/coverage/src/components/banner/banner/index.html +130 -130
  26. package/coverage/src/components/banner/banner/index.vue.html +648 -648
  27. package/coverage/src/components/banner/infoBanner/index.html +115 -115
  28. package/coverage/src/components/banner/infoBanner/index.vue.html +255 -255
  29. package/coverage/src/components/buttons/buttonIcon/index.html +115 -115
  30. package/coverage/src/components/buttons/buttonIcon/index.vue.html +519 -519
  31. package/coverage/src/components/buttons/closeButton/CloseButton.stories.js.html +171 -171
  32. package/coverage/src/components/buttons/closeButton/index.html +130 -130
  33. package/coverage/src/components/buttons/closeButton/index.vue.html +267 -267
  34. package/coverage/src/components/buttons/mainButton/index.html +115 -115
  35. package/coverage/src/components/buttons/mainButton/index.vue.html +504 -504
  36. package/coverage/src/components/card/index.html +115 -115
  37. package/coverage/src/components/card/index.vue.html +372 -372
  38. package/coverage/src/components/collapsableInfoText/index.html +115 -115
  39. package/coverage/src/components/collapsableInfoText/index.vue.html +465 -465
  40. package/coverage/src/components/deleteIcon/DeleteIcon.stories.js.html +171 -171
  41. package/coverage/src/components/deleteIcon/index.html +130 -130
  42. package/coverage/src/components/deleteIcon/index.vue.html +318 -318
  43. package/coverage/src/components/draggableInputHandle/index.html +115 -115
  44. package/coverage/src/components/draggableInputHandle/index.vue.html +222 -222
  45. package/coverage/src/components/dropdown/Dropdown.stories.js.html +243 -243
  46. package/coverage/src/components/dropdown/index.html +130 -130
  47. package/coverage/src/components/dropdown/index.vue.html +498 -498
  48. package/coverage/src/components/errorMessage/index.html +115 -115
  49. package/coverage/src/components/errorMessage/index.vue.html +276 -276
  50. package/coverage/src/components/filter/filterSettings.vue.html +2001 -2001
  51. package/coverage/src/components/filter/index.html +145 -145
  52. package/coverage/src/components/filter/index.vue.html +546 -546
  53. package/coverage/src/components/filter/parentDropdown.vue.html +357 -357
  54. package/coverage/src/components/icon/Icons.stories.js.html +207 -207
  55. package/coverage/src/components/icon/iconCollection.vue.html +288 -288
  56. package/coverage/src/components/icon/index.html +145 -145
  57. package/coverage/src/components/icon/index.vue.html +504 -504
  58. package/coverage/src/components/iconWrapper/index.html +115 -115
  59. package/coverage/src/components/iconWrapper/index.vue.html +621 -621
  60. package/coverage/src/components/infoCard/index.html +115 -115
  61. package/coverage/src/components/infoCard/index.vue.html +204 -204
  62. package/coverage/src/components/infoText/index.html +115 -115
  63. package/coverage/src/components/infoText/index.vue.html +594 -594
  64. package/coverage/src/components/inputs/checkbox/Checkbox.stories.js.html +255 -255
  65. package/coverage/src/components/inputs/checkbox/index.html +130 -130
  66. package/coverage/src/components/inputs/checkbox/index.vue.html +756 -756
  67. package/coverage/src/components/inputs/inputNumber/InputNumber.stories.js.html +534 -534
  68. package/coverage/src/components/inputs/inputNumber/index.html +130 -130
  69. package/coverage/src/components/inputs/inputNumber/index.vue.html +2451 -2451
  70. package/coverage/src/components/inputs/inputNumberQuestion/index.html +115 -115
  71. package/coverage/src/components/inputs/inputNumberQuestion/index.vue.html +738 -738
  72. package/coverage/src/components/inputs/inputText/InputText.stories.js.html +309 -309
  73. package/coverage/src/components/inputs/inputText/index.html +130 -130
  74. package/coverage/src/components/inputs/inputText/index.vue.html +1212 -1212
  75. package/coverage/src/components/inputs/radioButton/RadioButton.stories.js.html +258 -258
  76. package/coverage/src/components/inputs/radioButton/index.html +130 -130
  77. package/coverage/src/components/inputs/radioButton/index.vue.html +903 -903
  78. package/coverage/src/components/inputs/searchInput/SearchInput.stories.js.html +204 -204
  79. package/coverage/src/components/inputs/searchInput/index.html +130 -130
  80. package/coverage/src/components/inputs/searchInput/index.vue.html +537 -537
  81. package/coverage/src/components/inputs/select/index.html +130 -130
  82. package/coverage/src/components/inputs/select/index.vue.html +2808 -2808
  83. package/coverage/src/components/inputs/select/option/index.html +115 -115
  84. package/coverage/src/components/inputs/select/option/index.vue.html +528 -528
  85. package/coverage/src/components/inputs/select/select.stories.js.html +258 -258
  86. package/coverage/src/components/inputs/slider/index.html +115 -115
  87. package/coverage/src/components/inputs/slider/index.vue.html +462 -462
  88. package/coverage/src/components/inputs/switchField/index.html +115 -115
  89. package/coverage/src/components/inputs/switchField/index.vue.html +846 -846
  90. package/coverage/src/components/inputs/textAreaInput/TextAreaInput.stories.js.html +465 -465
  91. package/coverage/src/components/inputs/textAreaInput/index.html +130 -130
  92. package/coverage/src/components/inputs/textAreaInput/index.vue.html +678 -678
  93. package/coverage/src/components/inputs/toggle/Toggle.stories.js.html +315 -315
  94. package/coverage/src/components/inputs/toggle/index.html +130 -130
  95. package/coverage/src/components/inputs/toggle/index.vue.html +1035 -1035
  96. package/coverage/src/components/label/index.html +115 -115
  97. package/coverage/src/components/label/index.vue.html +381 -381
  98. package/coverage/src/components/markerItem/index.html +115 -115
  99. package/coverage/src/components/markerItem/index.vue.html +348 -348
  100. package/coverage/src/components/modals/actionModal/index.html +115 -115
  101. package/coverage/src/components/modals/actionModal/index.vue.html +276 -276
  102. package/coverage/src/components/modals/infoModal/index.html +115 -115
  103. package/coverage/src/components/modals/infoModal/index.vue.html +240 -240
  104. package/coverage/src/components/modals/modal/index.html +130 -130
  105. package/coverage/src/components/modals/modal/index.vue.html +648 -648
  106. package/coverage/src/components/modals/modal/modal.stories.js.html +177 -177
  107. package/coverage/src/components/navigationTabs/index.html +115 -115
  108. package/coverage/src/components/navigationTabs/index.vue.html +426 -426
  109. package/coverage/src/components/pageSubtitle/index.html +115 -115
  110. package/coverage/src/components/pageSubtitle/index.vue.html +285 -285
  111. package/coverage/src/components/pageTitle/index.html +115 -115
  112. package/coverage/src/components/pageTitle/index.vue.html +288 -288
  113. package/coverage/src/components/pagination/index.html +115 -115
  114. package/coverage/src/components/pagination/index.vue.html +528 -528
  115. package/coverage/src/components/progressBar/index.html +115 -115
  116. package/coverage/src/components/progressBar/index.vue.html +459 -459
  117. package/coverage/src/components/projectMarker/index.html +115 -115
  118. package/coverage/src/components/projectMarker/index.vue.html +984 -984
  119. package/coverage/src/components/rangeSlider/Slider.vue.html +1803 -1803
  120. package/coverage/src/components/rangeSlider/index.html +130 -130
  121. package/coverage/src/components/rangeSlider/index.vue.html +1635 -1635
  122. package/coverage/src/components/rangeSlider/utils/dom.js.html +231 -231
  123. package/coverage/src/components/rangeSlider/utils/fns.js.html +162 -162
  124. package/coverage/src/components/rangeSlider/utils/index.html +130 -130
  125. package/coverage/src/components/selectedOptions/index.html +115 -115
  126. package/coverage/src/components/selectedOptions/index.vue.html +519 -519
  127. package/coverage/src/components/sideMenu/index.html +115 -115
  128. package/coverage/src/components/sideMenu/index.vue.html +894 -894
  129. package/coverage/src/components/spinner/index.html +115 -115
  130. package/coverage/src/components/spinner/index.vue.html +288 -288
  131. package/coverage/src/components/tableDropdown/index.html +115 -115
  132. package/coverage/src/components/tableDropdown/index.vue.html +1998 -1998
  133. package/coverage/src/components/tables/mainTable/exampleNested.vue.html +1068 -1068
  134. package/coverage/src/components/tables/mainTable/index.html +130 -130
  135. package/coverage/src/components/tables/mainTable/index.vue.html +1614 -1614
  136. package/coverage/src/components/tables/viewTable/index.html +115 -115
  137. package/coverage/src/components/tables/viewTable/index.vue.html +669 -669
  138. package/coverage/src/components/tabsHeader/index.html +115 -115
  139. package/coverage/src/components/tabsHeader/index.vue.html +333 -333
  140. package/coverage/src/components/threeDots/index.html +115 -115
  141. package/coverage/src/components/threeDots/index.vue.html +1323 -1323
  142. package/coverage/src/components/videoThumbnail/index.html +130 -130
  143. package/coverage/src/components/videoThumbnail/index.vue.html +393 -393
  144. package/coverage/src/components/videoThumbnail/videoThumbnail.stories.js.html +183 -183
  145. package/coverage/src/helpers/currencyMapping.js.html +168 -168
  146. package/coverage/src/helpers/index.html +145 -145
  147. package/coverage/src/helpers/numberConverter.js.html +393 -393
  148. package/coverage/src/helpers/translateLang.js.html +468 -468
  149. package/coverage/src/index.html +130 -130
  150. package/coverage/src/mixins/index.html +115 -115
  151. package/coverage/src/mixins/inputValidations.js.html +375 -375
  152. package/coverage/src/router/dynamicRoutes.js.html +153 -153
  153. package/coverage/src/router/index.html +115 -115
  154. package/coverage/src/utils/index.html +115 -115
  155. package/coverage/src/utils/index.js.html +120 -120
  156. package/jest.config.js +22 -22
  157. package/package.json +76 -76
  158. package/postcss.config.js +6 -6
  159. package/src/App.vue +30 -30
  160. package/src/Test.vue +112 -112
  161. package/src/assets/icons/arrow_down.svg +3 -3
  162. package/src/assets/icons/arrow_up_red.svg +3 -3
  163. package/src/assets/icons/black_spinner.svg +35 -35
  164. package/src/assets/icons/delete_icon.svg +11 -11
  165. package/src/assets/icons/delete_icon_gray.svg +11 -11
  166. package/src/assets/icons/drag_icon.svg +8 -8
  167. package/src/assets/icons/external_icon.svg +6 -6
  168. package/src/assets/icons/language_icon.svg +6 -6
  169. package/src/assets/icons/pdf_icon.svg +6 -6
  170. package/src/assets/icons/plus_button.svg +4 -4
  171. package/src/assets/icons/search_icon_black.svg +3 -3
  172. package/src/assets/icons/subposition_icon.svg +3 -3
  173. package/src/assets/icons/subposition_marker.svg +3 -3
  174. package/src/assets/icons/warning_icon.svg +3 -3
  175. package/src/assets/svgIcons/2d_active.svg +7 -7
  176. package/src/assets/svgIcons/2d_inactive.svg +8 -8
  177. package/src/assets/svgIcons/3d_active.svg +7 -7
  178. package/src/assets/svgIcons/3d_inactive.svg +8 -8
  179. package/src/assets/svgIcons/_readme.md +7 -7
  180. package/src/assets/svgIcons/accept.svg +5 -5
  181. package/src/assets/svgIcons/activate_panels_active.svg +22 -22
  182. package/src/assets/svgIcons/activate_panels_inactive.svg +20 -20
  183. package/src/assets/svgIcons/add_icon-1.svg +3 -3
  184. package/src/assets/svgIcons/add_icon.svg +4 -4
  185. package/src/assets/svgIcons/address_book.svg +3 -3
  186. package/src/assets/svgIcons/after_sale_as_a_service.svg +6 -6
  187. package/src/assets/svgIcons/all_good.svg +3 -3
  188. package/src/assets/svgIcons/angle_active.svg +5 -5
  189. package/src/assets/svgIcons/angle_inactive.svg +4 -4
  190. package/src/assets/svgIcons/area_active.svg +11 -11
  191. package/src/assets/svgIcons/area_inactive.svg +26 -26
  192. package/src/assets/svgIcons/areas_tool.svg +14 -14
  193. package/src/assets/svgIcons/arrow_down.svg +3 -3
  194. package/src/assets/svgIcons/arrow_left.svg +4 -4
  195. package/src/assets/svgIcons/arrow_right.svg +4 -4
  196. package/src/assets/svgIcons/arrow_up.svg +3 -3
  197. package/src/assets/svgIcons/attachment.svg +3 -3
  198. package/src/assets/svgIcons/base_layer.svg +3 -3
  199. package/src/assets/svgIcons/battery.svg +3 -3
  200. package/src/assets/svgIcons/bell.svg +3 -3
  201. package/src/assets/svgIcons/bexio.svg +4 -4
  202. package/src/assets/svgIcons/bold.svg +3 -3
  203. package/src/assets/svgIcons/bom.svg +3 -3
  204. package/src/assets/svgIcons/bom_generation.svg +10 -10
  205. package/src/assets/svgIcons/bookmaker.svg +3 -3
  206. package/src/assets/svgIcons/bubble.svg +3 -3
  207. package/src/assets/svgIcons/bug.svg +5 -5
  208. package/src/assets/svgIcons/buildings.svg +55 -0
  209. package/src/assets/svgIcons/bullet_list.svg +8 -8
  210. package/src/assets/svgIcons/calendar.svg +7 -7
  211. package/src/assets/svgIcons/calendar_icon.svg +7 -7
  212. package/src/assets/svgIcons/call.svg +3 -3
  213. package/src/assets/svgIcons/camera.svg +3 -3
  214. package/src/assets/svgIcons/car.svg +3 -3
  215. package/src/assets/svgIcons/cart.svg +3 -3
  216. package/src/assets/svgIcons/charger_icon_white.svg +44 -44
  217. package/src/assets/svgIcons/checkbox.svg +3 -3
  218. package/src/assets/svgIcons/clear_formatting.svg +7 -7
  219. package/src/assets/svgIcons/clickable_info.svg +4 -4
  220. package/src/assets/svgIcons/clip.svg +3 -3
  221. package/src/assets/svgIcons/clock.svg +17 -17
  222. package/src/assets/svgIcons/clock_full.svg +3 -3
  223. package/src/assets/svgIcons/close_for_modals,_tool_tips.svg +4 -4
  224. package/src/assets/svgIcons/co_branding.svg +5 -5
  225. package/src/assets/svgIcons/collapse.svg +4 -4
  226. package/src/assets/svgIcons/collections.svg +3 -3
  227. package/src/assets/svgIcons/component_library.svg +7 -7
  228. package/src/assets/svgIcons/consumption_tariffs.svg +43 -43
  229. package/src/assets/svgIcons/context_menu-1.svg +6 -6
  230. package/src/assets/svgIcons/context_menu-2.svg +5 -5
  231. package/src/assets/svgIcons/context_menu.svg +5 -5
  232. package/src/assets/svgIcons/context_menu_tabs.svg +5 -5
  233. package/src/assets/svgIcons/cross.svg +4 -4
  234. package/src/assets/svgIcons/current_variant.svg +4 -4
  235. package/src/assets/svgIcons/dashboard.svg +3 -3
  236. package/src/assets/svgIcons/data_transfer.svg +3 -3
  237. package/src/assets/svgIcons/deadline.svg +4 -4
  238. package/src/assets/svgIcons/deal_flow.svg +5 -5
  239. package/src/assets/svgIcons/delete.svg +4 -4
  240. package/src/assets/svgIcons/delete_area_active.svg +16 -16
  241. package/src/assets/svgIcons/delete_area_inactive.svg +15 -15
  242. package/src/assets/svgIcons/direction_active-1.svg +12 -12
  243. package/src/assets/svgIcons/direction_active.svg +5 -5
  244. package/src/assets/svgIcons/direction_arrow.svg +4 -4
  245. package/src/assets/svgIcons/direction_inactive.svg +4 -4
  246. package/src/assets/svgIcons/dislike.svg +3 -3
  247. package/src/assets/svgIcons/distance_tool.svg +8 -8
  248. package/src/assets/svgIcons/distances_active.svg +9 -9
  249. package/src/assets/svgIcons/distances_inactive.svg +8 -8
  250. package/src/assets/svgIcons/distort_tool.svg +10 -10
  251. package/src/assets/svgIcons/distort_tool2.svg +16 -16
  252. package/src/assets/svgIcons/document.svg +3 -3
  253. package/src/assets/svgIcons/documents.svg +4 -4
  254. package/src/assets/svgIcons/downarrow.svg +3 -3
  255. package/src/assets/svgIcons/download.svg +4 -4
  256. package/src/assets/svgIcons/drag_icon.svg +8 -8
  257. package/src/assets/svgIcons/draggable_corner.svg +5 -5
  258. package/src/assets/svgIcons/draw_tool.svg +3 -3
  259. package/src/assets/svgIcons/duplicate-1.svg +8 -8
  260. package/src/assets/svgIcons/duplicate-2.svg +5 -5
  261. package/src/assets/svgIcons/duplicate.svg +4 -4
  262. package/src/assets/svgIcons/e-mobility_configurator.svg +6 -6
  263. package/src/assets/svgIcons/e_signature.svg +5 -5
  264. package/src/assets/svgIcons/edit_button.svg +3 -3
  265. package/src/assets/svgIcons/electricity_tariff.svg +3 -3
  266. package/src/assets/svgIcons/email.svg +3 -3
  267. package/src/assets/svgIcons/ems-1.svg +3 -3
  268. package/src/assets/svgIcons/ems.svg +3 -3
  269. package/src/assets/svgIcons/end_of_the_list.svg +5 -5
  270. package/src/assets/svgIcons/erase.svg +4 -4
  271. package/src/assets/svgIcons/external_icon.svg +5 -5
  272. package/src/assets/svgIcons/fav_icon.svg +4 -4
  273. package/src/assets/svgIcons/finance.svg +3 -3
  274. package/src/assets/svgIcons/financing_for_pv-1.svg +5 -5
  275. package/src/assets/svgIcons/financing_for_pv-2.svg +3 -3
  276. package/src/assets/svgIcons/financing_for_pv.svg +6 -6
  277. package/src/assets/svgIcons/finish-1.svg +4 -4
  278. package/src/assets/svgIcons/finish.svg +3 -3
  279. package/src/assets/svgIcons/flatten.svg +11 -11
  280. package/src/assets/svgIcons/flatten_roof.svg +20 -20
  281. package/src/assets/svgIcons/folder.svg +3 -3
  282. package/src/assets/svgIcons/free_technology.svg +5 -5
  283. package/src/assets/svgIcons/handle.svg +5 -5
  284. package/src/assets/svgIcons/heat_calc.svg +7 -7
  285. package/src/assets/svgIcons/height_equalize.svg +3 -3
  286. package/src/assets/svgIcons/height_snap.svg +3 -3
  287. package/src/assets/svgIcons/house.svg +3 -3
  288. package/src/assets/svgIcons/house_3d-1.svg +7 -7
  289. package/src/assets/svgIcons/house_3d.svg +7 -7
  290. package/src/assets/svgIcons/inclination.svg +2 -2
  291. package/src/assets/svgIcons/info.svg +3 -3
  292. package/src/assets/svgIcons/initial_situation.svg +3 -3
  293. package/src/assets/svgIcons/integrations.svg +3 -3
  294. package/src/assets/svgIcons/intro-tour-1.svg +3 -3
  295. package/src/assets/svgIcons/intro-tour.svg +3 -3
  296. package/src/assets/svgIcons/inverter-1.svg +5 -5
  297. package/src/assets/svgIcons/inverter.svg +3 -3
  298. package/src/assets/svgIcons/italic.svg +3 -3
  299. package/src/assets/svgIcons/key.svg +3 -3
  300. package/src/assets/svgIcons/lake.svg +29 -0
  301. package/src/assets/svgIcons/layers_close.svg +4 -4
  302. package/src/assets/svgIcons/layers_open.svg +4 -4
  303. package/src/assets/svgIcons/lead_marketplace.svg +6 -6
  304. package/src/assets/svgIcons/lead_provider.svg +4 -4
  305. package/src/assets/svgIcons/length_2d.svg +2 -2
  306. package/src/assets/svgIcons/length_3d.svg +4 -4
  307. package/src/assets/svgIcons/length_calculator.svg +2 -2
  308. package/src/assets/svgIcons/length_in_2d_active.svg +12 -12
  309. package/src/assets/svgIcons/length_in_2d_inctive.svg +13 -13
  310. package/src/assets/svgIcons/light_bulb.svg +3 -3
  311. package/src/assets/svgIcons/like.svg +3 -3
  312. package/src/assets/svgIcons/line_graph.svg +3 -3
  313. package/src/assets/svgIcons/local_subsidies.svg +18 -18
  314. package/src/assets/svgIcons/location.svg +3 -3
  315. package/src/assets/svgIcons/lock.svg +3 -3
  316. package/src/assets/svgIcons/logout.svg +3 -3
  317. package/src/assets/svgIcons/loop.svg +3 -3
  318. package/src/assets/svgIcons/low-vegetation.svg +37 -0
  319. package/src/assets/svgIcons/lunch.svg +4 -4
  320. package/src/assets/svgIcons/magic_tool.svg +6 -6
  321. package/src/assets/svgIcons/map_icon.svg +5 -5
  322. package/src/assets/svgIcons/map_settings.svg +3 -3
  323. package/src/assets/svgIcons/margin_tool.svg +4 -4
  324. package/src/assets/svgIcons/meeting.svg +6 -6
  325. package/src/assets/svgIcons/move_copy.svg +4 -4
  326. package/src/assets/svgIcons/new_area_inactive.svg +11 -11
  327. package/src/assets/svgIcons/next.svg +4 -4
  328. package/src/assets/svgIcons/normal-tg.svg +30 -0
  329. package/src/assets/svgIcons/normal-vegetation.svg +53 -0
  330. package/src/assets/svgIcons/not_equal_to.svg +3 -3
  331. package/src/assets/svgIcons/numbered_list.svg +6 -6
  332. package/src/assets/svgIcons/obstacle_tool.svg +9 -9
  333. package/src/assets/svgIcons/obstacle_tool_origin.svg +3 -3
  334. package/src/assets/svgIcons/offset_tool.svg +8 -8
  335. package/src/assets/svgIcons/open-tg.svg +21 -0
  336. package/src/assets/svgIcons/outline_tool.svg +11 -11
  337. package/src/assets/svgIcons/pan_tool.svg +12 -12
  338. package/src/assets/svgIcons/panels_tool.svg +8 -8
  339. package/src/assets/svgIcons/pen_tool.svg +4 -4
  340. package/src/assets/svgIcons/picker_tool.svg +4 -4
  341. package/src/assets/svgIcons/picture.svg +3 -3
  342. package/src/assets/svgIcons/pin.svg +5 -5
  343. package/src/assets/svgIcons/presentation.svg +3 -3
  344. package/src/assets/svgIcons/previous.svg +4 -4
  345. package/src/assets/svgIcons/profile-1.svg +4 -4
  346. package/src/assets/svgIcons/profile.svg +4 -4
  347. package/src/assets/svgIcons/profitability.svg +3 -3
  348. package/src/assets/svgIcons/project_analysis.svg +4 -4
  349. package/src/assets/svgIcons/project_settings.svg +4 -4
  350. package/src/assets/svgIcons/protected-tg.svg +47 -0
  351. package/src/assets/svgIcons/pv.svg +3 -3
  352. package/src/assets/svgIcons/quotations.svg +6 -6
  353. package/src/assets/svgIcons/redo.svg +6 -6
  354. package/src/assets/svgIcons/resizer.svg +5 -5
  355. package/src/assets/svgIcons/roof_layer.svg +3 -3
  356. package/src/assets/svgIcons/rotate_tool.svg +3 -3
  357. package/src/assets/svgIcons/rotate_view.svg +5 -5
  358. package/src/assets/svgIcons/ruler_tool.svg +3 -3
  359. package/src/assets/svgIcons/run_simulation.svg +3 -3
  360. package/src/assets/svgIcons/save.svg +3 -3
  361. package/src/assets/svgIcons/scaling_tool.svg +8 -8
  362. package/src/assets/svgIcons/sea.svg +34 -0
  363. package/src/assets/svgIcons/search.svg +3 -3
  364. package/src/assets/svgIcons/security.svg +3 -3
  365. package/src/assets/svgIcons/settings.svg +3 -3
  366. package/src/assets/svgIcons/show_in_a_new_tab.svg +12 -12
  367. package/src/assets/svgIcons/smartphone.svg +4 -4
  368. package/src/assets/svgIcons/solar_calc.svg +13 -13
  369. package/src/assets/svgIcons/sorting.svg +4 -4
  370. package/src/assets/svgIcons/split.svg +12 -12
  371. package/src/assets/svgIcons/start_of_the_list.svg +5 -5
  372. package/src/assets/svgIcons/strikethrough.svg +4 -4
  373. package/src/assets/svgIcons/subscriptions.svg +3 -3
  374. package/src/assets/svgIcons/subsidies-1.svg +5 -5
  375. package/src/assets/svgIcons/subsidies-2.svg +3 -3
  376. package/src/assets/svgIcons/subsidies.svg +3 -3
  377. package/src/assets/svgIcons/subtract_icon.svg +3 -3
  378. package/src/assets/svgIcons/suitcase.svg +3 -3
  379. package/src/assets/svgIcons/summer.svg +3 -3
  380. package/src/assets/svgIcons/template_icon_not_clickable.svg +6 -6
  381. package/src/assets/svgIcons/transfer.svg +4 -4
  382. package/src/assets/svgIcons/trim_tool.svg +4 -4
  383. package/src/assets/svgIcons/truck.svg +3 -3
  384. package/src/assets/svgIcons/underlined.svg +3 -3
  385. package/src/assets/svgIcons/undo.svg +6 -6
  386. package/src/assets/svgIcons/uparrow.svg +3 -3
  387. package/src/assets/svgIcons/update.svg +3 -3
  388. package/src/assets/svgIcons/upload_avatar-1.svg +12 -12
  389. package/src/assets/svgIcons/upload_avatar.svg +5 -5
  390. package/src/assets/svgIcons/upload_image.svg +8 -8
  391. package/src/assets/svgIcons/upload_image_tool.svg +7 -7
  392. package/src/assets/svgIcons/variants.svg +6 -6
  393. package/src/assets/svgIcons/vertical_tool.svg +3 -3
  394. package/src/assets/svgIcons/virtual_storage.svg +4 -4
  395. package/src/assets/svgIcons/warning.svg +4 -4
  396. package/src/assets/svgIcons/way.svg +5 -5
  397. package/src/assets/svgIcons/wifi.svg +3 -3
  398. package/src/assets/svgIcons/winter.svg +3 -3
  399. package/src/assets/svgIcons/workflow_template.svg +11 -11
  400. package/src/assets/tests/__mocks__/iconCache.js +1 -1
  401. package/src/assets/tests/helpers.js +12 -12
  402. package/src/assets/theme.js +41 -41
  403. package/src/components/addNewButton/AddNewButton.stories.js +24 -24
  404. package/src/components/addNewButton/index.vue +61 -61
  405. package/src/components/banner/actionBanner/index.vue +64 -64
  406. package/src/components/banner/banner/index.vue +188 -188
  407. package/src/components/banner/infoBanner/index.vue +57 -57
  408. package/src/components/buttons/buttonIcon/index.vue +145 -145
  409. package/src/components/buttons/closeButton/CloseButton.stories.js +26 -26
  410. package/src/components/buttons/closeButton/index.vue +62 -62
  411. package/src/components/buttons/mainButton/index.vue +140 -144
  412. package/src/components/card/index.vue +96 -96
  413. package/src/components/collapsableInfoText/index.vue +127 -127
  414. package/src/components/deleteIcon/DeleteIcon.stories.js +29 -29
  415. package/src/components/deleteIcon/index.vue +78 -78
  416. package/src/components/draggableInputHandle/index.vue +46 -46
  417. package/src/components/dropdown/Dropdown.stories.js +53 -53
  418. package/src/components/dropdown/index.vue +138 -138
  419. package/src/components/errorMessage/index.vue +64 -64
  420. package/src/components/filter/filterSettings.vue +639 -639
  421. package/src/components/filter/index.vue +154 -154
  422. package/src/components/filter/parentDropdown.vue +91 -91
  423. package/src/components/icon/Icons.stories.js +41 -41
  424. package/src/components/icon/iconCache.mjs +23 -23
  425. package/src/components/icon/iconCollection.vue +68 -68
  426. package/src/components/icon/index.vue +140 -140
  427. package/src/components/iconWrapper/index.vue +179 -179
  428. package/src/components/infoCard/index.vue +40 -40
  429. package/src/components/infoText/index.vue +170 -170
  430. package/src/components/inputs/checkbox/Checkbox.stories.js +57 -57
  431. package/src/components/inputs/checkbox/index.vue +224 -224
  432. package/src/components/inputs/inputNumber/InputNumber.stories.js +150 -150
  433. package/src/components/inputs/inputNumber/index.vue +789 -789
  434. package/src/components/inputs/inputNumberQuestion/index.vue +218 -218
  435. package/src/components/inputs/inputText/InputText.stories.js +75 -75
  436. package/src/components/inputs/inputText/index.vue +376 -376
  437. package/src/components/inputs/radioButton/RadioButton.stories.js +58 -58
  438. package/src/components/inputs/radioButton/index.vue +273 -273
  439. package/src/components/inputs/searchInput/SearchInput.stories.js +40 -40
  440. package/src/components/inputs/searchInput/index.vue +151 -151
  441. package/src/components/inputs/select/index.vue +910 -908
  442. package/src/components/inputs/select/option/index.vue +148 -148
  443. package/src/components/inputs/select/select.stories.js +58 -58
  444. package/src/components/inputs/slider/index.vue +126 -126
  445. package/src/components/inputs/switchField/index.vue +254 -254
  446. package/src/components/inputs/textAreaInput/TextAreaInput.stories.js +127 -127
  447. package/src/components/inputs/textAreaInput/index.vue +198 -198
  448. package/src/components/inputs/toggle/Toggle.stories.js +77 -77
  449. package/src/components/inputs/toggle/index.vue +317 -317
  450. package/src/components/inputs/toggle/toggle.spec.js +102 -102
  451. package/src/components/label/index.vue +99 -99
  452. package/src/components/markerItem/index.vue +88 -88
  453. package/src/components/modals/actionModal/index.vue +64 -64
  454. package/src/components/modals/infoModal/index.vue +52 -52
  455. package/src/components/modals/modal/index.vue +188 -188
  456. package/src/components/modals/modal/modal.stories.js +31 -31
  457. package/src/components/navigationTabs/index.vue +114 -114
  458. package/src/components/pageSubtitle/index.vue +67 -67
  459. package/src/components/pageTitle/index.vue +68 -68
  460. package/src/components/pagination/index.vue +148 -148
  461. package/src/components/progressBar/index.vue +125 -125
  462. package/src/components/projectMarker/index.vue +300 -300
  463. package/src/components/rangeSlider/Slider.vue +573 -573
  464. package/src/components/rangeSlider/index.vue +517 -517
  465. package/src/components/rangeSlider/utils/dom.js +49 -49
  466. package/src/components/rangeSlider/utils/fns.js +26 -26
  467. package/src/components/selectedOptions/index.vue +145 -145
  468. package/src/components/sideMenu/index.vue +270 -270
  469. package/src/components/spinner/index.vue +68 -68
  470. package/src/components/tableDropdown/index.vue +638 -638
  471. package/src/components/tables/mainTable/exampleNested.vue +328 -328
  472. package/src/components/tables/mainTable/index.vue +510 -510
  473. package/src/components/tables/viewTable/index.vue +195 -195
  474. package/src/components/tabsHeader/index.vue +83 -83
  475. package/src/components/threeDots/index.vue +413 -413
  476. package/src/components/videoThumbnail/index.vue +103 -103
  477. package/src/components/videoThumbnail/videoThumbnail.stories.js +33 -33
  478. package/src/helpers/currencyMapping.js +28 -28
  479. package/src/helpers/numberConverter.js +103 -103
  480. package/src/helpers/translateLang.js +128 -128
  481. package/src/main.js +7 -7
  482. package/src/mixins/inputValidations.js +97 -97
  483. package/src/router/dynamicRoutes.js +23 -23
  484. package/src/stories/Button.stories.js +48 -48
  485. package/src/stories/Button.vue +52 -52
  486. package/src/stories/Configure.mdx +364 -364
  487. package/src/stories/Header.stories.js +41 -41
  488. package/src/stories/Header.vue +59 -59
  489. package/src/stories/Page.stories.js +30 -30
  490. package/src/stories/Page.vue +83 -83
  491. package/src/stories/button.css +30 -30
  492. package/src/stories/header.css +32 -32
  493. package/src/stories/page.css +69 -69
  494. package/src/utils/index.js +12 -12
@@ -1,11 +1,11 @@
1
- <svg fill="none" height="30" viewbox="5 5 30 30" width="30" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M19.5 7C20.9 7 22 8.1 22 9.5C22 10.9 20.9 12 19.5 12C18.1 12 17 10.9 17 9.5C17 8.1 18.1 7 19.5 7ZM19.5 6C17.6 6 16 7.6 16 9.5C16 11.4 17.6 13 19.5 13C21.4 13 23 11.4 23 9.5C23 7.6 21.4 6 19.5 6Z" fill="#666666"></path>
3
- <path d="M30.5 7C31.9 7 33 8.1 33 9.5C33 10.9 31.9 12 30.5 12C29.1 12 28 10.9 28 9.5C28 8.1 29.1 7 30.5 7ZM30.5 6C28.6 6 27 7.6 27 9.5C27 11.4 28.6 13 30.5 13C32.4 13 34 11.4 34 9.5C34 7.6 32.4 6 30.5 6Z" fill="#666666"></path>
4
- <path d="M30.5 28C31.9 28 33 29.1 33 30.5C33 31.9 31.9 33 30.5 33C29.1 33 28 31.9 28 30.5C28 29.1 29.1 28 30.5 28ZM30.5 27C28.6 27 27 28.6 27 30.5C27 32.4 28.6 34 30.5 34C32.4 34 34 32.4 34 30.5C34 28.6 32.4 27 30.5 27Z" fill="#666666"></path>
5
- <path d="M19.5 28C20.9 28 22 29.1 22 30.5C22 31.9 20.9 33 19.5 33C18.1 33 17 31.9 17 30.5C17 29.1 18.1 28 19.5 28ZM19.5 27C17.6 27 16 28.6 16 30.5C16 32.4 17.6 34 19.5 34C21.4 34 23 32.4 23 30.5C23 28.6 21.4 27 19.5 27Z" fill="#666666"></path>
6
- <path d="M30.5 12V28" stroke="#666666" stroke-miterlimit="10"></path>
7
- <path d="M28 9.5H22" stroke="#666666" stroke-miterlimit="10"></path>
8
- <path d="M28 30.5H22" stroke="#666666" stroke-miterlimit="10"></path>
9
- <path d="M18 19H6V21H18V19Z" fill="#666666"></path>
10
- <path d="M13 26L13 14H11L11 26H13Z" fill="#666666"></path>
11
- </svg>
1
+ <svg fill="none" height="30" viewbox="5 5 30 30" width="30" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M19.5 7C20.9 7 22 8.1 22 9.5C22 10.9 20.9 12 19.5 12C18.1 12 17 10.9 17 9.5C17 8.1 18.1 7 19.5 7ZM19.5 6C17.6 6 16 7.6 16 9.5C16 11.4 17.6 13 19.5 13C21.4 13 23 11.4 23 9.5C23 7.6 21.4 6 19.5 6Z" fill="#666666"></path>
3
+ <path d="M30.5 7C31.9 7 33 8.1 33 9.5C33 10.9 31.9 12 30.5 12C29.1 12 28 10.9 28 9.5C28 8.1 29.1 7 30.5 7ZM30.5 6C28.6 6 27 7.6 27 9.5C27 11.4 28.6 13 30.5 13C32.4 13 34 11.4 34 9.5C34 7.6 32.4 6 30.5 6Z" fill="#666666"></path>
4
+ <path d="M30.5 28C31.9 28 33 29.1 33 30.5C33 31.9 31.9 33 30.5 33C29.1 33 28 31.9 28 30.5C28 29.1 29.1 28 30.5 28ZM30.5 27C28.6 27 27 28.6 27 30.5C27 32.4 28.6 34 30.5 34C32.4 34 34 32.4 34 30.5C34 28.6 32.4 27 30.5 27Z" fill="#666666"></path>
5
+ <path d="M19.5 28C20.9 28 22 29.1 22 30.5C22 31.9 20.9 33 19.5 33C18.1 33 17 31.9 17 30.5C17 29.1 18.1 28 19.5 28ZM19.5 27C17.6 27 16 28.6 16 30.5C16 32.4 17.6 34 19.5 34C21.4 34 23 32.4 23 30.5C23 28.6 21.4 27 19.5 27Z" fill="#666666"></path>
6
+ <path d="M30.5 12V28" stroke="#666666" stroke-miterlimit="10"></path>
7
+ <path d="M28 9.5H22" stroke="#666666" stroke-miterlimit="10"></path>
8
+ <path d="M28 30.5H22" stroke="#666666" stroke-miterlimit="10"></path>
9
+ <path d="M18 19H6V21H18V19Z" fill="#666666"></path>
10
+ <path d="M13 26L13 14H11L11 26H13Z" fill="#666666"></path>
11
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg fill="none" height="14" viewbox="15 13 9 14" width="9" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M16.418 15.2242L17.6119 14.0303L23.5816 20L22.3877 21.1939L16.418 15.2242Z" fill="#B2B9C5"></path>
3
- <path d="M17.6119 25.9697L16.418 24.7757L22.3877 18.806L23.5816 20L17.6119 25.9697Z" fill="#B2B9C5"></path>
4
- </svg>
1
+ <svg fill="none" height="14" viewbox="15 13 9 14" width="9" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M16.418 15.2242L17.6119 14.0303L23.5816 20L22.3877 21.1939L16.418 15.2242Z" fill="#B2B9C5"></path>
3
+ <path d="M17.6119 25.9697L16.418 24.7757L22.3877 18.806L23.5816 20L17.6119 25.9697Z" fill="#B2B9C5"></path>
4
+ </svg>
@@ -0,0 +1,30 @@
1
+ <svg width="130" height="40" viewBox="0 0 130 40" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_63696_177547)">
3
+ <path d="M79.2487 39.0565H55.7913V20.3652" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
4
+ <path d="M79.1658 39.0565H86.9462V20.3652" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
5
+ <path d="M51.0251 20.3569V18.5218L71.3688 1.20068L91.7124 18.5218V20.3569H51.0251Z" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
6
+ <path d="M61.5374 39.0565V24.0271H70.3806V39.0565" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
7
+ <path d="M67.6404 31.0852V33.4019" stroke="white" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/>
8
+ <path d="M81.2832 27.3235H74.6819V33.9248H81.2832V27.3235Z" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
9
+ <path d="M0 39.0566H130" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
10
+ <path d="M109.914 30.7862L114.497 23.695H110.902L115.685 15.2171H113.609L117.794 5.41064L121.995 15.2171H119.903L124.694 23.695H121.099L125.674 30.7862H117.794H109.914Z" fill="white" stroke="white" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/>
11
+ <path d="M117.794 39.0564V30.7861" stroke="white" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/>
12
+ <path d="M103.088 25.6299C103.088 28.013 101.154 29.956 98.7622 29.956C98.2723 29.956 97.7907 29.873 97.3506 29.7152C97.1762 31.3427 95.7978 32.6048 94.1288 32.6048C92.3436 32.6048 90.8822 31.1517 90.8822 29.3582C90.8822 29.3083 90.8822 29.2585 90.8822 29.2087C90.1182 29.6903 89.2215 29.956 88.2582 29.956C85.5015 29.956 83.2595 27.7141 83.2595 24.9573C83.2595 22.9811 84.4054 21.2788 86.0744 20.4651C85.7838 19.8091 85.626 19.0867 85.626 18.3228C85.626 15.4248 87.9759 13.075 90.8739 13.075C93.7718 13.075 95.9141 15.2173 96.1217 17.9325C96.7445 17.4094 97.5416 17.1022 98.4135 17.1022C100.39 17.1022 102.001 18.7047 102.001 20.6893C102.001 21.2954 101.843 21.8684 101.585 22.3666C102.679 23.3113 103.088 24.5 103.088 25.6299Z" fill="white" stroke="white" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/>
13
+ <path d="M94.2949 39.0566V32.5964" stroke="white" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/>
14
+ <path d="M30.6483 39.0567H9.64038V20.407" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
15
+ <path d="M30.5737 39.0567H38.3375V20.407" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
16
+ <path d="M43.0788 18.5718V21.2372H4.88257V18.5718L17.7862 5.93384H30.1834L43.0788 18.5718Z" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
17
+ <path d="M24.9771 39.0567V24.0605H33.8037V39.0567" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
18
+ <path d="M31.0718 31.1021V33.4187" stroke="white" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/>
19
+ <path d="M17.7862 27.3569H14.4897V33.9416H17.7862V27.3569Z" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
20
+ <path d="M21.0826 27.3569H17.7861V33.9416H21.0826V27.3569Z" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
21
+ <path d="M17.7862 5.93384L14.4897 18.5801V21.2372" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
22
+ <path d="M30.1667 5.92554L33.4632 18.5718V21.2289" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
23
+ <path d="M4.88257 18.5718H43.0788" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
24
+ </g>
25
+ <defs>
26
+ <clipPath id="clip0_63696_177547">
27
+ <rect width="130" height="39.7739" fill="white" transform="translate(0 0.113037)"/>
28
+ </clipPath>
29
+ </defs>
30
+ </svg>
@@ -0,0 +1,53 @@
1
+ <svg width="130" height="66" viewBox="0 0 130 66" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_63696_177959)">
3
+ <path d="M56.6801 64.8813H40.0232V51.604" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
4
+ <path d="M56.6218 64.8813H62.1437V51.604" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
5
+ <path d="M36.6436 51.6041V50.3005L51.0917 38.0029L65.5398 50.3005V51.6041H36.6519H36.6436Z" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
6
+ <path d="M44.1001 64.8815V54.2114H50.3859V64.8815" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
7
+ <path d="M48.4429 59.2185V60.8626" stroke="white" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/>
8
+ <path d="M58.1248 56.553H53.4417V61.2362H58.1248V56.553Z" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
9
+ <path d="M116.515 59.4842L119.571 54.8509H117.171L120.368 49.3207H118.981L121.771 42.9187L124.578 49.3207H123.183L126.38 54.8509H123.98L127.036 59.4842H121.771H116.515Z" fill="white" stroke="white" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/>
10
+ <path d="M121.771 64.8814V59.4841" stroke="white" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/>
11
+ <path d="M0 64.8813H130" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
12
+ <path d="M24.7611 64.8815H32.5249V15.0769H3.82788V64.8815H24.8358" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
13
+ <path d="M19.1646 64.8814V49.8853H27.9912V64.8814" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
14
+ <path d="M25.2593 56.9268V59.2434" stroke="white" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/>
15
+ <path d="M11.9737 49.8604H8.67725V59.7665H11.9737V49.8604Z" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
16
+ <path d="M15.2701 49.8604H11.9736V59.7665H15.2701V49.8604Z" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
17
+ <path d="M11.9737 35.3291H8.67725V45.2352H11.9737V35.3291Z" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
18
+ <path d="M15.2701 35.3291H11.9736V45.2352H15.2701V35.3291Z" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
19
+ <path d="M23.5737 35.3291H19.1646V45.2352H23.5737V35.3291Z" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
20
+ <path d="M27.9829 35.3291H23.5737V45.2352H27.9829V35.3291Z" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
21
+ <path d="M23.5737 20.7729H19.1646V30.6791H23.5737V20.7729Z" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
22
+ <path d="M27.9829 20.7729H23.5737V30.6791H27.9829V20.7729Z" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
23
+ <path d="M11.9737 20.7979H8.67725V30.704H11.9737V20.7979Z" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
24
+ <path d="M15.2701 20.7979H11.9736V30.704H15.2701V20.7979Z" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
25
+ <path d="M26.9117 15.0768H19.1646V10.1943H23.5737L26.9117 12.0543V15.0768Z" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
26
+ <path d="M23.5737 10.1943V15.0768" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
27
+ <path d="M15.2617 10.1943H12.2144V15.0685H15.2617V10.1943Z" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
28
+ <path d="M90.7577 64.8815H102.723V29.6497H69.8245V64.8815H90.8324" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
29
+ <path d="M76.7412 49.8604H73.8765V59.7665H76.7412V49.8604Z" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
30
+ <path d="M79.6059 49.8604H76.7412V59.7665H79.6059V49.8604Z" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
31
+ <path d="M76.7412 35.3291H73.8765V45.2352H76.7412V35.3291Z" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
32
+ <path d="M79.6059 35.3291H76.7412V45.2352H79.6059V35.3291Z" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
33
+ <path d="M86.3401 35.3291H83.4753V45.2352H86.3401V35.3291Z" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
34
+ <path d="M89.2048 35.3291H86.3401V45.2352H89.2048V35.3291Z" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
35
+ <path d="M86.3401 49.8604H83.4753V59.7665H86.3401V49.8604Z" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
36
+ <path d="M89.2048 49.8604H86.3401V59.7665H89.2048V49.8604Z" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
37
+ <path d="M95.8144 35.3291H92.9497V45.2352H95.8144V35.3291Z" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
38
+ <path d="M98.6709 35.3291H95.8062V45.2352H98.6709V35.3291Z" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
39
+ <path d="M95.8144 49.8604H92.9497V59.7665H95.8144V49.8604Z" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
40
+ <path d="M98.6709 49.8604H95.8062V59.7665H98.6709V49.8604Z" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
41
+ <path d="M93.3401 25.2321V21.6699L83.9571 25.2321V21.6699L69.8245 27.0257V29.6496H79.2158H83.9571H88.5987H93.3401H102.723V21.6699L93.3401 25.2321Z" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
42
+ <path d="M112.621 41.698H102.723V64.8814H112.621V41.698Z" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
43
+ <path d="M109.748 41.6979H106.31L107.14 10.1611H108.917L109.748 41.6979Z" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
44
+ <path d="M101.718 9.84579C102.603 9.84579 103.321 9.12829 103.321 8.24321C103.321 7.35812 102.603 6.64062 101.718 6.64062C100.833 6.64062 100.116 7.35812 100.116 8.24321C100.116 9.12829 100.833 9.84579 101.718 9.84579Z" fill="white" stroke="white" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/>
45
+ <path d="M95.9971 8.97371C97.2857 8.97371 98.3304 7.92906 98.3304 6.64042C98.3304 5.35178 97.2857 4.30713 95.9971 4.30713C94.7085 4.30713 93.6638 5.35178 93.6638 6.64042C93.6638 7.92906 94.7085 8.97371 95.9971 8.97371Z" fill="white" stroke="white" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/>
46
+ <path d="M88.607 7.49576C90.368 7.49576 91.7956 6.0682 91.7956 4.30721C91.7956 2.54622 90.368 1.11865 88.607 1.11865C86.846 1.11865 85.4185 2.54622 85.4185 4.30721C85.4185 6.0682 86.846 7.49576 88.607 7.49576Z" fill="white" stroke="white" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/>
47
+ </g>
48
+ <defs>
49
+ <clipPath id="clip0_63696_177959">
50
+ <rect width="130" height="65.4235" fill="white" transform="translate(0 0.28833)"/>
51
+ </clipPath>
52
+ </defs>
53
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg fill="none" height="14" viewbox="12 13 16 14" width="16" xmlns="http://www.w3.org/2000/svg">
2
- <path clip-rule="evenodd" d="M20.5868 16.9057L22.2644 14H24.0292L22.3516 16.9057H27V18.434H21.4692L19.7044 21.4907H27V23.019H18.822L17.101 26H15.3362L17.0573 23.019H13V21.4907H17.9397L19.7044 18.434H13V16.9057H20.5868Z" fill="#FF5656" fill-rule="evenodd"></path>
3
- </svg>
1
+ <svg fill="none" height="14" viewbox="12 13 16 14" width="16" xmlns="http://www.w3.org/2000/svg">
2
+ <path clip-rule="evenodd" d="M20.5868 16.9057L22.2644 14H24.0292L22.3516 16.9057H27V18.434H21.4692L19.7044 21.4907H27V23.019H18.822L17.101 26H15.3362L17.0573 23.019H13V21.4907H17.9397L19.7044 18.434H13V16.9057H20.5868Z" fill="#FF5656" fill-rule="evenodd"></path>
3
+ </svg>
@@ -1,6 +1,6 @@
1
- <svg fill="none" height="11" viewbox="14 14 12 11" width="12" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M18.581 17.7313H24.7905C24.8462 17.7308 24.8994 17.7087 24.939 17.6695C24.978 17.6303 24.9999 17.5772 24.9999 17.5219V16.445C24.9999 16.3894 24.9778 16.3362 24.9386 16.2969C24.8993 16.2577 24.846 16.2356 24.7905 16.2356H18.581C18.5254 16.2356 18.4722 16.2577 18.4329 16.2969C18.3936 16.3362 18.3716 16.3894 18.3716 16.445V17.5219C18.3716 17.5774 18.3936 17.6307 18.4329 17.6699C18.4722 17.7092 18.5254 17.7313 18.581 17.7313V17.7313Z" fill="#505CA6"></path>
3
- <path d="M16.7344 15.4397V18.5261H15.9085V16.4157L15.2412 16.6242V15.8985L16.409 15.4814L16.5175 15.4397H16.7344Z" fill="#505CA6"></path>
4
- <path d="M24.7888 22.2522H18.581C18.5254 22.2522 18.4722 22.2743 18.4329 22.3135C18.3936 22.3528 18.3716 22.4061 18.3716 22.4616V23.5385C18.3716 23.594 18.3936 23.6473 18.4329 23.6865C18.4722 23.7258 18.5254 23.7479 18.581 23.7479H24.7905C24.8461 23.7477 24.8993 23.7259 24.939 23.687C24.9584 23.6674 24.9738 23.6443 24.9842 23.6188C24.9947 23.5933 25 23.566 24.9999 23.5385V22.4616C24.9999 22.4339 24.9944 22.4066 24.9838 22.3811C24.9732 22.3556 24.9576 22.3324 24.938 22.3129C24.9183 22.2935 24.8951 22.2781 24.8695 22.2677C24.8439 22.2572 24.8165 22.252 24.7888 22.2522Z" fill="#505CA6"></path>
5
- <path d="M16.2213 23.8448L16.655 23.391C16.8099 23.2315 16.9424 23.0516 17.0488 22.8563C17.1275 22.7067 17.1698 22.5407 17.1722 22.3717C17.1788 22.2425 17.1563 22.1135 17.1065 21.9941C17.0567 21.8747 16.9808 21.768 16.8844 21.6818C16.6663 21.511 16.3936 21.4253 16.117 21.4407C15.917 21.4378 15.7194 21.4848 15.5422 21.5775C15.375 21.665 15.2359 21.7981 15.141 21.9612C15.0471 22.1243 14.9985 22.3095 15 22.4976V22.6294H15.8284V22.4976C15.8239 22.4042 15.8535 22.3122 15.9118 22.239C15.9361 22.2106 15.9667 22.1883 16.0012 22.1738C16.0356 22.1593 16.073 22.1531 16.1103 22.1556C16.1418 22.1522 16.1737 22.156 16.2035 22.1669C16.2333 22.1777 16.2602 22.1953 16.2822 22.2182C16.3283 22.2771 16.3506 22.3512 16.3447 22.4259C16.341 22.5054 16.3162 22.5826 16.273 22.6494C16.1967 22.7689 16.109 22.8807 16.011 22.9831L15.0559 23.9924V24.5605H17.2631V23.8448H16.2213Z" fill="#505CA6"></path>
6
- </svg>
1
+ <svg fill="none" height="11" viewbox="14 14 12 11" width="12" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M18.581 17.7313H24.7905C24.8462 17.7308 24.8994 17.7087 24.939 17.6695C24.978 17.6303 24.9999 17.5772 24.9999 17.5219V16.445C24.9999 16.3894 24.9778 16.3362 24.9386 16.2969C24.8993 16.2577 24.846 16.2356 24.7905 16.2356H18.581C18.5254 16.2356 18.4722 16.2577 18.4329 16.2969C18.3936 16.3362 18.3716 16.3894 18.3716 16.445V17.5219C18.3716 17.5774 18.3936 17.6307 18.4329 17.6699C18.4722 17.7092 18.5254 17.7313 18.581 17.7313V17.7313Z" fill="#505CA6"></path>
3
+ <path d="M16.7344 15.4397V18.5261H15.9085V16.4157L15.2412 16.6242V15.8985L16.409 15.4814L16.5175 15.4397H16.7344Z" fill="#505CA6"></path>
4
+ <path d="M24.7888 22.2522H18.581C18.5254 22.2522 18.4722 22.2743 18.4329 22.3135C18.3936 22.3528 18.3716 22.4061 18.3716 22.4616V23.5385C18.3716 23.594 18.3936 23.6473 18.4329 23.6865C18.4722 23.7258 18.5254 23.7479 18.581 23.7479H24.7905C24.8461 23.7477 24.8993 23.7259 24.939 23.687C24.9584 23.6674 24.9738 23.6443 24.9842 23.6188C24.9947 23.5933 25 23.566 24.9999 23.5385V22.4616C24.9999 22.4339 24.9944 22.4066 24.9838 22.3811C24.9732 22.3556 24.9576 22.3324 24.938 22.3129C24.9183 22.2935 24.8951 22.2781 24.8695 22.2677C24.8439 22.2572 24.8165 22.252 24.7888 22.2522Z" fill="#505CA6"></path>
5
+ <path d="M16.2213 23.8448L16.655 23.391C16.8099 23.2315 16.9424 23.0516 17.0488 22.8563C17.1275 22.7067 17.1698 22.5407 17.1722 22.3717C17.1788 22.2425 17.1563 22.1135 17.1065 21.9941C17.0567 21.8747 16.9808 21.768 16.8844 21.6818C16.6663 21.511 16.3936 21.4253 16.117 21.4407C15.917 21.4378 15.7194 21.4848 15.5422 21.5775C15.375 21.665 15.2359 21.7981 15.141 21.9612C15.0471 22.1243 14.9985 22.3095 15 22.4976V22.6294H15.8284V22.4976C15.8239 22.4042 15.8535 22.3122 15.9118 22.239C15.9361 22.2106 15.9667 22.1883 16.0012 22.1738C16.0356 22.1593 16.073 22.1531 16.1103 22.1556C16.1418 22.1522 16.1737 22.156 16.2035 22.1669C16.2333 22.1777 16.2602 22.1953 16.2822 22.2182C16.3283 22.2771 16.3506 22.3512 16.3447 22.4259C16.341 22.5054 16.3162 22.5826 16.273 22.6494C16.1967 22.7689 16.109 22.8807 16.011 22.9831L15.0559 23.9924V24.5605H17.2631V23.8448H16.2213Z" fill="#505CA6"></path>
6
+ </svg>
@@ -1,9 +1,9 @@
1
- <svg fill="none" height="16" viewbox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg">
2
- <defs>
3
- <pattern id="pattern_Z6wSY" patternUnits="userSpaceOnUse" width="4" height="4" patternTransform="rotate(-45)">
4
- <path d="M0 0 L 16 0 L 16 2 L 0 2 Z" fill="red" stroke-width="0"></path>
5
- </pattern>
6
- </defs>
7
- <rect width="16" height="16" fill="url(#pattern_Z6wSY)" :opacity="1" />
8
- </g>
9
- </svg>
1
+ <svg fill="none" height="16" viewbox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg">
2
+ <defs>
3
+ <pattern id="pattern_Z6wSY" patternUnits="userSpaceOnUse" width="4" height="4" patternTransform="rotate(-45)">
4
+ <path d="M0 0 L 16 0 L 16 2 L 0 2 Z" fill="red" stroke-width="0"></path>
5
+ </pattern>
6
+ </defs>
7
+ <rect width="16" height="16" fill="url(#pattern_Z6wSY)" :opacity="1" />
8
+ </g>
9
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M14 0.00012207L12.7992 0.000100493L0.000183181 12.8064C0.000189916 13.4033 -0.000232323 13.5001 0.000183181 14.0001H1.00016L14 1.00011C14 0.500122 14 0.561565 14 0.00012207ZM6.90688 0L0.000209705 6.90667V9.10778L9.10799 0H6.90688ZM1.55577 0C0.70021 0 0.50002 8.17776e-05 2.00428e-05 3.63588e-05L0.000209705 3.11111L3.11132 0H1.55577ZM14.0002 14V10.8889L10.8891 14C11.9261 14 12.9632 14 14.0002 14ZM4.89243 14H7.09354L14.0002 7.09333V4.89222L4.89243 14Z" fill="white"/>
3
- </svg>
1
+ <svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M14 0.00012207L12.7992 0.000100493L0.000183181 12.8064C0.000189916 13.4033 -0.000232323 13.5001 0.000183181 14.0001H1.00016L14 1.00011C14 0.500122 14 0.561565 14 0.00012207ZM6.90688 0L0.000209705 6.90667V9.10778L9.10799 0H6.90688ZM1.55577 0C0.70021 0 0.50002 8.17776e-05 2.00428e-05 3.63588e-05L0.000209705 3.11111L3.11132 0H1.55577ZM14.0002 14V10.8889L10.8891 14C11.9261 14 12.9632 14 14.0002 14ZM4.89243 14H7.09354L14.0002 7.09333V4.89222L4.89243 14Z" fill="white"/>
3
+ </svg>
@@ -1,8 +1,8 @@
1
- <svg style='transform:rotate(45deg);' fill="none" height="16" viewbox="12 12 16 16" width="16" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M27 17.1883V13L22.8117 13L27 17.1883Z" fill="#B2B9C5"></path>
3
- <path d="M24.8929 13.711L26.289 15.1071L15.1201 26.276L13.724 24.8799L24.8929 13.711Z" fill="#B2B9C5"></path>
4
- <path d="M13.013 22.7987L13.013 26.987L17.2013 26.987L13.013 22.7987Z" fill="#B2B9C5"></path>
5
- <path d="M22.7987 27H26.9871V22.8117L22.7987 27Z" fill="#B2B9C5"></path>
6
- <path d="M26.289 24.8799L24.8929 26.276L13.724 15.1071L15.1201 13.711L26.289 24.8799Z" fill="#B2B9C5"></path>
7
- <path d="M17.1883 13.013L13 13.013L13 17.2013L17.1883 13.013Z" fill="#B2B9C5"></path>
8
- </svg>
1
+ <svg style='transform:rotate(45deg);' fill="none" height="16" viewbox="12 12 16 16" width="16" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M27 17.1883V13L22.8117 13L27 17.1883Z" fill="#B2B9C5"></path>
3
+ <path d="M24.8929 13.711L26.289 15.1071L15.1201 26.276L13.724 24.8799L24.8929 13.711Z" fill="#B2B9C5"></path>
4
+ <path d="M13.013 22.7987L13.013 26.987L17.2013 26.987L13.013 22.7987Z" fill="#B2B9C5"></path>
5
+ <path d="M22.7987 27H26.9871V22.8117L22.7987 27Z" fill="#B2B9C5"></path>
6
+ <path d="M26.289 24.8799L24.8929 26.276L13.724 15.1071L15.1201 13.711L26.289 24.8799Z" fill="#B2B9C5"></path>
7
+ <path d="M17.1883 13.013L13 13.013L13 17.2013L17.1883 13.013Z" fill="#B2B9C5"></path>
8
+ </svg>
@@ -0,0 +1,21 @@
1
+ <svg width="130" height="46" viewBox="0 0 130 46" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_63696_177519)">
3
+ <path d="M0 44.4995H130" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
4
+ <path d="M4.15186 35.8781L8.94299 28.4754H5.18149L10.1885 19.6221H8.01299L12.389 9.40088L16.7732 19.6221H14.5894L19.5964 28.4754H15.8349L20.6261 35.8781H12.389H4.15186Z" fill="white" stroke="white" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/>
5
+ <path d="M12.3889 44.4994V35.8782" stroke="white" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/>
6
+ <path d="M69.791 44.4993H43.2197V23.3606" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
7
+ <path d="M69.6997 44.4993H85.9829V23.3606" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
8
+ <path d="M37.8225 23.3606V21.2882L64.6014 1.69971L91.3803 21.2882V23.3606H37.8225Z" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
9
+ <path d="M50.5601 44.4992V27.5054H60.5824V44.4992" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
10
+ <path d="M57.4768 35.4883V38.1078" stroke="white" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/>
11
+ <path d="M66.4697 44.4992V40.3544M66.4697 40.3544V27.5054H79.7554V44.4992M66.4697 40.3544H79.7554" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
12
+ <path d="M73.1125 44.4992V27.5054" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
13
+ <path d="M125.3 34.2533C125.3 36.077 123.822 37.5609 121.987 37.5609C121.613 37.5609 121.248 37.5028 120.908 37.3785C120.775 38.6219 119.72 39.5835 118.441 39.5835C117.08 39.5835 115.959 38.481 115.959 37.1049C115.959 37.0718 115.959 37.0303 115.959 36.9889C115.377 37.3536 114.688 37.5609 113.958 37.5609C111.848 37.5609 110.138 35.8532 110.138 33.7393C110.138 32.2306 111.018 30.9291 112.289 30.3157C112.064 29.8183 111.94 29.2629 111.94 28.6826C111.94 26.4693 113.742 24.6704 115.959 24.6704C118.176 24.6704 119.812 26.3035 119.969 28.3759C120.443 27.978 121.049 27.7459 121.721 27.7459C123.233 27.7459 124.462 28.9728 124.462 30.4815C124.462 30.9457 124.345 31.385 124.146 31.7664C124.783 32.3194 125.3 33.1885 125.3 34.2533Z" fill="white" stroke="white" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/>
14
+ <path d="M118.583 44.4993V39.5752" stroke="white" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/>
15
+ </g>
16
+ <defs>
17
+ <clipPath id="clip0_63696_177519">
18
+ <rect width="130" height="44.6565" fill="white" transform="translate(0 0.671875)"/>
19
+ </clipPath>
20
+ </defs>
21
+ </svg>
@@ -1,11 +1,11 @@
1
- <svg width="15" height="16" viewBox="0 0 15 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect x="2.80078" y="4.06415" width="8" height="1.6" transform="rotate(90 2.80078 4.06415)" fill="white"/>
3
- <rect x="7.00195" y="3.8642" width="4" height="1.6" transform="rotate(-180 7.00195 3.8642)" fill="white"/>
4
- <path d="M8.5 3.07846L6.00098 0.935599L6.00098 5.22131L8.5 3.07846Z" fill="white"/>
5
- <rect x="11.002" y="13.8643" width="8" height="1.6" transform="rotate(-180 11.002 13.8643)" fill="white"/>
6
- <path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.06409C2.55228 4.06409 3 3.61637 3 3.06409C3 2.5118 2.55228 2.06409 2 2.06409C1.44772 2.06409 1 2.5118 1 3.06409C1 3.61637 1.44772 4.06409 2 4.06409ZM2 5.06409C3.10457 5.06409 4 4.16866 4 3.06409C4 1.95952 3.10457 1.06409 2 1.06409C0.895431 1.06409 0 1.95952 0 3.06409C0 4.16866 0.895431 5.06409 2 5.06409Z" fill="white"/>
7
- <rect x="12.7988" y="4.06433" width="8" height="1.6" transform="rotate(90 12.7988 4.06433)" fill="white"/>
8
- <path fill-rule="evenodd" clip-rule="evenodd" d="M12.002 4.06421C12.5542 4.06421 13.002 3.61649 13.002 3.06421C13.002 2.51192 12.5542 2.06421 12.002 2.06421C11.4497 2.06421 11.002 2.51192 11.002 3.06421C11.002 3.61649 11.4497 4.06421 12.002 4.06421ZM12.002 5.06421C13.1065 5.06421 14.002 4.16878 14.002 3.06421C14.002 1.95964 13.1065 1.06421 12.002 1.06421C10.8974 1.06421 10.002 1.95964 10.002 3.06421C10.002 4.16878 10.8974 5.06421 12.002 5.06421Z" fill="white"/>
9
- <path fill-rule="evenodd" clip-rule="evenodd" d="M12.002 14.0643C12.5542 14.0643 13.002 13.6166 13.002 13.0643C13.002 12.512 12.5542 12.0643 12.002 12.0643C11.4497 12.0643 11.002 12.512 11.002 13.0643C11.002 13.6166 11.4497 14.0643 12.002 14.0643ZM12.002 15.0643C13.1065 15.0643 14.002 14.1688 14.002 13.0643C14.002 11.9597 13.1065 11.0643 12.002 11.0643C10.8974 11.0643 10.002 11.9597 10.002 13.0643C10.002 14.1688 10.8974 15.0643 12.002 15.0643Z" fill="white"/>
10
- <path fill-rule="evenodd" clip-rule="evenodd" d="M2 14.0644C2.55228 14.0644 3 13.6167 3 13.0644C3 12.5121 2.55228 12.0644 2 12.0644C1.44772 12.0644 1 12.5121 1 13.0644C1 13.6167 1.44772 14.0644 2 14.0644ZM2 15.0644C3.10457 15.0644 4 14.169 4 13.0644C4 11.9598 3.10457 11.0644 2 11.0644C0.895431 11.0644 0 11.9598 0 13.0644C0 14.169 0.895431 15.0644 2 15.0644Z" fill="white"/>
11
- </svg>
1
+ <svg width="15" height="16" viewBox="0 0 15 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="2.80078" y="4.06415" width="8" height="1.6" transform="rotate(90 2.80078 4.06415)" fill="white"/>
3
+ <rect x="7.00195" y="3.8642" width="4" height="1.6" transform="rotate(-180 7.00195 3.8642)" fill="white"/>
4
+ <path d="M8.5 3.07846L6.00098 0.935599L6.00098 5.22131L8.5 3.07846Z" fill="white"/>
5
+ <rect x="11.002" y="13.8643" width="8" height="1.6" transform="rotate(-180 11.002 13.8643)" fill="white"/>
6
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.06409C2.55228 4.06409 3 3.61637 3 3.06409C3 2.5118 2.55228 2.06409 2 2.06409C1.44772 2.06409 1 2.5118 1 3.06409C1 3.61637 1.44772 4.06409 2 4.06409ZM2 5.06409C3.10457 5.06409 4 4.16866 4 3.06409C4 1.95952 3.10457 1.06409 2 1.06409C0.895431 1.06409 0 1.95952 0 3.06409C0 4.16866 0.895431 5.06409 2 5.06409Z" fill="white"/>
7
+ <rect x="12.7988" y="4.06433" width="8" height="1.6" transform="rotate(90 12.7988 4.06433)" fill="white"/>
8
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12.002 4.06421C12.5542 4.06421 13.002 3.61649 13.002 3.06421C13.002 2.51192 12.5542 2.06421 12.002 2.06421C11.4497 2.06421 11.002 2.51192 11.002 3.06421C11.002 3.61649 11.4497 4.06421 12.002 4.06421ZM12.002 5.06421C13.1065 5.06421 14.002 4.16878 14.002 3.06421C14.002 1.95964 13.1065 1.06421 12.002 1.06421C10.8974 1.06421 10.002 1.95964 10.002 3.06421C10.002 4.16878 10.8974 5.06421 12.002 5.06421Z" fill="white"/>
9
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12.002 14.0643C12.5542 14.0643 13.002 13.6166 13.002 13.0643C13.002 12.512 12.5542 12.0643 12.002 12.0643C11.4497 12.0643 11.002 12.512 11.002 13.0643C11.002 13.6166 11.4497 14.0643 12.002 14.0643ZM12.002 15.0643C13.1065 15.0643 14.002 14.1688 14.002 13.0643C14.002 11.9597 13.1065 11.0643 12.002 11.0643C10.8974 11.0643 10.002 11.9597 10.002 13.0643C10.002 14.1688 10.8974 15.0643 12.002 15.0643Z" fill="white"/>
10
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2 14.0644C2.55228 14.0644 3 13.6167 3 13.0644C3 12.5121 2.55228 12.0644 2 12.0644C1.44772 12.0644 1 12.5121 1 13.0644C1 13.6167 1.44772 14.0644 2 14.0644ZM2 15.0644C3.10457 15.0644 4 14.169 4 13.0644C4 11.9598 3.10457 11.0644 2 11.0644C0.895431 11.0644 0 11.9598 0 13.0644C0 14.169 0.895431 15.0644 2 15.0644Z" fill="white"/>
11
+ </svg>
@@ -1,12 +1,12 @@
1
- <svg fill="none" height="20" viewbox="11 10 17 20" width="17" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M15.9516 13.4868C15.9516 12.8982 16.4288 12.4211 17.0174 12.4211C17.606 12.4211 18.0832 12.8982 18.0832 13.4868V20.4737H15.9516V13.4868Z" fill="#B2B9C5"></path>
3
- <path d="M12.2403 21.4839C11.8129 20.8615 11.9709 20.0105 12.5933 19.583C13.2157 19.1554 14.0669 19.3135 14.4944 19.9359L18.2795 25.4466L16.4253 27.5789L12.2403 21.4839Z" fill="#B2B9C5"></path>
4
- <path d="M18.7937 12.0658C18.7937 11.4772 19.2709 11 19.8595 11C20.4481 11 20.9253 11.4772 20.9253 12.0658V20.4737H18.7937V12.0658Z" fill="#B2B9C5"></path>
5
- <path d="M21.6358 12.7763C21.6358 12.1877 22.113 11.7105 22.7016 11.7105C23.2902 11.7105 23.7674 12.1877 23.7674 12.7763V20.4737H21.6358V12.7763Z" fill="#B2B9C5"></path>
6
- <path d="M24.4779 14.9079C24.4779 14.3193 24.9551 13.8421 25.5437 13.8421C26.1323 13.8421 26.6095 14.3193 26.6095 14.9079V20.4737H24.4779V14.9079Z" fill="#B2B9C5"></path>
7
- <path d="M15.9516 20H26.6095V25.4474C26.6095 27.4094 25.0189 29 23.0569 29H19.5042C17.5422 29 15.9516 27.4094 15.9516 25.4474V20Z" fill="#B2B9C5"></path>
8
- <path d="M18.0832 19.0526H18.7937V20H18.0832V19.0526Z" fill="#B2B9C5"></path>
9
- <path d="M20.9253 19.0526H21.6358V20H20.9253V19.0526Z" fill="#B2B9C5"></path>
10
- <path d="M23.7674 19.5263H24.4779V20H23.7674V19.5263Z" fill="#B2B9C5"></path>
11
- <path d="M19.5042 29C17.7279 29 16.899 28.1711 16.4253 27.5789L16.5437 27.2237L16.7806 27.1053L17.9648 27.5789C18.0042 27.9342 19.599 29 19.5042 29Z" fill="#B2B9C5"></path>
12
- </svg>
1
+ <svg fill="none" height="20" viewbox="11 10 17 20" width="17" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M15.9516 13.4868C15.9516 12.8982 16.4288 12.4211 17.0174 12.4211C17.606 12.4211 18.0832 12.8982 18.0832 13.4868V20.4737H15.9516V13.4868Z" fill="#B2B9C5"></path>
3
+ <path d="M12.2403 21.4839C11.8129 20.8615 11.9709 20.0105 12.5933 19.583C13.2157 19.1554 14.0669 19.3135 14.4944 19.9359L18.2795 25.4466L16.4253 27.5789L12.2403 21.4839Z" fill="#B2B9C5"></path>
4
+ <path d="M18.7937 12.0658C18.7937 11.4772 19.2709 11 19.8595 11C20.4481 11 20.9253 11.4772 20.9253 12.0658V20.4737H18.7937V12.0658Z" fill="#B2B9C5"></path>
5
+ <path d="M21.6358 12.7763C21.6358 12.1877 22.113 11.7105 22.7016 11.7105C23.2902 11.7105 23.7674 12.1877 23.7674 12.7763V20.4737H21.6358V12.7763Z" fill="#B2B9C5"></path>
6
+ <path d="M24.4779 14.9079C24.4779 14.3193 24.9551 13.8421 25.5437 13.8421C26.1323 13.8421 26.6095 14.3193 26.6095 14.9079V20.4737H24.4779V14.9079Z" fill="#B2B9C5"></path>
7
+ <path d="M15.9516 20H26.6095V25.4474C26.6095 27.4094 25.0189 29 23.0569 29H19.5042C17.5422 29 15.9516 27.4094 15.9516 25.4474V20Z" fill="#B2B9C5"></path>
8
+ <path d="M18.0832 19.0526H18.7937V20H18.0832V19.0526Z" fill="#B2B9C5"></path>
9
+ <path d="M20.9253 19.0526H21.6358V20H20.9253V19.0526Z" fill="#B2B9C5"></path>
10
+ <path d="M23.7674 19.5263H24.4779V20H23.7674V19.5263Z" fill="#B2B9C5"></path>
11
+ <path d="M19.5042 29C17.7279 29 16.899 28.1711 16.4253 27.5789L16.5437 27.2237L16.7806 27.1053L17.9648 27.5789C18.0042 27.9342 19.599 29 19.5042 29Z" fill="#B2B9C5"></path>
12
+ </svg>
@@ -1,8 +1,8 @@
1
- <svg fill="none" height="14" viewbox="12 13 16 14" width="16" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M13 23.1112H19.2222V26.2223H13V23.1112Z" fill="#B2B9C5"></path>
3
- <path d="M20.7778 23.1112H27V26.2223H20.7778V23.1112Z" fill="#B2B9C5"></path>
4
- <path d="M13 18.4445H19.2222V21.5556H13V18.4445Z" fill="#B2B9C5"></path>
5
- <path d="M20.7778 18.4445H27V21.5556H20.7778V18.4445Z" fill="#B2B9C5"></path>
6
- <path d="M13 13.7778H19.2222V16.8889H13V13.7778Z" fill="#B2B9C5"></path>
7
- <path d="M20.7778 13.7778H27V16.8889H20.7778V13.7778Z" fill="#B2B9C5"></path>
8
- </svg>
1
+ <svg fill="none" height="14" viewbox="12 13 16 14" width="16" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M13 23.1112H19.2222V26.2223H13V23.1112Z" fill="#B2B9C5"></path>
3
+ <path d="M20.7778 23.1112H27V26.2223H20.7778V23.1112Z" fill="#B2B9C5"></path>
4
+ <path d="M13 18.4445H19.2222V21.5556H13V18.4445Z" fill="#B2B9C5"></path>
5
+ <path d="M20.7778 18.4445H27V21.5556H20.7778V18.4445Z" fill="#B2B9C5"></path>
6
+ <path d="M13 13.7778H19.2222V16.8889H13V13.7778Z" fill="#B2B9C5"></path>
7
+ <path d="M20.7778 13.7778H27V16.8889H20.7778V13.7778Z" fill="#B2B9C5"></path>
8
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg fill="none" height="16" viewbox="12 12 16 16" width="16" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M27 24.204L24.183 20.4758L20.4502 24.2214L24.2135 27L27 24.204Z" fill="#B2B9C5"></path>
3
- <path d="M24.0598 18.9169L21.011 14.6339L13.8001 13L13.7285 13.0718L18.853 18.2139C18.9305 18.1931 19.3845 18.088 19.7505 18.4553C20.1127 18.8188 20.1127 19.4102 19.7505 19.7736C19.3882 20.1371 18.7988 20.1371 18.4366 19.7737C18.0912 19.4271 18.1754 18.9508 18.196 18.8731L13.0715 13.731L13 13.8028L14.6283 21.0385L18.8967 24.0978L24.0598 18.9169Z" fill="#B2B9C5"></path>
4
- </svg>
1
+ <svg fill="none" height="16" viewbox="12 12 16 16" width="16" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M27 24.204L24.183 20.4758L20.4502 24.2214L24.2135 27L27 24.204Z" fill="#B2B9C5"></path>
3
+ <path d="M24.0598 18.9169L21.011 14.6339L13.8001 13L13.7285 13.0718L18.853 18.2139C18.9305 18.1931 19.3845 18.088 19.7505 18.4553C20.1127 18.8188 20.1127 19.4102 19.7505 19.7736C19.3882 20.1371 18.7988 20.1371 18.4366 19.7737C18.0912 19.4271 18.1754 18.9508 18.196 18.8731L13.0715 13.731L13 13.8028L14.6283 21.0385L18.8967 24.0978L24.0598 18.9169Z" fill="#B2B9C5"></path>
4
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg fill="none" height="16" viewbox="12 12 16 16" width="16" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M27 25.0466L21.1396 19.1862L19.1859 21.1398L25.0462 26.9998L27 25.0466Z" fill="#B2B9C5"></path>
3
- <path d="M24.7186 16.905L13 13.0002L16.9047 24.7189L24.7186 16.905Z" fill="#B2B9C5"></path>
4
- </svg>
1
+ <svg fill="none" height="16" viewbox="12 12 16 16" width="16" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M27 25.0466L21.1396 19.1862L19.1859 21.1398L25.0462 26.9998L27 25.0466Z" fill="#B2B9C5"></path>
3
+ <path d="M24.7186 16.905L13 13.0002L16.9047 24.7189L24.7186 16.905Z" fill="#B2B9C5"></path>
4
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg fill="none" height="13" viewbox="12 13 16 13" width="16" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M13 14.2727L13 25.7273C17.6667 25.7273 22.3333 25.7273 27 25.7273V14.2727C22.3392 14.2727 13 14.2727 13 14.2727ZM15.5455 22.1818L18.0909 18.6818L19.6818 20.5909L21.5909 17.7273L24.4545 22.1818H15.5455Z" fill="#263238"></path>
3
- </svg>
1
+ <svg fill="none" height="13" viewbox="12 13 16 13" width="16" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M13 14.2727L13 25.7273C17.6667 25.7273 22.3333 25.7273 27 25.7273V14.2727C22.3392 14.2727 13 14.2727 13 14.2727ZM15.5455 22.1818L18.0909 18.6818L19.6818 20.5909L21.5909 17.7273L24.4545 22.1818H15.5455Z" fill="#263238"></path>
3
+ </svg>
@@ -1,5 +1,5 @@
1
- <svg fill="none" height="16" viewbox="16 12 8 16" width="8" xmlns="http://www.w3.org/2000/svg">
2
- <rect fill="#263238" height="2" width="6" x="17" y="13"></rect>
3
- <path d="M18 15H22L23 21H17L18 15Z" fill="#263238"></path>
4
- <path d="M19 21H21L20 27L19 21Z" fill="#263238"></path>
5
- </svg>
1
+ <svg fill="none" height="16" viewbox="16 12 8 16" width="8" xmlns="http://www.w3.org/2000/svg">
2
+ <rect fill="#263238" height="2" width="6" x="17" y="13"></rect>
3
+ <path d="M18 15H22L23 21H17L18 15Z" fill="#263238"></path>
4
+ <path d="M19 21H21L20 27L19 21Z" fill="#263238"></path>
5
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg fill="none" height="13" viewbox="12 13 16 13" width="16" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M25.7273 14.2727H14.2727C13.5664 14.2727 13 14.8391 13 15.5454V23.1818C13 23.8818 13.5664 24.4545 14.2727 24.4545H17.4545V25.7273H22.5455V24.4545H25.7273C26.4273 24.4545 26.9936 23.8818 26.9936 23.1818L27 15.5454C27 14.8391 26.4273 14.2727 25.7273 14.2727ZM25.7273 23.1818H14.2727V15.5454H25.7273V23.1818ZM22.5455 19.3636L18.0909 21.9091V16.8182L22.5455 19.3636Z" fill="#263238"></path>
3
- </svg>
1
+ <svg fill="none" height="13" viewbox="12 13 16 13" width="16" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M25.7273 14.2727H14.2727C13.5664 14.2727 13 14.8391 13 15.5454V23.1818C13 23.8818 13.5664 24.4545 14.2727 24.4545H17.4545V25.7273H22.5455V24.4545H25.7273C26.4273 24.4545 26.9936 23.8818 26.9936 23.1818L27 15.5454C27 14.8391 26.4273 14.2727 25.7273 14.2727ZM25.7273 23.1818H14.2727V15.5454H25.7273V23.1818ZM22.5455 19.3636L18.0909 21.9091V16.8182L22.5455 19.3636Z" fill="#263238"></path>
3
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg fill="none" height="14" viewbox="15 13 9 14" width="9" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M23.582 24.7758L22.3881 25.9697L16.4184 20L17.6123 18.8061L23.582 24.7758Z" fill="#B2B9C5"></path>
3
- <path d="M22.3881 14.0303L23.582 15.2243L17.6123 21.194L16.4184 20L22.3881 14.0303Z" fill="#B2B9C5"></path>
4
- </svg>
1
+ <svg fill="none" height="14" viewbox="15 13 9 14" width="9" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M23.582 24.7758L22.3881 25.9697L16.4184 20L17.6123 18.8061L23.582 24.7758Z" fill="#B2B9C5"></path>
3
+ <path d="M22.3881 14.0303L23.582 15.2243L17.6123 21.194L16.4184 20L22.3881 14.0303Z" fill="#B2B9C5"></path>
4
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg fill="none" height="20" viewbox="11 10 18 20" width="18" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M20.0182 20C22.5035 20 24.5182 17.9853 24.5182 15.5C24.5182 13.0147 22.5035 11 20.0182 11C17.5329 11 15.5182 13.0147 15.5182 15.5C15.5182 17.9853 17.5329 20 20.0182 20Z" fill="#263238"></path>
3
- <path d="M28.0364 29C22.9636 29 16.9909 29 12 29C12 24.5818 15.6 21.9636 20.0182 21.9636C24.4364 21.9636 28.0364 24.5818 28.0364 29Z" fill="#263238"></path>
4
- </svg>
1
+ <svg fill="none" height="20" viewbox="11 10 18 20" width="18" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M20.0182 20C22.5035 20 24.5182 17.9853 24.5182 15.5C24.5182 13.0147 22.5035 11 20.0182 11C17.5329 11 15.5182 13.0147 15.5182 15.5C15.5182 17.9853 17.5329 20 20.0182 20Z" fill="#263238"></path>
3
+ <path d="M28.0364 29C22.9636 29 16.9909 29 12 29C12 24.5818 15.6 21.9636 20.0182 21.9636C24.4364 21.9636 28.0364 24.5818 28.0364 29Z" fill="#263238"></path>
4
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M9.01817 9C11.5035 9 13.5182 6.98528 13.5182 4.5C13.5182 2.01472 11.5035 0 9.01817 0C6.53289 0 4.51817 2.01472 4.51817 4.5C4.51817 6.98528 6.53289 9 9.01817 9Z" fill="white"/>
3
- <path d="M17.0364 18C11.9636 18 5.99091 18 1 18C1 13.5818 4.6 10.9636 9.01818 10.9636C13.4364 10.9636 17.0364 13.5818 17.0364 18Z" fill="white"/>
4
- </svg>
1
+ <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M9.01817 9C11.5035 9 13.5182 6.98528 13.5182 4.5C13.5182 2.01472 11.5035 0 9.01817 0C6.53289 0 4.51817 2.01472 4.51817 4.5C4.51817 6.98528 6.53289 9 9.01817 9Z" fill="white"/>
3
+ <path d="M17.0364 18C11.9636 18 5.99091 18 1 18C1 13.5818 4.6 10.9636 9.01818 10.9636C13.4364 10.9636 17.0364 13.5818 17.0364 18Z" fill="white"/>
4
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M18 6.44778L17.9846 6.43345V5.01433H16.5666L16.5522 5L16.5369 5.01433H15.9369H11.4942V7.06212H14.4891L10.758 10.7942L7.66894 7.70512L6.22526 6.26143L4.77133 7.70512L0 12.4764L1.44369 13.9304L6.22526 9.14881L9.31433 12.2379L9.31126 12.2399L10.7601 13.6877L10.7621 13.6857L10.7713 13.6949L12.215 12.2512L12.2058 12.242L15.9369 8.51092V11.5058H17.9846V7.06212V6.46314L18 6.44778Z" fill="white"/>
3
- </svg>
1
+ <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M18 6.44778L17.9846 6.43345V5.01433H16.5666L16.5522 5L16.5369 5.01433H15.9369H11.4942V7.06212H14.4891L10.758 10.7942L7.66894 7.70512L6.22526 6.26143L4.77133 7.70512L0 12.4764L1.44369 13.9304L6.22526 9.14881L9.31433 12.2379L9.31126 12.2399L10.7601 13.6877L10.7621 13.6857L10.7713 13.6949L12.215 12.2512L12.2058 12.242L15.9369 8.51092V11.5058H17.9846V7.06212V6.46314L18 6.44778Z" fill="white"/>
3
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg fill="none" height="20" viewbox="10 10 19 20" width="19" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M28.6783 20.341C27.6293 17.998 25.7073 16.312 23.4423 15.923V14.22L20.2223 11H11.3223V13H11.3273V29H23.4423V24.752C25.7063 24.363 27.6293 22.677 28.6783 20.341ZM13.3273 13H19.3923L21.4423 15.05V15.923C19.1783 16.311 17.2563 17.998 16.2063 20.341C17.2553 22.678 19.1773 24.363 21.4423 24.752V27H13.3273V13ZM22.4423 22.837C20.8943 22.837 19.4283 21.9 18.4643 20.339C19.4283 18.776 20.8933 17.837 22.4423 17.837C23.9913 17.837 25.4563 18.776 26.4203 20.339C25.4563 21.9 23.9903 22.837 22.4423 22.837Z" fill="#263238"></path>
3
- <path d="M22.4423 21.837C23.2707 21.837 23.9423 21.1654 23.9423 20.337C23.9423 19.5086 23.2707 18.837 22.4423 18.837C21.6138 18.837 20.9423 19.5086 20.9423 20.337C20.9423 21.1654 21.6138 21.837 22.4423 21.837Z" fill="#263238"></path>
4
- </svg>
1
+ <svg fill="none" height="20" viewbox="10 10 19 20" width="19" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M28.6783 20.341C27.6293 17.998 25.7073 16.312 23.4423 15.923V14.22L20.2223 11H11.3223V13H11.3273V29H23.4423V24.752C25.7063 24.363 27.6293 22.677 28.6783 20.341ZM13.3273 13H19.3923L21.4423 15.05V15.923C19.1783 16.311 17.2563 17.998 16.2063 20.341C17.2553 22.678 19.1773 24.363 21.4423 24.752V27H13.3273V13ZM22.4423 22.837C20.8943 22.837 19.4283 21.9 18.4643 20.339C19.4283 18.776 20.8933 17.837 22.4423 17.837C23.9913 17.837 25.4563 18.776 26.4203 20.339C25.4563 21.9 23.9903 22.837 22.4423 22.837Z" fill="#263238"></path>
3
+ <path d="M22.4423 21.837C23.2707 21.837 23.9423 21.1654 23.9423 20.337C23.9423 19.5086 23.2707 18.837 22.4423 18.837C21.6138 18.837 20.9423 19.5086 20.9423 20.337C20.9423 21.1654 21.6138 21.837 22.4423 21.837Z" fill="#263238"></path>
4
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg fill="none" height="20" viewbox="10 10 20 20" width="20" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M20 16.5C18.1 16.5 16.5 18 16.5 20C16.5 22 18 23.5 20 23.5C22 23.5 23.5 22 23.5 20C23.5 18 21.9 16.5 20 16.5ZM20 21.4C19.2 21.4 18.5 20.7 18.5 19.9C18.5 19.1 19.2 18.5 20 18.5C20.8 18.5 21.5 19.2 21.5 20C21.5 20.8 20.8 21.4 20 21.4Z" fill="#263238"></path>
3
- <path d="M21 11H19V13.1C17.8 13.2 16.7 13.7 15.8 14.4L14.3 12.9L12.9 14.3L14.4 15.8C13.7 16.7 13.2 17.8 13.1 19H11V21H13.1C13.3 22.2 13.7 23.3 14.4 24.2L12.9 25.7L14.3 27.1L15.8 25.6C16.7 26.3 17.8 26.8 19 26.9V29H21V26.9C22.2 26.7 23.3 26.3 24.2 25.6L25.7 27.1L27.1 25.7L25.6 24.2C26.3 23.3 26.8 22.2 26.9 21H29V19H26.9C26.7 17.8 26.3 16.7 25.6 15.8L27.1 14.3L25.7 12.9L24.2 14.4C23.3 13.7 22.2 13.2 21 13.1V11ZM20 25C17.2 25 15 22.8 15 20C15 17.2 17.2 15 20 15C22.8 15 25 17.2 25 20C25 22.8 22.8 25 20 25Z" fill="#263238"></path>
4
- </svg>
1
+ <svg fill="none" height="20" viewbox="10 10 20 20" width="20" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M20 16.5C18.1 16.5 16.5 18 16.5 20C16.5 22 18 23.5 20 23.5C22 23.5 23.5 22 23.5 20C23.5 18 21.9 16.5 20 16.5ZM20 21.4C19.2 21.4 18.5 20.7 18.5 19.9C18.5 19.1 19.2 18.5 20 18.5C20.8 18.5 21.5 19.2 21.5 20C21.5 20.8 20.8 21.4 20 21.4Z" fill="#263238"></path>
3
+ <path d="M21 11H19V13.1C17.8 13.2 16.7 13.7 15.8 14.4L14.3 12.9L12.9 14.3L14.4 15.8C13.7 16.7 13.2 17.8 13.1 19H11V21H13.1C13.3 22.2 13.7 23.3 14.4 24.2L12.9 25.7L14.3 27.1L15.8 25.6C16.7 26.3 17.8 26.8 19 26.9V29H21V26.9C22.2 26.7 23.3 26.3 24.2 25.6L25.7 27.1L27.1 25.7L25.6 24.2C26.3 23.3 26.8 22.2 26.9 21H29V19H26.9C26.7 17.8 26.3 16.7 25.6 15.8L27.1 14.3L25.7 12.9L24.2 14.4C23.3 13.7 22.2 13.2 21 13.1V11ZM20 25C17.2 25 15 22.8 15 20C15 17.2 17.2 15 20 15C22.8 15 25 17.2 25 20C25 22.8 22.8 25 20 25Z" fill="#263238"></path>
4
+ </svg>
@@ -0,0 +1,47 @@
1
+ <svg width="130" height="58" viewBox="0 0 130 58" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_63696_177576)">
3
+ <path d="M72.0829 56.3436H48.6255V37.6523" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
4
+ <path d="M68.6785 56.3436H76.4589V37.6523" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
5
+ <path d="M44.2661 37.644V35.8422L45.9102 32.6453L60.8815 18.4878L81.2251 35.8089V37.644H44.2661Z" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
6
+ <path d="M72.4233 56.3436V41.3142H63.5718V56.3436" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
7
+ <path d="M69.6831 48.364V50.689" stroke="white" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/>
8
+ <path d="M59.1709 44.6106H52.5696V51.2119H59.1709V44.6106Z" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
9
+ <path d="M0 56.3435H130" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
10
+ <path d="M26.4217 56.3436H34.1855V6.53076H5.48853V56.3353H26.4964" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
11
+ <path d="M20.8252 56.3436V41.3474H29.6518V56.3436" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
12
+ <path d="M26.9199 48.3889V50.7056" stroke="white" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/>
13
+ <path d="M13.6344 41.3142H10.3379V51.2203H13.6344V41.3142Z" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
14
+ <path d="M16.9308 41.3142H13.6343V51.2203H16.9308V41.3142Z" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
15
+ <path d="M13.6344 26.7913H10.3379V36.6974H13.6344V26.7913Z" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
16
+ <path d="M16.9308 26.7913H13.6343V36.6974H16.9308V26.7913Z" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
17
+ <path d="M25.2344 26.7913H20.8252V36.6974H25.2344V26.7913Z" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
18
+ <path d="M29.6435 26.7913H25.2344V36.6974H29.6435V26.7913Z" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
19
+ <path d="M25.2344 12.2351H20.8252V22.1412H25.2344V12.2351Z" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
20
+ <path d="M29.6435 12.2351H25.2344V22.1412H29.6435V12.2351Z" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
21
+ <path d="M13.6344 12.26H10.3379V22.1661H13.6344V12.26Z" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
22
+ <path d="M16.9308 12.26H13.6343V22.1661H16.9308V12.26Z" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
23
+ <path d="M28.5724 6.53066H20.8252V1.65649H25.2344L28.5724 3.51648V6.53066Z" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
24
+ <path d="M25.2344 1.65649V6.53066" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
25
+ <path d="M16.9224 1.65649H13.875V6.53066H16.9224V1.65649Z" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
26
+ <path d="M101.768 56.3436V41.3474H110.595V56.3436" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
27
+ <path d="M107.863 48.3889V50.7056" stroke="white" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/>
28
+ <path d="M94.5856 41.3142H91.2891V51.2203H94.5856V41.3142Z" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
29
+ <path d="M97.8736 41.3142H94.5771V51.2203H97.8736V41.3142Z" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
30
+ <path d="M94.5856 30.1128H91.2891V36.6975H94.5856V30.1128Z" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
31
+ <path d="M97.8736 30.1128H94.5771V36.6975H97.8736V30.1128Z" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
32
+ <path d="M117.769 41.3142H114.472V51.2203H117.769V41.3142Z" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
33
+ <path d="M121.057 41.3142H117.761V51.2203H121.057V41.3142Z" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
34
+ <path d="M117.769 30.1128H114.472V36.6975H117.769V30.1128Z" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
35
+ <path d="M121.057 30.1128H117.761V36.6975H121.057V30.1128Z" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
36
+ <path d="M106.177 30.1128H101.768V36.6975H106.177V30.1128Z" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
37
+ <path d="M110.595 30.1128H106.186V36.6975H110.595V30.1128Z" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
38
+ <path d="M37.4158 48.256L41.9993 41.3226H38.4039L43.195 33.0273H41.1108L45.2958 23.4368L49.4974 33.0273H47.4049L52.196 41.3226H48.6006L53.1842 48.256H45.2958H37.4158Z" fill="white" stroke="white" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/>
39
+ <path d="M45.2959 56.3437V48.2561" stroke="white" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/>
40
+ <path d="M107.365 56.3434H125.74V24.433L106.086 12.26L86.4314 24.433V56.3434H107.448" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
41
+ </g>
42
+ <defs>
43
+ <clipPath id="clip0_63696_177576">
44
+ <rect width="130" height="56.3477" fill="white" transform="translate(0 0.826172)"/>
45
+ </clipPath>
46
+ </defs>
47
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg fill="none" height="20" viewbox="10 10 20 20" width="20" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M20 14.975C19.451 14.975 19.006 14.53 19.006 13.981V11.994C19.006 11.445 19.451 11 20 11C20.549 11 20.994 11.445 20.994 11.994V13.981C20.994 14.53 20.549 14.975 20 14.975ZM20.994 28.006V26.019C20.994 25.47 20.549 25.025 20 25.025C19.451 25.025 19.006 25.47 19.006 26.019V28.006C19.006 28.555 19.451 29 20 29C20.549 29 20.994 28.555 20.994 28.006ZM26.019 20.994H28.006C28.555 20.994 29 20.549 29 20C29 19.451 28.555 19.006 28.006 19.006H26.019C25.47 19.006 25.025 19.451 25.025 20C25.025 20.549 25.47 20.994 26.019 20.994ZM11.994 20.994H13.981C14.53 20.994 14.975 20.549 14.975 20C14.975 19.451 14.53 19.006 13.981 19.006H11.994C11.445 19.006 11 19.451 11 20C11 20.549 11.445 20.994 11.994 20.994ZM24.959 16.446L26.364 15.041C26.752 14.653 26.752 14.024 26.364 13.636C25.976 13.248 25.347 13.248 24.959 13.636L23.554 15.041C23.166 15.429 23.166 16.058 23.554 16.446C23.942 16.834 24.571 16.834 24.959 16.446ZM15.041 26.364L16.446 24.959C16.834 24.571 16.834 23.942 16.446 23.554C16.058 23.166 15.429 23.166 15.041 23.554L13.636 24.959C13.248 25.347 13.248 25.976 13.636 26.364C14.024 26.752 14.653 26.752 15.041 26.364ZM23.554 24.959L24.959 26.364C25.347 26.752 25.976 26.752 26.364 26.364C26.752 25.976 26.752 25.347 26.364 24.959L24.959 23.554C24.571 23.166 23.942 23.166 23.554 23.554C23.166 23.942 23.166 24.571 23.554 24.959ZM13.636 15.041L15.041 16.446C15.429 16.834 16.058 16.834 16.446 16.446C16.834 16.058 16.834 15.429 16.446 15.041L15.041 13.636C14.653 13.248 14.024 13.248 13.636 13.636C13.248 14.024 13.248 14.653 13.636 15.041ZM20 16.083C17.805 16.083 16.025 17.862 16.025 20.058C16.025 22.254 17.805 24.032 20 24.032C22.195 24.032 23.975 22.253 23.975 20.057C23.975 17.861 22.195 16.083 20 16.083Z" fill="#263238"></path>
3
- </svg>
1
+ <svg fill="none" height="20" viewbox="10 10 20 20" width="20" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M20 14.975C19.451 14.975 19.006 14.53 19.006 13.981V11.994C19.006 11.445 19.451 11 20 11C20.549 11 20.994 11.445 20.994 11.994V13.981C20.994 14.53 20.549 14.975 20 14.975ZM20.994 28.006V26.019C20.994 25.47 20.549 25.025 20 25.025C19.451 25.025 19.006 25.47 19.006 26.019V28.006C19.006 28.555 19.451 29 20 29C20.549 29 20.994 28.555 20.994 28.006ZM26.019 20.994H28.006C28.555 20.994 29 20.549 29 20C29 19.451 28.555 19.006 28.006 19.006H26.019C25.47 19.006 25.025 19.451 25.025 20C25.025 20.549 25.47 20.994 26.019 20.994ZM11.994 20.994H13.981C14.53 20.994 14.975 20.549 14.975 20C14.975 19.451 14.53 19.006 13.981 19.006H11.994C11.445 19.006 11 19.451 11 20C11 20.549 11.445 20.994 11.994 20.994ZM24.959 16.446L26.364 15.041C26.752 14.653 26.752 14.024 26.364 13.636C25.976 13.248 25.347 13.248 24.959 13.636L23.554 15.041C23.166 15.429 23.166 16.058 23.554 16.446C23.942 16.834 24.571 16.834 24.959 16.446ZM15.041 26.364L16.446 24.959C16.834 24.571 16.834 23.942 16.446 23.554C16.058 23.166 15.429 23.166 15.041 23.554L13.636 24.959C13.248 25.347 13.248 25.976 13.636 26.364C14.024 26.752 14.653 26.752 15.041 26.364ZM23.554 24.959L24.959 26.364C25.347 26.752 25.976 26.752 26.364 26.364C26.752 25.976 26.752 25.347 26.364 24.959L24.959 23.554C24.571 23.166 23.942 23.166 23.554 23.554C23.166 23.942 23.166 24.571 23.554 24.959ZM13.636 15.041L15.041 16.446C15.429 16.834 16.058 16.834 16.446 16.446C16.834 16.058 16.834 15.429 16.446 15.041L15.041 13.636C14.653 13.248 14.024 13.248 13.636 13.636C13.248 14.024 13.248 14.653 13.636 15.041ZM20 16.083C17.805 16.083 16.025 17.862 16.025 20.058C16.025 22.254 17.805 24.032 20 24.032C22.195 24.032 23.975 22.253 23.975 20.057C23.975 17.861 22.195 16.083 20 16.083Z" fill="#263238"></path>
3
+ </svg>
@@ -1,6 +1,6 @@
1
- <svg fill="none" height="42" viewbox="-1 0 32 42" width="32" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M26 40.5H4C1.8 40.5 0 38.7 0 36.5V4.5C0 2.3 1.8 0.5 4 0.5H26C28.2 0.5 30 2.3 30 4.5V36.5C30 38.7 28.2 40.5 26 40.5Z" fill="#505CA6"></path>
3
- <circle cx="23" cy="33.5" fill="#E4EFFF" r="4"></circle>
4
- <path d="M23.1 11.8H6.9C5.8 11.8 5 10.9 5 9.80005C5 8.70005 5.9 7.80005 6.9 7.80005H23.1C24.2 7.80005 25 8.70005 25 9.80005C25 10.9 24.1 11.8 23.1 11.8Z" fill="white"></path>
5
- <path d="M23.1 19.8H6.9C5.8 19.8 5 18.9 5 17.8C5 16.7 5.9 15.8 6.9 15.8H23.1C24.2 15.8 25 16.7 25 17.8C25 18.9 24.1 19.8 23.1 19.8Z" fill="white"></path>
6
- </svg>
1
+ <svg fill="none" height="42" viewbox="-1 0 32 42" width="32" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M26 40.5H4C1.8 40.5 0 38.7 0 36.5V4.5C0 2.3 1.8 0.5 4 0.5H26C28.2 0.5 30 2.3 30 4.5V36.5C30 38.7 28.2 40.5 26 40.5Z" fill="#505CA6"></path>
3
+ <circle cx="23" cy="33.5" fill="#E4EFFF" r="4"></circle>
4
+ <path d="M23.1 11.8H6.9C5.8 11.8 5 10.9 5 9.80005C5 8.70005 5.9 7.80005 6.9 7.80005H23.1C24.2 7.80005 25 8.70005 25 9.80005C25 10.9 24.1 11.8 23.1 11.8Z" fill="white"></path>
5
+ <path d="M23.1 19.8H6.9C5.8 19.8 5 18.9 5 17.8C5 16.7 5.9 15.8 6.9 15.8H23.1C24.2 15.8 25 16.7 25 17.8C25 18.9 24.1 19.8 23.1 19.8Z" fill="white"></path>
6
+ </svg>
@@ -1,6 +1,6 @@
1
- <svg width="14" height="10" viewBox="0 0 14 10" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M4.51904 2H10.519V4H4.51904V2Z" fill="#555D61"/>
3
- <path d="M4.51904 8H8.51904V10H4.51904V8Z" fill="#555D61"/>
4
- <path d="M10.519 5.92321L13.4807 2.96161L10.519 0L10.519 5.92321Z" fill="#555D61"/>
5
- <path d="M7.98391 8C7.29229 9.1956 5.99961 10 4.51904 10C2.3099 10 0.519043 8.20914 0.519043 6C0.519043 3.79086 2.3099 2 4.51904 2C5.99961 2 7.2923 2.8044 7.98391 4H4.51904C3.41447 4 2.51904 4.89543 2.51904 6C2.51904 7.10457 3.41447 8 4.51904 8H7.98391Z" fill="#555D61"/>
6
- </svg>
1
+ <svg width="14" height="10" viewBox="0 0 14 10" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M4.51904 2H10.519V4H4.51904V2Z" fill="#555D61"/>
3
+ <path d="M4.51904 8H8.51904V10H4.51904V8Z" fill="#555D61"/>
4
+ <path d="M10.519 5.92321L13.4807 2.96161L10.519 0L10.519 5.92321Z" fill="#555D61"/>
5
+ <path d="M7.98391 8C7.29229 9.1956 5.99961 10 4.51904 10C2.3099 10 0.519043 8.20914 0.519043 6C0.519043 3.79086 2.3099 2 4.51904 2C5.99961 2 7.2923 2.8044 7.98391 4H4.51904C3.41447 4 2.51904 4.89543 2.51904 6C2.51904 7.10457 3.41447 8 4.51904 8H7.98391Z" fill="#555D61"/>
6
+ </svg>
@@ -1,5 +1,5 @@
1
- <svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M0 0L26 26H0V0Z" fill="#0068DE"/>
3
- <line x1="12.4823" y1="20.4854" x2="4.70417" y2="12.7072" stroke="white" stroke-linecap="round"/>
4
- <line x1="8.94524" y1="21.1924" x2="3.99549" y2="16.2427" stroke="white" stroke-linecap="round"/>
5
- </svg>
1
+ <svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M0 0L26 26H0V0Z" fill="#0068DE"/>
3
+ <line x1="12.4823" y1="20.4854" x2="4.70417" y2="12.7072" stroke="white" stroke-linecap="round"/>
4
+ <line x1="8.94524" y1="21.1924" x2="3.99549" y2="16.2427" stroke="white" stroke-linecap="round"/>
5
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M0 10 L7 0 L14 10" fill="none" stroke="white" stroke-width="1.5"/>
3
- </svg>
1
+ <svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M0 10 L7 0 L14 10" fill="none" stroke="white" stroke-width="1.5"/>
3
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="14" height="15" viewBox="0 0 14 15" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M4.29139 3.74172L0 8.03973L4.29801 12.3311L8.59603 8.03973L4.29139 3.74172ZM1.87417 8.03973L4.29801 5.61589L6.71523 8.03973L4.29139 10.4636L1.87417 8.03973ZM12.2517 3.89404C11.0927 2.72848 9.56291 2.1457 8.03973 2.1457V0L5.23179 2.80795L8.03973 5.61589V3.4702C9.22516 3.4702 10.4106 3.92053 11.3179 4.82781C13.1258 6.63576 13.1258 9.57616 11.3179 11.3841C10.4106 12.2914 9.22516 12.7417 8.03973 12.7417C7.39735 12.7417 6.75497 12.6026 6.15894 12.3377L5.17218 13.3245C6.06622 13.8146 7.05298 14.0662 8.03973 14.0662C9.56291 14.0662 11.0927 13.4834 12.2517 12.3179C14.5828 9.99338 14.5828 6.21854 12.2517 3.89404Z" fill="#263238"/>
3
- </svg>
1
+ <svg width="14" height="15" viewBox="0 0 14 15" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M4.29139 3.74172L0 8.03973L4.29801 12.3311L8.59603 8.03973L4.29139 3.74172ZM1.87417 8.03973L4.29801 5.61589L6.71523 8.03973L4.29139 10.4636L1.87417 8.03973ZM12.2517 3.89404C11.0927 2.72848 9.56291 2.1457 8.03973 2.1457V0L5.23179 2.80795L8.03973 5.61589V3.4702C9.22516 3.4702 10.4106 3.92053 11.3179 4.82781C13.1258 6.63576 13.1258 9.57616 11.3179 11.3841C10.4106 12.2914 9.22516 12.7417 8.03973 12.7417C7.39735 12.7417 6.75497 12.6026 6.15894 12.3377L5.17218 13.3245C6.06622 13.8146 7.05298 14.0662 8.03973 14.0662C9.56291 14.0662 11.0927 13.4834 12.2517 12.3179C14.5828 9.99338 14.5828 6.21854 12.2517 3.89404Z" fill="#263238"/>
3
+ </svg>