developer-icons 5.3.7 → 5.3.8

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 NumPy: (props: DeveloperIconProps) => import('react').FunctionComponentElement<DeveloperIconProps>;
@@ -180,6 +180,7 @@ export * from './NodeJs.tsx';
180
180
  export * from './Notion.tsx';
181
181
  export * from './NPM.tsx';
182
182
  export * from './NPMWordmark.tsx';
183
+ export * from './NumPy.tsx';
183
184
  export * from './NuxtJs.tsx';
184
185
  export * from './OCaml.tsx';
185
186
  export * from './OneDrive.tsx';