From 7adf62083c010263890ae07077543df207a15866 Mon Sep 17 00:00:00 2001 From: Johan Fagerberg Date: Sun, 16 Jun 2019 00:59:04 +0200 Subject: [PATCH] Add SpaceX (#1314) * Add SpaceX The "X" logomark is chosen over the full wordmark for reasons discussed in #1257 * Update SpaceX color to blue Reasoning found in #1314 --- Closes #1257 --- _data/simple-icons.json | 5 +++++ icons/spacex.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/spacex.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 1b7f872ba..94adb790a 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2530,6 +2530,11 @@ "hex": "9266CC", "source": "http://spacemacs.org/" }, + { + "title": "SpaceX", + "hex": "005288", + "source": "https://www.spacex.com/sites/all/themes/spacex2012/images/logo.svg" + }, { "title": "SparkFun", "hex": "E53525", diff --git a/icons/spacex.svg b/icons/spacex.svg new file mode 100644 index 000000000..bc85c646b --- /dev/null +++ b/icons/spacex.svg @@ -0,0 +1 @@ +SpaceX icon \ No newline at end of file