Added Apache kafka svg with light and dark mode variants

This commit is contained in:
Tyler Durden
2025-10-09 10:36:39 +05:30
parent ff88dbc341
commit 8ed427b721
3 changed files with 26 additions and 8 deletions
+4 -1
View File
@@ -3906,7 +3906,10 @@ export const svgs: iSVG[] = [
{
title: "Apache Kafka",
category: "Analytics",
route: "/library/apache-kafka-logo.svg",
route: {
light: '/library/apache-kafka-light.svg',
dark: '/library/apache-kafka-dark.svg'
},
wordmark: {
light: "/library/apache-kafka-wordmark-light.svg",
dark: "/library/apache-kafka-wordmark-dark.svg",
File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.0 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.8 KiB