mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
📦 Update LottieFiles SVGs + add brand assets for Lottie & Cursor
This commit is contained in:
+12
-7
@@ -3407,13 +3407,6 @@ 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"],
|
||||
@@ -3984,6 +3977,7 @@ export const svgs: iSVG[] = [
|
||||
{
|
||||
title: "Cursor",
|
||||
category: ["Software"],
|
||||
brandUrl: "https://cursor.com/brand",
|
||||
route: {
|
||||
light: "/library/cursor_light.svg",
|
||||
dark: "/library/cursor_dark.svg",
|
||||
@@ -3994,4 +3988,15 @@ export const svgs: iSVG[] = [
|
||||
},
|
||||
url: "https://www.cursor.com",
|
||||
},
|
||||
{
|
||||
title: "LottieFiles",
|
||||
category: "Design",
|
||||
route: "/library/lottiefiles.svg",
|
||||
brandUrl: "https://lottiefiles.com/brand-assets",
|
||||
wordmark: {
|
||||
light: "/library/lottiefiles-wordmark-light.svg",
|
||||
dark: "/library/lottiefiles-wordmark-dark.svg",
|
||||
},
|
||||
url: "https://lottiefiles.com/",
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user