mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
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:
+10
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user