@sendbird/uikit-react 3.6.7 → 3.6.8-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/App.js +57 -49
- package/App.js.map +1 -1
- package/CHANGELOG.md +63 -0
- package/Channel/components/ChannelHeader.js +20 -19
- package/Channel/components/ChannelHeader.js.map +1 -1
- package/Channel/components/ChannelUI.js +45 -41
- package/Channel/components/ChannelUI.js.map +1 -1
- package/Channel/components/FileViewer.js +16 -15
- package/Channel/components/FileViewer.js.map +1 -1
- package/Channel/components/FrozenNotification.js +4 -4
- package/Channel/components/Message.js +38 -36
- package/Channel/components/Message.js.map +1 -1
- package/Channel/components/MessageInput.js +34 -32
- package/Channel/components/MessageInput.js.map +1 -1
- package/Channel/components/MessageList.js +41 -60
- package/Channel/components/MessageList.js.map +1 -1
- package/Channel/components/RemoveMessageModal.js +18 -17
- package/Channel/components/RemoveMessageModal.js.map +1 -1
- package/Channel/components/SuggestedMentionList.js +18 -17
- package/Channel/components/SuggestedMentionList.js.map +1 -1
- package/Channel/components/TypingIndicator.js +16 -15
- package/Channel/components/TypingIndicator.js.map +1 -1
- package/Channel/components/UnreadCount.js +4 -4
- package/Channel/context.js +13 -12
- package/Channel/context.js.map +1 -1
- package/Channel/utils/compareMessagesForGrouping.js +22 -0
- package/Channel/utils/compareMessagesForGrouping.js.map +1 -0
- package/Channel/utils/getMessagePartsInfo.js +38 -0
- package/Channel/utils/getMessagePartsInfo.js.map +1 -0
- package/Channel.js +45 -41
- package/Channel.js.map +1 -1
- package/ChannelList/components/AddChannel.js +15 -15
- package/ChannelList/components/ChannelListHeader.js +6 -6
- package/ChannelList/components/ChannelListUI.js +31 -30
- package/ChannelList/components/ChannelListUI.js.map +1 -1
- package/ChannelList/components/ChannelPreview.js +27 -26
- package/ChannelList/components/ChannelPreview.js.map +1 -1
- package/ChannelList/components/ChannelPreviewAction.js +14 -14
- package/ChannelList/context.js +8 -8
- package/ChannelList.js +31 -30
- package/ChannelList.js.map +1 -1
- package/{ChannelListProvider-fc14f42d.js → ChannelListProvider-532ebe92.js} +11 -14
- package/ChannelListProvider-532ebe92.js.map +1 -0
- package/{ChannelProvider-78e85f32.js → ChannelProvider-903eb3bf.js} +31 -331
- package/ChannelProvider-903eb3bf.js.map +1 -0
- package/ChannelSettings/components/ChannelProfile.js +11 -11
- package/ChannelSettings/components/ChannelSettingsUI.js +17 -17
- package/ChannelSettings/components/EditDetailsModal.js +11 -11
- package/ChannelSettings/components/LeaveChannel.js +11 -11
- package/ChannelSettings/components/ModerationPanel.js +14 -14
- package/ChannelSettings/components/UserListItem.js +10 -10
- package/ChannelSettings/components/UserPanel.js +13 -13
- package/ChannelSettings/context.js +3 -3
- package/ChannelSettings.js +17 -17
- package/CreateChannel/components/CreateChannelUI.js +13 -13
- package/CreateChannel/components/InviteUsers.js +13 -13
- package/CreateChannel/components/SelectChannelType.js +10 -10
- package/CreateChannel/context.js +4 -4
- package/CreateChannel.js +13 -13
- package/{CreateChannelProvider-fe23c38f.js → CreateChannelProvider-d02f3cf9.js} +1 -1
- package/{CreateChannelProvider-fe23c38f.js.map → CreateChannelProvider-d02f3cf9.js.map} +1 -1
- package/CreateOpenChannel/components/CreateOpenChannelUI.js +9 -9
- package/CreateOpenChannel/context.js +1 -1
- package/CreateOpenChannel.js +9 -9
- package/EditUserProfile/components/EditUserProfileUI.js +12 -12
- package/EditUserProfile.js +12 -12
- package/{LocalizationContext-5fe9b59d.js → LocalizationContext-3baf0e99.js} +3 -3
- package/{LocalizationContext-5fe9b59d.js.map → LocalizationContext-3baf0e99.js.map} +1 -1
- package/{MediaQueryContext-66b59195.js → MediaQueryContext-65dd6475.js} +1 -1
- package/{MediaQueryContext-66b59195.js.map → MediaQueryContext-65dd6475.js.map} +1 -1
- package/{MemberList-c03817ad.js → MemberList-fc5be7a2.js} +5 -5
- package/{MemberList-c03817ad.js.map → MemberList-fc5be7a2.js.map} +1 -1
- package/{useDirtyGetMentions-3f7692ab.js → Message/hooks/useDirtyGetMentions.js} +3 -2
- package/Message/hooks/useDirtyGetMentions.js.map +1 -0
- package/MessageSearch/components/MessageSearchUI.js +11 -11
- package/MessageSearch/context.js +1 -1
- package/MessageSearch/context.js.map +1 -1
- package/MessageSearch.js +11 -11
- package/OpenChannel/components/FrozenChannelNotification.js +4 -4
- package/OpenChannel/components/OpenChannelHeader.js +12 -12
- package/OpenChannel/components/OpenChannelInput.js +20 -19
- package/OpenChannel/components/OpenChannelInput.js.map +1 -1
- package/OpenChannel/components/OpenChannelMessage.js +30 -38
- package/OpenChannel/components/OpenChannelMessage.js.map +1 -1
- package/OpenChannel/components/OpenChannelMessageList.js +33 -32
- package/OpenChannel/components/OpenChannelMessageList.js.map +1 -1
- package/OpenChannel/components/OpenChannelUI.js +33 -32
- package/OpenChannel/components/OpenChannelUI.js.map +1 -1
- package/OpenChannel/context.js +8 -8
- package/OpenChannel.js +33 -32
- package/OpenChannel.js.map +1 -1
- package/OpenChannelList/components/OpenChannelListUI.js +13 -13
- package/OpenChannelList/components/OpenChannelPreview.js +3 -3
- package/OpenChannelList/context.js +3 -3
- package/OpenChannelList.js +13 -13
- package/{OpenChannelListProvider-5d21932a.js → OpenChannelListProvider-9dff6221.js} +3 -3
- package/{OpenChannelListProvider-5d21932a.js.map → OpenChannelListProvider-9dff6221.js.map} +1 -1
- package/{OpenChannelProvider-a6f4f92a.js → OpenChannelProvider-e3940c50.js} +7 -7
- package/OpenChannelProvider-e3940c50.js.map +1 -0
- package/OpenChannelSettings/components/EditDetailsModal.js +12 -12
- package/OpenChannelSettings/components/OpenChannelProfile.js +12 -12
- package/OpenChannelSettings/components/OpenChannelSettingsUI.js +17 -17
- package/OpenChannelSettings/components/OperatorUI.js +16 -16
- package/OpenChannelSettings/components/ParticipantUI.js +14 -14
- package/OpenChannelSettings/context.js +3 -3
- package/OpenChannelSettings.js +17 -17
- package/{RemoveMessageModal-0d438e31.js → RemoveMessageModal-5c8b1e53.js} +3 -3
- package/RemoveMessageModal-5c8b1e53.js.map +1 -0
- package/SendbirdProvider.js +24 -21
- package/SendbirdProvider.js.map +1 -1
- package/Thread/components/ParentMessageInfo.js +36 -34
- package/Thread/components/ParentMessageInfo.js.map +1 -1
- package/Thread/components/ParentMessageInfoItem.js +21 -21
- package/Thread/components/ParentMessageInfoItem.js.map +1 -1
- package/Thread/components/ThreadHeader.js +6 -6
- package/Thread/components/ThreadList.js +39 -37
- package/Thread/components/ThreadList.js.map +1 -1
- package/Thread/components/ThreadListItem.js +40 -38
- package/Thread/components/ThreadListItem.js.map +1 -1
- package/Thread/components/ThreadMessageInput.js +32 -30
- package/Thread/components/ThreadMessageInput.js.map +1 -1
- package/Thread/components/ThreadUI.js +43 -41
- package/Thread/components/ThreadUI.js.map +1 -1
- package/Thread/context.js +8 -8
- package/Thread.js +43 -41
- package/Thread.js.map +1 -1
- package/{ThreadProvider-2a4356a2.js → ThreadProvider-0cfe2336.js} +12 -11
- package/ThreadProvider-0cfe2336.js.map +1 -0
- package/{UserProfileContext-8b8f3e3a.js → UserProfileContext-3dd7aade.js} +1 -1
- package/{UserProfileContext-8b8f3e3a.js.map → UserProfileContext-3dd7aade.js.map} +1 -1
- package/{VoiceMessageInputWrapper-b8742ea1.js → VoiceMessageInputWrapper-a3904e40.js} +7 -7
- package/{VoiceMessageInputWrapper-b8742ea1.js.map → VoiceMessageInputWrapper-a3904e40.js.map} +1 -1
- package/VoicePlayer/context.js +3 -3
- package/VoicePlayer/useVoicePlayer.js +9 -9
- package/VoiceRecorder/context.js +9 -9
- package/VoiceRecorder/useVoiceRecorder.js +8 -8
- package/{WebAudioUtils-63418113.js → WebAudioUtils-44e85117.js} +2 -2
- package/{WebAudioUtils-63418113.js.map → WebAudioUtils-44e85117.js.map} +1 -1
- package/{_rollupPluginBabelHelpers-90ff7fc4.js → _rollupPluginBabelHelpers-89176539.js} +1 -1
- package/_rollupPluginBabelHelpers-89176539.js.map +1 -0
- package/{actionTypes-66bf934b.js → actionTypes-f95f30b4.js} +1 -1
- package/{actionTypes-66bf934b.js.map → actionTypes-f95f30b4.js.map} +1 -1
- package/cjs/App.js +57 -49
- package/cjs/App.js.map +1 -1
- package/cjs/Channel/components/ChannelHeader.js +20 -19
- package/cjs/Channel/components/ChannelHeader.js.map +1 -1
- package/cjs/Channel/components/ChannelUI.js +45 -41
- package/cjs/Channel/components/ChannelUI.js.map +1 -1
- package/cjs/Channel/components/FileViewer.js +16 -15
- package/cjs/Channel/components/FileViewer.js.map +1 -1
- package/cjs/Channel/components/FrozenNotification.js +4 -4
- package/cjs/Channel/components/Message.js +41 -39
- package/cjs/Channel/components/Message.js.map +1 -1
- package/cjs/Channel/components/MessageInput.js +39 -37
- package/cjs/Channel/components/MessageInput.js.map +1 -1
- package/cjs/Channel/components/MessageList.js +47 -66
- package/cjs/Channel/components/MessageList.js.map +1 -1
- package/cjs/Channel/components/RemoveMessageModal.js +18 -17
- package/cjs/Channel/components/RemoveMessageModal.js.map +1 -1
- package/cjs/Channel/components/SuggestedMentionList.js +18 -17
- package/cjs/Channel/components/SuggestedMentionList.js.map +1 -1
- package/cjs/Channel/components/TypingIndicator.js +16 -15
- package/cjs/Channel/components/TypingIndicator.js.map +1 -1
- package/cjs/Channel/components/UnreadCount.js +4 -4
- package/cjs/Channel/context.js +13 -12
- package/cjs/Channel/context.js.map +1 -1
- package/cjs/Channel/utils/compareMessagesForGrouping.js +26 -0
- package/cjs/Channel/utils/compareMessagesForGrouping.js.map +1 -0
- package/cjs/Channel/utils/getMessagePartsInfo.js +42 -0
- package/cjs/Channel/utils/getMessagePartsInfo.js.map +1 -0
- package/cjs/Channel.js +45 -41
- package/cjs/Channel.js.map +1 -1
- package/cjs/ChannelList/components/AddChannel.js +15 -15
- package/cjs/ChannelList/components/ChannelListHeader.js +6 -6
- package/cjs/ChannelList/components/ChannelListUI.js +31 -30
- package/cjs/ChannelList/components/ChannelListUI.js.map +1 -1
- package/cjs/ChannelList/components/ChannelPreview.js +27 -26
- package/cjs/ChannelList/components/ChannelPreview.js.map +1 -1
- package/cjs/ChannelList/components/ChannelPreviewAction.js +14 -14
- package/cjs/ChannelList/context.js +8 -8
- package/cjs/ChannelList.js +31 -30
- package/cjs/ChannelList.js.map +1 -1
- package/cjs/{ChannelListProvider-c1f3cf4a.js → ChannelListProvider-80903b5c.js} +11 -14
- package/cjs/ChannelListProvider-80903b5c.js.map +1 -0
- package/cjs/{ChannelProvider-633edf61.js → ChannelProvider-c75c8c0d.js} +109 -414
- package/cjs/ChannelProvider-c75c8c0d.js.map +1 -0
- package/cjs/ChannelSettings/components/ChannelProfile.js +11 -11
- package/cjs/ChannelSettings/components/ChannelSettingsUI.js +17 -17
- package/cjs/ChannelSettings/components/EditDetailsModal.js +11 -11
- package/cjs/ChannelSettings/components/LeaveChannel.js +11 -11
- package/cjs/ChannelSettings/components/ModerationPanel.js +14 -14
- package/cjs/ChannelSettings/components/UserListItem.js +10 -10
- package/cjs/ChannelSettings/components/UserPanel.js +13 -13
- package/cjs/ChannelSettings/context.js +3 -3
- package/cjs/ChannelSettings.js +17 -17
- package/cjs/CreateChannel/components/CreateChannelUI.js +13 -13
- package/cjs/CreateChannel/components/InviteUsers.js +13 -13
- package/cjs/CreateChannel/components/SelectChannelType.js +10 -10
- package/cjs/CreateChannel/context.js +4 -4
- package/cjs/CreateChannel.js +13 -13
- package/cjs/{CreateChannelProvider-32102712.js → CreateChannelProvider-0e78ab7b.js} +1 -1
- package/cjs/{CreateChannelProvider-32102712.js.map → CreateChannelProvider-0e78ab7b.js.map} +1 -1
- package/cjs/CreateOpenChannel/components/CreateOpenChannelUI.js +9 -9
- package/cjs/CreateOpenChannel/context.js +1 -1
- package/cjs/CreateOpenChannel.js +9 -9
- package/cjs/EditUserProfile/components/EditUserProfileUI.js +12 -12
- package/cjs/EditUserProfile.js +12 -12
- package/cjs/{LocalizationContext-a15ec4eb.js → LocalizationContext-fd85331f.js} +3 -3
- package/cjs/{LocalizationContext-a15ec4eb.js.map → LocalizationContext-fd85331f.js.map} +1 -1
- package/cjs/{MediaQueryContext-80d10d7b.js → MediaQueryContext-fde456fd.js} +1 -1
- package/cjs/{MediaQueryContext-80d10d7b.js.map → MediaQueryContext-fde456fd.js.map} +1 -1
- package/cjs/{MemberList-5303bbbb.js → MemberList-16ebc116.js} +5 -5
- package/cjs/{MemberList-5303bbbb.js.map → MemberList-16ebc116.js.map} +1 -1
- package/cjs/{useDirtyGetMentions-a37639f1.js → Message/hooks/useDirtyGetMentions.js} +4 -1
- package/cjs/Message/hooks/useDirtyGetMentions.js.map +1 -0
- package/cjs/MessageSearch/components/MessageSearchUI.js +11 -11
- package/cjs/MessageSearch/context.js +1 -1
- package/cjs/MessageSearch/context.js.map +1 -1
- package/cjs/MessageSearch.js +11 -11
- package/cjs/OpenChannel/components/FrozenChannelNotification.js +4 -4
- package/cjs/OpenChannel/components/OpenChannelHeader.js +12 -12
- package/cjs/OpenChannel/components/OpenChannelInput.js +20 -19
- package/cjs/OpenChannel/components/OpenChannelInput.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelMessage.js +32 -40
- package/cjs/OpenChannel/components/OpenChannelMessage.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelMessageList.js +33 -32
- package/cjs/OpenChannel/components/OpenChannelMessageList.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelUI.js +33 -32
- package/cjs/OpenChannel/components/OpenChannelUI.js.map +1 -1
- package/cjs/OpenChannel/context.js +8 -8
- package/cjs/OpenChannel.js +33 -32
- package/cjs/OpenChannel.js.map +1 -1
- package/cjs/OpenChannelList/components/OpenChannelListUI.js +13 -13
- package/cjs/OpenChannelList/components/OpenChannelPreview.js +3 -3
- package/cjs/OpenChannelList/context.js +3 -3
- package/cjs/OpenChannelList.js +13 -13
- package/cjs/{OpenChannelListProvider-49874b88.js → OpenChannelListProvider-8665615a.js} +3 -3
- package/cjs/{OpenChannelListProvider-49874b88.js.map → OpenChannelListProvider-8665615a.js.map} +1 -1
- package/cjs/{OpenChannelProvider-c2b3dc2c.js → OpenChannelProvider-5e558c1a.js} +7 -7
- package/cjs/OpenChannelProvider-5e558c1a.js.map +1 -0
- package/cjs/OpenChannelSettings/components/EditDetailsModal.js +12 -12
- package/cjs/OpenChannelSettings/components/OpenChannelProfile.js +12 -12
- package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js +17 -17
- package/cjs/OpenChannelSettings/components/OperatorUI.js +16 -16
- package/cjs/OpenChannelSettings/components/ParticipantUI.js +14 -14
- package/cjs/OpenChannelSettings/context.js +3 -3
- package/cjs/OpenChannelSettings.js +17 -17
- package/cjs/{RemoveMessageModal-271f1251.js → RemoveMessageModal-6307711c.js} +3 -3
- package/cjs/RemoveMessageModal-6307711c.js.map +1 -0
- package/cjs/SendbirdProvider.js +24 -21
- package/cjs/SendbirdProvider.js.map +1 -1
- package/cjs/Thread/components/ParentMessageInfo.js +38 -36
- package/cjs/Thread/components/ParentMessageInfo.js.map +1 -1
- package/cjs/Thread/components/ParentMessageInfoItem.js +21 -21
- package/cjs/Thread/components/ParentMessageInfoItem.js.map +1 -1
- package/cjs/Thread/components/ThreadHeader.js +6 -6
- package/cjs/Thread/components/ThreadList.js +39 -37
- package/cjs/Thread/components/ThreadList.js.map +1 -1
- package/cjs/Thread/components/ThreadListItem.js +42 -40
- package/cjs/Thread/components/ThreadListItem.js.map +1 -1
- package/cjs/Thread/components/ThreadMessageInput.js +34 -32
- package/cjs/Thread/components/ThreadMessageInput.js.map +1 -1
- package/cjs/Thread/components/ThreadUI.js +43 -41
- package/cjs/Thread/components/ThreadUI.js.map +1 -1
- package/cjs/Thread/context.js +8 -8
- package/cjs/Thread.js +43 -41
- package/cjs/Thread.js.map +1 -1
- package/cjs/{ThreadProvider-8d2ce923.js → ThreadProvider-aeb062df.js} +12 -11
- package/cjs/ThreadProvider-aeb062df.js.map +1 -0
- package/cjs/{UserProfileContext-f8f1cee7.js → UserProfileContext-e658337c.js} +1 -1
- package/cjs/{UserProfileContext-f8f1cee7.js.map → UserProfileContext-e658337c.js.map} +1 -1
- package/cjs/{VoiceMessageInputWrapper-e8d7b9ba.js → VoiceMessageInputWrapper-ee24a942.js} +9 -9
- package/cjs/{VoiceMessageInputWrapper-e8d7b9ba.js.map → VoiceMessageInputWrapper-ee24a942.js.map} +1 -1
- package/cjs/VoicePlayer/context.js +3 -3
- package/cjs/VoicePlayer/useVoicePlayer.js +9 -9
- package/cjs/VoiceRecorder/context.js +9 -9
- package/cjs/VoiceRecorder/useVoiceRecorder.js +8 -8
- package/cjs/{WebAudioUtils-88dbfaed.js → WebAudioUtils-238bd8c4.js} +2 -2
- package/cjs/{WebAudioUtils-88dbfaed.js.map → WebAudioUtils-238bd8c4.js.map} +1 -1
- package/cjs/{_rollupPluginBabelHelpers-0d9d52a5.js → _rollupPluginBabelHelpers-6da3edf9.js} +1 -1
- package/cjs/_rollupPluginBabelHelpers-6da3edf9.js.map +1 -0
- package/cjs/{actionTypes-974dfe33.js → actionTypes-b0cfb8a7.js} +1 -1
- package/cjs/{actionTypes-974dfe33.js.map → actionTypes-b0cfb8a7.js.map} +1 -1
- package/cjs/{color-1e9cc481.js → color-7e8f0ca5.js} +1 -1
- package/cjs/{color-1e9cc481.js.map → color-7e8f0ca5.js.map} +1 -1
- package/cjs/{compareIds-0344920c.js → compareIds-a5214ac1.js} +1 -1
- package/cjs/{compareIds-0344920c.js.map → compareIds-a5214ac1.js.map} +1 -1
- package/cjs/{const-0d4d91cd.js → const-703dd567.js} +1 -1
- package/cjs/{const-0d4d91cd.js.map → const-703dd567.js.map} +1 -1
- package/cjs/{const-182fe978.js → const-7ab4dbea.js} +1 -1
- package/cjs/{const-182fe978.js.map → const-7ab4dbea.js.map} +1 -1
- package/cjs/{consts-0c9a38ef.js → consts-0337201b.js} +5 -1
- package/cjs/{consts-0c9a38ef.js.map → consts-0337201b.js.map} +1 -1
- package/cjs/{consts-10e5b075.js → consts-39e2e498.js} +1 -1
- package/cjs/{consts-10e5b075.js.map → consts-39e2e498.js.map} +1 -1
- package/cjs/{consts-5bdc2c7f.js → consts-74f92105.js} +1 -1
- package/cjs/{consts-5bdc2c7f.js.map → consts-74f92105.js.map} +1 -1
- package/cjs/{consts-c336bb61.js → consts-acdad2b4.js} +1 -1
- package/cjs/{consts-c336bb61.js.map → consts-acdad2b4.js.map} +1 -1
- package/cjs/{context-0276d21e.js → context-90576ca6.js} +2 -2
- package/cjs/{context-0276d21e.js.map → context-90576ca6.js.map} +1 -1
- package/cjs/dist/index.css +121 -94
- package/cjs/dist/index.css.map +1 -1
- package/cjs/{index-17a6519d.js → index-011a6124.js} +1 -1
- package/cjs/{index-17a6519d.js.map → index-011a6124.js.map} +1 -1
- package/cjs/index-05ea6eac.js +230 -0
- package/cjs/index-05ea6eac.js.map +1 -0
- package/cjs/{index-49fe0efb.js → index-0aec5632.js} +4 -4
- package/cjs/{index-49fe0efb.js.map → index-0aec5632.js.map} +1 -1
- package/cjs/{index-e46cc828.js → index-5699329f.js} +6 -6
- package/cjs/{index-e46cc828.js.map → index-5699329f.js.map} +1 -1
- package/cjs/{index-1325e266.js → index-66369e8b.js} +3 -3
- package/cjs/{index-1325e266.js.map → index-66369e8b.js.map} +1 -1
- package/cjs/{index-092b22dd.js → index-76acbd2d.js} +2 -2
- package/cjs/{index-092b22dd.js.map → index-76acbd2d.js.map} +1 -1
- package/cjs/{index-b428366f.js → index-7d3c8e0c.js} +2 -2
- package/cjs/index-7d3c8e0c.js.map +1 -0
- package/cjs/{index-6cb3365f.js → index-8522d0c2.js} +2 -2
- package/cjs/{index-6cb3365f.js.map → index-8522d0c2.js.map} +1 -1
- package/cjs/{index-cebd1362.js → index-9470d71b.js} +4 -4
- package/cjs/{index-cebd1362.js.map → index-9470d71b.js.map} +1 -1
- package/cjs/{index-08c5777e.js → index-9c4b8f39.js} +15 -8
- package/cjs/index-9c4b8f39.js.map +1 -0
- package/cjs/{index-dbccd7fb.js → index-ad47c0e4.js} +3 -3
- package/cjs/{index-dbccd7fb.js.map → index-ad47c0e4.js.map} +1 -1
- package/cjs/{index-87e11d7e.js → index-b04632ba.js} +5 -5
- package/cjs/{index-87e11d7e.js.map → index-b04632ba.js.map} +1 -1
- package/cjs/{index-2cb13008.js → index-bf35893c.js} +2 -2
- package/cjs/{index-2cb13008.js.map → index-bf35893c.js.map} +1 -1
- package/cjs/{index-5a651f3c.js → index-c63d7e90.js} +2 -2
- package/cjs/{index-5a651f3c.js.map → index-c63d7e90.js.map} +1 -1
- package/cjs/{index-54228aa8.js → index-dbfce4b2.js} +4 -4
- package/cjs/{index-54228aa8.js.map → index-dbfce4b2.js.map} +1 -1
- package/cjs/index-e18eb9ba.js +298 -0
- package/cjs/index-e18eb9ba.js.map +1 -0
- package/cjs/{index-9c8e297d.js → index-e99f0986.js} +3 -3
- package/cjs/{index-9c8e297d.js.map → index-e99f0986.js.map} +1 -1
- package/cjs/{index-c2454b7e.js → index-eac4199a.js} +1 -1
- package/cjs/{index-c2454b7e.js.map → index-eac4199a.js.map} +1 -1
- package/cjs/{index-ed1ee70b.js → index-f9665a27.js} +21 -14
- package/cjs/index-f9665a27.js.map +1 -0
- package/cjs/index.js +57 -53
- package/cjs/index.js.map +1 -1
- package/cjs/{index.module-8026e7d3.js → index.module-0ba29e4f.js} +1 -1
- package/cjs/{index.module-8026e7d3.js.map → index.module-0ba29e4f.js.map} +1 -1
- package/cjs/package.json +2 -2
- package/cjs/{resolvedReplyType-8137e072.js → resolvedReplyType-9f17b17a.js} +1 -1
- package/cjs/{resolvedReplyType-8137e072.js.map → resolvedReplyType-9f17b17a.js.map} +1 -1
- package/cjs/sendbirdSelectors.js +3 -4
- package/cjs/sendbirdSelectors.js.map +1 -1
- package/cjs/{stringSet-769f181d.js → stringSet-dfe78bcf.js} +1 -1
- package/cjs/{stringSet-769f181d.js.map → stringSet-dfe78bcf.js.map} +1 -1
- package/cjs/{tokenize-586ed01a.js → tokenize-8279c435.js} +2 -2
- package/cjs/{tokenize-586ed01a.js.map → tokenize-8279c435.js.map} +1 -1
- package/cjs/{topics-99121946.js → topics-ba2551c1.js} +1 -1
- package/cjs/{topics-99121946.js.map → topics-ba2551c1.js.map} +1 -1
- package/cjs/{types-812b3bfd.js → types-c4bc01b7.js} +1 -1
- package/cjs/types-c4bc01b7.js.map +1 -0
- package/cjs/ui/Accordion.js +2 -2
- package/cjs/ui/AccordionGroup.js +2 -2
- package/cjs/ui/AdminMessage.js +2 -2
- package/cjs/ui/Avatar.js +1 -1
- package/cjs/ui/Badge.js +4 -4
- package/cjs/ui/BottomSheet.js +1 -1
- package/cjs/ui/Button.js +2 -2
- package/cjs/ui/ChannelAvatar.js +2 -2
- package/cjs/ui/ConnectionStatus.js +4 -4
- package/cjs/ui/ContextMenu.js +5 -5
- package/cjs/ui/DateSeparator.js +3 -3
- package/cjs/ui/EmojiReactions.js +13 -13
- package/cjs/ui/EmojiReactions.js.map +1 -1
- package/cjs/ui/FileMessageItemBody.js +6 -6
- package/cjs/ui/FileViewer.js +17 -126
- package/cjs/ui/FileViewer.js.map +1 -1
- package/cjs/ui/Icon.js +178 -159
- package/cjs/ui/Icon.js.map +1 -1
- package/cjs/ui/IconButton.js +1 -1
- package/cjs/ui/Input.js +2 -2
- package/cjs/ui/Label.js +2 -2
- package/cjs/ui/LinkLabel.js +2 -2
- package/cjs/ui/MentionLabel.js +10 -10
- package/cjs/ui/MentionUserLabel.js +1 -1
- package/cjs/ui/MessageContent.js +28 -28
- package/cjs/ui/MessageContent.js.map +1 -1
- package/cjs/ui/MessageInput/hooks/usePaste.js +16 -0
- package/cjs/ui/MessageInput/hooks/usePaste.js.map +1 -0
- package/cjs/ui/MessageInput.js +21 -233
- package/cjs/ui/MessageInput.js.map +1 -1
- package/cjs/ui/MessageItemMenu.js +8 -8
- package/cjs/ui/MessageItemMenu.js.map +1 -1
- package/cjs/ui/MessageItemReactionMenu.js +8 -8
- package/cjs/ui/MessageItemReactionMenu.js.map +1 -1
- package/cjs/ui/MessageSearchFileItem.js +10 -10
- package/cjs/ui/MessageSearchItem.js +8 -8
- package/cjs/ui/MessageStatus.js +10 -10
- package/cjs/ui/Modal.js +7 -7
- package/cjs/ui/OGMessageItemBody.js +14 -14
- package/cjs/ui/OpenChannelAdminMessage.js +2 -2
- package/cjs/ui/OpenChannelAvatar.js +5 -5
- package/cjs/ui/OpenchannelConversationHeader.js +6 -6
- package/cjs/ui/OpenchannelFileMessage.js +15 -15
- package/cjs/ui/OpenchannelOGMessage.js +18 -18
- package/cjs/ui/OpenchannelThumbnailMessage.js +14 -14
- package/cjs/ui/OpenchannelUserMessage.js +15 -15
- package/cjs/ui/PlaceHolder.js +5 -5
- package/cjs/ui/PlaybackTime.js +2 -2
- package/cjs/ui/QuoteMessage.js +6 -6
- package/cjs/ui/QuoteMessage.js.map +1 -1
- package/cjs/ui/QuoteMessageInput.js +6 -6
- package/cjs/ui/QuoteMessageInput.js.map +1 -1
- package/cjs/ui/ReactionBadge.js +2 -2
- package/cjs/ui/ReactionButton.js +4 -4
- package/cjs/ui/SortByRow.js +1 -1
- package/cjs/ui/TextButton.js +1 -1
- package/cjs/ui/TextMessageItemBody.js +14 -14
- package/cjs/ui/ThreadReplies.js +5 -5
- package/cjs/ui/ThumbnailMessageItemBody.js +5 -5
- package/cjs/ui/Toggle.js +1 -1
- package/cjs/ui/Tooltip.js +2 -2
- package/cjs/ui/UnknownMessageItemBody.js +6 -6
- package/cjs/ui/UserListItem.js +10 -10
- package/cjs/ui/UserProfile.js +9 -9
- package/cjs/ui/VoiceMessageItemBody.js +9 -9
- package/cjs/ui/VoiceMessgeInput.js +7 -7
- package/cjs/ui/Word.js +10 -10
- package/cjs/{useLongPress-a77054d5.js → useLongPress-092f3b5a.js} +3 -3
- package/cjs/{useLongPress-a77054d5.js.map → useLongPress-092f3b5a.js.map} +1 -1
- package/cjs/useSendbirdStateContext.js +1 -1
- package/cjs/utils/message/getOutgoingMessageState.js.map +1 -1
- package/cjs/utils/message/isVoiceMessage.js +2 -2
- package/cjs/utils-415ffe78.js +340 -0
- package/cjs/utils-415ffe78.js.map +1 -0
- package/cjs/{utils-c8ca7346.js → utils-6a3fe892.js} +1 -1
- package/cjs/{utils-c8ca7346.js.map → utils-6a3fe892.js.map} +1 -1
- package/cjs/{utils-3fda8de7.js → utils-a0fbcca3.js} +1 -1
- package/cjs/{utils-3fda8de7.js.map → utils-a0fbcca3.js.map} +1 -1
- package/cjs/{utils-d6b081f0.js → utils-b5edf0d4.js} +1 -1
- package/cjs/{utils-d6b081f0.js.map → utils-b5edf0d4.js.map} +1 -1
- package/cjs/{utils-18517a45.js → utils-f6fe7b35.js} +2 -2
- package/cjs/{utils-18517a45.js.map → utils-f6fe7b35.js.map} +1 -1
- package/cjs/{uuid-6c019e89.js → uuid-5f519bff.js} +1 -1
- package/cjs/{uuid-6c019e89.js.map → uuid-5f519bff.js.map} +1 -1
- package/cjs/withSendbird.js +1 -1
- package/{color-2315a258.js → color-577bf8be.js} +1 -1
- package/{color-2315a258.js.map → color-577bf8be.js.map} +1 -1
- package/{compareIds-2464aab2.js → compareIds-c0200d9c.js} +1 -1
- package/{compareIds-2464aab2.js.map → compareIds-c0200d9c.js.map} +1 -1
- package/{const-0cca8d38.js → const-83226e6e.js} +1 -1
- package/{const-0cca8d38.js.map → const-83226e6e.js.map} +1 -1
- package/{const-c6a266f4.js → const-bc3d72f7.js} +1 -1
- package/{const-c6a266f4.js.map → const-bc3d72f7.js.map} +1 -1
- package/{consts-b6f24cc7.js → consts-1be4a5f0.js} +5 -2
- package/{consts-b6f24cc7.js.map → consts-1be4a5f0.js.map} +1 -1
- package/{consts-32a2c4a7.js → consts-72edcc10.js} +1 -1
- package/{consts-32a2c4a7.js.map → consts-72edcc10.js.map} +1 -1
- package/{consts-991d3823.js → consts-b6ee09b8.js} +1 -1
- package/{consts-991d3823.js.map → consts-b6ee09b8.js.map} +1 -1
- package/{consts-3d956927.js → consts-f43406e2.js} +1 -1
- package/{consts-3d956927.js.map → consts-f43406e2.js.map} +1 -1
- package/{context-e46fff7b.js → context-79b7df74.js} +2 -2
- package/{context-e46fff7b.js.map → context-79b7df74.js.map} +1 -1
- package/dist/index.css +121 -94
- package/dist/index.css.map +1 -1
- package/{index-b9b184a4.js → index-0560155e.js} +1 -1
- package/{index-b9b184a4.js.map → index-0560155e.js.map} +1 -1
- package/{index-a39b9075.js → index-093de5d9.js} +3 -3
- package/{index-a39b9075.js.map → index-093de5d9.js.map} +1 -1
- package/{index-ebb8a7df.js → index-1d964676.js} +2 -2
- package/index-1d964676.js.map +1 -0
- package/{index-17b78bb0.js → index-1fca4ff9.js} +21 -14
- package/index-1fca4ff9.js.map +1 -0
- package/{index-07345a6e.js → index-20782e24.js} +5 -5
- package/{index-07345a6e.js.map → index-20782e24.js.map} +1 -1
- package/{index-56249831.js → index-2f85608a.js} +16 -9
- package/index-2f85608a.js.map +1 -0
- package/{index-f2e30f98.js → index-43c63728.js} +2 -2
- package/{index-f2e30f98.js.map → index-43c63728.js.map} +1 -1
- package/index-4681e8c0.js +221 -0
- package/index-4681e8c0.js.map +1 -0
- package/index-56541b27.js +289 -0
- package/index-56541b27.js.map +1 -0
- package/{index-c4273470.js → index-6685707d.js} +4 -4
- package/{index-c4273470.js.map → index-6685707d.js.map} +1 -1
- package/{index-879bcfab.js → index-801994fd.js} +3 -3
- package/{index-879bcfab.js.map → index-801994fd.js.map} +1 -1
- package/{index-63c995b8.js → index-8c47fd78.js} +3 -3
- package/{index-63c995b8.js.map → index-8c47fd78.js.map} +1 -1
- package/{index-bafedab0.js → index-a6c40339.js} +1 -1
- package/{index-bafedab0.js.map → index-a6c40339.js.map} +1 -1
- package/{index-499d9ef9.js → index-b5ac166c.js} +2 -2
- package/{index-499d9ef9.js.map → index-b5ac166c.js.map} +1 -1
- package/{index-7b3790d3.js → index-cf32585b.js} +4 -4
- package/{index-7b3790d3.js.map → index-cf32585b.js.map} +1 -1
- package/{index-13d9d766.js → index-d4eb3c4f.js} +2 -2
- package/{index-13d9d766.js.map → index-d4eb3c4f.js.map} +1 -1
- package/{index-2544bb0a.js → index-da667cf0.js} +4 -4
- package/{index-2544bb0a.js.map → index-da667cf0.js.map} +1 -1
- package/{index-fe2c7493.js → index-e7c6e440.js} +6 -6
- package/{index-fe2c7493.js.map → index-e7c6e440.js.map} +1 -1
- package/{index-335e7557.js → index-facad2c8.js} +2 -2
- package/{index-335e7557.js.map → index-facad2c8.js.map} +1 -1
- package/index.d.ts +278 -134
- package/index.js +57 -53
- package/index.js.map +1 -1
- package/{index.module-41885c5b.js → index.module-afd26a55.js} +1 -1
- package/{index.module-41885c5b.js.map → index.module-afd26a55.js.map} +1 -1
- package/package.json +3 -2
- package/{resolvedReplyType-d6e22593.js → resolvedReplyType-56c58fa0.js} +1 -1
- package/{resolvedReplyType-d6e22593.js.map → resolvedReplyType-56c58fa0.js.map} +1 -1
- package/sendbirdSelectors.js +3 -4
- package/sendbirdSelectors.js.map +1 -1
- package/{stringSet-47601d79.js → stringSet-3373f05f.js} +1 -1
- package/{stringSet-47601d79.js.map → stringSet-3373f05f.js.map} +1 -1
- package/{tokenize-c0cf9574.js → tokenize-18e18d41.js} +2 -2
- package/{tokenize-c0cf9574.js.map → tokenize-18e18d41.js.map} +1 -1
- package/{topics-e985567d.js → topics-b4f2a542.js} +1 -1
- package/{topics-e985567d.js.map → topics-b4f2a542.js.map} +1 -1
- package/{types-02054e6e.js → types-956382cc.js} +1 -1
- package/types-956382cc.js.map +1 -0
- package/ui/Accordion.js +2 -2
- package/ui/AccordionGroup.js +2 -2
- package/ui/AdminMessage.js +2 -2
- package/ui/Avatar.js +1 -1
- package/ui/Badge.js +4 -4
- package/ui/BottomSheet.js +1 -1
- package/ui/Button.js +2 -2
- package/ui/ChannelAvatar.js +2 -2
- package/ui/ConnectionStatus.js +4 -4
- package/ui/ContextMenu.js +5 -5
- package/ui/DateSeparator.js +3 -3
- package/ui/EmojiReactions.js +13 -13
- package/ui/EmojiReactions.js.map +1 -1
- package/ui/FileMessageItemBody.js +6 -6
- package/ui/FileViewer.js +15 -124
- package/ui/FileViewer.js.map +1 -1
- package/ui/Icon.js +178 -159
- package/ui/Icon.js.map +1 -1
- package/ui/IconButton.js +1 -1
- package/ui/Input.js +2 -2
- package/ui/Label.js +2 -2
- package/ui/LinkLabel.js +2 -2
- package/ui/MentionLabel.js +10 -10
- package/ui/MentionUserLabel.js +1 -1
- package/ui/MessageContent.js +28 -28
- package/ui/MessageContent.js.map +1 -1
- package/ui/MessageInput/hooks/usePaste.js +7 -0
- package/ui/MessageInput/hooks/usePaste.js.map +1 -0
- package/ui/MessageInput.js +16 -227
- package/ui/MessageInput.js.map +1 -1
- package/ui/MessageItemMenu.js +8 -8
- package/ui/MessageItemMenu.js.map +1 -1
- package/ui/MessageItemReactionMenu.js +8 -8
- package/ui/MessageItemReactionMenu.js.map +1 -1
- package/ui/MessageSearchFileItem.js +10 -10
- package/ui/MessageSearchItem.js +8 -8
- package/ui/MessageStatus.js +10 -10
- package/ui/Modal.js +7 -7
- package/ui/OGMessageItemBody.js +14 -14
- package/ui/OpenChannelAdminMessage.js +2 -2
- package/ui/OpenChannelAvatar.js +5 -5
- package/ui/OpenchannelConversationHeader.js +6 -6
- package/ui/OpenchannelFileMessage.js +15 -15
- package/ui/OpenchannelOGMessage.js +18 -18
- package/ui/OpenchannelThumbnailMessage.js +14 -14
- package/ui/OpenchannelUserMessage.js +15 -15
- package/ui/PlaceHolder.js +5 -5
- package/ui/PlaybackTime.js +2 -2
- package/ui/QuoteMessage.js +6 -6
- package/ui/QuoteMessage.js.map +1 -1
- package/ui/QuoteMessageInput.js +6 -6
- package/ui/QuoteMessageInput.js.map +1 -1
- package/ui/ReactionBadge.js +2 -2
- package/ui/ReactionButton.js +4 -4
- package/ui/SortByRow.js +1 -1
- package/ui/TextButton.js +1 -1
- package/ui/TextMessageItemBody.js +14 -14
- package/ui/ThreadReplies.js +5 -5
- package/ui/ThumbnailMessageItemBody.js +5 -5
- package/ui/Toggle.js +1 -1
- package/ui/Tooltip.js +2 -2
- package/ui/UnknownMessageItemBody.js +6 -6
- package/ui/UserListItem.js +10 -10
- package/ui/UserProfile.js +9 -9
- package/ui/VoiceMessageItemBody.js +9 -9
- package/ui/VoiceMessgeInput.js +7 -7
- package/ui/Word.js +10 -10
- package/{useLongPress-0a2a8916.js → useLongPress-5d7ec65f.js} +3 -3
- package/{useLongPress-0a2a8916.js.map → useLongPress-5d7ec65f.js.map} +1 -1
- package/useSendbirdStateContext.js +1 -1
- package/utils/message/getOutgoingMessageState.js.map +1 -1
- package/utils/message/isVoiceMessage.js +2 -2
- package/utils-07212ce9.js +301 -0
- package/utils-07212ce9.js.map +1 -0
- package/{utils-2f26afa0.js → utils-46e2f239.js} +1 -1
- package/{utils-2f26afa0.js.map → utils-46e2f239.js.map} +1 -1
- package/{utils-70ea4cc9.js → utils-8039d87d.js} +2 -2
- package/{utils-70ea4cc9.js.map → utils-8039d87d.js.map} +1 -1
- package/{utils-93924431.js → utils-93dbc8a2.js} +1 -1
- package/{utils-93924431.js.map → utils-93dbc8a2.js.map} +1 -1
- package/{utils-d15f13cf.js → utils-f0a55682.js} +1 -1
- package/{utils-d15f13cf.js.map → utils-f0a55682.js.map} +1 -1
- package/{uuid-ec51ac4d.js → uuid-bdadfb51.js} +1 -1
- package/{uuid-ec51ac4d.js.map → uuid-bdadfb51.js.map} +1 -1
- package/withSendbird.js +1 -1
- package/ChannelListProvider-fc14f42d.js.map +0 -1
- package/ChannelProvider-78e85f32.js.map +0 -1
- package/OpenChannelProvider-a6f4f92a.js.map +0 -1
- package/RemoveMessageModal-0d438e31.js.map +0 -1
- package/ThreadProvider-2a4356a2.js.map +0 -1
- package/_rollupPluginBabelHelpers-90ff7fc4.js.map +0 -1
- package/cjs/ChannelListProvider-c1f3cf4a.js.map +0 -1
- package/cjs/ChannelProvider-633edf61.js.map +0 -1
- package/cjs/OpenChannelProvider-c2b3dc2c.js.map +0 -1
- package/cjs/RemoveMessageModal-271f1251.js.map +0 -1
- package/cjs/ThreadProvider-8d2ce923.js.map +0 -1
- package/cjs/_rollupPluginBabelHelpers-0d9d52a5.js.map +0 -1
- package/cjs/index-08c5777e.js.map +0 -1
- package/cjs/index-b428366f.js.map +0 -1
- package/cjs/index-ed1ee70b.js.map +0 -1
- package/cjs/types-812b3bfd.js.map +0 -1
- package/cjs/useDirtyGetMentions-a37639f1.js.map +0 -1
- package/index-17b78bb0.js.map +0 -1
- package/index-56249831.js.map +0 -1
- package/index-ebb8a7df.js.map +0 -1
- package/types-02054e6e.js.map +0 -1
- package/useDirtyGetMentions-3f7692ab.js.map +0 -1
package/ui/Icon.js
CHANGED
|
@@ -54,6 +54,7 @@ const Types = {
|
|
|
54
54
|
SEARCH: 'SEARCH',
|
|
55
55
|
SEND: 'SEND',
|
|
56
56
|
SETTINGS_FILLED: 'SETTINGS_FILLED',
|
|
57
|
+
SLIDE_LEFT: 'SLIDE_LEFT',
|
|
57
58
|
SPINNER: 'SPINNER',
|
|
58
59
|
SUPERGROUP: 'SUPERGROUP',
|
|
59
60
|
THREAD: 'THREAD',
|
|
@@ -241,13 +242,13 @@ function changeTypeToIconClassName(type) {
|
|
|
241
242
|
}
|
|
242
243
|
}
|
|
243
244
|
|
|
244
|
-
var _path$
|
|
245
|
-
function _extends$
|
|
245
|
+
var _path$S;
|
|
246
|
+
function _extends$V() { _extends$V = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$V.apply(this, arguments); }
|
|
246
247
|
function SvgIconAdd(props) {
|
|
247
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
248
|
+
return /*#__PURE__*/React.createElement("svg", _extends$V({
|
|
248
249
|
xmlns: "http://www.w3.org/2000/svg",
|
|
249
250
|
viewBox: "0 0 64 64"
|
|
250
|
-
}, props), _path$
|
|
251
|
+
}, props), _path$S || (_path$S = /*#__PURE__*/React.createElement("path", {
|
|
251
252
|
className: "icon-add_svg__fill",
|
|
252
253
|
d: "M50.667 5.333a8 8 0 018 8v37.334a8 8 0 01-8 8H13.333a8 8 0 01-8-8V13.333a8 8 0 018-8zm0 5.334H13.333a2.667 2.667 0 00-2.666 2.666v37.334a2.667 2.667 0 002.666 2.666h37.334a2.667 2.667 0 002.666-2.666V13.333a2.667 2.667 0 00-2.666-2.666zm-18.667 8a2.667 2.667 0 012.649 2.355l.018.311v8h8a2.667 2.667 0 01.311 5.316l-.311.018h-8v8a2.667 2.667 0 01-5.316.311l-.018-.311v-8h-8a2.667 2.667 0 01-.311-5.316l.311-.018h8v-8A2.667 2.667 0 0132 18.667z",
|
|
253
254
|
fill: "#000",
|
|
@@ -255,13 +256,13 @@ function SvgIconAdd(props) {
|
|
|
255
256
|
})));
|
|
256
257
|
}
|
|
257
258
|
|
|
258
|
-
var _path$
|
|
259
|
-
function _extends$
|
|
259
|
+
var _path$R;
|
|
260
|
+
function _extends$U() { _extends$U = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$U.apply(this, arguments); }
|
|
260
261
|
function SvgIconArrowLeft(props) {
|
|
261
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
262
|
+
return /*#__PURE__*/React.createElement("svg", _extends$U({
|
|
262
263
|
xmlns: "http://www.w3.org/2000/svg",
|
|
263
264
|
viewBox: "0 0 64 64"
|
|
264
|
-
}, props), _path$
|
|
265
|
+
}, props), _path$R || (_path$R = /*#__PURE__*/React.createElement("path", {
|
|
265
266
|
className: "icon-arrow-left_svg__fill",
|
|
266
267
|
d: "M33.886 8.781a2.668 2.668 0 01.221 3.52l-.221.251-16.78 16.781H56a2.667 2.667 0 01.311 5.316l-.311.018-38.895-.001 16.78 16.782a2.666 2.666 0 01.222 3.52l-.221.251a2.668 2.668 0 01-3.52.222l-.252-.222L8.781 33.886a2.668 2.668 0 01-.222-3.52l.222-.252L30.114 8.781a2.668 2.668 0 013.772 0z",
|
|
267
268
|
fill: "#000",
|
|
@@ -269,13 +270,13 @@ function SvgIconArrowLeft(props) {
|
|
|
269
270
|
})));
|
|
270
271
|
}
|
|
271
272
|
|
|
272
|
-
var _path$
|
|
273
|
-
function _extends$
|
|
273
|
+
var _path$Q;
|
|
274
|
+
function _extends$T() { _extends$T = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$T.apply(this, arguments); }
|
|
274
275
|
function SvgIconAttach(props) {
|
|
275
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
276
|
+
return /*#__PURE__*/React.createElement("svg", _extends$T({
|
|
276
277
|
xmlns: "http://www.w3.org/2000/svg",
|
|
277
278
|
viewBox: "0 0 64 64"
|
|
278
|
-
}, props), _path$
|
|
279
|
+
}, props), _path$Q || (_path$Q = /*#__PURE__*/React.createElement("path", {
|
|
279
280
|
className: "icon-attach_svg__fill",
|
|
280
281
|
d: "M55.334 28.926l-24.506 23.34c-5.222 4.973-13.74 4.973-18.962 0-5.149-4.903-5.149-12.797 0-17.7l24.506-23.34c3.138-2.988 8.278-2.988 11.416 0 3.064 2.919 3.064 7.594 0 10.513L23.255 45.077c-1.055 1.005-2.815 1.005-3.87.001-.98-.933-.98-2.39 0-3.325l22.64-21.535a2.667 2.667 0 00-3.676-3.864L15.709 37.89a7.578 7.578 0 00-.001 11.05c3.113 2.966 8.11 2.966 11.224 0l24.533-23.338c5.272-5.021 5.272-13.217 0-18.238-5.197-4.95-13.573-4.95-18.77 0L8.187 30.704c-7.356 7.005-7.356 18.419 0 25.424 7.281 6.935 19.036 6.935 26.318 0l24.506-23.34a2.666 2.666 0 10-3.678-3.862z",
|
|
281
282
|
fill: "#000",
|
|
@@ -284,9 +285,9 @@ function SvgIconAttach(props) {
|
|
|
284
285
|
}
|
|
285
286
|
|
|
286
287
|
var _g$2, _defs;
|
|
287
|
-
function _extends$
|
|
288
|
+
function _extends$S() { _extends$S = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$S.apply(this, arguments); }
|
|
288
289
|
function SvgIconAudioOnLined(props) {
|
|
289
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
290
|
+
return /*#__PURE__*/React.createElement("svg", _extends$S({
|
|
290
291
|
viewBox: "0 0 64 64",
|
|
291
292
|
fill: "none",
|
|
292
293
|
xmlns: "http://www.w3.org/2000/svg"
|
|
@@ -307,15 +308,29 @@ function SvgIconAudioOnLined(props) {
|
|
|
307
308
|
})))));
|
|
308
309
|
}
|
|
309
310
|
|
|
311
|
+
var _path$P;
|
|
312
|
+
function _extends$R() { _extends$R = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$R.apply(this, arguments); }
|
|
313
|
+
function SvgIconBan(props) {
|
|
314
|
+
return /*#__PURE__*/React.createElement("svg", _extends$R({
|
|
315
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
316
|
+
viewBox: "0 0 64 64"
|
|
317
|
+
}, props), _path$P || (_path$P = /*#__PURE__*/React.createElement("path", {
|
|
318
|
+
className: "icon-ban_svg__fill",
|
|
319
|
+
d: "M32 2.667C48.2 2.667 61.333 15.8 61.333 32S48.2 61.333 32 61.333 2.667 48.2 2.667 32 15.8 2.667 32 2.667zM32 8C18.745 8 8 18.745 8 32s10.745 24 24 24 24-10.745 24-24S45.255 8 32 8zm12.333 21.333a1 1 0 011 1v3.334a1 1 0 01-1 1H19.667a1 1 0 01-1-1v-3.334a1 1 0 011-1h24.666z",
|
|
320
|
+
fill: "#000",
|
|
321
|
+
fillRule: "evenodd"
|
|
322
|
+
})));
|
|
323
|
+
}
|
|
324
|
+
|
|
310
325
|
var _path$O;
|
|
311
326
|
function _extends$Q() { _extends$Q = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$Q.apply(this, arguments); }
|
|
312
|
-
function
|
|
327
|
+
function SvgIconBroadcast(props) {
|
|
313
328
|
return /*#__PURE__*/React.createElement("svg", _extends$Q({
|
|
314
329
|
xmlns: "http://www.w3.org/2000/svg",
|
|
315
330
|
viewBox: "0 0 64 64"
|
|
316
331
|
}, props), _path$O || (_path$O = /*#__PURE__*/React.createElement("path", {
|
|
317
|
-
className: "icon-
|
|
318
|
-
d: "
|
|
332
|
+
className: "icon-broadcast_svg__fill",
|
|
333
|
+
d: "M58.545 5.498c.08.258.122.526.122.796v46.079a2.666 2.666 0 01-3.462 2.546l-17.951-5.61c-.645 5.273-5.14 9.358-10.587 9.358C20.776 58.667 16 53.89 16 48v-5.334h-5.333a8 8 0 01-7.997-7.75l-.003-.25V24a8 8 0 018-8H16L55.205 3.749a2.665 2.665 0 013.34 1.75zM21.333 44.587V48a5.333 5.333 0 0010.652.398L32 47.92l-10.667-3.333zm32-34.667l-32 9.997v18.83l32 9.997V9.92zM16 21.333h-5.333a2.67 2.67 0 00-2.65 2.356L8 24v10.667a2.667 2.667 0 002.667 2.666H16v-16z",
|
|
319
334
|
fill: "#000",
|
|
320
335
|
fillRule: "evenodd"
|
|
321
336
|
})));
|
|
@@ -323,13 +338,13 @@ function SvgIconBan(props) {
|
|
|
323
338
|
|
|
324
339
|
var _path$N;
|
|
325
340
|
function _extends$P() { _extends$P = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$P.apply(this, arguments); }
|
|
326
|
-
function
|
|
341
|
+
function SvgIconCamera(props) {
|
|
327
342
|
return /*#__PURE__*/React.createElement("svg", _extends$P({
|
|
328
343
|
xmlns: "http://www.w3.org/2000/svg",
|
|
329
344
|
viewBox: "0 0 64 64"
|
|
330
345
|
}, props), _path$N || (_path$N = /*#__PURE__*/React.createElement("path", {
|
|
331
|
-
className: "icon-
|
|
332
|
-
d: "
|
|
346
|
+
className: "icon-camera_svg__fill",
|
|
347
|
+
d: "M40 5.333c.892 0 1.724.446 2.219 1.188l4.541 6.812H56a8 8 0 017.986 7.53l.014.47v29.334a8 8 0 01-8 8H8a8 8 0 01-8-8V21.333a8 8 0 018-8h9.237l4.544-6.812a2.665 2.665 0 011.888-1.167l.331-.02zm-1.43 5.334H25.428l-4.542 6.812a2.66 2.66 0 01-1.887 1.167l-.331.02H8a2.668 2.668 0 00-2.667 2.667v29.334A2.667 2.667 0 008 53.333h48a2.667 2.667 0 002.667-2.666V21.333A2.667 2.667 0 0056 18.667H45.333a2.665 2.665 0 01-2.218-1.188l-4.544-6.812zM32 21.333c7.364 0 13.333 5.97 13.333 13.334C45.333 42.03 39.363 48 32 48c-7.364 0-13.333-5.97-13.333-13.333 0-7.364 5.97-13.334 13.333-13.334zm0 5.334a8 8 0 100 16 8 8 0 000-16z",
|
|
333
348
|
fill: "#000",
|
|
334
349
|
fillRule: "evenodd"
|
|
335
350
|
})));
|
|
@@ -337,13 +352,13 @@ function SvgIconBroadcast(props) {
|
|
|
337
352
|
|
|
338
353
|
var _path$M;
|
|
339
354
|
function _extends$O() { _extends$O = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$O.apply(this, arguments); }
|
|
340
|
-
function
|
|
355
|
+
function SvgIconChannels(props) {
|
|
341
356
|
return /*#__PURE__*/React.createElement("svg", _extends$O({
|
|
342
357
|
xmlns: "http://www.w3.org/2000/svg",
|
|
343
358
|
viewBox: "0 0 64 64"
|
|
344
359
|
}, props), _path$M || (_path$M = /*#__PURE__*/React.createElement("path", {
|
|
345
|
-
className: "icon-
|
|
346
|
-
d: "
|
|
360
|
+
className: "icon-channels_svg__fill",
|
|
361
|
+
d: "M42.65 5.333l.311.017a2.666 2.666 0 012.373 2.633l-.017.311-1.45 13.04h9.466a2.667 2.667 0 01.311 5.315l-.31.018H43.271l-1.184 10.666h11.245a2.667 2.667 0 01.312 5.316l-.31.018H41.495l-1.512 13.627a2.667 2.667 0 01-5.318-.277l.017-.311 1.448-13.04H25.496l-1.512 13.628a2.667 2.667 0 01-5.318-.277l.017-.311 1.448-13.04h-9.464a2.667 2.667 0 01-.311-5.315l.31-.018h10.057l1.186-10.667H10.667a2.667 2.667 0 01-.311-5.315l.31-.018h11.835l1.515-13.627a2.668 2.668 0 012.634-2.373l.311.017a2.666 2.666 0 012.373 2.633l-.017.311-1.45 13.04H38.5l1.515-13.628a2.668 2.668 0 012.634-2.373zm-5.927 32l1.186-10.667H27.272l-1.184 10.667h10.635z",
|
|
347
362
|
fill: "#000",
|
|
348
363
|
fillRule: "evenodd"
|
|
349
364
|
})));
|
|
@@ -351,13 +366,13 @@ function SvgIconCamera(props) {
|
|
|
351
366
|
|
|
352
367
|
var _path$L;
|
|
353
368
|
function _extends$N() { _extends$N = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$N.apply(this, arguments); }
|
|
354
|
-
function
|
|
369
|
+
function SvgIconChat(props) {
|
|
355
370
|
return /*#__PURE__*/React.createElement("svg", _extends$N({
|
|
356
371
|
xmlns: "http://www.w3.org/2000/svg",
|
|
357
372
|
viewBox: "0 0 64 64"
|
|
358
373
|
}, props), _path$L || (_path$L = /*#__PURE__*/React.createElement("path", {
|
|
359
|
-
className: "icon-
|
|
360
|
-
d: "
|
|
374
|
+
className: "icon-chat_svg__fill",
|
|
375
|
+
d: "M32 2.667C48.2 2.667 61.333 15.8 61.333 32S48.2 61.333 32 61.333c-4.455 0-8.679-.993-12.461-2.77l-1.753.58c-5.965 1.912-10.133 2.572-12.504 1.981-2.799-.698-3.351-1.919-1.657-3.663 1.171-1.396 2.147-3.14 2.928-5.234.622-1.668.377-4.001-.737-7A29.15 29.15 0 012.666 32C2.667 15.8 15.8 2.667 32 2.667zM32 8C18.745 8 8 18.745 8 32c0 3.5.747 6.88 2.168 9.978l.405.837.137.271.106.285c1.517 4.085 1.89 7.622.734 10.72l-.382.972-.192.433.235-.05a62.067 62.067 0 004.886-1.363l1.721-.568 2.04-.696 1.95.917A23.882 23.882 0 0032 56c13.255 0 24-10.745 24-24S45.255 8 32 8z",
|
|
361
376
|
fill: "#000",
|
|
362
377
|
fillRule: "evenodd"
|
|
363
378
|
})));
|
|
@@ -365,13 +380,13 @@ function SvgIconChannels(props) {
|
|
|
365
380
|
|
|
366
381
|
var _path$K;
|
|
367
382
|
function _extends$M() { _extends$M = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$M.apply(this, arguments); }
|
|
368
|
-
function
|
|
383
|
+
function SvgIconChatFilled(props) {
|
|
369
384
|
return /*#__PURE__*/React.createElement("svg", _extends$M({
|
|
370
385
|
xmlns: "http://www.w3.org/2000/svg",
|
|
371
386
|
viewBox: "0 0 64 64"
|
|
372
387
|
}, props), _path$K || (_path$K = /*#__PURE__*/React.createElement("path", {
|
|
373
|
-
className: "icon-
|
|
374
|
-
d: "M32 2.667C48.2 2.667 61.333 15.8 61.333 32S48.2 61.333 32 61.333c-4.455 0-8.679-.993-12.461-2.77l-1.753.58c-5.965 1.912-10.133 2.572-12.504 1.981-2.799-.698-3.351-1.919-1.657-3.663 1.171-1.396 2.147-3.14 2.928-5.234.622-1.668.377-4.001-.737-7A29.15 29.15 0 012.666 32C2.667 15.8 15.8 2.667 32 2.
|
|
388
|
+
className: "icon-chat-filled_svg__fill",
|
|
389
|
+
d: "M32 2.667C48.2 2.667 61.333 15.8 61.333 32S48.2 61.333 32 61.333c-4.455 0-8.679-.993-12.461-2.77l-1.753.58c-5.965 1.912-10.133 2.572-12.504 1.981-2.799-.698-3.351-1.919-1.657-3.663 1.171-1.396 2.147-3.14 2.928-5.234.622-1.668.377-4.001-.737-7A29.15 29.15 0 012.666 32C2.667 15.8 15.8 2.667 32 2.667z",
|
|
375
390
|
fill: "#000",
|
|
376
391
|
fillRule: "evenodd"
|
|
377
392
|
})));
|
|
@@ -379,13 +394,13 @@ function SvgIconChat(props) {
|
|
|
379
394
|
|
|
380
395
|
var _path$J;
|
|
381
396
|
function _extends$L() { _extends$L = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$L.apply(this, arguments); }
|
|
382
|
-
function
|
|
397
|
+
function SvgIconChevronDown(props) {
|
|
383
398
|
return /*#__PURE__*/React.createElement("svg", _extends$L({
|
|
384
399
|
xmlns: "http://www.w3.org/2000/svg",
|
|
385
400
|
viewBox: "0 0 64 64"
|
|
386
401
|
}, props), _path$J || (_path$J = /*#__PURE__*/React.createElement("path", {
|
|
387
|
-
className: "icon-
|
|
388
|
-
d: "
|
|
402
|
+
className: "icon-chevron-down_svg__fill",
|
|
403
|
+
d: "M16.121 21.879a2.998 2.998 0 00-4.242 0 2.998 2.998 0 000 4.242l18 18a2.998 2.998 0 004.242 0l18-18a2.998 2.998 0 000-4.242 2.998 2.998 0 00-4.242 0L32 37.757 16.121 21.88z",
|
|
389
404
|
fill: "#000",
|
|
390
405
|
fillRule: "evenodd"
|
|
391
406
|
})));
|
|
@@ -393,13 +408,13 @@ function SvgIconChatFilled(props) {
|
|
|
393
408
|
|
|
394
409
|
var _path$I;
|
|
395
410
|
function _extends$K() { _extends$K = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$K.apply(this, arguments); }
|
|
396
|
-
function
|
|
411
|
+
function SvgIconChevronRight(props) {
|
|
397
412
|
return /*#__PURE__*/React.createElement("svg", _extends$K({
|
|
398
413
|
xmlns: "http://www.w3.org/2000/svg",
|
|
399
414
|
viewBox: "0 0 64 64"
|
|
400
415
|
}, props), _path$I || (_path$I = /*#__PURE__*/React.createElement("path", {
|
|
401
|
-
className: "icon-chevron-
|
|
402
|
-
d: "
|
|
416
|
+
className: "icon-chevron-right_svg__fill",
|
|
417
|
+
d: "M22.114 46.114a2.668 2.668 0 003.772 3.772l16-16a2.668 2.668 0 000-3.772l-16-16a2.668 2.668 0 00-3.772 3.772L36.23 32 22.114 46.114z",
|
|
403
418
|
fill: "#000",
|
|
404
419
|
fillRule: "evenodd"
|
|
405
420
|
})));
|
|
@@ -407,13 +422,13 @@ function SvgIconChevronDown(props) {
|
|
|
407
422
|
|
|
408
423
|
var _path$H;
|
|
409
424
|
function _extends$J() { _extends$J = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$J.apply(this, arguments); }
|
|
410
|
-
function
|
|
425
|
+
function SvgIconClose(props) {
|
|
411
426
|
return /*#__PURE__*/React.createElement("svg", _extends$J({
|
|
412
427
|
xmlns: "http://www.w3.org/2000/svg",
|
|
413
428
|
viewBox: "0 0 64 64"
|
|
414
429
|
}, props), _path$H || (_path$H = /*#__PURE__*/React.createElement("path", {
|
|
415
|
-
className: "icon-
|
|
416
|
-
d: "
|
|
430
|
+
className: "icon-close_svg__fill",
|
|
431
|
+
d: "M52.552 11.448a2.666 2.666 0 01.222 3.52l-.222.251-16.781 16.78 16.781 16.782a2.665 2.665 0 010 3.771 2.666 2.666 0 01-3.52.222l-.251-.222L32 35.771 15.219 52.552a2.665 2.665 0 01-3.771 0 2.666 2.666 0 01-.222-3.52l.222-.251L28.228 32l-16.78-16.781a2.665 2.665 0 010-3.771 2.666 2.666 0 013.52-.222l.251.222 16.78 16.78 16.782-16.78a2.665 2.665 0 013.771 0z",
|
|
417
432
|
fill: "#000",
|
|
418
433
|
fillRule: "evenodd"
|
|
419
434
|
})));
|
|
@@ -421,13 +436,13 @@ function SvgIconChevronRight(props) {
|
|
|
421
436
|
|
|
422
437
|
var _path$G;
|
|
423
438
|
function _extends$I() { _extends$I = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$I.apply(this, arguments); }
|
|
424
|
-
function
|
|
439
|
+
function SvgIconCollapse(props) {
|
|
425
440
|
return /*#__PURE__*/React.createElement("svg", _extends$I({
|
|
426
441
|
xmlns: "http://www.w3.org/2000/svg",
|
|
427
442
|
viewBox: "0 0 64 64"
|
|
428
443
|
}, props), _path$G || (_path$G = /*#__PURE__*/React.createElement("path", {
|
|
429
|
-
className: "icon-
|
|
430
|
-
d: "
|
|
444
|
+
className: "icon-collapse_svg__fill",
|
|
445
|
+
d: "M16 8a2.667 2.667 0 00-2.649 2.356l-.018.31v42.667a2.667 2.667 0 005.316.311l.018-.31V34.666h25.56l-6.113 6.114a2.668 2.668 0 00-.221 3.52l.221.251a2.666 2.666 0 003.52.222l.252-.222 10.666-10.666a2.666 2.666 0 00.222-3.52l-.222-.252-10.666-10.666a2.666 2.666 0 00-3.993 3.52l.221.251 6.113 6.114h-25.56V10.667A2.667 2.667 0 0016 8z",
|
|
431
446
|
fill: "#000",
|
|
432
447
|
fillRule: "evenodd"
|
|
433
448
|
})));
|
|
@@ -435,13 +450,13 @@ function SvgIconClose(props) {
|
|
|
435
450
|
|
|
436
451
|
var _path$F;
|
|
437
452
|
function _extends$H() { _extends$H = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$H.apply(this, arguments); }
|
|
438
|
-
function
|
|
453
|
+
function SvgIconCopy(props) {
|
|
439
454
|
return /*#__PURE__*/React.createElement("svg", _extends$H({
|
|
440
455
|
xmlns: "http://www.w3.org/2000/svg",
|
|
441
456
|
viewBox: "0 0 64 64"
|
|
442
457
|
}, props), _path$F || (_path$F = /*#__PURE__*/React.createElement("path", {
|
|
443
|
-
className: "icon-
|
|
444
|
-
d: "
|
|
458
|
+
className: "icon-copy_svg__fill",
|
|
459
|
+
d: "M53.333 21.333a8 8 0 018 8v24a8 8 0 01-8 8h-24a8 8 0 01-8-8v-24a8 8 0 018-8zm0 5.334h-24a2.667 2.667 0 00-2.666 2.666v24A2.667 2.667 0 0029.333 56h24A2.667 2.667 0 0056 53.333v-24a2.667 2.667 0 00-2.667-2.666zm-18.666-24a8 8 0 017.986 7.53l.014.47v2.666a2.667 2.667 0 01-5.316.311l-.018-.31v-2.667a2.67 2.67 0 00-2.355-2.65L34.667 8h-24a2.67 2.67 0 00-2.65 2.356l-.017.31v24a2.67 2.67 0 002.356 2.65l.31.017h2.667a2.667 2.667 0 01.311 5.316l-.31.018h-2.667a8.001 8.001 0 01-7.987-7.53l-.013-.47v-24c0-4.26 3.33-7.743 7.53-7.987l.47-.013h24z",
|
|
445
460
|
fill: "#000",
|
|
446
461
|
fillRule: "evenodd"
|
|
447
462
|
})));
|
|
@@ -449,13 +464,13 @@ function SvgIconCollapse(props) {
|
|
|
449
464
|
|
|
450
465
|
var _path$E;
|
|
451
466
|
function _extends$G() { _extends$G = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$G.apply(this, arguments); }
|
|
452
|
-
function
|
|
467
|
+
function SvgIconCreate(props) {
|
|
453
468
|
return /*#__PURE__*/React.createElement("svg", _extends$G({
|
|
454
469
|
xmlns: "http://www.w3.org/2000/svg",
|
|
455
470
|
viewBox: "0 0 64 64"
|
|
456
471
|
}, props), _path$E || (_path$E = /*#__PURE__*/React.createElement("path", {
|
|
457
|
-
className: "icon-
|
|
458
|
-
d: "
|
|
472
|
+
className: "icon-create_svg__fill",
|
|
473
|
+
d: "M32 2.667C48.2 2.667 61.333 15.8 61.333 32S48.2 61.333 32 61.333c-4.455 0-8.679-.993-12.461-2.77l-1.753.58c-5.965 1.912-10.133 2.572-12.504 1.981-2.799-.698-3.351-1.919-1.657-3.663 1.171-1.396 2.147-3.14 2.928-5.234.622-1.668.377-4.001-.737-7A29.15 29.15 0 012.666 32C2.667 15.8 15.8 2.667 32 2.667zM32 8C18.745 8 8 18.745 8 32c0 3.5.747 6.88 2.168 9.978l.405.837.137.271.106.285c1.517 4.085 1.89 7.622.734 10.72l-.382.972-.192.433.235-.05a62.067 62.067 0 004.886-1.363l1.721-.568 2.04-.696 1.95.917A23.882 23.882 0 0032 56c13.255 0 24-10.745 24-24S45.255 8 32 8zm2.667 16v5.333H40c3.556 0 3.556 5.334 0 5.334h-5.333V40c0 3.556-5.334 3.556-5.334 0v-5.333H24c-3.556 0-3.556-5.334 0-5.334h5.333V24c0-3.556 5.334-3.556 5.334 0z",
|
|
459
474
|
fill: "#000",
|
|
460
475
|
fillRule: "evenodd"
|
|
461
476
|
})));
|
|
@@ -463,13 +478,13 @@ function SvgIconCopy(props) {
|
|
|
463
478
|
|
|
464
479
|
var _path$D;
|
|
465
480
|
function _extends$F() { _extends$F = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$F.apply(this, arguments); }
|
|
466
|
-
function
|
|
481
|
+
function SvgIconDelete(props) {
|
|
467
482
|
return /*#__PURE__*/React.createElement("svg", _extends$F({
|
|
468
483
|
xmlns: "http://www.w3.org/2000/svg",
|
|
469
484
|
viewBox: "0 0 64 64"
|
|
470
485
|
}, props), _path$D || (_path$D = /*#__PURE__*/React.createElement("path", {
|
|
471
|
-
className: "icon-
|
|
472
|
-
d: "
|
|
486
|
+
className: "icon-delete_svg__fill",
|
|
487
|
+
d: "M37.333 2.667c4.26 0 7.743 3.33 7.987 7.53l.013.47v2.666H56a2.667 2.667 0 01.311 5.316l-.311.018h-2.668l.001 34.666c0 4.26-3.33 7.743-7.53 7.987l-.47.013H18.667a8.001 8.001 0 01-7.987-7.53l-.013-.47V18.667H8a2.667 2.667 0 01-.311-5.316L8 13.333h10.666v-2.666a8.002 8.002 0 017.53-7.987l.47-.013h10.667zm10.666 16H16v34.666a2.67 2.67 0 002.356 2.65l.31.017h26.667a2.67 2.67 0 002.65-2.356l.017-.31V18.666zm-21.332 8a2.667 2.667 0 012.648 2.355l.018.311v16a2.667 2.667 0 01-5.316.311l-.017-.31v-16a2.667 2.667 0 012.667-2.667zm10.666 0a2.67 2.67 0 012.65 2.355l.017.311v16a2.667 2.667 0 01-5.315.311l-.018-.31v-16a2.667 2.667 0 012.666-2.667zm0-18.667H26.667a2.67 2.67 0 00-2.65 2.356l-.017.31v2.667h16v-2.666a2.67 2.67 0 00-2.356-2.65L37.334 8z",
|
|
473
488
|
fill: "#000",
|
|
474
489
|
fillRule: "evenodd"
|
|
475
490
|
})));
|
|
@@ -477,13 +492,13 @@ function SvgIconCreate(props) {
|
|
|
477
492
|
|
|
478
493
|
var _path$C;
|
|
479
494
|
function _extends$E() { _extends$E = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$E.apply(this, arguments); }
|
|
480
|
-
function
|
|
495
|
+
function SvgIconDisconnected(props) {
|
|
481
496
|
return /*#__PURE__*/React.createElement("svg", _extends$E({
|
|
482
497
|
xmlns: "http://www.w3.org/2000/svg",
|
|
483
498
|
viewBox: "0 0 64 64"
|
|
484
499
|
}, props), _path$C || (_path$C = /*#__PURE__*/React.createElement("path", {
|
|
485
|
-
className: "icon-
|
|
486
|
-
d: "
|
|
500
|
+
className: "icon-disconnected_svg__fill",
|
|
501
|
+
d: "M54.534 6.069l-.248.217-9.736 9.735-.04.04-9.573 9.573c-.15.118-.286.254-.405.404L6.286 54.286a2.423 2.423 0 003.18 3.645l.248-.217 13.374-13.373a2.419 2.419 0 001.88-.401 12.119 12.119 0 0114.04 0 2.424 2.424 0 102.808-3.952 16.951 16.951 0 00-11.303-3.072l6.743-6.744a24.105 24.105 0 0110.159 5.021 2.424 2.424 0 003.11-3.719 28.945 28.945 0 00-9.34-5.23l5.633-5.634a36.153 36.153 0 019.225 5.934 2.425 2.425 0 003.211-3.633 40.972 40.972 0 00-8.796-5.941l7.256-7.256a2.423 2.423 0 00-3.18-3.645zm-35.04 21.474a28.936 28.936 0 00-6.032 3.942 2.424 2.424 0 003.137 3.697 24.018 24.018 0 015.022-3.282 2.425 2.425 0 00-2.127-4.357zM4.748 22.909a2.424 2.424 0 003.207 3.636 36.363 36.363 0 0126.978-8.977 2.424 2.424 0 00.389-4.832A41.204 41.204 0 004.748 22.909z",
|
|
487
502
|
fill: "#000",
|
|
488
503
|
fillRule: "evenodd"
|
|
489
504
|
})));
|
|
@@ -491,13 +506,13 @@ function SvgIconDelete(props) {
|
|
|
491
506
|
|
|
492
507
|
var _path$B;
|
|
493
508
|
function _extends$D() { _extends$D = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$D.apply(this, arguments); }
|
|
494
|
-
function
|
|
509
|
+
function SvgIconDocument(props) {
|
|
495
510
|
return /*#__PURE__*/React.createElement("svg", _extends$D({
|
|
496
511
|
xmlns: "http://www.w3.org/2000/svg",
|
|
497
512
|
viewBox: "0 0 64 64"
|
|
498
513
|
}, props), _path$B || (_path$B = /*#__PURE__*/React.createElement("path", {
|
|
499
|
-
className: "icon-
|
|
500
|
-
d: "
|
|
514
|
+
className: "icon-document_svg__fill",
|
|
515
|
+
d: "M37.333 2.667a3.305 3.305 0 01.274.014l.085.01.058.008c.047.007.094.016.141.026l.029.007c.05.01.098.023.146.037l.034.01c.237.07.46.173.663.303l.034.022c.036.023.07.047.104.072l.057.043a2.646 2.646 0 01.261.228l-.126-.117c.05.043.097.088.143.135L55.21 19.438c.047.046.091.094.134.143l.035.04c.026.032.052.063.076.096l.04.054.07.1.024.038c.16.253.279.535.347.836l.01.048c.009.043.017.086.024.13l.006.048.007.051.004.041c.01.09.014.18.014.27v32a8 8 0 01-8 8H16a8 8 0 01-8-8V10.667a8 8 0 018-8h21.333zM34.666 8H16a2.667 2.667 0 00-2.667 2.667v42.666A2.667 2.667 0 0016 56h32a2.667 2.667 0 002.667-2.667L50.666 24H37.333a2.667 2.667 0 01-2.648-2.356l-.018-.31L34.666 8zm12.227 10.667l-6.894-6.894.001 6.894h6.893z",
|
|
501
516
|
fill: "#000",
|
|
502
517
|
fillRule: "evenodd"
|
|
503
518
|
})));
|
|
@@ -505,13 +520,13 @@ function SvgIconDisconnected(props) {
|
|
|
505
520
|
|
|
506
521
|
var _path$A;
|
|
507
522
|
function _extends$C() { _extends$C = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$C.apply(this, arguments); }
|
|
508
|
-
function
|
|
523
|
+
function SvgIconDone(props) {
|
|
509
524
|
return /*#__PURE__*/React.createElement("svg", _extends$C({
|
|
510
525
|
xmlns: "http://www.w3.org/2000/svg",
|
|
511
526
|
viewBox: "0 0 64 64"
|
|
512
527
|
}, props), _path$A || (_path$A = /*#__PURE__*/React.createElement("path", {
|
|
513
|
-
className: "icon-
|
|
514
|
-
d: "
|
|
528
|
+
className: "icon-done_svg__fill",
|
|
529
|
+
d: "M12.552 31.448a2.665 2.665 0 10-3.771 3.771l13.333 13.333a2.666 2.666 0 003.772 0L55.219 19.22a2.667 2.667 0 00-3.771-3.771L24 42.895 12.552 31.448z",
|
|
515
530
|
fill: "#000",
|
|
516
531
|
fillRule: "evenodd"
|
|
517
532
|
})));
|
|
@@ -519,13 +534,13 @@ function SvgIconDocument(props) {
|
|
|
519
534
|
|
|
520
535
|
var _path$z;
|
|
521
536
|
function _extends$B() { _extends$B = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$B.apply(this, arguments); }
|
|
522
|
-
function
|
|
537
|
+
function SvgIconDoneAll(props) {
|
|
523
538
|
return /*#__PURE__*/React.createElement("svg", _extends$B({
|
|
524
539
|
xmlns: "http://www.w3.org/2000/svg",
|
|
525
540
|
viewBox: "0 0 64 64"
|
|
526
541
|
}, props), _path$z || (_path$z = /*#__PURE__*/React.createElement("path", {
|
|
527
|
-
className: "icon-
|
|
528
|
-
d: "
|
|
542
|
+
className: "icon-done-all_svg__fill",
|
|
543
|
+
d: "M5.886 31.448L19.219 44.78a2.667 2.667 0 01-3.771 3.771L2.114 35.22a2.667 2.667 0 013.772-3.771zm52.228-16a2.666 2.666 0 113.772 3.771L32.552 48.552a2.665 2.665 0 01-3.771 0L15.448 35.22a2.665 2.665 0 010-3.771 2.665 2.665 0 013.771 0l11.448 11.447zm-9.562 0a2.665 2.665 0 010 3.771L32.556 35.215a2.665 2.665 0 01-3.771 0 2.664 2.664 0 010-3.77L44.78 15.447a2.665 2.665 0 013.771 0z",
|
|
529
544
|
fill: "#000",
|
|
530
545
|
fillRule: "evenodd"
|
|
531
546
|
})));
|
|
@@ -533,13 +548,13 @@ function SvgIconDone(props) {
|
|
|
533
548
|
|
|
534
549
|
var _path$y;
|
|
535
550
|
function _extends$A() { _extends$A = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$A.apply(this, arguments); }
|
|
536
|
-
function
|
|
551
|
+
function SvgIconDownload(props) {
|
|
537
552
|
return /*#__PURE__*/React.createElement("svg", _extends$A({
|
|
538
553
|
xmlns: "http://www.w3.org/2000/svg",
|
|
539
554
|
viewBox: "0 0 64 64"
|
|
540
555
|
}, props), _path$y || (_path$y = /*#__PURE__*/React.createElement("path", {
|
|
541
|
-
className: "icon-
|
|
542
|
-
d: "
|
|
556
|
+
className: "icon-download_svg__fill",
|
|
557
|
+
d: "M56 42.667a2.667 2.667 0 012.649 2.355l.018.311v8c0 4.26-3.33 7.743-7.53 7.987l-.47.013H13.333a8 8 0 01-7.986-7.53l-.014-.47v-8a2.667 2.667 0 015.316-.311l.018.311v8a2.67 2.67 0 002.355 2.65l.311.017h37.334a2.667 2.667 0 002.648-2.356l.018-.31v-8A2.667 2.667 0 0156 42.667zm-36.552-8.781a2.666 2.666 0 013.52-3.993l.251.221 6.114 6.114V5.333a2.667 2.667 0 015.316-.311l.018.311v30.894l6.114-6.113a2.668 2.668 0 013.52-.221l.251.221a2.666 2.666 0 01.222 3.52l-.222.252-10.658 10.657a2.341 2.341 0 01-.135.128l.127-.119a2.67 2.67 0 01-.195.176l-.056.045a1.74 1.74 0 01-.086.064l-.056.04-.086.056-.06.036-.081.046-.079.04a2.528 2.528 0 01-.14.065l-.09.036c-.023.01-.045.017-.067.025l-.09.03-.063.019c-.043.012-.086.024-.13.034l-.013.003a3.06 3.06 0 01-.144.028l-.064.01c-.03.005-.061.009-.092.012l-.084.008a1.727 1.727 0 01-.103.006l-.069.002h-.095c-.028 0-.055-.002-.082-.003l.139.003c-.084 0-.167-.004-.249-.011l-.061-.007a1.359 1.359 0 01-.092-.012l-.09-.015a2.242 2.242 0 01-.118-.025l-.04-.01a2.644 2.644 0 01-.34-.11l-.015-.006c-.05-.02-.097-.04-.145-.063l-.042-.02L30.71 45a1.16 1.16 0 01-.067-.039c-.03-.018-.059-.035-.087-.054l-.062-.041c-.03-.02-.06-.042-.088-.063l-.04-.03-.008-.007a2.796 2.796 0 01-.251-.223L19.448 33.886z",
|
|
543
558
|
fill: "#000",
|
|
544
559
|
fillRule: "evenodd"
|
|
545
560
|
})));
|
|
@@ -547,13 +562,13 @@ function SvgIconDoneAll(props) {
|
|
|
547
562
|
|
|
548
563
|
var _path$x;
|
|
549
564
|
function _extends$z() { _extends$z = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$z.apply(this, arguments); }
|
|
550
|
-
function
|
|
565
|
+
function SvgIconEdit(props) {
|
|
551
566
|
return /*#__PURE__*/React.createElement("svg", _extends$z({
|
|
552
567
|
xmlns: "http://www.w3.org/2000/svg",
|
|
553
|
-
viewBox: "0 0
|
|
568
|
+
viewBox: "0 0 65 65"
|
|
554
569
|
}, props), _path$x || (_path$x = /*#__PURE__*/React.createElement("path", {
|
|
555
|
-
className: "icon-
|
|
556
|
-
d: "M56
|
|
570
|
+
className: "icon-edit_svg__fill",
|
|
571
|
+
d: "M56 56a2.667 2.667 0 01.311 5.315l-.311.018H8a2.667 2.667 0 01-.311-5.316L8 56h48zM35.448 3.448a2.665 2.665 0 013.771 0l10.667 10.666a2.668 2.668 0 010 3.772L20.552 47.219c-.5.5-1.178.781-1.885.781H8a2.667 2.667 0 01-2.667-2.667V34.667c0-.708.281-1.386.781-1.886zm1.885 5.659L10.667 35.77v6.896h6.89L44.227 16l-6.894-6.893z",
|
|
557
572
|
fill: "#000",
|
|
558
573
|
fillRule: "evenodd"
|
|
559
574
|
})));
|
|
@@ -561,13 +576,13 @@ function SvgIconDownload(props) {
|
|
|
561
576
|
|
|
562
577
|
var _path$w;
|
|
563
578
|
function _extends$y() { _extends$y = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$y.apply(this, arguments); }
|
|
564
|
-
function
|
|
579
|
+
function SvgIconEmojiMore(props) {
|
|
565
580
|
return /*#__PURE__*/React.createElement("svg", _extends$y({
|
|
566
581
|
xmlns: "http://www.w3.org/2000/svg",
|
|
567
|
-
viewBox: "0 0
|
|
582
|
+
viewBox: "0 0 64 64"
|
|
568
583
|
}, props), _path$w || (_path$w = /*#__PURE__*/React.createElement("path", {
|
|
569
|
-
className: "icon-
|
|
570
|
-
d: "
|
|
584
|
+
className: "icon-emoji-more_svg__fill",
|
|
585
|
+
d: "M32.097 3.22c2.65 0 5.255.357 7.763 1.054a2.134 2.134 0 01-1.144 4.111 24.669 24.669 0 00-6.619-.899c-13.603 0-24.63 11.027-24.63 24.63s11.027 24.63 24.63 24.63 24.63-11.027 24.63-24.63c0-2.227-.295-4.413-.87-6.518a2.13 2.13 0 011.494-2.62 2.13 2.13 0 012.62 1.494 28.895 28.895 0 011.023 7.644c0 15.96-12.938 28.897-28.897 28.897-15.96 0-28.897-12.937-28.897-28.897C3.2 16.157 16.138 3.22 32.097 3.22zm10.705 34.792a2.133 2.133 0 012.024 2.808c-1.873 5.623-6.937 9.488-12.729 9.488-5.792 0-10.856-3.865-12.73-9.488a2.134 2.134 0 011.875-2.803l.15-.005h21.41zm-3.477 4.266H24.867l.294.382c1.539 1.887 3.718 3.113 6.115 3.342l.314.024.507.015c2.617 0 5.037-1.188 6.743-3.151l.193-.23.292-.382zM21.392 21.954c1.087 0 1.985.814 2.116 1.866l.017.267v5.353a2.133 2.133 0 01-4.25.268l-.017-.268v-5.353c0-1.178.955-2.133 2.134-2.133zm21.41 0c1.088 0 1.985.814 2.117 1.866l.017.267v5.353a2.133 2.133 0 01-4.25.268l-.017-.268v-5.353c0-1.178.955-2.133 2.133-2.133zM54.853 0a.8.8 0 01.8.8v7.786h7.76a.8.8 0 01.8.8v2.667a.8.8 0 01-.8.8h-7.76v7.758a.8.8 0 01-.8.8h-2.666a.8.8 0 01-.8-.8v-7.758h-7.785a.8.8 0 01-.8-.8V9.387a.8.8 0 01.8-.8l7.784-.001V.8a.8.8 0 01.8-.8h2.667z",
|
|
571
586
|
fill: "#000",
|
|
572
587
|
fillRule: "evenodd"
|
|
573
588
|
})));
|
|
@@ -575,13 +590,13 @@ function SvgIconEdit(props) {
|
|
|
575
590
|
|
|
576
591
|
var _path$v;
|
|
577
592
|
function _extends$x() { _extends$x = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$x.apply(this, arguments); }
|
|
578
|
-
function
|
|
593
|
+
function SvgIconError(props) {
|
|
579
594
|
return /*#__PURE__*/React.createElement("svg", _extends$x({
|
|
580
595
|
xmlns: "http://www.w3.org/2000/svg",
|
|
581
596
|
viewBox: "0 0 64 64"
|
|
582
597
|
}, props), _path$v || (_path$v = /*#__PURE__*/React.createElement("path", {
|
|
583
|
-
className: "icon-
|
|
584
|
-
d: "M32
|
|
598
|
+
className: "icon-error_svg__fill",
|
|
599
|
+
d: "M32 5.06a8 8 0 016.561 3.424l.287.439 22.608 37.744a8 8 0 01.022 7.962 8.005 8.005 0 01-6.356 4.014l-.535.024H9.384a8.002 8.002 0 01-6.862-4.038 8.008 8.008 0 01-.226-7.493l.27-.506L25.16 8.91A8.001 8.001 0 0132 5.06zm0 5.333c-.816 0-1.58.372-2.076.99l-.196.28-22.565 37.67a2.669 2.669 0 001.909 3.973l.341.027h45.144a2.67 2.67 0 002.45-3.659l-.148-.304L34.28 11.676A2.666 2.666 0 0032 10.393zm0 32.274A2.667 2.667 0 1132 48a2.667 2.667 0 010-5.333zm0-21.334a2.667 2.667 0 012.649 2.356l.018.311v10.667a2.667 2.667 0 01-5.316.311l-.018-.311V24A2.667 2.667 0 0132 21.333z",
|
|
585
600
|
fill: "#000",
|
|
586
601
|
fillRule: "evenodd"
|
|
587
602
|
})));
|
|
@@ -589,13 +604,13 @@ function SvgIconEmojiMore(props) {
|
|
|
589
604
|
|
|
590
605
|
var _path$u;
|
|
591
606
|
function _extends$w() { _extends$w = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$w.apply(this, arguments); }
|
|
592
|
-
function
|
|
607
|
+
function SvgIconExpand(props) {
|
|
593
608
|
return /*#__PURE__*/React.createElement("svg", _extends$w({
|
|
594
609
|
xmlns: "http://www.w3.org/2000/svg",
|
|
595
610
|
viewBox: "0 0 64 64"
|
|
596
611
|
}, props), _path$u || (_path$u = /*#__PURE__*/React.createElement("path", {
|
|
597
|
-
className: "icon-
|
|
598
|
-
d: "
|
|
612
|
+
className: "icon-expand_svg__fill",
|
|
613
|
+
d: "M48 8a2.667 2.667 0 012.649 2.356l.018.31V32l-.001.027v21.306a2.667 2.667 0 01-5.315.311l-.018-.31V34.665H19.772l6.114 6.115a2.668 2.668 0 01.221 3.52l-.221.251a2.666 2.666 0 01-3.52.222l-.252-.222-10.666-10.666a2.666 2.666 0 01-.222-3.52l.222-.252 10.666-10.666a2.666 2.666 0 013.993 3.52l-.221.251-6.113 6.114h25.56V10.667A2.667 2.667 0 0148 8z",
|
|
599
614
|
fill: "#000",
|
|
600
615
|
fillRule: "evenodd"
|
|
601
616
|
})));
|
|
@@ -603,13 +618,13 @@ function SvgIconError(props) {
|
|
|
603
618
|
|
|
604
619
|
var _path$t;
|
|
605
620
|
function _extends$v() { _extends$v = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$v.apply(this, arguments); }
|
|
606
|
-
function
|
|
621
|
+
function SvgIconFileAudio(props) {
|
|
607
622
|
return /*#__PURE__*/React.createElement("svg", _extends$v({
|
|
608
623
|
xmlns: "http://www.w3.org/2000/svg",
|
|
609
624
|
viewBox: "0 0 64 64"
|
|
610
625
|
}, props), _path$t || (_path$t = /*#__PURE__*/React.createElement("path", {
|
|
611
|
-
className: "icon-
|
|
612
|
-
d: "
|
|
626
|
+
className: "icon-file-audio_svg__fill",
|
|
627
|
+
d: "M30.52 12.51c1.685-1.226 4.139-.103 4.139 1.893v35.194c0 1.996-2.454 3.119-4.138 1.893l-12.45-9.909H7.898c-1.416 0-2.564-1.074-2.564-2.399V24.818c0-1.325 1.148-2.4 2.564-2.4h10.175zm20.427.163c10.293 10.667 10.293 27.987 0 38.654a2.137 2.137 0 01-3.156-.047c-.86-.942-.84-2.448.044-3.364 8.49-8.799 8.49-23.033 0-31.832-.884-.916-.904-2.422-.044-3.364a2.137 2.137 0 013.156-.047zm-8.492 8.799c5.597 5.8 5.597 15.231 0 21.031a2.136 2.136 0 01-3.156-.046c-.86-.942-.84-2.448.044-3.364 3.794-3.932 3.794-10.279 0-14.211-.884-.916-.904-2.422-.044-3.363a2.136 2.136 0 013.156-.047z",
|
|
613
628
|
fill: "#000",
|
|
614
629
|
fillRule: "evenodd"
|
|
615
630
|
})));
|
|
@@ -617,13 +632,13 @@ function SvgIconExpand(props) {
|
|
|
617
632
|
|
|
618
633
|
var _path$s;
|
|
619
634
|
function _extends$u() { _extends$u = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$u.apply(this, arguments); }
|
|
620
|
-
function
|
|
635
|
+
function SvgIconFileDocument(props) {
|
|
621
636
|
return /*#__PURE__*/React.createElement("svg", _extends$u({
|
|
622
637
|
xmlns: "http://www.w3.org/2000/svg",
|
|
623
638
|
viewBox: "0 0 64 64"
|
|
624
639
|
}, props), _path$s || (_path$s = /*#__PURE__*/React.createElement("path", {
|
|
625
|
-
className: "icon-file-
|
|
626
|
-
d: "
|
|
640
|
+
className: "icon-file-document_svg__fill",
|
|
641
|
+
d: "M39.414 6.4a2.41 2.41 0 011.71.701l12.642 12.75c.407.41.634.953.634 1.516v29.765c0 3.542-4.342 6.468-8 6.468H16.16c-3.658 0-6.4-2.926-6.4-6.468L9.6 12.868c0-3.542 2.902-6.468 6.56-6.468zm3.331 35.173l-21.49.027-.147.005c-1.066.08-1.908 1.014-1.908 2.155 0 1.193.92 2.16 2.055 2.16l21.49-.027.147-.005c1.066-.08 1.908-1.014 1.908-2.155 0-1.193-.92-2.16-2.055-2.16zm0-8.533l-21.49.027-.147.005c-1.066.08-1.908 1.014-1.908 2.155 0 1.193.92 2.16 2.055 2.16l21.49-.027.147-.005c1.066-.08 1.908-1.014 1.908-2.155 0-1.193-.92-2.16-2.055-2.16zm-11.807-8.507h-9.6l-.153.006a2.15 2.15 0 00-1.985 2.154c0 1.193.957 2.16 2.138 2.16h9.6l.152-.005a2.152 2.152 0 001.985-2.155c0-1.193-.957-2.16-2.137-2.16z",
|
|
627
642
|
fill: "#000",
|
|
628
643
|
fillRule: "evenodd"
|
|
629
644
|
})));
|
|
@@ -631,13 +646,13 @@ function SvgIconFileAudio(props) {
|
|
|
631
646
|
|
|
632
647
|
var _path$r;
|
|
633
648
|
function _extends$t() { _extends$t = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$t.apply(this, arguments); }
|
|
634
|
-
function
|
|
649
|
+
function SvgIconFreeze(props) {
|
|
635
650
|
return /*#__PURE__*/React.createElement("svg", _extends$t({
|
|
636
651
|
xmlns: "http://www.w3.org/2000/svg",
|
|
637
652
|
viewBox: "0 0 64 64"
|
|
638
653
|
}, props), _path$r || (_path$r = /*#__PURE__*/React.createElement("path", {
|
|
639
|
-
className: "icon-
|
|
640
|
-
d: "
|
|
654
|
+
className: "icon-freeze_svg__fill",
|
|
655
|
+
d: "M41.636 3.226l.251.222a2.668 2.668 0 01.222 3.52l-.222.251-7.219 7.218V27.38l11.209-6.472 2.643-9.86a2.667 2.667 0 015.218 1.051l-.067.329-2.237 8.35 8.352 2.24a2.668 2.668 0 011.952 2.938l-.067.328a2.667 2.667 0 01-2.937 1.952l-.329-.066-9.861-2.643L37.334 32l11.209 6.47 9.862-2.64.329-.067a2.667 2.667 0 012.937 1.952l.067.328a2.669 2.669 0 01-1.952 2.938l-8.353 2.237 2.238 8.353.067.329a2.666 2.666 0 01-5.218 1.052l-2.643-9.861-11.209-6.472v12.944l7.219 7.218a2.667 2.667 0 01-3.52 3.993l-.251-.222L32 54.437l-6.114 6.115a2.666 2.666 0 01-3.52.222l-.251-.222a2.666 2.666 0 01-.222-3.52l.222-.251 7.218-7.22V36.62l-11.209 6.47-2.642 9.863a2.666 2.666 0 01-5.218-1.052l.067-.329 2.236-8.351-8.35-2.24a2.665 2.665 0 01-1.953-2.937l.067-.328a2.665 2.665 0 012.937-1.952l.329.066 9.861 2.642L26.667 32l-11.209-6.472-9.86 2.643-.329.066a2.665 2.665 0 01-2.937-1.952l-.067-.328a2.668 2.668 0 011.952-2.938l8.35-2.239-2.235-8.351-.067-.329a2.667 2.667 0 015.218-1.052l2.642 9.862 11.209 6.47V14.439L22.116 7.22a2.665 2.665 0 010-3.771 2.666 2.666 0 013.52-.222l.251.222 6.114 6.112 6.115-6.112a2.666 2.666 0 013.52-.222z",
|
|
641
656
|
fill: "#000",
|
|
642
657
|
fillRule: "evenodd"
|
|
643
658
|
})));
|
|
@@ -645,13 +660,13 @@ function SvgIconFileDocument(props) {
|
|
|
645
660
|
|
|
646
661
|
var _path$q;
|
|
647
662
|
function _extends$s() { _extends$s = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$s.apply(this, arguments); }
|
|
648
|
-
function
|
|
663
|
+
function SvgIconGif(props) {
|
|
649
664
|
return /*#__PURE__*/React.createElement("svg", _extends$s({
|
|
650
665
|
xmlns: "http://www.w3.org/2000/svg",
|
|
651
666
|
viewBox: "0 0 64 64"
|
|
652
667
|
}, props), _path$q || (_path$q = /*#__PURE__*/React.createElement("path", {
|
|
653
|
-
className: "icon-
|
|
654
|
-
d: "
|
|
668
|
+
className: "icon-gif_svg__fill",
|
|
669
|
+
d: "M16.664 45.333c2.155 0 4.119-.318 5.89-.953 1.772-.636 3.143-1.53 4.113-2.683V31.34h-10.29v3.94h4.902v4.474c-.861.856-2.304 1.283-4.327 1.283-2.011 0-3.538-.695-4.58-2.085-1.04-1.39-1.562-3.446-1.562-6.168v-1.657c.012-2.698.497-4.73 1.455-6.097.958-1.366 2.352-2.05 4.184-2.05 1.437 0 2.565.345 3.385 1.034.82.69 1.35 1.777 1.59 3.262h5.243c-.324-2.804-1.36-4.94-3.107-6.408-1.748-1.468-4.172-2.201-7.273-2.201-2.226 0-4.169.502-5.827 1.506-1.658 1.004-2.927 2.454-3.807 4.35-.88 1.895-1.32 4.138-1.32 6.728v1.765c.024 2.52.5 4.712 1.428 6.578.928 1.865 2.245 3.288 3.95 4.269 1.707.98 3.69 1.47 5.953 1.47zm20.67 0V18.667H32v26.666h5.333zm10.396 0V34.436h9.721v-4.432H47.73v-6.887h10.937v-4.45h-16v26.666h5.063z",
|
|
655
670
|
fill: "#000",
|
|
656
671
|
fillRule: "evenodd"
|
|
657
672
|
})));
|
|
@@ -659,13 +674,13 @@ function SvgIconFreeze(props) {
|
|
|
659
674
|
|
|
660
675
|
var _path$p;
|
|
661
676
|
function _extends$r() { _extends$r = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$r.apply(this, arguments); }
|
|
662
|
-
function
|
|
677
|
+
function SvgIconInfo(props) {
|
|
663
678
|
return /*#__PURE__*/React.createElement("svg", _extends$r({
|
|
664
679
|
xmlns: "http://www.w3.org/2000/svg",
|
|
665
680
|
viewBox: "0 0 64 64"
|
|
666
681
|
}, props), _path$p || (_path$p = /*#__PURE__*/React.createElement("path", {
|
|
667
|
-
className: "icon-
|
|
668
|
-
d: "
|
|
682
|
+
className: "icon-info_svg__fill",
|
|
683
|
+
d: "M32 2.667C48.2 2.667 61.333 15.8 61.333 32S48.2 61.333 32 61.333 2.667 48.2 2.667 32 15.8 2.667 32 2.667zM32 8C18.745 8 8 18.745 8 32s10.745 24 24 24 24-10.745 24-24S45.255 8 32 8zm1.667 21.333a1 1 0 011 1v14a1 1 0 01-1 1h-3.334a1 1 0 01-1-1v-14a1 1 0 011-1h3.334zm-1.667-8a2.667 2.667 0 110 5.334 2.667 2.667 0 010-5.334z",
|
|
669
684
|
fill: "#000",
|
|
670
685
|
fillRule: "evenodd"
|
|
671
686
|
})));
|
|
@@ -673,13 +688,13 @@ function SvgIconGif(props) {
|
|
|
673
688
|
|
|
674
689
|
var _path$o;
|
|
675
690
|
function _extends$q() { _extends$q = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$q.apply(this, arguments); }
|
|
676
|
-
function
|
|
691
|
+
function SvgIconLeave(props) {
|
|
677
692
|
return /*#__PURE__*/React.createElement("svg", _extends$q({
|
|
678
693
|
xmlns: "http://www.w3.org/2000/svg",
|
|
679
694
|
viewBox: "0 0 64 64"
|
|
680
695
|
}, props), _path$o || (_path$o = /*#__PURE__*/React.createElement("path", {
|
|
681
|
-
className: "icon-
|
|
682
|
-
d: "M32
|
|
696
|
+
className: "icon-leave_svg__fill",
|
|
697
|
+
d: "M32 5.333a2.667 2.667 0 01.311 5.316l-.311.018H10.667a2.67 2.67 0 00-2.65 2.355L8 13.333v37.334a2.667 2.667 0 002.356 2.648l.31.018H32a2.667 2.667 0 01.311 5.316l-.311.018H10.667a8.001 8.001 0 01-7.987-7.53l-.013-.47V13.333a8 8 0 017.53-7.986l.47-.014H32zm17.634 13.893l.252.222 10.666 10.666a2.666 2.666 0 01.222 3.52l-.222.252-10.666 10.666a2.666 2.666 0 01-3.993-3.52l.221-.251 4.78-4.782L20 36a2.667 2.667 0 01-.311-5.315l.311-.018h33.56l-7.446-7.448a2.668 2.668 0 01-.221-3.52l.221-.251a2.666 2.666 0 013.52-.222z",
|
|
683
698
|
fill: "#000",
|
|
684
699
|
fillRule: "evenodd"
|
|
685
700
|
})));
|
|
@@ -687,13 +702,13 @@ function SvgIconInfo(props) {
|
|
|
687
702
|
|
|
688
703
|
var _path$n;
|
|
689
704
|
function _extends$p() { _extends$p = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$p.apply(this, arguments); }
|
|
690
|
-
function
|
|
705
|
+
function SvgIconMembers(props) {
|
|
691
706
|
return /*#__PURE__*/React.createElement("svg", _extends$p({
|
|
692
707
|
xmlns: "http://www.w3.org/2000/svg",
|
|
693
708
|
viewBox: "0 0 64 64"
|
|
694
709
|
}, props), _path$n || (_path$n = /*#__PURE__*/React.createElement("path", {
|
|
695
|
-
className: "icon-
|
|
696
|
-
d: "
|
|
710
|
+
className: "icon-members_svg__fill",
|
|
711
|
+
d: "M34.667 37.333c7.17 0 13.018 5.66 13.32 12.755l.013.579V56a2.667 2.667 0 01-5.315.311L42.667 56v-5.333c0-4.26-3.33-7.743-7.53-7.987l-.47-.013H13.333a8 8 0 00-7.986 7.53l-.014.47V56a2.667 2.667 0 01-5.316.311L0 56v-5.333c0-7.17 5.66-13.019 12.755-13.321l.578-.013h21.334zM54 37.765a13.333 13.333 0 019.986 12.297l.014.605V56a2.667 2.667 0 01-5.315.311L58.667 56v-5.331a8 8 0 00-6-7.74A2.667 2.667 0 1154 37.765zM24 5.333c7.364 0 13.333 5.97 13.333 13.334C37.333 26.03 31.363 32 24 32c-7.364 0-13.333-5.97-13.333-13.333 0-7.364 5.97-13.334 13.333-13.334zm19.328.43a13.333 13.333 0 010 25.834 2.667 2.667 0 11-1.323-5.167 8 8 0 000-15.5 2.667 2.667 0 111.323-5.167zM24 10.667a8 8 0 100 16 8 8 0 000-16z",
|
|
697
712
|
fill: "#000",
|
|
698
713
|
fillRule: "evenodd"
|
|
699
714
|
})));
|
|
@@ -701,13 +716,13 @@ function SvgIconLeave(props) {
|
|
|
701
716
|
|
|
702
717
|
var _path$m;
|
|
703
718
|
function _extends$o() { _extends$o = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$o.apply(this, arguments); }
|
|
704
|
-
function
|
|
719
|
+
function SvgIconMessage(props) {
|
|
705
720
|
return /*#__PURE__*/React.createElement("svg", _extends$o({
|
|
706
721
|
xmlns: "http://www.w3.org/2000/svg",
|
|
707
722
|
viewBox: "0 0 64 64"
|
|
708
723
|
}, props), _path$m || (_path$m = /*#__PURE__*/React.createElement("path", {
|
|
709
|
-
className: "icon-
|
|
710
|
-
d: "
|
|
724
|
+
className: "icon-message_svg__fill",
|
|
725
|
+
d: "M32 2.667C48.2 2.667 61.333 15.8 61.333 32S48.2 61.333 32 61.333c-4.455 0-8.679-.993-12.461-2.77l-1.753.58c-5.965 1.912-10.133 2.572-12.504 1.981-2.799-.698-3.351-1.919-1.657-3.663 1.171-1.396 2.147-3.14 2.928-5.234.622-1.668.377-4.001-.737-7A29.15 29.15 0 012.666 32C2.667 15.8 15.8 2.667 32 2.667zM32 8C18.745 8 8 18.745 8 32c0 3.5.747 6.88 2.168 9.978l.405.837.137.271.106.285c1.517 4.085 1.89 7.622.734 10.72l-.382.972-.192.433.235-.05a62.067 62.067 0 004.886-1.363l1.721-.568 2.04-.696 1.95.917A23.882 23.882 0 0032 56c13.255 0 24-10.745 24-24S45.255 8 32 8zM18.667 29.333a2.667 2.667 0 11-.001 5.333 2.667 2.667 0 01.001-5.333zm13.333 0a2.667 2.667 0 110 5.334 2.667 2.667 0 010-5.334zm13.333 0a2.667 2.667 0 110 5.334 2.667 2.667 0 010-5.334z",
|
|
711
726
|
fill: "#000",
|
|
712
727
|
fillRule: "evenodd"
|
|
713
728
|
})));
|
|
@@ -715,13 +730,13 @@ function SvgIconMembers(props) {
|
|
|
715
730
|
|
|
716
731
|
var _path$l;
|
|
717
732
|
function _extends$n() { _extends$n = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$n.apply(this, arguments); }
|
|
718
|
-
function
|
|
733
|
+
function SvgIconModerations(props) {
|
|
719
734
|
return /*#__PURE__*/React.createElement("svg", _extends$n({
|
|
720
735
|
xmlns: "http://www.w3.org/2000/svg",
|
|
721
736
|
viewBox: "0 0 64 64"
|
|
722
737
|
}, props), _path$l || (_path$l = /*#__PURE__*/React.createElement("path", {
|
|
723
|
-
className: "icon-
|
|
724
|
-
d: "
|
|
738
|
+
className: "icon-moderations_svg__fill",
|
|
739
|
+
d: "M18.667 34.667a2.667 2.667 0 01.311 5.316l-.311.017h-5.334v16a2.667 2.667 0 01-5.316.311L8 56V40H2.667a2.667 2.667 0 01-.311-5.315l.31-.018h16zM32 29.333a2.667 2.667 0 012.649 2.356l.018.311v24a2.667 2.667 0 01-5.316.311L29.333 56V32A2.667 2.667 0 0132 29.333zM61.333 40a2.667 2.667 0 01.311 5.315l-.31.018h-5.335L56 56a2.667 2.667 0 01-5.315.311L50.667 56l-.001-10.668-5.333.001a2.667 2.667 0 01-.311-5.316l.311-.017h16zm-8-34.667a2.67 2.67 0 012.65 2.356L56 8v24a2.667 2.667 0 01-5.315.311L50.667 32V8a2.667 2.667 0 012.666-2.667zm-42.666 0a2.667 2.667 0 012.648 2.356l.018.311v18.667a2.667 2.667 0 01-5.316.311L8 26.667V8a2.667 2.667 0 012.667-2.667zm21.333 0a2.667 2.667 0 012.649 2.356l.018.311-.001 10.666H40a2.668 2.668 0 01.311 5.317L40 24H24a2.667 2.667 0 01-.311-5.315l.311-.018h5.333V8A2.667 2.667 0 0132 5.333z",
|
|
725
740
|
fill: "#000",
|
|
726
741
|
fillRule: "evenodd"
|
|
727
742
|
})));
|
|
@@ -729,13 +744,13 @@ function SvgIconMessage(props) {
|
|
|
729
744
|
|
|
730
745
|
var _path$k;
|
|
731
746
|
function _extends$m() { _extends$m = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$m.apply(this, arguments); }
|
|
732
|
-
function
|
|
747
|
+
function SvgIconMore(props) {
|
|
733
748
|
return /*#__PURE__*/React.createElement("svg", _extends$m({
|
|
734
749
|
xmlns: "http://www.w3.org/2000/svg",
|
|
735
750
|
viewBox: "0 0 64 64"
|
|
736
751
|
}, props), _path$k || (_path$k = /*#__PURE__*/React.createElement("path", {
|
|
737
|
-
className: "icon-
|
|
738
|
-
d: "
|
|
752
|
+
className: "icon-more_svg__fill",
|
|
753
|
+
d: "M32 45.333a5.333 5.333 0 110 10.666 5.333 5.333 0 010-10.666zM32 28a5.333 5.333 0 110 10.668A5.333 5.333 0 0132 28zm0-17.333c2.946 0 5.333 2.387 5.333 5.333S34.946 21.333 32 21.333 26.667 18.946 26.667 16s2.387-5.333 5.333-5.333z",
|
|
739
754
|
fill: "#000",
|
|
740
755
|
fillRule: "evenodd"
|
|
741
756
|
})));
|
|
@@ -743,13 +758,13 @@ function SvgIconModerations(props) {
|
|
|
743
758
|
|
|
744
759
|
var _path$j;
|
|
745
760
|
function _extends$l() { _extends$l = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$l.apply(this, arguments); }
|
|
746
|
-
function
|
|
761
|
+
function SvgIconMute(props) {
|
|
747
762
|
return /*#__PURE__*/React.createElement("svg", _extends$l({
|
|
748
763
|
xmlns: "http://www.w3.org/2000/svg",
|
|
749
764
|
viewBox: "0 0 64 64"
|
|
750
765
|
}, props), _path$j || (_path$j = /*#__PURE__*/React.createElement("path", {
|
|
751
|
-
className: "icon-
|
|
752
|
-
d: "
|
|
766
|
+
className: "icon-mute_svg__fill",
|
|
767
|
+
d: "M55.62 19.616l.067.123A26.552 26.552 0 0158.667 32c0 4.326-1.03 8.41-2.864 12.025-1.012 2.726-1.235 4.847-.67 6.363.71 1.903 1.598 3.49 2.662 4.758 1.54 1.586 1.039 2.696-1.506 3.33-2.09.521-5.716-.027-10.879-1.646l-.488-.155-1.594-.527A26.56 26.56 0 0132 58.667a26.55 26.55 0 01-12.326-3.014l-.059-.03 4-4A21.24 21.24 0 0032 53.333c2.993 0 5.89-.614 8.562-1.786l.498-.226 1.925-.905 3.613 1.196.695.219c.728.225 1.414.423 2.054.595l.472.125.485.121-.167-.42-.2-.594c-.814-2.685-.484-5.681.713-9.065l.154-.425.106-.284.528-1.084a21.188 21.188 0 001.895-8.8 21.24 21.24 0 00-1.71-8.385l3.997-3.999zm2.266-13.502a2.668 2.668 0 01.221 3.52l-.221.252-48 48a2.668 2.668 0 01-3.993-3.52l.221-.252 5.238-5.237a26.563 26.563 0 01-6.015-16.412L5.333 32C5.333 17.272 17.273 5.333 32 5.333a26.55 26.55 0 0116.877 6.02l5.237-5.239a2.668 2.668 0 013.772 0zM32 10.667c-11.782 0-21.333 9.55-21.333 21.333 0 4.836 1.614 9.401 4.48 13.084l29.936-29.938A21.248 21.248 0 0032 10.666z",
|
|
753
768
|
fill: "#000",
|
|
754
769
|
fillRule: "evenodd"
|
|
755
770
|
})));
|
|
@@ -757,13 +772,13 @@ function SvgIconMore(props) {
|
|
|
757
772
|
|
|
758
773
|
var _path$i;
|
|
759
774
|
function _extends$k() { _extends$k = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$k.apply(this, arguments); }
|
|
760
|
-
function
|
|
775
|
+
function SvgIconNotifications(props) {
|
|
761
776
|
return /*#__PURE__*/React.createElement("svg", _extends$k({
|
|
762
777
|
xmlns: "http://www.w3.org/2000/svg",
|
|
763
778
|
viewBox: "0 0 64 64"
|
|
764
779
|
}, props), _path$i || (_path$i = /*#__PURE__*/React.createElement("path", {
|
|
765
|
-
className: "icon-
|
|
766
|
-
d: "
|
|
780
|
+
className: "icon-notifications_svg__fill",
|
|
781
|
+
d: "M36.613 53.333c2.056 0 3.338 2.227 2.307 4.005a8 8 0 01-13.84 0c-.98-1.689.129-3.783 2.004-3.988l.303-.017h9.226zM32 2.667c11.56 0 20.972 9.194 21.323 20.669l.01.664v13.333a5.334 5.334 0 004.936 5.319l.753.033c2.963.318 3.077 4.616.342 5.24l-.342.056-.355.019H5.333l-.355-.019c-3.082-.33-3.082-4.965 0-5.296l.753-.033a5.335 5.335 0 004.92-4.9l.016-.419V24c0-11.782 9.55-21.333 21.333-21.333zM32 8c-8.636 0-15.674 6.842-15.989 15.4L16 24v13.333c0 1.562-.336 3.046-.939 4.383l-.275.564-.218.387h34.861l-.215-.387a10.583 10.583 0 01-1.146-3.74l-.055-.674-.013-.533V24c0-8.837-7.163-16-16-16z",
|
|
767
782
|
fill: "#000",
|
|
768
783
|
fillRule: "evenodd"
|
|
769
784
|
})));
|
|
@@ -771,13 +786,13 @@ function SvgIconMute(props) {
|
|
|
771
786
|
|
|
772
787
|
var _path$h;
|
|
773
788
|
function _extends$j() { _extends$j = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$j.apply(this, arguments); }
|
|
774
|
-
function
|
|
789
|
+
function SvgIconNotificationsOffFilled(props) {
|
|
775
790
|
return /*#__PURE__*/React.createElement("svg", _extends$j({
|
|
776
791
|
xmlns: "http://www.w3.org/2000/svg",
|
|
777
792
|
viewBox: "0 0 64 64"
|
|
778
793
|
}, props), _path$h || (_path$h = /*#__PURE__*/React.createElement("path", {
|
|
779
|
-
className: "icon-
|
|
780
|
-
d: "M36.613 53.333c2.056 0 3.338 2.227 2.307 4.005a8 8 0 01-13.84 0c-.98-1.689.129-3.783 2.004-3.988l.303-.017h9.226zM32 2.
|
|
794
|
+
className: "icon-notifications-off-filled_svg__fill",
|
|
795
|
+
d: "M36.613 53.333c2.056 0 3.338 2.227 2.307 4.005a8 8 0 01-13.84 0c-.98-1.689.129-3.783 2.004-3.988l.303-.017h9.226zM32 2.667c7.173 0 13.52 3.54 17.387 8.97l5.686-5.687a2.105 2.105 0 012.85-.117l.127.117a2.105 2.105 0 010 2.977L8.927 58.05c-.78.781-2.023.82-2.85.117l-.127-.117a2.105 2.105 0 010-2.977L13.023 48h-7.69l-.355-.019c-3.082-.33-3.082-4.965 0-5.296l.753-.033a5.335 5.335 0 004.92-4.9l.016-.419V24c0-11.782 9.55-21.333 21.333-21.333zm20.85 16.795c.271 1.253.433 2.548.473 3.874l.01.664v13.333a5.334 5.334 0 004.936 5.319l.753.033c2.963.318 3.077 4.616.342 5.24l-.342.056-.355.019H24.31l28.54-28.538z",
|
|
781
796
|
fill: "#000",
|
|
782
797
|
fillRule: "evenodd"
|
|
783
798
|
})));
|
|
@@ -785,13 +800,13 @@ function SvgIconNotifications(props) {
|
|
|
785
800
|
|
|
786
801
|
var _path$g;
|
|
787
802
|
function _extends$i() { _extends$i = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$i.apply(this, arguments); }
|
|
788
|
-
function
|
|
803
|
+
function SvgIconOperator(props) {
|
|
789
804
|
return /*#__PURE__*/React.createElement("svg", _extends$i({
|
|
790
805
|
xmlns: "http://www.w3.org/2000/svg",
|
|
791
806
|
viewBox: "0 0 64 64"
|
|
792
807
|
}, props), _path$g || (_path$g = /*#__PURE__*/React.createElement("path", {
|
|
793
|
-
className: "icon-
|
|
794
|
-
d: "
|
|
808
|
+
className: "icon-operator_svg__fill",
|
|
809
|
+
d: "M29.83 6.45a2.667 2.667 0 014.34 0l11.697 16.374L57 13.918c1.88-1.504 4.573.054 4.32 2.35l-.047.29-8 37.334A2.666 2.666 0 0150.666 56H13.333a2.666 2.666 0 01-2.607-2.108l-8-37.333c-.525-2.452 2.315-4.207 4.273-2.641l11.132 8.906zM32 12.587l-11.163 15.63a2.667 2.667 0 01-3.836.532l-7.497-5.997 5.984 27.915h33.021l5.984-27.915L47 28.749a2.667 2.667 0 01-3.632-.281l-.204-.251L32 12.587zM32 32a5.333 5.333 0 110 10.668A5.333 5.333 0 0132 32z",
|
|
795
810
|
fill: "#000",
|
|
796
811
|
fillRule: "evenodd"
|
|
797
812
|
})));
|
|
@@ -799,13 +814,13 @@ function SvgIconNotificationsOffFilled(props) {
|
|
|
799
814
|
|
|
800
815
|
var _path$f;
|
|
801
816
|
function _extends$h() { _extends$h = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$h.apply(this, arguments); }
|
|
802
|
-
function
|
|
817
|
+
function SvgIconPhoto(props) {
|
|
803
818
|
return /*#__PURE__*/React.createElement("svg", _extends$h({
|
|
804
819
|
xmlns: "http://www.w3.org/2000/svg",
|
|
805
820
|
viewBox: "0 0 64 64"
|
|
806
821
|
}, props), _path$f || (_path$f = /*#__PURE__*/React.createElement("path", {
|
|
807
|
-
className: "icon-
|
|
808
|
-
d: "
|
|
822
|
+
className: "icon-photo_svg__fill",
|
|
823
|
+
d: "M50.667 5.333a8 8 0 018 8v37.334a8 8 0 01-8 8H13.333a8 8 0 01-8-8V13.333a8 8 0 018-8zm-8 25.107L19.77 53.332l30.896.001a2.667 2.667 0 002.661-2.498l.005-.168v-9.564L42.666 30.44zm8-19.773H13.333a2.667 2.667 0 00-2.666 2.666v37.334c0 1.143.72 2.119 1.731 2.498L40.781 24.78a2.668 2.668 0 013.52-.222l.251.222 8.78 8.78.001-20.228a2.667 2.667 0 00-2.498-2.661l-.168-.005zm-28 5.333a6.666 6.666 0 110 13.333 6.666 6.666 0 010-13.333zm0 5.333a1.334 1.334 0 100 2.667 1.334 1.334 0 000-2.667z",
|
|
809
824
|
fill: "#000",
|
|
810
825
|
fillRule: "evenodd"
|
|
811
826
|
})));
|
|
@@ -813,13 +828,13 @@ function SvgIconOperator(props) {
|
|
|
813
828
|
|
|
814
829
|
var _path$e;
|
|
815
830
|
function _extends$g() { _extends$g = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$g.apply(this, arguments); }
|
|
816
|
-
function
|
|
831
|
+
function SvgIconPlay(props) {
|
|
817
832
|
return /*#__PURE__*/React.createElement("svg", _extends$g({
|
|
818
833
|
xmlns: "http://www.w3.org/2000/svg",
|
|
819
834
|
viewBox: "0 0 64 64"
|
|
820
835
|
}, props), _path$e || (_path$e = /*#__PURE__*/React.createElement("path", {
|
|
821
|
-
className: "icon-
|
|
822
|
-
d: "
|
|
836
|
+
className: "icon-play_svg__fill",
|
|
837
|
+
d: "M51.908 34.75c1.9-1.233 1.896-3.26.013-4.514L19.376 8.577c-1.893-1.26-3.404-.391-3.376 1.968l.522 42.888c.028 2.347 1.596 3.247 3.493 2.016L51.908 34.75z",
|
|
823
838
|
fill: "#000",
|
|
824
839
|
fillRule: "evenodd"
|
|
825
840
|
})));
|
|
@@ -827,13 +842,13 @@ function SvgIconPhoto(props) {
|
|
|
827
842
|
|
|
828
843
|
var _path$d;
|
|
829
844
|
function _extends$f() { _extends$f = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$f.apply(this, arguments); }
|
|
830
|
-
function
|
|
845
|
+
function SvgIconPlus(props) {
|
|
831
846
|
return /*#__PURE__*/React.createElement("svg", _extends$f({
|
|
832
847
|
xmlns: "http://www.w3.org/2000/svg",
|
|
833
848
|
viewBox: "0 0 64 64"
|
|
834
849
|
}, props), _path$d || (_path$d = /*#__PURE__*/React.createElement("path", {
|
|
835
|
-
className: "icon-
|
|
836
|
-
d: "
|
|
850
|
+
className: "icon-plus_svg__fill",
|
|
851
|
+
d: "M34.667 29.333h18.666c3.556 0 3.556 5.334 0 5.334H34.667v18.666c0 3.556-5.334 3.556-5.334 0V34.667H10.667c-3.556 0-3.556-5.334 0-5.334h18.666V10.667c0-3.556 5.334-3.556 5.334 0v18.666z",
|
|
837
852
|
fill: "#000",
|
|
838
853
|
fillRule: "evenodd"
|
|
839
854
|
})));
|
|
@@ -841,13 +856,13 @@ function SvgIconPlay(props) {
|
|
|
841
856
|
|
|
842
857
|
var _path$c;
|
|
843
858
|
function _extends$e() { _extends$e = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$e.apply(this, arguments); }
|
|
844
|
-
function
|
|
859
|
+
function SvgIconQuestion(props) {
|
|
845
860
|
return /*#__PURE__*/React.createElement("svg", _extends$e({
|
|
846
861
|
xmlns: "http://www.w3.org/2000/svg",
|
|
847
862
|
viewBox: "0 0 64 64"
|
|
848
863
|
}, props), _path$c || (_path$c = /*#__PURE__*/React.createElement("path", {
|
|
849
|
-
className: "icon-
|
|
850
|
-
d: "
|
|
864
|
+
className: "icon-question_svg__fill",
|
|
865
|
+
d: "M32 61.333C15.8 61.333 2.667 48.2 2.667 32S15.8 2.667 32 2.667 61.333 15.8 61.333 32 48.2 61.333 32 61.333zM32 56c13.255 0 24-10.745 24-24S45.255 8 32 8 8 18.745 8 32s10.745 24 24 24zm2.213-18.63a2.667 2.667 0 11-5.333 0v-2.69c0-1.148.734-2.168 1.823-2.53.173-.058.532-.195 1.01-.407.809-.36 1.616-.79 2.354-1.282 1.835-1.223 2.813-2.528 2.813-3.786a5.333 5.333 0 00-10.364-1.777 2.667 2.667 0 01-5.032-1.77 10.668 10.668 0 0120.729 3.551c0 3.413-2.022 6.109-5.187 8.22a21.268 21.268 0 01-2.813 1.578v.893zm-5.333 7.523a2.667 2.667 0 115.333 0v.44a2.667 2.667 0 11-5.333 0v-.44z",
|
|
851
866
|
fill: "#000",
|
|
852
867
|
fillRule: "evenodd"
|
|
853
868
|
})));
|
|
@@ -855,13 +870,13 @@ function SvgIconPlus(props) {
|
|
|
855
870
|
|
|
856
871
|
var _path$b;
|
|
857
872
|
function _extends$d() { _extends$d = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$d.apply(this, arguments); }
|
|
858
|
-
function
|
|
873
|
+
function SvgIconRefresh(props) {
|
|
859
874
|
return /*#__PURE__*/React.createElement("svg", _extends$d({
|
|
860
875
|
xmlns: "http://www.w3.org/2000/svg",
|
|
861
876
|
viewBox: "0 0 64 64"
|
|
862
877
|
}, props), _path$b || (_path$b = /*#__PURE__*/React.createElement("path", {
|
|
863
|
-
className: "icon-
|
|
864
|
-
d: "
|
|
878
|
+
className: "icon-refresh_svg__fill",
|
|
879
|
+
d: "M46.14 14.43l.562.537 6.631 6.167v-7.8a2.67 2.67 0 012.356-2.65l.311-.017a2.667 2.667 0 012.649 2.355l.018.311v16a2.67 2.67 0 01-2.356 2.65L56 32H40a2.667 2.667 0 01-.311-5.315l.311-.018h11.452l-8.44-7.85c-5.964-5.893-15.168-7.182-22.563-3.156-7.38 4.018-11.172 12.357-9.314 20.455 1.859 8.107 8.935 14.032 17.362 14.518 8.43.487 16.162-4.585 18.967-12.426a2.667 2.667 0 015.022 1.797C48.88 50.082 38.973 56.582 28.19 55.959c-10.785-.623-19.862-8.222-22.254-18.65C3.542 26.872 8.426 16.135 17.9 10.977c9.227-5.024 20.65-3.579 28.241 3.453z",
|
|
865
880
|
fill: "#000",
|
|
866
881
|
fillRule: "evenodd"
|
|
867
882
|
})));
|
|
@@ -869,13 +884,13 @@ function SvgIconQuestion(props) {
|
|
|
869
884
|
|
|
870
885
|
var _path$a;
|
|
871
886
|
function _extends$c() { _extends$c = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$c.apply(this, arguments); }
|
|
872
|
-
function
|
|
887
|
+
function SvgIconRemove(props) {
|
|
873
888
|
return /*#__PURE__*/React.createElement("svg", _extends$c({
|
|
874
889
|
xmlns: "http://www.w3.org/2000/svg",
|
|
875
890
|
viewBox: "0 0 64 64"
|
|
876
891
|
}, props), _path$a || (_path$a = /*#__PURE__*/React.createElement("path", {
|
|
877
|
-
className: "icon-
|
|
878
|
-
d: "
|
|
892
|
+
className: "icon-remove_svg__fill",
|
|
893
|
+
d: "M32 2.667C48.2 2.667 61.333 15.8 61.333 32S48.2 61.333 32 61.333 2.667 48.2 2.667 32 15.8 2.667 32 2.667zm9.886 19.447a2.668 2.668 0 00-3.772 0L32 28.23l-6.114-6.115-.134-.124a2.667 2.667 0 00-3.638.124l-.124.134a2.667 2.667 0 00.124 3.638L28.23 32l-6.115 6.114-.124.134a2.667 2.667 0 00.124 3.638l.134.124a2.667 2.667 0 003.638-.124L32 35.77l6.114 6.115.134.124a2.667 2.667 0 003.638-.124l.124-.134a2.667 2.667 0 00-.124-3.638L35.77 32l6.115-6.114.124-.134a2.667 2.667 0 00-.124-3.638z",
|
|
879
894
|
fill: "#000",
|
|
880
895
|
fillRule: "evenodd"
|
|
881
896
|
})));
|
|
@@ -883,13 +898,13 @@ function SvgIconRefresh(props) {
|
|
|
883
898
|
|
|
884
899
|
var _path$9;
|
|
885
900
|
function _extends$b() { _extends$b = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$b.apply(this, arguments); }
|
|
886
|
-
function
|
|
901
|
+
function SvgIconReplyFilled(props) {
|
|
887
902
|
return /*#__PURE__*/React.createElement("svg", _extends$b({
|
|
888
903
|
xmlns: "http://www.w3.org/2000/svg",
|
|
889
|
-
viewBox: "0 0
|
|
904
|
+
viewBox: "0 0 12 12"
|
|
890
905
|
}, props), _path$9 || (_path$9 = /*#__PURE__*/React.createElement("path", {
|
|
891
|
-
className: "icon-
|
|
892
|
-
d: "
|
|
906
|
+
className: "icon-reply-filled_svg__fill",
|
|
907
|
+
d: "M11.774 10.5c.062 0 .12-.025.164-.07a.22.22 0 00.062-.164c-.07-1.447-.495-2.678-1.268-3.66-.618-.785-1.455-1.409-2.49-1.855a9.331 9.331 0 00-2.406-.655 9.542 9.542 0 00-.862-.078V2.225a.225.225 0 00-.128-.203.23.23 0 00-.24.028L.084 5.692A.221.221 0 000 5.865c0 .068.03.132.082.175l4.523 3.737c.067.056.16.068.24.03a.222.222 0 00.13-.202v-1.95c1.134-.08 2.178.003 3.107.25a6.39 6.39 0 012.087.96c1.018.724 1.398 1.5 1.4 1.507a.23.23 0 00.205.128z",
|
|
893
908
|
fill: "#000",
|
|
894
909
|
fillRule: "evenodd"
|
|
895
910
|
})));
|
|
@@ -897,13 +912,13 @@ function SvgIconRemove(props) {
|
|
|
897
912
|
|
|
898
913
|
var _path$8;
|
|
899
914
|
function _extends$a() { _extends$a = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$a.apply(this, arguments); }
|
|
900
|
-
function
|
|
915
|
+
function SvgIconSearch(props) {
|
|
901
916
|
return /*#__PURE__*/React.createElement("svg", _extends$a({
|
|
902
917
|
xmlns: "http://www.w3.org/2000/svg",
|
|
903
|
-
viewBox: "0 0
|
|
918
|
+
viewBox: "0 0 64 64"
|
|
904
919
|
}, props), _path$8 || (_path$8 = /*#__PURE__*/React.createElement("path", {
|
|
905
|
-
className: "icon-
|
|
906
|
-
d: "
|
|
920
|
+
className: "icon-search_svg__fill",
|
|
921
|
+
d: "M26.667 48C14.885 48 5.333 38.449 5.333 26.667c0-11.782 9.552-21.334 21.334-21.334S48 14.885 48 26.667c0 4.93-1.672 9.469-4.48 13.081l13.67 13.67a2.668 2.668 0 01-3.772 3.772l-13.67-13.67A21.239 21.239 0 0126.667 48zm0-5.333c8.836 0 16-7.164 16-16 0-8.837-7.164-16-16-16-8.837 0-16 7.163-16 16 0 8.836 7.163 16 16 16z",
|
|
907
922
|
fill: "#000",
|
|
908
923
|
fillRule: "evenodd"
|
|
909
924
|
})));
|
|
@@ -911,13 +926,13 @@ function SvgIconReplyFilled(props) {
|
|
|
911
926
|
|
|
912
927
|
var _path$7;
|
|
913
928
|
function _extends$9() { _extends$9 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$9.apply(this, arguments); }
|
|
914
|
-
function
|
|
929
|
+
function SvgIconSend(props) {
|
|
915
930
|
return /*#__PURE__*/React.createElement("svg", _extends$9({
|
|
916
931
|
xmlns: "http://www.w3.org/2000/svg",
|
|
917
932
|
viewBox: "0 0 64 64"
|
|
918
933
|
}, props), _path$7 || (_path$7 = /*#__PURE__*/React.createElement("path", {
|
|
919
|
-
className: "icon-
|
|
920
|
-
d: "
|
|
934
|
+
className: "icon-send_svg__fill",
|
|
935
|
+
d: "M59.795 29.43L7.329 2.979C4.691 1.802 1.76 4.153 2.932 6.798l6.925 18.609a2 2 0 001.544 1.275l32.273 5.394L11.4 37.47a1.998 1.998 0 00-1.544 1.275L2.932 57.353c-.879 2.645 1.76 4.997 4.397 3.527l52.466-26.453c2.051-.882 2.051-3.82 0-4.996z",
|
|
921
936
|
fill: "#000",
|
|
922
937
|
fillRule: "evenodd"
|
|
923
938
|
})));
|
|
@@ -925,13 +940,13 @@ function SvgIconSearch(props) {
|
|
|
925
940
|
|
|
926
941
|
var _path$6;
|
|
927
942
|
function _extends$8() { _extends$8 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$8.apply(this, arguments); }
|
|
928
|
-
function
|
|
943
|
+
function SvgIconSettingsFilled(props) {
|
|
929
944
|
return /*#__PURE__*/React.createElement("svg", _extends$8({
|
|
930
945
|
xmlns: "http://www.w3.org/2000/svg",
|
|
931
946
|
viewBox: "0 0 64 64"
|
|
932
947
|
}, props), _path$6 || (_path$6 = /*#__PURE__*/React.createElement("path", {
|
|
933
|
-
className: "icon-
|
|
934
|
-
d: "
|
|
948
|
+
className: "icon-settings-filled_svg__fill",
|
|
949
|
+
d: "M32 2.667A5.332 5.332 0 0137.333 8v.24A4.4 4.4 0 0040 12.267a4.4 4.4 0 004.853-.88l.16-.16a5.332 5.332 0 017.547 0 5.333 5.333 0 010 7.546l-.16.16a4.401 4.401 0 00-.88 4.854V24a4.4 4.4 0 004.027 2.667H56c2.946 0 5.333 2.387 5.333 5.333S58.946 37.333 56 37.333h-.24A4.4 4.4 0 0051.733 40a4.4 4.4 0 00.88 4.853l.16.16a5.332 5.332 0 010 7.547 5.333 5.333 0 01-7.546 0l-.16-.16a4.401 4.401 0 00-4.854-.88 4.397 4.397 0 00-2.666 4.027V56a5.333 5.333 0 01-10.667 0v-.24A4.4 4.4 0 0024 51.733a4.4 4.4 0 00-4.853.88l-.16.16a5.332 5.332 0 01-7.547 0 5.333 5.333 0 010-7.546l.16-.16a4.401 4.401 0 00.88-4.854 4.397 4.397 0 00-4.027-2.666H8A5.333 5.333 0 018 26.88h.24A4.4 4.4 0 0012.267 24a4.4 4.4 0 00-.88-4.853l-.16-.16a5.332 5.332 0 010-7.547 5.333 5.333 0 017.546 0l.16.16a4.401 4.401 0 004.854.88H24a4.4 4.4 0 002.667-4.027V8A5.332 5.332 0 0132 2.667zM32 24a8 8 0 100 16 8 8 0 000-16z",
|
|
935
950
|
fill: "#000",
|
|
936
951
|
fillRule: "evenodd"
|
|
937
952
|
})));
|
|
@@ -939,15 +954,17 @@ function SvgIconSend(props) {
|
|
|
939
954
|
|
|
940
955
|
var _path$5;
|
|
941
956
|
function _extends$7() { _extends$7 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$7.apply(this, arguments); }
|
|
942
|
-
function
|
|
957
|
+
function SvgIconSlideLeft(props) {
|
|
943
958
|
return /*#__PURE__*/React.createElement("svg", _extends$7({
|
|
944
959
|
xmlns: "http://www.w3.org/2000/svg",
|
|
945
|
-
|
|
960
|
+
width: 32,
|
|
961
|
+
height: 32,
|
|
962
|
+
fill: "none"
|
|
946
963
|
}, props), _path$5 || (_path$5 = /*#__PURE__*/React.createElement("path", {
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
964
|
+
fillRule: "evenodd",
|
|
965
|
+
clipRule: "evenodd",
|
|
966
|
+
d: "M21.943 24.39a1.333 1.333 0 01-1.886 1.886l-9.333-9.333a1.333 1.333 0 010-1.886l9.333-9.333a1.333 1.333 0 111.886 1.885L13.553 16l8.39 8.391z",
|
|
967
|
+
fill: "#000"
|
|
951
968
|
})));
|
|
952
969
|
}
|
|
953
970
|
|
|
@@ -1191,6 +1208,8 @@ function changeTypeToIconComponent(type) {
|
|
|
1191
1208
|
return /*#__PURE__*/React__default.createElement(SvgIconSend, null);
|
|
1192
1209
|
case Types.SETTINGS_FILLED:
|
|
1193
1210
|
return /*#__PURE__*/React__default.createElement(SvgIconSettingsFilled, null);
|
|
1211
|
+
case Types.SLIDE_LEFT:
|
|
1212
|
+
return /*#__PURE__*/React__default.createElement(SvgIconSlideLeft, null);
|
|
1194
1213
|
case Types.SPINNER:
|
|
1195
1214
|
return /*#__PURE__*/React__default.createElement(SvgIconSpinner, null);
|
|
1196
1215
|
case Types.SUPERGROUP:
|