diff --git a/src/data/svgs.ts b/src/data/svgs.ts index a19ec67..9ec6ff6 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -3199,5 +3199,11 @@ export const svgs: iSVG[] = [ category: ['Config', 'Library', 'Devtool'], route: '/library/dotenv.svg', url: 'https://github.com/motdotla/dotenv' + }, + { + title: 'Apache Kafka', + category: 'Software', + route: '/library/apache-kafka.svg', + url: 'https://kafka.apache.org' } ]; diff --git a/static/library/apache-kafka.svg b/static/library/apache-kafka.svg new file mode 100644 index 0000000..270d48c --- /dev/null +++ b/static/library/apache-kafka.svg @@ -0,0 +1 @@ + \ No newline at end of file