From 214d726b143ea9d34458e9d88785d151e4e5f0cd Mon Sep 17 00:00:00 2001 From: NintenHero <37460517+MichaelHinrichs@users.noreply.github.com> Date: Mon, 15 Jul 2024 15:47:58 -0300 Subject: [PATCH] Add glTF icon (#11297) Co-authored-by: uncenter <47499684+uncenter@users.noreply.github.com> Co-authored-by: Lucas Becker --- _data/simple-icons.json | 6 ++++++ icons/gltf.svg | 1 + 2 files changed, 7 insertions(+) create mode 100644 icons/gltf.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 68568278..43af591b 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -6066,6 +6066,12 @@ "hex": "F2CC38", "source": "https://about.glovoapp.com/press" }, + { + "title": "glTF", + "hex": "87C540", + "source": "https://www.khronos.org/legal/trademarks", + "guidelines": "https://www.khronos.org/files/legal/Khronos-Logo-Usage-Guide.pdf" + }, { "title": "Gmail", "hex": "EA4335", diff --git a/icons/gltf.svg b/icons/gltf.svg new file mode 100644 index 00000000..9a981bdc --- /dev/null +++ b/icons/gltf.svg @@ -0,0 +1 @@ +glTF \ No newline at end of file