Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

index.js 6.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  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 IconArrowDownSmall } from './arrow-down-small.svg';
  7. export { default as IconArrowUp } from './arrow_up.svg';
  8. export { default as IconArrowLeft } from './arrow-left.svg';
  9. export { default as IconAudioOnly } from './visibility.svg';
  10. export { default as IconAudioOnlyOff } from './visibility-off.svg';
  11. export { default as IconAudioRoute } from './volume.svg';
  12. export { default as IconBlurBackground } from './blur-background.svg';
  13. export { default as IconPlusCalendar } from './calendar-plus.svg';
  14. export { default as IconCamera } from './camera.svg';
  15. export { default as IconCameraDisabled } from './camera-disabled.svg';
  16. export { default as IconCancelSelection } from './cancel.svg';
  17. export { default as IconChat } from './chat.svg';
  18. export { default as IconChatSend } from './send.svg';
  19. export { default as IconChatUnread } from './chat-unread.svg';
  20. export { default as IconCheck } from './check.svg';
  21. export { default as IconClose } from './close.svg';
  22. export { default as IconCloseX } from './close-x.svg';
  23. export { default as IconClosedCaption } from './closed_caption.svg';
  24. export { default as IconCodeBlock } from './code-block.svg';
  25. export { default as IconConnectionActive } from './gsm-bars.svg';
  26. export { default as IconConnectionInactive } from './ninja.svg';
  27. export { default as IconCopy } from './copy.svg';
  28. export { default as IconCrown } from './crown.svg';
  29. export { default as IconDeviceBluetooth } from './bluetooth.svg';
  30. export { default as IconDeviceEarpiece } from './phone-talk.svg';
  31. export { default as IconDeviceHeadphone } from './headset.svg';
  32. export { default as IconDeviceSpeaker } from './volume.svg';
  33. export { default as IconDominantSpeaker } from './dominant-speaker.svg';
  34. export { default as IconDownload } from './download.svg';
  35. export { default as IconDragHandle } from './drag-handle.svg';
  36. export { default as IconE2EE } from './e2ee.svg';
  37. export { default as IconEdit } from './edit.svg';
  38. export { default as IconEmail } from './envelope.svg';
  39. export { default as IconEventNote } from './event_note.svg';
  40. export { default as IconExclamation } from './exclamation.svg';
  41. export { default as IconExclamationSolid } from './exclamation-solid.svg';
  42. export { default as IconExitFullScreen } from './exit-full-screen.svg';
  43. export { default as IconFeedback } from './feedback.svg';
  44. export { default as IconFullScreen } from './full-screen.svg';
  45. export { default as IconGoogle } from './google.svg';
  46. export { default as IconHangup } from './hangup.svg';
  47. export { default as IconHelp } from './help.svg';
  48. export { default as IconInfo } from './info.svg';
  49. export { default as IconInviteMore } from './user-plus.svg';
  50. export { default as IconKick } from './kick.svg';
  51. export { default as IconLiveStreaming } from './public.svg';
  52. export { default as IconMeetingLocked } from './meeting-locked.svg';
  53. export { default as IconMeetingUnlocked } from './meeting-unlocked.svg';
  54. export { default as IconMenu } from './menu.svg';
  55. export { default as IconMenuDown } from './menu-down.svg';
  56. export { default as IconMenuThumb } from './thumb-menu.svg';
  57. export { default as IconMenuUp } from './menu-up.svg';
  58. export { default as IconMessage } from './message.svg';
  59. export { default as IconMeter } from './meter.svg';
  60. export { default as IconMicDisabled } from './mic-disabled.svg';
  61. export { default as IconMicrophone } from './microphone.svg';
  62. export { default as IconMicrophoneEmpty } from './microphone-empty.svg';
  63. export { default as IconModerator } from './star.svg';
  64. export { default as IconMuteEveryone } from './mute-everyone.svg';
  65. export { default as IconMuteEveryoneElse } from './mute-everyone-else.svg';
  66. export { default as IconNotificationJoin } from './navigate_next.svg';
  67. export { default as IconOpenInNew } from './open_in_new.svg';
  68. export { default as IconOutlook } from './office365.svg';
  69. export { default as IconPhone } from './phone.svg';
  70. export { default as IconPin } from './enlarge.svg';
  71. export { default as IconPresentation } from './presentation.svg';
  72. export { default as IconRaisedHand } from './raised-hand.svg';
  73. export { default as IconRec } from './rec.svg';
  74. export { default as IconRemoteControlStart } from './play.svg';
  75. export { default as IconRemoteControlStop } from './stop.svg';
  76. export { default as IconReply } from './reply.svg';
  77. export { default as IconRestore } from './restore.svg';
  78. export { default as IconRoomLock } from './security.svg';
  79. export { default as IconRoomUnlock } from './security-locked.svg';
  80. export { default as IconSecurityOff } from './security-off.svg';
  81. export { default as IconSecurityOn } from './security-on.svg';
  82. export { default as IconSearch } from './search.svg';
  83. export { default as IconSettings } from './settings.svg';
  84. export { default as IconSignalLevel0 } from './signal_cellular_0.svg';
  85. export { default as IconSignalLevel1 } from './signal_cellular_1.svg';
  86. export { default as IconSignalLevel2 } from './signal_cellular_2.svg';
  87. export { default as IconShare } from './share.svg';
  88. export { default as IconShareDesktop } from './share-desktop.svg';
  89. export { default as IconShareDoc } from './share-doc.svg';
  90. export { default as IconShareVideo } from './shared-video.svg';
  91. export { default as IconSwitchCamera } from './switch-camera.svg';
  92. export { default as IconTileView } from './tiles-many.svg';
  93. export { default as IconToggleRecording } from './camera-take-picture.svg';
  94. export { default as IconTrash } from './trash.svg';
  95. export { default as IconVideoQualityAudioOnly } from './AUD.svg';
  96. export { default as IconVideoQualityHD } from './HD.svg';
  97. export { default as IconVideoQualityLD } from './LD.svg';
  98. export { default as IconVideoQualitySD } from './SD.svg';
  99. export { default as IconVolume } from './volume.svg';
  100. export { default as IconVolumeEmpty } from './volume-empty.svg';
  101. export { default as IconVolumeOff } from './volume-off.svg';
  102. export { default as IconWarning } from './warning.svg';
  103. export { default as IconWifi1Bar } from './wifi-1.svg';
  104. export { default as IconWifi2Bars } from './wifi-2.svg';
  105. export { default as IconWifi3Bars } from './wifi-3.svg';
  106. export { default as IconYahoo } from './yahoo.svg';