From 1f3ece7bf2ae76a4b1b2715e4e06a9103a044604 Mon Sep 17 00:00:00 2001 From: ridemountainpig Date: Mon, 18 Mar 2024 15:54:37 +0800 Subject: [PATCH] feat: add raycast wordmark svg --- src/data/svgs.ts | 4 ++++ static/library/raycast-wordmark-dark.svg | 1 + static/library/raycast-wordmark-light.svg | 1 + 3 files changed, 6 insertions(+) create mode 100644 static/library/raycast-wordmark-dark.svg create mode 100644 static/library/raycast-wordmark-light.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 5948602..f2de715 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -2102,6 +2102,10 @@ export const svgs: iSVG[] = [ title: 'Raycast', category: 'Software', route: '/library/raycast.svg', + wordmark: { + light: '/library/raycast-wordmark-light.svg', + dark: '/library/raycast-wordmark-dark.svg' + }, url: 'https://raycast.com/' }, { diff --git a/static/library/raycast-wordmark-dark.svg b/static/library/raycast-wordmark-dark.svg new file mode 100644 index 0000000..3307a75 --- /dev/null +++ b/static/library/raycast-wordmark-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/raycast-wordmark-light.svg b/static/library/raycast-wordmark-light.svg new file mode 100644 index 0000000..e77a723 --- /dev/null +++ b/static/library/raycast-wordmark-light.svg @@ -0,0 +1 @@ + \ No newline at end of file