From 38ad73258029021bc29dff9633b08f236daa9ec4 Mon Sep 17 00:00:00 2001 From: Engin Diri Date: Sat, 6 Nov 2021 22:42:42 +0100 Subject: [PATCH] Add AMG icon (#6335) Signed-off-by: Engin Diri Co-authored-by: Jorge Amado Soria Ramirez --- _data/simple-icons.json | 5 +++++ icons/amg.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/amg.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 9707aa2d..1f5e3165 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -496,6 +496,11 @@ "hex": "2E77BC", "source": "https://commons.wikimedia.org/wiki/File:American_Express_logo.svg" }, + { + "title": "AMG", + "hex": "000000", + "source": "https://www.mercedes-amg.com/etc/clientlibs/amg/amg.base/assets/images/svg/amg-logo.svg" + }, { "title": "AMP", "hex": "005AF0", diff --git a/icons/amg.svg b/icons/amg.svg new file mode 100644 index 00000000..975ac4d0 --- /dev/null +++ b/icons/amg.svg @@ -0,0 +1 @@ +AMG \ No newline at end of file