Add TensorFlow SVG assets with light and dark variations

- Updated the TensorFlow entry in svgs.ts to include separate routes for light and dark icons.
- Added new SVG files for TensorFlow light and dark icons.
- Included wordmark SVGs for both light and dark themes.
- Updated brand guidelines URL for TensorFlow.
This commit is contained in:
Nguyễn Thành Thuận
2025-10-01 00:49:41 +07:00
parent 6de7993f85
commit dafc5fc8f1
5 changed files with 14 additions and 1 deletions
+10 -1
View File
@@ -2727,8 +2727,17 @@ export const svgs: iSVG[] = [
{
title: "TensorFlow",
category: "Library",
route: "/library/tensorflow.svg",
route: {
light: "/library/tensorflow-icon-light.svg",
dark: "/library/tensorflow-icon-dark.svg",
},
wordmark: {
light: "/library/tensorflow-wordmark-light.svg",
dark: "/library/tensorflow-wordmark-dark.svg",
},
url: "https://www.tensorflow.org/",
brandUrl:
"https://www.tensorflow.org/extras/tensorflow_brand_guidelines.pdf",
},
{
title: "Midday",