Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

index.js 4.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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 IconAudioOnly } from './visibility.svg';
  6. export { default as IconAudioOnlyOff } from './visibility-off.svg';
  7. export { default as IconAudioRoute } from './volume.svg';
  8. export { default as IconBlurBackground } from './blur-background.svg';
  9. export { default as IconCamera } from './camera.svg';
  10. export { default as IconCameraDisabled } from './camera-disabled.svg';
  11. export { default as IconCancelSelection } from './cancel.svg';
  12. export { default as IconChat } from './chat.svg';
  13. export { default as IconChatSend } from './send.svg';
  14. export { default as IconChatUnread } from './chat-unread.svg';
  15. export { default as IconCheck } from './check.svg';
  16. export { default as IconClose } from './close.svg';
  17. export { default as IconClosedCaption } from './closed_caption.svg';
  18. export { default as IconConnectionActive } from './gsm-bars.svg';
  19. export { default as IconConnectionInactive } from './ninja.svg';
  20. export { default as IconCopy } from './copy.svg';
  21. export { default as IconDeviceBluetooth } from './bluetooth.svg';
  22. export { default as IconDeviceEarpiece } from './phone-talk.svg';
  23. export { default as IconDeviceHeadphone } from './headset.svg';
  24. export { default as IconDeviceSpeaker } from './volume.svg';
  25. export { default as IconDominantSpeaker } from './dominant-speaker.svg';
  26. export { default as IconEventNote } from './event_note.svg';
  27. export { default as IconExitFullScreen } from './exit-full-screen.svg';
  28. export { default as IconFeedback } from './feedback.svg';
  29. export { default as IconFullScreen } from './full-screen.svg';
  30. export { default as IconHangup } from './hangup.svg';
  31. export { default as IconHelp } from './help.svg';
  32. export { default as IconInfo } from './info.svg';
  33. export { default as IconInvite } from './invite.svg';
  34. export { default as IconKick } from './kick.svg';
  35. export { default as IconLiveStreaming } from './public.svg';
  36. export { default as IconMenu } from './menu.svg';
  37. export { default as IconMenuDown } from './menu-down.svg';
  38. export { default as IconMenuThumb } from './thumb-menu.svg';
  39. export { default as IconMenuUp } from './menu-up.svg';
  40. export { default as IconMessage } from './message.svg';
  41. export { default as IconMicDisabled } from './mic-disabled.svg';
  42. export { default as IconMicrophone } from './microphone.svg';
  43. export { default as IconModerator } from './star.svg';
  44. export { default as IconNotificationJoin } from './navigate_next.svg';
  45. export { default as IconOpenInNew } from './open_in_new.svg';
  46. export { default as IconPhone } from './phone.svg';
  47. export { default as IconPin } from './enlarge.svg';
  48. export { default as IconPresentation } from './presentation.svg';
  49. export { default as IconRaisedHand } from './raised-hand.svg';
  50. export { default as IconRec } from './rec.svg';
  51. export { default as IconRemoteControlStart } from './play.svg';
  52. export { default as IconRemoteControlStop } from './stop.svg';
  53. export { default as IconReply } from './reply.svg';
  54. export { default as IconRestore } from './restore.svg';
  55. export { default as IconRoomLock } from './security.svg';
  56. export { default as IconRoomUnlock } from './security-locked.svg';
  57. export { default as IconSearch } from './search.svg';
  58. export { default as IconSettings } from './settings.svg';
  59. export { default as IconSignalLevel0 } from './signal_cellular_0.svg';
  60. export { default as IconSignalLevel1 } from './signal_cellular_1.svg';
  61. export { default as IconSignalLevel2 } from './signal_cellular_2.svg';
  62. export { default as IconShareDesktop } from './share-desktop.svg';
  63. export { default as IconShareDoc } from './share-doc.svg';
  64. export { default as IconShareVideo } from './shared-video.svg';
  65. export { default as IconSwitchCamera } from './switch-camera.svg';
  66. export { default as IconTileView } from './tiles-many.svg';
  67. export { default as IconToggleRecording } from './camera-take-picture.svg';
  68. export { default as IconVideoQualityAudioOnly } from './AUD.svg';
  69. export { default as IconVideoQualityHD } from './HD.svg';
  70. export { default as IconVideoQualityLD } from './LD.svg';
  71. export { default as IconVideoQualitySD } from './SD.svg';
  72. export { default as IconVolume } from './volume.svg';