From 3deca735be3de9c82d55c3cdfc2394804a9f8f6e Mon Sep 17 00:00:00 2001 From: Adam Rusted Date: Wed, 10 Feb 2021 11:33:31 +0000 Subject: [PATCH] Added Windows Terminal (#4956) --- _data/simple-icons.json | 5 +++++ icons/windowsterminal.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/windowsterminal.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index cf692276..cd133a0d 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -8400,6 +8400,11 @@ "hex": "008080", "source": "https://en.wikipedia.org/wiki/Windows_95" }, + { + "title": "Windows Terminal", + "hex": "4D4D4D", + "source": "https://github.com/microsoft/terminal/blob/a90289548f8548bf5c370a4b141b4b815c22616b/res/terminal/Terminal_HC.svg" + }, { "title": "Windows XP", "hex": "003399", diff --git a/icons/windowsterminal.svg b/icons/windowsterminal.svg new file mode 100644 index 00000000..d67b2910 --- /dev/null +++ b/icons/windowsterminal.svg @@ -0,0 +1 @@ +Windows Terminal icon \ No newline at end of file