diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 7aac64e..7801ef5 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1013,6 +1013,12 @@ export const svgs: iSVG[] = [ route: "/library/microsoft-defender.svg", url: "https://www.microsoft.com/microsoft-365/microsoft-defender-for-individuals", }, + { + title: "Microsoft Designer", + category: ["Design", "AI", "Software", "Microsoft"], + route: "/library/microsoft-designer.svg", + url: "https://designer.microsoft.com/", + }, { title: "Heroku", category: "Software", diff --git a/static/library/microsoft-designer.svg b/static/library/microsoft-designer.svg new file mode 100644 index 0000000..1df8ec5 --- /dev/null +++ b/static/library/microsoft-designer.svg @@ -0,0 +1 @@ + \ No newline at end of file