developer-icons 5.0.2 → 5.0.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 Android: (props: DeveloperIconProps) => import('react').FunctionComponentElement<DeveloperIconProps>;
@@ -0,0 +1,3 @@
1
+ import { DeveloperIconProps } from '../icon';
2
+
3
+ export declare const AppleDark: (props: DeveloperIconProps) => import('react').FunctionComponentElement<DeveloperIconProps>;
@@ -0,0 +1,3 @@
1
+ import { DeveloperIconProps } from '../icon';
2
+
3
+ export declare const AppleLight: (props: DeveloperIconProps) => import('react').FunctionComponentElement<DeveloperIconProps>;
@@ -1,7 +1,10 @@
1
1
  export * from './AdobeXD.tsx';
2
+ export * from './Android.tsx';
2
3
  export * from './Anthropic.tsx';
3
4
  export * from './AnthropicBasicLight.tsx';
4
5
  export * from './AnthropicBasicDark.tsx';
6
+ export * from './AppleLight.tsx';
7
+ export * from './AppleDark.tsx';
5
8
  export * from './ClaudeAI.tsx';
6
9
  export * from './Apache.tsx';
7
10
  export * from './Appwrite.tsx';