From 268c2720acf9ec7038d6e21cbc4a878327f57973 Mon Sep 17 00:00:00 2001 From: pheralb Date: Mon, 30 Dec 2024 12:40:12 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Add=20TanStack=20SVG=20logo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/svgs.ts | 6 ++++++ static/library/tanstack.svg | 1 + 2 files changed, 7 insertions(+) create mode 100644 static/library/tanstack.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index d154965..e945d48 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -3167,5 +3167,11 @@ export const svgs: iSVG[] = [ category: 'Design', route: '/library/lottielab.svg', url: 'https://www.lottielab.com/' + }, + { + title: 'TanStack', + category: ['Software', 'Library'], + route: '/library/tanstack.svg', + url: 'https://tanstack.com/' } ]; diff --git a/static/library/tanstack.svg b/static/library/tanstack.svg new file mode 100644 index 0000000..9c596b7 --- /dev/null +++ b/static/library/tanstack.svg @@ -0,0 +1 @@ + \ No newline at end of file