From e63b4bb2239a58399c89ad8ae7945480e1e1d795 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Wed, 19 Feb 2020 10:36:27 +0000 Subject: [PATCH] Add XAML (#2522) * Add xaml.svg * Add XAML data * Fix XAML order * Update XAML icon & source --- _data/simple-icons.json | 5 +++++ icons/xaml.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/xaml.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index a5a676a6..15c2fb63 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -5380,6 +5380,11 @@ "hex": "3498DB", "source": "https://github.com/dotnet/swag/tree/master/xamarin" }, + { + "title": "XAML", + "hex": "0C54C2", + "source": "https://github.com/microsoft/microsoft-ui-xaml/issues/1185" + }, { "title": "XAMPP", "hex": "FB7A24", diff --git a/icons/xaml.svg b/icons/xaml.svg new file mode 100644 index 00000000..ef39a59b --- /dev/null +++ b/icons/xaml.svg @@ -0,0 +1 @@ +XAML icon \ No newline at end of file