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