From 7019f99ccd0e49c85042e81f9b0517366e4c1bed Mon Sep 17 00:00:00 2001 From: kaleeaswari Date: Mon, 14 Oct 2019 17:58:05 +0530 Subject: [PATCH 1/5] Added Toshiba icon --- _data/simple-icons.json | 5 +++++ icons/toshiba.svg | 17 +++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 icons/toshiba.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 785ed5fce428..5066166e437c 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3669,6 +3669,11 @@ "title": "Zulip", "hex": "52C2AF", "source": "https://github.com/zulip/zulip/" + }, + { + "title": "Toshiba", + "hex": "ff0000", + "source": "https://commons.wikimedia.org/wiki/File:Toshiba_logo.svg" } ] } diff --git a/icons/toshiba.svg b/icons/toshiba.svg new file mode 100644 index 000000000000..e161bcbc9b7c --- /dev/null +++ b/icons/toshiba.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + From c05be3b9f08e6bdf758d575a1b36c81230a97031 Mon Sep 17 00:00:00 2001 From: kaleeaswari Date: Tue, 22 Oct 2019 18:56:57 +0530 Subject: [PATCH 2/5] Toshiba icon - Creating icon with Inkscape and optimizing with SVGOMG --- icons/toshiba.svg | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/icons/toshiba.svg b/icons/toshiba.svg index e161bcbc9b7c..0f968b1ed4b1 100644 --- a/icons/toshiba.svg +++ b/icons/toshiba.svg @@ -1,17 +1 @@ - - - - - - - - - - - - - - - - - +Toshiba \ No newline at end of file From 44fd81432ec0ab7f9a6910bcae461e4b7651d935 Mon Sep 17 00:00:00 2001 From: kaleeaswari Date: Wed, 23 Oct 2019 15:46:55 +0530 Subject: [PATCH 3/5] Toshiba icon - Remove fill attributes and adding annotations --- icons/toshiba.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/toshiba.svg b/icons/toshiba.svg index 0f968b1ed4b1..84ed481b739c 100644 --- a/icons/toshiba.svg +++ b/icons/toshiba.svg @@ -1 +1 @@ -Toshiba \ No newline at end of file +Toshiba icon \ No newline at end of file From 3f7b11d6a1aa50aaca76306c1c838412731a6eeb Mon Sep 17 00:00:00 2001 From: kaleeaswari Date: Thu, 24 Oct 2019 16:41:07 +0530 Subject: [PATCH 4/5] Toshiba icon - Locking size with 24px --- icons/toshiba.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/toshiba.svg b/icons/toshiba.svg index 84ed481b739c..5d2145282852 100644 --- a/icons/toshiba.svg +++ b/icons/toshiba.svg @@ -1 +1 @@ -Toshiba icon \ No newline at end of file +Toshiba icon \ No newline at end of file From 762c2aa02b4c06d783ab16ec356506155d34c94b Mon Sep 17 00:00:00 2001 From: kaleeaswari Date: Fri, 25 Oct 2019 09:27:41 +0530 Subject: [PATCH 5/5] Toshiba - Moving icon to the appropriate position. --- _data/simple-icons.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 5066166e437c..bc830701986c 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3240,6 +3240,11 @@ "hex": "7E4798", "source": "https://github.com/TheTorProject/tor-media/tree/master/Onion%20Icon" }, + { + "title": "Toshiba", + "hex": "FF0000", + "source": "https://commons.wikimedia.org/wiki/File:Toshiba_logo.svg" + }, { "title": "TrainerRoad", "hex": "E12726", @@ -3669,11 +3674,6 @@ "title": "Zulip", "hex": "52C2AF", "source": "https://github.com/zulip/zulip/" - }, - { - "title": "Toshiba", - "hex": "ff0000", - "source": "https://commons.wikimedia.org/wiki/File:Toshiba_logo.svg" } ] }