developer-icons 4.2.5 → 4.2.6

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 DeveloperIconsIcon: (props: DeveloperIconProps) => import('react').FunctionComponentElement<DeveloperIconProps>;
@@ -47,6 +47,7 @@ export * from './DLanguageIcon.tsx';
47
47
  export * from './DartIcon.tsx';
48
48
  export * from './DatadogIcon.tsx';
49
49
  export * from './DenoIcon.tsx';
50
+ export * from './DeveloperIconsIcon.tsx';
50
51
  export * from './DigitalOceanIcon.tsx';
51
52
  export * from './DiscordIcon.tsx';
52
53
  export * from './DjangoIcon.tsx';