@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.
- package/Calls/CallingExtension.d.ts +5 -0
- package/Calls/CallingExtensionDecorator.d.ts +17 -0
- package/Calls/CometChatCallButtons/cometchat-call-buttons/cometchat-call-buttons.component.d.ts +75 -0
- package/Calls/CometChatCallButtons/cometchat-call-buttons.module.d.ts +11 -0
- package/Calls/CometChatIncomingCall/cometchat-incoming-call/cometchat-incoming-call.component.d.ts +80 -0
- package/Calls/CometChatIncomingCall/cometchat-incoming-call.module.d.ts +11 -0
- package/Calls/CometChatOngoingCall/cometchat-ongoing-call/cometchat-ongoing-call.component.d.ts +26 -0
- package/Calls/CometChatOngoingCall/cometchat-ongoing-call.module.d.ts +9 -0
- package/Calls/CometChatOutgoingCall/cometchat-outgoing-call/cometchat-outgoing-call.component.d.ts +58 -0
- package/Calls/CometChatOutgoingCall/cometchat-outgoing-call.module.d.ts +10 -0
- package/CometChatAddMembers/cometchat-add-members/cometchat-add-members.component.d.ts +109 -0
- package/CometChatAddMembers/cometchat-add-members.module.d.ts +12 -0
- package/CometChatBannedMembers/cometchat-banned-members/cometchat-banned-members.component.d.ts +140 -0
- package/CometChatBannedMembers/cometchat-banned-members.module.d.ts +13 -0
- package/CometChatConversations/cometchat-conversations/cometchat-conversations.component.d.ts +335 -0
- package/CometChatConversations/cometchat-conversations.module.d.ts +10 -0
- package/CometChatConversationsWithMessages/cometchat-conversations-with-messages/cometchat-conversations-with-messages.component.d.ts +86 -0
- package/CometChatConversationsWithMessages/cometchat-conversations-with-messages.module.d.ts +12 -0
- package/CometChatDetails/cometchat-details/cometchat-details.component.d.ts +149 -0
- package/CometChatDetails/cometchat-details.module.d.ts +12 -0
- package/CometChatGroupMembers/cometchat-group-members/cometchat-group-members.component.d.ts +145 -0
- package/CometChatGroupMembers/cometchat-group-members.module.d.ts +13 -0
- package/CometChatGroups/cometchat-groups/cometchat-groups.component.d.ts +136 -0
- package/CometChatGroups/cometchat-groups.module.d.ts +10 -0
- package/CometChatGroupsWithMessages/cometchat-groups-with-messages/cometchat-groups-with-messages.component.d.ts +100 -0
- package/CometChatGroupsWithMessages/cometchat-groups-with-messages.module.d.ts +13 -0
- package/CometChatList/cometchat-list.component.d.ts +87 -0
- package/CometChatList/cometchat-list.module.d.ts +10 -0
- package/CometChatMessageBubble/cometchat-message-bubble/cometchat-message-bubble.component.d.ts +62 -0
- package/CometChatMessageBubble/cometchat-message-bubble.module.d.ts +8 -0
- package/CometChatMessageComposer/cometchat-message-composer/cometchat-message-composer.component.d.ts +165 -0
- package/CometChatMessageComposer/cometchat-message-composer.module.d.ts +9 -0
- package/CometChatMessageHeader/cometchat-message-header/cometchat-message-header.component.d.ts +85 -0
- package/CometChatMessageHeader/cometchat-message-header.module.d.ts +9 -0
- package/CometChatMessageList/cometchat-message-list/cometchat-message-list.component.d.ts +510 -0
- package/CometChatMessageList/cometchat-message-list.module.d.ts +11 -0
- package/CometChatMessages/cometchat-messages/cometchat-messages.component.d.ts +136 -0
- package/CometChatMessages/cometchat-messages.module.d.ts +15 -0
- package/CometChatTheme.service.d.ts +7 -0
- package/CometChatThreadedMessages/cometchat-threaded-messages/cometchat-threaded-messages.component.d.ts +73 -0
- package/CometChatThreadedMessages/cometchat-threaded-messages.module.d.ts +12 -0
- package/CometChatTransferOwnership/cometchat-transfer-ownership/cometchat-transfer-ownership.component.d.ts +88 -0
- package/CometChatTransferOwnership/cometchat-transfer-ownership.module.d.ts +10 -0
- package/CometChatUsers/cometchat-users/cometchat-users.component.d.ts +105 -0
- package/CometChatUsers/cometchat-users.module.d.ts +11 -0
- package/CometChatUsersWithMessages/cometchat-users-with-messages/cometchat-users-with-messages.component.d.ts +71 -0
- package/CometChatUsersWithMessages/cometchat-users-with-messages.module.d.ts +12 -0
- package/Extensions/CollaborativeDocument/CollaborativeDocumentExtension.d.ts +9 -0
- package/Extensions/CollaborativeDocument/CollaborativeDocumentExtensionDecorator.d.ts +17 -0
- package/Extensions/CollaborativeWhiteboard/CollaborativeWhiteboardExtension.d.ts +9 -0
- package/Extensions/CollaborativeWhiteboard/CollaborativeWhiteboardExtensionDecorator.d.ts +17 -0
- package/Extensions/ImageModeration/ImageModerationExtension.d.ts +5 -0
- package/Extensions/ImageModeration/ImageModerationExtensionDecorator.d.ts +6 -0
- package/Extensions/LinkPreviewExtension/LinkPreviewExtension.d.ts +5 -0
- package/Extensions/LinkPreviewExtension/LinkPreviewExtensionDecorator.d.ts +6 -0
- package/Extensions/MessageTranslation/MessageTranslationExtension.d.ts +9 -0
- package/Extensions/MessageTranslation/MessageTranslationExtensionDecorator.d.ts +12 -0
- package/Extensions/PollsExtension/PollsExtension.d.ts +5 -0
- package/Extensions/PollsExtension/PollsExtensionDecorator.d.ts +15 -0
- package/Extensions/Reactions/ReactionExtension.d.ts +5 -0
- package/Extensions/Reactions/ReactionExtensionDecorator.d.ts +10 -0
- package/Extensions/SmartReplies/SmartRepliesExtension.d.ts +9 -0
- package/Extensions/SmartReplies/SmartRepliesExtensionDecorator.d.ts +16 -0
- package/Extensions/Stickers/StickersExtension.d.ts +9 -0
- package/Extensions/Stickers/StickersExtensionDecorator.d.ts +27 -0
- package/Extensions/TextModerator/TextModeratorExtension.d.ts +5 -0
- package/Extensions/TextModerator/TextModeratorExtensionDecorator.d.ts +9 -0
- package/Extensions/ThumbnailGeneration/ThumbnailGenerationExtension.d.ts +5 -0
- package/Extensions/ThumbnailGeneration/ThumbnailGenerationExtensionDecorator.d.ts +6 -0
- package/README.md +60 -0
- package/Shared/CometChatUIkit/CometChatUIKit.d.ts +18 -0
- package/Shared/Framework/ChatConfigurator.d.ts +8 -0
- package/Shared/Framework/DataSource.d.ts +29 -0
- package/Shared/Framework/DataSourceDecorator.d.ts +32 -0
- package/Shared/Framework/ExtensionDataSource.d.ts +3 -0
- package/Shared/Utils/MessageUtils.d.ts +43 -0
- package/assets/.gitkeep +0 -0
- package/assets/Audio-Call.svg +11 -0
- package/assets/Audio-Call2x.svg +11 -0
- package/assets/Copy.svg +17 -0
- package/assets/Grid-layout.svg +1 -0
- package/assets/Heart.svg +11 -0
- package/assets/Imagemoderation.svg +14 -0
- package/assets/Info.svg +13 -0
- package/assets/Locked.svg +10 -0
- package/assets/More@2x.svg +9 -0
- package/assets/Plus.svg +13 -0
- package/assets/Private.svg +10 -0
- package/assets/Reactionsicon.svg +9 -0
- package/assets/Send.svg +12 -0
- package/assets/Spinner.svg +15 -0
- package/assets/Stickers.svg +16 -0
- package/assets/Stipop.svg +9 -0
- package/assets/Video-call.svg +12 -0
- package/assets/Video-call2x.svg +12 -0
- package/assets/activity.svg +22 -0
- package/assets/addreaction.svg +9 -0
- package/assets/animals.svg +15 -0
- package/assets/attachment-file.svg +14 -0
- package/assets/audio-file.svg +12 -0
- package/assets/back.png +0 -0
- package/assets/backbutton.svg +12 -0
- package/assets/call.svg +1 -0
- package/assets/chats.svg +1 -0
- package/assets/checkmark.svg +11 -0
- package/assets/close.svg +12 -0
- package/assets/close2x.svg +12 -0
- package/assets/collaborativedocument.svg +13 -0
- package/assets/collaborativewhiteboard.svg +12 -0
- package/assets/create-button.svg +12 -0
- package/assets/declaration.d.ts +3 -0
- package/assets/delete.svg +7 -0
- package/assets/deleteicon.svg +15 -0
- package/assets/down-arrow.svg +1 -0
- package/assets/download.svg +13 -0
- package/assets/editicon.svg +14 -0
- package/assets/emoji.svg +2693 -0
- package/assets/file-upload.svg +2693 -0
- package/assets/flags.svg +12 -0
- package/assets/food.svg +26 -0
- package/assets/group.svg +40 -0
- package/assets/heart-reaction.png +0 -0
- package/assets/heart.png +0 -0
- package/assets/image.svg +2693 -0
- package/assets/incomingcall.wav +0 -0
- package/assets/increase-size.svg +6 -0
- package/assets/location.svg +2693 -0
- package/assets/message-delivered.png +0 -0
- package/assets/message-delivered.svg +4 -0
- package/assets/message-read.png +0 -0
- package/assets/message-read.svg +4 -0
- package/assets/message-sent.png +0 -0
- package/assets/message-sent.svg +3 -0
- package/assets/moreicon.svg +9 -0
- package/assets/objects.svg +13 -0
- package/assets/open-thread.svg +11 -0
- package/assets/password-protected-group.svg +3 -0
- package/assets/photolibrary.svg +11 -0
- package/assets/placeholder.png +0 -0
- package/assets/plus-rotated.svg +13 -0
- package/assets/polls.svg +14 -0
- package/assets/privacy.svg +4 -0
- package/assets/private-group.svg +9 -0
- package/assets/public.svg +3 -0
- package/assets/reduce-size.svg +6 -0
- package/assets/right-arrow.svg +6 -0
- package/assets/search.png +0 -0
- package/assets/search.svg +4 -0
- package/assets/side-arrow.svg +1 -0
- package/assets/smileys.svg +16 -0
- package/assets/start-chat.svg +1 -0
- package/assets/symbols.svg +16 -0
- package/assets/thread-arrow.svg +1 -0
- package/assets/thread-icon.svg +38 -0
- package/assets/threadicon.svg +14 -0
- package/assets/translation.svg +16 -0
- package/assets/travel.svg +18 -0
- package/assets/unsafe-content.svg +23 -0
- package/assets/user.svg +31 -0
- package/assets/video-upload.svg +2693 -0
- package/assets/video.svg +12 -0
- package/assets/wait.png +0 -0
- package/assets/wait.svg +4 -0
- package/assets/warning-small.png +0 -0
- package/assets/warning-small.svg +5 -0
- package/cometchat-chat-uikit-angular.d.ts +5 -0
- package/esm2020/Calls/CallingExtension.mjs +11 -0
- package/esm2020/Calls/CallingExtensionDecorator.mjs +114 -0
- package/esm2020/Calls/CometChatCallButtons/cometchat-call-buttons/cometchat-call-buttons.component.mjs +358 -0
- package/esm2020/Calls/CometChatCallButtons/cometchat-call-buttons.module.mjs +32 -0
- package/esm2020/Calls/CometChatIncomingCall/cometchat-incoming-call/cometchat-incoming-call.component.mjs +423 -0
- package/esm2020/Calls/CometChatIncomingCall/cometchat-incoming-call.module.mjs +32 -0
- package/esm2020/Calls/CometChatOngoingCall/cometchat-ongoing-call/cometchat-ongoing-call.component.mjs +54 -0
- package/esm2020/Calls/CometChatOngoingCall/cometchat-ongoing-call.module.mjs +27 -0
- package/esm2020/Calls/CometChatOutgoingCall/cometchat-outgoing-call/cometchat-outgoing-call.component.mjs +196 -0
- package/esm2020/Calls/CometChatOutgoingCall/cometchat-outgoing-call.module.mjs +28 -0
- package/esm2020/CometChatAddMembers/cometchat-add-members/cometchat-add-members.component.mjs +353 -0
- package/esm2020/CometChatAddMembers/cometchat-add-members.module.mjs +23 -0
- package/esm2020/CometChatBannedMembers/cometchat-banned-members/cometchat-banned-members.component.mjs +446 -0
- package/esm2020/CometChatBannedMembers/cometchat-banned-members.module.mjs +24 -0
- package/esm2020/CometChatConversations/cometchat-conversations/cometchat-conversations.component.mjs +1400 -0
- package/esm2020/CometChatConversations/cometchat-conversations.module.mjs +28 -0
- package/esm2020/CometChatConversationsWithMessages/cometchat-conversations-with-messages/cometchat-conversations-with-messages.component.mjs +272 -0
- package/esm2020/CometChatConversationsWithMessages/cometchat-conversations-with-messages.module.mjs +39 -0
- package/esm2020/CometChatDetails/cometchat-details/cometchat-details.component.mjs +696 -0
- package/esm2020/CometChatDetails/cometchat-details.module.mjs +27 -0
- package/esm2020/CometChatGroupMembers/cometchat-group-members/cometchat-group-members.component.mjs +676 -0
- package/esm2020/CometChatGroupMembers/cometchat-group-members.module.mjs +24 -0
- package/esm2020/CometChatGroups/cometchat-groups/cometchat-groups.component.mjs +564 -0
- package/esm2020/CometChatGroups/cometchat-groups.module.mjs +28 -0
- package/esm2020/CometChatGroupsWithMessages/cometchat-groups-with-messages/cometchat-groups-with-messages.component.mjs +430 -0
- package/esm2020/CometChatGroupsWithMessages/cometchat-groups-with-messages.module.mjs +43 -0
- package/esm2020/CometChatList/cometchat-list.component.mjs +210 -0
- package/esm2020/CometChatList/cometchat-list.module.mjs +28 -0
- package/esm2020/CometChatMessageBubble/cometchat-message-bubble/cometchat-message-bubble.component.mjs +157 -0
- package/esm2020/CometChatMessageBubble/cometchat-message-bubble.module.mjs +23 -0
- package/esm2020/CometChatMessageComposer/cometchat-message-composer/cometchat-message-composer.component.mjs +930 -0
- package/esm2020/CometChatMessageComposer/cometchat-message-composer.module.mjs +24 -0
- package/esm2020/CometChatMessageHeader/cometchat-message-header/cometchat-message-header.component.mjs +420 -0
- package/esm2020/CometChatMessageHeader/cometchat-message-header.module.mjs +26 -0
- package/esm2020/CometChatMessageList/cometchat-message-list/cometchat-message-list.component.mjs +2598 -0
- package/esm2020/CometChatMessageList/cometchat-message-list.module.mjs +34 -0
- package/esm2020/CometChatMessages/cometchat-messages/cometchat-messages.component.mjs +393 -0
- package/esm2020/CometChatMessages/cometchat-messages.module.mjs +48 -0
- package/esm2020/CometChatTheme.service.mjs +17 -0
- package/esm2020/CometChatThreadedMessages/cometchat-threaded-messages/cometchat-threaded-messages.component.mjs +304 -0
- package/esm2020/CometChatThreadedMessages/cometchat-threaded-messages.module.mjs +36 -0
- package/esm2020/CometChatTransferOwnership/cometchat-transfer-ownership/cometchat-transfer-ownership.component.mjs +337 -0
- package/esm2020/CometChatTransferOwnership/cometchat-transfer-ownership.module.mjs +21 -0
- package/esm2020/CometChatUsers/cometchat-users/cometchat-users.component.mjs +447 -0
- package/esm2020/CometChatUsers/cometchat-users.module.mjs +32 -0
- package/esm2020/CometChatUsersWithMessages/cometchat-users-with-messages/cometchat-users-with-messages.component.mjs +185 -0
- package/esm2020/CometChatUsersWithMessages/cometchat-users-with-messages.module.mjs +39 -0
- package/esm2020/Extensions/CollaborativeDocument/CollaborativeDocumentExtension.mjs +11 -0
- package/esm2020/Extensions/CollaborativeDocument/CollaborativeDocumentExtensionDecorator.mjs +89 -0
- package/esm2020/Extensions/CollaborativeWhiteboard/CollaborativeWhiteboardExtension.mjs +11 -0
- package/esm2020/Extensions/CollaborativeWhiteboard/CollaborativeWhiteboardExtensionDecorator.mjs +89 -0
- package/esm2020/Extensions/ImageModeration/ImageModerationExtension.mjs +10 -0
- package/esm2020/Extensions/ImageModeration/ImageModerationExtensionDecorator.mjs +10 -0
- package/esm2020/Extensions/LinkPreviewExtension/LinkPreviewExtension.mjs +10 -0
- package/esm2020/Extensions/LinkPreviewExtension/LinkPreviewExtensionDecorator.mjs +10 -0
- package/esm2020/Extensions/MessageTranslation/MessageTranslationExtension.mjs +11 -0
- package/esm2020/Extensions/MessageTranslation/MessageTranslationExtensionDecorator.mjs +33 -0
- package/esm2020/Extensions/PollsExtension/PollsExtension.mjs +10 -0
- package/esm2020/Extensions/PollsExtension/PollsExtensionDecorator.mjs +75 -0
- package/esm2020/Extensions/Reactions/ReactionExtension.mjs +10 -0
- package/esm2020/Extensions/Reactions/ReactionExtensionDecorator.mjs +30 -0
- package/esm2020/Extensions/SmartReplies/SmartRepliesExtension.mjs +11 -0
- package/esm2020/Extensions/SmartReplies/SmartRepliesExtensionDecorator.mjs +117 -0
- package/esm2020/Extensions/Stickers/StickersExtension.mjs +15 -0
- package/esm2020/Extensions/Stickers/StickersExtensionDecorator.mjs +118 -0
- package/esm2020/Extensions/TextModerator/TextModeratorExtension.mjs +10 -0
- package/esm2020/Extensions/TextModerator/TextModeratorExtensionDecorator.mjs +32 -0
- package/esm2020/Extensions/ThumbnailGeneration/ThumbnailGenerationExtension.mjs +10 -0
- package/esm2020/Extensions/ThumbnailGeneration/ThumbnailGenerationExtensionDecorator.mjs +10 -0
- package/esm2020/Shared/CometChatUIkit/CometChatUIKit.mjs +180 -0
- package/esm2020/Shared/Framework/ChatConfigurator.mjs +20 -0
- package/esm2020/Shared/Framework/DataSource.mjs +3 -0
- package/esm2020/Shared/Framework/DataSourceDecorator.mjs +80 -0
- package/esm2020/Shared/Framework/ExtensionDataSource.mjs +4 -0
- package/esm2020/Shared/Utils/MessageUtils.mjs +342 -0
- package/esm2020/cometchat-chat-uikit-angular.mjs +5 -0
- package/esm2020/public-api.mjs +93 -0
- package/fesm2015/cometchat-chat-uikit-angular.mjs +13683 -0
- package/fesm2015/cometchat-chat-uikit-angular.mjs.map +1 -0
- package/fesm2020/cometchat-chat-uikit-angular.mjs +13586 -0
- package/fesm2020/cometchat-chat-uikit-angular.mjs.map +1 -0
- package/package.json +51 -0
- package/public-api.d.ts +79 -0
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { DataSource } from "../../Shared/Framework/DataSource";
|
|
2
|
+
import { DataSourceDecorator } from "../../Shared/Framework/DataSourceDecorator";
|
|
3
|
+
export declare class ThumbnailGenerationExtensionDecorator extends DataSourceDecorator {
|
|
4
|
+
constructor(dataSource: DataSource);
|
|
5
|
+
getId(): string;
|
|
6
|
+
}
|
package/README.md
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
<div align="center">
|
|
2
|
+
<img alt="CometChat" src="https://avatars2.githubusercontent.com/u/45484907?s=200&v=4" alt="CometChat" />
|
|
3
|
+
</div>
|
|
4
|
+
<br>
|
|
5
|
+
<div align="center">Full-fledged Chat UIKit built with <a href="https://angular.io/">Angular</a>. </div>
|
|
6
|
+
<div align="center">
|
|
7
|
+
<a href="https://www.cometchat.com/docs/angular-uikit-beta/overview"><strong>Explore CometChat docs »</strong></a>
|
|
8
|
+
</div>
|
|
9
|
+
<br />
|
|
10
|
+
<br />
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+

|
|
14
|
+

|
|
15
|
+

|
|
16
|
+

|
|
17
|
+
|
|
18
|
+
## Table of contents
|
|
19
|
+
- [About the project](#about-the-project)
|
|
20
|
+
- [Built With](#built-with)
|
|
21
|
+
- [Getting Started](#getting-started)
|
|
22
|
+
- [Dependencies](#dependencies)
|
|
23
|
+
- [Versioning](#versioning)
|
|
24
|
+
- [Contributing](#contributing)
|
|
25
|
+
- [Support](#support)
|
|
26
|
+
- [License](#license)
|
|
27
|
+
- [About Authors](#about-authors)
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
## About the project
|
|
31
|
+
CometChat Angular UIKit provides pre-built user interface kit that developers can use to quickly integrate a reliable & fully featured chat experience into an existing or a new app.<br />
|
|
32
|
+
|
|
33
|
+
### Built With
|
|
34
|
+
- Angular 13.3.3
|
|
35
|
+
|
|
36
|
+
## Getting Started
|
|
37
|
+
To set up Angular Chat UIKit and utilize CometChat for your chat functionality, you'll need to follow these steps:
|
|
38
|
+
- Registration: Go to the CometChat website (https://www.cometchat.com/) and sign up for an account.
|
|
39
|
+
- Create an App: After registering, log in to your CometChat account and create a new app. Provide the necessary details such as the app name, platform (Angular), and other relevant information. Once you've created the app, CometChat will generate an Auth Key and App ID for you. Make sure to keep these credentials secure, as you'll need them later.
|
|
40
|
+
- Make sure you've read the [key concepts](https://www.cometchat.com/docs/angular-uikit-beta/key-concepts)
|
|
41
|
+
- Follow the steps provided in the integration section [here](https://www.cometchat.com/docs/angular-uikit-beta/integration#getting-started)
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
## Versioning
|
|
45
|
+
- Semantic Versioning: All of the CometChat packages adhere to [semantic versioning](https://semver.org/) principles.
|
|
46
|
+
|
|
47
|
+
## Contributing
|
|
48
|
+
Please read through our [contributing guidelines](./CONTRIBUTING.md). Included are directions for opening issues, coding standards, and notes on development.
|
|
49
|
+
|
|
50
|
+
## Support
|
|
51
|
+
- Facing any issues while integrating or installing the UI Kit please connect with us via real time support present in <a href="https://app.cometchat.com/signup"> CometChat Dashboard.</a>.
|
|
52
|
+
|
|
53
|
+
## License
|
|
54
|
+
Code released under the [MIT License](./LICENSE).
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
## About Authors
|
|
58
|
+
|
|
59
|
+
This project is created & maintained by: <br/>
|
|
60
|
+
[⚔️ @shantanukhare 🛡](https://github.com/raj-dubey1) <br/>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { CometChat } from "@cometchat-pro/chat";
|
|
2
|
+
import { UIKitSettings } from '@cometchat/uikit-shared';
|
|
3
|
+
import { ExtensionsDataSource } from "../Framework/ExtensionDataSource";
|
|
4
|
+
export declare class CometChatUIKit {
|
|
5
|
+
static uiKitSettings: UIKitSettings | null;
|
|
6
|
+
static init(uiKitSettings: UIKitSettings | null): Promise<Object> | undefined;
|
|
7
|
+
static defaultExtensions: ExtensionsDataSource[];
|
|
8
|
+
static enableCalling(): void;
|
|
9
|
+
private static initiateAfterLogin;
|
|
10
|
+
static login(uid: string): Promise<Object | undefined>;
|
|
11
|
+
static createUser(user: CometChat.User): Promise<Object | undefined>;
|
|
12
|
+
static updateUser(user: CometChat.User): Promise<Object | undefined>;
|
|
13
|
+
static logout(): Promise<Object | undefined>;
|
|
14
|
+
static checkAuthSettings(): boolean;
|
|
15
|
+
static sendCustomMessage(message: CometChat.CustomMessage): void;
|
|
16
|
+
static sendTextMessage(message: CometChat.TextMessage): void;
|
|
17
|
+
static sendMediaMessage(message: CometChat.MediaMessage): void;
|
|
18
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { DataSource } from "./DataSource";
|
|
2
|
+
export declare class ChatConfigurator {
|
|
3
|
+
static dataSource: DataSource;
|
|
4
|
+
static names: Array<string>;
|
|
5
|
+
static init(initialSource?: DataSource): void;
|
|
6
|
+
static enable(callback: (dataSource: DataSource) => DataSource): void;
|
|
7
|
+
static getDataSource(): DataSource;
|
|
8
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { CometChatMessageOption, CometChatMessageTemplate, CometChatTheme } from "@cometchat/uikit-resources";
|
|
2
|
+
import { CometChat } from "@cometchat-pro/chat";
|
|
3
|
+
import { ComposerId } from "../Utils/MessageUtils";
|
|
4
|
+
export declare abstract class DataSource {
|
|
5
|
+
abstract getTextMessageOptions(loggedInUser: CometChat.User, messageObject: CometChat.BaseMessage, theme: CometChatTheme, group?: CometChat.Group): Array<CometChatMessageOption>;
|
|
6
|
+
abstract getImageMessageOptions(loggedInUser: CometChat.User, messageObject: CometChat.BaseMessage, theme: CometChatTheme, group?: CometChat.Group): Array<CometChatMessageOption>;
|
|
7
|
+
abstract getVideoMessageOptions(loggedInUser: CometChat.User, messageObject: CometChat.BaseMessage, theme: CometChatTheme, group?: CometChat.Group): Array<CometChatMessageOption>;
|
|
8
|
+
abstract getAudioMessageOptions(loggedInUser: CometChat.User, messageObject: CometChat.BaseMessage, theme: CometChatTheme, group?: CometChat.Group): Array<CometChatMessageOption>;
|
|
9
|
+
abstract getFileMessageOptions(loggedInUser: CometChat.User, messageObject: CometChat.BaseMessage, theme: CometChatTheme, group?: CometChat.Group): Array<CometChatMessageOption>;
|
|
10
|
+
abstract getTextMessageTemplate(): CometChatMessageTemplate;
|
|
11
|
+
abstract getImageMessageTemplate(): CometChatMessageTemplate;
|
|
12
|
+
abstract getVideoMessageTemplate(): CometChatMessageTemplate;
|
|
13
|
+
abstract getAudioMessageTemplate(): CometChatMessageTemplate;
|
|
14
|
+
abstract getFileMessageTemplate(): CometChatMessageTemplate;
|
|
15
|
+
abstract getGroupActionTemplate(): CometChatMessageTemplate;
|
|
16
|
+
abstract getAllMessageTemplates(theme?: CometChatTheme): Array<CometChatMessageTemplate>;
|
|
17
|
+
abstract getMessageTemplate(messageType: string, messageCategory: string): CometChatMessageTemplate | null;
|
|
18
|
+
abstract getMessageOptions(loggedInUser: CometChat.User, messageObject: CometChat.BaseMessage, theme: CometChatTheme, group?: CometChat.Group): Array<CometChatMessageOption>;
|
|
19
|
+
abstract getCommonOptions(loggedInUser: CometChat.User, messageObject: CometChat.BaseMessage, theme: CometChatTheme, group?: CometChat.Group): Array<CometChatMessageOption>;
|
|
20
|
+
abstract getAttachmentOptions(theme?: CometChatTheme, user?: CometChat.User, group?: CometChat.Group, id?: ComposerId): any;
|
|
21
|
+
abstract getAllMessageTypes(): Array<string>;
|
|
22
|
+
abstract getAllMessageCategories(): Array<string>;
|
|
23
|
+
abstract getAuxiliaryOptions(id: ComposerId, user?: CometChat.User, group?: CometChat.Group): any;
|
|
24
|
+
abstract getId(): string;
|
|
25
|
+
abstract getLastConversationMessage(conversation: CometChat.Conversation, loggedInUser: CometChat.User): string;
|
|
26
|
+
abstract getDeleteOption(theme: CometChatTheme): CometChatMessageOption;
|
|
27
|
+
abstract getReplyInThreadOption(theme: CometChatTheme): CometChatMessageOption;
|
|
28
|
+
abstract getEditOption(theme: CometChatTheme): CometChatMessageOption;
|
|
29
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { CometChatMessageOption, CometChatMessageTemplate, CometChatTheme } from "@cometchat/uikit-resources";
|
|
2
|
+
import { DataSource } from "./DataSource";
|
|
3
|
+
import { CometChat } from "@cometchat-pro/chat";
|
|
4
|
+
import { ComposerId } from "../Utils/MessageUtils";
|
|
5
|
+
export declare abstract class DataSourceDecorator implements DataSource {
|
|
6
|
+
dataSource: DataSource;
|
|
7
|
+
constructor(dataSource: DataSource);
|
|
8
|
+
getTextMessageOptions(loggedInUser: CometChat.User, messageObject: CometChat.BaseMessage, theme: CometChatTheme, group?: CometChat.Group): CometChatMessageOption[];
|
|
9
|
+
getImageMessageOptions(loggedInUser: CometChat.User, messageObject: CometChat.BaseMessage, theme: CometChatTheme, group?: CometChat.Group): CometChatMessageOption[];
|
|
10
|
+
getVideoMessageOptions(loggedInUser: CometChat.User, messageObject: CometChat.BaseMessage, theme: CometChatTheme, group?: CometChat.Group): CometChatMessageOption[];
|
|
11
|
+
getAudioMessageOptions(loggedInUser: CometChat.User, messageObject: CometChat.BaseMessage, theme: CometChatTheme, group?: CometChat.Group): CometChatMessageOption[];
|
|
12
|
+
getFileMessageOptions(loggedInUser: CometChat.User, messageObject: CometChat.BaseMessage, theme: CometChatTheme, group?: CometChat.Group): CometChatMessageOption[];
|
|
13
|
+
getTextMessageTemplate(): CometChatMessageTemplate;
|
|
14
|
+
getImageMessageTemplate(): CometChatMessageTemplate;
|
|
15
|
+
getVideoMessageTemplate(): CometChatMessageTemplate;
|
|
16
|
+
getAudioMessageTemplate(): CometChatMessageTemplate;
|
|
17
|
+
getFileMessageTemplate(): CometChatMessageTemplate;
|
|
18
|
+
getGroupActionTemplate(): CometChatMessageTemplate;
|
|
19
|
+
getAllMessageTemplates(): CometChatMessageTemplate[];
|
|
20
|
+
getMessageTemplate(messageType: string, messageCategory: string): CometChatMessageTemplate | null;
|
|
21
|
+
getMessageOptions(loggedInUser: CometChat.User, messageObject: CometChat.BaseMessage, theme: CometChatTheme, group?: CometChat.Group): CometChatMessageOption[];
|
|
22
|
+
getCommonOptions(loggedInUser: CometChat.User, messageObject: CometChat.BaseMessage, theme: CometChatTheme, group?: CometChat.Group): CometChatMessageOption[];
|
|
23
|
+
getDeleteOption(theme: CometChatTheme): CometChatMessageOption;
|
|
24
|
+
getReplyInThreadOption(theme: CometChatTheme): CometChatMessageOption;
|
|
25
|
+
getEditOption(theme: CometChatTheme): CometChatMessageOption;
|
|
26
|
+
getAttachmentOptions(theme?: CometChatTheme, user?: CometChat.User, group?: CometChat.Group, id?: ComposerId): any;
|
|
27
|
+
getAllMessageTypes(): string[];
|
|
28
|
+
getAllMessageCategories(): string[];
|
|
29
|
+
getAuxiliaryOptions(id: ComposerId, user?: CometChat.User, group?: CometChat.Group): any;
|
|
30
|
+
getId(): string;
|
|
31
|
+
getLastConversationMessage(conversation: CometChat.Conversation, loggedInUser: CometChat.User): string;
|
|
32
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { CometChatMessageOption, MessageBubbleAlignment, CometChatMessageTemplate, CometChatMessageComposerAction, CometChatTheme } from "@cometchat/uikit-resources";
|
|
2
|
+
import { CometChat } from "@cometchat-pro/chat";
|
|
3
|
+
import { DataSource } from "../Framework/DataSource";
|
|
4
|
+
export declare class MessageUtils implements DataSource {
|
|
5
|
+
getEditOption(theme: CometChatTheme): CometChatMessageOption;
|
|
6
|
+
getDeleteOption(theme: CometChatTheme): CometChatMessageOption;
|
|
7
|
+
getReplyInThreadOption(theme: CometChatTheme): CometChatMessageOption;
|
|
8
|
+
getCopyOption(theme: CometChatTheme): CometChatMessageOption;
|
|
9
|
+
isSentByMe(loggedInUser: CometChat.User, message: CometChat.BaseMessage): boolean;
|
|
10
|
+
getTextMessageOptions(loggedInUser: CometChat.User, messageObject: CometChat.BaseMessage, theme: CometChatTheme, group?: CometChat.Group): Array<CometChatMessageOption>;
|
|
11
|
+
getImageMessageOptions(loggedInUser: CometChat.User, messageObject: CometChat.BaseMessage, theme: CometChatTheme, group?: CometChat.Group): Array<CometChatMessageOption>;
|
|
12
|
+
getVideoMessageOptions(loggedInUser: CometChat.User, messageObject: CometChat.BaseMessage, theme: CometChatTheme, group?: CometChat.Group): Array<CometChatMessageOption>;
|
|
13
|
+
getAudioMessageOptions(loggedInUser: CometChat.User, messageObject: CometChat.BaseMessage, theme: CometChatTheme, group?: CometChat.Group): Array<CometChatMessageOption>;
|
|
14
|
+
getFileMessageOptions(loggedInUser: CometChat.User, messageObject: CometChat.BaseMessage, theme: CometChatTheme, group?: CometChat.Group): Array<CometChatMessageOption>;
|
|
15
|
+
getBottomView(_messageObject: CometChat.BaseMessage, _alignment: MessageBubbleAlignment): null;
|
|
16
|
+
getTextMessageTemplate(): CometChatMessageTemplate;
|
|
17
|
+
getAudioMessageTemplate(): CometChatMessageTemplate;
|
|
18
|
+
getVideoMessageTemplate(): CometChatMessageTemplate;
|
|
19
|
+
getImageMessageTemplate(): CometChatMessageTemplate;
|
|
20
|
+
getGroupActionTemplate(): CometChatMessageTemplate;
|
|
21
|
+
getFileMessageTemplate(): CometChatMessageTemplate;
|
|
22
|
+
getAllMessageTemplates(): Array<CometChatMessageTemplate>;
|
|
23
|
+
getMessageTemplate(messageType: string, messageCategory: string): CometChatMessageTemplate | null;
|
|
24
|
+
getMessageOptions(loggedInUser: CometChat.User, messageObject: CometChat.BaseMessage, theme: CometChatTheme, group?: CometChat.Group): Array<CometChatMessageOption>;
|
|
25
|
+
getCommonOptions(loggedInUser: CometChat.User, messageObject: CometChat.BaseMessage, theme: CometChatTheme, group?: CometChat.Group): Array<CometChatMessageOption>;
|
|
26
|
+
getAllMessageTypes(): Array<string>;
|
|
27
|
+
addList(): string;
|
|
28
|
+
getAllMessageCategories(): Array<string>;
|
|
29
|
+
getAuxiliaryOptions(id: ComposerId, user?: CometChat.User, group?: CometChat.Group): any;
|
|
30
|
+
getId(): string;
|
|
31
|
+
getActionMessage(message: CometChat.Action): string;
|
|
32
|
+
imageAttachmentOption(theme: CometChatTheme): CometChatMessageComposerAction;
|
|
33
|
+
videoAttachmentOption(theme: CometChatTheme): CometChatMessageComposerAction;
|
|
34
|
+
audioAttachmentOption(theme: CometChatTheme): CometChatMessageComposerAction;
|
|
35
|
+
fileAttachmentOption(theme: CometChatTheme): CometChatMessageComposerAction;
|
|
36
|
+
getAttachmentOptions(theme: CometChatTheme, user?: CometChat.User, group?: CometChat.Group, id?: ComposerId): CometChatMessageComposerAction[];
|
|
37
|
+
getLastConversationMessage(conversation: CometChat.Conversation, loggedInUser: CometChat.User): string;
|
|
38
|
+
}
|
|
39
|
+
export declare type ComposerId = {
|
|
40
|
+
parentMessageId: number | null;
|
|
41
|
+
user: string | null;
|
|
42
|
+
group: string | null;
|
|
43
|
+
};
|
package/assets/.gitkeep
ADDED
|
File without changes
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="16px" height="16px" 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/Call@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/Call" stroke="#000000" stroke-width="1.5">
|
|
6
|
+
<g id="streamline-icon-phone-actions-voice-mail@24x24" transform="translate(3.000000, 3.000000)">
|
|
7
|
+
<path d="M0.0679824131,6.18726899 L1.15322891,7.27252708 C1.71745406,7.8368527 2.48276427,8.15389548 3.28076591,8.15389548 C4.07876755,8.15389548 4.84407776,7.8368527 5.40830291,7.27252708 L7.00415829,5.67746515 C7.28631808,5.39534955 7.44483777,5.01269036 7.44483777,4.61368527 C7.44483777,4.21468018 7.28631808,3.83202099 7.00415829,3.5499054 L3.90079098,0.446504908 C3.59388219,0.136593264 3.16773676,-0.025114152 2.73249452,0.00317689658 C2.29725227,0.0314679452 1.89562592,0.246981102 1.63141818,0.594015717 C-1.61783738,5.00961401 0.349222543,9.660257 4.34493966,13.6552063 C8.34065677,17.6501557 12.9904395,19.6180471 17.4059906,16.3687568 C17.7530215,16.1045463 17.9685324,15.7029156 17.9968231,15.2676687 C18.0251139,14.8324218 17.8634082,14.4062718 17.5534999,14.0993598 L14.450943,10.9959593 C14.1688305,10.7137965 13.7861754,10.5552751 13.3871745,10.5552751 C12.9881737,10.5552751 12.6055186,10.7137965 12.323406,10.9959593 L10.7275507,12.5918317 C10.1632311,13.1560629 9.8461917,13.9213813 9.8461917,14.7193915 C9.8461917,15.5174016 10.1632311,16.28272 10.7275507,16.8469512 L11.8249545,17.9443668" id="Path"></path>
|
|
8
|
+
</g>
|
|
9
|
+
</g>
|
|
10
|
+
</g>
|
|
11
|
+
</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/Call@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/Call" stroke="#000000" stroke-width="1.5">
|
|
6
|
+
<g id="streamline-icon-phone-actions-voice-mail@24x24" transform="translate(3.000000, 3.000000)">
|
|
7
|
+
<path d="M0.0679824131,6.18726899 L1.15322891,7.27252708 C1.71745406,7.8368527 2.48276427,8.15389548 3.28076591,8.15389548 C4.07876755,8.15389548 4.84407776,7.8368527 5.40830291,7.27252708 L7.00415829,5.67746515 C7.28631808,5.39534955 7.44483777,5.01269036 7.44483777,4.61368527 C7.44483777,4.21468018 7.28631808,3.83202099 7.00415829,3.5499054 L3.90079098,0.446504908 C3.59388219,0.136593264 3.16773676,-0.025114152 2.73249452,0.00317689658 C2.29725227,0.0314679452 1.89562592,0.246981102 1.63141818,0.594015717 C-1.61783738,5.00961401 0.349222543,9.660257 4.34493966,13.6552063 C8.34065677,17.6501557 12.9904395,19.6180471 17.4059906,16.3687568 C17.7530215,16.1045463 17.9685324,15.7029156 17.9968231,15.2676687 C18.0251139,14.8324218 17.8634082,14.4062718 17.5534999,14.0993598 L14.450943,10.9959593 C14.1688305,10.7137965 13.7861754,10.5552751 13.3871745,10.5552751 C12.9881737,10.5552751 12.6055186,10.7137965 12.323406,10.9959593 L10.7275507,12.5918317 C10.1632311,13.1560629 9.8461917,13.9213813 9.8461917,14.7193915 C9.8461917,15.5174016 10.1632311,16.28272 10.7275507,16.8469512 L11.8249545,17.9443668" id="Path"></path>
|
|
8
|
+
</g>
|
|
9
|
+
</g>
|
|
10
|
+
</g>
|
|
11
|
+
</svg>
|
package/assets/Copy.svg
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>Icons/24/Copy@2x</title>
|
|
4
|
+
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
|
|
5
|
+
<g id="Icons/24/Copy" stroke="#000000" stroke-width="1.5">
|
|
6
|
+
<g id="Group" transform="translate(4.000000, 3.000000)">
|
|
7
|
+
<path d="M15.6,6.00000118 L15.6,3.60000142 C15.6,2.93725978 15.0627417,2.40000154 14.4,2.40000154 L11.2,2.40000154" id="Path"></path>
|
|
8
|
+
<path d="M4.4,2.40000154 L1.2,2.40000154 C0.5372583,2.40000154 0,2.93725978 0,3.60000142 L0,16.8000001 C0,17.4627418 0.5372583,18 1.2,18 L6,18" id="Path"></path>
|
|
9
|
+
<path d="M10.9368,3.18960146 C10.8549236,3.43464248 10.625558,3.59990166 10.3672,3.60000142 L5.2328,3.60000142 C4.97444201,3.59990166 4.74507642,3.43464248 4.6632,3.18960146 L3.8632,0.789601696 C3.80186075,0.606570139 3.8324564,0.405197059 3.94539051,0.248643741 C4.05832463,0.0920904237 4.23976415,-0.000467229348 4.4328,0 L11.1672,0 C11.3602359,-0.000467229348 11.5416754,0.0920904237 11.6546095,0.248643741 C11.7675436,0.405197059 11.7981392,0.606570139 11.7368,0.789601696 L10.9368,3.18960146 Z" id="Path"></path>
|
|
10
|
+
<polygon id="Path" points="8.4 8.40000095 18 8.40000095 18 18 8.4 18"></polygon>
|
|
11
|
+
<line x1="10.8" y1="10.8000007" x2="15.6" y2="10.8000007" id="Path"></line>
|
|
12
|
+
<line x1="10.8" y1="13.2000005" x2="15.6" y2="13.2000005" id="Path"></line>
|
|
13
|
+
<line x1="10.8" y1="15.6000002" x2="12.6" y2="15.6000002" id="Path"></line>
|
|
14
|
+
</g>
|
|
15
|
+
</g>
|
|
16
|
+
</g>
|
|
17
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg version="1.1" width="24px" height="24px" viewBox="0 0 24.0 24.0" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g transform="translate(2.0 2.0)"><path d="M1.36046512,0 L7.01162791,0 C7.76299204,-3.60067958e-16 8.37209302,0.60910098 8.37209302,1.36046512 L8.37209302,7.01162791 C8.37209302,7.76299204 7.76299204,8.37209302 7.01162791,8.37209302 L1.36046512,8.37209302 C0.60910098,8.37209302 -3.52073641e-16,7.76299204 0,7.01162791 L0,1.36046512 C-3.14060173e-16,0.60910098 0.60910098,-3.06065857e-16 1.36046512,0 Z" stroke="#000000" stroke-width="1.5" fill="none" stroke-linecap="round" stroke-linejoin="round"></path><g transform="translate(0.0 11.62790697674419)"><path d="M1.36046512,0 L7.01162791,0 C7.76299204,-3.60067958e-16 8.37209302,0.60910098 8.37209302,1.36046512 L8.37209302,7.01162791 C8.37209302,7.76299204 7.76299204,8.37209302 7.01162791,8.37209302 L1.36046512,8.37209302 C0.60910098,8.37209302 -3.52073641e-16,7.76299204 0,7.01162791 L0,1.36046512 C-3.14060173e-16,0.60910098 0.60910098,-3.06065857e-16 1.36046512,0 Z" stroke="#000000" stroke-width="1.5" fill="none" stroke-linecap="round" stroke-linejoin="round"></path></g><g transform="translate(11.62790697674419 0.0)"><path d="M1.36046512,0 L7.01162791,0 C7.76299204,-3.60067958e-16 8.37209302,0.60910098 8.37209302,1.36046512 L8.37209302,7.01162791 C8.37209302,7.76299204 7.76299204,8.37209302 7.01162791,8.37209302 L1.36046512,8.37209302 C0.60910098,8.37209302 -3.52073641e-16,7.76299204 0,7.01162791 L0,1.36046512 C-3.14060173e-16,0.60910098 0.60910098,-3.06065857e-16 1.36046512,0 Z" stroke="#000000" stroke-width="1.5" fill="none" stroke-linecap="round" stroke-linejoin="round"></path></g><g transform="translate(11.62790697674419 11.62790697674419)"><path d="M1.36046512,0 L7.01162791,0 C7.76299204,-3.60067958e-16 8.37209302,0.60910098 8.37209302,1.36046512 L8.37209302,7.01162791 C8.37209302,7.76299204 7.76299204,8.37209302 7.01162791,8.37209302 L1.36046512,8.37209302 C0.60910098,8.37209302 -3.52073641e-16,7.76299204 0,7.01162791 L0,1.36046512 C-3.14060173e-16,0.60910098 0.60910098,-3.06065857e-16 1.36046512,0 Z" stroke="#000000" stroke-width="1.5" fill="none" stroke-linecap="round" stroke-linejoin="round"></path></g></g></svg>
|
package/assets/Heart.svg
ADDED
|
@@ -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/Heart</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/Heart" fill="#000000" stroke="#000000" stroke-width="1.375">
|
|
6
|
+
<g id="Group" transform="translate(2.000000, 3.000000)">
|
|
7
|
+
<path d="M10.3134395,18.0459049 L1.52443954,8.87923824 C-0.0597509272,7.29629358 -0.452349335,4.87680895 0.550022872,2.87415491 L0.550022872,2.87415491 C1.29768241,1.3792661 2.71831477,0.334867269 4.36817344,0.0671851901 C6.01803212,-0.200496889 7.69599623,0.341168737 8.87793954,1.52298824 L10.3134395,2.95757158 L11.7489395,1.52298824 C12.9308829,0.341168737 14.608847,-0.200496889 16.2587056,0.0671851901 C17.9085643,0.334867269 19.3291967,1.3792661 20.0768562,2.87415491 L20.0768562,2.87415491 C21.0778256,4.87595612 20.6857045,7.29366739 19.1033562,8.87648824 L10.3134395,18.0459049 Z" id="Path"></path>
|
|
8
|
+
</g>
|
|
9
|
+
</g>
|
|
10
|
+
</g>
|
|
11
|
+
</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 Extensions/Image Moderation</title>
|
|
4
|
+
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
+
<g id="Icons/24-Extensions/Image-Moderation" fill="#000000" fill-rule="nonzero">
|
|
6
|
+
<path d="M17.75,18.5 L17.8657711,18.5062346 C18.3981147,18.5639201 18.8125,19.0148176 18.8125,19.5625 C18.8125,20.1493025 18.3368025,20.625 17.75,20.625 C17.1631975,20.625 16.6875,20.1493025 16.6875,19.5625 C16.6875,19.0148176 17.1018853,18.5639201 17.6342289,18.5062346 L17.75,18.5 Z" id="Path"></path>
|
|
7
|
+
<path d="M17.75,14.125 C18.1296958,14.125 18.443491,14.4071539 18.4931534,14.7732294 L18.5,14.875 L18.5,17.375 C18.5,17.7892136 18.1642136,18.125 17.75,18.125 C17.3703042,18.125 17.056509,17.8428461 17.0068466,17.4767706 L17,17.375 L17,14.875 C17,14.4607864 17.3357864,14.125 17.75,14.125 Z" id="Path"></path>
|
|
8
|
+
<path d="M17.75,10.9998203 C16.9056799,10.9998203 16.1338775,11.4770129 15.7565586,12.2323319 L12.2350288,19.2745581 C11.8893574,19.9652006 11.926104,20.7858969 12.3322564,21.4431115 C12.7384089,22.100326 13.4560033,22.5002647 14.2285902,22.5000002 L21.2716667,22.5000002 C22.0439967,22.5002647 22.7615911,22.100326 23.1677436,21.4431115 C23.573896,20.7858969 23.6106426,19.9652006 23.264851,19.2743179 L19.7433045,12.2320581 C19.3661225,11.4770129 18.5943201,10.9998203 17.75,10.9998203 Z M17.75,12.4998203 C18.025967,12.4998203 18.2782315,12.6557912 18.4015586,12.9026681 L21.9233621,19.9454419 C22.0365047,20.1714979 22.024494,20.4397435 21.8917426,20.6545548 C21.7589912,20.8693662 21.5244446,21.0000866 21.2719236,21.0000002 L14.2283333,21.0000002 C13.9755554,21.0000866 13.7410088,20.8693662 13.6082574,20.6545548 C13.475506,20.4397435 13.4634953,20.1714979 13.5765177,19.9456821 L17.0983045,12.9029419 C17.2217685,12.6557912 17.474033,12.4998203 17.75,12.4998203 Z" id="Path"></path>
|
|
9
|
+
<path d="M14.1075,2.25 C14.5786982,2.25 15.0327607,2.41639102 15.3913294,2.71668132 L15.5211634,2.83550325 L17.9146666,5.22900653 C18.2477731,5.56232647 18.4511759,6.0010691 18.4922641,6.46675718 L18.5,6.6425 L18.5,9.25 C18.5,9.66421356 18.1642136,10 17.75,10 C17.3703042,10 17.056509,9.71784612 17.0068466,9.35177056 L17,9.25 L17,6.6425 C17,6.53661594 16.9663197,6.43412702 16.9049562,6.34944464 L16.8538366,6.28949675 L14.4606732,3.89633332 C14.3856588,3.82136701 14.2893439,3.77269347 14.1860526,3.75622271 L14.1075,3.75 L5.25,3.75 C5.00454011,3.75 4.80039163,3.92687516 4.75805567,4.16012437 L4.75,4.25 L4.75,18 C4.75,18.2454599 4.92687516,18.4496084 5.16012437,18.4919443 L5.25,18.5 L9.625,18.5 C10.0392136,18.5 10.375,18.8357864 10.375,19.25 C10.375,19.6296958 10.0928461,19.943491 9.72677056,19.9931534 L9.625,20 L5.25,20 C4.1956382,20 3.33183488,19.1841222 3.25548574,18.1492623 L3.25,18 L3.25,4.25 C3.25,3.1956382 4.06587779,2.33183488 5.10073766,2.25548574 L5.25,2.25 L14.1075,2.25 Z" id="Path"></path>
|
|
10
|
+
<path d="M7.75,6.3125 L7.86577108,6.31873461 C8.39811466,6.37642013 8.8125,6.82731762 8.8125,7.375 C8.8125,7.96180255 8.33680255,8.4375 7.75,8.4375 C7.16319745,8.4375 6.6875,7.96180255 6.6875,7.375 C6.6875,6.82731762 7.10188534,6.37642013 7.63422892,6.31873461 L7.75,6.3125 Z" id="Path"></path>
|
|
11
|
+
<path d="M12.2458776,8.22140427 C12.6499029,8.22605155 13.0286682,8.40799925 13.2926069,8.72670098 L13.3860265,8.85254529 L14.7243599,10.994212 C14.943868,11.3454797 14.8370558,11.808185 14.485788,12.0276932 C14.1664537,12.2272461 13.7550222,12.1571127 13.5179359,11.8787993 L13.4523068,11.7891214 L12.224,9.823 L10.6656552,12.0448847 C10.4377122,12.3698175 10.0016659,12.456438 9.67028618,12.2600919 L9.58273992,12.1994937 L8.682,11.478 L7.699,13.499 L11.5,13.5 C11.8796958,13.5 12.193491,13.7821539 12.2431534,14.1482294 L12.25,14.25 C12.25,14.6296958 11.9678461,14.943491 11.6017706,14.9931534 L11.5,15 L6.5,15 C5.9806253,15 5.62930354,14.4902531 5.787137,14.0160625 L5.8255935,13.92186 L7.43976016,10.60436 L7.49024776,10.5162967 C7.70419994,10.1955669 8.04297786,9.97939616 8.42399287,9.9204835 C8.75738101,9.86893492 9.09630493,9.94193118 9.37725443,10.122444 L9.49392675,10.2063397 L9.896,10.529 L11.1032812,8.80913533 C11.33451,8.47777835 11.6980932,8.26712608 12.0954698,8.22795575 L12.2458776,8.22140427 Z" id="Path"></path>
|
|
12
|
+
</g>
|
|
13
|
+
</g>
|
|
14
|
+
</svg>
|
package/assets/Info.svg
ADDED
|
@@ -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/Info</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/Info" stroke="#000000" stroke-width="1.5">
|
|
6
|
+
<g id="streamline-icon-information-circle@24x24" transform="translate(2.000000, 2.000000)">
|
|
7
|
+
<path d="M12,14 L11.3333333,14 C10.5969537,14 10,13.4030463 10,12.6666667 L10,9.33333333 C10,8.9651435 9.70152317,8.66666667 9.33333333,8.66666667 L8.66666667,8.66666667" id="Path"></path>
|
|
8
|
+
<path d="M9.66666667,5.33333333 C9.48257175,5.33333333 9.33333333,5.48257175 9.33333333,5.66666667 C9.33333333,5.85076158 9.48257175,6 9.66666667,6 C9.85076158,6 10,5.85076158 10,5.66666667 C10,5.48257175 9.85076158,5.33333333 9.66666667,5.33333333 L9.66666667,5.33333333" id="Path"></path>
|
|
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>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="14px" height="14px" viewBox="0 0 14 14" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>Locked</title>
|
|
4
|
+
<g id="Symbols-v2" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
+
<g id="Locked">
|
|
6
|
+
<rect id="Rectangle" fill="#F7A500" x="0" y="0" width="14" height="14" rx="7"></rect>
|
|
7
|
+
<path d="M7,3 C8.1045695,3 9,3.8954305 9,5 L9.00079851,6.00841863 C9.2437935,6.025429 9.36573413,6.06795171 9.48842285,6.13356635 C9.65138581,6.2207199 9.7792801,6.34861419 9.86643365,6.51157715 C9.95358719,6.67454011 10,6.83618323 10,7.2819426 L10,9.7180574 C10,10.1638168 9.95358719,10.3254599 9.86643365,10.4884229 C9.7792801,10.6513858 9.65138581,10.7792801 9.48842285,10.8664336 C9.32545989,10.9535872 9.16381677,11 8.7180574,11 L5.2819426,11 C4.83618323,11 4.67454011,10.9535872 4.51157715,10.8664336 C4.34861419,10.7792801 4.2207199,10.6513858 4.13356635,10.4884229 C4.04641281,10.3254599 4,10.1638168 4,9.7180574 L4,7.2819426 C4,6.83618323 4.04641281,6.67454011 4.13356635,6.51157715 C4.2207199,6.34861419 4.34861419,6.2207199 4.51157715,6.13356635 C4.63442137,6.06786855 4.7565156,6.02532125 5.00012601,6.00835408 L5,5 C5,3.8954305 5.8954305,3 7,3 Z M7,4 C6.48716416,4 6.06449284,4.38604019 6.00672773,4.88337887 L6,5 L6,6 L8,6 L8,5 C8,4.44771525 7.55228475,4 7,4 Z" id="Rectangle-3" fill="#FFFFFF"></path>
|
|
8
|
+
</g>
|
|
9
|
+
</g>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
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/More@2x</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>
|
package/assets/Plus.svg
ADDED
|
@@ -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/Plus</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" stroke="#000000" stroke-width="1.5">
|
|
6
|
+
<g id="Group" transform="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>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="14px" height="14px" viewBox="0 0 14 14" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>Private</title>
|
|
4
|
+
<g id="Symbols-v2" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
+
<g id="Private">
|
|
6
|
+
<rect id="Rectangle" fill="#00C86F" x="0" y="0" width="14" height="14" rx="7"></rect>
|
|
7
|
+
<path d="M4,5 C5.33333333,4.66666667 6.33333333,4 7,3 C7.66666667,4 8.66666667,4.66666667 10,5 L10,6.14589803 C10,8.20151331 8.83859819,10.0807009 7,11 L7,11 L7,11 C5.16140181,10.0807009 4,8.20151331 4,6.14589803 L4,5 L4,5 Z" id="Rectangle" fill="#FFFFFF"></path>
|
|
8
|
+
</g>
|
|
9
|
+
</g>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
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/Reactionsicon</title>
|
|
4
|
+
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
+
<g id="Icons/24-Extensions/Reactions" fill="#000000" fill-rule="nonzero">
|
|
6
|
+
<path d="M12,1.25 C17.9370611,1.25 22.75,6.06293894 22.75,12 C22.75,17.9370611 17.9370611,22.75 12,22.75 C6.06293894,22.75 1.25,17.9370611 1.25,12 C1.25,6.06293894 6.06293894,1.25 12,1.25 Z M12,2.75 C6.89136606,2.75 2.75,6.89136606 2.75,12 C2.75,17.1086339 6.89136606,21.25 12,21.25 C17.1086339,21.25 21.25,17.1086339 21.25,12 C21.25,6.89136606 17.1086339,2.75 12,2.75 Z M17.6586667,13.25 C18.1185754,13.25 18.5498402,13.4733153 18.8153335,13.8488361 C19.0808092,14.2243322 19.1475058,14.7053253 18.9944111,15.1383417 C17.9483179,18.1044405 15.1451634,20.0881971 12,20.0881971 C8.85483662,20.0881971 6.05168206,18.1044405 5.00578211,15.1388889 C4.85249421,14.7053253 4.91919084,14.2243322 5.18466653,13.8488361 C5.45015977,13.4733153 5.88142461,13.25 6.34133333,13.25 L6.34133333,13.25 Z M17.558,14.695 L17.538,14.749 L6.461,14.749 L6.50827179,14.8734156 C7.3732069,17.0322917 9.42640021,18.4853104 11.750045,18.5829516 L11.750045,18.5829516 L12,18.5881971 C14.5090629,18.5881971 16.7452873,17.0056497 17.5800043,14.6388889 L17.558,14.695 Z M8.11422222,8.58288148 C9.2798673,8.58288148 10.3188817,9.31776232 10.7071667,10.4168361 C10.8451443,10.8073935 10.6403879,11.2358557 10.2498306,11.3738333 C9.89181964,11.5003128 9.50195808,11.3388005 9.33318946,11.0101749 L9.29283333,10.9164972 C9.11634015,10.4169182 8.6440609,10.0828815 8.11422222,10.0828815 C7.62853677,10.0828815 7.19121722,10.3635651 6.98575875,10.7951488 L6.93561111,10.9164972 C6.79763351,11.3070546 6.36917126,11.5118109 5.97861389,11.3738333 C5.58805653,11.2358557 5.38330017,10.8073935 5.52127778,10.4168361 C5.90956279,9.31776232 6.94857714,8.58288148 8.11422222,8.58288148 Z M15.8857778,8.58288148 C17.0514229,8.58288148 18.0904372,9.31776232 18.4787222,10.4168361 C18.6166998,10.8073935 18.4119435,11.2358557 18.0213861,11.3738333 C17.6633752,11.5003128 17.2735136,11.3388005 17.104745,11.0101749 L17.0643889,10.9164972 C16.8878957,10.4169182 16.4156165,10.0828815 15.8857778,10.0828815 C15.4000923,10.0828815 14.9627728,10.3635651 14.7573143,10.7951488 L14.7071667,10.9164972 C14.5691891,11.3070546 14.1407268,11.5118109 13.7501694,11.3738333 C13.3596121,11.2358557 13.1548557,10.8073935 13.2928333,10.4168361 C13.6811183,9.31776232 14.7201327,8.58288148 15.8857778,8.58288148 Z" id="Path"></path>
|
|
7
|
+
</g>
|
|
8
|
+
</g>
|
|
9
|
+
</svg>
|
package/assets/Send.svg
ADDED
|
@@ -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/Send</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/Send" stroke="#000000" stroke-width="1.5">
|
|
6
|
+
<g id="Group" transform="translate(3.000000, 3.000000)">
|
|
7
|
+
<path d="M0.158865921,1.85985859 C-0.108182698,1.38202197 -0.0332622567,0.786017075 0.343741637,0.389140701 C0.72074553,-0.00773567366 1.31211969,-0.113146836 1.80303259,0.129025252 L17.6480326,8.17819192 C17.857662,8.28481329 17.9896898,8.50008892 17.9896898,8.73527525 C17.9896898,8.97046158 17.857662,9.18573721 17.6480326,9.29235859 L1.80303259,17.3523586 C1.31211969,17.5945307 0.72074553,17.4891195 0.343741637,17.0922431 C-0.0332622567,16.6953668 -0.108182698,16.0993619 0.158865921,15.6215253 L4.37386592,8.73485859 L0.158865921,1.85985859 Z" id="Path"></path>
|
|
8
|
+
<line x1="17.9896993" y1="8.73485859" x2="4.36969925" y2="8.73485859" id="Path"></line>
|
|
9
|
+
</g>
|
|
10
|
+
</g>
|
|
11
|
+
</g>
|
|
12
|
+
</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/Spinner@2x</title>
|
|
4
|
+
<defs>
|
|
5
|
+
<pattern id="pattern-1" width="100%" height="100%" patternUnits="objectBoundingBox">
|
|
6
|
+
<use xlink:href="#image-2"></use>
|
|
7
|
+
</pattern>
|
|
8
|
+
<image id="image-2" width="24" height="24" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAGKADAAQAAAABAAAAGAAAAADiNXWtAAACH0lEQVRIDY2SyU0FQQxE57PDlThIAIkDSARARqRAJITACQ5ciYMr+1av6TfyDAPCUn27vVS5+89qGIaLYK1gvcd4sTGL5+c6Ixe5FY0fQbVVDuBzAUt99kusJ7/2l0AdRKxarTWiFCWe+P8IcENvgwiEWBWZkKbmk41PVAnadP+BBAFFrP2HvIlyg/eAg+ZzQGJNAWt1Yz+E6q23G0DCICQ0SZKwGc3kqWNuXwmJWRYvOX4iwCDkFPAKkVeAHGdFIa0wb88owHYmaeIMFCEHkX3EmwWcvRG9cDVQ4IlMSEATeYUSNoKdeGqQbwXbPf7xNMmPAm/9EDcKUYSImkskHHYDyPc6EHFzl6x+MpzeZjRgtRGxx5YdhoP4/QAhyO1L2GI81njYji2r+e54wVO9BnfBeXAZHAY+YZ1JerRPr18bKikELAD5Q3AfsP1ZP7/EXwVHAb3Ojny+syQQAQbBUwfkgFr9D/hPTnuO/E2PWZzn20CAr0VUIUWeUwec2ZIZyPyK+JKIyZ0E1LnRdbDuE3k9PJgLIkyOGn8ecxD6FP7RLnyb2jH1JQHJ8RALl4AMovYE8YokbEtQd5GJAEkhuWLmIXFbBMwrQo0Ze0YBGmimuOTJ0SMRNxAImU/YTIEPnsgt9G6tmPlKIoEi+LrAt0xusiQgYfV1GHJsLlJ7rC/eQGIGiOeDDiPA5vT8doP2uUlY/RI5uWr1Bi4x7xm+ABSc5FGl1EGyAAAAAElFTkSuQmCC"></image>
|
|
9
|
+
</defs>
|
|
10
|
+
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
11
|
+
<g id="Icons/24/Spinner" fill="url(#pattern-1)" fill-rule="nonzero">
|
|
12
|
+
<path d="M3.86827202,3.86827202 C4.25879631,3.47774772 4.89196129,3.47774772 5.28248558,3.86827202 L9.17157288,7.75735931 C9.56209717,8.1478836 9.56209717,8.78104858 9.17157288,9.17157288 C8.78104858,9.56209717 8.1478836,9.56209717 7.75735931,9.17157288 L3.86827202,5.28248558 C3.47774772,4.89196129 3.47774772,4.25879631 3.86827202,3.86827202 Z M12,0.5 C12.5522847,0.5 13,0.94771525 13,1.5 L13,7 C13,7.55228475 12.5522847,8 12,8 C11.4477153,8 11,7.55228475 11,7 L11,1.5 C11,0.94771525 11.4477153,0.5 12,0.5 Z M20.131728,3.86827202 C20.5222523,4.25879631 20.5222523,4.89196129 20.131728,5.28248558 L16.2426407,9.17157288 C15.8521164,9.56209717 15.2189514,9.56209717 14.8284271,9.17157288 C14.4379028,8.78104858 14.4379028,8.1478836 14.8284271,7.75735931 L18.7175144,3.86827202 C19.1080387,3.47774772 19.7412037,3.47774772 20.131728,3.86827202 Z M23.5,12 C23.5,12.5522847 23.0522847,13 22.5,13 L17,13 C16.4477153,13 16,12.5522847 16,12 C16,11.4477153 16.4477153,11 17,11 L22.5,11 C23.0522847,11 23.5,11.4477153 23.5,12 Z M20.131728,20.131728 C19.7412037,20.5222523 19.1080387,20.5222523 18.7175144,20.131728 L14.8284271,16.2426407 C14.4379028,15.8521164 14.4379028,15.2189514 14.8284271,14.8284271 C15.2189514,14.4379028 15.8521164,14.4379028 16.2426407,14.8284271 L20.131728,18.7175144 C20.5222523,19.1080387 20.5222523,19.7412037 20.131728,20.131728 Z M12,23.5 C11.4477153,23.5 11,23.0522847 11,22.5 L11,17 C11,16.4477153 11.4477153,16 12,16 C12.5522847,16 13,16.4477153 13,17 L13,22.5 C13,23.0522847 12.5522847,23.5 12,23.5 Z M3.86827202,20.131728 C3.47774772,19.7412037 3.47774772,19.1080387 3.86827202,18.7175144 L7.75735931,14.8284271 C8.1478836,14.4379028 8.78104858,14.4379028 9.17157288,14.8284271 C9.56209717,15.2189514 9.56209717,15.8521164 9.17157288,16.2426407 L5.28248558,20.131728 C4.89196129,20.5222523 4.25879631,20.5222523 3.86827202,20.131728 Z M0.5,12 C0.5,11.4477153 0.94771525,11 1.5,11 L7,11 C7.55228475,11 8,11.4477153 8,12 C8,12.5522847 7.55228475,13 7,13 L1.5,13 C0.94771525,13 0.5,12.5522847 0.5,12 Z" id="Rectangle-2"></path>
|
|
13
|
+
</g>
|
|
14
|
+
</g>
|
|
15
|
+
</svg>
|
|
@@ -0,0 +1,16 @@
|
|
|
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/Stickers</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/Stickers" stroke="#000000" stroke-width="1.5">
|
|
6
|
+
<g id="Group" transform="translate(2.000000, 2.000000)">
|
|
7
|
+
<path d="M5.67349142,7.33338221 C5.86012572,7.33338221 6.01142272,7.48460989 6.01142272,7.67115869 C6.01142272,7.85770748 5.86012572,8.00893516 5.67349142,8.00893516 C5.48685711,8.00893516 5.33556012,7.85770748 5.33556012,7.67115869 C5.33556012,7.58157479 5.37116349,7.49566003 5.4345379,7.43231465 C5.49791231,7.36896927 5.58386646,7.33338221 5.67349142,7.33338221" id="Path"></path>
|
|
8
|
+
<path d="M4.23283692,13.0400269 C5.36112225,15.1816508 7.58282264,16.5229567 10.0043478,16.5244579 C10.2778756,16.5227578 10.5510655,16.5049493 10.8224973,16.4711247" id="Path"></path>
|
|
9
|
+
<path d="M20,9.57337357 C19.7666207,4.11103074 15.187631,-0.151378825 9.72001617,0.00412271646 C4.25240139,0.159624258 -0.0767041446,4.67538425 0.00103066029,10.1421537 C0.0787654651,15.6089231 4.5345202,20 10.0043478,20 L10.4489943,20" id="Path"></path>
|
|
10
|
+
<path d="M12.1831154,7.92004661 C12.559175,7.32283168 13.215699,6.96047481 13.921683,6.96047481 C14.6276671,6.96047481 15.2841911,7.32283168 15.6602507,7.92004661" id="Path"></path>
|
|
11
|
+
<line x1="20" y1="9.57337357" x2="10.4489943" y2="19.9911111" id="Path"></line>
|
|
12
|
+
<path d="M10.4489943,19.9911111 L10.4489943,19.1022257 C10.4588042,13.8367116 14.7320632,9.57337357 20,9.57337357" id="Path"></path>
|
|
13
|
+
</g>
|
|
14
|
+
</g>
|
|
15
|
+
</g>
|
|
16
|
+
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
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/Stipop</title>
|
|
4
|
+
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
+
<g id="Icons/24-Extensions/Stipop" fill="#000000" fill-rule="nonzero">
|
|
6
|
+
<path d="M12.5,1 C18.2989899,1 23,5.70101013 23,11.5 C23,17.2039245 18.451858,21.8455734 12.7842951,21.9962258 L12.5,22 L6,23 L6.47908443,20.1033393 C3.77065445,18.2043706 2,15.0589646 2,11.5 C2,5.70101013 6.70101013,1 12.5,1 Z M12.5,2.5 C7.52943725,2.5 3.5,6.52943725 3.5,11.5 C3.5,14.3705191 4.85206397,17.0112175 7.09635804,18.6980916 L7.34021132,18.8751453 L8.11298335,19.416961 L7.817,21.202 L12.3852902,20.5 L12.5,20.5 C17.4705627,20.5 21.5,16.4705627 21.5,11.5 C21.5,6.52943725 17.4705627,2.5 12.5,2.5 Z M13.5,12.3 C13.1666667,13.9666667 12.3333333,14.8 11,14.8 C9.66666667,14.8 8.83333333,13.9666667 8.5,12.3 L13.5,12.3 Z M15.0030662,6.67300699 C15.1656001,6.92305919 15.1180007,7.24908483 14.9043132,7.44344192 L14.826993,7.50306617 L13.632,8.279 L14.8086975,8.98550424 C15.0644308,9.13894425 15.1646368,9.45281874 15.0578342,9.72120324 L15.0144958,9.80869745 C14.8610557,10.0644308 14.5471813,10.1646368 14.2787968,10.0578342 L14.1913025,10.0144958 L12.1913025,8.81449576 C11.8402552,8.60386734 11.8048611,8.12100565 12.0939654,7.85785853 L12.173007,7.79693383 L14.173007,6.49693383 C14.4508428,6.31634058 14.8224729,6.39517122 15.0030662,6.67300699 Z M8.1,6.7 C8.92842712,6.7 9.6,7.37157288 9.6,8.2 C9.6,9.02842712 8.92842712,9.7 8.1,9.7 C7.27157288,9.7 6.6,9.02842712 6.6,8.2 C6.6,7.37157288 7.27157288,6.7 8.1,6.7 Z" id="Oval"></path>
|
|
7
|
+
</g>
|
|
8
|
+
</g>
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="16px" height="16px" 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/Video@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/Video" stroke="#000000" stroke-width="1.5">
|
|
6
|
+
<g id="Group" transform="translate(2.000000, 6.500000)">
|
|
7
|
+
<path d="M1.79471961,-7.25088203e-17 L11.9552804,7.25088203e-17 C12.5793435,-4.21297127e-17 12.8056439,0.0649779267 13.033792,0.186992889 C13.2619401,0.309007852 13.4409921,0.488059851 13.5630071,0.716207995 C13.6850221,0.94435614 13.75,1.1706565 13.75,1.79471961 L13.75,9.20528039 C13.75,9.8293435 13.6850221,10.0556439 13.5630071,10.283792 C13.4409921,10.5119401 13.2619401,10.6909921 13.033792,10.8130071 C12.8056439,10.9350221 12.5793435,11 11.9552804,11 L1.79471961,11 C1.1706565,11 0.94435614,10.9350221 0.716207995,10.8130071 C0.488059851,10.6909921 0.309007852,10.5119401 0.186992889,10.283792 C0.0649779267,10.0556439 9.39485689e-17,9.8293435 -1.61693481e-16,9.20528039 L4.83392135e-17,1.79471961 C-2.80864751e-17,1.1706565 0.0649779267,0.94435614 0.186992889,0.716207995 C0.309007852,0.488059851 0.488059851,0.309007852 0.716207995,0.186992889 C0.94435614,0.0649779267 1.1706565,4.21297127e-17 1.79471961,-7.25088203e-17 Z" id="Rectangle"></path>
|
|
8
|
+
<path d="M17.2599167,8.63041667 L19.6304167,9.81475 C19.8435282,9.92114296 20.096526,9.90964554 20.299109,9.78436146 C20.5016921,9.65907738 20.625,9.43785985 20.625,9.19966667 L20.625,1.80033333 C20.625,1.56214015 20.5016921,1.34092262 20.299109,1.21563854 C20.096526,1.09035446 19.8435282,1.07885704 19.6304167,1.18525 L17.2599167,2.36958333 C16.7940465,2.60259636 16.4998441,3.07885646 16.4999999,3.59975 L16.4999999,7.40025 C16.4998441,7.92114354 16.7940465,8.39740364 17.2599167,8.63041667 Z" id="Path"></path>
|
|
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/Video@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/Video" stroke="#000000" stroke-width="1.5">
|
|
6
|
+
<g id="Group" transform="translate(2.000000, 6.500000)">
|
|
7
|
+
<path d="M1.79471961,-7.25088203e-17 L11.9552804,7.25088203e-17 C12.5793435,-4.21297127e-17 12.8056439,0.0649779267 13.033792,0.186992889 C13.2619401,0.309007852 13.4409921,0.488059851 13.5630071,0.716207995 C13.6850221,0.94435614 13.75,1.1706565 13.75,1.79471961 L13.75,9.20528039 C13.75,9.8293435 13.6850221,10.0556439 13.5630071,10.283792 C13.4409921,10.5119401 13.2619401,10.6909921 13.033792,10.8130071 C12.8056439,10.9350221 12.5793435,11 11.9552804,11 L1.79471961,11 C1.1706565,11 0.94435614,10.9350221 0.716207995,10.8130071 C0.488059851,10.6909921 0.309007852,10.5119401 0.186992889,10.283792 C0.0649779267,10.0556439 9.39485689e-17,9.8293435 -1.61693481e-16,9.20528039 L4.83392135e-17,1.79471961 C-2.80864751e-17,1.1706565 0.0649779267,0.94435614 0.186992889,0.716207995 C0.309007852,0.488059851 0.488059851,0.309007852 0.716207995,0.186992889 C0.94435614,0.0649779267 1.1706565,4.21297127e-17 1.79471961,-7.25088203e-17 Z" id="Rectangle"></path>
|
|
8
|
+
<path d="M17.2599167,8.63041667 L19.6304167,9.81475 C19.8435282,9.92114296 20.096526,9.90964554 20.299109,9.78436146 C20.5016921,9.65907738 20.625,9.43785985 20.625,9.19966667 L20.625,1.80033333 C20.625,1.56214015 20.5016921,1.34092262 20.299109,1.21563854 C20.096526,1.09035446 19.8435282,1.07885704 19.6304167,1.18525 L17.2599167,2.36958333 C16.7940465,2.60259636 16.4998441,3.07885646 16.4999999,3.59975 L16.4999999,7.40025 C16.4998441,7.92114354 16.7940465,8.39740364 17.2599167,8.63041667 Z" id="Path"></path>
|
|
9
|
+
</g>
|
|
10
|
+
</g>
|
|
11
|
+
</g>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,22 @@
|
|
|
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/Activity</title>
|
|
4
|
+
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
+
<g id="Icons/24-Emoji/Activity" fill="#000000" fill-rule="nonzero">
|
|
6
|
+
<g id="Group" transform="translate(2.000000, 2.000000)">
|
|
7
|
+
<path d="M10.3125,-0.75 C4.20284995,-0.75 -0.75,4.20284995 -0.75,10.3125 C-0.75,16.42215 4.20284995,21.375 10.3125,21.375 C16.42215,21.375 21.375,16.42215 21.375,10.3125 C21.375,7.37854258 20.20949,4.56475242 18.1348688,2.49013123 C16.0602476,0.415510047 13.2464574,-0.75 10.3125,-0.75 Z M10.3125,0.75 C12.8486327,0.75 15.280892,1.75747479 17.0742086,3.5507914 C18.8675252,5.34410802 19.875,7.77636732 19.875,10.3125 C19.875,15.5937229 15.5937229,19.875 10.3125,19.875 C5.03127708,19.875 0.75,15.5937229 0.75,10.3125 C0.75,5.03127708 5.03127708,0.75 10.3125,0.75 Z" id="Path"></path>
|
|
8
|
+
<path d="M9.87147193,5.31320805 L5.27438859,8.65537471 C5.01189314,8.84621388 4.90192054,9.18423429 5.00187496,9.49299401 L6.75270829,14.9013273 C6.8528727,15.2107357 7.14103245,15.4203333 7.46625,15.4203333 L13.15875,15.4203333 C13.4839675,15.4203333 13.7721273,15.2107357 13.8722917,14.9013273 L15.623125,9.49299401 C15.7230795,9.18423429 15.6131069,8.84621388 15.3506114,8.65537471 L10.7535281,5.31320805 C10.4905827,5.12204176 10.1344173,5.12204176 9.87147193,5.31320805 Z M10.312,6.847 L14.028,9.548 L12.613,13.92 L8.011,13.92 L6.596,9.548 L10.312,6.847 Z" id="Path"></path>
|
|
9
|
+
<path d="M13.8358935,0.158167021 C14.1793684,-0.0733451208 14.6454875,0.0174186242 14.8769996,0.360893519 C15.0874652,0.673143424 15.0315871,1.08675217 14.7616303,1.33331168 L14.6742731,1.40199965 L10.7316898,4.05941631 C10.5099918,4.20884728 10.2283667,4.22752615 9.99168688,4.11545293 L9.89331019,4.05941631 L5.95072685,1.40199965 C5.60725196,1.1704875 5.51648821,0.704368414 5.74800035,0.360893519 C5.95846594,0.0486436147 6.36282156,-0.0547540998 6.69265915,0.102965392 L6.78910648,0.158167021 L10.312,2.533 L13.8358935,0.158167021 Z" id="Path"></path>
|
|
10
|
+
<path d="M19.0188291,14.9171897 C19.4282435,14.8543189 19.8111062,15.135248 19.873977,15.5446624 C19.9316085,15.9199589 19.7003527,16.2729447 19.3460565,16.377596 L19.2465042,16.3998103 L15.156,17.027 L13.3684301,20.6781358 C13.2013796,21.0191094 12.8099434,21.176767 12.4593515,21.0603066 L12.3649475,21.0216801 C12.0239739,20.8546296 11.8663163,20.4631934 11.9827767,20.1126015 L12.0214032,20.0181975 L13.9821532,16.0160309 C14.0747247,15.8270795 14.2415313,15.6872092 14.4400966,15.6276387 L14.5418291,15.6046897 L19.0188291,14.9171897 Z" id="Path"></path>
|
|
11
|
+
<path d="M18.2369597,2.83992135 C18.6123499,2.8969397 18.8802161,3.22301623 18.8743424,3.59239838 L18.8658286,3.69404305 L18.249,7.754 L21.1212435,10.6143356 C21.3880545,10.8800566 21.4131133,11.2966698 21.1958603,11.5907266 L21.1234144,11.6749935 C20.8576934,11.9418045 20.4410802,11.9668633 20.1470234,11.7496103 L20.0627565,11.6771644 L16.9213398,8.54858111 C16.776222,8.40405612 16.6975753,8.20767517 16.7006626,8.0057503 L16.709088,7.90454029 L17.382838,3.46879029 C17.4398564,3.09340011 17.7659329,2.82553385 18.135315,2.8314076 L18.2369597,2.83992135 Z" id="Path"></path>
|
|
12
|
+
<path d="M10.3125,2.6875 C10.6921958,2.6875 11.005991,2.96965388 11.0556534,3.33572944 L11.0625,3.4375 L11.0625,5.91983333 C11.0625,6.3340469 10.7267136,6.66983333 10.3125,6.66983333 C9.93280423,6.66983333 9.61900904,6.38767945 9.56934662,6.02160389 L9.5625,5.91983333 L9.5625,3.4375 C9.5625,3.02328644 9.89828644,2.6875 10.3125,2.6875 Z" id="Path"></path>
|
|
13
|
+
<path d="M17.1206268,7.34364706 C17.4926014,7.16141708 17.941873,7.31523549 18.1241029,7.68721009 C18.2911471,8.02818682 18.1758172,8.43411447 17.8689204,8.63976468 L17.7805399,8.69068627 L15.2395399,9.93551961 C14.8675653,10.1177496 14.4182937,9.96393118 14.2360637,9.59195657 C14.0690196,9.25097985 14.1843494,8.84505219 14.4912463,8.63940199 L14.5796268,8.58848039 L17.1206268,7.34364706 Z" id="Path"></path>
|
|
14
|
+
<path d="M2.38804029,2.83992135 C2.76343046,2.78290301 3.11603798,3.01473523 3.22011027,3.36920191 L3.24216198,3.46879029 L3.91591198,7.90454029 C3.94666782,8.10702667 3.89314597,8.31168782 3.77060916,8.47221169 L3.70366017,8.54858111 L0.562243506,11.6771644 C0.268751413,11.9694576 -0.206121326,11.9684856 -0.498414444,11.6749935 C-0.76413546,11.4081825 -0.787488641,10.9914702 -0.56903368,10.6983052 L-0.496243506,10.6143356 L2.375,7.754 L1.75917135,3.69404305 C1.70215301,3.31865287 1.93398523,2.96604536 2.28845191,2.86197307 L2.38804029,2.83992135 Z" id="Path"></path>
|
|
15
|
+
<path d="M2.50089706,7.68721009 C2.66794121,7.34623337 3.05937449,7.18856845 3.40996851,7.30502235 L3.50437324,7.34364706 L6.04537324,8.58848039 C6.41734785,8.77071038 6.57116626,9.21998197 6.38893627,9.59195657 C6.22189212,9.9329333 5.83045884,10.0905982 5.47986483,9.97414432 L5.38546009,9.93551961 L2.84446009,8.69068627 C2.47248549,8.50845629 2.31866708,8.0591847 2.50089706,7.68721009 Z" id="Path"></path>
|
|
16
|
+
<path d="M12.6590923,14.1110104 C12.9399155,13.8601437 13.357281,13.8594145 13.6381727,14.0934405 L13.7180729,14.1706756 L15.2149896,15.8463423 C15.4909429,16.1552478 15.4642299,16.6293696 15.1553244,16.9053229 C14.8745012,17.1561896 14.4571356,17.1569188 14.176244,16.9228928 L14.0963437,16.8456577 L12.5994271,15.1699911 C12.3234737,14.8610855 12.3501867,14.3869638 12.6590923,14.1110104 Z" id="Path"></path>
|
|
17
|
+
<path d="M1.60617091,14.9171897 L6.08317091,15.6046897 C6.29114243,15.6366263 6.47443481,15.754066 6.59057144,15.9257898 L6.64284678,16.0160309 L8.60359678,20.0181975 C8.78583371,20.3901687 8.63202368,20.8394432 8.26005247,21.0216801 C7.91907887,21.1887306 7.51314906,21.0734084 7.30749313,20.7665154 L7.25656988,20.6781358 L5.468,17.027 L1.37849575,16.3998103 C1.00319923,16.3421788 0.735866022,16.0156651 0.742343208,15.646293 L0.751023004,15.5446624 C0.808654534,15.1693659 1.13516823,14.9020327 1.50454029,14.9085099 L1.60617091,14.9171897 Z" id="Path"></path>
|
|
18
|
+
<path d="M6.90692707,14.1706756 C7.18288042,13.8617701 7.65700221,13.8350571 7.96590774,14.1110104 C8.24673095,14.3618771 8.2943372,14.7765193 8.09334419,15.0819209 L8.02557293,15.1699911 L6.52865627,16.8456577 C6.25270292,17.1545633 5.77858112,17.1812763 5.46967559,16.9053229 C5.18885239,16.6544563 5.14124613,16.239814 5.34223914,15.9344125 L5.4100104,15.8463423 L6.90692707,14.1706756 Z" id="Path"></path>
|
|
19
|
+
</g>
|
|
20
|
+
</g>
|
|
21
|
+
</g>
|
|
22
|
+
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="16px" height="16px" 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/Reactions Add</title>
|
|
4
|
+
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
+
<g id="Icons/24-Extensions/Reactions-Add" fill="#000000" fill-rule="nonzero">
|
|
6
|
+
<path d="M12,1.25 C13.2547515,1.25 14.4810955,1.46534515 15.6383943,1.88154366 C16.0281686,2.02171794 16.2305095,2.45132619 16.0903352,2.84110054 C15.9501609,3.2308749 15.5205527,3.43321574 15.1307783,3.29304146 C14.1357379,2.9351958 13.0810879,2.75 12,2.75 C6.89136606,2.75 2.75,6.89136606 2.75,12 C2.75,17.1086339 6.89136606,21.25 12,21.25 C17.1086339,21.25 21.25,17.1086339 21.25,12 C21.25,11.2729266 21.1662576,10.5573695 21.0020875,9.8629795 C20.906785,9.45987863 21.1563049,9.05584287 21.5594058,8.96054036 C21.9625066,8.86523784 22.3665424,9.11475771 22.4618449,9.51785857 C22.6527043,10.3251362 22.75,11.1565032 22.75,12 C22.75,17.9370611 17.9370611,22.75 12,22.75 C6.06293894,22.75 1.25,17.9370611 1.25,12 C1.25,6.06293894 6.06293894,1.25 12,1.25 Z M17.6586667,13.25 C18.1185754,13.25 18.5498402,13.4733153 18.8153335,13.8488361 C19.0808092,14.2243322 19.1475058,14.7053253 18.9944111,15.1383417 C17.9483179,18.1044405 15.1451634,20.0881971 12,20.0881971 C8.85483662,20.0881971 6.05168206,18.1044405 5.00578211,15.1388889 C4.85249421,14.7053253 4.91919084,14.2243322 5.18466653,13.8488361 C5.45015977,13.4733153 5.88142461,13.25 6.34133333,13.25 L6.34133333,13.25 Z M17.558,14.695 L17.538,14.749 L6.461,14.749 L6.50827179,14.8734156 C7.3732069,17.0322917 9.42640021,18.4853104 11.750045,18.5829516 L11.750045,18.5829516 L12,18.5881971 C14.5090629,18.5881971 16.7452873,17.0056497 17.5800043,14.6388889 L17.558,14.695 Z M8.11422222,8.58288148 C9.2798673,8.58288148 10.3188817,9.31776232 10.7071667,10.4168361 C10.8451443,10.8073935 10.6403879,11.2358557 10.2498306,11.3738333 C9.89181964,11.5003128 9.50195808,11.3388005 9.33318946,11.0101749 L9.29283333,10.9164972 C9.11634015,10.4169182 8.6440609,10.0828815 8.11422222,10.0828815 C7.62853677,10.0828815 7.19121722,10.3635651 6.98575875,10.7951488 L6.93561111,10.9164972 C6.79763351,11.3070546 6.36917126,11.5118109 5.97861389,11.3738333 C5.58805653,11.2358557 5.38330017,10.8073935 5.52127778,10.4168361 C5.90956279,9.31776232 6.94857714,8.58288148 8.11422222,8.58288148 Z M15.8857778,8.58288148 C17.0514229,8.58288148 18.0904372,9.31776232 18.4787222,10.4168361 C18.6166998,10.8073935 18.4119435,11.2358557 18.0213861,11.3738333 C17.6633752,11.5003128 17.2735136,11.3388005 17.104745,11.0101749 L17.0643889,10.9164972 C16.8878957,10.4169182 16.4156165,10.0828815 15.8857778,10.0828815 C15.4000923,10.0828815 14.9627728,10.3635651 14.7573143,10.7951488 L14.7071667,10.9164972 C14.5691891,11.3070546 14.1407268,11.5118109 13.7501694,11.3738333 C13.3596121,11.2358557 13.1548557,10.8073935 13.2928333,10.4168361 C13.6811183,9.31776232 14.7201327,8.58288148 15.8857778,8.58288148 Z M19.5,0.25 C19.8796958,0.25 20.193491,0.532153882 20.2431534,0.898229443 L20.25,1 L20.25,4.25 L23,4.25 C23.4142136,4.25 23.75,4.58578644 23.75,5 C23.75,5.37969577 23.4678461,5.69349096 23.1017706,5.74315338 L23,5.75 L20.25,5.75 L20.25,9 C20.25,9.41421356 19.9142136,9.75 19.5,9.75 C19.1203042,9.75 18.806509,9.46784612 18.7568466,9.10177056 L18.75,9 L18.75,5.75 L16,5.75 C15.5857864,5.75 15.25,5.41421356 15.25,5 C15.25,4.62030423 15.5321539,4.30650904 15.8982294,4.25684662 L16,4.25 L18.75,4.25 L18.75,1 C18.75,0.585786438 19.0857864,0.25 19.5,0.25 Z" id="Path"></path>
|
|
7
|
+
</g>
|
|
8
|
+
</g>
|
|
9
|
+
</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 Emoji/Animals</title>
|
|
4
|
+
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
+
<g id="Icons/24-Emoji/Animals" fill="#000001" fill-rule="nonzero">
|
|
6
|
+
<g id="Group" transform="translate(1.250000, 1.250000)">
|
|
7
|
+
<path d="M14.7040484,0.00374294363 C13.7499,-0.0312679275 12.8027496,0.179818592 11.9538015,0.616681975 C11.1047764,1.0535808 10.3825847,1.70158275 9.85681975,2.49829357 C9.33098933,3.29493248 9.01920613,4.21356642 8.95148961,5.16570939 C8.88377994,6.11776676 9.06250643,7.07125794 9.47039969,7.93437236 L9.59915191,8.18960866 C9.77928117,8.52495566 9.9929284,8.84004848 10.2362465,9.13030407 L10.274,9.17300018 L10.0770979,9.23138544 C9.45935152,9.40456866 8.83147422,9.54116659 8.19675301,9.64031048 C5.77957443,10.0208168 3.30648724,9.79612376 0.998221762,8.98655045 C0.510507364,8.81549535 0,9.17744187 0,9.69428342 L0,12.4426334 C0,15.0106661 1.02071319,17.473454 2.83756077,19.2892285 C4.65427794,21.104972 7.11826343,22.1250001 9.6875,22.1250001 C12.2567549,22.1250001 14.7206983,21.104985 16.53746,19.2892169 C18.3542992,17.4734707 19.375,15.0106873 19.375,12.4426334 L19.3841935,12.1823926 C19.3949565,11.2273607 19.1541154,10.2666418 18.6882618,9.40867178 L18.616,9.28400018 L18.7675482,9.11404439 C19.0843802,8.73688537 19.3502233,8.31805806 19.557115,7.86814643 C19.8881236,7.14832737 20.0604801,6.36578627 20.0625282,5.57354438 C20.064827,4.61889131 19.8212793,3.67987279 19.3552736,2.84677364 C18.8894014,2.01373452 18.2166828,1.31454575 17.4019756,0.816587932 C16.5874573,0.318691352 15.6583018,0.0387537761 14.7040484,0.00374294363 Z M14.3880595,1.50154152 L14.6704507,1.50321386 C15.3460922,1.52830828 16.0247685,1.73278104 16.6196767,2.09643496 C17.2146977,2.46011823 17.7059422,2.97069218 18.0461263,3.57898498 C18.3863934,4.18729557 18.5642067,4.87286955 18.5625285,5.56980212 C18.5610365,6.14689133 18.4354649,6.71701771 18.1943016,7.24145707 C17.9531143,7.76594872 17.6019648,8.23246714 17.1645977,8.60943743 C16.8673532,8.86563491 16.8178519,9.30765436 17.0510613,9.62325675 C17.5931397,10.356852 17.883668,11.2432486 17.8835493,12.1508533 L17.8762815,12.3988089 C17.875,14.6126784 17.012478,16.6938023 15.4771045,18.2282521 C13.9416342,19.7628827 11.8591076,20.6250001 9.6875,20.6250001 C7.51591123,20.6250001 5.43334574,19.7628703 3.89792208,18.2282695 L3.68317867,18.0053887 C2.28234393,16.4953839 1.5,14.5093222 1.5,12.4426334 L1.5,10.7150002 L1.86330524,10.8137598 C4.0034445,11.3602524 6.23748675,11.4672048 8.42912714,11.1222017 C9.64145115,10.9328363 10.8317634,10.6180512 11.9799552,10.1830648 C12.5412617,9.97041677 12.6377785,9.21736141 12.1482428,8.87003016 C11.5795342,8.46652487 11.1243557,7.92355749 10.8265836,7.2934628 C10.5287641,6.66326759 10.3982805,5.96714844 10.4477104,5.27212019 C10.4971515,4.57694259 10.7247869,3.90624081 11.1087394,3.32454841 C11.4926854,2.7427411 12.0200753,2.26952924 12.6401458,1.95044788 C13.1827314,1.67123672 13.7802513,1.51828455 14.3880595,1.50154152 Z" id="Path"></path>
|
|
8
|
+
<path d="M20.9589749,3.57252819 C21.3036214,3.34276385 21.7692734,3.43589425 21.9990377,3.78054077 C22.2079144,4.09385578 22.1499359,4.50717534 21.8787301,4.75236032 L21.7910251,4.82060364 L20.664,5.57100018 L21.7910251,6.32252819 C22.1043402,6.53140487 22.2097906,6.93523003 22.0537487,7.26586456 L21.9990377,7.36259106 C21.790161,7.67590608 21.3863359,7.78135653 21.0557014,7.62531461 L20.9589749,7.57060364 L18.8964749,6.19560364 C18.4829822,5.91994185 18.453447,5.33604836 18.8078693,5.01635347 L18.8964749,4.94752819 L20.9589749,3.57252819 Z" id="Path"></path>
|
|
9
|
+
<path d="M14.5170273,12.3842684 C14.9311341,12.3936723 15.2592106,12.7369956 15.2498067,13.1511024 C15.2280139,14.1107604 14.891379,15.0366503 14.2917182,15.7861986 C13.6920831,16.5357148 12.8626902,17.0673695 11.9319017,17.299182 C10.3328372,17.6989481 8.9724703,17.1888105 7.90948473,16.1258249 C7.43733181,15.653672 7.12309644,15.182319 6.95417961,14.8444853 C6.76893767,14.4740014 6.91910593,14.0234966 7.2895898,13.8382547 C7.62920002,13.6684496 8.03605003,13.7804822 8.24418342,14.0857004 L8.29582039,14.1736649 C8.39850849,14.3790411 8.62748301,14.7225029 8.9701449,15.0651647 C9.68956674,15.7845866 10.5359899,16.1019953 11.5687491,15.8438058 C12.1810568,15.6913107 12.7262687,15.3418207 13.1204318,14.8491349 C13.5145936,14.3564509 13.7358685,13.7478504 13.7501933,13.1170478 C13.7595972,12.702941 14.1029205,12.3748645 14.5170273,12.3842684 Z" id="Path"></path>
|
|
10
|
+
<path d="M14.84375,6.32156592 C14.2396948,6.32156592 13.75,5.83187114 13.75,5.22781592 C13.75,4.66402255 14.1765785,4.19986569 14.724575,4.14048386 L14.84375,4.13406592 L14.84375,4.82156592 C15.0681219,4.82156592 15.25,5.00344402 15.25,5.22781592 C15.25,5.4521849 15.0681156,5.63406592 14.84375,5.63406592 L14.84375,6.32156592 Z" id="Path"></path>
|
|
11
|
+
<path d="M14.4375,5.22781592 C14.4375,5.00344402 14.6193781,4.82156592 14.84375,4.82156592 L14.84375,4.13406592 C15.4478053,4.13406592 15.9375,4.62375159 15.9375,5.22781592 C15.9375,5.7916008 15.5109214,6.25576501 14.962925,6.31514786 L14.84375,6.32156592 L14.84375,5.63406592 C14.6193844,5.63406592 14.4375,5.4521849 14.4375,5.22781592 Z" id="Path"></path>
|
|
12
|
+
</g>
|
|
13
|
+
</g>
|
|
14
|
+
</g>
|
|
15
|
+
</svg>
|