Skip to content

Commit 9a2605d

Browse files
authored
Merge pull request #823 from jayvidev/add-epicgames-svg
📦 Add Epic Games logo with light and dark mode variants
2 parents 13a2a16 + 0e9e47a commit 9a2605d

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

src/data/svgs.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2788,6 +2788,15 @@ export const svgs: iSVG[] = [
27882788
route: "/library/steam.svg",
27892789
url: "https://store.steampowered.com/",
27902790
},
2791+
{
2792+
title: "Epic Games",
2793+
category: ["Entertainment", "Platform", "Software", "Marketplace", "Devtool"],
2794+
route: {
2795+
light: "/library/epicgames-icon-light.svg",
2796+
dark: "/library/epicgames-icon-dark.svg",
2797+
},
2798+
url: "https://www.epicgames.com/",
2799+
},
27912800
{
27922801
title: "Tabby",
27932802
category: "Software",
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)