developer-icons 5.0.2 → 5.0.4
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/icons/Android.d.ts +3 -0
- package/dist/icons/AppleDark.d.ts +3 -0
- package/dist/icons/AppleLight.d.ts +3 -0
- package/dist/icons/index.d.ts +3 -0
- package/dist/main.js +838 -814
- package/dist/utils.d.ts +1 -1
- package/package.json +1 -1
package/dist/icons/index.d.ts
CHANGED
@@ -1,7 +1,10 @@
|
|
1
1
|
export * from './AdobeXD.tsx';
|
2
|
+
export * from './Android.tsx';
|
2
3
|
export * from './Anthropic.tsx';
|
3
4
|
export * from './AnthropicBasicLight.tsx';
|
4
5
|
export * from './AnthropicBasicDark.tsx';
|
6
|
+
export * from './AppleLight.tsx';
|
7
|
+
export * from './AppleDark.tsx';
|
5
8
|
export * from './ClaudeAI.tsx';
|
6
9
|
export * from './Apache.tsx';
|
7
10
|
export * from './Appwrite.tsx';
|