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