diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 759a246..696930c 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1,6 +1,15 @@ import type { iSVG } from '../types/svg'; export const svgs: iSVG[] = [ + { + title: 'Inflection AI', + category: 'AI', + route: { + light: '/library/inflectionai_light.svg', + dark: '/library/inflectionai_dark.svg' + }, + url: 'https://inflection.ai/' + }, { title: 'Together AI', category: 'AI', diff --git a/static/library/inflectionai_dark.svg b/static/library/inflectionai_dark.svg new file mode 100644 index 0000000..e0ce565 --- /dev/null +++ b/static/library/inflectionai_dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/inflectionai_light.svg b/static/library/inflectionai_light.svg new file mode 100644 index 0000000..ad4c1d6 --- /dev/null +++ b/static/library/inflectionai_light.svg @@ -0,0 +1 @@ + \ No newline at end of file