developer-icons 5.0.6 → 5.1.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/icons/Angular.d.ts +3 -0
- package/dist/icons/CSS.d.ts +3 -0
- package/dist/icons/index.d.ts +2 -0
- package/dist/main.js +873 -840
- package/dist/utils.d.ts +1 -1
- package/package.json +1 -1
package/dist/icons/index.d.ts
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
export * from './AdobeXD.tsx';
|
2
2
|
export * from './Android.tsx';
|
3
|
+
export * from './Angular.tsx';
|
3
4
|
export * from './Anthropic.tsx';
|
4
5
|
export * from './AnthropicBasicLight.tsx';
|
5
6
|
export * from './AnthropicBasicDark.tsx';
|
@@ -49,6 +50,7 @@ export * from './Codefresh.tsx';
|
|
49
50
|
export * from './CodeIgniter.tsx';
|
50
51
|
export * from './Copilot.tsx';
|
51
52
|
export * from './Crystal.tsx';
|
53
|
+
export * from './CSS.tsx';
|
52
54
|
export * from './CSS3.tsx';
|
53
55
|
export * from './Cypress.tsx';
|
54
56
|
export * from './DLanguage.tsx';
|