From f59b6cb0d8405b0598583fb80df95c282a15bb39 Mon Sep 17 00:00:00 2001 From: Miguel Vega Date: Mon, 18 Nov 2024 20:57:58 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Add=20bolt=20SVG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/svgs.ts | 9 +++++++++ static/library/bolt-new.svg | 1 + static/library/bolt-new_dark.svg | 1 + 3 files changed, 11 insertions(+) create mode 100644 static/library/bolt-new.svg create mode 100644 static/library/bolt-new_dark.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 45cf107..c20cc5a 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -3048,5 +3048,14 @@ export const svgs: iSVG[] = [ dark: '/library/polar-sh_dark.svg' }, url: 'https://polar.sh/' + }, + { + title: 'bolt', + category: 'Devtool', + route: { + light: '/library/bolt-new.svg', + dark: '/library/bolt-new_dark.svg' + }, + url: 'https://bolt.new/' } ]; diff --git a/static/library/bolt-new.svg b/static/library/bolt-new.svg new file mode 100644 index 0000000..412b98a --- /dev/null +++ b/static/library/bolt-new.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/bolt-new_dark.svg b/static/library/bolt-new_dark.svg new file mode 100644 index 0000000..b4ad193 --- /dev/null +++ b/static/library/bolt-new_dark.svg @@ -0,0 +1 @@ + \ No newline at end of file