-
Notifications
You must be signed in to change notification settings - Fork 2.4k
new icon: vitejs (original, original wordmark) #1252
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
Changes from all commits
e7a43b9
619c806
1119b9f
5da3fb1
c1220c0
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -5776,6 +5776,22 @@ | |||||||||||||||||
| }, | ||||||||||||||||||
| "color": "#294172", | ||||||||||||||||||
| "aliases": [] | ||||||||||||||||||
| } | ||||||||||||||||||
|
|
||||||||||||||||||
| }, | ||||||||||||||||||
| { | ||||||||||||||||||
| "name": "vitejs", | ||||||||||||||||||
| "tags": ["react", "compiler", "esbuild"], | ||||||||||||||||||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Those aren't really relevant for vite, so here's some other suggestions
Suggested change
|
||||||||||||||||||
| "versions": { | ||||||||||||||||||
| "svg": [ | ||||||||||||||||||
| "original", | ||||||||||||||||||
| "original-wordmark", | ||||||||||||||||||
| ], | ||||||||||||||||||
| "font": ["original"] | ||||||||||||||||||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||||
| }, | ||||||||||||||||||
| "color": "#4FBFFF", | ||||||||||||||||||
| "aliases": [ | ||||||||||||||||||
| { | ||||||||||||||||||
| "base": "original" | ||||||||||||||||||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. You need to also add an alias here.
Suggested change
I suggest you take a look at Example-of-Submitting-Icons-to-the-Repository and Updating the |
||||||||||||||||||
| } | ||||||||||||||||||
| ] | ||||||||||||||||||
| } | ||||||||||||||||||
| ] | ||||||||||||||||||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| { | ||
| "name": "devicon", | ||
| "version": "2.15.0", | ||
| "version": "2.15.1", | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. You should reverse all the changes in |
||
| "description": "Programming related icons collection", | ||
| "main": "devicon.min.css", | ||
| "scripts": { | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.