From 01e0b7c66b430fd4cc4d0ff4ca2a65b26a68675f Mon Sep 17 00:00:00 2001 From: "Vladimir Antonio F. C." <50648871+vladiantio@users.noreply.github.com> Date: Tue, 23 Sep 2025 10:48:12 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Add=20Kilo=20Code=20logo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/svgs.ts | 11 ++++++++++- static/library/kilocode-dark.svg | 1 + static/library/kilocode-light.svg | 1 + 3 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 static/library/kilocode-dark.svg create mode 100644 static/library/kilocode-light.svg 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