From 35c19f4642dea4e6fd3f562813ecf5ef917951b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2020 08:24:42 +0200 Subject: [PATCH 01/88] Update dependency uglify-js to v3.8.0 (#2711) Co-authored-by: WhiteSource Renovate --- 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 224aedefee8f..b88a4ab68c9f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6400,9 +6400,9 @@ } }, "uglify-js": { - "version": "3.7.7", - "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.7.7.tgz", - "integrity": "sha512-FeSU+hi7ULYy6mn8PKio/tXsdSXN35lm4KgV2asx00kzrLU9Pi3oAslcJT70Jdj7PHX29gGUPOT6+lXGBbemhA==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.8.0.tgz", + "integrity": "sha512-ugNSTT8ierCsDHso2jkBHXYrU8Y5/fY2ZUprfrJUiD7YpuFvV4jODLFmb3h4btQjqr5Nh4TX4XtgDfCU1WdioQ==", "dev": true, "requires": { "commander": "~2.20.3", diff --git a/package.json b/package.json index 1bc89524108d..58d248459aab 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "jsonlint2": "1.7.1", "svglint": "1.0.5", "svgo": "1.3.2", - "uglify-js": "3.7.7" + "uglify-js": "3.8.0" }, "scripts": { "build": "node scripts/build-package.js", From 6adef65a545e1d3143d27e510c9a21057b1fb20e Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Mon, 2 Mar 2020 11:35:41 +0100 Subject: [PATCH 02/88] Add Bosch (#2648) (#2661) --- _data/simple-icons.json | 5 +++++ icons/bosch.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/bosch.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index b7fed972c1be..36fd78e44b37 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -710,6 +710,11 @@ "hex": "563D7C", "source": "http://getbootstrap.com/about" }, + { + "title": "Bosch", + "hex": "EA0016", + "source": "https://www.bosch.de/" + }, { "title": "Bower", "hex": "EF5734", diff --git a/icons/bosch.svg b/icons/bosch.svg new file mode 100644 index 000000000000..23cc122c241e --- /dev/null +++ b/icons/bosch.svg @@ -0,0 +1 @@ +Bosch icon \ No newline at end of file From 412ccc0a6dc45ca57e4f7579738dd1edc707ec47 Mon Sep 17 00:00:00 2001 From: Eric Cornelissen Date: Mon, 2 Mar 2020 12:49:56 +0200 Subject: [PATCH 03/88] Escape icon title for object key (#2710) --- scripts/build-package.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/build-package.js b/scripts/build-package.js index 8ecb5db4ccc7..d2cdd71f1353 100644 --- a/scripts/build-package.js +++ b/scripts/build-package.js @@ -31,7 +31,8 @@ function escape(value) { return value.replace(/'/g, "\\'"); } function iconToKeyValue(icon) { - return `'${icon.title}':${iconToObject(icon)}`; + const iconTitle = escape(icon.title); + return `'${iconTitle}':${iconToObject(icon)}`; } function iconToObject(icon) { return util.format(iconObjectTemplate, From 83e06d62f3d88978e21192a0f2b61392c43fd4f2 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Mon, 2 Mar 2020 20:41:34 +0000 Subject: [PATCH 04/88] Add Ulule (#2714) --- _data/simple-icons.json | 5 +++++ icons/ulule.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/ulule.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 36fd78e44b37..9ad2aca8eba1 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -5210,6 +5210,11 @@ "hex": "2396F3", "source": "https://getuikit.com" }, + { + "title": "Ulule", + "hex": "18A5D6", + "source": "https://ulule.frontify.com/d/EX3dK8qsXgqh/branding-guidelines" + }, { "title": "Umbraco", "hex": "00BEC1", diff --git a/icons/ulule.svg b/icons/ulule.svg new file mode 100644 index 000000000000..1809e7cceeb7 --- /dev/null +++ b/icons/ulule.svg @@ -0,0 +1 @@ +Ulule icon \ No newline at end of file From dfbd2d271924256c786b3c136642568c48c51a90 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Tue, 3 Mar 2020 11:03:32 +0000 Subject: [PATCH 05/88] Add Note on Previews to PR Template (#2692) * Add Note on Previews to PR Template * Update PR template Co-Authored-By: Eric Cornelissen * Update PR template Co-authored-by: Eric Cornelissen --- .github/PULL_REQUEST_TEMPLATE.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 10a20be30195..a58f1206456a 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,10 +1,13 @@ **Issue:** - ### Checklist - [ ] I updated the JSON data in `_data/simple-icons.json` - [ ] I optimized the icon with SVGO or SVGOMG From 29b86e1b2b6d52ef1cd1d9a02c88257d003c3573 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Tue, 3 Mar 2020 17:22:32 +0000 Subject: [PATCH 06/88] Add Shopware (#2698) * Add Shopware * Update shopware.svg --- _data/simple-icons.json | 5 +++++ icons/shopware.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/shopware.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 9ad2aca8eba1..d74f0776382c 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -4425,6 +4425,11 @@ "hex": "7AB55C", "source": "https://press.shopify.com/brand" }, + { + "title": "Shopware", + "hex": "189EFF", + "source": "https://www.shopware.com/en/press/press-material/" + }, { "title": "Showpad", "hex": "2D2E83", diff --git a/icons/shopware.svg b/icons/shopware.svg new file mode 100644 index 000000000000..d15d85520598 --- /dev/null +++ b/icons/shopware.svg @@ -0,0 +1 @@ +Shopware icon \ No newline at end of file From 7e066555ce31c309e9fbd4de0c927745f35a8163 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Tue, 3 Mar 2020 17:32:55 +0000 Subject: [PATCH 07/88] Add Castbox (#2715) --- _data/simple-icons.json | 5 +++++ icons/castbox.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/castbox.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index d74f0776382c..a047389b9e76 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -820,6 +820,11 @@ "hex": "1287B1", "source": "https://upload.wikimedia.org/wikipedia/commons/5/5e/Cassandra_logo.svg" }, + { + "title": "Castbox", + "hex": "F55B23", + "source": "https://castbox.fm/newsroom/" + }, { "title": "Castorama", "hex": "0078D7", diff --git a/icons/castbox.svg b/icons/castbox.svg new file mode 100644 index 000000000000..878b10ac7481 --- /dev/null +++ b/icons/castbox.svg @@ -0,0 +1 @@ +Castbox icon \ No newline at end of file From 61617d486885f0c72ca69a97740e774ccdbe1bf7 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Tue, 3 Mar 2020 17:42:31 +0000 Subject: [PATCH 08/88] Add Plus Codes (#2717) --- _data/simple-icons.json | 5 +++++ icons/pluscodes.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/pluscodes.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index a047389b9e76..a159f9dc74fa 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3875,6 +3875,11 @@ "hex": "FF574D", "source": "https://www.plurk.com/brandInfo" }, + { + "title": "Plus Codes", + "hex": "57C4D2", + "source": "https://plus.codes/" + }, { "title": "Pocket", "hex": "EF3F56", diff --git a/icons/pluscodes.svg b/icons/pluscodes.svg new file mode 100644 index 000000000000..0315ab0ecafd --- /dev/null +++ b/icons/pluscodes.svg @@ -0,0 +1 @@ +Plus Codes icon \ No newline at end of file From 2a472132fb5c0febbde4b3827c6fda6ab4fb8bd6 Mon Sep 17 00:00:00 2001 From: Eric Cornelissen Date: Thu, 5 Mar 2020 23:28:30 +0200 Subject: [PATCH 09/88] Add Vauxhall (#2647) * Add Vauxhall * updated source --- _data/simple-icons.json | 5 +++++ icons/vauxhall.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/vauxhall.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index a159f9dc74fa..83bfa89c23af 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -5290,6 +5290,11 @@ "hex": "F74843", "source": "https://www.valvesoftware.com/" }, + { + "title": "Vauxhall", + "hex": "9F363D", + "source": "https://www.vauxhall.co.uk/microapps/vxr/corsa-vxr/" + }, { "title": "Veeam", "hex": "00B336", diff --git a/icons/vauxhall.svg b/icons/vauxhall.svg new file mode 100644 index 000000000000..240b0982c200 --- /dev/null +++ b/icons/vauxhall.svg @@ -0,0 +1 @@ +Vauxhall icon \ No newline at end of file From 5fc5884339e3a4c9483a34daf929b7640621a9d4 Mon Sep 17 00:00:00 2001 From: Eric Cornelissen Date: Thu, 5 Mar 2020 23:50:50 +0200 Subject: [PATCH 10/88] Add Google Maps (#2663) Closes #2543 --- icons/googlemaps.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/googlemaps.svg b/icons/googlemaps.svg index 22226cf4072e..5847b4063de8 100644 --- a/icons/googlemaps.svg +++ b/icons/googlemaps.svg @@ -1 +1 @@ -Google Maps icon \ No newline at end of file +Google Maps icon \ No newline at end of file From 803068ecdb30e2c7d4b52c6ac9c45700d857e298 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Fri, 6 Mar 2020 18:06:20 +0000 Subject: [PATCH 11/88] Update Yammer (#2558) * Update yammer.svg * Update Yammer source URL * Update Yammer icon --- _data/simple-icons.json | 4 ++-- icons/yammer.svg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 83bfa89c23af..564034843a87 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -5682,8 +5682,8 @@ }, { "title": "Yammer", - "hex": "0072C6", - "source": "https://developer.yammer.com/docs/branding-guide" + "hex": "106EBE", + "source": "https://developer.microsoft.com/en-us/fabric#/styles/web/colors/products" }, { "title": "Yandex", diff --git a/icons/yammer.svg b/icons/yammer.svg index d9ac44bcf148..57c055248509 100644 --- a/icons/yammer.svg +++ b/icons/yammer.svg @@ -1 +1 @@ -Yammer icon \ No newline at end of file +Yammer icon \ No newline at end of file From b8ded07d823102d65379d1d35175ced10ab7f7fa Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Fri, 6 Mar 2020 18:25:16 +0000 Subject: [PATCH 12/88] Add freedesktop.org (#2730) --- _data/simple-icons.json | 5 +++++ icons/freedesktop-dot-org.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/freedesktop-dot-org.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 564034843a87..6fcc694ac3bd 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1800,6 +1800,11 @@ "hex": "006400", "source": "https://freecodecamp.com" }, + { + "title": "freedesktop.org", + "hex": "3B80AE", + "source": "https://commons.wikimedia.org/wiki/File:Freedesktop-logo.svg" + }, { "title": "Freelancer", "hex": "29B2FE", diff --git a/icons/freedesktop-dot-org.svg b/icons/freedesktop-dot-org.svg new file mode 100644 index 000000000000..1077e24ca9ec --- /dev/null +++ b/icons/freedesktop-dot-org.svg @@ -0,0 +1 @@ +freedesktop.org icon \ No newline at end of file From 2284025d361973e23191793526106815badbf66d Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Fri, 6 Mar 2020 18:32:12 +0000 Subject: [PATCH 13/88] Add ESLGaming (#2731) --- _data/simple-icons.json | 5 +++++ icons/eslgaming.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/eslgaming.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 6fcc694ac3bd..46a4dddd1592 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1525,6 +1525,11 @@ "hex": "0E9648", "source": "https://play.esea.net/" }, + { + "title": "ESLGaming", + "hex": "FFFF09", + "source": "https://brand.eslgaming.com/" + }, { "title": "ESLint", "hex": "4B32C3", diff --git a/icons/eslgaming.svg b/icons/eslgaming.svg new file mode 100644 index 000000000000..13ad705380dc --- /dev/null +++ b/icons/eslgaming.svg @@ -0,0 +1 @@ +ESLGaming icon \ No newline at end of file From 8b0494dd6e88b422be146f2c53d62d62c201c86b Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Fri, 6 Mar 2020 18:43:28 +0000 Subject: [PATCH 14/88] Add BBC iPlayer (#2739) --- _data/simple-icons.json | 5 +++++ icons/bbciplayer.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/bbciplayer.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 46a4dddd1592..be7e9f1b19ea 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -605,6 +605,11 @@ "hex": "00AEFF", "source": "https://www.blizzard.com/en-gb/" }, + { + "title": "BBC iPlayer", + "hex": "F54997", + "source": "https://www.bbc.co.uk/iplayer" + }, { "title": "Beatport", "hex": "A8E00F", diff --git a/icons/bbciplayer.svg b/icons/bbciplayer.svg new file mode 100644 index 000000000000..738fc7908000 --- /dev/null +++ b/icons/bbciplayer.svg @@ -0,0 +1 @@ +BBC iPlayer icon \ No newline at end of file From 6abb03007ead35c5d5ab64779cf6a8a4b9cce0dc Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Fri, 6 Mar 2020 18:52:42 +0000 Subject: [PATCH 15/88] Add Transport for London (#2742) --- _data/simple-icons.json | 5 +++++ icons/transportforlondon.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/transportforlondon.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index be7e9f1b19ea..c12baa22b79b 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -5117,6 +5117,11 @@ }, { "title": "Transport for Ireland", + "hex": "113B92", + "source": "https://tfl.gov.uk/" + }, + { + "title": "Transport for London", "hex": "00B274", "source": "https://www.transportforireland.ie/" }, diff --git a/icons/transportforlondon.svg b/icons/transportforlondon.svg new file mode 100644 index 000000000000..c1b5e80913bb --- /dev/null +++ b/icons/transportforlondon.svg @@ -0,0 +1 @@ +Transport for London icon \ No newline at end of file From b5522eaad5648008fb3592127f1a8044e3f79990 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Fri, 6 Mar 2020 19:03:06 +0000 Subject: [PATCH 16/88] Add Gatling (#2741) --- _data/simple-icons.json | 5 +++++ icons/gatling.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/gatling.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index c12baa22b79b..0ec14ff3aab7 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1845,6 +1845,11 @@ "hex": "007CC3", "source": "https://developer.garmin.com/resources/brand-guidelines/" }, + { + "title": "Gatling", + "hex": "FF9E2A", + "source": "https://gatling.io/" + }, { "title": "Gatsby", "hex": "663399", diff --git a/icons/gatling.svg b/icons/gatling.svg new file mode 100644 index 000000000000..f68f29e7faa9 --- /dev/null +++ b/icons/gatling.svg @@ -0,0 +1 @@ +Gatling icon \ No newline at end of file From 85f09b96347b51f0047c22fb4106385c448c5152 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Fri, 6 Mar 2020 19:14:19 +0000 Subject: [PATCH 17/88] Add Farfetch (#2750) --- _data/simple-icons.json | 5 +++++ icons/farfetch.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/farfetch.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 0ec14ff3aab7..28f6fc1e030d 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1625,6 +1625,11 @@ "hex": "00D6D6", "source": "https://fandomdesignsystem.com/" }, + { + "title": "Farfetch", + "hex": "000000", + "source": "https://www.farfetch.com/" + }, { "title": "Fastly", "hex": "FF282D", diff --git a/icons/farfetch.svg b/icons/farfetch.svg new file mode 100644 index 000000000000..afc3e652434d --- /dev/null +++ b/icons/farfetch.svg @@ -0,0 +1 @@ +Farfetch icon \ No newline at end of file From 99c045a7a6a3f0c0645b524c36ec8f05dec73258 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Fri, 6 Mar 2020 19:32:46 +0000 Subject: [PATCH 18/88] Add Helly Hansen (#2747) --- _data/simple-icons.json | 5 +++++ icons/hellyhansen.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/hellyhansen.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 28f6fc1e030d..6e90884e1a5d 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2315,6 +2315,11 @@ "hex": "91C11E", "source": "https://www.hellofresh.com/landing/student" }, + { + "title": "Helly Hansen", + "hex": "DA2128", + "source": "https://www.hellyhansen.com/" + }, { "title": "Helm", "hex": "277A9F", diff --git a/icons/hellyhansen.svg b/icons/hellyhansen.svg new file mode 100644 index 000000000000..604f1a66d20a --- /dev/null +++ b/icons/hellyhansen.svg @@ -0,0 +1 @@ +Helly Hansen icon \ No newline at end of file From 778800b335e94464b2f129dadb4115ac6fa73ea8 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Fri, 6 Mar 2020 19:39:03 +0000 Subject: [PATCH 19/88] Add Roku (#2751) --- _data/simple-icons.json | 5 +++++ icons/roku.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/roku.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 6e90884e1a5d..9a3c9c030c20 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -4270,6 +4270,11 @@ "hex": "5E9EE3", "source": "https://riseup.net/en/about-us/images" }, + { + "title": "Roku", + "hex": "662D91", + "source": "https://www.roku.com/" + }, { "title": "rollup.js", "hex": "EC4A3F", diff --git a/icons/roku.svg b/icons/roku.svg new file mode 100644 index 000000000000..8f22631b7a33 --- /dev/null +++ b/icons/roku.svg @@ -0,0 +1 @@ +Roku icon \ No newline at end of file From ab7ca3c5747492508067369a23881100117aeb83 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Sat, 7 Mar 2020 00:05:47 +0000 Subject: [PATCH 20/88] Add Android Auto (#2542) --- _data/simple-icons.json | 5 +++++ icons/androidauto.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/androidauto.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 9a3c9c030c20..9440a77c6160 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -290,6 +290,11 @@ "hex": "3DDC84", "source": "https://developer.android.com/distribute/marketing-tools/brand-guidelines" }, + { + "title": "Android Auto", + "hex": "4285F4", + "source": "https://partnermarketinghub.withgoogle.com/#/brands/" + }, { "title": "Android Studio", "hex": "3DDC84", diff --git a/icons/androidauto.svg b/icons/androidauto.svg new file mode 100644 index 000000000000..9ce0e5f9d9c2 --- /dev/null +++ b/icons/androidauto.svg @@ -0,0 +1 @@ +Android Auto icon From 78664b8efd1b4b86ddd44a3bf40542c81e31495d Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Sat, 7 Mar 2020 00:10:26 +0000 Subject: [PATCH 21/88] Add Ford (#2632) --- _data/simple-icons.json | 5 +++++ icons/ford.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/ford.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 9440a77c6160..6d9a1c94dfb3 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1780,6 +1780,11 @@ "hex": "339AF0", "source": "https://fontawesome.com/icons/font-awesome" }, + { + "title": "Ford", + "hex": "003478", + "source": "https://www.ford.com/" + }, { "title": "Formstack", "hex": "21B573", diff --git a/icons/ford.svg b/icons/ford.svg new file mode 100644 index 000000000000..bc4371afe3b1 --- /dev/null +++ b/icons/ford.svg @@ -0,0 +1 @@ +Ford icon From 630ce51d23c3edf44e124a760b7a14ee23af17b8 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Sat, 7 Mar 2020 09:04:15 +0000 Subject: [PATCH 22/88] Add Contactless Payment (#2584) --- _data/simple-icons.json | 5 +++++ icons/contactlesspayment.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/contactlesspayment.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 6d9a1c94dfb3..97df9e159239 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1090,6 +1090,11 @@ "hex": "172B4D", "source": "https://www.atlassian.com/company/news/press-kit" }, + { + "title": "Contactless Payment", + "hex": "000000", + "source": "https://en.wikipedia.org/wiki/Contactless_payment" + }, { "title": "Convertio", "hex": "FF3333", diff --git a/icons/contactlesspayment.svg b/icons/contactlesspayment.svg new file mode 100644 index 000000000000..17cc15d134bd --- /dev/null +++ b/icons/contactlesspayment.svg @@ -0,0 +1 @@ +Contactless Payment icon \ No newline at end of file From aa16027d1caff91e07b8e95b26ee5cfe1ecd5b22 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Sat, 7 Mar 2020 09:11:38 +0000 Subject: [PATCH 23/88] Add TeamSpeak (#2700) --- _data/simple-icons.json | 5 +++++ icons/teamspeak.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/teamspeak.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 97df9e159239..0a16841ea28d 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -5000,6 +5000,11 @@ "hex": "486AAE", "source": "https://www.tata.com/" }, + { + "title": "TeamSpeak", + "hex": "2580C3", + "source": "https://www.teamspeak.com/en/more/media-pack/" + }, { "title": "TeamViewer", "hex": "0E8EE9", diff --git a/icons/teamspeak.svg b/icons/teamspeak.svg new file mode 100644 index 000000000000..c96a81421b13 --- /dev/null +++ b/icons/teamspeak.svg @@ -0,0 +1 @@ +TeamSpeak icon \ No newline at end of file From f3fb12c71a86705ed535f4522900977f77d6dfe5 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Sat, 7 Mar 2020 09:16:01 +0000 Subject: [PATCH 24/88] Update Expo (#2594) --- _data/simple-icons.json | 4 ++-- icons/expo.svg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 0a16841ea28d..90f6422a1a34 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1597,8 +1597,8 @@ }, { "title": "Expo", - "hex": "000000", - "source": "http://expo.io" + "hex": "000020", + "source": "http://expo.io/brand/" }, { "title": "EyeEm", diff --git a/icons/expo.svg b/icons/expo.svg index fff9386ccf35..80036846e040 100644 --- a/icons/expo.svg +++ b/icons/expo.svg @@ -1 +1 @@ -Expo icon \ No newline at end of file +Expo icon \ No newline at end of file From 64a8c5f167796b99a3a79a000f20b0a52f145a1a Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Sat, 7 Mar 2020 22:25:17 +0000 Subject: [PATCH 25/88] Add Microsoft SharePoint (#2555) * Add microsoftsharepoint.svg * Add Microsoft SharePoint data --- _data/simple-icons.json | 5 +++++ icons/microsoftsharepoint.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/microsoftsharepoint.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 90f6422a1a34..bc644fd14fc0 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3275,6 +3275,11 @@ "hex": "B7472A", "source": "https://developer.microsoft.com/en-us/fabric#/styles/web/colors/products" }, + { + "title": "Microsoft SharePoint", + "hex": "0078D4", + "source": "https://developer.microsoft.com/en-us/fabric#/styles/web/colors/products" + }, { "title": "Microsoft SQL Server", "hex": "CC2927", diff --git a/icons/microsoftsharepoint.svg b/icons/microsoftsharepoint.svg new file mode 100644 index 000000000000..2b02ccaee250 --- /dev/null +++ b/icons/microsoftsharepoint.svg @@ -0,0 +1 @@ +Microsoft SharePoint icon From e939f6b01045f945e1d45effc91dbaff9d1d64ed Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Sun, 8 Mar 2020 07:53:55 +0000 Subject: [PATCH 26/88] Updated path and source for T-mobile icon (#2757) --- _data/simple-icons.json | 4 ++-- icons/t-mobile.svg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index bc644fd14fc0..a4065d029a1d 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -4978,7 +4978,7 @@ { "title": "T-Mobile", "hex": "E20074", - "source": "https://www.t-mobile.com/news/media-library?fulltext=logo" + "source": "https://www.t-mobile.com/" }, { "title": "Tableau", @@ -5871,4 +5871,4 @@ "source": "https://github.com/zulip/zulip/" } ] -} +} \ No newline at end of file diff --git a/icons/t-mobile.svg b/icons/t-mobile.svg index 100cfd3cc98b..d6c86844f3b6 100644 --- a/icons/t-mobile.svg +++ b/icons/t-mobile.svg @@ -1 +1 @@ -T-Mobile icon \ No newline at end of file +T-Mobile icon \ No newline at end of file From d220a4ac0edbb6f9d6fe16923a1c7f2279f31d37 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Sun, 8 Mar 2020 08:54:34 +0000 Subject: [PATCH 27/88] Add PagSeguro (#2683) --- _data/simple-icons.json | 5 +++++ icons/pagseguro.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/pagseguro.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index a4065d029a1d..816df1302946 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3735,6 +3735,11 @@ "hex": "212121", "source": "https://pagekit.com/logo-guide" }, + { + "title": "PagSeguro", + "hex": "FFC801", + "source": "https://pagseguro.uol.com.br/" + }, { "title": "Palantir", "hex": "101113", diff --git a/icons/pagseguro.svg b/icons/pagseguro.svg new file mode 100644 index 000000000000..5ff5d088fac1 --- /dev/null +++ b/icons/pagseguro.svg @@ -0,0 +1 @@ +PagSeguro icon \ No newline at end of file From a2b88362ac22df93fc861dfa31dc8480c8ed001e Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Sun, 8 Mar 2020 09:02:33 +0000 Subject: [PATCH 28/88] Add Microsoft Visio (#2645) --- _data/simple-icons.json | 5 +++++ icons/microsoftvisio.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/microsoftvisio.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 816df1302946..7a6fdf0fa352 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3290,6 +3290,11 @@ "hex": "6264A7", "source": "https://developer.microsoft.com/en-us/fabric#/styles/web/colors/products" }, + { + "title": "Microsoft Visio", + "hex": "3955A3", + "source": "https://developer.microsoft.com/en-us/fabric#/styles/web/colors/products" + }, { "title": "Microsoft Word", "hex": "2B579A", diff --git a/icons/microsoftvisio.svg b/icons/microsoftvisio.svg new file mode 100644 index 000000000000..aa2c90cb92a4 --- /dev/null +++ b/icons/microsoftvisio.svg @@ -0,0 +1 @@ +Microsoft Visio icon \ No newline at end of file From 3574373cd50cbe0c0ae8ebc4b1d5742635d17116 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Mon, 9 Mar 2020 13:18:59 +0000 Subject: [PATCH 29/88] Add Microsoft Exchange (#2621) --- _data/simple-icons.json | 5 +++++ icons/microsoftexchange.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/microsoftexchange.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 7a6fdf0fa352..a6714eb9d15c 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3250,6 +3250,11 @@ "hex": "217346", "source": "https://developer.microsoft.com/en-us/fabric#/styles/web/colors/products" }, + { + "title": "Microsoft Exchange", + "hex": "0078D4", + "source": "https://developer.microsoft.com/en-us/fabric#/styles/web/" + }, { "title": "Microsoft Office", "hex": "D83B01", diff --git a/icons/microsoftexchange.svg b/icons/microsoftexchange.svg new file mode 100644 index 000000000000..a230e472f7a1 --- /dev/null +++ b/icons/microsoftexchange.svg @@ -0,0 +1 @@ +Microsoft Exchange icon \ No newline at end of file From e7d9b2bc5403b0ce5618f09bade9889389f79e6b Mon Sep 17 00:00:00 2001 From: David Schmitt Date: Mon, 9 Mar 2020 15:47:43 +0000 Subject: [PATCH 30/88] Add Puppet icon (#2694) Closes #2693 --- _data/simple-icons.json | 5 +++++ icons/puppet.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/puppet.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index a6714eb9d15c..509cd2f59ee4 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -4070,6 +4070,11 @@ "hex": "336699", "source": "https://publons.com/about/logos" }, + { + "title": "Puppet", + "hex": "FFAE1A", + "source": "https://puppet.com/company/press-room/" + }, { "title": "PureScript", "hex": "14161A", diff --git a/icons/puppet.svg b/icons/puppet.svg new file mode 100644 index 000000000000..2e9c81645bec --- /dev/null +++ b/icons/puppet.svg @@ -0,0 +1 @@ +Puppet icon From bd3ea2050a2c6e671438e9e12b7e05b814173291 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Mon, 9 Mar 2020 17:33:40 +0000 Subject: [PATCH 31/88] Add vBulletin (#2721) --- _data/simple-icons.json | 5 +++++ icons/vbulletin.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/vbulletin.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 509cd2f59ee4..5c44bdfbe7c5 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -5380,6 +5380,11 @@ "hex": "9F363D", "source": "https://www.vauxhall.co.uk/microapps/vxr/corsa-vxr/" }, + { + "title": "vBulletin", + "hex": "184D66", + "source": "https://commons.wikimedia.org/wiki/File:VBulletin.svg" + }, { "title": "Veeam", "hex": "00B336", diff --git a/icons/vbulletin.svg b/icons/vbulletin.svg new file mode 100644 index 000000000000..193fe3b5d1d9 --- /dev/null +++ b/icons/vbulletin.svg @@ -0,0 +1 @@ +vBulletin icon \ No newline at end of file From 09e8f6d245e31775ebbc1aa0e42e61087e090955 Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Mon, 9 Mar 2020 18:00:57 +0000 Subject: [PATCH 32/88] Add PostCSS icon (#2758) (#2759) --- _data/simple-icons.json | 5 +++++ icons/postcss.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/postcss.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 5c44bdfbe7c5..e1619d810d18 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3975,6 +3975,11 @@ "hex": "B12B28", "source": "https://www.porsche.com/" }, + { + "title": "PostCSS", + "hex": "DD3A0A", + "source": "https://postcss.org/" + }, { "title": "PostgreSQL", "hex": "336791", diff --git a/icons/postcss.svg b/icons/postcss.svg new file mode 100644 index 000000000000..736ae88342f5 --- /dev/null +++ b/icons/postcss.svg @@ -0,0 +1 @@ +PostCSS icon \ No newline at end of file From 139b83150d980cd09c2bc8a1ea0a4595063341b4 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Mon, 9 Mar 2020 22:15:02 +0000 Subject: [PATCH 33/88] Add AdBlock (#2761) * Add AdBlock * Fix AdBlock colour * Fix AdBlock colour --- _data/simple-icons.json | 5 +++++ icons/adblock.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/adblock.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index e1619d810d18..78a6faaadef5 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -60,6 +60,11 @@ "hex": "000000", "source": "https://www.activision.com/" }, + { + "title": "AdBlock", + "hex": "F40D12", + "source": "https://getadblock.com/" + }, { "title": "AddThis", "hex": "FF6550", diff --git a/icons/adblock.svg b/icons/adblock.svg new file mode 100644 index 000000000000..7e8ffcd2c056 --- /dev/null +++ b/icons/adblock.svg @@ -0,0 +1 @@ +AdBlock icon \ No newline at end of file From 0a5fe522e836d22ba5c0c62f37fb74eca8194224 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Mon, 9 Mar 2020 22:18:38 +0000 Subject: [PATCH 34/88] Add HBO (#2760) --- _data/simple-icons.json | 5 +++++ icons/hbo.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/hbo.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 78a6faaadef5..3f2d624ec125 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2330,6 +2330,11 @@ "hex": "EA8220", "source": "https://haxe.org/foundation/branding.html" }, + { + "title": "HBO", + "hex": "000000", + "source": "https://www.hbo.com/" + }, { "title": "HelloFresh", "hex": "91C11E", diff --git a/icons/hbo.svg b/icons/hbo.svg new file mode 100644 index 000000000000..429783f53bf5 --- /dev/null +++ b/icons/hbo.svg @@ -0,0 +1 @@ +HBO icon \ No newline at end of file From ef40843c182577208ed724b80dc836444f87bac2 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Mon, 9 Mar 2020 22:43:26 +0000 Subject: [PATCH 35/88] Update Photoshop (#2733) --- _data/simple-icons.json | 4 ++-- icons/adobephotoshop.svg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 3f2d624ec125..3fc8faad7b1f 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -132,8 +132,8 @@ }, { "title": "Adobe Photoshop", - "hex": "00C8FF", - "source": "https://wwwimages2.adobe.com/etc/clientlibs/beagle/ace/source/font/aceui-fonts.svg" + "hex": "26C9FF", + "source": "https://www.adobe.com/products/photoshop.html" }, { "title": "Adobe Premiere", diff --git a/icons/adobephotoshop.svg b/icons/adobephotoshop.svg index abc3dc43adf1..72dc56d02d88 100644 --- a/icons/adobephotoshop.svg +++ b/icons/adobephotoshop.svg @@ -1 +1 @@ -Adobe Photoshop icon \ No newline at end of file +Adobe Photoshop icon \ No newline at end of file From 14ff48374fbc568d59b6f15440f34fd3e39ee6e3 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Mon, 9 Mar 2020 22:53:43 +0000 Subject: [PATCH 36/88] Add Apple TV (#2736) --- _data/simple-icons.json | 5 +++++ icons/appletv.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/appletv.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 3fc8faad7b1f..29e9dad5a4ef 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -430,6 +430,11 @@ "hex": "9933CC", "source": "https://www.apple.com/itunes/marketing-on-podcasts/identity-guidelines.html#apple-podcasts-icon" }, + { + "title": "Apple TV", + "hex": "000000", + "source": "https://commons.wikimedia.org/wiki/File:AppleTV.svg" + }, { "title": "AppVeyor", "hex": "00B3E0", diff --git a/icons/appletv.svg b/icons/appletv.svg new file mode 100644 index 000000000000..5c9c3e0e0bfa --- /dev/null +++ b/icons/appletv.svg @@ -0,0 +1 @@ +Apple TV icon \ No newline at end of file From 4647cba4ac7118e60ecdfde31d20af999626af0d Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Mon, 9 Mar 2020 22:58:34 +0000 Subject: [PATCH 37/88] Add Dash (#2728) --- _data/simple-icons.json | 5 +++++ icons/dash.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/dash.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 29e9dad5a4ef..f5989bf2ddbe 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1200,6 +1200,11 @@ "hex": "001A4B", "source": "https://en.wikipedia.org/wiki/Das_Erste" }, + { + "title": "Dash", + "hex": "008DE4", + "source": "https://www.dash.org/brand-assets/" + }, { "title": "Dashlane", "hex": "007C97", diff --git a/icons/dash.svg b/icons/dash.svg new file mode 100644 index 000000000000..f7efabd3b88d --- /dev/null +++ b/icons/dash.svg @@ -0,0 +1 @@ +Dash icon \ No newline at end of file From 8c1d339af11b1aebeb58bf2e2d2bc482ae8eda1c Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Mon, 9 Mar 2020 23:03:18 +0000 Subject: [PATCH 38/88] Add Clyp (#2725) --- _data/simple-icons.json | 5 +++++ icons/clyp.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/clyp.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index f5989bf2ddbe..a51512a43d7c 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -970,6 +970,11 @@ "hex": "187EB6", "source": "https://cloudsmith.io/branding/" }, + { + "title": "Clyp", + "hex": "3CBDB1", + "source": "https://clyp.it/" + }, { "title": "CMake", "hex": "064F8C", diff --git a/icons/clyp.svg b/icons/clyp.svg new file mode 100644 index 000000000000..d4a6ae4a7a0a --- /dev/null +++ b/icons/clyp.svg @@ -0,0 +1 @@ +Clyp icon \ No newline at end of file From 36875f26f95f27c2e1483d930d0ad4d3c16cccd9 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Mon, 9 Mar 2020 23:07:05 +0000 Subject: [PATCH 39/88] Add Vivaldi (#2724) --- _data/simple-icons.json | 5 +++++ icons/vivaldi.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/vivaldi.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index a51512a43d7c..3a4feb9bc6b8 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -5480,6 +5480,11 @@ "hex": "007ACC", "source": "https://commons.wikimedia.org/wiki/File:Visual_Studio_Code_1.35_icon.svg" }, + { + "title": "Vivaldi", + "hex": "EF3939", + "source": "https://vivaldi.com/press/" + }, { "title": "Vivino", "hex": "AA1329", diff --git a/icons/vivaldi.svg b/icons/vivaldi.svg new file mode 100644 index 000000000000..d459ce287328 --- /dev/null +++ b/icons/vivaldi.svg @@ -0,0 +1 @@ +Vivaldi icon \ No newline at end of file From c61ca57c8d89958cd937185ef68f629de89c7aa3 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Tue, 10 Mar 2020 19:10:48 +0000 Subject: [PATCH 40/88] Add iBeacon (#2729) * Add iBeacon * Update ibeacon.svg --- _data/simple-icons.json | 5 +++++ icons/ibeacon.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/ibeacon.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 3a4feb9bc6b8..6ba287542cb0 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2485,6 +2485,11 @@ "hex": "004E81", "source": "https://upload.wikimedia.org/wikipedia/commons/f/f7/IATAlogo.svg" }, + { + "title": "iBeacon", + "hex": "3D7EBB", + "source": "https://developer.apple.com/ibeacon/" + }, { "title": "IBM", "hex": "054ADA", diff --git a/icons/ibeacon.svg b/icons/ibeacon.svg new file mode 100644 index 000000000000..f33fddbefdc4 --- /dev/null +++ b/icons/ibeacon.svg @@ -0,0 +1 @@ +iBeacon icon \ No newline at end of file From 5f59fbf11cf7938b3b1af390d02eeff578148981 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Wed, 11 Mar 2020 12:26:53 +0000 Subject: [PATCH 41/88] Add Google AdSense (#2597) * Add Google AdSense * Update Google AdSense source * Update googleadsense.svg --- _data/simple-icons.json | 5 +++++ icons/googleadsense.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/googleadsense.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 6ba287542cb0..52fef16ea6eb 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2060,6 +2060,11 @@ "hex": "4285F4", "source": "https://designguidelines.withgoogle.com/ads-branding/google-ads/logos.html#logos-brand-logo-lockups" }, + { + "title": "Google AdSense", + "hex": "4285F4", + "source": "https://commons.wikimedia.org/wiki/File:AdSense_Logo.svg" + }, { "title": "Google Analytics", "hex": "E37400", diff --git a/icons/googleadsense.svg b/icons/googleadsense.svg new file mode 100644 index 000000000000..04404c7e5a3f --- /dev/null +++ b/icons/googleadsense.svg @@ -0,0 +1 @@ +Google AdSense icon \ No newline at end of file From 01aadfb9d4a72c1edd5a5152ef7d43ee9c54ed62 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Wed, 11 Mar 2020 13:50:08 +0000 Subject: [PATCH 42/88] Add Badgr (#2768) --- _data/simple-icons.json | 5 +++++ icons/badgr.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/badgr.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 52fef16ea6eb..f13ba47be8fd 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -575,6 +575,11 @@ "hex": "F9DC3E", "source": "https://github.com/babel/website/blob/93330158b6ecca1ab88d3be8dbf661f5c2da6c76/website/static/img/babel-black.svg" }, + { + "title": "Badgr", + "hex": "282C4C", + "source": "https://info.badgr.com/" + }, { "title": "Baidu", "hex": "2319DC", diff --git a/icons/badgr.svg b/icons/badgr.svg new file mode 100644 index 000000000000..7fb69d422824 --- /dev/null +++ b/icons/badgr.svg @@ -0,0 +1 @@ +Badgr icon \ No newline at end of file From 88263347e2403fabd4ac508c986885c64733fde1 Mon Sep 17 00:00:00 2001 From: Eric Cornelissen Date: Wed, 11 Mar 2020 20:38:49 +0200 Subject: [PATCH 43/88] Add Wikimedia Commons (#2685) * Add Wikimedia Commons icon * Update Wikimedia Commons source URL --- _data/simple-icons.json | 5 +++++ icons/wikimediacommons.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/wikimediacommons.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index f13ba47be8fd..724a76ec12f5 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -5645,6 +5645,11 @@ "hex": "8B8B8B", "source": "https://de.wikipedia.org/wiki/Datei:WiiU.svg" }, + { + "title": "Wikimedia Commons", + "hex": "006699", + "source": "https://commons.wikimedia.org/wiki/File:Commons-logo.svg" + }, { "title": "Wikipedia", "hex": "000000", diff --git a/icons/wikimediacommons.svg b/icons/wikimediacommons.svg new file mode 100644 index 000000000000..6657dc0b4e90 --- /dev/null +++ b/icons/wikimediacommons.svg @@ -0,0 +1 @@ +Wikimedia Commons icon \ No newline at end of file From 451db89c3cffae191c331f4ba16f0b7b7b8121bf Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Wed, 11 Mar 2020 18:53:06 +0000 Subject: [PATCH 44/88] Add ProSieben (#2627) --- _data/simple-icons.json | 5 +++++ icons/prosieben.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/prosieben.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 724a76ec12f5..8a87ae6895e2 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -4090,6 +4090,11 @@ "hex": "E6522C", "source": "https://prometheus.io/" }, + { + "title": "ProSieben", + "hex": "E6000F", + "source": "https://www.prosieben.de/" + }, { "title": "Proto.io", "hex": "34A7C1", diff --git a/icons/prosieben.svg b/icons/prosieben.svg new file mode 100644 index 000000000000..c789f33a666d --- /dev/null +++ b/icons/prosieben.svg @@ -0,0 +1 @@ +ProSieben icon \ No newline at end of file From 80a0dc6be04c3dc37eb1112fbca71c1fe83e34ce Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Wed, 11 Mar 2020 19:16:30 +0000 Subject: [PATCH 45/88] Add Hyundai (#2641) * Add Hyundai * Fix Hyundai source --- _data/simple-icons.json | 5 +++++ icons/hyundai.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/hyundai.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 8a87ae6895e2..b1289d2aa471 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2490,6 +2490,11 @@ "hex": "BD1C2B", "source": "https://web.hypothes.is/" }, + { + "title": "Hyundai", + "hex": "002C5F", + "source": "https://en.wikipedia.org/wiki/File:Hyundai_Motor_Company_logo.svg" + }, { "title": "Iata", "hex": "004E81", diff --git a/icons/hyundai.svg b/icons/hyundai.svg new file mode 100644 index 000000000000..379d29e234b6 --- /dev/null +++ b/icons/hyundai.svg @@ -0,0 +1 @@ +Hyundai icon \ No newline at end of file From 047421b81dee403b9243785b977ca3cfc1e0b8d0 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Wed, 11 Mar 2020 19:20:46 +0000 Subject: [PATCH 46/88] Add Honda (#2642) --- _data/simple-icons.json | 5 +++++ icons/honda.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/honda.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index b1289d2aa471..470193f309b4 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2425,6 +2425,11 @@ "hex": "7DCDA3", "source": "http://lsg.homify.com/" }, + { + "title": "Honda", + "hex": "E40521", + "source": "https://www.honda.ie/" + }, { "title": "Hootsuite", "hex": "000000", diff --git a/icons/honda.svg b/icons/honda.svg new file mode 100644 index 000000000000..85d79e3a9c78 --- /dev/null +++ b/icons/honda.svg @@ -0,0 +1 @@ +Honda icon \ No newline at end of file From fd4ce5a454d424f80f28a1ca251efa8a02e26a75 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Wed, 11 Mar 2020 19:31:24 +0000 Subject: [PATCH 47/88] Add Mazda (#2643) --- _data/simple-icons.json | 5 +++++ icons/mazda.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/mazda.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 470193f309b4..973e6c485c6b 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3205,6 +3205,11 @@ "hex": "261C29", "source": "http://mttr.net" }, + { + "title": "Mazda", + "hex": "101010", + "source": "https://www.mazda.com/en/about/profile/library/" + }, { "title": "McAfee", "hex": "C01818", diff --git a/icons/mazda.svg b/icons/mazda.svg new file mode 100644 index 000000000000..b2a8855e3eef --- /dev/null +++ b/icons/mazda.svg @@ -0,0 +1 @@ +Mazda icon \ No newline at end of file From 36047e4f1c2643951036423cedb7162905098810 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Wed, 11 Mar 2020 19:38:27 +0000 Subject: [PATCH 48/88] Add Nissan (#2649) --- _data/simple-icons.json | 5 +++++ icons/nissan.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/nissan.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 973e6c485c6b..7f1ecebba240 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3575,6 +3575,11 @@ "hex": "E60012", "source": "http://www.nintendo.co.uk/" }, + { + "title": "Nissan", + "hex": "C3002F", + "source": "https://commons.wikimedia.org/wiki/File:Nissan-logo.svg" + }, { "title": "NixOS", "hex": "5277C3", diff --git a/icons/nissan.svg b/icons/nissan.svg new file mode 100644 index 000000000000..f45c0c3bf9f5 --- /dev/null +++ b/icons/nissan.svg @@ -0,0 +1 @@ +Nissan icon \ No newline at end of file From 0de165929b2f89219a4803f1dc426afa4b10ea73 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Thu, 12 Mar 2020 17:31:21 +0000 Subject: [PATCH 49/88] Add Renault (#2651) --- _data/simple-icons.json | 5 +++++ icons/renault.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/renault.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 7f1ecebba240..0f8f25df2416 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -4340,6 +4340,11 @@ "hex": "764ABC", "source": "https://github.com/reactjs/redux/tree/master/logo" }, + { + "title": "Renault", + "hex": "FFCC33", + "source": "https://en.wikipedia.org/wiki/File:Renault_F1_Team_logo_2019.svg" + }, { "title": "Renren", "hex": "217DC6", diff --git a/icons/renault.svg b/icons/renault.svg new file mode 100644 index 000000000000..4668ff2d9746 --- /dev/null +++ b/icons/renault.svg @@ -0,0 +1 @@ +Renault icon \ No newline at end of file From 2c8c660319d8ce667ed7baade62ee44116720bda Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Thu, 12 Mar 2020 17:37:09 +0000 Subject: [PATCH 50/88] Add Windows XP (#2653) --- _data/simple-icons.json | 5 +++++ icons/windowsxp.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/windowsxp.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 0f8f25df2416..f094997f6301 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -5690,6 +5690,11 @@ "hex": "0078D6", "source": "https://commons.wikimedia.org/wiki/File:Windows_10_Logo.svg" }, + { + "title": "Windows XP", + "hex": "003399", + "source": "https://commons.wikimedia.org/wiki/File:Windows_logo_-_2002%E2%80%932012_(Multicolored).svg" + }, { "title": "Wire", "hex": "000000", diff --git a/icons/windowsxp.svg b/icons/windowsxp.svg new file mode 100644 index 000000000000..4369b7fae552 --- /dev/null +++ b/icons/windowsxp.svg @@ -0,0 +1 @@ +Windows XP icon \ No newline at end of file From 41d92ecbe8b83696dce7f2d8146dbdfb2e3d32f9 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Thu, 12 Mar 2020 18:20:47 +0000 Subject: [PATCH 51/88] Add ASKfm (#2608) * Add ASKfm * Fix ASKfm name * Update ASKfm icon --- _data/simple-icons.json | 5 +++++ icons/askfm.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/askfm.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index f094997f6301..b656c6df4fbf 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -490,6 +490,11 @@ "hex": "D40000", "source": "https://github.com/asciinema/asciinema-logo" }, + { + "title": "ASKfm", + "hex": "DB3552", + "source": "https://ask.fm/" + }, { "title": "AT&T", "hex": "00A8E0", diff --git a/icons/askfm.svg b/icons/askfm.svg new file mode 100644 index 000000000000..bb44605e1b61 --- /dev/null +++ b/icons/askfm.svg @@ -0,0 +1 @@ +ASKfm icon \ No newline at end of file From fb6663a55794306a7eb7ff5754185c91fcefb345 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Thu, 12 Mar 2020 18:24:18 +0000 Subject: [PATCH 52/88] Add Lubuntu (#2644) --- _data/simple-icons.json | 5 +++++ icons/lubuntu.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/lubuntu.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index b656c6df4fbf..60a6ee73ce4b 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3080,6 +3080,11 @@ "hex": "2C2D72", "source": "https://www.lua.org/docs.html" }, + { + "title": "Lubuntu", + "hex": "0068C8", + "source": "https://lubuntu.net/" + }, { "title": "Lufthansa", "hex": "05164D", diff --git a/icons/lubuntu.svg b/icons/lubuntu.svg new file mode 100644 index 000000000000..c669830f30f3 --- /dev/null +++ b/icons/lubuntu.svg @@ -0,0 +1 @@ +Lubuntu icon \ No newline at end of file From daaadfda6728cac393a9567b3c3c3f702cc18f3a Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Thu, 12 Mar 2020 18:27:15 +0000 Subject: [PATCH 53/88] Add McDonald's (#2706) --- _data/simple-icons.json | 5 +++++ icons/mcdonalds.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/mcdonalds.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 60a6ee73ce4b..3eed422f8bb5 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3225,6 +3225,11 @@ "hex": "C01818", "source": "https://www.mcafee.com/" }, + { + "title": "McDonald's", + "hex": "FBC817", + "source": "https://www.mcdonalds.com/gb/en-gb/newsroom.html" + }, { "title": "MDN Web Docs", "hex": "000000", diff --git a/icons/mcdonalds.svg b/icons/mcdonalds.svg new file mode 100644 index 000000000000..6c24399b305a --- /dev/null +++ b/icons/mcdonalds.svg @@ -0,0 +1 @@ +McDonald's icon \ No newline at end of file From 7a11c0caa75f2dd7301df0d59f96440239347298 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Thu, 12 Mar 2020 18:37:40 +0000 Subject: [PATCH 54/88] Add Eclipse Mosquitto (#2718) --- _data/simple-icons.json | 5 +++++ icons/eclipsemosquitto.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/eclipsemosquitto.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 3eed422f8bb5..905f5b177781 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1470,6 +1470,11 @@ "hex": "2C2255", "source": "https://www.eclipse.org/artwork/" }, + { + "title": "Eclipse Mosquitto", + "hex": "3C5280", + "source": "https://github.com/eclipse/mosquitto/blob/75fc908bba90d4bd06e85efc1c4ed77952ec842c/logo/mosquitto-logo-only.svg" + }, { "title": "Elastic", "hex": "005571", diff --git a/icons/eclipsemosquitto.svg b/icons/eclipsemosquitto.svg new file mode 100644 index 000000000000..502cf86d75e2 --- /dev/null +++ b/icons/eclipsemosquitto.svg @@ -0,0 +1 @@ +Eclipse Mosquitto icon \ No newline at end of file From ba5cb64ca7b06724fda8e8240c2e296b0e992355 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Thu, 12 Mar 2020 18:42:43 +0000 Subject: [PATCH 55/88] Add Bitwarden (#2719) --- _data/simple-icons.json | 5 +++++ icons/bitwarden.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/bitwarden.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 905f5b177781..6010e80badc5 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -695,6 +695,11 @@ "hex": "683D87", "source": "https://www.bitrise.io/presskit" }, + { + "title": "Bitwarden", + "hex": "3C8DBC", + "source": "https://github.com/bitwarden/brand/blob/f2d666eda756e2aba26f1463f102bc24ba179df2/icons/icon.svg" + }, { "title": "Blackberry", "hex": "000000", diff --git a/icons/bitwarden.svg b/icons/bitwarden.svg new file mode 100644 index 000000000000..9e26f2629422 --- /dev/null +++ b/icons/bitwarden.svg @@ -0,0 +1 @@ +Bitwarden icon \ No newline at end of file From d76f6c3bad6c43f56c715fcb2fed423e1da7fcdf Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Thu, 12 Mar 2020 19:16:20 +0000 Subject: [PATCH 56/88] Add Alfa Romeo (#2744) * Add Alfa Romeo * Update Alfa Romeo colour --- _data/simple-icons.json | 5 +++++ icons/alfaromeo.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/alfaromeo.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 6010e80badc5..10130d1a0e0e 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -215,6 +215,11 @@ "hex": "18BFFF", "source": "https://airtable.com/press" }, + { + "title": "Alfa Romeo", + "hex": "981E32", + "source": "http://www.fcaci.com/x/Alfa" + }, { "title": "Algolia", "hex": "5468FF", diff --git a/icons/alfaromeo.svg b/icons/alfaromeo.svg new file mode 100644 index 000000000000..9bd6d72e1f5b --- /dev/null +++ b/icons/alfaromeo.svg @@ -0,0 +1 @@ +Alfa Romeo icon \ No newline at end of file From 85c7025b5b950cd3bb7eb27acf81002871c6c6f5 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Thu, 12 Mar 2020 19:21:17 +0000 Subject: [PATCH 57/88] Add Adobe Fonts (#2776) --- _data/simple-icons.json | 5 +++++ icons/adobefonts.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/adobefonts.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 10130d1a0e0e..3b7a5da1d3b7 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -105,6 +105,11 @@ "hex": "35FA00", "source": "https://wwwimages2.adobe.com/etc/clientlibs/beagle/ace/source/font/aceui-fonts.svg" }, + { + "title": "Adobe Fonts", + "hex": "323232", + "source": "https://www.adobe.com/creativecloud/services.html" + }, { "title": "Adobe Illustrator", "hex": "FF7C00", diff --git a/icons/adobefonts.svg b/icons/adobefonts.svg new file mode 100644 index 000000000000..ce0b9070677d --- /dev/null +++ b/icons/adobefonts.svg @@ -0,0 +1 @@ +Adobe Fonts icon \ No newline at end of file From c4e22b8955008085a8eecaa8dfd240841d613083 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Thu, 12 Mar 2020 19:33:15 +0000 Subject: [PATCH 58/88] Update BMW (#2737) --- _data/simple-icons.json | 4 ++-- icons/bmw.svg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 3b7a5da1d3b7..243c62cd6546 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -737,8 +737,8 @@ }, { "title": "BMW", - "hex": "009ADA", - "source": "https://www.bmwgroup-classic.com/en/bmw-clubs/downloadbereich.html" + "hex": "0066B1", + "source": "https://www.bmw.de/" }, { "title": "Boeing", diff --git a/icons/bmw.svg b/icons/bmw.svg index 3560f1c9cd08..9c4deae33370 100644 --- a/icons/bmw.svg +++ b/icons/bmw.svg @@ -1 +1 @@ -BMW icon \ No newline at end of file +BMW icon \ No newline at end of file From 928d4dd5ef71f79d4590ff55bd86b9e9ab182de6 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Thu, 12 Mar 2020 20:08:05 +0000 Subject: [PATCH 59/88] =?UTF-8?q?Add=20=C5=A0KODA=20(#2657)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add Å KODA * Ran svgo Co-authored-by: Lucas Becker --- _data/simple-icons.json | 5 +++++ icons/skoda.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/skoda.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 243c62cd6546..62fcc34fa528 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -4665,6 +4665,11 @@ "hex": "17C5CB", "source": "https://company-89494.frontify.com/d/Tquwc3XMiaBb/skillshare-style-guide" }, + { + "title": "Å KODA", + "hex": "4BA82E", + "source": "https://en.wikipedia.org/wiki/File:Skoda_Auto_logo_(2011).svg" + }, { "title": "Skyliner", "hex": "2FCEA0", diff --git a/icons/skoda.svg b/icons/skoda.svg new file mode 100644 index 000000000000..c2642b4ab739 --- /dev/null +++ b/icons/skoda.svg @@ -0,0 +1 @@ +Å KODA icon From 2fe94567f06dce20936a9056eadcb1b0a64b5d95 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Thu, 12 Mar 2020 20:10:23 +0000 Subject: [PATCH 60/88] Add Bugatti (#2745) * Add Bugatti * Fix Bugatti icon title --- _data/simple-icons.json | 5 +++++ icons/bugatti.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/bugatti.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 62fcc34fa528..2be008861063 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -805,6 +805,11 @@ "hex": "168EEA", "source": "https://buffer.com/press" }, + { + "title": "Bugatti", + "hex": "BE0030", + "source": "https://www.bugatti.com/" + }, { "title": "Bugsnag", "hex": "4949E4", diff --git a/icons/bugatti.svg b/icons/bugatti.svg new file mode 100644 index 000000000000..84727befd1c1 --- /dev/null +++ b/icons/bugatti.svg @@ -0,0 +1 @@ +Bugatti icon \ No newline at end of file From 1aa8b7566f1ba9da067607442780b528085d5957 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Thu, 12 Mar 2020 20:26:51 +0000 Subject: [PATCH 61/88] Add libuv (#2720) * Add libuv * Ran svgo Co-authored-by: Lucas Becker --- _data/simple-icons.json | 5 +++++ icons/libuv.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/libuv.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 2be008861063..d63a398e0495 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3015,6 +3015,11 @@ "hex": "18A303", "source": "https://wiki.documentfoundation.org/Marketing/Branding" }, + { + "title": "libuv", + "hex": "403C3D", + "source": "https://github.com/libuv/libuv/blob/e4087dedf837f415056a45a838f639a3d9dc3ced/img/logos.svg" + }, { "title": "Lighthouse", "hex": "F44B21", diff --git a/icons/libuv.svg b/icons/libuv.svg new file mode 100644 index 000000000000..7ada0f676755 --- /dev/null +++ b/icons/libuv.svg @@ -0,0 +1 @@ +libuv icon From 34d82d438f19851fb03f8eb3405a7e2e1c1b2943 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Thu, 12 Mar 2020 20:35:30 +0000 Subject: [PATCH 62/88] Update Chase icon (#2722) --- icons/chase.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/chase.svg b/icons/chase.svg index 907ed87877ef..0ba212fa22ae 100644 --- a/icons/chase.svg +++ b/icons/chase.svg @@ -1 +1 @@ -Chase icon \ No newline at end of file +Chase icon \ No newline at end of file From 3c51971c4528f3b56f577f85f7ed53b6b1defccd Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Thu, 12 Mar 2020 20:38:32 +0000 Subject: [PATCH 63/88] Add Volvo (#2755) * Add Volvo * Update Volvo colour --- _data/simple-icons.json | 5 +++++ icons/volvo.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/volvo.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index d63a398e0495..35577692535f 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -5610,6 +5610,11 @@ "hex": "151F5D", "source": "https://www.volkswagen.ie/" }, + { + "title": "Volvo", + "hex": "003057", + "source": "https://www.media.volvocars.com/global/en-gb/logos" + }, { "title": "VSCO", "hex": "000000", diff --git a/icons/volvo.svg b/icons/volvo.svg new file mode 100644 index 000000000000..10f064468f4b --- /dev/null +++ b/icons/volvo.svg @@ -0,0 +1 @@ +Volvo icon \ No newline at end of file From 1cd45a4b632c7480b508c0a9c9f3cea47e8bee3d Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Thu, 12 Mar 2020 20:40:21 +0000 Subject: [PATCH 64/88] Add A-Frame (#2763) * Add A-Frame * Fix A-Frame order --- _data/simple-icons.json | 5 +++++ icons/a-frame.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/a-frame.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 35577692535f..219b8a39a7ec 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -20,6 +20,11 @@ "hex": "0099E5", "source": "https://about.500px.com/press" }, + { + "title": "A-Frame", + "hex": "EF2D5E", + "source": "https://aframe.io/docs/" + }, { "title": "ABB RobotStudio", "hex": "FF9E0F", diff --git a/icons/a-frame.svg b/icons/a-frame.svg new file mode 100644 index 000000000000..3d980992003d --- /dev/null +++ b/icons/a-frame.svg @@ -0,0 +1 @@ +A-Frame icon \ No newline at end of file From 111e733382fa38bdb46dfdd2ed4b6bac7b5ed9f5 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Thu, 12 Mar 2020 20:42:44 +0000 Subject: [PATCH 65/88] Add Car Throttle (#2773) --- _data/simple-icons.json | 5 +++++ icons/carthrottle.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/carthrottle.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 219b8a39a7ec..e988f7951daf 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -865,6 +865,11 @@ "hex": "00C4CC", "source": "https://www.canva.com/" }, + { + "title": "Car Throttle", + "hex": "FF9C42", + "source": "https://www.carthrottle.com/" + }, { "title": "Cash App", "hex": "00C244", diff --git a/icons/carthrottle.svg b/icons/carthrottle.svg new file mode 100644 index 000000000000..1f0b3ffa9619 --- /dev/null +++ b/icons/carthrottle.svg @@ -0,0 +1 @@ +Car Throttle icon \ No newline at end of file From a7be4752679015513ac3def769e595faf465c431 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Thu, 12 Mar 2020 20:45:03 +0000 Subject: [PATCH 66/88] Add OpenStack (#2772) --- _data/simple-icons.json | 5 +++++ icons/openstack.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/openstack.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index e988f7951daf..a15e781a7d58 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3790,6 +3790,11 @@ "hex": "721412", "source": "https://www.openssl.org/" }, + { + "title": "OpenStack", + "hex": "ED1944", + "source": "https://www.openstack.org/brand/openstack-logo/" + }, { "title": "OpenStreetMap", "hex": "7EBC6F", diff --git a/icons/openstack.svg b/icons/openstack.svg new file mode 100644 index 000000000000..83755312bf58 --- /dev/null +++ b/icons/openstack.svg @@ -0,0 +1 @@ +OpenStack icon \ No newline at end of file From f33bbaa34062bac1c5a446909cde4957bd2595a3 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Thu, 12 Mar 2020 20:52:23 +0000 Subject: [PATCH 67/88] Update Riot (#2732) --- _data/simple-icons.json | 2 +- icons/riot.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index a15e781a7d58..b02981020795 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -4433,7 +4433,7 @@ { "title": "Riot", "hex": "368BD6", - "source": "https://github.com/vector-im/logos/tree/master/riot" + "source": "https://about.riot.im/" }, { "title": "Ripple", diff --git a/icons/riot.svg b/icons/riot.svg index c799a8ff882b..bed5c8aca4b6 100644 --- a/icons/riot.svg +++ b/icons/riot.svg @@ -1 +1 @@ -Riot icon \ No newline at end of file +Riot icon \ No newline at end of file From 097a750dfcd1551fddc84ff0efd74f80d9bc8e57 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Thu, 12 Mar 2020 20:57:56 +0000 Subject: [PATCH 68/88] Add Adblock Plus (#2726) * Add Adblock Plus * Ran svgo Co-authored-by: Lucas Becker --- _data/simple-icons.json | 5 +++++ icons/adblockplus.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/adblockplus.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index b02981020795..977646fe928c 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -70,6 +70,11 @@ "hex": "F40D12", "source": "https://getadblock.com/" }, + { + "title": "Adblock Plus", + "hex": "C70D2C", + "source": "https://adblockplus.org/" + }, { "title": "AddThis", "hex": "FF6550", diff --git a/icons/adblockplus.svg b/icons/adblockplus.svg new file mode 100644 index 000000000000..9ad96072e902 --- /dev/null +++ b/icons/adblockplus.svg @@ -0,0 +1 @@ +Adblock Plus icon From aa705f32711035d728d228ef79a2878764f41c5a Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Thu, 12 Mar 2020 21:04:48 +0000 Subject: [PATCH 69/88] Add WWE (#2612) --- _data/simple-icons.json | 5 +++++ icons/wwe.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/wwe.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 977646fe928c..b4967bf841b3 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -5840,6 +5840,11 @@ "hex": "5BC4EE", "source": "https://write.as/brand" }, + { + "title": "WWE", + "hex": "000000", + "source": "https://commons.wikimedia.org/wiki/File:WWE_Network_logo.svg" + }, { "title": "X-Pack", "hex": "005571", diff --git a/icons/wwe.svg b/icons/wwe.svg new file mode 100644 index 000000000000..388867534c80 --- /dev/null +++ b/icons/wwe.svg @@ -0,0 +1 @@ +WWE icon \ No newline at end of file From 2815a6013f2df488551d9817975514efffc86911 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Thu, 12 Mar 2020 21:11:57 +0000 Subject: [PATCH 70/88] Add Phabricator (#2716) * Add Phabricator * Ran svgo Co-authored-by: Lucas Becker --- _data/simple-icons.json | 5 +++++ icons/phabricator.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/phabricator.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index b4967bf841b3..e4218f0709fe 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3945,6 +3945,11 @@ "hex": "05A081", "source": "https://www.pexels.com/" }, + { + "title": "Phabricator", + "hex": "4A5F88", + "source": "https://phacility.com/trademarks/" + }, { "title": "Photocrowd", "hex": "3DAD4B", diff --git a/icons/phabricator.svg b/icons/phabricator.svg new file mode 100644 index 000000000000..13c945dc46d8 --- /dev/null +++ b/icons/phabricator.svg @@ -0,0 +1 @@ +Phabricator icon From 3444a064c0cdb9e771bc644588986a6cf2a103bc Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Thu, 12 Mar 2020 22:46:56 +0000 Subject: [PATCH 71/88] Add Toyota (#2746) --- _data/simple-icons.json | 5 +++++ icons/toyota.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/toyota.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index e4218f0709fe..3516b2603c85 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -5320,6 +5320,11 @@ "hex": "FF0000", "source": "https://commons.wikimedia.org/wiki/File:Toshiba_logo.svg" }, + { + "title": "Toyota", + "hex": "EB0A1E", + "source": "https://www.toyota.com/brandguidelines/" + }, { "title": "TrainerRoad", "hex": "E12726", diff --git a/icons/toyota.svg b/icons/toyota.svg new file mode 100644 index 000000000000..e5f2b007c6eb --- /dev/null +++ b/icons/toyota.svg @@ -0,0 +1 @@ +Toyota icon \ No newline at end of file From 0bd13f0f2ea1169d75e57c6eb62da691a8b51368 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Fri, 13 Mar 2020 10:48:03 +0000 Subject: [PATCH 72/88] Egnyte (#2723) * Add Egnyte * Update egnyte.svg * Update egnyte.svg --- _data/simple-icons.json | 5 +++++ icons/egnyte.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/egnyte.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 3516b2603c85..57a0c0d15803 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1510,6 +1510,11 @@ "hex": "3C5280", "source": "https://github.com/eclipse/mosquitto/blob/75fc908bba90d4bd06e85efc1c4ed77952ec842c/logo/mosquitto-logo-only.svg" }, + { + "title": "Egnyte", + "hex": "00968F", + "source": "https://www.egnyte.com/presskit.html" + }, { "title": "Elastic", "hex": "005571", diff --git a/icons/egnyte.svg b/icons/egnyte.svg new file mode 100644 index 000000000000..686638004a7c --- /dev/null +++ b/icons/egnyte.svg @@ -0,0 +1 @@ +Egnyte icon \ No newline at end of file From ca62faa5cb353f5fe47f561eecc28e1da9d06257 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Fri, 13 Mar 2020 18:01:03 +0000 Subject: [PATCH 73/88] Add Warner Bros. (#2704) * Add Warner Bros. * Fix Warner Bros. order * Update warnerbros-dot.svg * Update warnerbros-dot.svg --- _data/simple-icons.json | 5 +++++ icons/warnerbros-dot.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/warnerbros-dot.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 57a0c0d15803..8cdd50984b33 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -5675,6 +5675,11 @@ "hex": "005A9C", "source": "https://www.w3.org/Consortium/Legal/logo-usage-20000308" }, + { + "title": "Warner Bros.", + "hex": "004DB4", + "source": "https://www.warnerbros.com/" + }, { "title": "Wattpad", "hex": "F68D12", diff --git a/icons/warnerbros-dot.svg b/icons/warnerbros-dot.svg new file mode 100644 index 000000000000..668eb2cc5306 --- /dev/null +++ b/icons/warnerbros-dot.svg @@ -0,0 +1 @@ +Warner Bros. icon \ No newline at end of file From 2d34f3c57bd72b6b938b3afaa6dc9973be654c46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2020 08:08:49 +0200 Subject: [PATCH 74/88] Bump acorn from 6.4.0 to 6.4.1 (#2787) Bumps [acorn](https://github.com/acornjs/acorn) from 6.4.0 to 6.4.1. - [Release notes](https://github.com/acornjs/acorn/releases) - [Commits](https://github.com/acornjs/acorn/compare/6.4.0...6.4.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index b88a4ab68c9f..bec60548de23 100644 --- a/package-lock.json +++ b/package-lock.json @@ -885,9 +885,9 @@ "dev": true }, "acorn": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.1.0.tgz", - "integrity": "sha512-kL5CuoXA/dgxlBbVrflsflzQ3PAas7RYZB52NOm/6839iVYJgKMJ3cQJD+t2i5+qFa8h3MDpEOJiS64E8JLnSQ==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.1.1.tgz", + "integrity": "sha512-add7dgA5ppRPxCFJoAGfMDi7PIBXq1RtGo7BhbLaxwrXPOmw8gq48Y9ozT01hUKy9byMjlR20EJhu5zlkErEkg==", "dev": true }, "acorn-globals": { @@ -901,9 +901,9 @@ }, "dependencies": { "acorn": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.4.0.tgz", - "integrity": "sha512-gac8OEcQ2Li1dxIEWGZzsp2BitJxwkwcOm0zHAJLcPJaVvm58FRnk6RkuLRpU1EujipU2ZFODv2P9DLMfnV8mw==", + "version": "6.4.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.4.1.tgz", + "integrity": "sha512-ZVA9k326Nwrj3Cj9jlh3wGFutC2ZornPNARZwsNYqQYgN0EsV2d53w5RN/co65Ohn4sUAUtb1rSUAOD6XN9idA==", "dev": true } } From fdace26e60185653f65f055266fed693db68c213 Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Sat, 14 Mar 2020 17:23:35 +0100 Subject: [PATCH 75/88] Remove 'version' from svgo'd file If you save a "tiny" SVG from Illustrator it will save a "version" along. This attribute should be removed. --- .svgo.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.svgo.yml b/.svgo.yml index 8d605d34fca2..387cbb14dde3 100644 --- a/.svgo.yml +++ b/.svgo.yml @@ -37,6 +37,7 @@ plugins: - removeAttrs: attrs: - baseProfile + - version # remove paths with fill="none" - removeUselessStrokeAndFill: From 9a8114ba918dfd57d00084588e89082ea3ac9bf7 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Sat, 14 Mar 2020 16:45:02 +0000 Subject: [PATCH 76/88] Add MAN (#2774) * Add MAN * Update MAN --- _data/simple-icons.json | 5 +++++ icons/man.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/man.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 8cdd50984b33..12d43b8da4d2 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3185,6 +3185,11 @@ "hex": "FF1E0D", "source": "http://www.makerbot.com/makerbot-press-assets" }, + { + "title": "MAN", + "hex": "E40045", + "source": "https://www.corporate.man.eu/" + }, { "title": "ManageIQ", "hex": "EF2929", diff --git a/icons/man.svg b/icons/man.svg new file mode 100644 index 000000000000..f63932350569 --- /dev/null +++ b/icons/man.svg @@ -0,0 +1 @@ +MAN icon \ No newline at end of file From fcf492fba8abc8cc1e01ae9c919bc7d1314eceec Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Sat, 14 Mar 2020 16:48:05 +0000 Subject: [PATCH 77/88] Add App Store (#2611) * Add App Store * Update App Store --- _data/simple-icons.json | 5 +++++ icons/appstore.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/appstore.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 12d43b8da4d2..f1afa5ae5bc0 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -430,6 +430,11 @@ "hex": "311C87", "source": "https://github.com/apollographql/space-kit/blob/9a42083746a49c9a734563f427c13233e42adcc9/logos/mark.svg" }, + { + "title": "App Store", + "hex": "0D96F6", + "source": "https://developer.apple.com/app-store/" + }, { "title": "Apple", "hex": "999999", diff --git a/icons/appstore.svg b/icons/appstore.svg new file mode 100644 index 000000000000..062907524718 --- /dev/null +++ b/icons/appstore.svg @@ -0,0 +1 @@ +App Store icon \ No newline at end of file From 7166d8d4e05aa7baea1a27fcc3a4cefc63568350 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Sat, 14 Mar 2020 17:13:50 +0000 Subject: [PATCH 78/88] Add Chupa Chups (#2668) * Add Chupa Chups * Update chupachups.svg --- _data/simple-icons.json | 5 +++++ icons/chupachups.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/chupachups.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index f1afa5ae5bc0..50199c8491c1 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -945,6 +945,11 @@ "hex": "F09820", "source": "https://www.chef.io/" }, + { + "title": "Chupa Chups", + "hex": "CF103E", + "source": "https://www.chupachups.co.uk/" + }, { "title": "Cinema 4D", "hex": "011A6A", diff --git a/icons/chupachups.svg b/icons/chupachups.svg new file mode 100644 index 000000000000..ba6e3468a3c9 --- /dev/null +++ b/icons/chupachups.svg @@ -0,0 +1 @@ +Chupa Chups icon \ No newline at end of file From 4b8f3ca1c9395f7c3fb957f951a58d977b07a39c Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Sat, 14 Mar 2020 17:15:14 +0000 Subject: [PATCH 79/88] Add Google Calendar (#2743) * Add Google Calendar * Update googlecalendar.svg --- _data/simple-icons.json | 5 +++++ icons/googlecalendar.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/googlecalendar.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 50199c8491c1..97eb2943f706 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2140,6 +2140,11 @@ "hex": "4285F4", "source": "https://assistant.google.com/" }, + { + "title": "Google Calendar", + "hex": "4285F4", + "source": "https://commons.wikimedia.org/wiki/File:Google_Calendar_icon.svg" + }, { "title": "Google Cardboard", "hex": "FF7143", diff --git a/icons/googlecalendar.svg b/icons/googlecalendar.svg new file mode 100644 index 000000000000..8e8d488a57b1 --- /dev/null +++ b/icons/googlecalendar.svg @@ -0,0 +1 @@ +Google Calendar icon \ No newline at end of file From 08277bc69dbfb77fcfa4e88d8f7f4c3aa3ae7d55 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Sat, 14 Mar 2020 17:15:38 +0000 Subject: [PATCH 80/88] Add Scania (#2775) * Add Scania * Update scania.svg * Fix small error There was a super tiny and unnecessary bit inside of the right part of the crown, which I removed. Also ran svgo with precision of 4; no observable detioration. Co-authored-by: Lucas Becker --- _data/simple-icons.json | 5 +++++ icons/scania.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/scania.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 97eb2943f706..9da2940ee42f 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -4600,6 +4600,11 @@ "hex": "4F0599", "source": "https://www.scaleway.com" }, + { + "title": "Scania", + "hex": "041E42", + "source": "https://www.scania.com/" + }, { "title": "Scribd", "hex": "1A7BBA", diff --git a/icons/scania.svg b/icons/scania.svg new file mode 100644 index 000000000000..68c127c03241 --- /dev/null +++ b/icons/scania.svg @@ -0,0 +1 @@ +Scania icon From e244eb418f762b8930a7f4be0a3aede3f11deecf Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Sat, 14 Mar 2020 17:15:52 +0000 Subject: [PATCH 81/88] Add niconico (#2614) * Add niconico * Fix niconico order * Update niconico.svg * Ran svgo Precision left at 4. Co-authored-by: Lucas Becker --- _data/simple-icons.json | 5 +++++ icons/niconico.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/niconico.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 9da2940ee42f..efd61afd121f 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3635,6 +3635,11 @@ "hex": "269539", "source": "https://www.nginx.com/" }, + { + "title": "niconico", + "hex": "231815", + "source": "https://www.nicovideo.jp/" + }, { "title": "Nim", "hex": "FFE953", diff --git a/icons/niconico.svg b/icons/niconico.svg new file mode 100644 index 000000000000..d2dc25b1684a --- /dev/null +++ b/icons/niconico.svg @@ -0,0 +1 @@ +niconico icon From 4da4bdb543d1452adcf3caa125c77771e1b2fe6b Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Sat, 14 Mar 2020 17:18:06 +0000 Subject: [PATCH 82/88] Add Fiat (#2652) --- _data/simple-icons.json | 5 +++++ icons/fiat.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/fiat.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index efd61afd121f..a6432db28eef 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1765,6 +1765,11 @@ "hex": "EB2E2C", "source": "https://corporate.ferrari.com/" }, + { + "title": "Fiat", + "hex": "AD0C33", + "source": "https://en.wikipedia.org/wiki/File:Fiat_Logo.svg" + }, { "title": "Fido Alliance", "hex": "FFBF3B", diff --git a/icons/fiat.svg b/icons/fiat.svg new file mode 100644 index 000000000000..09e1e3493e63 --- /dev/null +++ b/icons/fiat.svg @@ -0,0 +1 @@ +Fiat icon \ No newline at end of file From c6ef4bdc52c11aa24f0dfec01f1100af073b8b56 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Sat, 14 Mar 2020 17:20:06 +0000 Subject: [PATCH 83/88] Add WEMO (#2619) --- _data/simple-icons.json | 5 +++++ icons/wemo.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/wemo.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index a6432db28eef..2c7f2842de4e 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -5780,6 +5780,11 @@ "hex": "7BB32E", "source": "https://worldvectorlogo.com/logo/wechat-3" }, + { + "title": "WEMO", + "hex": "72D44C", + "source": "https://commons.wikimedia.org/wiki/File:WeMoApp.svg" + }, { "title": "WhatsApp", "hex": "25D366", diff --git a/icons/wemo.svg b/icons/wemo.svg new file mode 100644 index 000000000000..cfbda2c060d3 --- /dev/null +++ b/icons/wemo.svg @@ -0,0 +1 @@ +WEMO icon \ No newline at end of file From 3df35f8fc4591da6ed27f829dee1337dad3fc675 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Sat, 14 Mar 2020 17:25:20 +0000 Subject: [PATCH 84/88] Add Nintendo Network (#2780) * Add Nintendo Network * Update nintendonetwork.svg --- _data/simple-icons.json | 5 +++++ icons/nintendonetwork.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/nintendonetwork.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 2c7f2842de4e..348548194ba7 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3665,6 +3665,11 @@ "hex": "6A5FBB", "source": "https://www.nintendo.com/consumer/systems/nintendogamecube/index.jsp" }, + { + "title": "Nintendo Network", + "hex": "FF7D00", + "source": "https://accounts.nintendo.com/login" + }, { "title": "Nintendo Switch", "hex": "E60012", diff --git a/icons/nintendonetwork.svg b/icons/nintendonetwork.svg new file mode 100644 index 000000000000..4b4f845953d6 --- /dev/null +++ b/icons/nintendonetwork.svg @@ -0,0 +1 @@ +Nintendo Network icon \ No newline at end of file From 46c08aec420746621f2b93741ba97e08c87335fb Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Sat, 14 Mar 2020 17:41:39 +0000 Subject: [PATCH 85/88] Add UpLabs (#2781) --- _data/simple-icons.json | 5 +++++ icons/uplabs.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/uplabs.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 348548194ba7..5403a0d253a5 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -5550,6 +5550,11 @@ "hex": "FFC000", "source": "https://untappd.com/" }, + { + "title": "UpLabs", + "hex": "3930D8", + "source": "https://www.uplabs.com/" + }, { "title": "Upwork", "hex": "6FDA44", diff --git a/icons/uplabs.svg b/icons/uplabs.svg new file mode 100644 index 000000000000..87596164b851 --- /dev/null +++ b/icons/uplabs.svg @@ -0,0 +1 @@ +UpLabs icon \ No newline at end of file From b5291013d4ce5b84b7112ecf9a755683204d79fe Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Sat, 14 Mar 2020 17:42:09 +0000 Subject: [PATCH 86/88] Update Redis (#2677) * Update Redis * Update Redis source * Ran svgo Co-authored-by: Lucas Becker --- _data/simple-icons.json | 4 ++-- icons/redis.svg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 5403a0d253a5..18f906361897 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -4442,8 +4442,8 @@ }, { "title": "Redis", - "hex": "D82C20", - "source": "https://redis.io/images/redis-logo.svg" + "hex": "DC382D", + "source": "https://www.redislabs.com/brand-guidelines/" }, { "title": "Redux", diff --git a/icons/redis.svg b/icons/redis.svg index f372c45960a7..7376520ce509 100644 --- a/icons/redis.svg +++ b/icons/redis.svg @@ -1 +1 @@ -Redis icon \ No newline at end of file +Redis icon From 918f99f33df12f0e9b4ae3b66dc6a92079424040 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Sat, 14 Mar 2020 17:43:53 +0000 Subject: [PATCH 87/88] Add WebMoney (#2782) * Add WebMoney * Update webmoney.svg --- _data/simple-icons.json | 5 +++++ icons/webmoney.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/webmoney.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 18f906361897..11b3cceb154b 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -5770,6 +5770,11 @@ "hex": "7DA0D0", "source": "https://github.com/webmin/webmin" }, + { + "title": "WebMoney", + "hex": "036CB5", + "source": "https://www.webmoney.ru/rus/developers/logos.shtml" + }, { "title": "Webpack", "hex": "8DD6F9", diff --git a/icons/webmoney.svg b/icons/webmoney.svg new file mode 100644 index 000000000000..a3c91c6227ab --- /dev/null +++ b/icons/webmoney.svg @@ -0,0 +1 @@ +WebMoney icon \ No newline at end of file From 71d1729a5c278a25573e35459adb51f95de7dac4 Mon Sep 17 00:00:00 2001 From: Eric Cornelisesn Date: Sun, 15 Mar 2020 15:35:48 +0200 Subject: [PATCH 88/88] 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 bec60548de23..1f7e48dc19fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "simple-icons", - "version": "2.6.0", + "version": "2.7.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 58d248459aab..d144c48aab77 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-icons", - "version": "2.6.0", + "version": "2.7.0", "description": "SVG icons for popular brands https://simpleicons.org", "homepage": "https://www.simpleicons.org", "keywords": [