@eturnity/eturnity_reusable_components 1.2.19-EPDM-3412.7 → 1.2.19-EPDM-5295.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 (220) 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 -62
  7. package/public/index.html +17 -17
  8. package/src/App.vue +254 -216
  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/bubble.svg +3 -3
  50. package/src/assets/svgIcons/bullet_list.svg +8 -8
  51. package/src/assets/svgIcons/calendar.svg +7 -7
  52. package/src/assets/svgIcons/calendar_icon.svg +7 -7
  53. package/src/assets/svgIcons/call.svg +3 -3
  54. package/src/assets/svgIcons/camera.svg +3 -3
  55. package/src/assets/svgIcons/car.svg +3 -3
  56. package/src/assets/svgIcons/cart.svg +3 -3
  57. package/src/assets/svgIcons/checkbox.svg +3 -3
  58. package/src/assets/svgIcons/clear_formatting.svg +7 -7
  59. package/src/assets/svgIcons/clickable_info.svg +4 -4
  60. package/src/assets/svgIcons/clip.svg +3 -3
  61. package/src/assets/svgIcons/clock.svg +4 -4
  62. package/src/assets/svgIcons/close_for_modals,_tool_tips.svg +4 -4
  63. package/src/assets/svgIcons/collapse.svg +4 -4
  64. package/src/assets/svgIcons/component_library.svg +7 -7
  65. package/src/assets/svgIcons/context_menu-1.svg +6 -6
  66. package/src/assets/svgIcons/context_menu-2.svg +5 -5
  67. package/src/assets/svgIcons/context_menu.svg +5 -5
  68. package/src/assets/svgIcons/context_menu_tabs.svg +5 -5
  69. package/src/assets/svgIcons/cross.svg +4 -0
  70. package/src/assets/svgIcons/current_variant.svg +4 -4
  71. package/src/assets/svgIcons/deadline.svg +4 -4
  72. package/src/assets/svgIcons/delete.svg +4 -4
  73. package/src/assets/svgIcons/delete_area_active.svg +16 -16
  74. package/src/assets/svgIcons/delete_area_inactive.svg +15 -15
  75. package/src/assets/svgIcons/direction_active-1.svg +12 -12
  76. package/src/assets/svgIcons/direction_active.svg +5 -5
  77. package/src/assets/svgIcons/direction_inactive.svg +4 -4
  78. package/src/assets/svgIcons/distances_active.svg +9 -9
  79. package/src/assets/svgIcons/distances_inactive.svg +8 -8
  80. package/src/assets/svgIcons/document.svg +3 -3
  81. package/src/assets/svgIcons/downarrow.svg +3 -3
  82. package/src/assets/svgIcons/download.svg +4 -4
  83. package/src/assets/svgIcons/duplicate-1.svg +8 -8
  84. package/src/assets/svgIcons/duplicate-2.svg +5 -5
  85. package/src/assets/svgIcons/duplicate-3.svg +3 -3
  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 -0
  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 +82 -77
  187. package/src/components/infoText/index.vue +151 -166
  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 -477
  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 +198 -200
  195. package/src/components/inputs/radioButton/RadioButton.stories.js +58 -58
  196. package/src/components/inputs/radioButton/index.vue +253 -253
  197. package/src/components/inputs/searchInput/SearchInput.stories.js +40 -40
  198. package/src/components/inputs/searchInput/index.vue +96 -96
  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 -194
  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 +153 -153
  205. package/src/components/modals/modal/modal.stories.js +31 -31
  206. package/src/components/pageSubtitle/index.vue +64 -64
  207. package/src/components/pageTitle/index.vue +37 -37
  208. package/src/components/progressBar/index.vue +125 -125
  209. package/src/components/projectMarker/index.vue +281 -0
  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 +365 -365
  214. package/src/components/tables/viewTable/index.vue +195 -195
  215. package/src/components/threeDots/index.vue +324 -324
  216. package/src/helpers/numberConverter.js +98 -101
  217. package/src/helpers/translateLang.js +80 -80
  218. package/src/main.js +13 -11
  219. package/src/assets/icons/error_icon copy.png +0 -0
  220. package/src/components/errorMessage/index.vue +0 -62
@@ -1,10 +1,10 @@
1
- <svg fill="none" height="44" viewbox="38 2 44 44" width="44" xmlns="http://www.w3.org/2000/svg">
2
- <rect fill="#20A4CA" height="18" rx="4" transform="rotate(-180 59 24.5)" width="18" x="59" y="24.5"></rect>
3
- <rect fill="white" height="10" rx="2" transform="rotate(-180 55 20.5)" width="10" x="55" y="20.5"></rect>
4
- <rect fill="#FDB813" height="18" rx="4" transform="rotate(-180 79 24.5)" width="18" x="79" y="24.5"></rect>
5
- <rect fill="white" height="10" rx="2" transform="rotate(-180 75 20.5)" width="10" x="75" y="20.5"></rect>
6
- <rect fill="#505CA6" height="18" rx="4" transform="rotate(-180 59 44.5)" width="18" x="59" y="44.5"></rect>
7
- <rect fill="white" height="10" rx="2" transform="rotate(-180 55 40.5)" width="10" x="55" y="40.5"></rect>
8
- <rect fill="#F58F46" height="18" rx="4" transform="rotate(-180 79 44.5)" width="18" x="79" y="44.5"></rect>
9
- <rect fill="white" height="10" rx="2" transform="rotate(-180 75 40.5)" width="10" x="75" y="40.5"></rect>
10
- </svg>
1
+ <svg fill="none" height="44" viewbox="38 2 44 44" width="44" xmlns="http://www.w3.org/2000/svg">
2
+ <rect fill="#20A4CA" height="18" rx="4" transform="rotate(-180 59 24.5)" width="18" x="59" y="24.5"></rect>
3
+ <rect fill="white" height="10" rx="2" transform="rotate(-180 55 20.5)" width="10" x="55" y="20.5"></rect>
4
+ <rect fill="#FDB813" height="18" rx="4" transform="rotate(-180 79 24.5)" width="18" x="79" y="24.5"></rect>
5
+ <rect fill="white" height="10" rx="2" transform="rotate(-180 75 20.5)" width="10" x="75" y="20.5"></rect>
6
+ <rect fill="#505CA6" height="18" rx="4" transform="rotate(-180 59 44.5)" width="18" x="59" y="44.5"></rect>
7
+ <rect fill="white" height="10" rx="2" transform="rotate(-180 55 40.5)" width="10" x="55" y="40.5"></rect>
8
+ <rect fill="#F58F46" height="18" rx="4" transform="rotate(-180 79 44.5)" width="18" x="79" y="44.5"></rect>
9
+ <rect fill="white" height="10" rx="2" transform="rotate(-180 75 40.5)" width="10" x="75" y="40.5"></rect>
10
+ </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="M26.3 15.8H24.9V22.1H15.8V23.5C15.8 23.885 16.115 24.2 16.5 24.2H24.2L27 27V16.5C27 16.115 26.685 15.8 26.3 15.8ZM23.5 20V13.7C23.5 13.315 23.185 13 22.8 13H13.7C13.315 13 13 13.315 13 13.7V23.5L15.8 20.7H22.8C23.185 20.7 23.5 20.385 23.5 20Z" 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="M26.3 15.8H24.9V22.1H15.8V23.5C15.8 23.885 16.115 24.2 16.5 24.2H24.2L27 27V16.5C27 16.115 26.685 15.8 26.3 15.8ZM23.5 20V13.7C23.5 13.315 23.185 13 22.8 13H13.7C13.315 13 13 13.315 13 13.7V23.5L15.8 20.7H22.8C23.185 20.7 23.5 20.385 23.5 20Z" fill="#263238"></path>
3
+ </svg>
@@ -1,8 +1,8 @@
1
- <svg fill="none" height="12" viewbox="14 14 12 12" width="12" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M16.2645 17.2107C16.875 17.2107 17.3699 16.7158 17.3699 16.1054C17.3699 15.4949 16.875 15 16.2645 15C15.6541 15 15.1592 15.4949 15.1592 16.1054C15.1592 16.7158 15.6541 17.2107 16.2645 17.2107Z" fill="#505CA6"></path>
3
- <path d="M16.2645 21.0594C16.875 21.0594 17.3699 20.5645 17.3699 19.954C17.3699 19.3435 16.875 18.8486 16.2645 18.8486C15.6541 18.8486 15.1592 19.3435 15.1592 19.954C15.1592 20.5645 15.6541 21.0594 16.2645 21.0594Z" fill="#505CA6"></path>
4
- <path d="M18.6322 16.829H24.6383C24.6919 16.8286 24.7432 16.8071 24.781 16.7692C24.8189 16.7313 24.8404 16.6801 24.8408 16.6265V15.5848C24.8408 15.5582 24.8356 15.5318 24.8253 15.5072C24.8151 15.4825 24.8001 15.4602 24.7812 15.4414C24.7623 15.4225 24.7399 15.4076 24.7153 15.3975C24.6906 15.3874 24.6642 15.3822 24.6375 15.3823H18.6322C18.5785 15.3823 18.527 15.4037 18.489 15.4416C18.451 15.4796 18.4297 15.5311 18.4297 15.5848V16.6265C18.4297 16.6531 18.4349 16.6794 18.4451 16.704C18.4553 16.7285 18.4702 16.7509 18.489 16.7697C18.5078 16.7885 18.5301 16.8034 18.5547 16.8136C18.5793 16.8237 18.6056 16.829 18.6322 16.829Z" fill="#505CA6"></path>
5
- <path d="M24.6375 19.2302H18.6322C18.6055 19.2302 18.5791 19.2355 18.5545 19.2457C18.5299 19.2559 18.5075 19.2709 18.4887 19.2898C18.4699 19.3087 18.455 19.3311 18.4449 19.3558C18.4347 19.3805 18.4296 19.4069 18.4297 19.4335V20.4744C18.4296 20.501 18.4347 20.5275 18.4449 20.5521C18.455 20.5768 18.4699 20.5992 18.4887 20.6181C18.5075 20.637 18.5299 20.652 18.5545 20.6622C18.5791 20.6724 18.6055 20.6777 18.6322 20.6777H24.6383C24.692 20.6773 24.7434 20.6557 24.7813 20.6176C24.8192 20.5796 24.8406 20.5281 24.8408 20.4744V19.4352C24.841 19.4083 24.8359 19.3817 24.8258 19.3569C24.8157 19.332 24.8008 19.3094 24.7819 19.2903C24.7629 19.2713 24.7405 19.2562 24.7157 19.2459C24.6909 19.2355 24.6643 19.2302 24.6375 19.2302V19.2302Z" fill="#505CA6"></path>
6
- <path d="M16.2645 25C16.875 25 17.3699 24.5052 17.3699 23.8947C17.3699 23.2842 16.875 22.7893 16.2645 22.7893C15.6541 22.7893 15.1592 23.2842 15.1592 23.8947C15.1592 24.5052 15.6541 25 16.2645 25Z" fill="#505CA6"></path>
7
- <path d="M24.6375 23.1709H18.6322C18.5785 23.1709 18.527 23.1922 18.489 23.2302C18.451 23.2682 18.4297 23.3197 18.4297 23.3734V24.415C18.4297 24.4688 18.451 24.5203 18.489 24.5582C18.527 24.5962 18.5785 24.6176 18.6322 24.6176H24.6383C24.6649 24.6176 24.6912 24.6123 24.7158 24.6021C24.7404 24.592 24.7627 24.577 24.7815 24.5582C24.8003 24.5394 24.8152 24.5171 24.8254 24.4925C24.8356 24.468 24.8408 24.4416 24.8408 24.415V23.3734C24.8406 23.3196 24.8191 23.2681 24.781 23.2302C24.7429 23.1922 24.6913 23.1709 24.6375 23.1709V23.1709Z" fill="#505CA6"></path>
8
- </svg>
1
+ <svg fill="none" height="12" viewbox="14 14 12 12" width="12" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M16.2645 17.2107C16.875 17.2107 17.3699 16.7158 17.3699 16.1054C17.3699 15.4949 16.875 15 16.2645 15C15.6541 15 15.1592 15.4949 15.1592 16.1054C15.1592 16.7158 15.6541 17.2107 16.2645 17.2107Z" fill="#505CA6"></path>
3
+ <path d="M16.2645 21.0594C16.875 21.0594 17.3699 20.5645 17.3699 19.954C17.3699 19.3435 16.875 18.8486 16.2645 18.8486C15.6541 18.8486 15.1592 19.3435 15.1592 19.954C15.1592 20.5645 15.6541 21.0594 16.2645 21.0594Z" fill="#505CA6"></path>
4
+ <path d="M18.6322 16.829H24.6383C24.6919 16.8286 24.7432 16.8071 24.781 16.7692C24.8189 16.7313 24.8404 16.6801 24.8408 16.6265V15.5848C24.8408 15.5582 24.8356 15.5318 24.8253 15.5072C24.8151 15.4825 24.8001 15.4602 24.7812 15.4414C24.7623 15.4225 24.7399 15.4076 24.7153 15.3975C24.6906 15.3874 24.6642 15.3822 24.6375 15.3823H18.6322C18.5785 15.3823 18.527 15.4037 18.489 15.4416C18.451 15.4796 18.4297 15.5311 18.4297 15.5848V16.6265C18.4297 16.6531 18.4349 16.6794 18.4451 16.704C18.4553 16.7285 18.4702 16.7509 18.489 16.7697C18.5078 16.7885 18.5301 16.8034 18.5547 16.8136C18.5793 16.8237 18.6056 16.829 18.6322 16.829Z" fill="#505CA6"></path>
5
+ <path d="M24.6375 19.2302H18.6322C18.6055 19.2302 18.5791 19.2355 18.5545 19.2457C18.5299 19.2559 18.5075 19.2709 18.4887 19.2898C18.4699 19.3087 18.455 19.3311 18.4449 19.3558C18.4347 19.3805 18.4296 19.4069 18.4297 19.4335V20.4744C18.4296 20.501 18.4347 20.5275 18.4449 20.5521C18.455 20.5768 18.4699 20.5992 18.4887 20.6181C18.5075 20.637 18.5299 20.652 18.5545 20.6622C18.5791 20.6724 18.6055 20.6777 18.6322 20.6777H24.6383C24.692 20.6773 24.7434 20.6557 24.7813 20.6176C24.8192 20.5796 24.8406 20.5281 24.8408 20.4744V19.4352C24.841 19.4083 24.8359 19.3817 24.8258 19.3569C24.8157 19.332 24.8008 19.3094 24.7819 19.2903C24.7629 19.2713 24.7405 19.2562 24.7157 19.2459C24.6909 19.2355 24.6643 19.2302 24.6375 19.2302V19.2302Z" fill="#505CA6"></path>
6
+ <path d="M16.2645 25C16.875 25 17.3699 24.5052 17.3699 23.8947C17.3699 23.2842 16.875 22.7893 16.2645 22.7893C15.6541 22.7893 15.1592 23.2842 15.1592 23.8947C15.1592 24.5052 15.6541 25 16.2645 25Z" fill="#505CA6"></path>
7
+ <path d="M24.6375 23.1709H18.6322C18.5785 23.1709 18.527 23.1922 18.489 23.2302C18.451 23.2682 18.4297 23.3197 18.4297 23.3734V24.415C18.4297 24.4688 18.451 24.5203 18.489 24.5582C18.527 24.5962 18.5785 24.6176 18.6322 24.6176H24.6383C24.6649 24.6176 24.6912 24.6123 24.7158 24.6021C24.7404 24.592 24.7627 24.577 24.7815 24.5582C24.8003 24.5394 24.8152 24.5171 24.8254 24.4925C24.8356 24.468 24.8408 24.4416 24.8408 24.415V23.3734C24.8406 23.3196 24.8191 23.2681 24.781 23.2302C24.7429 23.1922 24.6913 23.1709 24.6375 23.1709V23.1709Z" fill="#505CA6"></path>
8
+ </svg>
@@ -1,7 +1,7 @@
1
- <svg fill="none" height="16" viewbox="12 12 16 16" width="16" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M27 13H25.25V27H27V13Z" fill="#263238"></path>
3
- <path d="M14.75 13H13V27H14.75V13Z" fill="#263238"></path>
4
- <path d="M27 27V25.25L13 25.25V27L27 27Z" fill="#263238"></path>
5
- <path d="M27 16.5V13L13 13V16.5L27 16.5Z" fill="#263238"></path>
6
- <path d="M23.5002 18.25H20.2627V21.4875H23.5002V18.25Z" fill="#263238"></path>
7
- </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 13H25.25V27H27V13Z" fill="#263238"></path>
3
+ <path d="M14.75 13H13V27H14.75V13Z" fill="#263238"></path>
4
+ <path d="M27 27V25.25L13 25.25V27L27 27Z" fill="#263238"></path>
5
+ <path d="M27 16.5V13L13 13V16.5L27 16.5Z" fill="#263238"></path>
6
+ <path d="M23.5002 18.25H20.2627V21.4875H23.5002V18.25Z" fill="#263238"></path>
7
+ </svg>
@@ -1,7 +1,7 @@
1
- <svg fill="none" height="18" viewbox="11 11 18 18" width="18" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M28 12H26V28H28V12Z" fill="#263238"></path>
3
- <path d="M14 12H12V28H14V12Z" fill="#263238"></path>
4
- <path d="M28 28V26H12V28H28Z" fill="#263238"></path>
5
- <path d="M28 16V12H12V16H28Z" fill="#263238"></path>
6
- <path d="M23.9999 18H20.2999V21.7H23.9999V18Z" fill="#263238"></path>
7
- </svg>
1
+ <svg fill="none" height="18" viewbox="11 11 18 18" width="18" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M28 12H26V28H28V12Z" fill="#263238"></path>
3
+ <path d="M14 12H12V28H14V12Z" fill="#263238"></path>
4
+ <path d="M28 28V26H12V28H28Z" fill="#263238"></path>
5
+ <path d="M28 16V12H12V16H28Z" fill="#263238"></path>
6
+ <path d="M23.9999 18H20.2999V21.7H23.9999V18Z" fill="#263238"></path>
7
+ </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="M26.23 22.6289C25.2733 22.6289 24.3478 22.4733 23.4844 22.1933C23.2122 22.1 22.9089 22.17 22.6989 22.38L21.4778 23.9122C19.2767 22.8622 17.2156 20.8789 16.1189 18.6L17.6356 17.3089C17.8456 17.0911 17.9078 16.7878 17.8222 16.5156C17.5344 15.6522 17.3867 14.7267 17.3867 13.77C17.3867 13.35 17.0367 13 16.6167 13H13.9256C13.5056 13 13 13.1867 13 13.77C13 20.9956 19.0122 27 26.23 27C26.7822 27 27 26.51 27 26.0822V23.3989C27 22.9789 26.65 22.6289 26.23 22.6289Z" 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="M26.23 22.6289C25.2733 22.6289 24.3478 22.4733 23.4844 22.1933C23.2122 22.1 22.9089 22.17 22.6989 22.38L21.4778 23.9122C19.2767 22.8622 17.2156 20.8789 16.1189 18.6L17.6356 17.3089C17.8456 17.0911 17.9078 16.7878 17.8222 16.5156C17.5344 15.6522 17.3867 14.7267 17.3867 13.77C17.3867 13.35 17.0367 13 16.6167 13H13.9256C13.5056 13 13 13.1867 13 13.77C13 20.9956 19.0122 27 26.23 27C26.7822 27 27 26.51 27 26.0822V23.3989C27 22.9789 26.65 22.6289 26.23 22.6289Z" fill="#263238"></path>
3
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg fill="none" height="15" viewbox="12 13 16 15" width="16" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M17.9 13.7L16.619 15.1H14.4C13.63 15.1 13 15.73 13 16.5V24.9C13 25.67 13.63 26.3 14.4 26.3H25.6C26.37 26.3 27 25.67 27 24.9V16.5C27 15.73 26.37 15.1 25.6 15.1H23.381L22.1 13.7H17.9ZM20 24.2C18.068 24.2 16.5 22.632 16.5 20.7C16.5 18.768 18.068 17.2 20 17.2C21.932 17.2 23.5 18.768 23.5 20.7C23.5 22.632 21.932 24.2 20 24.2Z" fill="#263238"></path>
3
- </svg>
1
+ <svg fill="none" height="15" viewbox="12 13 16 15" width="16" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M17.9 13.7L16.619 15.1H14.4C13.63 15.1 13 15.73 13 16.5V24.9C13 25.67 13.63 26.3 14.4 26.3H25.6C26.37 26.3 27 25.67 27 24.9V16.5C27 15.73 26.37 15.1 25.6 15.1H23.381L22.1 13.7H17.9ZM20 24.2C18.068 24.2 16.5 22.632 16.5 20.7C16.5 18.768 18.068 17.2 20 17.2C21.932 17.2 23.5 18.768 23.5 20.7C23.5 22.632 21.932 24.2 20 24.2Z" fill="#263238"></path>
3
+ </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 d="M25.3822 14.5634C25.2267 14.1045 24.7911 13.7778 24.2778 13.7778H22.3333H17.6667H15.7222C15.2089 13.7778 14.7811 14.1045 14.6178 14.5634L13 19.2223V25.4445C13 25.8723 13.35 26.2223 13.7778 26.2223H14.5556C14.9833 26.2223 15.3333 25.8723 15.3333 25.4445V24.6667H24.6667V25.4445C24.6667 25.8723 25.0167 26.2223 25.4444 26.2223H26.2222C26.65 26.2223 27 25.8723 27 25.4445V19.2223L25.3822 14.5634ZM15.7222 22.3334C15.0767 22.3334 14.5556 21.8123 14.5556 21.1667C14.5556 20.5212 15.0767 20.0001 15.7222 20.0001C16.3678 20.0001 16.8889 20.5212 16.8889 21.1667C16.8889 21.8123 16.3678 22.3334 15.7222 22.3334ZM24.2778 22.3334C23.6322 22.3334 23.1111 21.8123 23.1111 21.1667C23.1111 20.5212 23.6322 20.0001 24.2778 20.0001C24.9233 20.0001 25.4444 20.5212 25.4444 21.1667C25.4444 21.8123 24.9233 22.3334 24.2778 22.3334ZM14.5556 18.4445L15.7222 14.9445H24.2778L25.4444 18.4445H14.5556Z" fill="#263238"></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 d="M25.3822 14.5634C25.2267 14.1045 24.7911 13.7778 24.2778 13.7778H22.3333H17.6667H15.7222C15.2089 13.7778 14.7811 14.1045 14.6178 14.5634L13 19.2223V25.4445C13 25.8723 13.35 26.2223 13.7778 26.2223H14.5556C14.9833 26.2223 15.3333 25.8723 15.3333 25.4445V24.6667H24.6667V25.4445C24.6667 25.8723 25.0167 26.2223 25.4444 26.2223H26.2222C26.65 26.2223 27 25.8723 27 25.4445V19.2223L25.3822 14.5634ZM15.7222 22.3334C15.0767 22.3334 14.5556 21.8123 14.5556 21.1667C14.5556 20.5212 15.0767 20.0001 15.7222 20.0001C16.3678 20.0001 16.8889 20.5212 16.8889 21.1667C16.8889 21.8123 16.3678 22.3334 15.7222 22.3334ZM24.2778 22.3334C23.6322 22.3334 23.1111 21.8123 23.1111 21.1667C23.1111 20.5212 23.6322 20.0001 24.2778 20.0001C24.9233 20.0001 25.4444 20.5212 25.4444 21.1667C25.4444 21.8123 24.9233 22.3334 24.2778 22.3334ZM14.5556 18.4445L15.7222 14.9445H24.2778L25.4444 18.4445H14.5556Z" fill="#263238"></path>
3
+ </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="M17.2 24.2C16.43 24.2 15.807 24.83 15.807 25.6C15.807 26.37 16.43 27 17.2 27C17.97 27 18.6 26.37 18.6 25.6C18.6 24.83 17.97 24.2 17.2 24.2ZM13 13V14.4H14.4L16.92 19.713L15.975 21.428C15.863 21.624 15.8 21.855 15.8 22.1C15.8 22.87 16.43 23.5 17.2 23.5H25.6V22.1H17.494C17.396 22.1 17.319 22.023 17.319 21.925L17.34 21.841L17.97 20.7H23.185C23.71 20.7 24.172 20.413 24.41 19.979L26.916 15.436C26.972 15.338 27 15.219 27 15.1C27 14.715 26.685 14.4 26.3 14.4H15.947L15.289 13H13ZM24.2 24.2C23.43 24.2 22.807 24.83 22.807 25.6C22.807 26.37 23.43 27 24.2 27C24.97 27 25.6 26.37 25.6 25.6C25.6 24.83 24.97 24.2 24.2 24.2Z" 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="M17.2 24.2C16.43 24.2 15.807 24.83 15.807 25.6C15.807 26.37 16.43 27 17.2 27C17.97 27 18.6 26.37 18.6 25.6C18.6 24.83 17.97 24.2 17.2 24.2ZM13 13V14.4H14.4L16.92 19.713L15.975 21.428C15.863 21.624 15.8 21.855 15.8 22.1C15.8 22.87 16.43 23.5 17.2 23.5H25.6V22.1H17.494C17.396 22.1 17.319 22.023 17.319 21.925L17.34 21.841L17.97 20.7H23.185C23.71 20.7 24.172 20.413 24.41 19.979L26.916 15.436C26.972 15.338 27 15.219 27 15.1C27 14.715 26.685 14.4 26.3 14.4H15.947L15.289 13H13ZM24.2 24.2C23.43 24.2 22.807 24.83 22.807 25.6C22.807 26.37 23.43 27 24.2 27C24.97 27 25.6 26.37 25.6 25.6C25.6 24.83 24.97 24.2 24.2 24.2Z" fill="#263238"></path>
3
+ </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="M25.4444 13H14.5556C13.6922 13 13 13.7 13 14.5556V25.4444C13 26.3 13.6922 27 14.5556 27H25.4444C26.3078 27 27 26.3 27 25.4444V14.5556C27 13.7 26.3078 13 25.4444 13ZM18.4444 23.8889L14.5556 20L15.6522 18.9033L18.4444 21.6878L24.3478 15.7844L25.4444 16.8889L18.4444 23.8889Z" 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="M25.4444 13H14.5556C13.6922 13 13 13.7 13 14.5556V25.4444C13 26.3 13.6922 27 14.5556 27H25.4444C26.3078 27 27 26.3 27 25.4444V14.5556C27 13.7 26.3078 13 25.4444 13ZM18.4444 23.8889L14.5556 20L15.6522 18.9033L18.4444 21.6878L24.3478 15.7844L25.4444 16.8889L18.4444 23.8889Z" fill="#263238"></path>
3
+ </svg>
@@ -1,7 +1,7 @@
1
- <svg fill="none" height="12" viewbox="14 14 12 12" width="12" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M21.4552 23.3333H15.2106C15.1829 23.3333 15.1554 23.3393 15.1298 23.3511C15.1042 23.3629 15.0809 23.3801 15.0614 23.4019C15.0418 23.4236 15.0263 23.4494 15.0158 23.4778C15.0053 23.5062 14.9999 23.5367 15 23.5674V24.7658C14.9999 24.7965 15.0053 24.8269 15.0158 24.8553C15.0263 24.8837 15.0418 24.9095 15.0614 24.9313C15.0809 24.953 15.1042 24.9703 15.1298 24.9821C15.1554 24.9939 15.1829 24.9999 15.2106 24.9999H21.4561C21.5119 24.9994 21.5654 24.9746 21.6048 24.9308C21.6442 24.8869 21.6664 24.8277 21.6667 24.7658V23.5692C21.6669 23.5383 21.6616 23.5077 21.651 23.4791C21.6405 23.4504 21.625 23.4244 21.6053 23.4025C21.5857 23.3805 21.5623 23.3631 21.5365 23.3512C21.5108 23.3394 21.4831 23.3333 21.4552 23.3333V23.3333Z" fill="#505CA6"></path>
3
- <path d="M22.2887 15H16.0441C15.9882 15 15.9347 15.0246 15.8952 15.0683C15.8557 15.1121 15.8335 15.1714 15.8335 15.2333V16.4334C15.8335 16.4952 15.8557 16.5546 15.8952 16.5983C15.9347 16.6421 15.9882 16.6667 16.0441 16.6667H22.2896C22.3172 16.6667 22.3446 16.6606 22.3702 16.6489C22.3957 16.6372 22.4189 16.62 22.4385 16.5983C22.458 16.5767 22.4735 16.5509 22.4841 16.5226C22.4947 16.4943 22.5002 16.464 22.5002 16.4334V15.2333C22.4999 15.1714 22.4776 15.112 22.4379 15.0683C22.3983 15.0246 22.3447 15 22.2887 15V15Z" fill="#505CA6"></path>
4
- <path d="M18.3333 15H20L19.1667 25H17.5L18.3333 15Z" fill="#505CA6"></path>
5
- <path d="M24.9998 19.6L24.5698 19.17L21.6697 22.0701L22.0998 22.5001L24.9998 19.6Z" fill="#505CA6"></path>
6
- <path d="M24.5666 22.4968L24.9966 22.0668L22.0965 19.1667L21.6665 19.5968L24.5666 22.4968Z" fill="#505CA6"></path>
7
- </svg>
1
+ <svg fill="none" height="12" viewbox="14 14 12 12" width="12" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M21.4552 23.3333H15.2106C15.1829 23.3333 15.1554 23.3393 15.1298 23.3511C15.1042 23.3629 15.0809 23.3801 15.0614 23.4019C15.0418 23.4236 15.0263 23.4494 15.0158 23.4778C15.0053 23.5062 14.9999 23.5367 15 23.5674V24.7658C14.9999 24.7965 15.0053 24.8269 15.0158 24.8553C15.0263 24.8837 15.0418 24.9095 15.0614 24.9313C15.0809 24.953 15.1042 24.9703 15.1298 24.9821C15.1554 24.9939 15.1829 24.9999 15.2106 24.9999H21.4561C21.5119 24.9994 21.5654 24.9746 21.6048 24.9308C21.6442 24.8869 21.6664 24.8277 21.6667 24.7658V23.5692C21.6669 23.5383 21.6616 23.5077 21.651 23.4791C21.6405 23.4504 21.625 23.4244 21.6053 23.4025C21.5857 23.3805 21.5623 23.3631 21.5365 23.3512C21.5108 23.3394 21.4831 23.3333 21.4552 23.3333V23.3333Z" fill="#505CA6"></path>
3
+ <path d="M22.2887 15H16.0441C15.9882 15 15.9347 15.0246 15.8952 15.0683C15.8557 15.1121 15.8335 15.1714 15.8335 15.2333V16.4334C15.8335 16.4952 15.8557 16.5546 15.8952 16.5983C15.9347 16.6421 15.9882 16.6667 16.0441 16.6667H22.2896C22.3172 16.6667 22.3446 16.6606 22.3702 16.6489C22.3957 16.6372 22.4189 16.62 22.4385 16.5983C22.458 16.5767 22.4735 16.5509 22.4841 16.5226C22.4947 16.4943 22.5002 16.464 22.5002 16.4334V15.2333C22.4999 15.1714 22.4776 15.112 22.4379 15.0683C22.3983 15.0246 22.3447 15 22.2887 15V15Z" fill="#505CA6"></path>
4
+ <path d="M18.3333 15H20L19.1667 25H17.5L18.3333 15Z" fill="#505CA6"></path>
5
+ <path d="M24.9998 19.6L24.5698 19.17L21.6697 22.0701L22.0998 22.5001L24.9998 19.6Z" fill="#505CA6"></path>
6
+ <path d="M24.5666 22.4968L24.9966 22.0668L22.0965 19.1667L21.6665 19.5968L24.5666 22.4968Z" fill="#505CA6"></path>
7
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg fill="none" height="14" viewbox="13 13 14 14" width="14" xmlns="http://www.w3.org/2000/svg">
2
- <circle cx="20" cy="20" fill="white" r="7"></circle>
3
- <path d="M20 13C18.6155 13 17.2622 13.4105 16.111 14.1797C14.9599 14.9489 14.0627 16.0421 13.5328 17.3212C13.003 18.6003 12.8644 20.0078 13.1345 21.3656C13.4046 22.7235 14.0713 23.9708 15.0503 24.9497C16.0292 25.9287 17.2765 26.5954 18.6344 26.8655C19.9922 27.1356 21.3997 26.997 22.6788 26.4672C23.9579 25.9373 25.0511 25.0401 25.8203 23.889C26.5895 22.7378 27 21.3845 27 20C27 18.1435 26.2625 16.363 24.9497 15.0503C23.637 13.7375 21.8565 13 20 13V13ZM21.3125 24.5558H18.6875V19.3058H21.3125V24.5558ZM20 18.0692C19.7404 18.0692 19.4867 17.9922 19.2708 17.848C19.055 17.7038 18.8868 17.4988 18.7874 17.2589C18.6881 17.0191 18.6621 16.7552 18.7127 16.5006C18.7634 16.246 18.8884 16.0121 19.0719 15.8286C19.2555 15.645 19.4893 15.52 19.7439 15.4694C19.9985 15.4187 20.2624 15.4447 20.5023 15.5441C20.7421 15.6434 20.9471 15.8116 21.0913 16.0275C21.2355 16.2433 21.3125 16.4971 21.3125 16.7567C21.312 17.1046 21.1736 17.4382 20.9276 17.6842C20.6815 17.9303 20.348 18.0687 20 18.0692V18.0692Z" fill="#B2B9C5"></path>
4
- </svg>
1
+ <svg fill="none" height="14" viewbox="13 13 14 14" width="14" xmlns="http://www.w3.org/2000/svg">
2
+ <circle cx="20" cy="20" fill="white" r="7"></circle>
3
+ <path d="M20 13C18.6155 13 17.2622 13.4105 16.111 14.1797C14.9599 14.9489 14.0627 16.0421 13.5328 17.3212C13.003 18.6003 12.8644 20.0078 13.1345 21.3656C13.4046 22.7235 14.0713 23.9708 15.0503 24.9497C16.0292 25.9287 17.2765 26.5954 18.6344 26.8655C19.9922 27.1356 21.3997 26.997 22.6788 26.4672C23.9579 25.9373 25.0511 25.0401 25.8203 23.889C26.5895 22.7378 27 21.3845 27 20C27 18.1435 26.2625 16.363 24.9497 15.0503C23.637 13.7375 21.8565 13 20 13V13ZM21.3125 24.5558H18.6875V19.3058H21.3125V24.5558ZM20 18.0692C19.7404 18.0692 19.4867 17.9922 19.2708 17.848C19.055 17.7038 18.8868 17.4988 18.7874 17.2589C18.6881 17.0191 18.6621 16.7552 18.7127 16.5006C18.7634 16.246 18.8884 16.0121 19.0719 15.8286C19.2555 15.645 19.4893 15.52 19.7439 15.4694C19.9985 15.4187 20.2624 15.4447 20.5023 15.5441C20.7421 15.6434 20.9471 15.8116 21.0913 16.0275C21.2355 16.2433 21.3125 16.4971 21.3125 16.7567C21.312 17.1046 21.1736 17.4382 20.9276 17.6842C20.6815 17.9303 20.348 18.0687 20 18.0692V18.0692Z" fill="#B2B9C5"></path>
4
+ </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="M24.4548 14.2727H21.7948C21.5275 13.5345 20.8275 13 20.0002 13C19.1729 13 18.4729 13.5345 18.2057 14.2727H15.5457C14.8457 14.2727 14.2729 14.8455 14.2729 15.5455V25.7273C14.2729 26.4273 14.8457 27 15.5457 27H24.4548C25.1548 27 25.7275 26.4273 25.7275 25.7273V15.5455C25.7275 14.8455 25.1548 14.2727 24.4548 14.2727ZM20.0002 14.2727C20.3502 14.2727 20.6366 14.5591 20.6366 14.9091C20.6366 15.2591 20.3502 15.5455 20.0002 15.5455C19.6502 15.5455 19.3639 15.2591 19.3639 14.9091C19.3639 14.5591 19.6502 14.2727 20.0002 14.2727ZM23.4548 24.7273H16.5457V16.5455H17.8184V17.4545H22.182V16.5455H23.4548V24.7273Z" 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="M24.4548 14.2727H21.7948C21.5275 13.5345 20.8275 13 20.0002 13C19.1729 13 18.4729 13.5345 18.2057 14.2727H15.5457C14.8457 14.2727 14.2729 14.8455 14.2729 15.5455V25.7273C14.2729 26.4273 14.8457 27 15.5457 27H24.4548C25.1548 27 25.7275 26.4273 25.7275 25.7273V15.5455C25.7275 14.8455 25.1548 14.2727 24.4548 14.2727ZM20.0002 14.2727C20.3502 14.2727 20.6366 14.5591 20.6366 14.9091C20.6366 15.2591 20.3502 15.5455 20.0002 15.5455C19.6502 15.5455 19.3639 15.2591 19.3639 14.9091C19.3639 14.5591 19.6502 14.2727 20.0002 14.2727ZM23.4548 24.7273H16.5457V16.5455H17.8184V17.4545H22.182V16.5455H23.4548V24.7273Z" fill="#263238"></path>
3
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg fill="none" height="14" viewbox="13 13 14 14" width="14" xmlns="http://www.w3.org/2000/svg">
2
- <circle cx="20" cy="20" r="6.125" stroke="#263238" stroke-width="1.75"></circle>
3
- <path d="M20 17V20.5L22 22" stroke="#263238" stroke-linecap="square" stroke-width="1.75"></path>
4
- </svg>
1
+ <svg fill="none" height="14" viewbox="13 13 14 14" width="14" xmlns="http://www.w3.org/2000/svg">
2
+ <circle cx="20" cy="20" r="6.125" stroke="#263238" stroke-width="1.75"></circle>
3
+ <path d="M20 17V20.5L22 22" stroke="#263238" stroke-linecap="square" stroke-width="1.75"></path>
4
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg fill="none" height="15" viewbox="13 13 15 15" width="15" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M26.2928 14.7916L25.2165 13.7153L13.7151 25.2166L14.7914 26.2929L26.2928 14.7916Z" fill="#FF5656"></path>
3
- <path d="M25.2084 26.2848L26.2847 25.2085L14.7833 13.7072L13.707 14.7835L25.2084 26.2848Z" fill="#FF5656"></path>
4
- </svg>
1
+ <svg fill="none" height="15" viewbox="13 13 15 15" width="15" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M26.2928 14.7916L25.2165 13.7153L13.7151 25.2166L14.7914 26.2929L26.2928 14.7916Z" fill="#FF5656"></path>
3
+ <path d="M25.2084 26.2848L26.2847 25.2085L14.7833 13.7072L13.707 14.7835L25.2084 26.2848Z" fill="#FF5656"></path>
4
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg fill="none" height="14" viewbox="14 13 12 14" width="12" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M20 19L25 14H15L20 19Z" fill="#263238"></path>
3
- <path d="M20 21L15 26L25 26L20 21Z" fill="#263238"></path>
4
- </svg>
1
+ <svg fill="none" height="14" viewbox="14 13 12 14" width="12" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M20 19L25 14H15L20 19Z" fill="#263238"></path>
3
+ <path d="M20 21L15 26L25 26L20 21Z" fill="#263238"></path>
4
+ </svg>
@@ -1,7 +1,7 @@
1
- <svg fill="none" height="42" viewbox="-1 0 42 42" width="42" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M6.2 4.5H38C39.1 4.5 40 3.6 40 2.5C40 1.4 39.1 0.5 38 0.5H6C2.7 0.5 0 3.2 0 6.5C0 8.2 0.7 9.7 1.8 10.7C2.8 11.8 4.3 12.5 6 12.5H38C39.1 12.5 40 11.6 40 10.5C40 9.4 39.1 8.5 38 8.5H6C4.8 8.5 3.8 7.4 4 6.2C4.2 5.2 5.1 4.5 6.2 4.5Z" fill="#B2B9C5"></path>
3
- <path d="M6.1 32.5H38C39.1 32.5 40 31.6 40 30.5C40 29.4 39.1 28.5 38 28.5H6C2.7 28.5 0 31.2 0 34.5C0 36.2 0.7 37.7 1.8 38.7C2.8 39.8 4.3 40.5 6 40.5H38C39.1 40.5 40 39.6 40 38.5C40 37.4 39.1 36.5 38 36.5H6C4.8 36.5 3.8 35.4 4 34.2C4.2 33.2 5.1 32.5 6.1 32.5Z" fill="#B2B9C5"></path>
4
- <path d="M33.9 22.5H2C0.9 22.5 0 23.4 0 24.5C0 25.6 0.9 26.5 2 26.5H34C37.3 26.5 40 23.8 40 20.5C40 18.8 39.3 17.3 38.2 16.3C37.2 15.2 35.7 14.5 34 14.5H2C0.9 14.5 0 15.4 0 16.5C0 17.6 0.9 18.5 2 18.5H34C35.2 18.5 36.2 19.6 36 20.8C35.8 21.8 34.9 22.5 33.9 22.5Z" fill="#B2B9C5"></path>
5
- <path d="M17.1001 19.5L13.1001 16.5L9.1001 19.5V4.5H17.1001V19.5Z" fill="#FF5656"></path>
6
- <path d="M30.8999 33.5L26.8999 30.5L22.8999 33.5V18.5H30.8999V33.5Z" fill="#F58F46"></path>
7
- </svg>
1
+ <svg fill="none" height="42" viewbox="-1 0 42 42" width="42" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M6.2 4.5H38C39.1 4.5 40 3.6 40 2.5C40 1.4 39.1 0.5 38 0.5H6C2.7 0.5 0 3.2 0 6.5C0 8.2 0.7 9.7 1.8 10.7C2.8 11.8 4.3 12.5 6 12.5H38C39.1 12.5 40 11.6 40 10.5C40 9.4 39.1 8.5 38 8.5H6C4.8 8.5 3.8 7.4 4 6.2C4.2 5.2 5.1 4.5 6.2 4.5Z" fill="#B2B9C5"></path>
3
+ <path d="M6.1 32.5H38C39.1 32.5 40 31.6 40 30.5C40 29.4 39.1 28.5 38 28.5H6C2.7 28.5 0 31.2 0 34.5C0 36.2 0.7 37.7 1.8 38.7C2.8 39.8 4.3 40.5 6 40.5H38C39.1 40.5 40 39.6 40 38.5C40 37.4 39.1 36.5 38 36.5H6C4.8 36.5 3.8 35.4 4 34.2C4.2 33.2 5.1 32.5 6.1 32.5Z" fill="#B2B9C5"></path>
4
+ <path d="M33.9 22.5H2C0.9 22.5 0 23.4 0 24.5C0 25.6 0.9 26.5 2 26.5H34C37.3 26.5 40 23.8 40 20.5C40 18.8 39.3 17.3 38.2 16.3C37.2 15.2 35.7 14.5 34 14.5H2C0.9 14.5 0 15.4 0 16.5C0 17.6 0.9 18.5 2 18.5H34C35.2 18.5 36.2 19.6 36 20.8C35.8 21.8 34.9 22.5 33.9 22.5Z" fill="#B2B9C5"></path>
5
+ <path d="M17.1001 19.5L13.1001 16.5L9.1001 19.5V4.5H17.1001V19.5Z" fill="#FF5656"></path>
6
+ <path d="M30.8999 33.5L26.8999 30.5L22.8999 33.5V18.5H30.8999V33.5Z" fill="#F58F46"></path>
7
+ </svg>
@@ -1,6 +1,6 @@
1
- <svg fill="none" height="23" viewbox="17 5 13 23" width="13" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M21.5 14.75C21.5 15.7165 20.7165 16.5 19.75 16.5C18.7835 16.5 18 15.7165 18 14.75C18 13.7835 18.7835 13 19.75 13C20.7165 13 21.5 13.7835 21.5 14.75Z" fill="#263238"></path>
3
- <path d="M21.5 20C21.5 20.9665 20.7165 21.75 19.75 21.75C18.7835 21.75 18 20.9665 18 20C18 19.0335 18.7835 18.25 19.75 18.25C20.7165 18.25 21.5 19.0335 21.5 20Z" fill="#263238"></path>
4
- <path d="M21.5 25.25C21.5 26.2165 20.7165 27 19.75 27C18.7835 27 18 26.2165 18 25.25C18 24.2835 18.7835 23.5 19.75 23.5C20.7165 23.5 21.5 24.2835 21.5 25.25Z" fill="#263238"></path>
5
- <path d="M28.9392 7.96067L25.1605 11.6893L23.0605 11.9393L23.3105 9.83935L27.0392 6.06067L28.9392 7.96067Z" fill="#99DB0C"></path>
6
- </svg>
1
+ <svg fill="none" height="23" viewbox="17 5 13 23" width="13" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M21.5 14.75C21.5 15.7165 20.7165 16.5 19.75 16.5C18.7835 16.5 18 15.7165 18 14.75C18 13.7835 18.7835 13 19.75 13C20.7165 13 21.5 13.7835 21.5 14.75Z" fill="#263238"></path>
3
+ <path d="M21.5 20C21.5 20.9665 20.7165 21.75 19.75 21.75C18.7835 21.75 18 20.9665 18 20C18 19.0335 18.7835 18.25 19.75 18.25C20.7165 18.25 21.5 19.0335 21.5 20Z" fill="#263238"></path>
4
+ <path d="M21.5 25.25C21.5 26.2165 20.7165 27 19.75 27C18.7835 27 18 26.2165 18 25.25C18 24.2835 18.7835 23.5 19.75 23.5C20.7165 23.5 21.5 24.2835 21.5 25.25Z" fill="#263238"></path>
5
+ <path d="M28.9392 7.96067L25.1605 11.6893L23.0605 11.9393L23.3105 9.83935L27.0392 6.06067L28.9392 7.96067Z" fill="#99DB0C"></path>
6
+ </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
- <path d="M21.5 14.75C21.5 15.7165 20.7165 16.5 19.75 16.5C18.7835 16.5 18 15.7165 18 14.75C18 13.7835 18.7835 13 19.75 13C20.7165 13 21.5 13.7835 21.5 14.75Z" fill="#263238"></path>
3
- <path d="M21.5 25.25C21.5 26.2165 20.7165 27 19.75 27C18.7835 27 18 26.2165 18 25.25C18 24.2835 18.7835 23.5 19.75 23.5C20.7165 23.5 21.5 24.2835 21.5 25.25Z" fill="#263238"></path>
4
- <path d="M22.9392 18.9607L19.1605 22.6893L17.0605 22.9393L17.3105 20.8393L21.0392 17.0607L22.9392 18.9607Z" fill="#99DB0C"></path>
5
- </svg>
1
+ <svg fill="none" height="16" viewbox="16 12 8 16" width="8" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M21.5 14.75C21.5 15.7165 20.7165 16.5 19.75 16.5C18.7835 16.5 18 15.7165 18 14.75C18 13.7835 18.7835 13 19.75 13C20.7165 13 21.5 13.7835 21.5 14.75Z" fill="#263238"></path>
3
+ <path d="M21.5 25.25C21.5 26.2165 20.7165 27 19.75 27C18.7835 27 18 26.2165 18 25.25C18 24.2835 18.7835 23.5 19.75 23.5C20.7165 23.5 21.5 24.2835 21.5 25.25Z" fill="#263238"></path>
4
+ <path d="M22.9392 18.9607L19.1605 22.6893L17.0605 22.9393L17.3105 20.8393L21.0392 17.0607L22.9392 18.9607Z" fill="#99DB0C"></path>
5
+ </svg>
@@ -1,5 +1,5 @@
1
- <svg fill="none" height="16" viewbox="17 12 6 16" width="6" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M21.75 14.75C21.75 15.7165 20.9665 16.5 20 16.5C19.0335 16.5 18.25 15.7165 18.25 14.75C18.25 13.7835 19.0335 13 20 13C20.9665 13 21.75 13.7835 21.75 14.75Z" fill="#263238"></path>
3
- <path d="M21.75 20C21.75 20.9665 20.9665 21.75 20 21.75C19.0335 21.75 18.25 20.9665 18.25 20C18.25 19.0335 19.0335 18.25 20 18.25C20.9665 18.25 21.75 19.0335 21.75 20Z" fill="#263238"></path>
4
- <path d="M21.75 25.25C21.75 26.2165 20.9665 27 20 27C19.0335 27 18.25 26.2165 18.25 25.25C18.25 24.2835 19.0335 23.5 20 23.5C20.9665 23.5 21.75 24.2835 21.75 25.25Z" fill="#263238"></path>
5
- </svg>
1
+ <svg fill="none" height="16" viewbox="17 12 6 16" width="6" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M21.75 14.75C21.75 15.7165 20.9665 16.5 20 16.5C19.0335 16.5 18.25 15.7165 18.25 14.75C18.25 13.7835 19.0335 13 20 13C20.9665 13 21.75 13.7835 21.75 14.75Z" fill="#263238"></path>
3
+ <path d="M21.75 20C21.75 20.9665 20.9665 21.75 20 21.75C19.0335 21.75 18.25 20.9665 18.25 20C18.25 19.0335 19.0335 18.25 20 18.25C20.9665 18.25 21.75 19.0335 21.75 20Z" fill="#263238"></path>
4
+ <path d="M21.75 25.25C21.75 26.2165 20.9665 27 20 27C19.0335 27 18.25 26.2165 18.25 25.25C18.25 24.2835 19.0335 23.5 20 23.5C20.9665 23.5 21.75 24.2835 21.75 25.25Z" fill="#263238"></path>
5
+ </svg>
@@ -1,5 +1,5 @@
1
- <svg fill="none" height="6" viewbox="12 17 16 6" width="16" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M16.5 19.75C16.5 20.7165 15.7165 21.5 14.75 21.5C13.7835 21.5 13 20.7165 13 19.75C13 18.7835 13.7835 18 14.75 18C15.7165 18 16.5 18.7835 16.5 19.75Z" fill="#B2B9C5"></path>
3
- <path d="M21.75 19.75C21.75 20.7165 20.9665 21.5 20 21.5C19.0335 21.5 18.25 20.7165 18.25 19.75C18.25 18.7835 19.0335 18 20 18C20.9665 18 21.75 18.7835 21.75 19.75Z" fill="#B2B9C5"></path>
4
- <path d="M27 19.75C27 20.7165 26.2165 21.5 25.25 21.5C24.2835 21.5 23.5 20.7165 23.5 19.75C23.5 18.7835 24.2835 18 25.25 18C26.2165 18 27 18.7835 27 19.75Z" fill="#B2B9C5"></path>
5
- </svg>
1
+ <svg fill="none" height="6" viewbox="12 17 16 6" width="16" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M16.5 19.75C16.5 20.7165 15.7165 21.5 14.75 21.5C13.7835 21.5 13 20.7165 13 19.75C13 18.7835 13.7835 18 14.75 18C15.7165 18 16.5 18.7835 16.5 19.75Z" fill="#B2B9C5"></path>
3
+ <path d="M21.75 19.75C21.75 20.7165 20.9665 21.5 20 21.5C19.0335 21.5 18.25 20.7165 18.25 19.75C18.25 18.7835 19.0335 18 20 18C20.9665 18 21.75 18.7835 21.75 19.75Z" fill="#B2B9C5"></path>
4
+ <path d="M27 19.75C27 20.7165 26.2165 21.5 25.25 21.5C24.2835 21.5 23.5 20.7165 23.5 19.75C23.5 18.7835 24.2835 18 25.25 18C26.2165 18 27 18.7835 27 19.75Z" fill="#B2B9C5"></path>
5
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg fill="none" height="10" viewBox="0 0 10 10" width="10" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M9.87865 8.47868L8.47865 9.87868L0.121287 1.52132L1.52129 0.121318L5.69997 4.3L9.87865 8.47868Z" fill="black"/>
3
+ <path d="M1.5213 9.87868L0.121302 8.47868L8.47866 0.12132L9.87866 1.52132L1.5213 9.87868Z" fill="black"/>
4
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg fill="none" height="14" viewbox="10 13 20 14" width="20" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M20 16C22.829 16 24.976 17.278 26.69 20.003C24.975 22.724 22.827 24 20 24C17.173 24 15.025 22.724 13.31 20.003C15.024 17.278 17.171 16 20 16ZM20 14C15.727 14 12.906 16.43 11 20.005C12.906 23.57 15.727 26 20 26C24.273 26 27.094 23.57 29 20.005C27.094 16.43 24.273 14 20 14Z" fill="#263238"></path>
3
- <path d="M20 22C21.1046 22 22 21.1046 22 20C22 18.8954 21.1046 18 20 18C18.8954 18 18 18.8954 18 20C18 21.1046 18.8954 22 20 22Z" fill="#263238"></path>
4
- </svg>
1
+ <svg fill="none" height="14" viewbox="10 13 20 14" width="20" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M20 16C22.829 16 24.976 17.278 26.69 20.003C24.975 22.724 22.827 24 20 24C17.173 24 15.025 22.724 13.31 20.003C15.024 17.278 17.171 16 20 16ZM20 14C15.727 14 12.906 16.43 11 20.005C12.906 23.57 15.727 26 20 26C24.273 26 27.094 23.57 29 20.005C27.094 16.43 24.273 14 20 14Z" fill="#263238"></path>
3
+ <path d="M20 22C21.1046 22 22 21.1046 22 20C22 18.8954 21.1046 18 20 18C18.8954 18 18 18.8954 18 20C18 21.1046 18.8954 22 20 22Z" fill="#263238"></path>
4
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg fill="none" height="16" viewbox="14 12 12 16" width="12" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M15 13.0001H17V27.0001H15V13.0001Z" fill="#263238"></path>
3
- <path d="M17 21C15.8954 21 15 20.1046 15 19L15 15C15 13.8954 15.8954 13.0001 17 13.0001L25 13L22.1429 17L25 21L17 21Z" fill="#263238"></path>
4
- </svg>
1
+ <svg fill="none" height="16" viewbox="14 12 12 16" width="12" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M15 13.0001H17V27.0001H15V13.0001Z" fill="#263238"></path>
3
+ <path d="M17 21C15.8954 21 15 20.1046 15 19L15 15C15 13.8954 15.8954 13.0001 17 13.0001L25 13L22.1429 17L25 21L17 21Z" 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="M15.7713 25.7127C15.8072 26.4355 16.3994 27 17.1244 27H22.6175C23.3425 27 23.9348 26.4355 23.9706 25.7127L24.7618 16.6129H14.9801L15.7713 25.7127ZM21.2258 18.871H22.129V23.8387H21.2258V18.871ZM19.4194 18.871H20.3226V23.8387H19.4194V18.871ZM17.6129 18.871H18.5161V23.8387H17.6129V18.871Z" fill="#DEE2EB"></path>
3
- <path d="M22.129 13.9032V13H17.6129V13.9032H14V15.7097H25.7419V13.9032H22.129Z" fill="#DEE2EB"></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="M15.7713 25.7127C15.8072 26.4355 16.3994 27 17.1244 27H22.6175C23.3425 27 23.9348 26.4355 23.9706 25.7127L24.7618 16.6129H14.9801L15.7713 25.7127ZM21.2258 18.871H22.129V23.8387H21.2258V18.871ZM19.4194 18.871H20.3226V23.8387H19.4194V18.871ZM17.6129 18.871H18.5161V23.8387H17.6129V18.871Z" fill="#DEE2EB"></path>
3
+ <path d="M22.129 13.9032V13H17.6129V13.9032H14V15.7097H25.7419V13.9032H22.129Z" fill="#DEE2EB"></path>
4
+ </svg>
@@ -1,16 +1,16 @@
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="M20.5 7C21.9 7 23 8.1 23 9.5C23 10.9 21.9 12 20.5 12C19.1 12 18 10.9 18 9.5C18 8.1 19.1 7 20.5 7ZM20.5 6C18.6 6 17 7.6 17 9.5C17 11.4 18.6 13 20.5 13C22.4 13 24 11.4 24 9.5C24 7.6 22.4 6 20.5 6Z" fill="white"></path>
4
- <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="white"></path>
5
- <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="white"></path>
6
- <path d="M20.5 28C21.9 28 23 29.1 23 30.5C23 31.9 21.9 33 20.5 33C19.1 33 18 31.9 18 30.5C18 29.1 19.1 28 20.5 28ZM20.5 27C18.6 27 17 28.6 17 30.5C17 32.4 18.6 34 20.5 34C22.4 34 24 32.4 24 30.5C24 28.6 22.4 27 20.5 27Z" fill="white"></path>
7
- <path d="M30.5 12V28" stroke="white" stroke-miterlimit="10"></path>
8
- <path d="M28 9.5H24" stroke="white" stroke-miterlimit="10"></path>
9
- <path d="M28 30.5H24" stroke="white" stroke-miterlimit="10"></path>
10
- <path d="M15 17V24.6C15 25.4 14.4 26 13.6 26H9.4C8.6 26 8 25.4 8 24.6V17H15ZM16 16H7V24.6C7 25.9 8.1 27 9.4 27H13.6C14.9 27 16 25.9 16 24.6V16Z" fill="white"></path>
11
- <path d="M16 15V16H7V15H16ZM17 14H6V17H17V14Z" fill="white"></path>
12
- <path d="M11.5 19V24" stroke="white" stroke-miterlimit="10"></path>
13
- <path d="M13.5 19V24" stroke="white" stroke-miterlimit="10"></path>
14
- <path d="M9.5 19V24" stroke="white" stroke-miterlimit="10"></path>
15
- <path d="M12 13V14H11V13H12ZM13 12H10V15H13V12Z" fill="white"></path>
16
- </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="M20.5 7C21.9 7 23 8.1 23 9.5C23 10.9 21.9 12 20.5 12C19.1 12 18 10.9 18 9.5C18 8.1 19.1 7 20.5 7ZM20.5 6C18.6 6 17 7.6 17 9.5C17 11.4 18.6 13 20.5 13C22.4 13 24 11.4 24 9.5C24 7.6 22.4 6 20.5 6Z" fill="white"></path>
4
+ <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="white"></path>
5
+ <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="white"></path>
6
+ <path d="M20.5 28C21.9 28 23 29.1 23 30.5C23 31.9 21.9 33 20.5 33C19.1 33 18 31.9 18 30.5C18 29.1 19.1 28 20.5 28ZM20.5 27C18.6 27 17 28.6 17 30.5C17 32.4 18.6 34 20.5 34C22.4 34 24 32.4 24 30.5C24 28.6 22.4 27 20.5 27Z" fill="white"></path>
7
+ <path d="M30.5 12V28" stroke="white" stroke-miterlimit="10"></path>
8
+ <path d="M28 9.5H24" stroke="white" stroke-miterlimit="10"></path>
9
+ <path d="M28 30.5H24" stroke="white" stroke-miterlimit="10"></path>
10
+ <path d="M15 17V24.6C15 25.4 14.4 26 13.6 26H9.4C8.6 26 8 25.4 8 24.6V17H15ZM16 16H7V24.6C7 25.9 8.1 27 9.4 27H13.6C14.9 27 16 25.9 16 24.6V16Z" fill="white"></path>
11
+ <path d="M16 15V16H7V15H16ZM17 14H6V17H17V14Z" fill="white"></path>
12
+ <path d="M11.5 19V24" stroke="white" stroke-miterlimit="10"></path>
13
+ <path d="M13.5 19V24" stroke="white" stroke-miterlimit="10"></path>
14
+ <path d="M9.5 19V24" stroke="white" stroke-miterlimit="10"></path>
15
+ <path d="M12 13V14H11V13H12ZM13 12H10V15H13V12Z" fill="white"></path>
16
+ </svg>
@@ -1,15 +1,15 @@
1
- <svg fill="none" height="30" viewbox="5 5 30 30" width="30" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M20.5 7C21.9 7 23 8.1 23 9.5C23 10.9 21.9 12 20.5 12C19.1 12 18 10.9 18 9.5C18 8.1 19.1 7 20.5 7ZM20.5 6C18.6 6 17 7.6 17 9.5C17 11.4 18.6 13 20.5 13C22.4 13 24 11.4 24 9.5C24 7.6 22.4 6 20.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="M20.5 28C21.9 28 23 29.1 23 30.5C23 31.9 21.9 33 20.5 33C19.1 33 18 31.9 18 30.5C18 29.1 19.1 28 20.5 28ZM20.5 27C18.6 27 17 28.6 17 30.5C17 32.4 18.6 34 20.5 34C22.4 34 24 32.4 24 30.5C24 28.6 22.4 27 20.5 27Z" fill="#666666"></path>
6
- <path d="M30.5 12V28" stroke="#666666" stroke-miterlimit="10"></path>
7
- <path d="M28 9.5H24" stroke="#666666" stroke-miterlimit="10"></path>
8
- <path d="M28 30.5H24" stroke="#666666" stroke-miterlimit="10"></path>
9
- <path d="M15 17V24.6C15 25.4 14.4 26 13.6 26H9.4C8.6 26 8 25.4 8 24.6V17H15ZM16 16H7V24.6C7 25.9 8.1 27 9.4 27H13.6C14.9 27 16 25.9 16 24.6V16Z" fill="#666666"></path>
10
- <path d="M16 15V16H7V15H16ZM17 14H6V17H17V14Z" fill="#666666"></path>
11
- <path d="M11.5 19V24" stroke="#666666" stroke-miterlimit="10"></path>
12
- <path d="M13.5 19V24" stroke="#666666" stroke-miterlimit="10"></path>
13
- <path d="M9.5 19V24" stroke="#666666" stroke-miterlimit="10"></path>
14
- <path d="M12 13V14H11V13H12ZM13 12H10V15H13V12Z" fill="#666666"></path>
15
- </svg>
1
+ <svg fill="none" height="30" viewbox="5 5 30 30" width="30" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M20.5 7C21.9 7 23 8.1 23 9.5C23 10.9 21.9 12 20.5 12C19.1 12 18 10.9 18 9.5C18 8.1 19.1 7 20.5 7ZM20.5 6C18.6 6 17 7.6 17 9.5C17 11.4 18.6 13 20.5 13C22.4 13 24 11.4 24 9.5C24 7.6 22.4 6 20.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="M20.5 28C21.9 28 23 29.1 23 30.5C23 31.9 21.9 33 20.5 33C19.1 33 18 31.9 18 30.5C18 29.1 19.1 28 20.5 28ZM20.5 27C18.6 27 17 28.6 17 30.5C17 32.4 18.6 34 20.5 34C22.4 34 24 32.4 24 30.5C24 28.6 22.4 27 20.5 27Z" fill="#666666"></path>
6
+ <path d="M30.5 12V28" stroke="#666666" stroke-miterlimit="10"></path>
7
+ <path d="M28 9.5H24" stroke="#666666" stroke-miterlimit="10"></path>
8
+ <path d="M28 30.5H24" stroke="#666666" stroke-miterlimit="10"></path>
9
+ <path d="M15 17V24.6C15 25.4 14.4 26 13.6 26H9.4C8.6 26 8 25.4 8 24.6V17H15ZM16 16H7V24.6C7 25.9 8.1 27 9.4 27H13.6C14.9 27 16 25.9 16 24.6V16Z" fill="#666666"></path>
10
+ <path d="M16 15V16H7V15H16ZM17 14H6V17H17V14Z" fill="#666666"></path>
11
+ <path d="M11.5 19V24" stroke="#666666" stroke-miterlimit="10"></path>
12
+ <path d="M13.5 19V24" stroke="#666666" stroke-miterlimit="10"></path>
13
+ <path d="M9.5 19V24" stroke="#666666" stroke-miterlimit="10"></path>
14
+ <path d="M12 13V14H11V13H12ZM13 12H10V15H13V12Z" fill="#666666"></path>
15
+ </svg>
@@ -1,12 +1,12 @@
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="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="white"></path>
4
- <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="white"></path>
5
- <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="white"></path>
6
- <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="white"></path>
7
- <path d="M30.5 12V28" stroke="white" stroke-miterlimit="10"></path>
8
- <path d="M28 9.5H22" stroke="white" stroke-miterlimit="10"></path>
9
- <path d="M28 30.5H22" stroke="white" stroke-miterlimit="10"></path>
10
- <path d="M18 19H6V21H18V19Z" fill="white"></path>
11
- <path d="M13 26L13 14H11L11 26H13Z" fill="white"></path>
12
- </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="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="white"></path>
4
+ <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="white"></path>
5
+ <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="white"></path>
6
+ <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="white"></path>
7
+ <path d="M30.5 12V28" stroke="white" stroke-miterlimit="10"></path>
8
+ <path d="M28 9.5H22" stroke="white" stroke-miterlimit="10"></path>
9
+ <path d="M28 30.5H22" stroke="white" stroke-miterlimit="10"></path>
10
+ <path d="M18 19H6V21H18V19Z" fill="white"></path>
11
+ <path d="M13 26L13 14H11L11 26H13Z" fill="white"></path>
12
+ </svg>
@@ -1,5 +1,5 @@
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="M6.5 20H33.5" stroke="white" stroke-miterlimit="10" stroke-width="1.3484"></path>
4
- <path d="M19 14L7 20L19 26L14 20L19 14Z" fill="white" stroke="white" stroke-miterlimit="10"></path>
5
- </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="M6.5 20H33.5" stroke="white" stroke-miterlimit="10" stroke-width="1.3484"></path>
4
+ <path d="M19 14L7 20L19 26L14 20L19 14Z" fill="white" stroke="white" stroke-miterlimit="10"></path>
5
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg fill="none" height="14" viewbox="6 13 29 14" width="29" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M6.5 20H33.5" stroke="#666666" stroke-miterlimit="10" stroke-width="1.3484"></path>
3
- <path d="M19 14L7 20L19 26L14 20L19 14Z" fill="#666666" stroke="#666666" stroke-miterlimit="10"></path>
4
- </svg>
1
+ <svg fill="none" height="14" viewbox="6 13 29 14" width="29" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M6.5 20H33.5" stroke="#666666" stroke-miterlimit="10" stroke-width="1.3484"></path>
3
+ <path d="M19 14L7 20L19 26L14 20L19 14Z" fill="#666666" stroke="#666666" stroke-miterlimit="10"></path>
4
+ </svg>
@@ -1,9 +1,9 @@
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="M6.5 15.7998V33.7998" stroke="white" stroke-miterlimit="10" stroke-width="1.3484"></path>
4
- <path d="M33.5 15.7998V33.7998" stroke="white" stroke-miterlimit="10" stroke-width="1.3484"></path>
5
- <path d="M10 24.2998H30" stroke="white" stroke-miterlimit="10" stroke-width="1.3484"></path>
6
- <path d="M25.9004 20.7L29.5004 24.3L25.9004 27.9" stroke="white" stroke-miterlimit="10"></path>
7
- <path d="M13.9002 27.9L10.2002 24.3L13.9002 20.7" stroke="white" stroke-miterlimit="10"></path>
8
- <path d="M14.2001 8.49995C14.2001 7.69995 14.2001 6.99995 14.1001 6.39995H15.3001L15.4001 7.59995C15.9001 6.89995 16.6001 6.19995 17.9001 6.19995C19.0001 6.19995 19.8001 6.79995 20.1001 7.79995C20.3001 7.39995 20.6001 6.99995 21.0001 6.79995C21.5001 6.39995 22.0001 6.29995 22.7001 6.29995C23.7001 6.29995 25.2001 6.99995 25.2001 9.69995V14.3H23.8001V9.69995C23.8001 8.19995 23.3001 7.29995 22.1001 7.29995C21.3001 7.29995 20.7001 7.89995 20.4001 8.59995C20.3001 8.79995 20.3001 8.99995 20.3001 9.29995V14.1H18.9001V9.49995C18.9001 8.29995 18.4001 7.39995 17.3001 7.39995C16.4001 7.39995 15.8001 8.09995 15.6001 8.79995C15.6001 8.99995 15.6001 9.19995 15.6001 9.39995V14.1H14.2001V8.49995Z" fill="white"></path>
9
- </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="M6.5 15.7998V33.7998" stroke="white" stroke-miterlimit="10" stroke-width="1.3484"></path>
4
+ <path d="M33.5 15.7998V33.7998" stroke="white" stroke-miterlimit="10" stroke-width="1.3484"></path>
5
+ <path d="M10 24.2998H30" stroke="white" stroke-miterlimit="10" stroke-width="1.3484"></path>
6
+ <path d="M25.9004 20.7L29.5004 24.3L25.9004 27.9" stroke="white" stroke-miterlimit="10"></path>
7
+ <path d="M13.9002 27.9L10.2002 24.3L13.9002 20.7" stroke="white" stroke-miterlimit="10"></path>
8
+ <path d="M14.2001 8.49995C14.2001 7.69995 14.2001 6.99995 14.1001 6.39995H15.3001L15.4001 7.59995C15.9001 6.89995 16.6001 6.19995 17.9001 6.19995C19.0001 6.19995 19.8001 6.79995 20.1001 7.79995C20.3001 7.39995 20.6001 6.99995 21.0001 6.79995C21.5001 6.39995 22.0001 6.29995 22.7001 6.29995C23.7001 6.29995 25.2001 6.99995 25.2001 9.69995V14.3H23.8001V9.69995C23.8001 8.19995 23.3001 7.29995 22.1001 7.29995C21.3001 7.29995 20.7001 7.89995 20.4001 8.59995C20.3001 8.79995 20.3001 8.99995 20.3001 9.29995V14.1H18.9001V9.49995C18.9001 8.29995 18.4001 7.39995 17.3001 7.39995C16.4001 7.39995 15.8001 8.09995 15.6001 8.79995C15.6001 8.99995 15.6001 9.19995 15.6001 9.39995V14.1H14.2001V8.49995Z" fill="white"></path>
9
+ </svg>
@@ -1,8 +1,8 @@
1
- <svg fill="none" height="30" viewbox="6 5 29 30" width="29" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M6.5 15.7998V33.7998" stroke="#666666" stroke-miterlimit="10" stroke-width="1.3484"></path>
3
- <path d="M33.5 15.7998V33.7998" stroke="#666666" stroke-miterlimit="10" stroke-width="1.3484"></path>
4
- <path d="M10 24.2998H30" stroke="#666666" stroke-miterlimit="10" stroke-width="1.3484"></path>
5
- <path d="M25.9004 20.7L29.5004 24.3L25.9004 27.9" stroke="#666666" stroke-miterlimit="10"></path>
6
- <path d="M13.9002 27.9L10.2002 24.3L13.9002 20.7" stroke="#666666" stroke-miterlimit="10"></path>
7
- <path d="M14.2001 8.49995C14.2001 7.69995 14.2001 6.99995 14.1001 6.39995H15.3001L15.4001 7.59995C15.9001 6.89995 16.6001 6.19995 17.9001 6.19995C19.0001 6.19995 19.8001 6.79995 20.1001 7.79995C20.3001 7.39995 20.6001 6.99995 21.0001 6.79995C21.5001 6.39995 22.0001 6.29995 22.7001 6.29995C23.7001 6.29995 25.2001 6.99995 25.2001 9.69995V14.3H23.8001V9.69995C23.8001 8.19995 23.3001 7.29995 22.1001 7.29995C21.3001 7.29995 20.7001 7.89995 20.4001 8.59995C20.3001 8.79995 20.3001 8.99995 20.3001 9.29995V14.1H18.9001V9.49995C18.9001 8.29995 18.4001 7.39995 17.3001 7.39995C16.4001 7.39995 15.8001 8.09995 15.6001 8.79995C15.6001 8.99995 15.6001 9.19995 15.6001 9.39995V14.1H14.2001V8.49995Z" fill="#666666"></path>
8
- </svg>
1
+ <svg fill="none" height="30" viewbox="6 5 29 30" width="29" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M6.5 15.7998V33.7998" stroke="#666666" stroke-miterlimit="10" stroke-width="1.3484"></path>
3
+ <path d="M33.5 15.7998V33.7998" stroke="#666666" stroke-miterlimit="10" stroke-width="1.3484"></path>
4
+ <path d="M10 24.2998H30" stroke="#666666" stroke-miterlimit="10" stroke-width="1.3484"></path>
5
+ <path d="M25.9004 20.7L29.5004 24.3L25.9004 27.9" stroke="#666666" stroke-miterlimit="10"></path>
6
+ <path d="M13.9002 27.9L10.2002 24.3L13.9002 20.7" stroke="#666666" stroke-miterlimit="10"></path>
7
+ <path d="M14.2001 8.49995C14.2001 7.69995 14.2001 6.99995 14.1001 6.39995H15.3001L15.4001 7.59995C15.9001 6.89995 16.6001 6.19995 17.9001 6.19995C19.0001 6.19995 19.8001 6.79995 20.1001 7.79995C20.3001 7.39995 20.6001 6.99995 21.0001 6.79995C21.5001 6.39995 22.0001 6.29995 22.7001 6.29995C23.7001 6.29995 25.2001 6.99995 25.2001 9.69995V14.3H23.8001V9.69995C23.8001 8.19995 23.3001 7.29995 22.1001 7.29995C21.3001 7.29995 20.7001 7.89995 20.4001 8.59995C20.3001 8.79995 20.3001 8.99995 20.3001 9.29995V14.1H18.9001V9.49995C18.9001 8.29995 18.4001 7.39995 17.3001 7.39995C16.4001 7.39995 15.8001 8.09995 15.6001 8.79995C15.6001 8.99995 15.6001 9.19995 15.6001 9.39995V14.1H14.2001V8.49995Z" fill="#666666"></path>
8
+ </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="M21.7463 13H15V27H25.5V16.7537L21.7463 13ZM16.8638 17.1912H19.7775V20.105H16.8638V17.1912ZM23.6275 23.9025H16.8638V22.2925H23.6275V23.9025Z" 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="M21.7463 13H15V27H25.5V16.7537L21.7463 13ZM16.8638 17.1912H19.7775V20.105H16.8638V17.1912ZM23.6275 23.9025H16.8638V22.2925H23.6275V23.9025Z" fill="#263238"></path>
3
+ </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="M26.6422 14.7344L25.5611 13.4278C25.3511 13.1633 25.0322 13 24.6667 13H15.3333C14.9678 13 14.6489 13.1633 14.4311 13.4278L13.3578 14.7344C13.1322 14.9989 13 15.3489 13 15.7222V25.4444C13 26.3 13.7 27 14.5556 27H25.4444C26.3 27 27 26.3 27 25.4444V15.7222C27 15.3489 26.8678 14.9989 26.6422 14.7344ZM20 24.2778L15.7222 20H18.4444V18.4444H21.5556V20H24.2778L20 24.2778ZM14.6489 14.5556L15.2789 13.7778H24.6122L25.3433 14.5556H14.6489Z" 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="M26.6422 14.7344L25.5611 13.4278C25.3511 13.1633 25.0322 13 24.6667 13H15.3333C14.9678 13 14.6489 13.1633 14.4311 13.4278L13.3578 14.7344C13.1322 14.9989 13 15.3489 13 15.7222V25.4444C13 26.3 13.7 27 14.5556 27H25.4444C26.3 27 27 26.3 27 25.4444V15.7222C27 15.3489 26.8678 14.9989 26.6422 14.7344ZM20 24.2778L15.7222 20H18.4444V18.4444H21.5556V20H24.2778L20 24.2778ZM14.6489 14.5556L15.2789 13.7778H24.6122L25.3433 14.5556H14.6489Z" fill="#263238"></path>
3
+ </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="M27 17.9975H22.6923V13H17.3077V17.9975H13L20 23.2339L27 17.9975ZM13 24.994L13.0075 27H26.9925L27 24.994H13Z" 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="M27 17.9975H22.6923V13H17.3077V17.9975H13L20 23.2339L27 17.9975ZM13 24.994L13.0075 27H26.9925L27 24.994H13Z" fill="#505CA6" fill-rule="evenodd"></path>
4
+ </svg>
@@ -1,8 +1,8 @@
1
- <svg fill="none" height="18" viewbox="14 11 12 18" width="12" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M19 14C19 15.1046 18.1046 16 17 16C15.8954 16 15 15.1046 15 14C15 12.8954 15.8954 12 17 12C18.1046 12 19 12.8954 19 14Z" fill="#B2B9C5"></path>
3
- <path d="M25 14C25 15.1046 24.1046 16 23 16C21.8954 16 21 15.1046 21 14C21 12.8954 21.8954 12 23 12C24.1046 12 25 12.8954 25 14Z" fill="#B2B9C5"></path>
4
- <path d="M19 20C19 21.1046 18.1046 22 17 22C15.8954 22 15 21.1046 15 20C15 18.8954 15.8954 18 17 18C18.1046 18 19 18.8954 19 20Z" fill="#B2B9C5"></path>
5
- <path d="M25 20C25 21.1046 24.1046 22 23 22C21.8954 22 21 21.1046 21 20C21 18.8954 21.8954 18 23 18C24.1046 18 25 18.8954 25 20Z" fill="#B2B9C5"></path>
6
- <path d="M19 26C19 27.1046 18.1046 28 17 28C15.8954 28 15 27.1046 15 26C15 24.8954 15.8954 24 17 24C18.1046 24 19 24.8954 19 26Z" fill="#B2B9C5"></path>
7
- <path d="M25 26C25 27.1046 24.1046 28 23 28C21.8954 28 21 27.1046 21 26C21 24.8954 21.8954 24 23 24C24.1046 24 25 24.8954 25 26Z" fill="#B2B9C5"></path>
8
- </svg>
1
+ <svg fill="none" height="18" viewbox="14 11 12 18" width="12" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M19 14C19 15.1046 18.1046 16 17 16C15.8954 16 15 15.1046 15 14C15 12.8954 15.8954 12 17 12C18.1046 12 19 12.8954 19 14Z" fill="#B2B9C5"></path>
3
+ <path d="M25 14C25 15.1046 24.1046 16 23 16C21.8954 16 21 15.1046 21 14C21 12.8954 21.8954 12 23 12C24.1046 12 25 12.8954 25 14Z" fill="#B2B9C5"></path>
4
+ <path d="M19 20C19 21.1046 18.1046 22 17 22C15.8954 22 15 21.1046 15 20C15 18.8954 15.8954 18 17 18C18.1046 18 19 18.8954 19 20Z" fill="#B2B9C5"></path>
5
+ <path d="M25 20C25 21.1046 24.1046 22 23 22C21.8954 22 21 21.1046 21 20C21 18.8954 21.8954 18 23 18C24.1046 18 25 18.8954 25 20Z" fill="#B2B9C5"></path>
6
+ <path d="M19 26C19 27.1046 18.1046 28 17 28C15.8954 28 15 27.1046 15 26C15 24.8954 15.8954 24 17 24C18.1046 24 19 24.8954 19 26Z" fill="#B2B9C5"></path>
7
+ <path d="M25 26C25 27.1046 24.1046 28 23 28C21.8954 28 21 27.1046 21 26C21 24.8954 21.8954 24 23 24C24.1046 24 25 24.8954 25 26Z" fill="#B2B9C5"></path>
8
+ </svg>