From 40a59cfa0961c8510e98ef93c79d6cc27fa6bc6f Mon Sep 17 00:00:00 2001 From: Constantinos Xanthopoulos Date: Sat, 14 Jan 2023 02:27:23 -0600 Subject: [PATCH 1/6] new icon: readthedocs (original, original-wordmark, line) --- devicon.json | 31 +++++++++++++++++++ icons/readthedocs/readthedocs-line.svg | 1 + .../readthedocs-original-wordmark.svg | 1 + icons/readthedocs/readthedocs-original.svg | 1 + 4 files changed, 34 insertions(+) create mode 100644 icons/readthedocs/readthedocs-line.svg create mode 100644 icons/readthedocs/readthedocs-original-wordmark.svg create mode 100644 icons/readthedocs/readthedocs-original.svg diff --git a/devicon.json b/devicon.json index e7a0304c4..4509c2470 100644 --- a/devicon.json +++ b/devicon.json @@ -7335,6 +7335,37 @@ } ] }, + { + "name": "readthedocs", + "altnames": [ + "read the docs", + "Read The Docs" + ], + "tags": [ + "documentation" + ], + "versions": { + "svg": [ + "original", + "original-wordmark", + "line" + ], + "font": [ + "original" + ] + }, + "color": "#32322A", + "aliases": [ + { + "base": "original", + "alias": "plain" + }, + { + "base": "original-wordmark", + "alias": "plain-wordmark" + } + ] + }, { "name": "realm", "altnames": [], diff --git a/icons/readthedocs/readthedocs-line.svg b/icons/readthedocs/readthedocs-line.svg new file mode 100644 index 000000000..c19e8ec6b --- /dev/null +++ b/icons/readthedocs/readthedocs-line.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/readthedocs/readthedocs-original-wordmark.svg b/icons/readthedocs/readthedocs-original-wordmark.svg new file mode 100644 index 000000000..74dca6641 --- /dev/null +++ b/icons/readthedocs/readthedocs-original-wordmark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/readthedocs/readthedocs-original.svg b/icons/readthedocs/readthedocs-original.svg new file mode 100644 index 000000000..a2b27d270 --- /dev/null +++ b/icons/readthedocs/readthedocs-original.svg @@ -0,0 +1 @@ + \ No newline at end of file From b74dfab72c29499c96ca10faceea55f4004b1a31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9lio=20J=C3=BAnior?= <76992016+lunatic-fox@users.noreply.github.com> Date: Fri, 27 Jan 2023 18:38:49 -0300 Subject: [PATCH 2/6] Add newline and make some minor fixes --- devicon.json | 4 +++- icons/readthedocs/readthedocs-line.svg | 2 +- icons/readthedocs/readthedocs-original-wordmark.svg | 2 +- icons/readthedocs/readthedocs-original.svg | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/devicon.json b/devicon.json index 4509c2470..684e74b02 100644 --- a/devicon.json +++ b/devicon.json @@ -7351,7 +7351,9 @@ "line" ], "font": [ - "original" + "original", + "original-wordmark", + "line" ] }, "color": "#32322A", diff --git a/icons/readthedocs/readthedocs-line.svg b/icons/readthedocs/readthedocs-line.svg index c19e8ec6b..4cc18ef0a 100644 --- a/icons/readthedocs/readthedocs-line.svg +++ b/icons/readthedocs/readthedocs-line.svg @@ -1 +1 @@ - \ No newline at end of file + diff --git a/icons/readthedocs/readthedocs-original-wordmark.svg b/icons/readthedocs/readthedocs-original-wordmark.svg index 74dca6641..d78f8e256 100644 --- a/icons/readthedocs/readthedocs-original-wordmark.svg +++ b/icons/readthedocs/readthedocs-original-wordmark.svg @@ -1 +1 @@ - \ No newline at end of file + diff --git a/icons/readthedocs/readthedocs-original.svg b/icons/readthedocs/readthedocs-original.svg index a2b27d270..09895b719 100644 --- a/icons/readthedocs/readthedocs-original.svg +++ b/icons/readthedocs/readthedocs-original.svg @@ -1 +1 @@ - \ No newline at end of file + From f357f099977e91bb40e358259fb178708c816c8c Mon Sep 17 00:00:00 2001 From: Constantinos Xanthopoulos Date: Wed, 15 Mar 2023 23:07:23 -0500 Subject: [PATCH 3/6] 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 | 1 - 1 file changed, 1 deletion(-) diff --git a/devicon.json b/devicon.json index 684e74b02..1175b27fe 100644 --- a/devicon.json +++ b/devicon.json @@ -7338,7 +7338,6 @@ { "name": "readthedocs", "altnames": [ - "read the docs", "Read The Docs" ], "tags": [ From 7b83926798c916032fc08c3b2a9f71fae8d6e998 Mon Sep 17 00:00:00 2001 From: Constantinos Xanthopoulos Date: Wed, 15 Mar 2023 23:08:55 -0500 Subject: [PATCH 4/6] Add more tags Based on @Panquesito7 feedback Co-authored-by: David Leal --- devicon.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devicon.json b/devicon.json index 1175b27fe..2670d1b2a 100644 --- a/devicon.json +++ b/devicon.json @@ -7341,7 +7341,9 @@ "Read The Docs" ], "tags": [ - "documentation" + "documentation", + "python", + "open-source" ], "versions": { "svg": [ From d9e0a01a507e76c565de06c4f847febfbb62eba7 Mon Sep 17 00:00:00 2001 From: Constantinos Xanthopoulos Date: Wed, 15 Mar 2023 23:25:51 -0500 Subject: [PATCH 5/6] Optimize icons --- icons/readthedocs/readthedocs-line.svg | 2 +- icons/readthedocs/readthedocs-original-wordmark.svg | 2 +- icons/readthedocs/readthedocs-original.svg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/icons/readthedocs/readthedocs-line.svg b/icons/readthedocs/readthedocs-line.svg index 4cc18ef0a..e7675f0da 100644 --- a/icons/readthedocs/readthedocs-line.svg +++ b/icons/readthedocs/readthedocs-line.svg @@ -1 +1 @@ - + \ No newline at end of file diff --git a/icons/readthedocs/readthedocs-original-wordmark.svg b/icons/readthedocs/readthedocs-original-wordmark.svg index d78f8e256..f55122bce 100644 --- a/icons/readthedocs/readthedocs-original-wordmark.svg +++ b/icons/readthedocs/readthedocs-original-wordmark.svg @@ -1 +1 @@ - + \ No newline at end of file diff --git a/icons/readthedocs/readthedocs-original.svg b/icons/readthedocs/readthedocs-original.svg index 09895b719..b0a456673 100644 --- a/icons/readthedocs/readthedocs-original.svg +++ b/icons/readthedocs/readthedocs-original.svg @@ -1 +1 @@ - + \ No newline at end of file From 9972875cbfeec1f69c3cea5f9d3adcfa400f8506 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9lio=20J=C3=BAnior?= <76992016+lunatic-fox@users.noreply.github.com> Date: Thu, 16 Mar 2023 01:44:17 -0300 Subject: [PATCH 6/6] Add newline to optimized icons --- icons/readthedocs/readthedocs-line.svg | 2 +- icons/readthedocs/readthedocs-original-wordmark.svg | 2 +- icons/readthedocs/readthedocs-original.svg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/icons/readthedocs/readthedocs-line.svg b/icons/readthedocs/readthedocs-line.svg index e7675f0da..4cc18ef0a 100644 --- a/icons/readthedocs/readthedocs-line.svg +++ b/icons/readthedocs/readthedocs-line.svg @@ -1 +1 @@ - \ No newline at end of file + diff --git a/icons/readthedocs/readthedocs-original-wordmark.svg b/icons/readthedocs/readthedocs-original-wordmark.svg index f55122bce..f13240082 100644 --- a/icons/readthedocs/readthedocs-original-wordmark.svg +++ b/icons/readthedocs/readthedocs-original-wordmark.svg @@ -1 +1 @@ - \ No newline at end of file + diff --git a/icons/readthedocs/readthedocs-original.svg b/icons/readthedocs/readthedocs-original.svg index b0a456673..8e15f25b3 100644 --- a/icons/readthedocs/readthedocs-original.svg +++ b/icons/readthedocs/readthedocs-original.svg @@ -1 +1 @@ - \ No newline at end of file +