-
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
Conversation
Fix issue with npm publish script
Build preparation for release v2.15.1
|
Hello @AcmeGamers, I reviewed your PR #1253, can you follow the recommandations and standards for this PR too ? |
Onto it :D, and really thanks for helping out with the previous ones |
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.
In addition to all the changes suggested below, you can also remove the .eps files.
A good start, but needs a bit of work before it's ready to be merged :)
Let us know if you need any more help
| <?xml version="1.0" encoding="utf-8"?> | ||
| <!-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> | ||
| <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" | ||
| viewBox="0 0 271.6 113.8" style="enable-background:new 0 0 271.6 113.8;" xml:space="preserve"> |
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.
Make sure the viewbox is 0 0 128 128 as explained in the SVG Standards
| <?xml version="1.0" encoding="utf-8"?> | ||
| <!-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> | ||
| <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" | ||
| viewBox="0 0 121.4 119.8" style="enable-background:new 0 0 121.4 119.8;" xml:space="preserve"> |
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.
make sure the viewbox is 0 0 128 128 as explained in the SVG Standards
| }, | ||
| { | ||
| "name": "vitejs", | ||
| "tags": ["react", "compiler", "esbuild"], |
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.
Those aren't really relevant for vite, so here's some other suggestions
| "tags": ["react", "compiler", "esbuild"], | |
| "tags": [ | |
| "tooling", | |
| "buildtool", | |
| "bundler", | |
| "javascript", | |
| "js", | |
| ], |
| "color": "#4FBFFF", | ||
| "aliases": [ | ||
| { | ||
| "base": "original" |
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.
You need to also add an alias here.
| "base": "original" | |
| "base": "original" | |
| "alias": "plain" |
I suggest you take a look at Example-of-Submitting-Icons-to-the-Repository and Updating the devicon.json to see why it should be like this.
| { | ||
| "name": "devicon", | ||
| "version": "2.15.0", | ||
| "version": "2.15.1", |
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.
You should reverse all the changes in package.json since they are not relevant for icon requests
| { | ||
| "name": "devicon", | ||
| "version": "2.15.0", | ||
| "version": "2.15.1", |
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.
You should reverse all the changes in package-lock.json since they are not relevant for icon requests
| "original", | ||
| "original-wordmark", | ||
| ], | ||
| "font": ["original"] |
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.
| "font": ["original"] | |
| "font": [ | |
| "original", | |
| "original-wordmark" | |
| ] |
|
|
||
| }, | ||
| { | ||
| "name": "vitejs", |
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.
| "name": "vitejs", | |
| "name": "vitejs", | |
| "altnames": [] |
|
@AcmeGamers Please read and implement the changes listed above when you have time |
|
Let us know if you need any help with the PR :) |
|
Stale and replaced by #1473 |
Double check these details before you open a PR
developbranch.devicon.jsonfile as seen hereThis PR closes NONE
This PR closes #1053
Link to prove your SVG is correct and up-to-date.
https://vitejs.dev/