From 0ab681a3a8310f5d9388be83dacea23a37351082 Mon Sep 17 00:00:00 2001 From: Raffaele Picca Date: Wed, 12 Oct 2022 18:01:52 +0200 Subject: [PATCH 01/10] Add WPExplorer icon (#7938) Co-authored-by: LitoMore --- _data/simple-icons.json | 5 +++++ icons/wpexplorer.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/wpexplorer.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 6e339a9ca5c7..d5c9a5427021 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -12594,6 +12594,11 @@ "hex": "F56640", "source": "https://wp-rocket.me/" }, + { + "title": "WPExplorer", + "hex": "2563EB", + "source": "https://wpexplorer.com" + }, { "title": "write.as", "hex": "5BC4EE", diff --git a/icons/wpexplorer.svg b/icons/wpexplorer.svg new file mode 100644 index 000000000000..cae4a8121b68 --- /dev/null +++ b/icons/wpexplorer.svg @@ -0,0 +1 @@ +WPExplorer \ No newline at end of file From 230adff4f4a39bad88a3caeb5cbcb92c0654f735 Mon Sep 17 00:00:00 2001 From: LitoMore Date: Thu, 13 Oct 2022 16:30:20 +0800 Subject: [PATCH 02/10] Update Replit icon (#7936) Co-authored-by: Engin Diri --- _data/simple-icons.json | 2 +- icons/replit.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index d5c9a5427021..2430d3a2db2a 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -9426,7 +9426,7 @@ }, { "title": "Replit", - "hex": "667881", + "hex": "F26207", "source": "https://repl.it/" }, { diff --git a/icons/replit.svg b/icons/replit.svg index 6baba8e4179b..21b7620b187f 100644 --- a/icons/replit.svg +++ b/icons/replit.svg @@ -1 +1 @@ -Replit \ No newline at end of file +Replit \ No newline at end of file From 34211af217a57aa277b8a32bc84bef1ea560df22 Mon Sep 17 00:00:00 2001 From: LitoMore Date: Thu, 13 Oct 2022 16:44:19 +0800 Subject: [PATCH 03/10] Add System76 icon (#7930) Co-authored-by: Engin Diri --- _data/simple-icons.json | 5 +++++ icons/system76.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/system76.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 2430d3a2db2a..377682009636 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -11034,6 +11034,11 @@ "source": "https://www.synology.com/en-global/company/branding", "guidelines": "https://www.synology.com/en-global/company/branding" }, + { + "title": "System76", + "hex": "585048", + "source": "https://github.com/system76/brand/blob/7a31740b54f929b62a165baa61dfb0b5164261e8/System76%20branding/system76-logo_secondary.svg" + }, { "title": "T-Mobile", "hex": "E20074", diff --git a/icons/system76.svg b/icons/system76.svg new file mode 100644 index 000000000000..7e51926ad5e6 --- /dev/null +++ b/icons/system76.svg @@ -0,0 +1 @@ +System76 \ No newline at end of file From b038d35f4f7eeb4d95651d6c2625feb93f7a27d4 Mon Sep 17 00:00:00 2001 From: Arshpreet Singh Wadehra Date: Thu, 13 Oct 2022 15:31:17 +0530 Subject: [PATCH 04/10] [#7927] Moonrepo icon added (#7933) --- _data/simple-icons.json | 5 +++++ icons/moonrepo.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/moonrepo.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 377682009636..afefa4a606e1 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -7159,6 +7159,11 @@ "hex": "00945E", "source": "https://www.moo.com/uk/about/press" }, + { + "title": "Moonrepo", + "hex": "6F53F3", + "source": "https://moonrepo.dev" + }, { "title": "Morrisons", "hex": "007531", diff --git a/icons/moonrepo.svg b/icons/moonrepo.svg new file mode 100644 index 000000000000..5779e0bc8101 --- /dev/null +++ b/icons/moonrepo.svg @@ -0,0 +1 @@ +Moonrepo \ No newline at end of file From 9816d29b665e61e7ae53dca282b7c66c87c59ad4 Mon Sep 17 00:00:00 2001 From: Engin Diri Date: Thu, 13 Oct 2022 18:00:48 +0200 Subject: [PATCH 05/10] Add BIM icon (#7693) Co-authored-by: LitoMore --- _data/simple-icons.json | 5 +++++ icons/bim.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/bim.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index afefa4a606e1..54cd2f047cbd 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1474,6 +1474,11 @@ "hex": "000000", "source": "https://www.billboard.com/" }, + { + "title": "BIM", + "hex": "EB1928", + "source": "https://upload.wikimedia.org/wikipedia/commons/2/2d/Bim_%28company%29_logo.svg" + }, { "title": "Binance", "hex": "F0B90B", diff --git a/icons/bim.svg b/icons/bim.svg new file mode 100644 index 000000000000..5758da89ab06 --- /dev/null +++ b/icons/bim.svg @@ -0,0 +1 @@ +BIM \ No newline at end of file From 068d158e7dcad4dcfa6d5d9c68d54d431d70acfe Mon Sep 17 00:00:00 2001 From: Arshpreet Singh Wadehra Date: Thu, 13 Oct 2022 22:06:25 +0530 Subject: [PATCH 06/10] Add Dovecot icon (#7932) --- _data/simple-icons.json | 5 +++++ icons/dovecot.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/dovecot.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 54cd2f047cbd..04bbca53bc6c 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3105,6 +3105,11 @@ "url": "https://www.douban.com/about/legal#info_data" } }, + { + "title": "Dovecot", + "hex": "54BCAB", + "source": "https://commons.wikimedia.org/wiki/File:Dovecot_logo.svg" + }, { "title": "DPD", "hex": "DC0032", diff --git a/icons/dovecot.svg b/icons/dovecot.svg new file mode 100644 index 000000000000..d9968e5ef224 --- /dev/null +++ b/icons/dovecot.svg @@ -0,0 +1 @@ +Dovecot \ No newline at end of file From f6434deabaa2549ebb22b22fb380aa30378d29f1 Mon Sep 17 00:00:00 2001 From: Raffaele Picca Date: Thu, 13 Oct 2022 18:51:19 +0200 Subject: [PATCH 07/10] Add FOX icon (#7940) Co-authored-by: LitoMore --- _data/simple-icons.json | 5 +++++ icons/fox.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/fox.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 04bbca53bc6c..03c02f09a435 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3989,6 +3989,11 @@ "hex": "F94877", "source": "https://foursquare.com/about/logos" }, + { + "title": "FOX", + "hex": "000000", + "source": "https://www.fox.com" + }, { "title": "Foxtel", "hex": "EB5205", diff --git a/icons/fox.svg b/icons/fox.svg new file mode 100644 index 000000000000..4e3597ccfcc8 --- /dev/null +++ b/icons/fox.svg @@ -0,0 +1 @@ +FOX \ No newline at end of file From 5d818137211be146143cc9cf4737db5f781fbfd4 Mon Sep 17 00:00:00 2001 From: Raffaele Picca Date: Thu, 13 Oct 2022 19:05:23 +0200 Subject: [PATCH 08/10] Add GSK icon (#7941) Co-authored-by: LitoMore --- _data/simple-icons.json | 10 ++++++++++ icons/gsk.svg | 1 + 2 files changed, 11 insertions(+) create mode 100644 icons/gsk.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 03c02f09a435..6b1729ce9dd3 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -4738,6 +4738,16 @@ "source": "https://github.com/gruntjs/gruntjs.com/blob/70f43898d9ce8e6cc862ad72bf8a7aee5ca199a9/src/media/grunt-logo-no-wordmark.svg", "guidelines": "https://github.com/gruntjs/grunt-docs/blob/main/Grunt-Brand-Guide.md" }, + { + "title": "GSK", + "hex": "F36633", + "source": "https://www.gskbrandhub.com", + "aliases": { + "aka": [ + "GlaxoSmithKline" + ] + } + }, { "title": "GTK", "hex": "7FE719", diff --git a/icons/gsk.svg b/icons/gsk.svg new file mode 100644 index 000000000000..da7544d135a8 --- /dev/null +++ b/icons/gsk.svg @@ -0,0 +1 @@ +GSK \ No newline at end of file From f190d9666acf6eb1764dc3bac1365be4daa1cd14 Mon Sep 17 00:00:00 2001 From: Raffaele Picca Date: Fri, 14 Oct 2022 21:22:12 +0200 Subject: [PATCH 09/10] Add Engadget icon (#7939) --- _data/simple-icons.json | 6 ++++++ icons/engadget.svg | 1 + 2 files changed, 7 insertions(+) create mode 100644 icons/engadget.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 6b1729ce9dd3..1ecd0c5a9019 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3414,6 +3414,12 @@ "hex": "72BE50", "source": "https://www.empire.kred" }, + { + "title": "Engadget", + "hex": "000000", + "source": "https://www.engadget.com", + "guidelines": "https://o.aolcdn.com/engadget/brand-kit/eng-logo-guidelines.pdf" + }, { "title": "Enpass", "hex": "0D47A1", diff --git a/icons/engadget.svg b/icons/engadget.svg new file mode 100644 index 000000000000..2dee81905f81 --- /dev/null +++ b/icons/engadget.svg @@ -0,0 +1 @@ +Engadget \ No newline at end of file From 69beabb16ab2bfdd69dca5a9c31194d60d4b303a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 16 Oct 2022 00:36:40 +0000 Subject: [PATCH 10/10] version bump --- package.json | 2 +- slugs.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 35d3f3b1aec8..935a05eb29c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-icons", - "version": "7.15.0", + "version": "7.16.0", "description": "SVG icons for popular brands https://simpleicons.org", "homepage": "https://simpleicons.org", "keywords": [ diff --git a/slugs.md b/slugs.md index 354d9dcc146a..a20b166aa58e 100644 --- a/slugs.md +++ b/slugs.md @@ -279,6 +279,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `BigCommerce` | `bigcommerce` | | `Bilibili` | `bilibili` | | `Billboard` | `billboard` | +| `BIM` | `bim` | | `Binance` | `binance` | | `Bio Link` | `biolink` | | `Bit` | `bit` | @@ -589,6 +590,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `DoorDash` | `doordash` | | `Douban` | `douban` | | `Douban Read` | `doubanread` | +| `Dovecot` | `dovecot` | | `DPD` | `dpd` | | `Dragonframe` | `dragonframe` | | `Draugiem.lv` | `draugiemdotlv` | @@ -647,6 +649,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Emirates` | `emirates` | | `Emlakjet` | `emlakjet` | | `Empire Kred` | `empirekred` | +| `Engadget` | `engadget` | | `Enpass` | `enpass` | | `EnterpriseDB` | `enterprisedb` | | `Envato` | `envato` | @@ -756,6 +759,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Fossil SCM` | `fossilscm` | | `Foursquare` | `foursquare` | | `Foursquare City Guide` | `foursquarecityguide` | +| `FOX` | `fox` | | `Foxtel` | `foxtel` | | `Fozzy` | `fozzy` | | `Framer` | `framer` | @@ -889,6 +893,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Groupon` | `groupon` | | `Grubhub` | `grubhub` | | `Grunt` | `grunt` | +| `GSK` | `gsk` | | `GTK` | `gtk` | | `Guangzhou Metro` | `guangzhoumetro` | | `Guilded` | `guilded` | @@ -1338,6 +1343,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Monster` | `monster` | | `Monzo` | `monzo` | | `Moo` | `moo` | +| `Moonrepo` | `moonrepo` | | `Morrisons` | `morrisons` | | `Moscow Metro` | `moscowmetro` | | `Motorola` | `motorola` | @@ -2031,6 +2037,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Symphony` | `symphony` | | `SymPy` | `sympy` | | `Synology` | `synology` | +| `System76` | `system76` | | `T-Mobile` | `tmobile` | | `Tableau` | `tableau` | | `TableCheck` | `tablecheck` | @@ -2325,6 +2332,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `World Health Organization` | `worldhealthorganization` | | `WP Engine` | `wpengine` | | `WP Rocket` | `wprocket` | +| `WPExplorer` | `wpexplorer` | | `write.as` | `writedotas` | | `WWE` | `wwe` | | `Wwise` | `wwise` |