diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 8abc84db..982758a4 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", @@ -225,11 +230,21 @@ "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", "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", @@ -320,6 +335,11 @@ "hex": "0AA0FF", "source": "https://brand.ai/brand-ai/style" }, + { + "title": "Buddy", + "hex": "1A86FD", + "source": "https://buddy.works/about" + }, { "title": "Buffer", "hex": "168EEA", @@ -480,6 +500,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", @@ -1420,6 +1445,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", @@ -1430,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", @@ -1635,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", @@ -1825,6 +1865,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", @@ -1845,6 +1890,16 @@ "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", + "source": "https://www.oracle.com/webfolder/s/brand/identity/index.html" + }, { "title": "Origin", "hex": "F56C2D", @@ -2015,6 +2070,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", @@ -2095,6 +2155,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", @@ -2420,6 +2485,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/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 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 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 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 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/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 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 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 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 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/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 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 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 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 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": [