@cometchat/chat-uikit-react 4.3.24 → 5.0.0-beta2

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 (765) hide show
  1. package/LICENSE.md +1 -1
  2. package/README.md +10 -8
  3. package/SECURITY.md +4 -9
  4. package/SUPPORT.md +2 -2
  5. package/dist/assets/Collaborative-Whiteboard-Preview-Light.png +0 -0
  6. package/dist/assets/Collaborative-document-Preview-light.png +0 -0
  7. package/dist/assets/Collaborative_Document_Dark.png +0 -0
  8. package/dist/assets/Collaborative_Document_Light.png +0 -0
  9. package/dist/assets/Collaborative_Whiteboard_Dark.png +0 -0
  10. package/dist/assets/Collaborative_Whiteboard_Light.png +0 -0
  11. package/dist/assets/Copy.svg +5 -17
  12. package/dist/assets/Info.svg +0 -0
  13. package/dist/assets/Spinner-Gradient-1.svg +12 -0
  14. package/dist/assets/account_circle.svg +8 -0
  15. package/dist/assets/activity.svg +10 -0
  16. package/dist/assets/add.svg +8 -0
  17. package/dist/assets/add_a_photo.svg +8 -0
  18. package/dist/assets/add_box.svg +8 -0
  19. package/dist/assets/add_call.svg +8 -0
  20. package/dist/assets/add_circle.svg +3 -0
  21. package/dist/assets/add_circle_fill.svg +3 -0
  22. package/dist/assets/add_comment.svg +8 -0
  23. package/dist/assets/add_reaction.svg +8 -0
  24. package/dist/assets/add_reaction_icon.svg +5 -0
  25. package/dist/assets/ai.svg +4 -0
  26. package/dist/assets/ai_conversation_summary.svg +3 -0
  27. package/dist/assets/ai_fill.svg +4 -0
  28. package/dist/assets/ai_suggest_reply.svg +3 -0
  29. package/dist/assets/alternate_email.svg +8 -0
  30. package/dist/assets/animals_nature.svg +10 -0
  31. package/dist/assets/archive.svg +8 -0
  32. package/dist/assets/arrow_back.svg +8 -0
  33. package/dist/assets/arrow_forward.svg +8 -0
  34. package/dist/assets/attach_file.svg +8 -0
  35. package/dist/assets/audio_call_button.svg +5 -0
  36. package/dist/assets/bar_chart.svg +3 -0
  37. package/dist/assets/bedtime.svg +8 -0
  38. package/dist/assets/block.svg +8 -0
  39. package/dist/assets/bookmark.svg +8 -0
  40. package/dist/assets/bookmark_add.svg +8 -0
  41. package/dist/assets/calendar_add_on.svg +8 -0
  42. package/dist/assets/calendar_today.svg +8 -0
  43. package/dist/assets/call-log-audio.svg +3 -0
  44. package/dist/assets/call-log_video.svg +3 -0
  45. package/dist/assets/call-logs_empty_state.svg +8 -0
  46. package/dist/assets/call-logs_empty_state_dark.svg +8 -0
  47. package/dist/assets/call.svg +8 -0
  48. package/dist/assets/call_end.svg +8 -0
  49. package/dist/assets/call_end_no_fill.svg +3 -0
  50. package/dist/assets/call_log.svg +8 -0
  51. package/dist/assets/call_made.svg +8 -0
  52. package/dist/assets/call_missed.svg +8 -0
  53. package/dist/assets/call_missed_outgoing.svg +8 -0
  54. package/dist/assets/call_received.svg +8 -0
  55. package/dist/assets/cancel.svg +8 -0
  56. package/dist/assets/cancel_fill.svg +8 -0
  57. package/dist/assets/change_circle.svg +3 -0
  58. package/dist/assets/change_scope.png +0 -0
  59. package/dist/assets/chat.svg +8 -0
  60. package/dist/assets/chat_bot.svg +3 -0
  61. package/dist/assets/check.svg +8 -0
  62. package/dist/assets/check_circle.svg +3 -0
  63. package/dist/assets/checkbox_tick.svg +5 -0
  64. package/dist/assets/chevron_left.svg +8 -0
  65. package/dist/assets/chevron_right.svg +8 -0
  66. package/dist/assets/circle.svg +3 -0
  67. package/dist/assets/close.svg +8 -12
  68. package/dist/assets/close2x.svg +0 -0
  69. package/dist/assets/collaborative_document_fill.svg +4 -0
  70. package/dist/assets/collaborative_whiteboard.svg +4 -0
  71. package/dist/assets/collaborative_whiteboard_fill.svg +4 -0
  72. package/dist/assets/collabrative_document.svg +4 -0
  73. package/dist/assets/content_copy.svg +8 -0
  74. package/dist/assets/conversations_audio-message.svg +8 -0
  75. package/dist/assets/conversations_card-message.svg +8 -0
  76. package/dist/assets/conversations_collaborative-document-message.svg +4 -0
  77. package/dist/assets/conversations_collaborative-whiteboard-message.svg +5 -0
  78. package/dist/assets/conversations_delete.svg +8 -0
  79. package/dist/assets/conversations_delivered.svg +3 -0
  80. package/dist/assets/conversations_dropdown.svg +3 -0
  81. package/dist/assets/conversations_empty_state.svg +20 -0
  82. package/dist/assets/conversations_empty_state_dark.svg +20 -0
  83. package/dist/assets/conversations_error.svg +16 -0
  84. package/dist/assets/conversations_file-message.svg +8 -0
  85. package/dist/assets/conversations_form-message.svg +3 -0
  86. package/dist/assets/conversations_image-message.svg +8 -0
  87. package/dist/assets/conversations_incoming-video-call.svg +8 -0
  88. package/dist/assets/conversations_incoming-voice-call.svg +3 -0
  89. package/dist/assets/conversations_link.svg +8 -0
  90. package/dist/assets/conversations_missed-video-call.svg +8 -0
  91. package/dist/assets/conversations_missed-voice-call.svg +3 -0
  92. package/dist/assets/conversations_outgoing-video-call.svg +8 -0
  93. package/dist/assets/conversations_outgoing-voice-call.svg +4 -0
  94. package/dist/assets/conversations_poll-message.svg +3 -0
  95. package/dist/assets/conversations_read.svg +3 -0
  96. package/dist/assets/conversations_schedular-message.svg +8 -0
  97. package/dist/assets/conversations_sent.svg +3 -0
  98. package/dist/assets/conversations_sticker-message.svg +4 -0
  99. package/dist/assets/conversations_thread.svg +8 -0
  100. package/dist/assets/conversations_video-message.svg +8 -0
  101. package/dist/assets/conversations_wait.svg +4 -0
  102. package/dist/assets/crop.svg +8 -0
  103. package/dist/assets/delete.svg +8 -15
  104. package/dist/assets/delete_icon.svg +4 -0
  105. package/dist/assets/deliveredIcon.svg +5 -0
  106. package/dist/assets/description.svg +8 -0
  107. package/dist/assets/document_icon.svg +10 -0
  108. package/dist/assets/done_all.svg +8 -0
  109. package/dist/assets/download.svg +8 -13
  110. package/dist/assets/dropdown-arrow.svg +3 -0
  111. package/dist/assets/edit.svg +8 -0
  112. package/dist/assets/edit_calendar.svg +8 -0
  113. package/dist/assets/edit_icon.svg +5 -0
  114. package/dist/assets/edit_square.svg +3 -0
  115. package/dist/assets/error.svg +9 -0
  116. package/dist/assets/error_icon.svg +3 -0
  117. package/dist/assets/error_info.svg +3 -0
  118. package/dist/assets/event.svg +8 -0
  119. package/dist/assets/favorite.svg +8 -0
  120. package/dist/assets/file_type_jpg.png +0 -0
  121. package/dist/assets/file_type_link.png +0 -0
  122. package/dist/assets/file_type_mov.png +0 -0
  123. package/dist/assets/file_type_mp3.png +0 -0
  124. package/dist/assets/file_type_pdf.png +0 -0
  125. package/dist/assets/file_type_ppt.png +0 -0
  126. package/dist/assets/file_type_txt.png +0 -0
  127. package/dist/assets/file_type_unsupported.png +0 -0
  128. package/dist/assets/file_type_word.png +0 -0
  129. package/dist/assets/file_type_xlsx.png +0 -0
  130. package/dist/assets/file_type_zip.png +0 -0
  131. package/dist/assets/filter_list.svg +8 -0
  132. package/dist/assets/filter_list_off.svg +8 -0
  133. package/dist/assets/flags.svg +5 -0
  134. package/dist/assets/flip_camera_ios.svg +8 -0
  135. package/dist/assets/food_drink.svg +10 -0
  136. package/dist/assets/forward.svg +8 -0
  137. package/dist/assets/gif.svg +3 -0
  138. package/dist/assets/graphic_eq.svg +3 -0
  139. package/dist/assets/groups_empty_state.svg +8 -0
  140. package/dist/assets/groups_empty_state_dark.svg +8 -0
  141. package/dist/assets/help.svg +8 -0
  142. package/dist/assets/history.svg +8 -0
  143. package/dist/assets/incoming_video.svg +8 -0
  144. package/dist/assets/incoming_video_no_fill.svg +4 -0
  145. package/dist/assets/info_icon.svg +3 -0
  146. package/dist/assets/info_icon_fill.svg +5 -0
  147. package/dist/assets/keep.svg +8 -0
  148. package/dist/assets/keep_off.svg +8 -0
  149. package/dist/assets/keyboard.svg +8 -0
  150. package/dist/assets/keyboard_arrow_down.svg +8 -0
  151. package/dist/assets/keyboard_arrow_up.svg +8 -0
  152. package/dist/assets/language.svg +8 -0
  153. package/dist/assets/link.svg +8 -0
  154. package/dist/assets/list_error_state_icon.svg +20 -0
  155. package/dist/assets/list_error_state_icon_dark.svg +27 -0
  156. package/dist/assets/loading_animation.svg +5 -0
  157. package/dist/assets/loading_icon.svg +3 -0
  158. package/dist/assets/location_on.svg +8 -0
  159. package/dist/assets/lock.svg +8 -0
  160. package/dist/assets/lock_open.svg +8 -0
  161. package/dist/assets/{Locked.svg → locked.svg} +0 -0
  162. package/dist/assets/logout.svg +3 -0
  163. package/dist/assets/mail.svg +8 -0
  164. package/dist/assets/message-delivered.svg +3 -4
  165. package/dist/assets/message-read.svg +3 -4
  166. package/dist/assets/message-sent.svg +3 -9
  167. package/dist/assets/message_delete.svg +8 -0
  168. package/dist/assets/mic.svg +3 -11
  169. package/dist/assets/mic_fill.svg +8 -0
  170. package/dist/assets/mic_off.svg +8 -0
  171. package/dist/assets/missed_video_call.svg +8 -0
  172. package/dist/assets/missed_video_call_no_fill.svg +3 -0
  173. package/dist/assets/mood.svg +3 -0
  174. package/dist/assets/mood_fill.svg +8 -0
  175. package/dist/assets/more_icon.svg +5 -0
  176. package/dist/assets/more_vert.svg +8 -0
  177. package/dist/assets/near_me.svg +3 -0
  178. package/dist/assets/no_photography.svg +8 -0
  179. package/dist/assets/notifications.svg +8 -0
  180. package/dist/assets/notifications_off.svg +8 -0
  181. package/dist/assets/objects.svg +10 -0
  182. package/dist/assets/outgoing_video.svg +8 -0
  183. package/dist/assets/outgoing_video_no_fill.svg +4 -0
  184. package/dist/assets/pause.svg +8 -0
  185. package/dist/assets/person.svg +8 -0
  186. package/dist/assets/person_add.svg +8 -0
  187. package/dist/assets/phone_in_talk.svg +8 -0
  188. package/dist/assets/phone_incoming.svg +3 -0
  189. package/dist/assets/phone_incoming_no_fill.svg +3 -0
  190. package/dist/assets/phone_missed.svg +8 -0
  191. package/dist/assets/phone_missed_no_fill.svg +3 -0
  192. package/dist/assets/phone_outgoing.svg +4 -0
  193. package/dist/assets/phone_outgoing_no_fill.svg +4 -0
  194. package/dist/assets/photo.svg +8 -0
  195. package/dist/assets/photo_camera.svg +8 -0
  196. package/dist/assets/placeholder.png +0 -0
  197. package/dist/assets/play_arrow.svg +8 -0
  198. package/dist/assets/play_circle.svg +8 -0
  199. package/dist/assets/poll.svg +5 -0
  200. package/dist/assets/{Private.svg → private.svg} +0 -0
  201. package/dist/assets/readIcon.svg +5 -0
  202. package/dist/assets/rearrange.svg +3 -0
  203. package/dist/assets/recording_icon.svg +10 -0
  204. package/dist/assets/recording_resume.svg +10 -0
  205. package/dist/assets/refresh.svg +8 -0
  206. package/dist/assets/reply.svg +8 -0
  207. package/dist/assets/reply_all.svg +8 -0
  208. package/dist/assets/reply_in_thread.svg +10 -0
  209. package/dist/assets/retry.svg +3 -0
  210. package/dist/assets/schedule.svg +8 -0
  211. package/dist/assets/screen_share.svg +8 -0
  212. package/dist/assets/send_fill.svg +8 -0
  213. package/dist/assets/settings.svg +8 -0
  214. package/dist/assets/share.svg +8 -0
  215. package/dist/assets/shield.svg +3 -0
  216. package/dist/assets/side-arrow.svg +0 -0
  217. package/dist/assets/smileys_people.svg +10 -0
  218. package/dist/assets/star.svg +8 -0
  219. package/dist/assets/status_delivered.svg +5 -0
  220. package/dist/assets/status_error.svg +16 -0
  221. package/dist/assets/status_read.svg +3 -0
  222. package/dist/assets/status_sending.svg +5 -0
  223. package/dist/assets/status_sent.svg +5 -0
  224. package/dist/assets/sticker.svg +3 -0
  225. package/dist/assets/sticker_fill.svg +4 -0
  226. package/dist/assets/stop.svg +8 -1
  227. package/dist/assets/stop_circle.svg +8 -0
  228. package/dist/assets/stop_screen_share.svg +8 -0
  229. package/dist/assets/subdirectory_arrow_left.svg +8 -0
  230. package/dist/assets/subdirectory_arrow_right.svg +8 -0
  231. package/dist/assets/sunny.svg +8 -0
  232. package/dist/assets/symbols.svg +13 -0
  233. package/dist/assets/thumb_down.svg +8 -0
  234. package/dist/assets/thumb_up.svg +8 -0
  235. package/dist/assets/tooltip-side.svg +5 -0
  236. package/dist/assets/tooltip.svg +5 -0
  237. package/dist/assets/translate.svg +3 -0
  238. package/dist/assets/travel_places.svg +10 -0
  239. package/dist/assets/upload.svg +3 -0
  240. package/dist/assets/user_empty.svg +8 -0
  241. package/dist/assets/user_empty_dark.svg +8 -0
  242. package/dist/assets/video_call.svg +8 -0
  243. package/dist/assets/video_call_button.svg +5 -0
  244. package/dist/assets/videocam.svg +8 -0
  245. package/dist/assets/videocam_off.svg +8 -0
  246. package/dist/assets/visibility_off.svg +3 -0
  247. package/dist/assets/volume_down.svg +8 -0
  248. package/dist/assets/volume_mute.svg +8 -0
  249. package/dist/assets/volume_off.svg +8 -0
  250. package/dist/assets/volume_up.svg +8 -0
  251. package/dist/assets/wait.svg +0 -0
  252. package/dist/assets/warning.svg +8 -0
  253. package/dist/assets/wifi.svg +8 -0
  254. package/dist/assets/zoom_in_map.svg +8 -0
  255. package/dist/assets/zoom_out_map.svg +8 -0
  256. package/dist/fonts/LICENSE.txt +202 -0
  257. package/dist/fonts/Roboto/LICENSE.txt +202 -0
  258. package/dist/fonts/Roboto/Roboto-Black.ttf +0 -0
  259. package/dist/fonts/Roboto/Roboto-BlackItalic.ttf +0 -0
  260. package/dist/fonts/Roboto/Roboto-Bold.ttf +0 -0
  261. package/dist/fonts/Roboto/Roboto-BoldItalic.ttf +0 -0
  262. package/dist/fonts/Roboto/Roboto-Italic.ttf +0 -0
  263. package/dist/fonts/Roboto/Roboto-Light.ttf +0 -0
  264. package/dist/fonts/Roboto/Roboto-LightItalic.ttf +0 -0
  265. package/dist/fonts/Roboto/Roboto-Medium.ttf +0 -0
  266. package/dist/fonts/Roboto/Roboto-MediumItalic.ttf +0 -0
  267. package/dist/fonts/Roboto/Roboto-Regular.ttf +0 -0
  268. package/dist/fonts/Roboto/Roboto-Thin.ttf +0 -0
  269. package/dist/fonts/Roboto/Roboto-ThinItalic.ttf +0 -0
  270. package/dist/fonts/Roboto-Black.ttf +0 -0
  271. package/dist/fonts/Roboto-BlackItalic.ttf +0 -0
  272. package/dist/fonts/Roboto-Bold.ttf +0 -0
  273. package/dist/fonts/Roboto-BoldItalic.ttf +0 -0
  274. package/dist/fonts/Roboto-Italic.ttf +0 -0
  275. package/dist/fonts/Roboto-Light.ttf +0 -0
  276. package/dist/fonts/Roboto-LightItalic.ttf +0 -0
  277. package/dist/fonts/Roboto-Medium.ttf +0 -0
  278. package/dist/fonts/Roboto-MediumItalic.ttf +0 -0
  279. package/dist/fonts/Roboto-Regular.ttf +0 -0
  280. package/dist/fonts/Roboto-Thin.ttf +0 -0
  281. package/dist/fonts/Roboto-ThinItalic.ttf +0 -0
  282. package/dist/index.d.ts +9880 -2338
  283. package/dist/index.js +2 -8
  284. package/dist/index.js.map +1 -1
  285. package/dist/styles/AICard.css +30 -0
  286. package/dist/styles/AIConversationStarter.css +79 -0
  287. package/dist/styles/AIConversationSummary.css +110 -0
  288. package/dist/styles/AISmartReplies.css +122 -0
  289. package/dist/styles/CometChatActionBubble.css +19 -0
  290. package/dist/styles/CometChatActionSheet.css +60 -0
  291. package/dist/styles/CometChatAudioBubble.css +191 -0
  292. package/dist/styles/CometChatAvatar.css +35 -0
  293. package/dist/styles/CometChatButton.css +61 -0
  294. package/dist/styles/CometChatCallBubble.css +199 -0
  295. package/dist/styles/CometChatCallButtons.css +52 -0
  296. package/dist/styles/CometChatCallLogs.css +239 -0
  297. package/dist/styles/CometChatChangeScope.css +197 -0
  298. package/dist/styles/CometChatCheckbox.css +62 -0
  299. package/dist/styles/CometChatConfirmDialog.css +143 -0
  300. package/dist/styles/CometChatContextMenu.css +126 -0
  301. package/dist/styles/CometChatConversations.css +585 -0
  302. package/dist/styles/CometChatDate.css +9 -0
  303. package/dist/styles/CometChatDeleteBubble.css +59 -0
  304. package/dist/styles/CometChatDocumentBubble.css +130 -0
  305. package/dist/styles/CometChatDropDown.css +82 -0
  306. package/dist/styles/CometChatEditPreview.css +59 -0
  307. package/dist/styles/CometChatEmojiKeyboard.css +146 -0
  308. package/dist/styles/CometChatFileBubble.css +182 -0
  309. package/dist/styles/CometChatFullScreenViewer.css +97 -0
  310. package/dist/styles/CometChatGroupMembers.css +227 -0
  311. package/dist/styles/CometChatGroups.css +218 -0
  312. package/dist/styles/CometChatImageBubble.css +36 -0
  313. package/dist/styles/CometChatIncomingCall.css +125 -0
  314. package/dist/styles/CometChatList.css +115 -0
  315. package/dist/styles/CometChatListItem.css +105 -0
  316. package/dist/styles/CometChatMediaRecorder.css +217 -0
  317. package/dist/styles/CometChatMessageBubble.css +118 -0
  318. package/dist/styles/CometChatMessageComposer.css +302 -0
  319. package/dist/styles/CometChatMessageHeader.css +168 -0
  320. package/dist/styles/CometChatMessageInformation.css +231 -0
  321. package/dist/styles/CometChatMessageList.css +710 -0
  322. package/dist/styles/CometChatOngoingCall.css +10 -0
  323. package/dist/styles/CometChatOutgoingCall.css +109 -0
  324. package/dist/styles/CometChatPopover.css +10 -0
  325. package/dist/styles/CometChatQuickView.css +57 -0
  326. package/dist/styles/CometChatRadioButton.css +63 -0
  327. package/dist/styles/CometChatReactionInfo.css +89 -0
  328. package/dist/styles/CometChatReactionList.css +205 -0
  329. package/dist/styles/CometChatReactions.css +53 -0
  330. package/dist/styles/CometChatSearchBar.css +66 -0
  331. package/dist/styles/CometChatSingleSelect.css +36 -0
  332. package/dist/styles/CometChatTextBubble.css +97 -0
  333. package/dist/styles/CometChatThreadedMessagePreview.css +152 -0
  334. package/dist/styles/CometChatToast.css +14 -0
  335. package/dist/styles/CometChatUsers.css +165 -0
  336. package/dist/styles/CometChatVideoBubble.css +39 -0
  337. package/dist/styles/CreatePolls.css +293 -0
  338. package/dist/styles/LinkPreview.css +127 -0
  339. package/dist/styles/MessageTranslationBubble.css +84 -0
  340. package/dist/styles/PollsBubble.css +251 -0
  341. package/dist/styles/StickersKeyboard.css +196 -0
  342. package/dist/styles/components/AICard.css +30 -0
  343. package/dist/styles/components/AIConversationStarter.css +79 -0
  344. package/dist/styles/components/AIConversationSummary.css +110 -0
  345. package/dist/styles/components/AISmartReplies.css +122 -0
  346. package/dist/styles/components/CometChatActionBubble.css +19 -0
  347. package/dist/styles/components/CometChatActionSheet.css +60 -0
  348. package/dist/styles/components/CometChatAudioBubble.css +191 -0
  349. package/dist/styles/components/CometChatAvatar.css +35 -0
  350. package/dist/styles/components/CometChatButton.css +61 -0
  351. package/dist/styles/components/CometChatCallBubble.css +199 -0
  352. package/dist/styles/components/CometChatCallButtons.css +52 -0
  353. package/dist/styles/components/CometChatCallLogs.css +239 -0
  354. package/dist/styles/components/CometChatChangeScope.css +197 -0
  355. package/dist/styles/components/CometChatCheckbox.css +62 -0
  356. package/dist/styles/components/CometChatConfirmDialog.css +143 -0
  357. package/dist/styles/components/CometChatContextMenu.css +126 -0
  358. package/dist/styles/components/CometChatConversations.css +585 -0
  359. package/dist/styles/components/CometChatDate.css +9 -0
  360. package/dist/styles/components/CometChatDeleteBubble.css +59 -0
  361. package/dist/styles/components/CometChatDocumentBubble.css +130 -0
  362. package/dist/styles/components/CometChatDropDown.css +82 -0
  363. package/dist/styles/components/CometChatEditPreview.css +59 -0
  364. package/dist/styles/components/CometChatEmojiKeyboard.css +146 -0
  365. package/dist/styles/components/CometChatFileBubble.css +182 -0
  366. package/dist/styles/components/CometChatFullScreenViewer.css +97 -0
  367. package/dist/styles/components/CometChatGroupMembers.css +227 -0
  368. package/dist/styles/components/CometChatGroups.css +218 -0
  369. package/dist/styles/components/CometChatImageBubble.css +36 -0
  370. package/dist/styles/components/CometChatIncomingCall.css +125 -0
  371. package/dist/styles/components/CometChatList.css +115 -0
  372. package/dist/styles/components/CometChatListItem.css +105 -0
  373. package/dist/styles/components/CometChatMediaRecorder.css +217 -0
  374. package/dist/styles/components/CometChatMessageBubble.css +118 -0
  375. package/dist/styles/components/CometChatMessageComposer.css +302 -0
  376. package/dist/styles/components/CometChatMessageHeader.css +168 -0
  377. package/dist/styles/components/CometChatMessageInformation.css +231 -0
  378. package/dist/styles/components/CometChatMessageList.css +710 -0
  379. package/dist/styles/components/CometChatOngoingCall.css +10 -0
  380. package/dist/styles/components/CometChatOutgoingCall.css +109 -0
  381. package/dist/styles/components/CometChatPopover.css +10 -0
  382. package/dist/styles/components/CometChatQuickView.css +57 -0
  383. package/dist/styles/components/CometChatRadioButton.css +63 -0
  384. package/dist/styles/components/CometChatReactionInfo.css +89 -0
  385. package/dist/styles/components/CometChatReactionList.css +205 -0
  386. package/dist/styles/components/CometChatReactions.css +53 -0
  387. package/dist/styles/components/CometChatSearchBar.css +66 -0
  388. package/dist/styles/components/CometChatSingleSelect.css +36 -0
  389. package/dist/styles/components/CometChatTextBubble.css +97 -0
  390. package/dist/styles/components/CometChatThreadedMessagePreview.css +152 -0
  391. package/dist/styles/components/CometChatToast.css +14 -0
  392. package/dist/styles/components/CometChatUsers.css +165 -0
  393. package/dist/styles/components/CometChatVideoBubble.css +39 -0
  394. package/dist/styles/components/CreatePolls.css +293 -0
  395. package/dist/styles/components/LinkPreview.css +127 -0
  396. package/dist/styles/components/MessageTranslationBubble.css +84 -0
  397. package/dist/styles/components/PollsBubble.css +251 -0
  398. package/dist/styles/components/StickersKeyboard.css +196 -0
  399. package/dist/styles/components/index.css +110 -0
  400. package/dist/styles/css-variables.css +419 -0
  401. package/dist/styles/index.css +110 -0
  402. package/dist/types/CometChatUIKit/CometChatCalls.d.ts +1 -0
  403. package/dist/types/CometChatUIKit/CometChatUIKit.d.ts +147 -0
  404. package/dist/types/CometChatUIKit/CometChatUIKitLoginListener.d.ts +32 -0
  405. package/dist/types/CometChatUIKit/CometChatUIKitUtility.d.ts +81 -0
  406. package/dist/types/CometChatUIKit/UIKitSettings.d.ts +304 -0
  407. package/dist/types/Enums/Enums.d.ts +258 -0
  408. package/dist/types/components/AI/AIBaseConfiguration.d.ts +51 -0
  409. package/dist/types/components/AI/AIConversationStarter/AIConversationStarterConfiguration.d.ts +20 -0
  410. package/dist/types/{AI → components/AI}/AIConversationStarter/AIConversationStarterDecorator.d.ts +4 -6
  411. package/dist/types/{AI → components/AI}/AIConversationStarter/AIConversationStarterExtension.d.ts +2 -2
  412. package/dist/types/{AI → components/AI}/AIConversationStarter/AIConversationStarterView.d.ts +3 -4
  413. package/dist/types/components/AI/AIConversationSummary/AIConversationSummaryConfiguration.d.ts +31 -0
  414. package/dist/types/{AI → components/AI}/AIConversationSummary/AIConversationSummaryDecorator.d.ts +7 -7
  415. package/dist/types/{AI → components/AI}/AIConversationSummary/AIConversationSummaryExtension.d.ts +2 -2
  416. package/dist/types/{AI → components/AI}/AIConversationSummary/AIConversationSummaryView.d.ts +3 -4
  417. package/dist/types/components/AI/AISmartReplies/AISmartRepliesConfiguration.d.ts +28 -0
  418. package/dist/types/components/AI/AISmartReplies/AISmartRepliesDecorator.d.ts +21 -0
  419. package/dist/types/{AI → components/AI}/AISmartReplies/AISmartRepliesExtension.d.ts +2 -2
  420. package/dist/types/{AI → components/AI}/AISmartReplies/AISmartRepliesView.d.ts +3 -4
  421. package/dist/types/components/BaseComponents/CometChatActionBubble/CometChatActionBubble.d.ts +8 -0
  422. package/dist/types/components/BaseComponents/CometChatActionSheet/CometChatActionSheet.d.ts +7 -0
  423. package/dist/types/components/BaseComponents/CometChatAudioBubble/CometChatAudioBubble.d.ts +6 -0
  424. package/dist/types/components/BaseComponents/CometChatAudioBubble/src/base-plugin.d.ts +21 -0
  425. package/dist/types/components/BaseComponents/CometChatAudioBubble/src/decoder.d.ts +9 -0
  426. package/dist/types/components/BaseComponents/CometChatAudioBubble/src/dom.d.ts +13 -0
  427. package/dist/types/components/BaseComponents/CometChatAudioBubble/src/draggable.d.ts +1 -0
  428. package/dist/types/components/BaseComponents/CometChatAudioBubble/src/event-emitter.d.ts +21 -0
  429. package/dist/types/components/BaseComponents/CometChatAudioBubble/src/fetcher.d.ts +5 -0
  430. package/dist/types/components/BaseComponents/CometChatAudioBubble/src/player.d.ts +50 -0
  431. package/dist/types/components/BaseComponents/CometChatAudioBubble/src/plugins/envelope.d.ts +79 -0
  432. package/dist/types/components/BaseComponents/CometChatAudioBubble/src/plugins/hover.d.ts +36 -0
  433. package/dist/types/components/BaseComponents/CometChatAudioBubble/src/plugins/minimap.d.ts +65 -0
  434. package/dist/types/components/BaseComponents/CometChatAudioBubble/src/plugins/record.d.ts +89 -0
  435. package/dist/types/components/BaseComponents/CometChatAudioBubble/src/plugins/regions.d.ts +139 -0
  436. package/dist/types/components/BaseComponents/CometChatAudioBubble/src/plugins/spectrogram.d.ts +98 -0
  437. package/dist/types/components/BaseComponents/CometChatAudioBubble/src/plugins/timeline.d.ts +54 -0
  438. package/dist/types/components/BaseComponents/CometChatAudioBubble/src/plugins/zoom.d.ts +55 -0
  439. package/dist/types/components/BaseComponents/CometChatAudioBubble/src/renderer.d.ts +63 -0
  440. package/dist/types/components/BaseComponents/CometChatAudioBubble/src/timer.d.ts +11 -0
  441. package/dist/types/components/BaseComponents/CometChatAudioBubble/src/wavesurfer.d.ts +223 -0
  442. package/dist/types/components/BaseComponents/CometChatAudioBubble/src/webaudio.d.ts +63 -0
  443. package/dist/types/components/BaseComponents/CometChatAvatar/CometChatAvatar.d.ts +13 -0
  444. package/dist/types/components/BaseComponents/CometChatButton/CometChatButton.d.ts +12 -0
  445. package/dist/types/components/BaseComponents/CometChatCallBubble/CometChatCallBubble.d.ts +12 -0
  446. package/dist/types/components/BaseComponents/CometChatChangeScope/CometChatChangeScope.d.ts +10 -0
  447. package/dist/types/components/BaseComponents/CometChatChangeScope/useCometChatChangeScope.d.ts +10 -0
  448. package/dist/types/components/BaseComponents/CometChatCheckbox/CometChatCheckbox.d.ts +11 -0
  449. package/dist/types/components/BaseComponents/CometChatCheckbox/useCometChatCheckbox.d.ts +11 -0
  450. package/dist/types/components/BaseComponents/CometChatConfirmDialog/CometChatConfirmDialog.d.ts +16 -0
  451. package/dist/types/components/BaseComponents/CometChatContextMenu/CometChatContextMenu.d.ts +17 -0
  452. package/dist/types/components/BaseComponents/CometChatDate/CometChatDate.d.ts +13 -0
  453. package/dist/types/components/BaseComponents/CometChatDate/useCometChatDate.d.ts +8 -0
  454. package/dist/types/components/BaseComponents/CometChatDeleteBubble/CometChatDeleteBubble.d.ts +14 -0
  455. package/dist/types/components/BaseComponents/CometChatDocumentBubble/CometChatDocumentBubble.d.ts +11 -0
  456. package/dist/types/components/BaseComponents/CometChatDropDown/CometChatDropDown.d.ts +14 -0
  457. package/dist/types/components/BaseComponents/CometChatDropDown/useCometChatDropDown.d.ts +12 -0
  458. package/dist/types/components/BaseComponents/CometChatEditPreview/CometChatEditPreview.d.ts +21 -0
  459. package/dist/types/components/BaseComponents/CometChatEmojiKeyboard/CometChatEmoji.d.ts +22 -0
  460. package/dist/types/components/BaseComponents/CometChatEmojiKeyboard/CometChatEmojiKeyboard.d.ts +7 -0
  461. package/dist/types/components/BaseComponents/CometChatEmojiKeyboard/emojis.d.ts +6579 -0
  462. package/dist/types/components/BaseComponents/CometChatEmojiKeyboard/useCometChatEmojiKeyboard.d.ts +17 -0
  463. package/dist/types/components/BaseComponents/CometChatFileBubble/CometChatFileBubble.d.ts +9 -0
  464. package/dist/types/components/BaseComponents/CometChatFullScreenViewer/CometChatFullScreenViewer.d.ts +23 -0
  465. package/dist/types/components/BaseComponents/CometChatImageBubble/CometChatImageBubble.d.ts +10 -0
  466. package/dist/types/components/BaseComponents/CometChatImageBubble/useCometChatImageBubble.d.ts +7 -0
  467. package/dist/types/{Shared/Views/CometChatList/index.d.ts → components/BaseComponents/CometChatList/CometChatList.d.ts} +15 -10
  468. package/dist/types/{Shared/Views/CometChatList/hooks.d.ts → components/BaseComponents/CometChatList/useCometChatList.d.ts} +3 -6
  469. package/dist/types/components/BaseComponents/CometChatListItem/CometChatListItem.d.ts +15 -0
  470. package/dist/types/components/BaseComponents/CometChatListItem/useCometChatListItem.d.ts +12 -0
  471. package/dist/types/components/BaseComponents/CometChatLiveReaction/CometChatLiveReaction.d.ts +5 -0
  472. package/dist/types/components/BaseComponents/CometChatLiveReaction/useLiveReactionHook.d.ts +19 -0
  473. package/dist/types/components/BaseComponents/CometChatMediaRecorder/CometChatMediaRecorder.d.ts +8 -0
  474. package/dist/types/components/BaseComponents/CometChatMessageBubble/CometChatMessageBubble.d.ts +28 -0
  475. package/dist/types/components/BaseComponents/CometChatPopover/CometChatPopover.d.ts +24 -0
  476. package/dist/types/components/BaseComponents/CometChatRadioButton/CometChatRadioButton.d.ts +14 -0
  477. package/dist/types/components/BaseComponents/CometChatRadioButton/useCometChatRadioButton.d.ts +13 -0
  478. package/dist/types/components/BaseComponents/CometChatSearchBar/CometChatSearchBar.d.ts +9 -0
  479. package/dist/types/components/BaseComponents/CometChatSearchBar/useCometChatSearchBar.d.ts +10 -0
  480. package/dist/types/components/BaseComponents/CometChatTextBubble/CometChatTextBubble.d.ts +8 -0
  481. package/dist/types/components/BaseComponents/CometChatTextBubble/useCometChatTextBubble.d.ts +6 -0
  482. package/dist/types/components/BaseComponents/CometChatToast/CometChatToast.d.ts +27 -0
  483. package/dist/types/components/BaseComponents/CometChatVideoBubble/CometChatVideoBubble.d.ts +9 -0
  484. package/dist/types/components/BaseComponents/CometChatVideoBubble/useCometChatVideoBubble.d.ts +6 -0
  485. package/dist/types/components/Calling/CallButtonConfiguration.d.ts +10 -0
  486. package/dist/types/components/Calling/CallingConfiguration.d.ts +7 -0
  487. package/dist/types/components/Calling/CallingExtension.d.ts +9 -0
  488. package/dist/types/components/Calling/CallingExtensionDecorator.d.ts +29 -0
  489. package/dist/types/components/Calling/CometChatCallButtons/CometChatCallButtons.d.ts +36 -0
  490. package/dist/types/components/Calling/CometChatCallButtons/useCallButtons.d.ts +6 -0
  491. package/dist/types/components/Calling/CometChatCallLogs/CometChatCallLogs.d.ts +71 -0
  492. package/dist/types/components/Calling/CometChatCallLogs/useCometChatCallLogs.d.ts +2 -0
  493. package/dist/types/components/Calling/CometChatIncomingCall/CometChatIncomingCall.d.ts +59 -0
  494. package/dist/types/components/Calling/CometChatIncomingCall/useCometChatIncomingCall.d.ts +2 -0
  495. package/dist/types/components/Calling/CometChatOngoingCall/CometChatOngoingCall.d.ts +10 -0
  496. package/dist/types/components/Calling/CometChatOngoingCall/useCometChatOngoingCall.d.ts +2 -0
  497. package/dist/types/components/Calling/CometChatOutgoingCall/CometChatOutgoingCall.d.ts +36 -0
  498. package/dist/types/components/Calling/CometChatOutgoingCall/useCometChatOutgoingCall.d.ts +7 -0
  499. package/dist/types/components/Calling/OutgoingCallConfiguration.d.ts +8 -0
  500. package/dist/types/{Calling → components/Calling}/Utils/utils.d.ts +1 -1
  501. package/dist/types/{CometChatConversations/index.d.ts → components/CometChatConversations/CometChatConversations.d.ts} +28 -153
  502. package/dist/types/{CometChatConversations → components/CometChatConversations}/controller.d.ts +1 -1
  503. package/dist/types/{CometChatConversations/hooks.d.ts → components/CometChatConversations/useCometChatConversations.d.ts} +7 -4
  504. package/dist/types/{CometChatGroupMembers/index.d.ts → components/CometChatGroupMembers/CometChatGroupMembers.d.ts} +9 -112
  505. package/dist/types/{CometChatGroupMembers → components/CometChatGroupMembers}/controller.d.ts +1 -1
  506. package/dist/types/{CometChatGroupMembers/hooks.d.ts → components/CometChatGroupMembers/useCometChatGroupMembers.d.ts} +3 -3
  507. package/dist/types/{CometChatGroups/index.d.ts → components/CometChatGroups/CometChatGroups.d.ts} +7 -72
  508. package/dist/types/{CometChatGroups → components/CometChatGroups}/controller.d.ts +1 -1
  509. package/dist/types/{CometChatGroups/hooks.d.ts → components/CometChatGroups/useCometChatGroups.d.ts} +2 -2
  510. package/dist/types/components/CometChatMessageComposer/CometChatMessageComposer.d.ts +166 -0
  511. package/dist/types/components/CometChatMessageComposer/useCometChatMessageComposer.d.ts +42 -0
  512. package/dist/types/components/CometChatMessageHeader/CometChatMessageHeader.d.ts +29 -0
  513. package/dist/types/components/CometChatMessageHeader/useCometChatMessageHeader.d.ts +3 -0
  514. package/dist/types/components/CometChatMessageInformation/CometChatMessageInformation.d.ts +6 -0
  515. package/dist/types/components/CometChatMessageList/CometChatMessageList.d.ts +132 -0
  516. package/dist/types/components/CometChatMessageList/useCometChatMessageList.d.ts +6 -0
  517. package/dist/types/components/CometChatThreadedMessagePreview/CometChatThreadedMessagePreview.d.ts +11 -0
  518. package/dist/types/{CometChatUserMemberWrapper/index.d.ts → components/CometChatUserMemberWrapper/CometChatUserMemberWrapper.d.ts} +3 -7
  519. package/dist/types/{CometChatUsers/index.d.ts → components/CometChatUsers/CometChatUsers.d.ts} +7 -74
  520. package/dist/types/{CometChatUsers → components/CometChatUsers}/controller.d.ts +0 -6
  521. package/dist/types/{CometChatUsers/hooks.d.ts → components/CometChatUsers/useCometChatUsers.d.ts} +3 -2
  522. package/dist/types/components/Extensions/CollaborativeDocument/CollaborativeDocumentConfiguration.d.ts +35 -0
  523. package/dist/types/components/Extensions/CollaborativeDocument/CollaborativeDocumentConstants.d.ts +15 -0
  524. package/dist/types/components/Extensions/CollaborativeDocument/CollaborativeDocumentExtension.d.ts +37 -0
  525. package/dist/types/components/Extensions/CollaborativeDocument/CollaborativeDocumentExtensionDecorator.d.ts +116 -0
  526. package/dist/types/components/Extensions/CollaborativeWhiteboard/CollaborativeWhiteboardConfiguration.d.ts +35 -0
  527. package/dist/types/components/Extensions/CollaborativeWhiteboard/CollaborativeWhiteboardConstants.d.ts +13 -0
  528. package/dist/types/components/Extensions/CollaborativeWhiteboard/CollaborativeWhiteboardExtension.d.ts +29 -0
  529. package/dist/types/components/Extensions/CollaborativeWhiteboard/CollaborativeWhiteboardExtensionDecorator.d.ts +94 -0
  530. package/dist/types/components/Extensions/ExtensionsDataSource.d.ts +29 -0
  531. package/dist/types/components/Extensions/ExtensionsId.d.ts +22 -0
  532. package/dist/types/components/Extensions/LinkPreview/LinkPreview.d.ts +37 -0
  533. package/dist/types/components/Extensions/LinkPreview/LinkPreviewConstants.d.ts +11 -0
  534. package/dist/types/components/Extensions/LinkPreview/LinkPreviewExtension.d.ts +24 -0
  535. package/dist/types/components/Extensions/LinkPreview/LinkPreviewExtensionDecorator.d.ts +60 -0
  536. package/dist/types/components/Extensions/MessageTranslation/MessageTranslationBubble.d.ts +35 -0
  537. package/dist/types/components/Extensions/MessageTranslation/MessageTranslationConstants.d.ts +12 -0
  538. package/dist/types/components/Extensions/MessageTranslation/MessageTranslationExtension.d.ts +30 -0
  539. package/dist/types/components/Extensions/MessageTranslation/MessageTranslationExtensionDecorator.d.ts +53 -0
  540. package/dist/types/components/Extensions/Polls/CreatePolls.d.ts +66 -0
  541. package/dist/types/components/Extensions/Polls/PollsBubble.d.ts +35 -0
  542. package/dist/types/{Extensions → components/Extensions}/Polls/PollsConfiguration.d.ts +0 -10
  543. package/dist/types/components/Extensions/Polls/PollsConstants.d.ts +8 -0
  544. package/dist/types/{Extensions → components/Extensions}/Polls/PollsExtension.d.ts +1 -1
  545. package/dist/types/components/Extensions/Polls/PollsExtensionDecorator.d.ts +112 -0
  546. package/dist/types/components/Extensions/Stickers/StickersConstants.d.ts +16 -0
  547. package/dist/types/components/Extensions/Stickers/StickersExtension.d.ts +31 -0
  548. package/dist/types/components/Extensions/Stickers/StickersExtensionDecorator.d.ts +112 -0
  549. package/dist/types/components/Extensions/Stickers/StickersKeyboard.d.ts +29 -0
  550. package/dist/types/components/Extensions/ThumbnailGeneration/ThumbnailGenerationConstants.d.ts +13 -0
  551. package/dist/types/components/Extensions/ThumbnailGeneration/ThumbnailGenerationExtension.d.ts +21 -0
  552. package/dist/types/components/Extensions/ThumbnailGeneration/ThumbnailGenerationExtensionDecorator.d.ts +40 -0
  553. package/dist/types/components/Reactions/CometChatReactionInfo/CometChatReactionInfo.d.ts +9 -0
  554. package/dist/types/components/Reactions/CometChatReactionList/CometChatReactionList.d.ts +8 -0
  555. package/dist/types/components/Reactions/CometChatReactions/CometChatReactions.d.ts +12 -0
  556. package/dist/types/constants/CometChatUIKitConstants.d.ts +139 -0
  557. package/dist/types/constants/CometChatUtilityConstants.d.ts +9 -0
  558. package/dist/types/constants/index.d.ts +1 -0
  559. package/dist/types/events/CometChatCallEvents.d.ts +10 -0
  560. package/dist/types/events/CometChatConversationEvents.d.ts +13 -0
  561. package/dist/types/events/CometChatGroupEvents.d.ts +63 -0
  562. package/dist/types/events/CometChatMessageEvents.d.ts +43 -0
  563. package/dist/types/events/CometChatUIEvents.d.ts +61 -0
  564. package/dist/types/events/CometChatUserEvents.d.ts +16 -0
  565. package/dist/types/formatters/CometChatFormatters/CometChatMentionsFormatter/CometChatMentionsFormatter.d.ts +210 -0
  566. package/dist/types/formatters/CometChatFormatters/CometChatTextFormatter.d.ts +268 -0
  567. package/dist/types/formatters/CometChatFormatters/CometChatUrlsFormatter/CometChatUrlsFormatter.d.ts +12 -0
  568. package/dist/types/formatters/index.d.ts +3 -0
  569. package/dist/types/index.d.ts +108 -84
  570. package/dist/types/modals/CometChatActions.d.ts +36 -0
  571. package/dist/types/modals/CometChatActionsIcon.d.ts +38 -0
  572. package/dist/types/modals/CometChatActionsView.d.ts +39 -0
  573. package/dist/types/modals/CometChatMessageComposerAction.d.ts +33 -0
  574. package/dist/types/modals/CometChatMessageOption.d.ts +37 -0
  575. package/dist/types/modals/CometChatMessageTemplate.d.ts +70 -0
  576. package/dist/types/modals/CometChatOption.d.ts +20 -0
  577. package/dist/types/modals/index.d.ts +7 -0
  578. package/dist/types/resources/CometChatLocalize/cometchat-localize.d.ts +5603 -0
  579. package/dist/types/resources/CometChatSoundManager/CometChatSoundManager.d.ts +128 -0
  580. package/dist/types/resources/index.d.ts +1 -0
  581. package/dist/types/utils/CallingDetailsUtils.d.ts +42 -0
  582. package/dist/types/{Shared/Framework → utils}/ChatConfigurator.d.ts +4 -0
  583. package/dist/types/utils/ChatSdkEventInitializer.d.ts +6 -0
  584. package/dist/types/utils/ConversationUtils.d.ts +69 -0
  585. package/dist/types/utils/DataSource.d.ts +55 -0
  586. package/dist/types/utils/DataSourceDecorator.d.ts +57 -0
  587. package/dist/types/utils/GroupMemberUtils.d.ts +32 -0
  588. package/dist/types/utils/MessageReceiptUtils.d.ts +44 -0
  589. package/dist/types/utils/MessageUtils.d.ts +55 -0
  590. package/dist/types/utils/MessagesDataSource.d.ts +110 -0
  591. package/dist/types/utils/Storage.d.ts +33 -0
  592. package/dist/types/utils/util.d.ts +26 -0
  593. package/package.json +14 -17
  594. package/rollup.config.js +16 -6
  595. package/screenshots/sample_app_overview.png +0 -0
  596. package/tsconfig.json +2 -1
  597. package/CONTRIBUTING.md +0 -92
  598. package/dist/assets/InfoSimpleIcon.svg +0 -4
  599. package/dist/assets/More.svg +0 -9
  600. package/dist/assets/More@2x.svg +0 -9
  601. package/dist/assets/Plus-1.svg +0 -12
  602. package/dist/assets/StartConversation.svg +0 -13
  603. package/dist/assets/Stickers.svg +0 -16
  604. package/dist/assets/addreaction.svg +0 -9
  605. package/dist/assets/ai-bot.svg +0 -3
  606. package/dist/assets/attachment-file.svg +0 -14
  607. package/dist/assets/audio-file.svg +0 -12
  608. package/dist/assets/collaborativedocument.svg +0 -13
  609. package/dist/assets/collaborativewhiteboard.svg +0 -12
  610. package/dist/assets/create-button.svg +0 -12
  611. package/dist/assets/deleteicon.svg +0 -15
  612. package/dist/assets/editicon.svg +0 -14
  613. package/dist/assets/heart.svg +0 -11
  614. package/dist/assets/photolibrary.svg +0 -11
  615. package/dist/assets/plus-rotated.svg +0 -13
  616. package/dist/assets/plus.svg +0 -13
  617. package/dist/assets/polls.svg +0 -14
  618. package/dist/assets/smileys.svg +0 -16
  619. package/dist/assets/stipop.svg +0 -9
  620. package/dist/assets/threadIndicatorIcon.svg +0 -11
  621. package/dist/assets/threadicon.svg +0 -14
  622. package/dist/assets/translation.svg +0 -16
  623. package/dist/assets/video.svg +0 -12
  624. package/dist/types/AI/AIAssistBot/AIAssistBotChatView.d.ts +0 -10
  625. package/dist/types/AI/AIAssistBot/AIAssistBotDecorator.d.ts +0 -22
  626. package/dist/types/AI/AIAssistBot/AIAssistBotExtension.d.ts +0 -8
  627. package/dist/types/AI/AIAssistBot/AIAssistBotOptionsView.d.ts +0 -11
  628. package/dist/types/AI/AIAssistBot/style.d.ts +0 -37
  629. package/dist/types/AI/AIAssistBot/utils.d.ts +0 -5
  630. package/dist/types/AI/AIConversationStarter/style.d.ts +0 -26
  631. package/dist/types/AI/AIConversationSummary/style.d.ts +0 -28
  632. package/dist/types/AI/AISmartReplies/AISmartRepliesDecorator.d.ts +0 -25
  633. package/dist/types/AI/AISmartReplies/style.d.ts +0 -28
  634. package/dist/types/Calling/CallingExtension.d.ts +0 -8
  635. package/dist/types/Calling/CallingExtensionDecorator.d.ts +0 -75
  636. package/dist/types/Calling/CometChatCallButtons/hooks.d.ts +0 -3
  637. package/dist/types/Calling/CometChatCallButtons/index.d.ts +0 -19
  638. package/dist/types/Calling/CometChatCallButtons/style.d.ts +0 -28
  639. package/dist/types/Calling/CometChatCallLogDetails/hooks.d.ts +0 -2
  640. package/dist/types/Calling/CometChatCallLogDetails/index.d.ts +0 -17
  641. package/dist/types/Calling/CometChatCallLogDetails/style.d.ts +0 -21
  642. package/dist/types/Calling/CometChatCallLogHistory/hooks.d.ts +0 -2
  643. package/dist/types/Calling/CometChatCallLogHistory/index.d.ts +0 -27
  644. package/dist/types/Calling/CometChatCallLogHistory/style.d.ts +0 -41
  645. package/dist/types/Calling/CometChatCallLogParticipants/index.d.ts +0 -19
  646. package/dist/types/Calling/CometChatCallLogParticipants/style.d.ts +0 -31
  647. package/dist/types/Calling/CometChatCallLogRecordings/index.d.ts +0 -21
  648. package/dist/types/Calling/CometChatCallLogRecordings/style.d.ts +0 -35
  649. package/dist/types/Calling/CometChatCallLogs/hooks.d.ts +0 -2
  650. package/dist/types/Calling/CometChatCallLogs/index.d.ts +0 -37
  651. package/dist/types/Calling/CometChatCallLogs/style.d.ts +0 -37
  652. package/dist/types/Calling/CometChatCallLogsWithDetails/hooks.d.ts +0 -4
  653. package/dist/types/Calling/CometChatCallLogsWithDetails/index.d.ts +0 -10
  654. package/dist/types/Calling/CometChatCallLogsWithDetails/style.d.ts +0 -13
  655. package/dist/types/Calling/CometChatIncomingCall/hooks.d.ts +0 -2
  656. package/dist/types/Calling/CometChatIncomingCall/index.d.ts +0 -19
  657. package/dist/types/Calling/CometChatIncomingCall/style.d.ts +0 -72
  658. package/dist/types/Calling/CometChatOngoingCall/hooks.d.ts +0 -2
  659. package/dist/types/Calling/CometChatOngoingCall/index.d.ts +0 -15
  660. package/dist/types/Calling/CometChatOngoingCall/style.d.ts +0 -2
  661. package/dist/types/Calling/CometChatOutgoingCall/hooks.d.ts +0 -2
  662. package/dist/types/Calling/CometChatOutgoingCall/index.d.ts +0 -16
  663. package/dist/types/Calling/CometChatOutgoingCall/style.d.ts +0 -39
  664. package/dist/types/Calling/Utils/CallDetailsUtils.d.ts +0 -11
  665. package/dist/types/Calling/Utils/CallingDetailsUtils.d.ts +0 -7
  666. package/dist/types/CometChatAddMembers/hooks.d.ts +0 -11
  667. package/dist/types/CometChatAddMembers/index.d.ts +0 -229
  668. package/dist/types/CometChatAddMembers/style.d.ts +0 -13
  669. package/dist/types/CometChatBannedMembers/controller.d.ts +0 -37
  670. package/dist/types/CometChatBannedMembers/hooks.d.ts +0 -17
  671. package/dist/types/CometChatBannedMembers/index.d.ts +0 -228
  672. package/dist/types/CometChatBannedMembers/style.d.ts +0 -19
  673. package/dist/types/CometChatContacts/index.d.ts +0 -22
  674. package/dist/types/CometChatContacts/style.d.ts +0 -20
  675. package/dist/types/CometChatConversations/style.d.ts +0 -29
  676. package/dist/types/CometChatConversationsWithMessages/hooks.d.ts +0 -2
  677. package/dist/types/CometChatConversationsWithMessages/index.d.ts +0 -15
  678. package/dist/types/CometChatConversationsWithMessages/style.d.ts +0 -87
  679. package/dist/types/CometChatDetails/hooks.d.ts +0 -17
  680. package/dist/types/CometChatDetails/index.d.ts +0 -186
  681. package/dist/types/CometChatDetails/style.d.ts +0 -40
  682. package/dist/types/CometChatGroupMembers/style.d.ts +0 -24
  683. package/dist/types/CometChatGroups/style.d.ts +0 -11
  684. package/dist/types/CometChatGroupsWithMessages/hooks.d.ts +0 -3
  685. package/dist/types/CometChatGroupsWithMessages/index.d.ts +0 -14
  686. package/dist/types/CometChatGroupsWithMessages/style.d.ts +0 -874
  687. package/dist/types/CometChatMessageComposer/hooks.d.ts +0 -65
  688. package/dist/types/CometChatMessageComposer/index.d.ts +0 -221
  689. package/dist/types/CometChatMessageComposer/style.d.ts +0 -92
  690. package/dist/types/CometChatMessageHeader/hooks.d.ts +0 -3
  691. package/dist/types/CometChatMessageHeader/index.d.ts +0 -29
  692. package/dist/types/CometChatMessageHeader/style.d.ts +0 -56
  693. package/dist/types/CometChatMessageInformation/index.d.ts +0 -29
  694. package/dist/types/CometChatMessageInformation/style.d.ts +0 -48
  695. package/dist/types/CometChatMessageList/CometChatMessageList.d.ts +0 -58
  696. package/dist/types/CometChatMessageList/style.d.ts +0 -237
  697. package/dist/types/CometChatMessageList/useCometChatMessageList.d.ts +0 -6
  698. package/dist/types/CometChatMessages/hooks.d.ts +0 -2
  699. package/dist/types/CometChatMessages/index.d.ts +0 -25
  700. package/dist/types/CometChatMessages/style.d.ts +0 -26
  701. package/dist/types/CometChatThemeContext.d.ts +0 -5
  702. package/dist/types/CometChatThreadedMessages/hooks.d.ts +0 -2
  703. package/dist/types/CometChatThreadedMessages/index.d.ts +0 -19
  704. package/dist/types/CometChatThreadedMessages/style.d.ts +0 -21
  705. package/dist/types/CometChatTransferOwnership/hooks.d.ts +0 -7
  706. package/dist/types/CometChatTransferOwnership/index.d.ts +0 -163
  707. package/dist/types/CometChatTransferOwnership/style.d.ts +0 -17
  708. package/dist/types/CometChatUsers/style.d.ts +0 -11
  709. package/dist/types/CometChatUsersWithMessages/hooks.d.ts +0 -2
  710. package/dist/types/CometChatUsersWithMessages/index.d.ts +0 -12
  711. package/dist/types/CometChatUsersWithMessages/style.d.ts +0 -70
  712. package/dist/types/Extensions/CollaborativeDocument/CollaborativeDocumentConfiguration.d.ts +0 -18
  713. package/dist/types/Extensions/CollaborativeDocument/CollaborativeDocumentExtension.d.ts +0 -8
  714. package/dist/types/Extensions/CollaborativeDocument/CollaborativeDocumentExtensionDecorator.d.ts +0 -21
  715. package/dist/types/Extensions/CollaborativeWhiteboard/CollaborativeWhiteboardConfiguration.d.ts +0 -18
  716. package/dist/types/Extensions/CollaborativeWhiteboard/CollaborativeWhiteboardExtension.d.ts +0 -8
  717. package/dist/types/Extensions/CollaborativeWhiteboard/CollaborativeWhiteboardExtensionDecorator.d.ts +0 -21
  718. package/dist/types/Extensions/ImageModeration/ImageModerationConfiguration.d.ts +0 -15
  719. package/dist/types/Extensions/ImageModeration/ImageModerationExtension.d.ts +0 -8
  720. package/dist/types/Extensions/ImageModeration/ImageModerationExtensionDecorator.d.ts +0 -26
  721. package/dist/types/Extensions/LinkPreview/LinkPreviewConfiguration.d.ts +0 -8
  722. package/dist/types/Extensions/LinkPreview/LinkPreviewExtension.d.ts +0 -8
  723. package/dist/types/Extensions/LinkPreview/LinkPreviewExtensionDecorator.d.ts +0 -24
  724. package/dist/types/Extensions/MessageTranslation/MessageTranslationConfiguration.d.ts +0 -14
  725. package/dist/types/Extensions/MessageTranslation/MessageTranslationExtension.d.ts +0 -8
  726. package/dist/types/Extensions/MessageTranslation/MessageTranslationExtensionDecorator.d.ts +0 -19
  727. package/dist/types/Extensions/Polls/PollsExtensionDecorator.d.ts +0 -26
  728. package/dist/types/Extensions/SmartReplies/SmartRepliesConfiguration.d.ts +0 -8
  729. package/dist/types/Extensions/SmartReplies/SmartRepliesExtension.d.ts +0 -9
  730. package/dist/types/Extensions/SmartReplies/SmartRepliesExtensionDecorator.d.ts +0 -35
  731. package/dist/types/Extensions/Stickers/StickersConfiguration.d.ts +0 -14
  732. package/dist/types/Extensions/Stickers/StickersExtension.d.ts +0 -8
  733. package/dist/types/Extensions/Stickers/StickersExtensionDecorator.d.ts +0 -27
  734. package/dist/types/Extensions/TextModerator/TextModeratorExtension.d.ts +0 -6
  735. package/dist/types/Extensions/TextModerator/TextModeratorExtensionDecorator.d.ts +0 -8
  736. package/dist/types/Extensions/ThumbnailGeneration/ThumbnailGenerationExtension.d.ts +0 -5
  737. package/dist/types/Extensions/ThumbnailGeneration/ThumbnailGenerationExtensionDecorator.d.ts +0 -8
  738. package/dist/types/Shared/CometChatUIKit/CometChatUIKit.d.ts +0 -42
  739. package/dist/types/Shared/Framework/DataSource.d.ts +0 -56
  740. package/dist/types/Shared/Framework/DataSourceDecorator.d.ts +0 -59
  741. package/dist/types/Shared/Framework/ExtensionsDataSource.d.ts +0 -6
  742. package/dist/types/Shared/Utils/MessageUtils.d.ts +0 -16
  743. package/dist/types/Shared/Utils/MessagesDataSource.d.ts +0 -92
  744. package/dist/types/Shared/Views/CometChatButton/hooks.d.ts +0 -11
  745. package/dist/types/Shared/Views/CometChatButton/index.d.ts +0 -19
  746. package/dist/types/Shared/Views/CometChatCheckbox/hooks.d.ts +0 -9
  747. package/dist/types/Shared/Views/CometChatCheckbox/index.d.ts +0 -13
  748. package/dist/types/Shared/Views/CometChatContextMenu/index.d.ts +0 -13
  749. package/dist/types/Shared/Views/CometChatContextMenu/style.d.ts +0 -28
  750. package/dist/types/Shared/Views/CometChatList/style.d.ts +0 -18
  751. package/dist/types/Shared/Views/CometChatListItem/hooks.d.ts +0 -9
  752. package/dist/types/Shared/Views/CometChatListItem/index.d.ts +0 -29
  753. package/dist/types/Shared/Views/CometChatMenuList/hooks.d.ts +0 -12
  754. package/dist/types/Shared/Views/CometChatMenuList/index.d.ts +0 -13
  755. package/dist/types/Shared/Views/CometChatMessageBubble/index.d.ts +0 -22
  756. package/dist/types/Shared/Views/CometChatMessageBubble/style.d.ts +0 -22
  757. package/dist/types/Shared/Views/CometChatRadioButton/hooks.d.ts +0 -9
  758. package/dist/types/Shared/Views/CometChatRadioButton/index.d.ts +0 -13
  759. package/dist/types/Shared/Views/CometChatTabs/TabsStyle.d.ts +0 -31
  760. package/dist/types/Shared/Views/CometChatTabs/index.d.ts +0 -11
  761. package/dist/types/Shared/Views/CometChatTabs/style.d.ts +0 -42
  762. package/dist/types/Shared/Views/LitElementsWrapper/LitElementsWrapper.d.ts +0 -49
  763. /package/dist/assets/{send-message-in-private.svg → send_message_privately.svg} +0 -0
  764. /package/dist/types/{Shared/Framework → components/AI}/AIExtensionDataSource.d.ts +0 -0
  765. /package/dist/types/{CometChatMessageList/controller.d.ts → components/CometChatMessageList/CometChatMessageListController.d.ts} +0 -0
package/LICENSE.md CHANGED
@@ -1,3 +1,3 @@
1
- Copyright (c) 2023 CometChat Inc.
1
+ Copyright (c) 2024 CometChat Inc.
2
2
 
3
3
  License agreement: https://www.cometchat.com/legal-terms-of-service
package/README.md CHANGED
@@ -6,13 +6,14 @@
6
6
 
7
7
  The CometChat React UI Kit provides a pre-built user interface kit that developers can use to quickly integrate a reliable & fully-featured chat experience into an existing or a new app.
8
8
 
9
- <div style="
10
- display: flex;
11
- align-items: center;
12
- justify-content: center;">
13
- <img src="./Screenshots/overview_cometchat_screens.png" />
9
+ <div style="display: flex; align-items: center; justify-content: center;">
10
+ <img src="./screenshots/sample_app_overview.png" />
14
11
  </div>
15
12
 
13
+ ## 🚀 Explore the Sample App!
14
+
15
+ Dive straight into our [Sample App](https://github.com/cometchat/cometchat-uikit-react/blob/v5/sample-app/README.md#installation) to see CometChat UI Kit in action! Whether you're building a messaging app or enhancing your existing project, this sample app showcases the full potential of our React UI components.
16
+
16
17
  ## Prerequisites
17
18
 
18
19
  - Node.js >= 14.17.0
@@ -21,11 +22,12 @@ The CometChat React UI Kit provides a pre-built user interface kit that develope
21
22
  ## Getting Started
22
23
 
23
24
  To set up CometChat React UI Kit and utilize CometChat for your chat and calls functionality, you'll need to follow these steps:
25
+
24
26
  - Register at the [CometChat Dashboard](https://app.cometchat.com/) to create an account.
25
27
  - After registering, log into your CometChat account and create a new app. Once created, CometChat will generate an Auth Key and App ID for you. Keep these credentials secure as you'll need them later.
26
- - Check the [Key Concepts](https://www.cometchat.com/docs/react-uikit/key-concepts) to understand the basic components of CometChat.
27
- - Refer to the [Integration Steps](https://www.cometchat.com/docs/react-uikit/integration) in our documentation to integrate the UI Kit into your React app.
28
+ - Check the [Key Concepts](https://www.cometchat.com/docs/fundamentals/key-concepts) to understand the basic components of CometChat.
29
+ - Refer to the [Integration Steps](https://www.cometchat.com/docs/ui-kit/react/5.0/integration) in our documentation to integrate the UI Kit into your React app.
28
30
 
29
31
  ## Help and Support
30
32
 
31
- For issues running the project or integrating with our UI Kits, consult our [documentation](https://www.cometchat.com/docs/react-uikit/integration) or create a [support ticket](https://help.cometchat.com/hc/en-us) or seek real-time support via the [CometChat Dashboard](https://app.cometchat.com/).
33
+ For issues running the project or integrating with our UI Kits, consult our [documentation](https://www.cometchat.com/docs/ui-kit/react/5.0/integration) or create a [support ticket](https://help.cometchat.com/hc/en-us) or seek real-time support via the [CometChat Dashboard](https://app.cometchat.com/).
package/SECURITY.md CHANGED
@@ -1,17 +1,12 @@
1
1
  # Security Policy
2
2
 
3
- This document outlines the Responsible Disclosure Program for CometChat Pro
3
+ This document outlines the Responsible Disclosure Program for CometChat.
4
4
 
5
5
  ## Responsible Disclosure Policy
6
6
 
7
- At CometChat we take security seriously and consider it a top priority. Since a
8
- public disclosure of a security vulnerability could put the entire
9
- community at risk, we require that potential vulnerabilities are kept
10
- confidential until they are confirmed and fixed. We appreciate your efforts in
11
- keeping CometChat Pro and its users safe by responsibly disclosing any security
12
- vulnerability. Rest assured we will make every effort to acknowledge your
13
- contributions.
7
+ At CometChat we take security seriously and consider it a top priority. Since a public disclosure of a security vulnerability could put the entire
8
+ community at risk, we require that potential vulnerabilities are kept confidential until they are confirmed and fixed. We appreciate your efforts in keeping CometChat and its users safe by responsibly disclosing any security vulnerability. Rest assured we will make every effort to acknowledge your contributions.
14
9
 
15
10
  ## Reporting a vulnerability
16
11
 
17
- To report any security related issues, please communicate with the CometChat Pro security team by sending an email to security@cometchat.com
12
+ To report any security related issues, please communicate with the CometChat security team by sending an email to `security@cometchat.com`.
package/SUPPORT.md CHANGED
@@ -1,3 +1,3 @@
1
- # Getting Support
1
+ # Help and Support
2
2
 
3
- The quickest way to get support is to contact us via your CometChat Pro Dashboard.
3
+ For issues integrating our UI Kits, consult our [documentation](https://www.cometchat.com/docs/ui-kit/react/integration) or create a [support ticket](https://help.cometchat.com/hc/en-us) or seek real-time support via the [CometChat Dashboard](http://app.cometchat.com/).
@@ -1,17 +1,5 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <title>Icons/24/Copy@2x</title>
4
- <g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
5
- <g id="Icons/24/Copy" stroke="#000000" stroke-width="1.5">
6
- <g id="Group" transform="translate(4.000000, 3.000000)">
7
- <path d="M15.6,6.00000118 L15.6,3.60000142 C15.6,2.93725978 15.0627417,2.40000154 14.4,2.40000154 L11.2,2.40000154" id="Path"></path>
8
- <path d="M4.4,2.40000154 L1.2,2.40000154 C0.5372583,2.40000154 0,2.93725978 0,3.60000142 L0,16.8000001 C0,17.4627418 0.5372583,18 1.2,18 L6,18" id="Path"></path>
9
- <path d="M10.9368,3.18960146 C10.8549236,3.43464248 10.625558,3.59990166 10.3672,3.60000142 L5.2328,3.60000142 C4.97444201,3.59990166 4.74507642,3.43464248 4.6632,3.18960146 L3.8632,0.789601696 C3.80186075,0.606570139 3.8324564,0.405197059 3.94539051,0.248643741 C4.05832463,0.0920904237 4.23976415,-0.000467229348 4.4328,0 L11.1672,0 C11.3602359,-0.000467229348 11.5416754,0.0920904237 11.6546095,0.248643741 C11.7675436,0.405197059 11.7981392,0.606570139 11.7368,0.789601696 L10.9368,3.18960146 Z" id="Path"></path>
10
- <polygon id="Path" points="8.4 8.40000095 18 8.40000095 18 18 8.4 18"></polygon>
11
- <line x1="10.8" y1="10.8000007" x2="15.6" y2="10.8000007" id="Path"></line>
12
- <line x1="10.8" y1="13.2000005" x2="15.6" y2="13.2000005" id="Path"></line>
13
- <line x1="10.8" y1="15.6000002" x2="12.6" y2="15.6000002" id="Path"></line>
14
- </g>
15
- </g>
16
- </g>
17
- </svg>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Base_Icon">
3
+ <path id="Vector" d="M7.92188 18.6641C7.49471 18.6641 7.12404 18.5069 6.80988 18.1926C6.49554 17.8784 6.33838 17.5077 6.33838 17.0806V3.74731C6.33838 3.32015 6.49554 2.94948 6.80988 2.63531C7.12404 2.32115 7.49471 2.16406 7.92188 2.16406H18.2551C18.6823 2.16406 19.053 2.32115 19.3671 2.63531C19.6813 2.94948 19.8384 3.32015 19.8384 3.74731V17.0806C19.8384 17.5077 19.6813 17.8784 19.3671 18.1926C19.053 18.5069 18.6823 18.6641 18.2551 18.6641H7.92188ZM7.92188 17.0806H18.2551V3.74731H7.92188V17.0806ZM4.75513 21.8306C4.32796 21.8306 3.95729 21.6735 3.64313 21.3593C3.32896 21.0451 3.17188 20.6745 3.17188 20.2473V6.11806C3.17188 5.90223 3.24921 5.71706 3.40387 5.56256C3.55854 5.4079 3.74604 5.33056 3.96638 5.33056C4.18671 5.33056 4.37321 5.4079 4.52588 5.56256C4.67871 5.71706 4.75513 5.90223 4.75513 6.11806V20.2473H15.8844C16.1002 20.2473 16.2854 20.3249 16.4399 20.4801C16.5945 20.6352 16.6719 20.8211 16.6719 21.0378C16.6719 21.2608 16.5945 21.4487 16.4399 21.6016C16.2854 21.7542 16.1002 21.8306 15.8844 21.8306H4.75513Z" fill="#A1A1A1"/>
4
+ </g>
5
+ </svg>
File without changes
@@ -0,0 +1,12 @@
1
+ <svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Spinner-Gradient/Spinner-Gradient-1">
3
+ <path id="Ellipse 26" d="M16.9278 2.82873C18.2643 3.34439 19.4863 4.11826 20.5238 5.10616C21.5613 6.09405 22.394 7.27662 22.9745 8.58636C23.555 9.89609 23.8718 11.3073 23.9069 12.7395C23.942 14.1717 23.6946 15.5967 23.1789 16.9333C22.6633 18.2699 21.8894 19.4918 20.9015 20.5293C19.9136 21.5668 18.7311 22.3996 17.4213 22.9801C16.1116 23.5605 14.7004 23.8774 13.2682 23.9124C11.836 23.9475 10.4109 23.7002 9.07437 23.1845C7.73779 22.6688 6.51587 21.895 5.47836 20.9071C4.44086 19.9192 3.6081 18.7366 3.02762 17.4269C2.44714 16.1171 2.13032 14.7059 2.09524 13.2737C2.06016 11.8416 2.30752 10.4165 2.82318 9.07992C3.33884 7.74335 4.11271 6.52142 5.1006 5.48392C6.0885 4.44641 7.27107 3.61365 8.5808 3.03317C9.89053 2.4527 11.3018 2.13588 12.7339 2.1008C14.1661 2.06572 15.5912 2.31307 16.9278 2.82873L16.9278 2.82873Z" stroke="#E8E8E8" stroke-width="4"/>
4
+ <path id="Ellipse 27" d="M16.9278 2.82873C18.2643 3.34439 19.4863 4.11826 20.5238 5.10616C21.5613 6.09405 22.394 7.27662 22.9745 8.58636C23.555 9.89609 23.8718 11.3073 23.9069 12.7395C23.942 14.1717 23.6946 15.5967 23.1789 16.9333C22.6633 18.2699 21.8894 19.4918 20.9015 20.5293C19.9136 21.5668 18.7311 22.3996 17.4213 22.9801C16.1116 23.5605 14.7004 23.8774 13.2682 23.9124C11.836 23.9475 10.4109 23.7002 9.07437 23.1845C7.73779 22.6688 6.51587 21.895 5.47836 20.9071C4.44086 19.9192 3.6081 18.7366 3.02762 17.4269C2.44714 16.1171 2.13032 14.7059 2.09524 13.2737C2.06016 11.8416 2.30752 10.4165 2.82318 9.07992C3.33884 7.74335 4.11271 6.52142 5.1006 5.48392C6.0885 4.44641 7.27107 3.61365 8.5808 3.03317C9.89053 2.4527 11.3018 2.13588 12.7339 2.1008C14.1661 2.06572 15.5912 2.31307 16.9278 2.82873L16.9278 2.82873Z" stroke="url(#paint0_angular_7177_657237)" stroke-width="4" stroke-linecap="round"/>
5
+ </g>
6
+ <defs>
7
+ <radialGradient id="paint0_angular_7177_657237" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(13.0011 13.0066) rotate(21.0969) scale(10.9091)">
8
+ <stop stop-color="white"/>
9
+ <stop offset="1" stop-color="#2D2D2D"/>
10
+ </radialGradient>
11
+ </defs>
12
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <mask id="mask0_740_8347" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
3
+ <rect width="24" height="24" fill="#D9D9D9"/>
4
+ </mask>
5
+ <g mask="url(#mask0_740_8347)">
6
+ <path d="M6.023 17.2923C6.873 16.6616 7.799 16.1635 8.801 15.798C9.80283 15.4327 10.8692 15.25 12 15.25C13.1308 15.25 14.1972 15.4327 15.199 15.798C16.201 16.1635 17.127 16.6616 17.977 17.2923C18.5987 16.6089 19.0912 15.8179 19.4548 14.9192C19.8183 14.0206 20 13.0475 20 12C20 9.78333 19.2208 7.89583 17.6625 6.3375C16.1042 4.77917 14.2167 4 12 4C9.78333 4 7.89583 4.77917 6.3375 6.3375C4.77917 7.89583 4 9.78333 4 12C4 13.0475 4.18175 14.0206 4.54525 14.9192C4.90875 15.8179 5.40133 16.6089 6.023 17.2923ZM12 12.75C11.0872 12.75 10.3173 12.4365 9.6905 11.8095C9.0635 11.1827 8.75 10.4128 8.75 9.5C8.75 8.58717 9.0635 7.81733 9.6905 7.1905C10.3173 6.5635 11.0872 6.25 12 6.25C12.9128 6.25 13.6827 6.5635 14.3095 7.1905C14.9365 7.81733 15.25 8.58717 15.25 9.5C15.25 10.4128 14.9365 11.1827 14.3095 11.8095C13.6827 12.4365 12.9128 12.75 12 12.75ZM12 21.5C10.6808 21.5 9.44333 21.2519 8.2875 20.7558C7.13167 20.2596 6.12625 19.5839 5.27125 18.7288C4.41608 17.8738 3.74042 16.8683 3.24425 15.7125C2.74808 14.5567 2.5 13.3192 2.5 12C2.5 10.6808 2.74808 9.44333 3.24425 8.2875C3.74042 7.13167 4.41608 6.12625 5.27125 5.27125C6.12625 4.41608 7.13167 3.74042 8.2875 3.24425C9.44333 2.74808 10.6808 2.5 12 2.5C13.3192 2.5 14.5567 2.74808 15.7125 3.24425C16.8683 3.74042 17.8738 4.41608 18.7288 5.27125C19.5839 6.12625 20.2596 7.13167 20.7558 8.2875C21.2519 9.44333 21.5 10.6808 21.5 12C21.5 13.3192 21.2519 14.5567 20.7558 15.7125C20.2596 16.8683 19.5839 17.8738 18.7288 18.7288C17.8738 19.5839 16.8683 20.2596 15.7125 20.7558C14.5567 21.2519 13.3192 21.5 12 21.5Z" fill="#141414"/>
7
+ </g>
8
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Icon / Activity" clip-path="url(#clip0_3328_49527)">
3
+ <path id="fill" fill-rule="evenodd" clip-rule="evenodd" d="M9.00013 17.5333C7.3124 17.5333 5.66257 17.0329 4.25927 16.0952C2.85597 15.1576 1.76223 13.8248 1.11636 12.2656C0.470494 10.7063 0.301506 8.99055 0.630766 7.33524C0.960027 5.67994 1.77275 4.15944 2.96616 2.96603C4.15956 1.77263 5.68006 0.959905 7.33536 0.630644C8.99067 0.301384 10.7064 0.470372 12.2657 1.11624C13.825 1.76211 15.1577 2.85585 16.0953 4.25915C17.033 5.66244 17.5335 7.31228 17.5335 9.00001C17.5309 11.2624 16.6311 13.4314 15.0313 15.0312C13.4315 16.6309 11.2625 17.5308 9.00013 17.5333ZM5.96558 15.9091V15.7175H7.64122L9.74058 16.5168C9.49369 16.5388 9.24584 16.5481 8.99799 16.5447C7.95385 16.5473 6.92078 16.3308 5.96558 15.9091ZM11.0182 16.2055L7.90658 15.0712V13.524L10.4232 12.1705L12.4948 12.9483L12.4509 15.1044L11.0182 16.2055ZM10.0584 8.89087L10.0637 11.6076L7.5599 12.9558L4.94907 11.5038L4.93623 8.60411L7.07625 7.21523L10.0584 8.89087ZM10.465 8.34837L7.485 6.68023L7.31487 4.40432L10.3098 2.84745L12.5033 4.23526V7.30084L10.465 8.34837ZM14.5428 9.31673L13.1742 7.14782V4.48992L14.5171 3.84791C15.5612 4.9578 16.2523 6.30892 16.4806 7.81551L16.2816 8.85449L14.5428 9.31673ZM14.9248 9.92343L16.3586 9.5928L16.503 9.87528C16.3786 10.9282 16.0349 11.9433 15.494 12.8553C15.0323 13.6249 14.4399 14.3082 13.7435 14.8744L13.1668 14.7278V12.5995L14.9248 9.92343ZM9.00013 1.44788C9.34909 1.44761 9.69766 1.4712 10.0434 1.5185V2.2215L7.18433 3.71202L4.97261 3.70881L4.69655 2.79716C5.95804 1.91523 7.46093 1.44403 9.00013 1.44788ZM4.1134 3.24871L4.34773 3.95598L2.98025 6.14629L1.81715 6.66525C2.25214 5.33609 3.04697 4.15348 4.1134 3.24871ZM1.58389 7.56299L3.08191 6.8953L4.26748 8.55489L4.28139 11.6162L4.28567 11.6151L3.17179 12.8381L2.55546 12.9387C1.57206 11.3309 1.2255 9.41335 1.58389 7.56299ZM2.9642 13.539L3.68111 13.4234L5.31609 15.296L5.3086 15.5902C4.39348 15.0763 3.59514 14.3778 2.9642 13.539Z" fill="#A1A1A1"/>
4
+ </g>
5
+ <defs>
6
+ <clipPath id="clip0_3328_49527">
7
+ <rect width="17.0667" height="17.0667" fill="white" transform="translate(0.466797 0.466675)"/>
8
+ </clipPath>
9
+ </defs>
10
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <mask id="mask0_740_8399" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
3
+ <rect width="24" height="24" fill="#D9D9D9"/>
4
+ </mask>
5
+ <g mask="url(#mask0_740_8399)">
6
+ <path d="M11.25 12.75H6.25C6.0375 12.75 5.85942 12.6781 5.71575 12.5342C5.57192 12.3904 5.5 12.2122 5.5 11.9997C5.5 11.7871 5.57192 11.609 5.71575 11.4655C5.85942 11.3218 6.0375 11.25 6.25 11.25H11.25V6.25C11.25 6.0375 11.3219 5.85942 11.4658 5.71575C11.6096 5.57192 11.7878 5.5 12.0003 5.5C12.2129 5.5 12.391 5.57192 12.5345 5.71575C12.6782 5.85942 12.75 6.0375 12.75 6.25V11.25H17.75C17.9625 11.25 18.1406 11.3219 18.2843 11.4658C18.4281 11.6096 18.5 11.7878 18.5 12.0003C18.5 12.2129 18.4281 12.391 18.2843 12.5345C18.1406 12.6782 17.9625 12.75 17.75 12.75H12.75V17.75C12.75 17.9625 12.6781 18.1406 12.5342 18.2843C12.3904 18.4281 12.2122 18.5 11.9997 18.5C11.7871 18.5 11.609 18.4281 11.4655 18.2843C11.3218 18.1406 11.25 17.9625 11.25 17.75V12.75Z" fill="#141414"/>
7
+ </g>
8
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <mask id="mask0_740_8437" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
3
+ <rect width="24" height="24" fill="#D9D9D9"/>
4
+ </mask>
5
+ <g mask="url(#mask0_740_8437)">
6
+ <path d="M19.7498 7C19.5371 7 19.359 6.92817 19.2155 6.7845C19.0718 6.64067 19 6.4625 19 6.25V5H17.75C17.5375 5 17.3593 4.92808 17.2155 4.78425C17.0718 4.64042 17 4.46225 17 4.24975C17 4.03708 17.0718 3.859 17.2155 3.7155C17.3593 3.57183 17.5375 3.5 17.75 3.5H19V2.25C19 2.0375 19.0719 1.85942 19.2157 1.71575C19.3596 1.57192 19.5378 1.5 19.7502 1.5C19.9629 1.5 20.141 1.57192 20.2845 1.71575C20.4282 1.85942 20.5 2.0375 20.5 2.25V3.5H21.75C21.9625 3.5 22.1406 3.57192 22.2843 3.71575C22.4281 3.85958 22.5 4.03775 22.5 4.25025C22.5 4.46292 22.4281 4.641 22.2843 4.7845C22.1406 4.92817 21.9625 5 21.75 5H20.5V6.25C20.5 6.4625 20.4281 6.64067 20.2843 6.7845C20.1404 6.92817 19.9622 7 19.7498 7ZM11 17.1152C12.1475 17.1152 13.1202 16.7163 13.9183 15.9183C14.7163 15.1202 15.1152 14.1475 15.1152 13C15.1152 11.8525 14.7163 10.8798 13.9183 10.0818C13.1202 9.28375 12.1475 8.88475 11 8.88475C9.8525 8.88475 8.87975 9.28375 8.08175 10.0818C7.28375 10.8798 6.88475 11.8525 6.88475 13C6.88475 14.1475 7.28375 15.1202 8.08175 15.9183C8.87975 16.7163 9.8525 17.1152 11 17.1152ZM11 15.6155C10.2615 15.6155 9.641 15.3642 9.1385 14.8615C8.63583 14.359 8.3845 13.7385 8.3845 13C8.3845 12.2615 8.63583 11.641 9.1385 11.1385C9.641 10.6358 10.2615 10.3845 11 10.3845C11.7385 10.3845 12.359 10.6358 12.8615 11.1385C13.3642 11.641 13.6155 12.2615 13.6155 13C13.6155 13.7385 13.3642 14.359 12.8615 14.8615C12.359 15.3642 11.7385 15.6155 11 15.6155ZM3.30775 20.5C2.80258 20.5 2.375 20.325 2.025 19.975C1.675 19.625 1.5 19.1974 1.5 18.6923V7.30775C1.5 6.80258 1.675 6.375 2.025 6.025C2.375 5.675 2.80258 5.5 3.30775 5.5H6.3615L7.66925 4.08275C7.83458 3.90342 8.03383 3.7615 8.267 3.657C8.5 3.55233 8.74433 3.5 9 3.5H14.0577C14.2702 3.5 14.4483 3.57192 14.592 3.71575C14.7358 3.85942 14.8077 4.0375 14.8077 4.25V5.8365C14.8077 6.21317 14.9395 6.53333 15.203 6.797C15.4667 7.0605 15.7868 7.19225 16.1635 7.19225H16.8077V7.8365C16.8077 8.21317 16.9395 8.53333 17.203 8.797C17.4667 9.0605 17.7868 9.19225 18.1635 9.19225H19.75C19.9625 9.19225 20.1406 9.26417 20.2843 9.408C20.4281 9.55167 20.5 9.72975 20.5 9.94225V18.6923C20.5 19.1974 20.325 19.625 19.975 19.975C19.625 20.325 19.1974 20.5 18.6923 20.5H3.30775Z" fill="#141414"/>
7
+ </g>
8
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <mask id="mask0_740_8363" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
3
+ <rect width="24" height="24" fill="#D9D9D9"/>
4
+ </mask>
5
+ <g mask="url(#mask0_740_8363)">
6
+ <path d="M11.25 12.75V16C11.25 16.2125 11.3219 16.3906 11.4658 16.5343C11.6096 16.6781 11.7878 16.75 12.0003 16.75C12.2129 16.75 12.391 16.6781 12.5345 16.5343C12.6782 16.3906 12.75 16.2125 12.75 16V12.75H16C16.2125 12.75 16.3906 12.6781 16.5343 12.5343C16.6781 12.3904 16.75 12.2122 16.75 11.9998C16.75 11.7871 16.6781 11.609 16.5343 11.4655C16.3906 11.3218 16.2125 11.25 16 11.25H12.75V8C12.75 7.7875 12.6781 7.60942 12.5343 7.46575C12.3904 7.32192 12.2122 7.25 11.9998 7.25C11.7871 7.25 11.609 7.32192 11.4655 7.46575C11.3218 7.60942 11.25 7.7875 11.25 8V11.25H8C7.7875 11.25 7.60942 11.3219 7.46575 11.4658C7.32192 11.6096 7.25 11.7878 7.25 12.0003C7.25 12.2129 7.32192 12.391 7.46575 12.5345C7.60942 12.6782 7.7875 12.75 8 12.75H11.25ZM5.30775 20.5C4.80258 20.5 4.375 20.325 4.025 19.975C3.675 19.625 3.5 19.1974 3.5 18.6923V5.30775C3.5 4.80258 3.675 4.375 4.025 4.025C4.375 3.675 4.80258 3.5 5.30775 3.5H18.6923C19.1974 3.5 19.625 3.675 19.975 4.025C20.325 4.375 20.5 4.80258 20.5 5.30775V18.6923C20.5 19.1974 20.325 19.625 19.975 19.975C19.625 20.325 19.1974 20.5 18.6923 20.5H5.30775Z" fill="#141414"/>
7
+ </g>
8
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <mask id="mask0_740_8346" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
3
+ <rect width="24" height="24" fill="#D9D9D9"/>
4
+ </mask>
5
+ <g mask="url(#mask0_740_8346)">
6
+ <path d="M19.4402 20.5C17.5557 20.5 15.6625 20.0618 13.7605 19.1855C11.8587 18.3092 10.1113 17.073 8.51825 15.477C6.92542 13.8808 5.69083 12.1333 4.8145 10.2345C3.93817 8.33583 3.5 6.44425 3.5 4.55975C3.5 4.25692 3.6 4.00458 3.8 3.80275C4 3.60092 4.25 3.5 4.55 3.5H7.8115C8.064 3.5 8.28675 3.58242 8.47975 3.74725C8.67275 3.91192 8.7955 4.11542 8.848 4.35775L9.42125 7.3C9.46092 7.573 9.45258 7.80758 9.39625 8.00375C9.33975 8.19992 9.23842 8.36467 9.09225 8.498L6.78275 10.7462C7.15442 11.4269 7.57908 12.0708 8.05675 12.678C8.53425 13.285 9.05125 13.8648 9.60775 14.4173C10.1564 14.9661 10.7397 15.4757 11.3577 15.9462C11.9757 16.4167 12.6431 16.8546 13.3598 17.2598L15.6038 14.9963C15.7603 14.8334 15.9498 14.7193 16.1723 14.6538C16.3946 14.5884 16.6257 14.5724 16.8655 14.6058L19.6423 15.1713C19.8948 15.2379 20.1008 15.3667 20.2605 15.5577C20.4202 15.7487 20.5 15.9654 20.5 16.2078V19.45C20.5 19.75 20.3991 20 20.1973 20.2C19.9954 20.4 19.7431 20.5 19.4402 20.5ZM16 8H13.75C13.5375 8 13.3593 7.92808 13.2155 7.78425C13.0718 7.64042 13 7.46225 13 7.24975C13 7.03708 13.0718 6.859 13.2155 6.7155C13.3593 6.57183 13.5375 6.5 13.75 6.5H16V4.25C16 4.0375 16.0719 3.85942 16.2158 3.71575C16.3596 3.57192 16.5378 3.5 16.7503 3.5C16.9629 3.5 17.141 3.57192 17.2845 3.71575C17.4282 3.85942 17.5 4.0375 17.5 4.25V6.5H19.75C19.9625 6.5 20.1406 6.57192 20.2843 6.71575C20.4281 6.85958 20.5 7.03775 20.5 7.25025C20.5 7.46292 20.4281 7.641 20.2843 7.7845C20.1406 7.92817 19.9625 8 19.75 8H17.5V10.25C17.5 10.4625 17.4281 10.6407 17.2843 10.7845C17.1404 10.9282 16.9622 11 16.7498 11C16.5371 11 16.359 10.9282 16.2155 10.7845C16.0718 10.6407 16 10.4625 16 10.25V8Z" fill="#141414"/>
7
+ </g>
8
+ </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="M11.25 12.75V16C11.25 16.2125 11.3219 16.3906 11.4658 16.5343C11.6096 16.6781 11.7878 16.75 12.0003 16.75C12.2129 16.75 12.391 16.6781 12.5345 16.5343C12.6782 16.3906 12.75 16.2125 12.75 16V12.75H16C16.2125 12.75 16.3906 12.6781 16.5343 12.5343C16.6781 12.3904 16.75 12.2122 16.75 11.9998C16.75 11.7871 16.6781 11.609 16.5343 11.4655C16.3906 11.3218 16.2125 11.25 16 11.25H12.75V8C12.75 7.7875 12.6781 7.60942 12.5343 7.46575C12.3904 7.32192 12.2122 7.25 11.9998 7.25C11.7871 7.25 11.609 7.32192 11.4655 7.46575C11.3218 7.60942 11.25 7.7875 11.25 8V11.25H8C7.7875 11.25 7.60942 11.3219 7.46575 11.4658C7.32192 11.6096 7.25 11.7878 7.25 12.0003C7.25 12.2129 7.32192 12.391 7.46575 12.5345C7.60942 12.6782 7.7875 12.75 8 12.75H11.25ZM12.0017 21.5C10.6877 21.5 9.45267 21.2507 8.2965 20.752C7.14033 20.2533 6.13467 19.5766 5.2795 18.7218C4.42433 17.8669 3.74725 16.8617 3.24825 15.706C2.74942 14.5503 2.5 13.3156 2.5 12.0017C2.5 10.6877 2.74933 9.45267 3.248 8.2965C3.74667 7.14033 4.42342 6.13467 5.27825 5.2795C6.13308 4.42433 7.13833 3.74725 8.294 3.24825C9.44967 2.74942 10.6844 2.5 11.9983 2.5C13.3123 2.5 14.5473 2.74933 15.7035 3.248C16.8597 3.74667 17.8653 4.42342 18.7205 5.27825C19.5757 6.13308 20.2528 7.13833 20.7518 8.294C21.2506 9.44967 21.5 10.6844 21.5 11.9983C21.5 13.3123 21.2507 14.5473 20.752 15.7035C20.2533 16.8597 19.5766 17.8653 18.7218 18.7205C17.8669 19.5757 16.8617 20.2528 15.706 20.7518C14.5503 21.2506 13.3156 21.5 12.0017 21.5ZM12 20C14.2333 20 16.125 19.225 17.675 17.675C19.225 16.125 20 14.2333 20 12C20 9.76667 19.225 7.875 17.675 6.325C16.125 4.775 14.2333 4 12 4C9.76667 4 7.875 4.775 6.325 6.325C4.775 7.875 4 9.76667 4 12C4 14.2333 4.775 16.125 6.325 17.675C7.875 19.225 9.76667 20 12 20Z" fill="#141414"/>
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="M11.25 12.75V16C11.25 16.2125 11.3219 16.3906 11.4658 16.5343C11.6096 16.6781 11.7878 16.75 12.0003 16.75C12.2129 16.75 12.391 16.6781 12.5345 16.5343C12.6782 16.3906 12.75 16.2125 12.75 16V12.75H16C16.2125 12.75 16.3906 12.6781 16.5343 12.5343C16.6781 12.3904 16.75 12.2122 16.75 11.9998C16.75 11.7871 16.6781 11.609 16.5343 11.4655C16.3906 11.3218 16.2125 11.25 16 11.25H12.75V8C12.75 7.7875 12.6781 7.60942 12.5343 7.46575C12.3904 7.32192 12.2122 7.25 11.9998 7.25C11.7871 7.25 11.609 7.32192 11.4655 7.46575C11.3218 7.60942 11.25 7.7875 11.25 8V11.25H8C7.7875 11.25 7.60942 11.3219 7.46575 11.4658C7.32192 11.6096 7.25 11.7878 7.25 12.0003C7.25 12.2129 7.32192 12.391 7.46575 12.5345C7.60942 12.6782 7.7875 12.75 8 12.75H11.25ZM12.0017 21.5C10.6877 21.5 9.45267 21.2507 8.2965 20.752C7.14033 20.2533 6.13467 19.5766 5.2795 18.7218C4.42433 17.8669 3.74725 16.8617 3.24825 15.706C2.74942 14.5503 2.5 13.3156 2.5 12.0017C2.5 10.6877 2.74933 9.45267 3.248 8.2965C3.74667 7.14033 4.42342 6.13467 5.27825 5.2795C6.13308 4.42433 7.13833 3.74725 8.294 3.24825C9.44967 2.74942 10.6844 2.5 11.9983 2.5C13.3123 2.5 14.5473 2.74933 15.7035 3.248C16.8597 3.74667 17.8653 4.42342 18.7205 5.27825C19.5757 6.13308 20.2528 7.13833 20.7518 8.294C21.2506 9.44967 21.5 10.6844 21.5 11.9983C21.5 13.3123 21.2507 14.5473 20.752 15.7035C20.2533 16.8597 19.5766 17.8653 18.7218 18.7205C17.8669 19.5757 16.8617 20.2528 15.706 20.7518C14.5503 21.2506 13.3156 21.5 12.0017 21.5Z" fill="#141414"/>
3
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <mask id="mask0_740_8345" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
3
+ <rect width="24" height="24" fill="#D9D9D9"/>
4
+ </mask>
5
+ <g mask="url(#mask0_740_8345)">
6
+ <path d="M6.0385 17.5L4.0365 19.5018C3.752 19.7864 3.42475 19.8504 3.05475 19.6938C2.68492 19.5369 2.5 19.2569 2.5 18.8538V4.30775C2.5 3.80258 2.675 3.375 3.025 3.025C3.375 2.675 3.80258 2.5 4.30775 2.5H19.6923C20.1974 2.5 20.625 2.675 20.975 3.025C21.325 3.375 21.5 3.80258 21.5 4.30775V15.6923C21.5 16.1974 21.325 16.625 20.975 16.975C20.625 17.325 20.1974 17.5 19.6923 17.5H6.0385ZM11.25 10.75V13C11.25 13.2125 11.3219 13.3906 11.4658 13.5343C11.6096 13.6781 11.7878 13.75 12.0003 13.75C12.2129 13.75 12.391 13.6781 12.5345 13.5343C12.6782 13.3906 12.75 13.2125 12.75 13V10.75H15C15.2125 10.75 15.3906 10.6781 15.5343 10.5343C15.6781 10.3904 15.75 10.2122 15.75 9.99975C15.75 9.78708 15.6781 9.609 15.5343 9.4655C15.3906 9.32183 15.2125 9.25 15 9.25H12.75V7C12.75 6.7875 12.6781 6.60942 12.5343 6.46575C12.3904 6.32192 12.2122 6.25 11.9998 6.25C11.7871 6.25 11.609 6.32192 11.4655 6.46575C11.3218 6.60942 11.25 6.7875 11.25 7V9.25H9C8.7875 9.25 8.60942 9.32192 8.46575 9.46575C8.32192 9.60958 8.25 9.78775 8.25 10.0003C8.25 10.2129 8.32192 10.391 8.46575 10.5345C8.60942 10.6782 8.7875 10.75 9 10.75H11.25Z" fill="#141414"/>
7
+ </g>
8
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <mask id="mask0_740_8342" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
3
+ <rect width="24" height="24" fill="#D9D9D9"/>
4
+ </mask>
5
+ <g mask="url(#mask0_740_8342)">
6
+ <path d="M12.0017 21.5C10.6877 21.5 9.45267 21.2507 8.2965 20.752C7.14033 20.2533 6.13467 19.5766 5.2795 18.7218C4.42433 17.8669 3.74725 16.8617 3.24825 15.706C2.74942 14.5503 2.5 13.3156 2.5 12.0017C2.5 10.6877 2.74942 9.45267 3.24825 8.2965C3.74692 7.14033 4.42375 6.13467 5.27875 5.2795C6.13375 4.42433 7.13917 3.74725 8.295 3.24825C9.45083 2.74942 10.6858 2.5 12 2.5C12.5538 2.5 13.0958 2.54325 13.626 2.62975C14.1562 2.71642 14.6732 2.85142 15.177 3.03475C15.391 3.11158 15.5592 3.24417 15.6818 3.4325C15.8041 3.62083 15.8652 3.828 15.8652 4.054V4.998C15.8652 5.4835 16.0359 5.89683 16.3773 6.238C16.7186 6.57933 17.1319 6.75 17.6173 6.75H18.2405V7.902C18.2405 8.2335 18.363 8.52183 18.608 8.767C18.8532 9.01217 19.1415 9.13475 19.473 9.13475H20.296C20.5205 9.13475 20.7245 9.20275 20.908 9.33875C21.0915 9.47475 21.2138 9.65608 21.275 9.88275C21.3583 10.2234 21.4167 10.5682 21.45 10.917C21.4833 11.2658 21.5 11.6268 21.5 12C21.5 13.3142 21.2507 14.5492 20.752 15.705C20.2533 16.8608 19.5766 17.8663 18.7218 18.7213C17.8669 19.5763 16.8617 20.2531 15.706 20.7518C14.5503 21.2506 13.3156 21.5 12.0017 21.5ZM12 17.1923C12.8975 17.1923 13.7254 16.9798 14.4837 16.5548C15.2421 16.1298 15.8578 15.5532 16.331 14.825C16.4257 14.643 16.4227 14.46 16.322 14.276C16.2215 14.092 16.0642 14 15.85 14H8.15C7.93583 14 7.7785 14.092 7.678 14.276C7.57733 14.46 7.57433 14.643 7.669 14.825C8.14217 15.5532 8.76183 16.1298 9.528 16.5548C10.294 16.9798 11.118 17.1923 12 17.1923ZM8.5985 10.8077C8.96233 10.8077 9.27083 10.6803 9.524 10.4255C9.77717 10.1708 9.90375 9.86158 9.90375 9.49775C9.90375 9.13392 9.77642 8.82542 9.52175 8.57225C9.26708 8.31892 8.95783 8.19225 8.594 8.19225C8.23 8.19225 7.92142 8.31967 7.66825 8.5745C7.41508 8.82917 7.2885 9.13842 7.2885 9.50225C7.2885 9.86608 7.41583 10.1746 7.6705 10.4277C7.92517 10.6811 8.2345 10.8077 8.5985 10.8077ZM15.406 10.8077C15.77 10.8077 16.0786 10.6803 16.3318 10.4255C16.5849 10.1708 16.7115 9.86158 16.7115 9.49775C16.7115 9.13392 16.5842 8.82542 16.3295 8.57225C16.0748 8.31892 15.7655 8.19225 15.4015 8.19225C15.0377 8.19225 14.7292 8.31967 14.476 8.5745C14.2228 8.82917 14.0962 9.13842 14.0962 9.50225C14.0962 9.86608 14.2236 10.1746 14.4783 10.4277C14.7329 10.6811 15.0422 10.8077 15.406 10.8077ZM20.25 4.75H19C18.7875 4.75 18.6094 4.67808 18.4658 4.53425C18.3219 4.39042 18.25 4.21225 18.25 3.99975C18.25 3.78708 18.3219 3.609 18.4658 3.4655C18.6094 3.32183 18.7875 3.25 19 3.25H20.25V2C20.25 1.7875 20.3219 1.60942 20.4657 1.46575C20.6096 1.32192 20.7878 1.25 21.0002 1.25C21.2129 1.25 21.391 1.32192 21.5345 1.46575C21.6782 1.60942 21.75 1.7875 21.75 2V3.25H23C23.2125 3.25 23.3906 3.32192 23.5343 3.46575C23.6781 3.60958 23.75 3.78775 23.75 4.00025C23.75 4.21292 23.6781 4.391 23.5343 4.5345C23.3906 4.67817 23.2125 4.75 23 4.75H21.75V6C21.75 6.2125 21.6781 6.39058 21.5343 6.53425C21.3904 6.67808 21.2122 6.75 20.9998 6.75C20.7871 6.75 20.609 6.67808 20.4655 6.53425C20.3218 6.39058 20.25 6.2125 20.25 6V4.75Z" fill="#141414"/>
7
+ </g>
8
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Base_Icon">
3
+ <path id="Vector" d="M8.00317 15.0591C7.09828 15.0591 6.24767 14.8864 5.45133 14.541C4.655 14.1954 3.96072 13.726 3.3685 13.1326C2.77617 12.5392 2.30733 11.845 1.962 11.05C1.61667 10.2549 1.444 9.40537 1.444 8.50148C1.444 7.59659 1.61711 6.74509 1.96333 5.94698C2.30956 5.14898 2.77817 4.45476 3.36917 3.86431C3.96006 3.27387 4.65483 2.80687 5.4535 2.46331C6.25217 2.11987 7.10083 1.94815 7.9995 1.94815C8.42072 1.94815 8.83039 1.98703 9.2285 2.06481C9.62661 2.14259 10.0114 2.25553 10.3828 2.40365C10.5809 2.48509 10.7041 2.59426 10.7523 2.73115C10.8004 2.86804 10.8013 2.99953 10.755 3.12565C10.7088 3.25176 10.6278 3.34953 10.512 3.41898C10.3962 3.48842 10.2689 3.48981 10.13 3.42315C9.793 3.28426 9.44883 3.17959 9.0975 3.10915C8.74617 3.03881 8.38017 3.00365 7.9995 3.00365C6.47683 3.00365 5.1795 3.53837 4.1075 4.60781C3.0355 5.67726 2.4995 6.97409 2.4995 8.49831C2.4995 10.0224 3.036 11.321 4.109 12.3941C5.18211 13.4671 6.48072 14.0036 8.00483 14.0036C9.52906 14.0036 10.8259 13.4676 11.8953 12.3956C12.9648 11.3236 13.4995 10.0263 13.4995 8.50365C13.4995 8.24876 13.4828 7.99659 13.4495 7.74715C13.4162 7.49781 13.3652 7.25181 13.2967 7.00915C13.2486 6.85592 13.2669 6.72492 13.3517 6.61615C13.4366 6.50748 13.5423 6.43609 13.669 6.40198C13.7958 6.36787 13.9247 6.38276 14.0557 6.44665C14.1868 6.51053 14.2801 6.63692 14.3357 6.82581C14.4079 7.09437 14.4625 7.36726 14.4995 7.64448C14.5365 7.92181 14.555 8.2082 14.555 8.50365C14.555 9.4032 14.3832 10.2527 14.0395 11.0521C13.6958 11.8516 13.2283 12.5463 12.6368 13.1361C12.0453 13.7259 11.3511 14.1939 10.5543 14.54C9.75756 14.8861 8.90717 15.0591 8.00317 15.0591ZM13.4745 3.69531H12.555C12.4069 3.69531 12.2824 3.64465 12.1815 3.54331C12.0805 3.44209 12.03 3.31709 12.03 3.16831C12.03 3.01965 12.0805 2.89437 12.1815 2.79248C12.2824 2.6907 12.4069 2.63981 12.555 2.63981H13.4745V1.72581C13.4745 1.5777 13.5252 1.45226 13.6265 1.34948C13.7277 1.2467 13.8527 1.19531 14.0015 1.19531C14.1502 1.19531 14.2754 1.2467 14.3773 1.34948C14.4791 1.45226 14.53 1.5777 14.53 1.72581V2.63981H15.444C15.5921 2.63981 15.7176 2.69137 15.8203 2.79448C15.9231 2.89759 15.9745 3.02353 15.9745 3.17231C15.9745 3.32098 15.9231 3.44531 15.8203 3.54531C15.7176 3.64531 15.5921 3.69531 15.444 3.69531H14.53V4.61481C14.53 4.76292 14.4784 4.88742 14.3753 4.98831C14.2722 5.08931 14.1463 5.13981 13.9975 5.13981C13.8488 5.13981 13.7245 5.08931 13.6245 4.98831C13.5245 4.88742 13.4745 4.76292 13.4745 4.61481V3.69531ZM10.3648 7.68148C10.6176 7.68148 10.8329 7.59298 11.0107 7.41598C11.1884 7.23909 11.2773 7.02431 11.2773 6.77165C11.2773 6.51887 11.1889 6.30359 11.012 6.12581C10.835 5.94803 10.6202 5.85915 10.3675 5.85915C10.1147 5.85915 9.89945 5.94759 9.72167 6.12448C9.54389 6.30148 9.455 6.51631 9.455 6.76898C9.455 7.02176 9.5435 7.23703 9.7205 7.41481C9.89739 7.59259 10.1122 7.68148 10.3648 7.68148ZM5.6315 7.68148C5.88428 7.68148 6.09956 7.59298 6.27733 7.41598C6.45511 7.23909 6.544 7.02431 6.544 6.77165C6.544 6.51887 6.4555 6.30359 6.2785 6.12581C6.10161 5.94803 5.88683 5.85915 5.63417 5.85915C5.38139 5.85915 5.16611 5.94759 4.98833 6.12448C4.81056 6.30148 4.72167 6.51631 4.72167 6.76898C4.72167 7.02176 4.81011 7.23703 4.987 7.41481C5.164 7.59259 5.37883 7.68148 5.6315 7.68148ZM7.99267 12.0925C8.61933 12.0925 9.19745 11.9481 9.727 11.6593C10.2566 11.3706 10.6873 10.9714 11.0193 10.4615C11.0858 10.334 11.0817 10.2092 11.007 10.087C10.9323 9.96476 10.8203 9.90365 10.671 9.90365H5.33083C5.17661 9.90365 5.06295 9.96476 4.98983 10.087C4.91661 10.2092 4.91522 10.3327 4.98567 10.4575C5.31345 10.9697 5.74261 11.3703 6.27317 11.6591C6.80372 11.948 7.37689 12.0925 7.99267 12.0925Z" fill="#A1A1A1"/>
4
+ </g>
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="M9.30228 7.86546C9.40188 7.37818 10.0981 7.37818 10.1977 7.86547C10.8088 10.855 13.145 13.1912 16.1345 13.8023C16.6218 13.9019 16.6218 14.5981 16.1345 14.6977C13.145 15.3088 10.8088 17.645 10.1977 20.6345C10.0981 21.1218 9.40188 21.1218 9.30228 20.6345C8.69125 17.645 6.35497 15.3088 3.36546 14.6977C2.87818 14.5981 2.87818 13.9019 3.36547 13.8023C6.35497 13.1912 8.69125 10.855 9.30228 7.86546Z" stroke="#141414" stroke-width="1.5"/>
3
+ <path d="M17.5954 3.02417C17.602 2.99194 17.648 2.99194 17.6546 3.02417C17.9964 4.69659 19.3034 6.00356 20.9758 6.34539C21.0081 6.35198 21.0081 6.39802 20.9758 6.40461C19.3034 6.74644 17.9964 8.05341 17.6546 9.72583C17.648 9.75806 17.602 9.75806 17.5954 9.72583C17.2536 8.05341 15.9466 6.74644 14.2742 6.40461C14.2419 6.39802 14.2419 6.35198 14.2742 6.34539C15.9466 6.00356 17.2536 4.69659 17.5954 3.02417Z" stroke="#141414" stroke-width="1.5"/>
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 fill-rule="evenodd" clip-rule="evenodd" d="M4.5365 20.0018L6.5385 18H20.1923C20.6974 18 21.125 17.825 21.475 17.475C21.825 17.125 22 16.6974 22 16.1923V4.80775C22 4.30258 21.825 3.875 21.475 3.525C21.125 3.175 20.6974 3 20.1923 3H4.80775C4.30258 3 3.875 3.175 3.525 3.525C3.175 3.875 3 4.30258 3 4.80775V19.3538C3 19.7569 3.18492 20.0369 3.55475 20.1938C3.92475 20.3504 4.252 20.2864 4.5365 20.0018ZM15.6409 5.51343C15.6372 5.49552 15.6116 5.49552 15.608 5.51343C15.4181 6.44255 14.692 7.16865 13.7628 7.35856C13.7449 7.36222 13.7449 7.3878 13.7628 7.39146C14.692 7.58136 15.4181 8.30746 15.608 9.23659C15.6116 9.25449 15.6372 9.25449 15.6409 9.23659C15.8308 8.30746 16.5569 7.58136 17.486 7.39146C17.5039 7.3878 17.5039 7.36222 17.486 7.35856C16.5569 7.16865 15.8308 6.44255 15.6409 5.51343ZM11.4987 8.20301C11.4434 7.93229 11.0566 7.93229 11.0013 8.20301C10.6618 9.86385 9.36388 11.1618 7.70304 11.5013C7.43232 11.5566 7.43232 11.9434 7.70304 11.9987C9.36388 12.3382 10.6618 13.6361 11.0013 15.297C11.0566 15.5677 11.4434 15.5677 11.4987 15.297C11.8382 13.6361 13.1361 12.3382 14.797 11.9987C15.0677 11.9434 15.0677 11.5566 14.797 11.5013C13.1361 11.1618 11.8382 9.86385 11.4987 8.20301Z" fill="#141414"/>
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="M9.00253 7.40607C9.1132 6.86464 9.8868 6.86464 9.99747 7.40607C10.6764 10.7277 13.2723 13.3236 16.5939 14.0025C17.1354 14.1132 17.1354 14.8868 16.5939 14.9975C13.2723 15.6764 10.6764 18.2723 9.99747 21.5939C9.8868 22.1354 9.1132 22.1354 9.00253 21.5939C8.32361 18.2723 5.72775 15.6764 2.40607 14.9975C1.86464 14.8868 1.86464 14.1132 2.40607 14.0025C5.72775 13.3236 8.32361 10.7277 9.00253 7.40607Z" fill="#141414"/>
3
+ <path d="M18.2171 2.02685C18.2244 1.99105 18.2756 1.99105 18.2829 2.02685C18.6627 3.88509 20.1149 5.33729 21.9731 5.7171C22.009 5.72442 22.009 5.77558 21.9731 5.7829C20.1149 6.16271 18.6627 7.61491 18.2829 9.47315C18.2756 9.50895 18.2244 9.50895 18.2171 9.47315C17.8373 7.61491 16.3851 6.16271 14.5269 5.7829C14.491 5.77558 14.491 5.72442 14.5269 5.7171C16.3851 5.33729 17.8373 3.88509 18.2171 2.02685Z" fill="#141414"/>
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 fill-rule="evenodd" clip-rule="evenodd" d="M3.025 17.975C3.375 18.325 3.80258 18.5 4.30775 18.5H17.9615L19.9635 20.5018C20.248 20.7864 20.5752 20.8509 20.9452 20.6952C21.3151 20.5394 21.5 20.2589 21.5 19.8538V5.30775C21.5 4.80258 21.325 4.375 20.975 4.025C20.625 3.675 20.1974 3.5 19.6923 3.5H4.30775C3.80258 3.5 3.375 3.675 3.025 4.025C2.675 4.375 2.5 4.80258 2.5 5.30775V16.6923C2.5 17.1974 2.675 17.625 3.025 17.975ZM10.9844 15.7248C11.1762 15.9083 11.4045 16 11.6693 16C11.9341 16 12.1625 15.9083 12.3543 15.7248C12.5462 15.5413 12.6505 15.3172 12.6673 15.0524H10.6714C10.6882 15.3172 10.7925 15.5413 10.9844 15.7248ZM9.81659 14.2137C9.89181 14.2889 9.9852 14.3265 10.0968 14.3265H13.2419C13.3535 14.3265 13.4469 14.2889 13.5221 14.2137C13.5974 14.1384 13.6351 14.0449 13.6351 13.9334C13.6351 13.8218 13.5974 13.7284 13.5221 13.6532C13.4469 13.5779 13.3535 13.5402 13.2419 13.5402H10.0968C9.9852 13.5402 9.89181 13.5779 9.81659 13.6532C9.74128 13.7284 9.70362 13.8218 9.70362 13.9334C9.70362 14.0449 9.74128 14.1384 9.81659 14.2137ZM8.48042 11.4762C8.80061 12.027 9.23521 12.4731 9.78422 12.8145H13.5545C14.1035 12.4731 14.5381 12.027 14.8583 11.4762C15.1785 10.9256 15.3387 10.3233 15.3387 9.66934C15.3387 8.64787 14.9825 7.78094 14.2701 7.06856C13.5577 6.35619 12.6908 6 11.6693 6C10.6479 6 9.78094 6.35619 9.06856 7.06856C8.35619 7.78094 8 8.64787 8 9.66934C8 10.3233 8.16014 10.9256 8.48042 11.4762Z" fill="#141414"/>
3
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <mask id="mask0_740_8423" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
3
+ <rect width="24" height="24" fill="#D9D9D9"/>
4
+ </mask>
5
+ <g mask="url(#mask0_740_8423)">
6
+ <path d="M12 21.5C10.6858 21.5 9.45083 21.2507 8.295 20.752C7.13917 20.2533 6.13375 19.5766 5.27875 18.7218C4.42375 17.8669 3.74692 16.8617 3.24825 15.706C2.74942 14.5503 2.5 13.3156 2.5 12.0017C2.5 10.6877 2.74933 9.45267 3.248 8.2965C3.74667 7.14033 4.42342 6.13467 5.27825 5.2795C6.13308 4.42433 7.13833 3.74725 8.294 3.24825C9.44967 2.74942 10.6844 2.5 11.9983 2.5C13.3123 2.5 14.5473 2.74942 15.7035 3.24825C16.8597 3.74692 17.8653 4.42375 18.7205 5.27875C19.5757 6.13375 20.2528 7.13917 20.7518 8.295C21.2506 9.45083 21.5 10.6858 21.5 12V13.2192C21.5 14.1321 21.1866 14.9071 20.5598 15.5443C19.9329 16.1814 19.163 16.5 18.25 16.5C17.6602 16.5 17.1133 16.3558 16.6095 16.0673C16.1057 15.7788 15.7076 15.3819 15.4152 14.8767C14.9832 15.3923 14.4727 15.7917 13.8837 16.075C13.2946 16.3583 12.6667 16.5 12 16.5C10.7513 16.5 9.68917 16.0622 8.8135 15.1865C7.93783 14.3108 7.5 13.2487 7.5 12C7.5 10.7513 7.93783 9.68917 8.8135 8.8135C9.68917 7.93783 10.7513 7.5 12 7.5C13.2487 7.5 14.3108 7.93783 15.1865 8.8135C16.0622 9.68917 16.5 10.7513 16.5 12V13.2192C16.5 13.7102 16.6689 14.1298 17.0068 14.478C17.3446 14.826 17.759 15 18.25 15C18.741 15 19.1554 14.826 19.4932 14.478C19.8311 14.1298 20 13.7102 20 13.2192V12C20 9.76667 19.225 7.875 17.675 6.325C16.125 4.775 14.2333 4 12 4C9.76667 4 7.875 4.775 6.325 6.325C4.775 7.875 4 9.76667 4 12C4 14.2333 4.775 16.125 6.325 17.675C7.875 19.225 9.76667 20 12 20H16.25C16.4625 20 16.6407 20.0719 16.7845 20.2157C16.9282 20.3596 17 20.5378 17 20.7502C17 20.9629 16.9282 21.141 16.7845 21.2845C16.6407 21.4282 16.4625 21.5 16.25 21.5H12ZM12 15C12.8333 15 13.5417 14.7083 14.125 14.125C14.7083 13.5417 15 12.8333 15 12C15 11.1667 14.7083 10.4583 14.125 9.875C13.5417 9.29167 12.8333 9 12 9C11.1667 9 10.4583 9.29167 9.875 9.875C9.29167 10.4583 9 11.1667 9 12C9 12.8333 9.29167 13.5417 9.875 14.125C10.4583 14.7083 11.1667 15 12 15Z" fill="#141414"/>
7
+ </g>
8
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Icon / Animals &#38; Nature" clip-path="url(#clip0_3328_49521)">
3
+ <path id="fill" d="M5.35563 15.784H4.81091C3.82269 15.7256 2.88004 15.3497 2.12418 14.7125C1.36833 14.0753 0.839965 13.2111 0.618257 12.2494C0.435588 11.3631 0.497586 10.444 0.797644 9.59005C1.0977 8.7361 1.62458 7.97928 2.32213 7.40025C1.67695 6.64328 1.21799 5.74663 0.981763 4.78168C0.831913 4.21736 0.831175 3.62397 0.979621 3.05928C1.12807 2.49458 1.42064 1.97781 1.82887 1.55924C2.13208 1.22507 2.50035 0.955897 2.91125 0.76811C3.32216 0.580322 3.7671 0.477846 4.21901 0.466919L4.27369 0.466919C5.52289 0.554195 6.69927 1.08511 7.58921 1.96324L7.675 2.0402C8.19809 1.90903 8.73547 1.84297 9.27485 1.84354C9.69419 1.84261 10.1126 1.8827 10.5241 1.96324C11.4128 1.08462 12.5887 0.553572 13.8374 0.466919L13.8943 0.466919C14.3463 0.477411 14.7913 0.579692 15.2023 0.767508C15.6133 0.955323 15.9815 1.22473 16.2844 1.55924C16.6935 1.97877 16.9865 2.49688 17.1348 3.06297C17.2831 3.62907 17.2816 4.22382 17.1304 4.78916C16.8941 5.75512 16.4331 6.65213 15.7847 7.40773C16.4792 7.98705 17.0034 8.74287 17.3019 9.59508C17.6004 10.4473 17.6619 11.3641 17.48 12.2483C17.2565 13.211 16.7262 14.0757 15.9684 14.7129C15.2107 15.35 14.2663 15.7254 13.2766 15.7829H12.733C12.2868 16.326 11.726 16.7645 11.0905 17.0671C10.455 17.3697 9.76038 17.529 9.05611 17.5336C8.34899 17.5264 7.65186 17.3662 7.01295 17.0642C6.37403 16.7621 5.80856 16.3253 5.35563 15.784ZM3.63997 7.46224L3.53274 7.78288L3.26467 7.99023C3.1821 8.06184 1.03431 9.78262 1.65087 11.9576C1.80299 12.7018 2.19706 13.3752 2.77203 13.8735C3.34701 14.3719 4.0708 14.6673 4.83128 14.7141H5.79634C5.93854 14.7141 6.07491 14.7704 6.17546 14.8706C6.276 14.9708 6.33249 15.1067 6.33249 15.2485C6.33296 15.2517 6.33296 15.2549 6.33249 15.2581C6.3329 15.2599 6.3329 15.2617 6.33249 15.2634V15.2688C6.68508 15.6382 7.10781 15.934 7.57611 16.1392C8.04441 16.3443 8.54895 16.4546 9.0604 16.4637C9.58014 16.4548 10.0925 16.3395 10.5657 16.125C11.0388 15.9104 11.4626 15.6011 11.8108 15.2164C11.8198 15.0809 11.8802 14.9539 11.9798 14.8611C12.0794 14.7684 12.2107 14.717 12.347 14.7173H13.2799C14.0381 14.6678 14.7589 14.3706 15.3307 13.8718C15.9024 13.3729 16.2934 12.7002 16.4431 11.9576C17.0586 9.78155 14.9087 8.05864 14.8164 7.98703L14.5151 7.75189L14.4261 7.37781C14.3832 7.19504 13.341 2.90807 9.26842 2.90807C5.13474 2.90807 3.70323 7.27627 3.64426 7.46224H3.63997ZM2.61057 2.29564C1.23161 3.7396 2.3618 5.65703 2.91081 6.41481C3.63233 4.72639 4.90752 3.33213 6.52765 2.46024C5.89539 1.92091 5.10682 1.597 4.27691 1.53572H4.23724C3.92829 1.54434 3.62443 1.61626 3.34458 1.74699C3.06473 1.87773 2.81487 2.06449 2.61057 2.29564ZM11.7379 2.34374C13.3866 3.17993 14.6427 4.62449 15.2389 6.36992C15.7751 5.62176 16.871 3.72357 15.5102 2.29564C15.3049 2.06345 15.0537 1.87608 14.7723 1.7453C14.4909 1.61453 14.1854 1.54317 13.875 1.53572H13.8374C13.0692 1.58171 12.3342 1.86401 11.7336 2.34374H11.7379ZM9.05718 15.0753C8.86061 15.2504 8.60557 15.3461 8.34196 15.3436C8.05954 15.35 7.78602 15.245 7.58082 15.0514C7.37562 14.8579 7.25533 14.5915 7.24608 14.3101L7.96023 14.278C7.96189 14.3263 7.97308 14.3738 7.99317 14.4178C8.01326 14.4617 8.04185 14.5013 8.0773 14.5343C8.11275 14.5673 8.15438 14.5929 8.19979 14.6098C8.2452 14.6267 8.29351 14.6346 8.34196 14.6329C8.38773 14.6357 8.43358 14.6289 8.47659 14.6131C8.5196 14.5973 8.55884 14.5727 8.5918 14.5409C8.65487 14.4694 8.68989 14.3775 8.69046 14.2823V13.5021C8.3921 13.3649 8.12838 13.1629 7.91869 12.9108C7.709 12.6587 7.55868 12.3629 7.47877 12.0453C7.47774 11.9681 7.49233 11.8915 7.52169 11.8201C7.55104 11.7486 7.59455 11.6838 7.64961 11.6296C7.70467 11.5753 7.77015 11.5326 7.84213 11.5042C7.91411 11.4757 7.99111 11.462 8.06853 11.4638H10.0297C10.1072 11.462 10.1842 11.4757 10.2561 11.5042C10.3281 11.5326 10.3936 11.5753 10.4487 11.6296C10.5037 11.6838 10.5472 11.7486 10.5766 11.8201C10.6059 11.8915 10.6205 11.9681 10.6195 12.0453C10.5398 12.3608 10.3905 12.6547 10.1826 12.9056C9.97468 13.1565 9.71331 13.358 9.41747 13.4956V14.2801C9.41803 14.3754 9.45306 14.4672 9.51612 14.5388C9.54908 14.5706 9.58832 14.5951 9.63133 14.611C9.67435 14.6268 9.7202 14.6335 9.76596 14.6307C9.81444 14.6326 9.86282 14.6248 9.90829 14.608C9.95377 14.5911 9.99545 14.5655 10.0309 14.5325C10.0664 14.4995 10.095 14.4599 10.115 14.4158C10.1351 14.3718 10.1462 14.3242 10.1477 14.2759L10.8618 14.3079C10.8526 14.5894 10.7323 14.8558 10.5271 15.0493C10.3219 15.2428 10.0484 15.3478 9.76596 15.3415C9.5029 15.3449 9.2481 15.2499 9.05182 15.0753H9.05718ZM11.5427 9.32303C11.5427 8.73198 11.8644 8.25423 12.258 8.25423C12.6515 8.25423 12.9732 8.73305 12.9732 9.32303C12.9732 9.91301 12.6515 10.3918 12.258 10.3918C11.8644 10.3918 11.5427 9.91301 11.5427 9.32303ZM5.10901 9.32303C5.10901 8.73198 5.43069 8.25423 5.82422 8.25423C6.21775 8.25423 6.53944 8.73305 6.53944 9.32303C6.53944 9.91301 6.21775 10.3918 5.82422 10.3918C5.43069 10.3918 5.10793 9.91301 5.10793 9.32303H5.10901Z" fill="#A1A1A1"/>
4
+ </g>
5
+ <defs>
6
+ <clipPath id="clip0_3328_49521">
7
+ <rect width="17.0667" height="17.0667" fill="white" transform="translate(0.466797 0.466675)"/>
8
+ </clipPath>
9
+ </defs>
10
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <mask id="mask0_740_8405" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
3
+ <rect width="24" height="24" fill="#D9D9D9"/>
4
+ </mask>
5
+ <g mask="url(#mask0_740_8405)">
6
+ <path d="M5.38475 20.5C4.88592 20.5 4.44708 20.3106 4.06825 19.9318C3.68942 19.5529 3.5 19.1141 3.5 18.6152V7.00575C3.5 6.79175 3.53433 6.58758 3.603 6.39325C3.6715 6.19908 3.77433 6.01992 3.9115 5.85575L5.3155 4.15775C5.4795 3.94358 5.68458 3.78042 5.93075 3.66825C6.17692 3.55608 6.43717 3.5 6.7115 3.5H17.2693C17.5436 3.5 17.8054 3.55608 18.0548 3.66825C18.3041 3.78042 18.5108 3.94358 18.675 4.15775L20.0885 5.875C20.2257 6.03917 20.3285 6.21992 20.397 6.41725C20.4657 6.61475 20.5 6.82058 20.5 7.03475V18.6152C20.5 19.1141 20.3106 19.5529 19.9318 19.9318C19.5529 20.3106 19.1141 20.5 18.6152 20.5H5.38475ZM5.3905 6.404H18.6L17.5095 5.10575C17.4775 5.07375 17.4407 5.04808 17.399 5.02875C17.3573 5.00958 17.3141 5 17.2693 5H6.72125C6.67642 5 6.63308 5.00958 6.59125 5.02875C6.54958 5.04808 6.51275 5.07375 6.48075 5.10575L5.3905 6.404ZM12 10.2885C11.7872 10.2885 11.609 10.3603 11.4655 10.5038C11.3218 10.6474 11.25 10.8257 11.25 11.0385V14.7385L9.927 13.4155C9.7885 13.277 9.61442 13.2062 9.40475 13.203C9.19525 13.1997 9.018 13.2705 8.873 13.4155C8.72817 13.5603 8.65575 13.7359 8.65575 13.9423C8.65575 14.1488 8.72817 14.3244 8.873 14.4692L11.3672 16.9635C11.5481 17.1442 11.759 17.2345 12 17.2345C12.241 17.2345 12.4519 17.1442 12.6328 16.9635L15.127 14.4692C15.2653 14.3307 15.3362 14.1567 15.3395 13.947C15.3427 13.7375 15.2718 13.5603 15.127 13.4155C14.982 13.2705 14.8063 13.198 14.6 13.198C14.3937 13.198 14.218 13.2705 14.073 13.4155L12.75 14.7385V11.0385C12.75 10.8257 12.6782 10.6474 12.5345 10.5038C12.391 10.3603 12.2128 10.2885 12 10.2885Z" fill="#141414"/>
7
+ </g>
8
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <mask id="mask0_740_8318" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
3
+ <rect width="24" height="24" fill="#D9D9D9"/>
4
+ </mask>
5
+ <g mask="url(#mask0_740_8318)">
6
+ <path d="M7.37295 12.75L12.5422 17.9192C12.6909 18.0679 12.7643 18.2419 12.7625 18.4412C12.7605 18.6406 12.682 18.8178 12.527 18.973C12.3718 19.1178 12.1961 19.1928 12 19.198C11.8038 19.2032 11.6281 19.1282 11.473 18.973L5.1327 12.6327C5.03904 12.5391 4.97304 12.4403 4.9347 12.3365C4.8962 12.2327 4.87695 12.1205 4.87695 12C4.87695 11.8795 4.8962 11.7673 4.9347 11.6635C4.97304 11.5597 5.03904 11.4609 5.1327 11.3672L11.473 5.02699C11.6115 4.88849 11.783 4.81766 11.9875 4.81449C12.192 4.81133 12.3718 4.88216 12.527 5.02699C12.682 5.18216 12.7595 5.36033 12.7595 5.56149C12.7595 5.76283 12.682 5.94108 12.527 6.09624L7.37295 11.25H18.75C18.9628 11.25 19.141 11.3218 19.2845 11.4655C19.4281 11.609 19.5 11.7872 19.5 12C19.5 12.2128 19.4281 12.391 19.2845 12.5345C19.141 12.6782 18.9628 12.75 18.75 12.75H7.37295Z" fill="#141414"/>
7
+ </g>
8
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <mask id="mask0_740_8340" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
3
+ <rect width="24" height="24" fill="#D9D9D9"/>
4
+ </mask>
5
+ <g mask="url(#mask0_740_8340)">
6
+ <path d="M16.627 12.75H5.25C5.03717 12.75 4.859 12.6782 4.7155 12.5345C4.57183 12.391 4.5 12.2128 4.5 12C4.5 11.7872 4.57183 11.609 4.7155 11.4655C4.859 11.3218 5.03717 11.25 5.25 11.25H16.627L11.4577 6.08076C11.3091 5.93209 11.2357 5.75809 11.2375 5.55876C11.2395 5.35942 11.318 5.18217 11.473 5.02701C11.6282 4.88217 11.8038 4.80717 12 4.80201C12.1962 4.79684 12.3718 4.87184 12.527 5.02701L18.8673 11.3673C18.9609 11.4609 19.0269 11.5597 19.0652 11.6635C19.1037 11.7673 19.123 11.8795 19.123 12C19.123 12.1205 19.1037 12.2327 19.0652 12.3365C19.0269 12.4403 18.9609 12.5391 18.8673 12.6328L12.527 18.973C12.3885 19.1115 12.217 19.1823 12.0125 19.1855C11.808 19.1887 11.6282 19.1178 11.473 18.973C11.318 18.8178 11.2405 18.6397 11.2405 18.4385C11.2405 18.2372 11.318 18.0589 11.473 17.9038L16.627 12.75Z" fill="#141414"/>
7
+ </g>
8
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <mask id="mask0_740_8339" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
3
+ <rect width="24" height="24" fill="#D9D9D9"/>
4
+ </mask>
5
+ <g mask="url(#mask0_740_8339)">
6
+ <path d="M17.6733 15.6443C17.6733 17.2683 17.1082 18.6502 15.978 19.79C14.848 20.93 13.4724 21.5 11.8513 21.5C10.2301 21.5 8.85286 20.93 7.71953 19.79C6.5862 18.6502 6.01953 17.2683 6.01953 15.6443V6.65375C6.01953 5.49992 6.4202 4.51917 7.22153 3.7115C8.0227 2.90383 9.0002 2.5 10.154 2.5C11.3079 2.5 12.2854 2.90383 13.0868 3.7115C13.8881 4.51917 14.2888 5.49992 14.2888 6.65375V15.1635C14.2888 15.8403 14.053 16.4182 13.5815 16.897C13.1099 17.3758 12.5352 17.6152 11.8575 17.6152C11.1797 17.6152 10.6014 17.3775 10.1225 16.902C9.6437 16.4265 9.40428 15.847 9.40428 15.1635V7.13475C9.40428 6.92225 9.47611 6.74408 9.61978 6.60025C9.76361 6.45658 9.94186 6.38475 10.1545 6.38475C10.367 6.38475 10.5451 6.45658 10.6888 6.60025C10.8323 6.74408 10.904 6.92225 10.904 7.13475V15.1635C10.904 15.4315 10.9941 15.6572 11.1743 15.8405C11.3544 16.0238 11.5785 16.1155 11.8465 16.1155C12.1144 16.1155 12.3384 16.0238 12.5185 15.8405C12.6987 15.6572 12.7888 15.4315 12.7888 15.1635V6.64425C12.7784 5.90575 12.5219 5.28042 12.0193 4.76825C11.5166 4.25608 10.8949 4 10.154 4C9.41636 4 8.79286 4.25767 8.28353 4.773C7.7742 5.2885 7.51953 5.91542 7.51953 6.65375V15.6443C7.5092 16.8533 7.92711 17.8814 8.77328 18.7288C9.61945 19.5763 10.6466 20 11.8548 20C13.0458 20 14.0582 19.5763 14.892 18.7288C15.7257 17.8814 16.1528 16.8533 16.1733 15.6443V7.13475C16.1733 6.92225 16.2452 6.74408 16.389 6.60025C16.5329 6.45658 16.7111 6.38475 16.9238 6.38475C17.1363 6.38475 17.3144 6.45658 17.458 6.60025C17.6015 6.74408 17.6733 6.92225 17.6733 7.13475V15.6443Z" fill="#141414"/>
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
+ <g id="Base_Icon">
3
+ <path id="Vector" d="M19.7512 20.8335C17.8234 20.8335 15.8692 20.3772 13.8887 19.4647C11.9082 18.5522 10.086 17.2572 8.42197 15.5795C6.7443 13.9155 5.44922 12.0947 4.53672 10.117C3.62422 8.13916 3.16797 6.18199 3.16797 4.24549C3.16797 3.94033 3.27114 3.68424 3.47747 3.47724C3.6838 3.27041 3.94172 3.16699 4.25122 3.16699H7.81797C8.0513 3.16699 8.25055 3.24541 8.41572 3.40224C8.58105 3.55924 8.69288 3.75858 8.75122 4.00024L9.41672 7.19424C9.44522 7.41774 9.43655 7.62324 9.39072 7.81074C9.34488 7.99824 9.25822 8.15708 9.13072 8.28724L6.70547 10.7502C7.10814 11.4447 7.54305 12.0956 8.01022 12.7027C8.47755 13.3101 8.99264 13.8884 9.55547 14.4377C10.1276 15.0266 10.7339 15.5687 11.3742 16.064C12.0144 16.5592 12.6901 17.0046 13.4012 17.4002L15.7852 14.9835C15.9376 14.8197 16.1118 14.7072 16.308 14.646C16.5041 14.585 16.7019 14.5697 16.9012 14.6002L19.9822 15.2492C20.2282 15.3082 20.4318 15.4351 20.593 15.6297C20.754 15.8246 20.8345 16.0425 20.8345 16.2835V19.7502C20.8345 20.0597 20.7313 20.3177 20.525 20.524C20.3186 20.7303 20.0607 20.8335 19.7512 20.8335ZM5.92197 9.28349L7.82197 7.36699L7.28447 4.75024H4.77197C4.81097 5.43358 4.92072 6.14749 5.10122 6.89199C5.28172 7.63633 5.5553 8.43349 5.92197 9.28349ZM14.8887 18.1502C15.5471 18.4557 16.2563 18.703 17.0165 18.892C17.7766 19.0808 18.5216 19.1947 19.2512 19.2335V16.717L16.7845 16.196L14.8887 18.1502Z" fill="#141414"/>
4
+ </g>
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="M16.9038 19.5C16.6478 19.5 16.4331 19.4133 16.2598 19.24C16.0866 19.0668 16 18.8522 16 18.596V14.5C16 14.244 16.0866 14.0293 16.2598 13.856C16.4331 13.6828 16.6478 13.5963 16.9038 13.5963H18.596C18.8522 13.5963 19.0668 13.6828 19.24 13.856C19.4133 14.0293 19.5 14.244 19.5 14.5V18.596C19.5 18.8522 19.4133 19.0668 19.24 19.24C19.0668 19.4133 18.8522 19.5 18.596 19.5H16.9038ZM11.1537 19.5C10.8977 19.5 10.6831 19.4133 10.5098 19.24C10.3366 19.0668 10.25 18.8522 10.25 18.596V5.404C10.25 5.14783 10.3366 4.93317 10.5098 4.76C10.6831 4.58667 10.8977 4.5 11.1537 4.5H12.8462C13.1022 4.5 13.3169 4.58667 13.4902 4.76C13.6634 4.93317 13.75 5.14783 13.75 5.404V18.596C13.75 18.8522 13.6634 19.0668 13.4902 19.24C13.3169 19.4133 13.1022 19.5 12.8462 19.5H11.1537ZM5.404 19.5C5.14783 19.5 4.93317 19.4133 4.76 19.24C4.58667 19.0668 4.5 18.8522 4.5 18.596V10.3122C4.5 10.0516 4.58667 9.835 4.76 9.6625C4.93317 9.49017 5.14783 9.404 5.404 9.404H7.09625C7.35225 9.404 7.56692 9.49058 7.74025 9.66375C7.91342 9.83692 8 10.0516 8 10.3078V18.5915C8 18.8523 7.91342 19.0689 7.74025 19.2413C7.56692 19.4138 7.35225 19.5 7.09625 19.5H5.404Z" fill="#141414"/>
3
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <mask id="mask0_740_8451" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
3
+ <rect width="24" height="24" fill="#D9D9D9"/>
4
+ </mask>
5
+ <g mask="url(#mask0_740_8451)">
6
+ <path d="M12.1 21.5C10.7705 21.5 9.52375 21.2477 8.35975 20.7432C7.19558 20.2387 6.18017 19.5532 5.3135 18.6865C4.44683 17.8198 3.76125 16.8044 3.25675 15.6402C2.75225 14.4762 2.5 13.2295 2.5 11.9C2.5 9.97815 3.01992 8.22274 4.05975 6.63374C5.09942 5.04457 6.50575 3.88399 8.27875 3.15199C8.59425 3.01865 8.89267 3.04207 9.174 3.22224C9.45533 3.40224 9.59733 3.65832 9.6 3.99049C9.6205 5.38149 9.892 6.7074 10.4145 7.96824C10.9368 9.22924 11.6884 10.3501 12.6692 11.3307C13.6499 12.3116 14.7675 13.0616 16.022 13.5807C17.2765 14.1001 18.5992 14.37 19.9902 14.3905C20.3596 14.393 20.6308 14.534 20.8038 14.8135C20.9769 15.093 20.9968 15.3956 20.8635 15.7212C20.1108 17.4841 18.9425 18.8879 17.3585 19.9327C15.7747 20.9776 14.0218 21.5 12.1 21.5Z" fill="#141414"/>
7
+ </g>
8
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <mask id="mask0_740_8441" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
3
+ <rect width="24" height="24" fill="#D9D9D9"/>
4
+ </mask>
5
+ <g mask="url(#mask0_740_8441)">
6
+ <path d="M12.0017 21.5C10.6877 21.5 9.45267 21.2507 8.2965 20.752C7.14033 20.2533 6.13467 19.5766 5.2795 18.7218C4.42433 17.8669 3.74725 16.8617 3.24825 15.706C2.74942 14.5503 2.5 13.3156 2.5 12.0017C2.5 10.6877 2.74933 9.45267 3.248 8.2965C3.74667 7.14033 4.42342 6.13467 5.27825 5.2795C6.13308 4.42433 7.13833 3.74725 8.294 3.24825C9.44967 2.74942 10.6844 2.5 11.9983 2.5C13.3123 2.5 14.5473 2.74933 15.7035 3.248C16.8597 3.74667 17.8653 4.42342 18.7205 5.27825C19.5757 6.13308 20.2528 7.13833 20.7518 8.294C21.2506 9.44967 21.5 10.6844 21.5 11.9983C21.5 13.3123 21.2507 14.5473 20.752 15.7035C20.2533 16.8597 19.5766 17.8653 18.7218 18.7205C17.8669 19.5757 16.8617 20.2528 15.706 20.7518C14.5503 21.2506 13.3156 21.5 12.0017 21.5ZM12 20C12.9382 20 13.8417 19.8413 14.7105 19.524C15.5792 19.2067 16.3731 18.7474 17.0922 18.1462L5.85375 6.90775C5.25892 7.62692 4.80125 8.42083 4.48075 9.2895C4.16025 10.1583 4 11.0618 4 12C4 14.2333 4.775 16.125 6.325 17.675C7.875 19.225 9.76667 20 12 20ZM18.1462 17.0922C18.7474 16.3731 19.2067 15.5792 19.524 14.7105C19.8413 13.8417 20 12.9382 20 12C20 9.76667 19.225 7.875 17.675 6.325C16.125 4.775 14.2333 4 12 4C11.0595 4 10.1538 4.15708 9.283 4.47125C8.41233 4.78525 7.62058 5.24608 6.90775 5.85375L18.1462 17.0922Z" fill="#141414"/>
7
+ </g>
8
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <mask id="mask0_740_8491" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
3
+ <rect width="24" height="24" fill="#D9D9D9"/>
4
+ </mask>
5
+ <g mask="url(#mask0_740_8491)">
6
+ <path d="M12 17.4615L8.03075 19.1652C7.42825 19.4229 6.85583 19.3736 6.3135 19.0173C5.77117 18.6609 5.5 18.1597 5.5 17.5135V5.30775C5.5 4.80258 5.675 4.375 6.025 4.025C6.375 3.675 6.80258 3.5 7.30775 3.5H16.6923C17.1974 3.5 17.625 3.675 17.975 4.025C18.325 4.375 18.5 4.80258 18.5 5.30775V17.5135C18.5 18.1597 18.2288 18.6609 17.6865 19.0173C17.1442 19.3736 16.5718 19.4229 15.9693 19.1652L12 17.4615Z" fill="#141414"/>
7
+ </g>
8
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <mask id="mask0_740_8337" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
3
+ <rect width="24" height="24" fill="#D9D9D9"/>
4
+ </mask>
5
+ <g mask="url(#mask0_740_8337)">
6
+ <path d="M17 7H15.75C15.5375 7 15.3593 6.92808 15.2155 6.78425C15.0718 6.64042 15 6.46225 15 6.24975C15 6.03708 15.0718 5.859 15.2155 5.7155C15.3593 5.57183 15.5375 5.5 15.75 5.5H17V4.25C17 4.0375 17.0719 3.85942 17.2158 3.71575C17.3596 3.57192 17.5378 3.5 17.7503 3.5C17.9629 3.5 18.141 3.57192 18.2845 3.71575C18.4282 3.85942 18.5 4.0375 18.5 4.25V5.5H19.75C19.9625 5.5 20.1406 5.57192 20.2843 5.71575C20.4281 5.85958 20.5 6.03775 20.5 6.25025C20.5 6.46292 20.4281 6.641 20.2843 6.7845C20.1406 6.92817 19.9625 7 19.75 7H18.5V8.25C18.5 8.4625 18.4281 8.64067 18.2843 8.7845C18.1404 8.92817 17.9622 9 17.7498 9C17.5371 9 17.359 8.92817 17.2155 8.7845C17.0718 8.64067 17 8.4625 17 8.25V7ZM12 17.4615L8.03075 19.1652C7.42825 19.4229 6.85583 19.3743 6.3135 19.0195C5.77117 18.6647 5.5 18.1627 5.5 17.5135V5.30775C5.5 4.81058 5.677 4.385 6.031 4.031C6.385 3.677 6.81058 3.5 7.30775 3.5H12.6537C12.9249 3.5 13.1283 3.61892 13.264 3.85675C13.3995 4.09458 13.4102 4.34233 13.2962 4.6C13.1899 4.86333 13.1139 5.12675 13.0682 5.39025C13.0227 5.65358 13 5.94017 13 6.25C13 7.43083 13.3823 8.46192 14.147 9.34325C14.9118 10.2247 15.8628 10.7533 17 10.9288C17.123 10.9493 17.2332 10.9621 17.3307 10.9673C17.4282 10.9724 17.5231 10.975 17.6152 10.975C17.8602 10.9813 18.0689 11.064 18.2413 11.223C18.4138 11.382 18.5 11.5788 18.5 11.8135V17.5135C18.5 18.1627 18.2288 18.6647 17.6865 19.0195C17.1442 19.3743 16.5718 19.4229 15.9693 19.1652L12 17.4615Z" fill="#141414"/>
7
+ </g>
8
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <mask id="mask0_740_8480" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
3
+ <rect width="24" height="24" fill="#D9D9D9"/>
4
+ </mask>
5
+ <g mask="url(#mask0_740_8480)">
6
+ <path d="M17.25 18.75H15C14.7875 18.75 14.6094 18.6781 14.4658 18.5343C14.3219 18.3904 14.25 18.2123 14.25 17.9998C14.25 17.7871 14.3219 17.609 14.4658 17.4655C14.6094 17.3218 14.7875 17.25 15 17.25H17.25V15C17.25 14.7875 17.3219 14.6094 17.4658 14.4658C17.6096 14.3219 17.7878 14.25 18.0003 14.25C18.2129 14.25 18.391 14.3219 18.5345 14.4658C18.6782 14.6094 18.75 14.7875 18.75 15V17.25H21C21.2125 17.25 21.3906 17.3219 21.5343 17.4658C21.6781 17.6096 21.75 17.7878 21.75 18.0003C21.75 18.2129 21.6781 18.391 21.5343 18.5345C21.3906 18.6782 21.2125 18.75 21 18.75H18.75V21C18.75 21.2125 18.6781 21.3906 18.5343 21.5343C18.3904 21.6781 18.2122 21.75 17.9998 21.75C17.7871 21.75 17.609 21.6781 17.4655 21.5343C17.3218 21.3906 17.25 21.2125 17.25 21V18.75ZM5.30775 19.5C4.80258 19.5 4.375 19.325 4.025 18.975C3.675 18.625 3.5 18.1974 3.5 17.6923V6.30777C3.5 5.8026 3.675 5.37502 4.025 5.02502C4.375 4.67502 4.80258 4.50002 5.30775 4.50002H6.69225V3.15377C6.69225 2.93593 6.76617 2.75326 6.914 2.60576C7.06167 2.45843 7.24467 2.38477 7.463 2.38477C7.68133 2.38477 7.86383 2.45843 8.0105 2.60576C8.15733 2.75326 8.23075 2.93593 8.23075 3.15377V4.50002H13.8077V3.13477C13.8077 2.92227 13.8797 2.7441 14.0235 2.60027C14.1672 2.4566 14.3453 2.38477 14.558 2.38477C14.7707 2.38477 14.9487 2.4566 15.0922 2.60027C15.2359 2.7441 15.3077 2.92227 15.3077 3.13477V4.50002H16.6923C17.1974 4.50002 17.625 4.67502 17.975 5.02502C18.325 5.37502 18.5 5.8026 18.5 6.30777V11.404C18.5 11.6163 18.4281 11.7944 18.2843 11.9383C18.1404 12.0819 17.9622 12.1538 17.7498 12.1538C17.5371 12.1538 17.359 12.0819 17.2155 11.9383C17.0718 11.7944 17 11.6163 17 11.404V10.3078H5V17.6923C5 17.7693 5.03208 17.8398 5.09625 17.9038C5.16025 17.9679 5.23075 18 5.30775 18H11.3942C11.6067 18 11.7848 18.0719 11.9285 18.2158C12.0723 18.3596 12.1442 18.5378 12.1442 18.7503C12.1442 18.9629 12.0723 19.141 11.9285 19.2845C11.7848 19.4282 11.6067 19.5 11.3942 19.5H5.30775Z" fill="#141414"/>
7
+ </g>
8
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <mask id="mask0_740_8333" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
3
+ <rect width="24" height="24" fill="#D9D9D9"/>
4
+ </mask>
5
+ <g mask="url(#mask0_740_8333)">
6
+ <path d="M5.30775 21.5C4.80258 21.5 4.375 21.325 4.025 20.975C3.675 20.625 3.5 20.1974 3.5 19.6923V6.30777C3.5 5.8026 3.675 5.37502 4.025 5.02502C4.375 4.67502 4.80258 4.50002 5.30775 4.50002H6.69225V3.15377C6.69225 2.9346 6.76567 2.7516 6.9125 2.60477C7.05933 2.4581 7.24233 2.38477 7.4615 2.38477C7.68083 2.38477 7.86383 2.4581 8.0105 2.60477C8.15733 2.7516 8.23075 2.9346 8.23075 3.15377V4.50002H15.8077V3.13477C15.8077 2.92193 15.8795 2.74368 16.023 2.60002C16.1667 2.45652 16.3449 2.38477 16.5577 2.38477C16.7706 2.38477 16.9487 2.45652 17.0922 2.60002C17.2359 2.74368 17.3077 2.92193 17.3077 3.13477V4.50002H18.6923C19.1974 4.50002 19.625 4.67502 19.975 5.02502C20.325 5.37502 20.5 5.8026 20.5 6.30777V19.6923C20.5 20.1974 20.325 20.625 19.975 20.975C19.625 21.325 19.1974 21.5 18.6923 21.5H5.30775ZM5.30775 20H18.6923C18.7692 20 18.8398 19.9679 18.9038 19.9038C18.9679 19.8398 19 19.7693 19 19.6923V10.3078H5V19.6923C5 19.7693 5.03208 19.8398 5.09625 19.9038C5.16025 19.9679 5.23075 20 5.30775 20Z" fill="#141414"/>
7
+ </g>
8
+ </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.7512 20.8335C17.8234 20.8335 15.8692 20.3772 13.8887 19.4647C11.9082 18.5522 10.086 17.2572 8.42197 15.5795C6.7443 13.9155 5.44922 12.0947 4.53672 10.117C3.62422 8.13916 3.16797 6.18199 3.16797 4.24549C3.16797 3.94033 3.27114 3.68424 3.47747 3.47724C3.6838 3.27041 3.94172 3.16699 4.25122 3.16699H7.81797C8.0513 3.16699 8.25055 3.24541 8.41572 3.40224C8.58105 3.55924 8.69288 3.75858 8.75122 4.00024L9.41672 7.19424C9.44522 7.41774 9.43655 7.62324 9.39072 7.81074C9.34488 7.99824 9.25822 8.15708 9.13072 8.28724L6.70547 10.7502C7.10814 11.4447 7.54305 12.0956 8.01022 12.7027C8.47755 13.3101 8.99264 13.8884 9.55547 14.4377C10.1276 15.0266 10.7339 15.5687 11.3742 16.064C12.0144 16.5592 12.6901 17.0046 13.4012 17.4002L15.7852 14.9835C15.9376 14.8197 16.1118 14.7072 16.308 14.646C16.5041 14.585 16.7019 14.5697 16.9012 14.6002L19.9822 15.2492C20.2282 15.3082 20.4318 15.4351 20.593 15.6297C20.754 15.8246 20.8345 16.0425 20.8345 16.2835V19.7502C20.8345 20.0597 20.7313 20.3177 20.525 20.524C20.3186 20.7303 20.0607 20.8335 19.7512 20.8335ZM5.92197 9.28349L7.82197 7.36699L7.28447 4.75024H4.77197C4.81097 5.43358 4.92072 6.14749 5.10122 6.89199C5.28172 7.63633 5.5553 8.43349 5.92197 9.28349ZM14.8887 18.1502C15.5471 18.4557 16.2563 18.703 17.0165 18.892C17.7766 19.0808 18.5216 19.1947 19.2512 19.2335V16.717L16.7845 16.196L14.8887 18.1502Z" fill="#141414"/>
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="M3.77881 19.8504C3.35165 19.8504 2.98098 19.6933 2.66681 19.3791C2.35248 19.0648 2.19531 18.6941 2.19531 18.2671V5.73364C2.19531 5.30664 2.35248 4.93597 2.66681 4.62164C2.98098 4.30747 3.35165 4.15039 3.77881 4.15039H16.3156C16.7344 4.15039 17.1024 4.30747 17.4196 4.62164C17.7367 4.93597 17.8953 5.30664 17.8953 5.73364V10.8336L21.1288 7.60039C21.251 7.47822 21.3954 7.44839 21.5621 7.51089C21.7287 7.57339 21.8121 7.69214 21.8121 7.86714V16.1371C21.8121 16.309 21.7287 16.4264 21.5621 16.4894C21.3954 16.5522 21.251 16.5226 21.1288 16.4004L17.8953 13.1671V18.2671C17.8953 18.6941 17.7367 19.0648 17.4196 19.3791C17.1024 19.6933 16.7344 19.8504 16.3156 19.8504H3.77881ZM3.77881 18.2671H16.3121V5.73364H3.77881V18.2671Z" fill="#141414"/>
3
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg width="100" height="100" viewBox="0 0 100 100" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <mask id="mask0_3036_742413" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="100" height="100">
3
+ <rect width="100" height="100" fill="#D9D9D9"/>
4
+ </mask>
5
+ <g mask="url(#mask0_3036_742413)">
6
+ <path d="M81.0011 85.4173C73.149 85.4173 65.2605 83.5916 57.3355 79.9402C49.4111 76.2888 42.1237 71.1382 35.473 64.4882C28.8493 57.8375 23.7118 50.5562 20.0605 42.6444C16.4091 34.7333 14.5834 26.8517 14.5834 18.9996C14.5834 17.7496 15 16.701 15.8334 15.8538C16.6667 15.0072 17.7084 14.584 18.9584 14.584H32.548C33.6 14.584 34.5282 14.9274 35.3323 15.6142C36.1365 16.3003 36.648 17.1482 36.8667 18.1579L39.2552 30.4173C39.4205 31.5548 39.3858 32.5323 39.1511 33.3496C38.9157 34.167 38.4934 34.8534 37.8844 35.409L28.2615 44.7767C29.8101 47.6128 31.5796 50.2958 33.5698 52.8257C35.5594 55.3548 37.7136 57.7704 40.0323 60.0725C42.3184 62.3593 44.749 64.4829 47.324 66.4434C49.899 68.4038 52.6796 70.2281 55.6657 71.9163L65.0157 62.485C65.6678 61.8066 66.4573 61.3309 67.3844 61.0579C68.3108 60.7857 69.2737 60.7191 70.273 60.8579L81.8427 63.2142C82.8948 63.492 83.7535 64.0288 84.4188 64.8246C85.0841 65.6204 85.4167 66.5232 85.4167 67.5329V81.0423C85.4167 82.2923 84.9934 83.334 84.1469 84.1673C83.2997 85.0007 82.2511 85.4173 81.0011 85.4173Z" fill="#E8E8E8"/>
7
+ </g>
8
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg width="220" height="140" viewBox="0 0 220 140" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <mask id="mask0_3036_742412" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="60" y="20" width="100" height="100">
3
+ <rect x="60" y="20" width="100" height="100" fill="#D9D9D9"/>
4
+ </mask>
5
+ <g mask="url(#mask0_3036_742412)">
6
+ <path d="M141.001 105.417C133.149 105.417 125.26 103.592 117.335 99.9402C109.411 96.2888 102.123 91.1382 95.4726 84.4882C88.849 77.8375 83.7115 70.5562 80.0601 62.6444C76.4087 54.7333 74.583 46.8517 74.583 38.9996C74.583 37.7496 74.9997 36.701 75.833 35.8538C76.6663 35.0072 77.708 34.584 78.958 34.584H92.5476C93.5997 34.584 94.5278 34.9274 95.332 35.6142C96.1361 36.3003 96.6476 37.1482 96.8663 38.1579L99.2549 50.4173C99.4202 51.5548 99.3854 52.5323 99.1507 53.3496C98.9153 54.167 98.4931 54.8534 97.8841 55.409L88.2611 64.7767C89.8097 67.6128 91.5792 70.2958 93.5695 72.8257C95.559 75.3548 97.7132 77.7704 100.032 80.0725C102.318 82.3593 104.749 84.4829 107.324 86.4434C109.899 88.4038 112.679 90.2281 115.665 91.9163L125.015 82.485C125.667 81.8066 126.457 81.3309 127.384 81.0579C128.31 80.7857 129.273 80.7191 130.273 80.8579L141.842 83.2142C142.894 83.492 143.753 84.0288 144.418 84.8246C145.084 85.6204 145.416 86.5232 145.416 87.5329V101.042C145.416 102.292 144.993 103.334 144.147 104.167C143.299 105.001 142.251 105.417 141.001 105.417Z" fill="#383838"/>
7
+ </g>
8
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <mask id="mask0_740_8398" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
3
+ <rect width="24" height="24" fill="#D9D9D9"/>
4
+ </mask>
5
+ <g mask="url(#mask0_740_8398)">
6
+ <path d="M19.4402 20.5C17.5557 20.5 15.6625 20.0618 13.7605 19.1855C11.8587 18.3092 10.1097 17.073 8.5135 15.477C6.92383 13.8808 5.69083 12.1333 4.8145 10.2345C3.93817 8.33583 3.5 6.44425 3.5 4.55975C3.5 4.25975 3.6 4.00808 3.8 3.80475C4 3.60158 4.25 3.5 4.55 3.5H7.8115C8.064 3.5 8.28675 3.58242 8.47975 3.74725C8.67275 3.91192 8.7955 4.11542 8.848 4.35775L9.42125 7.3C9.46092 7.573 9.45258 7.80758 9.39625 8.00375C9.33975 8.19992 9.23842 8.36467 9.09225 8.498L6.78275 10.7462C7.15442 11.4269 7.57908 12.0708 8.05675 12.678C8.53425 13.285 9.05125 13.8648 9.60775 14.4173C10.1564 14.9661 10.7397 15.4757 11.3577 15.9462C11.9757 16.4167 12.6431 16.8546 13.3598 17.2598L15.6038 14.9963C15.7603 14.8334 15.9498 14.7193 16.1723 14.6538C16.3946 14.5884 16.6257 14.5724 16.8655 14.6058L19.6423 15.1713C19.8948 15.2379 20.1008 15.3667 20.2605 15.5577C20.4202 15.7487 20.5 15.9654 20.5 16.2078V19.45C20.5 19.75 20.3984 20 20.1952 20.2C19.9919 20.4 19.7402 20.5 19.4402 20.5Z" fill="#141414"/>
7
+ </g>
8
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <mask id="mask0_740_8330" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
3
+ <rect width="24" height="24" fill="#D9D9D9"/>
4
+ </mask>
5
+ <g mask="url(#mask0_740_8330)">
6
+ <path d="M11.9997 8.25C13.9087 8.25 15.7917 8.633 17.6487 9.399C19.5057 10.165 21.1311 11.2756 22.5247 12.7308C22.7311 12.9373 22.8359 13.1786 22.8392 13.4548C22.8424 13.7311 22.7407 13.9693 22.5342 14.1693L20.6285 16.025C20.426 16.2212 20.1991 16.3308 19.9477 16.3538C19.6966 16.3769 19.4646 16.3103 19.2517 16.1537L16.7362 14.2422C16.5709 14.1166 16.4485 13.9775 16.369 13.825C16.2895 13.6725 16.2497 13.5001 16.2497 13.3078V10.4865C15.5267 10.2417 14.8222 10.0577 14.1362 9.9345C13.4504 9.8115 12.7382 9.75 11.9997 9.75C11.2612 9.75 10.5491 9.8115 9.86323 9.9345C9.17723 10.0577 8.47273 10.2417 7.74973 10.4865V13.3078C7.74973 13.5001 7.70998 13.6725 7.63048 13.825C7.55098 13.9775 7.42856 14.1166 7.26323 14.2422L4.74773 16.1537C4.53489 16.3103 4.30289 16.3769 4.05173 16.3538C3.80039 16.3308 3.57348 16.2212 3.37098 16.025L1.46523 14.1693C1.25873 13.9693 1.15706 13.7311 1.16023 13.4548C1.16356 13.1786 1.26839 12.9373 1.47473 12.7308C2.85806 11.2756 4.48081 10.165 6.34298 9.399C8.20514 8.633 10.0907 8.25 11.9997 8.25Z" fill="#141414"/>
7
+ </g>
8
+ </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="M3.51687 16.3L1.20112 14.001C1.04212 13.842 0.964038 13.6584 0.966871 13.45C0.969538 13.2417 1.04729 13.0528 1.20012 12.8833C2.58629 11.3111 4.2252 10.1153 6.11687 9.29577C8.00854 8.47644 9.96962 8.06677 12.0001 8.06677C14.0306 8.06677 15.9904 8.47644 17.8794 9.29577C19.7682 10.1153 21.4085 11.3111 22.8001 12.8833C22.953 13.0528 23.0307 13.2417 23.0334 13.45C23.0362 13.6584 22.9578 13.842 22.7981 14.001L20.5001 16.3C20.3556 16.4445 20.1646 16.5244 19.9271 16.5395C19.6896 16.5549 19.4912 16.5023 19.3319 16.3818L16.5001 14.2543C16.3946 14.1754 16.3155 14.0835 16.2626 13.9785C16.2098 13.8734 16.1834 13.7541 16.1834 13.6208V10.3508C15.5047 10.1061 14.8121 9.92811 14.1056 9.81677C13.3991 9.70561 12.7028 9.65002 12.0166 9.65002C11.316 9.65002 10.6125 9.70561 9.90637 9.81677C9.2002 9.92777 8.5092 10.1055 7.83337 10.35V13.6168C7.83337 13.7433 7.8077 13.8607 7.75637 13.969C7.70504 14.0775 7.62521 14.1712 7.51687 14.25L4.66437 16.3873C4.47437 16.5263 4.27479 16.5872 4.06562 16.57C3.85662 16.5529 3.6737 16.4629 3.51687 16.3ZM6.16687 11C5.5752 11.2945 5.00362 11.6487 4.45212 12.0625C3.90079 12.4764 3.36679 12.9166 2.85012 13.3833L4.16687 14.7333L6.16687 13.2333V11ZM17.7669 10.95V13.1333L19.8334 14.7168L21.1669 13.4C20.6502 12.8805 20.1106 12.4249 19.5481 12.0333C18.9856 11.6416 18.3919 11.2805 17.7669 10.95Z" fill="#141414"/>
3
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <mask id="mask0_740_8420" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
3
+ <rect width="24" height="24" fill="#D9D9D9"/>
4
+ </mask>
5
+ <g mask="url(#mask0_740_8420)">
6
+ <path d="M18.4402 21.5C16.5557 21.5 14.6625 21.0618 12.7605 20.1855C10.8587 19.3092 9.11125 18.073 7.51825 16.477C5.92542 14.8808 4.69083 13.1333 3.8145 11.2345C2.93817 9.33583 2.5 7.44425 2.5 5.55975C2.5 5.25692 2.6 5.00458 2.8 4.80275C3 4.60092 3.25 4.5 3.55 4.5H6.8115C7.064 4.5 7.28675 4.58242 7.47975 4.74725C7.67275 4.91192 7.7955 5.11542 7.848 5.35775L8.42125 8.3C8.46092 8.573 8.45258 8.80758 8.39625 9.00375C8.33975 9.19992 8.23842 9.36467 8.09225 9.498L5.78275 11.7463C6.15442 12.4269 6.57908 13.0708 7.05675 13.678C7.53425 14.285 8.05125 14.8648 8.60775 15.4173C9.15642 15.9661 9.73975 16.4757 10.3577 16.9462C10.9757 17.4167 11.6431 17.8546 12.3598 18.2598L14.6038 15.9962C14.7603 15.8334 14.9498 15.7193 15.1723 15.6538C15.3946 15.5884 15.6257 15.5724 15.8655 15.6058L18.6423 16.1712C18.8948 16.2379 19.1008 16.3667 19.2605 16.5577C19.4202 16.7487 19.5 16.9654 19.5 17.2078V20.45C19.5 20.75 19.3991 21 19.1973 21.2C18.9954 21.4 18.7431 21.5 18.4402 21.5ZM12.75 4C12.5375 4 12.3593 3.92808 12.2155 3.78425C12.0718 3.64042 12 3.46225 12 3.24975C12 3.03708 12.0718 2.859 12.2155 2.7155C12.3593 2.57183 12.5375 2.5 12.75 2.5H20.75C20.9625 2.5 21.1406 2.57192 21.2843 2.71575C21.4281 2.85958 21.5 3.03775 21.5 3.25025C21.5 3.46292 21.4281 3.641 21.2843 3.7845C21.1406 3.92817 20.9625 4 20.75 4H12.75ZM12.75 7.69225C12.5375 7.69225 12.3593 7.62033 12.2155 7.4765C12.0718 7.33267 12 7.1545 12 6.942C12 6.72933 12.0718 6.55125 12.2155 6.40775C12.3593 6.26408 12.5375 6.19225 12.75 6.19225H20.75C20.9625 6.19225 21.1406 6.26417 21.2843 6.408C21.4281 6.55183 21.5 6.73008 21.5 6.94275C21.5 7.15525 21.4281 7.33333 21.2843 7.477C21.1406 7.6205 20.9625 7.69225 20.75 7.69225H12.75ZM12.75 11.3845C12.5375 11.3845 12.3593 11.3126 12.2155 11.1687C12.0718 11.0251 12 10.8469 12 10.6342C12 10.4216 12.0718 10.2435 12.2155 10.1C12.3593 9.95633 12.5375 9.8845 12.75 9.8845H20.75C20.9625 9.8845 21.1406 9.95642 21.2843 10.1003C21.4281 10.2441 21.5 10.4223 21.5 10.635C21.5 10.8475 21.4281 11.0256 21.2843 11.1693C21.1406 11.3128 20.9625 11.3845 20.75 11.3845H12.75Z" fill="#141414"/>
7
+ </g>
8
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
2
+ <mask id="mask0_7579_585760" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="16" height="16">
3
+ <rect width="16" height="16" fill="#D9D9D9"/>
4
+ </mask>
5
+ <g mask="url(#mask0_7579_585760)">
6
+ <path d="M11.3339 5.36949L4.05436 12.649C3.96203 12.7413 3.84603 12.7885 3.70636 12.7907C3.56659 12.7928 3.44842 12.7455 3.35186 12.649C3.25531 12.5524 3.20703 12.4354 3.20703 12.2978C3.20703 12.1602 3.25531 12.043 3.35186 11.9465L10.6314 4.66699H6.50053C6.35886 4.66699 6.24009 4.61905 6.1442 4.52316C6.04842 4.42727 6.00053 4.30849 6.00053 4.16683C6.00053 4.02505 6.04842 3.90633 6.1442 3.81066C6.24009 3.71488 6.35886 3.66699 6.50053 3.66699H11.7312C11.902 3.66699 12.0451 3.72477 12.1605 3.84033C12.2761 3.95577 12.3339 4.09888 12.3339 4.26966V9.50033C12.3339 9.64199 12.2859 9.76077 12.19 9.85666C12.0941 9.95244 11.9754 10.0003 11.8337 10.0003C11.6919 10.0003 11.5732 9.95244 11.4775 9.85666C11.3818 9.76077 11.3339 9.64199 11.3339 9.50033V5.36949Z" fill="#09C26F"/>
7
+ </g>
8
+ </svg>