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.
- package/dist/icons/DeveloperIconsIcon.d.ts +3 -0
- package/dist/icons/index.d.ts +1 -0
- package/dist/main.js +969 -956
- 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';
|