From 6e4f6d5949ac149180d0e6ff454663a422645786 Mon Sep 17 00:00:00 2001 From: Gabriele D'Arrigo Date: Fri, 14 Dec 2018 14:12:33 +0100 Subject: [PATCH] Add Amazon AWS icon (#1120) * Fix the hex color to the right value --- _data/simple-icons.json | 5 +++++ icons/amazonaws.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/amazonaws.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index a85b89d7c..b2bae5064 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -90,6 +90,11 @@ "hex": "FF9900", "source": "https://worldvectorlogo.com/logo/amazon-icon" }, + { + "title": "Amazon AWS", + "hex": "232F3E", + "source": "https://upload.wikimedia.org/wikipedia/commons/9/93/Amazon_Web_Services_Logo.svg" + }, { "title": "AMD", "hex": "ED1C24", diff --git a/icons/amazonaws.svg b/icons/amazonaws.svg new file mode 100644 index 000000000..260adf307 --- /dev/null +++ b/icons/amazonaws.svg @@ -0,0 +1 @@ +Amazon AWS icon \ No newline at end of file