From dafc5fc8f1dd69be12f2dd24b51a90de20fcadcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Th=C3=A0nh=20Thu=E1=BA=ADn?= Date: Wed, 1 Oct 2025 00:49:41 +0700 Subject: [PATCH] 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. --- src/data/svgs.ts | 11 ++++++++++- static/library/tensorflow-icon-dark.svg | 1 + static/library/tensorflow-icon-light.svg | 1 + static/library/tensorflow-wordmark-dark.svg | 1 + static/library/tensorflow-wordmark-light.svg | 1 + 5 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 static/library/tensorflow-icon-dark.svg create mode 100644 static/library/tensorflow-icon-light.svg create mode 100644 static/library/tensorflow-wordmark-dark.svg create mode 100644 static/library/tensorflow-wordmark-light.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 80ec75a..fa557dd 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -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", diff --git a/static/library/tensorflow-icon-dark.svg b/static/library/tensorflow-icon-dark.svg new file mode 100644 index 0000000..2c510f0 --- /dev/null +++ b/static/library/tensorflow-icon-dark.svg @@ -0,0 +1 @@ +WhiteWhite Icon \ No newline at end of file diff --git a/static/library/tensorflow-icon-light.svg b/static/library/tensorflow-icon-light.svg new file mode 100644 index 0000000..3e72477 --- /dev/null +++ b/static/library/tensorflow-icon-light.svg @@ -0,0 +1 @@ +FullColorPrimary Icon \ No newline at end of file diff --git a/static/library/tensorflow-wordmark-dark.svg b/static/library/tensorflow-wordmark-dark.svg new file mode 100644 index 0000000..4a6a981 --- /dev/null +++ b/static/library/tensorflow-wordmark-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/tensorflow-wordmark-light.svg b/static/library/tensorflow-wordmark-light.svg new file mode 100644 index 0000000..b9e89d6 --- /dev/null +++ b/static/library/tensorflow-wordmark-light.svg @@ -0,0 +1 @@ +FullColorPrimary Horizontal \ No newline at end of file