From 76064f61a5e7a72ba4bde9e8984d8ab8cdee708f Mon Sep 17 00:00:00 2001 From: Michiel Pater Date: Wed, 7 Jul 2021 20:28:33 +0200 Subject: [PATCH 1/8] new icon: opera (original, original-wordmark) - Fix Issue #722 --- devicon.json | 17 +++++++++++++++++ icons/opera/opera-original-wordmark.svg | 1 + icons/opera/opera-original.svg | 1 + 3 files changed, 19 insertions(+) create mode 100644 icons/opera/opera-original-wordmark.svg create mode 100644 icons/opera/opera-original.svg diff --git a/devicon.json b/devicon.json index 43996ee0a..7102544d3 100644 --- a/devicon.json +++ b/devicon.json @@ -2797,6 +2797,23 @@ }, "color": "#0b5a9d", "aliases": [] + }, + { + "name": "opera", + "tags": [ + "browser" + ], + "versions": { + "svg": [ + "original", + "original-wordmark" + ], + "font": [ + "original" + ] + }, + "color": "#f7192d", + "aliases": [] }, { "name": "oracle", diff --git a/icons/opera/opera-original-wordmark.svg b/icons/opera/opera-original-wordmark.svg new file mode 100644 index 000000000..871a9a0db --- /dev/null +++ b/icons/opera/opera-original-wordmark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/opera/opera-original.svg b/icons/opera/opera-original.svg new file mode 100644 index 000000000..ec9d24e87 --- /dev/null +++ b/icons/opera/opera-original.svg @@ -0,0 +1 @@ + \ No newline at end of file From 3b16f73043732a3976dbeef384cb5d42c55a9621 Mon Sep 17 00:00:00 2001 From: M Pater Date: Wed, 7 Jul 2021 21:31:24 +0200 Subject: [PATCH 2/8] Update icons/opera/opera-original-wordmark.svg Co-authored-by: David Leal --- icons/opera/opera-original-wordmark.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/opera/opera-original-wordmark.svg b/icons/opera/opera-original-wordmark.svg index 871a9a0db..f5a2307f6 100644 --- a/icons/opera/opera-original-wordmark.svg +++ b/icons/opera/opera-original-wordmark.svg @@ -1 +1 @@ - \ No newline at end of file + From 0f01d834b6f0fb25b5a825f680938e3f63bdf0ed Mon Sep 17 00:00:00 2001 From: M Pater Date: Wed, 7 Jul 2021 21:31:42 +0200 Subject: [PATCH 3/8] Update devicon.json Added opera aliases Co-authored-by: David Leal --- devicon.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/devicon.json b/devicon.json index 7102544d3..7539392f1 100644 --- a/devicon.json +++ b/devicon.json @@ -2813,7 +2813,15 @@ ] }, "color": "#f7192d", - "aliases": [] + "aliases": [ + { + "base": "original", + "alias": "plain" + } + { + "base": "original-wordmark", + "alias": "plain-wordmark" + ] }, { "name": "oracle", From a02f62ef4fceb497aae9d5b1440275e03afec555 Mon Sep 17 00:00:00 2001 From: M Pater Date: Wed, 7 Jul 2021 22:16:42 +0200 Subject: [PATCH 4/8] Update icons/opera/opera-original.svg Updated viewport for opera Co-authored-by: David Leal --- icons/opera/opera-original.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/opera/opera-original.svg b/icons/opera/opera-original.svg index ec9d24e87..9d505c32f 100644 --- a/icons/opera/opera-original.svg +++ b/icons/opera/opera-original.svg @@ -1 +1 @@ - \ No newline at end of file + From ae4ce1ea24e35f84ad4f7321039f41d4e726d5a1 Mon Sep 17 00:00:00 2001 From: M Pater Date: Fri, 9 Jul 2021 11:42:05 +0200 Subject: [PATCH 5/8] Update devicon.json (fix) --- devicon.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devicon.json b/devicon.json index 7539392f1..93482d48f 100644 --- a/devicon.json +++ b/devicon.json @@ -2817,10 +2817,11 @@ { "base": "original", "alias": "plain" - } + }, { "base": "original-wordmark", "alias": "plain-wordmark" + } ] }, { From 4d8a094be501c61f5cab9c97077b382804cd021e Mon Sep 17 00:00:00 2001 From: Michiel Pater Date: Fri, 9 Jul 2021 11:43:32 +0200 Subject: [PATCH 6/8] Updated devicon.json (fix tab) --- devicon.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devicon.json b/devicon.json index 93482d48f..ab75e5364 100644 --- a/devicon.json +++ b/devicon.json @@ -2821,7 +2821,7 @@ { "base": "original-wordmark", "alias": "plain-wordmark" - } + } ] }, { From 347854596c7a0ca9098024f749dda6e2b9c6b6e4 Mon Sep 17 00:00:00 2001 From: Michiel Pater Date: Thu, 22 Jul 2021 00:39:08 +0200 Subject: [PATCH 7/8] opera: added plain and plain-wordmark --- devicon.json | 18 ++++++------------ icons/opera/opera-plain-wordmark.svg | 1 + icons/opera/opera-plain.svg | 1 + 3 files changed, 8 insertions(+), 12 deletions(-) create mode 100644 icons/opera/opera-plain-wordmark.svg create mode 100644 icons/opera/opera-plain.svg diff --git a/devicon.json b/devicon.json index ab75e5364..434f486a1 100644 --- a/devicon.json +++ b/devicon.json @@ -2806,23 +2806,17 @@ "versions": { "svg": [ "original", - "original-wordmark" + "original-wordmark", + "plain", + "plain-wordmark" ], "font": [ - "original" + "original", + "plain" ] }, "color": "#f7192d", - "aliases": [ - { - "base": "original", - "alias": "plain" - }, - { - "base": "original-wordmark", - "alias": "plain-wordmark" - } - ] + "aliases": [] }, { "name": "oracle", diff --git a/icons/opera/opera-plain-wordmark.svg b/icons/opera/opera-plain-wordmark.svg new file mode 100644 index 000000000..1f3e25949 --- /dev/null +++ b/icons/opera/opera-plain-wordmark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/opera/opera-plain.svg b/icons/opera/opera-plain.svg new file mode 100644 index 000000000..429cdb777 --- /dev/null +++ b/icons/opera/opera-plain.svg @@ -0,0 +1 @@ + \ No newline at end of file From 0071bb9462f6771918f77e00e906b700b282314a Mon Sep 17 00:00:00 2001 From: Thomas Bui <43018778+Thomas-Boi@users.noreply.github.com> Date: Wed, 21 Jul 2021 19:41:26 -0700 Subject: [PATCH 8/8] Update devicon.json --- devicon.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devicon.json b/devicon.json index 5865849da..8ad5e8dc3 100644 --- a/devicon.json +++ b/devicon.json @@ -2894,8 +2894,8 @@ "plain-wordmark" ], "font": [ - "original", - "plain" + "plain", + "plain-wordmark" ] }, "color": "#f7192d",