From d1cac26fe27ef42bafdccc0625050032c1c43fd1 Mon Sep 17 00:00:00 2001 From: Noam Date: Fri, 25 Mar 2022 15:26:47 +0300 Subject: [PATCH 1/6] Add Deluge icon --- _data/simple-icons.json | 9 +++++++++ icons/deluge.svg | 1 + 2 files changed, 10 insertions(+) create mode 100644 icons/deluge.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 20f773382da9..62e7f03efa9a 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2603,6 +2603,15 @@ "hex": "003366", "source": "https://news.delta.com/delta-air-lines-logos-brand-guidelines" }, + { + "title": "Deluge", + "hex": "094491", + "source": "https://github.com/deluge-torrent/deluge/blob/master/deluge/ui/data/pixmaps/deluge.svg", + "license": { + "type": "GPL-3.0-only", + "url": "https://github.com/deluge-torrent/deluge/blob/develop/LICENSE" + } + }, { "title": "Deno", "hex": "000000", diff --git a/icons/deluge.svg b/icons/deluge.svg new file mode 100644 index 000000000000..0d73c882cca0 --- /dev/null +++ b/icons/deluge.svg @@ -0,0 +1 @@ +Deluge \ No newline at end of file From 916406f0f69026f8251e8229bb3b6d29c5ba6b8e Mon Sep 17 00:00:00 2001 From: Noam Date: Fri, 25 Mar 2022 15:29:15 +0300 Subject: [PATCH 2/6] Add Deluge AKA --- _data/simple-icons.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 62e7f03efa9a..d929d475d321 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2607,6 +2607,11 @@ "title": "Deluge", "hex": "094491", "source": "https://github.com/deluge-torrent/deluge/blob/master/deluge/ui/data/pixmaps/deluge.svg", + "aliases": { + "aka": [ + "Deluge Torrent" + ] + }, "license": { "type": "GPL-3.0-only", "url": "https://github.com/deluge-torrent/deluge/blob/develop/LICENSE" From dd818d218b51ac7c2127969efd28966c191ae36d Mon Sep 17 00:00:00 2001 From: Noam Date: Fri, 25 Mar 2022 15:45:49 +0300 Subject: [PATCH 3/6] Fix height lint issue --- icons/deluge.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/deluge.svg b/icons/deluge.svg index 0d73c882cca0..2606fe4ee552 100644 --- a/icons/deluge.svg +++ b/icons/deluge.svg @@ -1 +1 @@ -Deluge \ No newline at end of file +Deluge \ No newline at end of file From c41c555e5127d0cfaecc8ba769360bd789156dd5 Mon Sep 17 00:00:00 2001 From: PratyushJayachandran <35000807+PratyushJayachandran@users.noreply.github.com> Date: Thu, 14 Sep 2023 01:47:03 -0700 Subject: [PATCH 4/6] Fix source to solve linter error --- _data/simple-icons.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index cd0122826fb3..452cbb44a74f 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3454,7 +3454,7 @@ { "title": "Deluge", "hex": "094491", - "source": "https://github.com/deluge-torrent/deluge/blob/master/deluge/ui/data/pixmaps/deluge.svg", + "source": "https://github.com/deluge-torrent/deluge/blob/0b5f45b486e8e974ba8a0b1d6e8edcd124fca62a/deluge/ui/data/pixmaps/deluge.svg", "aliases": { "aka": [ "Deluge Torrent" From d95221f9d6d3bde542b7153811d6e42c11e2afe2 Mon Sep 17 00:00:00 2001 From: Adam Rusted Date: Sat, 18 Nov 2023 13:11:26 +0000 Subject: [PATCH 5/6] Update icons/deluge.svg Co-authored-by: PratyushJayachandran <35000807+PratyushJayachandran@users.noreply.github.com> --- icons/deluge.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/deluge.svg b/icons/deluge.svg index 2606fe4ee552..13be881270c1 100644 --- a/icons/deluge.svg +++ b/icons/deluge.svg @@ -1 +1 @@ -Deluge \ No newline at end of file +Deluge \ No newline at end of file From ab0d4783eab1c72a766dc47f0fa1db95eebc79e6 Mon Sep 17 00:00:00 2001 From: Adam Rusted Date: Sat, 18 Nov 2023 13:15:37 +0000 Subject: [PATCH 6/6] Apply suggestions from code review --- _data/simple-icons.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 3a5c8c9956b7..7530eddb9121 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3470,14 +3470,8 @@ "title": "Deluge", "hex": "094491", "source": "https://github.com/deluge-torrent/deluge/blob/0b5f45b486e8e974ba8a0b1d6e8edcd124fca62a/deluge/ui/data/pixmaps/deluge.svg", - "aliases": { - "aka": [ - "Deluge Torrent" - ] - }, "license": { - "type": "GPL-3.0-only", - "url": "https://github.com/deluge-torrent/deluge/blob/develop/LICENSE" + "type": "GPL-3.0-only" } }, {