diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 2e0798cade6e..d99f4814289a 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": { @@ -9301,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/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 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 diff --git a/package.json b/package.json index 841eabb9556e..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": [ @@ -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", 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` |