From e09851196042b1a0673c3f3cc7d6302d380983f0 Mon Sep 17 00:00:00 2001 From: Shubh Date: Mon, 18 Mar 2024 09:08:31 +0530 Subject: [PATCH] [auth] add rockstar games icon (#1125) add Rockstar Games icon Signed-off-by: Shubh --- auth/assets/custom-icons/_data/custom-icons.json | 4 ++++ auth/assets/custom-icons/icons/rockstar_games.svg | 1 + 2 files changed, 5 insertions(+) create mode 100644 auth/assets/custom-icons/icons/rockstar_games.svg diff --git a/auth/assets/custom-icons/_data/custom-icons.json b/auth/assets/custom-icons/_data/custom-icons.json index b248ad8cb..489b2a7ec 100644 --- a/auth/assets/custom-icons/_data/custom-icons.json +++ b/auth/assets/custom-icons/_data/custom-icons.json @@ -267,6 +267,10 @@ "title": "Revolt", "hex": "858585" }, + { + "title": "Rockstar Games", + "slug": "rockstar_games" + }, { "title": "Rust Language Forum", "slug": "rust_language_forum", diff --git a/auth/assets/custom-icons/icons/rockstar_games.svg b/auth/assets/custom-icons/icons/rockstar_games.svg new file mode 100644 index 000000000..bf2061c2b --- /dev/null +++ b/auth/assets/custom-icons/icons/rockstar_games.svg @@ -0,0 +1 @@ + \ No newline at end of file