From 68dc1c6666668005a3308b980ee90b90056637fc Mon Sep 17 00:00:00 2001 From: Kilian PAQUIER Date: Sun, 17 Jul 2022 16:56:02 +0200 Subject: [PATCH 1/3] new icon: capacitor (original, original-wordmark, plain, plain-wordmark) - fix #825 --- devicon.json | 21 +++++++++++++++++++ .../capacitor/capacitor-original-wordmark.svg | 9 ++++++++ icons/capacitor/capacitor-original.svg | 8 +++++++ icons/capacitor/capacitor-plain-wordmark.svg | 3 +++ icons/capacitor/capacitor-plain.svg | 3 +++ 5 files changed, 44 insertions(+) create mode 100644 icons/capacitor/capacitor-original-wordmark.svg create mode 100644 icons/capacitor/capacitor-original.svg create mode 100644 icons/capacitor/capacitor-plain-wordmark.svg create mode 100644 icons/capacitor/capacitor-plain.svg diff --git a/devicon.json b/devicon.json index 953b9f1b0..b86165226 100644 --- a/devicon.json +++ b/devicon.json @@ -7287,6 +7287,27 @@ "color": "#2c2255", "aliases": [] }, + { + "name": "capacitor", + "altnames": [], + "tags": [ + "ionic", + "framework", + "universal" + ], + "versions": { + "svg": [ + "original", + "original-wordmark" + ], + "font": [ + "plain", + "plain-wordmark" + ] + }, + "color": "#53B9FF", + "aliases": [] + }, { "name": "kibana", "altnames": [], diff --git a/icons/capacitor/capacitor-original-wordmark.svg b/icons/capacitor/capacitor-original-wordmark.svg new file mode 100644 index 000000000..e666f9d68 --- /dev/null +++ b/icons/capacitor/capacitor-original-wordmark.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/capacitor/capacitor-original.svg b/icons/capacitor/capacitor-original.svg new file mode 100644 index 000000000..1cd1f5b51 --- /dev/null +++ b/icons/capacitor/capacitor-original.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/capacitor/capacitor-plain-wordmark.svg b/icons/capacitor/capacitor-plain-wordmark.svg new file mode 100644 index 000000000..d5db54393 --- /dev/null +++ b/icons/capacitor/capacitor-plain-wordmark.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/capacitor/capacitor-plain.svg b/icons/capacitor/capacitor-plain.svg new file mode 100644 index 000000000..9dc9c5f4e --- /dev/null +++ b/icons/capacitor/capacitor-plain.svg @@ -0,0 +1,3 @@ + + + From 2961a4b709335c7763e2301c8db43e8094b2de6b Mon Sep 17 00:00:00 2001 From: kilian-paquier <107955904+kilian-paquier@users.noreply.github.com> Date: Sat, 23 Jul 2022 23:44:22 +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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devicon.json b/devicon.json index b86165226..a550f857c 100644 --- a/devicon.json +++ b/devicon.json @@ -7291,6 +7291,8 @@ "name": "capacitor", "altnames": [], "tags": [ + "javascript", + "js", "ionic", "framework", "universal" From cd90fcad280af026745c7b3b53f4eafb20ae823b Mon Sep 17 00:00:00 2001 From: kilian-paquier <107955904+kilian-paquier@users.noreply.github.com> Date: Sat, 23 Jul 2022 23:44:27 +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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devicon.json b/devicon.json index a550f857c..55a615b73 100644 --- a/devicon.json +++ b/devicon.json @@ -7289,7 +7289,9 @@ }, { "name": "capacitor", - "altnames": [], + "altnames": [ + "capacitorjs" + ], "tags": [ "javascript", "js",