From e7db8092d20d291e9c99de0820c8145ecc881ee6 Mon Sep 17 00:00:00 2001 From: ALISEN ERDOGAN Date: Fri, 8 Nov 2019 23:15:53 +0100 Subject: [PATCH] Add C# (#1807) * Add C# (#1693) * Created csharp.svg * I added Csharp data * role attribute added to svg * Circle update * Data updated --- _data/simple-icons.json | 5 +++++ icons/csharp.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/csharp.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 3ffc8c8dfbd9..ba6ddfbab167 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -711,6 +711,11 @@ "hex": "B5314C", "source": "https://github.com/common-workflow-language/logo/blob/master/CWL-Logo-nofonts.svg" }, + { + "title": "C Sharp", + "hex": "239120", + "source": "https://upload.wikimedia.org/wikipedia/commons/0/0d/C_Sharp_wordmark.svg" + }, { "title": "C++", "hex": "00599C", diff --git a/icons/csharp.svg b/icons/csharp.svg new file mode 100644 index 000000000000..4de9730f309e --- /dev/null +++ b/icons/csharp.svg @@ -0,0 +1 @@ +C Sharp icon \ No newline at end of file