mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
Added Apache kafka svg with light and dark mode variants
This commit is contained in:
+4
-1
@@ -3906,7 +3906,10 @@ export const svgs: iSVG[] = [
|
|||||||
{
|
{
|
||||||
title: "Apache Kafka",
|
title: "Apache Kafka",
|
||||||
category: "Analytics",
|
category: "Analytics",
|
||||||
route: "/library/apache-kafka-logo.svg",
|
route: {
|
||||||
|
light: '/library/apache-kafka-light.svg',
|
||||||
|
dark: '/library/apache-kafka-dark.svg'
|
||||||
|
},
|
||||||
wordmark: {
|
wordmark: {
|
||||||
light: "/library/apache-kafka-wordmark-light.svg",
|
light: "/library/apache-kafka-wordmark-light.svg",
|
||||||
dark: "/library/apache-kafka-wordmark-dark.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 |
Reference in New Issue
Block a user