diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 3b9a39c..12cc7d9 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -989,6 +989,12 @@ export const svgs: iSVG[] = [ route: "/library/azure.svg", url: "https://azure.microsoft.com/", }, + { + title: "Microsoft Access", + category: ["Database", "Microsoft"], + route: "/library/microsoft-access.svg", + url: "https://www.microsoft.com/microsoft-365/access", + }, { title: "Heroku", category: "Software", diff --git a/static/library/microsoft-access.svg b/static/library/microsoft-access.svg new file mode 100644 index 0000000..336db85 --- /dev/null +++ b/static/library/microsoft-access.svg @@ -0,0 +1 @@ + \ No newline at end of file