developer-icons 4.2.4 → 4.2.5

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 MicrosoftSQLServerIcon: (props: DeveloperIconProps) => import('react').FunctionComponentElement<DeveloperIconProps>;
@@ -138,6 +138,7 @@ export * from './MaterialUIIcon.tsx';
138
138
  export * from './MessengerIcon.tsx';
139
139
  export * from './MetaIcon.tsx';
140
140
  export * from './MicrosoftIcon.tsx';
141
+ export * from './MicrosoftSQLServerIcon.tsx';
141
142
  export * from './MiroIcon.tsx';
142
143
  export * from './MochaJSIcon.tsx';
143
144
  export * from './MongoDBIcon.tsx';