From 7f5c374d02e48caa552224e1e4ea26bf21bb1b59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Campillo?= Date: Wed, 17 Sep 2025 22:35:59 -0600 Subject: [PATCH] chagnes --- src/data/svgs.ts | 13 +++++++++++++ static/library/Intello-wordmark-light.svg | 12 ++++++++++++ static/library/intello-dark.svg | 5 +++++ static/library/intello-light.svg | 5 +++++ static/library/intello-wordmark-dark.svg | 12 ++++++++++++ 5 files changed, 47 insertions(+) create mode 100644 static/library/Intello-wordmark-light.svg create mode 100644 static/library/intello-dark.svg create mode 100644 static/library/intello-light.svg create mode 100644 static/library/intello-wordmark-dark.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index f4291ae..e58a48a 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -3960,5 +3960,18 @@ export const svgs: iSVG[] = [ category: 'Google', route: '/library/googleMaps.svg', url: 'https://www.google.com/maps/' + }, + { + title: 'Intello', + category: 'Platform', + route: { + light: '/library/intello-light.svg', + dark: '/library/intello-dark.svg' + }, + wordmark: { + light: '/library/intello-wordmark-light.svg', + dark: '/library/intello-wordmark-dark.svg' + }, + url: 'https://intelloai.com/' } ]; diff --git a/static/library/Intello-wordmark-light.svg b/static/library/Intello-wordmark-light.svg new file mode 100644 index 0000000..c2036c2 --- /dev/null +++ b/static/library/Intello-wordmark-light.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/static/library/intello-dark.svg b/static/library/intello-dark.svg new file mode 100644 index 0000000..d532b64 --- /dev/null +++ b/static/library/intello-dark.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/static/library/intello-light.svg b/static/library/intello-light.svg new file mode 100644 index 0000000..9cd8b70 --- /dev/null +++ b/static/library/intello-light.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/static/library/intello-wordmark-dark.svg b/static/library/intello-wordmark-dark.svg new file mode 100644 index 0000000..ae7eebb --- /dev/null +++ b/static/library/intello-wordmark-dark.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + +