Skip to content
23 changes: 22 additions & 1 deletion devicon.json
Original file line number Diff line number Diff line change
Expand Up @@ -5776,6 +5776,27 @@
},
"color": "#294172",
"aliases": []
}
},
{
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

{ identation 😁

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot really, you really helped a lot on these TwT

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not solved yet :)

"name": "solidjs",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add empty altnames array. You can fill it with alternative names if there are any

Suggested change
"name": "solidjs",
"name": "solidjs",
"altnames": [],

"tags": [
"nodejs",
"framework"
],
"versions": {
"svg": [
"original",
"original-wordmark",
"plain",
"plain-wordmark"
],
"font": [
"plain",
"plain-wordmark",
]
},
"color": "#85bce5",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change to primary color from their website: https://www.solidjs.com/media

Suggested change
"color": "#85bce5",
"color": "#2c4f7c",

"aliases": []
},

]
Binary file added icons/solidjs/solidjs-original-wordmark.eps
Binary file not shown.
57 changes: 57 additions & 0 deletions icons/solidjs/solidjs-original-wordmark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
55 changes: 55 additions & 0 deletions icons/solidjs/solidjs-original.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/solidjs/solidjs-plain-wordmark.eps
Binary file not shown.
4 changes: 4 additions & 0 deletions icons/solidjs/solidjs-plain-wordmark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/solidjs/solidjs-plain.eps
Binary file not shown.
4 changes: 4 additions & 0 deletions icons/solidjs/solidjs-plain.svg
Loading
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/solidjs/wordmark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "devicon",
"version": "2.15.0",
"version": "2.15.1",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file shouldn't be edited for icon requests. Please revert/reset the changes

"description": "Programming related icons collection",
"main": "devicon.min.css",
"scripts": {
Expand Down