@cometchat/chat-uikit-angular 4.3.36 → 5.0.0-beta.2

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 (648) hide show
  1. package/README.md +41 -14
  2. package/fesm2022/cometchat-chat-uikit-angular.mjs +107859 -0
  3. package/fesm2022/cometchat-chat-uikit-angular.mjs.map +1 -0
  4. package/package.json +14 -21
  5. package/screenshots/sample_app_overview.png +0 -0
  6. package/src/lib/assets/Collaborative-Whiteboard-Preview-Light.png +0 -0
  7. package/src/lib/assets/Collaborative-document-Preview-light.png +0 -0
  8. package/src/lib/assets/Collaborative_Document_Dark.png +0 -0
  9. package/src/lib/assets/Collaborative_Document_Light.png +0 -0
  10. package/src/lib/assets/Collaborative_Whiteboard_Dark.png +0 -0
  11. package/src/lib/assets/Collaborative_Whiteboard_Light.png +0 -0
  12. package/src/lib/assets/Copy.svg +5 -0
  13. package/src/lib/assets/Info.svg +8 -0
  14. package/src/lib/assets/Profile.png +0 -0
  15. package/src/lib/assets/Send.svg +3 -0
  16. package/src/lib/assets/Spinner-Gradient-1.svg +12 -0
  17. package/src/lib/assets/account_circle.svg +8 -0
  18. package/src/lib/assets/activity.svg +10 -0
  19. package/src/lib/assets/add.svg +8 -0
  20. package/src/lib/assets/add_a_photo.svg +8 -0
  21. package/src/lib/assets/add_box.svg +8 -0
  22. package/src/lib/assets/add_call.svg +8 -0
  23. package/src/lib/assets/add_circle.svg +3 -0
  24. package/src/lib/assets/add_circle_fill.svg +3 -0
  25. package/src/lib/assets/add_comment.svg +8 -0
  26. package/src/lib/assets/add_reaction.svg +8 -0
  27. package/src/lib/assets/add_reaction_icon.svg +5 -0
  28. package/src/lib/assets/ai_conversation_summary.svg +3 -0
  29. package/src/lib/assets/ai_fill.svg +4 -0
  30. package/src/lib/assets/ai_suggest_reply.svg +3 -0
  31. package/src/lib/assets/alternate_email.svg +8 -0
  32. package/src/lib/assets/animals_nature.svg +10 -0
  33. package/src/lib/assets/archive.svg +8 -0
  34. package/src/lib/assets/arrow_back.svg +8 -0
  35. package/src/lib/assets/arrow_forward.svg +8 -0
  36. package/src/lib/assets/attach_file.svg +8 -0
  37. package/src/lib/assets/audio_call_button.svg +5 -0
  38. package/src/lib/assets/audio_filter_icon.svg +3 -0
  39. package/src/lib/assets/bar_chart.svg +3 -0
  40. package/src/lib/assets/bedtime.svg +8 -0
  41. package/src/lib/assets/block.svg +8 -0
  42. package/src/lib/assets/bold-format.svg +3 -0
  43. package/src/lib/assets/bookmark.svg +8 -0
  44. package/src/lib/assets/bookmark_add.svg +8 -0
  45. package/src/lib/assets/bullet-list-format.svg +3 -0
  46. package/src/lib/assets/calendar_add_on.svg +8 -0
  47. package/src/lib/assets/calendar_today.svg +8 -0
  48. package/src/lib/assets/call-log-audio.svg +3 -0
  49. package/src/lib/assets/call-log_video.svg +3 -0
  50. package/src/lib/assets/call-logs_empty_state.svg +8 -0
  51. package/src/lib/assets/call-logs_empty_state_dark.svg +8 -0
  52. package/src/lib/assets/call.svg +8 -0
  53. package/src/lib/assets/call_end.svg +8 -0
  54. package/src/lib/assets/call_end_no_fill.svg +3 -0
  55. package/src/lib/assets/call_log.svg +8 -0
  56. package/src/lib/assets/call_made.svg +8 -0
  57. package/src/lib/assets/call_missed.svg +8 -0
  58. package/src/lib/assets/call_missed_outgoing.svg +8 -0
  59. package/src/lib/assets/call_received.svg +8 -0
  60. package/src/lib/assets/cancel.svg +8 -0
  61. package/src/lib/assets/cancel_fill.svg +8 -0
  62. package/src/lib/assets/change_circle.svg +3 -0
  63. package/src/lib/assets/change_scope.png +0 -0
  64. package/src/lib/assets/chat-history.svg +3 -0
  65. package/src/lib/assets/chat.svg +8 -0
  66. package/src/lib/assets/chat_bot.svg +3 -0
  67. package/src/lib/assets/chats_filter_icon.svg +1 -0
  68. package/src/lib/assets/check.svg +8 -0
  69. package/src/lib/assets/check_circle.svg +3 -0
  70. package/src/lib/assets/checkbox_tick.svg +5 -0
  71. package/src/lib/assets/chevron_left.svg +8 -0
  72. package/src/lib/assets/chevron_right.svg +8 -0
  73. package/src/lib/assets/circle.svg +3 -0
  74. package/src/lib/assets/close.svg +8 -0
  75. package/src/lib/assets/code-block-format.svg +3 -0
  76. package/src/lib/assets/code-format.svg +3 -0
  77. package/src/lib/assets/collaborative_document_fill.svg +4 -0
  78. package/src/lib/assets/collaborative_whiteboard.svg +4 -0
  79. package/src/lib/assets/collaborative_whiteboard_fill.svg +4 -0
  80. package/src/lib/assets/collabrative_document.svg +4 -0
  81. package/src/lib/assets/content_copy.svg +8 -0
  82. package/src/lib/assets/conversation_summary.svg +4 -0
  83. package/src/lib/assets/conversations_audio-message.svg +8 -0
  84. package/src/lib/assets/conversations_card-message.svg +8 -0
  85. package/src/lib/assets/conversations_collaborative-document-message.svg +4 -0
  86. package/src/lib/assets/conversations_collaborative-whiteboard-message.svg +5 -0
  87. package/src/lib/assets/conversations_delete.svg +8 -0
  88. package/src/lib/assets/conversations_delivered.svg +3 -0
  89. package/src/lib/assets/conversations_dropdown.svg +3 -0
  90. package/src/lib/assets/conversations_empty_state.svg +20 -0
  91. package/src/lib/assets/conversations_empty_state_dark.svg +20 -0
  92. package/src/lib/assets/conversations_error.svg +16 -0
  93. package/src/lib/assets/conversations_file-message.svg +8 -0
  94. package/src/lib/assets/conversations_form-message.svg +3 -0
  95. package/src/lib/assets/conversations_image-message.svg +8 -0
  96. package/src/lib/assets/conversations_incoming-video-call.svg +8 -0
  97. package/src/lib/assets/conversations_incoming-voice-call.svg +3 -0
  98. package/src/lib/assets/conversations_link.svg +8 -0
  99. package/src/lib/assets/conversations_missed-video-call.svg +8 -0
  100. package/src/lib/assets/conversations_missed-voice-call.svg +3 -0
  101. package/src/lib/assets/conversations_outgoing-video-call.svg +8 -0
  102. package/src/lib/assets/conversations_outgoing-voice-call.svg +4 -0
  103. package/src/lib/assets/conversations_poll-message.svg +3 -0
  104. package/src/lib/assets/conversations_read.svg +3 -0
  105. package/src/lib/assets/conversations_schedular-message.svg +8 -0
  106. package/src/lib/assets/conversations_sent.svg +3 -0
  107. package/src/lib/assets/conversations_sticker-message.svg +4 -0
  108. package/src/lib/assets/conversations_thread.svg +8 -0
  109. package/src/lib/assets/conversations_video-message.svg +8 -0
  110. package/{assets/wait.svg → src/lib/assets/conversations_wait.svg} +0 -0
  111. package/src/lib/assets/copy-text.svg +3 -0
  112. package/src/lib/assets/crop.svg +8 -0
  113. package/src/lib/assets/delete.svg +8 -0
  114. package/src/lib/assets/delete_icon.svg +4 -0
  115. package/src/lib/assets/deliveredIcon.svg +5 -0
  116. package/src/lib/assets/description.svg +8 -0
  117. package/src/lib/assets/document_icon.svg +10 -0
  118. package/src/lib/assets/done_all.svg +8 -0
  119. package/src/lib/assets/download.svg +8 -0
  120. package/src/lib/assets/dropdown-arrow.svg +3 -0
  121. package/src/lib/assets/edit.svg +8 -0
  122. package/src/lib/assets/edit_calendar.svg +8 -0
  123. package/src/lib/assets/edit_icon.svg +5 -0
  124. package/src/lib/assets/edit_square.svg +3 -0
  125. package/src/lib/assets/error.svg +9 -0
  126. package/src/lib/assets/error_icon.svg +3 -0
  127. package/src/lib/assets/error_info.svg +3 -0
  128. package/src/lib/assets/event.svg +8 -0
  129. package/src/lib/assets/favorite.svg +8 -0
  130. package/src/lib/assets/file_filter_icon.svg +4 -0
  131. package/src/lib/assets/file_type_jpg.png +0 -0
  132. package/src/lib/assets/file_type_link.png +0 -0
  133. package/src/lib/assets/file_type_mov.png +0 -0
  134. package/src/lib/assets/file_type_mp3.png +0 -0
  135. package/src/lib/assets/file_type_pdf.png +0 -0
  136. package/src/lib/assets/file_type_ppt.png +0 -0
  137. package/src/lib/assets/file_type_txt.png +0 -0
  138. package/src/lib/assets/file_type_unsupported.png +0 -0
  139. package/src/lib/assets/file_type_word.png +0 -0
  140. package/src/lib/assets/file_type_xlsx.png +0 -0
  141. package/src/lib/assets/file_type_zip.png +0 -0
  142. package/src/lib/assets/filter_list.svg +8 -0
  143. package/src/lib/assets/filter_list_off.svg +8 -0
  144. package/src/lib/assets/flags.svg +5 -0
  145. package/src/lib/assets/flip_camera_ios.svg +8 -0
  146. package/src/lib/assets/food_drink.svg +10 -0
  147. package/src/lib/assets/forward.svg +8 -0
  148. package/src/lib/assets/gif.svg +3 -0
  149. package/src/lib/assets/graphic_eq.svg +3 -0
  150. package/src/lib/assets/group_filter_icon.svg +3 -0
  151. package/src/lib/assets/groups_empty_state.svg +8 -0
  152. package/src/lib/assets/groups_empty_state_dark.svg +8 -0
  153. package/src/lib/assets/help.svg +8 -0
  154. package/src/lib/assets/history.svg +8 -0
  155. package/src/lib/assets/image_placeholder.png +0 -0
  156. package/src/lib/assets/incoming_video.svg +8 -0
  157. package/src/lib/assets/incoming_video_no_fill.svg +4 -0
  158. package/src/lib/assets/info_icon.svg +3 -0
  159. package/src/lib/assets/info_icon_fill.svg +5 -0
  160. package/src/lib/assets/italic-format.svg +3 -0
  161. package/src/lib/assets/keep.svg +8 -0
  162. package/src/lib/assets/keep_off.svg +8 -0
  163. package/src/lib/assets/keyboard.svg +8 -0
  164. package/src/lib/assets/keyboard_arrow_down.svg +8 -0
  165. package/src/lib/assets/keyboard_arrow_up.svg +8 -0
  166. package/src/lib/assets/language.svg +8 -0
  167. package/src/lib/assets/link.svg +8 -0
  168. package/src/lib/assets/link_filter_icon.svg +3 -0
  169. package/src/lib/assets/link_icon_2x.svg +3 -0
  170. package/src/lib/assets/list_error_state_icon.svg +20 -0
  171. package/src/lib/assets/list_error_state_icon_dark.svg +27 -0
  172. package/src/lib/assets/loading.svg +5 -0
  173. package/src/lib/assets/loading_animation.svg +5 -0
  174. package/src/lib/assets/loading_icon.svg +3 -0
  175. package/src/lib/assets/location_on.svg +8 -0
  176. package/src/lib/assets/lock.svg +8 -0
  177. package/src/lib/assets/lock_open.svg +8 -0
  178. package/src/lib/assets/logout.svg +3 -0
  179. package/src/lib/assets/mail.svg +8 -0
  180. package/src/lib/assets/message_blocked.svg +8 -0
  181. package/src/lib/assets/message_delete.svg +8 -0
  182. package/src/lib/assets/messages_filter_icon.svg +1 -0
  183. package/src/lib/assets/mic.svg +3 -0
  184. package/src/lib/assets/mic_fill.svg +8 -0
  185. package/src/lib/assets/mic_off.svg +8 -0
  186. package/src/lib/assets/missedCallIcon.svg +10 -0
  187. package/src/lib/assets/missed_video_call.svg +8 -0
  188. package/src/lib/assets/missed_video_call_no_fill.svg +3 -0
  189. package/src/lib/assets/mood.svg +3 -0
  190. package/src/lib/assets/mood_fill.svg +8 -0
  191. package/src/lib/assets/more_icon.svg +5 -0
  192. package/src/lib/assets/more_vert.svg +8 -0
  193. package/src/lib/assets/near_me.svg +3 -0
  194. package/src/lib/assets/new-chat.svg +3 -0
  195. package/src/lib/assets/no-messages.svg +8 -0
  196. package/src/lib/assets/no_photography.svg +8 -0
  197. package/src/lib/assets/notifications.svg +8 -0
  198. package/src/lib/assets/notifications_off.svg +8 -0
  199. package/src/lib/assets/number-list-format.svg +3 -0
  200. package/src/lib/assets/objects.svg +10 -0
  201. package/src/lib/assets/outgoing_video.svg +8 -0
  202. package/src/lib/assets/outgoing_video_no_fill.svg +4 -0
  203. package/src/lib/assets/pause.svg +8 -0
  204. package/src/lib/assets/person.svg +8 -0
  205. package/src/lib/assets/person_add.svg +8 -0
  206. package/src/lib/assets/phone_in_talk.svg +8 -0
  207. package/src/lib/assets/phone_incoming.svg +3 -0
  208. package/src/lib/assets/phone_incoming_no_fill.svg +3 -0
  209. package/src/lib/assets/phone_missed.svg +8 -0
  210. package/src/lib/assets/phone_missed_no_fill.svg +3 -0
  211. package/src/lib/assets/phone_outgoing.svg +4 -0
  212. package/src/lib/assets/phone_outgoing_no_fill.svg +4 -0
  213. package/src/lib/assets/photo.svg +8 -0
  214. package/src/lib/assets/photo_camera.svg +8 -0
  215. package/src/lib/assets/photo_filter_icon.svg +3 -0
  216. package/src/lib/assets/placeholder.png +0 -0
  217. package/src/lib/assets/play_arrow.svg +8 -0
  218. package/src/lib/assets/play_circle.svg +8 -0
  219. package/src/lib/assets/poll.svg +5 -0
  220. package/src/lib/assets/quote-format.svg +3 -0
  221. package/src/lib/assets/readIcon.svg +5 -0
  222. package/src/lib/assets/rearrange.svg +3 -0
  223. package/src/lib/assets/recording_icon.svg +10 -0
  224. package/src/lib/assets/recording_resume.svg +10 -0
  225. package/src/lib/assets/refresh.svg +8 -0
  226. package/src/lib/assets/reply.svg +8 -0
  227. package/src/lib/assets/reply_all.svg +8 -0
  228. package/src/lib/assets/reply_in_thread.svg +10 -0
  229. package/src/lib/assets/retry.svg +3 -0
  230. package/src/lib/assets/right-arrow.svg +3 -0
  231. package/src/lib/assets/sample-audio.wav +0 -0
  232. package/src/lib/assets/sample-video-thumbnail.svg +7 -0
  233. package/src/lib/assets/sample-video.mp4 +0 -0
  234. package/src/lib/assets/schedule.svg +8 -0
  235. package/src/lib/assets/screen_share.svg +8 -0
  236. package/src/lib/assets/search.svg +8 -0
  237. package/src/lib/assets/search_message_icon.svg +8 -0
  238. package/src/lib/assets/send-message.svg +3 -0
  239. package/src/lib/assets/send_fill.svg +8 -0
  240. package/src/lib/assets/settings.svg +8 -0
  241. package/src/lib/assets/share.svg +8 -0
  242. package/src/lib/assets/shield.svg +3 -0
  243. package/src/lib/assets/smileys_people.svg +10 -0
  244. package/src/lib/assets/star.svg +8 -0
  245. package/src/lib/assets/status_delivered.svg +5 -0
  246. package/src/lib/assets/status_error.svg +16 -0
  247. package/src/lib/assets/status_read.svg +3 -0
  248. package/src/lib/assets/status_sending.svg +5 -0
  249. package/src/lib/assets/status_sent.svg +5 -0
  250. package/src/lib/assets/sticker.svg +3 -0
  251. package/src/lib/assets/sticker_fill.svg +4 -0
  252. package/src/lib/assets/stop-message.svg +3 -0
  253. package/src/lib/assets/stop.svg +8 -0
  254. package/src/lib/assets/stop_circle.svg +8 -0
  255. package/src/lib/assets/stop_screen_share.svg +8 -0
  256. package/src/lib/assets/strike-out-format.svg +3 -0
  257. package/src/lib/assets/subdirectory_arrow_left.svg +8 -0
  258. package/src/lib/assets/subdirectory_arrow_right.svg +8 -0
  259. package/src/lib/assets/sunny.svg +8 -0
  260. package/src/lib/assets/symbols.svg +13 -0
  261. package/src/lib/assets/thumb_down.svg +8 -0
  262. package/src/lib/assets/thumb_up.svg +8 -0
  263. package/src/lib/assets/toast_check_circle.svg +3 -0
  264. package/src/lib/assets/toast_error.svg +3 -0
  265. package/src/lib/assets/toast_info.svg +3 -0
  266. package/src/lib/assets/toast_warning.svg +3 -0
  267. package/src/lib/assets/toolbar-toggle.svg +3 -0
  268. package/src/lib/assets/tooltip-side.svg +5 -0
  269. package/src/lib/assets/tooltip.svg +5 -0
  270. package/src/lib/assets/translate.svg +3 -0
  271. package/src/lib/assets/travel_places.svg +10 -0
  272. package/src/lib/assets/ulr-format.svg +3 -0
  273. package/src/lib/assets/underline-format.svg +3 -0
  274. package/src/lib/assets/unread_filter_icon.svg +7 -0
  275. package/src/lib/assets/upload.svg +3 -0
  276. package/src/lib/assets/user_empty.svg +8 -0
  277. package/src/lib/assets/user_empty_dark.svg +8 -0
  278. package/src/lib/assets/video_call.svg +8 -0
  279. package/src/lib/assets/video_call_button.svg +5 -0
  280. package/src/lib/assets/video_filter_icon.svg +3 -0
  281. package/src/lib/assets/videocam.svg +8 -0
  282. package/src/lib/assets/videocam_off.svg +8 -0
  283. package/src/lib/assets/visibility_off.svg +3 -0
  284. package/src/lib/assets/volume_down.svg +8 -0
  285. package/src/lib/assets/volume_mute.svg +8 -0
  286. package/src/lib/assets/volume_off.svg +8 -0
  287. package/src/lib/assets/volume_up.svg +8 -0
  288. package/src/lib/assets/warning.svg +8 -0
  289. package/src/lib/assets/warning_neutral.svg +3 -0
  290. package/src/lib/assets/wifi.svg +8 -0
  291. package/src/lib/assets/zoom_in_map.svg +8 -0
  292. package/src/lib/assets/zoom_out_map.svg +8 -0
  293. package/styles/accessibility.css +148 -0
  294. package/styles/css-variables.css +547 -0
  295. package/styles/fonts/Roboto/LICENSE.txt +202 -0
  296. package/styles/fonts/Roboto/Roboto-Black.ttf +0 -0
  297. package/styles/fonts/Roboto/Roboto-BlackItalic.ttf +0 -0
  298. package/styles/fonts/Roboto/Roboto-Bold.ttf +0 -0
  299. package/styles/fonts/Roboto/Roboto-BoldItalic.ttf +0 -0
  300. package/styles/fonts/Roboto/Roboto-Italic.ttf +0 -0
  301. package/styles/fonts/Roboto/Roboto-Light.ttf +0 -0
  302. package/styles/fonts/Roboto/Roboto-LightItalic.ttf +0 -0
  303. package/styles/fonts/Roboto/Roboto-Medium.ttf +0 -0
  304. package/styles/fonts/Roboto/Roboto-MediumItalic.ttf +0 -0
  305. package/styles/fonts/Roboto/Roboto-Regular.ttf +0 -0
  306. package/styles/fonts/Roboto/Roboto-Thin.ttf +0 -0
  307. package/styles/fonts/Roboto/Roboto-ThinItalic.ttf +0 -0
  308. package/styles/mention-styles.css +190 -0
  309. package/styles/rich-text-styles.css +310 -0
  310. package/types/cometchat-chat-uikit-angular.d.ts +34636 -0
  311. package/AI/AIAssistBot/AIAssistBot.d.ts +0 -7
  312. package/AI/AIAssistBot/AIAssistBotDecorator.d.ts +0 -11
  313. package/AI/AIConversationStarter/AIConversationStarter.d.ts +0 -7
  314. package/AI/AIConversationStarter/AIConversationStarterDecorator.d.ts +0 -9
  315. package/AI/AIConversationSummary/AIConversationSummary.d.ts +0 -7
  316. package/AI/AIConversationSummary/AIConversationSummaryDecorator.d.ts +0 -10
  317. package/AI/AISmartReplies/AISmartReplies.d.ts +0 -7
  318. package/AI/AISmartReplies/AISmartRepliesDecorator.d.ts +0 -9
  319. package/Calls/CallingExtension.d.ts +0 -6
  320. package/Calls/CallingExtensionDecorator.d.ts +0 -16
  321. package/Calls/CometChatCallButtons/cometchat-call-buttons/cometchat-call-buttons.component.d.ts +0 -79
  322. package/Calls/CometChatCallButtons/cometchat-call-buttons.module.d.ts +0 -11
  323. package/Calls/CometChatCallLogDetails/cometchat-call-log-details/cometchat-call-log-details.component.d.ts +0 -136
  324. package/Calls/CometChatCallLogDetails/cometchat-call-log-details.module.d.ts +0 -14
  325. package/Calls/CometChatCallLogHistory/cometchat-call-log-history/cometchat-call-log-history.component.d.ts +0 -112
  326. package/Calls/CometChatCallLogHistory/cometchat-call-log-history.module.d.ts +0 -10
  327. package/Calls/CometChatCallLogParticipants/cometchat-call-log-participants/cometchat-call-log-participants.component.d.ts +0 -77
  328. package/Calls/CometChatCallLogParticipants/cometchat-call-log-participants.module.d.ts +0 -10
  329. package/Calls/CometChatCallLogRecordings/cometchat-call-log-recordings/cometchat-call-log-recordings.component.d.ts +0 -91
  330. package/Calls/CometChatCallLogRecordings/cometchat-call-log-recordings.module.d.ts +0 -10
  331. package/Calls/CometChatCallLogs/cometchat-call-logs/cometchat-call-logs.component.d.ts +0 -134
  332. package/Calls/CometChatCallLogs/cometchat-call-logs.module.d.ts +0 -12
  333. package/Calls/CometChatCallLogsWithDetails/cometchat-call-logs-with-details/cometchat-call-logs-with-details.component.d.ts +0 -54
  334. package/Calls/CometChatCallLogsWithDetails/cometchat-call-logs-with-details.module.d.ts +0 -12
  335. package/Calls/CometChatIncomingCall/cometchat-incoming-call/cometchat-incoming-call.component.d.ts +0 -81
  336. package/Calls/CometChatIncomingCall/cometchat-incoming-call.module.d.ts +0 -11
  337. package/Calls/CometChatOngoingCall/cometchat-ongoing-call/cometchat-ongoing-call.component.d.ts +0 -38
  338. package/Calls/CometChatOngoingCall/cometchat-ongoing-call.module.d.ts +0 -9
  339. package/Calls/CometChatOutgoingCall/cometchat-outgoing-call/cometchat-outgoing-call.component.d.ts +0 -57
  340. package/Calls/CometChatOutgoingCall/cometchat-outgoing-call.module.d.ts +0 -10
  341. package/CometChatAddMembers/cometchat-add-members/cometchat-add-members.component.d.ts +0 -117
  342. package/CometChatAddMembers/cometchat-add-members.module.d.ts +0 -12
  343. package/CometChatBannedMembers/cometchat-banned-members/cometchat-banned-members.component.d.ts +0 -152
  344. package/CometChatBannedMembers/cometchat-banned-members.module.d.ts +0 -13
  345. package/CometChatContacts/cometchat-contacts/cometchat-contacts.component.d.ts +0 -66
  346. package/CometChatContacts/cometchat-contacts.module.d.ts +0 -12
  347. package/CometChatConversations/cometchat-conversations/cometchat-conversations.component.d.ts +0 -387
  348. package/CometChatConversations/cometchat-conversations.module.d.ts +0 -10
  349. package/CometChatConversationsWithMessages/cometchat-conversations-with-messages/cometchat-conversations-with-messages.component.d.ts +0 -98
  350. package/CometChatConversationsWithMessages/cometchat-conversations-with-messages.module.d.ts +0 -11
  351. package/CometChatDetails/cometchat-details/cometchat-details.component.d.ts +0 -164
  352. package/CometChatDetails/cometchat-details.module.d.ts +0 -12
  353. package/CometChatGroupMembers/cometchat-group-members/cometchat-group-members.component.d.ts +0 -162
  354. package/CometChatGroupMembers/cometchat-group-members.module.d.ts +0 -13
  355. package/CometChatGroups/cometchat-groups/cometchat-groups.component.d.ts +0 -150
  356. package/CometChatGroups/cometchat-groups.module.d.ts +0 -10
  357. package/CometChatGroupsWithMessages/cometchat-groups-with-messages/cometchat-groups-with-messages.component.d.ts +0 -103
  358. package/CometChatGroupsWithMessages/cometchat-groups-with-messages.module.d.ts +0 -11
  359. package/CometChatList/cometchat-list.component.d.ts +0 -91
  360. package/CometChatList/cometchat-list.module.d.ts +0 -10
  361. package/CometChatMessageBubble/cometchat-message-bubble/cometchat-message-bubble.component.d.ts +0 -63
  362. package/CometChatMessageBubble/cometchat-message-bubble.module.d.ts +0 -8
  363. package/CometChatMessageComposer/cometchat-message-composer/cometchat-message-composer.component.d.ts +0 -326
  364. package/CometChatMessageComposer/cometchat-message-composer.module.d.ts +0 -11
  365. package/CometChatMessageHeader/cometchat-message-header/cometchat-message-header.component.d.ts +0 -99
  366. package/CometChatMessageHeader/cometchat-message-header.module.d.ts +0 -9
  367. package/CometChatMessageInformation/cometchat-message-information/cometchat-message-information.component.d.ts +0 -99
  368. package/CometChatMessageInformation/cometchat-message-information.module.d.ts +0 -10
  369. package/CometChatMessageList/cometchat-message-list/cometchat-message-list.component.d.ts +0 -819
  370. package/CometChatMessageList/cometchat-message-list.module.d.ts +0 -13
  371. package/CometChatMessages/cometchat-messages/cometchat-messages.component.d.ts +0 -149
  372. package/CometChatMessages/cometchat-messages.module.d.ts +0 -16
  373. package/CometChatTheme.service.d.ts +0 -7
  374. package/CometChatThreadedMessages/cometchat-threaded-messages/cometchat-threaded-messages.component.d.ts +0 -85
  375. package/CometChatThreadedMessages/cometchat-threaded-messages.module.d.ts +0 -12
  376. package/CometChatTransferOwnership/cometchat-transfer-ownership/cometchat-transfer-ownership.component.d.ts +0 -88
  377. package/CometChatTransferOwnership/cometchat-transfer-ownership.module.d.ts +0 -10
  378. package/CometChatUserMemberWrapper/cometchat-user-member-wrapper.component.d.ts +0 -41
  379. package/CometChatUserMemberWrapper/cometchat-user-member-wrapper.module.d.ts +0 -11
  380. package/CometChatUsers/cometchat-users/cometchat-users.component.d.ts +0 -194
  381. package/CometChatUsers/cometchat-users.module.d.ts +0 -11
  382. package/CometChatUsersWithMessages/cometchat-users-with-messages/cometchat-users-with-messages.component.d.ts +0 -72
  383. package/CometChatUsersWithMessages/cometchat-users-with-messages.module.d.ts +0 -10
  384. package/Extensions/CollaborativeDocument/CollaborativeDocumentExtension.d.ts +0 -5
  385. package/Extensions/CollaborativeDocument/CollaborativeDocumentExtensionDecorator.d.ts +0 -14
  386. package/Extensions/CollaborativeWhiteboard/CollaborativeWhiteboardExtension.d.ts +0 -5
  387. package/Extensions/CollaborativeWhiteboard/CollaborativeWhiteboardExtensionDecorator.d.ts +0 -14
  388. package/Extensions/ImageModeration/ImageModerationExtension.d.ts +0 -5
  389. package/Extensions/ImageModeration/ImageModerationExtensionDecorator.d.ts +0 -6
  390. package/Extensions/LinkPreviewExtension/LinkPreviewExtension.d.ts +0 -5
  391. package/Extensions/LinkPreviewExtension/LinkPreviewExtensionDecorator.d.ts +0 -6
  392. package/Extensions/MessageTranslation/MessageTranslationExtension.d.ts +0 -5
  393. package/Extensions/MessageTranslation/MessageTranslationExtensionDecorator.d.ts +0 -9
  394. package/Extensions/PollsExtension/PollsExtension.d.ts +0 -5
  395. package/Extensions/PollsExtension/PollsExtensionDecorator.d.ts +0 -14
  396. package/Extensions/SmartReplies/SmartRepliesExtension.d.ts +0 -5
  397. package/Extensions/SmartReplies/SmartRepliesExtensionDecorator.d.ts +0 -16
  398. package/Extensions/Stickers/StickersExtension.d.ts +0 -5
  399. package/Extensions/Stickers/StickersExtensionDecorator.d.ts +0 -28
  400. package/Extensions/TextModerator/TextModeratorExtension.d.ts +0 -6
  401. package/Extensions/TextModerator/TextModeratorExtensionDecorator.d.ts +0 -8
  402. package/Extensions/ThumbnailGeneration/ThumbnailGenerationExtension.d.ts +0 -5
  403. package/Extensions/ThumbnailGeneration/ThumbnailGenerationExtensionDecorator.d.ts +0 -6
  404. package/Screenshots/overview_cometchat_screens.png +0 -0
  405. package/Shared/CometChatUIkit/CometChatUIKit.d.ts +0 -49
  406. package/Shared/Framework/AIExtensionDataSource.d.ts +0 -5
  407. package/Shared/Framework/ChatConfigurator.d.ts +0 -8
  408. package/Shared/Framework/DataSource.d.ts +0 -40
  409. package/Shared/Framework/DataSourceDecorator.d.ts +0 -43
  410. package/Shared/Framework/ExtensionDataSource.d.ts +0 -3
  411. package/Shared/Utils/CallDetailUtils.d.ts +0 -8
  412. package/Shared/Utils/CallLogUtils.d.ts +0 -8
  413. package/Shared/Utils/ComeChatException.d.ts +0 -1
  414. package/Shared/Utils/MessageUtils.d.ts +0 -151
  415. package/Shared/Utils/UtilityFunctions.d.ts +0 -6
  416. package/Shared/Views/AIAssistBotMessageList/aiassist-bot-message-list/aiassist-bot-message-list.component.d.ts +0 -71
  417. package/Shared/Views/AIAssistBotMessageList/aiassist-bot-message-list.module.d.ts +0 -11
  418. package/Shared/Views/CometChatTabs/cometchat-tabs/cometchat-tabs.component.d.ts +0 -82
  419. package/Shared/Views/CometChatTabs/cometchat-tabs.module.d.ts +0 -8
  420. package/assets/.gitkeep +0 -0
  421. package/assets/Audio-Call.svg +0 -11
  422. package/assets/Audio-Call2x.svg +0 -11
  423. package/assets/Copy.svg +0 -17
  424. package/assets/Grid-layout.svg +0 -1
  425. package/assets/Heart.svg +0 -11
  426. package/assets/Imagemoderation.svg +0 -14
  427. package/assets/Info.svg +0 -13
  428. package/assets/InfoIcon.svg +0 -13
  429. package/assets/InfoSimpleIcon.svg +0 -4
  430. package/assets/Locked.svg +0 -10
  431. package/assets/More@2x.svg +0 -9
  432. package/assets/Plus.svg +0 -13
  433. package/assets/Private.svg +0 -10
  434. package/assets/Reactionsicon.svg +0 -9
  435. package/assets/Reply@2x.svg +0 -9
  436. package/assets/Send.svg +0 -12
  437. package/assets/Spinner.svg +0 -15
  438. package/assets/Stickers.svg +0 -16
  439. package/assets/Stipop.svg +0 -9
  440. package/assets/Video-call.svg +0 -12
  441. package/assets/Video-call2x.svg +0 -12
  442. package/assets/activity.svg +0 -22
  443. package/assets/addreaction.svg +0 -9
  444. package/assets/ai-bot.svg +0 -24
  445. package/assets/ai-empty.svg +0 -22
  446. package/assets/ai-error.svg +0 -21
  447. package/assets/animals.svg +0 -15
  448. package/assets/attachment-file.svg +0 -14
  449. package/assets/audio-file.svg +0 -12
  450. package/assets/back.png +0 -0
  451. package/assets/backbutton.svg +0 -12
  452. package/assets/call.svg +0 -1
  453. package/assets/chats.svg +0 -1
  454. package/assets/checkmark.svg +0 -11
  455. package/assets/close.svg +0 -12
  456. package/assets/close2x.svg +0 -12
  457. package/assets/collaborativedocument.svg +0 -13
  458. package/assets/collaborativewhiteboard.svg +0 -12
  459. package/assets/create-button.svg +0 -12
  460. package/assets/declaration.d.ts +0 -3
  461. package/assets/delete.svg +0 -7
  462. package/assets/deleteicon.svg +0 -15
  463. package/assets/down-arrow.svg +0 -1
  464. package/assets/download.svg +0 -13
  465. package/assets/editicon.svg +0 -14
  466. package/assets/emoji.svg +0 -2693
  467. package/assets/empty-slot.svg +0 -14
  468. package/assets/file-upload.svg +0 -2693
  469. package/assets/flags.svg +0 -12
  470. package/assets/food.svg +0 -26
  471. package/assets/greaterThanIcon.svg +0 -3
  472. package/assets/group.svg +0 -40
  473. package/assets/heart-reaction.png +0 -0
  474. package/assets/heart.png +0 -0
  475. package/assets/image.svg +0 -2693
  476. package/assets/incomingAudioCallIconUrl.svg +0 -5
  477. package/assets/incomingVideoCallIconUrl.svg +0 -6
  478. package/assets/incomingcall.wav +0 -0
  479. package/assets/increase-size.svg +0 -6
  480. package/assets/location.svg +0 -2693
  481. package/assets/message-delivered.png +0 -0
  482. package/assets/message-delivered.svg +0 -5
  483. package/assets/message-read.png +0 -0
  484. package/assets/message-read.svg +0 -5
  485. package/assets/message-sent.png +0 -0
  486. package/assets/message-sent.svg +0 -3
  487. package/assets/mic.svg +0 -11
  488. package/assets/missedAudioCallIconUrl.svg +0 -5
  489. package/assets/missedVideoCallIconUrl.svg +0 -6
  490. package/assets/moreicon.svg +0 -9
  491. package/assets/new-chat.svg +0 -13
  492. package/assets/new-message-icon.svg +0 -1
  493. package/assets/objects.svg +0 -13
  494. package/assets/open-thread.svg +0 -11
  495. package/assets/outgoingAudioCallIconUrl.svg +0 -5
  496. package/assets/outgoingVideoCallIconUrl.svg +0 -6
  497. package/assets/password-protected-group.svg +0 -3
  498. package/assets/pause-icon.svg +0 -14
  499. package/assets/photolibrary.svg +0 -11
  500. package/assets/placeholder.png +0 -0
  501. package/assets/play-icon.svg +0 -18
  502. package/assets/plus-rotated.svg +0 -13
  503. package/assets/polls.svg +0 -14
  504. package/assets/privacy.svg +0 -4
  505. package/assets/private-group.svg +0 -9
  506. package/assets/public.svg +0 -3
  507. package/assets/record-icon.svg +0 -8
  508. package/assets/reduce-size.svg +0 -6
  509. package/assets/right-arrow.svg +0 -6
  510. package/assets/search.png +0 -0
  511. package/assets/search.svg +0 -4
  512. package/assets/side-arrow.svg +0 -1
  513. package/assets/smileys.svg +0 -16
  514. package/assets/start-chat.svg +0 -1
  515. package/assets/start-conversation.svg +0 -46
  516. package/assets/stop.svg +0 -1
  517. package/assets/symbols.svg +0 -16
  518. package/assets/thread-arrow.svg +0 -1
  519. package/assets/thread-icon.svg +0 -38
  520. package/assets/threadIndicatorIcon.svg +0 -11
  521. package/assets/threadicon.svg +0 -14
  522. package/assets/translation.svg +0 -16
  523. package/assets/travel.svg +0 -18
  524. package/assets/unsafe-content.svg +0 -23
  525. package/assets/user.svg +0 -31
  526. package/assets/video-upload.svg +0 -2693
  527. package/assets/video.svg +0 -12
  528. package/assets/wait.png +0 -0
  529. package/assets/warning-small.png +0 -0
  530. package/assets/warning-small.svg +0 -5
  531. package/cometchat-chat-uikit-angular.d.ts +0 -5
  532. package/esm2020/AI/AIAssistBot/AIAssistBot.mjs +0 -21
  533. package/esm2020/AI/AIAssistBot/AIAssistBotDecorator.mjs +0 -68
  534. package/esm2020/AI/AIConversationStarter/AIConversationStarter.mjs +0 -21
  535. package/esm2020/AI/AIConversationStarter/AIConversationStarterDecorator.mjs +0 -31
  536. package/esm2020/AI/AIConversationSummary/AIConversationSummary.mjs +0 -21
  537. package/esm2020/AI/AIConversationSummary/AIConversationSummaryDecorator.mjs +0 -32
  538. package/esm2020/AI/AISmartReplies/AISmartReplies.mjs +0 -21
  539. package/esm2020/AI/AISmartReplies/AISmartRepliesDecorator.mjs +0 -31
  540. package/esm2020/Calls/CallingExtension.mjs +0 -14
  541. package/esm2020/Calls/CallingExtensionDecorator.mjs +0 -127
  542. package/esm2020/Calls/CometChatCallButtons/cometchat-call-buttons/cometchat-call-buttons.component.mjs +0 -409
  543. package/esm2020/Calls/CometChatCallButtons/cometchat-call-buttons.module.mjs +0 -32
  544. package/esm2020/Calls/CometChatCallLogDetails/cometchat-call-log-details/cometchat-call-log-details.component.mjs +0 -373
  545. package/esm2020/Calls/CometChatCallLogDetails/cometchat-call-log-details.module.mjs +0 -47
  546. package/esm2020/Calls/CometChatCallLogHistory/cometchat-call-log-history/cometchat-call-log-history.component.mjs +0 -352
  547. package/esm2020/Calls/CometChatCallLogHistory/cometchat-call-log-history.module.mjs +0 -21
  548. package/esm2020/Calls/CometChatCallLogParticipants/cometchat-call-log-participants/cometchat-call-log-participants.component.mjs +0 -189
  549. package/esm2020/Calls/CometChatCallLogParticipants/cometchat-call-log-participants.module.mjs +0 -21
  550. package/esm2020/Calls/CometChatCallLogRecordings/cometchat-call-log-recordings/cometchat-call-log-recordings.component.mjs +0 -246
  551. package/esm2020/Calls/CometChatCallLogRecordings/cometchat-call-log-recordings.module.mjs +0 -21
  552. package/esm2020/Calls/CometChatCallLogs/cometchat-call-logs/cometchat-call-logs.component.mjs +0 -592
  553. package/esm2020/Calls/CometChatCallLogs/cometchat-call-logs.module.mjs +0 -36
  554. package/esm2020/Calls/CometChatCallLogsWithDetails/cometchat-call-logs-with-details/cometchat-call-logs-with-details.component.mjs +0 -198
  555. package/esm2020/Calls/CometChatCallLogsWithDetails/cometchat-call-logs-with-details.module.mjs +0 -39
  556. package/esm2020/Calls/CometChatIncomingCall/cometchat-incoming-call/cometchat-incoming-call.component.mjs +0 -464
  557. package/esm2020/Calls/CometChatIncomingCall/cometchat-incoming-call.module.mjs +0 -32
  558. package/esm2020/Calls/CometChatOngoingCall/cometchat-ongoing-call/cometchat-ongoing-call.component.mjs +0 -176
  559. package/esm2020/Calls/CometChatOngoingCall/cometchat-ongoing-call.module.mjs +0 -27
  560. package/esm2020/Calls/CometChatOutgoingCall/cometchat-outgoing-call/cometchat-outgoing-call.component.mjs +0 -188
  561. package/esm2020/Calls/CometChatOutgoingCall/cometchat-outgoing-call.module.mjs +0 -28
  562. package/esm2020/CometChatAddMembers/cometchat-add-members/cometchat-add-members.component.mjs +0 -374
  563. package/esm2020/CometChatAddMembers/cometchat-add-members.module.mjs +0 -23
  564. package/esm2020/CometChatBannedMembers/cometchat-banned-members/cometchat-banned-members.component.mjs +0 -530
  565. package/esm2020/CometChatBannedMembers/cometchat-banned-members.module.mjs +0 -24
  566. package/esm2020/CometChatContacts/cometchat-contacts/cometchat-contacts.component.mjs +0 -274
  567. package/esm2020/CometChatContacts/cometchat-contacts.module.mjs +0 -23
  568. package/esm2020/CometChatConversations/cometchat-conversations/cometchat-conversations.component.mjs +0 -1837
  569. package/esm2020/CometChatConversations/cometchat-conversations.module.mjs +0 -28
  570. package/esm2020/CometChatConversationsWithMessages/cometchat-conversations-with-messages/cometchat-conversations-with-messages.component.mjs +0 -413
  571. package/esm2020/CometChatConversationsWithMessages/cometchat-conversations-with-messages.module.mjs +0 -35
  572. package/esm2020/CometChatDetails/cometchat-details/cometchat-details.component.mjs +0 -789
  573. package/esm2020/CometChatDetails/cometchat-details.module.mjs +0 -27
  574. package/esm2020/CometChatGroupMembers/cometchat-group-members/cometchat-group-members.component.mjs +0 -807
  575. package/esm2020/CometChatGroupMembers/cometchat-group-members.module.mjs +0 -24
  576. package/esm2020/CometChatGroups/cometchat-groups/cometchat-groups.component.mjs +0 -681
  577. package/esm2020/CometChatGroups/cometchat-groups.module.mjs +0 -28
  578. package/esm2020/CometChatGroupsWithMessages/cometchat-groups-with-messages/cometchat-groups-with-messages.component.mjs +0 -499
  579. package/esm2020/CometChatGroupsWithMessages/cometchat-groups-with-messages.module.mjs +0 -35
  580. package/esm2020/CometChatList/cometchat-list.component.mjs +0 -225
  581. package/esm2020/CometChatList/cometchat-list.module.mjs +0 -28
  582. package/esm2020/CometChatMessageBubble/cometchat-message-bubble/cometchat-message-bubble.component.mjs +0 -166
  583. package/esm2020/CometChatMessageBubble/cometchat-message-bubble.module.mjs +0 -23
  584. package/esm2020/CometChatMessageComposer/cometchat-message-composer/cometchat-message-composer.component.mjs +0 -1976
  585. package/esm2020/CometChatMessageComposer/cometchat-message-composer.module.mjs +0 -22
  586. package/esm2020/CometChatMessageHeader/cometchat-message-header/cometchat-message-header.component.mjs +0 -467
  587. package/esm2020/CometChatMessageHeader/cometchat-message-header.module.mjs +0 -26
  588. package/esm2020/CometChatMessageInformation/cometchat-message-information/cometchat-message-information.component.mjs +0 -308
  589. package/esm2020/CometChatMessageInformation/cometchat-message-information.module.mjs +0 -28
  590. package/esm2020/CometChatMessageList/cometchat-message-list/cometchat-message-list.component.mjs +0 -4360
  591. package/esm2020/CometChatMessageList/cometchat-message-list.module.mjs +0 -42
  592. package/esm2020/CometChatMessages/cometchat-messages/cometchat-messages.component.mjs +0 -449
  593. package/esm2020/CometChatMessages/cometchat-messages.module.mjs +0 -52
  594. package/esm2020/CometChatTheme.service.mjs +0 -17
  595. package/esm2020/CometChatThreadedMessages/cometchat-threaded-messages/cometchat-threaded-messages.component.mjs +0 -372
  596. package/esm2020/CometChatThreadedMessages/cometchat-threaded-messages.module.mjs +0 -36
  597. package/esm2020/CometChatTransferOwnership/cometchat-transfer-ownership/cometchat-transfer-ownership.component.mjs +0 -336
  598. package/esm2020/CometChatTransferOwnership/cometchat-transfer-ownership.module.mjs +0 -21
  599. package/esm2020/CometChatUserMemberWrapper/cometchat-user-member-wrapper.component.mjs +0 -75
  600. package/esm2020/CometChatUserMemberWrapper/cometchat-user-member-wrapper.module.mjs +0 -21
  601. package/esm2020/CometChatUsers/cometchat-users/cometchat-users.component.mjs +0 -788
  602. package/esm2020/CometChatUsers/cometchat-users.module.mjs +0 -32
  603. package/esm2020/CometChatUsersWithMessages/cometchat-users-with-messages/cometchat-users-with-messages.component.mjs +0 -205
  604. package/esm2020/CometChatUsersWithMessages/cometchat-users-with-messages.module.mjs +0 -31
  605. package/esm2020/Extensions/CollaborativeDocument/CollaborativeDocumentExtension.mjs +0 -12
  606. package/esm2020/Extensions/CollaborativeDocument/CollaborativeDocumentExtensionDecorator.mjs +0 -93
  607. package/esm2020/Extensions/CollaborativeWhiteboard/CollaborativeWhiteboardExtension.mjs +0 -12
  608. package/esm2020/Extensions/CollaborativeWhiteboard/CollaborativeWhiteboardExtensionDecorator.mjs +0 -94
  609. package/esm2020/Extensions/ImageModeration/ImageModerationExtension.mjs +0 -12
  610. package/esm2020/Extensions/ImageModeration/ImageModerationExtensionDecorator.mjs +0 -10
  611. package/esm2020/Extensions/LinkPreviewExtension/LinkPreviewExtension.mjs +0 -12
  612. package/esm2020/Extensions/LinkPreviewExtension/LinkPreviewExtensionDecorator.mjs +0 -10
  613. package/esm2020/Extensions/MessageTranslation/MessageTranslationExtension.mjs +0 -12
  614. package/esm2020/Extensions/MessageTranslation/MessageTranslationExtensionDecorator.mjs +0 -31
  615. package/esm2020/Extensions/PollsExtension/PollsExtension.mjs +0 -12
  616. package/esm2020/Extensions/PollsExtension/PollsExtensionDecorator.mjs +0 -77
  617. package/esm2020/Extensions/SmartReplies/SmartRepliesExtension.mjs +0 -12
  618. package/esm2020/Extensions/SmartReplies/SmartRepliesExtensionDecorator.mjs +0 -115
  619. package/esm2020/Extensions/Stickers/StickersExtension.mjs +0 -12
  620. package/esm2020/Extensions/Stickers/StickersExtensionDecorator.mjs +0 -125
  621. package/esm2020/Extensions/TextModerator/TextModeratorExtension.mjs +0 -22
  622. package/esm2020/Extensions/TextModerator/TextModeratorExtensionDecorator.mjs +0 -87
  623. package/esm2020/Extensions/ThumbnailGeneration/ThumbnailGenerationExtension.mjs +0 -12
  624. package/esm2020/Extensions/ThumbnailGeneration/ThumbnailGenerationExtensionDecorator.mjs +0 -10
  625. package/esm2020/Shared/CometChatUIkit/CometChatUIKit.mjs +0 -495
  626. package/esm2020/Shared/Framework/AIExtensionDataSource.mjs +0 -3
  627. package/esm2020/Shared/Framework/ChatConfigurator.mjs +0 -23
  628. package/esm2020/Shared/Framework/DataSource.mjs +0 -3
  629. package/esm2020/Shared/Framework/DataSourceDecorator.mjs +0 -113
  630. package/esm2020/Shared/Framework/ExtensionDataSource.mjs +0 -4
  631. package/esm2020/Shared/Utils/CallDetailUtils.mjs +0 -72
  632. package/esm2020/Shared/Utils/CallLogUtils.mjs +0 -122
  633. package/esm2020/Shared/Utils/ComeChatException.mjs +0 -10
  634. package/esm2020/Shared/Utils/MessageUtils.mjs +0 -682
  635. package/esm2020/Shared/Utils/UtilityFunctions.mjs +0 -36
  636. package/esm2020/Shared/Views/AIAssistBotMessageList/aiassist-bot-message-list/aiassist-bot-message-list.component.mjs +0 -290
  637. package/esm2020/Shared/Views/AIAssistBotMessageList/aiassist-bot-message-list.module.mjs +0 -22
  638. package/esm2020/Shared/Views/CometChatTabs/cometchat-tabs/cometchat-tabs.component.mjs +0 -124
  639. package/esm2020/Shared/Views/CometChatTabs/cometchat-tabs.module.mjs +0 -23
  640. package/esm2020/cometchat-chat-uikit-angular.mjs +0 -5
  641. package/esm2020/public-api.mjs +0 -115
  642. package/examples/sample-app/README.md +0 -50
  643. package/fesm2015/cometchat-chat-uikit-angular.mjs +0 -22649
  644. package/fesm2015/cometchat-chat-uikit-angular.mjs.map +0 -1
  645. package/fesm2020/cometchat-chat-uikit-angular.mjs +0 -22538
  646. package/fesm2020/cometchat-chat-uikit-angular.mjs.map +0 -1
  647. package/public-api.d.ts +0 -106
  648. /package/{assets/message-privately.svg → src/lib/assets/send_message_privately.svg} +0 -0
Binary file
@@ -1,5 +0,0 @@
1
- <svg width="14" height="12" viewBox="0 0 14 12" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g opacity="0.8">
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M9.15147 3.15262C9.32528 2.93804 9.29224 2.62319 9.07766 2.44938C8.86308 2.27557 8.54822 2.30861 8.37441 2.52319L3.61414 8.39998L1.626 6.42494C1.4301 6.23032 1.11352 6.23137 0.918901 6.42727C0.724285 6.62318 0.725331 6.93976 0.921238 7.13438L3.30197 9.49942C3.40229 9.59908 3.54012 9.6516 3.68131 9.64398C3.82251 9.63635 3.95388 9.5693 4.04289 9.45942L9.15147 3.15262ZM13.0814 3.16663C13.263 2.95855 13.2415 2.6427 13.0334 2.46115C12.8253 2.27961 12.5095 2.30111 12.3279 2.50919L7.17358 8.41667L6.74794 7.99934C6.55077 7.80601 6.2342 7.80912 6.04087 8.0063C5.84754 8.20348 5.85066 8.52004 6.04783 8.71337L6.85187 9.50172C6.95016 9.59809 7.08383 9.64968 7.22138 9.64433C7.35892 9.63897 7.48818 9.57715 7.57868 9.47343L13.0814 3.16663Z" fill="#9C9CA3"/>
4
- </g>
5
- </svg>
Binary file
@@ -1,5 +0,0 @@
1
- <svg width="14" height="12" viewBox="0 0 14 12" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g opacity="0.8">
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M9.15147 3.15262C9.32528 2.93804 9.29224 2.62319 9.07766 2.44938C8.86308 2.27557 8.54822 2.30861 8.37441 2.52319L3.61414 8.39998L1.626 6.42494C1.4301 6.23032 1.11352 6.23137 0.918901 6.42727C0.724285 6.62318 0.725331 6.93976 0.921238 7.13438L3.30197 9.49942C3.40229 9.59908 3.54012 9.6516 3.68131 9.64398C3.82251 9.63635 3.95388 9.5693 4.04289 9.45942L9.15147 3.15262ZM13.0814 3.16663C13.263 2.95855 13.2415 2.6427 13.0334 2.46115C12.8253 2.27961 12.5095 2.30111 12.3279 2.50919L7.17358 8.41667L6.74794 7.99934C6.55077 7.80601 6.2342 7.80912 6.04087 8.0063C5.84754 8.20348 5.85066 8.52004 6.04783 8.71337L6.85187 9.50172C6.95016 9.59809 7.08383 9.64968 7.22138 9.64433C7.35892 9.63897 7.48818 9.57715 7.57868 9.47343L13.0814 3.16663Z" fill="#9C9CA3"/>
4
- </g>
5
- </svg>
Binary file
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M17.6377 7L9.87922 16.3095L6 13.3697" stroke="#808080" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
- </svg>
package/assets/mic.svg DELETED
@@ -1,11 +0,0 @@
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/Mic@2x</title>
4
- <g id="Icons/24/Mic" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
5
- <g id="Group" transform="translate(4, 1)" stroke="#000000" stroke-width="1.5">
6
- <line x1="8" y1="18.3333333" x2="8" y2="22" id="Path"></line>
7
- <rect id="Rectangle" x="3.5" y="0" width="9" height="14.9111111" rx="3.91111111"></rect>
8
- <path d="M0,8.8 L0,11 C0,15.0500882 3.35786438,18.3333333 7.5,18.3333333 L8.5,18.3333333 C12.6421356,18.3333333 16,15.0500882 16,11 L16,8.8" id="Path"></path>
9
- </g>
10
- </g>
11
- </svg>
@@ -1,5 +0,0 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M3.02825 7.46456L3.47883 7.91556C3.71311 8.14977 4.03082 8.28134 4.3621 8.28134C4.69337 8.28134 5.01108 8.14977 5.24536 7.91556L5.90791 7.25301C5.96595 7.195 6.012 7.12612 6.04342 7.05031C6.07483 6.9745 6.091 6.89324 6.091 6.81117C6.091 6.72911 6.07483 6.64785 6.04342 6.57204C6.012 6.49622 5.96595 6.42735 5.90791 6.36934L4.61987 5.08088C4.55679 5.01726 4.48077 4.96794 4.39696 4.93629C4.31314 4.90463 4.2235 4.89138 4.13411 4.89742C4.04473 4.90346 3.95768 4.92866 3.87889 4.97131C3.8001 5.01396 3.73141 5.07306 3.67747 5.1446C2.32781 6.97692 3.14569 8.90668 4.80435 10.5658C6.46302 12.2248 8.39403 13.0419 10.2276 11.6922C10.299 11.6381 10.3579 11.5693 10.4003 11.4904C10.4427 11.4115 10.4677 11.3244 10.4735 11.235C10.4793 11.1456 10.4658 11.056 10.4339 10.9723C10.4021 10.8886 10.3526 10.8127 10.2888 10.7498L9.00036 9.46137C8.94235 9.40333 8.87347 9.35728 8.79766 9.32586C8.72185 9.29445 8.64059 9.27828 8.55852 9.27828C8.47646 9.27828 8.3952 9.29445 8.31938 9.32586C8.24357 9.35728 8.17469 9.40333 8.11668 9.46137L7.45413 10.1239C7.3381 10.2399 7.24606 10.3777 7.18326 10.5293C7.12047 10.6808 7.08814 10.8433 7.08814 11.0074C7.08814 11.1715 7.12047 11.3339 7.18326 11.4855C7.24606 11.6371 7.3381 11.7748 7.45413 11.8909L7.91221 12.3464" stroke="#727272" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M12.3699 3.62465L9.87132 6.12327L6.74805 3" stroke="#727272" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path d="M6.74805 4.87396V3H8.62201" stroke="#727272" stroke-linecap="round" stroke-linejoin="round"/>
5
- </svg>
@@ -1,6 +0,0 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M11.3257 9.56328C11.1254 9.45359 11.001 9.24347 11.001 9.01515V6.98597C11.001 6.75765 11.1254 6.5475 11.3257 6.4378L13.5804 5.20274C13.9969 4.97458 14.5056 5.27598 14.5056 5.75089V10.2502C14.5056 10.7251 13.9969 11.0265 13.5804 10.7983L11.3257 9.56328Z" stroke="#727272" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M9.10683 7.30799L6.5409 9.87391L3.3335 6.6665" stroke="#727272" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path d="M3.3335 8.59095V6.6665H5.25794" stroke="#727272" stroke-linecap="round" stroke-linejoin="round"/>
5
- <path d="M2.5835 12.7062C1.89314 12.7062 1.3335 12.1466 1.3335 11.4562V4.58301C1.3335 3.89265 1.89314 3.33301 2.5835 3.33301H9.59005C10.2804 3.33301 10.84 3.89265 10.84 4.58301V11.4562C10.84 12.1466 10.2804 12.7062 9.59005 12.7062H2.5835Z" stroke="#727272" stroke-linecap="round" stroke-linejoin="round"/>
6
- </svg>
@@ -1,9 +0,0 @@
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/moreicon</title>
4
- <g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
- <g id="Icons/24/More" fill="#000000">
6
- <path d="M4.5,10 C5.88071187,10 7,11.1192881 7,12.5 C7,13.8807119 5.88071187,15 4.5,15 C3.11928813,15 2,13.8807119 2,12.5 C2,11.1192881 3.11928813,10 4.5,10 Z M12,10 C13.3807119,10 14.5,11.1192881 14.5,12.5 C14.5,13.8807119 13.3807119,15 12,15 C10.6192881,15 9.5,13.8807119 9.5,12.5 C9.5,11.1192881 10.6192881,10 12,10 Z M19.5,10 C20.8807119,10 22,11.1192881 22,12.5 C22,13.8807119 20.8807119,15 19.5,15 C18.1192881,15 17,13.8807119 17,12.5 C17,11.1192881 18.1192881,10 19.5,10 Z" id="Rectangle-2"></path>
7
- </g>
8
- </g>
9
- </svg>
@@ -1,13 +0,0 @@
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/New</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/New" stroke="#000000" stroke-width="1.5">
6
- <g id="Group" transform="translate(2.000000, 1.000000)">
7
- <path d="M10.9288822,11.8990317 L7.62932866,12.3710104 L8.10043948,9.07071466 L16.5857676,0.585763632 C17.3668205,-0.195254544 18.6331574,-0.195254544 19.4142103,0.585763632 C20.1952632,1.36678181 20.1952632,2.63306247 19.4142103,3.41408064 L10.9288822,11.8990317 Z" id="Path"></path>
8
- <line x1="15.6426571" y1="1.52883225" x2="18.4710998" y2="4.35714926" id="Path"></line>
9
- <path d="M16,12.0003604 L16,18.6667267 C16,19.4030732 15.4030369,20 14.6666577,20 L1.33333252,20 C0.596953301,20 0,19.4030732 0,18.6667267 L0,5.33399414 C0,4.59764765 0.596953301,4.00072088 1.33333252,4.00072088 L8,4.00072088" id="Path"></path>
10
- </g>
11
- </g>
12
- </g>
13
- </svg>
@@ -1 +0,0 @@
1
- <svg viewBox="0 0 72 72" id="emoji" xmlns="http://www.w3.org/2000/svg" fill="#000000"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"> <g id="color"> <polygon id="_x2B07__xFE0F_" fill="#000000" stroke="none" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" points="52.4981,49.2486 36,67.0363 19.5019,49.2486 23.5776,45.4597 33.2192,55.8554 33.2192,5.0363 38.7808,5.0363 38.7808,55.8554 48.4224,45.4597"></polygon> </g> <g id="hair"></g> <g id="skin"></g> <g id="skin-shadow"></g> <g id="line"> <polygon id="_x2B07__xFE0F_" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" points="52.4981,49.2486 36,67.0363 19.5019,49.2486 23.5776,45.4597 33.2192,55.8554 33.2192,5.0363 38.7808,5.0363 38.7808,55.8554 48.4224,45.4597"></polygon> </g> </g></svg>
@@ -1,13 +0,0 @@
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 Emoji/Objects</title>
4
- <g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
- <g id="Icons/24-Emoji/Objects" fill="#000000" fill-rule="nonzero">
6
- <g id="Group" transform="translate(4.000000, 2.000000)">
7
- <path d="M8.25,-0.75 C7.78390769,-0.75 7.3417524,-0.543558852 7.0425,-0.186221415 L-0.28283501,8.99420905 C-0.907295844,9.75867898 -0.907295844,10.8666129 -0.277452456,11.6377502 L7.03124832,20.7977495 C7.3417524,21.1688507 7.78390769,21.3752919 8.25,21.3752919 C8.71609231,21.3752919 9.1582476,21.1688507 9.4575,20.8115133 L16.782835,11.6310828 C17.4072958,10.8666129 17.4072958,9.75867898 16.7774525,8.98754163 L9.46875168,-0.17245762 C9.1582476,-0.543558852 8.71609231,-0.75 8.25,-0.75 Z M8.25,0.75 C8.27219487,0.75 8.29324989,0.759830531 8.3075,0.776846599 L15.6103317,9.92974947 C15.7945419,10.1553614 15.7945419,10.4699305 15.6157142,10.688875 L8.29624832,19.862209 L8.27118837,19.8726227 C8.26466993,19.8741996 8.25739829,19.8752919 8.25,19.8752919 C8.22780513,19.8752919 8.20675011,19.8654613 8.1925,19.8484453 L0.889668343,10.6955424 C0.705458074,10.4699305 0.705458074,10.1553614 0.884285789,9.93641689 L8.20375168,0.763082805 L8.22881163,0.752669111 C8.23533007,0.751092281 8.24260171,0.75 8.25,0.75 Z" id="Path"></path>
8
- <path d="M16.3568252,9.5782721 C16.7634212,9.49919886 17.1571339,9.76470851 17.2362072,10.1713045 C17.308691,10.5440175 17.0916294,10.9059049 16.7417667,11.0245378 L16.6431748,11.0506864 L11.8306748,11.9866031 L11.6875,12.0003959 L4.8125,12.0003959 L4.66932524,11.9866031 L-0.143174764,11.0506864 C-0.549770753,10.9716132 -0.815280402,10.5779005 -0.736207163,10.1713045 C-0.663723361,9.7985915 -0.326855011,9.54443023 0.0419687965,9.56556483 L0.143174764,9.5782721 L4.883,10.5 L11.616,10.5 L16.3568252,9.5782721 Z" id="Path"></path>
9
- <path d="M7.53275993,-0.214511879 L4.09525993,11.0311548 C4.04748189,11.187459 4.05207089,11.3550922 4.10832867,11.5085485 L7.54582867,20.8851318 C7.78624682,21.5409284 8.71375318,21.5409284 8.95417133,20.8851318 L12.3916713,11.5085485 C12.4479291,11.3550922 12.4525181,11.187459 12.4047401,11.0311548 L8.96724007,-0.214511879 C8.75092166,-0.922190362 7.74907834,-0.922190362 7.53275993,-0.214511879 Z M8.25,2.57 L10.896,11.228 L8.25,18.447 L5.603,11.228 L8.25,2.57 Z" id="Path"></path>
10
- </g>
11
- </g>
12
- </g>
13
- </svg>
@@ -1,11 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="14px" height="14px" 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/Close Chat@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/Close-Chat" stroke="#000000" stroke-width="1.5">
6
- <g id="Group" transform="translate(1.700000, 8.000000)">
7
- <path d="M20.625,0 L10.7983333,9.82575 C10.669546,9.9547209 10.4947627,10.0271915 10.3125,10.0271915 C10.1302373,10.0271915 9.95545401,9.9547209 9.82666667,9.82575 L0,0" id="Path"></path>
8
- </g>
9
- </g>
10
- </g>
11
- </svg>
@@ -1,5 +0,0 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M3.02825 7.46456L3.47883 7.91556C3.71311 8.14977 4.03082 8.28134 4.3621 8.28134C4.69337 8.28134 5.01108 8.14977 5.24536 7.91556L5.90791 7.25301C5.96595 7.195 6.012 7.12612 6.04342 7.05031C6.07483 6.9745 6.091 6.89324 6.091 6.81117C6.091 6.72911 6.07483 6.64785 6.04342 6.57204C6.012 6.49622 5.96595 6.42735 5.90791 6.36934L4.61987 5.08088C4.55679 5.01726 4.48077 4.96794 4.39696 4.93629C4.31314 4.90463 4.2235 4.89138 4.13411 4.89742C4.04473 4.90346 3.95768 4.92866 3.87889 4.97131C3.8001 5.01396 3.73141 5.07306 3.67747 5.1446C2.32781 6.97692 3.14569 8.90668 4.80435 10.5658C6.46302 12.2248 8.39403 13.0419 10.2276 11.6922C10.299 11.6381 10.3579 11.5693 10.4003 11.4904C10.4427 11.4115 10.4677 11.3244 10.4735 11.235C10.4793 11.1456 10.4658 11.056 10.4339 10.9723C10.4021 10.8886 10.3526 10.8127 10.2888 10.7498L9.00036 9.46137C8.94235 9.40333 8.87347 9.35728 8.79766 9.32586C8.72185 9.29445 8.64059 9.27828 8.55852 9.27828C8.47646 9.27828 8.3952 9.29445 8.31938 9.32586C8.24357 9.35728 8.17469 9.40333 8.11668 9.46137L7.45413 10.1239C7.3381 10.2399 7.24606 10.3777 7.18326 10.5293C7.12047 10.6808 7.08814 10.8433 7.08814 11.0074C7.08814 11.1715 7.12047 11.3339 7.18326 11.4855C7.24606 11.6371 7.3381 11.7748 7.45413 11.8909L7.91221 12.3464" stroke="#727272" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M12.3698 3L8.30957 7.06025" stroke="#727272" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path d="M9.87109 3H12.3697V5.49862" stroke="#727272" stroke-linecap="round" stroke-linejoin="round"/>
5
- </svg>
@@ -1,6 +0,0 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M11.3257 9.56328C11.1254 9.45359 11.001 9.24347 11.001 9.01515V6.98597C11.001 6.75765 11.1254 6.5475 11.3257 6.4378L13.5804 5.20274C13.9969 4.97458 14.5056 5.27598 14.5056 5.75089V10.2502C14.5056 10.7251 13.9969 11.0265 13.5804 10.7983L11.3257 9.56328Z" stroke="#727272" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M5.76904 5.83252H8.35013V8.41356" stroke="#727272" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path d="M4.19678 9.99627L8.27363 5.91943" stroke="#727272" stroke-linecap="round" stroke-linejoin="round"/>
5
- <path d="M2.74414 12.6866C2.05378 12.6866 1.49414 12.127 1.49414 11.4366V4.56348C1.49414 3.87312 2.05378 3.31348 2.74414 3.31348H9.75069C10.441 3.31348 11.0007 3.87312 11.0007 4.56348V11.4366C11.0007 12.127 10.441 12.6866 9.75069 12.6866H2.74414Z" stroke="#727272" stroke-linecap="round" stroke-linejoin="round"/>
6
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="12px" height="12px" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M5.69431 6.29256C7.49039 5.49874 9.45265 5.05909 11.4489 5V11.7655H5.00006C5.00005 11.7655 5.00004 11.7655 5.00003 11.7655V7.26787C4.99849 7.0627 5.0632 6.8615 5.18638 6.68847C5.30955 6.51545 5.48593 6.37797 5.69431 6.29256ZM5.01475 13.2655C5.19434 16.571 7.01751 19.4769 10.5047 20.678L11.3374 20.9644C11.3743 20.9771 11.4115 20.989 11.4489 21V13.2655H5.01475ZM12.9489 13.2655V21C12.9862 20.989 13.0234 20.9771 13.0603 20.9644L13.893 20.678C17.3802 19.4769 19.2034 16.571 19.383 13.2655H12.9489ZM19.3977 11.7655V7.26787C19.3992 7.0627 19.3345 6.8615 19.2114 6.68847C19.0882 6.51545 18.9118 6.37797 18.7034 6.29256C16.9073 5.49873 14.9451 5.05909 12.9489 5V11.7655H19.3977Z" fill="#FFFFFF"/>
3
- </svg>
@@ -1,14 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
- <svg width="6px" height="8px" viewBox="0 0 6 8" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
4
- <title>pause [#1006]</title>
5
- <desc>Created with Sketch.</desc>
6
- <defs></defs>
7
- <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
- <g id="Dribbble-Light-Preview" transform="translate(-227.000000, -3765.000000)" fill="#000000">
9
- <g id="icons" transform="translate(56.000000, 160.000000)">
10
- <path d="M172,3605 C171.448,3605 171,3605.448 171,3606 L171,3612 C171,3612.552 171.448,3613 172,3613 C172.552,3613 173,3612.552 173,3612 L173,3606 C173,3605.448 172.552,3605 172,3605 M177,3606 L177,3612 C177,3612.552 176.552,3613 176,3613 C175.448,3613 175,3612.552 175,3612 L175,3606 C175,3605.448 175.448,3605 176,3605 C176.552,3605 177,3605.448 177,3606" id="pause-[#1006]"></path>
11
- </g>
12
- </g>
13
- </g>
14
- </svg>
@@ -1,11 +0,0 @@
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 Extensions/Photo Library</title>
4
- <g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
- <g id="Icons/24-Extensions/Photo-Library" fill="#000000" fill-rule="nonzero">
6
- <path d="M8,2.25 C9.0543618,2.25 9.91816512,3.06587779 9.99451426,4.10073766 L10,4.25 L10,4.749 L19.25,4.75 C20.3043618,4.75 21.1681651,5.56587779 21.2445143,6.60073766 L21.25,6.75 L21.25,8.647 L21.3090595,8.67075883 C21.560776,8.78204037 21.7890445,8.94502905 21.9776884,9.15176047 L22.0859904,9.28098473 C22.4268417,9.7243264 22.5648157,10.2875838 22.4792305,10.8049438 L20.599742,19.7646666 C20.3801645,20.5892111 19.6644249,21.1776759 18.8253479,21.243794 L18.6666667,21.25 L4.41416667,21.25 C4.34513107,21.25 4.27827401,21.2406726 4.21478696,21.2232093 L4.198,21.217 L4.13447967,21.2119882 C3.12077897,21.0788944 2.34585208,20.2581085 2.25808253,19.244849 L2.25,19.0833333 L2.25,4.25 C2.25,3.1956382 3.06587779,2.33183488 4.10073766,2.25548574 L4.25,2.25 L8,2.25 Z M20.5,9.9999998 L8.94041369,9.9999998 C8.7494078,9.99989301 8.57810253,10.1081415 8.50251018,10.2403227 L8.47304199,10.3080169 L6.50183631,19.6519318 L6.47,19.749 L18.6669246,19.7500001 C18.8652457,19.7500001 19.0419017,19.6334019 19.1157978,19.483767 L19.1409396,19.4178635 L20.9835913,10.6286666 C21.0235655,10.4785581 20.991501,10.3183966 20.8968201,10.1952461 C20.8210754,10.0967258 20.71214,10.0308462 20.5919295,10.0084626 L20.5,9.9999998 Z M8,3.75 L4.25,3.75 C4.00454011,3.75 3.80039163,3.92687516 3.75805567,4.16012437 L3.7499284,4.25 L3.7499284,19.0729701 C3.75450399,19.4040804 4.00142215,19.6816449 4.32974627,19.7247522 C4.62158992,19.7630698 4.89911328,19.6058121 5.0118617,19.3809093 L5.04612468,19.2936497 L7.01858631,9.94533345 C7.25034003,9.14246197 7.95397669,8.57422367 8.77513888,8.50674095 L8.94083333,8.5 L19.75,8.5 L19.75,6.75 C19.75,6.50454011 19.5731248,6.30039163 19.3398756,6.25805567 L19.25,6.25 L9.25,6.25 C8.87030423,6.25 8.55650904,5.96784612 8.50684662,5.60177056 L8.5,5.5 L8.5,4.25 C8.5,4.00454011 8.32312484,3.80039163 8.08987563,3.75805567 L8,3.75 Z" id="Path"></path>
7
- <path d="M10.5,11.3125 L10.6157711,11.3187346 C11.1481147,11.3764201 11.5625,11.8273176 11.5625,12.375 C11.5625,12.9618025 11.0868025,13.4375 10.5,13.4375 C9.91319745,13.4375 9.4375,12.9618025 9.4375,12.375 C9.4375,11.8273176 9.85188534,11.3764201 10.3842289,11.3187346 L10.5,11.3125 Z" id="Path"></path>
8
- <path d="M14.7615505,13.3341733 C15.1650281,13.339062 15.5432492,13.5206846 15.7989971,13.8261321 L15.8889717,13.9463759 L18.3148051,17.5838759 C18.5446241,17.928486 18.4515675,18.3941527 18.1069574,18.6239717 C17.7936756,18.8328981 17.3803468,18.7749852 17.1351188,18.5038182 L17.0668616,18.4161241 L14.742,14.93 L13.1806552,17.1565514 C12.9524338,17.481881 12.5156848,17.5682521 12.1842442,17.371143 L12.096698,17.3103241 L11.179,16.572 L9.94871059,18.4165154 C9.73958776,18.7296662 9.33567986,18.8347993 9.00516806,18.6784976 L8.90848458,18.6237106 C8.59533381,18.4145878 8.49020073,18.0106799 8.64650244,17.6801681 L8.70128941,17.5834846 L10.0076608,15.6272604 C10.2213273,15.3068138 10.5595979,15.0906712 10.9401624,15.0314258 C11.2731564,14.9795861 11.6118179,15.0520295 11.8942272,15.2330124 L12.0116353,15.3171759 L12.412,15.639 L13.6194632,13.9191131 C13.8512845,13.5888451 14.2147222,13.3792001 14.6114213,13.3405523 L14.7615505,13.3341733 Z" id="Path"></path>
9
- </g>
10
- </g>
11
- </svg>
Binary file
@@ -1,18 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="11px" height="14px" viewBox="0 0 11 14" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <!-- Generator: Sketch 52.5 (67469) - http://www.bohemiancoding.com/sketch -->
4
- <title>play_arrow</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
- <g id="Rounded" transform="translate(-753.000000, -955.000000)">
8
- <g id="AV" transform="translate(100.000000, 852.000000)">
9
- <g id="-Round-/-AV-/-play_arrow" transform="translate(646.000000, 98.000000)">
10
- <g>
11
- <rect id="Rectangle-Copy-50" x="0" y="0" width="24" height="24"></rect>
12
- <path d="M7,6.82 L7,17.18 C7,17.97 7.87,18.45 8.54,18.02 L16.68,12.84 C17.3,12.45 17.3,11.55 16.68,11.15 L8.54,5.98 C7.87,5.55 7,6.03 7,6.82 Z" id="🔹Icon-Color" fill="#1D1D1D"></path>
13
- </g>
14
- </g>
15
- </g>
16
- </g>
17
- </g>
18
- </svg>
@@ -1,13 +0,0 @@
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/Plus Rotated</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/Plus-Rotated" stroke="#000000" stroke-width="1.5">
6
- <g id="Group" transform="translate(12.000000, 12.000000) rotate(45.000000) translate(-12.000000, -12.000000) translate(2.000000, 2.000000)">
7
- <line x1="10" y1="6" x2="10" y2="14" id="Path"></line>
8
- <line x1="6" y1="10" x2="14" y2="10" id="Path"></line>
9
- <path d="M0,10 C0,15.5228475 4.4771525,20 10,20 C15.5228475,20 20,15.5228475 20,10 C20,4.4771525 15.5228475,0 10,0 C4.4771525,0 0,4.4771525 0,10 Z" id="Path"></path>
10
- </g>
11
- </g>
12
- </g>
13
- </svg>
package/assets/polls.svg DELETED
@@ -1,14 +0,0 @@
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 Extensions/Polls</title>
4
- <g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
- <g id="Icons/24-Extensions/Polls" fill="#000000" fill-rule="nonzero">
6
- <path d="M13.779983,1.25 C14.2709124,1.25043259 14.7438187,1.42418565 15.1167078,1.73706699 L15.2516928,1.86085235 L20.4715927,7.08218001 C20.8991636,7.51561025 21.1196388,8.11205589 21.0768145,8.71941733 C21.0476811,9.13260508 20.689109,9.44394267 20.2759212,9.41480928 C19.8971658,9.38810367 19.6039928,9.08457801 19.580201,8.71591608 L19.5805293,8.613916 C19.5905393,8.47194719 19.5513165,8.33202895 19.4730888,8.21873863 L19.4072645,8.13914765 L14.1905599,2.92103945 C14.1031809,2.83352807 13.9908865,2.77665655 13.8706878,2.75733888 L13.7793226,2.75 L4.33297476,2.75 C4.04324415,2.75 3.80281908,2.96150888 3.75763137,3.23870267 L3.75,3.33333333 L3.75,20.6666667 C3.75,20.9566568 3.961452,21.1971647 4.2384242,21.2423664 L4.33297476,21.25 L9.6648738,21.25 C10.0790874,21.25 10.4148738,21.5857864 10.4148738,22 C10.4148738,22.3796958 10.1327199,22.693491 9.76664435,22.7431534 L9.6648738,22.75 L4.33297476,22.75 C3.23255355,22.75 2.33150187,21.8965632 2.25522974,20.8154444 L2.25,20.6666667 L2.25,3.33333333 C2.25,2.23280908 3.10320728,1.33152341 4.18421182,1.25523113 L4.33297476,1.25 L13.779983,1.25 Z" id="Path"></path>
7
- <path d="M13.6637981,1.25 C14.0434938,1.25 14.357289,1.53215388 14.4069515,1.89822944 L14.4137981,2 L14.4137981,7.33333333 C14.4137981,7.62332346 14.6252501,7.86383136 14.9022223,7.90903304 L14.9967728,7.91666667 L20.3286719,7.91666667 C20.7428854,7.91666667 21.0786719,8.2524531 21.0786719,8.66666667 C21.0786719,9.04636243 20.796518,9.36015763 20.4304424,9.40982005 L20.3286719,9.41666667 L14.9967728,9.41666667 C13.8963516,9.41666667 12.9952999,8.56322987 12.9190278,7.4821111 L12.9137981,7.33333333 L12.9137981,2 C12.9137981,1.58578644 13.2495845,1.25 13.6637981,1.25 Z" id="Path"></path>
8
- <path d="M8.99777572,9.420279 C9.24921801,9.09111393 9.71989329,9.02810717 10.0490584,9.27954946 C10.3482993,9.50813337 10.4275748,9.91790155 10.2506031,10.2378223 L10.1897879,10.3308321 L8.25879925,12.8586842 C8.01208284,13.1778547 7.64305532,13.3791966 7.21567496,13.4156509 C6.86419538,13.4339623 6.52012946,13.3223779 6.23838713,13.0959918 L6.12161623,12.9919845 L5.12632841,11.9608734 C4.838658,11.6628489 4.84705165,11.1880493 5.14507615,10.9003789 C5.41600752,10.6388603 5.83303397,10.6220228 6.1227489,10.845033 L6.20557062,10.9191266 L7.125,11.871 L8.99777572,9.420279 Z" id="Path"></path>
9
- <path d="M8.99777572,15.420279 C9.24921801,15.0911139 9.71989329,15.0281072 10.0490584,15.2795495 C10.3482993,15.5081334 10.4275748,15.9179016 10.2506031,16.2378223 L10.1897879,16.3308321 L8.25879925,18.8586842 C8.01208284,19.1778547 7.64305532,19.3791966 7.21567496,19.4156509 C6.86419538,19.4339623 6.52012946,19.3223779 6.23838713,19.0959918 L6.12161623,18.9919845 L5.12632841,17.9608734 C4.838658,17.6628489 4.84705165,17.1880493 5.14507615,16.9003789 C5.41600752,16.6388603 5.83303397,16.6220228 6.1227489,16.845033 L6.20557062,16.9191266 L7.125,17.871 L8.99777572,15.420279 Z" id="Path"></path>
10
- <path d="M15.6632602,11.9166667 C16.0774738,11.9166667 16.4132602,12.2524531 16.4132602,12.6666667 C16.4132602,13.0463624 16.1311063,13.3601576 15.7650308,13.4098201 L15.6632602,13.4166667 L12.3308233,13.4166667 C11.9166098,13.4166667 11.5808233,13.0808802 11.5808233,12.6666667 C11.5808233,12.2869709 11.8629772,11.9731757 12.2290528,11.9235133 L12.3308233,11.9166667 L15.6632602,11.9166667 Z" id="Path"></path>
11
- <path d="M21.1106837,10.5779533 C20.4095395,10.5779533 19.7375424,10.8584991 19.2444627,11.3570467 L12.4669093,18.1364079 C12.3622379,18.2411074 12.2908946,18.3744435 12.2618676,18.5196176 L11.5953802,21.8529509 C11.4904492,22.3777472 11.953163,22.8404132 12.4779485,22.7354279 L15.8103854,22.0687612 C15.9555979,22.0397109 16.0889603,21.9683215 16.1936616,21.8635921 L22.9740599,15.0813699 C23.4695748,14.5910412 23.75,13.9189715 23.75,13.2177778 C23.75,12.516584 23.4695748,11.8445143 22.9711997,11.35134 L22.8310414,11.2210775 C22.3327458,10.7984458 21.7321255,10.5779533 21.1106837,10.5779533 Z M21.1106837,12.0779533 C21.3769595,12.0779533 21.6343527,12.1724444 21.8371937,12.3440921 L21.9342889,12.4349375 C22.129767,12.628969 22.25,12.9171205 22.25,13.2177778 L22.242717,13.345678 C22.2137413,13.5991981 22.0992456,13.8367894 21.9161173,14.0180067 L15.293,20.642 L13.287,21.043 L13.688,19.035 L20.3081104,12.4147032 C20.5222805,12.1981735 20.8102464,12.0779533 21.1106837,12.0779533 Z" id="Path"></path>
12
- </g>
13
- </g>
14
- </svg>
@@ -1,4 +0,0 @@
1
- <svg width="14" height="14" viewBox="0 0 24 24" fill="#fff" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M7.40002 10.4V7.73333C7.40002 6.74319 7.84252 5.7936 8.63018 5.09347C9.41783 4.39333 10.4861 4 11.6 4C12.7139 4 13.7822 4.39333 14.5699 5.09347C15.3575 5.7936 15.8 6.74319 15.8 7.73333V10.4" stroke="#808080" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M18.2 12.4C18.2 11.2955 17.3046 10.4 16.2 10.4H7C5.89543 10.4 5 11.2955 5 12.4V18C5 19.1046 5.89543 20 7 20H16.2C17.3046 20 18.2 19.1046 18.2 18V12.4ZM11.9732 13.9826C11.8524 13.9383 11.7255 13.9165 11.5991 13.9167V13.9167C11.5996 13.9167 11.6 13.9171 11.6 13.9176V14.45L11.5995 14.45L11.5982 13.9176C11.5982 13.9171 11.5986 13.9167 11.5991 13.9167V13.9167C11.4101 13.9168 11.2194 13.9664 11.0503 14.0668C10.8805 14.1676 10.7338 14.3197 10.643 14.5145C10.5515 14.711 10.5256 14.9334 10.5739 15.1491C10.6219 15.3637 10.7374 15.5472 10.8896 15.6825C11.0409 15.8169 11.2236 15.9003 11.4109 15.9334C11.5982 15.9665 11.793 15.9501 11.9739 15.8835C12.155 15.8168 12.3235 15.699 12.4489 15.5321C12.575 15.3644 12.6496 15.1567 12.65 14.9352V14.9352C12.65 14.9354 12.6498 14.9356 12.6496 14.9356L12.05 14.9338V14.9333H12.6481C12.6492 14.9333 12.65 14.9342 12.65 14.9352V14.9352C12.6504 14.7883 12.618 14.6453 12.5576 14.5154C12.4974 14.3857 12.4118 14.274 12.3106 14.184C12.2096 14.0942 12.0943 14.0271 11.9732 13.9826ZM11.6 15.4167L11.6018 15.4167C11.6618 15.4164 11.725 15.4029 11.7859 15.3729C11.7961 15.3679 11.8063 15.3624 11.8163 15.3564C11.8786 15.3195 11.9399 15.2621 11.9846 15.1831C11.991 15.1719 11.997 15.1602 12.0026 15.1481C12.0334 15.082 12.0499 15.0086 12.05 14.9338L11.9 14.9333H12.05C12.05 14.8962 12.046 14.8587 12.0377 14.8216C12.0332 14.8018 12.0277 14.7827 12.0213 14.7644C12.0002 14.7042 11.9691 14.6521 11.9327 14.6091C11.918 14.5917 11.9023 14.5757 11.8861 14.5613C11.8541 14.5329 11.8202 14.5106 11.7858 14.4937C11.7478 14.475 11.7092 14.4629 11.672 14.4563C11.6483 14.4521 11.6242 14.45 11.6 14.45V14.6667L11.5995 14.45C11.5514 14.4501 11.5029 14.4585 11.4557 14.4759C11.4151 14.4908 11.3734 14.5133 11.334 14.5444C11.3041 14.568 11.2756 14.5967 11.2499 14.6308C11.2205 14.6699 11.1961 14.7149 11.1788 14.7642C11.1606 14.8157 11.1502 14.8719 11.15 14.9311L11.15 14.9333C11.15 14.9623 11.1525 14.9908 11.1572 15.0186C11.1649 15.0638 11.1785 15.1069 11.1971 15.147C11.2165 15.1888 11.2406 15.2256 11.2675 15.2573C11.2823 15.2748 11.2979 15.2908 11.3141 15.3051C11.3593 15.3454 11.4084 15.3732 11.4566 15.3909C11.4724 15.3967 11.4883 15.4015 11.5043 15.4053C11.5363 15.4129 11.5684 15.4166 11.6 15.4167ZM11.6 15.4167L11.15 14.9333L11.6 14.6667V14.8639V14.8679V14.8832V14.894V14.9195V14.9324V14.9333V14.9599V14.9604V14.9835V14.9922V15.0001V15.4167Z" fill="#808080"/>
4
- </svg>
@@ -1,9 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="12px" height="12px" 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/Privacy</title>
4
- <g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
- <g id="Icons/24/Privacy" fill="#000000">
6
- <path d="M11.19,1.36 L4.19,4.47 C3.47,4.79 3,5.51 3,6.3 L3,11 C3,16.55 6.84,21.74 12,23 C17.16,21.74 21,16.55 21,11 L21,6.3 C21,5.51 20.53,4.79 19.81,4.47 L12.81,1.36 C12.3,1.13 11.7,1.13 11.19,1.36 Z M12,11.99 L19,11.99 C18.47,16.11 15.72,19.78 12,20.93 L12,12 L5,12 L5,6.3 L12,3.19 L12,11.99 Z" id="Style"></path>
7
- </g>
8
- </g>
9
- </svg>
package/assets/public.svg DELETED
@@ -1,3 +0,0 @@
1
- <svg width="14" height="14" viewBox="0 0 25 25" fill="#fff" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M5.69431 6.29256C7.49039 5.49874 9.45265 5.05909 11.4489 5V11.7655H5.00006C5.00005 11.7655 5.00004 11.7655 5.00003 11.7655V7.26787C4.99849 7.0627 5.0632 6.8615 5.18638 6.68847C5.30955 6.51545 5.48593 6.37797 5.69431 6.29256ZM5.01475 13.2655C5.19434 16.571 7.01751 19.4769 10.5047 20.678L11.3374 20.9644C11.3743 20.9771 11.4115 20.989 11.4489 21V13.2655H5.01475ZM12.9489 13.2655V21C12.9862 20.989 13.0234 20.9771 13.0603 20.9644L13.893 20.678C17.3802 19.4769 19.2034 16.571 19.383 13.2655H12.9489ZM19.3977 11.7655V7.26787C19.3992 7.0627 19.3345 6.8615 19.2114 6.68847C19.0882 6.51545 18.9118 6.37797 18.7034 6.29256C16.9073 5.49873 14.9451 5.05909 12.9489 5V11.7655H19.3977Z" fill="#808080"/>
3
- </svg>
@@ -1,8 +0,0 @@
1
- <?xml version="1.0" encoding="iso-8859-1"?>
2
- <!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <svg version="1.1" id="Layer_1_1_" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
- viewBox="0 0 16 16" style="enable-background:new 0 0 16 16;" xml:space="preserve">
5
- <path d="M8,11c1.657,0,3-1.343,3-3V3c0-1.657-1.343-3-3-3S5,1.343,5,3v5C5,9.657,6.343,11,8,11z"/>
6
- <path d="M13,8V6h-1l0,1.844c0,1.92-1.282,3.688-3.164,4.071C6.266,12.438,4,10.479,4,8V6H3v2c0,2.414,1.721,4.434,4,4.899V15H5v1h6
7
- v-1H9v-2.101C11.279,12.434,13,10.414,13,8z"/>
8
- </svg>
@@ -1,6 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M21 3L13.8 10.2" stroke="#808080" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M10.2 19.2V13.8H4.80005" stroke="#808080" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path d="M13.8 4.8V10.2H19.2" stroke="#808080" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
5
- <path d="M10.2 13.8L3 21" stroke="#808080" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
6
- </svg>
@@ -1,6 +0,0 @@
1
- <?xml version='1.0' encoding='utf-8'?>
2
- <svg width="16px" height="16px" version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 129 129" xmlns:xlink="http://www.w3.org/1999/xlink" enable-background="new 0 0 129 129">
3
- <g>
4
- <path d="m40.4,121.3c-0.8,0.8-1.8,1.2-2.9,1.2s-2.1-0.4-2.9-1.2c-1.6-1.6-1.6-4.2 0-5.8l51-51-51-51c-1.6-1.6-1.6-4.2 0-5.8 1.6-1.6 4.2-1.6 5.8,0l53.9,53.9c1.6,1.6 1.6,4.2 0,5.8l-53.9,53.9z"/>
5
- </g>
6
- </svg>
package/assets/search.png DELETED
Binary file
package/assets/search.svg DELETED
@@ -1,4 +0,0 @@
1
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M4.9598 11.531C5.47958 12.7541 6.4639 13.7205 7.69625 14.2178C8.92859 14.7151 10.308 14.7024 11.531 14.1826C12.754 13.6629 13.7205 12.6785 14.2178 11.4462C14.715 10.2139 14.7024 8.83445 14.1826 7.61142C13.6629 6.3884 12.6785 5.42195 11.4462 4.92467C10.2138 4.4274 8.83444 4.44004 7.61141 4.95981C6.38839 5.47959 5.42194 6.46391 4.92467 7.69626C4.42739 8.9286 4.44003 10.308 4.9598 11.531V11.531Z" stroke="#808080" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M13.114 13.1139L17.0001 17.0005" stroke="#808080" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/>
4
- </svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right"><polyline points="9 18 15 12 9 6"></polyline></svg>
@@ -1,16 +0,0 @@
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 Emoji/Smileys</title>
4
- <g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
- <g id="Icons/24-Emoji/Smileys" fill="#000001" fill-rule="nonzero">
6
- <g id="Group" transform="translate(0.250000, 0.250000)">
7
- <path d="M11.75,0 C5.26065755,0 0,5.26065755 0,11.75 C0,18.2393425 5.26065755,23.5 11.75,23.5 C18.2393425,23.5 23.5,18.2393425 23.5,11.75 C23.5,5.26065755 18.2393425,0 11.75,0 Z M11.75,1.5 C17.4109153,1.5 22,6.08908467 22,11.75 C22,17.4109153 17.4109153,22 11.75,22 C6.08908467,22 1.5,17.4109153 1.5,11.75 C1.5,6.08908467 6.08908467,1.5 11.75,1.5 Z" id="Path"></path>
8
- <path d="M8.08333333,9.93333333 C7.46661222,9.93333333 6.96666667,9.43338778 6.96666667,8.81666667 C6.96666667,8.24106029 7.40217479,7.76717841 7.96165965,7.70655241 L8.08333333,7.7 L8.08333333,8.43333333 C8.29503934,8.43333333 8.46666667,8.60496066 8.46666667,8.81666667 C8.46666667,9.02837267 8.29503934,9.2 8.08333333,9.2 L8.08333333,9.93333333 Z" id="Path"></path>
9
- <path d="M7.7,8.81666667 C7.7,8.60496066 7.87162733,8.43333333 8.08333333,8.43333333 L8.08333333,7.7 C8.70005445,7.7 9.2,8.19994555 9.2,8.81666667 C9.2,9.39227304 8.76449188,9.86615492 8.20500702,9.92678092 L8.08333333,9.93333333 L8.08333333,9.2 C7.87162733,9.2 7.7,9.02837267 7.7,8.81666667 Z" id="Path"></path>
10
- <path d="M15.4166667,9.93333333 C14.799955,9.93333333 14.3,9.4333875 14.3,8.81666667 C14.3,8.24106056 14.7355164,7.76717844 15.2949946,7.70655241 L15.4166667,7.7 L15.4166667,8.43333333 C15.628376,8.43333333 15.8,8.60495419 15.8,8.81666667 C15.8,9.02837914 15.628376,9.2 15.4166667,9.2 L15.4166667,9.93333333 Z" id="Path"></path>
11
- <path d="M15.0333333,8.81666667 C15.0333333,8.60495419 15.2049574,8.43333333 15.4166667,8.43333333 L15.4166667,7.7 C16.0333783,7.7 16.5333333,8.19994583 16.5333333,8.81666667 C16.5333333,9.39227278 16.0978169,9.86615489 15.5383387,9.92678092 L15.4166667,9.93333333 L15.4166667,9.2 C15.2049574,9.2 15.0333333,9.02837914 15.0333333,8.81666667 Z" id="Path"></path>
12
- <path d="M5.49950837,14.0113036 C5.87066015,13.8274035 6.32061857,13.979201 6.50451863,14.3503528 C6.98858128,15.3273004 7.73599098,16.1495708 8.6625211,16.7245729 C9.58905063,17.2994827 10.6576892,17.6041067 11.7480444,17.6041067 C12.8384011,17.6041067 13.9070516,17.2994819 14.8335327,16.7246129 C15.7600626,16.1495732 16.5074791,15.327288 16.9915797,14.3503337 C17.1754904,13.9791871 17.6254531,13.8274024 17.9965997,14.0113131 C18.3677462,14.1952237 18.5195309,14.6451865 18.3356203,15.016333 C17.7274399,16.2436902 16.7884697,17.2767171 15.6244598,17.9991459 C14.4604446,18.7214015 13.1178815,19.1041067 11.7480444,19.1041067 C10.3782056,19.1041067 9.03565021,18.7214005 7.87160741,17.9991142 C6.70759369,17.2767304 5.76860838,16.2436961 5.16045914,15.0163138 C4.97655908,14.6451621 5.1283566,14.1952036 5.49950837,14.0113036 Z" id="Path"></path>
13
- </g>
14
- </g>
15
- </g>
16
- </svg>
@@ -1 +0,0 @@
1
- <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><defs><style>.cls-1{fill-rule:evenodd;}</style></defs><title>Trade_Icons</title><path class="cls-1" d="M.5,8.5v-1h15v1Z"/><path class="cls-1" d="M8.5,15.5h-1V.5h1Z"/></svg>
@@ -1,46 +0,0 @@
1
- <?xml version="1.0" encoding="iso-8859-1"?>
2
- <!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
- viewBox="0 0 275.836 275.836" style="enable-background:new 0 0 275.836 275.836;" xml:space="preserve">
5
- <g>
6
- <path d="M191.344,20.922l-95.155,95.155c-0.756,0.756-1.297,1.699-1.565,2.734l-8.167,31.454c-0.534,2.059,0.061,4.246,1.565,5.751
7
- c1.14,1.139,2.671,1.757,4.242,1.757c0.503,0,1.009-0.063,1.508-0.192l31.454-8.168c1.035-0.269,1.979-0.81,2.734-1.565
8
- l95.153-95.153c0.002-0.002,0.004-0.003,0.005-0.004s0.003-0.004,0.004-0.005l19.156-19.156c2.344-2.343,2.344-6.142,0.001-8.484
9
- L218.994,1.758C217.868,0.632,216.343,0,214.751,0c-1.591,0-3.117,0.632-4.242,1.758l-19.155,19.155
10
- c-0.002,0.002-0.004,0.003-0.005,0.004S191.346,20.921,191.344,20.922z M120.631,138.208l-19.993,5.192l5.191-19.993l89.762-89.762
11
- l14.801,14.802L120.631,138.208z M214.751,14.485l14.801,14.802l-10.675,10.675L204.076,25.16L214.751,14.485z"/>
12
- <path d="M238.037,65.022c-3.313,0-6,2.687-6,6v192.813H43.799V34.417h111.063c3.313,0,6-2.687,6-6s-2.687-6-6-6H37.799
13
- c-3.313,0-6,2.687-6,6v241.419c0,3.313,2.687,6,6,6h200.238c3.313,0,6-2.687,6-6V71.022
14
- C244.037,67.709,241.351,65.022,238.037,65.022z"/>
15
- </g>
16
- <g>
17
- </g>
18
- <g>
19
- </g>
20
- <g>
21
- </g>
22
- <g>
23
- </g>
24
- <g>
25
- </g>
26
- <g>
27
- </g>
28
- <g>
29
- </g>
30
- <g>
31
- </g>
32
- <g>
33
- </g>
34
- <g>
35
- </g>
36
- <g>
37
- </g>
38
- <g>
39
- </g>
40
- <g>
41
- </g>
42
- <g>
43
- </g>
44
- <g>
45
- </g>
46
- </svg>
package/assets/stop.svg DELETED
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="20px" height="20px"><path d="M 12 2 C 6.477 2 2 6.477 2 12 C 2 17.523 6.477 22 12 22 C 17.523 22 22 17.523 22 12 C 22 6.477 17.523 2 12 2 z M 12 4 C 16.411 4 20 7.589 20 12 C 20 16.411 16.411 20 12 20 C 7.589 20 4 16.411 4 12 C 4 7.589 7.589 4 12 4 z M 8 8 L 8 16 L 16 16 L 16 8 L 8 8 z"/></svg>
@@ -1,16 +0,0 @@
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 Emoji/Symbols</title>
4
- <g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
- <g id="Icons/24-Emoji/Symbols" fill="#000000" fill-rule="nonzero">
6
- <g id="Group" transform="translate(2.000000, 2.000000)">
7
- <path d="M15.9627806,13.203068 L15.806,13.351 L15.6530023,13.2053212 C14.9231585,12.5182605 13.9205546,12.2069478 12.9330536,12.3593011 C11.9455526,12.5116544 11.0833949,13.1106657 10.5961033,13.982971 L10.4979137,14.1858502 C10.0194632,15.3031918 10.2486285,16.5666509 11.05907,17.4237671 L14.5223891,20.8579947 C15.2427573,21.5564202 16.3779752,21.5564202 17.0923232,20.8638969 L20.4336884,17.5446536 C21.3991287,16.6491652 21.6500901,15.1905772 21.0280493,14.0011646 L20.9132747,13.80896 C20.3958102,13.018914 19.5898662,12.4995125 18.680745,12.3592848 C17.6931574,12.2069541 16.6904731,12.5182342 15.9627806,13.203068 Z M18.4520812,13.8417533 C18.9408486,13.9171434 19.3741932,14.1964182 19.6447299,14.6090166 L19.7221018,14.7375477 C20.0074236,15.2863391 19.88293,16.0098958 19.3949011,16.4628619 L16.0417108,19.7933224 C15.9156902,19.9154151 15.7050423,19.9154151 15.5724899,19.7869124 L12.2372601,16.4799813 C11.7614079,16.0385652 11.6209189,15.3731734 11.8649318,14.8026067 L11.9283001,14.6705817 C12.1675547,14.2456296 12.6309756,13.9236533 13.16177,13.8417615 C13.6925645,13.7598696 14.231477,13.9272042 14.6225373,14.2953358 L15.2903135,14.9293214 C15.5797407,15.2040991 16.0336585,15.2040991 16.3230857,14.9293214 L16.993169,14.2931547 C17.3431389,13.9638057 17.8147961,13.7953111 18.2927051,13.8246105 L18.4520812,13.8417533 Z" id="Path"></path>
8
- <path d="M3.52840931,11.4654124 L0.183522691,14.7863449 C-0.782062799,15.6819775 -1.03302426,17.1405654 -0.410983412,18.329978 L-0.296208774,18.5221826 C0.2212557,19.3122286 1.02719967,19.8316301 1.93632087,19.9718578 L2.14807213,19.9974368 C3.06574604,20.0778141 3.97857077,19.7639917 4.65428528,19.1280746 L4.811,18.978 L4.96921399,19.1272262 C5.69757401,19.8128821 6.70017799,20.1241948 7.68767899,19.9718415 C8.67517999,19.8194882 9.53733767,19.220477 10.0246292,18.3481716 L10.1228189,18.1452925 C10.6012693,17.0279508 10.372104,15.7644917 9.5616626,14.9073756 L6.09232325,11.4654124 C5.37797523,10.7728891 4.24275732,10.7728891 3.52840931,11.4654124 Z M5.04824264,12.5423969 L8.38332518,15.8510153 C8.85932468,16.2925775 8.9998137,16.9579692 8.7558008,17.5285359 L8.69243243,17.6605609 C8.45317783,18.085513 7.989757,18.4074893 7.45896253,18.4893812 C6.92816806,18.571273 6.38925553,18.4039384 5.99819522,18.0358068 L5.32526856,17.4004164 C5.03566777,17.1269702 4.58283493,17.1275871 4.2939802,17.4018212 L3.62389687,18.0379879 C3.23504142,18.4039312 2.69595471,18.5712889 2.16498464,18.4893893 C1.67621732,18.4139992 1.24287273,18.1347245 0.972335968,17.722126 L0.894964079,17.5935949 C0.609642328,17.0448035 0.734135905,16.3212468 1.22216478,15.8682808 L4.57887653,12.5361311 C4.70504234,12.4138942 4.91569021,12.4138942 5.04824264,12.5423969 Z" id="Path"></path>
9
- <path d="M4.81036628,17.195738 C5.19006204,17.195738 5.50385724,17.4778919 5.55351966,17.8439674 L5.56036628,17.945738 L5.56036628,20.6334046 C5.56036628,21.0476182 5.22457984,21.3834046 4.81036628,21.3834046 C4.43067051,21.3834046 4.11687532,21.1012508 4.06721289,20.7351752 L4.06036628,20.6334046 L4.06036628,17.945738 C4.06036628,17.5315244 4.39615271,17.195738 4.81036628,17.195738 Z" id="Path"></path>
10
- <path d="M15.8103663,-0.75 C14.4435612,-0.75 13.2320663,0.129752794 12.8090686,1.4294562 L12.7546321,1.61589522 C12.6092202,2.17727243 12.6241806,2.75502086 12.7805212,3.29054337 L12.828,3.44 L12.7747444,3.44994276 C12.2020094,3.5660001 11.6604099,3.84111525 11.2194993,4.26341214 C10.2886879,5.15492777 9.99388072,6.52305157 10.474923,7.71879744 C10.9559614,8.91453366 12.1160681,9.69735007 13.4049426,9.69596388 L18.2166163,9.69596388 C19.5054613,9.70185461 20.6708238,8.91942972 21.1545348,7.72107661 C21.6382496,6.52271387 21.3425699,5.15054143 20.4082455,4.25774181 L20.2570782,4.12227242 C19.8445084,3.77572777 19.3583324,3.54718455 18.8477349,3.44492331 L18.793,3.435 L18.8402113,3.29054337 C19.0139232,2.69551836 19.0130915,2.04836258 18.811664,1.4294562 C18.3886662,0.129752794 17.1771713,-0.75 15.8103663,-0.75 Z M15.8103663,0.75 C16.5276006,0.75 17.1633356,1.21165246 17.3853047,1.89367504 C17.5914189,2.52698172 17.3972699,3.21665642 16.9042266,3.64994205 L16.7851877,3.7452374 C16.0819991,4.257179 16.667185,5.32372121 17.444518,5.07042948 L17.5386501,5.0335793 C18.155313,4.7514423 18.8816694,4.87372861 19.3719584,5.34222742 C19.8622475,5.81072623 20.0174061,6.53077711 19.7635755,7.15962093 C19.5097452,7.78846433 18.898207,8.1990513 18.220059,8.19595595 L13.4041163,8.19595595 C12.727289,8.19667573 12.1188293,7.78609949 11.8665342,7.15895957 C11.6142389,6.53181925 11.7688583,5.81427079 12.2570467,5.346692 C12.7076822,4.91508081 13.3588596,4.77661138 13.9406246,4.97737794 L14.0844635,5.03466367 C14.8752842,5.39315078 15.5146714,4.36148183 14.9136865,3.80910266 L14.8355448,3.7452374 C14.2557002,3.32309376 14.0134587,2.57569761 14.2354279,1.89367504 C14.457397,1.21165246 15.0931319,0.75 15.8103663,0.75 Z" id="Path"></path>
11
- <path d="M15.8103663,8.19590464 C16.190062,8.19590464 16.5038572,8.47805853 16.5535197,8.84413409 L16.5603663,8.94590464 L16.5603663,10.3209046 C16.5603663,10.7351182 16.2245798,11.0709046 15.8103663,11.0709046 C15.4306705,11.0709046 15.1168753,10.7887508 15.0672129,10.4226752 L15.0603663,10.3209046 L15.0603663,8.94590464 C15.0603663,8.53169108 15.3961527,8.19590464 15.8103663,8.19590464 Z" id="Path"></path>
12
- <path d="M4.24092382,-0.479688887 L0.115923824,4.33281111 C-0.124819573,4.61367841 -0.124819573,5.02813088 0.115923824,5.30899817 L4.24092382,10.1214982 C4.5402455,10.4707068 5.08048705,10.4707068 5.37980873,10.1214982 L9.50480873,5.30899817 C9.74555213,5.02813088 9.74555213,4.61367841 9.50480873,4.33281111 L5.37980873,-0.479688887 C5.08048705,-0.828897513 4.5402455,-0.828897513 4.24092382,-0.479688887 Z M4.81,1.16 L7.947,4.82 L4.809,8.481 L1.672,4.82 L4.81,1.16 Z" id="Path"></path>
13
- </g>
14
- </g>
15
- </g>
16
- </svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-corner-right-down"><polyline points="10 15 15 20 20 15"></polyline><path d="M4 4h7a4 4 0 0 1 4 4v12"></path></svg>
@@ -1,38 +0,0 @@
1
- <?xml version="1.0" encoding="iso-8859-1"?>
2
- <!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
- viewBox="0 0 392.652 392.652" style="enable-background:new 0 0 392.652 392.652;" xml:space="preserve">
5
- <path d="M371.439,243.7l-35.961,35.961c11.209-92.047-39.457-184.193-129.211-221.371c-34.202-14.167-71.578-19.149-108.094-14.425
6
- C62.773,48.452,28.825,62.018,0,83.1l17.709,24.215c51.74-37.839,117.938-45.807,177.078-21.308
7
- c85.411,35.379,129.596,128.751,105.878,215.706L242.652,243.7l-21.213,21.213l85.606,85.606l85.606-85.606L371.439,243.7z"/>
8
- <g>
9
- </g>
10
- <g>
11
- </g>
12
- <g>
13
- </g>
14
- <g>
15
- </g>
16
- <g>
17
- </g>
18
- <g>
19
- </g>
20
- <g>
21
- </g>
22
- <g>
23
- </g>
24
- <g>
25
- </g>
26
- <g>
27
- </g>
28
- <g>
29
- </g>
30
- <g>
31
- </g>
32
- <g>
33
- </g>
34
- <g>
35
- </g>
36
- <g>
37
- </g>
38
- </svg>
@@ -1,11 +0,0 @@
1
- <svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_10800_33331)">
3
- <path d="M1.0094 1.69617C1.17601 4.12358 2.25988 6.39667 4.04108 8.05423C5.82227 9.71179 8.16737 10.6296 10.6005 10.6215C10.7625 10.6215 11.1504 10.6297 11.312 10.6215H13.9636" stroke="#A1A5AC" stroke-width="1.875" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path d="M10.7959 7.43042L13.9906 10.6251L10.7959 13.8198" stroke="#A1A5AC" stroke-width="1.875" stroke-linecap="round" stroke-linejoin="round"/>
5
- </g>
6
- <defs>
7
- <clipPath id="clip0_10800_33331">
8
- <rect width="15" height="15" fill="white"/>
9
- </clipPath>
10
- </defs>
11
- </svg>
@@ -1,14 +0,0 @@
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/threadicon</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/Thread" stroke="#000000" stroke-width="1.5">
6
- <g id="Group" transform="translate(2.000000, 2.000000)">
7
- <path d="M10.6578236,0 C7.2733682,-0.00487001799 4.15271669,1.82840041 2.50707282,4.78828665 C0.861428952,7.74817289 0.949909343,11.3686229 2.73817252,14.2444485 L0,20 L5.74989584,17.2595575 C9.11259725,19.3520226 13.4289699,19.0910325 16.5155083,16.6086132 C19.6020468,14.1261939 20.7857069,9.9636565 19.4677154,6.22668649 C18.1497239,2.48971647 14.6174794,-0.00681020874 10.6578236,0 Z" id="Path"></path>
8
- <line x1="6.65936346" y1="6.66667597" x2="14.6527312" y2="6.66667597" id="Path"></line>
9
- <line x1="5.3271355" y1="9.33334078" x2="15.9849591" y2="9.33334078" id="Path"></line>
10
- <line x1="6.65936346" y1="12.0000056" x2="14.6527312" y2="12.0000056" id="Path"></line>
11
- </g>
12
- </g>
13
- </g>
14
- </svg>
@@ -1,16 +0,0 @@
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 Extensions/Message Translation@2x</title>
4
- <g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
- <g id="Icons/24-Extensions/Message-Translation" fill="#000000" fill-rule="nonzero">
6
- <path d="M6.66666667,4.91666667 C7.7672341,4.91666667 8.66848034,5.77006215 8.74476911,6.85121684 L8.75,7 L8.75,9.66666667 C8.75,10.0808802 8.41421356,10.4166667 8,10.4166667 C7.62030423,10.4166667 7.30650904,10.1345128 7.25684662,9.76843722 L7.25,9.66666667 L7.25,7 C7.25,6.6778339 6.98883277,6.41666667 6.66666667,6.41666667 C6.37671717,6.41666667 6.13617677,6.62821212 6.09096818,6.9053803 L6.08333333,7 L6.08333333,9.66666667 C6.08333333,10.0808802 5.7475469,10.4166667 5.33333333,10.4166667 C4.95363757,10.4166667 4.63984237,10.1345128 4.59017995,9.76843722 L4.58333333,9.66666667 L4.58333333,7 C4.58333333,5.84940677 5.51607344,4.91666667 6.66666667,4.91666667 Z" id="Path"></path>
7
- <path d="M8,7.58333333 C8.41421356,7.58333333 8.75,7.91911977 8.75,8.33333333 C8.75,8.7130291 8.46784612,9.02682429 8.10177056,9.07648672 L8,9.08333333 L5.33333333,9.08333333 C4.91911977,9.08333333 4.58333333,8.7475469 4.58333333,8.33333333 C4.58333333,7.95363757 4.86548721,7.63984237 5.23156278,7.59017995 L5.33333333,7.58333333 L8,7.58333333 Z" id="Path"></path>
8
- <path d="M16,10.9166667 C16.3796958,10.9166667 16.693491,11.1988205 16.7431534,11.5648961 L16.75,11.6666667 L16.75,13 C16.75,13.4142136 16.4142136,13.75 16,13.75 C15.6203042,13.75 15.306509,13.4678461 15.2568466,13.1017706 L15.25,13 L15.25,11.6666667 C15.25,11.2524531 15.5857864,10.9166667 16,10.9166667 Z" id="Path"></path>
9
- <path d="M18.6666667,12.25 C19.0808802,12.25 19.4166667,12.5857864 19.4166667,13 C19.4166667,13.3796958 19.1345128,13.693491 18.7684372,13.7431534 L18.6666667,13.75 L13.3333333,13.75 C12.9191198,13.75 12.5833333,13.4142136 12.5833333,13 C12.5833333,12.6203042 12.8654872,12.306509 13.2315628,12.2568466 L13.3333333,12.25 L18.6666667,12.25 Z" id="Path"></path>
10
- <path d="M16.6218209,12.7628292 C16.7528067,12.3698717 17.1775467,12.1575017 17.5705042,12.2884875 C17.9634616,12.4194734 18.1758316,12.8442133 18.0448458,13.2371708 L17.9816285,13.4141354 L17.8896351,13.6471999 L17.768692,13.9296038 C17.5442054,14.4346986 17.2746722,14.9400735 16.9573711,15.4160251 C15.999232,16.8532338 14.8035437,17.75 13.3333333,17.75 C12.9191198,17.75 12.5833333,17.4142136 12.5833333,17 C12.5833333,16.6203042 12.8654872,16.306509 13.2315628,16.2568466 L13.3333333,16.25 C14.1964563,16.25 15.000768,15.6467662 15.7092956,14.5839749 C15.9753278,14.1849265 16.2057946,13.7528014 16.3979747,13.3203962 L16.4992538,13.0842816 L16.6012322,12.8221175 C16.6092157,12.7998646 16.6160798,12.7800523 16.6218209,12.7628292 Z" id="Path"></path>
11
- <path d="M15.5822706,14.8366574 C15.9262877,14.6059518 16.3921926,14.697809 16.6228982,15.0418261 C17.0961654,15.7475396 17.8695647,16.1943066 18.717337,16.2517136 C19.1306041,16.279698 19.4429375,16.6374031 19.4149531,17.0506703 C19.3869686,17.4639375 19.0292635,17.7762708 18.6159964,17.7482864 C17.3049794,17.6595107 16.1089745,16.9686186 15.3771018,15.877285 C15.1463962,15.5332678 15.2382534,15.067363 15.5822706,14.8366574 Z" id="Path"></path>
12
- <path d="M20.6666667,8.91666667 L11.3333333,8.91666667 C10.1827401,8.91666667 9.25,9.84940677 9.25,11 L9.25,17.6666667 L9.25523089,17.8154498 C9.33151966,18.8966045 10.2327659,19.75 11.3333333,19.75 L15.022,19.749 L18.8030032,23.5303301 L18.8802248,23.598293 C19.3582766,23.9666561 20.0833333,23.6330113 20.0833333,23 L20.083,19.749 L20.6666667,19.75 C21.8172599,19.75 22.75,18.8172599 22.75,17.6666667 L22.75,11 C22.75,9.84940677 21.8172599,8.91666667 20.6666667,8.91666667 Z M11.3333333,10.4166667 L20.6666667,10.4166667 C20.9888328,10.4166667 21.25,10.6778339 21.25,11 L21.25,17.6666667 C21.25,17.9888328 20.9888328,18.25 20.6666667,18.25 L19.3333333,18.25 L19.2315628,18.2568466 C18.8654872,18.306509 18.5833333,18.6203042 18.5833333,19 L18.583,21.189 L15.8636634,18.4696699 C15.7230111,18.3290176 15.5322457,18.25 15.3333333,18.25 L11.3333333,18.25 C11.0111672,18.25 10.75,17.9888328 10.75,17.6666667 L10.75,11 C10.75,10.6778339 11.0111672,10.4166667 11.3333333,10.4166667 Z" id="Path"></path>
13
- <path d="M12.6666667,2.25 C13.7672341,2.25 14.6684803,3.10339548 14.7447691,4.18455017 L14.75,4.33333333 L14.75,7 C14.75,7.41421356 14.4142136,7.75 14,7.75 C13.6203042,7.75 13.306509,7.46784612 13.2568466,7.10177056 L13.25,7 L13.25,4.33333333 C13.25,4.04338384 13.0384545,3.80284343 12.7612864,3.75763485 L12.6666667,3.75 L3.33333333,3.75 C3.04338384,3.75 2.80284343,3.96154546 2.75763485,4.23871364 L2.75,4.33333333 L2.75,11 C2.75,11.2899495 2.96154546,11.5304899 3.23871364,11.5756985 L3.33333333,11.5833333 L4.66666667,11.5833333 C5.04636243,11.5833333 5.36015763,11.8654872 5.40982005,12.2315628 L5.41666667,12.3333333 L5.416,14.523 L6.80300325,13.1363366 C7.06926981,12.87007 7.48593349,12.845864 7.77954499,13.0637184 L7.86366342,13.1363366 C8.12992998,13.4026031 8.15413603,13.8192668 7.93628157,14.1128783 L7.86366342,14.1969968 L5.19699675,16.8636634 C4.74939014,17.31127 4.00077515,17.0344999 3.92321348,16.4359943 L3.91666667,16.3333333 L3.916,13.083 L3.33333333,13.0833333 C2.2327659,13.0833333 1.33151966,12.2299379 1.25523089,11.1487832 L1.25,11 L1.25,4.33333333 C1.25,3.2327659 2.10339548,2.33151966 3.18455017,2.25523089 L3.33333333,2.25 L12.6666667,2.25 Z" id="Path"></path>
14
- </g>
15
- </g>
16
- </svg>
package/assets/travel.svg DELETED
@@ -1,18 +0,0 @@
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 Emoji/Travel</title>
4
- <g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
- <g id="Icons/24-Emoji/Travel" fill="#000000" fill-rule="nonzero">
6
- <g id="Group" transform="translate(2.000000, 1.000000)">
7
- <path d="M9.63555583,12.6153443 C10.0152516,12.6153443 10.3290468,12.8974981 10.3787092,13.2635737 L10.3855558,13.3653443 L10.3855558,20.5795109 C10.3855558,20.9937245 10.0497694,21.3295109 9.63555583,21.3295109 C9.25586006,21.3295109 8.94206486,21.0473571 8.89240244,20.6812815 L8.88555583,20.5795109 L8.88555583,13.3653443 C8.88555583,12.9511307 9.22134226,12.6153443 9.63555583,12.6153443 Z" id="Path"></path>
8
- <path d="M1.38555583,12.6153443 C1.76525159,12.6153443 2.07904679,12.8974981 2.12870921,13.2635737 L2.13555583,13.3653443 L2.13555583,20.5795109 C2.13555583,20.9937245 1.79976939,21.3295109 1.38555583,21.3295109 C1.00586006,21.3295109 0.692064865,21.0473571 0.642402441,20.6812815 L0.635555825,20.5795109 L0.635555825,13.3653443 C0.635555825,12.9511307 0.971342263,12.6153443 1.38555583,12.6153443 Z" id="Path"></path>
9
- <path d="M5.06055583,9.66701093 C5.29759286,9.48923315 5.61364225,9.46948007 5.86823758,9.60775167 L5.96055583,9.66701093 L11.4605558,13.7920109 C11.7919267,14.0405391 11.859084,14.5106401 11.6105558,14.8420109 C11.3846212,15.1432572 10.9755684,15.2261451 10.6540986,15.0520031 L10.5605558,14.9920109 L5.51,11.205 L0.460555825,14.9920109 C0.159309598,15.2179456 -0.256589656,15.1829832 -0.516440932,14.9257954 L-0.589444175,14.8420109 C-0.815378845,14.5407647 -0.78041647,14.1248655 -0.523228622,13.8650142 L-0.439444175,13.7920109 L5.06055583,9.66701093 Z" id="Path"></path>
10
- <path d="M15.8397354,5.11910074 L15.7148224,5.37733736 L15.6147465,5.59065688 L15.3955097,6.07373521 C15.0665468,6.81390157 14.7378063,7.6193158 14.4307108,8.46382864 C13.9443046,9.80144551 13.5585622,11.1102145 13.3111203,12.3474238 C13.1150443,13.3278039 13.0105558,14.2420781 13.0105558,15.0795109 C13.0105558,17.0125076 14.5775592,18.5795109 16.5105558,18.5795109 C18.4435524,18.5795109 20.0105558,17.0125076 20.0105558,15.0795109 C20.0105558,12.6028287 19.1411293,9.61713244 17.8776404,6.653014 L17.5491525,5.90297573 L17.2161608,5.18944437 C17.2034972,5.16358905 17.1918886,5.14012548 17.1813762,5.11910074 C16.904983,4.56631433 16.1161286,4.56631433 15.8397354,5.11910074 Z M16.511,7.273 L16.6792961,7.67469517 C17.7695325,10.3228139 18.5105558,12.9726969 18.5105558,15.0795109 C18.5105558,16.1840804 17.6151253,17.0795109 16.5105558,17.0795109 C15.4059863,17.0795109 14.5105558,16.1840804 14.5105558,15.0795109 C14.5105558,14.3494438 14.6040673,13.531218 14.7819913,12.641598 C15.0130495,11.4863074 15.378057,10.2478889 15.8404009,8.97644323 C16.017081,8.4905728 16.2014378,8.0176972 16.3888171,7.56376972 L16.511,7.273 Z" id="Path"></path>
11
- <path d="M16.5105558,17.0795109 C16.8902516,17.0795109 17.2040468,17.3616648 17.2537092,17.7277404 L17.2605558,17.8295109 L17.2605558,20.5795109 C17.2605558,20.9937245 16.9247694,21.3295109 16.5105558,21.3295109 C16.1308601,21.3295109 15.8170649,21.0473571 15.7674024,20.6812815 L15.7605558,20.5795109 L15.7605558,17.8295109 C15.7605558,17.4152974 16.0963423,17.0795109 16.5105558,17.0795109 Z" id="Path"></path>
12
- <path d="M20.6355558,19.8295109 C21.0497694,19.8295109 21.3855558,20.1652974 21.3855558,20.5795109 C21.3855558,20.9592067 21.1034019,21.2730019 20.7373264,21.3226643 L20.6355558,21.3295109 L0.0105558255,21.3295109 C-0.403657737,21.3295109 -0.739444175,20.9937245 -0.739444175,20.5795109 C-0.739444175,20.1998152 -0.457290293,19.88602 -0.0912147319,19.8363575 L0.0105558255,19.8295109 L20.6355558,19.8295109 Z" id="Path"></path>
13
- <path d="M5.51055583,15.7045109 C6.63313461,15.7045109 7.55240578,16.5749743 7.63022032,17.6777521 L7.63555583,17.8295109 L7.63555583,20.5795109 C7.63555583,20.9937245 7.29976939,21.3295109 6.88555583,21.3295109 C6.50586006,21.3295109 6.19206486,21.0473571 6.14240244,20.6812815 L6.13555583,20.5795109 L6.13555583,17.8295109 C6.13555583,17.484333 5.85573379,17.2045109 5.51055583,17.2045109 C5.19675767,17.2045109 4.93697269,17.4357688 4.89233243,17.737153 L4.88555583,17.8295109 L4.88555583,20.5795109 C4.88555583,20.9937245 4.54976939,21.3295109 4.13555583,21.3295109 C3.75586006,21.3295109 3.44206486,21.0473571 3.39240244,20.6812815 L3.38555583,20.5795109 L3.38555583,17.8295109 C3.38555583,16.6559058 4.33695073,15.7045109 5.51055583,15.7045109 Z" id="Path"></path>
14
- <path d="M2.11932958,-0.692320384 C0.336197697,-0.365592266 -0.902348765,1.26860098 -0.734893708,3.07366868 C-0.567439205,4.8787304 0.950582069,6.2571983 2.76338539,6.25038432 L6.89389229,6.2044646 C8.43885668,6.20451093 9.69805583,4.94531179 9.69805583,3.39201093 C9.69805583,1.83871007 8.43885668,0.579510932 6.88555583,0.579510932 L6.68830064,0.590482133 C6.36188794,0.619840843 6.04798019,0.70417188 5.75820729,0.837557048 L5.699,0.867 L5.65175457,0.791958708 C4.89322527,-0.33182676 3.52036177,-0.949035335 2.11932958,-0.692320384 Z M4.6777157,2.21701631 C4.82641094,2.75441631 5.4780205,2.936863 5.88402376,2.5908839 L5.96172788,2.514591 C6.2008359,2.24492437 6.54156391,2.08717992 6.90188483,2.07933315 C7.61042956,2.07951093 8.19805583,2.6671372 8.19805583,3.39201093 C8.19805583,4.11688467 7.61042956,4.70451093 6.88555583,4.70451093 L2.75221936,4.75042483 C1.72182871,4.75427788 0.854381578,3.96657612 0.758693036,2.93510952 C0.663004432,1.90364227 1.37074527,0.969817555 2.38967777,0.783115773 C3.40861028,0.596413991 4.40146928,1.21863316 4.6777157,2.21701631 Z" id="Path"></path>
15
- </g>
16
- </g>
17
- </g>
18
- </svg>
@@ -1,23 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="38px" height="48px" viewBox="0 0 38 48" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <title>Group</title>
4
- <defs>
5
- <filter id="filter-1">
6
- <feColorMatrix in="SourceGraphic" type="matrix" values="0 0 0 0 1.000000 0 0 0 0 1.000000 0 0 0 0 1.000000 0 0 0 0.710000 0"></feColorMatrix>
7
- </filter>
8
- </defs>
9
- <g id="Symbols-v2" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
10
- <g id="Chat-View/Message-Received-&amp;-Sent/Image-Unsafe" transform="translate(-94.000000, -67.000000)">
11
- <g id="Container" transform="translate(0.000000, 22.000000)">
12
- <g transform="translate(65.500000, 47.000000)" id="Group" filter="url(#filter-1)">
13
- <g transform="translate(30.000000, 0.000000)">
14
- <path d="M28.8088262,9.42577596 C28.8506963,7.71756102 30.2287536,6.35502688 31.9140264,6.35555433 L31.9140264,6.35555433 C32.7358141,6.35553806 33.5236653,6.6878709 34.102944,7.27888759 C34.6822226,7.86990427 35.0050758,8.67078232 35,9.50399817 L35,33.2639936 C35.0072404,36.1086013 33.896766,38.8390036 31.9140264,40.8515477 L31.9140264,40.8515477 C29.9286819,42.8636021 27.2377305,43.9957583 24.4306868,44 L18.393869,44 C14.2477742,44.0048704 10.374426,41.9054223 8.07534666,38.4071037 L0.534146186,26.9279948 C-0.178048729,25.8443886 -0.178048729,24.432935 0.534146186,23.3493288 L0.534146186,23.3493288 C1.0299224,22.6000068 1.81249566,22.0953997 2.69202609,21.9579171 C3.57155651,21.8204345 4.46768176,22.0626382 5.16301604,22.6257734 L10.216199,26.7128837 L10.216199,6.35555433 C10.216199,4.62751705 11.5978094,3.22666604 13.3021122,3.22666604 L13.3021122,3.22666604 C15.009563,3.22663265 16.3967071,4.62435858 16.4073124,6.35555433 L16.4073124,3.14844384 C16.4067922,1.43970153 17.750612,0.0424531456 19.4353648,0 L19.4353648,0 C21.1503195,0 22.540565,1.40960632 22.540565,3.14844384 L22.540565,6.35555433 C22.540565,4.62751705 23.9221754,3.22666604 25.6264782,3.22666604 L25.6264782,3.22666604 C26.4599777,3.20564838 27.2667977,3.525368 27.8653523,4.11386759 C28.4639069,4.70236719 28.8039053,5.51020079 28.8088262,6.35555433 L28.8088262,9.42577596 Z" id="Path" stroke="#000000" stroke-width="3"></path>
15
- <line x1="16.4073124" y1="6.27733212" x2="16.4073124" y2="18.8515519" id="Path" stroke="#000000" stroke-width="3"></line>
16
- <line x1="22.6177128" y1="6.27733212" x2="22.6177128" y2="18.8515519" id="Path" stroke="#000000" stroke-width="3"></line>
17
- <line x1="28.8088262" y1="18.8515519" x2="28.8088262" y2="9.42577596" id="Path" stroke="#000000" stroke-width="3"></line>
18
- </g>
19
- </g>
20
- </g>
21
- </g>
22
- </g>
23
- </svg>