From 71a2c04437aa6523266ca11260943cc90a49a3f5 Mon Sep 17 00:00:00 2001 From: Suraj Date: Wed, 20 Dec 2023 18:18:52 +0530 Subject: [PATCH] added some ai svgs --- src/data/svgs.ts | 24 ++++++++++++++++++++++++ static/library/claude-ai.svg | 1 + static/library/cody.svg | 7 +++++++ static/library/perplexity.svg | 24 ++++++++++++++++++++++++ static/library/sourcegraph.svg | 13 +++++++++++++ 5 files changed, 69 insertions(+) create mode 100644 static/library/claude-ai.svg create mode 100644 static/library/cody.svg create mode 100644 static/library/perplexity.svg create mode 100644 static/library/sourcegraph.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 01fe393..af4a595 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1902,5 +1902,29 @@ export const svgs: iSVG[] = [ category: 'Software', route: '/library/xbox.svg', url: 'https://www.xbox.com/' + }, + { + title: 'Cody', + category: 'AI', + route: '/library/cody.svg', + url: 'https://about.sourcegraph.com/' + }, + { + title: 'Sourcegraph', + category: 'AI', + route: '/library/sourcegraph.svg', + url: 'https://about.sourcegraph.com/' + }, + { + title: 'Claude AI', + category: 'AI', + route: '/library/claude-ai.svg', + url: 'https://claude.ai/' + }, + { + title: 'Perplexity AI', + category: 'AI', + route: '/library/perplexity.svg', + url: 'https://perplexity.ai/' } ]; diff --git a/static/library/claude-ai.svg b/static/library/claude-ai.svg new file mode 100644 index 0000000..342d40b --- /dev/null +++ b/static/library/claude-ai.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/cody.svg b/static/library/cody.svg new file mode 100644 index 0000000..e593133 --- /dev/null +++ b/static/library/cody.svg @@ -0,0 +1,7 @@ + + + \ No newline at end of file diff --git a/static/library/perplexity.svg b/static/library/perplexity.svg new file mode 100644 index 0000000..5091b5a --- /dev/null +++ b/static/library/perplexity.svg @@ -0,0 +1,24 @@ + + + + + \ No newline at end of file diff --git a/static/library/sourcegraph.svg b/static/library/sourcegraph.svg new file mode 100644 index 0000000..728cc1d --- /dev/null +++ b/static/library/sourcegraph.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file