From 6a38ce6c50b311009cfa7bd7091d987669fd45bf Mon Sep 17 00:00:00 2001 From: Miguel Vega Date: Mon, 30 Dec 2024 17:02:37 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Add=20Replit=20logo=20and=20word?= =?UTF-8?q?mark=20SVGs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/svgs.ts | 10 ++++++++++ static/library/replit-wordmark.svg | 1 + static/library/replit-wordmark_dark.svg | 1 + static/library/replit.svg | 1 + 4 files changed, 13 insertions(+) create mode 100644 static/library/replit-wordmark.svg create mode 100644 static/library/replit-wordmark_dark.svg create mode 100644 static/library/replit.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index e945d48e..05e64141 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -3173,5 +3173,15 @@ export const svgs: iSVG[] = [ category: ['Software', 'Library'], route: '/library/tanstack.svg', url: 'https://tanstack.com/' + }, + { + title: 'Replit', + category: 'Software', + route: '/library/replit.svg', + wordmark: { + light: '/library/replit-wordmark.svg', + dark: '/library/replit-wordmark_dark.svg' + }, + url: 'https://replit.com/' } ]; diff --git a/static/library/replit-wordmark.svg b/static/library/replit-wordmark.svg new file mode 100644 index 00000000..0c76f9c4 --- /dev/null +++ b/static/library/replit-wordmark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/replit-wordmark_dark.svg b/static/library/replit-wordmark_dark.svg new file mode 100644 index 00000000..ee82ce23 --- /dev/null +++ b/static/library/replit-wordmark_dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/replit.svg b/static/library/replit.svg new file mode 100644 index 00000000..a6278d2c --- /dev/null +++ b/static/library/replit.svg @@ -0,0 +1 @@ + \ No newline at end of file