From 3577f95a5aaa7c6e00e4cc3c57c9d628680762fd Mon Sep 17 00:00:00 2001 From: Joe B Date: Wed, 30 Oct 2019 20:30:01 -0500 Subject: [PATCH] Add Microsoft Teams icon (#1858) * Add Microsoft Teams icon * Removed fill and condensed to a single path * Updated hex value from 2B579A to 6264A7 * Changed source to: https://docs.microsoft.com/media/logos/logo_MSTeams.svg --- _data/simple-icons.json | 5 +++++ icons/microsoftteams.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/microsoftteams.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 58c7f764c506..9b8041f8e499 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2161,6 +2161,11 @@ "hex": "2B579A", "source": "https://www.office.com" }, + { + "title": "Microsoft Teams", + "hex": "6264A7", + "source": "https://docs.microsoft.com/media/logos/logo_MSTeams.svg" + }, { "title": "Minetest", "hex": "53AC56", diff --git a/icons/microsoftteams.svg b/icons/microsoftteams.svg new file mode 100644 index 000000000000..f381e391eff6 --- /dev/null +++ b/icons/microsoftteams.svg @@ -0,0 +1 @@ +Microsoft Teams icon \ No newline at end of file