@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/ui/Icon.js
CHANGED
|
@@ -56,6 +56,7 @@ const Types = {
|
|
|
56
56
|
SETTINGS_FILLED: 'SETTINGS_FILLED',
|
|
57
57
|
SPINNER: 'SPINNER',
|
|
58
58
|
SUPERGROUP: 'SUPERGROUP',
|
|
59
|
+
THREAD: 'THREAD',
|
|
59
60
|
THUMBNAIL_NONE: 'THUMBNAIL_NONE',
|
|
60
61
|
TOGGLE_OFF: 'TOGGLE_OFF',
|
|
61
62
|
TOGGLE_ON: 'TOGGLE_ON',
|
|
@@ -224,6 +225,8 @@ function changeTypeToIconClassName(type) {
|
|
|
224
225
|
return 'sendbird-icon-spinner';
|
|
225
226
|
case Types.SUPERGROUP:
|
|
226
227
|
return 'sendbird-icon-supergroup';
|
|
228
|
+
case Types.THREAD:
|
|
229
|
+
return 'sendbird-icon-thread';
|
|
227
230
|
case Types.THUMBNAIL_NONE:
|
|
228
231
|
return 'sendbird-icon-thumbnail-none';
|
|
229
232
|
case Types.TOGGLE_OFF:
|
|
@@ -238,13 +241,13 @@ function changeTypeToIconClassName(type) {
|
|
|
238
241
|
}
|
|
239
242
|
}
|
|
240
243
|
|
|
241
|
-
var _path$
|
|
242
|
-
function _extends$
|
|
244
|
+
var _path$R;
|
|
245
|
+
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); }
|
|
243
246
|
function SvgIconAdd(props) {
|
|
244
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
247
|
+
return /*#__PURE__*/React.createElement("svg", _extends$U({
|
|
245
248
|
xmlns: "http://www.w3.org/2000/svg",
|
|
246
249
|
viewBox: "0 0 64 64"
|
|
247
|
-
}, props), _path$
|
|
250
|
+
}, props), _path$R || (_path$R = /*#__PURE__*/React.createElement("path", {
|
|
248
251
|
className: "icon-add_svg__fill",
|
|
249
252
|
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",
|
|
250
253
|
fill: "#000",
|
|
@@ -252,13 +255,13 @@ function SvgIconAdd(props) {
|
|
|
252
255
|
})));
|
|
253
256
|
}
|
|
254
257
|
|
|
255
|
-
var _path$
|
|
256
|
-
function _extends$
|
|
258
|
+
var _path$Q;
|
|
259
|
+
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); }
|
|
257
260
|
function SvgIconArrowLeft(props) {
|
|
258
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
261
|
+
return /*#__PURE__*/React.createElement("svg", _extends$T({
|
|
259
262
|
xmlns: "http://www.w3.org/2000/svg",
|
|
260
263
|
viewBox: "0 0 64 64"
|
|
261
|
-
}, props), _path$
|
|
264
|
+
}, props), _path$Q || (_path$Q = /*#__PURE__*/React.createElement("path", {
|
|
262
265
|
className: "icon-arrow-left_svg__fill",
|
|
263
266
|
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",
|
|
264
267
|
fill: "#000",
|
|
@@ -266,13 +269,13 @@ function SvgIconArrowLeft(props) {
|
|
|
266
269
|
})));
|
|
267
270
|
}
|
|
268
271
|
|
|
269
|
-
var _path$
|
|
270
|
-
function _extends$
|
|
272
|
+
var _path$P;
|
|
273
|
+
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); }
|
|
271
274
|
function SvgIconAttach(props) {
|
|
272
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
275
|
+
return /*#__PURE__*/React.createElement("svg", _extends$S({
|
|
273
276
|
xmlns: "http://www.w3.org/2000/svg",
|
|
274
277
|
viewBox: "0 0 64 64"
|
|
275
|
-
}, props), _path$
|
|
278
|
+
}, props), _path$P || (_path$P = /*#__PURE__*/React.createElement("path", {
|
|
276
279
|
className: "icon-attach_svg__fill",
|
|
277
280
|
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",
|
|
278
281
|
fill: "#000",
|
|
@@ -281,9 +284,9 @@ function SvgIconAttach(props) {
|
|
|
281
284
|
}
|
|
282
285
|
|
|
283
286
|
var _g$2, _defs;
|
|
284
|
-
function _extends$
|
|
287
|
+
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); }
|
|
285
288
|
function SvgIconAudioOnLined(props) {
|
|
286
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
289
|
+
return /*#__PURE__*/React.createElement("svg", _extends$R({
|
|
287
290
|
viewBox: "0 0 64 64",
|
|
288
291
|
fill: "none",
|
|
289
292
|
xmlns: "http://www.w3.org/2000/svg"
|
|
@@ -304,15 +307,29 @@ function SvgIconAudioOnLined(props) {
|
|
|
304
307
|
})))));
|
|
305
308
|
}
|
|
306
309
|
|
|
310
|
+
var _path$O;
|
|
311
|
+
function _extends$Q() { _extends$Q = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$Q.apply(this, arguments); }
|
|
312
|
+
function SvgIconBan(props) {
|
|
313
|
+
return /*#__PURE__*/React.createElement("svg", _extends$Q({
|
|
314
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
315
|
+
viewBox: "0 0 64 64"
|
|
316
|
+
}, props), _path$O || (_path$O = /*#__PURE__*/React.createElement("path", {
|
|
317
|
+
className: "icon-ban_svg__fill",
|
|
318
|
+
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",
|
|
319
|
+
fill: "#000",
|
|
320
|
+
fillRule: "evenodd"
|
|
321
|
+
})));
|
|
322
|
+
}
|
|
323
|
+
|
|
307
324
|
var _path$N;
|
|
308
325
|
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); }
|
|
309
|
-
function
|
|
326
|
+
function SvgIconBroadcast(props) {
|
|
310
327
|
return /*#__PURE__*/React.createElement("svg", _extends$P({
|
|
311
328
|
xmlns: "http://www.w3.org/2000/svg",
|
|
312
329
|
viewBox: "0 0 64 64"
|
|
313
330
|
}, props), _path$N || (_path$N = /*#__PURE__*/React.createElement("path", {
|
|
314
|
-
className: "icon-
|
|
315
|
-
d: "
|
|
331
|
+
className: "icon-broadcast_svg__fill",
|
|
332
|
+
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",
|
|
316
333
|
fill: "#000",
|
|
317
334
|
fillRule: "evenodd"
|
|
318
335
|
})));
|
|
@@ -320,13 +337,13 @@ function SvgIconBan(props) {
|
|
|
320
337
|
|
|
321
338
|
var _path$M;
|
|
322
339
|
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); }
|
|
323
|
-
function
|
|
340
|
+
function SvgIconCamera(props) {
|
|
324
341
|
return /*#__PURE__*/React.createElement("svg", _extends$O({
|
|
325
342
|
xmlns: "http://www.w3.org/2000/svg",
|
|
326
343
|
viewBox: "0 0 64 64"
|
|
327
344
|
}, props), _path$M || (_path$M = /*#__PURE__*/React.createElement("path", {
|
|
328
|
-
className: "icon-
|
|
329
|
-
d: "
|
|
345
|
+
className: "icon-camera_svg__fill",
|
|
346
|
+
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",
|
|
330
347
|
fill: "#000",
|
|
331
348
|
fillRule: "evenodd"
|
|
332
349
|
})));
|
|
@@ -334,13 +351,13 @@ function SvgIconBroadcast(props) {
|
|
|
334
351
|
|
|
335
352
|
var _path$L;
|
|
336
353
|
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); }
|
|
337
|
-
function
|
|
354
|
+
function SvgIconChannels(props) {
|
|
338
355
|
return /*#__PURE__*/React.createElement("svg", _extends$N({
|
|
339
356
|
xmlns: "http://www.w3.org/2000/svg",
|
|
340
357
|
viewBox: "0 0 64 64"
|
|
341
358
|
}, props), _path$L || (_path$L = /*#__PURE__*/React.createElement("path", {
|
|
342
|
-
className: "icon-
|
|
343
|
-
d: "
|
|
359
|
+
className: "icon-channels_svg__fill",
|
|
360
|
+
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",
|
|
344
361
|
fill: "#000",
|
|
345
362
|
fillRule: "evenodd"
|
|
346
363
|
})));
|
|
@@ -348,13 +365,13 @@ function SvgIconCamera(props) {
|
|
|
348
365
|
|
|
349
366
|
var _path$K;
|
|
350
367
|
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); }
|
|
351
|
-
function
|
|
368
|
+
function SvgIconChat(props) {
|
|
352
369
|
return /*#__PURE__*/React.createElement("svg", _extends$M({
|
|
353
370
|
xmlns: "http://www.w3.org/2000/svg",
|
|
354
371
|
viewBox: "0 0 64 64"
|
|
355
372
|
}, props), _path$K || (_path$K = /*#__PURE__*/React.createElement("path", {
|
|
356
|
-
className: "icon-
|
|
357
|
-
d: "
|
|
373
|
+
className: "icon-chat_svg__fill",
|
|
374
|
+
d: "M32 2.667C48.2 2.667 61.333 15.8 61.333 32S48.2 61.333 32 61.333c-4.455 0-8.679-.993-12.461-2.77l-1.753.58c-5.965 1.912-10.133 2.572-12.504 1.981-2.799-.698-3.351-1.919-1.657-3.663 1.171-1.396 2.147-3.14 2.928-5.234.622-1.668.377-4.001-.737-7A29.15 29.15 0 012.666 32C2.667 15.8 15.8 2.667 32 2.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",
|
|
358
375
|
fill: "#000",
|
|
359
376
|
fillRule: "evenodd"
|
|
360
377
|
})));
|
|
@@ -362,13 +379,13 @@ function SvgIconChannels(props) {
|
|
|
362
379
|
|
|
363
380
|
var _path$J;
|
|
364
381
|
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); }
|
|
365
|
-
function
|
|
382
|
+
function SvgIconChatFilled(props) {
|
|
366
383
|
return /*#__PURE__*/React.createElement("svg", _extends$L({
|
|
367
384
|
xmlns: "http://www.w3.org/2000/svg",
|
|
368
385
|
viewBox: "0 0 64 64"
|
|
369
386
|
}, props), _path$J || (_path$J = /*#__PURE__*/React.createElement("path", {
|
|
370
|
-
className: "icon-
|
|
371
|
-
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.
|
|
387
|
+
className: "icon-chat-filled_svg__fill",
|
|
388
|
+
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",
|
|
372
389
|
fill: "#000",
|
|
373
390
|
fillRule: "evenodd"
|
|
374
391
|
})));
|
|
@@ -376,13 +393,13 @@ function SvgIconChat(props) {
|
|
|
376
393
|
|
|
377
394
|
var _path$I;
|
|
378
395
|
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); }
|
|
379
|
-
function
|
|
396
|
+
function SvgIconChevronDown(props) {
|
|
380
397
|
return /*#__PURE__*/React.createElement("svg", _extends$K({
|
|
381
398
|
xmlns: "http://www.w3.org/2000/svg",
|
|
382
399
|
viewBox: "0 0 64 64"
|
|
383
400
|
}, props), _path$I || (_path$I = /*#__PURE__*/React.createElement("path", {
|
|
384
|
-
className: "icon-
|
|
385
|
-
d: "
|
|
401
|
+
className: "icon-chevron-down_svg__fill",
|
|
402
|
+
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",
|
|
386
403
|
fill: "#000",
|
|
387
404
|
fillRule: "evenodd"
|
|
388
405
|
})));
|
|
@@ -390,13 +407,13 @@ function SvgIconChatFilled(props) {
|
|
|
390
407
|
|
|
391
408
|
var _path$H;
|
|
392
409
|
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); }
|
|
393
|
-
function
|
|
410
|
+
function SvgIconChevronRight(props) {
|
|
394
411
|
return /*#__PURE__*/React.createElement("svg", _extends$J({
|
|
395
412
|
xmlns: "http://www.w3.org/2000/svg",
|
|
396
413
|
viewBox: "0 0 64 64"
|
|
397
414
|
}, props), _path$H || (_path$H = /*#__PURE__*/React.createElement("path", {
|
|
398
|
-
className: "icon-chevron-
|
|
399
|
-
d: "
|
|
415
|
+
className: "icon-chevron-right_svg__fill",
|
|
416
|
+
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",
|
|
400
417
|
fill: "#000",
|
|
401
418
|
fillRule: "evenodd"
|
|
402
419
|
})));
|
|
@@ -404,13 +421,13 @@ function SvgIconChevronDown(props) {
|
|
|
404
421
|
|
|
405
422
|
var _path$G;
|
|
406
423
|
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); }
|
|
407
|
-
function
|
|
424
|
+
function SvgIconClose(props) {
|
|
408
425
|
return /*#__PURE__*/React.createElement("svg", _extends$I({
|
|
409
426
|
xmlns: "http://www.w3.org/2000/svg",
|
|
410
427
|
viewBox: "0 0 64 64"
|
|
411
428
|
}, props), _path$G || (_path$G = /*#__PURE__*/React.createElement("path", {
|
|
412
|
-
className: "icon-
|
|
413
|
-
d: "
|
|
429
|
+
className: "icon-close_svg__fill",
|
|
430
|
+
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",
|
|
414
431
|
fill: "#000",
|
|
415
432
|
fillRule: "evenodd"
|
|
416
433
|
})));
|
|
@@ -418,13 +435,13 @@ function SvgIconChevronRight(props) {
|
|
|
418
435
|
|
|
419
436
|
var _path$F;
|
|
420
437
|
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); }
|
|
421
|
-
function
|
|
438
|
+
function SvgIconCollapse(props) {
|
|
422
439
|
return /*#__PURE__*/React.createElement("svg", _extends$H({
|
|
423
440
|
xmlns: "http://www.w3.org/2000/svg",
|
|
424
441
|
viewBox: "0 0 64 64"
|
|
425
442
|
}, props), _path$F || (_path$F = /*#__PURE__*/React.createElement("path", {
|
|
426
|
-
className: "icon-
|
|
427
|
-
d: "
|
|
443
|
+
className: "icon-collapse_svg__fill",
|
|
444
|
+
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",
|
|
428
445
|
fill: "#000",
|
|
429
446
|
fillRule: "evenodd"
|
|
430
447
|
})));
|
|
@@ -432,13 +449,13 @@ function SvgIconClose(props) {
|
|
|
432
449
|
|
|
433
450
|
var _path$E;
|
|
434
451
|
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); }
|
|
435
|
-
function
|
|
452
|
+
function SvgIconCopy(props) {
|
|
436
453
|
return /*#__PURE__*/React.createElement("svg", _extends$G({
|
|
437
454
|
xmlns: "http://www.w3.org/2000/svg",
|
|
438
455
|
viewBox: "0 0 64 64"
|
|
439
456
|
}, props), _path$E || (_path$E = /*#__PURE__*/React.createElement("path", {
|
|
440
|
-
className: "icon-
|
|
441
|
-
d: "
|
|
457
|
+
className: "icon-copy_svg__fill",
|
|
458
|
+
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",
|
|
442
459
|
fill: "#000",
|
|
443
460
|
fillRule: "evenodd"
|
|
444
461
|
})));
|
|
@@ -446,13 +463,13 @@ function SvgIconCollapse(props) {
|
|
|
446
463
|
|
|
447
464
|
var _path$D;
|
|
448
465
|
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); }
|
|
449
|
-
function
|
|
466
|
+
function SvgIconCreate(props) {
|
|
450
467
|
return /*#__PURE__*/React.createElement("svg", _extends$F({
|
|
451
468
|
xmlns: "http://www.w3.org/2000/svg",
|
|
452
469
|
viewBox: "0 0 64 64"
|
|
453
470
|
}, props), _path$D || (_path$D = /*#__PURE__*/React.createElement("path", {
|
|
454
|
-
className: "icon-
|
|
455
|
-
d: "
|
|
471
|
+
className: "icon-create_svg__fill",
|
|
472
|
+
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",
|
|
456
473
|
fill: "#000",
|
|
457
474
|
fillRule: "evenodd"
|
|
458
475
|
})));
|
|
@@ -460,13 +477,13 @@ function SvgIconCopy(props) {
|
|
|
460
477
|
|
|
461
478
|
var _path$C;
|
|
462
479
|
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); }
|
|
463
|
-
function
|
|
480
|
+
function SvgIconDelete(props) {
|
|
464
481
|
return /*#__PURE__*/React.createElement("svg", _extends$E({
|
|
465
482
|
xmlns: "http://www.w3.org/2000/svg",
|
|
466
483
|
viewBox: "0 0 64 64"
|
|
467
484
|
}, props), _path$C || (_path$C = /*#__PURE__*/React.createElement("path", {
|
|
468
|
-
className: "icon-
|
|
469
|
-
d: "
|
|
485
|
+
className: "icon-delete_svg__fill",
|
|
486
|
+
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",
|
|
470
487
|
fill: "#000",
|
|
471
488
|
fillRule: "evenodd"
|
|
472
489
|
})));
|
|
@@ -474,13 +491,13 @@ function SvgIconCreate(props) {
|
|
|
474
491
|
|
|
475
492
|
var _path$B;
|
|
476
493
|
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); }
|
|
477
|
-
function
|
|
494
|
+
function SvgIconDisconnected(props) {
|
|
478
495
|
return /*#__PURE__*/React.createElement("svg", _extends$D({
|
|
479
496
|
xmlns: "http://www.w3.org/2000/svg",
|
|
480
497
|
viewBox: "0 0 64 64"
|
|
481
498
|
}, props), _path$B || (_path$B = /*#__PURE__*/React.createElement("path", {
|
|
482
|
-
className: "icon-
|
|
483
|
-
d: "
|
|
499
|
+
className: "icon-disconnected_svg__fill",
|
|
500
|
+
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",
|
|
484
501
|
fill: "#000",
|
|
485
502
|
fillRule: "evenodd"
|
|
486
503
|
})));
|
|
@@ -488,13 +505,13 @@ function SvgIconDelete(props) {
|
|
|
488
505
|
|
|
489
506
|
var _path$A;
|
|
490
507
|
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); }
|
|
491
|
-
function
|
|
508
|
+
function SvgIconDocument(props) {
|
|
492
509
|
return /*#__PURE__*/React.createElement("svg", _extends$C({
|
|
493
510
|
xmlns: "http://www.w3.org/2000/svg",
|
|
494
511
|
viewBox: "0 0 64 64"
|
|
495
512
|
}, props), _path$A || (_path$A = /*#__PURE__*/React.createElement("path", {
|
|
496
|
-
className: "icon-
|
|
497
|
-
d: "
|
|
513
|
+
className: "icon-document_svg__fill",
|
|
514
|
+
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",
|
|
498
515
|
fill: "#000",
|
|
499
516
|
fillRule: "evenodd"
|
|
500
517
|
})));
|
|
@@ -502,13 +519,13 @@ function SvgIconDisconnected(props) {
|
|
|
502
519
|
|
|
503
520
|
var _path$z;
|
|
504
521
|
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); }
|
|
505
|
-
function
|
|
522
|
+
function SvgIconDone(props) {
|
|
506
523
|
return /*#__PURE__*/React.createElement("svg", _extends$B({
|
|
507
524
|
xmlns: "http://www.w3.org/2000/svg",
|
|
508
525
|
viewBox: "0 0 64 64"
|
|
509
526
|
}, props), _path$z || (_path$z = /*#__PURE__*/React.createElement("path", {
|
|
510
|
-
className: "icon-
|
|
511
|
-
d: "
|
|
527
|
+
className: "icon-done_svg__fill",
|
|
528
|
+
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",
|
|
512
529
|
fill: "#000",
|
|
513
530
|
fillRule: "evenodd"
|
|
514
531
|
})));
|
|
@@ -516,13 +533,13 @@ function SvgIconDocument(props) {
|
|
|
516
533
|
|
|
517
534
|
var _path$y;
|
|
518
535
|
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); }
|
|
519
|
-
function
|
|
536
|
+
function SvgIconDoneAll(props) {
|
|
520
537
|
return /*#__PURE__*/React.createElement("svg", _extends$A({
|
|
521
538
|
xmlns: "http://www.w3.org/2000/svg",
|
|
522
539
|
viewBox: "0 0 64 64"
|
|
523
540
|
}, props), _path$y || (_path$y = /*#__PURE__*/React.createElement("path", {
|
|
524
|
-
className: "icon-
|
|
525
|
-
d: "
|
|
541
|
+
className: "icon-done-all_svg__fill",
|
|
542
|
+
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",
|
|
526
543
|
fill: "#000",
|
|
527
544
|
fillRule: "evenodd"
|
|
528
545
|
})));
|
|
@@ -530,13 +547,13 @@ function SvgIconDone(props) {
|
|
|
530
547
|
|
|
531
548
|
var _path$x;
|
|
532
549
|
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); }
|
|
533
|
-
function
|
|
550
|
+
function SvgIconDownload(props) {
|
|
534
551
|
return /*#__PURE__*/React.createElement("svg", _extends$z({
|
|
535
552
|
xmlns: "http://www.w3.org/2000/svg",
|
|
536
553
|
viewBox: "0 0 64 64"
|
|
537
554
|
}, props), _path$x || (_path$x = /*#__PURE__*/React.createElement("path", {
|
|
538
|
-
className: "icon-
|
|
539
|
-
d: "
|
|
555
|
+
className: "icon-download_svg__fill",
|
|
556
|
+
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",
|
|
540
557
|
fill: "#000",
|
|
541
558
|
fillRule: "evenodd"
|
|
542
559
|
})));
|
|
@@ -544,13 +561,13 @@ function SvgIconDoneAll(props) {
|
|
|
544
561
|
|
|
545
562
|
var _path$w;
|
|
546
563
|
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); }
|
|
547
|
-
function
|
|
564
|
+
function SvgIconEdit(props) {
|
|
548
565
|
return /*#__PURE__*/React.createElement("svg", _extends$y({
|
|
549
566
|
xmlns: "http://www.w3.org/2000/svg",
|
|
550
|
-
viewBox: "0 0
|
|
567
|
+
viewBox: "0 0 65 65"
|
|
551
568
|
}, props), _path$w || (_path$w = /*#__PURE__*/React.createElement("path", {
|
|
552
|
-
className: "icon-
|
|
553
|
-
d: "M56
|
|
569
|
+
className: "icon-edit_svg__fill",
|
|
570
|
+
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",
|
|
554
571
|
fill: "#000",
|
|
555
572
|
fillRule: "evenodd"
|
|
556
573
|
})));
|
|
@@ -558,13 +575,13 @@ function SvgIconDownload(props) {
|
|
|
558
575
|
|
|
559
576
|
var _path$v;
|
|
560
577
|
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); }
|
|
561
|
-
function
|
|
578
|
+
function SvgIconEmojiMore(props) {
|
|
562
579
|
return /*#__PURE__*/React.createElement("svg", _extends$x({
|
|
563
580
|
xmlns: "http://www.w3.org/2000/svg",
|
|
564
|
-
viewBox: "0 0
|
|
581
|
+
viewBox: "0 0 64 64"
|
|
565
582
|
}, props), _path$v || (_path$v = /*#__PURE__*/React.createElement("path", {
|
|
566
|
-
className: "icon-
|
|
567
|
-
d: "
|
|
583
|
+
className: "icon-emoji-more_svg__fill",
|
|
584
|
+
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",
|
|
568
585
|
fill: "#000",
|
|
569
586
|
fillRule: "evenodd"
|
|
570
587
|
})));
|
|
@@ -572,13 +589,13 @@ function SvgIconEdit(props) {
|
|
|
572
589
|
|
|
573
590
|
var _path$u;
|
|
574
591
|
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); }
|
|
575
|
-
function
|
|
592
|
+
function SvgIconError(props) {
|
|
576
593
|
return /*#__PURE__*/React.createElement("svg", _extends$w({
|
|
577
594
|
xmlns: "http://www.w3.org/2000/svg",
|
|
578
595
|
viewBox: "0 0 64 64"
|
|
579
596
|
}, props), _path$u || (_path$u = /*#__PURE__*/React.createElement("path", {
|
|
580
|
-
className: "icon-
|
|
581
|
-
d: "M32
|
|
597
|
+
className: "icon-error_svg__fill",
|
|
598
|
+
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",
|
|
582
599
|
fill: "#000",
|
|
583
600
|
fillRule: "evenodd"
|
|
584
601
|
})));
|
|
@@ -586,13 +603,13 @@ function SvgIconEmojiMore(props) {
|
|
|
586
603
|
|
|
587
604
|
var _path$t;
|
|
588
605
|
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); }
|
|
589
|
-
function
|
|
606
|
+
function SvgIconExpand(props) {
|
|
590
607
|
return /*#__PURE__*/React.createElement("svg", _extends$v({
|
|
591
608
|
xmlns: "http://www.w3.org/2000/svg",
|
|
592
609
|
viewBox: "0 0 64 64"
|
|
593
610
|
}, props), _path$t || (_path$t = /*#__PURE__*/React.createElement("path", {
|
|
594
|
-
className: "icon-
|
|
595
|
-
d: "
|
|
611
|
+
className: "icon-expand_svg__fill",
|
|
612
|
+
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",
|
|
596
613
|
fill: "#000",
|
|
597
614
|
fillRule: "evenodd"
|
|
598
615
|
})));
|
|
@@ -600,13 +617,13 @@ function SvgIconError(props) {
|
|
|
600
617
|
|
|
601
618
|
var _path$s;
|
|
602
619
|
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); }
|
|
603
|
-
function
|
|
620
|
+
function SvgIconFileAudio(props) {
|
|
604
621
|
return /*#__PURE__*/React.createElement("svg", _extends$u({
|
|
605
622
|
xmlns: "http://www.w3.org/2000/svg",
|
|
606
623
|
viewBox: "0 0 64 64"
|
|
607
624
|
}, props), _path$s || (_path$s = /*#__PURE__*/React.createElement("path", {
|
|
608
|
-
className: "icon-
|
|
609
|
-
d: "
|
|
625
|
+
className: "icon-file-audio_svg__fill",
|
|
626
|
+
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",
|
|
610
627
|
fill: "#000",
|
|
611
628
|
fillRule: "evenodd"
|
|
612
629
|
})));
|
|
@@ -614,13 +631,13 @@ function SvgIconExpand(props) {
|
|
|
614
631
|
|
|
615
632
|
var _path$r;
|
|
616
633
|
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); }
|
|
617
|
-
function
|
|
634
|
+
function SvgIconFileDocument(props) {
|
|
618
635
|
return /*#__PURE__*/React.createElement("svg", _extends$t({
|
|
619
636
|
xmlns: "http://www.w3.org/2000/svg",
|
|
620
637
|
viewBox: "0 0 64 64"
|
|
621
638
|
}, props), _path$r || (_path$r = /*#__PURE__*/React.createElement("path", {
|
|
622
|
-
className: "icon-file-
|
|
623
|
-
d: "
|
|
639
|
+
className: "icon-file-document_svg__fill",
|
|
640
|
+
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",
|
|
624
641
|
fill: "#000",
|
|
625
642
|
fillRule: "evenodd"
|
|
626
643
|
})));
|
|
@@ -628,13 +645,13 @@ function SvgIconFileAudio(props) {
|
|
|
628
645
|
|
|
629
646
|
var _path$q;
|
|
630
647
|
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); }
|
|
631
|
-
function
|
|
648
|
+
function SvgIconFreeze(props) {
|
|
632
649
|
return /*#__PURE__*/React.createElement("svg", _extends$s({
|
|
633
650
|
xmlns: "http://www.w3.org/2000/svg",
|
|
634
651
|
viewBox: "0 0 64 64"
|
|
635
652
|
}, props), _path$q || (_path$q = /*#__PURE__*/React.createElement("path", {
|
|
636
|
-
className: "icon-
|
|
637
|
-
d: "
|
|
653
|
+
className: "icon-freeze_svg__fill",
|
|
654
|
+
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",
|
|
638
655
|
fill: "#000",
|
|
639
656
|
fillRule: "evenodd"
|
|
640
657
|
})));
|
|
@@ -642,13 +659,13 @@ function SvgIconFileDocument(props) {
|
|
|
642
659
|
|
|
643
660
|
var _path$p;
|
|
644
661
|
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); }
|
|
645
|
-
function
|
|
662
|
+
function SvgIconGif(props) {
|
|
646
663
|
return /*#__PURE__*/React.createElement("svg", _extends$r({
|
|
647
664
|
xmlns: "http://www.w3.org/2000/svg",
|
|
648
665
|
viewBox: "0 0 64 64"
|
|
649
666
|
}, props), _path$p || (_path$p = /*#__PURE__*/React.createElement("path", {
|
|
650
|
-
className: "icon-
|
|
651
|
-
d: "
|
|
667
|
+
className: "icon-gif_svg__fill",
|
|
668
|
+
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",
|
|
652
669
|
fill: "#000",
|
|
653
670
|
fillRule: "evenodd"
|
|
654
671
|
})));
|
|
@@ -656,13 +673,13 @@ function SvgIconFreeze(props) {
|
|
|
656
673
|
|
|
657
674
|
var _path$o;
|
|
658
675
|
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); }
|
|
659
|
-
function
|
|
676
|
+
function SvgIconInfo(props) {
|
|
660
677
|
return /*#__PURE__*/React.createElement("svg", _extends$q({
|
|
661
678
|
xmlns: "http://www.w3.org/2000/svg",
|
|
662
679
|
viewBox: "0 0 64 64"
|
|
663
680
|
}, props), _path$o || (_path$o = /*#__PURE__*/React.createElement("path", {
|
|
664
|
-
className: "icon-
|
|
665
|
-
d: "
|
|
681
|
+
className: "icon-info_svg__fill",
|
|
682
|
+
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",
|
|
666
683
|
fill: "#000",
|
|
667
684
|
fillRule: "evenodd"
|
|
668
685
|
})));
|
|
@@ -670,13 +687,13 @@ function SvgIconGif(props) {
|
|
|
670
687
|
|
|
671
688
|
var _path$n;
|
|
672
689
|
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); }
|
|
673
|
-
function
|
|
690
|
+
function SvgIconLeave(props) {
|
|
674
691
|
return /*#__PURE__*/React.createElement("svg", _extends$p({
|
|
675
692
|
xmlns: "http://www.w3.org/2000/svg",
|
|
676
693
|
viewBox: "0 0 64 64"
|
|
677
694
|
}, props), _path$n || (_path$n = /*#__PURE__*/React.createElement("path", {
|
|
678
|
-
className: "icon-
|
|
679
|
-
d: "M32
|
|
695
|
+
className: "icon-leave_svg__fill",
|
|
696
|
+
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",
|
|
680
697
|
fill: "#000",
|
|
681
698
|
fillRule: "evenodd"
|
|
682
699
|
})));
|
|
@@ -684,13 +701,13 @@ function SvgIconInfo(props) {
|
|
|
684
701
|
|
|
685
702
|
var _path$m;
|
|
686
703
|
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); }
|
|
687
|
-
function
|
|
704
|
+
function SvgIconMembers(props) {
|
|
688
705
|
return /*#__PURE__*/React.createElement("svg", _extends$o({
|
|
689
706
|
xmlns: "http://www.w3.org/2000/svg",
|
|
690
707
|
viewBox: "0 0 64 64"
|
|
691
708
|
}, props), _path$m || (_path$m = /*#__PURE__*/React.createElement("path", {
|
|
692
|
-
className: "icon-
|
|
693
|
-
d: "
|
|
709
|
+
className: "icon-members_svg__fill",
|
|
710
|
+
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",
|
|
694
711
|
fill: "#000",
|
|
695
712
|
fillRule: "evenodd"
|
|
696
713
|
})));
|
|
@@ -698,13 +715,13 @@ function SvgIconLeave(props) {
|
|
|
698
715
|
|
|
699
716
|
var _path$l;
|
|
700
717
|
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); }
|
|
701
|
-
function
|
|
718
|
+
function SvgIconMessage(props) {
|
|
702
719
|
return /*#__PURE__*/React.createElement("svg", _extends$n({
|
|
703
720
|
xmlns: "http://www.w3.org/2000/svg",
|
|
704
721
|
viewBox: "0 0 64 64"
|
|
705
722
|
}, props), _path$l || (_path$l = /*#__PURE__*/React.createElement("path", {
|
|
706
|
-
className: "icon-
|
|
707
|
-
d: "
|
|
723
|
+
className: "icon-message_svg__fill",
|
|
724
|
+
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",
|
|
708
725
|
fill: "#000",
|
|
709
726
|
fillRule: "evenodd"
|
|
710
727
|
})));
|
|
@@ -712,13 +729,13 @@ function SvgIconMembers(props) {
|
|
|
712
729
|
|
|
713
730
|
var _path$k;
|
|
714
731
|
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); }
|
|
715
|
-
function
|
|
732
|
+
function SvgIconModerations(props) {
|
|
716
733
|
return /*#__PURE__*/React.createElement("svg", _extends$m({
|
|
717
734
|
xmlns: "http://www.w3.org/2000/svg",
|
|
718
735
|
viewBox: "0 0 64 64"
|
|
719
736
|
}, props), _path$k || (_path$k = /*#__PURE__*/React.createElement("path", {
|
|
720
|
-
className: "icon-
|
|
721
|
-
d: "
|
|
737
|
+
className: "icon-moderations_svg__fill",
|
|
738
|
+
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",
|
|
722
739
|
fill: "#000",
|
|
723
740
|
fillRule: "evenodd"
|
|
724
741
|
})));
|
|
@@ -726,13 +743,13 @@ function SvgIconMessage(props) {
|
|
|
726
743
|
|
|
727
744
|
var _path$j;
|
|
728
745
|
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); }
|
|
729
|
-
function
|
|
746
|
+
function SvgIconMore(props) {
|
|
730
747
|
return /*#__PURE__*/React.createElement("svg", _extends$l({
|
|
731
748
|
xmlns: "http://www.w3.org/2000/svg",
|
|
732
749
|
viewBox: "0 0 64 64"
|
|
733
750
|
}, props), _path$j || (_path$j = /*#__PURE__*/React.createElement("path", {
|
|
734
|
-
className: "icon-
|
|
735
|
-
d: "
|
|
751
|
+
className: "icon-more_svg__fill",
|
|
752
|
+
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",
|
|
736
753
|
fill: "#000",
|
|
737
754
|
fillRule: "evenodd"
|
|
738
755
|
})));
|
|
@@ -740,13 +757,13 @@ function SvgIconModerations(props) {
|
|
|
740
757
|
|
|
741
758
|
var _path$i;
|
|
742
759
|
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); }
|
|
743
|
-
function
|
|
760
|
+
function SvgIconMute(props) {
|
|
744
761
|
return /*#__PURE__*/React.createElement("svg", _extends$k({
|
|
745
762
|
xmlns: "http://www.w3.org/2000/svg",
|
|
746
763
|
viewBox: "0 0 64 64"
|
|
747
764
|
}, props), _path$i || (_path$i = /*#__PURE__*/React.createElement("path", {
|
|
748
|
-
className: "icon-
|
|
749
|
-
d: "
|
|
765
|
+
className: "icon-mute_svg__fill",
|
|
766
|
+
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",
|
|
750
767
|
fill: "#000",
|
|
751
768
|
fillRule: "evenodd"
|
|
752
769
|
})));
|
|
@@ -754,13 +771,13 @@ function SvgIconMore(props) {
|
|
|
754
771
|
|
|
755
772
|
var _path$h;
|
|
756
773
|
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); }
|
|
757
|
-
function
|
|
774
|
+
function SvgIconNotifications(props) {
|
|
758
775
|
return /*#__PURE__*/React.createElement("svg", _extends$j({
|
|
759
776
|
xmlns: "http://www.w3.org/2000/svg",
|
|
760
777
|
viewBox: "0 0 64 64"
|
|
761
778
|
}, props), _path$h || (_path$h = /*#__PURE__*/React.createElement("path", {
|
|
762
|
-
className: "icon-
|
|
763
|
-
d: "
|
|
779
|
+
className: "icon-notifications_svg__fill",
|
|
780
|
+
d: "M36.613 53.333c2.056 0 3.338 2.227 2.307 4.005a8 8 0 01-13.84 0c-.98-1.689.129-3.783 2.004-3.988l.303-.017h9.226zM32 2.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",
|
|
764
781
|
fill: "#000",
|
|
765
782
|
fillRule: "evenodd"
|
|
766
783
|
})));
|
|
@@ -768,13 +785,13 @@ function SvgIconMute(props) {
|
|
|
768
785
|
|
|
769
786
|
var _path$g;
|
|
770
787
|
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); }
|
|
771
|
-
function
|
|
788
|
+
function SvgIconNotificationsOffFilled(props) {
|
|
772
789
|
return /*#__PURE__*/React.createElement("svg", _extends$i({
|
|
773
790
|
xmlns: "http://www.w3.org/2000/svg",
|
|
774
791
|
viewBox: "0 0 64 64"
|
|
775
792
|
}, props), _path$g || (_path$g = /*#__PURE__*/React.createElement("path", {
|
|
776
|
-
className: "icon-
|
|
777
|
-
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.
|
|
793
|
+
className: "icon-notifications-off-filled_svg__fill",
|
|
794
|
+
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",
|
|
778
795
|
fill: "#000",
|
|
779
796
|
fillRule: "evenodd"
|
|
780
797
|
})));
|
|
@@ -782,13 +799,13 @@ function SvgIconNotifications(props) {
|
|
|
782
799
|
|
|
783
800
|
var _path$f;
|
|
784
801
|
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); }
|
|
785
|
-
function
|
|
802
|
+
function SvgIconOperator(props) {
|
|
786
803
|
return /*#__PURE__*/React.createElement("svg", _extends$h({
|
|
787
804
|
xmlns: "http://www.w3.org/2000/svg",
|
|
788
805
|
viewBox: "0 0 64 64"
|
|
789
806
|
}, props), _path$f || (_path$f = /*#__PURE__*/React.createElement("path", {
|
|
790
|
-
className: "icon-
|
|
791
|
-
d: "
|
|
807
|
+
className: "icon-operator_svg__fill",
|
|
808
|
+
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",
|
|
792
809
|
fill: "#000",
|
|
793
810
|
fillRule: "evenodd"
|
|
794
811
|
})));
|
|
@@ -796,13 +813,13 @@ function SvgIconNotificationsOffFilled(props) {
|
|
|
796
813
|
|
|
797
814
|
var _path$e;
|
|
798
815
|
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); }
|
|
799
|
-
function
|
|
816
|
+
function SvgIconPhoto(props) {
|
|
800
817
|
return /*#__PURE__*/React.createElement("svg", _extends$g({
|
|
801
818
|
xmlns: "http://www.w3.org/2000/svg",
|
|
802
819
|
viewBox: "0 0 64 64"
|
|
803
820
|
}, props), _path$e || (_path$e = /*#__PURE__*/React.createElement("path", {
|
|
804
|
-
className: "icon-
|
|
805
|
-
d: "
|
|
821
|
+
className: "icon-photo_svg__fill",
|
|
822
|
+
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",
|
|
806
823
|
fill: "#000",
|
|
807
824
|
fillRule: "evenodd"
|
|
808
825
|
})));
|
|
@@ -810,13 +827,13 @@ function SvgIconOperator(props) {
|
|
|
810
827
|
|
|
811
828
|
var _path$d;
|
|
812
829
|
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); }
|
|
813
|
-
function
|
|
830
|
+
function SvgIconPlay(props) {
|
|
814
831
|
return /*#__PURE__*/React.createElement("svg", _extends$f({
|
|
815
832
|
xmlns: "http://www.w3.org/2000/svg",
|
|
816
833
|
viewBox: "0 0 64 64"
|
|
817
834
|
}, props), _path$d || (_path$d = /*#__PURE__*/React.createElement("path", {
|
|
818
|
-
className: "icon-
|
|
819
|
-
d: "
|
|
835
|
+
className: "icon-play_svg__fill",
|
|
836
|
+
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",
|
|
820
837
|
fill: "#000",
|
|
821
838
|
fillRule: "evenodd"
|
|
822
839
|
})));
|
|
@@ -824,13 +841,13 @@ function SvgIconPhoto(props) {
|
|
|
824
841
|
|
|
825
842
|
var _path$c;
|
|
826
843
|
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); }
|
|
827
|
-
function
|
|
844
|
+
function SvgIconPlus(props) {
|
|
828
845
|
return /*#__PURE__*/React.createElement("svg", _extends$e({
|
|
829
846
|
xmlns: "http://www.w3.org/2000/svg",
|
|
830
847
|
viewBox: "0 0 64 64"
|
|
831
848
|
}, props), _path$c || (_path$c = /*#__PURE__*/React.createElement("path", {
|
|
832
|
-
className: "icon-
|
|
833
|
-
d: "
|
|
849
|
+
className: "icon-plus_svg__fill",
|
|
850
|
+
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",
|
|
834
851
|
fill: "#000",
|
|
835
852
|
fillRule: "evenodd"
|
|
836
853
|
})));
|
|
@@ -838,13 +855,13 @@ function SvgIconPlay(props) {
|
|
|
838
855
|
|
|
839
856
|
var _path$b;
|
|
840
857
|
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); }
|
|
841
|
-
function
|
|
858
|
+
function SvgIconQuestion(props) {
|
|
842
859
|
return /*#__PURE__*/React.createElement("svg", _extends$d({
|
|
843
860
|
xmlns: "http://www.w3.org/2000/svg",
|
|
844
861
|
viewBox: "0 0 64 64"
|
|
845
862
|
}, props), _path$b || (_path$b = /*#__PURE__*/React.createElement("path", {
|
|
846
|
-
className: "icon-
|
|
847
|
-
d: "
|
|
863
|
+
className: "icon-question_svg__fill",
|
|
864
|
+
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",
|
|
848
865
|
fill: "#000",
|
|
849
866
|
fillRule: "evenodd"
|
|
850
867
|
})));
|
|
@@ -852,13 +869,13 @@ function SvgIconPlus(props) {
|
|
|
852
869
|
|
|
853
870
|
var _path$a;
|
|
854
871
|
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); }
|
|
855
|
-
function
|
|
872
|
+
function SvgIconRefresh(props) {
|
|
856
873
|
return /*#__PURE__*/React.createElement("svg", _extends$c({
|
|
857
874
|
xmlns: "http://www.w3.org/2000/svg",
|
|
858
875
|
viewBox: "0 0 64 64"
|
|
859
876
|
}, props), _path$a || (_path$a = /*#__PURE__*/React.createElement("path", {
|
|
860
|
-
className: "icon-
|
|
861
|
-
d: "
|
|
877
|
+
className: "icon-refresh_svg__fill",
|
|
878
|
+
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",
|
|
862
879
|
fill: "#000",
|
|
863
880
|
fillRule: "evenodd"
|
|
864
881
|
})));
|
|
@@ -866,13 +883,13 @@ function SvgIconQuestion(props) {
|
|
|
866
883
|
|
|
867
884
|
var _path$9;
|
|
868
885
|
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); }
|
|
869
|
-
function
|
|
886
|
+
function SvgIconRemove(props) {
|
|
870
887
|
return /*#__PURE__*/React.createElement("svg", _extends$b({
|
|
871
888
|
xmlns: "http://www.w3.org/2000/svg",
|
|
872
889
|
viewBox: "0 0 64 64"
|
|
873
890
|
}, props), _path$9 || (_path$9 = /*#__PURE__*/React.createElement("path", {
|
|
874
|
-
className: "icon-
|
|
875
|
-
d: "
|
|
891
|
+
className: "icon-remove_svg__fill",
|
|
892
|
+
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",
|
|
876
893
|
fill: "#000",
|
|
877
894
|
fillRule: "evenodd"
|
|
878
895
|
})));
|
|
@@ -880,13 +897,13 @@ function SvgIconRefresh(props) {
|
|
|
880
897
|
|
|
881
898
|
var _path$8;
|
|
882
899
|
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); }
|
|
883
|
-
function
|
|
900
|
+
function SvgIconReplyFilled(props) {
|
|
884
901
|
return /*#__PURE__*/React.createElement("svg", _extends$a({
|
|
885
902
|
xmlns: "http://www.w3.org/2000/svg",
|
|
886
|
-
viewBox: "0 0
|
|
903
|
+
viewBox: "0 0 12 12"
|
|
887
904
|
}, props), _path$8 || (_path$8 = /*#__PURE__*/React.createElement("path", {
|
|
888
|
-
className: "icon-
|
|
889
|
-
d: "
|
|
905
|
+
className: "icon-reply-filled_svg__fill",
|
|
906
|
+
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",
|
|
890
907
|
fill: "#000",
|
|
891
908
|
fillRule: "evenodd"
|
|
892
909
|
})));
|
|
@@ -894,13 +911,13 @@ function SvgIconRemove(props) {
|
|
|
894
911
|
|
|
895
912
|
var _path$7;
|
|
896
913
|
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); }
|
|
897
|
-
function
|
|
914
|
+
function SvgIconSearch(props) {
|
|
898
915
|
return /*#__PURE__*/React.createElement("svg", _extends$9({
|
|
899
916
|
xmlns: "http://www.w3.org/2000/svg",
|
|
900
|
-
viewBox: "0 0
|
|
917
|
+
viewBox: "0 0 64 64"
|
|
901
918
|
}, props), _path$7 || (_path$7 = /*#__PURE__*/React.createElement("path", {
|
|
902
|
-
className: "icon-
|
|
903
|
-
d: "
|
|
919
|
+
className: "icon-search_svg__fill",
|
|
920
|
+
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",
|
|
904
921
|
fill: "#000",
|
|
905
922
|
fillRule: "evenodd"
|
|
906
923
|
})));
|
|
@@ -908,13 +925,13 @@ function SvgIconReplyFilled(props) {
|
|
|
908
925
|
|
|
909
926
|
var _path$6;
|
|
910
927
|
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); }
|
|
911
|
-
function
|
|
928
|
+
function SvgIconSend(props) {
|
|
912
929
|
return /*#__PURE__*/React.createElement("svg", _extends$8({
|
|
913
930
|
xmlns: "http://www.w3.org/2000/svg",
|
|
914
931
|
viewBox: "0 0 64 64"
|
|
915
932
|
}, props), _path$6 || (_path$6 = /*#__PURE__*/React.createElement("path", {
|
|
916
|
-
className: "icon-
|
|
917
|
-
d: "
|
|
933
|
+
className: "icon-send_svg__fill",
|
|
934
|
+
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",
|
|
918
935
|
fill: "#000",
|
|
919
936
|
fillRule: "evenodd"
|
|
920
937
|
})));
|
|
@@ -922,13 +939,13 @@ function SvgIconSearch(props) {
|
|
|
922
939
|
|
|
923
940
|
var _path$5;
|
|
924
941
|
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); }
|
|
925
|
-
function
|
|
942
|
+
function SvgIconSettingsFilled(props) {
|
|
926
943
|
return /*#__PURE__*/React.createElement("svg", _extends$7({
|
|
927
944
|
xmlns: "http://www.w3.org/2000/svg",
|
|
928
945
|
viewBox: "0 0 64 64"
|
|
929
946
|
}, props), _path$5 || (_path$5 = /*#__PURE__*/React.createElement("path", {
|
|
930
|
-
className: "icon-
|
|
931
|
-
d: "
|
|
947
|
+
className: "icon-settings-filled_svg__fill",
|
|
948
|
+
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",
|
|
932
949
|
fill: "#000",
|
|
933
950
|
fillRule: "evenodd"
|
|
934
951
|
})));
|
|
@@ -936,13 +953,13 @@ function SvgIconSend(props) {
|
|
|
936
953
|
|
|
937
954
|
var _path$4;
|
|
938
955
|
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); }
|
|
939
|
-
function
|
|
956
|
+
function SvgIconSpinner(props) {
|
|
940
957
|
return /*#__PURE__*/React.createElement("svg", _extends$6({
|
|
941
958
|
xmlns: "http://www.w3.org/2000/svg",
|
|
942
959
|
viewBox: "0 0 64 64"
|
|
943
960
|
}, props), _path$4 || (_path$4 = /*#__PURE__*/React.createElement("path", {
|
|
944
|
-
className: "icon-
|
|
945
|
-
d: "M32
|
|
961
|
+
className: "icon-spinner_svg__fill",
|
|
962
|
+
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",
|
|
946
963
|
fill: "#000",
|
|
947
964
|
fillRule: "evenodd"
|
|
948
965
|
})));
|
|
@@ -950,29 +967,33 @@ function SvgIconSettingsFilled(props) {
|
|
|
950
967
|
|
|
951
968
|
var _path$3;
|
|
952
969
|
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); }
|
|
953
|
-
function
|
|
970
|
+
function SvgIconSupergroup(props) {
|
|
954
971
|
return /*#__PURE__*/React.createElement("svg", _extends$5({
|
|
955
972
|
xmlns: "http://www.w3.org/2000/svg",
|
|
956
973
|
viewBox: "0 0 64 64"
|
|
957
974
|
}, props), _path$3 || (_path$3 = /*#__PURE__*/React.createElement("path", {
|
|
958
|
-
className: "icon-
|
|
959
|
-
d: "
|
|
975
|
+
className: "icon-supergroup_svg__fill",
|
|
976
|
+
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",
|
|
960
977
|
fill: "#000",
|
|
961
978
|
fillRule: "evenodd"
|
|
962
979
|
})));
|
|
963
980
|
}
|
|
964
981
|
|
|
965
|
-
var _path$2;
|
|
982
|
+
var _path$2, _path2;
|
|
966
983
|
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); }
|
|
967
|
-
function
|
|
984
|
+
function SvgIconThread(props) {
|
|
968
985
|
return /*#__PURE__*/React.createElement("svg", _extends$4({
|
|
969
|
-
|
|
970
|
-
|
|
986
|
+
viewBox: "0 0 64 64",
|
|
987
|
+
fill: "none",
|
|
988
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
971
989
|
}, props), _path$2 || (_path$2 = /*#__PURE__*/React.createElement("path", {
|
|
972
|
-
className: "icon-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
990
|
+
className: "icon-thread_svg__fill",
|
|
991
|
+
clipRule: "evenodd",
|
|
992
|
+
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"
|
|
993
|
+
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
|
994
|
+
className: "icon-thread_svg__fill",
|
|
995
|
+
clipRule: "evenodd",
|
|
996
|
+
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"
|
|
976
997
|
})));
|
|
977
998
|
}
|
|
978
999
|
|
|
@@ -1174,6 +1195,8 @@ function changeTypeToIconComponent(type) {
|
|
|
1174
1195
|
return /*#__PURE__*/React__default.createElement(SvgIconSpinner, null);
|
|
1175
1196
|
case Types.SUPERGROUP:
|
|
1176
1197
|
return /*#__PURE__*/React__default.createElement(SvgIconSupergroup, null);
|
|
1198
|
+
case Types.THREAD:
|
|
1199
|
+
return /*#__PURE__*/React__default.createElement(SvgIconThread, null);
|
|
1177
1200
|
case Types.THUMBNAIL_NONE:
|
|
1178
1201
|
return /*#__PURE__*/React__default.createElement(SvgIconThumbnailNone, null);
|
|
1179
1202
|
case Types.TOGGLE_OFF:
|