diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 92e066e..7cbba48 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -3477,6 +3477,12 @@ export const svgs: iSVG[] = [ }, url: "https://typegpu.com", }, + { + title: "Microsoft .NET", + category: ["Framework", "Library", "Devtool"], + route: "/library/dotnet.svg", + url: "https://dotnet.microsoft.com", + }, { title: "dotenv", category: ["Config", "Library", "Devtool"], diff --git a/static/library/dotnet.svg b/static/library/dotnet.svg new file mode 100644 index 0000000..41bd69d --- /dev/null +++ b/static/library/dotnet.svg @@ -0,0 +1 @@ + \ No newline at end of file