developer-icons 5.3.0 → 5.3.1

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 WebRTC: (props: DeveloperIconProps) => import('react').FunctionComponentElement<DeveloperIconProps>;
@@ -269,6 +269,7 @@ export * from './VK.tsx';
269
269
  export * from './VueJs.tsx';
270
270
  export * from './WebAssembly.tsx';
271
271
  export * from './Webpack.tsx';
272
+ export * from './WebRTC.tsx';
272
273
  export * from './WhatsApp.tsx';
273
274
  export * from './WordPress.tsx';
274
275
  export * from './XDark.tsx';