// @flow export { default as IconAdd } from './add.svg'; export { default as IconAddPeople } from './link.svg'; export { default as IconArrowBack } from './arrow_back.svg'; export { default as IconArrowDown } from './arrow_down.svg'; export { default as IconArrowDownLarge } from './arrow_down_large.svg'; export { default as IconArrowDownSmall } from './arrow-down-small.svg'; export { default as IconArrowDownWide } from './icon-arrow-down-wide.svg'; export { default as IconArrowUp } from './arrow_up.svg'; export { default as IconArrowUpLarge } from './arrow_up_large.svg'; export { default as IconArrowUpWide } from './icon-arrow-up-wide.svg'; export { default as IconArrowLeft } from './arrow-left.svg'; export { default as IconAudioOnly } from './visibility.svg'; export { default as IconAudioOnlyOff } from './visibility-off.svg'; export { default as IconAudioRoute } from './volume.svg'; export { default as IconBlurBackground } from './blur-background.svg'; export { default as IconPlusCalendar } from './calendar-plus.svg'; export { default as IconCamera } from './camera.svg'; export { default as IconCameraDisabled } from './camera-disabled.svg'; export { default as IconCameraEmpty } from './camera-empty.svg'; export { default as IconCameraEmptyDisabled } from './camera-empty-disabled.svg'; export { default as IconCancelSelection } from './cancel.svg'; export { default as IconChat } from './chat.svg'; export { default as IconChatSend } from './send.svg'; export { default as IconChatUnread } from './chat-unread.svg'; export { default as IconCheck } from './check.svg'; export { default as IconClose } from './close.svg'; export { default as IconCloseX } from './close-x.svg'; export { default as IconClosedCaption } from './closed_caption.svg'; export { default as IconCodeBlock } from './code-block.svg'; export { default as IconConnectionActive } from './gsm-bars.svg'; export { default as IconConnectionInactive } from './ninja.svg'; export { default as IconCopy } from './copy.svg'; export { default as IconCrown } from './crown.svg'; export { default as IconDeviceBluetooth } from './bluetooth.svg'; export { default as IconDeviceEarpiece } from './phone-talk.svg'; export { default as IconDeviceHeadphone } from './headset.svg'; export { default as IconDeviceSpeaker } from './volume.svg'; export { default as IconDeviceDocument } from './document.svg'; export { default as IconDominantSpeaker } from './dominant-speaker.svg'; export { default as IconDownload } from './download.svg'; export { default as IconDragHandle } from './drag-handle.svg'; export { default as IconE2EE } from './e2ee.svg'; export { default as IconEdit } from './edit.svg'; export { default as IconEmail } from './envelope.svg'; export { default as IconEventNote } from './event_note.svg'; export { default as IconExclamation } from './exclamation.svg'; export { default as IconExclamationSolid } from './exclamation-solid.svg'; export { default as IconExitFullScreen } from './exit-full-screen.svg'; export { default as IconFeedback } from './feedback.svg'; export { default as IconFullScreen } from './full-screen.svg'; export { default as IconGoogle } from './google.svg'; export { default as IconHangup } from './hangup.svg'; export { default as IconHelp } from './help.svg'; export { default as IconHorizontalPoints } from './horizontal-points.svg'; export { default as IconInfo } from './info.svg'; export { default as IconInviteMore } from './user-plus.svg'; export { default as IconKick } from './kick.svg'; export { default as IconLiveStreaming } from './live-streaming.svg'; export { default as IconMeetingLocked } from './meeting-locked.svg'; export { default as IconMeetingUnlocked } from './meeting-unlocked.svg'; export { default as IconMenu } from './menu.svg'; export { default as IconMenuDown } from './menu-down.svg'; export { default as IconMenuThumb } from './thumb-menu.svg'; export { default as IconMenuUp } from './menu-up.svg'; export { default as IconMessage } from './message.svg'; export { default as IconMeter } from './meter.svg'; export { default as IconMicDisabled } from './mic-disabled.svg'; export { default as IconMicrophone } from './microphone.svg'; export { default as IconMicrophoneEmpty } from './microphone-empty.svg'; export { default as IconMicrophoneEmptySlash } from './microphone-empty-slash.svg'; export { default as IconModerator } from './star.svg'; export { default as IconMuteEveryone } from './mute-everyone.svg'; export { default as IconMuteEveryoneElse } from './mute-everyone-else.svg'; export { default as IconMuteVideoEveryone } from './mute-video-everyone.svg'; export { default as IconMuteVideoEveryoneElse } from './mute-video-everyone-else.svg'; export { default as IconNotificationJoin } from './navigate_next.svg'; export { default as IconOpenInNew } from './open_in_new.svg'; export { default as IconOutlook } from './office365.svg'; export { default as IconPhone } from './phone.svg'; export { default as IconPin } from './enlarge.svg'; export { default as IconPlane } from './paper-plane.svg'; export { default as IconPresentation } from './presentation.svg'; export { default as IconRaisedHand } from './raised-hand.svg'; export { default as IconRec } from './rec.svg'; export { default as IconRemoteControlStart } from './play.svg'; export { default as IconRemoteControlStop } from './stop.svg'; export { default as IconReply } from './reply.svg'; export { default as IconRestore } from './restore.svg'; export { default as IconRoomLock } from './security.svg'; export { default as IconRoomUnlock } from './security-locked.svg'; export { default as IconSecurityOff } from './security-off.svg'; export { default as IconSecurityOn } from './security-on.svg'; export { default as IconSearch } from './search.svg'; export { default as IconSettings } from './settings.svg'; export { default as IconSignalLevel0 } from './signal_cellular_0.svg'; export { default as IconSignalLevel1 } from './signal_cellular_1.svg'; export { default as IconSignalLevel2 } from './signal_cellular_2.svg'; export { default as IconShare } from './share.svg'; export { default as IconShareDesktop } from './share-desktop.svg'; export { default as IconShareDoc } from './share-doc.svg'; export { default as IconShareVideo } from './shared-video.svg'; export { default as IconSwitchCamera } from './switch-camera.svg'; export { default as IconTileView } from './tiles-many.svg'; export { default as IconToggleRecording } from './camera-take-picture.svg'; export { default as IconTrash } from './trash.svg'; export { default as IconVideoQualityAudioOnly } from './AUD.svg'; export { default as IconVideoQualityHD } from './HD.svg'; export { default as IconVideoQualityLD } from './LD.svg'; export { default as IconVideoQualitySD } from './SD.svg'; export { default as IconVirtualBackground } from './virtual-background.svg'; export { default as IconVolume } from './volume.svg'; export { default as IconVolumeEmpty } from './volume-empty.svg'; export { default as IconVolumeOff } from './volume-off.svg'; export { default as IconWarning } from './warning.svg'; export { default as IconWifi1Bar } from './wifi-1.svg'; export { default as IconWifi2Bars } from './wifi-2.svg'; export { default as IconWifi3Bars } from './wifi-3.svg'; export { default as IconYahoo } from './yahoo.svg';