From ec28b38f0c42e69c877323d83aff206c91510414 Mon Sep 17 00:00:00 2001 From: Rambaud Pierrick <12rambau@users.noreply.github.com> Date: Wed, 6 Sep 2023 11:34:59 +0000 Subject: [PATCH] Add Google Earth Engine icon (#9073) * feat: add Google Earth Engine icon * fix: remove aliases * Update _data/simple-icons.json Co-authored-by: Adam Rusted --------- Co-authored-by: Adam Rusted Co-authored-by: Engin Diri --- _data/simple-icons.json | 5 +++++ icons/googleearthengine.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/googleearthengine.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index a611fa1a..717a95ac 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -5322,6 +5322,11 @@ "hex": "4285F4", "source": "https://earth.google.com/web/" }, + { + "title": "Google Earth Engine", + "hex": "4285F4", + "source": "https://github.com/simple-icons/simple-icons/issues/8912#issuecomment-1638850020" + }, { "title": "Google Fit", "hex": "4285F4", diff --git a/icons/googleearthengine.svg b/icons/googleearthengine.svg new file mode 100644 index 00000000..859dfe0c --- /dev/null +++ b/icons/googleearthengine.svg @@ -0,0 +1 @@ +Google Earth Engine \ No newline at end of file