From b6881f55db41111f01d81db51d755270713e33ca Mon Sep 17 00:00:00 2001 From: Michael Brewer Date: Mon, 11 Mar 2024 02:00:13 -0700 Subject: [PATCH] feat(site): add dotnet icon Part of the MIT licensed icon set from Gitlab https://iconduck.com/sets/gitlab-icon-and-illustration-set --- site/src/theme/icons.json | 1 + site/static/icon/dotnet.svg | 1 + 2 files changed, 2 insertions(+) create mode 100644 site/static/icon/dotnet.svg diff --git a/site/src/theme/icons.json b/site/src/theme/icons.json index ae8ed8896b95f..bbfd63793535b 100644 --- a/site/src/theme/icons.json +++ b/site/src/theme/icons.json @@ -30,6 +30,7 @@ "docker.png", "docker.svg", "dotfiles.svg", + "dotnet.svg", "fedora.svg", "fly.io.svg", "folder.svg", diff --git a/site/static/icon/dotnet.svg b/site/static/icon/dotnet.svg new file mode 100644 index 0000000000000..9dac27a3ffa2c --- /dev/null +++ b/site/static/icon/dotnet.svg @@ -0,0 +1 @@ + \ No newline at end of file