From 576a7fe1356595987e4a56b5771773fe624e4a66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Mond=C3=A9jar?= Date: Sun, 24 Jan 2021 13:34:55 +0100 Subject: [PATCH 01/41] Revert partially commands in 'Publish' workflow --- .github/workflows/publish.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a3751c9a1776..f7505ce34c54 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -47,10 +47,9 @@ jobs: - name: Get release title and body id: release run: | - COMMIT_MSG="$(printf "${{ steps.commit.outputs.git-message }}")" - RELEASE_TITLE="$(printf "$COMMIT_MSG" | head -n 1)" + RELEASE_TITLE=$(echo '${{ steps.commit.outputs.git-message }}' | head -n 1) echo "::set-output name=title::$RELEASE_TITLE" - RELEASE_BODY="$(printf "$COMMIT_MSG" | tail -n +3)" + RELEASE_BODY=$(echo '${{ steps.commit.outputs.git-message }}' | tail -n +3) echo "::set-output name=body::$RELEASE_BODY" - name: Get release version id: get-version From bc8ee013eda9c292a35a0012e95971f072ad1df3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Mond=C3=A9jar?= Date: Sun, 24 Jan 2021 23:01:41 +0100 Subject: [PATCH 02/41] Use double quotes escaping release data in 'Publish' workflow --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f7505ce34c54..c37513358cc4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -47,9 +47,9 @@ jobs: - name: Get release title and body id: release run: | - RELEASE_TITLE=$(echo '${{ steps.commit.outputs.git-message }}' | head -n 1) + RELEASE_TITLE=$(echo "${{ steps.commit.outputs.git-message }}" | head -n 1) echo "::set-output name=title::$RELEASE_TITLE" - RELEASE_BODY=$(echo '${{ steps.commit.outputs.git-message }}' | tail -n +3) + RELEASE_BODY=$(echo "${{ steps.commit.outputs.git-message }}" | tail -n +3) echo "::set-output name=body::$RELEASE_BODY" - name: Get release version id: get-version From 1a0a7a7f98111ae59cdcb298f6e3ba06b528fa31 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Jan 2021 01:02:49 +0100 Subject: [PATCH 03/41] Update dependency uglify-js to v3.12.5 (#4855) Co-authored-by: Renovate Bot --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7dff7e35306d..43e98543dab6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5786,9 +5786,9 @@ } }, "uglify-js": { - "version": "3.12.4", - "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.12.4.tgz", - "integrity": "sha512-L5i5jg/SHkEqzN18gQMTWsZk3KelRsfD1wUVNqtq0kzqWQqcJjyL8yc1o8hJgRrWqrAl2mUFbhfznEIoi7zi2A==", + "version": "3.12.5", + "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.12.5.tgz", + "integrity": "sha512-SgpgScL4T7Hj/w/GexjnBHi3Ien9WS1Rpfg5y91WXMj9SY997ZCQU76mH4TpLwwfmMvoOU8wiaRkIf6NaH3mtg==", "dev": true }, "underscore": { diff --git a/package.json b/package.json index aa0b57eaa602..fcd4b34ee616 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "svglint": "1.0.7", "svgo": "1.3.2", "svgpath": "2.3.0", - "uglify-js": "3.12.4" + "uglify-js": "3.12.5" }, "scripts": { "build": "node scripts/build-package.js", From 2935bf63c439f174371167f1f159555577942065 Mon Sep 17 00:00:00 2001 From: Adam Alston Date: Mon, 25 Jan 2021 09:38:16 -0500 Subject: [PATCH 04/41] Add Chakra UI (#4851) --- _data/simple-icons.json | 5 +++++ icons/chakraui.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/chakraui.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 44e6af299c65..21884554f195 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1285,6 +1285,11 @@ "hex": "1EABE2", "source": "https://cevo.com/" }, + { + "title": "Chakra UI", + "hex": "319795", + "source": "https://github.com/chakra-ui/chakra-ui/blob/327e1624d22936abb43068e1f57054e43c9c6819/logo/logomark-colored.svg" + }, { "title": "ChartMogul", "hex": "13324B", diff --git a/icons/chakraui.svg b/icons/chakraui.svg new file mode 100644 index 000000000000..0ac9fce10b9f --- /dev/null +++ b/icons/chakraui.svg @@ -0,0 +1 @@ +Chakra UI icon \ No newline at end of file From c625811c8b0cf70d2cf9a39ad9ee5d9be6f04f05 Mon Sep 17 00:00:00 2001 From: Adam Alston Date: Mon, 25 Jan 2021 09:43:16 -0500 Subject: [PATCH 05/41] Add Okta (#4852) --- _data/simple-icons.json | 5 +++++ icons/okta.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/okta.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 21884554f195..a40a59a5c40f 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -5195,6 +5195,11 @@ "hex": "0500BE", "source": "https://okcupid.com/press" }, + { + "title": "Okta", + "hex": "007DC1", + "source": "https://www.okta.com/press-room/media-assets/" + }, { "title": "OnePlus", "hex": "F5010C", diff --git a/icons/okta.svg b/icons/okta.svg new file mode 100644 index 000000000000..70adc87d47a5 --- /dev/null +++ b/icons/okta.svg @@ -0,0 +1 @@ +Okta icon \ No newline at end of file From 2a25afa202c49e78ade432555fed84b6ea4f41d3 Mon Sep 17 00:00:00 2001 From: Adam Alston Date: Mon, 25 Jan 2021 09:49:14 -0500 Subject: [PATCH 06/41] Add Chainlink (#4857) --- _data/simple-icons.json | 5 +++++ icons/chainlink.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/chainlink.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index a40a59a5c40f..f1f5a668ec51 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1285,6 +1285,11 @@ "hex": "1EABE2", "source": "https://cevo.com/" }, + { + "title": "Chainlink", + "hex": "375BD2", + "source": "https://chain.link/brand-assets" + }, { "title": "Chakra UI", "hex": "319795", diff --git a/icons/chainlink.svg b/icons/chainlink.svg new file mode 100644 index 000000000000..fa50fd77cff5 --- /dev/null +++ b/icons/chainlink.svg @@ -0,0 +1 @@ +Chainlink icon \ No newline at end of file From 880c706a50e4d3101dcb869d04d88ea2fcb0a77c Mon Sep 17 00:00:00 2001 From: MiguelMJ <37369782+MiguelMJ@users.noreply.github.com> Date: Mon, 25 Jan 2021 17:20:08 +0100 Subject: [PATCH 07/41] Add SFML (#4678) --- _data/simple-icons.json | 5 +++++ icons/sfml.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/sfml.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index f1f5a668ec51..fdc410b882ea 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -6570,6 +6570,11 @@ "hex": "FD5750", "source": "https://serverless.com/" }, + { + "title": "SFML", + "hex": "8CC445", + "source": "https://www.sfml-dev.org/download/goodies/" + }, { "title": "Shanghai Metro", "hex": "EC1C24", diff --git a/icons/sfml.svg b/icons/sfml.svg new file mode 100644 index 000000000000..0391dffcb331 --- /dev/null +++ b/icons/sfml.svg @@ -0,0 +1 @@ +SFML icon \ No newline at end of file From 008d289f6920847fe95f8711fc432d6b9acd4dd9 Mon Sep 17 00:00:00 2001 From: Alexandre Paradis Date: Tue, 26 Jan 2021 08:25:28 -0500 Subject: [PATCH 08/41] Auto assign to project workflow (#4863) * Auto assign to project workflow * Remove redundant newline * Update indentation in auto-assign-to-project.yml Co-authored-by: Eric Cornelissen --- .github/workflows/auto-assign-to-project.yml | 25 ++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/workflows/auto-assign-to-project.yml diff --git a/.github/workflows/auto-assign-to-project.yml b/.github/workflows/auto-assign-to-project.yml new file mode 100644 index 000000000000..b1abe9b146bb --- /dev/null +++ b/.github/workflows/auto-assign-to-project.yml @@ -0,0 +1,25 @@ +name: Auto Assign to Project(s) + +on: + pull_request_target: + types: [opened, labeled] +env: + MY_GITHUB_TOKEN: ${{ secrets.AUTO_ASSIGN_WORKFLOW_TOKEN }} + +jobs: + assign-to-project: + runs-on: ubuntu-latest + name: Assign to Project + steps: + - name: Assign pull requests to "Unprioritised" + uses: srggrs/assign-one-project-github-action@1.2.0 + if: github.event.action == 'opened' + with: + project: https://github.com/orgs/simple-icons/projects/2 + column_name: Unprioritised + - name: Assign `icon outdated` pull requests to "Priority 1" + uses: srggrs/assign-one-project-github-action@1.2.0 + if: contains(github.event.pull_request.labels.*.name, 'icon outdated') + with: + project: https://github.com/orgs/simple-icons/projects/2 + column_name: Priority 1 From 7181ea0b31adce9364fc6e131471be8e17b0781d Mon Sep 17 00:00:00 2001 From: Eric Cornelissen Date: Tue, 26 Jan 2021 14:37:54 +0100 Subject: [PATCH 09/41] Revert 008d289f6920847fe95f8711fc432d6b9acd4dd9 See also: - https://github.com/simple-icons/simple-icons/commit/bfe305f6c43f1bec882b2dfa6f58d45bd26c974f - https://github.com/simple-icons/simple-icons/pull/4418 --- .github/workflows/auto-assign-to-project.yml | 25 -------------------- 1 file changed, 25 deletions(-) delete mode 100644 .github/workflows/auto-assign-to-project.yml diff --git a/.github/workflows/auto-assign-to-project.yml b/.github/workflows/auto-assign-to-project.yml deleted file mode 100644 index b1abe9b146bb..000000000000 --- a/.github/workflows/auto-assign-to-project.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: Auto Assign to Project(s) - -on: - pull_request_target: - types: [opened, labeled] -env: - MY_GITHUB_TOKEN: ${{ secrets.AUTO_ASSIGN_WORKFLOW_TOKEN }} - -jobs: - assign-to-project: - runs-on: ubuntu-latest - name: Assign to Project - steps: - - name: Assign pull requests to "Unprioritised" - uses: srggrs/assign-one-project-github-action@1.2.0 - if: github.event.action == 'opened' - with: - project: https://github.com/orgs/simple-icons/projects/2 - column_name: Unprioritised - - name: Assign `icon outdated` pull requests to "Priority 1" - uses: srggrs/assign-one-project-github-action@1.2.0 - if: contains(github.event.pull_request.labels.*.name, 'icon outdated') - with: - project: https://github.com/orgs/simple-icons/projects/2 - column_name: Priority 1 From 23a856bf402863eabfc6824d31e277c13749b5eb Mon Sep 17 00:00:00 2001 From: Florian Bernhart <70264417+fbernhart@users.noreply.github.com> Date: Tue, 26 Jan 2021 15:18:52 +0100 Subject: [PATCH 10/41] Add Premier League (#4753) --- _data/simple-icons.json | 5 +++++ icons/premierleague.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/premierleague.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index fdc410b882ea..7360eb969b37 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -5805,6 +5805,11 @@ "hex": "FAB040", "source": "https://github.com/pre-commit/pre-commit.github.io" }, + { + "title": "Premier League", + "hex": "360D3A", + "source": "https://www.premierleague.com" + }, { "title": "PrestaShop", "hex": "DF0067", diff --git a/icons/premierleague.svg b/icons/premierleague.svg new file mode 100644 index 000000000000..0675428e3234 --- /dev/null +++ b/icons/premierleague.svg @@ -0,0 +1 @@ +Premier League icon \ No newline at end of file From c5548a38181810dbccdb76b3637fbb372d165771 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Tue, 26 Jan 2021 14:27:30 +0000 Subject: [PATCH 11/41] Add TV Time (#4766) --- _data/simple-icons.json | 5 +++++ icons/tvtime.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/tvtime.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 7360eb969b37..c9417041ca20 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -7691,6 +7691,11 @@ "hex": "840010", "source": "https://github.com/tutao/tutanota/blob/8ff5f0e7d78834ac8fcb0f2357c394b757ea4793/resources/images/logo-solo-red.svg" }, + { + "title": "TV Time", + "hex": "FFD400", + "source": "https://www.tvtime.com/" + }, { "title": "Twilio", "hex": "F22F46", diff --git a/icons/tvtime.svg b/icons/tvtime.svg new file mode 100644 index 000000000000..ee1c0449256f --- /dev/null +++ b/icons/tvtime.svg @@ -0,0 +1 @@ +TV Time icon \ No newline at end of file From e19e964b82cad441a6abdcc6a6e9144c5685f520 Mon Sep 17 00:00:00 2001 From: Florian Bernhart <70264417+fbernhart@users.noreply.github.com> Date: Tue, 26 Jan 2021 15:29:29 +0100 Subject: [PATCH 12/41] Add CountingWorks PRO (#4796) --- _data/simple-icons.json | 5 +++++ icons/countingworkspro.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/countingworkspro.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index c9417041ca20..b57b79907cb9 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1677,6 +1677,11 @@ "hex": "000000", "source": "https://en.wikipedia.org/wiki/File:CS-GO_Logo.svg" }, + { + "title": "CountingWorks PRO", + "hex": "2E3084", + "source": "https://www.countingworks.com/blog" + }, { "title": "Coursera", "hex": "0056D2", diff --git a/icons/countingworkspro.svg b/icons/countingworkspro.svg new file mode 100644 index 000000000000..f092030d4acb --- /dev/null +++ b/icons/countingworkspro.svg @@ -0,0 +1 @@ +CountingWorks PRO icon \ No newline at end of file From 9cbd56e53b9dab8b8a5266373af06ffe203aa5b6 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Tue, 26 Jan 2021 14:33:28 +0000 Subject: [PATCH 13/41] Add Air China (#4799) --- _data/simple-icons.json | 5 +++++ icons/airchina.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/airchina.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index b57b79907cb9..d9e1d50e1927 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -250,6 +250,11 @@ "hex": "F01428", "source": "https://www.aircanada.com/" }, + { + "title": "Air China", + "hex": "E30E17", + "source": "http://www.airchina.com.cn/en/investor_relations/" + }, { "title": "Air France", "hex": "002157", diff --git a/icons/airchina.svg b/icons/airchina.svg new file mode 100644 index 000000000000..d1680d78d8c7 --- /dev/null +++ b/icons/airchina.svg @@ -0,0 +1 @@ +Air China icon \ No newline at end of file From dad01d0acbc5d19b39cacc810d1182aae3b9622f Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Tue, 26 Jan 2021 14:40:11 +0000 Subject: [PATCH 14/41] Add Alibaba Cloud (#4819) --- _data/simple-icons.json | 5 +++++ icons/alibabacloud.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/alibabacloud.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index d9e1d50e1927..b376c2dc5ec4 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -300,6 +300,11 @@ "hex": "5468FF", "source": "https://www.algolia.com/press/?section=brand-guidelines" }, + { + "title": "Alibaba Cloud", + "hex": "FF6A00", + "source": "https://www.alibabagroup.com/en/ir/reports" + }, { "title": "AliExpress", "hex": "FF4747", diff --git a/icons/alibabacloud.svg b/icons/alibabacloud.svg new file mode 100644 index 000000000000..9a6299317a8b --- /dev/null +++ b/icons/alibabacloud.svg @@ -0,0 +1 @@ +Alibaba Cloud icon \ No newline at end of file From ca55542222428dd97ec4c901a80f60a83bd4656e Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Tue, 26 Jan 2021 14:53:18 +0000 Subject: [PATCH 15/41] Add China Southern Airlines (#4837) --- _data/simple-icons.json | 5 +++++ icons/chinasouthernairlines.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/chinasouthernairlines.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index b376c2dc5ec4..0ed9157e96c9 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1335,6 +1335,11 @@ "hex": "CD9834", "source": "https://www.chevrolet.com/content/dam/chevrolet/na/us/english/index/shopping-tools/download-catalog/02-pdf/2019-chevrolet-corvette-catalog.pdf" }, + { + "title": "China Southern Airlines", + "hex": "008BCB", + "source": "https://www.csair.com/en/about/investor/yejibaogao/2020/" + }, { "title": "Chocolatey", "hex": "80B5E3", diff --git a/icons/chinasouthernairlines.svg b/icons/chinasouthernairlines.svg new file mode 100644 index 000000000000..45964bdc79ef --- /dev/null +++ b/icons/chinasouthernairlines.svg @@ -0,0 +1 @@ +China Southern Airlines icon \ No newline at end of file From 5ce83aa999a8aae369cd97e7c4a91bc9de2049bc Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Tue, 26 Jan 2021 14:56:06 +0000 Subject: [PATCH 16/41] Add OYO (#4840) --- _data/simple-icons.json | 5 +++++ icons/oyo.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/oyo.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 0ed9157e96c9..6614c7fe0bca 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -5410,6 +5410,11 @@ "hex": "000000", "source": "https://github.com/OWASP/www-event-2020-07-virtual/blob/eefbef6c1afdd1dee2af11e7f44ad005b25ad48c/assets/images/logo.svg" }, + { + "title": "OYO", + "hex": "EE2E24", + "source": "https://www.oyorooms.com/" + }, { "title": "p5.js", "hex": "ED225D", diff --git a/icons/oyo.svg b/icons/oyo.svg new file mode 100644 index 000000000000..24f77184a255 --- /dev/null +++ b/icons/oyo.svg @@ -0,0 +1 @@ +OYO icon \ No newline at end of file From 27d156a38e6e42c83d318626f661759179770390 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Tue, 26 Jan 2021 14:59:50 +0000 Subject: [PATCH 17/41] Add Falcon (#4841) --- _data/simple-icons.json | 5 +++++ icons/falcon.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/falcon.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 6614c7fe0bca..65274a53ee0b 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2422,6 +2422,11 @@ "hex": "EC1C24", "source": "https://facepunch.com/img/brand/default-light.svg" }, + { + "title": "Falcon", + "hex": "F0AD4E", + "source": "https://falconframework.org/" + }, { "title": "Fandango", "hex": "FF7300", diff --git a/icons/falcon.svg b/icons/falcon.svg new file mode 100644 index 000000000000..817b3e6da194 --- /dev/null +++ b/icons/falcon.svg @@ -0,0 +1 @@ +Falcon icon \ No newline at end of file From 97f665b62d92c54d19849fb24960def5bd0fe1c6 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Tue, 26 Jan 2021 15:05:51 +0000 Subject: [PATCH 18/41] Add BBC (#4846) --- _data/simple-icons.json | 6 ++++++ icons/bbc.svg | 1 + 2 files changed, 7 insertions(+) create mode 100644 icons/bbc.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 65274a53ee0b..53e0afc4daab 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -905,6 +905,12 @@ "hex": "00AEFF", "source": "https://www.blizzard.com/en-gb/" }, + { + "title": "BBC", + "hex": "000000", + "source": "https://commons.wikimedia.org/wiki/File:BBC.svg", + "guidelines": "https://www.bbc.co.uk/branding/logo-use" + }, { "title": "BBC iPlayer", "hex": "F54997", diff --git a/icons/bbc.svg b/icons/bbc.svg new file mode 100644 index 000000000000..920c87f24669 --- /dev/null +++ b/icons/bbc.svg @@ -0,0 +1 @@ +BBC icon \ No newline at end of file From 719f2f7264b94b22ee2cc9bd9b34d551f9045e24 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Tue, 26 Jan 2021 15:12:19 +0000 Subject: [PATCH 19/41] Add Emirates (#4862) --- _data/simple-icons.json | 5 +++++ icons/emirates.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/emirates.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 53e0afc4daab..57f1e30c06b3 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2273,6 +2273,11 @@ "hex": "52B54B", "source": "https://emby.media/" }, + { + "title": "Emirates", + "hex": "D71921", + "source": "https://www.emirates.com/ie/english/" + }, { "title": "Emlakjet", "hex": "0AE524", diff --git a/icons/emirates.svg b/icons/emirates.svg new file mode 100644 index 000000000000..3778b57f4311 --- /dev/null +++ b/icons/emirates.svg @@ -0,0 +1 @@ +Emirates icon \ No newline at end of file From 46f60e64f1e907ecc2b5c84e7dbe0f447aaebf29 Mon Sep 17 00:00:00 2001 From: Alexandre Paradis Date: Tue, 26 Jan 2021 10:17:40 -0500 Subject: [PATCH 20/41] Add Screencastify icon (#4806) --- _data/simple-icons.json | 5 +++++ icons/screencastify.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/screencastify.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 57f1e30c06b3..8b06466f115f 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -6521,6 +6521,11 @@ "hex": "4D97FF", "source": "https://github.com/LLK/scratch-link/blob/027e3754ba6db976495e905023d5ac5e730dccfc/Assets/Windows/SVG/Windows%20Tray%20400x400.svg" }, + { + "title": "Screencastify", + "hex": "FF8282", + "source": "https://www.screencastify.com/" + }, { "title": "Scribd", "hex": "1A7BBA", diff --git a/icons/screencastify.svg b/icons/screencastify.svg new file mode 100644 index 000000000000..9d88a2f67bfd --- /dev/null +++ b/icons/screencastify.svg @@ -0,0 +1 @@ +Screencastify icon \ No newline at end of file From 1e4acc747e1bae86a627928fcba24cdb2b3f226d Mon Sep 17 00:00:00 2001 From: Alexandre Paradis Date: Tue, 26 Jan 2021 10:23:12 -0500 Subject: [PATCH 21/41] Add Tampermonkey icon (#4843) --- _data/simple-icons.json | 5 +++++ icons/tampermonkey.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/tampermonkey.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 8b06466f115f..04bd298efc43 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -7331,6 +7331,11 @@ "hex": "1675BC", "source": "https://www.talend.com/" }, + { + "title": "Tampermonkey", + "hex": "00485B", + "source": "https://commons.wikimedia.org/wiki/File:Tampermonkey_logo.svg" + }, { "title": "Taobao", "hex": "E94F20", diff --git a/icons/tampermonkey.svg b/icons/tampermonkey.svg new file mode 100644 index 000000000000..59b5ef7270a9 --- /dev/null +++ b/icons/tampermonkey.svg @@ -0,0 +1 @@ +Tampermonkey icon \ No newline at end of file From db5319d3d1a3eaae9c574367ef64f23120df1803 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Tue, 26 Jan 2021 15:25:12 +0000 Subject: [PATCH 22/41] Add Vector Logo Zone (#4842) --- _data/simple-icons.json | 5 +++++ icons/vectorlogozone.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/vectorlogozone.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 04bd298efc43..5b47a0e5c45c 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -7947,6 +7947,11 @@ "hex": "184D66", "source": "https://commons.wikimedia.org/wiki/File:VBulletin.svg" }, + { + "title": "Vector Logo Zone", + "hex": "184D66", + "source": "https://www.vectorlogo.zone/" + }, { "title": "Veeam", "hex": "00B336", diff --git a/icons/vectorlogozone.svg b/icons/vectorlogozone.svg new file mode 100644 index 000000000000..7f6564d69a0d --- /dev/null +++ b/icons/vectorlogozone.svg @@ -0,0 +1 @@ +Vector Logo Zone icon \ No newline at end of file From d46f99d3d9903e1c1ba1c056eafe291b6719d4b4 Mon Sep 17 00:00:00 2001 From: Alexandre Paradis Date: Tue, 26 Jan 2021 10:30:34 -0500 Subject: [PATCH 23/41] Add Statuspal icon (#4823) --- _data/simple-icons.json | 5 +++++ icons/statuspal.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/statuspal.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 5b47a0e5c45c..c07149637b22 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -7106,6 +7106,11 @@ "hex": "172B4D", "source": "https://www.atlassian.com/company/news/press-kit" }, + { + "title": "Statuspal", + "hex": "4934BF", + "source": "https://statuspal.io/" + }, { "title": "Steam", "hex": "000000", diff --git a/icons/statuspal.svg b/icons/statuspal.svg new file mode 100644 index 000000000000..0d3b747a83f5 --- /dev/null +++ b/icons/statuspal.svg @@ -0,0 +1 @@ +Statuspal icon \ No newline at end of file From 3166f14e71bcbdda1a61fc2a6b4513b3ab493982 Mon Sep 17 00:00:00 2001 From: Florian Bernhart <70264417+fbernhart@users.noreply.github.com> Date: Tue, 26 Jan 2021 16:36:54 +0100 Subject: [PATCH 24/41] Add Redux-Saga (#4803) * Add Redux-Saga * Correct filename --- _data/simple-icons.json | 5 +++++ icons/redux-saga.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/redux-saga.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index c07149637b22..3e1fe527d55b 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -6221,6 +6221,11 @@ "hex": "764ABC", "source": "https://github.com/reactjs/redux/tree/master/logo" }, + { + "title": "Redux-Saga", + "hex": "999999", + "source": "https://github.com/redux-saga/redux-saga/blob/9d2164946f402e594a0dfe453c6d20fb6f14858f/logo/3840/Redux-Saga-Logo.png" + }, { "title": "RedwoodJS", "hex": "BF4722", diff --git a/icons/redux-saga.svg b/icons/redux-saga.svg new file mode 100644 index 000000000000..e52e885c8324 --- /dev/null +++ b/icons/redux-saga.svg @@ -0,0 +1 @@ +Redux-Saga icon \ No newline at end of file From 1f851d8a1c0dabe376e98fcae1adff1e4f07b1a7 Mon Sep 17 00:00:00 2001 From: Adam Alston Date: Tue, 26 Jan 2021 11:00:17 -0500 Subject: [PATCH 25/41] Add NASA (#4850) --- _data/simple-icons.json | 5 +++++ icons/nasa.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/nasa.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 3e1fe527d55b..3b54e3ee1c1a 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -4956,6 +4956,11 @@ "hex": "DE3723", "source": "https://www.namecheap.com/" }, + { + "title": "NASA", + "hex": "E03C31", + "source": "https://commons.wikimedia.org/wiki/File:NASA_Worm_logo.svg" + }, { "title": "National Grid", "hex": "00148C", diff --git a/icons/nasa.svg b/icons/nasa.svg new file mode 100644 index 000000000000..e29c133fba39 --- /dev/null +++ b/icons/nasa.svg @@ -0,0 +1 @@ +NASA icon \ No newline at end of file From 070118ed1d57af39799d822d3680dcb6013821c3 Mon Sep 17 00:00:00 2001 From: Alexandre Paradis Date: Wed, 27 Jan 2021 06:20:50 -0500 Subject: [PATCH 26/41] Add Jamstack icon (#4831) --- _data/simple-icons.json | 5 +++++ icons/jamstack.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/jamstack.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 3b54e3ee1c1a..561c428710f9 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3810,6 +3810,11 @@ "hex": "004027", "source": "https://www.jamesonwhiskey.com/" }, + { + "title": "Jamstack", + "hex": "F0047F", + "source": "https://github.com/jamstack/jamstack.org/tree/main/src/site/img/logo" + }, { "title": "Jasmine", "hex": "8A4182", diff --git a/icons/jamstack.svg b/icons/jamstack.svg new file mode 100644 index 000000000000..42d16369dfbe --- /dev/null +++ b/icons/jamstack.svg @@ -0,0 +1 @@ +Jamstack icon \ No newline at end of file From 8329347100d00fbf7c677f75cf1715644bdd3336 Mon Sep 17 00:00:00 2001 From: Sam Stark Date: Wed, 27 Jan 2021 16:53:53 -0500 Subject: [PATCH 27/41] Add Vectorworks Icon (#4764) * adds and fixes vectorworks logo * ran SVGO CLI with 38.6% reduction in size * updated icon to use footer icon * optimized and checked with SVGOMG * Fix ordering --- _data/simple-icons.json | 5 +++++ icons/vectorworks.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/vectorworks.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 561c428710f9..1aaba0da87ef 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -7972,6 +7972,11 @@ "hex": "184D66", "source": "https://www.vectorlogo.zone/" }, + { + "title": "Vectorworks", + "hex": "000000", + "source": "https://www.vectorworks.net/en-US" + }, { "title": "Veeam", "hex": "00B336", diff --git a/icons/vectorworks.svg b/icons/vectorworks.svg new file mode 100644 index 000000000000..297cfcc131ac --- /dev/null +++ b/icons/vectorworks.svg @@ -0,0 +1 @@ +Vectorworks icon From 4d2f8bd2d9ca33504d9b2ef7a38b38c258139738 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Thu, 28 Jan 2021 13:54:21 +0000 Subject: [PATCH 28/41] Add Delta (#4844) --- _data/simple-icons.json | 5 +++++ icons/delta.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/delta.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 1aaba0da87ef..2c1ad37a606d 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1918,6 +1918,11 @@ "hex": "EE1F35", "source": "https://www.embarcadero.com/news/logo" }, + { + "title": "Delta", + "hex": "003366", + "source": "https://news.delta.com/delta-air-lines-logos-brand-guidelines" + }, { "title": "Deno", "hex": "000000", diff --git a/icons/delta.svg b/icons/delta.svg new file mode 100644 index 000000000000..298837282132 --- /dev/null +++ b/icons/delta.svg @@ -0,0 +1 @@ +Delta icon \ No newline at end of file From 7e5a31159c41420276cb03d7e827c1cf658a6309 Mon Sep 17 00:00:00 2001 From: Bruno Bruzzano Date: Fri, 29 Jan 2021 12:02:22 +0000 Subject: [PATCH 29/41] Add nrlw icon (#4859) --- _data/simple-icons.json | 5 +++++ icons/nrwl.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/nrwl.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 2c1ad37a606d..fa62ad730f5d 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -5166,6 +5166,11 @@ "hex": "CB3837", "source": "https://github.com/npm/logos" }, + { + "title": "Nrwl", + "hex": "96D7E8", + "source": "https://nrwl.io/assets/nrwl-logo-white.svg" + }, { "title": "Nubank", "hex": "8A05BE", diff --git a/icons/nrwl.svg b/icons/nrwl.svg new file mode 100644 index 000000000000..25aa947e38e7 --- /dev/null +++ b/icons/nrwl.svg @@ -0,0 +1 @@ +Nrwl icon \ No newline at end of file From 19a04f7351f8d76b33793117341aa2bf78e33c85 Mon Sep 17 00:00:00 2001 From: Adam Alston Date: Fri, 29 Jan 2021 07:08:49 -0500 Subject: [PATCH 30/41] Add macOS (#4867) --- _data/simple-icons.json | 5 +++++ icons/macos.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/macos.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index fa62ad730f5d..c4dba707c877 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -4451,6 +4451,11 @@ "hex": "E95420", "source": "https://design.ubuntu.com/downloads/" }, + { + "title": "macOS", + "hex": "000000", + "source": "https://commons.wikimedia.org/wiki/File:MacOS_wordmark_(2017).svg" + }, { "title": "Macy’s", "hex": "E21A2C", diff --git a/icons/macos.svg b/icons/macos.svg new file mode 100644 index 000000000000..7bd751da22fd --- /dev/null +++ b/icons/macos.svg @@ -0,0 +1 @@ +macOS icon \ No newline at end of file From d04ba0d8552ba509d84cff7a79a090ba2354d2e8 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Fri, 29 Jan 2021 14:16:21 +0000 Subject: [PATCH 31/41] =?UTF-8?q?Add=20Aerom=C3=A9xico=20(#4760)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add Aeroméxico * Create aeromexico.svg Add Aeroméxico * Update Aeroméxico path --- _data/simple-icons.json | 5 +++++ icons/aeromexico.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/aeromexico.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index c4dba707c877..62e1a8ca5cb8 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -210,6 +210,11 @@ "hex": "006272", "source": "https://www.aerlingus.com/" }, + { + "title": "Aeroméxico", + "hex": "0B2343", + "source": "https://www.aeromexico.com/" + }, { "title": "Affinity", "hex": "222324", diff --git a/icons/aeromexico.svg b/icons/aeromexico.svg new file mode 100644 index 000000000000..51efeaf71e99 --- /dev/null +++ b/icons/aeromexico.svg @@ -0,0 +1 @@ +Aeroméxico icon \ No newline at end of file From 0a688f188c3f2b84abec1895ee0541d39b6eb25c Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Fri, 29 Jan 2021 14:19:27 +0000 Subject: [PATCH 32/41] Add Amazon Pay (#4793) --- _data/simple-icons.json | 5 +++++ icons/amazonpay.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/amazonpay.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 62e1a8ca5cb8..8b139b0f9e69 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -375,6 +375,11 @@ "hex": "66459B", "source": "https://aws.amazon.com/lumberyard/support" }, + { + "title": "Amazon Pay", + "hex": "FF9900", + "source": "https://pay.amazon.com/" + }, { "title": "Amazon Prime", "hex": "00A8E1", diff --git a/icons/amazonpay.svg b/icons/amazonpay.svg new file mode 100644 index 000000000000..eac96bc3a9ba --- /dev/null +++ b/icons/amazonpay.svg @@ -0,0 +1 @@ +Amazon Pay icon \ No newline at end of file From e1aa95f934f86e0bdb55e106b517fcaa344cad2c Mon Sep 17 00:00:00 2001 From: Adam Rusted Date: Fri, 29 Jan 2021 15:04:02 +0000 Subject: [PATCH 33/41] Updated Google News (#4474) --- .svglint-ignored.json | 1 - _data/simple-icons.json | 2 +- icons/googlenews.svg | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.svglint-ignored.json b/.svglint-ignored.json index 365f9d573ff6..1443311df40f 100644 --- a/.svglint-ignored.json +++ b/.svglint-ignored.json @@ -26,7 +26,6 @@ }, "ineffective-segments": { "M16.047 5.32L24 13.273l-2.707 2.711-5.246-5.246-1.844 1.852-2.715-2.711zm-5.395 5.399l2.707 2.715 2.547 2.539-2.715 2.707-5.238-5.239-4.176 4.176-1.07 1.063L0 15.973 7.953 8.02zm0 0": "Code Climate", - "M19.0863 5.6694v-2.875a.6101.6101 0 0 0-.6114-.6073H5.5235a.6101.6101 0 0 0-.6156.6074v2.834l8.3905-3.052a.5938.5938 0 0 1 .7422.3895l.5448 1.4981zM23.582 7.343l-8.8032-2.3683.7518 2.066h5.5837a.6142.6142 0 0 1 .6128.6128v8.795l2.247-8.366a.5924.5924 0 0 0-.3921-.7395zM2.27 7.6535a.6156.6156 0 0 1 .613-.6128h12.1546l-1.2693-3.4905a.5951.5951 0 0 0-.7435-.3827L.3674 7.7748a.5938.5938 0 0 0-.3227.775l2.2253 6.112zm0 0a.6156.6156 0 0 1 .613-.6128h12.1546l-1.2693-3.4905a.5951.5951 0 0 0-.7435-.3827L.3674 7.7748a.5938.5938 0 0 0-.3227.775l2.2253 6.112zM21.2668 21.2a.6142.6142 0 0 1-.6129.6129H3.3445a.6142.6142 0 0 1-.6129-.6129V8.1153a.6142.6142 0 0 1 .6129-.6129h17.3093a.6142.6142 0 0 1 .6129.6129zm-3.0315-3.4196v-1.1958a.0804.0804 0 0 0-.0804-.0803h-5.3726v1.3619h5.3726a.0817.0817 0 0 0 .0804-.0858zm.817-2.5876v-1.2012a.0804.0804 0 0 0-.0803-.0817h-6.1897v1.3619h6.1897a.079.079 0 0 0 .0804-.0817zm-.817-2.5875v-1.2067a.0804.0804 0 0 0-.0804-.0803h-5.3726v1.3619h5.3726a.0817.0817 0 0 0 .0804-.079zm-10.086 1.4395v1.2256h1.7704c-.1457.749-.8049 1.2925-1.7704 1.2925a1.976 1.976 0 0 1 0-3.9495 1.7704 1.7704 0 0 1 1.2529.4903l.9342-.9329a3.1405 3.1405 0 0 0-2.1871-.8525 3.2685 3.2685 0 1 0 0 6.537c1.8889 0 3.1323-1.3279 3.1323-3.1977a3.9576 3.9576 0 0 0-.0518-.6183Z": "Google News", "M16.433 12.329A16.188 16.188 0 0 1 22.118.009L17.684 0a16.2 16.2 0 0 0-4.776 11.374V24h3.525zm-8.869 0A16.174 16.174 0 0 0 1.882.009L6.319 0a16.238 16.238 0 0 1 4.773 11.374V24H7.564zm0 0Z": "Guangzhou Metro", "M5.66 9.553V5.2542a6.7943 6.7943 0 00-4.0537 11.0861C3.9847 15.1881 5.648 12.5846 5.66 9.553zm1.1323 4.1148c-.4231 1.7523-1.6874 3.2496-3.2626 4.2448a6.7603 6.7603 0 003.2616.8332 6.7723 6.7723 0 003.2626-.8332c-1.5753-.9952-2.8386-2.4935-3.2616-4.2448zm5.185-6.1031a6.7903 6.7903 0 00-4.0528-2.3105V9.52c0 3.0446 1.6663 5.663 4.0517 6.8183a6.7673 6.7673 0 01-1.6073-4.3868 6.7553 6.7553 0 011.6083-4.3868zm0 0c1.0031 1.1832 1.6552 2.7145 1.6552 4.3878 0 1.6733-.652 3.2026-1.6553 4.3878l-.001-.001.001.001c2.3785-1.1512 4.0878-3.7557 4.0998-6.7873V5.2542a6.9013 6.9013 0 00-4.0998 2.3105zM18.3413 9.52c0 3.0456 1.6663 5.663 4.0528 6.8193a6.7933 6.7933 0 00-4.0528-11.084zm-1.1322 4.1478c-.423 1.7523-1.6873 3.2496-3.2626 4.2448a6.7603 6.7603 0 003.2616.8332 6.7723 6.7723 0 003.2626-.8332c-1.5743-.9952-2.8385-2.4935-3.2616-4.2448z": "Renren", "M20.89 15.311v1.164h1.983c.406 0 1.103-.315 1.127-1.196v-.45c0-.752-.582-1.196-1.127-1.196h-.989v-.54h1.959v-1.17h-1.88c-.485 0-1.133.424-1.133 1.215v.405c0 .79.642 1.196 1.133 1.196 1.364.006-.327 0 .934 0v.566zm-10.62-.283s1.06-.096 1.06-1.55c0-1.452-1.285-1.587-1.285-1.587H7.729v4.584h1.164v-1.106L9.9 16.475h1.722zm-.45-.938h-.927v-1.048h.934s.26.102.26.52c0 .418-.266.528-.266.528zm4.384-2.167H13.02c-.842 0-1.127.81-1.127 1.196v3.356h1.182v-.804h1.11v.804h1.145v-3.356c0-.978-.836-1.196-1.127-1.196zm-.019 2.45H13.07V13.26s0-.25.37-.25h.406c.327 0 .333.25.333.25v1.112zm1.686-2.45h1.23v4.552h-1.23zm2.958 3.375v-3.375h-1.224v4.552h2.88v-1.177zM.424 16.475h4.79s-.916-4.43 2.115-6.224c.66-.34 2.764-1.614 6.208 1.087.109-.097.212-.174.212-.174S10.597 7.827 7.086 8.2c-1.764.167-3.934 1.871-5.207 4.122C.606 14.572.424 16.474.424 16.474zm0 0h4.79s-.916-4.43 2.115-6.224c.66-.34 2.764-1.614 6.208 1.087.109-.097.212-.174.212-.174S10.597 7.827 7.086 8.2c-1.764.167-3.934 1.871-5.207 4.122C.606 14.572.424 16.474.424 16.474zm0 0h4.79s-.916-4.43 2.115-6.224c.66-.34 2.764-1.614 6.208 1.087.109-.097.212-.174.212-.174S10.597 7.827 7.086 8.2c-1.77.167-3.94 1.871-5.213 4.122C.6 14.572.424 16.474.424 16.474zm9.979-7.915l.024-.43c-.055-.033-.206-.11-.588-.226l-.024.425c.2.07.394.148.588.231zm-.576 1.363l-.025.405c.2.007.4.033.6.078l.025-.4a4.06 4.06 0 00-.6-.083zM7.584 7.917h.06l-.121-.392a4.57 4.57 0 00-.582.039l.115.379c.176-.02.352-.026.528-.026zm.29 2.366l.14.444c.176-.09.352-.167.527-.225l-.133-.424a4.24 4.24 0 00-.533.205zm-2.752-1.69l-.272-.444a9.49 9.49 0 00-.473.276l.279.45c.157-.103.309-.2.466-.283zm1.243 2.893l.291.463c.103-.161.224-.31.358-.457l-.273-.437a3.487 3.487 0 00-.376.43zm-.879 2.07l.491.411a5.417 5.417 0 01.127-.752l-.436-.366a6.41 6.41 0 00-.182.707zm-2.655-3.054l-.43-.399c-.158.161-.31.322-.45.482l.468.425a6.423 6.423 0 01.412-.508zM1 13.376l-.697-.27a17.22 17.22 0 00-.303.771l.697.27c.079-.218.206-.533.303-.771zm4.395 1.813c.012.34.043.617.073.81l.727.277a8.962 8.962 0 01-.145-.836z": "Ruby on Rails", diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 8b139b0f9e69..e037fa609af3 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3133,7 +3133,7 @@ { "title": "Google News", "hex": "174EA6", - "source": "https://partnermarketinghub.withgoogle.com/#/brands/" + "source": "https://thepartnermarketinghub.withgoogle.com/brands/google-news/" }, { "title": "Google Optimize", diff --git a/icons/googlenews.svg b/icons/googlenews.svg index 99aa8b470750..e290783f6db8 100644 --- a/icons/googlenews.svg +++ b/icons/googlenews.svg @@ -1 +1 @@ -Google News icon \ No newline at end of file +Google News icon \ No newline at end of file From 8254d17861afe20039582669200bd112f2f3cc45 Mon Sep 17 00:00:00 2001 From: Adam Rusted Date: Fri, 29 Jan 2021 16:28:37 +0000 Subject: [PATCH 34/41] Update Google AdSense (#4472) * Updated AdSense * 0.5px gap; * Rebuilt from Source; Precision of 4 required; * Rebuilt using @PeterShaggyNoble's path. Precision of 3. --- _data/simple-icons.json | 2 +- icons/googleadsense.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index e037fa609af3..5fa5bf207a67 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3018,7 +3018,7 @@ { "title": "Google AdSense", "hex": "4285F4", - "source": "https://commons.wikimedia.org/wiki/File:AdSense_Logo.svg" + "source": "https://www.google.com/adsense/" }, { "title": "Google Analytics", diff --git a/icons/googleadsense.svg b/icons/googleadsense.svg index 04404c7e5a3f..ecdbb0a036a8 100644 --- a/icons/googleadsense.svg +++ b/icons/googleadsense.svg @@ -1 +1 @@ -Google AdSense icon \ No newline at end of file +Google AdSense icon \ No newline at end of file From 049b0c8c1fe4d4f3ef88f438b4d7ed52b916965c Mon Sep 17 00:00:00 2001 From: Adam Rusted Date: Fri, 29 Jan 2021 16:40:56 +0000 Subject: [PATCH 35/41] Updated Google Translate (#4584) --- _data/simple-icons.json | 2 +- icons/googletranslate.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 5fa5bf207a67..a7de7bdcd737 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3188,7 +3188,7 @@ { "title": "Google Translate", "hex": "4285F4", - "source": "https://en.wikipedia.org/wiki/Google_Translate" + "source": "https://commons.wikimedia.org/wiki/File:Google_Translate_logo.svg" }, { "title": "GOV.UK", diff --git a/icons/googletranslate.svg b/icons/googletranslate.svg index a2327434193b..28b051fc5d0c 100644 --- a/icons/googletranslate.svg +++ b/icons/googletranslate.svg @@ -1 +1 @@ -Google Translate icon +Google Translate icon \ No newline at end of file From d7681db4c5c5720e3bea4807e3cab8ccf0edbd9c Mon Sep 17 00:00:00 2001 From: Adam Rusted Date: Fri, 29 Jan 2021 16:57:02 +0000 Subject: [PATCH 36/41] Add Zoiper (#4854) --- _data/simple-icons.json | 5 +++++ icons/zoiper.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/zoiper.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index a7de7bdcd737..e37570e01d3d 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -8697,6 +8697,11 @@ "hex": "C8202B", "source": "https://www.zoho.com/branding/" }, + { + "title": "Zoiper", + "hex": "F47920", + "source": "https://www.zoiper.com/en/products" + }, { "title": "Zomato", "hex": "E23744", diff --git a/icons/zoiper.svg b/icons/zoiper.svg new file mode 100644 index 000000000000..6481e5849f9b --- /dev/null +++ b/icons/zoiper.svg @@ -0,0 +1 @@ +Zoiper icon \ No newline at end of file From 7deb7b0676927349543d878beabcb8a3308d6ec7 Mon Sep 17 00:00:00 2001 From: Adam Rusted Date: Fri, 29 Jan 2021 17:04:20 +0000 Subject: [PATCH 37/41] Updated Google Scholar (#4686) --- icons/googlescholar.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/googlescholar.svg b/icons/googlescholar.svg index 3b37efe984ec..f2a9609260db 100644 --- a/icons/googlescholar.svg +++ b/icons/googlescholar.svg @@ -1 +1 @@ -Google Scholar icon \ No newline at end of file +Google Scholar icon \ No newline at end of file From 32e0172abacc497c7d78e0f4d6ca0db488a0eb70 Mon Sep 17 00:00:00 2001 From: Adam Rusted Date: Fri, 29 Jan 2021 17:16:52 +0000 Subject: [PATCH 38/41] Updated Opel (#4813) --- _data/simple-icons.json | 2 +- icons/opel.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index e37570e01d3d..1593e54744fa 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -5289,7 +5289,7 @@ { "title": "Opel", "hex": "F7D900", - "source": "https://de.wikipedia.org/wiki/Opel" + "source": "https://medialibrary.groupe-psa.com/corporate/media?mediaId=1900667" }, { "title": "Open Access", diff --git a/icons/opel.svg b/icons/opel.svg index b57b27b42d98..3c2090cf413c 100644 --- a/icons/opel.svg +++ b/icons/opel.svg @@ -1 +1 @@ -Opel icon \ No newline at end of file +Opel icon \ No newline at end of file From 2579e4f1d46fc090c99af8b882d6cd8b04e8be53 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Fri, 29 Jan 2021 17:17:53 +0000 Subject: [PATCH 39/41] Update Anchor (#4880) --- _data/simple-icons.json | 2 +- icons/anchor.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 1593e54744fa..66c6327def3f 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -412,7 +412,7 @@ }, { "title": "Anchor", - "hex": "8940FA", + "hex": "5000B9", "source": "https://anchor.fm/" }, { diff --git a/icons/anchor.svg b/icons/anchor.svg index 51e282788143..150f1cbad3a0 100644 --- a/icons/anchor.svg +++ b/icons/anchor.svg @@ -1 +1 @@ -Anchor icon \ No newline at end of file +Anchor icon \ No newline at end of file From 601a1a872b699d2e121c1b1ad23c2167c01cfe67 Mon Sep 17 00:00:00 2001 From: Alexandre Paradis Date: Fri, 29 Jan 2021 12:20:23 -0500 Subject: [PATCH 40/41] Add stylelint icon (#4838) --- _data/simple-icons.json | 5 +++++ icons/stylelint.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/stylelint.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 66c6327def3f..c48596922faf 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -7246,6 +7246,11 @@ "hex": "DB7093", "source": "https://www.styled-components.com/" }, + { + "title": "stylelint", + "hex": "263238", + "source": "https://github.com/stylelint/stylelint/blob/1f7bbb2d189b3e27b42de25f2948e3e5eec1b759/identity/stylelint-icon-black.svg" + }, { "title": "StyleShare", "hex": "212121", diff --git a/icons/stylelint.svg b/icons/stylelint.svg new file mode 100644 index 000000000000..b60fd624eeba --- /dev/null +++ b/icons/stylelint.svg @@ -0,0 +1 @@ +stylelint icon \ No newline at end of file From ce43d3ebeab3b20dae0af98d81bc83e03efad299 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 31 Jan 2021 01:05:50 +0000 Subject: [PATCH 41/41] version bump --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 43e98543dab6..cd0bbce5ac0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "simple-icons", - "version": "4.8.0", + "version": "4.9.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fcd4b34ee616..2699f8720417 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-icons", - "version": "4.8.0", + "version": "4.9.0", "description": "SVG icons for popular brands https://simpleicons.org", "homepage": "https://www.simpleicons.org", "keywords": [