developer-icons 5.3.0 → 5.3.2

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 DenoFresh: (props: DeveloperIconProps) => import('react').FunctionComponentElement<DeveloperIconProps>;
@@ -0,0 +1,2 @@
1
+ import { DeveloperIconProps } from '../icon';
2
+ export declare const FastAPI: (props: DeveloperIconProps) => import('react').FunctionComponentElement<DeveloperIconProps>;
@@ -0,0 +1,2 @@
1
+ import { DeveloperIconProps } from '../icon';
2
+ export declare const HuggingFace: (props: DeveloperIconProps) => import('react').FunctionComponentElement<DeveloperIconProps>;
@@ -0,0 +1,2 @@
1
+ import { DeveloperIconProps } from '../icon';
2
+ export declare const WebRTC: (props: DeveloperIconProps) => import('react').FunctionComponentElement<DeveloperIconProps>;
@@ -59,6 +59,7 @@ export * from './Dart.tsx';
59
59
  export * from './Datadog.tsx';
60
60
  export * from './DeepSeek.tsx';
61
61
  export * from './DeepSeekWordmark.tsx';
62
+ export * from './DenoFresh.tsx';
62
63
  export * from './Deno.tsx';
63
64
  export * from './DeveloperIcons.tsx';
64
65
  export * from './DigitalOcean.tsx';
@@ -80,6 +81,7 @@ export * from './ESLint.tsx';
80
81
  export * from './ExpressJsDark.tsx';
81
82
  export * from './ExpressJsLight.tsx';
82
83
  export * from './Facebook.tsx';
84
+ export * from './FastAPI.tsx';
83
85
  export * from './FaunaDB.tsx';
84
86
  export * from './Figma.tsx';
85
87
  export * from './Firebase.tsx';
@@ -116,6 +118,7 @@ export * from './HHVM.tsx';
116
118
  export * from './Homebrew.tsx';
117
119
  export * from './Hotjar.tsx';
118
120
  export * from './HTML5.tsx';
121
+ export * from './HuggingFace.tsx';
119
122
  export * from './Hyper2.tsx';
120
123
  export * from './I18next.tsx';
121
124
  export * from './InDesign.tsx';
@@ -269,6 +272,7 @@ export * from './VK.tsx';
269
272
  export * from './VueJs.tsx';
270
273
  export * from './WebAssembly.tsx';
271
274
  export * from './Webpack.tsx';
275
+ export * from './WebRTC.tsx';
272
276
  export * from './WhatsApp.tsx';
273
277
  export * from './WordPress.tsx';
274
278
  export * from './XDark.tsx';