developer-icons 4.2.4 → 4.2.6
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/icons/DeveloperIconsIcon.d.ts +3 -0
- package/dist/icons/MicrosoftSQLServerIcon.d.ts +3 -0
- package/dist/icons/index.d.ts +2 -0
- package/dist/main.js +1043 -1007
- package/dist/utils.d.ts +1 -1
- package/package.json +1 -1
package/dist/icons/index.d.ts
CHANGED
@@ -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';
|