From 649f00e9542e1eddf77a6d9ff3f788b2f0b28b55 Mon Sep 17 00:00:00 2001 From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com> Date: Sun, 10 Dec 2023 16:55:58 +0000 Subject: [PATCH 01/60] Add Helium (#10049) --- _data/simple-icons.json | 5 +++++ icons/helium.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/helium.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 504b9f4bc113..a7a06841350b 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -6182,6 +6182,11 @@ "source": "https://hederabrandcentral.frontify.com/d/Tmocz52AXpLj/brand-assets#/brand-assets/brand-identity/our-hbar-logomark", "guidelines": "https://hederabrandcentral.frontify.com/d/Tmocz52AXpLj/brand-assets#/brand-assets/brand-identity" }, + { + "title": "Helium", + "hex": "0ACF83", + "source": "https://www.helium.com" + }, { "title": "HelloFresh", "hex": "99CC33", diff --git a/icons/helium.svg b/icons/helium.svg new file mode 100644 index 000000000000..af98e8a8831e --- /dev/null +++ b/icons/helium.svg @@ -0,0 +1 @@ +Helium \ No newline at end of file From 69b8d84070499bdec50e6432427358e9cc3a14ba Mon Sep 17 00:00:00 2001 From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com> Date: Sun, 10 Dec 2023 17:11:08 +0000 Subject: [PATCH 02/60] Add SRG SSR (#10037) --- _data/simple-icons.json | 14 ++++++++++++++ icons/srgssr.svg | 1 + 2 files changed, 15 insertions(+) create mode 100644 icons/srgssr.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index a7a06841350b..09c1f6f3da63 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -13295,6 +13295,20 @@ "source": "https://www.squarespace.com/logo-guidelines", "guidelines": "https://www.squarespace.com/brand-guidelines" }, + { + "title": "SRG SSR", + "hex": "AF001E", + "source": "https://www.srgssr.ch/en/news-media/downloads/logos", + "aliases": { + "loc": { + "ch-DE": "Schweizerische Radio- und Fernsehgesellschaft", + "ch-FR": "Société suisse de radiodiffusion et télévision", + "ch-IT": "Società svizzera di radiotelevisione", + "ch-RM": "Societad Svizra da Radio e Televisiun", + "gb-EN": "Swiss Broadcasting Corporation" + } + } + }, { "title": "SSRN", "hex": "154881", diff --git a/icons/srgssr.svg b/icons/srgssr.svg new file mode 100644 index 000000000000..f168ab894bf7 --- /dev/null +++ b/icons/srgssr.svg @@ -0,0 +1 @@ +SRG SSR \ No newline at end of file From e9594a5d3adaf06a3d2fd6b7e9f5f7d98245b6c4 Mon Sep 17 00:00:00 2001 From: PratyushJayachandran <35000807+PratyushJayachandran@users.noreply.github.com> Date: Mon, 11 Dec 2023 03:11:43 -0700 Subject: [PATCH 03/60] Add LibreOffice Calc (#9923) --- _data/simple-icons.json | 9 +++++++++ icons/libreofficecalc.svg | 1 + 2 files changed, 10 insertions(+) create mode 100644 icons/libreofficecalc.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 09c1f6f3da63..8151c1a3da21 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -7830,6 +7830,15 @@ "type": "MPL-2.0" } }, + { + "title": "LibreOffice Calc", + "hex": "007C3C", + "source": "https://github.com/LibreOffice/help/blob/02faeab6e7b014ca97a8c452e829af4522dadfc8/source/media/navigation/libo-calc.svg", + "guidelines": "https://wiki.documentfoundation.org/Design/Branding", + "license": { + "type": "MPL-2.0" + } + }, { "title": "LibreOffice Draw", "hex": "CB6D30", diff --git a/icons/libreofficecalc.svg b/icons/libreofficecalc.svg new file mode 100644 index 000000000000..8fac121b1207 --- /dev/null +++ b/icons/libreofficecalc.svg @@ -0,0 +1 @@ +LibreOffice Calc \ No newline at end of file From 328c19016cd8eeb9e014a95e3429e490eebe4112 Mon Sep 17 00:00:00 2001 From: Eric P Pereira Date: Mon, 11 Dec 2023 16:19:35 +0530 Subject: [PATCH 04/60] Add Red Bull (#6016) Co-authored-by: Adam Rusted Co-authored-by: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com> --- _data/simple-icons.json | 5 +++++ icons/redbull.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/redbull.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 8151c1a3da21..9e168f900390 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -11722,6 +11722,11 @@ "hex": "B32629", "source": "https://www.red-lang.org" }, + { + "title": "Red Bull", + "hex": "DB0A40", + "source": "https://www.redbull.com" + }, { "title": "Red Hat", "hex": "EE0000", diff --git a/icons/redbull.svg b/icons/redbull.svg new file mode 100644 index 000000000000..6ca3a6de1731 --- /dev/null +++ b/icons/redbull.svg @@ -0,0 +1 @@ +Red Bull \ No newline at end of file From 268610fecc034f1d2816e1ce1f3162733a19649b Mon Sep 17 00:00:00 2001 From: Jonah Lawrence Date: Mon, 11 Dec 2023 13:34:30 +0200 Subject: [PATCH 05/60] Add GitHub Copilot (#9500) Co-authored-by: Adam Rusted --- _data/simple-icons.json | 8 ++++++++ icons/githubcopilot.svg | 1 + 2 files changed, 9 insertions(+) create mode 100644 icons/githubcopilot.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 9e168f900390..3ec568612d90 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -5305,6 +5305,14 @@ "hex": "2088FF", "source": "https://github.com/features/actions" }, + { + "title": "GitHub Copilot", + "hex": "000000", + "source": "https://primer.style/foundations/icons/copilot-24", + "license": { + "type": "MIT" + } + }, { "title": "GitHub Pages", "hex": "222222", diff --git a/icons/githubcopilot.svg b/icons/githubcopilot.svg new file mode 100644 index 000000000000..f064947d1daa --- /dev/null +++ b/icons/githubcopilot.svg @@ -0,0 +1 @@ +GitHub Copilot \ No newline at end of file From 15d10b75ca8f827e4a0f7002a116e8205f5d8b4e Mon Sep 17 00:00:00 2001 From: prem munagapati <54018894+Mvlprem@users.noreply.github.com> Date: Mon, 11 Dec 2023 18:37:18 +0530 Subject: [PATCH 06/60] Add SimpleLogin (#10041) --- _data/simple-icons.json | 5 +++++ icons/simplelogin.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/simplelogin.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 3ec568612d90..cadbe1749916 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -12768,6 +12768,11 @@ "type": "CC0-1.0" } }, + { + "title": "SimpleLogin", + "hex": "EA319F", + "source": "https://simplelogin.io/press" + }, { "title": "Simplenote", "hex": "3361CC", diff --git a/icons/simplelogin.svg b/icons/simplelogin.svg new file mode 100644 index 000000000000..6d72520d6412 --- /dev/null +++ b/icons/simplelogin.svg @@ -0,0 +1 @@ +SimpleLogin \ No newline at end of file From 8f11503c6b9a64d74ab121ac86ce1c6c6ac9c949 Mon Sep 17 00:00:00 2001 From: prem munagapati <54018894+Mvlprem@users.noreply.github.com> Date: Mon, 11 Dec 2023 18:41:16 +0530 Subject: [PATCH 07/60] Add KX (#10051) --- _data/simple-icons.json | 6 ++++++ icons/kx.svg | 1 + 2 files changed, 7 insertions(+) create mode 100644 icons/kx.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index cadbe1749916..0f22fb8b15d4 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -7605,6 +7605,12 @@ "hex": "4092B4", "source": "https://kuula.co" }, + { + "title": "KX", + "hex": "101820", + "source": "https://kx.com/news-room", + "guidelines": "https://kx.com/news-room" + }, { "title": "Kyocera", "hex": "DF0522", diff --git a/icons/kx.svg b/icons/kx.svg new file mode 100644 index 000000000000..b9e430702e71 --- /dev/null +++ b/icons/kx.svg @@ -0,0 +1 @@ +KX \ No newline at end of file From a8f998f39df9e81ae2bd408a538290e2d5b17fb5 Mon Sep 17 00:00:00 2001 From: prem munagapati <54018894+Mvlprem@users.noreply.github.com> Date: Mon, 11 Dec 2023 19:12:01 +0530 Subject: [PATCH 08/60] Add daily.dev (#10058) --- _data/simple-icons.json | 6 ++++++ icons/dailydotdev.svg | 1 + 2 files changed, 7 insertions(+) create mode 100644 icons/dailydotdev.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 0f22fb8b15d4..9df25f0d3f3b 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3401,6 +3401,12 @@ "hex": "00529B", "source": "https://www.daf.com/en" }, + { + "title": "daily.dev", + "hex": "CE3DF3", + "source": "https://brand.daily.dev/d/4gCtbahXkzKk/guidelines", + "guidelines": "https://brand.daily.dev" + }, { "title": "Dailymotion", "hex": "0D0D0D", diff --git a/icons/dailydotdev.svg b/icons/dailydotdev.svg new file mode 100644 index 000000000000..0c6c6d95d03f --- /dev/null +++ b/icons/dailydotdev.svg @@ -0,0 +1 @@ +daily.dev \ No newline at end of file From 4cec5c8da37a8e921ca21d4e0df8dba3efbfffac Mon Sep 17 00:00:00 2001 From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com> Date: Mon, 11 Dec 2023 14:59:15 +0000 Subject: [PATCH 09/60] Update LibreOffice Base hex (#10059) --- _data/simple-icons.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 9df25f0d3f3b..3f886eb15471 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -7843,7 +7843,7 @@ }, { "title": "LibreOffice Base", - "hex": "B63AD3", + "hex": "7324A9", "source": "https://github.com/LibreOffice/help/blob/e3b1cce7dde7e964c7670dd24a167e750654685a/source/media/navigation/libo-base.svg", "guidelines": "https://wiki.documentfoundation.org/Design/Branding", "license": { From 9b4e25c5c44385f7a74bcb74d527c43653153b78 Mon Sep 17 00:00:00 2001 From: Joe Clack <28568841+Lordfirespeed@users.noreply.github.com> Date: Mon, 11 Dec 2023 15:08:46 +0000 Subject: [PATCH 10/60] Add Thunderstore (#10025) --- _data/simple-icons.json | 6 ++++++ icons/thunderstore.svg | 1 + 2 files changed, 7 insertions(+) create mode 100644 icons/thunderstore.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 3f886eb15471..5f42c8bbb5dc 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -14204,6 +14204,12 @@ "hex": "0A84FF", "source": "https://design.thunderbird.net/resources/logo" }, + { + "title": "Thunderstore", + "hex": "23FFB0", + "source": "https://github.com/thunderstore-io/brand-guidelines/blob/7b5d4b62ca192a61b8ce5842cd8f5ad1f24ffcfd/assets/logo/thunderstore-logomark-black.svg", + "guidelines": "https://github.com/thunderstore-io/brand-guidelines" + }, { "title": "Thurgauer Kantonalbank", "hex": "006D41", diff --git a/icons/thunderstore.svg b/icons/thunderstore.svg new file mode 100644 index 000000000000..e27fb4d60367 --- /dev/null +++ b/icons/thunderstore.svg @@ -0,0 +1 @@ +Thunderstore \ No newline at end of file From 0b31a376ab79df6ed8d2a43fdf48d73f408d4713 Mon Sep 17 00:00:00 2001 From: Walstan Baptista Date: Tue, 12 Dec 2023 06:53:46 -0600 Subject: [PATCH 11/60] Add Frappe and ERPNext icons (#9245) Co-authored-by: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com> --- _data/simple-icons.json | 10 ++++++++++ icons/erpnext.svg | 1 + icons/frappe.svg | 1 + 3 files changed, 12 insertions(+) create mode 100644 icons/erpnext.svg create mode 100644 icons/frappe.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 5f42c8bbb5dc..79bfdab7e7a4 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -4333,6 +4333,11 @@ "hex": "A90533", "source": "https://github.com/erlang/erlide_eclipse/blob/99d1d61fde8e32ef1630ca0e1b05a6822b3d6489/meta/media/erlang-logo.svg" }, + { + "title": "ERPNext", + "hex": "0089FF", + "source": "https://github.com/frappe/erpnext/blob/924911e74317f95a59f29e9410d4f141020a0411/erpnext/public/images/erpnext-logo.svg" + }, { "title": "esbuild", "hex": "FFCF00", @@ -5027,6 +5032,11 @@ "hex": "EC6237", "source": "https://www.franprix.fr" }, + { + "title": "Frappe", + "hex": "0089FF", + "source": "https://github.com/frappe/frappe/blob/1331fa6f721122805d15894fa3bd9eb90dccdca2/frappe/public/images/frappe-framework-logo.svg" + }, { "title": "Fraunhofer-Gesellschaft", "hex": "179C7D", diff --git a/icons/erpnext.svg b/icons/erpnext.svg new file mode 100644 index 000000000000..6c26e028c937 --- /dev/null +++ b/icons/erpnext.svg @@ -0,0 +1 @@ +ERPNext \ No newline at end of file diff --git a/icons/frappe.svg b/icons/frappe.svg new file mode 100644 index 000000000000..b84976a77c68 --- /dev/null +++ b/icons/frappe.svg @@ -0,0 +1 @@ +Frappe \ No newline at end of file From c7ae57c61fe5a3e73604270be01edf8bcfbd2e50 Mon Sep 17 00:00:00 2001 From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com> Date: Tue, 12 Dec 2023 13:27:18 +0000 Subject: [PATCH 12/60] Update Facebook URLs (#10069) * Update Facebook URLs * Remove trailing slashes --------- --- _data/simple-icons.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 79bfdab7e7a4..19f3be119108 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -4510,8 +4510,8 @@ { "title": "Facebook", "hex": "0866FF", - "source": "https://about.meta.com/brand/resources/facebookapp/logo", - "guidelines": "https://about.meta.com/brand/resources/facebookapp/logo" + "source": "https://about.meta.com/brand/resources/facebook/logo", + "guidelines": "https://about.meta.com/brand/resources/facebook/logo" }, { "title": "Facebook Gaming", From 475d84a634894b09ad47c11d41f504fbe66b904d Mon Sep 17 00:00:00 2001 From: Isaac Santana Date: Tue, 12 Dec 2023 10:31:27 -0300 Subject: [PATCH 13/60] Add Code Blocks icon (#7335) Co-authored-by: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com> --- _data/simple-icons.json | 5 +++++ icons/codeblocks.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/codeblocks.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 19f3be119108..956ee068f387 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2867,6 +2867,11 @@ "hex": "000000", "source": "https://codeclimate.com/github/codeclimate/python-test-reporter/badges/" }, + { + "title": "Code::Blocks", + "hex": "41AD48", + "source": "https://wiki.codeblocks.org/index.php/Main_Page" + }, { "title": "Codeberg", "hex": "2185D0", diff --git a/icons/codeblocks.svg b/icons/codeblocks.svg new file mode 100644 index 000000000000..b190486180a3 --- /dev/null +++ b/icons/codeblocks.svg @@ -0,0 +1 @@ +Code::Blocks \ No newline at end of file From 19ad4b54fba47ed2ad5089ecc5e2ea6a7e18c0f0 Mon Sep 17 00:00:00 2001 From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com> Date: Tue, 12 Dec 2023 13:39:45 +0000 Subject: [PATCH 14/60] Update NBC icon (#10067) --- icons/nbc.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/nbc.svg b/icons/nbc.svg index 7b829e375f9e..637951609ce0 100644 --- a/icons/nbc.svg +++ b/icons/nbc.svg @@ -1 +1 @@ -NBC \ No newline at end of file +NBC \ No newline at end of file From 21f29b48e071bd5f29ad4dccefeb76254b01b067 Mon Sep 17 00:00:00 2001 From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com> Date: Tue, 12 Dec 2023 21:44:56 +0000 Subject: [PATCH 15/60] Update Cypress (#10070) * Update Cypress * Update color following discussion --- _data/simple-icons.json | 4 ++-- icons/cypress.svg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 956ee068f387..9df916b8e832 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3368,8 +3368,8 @@ }, { "title": "Cypress", - "hex": "17202C", - "source": "https://cypress.io" + "hex": "69D3A7", + "source": "https://www.cypress.io/press-kit" }, { "title": "Cytoscape.js", diff --git a/icons/cypress.svg b/icons/cypress.svg index 96ac3328573c..1384213b2059 100644 --- a/icons/cypress.svg +++ b/icons/cypress.svg @@ -1 +1 @@ -Cypress \ No newline at end of file +Cypress \ No newline at end of file From a4c3aed09146d570c1c7d6b4ed5fbedb77b65265 Mon Sep 17 00:00:00 2001 From: Sam Vendittelli Date: Wed, 13 Dec 2023 10:52:39 +0000 Subject: [PATCH 16/60] Add Metacritic (#10078) --- _data/simple-icons.json | 6 ++++++ icons/metacritic.svg | 1 + 2 files changed, 7 insertions(+) create mode 100644 icons/metacritic.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 9df916b8e832..0f5d2d06df40 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -8585,6 +8585,12 @@ "hex": "509EE3", "source": "https://www.metabase.com" }, + { + "title": "Metacritic", + "hex": "000000", + "source": "https://www.metacritic.com", + "guidelines": "https://developer.iva-api.com/docs/v2/metacritic-brand-guidelines" + }, { "title": "MetaFilter", "hex": "065A8F", diff --git a/icons/metacritic.svg b/icons/metacritic.svg new file mode 100644 index 000000000000..0eb45a6e5343 --- /dev/null +++ b/icons/metacritic.svg @@ -0,0 +1 @@ +Metacritic \ No newline at end of file From d3ee265717a7363014490edecc1b7d67b26260ac Mon Sep 17 00:00:00 2001 From: Sigurd Spieckermann <2206639+sisp@users.noreply.github.com> Date: Wed, 13 Dec 2023 12:02:24 +0100 Subject: [PATCH 17/60] Add pipx (#10072) --- _data/simple-icons.json | 5 +++++ icons/pipx.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/pipx.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 0f5d2d06df40..2f4672d96b26 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -10646,6 +10646,11 @@ "hex": "1A1928", "source": "https://www.pioneerdj.com" }, + { + "title": "pipx", + "hex": "2CFFAA", + "source": "https://github.com/pypa/pipx/blob/fc9c95349cfcec1d886c26b70329257de53e10cb/logo.svg" + }, { "title": "Pivotal Tracker", "hex": "517A9E", diff --git a/icons/pipx.svg b/icons/pipx.svg new file mode 100644 index 000000000000..a56fdc04afaa --- /dev/null +++ b/icons/pipx.svg @@ -0,0 +1 @@ +pipx \ No newline at end of file From dde3f3a676117c16dc5af630307904e724e659b0 Mon Sep 17 00:00:00 2001 From: Lana A Date: Wed, 13 Dec 2023 11:20:22 +0000 Subject: [PATCH 18/60] Add Qase (#9907) Co-authored-by: PratyushJayachandran <35000807+PratyushJayachandran@users.noreply.github.com> --- _data/simple-icons.json | 9 +++++++++ icons/qase.svg | 1 + 2 files changed, 10 insertions(+) create mode 100644 icons/qase.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 2f4672d96b26..d5570409fd43 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -11391,6 +11391,15 @@ "hex": "E40000", "source": "https://www.qantas.com" }, + { + "title": "Qase", + "hex": "4F46DC", + "source": "https://qase.io", + "license": { + "type": "custom", + "url": "https://github.com/simple-icons/simple-icons/pull/9907#issuecomment-1831377594" + } + }, { "title": "Qatar Airways", "hex": "5C0D34", diff --git a/icons/qase.svg b/icons/qase.svg new file mode 100644 index 000000000000..d4d4adb01c70 --- /dev/null +++ b/icons/qase.svg @@ -0,0 +1 @@ +Qase \ No newline at end of file From 1ebec0c98ceea3d4d3fdde46d5deab4b027467df Mon Sep 17 00:00:00 2001 From: Lana A Date: Wed, 13 Dec 2023 13:14:55 +0000 Subject: [PATCH 19/60] Add Charles icon (#9906) --- _data/simple-icons.json | 5 +++++ icons/charles.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/charles.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index d5570409fd43..95e7ed1fb054 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2516,6 +2516,11 @@ "hex": "AAFF89", "source": "https://www.channel4.com" }, + { + "title": "Charles", + "hex": "F3F5F5", + "source": "https://www.charlesproxy.com" + }, { "title": "Chart.js", "hex": "FF6384", diff --git a/icons/charles.svg b/icons/charles.svg new file mode 100644 index 000000000000..86e5f0849d1e --- /dev/null +++ b/icons/charles.svg @@ -0,0 +1 @@ +Charles \ No newline at end of file From 991bd5a14b622a2d7757c9c4d5468a4f33880f33 Mon Sep 17 00:00:00 2001 From: Alexandre Paradis Date: Wed, 13 Dec 2023 08:43:36 -0500 Subject: [PATCH 20/60] =?UTF-8?q?Add=20T=C3=A9l=C3=A9-Qu=C3=A9bec=20(#1007?= =?UTF-8?q?6)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com> --- _data/simple-icons.json | 5 +++++ icons/telequebec.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/telequebec.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 95e7ed1fb054..e6164937303c 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -14029,6 +14029,11 @@ "source": "https://github.com/cdfoundation/artwork/blob/3e748ca9cf9c3136a4a571f7655271b568c16a64/tekton/icon/black/tekton-icon-black.svg", "guidelines": "https://github.com/cdfoundation/artwork/blob/main/tekton/tekton_brand_guide.pdf" }, + { + "title": "Télé-Québec", + "hex": "1343FB", + "source": "https://www.telequebec.tv/societe/logo-et-normes-techniques" + }, { "title": "TELE5", "hex": "C2AD6F", diff --git a/icons/telequebec.svg b/icons/telequebec.svg new file mode 100644 index 000000000000..d84667440344 --- /dev/null +++ b/icons/telequebec.svg @@ -0,0 +1 @@ +Télé-Québec \ No newline at end of file From f96c6191690d712bb78ebcc5a50a1f240d298a8f Mon Sep 17 00:00:00 2001 From: David Legrand <1110600+davlgd@users.noreply.github.com> Date: Wed, 13 Dec 2023 17:18:06 +0100 Subject: [PATCH 21/60] Add Clever Cloud (#10083) --- _data/simple-icons.json | 5 +++++ icons/clevercloud.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/clevercloud.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index e6164937303c..79ccdd2b821b 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2713,6 +2713,11 @@ "hex": "6C47FF", "source": "https://clerk.com" }, + { + "title": "Clever Cloud", + "hex": "171C36", + "source": "https://www.clever-cloud.com" + }, { "title": "ClickHouse", "hex": "FFCC01", diff --git a/icons/clevercloud.svg b/icons/clevercloud.svg new file mode 100644 index 000000000000..7612e0af0501 --- /dev/null +++ b/icons/clevercloud.svg @@ -0,0 +1 @@ +Clever Cloud \ No newline at end of file From be3a2649a3fbbf6cf00065cf156d1ef6058f7cab Mon Sep 17 00:00:00 2001 From: prem munagapati <54018894+Mvlprem@users.noreply.github.com> Date: Thu, 14 Dec 2023 14:58:17 +0530 Subject: [PATCH 22/60] add date-fns icon (#10093) --- _data/simple-icons.json | 5 +++++ icons/datefns.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/datefns.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 79ccdd2b821b..21d6bef9b44e 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3541,6 +3541,11 @@ "url": "https://docs.microsoft.com/en-us/power-platform/guidance/icons" } }, + { + "title": "date-fns", + "hex": "770C56", + "source": "https://date-fns.org" + }, { "title": "DatoCMS", "hex": "FF7751", diff --git a/icons/datefns.svg b/icons/datefns.svg new file mode 100644 index 000000000000..d96d40cc2032 --- /dev/null +++ b/icons/datefns.svg @@ -0,0 +1 @@ +date-fns \ No newline at end of file From 5a23c549b7ac12c7142d76e2648b8084e0c9082b Mon Sep 17 00:00:00 2001 From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com> Date: Thu, 14 Dec 2023 09:34:47 +0000 Subject: [PATCH 23/60] Update Slides icon (#10089) --- icons/slides.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/slides.svg b/icons/slides.svg index cb5b88888475..d975dec3e885 100644 --- a/icons/slides.svg +++ b/icons/slides.svg @@ -1 +1 @@ -Slides \ No newline at end of file +Slides \ No newline at end of file From c2336e6114dda1d7e2a7a22092792bbedcc7e541 Mon Sep 17 00:00:00 2001 From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com> Date: Thu, 14 Dec 2023 09:53:23 +0000 Subject: [PATCH 24/60] Add TrillerTV (Replaces FITE) (#10097) --- _data/simple-icons.json | 5 +++++ icons/trillertv.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/trillertv.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 21d6bef9b44e..44af787adb6b 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -14529,6 +14529,11 @@ "hex": "FF0089", "source": "https://triller.co" }, + { + "title": "TrillerTV", + "hex": "E61414", + "source": "https://fite.tv" + }, { "title": "Trino", "hex": "DD00A1", diff --git a/icons/trillertv.svg b/icons/trillertv.svg new file mode 100644 index 000000000000..7abc758fb9f4 --- /dev/null +++ b/icons/trillertv.svg @@ -0,0 +1 @@ +TrillerTV \ No newline at end of file From 0c14b46ff339e16778a028d97f034c1bcb204074 Mon Sep 17 00:00:00 2001 From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com> Date: Thu, 14 Dec 2023 09:57:18 +0000 Subject: [PATCH 25/60] Update Kinopoisk (#10084) --- _data/simple-icons.json | 7 ++++--- icons/kinopoisk.svg | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 44af787adb6b..9477eb91640f 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -7469,9 +7469,10 @@ "source": "https://www.kingston.com" }, { - "title": "KinoPoisk", - "hex": "FF6600", - "source": "https://www.kinopoisk.ru", + "title": "Kinopoisk", + "hex": "FF5500", + "source": "https://www.kinopoisk.ru/special/branding", + "guidelines": "https://www.kinopoisk.ru/special/branding", "aliases": { "loc": { "ru-RU": "КиноПоиск" diff --git a/icons/kinopoisk.svg b/icons/kinopoisk.svg index 173bedf10b16..f1ae6a28df8b 100644 --- a/icons/kinopoisk.svg +++ b/icons/kinopoisk.svg @@ -1 +1 @@ -KinoPoisk \ No newline at end of file +Kinopoisk \ No newline at end of file From 5d5d44ccb56a2409f21b0ac76c5550ba3a230815 Mon Sep 17 00:00:00 2001 From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com> Date: Thu, 14 Dec 2023 10:07:12 +0000 Subject: [PATCH 26/60] Add Logitech G (#10063) --- _data/simple-icons.json | 5 +++++ icons/logitechg.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/logitechg.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 9477eb91640f..b9fcb1f22d9f 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -8101,6 +8101,11 @@ "hex": "00B8FC", "source": "https://www.logitech.com/en-us/pr/library" }, + { + "title": "Logitech G", + "hex": "00B8FC", + "source": "https://www.logitechg.com" + }, { "title": "LogMeIn", "hex": "45B6F2", diff --git a/icons/logitechg.svg b/icons/logitechg.svg new file mode 100644 index 000000000000..bd4131cf06e4 --- /dev/null +++ b/icons/logitechg.svg @@ -0,0 +1 @@ +Logitech G \ No newline at end of file From 0502c60de25d1d69c38385e57092e36d5525b47e Mon Sep 17 00:00:00 2001 From: adrianmgg <2adrian2@gmail.com> Date: Thu, 14 Dec 2023 10:19:19 +0000 Subject: [PATCH 27/60] Add Greasy Fork (#10095) --- _data/simple-icons.json | 8 ++++++++ icons/greasyfork.svg | 1 + 2 files changed, 9 insertions(+) create mode 100644 icons/greasyfork.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index b9fcb1f22d9f..dc222a018e4b 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -5908,6 +5908,14 @@ "hex": "FF3633", "source": "https://www.graylog.org" }, + { + "title": "Greasy Fork", + "hex": "670000", + "source": "https://github.com/JasonBarnabe/greasyfork/blob/bfeb5f405e03fb32ebc86df7e11c83ca1cb79ddb/misc/logos/logo512.xcf", + "license": { + "type": "GPL-3.0-only" + } + }, { "title": "Great Learning", "hex": "0E39A9", diff --git a/icons/greasyfork.svg b/icons/greasyfork.svg new file mode 100644 index 000000000000..48be86dfa494 --- /dev/null +++ b/icons/greasyfork.svg @@ -0,0 +1 @@ +Greasy Fork \ No newline at end of file From 1d1e33cc9df8e4cb0def97cede7fcd2f3bac0763 Mon Sep 17 00:00:00 2001 From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com> Date: Thu, 14 Dec 2023 10:21:38 +0000 Subject: [PATCH 28/60] Update Glassdoor (#10071) --- _data/simple-icons.json | 6 +++--- icons/glassdoor.svg | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index dc222a018e4b..2103db9dafb3 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -5387,9 +5387,9 @@ }, { "title": "Glassdoor", - "hex": "0CAA41", - "source": "https://www.glassdoor.com/about-us/press/media-assets/", - "guidelines": "https://www.glassdoor.com/about-us/press/media-assets/" + "hex": "00A162", + "source": "https://www.glassdoor.com/about/newsroom", + "guidelines": "https://www.glassdoor.com/about/newsroom" }, { "title": "Glitch", diff --git a/icons/glassdoor.svg b/icons/glassdoor.svg index d67677fc9259..7d81c6a5fb81 100644 --- a/icons/glassdoor.svg +++ b/icons/glassdoor.svg @@ -1 +1 @@ -Glassdoor \ No newline at end of file +Glassdoor \ No newline at end of file From e531f1b349ff35ae1be0531abc8347d1eae9fbb6 Mon Sep 17 00:00:00 2001 From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com> Date: Thu, 14 Dec 2023 10:23:42 +0000 Subject: [PATCH 29/60] Update IVECO (#10068) --- _data/simple-icons.json | 4 ++-- icons/iveco.svg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 2103db9dafb3..a6194ad1cfe1 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -6978,8 +6978,8 @@ }, { "title": "IVECO", - "hex": "004994", - "source": "https://www.iveco.com/germany/Pages/Home-page.aspx" + "hex": "1554FF", + "source": "https://www.iveco.com/global/welcome" }, { "title": "Jabber", diff --git a/icons/iveco.svg b/icons/iveco.svg index ce67600cf446..3c934297640a 100644 --- a/icons/iveco.svg +++ b/icons/iveco.svg @@ -1 +1 @@ -IVECO \ No newline at end of file +IVECO \ No newline at end of file From 1d09a00c83b98a730671fee0e8a0d278cdb6040b Mon Sep 17 00:00:00 2001 From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com> Date: Thu, 14 Dec 2023 10:33:11 +0000 Subject: [PATCH 30/60] Add Semantic UI (#10029) --- _data/simple-icons.json | 5 +++++ icons/semanticui.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/semanticui.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index a6194ad1cfe1..747d510700ad 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -12613,6 +12613,11 @@ "hex": "1857B6", "source": "https://www.semanticscholar.org/about" }, + { + "title": "Semantic UI", + "hex": "00B5AD", + "source": "https://semantic-ui.com" + }, { "title": "Semantic UI React", "hex": "35BDB2", diff --git a/icons/semanticui.svg b/icons/semanticui.svg new file mode 100644 index 000000000000..c160b27e72ff --- /dev/null +++ b/icons/semanticui.svg @@ -0,0 +1 @@ +Semantic UI \ No newline at end of file From 11b34ccd909ab0fe8907edce404dd3af0c581f4f Mon Sep 17 00:00:00 2001 From: Sumit <97377089+sumit2011@users.noreply.github.com> Date: Thu, 14 Dec 2023 16:41:02 +0530 Subject: [PATCH 31/60] Airtel (#9709) Co-authored-by: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com> --- _data/simple-icons.json | 5 +++++ icons/airtel.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/airtel.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 747d510700ad..58d3ce514817 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -446,6 +446,11 @@ "hex": "18BFFF", "source": "https://airtable.com/press" }, + { + "title": "Airtel", + "hex": "E40000", + "source": "https://www.airtel.in/logo-tune" + }, { "title": "Ajv", "hex": "23C8D2", diff --git a/icons/airtel.svg b/icons/airtel.svg new file mode 100644 index 000000000000..6f71ea437ae9 --- /dev/null +++ b/icons/airtel.svg @@ -0,0 +1 @@ +Airtel \ No newline at end of file From c3fa710f405824e44fb1f38f40986a65e9346ad5 Mon Sep 17 00:00:00 2001 From: 21st <60197499+21st-centuryman@users.noreply.github.com> Date: Thu, 14 Dec 2023 13:01:19 +0100 Subject: [PATCH 32/60] Add: Linuxserver (#9616) Co-authored-by: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com> --- _data/simple-icons.json | 5 +++++ icons/linuxserver.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/linuxserver.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 58d3ce514817..24ecc683619c 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -8046,6 +8046,11 @@ "source": "https://lpi.org/logos", "guidelines": "https://lpi.org/logos" }, + { + "title": "LinuxServer", + "hex": "DA3B8A", + "source": "https://github.com/linuxserver/docker-documentation/blob/be0a78849bc87dec372721ffd6f267527d07815d/docs/assets/icon.svg" + }, { "title": "Lion Air", "hex": "ED3237", diff --git a/icons/linuxserver.svg b/icons/linuxserver.svg new file mode 100644 index 000000000000..6f149e8ee83c --- /dev/null +++ b/icons/linuxserver.svg @@ -0,0 +1 @@ +LinuxServer \ No newline at end of file From 2bb826da1ec5dcb983c2b6b480eb861b504f2a7e Mon Sep 17 00:00:00 2001 From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com> Date: Thu, 14 Dec 2023 15:01:38 +0000 Subject: [PATCH 33/60] Add NetEase Cloud Music (#10062) --- _data/simple-icons.json | 10 ++++++++++ icons/neteasecloudmusic.svg | 1 + 2 files changed, 11 insertions(+) create mode 100644 icons/neteasecloudmusic.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 24ecc683619c..23a6056afb11 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -9376,6 +9376,16 @@ "source": "https://www.netcup.de/static/assets/images/favicons/favicon.svg", "guidelines": "https://www.netcup.eu/ueber-netcup/werbemittel" }, + { + "title": "NetEase Cloud Music", + "hex": "D43C33", + "source": "https://y.music.163.com/m", + "aliases": { + "loc": { + "zh-CN": "网易云音乐" + } + } + }, { "title": "Netflix", "hex": "E50914", diff --git a/icons/neteasecloudmusic.svg b/icons/neteasecloudmusic.svg new file mode 100644 index 000000000000..55b500d791a8 --- /dev/null +++ b/icons/neteasecloudmusic.svg @@ -0,0 +1 @@ +NetEase Cloud Music \ No newline at end of file From 0e66178f93f5fd2fb2fb59200880bee8dba001bc Mon Sep 17 00:00:00 2001 From: Sophie Danneels Date: Thu, 14 Dec 2023 10:44:12 -0500 Subject: [PATCH 34/60] Add Uniqlo (#9754) Co-authored-by: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com> --- _data/simple-icons.json | 5 +++++ icons/uniqlo.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/uniqlo.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 23a6056afb11..dadfe326185e 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -14850,6 +14850,11 @@ "hex": "1F36C7", "source": "https://www.unilever.com/our-company/the-logo" }, + { + "title": "Uniqlo", + "hex": "FF0000", + "source": "https://www.uniqlo.com" + }, { "title": "United Airlines", "hex": "002244", diff --git a/icons/uniqlo.svg b/icons/uniqlo.svg new file mode 100644 index 000000000000..eb6e22075906 --- /dev/null +++ b/icons/uniqlo.svg @@ -0,0 +1 @@ +Uniqlo \ No newline at end of file From 65a7d2e6bf1f18d8af71b013eeaa11f84ca16d16 Mon Sep 17 00:00:00 2001 From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com> Date: Thu, 14 Dec 2023 15:46:42 +0000 Subject: [PATCH 35/60] Add Uniqlo (Japan) (#10102) --- _data/simple-icons.json | 11 +++++++++++ icons/uniqlo_ja.svg | 1 + 2 files changed, 12 insertions(+) create mode 100644 icons/uniqlo_ja.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index dadfe326185e..cf9a1716aa77 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -14855,6 +14855,17 @@ "hex": "FF0000", "source": "https://www.uniqlo.com" }, + { + "title": "Uniqlo", + "slug": "uniqlo_ja", + "hex": "FF0000", + "source": "https://www.uniqlo.com", + "aliases": { + "loc": { + "ja-JP": "ユニクロ" + } + } + }, { "title": "United Airlines", "hex": "002244", diff --git a/icons/uniqlo_ja.svg b/icons/uniqlo_ja.svg new file mode 100644 index 000000000000..8b3526b2ced4 --- /dev/null +++ b/icons/uniqlo_ja.svg @@ -0,0 +1 @@ +Uniqlo \ No newline at end of file From c3e92ac07fc3ba851305c05d8b02337a899856e6 Mon Sep 17 00:00:00 2001 From: Dushmanta Date: Thu, 14 Dec 2023 21:21:50 +0530 Subject: [PATCH 36/60] Add Showwcase icon (#8593) Co-authored-by: John Wesley Co-authored-by: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com> --- _data/simple-icons.json | 5 +++++ icons/showwcase.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/showwcase.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index cf9a1716aa77..e4cc0efa97c1 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -12823,6 +12823,11 @@ "hex": "B10000", "source": "https://commons.wikimedia.org/wiki/File:Showtime.svg" }, + { + "title": "Showwcase", + "hex": "0A0D14", + "source": "https://www.showwcase.com" + }, { "title": "Shutterstock", "hex": "EE2B24", diff --git a/icons/showwcase.svg b/icons/showwcase.svg new file mode 100644 index 000000000000..c67f6d8805a7 --- /dev/null +++ b/icons/showwcase.svg @@ -0,0 +1 @@ +Showwcase \ No newline at end of file From d801abaa055d6a45c9722ef48902f994387a6b8d Mon Sep 17 00:00:00 2001 From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com> Date: Thu, 14 Dec 2023 16:16:07 +0000 Subject: [PATCH 37/60] =?UTF-8?q?Update=20Citro=C3=ABn=20(#10101)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _data/simple-icons.json | 4 ++-- icons/citroen.svg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index e4cc0efa97c1..4aba28b0d8a5 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2679,8 +2679,8 @@ }, { "title": "Citroën", - "hex": "6E6E6E", - "source": "https://citroen.pcaci.co.uk/logo.php" + "hex": "DA291C", + "source": "https://www.stellantis.com/en/brands/citroen" }, { "title": "CiviCRM", diff --git a/icons/citroen.svg b/icons/citroen.svg index 128db1771e56..7eeb2e0d997f 100644 --- a/icons/citroen.svg +++ b/icons/citroen.svg @@ -1 +1 @@ -Citroën \ No newline at end of file +Citroën \ No newline at end of file From b98f56b447bceb8b666095da263bc1127790c489 Mon Sep 17 00:00:00 2001 From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com> Date: Thu, 14 Dec 2023 16:19:00 +0000 Subject: [PATCH 38/60] Update Bugatti (#10099) --- _data/simple-icons.json | 4 ++-- icons/bugatti.svg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 4aba28b0d8a5..19a316263a62 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2204,8 +2204,8 @@ }, { "title": "Bugatti", - "hex": "BE0030", - "source": "https://www.bugatti.com" + "hex": "000000", + "source": "https://newsroom.bugatti.com" }, { "title": "Bugcrowd", diff --git a/icons/bugatti.svg b/icons/bugatti.svg index dff5e40c859f..857700942cb1 100644 --- a/icons/bugatti.svg +++ b/icons/bugatti.svg @@ -1 +1 @@ -Bugatti \ No newline at end of file +Bugatti \ No newline at end of file From eefea226ea4eb149a4eb81055ff37d790fd38c99 Mon Sep 17 00:00:00 2001 From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com> Date: Thu, 14 Dec 2023 16:21:43 +0000 Subject: [PATCH 39/60] Update Channel 4 (#10100) --- _data/simple-icons.json | 3 ++- icons/channel4.svg | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 19a316263a62..93debf14666f 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2519,7 +2519,8 @@ { "title": "Channel 4", "hex": "AAFF89", - "source": "https://www.channel4.com" + "source": "https://mediaassets.channel4.com/guidelines/guide/34286b7b-ea25-404d-a43b-e912fc85b0e0/page/8a2dd59a-51df-4f47-aa37-c235a761455e", + "guidelines": "https://mediaassets.channel4.com/guidelines/guide/34286b7b-ea25-404d-a43b-e912fc85b0e0" }, { "title": "Charles", diff --git a/icons/channel4.svg b/icons/channel4.svg index c0e809ca2034..56042a6fa100 100644 --- a/icons/channel4.svg +++ b/icons/channel4.svg @@ -1 +1 @@ -Channel 4 \ No newline at end of file +Channel 4 \ No newline at end of file From e4d071e4194415ca9c9058df8df3e7acfafecd23 Mon Sep 17 00:00:00 2001 From: prem munagapati <54018894+Mvlprem@users.noreply.github.com> Date: Thu, 14 Dec 2023 21:53:46 +0530 Subject: [PATCH 40/60] add Runrun.it icon (#10050) (#10103) --- _data/simple-icons.json | 6 ++++++ icons/runrundotit.svg | 1 + 2 files changed, 7 insertions(+) create mode 100644 icons/runrundotit.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 93debf14666f..f444a8ed9a90 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -12338,6 +12338,12 @@ "hex": "491757", "source": "https://www.npmjs.com/package/@runkit/brand" }, + { + "title": "Runrun.it", + "hex": "DB3729", + "source": "https://runrun.it/en-US/project-management-logos-icons", + "guidelines": "https://runrun.it/en-US/project-management-logos-icons" + }, { "title": "Rust", "hex": "000000", diff --git a/icons/runrundotit.svg b/icons/runrundotit.svg new file mode 100644 index 000000000000..bdc0c9c5c4d2 --- /dev/null +++ b/icons/runrundotit.svg @@ -0,0 +1 @@ +Runrun.it \ No newline at end of file From c8bf495a94e859602c6aa71e98818643a4f7c77a Mon Sep 17 00:00:00 2001 From: LitoMore Date: Fri, 15 Dec 2023 00:28:27 +0800 Subject: [PATCH 41/60] Update Riot Games icon (#10105) --- _data/simple-icons.json | 2 +- icons/riotgames.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index f444a8ed9a90..db45beda89d9 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -12076,7 +12076,7 @@ }, { "title": "Riot Games", - "hex": "D32936", + "hex": "EB0029", "source": "https://www.riotgames.com/en/press" }, { diff --git a/icons/riotgames.svg b/icons/riotgames.svg index fd936c0622e5..9cb26ead7c88 100644 --- a/icons/riotgames.svg +++ b/icons/riotgames.svg @@ -1 +1 @@ -Riot Games \ No newline at end of file +Riot Games \ No newline at end of file From 8ed9760fb576e6cfaddfd7bc131aeab986e31802 Mon Sep 17 00:00:00 2001 From: Andreas Hinterreiter Date: Thu, 14 Dec 2023 17:36:01 +0100 Subject: [PATCH 42/60] Add OSF (#7700) Co-authored-by: PratyushJayachandran <35000807+PratyushJayachandran@users.noreply.github.com> Co-authored-by: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com> --- _data/simple-icons.json | 16 ++++++++++++++++ icons/osf.svg | 1 + 2 files changed, 17 insertions(+) create mode 100644 icons/osf.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index db45beda89d9..da794245dfe0 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -10194,6 +10194,22 @@ "hex": "7764FA", "source": "https://www.osano.com/company/assets" }, + { + "title": "OSF", + "hex": "2CB9F1", + "source": "https://github.com/CenterForOpenScience/osf.io/blob/de170682924278eba1db9d6e1c50166bf43700e0/website/static/img/circle_logo.png", + "aliases": { + "aka": [ + "Open Science Framework" + ], + "dup": [ + { + "title": "Center for Open Science", + "source": "https://www.cos.io/initiatives/top-guidelines" + } + ] + } + }, { "title": "OSGeo", "hex": "5CAE58", diff --git a/icons/osf.svg b/icons/osf.svg new file mode 100644 index 000000000000..14891d1989d1 --- /dev/null +++ b/icons/osf.svg @@ -0,0 +1 @@ +OSF \ No newline at end of file From c419ff85d1a9e11e7b6c391c8b4b1f604d3f8e63 Mon Sep 17 00:00:00 2001 From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com> Date: Thu, 14 Dec 2023 16:46:34 +0000 Subject: [PATCH 43/60] Update Counter-Strike (#10106) --- _data/simple-icons.json | 2 +- icons/counterstrike.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index da794245dfe0..b84ecc06f09b 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3210,7 +3210,7 @@ { "title": "Counter-Strike", "hex": "000000", - "source": "https://en.wikipedia.org/wiki/File:CS-GO_Logo.svg" + "source": "https://www.counter-strike.net" }, { "title": "CountingWorks PRO", diff --git a/icons/counterstrike.svg b/icons/counterstrike.svg index eed35f12de8f..2a6bfaf9d44d 100644 --- a/icons/counterstrike.svg +++ b/icons/counterstrike.svg @@ -1 +1 @@ -Counter-Strike \ No newline at end of file +Counter-Strike \ No newline at end of file From 16954ac35494c240680cfa92ebc9e5af00dbefe1 Mon Sep 17 00:00:00 2001 From: Yazan Hamad <53478218+Yazan-Hamad@users.noreply.github.com> Date: Thu, 14 Dec 2023 19:59:33 +0300 Subject: [PATCH 44/60] Add The Odin Project (#9161) --- _data/simple-icons.json | 5 +++++ icons/theodinproject.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/theodinproject.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index b84ecc06f09b..dffd4bda38df 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -14265,6 +14265,11 @@ "hex": "000000", "source": "https://www.thenorthface.com" }, + { + "title": "The Odin Project", + "hex": "A9792B", + "source": "https://www.theodinproject.com" + }, { "title": "The Register", "hex": "FF0000", diff --git a/icons/theodinproject.svg b/icons/theodinproject.svg new file mode 100644 index 000000000000..8195da08b995 --- /dev/null +++ b/icons/theodinproject.svg @@ -0,0 +1 @@ +The Odin Project \ No newline at end of file From 023743b383371b8f4d28a37230a52a6cee014853 Mon Sep 17 00:00:00 2001 From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com> Date: Thu, 14 Dec 2023 20:17:48 +0000 Subject: [PATCH 45/60] Update Dolby (#10107) --- _data/simple-icons.json | 2 +- icons/dolby.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index dffd4bda38df..dd70ed8e042b 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3890,7 +3890,7 @@ { "title": "Dolby", "hex": "000000", - "source": "https://www.dolby.com/us/en/about/brand-identity.html" + "source": "https://www.dolby.com" }, { "title": "DoorDash", diff --git a/icons/dolby.svg b/icons/dolby.svg index 892c40646704..d45ffa28fa8a 100644 --- a/icons/dolby.svg +++ b/icons/dolby.svg @@ -1 +1 @@ -Dolby \ No newline at end of file +Dolby \ No newline at end of file From 7185d367013b99211c2728d5007833a922ec12c7 Mon Sep 17 00:00:00 2001 From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com> Date: Thu, 14 Dec 2023 20:43:41 +0000 Subject: [PATCH 46/60] Update Android (#10085) --- _data/simple-icons.json | 5 +++-- icons/android.svg | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index dd70ed8e042b..0f09be868b41 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -883,8 +883,9 @@ }, { "title": "Android", - "hex": "3DDC84", - "source": "https://www.android.com" + "hex": "34A853", + "source": "https://partnermarketinghub.withgoogle.com/brands/android/visual-identity/visual-identity/logo-lock-ups", + "guidelines": "https://partnermarketinghub.withgoogle.com/brands/android" }, { "title": "Android Auto", diff --git a/icons/android.svg b/icons/android.svg index a7702d3869ee..3f44ef6ba077 100644 --- a/icons/android.svg +++ b/icons/android.svg @@ -1 +1 @@ -Android \ No newline at end of file +Android \ No newline at end of file From cb0dcf4f0c67ceb8121be6a8407d0ffa6fcf13ae Mon Sep 17 00:00:00 2001 From: Anthony Brierly <133928291+tonyb650@users.noreply.github.com> Date: Thu, 14 Dec 2023 14:05:59 -0800 Subject: [PATCH 47/60] Add ComicFury (#10013) * Add ComicFury * Add comicfury * Add ComicFury * Update color ComicFury * Fix hex on ComicFury to uppercase --------- Co-authored-by: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com> --- _data/simple-icons.json | 5 +++++ icons/comicfury.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/comicfury.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 0f09be868b41..36a327326f9d 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3050,6 +3050,11 @@ "hex": "17181B", "source": "https://www.coinmarketcap.com" }, + { + "title": "ComicFury", + "hex": "79BD42", + "source": "https://comicfury.com/images/gator-icon-black.png" + }, { "title": "Commerzbank", "hex": "FFCC33", diff --git a/icons/comicfury.svg b/icons/comicfury.svg new file mode 100644 index 000000000000..6681706aa305 --- /dev/null +++ b/icons/comicfury.svg @@ -0,0 +1 @@ +ComicFury \ No newline at end of file From 78232ac465e3219dcfc147a3b39d86ca14acae46 Mon Sep 17 00:00:00 2001 From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com> Date: Fri, 15 Dec 2023 08:52:56 +0000 Subject: [PATCH 48/60] Add alias to TrillerTV (#10112) --- _data/simple-icons.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 36a327326f9d..cc76136532ea 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -14610,7 +14610,12 @@ { "title": "TrillerTV", "hex": "E61414", - "source": "https://fite.tv" + "source": "https://fite.tv", + "aliases": { + "old": [ + "FITE" + ] + } }, { "title": "Trino", From 3a611c05f32f861983d8c6327fd5f11b94d89918 Mon Sep 17 00:00:00 2001 From: PratyushJayachandran <35000807+PratyushJayachandran@users.noreply.github.com> Date: Fri, 15 Dec 2023 02:19:20 -0700 Subject: [PATCH 49/60] Add Proteus (#8793) --- _data/simple-icons.json | 5 +++++ icons/proteus.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/proteus.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index cc76136532ea..2363ddd5daed 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -11257,6 +11257,11 @@ "hex": "E6000F", "source": "https://www.prosieben.de" }, + { + "title": "Proteus", + "hex": "1C79B3", + "source": "https://www.labcenter.com" + }, { "title": "Proto.io", "hex": "34A7C1", diff --git a/icons/proteus.svg b/icons/proteus.svg new file mode 100644 index 000000000000..2766d370f0c6 --- /dev/null +++ b/icons/proteus.svg @@ -0,0 +1 @@ +Proteus \ No newline at end of file From beb63e6ca4f3128c9e52f33814fd0df81bb1ce7f Mon Sep 17 00:00:00 2001 From: Alexandre Paradis Date: Fri, 15 Dec 2023 06:26:22 -0500 Subject: [PATCH 50/60] Update metadata (#10092) --- _data/simple-icons.json | 99 ++++++++++++++++++++++------------------- 1 file changed, 52 insertions(+), 47 deletions(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 2363ddd5daed..9fac886e1ca3 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -554,8 +554,9 @@ }, { "title": "Alipay", - "hex": "1890FF", - "source": "https://global.alipay.com" + "hex": "1677FF", + "source": "https://global.alipay.com/docs/ac/website_hk/design", + "guidelines": "https://global.alipay.com/docs/ac/website_hk/design" }, { "title": "Allegro", @@ -3109,7 +3110,7 @@ { "title": "Conda-Forge", "hex": "000000", - "source": "https://github.com/conda-forge/conda-forge.github.io/tree/0fc7dac2b989f3601dcc1be8a9f92c5b617c291e" + "source": "https://github.com/conda-forge/conda-forge.github.io/blob/34adb68298ca266af13c3d615f7af8b6c232f6fb/img/anvil.svg" }, { "title": "Conekta", @@ -3473,7 +3474,7 @@ { "title": "Das Erste", "hex": "001A4B", - "source": "https://en.wikipedia.org/wiki/Das_Erste" + "source": "https://commons.wikimedia.org/wiki/File:Das_Erste_2014.svg" }, { "title": "Dash", @@ -3850,7 +3851,7 @@ { "title": "DLNA", "hex": "48A842", - "source": "https://upload.wikimedia.org/wikipedia/de/e/eb/Digital_Living_Network_Alliance_logo.svg" + "source": "https://commons.wikimedia.org/wiki/File:DLNA_logo.svg" }, { "title": "dm", @@ -6542,7 +6543,7 @@ { "title": "Iata", "hex": "004E81", - "source": "https://upload.wikimedia.org/wikipedia/commons/f/f7/IATAlogo.svg" + "source": "https://commons.wikimedia.org/wiki/File:IATAlogo.svg" }, { "title": "iBeacon", @@ -6755,7 +6756,8 @@ { "title": "Ingress", "hex": "783CBD", - "source": "https://ingress.com/assets/fonts/ingress_icons.woff" + "source": "https://ingress.com", + "guidelines": "https://niantic.helpshift.com/a/ingress/?s=ingress-events&f=brand-and-fan-site-guidelines&p=web" }, { "title": "Inkdrop", @@ -6880,7 +6882,8 @@ { "title": "Internet Explorer", "hex": "0076D6", - "source": "https://compass-ssl.microsoft.com/assets/c8/67/c867db4c-f328-45b8-817c-33834c70aae6.svg?n=IE.svg" + "source": "https://compass-ssl.microsoft.com/assets/c8/67/c867db4c-f328-45b8-817c-33834c70aae6.svg?n=IE.svg", + "guidelines": "https://query.prod.cms.rt.microsoft.com/cms/api/am/binary/RE1qeRY" }, { "title": "Intigriti", @@ -6896,8 +6899,8 @@ { "title": "InVision", "hex": "FF3366", - "source": "https://www.invisionapp.com/news", - "guidelines": "https://in.invisionapp.com/boards/FH3LW3S7XSD/" + "source": "https://www.invisionapp.com/resources/brand", + "guidelines": "https://www.invisionapp.com/resources/brand" }, { "title": "Invoice Ninja", @@ -6981,7 +6984,7 @@ { "title": "iTunes", "hex": "FB5BC5", - "source": "https://upload.wikimedia.org/wikipedia/commons/d/df/ITunes_logo.svg" + "source": "https://commons.wikimedia.org/wiki/File:ITunes_logo.svg" }, { "title": "ITVx", @@ -7027,7 +7030,7 @@ { "title": "Jamstack", "hex": "F0047F", - "source": "https://github.com/jamstack/jamstack.org/tree/9e761f6b77ad11e8dc6d3a953e61e53f1d99a1e6/src/site/img/logo" + "source": "https://github.com/jamstack/jamstack.org/blob/a7de230798f98bdde78f0a0eeb5ebfc488c563aa/src/site/img/logo/svg/Jamstack_Icon_Original.svg" }, { "title": "Jasmine", @@ -7037,7 +7040,7 @@ { "title": "JavaScript", "hex": "F7DF1E", - "source": "https://github.com/voodootikigod/logo.js/tree/1544bdeed6d618a6cfe4f0650d04ab8d9cfa76d9", + "source": "https://github.com/voodootikigod/logo.js/blob/1544bdeed6d618a6cfe4f0650d04ab8d9cfa76d9/js.svg", "license": { "type": "MIT" } @@ -7365,7 +7368,7 @@ { "title": "Kaufland", "hex": "E10915", - "source": "https://www.kaufland.com/etc.clientlibs/kaufland/clientlibs/clientlib-klsite/resources/frontend/img/kl-logo-small-e825b661c5.svg" + "source": "https://www.kaufland.com" }, { "title": "KDE", @@ -8640,7 +8643,7 @@ { "title": "MetaFilter", "hex": "065A8F", - "source": "https://www.metafilter.com/apple-touch-icon.png" + "source": "https://www.metafilter.com" }, { "title": "Meteor", @@ -9681,7 +9684,7 @@ { "title": "Noun Project", "hex": "000000", - "source": "https://www.lingoapp.com/6/s/oJkq3W/?v=3" + "source": "https://thenounproject.com" }, { "title": "Novu", @@ -9702,7 +9705,7 @@ { "title": "Nrwl", "hex": "96D7E8", - "source": "https://nrwl.io/assets/nrwl-logo-white.svg" + "source": "https://nrwl.io" }, { "title": "NSIS", @@ -9764,7 +9767,7 @@ { "title": "NVIDIA", "hex": "76B900", - "source": "https://www.nvidia.com/etc/designs/nvidiaGDC/clientlibs_base/images/NVIDIA-Logo.svg" + "source": "https://www.nvidia.com/en-us" }, { "title": "Nx", @@ -9792,7 +9795,7 @@ { "title": "OBS Studio", "hex": "302E31", - "source": "https://upload.wikimedia.org/wikipedia/commons/7/78/OBS.svg" + "source": "https://commons.wikimedia.org/wiki/File:OBS.svg" }, { "title": "Observable", @@ -9807,8 +9810,8 @@ { "title": "OCaml", "hex": "EC6813", - "source": "https://ocaml.org/img/OCaml_Sticker.svg", - "guidelines": "https://ocaml.org/docs/logos.html", + "source": "https://ocaml.org/logo", + "guidelines": "https://ocaml.org/logo", "license": { "type": "Unlicense" } @@ -9941,7 +9944,7 @@ { "title": "Open Containers Initiative", "hex": "262261", - "source": "https://github.com/opencontainers/artwork/tree/d8ccfe94471a0236b1d4a3f0f90862c4fe5486ce/oci/icon" + "source": "https://github.com/opencontainers/artwork/blob/d8ccfe94471a0236b1d4a3f0f90862c4fe5486ce/oci/icon/black/oci-icon-black.svg" }, { "title": "Open Source Hardware", @@ -10120,8 +10123,8 @@ { "title": "OpenVPN", "hex": "EA7E20", - "source": "https://openvpn.net/wp-content/themes/openvpn/assets/images/logo.svg", - "guidelines": "https://openvpn.net/terms/" + "source": "https://openvpn.net", + "guidelines": "https://openvpn.net/legal" }, { "title": "OpenWrt", @@ -11424,7 +11427,7 @@ { "title": "PyPy", "hex": "193440", - "source": "https://www.pypy.org/images/pypy-logo.svg" + "source": "https://www.pypy.org" }, { "title": "PyScaffold", @@ -11693,8 +11696,8 @@ { "title": "Rakuten", "hex": "BF0000", - "source": "https://global.rakuten.com/corp/assets/img/site-icons/rakuten-black.svg", - "guidelines": "https://global.rakuten.com/corp/news/media/" + "source": "https://global.rakuten.com/corp/news/media", + "guidelines": "https://global.rakuten.com/corp/news/media" }, { "title": "Ram", @@ -11836,7 +11839,7 @@ { "title": "Reason", "hex": "DD4B39", - "source": "https://reasonml.github.io/img/reason.svg" + "source": "https://github.com/reasonml/reasonml.github.io/blob/18dc62ad841f0def6551a65e41083c9d5784da93/website/static/img/reason.svg" }, { "title": "Reason Studios", @@ -11872,7 +11875,7 @@ { "title": "Redbubble", "hex": "E41321", - "source": "https://www.redbubble.com/explore/client/4196122a442ab3f429ec802f71717465.svg" + "source": "https://www.redbubble.com" }, { "title": "Reddit", @@ -11902,7 +11905,7 @@ { "title": "Redux", "hex": "764ABC", - "source": "https://github.com/reduxjs/redux/tree/8ad084251a5b3e4617157fc52795b6284e68bc1e/logo" + "source": "https://github.com/reduxjs/redux/blob/abb5f892f7e46849e5ca9bc13e75cfbc944a71b6/logo/logo.svg" }, { "title": "Redux-Saga", @@ -11934,7 +11937,8 @@ { "title": "Reliance Industries Limited", "hex": "D1AB66", - "source": "https://www.ril.com/getattachment/7c210e67-5b0e-4965-b1a2-2ee83e19cee9/Morgan-Stanley-Eighteenth-Annual-India-Summit,-31.aspx" + "source": "https://www.ril.com/news-media/resource-center/media-kit/reliance-industries-limited", + "guidelines": "https://www.ril.com/legal-notice" }, { "title": "remark", @@ -12000,7 +12004,7 @@ { "title": "ResearchGate", "hex": "00CCBB", - "source": "https://c5.rgstatic.net/m/428059296771819/images/favicon/favicon.svg" + "source": "https://www.researchgate.net" }, { "title": "Resend", @@ -12162,8 +12166,8 @@ { "title": "Robot Framework", "hex": "000000", - "source": "https://github.com/robotframework/visual-identity/tree/fadf8cda9f79ea31987a214f0047cca9626327b7", - "guidelines": "https://github.com/robotframework/visual-identity/blob/master/robot-framework-brand-guidelines.pdf", + "source": "https://github.com/robotframework/visual-identity/blob/fadf8cda9f79ea31987a214f0047cca9626327b7/logo/robot-framework.svg", + "guidelines": "https://github.com/robotframework/visual-identity/blob/fadf8cda9f79ea31987a214f0047cca9626327b7/robot-framework-brand-guidelines.pdf", "license": { "type": "CC-BY-NC-SA-4.0" } @@ -12490,7 +12494,7 @@ { "title": "São Paulo Metro", "hex": "004382", - "source": "https://upload.wikimedia.org/wikipedia/commons/d/da/Sao_Paulo_Metro_Logo.svg" + "source": "https://commons.wikimedia.org/wiki/File:Sao_Paulo_Metro_Logo.svg" }, { "title": "SAP", @@ -12650,7 +12654,7 @@ { "title": "Sega", "hex": "0089CF", - "source": "https://en.wikipedia.org/wiki/Sega#/media/File:Sega_logo.svg" + "source": "https://commons.wikimedia.org/wiki/File:SEGA_logo.svg" }, { "title": "Selenium", @@ -12962,7 +12966,7 @@ { "title": "SketchUp", "hex": "005F9E", - "source": "https://www.sketchup.com/themes/sketchup_www_terra/images/SketchUp-Horizontal-RGB.svg" + "source": "https://www.sketchup.com" }, { "title": "Skillshare", @@ -13121,7 +13125,7 @@ { "title": "Society6", "hex": "000000", - "source": "https://blog.society6.com/app/themes/society6/dist/images/mark.svg" + "source": "https://society6.com" }, { "title": "Socket.io", @@ -13880,7 +13884,7 @@ { "title": "Swagger", "hex": "85EA2D", - "source": "https://swagger.io/swagger/media/assets/images/swagger_logo.svg" + "source": "https://swagger.io" }, { "title": "Swarm", @@ -14145,12 +14149,12 @@ { "title": "Tencent QQ", "hex": "EB1923", - "source": "https://en.wikipedia.org/wiki/File:Tencent_QQ.svg#/media/File:Tencent_QQ.svg" + "source": "https://en.wikipedia.org/wiki/File:Tencent_QQ.svg" }, { "title": "TensorFlow", "hex": "FF6F00", - "source": "https://www.tensorflow.org/extras/tensorflow_brand_guidelines.pdf" + "source": "https://www.tensorflow.org" }, { "title": "Teradata", @@ -14458,7 +14462,7 @@ { "title": "Tokyo Metro", "hex": "149DD3", - "source": "https://en.wikipedia.org/wiki/File:TokyoMetro.svg" + "source": "https://commons.wikimedia.org/wiki/File:Tokyo_Metro_combined_logo.svg" }, { "title": "Toll", @@ -14595,7 +14599,7 @@ { "title": "Treyarch", "hex": "000000", - "source": "https://upload.wikimedia.org/wikipedia/en/7/7a/Treyarch_logo.svg" + "source": "https://en.wikipedia.org/wiki/File:Treyarch_logo.svg" }, { "title": "Tricentis", @@ -14781,7 +14785,8 @@ { "title": "TYPO3", "hex": "FF8700", - "source": "https://typo3.org" + "source": "https://styleguide.typo3.com/styleguide/logo", + "guidelines": "https://styleguide.typo3.com" }, { "title": "Uber", @@ -15564,8 +15569,8 @@ { "title": "WebAuthn", "hex": "3423A6", - "source": "https://github.com/webauthn-open-source/webauthn-logos/tree/b21be672811eb4a5caadaba41044970cae299a55", - "guidelines": "https://github.com/webauthn-open-source/webauthn-logos" + "source": "https://github.com/webauthn-open-source/webauthn-logos/blob/b21be672811eb4a5caadaba41044970cae299a55/final-webauthn-logo-logo-black.svg", + "guidelines": "https://github.com/webauthn-open-source/webauthn-logos/blob/b21be672811eb4a5caadaba41044970cae299a55/README.md" }, { "title": "webcomponents.org", @@ -15791,7 +15796,7 @@ { "title": "Windows 95", "hex": "008080", - "source": "https://en.wikipedia.org/wiki/Windows_95" + "source": "https://commons.wikimedia.org/wiki/File:Windows_Logo_(1992-2001).svg" }, { "title": "Windows Terminal", From 5ee4fae22288539800739ad1b12db8fb13d4056b Mon Sep 17 00:00:00 2001 From: Shivam Nahar <33218367+imsherlocked@users.noreply.github.com> Date: Fri, 15 Dec 2023 07:51:39 -0500 Subject: [PATCH 51/60] Add Goldman Sachs (#9910) Co-authored-by: Adam Rusted Co-authored-by: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com> --- _data/simple-icons.json | 6 ++++++ icons/goldmansachs.svg | 1 + 2 files changed, 7 insertions(+) create mode 100644 icons/goldmansachs.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 9fac886e1ca3..35048e9d6be0 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -5530,6 +5530,12 @@ "hex": "FFE005", "source": "https://www.goldenline.pl" }, + { + "title": "Goldman Sachs", + "hex": "7399C6", + "source": "https://design.gs.com/brand/goldman-sachs-logo", + "guidelines": "https://design.gs.com/brand/goldman-sachs-logo" + }, { "title": "Goodreads", "hex": "372213", diff --git a/icons/goldmansachs.svg b/icons/goldmansachs.svg new file mode 100644 index 000000000000..f2caae623d74 --- /dev/null +++ b/icons/goldmansachs.svg @@ -0,0 +1 @@ +Goldman Sachs \ No newline at end of file From e33f0398256db5ea72b35acacdda0589b0310105 Mon Sep 17 00:00:00 2001 From: Adam Rusted Date: Fri, 15 Dec 2023 13:06:32 +0000 Subject: [PATCH 52/60] Add Tindie (#9996) --- _data/simple-icons.json | 5 +++++ icons/tindie.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/tindie.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 35048e9d6be0..d6e87c54ce49 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -14423,6 +14423,11 @@ "hex": "FF6B6B", "source": "https://www.gotinder.com/press" }, + { + "title": "Tindie", + "hex": "17AEB9", + "source": "https://www.tindie.com/tindieu" + }, { "title": "Tinkercad", "hex": "1477D1", diff --git a/icons/tindie.svg b/icons/tindie.svg new file mode 100644 index 000000000000..3d1af381c4dc --- /dev/null +++ b/icons/tindie.svg @@ -0,0 +1 @@ +Tindie \ No newline at end of file From 0695402f5374c89fd00043a5cdb735d32588e192 Mon Sep 17 00:00:00 2001 From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com> Date: Fri, 15 Dec 2023 13:24:44 +0000 Subject: [PATCH 53/60] Add Virgin Atlantic (#10064) --- _data/simple-icons.json | 5 +++++ icons/virginatlantic.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/virginatlantic.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index d6e87c54ce49..145b548837f2 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -15253,6 +15253,11 @@ "hex": "E10A0A", "source": "https://www.virgin.com/img/virgin-logo-square.svg" }, + { + "title": "Virgin Atlantic", + "hex": "DA0530", + "source": "https://www.virginatlantic.com" + }, { "title": "Virgin Media", "hex": "ED1A37", diff --git a/icons/virginatlantic.svg b/icons/virginatlantic.svg new file mode 100644 index 000000000000..3b0bad2e1ad1 --- /dev/null +++ b/icons/virginatlantic.svg @@ -0,0 +1 @@ +Virgin Atlantic \ No newline at end of file From 125e09a78c768b125942986f0e9cd92342c95af9 Mon Sep 17 00:00:00 2001 From: PratyushJayachandran <35000807+PratyushJayachandran@users.noreply.github.com> Date: Fri, 15 Dec 2023 07:04:24 -0700 Subject: [PATCH 54/60] Add Google Bigtable (#9439) --- _data/simple-icons.json | 6 ++++++ icons/googlebigtable.svg | 1 + 2 files changed, 7 insertions(+) create mode 100644 icons/googlebigtable.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 145b548837f2..ac2eb47da5b0 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -5593,6 +5593,12 @@ "source": "https://cloud.google.com/icons", "guidelines": "https://about.google/brand-resource-center" }, + { + "title": "Google Bigtable", + "hex": "669DF6", + "source": "https://cloud.google.com/icons", + "guidelines": "https://about.google/brand-resource-center" + }, { "title": "Google Calendar", "hex": "4285F4", diff --git a/icons/googlebigtable.svg b/icons/googlebigtable.svg new file mode 100644 index 000000000000..f9f804ca80b3 --- /dev/null +++ b/icons/googlebigtable.svg @@ -0,0 +1 @@ +Google Bigtable \ No newline at end of file From b4afd2bb99f4baf6088f1b2407d244ed5aa94361 Mon Sep 17 00:00:00 2001 From: Chris Mahoney <44449504+chrimaho@users.noreply.github.com> Date: Sat, 16 Dec 2023 01:12:38 +1100 Subject: [PATCH 55/60] Add DBeaver (#8218) Co-authored-by: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com> --- _data/simple-icons.json | 5 +++++ icons/dbeaver.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/dbeaver.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index ac2eb47da5b0..2e5b88f7ca66 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3576,6 +3576,11 @@ "hex": "F8F8F5", "source": "https://media.dazn.com/en/assets/" }, + { + "title": "DBeaver", + "hex": "382923", + "source": "https://dbeaver.com" + }, { "title": "dblp", "hex": "004F9F", diff --git a/icons/dbeaver.svg b/icons/dbeaver.svg new file mode 100644 index 000000000000..ab17472f08a6 --- /dev/null +++ b/icons/dbeaver.svg @@ -0,0 +1 @@ +DBeaver \ No newline at end of file From 92668f39dce492ec14bfa1494dea6367eecf8375 Mon Sep 17 00:00:00 2001 From: Adam Rusted Date: Fri, 15 Dec 2023 14:55:51 +0000 Subject: [PATCH 56/60] Add Biome (#10110) --- _data/simple-icons.json | 10 ++++++++++ icons/biome.svg | 1 + 2 files changed, 11 insertions(+) create mode 100644 icons/biome.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 2e5b88f7ca66..3ad61499f657 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1881,6 +1881,16 @@ "hex": "000000", "source": "https://bio.link" }, + { + "title": "Biome", + "hex": "F7B911", + "source": "https://biomejs.dev", + "aliases": { + "old": [ + "Rome" + ] + } + }, { "title": "BisectHosting", "hex": "0D1129", diff --git a/icons/biome.svg b/icons/biome.svg new file mode 100644 index 000000000000..c233d2f54923 --- /dev/null +++ b/icons/biome.svg @@ -0,0 +1 @@ +Biome \ No newline at end of file From 5cc5e4979577ffbd9971e9cd672169afe3b6acd9 Mon Sep 17 00:00:00 2001 From: prem munagapati <54018894+Mvlprem@users.noreply.github.com> Date: Fri, 15 Dec 2023 20:45:38 +0530 Subject: [PATCH 57/60] Add Wondershare (#10117) --- _data/simple-icons.json | 5 +++++ icons/wondershare.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/wondershare.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 3ad61499f657..494e0304fb97 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -15910,6 +15910,11 @@ "hex": "DD1100", "source": "https://company.wolfram.com/press-center/mathematica" }, + { + "title": "Wondershare", + "hex": "000000", + "source": "https://www.wondershare.com/news/media-assets.html" + }, { "title": "Woo", "hex": "96588A", diff --git a/icons/wondershare.svg b/icons/wondershare.svg new file mode 100644 index 000000000000..92ee9f1addbb --- /dev/null +++ b/icons/wondershare.svg @@ -0,0 +1 @@ +Wondershare \ No newline at end of file From aaab1b2c9cbdd2ce88ce2d7332eba23efe6cf0de Mon Sep 17 00:00:00 2001 From: prem munagapati <54018894+Mvlprem@users.noreply.github.com> Date: Sat, 16 Dec 2023 12:12:37 +0530 Subject: [PATCH 58/60] Add THE FINALS icon (#10125) --- _data/simple-icons.json | 5 +++++ icons/thefinals.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/thefinals.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 494e0304fb97..81a04fadc738 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -14277,6 +14277,11 @@ "hex": "D8352A", "source": "https://theconversation.com/republishing-guidelines" }, + { + "title": "THE FINALS", + "hex": "D31F3C", + "source": "https://www.embark-studios.com/press" + }, { "title": "The Irish Times", "hex": "000000", diff --git a/icons/thefinals.svg b/icons/thefinals.svg new file mode 100644 index 000000000000..69ffe695c64b --- /dev/null +++ b/icons/thefinals.svg @@ -0,0 +1 @@ +THE FINALS \ No newline at end of file From f3a080c3c9e36d41a9f32cfc6facd2ce2d6a9629 Mon Sep 17 00:00:00 2001 From: prem munagapati <54018894+Mvlprem@users.noreply.github.com> Date: Sat, 16 Dec 2023 12:17:04 +0530 Subject: [PATCH 59/60] Add Embark icon (#10124) --- _data/simple-icons.json | 5 +++++ icons/embark.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/embark.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 81a04fadc738..089e9e7b48f6 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -4297,6 +4297,11 @@ "hex": "ED1F35", "source": "https://www.embarcadero.com/news/logo" }, + { + "title": "Embark", + "hex": "000000", + "source": "https://www.embark-studios.com/press" + }, { "title": "Ember.js", "hex": "E04E39", diff --git a/icons/embark.svg b/icons/embark.svg new file mode 100644 index 000000000000..361840fec3d0 --- /dev/null +++ b/icons/embark.svg @@ -0,0 +1 @@ +Embark \ No newline at end of file From 8178d8cb4ab630ee55dfc4122924cb430d1477aa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 17 Dec 2023 00:26:29 +0000 Subject: [PATCH 60/60] version bump --- README.md | 2 +- package.json | 2 +- slugs.md | 45 ++++++++++++++++++++++++++++++++++++++++++++- 3 files changed, 46 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9b490b1affbb..f91c274d51dc 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Simple Icons

Simple Icons

-Over 2800 Free SVG icons for popular brands. See them all on one page at SimpleIcons.org. Contributions, corrections & requests can be made on GitHub.

+Over 2900 Free SVG icons for popular brands. See them all on one page at SimpleIcons.org. Contributions, corrections & requests can be made on GitHub.

diff --git a/package.json b/package.json index 09cdcfd0ae03..85ed49248414 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-icons", - "version": "10.2.0", + "version": "10.3.0", "description": "SVG icons for popular brands https://simpleicons.org", "homepage": "https://simpleicons.org", "keywords": [ diff --git a/slugs.md b/slugs.md index 8b3be41dff07..edf622aa2ed7 100644 --- a/slugs.md +++ b/slugs.md @@ -87,6 +87,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `AirPlay Audio` | `airplayaudio` | | `AirPlay Video` | `airplayvideo` | | `Airtable` | `airtable` | +| `Airtel` | `airtel` | | `Ajv` | `ajv` | | `Akamai` | `akamai` | | `Akaunting` | `akaunting` | @@ -321,6 +322,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `BIM` | `bim` | | `Binance` | `binance` | | `Bio Link` | `biolink` | +| `Biome` | `biome` | | `BisectHosting` | `bisecthosting` | | `Bit` | `bit` | | `Bitbucket` | `bitbucket` | @@ -438,6 +440,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Chainlink` | `chainlink` | | `Chakra UI` | `chakraui` | | `Channel 4` | `channel4` | +| `Charles` | `charles` | | `Chart.js` | `chartdotjs` | | `ChartMogul` | `chartmogul` | | `Chase` | `chase` | @@ -474,6 +477,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Claris` | `claris` | | `Clarivate` | `clarivate` | | `Clerk` | `clerk` | +| `Clever Cloud` | `clevercloud` | | `ClickHouse` | `clickhouse` | | `ClickUp` | `clickup` | | `CLion` | `clion` | @@ -504,6 +508,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Coda` | `coda` | | `Codacy` | `codacy` | | `Code Climate` | `codeclimate` | +| `Code::Blocks` | `codeblocks` | | `Codeberg` | `codeberg` | | `Codecademy` | `codecademy` | | `CodeceptJS` | `codeceptjs` | @@ -535,6 +540,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Coil` | `coil` | | `Coinbase` | `coinbase` | | `CoinMarketCap` | `coinmarketcap` | +| `ComicFury` | `comicfury` | | `Commerzbank` | `commerzbank` | | `commitlint` | `commitlint` | | `Commodore` | `commodore` | @@ -606,6 +612,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `D3.js` | `d3dotjs` | | `Dacia` | `dacia` | | `DAF` | `daf` | +| `daily.dev` | `dailydotdev` | | `Dailymotion` | `dailymotion` | | `Daimler` | `daimler` | | `DaisyUI` | `daisyui` | @@ -626,9 +633,11 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Dataiku` | `dataiku` | | `DataStax` | `datastax` | | `Dataverse` | `dataverse` | +| `date-fns` | `datefns` | | `DatoCMS` | `datocms` | | `Datto` | `datto` | | `DAZN` | `dazn` | +| `DBeaver` | `dbeaver` | | `dblp` | `dblp` | | `dbt` | `dbt` | | `DC Entertainment` | `dcentertainment` | @@ -758,6 +767,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Elm` | `elm` | | `Elsevier` | `elsevier` | | `Embarcadero` | `embarcadero` | +| `Embark` | `embark` | | `Ember.js` | `emberdotjs` | | `Emby` | `emby` | | `Emirates` | `emirates` | @@ -774,6 +784,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Equinix Metal` | `equinixmetal` | | `Ericsson` | `ericsson` | | `Erlang` | `erlang` | +| `ERPNext` | `erpnext` | | `esbuild` | `esbuild` | | `ESEA` | `esea` | | `ESLGaming` | `eslgaming` | @@ -900,6 +911,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Framework` | `framework` | | `Framework7` | `framework7` | | `Franprix` | `franprix` | +| `Frappe` | `frappe` | | `Fraunhofer-Gesellschaft` | `fraunhofergesellschaft` | | `FreeBSD` | `freebsd` | | `freeCodeCamp` | `freecodecamp` | @@ -949,6 +961,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Gitee` | `gitee` | | `GitHub` | `github` | | `GitHub Actions` | `githubactions` | +| `GitHub Copilot` | `githubcopilot` | | `GitHub Pages` | `githubpages` | | `GitHub Sponsors` | `githubsponsors` | | `gitignore.io` | `gitignoredotio` | @@ -977,6 +990,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `GOG.com` | `gogdotcom` | | `GoLand` | `goland` | | `GoldenLine` | `goldenline` | +| `Goldman Sachs` | `goldmansachs` | | `Goodreads` | `goodreads` | | `Google` | `google` | | `Google AdMob` | `googleadmob` | @@ -987,6 +1001,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Google Assistant` | `googleassistant` | | `Google Bard` | `googlebard` | | `Google BigQuery` | `googlebigquery` | +| `Google Bigtable` | `googlebigtable` | | `Google Calendar` | `googlecalendar` | | `Google Cardboard` | `googlecardboard` | | `Google Chat` | `googlechat` | @@ -1047,6 +1062,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Grav` | `grav` | | `Gravatar` | `gravatar` | | `Graylog` | `graylog` | +| `Greasy Fork` | `greasyfork` | | `Great Learning` | `greatlearning` | | `Greenhouse` | `greenhouse` | | `GreenSock` | `greensock` | @@ -1102,6 +1118,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Hearth` | `hearth` | | `hearthis.at` | `hearthisdotat` | | `Hedera` | `hedera` | +| `Helium` | `helium` | | `HelloFresh` | `hellofresh` | | `Helly Hansen` | `hellyhansen` | | `Helm` | `helm` | @@ -1323,7 +1340,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Kickstarter` | `kickstarter` | | `Kik` | `kik` | | `Kingston Technology` | `kingstontechnology` | -| `KinoPoisk` | `kinopoisk` | +| `Kinopoisk` | `kinopoisk` | | `Kinsta` | `kinsta` | | `Kirby` | `kirby` | | `Kit` | `kit` | @@ -1354,6 +1371,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Kubuntu` | `kubuntu` | | `Kuma` | `kuma` | | `Kuula` | `kuula` | +| `KX` | `kx` | | `Kyocera` | `kyocera` | | `L'Équipe` | `lequipe` | | `LabVIEW` | `labview` | @@ -1395,6 +1413,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `LibraryThing` | `librarything` | | `LibreOffice` | `libreoffice` | | `LibreOffice Base` | `libreofficebase` | +| `LibreOffice Calc` | `libreofficecalc` | | `LibreOffice Draw` | `libreofficedraw` | | `LibreOffice Impress` | `libreofficeimpress` | | `LibreOffice Math` | `libreofficemath` | @@ -1418,6 +1437,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Linux Foundation` | `linuxfoundation` | | `Linux Mint` | `linuxmint` | | `Linux Professional Institute` | `linuxprofessionalinstitute` | +| `LinuxServer` | `linuxserver` | | `Lion Air` | `lionair` | | `Liquibase` | `liquibase` | | `Lit` | `lit` | @@ -1431,6 +1451,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Local` | `local` | | `Lodash` | `lodash` | | `Logitech` | `logitech` | +| `Logitech G` | `logitechg` | | `LogMeIn` | `logmein` | | `Logseq` | `logseq` | | `Logstash` | `logstash` | @@ -1524,6 +1545,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Messenger` | `messenger` | | `Meta` | `meta` | | `Metabase` | `metabase` | +| `Metacritic` | `metacritic` | | `MetaFilter` | `metafilter` | | `Meteor` | `meteor` | | `Metro` | `metro` | @@ -1648,6 +1670,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `NetApp` | `netapp` | | `NetBSD` | `netbsd` | | `netcup` | `netcup` | +| `NetEase Cloud Music` | `neteasecloudmusic` | | `Netflix` | `netflix` | | `NETGEAR` | `netgear` | | `Netlify` | `netlify` | @@ -1786,6 +1809,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Org` | `org` | | `Origin` | `origin` | | `Osano` | `osano` | +| `OSF` | `osf` | | `OSGeo` | `osgeo` | | `Oshkosh` | `oshkosh` | | `OSMC` | `osmc` | @@ -1876,6 +1900,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Pingdom` | `pingdom` | | `Pinterest` | `pinterest` | | `Pioneer DJ` | `pioneerdj` | +| `pipx` | `pipx` | | `Pivotal Tracker` | `pivotaltracker` | | `Piwigo` | `piwigo` | | `Pix` | `pix` | @@ -1970,6 +1995,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Progress` | `progress` | | `Prometheus` | `prometheus` | | `ProSieben` | `prosieben` | +| `Proteus` | `proteus` | | `Proto.io` | `protodotio` | | `protocols.io` | `protocolsdotio` | | `Proton` | `proton` | @@ -2007,6 +2033,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `PyTorch` | `pytorch` | | `PyUp` | `pyup` | | `Qantas` | `qantas` | +| `Qase` | `qase` | | `Qatar Airways` | `qatarairways` | | `QEMU` | `qemu` | | `Qgis` | `qgis` | @@ -2073,6 +2100,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Reason Studios` | `reasonstudios` | | `Recoil` | `recoil` | | `Red` | `red` | +| `Red Bull` | `redbull` | | `Red Hat` | `redhat` | | `Red Hat Open Shift` | `redhatopenshift` | | `Redbubble` | `redbubble` | @@ -2162,6 +2190,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Rundeck` | `rundeck` | | `Runkeeper` | `runkeeper` | | `RunKit` | `runkit` | +| `Runrun.it` | `runrundotit` | | `Rust` | `rust` | | `RxDB` | `rxdb` | | `Ryanair` | `ryanair` | @@ -2216,6 +2245,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Selenium` | `selenium` | | `Sellfy` | `sellfy` | | `Semantic Scholar` | `semanticscholar` | +| `Semantic UI` | `semanticui` | | `Semantic UI React` | `semanticuireact` | | `Semantic Web` | `semanticweb` | | `semantic-release` | `semanticrelease` | @@ -2252,6 +2282,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Shotcut` | `shotcut` | | `Showpad` | `showpad` | | `Showtime` | `showtime` | +| `Showwcase` | `showwcase` | | `Shutterstock` | `shutterstock` | | `Siemens` | `siemens` | | `SiFive` | `sifive` | @@ -2260,6 +2291,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Simkl` | `simkl` | | `Simple Analytics` | `simpleanalytics` | | `Simple Icons` | `simpleicons` | +| `SimpleLogin` | `simplelogin` | | `Simplenote` | `simplenote` | | `Sina Weibo` | `sinaweibo` | | `Singapore Airlines` | `singaporeairlines` | @@ -2357,6 +2389,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Square` | `square` | | `Square Enix` | `squareenix` | | `Squarespace` | `squarespace` | +| `SRG SSR` | `srgssr` | | `SSRN` | `ssrn` | | `SST` | `sst` | | `Stack Exchange` | `stackexchange` | @@ -2473,6 +2506,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `TED` | `ted` | | `Teespring` | `teespring` | | `Tekton` | `tekton` | +| `Télé-Québec` | `telequebec` | | `TELE5` | `tele5` | | `Telegram` | `telegram` | | `Telegraph` | `telegraph` | @@ -2495,11 +2529,13 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Thangs` | `thangs` | | `The Algorithms` | `thealgorithms` | | `The Conversation` | `theconversation` | +| `THE FINALS` | `thefinals` | | `The Irish Times` | `theirishtimes` | | `The Mighty` | `themighty` | | `The Models Resource` | `themodelsresource` | | `The Movie Database` | `themoviedatabase` | | `The North Face` | `thenorthface` | +| `The Odin Project` | `theodinproject` | | `The Register` | `theregister` | | `The Sounds Resource` | `thesoundsresource` | | `The Spriters Resource` | `thespritersresource` | @@ -2512,6 +2548,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Threema` | `threema` | | `Thumbtack` | `thumbtack` | | `Thunderbird` | `thunderbird` | +| `Thunderstore` | `thunderstore` | | `Thurgauer Kantonalbank` | `thurgauerkantonalbank` | | `Thymeleaf` | `thymeleaf` | | `Ticketmaster` | `ticketmaster` | @@ -2525,6 +2562,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Timescale` | `timescale` | | `Tina` | `tina` | | `Tinder` | `tinder` | +| `Tindie` | `tindie` | | `Tinkercad` | `tinkercad` | | `TinyLetter` | `tinyletter` | | `Tistory` | `tistory` | @@ -2562,6 +2600,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Tricentis` | `tricentis` | | `Trilium` | `trilium` | | `Triller` | `triller` | +| `TrillerTV` | `trillertv` | | `Trino` | `trino` | | `Trip.com` | `tripdotcom` | | `Tripadvisor` | `tripadvisor` | @@ -2613,6 +2652,8 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Undertale` | `undertale` | | `Unicode` | `unicode` | | `Unilever` | `unilever` | +| `Uniqlo` | `uniqlo` | +| `Uniqlo` | `uniqlo_ja` | | `United Airlines` | `unitedairlines` | | `United Nations` | `unitednations` | | `Unity` | `unity` | @@ -2670,6 +2711,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Vimeo` | `vimeo` | | `Vimeo Livestream` | `vimeolivestream` | | `Virgin` | `virgin` | +| `Virgin Atlantic` | `virginatlantic` | | `Virgin Media` | `virginmedia` | | `VirtualBox` | `virtualbox` | | `VirusTotal` | `virustotal` | @@ -2783,6 +2825,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Wolfram` | `wolfram` | | `Wolfram Language` | `wolframlanguage` | | `Wolfram Mathematica` | `wolframmathematica` | +| `Wondershare` | `wondershare` | | `Woo` | `woo` | | `WooCommerce` | `woocommerce` | | `WordPress` | `wordpress` |