developer-icons 5.2.0 → 5.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,2 @@
1
+ import { DeveloperIconProps } from '../icon';
2
+ export declare const Biome: (props: DeveloperIconProps) => import('react').FunctionComponentElement<DeveloperIconProps>;
@@ -0,0 +1,2 @@
1
+ import { DeveloperIconProps } from '../icon';
2
+ export declare const Outlook: (props: DeveloperIconProps) => import('react').FunctionComponentElement<DeveloperIconProps>;
@@ -23,6 +23,7 @@ export * from './Babel.tsx';
23
23
  export * from './BackboneJs.tsx';
24
24
  export * from './Bash.tsx';
25
25
  export * from './Bing.tsx';
26
+ export * from './Biome.tsx';
26
27
  export * from './Bitbucket.tsx';
27
28
  export * from './Bitnami.tsx';
28
29
  export * from './BlueprintJs.tsx';
@@ -174,6 +175,7 @@ export * from './OneDrive.tsx';
174
175
  export * from './OpenAI.tsx';
175
176
  export * from './Opera.tsx';
176
177
  export * from './Oracle.tsx';
178
+ export * from './Outlook.tsx';
177
179
  export * from './PandaCSS.tsx';
178
180
  export * from './Photoshop.tsx';
179
181
  export * from './PHP.tsx';