From 1c65ce09be5083b71d606a2fdb47ea33dee39437 Mon Sep 17 00:00:00 2001 From: John Wesley Date: Sun, 16 Jul 2023 11:54:10 -0400 Subject: [PATCH] Add ReVanced icon (#8743) * Add ReVanced icon * Fix ReVanced icon not centered --- _data/simple-icons.json | 5 +++++ icons/revanced.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/revanced.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index e8caa200..c0b6a578 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -10134,6 +10134,11 @@ "hex": "CC0000", "source": "https://github.com/RetroPie/RetroPie-Docs/blob/c4e882bd2c9d740c591ff346e07a4a4cb536ca93/images/logo.svg" }, + { + "title": "ReVanced", + "hex": "9ED5FF", + "source": "https://revanced.app" + }, { "title": "reveal.js", "hex": "F2E142", diff --git a/icons/revanced.svg b/icons/revanced.svg new file mode 100644 index 00000000..f5679210 --- /dev/null +++ b/icons/revanced.svg @@ -0,0 +1 @@ +ReVanced \ No newline at end of file