From 0d488551347aa4ea295bb96f2c70f27403d8cb07 Mon Sep 17 00:00:00 2001 From: Kilian PAQUIER Date: Thu, 23 Jun 2022 22:28:36 +0200 Subject: [PATCH 1/7] new icon: hibernate (original, original-wordmark) --- devicon.json | 20 +++++++++++++++++++ .../hibernate/hibernate-original-wordmark.svg | 8 ++++++++ icons/hibernate/hibernate-original.svg | 4 ++++ 3 files changed, 32 insertions(+) create mode 100644 icons/hibernate/hibernate-original-wordmark.svg create mode 100644 icons/hibernate/hibernate-original.svg diff --git a/devicon.json b/devicon.json index d1c8830a3..14a2eda69 100644 --- a/devicon.json +++ b/devicon.json @@ -7170,5 +7170,25 @@ "alias":"plain" } ] + }, + { + "name": "hibernate", + "altnames": [], + "tags": [ + "database", + "framework" + ], + "versions": { + "svg": [ + "original", + "original-wordmark" + ], + "font": [ + "original", + "original-wordmark" + ] + }, + "color": "#BCAE79", + "aliases": [] } ] diff --git a/icons/hibernate/hibernate-original-wordmark.svg b/icons/hibernate/hibernate-original-wordmark.svg new file mode 100644 index 000000000..9de3e3bce --- /dev/null +++ b/icons/hibernate/hibernate-original-wordmark.svg @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/icons/hibernate/hibernate-original.svg b/icons/hibernate/hibernate-original.svg new file mode 100644 index 000000000..4947d08da --- /dev/null +++ b/icons/hibernate/hibernate-original.svg @@ -0,0 +1,4 @@ + + + + From 85d0c9e772d19273d1841496e563a97024b5274b Mon Sep 17 00:00:00 2001 From: Kilian PAQUIER Date: Mon, 27 Jun 2022 20:01:36 +0200 Subject: [PATCH 2/7] hibernate| added plain, plain-wordmark versions --- devicon.json | 10 ++++++---- icons/hibernate/hibernate-plain-wordmark.svg | 3 +++ icons/hibernate/hibernate-plain.svg | 3 +++ 3 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 icons/hibernate/hibernate-plain-wordmark.svg create mode 100644 icons/hibernate/hibernate-plain.svg diff --git a/devicon.json b/devicon.json index fb6b91847..ec56f8051 100644 --- a/devicon.json +++ b/devicon.json @@ -7206,14 +7206,16 @@ "versions": { "svg": [ "original", - "original-wordmark" + "original-wordmark", + "plain-wordmark", + "plain" ], "font": [ - "original", - "original-wordmark" + "plain", + "plain-wordmark" ] }, - "color": "#BCAE79", + "color": "#5a676d", "aliases": [] } ] diff --git a/icons/hibernate/hibernate-plain-wordmark.svg b/icons/hibernate/hibernate-plain-wordmark.svg new file mode 100644 index 000000000..d2703eb05 --- /dev/null +++ b/icons/hibernate/hibernate-plain-wordmark.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/icons/hibernate/hibernate-plain.svg b/icons/hibernate/hibernate-plain.svg new file mode 100644 index 000000000..4d1a775ab --- /dev/null +++ b/icons/hibernate/hibernate-plain.svg @@ -0,0 +1,3 @@ + + + From c4a527b78702bf382a058076162bb9b2c1aaad77 Mon Sep 17 00:00:00 2001 From: Kilian PAQUIER Date: Mon, 27 Jun 2022 20:09:50 +0200 Subject: [PATCH 3/7] hibernate| removed plain versions from svg --- devicon.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/devicon.json b/devicon.json index ec56f8051..7d1bf6194 100644 --- a/devicon.json +++ b/devicon.json @@ -7206,9 +7206,7 @@ "versions": { "svg": [ "original", - "original-wordmark", - "plain-wordmark", - "plain" + "original-wordmark" ], "font": [ "plain", From a27f3934e17c1dbda1eba27511dbf47f52601c6d Mon Sep 17 00:00:00 2001 From: Kilian PAQUIER Date: Mon, 27 Jun 2022 20:12:08 +0200 Subject: [PATCH 4/7] hibernate| changed primary color from hibernate logo --- devicon.json | 2 +- icons/hibernate/hibernate-plain-wordmark.svg | 2 +- icons/hibernate/hibernate-plain.svg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devicon.json b/devicon.json index 7d1bf6194..fe9c6a8cc 100644 --- a/devicon.json +++ b/devicon.json @@ -7213,7 +7213,7 @@ "plain-wordmark" ] }, - "color": "#5a676d", + "color": "#bcae79", "aliases": [] } ] diff --git a/icons/hibernate/hibernate-plain-wordmark.svg b/icons/hibernate/hibernate-plain-wordmark.svg index d2703eb05..d8bcb2b0a 100644 --- a/icons/hibernate/hibernate-plain-wordmark.svg +++ b/icons/hibernate/hibernate-plain-wordmark.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/hibernate/hibernate-plain.svg b/icons/hibernate/hibernate-plain.svg index 4d1a775ab..7846df64b 100644 --- a/icons/hibernate/hibernate-plain.svg +++ b/icons/hibernate/hibernate-plain.svg @@ -1,3 +1,3 @@ - + From 086cba246ad4fca08e64df5da41e2ac43078bbf4 Mon Sep 17 00:00:00 2001 From: Kilian PAQUIER Date: Mon, 27 Jun 2022 21:30:31 +0200 Subject: [PATCH 5/7] hibernate| optimize plain svg's --- icons/hibernate/hibernate-plain-wordmark.svg | 4 ++-- icons/hibernate/hibernate-plain.svg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/icons/hibernate/hibernate-plain-wordmark.svg b/icons/hibernate/hibernate-plain-wordmark.svg index d8bcb2b0a..0a80ae543 100644 --- a/icons/hibernate/hibernate-plain-wordmark.svg +++ b/icons/hibernate/hibernate-plain-wordmark.svg @@ -1,3 +1,3 @@ - - \ No newline at end of file + + diff --git a/icons/hibernate/hibernate-plain.svg b/icons/hibernate/hibernate-plain.svg index 7846df64b..17d96e7dd 100644 --- a/icons/hibernate/hibernate-plain.svg +++ b/icons/hibernate/hibernate-plain.svg @@ -1,3 +1,3 @@ - + From f590c1d94c3776e49173136f6db58dd86283fee2 Mon Sep 17 00:00:00 2001 From: Kilian PAQUIER Date: Sat, 6 Aug 2022 11:40:23 +0200 Subject: [PATCH 6/7] hibernate| moved object in devicon.json --- devicon.json | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/devicon.json b/devicon.json index d4634e842..aa26fb483 100644 --- a/devicon.json +++ b/devicon.json @@ -2807,6 +2807,26 @@ } ] }, + { + "name": "hibernate", + "altnames": [], + "tags": [ + "database", + "framework" + ], + "versions": { + "svg": [ + "original", + "original-wordmark" + ], + "font": [ + "plain", + "plain-wordmark" + ] + }, + "color": "#bcae79", + "aliases": [] + }, { "name": "html5", "altnames": [ @@ -7309,26 +7329,6 @@ "color": "#903a36", "aliases": [] }, - { - "name": "hibernate", - "altnames": [], - "tags": [ - "database", - "framework" - ], - "versions": { - "svg": [ - "original", - "original-wordmark" - ], - "font": [ - "plain", - "plain-wordmark" - ] - }, - "color": "#bcae79", - "aliases": [] - }, { "name": "traefikproxy", "altnames": [ From 66fc015ef23b90630e0bbee2839f73786ca7af99 Mon Sep 17 00:00:00 2001 From: kilian-paquier <107955904+kilian-paquier@users.noreply.github.com> Date: Tue, 16 Aug 2022 18:42:33 +0200 Subject: [PATCH 7/7] Update devicon.json Co-authored-by: David Leal --- devicon.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devicon.json b/devicon.json index fc679ce5c..1c8e61ff3 100644 --- a/devicon.json +++ b/devicon.json @@ -3059,7 +3059,8 @@ "altnames": [], "tags": [ "database", - "framework" + "framework", + "java" ], "versions": { "svg": [