From 268610fecc034f1d2816e1ce1f3162733a19649b Mon Sep 17 00:00:00 2001 From: Jonah Lawrence Date: Mon, 11 Dec 2023 13:34:30 +0200 Subject: [PATCH] Add GitHub Copilot (#9500) Co-authored-by: Adam Rusted --- _data/simple-icons.json | 8 ++++++++ icons/githubcopilot.svg | 1 + 2 files changed, 9 insertions(+) create mode 100644 icons/githubcopilot.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 9e168f900..3ec568612 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -5305,6 +5305,14 @@ "hex": "2088FF", "source": "https://github.com/features/actions" }, + { + "title": "GitHub Copilot", + "hex": "000000", + "source": "https://primer.style/foundations/icons/copilot-24", + "license": { + "type": "MIT" + } + }, { "title": "GitHub Pages", "hex": "222222", diff --git a/icons/githubcopilot.svg b/icons/githubcopilot.svg new file mode 100644 index 000000000..f064947d1 --- /dev/null +++ b/icons/githubcopilot.svg @@ -0,0 +1 @@ +GitHub Copilot \ No newline at end of file