From d0b116b70e68d2f22fca0b8d0913b756912de7be Mon Sep 17 00:00:00 2001 From: PratyushJayachandran <35000807+PratyushJayachandran@users.noreply.github.com> Date: Mon, 31 Jul 2023 09:38:02 -0700 Subject: [PATCH] Add Gamemaker icon (#8968) * Add JSON data for Gamemaker * Fix Gamemaker icon --- _data/simple-icons.json | 6 ++++++ icons/gamemaker.svg | 1 + 2 files changed, 7 insertions(+) create mode 100644 icons/gamemaker.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 9f31073e..660da9bc 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -4585,6 +4585,12 @@ "source": "https://gamejolt.com/about", "guidelines": "https://gamejolt.com/about" }, + { + "title": "Gamemaker", + "hex": "000000", + "source": "https://gamemaker.io/en/legal/brand", + "guidelines": "https://gamemaker.io/en/legal/brand" + }, { "title": "Garmin", "hex": "000000", diff --git a/icons/gamemaker.svg b/icons/gamemaker.svg new file mode 100644 index 00000000..a540abae --- /dev/null +++ b/icons/gamemaker.svg @@ -0,0 +1 @@ +Gamemaker \ No newline at end of file