From 838bd514fffc1b454b7b5ad10bd31184e481947b Mon Sep 17 00:00:00 2001 From: Ansh Singh Sonkhia <110414565+AnshSinghSonkhia@users.noreply.github.com> Date: Sat, 27 Jan 2024 19:51:04 +0530 Subject: [PATCH 01/10] Create a --- icons/filamentphp/a | 1 + 1 file changed, 1 insertion(+) create mode 100644 icons/filamentphp/a diff --git a/icons/filamentphp/a b/icons/filamentphp/a new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/icons/filamentphp/a @@ -0,0 +1 @@ + From d3d2bb20d561e8dcf1d2db4414bbea98104a3caf Mon Sep 17 00:00:00 2001 From: Ansh Singh Sonkhia <110414565+AnshSinghSonkhia@users.noreply.github.com> Date: Sat, 27 Jan 2024 19:51:38 +0530 Subject: [PATCH 02/10] Added Icon: filamentphp (Plain-wordmark) --- icons/filamentphp/filamentphp-plain-wordmark.svg | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 icons/filamentphp/filamentphp-plain-wordmark.svg diff --git a/icons/filamentphp/filamentphp-plain-wordmark.svg b/icons/filamentphp/filamentphp-plain-wordmark.svg new file mode 100644 index 000000000..c39a5a333 --- /dev/null +++ b/icons/filamentphp/filamentphp-plain-wordmark.svg @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file From 917bbe2674545573ed92444ba714e9183ed5d2db Mon Sep 17 00:00:00 2001 From: Ansh Singh Sonkhia <110414565+AnshSinghSonkhia@users.noreply.github.com> Date: Sat, 27 Jan 2024 19:52:29 +0530 Subject: [PATCH 03/10] Removed test file --- icons/filamentphp/a | 1 - 1 file changed, 1 deletion(-) delete mode 100644 icons/filamentphp/a diff --git a/icons/filamentphp/a b/icons/filamentphp/a deleted file mode 100644 index 8b1378917..000000000 --- a/icons/filamentphp/a +++ /dev/null @@ -1 +0,0 @@ - From 916d39bb50a62ada4cd26ab9c189fce8a5fa5157 Mon Sep 17 00:00:00 2001 From: Ansh Singh Sonkhia <110414565+AnshSinghSonkhia@users.noreply.github.com> Date: Mon, 29 Jan 2024 22:19:30 +0530 Subject: [PATCH 04/10] Update devicon.json with filamentphp icon --- devicon.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/devicon.json b/devicon.json index 3f7bed210..d2964ad0a 100644 --- a/devicon.json +++ b/devicon.json @@ -1536,6 +1536,23 @@ "color": "#f24e1e", "aliases": [] }, + { + "name": "filamentphp", + "tags": [ + "framework", + "laravel" + ], + "versions": { + "svg": [ + "plain-wordmark", + ], + "font": [ + "plain-wordmark" + ] + }, + "color": "#000000", + "aliases": [] + }, { "name": "filezilla", "tags": [ From c53adc1b044e3592046dee4943fea9f6e42e196e Mon Sep 17 00:00:00 2001 From: Ansh Singh Sonkhia <110414565+AnshSinghSonkhia@users.noreply.github.com> Date: Fri, 8 Mar 2024 10:42:03 +0530 Subject: [PATCH 05/10] Updated: devicon.json with aliases --- devicon.json | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/devicon.json b/devicon.json index 8727501c4..a2fcb1fcd 100644 --- a/devicon.json +++ b/devicon.json @@ -3153,14 +3153,23 @@ ], "versions": { "svg": [ - "plain-wordmark", + "original" ], "font": [ - "plain-wordmark" + "original" ] }, "color": "#000000", - "aliases": [] + "aliases": [ + { + "base": "original", + "alias": [ + "original-wordmark", + "plain", + "plain-wordmark" + ] + } + ] }, { "name": "filezilla", From 85422d9c014cc56fcdd923b2deec3595c2010fd2 Mon Sep 17 00:00:00 2001 From: Ansh Singh Sonkhia <110414565+AnshSinghSonkhia@users.noreply.github.com> Date: Fri, 8 Mar 2024 10:59:20 +0530 Subject: [PATCH 06/10] Optimized & Rename: filamentphp-original.svg using InkScape, SVGOMG, SVGviewer --- icons/filamentphp/filamentphp-original.svg | 1 + icons/filamentphp/filamentphp-plain-wordmark.svg | 10 ---------- 2 files changed, 1 insertion(+), 10 deletions(-) create mode 100644 icons/filamentphp/filamentphp-original.svg delete mode 100644 icons/filamentphp/filamentphp-plain-wordmark.svg diff --git a/icons/filamentphp/filamentphp-original.svg b/icons/filamentphp/filamentphp-original.svg new file mode 100644 index 000000000..c13bf024e --- /dev/null +++ b/icons/filamentphp/filamentphp-original.svg @@ -0,0 +1 @@ + diff --git a/icons/filamentphp/filamentphp-plain-wordmark.svg b/icons/filamentphp/filamentphp-plain-wordmark.svg deleted file mode 100644 index c39a5a333..000000000 --- a/icons/filamentphp/filamentphp-plain-wordmark.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file From 2a9e5322d42e9e77bf366ee00d9ca653fded2dde Mon Sep 17 00:00:00 2001 From: Ansh Singh Sonkhia <110414565+AnshSinghSonkhia@users.noreply.github.com> Date: Fri, 8 Mar 2024 11:59:25 +0530 Subject: [PATCH 07/10] Updated aliases in devicon.json --- devicon.json | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/devicon.json b/devicon.json index a2fcb1fcd..e50bb6419 100644 --- a/devicon.json +++ b/devicon.json @@ -3163,12 +3163,16 @@ "aliases": [ { "base": "original", - "alias": [ - "original-wordmark", - "plain", - "plain-wordmark" - ] - } + "alias": "original-wordmark" + }, + { + "base": "original", + "alias": "plain" + }, + { + "base": "original", + "alias": "plain-wordmark" + } ] }, { From df93a5936887b235004b0d95f4e1c6f365ddf279 Mon Sep 17 00:00:00 2001 From: Ansh Singh Sonkhia <110414565+AnshSinghSonkhia@users.noreply.github.com> Date: Fri, 8 Mar 2024 12:56:56 +0530 Subject: [PATCH 08/10] Removed unnecessary fill & class tags Removed: fill="currentColor", class="transition duration-300 will-change-transform group-hover/filament:-translate-x-[1.2rem] motion-reduce:transition-none" --- icons/filamentphp/filamentphp-original.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/filamentphp/filamentphp-original.svg b/icons/filamentphp/filamentphp-original.svg index c13bf024e..dd3231d5c 100644 --- a/icons/filamentphp/filamentphp-original.svg +++ b/icons/filamentphp/filamentphp-original.svg @@ -1 +1 @@ - + From e3176629afa32700d5bc980fb61a1f519b518590 Mon Sep 17 00:00:00 2001 From: Alex Canales <49886351+canaleal@users.noreply.github.com> Date: Fri, 8 Mar 2024 19:38:25 -0500 Subject: [PATCH 09/10] Added emptry altnames to devicon.json --- devicon.json | 1 + 1 file changed, 1 insertion(+) diff --git a/devicon.json b/devicon.json index e50bb6419..bc54cc185 100644 --- a/devicon.json +++ b/devicon.json @@ -3147,6 +3147,7 @@ }, { "name": "filamentphp", + "altnames": [], "tags": [ "framework", "laravel" From fb55c929926e96debf27df07adfdc24ad65389a6 Mon Sep 17 00:00:00 2001 From: Alex Canales <49886351+canaleal@users.noreply.github.com> Date: Fri, 8 Mar 2024 19:52:55 -0500 Subject: [PATCH 10/10] Updated filamentphp-original.svg to get rid of icomoon line artifacts. --- icons/filamentphp/filamentphp-original.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/filamentphp/filamentphp-original.svg b/icons/filamentphp/filamentphp-original.svg index dd3231d5c..fc65d8bce 100644 --- a/icons/filamentphp/filamentphp-original.svg +++ b/icons/filamentphp/filamentphp-original.svg @@ -1 +1 @@ - +