From a748e03d75d57e9f081315200594669bd31df91c Mon Sep 17 00:00:00 2001 From: LitoMore Date: Sun, 4 Sep 2022 22:23:30 +0800 Subject: [PATCH 1/8] Add StackBlitz icon (#7732) * Add StackBlitz icon * Fix linting error --- _data/simple-icons.json | 5 +++++ icons/stackblitz.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/stackblitz.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index f73b86b4d327..10e0c3468ff1 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -10368,6 +10368,11 @@ "source": "https://www.stackbit.com/branding-guidelines/", "guidelines": "https://www.stackbit.com/branding-guidelines/" }, + { + "title": "StackBlitz", + "hex": "1269D3", + "source": "https://stackblitz.com" + }, { "title": "StackEdit", "hex": "606060", diff --git a/icons/stackblitz.svg b/icons/stackblitz.svg new file mode 100644 index 000000000000..d3feff8441eb --- /dev/null +++ b/icons/stackblitz.svg @@ -0,0 +1 @@ +StackBlitz \ No newline at end of file From f440b35a751e8ea8f8ae5a62f66acfdeb677b02f Mon Sep 17 00:00:00 2001 From: LitoMore Date: Mon, 5 Sep 2022 11:19:19 +0800 Subject: [PATCH 2/8] Add XO icon (#7749) --- _data/simple-icons.json | 5 +++++ icons/xo.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/xo.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 10e0c3468ff1..4fbbca69de07 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -12339,6 +12339,11 @@ "hex": "002B5C", "source": "https://github.com/xsf/xmpp.org/tree/00c49187e353c1a156c95562dafaf129e688fbad/content/icons" }, + { + "title": "XO", + "hex": "5ED9C7", + "source": "https://github.com/xojs/xo" + }, { "title": "XRP", "hex": "25A768", diff --git a/icons/xo.svg b/icons/xo.svg new file mode 100644 index 000000000000..6fd9f42eb621 --- /dev/null +++ b/icons/xo.svg @@ -0,0 +1 @@ +XO \ No newline at end of file From fb813f464d6871a2b0d46dac4e27031427d48ef1 Mon Sep 17 00:00:00 2001 From: "Corian (Cory) Kennedy" Date: Mon, 5 Sep 2022 16:05:57 -0500 Subject: [PATCH 3/8] Add SecurityScorecard icon (#7739) Co-authored-by: LitoMore --- _data/simple-icons.json | 5 +++++ icons/securityscorecard.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/securityscorecard.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 4fbbca69de07..9d0989fdf0be 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -9687,6 +9687,11 @@ "hex": "33302E", "source": "https://www.seat.es/" }, + { + "title": "SecurityScorecard", + "hex": "7033FD", + "source": "https://securityscorecard.com/" + }, { "title": "Sefaria", "hex": "212E50", diff --git a/icons/securityscorecard.svg b/icons/securityscorecard.svg new file mode 100644 index 000000000000..ea68389416dc --- /dev/null +++ b/icons/securityscorecard.svg @@ -0,0 +1 @@ +SecurityScorecard \ No newline at end of file From d338fbf5bb0311702dad7e9207609806313d3975 Mon Sep 17 00:00:00 2001 From: Andy Oknen Date: Wed, 7 Sep 2022 20:15:33 +0300 Subject: [PATCH 4/8] Add Bastyon icon (#7752) --- _data/simple-icons.json | 10 ++++++++++ icons/bastyon.svg | 1 + 2 files changed, 11 insertions(+) create mode 100644 icons/bastyon.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 9d0989fdf0be..9179af96194c 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1334,6 +1334,16 @@ "hex": "1D2D35", "source": "https://basecamp.com/about/press" }, + { + "title": "Bastyon", + "hex": "00A4FF", + "source": "https://github.com/pocketnetteam/pocketnet.gui/blob/978201dca0d63bc87c4c66513a67f085f2f51d83/img/logo.svg", + "aliases": { + "aka": [ + "pocketnet" + ] + } + }, { "title": "Bata", "hex": "DD282E", diff --git a/icons/bastyon.svg b/icons/bastyon.svg new file mode 100644 index 000000000000..089fab5c8836 --- /dev/null +++ b/icons/bastyon.svg @@ -0,0 +1 @@ +Bastyon \ No newline at end of file From beb6964599b35dc1aeb227405806be89c99daed2 Mon Sep 17 00:00:00 2001 From: Bruce Huang Date: Thu, 8 Sep 2022 23:01:05 +0800 Subject: [PATCH 5/8] Add Dapr icon (#7754) --- _data/simple-icons.json | 5 +++++ icons/dapr.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/dapr.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 9179af96194c..001ff176e845 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2636,6 +2636,11 @@ "source": "https://designnavigator.daimler.com/Daimler_Corporate_Logotype_Black_DTP", "guidelines": "https://designnavigator.daimler.com/Daimler_Corporate_Logotype" }, + { + "title": "Dapr", + "hex": "0D2192", + "source": "https://raw.githubusercontent.com/dapr/dapr/18575823c74318c811d6cd6f57ffac76d5debe93/img/dapr_logo.svg" + }, { "title": "Dark Reader", "hex": "141E24", diff --git a/icons/dapr.svg b/icons/dapr.svg new file mode 100644 index 000000000000..370d31d18d77 --- /dev/null +++ b/icons/dapr.svg @@ -0,0 +1 @@ +Dapr \ No newline at end of file From 114ba716a50fad61a8ade2f828c59eabdacfedac Mon Sep 17 00:00:00 2001 From: Wu Tingfeng Date: Sun, 11 Sep 2022 01:54:33 +0800 Subject: [PATCH 6/8] Add PocketBase icon (#7758) Co-authored-by: LitoMore --- _data/simple-icons.json | 5 +++++ icons/pocketbase.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/pocketbase.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 001ff176e845..68f5affb6daa 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -8396,6 +8396,11 @@ "hex": "F43E37", "source": "https://blog.pocketcasts.com/press/" }, + { + "title": "PocketBase", + "hex": "B8DBE4", + "source": "https://github.com/pocketbase/pocketbase/blob/4b64e0910b7dc527ff3de8cdacec074e40449e2e/ui/dist/images/logo.svg" + }, { "title": "Podcast Addict", "hex": "F4842D", diff --git a/icons/pocketbase.svg b/icons/pocketbase.svg new file mode 100644 index 000000000000..e22bbe2ab389 --- /dev/null +++ b/icons/pocketbase.svg @@ -0,0 +1 @@ +PocketBase \ No newline at end of file From 306f4beb6a5ef11f371e1daa445e0df08d999878 Mon Sep 17 00:00:00 2001 From: Maxime Moreillon Date: Sun, 11 Sep 2022 03:25:13 +0900 Subject: [PATCH 7/8] Add Uptime Kuma icon (#7759) Co-authored-by: LitoMore --- _data/simple-icons.json | 5 +++++ icons/uptimekuma.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/uptimekuma.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 68f5affb6daa..0a096c623aa7 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -11572,6 +11572,11 @@ "hex": "00E9A3", "source": "https://upstash.com/" }, + { + "title": "Uptime Kuma", + "hex": "5CDD8B", + "source": "https://uptime.kuma.pet/" + }, { "title": "Uptobox", "hex": "5CE1E6", diff --git a/icons/uptimekuma.svg b/icons/uptimekuma.svg new file mode 100644 index 000000000000..09bea23cf901 --- /dev/null +++ b/icons/uptimekuma.svg @@ -0,0 +1 @@ +Uptime Kuma \ No newline at end of file From 1af62bceb24a458dd0a09d36b342dd4fd8c5dc22 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 11 Sep 2022 00:26:28 +0000 Subject: [PATCH 8/8] version bump --- package.json | 2 +- slugs.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 5e3d22a9be2e..f53d1e12440b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-icons", - "version": "7.10.0", + "version": "7.11.0", "description": "SVG icons for popular brands https://simpleicons.org", "homepage": "https://simpleicons.org", "keywords": [ diff --git a/slugs.md b/slugs.md index 7147117f3435..2f3c8333371d 100644 --- a/slugs.md +++ b/slugs.md @@ -253,6 +253,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Barclays` | `barclays` | | `Baremetrics` | `baremetrics` | | `Basecamp` | `basecamp` | +| `Bastyon` | `bastyon` | | `Bata` | `bata` | | `Bath ASU` | `bathasu` | | `Battle.net` | `battledotnet` | @@ -504,6 +505,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `DAF` | `daf` | | `Dailymotion` | `dailymotion` | | `Daimler` | `daimler` | +| `Dapr` | `dapr` | | `Dark Reader` | `darkreader` | | `Dart` | `dart` | | `Darty` | `darty` | @@ -1559,6 +1561,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `pnpm` | `pnpm` | | `Pocket` | `pocket` | | `Pocket Casts` | `pocketcasts` | +| `PocketBase` | `pocketbase` | | `Podcast Addict` | `podcastaddict` | | `Podman` | `podman` | | `Poetry` | `poetry` | @@ -1793,6 +1796,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Scrutinizer CI` | `scrutinizerci` | | `Seagate` | `seagate` | | `SEAT` | `seat` | +| `SecurityScorecard` | `securityscorecard` | | `Sefaria` | `sefaria` | | `Sega` | `sega` | | `Selenium` | `selenium` | @@ -1918,6 +1922,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Stack Exchange` | `stackexchange` | | `Stack Overflow` | `stackoverflow` | | `Stackbit` | `stackbit` | +| `StackBlitz` | `stackblitz` | | `StackEdit` | `stackedit` | | `StackPath` | `stackpath` | | `StackShare` | `stackshare` | @@ -2138,6 +2143,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Uploaded` | `uploaded` | | `UPS` | `ups` | | `Upstash` | `upstash` | +| `Uptime Kuma` | `uptimekuma` | | `Uptobox` | `uptobox` | | `Upwork` | `upwork` | | `USPS` | `usps` | @@ -2286,6 +2292,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Xilinx` | `xilinx` | | `Xing` | `xing` | | `XMPP` | `xmpp` | +| `XO` | `xo` | | `XRP` | `xrp` | | `XSplit` | `xsplit` | | `XState` | `xstate` |