From 7b6a06a5524a846eceafb07bab39d71885b06baa Mon Sep 17 00:00:00 2001 From: Piotr Hylicki Date: Fri, 3 May 2019 19:38:39 +0200 Subject: [PATCH 01/13] Added Audible icon (#1394) Closes #1386 --- _data/simple-icons.json | 5 +++++ icons/audible.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/audible.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 8abc84db..fa39c210 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -195,6 +195,11 @@ "hex": "00A8E0", "source": "https://commons.wikimedia.org/wiki/File:AT%26T_logo_2016.svg" }, + { + "title": "Audible", + "hex": "F8991C", + "source": "https://commons.wikimedia.org/wiki/File:Audible_logo.svg" + }, { "title": "Aurelia", "hex": "ED2B88", diff --git a/icons/audible.svg b/icons/audible.svg new file mode 100644 index 00000000..0c59b03c --- /dev/null +++ b/icons/audible.svg @@ -0,0 +1 @@ +Audible icon \ No newline at end of file From dd21a4203596da0038703787e1985785b4e9e499 Mon Sep 17 00:00:00 2001 From: Piotr Hylicki Date: Fri, 3 May 2019 19:40:18 +0200 Subject: [PATCH 02/13] Added Octopus Deploy icon (#1389) Closes #1379 --- _data/simple-icons.json | 5 +++++ icons/octopusdeploy.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/octopusdeploy.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index fa39c210..2dd96511 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1830,6 +1830,11 @@ "hex": "76B900", "source": "https://www.nvidia.com/etc/designs/nvidiaGDC/clientlibs_base/images/NVIDIA-Logo.svg" }, + { + "title": "Octopus Deploy", + "hex": "2F93E0", + "source": "https://octopus.com/company/brand" + }, { "title": "Oculus", "hex": "1C1E20", diff --git a/icons/octopusdeploy.svg b/icons/octopusdeploy.svg new file mode 100644 index 00000000..c81e03e8 --- /dev/null +++ b/icons/octopusdeploy.svg @@ -0,0 +1 @@ +Octopus Deploy icon \ No newline at end of file From 8237199928d56d6285c0fb31392e5c8ab0162155 Mon Sep 17 00:00:00 2001 From: Piotr Hylicki Date: Fri, 3 May 2019 19:43:49 +0200 Subject: [PATCH 03/13] Added Kubernetes icon (#1388) Closes #1387 --- _data/simple-icons.json | 5 +++++ icons/kubernetes.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/kubernetes.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 2dd96511..3db1125a 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1425,6 +1425,11 @@ "hex": "F16061", "source": "https://ko-fi.com/home/about" }, + { + "title": "Kubernetes", + "hex": "326CE5", + "source": "https://github.com/kubernetes/kubernetes/tree/master/logo" + }, { "title": "Lanyrd", "hex": "3C80CA", diff --git a/icons/kubernetes.svg b/icons/kubernetes.svg new file mode 100644 index 00000000..3e8f13fd --- /dev/null +++ b/icons/kubernetes.svg @@ -0,0 +1 @@ +Kubernetes icon \ No newline at end of file From 967096ffce179d3a3b6acbbadc3350cdb0a4fbd3 Mon Sep 17 00:00:00 2001 From: Piotr Hylicki Date: Fri, 3 May 2019 19:48:59 +0200 Subject: [PATCH 04/13] Added Buddy icon (#1381) Closes #1343 --- _data/simple-icons.json | 5 +++++ icons/buddy.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/buddy.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 3db1125a..05b66a4a 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -325,6 +325,11 @@ "hex": "0AA0FF", "source": "https://brand.ai/brand-ai/style" }, + { + "title": "Buddy", + "hex": "1A86FD", + "source": "https://buddy.works/about" + }, { "title": "Buffer", "hex": "168EEA", diff --git a/icons/buddy.svg b/icons/buddy.svg new file mode 100644 index 00000000..a6fedbd2 --- /dev/null +++ b/icons/buddy.svg @@ -0,0 +1 @@ +Buddy icon \ No newline at end of file From e24760b57cbf5d96f6ec968f63e84ac5db4799ad Mon Sep 17 00:00:00 2001 From: Metaa Date: Sun, 12 May 2019 23:24:32 +0200 Subject: [PATCH 05/13] Added Red Hat icon. (#1399) --- _data/simple-icons.json | 5 +++++ icons/redhat.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/redhat.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 05b66a4a..18b32fdc 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2115,6 +2115,11 @@ "hex": "FF4500", "source": "https://worldvectorlogo.com/logo/reddit-2" }, + { + "title": "Red Hat", + "hex": "EE0000", + "source": "https://www.redhat.com/en/about/brand/new-brand/details" + }, { "title": "Redis", "hex": "D82C20", diff --git a/icons/redhat.svg b/icons/redhat.svg new file mode 100644 index 00000000..55db6c64 --- /dev/null +++ b/icons/redhat.svg @@ -0,0 +1 @@ +Red Hat icon \ No newline at end of file From 358a1e58ae2a025d870226b4fea4b4aa14551f4f Mon Sep 17 00:00:00 2001 From: Piotr Hylicki Date: Sun, 12 May 2019 23:29:26 +0200 Subject: [PATCH 06/13] Added Proxmox icon (#1406) --- _data/simple-icons.json | 5 +++++ icons/proxmox.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/proxmox.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 18b32fdc..e13bec3f 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2035,6 +2035,11 @@ "hex": "8B89CC", "source": "https://protonmail.com/media-kit" }, + { + "title": "Proxmox", + "hex": "E57000", + "source": "https://www.proxmox.com/en/news/media-kit" + }, { "title": "Python", "hex": "3776AB", diff --git a/icons/proxmox.svg b/icons/proxmox.svg new file mode 100644 index 00000000..2e75aed1 --- /dev/null +++ b/icons/proxmox.svg @@ -0,0 +1 @@ +Proxmox icon \ No newline at end of file From 47d5f86b27a4df14d2b19ae166237f2a68f914d5 Mon Sep 17 00:00:00 2001 From: Eric Cornelissen Date: Mon, 13 May 2019 00:58:25 +0300 Subject: [PATCH 07/13] Add Azure Pipelines icon (#1353) --- _data/simple-icons.json | 5 +++++ icons/azurepipelines.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/azurepipelines.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index e13bec3f..223d6591 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -230,6 +230,11 @@ "hex": "0078D7", "source": "http://azure.com/devops" }, + { + "title": "Azure Pipelines", + "hex": "2560E0", + "source": "https://github.com/vscode-icons/vscode-icons/pull/1741" + }, { "title": "Baidu", "hex": "2319DC", diff --git a/icons/azurepipelines.svg b/icons/azurepipelines.svg new file mode 100644 index 00000000..83454b23 --- /dev/null +++ b/icons/azurepipelines.svg @@ -0,0 +1 @@ +Azure Pipelines icon \ No newline at end of file From 612bec963be86790296717094a64eb6d153c4d87 Mon Sep 17 00:00:00 2001 From: Piotr Hylicki Date: Mon, 13 May 2019 20:55:41 +0200 Subject: [PATCH 08/13] Added Oracle icon (#1396) * Added Oracle icon * Changed Oracle logo to offical Oracle website favicon --- _data/simple-icons.json | 5 +++++ icons/oracle.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/oracle.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 223d6591..8b98bd88 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1870,6 +1870,11 @@ "hex": "FF1B2D", "source": "https://github.com/operasoftware/logo" }, + { + "title": "Oracle", + "hex": "F80000", + "source": "https://www.oracle.com/webfolder/s/brand/identity/index.html" + }, { "title": "Origin", "hex": "F56C2D", diff --git a/icons/oracle.svg b/icons/oracle.svg new file mode 100644 index 00000000..6ff7fb3c --- /dev/null +++ b/icons/oracle.svg @@ -0,0 +1 @@ +Oracle icon \ No newline at end of file From 91d17fdd46cec1734fec6c7ff6cdec2377753317 Mon Sep 17 00:00:00 2001 From: Piotr Hylicki Date: Tue, 14 May 2019 09:07:05 +0200 Subject: [PATCH 09/13] Added Atlassian products icon (Confluence, Statuspage, Opsgenie) (#1401) Closes #1380 * Added Confluence icon * Added Statuspage icon * Added Opsgenie icon * Fixed Statuspage icon --- _data/simple-icons.json | 15 +++++++++++++++ icons/confluence.svg | 1 + icons/opsgenie.svg | 1 + icons/statuspage.svg | 1 + 4 files changed, 18 insertions(+) create mode 100644 icons/confluence.svg create mode 100644 icons/opsgenie.svg create mode 100644 icons/statuspage.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 8b98bd88..26c5b1a9 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -495,6 +495,11 @@ "hex": "414959", "source": "https://www.conekta.io" }, + { + "title": "Confluence", + "hex": "172B4D", + "source": "https://www.atlassian.com/company/news/press-kit" + }, { "title": "Conda-Forge", "hex": "000000", @@ -1870,6 +1875,11 @@ "hex": "FF1B2D", "source": "https://github.com/operasoftware/logo" }, + { + "title": "Opsgenie", + "hex": "172B4D", + "source": "https://www.atlassian.com/company/news/press-kit" + }, { "title": "Oracle", "hex": "F80000", @@ -2460,6 +2470,11 @@ "hex": "1F3641", "source": "http://statamic.com/press" }, + { + "title": "Statuspage", + "hex": "172B4D", + "source": "https://www.atlassian.com/company/news/press-kit" + }, { "title": "Staticman", "hex": "000000", diff --git a/icons/confluence.svg b/icons/confluence.svg new file mode 100644 index 00000000..c5dcde6b --- /dev/null +++ b/icons/confluence.svg @@ -0,0 +1 @@ +Confluence icon \ No newline at end of file diff --git a/icons/opsgenie.svg b/icons/opsgenie.svg new file mode 100644 index 00000000..1ece5a94 --- /dev/null +++ b/icons/opsgenie.svg @@ -0,0 +1 @@ +Opsgenie icon \ No newline at end of file diff --git a/icons/statuspage.svg b/icons/statuspage.svg new file mode 100644 index 00000000..548b60da --- /dev/null +++ b/icons/statuspage.svg @@ -0,0 +1 @@ +Statuspage icon \ No newline at end of file From 643854683c3c3978a2d6e5f9cec9a59a8ce20717 Mon Sep 17 00:00:00 2001 From: Piotr Hylicki Date: Tue, 14 May 2019 11:19:34 +0200 Subject: [PATCH 10/13] Added Bamboo icon (#1410) Closes #1408 * Added Bamboo icon * Changed Bamboo source URL The previous link was incorrect. --- _data/simple-icons.json | 5 +++++ icons/bamboo.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/bamboo.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 26c5b1a9..d06989f5 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -240,6 +240,11 @@ "hex": "2319DC", "source": "https://en.wikipedia.org/wiki/File:Baidu.svg" }, + { + "title": "Bamboo", + "hex": "0052CC", + "source": "https://www.atlassian.design/guidelines/marketing/resources/logo-files" + }, { "title": "Bandcamp", "hex": "408294", diff --git a/icons/bamboo.svg b/icons/bamboo.svg new file mode 100644 index 00000000..a6bfd6d6 --- /dev/null +++ b/icons/bamboo.svg @@ -0,0 +1 @@ +Bamboo icon \ No newline at end of file From da4ed5d8f0ed507b4f927ebbf6fb72e7995c216a Mon Sep 17 00:00:00 2001 From: Piotr Hylicki Date: Wed, 15 May 2019 22:41:42 +0200 Subject: [PATCH 11/13] Add Laravel Horizon icon (#1414) --- _data/simple-icons.json | 5 +++++ icons/laravelhorizon.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/laravelhorizon.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index d06989f5..b1c2cc78 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1460,6 +1460,11 @@ "hex": "E74430", "source": "https://github.com/laravel/art" }, + { + "title": "Laravel Horizon", + "hex": "405263", + "source": "https://horizon.laravel.com/" + }, { "title": "Last.fm", "hex": "D51007", diff --git a/icons/laravelhorizon.svg b/icons/laravelhorizon.svg new file mode 100644 index 00000000..a088dd7c --- /dev/null +++ b/icons/laravelhorizon.svg @@ -0,0 +1 @@ +Laravel Horizon icon \ No newline at end of file From 30f0f5b167c32aa19ba503ba76d09aff8c7c1521 Mon Sep 17 00:00:00 2001 From: Piotr Hylicki Date: Fri, 17 May 2019 20:20:39 +0200 Subject: [PATCH 12/13] Added Miscrosoft Azure icon (#1402) * Added Miscrosoft Azure icon * Changed Microsoft Azure source URL --- _data/simple-icons.json | 5 +++++ icons/microsoftazure.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/microsoftazure.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index b1c2cc78..982758a4 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1670,6 +1670,11 @@ "hex": "BA141A", "source": "https://www.office.com" }, + { + "title": "Microsoft Azure", + "hex": "0089D6", + "source": "https://upload.wikimedia.org/wikipedia/commons/a/a8/Microsoft_Azure_Logo.svg" + }, { "title": "Microsoft Edge", "hex": "0078D7", diff --git a/icons/microsoftazure.svg b/icons/microsoftazure.svg new file mode 100644 index 00000000..d6d0d2c9 --- /dev/null +++ b/icons/microsoftazure.svg @@ -0,0 +1 @@ +Microsoft Azure icon \ No newline at end of file From 8aa85816d5a6ed31aface1e004c38cfcb51ca8d9 Mon Sep 17 00:00:00 2001 From: birjolaxew Date: Sat, 18 May 2019 17:12:41 +0200 Subject: [PATCH 13/13] Version bump --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 764b016c..56a8b7df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "simple-icons", - "version": "1.9.26", + "version": "1.9.27", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b7850278..00152984 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-icons", - "version": "1.9.26", + "version": "1.9.27", "description": "SVG icons for popular brands https://simpleicons.org", "homepage": "https://www.simpleicons.org", "keywords": [