diff --git a/react/src/components/BAIIcons/Nvidia.tsx b/react/src/components/BAIIcons/Nvidia.tsx new file mode 100644 index 0000000000..4b13b16787 --- /dev/null +++ b/react/src/components/BAIIcons/Nvidia.tsx @@ -0,0 +1,24 @@ +import { ReactComponent as logo } from './nvidia.svg'; +import Icon from '@ant-design/icons'; +import { CustomIconComponentProps } from '@ant-design/icons/lib/components/Icon'; + +interface CustomIconProps + extends Omit { + size?: number; +} + +const NvidiaIcon: React.FC = (props) => { + return ( + + ); +}; + +export default NvidiaIcon; diff --git a/react/src/components/BAIIcons/nvidia.svg b/react/src/components/BAIIcons/nvidia.svg new file mode 100644 index 0000000000..d610d3977d --- /dev/null +++ b/react/src/components/BAIIcons/nvidia.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/app_template.json b/resources/app_template.json index 6fcdd79e8b..e3a1660882 100644 --- a/resources/app_template.json +++ b/resources/app_template.json @@ -80,7 +80,7 @@ "title": "DIGITS", "category": "3.Machine Learning Tools", "redirect": "&redirect=/", - "src": "./resources/icons/nvidia.png" + "src": "./resources/icons/nvidia.svg" } ], "h2o-dai": [ @@ -224,7 +224,7 @@ "title": "Triton Server", "category": "8.AI Inference Service", "redirect": "", - "src": "./resources/icons/nvidia.png" + "src": "./resources/icons/nvidia.svg" } ], "triton-server-http": [ @@ -233,7 +233,7 @@ "title": "Triton Server (HTTP)", "category": "8.AI Inference Service", "redirect": "", - "src": "./resources/icons/nvidia.png" + "src": "./resources/icons/nvidia.svg" } ], "orbit-server-http": [ diff --git a/resources/icons/nvidia.png b/resources/icons/nvidia.png deleted file mode 100644 index 4c70ee6893..0000000000 Binary files a/resources/icons/nvidia.png and /dev/null differ diff --git a/resources/icons/nvidia.svg b/resources/icons/nvidia.svg new file mode 100644 index 0000000000..ae65b09a2b --- /dev/null +++ b/resources/icons/nvidia.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/image_metadata.json b/resources/image_metadata.json index fca71bf262..67378a853a 100644 --- a/resources/image_metadata.json +++ b/resources/image_metadata.json @@ -337,7 +337,7 @@ "description": "NVIDIA Triton Inference Server is an open-source, high-performance server that simplifies the deployment of AI models for inference in production environments..This environment is integrated with Nvidia GPU Cloud.", "group": "Machine Learning / Deep Learning", "tags": [], - "icon": "nvidia.png", + "icon": "nvidia.svg", "label": [ { "category": "Env",