+
From 4669f0447ab3fcfbbd7ef6414fad0b78b9b27597 Mon Sep 17 00:00:00 2001
From: LitoMore
Date: Fri, 1 Sep 2023 09:37:14 -0500
Subject: [PATCH 132/938] Add code of conduct (#9292)
* Add code of conduct
* Ignore Similarweb at `markdown-link-check stage`
* Update CODE_OF_CONDUCT.md
Co-authored-by: Adam Rusted
---------
Co-authored-by: Alexandre Paradis
Co-authored-by: Adam Rusted
---
.github/markdown-link-check.json | 7 ++
.github/workflows/verify.yml | 1 +
CODE_OF_CONDUCT.md | 128 +++++++++++++++++++++++++++++++
3 files changed, 136 insertions(+)
create mode 100644 .github/markdown-link-check.json
create mode 100644 CODE_OF_CONDUCT.md
diff --git a/.github/markdown-link-check.json b/.github/markdown-link-check.json
new file mode 100644
index 000000000..db3f68aea
--- /dev/null
+++ b/.github/markdown-link-check.json
@@ -0,0 +1,7 @@
+{
+ "ignorePatterns": [
+ {
+ "pattern": "^https://www.similarweb.com"
+ }
+ ]
+}
diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml
index 6d1d84511..9914ca1b0 100644
--- a/.github/workflows/verify.yml
+++ b/.github/workflows/verify.yml
@@ -57,6 +57,7 @@ jobs:
if: steps.changes.outputs.docs == 'true'
run: |
npx markdown-link-check --retry \
+ --config .github/markdown-link-check.json \
${{ steps.changes.outputs.docs_files }}
continue-on-error: ${{ github.ref == 'refs/heads/develop' }}
- name: Verify file permissions
diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md
new file mode 100644
index 000000000..2dd69854b
--- /dev/null
+++ b/CODE_OF_CONDUCT.md
@@ -0,0 +1,128 @@
+# Contributor Covenant Code of Conduct
+
+## Our Pledge
+
+We as members, contributors, and leaders pledge to make participation in our
+community a harassment-free experience for everyone, regardless of age, body
+size, visible or invisible disability, ethnicity, sex characteristics, gender
+identity and expression, level of experience, education, socio-economic status,
+nationality, personal appearance, race, religion, or sexual identity
+and orientation.
+
+We pledge to act and interact in ways that contribute to an open, welcoming,
+diverse, inclusive, and healthy community.
+
+## Our Standards
+
+Examples of behavior that contributes to a positive environment for our
+community include:
+
+* Demonstrating empathy and kindness toward other people
+* Being respectful of differing opinions, viewpoints, and experiences
+* Giving and gracefully accepting constructive feedback
+* Accepting responsibility and apologizing to those affected by our mistakes,
+ and learning from the experience
+* Focusing on what is best not just for us as individuals, but for the
+ overall community
+
+Examples of unacceptable behavior include:
+
+* The use of sexualized language or imagery, and sexual attention or
+ advances of any kind
+* Trolling, insulting or derogatory comments, and personal or political attacks
+* Public or private harassment
+* Publishing others' private information, such as a physical or email
+ address, without their explicit permission
+* Other conduct which could reasonably be considered inappropriate in a
+ professional setting
+
+## Enforcement Responsibilities
+
+Community leaders are responsible for clarifying and enforcing our standards of
+acceptable behavior and will take appropriate and fair corrective action in
+response to any behavior that they deem inappropriate, threatening, offensive,
+or harmful.
+
+Community leaders have the right and responsibility to remove, edit, or reject
+comments, commits, code, wiki edits, issues, and other contributions that are
+not aligned to this Code of Conduct, and will communicate reasons for moderation
+decisions when appropriate.
+
+## Scope
+
+This Code of Conduct applies within all community spaces, and also applies when
+an individual is officially representing the community in public spaces.
+Examples of representing our community include using an official e-mail address,
+posting via an official social media account, or acting as an appointed
+representative at an online or offline event.
+
+## Enforcement
+
+Instances of abusive, harassing, or otherwise unacceptable behavior may be
+reported to the community leaders responsible for enforcement at
+community@simpleicons.org.
+All complaints will be reviewed and investigated promptly and fairly.
+
+All community leaders are obligated to respect the privacy and security of the
+reporter of any incident.
+
+## Enforcement Guidelines
+
+Community leaders will follow these Community Impact Guidelines in determining
+the consequences for any action they deem in violation of this Code of Conduct:
+
+### 1. Correction
+
+**Community Impact**: Use of inappropriate language or other behavior deemed
+unprofessional or unwelcome in the community.
+
+**Consequence**: A private, written warning from community leaders, providing
+clarity around the nature of the violation and an explanation of why the
+behavior was inappropriate. A public apology may be requested.
+
+### 2. Warning
+
+**Community Impact**: A violation through a single incident or series
+of actions.
+
+**Consequence**: A warning with consequences for continued behavior. No
+interaction with the people involved, including unsolicited interaction with
+those enforcing the Code of Conduct, for a specified period of time. This
+includes avoiding interactions in community spaces as well as external channels
+like social media. Violating these terms may lead to a temporary or
+permanent ban.
+
+### 3. Temporary Ban
+
+**Community Impact**: A serious violation of community standards, including
+sustained inappropriate behavior.
+
+**Consequence**: A temporary ban from any sort of interaction or public
+communication with the community for a specified period of time. No public or
+private interaction with the people involved, including unsolicited interaction
+with those enforcing the Code of Conduct, is allowed during this period.
+Violating these terms may lead to a permanent ban.
+
+### 4. Permanent Ban
+
+**Community Impact**: Demonstrating a pattern of violation of community
+standards, including sustained inappropriate behavior, harassment of an
+individual, or aggression toward or disparagement of classes of individuals.
+
+**Consequence**: A permanent ban from any sort of public interaction within
+the community.
+
+## Attribution
+
+This Code of Conduct is adapted from the [Contributor Covenant][homepage],
+version 2.0, available at
+https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.
+
+Community Impact Guidelines were inspired by [Mozilla's code of conduct
+enforcement ladder](https://github.com/mozilla/diversity).
+
+[homepage]: https://www.contributor-covenant.org
+
+For answers to common questions about this code of conduct, see the FAQ at
+https://www.contributor-covenant.org/faq. Translations are available at
+https://www.contributor-covenant.org/translations.
From e3e205b7f04bdc03d7f68bf0174a3be8c07cf237 Mon Sep 17 00:00:00 2001
From: Alexandre Paradis
Date: Fri, 1 Sep 2023 11:03:01 -0400
Subject: [PATCH 133/938] Letter U review (#9458)
---
_data/simple-icons.json | 20 +++++++++++---------
1 file changed, 11 insertions(+), 9 deletions(-)
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index f79170aec..f68db703c 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -13471,12 +13471,14 @@
{
"title": "Uber",
"hex": "000000",
- "source": "https://www.uber.com/media/"
+ "source": "https://assets.uber.com/d/k4nuxdZ8MC7E/logos/collection/151",
+ "guidelines": "https://assets.uber.com/d/k4nuxdZ8MC7E/user-guide#/user-guide/terms-of-use"
},
{
"title": "Uber Eats",
"hex": "06C167",
- "source": "https://www.ubereats.com"
+ "source": "https://assets.uber.com/d/k4nuxdZ8MC7E/logos/collection/150",
+ "guidelines": "https://assets.uber.com/d/k4nuxdZ8MC7E/user-guide#/user-guide/terms-of-use"
},
{
"title": "Ubiquiti",
@@ -13496,8 +13498,8 @@
{
"title": "Ubuntu",
"hex": "E95420",
- "source": "https://design.ubuntu.com/downloads/",
- "guidelines": "https://design.ubuntu.com/brand/ubuntu-logo/"
+ "source": "https://design.ubuntu.com/resources",
+ "guidelines": "https://design.ubuntu.com/brand"
},
{
"title": "Udacity",
@@ -13547,7 +13549,7 @@
{
"title": "Under Armour",
"hex": "1D1D1D",
- "source": "https://www.underarmour.com/en-us/"
+ "source": "https://www.underarmour.com/en-us"
},
{
"title": "Underscore.js",
@@ -13562,17 +13564,17 @@
{
"title": "Unicode",
"hex": "5455FE",
- "source": "https://en.wikipedia.org/wiki/Unicode"
+ "source": "https://commons.wikimedia.org/wiki/File:New_Unicode_logo.svg"
},
{
"title": "Unilever",
"hex": "1F36C7",
- "source": "https://www.unilever.co.uk/about/who-we-are/our-logo/"
+ "source": "https://www.unilever.com/our-company/the-logo"
},
{
"title": "United Airlines",
"hex": "002244",
- "source": "https://en.wikipedia.org/wiki/File:United_Airlines_Logo.svg"
+ "source": "https://www.united.com"
},
{
"title": "Unity",
@@ -13656,7 +13658,7 @@
{
"title": "Uptobox",
"hex": "5CE1E6",
- "source": "https://uptoboxpremium.org"
+ "source": "https://uptobox.fr"
},
{
"title": "Upwork",
From 5d532e6e88f06228bd56ccd6b7506cac5b5b8222 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
Date: Sun, 3 Sep 2023 00:22:25 +0000
Subject: [PATCH 134/938] version bump
---
package.json | 2 +-
slugs.md | 6 ++++++
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/package.json b/package.json
index 8c4b9cd0e..a927d94b4 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "simple-icons",
- "version": "9.12.0",
+ "version": "9.13.0",
"description": "SVG icons for popular brands https://simpleicons.org",
"homepage": "https://simpleicons.org",
"keywords": [
diff --git a/slugs.md b/slugs.md
index d73e09bef..ba1cf1785 100644
--- a/slugs.md
+++ b/slugs.md
@@ -646,6 +646,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `dm` | `dm` |
| `Docker` | `docker` |
| `Docs.rs` | `docsdotrs` |
+| `Docusaurus` | `docusaurus` |
| `DocuSign` | `docusign` |
| `Dogecoin` | `dogecoin` |
| `DOI` | `doi` |
@@ -800,6 +801,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `FileZilla` | `filezilla` |
| `Fing` | `fing` |
| `Firebase` | `firebase` |
+| `Firefish` | `firefish` |
| `Firefly III` | `fireflyiii` |
| `Firefox` | `firefox` |
| `Firefox Browser` | `firefoxbrowser` |
@@ -1153,6 +1155,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `IOTA` | `iota` |
| `IPFS` | `ipfs` |
| `IRIS` | `iris` |
+| `ISC2` | `isc2` |
| `Issuu` | `issuu` |
| `Istio` | `istio` |
| `Itch.io` | `itchdotio` |
@@ -1654,6 +1657,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `OpenStreetMap` | `openstreetmap` |
| `openSUSE` | `opensuse` |
| `OpenTelemetry` | `opentelemetry` |
+| `OpenTF` | `opentf` |
| `Openverse` | `openverse` |
| `OpenVPN` | `openvpn` |
| `OpenWrt` | `openwrt` |
@@ -2046,6 +2050,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `SciPy` | `scipy` |
| `Scopus` | `scopus` |
| `SCP Foundation` | `scpfoundation` |
+| `Scrapbox` | `scrapbox` |
| `Scratch` | `scratch` |
| `Screencastify` | `screencastify` |
| `Scribd` | `scribd` |
@@ -2443,6 +2448,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `United Airlines` | `unitedairlines` |
| `Unity` | `unity` |
| `Unlicense` | `unlicense` |
+| `Uno` | `uno` |
| `UnoCSS` | `unocss` |
| `Unraid` | `unraid` |
| `Unreal Engine` | `unrealengine` |
From 7225b8ab474ab40ae5c5ffd110d5b9983a4fabe8 Mon Sep 17 00:00:00 2001
From: Ritesh Kokam <61982298+RiteshK-611@users.noreply.github.com>
Date: Sun, 3 Sep 2023 13:37:26 +0530
Subject: [PATCH 135/938] Add Carrd Icon (#8820)
---
_data/simple-icons.json | 5 +++++
icons/carrd.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/carrd.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index f68db703c..e60c23da4 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -2256,6 +2256,11 @@
"hex": "0133AD",
"source": "https://cardano.org/brand-assets/"
},
+ {
+ "title": "Carrd",
+ "hex": "596CAF",
+ "source": "https://carrd.co/docs/general/brand-assets"
+ },
{
"title": "Carrefour",
"hex": "004E9F",
diff --git a/icons/carrd.svg b/icons/carrd.svg
new file mode 100644
index 000000000..11b8b0422
--- /dev/null
+++ b/icons/carrd.svg
@@ -0,0 +1 @@
+Carrd
\ No newline at end of file
From f607feaf6a37b78ced9d3ef82e1113375293d123 Mon Sep 17 00:00:00 2001
From: PratyushJayachandran
<35000807+PratyushJayachandran@users.noreply.github.com>
Date: Sun, 3 Sep 2023 03:18:29 -0500
Subject: [PATCH 136/938] Add Peerlist icon (#8945)
---
_data/simple-icons.json | 6 ++++++
icons/peerlist.svg | 1 +
2 files changed, 7 insertions(+)
create mode 100644 icons/peerlist.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index e60c23da4..c57202406 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -9547,6 +9547,12 @@
]
}
},
+ {
+ "title": "Peerlist",
+ "hex": "00AA45",
+ "source": "https://peerlist.io",
+ "guidelines": "https://peerlist.io/legal/peerlist-terms-conditions.pdf"
+ },
{
"title": "PeerTube",
"hex": "F1680D",
diff --git a/icons/peerlist.svg b/icons/peerlist.svg
new file mode 100644
index 000000000..66da45bd0
--- /dev/null
+++ b/icons/peerlist.svg
@@ -0,0 +1 @@
+Peerlist
\ No newline at end of file
From b7d84e74bf4f46e6615079bbbb1ff37071f72c45 Mon Sep 17 00:00:00 2001
From: Ritesh Kokam <61982298+RiteshK-611@users.noreply.github.com>
Date: Sun, 3 Sep 2023 13:53:35 +0530
Subject: [PATCH 137/938] Add Viaplay Icon (#8948)
---
_data/simple-icons.json | 5 +++++
icons/viaplay.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/viaplay.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index c57202406..c9274550b 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -13834,6 +13834,11 @@
"hex": "F07355",
"source": "https://viadeo.journaldunet.com"
},
+ {
+ "title": "Viaplay",
+ "hex": "FE365F",
+ "source": "https://commons.wikimedia.org/wiki/File:Viaplay_Group.svg"
+ },
{
"title": "Viber",
"hex": "7360F2",
diff --git a/icons/viaplay.svg b/icons/viaplay.svg
new file mode 100644
index 000000000..9c10dbaff
--- /dev/null
+++ b/icons/viaplay.svg
@@ -0,0 +1 @@
+Viaplay
\ No newline at end of file
From effbd4be07e2e810f4d5cd74f739e047cf68e7f1 Mon Sep 17 00:00:00 2001
From: PratyushJayachandran
<35000807+PratyushJayachandran@users.noreply.github.com>
Date: Sun, 3 Sep 2023 03:37:52 -0500
Subject: [PATCH 138/938] Add BSD License Icon (#8965)
---
_data/simple-icons.json | 6 ++++++
icons/bsd.svg | 1 +
2 files changed, 7 insertions(+)
create mode 100644 icons/bsd.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index c9274550b..47aa4fb1f 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -2045,6 +2045,12 @@
"url": "https://logorequest.broadcom.com/Home.aspx"
}
},
+ {
+ "title": "BSD",
+ "hex": "AB2B28",
+ "source": "https://freebsdfoundation.org/about-us/about-the-foundation/project",
+ "guidelines": "https://freebsdfoundation.org/about-us/about-the-foundation/project"
+ },
{
"title": "bspwm",
"hex": "2E2E2E",
diff --git a/icons/bsd.svg b/icons/bsd.svg
new file mode 100644
index 000000000..bd6fd8eb9
--- /dev/null
+++ b/icons/bsd.svg
@@ -0,0 +1 @@
+BSD
\ No newline at end of file
From 2d4a50f51ced446eb47fcb9d924846d34c72bbbf Mon Sep 17 00:00:00 2001
From: PratyushJayachandran
<35000807+PratyushJayachandran@users.noreply.github.com>
Date: Sun, 3 Sep 2023 03:42:16 -0500
Subject: [PATCH 139/938] Add SiFive icon (#9005)
---
_data/simple-icons.json | 6 ++++++
icons/sifive.svg | 1 +
2 files changed, 7 insertions(+)
create mode 100644 icons/sifive.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 47aa4fb1f..08d225a9b 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -11727,6 +11727,12 @@
"hex": "009999",
"source": "https://siemens.com"
},
+ {
+ "title": "SiFive",
+ "hex": "252323",
+ "source": "https://www.sifive.com",
+ "guidelines": "https://www.sifive.com/terms"
+ },
{
"title": "Signal",
"hex": "3A76F0",
diff --git a/icons/sifive.svg b/icons/sifive.svg
new file mode 100644
index 000000000..82745f53c
--- /dev/null
+++ b/icons/sifive.svg
@@ -0,0 +1 @@
+SiFive
\ No newline at end of file
From b52559403d7ebb7b6035282ff0cf95caa4b15e1d Mon Sep 17 00:00:00 2001
From: PratyushJayachandran
<35000807+PratyushJayachandran@users.noreply.github.com>
Date: Sun, 3 Sep 2023 03:45:50 -0500
Subject: [PATCH 140/938] Add Panasonic icon (#8975)
---
_data/simple-icons.json | 6 ++++++
icons/panasonic.svg | 1 +
2 files changed, 7 insertions(+)
create mode 100644 icons/panasonic.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 08d225a9b..443f86cb3 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -9456,6 +9456,12 @@
"hex": "83DA77",
"source": "https://www.paloalto.com"
},
+ {
+ "title": "Panasonic",
+ "hex": "0049AB",
+ "source": "https://www.panasonic.com",
+ "guidelines": "https://holdings.panasonic/global/terms-of-use.html"
+ },
{
"title": "pandas",
"hex": "150458",
diff --git a/icons/panasonic.svg b/icons/panasonic.svg
new file mode 100644
index 000000000..e5902436c
--- /dev/null
+++ b/icons/panasonic.svg
@@ -0,0 +1 @@
+Panasonic
\ No newline at end of file
From c71ca3895212c6b77b0e030d54e433a341322174 Mon Sep 17 00:00:00 2001
From: PratyushJayachandran
<35000807+PratyushJayachandran@users.noreply.github.com>
Date: Sun, 3 Sep 2023 03:49:43 -0500
Subject: [PATCH 141/938] Add Fluke icon (#9062)
---
_data/simple-icons.json | 6 ++++++
icons/fluke.svg | 1 +
2 files changed, 7 insertions(+)
create mode 100644 icons/fluke.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 443f86cb3..6098e7883 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -4559,6 +4559,12 @@
"type": "Apache-2.0"
}
},
+ {
+ "title": "Fluke",
+ "hex": "FFC20E",
+ "source": "https://www.fluke.com",
+ "guidelines": "https://www.fluke.com/en-us/fluke/fluke-terms-of-use"
+ },
{
"title": "Flutter",
"hex": "02569B",
diff --git a/icons/fluke.svg b/icons/fluke.svg
new file mode 100644
index 000000000..82fb37ed1
--- /dev/null
+++ b/icons/fluke.svg
@@ -0,0 +1 @@
+Fluke
\ No newline at end of file
From 39290e1d0bc22e0e4ba6077a242ea7dceb20f41b Mon Sep 17 00:00:00 2001
From: PratyushJayachandran
<35000807+PratyushJayachandran@users.noreply.github.com>
Date: Sun, 3 Sep 2023 03:56:35 -0500
Subject: [PATCH 142/938] Update Aerospike (#9260)
---
_data/simple-icons.json | 2 +-
icons/aerospike.svg | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 6098e7883..852203a4d 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -301,7 +301,7 @@
},
{
"title": "Aerospike",
- "hex": "C41E25",
+ "hex": "C22127",
"source": "https://pages.aerospike.com/rs/aerospike/images/Acid_Whitepaper.pdf"
},
{
diff --git a/icons/aerospike.svg b/icons/aerospike.svg
index 34cad226f..1b289199b 100644
--- a/icons/aerospike.svg
+++ b/icons/aerospike.svg
@@ -1 +1 @@
-Aerospike
\ No newline at end of file
+Aerospike
\ No newline at end of file
From 690b4e7f0ad180b9cb47bdf92247f584e9c22b6a Mon Sep 17 00:00:00 2001
From: Ritesh Kokam <61982298+RiteshK-611@users.noreply.github.com>
Date: Sun, 3 Sep 2023 14:31:18 +0530
Subject: [PATCH 143/938] Add Robinhood Icon (#9120)
---
_data/simple-icons.json | 5 +++++
icons/robinhood.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/robinhood.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 852203a4d..bf4809892 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -11083,6 +11083,11 @@
"hex": "343A40",
"source": "https://roamresearch.com/#/app/help/page/Vu1MmjinS"
},
+ {
+ "title": "Robinhood",
+ "hex": "00C805",
+ "source": "https://robinhood.com"
+ },
{
"title": "Roblox",
"hex": "000000",
diff --git a/icons/robinhood.svg b/icons/robinhood.svg
new file mode 100644
index 000000000..a2f92ceaa
--- /dev/null
+++ b/icons/robinhood.svg
@@ -0,0 +1 @@
+Robinhood
\ No newline at end of file
From f29b8927773704f2be52765dc85ab5d32506865a Mon Sep 17 00:00:00 2001
From: PratyushJayachandran
<35000807+PratyushJayachandran@users.noreply.github.com>
Date: Sun, 3 Sep 2023 10:39:42 -0500
Subject: [PATCH 144/938] Add embarcadero C++ Builder (#9401)
---
_data/simple-icons.json | 6 ++++++
icons/cplusplusbuilder.svg | 1 +
2 files changed, 7 insertions(+)
create mode 100644 icons/cplusplusbuilder.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index bf4809892..ac05014ab 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -2186,6 +2186,12 @@
"hex": "00599C",
"source": "https://github.com/isocpp/logos/tree/64ef037049f87ac74875dbe72695e59118b52186"
},
+ {
+ "title": "C++ Builder",
+ "hex": "E62431",
+ "source": "https://www.embarcadero.com/news/logo",
+ "guidelines": "https://www.ideracorp.com/legal/embarcadero"
+ },
{
"title": "Cachet",
"hex": "7ED321",
diff --git a/icons/cplusplusbuilder.svg b/icons/cplusplusbuilder.svg
new file mode 100644
index 000000000..56a3a5fe7
--- /dev/null
+++ b/icons/cplusplusbuilder.svg
@@ -0,0 +1 @@
+C++ Builder
\ No newline at end of file
From 440185f30e90cd2f2c028df2641c312e7d710b75 Mon Sep 17 00:00:00 2001
From: PratyushJayachandran
<35000807+PratyushJayachandran@users.noreply.github.com>
Date: Sun, 3 Sep 2023 10:43:24 -0500
Subject: [PATCH 145/938] Add RAD studio (#9402)
---
_data/simple-icons.json | 6 ++++++
icons/radstudio.svg | 1 +
2 files changed, 7 insertions(+)
create mode 100644 icons/radstudio.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index ac05014ab..b305078ee 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -10653,6 +10653,12 @@
"hex": "9F1D20",
"source": "https://racket-lang.org"
},
+ {
+ "title": "RAD Studio",
+ "hex": "E62431",
+ "source": "https://www.embarcadero.com/news/logo",
+ "guidelines": "https://www.ideracorp.com/legal/embarcadero"
+ },
{
"title": "Radar",
"hex": "007AFF",
diff --git a/icons/radstudio.svg b/icons/radstudio.svg
new file mode 100644
index 000000000..326563ccd
--- /dev/null
+++ b/icons/radstudio.svg
@@ -0,0 +1 @@
+RAD Studio
\ No newline at end of file
From fba155c2e31995cca93288bf0d4b4c53b84be634 Mon Sep 17 00:00:00 2001
From: PratyushJayachandran
<35000807+PratyushJayachandran@users.noreply.github.com>
Date: Sun, 3 Sep 2023 10:46:56 -0500
Subject: [PATCH 146/938] Add Interbase (#9403)
---
_data/simple-icons.json | 6 ++++++
icons/interbase.svg | 1 +
2 files changed, 7 insertions(+)
create mode 100644 icons/interbase.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index b305078ee..4d0c8fce3 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -6314,6 +6314,12 @@
"hex": "2599ED",
"source": "https://github.com/taye/interact.js/blob/603c34d4b34dece8a260381e2e5991b810d6d739/img/ijs-icon.svg"
},
+ {
+ "title": "Interbase",
+ "hex": "E62431",
+ "source": "https://www.embarcadero.com/news/logo",
+ "guidelines": "https://www.ideracorp.com/legal/embarcadero"
+ },
{
"title": "Intercom",
"hex": "6AFDEF",
diff --git a/icons/interbase.svg b/icons/interbase.svg
new file mode 100644
index 000000000..c53bf991c
--- /dev/null
+++ b/icons/interbase.svg
@@ -0,0 +1 @@
+Interbase
\ No newline at end of file
From caf0231f01a5d1405a212604377f715f3b199993 Mon Sep 17 00:00:00 2001
From: PratyushJayachandran
<35000807+PratyushJayachandran@users.noreply.github.com>
Date: Sun, 3 Sep 2023 10:50:53 -0500
Subject: [PATCH 147/938] Add Matillion (#9404)
---
_data/simple-icons.json | 5 +++++
icons/matillion.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/matillion.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 4d0c8fce3..c96329df1 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -7750,6 +7750,11 @@
"type": "Apache-2.0"
}
},
+ {
+ "title": "Matillion",
+ "hex": "19E57F",
+ "source": "https://www.matillion.com"
+ },
{
"title": "Matomo",
"hex": "3152A0",
diff --git a/icons/matillion.svg b/icons/matillion.svg
new file mode 100644
index 000000000..64c652407
--- /dev/null
+++ b/icons/matillion.svg
@@ -0,0 +1 @@
+Matillion
\ No newline at end of file
From 660232844a49b0044e20ad5ef78ba33707c95e38 Mon Sep 17 00:00:00 2001
From: PratyushJayachandran
<35000807+PratyushJayachandran@users.noreply.github.com>
Date: Sun, 3 Sep 2023 10:53:04 -0500
Subject: [PATCH 148/938] Add Google BigQuery (#9437)
---
_data/simple-icons.json | 6 ++++++
icons/googlebigquery.svg | 1 +
2 files changed, 7 insertions(+)
create mode 100644 icons/googlebigquery.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index c96329df1..9c7132ba3 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -5205,6 +5205,12 @@
"hex": "886FBF",
"source": "https://bard.google.com"
},
+ {
+ "title": "Google BigQuery",
+ "hex": "669DF6",
+ "source": "https://cloud.google.com/icons",
+ "guidelines": "https://about.google/brand-resource-center"
+ },
{
"title": "Google Calendar",
"hex": "4285F4",
diff --git a/icons/googlebigquery.svg b/icons/googlebigquery.svg
new file mode 100644
index 000000000..5aa562ba1
--- /dev/null
+++ b/icons/googlebigquery.svg
@@ -0,0 +1 @@
+Google BigQuery
\ No newline at end of file
From c2b8fe11b96cf575c9ed180d912be01b4eb4ae55 Mon Sep 17 00:00:00 2001
From: PratyushJayachandran
<35000807+PratyushJayachandran@users.noreply.github.com>
Date: Sun, 3 Sep 2023 11:06:03 -0500
Subject: [PATCH 149/938] Add Google Cloud Composer (#9452)
---
_data/simple-icons.json | 6 ++++++
icons/googlecloudcomposer.svg | 1 +
2 files changed, 7 insertions(+)
create mode 100644 icons/googlecloudcomposer.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 9c7132ba3..a733d9d3d 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -5241,6 +5241,12 @@
"hex": "4285F4",
"source": "https://cloud.google.com"
},
+ {
+ "title": "Google Cloud Composer",
+ "hex": "4285F4",
+ "source": "https://cloud.google.com/icons",
+ "guidelines": "https://about.google/brand-resource-center"
+ },
{
"title": "Google Colab",
"hex": "F9AB00",
diff --git a/icons/googlecloudcomposer.svg b/icons/googlecloudcomposer.svg
new file mode 100644
index 000000000..4a22bd87b
--- /dev/null
+++ b/icons/googlecloudcomposer.svg
@@ -0,0 +1 @@
+Google Cloud Composer
\ No newline at end of file
From b2b1c1cbd974e8c3eafa50c21403667c7f15af7a Mon Sep 17 00:00:00 2001
From: PratyushJayachandran
<35000807+PratyushJayachandran@users.noreply.github.com>
Date: Sun, 3 Sep 2023 11:09:31 -0500
Subject: [PATCH 150/938] Add Sonatype (#9453)
---
_data/simple-icons.json | 6 ++++++
icons/sonatype.svg | 1 +
2 files changed, 7 insertions(+)
create mode 100644 icons/sonatype.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index a733d9d3d..547f0bd79 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -12077,6 +12077,12 @@
"source": "https://www.sonarsource.com/logos/",
"guidelines": "https://www.sonarsource.com/logos/"
},
+ {
+ "title": "Sonatype",
+ "hex": "1B1C30",
+ "source": "https://www.sonatype.com/company/press-kit",
+ "guidelines": "https://www.sonatype.com/company/press-kit"
+ },
{
"title": "Songkick",
"hex": "F80046",
diff --git a/icons/sonatype.svg b/icons/sonatype.svg
new file mode 100644
index 000000000..1e450181e
--- /dev/null
+++ b/icons/sonatype.svg
@@ -0,0 +1 @@
+Sonatype
\ No newline at end of file
From a322dc5ade2fa4e052f0df182f0d06c7d2dc428e Mon Sep 17 00:00:00 2001
From: PratyushJayachandran
<35000807+PratyushJayachandran@users.noreply.github.com>
Date: Sun, 3 Sep 2023 11:36:42 -0500
Subject: [PATCH 151/938] Add google data studio (#9473)
---
_data/simple-icons.json | 6 ++++++
icons/googledatastudio.svg | 1 +
2 files changed, 7 insertions(+)
create mode 100644 icons/googledatastudio.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 547f0bd79..2042bdc0f 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -5258,6 +5258,12 @@
"source": "https://cloud.google.com/icons",
"guidelines": "https://cloud.google.com/terms/"
},
+ {
+ "title": "Google Data Studio",
+ "hex": "669DF6",
+ "source": "https://cloud.google.com/icons",
+ "guidelines": "https://about.google/brand-resource-center"
+ },
{
"title": "Google Docs",
"hex": "4285F4",
diff --git a/icons/googledatastudio.svg b/icons/googledatastudio.svg
new file mode 100644
index 000000000..765918e7c
--- /dev/null
+++ b/icons/googledatastudio.svg
@@ -0,0 +1 @@
+Google Data Studio
\ No newline at end of file
From 94c89a5a61c7e3bd8e9934efbb9b1ce108580f41 Mon Sep 17 00:00:00 2001
From: Seonghyeon Cho
Date: Mon, 4 Sep 2023 01:41:34 +0900
Subject: [PATCH 152/938] Add ko-KR, ja-JP localization (#9480)
---
_data/simple-icons.json | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 2042bdc0f..720a91eed 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -5166,6 +5166,11 @@
},
{
"title": "Google",
+ "aliases": {
+ "loc": {
+ "ko-KR": "구글"
+ }
+ },
"hex": "4285F4",
"source": "https://partnermarketinghub.withgoogle.com",
"guidelines": "https://about.google/brand-resource-center/brand-elements/"
@@ -6775,11 +6780,21 @@
},
{
"title": "Kakao",
+ "aliases": {
+ "loc": {
+ "ko-KR": "카카오"
+ }
+ },
"hex": "FFCD00",
"source": "https://www.kakaocorp.com/kakao/introduce/ci"
},
{
"title": "KakaoTalk",
+ "aliases": {
+ "loc": {
+ "ko-KR": "카카오톡"
+ }
+ },
"hex": "FFCD00",
"source": "https://commons.wikimedia.org/wiki/File:KakaoTalk_logo.svg"
},
@@ -7063,6 +7078,11 @@
},
{
"title": "Kotlin",
+ "aliases": {
+ "loc": {
+ "ko-KR": "코틀린"
+ }
+ },
"hex": "7F52FF",
"source": "https://www.jetbrains.com/company/brand/logos/",
"guidelines": "https://www.jetbrains.com/company/brand/"
@@ -7366,6 +7386,12 @@
},
{
"title": "LINE",
+ "aliases": {
+ "loc": {
+ "ko-KR": "라인",
+ "ja-JP": "ライン"
+ }
+ },
"hex": "00C300",
"source": "https://line.me/en/logo",
"guidelines": "https://line.me/en/logo"
From ae38243ea7dd194a5ca32f7d5099231b3a2cd84f Mon Sep 17 00:00:00 2001
From: LitoMore
Date: Sun, 3 Sep 2023 14:25:17 -0500
Subject: [PATCH 153/938] Replace all `#FFFFFF` with `#000000` (#9360)
---
_data/simple-icons.json | 47 +++++++++++++++++++++--------------------
1 file changed, 24 insertions(+), 23 deletions(-)
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 720a91eed..700c87afa 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -1591,7 +1591,7 @@
},
{
"title": "Backendless",
- "hex": "FFFFFF",
+ "hex": "5056E5",
"source": "https://backendless.com"
},
{
@@ -2542,7 +2542,7 @@
},
{
"title": "Clarivate",
- "hex": "FFFFFF",
+ "hex": "000000",
"source": "https://clarivate.com"
},
{
@@ -3914,7 +3914,7 @@
},
{
"title": "electron-builder",
- "hex": "FFFFFF",
+ "hex": "000000",
"source": "https://www.electron.build"
},
{
@@ -4589,7 +4589,7 @@
},
{
"title": "Fluxus",
- "hex": "FFFFFF",
+ "hex": "8D73B0",
"source": "https://github.com/YieldingFluxus/fluxuswebsite/blob/651d798b8753786dcc51644c3b048a4f399db166/public/icon-svg.svg"
},
{
@@ -5913,8 +5913,9 @@
},
{
"title": "Honor",
- "hex": "FFFFFF",
- "source": "https://www.hihonor.com"
+ "hex": "000000",
+ "source": "https://www.hihonor.com",
+ "guidelines": "https://www.hihonor.com/global/brand-guideline11/basics/logo"
},
{
"title": "Hootsuite",
@@ -6486,7 +6487,7 @@
},
{
"title": "Jaguar",
- "hex": "FFFFFF",
+ "hex": "000000",
"source": "https://media.jaguar.com/en/press-kit"
},
{
@@ -7232,7 +7233,7 @@
},
{
"title": "Leanpub",
- "hex": "FFFFFF",
+ "hex": "222222",
"source": "https://leanpub.com/press",
"guidelines": "https://leanpub.com/press"
},
@@ -7254,7 +7255,7 @@
},
{
"title": "Lemmy",
- "hex": "FFFFFF",
+ "hex": "14854F",
"source": "https://join-lemmy.org"
},
{
@@ -7315,7 +7316,7 @@
},
{
"title": "LGTM",
- "hex": "FFFFFF",
+ "hex": "000000",
"source": "https://lgtm.com"
},
{
@@ -7584,7 +7585,7 @@
},
{
"title": "Ludwig",
- "hex": "FFFFFF",
+ "hex": "000000",
"source": "https://github.com/ludwig-ai/ludwig-docs/blob/8d8abb2117a93af2622a6545943c773b27153e1b/docs/images/ludwig_icon.svg"
},
{
@@ -8506,7 +8507,7 @@
},
{
"title": "Mumble",
- "hex": "FFFFFF",
+ "hex": "000000",
"source": "https://github.com/mumble-voip/mumble/blob/d40a19eb88cda61084da245a1b6cb8f32ef1b6e4/icons/mumble_small.svg",
"guidelines": "https://github.com/mumble-voip/mumble/blob/d40a19eb88cda61084da245a1b6cb8f32ef1b6e4/LICENSE"
},
@@ -9086,7 +9087,7 @@
},
{
"title": "Oh Dear",
- "hex": "FFFFFF",
+ "hex": "FF3900",
"source": "https://ohdear.app/logos"
},
{
@@ -9220,7 +9221,7 @@
},
{
"title": "OpenJDK",
- "hex": "FFFFFF",
+ "hex": "437291",
"source": "https://hg.openjdk.java.net/duke/duke/file/ca00f100dafc/vector/Agent.svg#l1"
},
{
@@ -9694,7 +9695,7 @@
},
{
"title": "Personio",
- "hex": "FFFFFF",
+ "hex": "000000",
"source": "https://www.personio.com"
},
{
@@ -10873,7 +10874,7 @@
},
{
"title": "Reason Studios",
- "hex": "FFFFFF",
+ "hex": "F9CB61",
"source": "https://www.reasonstudios.com/press",
"guidelines": "https://www.reasonstudios.com/press"
},
@@ -11529,7 +11530,7 @@
},
{
"title": "SCP Foundation",
- "hex": "FFFFFF",
+ "hex": "000000",
"source": "https://scp-wiki.wikidot.com"
},
{
@@ -12139,7 +12140,7 @@
},
{
"title": "Sony",
- "hex": "FFFFFF",
+ "hex": "000000",
"source": "https://www.sony.com"
},
{
@@ -12765,7 +12766,7 @@
},
{
"title": "SWC",
- "hex": "FFFFFF",
+ "hex": "000000",
"source": "https://github.com/swc-project/logo/blob/f26cac1b4a490e3bdf128d3b084bb57f4fab1aac/svg/swc_black.svg"
},
{
@@ -12875,7 +12876,7 @@
},
{
"title": "Talenthouse",
- "hex": "FFFFFF",
+ "hex": "000000",
"source": "https://www.talenthouse.com"
},
{
@@ -13691,7 +13692,7 @@
},
{
"title": "Unity",
- "hex": "FFFFFF",
+ "hex": "000000",
"source": "https://brand.unity.com",
"guidelines": "https://brand.unity.com"
},
@@ -14082,7 +14083,7 @@
},
{
"title": "Vonage",
- "hex": "FFFFFF",
+ "hex": "000000",
"source": "https://www.vonage.com"
},
{
@@ -15044,7 +15045,7 @@
},
{
"title": "Zulip",
- "hex": "FFFFFF",
+ "hex": "50ADFF",
"source": "https://github.com/zulip/zulip/blob/df9e40491dc77b658d943cff36a816d46e32ce1b/static/images/logo/zulip-org-logo.svg"
},
{
From d1cb35d68826f8a8170486e6f9219f789e29b65b Mon Sep 17 00:00:00 2001
From: Ritesh Kokam <61982298+RiteshK-611@users.noreply.github.com>
Date: Mon, 4 Sep 2023 01:20:18 +0530
Subject: [PATCH 154/938] Add Amazon DocumentDB Icon (#8732)
---
_data/simple-icons.json | 11 +++++++++++
icons/amazondocumentdb.svg | 1 +
2 files changed, 12 insertions(+)
create mode 100644 icons/amazondocumentdb.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 700c87afa..3d5a9409b 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -622,6 +622,17 @@
]
}
},
+ {
+ "title": "Amazon DocumentDB",
+ "hex": "C925D1",
+ "source": "https://aws.amazon.com/architecture/icons",
+ "guidelines": "https://aws.amazon.com/architecture/icons",
+ "aliases": {
+ "aka": [
+ "AWS DocumentDB"
+ ]
+ }
+ },
{
"title": "Amazon DynamoDB",
"hex": "4053D6",
diff --git a/icons/amazondocumentdb.svg b/icons/amazondocumentdb.svg
new file mode 100644
index 000000000..c19516ec8
--- /dev/null
+++ b/icons/amazondocumentdb.svg
@@ -0,0 +1 @@
+Amazon DocumentDB
\ No newline at end of file
From 9f7383ee3a2857f5e12490462a3fb04e4ec4d6dc Mon Sep 17 00:00:00 2001
From: Ritesh Kokam <61982298+RiteshK-611@users.noreply.github.com>
Date: Mon, 4 Sep 2023 01:21:57 +0530
Subject: [PATCH 155/938] Add Amazon Route 53 (#8738)
---
_data/simple-icons.json | 11 +++++++++++
icons/amazonroute53.svg | 1 +
2 files changed, 12 insertions(+)
create mode 100644 icons/amazonroute53.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 3d5a9409b..3cf4a0ddb 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -738,6 +738,17 @@
"source": "https://aws.amazon.com/architecture/icons",
"guidelines": "https://aws.amazon.com/architecture/icons"
},
+ {
+ "title": "Amazon Route 53",
+ "hex": "8C4FFF",
+ "source": "https://aws.amazon.com/architecture/icons/",
+ "guidelines": "https://aws.amazon.com/architecture/icons/",
+ "aliases": {
+ "aka": [
+ "AWS Route53"
+ ]
+ }
+ },
{
"title": "Amazon S3",
"hex": "569A31",
diff --git a/icons/amazonroute53.svg b/icons/amazonroute53.svg
new file mode 100644
index 000000000..37b732168
--- /dev/null
+++ b/icons/amazonroute53.svg
@@ -0,0 +1 @@
+Amazon Route 53
\ No newline at end of file
From 288ae98097dcde3e0f9660de8400719d3cbc00b2 Mon Sep 17 00:00:00 2001
From: Ritesh Kokam <61982298+RiteshK-611@users.noreply.github.com>
Date: Mon, 4 Sep 2023 01:24:13 +0530
Subject: [PATCH 156/938] Add Amazon Organizations (#8740)
---
_data/simple-icons.json | 6 ++++++
icons/awsorganizations.svg | 1 +
2 files changed, 7 insertions(+)
create mode 100644 icons/awsorganizations.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 3cf4a0ddb..621322940 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -1551,6 +1551,12 @@
"source": "https://aws.amazon.com/architecture/icons",
"guidelines": "https://aws.amazon.com/architecture/icons"
},
+ {
+ "title": "AWS Organizations",
+ "hex": "E7157B",
+ "source": "https://aws.amazon.com/architecture/icons",
+ "guidelines": "https://aws.amazon.com/architecture/icons"
+ },
{
"title": "Axios",
"hex": "5A29E4",
diff --git a/icons/awsorganizations.svg b/icons/awsorganizations.svg
new file mode 100644
index 000000000..b4418a6e1
--- /dev/null
+++ b/icons/awsorganizations.svg
@@ -0,0 +1 @@
+AWS Organizations
\ No newline at end of file
From 969d1f36c1c3747950680500b82262a53e844c0b Mon Sep 17 00:00:00 2001
From: Ritesh Kokam <61982298+RiteshK-611@users.noreply.github.com>
Date: Mon, 4 Sep 2023 01:36:20 +0530
Subject: [PATCH 157/938] Add Vaultwarden Icon (#8852)
---
_data/simple-icons.json | 5 +++++
icons/vaultwarden.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/vaultwarden.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 621322940..ac1e08aa2 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -13872,6 +13872,11 @@
"source": "https://www.hashicorp.com/brand",
"guidelines": "https://www.hashicorp.com/brand"
},
+ {
+ "title": "Vaultwarden",
+ "hex": "000000",
+ "source": "https://github.com/dani-garcia/vaultwarden/blob/44e9e1a58ed37bf4b352bb499fd3e97adcd3b26b/resources/vaultwarden-icon.svg"
+ },
{
"title": "Vauxhall",
"hex": "EB001E",
diff --git a/icons/vaultwarden.svg b/icons/vaultwarden.svg
new file mode 100644
index 000000000..94a2f1a15
--- /dev/null
+++ b/icons/vaultwarden.svg
@@ -0,0 +1 @@
+Vaultwarden
\ No newline at end of file
From 2ad74dbf0f0bcc2cb55a0adb18820b6bc3ebcf8c Mon Sep 17 00:00:00 2001
From: LitoMore
Date: Mon, 4 Sep 2023 06:58:08 -0500
Subject: [PATCH 158/938] Fix memoize function of svglint (#9491)
Co-authored-by: Adam Rusted
---
.svglintrc.mjs | 12 ++++++------
icons/alipay.svg | 2 +-
icons/anilist.svg | 2 +-
icons/apachecassandra.svg | 2 +-
icons/docusaurus.svg | 2 +-
icons/googledatastudio.svg | 2 +-
icons/hexlet.svg | 2 +-
icons/honor.svg | 2 +-
icons/matillion.svg | 2 +-
icons/opslevel.svg | 2 +-
10 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/.svglintrc.mjs b/.svglintrc.mjs
index 861f200f2..10dcb0ca1 100644
--- a/.svglintrc.mjs
+++ b/.svglintrc.mjs
@@ -370,7 +370,7 @@ export default {
}
}
},
- (reporter, $, ast, filepath) => {
+ (reporter, $, ast, { filepath }) => {
reporter.name = 'icon-size';
const iconPath = getIconPath($, filepath);
@@ -399,7 +399,7 @@ export default {
}
}
},
- (reporter, $, ast, filepath) => {
+ (reporter, $, ast, { filepath }) => {
reporter.name = 'icon-precision';
const iconPath = getIconPath($, filepath);
@@ -429,7 +429,7 @@ export default {
}
}
},
- (reporter, $, ast, filepath) => {
+ (reporter, $, ast, { filepath }) => {
reporter.name = 'ineffective-segments';
const iconPath = getIconPath($, filepath);
@@ -853,7 +853,7 @@ export default {
}
}
},
- (reporter, $, ast, filepath) => {
+ (reporter, $, ast, { filepath }) => {
reporter.name = 'negative-zeros';
const iconPath = getIconPath($, filepath);
@@ -879,7 +879,7 @@ export default {
}
}
},
- (reporter, $, ast, filepath) => {
+ (reporter, $, ast, { filepath }) => {
reporter.name = 'icon-centered';
const iconPath = getIconPath($, filepath);
@@ -906,7 +906,7 @@ export default {
}
}
},
- (reporter, $, ast, filepath) => {
+ (reporter, $, ast, { filepath }) => {
reporter.name = 'path-format';
const iconPath = getIconPath($, filepath);
diff --git a/icons/alipay.svg b/icons/alipay.svg
index 7514d6dd7..30fa27f22 100644
--- a/icons/alipay.svg
+++ b/icons/alipay.svg
@@ -1 +1 @@
-Alipay
\ No newline at end of file
+Alipay
\ No newline at end of file
diff --git a/icons/anilist.svg b/icons/anilist.svg
index fa1dd0750..14384ac8f 100644
--- a/icons/anilist.svg
+++ b/icons/anilist.svg
@@ -1 +1 @@
-AniList
\ No newline at end of file
+AniList
\ No newline at end of file
diff --git a/icons/apachecassandra.svg b/icons/apachecassandra.svg
index 0ef70eeec..69fc87451 100644
--- a/icons/apachecassandra.svg
+++ b/icons/apachecassandra.svg
@@ -1 +1 @@
-Apache Cassandra
\ No newline at end of file
+Apache Cassandra
\ No newline at end of file
diff --git a/icons/docusaurus.svg b/icons/docusaurus.svg
index 31a7a4747..bbfb9ab9d 100644
--- a/icons/docusaurus.svg
+++ b/icons/docusaurus.svg
@@ -1 +1 @@
-Docusaurus
\ No newline at end of file
+Docusaurus
\ No newline at end of file
diff --git a/icons/googledatastudio.svg b/icons/googledatastudio.svg
index 765918e7c..4bdcf9f02 100644
--- a/icons/googledatastudio.svg
+++ b/icons/googledatastudio.svg
@@ -1 +1 @@
-Google Data Studio
\ No newline at end of file
+Google Data Studio
\ No newline at end of file
diff --git a/icons/hexlet.svg b/icons/hexlet.svg
index 9f23031a0..dfba15b2f 100644
--- a/icons/hexlet.svg
+++ b/icons/hexlet.svg
@@ -1 +1 @@
-Hexlet
\ No newline at end of file
+Hexlet
\ No newline at end of file
diff --git a/icons/honor.svg b/icons/honor.svg
index a7e921ea0..dfe61e15f 100644
--- a/icons/honor.svg
+++ b/icons/honor.svg
@@ -1 +1 @@
-Honor
\ No newline at end of file
+Honor
\ No newline at end of file
diff --git a/icons/matillion.svg b/icons/matillion.svg
index 64c652407..effa03244 100644
--- a/icons/matillion.svg
+++ b/icons/matillion.svg
@@ -1 +1 @@
-Matillion
\ No newline at end of file
+Matillion
\ No newline at end of file
diff --git a/icons/opslevel.svg b/icons/opslevel.svg
index 7ded718e2..a33966d20 100644
--- a/icons/opslevel.svg
+++ b/icons/opslevel.svg
@@ -1 +1 @@
-OpsLevel
\ No newline at end of file
+OpsLevel
\ No newline at end of file
From eed22b209bdf9f40144d464c8cd4a2a0a21fa2f2 Mon Sep 17 00:00:00 2001
From: Adam Rusted
Date: Mon, 4 Sep 2023 18:19:43 +0100
Subject: [PATCH 159/938] Update Strapi icon (#9088)
---
_data/simple-icons.json | 5 +++--
icons/strapi.svg | 2 +-
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index ac1e08aa2..11ea3086c 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -12611,8 +12611,9 @@
},
{
"title": "Strapi",
- "hex": "2F2E8B",
- "source": "https://strapi.io/newsroom"
+ "hex": "4945FF",
+ "source": "https://handbook.strapi.io/strapi-brand-book-2022/strapi-logo",
+ "guidelines": "https://handbook.strapi.io/strapi-brand-book-2022"
},
{
"title": "Strava",
diff --git a/icons/strapi.svg b/icons/strapi.svg
index 21e1883f2..67b522f4a 100644
--- a/icons/strapi.svg
+++ b/icons/strapi.svg
@@ -1 +1 @@
-Strapi
\ No newline at end of file
+Strapi
\ No newline at end of file
From 7c4bdf4d452811665e6ff63ab8a9365393661f6c Mon Sep 17 00:00:00 2001
From: Marcos Vinicius de Quadros
<98984018+marcosquadross@users.noreply.github.com>
Date: Wed, 6 Sep 2023 05:25:16 -0300
Subject: [PATCH 160/938] Add CyberDefenders icon (#9490)
* Add CyberDefenders icon (#9230)
* Fix CyberDefenders icon (#9230)
* Fix CyberDefenders icon (#9230)
* Update icons/cyberdefenders.svg
Co-authored-by: Adam Rusted
---------
Co-authored-by: Adam Rusted
Co-authored-by: PratyushJayachandran <35000807+PratyushJayachandran@users.noreply.github.com>
---
_data/simple-icons.json | 5 +++++
icons/cyberdefenders.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/cyberdefenders.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 11ea3086c..a611fa1a9 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -3174,6 +3174,11 @@
"hex": "F16436",
"source": "https://www.curseforge.com"
},
+ {
+ "title": "CyberDefenders",
+ "hex": "335EEA",
+ "source": "https://cyberdefenders.org"
+ },
{
"title": "Cycling '74",
"hex": "111111",
diff --git a/icons/cyberdefenders.svg b/icons/cyberdefenders.svg
new file mode 100644
index 000000000..65c8951f9
--- /dev/null
+++ b/icons/cyberdefenders.svg
@@ -0,0 +1 @@
+CyberDefenders
\ No newline at end of file
From ec28b38f0c42e69c877323d83aff206c91510414 Mon Sep 17 00:00:00 2001
From: Rambaud Pierrick <12rambau@users.noreply.github.com>
Date: Wed, 6 Sep 2023 11:34:59 +0000
Subject: [PATCH 161/938] Add Google Earth Engine icon (#9073)
* feat: add Google Earth Engine icon
* fix: remove aliases
* Update _data/simple-icons.json
Co-authored-by: Adam Rusted
---------
Co-authored-by: Adam Rusted
Co-authored-by: Engin Diri
---
_data/simple-icons.json | 5 +++++
icons/googleearthengine.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/googleearthengine.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index a611fa1a9..717a95acf 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -5322,6 +5322,11 @@
"hex": "4285F4",
"source": "https://earth.google.com/web/"
},
+ {
+ "title": "Google Earth Engine",
+ "hex": "4285F4",
+ "source": "https://github.com/simple-icons/simple-icons/issues/8912#issuecomment-1638850020"
+ },
{
"title": "Google Fit",
"hex": "4285F4",
diff --git a/icons/googleearthengine.svg b/icons/googleearthengine.svg
new file mode 100644
index 000000000..859dfe0c0
--- /dev/null
+++ b/icons/googleearthengine.svg
@@ -0,0 +1 @@
+Google Earth Engine
\ No newline at end of file
From 046e1a4efae5f5ade33dd8741db487eb8dcb811b Mon Sep 17 00:00:00 2001
From: Sachita Gupta <105349293+sachita15@users.noreply.github.com>
Date: Wed, 6 Sep 2023 21:47:39 +0530
Subject: [PATCH 162/938] Add H&M Icon (#8104)
* Add files via upload
* Update simple-icons.json
* Update H&M;
* Update H&M
---------
Co-authored-by: Adam Rusted
---
_data/simple-icons.json | 5 +++++
icons/handm.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/handm.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 717a95acf..4cb96f678 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -5645,6 +5645,11 @@
"hex": "000000",
"source": "https://github.com/WordPress/gutenberg/blob/7829913ae117dfb561d14c600eea7b281afd6556/docs/final-g-wapuu-black.svg"
},
+ {
+ "title": "H&M",
+ "hex": "E50010",
+ "source": "https://www2.hm.com/en_gb/index.html"
+ },
{
"title": "H3",
"hex": "1E54B7",
diff --git a/icons/handm.svg b/icons/handm.svg
new file mode 100644
index 000000000..32d7a8eac
--- /dev/null
+++ b/icons/handm.svg
@@ -0,0 +1 @@
+H&M
\ No newline at end of file
From ceca705b0a95917e7178cd4d4a34fda46b6cfd78 Mon Sep 17 00:00:00 2001
From: Adam Rusted
Date: Wed, 6 Sep 2023 17:23:37 +0100
Subject: [PATCH 163/938] Update Bit (#9349)
* Update Bit
* Update Path
---------
Co-authored-by: Alexandre Paradis
---
_data/simple-icons.json | 2 +-
icons/bit.svg | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 4cb96f678..042d02273 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -1826,7 +1826,7 @@
},
{
"title": "Bit",
- "hex": "73398D",
+ "hex": "592EC1",
"source": "https://bit.dev"
},
{
diff --git a/icons/bit.svg b/icons/bit.svg
index 70b09cf7c..7d08d5bba 100644
--- a/icons/bit.svg
+++ b/icons/bit.svg
@@ -1 +1 @@
-Bit
\ No newline at end of file
+Bit
\ No newline at end of file
From 78490fd2d325246ec6f474d5c0cfb3ab25be7532 Mon Sep 17 00:00:00 2001
From: PratyushJayachandran
<35000807+PratyushJayachandran@users.noreply.github.com>
Date: Thu, 7 Sep 2023 01:29:40 -0700
Subject: [PATCH 164/938] Add docsify (#9465)
---
_data/simple-icons.json | 5 +++++
icons/docsify.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/docsify.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 042d02273..7b9b69f4e 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -3622,6 +3622,11 @@
"hex": "000000",
"source": "https://docs.rs"
},
+ {
+ "title": "Docsify",
+ "hex": "2ECE53",
+ "source": "https://github.com/docsifyjs/docsify/blob/d01841fd9d829adeeae6cde1d5818ce8798c7e58/docs/_media/icon.svg"
+ },
{
"title": "Docusaurus",
"hex": "3ECC5F",
diff --git a/icons/docsify.svg b/icons/docsify.svg
new file mode 100644
index 000000000..8a1cfd22b
--- /dev/null
+++ b/icons/docsify.svg
@@ -0,0 +1 @@
+Docsify
\ No newline at end of file
From c9fea9f81aeb761fe682b85986a2d89d7b3e7c96 Mon Sep 17 00:00:00 2001
From: Isaac Santana
Date: Thu, 7 Sep 2023 14:19:08 -0300
Subject: [PATCH 165/938] Add Umami icon (#7546)
* Add Umami icon
* Add Umami icon
* Update _data/simple-icons.json
Co-authored-by: Sigurd Spieckermann <2206639+sisp@users.noreply.github.com>
* Add Umami icon
* Update Umami.
---------
Co-authored-by: Adam Rusted
---
_data/simple-icons.json | 8 ++++++++
icons/umami.svg | 1 +
2 files changed, 9 insertions(+)
create mode 100644 icons/umami.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 7b9b69f4e..7d8a4388e 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -13689,6 +13689,14 @@
"hex": "18A5D6",
"source": "https://ulule.frontify.com/d/EX3dK8qsXgqh/branding-guidelines"
},
+ {
+ "title": "Umami",
+ "hex": "000000",
+ "source": "https://github.com/umami-software/umami/blob/3572df0a09503f357a06fe7f816295ba2c878325/assets/logo.svg",
+ "license": {
+ "type": "MIT"
+ }
+ },
{
"title": "Umbraco",
"hex": "3544B1",
diff --git a/icons/umami.svg b/icons/umami.svg
new file mode 100644
index 000000000..4df90a6da
--- /dev/null
+++ b/icons/umami.svg
@@ -0,0 +1 @@
+Umami
\ No newline at end of file
From e43eb0dbfd6c8ee21300c24946377ed502316cc7 Mon Sep 17 00:00:00 2001
From: Jim Flattery <6561797+jflattery@users.noreply.github.com>
Date: Thu, 7 Sep 2023 14:54:55 -0400
Subject: [PATCH 166/938] SearXNG (#9506)
* Add SearXNG Icon
* Resized SearXNG Icon
* Update simple-icons.json
Add SearXNG
* Update _data/simple-icons.json
Co-authored-by: Adam Rusted
* Update _data/simple-icons.json
Co-authored-by: Adam Rusted
* remove script
* Add files via upload
* Update icons/searxng.svg
Co-authored-by: Adam Rusted
---------
Co-authored-by: Adam Rusted
---
_data/simple-icons.json | 5 +++++
icons/searxng.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/searxng.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 7d8a4388e..e196b4ea7 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -11634,6 +11634,11 @@
"hex": "6EBE49",
"source": "https://branding.seagate.com/productpage/3fc51aba-c35a-4eff-a833-a258b0440bd2"
},
+ {
+ "title": "SearXNG",
+ "hex": "3050FF",
+ "source": "https://docs.searxng.org"
+ },
{
"title": "SEAT",
"hex": "33302E",
diff --git a/icons/searxng.svg b/icons/searxng.svg
new file mode 100644
index 000000000..ab3548deb
--- /dev/null
+++ b/icons/searxng.svg
@@ -0,0 +1 @@
+SearXNG
\ No newline at end of file
From 24a92bbff3295c7ec987608f9d8191555d9268d3 Mon Sep 17 00:00:00 2001
From: LiangXiang Shen
Date: Fri, 8 Sep 2023 15:45:16 +0800
Subject: [PATCH 167/938] Update link to osu! 's source and guidelines. (#9510)
---
_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 e196b4ea7..550a048e5 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -9461,8 +9461,8 @@
{
"title": "osu!",
"hex": "FF66AA",
- "source": "https://osu.ppy.sh/wiki/vi/Brand_identity_guidelines",
- "guidelines": "https://osu.ppy.sh/wiki/vi/Brand_identity_guidelines"
+ "source": "https://osu.ppy.sh/wiki/Brand_identity_guidelines",
+ "guidelines": "https://osu.ppy.sh/wiki/Brand_identity_guidelines"
},
{
"title": "Otto",
From fb6d833bd8b42a56493f13b9ff4a30807412dbae Mon Sep 17 00:00:00 2001
From: Jo Stichbury
Date: Fri, 8 Sep 2023 09:36:41 +0100
Subject: [PATCH 168/938] Add Kedro (#9507)
Signed-off-by: Jo Stichbury
---
_data/simple-icons.json | 10 ++++++++++
icons/kedro.svg | 1 +
2 files changed, 11 insertions(+)
create mode 100644 icons/kedro.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 550a048e5..2486a8310 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -6909,6 +6909,16 @@
"source": "https://kdenlive.org/en/logo/",
"guidelines": "https://kdenlive.org/en/logo/"
},
+ {
+ "title": "Kedro",
+ "hex": "FFC900",
+ "source": "https://github.com/kedro-org/kedro-brand-identity/blob/7f7b380cb1a2951c06ca292f0d2b442db895f804/icon/black/kedro-icon-svgo-black.svg",
+ "guidelines": "https://github.com/kedro-org/kedro-brand-identity/blob/7f7b380cb1a2951c06ca292f0d2b442db895f804/Kedro_Brand_Guidelines.pdf",
+ "license": {
+ "type": "custom",
+ "url": "https://www.linuxfoundation.org/trademark-usage"
+ }
+ },
{
"title": "Keep a Changelog",
"hex": "E05735",
diff --git a/icons/kedro.svg b/icons/kedro.svg
new file mode 100644
index 000000000..16d29537a
--- /dev/null
+++ b/icons/kedro.svg
@@ -0,0 +1 @@
+Kedro
\ No newline at end of file
From 5713f8bf1cea21b6749540beba445c248e8f6be0 Mon Sep 17 00:00:00 2001
From: Alexandre Paradis
Date: Fri, 8 Sep 2023 08:09:44 -0400
Subject: [PATCH 169/938] Part 1 of the letter T review (#9508)
---
_data/simple-icons.json | 56 ++++++++++++++++++++++++-----------------
1 file changed, 33 insertions(+), 23 deletions(-)
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 2486a8310..a3c002b66 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -12895,7 +12895,8 @@
{
"title": "Tableau",
"hex": "E97627",
- "source": "https://www.tableau.com/about/media-download-center"
+ "source": "https://www.tableau.com/about/media-kit/brand-assets",
+ "guidelines": "https://www.salesforce.com/company/legal/intellectual/tmcusageguidelines"
},
{
"title": "TableCheck",
@@ -12971,12 +12972,12 @@
{
"title": "Task",
"hex": "29BEB0",
- "source": "https://github.com/go-task/task/blob/367c0b38a6787bebf6ee5af864be1574ad40b24a/docs/Logo_mono.svg"
+ "source": "https://github.com/go-task/task/blob/84ad0056e49e2206bf5903863cdf972a7305072c/docs/static/img/logo_mono.svg"
},
{
"title": "Tasmota",
"hex": "1FA3EC",
- "source": "https://tasmota.github.io/docs/"
+ "source": "https://github.com/tasmota/docs/blob/f9ad71612681d85f3b21406c7defa86b3eaa6bb9/docs/images/symbol.svg"
},
{
"title": "Tata",
@@ -13028,7 +13029,8 @@
{
"title": "TED",
"hex": "E62B1E",
- "source": "https://www.ted.com/participate/organize-a-local-tedx-event/tedx-organizer-guide/branding-promotions/logo-and-design/your-tedx-logo"
+ "source": "https://www.ted.com/participate/organize-a-local-tedx-event/tedx-organizer-guide/branding-promotions/logo-and-design/your-tedx-logo",
+ "guidelines": "https://www.ted.com/participate/organize-a-local-tedx-event/tedx-organizer-guide/branding-promotions/logo-and-design/your-tedx-logo"
},
{
"title": "Teespring",
@@ -13049,7 +13051,7 @@
{
"title": "Telegram",
"hex": "26A5E4",
- "source": "https://telegram.org"
+ "source": "https://telegram.org/tour/screenshots"
},
{
"title": "Telegraph",
@@ -13074,7 +13076,7 @@
{
"title": "Teradata",
"hex": "F37440",
- "source": "https://github.com/Teradata/teradata.github.io/tree/0b5124f0c652d7ba006a487c8b4b21bd61150ab2"
+ "source": "https://github.com/Teradata/teradata.github.io/blob/0fb3886aaeefea7bea4951c300f49ac8f9c2476f/src/assets/icons/teradata-icon.svg"
},
{
"title": "teratail",
@@ -13089,7 +13091,7 @@
},
{
"title": "Terraform",
- "hex": "7B42BC",
+ "hex": "844FBA",
"source": "https://www.hashicorp.com/brand",
"guidelines": "https://www.hashicorp.com/brand"
},
@@ -13121,7 +13123,8 @@
{
"title": "TestRail",
"hex": "65C179",
- "source": "https://www.testrail.com"
+ "source": "https://www.testrail.com",
+ "guidelines": "https://www.ideracorp.com/Legal/idera-trademark-usage-guidelines-and-abuse-policy"
},
{
"title": "Tether",
@@ -13272,7 +13275,7 @@
{
"title": "Tidal",
"hex": "000000",
- "source": "https://tidal.com"
+ "source": "https://tidal.com/press"
},
{
"title": "TiddlyWiki",
@@ -13337,7 +13340,7 @@
{
"title": "tmux",
"hex": "1BB91F",
- "source": "https://github.com/tmux/tmux/tree/f04cc3997629823f0e304d4e4184e2ec93c703f0/logo"
+ "source": "https://github.com/tmux/tmux/blob/e26356607e38cbb4676a7c91815ae2d5734443c3/logo/tmux-logo-1-color.svg"
},
{
"title": "TNT",
@@ -13352,12 +13355,14 @@
{
"title": "Toggl",
"hex": "FFDE91",
- "source": "https://toggl.com/track/media-toolkit"
+ "source": "https://toggl.com/track/media-toolkit",
+ "guidelines": "https://toggl.com/track/media-toolkit"
},
{
"title": "Toggl Track",
"hex": "E57CD8",
- "source": "https://toggl.com/track/media-toolkit"
+ "source": "https://toggl.com/track/media-toolkit",
+ "guidelines": "https://toggl.com/track/media-toolkit"
},
{
"title": "Tokyo Metro",
@@ -13392,7 +13397,7 @@
},
{
"title": "Tor Project",
- "hex": "7E4798",
+ "hex": "7D4698",
"source": "https://styleguide.torproject.org/brand-assets/"
},
{
@@ -13441,7 +13446,8 @@
{
"title": "Trakt",
"hex": "ED1C24",
- "source": "https://trakt.tv"
+ "source": "https://trakt.tv/branding",
+ "guidelines": "https://trakt.tv/branding"
},
{
"title": "Transport for Ireland",
@@ -13461,7 +13467,7 @@
{
"title": "Treehouse",
"hex": "5FCF80",
- "source": "https://teamtreehouse.com/about"
+ "source": "https://teamtreehouse.com"
},
{
"title": "Trello",
@@ -13487,7 +13493,7 @@
{
"title": "Triller",
"hex": "FF0089",
- "source": "https://triller.co/static/media/illustrations/logo-full-white.svg"
+ "source": "https://triller.co"
},
{
"title": "Trino",
@@ -13502,7 +13508,8 @@
{
"title": "Tripadvisor",
"hex": "34E0A1",
- "source": "https://tripadvisor.mediaroom.com/logo-guidelines"
+ "source": "https://tripadvisor.mediaroom.com/logo-guidelines",
+ "guidelines": "https://tripadvisor.mediaroom.com/logo-guidelines"
},
{
"title": "Trivy",
@@ -13540,7 +13547,8 @@
{
"title": "Trustpilot",
"hex": "00B67A",
- "source": "https://support.trustpilot.com/hc/en-us/articles/206289947-Trustpilot-Brand-Assets-Style-Guide"
+ "source": "https://support.trustpilot.com/hc/en-us/articles/206289947-Trustpilot-Brand-Assets-Style-Guide",
+ "guidelines": "https://support.trustpilot.com/hc/en-us/articles/206289947-Trustpilot-Brand-Assets-Style-Guide"
},
{
"title": "Try It Online",
@@ -13550,7 +13558,7 @@
{
"title": "TryHackMe",
"hex": "212C42",
- "source": "https://tryhackme.com/about"
+ "source": "https://tryhackme.com"
},
{
"title": "ts-node",
@@ -13571,7 +13579,8 @@
{
"title": "Tumblr",
"hex": "36465D",
- "source": "https://www.tumblr.com/logo"
+ "source": "https://www.tumblr.com/logo",
+ "guidelines": "https://www.tumblr.com/logo"
},
{
"title": "TuneIn",
@@ -13597,7 +13606,7 @@
{
"title": "Turkish Airlines",
"hex": "C70A0C",
- "source": "https://www.turkishairlines.com/tr-int/basin-odasi/logo-arsivi/index.html"
+ "source": "https://www.turkishairlines.com/en-int/press-room/logo-archive/index.html"
},
{
"title": "Tutanota",
@@ -13617,7 +13626,8 @@
{
"title": "Twitch",
"hex": "9146FF",
- "source": "https://brand.twitch.tv"
+ "source": "https://brand.twitch.tv",
+ "guidelines": "https://brand.twitch.tv"
},
{
"title": "Twitter",
@@ -13644,7 +13654,7 @@
{
"title": "TYPO3",
"hex": "FF8700",
- "source": "https://typo3.com/fileadmin/assets/typo3logos/typo3_bullet_01.svg"
+ "source": "https://typo3.org"
},
{
"title": "Uber",
From e415b576e9f9c1d86a598ab6fc334d23ae86cfd0 Mon Sep 17 00:00:00 2001
From: Alexandre Paradis
Date: Fri, 8 Sep 2023 08:14:07 -0400
Subject: [PATCH 170/938] Part 2 of the letter T review (#9511)
---
_data/simple-icons.json | 48 ++++++++++++++++++++---------------------
1 file changed, 24 insertions(+), 24 deletions(-)
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index a3c002b66..0bacc786c 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -12937,7 +12937,7 @@
{
"title": "Talend",
"hex": "FF6D70",
- "source": "https://www.talend.com/blog/"
+ "source": "https://www.talend.com/blog"
},
{
"title": "Talenthouse",
@@ -12982,8 +12982,8 @@
{
"title": "Tata",
"hex": "486AAE",
- "source": "https://www.tatasteel.com/media/media-kit/logos-usage-guidelines/",
- "guidelines": "https://www.tatasteel.com/media/media-kit/logos-usage-guidelines/"
+ "source": "https://www.tatasteel.com/media/media-kit/logos-usage-guidelines",
+ "guidelines": "https://www.tatasteel.com/media/media-kit/logos-usage-guidelines"
},
{
"title": "Tata Consultancy Services",
@@ -13013,8 +13013,8 @@
{
"title": "TeamCity",
"hex": "000000",
- "source": "https://www.jetbrains.com/company/brand/logos/",
- "guidelines": "https://www.jetbrains.com/company/brand/"
+ "source": "https://www.jetbrains.com/company/brand/logos",
+ "guidelines": "https://www.jetbrains.com/company/brand"
},
{
"title": "TeamSpeak",
@@ -13024,7 +13024,7 @@
{
"title": "TeamViewer",
"hex": "004680",
- "source": "https://www.teamviewer.com/en-us/"
+ "source": "https://www.teamviewer.com/en-us"
},
{
"title": "TED",
@@ -13230,7 +13230,7 @@
{
"title": "Threadless",
"hex": "0099FF",
- "source": "https://www.threadless.com/about-us/"
+ "source": "https://www.threadless.com/about-us"
},
{
"title": "Threads",
@@ -13285,7 +13285,7 @@
{
"title": "Tide",
"hex": "4050FB",
- "source": "https://www.tide.co/newsroom/"
+ "source": "https://www.tide.co/newsroom"
},
{
"title": "Tidyverse",
@@ -13350,7 +13350,7 @@
{
"title": "Todoist",
"hex": "E44332",
- "source": "https://doist.com/press/"
+ "source": "https://doist.com/press"
},
{
"title": "Toggl",
@@ -13393,12 +13393,12 @@
{
"title": "Tor Browser",
"hex": "7D4698",
- "source": "https://styleguide.torproject.org/brand-assets/"
+ "source": "https://styleguide.torproject.org/brand-assets"
},
{
"title": "Tor Project",
"hex": "7D4698",
- "source": "https://styleguide.torproject.org/brand-assets/"
+ "source": "https://styleguide.torproject.org/brand-assets"
},
{
"title": "Toshiba",
@@ -13429,19 +13429,19 @@
{
"title": "Traefik Proxy",
"hex": "24A1C1",
- "source": "https://traefik.io/traefik/"
+ "source": "https://traefik.io/traefik"
},
{
"title": "Trailforks",
"hex": "FFCD00",
- "source": "https://www.trailforks.com/about/graphics/",
- "guidelines": "https://www.trailforks.com/about/graphics/"
+ "source": "https://www.trailforks.com/about/graphics",
+ "guidelines": "https://www.trailforks.com/about/graphics"
},
{
"title": "TrainerRoad",
"hex": "DA291C",
- "source": "https://www.trainerroad.com/press/",
- "guidelines": "https://www.trainerroad.com/press/"
+ "source": "https://www.trainerroad.com/press",
+ "guidelines": "https://www.trainerroad.com/press"
},
{
"title": "Trakt",
@@ -13473,7 +13473,7 @@
"title": "Trello",
"hex": "0052CC",
"source": "https://atlassian.design/resources/logo-library",
- "guidelines": "https://atlassian.design/foundations/logos/"
+ "guidelines": "https://atlassian.design/foundations/logos"
},
{
"title": "Trend Micro",
@@ -13514,8 +13514,8 @@
{
"title": "Trivy",
"hex": "1904DA",
- "source": "https://www.aquasec.com/brand/",
- "guidelines": "https://www.aquasec.com/brand/"
+ "source": "https://www.aquasec.com/brand",
+ "guidelines": "https://www.aquasec.com/brand"
},
{
"title": "Trove",
@@ -13536,8 +13536,8 @@
{
"title": "trulia",
"hex": "0A0B09",
- "source": "https://www.trulia.com/newsroom/media/brand-logos/",
- "guidelines": "https://www.trulia.com/newsroom/media/brand-logos/"
+ "source": "https://www.trulia.com/newsroom/media/brand-logos",
+ "guidelines": "https://www.trulia.com/newsroom/media/brand-logos"
},
{
"title": "Trusted Shops",
@@ -13563,7 +13563,7 @@
{
"title": "ts-node",
"hex": "3178C6",
- "source": "https://typestrong.org/ts-node/"
+ "source": "https://typestrong.org/ts-node"
},
{
"title": "Tubi",
@@ -13573,8 +13573,8 @@
{
"title": "TUI",
"hex": "D40E14",
- "source": "https://www.design.tui/brand/logos/",
- "guidelines": "https://www.design.tui/brand/"
+ "source": "https://www.design.tui/brand/logos",
+ "guidelines": "https://www.design.tui/brand"
},
{
"title": "Tumblr",
From 3116446aab520a2fc404a7079fa1d0f076de0e19 Mon Sep 17 00:00:00 2001
From: nfoert <92690073+nfoert@users.noreply.github.com>
Date: Fri, 8 Sep 2023 12:39:53 -0400
Subject: [PATCH 171/938] Add Ubuntu MATE icon (#9503)
---
_data/simple-icons.json | 5 +++++
icons/ubuntumate.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/ubuntumate.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 0bacc786c..85b2183e3 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -13689,6 +13689,11 @@
"source": "https://design.ubuntu.com/resources",
"guidelines": "https://design.ubuntu.com/brand"
},
+ {
+ "title": "Ubuntu MATE",
+ "hex": "84A454",
+ "source": "https://ubuntu-mate.org"
+ },
{
"title": "Udacity",
"hex": "02B3E4",
diff --git a/icons/ubuntumate.svg b/icons/ubuntumate.svg
new file mode 100644
index 000000000..490045ec3
--- /dev/null
+++ b/icons/ubuntumate.svg
@@ -0,0 +1 @@
+Ubuntu MATE
\ No newline at end of file
From 49be3901b4673eaa7a2a318e45101277dc04c915 Mon Sep 17 00:00:00 2001
From: Alexandre Paradis
Date: Fri, 8 Sep 2023 12:50:36 -0400
Subject: [PATCH 172/938] Update Zingat logo (#9193)
* Update Zingat logo
* Update Zingat icon and JSON
---------
Co-authored-by: Adam Rusted
---
_data/simple-icons.json | 2 +-
icons/zingat.svg | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 85b2183e3..988944afa 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -15093,7 +15093,7 @@
{
"title": "Zingat",
"hex": "009CFB",
- "source": "https://www.zingat.com/kurumsal-logolar"
+ "source": "https://www.zingat.com"
},
{
"title": "Zod",
diff --git a/icons/zingat.svg b/icons/zingat.svg
index 4ed6b3e9d..670256e19 100644
--- a/icons/zingat.svg
+++ b/icons/zingat.svg
@@ -1 +1 @@
-Zingat
\ No newline at end of file
+Zingat
\ No newline at end of file
From 7401a7d15e2bf28a31db65ccbaa50ff676f287ac Mon Sep 17 00:00:00 2001
From: Adam Rusted
Date: Fri, 8 Sep 2023 17:58:15 +0100
Subject: [PATCH 173/938] Update Vuetify (#9445)
---
_data/simple-icons.json | 6 +++++-
icons/vuetify.svg | 2 +-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 988944afa..ba5480472 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -14220,7 +14220,11 @@
{
"title": "Vuetify",
"hex": "1867C0",
- "source": "https://vuetifyjs.com"
+ "source": "https://vuetifyjs.com/resources/brand-kit",
+ "guidelines": "https://vuetifyjs.com/resources/brand-kit",
+ "license": {
+ "type": "MIT"
+ }
},
{
"title": "Vulkan",
diff --git a/icons/vuetify.svg b/icons/vuetify.svg
index 171e4c138..68f23224c 100644
--- a/icons/vuetify.svg
+++ b/icons/vuetify.svg
@@ -1 +1 @@
-Vuetify
\ No newline at end of file
+Vuetify
\ No newline at end of file
From 0dfafa39eb53450c5cd34ffddc08aa6e1e941e00 Mon Sep 17 00:00:00 2001
From: Adam Rusted
Date: Fri, 8 Sep 2023 18:09:19 +0100
Subject: [PATCH 174/938] Update XMPP icon (#9424)
---
_data/simple-icons.json | 2 +-
icons/xmpp.svg | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index ba5480472..1b1926f34 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -14816,7 +14816,7 @@
{
"title": "XMPP",
"hex": "002B5C",
- "source": "https://github.com/xsf/xmpp.org/tree/00c49187e353c1a156c95562dafaf129e688fbad/content/icons"
+ "source": "https://github.com/xsf/xmpp.org/blob/82856a2cec0a99b197c6985191635544e6b3ed69/static/images/logos/xmpp-logo.svg"
},
{
"title": "XO",
diff --git a/icons/xmpp.svg b/icons/xmpp.svg
index 777859285..99fd7d51d 100644
--- a/icons/xmpp.svg
+++ b/icons/xmpp.svg
@@ -1 +1 @@
-XMPP
\ No newline at end of file
+XMPP
\ No newline at end of file
From da7e6e29345eb7845a973179c7dbbf219ec21515 Mon Sep 17 00:00:00 2001
From: Priyanshu Maurya
Date: Sat, 9 Sep 2023 13:12:06 +0530
Subject: [PATCH 175/938] Add HAL icon (#9456)
* Add HAL icon
Co-authored-by: PratyushJayachandran <35000807+PratyushJayachandran@users.noreply.github.com>
---
_data/simple-icons.json | 6 ++++++
icons/hal.svg | 1 +
2 files changed, 7 insertions(+)
create mode 100644 icons/hal.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 1b1926f34..e7817ef7e 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -5707,6 +5707,12 @@
"source": "https://www.hackster.io/branding#logos",
"guidelines": "https://www.hackster.io/branding"
},
+ {
+ "title": "HAL",
+ "hex": "B03532",
+ "source": "https://www.ccsd.cnrs.fr/en/brand-guidelines",
+ "guidelines": "https://www.ccsd.cnrs.fr/en/brand-guidelines/"
+ },
{
"title": "Handlebars.js",
"hex": "000000",
diff --git a/icons/hal.svg b/icons/hal.svg
new file mode 100644
index 000000000..882e6e6e9
--- /dev/null
+++ b/icons/hal.svg
@@ -0,0 +1 @@
+HAL
\ No newline at end of file
From c309b34d50d568e9dfc2be91ee8f5eb7d26cde3a Mon Sep 17 00:00:00 2001
From: Simon Aust
Date: Sat, 9 Sep 2023 08:43:58 +0100
Subject: [PATCH 176/938] Add Root Me SVG (#6283)
* Add Root Me SVG
---------
Co-authored-by: Adam Rusted
---
_data/simple-icons.json | 5 +++++
icons/rootme.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/rootme.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index e7817ef7e..662b6a27d 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -11287,6 +11287,11 @@
"type": "CC-BY-NC-SA-4.0"
}
},
+ {
+ "title": "Root Me",
+ "hex": "000000",
+ "source": "https://www.root-me.org"
+ },
{
"title": "Roots",
"hex": "525DDC",
diff --git a/icons/rootme.svg b/icons/rootme.svg
new file mode 100644
index 000000000..7171c1462
--- /dev/null
+++ b/icons/rootme.svg
@@ -0,0 +1 @@
+Root Me
\ No newline at end of file
From d1768f7826856fa318a3327ed4d423cc459a69d9 Mon Sep 17 00:00:00 2001
From: Adam Rusted
Date: Sat, 9 Sep 2023 09:09:45 +0100
Subject: [PATCH 177/938] Update Battle.net (#9345)
* Update Battle.net
* Update icons/battledotnet.svg
Co-authored-by: PratyushJayachandran <35000807+PratyushJayachandran@users.noreply.github.com>
---
_data/simple-icons.json | 2 +-
icons/battledotnet.svg | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 662b6a27d..43edeca98 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -1705,7 +1705,7 @@
},
{
"title": "Battle.net",
- "hex": "148EFF",
+ "hex": "4381C3",
"source": "https://battle.net"
},
{
diff --git a/icons/battledotnet.svg b/icons/battledotnet.svg
index 9e86b4632..c0361e67a 100644
--- a/icons/battledotnet.svg
+++ b/icons/battledotnet.svg
@@ -1 +1 @@
-Battle.net
\ No newline at end of file
+Battle.net
\ No newline at end of file
From 6b4ffeb6599917eca07d6b8e8f06380dd1d4e2f2 Mon Sep 17 00:00:00 2001
From: Adam Rusted
Date: Sat, 9 Sep 2023 09:14:44 +0100
Subject: [PATCH 178/938] Update Beijing Subway (#9348)
---
icons/beijingsubway.svg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/icons/beijingsubway.svg b/icons/beijingsubway.svg
index 1a2b30abf..a132cb527 100644
--- a/icons/beijingsubway.svg
+++ b/icons/beijingsubway.svg
@@ -1 +1 @@
-Beijing Subway
\ No newline at end of file
+Beijing Subway
\ No newline at end of file
From 0f16c10afb41ef51c269cf81bfec46a92a4178db Mon Sep 17 00:00:00 2001
From: CodeWithShipraJain
Date: Sat, 9 Sep 2023 13:46:28 +0530
Subject: [PATCH 179/938] Adding IndiGo icon (#9147)
---
_data/simple-icons.json | 5 +++++
icons/indigo.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/indigo.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 43edeca98..5a78ca7b3 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -6275,6 +6275,11 @@
"hex": "003A9B",
"source": "https://indeed.design/resources"
},
+ {
+ "title": "IndiGo",
+ "hex": "09009B",
+ "source": "https://www.goindigo.in"
+ },
{
"title": "Inertia",
"hex": "9553E9",
diff --git a/icons/indigo.svg b/icons/indigo.svg
new file mode 100644
index 000000000..9f1be1184
--- /dev/null
+++ b/icons/indigo.svg
@@ -0,0 +1 @@
+IndiGo
\ No newline at end of file
From 0fdcc2630005889b74086d5c2aae549f0868d81c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=B1=AA=E5=BF=83=E7=A6=BE?=
Date: Sun, 10 Sep 2023 01:41:55 +0800
Subject: [PATCH 180/938] Update links to WeChat brand guidelines and source
(#9514)
---
_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 5a78ca7b3..1b58b60e2 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -14475,8 +14475,8 @@
{
"title": "WeChat",
"hex": "07C160",
- "source": "https://wechat.design/standard/download/brand",
- "guidelines": "https://wechat.design/standard/download/brand"
+ "source": "https://wechat.design/tool/brand",
+ "guidelines": "https://wechat.design/brand/main-brand"
},
{
"title": "WeGame",
From b7818898d8412b54413b89d020d1f647be6a570f Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
Date: Sun, 10 Sep 2023 00:23:11 +0000
Subject: [PATCH 181/938] version bump
---
README.md | 2 +-
package.json | 2 +-
slugs.md | 31 +++++++++++++++++++++++++++++++
3 files changed, 33 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index a9347ab25..c12399bbb 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
Simple Icons
-Over 2600 Free SVG icons for popular brands. See them all on one page at SimpleIcons.org. Contributions, corrections & requests can be made on GitHub.
+Over 2700 Free SVG icons for popular brands. See them all on one page at SimpleIcons.org. Contributions, corrections & requests can be made on GitHub.
+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 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.
Date: Thu, 21 Dec 2023 05:22:34 -0800
Subject: [PATCH 599/938] Add Bluesky icon (#8856)
---
_data/simple-icons.json | 10 ++++++++++
icons/bluesky.svg | 1 +
2 files changed, 11 insertions(+)
create mode 100644 icons/bluesky.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 1d87c99f6..91c091e36 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -2021,6 +2021,16 @@
"hex": "137CBD",
"source": "https://blueprintjs.com/docs"
},
+ {
+ "title": "Bluesky",
+ "hex": "0285FF",
+ "source": "https://github.com/FortAwesome/Font-Awesome/issues/19810#issuecomment-1854999604",
+ "aliases": {
+ "aka": [
+ "bsky"
+ ]
+ }
+ },
{
"title": "Bluetooth",
"hex": "0082FC",
diff --git a/icons/bluesky.svg b/icons/bluesky.svg
new file mode 100644
index 000000000..ce0126eda
--- /dev/null
+++ b/icons/bluesky.svg
@@ -0,0 +1 @@
+Bluesky
\ No newline at end of file
From 86eeb767c13aff1d4a51f9a9ad30251cd610df8d Mon Sep 17 00:00:00 2001
From: Sebi <52084701+SebiTalent04@users.noreply.github.com>
Date: Thu, 21 Dec 2023 13:36:46 +0000
Subject: [PATCH 600/938] Add Piped (#9284)
Co-authored-by: PratyushJayachandran <35000807+PratyushJayachandran@users.noreply.github.com>
---
_data/simple-icons.json | 5 +++++
icons/piped.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/piped.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 91c091e36..6ee5a159a 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -10832,6 +10832,11 @@
"hex": "1A1928",
"source": "https://www.pioneerdj.com"
},
+ {
+ "title": "Piped",
+ "hex": "F84330",
+ "source": "https://github.com/TeamPiped/Piped/blob/71a3742f18893b87cad15e832855bd2bd7c2b557/public/img/icons/logo.svg"
+ },
{
"title": "pipx",
"hex": "2CFFAA",
diff --git a/icons/piped.svg b/icons/piped.svg
new file mode 100644
index 000000000..4ade82c11
--- /dev/null
+++ b/icons/piped.svg
@@ -0,0 +1 @@
+Piped
\ No newline at end of file
From fce4ac7cce7764567b1cf6b8431f518058d3c7e1 Mon Sep 17 00:00:00 2001
From: Alexandre Paradis
Date: Thu, 21 Dec 2023 09:14:27 -0500
Subject: [PATCH 601/938] Add Afterpay (#10164)
---
_data/simple-icons.json | 6 ++++++
icons/afterpay.svg | 1 +
2 files changed, 7 insertions(+)
create mode 100644 icons/afterpay.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 6ee5a159a..5cbba6609 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -343,6 +343,12 @@
"hex": "C9284D",
"source": "https://affinity.serif.com/publisher"
},
+ {
+ "title": "Afterpay",
+ "hex": "B2FCE4",
+ "source": "https://www.afterpay.com/en-AU/business/resources/marketing/logos",
+ "guidelines": "https://www.afterpay.com/en-AU/business/resources/marketing/brand-tools/brand-guidelines"
+ },
{
"title": "Agora",
"hex": "099DFD",
diff --git a/icons/afterpay.svg b/icons/afterpay.svg
new file mode 100644
index 000000000..c3b57c956
--- /dev/null
+++ b/icons/afterpay.svg
@@ -0,0 +1 @@
+Afterpay
\ No newline at end of file
From 96cf0fd12fb4c00a2d5087bc35531948f70ecc3c Mon Sep 17 00:00:00 2001
From: CodeWithShipraJain
Date: Thu, 21 Dec 2023 19:51:26 +0530
Subject: [PATCH 602/938] Add NextDNS (#9150)
Co-authored-by: Adam Rusted
---
_data/simple-icons.json | 5 +++++
icons/nextdns.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/nextdns.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 5cbba6609..6e6b87bc7 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -9608,6 +9608,11 @@
"source": "https://nextcloud.com/press/",
"guidelines": "https://nextcloud.com/trademarks/"
},
+ {
+ "title": "NextDNS",
+ "hex": "007BFF",
+ "source": "https://github.com/simple-icons/simple-icons/pull/9150#issuecomment-1856317201"
+ },
{
"title": "Nextdoor",
"hex": "8ED500",
diff --git a/icons/nextdns.svg b/icons/nextdns.svg
new file mode 100644
index 000000000..6c1ba44f3
--- /dev/null
+++ b/icons/nextdns.svg
@@ -0,0 +1 @@
+NextDNS
\ No newline at end of file
From 030acfe2cb8dfcb9129152f7a0a8a6871ed8ae01 Mon Sep 17 00:00:00 2001
From: PratyushJayachandran
<35000807+PratyushJayachandran@users.noreply.github.com>
Date: Fri, 22 Dec 2023 15:41:32 -0700
Subject: [PATCH 603/938] Add Google Campaign Manager 360 (#10005)
Co-authored-by: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com>
---
_data/simple-icons.json | 5 +++++
icons/googlecampaignmanager360.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/googlecampaignmanager360.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 6e6b87bc7..6262fac3a 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -5678,6 +5678,11 @@
"hex": "4285F4",
"source": "https://fonts.gstatic.com/s/i/productlogos/calendar_2020q4/v8/192px.svg"
},
+ {
+ "title": "Google Campaign Manager 360",
+ "hex": "1E8E3E",
+ "source": "https://developers.google.com/doubleclick-advertisers"
+ },
{
"title": "Google Cardboard",
"hex": "FF7143",
diff --git a/icons/googlecampaignmanager360.svg b/icons/googlecampaignmanager360.svg
new file mode 100644
index 000000000..088f81064
--- /dev/null
+++ b/icons/googlecampaignmanager360.svg
@@ -0,0 +1 @@
+Google Campaign Manager 360
\ No newline at end of file
From b23b7bcdc5cdd24e4cd647e8033834246b97b39d Mon Sep 17 00:00:00 2001
From: Lemon73 <108001913+Lemon73-Computing@users.noreply.github.com>
Date: Sat, 23 Dec 2023 22:49:45 +0900
Subject: [PATCH 604/938] Update Kdenlive URLs (#10179)
---
_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 6262fac3a..c4b3ac8d2 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -7480,8 +7480,8 @@
{
"title": "Kdenlive",
"hex": "527EB2",
- "source": "https://kdenlive.org/en/logo/",
- "guidelines": "https://kdenlive.org/en/logo/"
+ "source": "https://kdenlive.org/en/trademark-logo/",
+ "guidelines": "https://kdenlive.org/en/trademark-logo/"
},
{
"title": "Kedro",
From 6f977196866be0f3895d73371086a49396253251 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
Date: Sun, 24 Dec 2023 00:25:15 +0000
Subject: [PATCH 605/938] version bump
---
package.json | 2 +-
slugs.md | 21 +++++++++++++++++++++
2 files changed, 22 insertions(+), 1 deletion(-)
diff --git a/package.json b/package.json
index 85ed49248..66b77ea9d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "simple-icons",
- "version": "10.3.0",
+ "version": "10.4.0",
"description": "SVG icons for popular brands https://simpleicons.org",
"homepage": "https://simpleicons.org",
"keywords": [
diff --git a/slugs.md b/slugs.md
index edf622aa2..d682b7b2d 100644
--- a/slugs.md
+++ b/slugs.md
@@ -69,6 +69,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Affinity Designer` | `affinitydesigner` |
| `Affinity Photo` | `affinityphoto` |
| `Affinity Publisher` | `affinitypublisher` |
+| `Afterpay` | `afterpay` |
| `Agora` | `agora` |
| `AI Dungeon` | `aidungeon` |
| `AIB` | `aib` |
@@ -261,6 +262,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Autodesk Maya` | `autodeskmaya` |
| `Autodesk Revit` | `autodeskrevit` |
| `AutoHotkey` | `autohotkey` |
+| `AutoIt` | `autoit` |
| `Automattic` | `automattic` |
| `Autoprefixer` | `autoprefixer` |
| `avajs` | `avajs` |
@@ -296,6 +298,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Bank of America` | `bankofamerica` |
| `Barclays` | `barclays` |
| `Baremetrics` | `baremetrics` |
+| `Barmenia` | `barmenia` |
| `Basecamp` | `basecamp` |
| `Basic Attention Token` | `basicattentiontoken` |
| `Bastyon` | `bastyon` |
@@ -333,6 +336,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Bitdefender` | `bitdefender` |
| `Bitly` | `bitly` |
| `Bitrise` | `bitrise` |
+| `BitTorrent` | `bittorrent` |
| `Bitwarden` | `bitwarden` |
| `Bitwig` | `bitwig` |
| `Blackberry` | `blackberry` |
@@ -345,6 +349,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Blogger` | `blogger` |
| `Bloglovin` | `bloglovin` |
| `Blueprint` | `blueprint` |
+| `Bluesky` | `bluesky` |
| `Bluetooth` | `bluetooth` |
| `BMC Software` | `bmcsoftware` |
| `BMW` | `bmw` |
@@ -374,6 +379,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Brave` | `brave` |
| `Breaker` | `breaker` |
| `Brevo` | `brevo` |
+| `Brex` | `brex` |
| `Bricks` | `bricks` |
| `British Airways` | `britishairways` |
| `Broadcom` | `broadcom` |
@@ -411,6 +417,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Cairo Graphics` | `cairographics` |
| `Cairo Metro` | `cairometro` |
| `CakePHP` | `cakephp` |
+| `Calendly` | `calendly` |
| `Campaign Monitor` | `campaignmonitor` |
| `Canonical` | `canonical` |
| `Canva` | `canva` |
@@ -661,6 +668,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Designer News` | `designernews` |
| `Deutsche Bahn` | `deutschebahn` |
| `Deutsche Bank` | `deutschebank` |
+| `Deutsche Post` | `deutschepost` |
| `dev.to` | `devdotto` |
| `DevExpress` | `devexpress` |
| `DeviantArt` | `deviantart` |
@@ -930,6 +938,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `FutureLearn` | `futurelearn` |
| `G2` | `g2` |
| `G2A` | `g2a` |
+| `Galaxus` | `galaxus` |
| `Game & Watch` | `gameandwatch` |
| `Game Developer` | `gamedeveloper` |
| `Game Jolt` | `gamejolt` |
@@ -1003,6 +1012,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Google BigQuery` | `googlebigquery` |
| `Google Bigtable` | `googlebigtable` |
| `Google Calendar` | `googlecalendar` |
+| `Google Campaign Manager 360` | `googlecampaignmanager360` |
| `Google Cardboard` | `googlecardboard` |
| `Google Chat` | `googlechat` |
| `Google Chrome` | `googlechrome` |
@@ -1146,9 +1156,11 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `homify` | `homify` |
| `Honda` | `honda` |
| `Honey` | `honey` |
+| `Hono` | `hono` |
| `Honor` | `honor` |
| `Hootsuite` | `hootsuite` |
| `Hoppscotch` | `hoppscotch` |
+| `Hostinger` | `hostinger` |
| `Hotels.com` | `hotelsdotcom` |
| `Hotjar` | `hotjar` |
| `Hotwire` | `hotwire` |
@@ -1402,6 +1414,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Leptos` | `leptos` |
| `Lerna` | `lerna` |
| `Leroy Merlin` | `leroymerlin` |
+| `Les libraires` | `leslibraires` |
| `Less` | `less` |
| `Let's Encrypt` | `letsencrypt` |
| `Letterboxd` | `letterboxd` |
@@ -1535,6 +1548,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Meetup` | `meetup` |
| `MEGA` | `mega` |
| `Meilisearch` | `meilisearch` |
+| `Meituan` | `meituan` |
| `Mendeley` | `mendeley` |
| `MentorCruise` | `mentorcruise` |
| `Mercado Pago` | `mercadopago` |
@@ -1685,6 +1699,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Next.js` | `nextdotjs` |
| `NextBillion.ai` | `nextbilliondotai` |
| `Nextcloud` | `nextcloud` |
+| `NextDNS` | `nextdns` |
| `Nextdoor` | `nextdoor` |
| `Nextra` | `nextra` |
| `NextUI` | `nextui` |
@@ -1827,6 +1842,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Packagist` | `packagist` |
| `Packer` | `packer` |
| `Packt` | `packt` |
+| `Paddle` | `paddle` |
| `PaddlePaddle` | `paddlepaddle` |
| `Paddy Power` | `paddypower` |
| `Pagekit` | `pagekit` |
@@ -1900,6 +1916,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Pingdom` | `pingdom` |
| `Pinterest` | `pinterest` |
| `Pioneer DJ` | `pioneerdj` |
+| `Piped` | `piped` |
| `pipx` | `pipx` |
| `Pivotal Tracker` | `pivotaltracker` |
| `Piwigo` | `piwigo` |
@@ -2239,6 +2256,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Seagate` | `seagate` |
| `SearXNG` | `searxng` |
| `SEAT` | `seat` |
+| `SeatGeek` | `seatgeek` |
| `SecurityScorecard` | `securityscorecard` |
| `Sefaria` | `sefaria` |
| `Sega` | `sega` |
@@ -2434,6 +2452,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Strava` | `strava` |
| `Streamlabs` | `streamlabs` |
| `Streamlit` | `streamlit` |
+| `StreamRunners` | `streamrunners` |
| `Stripe` | `stripe` |
| `strongSwan` | `strongswan` |
| `Stryker` | `stryker` |
@@ -2590,6 +2609,8 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Trailforks` | `trailforks` |
| `TrainerRoad` | `trainerroad` |
| `Trakt` | `trakt` |
+| `Transifex` | `transifex` |
+| `Transmission` | `transmission` |
| `Transport for Ireland` | `transportforireland` |
| `Transport for London` | `transportforlondon` |
| `Travis CI` | `travisci` |
From 2785c1a32d7e1f868ae29610866e572e5ac0246e Mon Sep 17 00:00:00 2001
From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com>
Date: Sun, 31 Dec 2023 09:42:31 +0000
Subject: [PATCH 606/938] Update Google Chrome (#10116)
---
_data/simple-icons.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index c4b3ac8d2..ee7f1d354 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -5696,7 +5696,8 @@
{
"title": "Google Chrome",
"hex": "4285F4",
- "source": "https://www.google.com/chrome/"
+ "source": "https://www.google.com/chrome",
+ "guidelines": "https://partnermarketinghub.withgoogle.com/brands/chrome"
},
{
"title": "Google Classroom",
From d926513b9320c74baf8c91e7be76f9ca324d8f83 Mon Sep 17 00:00:00 2001
From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com>
Date: Sun, 31 Dec 2023 09:45:17 +0000
Subject: [PATCH 607/938] Update INFINITI (#10118)
---
_data/simple-icons.json | 6 +++---
icons/infiniti.svg | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index ee7f1d354..377cdc73d 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -6826,9 +6826,9 @@
"source": "https://inertiajs.com"
},
{
- "title": "Infiniti",
- "hex": "000000",
- "source": "https://www.infinitiusa.com"
+ "title": "INFINITI",
+ "hex": "020B24",
+ "source": "https://www.infiniti.com"
},
{
"title": "InfluxDB",
diff --git a/icons/infiniti.svg b/icons/infiniti.svg
index dc401a12a..7a0a86d69 100644
--- a/icons/infiniti.svg
+++ b/icons/infiniti.svg
@@ -1 +1 @@
-Infiniti
\ No newline at end of file
+INFINITI
\ No newline at end of file
From ea2203e21c2e726ab919a19edac7b363e492841f Mon Sep 17 00:00:00 2001
From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com>
Date: Sun, 31 Dec 2023 09:49:48 +0000
Subject: [PATCH 608/938] Update Opel icon (#10159)
---
icons/opel.svg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/icons/opel.svg b/icons/opel.svg
index 8752a9635..b403a1bf6 100644
--- a/icons/opel.svg
+++ b/icons/opel.svg
@@ -1 +1 @@
-Opel
\ No newline at end of file
+Opel
\ No newline at end of file
From 7e2f0dae30994964623d181fb511c05f46627d8c Mon Sep 17 00:00:00 2001
From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com>
Date: Sun, 31 Dec 2023 09:51:36 +0000
Subject: [PATCH 609/938] Update RTL (#10166)
---
_data/simple-icons.json | 4 ++--
icons/rtl.svg | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 377cdc73d..c7152c493 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -12423,8 +12423,8 @@
},
{
"title": "RTL",
- "hex": "E9113B",
- "source": "https://commons.wikimedia.org/wiki/File:RTL_Cornerlogo.svg"
+ "hex": "FA002E",
+ "source": "https://www.rtl.de"
},
{
"title": "RTLZWEI",
diff --git a/icons/rtl.svg b/icons/rtl.svg
index 1bbec7426..1681c5d98 100644
--- a/icons/rtl.svg
+++ b/icons/rtl.svg
@@ -1 +1 @@
-RTL
\ No newline at end of file
+RTL
\ No newline at end of file
From b9ea9267a0d605afddc3879e20573c9aa6b6e931 Mon Sep 17 00:00:00 2001
From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com>
Date: Sun, 31 Dec 2023 09:54:50 +0000
Subject: [PATCH 610/938] Update smart (#10168)
---
_data/simple-icons.json | 4 ++--
icons/smart.svg | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index c7152c493..32616d888 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -13190,8 +13190,8 @@
},
{
"title": "smart",
- "hex": "FABC0C",
- "source": "https://www.smart.com/gb/en/models/eq-fortwo-coupe"
+ "hex": "D7E600",
+ "source": "https://global.smart.com"
},
{
"title": "SmartThings",
diff --git a/icons/smart.svg b/icons/smart.svg
index 78bfafebd..da880aa43 100644
--- a/icons/smart.svg
+++ b/icons/smart.svg
@@ -1 +1 @@
-smart
\ No newline at end of file
+smart
\ No newline at end of file
From d1c09bfb31aa160eaaf742477d69ddfc415a7d91 Mon Sep 17 00:00:00 2001
From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com>
Date: Sun, 31 Dec 2023 10:02:40 +0000
Subject: [PATCH 611/938] Update STARZ (#10169)
---
_data/simple-icons.json | 4 ++--
icons/starz.svg | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 32616d888..3960f3e1a 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -13723,8 +13723,8 @@
},
{
"title": "STARZ",
- "hex": "000000",
- "source": "https://www.starz.com/guides/starzlibrary/"
+ "hex": "082125",
+ "source": "https://www.starz.com/takethelead"
},
{
"title": "Statamic",
diff --git a/icons/starz.svg b/icons/starz.svg
index 75aa7d041..c7aec953b 100644
--- a/icons/starz.svg
+++ b/icons/starz.svg
@@ -1 +1 @@
-STARZ
\ No newline at end of file
+STARZ
\ No newline at end of file
From ff48cf3e301193f523a022549e2bcfdf6576d75d Mon Sep 17 00:00:00 2001
From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com>
Date: Sun, 31 Dec 2023 10:04:03 +0000
Subject: [PATCH 612/938] Update Wish (#10171)
---
_data/simple-icons.json | 2 +-
icons/wish.svg | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 3960f3e1a..72dee407f 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -16007,7 +16007,7 @@
},
{
"title": "Wish",
- "hex": "2FB7EC",
+ "hex": "32E476",
"source": "https://wish.com"
},
{
diff --git a/icons/wish.svg b/icons/wish.svg
index 4f968579b..dc96f93c7 100644
--- a/icons/wish.svg
+++ b/icons/wish.svg
@@ -1 +1 @@
-Wish
\ No newline at end of file
+Wish
\ No newline at end of file
From 640516f52783975b1c98cd1351911696f94eeee2 Mon Sep 17 00:00:00 2001
From: prem munagapati <54018894+Mvlprem@users.noreply.github.com>
Date: Sun, 31 Dec 2023 16:01:36 +0530
Subject: [PATCH 613/938] Add Wyze Icon (#10188)
---
_data/simple-icons.json | 5 +++++
icons/wyze.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/wyze.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 72dee407f..cd9693530 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -16109,6 +16109,11 @@
"source": "https://www.audiokinetic.com/resources/credits/",
"guidelines": "https://www.audiokinetic.com/resources/credits/"
},
+ {
+ "title": "Wyze",
+ "hex": "1DF0BB",
+ "source": "https://www.wyze.com"
+ },
{
"title": "X",
"hex": "000000",
diff --git a/icons/wyze.svg b/icons/wyze.svg
new file mode 100644
index 000000000..50b097d4f
--- /dev/null
+++ b/icons/wyze.svg
@@ -0,0 +1 @@
+Wyze
\ No newline at end of file
From 5a3da8515d6ebbcc1cee362a957a4d1bd7fc500a Mon Sep 17 00:00:00 2001
From: Adam Rusted
Date: Sun, 31 Dec 2023 12:54:37 +0000
Subject: [PATCH 614/938] Add Stagetimer (#10104)
---
_data/simple-icons.json | 5 +++++
icons/stagetimer.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/stagetimer.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index cd9693530..8ece68a9c 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -13684,6 +13684,11 @@
"hex": "00A4FD",
"source": "https://staffbase.com/en/about/press-assets/"
},
+ {
+ "title": "Stagetimer",
+ "hex": "00A66C",
+ "source": "https://stagetimer.io"
+ },
{
"title": "Standard Resume",
"hex": "2A3FFB",
diff --git a/icons/stagetimer.svg b/icons/stagetimer.svg
new file mode 100644
index 000000000..64ef965e6
--- /dev/null
+++ b/icons/stagetimer.svg
@@ -0,0 +1 @@
+Stagetimer
\ No newline at end of file
From 234b69214d8dc98ff5cd89172588a820953bdd02 Mon Sep 17 00:00:00 2001
From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com>
Date: Tue, 2 Jan 2024 14:56:03 +0000
Subject: [PATCH 615/938] Remove Uno (#9973)
---
_data/simple-icons.json | 5 -----
icons/uno.svg | 1 -
2 files changed, 6 deletions(-)
delete mode 100644 icons/uno.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 8ece68a9c..93007e91e 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -15111,11 +15111,6 @@
"hex": "808080",
"source": "https://commons.wikimedia.org/wiki/File:PD-icon.svg"
},
- {
- "title": "Uno",
- "hex": "ED1C24",
- "source": "https://commons.wikimedia.org/wiki/File:UNO_Logo.svg"
- },
{
"title": "UnoCSS",
"hex": "333333",
diff --git a/icons/uno.svg b/icons/uno.svg
deleted file mode 100644
index 69d34a2bb..000000000
--- a/icons/uno.svg
+++ /dev/null
@@ -1 +0,0 @@
-Uno
\ No newline at end of file
From dc63ec43dfef33f81054e1d472270124f1ca40a5 Mon Sep 17 00:00:00 2001
From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com>
Date: Tue, 2 Jan 2024 14:57:33 +0000
Subject: [PATCH 616/938] Remove Babylon.js (#9980)
---
_data/simple-icons.json | 5 -----
icons/babylondotjs.svg | 1 -
2 files changed, 6 deletions(-)
delete mode 100644 icons/babylondotjs.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 93007e91e..3ffbb9862 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -1668,11 +1668,6 @@
"hex": "F9DC3E",
"source": "https://github.com/babel/website/blob/93330158b6ecca1ab88d3be8dbf661f5c2da6c76/website/static/img/babel-black.svg"
},
- {
- "title": "Babylon.js",
- "hex": "BB464B",
- "source": "https://github.com/BabylonJS/Brand-Toolkit/blob/8583d4d9bf252a233fa480fa02ac6f367d5207a1/babylon_logo/monochrome/babylon_logo_monochrome_dark.svg"
- },
{
"title": "Backblaze",
"hex": "E21E29",
diff --git a/icons/babylondotjs.svg b/icons/babylondotjs.svg
deleted file mode 100644
index 086b5d06f..000000000
--- a/icons/babylondotjs.svg
+++ /dev/null
@@ -1 +0,0 @@
-Babylon.js
\ No newline at end of file
From 44a20b5b96cd6e763cf56e58570806a2deed6efa Mon Sep 17 00:00:00 2001
From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com>
Date: Tue, 2 Jan 2024 14:59:08 +0000
Subject: [PATCH 617/938] Remove Hulu (#10048)
---
_data/simple-icons.json | 6 ------
icons/hulu.svg | 1 -
2 files changed, 7 deletions(-)
delete mode 100644 icons/hulu.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 3ffbb9862..ba41f794e 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -6592,12 +6592,6 @@
"hex": "FF4088",
"source": "https://gohugo.io"
},
- {
- "title": "Hulu",
- "hex": "1CE783",
- "source": "https://thisis.hulu.com",
- "guidelines": "https://thisis.hulu.com"
- },
{
"title": "Humble Bundle",
"hex": "CC2929",
diff --git a/icons/hulu.svg b/icons/hulu.svg
deleted file mode 100644
index 3f7249988..000000000
--- a/icons/hulu.svg
+++ /dev/null
@@ -1 +0,0 @@
-Hulu
\ No newline at end of file
From 7b49a3b664d7c39a40d400edd5659543275a4e4f Mon Sep 17 00:00:00 2001
From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com>
Date: Tue, 2 Jan 2024 15:00:47 +0000
Subject: [PATCH 618/938] Remove Pepsi (#10086)
---
_data/simple-icons.json | 6 ------
icons/pepsi.svg | 1 -
2 files changed, 7 deletions(-)
delete mode 100644 icons/pepsi.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index ba41f794e..b0c35a941 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -10643,12 +10643,6 @@
"hex": "000000",
"source": "https://penpot.app"
},
- {
- "title": "Pepsi",
- "hex": "2151A1",
- "source": "https://gillettepepsicola.com/promotions-media/media-kit/",
- "guidelines": "https://gillettepepsicola.com/promotions-media/media-kit/"
- },
{
"title": "Percy",
"hex": "9E66BF",
diff --git a/icons/pepsi.svg b/icons/pepsi.svg
deleted file mode 100644
index 9ea41c09c..000000000
--- a/icons/pepsi.svg
+++ /dev/null
@@ -1 +0,0 @@
-Pepsi
\ No newline at end of file
From 6d84cee78d12e8c7722465f73e72ed22ab9ea699 Mon Sep 17 00:00:00 2001
From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com>
Date: Tue, 2 Jan 2024 15:02:25 +0000
Subject: [PATCH 619/938] Update TELE 5 (#10170)
---
_data/simple-icons.json | 10 +++++-----
icons/tele5.svg | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index b0c35a941..db1ef0608 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -14253,16 +14253,16 @@
"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": "TELE 5",
+ "hex": "FF00FF",
+ "source": "https://commons.wikimedia.org/wiki/File:Tele_5_Logo_2021.svg"
+ },
{
"title": "Télé-Québec",
"hex": "1343FB",
"source": "https://www.telequebec.tv/societe/logo-et-normes-techniques"
},
- {
- "title": "TELE5",
- "hex": "C2AD6F",
- "source": "https://www.tele5.de"
- },
{
"title": "Telegram",
"hex": "26A5E4",
diff --git a/icons/tele5.svg b/icons/tele5.svg
index 540b186b8..f27fb9c1b 100644
--- a/icons/tele5.svg
+++ b/icons/tele5.svg
@@ -1 +1 @@
-TELE5
\ No newline at end of file
+TELE 5
\ No newline at end of file
From abad53b0702588da7d68e94b9567543939cc27c4 Mon Sep 17 00:00:00 2001
From: LitoMore
Date: Wed, 3 Jan 2024 14:32:32 +0800
Subject: [PATCH 620/938] Use original release action (#10200)
---
.github/workflows/create-release.yml | 2 +-
.github/workflows/merge-release.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml
index 5f10b28f4..6fa28bd75 100644
--- a/.github/workflows/create-release.yml
+++ b/.github/workflows/create-release.yml
@@ -23,7 +23,7 @@ jobs:
did-create-pr: ${{ steps.release.outputs.did-create-pr }}
new-version: ${{ steps.release.outputs.new-version }}
steps:
- - uses: LitoMore/simple-icons-release-action@b14cfca88575c04ea2a90ef282ca16d275cb2715
+ - uses: simple-icons/release-action@v1.1.0
id: release
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
diff --git a/.github/workflows/merge-release.yml b/.github/workflows/merge-release.yml
index cf7db3b53..2fc93b38d 100644
--- a/.github/workflows/merge-release.yml
+++ b/.github/workflows/merge-release.yml
@@ -8,6 +8,6 @@ jobs:
runs-on: ubuntu-latest
if: contains(github.event.pull_request.labels.*.name, 'release')
steps:
- - uses: simple-icons/release-action@v1
+ - uses: simple-icons/release-action@v1.1.0
with:
repo-token: ${{ secrets.RELEASE_TOKEN }}
From 43047c8e23d02838880a4ef2e7b94d5bb9c5f47b Mon Sep 17 00:00:00 2001
From: prem munagapati <54018894+Mvlprem@users.noreply.github.com>
Date: Thu, 4 Jan 2024 00:52:56 +0530
Subject: [PATCH 621/938] Add DeepCool Icon (#10204)
---
_data/simple-icons.json | 5 +++++
icons/deepcool.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/deepcool.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index db1ef0608..ece731b2f 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -3663,6 +3663,11 @@
"hex": "FF0082",
"source": "https://github.com/decaporg/decap-cms/blob/ba158f4a56d6d79869811971bc1bb0ef15197d30/website/static/img/decap-logo.svg"
},
+ {
+ "title": "DeepCool",
+ "hex": "068584",
+ "source": "https://www.deepcool.com"
+ },
{
"title": "deepin",
"hex": "007CFF",
diff --git a/icons/deepcool.svg b/icons/deepcool.svg
new file mode 100644
index 000000000..c19acefbd
--- /dev/null
+++ b/icons/deepcool.svg
@@ -0,0 +1 @@
+DeepCool
\ No newline at end of file
From 8cee9a9ce82ef00d2ac7b234547dc1b80bda8e14 Mon Sep 17 00:00:00 2001
From: Gene <121187507+gene-fls@users.noreply.github.com>
Date: Fri, 5 Jan 2024 09:41:42 -0500
Subject: [PATCH 622/938] Add Make (#10165)
---
_data/simple-icons.json | 6 ++++++
icons/make.svg | 1 +
2 files changed, 7 insertions(+)
create mode 100644 icons/make.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index ece731b2f..5f2a76974 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -8419,6 +8419,12 @@
"source": "https://mlh.io/brand-guidelines",
"guidelines": "https://mlh.io/brand-guidelines"
},
+ {
+ "title": "Make",
+ "hex": "6D00CC",
+ "source": "https://www.make.com/en/press",
+ "guidelines": "https://www.make.com/en/press"
+ },
{
"title": "MakerBot",
"hex": "FF1E0D",
diff --git a/icons/make.svg b/icons/make.svg
new file mode 100644
index 000000000..1365fe619
--- /dev/null
+++ b/icons/make.svg
@@ -0,0 +1 @@
+Make
\ No newline at end of file
From 5c5f29c4daee9576cfb53ceb285f11af8fdb8fba Mon Sep 17 00:00:00 2001
From: Adam Rusted
Date: Fri, 5 Jan 2024 15:15:50 +0000
Subject: [PATCH 623/938] Update Affinity Icons (#10176)
---
_data/simple-icons.json | 6 +++---
icons/affinitydesigner.svg | 2 +-
icons/affinityphoto.svg | 2 +-
icons/affinitypublisher.svg | 2 +-
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 5f2a76974..62ba969ec 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -330,17 +330,17 @@
},
{
"title": "Affinity Designer",
- "hex": "1B72BE",
+ "hex": "134881",
"source": "https://affinity.serif.com/designer"
},
{
"title": "Affinity Photo",
- "hex": "7E4DD2",
+ "hex": "4E3188",
"source": "https://affinity.serif.com/photo"
},
{
"title": "Affinity Publisher",
- "hex": "C9284D",
+ "hex": "891B26",
"source": "https://affinity.serif.com/publisher"
},
{
diff --git a/icons/affinitydesigner.svg b/icons/affinitydesigner.svg
index d4db5bae4..891598ec1 100644
--- a/icons/affinitydesigner.svg
+++ b/icons/affinitydesigner.svg
@@ -1 +1 @@
-Affinity Designer
\ No newline at end of file
+Affinity Designer
\ No newline at end of file
diff --git a/icons/affinityphoto.svg b/icons/affinityphoto.svg
index fa17bf2b2..7c55eb21e 100644
--- a/icons/affinityphoto.svg
+++ b/icons/affinityphoto.svg
@@ -1 +1 @@
-Affinity Photo
\ No newline at end of file
+Affinity Photo
\ No newline at end of file
diff --git a/icons/affinitypublisher.svg b/icons/affinitypublisher.svg
index 84b15ad54..bc4f62d2d 100644
--- a/icons/affinitypublisher.svg
+++ b/icons/affinitypublisher.svg
@@ -1 +1 @@
-Affinity Publisher
\ No newline at end of file
+Affinity Publisher
\ No newline at end of file
From 88c3fefff2304dc27f71a4b48d5f559bf03bc94c Mon Sep 17 00:00:00 2001
From: prem munagapati <54018894+Mvlprem@users.noreply.github.com>
Date: Fri, 5 Jan 2024 21:24:55 +0530
Subject: [PATCH 624/938] Add Victron Energy (#10198)
---
_data/simple-icons.json | 6 ++++++
icons/victronenergy.svg | 1 +
2 files changed, 7 insertions(+)
create mode 100644 icons/victronenergy.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 62ba969ec..ce4d8c445 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -15374,6 +15374,12 @@
"source": "https://github.com/VictoriaMetrics/VictoriaMetrics/blob/24d61bf19374b42ef9839c13c7d35ce8888170e0/docs/assets/images/vm_logo.svg",
"guidelines": "https://docs.victoriametrics.com/#victoriametrics-logo"
},
+ {
+ "title": "Victron Energy",
+ "hex": "0066B2",
+ "source": "https://www.victronenergy.com/information/press",
+ "guidelines": "https://www.victronenergy.com/information/press"
+ },
{
"title": "Vim",
"hex": "019733",
diff --git a/icons/victronenergy.svg b/icons/victronenergy.svg
new file mode 100644
index 000000000..40c87bfb8
--- /dev/null
+++ b/icons/victronenergy.svg
@@ -0,0 +1 @@
+Victron Energy
\ No newline at end of file
From 84596e31ffcc76787c28e4aaebc1d518504ac791 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Yingyi=20/=20=E9=A2=96=E9=80=B8?=
<49649786+Zuoqiu-Yingyi@users.noreply.github.com>
Date: Sat, 6 Jan 2024 00:16:25 +0800
Subject: [PATCH 625/938] Add SiYuan (#10187)
---
_data/simple-icons.json | 18 ++++++++++++++++++
icons/siyuan.svg | 1 +
2 files changed, 19 insertions(+)
create mode 100644 icons/siyuan.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index ce4d8c445..9cb8b8c5f 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -13080,6 +13080,24 @@
"hex": "258AAF",
"source": "https://www.sitepoint.com"
},
+ {
+ "title": "SiYuan",
+ "hex": "D23F31",
+ "source": "https://b3log.org/brand-marking.html",
+ "aliases": {
+ "aka": [
+ "sy"
+ ],
+ "loc": {
+ "zh-CN": "思源笔记",
+ "zh-HK": "思源筆記",
+ "zh-MO": "思源筆記",
+ "zh-MY": "思源笔记",
+ "zh-SG": "思源笔记",
+ "zh-TW": "思源筆記"
+ }
+ }
+ },
{
"title": "Skaffold",
"hex": "2AA2D6",
diff --git a/icons/siyuan.svg b/icons/siyuan.svg
new file mode 100644
index 000000000..5808b1f2b
--- /dev/null
+++ b/icons/siyuan.svg
@@ -0,0 +1 @@
+SiYuan
\ No newline at end of file
From 6e09fb35a0c986f95d4f9b788cea42dbfaabc847 Mon Sep 17 00:00:00 2001
From: prem munagapati <54018894+Mvlprem@users.noreply.github.com>
Date: Fri, 5 Jan 2024 21:58:48 +0530
Subject: [PATCH 626/938] Add SideQuest (#10202)
---
_data/simple-icons.json | 6 ++++++
icons/sidequest.svg | 1 +
2 files changed, 7 insertions(+)
create mode 100644 icons/sidequest.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 9cb8b8c5f..baee3eeb8 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -13005,6 +13005,12 @@
"source": "https://www.shutterstock.com/press/media",
"guidelines": "https://www.shutterstock.com/press/media"
},
+ {
+ "title": "SideQuest",
+ "hex": "101227",
+ "source": "https://sidequestvr.com/branding",
+ "guidelines": "https://sidequestvr.com/branding"
+ },
{
"title": "Siemens",
"hex": "009999",
diff --git a/icons/sidequest.svg b/icons/sidequest.svg
new file mode 100644
index 000000000..9a69c3812
--- /dev/null
+++ b/icons/sidequest.svg
@@ -0,0 +1 @@
+SideQuest
\ No newline at end of file
From c854bb4bf42a50882674293a1a3cf3ac6e0ba735 Mon Sep 17 00:00:00 2001
From: prem munagapati <54018894+Mvlprem@users.noreply.github.com>
Date: Fri, 5 Jan 2024 22:04:26 +0530
Subject: [PATCH 627/938] Add Cooler Master (#10209)
---
_data/simple-icons.json | 6 ++++++
icons/coolermaster.svg | 1 +
2 files changed, 7 insertions(+)
create mode 100644 icons/coolermaster.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index baee3eeb8..a0bfbc0e2 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -3230,6 +3230,12 @@
"hex": "D4AA00",
"source": "https://github.com/cookiecutter/cookiecutter/blob/52dd18513bbab7f0fbfcb2938c9644d9092247cf/logo/cookiecutter-logo.svg"
},
+ {
+ "title": "Cooler Master",
+ "hex": "1E1E28",
+ "source": "https://www.coolermaster.com/branding",
+ "guidelines": "https://www.coolermaster.com/branding"
+ },
{
"title": "Coppel",
"hex": "0266AE",
diff --git a/icons/coolermaster.svg b/icons/coolermaster.svg
new file mode 100644
index 000000000..544658a27
--- /dev/null
+++ b/icons/coolermaster.svg
@@ -0,0 +1 @@
+Cooler Master
\ No newline at end of file
From efc8eb338026831b0d76194f2dfa07b6985f86cf Mon Sep 17 00:00:00 2001
From: Nicolas Hedger <649677+nhedger@users.noreply.github.com>
Date: Fri, 5 Jan 2024 18:00:09 +0100
Subject: [PATCH 628/938] Update Biome (#10203)
---
_data/simple-icons.json | 4 ++--
icons/biome.svg | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index a0bfbc0e2..c05699125 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -1894,8 +1894,8 @@
},
{
"title": "Biome",
- "hex": "F7B911",
- "source": "https://biomejs.dev",
+ "hex": "60A5FA",
+ "source": "https://github.com/biomejs/resources/blob/551f36498dfe34b24bc7755fcdd0fa501b757cf4/svg/icon-light-mono.svg",
"aliases": {
"old": [
"Rome"
diff --git a/icons/biome.svg b/icons/biome.svg
index c233d2f54..b68857e34 100644
--- a/icons/biome.svg
+++ b/icons/biome.svg
@@ -1 +1 @@
-Biome
\ No newline at end of file
+Biome
\ No newline at end of file
From ff1dfd75e5ee1262e16988ad0f31f28498927a3b Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
Date: Sun, 7 Jan 2024 00:25:53 +0000
Subject: [PATCH 629/938] version bump
---
README.md | 8 ++++----
package.json | 2 +-
slugs.md | 16 ++++++++++------
3 files changed, 15 insertions(+), 11 deletions(-)
diff --git a/README.md b/README.md
index f91c274d5..a88a18d22 100644
--- a/README.md
+++ b/README.md
@@ -29,15 +29,15 @@ Icons can be downloaded as SVGs directly from [our website](https://simpleicons.
Icons can be served from a CDN such as [jsDelivr](https://www.jsdelivr.com/package/npm/simple-icons) or [Unpkg](https://unpkg.com/browse/simple-icons/). Simply use the `simple-icons` npm package and specify a version in the URL like the following:
```html
-
-
+
+
```
Where `[ICON SLUG]` is replaced by the [slug] of the icon you want to use, for example:
```html
-
-
+
+
```
These examples use the latest major version. This means you won't receive any updates following the next major release. You can use `@latest` instead to receive updates indefinitely. However, this will result in a `404` error if the icon is removed.
diff --git a/package.json b/package.json
index 66b77ea9d..f7ceda439 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "simple-icons",
- "version": "10.4.0",
+ "version": "11.0.0",
"description": "SVG icons for popular brands https://simpleicons.org",
"homepage": "https://simpleicons.org",
"keywords": [
diff --git a/slugs.md b/slugs.md
index d682b7b2d..c7ec001d2 100644
--- a/slugs.md
+++ b/slugs.md
@@ -283,7 +283,6 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Azure Pipelines` | `azurepipelines` |
| `B&R Automation` | `bandrautomation` |
| `Babel` | `babel` |
-| `Babylon.js` | `babylondotjs` |
| `Backblaze` | `backblaze` |
| `Backbone.js` | `backbonedotjs` |
| `Backendless` | `backendless` |
@@ -571,6 +570,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Conventional Commits` | `conventionalcommits` |
| `Convertio` | `convertio` |
| `Cookiecutter` | `cookiecutter` |
+| `Cooler Master` | `coolermaster` |
| `Coppel` | `coppel` |
| `Cora` | `cora` |
| `Corona Engine` | `coronaengine` |
@@ -651,6 +651,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `De'Longhi` | `delonghi` |
| `Debian` | `debian` |
| `Decap CMS` | `decapcms` |
+| `DeepCool` | `deepcool` |
| `deepin` | `deepin` |
| `DeepL` | `deepl` |
| `Deepnote` | `deepnote` |
@@ -1175,7 +1176,6 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Huawei` | `huawei` |
| `HubSpot` | `hubspot` |
| `Hugo` | `hugo` |
-| `Hulu` | `hulu` |
| `Humble Bundle` | `humblebundle` |
| `Hungry Jack's` | `hungryjacks` |
| `Husqvarna` | `husqvarna` |
@@ -1219,7 +1219,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Indeed` | `indeed` |
| `IndiGo` | `indigo` |
| `Inertia` | `inertia` |
-| `Infiniti` | `infiniti` |
+| `INFINITI` | `infiniti` |
| `InfluxDB` | `influxdb` |
| `InfoQ` | `infoq` |
| `Informatica` | `informatica` |
@@ -1499,6 +1499,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Mailgun` | `mailgun` |
| `Mailtrap` | `mailtrap` |
| `Major League Hacking` | `majorleaguehacking` |
+| `Make` | `make` |
| `MakerBot` | `makerbot` |
| `Mamba UI` | `mambaui` |
| `MAMP` | `mamp` |
@@ -1880,7 +1881,6 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Peloton` | `peloton` |
| `Penny` | `penny` |
| `Penpot` | `penpot` |
-| `Pepsi` | `pepsi` |
| `Percy` | `percy` |
| `Perforce` | `perforce` |
| `Perl` | `perl` |
@@ -2302,6 +2302,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Showtime` | `showtime` |
| `Showwcase` | `showwcase` |
| `Shutterstock` | `shutterstock` |
+| `SideQuest` | `sidequest` |
| `Siemens` | `siemens` |
| `SiFive` | `sifive` |
| `Signal` | `signal` |
@@ -2316,6 +2317,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `SingleStore` | `singlestore` |
| `Sitecore` | `sitecore` |
| `SitePoint` | `sitepoint` |
+| `SiYuan` | `siyuan` |
| `Skaffold` | `skaffold` |
| `Sketch` | `sketch` |
| `Sketchfab` | `sketchfab` |
@@ -2420,6 +2422,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `StackShare` | `stackshare` |
| `Stadia` | `stadia` |
| `Staffbase` | `staffbase` |
+| `Stagetimer` | `stagetimer` |
| `Standard Resume` | `standardresume` |
| `StandardJS` | `standardjs` |
| `Star Trek` | `startrek` |
@@ -2525,8 +2528,8 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `TED` | `ted` |
| `Teespring` | `teespring` |
| `Tekton` | `tekton` |
+| `TELE 5` | `tele5` |
| `Télé-Québec` | `telequebec` |
-| `TELE5` | `tele5` |
| `Telegram` | `telegram` |
| `Telegraph` | `telegraph` |
| `Temporal` | `temporal` |
@@ -2679,7 +2682,6 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `United Nations` | `unitednations` |
| `Unity` | `unity` |
| `Unlicense` | `unlicense` |
-| `Uno` | `uno` |
| `UnoCSS` | `unocss` |
| `Unraid` | `unraid` |
| `Unreal Engine` | `unrealengine` |
@@ -2728,6 +2730,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Viber` | `viber` |
| `Viblo` | `viblo` |
| `VictoriaMetrics` | `victoriametrics` |
+| `Victron Energy` | `victronenergy` |
| `Vim` | `vim` |
| `Vimeo` | `vimeo` |
| `Vimeo Livestream` | `vimeolivestream` |
@@ -2858,6 +2861,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Write.as` | `writedotas` |
| `WWE` | `wwe` |
| `Wwise` | `wwise` |
+| `Wyze` | `wyze` |
| `X` | `x` |
| `X.Org` | `xdotorg` |
| `Xamarin` | `xamarin` |
From a02031d30227d0e889c80174c6f4b8e74fd00c25 Mon Sep 17 00:00:00 2001
From: prem munagapati <54018894+Mvlprem@users.noreply.github.com>
Date: Mon, 8 Jan 2024 18:03:42 +0530
Subject: [PATCH 630/938] Add Edge Impulse Icon (#10201)
---
_data/simple-icons.json | 6 ++++++
icons/edgeimpulse.svg | 1 +
2 files changed, 7 insertions(+)
create mode 100644 icons/edgeimpulse.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index c05699125..f2feddadb 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -4221,6 +4221,12 @@
"hex": "1B66B3",
"source": "https://www.edeka.de"
},
+ {
+ "title": "Edge Impulse",
+ "hex": "3B47C2",
+ "source": "https://edgeimpulse.com/branding",
+ "guidelines": "https://edgeimpulse.com/branding"
+ },
{
"title": "EditorConfig",
"hex": "FEFEFE",
diff --git a/icons/edgeimpulse.svg b/icons/edgeimpulse.svg
new file mode 100644
index 000000000..b3be0c3cd
--- /dev/null
+++ b/icons/edgeimpulse.svg
@@ -0,0 +1 @@
+Edge Impulse
\ No newline at end of file
From 5b433fe52d9780b0656b4bacdb1ffb70e5806202 Mon Sep 17 00:00:00 2001
From: prem munagapati <54018894+Mvlprem@users.noreply.github.com>
Date: Mon, 8 Jan 2024 18:13:16 +0530
Subject: [PATCH 631/938] Add TickTick (#8418) (#10224)
---
_data/simple-icons.json | 5 +++++
icons/ticktick.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/ticktick.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index f2feddadb..46c60e879 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -14551,6 +14551,11 @@
"hex": "026CDF",
"source": "https://design.ticketmaster.com/brand/overview/"
},
+ {
+ "title": "TickTick",
+ "hex": "4772FA",
+ "source": "https://ticktick.com"
+ },
{
"title": "Tidal",
"hex": "000000",
diff --git a/icons/ticktick.svg b/icons/ticktick.svg
new file mode 100644
index 000000000..70952adcb
--- /dev/null
+++ b/icons/ticktick.svg
@@ -0,0 +1 @@
+TickTick
\ No newline at end of file
From dc67ba121ac60a407035ef56a5d9f9e5de728ae1 Mon Sep 17 00:00:00 2001
From: prem munagapati <54018894+Mvlprem@users.noreply.github.com>
Date: Mon, 8 Jan 2024 18:41:38 +0530
Subject: [PATCH 632/938] Add Orange (#10227)
---
_data/simple-icons.json | 6 ++++++
icons/orange.svg | 1 +
2 files changed, 7 insertions(+)
create mode 100644 icons/orange.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 46c60e879..ccf0c3b39 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -10317,6 +10317,12 @@
"source": "https://www.oracle.com/opn/index.html",
"guidelines": "https://www.oracle.com/legal/logos.html"
},
+ {
+ "title": "Orange",
+ "hex": "FF7900",
+ "source": "https://brand.orange.com",
+ "guidelines": "https://system.design.orange.com/0c1af118d/p/494474-guidelines"
+ },
{
"title": "ORCID",
"hex": "A6CE39",
diff --git a/icons/orange.svg b/icons/orange.svg
new file mode 100644
index 000000000..8129c8173
--- /dev/null
+++ b/icons/orange.svg
@@ -0,0 +1 @@
+Orange
\ No newline at end of file
From bba5c8244b4cf82109b25894c4886d06e76a26a7 Mon Sep 17 00:00:00 2001
From: prem munagapati <54018894+Mvlprem@users.noreply.github.com>
Date: Mon, 8 Jan 2024 20:00:54 +0530
Subject: [PATCH 633/938] Add CNET (#10228)
---
_data/simple-icons.json | 5 +++++
icons/cnet.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/cnet.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index ccf0c3b39..354d2d7d9 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -2880,6 +2880,11 @@
"source": "https://github.com/cncf/artwork/blob/d2ed716cc0769e6c65d2e58f9a503fca02b60a56/examples/other.md#cncf-logos",
"guidelines": "https://www.cncf.io/brand-guidelines/"
},
+ {
+ "title": "CNET",
+ "hex": "E71D1D",
+ "source": "https://www.cnet.com"
+ },
{
"title": "CNN",
"hex": "CC0000",
diff --git a/icons/cnet.svg b/icons/cnet.svg
new file mode 100644
index 000000000..0ee2a88b8
--- /dev/null
+++ b/icons/cnet.svg
@@ -0,0 +1 @@
+CNET
\ No newline at end of file
From ace631d36a25db984cd475ea54768812c257964f Mon Sep 17 00:00:00 2001
From: Alexandre Paradis
Date: Mon, 8 Jan 2024 09:50:32 -0500
Subject: [PATCH 634/938] Add Lynksys icon (#10231)
---
_data/simple-icons.json | 5 +++++
icons/linksys.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/linksys.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 354d2d7d9..db604cc09 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -8143,6 +8143,11 @@
"hex": "FF3850",
"source": "https://www.linkfire.com"
},
+ {
+ "title": "Linksys",
+ "hex": "000000",
+ "source": "https://www.linksys.com"
+ },
{
"title": "Linktree",
"hex": "43E55E",
diff --git a/icons/linksys.svg b/icons/linksys.svg
new file mode 100644
index 000000000..e23f8630d
--- /dev/null
+++ b/icons/linksys.svg
@@ -0,0 +1 @@
+Linksys
\ No newline at end of file
From 53778ea2fdd63ce6f51e3458950b752ebc056b90 Mon Sep 17 00:00:00 2001
From: Alexandre Paradis
Date: Mon, 8 Jan 2024 10:07:44 -0500
Subject: [PATCH 635/938] Add Babelio (#10232)
---
_data/simple-icons.json | 5 +++++
icons/babelio.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/babelio.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index db604cc09..7898cf386 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -1668,6 +1668,11 @@
"hex": "F9DC3E",
"source": "https://github.com/babel/website/blob/93330158b6ecca1ab88d3be8dbf661f5c2da6c76/website/static/img/babel-black.svg"
},
+ {
+ "title": "Babelio",
+ "hex": "FBB91E",
+ "source": "https://www.babelio.com"
+ },
{
"title": "Backblaze",
"hex": "E21E29",
diff --git a/icons/babelio.svg b/icons/babelio.svg
new file mode 100644
index 000000000..9007cc056
--- /dev/null
+++ b/icons/babelio.svg
@@ -0,0 +1 @@
+Babelio
\ No newline at end of file
From 04af163c5557c711475846682a78a739fe48fbd2 Mon Sep 17 00:00:00 2001
From: prem munagapati <54018894+Mvlprem@users.noreply.github.com>
Date: Mon, 8 Jan 2024 22:27:49 +0530
Subject: [PATCH 636/938] Update Dailymotion (#10216)
---
_data/simple-icons.json | 4 ++--
icons/dailymotion.svg | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 7898cf386..e93cf873a 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -3501,8 +3501,8 @@
},
{
"title": "Dailymotion",
- "hex": "0D0D0D",
- "source": "https://about.dailymotion.com/en/press/"
+ "hex": "0A0A0A",
+ "source": "https://careers.dailymotion.com"
},
{
"title": "Daimler",
diff --git a/icons/dailymotion.svg b/icons/dailymotion.svg
index 7afeaca1d..684651d51 100644
--- a/icons/dailymotion.svg
+++ b/icons/dailymotion.svg
@@ -1 +1 @@
-Dailymotion
\ No newline at end of file
+Dailymotion
\ No newline at end of file
From 7d3775896bc99fc5962a7b2c8c5a77d89aeb4421 Mon Sep 17 00:00:00 2001
From: Durgesh Gowda C
Date: Mon, 8 Jan 2024 22:45:01 +0530
Subject: [PATCH 637/938] Add Hyperskill (#10226)
---
_data/simple-icons.json | 5 +++++
icons/hyperskill.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/hyperskill.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index e93cf873a..a9bad8b96 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -6639,6 +6639,11 @@
"hex": "000000",
"source": "https://hyper.is"
},
+ {
+ "title": "Hyperskill",
+ "hex": "8C5AFF",
+ "source": "https://hyperskill.org"
+ },
{
"title": "Hypothesis",
"hex": "BD1C2B",
diff --git a/icons/hyperskill.svg b/icons/hyperskill.svg
new file mode 100644
index 000000000..ca4ff7173
--- /dev/null
+++ b/icons/hyperskill.svg
@@ -0,0 +1 @@
+Hyperskill
\ No newline at end of file
From 0de255aebf29b3b37514d9ea69c8cf5ab0891b41 Mon Sep 17 00:00:00 2001
From: Wu Tingfeng
Date: Tue, 9 Jan 2024 17:03:33 +0800
Subject: [PATCH 638/938] Add Brenntag icon (#10215)
* Add Brenntag icon
* Update hex
---------
Co-authored-by: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com>
---
_data/simple-icons.json | 5 +++++
icons/brenntag.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/brenntag.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index a9bad8b96..cfa91d048 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -2186,6 +2186,11 @@
"hex": "003DAD",
"source": "https://www.breaker.audio/i/brand"
},
+ {
+ "title": "Brenntag",
+ "hex": "1A0033",
+ "source": "https://www.brenntag.com"
+ },
{
"title": "Brevo",
"hex": "0B996E",
diff --git a/icons/brenntag.svg b/icons/brenntag.svg
new file mode 100644
index 000000000..d955e926a
--- /dev/null
+++ b/icons/brenntag.svg
@@ -0,0 +1 @@
+Brenntag
\ No newline at end of file
From 76dd1de7a064f28337d0558cf8b7da3251f361ee Mon Sep 17 00:00:00 2001
From: Isaac Santana
Date: Tue, 9 Jan 2024 06:30:43 -0300
Subject: [PATCH 639/938] Add 7Zip icon (#7334)
Co-authored-by: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com>
---
_data/simple-icons.json | 5 +++++
icons/7zip.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/7zip.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index cfa91d048..69f3101ff 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -55,6 +55,11 @@
"hex": "0099E5",
"source": "https://about.500px.com/press"
},
+ {
+ "title": "7Zip",
+ "hex": "000000",
+ "source": "https://commons.wikimedia.org/wiki/File:7ziplogo.svg"
+ },
{
"title": "99designs",
"hex": "FE5F50",
diff --git a/icons/7zip.svg b/icons/7zip.svg
new file mode 100644
index 000000000..34d9340fc
--- /dev/null
+++ b/icons/7zip.svg
@@ -0,0 +1 @@
+7Zip
\ No newline at end of file
From 3a85c690d9297873d074511f97f460e0b759c362 Mon Sep 17 00:00:00 2001
From: prem munagapati <54018894+Mvlprem@users.noreply.github.com>
Date: Tue, 9 Jan 2024 17:21:50 +0530
Subject: [PATCH 640/938] Update Minecraft data (#10242)
---
_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 69f3101ff..482bf0590 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -9064,8 +9064,8 @@
},
{
"title": "Minecraft",
- "hex": "62B47A",
- "source": "https://education.minecraft.net/press/"
+ "hex": "3C8527",
+ "source": "https://www.minecraft.net"
},
{
"title": "Minetest",
From cdc2ffea2a1bde7757579b03fedc5b6d1ff5c6fe Mon Sep 17 00:00:00 2001
From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com>
Date: Tue, 9 Jan 2024 15:02:22 +0000
Subject: [PATCH 641/938] Add Paramount+ (#10248)
---
_data/simple-icons.json | 5 +++++
icons/paramountplus.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/paramountplus.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 482bf0590..3d32f2d02 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -10569,6 +10569,11 @@
"hex": "000000",
"source": "https://docs.paperspace.com/img/ps-logo-light.svg"
},
+ {
+ "title": "Paramount+",
+ "hex": "0064FF",
+ "source": "https://www.paramount.com/brand/paramount-plus"
+ },
{
"title": "Parity Substrate",
"hex": "282828",
diff --git a/icons/paramountplus.svg b/icons/paramountplus.svg
new file mode 100644
index 000000000..de4921897
--- /dev/null
+++ b/icons/paramountplus.svg
@@ -0,0 +1 @@
+Paramount+
\ No newline at end of file
From 255f6efbe35ca6fe4df1394a58eda02a304e8d51 Mon Sep 17 00:00:00 2001
From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com>
Date: Tue, 9 Jan 2024 16:15:30 +0000
Subject: [PATCH 642/938] Add Solana (#10246)
---
_data/simple-icons.json | 6 ++++++
icons/solana.svg | 1 +
2 files changed, 7 insertions(+)
create mode 100644 icons/solana.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 3d32f2d02..5edc4c0fc 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -13352,6 +13352,12 @@
"hex": "FB6022",
"source": "https://www.sogou.com"
},
+ {
+ "title": "Solana",
+ "hex": "9945FF",
+ "source": "https://solana.com/branding",
+ "guidelines": "https://solana.com/branding"
+ },
{
"title": "Solid",
"hex": "2C4F7C",
diff --git a/icons/solana.svg b/icons/solana.svg
new file mode 100644
index 000000000..9b14bf434
--- /dev/null
+++ b/icons/solana.svg
@@ -0,0 +1 @@
+Solana
\ No newline at end of file
From bbff24442cc4e5582a6e00bf82d064ee842c3ab7 Mon Sep 17 00:00:00 2001
From: Thiago Gariani
Date: Tue, 9 Jan 2024 13:37:23 -0300
Subject: [PATCH 643/938] Add Nomad (#9527)
Co-authored-by: PratyushJayachandran <35000807+PratyushJayachandran@users.noreply.github.com>
---
_data/simple-icons.json | 6 ++++++
icons/nomad.svg | 1 +
2 files changed, 7 insertions(+)
create mode 100644 icons/nomad.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 5edc4c0fc..a9492e2b3 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -9800,6 +9800,12 @@
"hex": "005AFF",
"source": "https://www.nokia.com"
},
+ {
+ "title": "Nomad",
+ "hex": "00CA8E",
+ "source": "https://www.hashicorp.com/brand",
+ "guidelines": "https://www.hashicorp.com/brand"
+ },
{
"title": "Norco",
"hex": "00FF00",
diff --git a/icons/nomad.svg b/icons/nomad.svg
new file mode 100644
index 000000000..b9a5bed04
--- /dev/null
+++ b/icons/nomad.svg
@@ -0,0 +1 @@
+Nomad
\ No newline at end of file
From b60bf618e82b61b1657d2157e325b2ba4a99f541 Mon Sep 17 00:00:00 2001
From: Durgesh Gowda C
Date: Tue, 9 Jan 2024 22:56:32 +0530
Subject: [PATCH 644/938] Add Asahi Linux (#10245)
---
_data/simple-icons.json | 5 +++++
icons/asahilinux.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/asahilinux.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index a9492e2b3..346d711e6 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -1413,6 +1413,11 @@
"source": "https://arxiv.org",
"guidelines": "https://arxiv.org/about/brand"
},
+ {
+ "title": "Asahi Linux",
+ "hex": "A61200",
+ "source": "https://github.com/AsahiLinux/artwork/blob/292637c9658c1491ddc1128fb6134aec01d904dd/logos/svg/AsahiLinux_logomark_mono.svg"
+ },
{
"title": "Asana",
"hex": "F06A6A",
diff --git a/icons/asahilinux.svg b/icons/asahilinux.svg
new file mode 100644
index 000000000..01e7ceecb
--- /dev/null
+++ b/icons/asahilinux.svg
@@ -0,0 +1 @@
+Asahi Linux
\ No newline at end of file
From 57a31dda1c1e92eb292e108eeb42463039582a16 Mon Sep 17 00:00:00 2001
From: amarildo <91825788+bl4ckswordsman@users.noreply.github.com>
Date: Wed, 10 Jan 2024 12:30:26 +0100
Subject: [PATCH 645/938] Update Revolut (#10238)
---
_data/simple-icons.json | 4 ++--
icons/revolut.svg | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 346d711e6..ae8d3c49a 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -12256,8 +12256,8 @@
},
{
"title": "Revolut",
- "hex": "0075EB",
- "source": "https://www.revolut.com"
+ "hex": "191C1F",
+ "source": "https://developer.revolut.com/docs/resources/marketing-assets-guidelines/marketing-guidelines"
},
{
"title": "Revue",
diff --git a/icons/revolut.svg b/icons/revolut.svg
index 6210fe177..7b1d84c54 100644
--- a/icons/revolut.svg
+++ b/icons/revolut.svg
@@ -1 +1 @@
-Revolut
\ No newline at end of file
+Revolut
\ No newline at end of file
From 9b4d004b7d80d61d97d799bd13383a5510da7937 Mon Sep 17 00:00:00 2001
From: Adam Rusted
Date: Wed, 10 Jan 2024 13:54:39 +0000
Subject: [PATCH 646/938] [Icon Review] 0-9 JSON Update (#10255)
* Update .ENV source url
* Update .NET source URL
---
_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 ae8d3c49a..be4cf4a42 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -3,7 +3,7 @@
{
"title": ".ENV",
"hex": "ECD53F",
- "source": "https://github.com/motdotla/dotenv/tree/40e75440337d1de2345dc8326d6108331f583fd8",
+ "source": "https://github.com/motdotla/dotenv/blob/40e75440337d1de2345dc8326d6108331f583fd8/dotenv.svg",
"aliases": {
"aka": [
"Dotenv"
@@ -13,7 +13,7 @@
{
"title": ".NET",
"hex": "512BD4",
- "source": "https://github.com/dotnet/brand/tree/defe0408e765b48223a434a0d9a94213edc062f8"
+ "source": "https://github.com/dotnet/brand/blob/defe0408e765b48223a434a0d9a94213edc062f8/logo/dotnet-logo.svg"
},
{
"title": "/e/",
From df1b5b111d9d0cb494fa9129b30b2cd4894e14f3 Mon Sep 17 00:00:00 2001
From: prem munagapati <54018894+Mvlprem@users.noreply.github.com>
Date: Wed, 10 Jan 2024 20:14:04 +0530
Subject: [PATCH 647/938] Update Aston Martin (#10253)
---
_data/simple-icons.json | 2 +-
icons/astonmartin.svg | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index be4cf4a42..d947a6bbe 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -1456,7 +1456,7 @@
},
{
"title": "Aston Martin",
- "hex": "000000",
+ "hex": "00665E",
"source": "https://www.astonmartin.com"
},
{
diff --git a/icons/astonmartin.svg b/icons/astonmartin.svg
index 5af9e60c6..9c4ddd59c 100644
--- a/icons/astonmartin.svg
+++ b/icons/astonmartin.svg
@@ -1 +1 @@
-Aston Martin
\ No newline at end of file
+Aston Martin
\ No newline at end of file
From 3bdc78a3b590272752175226cf2ea46c801e9c53 Mon Sep 17 00:00:00 2001
From: Michel WEINACHTER <64417243+datamoc@users.noreply.github.com>
Date: Thu, 11 Jan 2024 10:42:03 +0100
Subject: [PATCH 648/938] Add Reactive Resume (#10225)
---
_data/simple-icons.json | 5 +++++
icons/reactiveresume.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/reactiveresume.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index d947a6bbe..58552dc8b 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -11989,6 +11989,11 @@
"hex": "FF4154",
"source": "https://github.com/tannerlinsley/react-table/blob/8c77b4ad97353a0b1f0746be5b919868862a9dcc/docs/src/images/emblem-light.svg"
},
+ {
+ "title": "Reactive Resume",
+ "hex": "000000",
+ "source": "https://github.com/AmruthPillai/Reactive-Resume/blob/0f765af4687acd05d63cccf3676583735c86a8c2/apps/artboard/public/icon/dark.svg"
+ },
{
"title": "ReactiveX",
"hex": "B7178C",
diff --git a/icons/reactiveresume.svg b/icons/reactiveresume.svg
new file mode 100644
index 000000000..0c7f66cc0
--- /dev/null
+++ b/icons/reactiveresume.svg
@@ -0,0 +1 @@
+Reactive Resume
\ No newline at end of file
From ddc6d0441feca8ffa923000051c70b8c67a89e6c Mon Sep 17 00:00:00 2001
From: prem munagapati <54018894+Mvlprem@users.noreply.github.com>
Date: Thu, 11 Jan 2024 15:18:33 +0530
Subject: [PATCH 649/938] Update Nintendo (#10263)
---
_data/simple-icons.json | 4 ++--
icons/nintendo.svg | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 58552dc8b..ce8864099 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -9751,8 +9751,8 @@
},
{
"title": "Nintendo",
- "hex": "8F8F8F",
- "source": "https://en.wikipedia.org/wiki/Nintendo#/media/File:Nintendo.svg"
+ "hex": "E60013",
+ "source": "https://www.nintendo.com"
},
{
"title": "Nintendo 3DS",
diff --git a/icons/nintendo.svg b/icons/nintendo.svg
index 52d0163c9..5cad9642f 100644
--- a/icons/nintendo.svg
+++ b/icons/nintendo.svg
@@ -1 +1 @@
-Nintendo
\ No newline at end of file
+Nintendo
\ No newline at end of file
From a3a7da037171fa6441fe81d838550522ede930e9 Mon Sep 17 00:00:00 2001
From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com>
Date: Thu, 11 Jan 2024 09:54:41 +0000
Subject: [PATCH 650/938] Update Nintendo hex (#10266)
---
_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 ce8864099..5c9f437c6 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -9751,7 +9751,7 @@
},
{
"title": "Nintendo",
- "hex": "E60013",
+ "hex": "E60012",
"source": "https://www.nintendo.com"
},
{
From 5d28531c4ae91a2a29d58245fa14f69cbf1249e3 Mon Sep 17 00:00:00 2001
From: Suzy Q
Date: Thu, 11 Jan 2024 04:53:28 -0800
Subject: [PATCH 651/938] Added Carlsberg Group icon (#8819)
Co-authored-by: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com>
---
_data/simple-icons.json | 6 ++++++
icons/carlsberggroup.svg | 1 +
2 files changed, 7 insertions(+)
create mode 100644 icons/carlsberggroup.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 5c9f437c6..e68df9046 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -2466,6 +2466,12 @@
"hex": "0133AD",
"source": "https://cardano.org/brand-assets/"
},
+ {
+ "title": "Carlsberg Group",
+ "hex": "00321E",
+ "source": "https://www.carlsberggroup.com/who-we-are/about-the-carlsberg-group/design-guide",
+ "guidelines": "https://www.carlsberggroup.com/who-we-are/about-the-carlsberg-group/design-guide"
+ },
{
"title": "Carrd",
"hex": "596CAF",
diff --git a/icons/carlsberggroup.svg b/icons/carlsberggroup.svg
new file mode 100644
index 000000000..3676ef5e4
--- /dev/null
+++ b/icons/carlsberggroup.svg
@@ -0,0 +1 @@
+Carlsberg Group
\ No newline at end of file
From b93ca7191d3b020807c679e7295d6abbd682100f Mon Sep 17 00:00:00 2001
From: Alexandre Paradis
Date: Thu, 11 Jan 2024 07:58:44 -0500
Subject: [PATCH 652/938] Add icon for Knex.js (#10236)
---
_data/simple-icons.json | 5 +++++
icons/knexdotjs.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/knexdotjs.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index e68df9046..885cf583f 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -7688,6 +7688,11 @@
"source": "https://github.com/knative/community/blob/fb49068c9b7619685248247d29e48eb3d96f3ac2/icons/logo.svg",
"guidelines": "https://github.com/knative/community/blob/main/BRANDING.MD"
},
+ {
+ "title": "Knex.js",
+ "hex": "D26B38",
+ "source": "https://github.com/knex/documentation/blob/a9c4ce47dbc6001bb1c6aa0649bb668edc78fea7/src/public/knex-logo.png"
+ },
{
"title": "KnowledgeBase",
"hex": "9146FF",
diff --git a/icons/knexdotjs.svg b/icons/knexdotjs.svg
new file mode 100644
index 000000000..08fc3919c
--- /dev/null
+++ b/icons/knexdotjs.svg
@@ -0,0 +1 @@
+Knex.js
\ No newline at end of file
From b008d5bcf4bc5ed345d2d1f48f3f51c1ac1acf27 Mon Sep 17 00:00:00 2001
From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com>
Date: Thu, 11 Jan 2024 13:05:05 +0000
Subject: [PATCH 653/938] Update Instagram (#10153)
---
_data/simple-icons.json | 4 ++--
icons/instagram.svg | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 885cf583f..58ce9ab1a 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -6941,8 +6941,8 @@
{
"title": "Instagram",
"hex": "E4405F",
- "source": "https://en.facebookbrand.com/instagram/",
- "guidelines": "https://en.facebookbrand.com/instagram/"
+ "source": "https://about.meta.com/brand/resources/instagram",
+ "guidelines": "https://about.meta.com/brand/resources/instagram"
},
{
"title": "Instapaper",
diff --git a/icons/instagram.svg b/icons/instagram.svg
index 5a687214d..c0e86b0bf 100644
--- a/icons/instagram.svg
+++ b/icons/instagram.svg
@@ -1 +1 @@
-Instagram
\ No newline at end of file
+Instagram
\ No newline at end of file
From 1416defea815e68fbd580e3334e7d4156b0e9276 Mon Sep 17 00:00:00 2001
From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com>
Date: Thu, 11 Jan 2024 13:08:49 +0000
Subject: [PATCH 654/938] Update LADA (#10155)
---
_data/simple-icons.json | 9 +++++++--
icons/lada.svg | 2 +-
2 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 58ce9ab1a..4bc92e5b9 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -7838,9 +7838,14 @@
"guidelines": "https://forums.ni.com/t5/NI-Partner-Network/New-Partner-Co-Marketing-Style-Guide/ba-p/3786987"
},
{
- "title": "Lada",
+ "title": "LADA",
"hex": "ED6B21",
- "source": "https://www.lada.ru/priora/sedan/accessories.html"
+ "source": "https://www.lada.ru",
+ "aliases": {
+ "loc": {
+ "ru-RU": "Лада"
+ }
+ }
},
{
"title": "Lamborghini",
diff --git a/icons/lada.svg b/icons/lada.svg
index 9cc12298b..ebaeafe5c 100644
--- a/icons/lada.svg
+++ b/icons/lada.svg
@@ -1 +1 @@
-Lada
\ No newline at end of file
+LADA
\ No newline at end of file
From a577320a7a85bde3621e610dfca0a052a94c222b Mon Sep 17 00:00:00 2001
From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com>
Date: Thu, 11 Jan 2024 13:54:43 +0000
Subject: [PATCH 655/938] Update 1Password (#10256)
---
_data/simple-icons.json | 5 +++--
icons/1password.svg | 2 +-
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 4bc92e5b9..b58a8eeba 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -27,8 +27,9 @@
},
{
"title": "1Password",
- "hex": "1A285F",
- "source": "https://1password.com"
+ "hex": "3B66BC",
+ "source": "https://1password.com/press",
+ "guidelines": "https://1password.com/press"
},
{
"title": "3M",
diff --git a/icons/1password.svg b/icons/1password.svg
index 45f0772d0..c81c316f1 100644
--- a/icons/1password.svg
+++ b/icons/1password.svg
@@ -1 +1 @@
-1Password
\ No newline at end of file
+1Password
\ No newline at end of file
From cda05e97a92479d6711ee0264f4c40cd393052ed Mon Sep 17 00:00:00 2001
From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com>
Date: Thu, 11 Jan 2024 16:02:08 +0000
Subject: [PATCH 656/938] Update /e/ (#10269)
* Update /e/
* Update icon
---
_data/simple-icons.json | 2 +-
icons/e.svg | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index b58a8eeba..bf532d792 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -18,7 +18,7 @@
{
"title": "/e/",
"hex": "000000",
- "source": "https://gitlab.e.foundation/e/cloud/my-spot/-/blob/4e5430a17ba4ce77d4cb188222e47924f032b197/searx/static/themes/eelo/img/logo.svg"
+ "source": "https://doc.e.foundation"
},
{
"title": "1001Tracklists",
diff --git a/icons/e.svg b/icons/e.svg
index c9aa8ce86..79c180b06 100644
--- a/icons/e.svg
+++ b/icons/e.svg
@@ -1 +1 @@
-/e/
\ No newline at end of file
+/e/
\ No newline at end of file
From c6fb28b4876405dd4afb8482549bba363c58002b Mon Sep 17 00:00:00 2001
From: prem munagapati <54018894+Mvlprem@users.noreply.github.com>
Date: Fri, 12 Jan 2024 14:58:42 +0530
Subject: [PATCH 657/938] Update Zapier (#10265)
---
_data/simple-icons.json | 4 ++--
icons/zapier.svg | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index bf532d792..ddcd290f4 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -16463,8 +16463,8 @@
{
"title": "Zapier",
"hex": "FF4F00",
- "source": "https://brand.zapier.com",
- "guidelines": "https://brand.zapier.com"
+ "source": "https://www.figma.com/file/NQFxTCE5pGR3dHZt0DkOyy/Zapier-Brand-Guidelines-%5BExternal%5D?type=design&node-id=101-9701&mode=design",
+ "guidelines": "https://www.figma.com/file/NQFxTCE5pGR3dHZt0DkOyy/Zapier-Brand-Guidelines-%5BExternal%5D?type=design&node-id=101-9701&mode=design"
},
{
"title": "Zara",
diff --git a/icons/zapier.svg b/icons/zapier.svg
index 5a3370028..ac2657528 100644
--- a/icons/zapier.svg
+++ b/icons/zapier.svg
@@ -1 +1 @@
-Zapier
\ No newline at end of file
+Zapier
\ No newline at end of file
From beb002944acb58566fe3e7ee71b8147af42bf2a2 Mon Sep 17 00:00:00 2001
From: CodedFlute <114320217+CodedFlute@users.noreply.github.com>
Date: Fri, 12 Jan 2024 08:51:05 -0500
Subject: [PATCH 658/938] New Icon: DaVinci Resolve (#9766)
* Created DaVinci Resolve Logo
* Updated davinciresolve.svg
Updated Davinci Resolve logo to one with a square border
* Updated Davinci Resolve Icon
Updated DaVinci resolve icon to use more commonly used square icon
* Fix simple-icons.json
---
_data/simple-icons.json | 5 +++++
icons/davinciresolve.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/davinciresolve.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index ddcd290f4..ec4c5b237 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -3657,6 +3657,11 @@
"source": "https://www.datto.com/brand/logos",
"guidelines": "https://www.datto.com/brand"
},
+ {
+ "title": "DaVinci Resolve",
+ "hex": "233A51",
+ "source": "https://www.blackmagicdesign.com/media/images/davinci-resolve-logo-square"
+ },
{
"title": "DAZN",
"hex": "F8F8F5",
diff --git a/icons/davinciresolve.svg b/icons/davinciresolve.svg
new file mode 100644
index 000000000..a5d5d3403
--- /dev/null
+++ b/icons/davinciresolve.svg
@@ -0,0 +1 @@
+DaVinci Resolve
\ No newline at end of file
From e4d8c5620409be601b8a08a5e45db309adbad343 Mon Sep 17 00:00:00 2001
From: Adam Rusted
Date: Fri, 12 Jan 2024 13:56:08 +0000
Subject: [PATCH 659/938] Update Duolingo (#10111)
* Update Duolingo
* Rookie error
* Update icon path
---------
Co-authored-by: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com>
---
_data/simple-icons.json | 3 ++-
icons/duolingo.svg | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index ec4c5b237..4c447c82d 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -4144,7 +4144,8 @@
{
"title": "Duolingo",
"hex": "58CC02",
- "source": "https://www.duolingo.com"
+ "source": "https://design.duolingo.com",
+ "guidelines": "https://design.duolingo.com"
},
{
"title": "DVC",
diff --git a/icons/duolingo.svg b/icons/duolingo.svg
index dc0a81738..f5fe4143b 100644
--- a/icons/duolingo.svg
+++ b/icons/duolingo.svg
@@ -1 +1 @@
-Duolingo
\ No newline at end of file
+Duolingo
\ No newline at end of file
From 0902d6907c7f13663130c401a6c8969847ce6dd5 Mon Sep 17 00:00:00 2001
From: LitoMore
Date: Fri, 12 Jan 2024 22:59:15 +0800
Subject: [PATCH 660/938] Fix SDK license types (#10273)
---
sdk.d.ts | 4 ++--
types.d.ts | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/sdk.d.ts b/sdk.d.ts
index 9d920813e..e451d8544 100644
--- a/sdk.d.ts
+++ b/sdk.d.ts
@@ -3,7 +3,7 @@
* Types for Simple Icons SDK.
*/
-import type { License } from './types';
+import type { CustomLicense, SPDXLicense } from './types';
/**
* The data for a third-party extension.
@@ -55,7 +55,7 @@ export type IconData = {
source: string;
slug?: string;
guidelines?: string;
- license?: License;
+ license?: Omit | CustomLicense;
aliases?: Aliases;
};
diff --git a/types.d.ts b/types.d.ts
index 8ce48287b..ef61ec3e3 100644
--- a/types.d.ts
+++ b/types.d.ts
@@ -5,12 +5,12 @@
*/
export type License = SPDXLicense | CustomLicense;
-type SPDXLicense = {
+export type SPDXLicense = {
type: string;
- url?: string;
+ url: string;
};
-type CustomLicense = {
+export type CustomLicense = {
type: 'custom';
url: string;
};
From 9df7ec66803e11995de0ddfcd96c4d3c8e97481b Mon Sep 17 00:00:00 2001
From: Wyatt Herkamp
Date: Fri, 12 Jan 2024 11:00:29 -0500
Subject: [PATCH 661/938] Update vue3-simple-icons versioning (#10277)
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index a88a18d22..e4a582bff 100644
--- a/README.md
+++ b/README.md
@@ -175,7 +175,7 @@ echo file_get_contents('path/to/package/icons/simpleicons.svg');
| [Solid package](https://github.com/x64Bits/solid-icons) | [@x64Bits](https://github.com/x64Bits) | ![](https://img.shields.io/github/license/x64Bits/solid-icons) | [![v9.0.0](https://img.shields.io/static/v1?label=version&message=v9.0.0&logo=simpleicons&color=yellow)](https://github.com/simple-icons/simple-icons/tree/9.0.0) |
| [Stream Deck icon pack](https://github.com/mackenly/simple-icons-stream-deck) | [@mackenly](https://github.com/mackenly) | ![](https://img.shields.io/github/license/mackenly/simple-icons-stream-deck) | ![](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2Fmackenly%2Fsimple-icons-stream-deck%2Fmain%2Ftemplate%2Fmanifest.json&query=Version&logo=simpleicons&label=version) |
| [Svelte package](https://github.com/icons-pack/svelte-simple-icons) | [@wootsbot](https://github.com/wootsbot) | ![](https://img.shields.io/github/license/icons-pack/svelte-simple-icons) | ![](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2Ficons-pack%2Fsvelte-simple-icons%2Fmain%2Fpackage.json&query=%24..%5B'simple-icons'%5D&logo=simpleicons&label=version) |
-| [Vue 3 package](https://github.com/wyatt-herkamp/vue3-simple-icons) | [@wyatt-herkamp](https://github.com/wyatt-herkamp) | ![](https://img.shields.io/github/license/wyatt-herkamp/vue3-simple-icons) | ![](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwyatt-herkamp%2Fvue3-simple-icons%2Fmain%2Fpackage-lock.json&query=%24..%5B'node_modules%2Fsimple-icons'%5D.version&logo=simpleicons&label=version) |
+| [Vue 3 package](https://github.com/wyatt-herkamp/vue3-simple-icons) | [@wyatt-herkamp](https://github.com/wyatt-herkamp) | ![](https://img.shields.io/github/license/wyatt-herkamp/vue3-simple-icons) | ![](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwyatt-herkamp%2Fvue3-simple-icons%2Fmain%2Fsimple-icons.json&query=simpleIconsVersion&logo=simpleicons&label=version) |
| [Vue package](https://github.com/mainvest/vue-simple-icons) | [@noahlitvin](https://github.com/noahlitvin) | ![](https://img.shields.io/github/license/mainvest/vue-simple-icons) | ![](https://img.shields.io/badge/dynamic/yaml?url=https%3A%2F%2Fraw.githubusercontent.com%2Fmainvest%2Fvue-simple-icons%2Fmaster%2Fpackage.json&query=%24.version&logo=simpleicons&label=version) |
| [Webflow app](https://webflow.com/apps/detail/simple-icons) | [@diegoliv](https://github.com/diegoliv) | ![](https://img.shields.io/github/license/diegoliv/wf-simpleicons-search) | ![](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2Fdiegoliv%2Fwf-simpleicons-search%2Fmain%2Fpackage.json&query=%24..%5B'simple-icons'%5D&logo=simpleicons&label=version) |
| [WordPress plugin](https://wordpress.org/plugins/simple-icons/) | [@tjtaylo](https://github.com/tjtaylo) | ![](https://img.shields.io/badge/license-GPL_v2-blue.svg) | [![v4.25.0](https://img.shields.io/static/v1?label=version&message=v4.25.0&logo=simpleicons&color=red)](https://github.com/simple-icons/simple-icons/tree/4.25.0) |
From 9d7d86547cb0b5b705069d17525fc3e71e8ea9ae Mon Sep 17 00:00:00 2001
From: RampantDespair <63611551+RampantDespair@users.noreply.github.com>
Date: Fri, 12 Jan 2024 11:40:04 -0500
Subject: [PATCH 662/938] Add Spine (#10239)
---
_data/simple-icons.json | 6 ++++++
icons/spine.svg | 1 +
2 files changed, 7 insertions(+)
create mode 100644 icons/spine.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 4c447c82d..a64337e2d 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -13616,6 +13616,12 @@
"hex": "ED8106",
"source": "https://www.spigotmc.org"
},
+ {
+ "title": "Spine",
+ "hex": "FF4000",
+ "source": "https://esotericsoftware.com/branding",
+ "guidelines": "https://esotericsoftware.com/branding"
+ },
{
"title": "Spinnaker",
"hex": "139BB4",
diff --git a/icons/spine.svg b/icons/spine.svg
new file mode 100644
index 000000000..e8db0bd9f
--- /dev/null
+++ b/icons/spine.svg
@@ -0,0 +1 @@
+Spine
\ No newline at end of file
From b2a1e92595c23d413b79aead0221c79f4da765f9 Mon Sep 17 00:00:00 2001
From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com>
Date: Fri, 12 Jan 2024 18:47:09 +0000
Subject: [PATCH 663/938] Update 42 (#10278)
* Update 42
* Update 42
---------
---
_data/simple-icons.json | 2 +-
icons/42.svg | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index a64337e2d..4fad593a6 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -39,7 +39,7 @@
{
"title": "42",
"hex": "000000",
- "source": "https://www.42.fr"
+ "source": "https://www.42network.org"
},
{
"title": "4chan",
diff --git a/icons/42.svg b/icons/42.svg
index 6a096681c..0a2da72fd 100644
--- a/icons/42.svg
+++ b/icons/42.svg
@@ -1 +1 @@
-42
\ No newline at end of file
+42
\ No newline at end of file
From 6a476dfc719abef10f6be8f5f54ed7f165075992 Mon Sep 17 00:00:00 2001
From: RampantDespair <63611551+RampantDespair@users.noreply.github.com>
Date: Fri, 12 Jan 2024 14:55:24 -0500
Subject: [PATCH 664/938] Add Esoteric Software (#10280)
---
_data/simple-icons.json | 6 ++++++
icons/esotericsoftware.svg | 1 +
2 files changed, 7 insertions(+)
create mode 100644 icons/esotericsoftware.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 4fad593a6..e0a7d5ea2 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -4511,6 +4511,12 @@
"hex": "4B32C3",
"source": "https://eslint.org"
},
+ {
+ "title": "Esoteric Software",
+ "hex": "3FA9F5",
+ "source": "https://esotericsoftware.com/forum/d/25405-sheildsio-branding",
+ "guidelines": "https://esotericsoftware.com/branding"
+ },
{
"title": "ESPHome",
"hex": "000000",
diff --git a/icons/esotericsoftware.svg b/icons/esotericsoftware.svg
new file mode 100644
index 000000000..90514f5b4
--- /dev/null
+++ b/icons/esotericsoftware.svg
@@ -0,0 +1 @@
+Esoteric Software
\ No newline at end of file
From 2d2b87698cc7a44f4e21c38746d6af236444d190 Mon Sep 17 00:00:00 2001
From: Andrew Rakauskas
Date: Fri, 12 Jan 2024 12:06:29 -0800
Subject: [PATCH 665/938] Add Fubo (#10192)
---
_data/simple-icons.json | 6 ++++++
icons/fubo.svg | 1 +
2 files changed, 7 insertions(+)
create mode 100644 icons/fubo.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index e0a7d5ea2..654902121 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -5244,6 +5244,12 @@
"hex": "2D3232",
"source": "https://brand.frontify.com/d/7WQZazaZFkMz/brand-guidelines-1#/visual/logo"
},
+ {
+ "title": "Fubo",
+ "hex": "C83D1E",
+ "source": "https://www.fubo.tv",
+ "guidelines": "https://www.fubo.tv/press-inquiries"
+ },
{
"title": "Fuga Cloud",
"hex": "242F4B",
diff --git a/icons/fubo.svg b/icons/fubo.svg
new file mode 100644
index 000000000..b2af5fd7d
--- /dev/null
+++ b/icons/fubo.svg
@@ -0,0 +1 @@
+Fubo
\ No newline at end of file
From 2de3ba2ecab711e534bf231f57050c3700f941fa Mon Sep 17 00:00:00 2001
From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com>
Date: Fri, 12 Jan 2024 20:51:05 +0000
Subject: [PATCH 666/938] Update 1001Tracklists (#10260)
---
icons/1001tracklists.svg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/icons/1001tracklists.svg b/icons/1001tracklists.svg
index 3a937f535..b0b00ed82 100644
--- a/icons/1001tracklists.svg
+++ b/icons/1001tracklists.svg
@@ -1 +1 @@
-1001Tracklists
\ No newline at end of file
+1001Tracklists
\ No newline at end of file
From b55d26bd72e2aa22ff45d6f061664cbb470bf2ba Mon Sep 17 00:00:00 2001
From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com>
Date: Fri, 12 Jan 2024 20:53:15 +0000
Subject: [PATCH 667/938] Update 500px (#10270)
---
_data/simple-icons.json | 4 ++--
icons/500px.svg | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 654902121..e2bb97d7a 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -53,8 +53,8 @@
},
{
"title": "500px",
- "hex": "0099E5",
- "source": "https://about.500px.com/press"
+ "hex": "222222",
+ "source": "https://500px.com"
},
{
"title": "7Zip",
diff --git a/icons/500px.svg b/icons/500px.svg
index 2d9011390..4993d68ab 100644
--- a/icons/500px.svg
+++ b/icons/500px.svg
@@ -1 +1 @@
-500px
\ No newline at end of file
+500px
\ No newline at end of file
From 7606193204f1a145332f0fa5caa62c225d70ad0e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=81lvaro=20Mond=C3=A9jar?=
Date: Fri, 12 Jan 2024 22:56:09 +0100
Subject: [PATCH 668/938] Fix editorconfig-checker API rate limit error
(#10283)
---
.github/workflows/verify.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml
index 33b577309..0e191ff60 100644
--- a/.github/workflows/verify.yml
+++ b/.github/workflows/verify.yml
@@ -44,6 +44,9 @@ jobs:
run: npm i
- name: Run linter
run: npm run lint
+ env:
+ # Authorise GitHub API requests for editorconfig-checker
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Detect changed documentation files
uses: dorny/paths-filter@v2
id: changes
From 9479b4763ef73f1df2512d1a4f88fcdcbfc4607e Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
Date: Sun, 14 Jan 2024 00:26:08 +0000
Subject: [PATCH 669/938] version bump
---
package.json | 2 +-
slugs.md | 22 +++++++++++++++++++++-
2 files changed, 22 insertions(+), 2 deletions(-)
diff --git a/package.json b/package.json
index f7ceda439..6a0727896 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "simple-icons",
- "version": "11.0.0",
+ "version": "11.1.0",
"description": "SVG icons for popular brands https://simpleicons.org",
"homepage": "https://simpleicons.org",
"keywords": [
diff --git a/slugs.md b/slugs.md
index c7ec001d2..991f6ad0e 100644
--- a/slugs.md
+++ b/slugs.md
@@ -17,6 +17,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `4chan` | `4chan` |
| `4D` | `4d` |
| `500px` | `500px` |
+| `7Zip` | `7zip` |
| `99designs` | `99designs` |
| `9GAG` | `9gag` |
| `A-Frame` | `aframe` |
@@ -233,6 +234,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Artix Linux` | `artixlinux` |
| `ArtStation` | `artstation` |
| `arXiv` | `arxiv` |
+| `Asahi Linux` | `asahilinux` |
| `Asana` | `asana` |
| `Asciidoctor` | `asciidoctor` |
| `asciinema` | `asciinema` |
@@ -283,6 +285,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Azure Pipelines` | `azurepipelines` |
| `B&R Automation` | `bandrautomation` |
| `Babel` | `babel` |
+| `Babelio` | `babelio` |
| `Backblaze` | `backblaze` |
| `Backbone.js` | `backbonedotjs` |
| `Backendless` | `backendless` |
@@ -377,6 +380,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Brandfolder` | `brandfolder` |
| `Brave` | `brave` |
| `Breaker` | `breaker` |
+| `Brenntag` | `brenntag` |
| `Brevo` | `brevo` |
| `Brex` | `brex` |
| `Bricks` | `bricks` |
@@ -424,6 +428,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Capacitor` | `capacitor` |
| `Car Throttle` | `carthrottle` |
| `Cardano` | `cardano` |
+| `Carlsberg Group` | `carlsberggroup` |
| `Carrd` | `carrd` |
| `Carrefour` | `carrefour` |
| `Carto` | `carto` |
@@ -504,6 +509,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Clyp` | `clyp` |
| `CMake` | `cmake` |
| `CNCF` | `cncf` |
+| `CNET` | `cnet` |
| `CNN` | `cnn` |
| `Co-op` | `coop` |
| `Coca Cola` | `cocacola` |
@@ -643,6 +649,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `date-fns` | `datefns` |
| `DatoCMS` | `datocms` |
| `Datto` | `datto` |
+| `DaVinci Resolve` | `davinciresolve` |
| `DAZN` | `dazn` |
| `DBeaver` | `dbeaver` |
| `dblp` | `dblp` |
@@ -750,6 +757,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Eclipse Mosquitto` | `eclipsemosquitto` |
| `Eclipse Vert.x` | `eclipsevertdotx` |
| `EDEKA` | `edeka` |
+| `Edge Impulse` | `edgeimpulse` |
| `EditorConfig` | `editorconfig` |
| `Educative` | `educative` |
| `edX` | `edx` |
@@ -798,6 +806,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `ESEA` | `esea` |
| `ESLGaming` | `eslgaming` |
| `ESLint` | `eslint` |
+| `Esoteric Software` | `esotericsoftware` |
| `ESPHome` | `esphome` |
| `Espressif` | `espressif` |
| `ESRI` | `esri` |
@@ -930,6 +939,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Freepik` | `freepik` |
| `Frontend Mentor` | `frontendmentor` |
| `Frontify` | `frontify` |
+| `Fubo` | `fubo` |
| `Fuga Cloud` | `fugacloud` |
| `Fujifilm` | `fujifilm` |
| `Fujitsu` | `fujitsu` |
@@ -1180,6 +1190,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Hungry Jack's` | `hungryjacks` |
| `Husqvarna` | `husqvarna` |
| `Hyper` | `hyper` |
+| `Hyperskill` | `hyperskill` |
| `Hypothesis` | `hypothesis` |
| `Hyundai` | `hyundai` |
| `i18next` | `i18next` |
@@ -1361,6 +1372,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `KLM` | `klm` |
| `Klook` | `klook` |
| `Knative` | `knative` |
+| `Knex.js` | `knexdotjs` |
| `KnowledgeBase` | `knowledgebase` |
| `Known` | `known` |
| `Ko-fi` | `kofi` |
@@ -1387,7 +1399,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Kyocera` | `kyocera` |
| `L'Équipe` | `lequipe` |
| `LabVIEW` | `labview` |
-| `Lada` | `lada` |
+| `LADA` | `lada` |
| `Lamborghini` | `lamborghini` |
| `Land Rover` | `landrover` |
| `Lapce` | `lapce` |
@@ -1444,6 +1456,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `LinkedIn` | `linkedin` |
| `Linkerd` | `linkerd` |
| `Linkfire` | `linkfire` |
+| `Linksys` | `linksys` |
| `Linktree` | `linktree` |
| `Linux` | `linux` |
| `Linux Containers` | `linuxcontainers` |
@@ -1726,6 +1739,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Node.js` | `nodedotjs` |
| `Nodemon` | `nodemon` |
| `Nokia` | `nokia` |
+| `Nomad` | `nomad` |
| `Norco` | `norco` |
| `Nordic Semiconductor` | `nordicsemiconductor` |
| `NordVPN` | `nordvpn` |
@@ -1821,6 +1835,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Opsgenie` | `opsgenie` |
| `OpsLevel` | `opslevel` |
| `Oracle` | `oracle` |
+| `Orange` | `orange` |
| `ORCID` | `orcid` |
| `Org` | `org` |
| `Origin` | `origin` |
@@ -1858,6 +1873,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Pandora` | `pandora` |
| `Pantheon` | `pantheon` |
| `Paperspace` | `paperspace` |
+| `Paramount+` | `paramountplus` |
| `Parity Substrate` | `paritysubstrate` |
| `Parse.ly` | `parsedotly` |
| `Passport` | `passport` |
@@ -2107,6 +2123,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `React Query` | `reactquery` |
| `React Router` | `reactrouter` |
| `React Table` | `reacttable` |
+| `Reactive Resume` | `reactiveresume` |
| `ReactiveX` | `reactivex` |
| `ReactOS` | `reactos` |
| `Read the Docs` | `readthedocs` |
@@ -2354,6 +2371,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Socket.io` | `socketdotio` |
| `Softpedia` | `softpedia` |
| `Sogou` | `sogou` |
+| `Solana` | `solana` |
| `Solid` | `solid` |
| `Solidity` | `solidity` |
| `Sololearn` | `sololearn` |
@@ -2391,6 +2409,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Sphere Online Judge` | `spoj` |
| `Sphinx` | `sphinx` |
| `SpigotMC` | `spigotmc` |
+| `Spine` | `spine` |
| `Spinnaker` | `spinnaker` |
| `Spinrilla` | `spinrilla` |
| `Splunk` | `splunk` |
@@ -2574,6 +2593,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Thurgauer Kantonalbank` | `thurgauerkantonalbank` |
| `Thymeleaf` | `thymeleaf` |
| `Ticketmaster` | `ticketmaster` |
+| `TickTick` | `ticktick` |
| `Tidal` | `tidal` |
| `TiddlyWiki` | `tiddlywiki` |
| `Tide` | `tide` |
From 7a86a8a79497ca470984553e0b033fc5d0716fc5 Mon Sep 17 00:00:00 2001
From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com>
Date: Mon, 15 Jan 2024 16:25:42 +0000
Subject: [PATCH 670/938] Add Top.gg (#10240)
---
_data/simple-icons.json | 5 +++++
icons/topdotgg.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/topdotgg.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index e2bb97d7a..da8781fd0 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -14783,6 +14783,11 @@
"source": "https://ton.org/en/brand-assets",
"guidelines": "https://ton.org/en/brand-assets"
},
+ {
+ "title": "Top.gg",
+ "hex": "FF3366",
+ "source": "https://top.gg"
+ },
{
"title": "Topcoder",
"hex": "29A7DF",
diff --git a/icons/topdotgg.svg b/icons/topdotgg.svg
new file mode 100644
index 000000000..eff4fa5dc
--- /dev/null
+++ b/icons/topdotgg.svg
@@ -0,0 +1 @@
+Top.gg
\ No newline at end of file
From f154c5f7c537c5478ca960253188674196ea6f8c Mon Sep 17 00:00:00 2001
From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com>
Date: Mon, 15 Jan 2024 16:43:50 +0000
Subject: [PATCH 671/938] Add Air Transat (#10121)
---
_data/simple-icons.json | 5 +++++
icons/airtransat.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/airtransat.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index da8781fd0..0d957da9f 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -408,6 +408,11 @@
"hex": "D9000D",
"source": "https://www.airindia.com"
},
+ {
+ "title": "Air Transat",
+ "hex": "172B54",
+ "source": "https://www.airtransat.com"
+ },
{
"title": "AirAsia",
"hex": "FF0000",
diff --git a/icons/airtransat.svg b/icons/airtransat.svg
new file mode 100644
index 000000000..ffb0ba3e8
--- /dev/null
+++ b/icons/airtransat.svg
@@ -0,0 +1 @@
+Air Transat
\ No newline at end of file
From 9a4c09e293b59bd6e2105a197d3cead3fbec8ed1 Mon Sep 17 00:00:00 2001
From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com>
Date: Tue, 16 Jan 2024 17:50:31 +0000
Subject: [PATCH 672/938] Add Gitconnected (#10258)
* Add Gitconnected
* Fix path
---
_data/simple-icons.json | 5 +++++
icons/gitconnected.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/gitconnected.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 0d957da9f..6c5b88f0c 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -5474,6 +5474,11 @@
"hex": "3884FF",
"source": "https://github.com/GitbookIO/styleguide/blob/c958388dab901defa3e22978ca01272295627e05/icons/Logo.svg"
},
+ {
+ "title": "Gitconnected",
+ "hex": "2E69AE",
+ "source": "https://gitconnected.com/richard-hendricks-demo/resume"
+ },
{
"title": "Gitea",
"hex": "609926",
diff --git a/icons/gitconnected.svg b/icons/gitconnected.svg
new file mode 100644
index 000000000..7e2243565
--- /dev/null
+++ b/icons/gitconnected.svg
@@ -0,0 +1 @@
+Gitconnected
\ No newline at end of file
From ef98eedbb01a85454f2960409bc529079d701046 Mon Sep 17 00:00:00 2001
From: Alexandre Paradis
Date: Tue, 16 Jan 2024 12:54:08 -0500
Subject: [PATCH 673/938] Add icon for Metasploit (#10274)
---
_data/simple-icons.json | 5 +++++
icons/metasploit.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/metasploit.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 6c5b88f0c..3235bff48 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -8855,6 +8855,11 @@
"hex": "065A8F",
"source": "https://www.metafilter.com"
},
+ {
+ "title": "Metasploit",
+ "hex": "2596CD",
+ "source": "https://github.com/rapid7/metasploit-framework/blob/f8bd7dfd834354c9a2e2c03e1d9f5d53f8881954/docs/assets/images/favicon.png"
+ },
{
"title": "Meteor",
"hex": "DE4F4F",
diff --git a/icons/metasploit.svg b/icons/metasploit.svg
new file mode 100644
index 000000000..7af7c07de
--- /dev/null
+++ b/icons/metasploit.svg
@@ -0,0 +1 @@
+Metasploit
\ No newline at end of file
From 443d4ae624d9a05824df1dc21506bf38461defb8 Mon Sep 17 00:00:00 2001
From: Alexandre Paradis
Date: Wed, 17 Jan 2024 06:51:12 -0500
Subject: [PATCH 674/938] Add Deepgram (#10281)
---
_data/simple-icons.json | 6 ++++++
icons/deepgram.svg | 1 +
2 files changed, 7 insertions(+)
create mode 100644 icons/deepgram.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 3235bff48..cf6b190af 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -3716,6 +3716,12 @@
"hex": "068584",
"source": "https://www.deepcool.com"
},
+ {
+ "title": "Deepgram",
+ "hex": "13EF93",
+ "source": "https://deepgram.com/company/newsroom",
+ "guidelines": "https://deepgram.com/company/newsroom"
+ },
{
"title": "deepin",
"hex": "007CFF",
diff --git a/icons/deepgram.svg b/icons/deepgram.svg
new file mode 100644
index 000000000..31579cb31
--- /dev/null
+++ b/icons/deepgram.svg
@@ -0,0 +1 @@
+Deepgram
\ No newline at end of file
From e20b19ae368ae46b44b2cd823f98a2251e16966e Mon Sep 17 00:00:00 2001
From: prem munagapati <54018894+Mvlprem@users.noreply.github.com>
Date: Wed, 17 Jan 2024 17:27:36 +0530
Subject: [PATCH 675/938] Add BentoBox (#10284)
---
_data/simple-icons.json | 5 +++++
icons/bentobox.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/bentobox.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index cf6b190af..af6340305 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -1846,6 +1846,11 @@
"hex": "768CFF",
"source": "https://bento.me"
},
+ {
+ "title": "BentoBox",
+ "hex": "F15541",
+ "source": "https://www.getbento.com"
+ },
{
"title": "BentoML",
"hex": "000000",
diff --git a/icons/bentobox.svg b/icons/bentobox.svg
new file mode 100644
index 000000000..1c275f24c
--- /dev/null
+++ b/icons/bentobox.svg
@@ -0,0 +1 @@
+BentoBox
\ No newline at end of file
From 3cacc7464b5c642a00f6032b4690dd2ba4e569aa Mon Sep 17 00:00:00 2001
From: prem munagapati <54018894+Mvlprem@users.noreply.github.com>
Date: Wed, 17 Jan 2024 18:08:16 +0530
Subject: [PATCH 676/938] Add Gameloft (#10291)
---
_data/simple-icons.json | 5 +++++
icons/gameloft.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/gameloft.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index af6340305..59fb41010 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -5350,6 +5350,11 @@
"type": "CC-BY-NC-ND-4.0"
}
},
+ {
+ "title": "Gameloft",
+ "hex": "000000",
+ "source": "https://www.gameloft.com"
+ },
{
"title": "Gamemaker",
"hex": "000000",
diff --git a/icons/gameloft.svg b/icons/gameloft.svg
new file mode 100644
index 000000000..43df24506
--- /dev/null
+++ b/icons/gameloft.svg
@@ -0,0 +1 @@
+Gameloft
\ No newline at end of file
From e74bcdbebdc5db97ea7a55c9d692406d8f8c8575 Mon Sep 17 00:00:00 2001
From: CodeWithShipraJain
Date: Wed, 17 Jan 2024 18:32:02 +0530
Subject: [PATCH 677/938] Adding SAUDIA logo (#9178)
* Adding SAUDIA logo
* Update icon data
* Update icon path
* Fix icon path
* Increase precision
---------
Co-authored-by: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com>
---
_data/simple-icons.json | 5 +++++
icons/saudia.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/saudia.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 59fb41010..6ab8f85eb 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -12793,6 +12793,11 @@
"hex": "3DDC91",
"source": "https://saucelabs.com"
},
+ {
+ "title": "Saudia",
+ "hex": "026938",
+ "source": "https://www.saudiatechnic.com/media-center/press-kit"
+ },
{
"title": "Scala",
"hex": "DC322F",
diff --git a/icons/saudia.svg b/icons/saudia.svg
new file mode 100644
index 000000000..70d34969a
--- /dev/null
+++ b/icons/saudia.svg
@@ -0,0 +1 @@
+Saudia
\ No newline at end of file
From 6074564ab4f10a6a45b332e38fcddf1674403c69 Mon Sep 17 00:00:00 2001
From: Alexandre Paradis
Date: Wed, 17 Jan 2024 08:03:21 -0500
Subject: [PATCH 678/938] Add TeePublic (#10279)
---
_data/simple-icons.json | 6 ++++++
icons/teepublic.svg | 1 +
2 files changed, 7 insertions(+)
create mode 100644 icons/teepublic.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 6ab8f85eb..d330153fd 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -14429,6 +14429,12 @@
"source": "https://www.ted.com/participate/organize-a-local-tedx-event/tedx-organizer-guide/branding-promotions/logo-and-design/your-tedx-logo",
"guidelines": "https://www.ted.com/participate/organize-a-local-tedx-event/tedx-organizer-guide/branding-promotions/logo-and-design/your-tedx-logo"
},
+ {
+ "title": "TeePublic",
+ "hex": "4E64DF",
+ "source": "https://teepublic.design/brand-kit",
+ "guidelines": "https://teepublic.design"
+ },
{
"title": "Teespring",
"hex": "ED2761",
diff --git a/icons/teepublic.svg b/icons/teepublic.svg
new file mode 100644
index 000000000..424cc29b6
--- /dev/null
+++ b/icons/teepublic.svg
@@ -0,0 +1 @@
+TeePublic
\ No newline at end of file
From 4907b21453b700d29e3f4293f040c1a2062fd618 Mon Sep 17 00:00:00 2001
From: HAHWUL
Date: Wed, 17 Jan 2024 22:09:59 +0900
Subject: [PATCH 679/938] Added ZAP Icon (#10230)
* Added ZAP Icon
Update ZAP source link
Signed-off-by: HAHWUL
Fixed bug in icon
Added ZAP Icon
Signed-off-by: HAHWUL
* Update _data/simple-icons.json
Co-authored-by: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com>
* Update _data/simple-icons.json
Co-authored-by: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com>
* Improve ZAP Icon
Signed-off-by: HAHWUL
* Update ZAP Icon
Signed-off-by: HAHWUL
* Update ZAP Icon
Signed-off-by: HAHWUL
* Update ZAP Icon
Signed-off-by: HAHWUL
---------
Signed-off-by: HAHWUL
Co-authored-by: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com>
---
_data/simple-icons.json | 10 ++++++++++
icons/zap.svg | 1 +
2 files changed, 11 insertions(+)
create mode 100644 icons/zap.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index d330153fd..eef14869e 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -16531,6 +16531,16 @@
"hex": "0068FF",
"source": "https://zalo.me"
},
+ {
+ "title": "ZAP",
+ "hex": "00549E",
+ "source": "https://www.zaproxy.org",
+ "aliases": {
+ "aka": [
+ "Zed Attack Proxy"
+ ]
+ }
+ },
{
"title": "Zapier",
"hex": "FF4F00",
diff --git a/icons/zap.svg b/icons/zap.svg
new file mode 100644
index 000000000..1af659ce8
--- /dev/null
+++ b/icons/zap.svg
@@ -0,0 +1 @@
+ZAP
\ No newline at end of file
From 22af11810b87398fec91eacaa19e283902eb20dc Mon Sep 17 00:00:00 2001
From: prem munagapati <54018894+Mvlprem@users.noreply.github.com>
Date: Wed, 17 Jan 2024 20:16:22 +0530
Subject: [PATCH 680/938] Add Rockstar Games (#10294)
---
_data/simple-icons.json | 5 +++++
icons/rockstargames.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/rockstargames.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index eef14869e..83bf17844 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -12448,6 +12448,11 @@
"type": "CC-BY-4.0"
}
},
+ {
+ "title": "Rockstar Games",
+ "hex": "FCAF17",
+ "source": "https://www.rockstargames.com"
+ },
{
"title": "Rocky Linux",
"hex": "10B981",
diff --git a/icons/rockstargames.svg b/icons/rockstargames.svg
new file mode 100644
index 000000000..78ad0d121
--- /dev/null
+++ b/icons/rockstargames.svg
@@ -0,0 +1 @@
+Rockstar Games
\ No newline at end of file
From 0e80c2e10c12a756edcaf389a667cdb0b2a2c74d Mon Sep 17 00:00:00 2001
From: Alexandre Paradis
Date: Wed, 17 Jan 2024 11:36:12 -0500
Subject: [PATCH 681/938] Add MUO (#10296)
---
_data/simple-icons.json | 10 ++++++++++
icons/muo.svg | 1 +
2 files changed, 11 insertions(+)
create mode 100644 icons/muo.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 83bf17844..cf8e43fe2 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -9446,6 +9446,16 @@
"source": "https://github.com/mumble-voip/mumble/blob/d40a19eb88cda61084da245a1b6cb8f32ef1b6e4/icons/mumble_small.svg",
"guidelines": "https://github.com/mumble-voip/mumble/blob/d40a19eb88cda61084da245a1b6cb8f32ef1b6e4/LICENSE"
},
+ {
+ "title": "MUO",
+ "hex": "C60D0D",
+ "source": "https://www.makeuseof.com",
+ "aliases": {
+ "aka": [
+ "MakeUseOf"
+ ]
+ }
+ },
{
"title": "Mural",
"hex": "FF4B4B",
diff --git a/icons/muo.svg b/icons/muo.svg
new file mode 100644
index 000000000..6d3cf11b0
--- /dev/null
+++ b/icons/muo.svg
@@ -0,0 +1 @@
+MUO
\ No newline at end of file
From 69f36683675e71d0e8a77c80f55f3199663fc672 Mon Sep 17 00:00:00 2001
From: Alexandre Paradis
Date: Wed, 17 Jan 2024 13:07:42 -0500
Subject: [PATCH 682/938] Add Vectary (#10297)
---
_data/simple-icons.json | 5 +++++
icons/vectary.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/vectary.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index cf8e43fe2..0e6f75a13 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -15463,6 +15463,11 @@
"hex": "184D66",
"source": "https://commons.wikimedia.org/wiki/File:VBulletin.svg"
},
+ {
+ "title": "Vectary",
+ "hex": "6100FF",
+ "source": "https://www.vectary.com"
+ },
{
"title": "Vector Logo Zone",
"hex": "184D66",
diff --git a/icons/vectary.svg b/icons/vectary.svg
new file mode 100644
index 000000000..12b041d9a
--- /dev/null
+++ b/icons/vectary.svg
@@ -0,0 +1 @@
+Vectary
\ No newline at end of file
From fce2225d222e4db9969b1059c170e60c24e854d5 Mon Sep 17 00:00:00 2001
From: Alexandre Paradis
Date: Thu, 18 Jan 2024 05:34:17 -0500
Subject: [PATCH 683/938] Add Pushbullet (#10305)
---
_data/simple-icons.json | 5 +++++
icons/pushbullet.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/pushbullet.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 0e6f75a13..07816a399 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -11649,6 +11649,11 @@
"hex": "2D2D2D",
"source": "https://puri.sm/pr/images/"
},
+ {
+ "title": "Pushbullet",
+ "hex": "4AB367",
+ "source": "https://www.pushbullet.com/press"
+ },
{
"title": "Pusher",
"hex": "300D4F",
diff --git a/icons/pushbullet.svg b/icons/pushbullet.svg
new file mode 100644
index 000000000..c0279a291
--- /dev/null
+++ b/icons/pushbullet.svg
@@ -0,0 +1 @@
+Pushbullet
\ No newline at end of file
From ccae9c6581bca5f163965dc1e3918fad47e6c8a7 Mon Sep 17 00:00:00 2001
From: Alexandre Paradis
Date: Thu, 18 Jan 2024 05:40:11 -0500
Subject: [PATCH 684/938] Add Uphold (#10304)
---
_data/simple-icons.json | 6 ++++++
icons/uphold.svg | 1 +
2 files changed, 7 insertions(+)
create mode 100644 icons/uphold.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 07816a399..df6d67347 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -15349,6 +15349,12 @@
"source": "https://upcloud.com/brand-assets/",
"guidelines": "https://upcloud.com/brand-assets/"
},
+ {
+ "title": "Uphold",
+ "hex": "49CC68",
+ "source": "https://uphold.com/en-us/brand-assets",
+ "guidelines": "https://uphold.com/en-us/brand-assets"
+ },
{
"title": "UpLabs",
"hex": "3930D8",
diff --git a/icons/uphold.svg b/icons/uphold.svg
new file mode 100644
index 000000000..5fa858faf
--- /dev/null
+++ b/icons/uphold.svg
@@ -0,0 +1 @@
+Uphold
\ No newline at end of file
From 43bd9740ffa347560d6477596a8b32361806315d Mon Sep 17 00:00:00 2001
From: prem munagapati <54018894+Mvlprem@users.noreply.github.com>
Date: Thu, 18 Jan 2024 16:38:43 +0530
Subject: [PATCH 685/938] Add Take-Two Interactive Software (#10302)
---
_data/simple-icons.json | 5 +++++
icons/taketwointeractivesoftware.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/taketwointeractivesoftware.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index df6d67347..c61c53c06 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -14351,6 +14351,11 @@
"source": "https://tailwindcss.com/brand",
"guidelines": "https://tailwindcss.com/brand"
},
+ {
+ "title": "Take-Two Interactive Software",
+ "hex": "000000",
+ "source": "https://www.take2games.com/ir"
+ },
{
"title": "Talend",
"hex": "FF6D70",
diff --git a/icons/taketwointeractivesoftware.svg b/icons/taketwointeractivesoftware.svg
new file mode 100644
index 000000000..26a4da59f
--- /dev/null
+++ b/icons/taketwointeractivesoftware.svg
@@ -0,0 +1 @@
+Take-Two Interactive Software
\ No newline at end of file
From 93eef201be440480681d14c9e51d54cf3fe1447a Mon Sep 17 00:00:00 2001
From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com>
Date: Thu, 18 Jan 2024 13:10:50 +0000
Subject: [PATCH 686/938] Update Google Chat (#10257)
* Update Google Chat
* Update icon from new source
* Fix hex casing
---
_data/simple-icons.json | 4 ++--
icons/googlechat.svg | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index c61c53c06..e6f8aea78 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -5778,8 +5778,8 @@
},
{
"title": "Google Chat",
- "hex": "00AC47",
- "source": "https://chat.google.com"
+ "hex": "34A853",
+ "source": "https://support.google.com/chat/answer/9455386"
},
{
"title": "Google Chrome",
diff --git a/icons/googlechat.svg b/icons/googlechat.svg
index bd1c7b60a..a408aea83 100644
--- a/icons/googlechat.svg
+++ b/icons/googlechat.svg
@@ -1 +1 @@
-Google Chat
\ No newline at end of file
+Google Chat
\ No newline at end of file
From e2c67e6b0cd79679a613e671caa126e0323dd174 Mon Sep 17 00:00:00 2001
From: Jyoti Manglani
Date: Thu, 18 Jan 2024 19:57:53 +0530
Subject: [PATCH 687/938] Add Salla (#10308)
---
_data/simple-icons.json | 6 ++++++
icons/salla.svg | 1 +
2 files changed, 7 insertions(+)
create mode 100644 icons/salla.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index e6f8aea78..1cdbea915 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -12724,6 +12724,12 @@
"source": "https://brand.salesforce.com/content/logo-guidelines",
"guidelines": "https://brand.salesforce.com/content/logo-guidelines"
},
+ {
+ "title": "Salla",
+ "hex": "BAF3E6",
+ "source": "https://brand.salla.com",
+ "guidelines": "https://brand.salla.com"
+ },
{
"title": "Salt Project",
"hex": "57BCAD",
diff --git a/icons/salla.svg b/icons/salla.svg
new file mode 100644
index 000000000..97c1d296e
--- /dev/null
+++ b/icons/salla.svg
@@ -0,0 +1 @@
+Salla
\ No newline at end of file
From b7eeedc15086cc0b50283e0bd71abce16b65f8a7 Mon Sep 17 00:00:00 2001
From: prem munagapati <54018894+Mvlprem@users.noreply.github.com>
Date: Thu, 18 Jan 2024 20:05:18 +0530
Subject: [PATCH 688/938] Add Animal Planet (#10314)
---
_data/simple-icons.json | 5 +++++
icons/animalplanet.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/animalplanet.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 1cdbea915..bba83a22d 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -929,6 +929,11 @@
"hex": "02A9FF",
"source": "https://anilist.co"
},
+ {
+ "title": "Animal Planet",
+ "hex": "0073FF",
+ "source": "https://www.animalplanet.com"
+ },
{
"title": "Ansible",
"hex": "EE0000",
diff --git a/icons/animalplanet.svg b/icons/animalplanet.svg
new file mode 100644
index 000000000..8d1df0e1a
--- /dev/null
+++ b/icons/animalplanet.svg
@@ -0,0 +1 @@
+Animal Planet
\ No newline at end of file
From 3fca3e50385e8a8c03b60d41d0c590e6d898bec0 Mon Sep 17 00:00:00 2001
From: Durgesh Gowda C
Date: Thu, 18 Jan 2024 20:11:55 +0530
Subject: [PATCH 689/938] Add Magic (#10307)
---
_data/simple-icons.json | 6 ++++++
icons/magic.svg | 1 +
2 files changed, 7 insertions(+)
create mode 100644 icons/magic.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index bba83a22d..d8195bfaf 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -8488,6 +8488,12 @@
"hex": "EE672F",
"source": "https://magento.com"
},
+ {
+ "title": "Magic",
+ "hex": "6851FF",
+ "source": "https://magic.link/brand-assets",
+ "guidelines": "https://magic.link/brand-assets"
+ },
{
"title": "Magisk",
"hex": "00AF9C",
diff --git a/icons/magic.svg b/icons/magic.svg
new file mode 100644
index 000000000..cb2d7f1a1
--- /dev/null
+++ b/icons/magic.svg
@@ -0,0 +1 @@
+Magic
\ No newline at end of file
From 2c83b0054b124ba0b0b9da4d778a6ff4b6f23be5 Mon Sep 17 00:00:00 2001
From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com>
Date: Thu, 18 Jan 2024 20:42:02 +0000
Subject: [PATCH 690/938] Add Roon (#10044)
* Add Roon
* Update icon from new source
* Reduce precision
* Increase precision
---
_data/simple-icons.json | 5 +++++
icons/roon.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/roon.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index d8195bfaf..b4f4e7219 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -12512,6 +12512,11 @@
"type": "CC-BY-NC-SA-4.0"
}
},
+ {
+ "title": "Roon",
+ "hex": "2039F3",
+ "source": "https://help.roonlabs.com/portal/en/home"
+ },
{
"title": "Root Me",
"hex": "000000",
diff --git a/icons/roon.svg b/icons/roon.svg
new file mode 100644
index 000000000..8ec3f5800
--- /dev/null
+++ b/icons/roon.svg
@@ -0,0 +1 @@
+Roon
\ No newline at end of file
From 90ad10d8d005b3705919b68f7b557f815e7895c8 Mon Sep 17 00:00:00 2001
From: Alexandre Paradis
Date: Fri, 19 Jan 2024 08:47:12 -0500
Subject: [PATCH 691/938] Add Tilda Publishing (#10325)
---
_data/simple-icons.json | 5 +++++
icons/tildapublishing.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/tildapublishing.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index b4f4e7219..daa4bab86 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -14779,6 +14779,11 @@
"hex": "000000",
"source": "https://tiktok.com"
},
+ {
+ "title": "Tilda Publishing",
+ "hex": "FFA282",
+ "source": "https://tilda.cc/mediakit"
+ },
{
"title": "Tile",
"hex": "000000",
diff --git a/icons/tildapublishing.svg b/icons/tildapublishing.svg
new file mode 100644
index 000000000..18a9e688b
--- /dev/null
+++ b/icons/tildapublishing.svg
@@ -0,0 +1 @@
+Tilda Publishing
\ No newline at end of file
From ef47043f801d3025696f939252d4e236dd75a068 Mon Sep 17 00:00:00 2001
From: Alexandre Paradis
Date: Fri, 19 Jan 2024 08:53:21 -0500
Subject: [PATCH 692/938] Add KuCoin (#10326)
---
_data/simple-icons.json | 5 +++++
icons/kucoin.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/kucoin.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index daa4bab86..af6e16c6a 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -7855,6 +7855,11 @@
"hex": "0079C1",
"source": "https://kubuntu.org"
},
+ {
+ "title": "KuCoin",
+ "hex": "01BC8D",
+ "source": "https://www.kucoin.com/news/en-kucoin-media-kit"
+ },
{
"title": "Kuma",
"hex": "290B53",
diff --git a/icons/kucoin.svg b/icons/kucoin.svg
new file mode 100644
index 000000000..68462f47c
--- /dev/null
+++ b/icons/kucoin.svg
@@ -0,0 +1 @@
+KuCoin
\ No newline at end of file
From 5d52ed3d2aadb3b3fc2dffb38941ee63e5723014 Mon Sep 17 00:00:00 2001
From: prem munagapati <54018894+Mvlprem@users.noreply.github.com>
Date: Fri, 19 Jan 2024 21:08:18 +0530
Subject: [PATCH 693/938] Add 2K (#10322)
---
_data/simple-icons.json | 5 +++++
icons/2k.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/2k.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index af6e16c6a..371a50db0 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -31,6 +31,11 @@
"source": "https://1password.com/press",
"guidelines": "https://1password.com/press"
},
+ {
+ "title": "2K",
+ "hex": "DD0700",
+ "source": "https://support.2k.com/hc/en-us/articles/203972113-Digital-Copies-of-2K-Manuals"
+ },
{
"title": "3M",
"hex": "FF0000",
diff --git a/icons/2k.svg b/icons/2k.svg
new file mode 100644
index 000000000..1fcd482fc
--- /dev/null
+++ b/icons/2k.svg
@@ -0,0 +1 @@
+2K
\ No newline at end of file
From 7b61e978f45d8f590ff34abca6c15841e522dcb2 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
Date: Sun, 21 Jan 2024 00:26:10 +0000
Subject: [PATCH 694/938] version bump
---
package.json | 2 +-
slugs.md | 23 +++++++++++++++++++++++
2 files changed, 24 insertions(+), 1 deletion(-)
diff --git a/package.json b/package.json
index 6a0727896..b8201df64 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "simple-icons",
- "version": "11.1.0",
+ "version": "11.2.0",
"description": "SVG icons for popular brands https://simpleicons.org",
"homepage": "https://simpleicons.org",
"keywords": [
diff --git a/slugs.md b/slugs.md
index 991f6ad0e..c627720bb 100644
--- a/slugs.md
+++ b/slugs.md
@@ -12,6 +12,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `/e/` | `e` |
| `1001Tracklists` | `1001tracklists` |
| `1Password` | `1password` |
+| `2K` | `2k` |
| `3M` | `3m` |
| `42` | `42` |
| `4chan` | `4chan` |
@@ -80,6 +81,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Air China` | `airchina` |
| `Air France` | `airfrance` |
| `Air India` | `airindia` |
+| `Air Transat` | `airtransat` |
| `AirAsia` | `airasia` |
| `Airbnb` | `airbnb` |
| `Airbrake.io` | `airbrakedotio` |
@@ -159,6 +161,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Android Studio` | `androidstudio` |
| `Angular` | `angular` |
| `AniList` | `anilist` |
+| `Animal Planet` | `animalplanet` |
| `Ansible` | `ansible` |
| `Answer` | `answer` |
| `Ansys` | `ansys` |
@@ -314,6 +317,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `BEM` | `bem` |
| `Bentley` | `bentley` |
| `Bento` | `bento` |
+| `BentoBox` | `bentobox` |
| `BentoML` | `bentoml` |
| `BeReal` | `bereal` |
| `Betfair` | `betfair` |
@@ -659,6 +663,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Debian` | `debian` |
| `Decap CMS` | `decapcms` |
| `DeepCool` | `deepcool` |
+| `Deepgram` | `deepgram` |
| `deepin` | `deepin` |
| `DeepL` | `deepl` |
| `Deepnote` | `deepnote` |
@@ -954,6 +959,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Game Developer` | `gamedeveloper` |
| `Game Jolt` | `gamejolt` |
| `GameBanana` | `gamebanana` |
+| `Gameloft` | `gameloft` |
| `Gamemaker` | `gamemaker` |
| `Garmin` | `garmin` |
| `Gatling` | `gatling` |
@@ -977,6 +983,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Git Extensions` | `gitextensions` |
| `Git LFS` | `gitlfs` |
| `GitBook` | `gitbook` |
+| `Gitconnected` | `gitconnected` |
| `Gitea` | `gitea` |
| `Gitee` | `gitee` |
| `GitHub` | `github` |
@@ -1393,6 +1400,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Kuaishou` | `kuaishou` |
| `Kubernetes` | `kubernetes` |
| `Kubuntu` | `kubuntu` |
+| `KuCoin` | `kucoin` |
| `Kuma` | `kuma` |
| `Kuula` | `kuula` |
| `KX` | `kx` |
@@ -1504,6 +1512,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Macy's` | `macys` |
| `Magasins U` | `magasinsu` |
| `Magento` | `magento` |
+| `Magic` | `magic` |
| `Magisk` | `magisk` |
| `Mahindra` | `mahindra` |
| `mail.com` | `maildotcom` |
@@ -1575,6 +1584,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Metabase` | `metabase` |
| `Metacritic` | `metacritic` |
| `MetaFilter` | `metafilter` |
+| `Metasploit` | `metasploit` |
| `Meteor` | `meteor` |
| `Metro` | `metro` |
| `Metro de la Ciudad de México` | `metrodelaciudaddemexico` |
@@ -1668,6 +1678,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Müller` | `muller` |
| `Multisim` | `multisim` |
| `Mumble` | `mumble` |
+| `MUO` | `muo` |
| `Mural` | `mural` |
| `MuseScore` | `musescore` |
| `MusicBrainz` | `musicbrainz` |
@@ -2051,6 +2062,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `PureScript` | `purescript` |
| `PurgeCSS` | `purgecss` |
| `Purism` | `purism` |
+| `Pushbullet` | `pushbullet` |
| `Pusher` | `pusher` |
| `PWA` | `pwa` |
| `PyCharm` | `pycharm` |
@@ -2193,11 +2205,13 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Robot Framework` | `robotframework` |
| `Rocket.Chat` | `rocketdotchat` |
| `RocksDB` | `rocksdb` |
+| `Rockstar Games` | `rockstargames` |
| `Rocky Linux` | `rockylinux` |
| `Roku` | `roku` |
| `Rolls-Royce` | `rollsroyce` |
| `rollup.js` | `rollupdotjs` |
| `Rome` | `rome` |
+| `Roon` | `roon` |
| `Root Me` | `rootme` |
| `Roots` | `roots` |
| `Roots Bedrock` | `rootsbedrock` |
@@ -2237,6 +2251,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Sailfish OS` | `sailfishos` |
| `Sails.js` | `sailsdotjs` |
| `Salesforce` | `salesforce` |
+| `Salla` | `salla` |
| `Salt Project` | `saltproject` |
| `Sam's Club` | `samsclub` |
| `Samsung` | `samsung` |
@@ -2252,6 +2267,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Satellite` | `satellite` |
| `Saturn` | `saturn` |
| `Sauce Labs` | `saucelabs` |
+| `Saudia` | `saudia` |
| `Scala` | `scala` |
| `Scaleway` | `scaleway` |
| `Scania` | `scania` |
@@ -2528,6 +2544,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Taichi Lang` | `taichilang` |
| `Tails` | `tails` |
| `Tailwind CSS` | `tailwindcss` |
+| `Take-Two Interactive Software` | `taketwointeractivesoftware` |
| `Talend` | `talend` |
| `Talenthouse` | `talenthouse` |
| `Tamiya` | `tamiya` |
@@ -2545,6 +2562,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `TeamSpeak` | `teamspeak` |
| `TeamViewer` | `teamviewer` |
| `TED` | `ted` |
+| `TeePublic` | `teepublic` |
| `Teespring` | `teespring` |
| `Tekton` | `tekton` |
| `TELE 5` | `tele5` |
@@ -2600,6 +2618,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Tidyverse` | `tidyverse` |
| `TietoEVRY` | `tietoevry` |
| `TikTok` | `tiktok` |
+| `Tilda Publishing` | `tildapublishing` |
| `Tile` | `tile` |
| `Timescale` | `timescale` |
| `Tina` | `tina` |
@@ -2617,6 +2636,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `TOML` | `toml` |
| `Tomorrowland` | `tomorrowland` |
| `TON` | `ton` |
+| `Top.gg` | `topdotgg` |
| `Topcoder` | `topcoder` |
| `Toptal` | `toptal` |
| `Tor Browser` | `torbrowser` |
@@ -2708,6 +2728,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Unsplash` | `unsplash` |
| `Untappd` | `untappd` |
| `UpCloud` | `upcloud` |
+| `Uphold` | `uphold` |
| `UpLabs` | `uplabs` |
| `Upptime` | `upptime` |
| `UPS` | `ups` |
@@ -2730,6 +2751,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Vaultwarden` | `vaultwarden` |
| `Vauxhall` | `vauxhall` |
| `vBulletin` | `vbulletin` |
+| `Vectary` | `vectary` |
| `Vector Logo Zone` | `vectorlogozone` |
| `Vectorworks` | `vectorworks` |
| `Veeam` | `veeam` |
@@ -2923,6 +2945,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Żabka` | `zabka` |
| `Zalando` | `zalando` |
| `Zalo` | `zalo` |
+| `ZAP` | `zap` |
| `Zapier` | `zapier` |
| `Zara` | `zara` |
| `Zazzle` | `zazzle` |
From 6ab7aeb57c0af65100d00e356484ced942122e21 Mon Sep 17 00:00:00 2001
From: Liyas Thomas
Date: Mon, 22 Jan 2024 15:42:39 +0530
Subject: [PATCH 695/938] Update Hoppscotch (#10229)
---
_data/simple-icons.json | 4 ++--
icons/hoppscotch.svg | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 371a50db0..c0b0abecc 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -6611,8 +6611,8 @@
},
{
"title": "Hoppscotch",
- "hex": "10B981",
- "source": "https://github.com/hoppscotch/hoppscotch/blob/65884293be0f1124c3db0c3fe985fe78b307d787/packages/hoppscotch-common/public/logo.svg"
+ "hex": "09090B",
+ "source": "https://hoppscotch.com"
},
{
"title": "Hostinger",
diff --git a/icons/hoppscotch.svg b/icons/hoppscotch.svg
index 4724e4925..29dedd54b 100644
--- a/icons/hoppscotch.svg
+++ b/icons/hoppscotch.svg
@@ -1 +1 @@
-Hoppscotch
\ No newline at end of file
+Hoppscotch
\ No newline at end of file
From 45e8dec8e62ad8008b1492e4cd90c1c79dc3a1cc Mon Sep 17 00:00:00 2001
From: prem munagapati <54018894+Mvlprem@users.noreply.github.com>
Date: Mon, 22 Jan 2024 16:08:46 +0530
Subject: [PATCH 696/938] Add Private Division (#10332)
---
_data/simple-icons.json | 5 +++++
icons/privatedivision.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/privatedivision.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index c0b0abecc..da7715317 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -11496,6 +11496,11 @@
"hex": "5163BA",
"source": "https://prismic.io"
},
+ {
+ "title": "Private Division",
+ "hex": "000000",
+ "source": "https://account.privatedivision.com"
+ },
{
"title": "Private Internet Access",
"hex": "4BB749",
diff --git a/icons/privatedivision.svg b/icons/privatedivision.svg
new file mode 100644
index 000000000..4eea76bf1
--- /dev/null
+++ b/icons/privatedivision.svg
@@ -0,0 +1 @@
+Private Division
\ No newline at end of file
From a39a30d574198bcbf7c8ab69349420df0c6d88f1 Mon Sep 17 00:00:00 2001
From: prem munagapati <54018894+Mvlprem@users.noreply.github.com>
Date: Mon, 22 Jan 2024 16:28:00 +0530
Subject: [PATCH 697/938] Add TOTVS (#10335)
---
_data/simple-icons.json | 6 ++++++
icons/totvs.svg | 1 +
2 files changed, 7 insertions(+)
create mode 100644 icons/totvs.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index da7715317..23828773b 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -14923,6 +14923,12 @@
"hex": "FF0000",
"source": "https://commons.wikimedia.org/wiki/File:Toshiba_logo.svg"
},
+ {
+ "title": "TOTVS",
+ "hex": "363636",
+ "source": "https://marca.totvs.com/downloads",
+ "guidelines": "https://marca.totvs.com/identidade-visual"
+ },
{
"title": "TourBox",
"hex": "231F20",
diff --git a/icons/totvs.svg b/icons/totvs.svg
new file mode 100644
index 000000000..ad16497ce
--- /dev/null
+++ b/icons/totvs.svg
@@ -0,0 +1 @@
+TOTVS
\ No newline at end of file
From afba69860745eaf04e09574c9aa325b8f8658866 Mon Sep 17 00:00:00 2001
From: prem munagapati <54018894+Mvlprem@users.noreply.github.com>
Date: Mon, 22 Jan 2024 17:23:02 +0530
Subject: [PATCH 698/938] Add Remedy Entertainment (#10331)
---
_data/simple-icons.json | 5 +++++
icons/remedyentertainment.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/remedyentertainment.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 23828773b..5302480e2 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -12248,6 +12248,11 @@
"hex": "000000",
"source": "https://github.com/remarkjs/remark/blob/26dc58a675ac7267c105f0fdb76a82db77f8402a/logo.svg"
},
+ {
+ "title": "Remedy Entertainment",
+ "hex": "D6001C",
+ "source": "https://www.remedygames.com"
+ },
{
"title": "Remix",
"hex": "000000",
diff --git a/icons/remedyentertainment.svg b/icons/remedyentertainment.svg
new file mode 100644
index 000000000..b5c025156
--- /dev/null
+++ b/icons/remedyentertainment.svg
@@ -0,0 +1 @@
+Remedy Entertainment
\ No newline at end of file
From 4fabb219c9413abd928819df4c7bf079a55ab0ad Mon Sep 17 00:00:00 2001
From: prem munagapati <54018894+Mvlprem@users.noreply.github.com>
Date: Mon, 22 Jan 2024 20:12:26 +0530
Subject: [PATCH 699/938] Add File.io (#10338)
---
_data/simple-icons.json | 5 +++++
icons/filedotio.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/filedotio.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 5302480e2..1de70a2ed 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -4898,6 +4898,11 @@
"hex": "002D62",
"source": "https://www.fila.com"
},
+ {
+ "title": "File.io",
+ "hex": "3D3C9D",
+ "source": "https://www.file.io"
+ },
{
"title": "Files",
"hex": "4285F4",
diff --git a/icons/filedotio.svg b/icons/filedotio.svg
new file mode 100644
index 000000000..f11daa8ab
--- /dev/null
+++ b/icons/filedotio.svg
@@ -0,0 +1 @@
+File.io
\ No newline at end of file
From b9eef1c000f40a61816668bf0c169684db6f1129 Mon Sep 17 00:00:00 2001
From: Alexandre Paradis
Date: Mon, 22 Jan 2024 09:49:28 -0500
Subject: [PATCH 700/938] Add Eight (#10340)
---
_data/simple-icons.json | 5 +++++
icons/eight.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/eight.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 1de70a2ed..fb70da60b 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -4316,6 +4316,11 @@
"hex": "00968F",
"source": "https://www.egnyte.com/presskit.html"
},
+ {
+ "title": "Eight",
+ "hex": "0054FF",
+ "source": "https://8card.net/en"
+ },
{
"title": "Eight Sleep",
"hex": "262729",
diff --git a/icons/eight.svg b/icons/eight.svg
new file mode 100644
index 000000000..d680dee47
--- /dev/null
+++ b/icons/eight.svg
@@ -0,0 +1 @@
+Eight
\ No newline at end of file
From 8cd1a4285939f0af52d457df74fd61295558f43f Mon Sep 17 00:00:00 2001
From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com>
Date: Mon, 22 Jan 2024 19:44:15 +0000
Subject: [PATCH 701/938] Add Rockwell Automation (#10341)
---
_data/simple-icons.json | 5 +++++
icons/rockwellautomation.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/rockwellautomation.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index fb70da60b..9d56df555 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -12509,6 +12509,11 @@
"hex": "FCAF17",
"source": "https://www.rockstargames.com"
},
+ {
+ "title": "Rockwell Automation",
+ "hex": "CD163F",
+ "source": "https://www.rockwellautomation.com/en-ie/company/news.html"
+ },
{
"title": "Rocky Linux",
"hex": "10B981",
diff --git a/icons/rockwellautomation.svg b/icons/rockwellautomation.svg
new file mode 100644
index 000000000..e93f262a2
--- /dev/null
+++ b/icons/rockwellautomation.svg
@@ -0,0 +1 @@
+Rockwell Automation
\ No newline at end of file
From 336a89e3ecd68b97e1f7c77df778d1cbc2a0b147 Mon Sep 17 00:00:00 2001
From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com>
Date: Mon, 22 Jan 2024 20:07:06 +0000
Subject: [PATCH 702/938] Update Private Internet Access (#10088)
* Update Private Internet Access
* Update icon path
---
_data/simple-icons.json | 4 ++--
icons/privateinternetaccess.svg | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 9d56df555..b4315fa56 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -11513,8 +11513,8 @@
},
{
"title": "Private Internet Access",
- "hex": "4BB749",
- "source": "https://www.privateinternetaccess.com/pages/press"
+ "hex": "1E811F",
+ "source": "https://www.privateinternetaccess.com"
},
{
"title": "Pro Tools",
diff --git a/icons/privateinternetaccess.svg b/icons/privateinternetaccess.svg
index ec39c2699..c37a11791 100644
--- a/icons/privateinternetaccess.svg
+++ b/icons/privateinternetaccess.svg
@@ -1 +1 @@
-Private Internet Access
\ No newline at end of file
+Private Internet Access
\ No newline at end of file
From 434551e874244b126d57dfe670d9e14225cec00a Mon Sep 17 00:00:00 2001
From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com>
Date: Mon, 22 Jan 2024 20:49:22 +0000
Subject: [PATCH 703/938] Update Kongregate (#10318)
* Update Kongregate
* Update SVG
---
_data/simple-icons.json | 4 ++--
icons/kongregate.svg | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index b4315fa56..a7c9f38d6 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -7820,8 +7820,8 @@
},
{
"title": "Kongregate",
- "hex": "990000",
- "source": "https://www.kongregate.com/pages/logos-and-branding"
+ "hex": "F04438",
+ "source": "https://www.kongregate.com"
},
{
"title": "Konva",
diff --git a/icons/kongregate.svg b/icons/kongregate.svg
index e4a50a9c9..67a220110 100644
--- a/icons/kongregate.svg
+++ b/icons/kongregate.svg
@@ -1 +1 @@
-Kongregate
\ No newline at end of file
+Kongregate
\ No newline at end of file
From 0459ee28225e04dd2dcc09e992bc2f9594d9cab4 Mon Sep 17 00:00:00 2001
From: Nathan <20409659+NDoolan360@users.noreply.github.com>
Date: Tue, 23 Jan 2024 09:05:34 +1100
Subject: [PATCH 704/938] Add htmx (#10301)
* Add htmx
* Use higher resolution logo as reference
---
_data/simple-icons.json | 5 +++++
icons/htmx.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/htmx.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index a7c9f38d6..b81294be5 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -6678,6 +6678,11 @@
"hex": "E34F26",
"source": "https://www.w3.org/html/logo/"
},
+ {
+ "title": "htmx",
+ "hex": "3366CC",
+ "source": "https://github.com/bigskysoftware/htmx/blob/f690d928342b6334fa539cfbd4be515748d2ba0f/www/static/img/htmx_logo.2.png"
+ },
{
"title": "htop",
"hex": "009020",
diff --git a/icons/htmx.svg b/icons/htmx.svg
new file mode 100644
index 000000000..c8ca50fdd
--- /dev/null
+++ b/icons/htmx.svg
@@ -0,0 +1 @@
+htmx
\ No newline at end of file
From 28232253dd483139fd0ecd367b2fdc93e6d11ccf Mon Sep 17 00:00:00 2001
From: TheRealGramdalf <79593869+TheRealGramdalf@users.noreply.github.com>
Date: Mon, 22 Jan 2024 14:14:03 -0800
Subject: [PATCH 705/938] Add Icon: Paperless-ngx (#10298)
* Add original icon
* Extract icon from logo
* Export from inkscape
* Optimize with svgo
* Annotate icon
* Fix image size
* Remove extraneous styling
* Add json metadata
* Fix svg size
* Remove aliases
Aliases are contained within the `title` already
Co-authored-by: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com>
* Fix stroke width error
---------
Co-authored-by: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com>
---
_data/simple-icons.json | 5 +++++
icons/paperlessngx.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/paperlessngx.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index b81294be5..3a0317d43 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -10687,6 +10687,11 @@
"source": "https://projects.invisionapp.com/boards/8UOJQWW2J3G5#/1145336",
"guidelines": "https://projects.invisionapp.com/boards/8UOJQWW2J3G5#/1145336"
},
+ {
+ "title": "Paperless-ngx",
+ "hex": "17541F",
+ "source": "https://github.com/paperless-ngx/paperless-ngx/blob/e16645b146da24f07004eb772a455450354a37a7/resources/logo/web/svg/square.svg"
+ },
{
"title": "Paperspace",
"hex": "000000",
diff --git a/icons/paperlessngx.svg b/icons/paperlessngx.svg
new file mode 100644
index 000000000..b819f18c6
--- /dev/null
+++ b/icons/paperlessngx.svg
@@ -0,0 +1 @@
+Paperless-ngx
\ No newline at end of file
From a9fa9e44f2573905a31647a9835cf019f64a463c Mon Sep 17 00:00:00 2001
From: prem munagapati <54018894+Mvlprem@users.noreply.github.com>
Date: Tue, 23 Jan 2024 16:01:48 +0530
Subject: [PATCH 706/938] Add Rumahweb (#10334)
---
_data/simple-icons.json | 5 +++++
icons/rumahweb.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/rumahweb.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 3a0317d43..807734093 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -12691,6 +12691,11 @@
"hex": "FCC21B",
"source": "https://github.com/charliermarsh/ruff/blob/e04ef423344837c916e75a7b09ea674711a104e0/assets/badge/v1.json"
},
+ {
+ "title": "Rumahweb",
+ "hex": "2EB4E3",
+ "source": "https://www.rumahweb.com"
+ },
{
"title": "Rumble",
"hex": "85C742",
diff --git a/icons/rumahweb.svg b/icons/rumahweb.svg
new file mode 100644
index 000000000..6632317b7
--- /dev/null
+++ b/icons/rumahweb.svg
@@ -0,0 +1 @@
+Rumahweb
\ No newline at end of file
From 508fb05b2f1e03360ffce85e21904baacd4ec021 Mon Sep 17 00:00:00 2001
From: prem munagapati <54018894+Mvlprem@users.noreply.github.com>
Date: Tue, 23 Jan 2024 16:53:02 +0530
Subject: [PATCH 707/938] Add Bluesound (#10337)
---
_data/simple-icons.json | 5 +++++
icons/bluesound.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/bluesound.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 807734093..597c15be8 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -2068,6 +2068,11 @@
]
}
},
+ {
+ "title": "Bluesound",
+ "hex": "0F131E",
+ "source": "https://www.bluesound.com/products/node-x"
+ },
{
"title": "Bluetooth",
"hex": "0082FC",
diff --git a/icons/bluesound.svg b/icons/bluesound.svg
new file mode 100644
index 000000000..0424f8918
--- /dev/null
+++ b/icons/bluesound.svg
@@ -0,0 +1 @@
+Bluesound
\ No newline at end of file
From ff9c9044b5ce33a4afb6cac3583f40c4c9519707 Mon Sep 17 00:00:00 2001
From: prem munagapati <54018894+Mvlprem@users.noreply.github.com>
Date: Wed, 24 Jan 2024 15:27:41 +0530
Subject: [PATCH 708/938] Add Indie Hackers (#10349)
---
_data/simple-icons.json | 5 +++++
icons/indiehackers.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/indiehackers.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 597c15be8..ce7abcb87 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -6932,6 +6932,11 @@
"hex": "003A9B",
"source": "https://indeed.design/resources"
},
+ {
+ "title": "Indie Hackers",
+ "hex": "0E2439",
+ "source": "https://www.indiehackers.com"
+ },
{
"title": "IndiGo",
"hex": "09009B",
diff --git a/icons/indiehackers.svg b/icons/indiehackers.svg
new file mode 100644
index 000000000..f1a6c6190
--- /dev/null
+++ b/icons/indiehackers.svg
@@ -0,0 +1 @@
+Indie Hackers
\ No newline at end of file
From 3a9cb003e19eaf2132ca8a191afa32912003603d Mon Sep 17 00:00:00 2001
From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com>
Date: Wed, 24 Jan 2024 21:15:30 +0000
Subject: [PATCH 709/938] Add Iberia (#10346)
---
_data/simple-icons.json | 5 +++++
icons/iberia.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/iberia.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index ce7abcb87..c15967514 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -6770,6 +6770,11 @@
"hex": "3D7EBB",
"source": "https://developer.apple.com/ibeacon/"
},
+ {
+ "title": "Iberia",
+ "hex": "D7192D",
+ "source": "https://iberia.com"
+ },
{
"title": "IBM",
"hex": "052FAD",
diff --git a/icons/iberia.svg b/icons/iberia.svg
new file mode 100644
index 000000000..5d9686f54
--- /dev/null
+++ b/icons/iberia.svg
@@ -0,0 +1 @@
+Iberia
\ No newline at end of file
From 51e53b768e0f272310385c07ebc91290bc1fca6f Mon Sep 17 00:00:00 2001
From: Ben Hur
Date: Wed, 24 Jan 2024 16:23:32 -0500
Subject: [PATCH 710/938] Add icon for 365 DataScience (#10285)
* Add 365Datascience.svg
* Add 365 DataScience to simple-icons.json
* Fix ",' issue
* Fix 365 DataScience.svg grouping issue
* Properly Lint 365DataScience
* Alphabetize 365DataScience
* Remove # on "hex"
* Adjust width/height pixels for 365 DataScience.svg
* Change 365datascience.svg to contain "365" in the logo
* Update 365DataScience.svg to maintain 24px width ratio
* Update titles for 365 Data Science and increase optimization precision by 1 on svg file.
* add changes to 365datascience.svg
* revert changes
* Changed path for 365datascience.svg
---------
Co-authored-by: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com>
---
_data/simple-icons.json | 5 +++++
icons/365datascience.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/365datascience.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index c15967514..0c5ed74c7 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -36,6 +36,11 @@
"hex": "DD0700",
"source": "https://support.2k.com/hc/en-us/articles/203972113-Digital-Copies-of-2K-Manuals"
},
+ {
+ "title": "365 Data Science",
+ "hex": "000C1F",
+ "source": "https://365datascience.com"
+ },
{
"title": "3M",
"hex": "FF0000",
diff --git a/icons/365datascience.svg b/icons/365datascience.svg
new file mode 100644
index 000000000..1d2cb7130
--- /dev/null
+++ b/icons/365datascience.svg
@@ -0,0 +1 @@
+365 Data Science
\ No newline at end of file
From 607143fa1e5e5784717ae1c6ce6e54534ce38828 Mon Sep 17 00:00:00 2001
From: Alexandre Paradis
Date: Wed, 24 Jan 2024 17:13:27 -0500
Subject: [PATCH 711/938] Add ZCOOL (#10352)
---
_data/simple-icons.json | 5 +++++
icons/zcool.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/zcool.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 0c5ed74c7..344b3c0e8 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -16708,6 +16708,11 @@
"source": "https://z.cash",
"guidelines": "https://zfnd.org/trademark-policy"
},
+ {
+ "title": "ZCOOL",
+ "hex": "FFF200",
+ "source": "https://www.zcool.com.cn/appdown"
+ },
{
"title": "ZDF",
"hex": "FA7D19",
diff --git a/icons/zcool.svg b/icons/zcool.svg
new file mode 100644
index 000000000..c3706b87f
--- /dev/null
+++ b/icons/zcool.svg
@@ -0,0 +1 @@
+ZCOOL
\ No newline at end of file
From 125ee4c2c6822642aa4662be5aa4b07858e80146 Mon Sep 17 00:00:00 2001
From: Rose Le <84030413+rose-codes@users.noreply.github.com>
Date: Thu, 25 Jan 2024 01:50:19 -0800
Subject: [PATCH 712/938] Add Glide (#10354)
---
_data/simple-icons.json | 6 ++++++
icons/glide.svg | 1 +
2 files changed, 7 insertions(+)
create mode 100644 icons/glide.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 344b3c0e8..6bbba5263 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -5596,6 +5596,12 @@
"source": "https://www.glassdoor.com/about/newsroom",
"guidelines": "https://www.glassdoor.com/about/newsroom"
},
+ {
+ "title": "Glide",
+ "hex": "18BED4",
+ "source": "https://brand.glide.page/dl/brand-assets",
+ "guidelines": "https://brand.glide.page/dl/brand-assets"
+ },
{
"title": "Glitch",
"hex": "3333FF",
diff --git a/icons/glide.svg b/icons/glide.svg
new file mode 100644
index 000000000..53b1c9461
--- /dev/null
+++ b/icons/glide.svg
@@ -0,0 +1 @@
+Glide
\ No newline at end of file
From d2e4560e33a2b581ffbbd43a934d7bf079d66642 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
Date: Sun, 28 Jan 2024 00:24:24 +0000
Subject: [PATCH 713/938] version bump
---
package.json | 2 +-
slugs.md | 15 +++++++++++++++
2 files changed, 16 insertions(+), 1 deletion(-)
diff --git a/package.json b/package.json
index b8201df64..218d32f8f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "simple-icons",
- "version": "11.2.0",
+ "version": "11.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 c627720bb..14a8a17a6 100644
--- a/slugs.md
+++ b/slugs.md
@@ -13,6 +13,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `1001Tracklists` | `1001tracklists` |
| `1Password` | `1password` |
| `2K` | `2k` |
+| `365 Data Science` | `365datascience` |
| `3M` | `3m` |
| `42` | `42` |
| `4chan` | `4chan` |
@@ -356,6 +357,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Bloglovin` | `bloglovin` |
| `Blueprint` | `blueprint` |
| `Bluesky` | `bluesky` |
+| `Bluesound` | `bluesound` |
| `Bluetooth` | `bluetooth` |
| `BMC Software` | `bmcsoftware` |
| `BMW` | `bmw` |
@@ -768,6 +770,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `edX` | `edx` |
| `egghead` | `egghead` |
| `Egnyte` | `egnyte` |
+| `Eight` | `eight` |
| `Eight Sleep` | `eightsleep` |
| `EJS` | `ejs` |
| `El Jueves` | `eljueves` |
@@ -876,6 +879,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Figma` | `figma` |
| `figshare` | `figshare` |
| `Fila` | `fila` |
+| `File.io` | `filedotio` |
| `Files` | `files` |
| `FileZilla` | `filezilla` |
| `Fineco` | `fineco` |
@@ -997,6 +1001,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Gitpod` | `gitpod` |
| `Gitter` | `gitter` |
| `Glassdoor` | `glassdoor` |
+| `Glide` | `glide` |
| `Glitch` | `glitch` |
| `Globus` | `globus` |
| `Glovo` | `glovo` |
@@ -1188,6 +1193,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `HSBC` | `hsbc` |
| `HTML Academy` | `htmlacademy` |
| `HTML5` | `html5` |
+| `htmx` | `htmx` |
| `htop` | `htop` |
| `HTTPie` | `httpie` |
| `Huawei` | `huawei` |
@@ -1204,6 +1210,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `i3` | `i3` |
| `Iata` | `iata` |
| `iBeacon` | `ibeacon` |
+| `Iberia` | `iberia` |
| `IBM` | `ibm` |
| `IBM Cloud` | `ibmcloud` |
| `IBM Watson` | `ibmwatson` |
@@ -1235,6 +1242,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Imou` | `imou` |
| `ImprovMX` | `improvmx` |
| `Indeed` | `indeed` |
+| `Indie Hackers` | `indiehackers` |
| `IndiGo` | `indigo` |
| `Inertia` | `inertia` |
| `INFINITI` | `infiniti` |
@@ -1883,6 +1891,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `pandas` | `pandas` |
| `Pandora` | `pandora` |
| `Pantheon` | `pantheon` |
+| `Paperless-ngx` | `paperlessngx` |
| `Paperspace` | `paperspace` |
| `Paramount+` | `paramountplus` |
| `Parity Substrate` | `paritysubstrate` |
@@ -2029,6 +2038,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Printables` | `printables` |
| `Prisma` | `prisma` |
| `Prismic` | `prismic` |
+| `Private Division` | `privatedivision` |
| `Private Internet Access` | `privateinternetaccess` |
| `Pro Tools` | `protools` |
| `Probot` | `probot` |
@@ -2162,6 +2172,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Relay` | `relay` |
| `Reliance Industries Limited` | `relianceindustrieslimited` |
| `remark` | `remark` |
+| `Remedy Entertainment` | `remedyentertainment` |
| `Remix` | `remix` |
| `Ren'Py` | `renpy` |
| `Renault` | `renault` |
@@ -2206,6 +2217,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Rocket.Chat` | `rocketdotchat` |
| `RocksDB` | `rocksdb` |
| `Rockstar Games` | `rockstargames` |
+| `Rockwell Automation` | `rockwellautomation` |
| `Rocky Linux` | `rockylinux` |
| `Roku` | `roku` |
| `Rolls-Royce` | `rollsroyce` |
@@ -2234,6 +2246,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Ruby Sinatra` | `rubysinatra` |
| `RubyGems` | `rubygems` |
| `Ruff` | `ruff` |
+| `Rumahweb` | `rumahweb` |
| `Rumble` | `rumble` |
| `Rundeck` | `rundeck` |
| `Runkeeper` | `runkeeper` |
@@ -2642,6 +2655,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Tor Browser` | `torbrowser` |
| `Tor Project` | `torproject` |
| `Toshiba` | `toshiba` |
+| `TOTVS` | `totvs` |
| `TourBox` | `tourbox` |
| `Toyota` | `toyota` |
| `TP-Link` | `tplink` |
@@ -2950,6 +2964,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Zara` | `zara` |
| `Zazzle` | `zazzle` |
| `Zcash` | `zcash` |
+| `ZCOOL` | `zcool` |
| `ZDF` | `zdf` |
| `ZebPay` | `zebpay` |
| `Zebra Technologies` | `zebratechnologies` |
From 4779d7f93be120b9d22bd6896fe444a492015a55 Mon Sep 17 00:00:00 2001
From: LitoMore
Date: Mon, 29 Jan 2024 15:51:23 +0800
Subject: [PATCH 714/938] Use `v1` version for simple-icons/release-action
---
.github/workflows/create-release.yml | 2 +-
.github/workflows/merge-release.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml
index 6fa28bd75..5cc4a40c8 100644
--- a/.github/workflows/create-release.yml
+++ b/.github/workflows/create-release.yml
@@ -23,7 +23,7 @@ jobs:
did-create-pr: ${{ steps.release.outputs.did-create-pr }}
new-version: ${{ steps.release.outputs.new-version }}
steps:
- - uses: simple-icons/release-action@v1.1.0
+ - uses: simple-icons/release-action@v1
id: release
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
diff --git a/.github/workflows/merge-release.yml b/.github/workflows/merge-release.yml
index 2fc93b38d..cf7db3b53 100644
--- a/.github/workflows/merge-release.yml
+++ b/.github/workflows/merge-release.yml
@@ -8,6 +8,6 @@ jobs:
runs-on: ubuntu-latest
if: contains(github.event.pull_request.labels.*.name, 'release')
steps:
- - uses: simple-icons/release-action@v1.1.0
+ - uses: simple-icons/release-action@v1
with:
repo-token: ${{ secrets.RELEASE_TOKEN }}
From c122603e60b78ea65be17f3ab740dc022f72a2aa Mon Sep 17 00:00:00 2001
From: prem munagapati <54018894+Mvlprem@users.noreply.github.com>
Date: Sun, 4 Feb 2024 15:13:09 +0530
Subject: [PATCH 715/938] Add Kununu Icon (#10356)
* Add Kununu Icon (#9357)
* Update svg
* Change source to homepage
---
_data/simple-icons.json | 5 +++++
icons/kununu.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/kununu.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 6bbba5263..02f27edb4 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -7911,6 +7911,11 @@
"hex": "290B53",
"source": "https://cncf-branding.netlify.app/projects/kuma/"
},
+ {
+ "title": "Kununu",
+ "hex": "FFC62E",
+ "source": "https://www.kununu.com"
+ },
{
"title": "Kuula",
"hex": "4092B4",
diff --git a/icons/kununu.svg b/icons/kununu.svg
new file mode 100644
index 000000000..019658689
--- /dev/null
+++ b/icons/kununu.svg
@@ -0,0 +1 @@
+Kununu
\ No newline at end of file
From 4eb23b9df8a8ddf45cc331f4bef13eec4af79200 Mon Sep 17 00:00:00 2001
From: Alexandre Paradis
Date: Sun, 4 Feb 2024 04:49:01 -0500
Subject: [PATCH 716/938] Update Gitbook (#10390)
* Update Gitbook
* Fix .001 offset
---
_data/simple-icons.json | 4 ++--
icons/gitbook.svg | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 02f27edb4..1f9e31cb1 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -5517,8 +5517,8 @@
},
{
"title": "GitBook",
- "hex": "3884FF",
- "source": "https://github.com/GitbookIO/styleguide/blob/c958388dab901defa3e22978ca01272295627e05/icons/Logo.svg"
+ "hex": "BBDDE5",
+ "source": "https://www.gitbook.com"
},
{
"title": "Gitconnected",
diff --git a/icons/gitbook.svg b/icons/gitbook.svg
index c62e27ed3..eee61665d 100644
--- a/icons/gitbook.svg
+++ b/icons/gitbook.svg
@@ -1 +1 @@
-GitBook
\ No newline at end of file
+GitBook
\ No newline at end of file
From efa6be16920b3c48e4e1093ae4996240c2874d27 Mon Sep 17 00:00:00 2001
From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com>
Date: Sun, 4 Feb 2024 09:58:29 +0000
Subject: [PATCH 717/938] Update Ruff (#10342)
* Update Ruff
---
_data/simple-icons.json | 4 ++--
icons/ruff.svg | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 1f9e31cb1..8a9444da7 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -12719,8 +12719,8 @@
},
{
"title": "Ruff",
- "hex": "FCC21B",
- "source": "https://github.com/charliermarsh/ruff/blob/e04ef423344837c916e75a7b09ea674711a104e0/assets/badge/v1.json"
+ "hex": "D7FF64",
+ "source": "https://astral.sh/ruff"
},
{
"title": "Rumahweb",
diff --git a/icons/ruff.svg b/icons/ruff.svg
index 9161e651b..9b0db1174 100644
--- a/icons/ruff.svg
+++ b/icons/ruff.svg
@@ -1 +1 @@
-Ruff
\ No newline at end of file
+Ruff
\ No newline at end of file
From 71dd16a3caf998d08db1989dd3942aacd4d233a2 Mon Sep 17 00:00:00 2001
From: simrahnb <65752120+simrahnb@users.noreply.github.com>
Date: Sun, 4 Feb 2024 05:06:41 -0500
Subject: [PATCH 718/938] Added Cloudron icon (#8085)
* Update simple-icons.json
* Add files via upload
* Update icon
* Fix casing
---------
Co-authored-by: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com>
---
_data/simple-icons.json | 5 +++++
icons/cloudron.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/cloudron.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 8a9444da7..86d167172 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -2905,6 +2905,11 @@
"hex": "3448C5",
"source": "https://cloudinary.com"
},
+ {
+ "title": "Cloudron",
+ "hex": "03A9F4",
+ "source": "https://www.cloudron.io/brand-assets.html"
+ },
{
"title": "Cloudsmith",
"hex": "2A6FE1",
diff --git a/icons/cloudron.svg b/icons/cloudron.svg
new file mode 100644
index 000000000..a3110d8c2
--- /dev/null
+++ b/icons/cloudron.svg
@@ -0,0 +1 @@
+Cloudron
\ No newline at end of file
From 24cd0c08c9b33aebfdfde91d712562d3651aece0 Mon Sep 17 00:00:00 2001
From: PratyushJayachandran
<35000807+PratyushJayachandran@users.noreply.github.com>
Date: Sun, 4 Feb 2024 02:26:04 -0800
Subject: [PATCH 719/938] Add google display & video 360 (#10042)
* Add JSON data
* Add icon
* Redo icon
* Fix SVG
* Update icon path
---------
Co-authored-by: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com>
---
_data/simple-icons.json | 5 +++++
icons/googledisplayandvideo360.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/googledisplayandvideo360.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 86d167172..efe096339 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -5885,6 +5885,11 @@
"source": "https://cloud.google.com/icons",
"guidelines": "https://about.google/brand-resource-center"
},
+ {
+ "title": "Google Display & Video 360",
+ "hex": "34A853",
+ "source": "https://marketingplatform.google.com/about"
+ },
{
"title": "Google Docs",
"hex": "4285F4",
diff --git a/icons/googledisplayandvideo360.svg b/icons/googledisplayandvideo360.svg
new file mode 100644
index 000000000..8dd9f5916
--- /dev/null
+++ b/icons/googledisplayandvideo360.svg
@@ -0,0 +1 @@
+Google Display & Video 360
\ No newline at end of file
From cc3579f2c9f9f500e7864a07f2893fe811e0821d Mon Sep 17 00:00:00 2001
From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com>
Date: Sun, 4 Feb 2024 10:28:45 +0000
Subject: [PATCH 720/938] Add Burp Suite (#10120)
---
_data/simple-icons.json | 5 +++++
icons/burpsuite.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/burpsuite.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index efe096339..a31a01182 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -2346,6 +2346,11 @@
"source": "https://www.bk.com",
"guidelines": "https://www.bk.com/trademarks"
},
+ {
+ "title": "Burp Suite",
+ "hex": "FF6633",
+ "source": "https://portswigger.net"
+ },
{
"title": "Burton",
"hex": "000000",
diff --git a/icons/burpsuite.svg b/icons/burpsuite.svg
new file mode 100644
index 000000000..c4d4bbf1e
--- /dev/null
+++ b/icons/burpsuite.svg
@@ -0,0 +1 @@
+Burp Suite
\ No newline at end of file
From 8232d83e3e52c92d5afe5d84bb68cefce86005d2 Mon Sep 17 00:00:00 2001
From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com>
Date: Sun, 4 Feb 2024 10:42:38 +0000
Subject: [PATCH 721/938] Add Better Stack (#10233)
---
_data/simple-icons.json | 5 +++++
icons/betterstack.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/betterstack.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index a31a01182..57e581cd1 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -1881,6 +1881,11 @@
"hex": "FFB80B",
"source": "https://www.betfair.com"
},
+ {
+ "title": "Better Stack",
+ "hex": "000000",
+ "source": "https://betterstack.com"
+ },
{
"title": "Bevy",
"hex": "232326",
diff --git a/icons/betterstack.svg b/icons/betterstack.svg
new file mode 100644
index 000000000..b57771bfc
--- /dev/null
+++ b/icons/betterstack.svg
@@ -0,0 +1 @@
+Better Stack
\ No newline at end of file
From 0e469fb6a0f456be01dd2b5a0b69845433943941 Mon Sep 17 00:00:00 2001
From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com>
Date: Sun, 4 Feb 2024 10:48:07 +0000
Subject: [PATCH 722/938] Add Excalidraw (#10241)
---
_data/simple-icons.json | 5 +++++
icons/excalidraw.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/excalidraw.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 57e581cd1..0181c902c 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -4629,6 +4629,11 @@
"source": "https://evernote.com/about-us",
"guidelines": "https://evernote.com/about-us"
},
+ {
+ "title": "Excalidraw",
+ "hex": "6965DB",
+ "source": "https://excalidraw.com"
+ },
{
"title": "Exercism",
"hex": "009CAB",
diff --git a/icons/excalidraw.svg b/icons/excalidraw.svg
new file mode 100644
index 000000000..6ba4a5133
--- /dev/null
+++ b/icons/excalidraw.svg
@@ -0,0 +1 @@
+Excalidraw
\ No newline at end of file
From 57d6edc7198578a1e7c19b76bdc6ae0c37960b57 Mon Sep 17 00:00:00 2001
From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com>
Date: Sun, 4 Feb 2024 10:49:45 +0000
Subject: [PATCH 723/938] Add Porkbun (#10247)
---
_data/simple-icons.json | 6 ++++++
icons/porkbun.svg | 1 +
2 files changed, 7 insertions(+)
create mode 100644 icons/porkbun.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 0181c902c..b810ce5c8 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -11363,6 +11363,12 @@
"hex": "48B9C7",
"source": "https://pop.system76.com"
},
+ {
+ "title": "Porkbun",
+ "hex": "EF7878",
+ "source": "https://porkbun.design",
+ "guidelines": "https://porkbun.design/guidelines.html"
+ },
{
"title": "Porsche",
"hex": "B12B28",
diff --git a/icons/porkbun.svg b/icons/porkbun.svg
new file mode 100644
index 000000000..5b76a9c2a
--- /dev/null
+++ b/icons/porkbun.svg
@@ -0,0 +1 @@
+Porkbun
\ No newline at end of file
From eb7e0fb244d700297911d244670d5522021f2bc6 Mon Sep 17 00:00:00 2001
From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com>
Date: Sun, 4 Feb 2024 11:24:41 +0000
Subject: [PATCH 724/938] Add Neptune (#10316)
* Add Neptune
* Remove trailing comma
---
_data/simple-icons.json | 5 +++++
icons/neptune.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/neptune.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index b810ce5c8..0413ed517 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -9696,6 +9696,11 @@
"type": "CC-BY-SA-3.0"
}
},
+ {
+ "title": "Neptune",
+ "hex": "5B69C2",
+ "source": "https://neptune.ai"
+ },
{
"title": "NestJS",
"hex": "E0234E",
diff --git a/icons/neptune.svg b/icons/neptune.svg
new file mode 100644
index 000000000..1f4548f74
--- /dev/null
+++ b/icons/neptune.svg
@@ -0,0 +1 @@
+Neptune
\ No newline at end of file
From c65990f0e4bd50862df3f0b4e0d0d4005bcf1290 Mon Sep 17 00:00:00 2001
From: prem munagapati <54018894+Mvlprem@users.noreply.github.com>
Date: Tue, 6 Feb 2024 10:47:30 +0530
Subject: [PATCH 725/938] Add Typst Icon (#10399)
---
_data/simple-icons.json | 6 ++++++
icons/typst.svg | 1 +
2 files changed, 7 insertions(+)
create mode 100644 icons/typst.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 0413ed517..7a8318d56 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -15318,6 +15318,12 @@
"source": "https://styleguide.typo3.com/styleguide/logo",
"guidelines": "https://styleguide.typo3.com"
},
+ {
+ "title": "Typst",
+ "hex": "239DAD",
+ "source": "https://typst.app",
+ "guidelines": "https://typst.app/legal/brand"
+ },
{
"title": "Uber",
"hex": "000000",
diff --git a/icons/typst.svg b/icons/typst.svg
new file mode 100644
index 000000000..75e81cebd
--- /dev/null
+++ b/icons/typst.svg
@@ -0,0 +1 @@
+Typst
\ No newline at end of file
From 7616d6f235201a280cd444b3626f39b9813bb582 Mon Sep 17 00:00:00 2001
From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com>
Date: Tue, 6 Feb 2024 14:56:40 +0000
Subject: [PATCH 726/938] Update Metrics of Popularity (#10114)
---
.github/ISSUE_TEMPLATE/icon_request.yml | 9 ++---
CONTRIBUTING.md | 52 ++++++++++++++++++++++---
2 files changed, 51 insertions(+), 10 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE/icon_request.yml b/.github/ISSUE_TEMPLATE/icon_request.yml
index 8948d0bf8..a0e89e181 100644
--- a/.github/ISSUE_TEMPLATE/icon_request.yml
+++ b/.github/ISSUE_TEMPLATE/icon_request.yml
@@ -42,14 +42,13 @@ body:
attributes:
label: Popularity Metric
description: >-
- Provide either a [Similarweb rank], which must range from 0-500,000 to qualify
- or the number of GitHub stars, which must be above 5,000 to qualify. If
- Similarweb does not have a rank for your brand or these numbers do not meet
- our requirements, you can still open the issue. In this case, please provide
- any information regarding the brand's popularity you think is relevant.
+ Provide either a [Similarweb rank], which must be in the top 500,000 to qualify,
+ or failing that another metric from [our contributing guidelines] that we can
+ use to assess the popularity of the requested brand.
[Similarweb rank]: https://www.similarweb.com
+ [our contributing guidelines]: https://github.com/simple-icons/simple-icons/blob/develop/CONTRIBUTING.md#assessing-popularity
placeholder: 'Example: The Similarweb rank is 261,758. See https://www.similarweb.com/website/simpleicons.org'
validations:
required: true
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index a869a1fcd..9f1845dca 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,5 +1,10 @@
# Contributing to Simple Icons
+[![](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fapi.github.com%2Fsearch%2Fissues%3Fq%3Drepo%3Asimple-icons%2Fsimple-icons%2520label%3A%2522good%2520first%2520issue%2522%2520is%3Aopen%2520-linked%3Apr&query=%24.total_count&suffix=%20open&logo=github&label=good%20first%20issues&color=228f6c&labelColor=228f6c&logoColor=white&style=flat-square)](https://github.com/simple-icons/simple-icons/issues?q=is%3Aopen+label%3A%22good+first+issue%22+-linked%3Apr)
+[![](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fapi.github.com%2Fsearch%2Fissues%3Fq%3Drepo%3Asimple-icons%2Fsimple-icons%2520label%3A%2522update%2520icon%2Fdata%2522%2C%2522new%2520icon%2522%2520is%3Aopen%2520-linked%3Apr&query=%24.total_count&suffix=%20open&logo=svg&logoColor=333&label=icon%20issues&labelColor=FFB13B&color=FFB13B&style=flat-square)](https://github.com/simple-icons/simple-icons/issues?q=is%3Aissue+is%3Aopen+label%3A%22new+icon%22%2C%22update+icon%2Fdata%22)
+[![](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fapi.github.com%2Fsearch%2Fissues%3Fq%3Drepo%3Asimple-icons%2Fsimple-icons%2520is%3Aissue%2520is%3Aopen%2520label%3Ameta%2Cpackage%2520-linked%3Apr&query=%24.total_count&suffix=%20open&logo=typescript&logoColor=white&label=code%20issues&labelColor=3178C6&color=3178C6&style=flat-square)](https://github.com/simple-icons/simple-icons/issues?q=is%3Aissue+is%3Aopen+label%3Adocs%2Cmeta%2Cpackage+-linked%3Apr)
+[![](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fapi.github.com%2Fsearch%2Fissues%3Fq%3Drepo%3Asimple-icons%2Fsimple-icons%2520label%3Adocs%2520is%3Aopen%2520-linked%3Apr&query=%24.total_count&suffix=%20open&logo=markdown&label=docs%20issues&labelColor=343a40&color=343a40&logoColor=FFF&style=flat-square)](https://github.com/simple-icons/simple-icons/issues?q=is%3Aopen+is%3Aissue+label%3Adocs+-linked%3Apr)
+
> **Note**\
> We ask that all users read our [legal disclaimer](./DISCLAIMER.md) before contributing to Simple Icons.
@@ -35,6 +40,8 @@ Simple Icons welcomes contributions and corrections. Before contributing, please
* [Requesting an Icon](#requesting-an-icon)
* [Forbidden Brands](#forbidden-brands)
+ * [Assessing Popularity](#assessing-popularity)
+ * [Opening an Issue](#opening-an-issue)
* [Adding or Updating an Icon](#adding-or-updating-an-icon)
* [Testing Package Locally](#testing-package-locally)
* [Using Docker](#using-docker)
@@ -44,11 +51,7 @@ Simple Icons welcomes contributions and corrections. Before contributing, please
We welcome icon requests. Before you submit a new issue please make sure the icon:
* Has not already been requested. If you find an existing issue or pull request for the brand you're looking for then please add a reaction or comment to show your support.
-* Is of a _popular_ brand:
- - For websites, the [Similarweb global rank](https://www.similarweb.com) should be less than 500k.
- - Note that for brands that have already been added the threshold for continued inclusion rises to 750k.
- - For GitHub projects, the amount of "stars" should be above 5k.
- - For anything else, popularity will be judged on a case-by-case basis.
+* Is of a _popular_ brand - see "[Assessing Popularity](#assessing-popularity)" below.
* Doesn't fall into one of the following categories:
- Illegal services (e.g. piracy, malware, threatening material, spam, etc.)
- Governmental agencies, programs, departments
@@ -75,6 +78,45 @@ Some companies and organizations are excessively protective with their brands, s
If you are in doubt, feel free to submit it and we'll have a look.
+### Assessing Popularity
+
+To be considered popular enough to be within our scope, a brand must be in existence for at least one year (from date of first stable release, where applicable) and meet one of the following metrics of popularity, in order of preference:
+
+1. Its website's Similarweb global rank is in the top 500k.
+ - As Similarweb updates its data only once every month, there will be a monitoring window for websites ranked between 450k & 550k until the next update, _unless_ the brand is within scope on any other metric below.
+ - For existing icons in our library, the threshold is dropped from 500k to 750k.
+ - A rank lower than 2m, without any other metric being provided, will result in the brand being declared outside our scope.
+1. The website's Similarweb rank in any one country is either:
+ - In the top 100, or,
+ - In the top 10k, _with_ a global rank of 1m or better.
+1. The website's Similarweb global rank in any one category is either:
+ - In the top 50, or,
+ - In the top 5k, _with_ a global rank of 1m or better.
+1. In cases where a brand does not have its own website the Similarweb rank of its parent company will be accepted _if_ the brand is that company's primary product.
+1. Its packages meet one of the following minimum requirements:
+ - [npm](https://www.npmjs.com): 100k weekly downloads,
+ - [JSDelivr](https://www.jsdelivr.com): 1m daily or 35m monthly requests,
+ - [crates.io](https://crates.io): 100k weekly downloads,
+ - [PyPi Stats](https://pypistats.org): 100k weekly downloads, or,
+1. The brand's popularity can be illustrated by other publicly available & verifiable statistic (e.g., downloads, usage).
+ - Stats should preferably also include data on one of our existing brands so a direct comparison can be made.
+1. The brand's popularity can be illustrated through a worldwide Google Trends comparison, or similar.
+ - Must be with a similar brand that is already in our library and still within our scope, or that would qualify under any metric.
+ - Must be unambiguous (i.e., it's not a suitable metric for brands with generic words for names).
+ - Trending equal to or higher than the compared brand will be considered in scope.
+ - Trending lower than the compared brand but with an upward trajectory will require the consensus of the person providing the comparison and at least 2 project maintainers.
+1. Where applicable, the primary repository for the brand's GitHub project meets the following requirements (see note below):
+ - A minimum of 5k GitHub stars will be required for consideration, providing,
+ - The repository is still active, and,
+ - Its [star history](https://star-history.com) is on a consistently upward trajectory.
+
+If all else fails, though, feel free to make a good case for the popularity of the brand you're requesting on any other grounds, provided it can be backed up with verifiable data. Example: a car manufacturer's own website falls outside our scope but a major dealership dealing exclusively or primarily in that brand falls within our scope - in that case we'd accept the manufacturer as being popular. If you can provide a _particularly_ good metric that can be applied to other brands then it will be added to this list.
+
+> [!NOTE]
+> All metrics & cut-offs above are subject to ongoing review and potential change. These current metrics were devised in order to no longer rely on GitHub stars as an indication of a project's popularity. But, for projects that only exist on GitHub, we do still need some way of assessing their popularity so, until we can come up with a better way to do so, we have kept stars for the time being but will not be putting as much weight on them as in the past. If you know of a better way of assessing the popularity of a GitHub project then please create an issue for discussion.
+
+### Opening an Issue
+
When submitting a request for a new or updated icon include helpful information such as:
* **Issue Title:** The brand name. For example:
From fd8f5774474955082dddce43efe8a06a2dc042bc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=81lvaro=20Mond=C3=A9jar?=
Date: Tue, 6 Feb 2024 17:47:53 +0100
Subject: [PATCH 727/938] Migrate Husky to v9 (#10403)
---
.husky/pre-commit | 3 ---
package.json | 4 ++--
2 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/.husky/pre-commit b/.husky/pre-commit
index 829b717cb..186d7f66e 100755
--- a/.husky/pre-commit
+++ b/.husky/pre-commit
@@ -1,5 +1,2 @@
-#!/bin/sh
-. "$(dirname $0)/_/husky.sh"
-
npm run format
git add -u
diff --git a/package.json b/package.json
index 218d32f8f..8a1d809b7 100644
--- a/package.json
+++ b/package.json
@@ -91,7 +91,7 @@
"esbuild": "0.19.4",
"fake-diff": "1.0.0",
"get-relative-luminance": "1.0.0",
- "husky": "8.0.3",
+ "husky": "9.0.10",
"is-ci": "3.0.1",
"jsonschema": "1.4.1",
"markdown-link-check": "3.11.2",
@@ -116,7 +116,7 @@
"jsonlint": "node scripts/lint/jsonlint.js",
"svglint": "svglint icons/*.svg --ci",
"wslint": "editorconfig-checker",
- "prepare": "is-ci || husky install",
+ "prepare": "is-ci || husky",
"prepublishOnly": "npm run build",
"postpublish": "npm run clean",
"test": "mocha tests --reporter tests/min-reporter.cjs --inline-diffs",
From 40a49fafcc1bd3f3486176f22a3e74f3c9e39098 Mon Sep 17 00:00:00 2001
From: prem munagapati <54018894+Mvlprem@users.noreply.github.com>
Date: Wed, 7 Feb 2024 14:34:54 +0530
Subject: [PATCH 728/938] Add Western Union Icon (#10383)
---
_data/simple-icons.json | 5 +++++
icons/westernunion.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/westernunion.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 7a8318d56..00d61f92a 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -16258,6 +16258,11 @@
"hex": "000000",
"source": "https://www.westerndigital.com"
},
+ {
+ "title": "Western Union",
+ "hex": "FFDD00",
+ "source": "https://www.westernunion.com"
+ },
{
"title": "WeTransfer",
"hex": "409FFF",
diff --git a/icons/westernunion.svg b/icons/westernunion.svg
new file mode 100644
index 000000000..2c88a8150
--- /dev/null
+++ b/icons/westernunion.svg
@@ -0,0 +1 @@
+Western Union
\ No newline at end of file
From e00412c57cb2bb5d0b1dc1b540e0729e3fce20da Mon Sep 17 00:00:00 2001
From: Alexandre Paradis
Date: Wed, 7 Feb 2024 04:08:02 -0500
Subject: [PATCH 729/938] Add icon for Formspree (#10385)
---
_data/simple-icons.json | 5 +++++
icons/formspree.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/formspree.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 00d61f92a..89b6817a0 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -5185,6 +5185,11 @@
"type": "CC-BY-SA-4.0"
}
},
+ {
+ "title": "Formspree",
+ "hex": "E5122E",
+ "source": "https://formspree.io"
+ },
{
"title": "Formstack",
"hex": "21B573",
diff --git a/icons/formspree.svg b/icons/formspree.svg
new file mode 100644
index 000000000..cf67af24c
--- /dev/null
+++ b/icons/formspree.svg
@@ -0,0 +1 @@
+Formspree
\ No newline at end of file
From dabd12c7be3fe5601a1a022164ffe18108330226 Mon Sep 17 00:00:00 2001
From: Ben Hur
Date: Wed, 7 Feb 2024 04:23:23 -0500
Subject: [PATCH 730/938] Add KNIME (#10370)
---
_data/simple-icons.json | 5 +++++
icons/knime.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/knime.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 89b6817a0..c3b2b6604 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -7819,6 +7819,11 @@
"hex": "D26B38",
"source": "https://github.com/knex/documentation/blob/a9c4ce47dbc6001bb1c6aa0649bb668edc78fea7/src/public/knex-logo.png"
},
+ {
+ "title": "KNIME",
+ "hex": "FDD800",
+ "source": "https://www.knime.com"
+ },
{
"title": "KnowledgeBase",
"hex": "9146FF",
diff --git a/icons/knime.svg b/icons/knime.svg
new file mode 100644
index 000000000..2bcb0c38f
--- /dev/null
+++ b/icons/knime.svg
@@ -0,0 +1 @@
+KNIME
\ No newline at end of file
From 58f453a5c5f0e232f554c376eeead9a8be48d931 Mon Sep 17 00:00:00 2001
From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com>
Date: Wed, 7 Feb 2024 09:29:21 +0000
Subject: [PATCH 731/938] Add Bungie (#10357)
---
_data/simple-icons.json | 5 +++++
icons/bungie.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/bungie.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index c3b2b6604..11870e022 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -2340,6 +2340,11 @@
"hex": "000000",
"source": "https://bun.sh/press-kit"
},
+ {
+ "title": "Bungie",
+ "hex": "0075BB",
+ "source": "https://www.bungie.net/7/en/Destiny"
+ },
{
"title": "bunq",
"hex": "3394D7",
diff --git a/icons/bungie.svg b/icons/bungie.svg
new file mode 100644
index 000000000..d3911d771
--- /dev/null
+++ b/icons/bungie.svg
@@ -0,0 +1 @@
+Bungie
\ No newline at end of file
From f5dbab9e25a4e59df0b9fbe371ed1a1a24d7e996 Mon Sep 17 00:00:00 2001
From: 21st <60197499+21st-centuryman@users.noreply.github.com>
Date: Thu, 8 Feb 2024 09:44:03 +0100
Subject: [PATCH 732/938] Add: Qbittorrent (#9596)
Co-authored-by: PratyushJayachandran <35000807+PratyushJayachandran@users.noreply.github.com>
---
_data/simple-icons.json | 5 +++++
icons/qbittorrent.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/qbittorrent.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 11870e022..baab0974d 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -11885,6 +11885,11 @@
"hex": "5C0D34",
"source": "https://www.qatarairways.com/press-releases/en-WW/media_kits"
},
+ {
+ "title": "qbittorrent",
+ "hex": "2F67BA",
+ "source": "https://github.com/qbittorrent/qBittorrent/blob/73028f9930d9ab9d89edb60ed4aedb66d75669d9/src/icons/qbittorrent-tray-light.svg"
+ },
{
"title": "QEMU",
"hex": "FF6600",
diff --git a/icons/qbittorrent.svg b/icons/qbittorrent.svg
new file mode 100644
index 000000000..fe6caeac0
--- /dev/null
+++ b/icons/qbittorrent.svg
@@ -0,0 +1 @@
+qbittorrent
\ No newline at end of file
From ef6b1e2ee5a9acf905c0078177bfcdaf032004ee Mon Sep 17 00:00:00 2001
From: prem munagapati <54018894+Mvlprem@users.noreply.github.com>
Date: Thu, 8 Feb 2024 15:36:48 +0530
Subject: [PATCH 733/938] Add Gojek Icon (#10363)
---
_data/simple-icons.json | 6 ++++++
icons/gojek.svg | 1 +
2 files changed, 7 insertions(+)
create mode 100644 icons/gojek.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index baab0974d..5258b9639 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -5747,6 +5747,12 @@
"hex": "86328A",
"source": "https://www.cdprojekt.com/en/media/logotypes/"
},
+ {
+ "title": "Gojek",
+ "hex": "00AA13",
+ "source": "https://gojek.com",
+ "guidelines": "https://gojek.design"
+ },
{
"title": "GoLand",
"hex": "000000",
diff --git a/icons/gojek.svg b/icons/gojek.svg
new file mode 100644
index 000000000..ae3e94089
--- /dev/null
+++ b/icons/gojek.svg
@@ -0,0 +1 @@
+Gojek
\ No newline at end of file
From 006093a2116fba87d86190676fd5efaa100d3b12 Mon Sep 17 00:00:00 2001
From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com>
Date: Thu, 8 Feb 2024 16:06:33 +0000
Subject: [PATCH 734/938] Add Braintree (#10234)
---
_data/simple-icons.json | 5 +++++
icons/braintree.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/braintree.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 5258b9639..f1321b94d 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -2217,6 +2217,11 @@
"hex": "3584E3",
"source": "https://boxy-svg.com/ideas/7/app-icon-redesign#comment-1953"
},
+ {
+ "title": "Braintree",
+ "hex": "000000",
+ "source": "https://www.braintreepayments.com/press"
+ },
{
"title": "Brandfolder",
"hex": "40D1F5",
diff --git a/icons/braintree.svg b/icons/braintree.svg
new file mode 100644
index 000000000..0e312e841
--- /dev/null
+++ b/icons/braintree.svg
@@ -0,0 +1 @@
+Braintree
\ No newline at end of file
From d03ac520bc292ac294cd0e8a24cb230177330bae Mon Sep 17 00:00:00 2001
From: Adam Rusted
Date: Thu, 8 Feb 2024 17:57:55 +0000
Subject: [PATCH 735/938] Update Grammarly (#10416)
---
_data/simple-icons.json | 2 +-
icons/grammarly.svg | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index f1321b94d..441a6ce5f 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -6143,7 +6143,7 @@
},
{
"title": "Grammarly",
- "hex": "15C39A",
+ "hex": "027E6F",
"source": "https://www.grammarly.com/media-assets"
},
{
diff --git a/icons/grammarly.svg b/icons/grammarly.svg
index 8d460d582..da60aef70 100644
--- a/icons/grammarly.svg
+++ b/icons/grammarly.svg
@@ -1 +1 @@
-Grammarly
\ No newline at end of file
+Grammarly
\ No newline at end of file
From 0fea37114c6cae52e8c9dae9cb0e61ea9e9d16ba Mon Sep 17 00:00:00 2001
From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com>
Date: Thu, 8 Feb 2024 18:09:12 +0000
Subject: [PATCH 736/938] Add Keenetic (#10275)
---
_data/simple-icons.json | 6 ++++++
icons/keenetic.svg | 1 +
2 files changed, 7 insertions(+)
create mode 100644 icons/keenetic.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 441a6ce5f..a4e8d1198 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -7678,6 +7678,12 @@
"url": "https://www.linuxfoundation.org/trademark-usage"
}
},
+ {
+ "title": "Keenetic",
+ "hex": "009EE2",
+ "source": "https://keenetic.com",
+ "guidelines": "https://keenetic.com/en/legal"
+ },
{
"title": "Keep a Changelog",
"hex": "E05735",
diff --git a/icons/keenetic.svg b/icons/keenetic.svg
new file mode 100644
index 000000000..5b80826cc
--- /dev/null
+++ b/icons/keenetic.svg
@@ -0,0 +1 @@
+Keenetic
\ No newline at end of file
From edc1bffb594b28830c41ffbd3d1085dcf8235dc3 Mon Sep 17 00:00:00 2001
From: Stefano Bartoletti <36746429+stefanobartoletti@users.noreply.github.com>
Date: Thu, 8 Feb 2024 19:49:33 +0100
Subject: [PATCH 737/938] Nexusmods (#10313)
---
_data/simple-icons.json | 5 +++++
icons/nexusmods.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/nexusmods.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index a4e8d1198..91a7930b5 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -9888,6 +9888,11 @@
"source": "https://nextui.org/figma",
"guidelines": "https://www.figma.com/community/file/1267584376234254760"
},
+ {
+ "title": "Nexus Mods",
+ "hex": "E6832B",
+ "source": "https://wiki.nexusmods.com/skins/Metrolook/images/nexuslogo.svg"
+ },
{
"title": "NFC",
"hex": "002E5F",
diff --git a/icons/nexusmods.svg b/icons/nexusmods.svg
new file mode 100644
index 000000000..a17e5ab28
--- /dev/null
+++ b/icons/nexusmods.svg
@@ -0,0 +1 @@
+Nexus Mods
\ No newline at end of file
From 3cd94bf289ab5804b4c41c95b1f0705172cc4ec6 Mon Sep 17 00:00:00 2001
From: Reza Mousavi
Date: Thu, 8 Feb 2024 22:49:12 +0330
Subject: [PATCH 738/938] Add Actix icon (#9461)
* Add Actix icon
* fix actix icon
* Revert icon
* Update Actix icon and source
---------
Co-authored-by: Adam Rusted
---
_data/simple-icons.json | 5 +++++
icons/actix.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/actix.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 91a7930b5..b79bb1913 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -156,6 +156,11 @@
"type": "CC0-1.0"
}
},
+ {
+ "title": "Actix",
+ "hex": "000000",
+ "source": "https://github.com/actix/actix-website/issues/18#issuecomment-393581556"
+ },
{
"title": "Acura",
"hex": "000000",
diff --git a/icons/actix.svg b/icons/actix.svg
new file mode 100644
index 000000000..caaa30d10
--- /dev/null
+++ b/icons/actix.svg
@@ -0,0 +1 @@
+Actix
\ No newline at end of file
From 951b1285c057607e48dad48447454af5b668182b Mon Sep 17 00:00:00 2001
From: Alexandre Paradis
Date: Thu, 8 Feb 2024 14:39:15 -0500
Subject: [PATCH 739/938] Add Appium (#10419)
---
_data/simple-icons.json | 6 ++++++
icons/appium.svg | 1 +
2 files changed, 7 insertions(+)
create mode 100644 icons/appium.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index b79bb1913..81db88499 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -1267,6 +1267,12 @@
"source": "https://appian.com",
"guidelines": "https://assets.appian.com/uploads/assets/Appian_BrandGuidelines_Newsroom.pdf"
},
+ {
+ "title": "Appium",
+ "hex": "EE376D",
+ "source": "https://github.com/openjs-foundation/artwork/blob/270575392800eb17a02612203f6f0d5868c634a7/projects/appium/appium-icon-mono.svg",
+ "guidelines": "https://github.com/openjs-foundation/artwork/tree/270575392800eb17a02612203f6f0d5868c634a7/projects/appium"
+ },
{
"title": "Apple",
"hex": "000000",
diff --git a/icons/appium.svg b/icons/appium.svg
new file mode 100644
index 000000000..2ea09613f
--- /dev/null
+++ b/icons/appium.svg
@@ -0,0 +1 @@
+Appium
\ No newline at end of file
From 58d1ded88060fce044b95e3c0aa92a9e0dff1733 Mon Sep 17 00:00:00 2001
From: jeoooo
Date: Fri, 9 Feb 2024 04:31:02 +0800
Subject: [PATCH 740/938] Add icon for HiveMQ (#10393)
---
_data/simple-icons.json | 6 ++++++
icons/hivemq.svg | 1 +
2 files changed, 7 insertions(+)
create mode 100644 icons/hivemq.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 81db88499..d56b0375d 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -6634,6 +6634,12 @@
"hex": "E31337",
"source": "https://hive.io/brand"
},
+ {
+ "title": "HiveMQ",
+ "hex": "FFC000",
+ "source": "https://www.hivemq.com",
+ "guidelines": "https://www.hivemq.com/company/hivemq-brand-resources"
+ },
{
"title": "Home Assistant",
"hex": "18BCF2",
diff --git a/icons/hivemq.svg b/icons/hivemq.svg
new file mode 100644
index 000000000..d46d585e9
--- /dev/null
+++ b/icons/hivemq.svg
@@ -0,0 +1 @@
+HiveMQ
\ No newline at end of file
From 062d4b4fcaa9ac0e479e829c578ccca21ed4f353 Mon Sep 17 00:00:00 2001
From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com>
Date: Thu, 8 Feb 2024 20:37:00 +0000
Subject: [PATCH 741/938] Add RustDesk (#10319)
---
_data/simple-icons.json | 5 +++++
icons/rustdesk.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/rustdesk.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index d56b0375d..152d43ab4 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -12858,6 +12858,11 @@
"type": "CC-BY-SA-4.0"
}
},
+ {
+ "title": "RustDesk",
+ "hex": "024EFF",
+ "source": "https://github.com/rustdesk/rustdesk/blob/80857c22c9ee1578b4329aec3250c3e6f285a7d2/res/logo.svg"
+ },
{
"title": "RxDB",
"hex": "8D1F89",
diff --git a/icons/rustdesk.svg b/icons/rustdesk.svg
new file mode 100644
index 000000000..926304f28
--- /dev/null
+++ b/icons/rustdesk.svg
@@ -0,0 +1 @@
+RustDesk
\ No newline at end of file
From f37cac5a58f27c22684a5ea25373ef6d40130233 Mon Sep 17 00:00:00 2001
From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com>
Date: Thu, 8 Feb 2024 20:38:58 +0000
Subject: [PATCH 742/938] Add Codefresh (#10327)
---
_data/simple-icons.json | 5 +++++
icons/codefresh.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/codefresh.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 152d43ab4..a9aa28381 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -3071,6 +3071,11 @@
"hex": "1F8ACB",
"source": "https://codeforces.com"
},
+ {
+ "title": "Codefresh",
+ "hex": "08B1AB",
+ "source": "https://codefresh.io"
+ },
{
"title": "CodeIgniter",
"hex": "EF4223",
diff --git a/icons/codefresh.svg b/icons/codefresh.svg
new file mode 100644
index 000000000..a0708e3c1
--- /dev/null
+++ b/icons/codefresh.svg
@@ -0,0 +1 @@
+Codefresh
\ No newline at end of file
From a4d32ad4447c863c99b9656674957912081b98e5 Mon Sep 17 00:00:00 2001
From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com>
Date: Thu, 8 Feb 2024 20:41:36 +0000
Subject: [PATCH 743/938] Add Namu Wiki (#10328)
---
_data/simple-icons.json | 10 ++++++++++
icons/namuwiki.svg | 1 +
2 files changed, 11 insertions(+)
create mode 100644 icons/namuwiki.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index a9aa28381..6423d3ee7 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -9667,6 +9667,16 @@
"hex": "DE3723",
"source": "https://www.namecheap.com"
},
+ {
+ "title": "Namu Wiki",
+ "hex": "008275",
+ "source": "https://namu.wiki/w/%ED%8C%8C%EC%9D%BC:%EB%82%98%EB%AC%B4%EC%9C%84%ED%82%A4%20%EC%95%84%EC%9D%B4%EC%BD%98.svg",
+ "aliases": {
+ "loc": {
+ "ko-KR": "나무위키"
+ }
+ }
+ },
{
"title": "Nano",
"hex": "4A90E2",
diff --git a/icons/namuwiki.svg b/icons/namuwiki.svg
new file mode 100644
index 000000000..69301134b
--- /dev/null
+++ b/icons/namuwiki.svg
@@ -0,0 +1 @@
+Namu Wiki
\ No newline at end of file
From eeecd05aa4265543adf0203d5f8acc952aeb82c2 Mon Sep 17 00:00:00 2001
From: Garbg <83542885+Garbg@users.noreply.github.com>
Date: Sat, 10 Feb 2024 05:36:02 -0500
Subject: [PATCH 744/938] Add roll20 logo (#10425)
---
_data/simple-icons.json | 5 +++++
icons/roll20.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/roll20.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 6423d3ee7..56fa79992 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -12679,6 +12679,11 @@
"source": "https://www.roku.com",
"guidelines": "https://docs.roku.com/published/trademarkguidelines/en/ca"
},
+ {
+ "title": "Roll20",
+ "hex": "E10085",
+ "source": "https://roll20.net"
+ },
{
"title": "Rolls-Royce",
"hex": "281432",
diff --git a/icons/roll20.svg b/icons/roll20.svg
new file mode 100644
index 000000000..c042b010b
--- /dev/null
+++ b/icons/roll20.svg
@@ -0,0 +1 @@
+Roll20
\ No newline at end of file
From c927949b39d77651032671c065fe816d43624690 Mon Sep 17 00:00:00 2001
From: Garbg <83542885+Garbg@users.noreply.github.com>
Date: Sat, 10 Feb 2024 05:40:51 -0500
Subject: [PATCH 745/938] Update accenture Icon (#10424)
---
icons/accenture.svg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/icons/accenture.svg b/icons/accenture.svg
index 2ac6434e5..f8cdf561b 100644
--- a/icons/accenture.svg
+++ b/icons/accenture.svg
@@ -1 +1 @@
-Accenture
\ No newline at end of file
+Accenture
\ No newline at end of file
From 4169481cbaa8e5d734e18df4e058beb2d60b99ba Mon Sep 17 00:00:00 2001
From: prem munagapati <54018894+Mvlprem@users.noreply.github.com>
Date: Sat, 10 Feb 2024 16:13:45 +0530
Subject: [PATCH 746/938] Add LintCode Icon (#10422)
---
_data/simple-icons.json | 5 +++++
icons/lintcode.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/lintcode.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 56fa79992..d05fa00d4 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -8379,6 +8379,11 @@
"hex": "43E55E",
"source": "https://linktr.ee"
},
+ {
+ "title": "LintCode",
+ "hex": "13B4FF",
+ "source": "https://www.lintcode.com"
+ },
{
"title": "Linux",
"hex": "FCC624",
diff --git a/icons/lintcode.svg b/icons/lintcode.svg
new file mode 100644
index 000000000..278621b6d
--- /dev/null
+++ b/icons/lintcode.svg
@@ -0,0 +1 @@
+LintCode
\ No newline at end of file
From a50698e7056e5c7f272370ea05951d1bca6aec71 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
Date: Sun, 11 Feb 2024 00:24:35 +0000
Subject: [PATCH 747/938] version bump
---
README.md | 2 +-
package.json | 2 +-
slugs.md | 26 ++++++++++++++++++++++++++
3 files changed, 28 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index e4a582bff..893ac6b6f 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
Simple Icons
-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.
+Over 3000 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 8a1d809b7..e12e6a52d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "simple-icons",
- "version": "11.3.0",
+ "version": "11.4.0",
"description": "SVG icons for popular brands https://simpleicons.org",
"homepage": "https://simpleicons.org",
"keywords": [
diff --git a/slugs.md b/slugs.md
index 14a8a17a6..fd9044db0 100644
--- a/slugs.md
+++ b/slugs.md
@@ -36,6 +36,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `ActiGraph` | `actigraph` |
| `Activision` | `activision` |
| `ActivityPub` | `activitypub` |
+| `Actix` | `actix` |
| `Acura` | `acura` |
| `Adafruit` | `adafruit` |
| `AdBlock` | `adblock` |
@@ -205,6 +206,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Apostrophe` | `apostrophe` |
| `App Store` | `appstore` |
| `Appian` | `appian` |
+| `Appium` | `appium` |
| `Apple` | `apple` |
| `Apple Arcade` | `applearcade` |
| `Apple Music` | `applemusic` |
@@ -322,6 +324,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `BentoML` | `bentoml` |
| `BeReal` | `bereal` |
| `Betfair` | `betfair` |
+| `Better Stack` | `betterstack` |
| `Bevy` | `bevy` |
| `Big Cartel` | `bigcartel` |
| `bigbasket` | `bigbasket` |
@@ -383,6 +386,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Bower` | `bower` |
| `Box` | `box` |
| `Boxy SVG` | `boxysvg` |
+| `Braintree` | `braintree` |
| `Brandfolder` | `brandfolder` |
| `Brave` | `brave` |
| `Breaker` | `breaker` |
@@ -406,8 +410,10 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Bukalapak` | `bukalapak` |
| `Bulma` | `bulma` |
| `Bun` | `bun` |
+| `Bungie` | `bungie` |
| `bunq` | `bunq` |
| `Burger King` | `burgerking` |
+| `Burp Suite` | `burpsuite` |
| `Burton` | `burton` |
| `Buy Me A Coffee` | `buymeacoffee` |
| `BuzzFeed` | `buzzfeed` |
@@ -509,6 +515,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Cloudflare` | `cloudflare` |
| `Cloudflare Pages` | `cloudflarepages` |
| `Cloudinary` | `cloudinary` |
+| `Cloudron` | `cloudron` |
| `Cloudsmith` | `cloudsmith` |
| `Cloudways` | `cloudways` |
| `Clubhouse` | `clubhouse` |
@@ -534,6 +541,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Codecov` | `codecov` |
| `CodeFactor` | `codefactor` |
| `Codeforces` | `codeforces` |
+| `Codefresh` | `codefresh` |
| `CodeIgniter` | `codeigniter` |
| `Codeium` | `codeium` |
| `Codemagic` | `codemagic` |
@@ -826,6 +834,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Event Store` | `eventstore` |
| `Eventbrite` | `eventbrite` |
| `Evernote` | `evernote` |
+| `Excalidraw` | `excalidraw` |
| `Exercism` | `exercism` |
| `Exordo` | `exordo` |
| `Exoscale` | `exoscale` |
@@ -924,6 +933,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `foodpanda` | `foodpanda` |
| `Ford` | `ford` |
| `Forgejo` | `forgejo` |
+| `Formspree` | `formspree` |
| `Formstack` | `formstack` |
| `Fortinet` | `fortinet` |
| `Fortran` | `fortran` |
@@ -1020,6 +1030,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Godot Engine` | `godotengine` |
| `GoFundMe` | `gofundme` |
| `GOG.com` | `gogdotcom` |
+| `Gojek` | `gojek` |
| `GoLand` | `goland` |
| `GoldenLine` | `goldenline` |
| `Goldman Sachs` | `goldmansachs` |
@@ -1049,6 +1060,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Google Data Studio` | `googledatastudio` |
| `Google Dataflow` | `googledataflow` |
| `Google Dataproc` | `googledataproc` |
+| `Google Display & Video 360` | `googledisplayandvideo360` |
| `Google Docs` | `googledocs` |
| `Google Domains` | `googledomains` |
| `Google Drive` | `googledrive` |
@@ -1171,6 +1183,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Hitachi` | `hitachi` |
| `Hive` | `hive` |
| `Hive` | `hive_blockchain` |
+| `HiveMQ` | `hivemq` |
| `Home Assistant` | `homeassistant` |
| `Home Assistant Community Store` | `homeassistantcommunitystore` |
| `HomeAdvisor` | `homeadvisor` |
@@ -1361,6 +1374,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `KDE` | `kde` |
| `Kdenlive` | `kdenlive` |
| `Kedro` | `kedro` |
+| `Keenetic` | `keenetic` |
| `Keep a Changelog` | `keepachangelog` |
| `KeePassXC` | `keepassxc` |
| `Kentico` | `kentico` |
@@ -1388,6 +1402,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Klook` | `klook` |
| `Knative` | `knative` |
| `Knex.js` | `knexdotjs` |
+| `KNIME` | `knime` |
| `KnowledgeBase` | `knowledgebase` |
| `Known` | `known` |
| `Ko-fi` | `kofi` |
@@ -1410,6 +1425,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Kubuntu` | `kubuntu` |
| `KuCoin` | `kucoin` |
| `Kuma` | `kuma` |
+| `Kununu` | `kununu` |
| `Kuula` | `kuula` |
| `KX` | `kx` |
| `Kyocera` | `kyocera` |
@@ -1474,6 +1490,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Linkfire` | `linkfire` |
| `Linksys` | `linksys` |
| `Linktree` | `linktree` |
+| `LintCode` | `lintcode` |
| `Linux` | `linux` |
| `Linux Containers` | `linuxcontainers` |
| `Linux Foundation` | `linuxfoundation` |
@@ -1699,6 +1716,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `N26` | `n26` |
| `Namebase` | `namebase` |
| `Namecheap` | `namecheap` |
+| `Namu Wiki` | `namuwiki` |
| `Nano` | `nano` |
| `NASA` | `nasa` |
| `National Grid` | `nationalgrid` |
@@ -1713,6 +1731,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `NEC` | `nec` |
| `Neo4j` | `neo4j` |
| `Neovim` | `neovim` |
+| `Neptune` | `neptune` |
| `NestJS` | `nestjs` |
| `NetApp` | `netapp` |
| `NetBSD` | `netbsd` |
@@ -1736,6 +1755,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Nextdoor` | `nextdoor` |
| `Nextra` | `nextra` |
| `NextUI` | `nextui` |
+| `Nexus Mods` | `nexusmods` |
| `NFC` | `nfc` |
| `NGINX` | `nginx` |
| `Nginx Proxy Manager` | `nginxproxymanager` |
@@ -2005,6 +2025,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Polywork` | `polywork` |
| `Pond5` | `pond5` |
| `Pop!_OS` | `popos` |
+| `Porkbun` | `porkbun` |
| `Porsche` | `porsche` |
| `Portainer` | `portainer` |
| `PortSwigger` | `portswigger` |
@@ -2090,6 +2111,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Qantas` | `qantas` |
| `Qase` | `qase` |
| `Qatar Airways` | `qatarairways` |
+| `qbittorrent` | `qbittorrent` |
| `QEMU` | `qemu` |
| `Qgis` | `qgis` |
| `Qi` | `qi` |
@@ -2220,6 +2242,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Rockwell Automation` | `rockwellautomation` |
| `Rocky Linux` | `rockylinux` |
| `Roku` | `roku` |
+| `Roll20` | `roll20` |
| `Rolls-Royce` | `rollsroyce` |
| `rollup.js` | `rollupdotjs` |
| `Rome` | `rome` |
@@ -2253,6 +2276,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `RunKit` | `runkit` |
| `Runrun.it` | `runrundotit` |
| `Rust` | `rust` |
+| `RustDesk` | `rustdesk` |
| `RxDB` | `rxdb` |
| `Ryanair` | `ryanair` |
| `Rye` | `rye` |
@@ -2709,6 +2733,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Typeform` | `typeform` |
| `TypeScript` | `typescript` |
| `TYPO3` | `typo3` |
+| `Typst` | `typst` |
| `Uber` | `uber` |
| `Uber Eats` | `ubereats` |
| `Ubiquiti` | `ubiquiti` |
@@ -2873,6 +2898,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Wells Fargo` | `wellsfargo` |
| `WEMO` | `wemo` |
| `Western Digital` | `westerndigital` |
+| `Western Union` | `westernunion` |
| `WeTransfer` | `wetransfer` |
| `WezTerm` | `wezterm` |
| `WhatsApp` | `whatsapp` |
From 56993f5100d2dc125ed7e5b7d3c330e4e0ff6a22 Mon Sep 17 00:00:00 2001
From: LitoMore
Date: Sun, 11 Feb 2024 12:52:10 +0800
Subject: [PATCH 748/938] Optimize disclaimer formatting (#10439)
---
.github/workflows/publish.yml | 8 +++---
DISCLAIMER.md | 6 ++--
scripts/release/reformat-markdown.js | 41 ++++++++++++++++++++++++++++
scripts/release/reformat-readme.js | 33 ----------------------
4 files changed, 48 insertions(+), 40 deletions(-)
create mode 100644 scripts/release/reformat-markdown.js
delete mode 100644 scripts/release/reformat-readme.js
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index dcdc82f03..bdd3c9c26 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -52,8 +52,8 @@ jobs:
uses: ./.github/actions/get-version
- name: Install dependencies
run: npm i
- - name: Reformat README to regular markdown
- run: node ./scripts/release/reformat-readme.js "${{ steps.get-version.outputs.version }}"
+ - name: Reformat to regular markdown
+ run: node ./scripts/release/reformat-markdown.js "${{ steps.get-version.outputs.version }}"
- name: Update SDK Typescript definitions
run: node ./scripts/release/update-sdk-ts-defs.js
- name: Build NodeJS package
@@ -74,8 +74,8 @@ jobs:
uses: kceb/git-message-action@v2
- id: get-version
uses: ./.github/actions/get-version
- - name: Replace CDN theme image links from README
- run: node ./scripts/release/reformat-readme.js "${{ steps.get-version.outputs.version }}"
+ - name: Reformat to regular markdown
+ run: node ./scripts/release/reformat-markdown.js "${{ steps.get-version.outputs.version }}"
- name: Configure GIT credentials
run: |
git config user.name "${GITHUB_ACTOR}"
diff --git a/DISCLAIMER.md b/DISCLAIMER.md
index 5edf56378..9ff134576 100644
--- a/DISCLAIMER.md
+++ b/DISCLAIMER.md
@@ -11,10 +11,10 @@ Simple Icons asks that its users read this disclaimer fully before including an
## Licenses, Copyrights & Trademarks
-> **Note**\
+> [!IMPORTANT]\
> The addition of licenses to Simple Icons is an ongoing project. Hence, the absence of licence data for a particular icon does not imply that the icon is not released under a license.
-> **Note**\
+> [!NOTE]\
> Simple Icons is released under CC0 - though that doesn't mean to imply that all icons within the project are also CC0. Please see individual licenses where available.
Simple Icons provides data on the license under which icons are available. We ask users to carefully consider this when using an icon. As licenses are subject to change we also ask our users to regularly check if the license of the icons they use have been changed.
@@ -29,7 +29,7 @@ Simple Icons cannot be held responsible for any legal activity raised by a brand
## Brand Guidelines
-> **Note**\
+> [!NOTE]\
> The addition of guidelines to Simple Icons is an ongoing project. In the meantime, users of Simple Icons are instead encouraged to check the `source` URL as, in some cases, the icon will have been sourced from official guidelines. The lack of a `guidelines` entry for a particular brand does not imply that the brand has no guidelines.
Simple Icons provides a link to a brand's _branding guidelines_ (or similar) if the brand provides one. We ask our users read these guidelines and ensure their usage of the brand's icon is in accordance with them. As guidelines are subject to change we also ask our users to regularly check if the brand guidelines of the icons they use have been updated.
diff --git a/scripts/release/reformat-markdown.js b/scripts/release/reformat-markdown.js
new file mode 100644
index 000000000..2606a58da
--- /dev/null
+++ b/scripts/release/reformat-markdown.js
@@ -0,0 +1,41 @@
+/**
+ * @fileoverview
+ * Rewrite some Markdown files.
+ */
+
+import path from 'node:path';
+import { writeFile, readFile } from 'node:fs/promises';
+import { getDirnameFromImportMeta } from '../../sdk.mjs';
+
+const LINKS_BRANCH = process.argv[2] || 'develop';
+
+const __dirname = getDirnameFromImportMeta(import.meta.url);
+
+const rootDir = path.resolve(__dirname, '..', '..');
+const readmeFile = path.resolve(rootDir, 'README.md');
+const disclaimerFile = path.resolve(rootDir, 'DISCLAIMER.md');
+
+const reformat = async (filePath) => {
+ const fileContent = await readFile(filePath, 'utf8');
+ await writeFile(
+ filePath,
+ fileContent
+ // Replace all CDN links with raw links
+ .replace(
+ /https:\/\/cdn.simpleicons.org\/(.+)\/000\/fff/g,
+ `https://raw.githubusercontent.com/simple-icons/simple-icons/${LINKS_BRANCH}/icons/$1.svg`,
+ )
+ // Replace all GitHub blockquotes with regular markdown
+ // Reference: https://github.com/orgs/community/discussions/16925
+ .replace(
+ /\[!(NOTE|TIP|IMPORTANT|WARNING|CAUTION)\](?!\()/g,
+ function (str, $0) {
+ const capital = $0.substr(0, 1);
+ const body = $0.substr(1).toLowerCase();
+ return `**${capital + body}**`;
+ },
+ ),
+ );
+};
+
+await Promise.all([reformat(readmeFile), reformat(disclaimerFile)]);
diff --git a/scripts/release/reformat-readme.js b/scripts/release/reformat-readme.js
deleted file mode 100644
index 6d19aac11..000000000
--- a/scripts/release/reformat-readme.js
+++ /dev/null
@@ -1,33 +0,0 @@
-/**
- * @fileoverview
- * Reformat README to regular markdown.
- */
-
-import path from 'node:path';
-import { writeFile, readFile } from 'node:fs/promises';
-import { getDirnameFromImportMeta } from '../../sdk.mjs';
-
-const LINKS_BRANCH = process.argv[2] || 'develop';
-
-const __dirname = getDirnameFromImportMeta(import.meta.url);
-
-const rootDir = path.resolve(__dirname, '..', '..');
-const readmeFile = path.resolve(rootDir, 'README.md');
-
-const readme = await readFile(readmeFile, 'utf8');
-await writeFile(
- readmeFile,
- readme
- .replace(
- /https:\/\/cdn.simpleicons.org\/(.+)\/000\/fff/g,
- `https://raw.githubusercontent.com/simple-icons/simple-icons/${LINKS_BRANCH}/icons/$1.svg`,
- )
- .replace(
- /\[!(NOTE|TIP|IMPORTANT|WARNING|CAUTION)\](?!\()/g,
- function (str, $0) {
- const capital = $0.substr(0, 1);
- const body = $0.substr(1).toLowerCase();
- return `**${capital + body}**`;
- },
- ),
-);
From c289d8e08f8fdb05f1be998ee6ca36a8ed9961b5 Mon Sep 17 00:00:00 2001
From: 21st <60197499+21st-centuryman@users.noreply.github.com>
Date: Sun, 11 Feb 2024 13:13:29 +0100
Subject: [PATCH 749/938] Radarr (#10443)
---
_data/simple-icons.json | 5 +++++
icons/radarr.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/radarr.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index d05fa00d4..43960f8d7 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -12137,6 +12137,11 @@
"hex": "007AFF",
"source": "https://radar.io"
},
+ {
+ "title": "radarr",
+ "hex": "FFCB3D",
+ "source": "https://github.com/Radarr/Radarr/blob/5f624a147bb62d37b731d9a0ae02bfd338793962/Logo/Radarr.svg"
+ },
{
"title": "RadioPublic",
"hex": "CE262F",
diff --git a/icons/radarr.svg b/icons/radarr.svg
new file mode 100644
index 000000000..85c427915
--- /dev/null
+++ b/icons/radarr.svg
@@ -0,0 +1 @@
+radarr
\ No newline at end of file
From 2bba07fdbfbefbb40dfc0edeb4a6c47adb244c5b Mon Sep 17 00:00:00 2001
From: Garbg <83542885+Garbg@users.noreply.github.com>
Date: Sun, 11 Feb 2024 07:38:07 -0500
Subject: [PATCH 750/938] Add zaim icon (#10432)
---
_data/simple-icons.json | 5 +++++
icons/zaim.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/zaim.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 43960f8d7..ffabc74cc 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -16812,6 +16812,11 @@
"hex": "006420",
"source": "https://www.zabka.pl"
},
+ {
+ "title": "Zaim",
+ "hex": "50A135",
+ "source": "https://zaim.net"
+ },
{
"title": "Zalando",
"hex": "FF6900",
diff --git a/icons/zaim.svg b/icons/zaim.svg
new file mode 100644
index 000000000..7eafe69ae
--- /dev/null
+++ b/icons/zaim.svg
@@ -0,0 +1 @@
+Zaim
\ No newline at end of file
From 310c7f7576858731366797de731115b0e30c1877 Mon Sep 17 00:00:00 2001
From: prem munagapati <54018894+Mvlprem@users.noreply.github.com>
Date: Sun, 11 Feb 2024 18:16:42 +0530
Subject: [PATCH 751/938] Add Papers With Code (#10435)
---
_data/simple-icons.json | 5 +++++
icons/paperswithcode.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/paperswithcode.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index ffabc74cc..5daf5bf7c 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -10827,6 +10827,11 @@
"hex": "17541F",
"source": "https://github.com/paperless-ngx/paperless-ngx/blob/e16645b146da24f07004eb772a455450354a37a7/resources/logo/web/svg/square.svg"
},
+ {
+ "title": "Papers With Code",
+ "hex": "21CBCE",
+ "source": "https://paperswithcode.com"
+ },
{
"title": "Paperspace",
"hex": "000000",
diff --git a/icons/paperswithcode.svg b/icons/paperswithcode.svg
new file mode 100644
index 000000000..c17d22356
--- /dev/null
+++ b/icons/paperswithcode.svg
@@ -0,0 +1 @@
+Papers With Code
\ No newline at end of file
From 0bc1744db968bf3b566ae4e7834d0d2436441af8 Mon Sep 17 00:00:00 2001
From: Garbg <83542885+Garbg@users.noreply.github.com>
Date: Sun, 11 Feb 2024 07:49:20 -0500
Subject: [PATCH 752/938] Add Lucid icon (#10437)
---
_data/simple-icons.json | 6 ++++++
icons/lucid.svg | 1 +
2 files changed, 7 insertions(+)
create mode 100644 icons/lucid.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 5daf5bf7c..c33504f89 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -8559,6 +8559,12 @@
"hex": "0068C8",
"source": "https://lubuntu.net"
},
+ {
+ "title": "Lucid",
+ "hex": "282C33",
+ "source": "https://lucid.co/brand",
+ "guidelines": "https://lucid.co/brand"
+ },
{
"title": "Ludwig",
"hex": "000000",
diff --git a/icons/lucid.svg b/icons/lucid.svg
new file mode 100644
index 000000000..e031b0d58
--- /dev/null
+++ b/icons/lucid.svg
@@ -0,0 +1 @@
+Lucid
\ No newline at end of file
From 5e24b31f2fff88a20462f83be9bea876578b1678 Mon Sep 17 00:00:00 2001
From: Ben Hur
Date: Sun, 11 Feb 2024 07:52:17 -0500
Subject: [PATCH 753/938] Add Netdata icon (#10438)
---
_data/simple-icons.json | 5 +++++
icons/netdata.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/netdata.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index c33504f89..2a07861a5 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -9799,6 +9799,11 @@
"source": "https://www.netcup.de/static/assets/images/favicons/favicon.svg",
"guidelines": "https://www.netcup.eu/ueber-netcup/werbemittel"
},
+ {
+ "title": "Netdata",
+ "hex": "00AB44",
+ "source": "https://www.netdata.cloud"
+ },
{
"title": "NetEase Cloud Music",
"hex": "D43C33",
diff --git a/icons/netdata.svg b/icons/netdata.svg
new file mode 100644
index 000000000..17dec15eb
--- /dev/null
+++ b/icons/netdata.svg
@@ -0,0 +1 @@
+Netdata
\ No newline at end of file
From 13ff19f5f99f14ce9b1064d1714fc26e7d1c9817 Mon Sep 17 00:00:00 2001
From: 21st <60197499+21st-centuryman@users.noreply.github.com>
Date: Sun, 11 Feb 2024 20:10:45 +0100
Subject: [PATCH 754/938] Sonarr (#10444)
---
_data/simple-icons.json | 5 +++++
icons/sonarr.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/sonarr.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 2a07861a5..f3f7ebfae 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -13765,6 +13765,11 @@
"source": "https://www.sonarqube.org/logos/",
"guidelines": "https://www.sonarqube.org/logos/"
},
+ {
+ "title": "sonarr",
+ "hex": "2596BE",
+ "source": "https://github.com/Sonarr/Sonarr/blob/913b845faadc3c9fc005abfba815426743d01bdf/Logo/Sonarr.svg"
+ },
{
"title": "Sonatype",
"hex": "1B1C30",
diff --git a/icons/sonarr.svg b/icons/sonarr.svg
new file mode 100644
index 000000000..4ccda14ea
--- /dev/null
+++ b/icons/sonarr.svg
@@ -0,0 +1 @@
+sonarr
\ No newline at end of file
From 8e239cdac52b56313ce3f329cefcc52b3659e009 Mon Sep 17 00:00:00 2001
From: Garbg <83542885+Garbg@users.noreply.github.com>
Date: Sun, 11 Feb 2024 16:07:34 -0500
Subject: [PATCH 755/938] Add NameMC icon (#10433)
---
_data/simple-icons.json | 5 +++++
icons/namemc.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/namemc.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index f3f7ebfae..10c30179e 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -9678,6 +9678,11 @@
"hex": "DE3723",
"source": "https://www.namecheap.com"
},
+ {
+ "title": "NameMC",
+ "hex": "12161A",
+ "source": "https://namemc.com"
+ },
{
"title": "Namu Wiki",
"hex": "008275",
diff --git a/icons/namemc.svg b/icons/namemc.svg
new file mode 100644
index 000000000..803069e0c
--- /dev/null
+++ b/icons/namemc.svg
@@ -0,0 +1 @@
+NameMC
\ No newline at end of file
From 60442b3edb024b1b02c29c3c415611279eb013c6 Mon Sep 17 00:00:00 2001
From: Adam Rusted
Date: Mon, 12 Feb 2024 10:24:16 +0000
Subject: [PATCH 756/938] Add PyCQA (#9994)
---
_data/simple-icons.json | 8 ++++++++
icons/pycqa.svg | 1 +
2 files changed, 9 insertions(+)
create mode 100644 icons/pycqa.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 10c30179e..51f82412b 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -11884,6 +11884,14 @@
"source": "https://www.jetbrains.com/company/brand/logos/",
"guidelines": "https://www.jetbrains.com/company/brand/"
},
+ {
+ "title": "PyCQA",
+ "hex": "201B44",
+ "source": "https://github.com/PyCQA/meta/blob/ac828d8d7eb55501addefb0ceb6496ab15e85ca5/logo/pycqa1-02.svg",
+ "license": {
+ "type": "CC-BY-NC-ND-4.0"
+ }
+ },
{
"title": "Pydantic",
"hex": "E92063",
diff --git a/icons/pycqa.svg b/icons/pycqa.svg
new file mode 100644
index 000000000..1f67b5407
--- /dev/null
+++ b/icons/pycqa.svg
@@ -0,0 +1 @@
+PyCQA
\ No newline at end of file
From 766ff6f34e16fa2ad48b37e56eadbd450ce10c08 Mon Sep 17 00:00:00 2001
From: Ritesh Kokam <61982298+RiteshK-611@users.noreply.github.com>
Date: Mon, 12 Feb 2024 17:41:52 +0530
Subject: [PATCH 757/938] Add Sidekiq (#10045)
Co-authored-by: Adam Rusted
---
_data/simple-icons.json | 8 ++++++++
icons/sidekiq.svg | 1 +
2 files changed, 9 insertions(+)
create mode 100644 icons/sidekiq.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 51f82412b..268470726 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -13427,6 +13427,14 @@
"source": "https://www.shutterstock.com/press/media",
"guidelines": "https://www.shutterstock.com/press/media"
},
+ {
+ "title": "Sidekiq",
+ "hex": "B1003E",
+ "source": "https://sidekiq.org/about.html",
+ "license": {
+ "type": "CC-BY-SA-4.0"
+ }
+ },
{
"title": "SideQuest",
"hex": "101227",
diff --git a/icons/sidekiq.svg b/icons/sidekiq.svg
new file mode 100644
index 000000000..e3ab4df53
--- /dev/null
+++ b/icons/sidekiq.svg
@@ -0,0 +1 @@
+Sidekiq
\ No newline at end of file
From e2b22e4e874caa8efbe5654c99031c42577dfb1e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?V=C5=A9=20Minh=20Nguy=C3=AAn?=
Date: Mon, 12 Feb 2024 19:43:17 +0700
Subject: [PATCH 758/938] Add Wikimedia Foundation (#10061)
Co-authored-by: Adam Rusted
---
_data/simple-icons.json | 6 ++++++
icons/wikimediafoundation.svg | 1 +
2 files changed, 7 insertions(+)
create mode 100644 icons/wikimediafoundation.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 268470726..32b87d23c 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -16450,6 +16450,12 @@
"hex": "006699",
"source": "https://commons.wikimedia.org/wiki/File:Commons-logo.svg"
},
+ {
+ "title": "Wikimedia Foundation",
+ "hex": "000000",
+ "source": "https://foundation.wikimedia.org/wiki/File:Wikimedia-logo_black.svg",
+ "guidelines": "https://foundation.wikimedia.org/wiki/Wikimedia_visual_identity_guidelines"
+ },
{
"title": "Wikipedia",
"hex": "000000",
diff --git a/icons/wikimediafoundation.svg b/icons/wikimediafoundation.svg
new file mode 100644
index 000000000..c5479ecee
--- /dev/null
+++ b/icons/wikimediafoundation.svg
@@ -0,0 +1 @@
+Wikimedia Foundation
\ No newline at end of file
From 63fdd371536e70165e704dd76b48db55271a18c5 Mon Sep 17 00:00:00 2001
From: Garbg <83542885+Garbg@users.noreply.github.com>
Date: Mon, 12 Feb 2024 09:59:56 -0500
Subject: [PATCH 759/938] Update Airbus (#10421)
---
_data/simple-icons.json | 3 ++-
icons/airbus.svg | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 32b87d23c..7b811d3c4 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -449,7 +449,8 @@
{
"title": "Airbus",
"hex": "00205B",
- "source": "https://brand.airbus.com/brand-elements/logo.html"
+ "source": "https://brand.airbus.com/en/asset-library/airbus-logo",
+ "guidelines": "https://brand.airbus.com/en/asset-library/airbus-logo"
},
{
"title": "Airbyte",
diff --git a/icons/airbus.svg b/icons/airbus.svg
index e39bfd2bf..da43da473 100644
--- a/icons/airbus.svg
+++ b/icons/airbus.svg
@@ -1 +1 @@
-Airbus
\ No newline at end of file
+Airbus
\ No newline at end of file
From 7dd8404d5d983e86527692d466c453cf1fd9aced Mon Sep 17 00:00:00 2001
From: LitoMore
Date: Mon, 12 Feb 2024 23:32:39 +0800
Subject: [PATCH 760/938] Add contributors section to README (#10451)
---
README.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/README.md b/README.md
index 893ac6b6f..723212fad 100644
--- a/README.md
+++ b/README.md
@@ -195,3 +195,9 @@ echo file_get_contents('path/to/package/icons/simpleicons.svg');
Information describing how to contribute can be found in the file [CONTRIBUTING.md](https://github.com/simple-icons/simple-icons/blob/develop/CONTRIBUTING.md)
[slug]: https://github.com/simple-icons/simple-icons/blob/master/slugs.md
+
+## Contributors
+
+
+
+
From 6492e09294fe505ea50ed55abb73e2fb8da722df Mon Sep 17 00:00:00 2001
From: prem munagapati <54018894+Mvlprem@users.noreply.github.com>
Date: Mon, 12 Feb 2024 21:36:20 +0530
Subject: [PATCH 761/938] Add Typer (#10447)
---
_data/simple-icons.json | 5 +++++
icons/typer.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/typer.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 7b811d3c4..dcac7b69c 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -15443,6 +15443,11 @@
"hex": "262627",
"source": "https://www.typeform.com"
},
+ {
+ "title": "Typer",
+ "hex": "000000",
+ "source": "https://typer.tiangolo.com"
+ },
{
"title": "TypeScript",
"hex": "3178C6",
diff --git a/icons/typer.svg b/icons/typer.svg
new file mode 100644
index 000000000..92960d04e
--- /dev/null
+++ b/icons/typer.svg
@@ -0,0 +1 @@
+Typer
\ No newline at end of file
From 08047ca0f14de6ec879682ddfa5ea3ca3b6f1adb Mon Sep 17 00:00:00 2001
From: prem munagapati <54018894+Mvlprem@users.noreply.github.com>
Date: Tue, 13 Feb 2024 18:31:49 +0530
Subject: [PATCH 762/938] Add Camunda (#9756) (#10455)
---
_data/simple-icons.json | 6 ++++++
icons/camunda.svg | 1 +
2 files changed, 7 insertions(+)
create mode 100644 icons/camunda.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index dcac7b69c..0a4e02fa3 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -2494,6 +2494,12 @@
"hex": "111324",
"source": "https://www.campaignmonitor.com/company/brand/"
},
+ {
+ "title": "Camunda",
+ "hex": "FC5D0D",
+ "source": "https://camunda.com/brand",
+ "guidelines": "https://camunda.com/brand"
+ },
{
"title": "Canonical",
"hex": "E95420",
diff --git a/icons/camunda.svg b/icons/camunda.svg
new file mode 100644
index 000000000..b7622baac
--- /dev/null
+++ b/icons/camunda.svg
@@ -0,0 +1 @@
+Camunda
\ No newline at end of file
From 35854dd0c49b90d0a16c53f9942677efaf8eb2a2 Mon Sep 17 00:00:00 2001
From: patrik csak