diff --git a/src/data/svgs.ts b/src/data/svgs.ts
index 6fba7e0..cebc574 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 @@
+
\ 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 @@
+
\ 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 @@
+
\ No newline at end of file