From 469fdb72431caddc174a416ba3e971a15a518032 Mon Sep 17 00:00:00 2001 From: Ashish Dabral Date: Sun, 5 Oct 2025 15:14:50 +0530 Subject: [PATCH] Add OneNote svg --- src/data/svgs.ts | 6 ++++++ static/library/onenote.svg | 1 + 2 files changed, 7 insertions(+) create mode 100644 static/library/onenote.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 51703ed..dd7ab8a 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -14,6 +14,12 @@ export const svgs: iSVG[] = [ route: "/library/kimi.svg", url: "https://kimi.ai/", }, + { + title: "OneNote", + category: "Software", + route: "/library/onenote.svg", + url: "https://onenote.com", + }, { title: "Perspective", category: "Software", diff --git a/static/library/onenote.svg b/static/library/onenote.svg new file mode 100644 index 0000000..f2f1d1d --- /dev/null +++ b/static/library/onenote.svg @@ -0,0 +1 @@ + \ No newline at end of file