From c397b1b66cb870bedd21cad02af6b3e5ca418c38 Mon Sep 17 00:00:00 2001 From: ivanosquis10 Date: Sun, 28 Jan 2024 12:53:51 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6Added=20SWR=20library=20logo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/svgs.ts | 9 +++++++++ static/library/swr-dark.svg | 3 +++ static/library/swr-light.svg | 3 +++ 3 files changed, 15 insertions(+) create mode 100644 static/library/swr-dark.svg create mode 100644 static/library/swr-light.svg 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