diff --git a/README.md b/README.md index 38767ca1a149..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.

@@ -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/_data/simple-icons.json b/_data/simple-icons.json index 1ecd0c5a9019..2e0798cade6e 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1311,6 +1311,12 @@ "hex": "FFFFFF", "source": "https://backendless.com/" }, + { + "title": "Backstage", + "hex": "9BF0E1", + "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", "hex": "282C4C", @@ -3227,6 +3233,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", @@ -3363,6 +3379,11 @@ "hex": "000000", "source": "https://www.11ty.io" }, + { + "title": "Elgato", + "hex": "101010", + "source": "https://www.elgato.com/en/media-room" + }, { "title": "Elixir", "hex": "4B275F", @@ -5225,6 +5246,11 @@ "hex": "BE95FF", "source": "https://www.ibm.com/brand/systems/watson/brand/" }, + { + "title": "Iced", + "hex": "3645FF", + "source": "https://iced.rs" + }, { "title": "Iceland", "hex": "CC092F", @@ -6394,8 +6420,8 @@ }, { "title": "Linktree", - "hex": "39E09B", - "source": "https://linktr.ee/" + "hex": "43E55E", + "source": "https://linktr.ee" }, { "title": "Linode", @@ -10727,6 +10753,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/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 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 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 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 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 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 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 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` |