📦 Add Anthropic logo & wordmark SVGs

This commit is contained in:
pheralb
2025-02-25 15:09:26 +00:00
parent 487a607f61
commit 5b5546b9e2
5 changed files with 17 additions and 0 deletions
+13
View File
@@ -3345,5 +3345,18 @@ export const svgs: iSVG[] = [
dark: '/library/inflectionai_wordmark_dark.svg'
},
url: 'https://inflection.ai/'
},
{
title: 'Anthropic',
category: 'AI',
route: {
light: '/library/anthropic_black.svg',
dark: '/library/anthropic_white.svg'
},
wordmark: {
light: '/library/anthropic_black_wordmark.svg',
dark: '/library/anthropic_white_wordmark.svg'
},
url: 'https://www.anthropic.com/'
}
];