@eturnity/eturnity_reusable_components 1.2.25-EPDM-5202.2 → 1.2.26-EPDM-5363.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 (218) hide show
  1. package/.prettierrc +6 -6
  2. package/.storybook/main.js +8 -8
  3. package/.storybook/preview.js +46 -46
  4. package/README.md +29 -29
  5. package/babel.config.js +5 -5
  6. package/package.json +63 -63
  7. package/public/index.html +17 -17
  8. package/src/App.vue +321 -321
  9. package/src/assets/icons/arrow_down.svg +3 -3
  10. package/src/assets/icons/arrow_up_red.svg +3 -3
  11. package/src/assets/icons/black_spinner.svg +35 -35
  12. package/src/assets/icons/delete_icon.svg +11 -11
  13. package/src/assets/icons/delete_icon_gray.svg +11 -11
  14. package/src/assets/icons/drag_icon.svg +8 -8
  15. package/src/assets/icons/external_icon.svg +6 -6
  16. package/src/assets/icons/language_icon.svg +6 -6
  17. package/src/assets/icons/pdf_icon.svg +6 -6
  18. package/src/assets/icons/plus_button.svg +4 -4
  19. package/src/assets/icons/search_icon_black.svg +3 -3
  20. package/src/assets/icons/subposition_icon.svg +3 -3
  21. package/src/assets/icons/subposition_marker.svg +3 -3
  22. package/src/assets/icons/warning_icon.svg +3 -3
  23. package/src/assets/svgIcons/2d_active.svg +7 -7
  24. package/src/assets/svgIcons/2d_inactive.svg +8 -8
  25. package/src/assets/svgIcons/3d_active.svg +7 -7
  26. package/src/assets/svgIcons/3d_inactive.svg +8 -8
  27. package/src/assets/svgIcons/accept.svg +5 -5
  28. package/src/assets/svgIcons/activate_panels_active.svg +22 -22
  29. package/src/assets/svgIcons/activate_panels_inactive.svg +20 -20
  30. package/src/assets/svgIcons/add_icon-1.svg +3 -3
  31. package/src/assets/svgIcons/add_icon.svg +4 -4
  32. package/src/assets/svgIcons/address_book.svg +3 -3
  33. package/src/assets/svgIcons/after_sale_as_a_service.svg +6 -6
  34. package/src/assets/svgIcons/all_good.svg +3 -3
  35. package/src/assets/svgIcons/angle_active.svg +5 -5
  36. package/src/assets/svgIcons/angle_inactive.svg +4 -4
  37. package/src/assets/svgIcons/area_active.svg +11 -11
  38. package/src/assets/svgIcons/area_inactive.svg +26 -26
  39. package/src/assets/svgIcons/arrow_down.svg +3 -3
  40. package/src/assets/svgIcons/arrow_left.svg +4 -4
  41. package/src/assets/svgIcons/arrow_right.svg +4 -4
  42. package/src/assets/svgIcons/arrow_up.svg +3 -3
  43. package/src/assets/svgIcons/attachment.svg +3 -3
  44. package/src/assets/svgIcons/battery.svg +3 -3
  45. package/src/assets/svgIcons/bell.svg +3 -3
  46. package/src/assets/svgIcons/bold.svg +3 -3
  47. package/src/assets/svgIcons/bom.svg +3 -3
  48. package/src/assets/svgIcons/bom_generation.svg +10 -10
  49. package/src/assets/svgIcons/bookmaker.svg +3 -3
  50. package/src/assets/svgIcons/bubble.svg +3 -3
  51. package/src/assets/svgIcons/bullet_list.svg +8 -8
  52. package/src/assets/svgIcons/calendar.svg +7 -7
  53. package/src/assets/svgIcons/calendar_icon.svg +7 -7
  54. package/src/assets/svgIcons/call.svg +3 -3
  55. package/src/assets/svgIcons/camera.svg +3 -3
  56. package/src/assets/svgIcons/car.svg +3 -3
  57. package/src/assets/svgIcons/cart.svg +3 -3
  58. package/src/assets/svgIcons/checkbox.svg +3 -3
  59. package/src/assets/svgIcons/clear_formatting.svg +7 -7
  60. package/src/assets/svgIcons/clickable_info.svg +4 -4
  61. package/src/assets/svgIcons/clip.svg +3 -3
  62. package/src/assets/svgIcons/clock.svg +4 -4
  63. package/src/assets/svgIcons/close_for_modals,_tool_tips.svg +4 -4
  64. package/src/assets/svgIcons/collapse.svg +4 -4
  65. package/src/assets/svgIcons/component_library.svg +7 -7
  66. package/src/assets/svgIcons/context_menu-1.svg +6 -6
  67. package/src/assets/svgIcons/context_menu-2.svg +5 -5
  68. package/src/assets/svgIcons/context_menu.svg +5 -5
  69. package/src/assets/svgIcons/context_menu_tabs.svg +5 -5
  70. package/src/assets/svgIcons/cross.svg +4 -4
  71. package/src/assets/svgIcons/current_variant.svg +4 -4
  72. package/src/assets/svgIcons/deadline.svg +4 -4
  73. package/src/assets/svgIcons/delete.svg +4 -4
  74. package/src/assets/svgIcons/delete_area_active.svg +16 -16
  75. package/src/assets/svgIcons/delete_area_inactive.svg +15 -15
  76. package/src/assets/svgIcons/direction_active-1.svg +12 -12
  77. package/src/assets/svgIcons/direction_active.svg +5 -5
  78. package/src/assets/svgIcons/direction_inactive.svg +4 -4
  79. package/src/assets/svgIcons/distances_active.svg +9 -9
  80. package/src/assets/svgIcons/distances_inactive.svg +8 -8
  81. package/src/assets/svgIcons/document.svg +3 -3
  82. package/src/assets/svgIcons/downarrow.svg +3 -3
  83. package/src/assets/svgIcons/download.svg +4 -4
  84. package/src/assets/svgIcons/duplicate-1.svg +8 -8
  85. package/src/assets/svgIcons/duplicate-2.svg +5 -5
  86. package/src/assets/svgIcons/duplicate.svg +4 -4
  87. package/src/assets/svgIcons/e-mobility_configurator.svg +6 -6
  88. package/src/assets/svgIcons/edit_button.svg +3 -3
  89. package/src/assets/svgIcons/email.svg +3 -3
  90. package/src/assets/svgIcons/ems-1.svg +3 -3
  91. package/src/assets/svgIcons/ems.svg +3 -3
  92. package/src/assets/svgIcons/end_of_the_list.svg +5 -5
  93. package/src/assets/svgIcons/erase.svg +4 -4
  94. package/src/assets/svgIcons/fav_icon.svg +4 -4
  95. package/src/assets/svgIcons/financing_for_pv-1.svg +5 -5
  96. package/src/assets/svgIcons/financing_for_pv-2.svg +3 -3
  97. package/src/assets/svgIcons/financing_for_pv.svg +6 -6
  98. package/src/assets/svgIcons/finish-1.svg +4 -4
  99. package/src/assets/svgIcons/finish.svg +3 -3
  100. package/src/assets/svgIcons/folder.svg +3 -3
  101. package/src/assets/svgIcons/heat_calc.svg +7 -7
  102. package/src/assets/svgIcons/house.svg +3 -3
  103. package/src/assets/svgIcons/info.svg +3 -3
  104. package/src/assets/svgIcons/initial_situation.svg +3 -3
  105. package/src/assets/svgIcons/intro-tour-1.svg +3 -3
  106. package/src/assets/svgIcons/intro-tour.svg +3 -3
  107. package/src/assets/svgIcons/inverter-1.svg +5 -5
  108. package/src/assets/svgIcons/inverter.svg +3 -3
  109. package/src/assets/svgIcons/italic.svg +3 -3
  110. package/src/assets/svgIcons/key.svg +3 -3
  111. package/src/assets/svgIcons/lead_marketplace.svg +6 -6
  112. package/src/assets/svgIcons/lead_provider.svg +4 -4
  113. package/src/assets/svgIcons/length_in_2d_active.svg +12 -12
  114. package/src/assets/svgIcons/length_in_2d_inctive.svg +13 -13
  115. package/src/assets/svgIcons/light_bulb.svg +3 -3
  116. package/src/assets/svgIcons/line_graph.svg +3 -3
  117. package/src/assets/svgIcons/local_subsidies.svg +18 -18
  118. package/src/assets/svgIcons/location.svg +3 -3
  119. package/src/assets/svgIcons/lock.svg +3 -3
  120. package/src/assets/svgIcons/loop.svg +3 -3
  121. package/src/assets/svgIcons/lunch.svg +4 -4
  122. package/src/assets/svgIcons/map_icon.svg +3 -3
  123. package/src/assets/svgIcons/meeting.svg +6 -6
  124. package/src/assets/svgIcons/move_copy.svg +4 -4
  125. package/src/assets/svgIcons/new_area_inactive.svg +11 -11
  126. package/src/assets/svgIcons/next.svg +4 -4
  127. package/src/assets/svgIcons/not_equal_to.svg +3 -3
  128. package/src/assets/svgIcons/numbered_list.svg +6 -6
  129. package/src/assets/svgIcons/obstacle_tool.svg +13 -13
  130. package/src/assets/svgIcons/pan_tool.svg +12 -12
  131. package/src/assets/svgIcons/panels_tool.svg +8 -8
  132. package/src/assets/svgIcons/pen_tool.svg +4 -4
  133. package/src/assets/svgIcons/picker_tool.svg +4 -4
  134. package/src/assets/svgIcons/picture.svg +3 -3
  135. package/src/assets/svgIcons/pin.svg +5 -5
  136. package/src/assets/svgIcons/presentation.svg +3 -3
  137. package/src/assets/svgIcons/previous.svg +4 -4
  138. package/src/assets/svgIcons/profile-1.svg +4 -4
  139. package/src/assets/svgIcons/profile.svg +4 -4
  140. package/src/assets/svgIcons/profitability.svg +3 -3
  141. package/src/assets/svgIcons/project_analysis.svg +4 -4
  142. package/src/assets/svgIcons/project_settings.svg +4 -4
  143. package/src/assets/svgIcons/pv.svg +3 -3
  144. package/src/assets/svgIcons/quotations.svg +6 -6
  145. package/src/assets/svgIcons/rotate_view.svg +5 -5
  146. package/src/assets/svgIcons/run_simulation.svg +3 -3
  147. package/src/assets/svgIcons/scaling_tool.svg +8 -8
  148. package/src/assets/svgIcons/search.svg +3 -3
  149. package/src/assets/svgIcons/security.svg +3 -3
  150. package/src/assets/svgIcons/settings.svg +3 -3
  151. package/src/assets/svgIcons/show_in_a_new_tab.svg +12 -12
  152. package/src/assets/svgIcons/smartphone.svg +4 -4
  153. package/src/assets/svgIcons/solar_calc.svg +13 -13
  154. package/src/assets/svgIcons/sorting.svg +4 -4
  155. package/src/assets/svgIcons/start_of_the_list.svg +5 -5
  156. package/src/assets/svgIcons/strikethrough.svg +4 -4
  157. package/src/assets/svgIcons/subsidies-1.svg +5 -5
  158. package/src/assets/svgIcons/subsidies-2.svg +3 -3
  159. package/src/assets/svgIcons/subsidies.svg +3 -3
  160. package/src/assets/svgIcons/subtract_icon.svg +3 -3
  161. package/src/assets/svgIcons/suitcase.svg +3 -3
  162. package/src/assets/svgIcons/template_icon_not_clickable.svg +6 -6
  163. package/src/assets/svgIcons/transfer.svg +4 -4
  164. package/src/assets/svgIcons/truck.svg +3 -3
  165. package/src/assets/svgIcons/underlined.svg +3 -3
  166. package/src/assets/svgIcons/uparrow.svg +3 -3
  167. package/src/assets/svgIcons/upload_avatar-1.svg +12 -12
  168. package/src/assets/svgIcons/upload_avatar.svg +5 -5
  169. package/src/assets/svgIcons/upload_image.svg +8 -8
  170. package/src/assets/svgIcons/virtual_storage.svg +4 -4
  171. package/src/assets/svgIcons/warning.svg +4 -4
  172. package/src/assets/svgIcons/way.svg +5 -5
  173. package/src/assets/svgIcons/wifi.svg +3 -3
  174. package/src/assets/svgIcons/winter.svg +3 -3
  175. package/src/assets/theme.js +34 -34
  176. package/src/components/addNewButton/AddNewButton.stories.js +24 -24
  177. package/src/components/addNewButton/index.vue +58 -58
  178. package/src/components/buttons/closeButton/CloseButton.stories.js +29 -29
  179. package/src/components/buttons/closeButton/index.vue +61 -61
  180. package/src/components/buttons/externalButton/index.vue +101 -101
  181. package/src/components/buttons/mainButton/index.vue +82 -82
  182. package/src/components/deleteIcon/DeleteIcon.stories.js +29 -29
  183. package/src/components/deleteIcon/index.vue +55 -55
  184. package/src/components/icon/Icons.stories.js +41 -41
  185. package/src/components/icon/iconCollection.vue +68 -68
  186. package/src/components/icon/index.vue +83 -83
  187. package/src/components/infoText/index.vue +151 -151
  188. package/src/components/inputs/checkbox/Checkbox.stories.js +57 -57
  189. package/src/components/inputs/checkbox/index.vue +182 -182
  190. package/src/components/inputs/inputNumber/InputNumber.stories.js +150 -150
  191. package/src/components/inputs/inputNumber/index.vue +390 -390
  192. package/src/components/inputs/inputNumberQuestion/index.vue +215 -215
  193. package/src/components/inputs/inputText/InputText.stories.js +75 -75
  194. package/src/components/inputs/inputText/index.vue +253 -253
  195. package/src/components/inputs/radioButton/RadioButton.stories.js +58 -58
  196. package/src/components/inputs/radioButton/index.vue +246 -246
  197. package/src/components/inputs/searchInput/SearchInput.stories.js +40 -40
  198. package/src/components/inputs/searchInput/index.vue +97 -97
  199. package/src/components/inputs/slider/index.vue +126 -126
  200. package/src/components/inputs/textAreaInput/TextAreaInput.stories.js +135 -135
  201. package/src/components/inputs/textAreaInput/index.vue +189 -189
  202. package/src/components/inputs/toggle/Toggle.stories.js +77 -77
  203. package/src/components/inputs/toggle/index.vue +288 -288
  204. package/src/components/modals/modal/index.vue +154 -154
  205. package/src/components/modals/modal/modal.stories.js +31 -31
  206. package/src/components/pageSubtitle/index.vue +68 -68
  207. package/src/components/pageTitle/index.vue +45 -45
  208. package/src/components/progressBar/index.vue +125 -125
  209. package/src/components/projectMarker/index.vue +285 -285
  210. package/src/components/spinner/index.vue +71 -71
  211. package/src/components/tableDropdown/index.vue +644 -644
  212. package/src/components/tables/mainTable/exampleNested.vue +328 -328
  213. package/src/components/tables/mainTable/index.vue +379 -379
  214. package/src/components/tables/viewTable/index.vue +195 -195
  215. package/src/components/threeDots/index.vue +333 -333
  216. package/src/helpers/numberConverter.js +98 -98
  217. package/src/helpers/translateLang.js +80 -80
  218. package/src/main.js +13 -13
@@ -1,12 +1,12 @@
1
- <svg fill="none" height="32" viewbox="3 4 34 32" width="34" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M30.0269 35.0486L35.4718 29.1875L35.9729 35.1128L30.0269 35.0486Z" fill="#666666"></path>
3
- <path d="M34.5269 33.6873L28.0269 29.1873" stroke="#666666" stroke-miterlimit="10"></path>
4
- <path d="M20.0269 23.6873L28.0269 29.1873" stroke="#666666" stroke-dasharray="2 2" stroke-miterlimit="10"></path>
5
- <path d="M9.97314 35.0486L4.52819 29.1875L4.02706 35.1128L9.97314 35.0486Z" fill="#666666"></path>
6
- <path d="M5.47314 33.6873L11.9731 29.1873" stroke="#666666" stroke-miterlimit="10"></path>
7
- <path d="M19.9731 23.6873L11.9731 29.1873" stroke="#666666" stroke-dasharray="2 2" stroke-miterlimit="10"></path>
8
- <path d="M24.0269 9.28721H16.0269L20.0269 4.88721L24.0269 9.28721Z" fill="#666666"></path>
9
- <path d="M20.0269 6.18726L20.0269 15.1873" stroke="#666666" stroke-miterlimit="10"></path>
10
- <path d="M20.0269 15.1873L20.0269 23.1873" stroke="#666666" stroke-dasharray="2 2" stroke-miterlimit="10"></path>
11
- <path d="M12.0269 18.6873L20.0269 14.1873L28.0269 18.6873M12.0269 18.6873L20.0269 23.1873M12.0269 18.6873L12.0269 29.1873L20.0269 34.1873M20.0269 23.1873L28.0269 18.6873M20.0269 23.1873V34.1873M28.0269 18.6873V29.1873L20.0269 34.1873" stroke="#666666"></path>
12
- </svg>
1
+ <svg fill="none" height="32" viewbox="3 4 34 32" width="34" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M30.0269 35.0486L35.4718 29.1875L35.9729 35.1128L30.0269 35.0486Z" fill="#666666"></path>
3
+ <path d="M34.5269 33.6873L28.0269 29.1873" stroke="#666666" stroke-miterlimit="10"></path>
4
+ <path d="M20.0269 23.6873L28.0269 29.1873" stroke="#666666" stroke-dasharray="2 2" stroke-miterlimit="10"></path>
5
+ <path d="M9.97314 35.0486L4.52819 29.1875L4.02706 35.1128L9.97314 35.0486Z" fill="#666666"></path>
6
+ <path d="M5.47314 33.6873L11.9731 29.1873" stroke="#666666" stroke-miterlimit="10"></path>
7
+ <path d="M19.9731 23.6873L11.9731 29.1873" stroke="#666666" stroke-dasharray="2 2" stroke-miterlimit="10"></path>
8
+ <path d="M24.0269 9.28721H16.0269L20.0269 4.88721L24.0269 9.28721Z" fill="#666666"></path>
9
+ <path d="M20.0269 6.18726L20.0269 15.1873" stroke="#666666" stroke-miterlimit="10"></path>
10
+ <path d="M20.0269 15.1873L20.0269 23.1873" stroke="#666666" stroke-dasharray="2 2" stroke-miterlimit="10"></path>
11
+ <path d="M12.0269 18.6873L20.0269 14.1873L28.0269 18.6873M12.0269 18.6873L20.0269 23.1873M12.0269 18.6873L12.0269 29.1873L20.0269 34.1873M20.0269 23.1873L28.0269 18.6873M20.0269 23.1873V34.1873M28.0269 18.6873V29.1873L20.0269 34.1873" stroke="#666666"></path>
12
+ </svg>
@@ -1,13 +1,13 @@
1
- <svg fill="none" height="42" viewbox="-1 -1 42 42" width="42" xmlns="http://www.w3.org/2000/svg">
2
- <rect fill="#B2B9C5" height="40" width="40"></rect>
3
- <path d="M30.0269 35.0486L35.4718 29.1875L35.9729 35.1128L30.0269 35.0486Z" fill="white"></path>
4
- <path d="M34.5269 33.6873L28.0269 29.1873" stroke="white" stroke-miterlimit="10"></path>
5
- <path d="M20.0269 23.6873L28.0269 29.1873" stroke="white" stroke-dasharray="2 2" stroke-miterlimit="10"></path>
6
- <path d="M9.97314 35.0486L4.52819 29.1875L4.02706 35.1128L9.97314 35.0486Z" fill="white"></path>
7
- <path d="M5.47314 33.6873L11.9731 29.1873" stroke="white" stroke-miterlimit="10"></path>
8
- <path d="M19.9731 23.6873L11.9731 29.1873" stroke="white" stroke-dasharray="2 2" stroke-miterlimit="10"></path>
9
- <path d="M24.0269 9.28721H16.0269L20.0269 4.88721L24.0269 9.28721Z" fill="white"></path>
10
- <path d="M20.0269 6.18726L20.0269 15.1873" stroke="white" stroke-miterlimit="10"></path>
11
- <path d="M20.0269 15.1873L20.0269 23.1873" stroke="white" stroke-dasharray="2 2" stroke-miterlimit="10"></path>
12
- <path d="M12.0269 18.6873L20.0269 14.1873L28.0269 18.6873M12.0269 18.6873L20.0269 23.1873M12.0269 18.6873L12.0269 29.1873L20.0269 34.1873M20.0269 23.1873L28.0269 18.6873M20.0269 23.1873V34.1873M28.0269 18.6873V29.1873L20.0269 34.1873" stroke="white"></path>
13
- </svg>
1
+ <svg fill="none" height="42" viewbox="-1 -1 42 42" width="42" xmlns="http://www.w3.org/2000/svg">
2
+ <rect fill="#B2B9C5" height="40" width="40"></rect>
3
+ <path d="M30.0269 35.0486L35.4718 29.1875L35.9729 35.1128L30.0269 35.0486Z" fill="white"></path>
4
+ <path d="M34.5269 33.6873L28.0269 29.1873" stroke="white" stroke-miterlimit="10"></path>
5
+ <path d="M20.0269 23.6873L28.0269 29.1873" stroke="white" stroke-dasharray="2 2" stroke-miterlimit="10"></path>
6
+ <path d="M9.97314 35.0486L4.52819 29.1875L4.02706 35.1128L9.97314 35.0486Z" fill="white"></path>
7
+ <path d="M5.47314 33.6873L11.9731 29.1873" stroke="white" stroke-miterlimit="10"></path>
8
+ <path d="M19.9731 23.6873L11.9731 29.1873" stroke="white" stroke-dasharray="2 2" stroke-miterlimit="10"></path>
9
+ <path d="M24.0269 9.28721H16.0269L20.0269 4.88721L24.0269 9.28721Z" fill="white"></path>
10
+ <path d="M20.0269 6.18726L20.0269 15.1873" stroke="white" stroke-miterlimit="10"></path>
11
+ <path d="M20.0269 15.1873L20.0269 23.1873" stroke="white" stroke-dasharray="2 2" stroke-miterlimit="10"></path>
12
+ <path d="M12.0269 18.6873L20.0269 14.1873L28.0269 18.6873M12.0269 18.6873L20.0269 23.1873M12.0269 18.6873L12.0269 29.1873L20.0269 34.1873M20.0269 23.1873L28.0269 18.6873M20.0269 23.1873V34.1873M28.0269 18.6873V29.1873L20.0269 34.1873" stroke="white"></path>
13
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg fill="none" height="16" viewbox="14 12 12 16" width="12" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M17.9001 26.3C17.9001 26.65 18.1801 27 18.6001 27H21.4001C21.8201 27 22.1001 26.65 22.1001 26.3V25.6H17.9001V26.3ZM20.0001 13C17.2701 13 15.1001 15.17 15.1001 17.9C15.1001 19.58 15.9401 21.05 17.2001 21.89V23.5C17.2001 23.85 17.4801 24.2 17.9001 24.2H22.1001C22.5201 24.2 22.8001 23.85 22.8001 23.5V21.89C24.0601 20.98 24.9001 19.51 24.9001 17.9C24.9001 15.17 22.7301 13 20.0001 13Z" fill="#263238"></path>
3
- </svg>
1
+ <svg fill="none" height="16" viewbox="14 12 12 16" width="12" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M17.9001 26.3C17.9001 26.65 18.1801 27 18.6001 27H21.4001C21.8201 27 22.1001 26.65 22.1001 26.3V25.6H17.9001V26.3ZM20.0001 13C17.2701 13 15.1001 15.17 15.1001 17.9C15.1001 19.58 15.9401 21.05 17.2001 21.89V23.5C17.2001 23.85 17.4801 24.2 17.9001 24.2H22.1001C22.5201 24.2 22.8001 23.85 22.8001 23.5V21.89C24.0601 20.98 24.9001 19.51 24.9001 17.9C24.9001 15.17 22.7301 13 20.0001 13Z" fill="#263238"></path>
3
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg fill="none" height="10" viewbox="12 15 16 10" width="16" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M27 17.4546C27 18.1546 26.4273 18.7273 25.7273 18.7273C25.6127 18.7273 25.5045 18.7146 25.4027 18.6828L23.1373 20.9419C23.1691 21.0437 23.1818 21.1582 23.1818 21.2728C23.1818 21.9728 22.6091 22.5455 21.9091 22.5455C21.2091 22.5455 20.6364 21.9728 20.6364 21.2728C20.6364 21.1582 20.6491 21.0437 20.6809 20.9419L19.0582 19.3192C18.9564 19.351 18.8418 19.3637 18.7273 19.3637C18.6127 19.3637 18.4982 19.351 18.3964 19.3192L15.5009 22.221C15.5327 22.3228 15.5455 22.431 15.5455 22.5455C15.5455 23.2455 14.9727 23.8182 14.2727 23.8182C13.5727 23.8182 13 23.2455 13 22.5455C13 21.8455 13.5727 21.2728 14.2727 21.2728C14.3873 21.2728 14.4955 21.2855 14.5973 21.3173L17.4991 18.4219C17.4673 18.3201 17.4545 18.2055 17.4545 18.091C17.4545 17.391 18.0273 16.8182 18.7273 16.8182C19.4273 16.8182 20 17.391 20 18.091C20 18.2055 19.9873 18.3201 19.9555 18.4219L21.5782 20.0446C21.68 20.0128 21.7945 20.0001 21.9091 20.0001C22.0236 20.0001 22.1382 20.0128 22.24 20.0446L24.4991 17.7792C24.4673 17.6773 24.4545 17.5692 24.4545 17.4546C24.4545 16.7546 25.0273 16.1819 25.7273 16.1819C26.4273 16.1819 27 16.7546 27 17.4546Z" fill="#263238"></path>
3
- </svg>
1
+ <svg fill="none" height="10" viewbox="12 15 16 10" width="16" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M27 17.4546C27 18.1546 26.4273 18.7273 25.7273 18.7273C25.6127 18.7273 25.5045 18.7146 25.4027 18.6828L23.1373 20.9419C23.1691 21.0437 23.1818 21.1582 23.1818 21.2728C23.1818 21.9728 22.6091 22.5455 21.9091 22.5455C21.2091 22.5455 20.6364 21.9728 20.6364 21.2728C20.6364 21.1582 20.6491 21.0437 20.6809 20.9419L19.0582 19.3192C18.9564 19.351 18.8418 19.3637 18.7273 19.3637C18.6127 19.3637 18.4982 19.351 18.3964 19.3192L15.5009 22.221C15.5327 22.3228 15.5455 22.431 15.5455 22.5455C15.5455 23.2455 14.9727 23.8182 14.2727 23.8182C13.5727 23.8182 13 23.2455 13 22.5455C13 21.8455 13.5727 21.2728 14.2727 21.2728C14.3873 21.2728 14.4955 21.2855 14.5973 21.3173L17.4991 18.4219C17.4673 18.3201 17.4545 18.2055 17.4545 18.091C17.4545 17.391 18.0273 16.8182 18.7273 16.8182C19.4273 16.8182 20 17.391 20 18.091C20 18.2055 19.9873 18.3201 19.9555 18.4219L21.5782 20.0446C21.68 20.0128 21.7945 20.0001 21.9091 20.0001C22.0236 20.0001 22.1382 20.0128 22.24 20.0446L24.4991 17.7792C24.4673 17.6773 24.4545 17.5692 24.4545 17.4546C24.4545 16.7546 25.0273 16.1819 25.7273 16.1819C26.4273 16.1819 27 16.7546 27 17.4546Z" fill="#263238"></path>
3
+ </svg>
@@ -1,18 +1,18 @@
1
- <svg fill="none" height="42" viewbox="-1 0 42 42" width="42" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M40 35.2999H0V40.2999H40V35.2999Z" fill="#B2B9C5"></path>
3
- <path d="M25.0999 32.2999C24.6999 35.0999 22.5999 37.2999 19.9999 37.2999C17.3999 37.2999 15.2999 35.0999 14.8999 32.2999H25.0999Z" fill="white"></path>
4
- <path d="M2 33.2999C4.8 33.2999 7 35.4999 7 38.2999H2V33.2999Z" fill="white"></path>
5
- <path d="M33 38.2999C33 35.4999 35.2 33.2999 38 33.2999V38.2999H33Z" fill="white"></path>
6
- <path d="M25.0999 32.2999C24.6999 35.0999 22.5999 37.2999 19.9999 37.2999C17.3999 37.2999 15.2999 35.0999 14.8999 32.2999H25.0999Z" fill="white"></path>
7
- <path d="M2 33.2999C4.8 33.2999 7 35.4999 7 38.2999H2V33.2999Z" fill="white"></path>
8
- <path d="M33 38.2999C33 35.4999 35.2 33.2999 38 33.2999V38.2999H33Z" fill="white"></path>
9
- <path d="M40 15.2999H0V33.2999H40V15.2999Z" fill="#009688"></path>
10
- <path d="M19.9999 30.2999C22.8166 30.2999 25.0999 27.6136 25.0999 24.2999C25.0999 20.9862 22.8166 18.2999 19.9999 18.2999C17.1833 18.2999 14.8999 20.9862 14.8999 24.2999C14.8999 27.6136 17.1833 30.2999 19.9999 30.2999Z" fill="white"></path>
11
- <path d="M7 17.2999C7 20.0999 4.8 22.2999 2 22.2999V17.2999H7Z" fill="white"></path>
12
- <path d="M2 26.2999C4.8 26.2999 7 28.4999 7 31.2999H2V26.2999Z" fill="white"></path>
13
- <path d="M33 31.2999C33 28.4999 35.2 26.2999 38 26.2999V31.2999H33Z" fill="white"></path>
14
- <path d="M38 22.2999C35.2 22.2999 33 20.0999 33 17.2999H38V22.2999Z" fill="white"></path>
15
- <path d="M20 9.5C20 9.5 14.9 9.5 11.2 9.5C11.2 15.4 16.1 21.3 20 25.1C23.9 21.2 28.7999 15.3 28.7999 9.5C25.0999 9.5 20 9.5 20 9.5Z" fill="#F44A4A"></path>
16
- <path d="M20 18.3C24.8601 18.3 28.7999 14.3601 28.7999 9.49995C28.7999 4.63985 24.8601 0.699951 20 0.699951C15.1398 0.699951 11.2 4.63985 11.2 9.49995C11.2 14.3601 15.1398 18.3 20 18.3Z" fill="#F44A4A"></path>
17
- <path d="M19.9999 12.4C21.6015 12.4 22.8999 11.1016 22.8999 9.49998C22.8999 7.89835 21.6015 6.59998 19.9999 6.59998C18.3982 6.59998 17.0999 7.89835 17.0999 9.49998C17.0999 11.1016 18.3982 12.4 19.9999 12.4Z" fill="white"></path>
18
- </svg>
1
+ <svg fill="none" height="42" viewbox="-1 0 42 42" width="42" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M40 35.2999H0V40.2999H40V35.2999Z" fill="#B2B9C5"></path>
3
+ <path d="M25.0999 32.2999C24.6999 35.0999 22.5999 37.2999 19.9999 37.2999C17.3999 37.2999 15.2999 35.0999 14.8999 32.2999H25.0999Z" fill="white"></path>
4
+ <path d="M2 33.2999C4.8 33.2999 7 35.4999 7 38.2999H2V33.2999Z" fill="white"></path>
5
+ <path d="M33 38.2999C33 35.4999 35.2 33.2999 38 33.2999V38.2999H33Z" fill="white"></path>
6
+ <path d="M25.0999 32.2999C24.6999 35.0999 22.5999 37.2999 19.9999 37.2999C17.3999 37.2999 15.2999 35.0999 14.8999 32.2999H25.0999Z" fill="white"></path>
7
+ <path d="M2 33.2999C4.8 33.2999 7 35.4999 7 38.2999H2V33.2999Z" fill="white"></path>
8
+ <path d="M33 38.2999C33 35.4999 35.2 33.2999 38 33.2999V38.2999H33Z" fill="white"></path>
9
+ <path d="M40 15.2999H0V33.2999H40V15.2999Z" fill="#009688"></path>
10
+ <path d="M19.9999 30.2999C22.8166 30.2999 25.0999 27.6136 25.0999 24.2999C25.0999 20.9862 22.8166 18.2999 19.9999 18.2999C17.1833 18.2999 14.8999 20.9862 14.8999 24.2999C14.8999 27.6136 17.1833 30.2999 19.9999 30.2999Z" fill="white"></path>
11
+ <path d="M7 17.2999C7 20.0999 4.8 22.2999 2 22.2999V17.2999H7Z" fill="white"></path>
12
+ <path d="M2 26.2999C4.8 26.2999 7 28.4999 7 31.2999H2V26.2999Z" fill="white"></path>
13
+ <path d="M33 31.2999C33 28.4999 35.2 26.2999 38 26.2999V31.2999H33Z" fill="white"></path>
14
+ <path d="M38 22.2999C35.2 22.2999 33 20.0999 33 17.2999H38V22.2999Z" fill="white"></path>
15
+ <path d="M20 9.5C20 9.5 14.9 9.5 11.2 9.5C11.2 15.4 16.1 21.3 20 25.1C23.9 21.2 28.7999 15.3 28.7999 9.5C25.0999 9.5 20 9.5 20 9.5Z" fill="#F44A4A"></path>
16
+ <path d="M20 18.3C24.8601 18.3 28.7999 14.3601 28.7999 9.49995C28.7999 4.63985 24.8601 0.699951 20 0.699951C15.1398 0.699951 11.2 4.63985 11.2 9.49995C11.2 14.3601 15.1398 18.3 20 18.3Z" fill="#F44A4A"></path>
17
+ <path d="M19.9999 12.4C21.6015 12.4 22.8999 11.1016 22.8999 9.49998C22.8999 7.89835 21.6015 6.59998 19.9999 6.59998C18.3982 6.59998 17.0999 7.89835 17.0999 9.49998C17.0999 11.1016 18.3982 12.4 19.9999 12.4Z" fill="white"></path>
18
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg fill="none" height="16" viewbox="14 12 13 16" width="13" xmlns="http://www.w3.org/2000/svg">
2
- <path clip-rule="evenodd" d="M14.75 18.25V18.5061C14.75 19.7563 15.1755 20.9694 15.9566 21.9457L20 27L24.0434 21.9457C24.8245 20.9694 25.25 19.7563 25.25 18.5061V18.25C25.25 15.3505 22.8995 13 20 13C17.1005 13 14.75 15.3505 14.75 18.25ZM20 20C20.9665 20 21.75 19.2165 21.75 18.25C21.75 17.2835 20.9665 16.5 20 16.5C19.0335 16.5 18.25 17.2835 18.25 18.25C18.25 19.2165 19.0335 20 20 20Z" fill="#263238" fill-rule="evenodd"></path>
3
- </svg>
1
+ <svg fill="none" height="16" viewbox="14 12 13 16" width="13" xmlns="http://www.w3.org/2000/svg">
2
+ <path clip-rule="evenodd" d="M14.75 18.25V18.5061C14.75 19.7563 15.1755 20.9694 15.9566 21.9457L20 27L24.0434 21.9457C24.8245 20.9694 25.25 19.7563 25.25 18.5061V18.25C25.25 15.3505 22.8995 13 20 13C17.1005 13 14.75 15.3505 14.75 18.25ZM20 20C20.9665 20 21.75 19.2165 21.75 18.25C21.75 17.2835 20.9665 16.5 20 16.5C19.0335 16.5 18.25 17.2835 18.25 18.25C18.25 19.2165 19.0335 20 20 20Z" fill="#263238" fill-rule="evenodd"></path>
3
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg fill="none" height="16" viewbox="14 12 12 16" width="12" xmlns="http://www.w3.org/2000/svg">
2
- <path clip-rule="evenodd" d="M16.5 18.25V16.5C16.5 14.567 18.067 13 20 13C21.933 13 23.5 14.567 23.5 16.5V18.25H25.25V27H14.75V18.25H16.5ZM18.25 16.5C18.25 15.5335 19.0335 14.75 20 14.75C20.9665 14.75 21.75 15.5335 21.75 16.5V18.25H18.25V16.5ZM19.125 24.375V20.875H20.875V24.375H19.125Z" fill="#263238" fill-rule="evenodd"></path>
3
- </svg>
1
+ <svg fill="none" height="16" viewbox="14 12 12 16" width="12" xmlns="http://www.w3.org/2000/svg">
2
+ <path clip-rule="evenodd" d="M16.5 18.25V16.5C16.5 14.567 18.067 13 20 13C21.933 13 23.5 14.567 23.5 16.5V18.25H25.25V27H14.75V18.25H16.5ZM18.25 16.5C18.25 15.5335 19.0335 14.75 20 14.75C20.9665 14.75 21.75 15.5335 21.75 16.5V18.25H18.25V16.5ZM19.125 24.375V20.875H20.875V24.375H19.125Z" fill="#263238" fill-rule="evenodd"></path>
3
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg fill="none" height="12" viewbox="12 14 16 12" width="16" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M24.4545 17.4545L21.9091 20H23.8182C23.8182 22.1063 22.1064 23.8181 20 23.8181C19.3573 23.8181 18.7464 23.6591 18.2182 23.3727L17.2891 24.3018C18.0718 24.7981 19.0009 25.0909 20 25.0909C22.8127 25.0909 25.0909 22.8127 25.0909 20H27L24.4545 17.4545ZM16.1818 20C16.1818 17.8936 17.8936 16.1818 20 16.1818C20.6427 16.1818 21.2536 16.3409 21.7818 16.6272L22.7109 15.6981C21.9282 15.2018 20.9991 14.9091 20 14.9091C17.1873 14.9091 14.9091 17.1872 14.9091 20H13L15.5455 22.5454L18.0909 20H16.1818Z" fill="#263238"></path>
3
- </svg>
1
+ <svg fill="none" height="12" viewbox="12 14 16 12" width="16" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M24.4545 17.4545L21.9091 20H23.8182C23.8182 22.1063 22.1064 23.8181 20 23.8181C19.3573 23.8181 18.7464 23.6591 18.2182 23.3727L17.2891 24.3018C18.0718 24.7981 19.0009 25.0909 20 25.0909C22.8127 25.0909 25.0909 22.8127 25.0909 20H27L24.4545 17.4545ZM16.1818 20C16.1818 17.8936 17.8936 16.1818 20 16.1818C20.6427 16.1818 21.2536 16.3409 21.7818 16.6272L22.7109 15.6981C21.9282 15.2018 20.9991 14.9091 20 14.9091C17.1873 14.9091 14.9091 17.1872 14.9091 20H13L15.5455 22.5454L18.0909 20H16.1818Z" fill="#263238"></path>
3
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg fill="none" height="16" viewbox="12 12 15 16" width="15" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M15.5 17V13.5C15.5 13.2239 15.2761 13 15 13H14C13.7239 13 13.5 13.2239 13.5 13.5V18C13.5 19.6569 14.8431 21 16.5 21V26.5C16.5 26.7761 16.7239 27 17 27H18C18.2761 27 18.5 26.7761 18.5 26.5V21C20.1569 21 21.5 19.6569 21.5 18V13.5C21.5 13.2239 21.2761 13 21 13H20C19.7239 13 19.5 13.2239 19.5 13.5V17H18.5V13.5C18.5 13.2239 18.2761 13 18 13H17C16.7239 13 16.5 13.2239 16.5 13.5V17H15.5Z" fill="#263238"></path>
3
- <path d="M26 27C26.2761 27 26.5 26.7761 26.5 26.5V13H26.0086C25.1156 13 24.3309 13.592 24.0856 14.4506L22.6012 19.6456C22.5341 19.8807 22.5 20.124 22.5 20.3685C22.5 21.6042 23.3517 22.6409 24.5 22.9237V26.5C24.5 26.7761 24.7239 27 25 27H26Z" fill="#263238"></path>
4
- </svg>
1
+ <svg fill="none" height="16" viewbox="12 12 15 16" width="15" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M15.5 17V13.5C15.5 13.2239 15.2761 13 15 13H14C13.7239 13 13.5 13.2239 13.5 13.5V18C13.5 19.6569 14.8431 21 16.5 21V26.5C16.5 26.7761 16.7239 27 17 27H18C18.2761 27 18.5 26.7761 18.5 26.5V21C20.1569 21 21.5 19.6569 21.5 18V13.5C21.5 13.2239 21.2761 13 21 13H20C19.7239 13 19.5 13.2239 19.5 13.5V17H18.5V13.5C18.5 13.2239 18.2761 13 18 13H17C16.7239 13 16.5 13.2239 16.5 13.5V17H15.5Z" fill="#263238"></path>
3
+ <path d="M26 27C26.2761 27 26.5 26.7761 26.5 26.5V13H26.0086C25.1156 13 24.3309 13.592 24.0856 14.4506L22.6012 19.6456C22.5341 19.8807 22.5 20.124 22.5 20.3685C22.5 21.6042 23.3517 22.6409 24.5 22.9237V26.5C24.5 26.7761 24.7239 27 25 27H26Z" fill="#263238"></path>
4
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg fill="none" height="14" viewbox="13 13 14 14" width="14" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M21.3333 15V24H22.1281L21.9394 24.0809L17.6667 25.912L14 24.3406V14.5165L17.2727 15.9191L17.4614 16H16.6667V25H18.6667V16H17.8719L18.0606 15.9191L22.3333 14.088L26 15.6594V25.4835L22.7273 24.0809L22.5386 24H23.3333V15H21.3333Z" stroke="#B2B9C5" stroke-width="2"></path>
3
- </svg>
1
+ <svg fill="none" height="14" viewbox="13 13 14 14" width="14" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M21.3333 15V24H22.1281L21.9394 24.0809L17.6667 25.912L14 24.3406V14.5165L17.2727 15.9191L17.4614 16H16.6667V25H18.6667V16H17.8719L18.0606 15.9191L22.3333 14.088L26 15.6594V25.4835L22.7273 24.0809L22.5386 24H23.3333V15H21.3333Z" stroke="#B2B9C5" stroke-width="2"></path>
3
+ </svg>
@@ -1,6 +1,6 @@
1
- <svg fill="none" height="12" viewbox="12 14 16 12" width="16" xmlns="http://www.w3.org/2000/svg">
2
- <path clip-rule="evenodd" d="M22.9717 20.7192C23.8435 21.3111 24.4544 22.1129 24.4544 23.182V25.0911H26.9999V23.182C26.9999 21.7947 24.728 20.9738 22.9717 20.7192Z" fill="#263238" fill-rule="evenodd"></path>
3
- <path d="M18.0909 20.0001C19.4967 20.0001 20.6363 18.8605 20.6363 17.4546C20.6363 16.0488 19.4967 14.9092 18.0909 14.9092C16.685 14.9092 15.5454 16.0488 15.5454 17.4546C15.5454 18.8605 16.685 20.0001 18.0909 20.0001Z" fill="#263238"></path>
4
- <path clip-rule="evenodd" d="M21.9089 20.0001C23.3152 20.0001 24.4543 18.861 24.4543 17.4546C24.4543 16.0483 23.3152 14.9092 21.9089 14.9092C21.6098 14.9092 21.3298 14.9728 21.0625 15.0619C21.5907 15.7174 21.9089 16.551 21.9089 17.4546C21.9089 18.3583 21.5907 19.1919 21.0625 19.8474C21.3298 19.9365 21.6098 20.0001 21.9089 20.0001Z" fill="#263238" fill-rule="evenodd"></path>
5
- <path clip-rule="evenodd" d="M18.0909 20.6365C16.3918 20.6365 13 21.4892 13 23.1819V25.091H23.1818V23.1819C23.1818 21.4892 19.79 20.6365 18.0909 20.6365Z" fill="#263238" fill-rule="evenodd"></path>
6
- </svg>
1
+ <svg fill="none" height="12" viewbox="12 14 16 12" width="16" xmlns="http://www.w3.org/2000/svg">
2
+ <path clip-rule="evenodd" d="M22.9717 20.7192C23.8435 21.3111 24.4544 22.1129 24.4544 23.182V25.0911H26.9999V23.182C26.9999 21.7947 24.728 20.9738 22.9717 20.7192Z" fill="#263238" fill-rule="evenodd"></path>
3
+ <path d="M18.0909 20.0001C19.4967 20.0001 20.6363 18.8605 20.6363 17.4546C20.6363 16.0488 19.4967 14.9092 18.0909 14.9092C16.685 14.9092 15.5454 16.0488 15.5454 17.4546C15.5454 18.8605 16.685 20.0001 18.0909 20.0001Z" fill="#263238"></path>
4
+ <path clip-rule="evenodd" d="M21.9089 20.0001C23.3152 20.0001 24.4543 18.861 24.4543 17.4546C24.4543 16.0483 23.3152 14.9092 21.9089 14.9092C21.6098 14.9092 21.3298 14.9728 21.0625 15.0619C21.5907 15.7174 21.9089 16.551 21.9089 17.4546C21.9089 18.3583 21.5907 19.1919 21.0625 19.8474C21.3298 19.9365 21.6098 20.0001 21.9089 20.0001Z" fill="#263238" fill-rule="evenodd"></path>
5
+ <path clip-rule="evenodd" d="M18.0909 20.6365C16.3918 20.6365 13 21.4892 13 23.1819V25.091H23.1818V23.1819C23.1818 21.4892 19.79 20.6365 18.0909 20.6365Z" fill="#263238" fill-rule="evenodd"></path>
6
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg fill="none" height="42" viewbox="-1 -1 42 42" width="42" xmlns="http://www.w3.org/2000/svg">
2
- <rect fill="white" height="40" rx="4" width="40"></rect>
3
- <path clip-rule="evenodd" d="M22.4833 13.7924L22.4833 17.2409L13 17.2409L13 21.5515L22.4833 21.5515L22.4833 25L27 19.3962L22.4833 13.7924Z" fill="#505CA6" fill-rule="evenodd"></path>
4
- </svg>
1
+ <svg fill="none" height="42" viewbox="-1 -1 42 42" width="42" xmlns="http://www.w3.org/2000/svg">
2
+ <rect fill="white" height="40" rx="4" width="40"></rect>
3
+ <path clip-rule="evenodd" d="M22.4833 13.7924L22.4833 17.2409L13 17.2409L13 21.5515L22.4833 21.5515L22.4833 25L27 19.3962L22.4833 13.7924Z" fill="#505CA6" fill-rule="evenodd"></path>
4
+ </svg>
@@ -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>
@@ -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,13 +1,13 @@
1
- <svg fill="none" height="23" viewbox="6 12 34 23" width="34" xmlns="http://www.w3.org/2000/svg">
2
- <mask height="14" id="mask0_6458_86453" maskunits="userSpaceOnUse" style="mask-type:alpha" width="14" x="13" y="13">
3
- <rect fill="#FF5656" height="14" width="14" x="13" y="13"></rect>
4
- </mask>
5
- <g mask="url(#mask0_6458_86453)">
6
- <rect fill="#FF5656" height="1.55556" transform="rotate(-45 6.77783 21.6267)" width="21" x="6.77783" y="21.6267"></rect>
7
- <rect fill="#FF5656" height="1.55556" transform="rotate(-45 8.97803 23.8269)" width="21" x="8.97803" y="23.8269"></rect>
8
- <rect fill="#FF5656" height="1.55556" transform="rotate(-45 11.1777 26.0269)" width="21" x="11.1777" y="26.0269"></rect>
9
- <rect fill="#FF5656" height="1.55556" transform="rotate(-45 13.3774 28.2266)" width="21" x="13.3774" y="28.2266"></rect>
10
- <rect fill="#FF5656" height="1.55556" transform="rotate(-45 15.5771 30.4265)" width="21" x="15.5771" y="30.4265"></rect>
11
- <rect fill="#FF5656" height="1.55556" transform="rotate(-45 17.7773 32.6262)" width="21" x="17.7773" y="32.6262"></rect>
12
- </g>
13
- </svg>
1
+ <svg fill="none" height="23" viewbox="6 12 34 23" width="34" xmlns="http://www.w3.org/2000/svg">
2
+ <mask height="14" id="mask0_6458_86453" maskunits="userSpaceOnUse" style="mask-type:alpha" width="14" x="13" y="13">
3
+ <rect fill="#FF5656" height="14" width="14" x="13" y="13"></rect>
4
+ </mask>
5
+ <g mask="url(#mask0_6458_86453)">
6
+ <rect fill="#FF5656" height="1.55556" transform="rotate(-45 6.77783 21.6267)" width="21" x="6.77783" y="21.6267"></rect>
7
+ <rect fill="#FF5656" height="1.55556" transform="rotate(-45 8.97803 23.8269)" width="21" x="8.97803" y="23.8269"></rect>
8
+ <rect fill="#FF5656" height="1.55556" transform="rotate(-45 11.1777 26.0269)" width="21" x="11.1777" y="26.0269"></rect>
9
+ <rect fill="#FF5656" height="1.55556" transform="rotate(-45 13.3774 28.2266)" width="21" x="13.3774" y="28.2266"></rect>
10
+ <rect fill="#FF5656" height="1.55556" transform="rotate(-45 15.5771 30.4265)" width="21" x="15.5771" y="30.4265"></rect>
11
+ <rect fill="#FF5656" height="1.55556" transform="rotate(-45 17.7773 32.6262)" width="21" x="17.7773" y="32.6262"></rect>
12
+ </g>
13
+ </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 fill="none" height="16" viewbox="13 12 14 16" width="14" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M20.2364 20C22.1694 20 23.7364 18.433 23.7364 16.5C23.7364 14.567 22.1694 13 20.2364 13C18.3034 13 16.7364 14.567 16.7364 16.5C16.7364 18.433 18.3034 20 20.2364 20Z" fill="#263238"></path>
3
- <path d="M26.4727 27C22.5273 27 17.8818 27 14 27C14 23.5636 16.8 21.5273 20.2364 21.5273C23.6727 21.5273 26.4727 23.5636 26.4727 27Z" fill="#263238"></path>
4
- </svg>
1
+ <svg fill="none" height="16" viewbox="13 12 14 16" width="14" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M20.2364 20C22.1694 20 23.7364 18.433 23.7364 16.5C23.7364 14.567 22.1694 13 20.2364 13C18.3034 13 16.7364 14.567 16.7364 16.5C16.7364 18.433 18.3034 20 20.2364 20Z" fill="#263238"></path>
3
+ <path d="M26.4727 27C22.5273 27 17.8818 27 14 27C14 23.5636 16.8 21.5273 20.2364 21.5273C23.6727 21.5273 26.4727 23.5636 26.4727 27Z" fill="#263238"></path>
4
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg fill="none" height="11" viewbox="10 15 20 11" width="20" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M29 17.4478L28.9846 17.4334V16.0143H27.5666L27.5522 16L27.5369 16.0143H26.9369H22.4942V18.0621H25.4891L21.758 21.7942L18.6689 18.7051L17.2253 17.2614L15.7713 18.7051L11 23.4765L12.4437 24.9304L17.2253 20.1488L20.3143 23.2379L20.3113 23.2399L21.7601 24.6877L21.7621 24.6857L21.7713 24.6949L23.215 23.2512L23.2058 23.242L26.9369 19.5109V22.5058H28.9846V18.0621V17.4631L29 17.4478Z" fill="#263238"></path>
3
- </svg>
1
+ <svg fill="none" height="11" viewbox="10 15 20 11" width="20" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M29 17.4478L28.9846 17.4334V16.0143H27.5666L27.5522 16L27.5369 16.0143H26.9369H22.4942V18.0621H25.4891L21.758 21.7942L18.6689 18.7051L17.2253 17.2614L15.7713 18.7051L11 23.4765L12.4437 24.9304L17.2253 20.1488L20.3143 23.2379L20.3113 23.2399L21.7601 24.6877L21.7621 24.6857L21.7713 24.6949L23.215 23.2512L23.2058 23.242L26.9369 19.5109V22.5058H28.9846V18.0621V17.4631L29 17.4478Z" fill="#263238"></path>
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>
@@ -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,5 +1,5 @@
1
- <svg fill="none" height="20" viewbox="10 10 20 20" width="20" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M23.777 20C23.777 22.2091 21.9861 24 19.777 24C17.5678 24 15.777 22.2091 15.777 20C15.777 17.7909 17.5678 16 19.777 16C21.9861 16 23.777 17.7909 23.777 20Z" fill="#B2B9C5"></path>
3
- <path d="M28.554 22C27.6445 26.008 24.0602 29 19.777 29C15.4938 29 11.9095 26.008 11 22H13.0669C13.9274 24.8915 16.606 27 19.777 27C22.948 27 25.6266 24.8915 26.4871 22H28.554Z" fill="#B2B9C5"></path>
4
- <path d="M28.554 18C27.6445 13.992 24.0602 11 19.777 11C15.4938 11 11.9095 13.992 11 18H13.0669C13.9274 15.1085 16.606 13 19.777 13C22.948 13 25.6266 15.1085 26.4871 18H28.554Z" fill="#B2B9C5"></path>
5
- </svg>
1
+ <svg fill="none" height="20" viewbox="10 10 20 20" width="20" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M23.777 20C23.777 22.2091 21.9861 24 19.777 24C17.5678 24 15.777 22.2091 15.777 20C15.777 17.7909 17.5678 16 19.777 16C21.9861 16 23.777 17.7909 23.777 20Z" fill="#B2B9C5"></path>
3
+ <path d="M28.554 22C27.6445 26.008 24.0602 29 19.777 29C15.4938 29 11.9095 26.008 11 22H13.0669C13.9274 24.8915 16.606 27 19.777 27C22.948 27 25.6266 24.8915 26.4871 22H28.554Z" fill="#B2B9C5"></path>
4
+ <path d="M28.554 18C27.6445 13.992 24.0602 11 19.777 11C15.4938 11 11.9095 13.992 11 18H13.0669C13.9274 15.1085 16.606 13 19.777 13C22.948 13 25.6266 15.1085 26.4871 18H28.554Z" fill="#B2B9C5"></path>
5
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg fill="none" height="16" viewbox="12 12 16 16" width="16" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M20 13C16.1182 13 13 16.1182 13 20C13 23.8818 16.1182 27 20 27C23.8818 27 27 23.8818 27 20C27 16.1182 23.8818 13 20 13Z" fill="#FF5656"></path>
3
- </svg>
1
+ <svg fill="none" height="16" viewbox="12 12 16 16" width="16" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M20 13C16.1182 13 13 16.1182 13 20C13 23.8818 16.1182 27 20 27C23.8818 27 27 23.8818 27 20C27 16.1182 23.8818 13 20 13Z" fill="#FF5656"></path>
3
+ </svg>
@@ -1,8 +1,8 @@
1
- <svg 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 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,3 +1,3 @@
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.6483L23.3645 22.0056C24.1004 20.9593 24.4644 19.6958 24.398 18.4175C24.3317 17.1392 23.839 15.9202 22.9988 14.956C22.1586 13.9918 21.0196 13.3381 19.7644 13.0999C18.5093 12.8616 17.2106 13.0525 16.0766 13.642C14.9427 14.2314 14.0391 15.1853 13.5107 16.3507C12.9823 17.5161 12.8597 18.8255 13.1626 20.069C13.4656 21.3125 14.1764 22.4181 15.1812 23.2086C16.186 23.999 17.4266 24.4285 18.7041 24.4282C19.8927 24.428 21.051 24.0534 22.0155 23.3574L25.6509 27L27 25.6483ZM16.006 21.3912C15.4716 20.8572 15.1075 20.1762 14.9599 19.4346C14.8123 18.693 14.8877 17.9242 15.1768 17.2256C15.4658 16.5271 15.9553 15.9302 16.5833 15.5108C17.2113 15.0913 17.9494 14.8682 18.7041 14.8696C19.4274 14.8684 20.1361 15.0739 20.7469 15.4621C21.3577 15.8503 21.8453 16.405 22.1525 17.0612C22.4597 17.7173 22.5737 18.4476 22.4811 19.1664C22.3886 19.8852 22.0933 20.5626 21.63 21.1191L21.1219 21.6282C20.3955 22.2402 19.4658 22.5556 18.5177 22.5117C17.5697 22.4678 16.6729 22.0677 16.006 21.3912V21.3912Z" fill="#263238"></path>
3
- </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.6483L23.3645 22.0056C24.1004 20.9593 24.4644 19.6958 24.398 18.4175C24.3317 17.1392 23.839 15.9202 22.9988 14.956C22.1586 13.9918 21.0196 13.3381 19.7644 13.0999C18.5093 12.8616 17.2106 13.0525 16.0766 13.642C14.9427 14.2314 14.0391 15.1853 13.5107 16.3507C12.9823 17.5161 12.8597 18.8255 13.1626 20.069C13.4656 21.3125 14.1764 22.4181 15.1812 23.2086C16.186 23.999 17.4266 24.4285 18.7041 24.4282C19.8927 24.428 21.051 24.0534 22.0155 23.3574L25.6509 27L27 25.6483ZM16.006 21.3912C15.4716 20.8572 15.1075 20.1762 14.9599 19.4346C14.8123 18.693 14.8877 17.9242 15.1768 17.2256C15.4658 16.5271 15.9553 15.9302 16.5833 15.5108C17.2113 15.0913 17.9494 14.8682 18.7041 14.8696C19.4274 14.8684 20.1361 15.0739 20.7469 15.4621C21.3577 15.8503 21.8453 16.405 22.1525 17.0612C22.4597 17.7173 22.5737 18.4476 22.4811 19.1664C22.3886 19.8852 22.0933 20.5626 21.63 21.1191L21.1219 21.6282C20.3955 22.2402 19.4658 22.5556 18.5177 22.5117C17.5697 22.4678 16.6729 22.0677 16.006 21.3912V21.3912Z" fill="#263238"></path>
3
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg fill="none" height="16" viewbox="13 12 13 16" width="13" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M20.0002 13L14.2729 15.5455V19.3636C14.2729 22.8955 16.7166 26.1982 20.0002 27C23.2839 26.1982 25.7275 22.8955 25.7275 19.3636V15.5455L20.0002 13ZM21.5911 20.3755L22.1639 22.8445L20.0002 21.54L17.8366 22.8445L18.4093 20.3818L16.5002 18.7336L19.0202 18.5173L20.0002 16.1945L20.9802 18.5109L23.5002 18.7273L21.5911 20.3755Z" fill="#263238"></path>
3
- </svg>
1
+ <svg fill="none" height="16" viewbox="13 12 13 16" width="13" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M20.0002 13L14.2729 15.5455V19.3636C14.2729 22.8955 16.7166 26.1982 20.0002 27C23.2839 26.1982 25.7275 22.8955 25.7275 19.3636V15.5455L20.0002 13ZM21.5911 20.3755L22.1639 22.8445L20.0002 21.54L17.8366 22.8445L18.4093 20.3818L16.5002 18.7336L19.0202 18.5173L20.0002 16.1945L20.9802 18.5109L23.5002 18.7273L21.5911 20.3755Z" fill="#263238"></path>
3
+ </svg>