From 7b456f49358f82950a835525a58e46b889f6ec85 Mon Sep 17 00:00:00 2001 From: Joshua Sherer Date: Sun, 24 May 2020 06:05:56 -0400 Subject: [PATCH 01/17] Add YouTube Music (#3098) * Add YouTube Music * Update _data/simple-icons.json --- _data/simple-icons.json | 5 +++++ icons/youtubemusic.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/youtubemusic.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index f2f5a3f70cbd..e678a7b61ec3 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -6575,6 +6575,11 @@ "hex": "FF0000", "source": "https://gaming.youtube.com/" }, + { + "title": "YouTube Music", + "hex": "FF0000", + "source": "https://partnermarketinghub.withgoogle.com/#/brands/" + }, { "title": "YouTube Studio", "hex": "FF0000", diff --git a/icons/youtubemusic.svg b/icons/youtubemusic.svg new file mode 100644 index 000000000000..d8196cd1cf87 --- /dev/null +++ b/icons/youtubemusic.svg @@ -0,0 +1 @@ +YouTube Music icon From c62d2b321b44b7f40537a4545c39b08c30b87b11 Mon Sep 17 00:00:00 2001 From: David Beitey Date: Tue, 26 May 2020 18:57:47 +1000 Subject: [PATCH 02/17] Add The Conversation (#3065) --- _data/simple-icons.json | 5 +++++ icons/theconversation.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/theconversation.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index e678a7b61ec3..9553c575dd7f 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -5765,6 +5765,11 @@ "hex": "CC0000", "source": "http://www.teslamotors.com/en_GB/about" }, + { + "title": "The Conversation", + "hex": "D8352A", + "source": "https://theconversation.com/republishing-guidelines" + }, { "title": "The Mighty", "hex": "D0072A", diff --git a/icons/theconversation.svg b/icons/theconversation.svg new file mode 100644 index 000000000000..e729cda1f3cb --- /dev/null +++ b/icons/theconversation.svg @@ -0,0 +1 @@ +The Conversation icon \ No newline at end of file From b780524a57f3ecab5a174be68ed366961694fab5 Mon Sep 17 00:00:00 2001 From: EinsEli <57264430+EinsEli@users.noreply.github.com> Date: Tue, 26 May 2020 14:50:38 +0200 Subject: [PATCH 03/17] Add Razer (#3022) --- _data/simple-icons.json | 5 +++++ icons/razer.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/razer.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 9553c575dd7f..0020dc5bc696 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -4805,6 +4805,11 @@ "hex": "C51A4A", "source": "https://www.raspberrypi.org/trademark-rules" }, + { + "title": "Razer", + "hex": "00FF00", + "source": "https://en.wikipedia.org/wiki/File:Razer_snake_logo.svg" + }, { "title": "React", "hex": "61DAFB", diff --git a/icons/razer.svg b/icons/razer.svg new file mode 100644 index 000000000000..c2b288af0414 --- /dev/null +++ b/icons/razer.svg @@ -0,0 +1 @@ +Razer icon From 50f1af931e9a1ce883f9edaf4041aed528decad9 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Tue, 26 May 2020 15:58:01 +0100 Subject: [PATCH 04/17] Add Sky (#2996) --- _data/simple-icons.json | 5 +++++ icons/sky.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/sky.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 0020dc5bc696..3b624ee24b82 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -5205,6 +5205,11 @@ "hex": "4BA82E", "source": "https://en.wikipedia.org/wiki/File:Skoda_Auto_logo_(2011).svg" }, + { + "title": "Sky", + "hex": "0072C9", + "source": "https://www.skysports.com/" + }, { "title": "Skyliner", "hex": "2FCEA0", diff --git a/icons/sky.svg b/icons/sky.svg new file mode 100644 index 000000000000..51eea2588e69 --- /dev/null +++ b/icons/sky.svg @@ -0,0 +1 @@ +Sky icon \ No newline at end of file From 84b94bd70c98bf82058aebeb685ce5f07c5ac012 Mon Sep 17 00:00:00 2001 From: Jorge Luis Calleja Alvarado Date: Tue, 26 May 2020 10:45:11 -0500 Subject: [PATCH 05/17] fix run lint Trailing whitespace (#3112) --- _data/simple-icons.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 3b624ee24b82..ae11d41806b3 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -4809,7 +4809,7 @@ "title": "Razer", "hex": "00FF00", "source": "https://en.wikipedia.org/wiki/File:Razer_snake_logo.svg" - }, + }, { "title": "React", "hex": "61DAFB", From 5f4597f324316db9140e3da5c29582eb239daff4 Mon Sep 17 00:00:00 2001 From: Jorge Luis Calleja Alvarado Date: Tue, 26 May 2020 11:01:11 -0500 Subject: [PATCH 06/17] Add the use of icons to svelte (#3110) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a9dd3312581f..cda0dcd58a6c 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,10 @@ Icons are also available on Kirby through a simple plugin created by [@runxel](h Icons are also available on React through a simple package created by [@wootsbot](https://github.com/wootsbot), which you can find [here](https://github.com/mamut-dev/icons-pack/tree/master/packages/react-simple-icons). +### Svelte + +Icons are also available on Svelte through a simple package created by [@wootsbot](https://github.com/wootsbot), which you can find [here](https://github.com/icons-pack/svelte-simple-icons). + ## Status [![Build Status](https://travis-ci.com/simple-icons/simple-icons.svg?branch=develop)](https://travis-ci.com/simple-icons/simple-icons) From 32d9d1e65b5eda96ff66dbb13e4916b62cef3ef1 Mon Sep 17 00:00:00 2001 From: Jorge Luis Calleja Alvarado Date: Tue, 26 May 2020 11:16:05 -0500 Subject: [PATCH 07/17] fix broken link to react-simple-icons (#3114) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cda0dcd58a6c..f66da4ed7c1e 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ Icons are also available on Kirby through a simple plugin created by [@runxel](h ### React -Icons are also available on React through a simple package created by [@wootsbot](https://github.com/wootsbot), which you can find [here](https://github.com/mamut-dev/icons-pack/tree/master/packages/react-simple-icons). +Icons are also available on React through a simple package created by [@wootsbot](https://github.com/wootsbot), which you can find [here](https://github.com/icons-pack/react-simple-icons). ### Svelte From 47530c59a552fca8bb3d7c6f40b61b7bad2e256e Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Tue, 26 May 2020 21:11:06 +0100 Subject: [PATCH 08/17] Update CONTRIBUTING.md (#3111) * Update CONTRIBUTING.md - Add note about recating to or commenting on exsiting issues & PRs - Add request to disclose affiliations to brands in issues & PRs Co-authored-by: Eric Cornelissen --- CONTRIBUTING.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f809dc6ca870..3a68c3a01c5e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,7 +18,7 @@ Simple Icons welcomes contributions and corrections. Before contributing, please We welcome icon requests. Before you submit a new issue please make sure the icon: -* Has not already been requested. +* Has not already been requested. If you find an existing issue or pull request for the brand you're looking for then please add a reaction or comment to show your support. * Is of a _popular_ brand. For websites, the [Alexa rank](https://www.alexa.com/siteinfo) should be less than 500k. For anything else, popularity will be judged on a case-by-case basis. * Isn't related to anything that provides an illegal service (e.g. piracy, malware, threatening material, spam, etc.). @@ -32,6 +32,8 @@ When submitting a request for a new or updated icon include helpful information * **Issue Body:** Links to official sources for the brand's icon and colors (e.g. media kits, brand guidelines, SVG files etc.) +If you have an affiliation to the brand you are requesting that allows you to speak on their behalf then please disclose that in your issue as it can help speed up our research process. + ## Adding or Updating an Icon **Note**: If you decide to add an icon without requesting it first, the requirements above still apply. @@ -205,6 +207,8 @@ In general, make sure the URL does not contain any tracking identifiers. Once you've completed the previous steps, create a pull request to merge your edits into the *develop* branch. You can run `npm run lint` to check if there are any issues you still need to address. +If you have an affiliation to the brand you contributing that allows you to speak on their behalf then please disclose that in your pull request as it can help speed up our research and review processes. + ## Building Locally * Make sure you have [Ruby](https://www.ruby-lang.org/en/downloads/) installed. From fb3c923cb398eed7d3ebc9d7dce5a926178e4a1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Mond=C3=A9jar?= Date: Wed, 27 May 2020 17:14:32 +0200 Subject: [PATCH 09/17] Add Carto (#3103) --- _data/simple-icons.json | 5 +++++ icons/carto.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/carto.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index ae11d41806b3..0f1770eed42c 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1000,6 +1000,11 @@ "hex": "FF9C42", "source": "https://www.carthrottle.com/" }, + { + "title": "Carto", + "hex": "EB1510", + "source": "https://carto.com/brand/" + }, { "title": "Cash App", "hex": "00C244", diff --git a/icons/carto.svg b/icons/carto.svg new file mode 100644 index 000000000000..c6997ce8da14 --- /dev/null +++ b/icons/carto.svg @@ -0,0 +1 @@ +Carto icon \ No newline at end of file From bd8b46c46168fcdfb85a1cd84fa84989724b158e Mon Sep 17 00:00:00 2001 From: Joshua Sherer Date: Thu, 28 May 2020 11:05:03 -0400 Subject: [PATCH 10/17] Add iHeartRadio (#3106) --- _data/simple-icons.json | 5 +++++ icons/iheartradio.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/iheartradio.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 0f1770eed42c..9f017cb43557 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2865,6 +2865,11 @@ "hex": "EA1D2C", "source": "https://ifood.com.br/" }, + { + "title": "iHeartRadio", + "hex": "C6002B", + "source": "https://brand.iheart.com/logo" + }, { "title": "IMDb", "hex": "E6B91E", diff --git a/icons/iheartradio.svg b/icons/iheartradio.svg new file mode 100644 index 000000000000..3f1eacc0f94d --- /dev/null +++ b/icons/iheartradio.svg @@ -0,0 +1 @@ +iHeartRadio icon From 7635ff5c778e6ebcd7a492c6cee07bebc899b7a2 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Thu, 28 May 2020 18:43:25 +0100 Subject: [PATCH 11/17] Add Home Assistant to README.md (#3129) Also alphabetises third party extensions --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f66da4ed7c1e..3590f0d97ef2 100644 --- a/README.md +++ b/README.md @@ -107,13 +107,13 @@ echo file_get_contents('path/to/package/icons/simple-icons.svg'); ## Third Party Extensions -### WordPress +### Drupal -Icons are also available on WordPress through a simple plugin created by [@tjtaylo](https://github.com/tjtaylo), which you can find [here](https://wordpress.org/plugins/simple-icons/). +Icons are also availabe on Drupal through a simple module created by [Phil Wolstenholme](https://www.drupal.org/u/phil-wolstenholme), which you can find [here](https://www.drupal.org/project/simple_icons). -### Drupal +### Home Assistant -Icons are also availabe on Drupal through a module created by [Phil Wolstenholme](https://www.drupal.org/u/phil-wolstenholme), which you can find [here](https://www.drupal.org/project/simple_icons). +Icons are also available for Home Assistant through a simple plugin created by [@vignotion](https://github.com/vigonotion/), which you can find [here](https://github.com/vigonotion/hass-simpleicons). ### Kirby @@ -127,6 +127,10 @@ Icons are also available on React through a simple package created by [@wootsbot Icons are also available on Svelte through a simple package created by [@wootsbot](https://github.com/wootsbot), which you can find [here](https://github.com/icons-pack/svelte-simple-icons). +### WordPress + +Icons are also available on WordPress through a simple plugin created by [@tjtaylo](https://github.com/tjtaylo), which you can find [here](https://wordpress.org/plugins/simple-icons/). + ## Status [![Build Status](https://travis-ci.com/simple-icons/simple-icons.svg?branch=develop)](https://travis-ci.com/simple-icons/simple-icons) From 6f5667a15ea724493e24f68ec1f1bba969c9443c Mon Sep 17 00:00:00 2001 From: Eric Cornelisesn Date: Fri, 29 May 2020 13:35:47 +0300 Subject: [PATCH 12/17] Update razer.svg --- icons/razer.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/razer.svg b/icons/razer.svg index c2b288af0414..351f213e84ba 100644 --- a/icons/razer.svg +++ b/icons/razer.svg @@ -1 +1 @@ -Razer icon +Razer icon From a2bd18bd112cab8c8a56c92bac235137e6a91e0f Mon Sep 17 00:00:00 2001 From: Dimitris Date: Fri, 29 May 2020 14:11:34 +0300 Subject: [PATCH 13/17] Clickup icon (#3128) * adds clickup icon svg * adds clickup entry simple-icons.json * final namings fixes --- _data/simple-icons.json | 5 +++++ icons/clickup.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/clickup.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 9f017cb43557..e18e58a21ad4 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1135,6 +1135,11 @@ "hex": "000000", "source": "https://www.claris.com/" }, + { + "title": "ClickUp", + "hex": "7B68EE", + "source": "https://clickup.com/brand" + }, { "title": "Cliqz", "hex": "00AEF0", diff --git a/icons/clickup.svg b/icons/clickup.svg new file mode 100644 index 000000000000..e1abd713b0b3 --- /dev/null +++ b/icons/clickup.svg @@ -0,0 +1 @@ +ClickUp icon \ No newline at end of file From ad5c6cd5196871a1a5954f84f8d1528dd5d63e3a Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Fri, 29 May 2020 13:07:44 +0100 Subject: [PATCH 14/17] Add Consul (#3078) --- _data/simple-icons.json | 5 +++++ icons/consul.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/consul.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index e18e58a21ad4..5699ee975cb4 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1325,6 +1325,11 @@ "hex": "172B4D", "source": "https://www.atlassian.com/company/news/press-kit" }, + { + "title": "Consul", + "hex": "CA2171", + "source": "https://www.hashicorp.com/brand" + }, { "title": "Contactless Payment", "hex": "000000", diff --git a/icons/consul.svg b/icons/consul.svg new file mode 100644 index 000000000000..b4a99c3e4f40 --- /dev/null +++ b/icons/consul.svg @@ -0,0 +1 @@ +Consul icon \ No newline at end of file From 9c00b4e396f114d3cbc1ae854a73de6f06518a50 Mon Sep 17 00:00:00 2001 From: Eric Cornelissen Date: Fri, 29 May 2020 18:05:36 +0300 Subject: [PATCH 15/17] Update README (#3134) Update the third-party extensions section of the README to have sentences where the links to the respective extension have a meaningfull text instead of just saying "here". This practice is recommended by many style guides and is advocated to improve accessability. --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3590f0d97ef2..49d41e0ef74a 100644 --- a/README.md +++ b/README.md @@ -109,27 +109,27 @@ echo file_get_contents('path/to/package/icons/simple-icons.svg'); ### Drupal -Icons are also availabe on Drupal through a simple module created by [Phil Wolstenholme](https://www.drupal.org/u/phil-wolstenholme), which you can find [here](https://www.drupal.org/project/simple_icons). +Icons are also available as a [Drupal module](https://www.drupal.org/project/simple_icons) created by [Phil Wolstenholme](https://www.drupal.org/u/phil-wolstenholme). ### Home Assistant -Icons are also available for Home Assistant through a simple plugin created by [@vignotion](https://github.com/vigonotion/), which you can find [here](https://github.com/vigonotion/hass-simpleicons). +Icons are also available as a [Home Assistant plugin](https://github.com/vigonotion/hass-simpleicons) created by [@vigonotion](https://github.com/vigonotion/). ### Kirby -Icons are also available on Kirby through a simple plugin created by [@runxel](https://github.com/runxel), which you can find [here](https://github.com/runxel/kirby3-simpleicons). +Icons are also available as a [Kirby plugin](https://github.com/runxel/kirby3-simpleicons) created by [@runxel](https://github.com/runxel). ### React -Icons are also available on React through a simple package created by [@wootsbot](https://github.com/wootsbot), which you can find [here](https://github.com/icons-pack/react-simple-icons). +Icons are also available as a [React package](https://github.com/icons-pack/react-simple-icons) created by [@wootsbot](https://github.com/wootsbot). ### Svelte -Icons are also available on Svelte through a simple package created by [@wootsbot](https://github.com/wootsbot), which you can find [here](https://github.com/icons-pack/svelte-simple-icons). +Icons are also available as a [Svelte package](https://github.com/icons-pack/svelte-simple-icons) created by [@wootsbot](https://github.com/wootsbot). ### WordPress -Icons are also available on WordPress through a simple plugin created by [@tjtaylo](https://github.com/tjtaylo), which you can find [here](https://wordpress.org/plugins/simple-icons/). +Icons are also available as a [WordPress plugin](https://wordpress.org/plugins/simple-icons/) created by [@tjtaylo](https://github.com/tjtaylo). ## Status From e707a7c613dd450a5f9764ac48d089ef561329bf Mon Sep 17 00:00:00 2001 From: David Beitey Date: Sat, 30 May 2020 23:04:14 +1000 Subject: [PATCH 16/17] Update Google Scholar (#3093) --- _data/simple-icons.json | 4 ++-- icons/googlescholar.svg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 5699ee975cb4..04fd72b64922 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2472,8 +2472,8 @@ }, { "title": "Google Scholar", - "hex": "4885ED", - "source": "https://scholar.google.com/intl/fr/scholar/images/2x/sprite_20161020.png" + "hex": "4285F4", + "source": "https://commons.wikimedia.org/wiki/File:Google_Scholar_logo.svg" }, { "title": "Google Search Console", diff --git a/icons/googlescholar.svg b/icons/googlescholar.svg index b96eea8ca9c1..3b37efe984ec 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 7af97967045a179505a42a33fb19e014d4de3484 Mon Sep 17 00:00:00 2001 From: Eric Cornelisesn Date: Sun, 31 May 2020 12:52:26 +0300 Subject: [PATCH 17/17] version bump --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index a8cad88e60cb..cbe07b28baa0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "simple-icons", - "version": "2.14.0", + "version": "2.15.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -7713,4 +7713,4 @@ } } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index 450fcbdc8c30..ac6f000e4626 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-icons", - "version": "2.14.0", + "version": "2.15.0", "description": "SVG icons for popular brands https://simpleicons.org", "homepage": "https://www.simpleicons.org", "keywords": [