From 4102b69ca4c9256d921060647c2a00cd1e434ced Mon Sep 17 00:00:00 2001
From: nizune <9-nizune@users.noreply.gitlab.insrt.uk>
Date: Sun, 27 Jun 2021 12:17:59 +0200
Subject: [PATCH] Update: Changed icon pack to Boxicons
---
src/components/common/ChannelIcon.tsx | 4 +--
src/components/common/ServerHeader.tsx | 4 +--
.../common/messaging/MessageBox.tsx | 2 +-
.../attachments/AttachmentActions.tsx | 16 +++++-----
.../messaging/attachments/MessageReply.tsx | 6 ++--
.../common/messaging/bars/FilePreview.tsx | 4 +--
.../common/messaging/bars/JumpToBottom.tsx | 4 +--
.../common/messaging/bars/ReplyBar.tsx | 6 ++--
.../messaging/embed/EmbedMediaActions.tsx | 4 +--
src/components/common/user/UserHeader.tsx | 4 +--
src/components/common/user/UserIcon.tsx | 4 +--
.../navigation/BottomNavigation.tsx | 6 ++--
.../navigation/items/ButtonItem.tsx | 4 +--
.../navigation/left/HomeSidebar.tsx | 6 ++--
.../navigation/left/ServerListSidebar.tsx | 6 ++--
src/components/ui/Category.tsx | 2 +-
src/components/ui/Checkbox.tsx | 3 +-
src/components/ui/ColourSwatches.tsx | 7 ++--
src/components/ui/IconButton.tsx | 4 +--
src/components/ui/Radio.tsx | 6 ++--
src/components/ui/Tip.tsx | 4 +--
.../intermediate/popovers/ChannelInfo.tsx | 2 +-
.../intermediate/popovers/UserProfile.tsx | 11 +++----
src/context/revoltjs/FileUploads.tsx | 2 +-
src/context/revoltjs/RequiresOnline.tsx | 2 +-
src/lib/ContextMenus.tsx | 9 +++---
src/pages/channels/ChannelHeader.tsx | 10 +++---
src/pages/channels/actions/HeaderActions.tsx | 6 ++--
src/pages/channels/voice/VoiceHeader.tsx | 6 ++--
src/pages/friends/Friend.tsx | 4 +--
src/pages/friends/Friends.tsx | 2 +-
src/pages/invite/Invite.tsx | 4 +--
src/pages/login/forms/Form.tsx | 4 +--
src/pages/settings/ChannelSettings.tsx | 4 +--
src/pages/settings/GenericSettings.tsx | 4 +--
src/pages/settings/ServerSettings.tsx | 11 ++++---
src/pages/settings/Settings.tsx | 32 +++++++++----------
src/pages/settings/panes/Account.tsx | 6 ++--
src/pages/settings/panes/Sessions.tsx | 2 +-
src/pages/settings/server/Invites.tsx | 2 +-
40 files changed, 113 insertions(+), 116 deletions(-)
diff --git a/src/components/common/ChannelIcon.tsx b/src/components/common/ChannelIcon.tsx
index fb4d1a50..c0d596ed 100644
--- a/src/components/common/ChannelIcon.tsx
+++ b/src/components/common/ChannelIcon.tsx
@@ -1,6 +1,6 @@
import { useContext } from "preact/hooks";
import { Channels } from "revolt.js/dist/api/objects";
-import { Hash, Volume2 } from "@styled-icons/feather";
+import { Hash, VolumeFull } from "@styled-icons/boxicons-regular";
import { ImageIconBase, IconBaseProps } from "./IconBase";
import { AppContext } from "../../context/revoltjs/RevoltClient";
@@ -21,7 +21,7 @@ export default function ChannelIcon(props: Props & Omit