Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish 2 new icons #8002

Merged
merged 4 commits into from Oct 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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