new icon: googleappscript (original) - #2750
Open
aekozhevnikov wants to merge 6 commits into
Open
Conversation
aekozhevnikov
force-pushed
the
icon-googleappscript-pr
branch
3 times, most recently
from
September 8, 2026 04:32
73f3b9f to
bc4e2bb
Compare
aekozhevnikov
force-pushed
the
icon-googleappscript-pr
branch
from
September 8, 2026 04:51
bc4e2bb to
e3410b4
Compare
Yashh56
suggested changes
Sep 8, 2026
aekozhevnikov
force-pushed
the
icon-googleappscript-pr
branch
from
September 9, 2026 10:07
45b046b to
8e678e2
Compare
Commit message: fix: optimize icon googleappscript-original.svg
Member
|
The changes are good but there are multiple paths in the original SVG file. So please add a plain icon SVG as well. Follow this guide |
Member
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path d="M107.7 18.848c-5.703-.072-11.03 3.536-12.888 9.246l-7.804 24.021-7.805-24.02c-2.285-7.027-9.828-10.87-16.855-8.585-7.024 2.28-10.868 9.826-8.586 16.85l7.963 24.507L40.918 45.75c-5.977-4.343-14.34-3.02-18.68 2.957-4.343 5.977-3.02 14.34 2.957 18.684l20.422 14.836h-25.36c-7.386 0-13.374 5.989-13.374 13.375s5.988 13.375 13.375 13.375h65.361a13.37 13.37 0 0 0 11.014-4.19 13.43 13.43 0 0 0 3.426-6.275l20.195-62.153c2.28-7.027-1.563-14.57-8.586-16.855a13.4 13.4 0 0 0-3.969-.656m-.032 6.449a6.675 6.675 0 0 1 6.676 6.676 6.675 6.675 0 0 1-6.676 6.675 6.675 6.675 0 0 1-6.676-6.675 6.675 6.675 0 0 1 6.676-6.676m-41.207.348a6.675 6.675 0 0 1 6.676 6.675 6.675 6.675 0 0 1-6.676 6.676 6.675 6.675 0 0 1-6.676-6.676 6.675 6.675 0 0 1 6.676-6.675M32.859 49.684a6.675 6.675 0 0 1 6.676 6.675 6.675 6.675 0 0 1-6.676 6.676 6.675 6.675 0 0 1-6.675-6.676 6.675 6.675 0 0 1 6.675-6.675m54.196 39.05a6.675 6.675 0 0 1 6.675 6.676 6.675 6.675 0 0 1-6.675 6.676 6.675 6.675 0 0 1-6.676-6.676 6.675 6.675 0 0 1 6.676-6.676m-66.715.243a6.674 6.674 0 0 1 6.676 6.671 6.675 6.675 0 0 1-6.676 6.676 6.674 6.674 0 1 1 0-13.347"/></svg>Use this for plain SVG and update the |
added 3 commits
September 11, 2026 00:37
Commit message: feat: add icon googleappscript-plain.svg
Commit message: feat: add plain to "svg" devicon.json
Commit message: feat: update "fonts" for googleappscript icon in devicon.json
Yashh56
suggested changes
Sep 11, 2026
Comment on lines
+1
to
+3
| <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"> | ||
| <path d="M107.7 18.848c-5.703-.072-11.03 3.536-12.888 9.246l-7.804 24.021-7.805-24.02c-2.285-7.027-9.828-10.87-16.855-8.585-7.024 2.28-10.868 9.826-8.586 16.85l7.963 24.507L40.918 45.75c-5.977-4.343-14.34-3.02-18.68 2.957-4.343 5.977-3.02 14.34 2.957 18.684l20.422 14.836h-25.36c-7.386 0-13.374 5.989-13.374 13.375s5.988 13.375 13.375 13.375h65.361a13.37 13.37 0 0 0 11.014-4.19 13.43 13.43 0 0 0 3.426-6.275l20.195-62.153c2.28-7.027-1.563-14.57-8.586-16.855a13.4 13.4 0 0 0-3.969-.656m-.032 6.449a6.675 6.675 0 0 1 6.676 6.676 6.675 6.675 0 0 1-6.676 6.675 6.675 6.675 0 0 1-6.676-6.675 6.675 6.675 0 0 1 6.676-6.676m-41.207.348a6.675 6.675 0 0 1 6.676 6.675 6.675 6.675 0 0 1-6.676 6.676 6.675 6.675 0 0 1-6.676-6.676 6.675 6.675 0 0 1 6.676-6.675M32.859 49.684a6.675 6.675 0 0 1 6.676 6.675 6.675 6.675 0 0 1-6.676 6.676 6.675 6.675 0 0 1-6.675-6.676 6.675 6.675 0 0 1 6.675-6.675m54.196 39.05a6.675 6.675 0 0 1 6.675 6.676 6.675 6.675 0 0 1-6.675 6.676 6.675 6.675 0 0 1-6.676-6.676 6.675 6.675 0 0 1 6.676-6.676m-66.715.243a6.674 6.674 0 0 1 6.676 6.671 6.675 6.675 0 0 1-6.676 6.676 6.674 6.674 0 1 1 0-13.347"/> | ||
| </svg> |
Member
There was a problem hiding this comment.
Please Make it in single line instead of 3 lines
| { | ||
| "base": "original-wordmark", | ||
| "alias": "plain-wordmark" | ||
| } |
Member
There was a problem hiding this comment.
Can You please undo these extra changes? Thanks.
| "base": "original-wordmark", | ||
| "alias": "plain-wordmark" | ||
| } | ||
| } |
Member
There was a problem hiding this comment.
Can You please undo these extra changes? Thanks.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the Google Apps Script icon to the devicons library. Google Apps Script is a cloud scripting platform provided by Google for end-to-end automation of G Suite applications.
What Changed
googleappscript-original.svgtoicons/googleappscript/devicon.jsonto include the googleappscript entryChangelog
References
Checklist
0 0 128 128viewbox