diff --git a/src/data/svgs.ts b/src/data/svgs.ts
index 1e2d956..811fecb 100644
--- a/src/data/svgs.ts
+++ b/src/data/svgs.ts
@@ -3988,5 +3988,14 @@ export const svgs: iSVG[] = [
dark: '/library/intello-wordmark-dark.svg'
},
url: 'https://intelloai.com/'
+ },
+ {
+ title: 'Kilo Code',
+ category: ['AI', 'Devtool'],
+ route: {
+ light: '/library/kilocode-light.svg',
+ dark: '/library/kilocode-dark.svg'
+ },
+ url: 'https://kilocode.ai/'
}
-];
\ No newline at end of file
+];
diff --git a/static/library/kilocode-dark.svg b/static/library/kilocode-dark.svg
new file mode 100644
index 0000000..e5c9c45
--- /dev/null
+++ b/static/library/kilocode-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/kilocode-light.svg b/static/library/kilocode-light.svg
new file mode 100644
index 0000000..0cd5687
--- /dev/null
+++ b/static/library/kilocode-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file