developer-icons 5.0.7 → 5.1.0

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 Angular: (props: DeveloperIconProps) => import('react').FunctionComponentElement<DeveloperIconProps>;
@@ -1,5 +1,6 @@
1
1
  export * from './AdobeXD.tsx';
2
2
  export * from './Android.tsx';
3
+ export * from './Angular.tsx';
3
4
  export * from './Anthropic.tsx';
4
5
  export * from './AnthropicBasicLight.tsx';
5
6
  export * from './AnthropicBasicDark.tsx';