From a1d61d73fa0615bd8c27b7866f5964a9aa22329d Mon Sep 17 00:00:00 2001 From: RavianXReaver Date: Tue, 26 Aug 2025 17:31:31 +0900 Subject: [PATCH 1/4] Added Dingocoin logo --- src/data/svgs.ts | 6 ++++++ static/library/dingocoin.svg | 1 + 2 files changed, 7 insertions(+) create mode 100644 static/library/dingocoin.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 3eefeeb..1e022a2 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -3814,5 +3814,11 @@ export const svgs: iSVG[] = [ category: 'Library', route: '/library/unjs.svg', url: 'https://unjs.io/' + }, + { + title: 'Dingocoin', + category: 'Crypto', + route: '/library/dingocoin.svg', + url: 'https://dingocoin.com/' } ]; diff --git a/static/library/dingocoin.svg b/static/library/dingocoin.svg new file mode 100644 index 0000000..a0e16a8 --- /dev/null +++ b/static/library/dingocoin.svg @@ -0,0 +1 @@ + \ No newline at end of file From c7e86dd0f40ebf66d26a992952a719171b9a3b61 Mon Sep 17 00:00:00 2001 From: emanuelghdev Date: Wed, 17 Sep 2025 01:31:20 +0200 Subject: [PATCH 2/4] Add WebGL logo --- src/data/svgs.ts | 10 ++++++++++ static/library/webgl.svg | 1 + static/library/webgl_dark.svg | 1 + 3 files changed, 12 insertions(+) create mode 100644 static/library/webgl.svg create mode 100644 static/library/webgl_dark.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index f4291ae..51c15e2 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -3960,5 +3960,15 @@ export const svgs: iSVG[] = [ category: 'Google', route: '/library/googleMaps.svg', url: 'https://www.google.com/maps/' + }, + { + title: 'WebGL', + category: 'Library', + route: { + light: '/library/webgl.svg', + dark: '/library/webgl_dark.svg' + }, + url: 'https://www.khronos.org/webgl/', + brandUrl: 'https://www.khronos.org/legal/trademarks/' } ]; diff --git a/static/library/webgl.svg b/static/library/webgl.svg new file mode 100644 index 0000000..1938344 --- /dev/null +++ b/static/library/webgl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/webgl_dark.svg b/static/library/webgl_dark.svg new file mode 100644 index 0000000..7330708 --- /dev/null +++ b/static/library/webgl_dark.svg @@ -0,0 +1 @@ + \ No newline at end of file From 7f5c374d02e48caa552224e1e4ea26bf21bb1b59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Campillo?= Date: Wed, 17 Sep 2025 22:35:59 -0600 Subject: [PATCH 3/4] chagnes --- src/data/svgs.ts | 13 +++++++++++++ static/library/Intello-wordmark-light.svg | 12 ++++++++++++ static/library/intello-dark.svg | 5 +++++ static/library/intello-light.svg | 5 +++++ static/library/intello-wordmark-dark.svg | 12 ++++++++++++ 5 files changed, 47 insertions(+) create mode 100644 static/library/Intello-wordmark-light.svg create mode 100644 static/library/intello-dark.svg create mode 100644 static/library/intello-light.svg create mode 100644 static/library/intello-wordmark-dark.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index f4291ae..e58a48a 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -3960,5 +3960,18 @@ export const svgs: iSVG[] = [ category: 'Google', route: '/library/googleMaps.svg', url: 'https://www.google.com/maps/' + }, + { + title: 'Intello', + category: 'Platform', + route: { + light: '/library/intello-light.svg', + dark: '/library/intello-dark.svg' + }, + wordmark: { + light: '/library/intello-wordmark-light.svg', + dark: '/library/intello-wordmark-dark.svg' + }, + url: 'https://intelloai.com/' } ]; diff --git a/static/library/Intello-wordmark-light.svg b/static/library/Intello-wordmark-light.svg new file mode 100644 index 0000000..c2036c2 --- /dev/null +++ b/static/library/Intello-wordmark-light.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/static/library/intello-dark.svg b/static/library/intello-dark.svg new file mode 100644 index 0000000..d532b64 --- /dev/null +++ b/static/library/intello-dark.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/static/library/intello-light.svg b/static/library/intello-light.svg new file mode 100644 index 0000000..9cd8b70 --- /dev/null +++ b/static/library/intello-light.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/static/library/intello-wordmark-dark.svg b/static/library/intello-wordmark-dark.svg new file mode 100644 index 0000000..ae7eebb --- /dev/null +++ b/static/library/intello-wordmark-dark.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + 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 4/4] =?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