From 962865f3abbd52a8d5afc982e29a5e50708c0bfb Mon Sep 17 00:00:00 2001 From: jaycodev Date: Sat, 11 Oct 2025 11:46:43 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Add=20Microsoft=20Designer=20log?= =?UTF-8?q?o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/svgs.ts | 6 ++++++ static/library/microsoft-designer.svg | 1 + 2 files changed, 7 insertions(+) create mode 100644 static/library/microsoft-designer.svg 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