From fcf492fba8abc8cc1e01ae9c919bc7d1314eceec Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Sat, 14 Mar 2020 16:48:05 +0000 Subject: [PATCH] Add App Store (#2611) * Add App Store * Update App Store --- _data/simple-icons.json | 5 +++++ icons/appstore.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/appstore.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 12d43b8da..f1afa5ae5 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -430,6 +430,11 @@ "hex": "311C87", "source": "https://github.com/apollographql/space-kit/blob/9a42083746a49c9a734563f427c13233e42adcc9/logos/mark.svg" }, + { + "title": "App Store", + "hex": "0D96F6", + "source": "https://developer.apple.com/app-store/" + }, { "title": "Apple", "hex": "999999", diff --git a/icons/appstore.svg b/icons/appstore.svg new file mode 100644 index 000000000..062907524 --- /dev/null +++ b/icons/appstore.svg @@ -0,0 +1 @@ +App Store icon \ No newline at end of file