developer-icons 4.3.3 → 4.3.5

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,3 @@
1
+ import { DeveloperIconProps } from '../icon';
2
+
3
+ export declare const CIcon: (props: DeveloperIconProps) => import('react').FunctionComponentElement<DeveloperIconProps>;
@@ -0,0 +1,3 @@
1
+ import { DeveloperIconProps } from '../icon';
2
+
3
+ export declare const FlaskDarkIcon: (props: DeveloperIconProps) => import('react').FunctionComponentElement<DeveloperIconProps>;
@@ -0,0 +1,3 @@
1
+ import { DeveloperIconProps } from '../icon';
2
+
3
+ export declare const FlaskLightIcon: (props: DeveloperIconProps) => import('react').FunctionComponentElement<DeveloperIconProps>;
@@ -0,0 +1,3 @@
1
+ import { DeveloperIconProps } from '../icon';
2
+
3
+ export declare const GitHubDarkIcon: (props: DeveloperIconProps) => import('react').FunctionComponentElement<DeveloperIconProps>;
@@ -0,0 +1,3 @@
1
+ import { DeveloperIconProps } from '../icon';
2
+
3
+ export declare const GitHubLightIcon: (props: DeveloperIconProps) => import('react').FunctionComponentElement<DeveloperIconProps>;
@@ -0,0 +1,3 @@
1
+ import { DeveloperIconProps } from '../icon';
2
+
3
+ export declare const RustDarkIcon: (props: DeveloperIconProps) => import('react').FunctionComponentElement<DeveloperIconProps>;
@@ -0,0 +1,3 @@
1
+ import { DeveloperIconProps } from '../icon';
2
+
3
+ export declare const RustLightIcon: (props: DeveloperIconProps) => import('react').FunctionComponentElement<DeveloperIconProps>;
@@ -0,0 +1,3 @@
1
+ import { DeveloperIconProps } from '../icon';
2
+
3
+ export declare const TensorflowIcon: (props: DeveloperIconProps) => import('react').FunctionComponentElement<DeveloperIconProps>;
@@ -27,6 +27,7 @@ export * from './Bootstrap5Icon.tsx';
27
27
  export * from './BraveIcon.tsx';
28
28
  export * from './BulmaUIIcon.tsx';
29
29
  export * from './BunJsIcon.tsx';
30
+ export * from './CIcon.tsx';
30
31
  export * from './CSharpIcon.tsx';
31
32
  export * from './CPlusPlusIcon.tsx';
32
33
  export * from './CakePHPIcon.tsx';
@@ -75,13 +76,15 @@ export * from './FaunaDBIcon.tsx';
75
76
  export * from './FigmaIcon.tsx';
76
77
  export * from './FirebaseIcon.tsx';
77
78
  export * from './FirefoxIcon.tsx';
78
- export * from './FlaskIcon.tsx';
79
+ export * from './FlaskDarkIcon.tsx';
80
+ export * from './FlaskLightIcon.tsx';
79
81
  export * from './FlutterIcon.tsx';
80
82
  export * from './FlyIoIcon.tsx';
81
83
  export * from './FramerIcon.tsx';
82
84
  export * from './GatsbyIcon.tsx';
83
85
  export * from './GitIcon.tsx';
84
- export * from './GitHubIcon.tsx';
86
+ export * from './GitHubDarkIcon.tsx';
87
+ export * from './GitHubLightIcon.tsx';
85
88
  export * from './GitHubCopilotIcon.tsx';
86
89
  export * from './GitLabIcon.tsx';
87
90
  export * from './GmailIcon.tsx';
@@ -202,7 +205,8 @@ export * from './RenderIcon.tsx';
202
205
  export * from './ReSendIcon.tsx';
203
206
  export * from './RollupIcon.tsx';
204
207
  export * from './RubyIcon.tsx';
205
- export * from './RustIcon.tsx';
208
+ export * from './RustDarkIcon.tsx';
209
+ export * from './RustLightIcon.tsx';
206
210
  export * from './SafariIcon.tsx';
207
211
  export * from './SassIcon.tsx';
208
212
  export * from './ScalaIcon.tsx';
@@ -227,6 +231,7 @@ export * from './SwaggerIcon.tsx';
227
231
  export * from './SwiftIcon.tsx';
228
232
  export * from './TailwindCSSIcon.tsx';
229
233
  export * from './TelegramIcon.tsx';
234
+ export * from './TensorflowIcon.tsx';
230
235
  export * from './ThreadsDarkIcon.tsx';
231
236
  export * from './ThreadsLightIcon.tsx';
232
237
  export * from './ThreeJsIcon.tsx';