@itfin/components 1.4.35 → 1.5.0

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 (202) hide show
  1. package/package.json +17 -20
  2. package/src/ITFSettings.js +6 -0
  3. package/src/assets/scss/_css_variables.scss +2 -7
  4. package/src/assets/scss/_dark-theme.scss +2 -12
  5. package/src/assets/scss/_variables.scss +34 -9
  6. package/src/assets/scss/components/_button.scss +147 -10
  7. package/src/assets/scss/components/_checkbox.scss +9 -0
  8. package/src/assets/scss/components/_datepicker.scss +3 -3
  9. package/src/assets/scss/components/_pagination.scss +4 -1
  10. package/src/assets/scss/components/_popover.scss +22 -0
  11. package/src/assets/scss/components/_segmeneted-control.scss +19 -8
  12. package/src/assets/scss/components/_select.scss +6 -8
  13. package/src/assets/scss/components/_text-field.scss +27 -11
  14. package/src/assets/scss/components/select/_dropdown-menu.scss +1 -0
  15. package/src/assets/scss/components/select/_dropdown-toggle.scss +0 -1
  16. package/src/assets/scss/directives/tooltip.scss +10 -5
  17. package/src/assets/scss/main.scss +48 -0
  18. package/src/components/alert/AlertBanner.vue +75 -0
  19. package/src/components/app/App.vue +1 -1
  20. package/src/components/button/Button.vue +3 -1
  21. package/src/components/button/NativeButton.js +4 -0
  22. package/src/components/button/index.stories.js +2 -2
  23. package/src/components/checkbox/Checkbox.vue +2 -1
  24. package/src/components/checkbox/RadioBox.vue +1 -2
  25. package/src/components/copyToClipboard/CopyToClipboard.vue +4 -1
  26. package/src/components/customize/PropertiesList.vue +0 -2
  27. package/src/components/customize/PropertiesPopupMenu.vue +1 -1
  28. package/src/components/customize/PropertyItem.vue +6 -24
  29. package/src/components/datepicker/DatePicker.vue +3 -1
  30. package/src/components/datepicker/DatePickerInline.vue +2 -2
  31. package/src/components/datepicker/DateRangePickerInline.vue +6 -1
  32. package/src/components/dropdown/Dropdown.vue +1 -1
  33. package/src/components/dropdown/DropdownMenu.vue +1 -1
  34. package/src/components/editable/EditButton.vue +1 -1
  35. package/src/components/filter/FilterBadge.vue +20 -1
  36. package/src/components/filter/FilterFacetsList.vue +67 -13
  37. package/src/components/filter/FilterPanel.vue +39 -14
  38. package/src/components/filter/NewFilter.vue +305 -0
  39. package/src/components/form/Label.vue +5 -5
  40. package/src/components/icon/components/nomi-ai-alt.vue +5 -0
  41. package/src/components/icon/components/nomi-arrow-right.vue +4 -0
  42. package/src/components/icon/components/nomi-bell.vue +5 -0
  43. package/src/components/icon/components/nomi-calendar-payment.vue +10 -0
  44. package/src/components/icon/components/nomi-card-plus.vue +1 -0
  45. package/src/components/icon/components/nomi-cash-provider.vue +9 -0
  46. package/src/components/icon/components/nomi-cash-repeat.vue +6 -0
  47. package/src/components/icon/components/nomi-category-edit.vue +5 -0
  48. package/src/components/icon/components/nomi-chavron-up.vue +4 -0
  49. package/src/components/icon/components/nomi-chavron_down.vue +4 -0
  50. package/src/components/icon/components/nomi-chavron_up.vue +4 -0
  51. package/src/components/icon/components/nomi-chevron-up.vue +4 -0
  52. package/src/components/icon/components/nomi-exit-right.vue +4 -0
  53. package/src/components/icon/components/nomi-help.vue +2 -3
  54. package/src/components/icon/components/nomi-history.vue +7 -0
  55. package/src/components/icon/components/nomi-lock.vue +1 -1
  56. package/src/components/icon/components/nomi-pen-alt.vue +4 -0
  57. package/src/components/icon/components/nomi-project.vue +2 -2
  58. package/src/components/icon/components/nomi-refresh-off.vue +4 -0
  59. package/src/components/icon/components/nomi-refresh.vue +4 -0
  60. package/src/components/icon/components/nomi-scissors.vue +1 -1
  61. package/src/components/icon/components/nomi-start.vue +28 -0
  62. package/src/components/icon/components/nomi-table-view.vue +1 -4
  63. package/src/components/icon/components/nomi-transactions-delete.vue +5 -0
  64. package/src/components/icon/components/nomi-type-array.vue +6 -0
  65. package/src/components/icon/components/nomi-type-boolean.vue +5 -0
  66. package/src/components/icon/components/nomi-type-date.vue +4 -0
  67. package/src/components/icon/components/nomi-type-null.vue +4 -0
  68. package/src/components/icon/components/nomi-type-number.vue +4 -0
  69. package/src/components/icon/components/nomi-type-object.vue +4 -0
  70. package/src/components/icon/components/nomi-type-string.vue +4 -0
  71. package/src/components/icon/components/nomi-unarchive.vue +17 -0
  72. package/src/components/icon/components/nomi-unlink.vue +10 -0
  73. package/src/components/icon/components/nomi-user.vue +3 -3
  74. package/src/components/icon/components/nomi-warning-triangle.vue +6 -0
  75. package/src/components/icon/components/nomi-warning_triangle_filled.vue +6 -0
  76. package/src/components/icon/convert-icons.js +3 -0
  77. package/src/components/icon/icons.js +390 -312
  78. package/src/components/icon/new-icons/ai-alt.svg +4 -0
  79. package/src/components/icon/new-icons/arrow-right-alt.svg +3 -0
  80. package/src/components/icon/new-icons/arrow-right.svg +3 -0
  81. package/src/components/icon/new-icons/arrow_left.svg +3 -0
  82. package/src/components/icon/new-icons/automation.svg +4 -0
  83. package/src/components/icon/new-icons/balance.svg +3 -0
  84. package/src/components/icon/new-icons/balance_turnover.svg +4 -0
  85. package/src/components/icon/new-icons/bar-horizontal.svg +6 -0
  86. package/src/components/icon/new-icons/bell.svg +4 -0
  87. package/src/components/icon/new-icons/calendar-payment.svg +9 -0
  88. package/src/components/icon/new-icons/card-plus.svg +1 -0
  89. package/src/components/icon/new-icons/cash-provider.svg +8 -0
  90. package/src/components/icon/new-icons/cash-repeat.svg +5 -0
  91. package/src/components/icon/new-icons/cash.svg +3 -0
  92. package/src/components/icon/new-icons/cashflow.svg +3 -0
  93. package/src/components/icon/new-icons/category-edit.svg +4 -0
  94. package/src/components/icon/new-icons/category.svg +4 -0
  95. package/src/components/icon/new-icons/category_alt.svg +3 -0
  96. package/src/components/icon/new-icons/chart-bars.svg +5 -0
  97. package/src/components/icon/new-icons/chart-donut.svg +3 -0
  98. package/src/components/icon/new-icons/chart-funnel.svg +5 -0
  99. package/src/components/icon/new-icons/chart-kpi.svg +7 -0
  100. package/src/components/icon/new-icons/chart-line.svg +4 -0
  101. package/src/components/icon/new-icons/chart-lines.svg +5 -0
  102. package/src/components/icon/new-icons/check-alt.svg +3 -0
  103. package/src/components/icon/new-icons/check.svg +3 -0
  104. package/src/components/icon/new-icons/chevron-down.svg +3 -0
  105. package/src/components/icon/new-icons/chevron-left.svg +3 -0
  106. package/src/components/icon/new-icons/chevron-right.svg +3 -0
  107. package/src/components/icon/new-icons/chevron-up.svg +3 -0
  108. package/src/components/icon/new-icons/collapse.svg +6 -0
  109. package/src/components/icon/new-icons/control-panel.svg +7 -0
  110. package/src/components/icon/new-icons/credit.svg +3 -0
  111. package/src/components/icon/new-icons/currencies.svg +3 -0
  112. package/src/components/icon/new-icons/debt.svg +3 -0
  113. package/src/components/icon/new-icons/demo.svg +6 -0
  114. package/src/components/icon/new-icons/dev.svg +3 -0
  115. package/src/components/icon/new-icons/dots.svg +5 -0
  116. package/src/components/icon/new-icons/duplicate.svg +4 -0
  117. package/src/components/icon/new-icons/exit-right.svg +3 -0
  118. package/src/components/icon/new-icons/export.svg +3 -0
  119. package/src/components/icon/new-icons/file.svg +3 -0
  120. package/src/components/icon/new-icons/folder.svg +3 -0
  121. package/src/components/icon/new-icons/goods-turnover.svg +3 -0
  122. package/src/components/icon/new-icons/goods.svg +4 -0
  123. package/src/components/icon/new-icons/help-alt.svg +3 -0
  124. package/src/components/icon/new-icons/help.svg +2 -3
  125. package/src/components/icon/new-icons/history.svg +6 -0
  126. package/src/components/icon/new-icons/integration.svg +3 -0
  127. package/src/components/icon/new-icons/link.svg +5 -0
  128. package/src/components/icon/new-icons/lock.svg +1 -1
  129. package/src/components/icon/new-icons/menu.svg +5 -0
  130. package/src/components/icon/new-icons/minus.svg +3 -0
  131. package/src/components/icon/new-icons/payment_calendar.svg +3 -0
  132. package/src/components/icon/new-icons/pc.svg +3 -0
  133. package/src/components/icon/new-icons/pen-alt.svg +3 -0
  134. package/src/components/icon/new-icons/planFact.svg +4 -0
  135. package/src/components/icon/new-icons/pnl.svg +7 -0
  136. package/src/components/icon/new-icons/project.svg +2 -2
  137. package/src/components/icon/new-icons/project_alt.svg +3 -0
  138. package/src/components/icon/new-icons/project_alt2.svg +3 -0
  139. package/src/components/icon/new-icons/promo.svg +3 -0
  140. package/src/components/icon/new-icons/refresh-off.svg +3 -0
  141. package/src/components/icon/new-icons/refresh.svg +3 -0
  142. package/src/components/icon/new-icons/scissors.svg +1 -1
  143. package/src/components/icon/new-icons/segment.svg +3 -0
  144. package/src/components/icon/new-icons/start.svg +27 -0
  145. package/src/components/icon/new-icons/strongbox.svg +3 -0
  146. package/src/components/icon/new-icons/subscription.svg +3 -0
  147. package/src/components/icon/new-icons/table-view.svg +1 -4
  148. package/src/components/icon/new-icons/time.svg +3 -0
  149. package/src/components/icon/new-icons/transactions_alt.svg +6 -0
  150. package/src/components/icon/new-icons/transactions_delete.svg +4 -0
  151. package/src/components/icon/new-icons/type-array.svg +5 -0
  152. package/src/components/icon/new-icons/type-boolean.svg +4 -0
  153. package/src/components/icon/new-icons/type-date.svg +3 -0
  154. package/src/components/icon/new-icons/type-null.svg +3 -0
  155. package/src/components/icon/new-icons/type-number.svg +3 -0
  156. package/src/components/icon/new-icons/type-object.svg +3 -0
  157. package/src/components/icon/new-icons/type-string.svg +3 -0
  158. package/src/components/icon/new-icons/types.svg +6 -0
  159. package/src/components/icon/new-icons/unarchive.svg +16 -0
  160. package/src/components/icon/new-icons/unlink.svg +9 -0
  161. package/src/components/icon/new-icons/user.svg +3 -3
  162. package/src/components/icon/new-icons/user_plus.svg +10 -0
  163. package/src/components/icon/new-icons/warehouse.svg +3 -0
  164. package/src/components/icon/new-icons/warning_triangle.svg +5 -0
  165. package/src/components/icon/new-icons/warning_triangle_filled.svg +5 -0
  166. package/src/components/kanban/BoardCard.vue +1 -1
  167. package/src/components/kanban/BoardCardTimer.vue +1 -1
  168. package/src/components/modal/DeleteConfirmModal.vue +10 -6
  169. package/src/components/modal/ItemEditor.vue +1 -1
  170. package/src/components/modal/Modal.vue +1 -1
  171. package/src/components/overlay/SensitiveOverlay.vue +2 -4
  172. package/src/components/panels/Panel.vue +110 -23
  173. package/src/components/panels/PanelItemEdit.vue +1 -1
  174. package/src/components/panels/PanelList.vue +65 -11
  175. package/src/components/popover/Popover.vue +105 -22
  176. package/src/components/segmented-control/SegmentedControl.vue +9 -3
  177. package/src/components/sortable/draggable.js +1 -1
  178. package/src/components/table/Table2.vue +8 -3
  179. package/src/components/table/TableBody.vue +17 -16
  180. package/src/components/table/TableGroup.vue +38 -12
  181. package/src/components/table/TableHeader.vue +83 -73
  182. package/src/components/table/TableRows.vue +15 -9
  183. package/src/components/table/mobile.js +4 -0
  184. package/src/components/table/table2.scss +9 -0
  185. package/src/components/text-field/MoneyField.vue +10 -4
  186. package/src/components/text-field/TextField.vue +17 -8
  187. package/src/components/tree/TreeEditor.vue +3 -2
  188. package/src/components/view/View.vue +86 -214
  189. package/src/directives/appendToBody.js +1 -0
  190. package/src/helpers/validators.js +9 -35
  191. package/src/helpers/validators.spec.js +11 -48
  192. package/src/locales/en.js +4 -6
  193. package/src/locales/pl.js +158 -0
  194. package/src/locales/uk.js +6 -7
  195. package/src/components/icon/components/nomi-calendar-view.vue +0 -4
  196. package/src/components/icon/components/nomi-kanban-view.vue +0 -6
  197. package/src/components/icon/components/nomi-list-view.vue +0 -7
  198. package/src/components/icon/components/nomi-table-config.vue +0 -9
  199. package/src/components/icon/new-icons/calendar-view.svg +0 -3
  200. package/src/components/icon/new-icons/kanban-view.svg +0 -5
  201. package/src/components/icon/new-icons/list-view.svg +0 -6
  202. package/src/components/icon/new-icons/table-config.svg +0 -8
@@ -0,0 +1,4 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24.000000" height="24.000000" fill="none">
2
+ <rect id="Filled/ai" width="24.000000" height="24.000000" x="0.000000" y="0.000000" fill="rgb(255,255,255)" fill-opacity="0" />
3
+ <path id="Vector" d="M17.7877 13.5465C17.7893 13.7995 17.7124 14.0468 17.5677 14.2543C17.4229 14.4619 17.2174 14.6194 16.9794 14.7054L12.9782 16.1839L11.5043 20.1882C11.4171 20.4253 11.2591 20.63 11.0519 20.7745C10.8447 20.9191 10.5981 20.9966 10.3454 20.9966C10.0927 20.9966 9.84614 20.9191 9.6389 20.7745C9.43167 20.63 9.27375 20.4253 9.18647 20.1882L7.70328 16.1839L3.69898 14.71C3.46187 14.6228 3.25723 14.4649 3.11268 14.2576C2.96813 14.0504 2.89062 13.8038 2.89062 13.5511C2.89062 13.2984 2.96813 13.0519 3.11268 12.8446C3.25723 12.6374 3.46187 12.4795 3.69898 12.3922L7.70328 10.909L9.17716 6.90469C9.26444 6.66757 9.42236 6.46293 9.62959 6.31839C9.83683 6.17384 10.0834 6.09633 10.3361 6.09633C10.5888 6.09633 10.8354 6.17384 11.0426 6.31839C11.2498 6.46293 11.4077 6.66757 11.495 6.90469L12.9782 10.909L16.9825 12.3829C17.2207 12.4696 17.4261 12.6281 17.5703 12.8365C17.7145 13.045 17.7905 13.293 17.7877 13.5465ZM13.4437 6.09949L14.6848 6.09949L14.6848 7.34065C14.6848 7.50524 14.7502 7.66308 14.8666 7.77947C14.983 7.89585 15.1408 7.96123 15.3054 7.96123C15.47 7.96123 15.6278 7.89585 15.7442 7.77947C15.8606 7.66308 15.926 7.50524 15.926 7.34065L15.926 6.09949L17.1671 6.09949C17.3317 6.09949 17.4896 6.0341 17.606 5.91772C17.7223 5.80134 17.7877 5.64349 17.7877 5.47891C17.7877 5.31432 17.7223 5.15647 17.606 5.04009C17.4896 4.92371 17.3317 4.85833 17.1671 4.85833L15.926 4.85833L15.926 3.61716C15.926 3.45257 15.8606 3.29473 15.7442 3.17835C15.6278 3.06196 15.47 2.99658 15.3054 2.99658C15.1408 2.99658 14.983 3.06196 14.8666 3.17835C14.7502 3.29473 14.6848 3.45257 14.6848 3.61716L14.6848 4.85833L13.4437 4.85833C13.2791 4.85833 13.1212 4.92371 13.0048 5.04009C12.8885 5.15647 12.8231 5.31432 12.8231 5.47891C12.8231 5.64349 12.8885 5.80134 13.0048 5.91772C13.1212 6.0341 13.2791 6.09949 13.4437 6.09949ZM20.27 8.58181L19.6495 8.58181L19.6495 7.96123C19.6495 7.79664 19.5841 7.63879 19.4677 7.52241C19.3513 7.40603 19.1935 7.34065 19.0289 7.34065C18.8643 7.34065 18.7064 7.40603 18.5901 7.52241C18.4737 7.63879 18.4083 7.79664 18.4083 7.96123L18.4083 8.58181L17.7877 8.58181C17.6231 8.58181 17.4653 8.64719 17.3489 8.76357C17.2325 8.87996 17.1671 9.0378 17.1671 9.20239C17.1671 9.36698 17.2325 9.52483 17.3489 9.64121C17.4653 9.75759 17.6231 9.82297 17.7877 9.82297L18.4083 9.82297L18.4083 10.4436C18.4083 10.6081 18.4737 10.766 18.5901 10.8824C18.7064 10.9988 18.8643 11.0641 19.0289 11.0641C19.1935 11.0641 19.3513 10.9988 19.4677 10.8824C19.5841 10.766 19.6495 10.6081 19.6495 10.4436L19.6495 9.82297L20.27 9.82297C20.4346 9.82297 20.5925 9.75759 20.7089 9.64121C20.8252 9.52483 20.8906 9.36698 20.8906 9.20239C20.8906 9.0378 20.8252 8.87996 20.7089 8.76357C20.5925 8.64719 20.4346 8.58181 20.27 8.58181Z" fill="currentColor" fill-rule="nonzero" />
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M9 8.41421L9 15.5858C9 16.4767 10.0771 16.9229 10.7071 16.2929L14.2929 12.7071C14.6834 12.3166 14.6834 11.6834 14.2929 11.2929L10.7071 7.70711C10.0771 7.07714 9 7.52331 9 8.41421Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M5 12H19M19 12L12 5M19 12L12 19" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12 19L5 12M5 12L12 5M5 12H19" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M17.5986 11.1805C17.9095 10.7918 18.5331 11.082 18.4355 11.5701L17.8955 14.2694C17.8813 14.3401 17.9354 14.4061 18.0075 14.4061H18.7704C19.2684 14.4061 19.5454 14.9821 19.2343 15.3709L16.4755 18.8191C16.1646 19.2078 15.5411 18.9175 15.6386 18.4295L16.1786 15.7303C16.1928 15.6595 16.1387 15.5936 16.0666 15.5936H15.3037C14.8058 15.5936 14.5288 15.0175 14.8398 14.6287L17.5986 11.1805Z" fill="currentColor"/>
3
+ <path d="M9.57617 5.24479C10.147 4.91874 10.853 4.91874 11.4238 5.24479L15.0908 7.33854C15.6539 7.66023 15.9999 8.25097 16 8.88932V11.3493L13.9482 13.9147C13.5616 14.3981 13.4876 14.9796 13.6396 15.4889L11.4238 16.7555C10.853 17.0816 10.147 17.0816 9.57617 16.7555L5.90918 14.6608C5.34619 14.339 5 13.7484 5 13.11V8.88932C5.00008 8.25097 5.34609 7.66023 5.90918 7.33854L9.57617 5.24479ZM15.9971 13.1813C15.9725 13.7922 15.6329 14.351 15.0908 14.6608L14.7236 14.8698C14.7424 14.7862 14.7799 14.7037 14.8398 14.6286L15.9971 13.1813ZM10.5 9.04557C9.39554 9.04557 8.50018 9.94115 8.5 11.0456C8.50023 12.1499 9.39557 13.0456 10.5 13.0456C11.6044 13.0456 12.4998 12.1499 12.5 11.0456C12.4998 9.94115 11.6045 9.04557 10.5 9.04557Z" fill="currentColor"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12.6657 5.33333L12.6653 6.18533L15.999 7.29727L18.4207 6.49005L18.8423 7.75497L16.8213 8.42866L18.8848 14.1033C18.1569 14.8614 17.1331 15.3333 15.999 15.3333C14.865 15.3333 13.8412 14.8614 13.1133 14.1033L15.1759 8.42866L12.6653 7.59133V16.6667H15.3323V18H8.66569V16.6667H11.3319V7.59133L8.82128 8.42866L10.8848 14.1033C10.1569 14.8614 9.13305 15.3333 7.99903 15.3333C6.865 15.3333 5.84119 14.8614 5.11328 14.1033L7.17595 8.42866L5.15575 7.75497L5.57739 6.49005L7.99903 7.29727L11.3319 6.18533L11.3323 5.33333H12.6657ZM15.999 10.0684L15.0539 12.6667H16.9439L15.999 10.0684ZM7.99903 10.0684L7.05395 12.6667H8.94395L7.99903 10.0684Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M10.1484 3.91992L13.7451 5.11914L16.3584 4.24805L16.8125 5.61328L14.6318 6.33984L16.46 11.3682C14.9474 11.6415 13.6336 12.4861 12.7529 13.6729C11.9303 13.4792 11.1979 13.0524 10.6318 12.4629L12.8574 6.33984L10.1484 5.43652V15.2285H11.9268C11.7654 15.6851 11.6583 16.1669 11.6133 16.667H5.83301V15.2285H8.70996V5.43652L6.00098 6.33984L8.22754 12.4629C7.44212 13.2809 6.33683 13.79 5.11328 13.79C3.8899 13.79 2.7853 13.2807 2 12.4629L4.22559 6.33984L2.0459 5.61328L2.50098 4.24805L5.11328 5.11914L8.70996 3.91992V3H10.1484V3.91992ZM4.09375 10.9131H6.13281L5.11328 8.10938L4.09375 10.9131ZM12.7256 10.9131H14.7646L13.7451 8.10938L12.7256 10.9131Z" fill="currentColor"/>
3
+ <path d="M13.999 17C13.999 15.9391 14.4205 14.9217 15.1706 14.1716C15.9207 13.4214 16.9382 13 17.999 13C19.1173 13.0042 20.1906 13.4405 20.9946 14.2178L21.999 15.2222M21.999 15.2222V13M21.999 15.2222H19.7768M21.999 17C21.999 18.0609 21.5776 19.0783 20.8275 19.8284C20.0773 20.5786 19.0599 21 17.999 21C16.8808 20.9958 15.8075 20.5595 15.0035 19.7822L13.999 18.7778M13.999 18.7778H16.2212M13.999 18.7778V21" stroke="currentColor" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
4
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M5 13.3333V10.8333C5 10.3731 5.3731 10 5.83333 10H6.66667C7.1269 10 7.5 10.3731 7.5 10.8333V13.3333C7.5 13.7936 7.1269 14.1667 6.66667 14.1667H5.83333C5.3731 14.1667 5 13.7936 5 13.3333Z" fill="currentColor"/>
3
+ <path d="M8.75 13.3333V5.83333C8.75 5.3731 9.1231 5 9.58333 5H10.4167C10.8769 5 11.25 5.3731 11.25 5.83333V13.3333C11.25 13.7936 10.8769 14.1667 10.4167 14.1667H9.58333C9.1231 14.1667 8.75 13.7936 8.75 13.3333Z" fill="currentColor"/>
4
+ <path d="M12.5 13.3333V8.33333C12.5 7.8731 12.8731 7.5 13.3333 7.5H14.1667C14.6269 7.5 15 7.8731 15 8.33333V13.3333C15 13.7936 14.6269 14.1667 14.1667 14.1667H13.3333C12.8731 14.1667 12.5 13.7936 12.5 13.3333Z" fill="currentColor"/>
5
+ <path d="M15.4163 15.4165H4.58301" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
6
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M6.05926 10.2604C5.86966 7.95184 7.35815 5.83804 9.59554 5.23853C11.8329 4.63902 14.1789 5.72538 15.169 7.81944L17.7259 13.2276C17.9926 13.7916 17.6834 14.4594 17.0807 14.6209L7.80438 17.1065C7.20174 17.268 6.59999 16.8442 6.54892 16.2224L6.05926 10.2604Z" fill="currentColor"/>
3
+ <path d="M14.1503 16.4414C14.417 16.3699 14.698 16.5299 14.7012 16.806C14.7054 17.1621 14.6145 17.516 14.4334 17.8296C14.1682 18.289 13.7314 18.6242 13.219 18.7615C12.7067 18.8988 12.1608 18.8269 11.7014 18.5617C11.3878 18.3806 11.1321 18.1196 10.9577 17.8091C10.8224 17.5684 10.9858 17.2893 11.2525 17.2178L12.7014 16.8296L14.1503 16.4414Z" fill="currentColor"/>
4
+ </svg>
@@ -0,0 +1,9 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24.000000" height="24.000000" fill="none" clip-path="url(#clipPath_0)" customFrame="url(#clipPath_0)">
2
+ <defs>
3
+ <clipPath id="clipPath_0">
4
+ <rect width="24.000000" height="24.000000" x="0.000000" y="0.000000" rx="6.153846" fill="rgb(255,255,255)" />
5
+ </clipPath>
6
+ </defs>
7
+ <rect id="Filled/payment-calendar, subscription" width="24.000000" height="24.000000" x="0.000000" y="0.000000" rx="6.153846" />
8
+ <path id="Subtract" d="M16 5.40039C16.3312 5.40039 16.5994 5.66881 16.5996 6L16.5996 7.05078C17.0326 7.10357 17.3327 7.21174 17.5605 7.43945C17.9996 7.87877 18 8.58624 18 10L18 15C18 16.4138 17.9997 17.1212 17.5605 17.5605C17.1212 17.9997 16.414 18 15 18L9 18C7.586 18 6.87881 17.9997 6.43945 17.5605C6.00034 17.1212 6 16.4138 6 15L6 10C6 8.58624 6.00035 7.87877 6.43945 7.43945C6.66727 7.21174 6.96737 7.10357 7.40039 7.05078L7.40039 6C7.4006 5.66881 7.66876 5.40039 8 5.40039C8.33124 5.40039 8.5994 5.66881 8.59961 6L8.59961 7.00195C8.7264 7.00152 8.85972 7 9 7L15 7C15.1403 7 15.2736 7.00152 15.4004 7.00195L15.4004 6C15.4006 5.66881 15.6688 5.40039 16 5.40039ZM11.9443 9C11.8415 9.00005 11.7428 9.04071 11.6699 9.11328C11.597 9.18621 11.5557 9.28554 11.5557 9.38867L11.5557 9.55273C10.7104 9.70415 10 10.3402 10 11.2041C10.0003 12.0677 10.7106 12.7031 11.5557 12.8545L11.5557 14.6533C11.0703 14.5211 10.7773 14.1475 10.7773 13.7959C10.7772 13.693 10.7367 13.5943 10.6641 13.5215C10.5912 13.4486 10.4918 13.4073 10.3887 13.4072C10.2857 13.4073 10.1871 13.4487 10.1143 13.5215C10.0414 13.5943 10.0001 13.6929 10 13.7959C10 14.6598 10.7104 15.2959 11.5557 15.4473L11.5557 15.6113C11.5557 15.7144 11.597 15.8138 11.6699 15.8867C11.7428 15.9593 11.8415 15.9999 11.9443 16C12.0473 16 12.1468 15.9595 12.2197 15.8867C12.2926 15.8138 12.333 15.7144 12.333 15.6113L12.333 15.4473C13.1782 15.2958 13.8887 14.6597 13.8887 13.7959C13.8884 12.9323 13.178 12.297 12.333 12.1455L12.333 10.3467C12.8183 10.4795 13.1113 10.8526 13.1113 11.2041C13.1115 11.3071 13.1528 11.4057 13.2256 11.4785C13.2985 11.5513 13.397 11.5927 13.5 11.5928C13.6031 11.5927 13.7025 11.5514 13.7754 11.4785C13.8481 11.4057 13.8885 11.307 13.8887 11.2041C13.8887 10.3403 13.1782 9.70421 12.333 9.55273L12.333 9.38867C12.333 9.28559 12.2926 9.1862 12.2197 9.11328C12.1468 9.04047 12.0474 9.00005 11.9443 9ZM12.333 12.9395C12.8182 13.0716 13.1111 13.4444 13.1113 13.7959C13.1113 14.1475 12.8184 14.5211 12.333 14.6533L12.333 12.9395ZM11.5557 12.0605C11.0703 11.9283 10.7773 11.5547 10.7773 11.2031C10.7776 10.8517 11.0705 10.4794 11.5557 10.3467L11.5557 12.0605Z" fill="currentColor" fill-rule="nonzero" />
9
+ </svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24.000000" height="24.000000" fill="none"><rect id="Filled/card plus" width="24.000000" height="24.000000" x="0.000000" y="0.000000" /><path id="Union" d="M16.5 13C18.433 13 20 14.567 20 16.5C20 18.433 18.433 20 16.5 20C14.567 20 13 18.433 13 16.5C13 14.567 14.567 13 16.5 13ZM16.4883 14.5117C16.1571 14.5179 15.8944 14.7909 15.9004 15.1221L15.9141 15.9111L15.125 15.9258C14.7938 15.9319 14.5302 16.2049 14.5361 16.5361C14.5422 16.8673 14.8154 17.1308 15.1465 17.125L15.9355 17.1104L15.9502 17.9004C15.9565 18.2315 16.2304 18.4943 16.5615 18.4883C16.8926 18.4819 17.1554 18.209 17.1494 17.8779L17.1348 17.0879L17.9248 17.0742C18.256 17.0681 18.5187 16.7951 18.5127 16.4639C18.5066 16.1326 18.2336 15.869 17.9023 15.875L17.1123 15.8887L17.0986 15.0996C17.0923 14.7686 16.8194 14.5057 16.4883 14.5117ZM19 12.5205C18.2758 12.0646 17.419 11.7998 16.5 11.7998C14.0732 11.7998 12.0758 13.6393 11.8262 16L8 16C6.58579 16 5.87879 15.9999 5.43945 15.5605C5.00011 15.1212 5 14.4142 5 13L5 9.59961L19 9.59961L19 12.5205ZM16 6C17.4142 6 18.1212 6.00011 18.5605 6.43945C18.9328 6.81174 18.9874 7.37622 18.9961 8.40039L5.00391 8.40039C5.01258 7.37622 5.06716 6.81174 5.43945 6.43945C5.87879 6.00011 6.58579 6 8 6L16 6Z" fill="currentColor" fill-rule="nonzero" /></svg>
@@ -0,0 +1,8 @@
1
+ <svg viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32.000000" height="32.000000" fill="none">
2
+ <rect id="left icon" width="32.000000" height="32.000000" x="0.000000" y="0.000000" fill="rgb(228,233,237)" fill-opacity="0" />
3
+ <g id="Group">
4
+ <path id="Vector" d="M30.3379 20.2422C29.8761 19.6502 28.846 19.1529 26.7502 20.3843C26.9397 19.5199 26.2529 18.9753 25.436 18.9753C24.7137 18.9753 23.873 19.1647 23.1981 19.8396C22.2391 18.5727 21.2445 18.7266 19.3145 19.9225C18.5804 20.3843 17.9292 20.775 17.4437 21.0473C17.3135 21.1184 17.2069 21.1776 17.1122 21.2249C17.3017 21.2605 17.4911 21.296 17.7042 21.296C20.4157 21.296 22.5469 21.296 22.5469 23.6404C22.5469 25.4401 20.4512 25.9848 19.3382 26.0084L15.4901 26.0084C13.418 26.0084 11.3933 23.8298 11.3933 23.8298C11.3933 23.8298 13.7851 24.8126 15.4901 24.8126L19.3263 24.8126C19.3382 24.8126 21.3747 24.7297 21.3747 23.6404C21.3747 22.6339 20.3446 22.4682 18.7225 22.4682C16.0703 22.4682 14.7915 21.2605 14.7915 21.2605C14.7915 21.2605 12.7313 19.7567 12.0919 19.3542C10.6 18.4188 9.78304 17.9333 7.08344 18.9634C5.41395 19.6147 2.66699 20.9171 2.66699 20.9171L6.00597 28.3291L7.58073 27.3701C8.51612 26.7662 9.40414 26.7899 10.6474 27.3701C12.0445 28.0213 13.9745 28.6488 15.3243 29.0869C17.3727 29.7381 17.7161 29.6434 19.0659 28.8738C20.2144 28.2107 28.3487 23.4036 29.2012 22.7997C30.5273 21.8525 30.9417 21.0355 30.3379 20.2422Z" fill="currentColor" fill-rule="nonzero" />
5
+ <path id="Vector" d="M17.2661 6.03394C14.3416 6.03394 11.9854 8.402 11.9854 11.3147C11.9854 14.2393 14.3534 16.5955 17.2661 16.5955C20.1789 16.5955 22.5469 14.2274 22.5469 11.3147C22.5469 8.402 20.1789 6.03394 17.2661 6.03394ZM18.0594 13.7065L16.461 13.7065L16.461 10.5214L15.2178 10.5214L16.8162 8.92298L18.0594 8.92298L18.0594 13.7065Z" fill="currentColor" fill-rule="nonzero" />
6
+ <path id="Vector" d="M21.9664 1.33325C19.8825 1.33325 18.1775 2.88434 17.917 4.89719C19.2076 5.02744 20.3916 5.53657 21.3507 6.31803L21.3507 4.82615L20.3798 4.82615L21.623 3.58292L22.5939 3.58292L22.5939 7.31262L22.3334 7.31262C22.7952 7.90464 23.1623 8.5677 23.4109 9.28996C24.9738 8.70978 26.0868 7.2179 26.0868 5.45369C26.075 3.1685 24.2397 1.33325 21.9664 1.33325Z" fill="currentColor" fill-rule="nonzero" />
7
+ </g>
8
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M15 5C16.8856 5 17.8283 5.00015 18.4141 5.58594C18.9998 6.17172 19 7.11438 19 9V11C19 11.389 18.9973 11.7379 18.9922 12.0518C18.4552 11.8439 17.823 11.9563 17.3896 12.3896C17.2259 12.5534 17.1091 12.7457 17.0371 12.9502H15.2002C13.8757 12.9502 12.7541 13.8093 12.3564 15H9C7.11438 15 6.17172 14.9998 5.58594 14.4141C5.00015 13.8283 5 12.8856 5 11V9C5 7.11438 5.00015 6.17172 5.58594 5.58594C6.17172 5.00015 7.11438 5 9 5H15ZM12 8C10.8954 8 10 8.89543 10 10C10 11.1046 10.8954 12 12 12C13.1046 12 14 11.1046 14 10C14 8.89543 13.1046 8 12 8ZM8 9C7.44772 9 7 9.44772 7 10C7 10.5523 7.44772 11 8 11C8.55228 11 9 10.5523 9 10C9 9.44772 8.55228 9 8 9ZM16 9C15.4477 9 15 9.44772 15 10C15 10.5523 15.4477 11 16 11C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9Z" fill="currentColor"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M18.1318 13.1318C18.3076 12.9561 18.5928 12.9561 18.7686 13.1318L19.7686 14.1318C19.9443 14.3075 19.9443 14.5928 19.7686 14.7685L18.7686 15.7685C18.5928 15.9442 18.3076 15.9442 18.1318 15.7685C17.9561 15.5928 17.9561 15.3075 18.1318 15.1318L18.3633 14.9004H15.2002C14.6203 14.9004 14.1504 15.3703 14.1504 15.9502V16.9502C14.1504 17.1987 13.9487 17.4004 13.7002 17.4004C13.4517 17.4004 13.25 17.1987 13.25 16.9502V15.9502C13.25 14.8732 14.1232 14 15.2002 14H18.3633L18.1318 13.7685C17.9561 13.5928 17.9561 13.3075 18.1318 13.1318Z" fill="currentColor"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M19.2002 16.4999C19.4487 16.5 19.6504 16.7016 19.6504 16.9501V17.9501C19.6504 19.0271 18.7771 19.9003 17.7002 19.9003H14.5371L14.7685 20.1318C14.9442 20.3075 14.9442 20.5928 14.7685 20.7685C14.5928 20.9442 14.3075 20.9442 14.1318 20.7685L13.1318 19.7685C12.9561 19.5928 12.9561 19.3075 13.1318 19.1318L14.1318 18.1318C14.3075 17.9561 14.5928 17.956 14.7685 18.1318C14.9442 18.3075 14.9442 18.5928 14.7685 18.7685L14.5371 18.9999H17.7002C18.28 18.9999 18.75 18.53 18.75 17.9501V16.9501C18.75 16.7016 18.9516 16.4999 19.2002 16.4999Z" fill="currentColor"/>
5
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M15 8.99997C16.8856 8.99997 17.8283 9.00014 18.4141 9.58591C18.9998 10.1717 19 11.1144 19 13V15C19 16.8856 18.9998 17.8282 18.4141 18.414C17.8283 18.9998 16.8856 19 15 19H9C7.11438 19 6.17172 18.9998 5.58594 18.414C5.00017 17.8282 5 16.8856 5 15V13C5 11.1144 5.00015 10.1717 5.58594 9.58591C6.17173 9.00014 7.1144 8.99997 9 8.99997H15ZM14 12.9004C13.6686 12.9004 13.4004 13.1686 13.4004 13.5C13.4004 13.8313 13.6686 14.0996 14 14.0996H16.5C16.8314 14.0996 17.0996 13.8313 17.0996 13.5C17.0996 13.1686 16.8314 12.9004 16.5 12.9004H14ZM13.3652 5.80368C13.6803 5.81204 13.9896 5.89456 14.2666 6.04489C14.7602 6.31293 15.0872 6.87665 15.7363 8.00095C15.5014 7.99936 15.2556 7.99997 15 7.99997H8.9707L11.0996 6.77145C12.2339 6.11658 12.8012 5.78878 13.3652 5.80368ZM9.56152 4.79977C10.1435 4.64401 10.7335 4.85263 11.6406 5.33981C11.1757 5.57124 10.6575 5.87167 10.0801 6.20505L7.34766 7.7822C7.25324 7.83671 7.16052 7.89059 7.06934 7.94333L7.34668 7.46384C8.28943 5.83095 8.76135 5.01418 9.56152 4.79977Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M13.5996 13.4004C13.63 13.4004 13.6602 13.4048 13.6895 13.4092C13.6977 13.4104 13.7067 13.4105 13.7148 13.4121C13.7413 13.4173 13.7669 13.427 13.792 13.4355C13.8034 13.4394 13.816 13.4417 13.8271 13.4463C13.8557 13.4581 13.883 13.4734 13.9092 13.4893C13.9159 13.4932 13.9242 13.4957 13.9307 13.5C13.9639 13.5221 13.9953 13.5481 14.0234 13.5762L16.0234 15.5762C16.2572 15.8104 16.2573 16.1897 16.0234 16.4238C15.7893 16.6579 15.4101 16.6576 15.1758 16.4238L14.1992 15.4473V20C14.199 20.331 13.9306 20.5993 13.5996 20.5996C13.2684 20.5996 13.0003 20.3311 13 20V15.4473L12.0234 16.4238C11.7893 16.6579 11.4101 16.6576 11.1758 16.4238C10.9417 16.1895 10.9416 15.8104 11.1758 15.5762L13.1758 13.5762C13.2039 13.5481 13.2344 13.5221 13.2676 13.5C13.2742 13.4956 13.2823 13.4934 13.2891 13.4893C13.3153 13.4733 13.3424 13.4581 13.3711 13.4463C13.3824 13.4417 13.3948 13.4395 13.4062 13.4355C13.4314 13.4269 13.4568 13.4173 13.4834 13.4121C13.4916 13.4105 13.5005 13.4104 13.5088 13.4092C13.5383 13.4047 13.5688 13.4004 13.5996 13.4004ZM17.7207 13.4131C17.8767 13.4452 18.0106 13.5375 18.0967 13.665C18.1397 13.7288 18.1715 13.8009 18.1875 13.8789C18.1955 13.918 18.1992 13.9586 18.1992 14V18.5527L19.1758 17.5762C19.4101 17.3421 19.7892 17.3419 20.0234 17.5762C20.2575 17.8104 20.2575 18.1896 20.0234 18.4238L18.0234 20.4238C17.9805 20.4668 17.9308 20.4992 17.8799 20.5264C17.8625 20.5356 17.8455 20.5461 17.8271 20.5537C17.8159 20.5583 17.8035 20.5606 17.792 20.5645C17.7668 20.573 17.7414 20.5827 17.7148 20.5879C17.6385 20.6028 17.5597 20.6029 17.4834 20.5879C17.4568 20.5827 17.4314 20.5731 17.4062 20.5645C17.3948 20.5605 17.3824 20.5583 17.3711 20.5537C17.3528 20.5461 17.3357 20.5357 17.3184 20.5264C17.2677 20.4992 17.2186 20.4666 17.1758 20.4238L15.1758 18.4238C14.9415 18.1895 14.9415 17.8105 15.1758 17.5762C15.4101 17.3421 15.7892 17.3419 16.0234 17.5762L17 18.5527V14C17 13.6686 17.2682 13.4004 17.5996 13.4004C17.6411 13.4004 17.6816 13.405 17.7207 13.4131ZM15 5C16.8856 5 17.8283 5.00015 18.4141 5.58594C18.9998 6.17172 19 7.11438 19 9V11C19 11.7438 18.9988 12.3408 18.9629 12.8271C18.6704 12.4878 18.2544 12.258 17.7842 12.21L17.5996 12.2002C16.7135 12.2002 15.9776 12.8405 15.8281 13.6836L14.8721 12.7275H14.8711C14.7901 12.6466 14.6982 12.5687 14.5947 12.5C14.5725 12.4852 14.5494 12.475 14.5303 12.4639L14.5312 12.4629C14.4862 12.4356 14.3974 12.3836 14.2842 12.3369L14.2832 12.3359L14.1787 12.2988C14.1726 12.2969 14.1666 12.2956 14.1611 12.2939C14.1521 12.2908 14.1381 12.2854 14.1221 12.2803C14.0859 12.2686 14.0236 12.2496 13.9463 12.2344H13.9443C13.9058 12.2269 13.8734 12.2224 13.8516 12.2197C13.8417 12.2185 13.8325 12.2185 13.8252 12.2178C13.776 12.2111 13.6928 12.2003 13.6006 12.2002H13.5996C13.4991 12.2002 13.41 12.2119 13.3613 12.2188C13.3574 12.2192 13.353 12.2192 13.3486 12.2197C13.3444 12.2202 13.3399 12.221 13.335 12.2217C13.3324 12.222 13.3298 12.2223 13.3271 12.2227H13.332C13.3306 12.223 13.3292 12.2235 13.3281 12.2236C13.3084 12.2263 13.2836 12.228 13.2559 12.2334L13.252 12.2344C13.175 12.2495 13.113 12.2684 13.0762 12.2803C13.0634 12.2844 13.0518 12.289 13.043 12.292C13.0362 12.294 13.0284 12.2954 13.0205 12.2979C12.9945 12.306 12.9578 12.3184 12.915 12.3359L12.9131 12.3369C12.8002 12.3835 12.712 12.4353 12.665 12.4639L12.6641 12.4648H12.665L12.6641 12.4658C12.6456 12.4766 12.6245 12.487 12.6035 12.501V12.5C12.4906 12.575 12.3987 12.6561 12.3271 12.7275L10.3271 14.7275C10.2423 14.8125 10.1679 14.9039 10.1035 15H9C7.11438 15 6.17172 14.9998 5.58594 14.4141C5.00015 13.8283 5 12.8856 5 11V9C5 7.11438 5.00015 6.17172 5.58594 5.58594C6.17172 5.00015 7.11438 5 9 5H15ZM13.0215 12.2988C13.0202 12.2993 13.0192 12.2996 13.0186 12.2998H13.0176C13.0195 12.2991 13.0216 12.2985 13.0234 12.2979L13.0215 12.2988ZM13.0762 12.2822L13.0781 12.2812H13.0801C13.0792 12.2815 13.0776 12.2818 13.0762 12.2822ZM12 8C10.8954 8 10 8.89543 10 10C10 11.1046 10.8954 12 12 12C13.1046 12 14 11.1046 14 10C14 8.89543 13.1046 8 12 8ZM8 9C7.44772 9 7 9.44772 7 10C7 10.5523 7.44772 11 8 11C8.55228 11 9 10.5523 9 10C9 9.44772 8.55228 9 8 9ZM16 9C15.4477 9 15 9.44772 15 10C15 10.5523 15.4477 11 16 11C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M16.7139 4C17.6567 4 18.129 4.00008 18.4219 4.29297C18.7145 4.58588 18.7139 5.05749 18.7139 6V13.6611L14.6611 17.7139H7.85742C7.54202 17.714 7.28628 17.9698 7.28613 18.2852C7.28613 18.6007 7.54193 18.8563 7.85742 18.8564H14V20H7C6.05719 20 5.58586 19.9999 5.29297 19.707C5.00008 19.4141 5 18.9428 5 18V6C5 5.05719 5.00008 4.58586 5.29297 4.29297C5.58586 4.00008 6.05719 4 7 4H16.7139ZM11.8584 13.6006C11.4798 13.6006 11.1731 13.9066 11.1729 14.2852C11.1729 14.6639 11.4797 14.9707 11.8584 14.9707H15.2861C15.6645 14.9703 15.9717 14.6636 15.9717 14.2852C15.9715 13.9069 15.6643 13.601 15.2861 13.6006H11.8584ZM10.1436 6.74316C9.76489 6.74322 9.45801 7.05003 9.45801 7.42871V8.45703H8.42969C8.05102 8.45703 7.74422 8.76393 7.74414 9.14258C7.74414 9.52129 8.05098 9.82812 8.42969 9.82812H9.45801V10.8574C9.45823 11.2359 9.76503 11.5419 10.1436 11.542C10.5218 11.5416 10.8289 11.2357 10.8291 10.8574V9.82812H11.8584C12.2365 9.82745 12.543 9.52087 12.543 9.14258C12.5429 8.76435 12.2365 8.45771 11.8584 8.45703H10.8291V7.42871C10.8291 7.05026 10.5219 6.74358 10.1436 6.74316Z" fill="currentColor"/>
3
+ <path d="M15.2929 18.2071L19.2929 14.2071C19.6834 13.8166 20.3166 13.8166 20.7071 14.2071L22.2929 15.7929C22.6834 16.1834 22.6834 16.8166 22.2929 17.2071L18.2929 21.2071C18.1054 21.3946 17.851 21.5 17.5858 21.5H16C15.4477 21.5 15 21.0523 15 20.5V18.9142C15 18.649 15.1054 18.3946 15.2929 18.2071Z" fill="currentColor"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M9 15H18C18 15.9428 18 16.4142 17.7071 16.7071C17.4142 17 16.9428 17 16 17H9V15Z" fill="currentColor"/>
3
+ <path d="M16 5C16.9428 5 17.4141 5.00008 17.707 5.29297C17.9999 5.58586 18 6.05719 18 7V17H8.5C8.22386 17 8 17.2239 8 17.5C8 17.7761 8.22386 18 8.5 18H17.9727C17.9407 18.3249 17.8703 18.5438 17.707 18.707C17.4141 18.9999 16.9428 19 16 19H8C7.05719 19 6.58586 18.9999 6.29297 18.707C6.00008 18.4141 6 17.9428 6 17V7C6 6.05719 6.00008 5.58586 6.29297 5.29297C6.58586 5.00008 7.05719 5 8 5H16ZM12 13.4004C11.6686 13.4004 11.4004 13.6686 11.4004 14C11.4004 14.3314 11.6686 14.5996 12 14.5996H15C15.3314 14.5996 15.5996 14.3314 15.5996 14C15.5996 13.6686 15.3314 13.4004 15 13.4004H12ZM10.5 7.40039C10.1686 7.40039 9.90039 7.66863 9.90039 8V8.90039H9C8.66863 8.90039 8.40039 9.16863 8.40039 9.5C8.40039 9.83137 8.66863 10.0996 9 10.0996H9.90039V11C9.90039 11.3314 10.1686 11.5996 10.5 11.5996C10.8314 11.5996 11.0996 11.3314 11.0996 11V10.0996H12C12.3314 10.0996 12.5996 9.83137 12.5996 9.5C12.5996 9.16863 12.3314 8.90039 12 8.90039H11.0996V8C11.0996 7.66863 10.8314 7.40039 10.5 7.40039Z" fill="currentColor"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12.4004 8C12.4004 8.88366 13.1163 9.59961 14 9.59961H17V18C17 18.5523 16.5523 19 16 19H8C7.44772 19 7 18.5523 7 18V6C7 5.44772 7.44772 5 8 5H12.4004V8ZM9 14.9004C8.66866 14.9004 8.40039 15.1687 8.40039 15.5C8.40045 15.8313 8.66868 16.0996 9 16.0996H9.00098C9.33231 16.0996 9.60059 15.8313 9.60059 15.5C9.60054 15.2101 9.39538 14.9681 9.12207 14.9121L9.00098 14.9004H9ZM11 14.9004C10.6686 14.9004 10.4004 15.1686 10.4004 15.5C10.4004 15.8314 10.6686 16.0996 11 16.0996H15C15.3314 16.0996 15.5996 15.8314 15.5996 15.5C15.5996 15.1686 15.3314 14.9004 15 14.9004H11ZM9 12.4004C8.66866 12.4004 8.40039 12.6687 8.40039 13C8.40045 13.3313 8.66868 13.5996 9 13.5996H9.00098C9.33231 13.5996 9.60059 13.3313 9.60059 13C9.60054 12.7101 9.39538 12.4681 9.12207 12.4121L9.00098 12.4004H9ZM11 12.4004C10.6686 12.4004 10.4004 12.6686 10.4004 13C10.4004 13.3314 10.6686 13.5996 11 13.5996H15C15.3314 13.5996 15.5996 13.3314 15.5996 13C15.5996 12.6686 15.3314 12.4004 15 12.4004H11ZM16.4004 8.40039H14C13.7791 8.40039 13.5996 8.22091 13.5996 8V5.59961L16.4004 8.40039Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M5 18V12C5 11.4477 5.44772 11 6 11H7C7.55228 11 8 11.4477 8 12V18C8 18.5523 7.55228 19 7 19H6C5.44772 19 5 18.5523 5 18Z" fill="currentColor"/>
3
+ <path d="M10.5 18V9C10.5 8.44772 10.9477 8 11.5 8H12.5C13.0523 8 13.5 8.44771 13.5 9V18C13.5 18.5523 13.0523 19 12.5 19H11.5C10.9477 19 10.5 18.5523 10.5 18Z" fill="currentColor"/>
4
+ <path d="M16 18V6C16 5.44772 16.4477 5 17 5H18C18.5523 5 19 5.44772 19 6V18C19 18.5523 18.5523 19 18 19H17C16.4477 19 16 18.5523 16 18Z" fill="currentColor"/>
5
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M11.4429 7.55716C11.4429 7.80467 11.2605 8.01162 11.0211 8.07447C9.29962 8.5264 8.02977 10.0932 8.02977 11.9566C8.02977 14.1731 9.82649 15.97 12.0428 15.97C13.9061 15.97 15.4728 14.7 15.9247 12.9784C15.9875 12.739 16.1945 12.5566 16.442 12.5566H18.5165C18.8093 12.5566 19.0409 12.8078 18.9939 13.0967C18.4491 16.4445 15.5444 19 12.0428 19C8.15319 19 5 15.8466 5 11.9566C5 8.45485 7.55525 5.54995 10.9028 5.00503C11.1917 4.958 11.4429 5.18966 11.4429 5.48238L11.4429 7.55716ZM12.6429 7.55716C12.6429 7.80467 12.8252 8.01162 13.0646 8.07447C14.4599 8.44075 15.5585 9.53945 15.9247 10.9349C15.9875 11.1743 16.1945 11.3566 16.442 11.3566L18.5165 11.3566C18.8093 11.3566 19.0409 11.1055 18.9939 10.8166C18.5095 7.83985 16.1594 5.48952 13.1829 5.00503C12.894 4.958 12.6429 5.18966 12.6429 5.48239L12.6429 7.55716Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd"
3
+ d="M10.809 11C9.18 11 8 12.334 8 13.81v2.798c0 1.476 1.181 2.81 2.809 2.81H53.19c1.628 0 2.809-1.334 2.809-2.81V13.81c0-1.476-1.181-2.81-2.809-2.81H10.81Zm5.436 11.194c-1.628 0-2.809 1.334-2.809 2.81v2.798c0 1.476 1.181 2.81 2.809 2.81h31.51c1.628 0 2.809-1.334 2.809-2.81v-2.798c0-1.476-1.181-2.81-2.809-2.81h-31.51Zm5.436 11.194c-1.627 0-2.809 1.334-2.809 2.81v2.798c0 1.476 1.182 2.81 2.81 2.81h20.637c1.627 0 2.808-1.334 2.808-2.81v-2.798c0-1.476-1.18-2.81-2.808-2.81H21.68Zm5.436 11.194c-1.627 0-2.808 1.334-2.808 2.81v2.798c0 1.476 1.18 2.81 2.808 2.81h9.765c1.628 0 2.81-1.334 2.81-2.81v-2.798c0-1.476-1.182-2.81-2.81-2.81h-9.764Z"
4
+ fill="currentColor"></path>
5
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg width="24" height="24" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M28.761 40.248h-3.974l-4.324-6.954-1.48 1.06v5.894h-3.5V23.742h3.5v7.553l1.378-1.942 4.471-5.611h3.884l-5.758 7.305 5.803 9.201ZM34.339 31.51h1.151c1.077 0 1.882-.211 2.416-.633.535-.429.802-1.05.802-1.862 0-.82-.226-1.427-.677-1.818-.444-.392-1.144-.587-2.1-.587h-1.592v4.9Zm7.903-2.62c0 1.777-.557 3.135-1.671 4.076-1.106.941-2.683 1.411-4.73 1.411h-1.502v5.871h-3.5V23.742h5.272c2.003 0 3.523.433 4.562 1.298 1.046.858 1.569 2.142 1.569 3.85ZM45.358 40.248V23.742h3.5v16.506h-3.5Z"
3
+ fill="currentColor"></path>
4
+ <path fill-rule="evenodd" clip-rule="evenodd"
5
+ d="M9.29 12.903c0-.855.743-1.548 1.66-1.548h43.133c.916 0 1.66.693 1.66 1.548 0 .855-.744 1.549-1.66 1.549H10.95c-.917 0-1.66-.694-1.66-1.549ZM9.29 51.097c0-.855.743-1.549 1.66-1.549h43.133c.916 0 1.66.694 1.66 1.549s-.744 1.548-1.66 1.548H10.95c-.917 0-1.66-.693-1.66-1.548Z"
6
+ fill="currentColor"></path>
7
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M19 8L16.5 10.5L14 8L10 12L8 10L5 13" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M19 18H5" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
4
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12 19L6 19C5.44772 19 5 18.5523 5 18L5 17C5 16.4477 5.44772 16 6 16L12 16C12.5523 16 13 16.4477 13 17L13 18C13 18.5523 12.5523 19 12 19Z" fill="currentColor"/>
3
+ <path d="M15 13.5L6 13.5C5.44772 13.5 5 13.0523 5 12.5L5 11.5C5 10.9477 5.44771 10.5 6 10.5L15 10.5C15.5523 10.5 16 10.9477 16 11.5L16 12.5C16 13.0523 15.5523 13.5 15 13.5Z" fill="currentColor"/>
4
+ <path d="M18 8L6 8C5.44772 8 5 7.55228 5 7L5 6C5 5.44772 5.44772 5 6 5L18 5C18.5523 5 19 5.44771 19 6L19 7C19 7.55228 18.5523 8 18 8Z" fill="currentColor"/>
5
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12 2.25C10.0716 2.25 8.18657 2.82183 6.58319 3.89317C4.97982 4.96451 3.73013 6.48726 2.99218 8.26884C2.25422 10.0504 2.06114 12.0108 2.43735 13.9021C2.81355 15.7934 3.74215 17.5307 5.10571 18.8943C6.46928 20.2579 8.20656 21.1865 10.0979 21.5627C11.9892 21.9389 13.9496 21.7458 15.7312 21.0078C17.5127 20.2699 19.0355 19.0202 20.1068 17.4168C21.1782 15.8134 21.75 13.9284 21.75 12C21.745 9.41566 20.7162 6.93859 18.8888 5.11118C17.0614 3.28378 14.5843 2.25496 12 2.25ZM16.6406 10.2938L11.1469 15.5438C11.0049 15.6774 10.8169 15.7512 10.6219 15.75C10.5266 15.7514 10.4319 15.7338 10.3434 15.6984C10.2549 15.663 10.1743 15.6105 10.1063 15.5438L7.35938 12.9188C7.28319 12.8523 7.22123 12.7711 7.17722 12.6801C7.13321 12.589 7.10806 12.49 7.10328 12.389C7.0985 12.2881 7.11419 12.1871 7.14941 12.0924C7.18463 11.9976 7.23865 11.9109 7.30822 11.8375C7.3778 11.7642 7.46149 11.7056 7.55426 11.6654C7.64703 11.6252 7.74698 11.6042 7.84809 11.6036C7.94919 11.603 8.04938 11.6229 8.14261 11.662C8.23585 11.7011 8.32021 11.7587 8.39063 11.8312L10.6219 13.9594L15.6094 9.20625C15.7552 9.07902 15.9446 9.01309 16.1379 9.02223C16.3312 9.03138 16.5135 9.1149 16.6467 9.25533C16.7798 9.39576 16.8536 9.58222 16.8524 9.77575C16.8513 9.96928 16.7754 10.1549 16.6406 10.2938Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M14.6936 5.43799C14.8771 5.29535 15.1419 5.29656 15.3254 5.45362C15.5088 5.61084 15.5505 5.87237 15.4377 6.07569L15.3801 6.15869L8.95137 13.6587C8.85689 13.7689 8.71861 13.8328 8.57344 13.8335C8.42843 13.834 8.2899 13.7718 8.19453 13.6626L4.62324 9.57178L4.56465 9.48877C4.45006 9.28652 4.48917 9.02459 4.67109 8.86573C4.85306 8.70687 5.11798 8.70339 5.30293 8.84424L5.37715 8.91358L8.56758 12.5689L14.6203 5.5083L14.6936 5.43799Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M6.66671 8.33337L10 11.6667L13.3334 8.33337" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M11.6667 13.3333L8.33337 9.99996L11.6667 6.66663" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M8.33337 13.3333L11.6667 9.99996L8.33337 6.66663" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M16 14L12 10L8 14" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path style="transform: translate(-9px, 9px)" d="M19 10V5.3C19 5.13431 18.8657 5 18.7 5H14" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path style="transform: translate(9px, -9px)" d="M5 14V18.7C5 18.8657 5.13431 19 5.3 19H10" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M5.5 18.5L9.5 14.5" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
5
+ <path d="M14.5 9.5L18.5 5.5" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
6
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M19 9L9 9" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M13 15H5" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M19 15L17 15" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
5
+ <circle cx="15" cy="15" r="2" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
6
+ <circle cx="7" cy="9" r="2" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
7
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M17.54 6.75L7.04004 17.25M10.04 7.875C10.04 8.91053 9.20057 9.75 8.16504 9.75C7.12951 9.75 6.29004 8.91053 6.29004 7.875C6.29004 6.83947 7.12951 6 8.16504 6C9.20057 6 10.04 6.83947 10.04 7.875ZM18.29 16.125C18.29 17.1605 17.4506 18 16.415 18C15.3795 18 14.54 17.1605 14.54 16.125C14.54 15.0895 15.3795 14.25 16.415 14.25C17.4506 14.25 18.29 15.0895 18.29 16.125Z" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M9.5 9C12.5376 9 15 11.4624 15 14.5C15 17.5376 12.5376 20 9.5 20C6.46243 20 4 17.5376 4 14.5C4 11.4624 6.46243 9 9.5 9ZM9.7002 10.5C9.58089 10.5 9.46622 10.5475 9.38184 10.6318C9.29757 10.7162 9.25 10.8309 9.25 10.9502V11.1396C8.27206 11.3149 7.4502 12.0502 7.4502 13.0498C7.4502 14.0494 8.27206 14.7847 9.25 14.96V17.041C8.68851 16.888 8.35059 16.4566 8.35059 16.0498C8.35059 15.9305 8.30302 15.8158 8.21875 15.7314C8.13445 15.6471 8.0196 15.5997 7.90039 15.5996C7.78113 15.5996 7.6664 15.6472 7.58203 15.7314C7.49764 15.8158 7.4502 15.9305 7.4502 16.0498C7.4502 17.0494 8.27206 17.7847 9.25 17.96V18.1494C9.25 18.2687 9.29757 18.3834 9.38184 18.4678C9.46622 18.5521 9.58089 18.5996 9.7002 18.5996C9.81948 18.5996 9.93421 18.5521 10.0186 18.4678C10.1028 18.3834 10.1504 18.2686 10.1504 18.1494V17.96C11.1283 17.7847 11.9502 17.0493 11.9502 16.0498C11.9502 15.0503 11.1283 14.3149 10.1504 14.1396V12.0576C10.7118 12.2113 11.0498 12.6431 11.0498 13.0498C11.0498 13.1691 11.0973 13.2838 11.1816 13.3682C11.266 13.4525 11.3808 13.4999 11.5 13.5C11.6192 13.5 11.734 13.4525 11.8184 13.3682C11.9027 13.2838 11.9502 13.1691 11.9502 13.0498C11.9502 12.0503 11.1283 11.3149 10.1504 11.1396V10.9502C10.1504 10.831 10.1028 10.7162 10.0186 10.6318C9.93421 10.5475 9.81948 10.5 9.7002 10.5ZM10.1504 15.0586C10.7117 15.2117 11.0498 15.6431 11.0498 16.0498C11.0498 16.4565 10.7117 16.8879 10.1504 17.041V15.0586ZM14.5 3.75C17.5376 3.75 20 6.21243 20 9.25C20 11.768 18.3072 13.8885 15.998 14.541C15.9981 14.5273 16 14.5137 16 14.5C16 14.166 15.9744 13.838 15.9258 13.5176C17.7119 12.9211 19 11.2367 19 9.25C19 6.76472 16.9853 4.75 14.5 4.75C12.4364 4.75 10.6978 6.13914 10.167 8.0332C9.94772 8.01086 9.72517 8 9.5 8C9.37941 8 9.25959 8.00328 9.14062 8.00977C9.70305 5.56952 11.8889 3.75 14.5 3.75ZM9.25 14.041C8.68852 13.888 8.35064 13.4565 8.35059 13.0498C8.35059 12.643 8.68844 12.2112 9.25 12.0576V14.041ZM15.4336 6.70312C15.656 6.48072 16.0169 6.48072 16.2393 6.70312C16.4611 6.92544 16.4612 7.28552 16.2393 7.50781L15.4336 8.31348H16.3369C16.6512 8.31368 16.9062 8.56849 16.9062 8.88281C16.9062 9.19722 16.6513 9.45195 16.3369 9.45215H15.1973V10.0225H16.3369C16.6513 10.0227 16.9062 10.2774 16.9062 10.5918C16.9061 10.9061 16.6512 11.1609 16.3369 11.1611H15.1973V11.3691C14.8915 10.8139 14.5069 10.3084 14.0586 9.86719V9.45215H13.5938C13.2235 9.15154 12.8198 8.89101 12.3887 8.67676C12.4716 8.46425 12.6782 8.31348 12.9199 8.31348H13.8223L13.0176 7.50781C12.7952 7.28542 12.7952 6.92553 13.0176 6.70312C13.24 6.48072 13.5999 6.48072 13.8223 6.70312L14.6279 7.50781L15.4336 6.70312Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M16.5 13C18.433 13 20 14.567 20 16.5C20 18.433 18.433 20 16.5 20C14.567 20 13 18.433 13 16.5C13 14.567 14.567 13 16.5 13ZM15.125 15.9258C14.7938 15.9319 14.5302 16.2049 14.5361 16.5361C14.5422 16.8673 14.8154 17.1308 15.1465 17.125L17.9248 17.0742C18.256 17.0681 18.5187 16.7951 18.5127 16.4639C18.5066 16.1326 18.2336 15.869 17.9023 15.875L15.125 15.9258ZM19 12.5205C18.2758 12.0645 17.419 11.7998 16.5 11.7998C14.0732 11.7998 12.0758 13.6393 11.8262 16H8C6.58579 16 5.87879 15.9999 5.43945 15.5605C5.00011 15.1212 5 14.4142 5 13V9.59961H19V12.5205ZM16 6C17.4142 6 18.1212 6.00011 18.5605 6.43945C18.9328 6.81174 18.9874 7.37622 18.9961 8.40039H5.00391C5.01258 7.37622 5.06716 6.81174 5.43945 6.43945C5.87879 6.00011 6.58579 6 8 6H16Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M7.10922 8.4091C6.78269 7.59278 7.59277 6.7827 8.40909 7.10923L18.3172 11.0725C19.1183 11.3929 19.1648 12.5095 18.393 12.8954L15.0261 14.5789C14.8325 14.6756 14.6756 14.8325 14.5789 15.0261L12.8954 18.393C12.5095 19.1648 11.3929 19.1183 11.0725 18.3172L7.10922 8.4091Z" fill="currentColor"/>
3
+ <path d="M5.81577 15.4361C5.88458 15.2732 6.11542 15.2732 6.18424 15.4361L6.56237 16.3312C6.58263 16.3792 6.62081 16.4174 6.66877 16.4376L7.56388 16.8158C7.72678 16.8846 7.72678 17.1154 7.56388 17.1842L6.66878 17.5624C6.62081 17.5826 6.58263 17.6208 6.56237 17.6688L6.18424 18.5639C6.11542 18.7268 5.88458 18.7268 5.81576 18.5639L5.43763 17.6688C5.41737 17.6208 5.37919 17.5826 5.33123 17.5624L4.43612 17.1842C4.27322 17.1154 4.27322 16.8846 4.43612 16.8158L5.33123 16.4376C5.37919 16.4174 5.41737 16.3792 5.43763 16.3312L5.81577 15.4361Z" fill="currentColor"/>
4
+ <path d="M17.3139 4.47174C17.3805 4.30291 17.6195 4.30291 17.6861 4.47174L18.1752 5.71209C18.1956 5.76363 18.2364 5.80443 18.2879 5.82476L19.5283 6.31395C19.6971 6.38053 19.6971 6.61947 19.5283 6.68605L18.2879 7.17524C18.2364 7.19557 18.1956 7.23637 18.1752 7.28791L17.6861 8.52826C17.6195 8.69709 17.3805 8.69709 17.3139 8.52826L16.8248 7.28791C16.8044 7.23637 16.7636 7.19557 16.7121 7.17524L15.4717 6.68605C15.3029 6.61947 15.3029 6.38053 15.4717 6.31395L16.7121 5.82476C16.7636 5.80443 16.8044 5.76363 16.8248 5.71209L17.3139 4.47174Z" fill="currentColor"/>
5
+ <path d="M12.3158 4.43612C12.3846 4.27322 12.6154 4.27322 12.6842 4.43612L12.9139 4.97972C12.9341 5.02769 12.9723 5.06586 13.0203 5.08612L13.5639 5.31576C13.7268 5.38458 13.7268 5.61542 13.5639 5.68424L13.0203 5.91388C12.9723 5.93414 12.9341 5.97231 12.9139 6.02028L12.6842 6.56388C12.6154 6.72678 12.3846 6.72678 12.3158 6.56388L12.0861 6.02028C12.0659 5.97231 12.0277 5.93414 11.9797 5.91388L11.4361 5.68424C11.2732 5.61542 11.2732 5.38458 11.4361 5.31576L11.9797 5.08612C12.0277 5.06586 12.0659 5.02769 12.0861 4.97972L12.3158 4.43612Z" fill="currentColor"/>
6
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M15 5C16.8856 5 17.8283 5.00015 18.4141 5.58594C18.9998 6.17172 19 7.11438 19 9V15C19 16.8856 18.9998 17.8283 18.4141 18.4141C17.8283 18.9998 16.8856 19 15 19H9C7.11438 19 6.17172 18.9998 5.58594 18.4141C5.00015 17.8283 5 16.8856 5 15V9C5 7.11438 5.00015 6.17172 5.58594 5.58594C6.17172 5.00015 7.11438 5 9 5H15ZM12.582 8.50684C12.3097 8.46155 12.0522 8.64564 12.0068 8.91797L11.0068 14.918C10.9615 15.1903 11.1456 15.4478 11.418 15.4932C11.6903 15.5385 11.9478 15.3544 11.9932 15.082L12.9932 9.08203C13.0385 8.8097 12.8544 8.55222 12.582 8.50684ZM9.35352 9.64648C9.15825 9.45123 8.84175 9.45122 8.64648 9.64648L6.78809 11.5049C6.51472 11.7782 6.51472 12.2218 6.78809 12.4951L8.64648 14.3535L8.72461 14.418C8.91869 14.5461 9.18265 14.5244 9.35352 14.3535C9.52438 14.1827 9.54613 13.9187 9.41797 13.7246L9.35352 13.6465L7.70703 12L9.35352 10.3535C9.54878 10.1583 9.54878 9.84175 9.35352 9.64648ZM15.3535 9.64648C15.1583 9.45122 14.8417 9.45123 14.6465 9.64648C14.4512 9.84175 14.4512 10.1583 14.6465 10.3535L16.293 12L14.6465 13.6465L14.582 13.7246C14.4539 13.9187 14.4756 14.1827 14.6465 14.3535C14.8173 14.5244 15.0813 14.5461 15.2754 14.418L15.3535 14.3535L17.2119 12.4951C17.4853 12.2218 17.4853 11.7782 17.2119 11.5049L15.3535 9.64648Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="20" height="20" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <circle cx="8.4" cy="14.4" r="1.4" transform="rotate(-90 8.4 14.4)" fill="currentColor"/>
3
+ <circle cx="14.0001" cy="14.4" r="1.4" transform="rotate(-90 14.0001 14.4)" fill="currentColor"/>
4
+ <circle cx="19.6002" cy="14.4" r="1.4" transform="rotate(-90 19.6002 14.4)" fill="currentColor"/>
5
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M10 14L9 14C7.11438 14 6.17157 14 5.58579 13.4142C5 12.8284 5 11.8856 5 10L5 9C5 7.11438 5 6.17157 5.58579 5.58579C6.17157 5 7.11438 5 9 5L10 5C11.8856 5 12.8284 5 13.4142 5.58579C14 6.17157 14 7.11438 14 9L14 10C14 11.8856 14 12.8284 13.4142 13.4142C12.8284 14 11.8856 14 10 14Z" fill="currentColor"/>
3
+ <path d="M9.40039 14C9.40039 13.0742 9.39868 12.3195 9.47852 11.7256C9.56068 11.1144 9.73818 10.5841 10.1611 10.1611C10.5841 9.73818 11.1144 9.56068 11.7256 9.47852C12.3195 9.39868 13.0742 9.40039 14 9.40039L15 9.40039C15.9258 9.40039 16.6805 9.39868 17.2744 9.47852C17.8856 9.56068 18.4159 9.73818 18.8389 10.1611C19.2618 10.5841 19.4393 11.1144 19.5215 11.7256C19.6013 12.3195 19.5996 13.0742 19.5996 14L19.5996 15C19.5996 15.9258 19.6013 16.6805 19.5215 17.2744C19.4393 17.8856 19.2618 18.4159 18.8389 18.8389C18.4159 19.2618 17.8856 19.4393 17.2744 19.5215C16.6805 19.6013 15.9258 19.5996 15 19.5996L14 19.5996C13.0742 19.5996 12.3195 19.6013 11.7256 19.5215C11.1144 19.4393 10.5841 19.2618 10.1611 18.8389C9.73818 18.4159 9.56068 17.8856 9.47852 17.2744C9.39868 16.6805 9.40039 15.9258 9.40039 15L9.40039 14Z" fill="currentColor" stroke="white" stroke-width="1.2"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M17.1787 16.0909V12.5455H12.3237C12.1817 12.5455 12.0454 12.488 11.9449 12.3857C11.8445 12.2834 11.788 12.1447 11.788 12C11.788 11.8553 11.8445 11.7166 11.9449 11.6143C12.0454 11.512 12.1817 11.4545 12.3237 11.4545H17.1787V7.90909C17.1782 7.40293 16.9805 6.91766 16.629 6.55976C16.2774 6.20185 15.8008 6.00054 15.3037 6H8.87503C8.37791 6.00054 7.90129 6.20185 7.54977 6.55976C7.19825 6.91766 7.00053 7.40293 7 7.90909V16.0909C7.00053 16.5971 7.19825 17.0823 7.54977 17.4402C7.90129 17.7981 8.37791 17.9995 8.87503 18H15.3037C15.8008 17.9995 16.2774 17.7981 16.629 17.4402C16.9805 17.0823 17.1782 16.5971 17.1787 16.0909ZM21.1711 12.5455L19.4072 14.3417C19.311 14.4448 19.2581 14.5821 19.2599 14.7244C19.2617 14.8666 19.318 15.0025 19.4168 15.1031C19.5156 15.2037 19.6491 15.261 19.7887 15.2628C19.9284 15.2646 20.0633 15.2108 20.1646 15.1128L22.8432 12.3856C22.9436 12.2833 23 12.1446 23 12C23 11.8554 22.9436 11.7167 22.8432 11.6144L20.1646 8.88716C20.0633 8.78918 19.9284 8.73537 19.7887 8.73719C19.6491 8.73901 19.5156 8.79632 19.4168 8.89691C19.318 8.99749 19.2617 9.13339 19.2599 9.27562C19.2581 9.41785 19.311 9.55517 19.4072 9.6583L21.1711 11.4545H17.1787V12.5455H21.1711Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M11.4 5V8C11.4 8.88366 12.1163 9.6 13 9.6H16V15.7372L15.8527 15.5899C15.2279 14.9651 14.2148 14.9651 13.59 15.5899C12.9651 16.2148 12.9651 17.2278 13.59 17.8527L14.7373 19H7C6.44772 19 6 18.5523 6 18V6C6 5.44772 6.44772 5 7 5H11.4ZM12.6 5.6V8C12.6 8.22091 12.7791 8.4 13 8.4H15.4L12.6 5.6ZM18.1456 20.1456C18.0881 20.2031 18.0218 20.2465 17.951 20.2758C17.8803 20.3051 17.8027 20.3213 17.7213 20.3213C17.6401 20.323 17.4416 20.2901 17.2971 20.1456L14.2971 17.1456C14.0627 16.9113 14.0627 16.5314 14.2971 16.297C14.5314 16.0627 14.9113 16.0627 15.1456 16.297L17.1213 18.2728V13.7213C17.1213 13.3899 17.39 13.1213 17.7213 13.1213C18.0527 13.1213 18.3213 13.3899 18.3213 13.7213V18.2728L20.2971 16.297C20.5314 16.0627 20.9113 16.0627 21.1456 16.297C21.3799 16.5314 21.3799 16.9113 21.1456 17.1456L18.1456 20.1456Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M16.5337 10.6666L16.5444 10.8854C16.654 11.9607 17.5624 12.8002 18.6665 12.8004H22.6665V23.9996C22.6665 24.736 22.0699 25.3336 21.3335 25.3336H10.6665C9.93027 25.3334 9.3335 24.7359 9.3335 23.9996V7.99963C9.33367 7.26351 9.93038 6.6668 10.6665 6.66663H16.5337V10.6666ZM21.8667 11.1998H18.6665C18.4089 11.1996 18.1937 11.017 18.144 10.774L18.1333 10.6666V7.46643L21.8667 11.1998Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M6 6.5C5.44772 6.5 5 6.94771 5 7.5V17C5 17.5523 5.44772 18 6 18H18C18.5523 18 19 17.5523 19 17V9C19 8.44772 18.5523 8 18 8H12.5352C12.2008 8 11.8886 7.8329 11.7031 7.5547L11.2969 6.9453C11.1114 6.6671 10.7992 6.5 10.4648 6.5H6ZM7 10.4C6.66863 10.4 6.4 10.6686 6.4 11C6.4 11.3314 6.66863 11.6 7 11.6L17 11.6C17.3314 11.6 17.6 11.3314 17.6 11C17.6 10.6686 17.3314 10.4 17 10.4L7 10.4Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M19 6.28923V9.71569C19 9.94288 18.9115 10.1608 18.754 10.3214C18.5964 10.4821 18.3828 10.5723 18.16 10.5723H14.8C14.5772 10.5723 14.3636 10.4821 14.206 10.3214C14.0485 10.1608 13.96 9.94288 13.96 9.71569C13.96 9.4885 14.0485 9.27062 14.206 9.10997C14.3636 8.94933 14.5772 8.85907 14.8 8.85907H16.13L15.584 8.30227C14.5955 7.2892 13.253 6.71768 11.8516 6.71325H11.8215C10.4326 6.71015 9.09827 7.26484 8.1073 8.2573C7.94801 8.41614 7.73337 8.50395 7.5106 8.50141C7.28782 8.49887 7.07516 8.40618 6.9194 8.24374C6.76364 8.0813 6.67753 7.86241 6.68003 7.63523C6.68252 7.40805 6.77341 7.19118 6.9327 7.03234C8.23765 5.72561 9.99472 4.9955 11.8236 5.00002H11.86C13.705 5.00515 15.4725 5.75721 16.774 7.09088L17.32 7.64554V6.28923C17.32 6.06204 17.4085 5.84416 17.566 5.68351C17.7236 5.52286 17.9372 5.43261 18.16 5.43261C18.3828 5.43261 18.5964 5.52286 18.754 5.68351C18.9115 5.84416 19 6.06204 19 6.28923ZM15.8927 15.7427C14.9012 16.7357 13.5661 17.2904 12.1764 17.2867H12.1463C10.7448 17.2823 9.40243 16.7108 8.4139 15.6977L7.87 15.1409H9.2C9.42278 15.1409 9.63644 15.0507 9.79397 14.89C9.9515 14.7294 10.04 14.5115 10.04 14.2843C10.04 14.0571 9.9515 13.8392 9.79397 13.6786C9.63644 13.5179 9.42278 13.4277 9.2 13.4277H5.84C5.61722 13.4277 5.40356 13.5179 5.24603 13.6786C5.0885 13.8392 5 14.0571 5 14.2843V17.7108C5 17.938 5.0885 18.1558 5.24603 18.3165C5.40356 18.4771 5.61722 18.5674 5.84 18.5674C6.06278 18.5674 6.27644 18.4771 6.43397 18.3165C6.5915 18.1558 6.68 17.938 6.68 17.7108V16.3545L7.226 16.9113C8.5278 18.2441 10.2953 18.9954 12.14 19H12.1792C14.0081 19.0045 15.7651 18.2744 17.0701 16.9677C17.149 16.889 17.2119 16.7953 17.2552 16.6918C17.2986 16.5884 17.3215 16.4773 17.3228 16.3648C17.324 16.2523 17.3035 16.1406 17.2624 16.0362C17.2214 15.9318 17.1605 15.8367 17.0834 15.7563C17.0063 15.6758 16.9144 15.6117 16.8129 15.5675C16.7115 15.5233 16.6025 15.4998 16.4922 15.4986C16.3819 15.4973 16.2724 15.5182 16.17 15.5601C16.0677 15.602 15.9744 15.664 15.8955 15.7427H15.8927Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M6.89168 5.77825C6.54711 4.51318 5.21013 3.73426 3.88429 4.08373L3.4401 4.20081C3.12074 4.28499 2.9335 4.59979 3.02189 4.90394C3.11028 5.20809 3.44082 5.38641 3.76018 5.30223L4.20438 5.18514C4.85307 5.01416 5.54567 5.38792 5.73016 6.06521L8.06655 14.9285C6.88106 15.1999 6.0001 16.2163 6.0001 17.4287C6.0001 18.8488 7.2089 20 8.70005 20C9.95256 20 11.0059 19.1878 11.3109 18.0862L20.5895 15.1414C20.9039 15.0417 21.0738 14.7181 20.9691 14.4187C20.8643 14.1193 20.5245 13.9575 20.2102 14.0572L11.3369 16.8733C11.1132 15.9058 10.3174 15.1426 9.30448 14.922L6.89168 5.77825ZM8.70005 18.2858C9.19708 18.2858 9.60004 17.902 9.60004 17.4287C9.60004 16.9553 9.19708 16.5715 8.70005 16.5715C8.20299 16.5715 7.80007 16.9553 7.80007 17.4287C7.80007 17.902 8.20299 18.2858 8.70005 18.2858Z" fill="currentColor"/>
3
+ <path d="M9.31113 6.10533C8.3591 6.37781 7.81926 7.33372 8.10539 8.2404L9.58413 13.2121C9.87023 14.1188 10.874 14.6329 11.826 14.3605L17.5485 12.7226C18.5005 12.4501 19.0404 11.4942 18.7543 10.5875L17.2755 5.61577C16.9894 4.70909 15.9857 4.19497 15.0336 4.46746L9.31113 6.10533Z" fill="currentColor"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M8.625 11.25C8.625 11.3736 8.58835 11.4945 8.51967 11.5972C8.451 11.7 8.35338 11.7801 8.23918 11.8274C8.12498 11.8747 7.99931 11.8871 7.87807 11.863C7.75683 11.8389 7.64547 11.7794 7.55806 11.6919C7.47065 11.6045 7.41113 11.4932 7.38701 11.3719C7.3629 11.2507 7.37527 11.125 7.42258 11.0108C7.46988 10.8966 7.54999 10.799 7.65277 10.7303C7.75555 10.6617 7.87639 10.625 8 10.625C8.16576 10.625 8.32474 10.6908 8.44195 10.8081C8.55916 10.9253 8.625 11.0842 8.625 11.25ZM8 4.625C6.6875 4.625 5.625 5.57812 5.625 6.75V7C5.625 7.09946 5.66451 7.19484 5.73484 7.26516C5.80516 7.33549 5.90055 7.375 6 7.375C6.09946 7.375 6.19484 7.33549 6.26517 7.26516C6.33549 7.19484 6.375 7.09946 6.375 7V6.75C6.375 5.99188 7.10375 5.375 8 5.375C8.89625 5.375 9.625 5.99188 9.625 6.75C9.625 7.50813 8.89625 8.125 8 8.125C7.90055 8.125 7.80516 8.16451 7.73484 8.23483C7.66451 8.30516 7.625 8.40054 7.625 8.5V9C7.625 9.09946 7.66451 9.19484 7.73484 9.26517C7.80516 9.33549 7.90055 9.375 8 9.375C8.09946 9.375 8.19484 9.33549 8.26517 9.26517C8.33549 9.19484 8.375 9.09946 8.375 9V8.84875C9.50688 8.6875 10.375 7.8075 10.375 6.75C10.375 5.57812 9.3125 4.625 8 4.625ZM14.375 8C14.375 9.26086 14.0011 10.4934 13.3006 11.5418C12.6001 12.5901 11.6045 13.4072 10.4396 13.8897C9.27473 14.3722 7.99293 14.4985 6.7563 14.2525C5.51967 14.0065 4.38376 13.3994 3.4922 12.5078C2.60064 11.6162 1.99348 10.4803 1.7475 9.2437C1.50152 8.00707 1.62776 6.72527 2.11027 5.56039C2.59278 4.39551 3.40988 3.39988 4.45824 2.69938C5.50661 1.99889 6.73915 1.625 8 1.625C9.69015 1.62698 11.3105 2.29927 12.5056 3.49439C13.7007 4.6895 14.373 6.30985 14.375 8ZM13.625 8C13.625 6.88748 13.2951 5.79994 12.677 4.87492C12.0589 3.94989 11.1804 3.22892 10.1526 2.80318C9.12476 2.37743 7.99376 2.26604 6.90262 2.48308C5.81148 2.70012 4.8092 3.23585 4.02253 4.02252C3.23586 4.80919 2.70013 5.81147 2.48309 6.90262C2.26604 7.99376 2.37744 9.12476 2.80318 10.1526C3.22892 11.1804 3.94989 12.0589 4.87492 12.677C5.79995 13.2951 6.88748 13.625 8 13.625C9.49134 13.6233 10.9211 13.0302 11.9757 11.9756C13.0302 10.9211 13.6233 9.49134 13.625 8Z" fill="currentColor"/>
3
+ </svg>
@@ -1,4 +1,3 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-info-circle" viewBox="0 0 16 16">
2
- <path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16"/>
3
- <path d="m8.93 6.588-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533zM9 4.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0"/>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M11.965 16.2C12.21 16.2 12.4172 16.1153 12.5866 15.9459C12.756 15.7765 12.8405 15.5695 12.84 15.325C12.8395 15.0805 12.7551 14.8733 12.5866 14.7034C12.4181 14.5335 12.2109 14.4491 11.965 14.45C11.7191 14.4509 11.5121 14.5356 11.3441 14.7041C11.1761 14.8726 11.0914 15.0795 11.09 15.325C11.0886 15.5705 11.1733 15.7777 11.3441 15.9466C11.5149 16.1155 11.7219 16.2 11.965 16.2ZM12 19C11.0317 19 10.1217 18.8161 9.27001 18.4484C8.41834 18.0807 7.67751 17.582 7.04751 16.9525C6.41751 16.323 5.91888 15.5821 5.55162 14.73C5.18435 13.8779 5.00048 12.9679 5.00002 12C4.99955 11.0321 5.18342 10.1221 5.55162 9.27C5.91981 8.41787 6.41845 7.67704 7.04751 7.04751C7.67658 6.41798 8.41741 5.91934 9.27001 5.55161C10.1226 5.18388 11.0326 5.00001 12 5.00001C12.9674 5.00001 13.8774 5.18388 14.73 5.55161C15.5826 5.91934 16.3234 6.41798 16.9525 7.04751C17.5816 7.67704 18.0804 8.41787 18.4491 9.27C18.8178 10.1221 19.0014 11.0321 19 12C18.9986 12.9679 18.8147 13.8779 18.4484 14.73C18.0821 15.5821 17.5834 16.323 16.9525 16.9525C16.3216 17.582 15.5807 18.0809 14.73 18.4491C13.8793 18.8173 12.9693 19.0009 12 19ZM12.07 8.99C12.3617 8.99 12.6155 9.08334 12.8316 9.27C13.0477 9.45667 13.1555 9.69 13.155 9.97C13.155 10.2267 13.0764 10.4542 12.9191 10.6525C12.7618 10.8508 12.5838 11.0375 12.385 11.2125C12.1167 11.4458 11.8805 11.7025 11.6766 11.9825C11.4727 12.2625 11.3705 12.5775 11.37 12.9275C11.37 13.0908 11.4314 13.228 11.5541 13.3391C11.6768 13.4502 11.8196 13.5055 11.9825 13.505C12.1575 13.505 12.3064 13.4467 12.4291 13.33C12.5518 13.2133 12.6305 13.0675 12.665 12.8925C12.7117 12.6475 12.8167 12.4289 12.98 12.2366C13.1433 12.0443 13.3183 11.8605 13.505 11.685C13.7733 11.4283 14.0039 11.1483 14.1966 10.845C14.3893 10.5417 14.4855 10.2033 14.485 9.83C14.485 9.235 14.243 8.74804 13.7591 8.36911C13.2752 7.99017 12.7121 7.80047 12.07 7.80001C11.6267 7.80001 11.2039 7.89334 10.8016 8.08001C10.3993 8.26667 10.093 8.55251 9.88251 8.93751C9.80084 9.0775 9.77471 9.22637 9.80411 9.3841C9.83351 9.54184 9.91214 9.6613 10.04 9.7425C10.2033 9.83584 10.3725 9.865 10.5475 9.83C10.7225 9.795 10.8683 9.69584 10.985 9.5325C11.1133 9.3575 11.2739 9.22334 11.4666 9.13C11.6593 9.03667 11.8605 8.99 12.07 8.99Z" fill="currentColor"/>
4
3
  </svg>
@@ -0,0 +1,6 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12.3535 7.47363V11.6419" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M15.966 13.7257L12.3535 11.6416" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M7.47353 9.18446H4V5.71094" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
5
+ <path d="M6.9525 17.0431C8.02097 18.1124 9.38259 18.8409 10.8651 19.1362C12.3476 19.4316 13.8845 19.2806 15.2812 18.7024C16.6779 18.1242 17.8717 17.1448 18.7117 15.8879C19.5517 14.6311 20 13.1534 20 11.6418C20 10.1301 19.5517 8.6524 18.7117 7.39558C17.8717 6.13876 16.6779 5.1593 15.2812 4.5811C13.8845 4.0029 12.3476 3.85193 10.8651 4.14729C9.38259 4.44266 8.02097 5.17109 6.9525 6.24043L4 9.18424" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
6
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12.0217 5C11.8575 4.99981 11.6951 5.03383 11.5448 5.09989C11.3944 5.16595 11.2595 5.26261 11.1486 5.3837L9.97373 6.55036C9.84861 6.29244 9.67987 6.05808 9.47496 5.85762C8.9956 5.37823 8.34545 5.10892 7.66754 5.10892C6.98963 5.10892 6.33948 5.37823 5.86013 5.85762C5.38077 6.33701 5.11147 6.9872 5.11147 7.66516C5.11147 8.34312 5.38077 8.99331 5.86013 9.4727C6.06026 9.677 6.2915 9.84292 6.54452 9.96736L5.3852 11.106C5.26384 11.2168 5.1669 11.3517 5.10058 11.502C5.03425 11.6524 5 11.8149 5 11.9792C5 12.1435 5.03425 12.306 5.10058 12.4564C5.1669 12.6067 5.26384 12.7416 5.3852 12.8524L6.90538 14.3737C6.96389 14.4323 7.03557 14.476 7.11443 14.5012C7.19328 14.5263 7.27703 14.5323 7.35865 14.5185C7.44028 14.5047 7.51741 14.4715 7.58359 14.4218C7.64978 14.3721 7.7031 14.3072 7.73909 14.2327C7.81652 14.0736 7.91676 13.9309 8.03981 13.8044C8.32745 13.5223 8.71459 13.3648 9.11746 13.3659C9.52034 13.3671 9.90654 13.5269 10.1925 13.8107C10.4785 14.0945 10.6412 14.4795 10.6455 14.8824C10.6497 15.2853 10.4952 15.6736 10.2153 15.9635C10.0896 16.0849 9.94537 16.1857 9.78812 16.2621C9.71441 16.2978 9.65021 16.3505 9.60077 16.4158C9.55134 16.4811 9.51807 16.5572 9.50371 16.6378C9.48934 16.7185 9.49428 16.8013 9.51812 16.8797C9.54196 16.9581 9.58403 17.0297 9.64087 17.0886L11.1051 18.6131C11.2158 18.7346 11.3506 18.8318 11.501 18.8984C11.6513 18.965 11.8139 18.9996 11.9783 19C12.1427 19.0004 12.3054 18.9666 12.4561 18.9007C12.6067 18.8348 12.742 18.7382 12.8534 18.6172L14.0313 17.4454C14.2091 17.812 14.4719 18.1307 14.798 18.3749C15.124 18.6192 15.5038 18.7818 15.9055 18.8493C16.3073 18.9168 16.7193 18.8872 17.1073 18.7629C17.4953 18.6387 17.8479 18.4234 18.1356 18.135C18.4232 17.8477 18.6381 17.496 18.7624 17.1089C18.8867 16.7219 18.9168 16.3108 18.8503 15.9098C18.7838 15.5088 18.6225 15.1294 18.3799 14.8033C18.1373 14.4771 17.8203 14.2136 17.4554 14.0346L18.6157 12.8939C18.7368 12.7828 18.8335 12.6478 18.8997 12.4974C18.9658 12.347 19 12.1845 19 12.0202C19 11.8558 18.9658 11.6933 18.8997 11.5429C18.8335 11.3925 18.7368 11.2575 18.6157 11.1465L17.0738 9.62411C17.0151 9.56626 16.9435 9.52322 16.8649 9.49857C16.7863 9.47392 16.7029 9.46836 16.6217 9.48235C16.5405 9.49634 16.4638 9.52947 16.398 9.57901C16.3322 9.62855 16.2791 9.69307 16.2432 9.76722C16.1685 9.92099 16.0706 10.0623 15.9528 10.1862C15.6623 10.449 15.2818 10.5902 14.8901 10.5804C14.4984 10.5706 14.1255 10.4107 13.8484 10.1337C13.5713 9.85672 13.4112 9.48382 13.4012 9.09212C13.3913 8.70042 13.5322 8.31987 13.7949 8.02916C13.92 7.90955 14.0597 7.81242 14.2139 7.73775C14.2876 7.70215 14.3519 7.64956 14.4015 7.5843C14.451 7.51905 14.4844 7.44298 14.4989 7.36233C14.5133 7.28169 14.5085 7.19876 14.4847 7.12035C14.4609 7.04194 14.4189 6.97028 14.3621 6.91124L12.8969 5.38681C12.786 5.2649 12.6509 5.16751 12.5002 5.10089C12.3495 5.03428 12.1865 4.99991 12.0217 5Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M10 14L14 10" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M15 13L17 11C18.1046 9.89543 18.1046 8.10457 17 7C15.8954 5.89543 14.1046 5.89543 13 7L11 9" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M9 11L7 13C5.89543 14.1046 5.89543 15.8954 7 17C8.10457 18.1046 9.89543 18.1046 11 17L13 15" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
5
+ </svg>
@@ -1,3 +1,3 @@
1
1
  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M12 4.40002C13.9882 4.40002 15.6 6.0118 15.6 8.00002V10.0491C16.033 10.1019 16.3329 10.2116 16.5607 10.4394C17 10.8787 17 11.5858 17 13V15C17 16.4142 17 17.1214 16.5607 17.5607C16.1213 18 15.4142 18 14 18H10C8.58579 18 7.87868 18 7.43934 17.5607C7 17.1214 7 16.4142 7 15V13C7 11.5858 7 10.8787 7.43934 10.4394C7.66715 10.2116 7.96695 10.1019 8.4 10.0491L8.4 8.00002C8.4 6.0118 10.0118 4.40002 12 4.40002ZM14.4 8.00002V10.0005C14.2733 10 14.1401 10 14 10H10C9.85987 10 9.72668 10 9.6 10.0005L9.6 8.00002C9.6 6.67454 10.6745 5.60002 12 5.60002C13.3255 5.60002 14.4 6.67454 14.4 8.00002ZM12.6 13C12.6 12.6687 12.3314 12.4 12 12.4C11.6686 12.4 11.4 12.6687 11.4 13V15C11.4 15.3314 11.6686 15.6 12 15.6C12.3314 15.6 12.6 15.3314 12.6 15V13Z" fill="currentColor"/>
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12 4.3999C13.9882 4.3999 15.6 6.01168 15.6 7.9999V10.0489C16.033 10.1018 16.3329 10.2114 16.5607 10.4392C17 10.8786 17 11.5857 17 12.9999V14.9999C17 16.4141 17 17.1212 16.5607 17.5606C16.1213 17.9999 15.4142 17.9999 14 17.9999H10C8.58579 17.9999 7.87868 17.9999 7.43934 17.5606C7 17.1212 7 16.4141 7 14.9999V12.9999C7 11.5857 7 10.8786 7.43934 10.4392C7.66715 10.2114 7.96695 10.1018 8.4 10.0489L8.4 7.9999C8.4 6.01168 10.0118 4.3999 12 4.3999ZM14.4 7.9999V10.0003C14.2733 9.99991 14.1401 9.99991 14 9.99991H10C9.85987 9.99991 9.72668 9.99991 9.6 10.0003L9.6 7.9999C9.6 6.67442 10.6745 5.5999 12 5.5999C13.3255 5.5999 14.4 6.67442 14.4 7.9999ZM12.6 12.9999C12.6 12.6685 12.3314 12.3999 12 12.3999C11.6686 12.3999 11.4 12.6685 11.4 12.9999V14.9999C11.4 15.3313 11.6686 15.5999 12 15.5999C12.3314 15.5999 12.6 15.3313 12.6 14.9999V12.9999Z" fill="currentColor"/>
3
3
  </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M19.8332 18.6667H8.1665" stroke="currentColor" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M19.8332 9.33331H8.1665" stroke="currentColor" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M19.8332 14L8.1665 14" stroke="currentColor" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
5
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M5.83325 10H14.1666" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M16 5.40039C16.3312 5.40039 16.5994 5.66881 16.5996 6V7.05078C17.0326 7.10357 17.3327 7.21174 17.5605 7.43945C17.9997 7.87877 18 8.58624 18 10V15C18 16.4138 17.9997 17.1212 17.5605 17.5605C17.1212 17.9997 16.414 18 15 18H9C7.586 18 6.87881 17.9997 6.43945 17.5605C6.00034 17.1212 6 16.4138 6 15V10C6 8.58624 6.00035 7.87877 6.43945 7.43945C6.66727 7.21174 6.96737 7.10357 7.40039 7.05078V6C7.4006 5.66881 7.66876 5.40039 8 5.40039C8.33124 5.40039 8.5994 5.66881 8.59961 6V7.00195C8.7264 7.00152 8.85972 7 9 7H15C15.1403 7 15.2736 7.00152 15.4004 7.00195V6C15.4006 5.66881 15.6688 5.40039 16 5.40039ZM11.9443 9C11.8415 9.00005 11.7428 9.04071 11.6699 9.11328C11.597 9.18621 11.5557 9.28554 11.5557 9.38867V9.55273C10.7104 9.70415 10 10.3402 10 11.2041C10.0003 12.0677 10.7106 12.7031 11.5557 12.8545V14.6533C11.0703 14.5211 10.7773 14.1475 10.7773 13.7959C10.7772 13.693 10.7367 13.5943 10.6641 13.5215C10.5912 13.4486 10.4918 13.4073 10.3887 13.4072C10.2857 13.4073 10.1871 13.4487 10.1143 13.5215C10.0414 13.5943 10.0001 13.6929 10 13.7959C10 14.6598 10.7104 15.2959 11.5557 15.4473V15.6113C11.5557 15.7144 11.597 15.8138 11.6699 15.8867C11.7428 15.9593 11.8415 15.9999 11.9443 16C12.0473 16 12.1468 15.9595 12.2197 15.8867C12.2926 15.8138 12.333 15.7144 12.333 15.6113V15.4473C13.1782 15.2958 13.8887 14.6597 13.8887 13.7959C13.8884 12.9323 13.178 12.297 12.333 12.1455V10.3467C12.8183 10.4795 13.1113 10.8526 13.1113 11.2041C13.1115 11.3071 13.1528 11.4057 13.2256 11.4785C13.2985 11.5513 13.397 11.5927 13.5 11.5928C13.6031 11.5927 13.7025 11.5514 13.7754 11.4785C13.8481 11.4057 13.8885 11.307 13.8887 11.2041C13.8887 10.3403 13.1782 9.70421 12.333 9.55273V9.38867C12.333 9.28558 12.2926 9.1862 12.2197 9.11328C12.1468 9.04047 12.0474 9.00005 11.9443 9ZM12.333 12.9395C12.8182 13.0716 13.1111 13.4444 13.1113 13.7959C13.1113 14.1475 12.8184 14.5211 12.333 14.6533V12.9395ZM11.5557 12.0605C11.0703 11.9283 10.7773 11.5547 10.7773 11.2031C10.7776 10.8517 11.0705 10.4794 11.5557 10.3467V12.0605Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M10.8667 7.48333V16.35C10.8667 16.434 10.8333 16.5145 10.7739 16.5739C10.7145 16.6333 10.634 16.6667 10.55 16.6667H8.96667V17.9333H10.212C10.3754 17.9313 10.5335 17.9911 10.6546 18.1008C10.7757 18.2105 10.8509 18.3619 10.8651 18.5247C10.8708 18.6113 10.8587 18.6982 10.8295 18.78C10.8002 18.8617 10.7545 18.9366 10.6951 18.9999C10.6357 19.0632 10.5639 19.1137 10.4842 19.1481C10.4045 19.1825 10.3186 19.2002 10.2318 19.2H6.45471C6.29104 19.2024 6.13254 19.1428 6.01107 19.0331C5.8896 18.9233 5.81419 18.7717 5.8 18.6086C5.79425 18.522 5.80637 18.4351 5.83561 18.3534C5.86485 18.2716 5.91059 18.1967 5.96999 18.1334C6.02938 18.0701 6.10116 18.0196 6.18087 17.9852C6.26058 17.9508 6.34651 17.9331 6.43333 17.9333H7.7V16.6667H3.9C3.39609 16.6667 2.91282 16.4665 2.5565 16.1102C2.20018 15.7539 2 15.2706 2 14.7667V9.06667C2 8.56276 2.20018 8.07948 2.5565 7.72316C2.91282 7.36684 3.39609 7.16667 3.9 7.16667H10.55C10.634 7.16667 10.7145 7.20003 10.7739 7.25942C10.8333 7.3188 10.8667 7.39935 10.8667 7.48333ZM21 5.26667V17.9333C21 18.2693 20.8665 18.5915 20.629 18.829C20.3915 19.0665 20.0693 19.2 19.7333 19.2H13.4C13.0641 19.2 12.7419 19.0665 12.5043 18.829C12.2668 18.5915 12.1333 18.2693 12.1333 17.9333V5.26667C12.1333 4.93073 12.2668 4.60854 12.5043 4.371C12.7419 4.13345 13.0641 4 13.4 4H19.7333C20.0693 4 20.3915 4.13345 20.629 4.371C20.8665 4.60854 21 4.93073 21 5.26667ZM17.5087 15.841C17.5347 15.6442 17.4984 15.4442 17.4048 15.2692C17.3113 15.0941 17.1653 14.9527 16.9874 14.8649C16.8094 14.7771 16.6084 14.7472 16.4125 14.7794C16.2167 14.8117 16.0359 14.9044 15.8955 15.0447C15.7551 15.185 15.6621 15.3657 15.6297 15.5615C15.5972 15.7573 15.6269 15.9584 15.7146 16.1364C15.8023 16.3145 15.9435 16.4606 16.1185 16.5543C16.2935 16.648 16.4934 16.6845 16.6902 16.6587C16.8976 16.6316 17.0903 16.5367 17.2383 16.3889C17.3863 16.241 17.4814 16.0484 17.5087 15.841ZM19.1 9.65804C19.0858 9.49498 19.0104 9.34333 18.8889 9.23362C18.7675 9.1239 18.609 9.06425 18.4453 9.06667H14.688C14.5246 9.06465 14.3665 9.12448 14.2454 9.23416C14.1243 9.34384 14.0491 9.49525 14.0349 9.65804C14.0292 9.74467 14.0413 9.83156 14.0705 9.91331C14.0998 9.99506 14.1455 10.0699 14.2049 10.1333C14.2643 10.1966 14.3361 10.247 14.4158 10.2814C14.4955 10.3159 14.5814 10.3335 14.6683 10.3333H18.4683C18.5549 10.3333 18.6407 10.3155 18.7202 10.281C18.7997 10.2465 18.8713 10.196 18.9306 10.1327C18.9898 10.0694 19.0354 9.99458 19.0645 9.91294C19.0937 9.8313 19.1057 9.74454 19.1 9.65804ZM19.1 7.12471C19.0858 6.96164 19.0104 6.81 18.8889 6.70028C18.7675 6.59057 18.609 6.53092 18.4453 6.53333H14.688C14.5244 6.53092 14.3659 6.59057 14.2444 6.70028C14.1229 6.81 14.0475 6.96164 14.0333 7.12471C14.0276 7.21134 14.0397 7.29823 14.0689 7.37998C14.0982 7.46173 14.1439 7.53659 14.2033 7.59992C14.2627 7.66325 14.3345 7.71369 14.4142 7.74811C14.4939 7.78253 14.5798 7.80019 14.6667 7.8H18.4667C18.5535 7.80019 18.6394 7.78253 18.7191 7.74811C18.7988 7.71369 18.8706 7.66325 18.93 7.59992C18.9894 7.53659 19.0351 7.46173 19.0644 7.37998C19.0936 7.29823 19.1058 7.21134 19.1 7.12471Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M6 11.9316V13.6002C6 13.8211 6.17909 14.0002 6.4 14.0002H8.06863C8.2808 14.0002 8.48429 13.9159 8.63432 13.7659L14.2343 8.16588C14.5467 7.85346 14.5467 7.34693 14.2343 7.03451L12.9657 5.76588C12.6533 5.45346 12.1467 5.45346 11.8343 5.76588L6.23431 11.3659C6.08429 11.5159 6 11.7194 6 11.9316Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M10 5C12.0615 5 13.8308 6.24794 14.5957 8.0293C14.3997 8.00998 14.201 8 14 8C10.6863 8 8 10.6863 8 14C8 14.201 8.00998 14.3997 8.0293 14.5957C6.24794 13.8308 5 12.0615 5 10C5 7.23858 7.23858 5 10 5Z" fill="currentColor"/>
3
+ <circle cx="14" cy="14" r="4" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-dasharray="1.2 2"/>
4
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M19 7L16.5 10L14.5 8.5L10 13.5L8 12L5 15" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M19 18H5" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M10 7.5L7 7.5" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
5
+ <path d="M17 15L14 15" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
6
+ <path d="M8.5 9L8.5 6" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
7
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="24" height="24" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M10.0003 15.8337C13.222 15.8337 15.8337 13.222 15.8337 10.0003C15.8337 6.77866 13.222 4.16699 10.0003 4.16699C6.77866 4.16699 4.16699 6.77866 4.16699 10.0003C4.16699 13.222 6.77866 15.8337 10.0003 15.8337ZM7.91697 10.0003C7.91697 8.84973 8.84971 7.91699 10.0003 7.91699C11.1509 7.91699 12.0836 8.84973 12.0836 10.0003C12.0836 11.1509 11.1509 12.0837 10.0003 12.0837C8.84971 12.0837 7.91697 11.1509 7.91697 10.0003ZM10.0003 6.25032C7.92924 6.25032 6.25031 7.92925 6.25031 10.0003C6.25031 12.0714 7.92924 13.7503 10.0003 13.7503C12.0714 13.7503 13.7503 12.0714 13.7503 10.0003C13.7503 7.92925 12.0714 6.25032 10.0003 6.25032Z" fill="currentColor"/>
1
+ <svg width="24" height="24" viewBox="-3 -3 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8.53589 6C8.70919 5.69981 8.92222 5.42092 9.17157 5.17157C9.92172 4.42143 10.9391 4 12 4C13.0609 4 14.0783 4.42143 14.8284 5.17157C15.0778 5.42092 15.2908 5.69981 15.4641 6H8.53589ZM7.41742 6C7.66505 5.4326 8.01823 4.9107 8.46447 4.46447C9.40215 3.52678 10.6739 3 12 3C13.3261 3 14.5979 3.52678 15.5355 4.46447C15.9818 4.9107 16.3349 5.4326 16.5826 6H20C20.5523 6 21 6.44772 21 7V13C21 13.5523 20.5523 14 20 14H4C3.44772 14 3 13.5523 3 13V7C3 6.44772 3.44772 6 4 6H7.41742ZM3 14.7324V19C3 19.5523 3.44772 20 4 20H20C20.5523 20 21 19.5523 21 19V14.7324C20.7058 14.9026 20.3643 15 20 15H4C3.63571 15 3.29417 14.9026 3 14.7324ZM10 11.5C10 11.2239 10.2239 11 10.5 11H13.5C13.7761 11 14 11.2239 14 11.5C14 11.7761 13.7761 12 13.5 12H10.5C10.2239 12 10 11.7761 10 11.5Z" fill="currentColor"/>
3
3
  </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M16 6C17.2151 6 18.3797 6.21638 19.457 6.61328L18.0332 8.03809C17.9749 8.09635 17.921 8.15777 17.8711 8.22168C17.2707 8.07779 16.6445 8 16 8C11.5817 8 8 11.5817 8 16C8 20.4183 11.5817 24 16 24C20.4183 24 24 20.4183 24 16C24 15.2061 23.8824 14.4398 23.667 13.7158C23.6745 13.7086 23.6831 13.7017 23.6904 13.6943L25.2314 12.1523C25.7257 13.3369 26 14.6363 26 16C26 21.5228 21.5228 26 16 26C10.4772 26 6 21.5228 6 16C6 10.4772 10.4772 6 16 6ZM16 10C16.5516 10 17.0855 10.0755 17.5928 10.2148L17.8662 11.0332L16.8154 12.083C16.5522 12.0285 16.2794 12 16 12C13.7909 12 12 13.7909 12 16C12 18.2091 13.7909 20 16 20C18.2091 20 20 18.2091 20 16C20 15.5648 19.9293 15.1462 19.8008 14.7539L20.6943 13.8613L21.6436 14.1777C21.6706 14.1868 21.6983 14.1934 21.7256 14.2012C21.9038 14.7691 22 15.3733 22 16C22 19.3137 19.3137 22 16 22C12.6863 22 10 19.3137 10 16C10 12.6863 12.6863 10 16 10ZM20.9131 6.57227C21.1759 6.30944 21.6237 6.41496 21.7412 6.76758L22.1924 8.12109C22.5828 7.73074 23.2159 7.7308 23.6064 8.12109C23.9969 8.51158 23.9969 9.14462 23.6064 9.53516L23.6348 9.54395L24.96 9.98633C25.3124 10.1038 25.4187 10.5516 25.1562 10.8145L22.9834 12.9873C22.7157 13.255 22.3192 13.3491 21.96 13.2295L20.4248 12.7178L16.5352 16.6064C16.1446 16.9969 15.5116 16.9969 15.1211 16.6064C14.7308 16.2159 14.7308 15.5829 15.1211 15.1924L17.8564 12.457L19.0107 11.3037L18.499 9.76855C18.3793 9.40927 18.4725 9.01295 18.7402 8.74512L18.9287 8.55566L20.4434 7.04102L20.9131 6.57227Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M10.0003 15.8337C13.222 15.8337 15.8337 13.222 15.8337 10.0003C15.8337 6.77866 13.222 4.16699 10.0003 4.16699C6.77866 4.16699 4.16699 6.77866 4.16699 10.0003C4.16699 13.222 6.77866 15.8337 10.0003 15.8337ZM7.91697 10.0003C7.91697 8.84973 8.84971 7.91699 10.0003 7.91699C11.1509 7.91699 12.0836 8.84973 12.0836 10.0003C12.0836 11.1509 11.1509 12.0837 10.0003 12.0837C8.84971 12.0837 7.91697 11.1509 7.91697 10.0003ZM10.0003 6.25032C7.92924 6.25032 6.25031 7.92925 6.25031 10.0003C6.25031 12.0714 7.92924 13.7503 10.0003 13.7503C12.0714 13.7503 13.7503 12.0714 13.7503 10.0003C13.7503 7.92925 12.0714 6.25032 10.0003 6.25032Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M3.74854 10.9386C3.74854 11.1859 3.90535 11.406 4.14056 11.4884C4.82504 11.7288 5.31664 12.3774 5.31664 13.1389C5.31664 13.9003 4.82504 14.549 4.14056 14.7893C3.90535 14.8718 3.74854 15.0919 3.74854 15.3392V16.6389C3.74854 17.391 4.36323 18 5.12062 18H19.2335C19.9909 18 20.6056 17.391 20.6056 16.6389V15.3392C20.6056 15.0919 20.4488 14.8718 20.2136 14.7893C19.5291 14.549 19.0375 13.9003 19.0375 13.1389C19.0375 12.3774 19.5291 11.7288 20.2136 11.4884C20.4488 11.406 20.6056 11.1859 20.6056 10.9386V8.86111C20.6056 8.109 19.9909 7.5 19.2335 7.5H5.12062C4.36323 7.5 3.74854 8.109 3.74854 8.86111V10.9386ZM15.1314 13.6958C14.6719 13.2408 13.9271 13.2408 13.4676 13.6958C13.009 14.1516 13.009 14.8904 13.4676 15.3454C13.9271 15.8012 14.6719 15.8012 15.1314 15.3454C15.59 14.8904 15.59 14.1516 15.1314 13.6958ZM14.1137 10.0044L9.40938 14.6711C9.17965 14.8982 9.17965 15.2684 9.40938 15.4956C9.63832 15.7234 10.0115 15.7234 10.2405 15.4956L14.9448 10.8289C15.1745 10.6018 15.1745 10.2316 14.9448 10.0044C14.7158 9.77656 14.3426 9.77656 14.1137 10.0044ZM10.8865 10.2743C10.4271 9.81856 9.68223 9.81856 9.22277 10.2743C8.7641 10.7293 8.7641 11.469 9.22277 11.924C9.68223 12.379 10.4271 12.379 10.8865 11.924C11.3452 11.469 11.3452 10.7293 10.8865 10.2743Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24.000000" height="24.000000" fill="none">
2
+ <path id="Vector" d="M19.2 8.8L17.392 6.992C15.9448 5.59298 14.0128 4.80757 12 4.8C11.2 4.8 10.424 4.928 9.704 5.176M8.8 15.2L4.8 15.2L4.8 19.2M4.8 12C4.8 10.008 5.6 8.208 6.912 6.912M4.8 15.2L6.608 17.008C8.05518 18.407 9.98716 19.1924 12 19.2C13.992 19.2 15.792 18.4 17.088 17.088M19.2 12C19.2 12.8 19.072 13.576 18.824 14.296M19.2 4.8L19.2 8.8L15.2 8.8M20 20L4 4" fill-rule="evenodd" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.20000005" />
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24.000000" height="24.000000" fill="none">
2
+ <path id="Vector" d="M4 12.5C4 10.5109 4.79018 8.60322 6.1967 7.1967C7.60322 5.79018 9.51088 5 11.5 5C13.5967 5.00789 15.6092 5.82602 17.1167 7.28333L19 9.16667M19 5L19 9.16667L14.8333 9.16667M19 12.5C19 14.4891 18.2098 16.3968 16.8033 17.8033C15.3968 19.2098 13.4891 20 11.5 20C9.40329 19.9921 7.39081 19.174 5.88333 17.7167L4 15.8333M8.16667 15.8333L4 15.8333L4 20" fill-rule="evenodd" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.20000005" />
3
+ </svg>
@@ -1,3 +1,3 @@
1
1
  <svg style="transform: rotate(-90deg);" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="-1 -1 19 19">
2
- <path d="M3.5 3.5c-.614-.884-.074-1.962.858-2.5L8 7.226 11.642 1c.932.538 1.472 1.616.858 2.5L8.81 8.61l1.556 2.661a2.5 2.5 0 1 1-.794.637L8 9.73l-1.572 2.177a2.5 2.5 0 1 1-.794-.637L7.19 8.61zm2.5 10a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0m7 0a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0"/>
2
+ <path fill="currentColor" d="M3.5 3.5c-.614-.884-.074-1.962.858-2.5L8 7.226 11.642 1c.932.538 1.472 1.616.858 2.5L8.81 8.61l1.556 2.661a2.5 2.5 0 1 1-.794.637L8 9.73l-1.572 2.177a2.5 2.5 0 1 1-.794-.637L7.19 8.61zm2.5 10a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0m7 0a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0"/>
3
3
  </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12 5C15.866 5 19 8.13401 19 12C19 15.866 15.866 19 12 19C8.13401 19 5 15.866 5 12C5 8.13401 8.13401 5 12 5ZM12 15.9004C11.6686 15.9004 11.4004 16.1686 11.4004 16.5V17.5C11.4004 17.8314 11.6686 18.0996 12 18.0996C12.3314 18.0996 12.5996 17.8314 12.5996 17.5V16.5C12.5996 16.1686 12.3314 15.9004 12 15.9004ZM15.917 8.47949C16.0304 8.22768 15.7723 7.96959 15.5205 8.08301L11.084 10.082C10.6391 10.2825 10.2825 10.6391 10.082 11.084L8.08301 15.5205C7.96958 15.7723 8.22767 16.0304 8.47949 15.917L12.916 13.918C13.3609 13.7175 13.7175 13.3609 13.918 12.916L15.917 8.47949ZM11.293 11.293C11.6835 10.9024 12.3165 10.9024 12.707 11.293C13.0976 11.6835 13.0976 12.3165 12.707 12.707C12.3165 13.0976 11.6835 13.0976 11.293 12.707C10.9024 12.3165 10.9024 11.6835 11.293 11.293ZM6.50488 11.4053C6.17361 11.4053 5.90534 11.6736 5.90527 12.0049C5.90527 12.3362 6.17357 12.6044 6.50488 12.6045H7.50488C7.83625 12.6045 8.10449 12.3363 8.10449 12.0049C8.10443 11.6736 7.83621 11.4053 7.50488 11.4053H6.50488ZM16.5049 11.4053C16.1736 11.4053 15.9053 11.6736 15.9053 12.0049C15.9053 12.3362 16.1736 12.6044 16.5049 12.6045H17.5049C17.8363 12.6045 18.1045 12.3363 18.1045 12.0049C18.1044 11.6736 17.8362 11.4053 17.5049 11.4053H16.5049ZM12 5.90039C11.6686 5.90039 11.4004 6.16863 11.4004 6.5V7.5C11.4004 7.83137 11.6686 8.09961 12 8.09961C12.3314 8.09961 12.5996 7.83137 12.5996 7.5V6.5C12.5996 6.16863 12.3314 5.90039 12 5.90039Z" fill="currentColor"/>
3
+ </svg>