developer-icons 5.3.6 → 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 Bluesky: (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>;
@@ -0,0 +1,2 @@
1
+ import { DeveloperIconProps } from '../icon';
2
+ export declare const PnpmDark: (props: DeveloperIconProps) => import('react').FunctionComponentElement<DeveloperIconProps>;
@@ -0,0 +1,2 @@
1
+ import { DeveloperIconProps } from '../icon';
2
+ export declare const PnpmDarkWordmark: (props: DeveloperIconProps) => import('react').FunctionComponentElement<DeveloperIconProps>;
@@ -0,0 +1,2 @@
1
+ import { DeveloperIconProps } from '../icon';
2
+ export declare const PnpmLight: (props: DeveloperIconProps) => import('react').FunctionComponentElement<DeveloperIconProps>;
@@ -0,0 +1,2 @@
1
+ import { DeveloperIconProps } from '../icon';
2
+ export declare const PnpmLightWordmark: (props: DeveloperIconProps) => import('react').FunctionComponentElement<DeveloperIconProps>;
@@ -28,6 +28,7 @@ export * from './Biome.tsx';
28
28
  export * from './Bitbucket.tsx';
29
29
  export * from './Bitnami.tsx';
30
30
  export * from './BlueprintJs.tsx';
31
+ export * from './Bluesky.tsx';
31
32
  export * from './Bootstrap4.tsx';
32
33
  export * from './Bootstrap5.tsx';
33
34
  export * from './Brave.tsx';
@@ -179,6 +180,7 @@ export * from './NodeJs.tsx';
179
180
  export * from './Notion.tsx';
180
181
  export * from './NPM.tsx';
181
182
  export * from './NPMWordmark.tsx';
183
+ export * from './NumPy.tsx';
182
184
  export * from './NuxtJs.tsx';
183
185
  export * from './OCaml.tsx';
184
186
  export * from './OneDrive.tsx';
@@ -193,6 +195,10 @@ export * from './Pinia.tsx';
193
195
  export * from './Pinterest.tsx';
194
196
  export * from './PixiJS.tsx';
195
197
  export * from './Playwright.tsx';
198
+ export * from './PnpmDark.tsx';
199
+ export * from './PnpmDarkWordmark.tsx';
200
+ export * from './PnpmLight.tsx';
201
+ export * from './PnpmLightWordmark.tsx';
196
202
  export * from './PostgreSQL.tsx';
197
203
  export * from './Postman.tsx';
198
204
  export * from './PowerShell.tsx';