From 01b13b947c522e9c51b7a1e08a5a9ed71e04753b Mon Sep 17 00:00:00 2001 From: "Steven T. Cramer" Date: Fri, 12 Aug 2022 05:38:40 +0700 Subject: [PATCH 01/13] Add Blazor Nuget to Third-Party Extensions (#7639) Add Blazor-white.svg to assets\readme --- README.md | 1 + assets/readme/blazor-white.svg | 1 + 2 files changed, 2 insertions(+) create mode 100644 assets/readme/blazor-white.svg diff --git a/README.md b/README.md index b2dbf2e67191..90d84ead4fc5 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,7 @@ echo file_get_contents('path/to/package/icons/simpleicons.svg'); | Extension | Author | | :-- | :-- | | AngularAngular [Angular Module](https://github.com/avmaisak/ngx-simple-icons) | [@avmaisak](https://github.com/avmaisak) | +| BlazorBlazor [Blazor Nuget](https://github.com/TimeWarpEngineering/timewarp-simple-icons) | [@TimeWarpEngineering](https://github.com/TimeWarpEngineering) | | BlenderBlender [Blender add-on](https://github.com/mondeja/simple-icons-blender) | [@mondeja](https://github.com/mondeja) | | DrawioDrawio [Drawio library](https://github.com/mondeja/simple-icons-drawio) | [@mondeja](https://github.com/mondeja) | | DrupalDrupal [Drupal module](https://www.drupal.org/project/simple_icons) | [Phil Wolstenholme](https://www.drupal.org/u/phil-wolstenholme) | diff --git a/assets/readme/blazor-white.svg b/assets/readme/blazor-white.svg new file mode 100644 index 000000000000..e1d1208ab7ae --- /dev/null +++ b/assets/readme/blazor-white.svg @@ -0,0 +1 @@ +Blazor \ No newline at end of file From a677c04e2b75d8d64a65dc99827d922874a705a0 Mon Sep 17 00:00:00 2001 From: John Valai Date: Fri, 12 Aug 2022 16:08:59 +0100 Subject: [PATCH 02/13] Add icon for avajs (#7630) Co-authored-by: Engin Diri --- _data/simple-icons.json | 5 +++++ icons/avajs.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/avajs.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 758a2c43e44c..e9a69350d9ab 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1175,6 +1175,11 @@ "hex": "DD3735", "source": "https://github.com/postcss/autoprefixer/blob/1341747bc8142a147342f55eea5ed4286a3ca318/logo.svg" }, + { + "title": "avajs", + "hex": "4B4B77", + "source": "https://github.com/avajs/ava/blob/6f8e30c94626238a5b26deadac319089fa43d333/media/logo.svg" + }, { "title": "Avast", "hex": "FF7800", diff --git a/icons/avajs.svg b/icons/avajs.svg new file mode 100644 index 000000000000..36584e61c2ee --- /dev/null +++ b/icons/avajs.svg @@ -0,0 +1 @@ +avajs \ No newline at end of file From 5cd55e796dfaa6183ff8a238778b2eeb23ab8160 Mon Sep 17 00:00:00 2001 From: Ron Hachmon <88894070+RonHachmon@users.noreply.github.com> Date: Fri, 12 Aug 2022 18:14:13 +0300 Subject: [PATCH 03/13] monogames icon (#7608) Co-authored-by: Engin Diri --- _data/simple-icons.json | 5 +++++ icons/monogames.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/monogames.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index e9a69350d9ab..c6650fa06603 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -6897,6 +6897,11 @@ "hex": "1A52C2", "source": "https://www.monkey-tie.com" }, + { + "title": "MonoGames", + "hex": "E73C00", + "source": "https://www.monogame.net" + }, { "title": "Monoprix", "hex": "FB1911", diff --git a/icons/monogames.svg b/icons/monogames.svg new file mode 100644 index 000000000000..0a24e76c897d --- /dev/null +++ b/icons/monogames.svg @@ -0,0 +1 @@ +MonoGames \ No newline at end of file From 006bdb92b37800c75ee962a4e52cbb977bef8331 Mon Sep 17 00:00:00 2001 From: Florian LEFEBVRE Date: Fri, 12 Aug 2022 17:26:55 +0200 Subject: [PATCH 04/13] Update AdonisJS Icon (#7611) * Update adonisjs.svg * Update simple-icons.json * Optimize adonisjs.svg * Add t itle * Fix linter issues * Fix typo * Update adonisjs.svg * Remove carriage return Co-authored-by: Engin Diri --- _data/simple-icons.json | 5 +++-- icons/adonisjs.svg | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index c6650fa06603..1a657b06bc59 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -222,8 +222,9 @@ }, { "title": "AdonisJS", - "hex": "220052", - "source": "https://adonisjs.com/" + "hex": "5A45FF", + "source": "https://adonisjs.com/", + "guidelines": "https://www.notion.so/adonisjs/Welcome-to-the-AdonisJS-Brand-Assets-Guidelines-a042a6d0be7640c6bc78eb32e1bbaaa1" }, { "title": "Adyen", diff --git a/icons/adonisjs.svg b/icons/adonisjs.svg index e019c1a660a5..ef489fcb57c5 100644 --- a/icons/adonisjs.svg +++ b/icons/adonisjs.svg @@ -1 +1 @@ -AdonisJS \ No newline at end of file +AdonisJS \ No newline at end of file From 935350476c2aa15d82f5fd6a3a957da7e91e5748 Mon Sep 17 00:00:00 2001 From: Raymond Nook <59678453+developStorm@users.noreply.github.com> Date: Fri, 12 Aug 2022 11:36:12 -0400 Subject: [PATCH 05/13] Add Traefik Proxy icon (#7600) Co-authored-by: Engin Diri --- _data/simple-icons.json | 5 +++++ icons/traefikproxy.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/traefikproxy.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 1a657b06bc59..f82c6249e644 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -11064,6 +11064,11 @@ "hex": "9D0FB0", "source": "https://github.com/traefik/mesh/blob/ef03c40b78c08931d47fdad0be10d1986f4e21bc/docs/content/assets/img/traefik-mesh-logo.svg" }, + { + "title": "Traefik Proxy", + "hex": "24A1C1", + "source": "https://traefik.io/traefik/" + }, { "title": "TrainerRoad", "hex": "DA291C", diff --git a/icons/traefikproxy.svg b/icons/traefikproxy.svg new file mode 100644 index 000000000000..002b6913730e --- /dev/null +++ b/icons/traefikproxy.svg @@ -0,0 +1 @@ +Traefik Proxy \ No newline at end of file From f121649ed2f98f7b46de02c327566044f30f593c Mon Sep 17 00:00:00 2001 From: Eric P Pereira Date: Fri, 12 Aug 2022 21:56:38 +0530 Subject: [PATCH 06/13] Add BookMyShow icon (#6003) * Add BookMyShow icon * Updated JSON and SVG Co-authored-by: Engin Diri --- _data/simple-icons.json | 5 +++++ icons/bookmyshow.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/bookmyshow.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index f82c6249e644..6a5405c93824 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1548,6 +1548,11 @@ "hex": "64BC4B", "source": "https://bookmeter.com/" }, + { + "title": "BookMyShow", + "hex": "C4242B", + "source": "https://in.bookmyshow.com/" + }, { "title": "BookStack", "hex": "0288D1", diff --git a/icons/bookmyshow.svg b/icons/bookmyshow.svg new file mode 100644 index 000000000000..40b3d9ccd61a --- /dev/null +++ b/icons/bookmyshow.svg @@ -0,0 +1 @@ +BookMyShow \ No newline at end of file From 54d6fd7e213640e6f5b79a52d033067f78e9131a Mon Sep 17 00:00:00 2001 From: Alexandre Paradis Date: Fri, 12 Aug 2022 14:27:34 -0400 Subject: [PATCH 07/13] Add Keystone icon (#6080) * Add Keystone icon * fix lint --- _data/simple-icons.json | 5 +++++ icons/keystone.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/keystone.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 6a5405c93824..5f82795d07f5 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -5681,6 +5681,11 @@ "hex": "047AED", "source": "https://www.keycdn.com/logos" }, + { + "title": "Keystone", + "hex": "166BFF", + "source": "https://keystonejs.com/" + }, { "title": "KFC", "hex": "F40027", diff --git a/icons/keystone.svg b/icons/keystone.svg new file mode 100644 index 000000000000..028998351a8f --- /dev/null +++ b/icons/keystone.svg @@ -0,0 +1 @@ +Keystone \ No newline at end of file From d13a45e601f7d2fb29bbe84c72c0eb8313263b4e Mon Sep 17 00:00:00 2001 From: Alexandre Paradis Date: Fri, 12 Aug 2022 15:24:29 -0400 Subject: [PATCH 08/13] Add F5 icon (#6100) --- _data/simple-icons.json | 5 +++++ icons/f5.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/f5.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 5f82795d07f5..de0dbec51fde 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3456,6 +3456,11 @@ "hex": "E10600", "source": "https://www.formula1.com/" }, + { + "title": "F5", + "hex": "E4002B", + "source": "https://www.f5.com/company/news/press-kit" + }, { "title": "Facebook", "hex": "1877F2", diff --git a/icons/f5.svg b/icons/f5.svg new file mode 100644 index 000000000000..4f302e70775b --- /dev/null +++ b/icons/f5.svg @@ -0,0 +1 @@ +F5 \ No newline at end of file From f8f6a14b4891a663fcb79ae76d96a861b87a22c8 Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 12 Aug 2022 21:38:09 +0200 Subject: [PATCH 09/13] Add LITIENGINE icon. (#7041) Co-authored-by: Engin Diri --- _data/simple-icons.json | 5 +++++ icons/litiengine.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/litiengine.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index de0dbec51fde..f2b260baf799 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -6203,6 +6203,11 @@ "source": "https://litecoin-foundation.org/litecoin-branding-guidelines/", "guidelines": "https://litecoin-foundation.org/litecoin-branding-guidelines/" }, + { + "title": "LITIENGINE", + "hex": "00A5BC", + "source": "https://litiengine.com/" + }, { "title": "LiveChat", "hex": "FFD000", diff --git a/icons/litiengine.svg b/icons/litiengine.svg new file mode 100644 index 000000000000..a29788274d1f --- /dev/null +++ b/icons/litiengine.svg @@ -0,0 +1 @@ +LITIENGINE \ No newline at end of file From 17f06ccc8d191bba5ac844edea96d0ad6fe01583 Mon Sep 17 00:00:00 2001 From: Andre_601 Date: Sat, 13 Aug 2022 10:59:49 +0200 Subject: [PATCH 10/13] Add revolt.chat (#7395) * Add revolt.chat * Fix wrong SVG title * Try improving the SVG * Fix missing SVG content * Remove style attribute * Provide actual source of Revolt R * Update source URL * Update Revolt logo (Hopefully) * Fix incorrect scale Co-authored-by: Engin Diri --- _data/simple-icons.json | 10 ++++++++++ icons/revoltdotchat.svg | 1 + 2 files changed, 11 insertions(+) create mode 100644 icons/revoltdotchat.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index f2b260baf799..c7ee7b74afc4 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -9163,6 +9163,16 @@ "hex": "E43526", "source": "https://www.reverbnation.com" }, + { + "title": "Revolt.chat", + "hex": "FF4655", + "source": "https://app.revolt.chat/assets/badges/revolt_r.svg", + "aliases": { + "aka": [ + "revolt" + ] + } + }, { "title": "Revolut", "hex": "0075EB", diff --git a/icons/revoltdotchat.svg b/icons/revoltdotchat.svg new file mode 100644 index 000000000000..e3e5010f014e --- /dev/null +++ b/icons/revoltdotchat.svg @@ -0,0 +1 @@ +Revolt.chat \ No newline at end of file From 0e53f3948f0ca5cefd1c011a6620d4e3921fc2e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20Tr=C3=B6ger?= Date: Sun, 14 Aug 2022 00:29:56 +1000 Subject: [PATCH 11/13] Add Bookalope icon (#7645) --- _data/simple-icons.json | 5 +++++ icons/bookalope.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/bookalope.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index c7ee7b74afc4..16f156fa3bd7 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1538,6 +1538,11 @@ "hex": "1D439C", "source": "https://commons.wikimedia.org/wiki/File:Boeing_full_logo.svg" }, + { + "title": "Bookalope", + "hex": "DC2829", + "source": "https://bookalope.net/" + }, { "title": "BookBub", "hex": "F44336", diff --git a/icons/bookalope.svg b/icons/bookalope.svg new file mode 100644 index 000000000000..f87339353593 --- /dev/null +++ b/icons/bookalope.svg @@ -0,0 +1 @@ +Bookalope \ No newline at end of file From 6bab635bb2cf5bd6eb35fc4b929021c2f460fc1b Mon Sep 17 00:00:00 2001 From: Amandeep Singh <35252877+adsingh14@users.noreply.github.com> Date: Sat, 13 Aug 2022 20:03:55 +0530 Subject: [PATCH 12/13] tacobell icon (#6945) Co-authored-by: Engin Diri --- _data/simple-icons.json | 5 +++++ icons/tacobell.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/tacobell.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 16f156fa3bd7..ef282834de7a 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -10677,6 +10677,11 @@ "hex": "E97627", "source": "https://www.tableau.com/about/media-download-center" }, + { + "title": "Taco Bell", + "hex": "38096C", + "source": "https://www.tacobell.com" + }, { "title": "tado°", "hex": "FFA900", diff --git a/icons/tacobell.svg b/icons/tacobell.svg new file mode 100644 index 000000000000..479af6fde37f --- /dev/null +++ b/icons/tacobell.svg @@ -0,0 +1 @@ +Taco Bell \ No newline at end of file From e41f678897ff8c2b90fb174526f96f45ae38eeed Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 14 Aug 2022 00:25:53 +0000 Subject: [PATCH 13/13] version bump --- package.json | 2 +- slugs.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 5f67ee09ff13..870f25b62923 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-icons", - "version": "7.6.0", + "version": "7.7.0", "description": "SVG icons for popular brands https://simpleicons.org", "homepage": "https://simpleicons.org", "keywords": [ diff --git a/slugs.md b/slugs.md index 5935de267bec..1707311b5563 100644 --- a/slugs.md +++ b/slugs.md @@ -224,6 +224,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `AutoHotkey` | `autohotkey` | | `Automattic` | `automattic` | | `Autoprefixer` | `autoprefixer` | +| `avajs` | `avajs` | | `Avast` | `avast` | | `Awesome Lists` | `awesomelists` | | `awesomeWM` | `awesomewm` | @@ -293,8 +294,10 @@ update the script at 'scripts/release/update-slugs-table.js'. | `BMW` | `bmw` | | `Boehringer Ingelheim` | `boehringeringelheim` | | `Boeing` | `boeing` | +| `Bookalope` | `bookalope` | | `BookBub` | `bookbub` | | `Bookmeter` | `bookmeter` | +| `BookMyShow` | `bookmyshow` | | `BookStack` | `bookstack` | | `Boost` | `boost` | | `Boots` | `boots` | @@ -658,6 +661,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `F-Droid` | `fdroid` | | `F-Secure` | `fsecure` | | `F1` | `f1` | +| `F5` | `f5` | | `Facebook` | `facebook` | | `Facebook Gaming` | `facebookgaming` | | `Facebook Live` | `facebooklive` | @@ -1066,6 +1070,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Keras` | `keras` | | `Keybase` | `keybase` | | `KeyCDN` | `keycdn` | +| `Keystone` | `keystone` | | `KFC` | `kfc` | | `Khan Academy` | `khanacademy` | | `Khronos Group` | `khronosgroup` | @@ -1158,6 +1163,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Liquibase` | `liquibase` | | `Lit` | `lit` | | `Litecoin` | `litecoin` | +| `LITIENGINE` | `litiengine` | | `LiveChat` | `livechat` | | `LiveJournal` | `livejournal` | | `Livewire` | `livewire` | @@ -1292,6 +1298,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `MoneyGram` | `moneygram` | | `MongoDB` | `mongodb` | | `monkey tie` | `monkeytie` | +| `MonoGames` | `monogames` | | `Monoprix` | `monoprix` | | `Monster` | `monster` | | `Monzo` | `monzo` | @@ -1696,6 +1703,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `RetroPie` | `retropie` | | `reveal.js` | `revealdotjs` | | `ReverbNation` | `reverbnation` | +| `Revolt.chat` | `revoltdotchat` | | `Revolut` | `revolut` | | `Revue` | `revue` | | `REWE` | `rewe` | @@ -1967,6 +1975,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Synology` | `synology` | | `T-Mobile` | `tmobile` | | `Tableau` | `tableau` | +| `Taco Bell` | `tacobell` | | `tado°` | `tado` | | `Tails` | `tails` | | `Tailwind CSS` | `tailwindcss` | @@ -2046,6 +2055,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `TP-Link` | `tplink` | | `tqdm` | `tqdm` | | `Traefik Mesh` | `traefikmesh` | +| `Traefik Proxy` | `traefikproxy` | | `TrainerRoad` | `trainerroad` | | `Trakt` | `trakt` | | `Transport for Ireland` | `transportforireland` |