diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 5d0b97d..10c147a 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1031,6 +1031,12 @@ export const svgs: iSVG[] = [ route: "/library/microsoft-excel.svg", url: "https://www.microsoft.com/microsoft-365/excel", }, + { + title: "Microsoft OneDrive", + category: ["Hosting", "Software", "Microsoft"], + route: "/library/microsoft-onedrive.svg", + url: "https://www.microsoft.com/microsoft-365/onedrive/online-cloud-storage", + }, { title: "Heroku", category: "Software", diff --git a/static/library/microsoft-onedrive.svg b/static/library/microsoft-onedrive.svg new file mode 100644 index 0000000..1a80bd5 --- /dev/null +++ b/static/library/microsoft-onedrive.svg @@ -0,0 +1 @@ + \ No newline at end of file