From 1cd45a4b632c7480b508c0a9c9f3cea47e8bee3d Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Thu, 12 Mar 2020 20:40:21 +0000 Subject: [PATCH] Add A-Frame (#2763) * Add A-Frame * Fix A-Frame order --- _data/simple-icons.json | 5 +++++ icons/a-frame.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/a-frame.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 35577692..219b8a39 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -20,6 +20,11 @@ "hex": "0099E5", "source": "https://about.500px.com/press" }, + { + "title": "A-Frame", + "hex": "EF2D5E", + "source": "https://aframe.io/docs/" + }, { "title": "ABB RobotStudio", "hex": "FF9E0F", diff --git a/icons/a-frame.svg b/icons/a-frame.svg new file mode 100644 index 00000000..3d980992 --- /dev/null +++ b/icons/a-frame.svg @@ -0,0 +1 @@ +A-Frame icon \ No newline at end of file