mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
🔨 Bug fixes, new svgs & new improvements
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const Icons = [
|
||||
const SVGSLogos = [
|
||||
{
|
||||
id: 1,
|
||||
href: "/library/discord.svg",
|
||||
@@ -313,7 +313,35 @@ const Icons = [
|
||||
title: "WhatsApp",
|
||||
category: "Social",
|
||||
url: "https://web.whatsapp.com/",
|
||||
},
|
||||
{
|
||||
id: 46,
|
||||
href: "/library/headlessui.svg",
|
||||
title: "Headless UI",
|
||||
category: "Design",
|
||||
url: "https://headlessui.dev/",
|
||||
},
|
||||
{
|
||||
id: 47,
|
||||
href: "/library/kotlin.svg",
|
||||
title: "Kotlin",
|
||||
category: "Java",
|
||||
url: "https://kotlinlang.org/",
|
||||
},
|
||||
{
|
||||
id: 48,
|
||||
href: "/library/tiktok.svg",
|
||||
title: "TikTok",
|
||||
category: "Video Platform",
|
||||
url: "https://tiktok.com/",
|
||||
},
|
||||
{
|
||||
id: 49,
|
||||
href: "/library/storybook.svg",
|
||||
title: "Storybook",
|
||||
category: "UI component explorer",
|
||||
url: "https://storybook.js.org/",
|
||||
}
|
||||
];
|
||||
|
||||
export default Icons;
|
||||
export default SVGSLogos;
|
||||
Reference in New Issue
Block a user