From ece6cabf26109e0c675227e16924a8279b7978c0 Mon Sep 17 00:00:00 2001 From: Gothsec Date: Tue, 24 Sep 2024 11:41:00 -0500 Subject: [PATCH] [Add] Nvidia SVG --- src/data/svgs.ts | 6 ++++++ static/library/nvidia.svg | 4 ++++ 2 files changed, 10 insertions(+) create mode 100644 static/library/nvidia.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 19f7c46..a80b9e3 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1,6 +1,12 @@ import type { iSVG } from '../types/svg'; export const svgs: iSVG[] = [ + { + title: 'Nvidia', + category: 'Hardware', + route: '/library/nvidia.svg', + url: 'https://nvidia.com/' + }, { title: 'Milanote', category: 'Software', diff --git a/static/library/nvidia.svg b/static/library/nvidia.svg new file mode 100644 index 0000000..aa5941a --- /dev/null +++ b/static/library/nvidia.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file