developer-icons 5.3.7 → 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>;
@@ -0,0 +1,2 @@
1
+ import { DeveloperIconProps } from '../icon';
2
+ export declare const NumPy: (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';
@@ -180,6 +181,7 @@ export * from './NodeJs.tsx';
180
181
  export * from './Notion.tsx';
181
182
  export * from './NPM.tsx';
182
183
  export * from './NPMWordmark.tsx';
184
+ export * from './NumPy.tsx';
183
185
  export * from './NuxtJs.tsx';
184
186
  export * from './OCaml.tsx';
185
187
  export * from './OneDrive.tsx';