From 11fbc4b52141ef552a20007a226740537d6123d3 Mon Sep 17 00:00:00 2001 From: LitoMore Date: Sun, 16 Oct 2022 18:30:31 +0800 Subject: [PATCH 01/10] Add StandardJS icon (#7929) --- _data/simple-icons.json | 5 +++++ icons/standardjs.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/standardjs.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 1ecd0c5a9019..ab03c5bd908c 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -10727,6 +10727,11 @@ "hex": "00A4FD", "source": "https://staffbase.com/en/about/press-assets/" }, + { + "title": "StandardJS", + "hex": "F3DF49", + "source": "https://github.com/standard/standard/blob/6516bf87f127b7968c34cac0100d48d6c455a891/sticker.svg" + }, { "title": "Star Trek", "hex": "FFE200", diff --git a/icons/standardjs.svg b/icons/standardjs.svg new file mode 100644 index 000000000000..48e3c01d4b54 --- /dev/null +++ b/icons/standardjs.svg @@ -0,0 +1 @@ +StandardJS \ No newline at end of file From 39978497d99a599108eed14851686b6019c3badd Mon Sep 17 00:00:00 2001 From: LitoMore Date: Sun, 16 Oct 2022 18:35:34 +0800 Subject: [PATCH 02/10] Add Elgato icon (#7884) Co-authored-by: Engin Diri --- _data/simple-icons.json | 5 +++++ icons/elgato.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/elgato.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index ab03c5bd908c..1b11823b9583 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3363,6 +3363,11 @@ "hex": "000000", "source": "https://www.11ty.io" }, + { + "title": "Elgato", + "hex": "101010", + "source": "https://www.elgato.com/en/media-room" + }, { "title": "Elixir", "hex": "4B275F", diff --git a/icons/elgato.svg b/icons/elgato.svg new file mode 100644 index 000000000000..92b001d261d7 --- /dev/null +++ b/icons/elgato.svg @@ -0,0 +1 @@ +Elgato \ No newline at end of file From 75c7043241604eb07215ed953b6806915f8d48b2 Mon Sep 17 00:00:00 2001 From: LitoMore Date: Sun, 16 Oct 2022 18:39:06 +0800 Subject: [PATCH 03/10] Add E3 icon (#7876) * Add E3 icon * Add alias * Use precision 4 * Minor fix Co-authored-by: Engin Diri --- _data/simple-icons.json | 10 ++++++++++ icons/e3.svg | 1 + 2 files changed, 11 insertions(+) create mode 100644 icons/e3.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 1b11823b9583..6c939300fb5f 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3227,6 +3227,16 @@ "hex": "0066CC", "source": "https://www.e.leclerc/assets/images/sue-logo.svg" }, + { + "title": "E3", + "hex": "E73D2F", + "source": "https://commons.wikimedia.org/wiki/File:E3_Logo.svg", + "aliases": { + "aka": [ + "Electronic Entertainment Expo" + ] + } + }, { "title": "EA", "hex": "000000", diff --git a/icons/e3.svg b/icons/e3.svg new file mode 100644 index 000000000000..0beb2eef9ff5 --- /dev/null +++ b/icons/e3.svg @@ -0,0 +1 @@ +E3 \ No newline at end of file From 220e6b683ae9560ea3305bf102425198c3b86e93 Mon Sep 17 00:00:00 2001 From: Marco Ollivier Date: Sun, 16 Oct 2022 07:41:54 -0300 Subject: [PATCH 04/10] Add Backstage logo (#7949) * Add backstage icon * Ignore idea meta files * Change base icon * Lint fix * Update image * Change imagem * Fix CSV * Remove personal gitignore configuration * Fix the base color of Backstage * Update svg to keep the best pattern * Change backstage color base Co-authored-by: Engin Diri --- _data/simple-icons.json | 5 +++++ icons/backstage.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/backstage.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 6c939300fb5f..b0cd4d974217 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1311,6 +1311,11 @@ "hex": "FFFFFF", "source": "https://backendless.com/" }, + { + "title": "Backstage", + "hex": "9BF0E1", + "source": "https://backstage.io/" + }, { "title": "Badgr", "hex": "282C4C", diff --git a/icons/backstage.svg b/icons/backstage.svg new file mode 100644 index 000000000000..20adb8bc7893 --- /dev/null +++ b/icons/backstage.svg @@ -0,0 +1 @@ +Backstage \ No newline at end of file From df0d776344c0d39359af57797a0ffeb8847e6c77 Mon Sep 17 00:00:00 2001 From: Wu Tingfeng Date: Sun, 16 Oct 2022 18:51:05 +0800 Subject: [PATCH 05/10] Add Iced icon (#7961) * add iced * remove logo background Co-authored-by: Engin Diri --- _data/simple-icons.json | 5 +++++ icons/iced.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/iced.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index b0cd4d974217..a7123a59a321 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -5245,6 +5245,11 @@ "hex": "BE95FF", "source": "https://www.ibm.com/brand/systems/watson/brand/" }, + { + "title": "Iced", + "hex": "3645FF", + "source": "https://iced.rs/" + }, { "title": "Iceland", "hex": "CC092F", diff --git a/icons/iced.svg b/icons/iced.svg new file mode 100644 index 000000000000..8e7d69c88266 --- /dev/null +++ b/icons/iced.svg @@ -0,0 +1 @@ +Iced \ No newline at end of file From bf72cf79ca0290fa38f6516e92ebe5e741615ef2 Mon Sep 17 00:00:00 2001 From: LitoMore Date: Sun, 16 Oct 2022 20:23:58 +0800 Subject: [PATCH 06/10] Update Backstage icon data (#7965) --- _data/simple-icons.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index a7123a59a321..dcb5978a55c0 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1314,7 +1314,8 @@ { "title": "Backstage", "hex": "9BF0E1", - "source": "https://backstage.io/" + "source": "https://github.com/backstage/backstage/blob/862f2517188849dd7467d059edeb8692e6933c35/microsite/static/logo_assets/svg/Icon_Teal.svg", + "guidelines": "https://backstage.io/logo_assets/Backstage_Identity_Assets_Overview.pdf" }, { "title": "Badgr", From e268d9f222229005916735b50cb7f256faa9062a Mon Sep 17 00:00:00 2001 From: LitoMore Date: Sun, 16 Oct 2022 20:29:52 +0800 Subject: [PATCH 07/10] Update Iced icon data (#7966) --- _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 dcb5978a55c0..a7d023911a85 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -5249,7 +5249,7 @@ { "title": "Iced", "hex": "3645FF", - "source": "https://iced.rs/" + "source": "https://iced.rs" }, { "title": "Iceland", From 3f99027ba3250f75a8699228d40b9720ffa79090 Mon Sep 17 00:00:00 2001 From: Guillaume Date: Sun, 16 Oct 2022 15:32:07 +0300 Subject: [PATCH 08/10] Update Linktree icon (#7962) * linktree update * refined icon * Update _data/simple-icons.json Co-authored-by: Engin Diri Co-authored-by: LitoMore --- _data/simple-icons.json | 4 ++-- icons/linktree.svg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index a7d023911a85..2e0798cade6e 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -6420,8 +6420,8 @@ }, { "title": "Linktree", - "hex": "39E09B", - "source": "https://linktr.ee/" + "hex": "43E55E", + "source": "https://linktr.ee" }, { "title": "Linode", diff --git a/icons/linktree.svg b/icons/linktree.svg index 335b11a9e383..3dca1678d2da 100644 --- a/icons/linktree.svg +++ b/icons/linktree.svg @@ -1 +1 @@ -Linktree \ No newline at end of file +Linktree \ No newline at end of file From d108377cb407d00fa56ebaea833ee234e7ecbcd2 Mon Sep 17 00:00:00 2001 From: LitoMore Date: Mon, 17 Oct 2022 23:08:06 +0800 Subject: [PATCH 09/10] Apply Elgato icon to Stream Deck icon pack (#7969) --- README.md | 2 +- assets/readme/elgato-white.svg | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 assets/readme/elgato-white.svg diff --git a/README.md b/README.md index 38767ca1a149..9dee44a5f63e 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ echo file_get_contents('path/to/package/icons/simpleicons.svg'); | LaravelLaravel [Laravel Package](https://github.com/ublabs/blade-simple-icons) | [@adrian-ub](https://github.com/adrian-ub) | | PythonPython [Python package](https://github.com/sachinraja/simple-icons-py) | [@sachinraja](https://github.com/sachinraja) | | ReactReact [React package](https://github.com/icons-pack/react-simple-icons) | [@wootsbot](https://github.com/wootsbot) | -| Simple IconsSimple Icons [Stream Deck icon pack](https://github.com/mackenly/simple-icons-stream-deck) | [@mackenly](https://github.com/mackenly) | +| Simple IconsSimple Icons [Stream Deck icon pack](https://github.com/mackenly/simple-icons-stream-deck) | [@mackenly](https://github.com/mackenly) | | SvelteSvelte [Svelte package](https://github.com/icons-pack/svelte-simple-icons) | [@wootsbot](https://github.com/wootsbot) | | VueVue [Vue 3 package](https://github.com/wyatt-herkamp/vue3-simple-icons) | [@wyatt-herkamp](https://github.com/wyatt-herkamp) | | VueVue [Vue package](https://github.com/mainvest/vue-simple-icons) | [@noahlitvin](https://github.com/noahlitvin) | diff --git a/assets/readme/elgato-white.svg b/assets/readme/elgato-white.svg new file mode 100644 index 000000000000..f51f2eb96801 --- /dev/null +++ b/assets/readme/elgato-white.svg @@ -0,0 +1 @@ +Elgato \ No newline at end of file From 1f26abea99b5d62ea7a5a862a182e57e1e79fd5c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 23 Oct 2022 00:36:22 +0000 Subject: [PATCH 10/10] version bump --- README.md | 2 +- package.json | 2 +- slugs.md | 5 +++++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9dee44a5f63e..4ce6b7b1a78f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Simple IconsSimple Icons

Simple Icons

-Over 2300 Free SVG icons for popular brands. See them all on one page at SimpleIcons.org. Contributions, corrections & requests can be made on GitHub.

+Over 2400 Free SVG icons for popular brands. See them all on one page at SimpleIcons.org. Contributions, corrections & requests can be made on GitHub.

diff --git a/package.json b/package.json index 935a05eb29c4..841eabb9556e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-icons", - "version": "7.16.0", + "version": "7.17.0", "description": "SVG icons for popular brands https://simpleicons.org", "homepage": "https://simpleicons.org", "keywords": [ diff --git a/slugs.md b/slugs.md index a20b166aa58e..f332ec72abb3 100644 --- a/slugs.md +++ b/slugs.md @@ -248,6 +248,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Backblaze` | `backblaze` | | `Backbone.js` | `backbonedotjs` | | `Backendless` | `backendless` | +| `Backstage` | `backstage` | | `Badgr` | `badgr` | | `Badoo` | `badoo` | | `Baidu` | `baidu` | @@ -612,6 +613,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Dynamics 365` | `dynamics365` | | `Dynatrace` | `dynatrace` | | `E.Leclerc` | `edotleclerc` | +| `E3` | `e3` | | `EA` | `ea` | | `Eagle` | `eagle` | | `easyJet` | `easyjet` | @@ -639,6 +641,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `elementary` | `elementary` | | `Elementor` | `elementor` | | `Eleventy` | `eleventy` | +| `Elgato` | `elgato` | | `Elixir` | `elixir` | | `Ello` | `ello` | | `Elm` | `elm` | @@ -981,6 +984,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `IBM` | `ibm` | | `IBM Cloud` | `ibmcloud` | | `IBM Watson` | `ibmwatson` | +| `Iced` | `iced` | | `Iceland` | `iceland` | | `Icinga` | `icinga` | | `iCloud` | `icloud` | @@ -1975,6 +1979,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `StackShare` | `stackshare` | | `Stadia` | `stadia` | | `Staffbase` | `staffbase` | +| `StandardJS` | `standardjs` | | `Star Trek` | `startrek` | | `Starbucks` | `starbucks` | | `Stardock` | `stardock` |