From 2c322651270ebed7bc21fc4a98944e037f0bebc8 Mon Sep 17 00:00:00 2001 From: jaycodev Date: Sat, 11 Oct 2025 11:44:52 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Add=20Microsoft=20Copilot=20logo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/svgs.ts | 6 ++++++ static/library/microsoft-copilot.svg | 1 + 2 files changed, 7 insertions(+) create mode 100644 static/library/microsoft-copilot.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index a92efcf..9e2c882 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1001,6 +1001,12 @@ export const svgs: iSVG[] = [ route: "/library/microsoft-clipchamp.svg", url: "https://clipchamp.com/", }, + { + title: "Microsoft Copilot", + category: ["AI", "Software", "Devtool", "Microsoft"], + route: "/library/microsoft-copilot.svg", + url: "https://copilot.microsoft.com/", + }, { title: "Heroku", category: "Software", diff --git a/static/library/microsoft-copilot.svg b/static/library/microsoft-copilot.svg new file mode 100644 index 0000000..ab8ff8e --- /dev/null +++ b/static/library/microsoft-copilot.svg @@ -0,0 +1 @@ + \ No newline at end of file