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 @@ + + + + + + + + + + + +