diff --git a/src/data/svgs.ts b/src/data/svgs.ts index f4291aecf..afe509cce 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -3848,6 +3848,16 @@ export const svgs: iSVG[] = [ route: '/library/google-cloud.svg', url: 'https://cloud.google.com/' }, + { + title: 'NVIDIA', + category: ['Hardware', 'Software', 'AI'], + route: { + light: '/library/nvidia.svg', + dark: '/library/nvidia_dark.svg' + }, + url: 'https://www.nvidia.com/', + brandUrl: 'https://www.nvidia.com/en-us/about-nvidia/legal-info/logo-brand-usage/' + }, { title: 'Zulip', category: ['Software', 'Social'], diff --git a/static/library/nvidia.svg b/static/library/nvidia.svg new file mode 100644 index 000000000..ac25439af --- /dev/null +++ b/static/library/nvidia.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/static/library/nvidia_dark.svg b/static/library/nvidia_dark.svg new file mode 100644 index 000000000..9f965ec64 --- /dev/null +++ b/static/library/nvidia_dark.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + \ No newline at end of file