developer-icons 4.3.2 → 4.3.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,3 @@
1
+ import { DeveloperIconProps } from '../icon';
2
+
3
+ export declare const AnthropicBasicDarkIcon: (props: DeveloperIconProps) => import('react').FunctionComponentElement<DeveloperIconProps>;
@@ -0,0 +1,3 @@
1
+ import { DeveloperIconProps } from '../icon';
2
+
3
+ export declare const AnthropicBasicLightIcon: (props: DeveloperIconProps) => import('react').FunctionComponentElement<DeveloperIconProps>;
@@ -0,0 +1,3 @@
1
+ import { DeveloperIconProps } from '../icon';
2
+
3
+ export declare const AnthropicIcon: (props: DeveloperIconProps) => import('react').FunctionComponentElement<DeveloperIconProps>;
@@ -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 ClaudeAIIcon: (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>;
@@ -1,4 +1,8 @@
1
1
  export * from './AdobeXDIcon.tsx';
2
+ export * from './AnthropicIcon.tsx';
3
+ export * from './AnthropicBasicLightIcon.tsx';
4
+ export * from './AnthropicBasicDarkIcon.tsx';
5
+ export * from './ClaudeAIIcon.tsx';
2
6
  export * from './ApacheIcon.tsx';
3
7
  export * from './AppwriteIcon.tsx';
4
8
  export * from './ARCIcon.tsx';
@@ -23,6 +27,7 @@ export * from './Bootstrap5Icon.tsx';
23
27
  export * from './BraveIcon.tsx';
24
28
  export * from './BulmaUIIcon.tsx';
25
29
  export * from './BunJsIcon.tsx';
30
+ export * from './CIcon.tsx';
26
31
  export * from './CSharpIcon.tsx';
27
32
  export * from './CPlusPlusIcon.tsx';
28
33
  export * from './CakePHPIcon.tsx';
@@ -71,13 +76,15 @@ export * from './FaunaDBIcon.tsx';
71
76
  export * from './FigmaIcon.tsx';
72
77
  export * from './FirebaseIcon.tsx';
73
78
  export * from './FirefoxIcon.tsx';
74
- export * from './FlaskIcon.tsx';
79
+ export * from './FlaskDarkIcon.tsx';
80
+ export * from './FlaskLightIcon.tsx';
75
81
  export * from './FlutterIcon.tsx';
76
82
  export * from './FlyIoIcon.tsx';
77
83
  export * from './FramerIcon.tsx';
78
84
  export * from './GatsbyIcon.tsx';
79
85
  export * from './GitIcon.tsx';
80
- export * from './GitHubIcon.tsx';
86
+ export * from './GitHubDarkIcon.tsx';
87
+ export * from './GitHubLightIcon.tsx';
81
88
  export * from './GitHubCopilotIcon.tsx';
82
89
  export * from './GitLabIcon.tsx';
83
90
  export * from './GmailIcon.tsx';
@@ -198,7 +205,8 @@ export * from './RenderIcon.tsx';
198
205
  export * from './ReSendIcon.tsx';
199
206
  export * from './RollupIcon.tsx';
200
207
  export * from './RubyIcon.tsx';
201
- export * from './RustIcon.tsx';
208
+ export * from './RustDarkIcon.tsx';
209
+ export * from './RustLightIcon.tsx';
202
210
  export * from './SafariIcon.tsx';
203
211
  export * from './SassIcon.tsx';
204
212
  export * from './ScalaIcon.tsx';
@@ -223,6 +231,7 @@ export * from './SwaggerIcon.tsx';
223
231
  export * from './SwiftIcon.tsx';
224
232
  export * from './TailwindCSSIcon.tsx';
225
233
  export * from './TelegramIcon.tsx';
234
+ export * from './TensorflowIcon.tsx';
226
235
  export * from './ThreadsDarkIcon.tsx';
227
236
  export * from './ThreadsLightIcon.tsx';
228
237
  export * from './ThreeJsIcon.tsx';