diff --git a/src/data/svgs.ts b/src/data/svgs.ts index d1549650..e945d48e 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 00000000..9c596b71 --- /dev/null +++ b/static/library/tanstack.svg @@ -0,0 +1 @@ + \ No newline at end of file