From 7e985b05c2e3ae1d2a241472879e1de068701d89 Mon Sep 17 00:00:00 2001 From: Kilian PAQUIER Date: Tue, 26 Jul 2022 21:55:41 +0200 Subject: [PATCH 1/2] new icon: azuredevops (original, plain) - fix #1281 --- devicon.json | 20 ++++++++++++++++++++ icons/azuredevops/azuredevops-original.svg | 12 ++++++++++++ icons/azuredevops/azuredevops-plain.svg | 3 +++ 3 files changed, 35 insertions(+) create mode 100644 icons/azuredevops/azuredevops-original.svg create mode 100644 icons/azuredevops/azuredevops-plain.svg diff --git a/devicon.json b/devicon.json index 4a3b42352..a22608c59 100644 --- a/devicon.json +++ b/devicon.json @@ -1017,6 +1017,26 @@ "color": "#96ca4b", "aliases": [] }, + { + "name": "azuredevops", + "altnames": [ + "azure-devops" + ], + "tags": [ + "azure", + "devops" + ], + "versions": { + "svg": [ + "original" + ], + "font": [ + "plain" + ] + }, + "color": "#0078d4", + "aliases": [] + }, { "name": "cmake", "altnames": [], diff --git a/icons/azuredevops/azuredevops-original.svg b/icons/azuredevops/azuredevops-original.svg new file mode 100644 index 000000000..dcfbf853d --- /dev/null +++ b/icons/azuredevops/azuredevops-original.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/icons/azuredevops/azuredevops-plain.svg b/icons/azuredevops/azuredevops-plain.svg new file mode 100644 index 000000000..bcc34126a --- /dev/null +++ b/icons/azuredevops/azuredevops-plain.svg @@ -0,0 +1,3 @@ + + + From 074ac0feda8b1e5705e89ab3b3621523ef5428ce Mon Sep 17 00:00:00 2001 From: kilian-paquier <107955904+kilian-paquier@users.noreply.github.com> Date: Wed, 27 Jul 2022 20:31:36 +0200 Subject: [PATCH 2/2] Update devicon.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com> --- devicon.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/devicon.json b/devicon.json index a22608c59..dc4445797 100644 --- a/devicon.json +++ b/devicon.json @@ -1024,7 +1024,10 @@ ], "tags": [ "azure", - "devops" + "devops", + "cloud", + "version control", + "vcs" ], "versions": { "svg": [