mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
feat: 📦 Add Kafka logo and wordmark svg
This commit is contained in:
+13
-2
@@ -3812,6 +3812,17 @@ export const svgs: iSVG[] = [
|
||||
route: '/library/eslint.svg',
|
||||
url: 'https://eslint.org/'
|
||||
},
|
||||
{
|
||||
title: 'Apache Kafka',
|
||||
category: 'Analytics',
|
||||
route: '/library/apache-kafka-logo.svg',
|
||||
wordmark: {
|
||||
light: '/library/apache-kafka-wordmark-light.svg',
|
||||
dark: '/library/apache-kafka-wordmark-dark.svg'
|
||||
},
|
||||
url: 'https://kafka.apache.org/',
|
||||
brandUrl: 'https://kafka.apache.org/brand'
|
||||
},
|
||||
{
|
||||
title: 'PlainSignal',
|
||||
category: 'Analytics',
|
||||
@@ -3839,8 +3850,8 @@ export const svgs: iSVG[] = [
|
||||
dark: '/library/powersync-wordmark-dark.svg'
|
||||
},
|
||||
url: 'https://powersync.com/'
|
||||
},
|
||||
{
|
||||
},
|
||||
{
|
||||
title: 'n8n',
|
||||
category: ['Platform', 'Automation', 'AI'],
|
||||
route: '/library/n8n.svg',
|
||||
|
||||
Reference in New Issue
Block a user