@cometchat/chat-uikit-angular 4.0.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (249) hide show
  1. package/Calls/CallingExtension.d.ts +5 -0
  2. package/Calls/CallingExtensionDecorator.d.ts +17 -0
  3. package/Calls/CometChatCallButtons/cometchat-call-buttons/cometchat-call-buttons.component.d.ts +75 -0
  4. package/Calls/CometChatCallButtons/cometchat-call-buttons.module.d.ts +11 -0
  5. package/Calls/CometChatIncomingCall/cometchat-incoming-call/cometchat-incoming-call.component.d.ts +80 -0
  6. package/Calls/CometChatIncomingCall/cometchat-incoming-call.module.d.ts +11 -0
  7. package/Calls/CometChatOngoingCall/cometchat-ongoing-call/cometchat-ongoing-call.component.d.ts +26 -0
  8. package/Calls/CometChatOngoingCall/cometchat-ongoing-call.module.d.ts +9 -0
  9. package/Calls/CometChatOutgoingCall/cometchat-outgoing-call/cometchat-outgoing-call.component.d.ts +58 -0
  10. package/Calls/CometChatOutgoingCall/cometchat-outgoing-call.module.d.ts +10 -0
  11. package/CometChatAddMembers/cometchat-add-members/cometchat-add-members.component.d.ts +109 -0
  12. package/CometChatAddMembers/cometchat-add-members.module.d.ts +12 -0
  13. package/CometChatBannedMembers/cometchat-banned-members/cometchat-banned-members.component.d.ts +140 -0
  14. package/CometChatBannedMembers/cometchat-banned-members.module.d.ts +13 -0
  15. package/CometChatConversations/cometchat-conversations/cometchat-conversations.component.d.ts +335 -0
  16. package/CometChatConversations/cometchat-conversations.module.d.ts +10 -0
  17. package/CometChatConversationsWithMessages/cometchat-conversations-with-messages/cometchat-conversations-with-messages.component.d.ts +86 -0
  18. package/CometChatConversationsWithMessages/cometchat-conversations-with-messages.module.d.ts +12 -0
  19. package/CometChatDetails/cometchat-details/cometchat-details.component.d.ts +149 -0
  20. package/CometChatDetails/cometchat-details.module.d.ts +12 -0
  21. package/CometChatGroupMembers/cometchat-group-members/cometchat-group-members.component.d.ts +145 -0
  22. package/CometChatGroupMembers/cometchat-group-members.module.d.ts +13 -0
  23. package/CometChatGroups/cometchat-groups/cometchat-groups.component.d.ts +136 -0
  24. package/CometChatGroups/cometchat-groups.module.d.ts +10 -0
  25. package/CometChatGroupsWithMessages/cometchat-groups-with-messages/cometchat-groups-with-messages.component.d.ts +100 -0
  26. package/CometChatGroupsWithMessages/cometchat-groups-with-messages.module.d.ts +13 -0
  27. package/CometChatList/cometchat-list.component.d.ts +87 -0
  28. package/CometChatList/cometchat-list.module.d.ts +10 -0
  29. package/CometChatMessageBubble/cometchat-message-bubble/cometchat-message-bubble.component.d.ts +62 -0
  30. package/CometChatMessageBubble/cometchat-message-bubble.module.d.ts +8 -0
  31. package/CometChatMessageComposer/cometchat-message-composer/cometchat-message-composer.component.d.ts +165 -0
  32. package/CometChatMessageComposer/cometchat-message-composer.module.d.ts +9 -0
  33. package/CometChatMessageHeader/cometchat-message-header/cometchat-message-header.component.d.ts +85 -0
  34. package/CometChatMessageHeader/cometchat-message-header.module.d.ts +9 -0
  35. package/CometChatMessageList/cometchat-message-list/cometchat-message-list.component.d.ts +510 -0
  36. package/CometChatMessageList/cometchat-message-list.module.d.ts +11 -0
  37. package/CometChatMessages/cometchat-messages/cometchat-messages.component.d.ts +136 -0
  38. package/CometChatMessages/cometchat-messages.module.d.ts +15 -0
  39. package/CometChatTheme.service.d.ts +7 -0
  40. package/CometChatThreadedMessages/cometchat-threaded-messages/cometchat-threaded-messages.component.d.ts +73 -0
  41. package/CometChatThreadedMessages/cometchat-threaded-messages.module.d.ts +12 -0
  42. package/CometChatTransferOwnership/cometchat-transfer-ownership/cometchat-transfer-ownership.component.d.ts +88 -0
  43. package/CometChatTransferOwnership/cometchat-transfer-ownership.module.d.ts +10 -0
  44. package/CometChatUsers/cometchat-users/cometchat-users.component.d.ts +105 -0
  45. package/CometChatUsers/cometchat-users.module.d.ts +11 -0
  46. package/CometChatUsersWithMessages/cometchat-users-with-messages/cometchat-users-with-messages.component.d.ts +71 -0
  47. package/CometChatUsersWithMessages/cometchat-users-with-messages.module.d.ts +12 -0
  48. package/Extensions/CollaborativeDocument/CollaborativeDocumentExtension.d.ts +9 -0
  49. package/Extensions/CollaborativeDocument/CollaborativeDocumentExtensionDecorator.d.ts +17 -0
  50. package/Extensions/CollaborativeWhiteboard/CollaborativeWhiteboardExtension.d.ts +9 -0
  51. package/Extensions/CollaborativeWhiteboard/CollaborativeWhiteboardExtensionDecorator.d.ts +17 -0
  52. package/Extensions/ImageModeration/ImageModerationExtension.d.ts +5 -0
  53. package/Extensions/ImageModeration/ImageModerationExtensionDecorator.d.ts +6 -0
  54. package/Extensions/LinkPreviewExtension/LinkPreviewExtension.d.ts +5 -0
  55. package/Extensions/LinkPreviewExtension/LinkPreviewExtensionDecorator.d.ts +6 -0
  56. package/Extensions/MessageTranslation/MessageTranslationExtension.d.ts +9 -0
  57. package/Extensions/MessageTranslation/MessageTranslationExtensionDecorator.d.ts +12 -0
  58. package/Extensions/PollsExtension/PollsExtension.d.ts +5 -0
  59. package/Extensions/PollsExtension/PollsExtensionDecorator.d.ts +15 -0
  60. package/Extensions/Reactions/ReactionExtension.d.ts +5 -0
  61. package/Extensions/Reactions/ReactionExtensionDecorator.d.ts +10 -0
  62. package/Extensions/SmartReplies/SmartRepliesExtension.d.ts +9 -0
  63. package/Extensions/SmartReplies/SmartRepliesExtensionDecorator.d.ts +16 -0
  64. package/Extensions/Stickers/StickersExtension.d.ts +9 -0
  65. package/Extensions/Stickers/StickersExtensionDecorator.d.ts +27 -0
  66. package/Extensions/TextModerator/TextModeratorExtension.d.ts +5 -0
  67. package/Extensions/TextModerator/TextModeratorExtensionDecorator.d.ts +9 -0
  68. package/Extensions/ThumbnailGeneration/ThumbnailGenerationExtension.d.ts +5 -0
  69. package/Extensions/ThumbnailGeneration/ThumbnailGenerationExtensionDecorator.d.ts +6 -0
  70. package/README.md +60 -0
  71. package/Shared/CometChatUIkit/CometChatUIKit.d.ts +18 -0
  72. package/Shared/Framework/ChatConfigurator.d.ts +8 -0
  73. package/Shared/Framework/DataSource.d.ts +29 -0
  74. package/Shared/Framework/DataSourceDecorator.d.ts +32 -0
  75. package/Shared/Framework/ExtensionDataSource.d.ts +3 -0
  76. package/Shared/Utils/MessageUtils.d.ts +43 -0
  77. package/assets/.gitkeep +0 -0
  78. package/assets/Audio-Call.svg +11 -0
  79. package/assets/Audio-Call2x.svg +11 -0
  80. package/assets/Copy.svg +17 -0
  81. package/assets/Grid-layout.svg +1 -0
  82. package/assets/Heart.svg +11 -0
  83. package/assets/Imagemoderation.svg +14 -0
  84. package/assets/Info.svg +13 -0
  85. package/assets/Locked.svg +10 -0
  86. package/assets/More@2x.svg +9 -0
  87. package/assets/Plus.svg +13 -0
  88. package/assets/Private.svg +10 -0
  89. package/assets/Reactionsicon.svg +9 -0
  90. package/assets/Send.svg +12 -0
  91. package/assets/Spinner.svg +15 -0
  92. package/assets/Stickers.svg +16 -0
  93. package/assets/Stipop.svg +9 -0
  94. package/assets/Video-call.svg +12 -0
  95. package/assets/Video-call2x.svg +12 -0
  96. package/assets/activity.svg +22 -0
  97. package/assets/addreaction.svg +9 -0
  98. package/assets/animals.svg +15 -0
  99. package/assets/attachment-file.svg +14 -0
  100. package/assets/audio-file.svg +12 -0
  101. package/assets/back.png +0 -0
  102. package/assets/backbutton.svg +12 -0
  103. package/assets/call.svg +1 -0
  104. package/assets/chats.svg +1 -0
  105. package/assets/checkmark.svg +11 -0
  106. package/assets/close.svg +12 -0
  107. package/assets/close2x.svg +12 -0
  108. package/assets/collaborativedocument.svg +13 -0
  109. package/assets/collaborativewhiteboard.svg +12 -0
  110. package/assets/create-button.svg +12 -0
  111. package/assets/declaration.d.ts +3 -0
  112. package/assets/delete.svg +7 -0
  113. package/assets/deleteicon.svg +15 -0
  114. package/assets/down-arrow.svg +1 -0
  115. package/assets/download.svg +13 -0
  116. package/assets/editicon.svg +14 -0
  117. package/assets/emoji.svg +2693 -0
  118. package/assets/file-upload.svg +2693 -0
  119. package/assets/flags.svg +12 -0
  120. package/assets/food.svg +26 -0
  121. package/assets/group.svg +40 -0
  122. package/assets/heart-reaction.png +0 -0
  123. package/assets/heart.png +0 -0
  124. package/assets/image.svg +2693 -0
  125. package/assets/incomingcall.wav +0 -0
  126. package/assets/increase-size.svg +6 -0
  127. package/assets/location.svg +2693 -0
  128. package/assets/message-delivered.png +0 -0
  129. package/assets/message-delivered.svg +4 -0
  130. package/assets/message-read.png +0 -0
  131. package/assets/message-read.svg +4 -0
  132. package/assets/message-sent.png +0 -0
  133. package/assets/message-sent.svg +3 -0
  134. package/assets/moreicon.svg +9 -0
  135. package/assets/objects.svg +13 -0
  136. package/assets/open-thread.svg +11 -0
  137. package/assets/password-protected-group.svg +3 -0
  138. package/assets/photolibrary.svg +11 -0
  139. package/assets/placeholder.png +0 -0
  140. package/assets/plus-rotated.svg +13 -0
  141. package/assets/polls.svg +14 -0
  142. package/assets/privacy.svg +4 -0
  143. package/assets/private-group.svg +9 -0
  144. package/assets/public.svg +3 -0
  145. package/assets/reduce-size.svg +6 -0
  146. package/assets/right-arrow.svg +6 -0
  147. package/assets/search.png +0 -0
  148. package/assets/search.svg +4 -0
  149. package/assets/side-arrow.svg +1 -0
  150. package/assets/smileys.svg +16 -0
  151. package/assets/start-chat.svg +1 -0
  152. package/assets/symbols.svg +16 -0
  153. package/assets/thread-arrow.svg +1 -0
  154. package/assets/thread-icon.svg +38 -0
  155. package/assets/threadicon.svg +14 -0
  156. package/assets/translation.svg +16 -0
  157. package/assets/travel.svg +18 -0
  158. package/assets/unsafe-content.svg +23 -0
  159. package/assets/user.svg +31 -0
  160. package/assets/video-upload.svg +2693 -0
  161. package/assets/video.svg +12 -0
  162. package/assets/wait.png +0 -0
  163. package/assets/wait.svg +4 -0
  164. package/assets/warning-small.png +0 -0
  165. package/assets/warning-small.svg +5 -0
  166. package/cometchat-chat-uikit-angular.d.ts +5 -0
  167. package/esm2020/Calls/CallingExtension.mjs +11 -0
  168. package/esm2020/Calls/CallingExtensionDecorator.mjs +114 -0
  169. package/esm2020/Calls/CometChatCallButtons/cometchat-call-buttons/cometchat-call-buttons.component.mjs +358 -0
  170. package/esm2020/Calls/CometChatCallButtons/cometchat-call-buttons.module.mjs +32 -0
  171. package/esm2020/Calls/CometChatIncomingCall/cometchat-incoming-call/cometchat-incoming-call.component.mjs +423 -0
  172. package/esm2020/Calls/CometChatIncomingCall/cometchat-incoming-call.module.mjs +32 -0
  173. package/esm2020/Calls/CometChatOngoingCall/cometchat-ongoing-call/cometchat-ongoing-call.component.mjs +54 -0
  174. package/esm2020/Calls/CometChatOngoingCall/cometchat-ongoing-call.module.mjs +27 -0
  175. package/esm2020/Calls/CometChatOutgoingCall/cometchat-outgoing-call/cometchat-outgoing-call.component.mjs +196 -0
  176. package/esm2020/Calls/CometChatOutgoingCall/cometchat-outgoing-call.module.mjs +28 -0
  177. package/esm2020/CometChatAddMembers/cometchat-add-members/cometchat-add-members.component.mjs +353 -0
  178. package/esm2020/CometChatAddMembers/cometchat-add-members.module.mjs +23 -0
  179. package/esm2020/CometChatBannedMembers/cometchat-banned-members/cometchat-banned-members.component.mjs +446 -0
  180. package/esm2020/CometChatBannedMembers/cometchat-banned-members.module.mjs +24 -0
  181. package/esm2020/CometChatConversations/cometchat-conversations/cometchat-conversations.component.mjs +1400 -0
  182. package/esm2020/CometChatConversations/cometchat-conversations.module.mjs +28 -0
  183. package/esm2020/CometChatConversationsWithMessages/cometchat-conversations-with-messages/cometchat-conversations-with-messages.component.mjs +272 -0
  184. package/esm2020/CometChatConversationsWithMessages/cometchat-conversations-with-messages.module.mjs +39 -0
  185. package/esm2020/CometChatDetails/cometchat-details/cometchat-details.component.mjs +696 -0
  186. package/esm2020/CometChatDetails/cometchat-details.module.mjs +27 -0
  187. package/esm2020/CometChatGroupMembers/cometchat-group-members/cometchat-group-members.component.mjs +676 -0
  188. package/esm2020/CometChatGroupMembers/cometchat-group-members.module.mjs +24 -0
  189. package/esm2020/CometChatGroups/cometchat-groups/cometchat-groups.component.mjs +564 -0
  190. package/esm2020/CometChatGroups/cometchat-groups.module.mjs +28 -0
  191. package/esm2020/CometChatGroupsWithMessages/cometchat-groups-with-messages/cometchat-groups-with-messages.component.mjs +430 -0
  192. package/esm2020/CometChatGroupsWithMessages/cometchat-groups-with-messages.module.mjs +43 -0
  193. package/esm2020/CometChatList/cometchat-list.component.mjs +210 -0
  194. package/esm2020/CometChatList/cometchat-list.module.mjs +28 -0
  195. package/esm2020/CometChatMessageBubble/cometchat-message-bubble/cometchat-message-bubble.component.mjs +157 -0
  196. package/esm2020/CometChatMessageBubble/cometchat-message-bubble.module.mjs +23 -0
  197. package/esm2020/CometChatMessageComposer/cometchat-message-composer/cometchat-message-composer.component.mjs +930 -0
  198. package/esm2020/CometChatMessageComposer/cometchat-message-composer.module.mjs +24 -0
  199. package/esm2020/CometChatMessageHeader/cometchat-message-header/cometchat-message-header.component.mjs +420 -0
  200. package/esm2020/CometChatMessageHeader/cometchat-message-header.module.mjs +26 -0
  201. package/esm2020/CometChatMessageList/cometchat-message-list/cometchat-message-list.component.mjs +2598 -0
  202. package/esm2020/CometChatMessageList/cometchat-message-list.module.mjs +34 -0
  203. package/esm2020/CometChatMessages/cometchat-messages/cometchat-messages.component.mjs +393 -0
  204. package/esm2020/CometChatMessages/cometchat-messages.module.mjs +48 -0
  205. package/esm2020/CometChatTheme.service.mjs +17 -0
  206. package/esm2020/CometChatThreadedMessages/cometchat-threaded-messages/cometchat-threaded-messages.component.mjs +304 -0
  207. package/esm2020/CometChatThreadedMessages/cometchat-threaded-messages.module.mjs +36 -0
  208. package/esm2020/CometChatTransferOwnership/cometchat-transfer-ownership/cometchat-transfer-ownership.component.mjs +337 -0
  209. package/esm2020/CometChatTransferOwnership/cometchat-transfer-ownership.module.mjs +21 -0
  210. package/esm2020/CometChatUsers/cometchat-users/cometchat-users.component.mjs +447 -0
  211. package/esm2020/CometChatUsers/cometchat-users.module.mjs +32 -0
  212. package/esm2020/CometChatUsersWithMessages/cometchat-users-with-messages/cometchat-users-with-messages.component.mjs +185 -0
  213. package/esm2020/CometChatUsersWithMessages/cometchat-users-with-messages.module.mjs +39 -0
  214. package/esm2020/Extensions/CollaborativeDocument/CollaborativeDocumentExtension.mjs +11 -0
  215. package/esm2020/Extensions/CollaborativeDocument/CollaborativeDocumentExtensionDecorator.mjs +89 -0
  216. package/esm2020/Extensions/CollaborativeWhiteboard/CollaborativeWhiteboardExtension.mjs +11 -0
  217. package/esm2020/Extensions/CollaborativeWhiteboard/CollaborativeWhiteboardExtensionDecorator.mjs +89 -0
  218. package/esm2020/Extensions/ImageModeration/ImageModerationExtension.mjs +10 -0
  219. package/esm2020/Extensions/ImageModeration/ImageModerationExtensionDecorator.mjs +10 -0
  220. package/esm2020/Extensions/LinkPreviewExtension/LinkPreviewExtension.mjs +10 -0
  221. package/esm2020/Extensions/LinkPreviewExtension/LinkPreviewExtensionDecorator.mjs +10 -0
  222. package/esm2020/Extensions/MessageTranslation/MessageTranslationExtension.mjs +11 -0
  223. package/esm2020/Extensions/MessageTranslation/MessageTranslationExtensionDecorator.mjs +33 -0
  224. package/esm2020/Extensions/PollsExtension/PollsExtension.mjs +10 -0
  225. package/esm2020/Extensions/PollsExtension/PollsExtensionDecorator.mjs +75 -0
  226. package/esm2020/Extensions/Reactions/ReactionExtension.mjs +10 -0
  227. package/esm2020/Extensions/Reactions/ReactionExtensionDecorator.mjs +30 -0
  228. package/esm2020/Extensions/SmartReplies/SmartRepliesExtension.mjs +11 -0
  229. package/esm2020/Extensions/SmartReplies/SmartRepliesExtensionDecorator.mjs +117 -0
  230. package/esm2020/Extensions/Stickers/StickersExtension.mjs +15 -0
  231. package/esm2020/Extensions/Stickers/StickersExtensionDecorator.mjs +118 -0
  232. package/esm2020/Extensions/TextModerator/TextModeratorExtension.mjs +10 -0
  233. package/esm2020/Extensions/TextModerator/TextModeratorExtensionDecorator.mjs +32 -0
  234. package/esm2020/Extensions/ThumbnailGeneration/ThumbnailGenerationExtension.mjs +10 -0
  235. package/esm2020/Extensions/ThumbnailGeneration/ThumbnailGenerationExtensionDecorator.mjs +10 -0
  236. package/esm2020/Shared/CometChatUIkit/CometChatUIKit.mjs +180 -0
  237. package/esm2020/Shared/Framework/ChatConfigurator.mjs +20 -0
  238. package/esm2020/Shared/Framework/DataSource.mjs +3 -0
  239. package/esm2020/Shared/Framework/DataSourceDecorator.mjs +80 -0
  240. package/esm2020/Shared/Framework/ExtensionDataSource.mjs +4 -0
  241. package/esm2020/Shared/Utils/MessageUtils.mjs +342 -0
  242. package/esm2020/cometchat-chat-uikit-angular.mjs +5 -0
  243. package/esm2020/public-api.mjs +93 -0
  244. package/fesm2015/cometchat-chat-uikit-angular.mjs +13683 -0
  245. package/fesm2015/cometchat-chat-uikit-angular.mjs.map +1 -0
  246. package/fesm2020/cometchat-chat-uikit-angular.mjs +13586 -0
  247. package/fesm2020/cometchat-chat-uikit-angular.mjs.map +1 -0
  248. package/package.json +51 -0
  249. package/public-api.d.ts +79 -0
@@ -0,0 +1,14 @@
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/Attachment File</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/Attachment-File" stroke="#000000" stroke-width="1.5">
6
+ <g id="Group" transform="translate(2.000000, 3.000000)">
7
+ <path d="M9.33333333,14.6666667 C9.33333333,17.6121853 11.721148,20 14.6666667,20 C17.6121853,20 20,17.6121853 20,14.6666667 C20,11.721148 17.6121853,9.33333333 14.6666667,9.33333333 C11.721148,9.33333333 9.33333333,11.721148 9.33333333,14.6666667 Z" id="Path"></path>
8
+ <line x1="14.6666667" y1="12" x2="14.6666667" y2="17.3333333" id="Path"></line>
9
+ <line x1="12" y1="14.6666667" x2="17.3333333" y2="14.6666667" id="Path"></line>
10
+ <path d="M6,17.3333333 L1.33333333,17.3333333 C0.596953667,17.3333333 0,16.7363797 0,16 L0,1.33333333 C0,0.596953667 0.596953667,0 1.33333333,0 L10.7813333,0 C11.1347086,0 11.4736014,0.140428224 11.7235556,0.390222222 L14.2764444,2.94311111 C14.5262384,3.19306523 14.6666667,3.53195804 14.6666667,3.88533333 L14.6666667,6" id="Path"></path>
11
+ </g>
12
+ </g>
13
+ </g>
14
+ </svg>
@@ -0,0 +1,12 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0)">
3
+ <path d="M1 5C1 3.89543 1.89543 3 3 3H21.5C22.6046 3 23.5 3.89543 23.5 5V19C23.5 20.1046 22.6046 21 21.5 21H3C1.89543 21 1 20.1046 1 19V5Z" stroke="#808080" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M9 15.5C9 15.8978 9.15803 16.2794 9.43934 16.5607C9.72064 16.842 10.1022 17 10.5 17C10.8978 17 11.2794 16.842 11.5607 16.5607C11.842 16.2794 12 15.8978 12 15.5C12 15.1022 11.842 14.7206 11.5607 14.4393C11.2794 14.158 10.8978 14 10.5 14C10.1022 14 9.72064 14.158 9.43934 14.4393C9.15803 14.7206 9 15.1022 9 15.5Z" stroke="#808080" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
5
+ <path d="M12 15V7L14.7141 9.27566C15.3657 9.82133 15.7957 10.5251 15.9433 11.2871C16.0909 12.0491 15.9486 12.8307 15.5365 13.5211" stroke="#808080" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
6
+ </g>
7
+ <defs>
8
+ <clipPath id="clip0">
9
+ <rect width="24" height="24" fill="white"/>
10
+ </clipPath>
11
+ </defs>
12
+ </svg>
Binary file
@@ -0,0 +1,12 @@
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/backbutton</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/Back" stroke="#000000" stroke-width="1.5">
6
+ <g id="Group" transform="translate(3.000000, 3.250000)">
7
+ <line x1="18.75" y1="8.75" x2="0" y2="8.75" id="Path"></line>
8
+ <polyline id="Path" points="8.75 0 0 8.75 8.75 17.5"></polyline>
9
+ </g>
10
+ </g>
11
+ </g>
12
+ </svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 25"><title>Call</title><path id="Call" d="M21.24,25H21A24.44,24.44,0,0,1,7.16,18.74h0l-.87-.87A24.44,24.44,0,0,1,0,4,2.08,2.08,0,0,1,1.33,1.83L5.82.09a1.29,1.29,0,0,1,1.6.59l3.15,5.79A1.3,1.3,0,0,1,10.35,8L7.47,10.83a.29.29,0,0,0,0,.38,29.66,29.66,0,0,0,2.89,3.6,27.16,27.16,0,0,0,3.48,2.77.29.29,0,0,0,.37,0L17,14.65a1.3,1.3,0,0,1,1.54-.23l5.79,3.15a1.3,1.3,0,0,1,.59,1.6l-1.74,4.49A2.08,2.08,0,0,1,21.24,25ZM7.85,18a23.43,23.43,0,0,0,13.26,6,1.08,1.08,0,0,0,1.13-.69L24,18.82a.29.29,0,0,0-.13-.36L18.05,15.3a.29.29,0,0,0-.35.05l-2.83,2.88a1.28,1.28,0,0,1-1.64.17,28.12,28.12,0,0,1-3.62-2.89,30.65,30.65,0,0,1-3-3.75,1.29,1.29,0,0,1,.16-1.65L9.65,7.29a.29.29,0,0,0,.05-.35L6.54,1.15A.29.29,0,0,0,6.18,1L1.69,2.76A1.08,1.08,0,0,0,1,3.89,23.44,23.44,0,0,0,7,17.16Z" fill="#0e1d25"/></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><defs><style>.cls-1{fill:#35353d;}</style></defs><title>Asset 74</title><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><path class="cls-1" d="M56,0H8A8,8,0,0,0,0,8V61.33a2.68,2.68,0,0,0,1.55,2.43A2.75,2.75,0,0,0,2.67,64a2.67,2.67,0,0,0,1.73-.64L20.07,49.93A8,8,0,0,1,25.28,48H56a8,8,0,0,0,8-8V8A8,8,0,0,0,56,0Zm2.67,40A2.68,2.68,0,0,1,56,42.67H25.28a13.36,13.36,0,0,0-8.68,3.21L5.33,55.54V8A2.68,2.68,0,0,1,8,5.33H56A2.68,2.68,0,0,1,58.67,8Z"/><path class="cls-1" d="M45.33,15.69H18.67a2.67,2.67,0,1,0,0,5.33H45.33a2.67,2.67,0,1,0,0-5.33Z"/><path class="cls-1" d="M45.33,26.36H18.67a2.67,2.67,0,1,0,0,5.33H45.33a2.67,2.67,0,1,0,0-5.33Z"/></g></g></svg>
@@ -0,0 +1,11 @@
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/Checkmark Empty@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/Checkmark-Empty" stroke="#000000" stroke-width="1.5">
6
+ <g id="Group" transform="translate(3.000000, 3.000000)">
7
+ <path d="M0,9 C0,13.9705627 4.02943725,18 9,18 C13.9705627,18 18,13.9705627 18,9 C18,4.02943725 13.9705627,0 9,0 C4.02943725,0 0,4.02943725 0,9 Z" id="Path"></path>
8
+ </g>
9
+ </g>
10
+ </g>
11
+ </svg>
@@ -0,0 +1,12 @@
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</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" stroke="#000000" stroke-width="1.5">
6
+ <g id="Group" transform="translate(5.000000, 5.000000)">
7
+ <line x1="0" y1="0" x2="14" y2="14" id="Path-9"></line>
8
+ <line x1="0" y1="0" x2="14" y2="14" id="Path-9" transform="translate(7.000000, 7.000000) scale(-1, 1) translate(-7.000000, -7.000000) "></line>
9
+ </g>
10
+ </g>
11
+ </g>
12
+ </svg>
@@ -0,0 +1,12 @@
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/Close</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" stroke="#000000" stroke-width="1.5">
6
+ <g id="Group" transform="translate(5.000000, 5.000000)">
7
+ <line x1="0" y1="0" x2="14" y2="14" id="Path-9"></line>
8
+ <line x1="0" y1="0" x2="14" y2="14" id="Path-9" transform="translate(7.000000, 7.000000) scale(-1, 1) translate(-7.000000, -7.000000) "></line>
9
+ </g>
10
+ </g>
11
+ </g>
12
+ </svg>
@@ -0,0 +1,13 @@
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/Collaborative Document</title>
4
+ <g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
+ <g id="Icons/24-Extensions/Collaborative-Document" fill="#000000" fill-rule="nonzero">
6
+ <path d="M21.019664,11.0497498 C20.2968766,11.0497498 19.6037718,11.3372517 19.0931699,11.8488579 L11.9722287,18.9696649 C11.8675218,19.07437 11.7961523,19.207727 11.7671152,19.3529288 L11.0671938,22.8529288 C10.9622469,23.3777219 11.4249469,23.8404018 11.9497354,23.7354323 L15.4493424,23.0354323 C15.5945931,23.0063789 15.7279879,22.9349647 15.8327036,22.830196 L22.9504376,15.7088627 C24.0147495,14.6469387 24.0170552,12.9221237 22.9548584,11.8566265 L22.9136114,11.8181375 C22.4355563,11.3372517 21.7424514,11.0497498 21.019664,11.0497498 Z M21.019664,12.5497498 C21.2977603,12.5497498 21.5660731,12.6445675 21.7814054,12.816289 L21.9254022,12.9466625 L22.00838,13.0404351 C22.3677898,13.4966868 22.3370963,14.2018865 21.890239,14.6477416 L14.931,21.609 L12.758,22.043 L13.193,19.869 L20.1543459,12.9090017 C20.3840891,12.6788071 20.6952184,12.5497498 21.019664,12.5497498 Z" id="Path"></path>
7
+ <path d="M17.3982707,1.25 C18.5339913,1.25 19.463993,2.13072139 19.5427157,3.24645803 L19.5481135,3.4 L19.5481135,9.7 C19.5481135,10.1142136 19.2123271,10.45 18.7981135,10.45 C18.4184177,10.45 18.1046226,10.1678461 18.0549601,9.80177056 L18.0481135,9.7 L18.0481135,3.4 C18.0481135,3.07363278 17.8076479,2.80347042 17.4942955,2.75704724 L17.3982707,2.75 L3.39984279,2.75 C3.07358878,2.75 2.80346372,2.99049261 2.75704639,3.30394351 L2.75,3.4 L2.75,18.8 C2.75,19.1263672 2.99046561,19.3965296 3.30381804,19.4429528 L3.39984279,19.45 L8.99921396,19.45 C9.41342753,19.45 9.74921396,19.7857864 9.74921396,20.2 C9.74921396,20.5796958 9.46706008,20.893491 9.10098452,20.9431534 L8.99921396,20.95 L3.39984279,20.95 C2.26412221,20.95 1.33412057,20.0692786 1.25539778,18.953542 L1.25,18.8 L1.25,3.4 C1.25,2.26423244 2.13062249,1.33412985 3.24630755,1.25539838 L3.39984279,1.25 L17.3982707,1.25 Z" id="Path"></path>
8
+ <path d="M14.5985851,5.45 C15.0127987,5.45 15.3485851,5.78578644 15.3485851,6.2 C15.3485851,6.57969577 15.0664313,6.89349096 14.7003557,6.94315338 L14.5985851,6.95 L8.99921396,6.95 C8.5850004,6.95 8.24921396,6.61421356 8.24921396,6.2 C8.24921396,5.82030423 8.53136785,5.50650904 8.89744341,5.45684662 L8.99921396,5.45 L14.5985851,5.45 Z" id="Path"></path>
9
+ <path d="M14.5985851,9.65 C15.0127987,9.65 15.3485851,9.98578644 15.3485851,10.4 C15.3485851,10.7796958 15.0664313,11.093491 14.7003557,11.1431534 L14.5985851,11.15 L6.19952838,11.15 C5.78531482,11.15 5.44952838,10.8142136 5.44952838,10.4 C5.44952838,10.0203042 5.73168226,9.70650904 6.09775782,9.65684662 L6.19952838,9.65 L14.5985851,9.65 Z" id="Path"></path>
10
+ <path d="M13.1987423,13.85 C13.6129559,13.85 13.9487423,14.1857864 13.9487423,14.6 C13.9487423,14.9796958 13.6665885,15.293491 13.3005129,15.3431534 L13.1987423,15.35 L6.19952838,15.35 C5.78531482,15.35 5.44952838,15.0142136 5.44952838,14.6 C5.44952838,14.2203042 5.73168226,13.906509 6.09775782,13.8568466 L6.19952838,13.85 L13.1987423,13.85 Z" id="Path"></path>
11
+ </g>
12
+ </g>
13
+ </svg>
@@ -0,0 +1,12 @@
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/Collaborative Whiteboard</title>
4
+ <g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
+ <g id="Icons/24-Extensions/Collaborative-Whiteboard" fill="#000000" fill-rule="nonzero">
6
+ <path d="M6.2,1.25 C4.2473527,1.25 2.65,2.77128829 2.65,4.66666667 C2.65,6.56204505 4.2473527,8.08333333 6.2,8.08333333 C8.1526473,8.08333333 9.75,6.56204505 9.75,4.66666667 C9.75,2.77128829 8.1526473,1.25 6.2,1.25 Z M6.2,2.75 C7.3401473,2.75 8.25,3.61652638 8.25,4.66666667 C8.25,5.71680695 7.3401473,6.58333333 6.2,6.58333333 C5.0598527,6.58333333 4.15,5.71680695 4.15,4.66666667 C4.15,3.61652638 5.0598527,2.75 6.2,2.75 Z" id="Path"></path>
7
+ <path d="M6.2,7.91666667 C6.57969577,7.91666667 6.89349096,8.19882055 6.94315338,8.56489611 L6.95,8.66666667 L6.95,14 C6.95,14.4142136 6.61421356,14.75 6.2,14.75 C5.82030423,14.75 5.50650904,14.4678461 5.45684662,14.1017706 L5.45,14 L5.45,8.66666667 C5.45,8.2524531 5.78578644,7.91666667 6.2,7.91666667 Z" id="Path"></path>
8
+ <path d="M6.2,7.91666673 C3.47415406,7.91666673 1.25,10.0349087 1.25,12.6666667 L1.25,15.3333333 L1.25684662,15.4351039 C1.30650904,15.8011795 1.62030423,16.0833333 2,16.0833333 L2.725,16.083 L3.3541005,22.0783194 C3.39418895,22.4601142 3.71610639,22.75 4.1,22.75 L8.3,22.75 L8.40299648,22.7429615 C8.74009489,22.6965339 9.00945546,22.4254056 9.0458995,22.0783194 L9.674,16.083 L10.4,16.0833333 C10.8142136,16.0833333 11.15,15.7475469 11.15,15.3333333 L11.15,12.6666667 C11.15,10.0349087 8.92584594,7.91666673 6.2,7.91666673 Z M6.39003599,9.42150275 C8.21408216,9.514591 9.65,10.9396974 9.65,12.6666667 L9.649,14.583 L9,14.5833333 L8.89700352,14.5903718 C8.55990511,14.6367994 8.29054454,14.9079278 8.2541005,15.2550139 L7.624,21.25 L4.775,21.25 L4.1458995,15.2550139 L4.12814397,15.1533155 C4.04676841,14.8229084 3.74899419,14.5833333 3.4,14.5833333 L2.75,14.583 L2.75,12.6666667 C2.75,10.8801468 4.28665405,9.41666673 6.2,9.41666673 L6.39003599,9.42150275 Z" id="Path"></path>
9
+ <path d="M21.6,1.25 C22.7281683,1.25 23.6652093,2.09570502 23.7445585,3.18354707 L23.75,3.33333333 L23.75,14.6666667 C23.75,15.7752741 22.8620097,16.6691795 21.7525939,16.7448147 L21.6,16.75 L13.2,16.75 C12.7857864,16.75 12.45,16.4142136 12.45,16 C12.45,15.6203042 12.7321539,15.306509 13.0982294,15.2568466 L13.2,15.25 L21.6,15.25 C21.9335897,15.25 22.1978428,15.0272126 22.2431318,14.7509728 L22.25,14.6666667 L22.25,3.33333333 C22.25,3.04809641 22.0160733,2.79937841 21.6978472,2.75651429 L21.6,2.75 L11.8,2.75 C11.3857864,2.75 11.05,2.41421356 11.05,2 C11.05,1.62030423 11.3321539,1.30650904 11.6982294,1.25684662 L11.8,1.25 L21.6,1.25 Z" id="Path"></path>
10
+ </g>
11
+ </g>
12
+ </svg>
@@ -0,0 +1,12 @@
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</title>
4
+ <g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round">
5
+ <g id="Icons/24/Plus" stroke="#000000" stroke-width="1.5">
6
+ <g id="Group" transform="translate(3.000000, 3.000000)">
7
+ <line x1="9" y1="0" x2="9" y2="18" id="Path-10"></line>
8
+ <line x1="0" y1="9" x2="18" y2="9" id="Path-11"></line>
9
+ </g>
10
+ </g>
11
+ </g>
12
+ </svg>
@@ -0,0 +1,3 @@
1
+ declare module "*.svg"
2
+ declare module "*.png"
3
+ declare module "*.wav";
@@ -0,0 +1,7 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M17.25 21H6.75C6.35218 21 5.97064 20.842 5.68934 20.5607C5.40804 20.2794 5.25 19.8978 5.25 19.5V6H18.75V19.5C18.75 19.8978 18.592 20.2794 18.3107 20.5607C18.0294 20.842 17.6478 21 17.25 21Z" stroke="#FF0000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M9.75 16.5V10.5" stroke="#FF0000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M14.25 16.5V10.5" stroke="#FF0000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
5
+ <path d="M2.25 6H21.75" stroke="#FF0000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
6
+ <path d="M14.25 3H9.75C9.35218 3 8.97064 3.15804 8.68934 3.43934C8.40804 3.72064 8.25 4.10218 8.25 4.5V6H15.75V4.5C15.75 4.10218 15.592 3.72064 15.3107 3.43934C15.0294 3.15804 14.6478 3 14.25 3Z" stroke="#FF0000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
7
+ </svg>
@@ -0,0 +1,15 @@
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/deleteicon</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/Delete" stroke="#000000" stroke-width="1.5">
6
+ <g id="Group" transform="translate(2.000000, 2.000000)">
7
+ <line x1="0" y1="3.6363627" x2="20" y2="3.6363627" id="Path"></line>
8
+ <path d="M12.0454545,0 L7.95454545,0 C7.20142989,0 6.59090909,0.610520639 6.59090909,1.36363601 L6.59090909,3.6363627 L13.4090909,3.6363627 L13.4090909,1.36363601 C13.4090909,0.610520639 12.7985701,0 12.0454545,0 Z" id="Path"></path>
9
+ <line x1="7.95454545" y1="15.2272688" x2="7.95454545" y2="8.40908875" id="Path"></line>
10
+ <line x1="12.0454545" y1="15.2272688" x2="12.0454545" y2="8.40908875" id="Path"></line>
11
+ <path d="M16.2363636,18.7454497 C16.1838968,19.4542339 15.5925391,20.0019341 14.8818182,20 L5.11818182,20 C4.40746088,20.0019341 3.81610324,19.4542339 3.76363636,18.7454497 L2.5,3.6363627 L17.5,3.6363627 L16.2363636,18.7454497 Z" id="Path"></path>
12
+ </g>
13
+ </g>
14
+ </g>
15
+ </svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'><svg enable-background="new 0 0 32 32" id="Слой_1" version="1.1" viewBox="0 0 32 32" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M24.285,11.284L16,19.571l-8.285-8.288c-0.395-0.395-1.034-0.395-1.429,0 c-0.394,0.395-0.394,1.035,0,1.43l8.999,9.002l0,0l0,0c0.394,0.395,1.034,0.395,1.428,0l8.999-9.002 c0.394-0.395,0.394-1.036,0-1.431C25.319,10.889,24.679,10.889,24.285,11.284z" fill="#121313" id="Expand_More"/><g/><g/><g/><g/><g/><g/></svg>
@@ -0,0 +1,13 @@
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/Download</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/Download" stroke="#000000" stroke-width="1.5">
6
+ <g id="Group" transform="translate(1.000000, 1.000000)">
7
+ <polyline id="Path" points="7.33333333 13.2 11 16.8666667 14.6666667 13.2"></polyline>
8
+ <line x1="11" y1="5.86666667" x2="11" y2="16.8666667" id="Path"></line>
9
+ <path d="M0,11 C0,17.0751322 4.92486775,22 11,22 C17.0751322,22 22,17.0751322 22,11 C22,4.92486775 17.0751322,0 11,0 C4.92486775,0 0,4.92486775 0,11 Z" id="Path"></path>
10
+ </g>
11
+ </g>
12
+ </g>
13
+ </svg>
@@ -0,0 +1,14 @@
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/editicon</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/Edit" stroke="#000000" stroke-width="1.5">
6
+ <g id="Group" transform="translate(3.000000, 3.000000)">
7
+ <path d="M17.8666667,0.883555287 C17.2934403,0.312679329 16.5158214,-0.00540815756 15.7068357,0 C14.8978501,0.00554734575 14.1246099,0.334135909 13.5591667,0.912721954 L1.47583333,12.9960553 L0,18.750222 L5.75416667,17.2743886 L17.8375,5.19105529 C18.416086,4.6256121 18.7446746,3.8523719 18.750222,3.04338623 C18.7556301,2.23440057 18.4375426,1.45678164 17.8666667,0.883555287 Z" id="Path"></path>
8
+ <line x1="13.2133333" y1="1.25855529" x2="17.4916667" y2="5.53688862" id="Path"></line>
9
+ <line x1="11.4683333" y1="3.00355529" x2="15.7466667" y2="7.28188862" id="Path"></line>
10
+ <line x1="1.47583333" y1="12.9960553" x2="5.75833333" y2="17.270222" id="Path"></line>
11
+ </g>
12
+ </g>
13
+ </g>
14
+ </svg>