From e5451271836326596f3a6db6d5cf4396d622738f Mon Sep 17 00:00:00 2001 From: Kilian PAQUIER Date: Sun, 24 Jul 2022 11:00:46 +0200 Subject: [PATCH 1/3] new icon: lumen (original, plain) - fix #1272 #133 --- devicon.json | 24 ++++++++++++++++++++++++ icons/lumen/lumen-original.svg | 3 +++ 2 files changed, 27 insertions(+) create mode 100644 icons/lumen/lumen-original.svg diff --git a/devicon.json b/devicon.json index 4a3b42352..5746ec6e1 100644 --- a/devicon.json +++ b/devicon.json @@ -919,6 +919,30 @@ "color": "#AB710A", "aliases": [] }, + { + "name": "lumen", + "altnames": [], + "tags": [ + "laravel", + "php", + "framework" + ], + "versions": { + "svg": [ + "original" + ], + "font": [ + "original" + ] + }, + "color": "#e54537", + "aliases": [ + { + "base": "original", + "alias": "plain" + } + ] + }, { "name": "chrome", "altnames": [ diff --git a/icons/lumen/lumen-original.svg b/icons/lumen/lumen-original.svg new file mode 100644 index 000000000..cb4fbadcb --- /dev/null +++ b/icons/lumen/lumen-original.svg @@ -0,0 +1,3 @@ + + + From e946db63839ffe8d2856a10d6580ed54b69ca22d Mon Sep 17 00:00:00 2001 From: kilian-paquier <107955904+kilian-paquier@users.noreply.github.com> Date: Tue, 26 Jul 2022 08:33:54 +0200 Subject: [PATCH 2/3] Update devicon.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com> --- devicon.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devicon.json b/devicon.json index 5746ec6e1..ac1115577 100644 --- a/devicon.json +++ b/devicon.json @@ -925,7 +925,8 @@ "tags": [ "laravel", "php", - "framework" + "framework", + "micro-framework" ], "versions": { "svg": [ From 697e0d5f6937fec2bf72df31ff12ee2dece3c4fe Mon Sep 17 00:00:00 2001 From: kilian-paquier <107955904+kilian-paquier@users.noreply.github.com> Date: Tue, 26 Jul 2022 08:34:01 +0200 Subject: [PATCH 3/3] Update devicon.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com> --- devicon.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/devicon.json b/devicon.json index ac1115577..8ee9168d4 100644 --- a/devicon.json +++ b/devicon.json @@ -921,7 +921,12 @@ }, { "name": "lumen", - "altnames": [], + "altnames": [ + "Laravel Lumen", + "Lumen Laravel", + "Laravel Lumen Framework", + "laravel.lumen" + ], "tags": [ "laravel", "php",