2019-08-30 16:39:06 +00:00
|
|
|
// @flow
|
|
|
|
|
|
|
|
export { default as IconAdd } from './add.svg';
|
|
|
|
export { default as IconAddPeople } from './link.svg';
|
|
|
|
export { default as IconArrowBack } from './arrow_back.svg';
|
2020-03-30 14:17:18 +00:00
|
|
|
export { default as IconArrowDown } from './arrow_down.svg';
|
2020-12-22 09:12:52 +00:00
|
|
|
export { default as IconArrowDownLarge } from './arrow_down_large.svg';
|
2020-04-01 07:47:51 +00:00
|
|
|
export { default as IconArrowDownSmall } from './arrow-down-small.svg';
|
2021-02-04 13:24:25 +00:00
|
|
|
export { default as IconArrowDownWide } from './icon-arrow-down-wide.svg';
|
2020-09-29 11:00:30 +00:00
|
|
|
export { default as IconArrowUp } from './arrow_up.svg';
|
2020-12-22 09:12:52 +00:00
|
|
|
export { default as IconArrowUpLarge } from './arrow_up_large.svg';
|
2021-02-04 13:24:25 +00:00
|
|
|
export { default as IconArrowUpWide } from './icon-arrow-up-wide.svg';
|
2020-04-16 10:47:10 +00:00
|
|
|
export { default as IconArrowLeft } from './arrow-left.svg';
|
2019-08-30 16:39:06 +00:00
|
|
|
export { default as IconAudioOnly } from './visibility.svg';
|
|
|
|
export { default as IconAudioOnlyOff } from './visibility-off.svg';
|
|
|
|
export { default as IconAudioRoute } from './volume.svg';
|
2020-10-19 07:37:19 +00:00
|
|
|
export { default as IconPlusCalendar } from './calendar-plus.svg';
|
2021-04-14 16:26:36 +00:00
|
|
|
export { default as IconPlusCircle } from './plus-circle.svg';
|
2019-08-30 16:39:06 +00:00
|
|
|
export { default as IconCamera } from './camera.svg';
|
|
|
|
export { default as IconCameraDisabled } from './camera-disabled.svg';
|
2021-02-23 11:09:22 +00:00
|
|
|
export { default as IconCameraEmpty } from './camera-empty.svg';
|
|
|
|
export { default as IconCameraEmptyDisabled } from './camera-empty-disabled.svg';
|
2021-03-17 08:44:18 +00:00
|
|
|
export { default as IconCameraRefresh } from './camera-refresh.svg';
|
2019-08-30 16:39:06 +00:00
|
|
|
export { default as IconCancelSelection } from './cancel.svg';
|
2022-04-07 14:45:01 +00:00
|
|
|
export { default as IconCar } from './car.svg';
|
2019-08-30 16:39:06 +00:00
|
|
|
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';
|
2021-08-20 08:53:11 +00:00
|
|
|
export { default as IconCheckSolid } from './check-solid.svg';
|
2022-05-06 10:14:10 +00:00
|
|
|
export { default as IconCircle } from './circle.svg';
|
2019-08-30 16:39:06 +00:00
|
|
|
export { default as IconClose } from './close.svg';
|
2021-04-21 13:48:05 +00:00
|
|
|
export { default as IconCloseCircle } from './close-circle.svg';
|
2021-10-21 11:58:44 +00:00
|
|
|
export { default as IconCloseSolid } from './close-solid.svg';
|
2020-04-16 10:47:10 +00:00
|
|
|
export { default as IconCloseX } from './close-x.svg';
|
2019-08-30 16:39:06 +00:00
|
|
|
export { default as IconClosedCaption } from './closed_caption.svg';
|
2021-04-14 16:26:36 +00:00
|
|
|
export { default as IconCloseSmall } from './close-small.svg';
|
2020-07-23 08:16:40 +00:00
|
|
|
export { default as IconCodeBlock } from './code-block.svg';
|
2021-09-29 12:06:03 +00:00
|
|
|
export { default as IconGauge } from './gauge.svg';
|
2019-08-30 16:39:06 +00:00
|
|
|
export { default as IconConnectionActive } from './gsm-bars.svg';
|
|
|
|
export { default as IconConnectionInactive } from './ninja.svg';
|
2019-10-08 12:05:41 +00:00
|
|
|
export { default as IconCopy } from './copy.svg';
|
2020-07-15 10:13:28 +00:00
|
|
|
export { default as IconCrown } from './crown.svg';
|
2019-08-30 16:39:06 +00:00
|
|
|
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';
|
2022-05-23 12:42:25 +00:00
|
|
|
export { default as IconDock } from './dock.svg';
|
2021-02-23 11:09:22 +00:00
|
|
|
export { default as IconDeviceDocument } from './document.svg';
|
2019-08-30 16:39:06 +00:00
|
|
|
export { default as IconDominantSpeaker } from './dominant-speaker.svg';
|
2019-10-16 11:11:02 +00:00
|
|
|
export { default as IconDownload } from './download.svg';
|
2020-03-23 08:37:35 +00:00
|
|
|
export { default as IconDragHandle } from './drag-handle.svg';
|
2020-04-23 13:45:36 +00:00
|
|
|
export { default as IconE2EE } from './e2ee.svg';
|
2020-04-15 13:13:43 +00:00
|
|
|
export { default as IconEdit } from './edit.svg';
|
2020-05-20 08:25:31 +00:00
|
|
|
export { default as IconEmail } from './envelope.svg';
|
2019-08-30 16:39:06 +00:00
|
|
|
export { default as IconEventNote } from './event_note.svg';
|
2020-03-30 14:17:18 +00:00
|
|
|
export { default as IconExclamation } from './exclamation.svg';
|
|
|
|
export { default as IconExclamationSolid } from './exclamation-solid.svg';
|
2021-09-17 10:12:34 +00:00
|
|
|
export { default as IconExclamationTriangle } from './exclamation-triangle.svg';
|
2019-08-30 16:39:06 +00:00
|
|
|
export { default as IconExitFullScreen } from './exit-full-screen.svg';
|
|
|
|
export { default as IconFeedback } from './feedback.svg';
|
|
|
|
export { default as IconFullScreen } from './full-screen.svg';
|
2020-04-01 07:47:51 +00:00
|
|
|
export { default as IconGoogle } from './google.svg';
|
2019-08-30 16:39:06 +00:00
|
|
|
export { default as IconHangup } from './hangup.svg';
|
2019-10-11 14:51:42 +00:00
|
|
|
export { default as IconHelp } from './help.svg';
|
2022-03-14 08:31:08 +00:00
|
|
|
export { default as IconHighlight } from './highlight.svg';
|
2021-11-11 14:32:56 +00:00
|
|
|
export { default as IconHome } from './home.svg';
|
2021-02-23 11:09:22 +00:00
|
|
|
export { default as IconHorizontalPoints } from './horizontal-points.svg';
|
2019-08-30 16:39:06 +00:00
|
|
|
export { default as IconInfo } from './info.svg';
|
2020-04-01 07:47:51 +00:00
|
|
|
export { default as IconInviteMore } from './user-plus.svg';
|
2019-08-30 16:39:06 +00:00
|
|
|
export { default as IconKick } from './kick.svg';
|
2021-02-23 11:09:22 +00:00
|
|
|
export { default as IconLiveStreaming } from './live-streaming.svg';
|
2020-04-15 13:13:43 +00:00
|
|
|
export { default as IconMeetingLocked } from './meeting-locked.svg';
|
|
|
|
export { default as IconMeetingUnlocked } from './meeting-unlocked.svg';
|
2019-08-30 16:39:06 +00:00
|
|
|
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';
|
2019-10-07 12:35:04 +00:00
|
|
|
export { default as IconMessage } from './message.svg';
|
2020-03-30 14:17:18 +00:00
|
|
|
export { default as IconMeter } from './meter.svg';
|
2021-04-21 13:48:05 +00:00
|
|
|
export { default as IconMicBlockedHollow } from './mic-blocked.svg';
|
2019-08-30 16:39:06 +00:00
|
|
|
export { default as IconMicDisabled } from './mic-disabled.svg';
|
2021-04-21 13:48:05 +00:00
|
|
|
export { default as IconMicDisabledHollow } from './mic-disabled-hollow.svg';
|
2019-08-30 16:39:06 +00:00
|
|
|
export { default as IconMicrophone } from './microphone.svg';
|
2020-03-30 14:17:18 +00:00
|
|
|
export { default as IconMicrophoneEmpty } from './microphone-empty.svg';
|
2021-02-23 11:09:22 +00:00
|
|
|
export { default as IconMicrophoneEmptySlash } from './microphone-empty-slash.svg';
|
2021-04-21 13:48:05 +00:00
|
|
|
export { default as IconMicrophoneHollow } from './microphone-hollow.svg';
|
2019-08-30 16:39:06 +00:00
|
|
|
export { default as IconModerator } from './star.svg';
|
2020-03-13 12:14:18 +00:00
|
|
|
export { default as IconMuteEveryone } from './mute-everyone.svg';
|
|
|
|
export { default as IconMuteEveryoneElse } from './mute-everyone-else.svg';
|
2021-02-24 21:45:07 +00:00
|
|
|
export { default as IconMuteVideoEveryone } from './mute-video-everyone.svg';
|
|
|
|
export { default as IconMuteVideoEveryoneElse } from './mute-video-everyone-else.svg';
|
2019-08-30 16:39:06 +00:00
|
|
|
export { default as IconNotificationJoin } from './navigate_next.svg';
|
|
|
|
export { default as IconOpenInNew } from './open_in_new.svg';
|
2020-04-01 07:47:51 +00:00
|
|
|
export { default as IconOutlook } from './office365.svg';
|
2021-04-21 13:48:05 +00:00
|
|
|
export { default as IconParticipants } from './participants.svg';
|
2019-08-30 16:39:06 +00:00
|
|
|
export { default as IconPhone } from './phone.svg';
|
|
|
|
export { default as IconPin } from './enlarge.svg';
|
2022-03-29 08:45:09 +00:00
|
|
|
export { default as IconPinParticipant } from './pin.svg';
|
2021-02-23 07:39:20 +00:00
|
|
|
export { default as IconPlane } from './paper-plane.svg';
|
2019-08-30 16:39:06 +00:00
|
|
|
export { default as IconPresentation } from './presentation.svg';
|
|
|
|
export { default as IconRaisedHand } from './raised-hand.svg';
|
2021-04-21 13:48:05 +00:00
|
|
|
export { default as IconRaisedHandHollow } from './raised-hand-hollow.svg';
|
2019-08-30 16:39:06 +00:00
|
|
|
export { default as IconRec } from './rec.svg';
|
2022-03-08 09:10:30 +00:00
|
|
|
export { default as IconRecordAccount } from './account-record.svg';
|
|
|
|
export { default as IconRecordContact } from './contact-record.svg';
|
|
|
|
export { default as IconRecordLead } from './lead-record.svg';
|
|
|
|
export { default as IconRecordOpportunity } from './opportunity-record.svg';
|
2019-08-30 16:39:06 +00:00
|
|
|
export { default as IconRemoteControlStart } from './play.svg';
|
|
|
|
export { default as IconRemoteControlStop } from './stop.svg';
|
2019-10-07 12:35:04 +00:00
|
|
|
export { default as IconReply } from './reply.svg';
|
2019-08-30 16:39:06 +00:00
|
|
|
export { default as IconRestore } from './restore.svg';
|
2021-09-14 15:31:30 +00:00
|
|
|
export { default as IconRingGroup } from './icon-ring-group.svg';
|
2019-08-30 16:39:06 +00:00
|
|
|
export { default as IconRoomLock } from './security.svg';
|
|
|
|
export { default as IconRoomUnlock } from './security-locked.svg';
|
2022-03-08 09:10:30 +00:00
|
|
|
export { default as IconSalesforce } from './salesforce.svg';
|
2020-06-17 09:17:58 +00:00
|
|
|
export { default as IconSecurityOff } from './security-off.svg';
|
|
|
|
export { default as IconSecurityOn } from './security-on.svg';
|
2019-08-30 16:39:06 +00:00
|
|
|
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';
|
2020-04-01 12:13:51 +00:00
|
|
|
export { default as IconShare } from './share.svg';
|
2021-04-12 07:37:39 +00:00
|
|
|
export { default as IconShareAudio } from './share-audio.svg';
|
2019-08-30 16:39:06 +00:00
|
|
|
export { default as IconShareDesktop } from './share-desktop.svg';
|
|
|
|
export { default as IconShareDoc } from './share-doc.svg';
|
|
|
|
export { default as IconShareVideo } from './shared-video.svg';
|
2021-03-18 07:08:34 +00:00
|
|
|
export { default as IconSmile } from './smile.svg';
|
2021-07-07 08:07:30 +00:00
|
|
|
export { default as IconStopAudioShare } from './stop-audio-share.svg';
|
2019-08-30 16:39:06 +00:00
|
|
|
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';
|
2020-09-08 16:06:06 +00:00
|
|
|
export { default as IconTrash } from './trash.svg';
|
2022-05-23 12:42:25 +00:00
|
|
|
export { default as IconUndock } from './undock.svg';
|
2022-03-29 08:45:09 +00:00
|
|
|
export { default as IconUnpin } from './unpin.svg';
|
2021-04-21 13:48:05 +00:00
|
|
|
export { default as IconVideoOff } from './video-off.svg';
|
2019-08-30 16:39:06 +00:00
|
|
|
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';
|
2021-04-08 08:35:26 +00:00
|
|
|
export { default as IconUserGroups } from './user-groups.svg';
|
2021-02-18 15:52:47 +00:00
|
|
|
export { default as IconVirtualBackground } from './virtual-background.svg';
|
2019-08-30 16:39:06 +00:00
|
|
|
export { default as IconVolume } from './volume.svg';
|
2020-03-30 14:17:18 +00:00
|
|
|
export { default as IconVolumeEmpty } from './volume-empty.svg';
|
2020-05-07 07:42:55 +00:00
|
|
|
export { default as IconVolumeOff } from './volume-off.svg';
|
2020-05-18 12:07:09 +00:00
|
|
|
export { default as IconWarning } from './warning.svg';
|
2020-07-29 10:27:32 +00:00
|
|
|
export { default as IconWifi1Bar } from './wifi-1.svg';
|
|
|
|
export { default as IconWifi2Bars } from './wifi-2.svg';
|
|
|
|
export { default as IconWifi3Bars } from './wifi-3.svg';
|
2020-04-01 07:47:51 +00:00
|
|
|
export { default as IconYahoo } from './yahoo.svg';
|
2021-06-17 12:16:58 +00:00
|
|
|
export { default as IconSip } from './sip.svg';
|