From e3410b4709ead868996064d3534e4b40ec87d40b Mon Sep 17 00:00:00 2001 From: Anton Kozhevnikov Date: Tue, 8 Sep 2026 08:28:57 +0500 Subject: [PATCH 1/5] feat: add googleappscript icon --- devicon.json | 18 ++++++++++++++++++ .../googleappscript-original.svg | 14 ++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 icons/googleappscript/googleappscript-original.svg diff --git a/devicon.json b/devicon.json index bd63e95a5..4bef7421f 100644 --- a/devicon.json +++ b/devicon.json @@ -5274,6 +5274,24 @@ } ] }, + { + "name": "googleappscript", + "altnames": [], + "tags": [ + "google", + "javascript", + "automation", + "cloud" + ], + "versions": { + "svg": [ + "original" + ], + "font": [] + }, + "color": "#F9AB00", + "aliases": [] + }, { "name": "googlecloud", "altnames": [], diff --git a/icons/googleappscript/googleappscript-original.svg b/icons/googleappscript/googleappscript-original.svg new file mode 100644 index 000000000..559b945b0 --- /dev/null +++ b/icons/googleappscript/googleappscript-original.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + From 8e678e2c8d33c6c7f16afffb92d6185185074d16 Mon Sep 17 00:00:00 2001 From: Anton Kozhevnikov Date: Wed, 9 Sep 2026 15:07:17 +0500 Subject: [PATCH 2/5] feat: add Apps Script alt name and optimize SVG --- devicon.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devicon.json b/devicon.json index 4bef7421f..ddc93a1f9 100644 --- a/devicon.json +++ b/devicon.json @@ -5276,7 +5276,9 @@ }, { "name": "googleappscript", - "altnames": [], + "altnames": [ + "Apps Script" + ], "tags": [ "google", "javascript", From 1d999c3300ca8309f0a55aaa73ef96f01678e48e Mon Sep 17 00:00:00 2001 From: Anton Kozhevnikov Date: Thu, 10 Sep 2026 08:35:15 +0500 Subject: [PATCH 3/5] fix: optimize icon googleappscript-original.svg Commit message: fix: optimize icon googleappscript-original.svg --- .../googleappscript/googleappscript-original.svg | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/icons/googleappscript/googleappscript-original.svg b/icons/googleappscript/googleappscript-original.svg index 559b945b0..2280c89af 100644 --- a/icons/googleappscript/googleappscript-original.svg +++ b/icons/googleappscript/googleappscript-original.svg @@ -1,14 +1 @@ - - - - - - - - - - - - - - + From 6ec6c213addb303c5bb0fe6ded9e908c474b9f77 Mon Sep 17 00:00:00 2001 From: Anton Kozhevnikov Date: Sat, 12 Sep 2026 12:27:24 +0500 Subject: [PATCH 4/5] feat: add plain icon and add plain to "svg" and "font" in devicon.json Commit message: feat: add plain icon and add plain to "svg" and "font" in devicon.json --- devicon.json | 9 ++++++--- icons/googleappscript/googleappscript-plain.svg | 1 + 2 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 icons/googleappscript/googleappscript-plain.svg diff --git a/devicon.json b/devicon.json index ddc93a1f9..6a692ef42 100644 --- a/devicon.json +++ b/devicon.json @@ -5287,9 +5287,12 @@ ], "versions": { "svg": [ - "original" + "original", + "plain" ], - "font": [] + "font": [ + "plain" + ] }, "color": "#F9AB00", "aliases": [] @@ -10118,7 +10121,7 @@ { "base": "original-wordmark", "alias": "plain-wordmark" - } + } ] }, { diff --git a/icons/googleappscript/googleappscript-plain.svg b/icons/googleappscript/googleappscript-plain.svg new file mode 100644 index 000000000..c9c486e3a --- /dev/null +++ b/icons/googleappscript/googleappscript-plain.svg @@ -0,0 +1 @@ + From 9a7313cfaf8ec167c597a362f2ccdeebbc67a3ed Mon Sep 17 00:00:00 2001 From: Antonio <73868413+aekozhevnikov@users.noreply.github.com> Date: Sat, 12 Sep 2026 12:49:20 +0500 Subject: [PATCH 5/5] fix: JSON formatting in devicon.json --- devicon.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devicon.json b/devicon.json index 6a692ef42..a63995090 100644 --- a/devicon.json +++ b/devicon.json @@ -10121,7 +10121,7 @@ { "base": "original-wordmark", "alias": "plain-wordmark" - } + } ] }, {