From f04d5625b6bf4087d3ebe98ad5180448914f6ba2 Mon Sep 17 00:00:00 2001 From: PratyushJayachandran <35000807+PratyushJayachandran@users.noreply.github.com> Date: Wed, 19 Jul 2023 10:22:04 -0700 Subject: [PATCH] Add Proton Calendar (#8883) * Add Proton Calendar icon #8652 * Add JSON data for Proton Calendar #8652 * Increase gap to 1px in icon * Update Proton Calendar color * Fix accidental update to Proton Mail --- _data/simple-icons.json | 5 +++++ icons/protoncalendar.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/protoncalendar.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 010ce4ce..d160955b 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -9574,6 +9574,11 @@ "hex": "6D4AFF", "source": "https://proton.me/media/kit" }, + { + "title": "Proton Calendar", + "hex": "50B0E9", + "source": "https://proton.me/media/kit" + }, { "title": "Proton Drive", "hex": "EB508D", diff --git a/icons/protoncalendar.svg b/icons/protoncalendar.svg new file mode 100644 index 00000000..e43651e4 --- /dev/null +++ b/icons/protoncalendar.svg @@ -0,0 +1 @@ +Proton Calendar \ No newline at end of file