developer-icons 5.0.5 → 5.0.7
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/icons/CSS.d.ts +3 -0
- package/dist/icons/index.d.ts +1 -0
- package/dist/main.js +675 -667
- package/dist/utils.d.ts +1 -1
- package/package.json +1 -1
package/dist/icons/index.d.ts
CHANGED
@@ -49,6 +49,7 @@ export * from './Codefresh.tsx';
|
|
49
49
|
export * from './CodeIgniter.tsx';
|
50
50
|
export * from './Copilot.tsx';
|
51
51
|
export * from './Crystal.tsx';
|
52
|
+
export * from './CSS.tsx';
|
52
53
|
export * from './CSS3.tsx';
|
53
54
|
export * from './Cypress.tsx';
|
54
55
|
export * from './DLanguage.tsx';
|