From 6b93125b5dc417968e3e76d2f490ca0c5f6182d8 Mon Sep 17 00:00:00 2001 From: sayimburak Date: Wed, 13 Aug 2025 16:44:01 +0300 Subject: [PATCH] [auth] add custom icon for RaiderIO - Added Raider.IO SVG icon. - Updated custom-icons.json to include the new icon. Raider.IO is a platform that tracks World of Warcraft players' performance. --- .../assets/custom-icons/_data/custom-icons.json | 7 +++++++ .../assets/custom-icons/icons/raider_io.svg | 17 +++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 mobile/apps/auth/assets/custom-icons/icons/raider_io.svg diff --git a/mobile/apps/auth/assets/custom-icons/_data/custom-icons.json b/mobile/apps/auth/assets/custom-icons/_data/custom-icons.json index 4ef6f6694c..1bc6884c6b 100644 --- a/mobile/apps/auth/assets/custom-icons/_data/custom-icons.json +++ b/mobile/apps/auth/assets/custom-icons/_data/custom-icons.json @@ -1358,6 +1358,13 @@ "r10.net" ] }, + { + "title": "RaiderIO", + "slug": "raider_io", + "altNames": [ + "raider.io" + ] + }, { "title": "Raindrop.io", "slug": "raindrop_io", diff --git a/mobile/apps/auth/assets/custom-icons/icons/raider_io.svg b/mobile/apps/auth/assets/custom-icons/icons/raider_io.svg new file mode 100644 index 0000000000..56b9849f6f --- /dev/null +++ b/mobile/apps/auth/assets/custom-icons/icons/raider_io.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file