From 3801e8d45367907e9544024477e0f8c0848efb7d Mon Sep 17 00:00:00 2001 From: Yash Date: Fri, 31 Oct 2025 13:06:33 +0530 Subject: [PATCH 1/6] refactor: remove framermotion icon and add motion icon with updated attributes --- devicon.json | 63 +++++++++---------- .../framermotion-original-wordmark.svg | 1 - icons/framermotion/framermotion-original.svg | 1 - icons/motion/motion-original.svg | 1 + 4 files changed, 30 insertions(+), 36 deletions(-) delete mode 100644 icons/framermotion/framermotion-original-wordmark.svg delete mode 100644 icons/framermotion/framermotion-original.svg create mode 100644 icons/motion/motion-original.svg diff --git a/devicon.json b/devicon.json index 77ddd5802..5c9a706bd 100644 --- a/devicon.json +++ b/devicon.json @@ -4240,40 +4240,6 @@ "color": "#008cba", "aliases": [] }, - { - "name": "framermotion", - "altnames": [ - "framer-motion", - "framer" - ], - "tags": [ - "library", - "open-source", - "react", - "animation" - ], - "versions": { - "svg": [ - "original", - "original-wordmark" - ], - "font": [ - "original", - "original-wordmark" - ] - }, - "color": "#000", - "aliases": [ - { - "base": "original", - "alias": "plain" - }, - { - "base": "original-wordmark", - "alias": "plain-wordmark" - } - ] - }, { "name": "framework7", "altnames": [], @@ -7978,6 +7944,35 @@ }, "color": "#F7931E", "aliases": [] + }, + { + "name": "motion", + "altnames": [ + "framer-motion", + "framer", + "framermotion" + ], + "tags": [ + "library", + "open-source", + "reactjs", + "vuejs", + "js", + "animation" + ], + "versions": { + "svg": [ + "original", + "original-wordmark" + ] + }, + "color": "#000", + "aliases": [ + { + "base": "original", + "alias": "plain" + } + ] }, { "name": "msdos", diff --git a/icons/framermotion/framermotion-original-wordmark.svg b/icons/framermotion/framermotion-original-wordmark.svg deleted file mode 100644 index 1922b1318..000000000 --- a/icons/framermotion/framermotion-original-wordmark.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/icons/framermotion/framermotion-original.svg b/icons/framermotion/framermotion-original.svg deleted file mode 100644 index e4cb41e00..000000000 --- a/icons/framermotion/framermotion-original.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/icons/motion/motion-original.svg b/icons/motion/motion-original.svg new file mode 100644 index 000000000..2052cbd80 --- /dev/null +++ b/icons/motion/motion-original.svg @@ -0,0 +1 @@ + \ No newline at end of file From b1f01e6420af180c684e19d1f707dcc30aa6083d Mon Sep 17 00:00:00 2001 From: Yash Date: Fri, 31 Oct 2025 15:17:19 +0530 Subject: [PATCH 2/6] refactor: update versions in devicon.json to remove deprecated entries --- devicon.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devicon.json b/devicon.json index 5c9a706bd..ee191bf53 100644 --- a/devicon.json +++ b/devicon.json @@ -7962,8 +7962,9 @@ ], "versions": { "svg": [ - "original", - "original-wordmark" + "original" + ],"font": [ + "original" ] }, "color": "#000", From b7574bba7544e05661b32aea1b283985f2eb8e0e Mon Sep 17 00:00:00 2001 From: Patrik Wehrli Date: Wed, 12 Nov 2025 12:50:50 +0100 Subject: [PATCH 3/6] Add newline --- icons/motion/motion-original.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/motion/motion-original.svg b/icons/motion/motion-original.svg index 2052cbd80..a7f13a37c 100644 --- a/icons/motion/motion-original.svg +++ b/icons/motion/motion-original.svg @@ -1 +1 @@ - \ No newline at end of file + From cee7479159b587875838fdfb86e041142aef324e Mon Sep 17 00:00:00 2001 From: Patrik Wehrli Date: Wed, 12 Nov 2025 12:52:49 +0100 Subject: [PATCH 4/6] Fix JSON formatting in devicon.json --- devicon.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devicon.json b/devicon.json index ee191bf53..747114edc 100644 --- a/devicon.json +++ b/devicon.json @@ -7963,7 +7963,8 @@ "versions": { "svg": [ "original" - ],"font": [ + ], + "font": [ "original" ] }, From f038c8a704af19d38ee2e1847efe1c376879fe6f Mon Sep 17 00:00:00 2001 From: Patrik Wehrli Date: Wed, 26 Nov 2025 17:12:08 +0100 Subject: [PATCH 5/6] Fix devicon.json order --- devicon.json | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/devicon.json b/devicon.json index 320529ebc..3a8f48e2f 100644 --- a/devicon.json +++ b/devicon.json @@ -5389,26 +5389,6 @@ } ] }, - { - "name": "haproxy", - "altnames": [], - "tags": [ - "proxy", - "loadbalancer" - ], - "versions": { - "svg": [ - "original", - "original-wordmark" - ], - "font": [ - "plain", - "plain-wordmark" - ] - }, - "color": "#006da7", - "aliases": [] - }, { "name": "handlebars", "altnames": [ @@ -5443,6 +5423,26 @@ } ] }, + { + "name": "haproxy", + "altnames": [], + "tags": [ + "proxy", + "loadbalancer" + ], + "versions": { + "svg": [ + "original", + "original-wordmark" + ], + "font": [ + "plain", + "plain-wordmark" + ] + }, + "color": "#006da7", + "aliases": [] + }, { "name": "harbor", "altnames": [], From 7c6f8e4d304dec13be39a5bef1400474e8f6b509 Mon Sep 17 00:00:00 2001 From: Patrik Wehrli Date: Wed, 26 Nov 2025 17:13:03 +0100 Subject: [PATCH 6/6] Fix indent of motion object --- devicon.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devicon.json b/devicon.json index 3a8f48e2f..59b345209 100644 --- a/devicon.json +++ b/devicon.json @@ -8291,7 +8291,7 @@ "color": "#F7931E", "aliases": [] }, - { + { "name": "motion", "altnames": [ "framer-motion",