From 98ffd67bd767acd97b2d5fbc65197d04922edc88 Mon Sep 17 00:00:00 2001 From: jaycodev Date: Sat, 11 Oct 2025 11:55:30 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Add=20Microsoft=20PowerPoint=20l?= =?UTF-8?q?ogo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/svgs.ts | 6 ++++++ static/library/microsoft-powerpoint.svg | 1 + 2 files changed, 7 insertions(+) create mode 100644 static/library/microsoft-powerpoint.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index de10024..09b5904 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1037,6 +1037,12 @@ export const svgs: iSVG[] = [ route: "/library/microsoft-onenote.svg", url: "https://www.microsoft.com/microsoft-365/onenote/digital-note-taking-app", }, + { + title: "Microsoft PowerPoint", + category: ["Software", "Design", "Microsoft"], + route: "/library/microsoft-powerpoint.svg", + url: "https://www.microsoft.com/microsoft-365/powerpoint", + }, { title: "Heroku", category: "Software", diff --git a/static/library/microsoft-powerpoint.svg b/static/library/microsoft-powerpoint.svg new file mode 100644 index 0000000..066d6ae --- /dev/null +++ b/static/library/microsoft-powerpoint.svg @@ -0,0 +1 @@ + \ No newline at end of file