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