From 3934363887a2f75779b26d29786b849fb11ea2cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2020 07:46:22 +0300 Subject: [PATCH 01/17] Update dependency uglify-js to v3.9.4 (#3146) Co-authored-by: Renovate Bot --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index cbe07b28baa0..aef6dd3dde73 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7298,9 +7298,9 @@ } }, "uglify-js": { - "version": "3.9.3", - "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.9.3.tgz", - "integrity": "sha512-r5ImcL6QyzQGVimQoov3aL2ZScywrOgBXGndbWrdehKoSvGe/RmiE5Jpw/v+GvxODt6l2tpBXwA7n+qZVlHBMA==", + "version": "3.9.4", + "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.9.4.tgz", + "integrity": "sha512-8RZBJq5smLOa7KslsNsVcSH+KOXf1uDU8yqLeNuVKwmT0T3FA0ZoXlinQfRad7SDcbZZRZE4ov+2v71EnxNyCA==", "dev": true, "requires": { "commander": "~2.20.3" @@ -7713,4 +7713,4 @@ } } } -} \ No newline at end of file +} diff --git a/package.json b/package.json index ac6f000e4626..a18b3a7575b6 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "npm-run-all": "4.1.5", "svglint": "1.0.5", "svgo": "1.3.2", - "uglify-js": "3.9.3" + "uglify-js": "3.9.4" }, "scripts": { "build": "node scripts/build-package.js", From 6fa26b07b3a6c0c3f1ea9dcaaef243fe8d634c38 Mon Sep 17 00:00:00 2001 From: Tom Schneider Date: Mon, 1 Jun 2020 23:05:37 +0200 Subject: [PATCH 02/17] Update Bitwarden color (#3150) * Update Bitwarden color * Update bitwarden color source --- _data/simple-icons.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 04fd72b64922..3888c5db95e5 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -817,8 +817,8 @@ }, { "title": "Bitwarden", - "hex": "3C8DBC", - "source": "https://github.com/bitwarden/brand/blob/f2d666eda756e2aba26f1463f102bc24ba179df2/icons/icon.svg" + "hex": "175DDC", + "source": "https://github.com/bitwarden/brand/blob/6182cd64321d810c6f6255db08c2a17804d2b724/icons/icon.svg" }, { "title": "Blackberry", From 4b872144e9bd0c7acdf7dabfa6ec8fefe9eb50e8 Mon Sep 17 00:00:00 2001 From: Tom Schneider Date: Tue, 2 Jun 2020 11:58:56 +0200 Subject: [PATCH 03/17] Add N26 (#3133) --- _data/simple-icons.json | 5 +++++ icons/n26.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/n26.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 3888c5db95e5..56a17b4cfacb 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3935,6 +3935,11 @@ "hex": "4479A1", "source": "https://www.mysql.com/about/legal/logos.html" }, + { + "title": "N26", + "hex": "48AC98", + "source": "https://n26.com/" + }, { "title": "NativeScript", "hex": "3655FF", diff --git a/icons/n26.svg b/icons/n26.svg new file mode 100644 index 000000000000..e668bf0b3807 --- /dev/null +++ b/icons/n26.svg @@ -0,0 +1 @@ +N26 icon \ No newline at end of file From 0436ff64eaa1fd8d6ed19d59144c5a56c4308027 Mon Sep 17 00:00:00 2001 From: Nikhil Anand Date: Tue, 2 Jun 2020 15:46:16 +0530 Subject: [PATCH 04/17] Add flutter package (#3138) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 49d41e0ef74a..cfb27ba817d0 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,10 @@ echo file_get_contents('path/to/package/icons/simple-icons.svg'); 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). +### Flutter + +Icons are also available as a [Flutter package](https://pub.dev/packages/flutter_brand_icons) created by [@muj-programmer](https://github.com/muj-programmer). + ### Home Assistant Icons are also available as a [Home Assistant plugin](https://github.com/vigonotion/hass-simpleicons) created by [@vigonotion](https://github.com/vigonotion/). From 5ecfcf25dee59a7a76378e38edfebf5d72ed6463 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Mond=C3=A9jar?= Date: Tue, 2 Jun 2020 16:04:38 +0200 Subject: [PATCH 05/17] Add Jasmine (#3152) --- _data/simple-icons.json | 5 +++++ icons/jasmine.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/jasmine.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 56a17b4cfacb..6534a68476f4 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3010,6 +3010,11 @@ "hex": "004027", "source": "https://www.jamesonwhiskey.com/" }, + { + "title": "Jasmine", + "hex": "8A4182", + "source": "https://github.com/jasmine/jasmine/blob/8991b1bba39b5b7e89fc5eeb07ae271a684cb1a4/images/jasmine-horizontal.svg" + }, { "title": "Java", "hex": "007396", diff --git a/icons/jasmine.svg b/icons/jasmine.svg new file mode 100644 index 000000000000..87e3428b09b0 --- /dev/null +++ b/icons/jasmine.svg @@ -0,0 +1 @@ +Jasmine icon \ No newline at end of file From c7bf0781f8bbacb809f1ec7396875132ea45b117 Mon Sep 17 00:00:00 2001 From: irgusite Date: Tue, 2 Jun 2020 16:20:04 +0200 Subject: [PATCH 06/17] Add KTM (#2985) (#2997) --- _data/simple-icons.json | 5 +++++ icons/ktm.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/ktm.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 6534a68476f4..e0509a7709a1 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3260,6 +3260,11 @@ "hex": "3BABFF", "source": "https://krita.org/en/about/press/" }, + { + "title": "KTM", + "hex": "FF6600", + "source": "https://ktm.com" + }, { "title": "Kubernetes", "hex": "326CE5", diff --git a/icons/ktm.svg b/icons/ktm.svg new file mode 100644 index 000000000000..b2446f1cc318 --- /dev/null +++ b/icons/ktm.svg @@ -0,0 +1 @@ +KTM icon From 6a42b0b0e68331650a073e1c0feb922c29b46677 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Mond=C3=A9jar?= Date: Tue, 2 Jun 2020 16:50:42 +0200 Subject: [PATCH 07/17] Add Metro de Madrid (#3153) --- _data/simple-icons.json | 5 +++++ icons/metrodemadrid.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/metrodemadrid.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index e0509a7709a1..bad43456de04 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3690,6 +3690,11 @@ "hex": "DE4F4F", "source": "http://logo.meteorapp.com/" }, + { + "title": "Metro de Madrid", + "hex": "255E9C", + "source": "https://commons.wikimedia.org/wiki/File:MetroMadridLogo.svg" + }, { "title": "Métro de Paris", "hex": "003E95", diff --git a/icons/metrodemadrid.svg b/icons/metrodemadrid.svg new file mode 100644 index 000000000000..75efec04927c --- /dev/null +++ b/icons/metrodemadrid.svg @@ -0,0 +1 @@ +Metro de Madrid icon \ No newline at end of file From 5d46b58f9afc66b4c39514bcd1450affda6fd2c2 Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Wed, 3 Jun 2020 19:35:54 +0100 Subject: [PATCH 08/17] Add GeeksforGeeks icon (#3072) --- _data/simple-icons.json | 5 +++++ icons/geeksforgeeks.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/geeksforgeeks.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index bad43456de04..8b07ce8aa90a 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2180,6 +2180,11 @@ "hex": "2FA66A", "source": "http://get.gaug.es/" }, + { + "title": "GeeksforGeeks", + "hex": "0F9D58", + "source": "https://www.geeksforgeeks.org/" + }, { "title": "General Motors", "hex": "22559E", diff --git a/icons/geeksforgeeks.svg b/icons/geeksforgeeks.svg new file mode 100644 index 000000000000..e1816ed0316b --- /dev/null +++ b/icons/geeksforgeeks.svg @@ -0,0 +1 @@ +GeeksforGeeks icon \ No newline at end of file From 89c101b3b9c035d15b85f88faf707b8a9f9b928c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Mond=C3=A9jar?= Date: Thu, 4 Jun 2020 13:58:49 +0200 Subject: [PATCH 09/17] =?UTF-8?q?Add=20Metro=20de=20Ciudad=20de=20M=C3=A9x?= =?UTF-8?q?ico=20(#3156)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _data/simple-icons.json | 5 +++++ icons/metrodelaciudaddemexico.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/metrodelaciudaddemexico.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 8b07ce8aa90a..88109cd141e8 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3695,6 +3695,11 @@ "hex": "DE4F4F", "source": "http://logo.meteorapp.com/" }, + { + "title": "Metro de la Ciudad de México", + "hex": "F77E1C", + "source": "https://es.wikipedia.org/wiki/Archivo:Metro_de_la_Ciudad_de_M%C3%A9xico_(logo)_version_2019.svg" + }, { "title": "Metro de Madrid", "hex": "255E9C", diff --git a/icons/metrodelaciudaddemexico.svg b/icons/metrodelaciudaddemexico.svg new file mode 100644 index 000000000000..ae99750c0109 --- /dev/null +++ b/icons/metrodelaciudaddemexico.svg @@ -0,0 +1 @@ +Metro de la Ciudad de México icon \ No newline at end of file From 416def149a81d4a4aadf8c8b46c868dfdeb5659d Mon Sep 17 00:00:00 2001 From: NovaGL <16315601+NovaGL@users.noreply.github.com> Date: Thu, 4 Jun 2020 22:36:05 +1000 Subject: [PATCH 10/17] Add Tunein (#3115) * Add TuneIn to JSON file * Add TuneIn SVG * Update TuneIn source * Remove trailing whitespace * Update TuneIn size * Change TuneIn width to 24 * Fix TuneIn Logo Remove blank line Co-authored-by: Peter Noble --- _data/simple-icons.json | 5 +++++ icons/tunein.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/tunein.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 88109cd141e8..d7565166e3fa 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -5990,6 +5990,11 @@ "hex": "36465D", "source": "https://www.tumblr.com/logo" }, + { + "title": "TuneIn", + "hex": "14D8CC", + "source": "https://cms.tunein.com/press/" + }, { "title": "Turkish Airlines", "hex": "C70A0C", diff --git a/icons/tunein.svg b/icons/tunein.svg new file mode 100644 index 000000000000..6ad1a054eb80 --- /dev/null +++ b/icons/tunein.svg @@ -0,0 +1 @@ +TuneIn icon \ No newline at end of file From 3ac56d16d3410509296e6ea9ce09b5b059247c72 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Thu, 4 Jun 2020 14:02:26 +0100 Subject: [PATCH 11/17] Add Prime Video (#3025) --- _data/simple-icons.json | 5 +++++ icons/primevideo.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/primevideo.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index d7565166e3fa..d420e41923b4 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -4655,6 +4655,11 @@ "hex": "3181FF", "source": "https://prezi.com/press/kit/" }, + { + "title": "Prime Video", + "hex": "1F2E3E", + "source": "https://m.media-amazon.com/images/G/01/cooper/PV_Branding_Guidelines_Logos_Lock_Ups._CB1539191655_.pdf" + }, { "title": "Prismic", "hex": "484A7A", diff --git a/icons/primevideo.svg b/icons/primevideo.svg new file mode 100644 index 000000000000..31b68385f7a2 --- /dev/null +++ b/icons/primevideo.svg @@ -0,0 +1 @@ +Prime Video icon \ No newline at end of file From 4af3a7bc843a4ac84a553de0af22b9fd57e30f82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Mond=C3=A9jar?= Date: Thu, 4 Jun 2020 15:09:35 +0200 Subject: [PATCH 12/17] Add Shenzhen Metro (#3158) * Add Shenzhen Metro * Fix two outermost feet not touching the bottom of the canvas, change color and update source for Shenzhen Metro icon. --- _data/simple-icons.json | 5 +++++ icons/shenzhenmetro.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/shenzhenmetro.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index d420e41923b4..ba617807ab30 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -5205,6 +5205,11 @@ "hex": "FFD500", "source": "https://en.wikipedia.org/wiki/File:Shell_logo.svg" }, + { + "title": "Shenzhen Metro", + "hex": "009943", + "source": "https://en.wikipedia.org/wiki/File:Shenzhen_Metro_Corporation_logo_full.svg" + }, { "title": "Shopify", "hex": "7AB55C", diff --git a/icons/shenzhenmetro.svg b/icons/shenzhenmetro.svg new file mode 100644 index 000000000000..283d31ad6e8a --- /dev/null +++ b/icons/shenzhenmetro.svg @@ -0,0 +1 @@ +Shenzhen Metro icon \ No newline at end of file From 148a5d17b1aea7a9253bf47d22dfd43190cce1ca Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Thu, 4 Jun 2020 14:17:10 +0100 Subject: [PATCH 13/17] Add Scratch (#2872) * Add Scratch * Update scratch.svg --- _data/simple-icons.json | 5 +++++ icons/scratch.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/scratch.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index ba617807ab30..b8caf98603ba 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -5125,6 +5125,11 @@ "hex": "E9711C", "source": "https://www.scopus.com/" }, + { + "title": "Scratch", + "hex": "4D97FF", + "source": "https://github.com/LLK/scratch-link/blob/027e3754ba6db976495e905023d5ac5e730dccfc/Assets/Windows/SVG/Windows%20Tray%20400x400.svg" + }, { "title": "Scribd", "hex": "1A7BBA", diff --git a/icons/scratch.svg b/icons/scratch.svg new file mode 100644 index 000000000000..110ba8a8a024 --- /dev/null +++ b/icons/scratch.svg @@ -0,0 +1 @@ +Scratch icon \ No newline at end of file From cb7ea5f7bc2d89dc8d2d5f31ab571efa6589f318 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Mond=C3=A9jar?= Date: Thu, 4 Jun 2020 15:50:39 +0200 Subject: [PATCH 14/17] Add Tokyo Metro (#3157) --- _data/simple-icons.json | 5 +++++ icons/tokyometro.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/tokyometro.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index b8caf98603ba..b8b3c7f6db20 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -5905,6 +5905,11 @@ "hex": "E01B22", "source": "https://toggl.com/media-toolkit" }, + { + "title": "Tokyo Metro", + "hex": "149DD3", + "source": "https://en.wikipedia.org/wiki/File:TokyoMetro.svg" + }, { "title": "Tomorrowland", "hex": "000000", diff --git a/icons/tokyometro.svg b/icons/tokyometro.svg new file mode 100644 index 000000000000..0c2506f8e42a --- /dev/null +++ b/icons/tokyometro.svg @@ -0,0 +1 @@ +Tokyo Metro icon \ No newline at end of file From 0a301e1ae95ab221dcb2331e265d92f3356d4198 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Fri, 5 Jun 2020 01:09:36 +0100 Subject: [PATCH 15/17] Update SpaceX (#3159) --- _data/simple-icons.json | 4 ++-- icons/spacex.svg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index b8b3c7f6db20..208a7d2fd5ad 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -5437,8 +5437,8 @@ }, { "title": "SpaceX", - "hex": "005288", - "source": "https://www.spacex.com/sites/all/themes/spacex2012/images/logo.svg" + "hex": "000000", + "source": "https://www.spacex.com/" }, { "title": "SparkFun", diff --git a/icons/spacex.svg b/icons/spacex.svg index bc85c646bbf7..87da5dfffed2 100644 --- a/icons/spacex.svg +++ b/icons/spacex.svg @@ -1 +1 @@ -SpaceX icon \ No newline at end of file +SpaceX icon \ No newline at end of file From 6e818c019f7f378a1de8ee51e66531690f64a5a8 Mon Sep 17 00:00:00 2001 From: kendell Date: Fri, 5 Jun 2020 08:39:36 -0700 Subject: [PATCH 16/17] Add VirusTotal icon (#3182) --- _data/simple-icons.json | 5 +++++ icons/virustotal.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/virustotal.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 208a7d2fd5ad..47a8243cf4b8 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -6230,6 +6230,11 @@ "hex": "0093DA", "source": "http://virb.com/about" }, + { + "title": "VirusTotal", + "hex": "394EFF", + "source": "https://www.virustotal.com/" + }, { "title": "Visa", "hex": "142787", diff --git a/icons/virustotal.svg b/icons/virustotal.svg new file mode 100644 index 000000000000..8ce696dff51b --- /dev/null +++ b/icons/virustotal.svg @@ -0,0 +1 @@ +VirusTotal icon \ No newline at end of file From 7293a0ebd046847a7aee65f90e7456b7a83f5c35 Mon Sep 17 00:00:00 2001 From: Eric Cornelisesn Date: Sun, 7 Jun 2020 12:48:34 +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 aef6dd3dde73..cc2b5e6d6d20 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "simple-icons", - "version": "2.15.0", + "version": "2.16.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 a18b3a7575b6..1b09d8e5518b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-icons", - "version": "2.15.0", + "version": "2.16.0", "description": "SVG icons for popular brands https://simpleicons.org", "homepage": "https://www.simpleicons.org", "keywords": [