From 18631582d8a8c71a2954e27922a013f7546fec63 Mon Sep 17 00:00:00 2001 From: Harry Yep Date: Fri, 14 Mar 2025 22:28:14 +0800 Subject: [PATCH] feat: grok --- src/data/svgs.ts | 13 +++++++++++++ static/library/grok-dark.svg | 4 ++++ static/library/grok-light.svg | 4 ++++ static/library/grok-wordmark-dark.svg | 8 ++++++++ static/library/grok-wordmark-light.svg | 8 ++++++++ 5 files changed, 37 insertions(+) create mode 100644 static/library/grok-dark.svg create mode 100644 static/library/grok-light.svg create mode 100644 static/library/grok-wordmark-dark.svg create mode 100644 static/library/grok-wordmark-light.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 2e736b8..2a3547c 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -707,6 +707,19 @@ export const svgs: iSVG[] = [ route: '/library/graphql.svg', url: 'https://graphql.org/' }, + { + title: 'Grok', + category: 'AI', + route: { + light: '/library/grok-light.svg', + dark: '/library/grok-dark.svg' + }, + wordmark: { + light: '/library/grok-wordmark-light.svg', + dark: '/library/grok-wordmark-dark.svg' + }, + url: 'https://grok.com/' + }, { title: 'GitLab', category: 'Software', diff --git a/static/library/grok-dark.svg b/static/library/grok-dark.svg new file mode 100644 index 0000000..642d7b6 --- /dev/null +++ b/static/library/grok-dark.svg @@ -0,0 +1,4 @@ + + + + diff --git a/static/library/grok-light.svg b/static/library/grok-light.svg new file mode 100644 index 0000000..7057a3b --- /dev/null +++ b/static/library/grok-light.svg @@ -0,0 +1,4 @@ + + + + diff --git a/static/library/grok-wordmark-dark.svg b/static/library/grok-wordmark-dark.svg new file mode 100644 index 0000000..bb23916 --- /dev/null +++ b/static/library/grok-wordmark-dark.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/static/library/grok-wordmark-light.svg b/static/library/grok-wordmark-light.svg new file mode 100644 index 0000000..d351787 --- /dev/null +++ b/static/library/grok-wordmark-light.svg @@ -0,0 +1,8 @@ + + + + + + + +