From 85a14fa1df9735c7ace07c80309216b9a1a5d948 Mon Sep 17 00:00:00 2001 From: Adam Rusted Date: Mon, 19 Sep 2022 15:16:35 +0100 Subject: [PATCH] Add Game Developer icon (#7806) Co-authored-by: LitoMore --- _data/simple-icons.json | 10 ++++++++++ icons/gamedeveloper.svg | 1 + 2 files changed, 11 insertions(+) create mode 100644 icons/gamedeveloper.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index d0b7e01d2bb0..477a3fed5819 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -4052,6 +4052,16 @@ "hex": "000000", "source": "https://upload.wikimedia.org/wikipedia/commons/4/41/Game_and_watch_logo.svg" }, + { + "title": "Game Developer", + "hex": "E60012", + "source": "https://www.gamedeveloper.com/", + "aliases": { + "aka": [ + "Gamasutra" + ] + } + }, { "title": "Game Jolt", "hex": "CCFF00", diff --git a/icons/gamedeveloper.svg b/icons/gamedeveloper.svg new file mode 100644 index 000000000000..26624680267c --- /dev/null +++ b/icons/gamedeveloper.svg @@ -0,0 +1 @@ +Game Developer \ No newline at end of file