diff --git a/src/data/svgs.ts b/src/data/svgs.ts
index a91b1a1..0d5394c 100644
--- a/src/data/svgs.ts
+++ b/src/data/svgs.ts
@@ -2401,5 +2401,14 @@ export const svgs: iSVG[] = [
dark: '/library/radix-ui_dark.svg'
},
url: 'https://www.radix-ui.com/'
+ },
+ {
+ title: 'SWR',
+ category: 'Library',
+ route: {
+ light: '/library/swr-light.svg',
+ dark: '/library/swr-dark.svg'
+ },
+ url: 'https://swr.vercel.app/'
}
];
diff --git a/static/library/swr-dark.svg b/static/library/swr-dark.svg
new file mode 100644
index 0000000..23b064e
--- /dev/null
+++ b/static/library/swr-dark.svg
@@ -0,0 +1,3 @@
+
\ No newline at end of file
diff --git a/static/library/swr-light.svg b/static/library/swr-light.svg
new file mode 100644
index 0000000..09a7c02
--- /dev/null
+++ b/static/library/swr-light.svg
@@ -0,0 +1,3 @@
+
\ No newline at end of file