Skip to content

Commit 10e155e

Browse files
authored
Merge pull request #907 from birobirobiro/main
📦 Add new SVGs and update Resend icons
2 parents 9a2605d + 8df68fa commit 10e155e

24 files changed

+461
-9
lines changed

src/data/svgs.ts

Lines changed: 86 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2790,7 +2790,13 @@ export const svgs: iSVG[] = [
27902790
},
27912791
{
27922792
title: "Epic Games",
2793-
category: ["Entertainment", "Platform", "Software", "Marketplace", "Devtool"],
2793+
category: [
2794+
"Entertainment",
2795+
"Platform",
2796+
"Software",
2797+
"Marketplace",
2798+
"Devtool",
2799+
],
27942800
route: {
27952801
light: "/library/epicgames-icon-light.svg",
27962802
dark: "/library/epicgames-icon-dark.svg",
@@ -4425,4 +4431,83 @@ export const svgs: iSVG[] = [
44254431
brandUrl: "https://www.firecrawl.dev/brand",
44264432
url: "https://www.firecrawl.dev/",
44274433
},
4434+
{
4435+
title: "AbacatePay",
4436+
category: "Payment",
4437+
route: "/library/abacatepay.svg",
4438+
wordmark: "/library/abacatepay-wordmark.svg",
4439+
url: "https://abacatepay.com",
4440+
},
4441+
{
4442+
title: "Google Calendar",
4443+
category: ["Google", "Software"],
4444+
route: "/library/google-calendar.svg",
4445+
url: "https://calendar.google.com/",
4446+
},
4447+
{
4448+
title: "Google Meet",
4449+
category: ["Google", "Software"],
4450+
route: "/library/google-meet.svg",
4451+
url: "https://meet.google.com/",
4452+
},
4453+
{
4454+
title: "Google Sheets",
4455+
category: ["Google", "Software"],
4456+
route: "/library/google-sheets.svg",
4457+
url: "https://sheets.google.com/",
4458+
},
4459+
{
4460+
title: "Google Slides",
4461+
category: ["Google", "Software"],
4462+
route: "/library/google-slides.svg",
4463+
url: "https://slides.google.com/",
4464+
},
4465+
{
4466+
title: "Google Chat",
4467+
category: ["Google", "Software"],
4468+
route: "/library/google-chat.svg",
4469+
url: "https://chat.google.com/",
4470+
},
4471+
{
4472+
title: "Google Analytics",
4473+
category: ["Google", "Software"],
4474+
route: "/library/google-analytics.svg",
4475+
url: "https://analytics.google.com/",
4476+
},
4477+
{
4478+
title: "Hotmart",
4479+
category: "Marketplace",
4480+
route: "/library/hotmart.svg",
4481+
wordmark: "/library/hotmart-wordmark.svg",
4482+
url: "https://www.hotmart.com/",
4483+
},
4484+
{
4485+
title: "Microsoft Office",
4486+
category: ["Microsoft", "Software"],
4487+
route: "/library/microsoft-office.svg",
4488+
url: "https://www.office.com/",
4489+
},
4490+
{
4491+
title: "Midjourney",
4492+
category: ["AI", "Software"],
4493+
route: {
4494+
light: "/library/midjourney.svg",
4495+
dark: "/library/midjourney-dark.svg",
4496+
},
4497+
url: "https://www.midjourney.com/",
4498+
},
4499+
{
4500+
title: "Manus",
4501+
category: ["AI", "Software"],
4502+
route: {
4503+
light: "/library/manus.svg",
4504+
dark: "/library/manus-dark.svg",
4505+
},
4506+
wordmark: {
4507+
light: "/library/manus-wordmark.svg",
4508+
dark: "/library/manus-wordmark-dark.svg",
4509+
},
4510+
brandUrl: "https://www.manus.ai/brand",
4511+
url: "https://www.manus.ai/",
4512+
},
44284513
];
Lines changed: 1 addition & 0 deletions
Loading

static/library/abacatepay.svg

Lines changed: 7 additions & 0 deletions
Loading
Lines changed: 18 additions & 0 deletions
Loading

static/library/google-calendar.svg

Lines changed: 17 additions & 0 deletions
Loading

static/library/google-chat.svg

Lines changed: 12 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)