From ad43bd0789a005d41761c6a8d33bd8c8e72d7722 Mon Sep 17 00:00:00 2001 From: dperolio Date: Tue, 1 Mar 2022 18:04:48 -0500 Subject: [PATCH] add missing discord svg icon assets --- assets/svgs/AllChannels.svg | 3 +++ assets/svgs/ApplicationContextCommand.svg | 3 +++ assets/svgs/BoostedGuildTier2.svg | 3 +++ assets/svgs/BoostedGuildTier3.svg | 3 +++ assets/svgs/BugCatcher.svg | 4 ++++ assets/svgs/DoubleStar.svg | 3 +++ assets/svgs/ForumPost.svg | 3 +++ assets/svgs/ForumPostLocked.svg | 4 ++++ assets/svgs/ForumPostNSFW.svg | 4 ++++ assets/svgs/GuildBoosterBadge.svg | 4 ++++ assets/svgs/GuildBoosterBadgeLevel4.svg | 5 +++++ assets/svgs/HorizontalVideoLayout.svg | 5 +++++ assets/svgs/ImageUpload.svg | 4 ++++ assets/svgs/ListAll.svg | 3 +++ assets/svgs/Location.svg | 4 ++++ assets/svgs/TextFileUpload.svg | 4 ++++ renderer/src/modules/components/Icon.jsx | 10 ++++++++-- 17 files changed, 67 insertions(+), 2 deletions(-) create mode 100644 assets/svgs/AllChannels.svg create mode 100644 assets/svgs/ApplicationContextCommand.svg create mode 100644 assets/svgs/BoostedGuildTier2.svg create mode 100644 assets/svgs/BoostedGuildTier3.svg create mode 100644 assets/svgs/BugCatcher.svg create mode 100644 assets/svgs/DoubleStar.svg create mode 100644 assets/svgs/ForumPost.svg create mode 100644 assets/svgs/ForumPostLocked.svg create mode 100644 assets/svgs/ForumPostNSFW.svg create mode 100644 assets/svgs/GuildBoosterBadge.svg create mode 100644 assets/svgs/GuildBoosterBadgeLevel4.svg create mode 100644 assets/svgs/HorizontalVideoLayout.svg create mode 100644 assets/svgs/ImageUpload.svg create mode 100644 assets/svgs/ListAll.svg create mode 100644 assets/svgs/Location.svg create mode 100644 assets/svgs/TextFileUpload.svg diff --git a/assets/svgs/AllChannels.svg b/assets/svgs/AllChannels.svg new file mode 100644 index 00000000..6459dc57 --- /dev/null +++ b/assets/svgs/AllChannels.svg @@ -0,0 +1,3 @@ + + + diff --git a/assets/svgs/ApplicationContextCommand.svg b/assets/svgs/ApplicationContextCommand.svg new file mode 100644 index 00000000..b4e2bb15 --- /dev/null +++ b/assets/svgs/ApplicationContextCommand.svg @@ -0,0 +1,3 @@ + + + diff --git a/assets/svgs/BoostedGuildTier2.svg b/assets/svgs/BoostedGuildTier2.svg new file mode 100644 index 00000000..46fe10b7 --- /dev/null +++ b/assets/svgs/BoostedGuildTier2.svg @@ -0,0 +1,3 @@ + + + diff --git a/assets/svgs/BoostedGuildTier3.svg b/assets/svgs/BoostedGuildTier3.svg new file mode 100644 index 00000000..93bc08c8 --- /dev/null +++ b/assets/svgs/BoostedGuildTier3.svg @@ -0,0 +1,3 @@ + + + diff --git a/assets/svgs/BugCatcher.svg b/assets/svgs/BugCatcher.svg new file mode 100644 index 00000000..75016bc3 --- /dev/null +++ b/assets/svgs/BugCatcher.svg @@ -0,0 +1,4 @@ + + + + diff --git a/assets/svgs/DoubleStar.svg b/assets/svgs/DoubleStar.svg new file mode 100644 index 00000000..7e8a346a --- /dev/null +++ b/assets/svgs/DoubleStar.svg @@ -0,0 +1,3 @@ + + + diff --git a/assets/svgs/ForumPost.svg b/assets/svgs/ForumPost.svg new file mode 100644 index 00000000..fcca55c5 --- /dev/null +++ b/assets/svgs/ForumPost.svg @@ -0,0 +1,3 @@ + + + diff --git a/assets/svgs/ForumPostLocked.svg b/assets/svgs/ForumPostLocked.svg new file mode 100644 index 00000000..0901aa35 --- /dev/null +++ b/assets/svgs/ForumPostLocked.svg @@ -0,0 +1,4 @@ + + + + diff --git a/assets/svgs/ForumPostNSFW.svg b/assets/svgs/ForumPostNSFW.svg new file mode 100644 index 00000000..785ec203 --- /dev/null +++ b/assets/svgs/ForumPostNSFW.svg @@ -0,0 +1,4 @@ + + + + diff --git a/assets/svgs/GuildBoosterBadge.svg b/assets/svgs/GuildBoosterBadge.svg new file mode 100644 index 00000000..8cc86080 --- /dev/null +++ b/assets/svgs/GuildBoosterBadge.svg @@ -0,0 +1,4 @@ + + + + diff --git a/assets/svgs/GuildBoosterBadgeLevel4.svg b/assets/svgs/GuildBoosterBadgeLevel4.svg new file mode 100644 index 00000000..b53a648e --- /dev/null +++ b/assets/svgs/GuildBoosterBadgeLevel4.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/assets/svgs/HorizontalVideoLayout.svg b/assets/svgs/HorizontalVideoLayout.svg new file mode 100644 index 00000000..6196464f --- /dev/null +++ b/assets/svgs/HorizontalVideoLayout.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/assets/svgs/ImageUpload.svg b/assets/svgs/ImageUpload.svg new file mode 100644 index 00000000..a4a32ce3 --- /dev/null +++ b/assets/svgs/ImageUpload.svg @@ -0,0 +1,4 @@ + + + + diff --git a/assets/svgs/ListAll.svg b/assets/svgs/ListAll.svg new file mode 100644 index 00000000..6459dc57 --- /dev/null +++ b/assets/svgs/ListAll.svg @@ -0,0 +1,3 @@ + + + diff --git a/assets/svgs/Location.svg b/assets/svgs/Location.svg new file mode 100644 index 00000000..965839d9 --- /dev/null +++ b/assets/svgs/Location.svg @@ -0,0 +1,4 @@ + + + + diff --git a/assets/svgs/TextFileUpload.svg b/assets/svgs/TextFileUpload.svg new file mode 100644 index 00000000..fb270f8d --- /dev/null +++ b/assets/svgs/TextFileUpload.svg @@ -0,0 +1,4 @@ + + + + diff --git a/renderer/src/modules/components/Icon.jsx b/renderer/src/modules/components/Icon.jsx index 87f275ca..3315342f 100644 --- a/renderer/src/modules/components/Icon.jsx +++ b/renderer/src/modules/components/Icon.jsx @@ -112,6 +112,7 @@ export const Icons = {}; 'MegaphoneNSFW', 'MultipleChoice', 'NitroWheel2', + 'NitroStackedLeftAlignedIcon', 'NSFWAnnouncementThreadIcon', 'NSFWThreadIcon', 'PlatformSpotify', @@ -148,7 +149,12 @@ export const Icons = {}; 'BoostedGuildTier1', 'HubBadge', 'GuildBoostingLogoCentered', - 'DiscordLogoLockup' + 'DiscordLogoLockup', + 'ForumPostLockedIcon', + 'ForumPostIcon', + 'AllChannelsIcon', + 'DoubleStarIcon', + 'ForumPostNSFWIcon' ]; const registry = getModules(m => typeof m === 'function' && m.toString()?.indexOf('"currentColor"') !== -1); @@ -202,7 +208,7 @@ export const Icons = {}; icon: 'uwu', timeout: false, content: - + {missing.map(icon => )} });