您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

index.js 8.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. // @flow
  2. export { default as IconAdd } from './add.svg';
  3. export { default as IconAddPeople } from './link.svg';
  4. export { default as IconArrowBack } from './arrow_back.svg';
  5. export { default as IconArrowDown } from './arrow_down.svg';
  6. export { default as IconArrowDownLarge } from './arrow_down_large.svg';
  7. export { default as IconArrowDownSmall } from './arrow-down-small.svg';
  8. export { default as IconArrowDownWide } from './icon-arrow-down-wide.svg';
  9. export { default as IconArrowUp } from './arrow_up.svg';
  10. export { default as IconArrowUpLarge } from './arrow_up_large.svg';
  11. export { default as IconArrowUpWide } from './icon-arrow-up-wide.svg';
  12. export { default as IconArrowLeft } from './arrow-left.svg';
  13. export { default as IconAudioOnly } from './visibility.svg';
  14. export { default as IconAudioOnlyOff } from './visibility-off.svg';
  15. export { default as IconAudioRoute } from './volume.svg';
  16. export { default as IconPlusCalendar } from './calendar-plus.svg';
  17. export { default as IconPlusCircle } from './plus-circle.svg';
  18. export { default as IconCamera } from './camera.svg';
  19. export { default as IconCameraDisabled } from './camera-disabled.svg';
  20. export { default as IconCameraEmpty } from './camera-empty.svg';
  21. export { default as IconCameraEmptyDisabled } from './camera-empty-disabled.svg';
  22. export { default as IconCameraRefresh } from './camera-refresh.svg';
  23. export { default as IconCancelSelection } from './cancel.svg';
  24. export { default as IconChat } from './chat.svg';
  25. export { default as IconChatSend } from './send.svg';
  26. export { default as IconChatUnread } from './chat-unread.svg';
  27. export { default as IconCheck } from './check.svg';
  28. export { default as IconCheckSolid } from './check-solid.svg';
  29. export { default as IconClose } from './close.svg';
  30. export { default as IconCloseCircle } from './close-circle.svg';
  31. export { default as IconCloseSolid } from './close-solid.svg';
  32. export { default as IconCloseX } from './close-x.svg';
  33. export { default as IconClosedCaption } from './closed_caption.svg';
  34. export { default as IconCloseSmall } from './close-small.svg';
  35. export { default as IconCodeBlock } from './code-block.svg';
  36. export { default as IconGauge } from './gauge.svg';
  37. export { default as IconConnectionActive } from './gsm-bars.svg';
  38. export { default as IconConnectionInactive } from './ninja.svg';
  39. export { default as IconCopy } from './copy.svg';
  40. export { default as IconCrown } from './crown.svg';
  41. export { default as IconDeviceBluetooth } from './bluetooth.svg';
  42. export { default as IconDeviceEarpiece } from './phone-talk.svg';
  43. export { default as IconDeviceHeadphone } from './headset.svg';
  44. export { default as IconDeviceSpeaker } from './volume.svg';
  45. export { default as IconDeviceDocument } from './document.svg';
  46. export { default as IconDominantSpeaker } from './dominant-speaker.svg';
  47. export { default as IconDownload } from './download.svg';
  48. export { default as IconDragHandle } from './drag-handle.svg';
  49. export { default as IconE2EE } from './e2ee.svg';
  50. export { default as IconEdit } from './edit.svg';
  51. export { default as IconEmail } from './envelope.svg';
  52. export { default as IconEventNote } from './event_note.svg';
  53. export { default as IconExclamation } from './exclamation.svg';
  54. export { default as IconExclamationSolid } from './exclamation-solid.svg';
  55. export { default as IconExclamationTriangle } from './exclamation-triangle.svg';
  56. export { default as IconExitFullScreen } from './exit-full-screen.svg';
  57. export { default as IconFeedback } from './feedback.svg';
  58. export { default as IconFullScreen } from './full-screen.svg';
  59. export { default as IconGoogle } from './google.svg';
  60. export { default as IconHangup } from './hangup.svg';
  61. export { default as IconHelp } from './help.svg';
  62. export { default as IconHorizontalPoints } from './horizontal-points.svg';
  63. export { default as IconInfo } from './info.svg';
  64. export { default as IconInviteMore } from './user-plus.svg';
  65. export { default as IconKick } from './kick.svg';
  66. export { default as IconLiveStreaming } from './live-streaming.svg';
  67. export { default as IconMeetingLocked } from './meeting-locked.svg';
  68. export { default as IconMeetingUnlocked } from './meeting-unlocked.svg';
  69. export { default as IconMenu } from './menu.svg';
  70. export { default as IconMenuDown } from './menu-down.svg';
  71. export { default as IconMenuThumb } from './thumb-menu.svg';
  72. export { default as IconMenuUp } from './menu-up.svg';
  73. export { default as IconMessage } from './message.svg';
  74. export { default as IconMeter } from './meter.svg';
  75. export { default as IconMicBlockedHollow } from './mic-blocked.svg';
  76. export { default as IconMicDisabled } from './mic-disabled.svg';
  77. export { default as IconMicDisabledHollow } from './mic-disabled-hollow.svg';
  78. export { default as IconMicrophone } from './microphone.svg';
  79. export { default as IconMicrophoneEmpty } from './microphone-empty.svg';
  80. export { default as IconMicrophoneEmptySlash } from './microphone-empty-slash.svg';
  81. export { default as IconMicrophoneHollow } from './microphone-hollow.svg';
  82. export { default as IconModerator } from './star.svg';
  83. export { default as IconMuteEveryone } from './mute-everyone.svg';
  84. export { default as IconMuteEveryoneElse } from './mute-everyone-else.svg';
  85. export { default as IconMuteVideoEveryone } from './mute-video-everyone.svg';
  86. export { default as IconMuteVideoEveryoneElse } from './mute-video-everyone-else.svg';
  87. export { default as IconNotificationJoin } from './navigate_next.svg';
  88. export { default as IconOpenInNew } from './open_in_new.svg';
  89. export { default as IconOutlook } from './office365.svg';
  90. export { default as IconParticipants } from './participants.svg';
  91. export { default as IconPhone } from './phone.svg';
  92. export { default as IconPin } from './enlarge.svg';
  93. export { default as IconPlane } from './paper-plane.svg';
  94. export { default as IconPresentation } from './presentation.svg';
  95. export { default as IconRaisedHand } from './raised-hand.svg';
  96. export { default as IconRaisedHandHollow } from './raised-hand-hollow.svg';
  97. export { default as IconRec } from './rec.svg';
  98. export { default as IconRemoteControlStart } from './play.svg';
  99. export { default as IconRemoteControlStop } from './stop.svg';
  100. export { default as IconReply } from './reply.svg';
  101. export { default as IconRestore } from './restore.svg';
  102. export { default as IconRoomLock } from './security.svg';
  103. export { default as IconRoomUnlock } from './security-locked.svg';
  104. export { default as IconSecurityOff } from './security-off.svg';
  105. export { default as IconSecurityOn } from './security-on.svg';
  106. export { default as IconSearch } from './search.svg';
  107. export { default as IconSettings } from './settings.svg';
  108. export { default as IconSignalLevel0 } from './signal_cellular_0.svg';
  109. export { default as IconSignalLevel1 } from './signal_cellular_1.svg';
  110. export { default as IconSignalLevel2 } from './signal_cellular_2.svg';
  111. export { default as IconShare } from './share.svg';
  112. export { default as IconShareAudio } from './share-audio.svg';
  113. export { default as IconShareDesktop } from './share-desktop.svg';
  114. export { default as IconShareDoc } from './share-doc.svg';
  115. export { default as IconShareVideo } from './shared-video.svg';
  116. export { default as IconSmile } from './smile.svg';
  117. export { default as IconStopAudioShare } from './stop-audio-share.svg';
  118. export { default as IconSwitchCamera } from './switch-camera.svg';
  119. export { default as IconTileView } from './tiles-many.svg';
  120. export { default as IconToggleRecording } from './camera-take-picture.svg';
  121. export { default as IconTrash } from './trash.svg';
  122. export { default as IconVideoOff } from './video-off.svg';
  123. export { default as IconVideoQualityAudioOnly } from './AUD.svg';
  124. export { default as IconVideoQualityHD } from './HD.svg';
  125. export { default as IconVideoQualityLD } from './LD.svg';
  126. export { default as IconVideoQualitySD } from './SD.svg';
  127. export { default as IconUserGroups } from './user-groups.svg';
  128. export { default as IconVirtualBackground } from './virtual-background.svg';
  129. export { default as IconVolume } from './volume.svg';
  130. export { default as IconVolumeEmpty } from './volume-empty.svg';
  131. export { default as IconVolumeOff } from './volume-off.svg';
  132. export { default as IconWarning } from './warning.svg';
  133. export { default as IconWifi1Bar } from './wifi-1.svg';
  134. export { default as IconWifi2Bars } from './wifi-2.svg';
  135. export { default as IconWifi3Bars } from './wifi-3.svg';
  136. export { default as IconYahoo } from './yahoo.svg';
  137. export { default as IconSip } from './sip.svg';