From 82ac35983bf61951cb0733d20fef83fd85f187ed Mon Sep 17 00:00:00 2001 From: Tom Schneider Date: Mon, 5 Aug 2019 20:04:03 +0200 Subject: [PATCH 1/3] added jet icon --- _data/simple-icons.json | 5 +++++ icons/jet.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/jet.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 34c61010f980..9c750ad3f2d3 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1480,6 +1480,11 @@ "hex": "C21325", "source": "https://jestjs.io/" }, + { + "title": "JET", + "hex": "FBBA00", + "source": "https://de.wikipedia.org/wiki/Datei:JET.svg" + }, { "title": "Jira", "hex": "172B4D", diff --git a/icons/jet.svg b/icons/jet.svg new file mode 100644 index 000000000000..f3fbf7f1ab2f --- /dev/null +++ b/icons/jet.svg @@ -0,0 +1 @@ +JET \ No newline at end of file From fdf755bf3e9406483de997b1ad5139c39334cf3c Mon Sep 17 00:00:00 2001 From: Tom Schneider Date: Mon, 5 Aug 2019 20:23:57 +0200 Subject: [PATCH 2/3] fix icon suffix in title --- icons/jet.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/jet.svg b/icons/jet.svg index f3fbf7f1ab2f..0ee777624706 100644 --- a/icons/jet.svg +++ b/icons/jet.svg @@ -1 +1 @@ -JET \ No newline at end of file +JET icon From 392f2db4712b563af1807318efbc2a5217ec4e19 Mon Sep 17 00:00:00 2001 From: Tom Schneider Date: Mon, 5 Aug 2019 20:31:14 +0200 Subject: [PATCH 3/3] remove final new line --- icons/jet.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/jet.svg b/icons/jet.svg index 0ee777624706..3c5c69707046 100644 --- a/icons/jet.svg +++ b/icons/jet.svg @@ -1 +1 @@ -JET icon +JET icon \ No newline at end of file