From 973b7d10d55c776d77b2ddc3beb31137718b1a0b Mon Sep 17 00:00:00 2001 From: Adam Rusted Date: Fri, 21 Jul 2023 13:41:51 +0100 Subject: [PATCH] Add Windows 10 & changes `windows` to match Win11 icon (#9065) --- _data/simple-icons.json | 6 ++++++ icons/windows.svg | 2 +- icons/windows10.svg | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 icons/windows10.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 1026a4d22..a9a0cc85c 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -13563,6 +13563,12 @@ }, { "title": "Windows", + "hex": "0078D4", + "source": "https://commons.wikimedia.org/wiki/File:Windows_logo_-_2021_(Black).svg", + "guidelines": "https://query.prod.cms.rt.microsoft.com/cms/api/am/binary/RE1voQq" + }, + { + "title": "Windows 10", "hex": "0078D6", "source": "https://commons.wikimedia.org/wiki/File:Windows_10_Logo.svg" }, diff --git a/icons/windows.svg b/icons/windows.svg index 78faa78c4..aca1d539f 100644 --- a/icons/windows.svg +++ b/icons/windows.svg @@ -1 +1 @@ -Windows \ No newline at end of file +Windows \ No newline at end of file diff --git a/icons/windows10.svg b/icons/windows10.svg new file mode 100644 index 000000000..9c79dffdb --- /dev/null +++ b/icons/windows10.svg @@ -0,0 +1 @@ +Windows 10 \ No newline at end of file