From 75c7043241604eb07215ed953b6806915f8d48b2 Mon Sep 17 00:00:00 2001 From: LitoMore Date: Sun, 16 Oct 2022 18:39:06 +0800 Subject: [PATCH] Add E3 icon (#7876) * Add E3 icon * Add alias * Use precision 4 * Minor fix Co-authored-by: Engin Diri --- _data/simple-icons.json | 10 ++++++++++ icons/e3.svg | 1 + 2 files changed, 11 insertions(+) create mode 100644 icons/e3.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 1b11823b9583..6c939300fb5f 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3227,6 +3227,16 @@ "hex": "0066CC", "source": "https://www.e.leclerc/assets/images/sue-logo.svg" }, + { + "title": "E3", + "hex": "E73D2F", + "source": "https://commons.wikimedia.org/wiki/File:E3_Logo.svg", + "aliases": { + "aka": [ + "Electronic Entertainment Expo" + ] + } + }, { "title": "EA", "hex": "000000", diff --git a/icons/e3.svg b/icons/e3.svg new file mode 100644 index 000000000000..0beb2eef9ff5 --- /dev/null +++ b/icons/e3.svg @@ -0,0 +1 @@ +E3 \ No newline at end of file