@klever-one/web-sdk
Version:
Web SDK for integrating real-time room management and streaming functionality into web applications
9 lines (8 loc) • 374 B
TypeScript
export { IconSend } from './icon-send';
export { IconMicrophone } from './icon-microphone';
export { IconPlayerStop } from './icon-player-stop';
export { IconPhoneCall } from './icon-phone-call';
export { IconPhoneOff } from './icon-phone-off';
export { IconWifi } from './icon-wifi';
export { IconWifiOff } from './icon-wifi-off';
export type { IconProps } from './types';