mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
📦 Add Anthropic logo & wordmark SVGs
This commit is contained in:
@@ -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/'
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user