From d9e8b018642eb8bb02e55a6f51b451f13e57fec7 Mon Sep 17 00:00:00 2001 From: Praveen Shinde Date: Wed, 18 Dec 2024 19:00:23 +0530 Subject: [PATCH] Add Lottielab logo --- src/data/svgs.ts | 6 ++++++ static/library/lottielab.svg | 1 + 2 files changed, 7 insertions(+) create mode 100644 static/library/lottielab.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 61e7c2b..02f6361 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -3154,5 +3154,11 @@ export const svgs: iSVG[] = [ dark: '/library/posthog-wordmark_dark.svg' }, url: 'https://posthog.com/' + }, + { + title: 'Lottielab', + category: 'Design', + route: '/library/lottielab.svg', + url: 'https://www.lottielab.com/' } ]; diff --git a/static/library/lottielab.svg b/static/library/lottielab.svg new file mode 100644 index 0000000..2f9f2d9 --- /dev/null +++ b/static/library/lottielab.svg @@ -0,0 +1 @@ + \ No newline at end of file