From 5794f411a1c82115516e31ba8414b5ad3812c790 Mon Sep 17 00:00:00 2001 From: LitoMore Date: Mon, 13 Nov 2023 01:34:50 +0800 Subject: [PATCH 01/25] Use `save-exact` for dependencies (#9846) --- .npmrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.npmrc b/.npmrc index 43c97e719a5a..0ca8d2a0b62f 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1,2 @@ package-lock=false +save-exact=true From 54b2330b7c9c5a5d7f14bd8a904635c94a63b339 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Mond=C3=A9jar?= Date: Sun, 12 Nov 2023 22:12:59 +0100 Subject: [PATCH 02/25] Fix get-labels action when returning multiple labels (#9849) --- .github/actions/get-labels/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/get-labels/action.yml b/.github/actions/get-labels/action.yml index 8c242ab7199e..ce287844dc81 100644 --- a/.github/actions/get-labels/action.yml +++ b/.github/actions/get-labels/action.yml @@ -16,5 +16,5 @@ runs: - id: get-labels shell: sh run: | - labels="$(gh api 'repos/simple-icons/simple-icons/issues/${{ inputs.issue_number }}' --jq '.labels.[].name')" + labels="$(gh api 'repos/simple-icons/simple-icons/issues/${{ inputs.issue_number }}' --jq '.labels.[].name' | tr '\n' ',')" echo "labels=$labels" >> $GITHUB_OUTPUT From f74f0e6b995aa099458455eebe2e2e89fe1a9f89 Mon Sep 17 00:00:00 2001 From: Adam Rusted Date: Sun, 12 Nov 2023 21:37:10 +0000 Subject: [PATCH 03/25] Fix autocloser workflow (#9848) --- .github/workflows/autoclose-issues.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/autoclose-issues.yml b/.github/workflows/autoclose-issues.yml index 2cbf35d99ee5..0be2547f2438 100644 --- a/.github/workflows/autoclose-issues.yml +++ b/.github/workflows/autoclose-issues.yml @@ -8,6 +8,8 @@ jobs: run: runs-on: ubuntu-latest steps: + - name: Checkout + uses: actions/checkout@v4 - id: match-title name: Match title # if the title contains the word Java (case insensitive) @@ -22,6 +24,8 @@ jobs: uses: ./.github/actions/get-labels with: issue_number: ${{ github.event.issue.number }} + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # if the issue is labeled as a 'new icon' and it matches Java, we # - add a comment referring to the removal request From 4f2e50477d5d3f804eb15364c70d3e8e18e3dede Mon Sep 17 00:00:00 2001 From: Mike Bale <64280645+ripzerotwo@users.noreply.github.com> Date: Wed, 15 Nov 2023 04:32:24 -0500 Subject: [PATCH 04/25] Fairphone (#8268) Co-authored-by: PratyushJayachandran <35000807+PratyushJayachandran@users.noreply.github.com> --- _data/simple-icons.json | 5 +++++ icons/fairphone.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/fairphone.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 52c54e94badb..314fa91859d2 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -4358,6 +4358,11 @@ "hex": "EC1C24", "source": "https://sbox.facepunch.com/news" }, + { + "title": "Fairphone", + "hex": "4495D1", + "source": "https://www.fairphone.com" + }, { "title": "Falco", "hex": "00AEC7", diff --git a/icons/fairphone.svg b/icons/fairphone.svg new file mode 100644 index 000000000000..3262e30dc831 --- /dev/null +++ b/icons/fairphone.svg @@ -0,0 +1 @@ +Fairphone \ No newline at end of file From 93c3c777bb898c9380d6890d0f594d53ee1e7bfa Mon Sep 17 00:00:00 2001 From: Ashesh Singh Date: Wed, 15 Nov 2023 15:51:04 +0530 Subject: [PATCH 05/25] Add Webex (#8613) Co-authored-by: PratyushJayachandran <35000807+PratyushJayachandran@users.noreply.github.com> --- _data/simple-icons.json | 10 ++++++++++ icons/webex.svg | 1 + 2 files changed, 11 insertions(+) create mode 100644 icons/webex.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 314fa91859d2..aecd2d5e3167 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -14643,6 +14643,16 @@ "hex": "EA5906", "source": "https://webdriver.io/docs/api" }, + { + "title": "Webex", + "hex": "FFFFFF", + "source": "https://github.com/momentum-design/momentum-ui/blob/970c5bec962a3f72e17e0b7ed69f2c38d298c405/icons-rebrand/svg/webex-helix-filled.svg", + "guidelines": "https://resources.webex.com/webex/brand-exchange-collection", + "license": { + "type": "custom", + "url": "https://www.cisco.com/c/en/us/about/legal/trademarks.html" + } + }, { "title": "Webflow", "hex": "4353FF", diff --git a/icons/webex.svg b/icons/webex.svg new file mode 100644 index 000000000000..72a8291924b3 --- /dev/null +++ b/icons/webex.svg @@ -0,0 +1 @@ +Webex \ No newline at end of file From ff4292b04d5813fb779baa1ed37dfb70d4641f7a Mon Sep 17 00:00:00 2001 From: PratyushJayachandran <35000807+PratyushJayachandran@users.noreply.github.com> Date: Wed, 15 Nov 2023 04:45:16 -0700 Subject: [PATCH 06/25] Add wells fargo icon (#8867) --- _data/simple-icons.json | 5 +++++ icons/wellsfargo.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/wellsfargo.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index aecd2d5e3167..ca2748181d18 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -14751,6 +14751,11 @@ "hex": "000000", "source": "https://wellfound.com/logo" }, + { + "title": "Wells Fargo", + "hex": "D71E28", + "source": "https://www.wellsfargo.com/about" + }, { "title": "WEMO", "hex": "72D44C", diff --git a/icons/wellsfargo.svg b/icons/wellsfargo.svg new file mode 100644 index 000000000000..99199cf3214b --- /dev/null +++ b/icons/wellsfargo.svg @@ -0,0 +1 @@ +Wells Fargo \ No newline at end of file From 3e671d30ecf1850a477905788725acab8524086c Mon Sep 17 00:00:00 2001 From: PratyushJayachandran <35000807+PratyushJayachandran@users.noreply.github.com> Date: Wed, 15 Nov 2023 04:46:42 -0700 Subject: [PATCH 07/25] Add PlatformIO Icon (#8938) --- _data/simple-icons.json | 6 ++++++ icons/platformio.svg | 1 + 2 files changed, 7 insertions(+) create mode 100644 icons/platformio.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index ca2748181d18..3f287a0bdc83 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -10138,6 +10138,12 @@ "hex": "1A182A", "source": "https://platform.sh/logos/" }, + { + "title": "PlatformIO", + "hex": "F5822A", + "source": "https://piolabs.com", + "guidelines": "https://piolabs.com/legal/trademarks.html#use-of-logos" + }, { "title": "Platzi", "hex": "98CA3F", diff --git a/icons/platformio.svg b/icons/platformio.svg new file mode 100644 index 000000000000..93b5c1935a19 --- /dev/null +++ b/icons/platformio.svg @@ -0,0 +1 @@ +PlatformIO \ No newline at end of file From d85d675e3160995635be2b31042f949b1fbc1ce1 Mon Sep 17 00:00:00 2001 From: Abhinav Minhas Date: Wed, 15 Nov 2023 23:00:14 +1100 Subject: [PATCH 08/25] Add Tricentis icon (#9219) --- _data/simple-icons.json | 5 +++++ icons/tricentis.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/tricentis.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 3f287a0bdc83..96e5c009e8ac 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -13725,6 +13725,11 @@ "hex": "000000", "source": "https://upload.wikimedia.org/wikipedia/en/7/7a/Treyarch_logo.svg" }, + { + "title": "Tricentis", + "hex": "12438C", + "source": "https://www.tricentis.com" + }, { "title": "Trilium", "hex": "000000", diff --git a/icons/tricentis.svg b/icons/tricentis.svg new file mode 100644 index 000000000000..a4b2dbfcc0be --- /dev/null +++ b/icons/tricentis.svg @@ -0,0 +1 @@ +Tricentis \ No newline at end of file From dff9c9bfc3ad020125c679256c21f6e84e2a25e2 Mon Sep 17 00:00:00 2001 From: Iago Carmona <69121686+iagocarmona@users.noreply.github.com> Date: Wed, 15 Nov 2023 09:10:57 -0300 Subject: [PATCH 09/25] Add Satellite (#9468) --- _data/simple-icons.json | 5 +++++ icons/satellite.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/satellite.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 96e5c009e8ac..30e2bd5c84f3 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -11748,6 +11748,11 @@ "hex": "047DA3", "source": "https://www.prosiebensat1.com/presse/downloads/logos" }, + { + "title": "Satellite", + "hex": "000000", + "source": "https://www.satellite.me" + }, { "title": "Saturn", "hex": "EB680B", diff --git a/icons/satellite.svg b/icons/satellite.svg new file mode 100644 index 000000000000..8d7138181051 --- /dev/null +++ b/icons/satellite.svg @@ -0,0 +1 @@ +Satellite \ No newline at end of file From 5a05cf94d10e3d6c360342b7c96a981d27604bce Mon Sep 17 00:00:00 2001 From: Souma <101255979+5ouma@users.noreply.github.com> Date: Thu, 16 Nov 2023 00:59:07 +0900 Subject: [PATCH 10/25] Update: Read.cv (#9784) --- _data/simple-icons.json | 4 ++-- icons/readdotcv.svg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 30e2bd5c84f3..086bd60baae3 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -11111,9 +11111,9 @@ "source": "https://github.com/readthedocs/readthedocs.org/blob/2dc9706c4fe7fa6d4410ed0e5aedca8d4796fe0f/media/readthedocsbranding.ai" }, { - "title": "read.cv", + "title": "Read.cv", "hex": "111111", - "source": "https://read.cv/support/vcY96F2GqbvLOdKkWl0I" + "source": "https://read.cv/support/faq" }, { "title": "ReadMe", diff --git a/icons/readdotcv.svg b/icons/readdotcv.svg index cc470d41335d..40efd4da5dc7 100644 --- a/icons/readdotcv.svg +++ b/icons/readdotcv.svg @@ -1 +1 @@ -read.cv \ No newline at end of file +Read.cv \ No newline at end of file From 96bb33e98dc646aa1a93e6176ae51f2e2cee1dfc Mon Sep 17 00:00:00 2001 From: CodedFlute <114320217+CodedFlute@users.noreply.github.com> Date: Thu, 16 Nov 2023 03:57:30 -0500 Subject: [PATCH 11/25] Update Thunderbird (#9761) --- _data/simple-icons.json | 2 +- icons/thunderbird.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 086bd60baae3..5d62cff697ea 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -13495,7 +13495,7 @@ { "title": "Thunderbird", "hex": "0A84FF", - "source": "https://github.com/thundernest/thunderbird-website/blob/d7446f3eee14b38f02ee60da7d4b4fb8c9ef20e3/media/svg/logo.svg" + "source": "https://design.thunderbird.net/resources/logo" }, { "title": "Thurgauer Kantonalbank", diff --git a/icons/thunderbird.svg b/icons/thunderbird.svg index 6ad95a5341cc..9487c23df6b6 100644 --- a/icons/thunderbird.svg +++ b/icons/thunderbird.svg @@ -1 +1 @@ -Thunderbird \ No newline at end of file +Thunderbird \ No newline at end of file From a5448baedebca54e6bea931de9b8467be552f476 Mon Sep 17 00:00:00 2001 From: LitoMore Date: Thu, 16 Nov 2023 17:06:53 +0800 Subject: [PATCH 12/25] Add Insta360 icon (#9546) --- _data/simple-icons.json | 6 ++++++ icons/insta360.svg | 1 + 2 files changed, 7 insertions(+) create mode 100644 icons/insta360.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 5d62cff697ea..7239b69e05aa 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -6442,6 +6442,12 @@ "hex": "4000BF", "source": "https://insomnia.rest" }, + { + "title": "Insta360", + "hex": "FFEE00", + "source": "https://www.insta360.com/press/logo", + "guidelines": "https://www.insta360.com/press/logo" + }, { "title": "Instacart", "hex": "43B02A", diff --git a/icons/insta360.svg b/icons/insta360.svg new file mode 100644 index 000000000000..d68a3a77a842 --- /dev/null +++ b/icons/insta360.svg @@ -0,0 +1 @@ +Insta360 \ No newline at end of file From f439c61c6b45ffc789d3680b33a5776cb6de8eca Mon Sep 17 00:00:00 2001 From: PratyushJayachandran <35000807+PratyushJayachandran@users.noreply.github.com> Date: Thu, 16 Nov 2023 02:14:14 -0700 Subject: [PATCH 13/25] Update Hack The Box (#9661) --- _data/simple-icons.json | 4 ++-- icons/hackthebox.svg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 7239b69e05aa..927a1276f364 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -5765,8 +5765,8 @@ { "title": "Hack The Box", "hex": "9FEF00", - "source": "https://www.hackthebox.eu/docs/Hack_The_Box_Brand_Assets_Guide.pdf", - "guidelines": "https://www.hackthebox.eu/docs/Hack_The_Box_Brand_Assets_Guide.pdf" + "source": "https://www.hackthebox.com/contact-us", + "guidelines": "https://www.hackthebox.com/contact-us" }, { "title": "Hackaday", diff --git a/icons/hackthebox.svg b/icons/hackthebox.svg index 15493927743a..b882f7c019c5 100644 --- a/icons/hackthebox.svg +++ b/icons/hackthebox.svg @@ -1 +1 @@ -Hack The Box \ No newline at end of file +Hack The Box \ No newline at end of file From 18ddb4e77c3fd3964ee4af06a84da4227911e511 Mon Sep 17 00:00:00 2001 From: Adam Rusted Date: Fri, 17 Nov 2023 07:42:25 +0000 Subject: [PATCH 14/25] Update SQLAlchemy (#9850) --- _data/simple-icons.json | 2 +- icons/sqlalchemy.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 927a1276f364..71216a84266d 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -12641,7 +12641,7 @@ { "title": "SQLAlchemy", "hex": "D71F00", - "source": "https://github.com/sqlalchemy/sqlalchemy/discussions/7672#discussioncomment-2157650", + "source": "https://commons.wikimedia.org/wiki/File:SQLAlchemy.svg", "license": { "type": "MIT" } diff --git a/icons/sqlalchemy.svg b/icons/sqlalchemy.svg index b27cb4576019..83c5965852d3 100644 --- a/icons/sqlalchemy.svg +++ b/icons/sqlalchemy.svg @@ -1 +1 @@ -SQLAlchemy \ No newline at end of file +SQLAlchemy \ No newline at end of file From afe5ba765463efaca4a9bf86eb0a23076881797a Mon Sep 17 00:00:00 2001 From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com> Date: Fri, 17 Nov 2023 18:09:53 +0000 Subject: [PATCH 15/25] Add Blackmagic Design (#5488) --- _data/simple-icons.json | 5 +++++ icons/blackmagicdesign.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/blackmagicdesign.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 71216a84266d..06d74f0e4b57 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1941,6 +1941,11 @@ "hex": "000000", "source": "https://www.blackberry.com" }, + { + "title": "Blackmagic Design", + "hex": "FFA200", + "source": "https://www.blackmagicdesign.com" + }, { "title": "Blazemeter", "hex": "CA2133", diff --git a/icons/blackmagicdesign.svg b/icons/blackmagicdesign.svg new file mode 100644 index 000000000000..b9da927f730c --- /dev/null +++ b/icons/blackmagicdesign.svg @@ -0,0 +1 @@ +Blackmagic Design \ No newline at end of file From afc05db454113f977408e7fa5d1413b15bde0961 Mon Sep 17 00:00:00 2001 From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com> Date: Fri, 17 Nov 2023 18:21:16 +0000 Subject: [PATCH 16/25] Add PortSwigger (#9869) --- _data/simple-icons.json | 5 +++++ icons/portswigger.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/portswigger.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 06d74f0e4b57..4572e9a0f96d 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -10354,6 +10354,11 @@ "hex": "13BEF9", "source": "https://www.portainer.io" }, + { + "title": "PortSwigger", + "hex": "FF6633", + "source": "https://portswigger.net" + }, { "title": "PostCSS", "hex": "DD3A0A", diff --git a/icons/portswigger.svg b/icons/portswigger.svg new file mode 100644 index 000000000000..c6bdc922f310 --- /dev/null +++ b/icons/portswigger.svg @@ -0,0 +1 @@ +PortSwigger \ No newline at end of file From 7d21f6433a6bbc6f00b98d830fdc2caad3acc278 Mon Sep 17 00:00:00 2001 From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com> Date: Fri, 17 Nov 2023 18:26:05 +0000 Subject: [PATCH 17/25] Add Diners Club (#9868) --- _data/simple-icons.json | 5 +++++ icons/dinersclub.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/dinersclub.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 4572e9a0f96d..bc19a9cdf33f 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3628,6 +3628,11 @@ "source": "https://www.digitalocean.com/press/", "guidelines": "https://www.digitalocean.com/press/" }, + { + "title": "Diners Club", + "hex": "004C97", + "source": "https://www.dinersclub.com/about-us/press" + }, { "title": "Dior", "hex": "000000", diff --git a/icons/dinersclub.svg b/icons/dinersclub.svg new file mode 100644 index 000000000000..00b84cace9d3 --- /dev/null +++ b/icons/dinersclub.svg @@ -0,0 +1 @@ +Diners Club \ No newline at end of file From d9d04b5163c664c4d3dde88bb3114154818dcac2 Mon Sep 17 00:00:00 2001 From: Sigurd Spieckermann <2206639+sisp@users.noreply.github.com> Date: Fri, 17 Nov 2023 19:28:28 +0100 Subject: [PATCH 18/25] Add Mermaid.js icon (#9808) --- _data/simple-icons.json | 5 +++++ icons/mermaid.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/mermaid.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index bc19a9cdf33f..e34412ca0016 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -8174,6 +8174,11 @@ "type": "GPL-2.0-or-later" } }, + { + "title": "Mermaid", + "hex": "FF3670", + "source": "https://github.com/mermaid-js/mermaid/blob/f5bd1e08098fa688ef889e73c8b06696e75e62d8/docs/public/mermaid-logo.svg" + }, { "title": "Messenger", "hex": "00B2FF", diff --git a/icons/mermaid.svg b/icons/mermaid.svg new file mode 100644 index 000000000000..8d7c85dbaa2c --- /dev/null +++ b/icons/mermaid.svg @@ -0,0 +1 @@ +Mermaid \ No newline at end of file From 3a6c2e3b9aec46cd276ca19e1425a425807003f2 Mon Sep 17 00:00:00 2001 From: PratyushJayachandran <35000807+PratyushJayachandran@users.noreply.github.com> Date: Fri, 17 Nov 2023 11:31:12 -0700 Subject: [PATCH 19/25] Add hilton hotels and resorts (#9820) --- _data/simple-icons.json | 5 +++++ icons/hiltonhotelsandresorts.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/hiltonhotelsandresorts.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index e34412ca0016..72c37fcd895c 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -6015,6 +6015,11 @@ "source": "https://www.hilton.com", "guidelines": "https://stories.hilton.com/media-kit-hilton-corporate" }, + { + "title": "Hilton Hotels & Resorts", + "hex": "1E4380", + "source": "https://www.hilton.com/en/brands/hilton-hotels" + }, { "title": "Hitachi", "hex": "E60027", diff --git a/icons/hiltonhotelsandresorts.svg b/icons/hiltonhotelsandresorts.svg new file mode 100644 index 000000000000..c75545a524f8 --- /dev/null +++ b/icons/hiltonhotelsandresorts.svg @@ -0,0 +1 @@ +Hilton Hotels & Resorts \ No newline at end of file From bc144b0b6a28994304f5d450c5965873f06c130c Mon Sep 17 00:00:00 2001 From: Sigurd Spieckermann <2206639+sisp@users.noreply.github.com> Date: Fri, 17 Nov 2023 19:36:18 +0100 Subject: [PATCH 20/25] Add Material for MkDocs icon (#9851) --- _data/simple-icons.json | 5 +++++ icons/materialformkdocs.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/materialformkdocs.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 72c37fcd895c..ed2cf855bd8d 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -8017,6 +8017,11 @@ "type": "Apache-2.0" } }, + { + "title": "Material for MkDocs", + "hex": "526CFE", + "source": "https://github.com/squidfunk/mkdocs-material/blob/9ff75d11838cc01615697884c0eb9eb55f4652ad/src/templates/.icons/logo-monochrome.svg" + }, { "title": "Matillion", "hex": "19E57F", diff --git a/icons/materialformkdocs.svg b/icons/materialformkdocs.svg new file mode 100644 index 000000000000..ba7047b2bb91 --- /dev/null +++ b/icons/materialformkdocs.svg @@ -0,0 +1 @@ +Material for MkDocs \ No newline at end of file From 089374c400b63289909acfb5542fe203715e8fd2 Mon Sep 17 00:00:00 2001 From: 3w36zj6 <52315048+3w36zj6@users.noreply.github.com> Date: Sat, 18 Nov 2023 03:40:04 +0900 Subject: [PATCH 21/25] Add Rye (#9844) --- _data/simple-icons.json | 5 +++++ icons/rye.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/rye.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index ed2cf855bd8d..76ae00bd1ba9 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -11672,6 +11672,11 @@ "hex": "073590", "source": "https://corporate.ryanair.com/media-centre/stock-images-gallery/#album-container-3" }, + { + "title": "Rye", + "hex": "000000", + "source": "https://github.com/mitsuhiko/rye/blob/8b76d2a1a9d44c97ccbbcedceb72bc7437142caf/docs/static/favicon.svg" + }, { "title": "S7 Airlines", "hex": "C4D600", diff --git a/icons/rye.svg b/icons/rye.svg new file mode 100644 index 000000000000..a57f315924d5 --- /dev/null +++ b/icons/rye.svg @@ -0,0 +1 @@ +Rye \ No newline at end of file From dbfa1b6c5fd6a0d322600e0c1389375323d6fa02 Mon Sep 17 00:00:00 2001 From: Sigurd Spieckermann <2206639+sisp@users.noreply.github.com> Date: Fri, 17 Nov 2023 19:42:38 +0100 Subject: [PATCH 22/25] Add PDM icon (#9805) --- _data/simple-icons.json | 5 +++++ icons/pdm.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/pdm.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 76ae00bd1ba9..0be910d096b9 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -9892,6 +9892,11 @@ "hex": "556DB3", "source": "https://www.pcgamingwiki.com/wiki/Home" }, + { + "title": "PDM", + "hex": "AC75D7", + "source": "https://github.com/pdm-project/pdm/blob/68abaae63e8d8fc8eb0c101285fd7dcb5cd9798a/docs/docs/assets/logo.svg" + }, { "title": "Peak Design", "hex": "1C1B1C", diff --git a/icons/pdm.svg b/icons/pdm.svg new file mode 100644 index 000000000000..95bc74923321 --- /dev/null +++ b/icons/pdm.svg @@ -0,0 +1 @@ +PDM \ No newline at end of file From 59234dd807089823c155554b79248ed086dc7bf4 Mon Sep 17 00:00:00 2001 From: Noam Date: Sat, 18 Nov 2023 15:17:28 +0200 Subject: [PATCH 23/25] Add Deluge icon (#7262) Co-authored-by: PratyushJayachandran <35000807+PratyushJayachandran@users.noreply.github.com> --- _data/simple-icons.json | 8 ++++++++ icons/deluge.svg | 1 + 2 files changed, 9 insertions(+) create mode 100644 icons/deluge.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 0be910d096b9..3bc6afa10e49 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3517,6 +3517,14 @@ "hex": "003366", "source": "https://news.delta.com/delta-air-lines-logos-brand-guidelines" }, + { + "title": "Deluge", + "hex": "094491", + "source": "https://github.com/deluge-torrent/deluge/blob/0b5f45b486e8e974ba8a0b1d6e8edcd124fca62a/deluge/ui/data/pixmaps/deluge.svg", + "license": { + "type": "GPL-3.0-only" + } + }, { "title": "Deno", "hex": "000000", diff --git a/icons/deluge.svg b/icons/deluge.svg new file mode 100644 index 000000000000..13be881270c1 --- /dev/null +++ b/icons/deluge.svg @@ -0,0 +1 @@ +Deluge \ No newline at end of file From 27132ea563e9ef1c11d9e8d7de63b22911cce560 Mon Sep 17 00:00:00 2001 From: ChevySSinSD <47265616+ChevySSinSD@users.noreply.github.com> Date: Sat, 18 Nov 2023 05:23:35 -0800 Subject: [PATCH 24/25] Add mpv icon (#7293) Co-authored-by: PratyushJayachandran <35000807+PratyushJayachandran@users.noreply.github.com> --- _data/simple-icons.json | 5 +++++ icons/mpv.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/mpv.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 3bc6afa10e49..00388638ee50 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -8698,6 +8698,11 @@ "source": "https://mozilla.design/mozilla/", "guidelines": "https://mozilla.design/mozilla/" }, + { + "title": "mpv", + "hex": "691F69", + "source": "https://github.com/mpv-player/mpv/blob/da400ed3a9b54408d1b5112855a7281380a1ef52/etc/mpv.svg" + }, { "title": "MQTT", "hex": "660066", diff --git a/icons/mpv.svg b/icons/mpv.svg new file mode 100644 index 000000000000..4dc1051ecf80 --- /dev/null +++ b/icons/mpv.svg @@ -0,0 +1 @@ +mpv \ No newline at end of file From fa017b84f7fce8cd0118b4967dc163f13ac76035 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 19 Nov 2023 00:25:42 +0000 Subject: [PATCH 25/25] version bump --- package.json | 2 +- slugs.md | 19 ++++++++++++++++++- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8136514206c0..f4da97f6991b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-icons", - "version": "9.20.0", + "version": "9.21.0", "description": "SVG icons for popular brands https://simpleicons.org", "homepage": "https://simpleicons.org", "keywords": [ diff --git a/slugs.md b/slugs.md index 60f3f9679ab7..16ed32877506 100644 --- a/slugs.md +++ b/slugs.md @@ -335,6 +335,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Bitwarden` | `bitwarden` | | `Bitwig` | `bitwig` | | `Blackberry` | `blackberry` | +| `Blackmagic Design` | `blackmagicdesign` | | `Blazemeter` | `blazemeter` | | `Blazor` | `blazor` | | `Blender` | `blender` | @@ -628,6 +629,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Dell` | `dell` | | `Delphi` | `delphi` | | `Delta` | `delta` | +| `Deluge` | `deluge` | | `Deno` | `deno` | | `Denon` | `denon` | | `Dependabot` | `dependabot` | @@ -648,6 +650,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Digg` | `digg` | | `Digi-Key Electronics` | `digikeyelectronics` | | `DigitalOcean` | `digitalocean` | +| `Diners Club` | `dinersclub` | | `Dior` | `dior` | | `Directus` | `directus` | | `Discogs` | `discogs` | @@ -784,6 +787,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Facebook Live` | `facebooklive` | | `FACEIT` | `faceit` | | `Facepunch` | `facepunch` | +| `Fairphone` | `fairphone` | | `Falco` | `falco` | | `Falcon` | `falcon` | | `FamPay` | `fampay` | @@ -1075,6 +1079,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Hi Bob` | `hibob` | | `Hibernate` | `hibernate` | | `Hilton` | `hilton` | +| `Hilton Hotels & Resorts` | `hiltonhotelsandresorts` | | `Hitachi` | `hitachi` | | `Hive` | `hive` | | `Hive` | `hive_blockchain` | @@ -1158,6 +1163,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Inkdrop` | `inkdrop` | | `Inkscape` | `inkscape` | | `Insomnia` | `insomnia` | +| `Insta360` | `insta360` | | `Instacart` | `instacart` | | `Instagram` | `instagram` | | `Instapaper` | `instapaper` | @@ -1434,6 +1440,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Mastodon` | `mastodon` | | `Material Design` | `materialdesign` | | `Material Design Icons` | `materialdesignicons` | +| `Material for MkDocs` | `materialformkdocs` | | `Matillion` | `matillion` | | `Matomo` | `matomo` | | `Matrix` | `matrix` | @@ -1465,6 +1472,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Mercedes` | `mercedes` | | `Merck` | `merck` | | `Mercurial` | `mercurial` | +| `Mermaid` | `mermaid` | | `Messenger` | `messenger` | | `Meta` | `meta` | | `Metabase` | `metabase` | @@ -1548,6 +1556,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Moscow Metro` | `moscowmetro` | | `Motorola` | `motorola` | | `Mozilla` | `mozilla` | +| `mpv` | `mpv` | | `MQTT` | `mqtt` | | `MSI` | `msi` | | `MSI Business` | `msibusiness` | @@ -1757,6 +1766,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `PayPal` | `paypal` | | `Paytm` | `paytm` | | `PCGamingWiki` | `pcgamingwiki` | +| `PDM` | `pdm` | | `Peak Design` | `peakdesign` | | `Pearson` | `pearson` | | `Peerlist` | `peerlist` | @@ -1807,6 +1817,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `PlanetScale` | `planetscale` | | `PlanGrid` | `plangrid` | | `Platform.sh` | `platformdotsh` | +| `PlatformIO` | `platformio` | | `Platzi` | `platzi` | | `Plausible Analytics` | `plausibleanalytics` | | `PlayCanvas` | `playcanvas` | @@ -1846,6 +1857,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Pop!_OS` | `popos` | | `Porsche` | `porsche` | | `Portainer` | `portainer` | +| `PortSwigger` | `portswigger` | | `PostCSS` | `postcss` | | `PostgreSQL` | `postgresql` | | `PostHog` | `posthog` | @@ -1977,7 +1989,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `ReactiveX` | `reactivex` | | `ReactOS` | `reactos` | | `Read the Docs` | `readthedocs` | -| `read.cv` | `readdotcv` | +| `Read.cv` | `readdotcv` | | `ReadMe` | `readme` | | `Realm` | `realm` | | `Reason` | `reason` | @@ -2071,6 +2083,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Rust` | `rust` | | `RxDB` | `rxdb` | | `Ryanair` | `ryanair` | +| `Rye` | `rye` | | `S7 Airlines` | `s7airlines` | | `Sabanci` | `sabanci` | | `Safari` | `safari` | @@ -2090,6 +2103,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `SAP` | `sap` | | `Sass` | `sass` | | `Sat.1` | `sat1` | +| `Satellite` | `satellite` | | `Saturn` | `saturn` | | `Sauce Labs` | `saucelabs` | | `Scala` | `scala` | @@ -2452,6 +2466,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Trello` | `trello` | | `Trend Micro` | `trendmicro` | | `Treyarch` | `treyarch` | +| `Tricentis` | `tricentis` | | `Trilium` | `trilium` | | `Triller` | `triller` | | `Trino` | `trino` | @@ -2620,6 +2635,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `WebAuthn` | `webauthn` | | `webcomponents.org` | `webcomponentsdotorg` | | `WebdriverIO` | `webdriverio` | +| `Webex` | `webex` | | `Webflow` | `webflow` | | `WebGL` | `webgl` | | `webhint` | `webhint` | @@ -2636,6 +2652,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Weights & Biases` | `weightsandbiases` | | `Welcome to the Jungle` | `welcometothejungle` | | `Wellfound` | `wellfound` | +| `Wells Fargo` | `wellsfargo` | | `WEMO` | `wemo` | | `Western Digital` | `westerndigital` | | `WeTransfer` | `wetransfer` |