From 96d162b5c8d093a14d5335da6e85689ec1115ab1 Mon Sep 17 00:00:00 2001 From: Fedor Rumyantsev <63649969+redrum-llik@users.noreply.github.com> Date: Sat, 5 Dec 2020 13:59:38 +0300 Subject: [PATCH] Added TeamCity (#4207) * added a TeamCity icon and updated simple-icons.json accordingly * modified TeamCity icon * amended the icon to comply with existing JetBrains logo and product logos * updated the icon to match the rest of available JetBrains product icons, updated source property to link to the brand logos download page * replaced tabulation with spaces Co-authored-by: Fedor Rumyantsev --- _data/simple-icons.json | 5 +++++ icons/teamcity.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/teamcity.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 9df42557..5c2ab323 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -6265,6 +6265,11 @@ "hex": "486AAE", "source": "https://www.tata.com/" }, + { + "title": "TeamCity", + "hex": "000000", + "source": "https://www.jetbrains.com/company/brand/logos/" + }, { "title": "TeamSpeak", "hex": "2580C3", diff --git a/icons/teamcity.svg b/icons/teamcity.svg new file mode 100644 index 00000000..3aa0ebe6 --- /dev/null +++ b/icons/teamcity.svg @@ -0,0 +1 @@ +TeamCity icon \ No newline at end of file