@sendbird/uikit-react 3.4.8 → 3.4.9
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 +123 -74
- package/App.js.map +1 -1
- package/CHANGELOG.md +43 -1
- package/Channel/components/ChannelHeader.js +18 -18
- package/Channel/components/ChannelUI.js +46 -41
- package/Channel/components/ChannelUI.js.map +1 -1
- package/Channel/components/FileViewer.js +14 -14
- package/Channel/components/FrozenNotification.js +4 -4
- package/Channel/components/Message.js +59 -45
- package/Channel/components/Message.js.map +1 -1
- package/Channel/components/MessageInput.js +40 -38
- package/Channel/components/MessageInput.js.map +1 -1
- package/Channel/components/MessageList.js +85 -46
- package/Channel/components/MessageList.js.map +1 -1
- package/Channel/components/RemoveMessageModal.js +16 -16
- package/Channel/components/SuggestedMentionList.js +16 -16
- package/Channel/components/TypingIndicator.js +14 -14
- package/Channel/components/UnreadCount.js +5 -5
- package/Channel/components/UnreadCount.js.map +1 -1
- package/Channel/context.js +11 -11
- package/Channel.js +46 -41
- package/Channel.js.map +1 -1
- package/ChannelList/components/AddChannel.js +14 -14
- package/ChannelList/components/ChannelListHeader.js +6 -6
- package/ChannelList/components/ChannelListUI.js +33 -32
- package/ChannelList/components/ChannelListUI.js.map +1 -1
- package/ChannelList/components/ChannelPreview.js +26 -26
- package/ChannelList/components/ChannelPreview.js.map +1 -1
- package/ChannelList/components/ChannelPreviewAction.js +15 -14
- package/ChannelList/components/ChannelPreviewAction.js.map +1 -1
- package/ChannelList/context.js +7 -7
- package/ChannelList.js +29 -29
- package/{ChannelListProvider-1d8f4d94.js → ChannelListProvider-21425002.js} +19 -37
- package/ChannelListProvider-21425002.js.map +1 -0
- package/{ChannelProvider-bba4a095.js → ChannelProvider-910bbc1f.js} +81 -29
- package/ChannelProvider-910bbc1f.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 +27 -21
- package/ChannelSettings/components/ModerationPanel.js.map +1 -1
- 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 +15 -14
- package/CreateChannel/components/InviteUsers.js.map +1 -1
- package/CreateChannel/components/SelectChannelType.js +10 -10
- package/CreateChannel/context.js +4 -4
- package/CreateChannel.js +13 -13
- package/{CreateChannelProvider-1ba7a571.js → CreateChannelProvider-11c8b9a3.js} +1 -1
- package/{CreateChannelProvider-1ba7a571.js.map → CreateChannelProvider-11c8b9a3.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-ae38446a.js → LocalizationContext-076d6d2e.js} +3 -3
- package/{LocalizationContext-ae38446a.js.map → LocalizationContext-076d6d2e.js.map} +1 -1
- package/{MediaQueryContext-8d283dc2.js → MediaQueryContext-11f0e43f.js} +20 -15
- package/MediaQueryContext-11f0e43f.js.map +1 -0
- package/{MemberList-38971d43.js → MemberList-061d186f.js} +17 -11
- package/MemberList-061d186f.js.map +1 -0
- package/Message/context.js +5 -1
- package/Message/context.js.map +1 -1
- package/MessageSearch/components/MessageSearchUI.js +11 -11
- package/MessageSearch/context.js +1 -1
- package/MessageSearch.js +11 -11
- package/MessageSearch.js.map +1 -1
- package/OpenChannel/components/FrozenChannelNotification.js +4 -4
- package/OpenChannel/components/OpenChannelHeader.js +12 -12
- package/OpenChannel/components/OpenChannelInput.js +33 -25
- package/OpenChannel/components/OpenChannelInput.js.map +1 -1
- package/OpenChannel/components/OpenChannelMessage.js +27 -27
- package/OpenChannel/components/OpenChannelMessageList.js +31 -31
- package/OpenChannel/components/OpenChannelUI.js +31 -31
- package/OpenChannel/context.js +8 -8
- package/OpenChannel.js +31 -31
- 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-e0add710.js → OpenChannelListProvider-426cfb39.js} +3 -3
- package/{OpenChannelListProvider-e0add710.js.map → OpenChannelListProvider-426cfb39.js.map} +1 -1
- package/{OpenChannelProvider-49db4c6c.js → OpenChannelProvider-d3a850e3.js} +7 -7
- package/{OpenChannelProvider-49db4c6c.js.map → OpenChannelProvider-d3a850e3.js.map} +1 -1
- 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 +32 -24
- package/OpenChannelSettings/components/OperatorUI.js.map +1 -1
- package/OpenChannelSettings/components/ParticipantUI.js +14 -14
- package/OpenChannelSettings/context.js +3 -3
- package/OpenChannelSettings.js +17 -17
- package/{RemoveMessageModal-10f50eae.js → RemoveMessageModal-78e395ad.js} +3 -3
- package/{RemoveMessageModal-10f50eae.js.map → RemoveMessageModal-78e395ad.js.map} +1 -1
- package/SendbirdProvider.js +378 -76
- package/SendbirdProvider.js.map +1 -1
- package/Thread/components/ParentMessageInfo.js +97 -52
- package/Thread/components/ParentMessageInfo.js.map +1 -1
- package/Thread/components/ParentMessageInfoItem.js +33 -25
- package/Thread/components/ParentMessageInfoItem.js.map +1 -1
- package/Thread/components/ThreadHeader.js +7 -7
- package/Thread/components/ThreadHeader.js.map +1 -1
- package/Thread/components/ThreadList.js +40 -33
- package/Thread/components/ThreadList.js.map +1 -1
- package/Thread/components/ThreadListItem.js +94 -50
- package/Thread/components/ThreadListItem.js.map +1 -1
- package/Thread/components/ThreadMessageInput.js +37 -39
- package/Thread/components/ThreadMessageInput.js.map +1 -1
- package/Thread/components/ThreadUI.js +56 -46
- package/Thread/components/ThreadUI.js.map +1 -1
- package/Thread/context.js +8 -8
- package/Thread.js +49 -42
- package/Thread.js.map +1 -1
- package/{ThreadProvider-128d5041.js → ThreadProvider-3a4a4db0.js} +11 -8
- package/ThreadProvider-3a4a4db0.js.map +1 -0
- package/{UserProfileContext-91e3b3f2.js → UserProfileContext-9cfbab4d.js} +1 -1
- package/{UserProfileContext-91e3b3f2.js.map → UserProfileContext-9cfbab4d.js.map} +1 -1
- package/{VoiceMessageInputWrapper-cbfa4f2b.js → VoiceMessageInputWrapper-dc459df1.js} +7 -7
- package/{VoiceMessageInputWrapper-cbfa4f2b.js.map → VoiceMessageInputWrapper-dc459df1.js.map} +1 -1
- package/VoicePlayer/context.js +3 -3
- package/VoicePlayer/useVoicePlayer.js +3 -3
- package/VoiceRecorder/context.js +11 -4
- package/VoiceRecorder/context.js.map +1 -1
- package/VoiceRecorder/useVoiceRecorder.js +2 -2
- package/{WebAudioUtils-5f47139c.js → WebAudioUtils-6df19fcc.js} +1 -1
- package/{WebAudioUtils-5f47139c.js.map → WebAudioUtils-6df19fcc.js.map} +1 -1
- package/{_rollupPluginBabelHelpers-eaf55eff.js → _rollupPluginBabelHelpers-6bb0305c.js} +1 -1
- package/_rollupPluginBabelHelpers-6bb0305c.js.map +1 -0
- package/{actionTypes-98eee9f4.js → actionTypes-ce6caec1.js} +1 -1
- package/{actionTypes-98eee9f4.js.map → actionTypes-ce6caec1.js.map} +1 -1
- package/cjs/App.js +123 -74
- package/cjs/App.js.map +1 -1
- package/cjs/Channel/components/ChannelHeader.js +18 -18
- package/cjs/Channel/components/ChannelUI.js +46 -41
- package/cjs/Channel/components/ChannelUI.js.map +1 -1
- package/cjs/Channel/components/FileViewer.js +14 -14
- package/cjs/Channel/components/FrozenNotification.js +4 -4
- package/cjs/Channel/components/Message.js +59 -45
- package/cjs/Channel/components/Message.js.map +1 -1
- package/cjs/Channel/components/MessageInput.js +40 -38
- package/cjs/Channel/components/MessageInput.js.map +1 -1
- package/cjs/Channel/components/MessageList.js +85 -46
- package/cjs/Channel/components/MessageList.js.map +1 -1
- package/cjs/Channel/components/RemoveMessageModal.js +16 -16
- package/cjs/Channel/components/SuggestedMentionList.js +16 -16
- package/cjs/Channel/components/TypingIndicator.js +14 -14
- package/cjs/Channel/components/UnreadCount.js +5 -5
- package/cjs/Channel/components/UnreadCount.js.map +1 -1
- package/cjs/Channel/context.js +11 -11
- package/cjs/Channel.js +46 -41
- package/cjs/Channel.js.map +1 -1
- package/cjs/ChannelList/components/AddChannel.js +14 -14
- package/cjs/ChannelList/components/ChannelListHeader.js +6 -6
- package/cjs/ChannelList/components/ChannelListUI.js +33 -32
- package/cjs/ChannelList/components/ChannelListUI.js.map +1 -1
- package/cjs/ChannelList/components/ChannelPreview.js +26 -26
- package/cjs/ChannelList/components/ChannelPreview.js.map +1 -1
- package/cjs/ChannelList/components/ChannelPreviewAction.js +15 -14
- package/cjs/ChannelList/components/ChannelPreviewAction.js.map +1 -1
- package/cjs/ChannelList/context.js +7 -7
- package/cjs/ChannelList.js +29 -29
- package/cjs/{ChannelListProvider-634b78f3.js → ChannelListProvider-6f1b6689.js} +19 -37
- package/cjs/ChannelListProvider-6f1b6689.js.map +1 -0
- package/cjs/{ChannelProvider-5366f030.js → ChannelProvider-da7b08a1.js} +81 -28
- package/cjs/ChannelProvider-da7b08a1.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 +27 -21
- package/cjs/ChannelSettings/components/ModerationPanel.js.map +1 -1
- 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 +15 -14
- package/cjs/CreateChannel/components/InviteUsers.js.map +1 -1
- package/cjs/CreateChannel/components/SelectChannelType.js +10 -10
- package/cjs/CreateChannel/context.js +4 -4
- package/cjs/CreateChannel.js +13 -13
- package/cjs/{CreateChannelProvider-65dcc450.js → CreateChannelProvider-2f105a5c.js} +1 -1
- package/cjs/{CreateChannelProvider-65dcc450.js.map → CreateChannelProvider-2f105a5c.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-4fa55e6b.js → LocalizationContext-df436a16.js} +3 -3
- package/cjs/{LocalizationContext-4fa55e6b.js.map → LocalizationContext-df436a16.js.map} +1 -1
- package/cjs/{MediaQueryContext-e443379e.js → MediaQueryContext-f1e8fdbc.js} +20 -15
- package/cjs/MediaQueryContext-f1e8fdbc.js.map +1 -0
- package/cjs/{MemberList-3736f22c.js → MemberList-c886fbc9.js} +17 -11
- package/cjs/MemberList-c886fbc9.js.map +1 -0
- package/cjs/Message/context.js +5 -1
- package/cjs/Message/context.js.map +1 -1
- package/cjs/MessageSearch/components/MessageSearchUI.js +11 -11
- package/cjs/MessageSearch/context.js +1 -1
- package/cjs/MessageSearch.js +11 -11
- package/cjs/MessageSearch.js.map +1 -1
- package/cjs/OpenChannel/components/FrozenChannelNotification.js +4 -4
- package/cjs/OpenChannel/components/OpenChannelHeader.js +12 -12
- package/cjs/OpenChannel/components/OpenChannelInput.js +33 -25
- package/cjs/OpenChannel/components/OpenChannelInput.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelMessage.js +27 -27
- package/cjs/OpenChannel/components/OpenChannelMessageList.js +31 -31
- package/cjs/OpenChannel/components/OpenChannelUI.js +31 -31
- package/cjs/OpenChannel/context.js +8 -8
- package/cjs/OpenChannel.js +31 -31
- 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-458abc0e.js → OpenChannelListProvider-b7914f1a.js} +3 -3
- package/cjs/{OpenChannelListProvider-458abc0e.js.map → OpenChannelListProvider-b7914f1a.js.map} +1 -1
- package/cjs/{OpenChannelProvider-84f42ba8.js → OpenChannelProvider-b431f910.js} +7 -7
- package/cjs/{OpenChannelProvider-84f42ba8.js.map → OpenChannelProvider-b431f910.js.map} +1 -1
- 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 +32 -24
- package/cjs/OpenChannelSettings/components/OperatorUI.js.map +1 -1
- package/cjs/OpenChannelSettings/components/ParticipantUI.js +14 -14
- package/cjs/OpenChannelSettings/context.js +3 -3
- package/cjs/OpenChannelSettings.js +17 -17
- package/cjs/{RemoveMessageModal-3535563a.js → RemoveMessageModal-bcf3c6fe.js} +3 -3
- package/cjs/{RemoveMessageModal-3535563a.js.map → RemoveMessageModal-bcf3c6fe.js.map} +1 -1
- package/cjs/SendbirdProvider.js +377 -75
- package/cjs/SendbirdProvider.js.map +1 -1
- package/cjs/Thread/components/ParentMessageInfo.js +97 -52
- package/cjs/Thread/components/ParentMessageInfo.js.map +1 -1
- package/cjs/Thread/components/ParentMessageInfoItem.js +33 -25
- package/cjs/Thread/components/ParentMessageInfoItem.js.map +1 -1
- package/cjs/Thread/components/ThreadHeader.js +7 -7
- package/cjs/Thread/components/ThreadHeader.js.map +1 -1
- package/cjs/Thread/components/ThreadList.js +40 -33
- package/cjs/Thread/components/ThreadList.js.map +1 -1
- package/cjs/Thread/components/ThreadListItem.js +94 -50
- package/cjs/Thread/components/ThreadListItem.js.map +1 -1
- package/cjs/Thread/components/ThreadMessageInput.js +37 -39
- package/cjs/Thread/components/ThreadMessageInput.js.map +1 -1
- package/cjs/Thread/components/ThreadUI.js +56 -46
- package/cjs/Thread/components/ThreadUI.js.map +1 -1
- package/cjs/Thread/context.js +8 -8
- package/cjs/Thread.js +49 -42
- package/cjs/Thread.js.map +1 -1
- package/cjs/{ThreadProvider-d38505b4.js → ThreadProvider-654b9db0.js} +11 -8
- package/cjs/ThreadProvider-654b9db0.js.map +1 -0
- package/cjs/{UserProfileContext-83eaf6e8.js → UserProfileContext-0c255fa6.js} +1 -1
- package/cjs/{UserProfileContext-83eaf6e8.js.map → UserProfileContext-0c255fa6.js.map} +1 -1
- package/cjs/{VoiceMessageInputWrapper-68c8b8cb.js → VoiceMessageInputWrapper-2aaed45b.js} +7 -7
- package/cjs/{VoiceMessageInputWrapper-68c8b8cb.js.map → VoiceMessageInputWrapper-2aaed45b.js.map} +1 -1
- package/cjs/VoicePlayer/context.js +3 -3
- package/cjs/VoicePlayer/useVoicePlayer.js +3 -3
- package/cjs/VoiceRecorder/context.js +11 -4
- package/cjs/VoiceRecorder/context.js.map +1 -1
- package/cjs/VoiceRecorder/useVoiceRecorder.js +2 -2
- package/cjs/{WebAudioUtils-00b9890d.js → WebAudioUtils-58f47b3f.js} +1 -1
- package/cjs/{WebAudioUtils-00b9890d.js.map → WebAudioUtils-58f47b3f.js.map} +1 -1
- package/cjs/{_rollupPluginBabelHelpers-2c0fc9c3.js → _rollupPluginBabelHelpers-5fad415d.js} +1 -1
- package/cjs/_rollupPluginBabelHelpers-5fad415d.js.map +1 -0
- package/cjs/{actionTypes-fb3f6a66.js → actionTypes-6cbf2054.js} +1 -1
- package/cjs/{actionTypes-fb3f6a66.js.map → actionTypes-6cbf2054.js.map} +1 -1
- package/cjs/{color-83cbca20.js → color-026d07a6.js} +1 -1
- package/cjs/{color-83cbca20.js.map → color-026d07a6.js.map} +1 -1
- package/cjs/{compareIds-c2907ec8.js → compareIds-f064c47d.js} +1 -1
- package/cjs/{compareIds-c2907ec8.js.map → compareIds-f064c47d.js.map} +1 -1
- package/cjs/{const-75153738.js → const-0a12bf51.js} +1 -1
- package/cjs/{const-75153738.js.map → const-0a12bf51.js.map} +1 -1
- package/cjs/{const-17970c49.js → const-692d0039.js} +1 -1
- package/cjs/{const-17970c49.js.map → const-692d0039.js.map} +1 -1
- package/cjs/{consts-5ead6f3b.js → consts-25fc4351.js} +1 -1
- package/cjs/{consts-5ead6f3b.js.map → consts-25fc4351.js.map} +1 -1
- package/cjs/{consts-0db2bedc.js → consts-297fdae1.js} +3 -3
- package/cjs/consts-297fdae1.js.map +1 -0
- package/cjs/{consts-d2103ed5.js → consts-2f667487.js} +1 -1
- package/cjs/{consts-d2103ed5.js.map → consts-2f667487.js.map} +1 -1
- package/cjs/{consts-aaf1208c.js → consts-f0dc64d0.js} +1 -1
- package/cjs/{consts-aaf1208c.js.map → consts-f0dc64d0.js.map} +1 -1
- package/cjs/{context-d9a84cb9.js → context-ec9b8da1.js} +2 -2
- package/cjs/{context-d9a84cb9.js.map → context-ec9b8da1.js.map} +1 -1
- package/cjs/dist/index.css +161 -89
- package/cjs/dist/index.css.map +1 -1
- package/cjs/{index-6ac703ea.js → index-0bd8e5f3.js} +18 -12
- package/cjs/index-0bd8e5f3.js.map +1 -0
- package/cjs/{index-47e4bdbc.js → index-0f42efcf.js} +1 -1
- package/cjs/{index-47e4bdbc.js.map → index-0f42efcf.js.map} +1 -1
- package/cjs/{index-09f8f2a4.js → index-12ce8274.js} +3 -3
- package/cjs/{index-09f8f2a4.js.map → index-12ce8274.js.map} +1 -1
- package/cjs/{index-552eb819.js → index-162396f5.js} +3 -3
- package/cjs/{index-552eb819.js.map → index-162396f5.js.map} +1 -1
- package/cjs/{index-c8c25288.js → index-21392a2e.js} +3 -3
- package/cjs/{index-c8c25288.js.map → index-21392a2e.js.map} +1 -1
- package/cjs/{index-265937df.js → index-33b67e46.js} +18 -2
- package/cjs/index-33b67e46.js.map +1 -0
- package/cjs/{index-61c3208b.js → index-450be53e.js} +4 -4
- package/cjs/{index-61c3208b.js.map → index-450be53e.js.map} +1 -1
- package/cjs/{index-5307f6c1.js → index-45cee454.js} +12 -7
- package/cjs/index-45cee454.js.map +1 -0
- package/cjs/{index-01768a5e.js → index-4881e776.js} +6 -6
- package/cjs/{index-01768a5e.js.map → index-4881e776.js.map} +1 -1
- package/cjs/{index-56735815.js → index-606495e5.js} +5 -5
- package/cjs/{index-56735815.js.map → index-606495e5.js.map} +1 -1
- package/cjs/index-6e05ddef.js +441 -0
- package/cjs/index-6e05ddef.js.map +1 -0
- package/cjs/{index-41ce4c44.js → index-80fc14fe.js} +2 -2
- package/cjs/{index-41ce4c44.js.map → index-80fc14fe.js.map} +1 -1
- package/cjs/{index-1737cbae.js → index-9b38e167.js} +4 -4
- package/cjs/{index-1737cbae.js.map → index-9b38e167.js.map} +1 -1
- package/cjs/{index-fcd2f4ff.js → index-a715eaef.js} +3 -2
- package/cjs/{index-fcd2f4ff.js.map → index-a715eaef.js.map} +1 -1
- package/cjs/{index-be9c5a7d.js → index-bf4e62fb.js} +2 -2
- package/cjs/{index-be9c5a7d.js.map → index-bf4e62fb.js.map} +1 -1
- package/cjs/{index-22bdf04e.js → index-c89616c9.js} +2 -2
- package/cjs/{index-22bdf04e.js.map → index-c89616c9.js.map} +1 -1
- package/cjs/{index-10d8f30f.js → index-dd9bc361.js} +1 -1
- package/cjs/{index-10d8f30f.js.map → index-dd9bc361.js.map} +1 -1
- package/cjs/index.js +60 -58
- package/cjs/index.js.map +1 -1
- package/cjs/{index.module-3e7701ca.js → index.module-e5552393.js} +1 -1
- package/cjs/{index.module-3e7701ca.js.map → index.module-e5552393.js.map} +1 -1
- package/cjs/sendbirdSelectors.js +3 -3
- package/cjs/{stringSet-c24927d9.js → stringSet-d7f78de0.js} +1 -1
- package/cjs/{stringSet-c24927d9.js.map → stringSet-d7f78de0.js.map} +1 -1
- package/cjs/{tokenize-1441f448.js → tokenize-595877b4.js} +7 -3
- package/cjs/tokenize-595877b4.js.map +1 -0
- package/cjs/{topics-0df2f6f9.js → topics-2431bb78.js} +1 -1
- package/cjs/{topics-0df2f6f9.js.map → topics-2431bb78.js.map} +1 -1
- package/cjs/{types-df20b895.js → types-ef51254c.js} +1 -1
- package/cjs/types-ef51254c.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 +39 -26
- package/cjs/ui/ContextMenu.js.map +1 -1
- package/cjs/ui/DateSeparator.js +3 -3
- package/cjs/ui/EmojiReactions.js +252 -47
- package/cjs/ui/EmojiReactions.js.map +1 -1
- package/cjs/ui/FileMessageItemBody.js +6 -6
- package/cjs/ui/FileViewer.js +8 -8
- package/cjs/ui/Icon.js +190 -167
- 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 +60 -401
- package/cjs/ui/MessageContent.js.map +1 -1
- package/cjs/ui/MessageInput.js +12 -12
- package/cjs/ui/MessageItemMenu.js +22 -15
- package/cjs/ui/MessageItemMenu.js.map +1 -1
- package/cjs/ui/MessageItemReactionMenu.js +14 -7
- 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 +19 -17
- package/cjs/ui/OpenchannelFileMessage.js.map +1 -1
- package/cjs/ui/OpenchannelOGMessage.js +53 -55
- package/cjs/ui/OpenchannelOGMessage.js.map +1 -1
- package/cjs/ui/OpenchannelThumbnailMessage.js +18 -16
- package/cjs/ui/OpenchannelThumbnailMessage.js.map +1 -1
- package/cjs/ui/OpenchannelUserMessage.js +23 -19
- package/cjs/ui/OpenchannelUserMessage.js.map +1 -1
- package/cjs/ui/PlaceHolder.js +5 -5
- package/cjs/ui/PlaybackTime.js +2 -2
- package/cjs/ui/QuoteMessage.js +6 -6
- package/cjs/ui/QuoteMessageInput.js +6 -6
- package/cjs/ui/ReactionBadge.js +2 -2
- package/cjs/ui/ReactionButton.js +18 -12
- package/cjs/ui/ReactionButton.js.map +1 -1
- 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 +15 -9
- package/cjs/ui/ThumbnailMessageItemBody.js.map +1 -1
- 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 +14 -13
- package/cjs/ui/UserListItem.js.map +1 -1
- package/cjs/ui/UserProfile.js +9 -9
- package/cjs/ui/VoiceMessageItemBody.js +5 -5
- package/cjs/ui/VoiceMessgeInput.js +7 -7
- package/cjs/ui/Word.js +10 -10
- package/cjs/useDirtyGetMentions-cc7de01f.js +77 -0
- package/cjs/useDirtyGetMentions-cc7de01f.js.map +1 -0
- package/cjs/{useLongPress-8aa00a28.js → useLongPress-68ad7161.js} +9 -5
- package/cjs/useLongPress-68ad7161.js.map +1 -0
- package/cjs/useSendbirdStateContext.js +1 -1
- package/cjs/utils/message/isVoiceMessage.js +2 -2
- package/cjs/{utils-4717b83e.js → utils-080f7835.js} +2 -2
- package/cjs/{utils-4717b83e.js.map → utils-080f7835.js.map} +1 -1
- package/cjs/{utils-a1fead2f.js → utils-279e7553.js} +1 -1
- package/cjs/{utils-a1fead2f.js.map → utils-279e7553.js.map} +1 -1
- package/cjs/{utils-111f523c.js → utils-53aa911b.js} +1 -1
- package/cjs/{utils-111f523c.js.map → utils-53aa911b.js.map} +1 -1
- package/cjs/{utils-93abfb7c.js → utils-58e012fb.js} +1 -1
- package/cjs/{utils-93abfb7c.js.map → utils-58e012fb.js.map} +1 -1
- package/cjs/{uuid-c854e2a9.js → uuid-2953f4dd.js} +1 -1
- package/cjs/{uuid-c854e2a9.js.map → uuid-2953f4dd.js.map} +1 -1
- package/cjs/withSendbird.js +1 -1
- package/{color-c1b95a91.js → color-879cc347.js} +1 -1
- package/{color-c1b95a91.js.map → color-879cc347.js.map} +1 -1
- package/{compareIds-74cf4016.js → compareIds-defe2bb3.js} +1 -1
- package/{compareIds-74cf4016.js.map → compareIds-defe2bb3.js.map} +1 -1
- package/{const-befef81d.js → const-221c6a89.js} +1 -1
- package/{const-befef81d.js.map → const-221c6a89.js.map} +1 -1
- package/{const-3af04f0a.js → const-b3f02313.js} +1 -1
- package/{const-3af04f0a.js.map → const-b3f02313.js.map} +1 -1
- package/{consts-354db0d9.js → consts-81544e52.js} +1 -1
- package/{consts-354db0d9.js.map → consts-81544e52.js.map} +1 -1
- package/{consts-9ece4263.js → consts-95d8566e.js} +3 -3
- package/consts-95d8566e.js.map +1 -0
- package/{consts-bb6cbaee.js → consts-c41580ae.js} +1 -1
- package/{consts-bb6cbaee.js.map → consts-c41580ae.js.map} +1 -1
- package/{consts-a8bc28bd.js → consts-ff014656.js} +1 -1
- package/{consts-a8bc28bd.js.map → consts-ff014656.js.map} +1 -1
- package/{context-38bde7ff.js → context-63cbe5bd.js} +2 -2
- package/{context-38bde7ff.js.map → context-63cbe5bd.js.map} +1 -1
- package/dist/index.css +161 -89
- package/dist/index.css.map +1 -1
- package/{index-4554e20e.js → index-2c3e11ea.js} +4 -4
- package/{index-4554e20e.js.map → index-2c3e11ea.js.map} +1 -1
- package/{index-1be3f6d7.js → index-306bc4ab.js} +3 -3
- package/{index-1be3f6d7.js.map → index-306bc4ab.js.map} +1 -1
- package/{index-14bb6832.js → index-38e61c64.js} +1 -1
- package/{index-14bb6832.js.map → index-38e61c64.js.map} +1 -1
- package/{index-96f6e11b.js → index-5c1b672d.js} +6 -6
- package/{index-96f6e11b.js.map → index-5c1b672d.js.map} +1 -1
- package/{index-ae8e6fc3.js → index-5c985608.js} +3 -3
- package/{index-ae8e6fc3.js.map → index-5c985608.js.map} +1 -1
- package/{index-a900bd78.js → index-63949de5.js} +2 -2
- package/{index-a900bd78.js.map → index-63949de5.js.map} +1 -1
- package/{index-67dd0c26.js → index-7cdd58b8.js} +2 -2
- package/{index-67dd0c26.js.map → index-7cdd58b8.js.map} +1 -1
- package/{index-d8fdbe6f.js → index-7eb65acf.js} +16 -3
- package/index-7eb65acf.js.map +1 -0
- package/{index-321e838f.js → index-99aabd9e.js} +1 -1
- package/{index-321e838f.js.map → index-99aabd9e.js.map} +1 -1
- package/{index-1556dc4a.js → index-9e49ffe3.js} +3 -3
- package/{index-1556dc4a.js.map → index-9e49ffe3.js.map} +1 -1
- package/index-aca30408.js +435 -0
- package/index-aca30408.js.map +1 -0
- package/{index-aa215b1c.js → index-cef1cfff.js} +3 -3
- package/{index-aa215b1c.js.map → index-cef1cfff.js.map} +1 -1
- package/{index-88ab67cc.js → index-e6e562c5.js} +4 -4
- package/{index-88ab67cc.js.map → index-e6e562c5.js.map} +1 -1
- package/{index-8bf82e3b.js → index-eaf0d65b.js} +18 -12
- package/index-eaf0d65b.js.map +1 -0
- package/{index-ecf3a793.js → index-f7ec60a8.js} +12 -7
- package/index-f7ec60a8.js.map +1 -0
- package/{index-db801708.js → index-fb8a5bc3.js} +5 -5
- package/{index-db801708.js.map → index-fb8a5bc3.js.map} +1 -1
- package/{index-8a4d2b6e.js → index-fe932783.js} +2 -2
- package/{index-8a4d2b6e.js.map → index-fe932783.js.map} +1 -1
- package/index.d.ts +5 -2
- package/index.js +60 -58
- package/index.js.map +1 -1
- package/{index.module-1c75b4f5.js → index.module-54d57ec3.js} +1 -1
- package/{index.module-1c75b4f5.js.map → index.module-54d57ec3.js.map} +1 -1
- package/package.json +2 -2
- package/sendbirdSelectors.js +3 -3
- package/{stringSet-6d89212b.js → stringSet-13bbd4a2.js} +1 -1
- package/{stringSet-6d89212b.js.map → stringSet-13bbd4a2.js.map} +1 -1
- package/{tokenize-2e969273.js → tokenize-c40f2b57.js} +7 -3
- package/tokenize-c40f2b57.js.map +1 -0
- package/{topics-8f4016e9.js → topics-b2b77fb9.js} +1 -1
- package/{topics-8f4016e9.js.map → topics-b2b77fb9.js.map} +1 -1
- package/{types-ebbbec62.js → types-4ff4177c.js} +1 -1
- package/types-4ff4177c.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 +39 -26
- package/ui/ContextMenu.js.map +1 -1
- package/ui/DateSeparator.js +3 -3
- package/ui/EmojiReactions.js +253 -48
- package/ui/EmojiReactions.js.map +1 -1
- package/ui/FileMessageItemBody.js +6 -6
- package/ui/FileViewer.js +8 -8
- package/ui/Icon.js +190 -167
- 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 +61 -402
- package/ui/MessageContent.js.map +1 -1
- package/ui/MessageInput.js +12 -12
- package/ui/MessageItemMenu.js +22 -15
- package/ui/MessageItemMenu.js.map +1 -1
- package/ui/MessageItemReactionMenu.js +14 -7
- 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 +19 -17
- package/ui/OpenchannelFileMessage.js.map +1 -1
- package/ui/OpenchannelOGMessage.js +53 -55
- package/ui/OpenchannelOGMessage.js.map +1 -1
- package/ui/OpenchannelThumbnailMessage.js +18 -16
- package/ui/OpenchannelThumbnailMessage.js.map +1 -1
- package/ui/OpenchannelUserMessage.js +23 -19
- package/ui/OpenchannelUserMessage.js.map +1 -1
- package/ui/PlaceHolder.js +5 -5
- package/ui/PlaybackTime.js +2 -2
- package/ui/QuoteMessage.js +6 -6
- package/ui/QuoteMessageInput.js +6 -6
- package/ui/ReactionBadge.js +2 -2
- package/ui/ReactionButton.js +18 -12
- package/ui/ReactionButton.js.map +1 -1
- 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 +15 -9
- package/ui/ThumbnailMessageItemBody.js.map +1 -1
- package/ui/Toggle.js +1 -1
- package/ui/Tooltip.js +2 -2
- package/ui/UnknownMessageItemBody.js +6 -6
- package/ui/UserListItem.js +14 -13
- package/ui/UserListItem.js.map +1 -1
- package/ui/UserProfile.js +9 -9
- package/ui/VoiceMessageItemBody.js +5 -5
- package/ui/VoiceMessgeInput.js +7 -7
- package/ui/Word.js +10 -10
- package/useDirtyGetMentions-aa730e2c.js +75 -0
- package/useDirtyGetMentions-aa730e2c.js.map +1 -0
- package/{useLongPress-8d44d259.js → useLongPress-1303953d.js} +9 -5
- package/useLongPress-1303953d.js.map +1 -0
- package/useSendbirdStateContext.js +1 -1
- package/utils/message/isVoiceMessage.js +2 -2
- package/{utils-b42f4fab.js → utils-30d3ca65.js} +2 -2
- package/{utils-b42f4fab.js.map → utils-30d3ca65.js.map} +1 -1
- package/{utils-c8b489c4.js → utils-4bbbca2c.js} +1 -1
- package/{utils-c8b489c4.js.map → utils-4bbbca2c.js.map} +1 -1
- package/{utils-7d781542.js → utils-a2009c36.js} +1 -1
- package/{utils-7d781542.js.map → utils-a2009c36.js.map} +1 -1
- package/{utils-8e039c1b.js → utils-d86ad6ab.js} +1 -1
- package/{utils-8e039c1b.js.map → utils-d86ad6ab.js.map} +1 -1
- package/{uuid-c94bd88b.js → uuid-1adedf62.js} +1 -1
- package/{uuid-c94bd88b.js.map → uuid-1adedf62.js.map} +1 -1
- package/withSendbird.js +1 -1
- package/ChannelListProvider-1d8f4d94.js.map +0 -1
- package/ChannelProvider-bba4a095.js.map +0 -1
- package/MediaQueryContext-8d283dc2.js.map +0 -1
- package/MemberList-38971d43.js.map +0 -1
- package/ThreadProvider-128d5041.js.map +0 -1
- package/_rollupPluginBabelHelpers-eaf55eff.js.map +0 -1
- package/cjs/ChannelListProvider-634b78f3.js.map +0 -1
- package/cjs/ChannelProvider-5366f030.js.map +0 -1
- package/cjs/MediaQueryContext-e443379e.js.map +0 -1
- package/cjs/MemberList-3736f22c.js.map +0 -1
- package/cjs/ThreadProvider-d38505b4.js.map +0 -1
- package/cjs/_rollupPluginBabelHelpers-2c0fc9c3.js.map +0 -1
- package/cjs/consts-0db2bedc.js.map +0 -1
- package/cjs/index-265937df.js.map +0 -1
- package/cjs/index-5307f6c1.js.map +0 -1
- package/cjs/index-6ac703ea.js.map +0 -1
- package/cjs/tokenize-1441f448.js.map +0 -1
- package/cjs/types-df20b895.js.map +0 -1
- package/cjs/useLongPress-8aa00a28.js.map +0 -1
- package/consts-9ece4263.js.map +0 -1
- package/index-8bf82e3b.js.map +0 -1
- package/index-d8fdbe6f.js.map +0 -1
- package/index-ecf3a793.js.map +0 -1
- package/tokenize-2e969273.js.map +0 -1
- package/types-ebbbec62.js.map +0 -1
- package/useLongPress-8d44d259.js.map +0 -1
package/cjs/ui/Icon.js
CHANGED
|
@@ -83,6 +83,7 @@ const Types = {
|
|
|
83
83
|
SETTINGS_FILLED: 'SETTINGS_FILLED',
|
|
84
84
|
SPINNER: 'SPINNER',
|
|
85
85
|
SUPERGROUP: 'SUPERGROUP',
|
|
86
|
+
THREAD: 'THREAD',
|
|
86
87
|
THUMBNAIL_NONE: 'THUMBNAIL_NONE',
|
|
87
88
|
TOGGLE_OFF: 'TOGGLE_OFF',
|
|
88
89
|
TOGGLE_ON: 'TOGGLE_ON',
|
|
@@ -251,6 +252,8 @@ function changeTypeToIconClassName(type) {
|
|
|
251
252
|
return 'sendbird-icon-spinner';
|
|
252
253
|
case Types.SUPERGROUP:
|
|
253
254
|
return 'sendbird-icon-supergroup';
|
|
255
|
+
case Types.THREAD:
|
|
256
|
+
return 'sendbird-icon-thread';
|
|
254
257
|
case Types.THUMBNAIL_NONE:
|
|
255
258
|
return 'sendbird-icon-thumbnail-none';
|
|
256
259
|
case Types.TOGGLE_OFF:
|
|
@@ -265,13 +268,13 @@ function changeTypeToIconClassName(type) {
|
|
|
265
268
|
}
|
|
266
269
|
}
|
|
267
270
|
|
|
268
|
-
var _path$
|
|
269
|
-
function _extends$
|
|
271
|
+
var _path$R;
|
|
272
|
+
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); }
|
|
270
273
|
function SvgIconAdd(props) {
|
|
271
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
274
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$U({
|
|
272
275
|
xmlns: "http://www.w3.org/2000/svg",
|
|
273
276
|
viewBox: "0 0 64 64"
|
|
274
|
-
}, props), _path$
|
|
277
|
+
}, props), _path$R || (_path$R = /*#__PURE__*/React__namespace.createElement("path", {
|
|
275
278
|
className: "icon-add_svg__fill",
|
|
276
279
|
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",
|
|
277
280
|
fill: "#000",
|
|
@@ -279,13 +282,13 @@ function SvgIconAdd(props) {
|
|
|
279
282
|
})));
|
|
280
283
|
}
|
|
281
284
|
|
|
282
|
-
var _path$
|
|
283
|
-
function _extends$
|
|
285
|
+
var _path$Q;
|
|
286
|
+
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); }
|
|
284
287
|
function SvgIconArrowLeft(props) {
|
|
285
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
288
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$T({
|
|
286
289
|
xmlns: "http://www.w3.org/2000/svg",
|
|
287
290
|
viewBox: "0 0 64 64"
|
|
288
|
-
}, props), _path$
|
|
291
|
+
}, props), _path$Q || (_path$Q = /*#__PURE__*/React__namespace.createElement("path", {
|
|
289
292
|
className: "icon-arrow-left_svg__fill",
|
|
290
293
|
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",
|
|
291
294
|
fill: "#000",
|
|
@@ -293,13 +296,13 @@ function SvgIconArrowLeft(props) {
|
|
|
293
296
|
})));
|
|
294
297
|
}
|
|
295
298
|
|
|
296
|
-
var _path$
|
|
297
|
-
function _extends$
|
|
299
|
+
var _path$P;
|
|
300
|
+
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); }
|
|
298
301
|
function SvgIconAttach(props) {
|
|
299
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
302
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$S({
|
|
300
303
|
xmlns: "http://www.w3.org/2000/svg",
|
|
301
304
|
viewBox: "0 0 64 64"
|
|
302
|
-
}, props), _path$
|
|
305
|
+
}, props), _path$P || (_path$P = /*#__PURE__*/React__namespace.createElement("path", {
|
|
303
306
|
className: "icon-attach_svg__fill",
|
|
304
307
|
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",
|
|
305
308
|
fill: "#000",
|
|
@@ -308,9 +311,9 @@ function SvgIconAttach(props) {
|
|
|
308
311
|
}
|
|
309
312
|
|
|
310
313
|
var _g$2, _defs;
|
|
311
|
-
function _extends$
|
|
314
|
+
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); }
|
|
312
315
|
function SvgIconAudioOnLined(props) {
|
|
313
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
316
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$R({
|
|
314
317
|
viewBox: "0 0 64 64",
|
|
315
318
|
fill: "none",
|
|
316
319
|
xmlns: "http://www.w3.org/2000/svg"
|
|
@@ -331,15 +334,29 @@ function SvgIconAudioOnLined(props) {
|
|
|
331
334
|
})))));
|
|
332
335
|
}
|
|
333
336
|
|
|
337
|
+
var _path$O;
|
|
338
|
+
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); }
|
|
339
|
+
function SvgIconBan(props) {
|
|
340
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$Q({
|
|
341
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
342
|
+
viewBox: "0 0 64 64"
|
|
343
|
+
}, props), _path$O || (_path$O = /*#__PURE__*/React__namespace.createElement("path", {
|
|
344
|
+
className: "icon-ban_svg__fill",
|
|
345
|
+
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",
|
|
346
|
+
fill: "#000",
|
|
347
|
+
fillRule: "evenodd"
|
|
348
|
+
})));
|
|
349
|
+
}
|
|
350
|
+
|
|
334
351
|
var _path$N;
|
|
335
352
|
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); }
|
|
336
|
-
function
|
|
353
|
+
function SvgIconBroadcast(props) {
|
|
337
354
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$P({
|
|
338
355
|
xmlns: "http://www.w3.org/2000/svg",
|
|
339
356
|
viewBox: "0 0 64 64"
|
|
340
357
|
}, props), _path$N || (_path$N = /*#__PURE__*/React__namespace.createElement("path", {
|
|
341
|
-
className: "icon-
|
|
342
|
-
d: "
|
|
358
|
+
className: "icon-broadcast_svg__fill",
|
|
359
|
+
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",
|
|
343
360
|
fill: "#000",
|
|
344
361
|
fillRule: "evenodd"
|
|
345
362
|
})));
|
|
@@ -347,13 +364,13 @@ function SvgIconBan(props) {
|
|
|
347
364
|
|
|
348
365
|
var _path$M;
|
|
349
366
|
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); }
|
|
350
|
-
function
|
|
367
|
+
function SvgIconCamera(props) {
|
|
351
368
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$O({
|
|
352
369
|
xmlns: "http://www.w3.org/2000/svg",
|
|
353
370
|
viewBox: "0 0 64 64"
|
|
354
371
|
}, props), _path$M || (_path$M = /*#__PURE__*/React__namespace.createElement("path", {
|
|
355
|
-
className: "icon-
|
|
356
|
-
d: "
|
|
372
|
+
className: "icon-camera_svg__fill",
|
|
373
|
+
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",
|
|
357
374
|
fill: "#000",
|
|
358
375
|
fillRule: "evenodd"
|
|
359
376
|
})));
|
|
@@ -361,13 +378,13 @@ function SvgIconBroadcast(props) {
|
|
|
361
378
|
|
|
362
379
|
var _path$L;
|
|
363
380
|
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); }
|
|
364
|
-
function
|
|
381
|
+
function SvgIconChannels(props) {
|
|
365
382
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$N({
|
|
366
383
|
xmlns: "http://www.w3.org/2000/svg",
|
|
367
384
|
viewBox: "0 0 64 64"
|
|
368
385
|
}, props), _path$L || (_path$L = /*#__PURE__*/React__namespace.createElement("path", {
|
|
369
|
-
className: "icon-
|
|
370
|
-
d: "
|
|
386
|
+
className: "icon-channels_svg__fill",
|
|
387
|
+
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",
|
|
371
388
|
fill: "#000",
|
|
372
389
|
fillRule: "evenodd"
|
|
373
390
|
})));
|
|
@@ -375,13 +392,13 @@ function SvgIconCamera(props) {
|
|
|
375
392
|
|
|
376
393
|
var _path$K;
|
|
377
394
|
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); }
|
|
378
|
-
function
|
|
395
|
+
function SvgIconChat(props) {
|
|
379
396
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$M({
|
|
380
397
|
xmlns: "http://www.w3.org/2000/svg",
|
|
381
398
|
viewBox: "0 0 64 64"
|
|
382
399
|
}, props), _path$K || (_path$K = /*#__PURE__*/React__namespace.createElement("path", {
|
|
383
|
-
className: "icon-
|
|
384
|
-
d: "
|
|
400
|
+
className: "icon-chat_svg__fill",
|
|
401
|
+
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",
|
|
385
402
|
fill: "#000",
|
|
386
403
|
fillRule: "evenodd"
|
|
387
404
|
})));
|
|
@@ -389,13 +406,13 @@ function SvgIconChannels(props) {
|
|
|
389
406
|
|
|
390
407
|
var _path$J;
|
|
391
408
|
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); }
|
|
392
|
-
function
|
|
409
|
+
function SvgIconChatFilled(props) {
|
|
393
410
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$L({
|
|
394
411
|
xmlns: "http://www.w3.org/2000/svg",
|
|
395
412
|
viewBox: "0 0 64 64"
|
|
396
413
|
}, props), _path$J || (_path$J = /*#__PURE__*/React__namespace.createElement("path", {
|
|
397
|
-
className: "icon-
|
|
398
|
-
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.
|
|
414
|
+
className: "icon-chat-filled_svg__fill",
|
|
415
|
+
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",
|
|
399
416
|
fill: "#000",
|
|
400
417
|
fillRule: "evenodd"
|
|
401
418
|
})));
|
|
@@ -403,13 +420,13 @@ function SvgIconChat(props) {
|
|
|
403
420
|
|
|
404
421
|
var _path$I;
|
|
405
422
|
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); }
|
|
406
|
-
function
|
|
423
|
+
function SvgIconChevronDown(props) {
|
|
407
424
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$K({
|
|
408
425
|
xmlns: "http://www.w3.org/2000/svg",
|
|
409
426
|
viewBox: "0 0 64 64"
|
|
410
427
|
}, props), _path$I || (_path$I = /*#__PURE__*/React__namespace.createElement("path", {
|
|
411
|
-
className: "icon-
|
|
412
|
-
d: "
|
|
428
|
+
className: "icon-chevron-down_svg__fill",
|
|
429
|
+
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",
|
|
413
430
|
fill: "#000",
|
|
414
431
|
fillRule: "evenodd"
|
|
415
432
|
})));
|
|
@@ -417,13 +434,13 @@ function SvgIconChatFilled(props) {
|
|
|
417
434
|
|
|
418
435
|
var _path$H;
|
|
419
436
|
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); }
|
|
420
|
-
function
|
|
437
|
+
function SvgIconChevronRight(props) {
|
|
421
438
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$J({
|
|
422
439
|
xmlns: "http://www.w3.org/2000/svg",
|
|
423
440
|
viewBox: "0 0 64 64"
|
|
424
441
|
}, props), _path$H || (_path$H = /*#__PURE__*/React__namespace.createElement("path", {
|
|
425
|
-
className: "icon-chevron-
|
|
426
|
-
d: "
|
|
442
|
+
className: "icon-chevron-right_svg__fill",
|
|
443
|
+
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",
|
|
427
444
|
fill: "#000",
|
|
428
445
|
fillRule: "evenodd"
|
|
429
446
|
})));
|
|
@@ -431,13 +448,13 @@ function SvgIconChevronDown(props) {
|
|
|
431
448
|
|
|
432
449
|
var _path$G;
|
|
433
450
|
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); }
|
|
434
|
-
function
|
|
451
|
+
function SvgIconClose(props) {
|
|
435
452
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$I({
|
|
436
453
|
xmlns: "http://www.w3.org/2000/svg",
|
|
437
454
|
viewBox: "0 0 64 64"
|
|
438
455
|
}, props), _path$G || (_path$G = /*#__PURE__*/React__namespace.createElement("path", {
|
|
439
|
-
className: "icon-
|
|
440
|
-
d: "
|
|
456
|
+
className: "icon-close_svg__fill",
|
|
457
|
+
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",
|
|
441
458
|
fill: "#000",
|
|
442
459
|
fillRule: "evenodd"
|
|
443
460
|
})));
|
|
@@ -445,13 +462,13 @@ function SvgIconChevronRight(props) {
|
|
|
445
462
|
|
|
446
463
|
var _path$F;
|
|
447
464
|
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); }
|
|
448
|
-
function
|
|
465
|
+
function SvgIconCollapse(props) {
|
|
449
466
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$H({
|
|
450
467
|
xmlns: "http://www.w3.org/2000/svg",
|
|
451
468
|
viewBox: "0 0 64 64"
|
|
452
469
|
}, props), _path$F || (_path$F = /*#__PURE__*/React__namespace.createElement("path", {
|
|
453
|
-
className: "icon-
|
|
454
|
-
d: "
|
|
470
|
+
className: "icon-collapse_svg__fill",
|
|
471
|
+
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",
|
|
455
472
|
fill: "#000",
|
|
456
473
|
fillRule: "evenodd"
|
|
457
474
|
})));
|
|
@@ -459,13 +476,13 @@ function SvgIconClose(props) {
|
|
|
459
476
|
|
|
460
477
|
var _path$E;
|
|
461
478
|
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); }
|
|
462
|
-
function
|
|
479
|
+
function SvgIconCopy(props) {
|
|
463
480
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$G({
|
|
464
481
|
xmlns: "http://www.w3.org/2000/svg",
|
|
465
482
|
viewBox: "0 0 64 64"
|
|
466
483
|
}, props), _path$E || (_path$E = /*#__PURE__*/React__namespace.createElement("path", {
|
|
467
|
-
className: "icon-
|
|
468
|
-
d: "
|
|
484
|
+
className: "icon-copy_svg__fill",
|
|
485
|
+
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",
|
|
469
486
|
fill: "#000",
|
|
470
487
|
fillRule: "evenodd"
|
|
471
488
|
})));
|
|
@@ -473,13 +490,13 @@ function SvgIconCollapse(props) {
|
|
|
473
490
|
|
|
474
491
|
var _path$D;
|
|
475
492
|
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); }
|
|
476
|
-
function
|
|
493
|
+
function SvgIconCreate(props) {
|
|
477
494
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$F({
|
|
478
495
|
xmlns: "http://www.w3.org/2000/svg",
|
|
479
496
|
viewBox: "0 0 64 64"
|
|
480
497
|
}, props), _path$D || (_path$D = /*#__PURE__*/React__namespace.createElement("path", {
|
|
481
|
-
className: "icon-
|
|
482
|
-
d: "
|
|
498
|
+
className: "icon-create_svg__fill",
|
|
499
|
+
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",
|
|
483
500
|
fill: "#000",
|
|
484
501
|
fillRule: "evenodd"
|
|
485
502
|
})));
|
|
@@ -487,13 +504,13 @@ function SvgIconCopy(props) {
|
|
|
487
504
|
|
|
488
505
|
var _path$C;
|
|
489
506
|
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); }
|
|
490
|
-
function
|
|
507
|
+
function SvgIconDelete(props) {
|
|
491
508
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$E({
|
|
492
509
|
xmlns: "http://www.w3.org/2000/svg",
|
|
493
510
|
viewBox: "0 0 64 64"
|
|
494
511
|
}, props), _path$C || (_path$C = /*#__PURE__*/React__namespace.createElement("path", {
|
|
495
|
-
className: "icon-
|
|
496
|
-
d: "
|
|
512
|
+
className: "icon-delete_svg__fill",
|
|
513
|
+
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",
|
|
497
514
|
fill: "#000",
|
|
498
515
|
fillRule: "evenodd"
|
|
499
516
|
})));
|
|
@@ -501,13 +518,13 @@ function SvgIconCreate(props) {
|
|
|
501
518
|
|
|
502
519
|
var _path$B;
|
|
503
520
|
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); }
|
|
504
|
-
function
|
|
521
|
+
function SvgIconDisconnected(props) {
|
|
505
522
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$D({
|
|
506
523
|
xmlns: "http://www.w3.org/2000/svg",
|
|
507
524
|
viewBox: "0 0 64 64"
|
|
508
525
|
}, props), _path$B || (_path$B = /*#__PURE__*/React__namespace.createElement("path", {
|
|
509
|
-
className: "icon-
|
|
510
|
-
d: "
|
|
526
|
+
className: "icon-disconnected_svg__fill",
|
|
527
|
+
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",
|
|
511
528
|
fill: "#000",
|
|
512
529
|
fillRule: "evenodd"
|
|
513
530
|
})));
|
|
@@ -515,13 +532,13 @@ function SvgIconDelete(props) {
|
|
|
515
532
|
|
|
516
533
|
var _path$A;
|
|
517
534
|
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); }
|
|
518
|
-
function
|
|
535
|
+
function SvgIconDocument(props) {
|
|
519
536
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$C({
|
|
520
537
|
xmlns: "http://www.w3.org/2000/svg",
|
|
521
538
|
viewBox: "0 0 64 64"
|
|
522
539
|
}, props), _path$A || (_path$A = /*#__PURE__*/React__namespace.createElement("path", {
|
|
523
|
-
className: "icon-
|
|
524
|
-
d: "
|
|
540
|
+
className: "icon-document_svg__fill",
|
|
541
|
+
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",
|
|
525
542
|
fill: "#000",
|
|
526
543
|
fillRule: "evenodd"
|
|
527
544
|
})));
|
|
@@ -529,13 +546,13 @@ function SvgIconDisconnected(props) {
|
|
|
529
546
|
|
|
530
547
|
var _path$z;
|
|
531
548
|
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); }
|
|
532
|
-
function
|
|
549
|
+
function SvgIconDone(props) {
|
|
533
550
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$B({
|
|
534
551
|
xmlns: "http://www.w3.org/2000/svg",
|
|
535
552
|
viewBox: "0 0 64 64"
|
|
536
553
|
}, props), _path$z || (_path$z = /*#__PURE__*/React__namespace.createElement("path", {
|
|
537
|
-
className: "icon-
|
|
538
|
-
d: "
|
|
554
|
+
className: "icon-done_svg__fill",
|
|
555
|
+
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",
|
|
539
556
|
fill: "#000",
|
|
540
557
|
fillRule: "evenodd"
|
|
541
558
|
})));
|
|
@@ -543,13 +560,13 @@ function SvgIconDocument(props) {
|
|
|
543
560
|
|
|
544
561
|
var _path$y;
|
|
545
562
|
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); }
|
|
546
|
-
function
|
|
563
|
+
function SvgIconDoneAll(props) {
|
|
547
564
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$A({
|
|
548
565
|
xmlns: "http://www.w3.org/2000/svg",
|
|
549
566
|
viewBox: "0 0 64 64"
|
|
550
567
|
}, props), _path$y || (_path$y = /*#__PURE__*/React__namespace.createElement("path", {
|
|
551
|
-
className: "icon-
|
|
552
|
-
d: "
|
|
568
|
+
className: "icon-done-all_svg__fill",
|
|
569
|
+
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",
|
|
553
570
|
fill: "#000",
|
|
554
571
|
fillRule: "evenodd"
|
|
555
572
|
})));
|
|
@@ -557,13 +574,13 @@ function SvgIconDone(props) {
|
|
|
557
574
|
|
|
558
575
|
var _path$x;
|
|
559
576
|
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); }
|
|
560
|
-
function
|
|
577
|
+
function SvgIconDownload(props) {
|
|
561
578
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$z({
|
|
562
579
|
xmlns: "http://www.w3.org/2000/svg",
|
|
563
580
|
viewBox: "0 0 64 64"
|
|
564
581
|
}, props), _path$x || (_path$x = /*#__PURE__*/React__namespace.createElement("path", {
|
|
565
|
-
className: "icon-
|
|
566
|
-
d: "
|
|
582
|
+
className: "icon-download_svg__fill",
|
|
583
|
+
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",
|
|
567
584
|
fill: "#000",
|
|
568
585
|
fillRule: "evenodd"
|
|
569
586
|
})));
|
|
@@ -571,13 +588,13 @@ function SvgIconDoneAll(props) {
|
|
|
571
588
|
|
|
572
589
|
var _path$w;
|
|
573
590
|
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); }
|
|
574
|
-
function
|
|
591
|
+
function SvgIconEdit(props) {
|
|
575
592
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$y({
|
|
576
593
|
xmlns: "http://www.w3.org/2000/svg",
|
|
577
|
-
viewBox: "0 0
|
|
594
|
+
viewBox: "0 0 65 65"
|
|
578
595
|
}, props), _path$w || (_path$w = /*#__PURE__*/React__namespace.createElement("path", {
|
|
579
|
-
className: "icon-
|
|
580
|
-
d: "M56
|
|
596
|
+
className: "icon-edit_svg__fill",
|
|
597
|
+
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",
|
|
581
598
|
fill: "#000",
|
|
582
599
|
fillRule: "evenodd"
|
|
583
600
|
})));
|
|
@@ -585,13 +602,13 @@ function SvgIconDownload(props) {
|
|
|
585
602
|
|
|
586
603
|
var _path$v;
|
|
587
604
|
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); }
|
|
588
|
-
function
|
|
605
|
+
function SvgIconEmojiMore(props) {
|
|
589
606
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$x({
|
|
590
607
|
xmlns: "http://www.w3.org/2000/svg",
|
|
591
|
-
viewBox: "0 0
|
|
608
|
+
viewBox: "0 0 64 64"
|
|
592
609
|
}, props), _path$v || (_path$v = /*#__PURE__*/React__namespace.createElement("path", {
|
|
593
|
-
className: "icon-
|
|
594
|
-
d: "
|
|
610
|
+
className: "icon-emoji-more_svg__fill",
|
|
611
|
+
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",
|
|
595
612
|
fill: "#000",
|
|
596
613
|
fillRule: "evenodd"
|
|
597
614
|
})));
|
|
@@ -599,13 +616,13 @@ function SvgIconEdit(props) {
|
|
|
599
616
|
|
|
600
617
|
var _path$u;
|
|
601
618
|
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); }
|
|
602
|
-
function
|
|
619
|
+
function SvgIconError(props) {
|
|
603
620
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$w({
|
|
604
621
|
xmlns: "http://www.w3.org/2000/svg",
|
|
605
622
|
viewBox: "0 0 64 64"
|
|
606
623
|
}, props), _path$u || (_path$u = /*#__PURE__*/React__namespace.createElement("path", {
|
|
607
|
-
className: "icon-
|
|
608
|
-
d: "M32
|
|
624
|
+
className: "icon-error_svg__fill",
|
|
625
|
+
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",
|
|
609
626
|
fill: "#000",
|
|
610
627
|
fillRule: "evenodd"
|
|
611
628
|
})));
|
|
@@ -613,13 +630,13 @@ function SvgIconEmojiMore(props) {
|
|
|
613
630
|
|
|
614
631
|
var _path$t;
|
|
615
632
|
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); }
|
|
616
|
-
function
|
|
633
|
+
function SvgIconExpand(props) {
|
|
617
634
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$v({
|
|
618
635
|
xmlns: "http://www.w3.org/2000/svg",
|
|
619
636
|
viewBox: "0 0 64 64"
|
|
620
637
|
}, props), _path$t || (_path$t = /*#__PURE__*/React__namespace.createElement("path", {
|
|
621
|
-
className: "icon-
|
|
622
|
-
d: "
|
|
638
|
+
className: "icon-expand_svg__fill",
|
|
639
|
+
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",
|
|
623
640
|
fill: "#000",
|
|
624
641
|
fillRule: "evenodd"
|
|
625
642
|
})));
|
|
@@ -627,13 +644,13 @@ function SvgIconError(props) {
|
|
|
627
644
|
|
|
628
645
|
var _path$s;
|
|
629
646
|
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); }
|
|
630
|
-
function
|
|
647
|
+
function SvgIconFileAudio(props) {
|
|
631
648
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$u({
|
|
632
649
|
xmlns: "http://www.w3.org/2000/svg",
|
|
633
650
|
viewBox: "0 0 64 64"
|
|
634
651
|
}, props), _path$s || (_path$s = /*#__PURE__*/React__namespace.createElement("path", {
|
|
635
|
-
className: "icon-
|
|
636
|
-
d: "
|
|
652
|
+
className: "icon-file-audio_svg__fill",
|
|
653
|
+
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",
|
|
637
654
|
fill: "#000",
|
|
638
655
|
fillRule: "evenodd"
|
|
639
656
|
})));
|
|
@@ -641,13 +658,13 @@ function SvgIconExpand(props) {
|
|
|
641
658
|
|
|
642
659
|
var _path$r;
|
|
643
660
|
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); }
|
|
644
|
-
function
|
|
661
|
+
function SvgIconFileDocument(props) {
|
|
645
662
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$t({
|
|
646
663
|
xmlns: "http://www.w3.org/2000/svg",
|
|
647
664
|
viewBox: "0 0 64 64"
|
|
648
665
|
}, props), _path$r || (_path$r = /*#__PURE__*/React__namespace.createElement("path", {
|
|
649
|
-
className: "icon-file-
|
|
650
|
-
d: "
|
|
666
|
+
className: "icon-file-document_svg__fill",
|
|
667
|
+
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",
|
|
651
668
|
fill: "#000",
|
|
652
669
|
fillRule: "evenodd"
|
|
653
670
|
})));
|
|
@@ -655,13 +672,13 @@ function SvgIconFileAudio(props) {
|
|
|
655
672
|
|
|
656
673
|
var _path$q;
|
|
657
674
|
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); }
|
|
658
|
-
function
|
|
675
|
+
function SvgIconFreeze(props) {
|
|
659
676
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$s({
|
|
660
677
|
xmlns: "http://www.w3.org/2000/svg",
|
|
661
678
|
viewBox: "0 0 64 64"
|
|
662
679
|
}, props), _path$q || (_path$q = /*#__PURE__*/React__namespace.createElement("path", {
|
|
663
|
-
className: "icon-
|
|
664
|
-
d: "
|
|
680
|
+
className: "icon-freeze_svg__fill",
|
|
681
|
+
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",
|
|
665
682
|
fill: "#000",
|
|
666
683
|
fillRule: "evenodd"
|
|
667
684
|
})));
|
|
@@ -669,13 +686,13 @@ function SvgIconFileDocument(props) {
|
|
|
669
686
|
|
|
670
687
|
var _path$p;
|
|
671
688
|
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); }
|
|
672
|
-
function
|
|
689
|
+
function SvgIconGif(props) {
|
|
673
690
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$r({
|
|
674
691
|
xmlns: "http://www.w3.org/2000/svg",
|
|
675
692
|
viewBox: "0 0 64 64"
|
|
676
693
|
}, props), _path$p || (_path$p = /*#__PURE__*/React__namespace.createElement("path", {
|
|
677
|
-
className: "icon-
|
|
678
|
-
d: "
|
|
694
|
+
className: "icon-gif_svg__fill",
|
|
695
|
+
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",
|
|
679
696
|
fill: "#000",
|
|
680
697
|
fillRule: "evenodd"
|
|
681
698
|
})));
|
|
@@ -683,13 +700,13 @@ function SvgIconFreeze(props) {
|
|
|
683
700
|
|
|
684
701
|
var _path$o;
|
|
685
702
|
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); }
|
|
686
|
-
function
|
|
703
|
+
function SvgIconInfo(props) {
|
|
687
704
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$q({
|
|
688
705
|
xmlns: "http://www.w3.org/2000/svg",
|
|
689
706
|
viewBox: "0 0 64 64"
|
|
690
707
|
}, props), _path$o || (_path$o = /*#__PURE__*/React__namespace.createElement("path", {
|
|
691
|
-
className: "icon-
|
|
692
|
-
d: "
|
|
708
|
+
className: "icon-info_svg__fill",
|
|
709
|
+
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",
|
|
693
710
|
fill: "#000",
|
|
694
711
|
fillRule: "evenodd"
|
|
695
712
|
})));
|
|
@@ -697,13 +714,13 @@ function SvgIconGif(props) {
|
|
|
697
714
|
|
|
698
715
|
var _path$n;
|
|
699
716
|
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); }
|
|
700
|
-
function
|
|
717
|
+
function SvgIconLeave(props) {
|
|
701
718
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$p({
|
|
702
719
|
xmlns: "http://www.w3.org/2000/svg",
|
|
703
720
|
viewBox: "0 0 64 64"
|
|
704
721
|
}, props), _path$n || (_path$n = /*#__PURE__*/React__namespace.createElement("path", {
|
|
705
|
-
className: "icon-
|
|
706
|
-
d: "M32
|
|
722
|
+
className: "icon-leave_svg__fill",
|
|
723
|
+
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",
|
|
707
724
|
fill: "#000",
|
|
708
725
|
fillRule: "evenodd"
|
|
709
726
|
})));
|
|
@@ -711,13 +728,13 @@ function SvgIconInfo(props) {
|
|
|
711
728
|
|
|
712
729
|
var _path$m;
|
|
713
730
|
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); }
|
|
714
|
-
function
|
|
731
|
+
function SvgIconMembers(props) {
|
|
715
732
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$o({
|
|
716
733
|
xmlns: "http://www.w3.org/2000/svg",
|
|
717
734
|
viewBox: "0 0 64 64"
|
|
718
735
|
}, props), _path$m || (_path$m = /*#__PURE__*/React__namespace.createElement("path", {
|
|
719
|
-
className: "icon-
|
|
720
|
-
d: "
|
|
736
|
+
className: "icon-members_svg__fill",
|
|
737
|
+
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",
|
|
721
738
|
fill: "#000",
|
|
722
739
|
fillRule: "evenodd"
|
|
723
740
|
})));
|
|
@@ -725,13 +742,13 @@ function SvgIconLeave(props) {
|
|
|
725
742
|
|
|
726
743
|
var _path$l;
|
|
727
744
|
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); }
|
|
728
|
-
function
|
|
745
|
+
function SvgIconMessage(props) {
|
|
729
746
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$n({
|
|
730
747
|
xmlns: "http://www.w3.org/2000/svg",
|
|
731
748
|
viewBox: "0 0 64 64"
|
|
732
749
|
}, props), _path$l || (_path$l = /*#__PURE__*/React__namespace.createElement("path", {
|
|
733
|
-
className: "icon-
|
|
734
|
-
d: "
|
|
750
|
+
className: "icon-message_svg__fill",
|
|
751
|
+
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",
|
|
735
752
|
fill: "#000",
|
|
736
753
|
fillRule: "evenodd"
|
|
737
754
|
})));
|
|
@@ -739,13 +756,13 @@ function SvgIconMembers(props) {
|
|
|
739
756
|
|
|
740
757
|
var _path$k;
|
|
741
758
|
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); }
|
|
742
|
-
function
|
|
759
|
+
function SvgIconModerations(props) {
|
|
743
760
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$m({
|
|
744
761
|
xmlns: "http://www.w3.org/2000/svg",
|
|
745
762
|
viewBox: "0 0 64 64"
|
|
746
763
|
}, props), _path$k || (_path$k = /*#__PURE__*/React__namespace.createElement("path", {
|
|
747
|
-
className: "icon-
|
|
748
|
-
d: "
|
|
764
|
+
className: "icon-moderations_svg__fill",
|
|
765
|
+
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",
|
|
749
766
|
fill: "#000",
|
|
750
767
|
fillRule: "evenodd"
|
|
751
768
|
})));
|
|
@@ -753,13 +770,13 @@ function SvgIconMessage(props) {
|
|
|
753
770
|
|
|
754
771
|
var _path$j;
|
|
755
772
|
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); }
|
|
756
|
-
function
|
|
773
|
+
function SvgIconMore(props) {
|
|
757
774
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$l({
|
|
758
775
|
xmlns: "http://www.w3.org/2000/svg",
|
|
759
776
|
viewBox: "0 0 64 64"
|
|
760
777
|
}, props), _path$j || (_path$j = /*#__PURE__*/React__namespace.createElement("path", {
|
|
761
|
-
className: "icon-
|
|
762
|
-
d: "
|
|
778
|
+
className: "icon-more_svg__fill",
|
|
779
|
+
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",
|
|
763
780
|
fill: "#000",
|
|
764
781
|
fillRule: "evenodd"
|
|
765
782
|
})));
|
|
@@ -767,13 +784,13 @@ function SvgIconModerations(props) {
|
|
|
767
784
|
|
|
768
785
|
var _path$i;
|
|
769
786
|
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); }
|
|
770
|
-
function
|
|
787
|
+
function SvgIconMute(props) {
|
|
771
788
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$k({
|
|
772
789
|
xmlns: "http://www.w3.org/2000/svg",
|
|
773
790
|
viewBox: "0 0 64 64"
|
|
774
791
|
}, props), _path$i || (_path$i = /*#__PURE__*/React__namespace.createElement("path", {
|
|
775
|
-
className: "icon-
|
|
776
|
-
d: "
|
|
792
|
+
className: "icon-mute_svg__fill",
|
|
793
|
+
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",
|
|
777
794
|
fill: "#000",
|
|
778
795
|
fillRule: "evenodd"
|
|
779
796
|
})));
|
|
@@ -781,13 +798,13 @@ function SvgIconMore(props) {
|
|
|
781
798
|
|
|
782
799
|
var _path$h;
|
|
783
800
|
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); }
|
|
784
|
-
function
|
|
801
|
+
function SvgIconNotifications(props) {
|
|
785
802
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$j({
|
|
786
803
|
xmlns: "http://www.w3.org/2000/svg",
|
|
787
804
|
viewBox: "0 0 64 64"
|
|
788
805
|
}, props), _path$h || (_path$h = /*#__PURE__*/React__namespace.createElement("path", {
|
|
789
|
-
className: "icon-
|
|
790
|
-
d: "
|
|
806
|
+
className: "icon-notifications_svg__fill",
|
|
807
|
+
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",
|
|
791
808
|
fill: "#000",
|
|
792
809
|
fillRule: "evenodd"
|
|
793
810
|
})));
|
|
@@ -795,13 +812,13 @@ function SvgIconMute(props) {
|
|
|
795
812
|
|
|
796
813
|
var _path$g;
|
|
797
814
|
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); }
|
|
798
|
-
function
|
|
815
|
+
function SvgIconNotificationsOffFilled(props) {
|
|
799
816
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$i({
|
|
800
817
|
xmlns: "http://www.w3.org/2000/svg",
|
|
801
818
|
viewBox: "0 0 64 64"
|
|
802
819
|
}, props), _path$g || (_path$g = /*#__PURE__*/React__namespace.createElement("path", {
|
|
803
|
-
className: "icon-
|
|
804
|
-
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.
|
|
820
|
+
className: "icon-notifications-off-filled_svg__fill",
|
|
821
|
+
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",
|
|
805
822
|
fill: "#000",
|
|
806
823
|
fillRule: "evenodd"
|
|
807
824
|
})));
|
|
@@ -809,13 +826,13 @@ function SvgIconNotifications(props) {
|
|
|
809
826
|
|
|
810
827
|
var _path$f;
|
|
811
828
|
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); }
|
|
812
|
-
function
|
|
829
|
+
function SvgIconOperator(props) {
|
|
813
830
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$h({
|
|
814
831
|
xmlns: "http://www.w3.org/2000/svg",
|
|
815
832
|
viewBox: "0 0 64 64"
|
|
816
833
|
}, props), _path$f || (_path$f = /*#__PURE__*/React__namespace.createElement("path", {
|
|
817
|
-
className: "icon-
|
|
818
|
-
d: "
|
|
834
|
+
className: "icon-operator_svg__fill",
|
|
835
|
+
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",
|
|
819
836
|
fill: "#000",
|
|
820
837
|
fillRule: "evenodd"
|
|
821
838
|
})));
|
|
@@ -823,13 +840,13 @@ function SvgIconNotificationsOffFilled(props) {
|
|
|
823
840
|
|
|
824
841
|
var _path$e;
|
|
825
842
|
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); }
|
|
826
|
-
function
|
|
843
|
+
function SvgIconPhoto(props) {
|
|
827
844
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$g({
|
|
828
845
|
xmlns: "http://www.w3.org/2000/svg",
|
|
829
846
|
viewBox: "0 0 64 64"
|
|
830
847
|
}, props), _path$e || (_path$e = /*#__PURE__*/React__namespace.createElement("path", {
|
|
831
|
-
className: "icon-
|
|
832
|
-
d: "
|
|
848
|
+
className: "icon-photo_svg__fill",
|
|
849
|
+
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",
|
|
833
850
|
fill: "#000",
|
|
834
851
|
fillRule: "evenodd"
|
|
835
852
|
})));
|
|
@@ -837,13 +854,13 @@ function SvgIconOperator(props) {
|
|
|
837
854
|
|
|
838
855
|
var _path$d;
|
|
839
856
|
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); }
|
|
840
|
-
function
|
|
857
|
+
function SvgIconPlay(props) {
|
|
841
858
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$f({
|
|
842
859
|
xmlns: "http://www.w3.org/2000/svg",
|
|
843
860
|
viewBox: "0 0 64 64"
|
|
844
861
|
}, props), _path$d || (_path$d = /*#__PURE__*/React__namespace.createElement("path", {
|
|
845
|
-
className: "icon-
|
|
846
|
-
d: "
|
|
862
|
+
className: "icon-play_svg__fill",
|
|
863
|
+
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",
|
|
847
864
|
fill: "#000",
|
|
848
865
|
fillRule: "evenodd"
|
|
849
866
|
})));
|
|
@@ -851,13 +868,13 @@ function SvgIconPhoto(props) {
|
|
|
851
868
|
|
|
852
869
|
var _path$c;
|
|
853
870
|
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); }
|
|
854
|
-
function
|
|
871
|
+
function SvgIconPlus(props) {
|
|
855
872
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$e({
|
|
856
873
|
xmlns: "http://www.w3.org/2000/svg",
|
|
857
874
|
viewBox: "0 0 64 64"
|
|
858
875
|
}, props), _path$c || (_path$c = /*#__PURE__*/React__namespace.createElement("path", {
|
|
859
|
-
className: "icon-
|
|
860
|
-
d: "
|
|
876
|
+
className: "icon-plus_svg__fill",
|
|
877
|
+
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",
|
|
861
878
|
fill: "#000",
|
|
862
879
|
fillRule: "evenodd"
|
|
863
880
|
})));
|
|
@@ -865,13 +882,13 @@ function SvgIconPlay(props) {
|
|
|
865
882
|
|
|
866
883
|
var _path$b;
|
|
867
884
|
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); }
|
|
868
|
-
function
|
|
885
|
+
function SvgIconQuestion(props) {
|
|
869
886
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$d({
|
|
870
887
|
xmlns: "http://www.w3.org/2000/svg",
|
|
871
888
|
viewBox: "0 0 64 64"
|
|
872
889
|
}, props), _path$b || (_path$b = /*#__PURE__*/React__namespace.createElement("path", {
|
|
873
|
-
className: "icon-
|
|
874
|
-
d: "
|
|
890
|
+
className: "icon-question_svg__fill",
|
|
891
|
+
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",
|
|
875
892
|
fill: "#000",
|
|
876
893
|
fillRule: "evenodd"
|
|
877
894
|
})));
|
|
@@ -879,13 +896,13 @@ function SvgIconPlus(props) {
|
|
|
879
896
|
|
|
880
897
|
var _path$a;
|
|
881
898
|
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); }
|
|
882
|
-
function
|
|
899
|
+
function SvgIconRefresh(props) {
|
|
883
900
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$c({
|
|
884
901
|
xmlns: "http://www.w3.org/2000/svg",
|
|
885
902
|
viewBox: "0 0 64 64"
|
|
886
903
|
}, props), _path$a || (_path$a = /*#__PURE__*/React__namespace.createElement("path", {
|
|
887
|
-
className: "icon-
|
|
888
|
-
d: "
|
|
904
|
+
className: "icon-refresh_svg__fill",
|
|
905
|
+
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",
|
|
889
906
|
fill: "#000",
|
|
890
907
|
fillRule: "evenodd"
|
|
891
908
|
})));
|
|
@@ -893,13 +910,13 @@ function SvgIconQuestion(props) {
|
|
|
893
910
|
|
|
894
911
|
var _path$9;
|
|
895
912
|
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); }
|
|
896
|
-
function
|
|
913
|
+
function SvgIconRemove(props) {
|
|
897
914
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$b({
|
|
898
915
|
xmlns: "http://www.w3.org/2000/svg",
|
|
899
916
|
viewBox: "0 0 64 64"
|
|
900
917
|
}, props), _path$9 || (_path$9 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
901
|
-
className: "icon-
|
|
902
|
-
d: "
|
|
918
|
+
className: "icon-remove_svg__fill",
|
|
919
|
+
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",
|
|
903
920
|
fill: "#000",
|
|
904
921
|
fillRule: "evenodd"
|
|
905
922
|
})));
|
|
@@ -907,13 +924,13 @@ function SvgIconRefresh(props) {
|
|
|
907
924
|
|
|
908
925
|
var _path$8;
|
|
909
926
|
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); }
|
|
910
|
-
function
|
|
927
|
+
function SvgIconReplyFilled(props) {
|
|
911
928
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$a({
|
|
912
929
|
xmlns: "http://www.w3.org/2000/svg",
|
|
913
|
-
viewBox: "0 0
|
|
930
|
+
viewBox: "0 0 12 12"
|
|
914
931
|
}, props), _path$8 || (_path$8 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
915
|
-
className: "icon-
|
|
916
|
-
d: "
|
|
932
|
+
className: "icon-reply-filled_svg__fill",
|
|
933
|
+
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",
|
|
917
934
|
fill: "#000",
|
|
918
935
|
fillRule: "evenodd"
|
|
919
936
|
})));
|
|
@@ -921,13 +938,13 @@ function SvgIconRemove(props) {
|
|
|
921
938
|
|
|
922
939
|
var _path$7;
|
|
923
940
|
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); }
|
|
924
|
-
function
|
|
941
|
+
function SvgIconSearch(props) {
|
|
925
942
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$9({
|
|
926
943
|
xmlns: "http://www.w3.org/2000/svg",
|
|
927
|
-
viewBox: "0 0
|
|
944
|
+
viewBox: "0 0 64 64"
|
|
928
945
|
}, props), _path$7 || (_path$7 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
929
|
-
className: "icon-
|
|
930
|
-
d: "
|
|
946
|
+
className: "icon-search_svg__fill",
|
|
947
|
+
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",
|
|
931
948
|
fill: "#000",
|
|
932
949
|
fillRule: "evenodd"
|
|
933
950
|
})));
|
|
@@ -935,13 +952,13 @@ function SvgIconReplyFilled(props) {
|
|
|
935
952
|
|
|
936
953
|
var _path$6;
|
|
937
954
|
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); }
|
|
938
|
-
function
|
|
955
|
+
function SvgIconSend(props) {
|
|
939
956
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$8({
|
|
940
957
|
xmlns: "http://www.w3.org/2000/svg",
|
|
941
958
|
viewBox: "0 0 64 64"
|
|
942
959
|
}, props), _path$6 || (_path$6 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
943
|
-
className: "icon-
|
|
944
|
-
d: "
|
|
960
|
+
className: "icon-send_svg__fill",
|
|
961
|
+
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",
|
|
945
962
|
fill: "#000",
|
|
946
963
|
fillRule: "evenodd"
|
|
947
964
|
})));
|
|
@@ -949,13 +966,13 @@ function SvgIconSearch(props) {
|
|
|
949
966
|
|
|
950
967
|
var _path$5;
|
|
951
968
|
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); }
|
|
952
|
-
function
|
|
969
|
+
function SvgIconSettingsFilled(props) {
|
|
953
970
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$7({
|
|
954
971
|
xmlns: "http://www.w3.org/2000/svg",
|
|
955
972
|
viewBox: "0 0 64 64"
|
|
956
973
|
}, props), _path$5 || (_path$5 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
957
|
-
className: "icon-
|
|
958
|
-
d: "
|
|
974
|
+
className: "icon-settings-filled_svg__fill",
|
|
975
|
+
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",
|
|
959
976
|
fill: "#000",
|
|
960
977
|
fillRule: "evenodd"
|
|
961
978
|
})));
|
|
@@ -963,13 +980,13 @@ function SvgIconSend(props) {
|
|
|
963
980
|
|
|
964
981
|
var _path$4;
|
|
965
982
|
function _extends$6() { _extends$6 = 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$6.apply(this, arguments); }
|
|
966
|
-
function
|
|
983
|
+
function SvgIconSpinner(props) {
|
|
967
984
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$6({
|
|
968
985
|
xmlns: "http://www.w3.org/2000/svg",
|
|
969
986
|
viewBox: "0 0 64 64"
|
|
970
987
|
}, props), _path$4 || (_path$4 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
971
|
-
className: "icon-
|
|
972
|
-
d: "M32
|
|
988
|
+
className: "icon-spinner_svg__fill",
|
|
989
|
+
d: "M32 61.333C48.2 61.333 61.333 48.2 61.333 32S48.2 2.667 32 2.667 2.667 15.8 2.667 32a2.838 2.838 0 105.678 0C8.344 18.935 18.934 8.344 32 8.344c13.065 0 23.656 10.591 23.656 23.656S45.065 55.656 32 55.656a2.838 2.838 0 100 5.677z",
|
|
973
990
|
fill: "#000",
|
|
974
991
|
fillRule: "evenodd"
|
|
975
992
|
})));
|
|
@@ -977,29 +994,33 @@ function SvgIconSettingsFilled(props) {
|
|
|
977
994
|
|
|
978
995
|
var _path$3;
|
|
979
996
|
function _extends$5() { _extends$5 = 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$5.apply(this, arguments); }
|
|
980
|
-
function
|
|
997
|
+
function SvgIconSupergroup(props) {
|
|
981
998
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$5({
|
|
982
999
|
xmlns: "http://www.w3.org/2000/svg",
|
|
983
1000
|
viewBox: "0 0 64 64"
|
|
984
1001
|
}, props), _path$3 || (_path$3 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
985
|
-
className: "icon-
|
|
986
|
-
d: "
|
|
1002
|
+
className: "icon-supergroup_svg__fill",
|
|
1003
|
+
d: "M36.889 43.013c6.608 0 12.121 4.685 12.43 10.734l.014.537V58a2.667 2.667 0 01-5.316.311L44 58v-3.716c0-3.07-2.87-5.718-6.636-5.925l-.475-.013H27.11c-3.838 0-6.86 2.525-7.096 5.557l-.015.381V58a2.667 2.667 0 01-5.315.311L14.667 58v-3.716c0-6.126 5.324-10.986 11.864-11.26l.58-.011h9.778zm18.578-17.291c.266 0 .53.04.784.118 4.632 1.426 7.518 4.801 7.736 9.688l.013.594v12.8a2.667 2.667 0 01-5.315.311l-.018-.311V36.124c-.002-2.595-1.163-4.171-3.528-5.034l-.104-.037-2.502.002a2.667 2.667 0 01-2.648-2.356l-.018-.31a2.67 2.67 0 012.355-2.65l.311-.017h2.934zm-44 0l.31.018a2.666 2.666 0 012.356 2.648l-.018.311a2.666 2.666 0 01-2.648 2.356l-2.51-.002-.119.042c-2.246.85-3.503 2.574-3.505 5.147v12.68l-.018.31A2.666 2.666 0 010 48.922V36.24l.014-.591c.225-4.874 3.203-8.415 7.712-9.809.255-.078.52-.118.788-.118h2.953zM32 19.958c5.512 0 10 4.409 10 9.871 0 5.463-4.488 9.872-10 9.872s-10-4.41-10-9.872 4.488-9.871 10-9.871zm0 5.333c-2.588 0-4.667 2.043-4.667 4.538 0 2.496 2.08 4.538 4.667 4.538 2.588 0 4.667-2.042 4.667-4.538 0-2.495-2.08-4.538-4.667-4.538zM17.333 2.667c5.513 0 10 4.409 10 9.871 0 5.462-4.487 9.871-10 9.871-5.512 0-10-4.409-10-9.871 0-5.462 4.488-9.871 10-9.871zm29.334 0c5.512 0 10 4.409 10 9.871 0 5.462-4.488 9.871-10 9.871-5.513 0-10-4.409-10-9.871 0-5.462 4.487-9.871 10-9.871zM17.333 8c-2.587 0-4.666 2.042-4.666 4.538 0 2.496 2.079 4.538 4.666 4.538 2.588 0 4.667-2.042 4.667-4.538C22 10.042 19.921 8 17.333 8zm29.334 0C44.079 8 42 10.042 42 12.538c0 2.496 2.079 4.538 4.667 4.538 2.587 0 4.666-2.042 4.666-4.538 0-2.496-2.079-4.538-4.666-4.538z",
|
|
987
1004
|
fill: "#000",
|
|
988
1005
|
fillRule: "evenodd"
|
|
989
1006
|
})));
|
|
990
1007
|
}
|
|
991
1008
|
|
|
992
|
-
var _path$2;
|
|
1009
|
+
var _path$2, _path2;
|
|
993
1010
|
function _extends$4() { _extends$4 = 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$4.apply(this, arguments); }
|
|
994
|
-
function
|
|
1011
|
+
function SvgIconThread(props) {
|
|
995
1012
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$4({
|
|
996
|
-
|
|
997
|
-
|
|
1013
|
+
viewBox: "0 0 64 64",
|
|
1014
|
+
fill: "none",
|
|
1015
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
998
1016
|
}, props), _path$2 || (_path$2 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
999
|
-
className: "icon-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1017
|
+
className: "icon-thread_svg__fill",
|
|
1018
|
+
clipRule: "evenodd",
|
|
1019
|
+
d: "M38.824 25.895a2.95 2.95 0 014.16-.074L57.1 39.378a2.921 2.921 0 01.002 4.213L42.985 57.177a2.95 2.95 0 01-4.158-.07 2.919 2.919 0 01.07-4.14l11.928-11.48-11.926-11.451a2.919 2.919 0 01-.075-4.14z"
|
|
1020
|
+
})), _path2 || (_path2 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
1021
|
+
className: "icon-thread_svg__fill",
|
|
1022
|
+
clipRule: "evenodd",
|
|
1023
|
+
d: "M8.866 6c1.583 0 2.866 1.216 2.866 2.716V25.5c0 7.672 6.846 14.068 15.475 14.068h22.927c1.583 0 2.866 1.216 2.866 2.716 0 1.5-1.283 2.716-2.866 2.716H27.207C15.604 45 6 36.35 6 25.5V8.716C6 7.216 7.283 6 8.866 6z"
|
|
1003
1024
|
})));
|
|
1004
1025
|
}
|
|
1005
1026
|
|
|
@@ -1201,6 +1222,8 @@ function changeTypeToIconComponent(type) {
|
|
|
1201
1222
|
return /*#__PURE__*/React__default["default"].createElement(SvgIconSpinner, null);
|
|
1202
1223
|
case Types.SUPERGROUP:
|
|
1203
1224
|
return /*#__PURE__*/React__default["default"].createElement(SvgIconSupergroup, null);
|
|
1225
|
+
case Types.THREAD:
|
|
1226
|
+
return /*#__PURE__*/React__default["default"].createElement(SvgIconThread, null);
|
|
1204
1227
|
case Types.THUMBNAIL_NONE:
|
|
1205
1228
|
return /*#__PURE__*/React__default["default"].createElement(SvgIconThumbnailNone, null);
|
|
1206
1229
|
case Types.TOGGLE_OFF:
|