From 6d347e3e58dae4e5a84d106b36cee8cfb166326f Mon Sep 17 00:00:00 2001 From: Miguel Vega Date: Fri, 7 Mar 2025 21:20:10 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Add=20CurseForge=20SVG=20with=20?= =?UTF-8?q?light=20and=20dark=20variants?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/svgs.ts | 15 +++++++++++++++ static/library/curseforge-dark.svg | 1 + static/library/curseforge-wordmark-dark.svg | 1 + static/library/curseforge-wordmark.svg | 1 + static/library/curseforge.svg | 1 + 5 files changed, 19 insertions(+) create mode 100644 static/library/curseforge-dark.svg create mode 100644 static/library/curseforge-wordmark-dark.svg create mode 100644 static/library/curseforge-wordmark.svg create mode 100644 static/library/curseforge.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 60540a2..1414907 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -3404,5 +3404,20 @@ export const svgs: iSVG[] = [ category: ['Software', 'Design'], route: '/library/designali.svg', url: 'https://designali.in' + }, + { + title: 'CurseForge', + category: ['Marketplace', 'Community'], + route: { + light: '/library/curseforge.svg', + dark: '/library/curseforge-dark.svg' + }, + wordmark: { + light: '/library/curseforge-wordmark.svg', + dark: '/library/curseforge-wordmark-dark.svg' + }, + url: 'https://curseforge.com/', + brandUrl: + 'https://www.figma.com/file/YYn36CxVpcT6aPKDXIH9JG/CurseForge-Brandbook?type=design&node-id=0-1&t=dvC0gPtyP36PQdsi-0' } ]; diff --git a/static/library/curseforge-dark.svg b/static/library/curseforge-dark.svg new file mode 100644 index 0000000..ec20cfe --- /dev/null +++ b/static/library/curseforge-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/curseforge-wordmark-dark.svg b/static/library/curseforge-wordmark-dark.svg new file mode 100644 index 0000000..470ec53 --- /dev/null +++ b/static/library/curseforge-wordmark-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/curseforge-wordmark.svg b/static/library/curseforge-wordmark.svg new file mode 100644 index 0000000..62c42eb --- /dev/null +++ b/static/library/curseforge-wordmark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/curseforge.svg b/static/library/curseforge.svg new file mode 100644 index 0000000..090c317 --- /dev/null +++ b/static/library/curseforge.svg @@ -0,0 +1 @@ + \ No newline at end of file