mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
📦 Update Claude AI logo + add UnoCSS
This commit is contained in:
+16
-6
@@ -2272,12 +2272,6 @@ export const svgs: iSVG[] = [
|
||||
route: '/library/sourcegraph.svg',
|
||||
url: 'https://about.sourcegraph.com/'
|
||||
},
|
||||
{
|
||||
title: 'Claude AI',
|
||||
category: 'AI',
|
||||
route: '/library/claude-ai.svg',
|
||||
url: 'https://claude.ai/'
|
||||
},
|
||||
{
|
||||
title: 'Perplexity AI',
|
||||
category: 'AI',
|
||||
@@ -2977,5 +2971,21 @@ export const svgs: iSVG[] = [
|
||||
category: ['Social'],
|
||||
route: '/library/carrd.svg',
|
||||
url: 'https://carrd.co/'
|
||||
},
|
||||
{
|
||||
title: 'Claude AI',
|
||||
category: 'AI',
|
||||
route: '/library/claude-ai-icon.svg',
|
||||
wordmark: {
|
||||
light: '/library/claude-ai-wordmark-icon_light.svg',
|
||||
dark: '/library/claude-ai-wordmark-icon_dark.svg'
|
||||
},
|
||||
url: 'https://claude.ai/'
|
||||
},
|
||||
{
|
||||
title: 'UnoCSS',
|
||||
category: 'Devtool',
|
||||
route: '/library/unocss.svg',
|
||||
url: 'https://unocss.dev/'
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user