Merge branch 'main' of https://github.com/SameerJS6/svgl into add-lina

This commit is contained in:
SameerJS6
2025-09-26 09:03:43 +05:30
7 changed files with 143 additions and 78 deletions
+3
View File
@@ -61,6 +61,9 @@
crossorigin="anonymous"
/>
<!-- Manifest -->
<link rel="manifest" href="%sveltekit.assets%/manifest.json" />
<!-- Analytics -->
<script
defer
+12
View File
@@ -3977,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",
@@ -3987,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/",
},
];