developer-icons 4.2.4 → 4.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,3 @@
1
+ import { DeveloperIconProps } from '../icon';
2
+
3
+ export declare const DeveloperIconsIcon: (props: DeveloperIconProps) => import('react').FunctionComponentElement<DeveloperIconProps>;
@@ -0,0 +1,3 @@
1
+ import { DeveloperIconProps } from '../icon';
2
+
3
+ export declare const MicrosoftSQLServerIcon: (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';
@@ -138,6 +139,7 @@ export * from './MaterialUIIcon.tsx';
138
139
  export * from './MessengerIcon.tsx';
139
140
  export * from './MetaIcon.tsx';
140
141
  export * from './MicrosoftIcon.tsx';
142
+ export * from './MicrosoftSQLServerIcon.tsx';
141
143
  export * from './MiroIcon.tsx';
142
144
  export * from './MochaJSIcon.tsx';
143
145
  export * from './MongoDBIcon.tsx';