diff --git a/README.md b/README.md index 90d84ead4fc5..12fc27a20964 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 Vue [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 +[slug]: https://github.com/simple-icons/simple-icons/blob/master/slugs.md diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 9d6f10d66cd2..f73b86b4d327 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", @@ -7279,6 +7284,11 @@ "hex": "000000", "source": "https://nextjs.org/" }, + { + "title": "NextBillion.ai", + "hex": "8D5A9E", + "source": "https://nextbillion.ai" + }, { "title": "Nextcloud", "hex": "0082C9", @@ -7706,6 +7716,11 @@ "hex": "0097C2", "source": "https://opennebula.io/docs/" }, + { + "title": "OpenProject", + "hex": "0770B8", + "source": "https://www.openproject.org/press/" + }, { "title": "OpenSea", "hex": "2081E2", @@ -8806,6 +8821,11 @@ "hex": "FF8C00", "source": "https://qiwi.com/" }, + { + "title": "QMK", + "hex": "333333", + "source": "https://github.com/qmk/qmk_firmware" + }, { "title": "Qt", "hex": "41CD52", @@ -11545,6 +11565,11 @@ "type": "MIT" } }, + { + "title": "V2EX", + "hex": "1F1F1F", + "source": "https://www.v2ex.com" + }, { "title": "V8", "hex": "4B8BF5", @@ -11876,6 +11901,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", @@ -12095,6 +12125,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/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 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 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 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 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 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 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 diff --git a/package.json b/package.json index 88b642fcf59f..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": [ @@ -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", 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` |