From 021149ac9cc8feb6a9b5876063c81d46c79e6cd2 Mon Sep 17 00:00:00 2001 From: PratyushJayachandran <35000807+PratyushJayachandran@users.noreply.github.com> Date: Sun, 23 Jul 2023 05:23:15 -0700 Subject: [PATCH] Add Jovian icon (#8989) * Add Jovian icon * Add JSON data for Jovian --- _data/simple-icons.json | 5 +++++ icons/jovian.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/jovian.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index a3bb941b..806b29ce 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -6165,6 +6165,11 @@ "hex": "000000", "source": "https://www.nike.com/jordan" }, + { + "title": "Jovian", + "hex": "0D61FF", + "source": "https://jovian.com" + }, { "title": "JPEG", "hex": "8A8A8A", diff --git a/icons/jovian.svg b/icons/jovian.svg new file mode 100644 index 00000000..654afad9 --- /dev/null +++ b/icons/jovian.svg @@ -0,0 +1 @@ +Jovian \ No newline at end of file