From 5d3ace83e3cbc5b15f3eebe1cc2a516c3154e7e6 Mon Sep 17 00:00:00 2001
From: wolfsyncc <114531665+wolfsyncc@users.noreply.github.com>
Date: Mon, 13 Nov 2023 16:25:02 +0000
Subject: [PATCH] a bunch of new things and remade icon
---
README.md | 4 +-
...developer.svg => badgeActiveDeveloper.svg} | 0
badges/badgeBoosting.svg | 87 +++++++++++++++++++
badges/badgeBotSlashCommandSupport.svg | 5 ++
badges/badgeBotUsesAutomod.svg | 19 ++++
badges/badgeBugHunter.svg | 4 +
badges/badgeBugHunterGolden.svg | 11 +++
badges/{staff.svg => badgeDiscordStaff.svg} | 0
badges/badgeEarlySupporter.svg | 19 ++++
badges/badgeEarlyVerifiedBotDeveloper.svg | 3 +
badges/badgeHypesquadEvents.svg | 4 +
badges/badgeHypesquadHouseOfBalance.svg | 3 +
badges/badgeHypesquadHouseOfBravery.svg | 3 +
badges/badgeHypesquadHouseOfBrilliance.svg | 3 +
...r.svg => badgeModeratorProgramsAlumni.svg} | 0
badges/badgeNewMember (Chat).svg | 6 ++
badges/badgeNitro.svg | 13 +++
badges/badgeOriginallyKnownAs.svg | 4 +
badges/badgePartneredServerOwner.svg | 4 +
badges/badgeServer.svg | 65 ++++++++++++++
data/errors.txt | 1 +
data/loadingmessages.txt | 7 +-
icon.svg | 1 +
icons/other/connections/Type=Battle.net.svg | 3 +
icons/other/connections/Type=Crunchyroll.svg | 4 +
icons/other/connections/Type=Ebay.svg | 7 ++
icons/other/connections/Type=EpicGames.svg | 9 ++
icons/other/connections/Type=Facebook.svg | 4 +
icons/other/connections/Type=GitHub.svg | 3 +
icons/other/connections/Type=Instagram.svg | 14 +++
.../connections/Type=LeagueOfLegends.svg | 3 +
icons/other/connections/Type=PayPal.svg | 5 ++
icons/other/connections/Type=Playstation.svg | 3 +
icons/other/connections/Type=Reddit.svg | 4 +
icons/other/connections/Type=RiotGames.svg | 4 +
icons/other/connections/Type=Spotify.svg | 3 +
icons/other/connections/Type=Steam.svg | 3 +
icons/other/connections/Type=TikTok.svg | 10 +++
icons/other/connections/Type=Twitch.svg | 6 ++
icons/other/connections/Type=Twitter.svg | 3 +
icons/other/connections/Type=Xbox.svg | 3 +
icons/other/connections/Type=YouTube.svg | 4 +
icons/other/iconBirthday.svg | 4 +
icons/other/iconFilter.svg | 3 +
icons/other/iconFolder.svg | 3 +
icons/other/iconHelp.svg | 3 +
icons/other/iconInbox.svg | 3 +
icons/other/iconMail.svg | 4 +
icons/other/iconMessage.svg | 3 +
icons/other/iconNewGroupDM.svg | 3 +
icons/other/iconOpenExternal.svg | 3 +
icons/other/iconPause.svg | 3 +
icons/other/iconReplay.svg | 3 +
icons/other/iconResume.svg | 3 +
icons/other/iconRichPresence.svg | 3 +
icons/other/iconStar.svg | 3 +
icons/other/iconStarFull.svg | 4 +
icons/other/iconSwitchAccount.svg | 4 +
icons/other/iconUpdate.svg | 3 +
icons/other/iconUpdateDownloading.svg | 11 +++
icons/other/iconUser.svg | 3 +
icons/other/statusDoNotDisturb.svg | 3 +
icons/other/statusIdle.svg | 3 +
icons/other/statusInvisible.svg | 3 +
icons/other/statusMobile.svg | 3 +
icons/other/statusOnline.svg | 3 +
icons/other/statusStreaming.svg | 3 +
67 files changed, 446 insertions(+), 2 deletions(-)
rename badges/{developer.svg => badgeActiveDeveloper.svg} (100%)
create mode 100644 badges/badgeBoosting.svg
create mode 100644 badges/badgeBotSlashCommandSupport.svg
create mode 100644 badges/badgeBotUsesAutomod.svg
create mode 100644 badges/badgeBugHunter.svg
create mode 100644 badges/badgeBugHunterGolden.svg
rename badges/{staff.svg => badgeDiscordStaff.svg} (100%)
create mode 100644 badges/badgeEarlySupporter.svg
create mode 100644 badges/badgeEarlyVerifiedBotDeveloper.svg
create mode 100644 badges/badgeHypesquadEvents.svg
create mode 100644 badges/badgeHypesquadHouseOfBalance.svg
create mode 100644 badges/badgeHypesquadHouseOfBravery.svg
create mode 100644 badges/badgeHypesquadHouseOfBrilliance.svg
rename badges/{moderator.svg => badgeModeratorProgramsAlumni.svg} (100%)
create mode 100644 badges/badgeNewMember (Chat).svg
create mode 100644 badges/badgeNitro.svg
create mode 100644 badges/badgeOriginallyKnownAs.svg
create mode 100644 badges/badgePartneredServerOwner.svg
create mode 100644 badges/badgeServer.svg
create mode 100644 data/errors.txt
create mode 100644 icon.svg
create mode 100644 icons/other/connections/Type=Battle.net.svg
create mode 100644 icons/other/connections/Type=Crunchyroll.svg
create mode 100644 icons/other/connections/Type=Ebay.svg
create mode 100644 icons/other/connections/Type=EpicGames.svg
create mode 100644 icons/other/connections/Type=Facebook.svg
create mode 100644 icons/other/connections/Type=GitHub.svg
create mode 100644 icons/other/connections/Type=Instagram.svg
create mode 100644 icons/other/connections/Type=LeagueOfLegends.svg
create mode 100644 icons/other/connections/Type=PayPal.svg
create mode 100644 icons/other/connections/Type=Playstation.svg
create mode 100644 icons/other/connections/Type=Reddit.svg
create mode 100644 icons/other/connections/Type=RiotGames.svg
create mode 100644 icons/other/connections/Type=Spotify.svg
create mode 100644 icons/other/connections/Type=Steam.svg
create mode 100644 icons/other/connections/Type=TikTok.svg
create mode 100644 icons/other/connections/Type=Twitch.svg
create mode 100644 icons/other/connections/Type=Twitter.svg
create mode 100644 icons/other/connections/Type=Xbox.svg
create mode 100644 icons/other/connections/Type=YouTube.svg
create mode 100644 icons/other/iconBirthday.svg
create mode 100644 icons/other/iconFilter.svg
create mode 100644 icons/other/iconFolder.svg
create mode 100644 icons/other/iconHelp.svg
create mode 100644 icons/other/iconInbox.svg
create mode 100644 icons/other/iconMail.svg
create mode 100644 icons/other/iconMessage.svg
create mode 100644 icons/other/iconNewGroupDM.svg
create mode 100644 icons/other/iconOpenExternal.svg
create mode 100644 icons/other/iconPause.svg
create mode 100644 icons/other/iconReplay.svg
create mode 100644 icons/other/iconResume.svg
create mode 100644 icons/other/iconRichPresence.svg
create mode 100644 icons/other/iconStar.svg
create mode 100644 icons/other/iconStarFull.svg
create mode 100644 icons/other/iconSwitchAccount.svg
create mode 100644 icons/other/iconUpdate.svg
create mode 100644 icons/other/iconUpdateDownloading.svg
create mode 100644 icons/other/iconUser.svg
create mode 100644 icons/other/statusDoNotDisturb.svg
create mode 100644 icons/other/statusIdle.svg
create mode 100644 icons/other/statusInvisible.svg
create mode 100644 icons/other/statusMobile.svg
create mode 100644 icons/other/statusOnline.svg
create mode 100644 icons/other/statusStreaming.svg
diff --git a/README.md b/README.md
index 26d6bca..9176950 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,3 @@
-# PenguCord
\ No newline at end of file
+# PenguCord
+
+my balls itch
\ No newline at end of file
diff --git a/badges/developer.svg b/badges/badgeActiveDeveloper.svg
similarity index 100%
rename from badges/developer.svg
rename to badges/badgeActiveDeveloper.svg
diff --git a/badges/badgeBoosting.svg b/badges/badgeBoosting.svg
new file mode 100644
index 0000000..1852e8b
--- /dev/null
+++ b/badges/badgeBoosting.svg
@@ -0,0 +1,87 @@
+
diff --git a/badges/badgeBotSlashCommandSupport.svg b/badges/badgeBotSlashCommandSupport.svg
new file mode 100644
index 0000000..bef0a7c
--- /dev/null
+++ b/badges/badgeBotSlashCommandSupport.svg
@@ -0,0 +1,5 @@
+
diff --git a/badges/badgeBotUsesAutomod.svg b/badges/badgeBotUsesAutomod.svg
new file mode 100644
index 0000000..0a5c26d
--- /dev/null
+++ b/badges/badgeBotUsesAutomod.svg
@@ -0,0 +1,19 @@
+
diff --git a/badges/badgeBugHunter.svg b/badges/badgeBugHunter.svg
new file mode 100644
index 0000000..d61b652
--- /dev/null
+++ b/badges/badgeBugHunter.svg
@@ -0,0 +1,4 @@
+
diff --git a/badges/badgeBugHunterGolden.svg b/badges/badgeBugHunterGolden.svg
new file mode 100644
index 0000000..bde184a
--- /dev/null
+++ b/badges/badgeBugHunterGolden.svg
@@ -0,0 +1,11 @@
+
diff --git a/badges/staff.svg b/badges/badgeDiscordStaff.svg
similarity index 100%
rename from badges/staff.svg
rename to badges/badgeDiscordStaff.svg
diff --git a/badges/badgeEarlySupporter.svg b/badges/badgeEarlySupporter.svg
new file mode 100644
index 0000000..04b5105
--- /dev/null
+++ b/badges/badgeEarlySupporter.svg
@@ -0,0 +1,19 @@
+
diff --git a/badges/badgeEarlyVerifiedBotDeveloper.svg b/badges/badgeEarlyVerifiedBotDeveloper.svg
new file mode 100644
index 0000000..4d9a9a3
--- /dev/null
+++ b/badges/badgeEarlyVerifiedBotDeveloper.svg
@@ -0,0 +1,3 @@
+
diff --git a/badges/badgeHypesquadEvents.svg b/badges/badgeHypesquadEvents.svg
new file mode 100644
index 0000000..7c4fccd
--- /dev/null
+++ b/badges/badgeHypesquadEvents.svg
@@ -0,0 +1,4 @@
+
diff --git a/badges/badgeHypesquadHouseOfBalance.svg b/badges/badgeHypesquadHouseOfBalance.svg
new file mode 100644
index 0000000..0828e99
--- /dev/null
+++ b/badges/badgeHypesquadHouseOfBalance.svg
@@ -0,0 +1,3 @@
+
diff --git a/badges/badgeHypesquadHouseOfBravery.svg b/badges/badgeHypesquadHouseOfBravery.svg
new file mode 100644
index 0000000..088267e
--- /dev/null
+++ b/badges/badgeHypesquadHouseOfBravery.svg
@@ -0,0 +1,3 @@
+
diff --git a/badges/badgeHypesquadHouseOfBrilliance.svg b/badges/badgeHypesquadHouseOfBrilliance.svg
new file mode 100644
index 0000000..3815f20
--- /dev/null
+++ b/badges/badgeHypesquadHouseOfBrilliance.svg
@@ -0,0 +1,3 @@
+
diff --git a/badges/moderator.svg b/badges/badgeModeratorProgramsAlumni.svg
similarity index 100%
rename from badges/moderator.svg
rename to badges/badgeModeratorProgramsAlumni.svg
diff --git a/badges/badgeNewMember (Chat).svg b/badges/badgeNewMember (Chat).svg
new file mode 100644
index 0000000..73d9bdd
--- /dev/null
+++ b/badges/badgeNewMember (Chat).svg
@@ -0,0 +1,6 @@
+
diff --git a/badges/badgeNitro.svg b/badges/badgeNitro.svg
new file mode 100644
index 0000000..3e46b38
--- /dev/null
+++ b/badges/badgeNitro.svg
@@ -0,0 +1,13 @@
+
diff --git a/badges/badgeOriginallyKnownAs.svg b/badges/badgeOriginallyKnownAs.svg
new file mode 100644
index 0000000..ffe5075
--- /dev/null
+++ b/badges/badgeOriginallyKnownAs.svg
@@ -0,0 +1,4 @@
+
diff --git a/badges/badgePartneredServerOwner.svg b/badges/badgePartneredServerOwner.svg
new file mode 100644
index 0000000..ff5dcf6
--- /dev/null
+++ b/badges/badgePartneredServerOwner.svg
@@ -0,0 +1,4 @@
+
diff --git a/badges/badgeServer.svg b/badges/badgeServer.svg
new file mode 100644
index 0000000..65cf8be
--- /dev/null
+++ b/badges/badgeServer.svg
@@ -0,0 +1,65 @@
+
diff --git a/data/errors.txt b/data/errors.txt
new file mode 100644
index 0000000..36ff644
--- /dev/null
+++ b/data/errors.txt
@@ -0,0 +1 @@
+something wrong happened :(
\ No newline at end of file
diff --git a/data/loadingmessages.txt b/data/loadingmessages.txt
index 8bdf2c8..ccb7cd0 100644
--- a/data/loadingmessages.txt
+++ b/data/loadingmessages.txt
@@ -26,4 +26,9 @@ i am heavy weapons guy
when will i be freed from the basement?
penguinmod more like stinkymod
aaaaaaaaaaaaaaaaaaaaaaaaaahhhhhhhhhhhhhhhh
-jerma
\ No newline at end of file
+jerma isnt real
+no, that would be your mother
+pengucord more like uhhhhh ummmmm uhhhh errrmmmmm uhhhhh
+check out pengutube, its made by one of the developers
+the icon was made by quzama
+you might be the first or last to ever see this message
\ No newline at end of file
diff --git a/icon.svg b/icon.svg
new file mode 100644
index 0000000..7689d9e
--- /dev/null
+++ b/icon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/icons/other/connections/Type=Battle.net.svg b/icons/other/connections/Type=Battle.net.svg
new file mode 100644
index 0000000..1c2150f
--- /dev/null
+++ b/icons/other/connections/Type=Battle.net.svg
@@ -0,0 +1,3 @@
+
diff --git a/icons/other/connections/Type=Crunchyroll.svg b/icons/other/connections/Type=Crunchyroll.svg
new file mode 100644
index 0000000..3400fde
--- /dev/null
+++ b/icons/other/connections/Type=Crunchyroll.svg
@@ -0,0 +1,4 @@
+
diff --git a/icons/other/connections/Type=Ebay.svg b/icons/other/connections/Type=Ebay.svg
new file mode 100644
index 0000000..4fae0fd
--- /dev/null
+++ b/icons/other/connections/Type=Ebay.svg
@@ -0,0 +1,7 @@
+
diff --git a/icons/other/connections/Type=EpicGames.svg b/icons/other/connections/Type=EpicGames.svg
new file mode 100644
index 0000000..0accd2b
--- /dev/null
+++ b/icons/other/connections/Type=EpicGames.svg
@@ -0,0 +1,9 @@
+
diff --git a/icons/other/connections/Type=Facebook.svg b/icons/other/connections/Type=Facebook.svg
new file mode 100644
index 0000000..3e044f1
--- /dev/null
+++ b/icons/other/connections/Type=Facebook.svg
@@ -0,0 +1,4 @@
+
diff --git a/icons/other/connections/Type=GitHub.svg b/icons/other/connections/Type=GitHub.svg
new file mode 100644
index 0000000..ebf3bd0
--- /dev/null
+++ b/icons/other/connections/Type=GitHub.svg
@@ -0,0 +1,3 @@
+
diff --git a/icons/other/connections/Type=Instagram.svg b/icons/other/connections/Type=Instagram.svg
new file mode 100644
index 0000000..d117147
--- /dev/null
+++ b/icons/other/connections/Type=Instagram.svg
@@ -0,0 +1,14 @@
+
diff --git a/icons/other/connections/Type=LeagueOfLegends.svg b/icons/other/connections/Type=LeagueOfLegends.svg
new file mode 100644
index 0000000..bd97fc1
--- /dev/null
+++ b/icons/other/connections/Type=LeagueOfLegends.svg
@@ -0,0 +1,3 @@
+
diff --git a/icons/other/connections/Type=PayPal.svg b/icons/other/connections/Type=PayPal.svg
new file mode 100644
index 0000000..760bd30
--- /dev/null
+++ b/icons/other/connections/Type=PayPal.svg
@@ -0,0 +1,5 @@
+
diff --git a/icons/other/connections/Type=Playstation.svg b/icons/other/connections/Type=Playstation.svg
new file mode 100644
index 0000000..3d59bcf
--- /dev/null
+++ b/icons/other/connections/Type=Playstation.svg
@@ -0,0 +1,3 @@
+
diff --git a/icons/other/connections/Type=Reddit.svg b/icons/other/connections/Type=Reddit.svg
new file mode 100644
index 0000000..f037c1d
--- /dev/null
+++ b/icons/other/connections/Type=Reddit.svg
@@ -0,0 +1,4 @@
+
diff --git a/icons/other/connections/Type=RiotGames.svg b/icons/other/connections/Type=RiotGames.svg
new file mode 100644
index 0000000..c04318e
--- /dev/null
+++ b/icons/other/connections/Type=RiotGames.svg
@@ -0,0 +1,4 @@
+
diff --git a/icons/other/connections/Type=Spotify.svg b/icons/other/connections/Type=Spotify.svg
new file mode 100644
index 0000000..af04ca2
--- /dev/null
+++ b/icons/other/connections/Type=Spotify.svg
@@ -0,0 +1,3 @@
+
diff --git a/icons/other/connections/Type=Steam.svg b/icons/other/connections/Type=Steam.svg
new file mode 100644
index 0000000..5137ae6
--- /dev/null
+++ b/icons/other/connections/Type=Steam.svg
@@ -0,0 +1,3 @@
+
diff --git a/icons/other/connections/Type=TikTok.svg b/icons/other/connections/Type=TikTok.svg
new file mode 100644
index 0000000..1da8586
--- /dev/null
+++ b/icons/other/connections/Type=TikTok.svg
@@ -0,0 +1,10 @@
+
diff --git a/icons/other/connections/Type=Twitch.svg b/icons/other/connections/Type=Twitch.svg
new file mode 100644
index 0000000..48097cb
--- /dev/null
+++ b/icons/other/connections/Type=Twitch.svg
@@ -0,0 +1,6 @@
+
diff --git a/icons/other/connections/Type=Twitter.svg b/icons/other/connections/Type=Twitter.svg
new file mode 100644
index 0000000..3ca8565
--- /dev/null
+++ b/icons/other/connections/Type=Twitter.svg
@@ -0,0 +1,3 @@
+
diff --git a/icons/other/connections/Type=Xbox.svg b/icons/other/connections/Type=Xbox.svg
new file mode 100644
index 0000000..e4e6739
--- /dev/null
+++ b/icons/other/connections/Type=Xbox.svg
@@ -0,0 +1,3 @@
+
diff --git a/icons/other/connections/Type=YouTube.svg b/icons/other/connections/Type=YouTube.svg
new file mode 100644
index 0000000..4b2a513
--- /dev/null
+++ b/icons/other/connections/Type=YouTube.svg
@@ -0,0 +1,4 @@
+
diff --git a/icons/other/iconBirthday.svg b/icons/other/iconBirthday.svg
new file mode 100644
index 0000000..b66eb49
--- /dev/null
+++ b/icons/other/iconBirthday.svg
@@ -0,0 +1,4 @@
+
diff --git a/icons/other/iconFilter.svg b/icons/other/iconFilter.svg
new file mode 100644
index 0000000..e84dec5
--- /dev/null
+++ b/icons/other/iconFilter.svg
@@ -0,0 +1,3 @@
+
diff --git a/icons/other/iconFolder.svg b/icons/other/iconFolder.svg
new file mode 100644
index 0000000..0702b7c
--- /dev/null
+++ b/icons/other/iconFolder.svg
@@ -0,0 +1,3 @@
+
diff --git a/icons/other/iconHelp.svg b/icons/other/iconHelp.svg
new file mode 100644
index 0000000..c228278
--- /dev/null
+++ b/icons/other/iconHelp.svg
@@ -0,0 +1,3 @@
+
diff --git a/icons/other/iconInbox.svg b/icons/other/iconInbox.svg
new file mode 100644
index 0000000..69eabfb
--- /dev/null
+++ b/icons/other/iconInbox.svg
@@ -0,0 +1,3 @@
+
diff --git a/icons/other/iconMail.svg b/icons/other/iconMail.svg
new file mode 100644
index 0000000..048494a
--- /dev/null
+++ b/icons/other/iconMail.svg
@@ -0,0 +1,4 @@
+
diff --git a/icons/other/iconMessage.svg b/icons/other/iconMessage.svg
new file mode 100644
index 0000000..8227a96
--- /dev/null
+++ b/icons/other/iconMessage.svg
@@ -0,0 +1,3 @@
+
diff --git a/icons/other/iconNewGroupDM.svg b/icons/other/iconNewGroupDM.svg
new file mode 100644
index 0000000..026ed4b
--- /dev/null
+++ b/icons/other/iconNewGroupDM.svg
@@ -0,0 +1,3 @@
+
diff --git a/icons/other/iconOpenExternal.svg b/icons/other/iconOpenExternal.svg
new file mode 100644
index 0000000..f7d183a
--- /dev/null
+++ b/icons/other/iconOpenExternal.svg
@@ -0,0 +1,3 @@
+
diff --git a/icons/other/iconPause.svg b/icons/other/iconPause.svg
new file mode 100644
index 0000000..c0d5d9b
--- /dev/null
+++ b/icons/other/iconPause.svg
@@ -0,0 +1,3 @@
+
diff --git a/icons/other/iconReplay.svg b/icons/other/iconReplay.svg
new file mode 100644
index 0000000..303759a
--- /dev/null
+++ b/icons/other/iconReplay.svg
@@ -0,0 +1,3 @@
+
diff --git a/icons/other/iconResume.svg b/icons/other/iconResume.svg
new file mode 100644
index 0000000..1e1aea8
--- /dev/null
+++ b/icons/other/iconResume.svg
@@ -0,0 +1,3 @@
+
diff --git a/icons/other/iconRichPresence.svg b/icons/other/iconRichPresence.svg
new file mode 100644
index 0000000..6d1f0c3
--- /dev/null
+++ b/icons/other/iconRichPresence.svg
@@ -0,0 +1,3 @@
+
diff --git a/icons/other/iconStar.svg b/icons/other/iconStar.svg
new file mode 100644
index 0000000..da1705e
--- /dev/null
+++ b/icons/other/iconStar.svg
@@ -0,0 +1,3 @@
+
diff --git a/icons/other/iconStarFull.svg b/icons/other/iconStarFull.svg
new file mode 100644
index 0000000..4e2da29
--- /dev/null
+++ b/icons/other/iconStarFull.svg
@@ -0,0 +1,4 @@
+
diff --git a/icons/other/iconSwitchAccount.svg b/icons/other/iconSwitchAccount.svg
new file mode 100644
index 0000000..015a6af
--- /dev/null
+++ b/icons/other/iconSwitchAccount.svg
@@ -0,0 +1,4 @@
+
diff --git a/icons/other/iconUpdate.svg b/icons/other/iconUpdate.svg
new file mode 100644
index 0000000..64cbbc6
--- /dev/null
+++ b/icons/other/iconUpdate.svg
@@ -0,0 +1,3 @@
+
diff --git a/icons/other/iconUpdateDownloading.svg b/icons/other/iconUpdateDownloading.svg
new file mode 100644
index 0000000..87468c5
--- /dev/null
+++ b/icons/other/iconUpdateDownloading.svg
@@ -0,0 +1,11 @@
+
diff --git a/icons/other/iconUser.svg b/icons/other/iconUser.svg
new file mode 100644
index 0000000..d62bf59
--- /dev/null
+++ b/icons/other/iconUser.svg
@@ -0,0 +1,3 @@
+
diff --git a/icons/other/statusDoNotDisturb.svg b/icons/other/statusDoNotDisturb.svg
new file mode 100644
index 0000000..f2d6896
--- /dev/null
+++ b/icons/other/statusDoNotDisturb.svg
@@ -0,0 +1,3 @@
+
diff --git a/icons/other/statusIdle.svg b/icons/other/statusIdle.svg
new file mode 100644
index 0000000..c002963
--- /dev/null
+++ b/icons/other/statusIdle.svg
@@ -0,0 +1,3 @@
+
diff --git a/icons/other/statusInvisible.svg b/icons/other/statusInvisible.svg
new file mode 100644
index 0000000..cd8a86b
--- /dev/null
+++ b/icons/other/statusInvisible.svg
@@ -0,0 +1,3 @@
+
diff --git a/icons/other/statusMobile.svg b/icons/other/statusMobile.svg
new file mode 100644
index 0000000..ba92681
--- /dev/null
+++ b/icons/other/statusMobile.svg
@@ -0,0 +1,3 @@
+
diff --git a/icons/other/statusOnline.svg b/icons/other/statusOnline.svg
new file mode 100644
index 0000000..be50b60
--- /dev/null
+++ b/icons/other/statusOnline.svg
@@ -0,0 +1,3 @@
+
diff --git a/icons/other/statusStreaming.svg b/icons/other/statusStreaming.svg
new file mode 100644
index 0000000..c7f1a4d
--- /dev/null
+++ b/icons/other/statusStreaming.svg
@@ -0,0 +1,3 @@
+