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.
- package/dist/icons/MicrosoftSQLServerIcon.d.ts +3 -0
- package/dist/icons/index.d.ts +1 -0
- package/dist/main.js +423 -400
- package/dist/utils.d.ts +1 -1
- package/package.json +1 -1
package/dist/icons/index.d.ts
CHANGED
@@ -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';
|