From 8db9276661f987f02d973953f9e46a2e8a1e0277 Mon Sep 17 00:00:00 2001 From: sameemul-haque <110324374+sameemul-haque@users.noreply.github.com> Date: Sun, 23 Jul 2023 14:55:15 +0530 Subject: [PATCH 01/16] new icon: jetpackcompose --- devicon.json | 20 ++++++++++++ .../jetpackcompose-original-wordmark.svg | 32 +++++++++++++++++++ .../jetpackcompose-original.svg | 24 ++++++++++++++ 3 files changed, 76 insertions(+) create mode 100644 icons/jetpackcompose/jetpackcompose-original-wordmark.svg create mode 100644 icons/jetpackcompose/jetpackcompose-original.svg diff --git a/devicon.json b/devicon.json index dc3b8ce95..151cb4566 100644 --- a/devicon.json +++ b/devicon.json @@ -4684,6 +4684,26 @@ }, "color": "#FDCC21", "aliases": [] + },{ + "name": "jetpackcompose", + + "altnames": ["jetpack","compose"], + + "tags": "language", + + "versions": { + + "svg": ["original", + "original-wordmark"], + + + "font":["original", + "original-wordmark"] + }, + + "color": "#3DDC84", + + "aliases": [] }, { "name": "jira", diff --git a/icons/jetpackcompose/jetpackcompose-original-wordmark.svg b/icons/jetpackcompose/jetpackcompose-original-wordmark.svg new file mode 100644 index 000000000..fb01e4c5f --- /dev/null +++ b/icons/jetpackcompose/jetpackcompose-original-wordmark.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/jetpackcompose/jetpackcompose-original.svg b/icons/jetpackcompose/jetpackcompose-original.svg new file mode 100644 index 000000000..0776dadd2 --- /dev/null +++ b/icons/jetpackcompose/jetpackcompose-original.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + From b92d709deedcdf3fcc87a4d74dec594aa1a8e393 Mon Sep 17 00:00:00 2001 From: sameemul-haque <110324374+sameemul-haque@users.noreply.github.com> Date: Mon, 24 Jul 2023 08:35:52 +0530 Subject: [PATCH 02/16] added plain and line icon, updated json --- devicon.json | 16 ++++++++++++---- .../jetpackcompose-line-wordmark.svg | 4 ++++ icons/jetpackcompose/jetpackcompose-line.svg | 3 +++ .../jetpackcompose-plain-wordmark.svg | 4 ++++ icons/jetpackcompose/jetpackcompose-plain.svg | 3 +++ 5 files changed, 26 insertions(+), 4 deletions(-) create mode 100644 icons/jetpackcompose/jetpackcompose-line-wordmark.svg create mode 100644 icons/jetpackcompose/jetpackcompose-line.svg create mode 100644 icons/jetpackcompose/jetpackcompose-plain-wordmark.svg create mode 100644 icons/jetpackcompose/jetpackcompose-plain.svg diff --git a/devicon.json b/devicon.json index 151cb4566..755c13fc1 100644 --- a/devicon.json +++ b/devicon.json @@ -4689,19 +4689,27 @@ "altnames": ["jetpack","compose"], - "tags": "language", + "tags": ["framework","language","kotlin"], "versions": { "svg": ["original", - "original-wordmark"], + "original-wordmark", + "plain", + "plain-wordmark", + "line", + "line-wordmark"], "font":["original", - "original-wordmark"] + "original-wordmark", + "plain", + "plain-wordmark", + "line", + "line-wordmark"] }, - "color": "#3DDC84", + "color": "#4285F4", "aliases": [] }, diff --git a/icons/jetpackcompose/jetpackcompose-line-wordmark.svg b/icons/jetpackcompose/jetpackcompose-line-wordmark.svg new file mode 100644 index 000000000..e11bdc6a5 --- /dev/null +++ b/icons/jetpackcompose/jetpackcompose-line-wordmark.svg @@ -0,0 +1,4 @@ + + + + diff --git a/icons/jetpackcompose/jetpackcompose-line.svg b/icons/jetpackcompose/jetpackcompose-line.svg new file mode 100644 index 000000000..71b20c601 --- /dev/null +++ b/icons/jetpackcompose/jetpackcompose-line.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/jetpackcompose/jetpackcompose-plain-wordmark.svg b/icons/jetpackcompose/jetpackcompose-plain-wordmark.svg new file mode 100644 index 000000000..9d60cb655 --- /dev/null +++ b/icons/jetpackcompose/jetpackcompose-plain-wordmark.svg @@ -0,0 +1,4 @@ + + + + diff --git a/icons/jetpackcompose/jetpackcompose-plain.svg b/icons/jetpackcompose/jetpackcompose-plain.svg new file mode 100644 index 000000000..3b0f83492 --- /dev/null +++ b/icons/jetpackcompose/jetpackcompose-plain.svg @@ -0,0 +1,3 @@ + + + From ed1c72546485540c2dbb362335061b67c97f6f61 Mon Sep 17 00:00:00 2001 From: sameemul-haque <110324374+sameemul-haque@users.noreply.github.com> Date: Mon, 24 Jul 2023 15:53:16 +0530 Subject: [PATCH 03/16] updated line icons and updated json - added tag android --- devicon.json | 2 +- icons/jetpackcompose/jetpackcompose-line-wordmark.svg | 9 +++++++-- icons/jetpackcompose/jetpackcompose-line.svg | 7 ++++++- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/devicon.json b/devicon.json index 755c13fc1..419d6691e 100644 --- a/devicon.json +++ b/devicon.json @@ -4689,7 +4689,7 @@ "altnames": ["jetpack","compose"], - "tags": ["framework","language","kotlin"], + "tags": ["framework","language","kotlin","android"], "versions": { diff --git a/icons/jetpackcompose/jetpackcompose-line-wordmark.svg b/icons/jetpackcompose/jetpackcompose-line-wordmark.svg index e11bdc6a5..f824be635 100644 --- a/icons/jetpackcompose/jetpackcompose-line-wordmark.svg +++ b/icons/jetpackcompose/jetpackcompose-line-wordmark.svg @@ -1,4 +1,9 @@ - - + + + + + + + diff --git a/icons/jetpackcompose/jetpackcompose-line.svg b/icons/jetpackcompose/jetpackcompose-line.svg index 71b20c601..26b9db495 100644 --- a/icons/jetpackcompose/jetpackcompose-line.svg +++ b/icons/jetpackcompose/jetpackcompose-line.svg @@ -1,3 +1,8 @@ - + + + + + + From 94dc8e216b3a92d9fd9ab76b98eee95f559d9bcd Mon Sep 17 00:00:00 2001 From: sameemul-haque <110324374+sameemul-haque@users.noreply.github.com> Date: Tue, 25 Jul 2023 09:01:28 +0530 Subject: [PATCH 04/16] updated devicon.json - corrected indentation --- devicon.json | 58 +++++++++++++++++++++++++++------------------------- 1 file changed, 30 insertions(+), 28 deletions(-) diff --git a/devicon.json b/devicon.json index 419d6691e..d5131be5e 100644 --- a/devicon.json +++ b/devicon.json @@ -4684,34 +4684,36 @@ }, "color": "#FDCC21", "aliases": [] - },{ - "name": "jetpackcompose", - - "altnames": ["jetpack","compose"], - - "tags": ["framework","language","kotlin","android"], - - "versions": { - - "svg": ["original", - "original-wordmark", - "plain", - "plain-wordmark", - "line", - "line-wordmark"], - - - "font":["original", - "original-wordmark", - "plain", - "plain-wordmark", - "line", - "line-wordmark"] - }, - - "color": "#4285F4", - - "aliases": [] + }, + { + "name": "jetpackcompose", + "altnames": [ + "jetpack", + "compose" + ], + "tags": [ + "framework", + "language", + "kotlin", + "android" + ], + "versions": { + "svg": [ + "original", + "original-wordmark", + "plain", + "plain-wordmark", + "line", + "line-wordmark" + ], + "font": [ + "original", + "plain", + "line" + ] + }, + "color": "#4285f4", + "aliases": [] }, { "name": "jira", From 884764a0ec94188b38396c87f6f313e8561d7e70 Mon Sep 17 00:00:00 2001 From: Sameemul Haque <110324374+sameemul-haque@users.noreply.github.com> Date: Thu, 27 Jul 2023 05:32:25 +0530 Subject: [PATCH 05/16] Update devicon.json Co-authored-by: David Leal --- devicon.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devicon.json b/devicon.json index d5131be5e..90dd809c7 100644 --- a/devicon.json +++ b/devicon.json @@ -4707,9 +4707,10 @@ "line-wordmark" ], "font": [ - "original", + "plain-wordmark", "plain", - "line" + "line", + "line-wordmark" ] }, "color": "#4285f4", From ea59c36046db753c6fe115cdca10ba79c2157675 Mon Sep 17 00:00:00 2001 From: Sameemul Haque <110324374+sameemul-haque@users.noreply.github.com> Date: Sat, 21 Oct 2023 22:24:24 +0530 Subject: [PATCH 06/16] 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 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/devicon.json b/devicon.json index 90dd809c7..9dc46442f 100644 --- a/devicon.json +++ b/devicon.json @@ -4687,10 +4687,7 @@ }, { "name": "jetpackcompose", - "altnames": [ - "jetpack", - "compose" - ], + "altnames": [], "tags": [ "framework", "language", From a863139fbc9892852eaa83a90e2a160c1a78ab39 Mon Sep 17 00:00:00 2001 From: sameemul-haque Date: Sun, 22 Oct 2023 00:16:50 +0530 Subject: [PATCH 07/16] update icons --- .../jetpackcompose-line-wordmark.svg | 10 +----- icons/jetpackcompose/jetpackcompose-line.svg | 9 +---- .../jetpackcompose-original-wordmark.svg | 33 +------------------ .../jetpackcompose-original.svg | 25 +------------- .../jetpackcompose-plain-wordmark.svg | 5 +-- icons/jetpackcompose/jetpackcompose-plain.svg | 4 +-- 6 files changed, 6 insertions(+), 80 deletions(-) diff --git a/icons/jetpackcompose/jetpackcompose-line-wordmark.svg b/icons/jetpackcompose/jetpackcompose-line-wordmark.svg index f824be635..7775f0540 100644 --- a/icons/jetpackcompose/jetpackcompose-line-wordmark.svg +++ b/icons/jetpackcompose/jetpackcompose-line-wordmark.svg @@ -1,9 +1 @@ - - - - - - - - - + \ No newline at end of file diff --git a/icons/jetpackcompose/jetpackcompose-line.svg b/icons/jetpackcompose/jetpackcompose-line.svg index 26b9db495..e602ed42a 100644 --- a/icons/jetpackcompose/jetpackcompose-line.svg +++ b/icons/jetpackcompose/jetpackcompose-line.svg @@ -1,8 +1 @@ - - - - - - - - + \ No newline at end of file diff --git a/icons/jetpackcompose/jetpackcompose-original-wordmark.svg b/icons/jetpackcompose/jetpackcompose-original-wordmark.svg index fb01e4c5f..c99f7905c 100644 --- a/icons/jetpackcompose/jetpackcompose-original-wordmark.svg +++ b/icons/jetpackcompose/jetpackcompose-original-wordmark.svg @@ -1,32 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/icons/jetpackcompose/jetpackcompose-original.svg b/icons/jetpackcompose/jetpackcompose-original.svg index 0776dadd2..2f45d0cf4 100644 --- a/icons/jetpackcompose/jetpackcompose-original.svg +++ b/icons/jetpackcompose/jetpackcompose-original.svg @@ -1,24 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/icons/jetpackcompose/jetpackcompose-plain-wordmark.svg b/icons/jetpackcompose/jetpackcompose-plain-wordmark.svg index 9d60cb655..a9cef921b 100644 --- a/icons/jetpackcompose/jetpackcompose-plain-wordmark.svg +++ b/icons/jetpackcompose/jetpackcompose-plain-wordmark.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/icons/jetpackcompose/jetpackcompose-plain.svg b/icons/jetpackcompose/jetpackcompose-plain.svg index 3b0f83492..317d0ccf7 100644 --- a/icons/jetpackcompose/jetpackcompose-plain.svg +++ b/icons/jetpackcompose/jetpackcompose-plain.svg @@ -1,3 +1 @@ - - - + \ No newline at end of file From be4c37805812cb0e7a714b243cc4aef076747768 Mon Sep 17 00:00:00 2001 From: sameemul-haque Date: Sun, 22 Oct 2023 11:18:20 +0530 Subject: [PATCH 08/16] update icon line-wordmark --- icons/jetpackcompose/jetpackcompose-line-wordmark.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/jetpackcompose/jetpackcompose-line-wordmark.svg b/icons/jetpackcompose/jetpackcompose-line-wordmark.svg index 7775f0540..ea089b375 100644 --- a/icons/jetpackcompose/jetpackcompose-line-wordmark.svg +++ b/icons/jetpackcompose/jetpackcompose-line-wordmark.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file From 8c67d84cf6faf9a9db002ae77e9132babd4139c7 Mon Sep 17 00:00:00 2001 From: sameemul-haque Date: Sun, 22 Oct 2023 12:42:04 +0530 Subject: [PATCH 09/16] update plain icon --- icons/jetpackcompose/jetpackcompose-plain-wordmark.svg | 2 +- icons/jetpackcompose/jetpackcompose-plain.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/icons/jetpackcompose/jetpackcompose-plain-wordmark.svg b/icons/jetpackcompose/jetpackcompose-plain-wordmark.svg index a9cef921b..f6ae50bdf 100644 --- a/icons/jetpackcompose/jetpackcompose-plain-wordmark.svg +++ b/icons/jetpackcompose/jetpackcompose-plain-wordmark.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/jetpackcompose/jetpackcompose-plain.svg b/icons/jetpackcompose/jetpackcompose-plain.svg index 317d0ccf7..e0e9fcd29 100644 --- a/icons/jetpackcompose/jetpackcompose-plain.svg +++ b/icons/jetpackcompose/jetpackcompose-plain.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file From 7aaa31f14779e6d5b7e3e4c0d79d2bd44d78a402 Mon Sep 17 00:00:00 2001 From: sameemul-haque Date: Sun, 22 Oct 2023 18:30:05 +0530 Subject: [PATCH 10/16] update plain and plain-wordmark icons --- icons/jetpackcompose/jetpackcompose-plain-wordmark.svg | 2 +- icons/jetpackcompose/jetpackcompose-plain.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/icons/jetpackcompose/jetpackcompose-plain-wordmark.svg b/icons/jetpackcompose/jetpackcompose-plain-wordmark.svg index f6ae50bdf..e91808634 100644 --- a/icons/jetpackcompose/jetpackcompose-plain-wordmark.svg +++ b/icons/jetpackcompose/jetpackcompose-plain-wordmark.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/jetpackcompose/jetpackcompose-plain.svg b/icons/jetpackcompose/jetpackcompose-plain.svg index e0e9fcd29..7da84ed1f 100644 --- a/icons/jetpackcompose/jetpackcompose-plain.svg +++ b/icons/jetpackcompose/jetpackcompose-plain.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file From 01120c9b7154e5452150cc0751c3433210d65366 Mon Sep 17 00:00:00 2001 From: Sameemul Haque <110324374+sameemul-haque@users.noreply.github.com> Date: Mon, 23 Oct 2023 20:41:42 +0530 Subject: [PATCH 11/16] Update icons/jetpackcompose/jetpackcompose-line-wordmark.svg Co-authored-by: Patrik Wehrli --- icons/jetpackcompose/jetpackcompose-line-wordmark.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/jetpackcompose/jetpackcompose-line-wordmark.svg b/icons/jetpackcompose/jetpackcompose-line-wordmark.svg index ea089b375..d2b4e114d 100644 --- a/icons/jetpackcompose/jetpackcompose-line-wordmark.svg +++ b/icons/jetpackcompose/jetpackcompose-line-wordmark.svg @@ -1 +1 @@ - \ No newline at end of file + From 71e0947c93b13876a13669359007b5eeaadbff07 Mon Sep 17 00:00:00 2001 From: Sameemul Haque <110324374+sameemul-haque@users.noreply.github.com> Date: Mon, 23 Oct 2023 20:42:10 +0530 Subject: [PATCH 12/16] Update icons/jetpackcompose/jetpackcompose-line.svg Co-authored-by: Patrik Wehrli --- icons/jetpackcompose/jetpackcompose-line.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/jetpackcompose/jetpackcompose-line.svg b/icons/jetpackcompose/jetpackcompose-line.svg index e602ed42a..b4328b639 100644 --- a/icons/jetpackcompose/jetpackcompose-line.svg +++ b/icons/jetpackcompose/jetpackcompose-line.svg @@ -1 +1 @@ - \ No newline at end of file + From d9391eed4e7db8c4baa628364ca9007f6f78f133 Mon Sep 17 00:00:00 2001 From: Sameemul Haque <110324374+sameemul-haque@users.noreply.github.com> Date: Mon, 23 Oct 2023 20:42:32 +0530 Subject: [PATCH 13/16] Update icons/jetpackcompose/jetpackcompose-original-wordmark.svg Co-authored-by: Patrik Wehrli --- icons/jetpackcompose/jetpackcompose-original-wordmark.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/jetpackcompose/jetpackcompose-original-wordmark.svg b/icons/jetpackcompose/jetpackcompose-original-wordmark.svg index c99f7905c..1a2fcd5cd 100644 --- a/icons/jetpackcompose/jetpackcompose-original-wordmark.svg +++ b/icons/jetpackcompose/jetpackcompose-original-wordmark.svg @@ -1 +1 @@ - \ No newline at end of file + From 0885188d06784c84b625dfc48b9432e0c7300b60 Mon Sep 17 00:00:00 2001 From: Sameemul Haque <110324374+sameemul-haque@users.noreply.github.com> Date: Mon, 23 Oct 2023 20:42:46 +0530 Subject: [PATCH 14/16] Update icons/jetpackcompose/jetpackcompose-original.svg Co-authored-by: Patrik Wehrli --- icons/jetpackcompose/jetpackcompose-original.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/jetpackcompose/jetpackcompose-original.svg b/icons/jetpackcompose/jetpackcompose-original.svg index 2f45d0cf4..86f77d601 100644 --- a/icons/jetpackcompose/jetpackcompose-original.svg +++ b/icons/jetpackcompose/jetpackcompose-original.svg @@ -1 +1 @@ - \ No newline at end of file + From ef6c75f47639e6cdddc784888e2a59fbfc9f98c8 Mon Sep 17 00:00:00 2001 From: Sameemul Haque <110324374+sameemul-haque@users.noreply.github.com> Date: Mon, 23 Oct 2023 20:43:01 +0530 Subject: [PATCH 15/16] Update icons/jetpackcompose/jetpackcompose-plain-wordmark.svg Co-authored-by: Patrik Wehrli --- icons/jetpackcompose/jetpackcompose-plain-wordmark.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/jetpackcompose/jetpackcompose-plain-wordmark.svg b/icons/jetpackcompose/jetpackcompose-plain-wordmark.svg index e91808634..5b7e6ecfc 100644 --- a/icons/jetpackcompose/jetpackcompose-plain-wordmark.svg +++ b/icons/jetpackcompose/jetpackcompose-plain-wordmark.svg @@ -1 +1 @@ - \ No newline at end of file + From 1272e66b2b5c2a53633cdc9d81a60568506a8a26 Mon Sep 17 00:00:00 2001 From: Sameemul Haque <110324374+sameemul-haque@users.noreply.github.com> Date: Mon, 23 Oct 2023 20:43:14 +0530 Subject: [PATCH 16/16] Update icons/jetpackcompose/jetpackcompose-plain.svg Co-authored-by: Patrik Wehrli --- icons/jetpackcompose/jetpackcompose-plain.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/jetpackcompose/jetpackcompose-plain.svg b/icons/jetpackcompose/jetpackcompose-plain.svg index 7da84ed1f..ca8e4bdb8 100644 --- a/icons/jetpackcompose/jetpackcompose-plain.svg +++ b/icons/jetpackcompose/jetpackcompose-plain.svg @@ -1 +1 @@ - \ No newline at end of file +