From 33d3f100d6c96ee7d8d3a4fde7256fdd48b37bec Mon Sep 17 00:00:00 2001 From: Syrus Akbary Date: Wed, 31 Aug 2022 12:38:15 -0700 Subject: [PATCH 01/11] Add Wasmer icon (#7646) * Added Wasmer icon * Apply suggestions from code review in Wasmer icon Co-authored-by: Sigurd Spieckermann <2206639+sisp@users.noreply.github.com> * Update simple-icons.json Co-authored-by: Sigurd Spieckermann <2206639+sisp@users.noreply.github.com> --- _data/simple-icons.json | 5 +++++ icons/wasmer.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/wasmer.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 9d6f10d66cd2..144f87be3112 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -11876,6 +11876,11 @@ "source": "https://github.com/wasmCloud/branding/", "guidelines": "https://github.com/wasmCloud/branding/" }, + { + "title": "Wasmer", + "hex": "4946DD", + "source": "https://github.com/wasmerio/wasmer.io/blob/0d425f5b4ace56496e75278e304f54492c46adde/public/images/icon.svg" + }, { "title": "Wattpad", "hex": "FF500A", diff --git a/icons/wasmer.svg b/icons/wasmer.svg new file mode 100644 index 000000000000..a5027d819d18 --- /dev/null +++ b/icons/wasmer.svg @@ -0,0 +1 @@ +Wasmer \ No newline at end of file From 526133c399afc877558eccd0718dc0b2e760e048 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Mond=C3=A9jar?= Date: Thu, 1 Sep 2022 17:38:30 +0200 Subject: [PATCH 02/11] Minor improvements for README (#7723) --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 90d84ead4fc5..e0bc74fee985 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Over 2300 Free SVG icons for popular brands. See them all on one page at ``` -Where `[ICON SLUG]` is replaced by the [slug] of the icon you want to use, for example: +Where `[ICON SLUG]` is replaced by the [slug](https://github.com/simple-icons/simple-icons/blob/master/slugs.md) of the icon you want to use, for example: ```html @@ -138,13 +138,10 @@ echo file_get_contents('path/to/package/icons/simpleicons.svg'); | VueVue [Vue package](https://github.com/mainvest/vue-simple-icons) | [@noahlitvin](https://github.com/noahlitvin) | | WordpressWordpress [WordPress plugin](https://wordpress.org/plugins/simple-icons/) | [@tjtaylo](https://github.com/tjtaylo) | - -[slug]: ./slugs.md - ## Contribute [![Good first issues open](https://img.shields.io/github/issues/simple-icons/simple-icons/good%20first%20issue?label=good%20first%20issues&logo=git&logoColor=white)](https://github.com/simple-icons/simple-icons/labels/good%20first%20issue) -Information describing how to contribute can be found here: +Information describing how to contribute can be found in the file [CONTRIBUTING.md](https://github.com/simple-icons/simple-icons/blob/develop/CONTRIBUTING.md) + -https://github.com/simple-icons/simple-icons/blob/develop/CONTRIBUTING.md From e2026213361d4d230ce2de5094adb07b619a6a2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Mond=C3=A9jar?= Date: Thu, 1 Sep 2022 18:01:41 +0200 Subject: [PATCH 03/11] Fix error in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e0bc74fee985..12fc27a20964 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Icons can be served from a CDN such as [JSDelivr](https://www.jsdelivr.com/packa ``` -Where `[ICON SLUG]` is replaced by the [slug](https://github.com/simple-icons/simple-icons/blob/master/slugs.md) of the icon you want to use, for example: +Where `[ICON SLUG]` is replaced by the [slug] of the icon you want to use, for example: ```html @@ -144,4 +144,4 @@ echo file_get_contents('path/to/package/icons/simpleicons.svg'); Information describing how to contribute can be found in the file [CONTRIBUTING.md](https://github.com/simple-icons/simple-icons/blob/develop/CONTRIBUTING.md) - +[slug]: https://github.com/simple-icons/simple-icons/blob/master/slugs.md From 8f6ee931d1686cd4417846768e98bae244ebf6ec Mon Sep 17 00:00:00 2001 From: LitoMore Date: Fri, 2 Sep 2022 14:42:56 +0800 Subject: [PATCH 04/11] Add Bun icon (#7731) --- _data/simple-icons.json | 5 +++++ icons/bun.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/bun.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 144f87be3112..f700e75cf362 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1709,6 +1709,11 @@ "hex": "00D1B2", "source": "https://github.com/jgthms/bulma/tree/b0ed28b0e63fdfe54ef802ad155c889241fb6ae1" }, + { + "title": "Bun", + "hex": "000000", + "source": "https://bun.sh" + }, { "title": "bunq", "hex": "3394D7", diff --git a/icons/bun.svg b/icons/bun.svg new file mode 100644 index 000000000000..7e3c932c6ad4 --- /dev/null +++ b/icons/bun.svg @@ -0,0 +1 @@ +Bun \ No newline at end of file From 7a37ea4d90c9059c3e5c2f6bfc7170e2a4db3854 Mon Sep 17 00:00:00 2001 From: LitoMore Date: Fri, 2 Sep 2022 14:45:07 +0800 Subject: [PATCH 05/11] Add QMK icon (#7725) --- _data/simple-icons.json | 5 +++++ icons/qmk.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/qmk.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index f700e75cf362..d4e415e88563 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -8811,6 +8811,11 @@ "hex": "FF8C00", "source": "https://qiwi.com/" }, + { + "title": "QMK", + "hex": "333333", + "source": "https://github.com/qmk/qmk_firmware" + }, { "title": "Qt", "hex": "41CD52", diff --git a/icons/qmk.svg b/icons/qmk.svg new file mode 100644 index 000000000000..7b50a765b114 --- /dev/null +++ b/icons/qmk.svg @@ -0,0 +1 @@ +QMK \ No newline at end of file From 052eb3af779023f3aff351318db7f2dd00608405 Mon Sep 17 00:00:00 2001 From: Osman Halacoglu <30694379+halacoglu@users.noreply.github.com> Date: Fri, 2 Sep 2022 09:47:27 +0300 Subject: [PATCH 06/11] Add `Windows 11` icon (#7707) Co-authored-by: LitoMore --- _data/simple-icons.json | 6 ++++++ icons/windows11.svg | 1 + 2 files changed, 7 insertions(+) create mode 100644 icons/windows11.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index d4e415e88563..769fc9641179 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -12110,6 +12110,12 @@ "hex": "0078D6", "source": "https://commons.wikimedia.org/wiki/File:Windows_10_Logo.svg" }, + { + "title": "Windows 11", + "hex": "0078D4", + "source": "https://commons.wikimedia.org/wiki/File:Windows_logo_-_2021_(Black).svg", + "guidelines": "https://query.prod.cms.rt.microsoft.com/cms/api/am/binary/RE1voQq" + }, { "title": "Windows 95", "hex": "008080", diff --git a/icons/windows11.svg b/icons/windows11.svg new file mode 100644 index 000000000000..b6e6a6d749ea --- /dev/null +++ b/icons/windows11.svg @@ -0,0 +1 @@ +Windows 11 \ No newline at end of file From ed20eb4eff7475d57df4646430fb1472a6bd442f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Sep 2022 17:31:00 +0800 Subject: [PATCH 07/11] Update dependency esbuild to v0.15.6 (#7676) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 88b642fcf59f..1ba2f48f4eea 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ }, "devDependencies": { "editorconfig-checker": "4.0.2", - "esbuild": "0.14.50", + "esbuild": "0.15.6", "fake-diff": "1.0.0", "husky": "8.0.1", "is-ci": "3.0.1", From bc6391607d70b5fd7a0369c0b1d0dc5f6abf1e39 Mon Sep 17 00:00:00 2001 From: MayanDev Date: Fri, 2 Sep 2022 23:33:38 +0800 Subject: [PATCH 08/11] Add V2EX icon (#5839) Co-authored-by: phillzou Co-authored-by: LitoMore --- _data/simple-icons.json | 5 +++++ icons/v2ex.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/v2ex.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 769fc9641179..6c6aede00067 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -11555,6 +11555,11 @@ "type": "MIT" } }, + { + "title": "V2EX", + "hex": "1F1F1F", + "source": "https://www.v2ex.com" + }, { "title": "V8", "hex": "4B8BF5", diff --git a/icons/v2ex.svg b/icons/v2ex.svg new file mode 100644 index 000000000000..fb44a2dead25 --- /dev/null +++ b/icons/v2ex.svg @@ -0,0 +1 @@ +V2EX \ No newline at end of file From cfd2962d1bdba41b2265ff271a1f44f0b40db463 Mon Sep 17 00:00:00 2001 From: LitoMore Date: Sat, 3 Sep 2022 13:38:52 +0800 Subject: [PATCH 09/11] Add NextBillion.ai icon (#7734) * Add NextBillion.ai icon * Tweaks * Increase precision Co-authored-by: Engin Diri --- _data/simple-icons.json | 5 +++++ icons/nextbilliondotai.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/nextbilliondotai.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 6c6aede00067..685765eff3d9 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -7284,6 +7284,11 @@ "hex": "000000", "source": "https://nextjs.org/" }, + { + "title": "NextBillion.ai", + "hex": "8D5A9E", + "source": "https://nextbillion.ai" + }, { "title": "Nextcloud", "hex": "0082C9", diff --git a/icons/nextbilliondotai.svg b/icons/nextbilliondotai.svg new file mode 100644 index 000000000000..6b99e9aab73d --- /dev/null +++ b/icons/nextbilliondotai.svg @@ -0,0 +1 @@ +NextBillion.ai \ No newline at end of file From 8c89326a1665d31bccedf2917559b0a65cecbf96 Mon Sep 17 00:00:00 2001 From: Maxime Moreillon Date: Sat, 3 Sep 2022 14:44:38 +0900 Subject: [PATCH 10/11] openproject (#7741) Co-authored-by: Engin Diri --- _data/simple-icons.json | 5 +++++ icons/openproject.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/openproject.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 685765eff3d9..f73b86b4d327 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -7716,6 +7716,11 @@ "hex": "0097C2", "source": "https://opennebula.io/docs/" }, + { + "title": "OpenProject", + "hex": "0770B8", + "source": "https://www.openproject.org/press/" + }, { "title": "OpenSea", "hex": "2081E2", diff --git a/icons/openproject.svg b/icons/openproject.svg new file mode 100644 index 000000000000..4e7804e060e6 --- /dev/null +++ b/icons/openproject.svg @@ -0,0 +1 @@ +OpenProject \ No newline at end of file From 32bb14fd35f7eedb8bbe9fd78a511d9cff138e99 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 4 Sep 2022 00:28:09 +0000 Subject: [PATCH 11/11] version bump --- package.json | 2 +- slugs.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 1ba2f48f4eea..5e3d22a9be2e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-icons", - "version": "7.9.0", + "version": "7.10.0", "description": "SVG icons for popular brands https://simpleicons.org", "homepage": "https://simpleicons.org", "keywords": [ diff --git a/slugs.md b/slugs.md index deff2bb7fdfd..7147117f3435 100644 --- a/slugs.md +++ b/slugs.md @@ -327,6 +327,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Buildkite` | `buildkite` | | `Bukalapak` | `bukalapak` | | `Bulma` | `bulma` | +| `Bun` | `bun` | | `bunq` | `bunq` | | `Burger King` | `burgerking` | | `Burton` | `burton` | @@ -749,6 +750,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Freelancer` | `freelancer` | | `FreeNAS` | `freenas` | | `Frontend Mentor` | `frontendmentor` | +| `Fuga Cloud` | `fugacloud` | | `Fujifilm` | `fujifilm` | | `Fujitsu` | `fujitsu` | | `Funimation` | `funimation` | @@ -1354,6 +1356,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `New Relic` | `newrelic` | | `New York Times` | `newyorktimes` | | `Next.js` | `nextdotjs` | +| `NextBillion.ai` | `nextbilliondotai` | | `Nextcloud` | `nextcloud` | | `Nextdoor` | `nextdoor` | | `NFC` | `nfc` | @@ -1434,6 +1437,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Openlayers` | `openlayers` | | `OpenMined` | `openmined` | | `OpenNebula` | `opennebula` | +| `OpenProject` | `openproject` | | `OpenSea` | `opensea` | | `OpenSearch` | `opensearch` | | `OpenSSL` | `openssl` | @@ -1637,6 +1641,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Qiita` | `qiita` | | `Qiskit` | `qiskit` | | `QIWI` | `qiwi` | +| `QMK` | `qmk` | | `Qt` | `qt` | | `Qualcomm` | `qualcomm` | | `Qualtrics` | `qualtrics` | @@ -2137,6 +2142,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Upwork` | `upwork` | | `USPS` | `usps` | | `V` | `v` | +| `V2EX` | `v2ex` | | `V8` | `v8` | | `Vaadin` | `vaadin` | | `Vagrant` | `vagrant` | @@ -2199,6 +2205,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Wappalyzer` | `wappalyzer` | | `Warner Bros.` | `warnerbros` | | `wasmCloud` | `wasmcloud` | +| `Wasmer` | `wasmer` | | `Wattpad` | `wattpad` | | `Waze` | `waze` | | `Wear OS` | `wearos` | @@ -2239,6 +2246,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Winamp` | `winamp` | | `Windi CSS` | `windicss` | | `Windows` | `windows` | +| `Windows 11` | `windows11` | | `Windows 95` | `windows95` | | `Windows Terminal` | `windowsterminal` | | `Windows XP` | `windowsxp` |