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.
@@ -0,0 +1,3 @@
1
+ import { DeveloperIconProps } from '../icon';
2
+
3
+ export declare const CSS: (props: DeveloperIconProps) => import('react').FunctionComponentElement<DeveloperIconProps>;
@@ -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';