Skip to content

Commit

Permalink
Release 2 new icons (v7.18.0)
Browse files Browse the repository at this point in the history
# New Icons

- MQTT (#7984)
- Ravelry (#7985)
  • Loading branch information
mondeja committed Oct 30, 2022
2 parents 749e2bf + 4e8c5b5 commit 2fb15f4
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 3 deletions.
11 changes: 11 additions & 0 deletions _data/simple-icons.json
Expand Up @@ -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": {
Expand Down Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions icons/mqtt.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/ravelry.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions 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": [
Expand Down Expand Up @@ -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"
},
Expand All @@ -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",
Expand Down
2 changes: 2 additions & 0 deletions slugs.md
Expand Up @@ -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` |
Expand Down Expand Up @@ -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` |
Expand Down

0 comments on commit 2fb15f4

Please sign in to comment.