mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
Merge pull request #796 from jaycodev/add-nvidia-svg
📦 Add NVIDIA logo and wordmark with light and dark mode variants
This commit is contained in:
@@ -1,6 +1,20 @@
|
||||
import type { iSVG } from "@/types/svg";
|
||||
|
||||
export const svgs: iSVG[] = [
|
||||
{
|
||||
title: "NVIDIA",
|
||||
category: ["AI", "Hardware", "Platform"],
|
||||
route: {
|
||||
light: "/library/nvidia-icon-light.svg",
|
||||
dark: "/library/nvidia-icon-dark.svg",
|
||||
},
|
||||
wordmark: {
|
||||
light: "/library/nvidia-wordmark-light.svg",
|
||||
dark: "/library/nvidia-wordmark-dark.svg",
|
||||
},
|
||||
url: "https://www.nvidia.com",
|
||||
brandUrl: "https://www.nvidia.com/en-us/about-nvidia/legal-info/logo-brand-usage",
|
||||
},
|
||||
{
|
||||
title: "Google Classroom",
|
||||
category: ["Google", "Education"],
|
||||
|
||||
Reference in New Issue
Block a user