developer-icons 5.0.6 → 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>;
@@ -0,0 +1,3 @@
1
+ import { DeveloperIconProps } from '../icon';
2
+
3
+ export declare const CSS: (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';
@@ -49,6 +50,7 @@ export * from './Codefresh.tsx';
49
50
  export * from './CodeIgniter.tsx';
50
51
  export * from './Copilot.tsx';
51
52
  export * from './Crystal.tsx';
53
+ export * from './CSS.tsx';
52
54
  export * from './CSS3.tsx';
53
55
  export * from './Cypress.tsx';
54
56
  export * from './DLanguage.tsx';