From 41e5a618deed7135c6d268d863c4547f07681f39 Mon Sep 17 00:00:00 2001 From: pheralb Date: Tue, 23 Jan 2024 16:58:18 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Add=20replicate=20with=20wordmar?= =?UTF-8?q?k=20&=20light/dark=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/svgs.ts | 13 +++++++++++++ static/library/replicate-wordmark_dark.svg | 13 +++++++++++++ static/library/replicate-wordmark_light.svg | 13 +++++++++++++ static/library/replicate_dark.svg | 12 ++++++++++++ static/library/replicate_light.svg | 12 ++++++++++++ 5 files changed, 63 insertions(+) create mode 100644 static/library/replicate-wordmark_dark.svg create mode 100644 static/library/replicate-wordmark_light.svg create mode 100644 static/library/replicate_dark.svg create mode 100644 static/library/replicate_light.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index df821b9..a60fe95 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -2363,5 +2363,18 @@ export const svgs: iSVG[] = [ category: 'Language', route: '/library/csharp.svg', url: 'https://dotnet.microsoft.com/languages/csharp' + }, + { + title: 'Replicate', + category: 'AI', + route: { + light: '/library/replicate_light.svg', + dark: '/library/replicate_dark.svg' + }, + wordmark: { + light: '/library/replicate-wordmark_light.svg', + dark: '/library/replicate-wordmark_dark.svg' + }, + url: 'https://replicate.com/' } ]; diff --git a/static/library/replicate-wordmark_dark.svg b/static/library/replicate-wordmark_dark.svg new file mode 100644 index 0000000..5392716 --- /dev/null +++ b/static/library/replicate-wordmark_dark.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/static/library/replicate-wordmark_light.svg b/static/library/replicate-wordmark_light.svg new file mode 100644 index 0000000..d3b87fb --- /dev/null +++ b/static/library/replicate-wordmark_light.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/static/library/replicate_dark.svg b/static/library/replicate_dark.svg new file mode 100644 index 0000000..4637f35 --- /dev/null +++ b/static/library/replicate_dark.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/static/library/replicate_light.svg b/static/library/replicate_light.svg new file mode 100644 index 0000000..8b1f448 --- /dev/null +++ b/static/library/replicate_light.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + +