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