From 302cbc045a33a50ce9547efc1d1920461f952604 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Mond=C3=A9jar?= Date: Mon, 24 Oct 2022 14:25:23 +0200 Subject: [PATCH 1/4] Update SVGLint to v2.2.0 (#7987) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 841eabb9556e..e5318e21bd0f 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "rimraf": "3.0.2", "svg-path-bbox": "1.2.2", "svg-path-segments": "1.0.0", - "svglint": "2.1.0", + "svglint": "2.2.0", "svgo": "2.8.0", "svgpath": "2.5.0" }, @@ -65,7 +65,7 @@ "our-lint": "node scripts/lint/ourlint.js", "jslint": "prettier --check .", "jsonlint": "node scripts/lint/jsonlint.js", - "svglint": "svglint icons/*.svg --ci --config .svglintrc.mjs", + "svglint": "svglint icons/*.svg --ci", "wslint": "editorconfig-checker", "prepare": "is-ci || husky install", "prepublishOnly": "npm run build", From 32e27813fc479a57b08150a727e9cccfb9f36f6c Mon Sep 17 00:00:00 2001 From: Sigurd Spieckermann <2206639+sisp@users.noreply.github.com> Date: Sat, 29 Oct 2022 07:35:26 +0200 Subject: [PATCH 2/4] Add MQTT icon (#7984) Co-authored-by: LitoMore --- _data/simple-icons.json | 5 +++++ icons/mqtt.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/mqtt.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 2e0798cade6e..07e9832dc67e 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -7242,6 +7242,11 @@ "source": "https://mozilla.design/mozilla/", "guidelines": "https://mozilla.design/mozilla/" }, + { + "title": "MQTT", + "hex": "660066", + "source": "https://mqtt.org" + }, { "title": "MSI", "aliases": { diff --git a/icons/mqtt.svg b/icons/mqtt.svg new file mode 100644 index 000000000000..7180c4d5c884 --- /dev/null +++ b/icons/mqtt.svg @@ -0,0 +1 @@ +MQTT \ No newline at end of file From 5610bb08a8760447cb92dddd816942895ff702b8 Mon Sep 17 00:00:00 2001 From: Guillaume Date: Sat, 29 Oct 2022 08:40:39 +0300 Subject: [PATCH 3/4] Add Ravelry icon (#7985) Co-authored-by: LitoMore --- _data/simple-icons.json | 6 ++++++ icons/ravelry.svg | 1 + 2 files changed, 7 insertions(+) create mode 100644 icons/ravelry.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 07e9832dc67e..d99f4814289a 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -9306,6 +9306,12 @@ "source": "https://www.raspberrypi.org/trademark-rules", "guidelines": "https://www.raspberrypi.org/trademark-rules" }, + { + "title": "Ravelry", + "hex": "EE6E62", + "source": "https://www.ravelry.com/help/logos", + "guidelines": "https://www.ravelry.com/help/logos" + }, { "title": "Ray", "hex": "028CF0", diff --git a/icons/ravelry.svg b/icons/ravelry.svg new file mode 100644 index 000000000000..b1eeb54f37e1 --- /dev/null +++ b/icons/ravelry.svg @@ -0,0 +1 @@ +Ravelry \ No newline at end of file From 4e8c5b57fc20ddba1737d315181f786f2fba215d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 30 Oct 2022 00:32:08 +0000 Subject: [PATCH 4/4] version bump --- package.json | 2 +- slugs.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e5318e21bd0f..ab5079ecaedf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-icons", - "version": "7.17.0", + "version": "7.18.0", "description": "SVG icons for popular brands https://simpleicons.org", "homepage": "https://simpleicons.org", "keywords": [ diff --git a/slugs.md b/slugs.md index f332ec72abb3..67ab44cba677 100644 --- a/slugs.md +++ b/slugs.md @@ -1352,6 +1352,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Moscow Metro` | `moscowmetro` | | `Motorola` | `motorola` | | `Mozilla` | `mozilla` | +| `MQTT` | `mqtt` | | `MSI` | `msi` | | `MSI Business` | `msibusiness` | | `MTA` | `mta` | @@ -1718,6 +1719,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Rarible` | `rarible` | | `Rasa` | `rasa` | | `Raspberry Pi` | `raspberrypi` | +| `Ravelry` | `ravelry` | | `Ray` | `ray` | | `Razer` | `razer` | | `Razorpay` | `razorpay` |