developer-icons 5.3.8 → 5.3.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,2 @@
1
+ import { DeveloperIconProps } from '../icon';
2
+ export declare const Kafka: (props: DeveloperIconProps) => import('react').FunctionComponentElement<DeveloperIconProps>;
@@ -141,6 +141,7 @@ export * from './Jira.tsx';
141
141
  export * from './JQuery.tsx';
142
142
  export * from './JSLint.tsx';
143
143
  export * from './JSON.tsx';
144
+ export * from './Kafka.tsx';
144
145
  export * from './Kibana.tsx';
145
146
  export * from './Kotlin.tsx';
146
147
  export * from './Kubernetes.tsx';