From 2b0a46a7ec401ca936e0df9a4195dbdf74aee038 Mon Sep 17 00:00:00 2001 From: pheralb Date: Mon, 14 Oct 2024 17:55:35 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Update=20Claude=20AI=20logo=20+?= =?UTF-8?q?=20add=20UnoCSS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/svgs.ts | 22 ++++++++++++++----- static/library/claude-ai-icon.svg | 1 + .../library/claude-ai-wordmark-icon_dark.svg | 1 + .../library/claude-ai-wordmark-icon_light.svg | 1 + static/library/unocss.svg | 1 + 5 files changed, 20 insertions(+), 6 deletions(-) create mode 100644 static/library/claude-ai-icon.svg create mode 100644 static/library/claude-ai-wordmark-icon_dark.svg create mode 100644 static/library/claude-ai-wordmark-icon_light.svg create mode 100644 static/library/unocss.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 9c47c4b..229ce59 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -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/' } ]; diff --git a/static/library/claude-ai-icon.svg b/static/library/claude-ai-icon.svg new file mode 100644 index 0000000..d300701 --- /dev/null +++ b/static/library/claude-ai-icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/claude-ai-wordmark-icon_dark.svg b/static/library/claude-ai-wordmark-icon_dark.svg new file mode 100644 index 0000000..bdb54e9 --- /dev/null +++ b/static/library/claude-ai-wordmark-icon_dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/claude-ai-wordmark-icon_light.svg b/static/library/claude-ai-wordmark-icon_light.svg new file mode 100644 index 0000000..48ae968 --- /dev/null +++ b/static/library/claude-ai-wordmark-icon_light.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/unocss.svg b/static/library/unocss.svg new file mode 100644 index 0000000..dfdb22f --- /dev/null +++ b/static/library/unocss.svg @@ -0,0 +1 @@ + \ No newline at end of file