From 437f69de614db91649290ff1cbec180ff40ee5fc Mon Sep 17 00:00:00 2001 From: Nattu Date: Thu, 25 Sep 2025 12:14:10 +0900 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Add=20LottieFiles=20logo=20and=20wo?= =?UTF-8?q?rdmark?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add LottieFiles design platform logo to the library with both icon and wordmark versions. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- src/data/svgs.ts | 7 +++++++ static/library/lottiefiles-wordmark.svg | 23 +++++++++++++++++++++++ static/library/lottiefiles.svg | 4 ++++ 3 files changed, 34 insertions(+) create mode 100644 static/library/lottiefiles-wordmark.svg create mode 100644 static/library/lottiefiles.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index b26f938..3e9c178 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -3407,6 +3407,13 @@ export const svgs: iSVG[] = [ route: "/library/lottielab.svg", url: "https://www.lottielab.com/", }, + { + title: "LottieFiles", + category: "Design", + route: "/library/lottiefiles.svg", + wordmark: "/library/lottiefiles-wordmark.svg", + url: "https://lottiefiles.com/", + }, { title: "TanStack", category: ["Software", "Library"], diff --git a/static/library/lottiefiles-wordmark.svg b/static/library/lottiefiles-wordmark.svg new file mode 100644 index 0000000..ce060f0 --- /dev/null +++ b/static/library/lottiefiles-wordmark.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/library/lottiefiles.svg b/static/library/lottiefiles.svg new file mode 100644 index 0000000..e182382 --- /dev/null +++ b/static/library/lottiefiles.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file