@stream-io/video-react-native-sdk 0.4.2 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (330) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/dist/commonjs/components/Call/CallContent/CallContent.js +19 -20
  3. package/dist/commonjs/components/Call/CallContent/CallContent.js.map +1 -1
  4. package/dist/commonjs/components/Call/CallControls/AcceptCallButton.js +4 -5
  5. package/dist/commonjs/components/Call/CallControls/AcceptCallButton.js.map +1 -1
  6. package/dist/commonjs/components/Call/CallControls/CallControls.js +5 -6
  7. package/dist/commonjs/components/Call/CallControls/CallControls.js.map +1 -1
  8. package/dist/commonjs/components/Call/CallControls/CallControlsButton.js +10 -13
  9. package/dist/commonjs/components/Call/CallControls/CallControlsButton.js.map +1 -1
  10. package/dist/commonjs/components/Call/CallControls/ChatButton.js +7 -9
  11. package/dist/commonjs/components/Call/CallControls/ChatButton.js.map +1 -1
  12. package/dist/commonjs/components/Call/CallControls/HangupCallButton.js +5 -6
  13. package/dist/commonjs/components/Call/CallControls/HangupCallButton.js.map +1 -1
  14. package/dist/commonjs/components/Call/CallControls/IncomingCallControls.js +4 -5
  15. package/dist/commonjs/components/Call/CallControls/IncomingCallControls.js.map +1 -1
  16. package/dist/commonjs/components/Call/CallControls/OutgoingCallControls.js +3 -4
  17. package/dist/commonjs/components/Call/CallControls/OutgoingCallControls.js.map +1 -1
  18. package/dist/commonjs/components/Call/CallControls/ReactionsButton.js +4 -5
  19. package/dist/commonjs/components/Call/CallControls/ReactionsButton.js.map +1 -1
  20. package/dist/commonjs/components/Call/CallControls/RejectCallButton.js +4 -5
  21. package/dist/commonjs/components/Call/CallControls/RejectCallButton.js.map +1 -1
  22. package/dist/commonjs/components/Call/CallControls/ScreenShareButton.js +4 -5
  23. package/dist/commonjs/components/Call/CallControls/ScreenShareButton.js.map +1 -1
  24. package/dist/commonjs/components/Call/CallControls/ToggleAudioPreviewButton.js +3 -4
  25. package/dist/commonjs/components/Call/CallControls/ToggleAudioPreviewButton.js.map +1 -1
  26. package/dist/commonjs/components/Call/CallControls/ToggleAudioPublishingButton.js +3 -4
  27. package/dist/commonjs/components/Call/CallControls/ToggleAudioPublishingButton.js.map +1 -1
  28. package/dist/commonjs/components/Call/CallControls/ToggleCameraFaceButton.js +3 -4
  29. package/dist/commonjs/components/Call/CallControls/ToggleCameraFaceButton.js.map +1 -1
  30. package/dist/commonjs/components/Call/CallControls/ToggleVideoPreviewButton.js +3 -4
  31. package/dist/commonjs/components/Call/CallControls/ToggleVideoPreviewButton.js.map +1 -1
  32. package/dist/commonjs/components/Call/CallControls/ToggleVideoPublishingButton.js +3 -4
  33. package/dist/commonjs/components/Call/CallControls/ToggleVideoPublishingButton.js.map +1 -1
  34. package/dist/commonjs/components/Call/CallControls/internal/ReactionsPicker.js +5 -6
  35. package/dist/commonjs/components/Call/CallControls/internal/ReactionsPicker.js.map +1 -1
  36. package/dist/commonjs/components/Call/CallLayout/CallParticipantsGrid.js +12 -13
  37. package/dist/commonjs/components/Call/CallLayout/CallParticipantsGrid.js.map +1 -1
  38. package/dist/commonjs/components/Call/CallLayout/CallParticipantsSpotlight.js +11 -12
  39. package/dist/commonjs/components/Call/CallLayout/CallParticipantsSpotlight.js.map +1 -1
  40. package/dist/commonjs/components/Call/CallParticipantsList/CallParticipantsList.js +26 -30
  41. package/dist/commonjs/components/Call/CallParticipantsList/CallParticipantsList.js.map +1 -1
  42. package/dist/commonjs/components/Call/CallTopView/CallTopView.js +14 -18
  43. package/dist/commonjs/components/Call/CallTopView/CallTopView.js.map +1 -1
  44. package/dist/commonjs/components/Call/CallTopView/ParticipantsInfoBadge.js +8 -12
  45. package/dist/commonjs/components/Call/CallTopView/ParticipantsInfoBadge.js.map +1 -1
  46. package/dist/commonjs/components/Call/Lobby/JoinCallButton.js +4 -5
  47. package/dist/commonjs/components/Call/Lobby/JoinCallButton.js.map +1 -1
  48. package/dist/commonjs/components/Call/Lobby/Lobby.js +7 -8
  49. package/dist/commonjs/components/Call/Lobby/Lobby.js.map +1 -1
  50. package/dist/commonjs/components/Call/Lobby/LobbyFooter.js +4 -5
  51. package/dist/commonjs/components/Call/Lobby/LobbyFooter.js.map +1 -1
  52. package/dist/commonjs/components/Call/RingingCallContent/IncomingCall.js +15 -23
  53. package/dist/commonjs/components/Call/RingingCallContent/IncomingCall.js.map +1 -1
  54. package/dist/commonjs/components/Call/RingingCallContent/OutgoingCall.js +5 -6
  55. package/dist/commonjs/components/Call/RingingCallContent/OutgoingCall.js.map +1 -1
  56. package/dist/commonjs/components/Call/RingingCallContent/RingingCallContent.js +8 -9
  57. package/dist/commonjs/components/Call/RingingCallContent/RingingCallContent.js.map +1 -1
  58. package/dist/commonjs/components/Call/RingingCallContent/UserInfo.js +10 -17
  59. package/dist/commonjs/components/Call/RingingCallContent/UserInfo.js.map +1 -1
  60. package/dist/commonjs/components/Livestream/HostLivestream/HostLivestream.js +13 -14
  61. package/dist/commonjs/components/Livestream/HostLivestream/HostLivestream.js.map +1 -1
  62. package/dist/commonjs/components/Livestream/LivestreamControls/HostLivestreamControls.js +7 -8
  63. package/dist/commonjs/components/Livestream/LivestreamControls/HostLivestreamControls.js.map +1 -1
  64. package/dist/commonjs/components/Livestream/LivestreamControls/HostStartStreamButton.js +5 -6
  65. package/dist/commonjs/components/Livestream/LivestreamControls/HostStartStreamButton.js.map +1 -1
  66. package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamMediaControls.js +1 -2
  67. package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamMediaControls.js.map +1 -1
  68. package/dist/commonjs/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.js +3 -4
  69. package/dist/commonjs/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.js.map +1 -1
  70. package/dist/commonjs/components/Livestream/LivestreamControls/ViewerLivestreamControls.js +4 -5
  71. package/dist/commonjs/components/Livestream/LivestreamControls/ViewerLivestreamControls.js.map +1 -1
  72. package/dist/commonjs/components/Livestream/LivestreamLayout/LivestreamLayout.js +4 -5
  73. package/dist/commonjs/components/Livestream/LivestreamLayout/LivestreamLayout.js.map +1 -1
  74. package/dist/commonjs/components/Livestream/LivestreamTopView/DurationBadge.js +3 -4
  75. package/dist/commonjs/components/Livestream/LivestreamTopView/DurationBadge.js.map +1 -1
  76. package/dist/commonjs/components/Livestream/LivestreamTopView/FollowerCount.js +1 -2
  77. package/dist/commonjs/components/Livestream/LivestreamTopView/FollowerCount.js.map +1 -1
  78. package/dist/commonjs/components/Livestream/LivestreamTopView/HostLivestreamTopView.js +5 -6
  79. package/dist/commonjs/components/Livestream/LivestreamTopView/HostLivestreamTopView.js.map +1 -1
  80. package/dist/commonjs/components/Livestream/LivestreamTopView/LiveIndicator.js +1 -2
  81. package/dist/commonjs/components/Livestream/LivestreamTopView/LiveIndicator.js.map +1 -1
  82. package/dist/commonjs/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.js +5 -6
  83. package/dist/commonjs/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.js.map +1 -1
  84. package/dist/commonjs/components/Livestream/ViewerLivestream/ViewerLivestream.js +11 -12
  85. package/dist/commonjs/components/Livestream/ViewerLivestream/ViewerLivestream.js.map +1 -1
  86. package/dist/commonjs/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.js +6 -7
  87. package/dist/commonjs/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.js.map +1 -1
  88. package/dist/commonjs/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.js +6 -7
  89. package/dist/commonjs/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.js.map +1 -1
  90. package/dist/commonjs/components/Participant/FloatingParticipantView/FloatingView/common.js +8 -10
  91. package/dist/commonjs/components/Participant/FloatingParticipantView/FloatingView/common.js.map +1 -1
  92. package/dist/commonjs/components/Participant/FloatingParticipantView/index.js +13 -14
  93. package/dist/commonjs/components/Participant/FloatingParticipantView/index.js.map +1 -1
  94. package/dist/commonjs/components/Participant/ParticipantView/ParticipantLabel.js +4 -5
  95. package/dist/commonjs/components/Participant/ParticipantView/ParticipantLabel.js.map +1 -1
  96. package/dist/commonjs/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.js +3 -4
  97. package/dist/commonjs/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.js.map +1 -1
  98. package/dist/commonjs/components/Participant/ParticipantView/ParticipantReaction.js +5 -6
  99. package/dist/commonjs/components/Participant/ParticipantView/ParticipantReaction.js.map +1 -1
  100. package/dist/commonjs/components/Participant/ParticipantView/ParticipantVideoFallback.js +3 -4
  101. package/dist/commonjs/components/Participant/ParticipantView/ParticipantVideoFallback.js.map +1 -1
  102. package/dist/commonjs/components/Participant/ParticipantView/ParticipantView.js +14 -15
  103. package/dist/commonjs/components/Participant/ParticipantView/ParticipantView.js.map +1 -1
  104. package/dist/commonjs/components/Participant/ParticipantView/VideoRenderer.js +8 -9
  105. package/dist/commonjs/components/Participant/ParticipantView/VideoRenderer.js.map +1 -1
  106. package/dist/commonjs/hooks/push/useIosCallKeepEventsSetupEffect.js +10 -13
  107. package/dist/commonjs/hooks/push/useIosCallKeepEventsSetupEffect.js.map +1 -1
  108. package/dist/commonjs/hooks/push/useProcessPushNonRingingCallEffect.js +4 -5
  109. package/dist/commonjs/hooks/push/useProcessPushNonRingingCallEffect.js.map +1 -1
  110. package/dist/commonjs/hooks/useIncallManager.js +4 -5
  111. package/dist/commonjs/hooks/useIncallManager.js.map +1 -1
  112. package/dist/commonjs/hooks/usePermissionNotification.js +4 -3
  113. package/dist/commonjs/hooks/usePermissionNotification.js.map +1 -1
  114. package/dist/commonjs/hooks/usePermissionRequest.js +4 -1
  115. package/dist/commonjs/hooks/usePermissionRequest.js.map +1 -1
  116. package/dist/commonjs/icons/Back.js +8 -11
  117. package/dist/commonjs/icons/Back.js.map +1 -1
  118. package/dist/commonjs/icons/CameraSwitch.js +8 -11
  119. package/dist/commonjs/icons/CameraSwitch.js.map +1 -1
  120. package/dist/commonjs/icons/Chat.js +8 -11
  121. package/dist/commonjs/icons/Chat.js.map +1 -1
  122. package/dist/commonjs/icons/Mic.js +11 -14
  123. package/dist/commonjs/icons/Mic.js.map +1 -1
  124. package/dist/commonjs/icons/MicOff.js +8 -11
  125. package/dist/commonjs/icons/MicOff.js.map +1 -1
  126. package/dist/commonjs/icons/Participants.js +10 -13
  127. package/dist/commonjs/icons/Participants.js.map +1 -1
  128. package/dist/commonjs/icons/Phone.js +8 -11
  129. package/dist/commonjs/icons/Phone.js.map +1 -1
  130. package/dist/commonjs/icons/PhoneDown.js +9 -12
  131. package/dist/commonjs/icons/PhoneDown.js.map +1 -1
  132. package/dist/commonjs/icons/PinVertical.js +8 -11
  133. package/dist/commonjs/icons/PinVertical.js.map +1 -1
  134. package/dist/commonjs/icons/Reaction.js +8 -11
  135. package/dist/commonjs/icons/Reaction.js.map +1 -1
  136. package/dist/commonjs/icons/ScreenShare.js +3 -4
  137. package/dist/commonjs/icons/ScreenShare.js.map +1 -1
  138. package/dist/commonjs/icons/ScreenShareIndicator.js +3 -4
  139. package/dist/commonjs/icons/ScreenShareIndicator.js.map +1 -1
  140. package/dist/commonjs/icons/Settings.js +3 -4
  141. package/dist/commonjs/icons/Settings.js.map +1 -1
  142. package/dist/commonjs/icons/Spotlight.js +10 -13
  143. package/dist/commonjs/icons/Spotlight.js.map +1 -1
  144. package/dist/commonjs/icons/ThreeDots.js +20 -23
  145. package/dist/commonjs/icons/ThreeDots.js.map +1 -1
  146. package/dist/commonjs/icons/TopViewBackground.js +24 -27
  147. package/dist/commonjs/icons/TopViewBackground.js.map +1 -1
  148. package/dist/commonjs/icons/Video.js +8 -11
  149. package/dist/commonjs/icons/Video.js.map +1 -1
  150. package/dist/commonjs/icons/VideoSlash.js +9 -12
  151. package/dist/commonjs/icons/VideoSlash.js.map +1 -1
  152. package/dist/commonjs/providers/MediaStreamManagement.js +5 -6
  153. package/dist/commonjs/providers/MediaStreamManagement.js.map +1 -1
  154. package/dist/commonjs/providers/StreamCall.js +5 -6
  155. package/dist/commonjs/providers/StreamCall.js.map +1 -1
  156. package/dist/commonjs/utils/internal/optionalLibs.js +2 -4
  157. package/dist/commonjs/utils/internal/optionalLibs.js.map +1 -1
  158. package/dist/commonjs/utils/push/android.js +4 -5
  159. package/dist/commonjs/utils/push/android.js.map +1 -1
  160. package/dist/commonjs/utils/push/ios.js +4 -5
  161. package/dist/commonjs/utils/push/ios.js.map +1 -1
  162. package/dist/commonjs/version.js +1 -1
  163. package/dist/module/components/Call/CallContent/CallContent.js +19 -20
  164. package/dist/module/components/Call/CallContent/CallContent.js.map +1 -1
  165. package/dist/module/components/Call/CallControls/AcceptCallButton.js +4 -5
  166. package/dist/module/components/Call/CallControls/AcceptCallButton.js.map +1 -1
  167. package/dist/module/components/Call/CallControls/CallControls.js +5 -6
  168. package/dist/module/components/Call/CallControls/CallControls.js.map +1 -1
  169. package/dist/module/components/Call/CallControls/CallControlsButton.js +10 -13
  170. package/dist/module/components/Call/CallControls/CallControlsButton.js.map +1 -1
  171. package/dist/module/components/Call/CallControls/ChatButton.js +7 -9
  172. package/dist/module/components/Call/CallControls/ChatButton.js.map +1 -1
  173. package/dist/module/components/Call/CallControls/HangupCallButton.js +5 -6
  174. package/dist/module/components/Call/CallControls/HangupCallButton.js.map +1 -1
  175. package/dist/module/components/Call/CallControls/IncomingCallControls.js +4 -5
  176. package/dist/module/components/Call/CallControls/IncomingCallControls.js.map +1 -1
  177. package/dist/module/components/Call/CallControls/OutgoingCallControls.js +3 -4
  178. package/dist/module/components/Call/CallControls/OutgoingCallControls.js.map +1 -1
  179. package/dist/module/components/Call/CallControls/ReactionsButton.js +4 -5
  180. package/dist/module/components/Call/CallControls/ReactionsButton.js.map +1 -1
  181. package/dist/module/components/Call/CallControls/RejectCallButton.js +4 -5
  182. package/dist/module/components/Call/CallControls/RejectCallButton.js.map +1 -1
  183. package/dist/module/components/Call/CallControls/ScreenShareButton.js +4 -5
  184. package/dist/module/components/Call/CallControls/ScreenShareButton.js.map +1 -1
  185. package/dist/module/components/Call/CallControls/ToggleAudioPreviewButton.js +3 -4
  186. package/dist/module/components/Call/CallControls/ToggleAudioPreviewButton.js.map +1 -1
  187. package/dist/module/components/Call/CallControls/ToggleAudioPublishingButton.js +3 -4
  188. package/dist/module/components/Call/CallControls/ToggleAudioPublishingButton.js.map +1 -1
  189. package/dist/module/components/Call/CallControls/ToggleCameraFaceButton.js +3 -4
  190. package/dist/module/components/Call/CallControls/ToggleCameraFaceButton.js.map +1 -1
  191. package/dist/module/components/Call/CallControls/ToggleVideoPreviewButton.js +3 -4
  192. package/dist/module/components/Call/CallControls/ToggleVideoPreviewButton.js.map +1 -1
  193. package/dist/module/components/Call/CallControls/ToggleVideoPublishingButton.js +3 -4
  194. package/dist/module/components/Call/CallControls/ToggleVideoPublishingButton.js.map +1 -1
  195. package/dist/module/components/Call/CallControls/internal/ReactionsPicker.js +5 -6
  196. package/dist/module/components/Call/CallControls/internal/ReactionsPicker.js.map +1 -1
  197. package/dist/module/components/Call/CallLayout/CallParticipantsGrid.js +12 -13
  198. package/dist/module/components/Call/CallLayout/CallParticipantsGrid.js.map +1 -1
  199. package/dist/module/components/Call/CallLayout/CallParticipantsSpotlight.js +11 -12
  200. package/dist/module/components/Call/CallLayout/CallParticipantsSpotlight.js.map +1 -1
  201. package/dist/module/components/Call/CallParticipantsList/CallParticipantsList.js +26 -30
  202. package/dist/module/components/Call/CallParticipantsList/CallParticipantsList.js.map +1 -1
  203. package/dist/module/components/Call/CallTopView/CallTopView.js +14 -18
  204. package/dist/module/components/Call/CallTopView/CallTopView.js.map +1 -1
  205. package/dist/module/components/Call/CallTopView/ParticipantsInfoBadge.js +8 -12
  206. package/dist/module/components/Call/CallTopView/ParticipantsInfoBadge.js.map +1 -1
  207. package/dist/module/components/Call/Lobby/JoinCallButton.js +4 -5
  208. package/dist/module/components/Call/Lobby/JoinCallButton.js.map +1 -1
  209. package/dist/module/components/Call/Lobby/Lobby.js +7 -8
  210. package/dist/module/components/Call/Lobby/Lobby.js.map +1 -1
  211. package/dist/module/components/Call/Lobby/LobbyFooter.js +4 -5
  212. package/dist/module/components/Call/Lobby/LobbyFooter.js.map +1 -1
  213. package/dist/module/components/Call/RingingCallContent/IncomingCall.js +15 -23
  214. package/dist/module/components/Call/RingingCallContent/IncomingCall.js.map +1 -1
  215. package/dist/module/components/Call/RingingCallContent/OutgoingCall.js +5 -6
  216. package/dist/module/components/Call/RingingCallContent/OutgoingCall.js.map +1 -1
  217. package/dist/module/components/Call/RingingCallContent/RingingCallContent.js +8 -9
  218. package/dist/module/components/Call/RingingCallContent/RingingCallContent.js.map +1 -1
  219. package/dist/module/components/Call/RingingCallContent/UserInfo.js +10 -17
  220. package/dist/module/components/Call/RingingCallContent/UserInfo.js.map +1 -1
  221. package/dist/module/components/Livestream/HostLivestream/HostLivestream.js +13 -14
  222. package/dist/module/components/Livestream/HostLivestream/HostLivestream.js.map +1 -1
  223. package/dist/module/components/Livestream/LivestreamControls/HostLivestreamControls.js +7 -8
  224. package/dist/module/components/Livestream/LivestreamControls/HostLivestreamControls.js.map +1 -1
  225. package/dist/module/components/Livestream/LivestreamControls/HostStartStreamButton.js +5 -6
  226. package/dist/module/components/Livestream/LivestreamControls/HostStartStreamButton.js.map +1 -1
  227. package/dist/module/components/Livestream/LivestreamControls/LivestreamMediaControls.js +1 -2
  228. package/dist/module/components/Livestream/LivestreamControls/LivestreamMediaControls.js.map +1 -1
  229. package/dist/module/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.js +3 -4
  230. package/dist/module/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.js.map +1 -1
  231. package/dist/module/components/Livestream/LivestreamControls/ViewerLivestreamControls.js +4 -5
  232. package/dist/module/components/Livestream/LivestreamControls/ViewerLivestreamControls.js.map +1 -1
  233. package/dist/module/components/Livestream/LivestreamLayout/LivestreamLayout.js +4 -5
  234. package/dist/module/components/Livestream/LivestreamLayout/LivestreamLayout.js.map +1 -1
  235. package/dist/module/components/Livestream/LivestreamTopView/DurationBadge.js +3 -4
  236. package/dist/module/components/Livestream/LivestreamTopView/DurationBadge.js.map +1 -1
  237. package/dist/module/components/Livestream/LivestreamTopView/FollowerCount.js +1 -2
  238. package/dist/module/components/Livestream/LivestreamTopView/FollowerCount.js.map +1 -1
  239. package/dist/module/components/Livestream/LivestreamTopView/HostLivestreamTopView.js +5 -6
  240. package/dist/module/components/Livestream/LivestreamTopView/HostLivestreamTopView.js.map +1 -1
  241. package/dist/module/components/Livestream/LivestreamTopView/LiveIndicator.js +1 -2
  242. package/dist/module/components/Livestream/LivestreamTopView/LiveIndicator.js.map +1 -1
  243. package/dist/module/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.js +5 -6
  244. package/dist/module/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.js.map +1 -1
  245. package/dist/module/components/Livestream/ViewerLivestream/ViewerLivestream.js +11 -12
  246. package/dist/module/components/Livestream/ViewerLivestream/ViewerLivestream.js.map +1 -1
  247. package/dist/module/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.js +6 -7
  248. package/dist/module/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.js.map +1 -1
  249. package/dist/module/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.js +6 -7
  250. package/dist/module/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.js.map +1 -1
  251. package/dist/module/components/Participant/FloatingParticipantView/FloatingView/common.js +8 -10
  252. package/dist/module/components/Participant/FloatingParticipantView/FloatingView/common.js.map +1 -1
  253. package/dist/module/components/Participant/FloatingParticipantView/index.js +13 -14
  254. package/dist/module/components/Participant/FloatingParticipantView/index.js.map +1 -1
  255. package/dist/module/components/Participant/ParticipantView/ParticipantLabel.js +4 -5
  256. package/dist/module/components/Participant/ParticipantView/ParticipantLabel.js.map +1 -1
  257. package/dist/module/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.js +3 -4
  258. package/dist/module/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.js.map +1 -1
  259. package/dist/module/components/Participant/ParticipantView/ParticipantReaction.js +5 -6
  260. package/dist/module/components/Participant/ParticipantView/ParticipantReaction.js.map +1 -1
  261. package/dist/module/components/Participant/ParticipantView/ParticipantVideoFallback.js +3 -4
  262. package/dist/module/components/Participant/ParticipantView/ParticipantVideoFallback.js.map +1 -1
  263. package/dist/module/components/Participant/ParticipantView/ParticipantView.js +14 -15
  264. package/dist/module/components/Participant/ParticipantView/ParticipantView.js.map +1 -1
  265. package/dist/module/components/Participant/ParticipantView/VideoRenderer.js +8 -9
  266. package/dist/module/components/Participant/ParticipantView/VideoRenderer.js.map +1 -1
  267. package/dist/module/hooks/push/useIosCallKeepEventsSetupEffect.js +10 -13
  268. package/dist/module/hooks/push/useIosCallKeepEventsSetupEffect.js.map +1 -1
  269. package/dist/module/hooks/push/useProcessPushNonRingingCallEffect.js +4 -5
  270. package/dist/module/hooks/push/useProcessPushNonRingingCallEffect.js.map +1 -1
  271. package/dist/module/hooks/useIncallManager.js +4 -5
  272. package/dist/module/hooks/useIncallManager.js.map +1 -1
  273. package/dist/module/hooks/usePermissionNotification.js +5 -4
  274. package/dist/module/hooks/usePermissionNotification.js.map +1 -1
  275. package/dist/module/hooks/usePermissionRequest.js +4 -1
  276. package/dist/module/hooks/usePermissionRequest.js.map +1 -1
  277. package/dist/module/icons/Back.js +8 -11
  278. package/dist/module/icons/Back.js.map +1 -1
  279. package/dist/module/icons/CameraSwitch.js +8 -11
  280. package/dist/module/icons/CameraSwitch.js.map +1 -1
  281. package/dist/module/icons/Chat.js +8 -11
  282. package/dist/module/icons/Chat.js.map +1 -1
  283. package/dist/module/icons/Mic.js +11 -14
  284. package/dist/module/icons/Mic.js.map +1 -1
  285. package/dist/module/icons/MicOff.js +8 -11
  286. package/dist/module/icons/MicOff.js.map +1 -1
  287. package/dist/module/icons/Participants.js +10 -13
  288. package/dist/module/icons/Participants.js.map +1 -1
  289. package/dist/module/icons/Phone.js +8 -11
  290. package/dist/module/icons/Phone.js.map +1 -1
  291. package/dist/module/icons/PhoneDown.js +9 -12
  292. package/dist/module/icons/PhoneDown.js.map +1 -1
  293. package/dist/module/icons/PinVertical.js +8 -11
  294. package/dist/module/icons/PinVertical.js.map +1 -1
  295. package/dist/module/icons/Reaction.js +8 -11
  296. package/dist/module/icons/Reaction.js.map +1 -1
  297. package/dist/module/icons/ScreenShare.js +3 -4
  298. package/dist/module/icons/ScreenShare.js.map +1 -1
  299. package/dist/module/icons/ScreenShareIndicator.js +3 -4
  300. package/dist/module/icons/ScreenShareIndicator.js.map +1 -1
  301. package/dist/module/icons/Settings.js +3 -4
  302. package/dist/module/icons/Settings.js.map +1 -1
  303. package/dist/module/icons/Spotlight.js +10 -13
  304. package/dist/module/icons/Spotlight.js.map +1 -1
  305. package/dist/module/icons/ThreeDots.js +20 -23
  306. package/dist/module/icons/ThreeDots.js.map +1 -1
  307. package/dist/module/icons/TopViewBackground.js +24 -27
  308. package/dist/module/icons/TopViewBackground.js.map +1 -1
  309. package/dist/module/icons/Video.js +8 -11
  310. package/dist/module/icons/Video.js.map +1 -1
  311. package/dist/module/icons/VideoSlash.js +9 -12
  312. package/dist/module/icons/VideoSlash.js.map +1 -1
  313. package/dist/module/providers/MediaStreamManagement.js +5 -6
  314. package/dist/module/providers/MediaStreamManagement.js.map +1 -1
  315. package/dist/module/providers/StreamCall.js +5 -6
  316. package/dist/module/providers/StreamCall.js.map +1 -1
  317. package/dist/module/utils/internal/optionalLibs.js +2 -4
  318. package/dist/module/utils/internal/optionalLibs.js.map +1 -1
  319. package/dist/module/utils/push/android.js +4 -5
  320. package/dist/module/utils/push/android.js.map +1 -1
  321. package/dist/module/utils/push/ios.js +4 -5
  322. package/dist/module/utils/push/ios.js.map +1 -1
  323. package/dist/module/version.js +1 -1
  324. package/dist/typescript/hooks/usePermissionNotification.d.ts.map +1 -1
  325. package/dist/typescript/hooks/usePermissionRequest.d.ts.map +1 -1
  326. package/dist/typescript/version.d.ts +1 -1
  327. package/package.json +3 -3
  328. package/src/hooks/usePermissionNotification.tsx +2 -5
  329. package/src/hooks/usePermissionRequest.tsx +2 -1
  330. package/src/version.ts +1 -1
@@ -1,14 +1,11 @@
1
1
  import React from 'react';
2
2
  import { Svg, Path } from 'react-native-svg';
3
- export const Chat = _ref => {
4
- let {
5
- color
6
- } = _ref;
7
- return /*#__PURE__*/React.createElement(Svg, {
8
- viewBox: "0 0 21 20"
9
- }, /*#__PURE__*/React.createElement(Path, {
10
- d: "M 17.1887 0.353516 H 2.37385 C 1.35534 0.353516 0.522003 1.18685 0.522003 2.20537 V 18.872 L 4.22571 15.1683 H 17.1887 C 18.2072 15.1683 19.0405 14.335 19.0405 13.3165 V 2.20537 C 19.0405 1.18685 18.2072 0.353516 17.1887 0.353516 Z M 17.1887 13.3165 H 4.22571 L 2.37385 15.1683 V 2.20537 H 17.1887 V 13.3165 Z",
11
- fill: color
12
- }));
13
- };
3
+ export const Chat = ({
4
+ color
5
+ }) => /*#__PURE__*/React.createElement(Svg, {
6
+ viewBox: "0 0 21 20"
7
+ }, /*#__PURE__*/React.createElement(Path, {
8
+ d: "M 17.1887 0.353516 H 2.37385 C 1.35534 0.353516 0.522003 1.18685 0.522003 2.20537 V 18.872 L 4.22571 15.1683 H 17.1887 C 18.2072 15.1683 19.0405 14.335 19.0405 13.3165 V 2.20537 C 19.0405 1.18685 18.2072 0.353516 17.1887 0.353516 Z M 17.1887 13.3165 H 4.22571 L 2.37385 15.1683 V 2.20537 H 17.1887 V 13.3165 Z",
9
+ fill: color
10
+ }));
14
11
  //# sourceMappingURL=Chat.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["React","Svg","Path","Chat","_ref","color","createElement","viewBox","d","fill"],"sourceRoot":"../../../src","sources":["icons/Chat.tsx"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,GAAG,EAAEC,IAAI,QAAQ,kBAAkB;AAO5C,OAAO,MAAMC,IAAI,GAAGC,IAAA;EAAA,IAAC;IAAEC;EAAa,CAAC,GAAAD,IAAA;EAAA,oBACnCJ,KAAA,CAAAM,aAAA,CAACL,GAAG;IAACM,OAAO,EAAC;EAAW,gBACtBP,KAAA,CAAAM,aAAA,CAACJ,IAAI;IACHM,CAAC,EAAC,uTAAuT;IACzTC,IAAI,EAAEJ;EAAM,CACb,CACE,CAAC;AAAA,CACP"}
1
+ {"version":3,"names":["React","Svg","Path","Chat","color","createElement","viewBox","d","fill"],"sourceRoot":"../../../src","sources":["icons/Chat.tsx"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,GAAG,EAAEC,IAAI,QAAQ,kBAAkB;AAO5C,OAAO,MAAMC,IAAI,GAAGA,CAAC;EAAEC;AAAa,CAAC,kBACnCJ,KAAA,CAAAK,aAAA,CAACJ,GAAG;EAACK,OAAO,EAAC;AAAW,gBACtBN,KAAA,CAAAK,aAAA,CAACH,IAAI;EACHK,CAAC,EAAC,uTAAuT;EACzTC,IAAI,EAAEJ;AAAM,CACb,CACE,CACN"}
@@ -1,17 +1,14 @@
1
1
  import React from 'react';
2
2
  import { Svg, Path } from 'react-native-svg';
3
- export const Mic = _ref => {
4
- let {
5
- color
6
- } = _ref;
7
- return /*#__PURE__*/React.createElement(Svg, {
8
- viewBox: "0 0 22 28"
9
- }, /*#__PURE__*/React.createElement(Path, {
10
- d: "M11 17.6c2.459 0 4.444-1.923 4.444-4.305V4.683C15.444 2.301 13.46.378 11 .378 8.54.378 6.555 2.3 6.555 4.683v8.612c0 2.382 1.986 4.305 4.445 4.305Z",
11
- fill: color
12
- }), /*#__PURE__*/React.createElement(Path, {
13
- d: "M18.407 13.295c0 3.96-3.318 7.176-7.407 7.176-4.09 0-7.408-3.215-7.408-7.176H.63c0 5.066 3.867 9.228 8.89 9.931v4.42h2.962v-4.42c5.022-.703 8.89-4.865 8.89-9.931h-2.964Z",
14
- fill: color
15
- }));
16
- };
3
+ export const Mic = ({
4
+ color
5
+ }) => /*#__PURE__*/React.createElement(Svg, {
6
+ viewBox: "0 0 22 28"
7
+ }, /*#__PURE__*/React.createElement(Path, {
8
+ d: "M11 17.6c2.459 0 4.444-1.923 4.444-4.305V4.683C15.444 2.301 13.46.378 11 .378 8.54.378 6.555 2.3 6.555 4.683v8.612c0 2.382 1.986 4.305 4.445 4.305Z",
9
+ fill: color
10
+ }), /*#__PURE__*/React.createElement(Path, {
11
+ d: "M18.407 13.295c0 3.96-3.318 7.176-7.407 7.176-4.09 0-7.408-3.215-7.408-7.176H.63c0 5.066 3.867 9.228 8.89 9.931v4.42h2.962v-4.42c5.022-.703 8.89-4.865 8.89-9.931h-2.964Z",
12
+ fill: color
13
+ }));
17
14
  //# sourceMappingURL=Mic.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["React","Svg","Path","Mic","_ref","color","createElement","viewBox","d","fill"],"sourceRoot":"../../../src","sources":["icons/Mic.tsx"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,GAAG,EAAEC,IAAI,QAAQ,kBAAkB;AAO5C,OAAO,MAAMC,GAAG,GAAGC,IAAA;EAAA,IAAC;IAAEC;EAAa,CAAC,GAAAD,IAAA;EAAA,oBAClCJ,KAAA,CAAAM,aAAA,CAACL,GAAG;IAACM,OAAO,EAAC;EAAW,gBACtBP,KAAA,CAAAM,aAAA,CAACJ,IAAI;IACHM,CAAC,EAAC,qJAAqJ;IACvJC,IAAI,EAAEJ;EAAM,CACb,CAAC,eACFL,KAAA,CAAAM,aAAA,CAACJ,IAAI;IACHM,CAAC,EAAC,2KAA2K;IAC7KC,IAAI,EAAEJ;EAAM,CACb,CACE,CAAC;AAAA,CACP"}
1
+ {"version":3,"names":["React","Svg","Path","Mic","color","createElement","viewBox","d","fill"],"sourceRoot":"../../../src","sources":["icons/Mic.tsx"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,GAAG,EAAEC,IAAI,QAAQ,kBAAkB;AAO5C,OAAO,MAAMC,GAAG,GAAGA,CAAC;EAAEC;AAAa,CAAC,kBAClCJ,KAAA,CAAAK,aAAA,CAACJ,GAAG;EAACK,OAAO,EAAC;AAAW,gBACtBN,KAAA,CAAAK,aAAA,CAACH,IAAI;EACHK,CAAC,EAAC,qJAAqJ;EACvJC,IAAI,EAAEJ;AAAM,CACb,CAAC,eACFJ,KAAA,CAAAK,aAAA,CAACH,IAAI;EACHK,CAAC,EAAC,2KAA2K;EAC7KC,IAAI,EAAEJ;AAAM,CACb,CACE,CACN"}
@@ -1,14 +1,11 @@
1
1
  import React from 'react';
2
2
  import { Svg, Path } from 'react-native-svg';
3
- export const MicOff = _ref => {
4
- let {
5
- color
6
- } = _ref;
7
- return /*#__PURE__*/React.createElement(Svg, {
8
- viewBox: "0 0 21 25"
9
- }, /*#__PURE__*/React.createElement(Path, {
10
- d: "M9.99986 0.241211C7.89048 0.241211 6.37263 1.70794 6.16057 3.87469V4.23026L13.9061 11.9417C13.9284 11.8639 13.9284 11.775 13.9284 11.6861V4.39693C13.9284 1.93017 12.2655 0.241211 9.99986 0.241211ZM18.6159 21.0976C18.9731 21.442 19.5423 21.442 19.8771 21.0976C20.2119 20.742 20.2231 20.1864 19.8771 19.842L1.98647 2.05239C1.64049 1.70794 1.07129 1.69682 0.725307 2.05239C0.379325 2.38574 0.379325 2.96354 0.725307 3.29689L18.6159 21.0976ZM1.46191 12.0861C1.46191 16.6863 4.54227 19.8309 8.96191 20.2531V22.5088H4.86593C4.27441 22.5088 3.78334 22.9754 3.78334 23.5644C3.78334 24.1422 4.27441 24.6199 4.86593 24.6199H15.1338C15.7253 24.6199 16.2164 24.1422 16.2164 23.5644C16.2164 22.9754 15.7253 22.5088 15.1338 22.5088H11.0378V20.2531C12.3883 20.1198 13.6048 19.742 14.6427 19.1308L13.1137 17.5975C12.2208 18.0419 11.1717 18.2864 9.99986 18.2864C6.19406 18.2864 3.61593 15.7974 3.61593 12.0083V9.89715C3.61593 9.30823 3.12486 8.85266 2.53334 8.85266C1.94182 8.85266 1.46191 9.30823 1.46191 9.89715V12.0861ZM16.049 14.0751L17.7566 15.764C18.2588 14.6973 18.5266 13.4528 18.5266 12.0861V9.89715C18.5266 9.30823 18.0467 8.85266 17.4552 8.85266C16.8637 8.85266 16.3838 9.30823 16.3838 9.89715V12.0083C16.3838 12.7639 16.2722 13.4528 16.049 14.0751ZM9.99986 15.9863C10.4463 15.9863 10.8816 15.9085 11.2722 15.764L6.04897 10.575V11.8306C6.04897 14.2973 7.73423 15.9863 9.99986 15.9863Z",
11
- fill: color
12
- }));
13
- };
3
+ export const MicOff = ({
4
+ color
5
+ }) => /*#__PURE__*/React.createElement(Svg, {
6
+ viewBox: "0 0 21 25"
7
+ }, /*#__PURE__*/React.createElement(Path, {
8
+ d: "M9.99986 0.241211C7.89048 0.241211 6.37263 1.70794 6.16057 3.87469V4.23026L13.9061 11.9417C13.9284 11.8639 13.9284 11.775 13.9284 11.6861V4.39693C13.9284 1.93017 12.2655 0.241211 9.99986 0.241211ZM18.6159 21.0976C18.9731 21.442 19.5423 21.442 19.8771 21.0976C20.2119 20.742 20.2231 20.1864 19.8771 19.842L1.98647 2.05239C1.64049 1.70794 1.07129 1.69682 0.725307 2.05239C0.379325 2.38574 0.379325 2.96354 0.725307 3.29689L18.6159 21.0976ZM1.46191 12.0861C1.46191 16.6863 4.54227 19.8309 8.96191 20.2531V22.5088H4.86593C4.27441 22.5088 3.78334 22.9754 3.78334 23.5644C3.78334 24.1422 4.27441 24.6199 4.86593 24.6199H15.1338C15.7253 24.6199 16.2164 24.1422 16.2164 23.5644C16.2164 22.9754 15.7253 22.5088 15.1338 22.5088H11.0378V20.2531C12.3883 20.1198 13.6048 19.742 14.6427 19.1308L13.1137 17.5975C12.2208 18.0419 11.1717 18.2864 9.99986 18.2864C6.19406 18.2864 3.61593 15.7974 3.61593 12.0083V9.89715C3.61593 9.30823 3.12486 8.85266 2.53334 8.85266C1.94182 8.85266 1.46191 9.30823 1.46191 9.89715V12.0861ZM16.049 14.0751L17.7566 15.764C18.2588 14.6973 18.5266 13.4528 18.5266 12.0861V9.89715C18.5266 9.30823 18.0467 8.85266 17.4552 8.85266C16.8637 8.85266 16.3838 9.30823 16.3838 9.89715V12.0083C16.3838 12.7639 16.2722 13.4528 16.049 14.0751ZM9.99986 15.9863C10.4463 15.9863 10.8816 15.9085 11.2722 15.764L6.04897 10.575V11.8306C6.04897 14.2973 7.73423 15.9863 9.99986 15.9863Z",
9
+ fill: color
10
+ }));
14
11
  //# sourceMappingURL=MicOff.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["React","Svg","Path","MicOff","_ref","color","createElement","viewBox","d","fill"],"sourceRoot":"../../../src","sources":["icons/MicOff.tsx"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,GAAG,EAAEC,IAAI,QAAQ,kBAAkB;AAO5C,OAAO,MAAMC,MAAM,GAAGC,IAAA;EAAA,IAAC;IAAEC;EAAa,CAAC,GAAAD,IAAA;EAAA,oBACrCJ,KAAA,CAAAM,aAAA,CAACL,GAAG;IAACM,OAAO,EAAC;EAAW,gBACtBP,KAAA,CAAAM,aAAA,CAACJ,IAAI;IACHM,CAAC,EAAC,o2CAAo2C;IACt2CC,IAAI,EAAEJ;EAAM,CACb,CACE,CAAC;AAAA,CACP"}
1
+ {"version":3,"names":["React","Svg","Path","MicOff","color","createElement","viewBox","d","fill"],"sourceRoot":"../../../src","sources":["icons/MicOff.tsx"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,GAAG,EAAEC,IAAI,QAAQ,kBAAkB;AAO5C,OAAO,MAAMC,MAAM,GAAGA,CAAC;EAAEC;AAAa,CAAC,kBACrCJ,KAAA,CAAAK,aAAA,CAACJ,GAAG;EAACK,OAAO,EAAC;AAAW,gBACtBN,KAAA,CAAAK,aAAA,CAACH,IAAI;EACHK,CAAC,EAAC,o2CAAo2C;EACt2CC,IAAI,EAAEJ;AAAM,CACb,CACE,CACN"}
@@ -1,16 +1,13 @@
1
1
  import React from 'react';
2
2
  import { Svg, Path } from 'react-native-svg';
3
- export const Participants = _ref => {
4
- let {
5
- color
6
- } = _ref;
7
- return /*#__PURE__*/React.createElement(Svg, {
8
- viewBox: "0 0 23 20"
9
- }, /*#__PURE__*/React.createElement(Path, {
10
- clipRule: "evenodd",
11
- d: "M 11 8 C 13.2091 8 15 6.20914 15 4 C 15 1.79086 13.2091 0 11 0 C 8.79086 0 7 1.79086 7 4 C 7 6.20914 8.79086 8 11 8 Z M 5.5 1 C 3.567 1 2 2.567 2 4.5 C 2 6.433 3.567 8 5.5 8 C 6.05228 8 6.5 7.55228 6.5 7 C 6.5 6.44772 6.05228 6 5.5 6 C 4.67157 6 4 5.32843 4 4.5 C 4 3.67157 4.67157 3 5.5 3 C 6.05228 3 6.5 2.55228 6.5 2 C 6.5 1.44772 6.05228 1 5.5 1 Z M 4 16 C 4 12.134 7.13401 9 11 9 C 14.866 9 18 12.134 18 16 C 18 16.397 17.9669 16.7869 17.903 17.1671 C 17.6021 18.9581 13 19.5 11 19.5 C 9 19.5 4.41865 19.0753 4.09763 17.1708 C 4.03335 16.7894 4 16.3982 4 16 Z M 3.85402 10.7725 C 4.28304 10.4247 4.34889 9.79494 4.0011 9.36592 C 3.6533 8.9369 3.02357 8.87105 2.59455 9.21884 C 1.01345 10.5006 0 12.4618 0 14.659 C 0 15.0572 0.0333547 15.4484 0.0976325 15.8297 C 0.18943 16.3743 0.705335 16.7414 1.24994 16.6496 C 1.79454 16.5578 2.16161 16.0419 2.06981 15.4973 C 2.02397 15.2253 2 14.9453 2 14.659 C 2 13.0903 2.72123 11.6908 3.85402 10.7725 Z M 20.5 4.5 C 20.5 2.567 18.933 1 17 1 C 16.4477 1 16 1.44772 16 2 C 16 2.55228 16.4477 3 17 3 C 17.8284 3 18.5 3.67157 18.5 4.5 C 18.5 5.32843 17.8284 6 17 6 C 16.4477 6 16 6.44772 16 7 C 16 7.55228 16.4477 8 17 8 C 18.933 8 20.5 6.433 20.5 4.5 Z M 18.3703 10.7725 C 17.9413 10.4247 17.8755 9.79494 18.2233 9.36592 C 18.5711 8.9369 19.2008 8.87105 19.6298 9.21884 C 21.2109 10.5006 22.2244 12.4618 22.2244 14.659 C 22.2244 15.0572 22.191 15.4484 22.1267 15.8297 C 22.0349 16.3743 21.519 16.7414 20.9744 16.6496 C 20.4298 16.5578 20.0628 16.0419 20.1546 15.4973 C 20.2004 15.2253 20.2244 14.9453 20.2244 14.659 C 20.2244 13.0903 19.5031 11.6908 18.3703 10.7725 Z",
12
- fill: color,
13
- fillRule: "evenodd"
14
- }));
15
- };
3
+ export const Participants = ({
4
+ color
5
+ }) => /*#__PURE__*/React.createElement(Svg, {
6
+ viewBox: "0 0 23 20"
7
+ }, /*#__PURE__*/React.createElement(Path, {
8
+ clipRule: "evenodd",
9
+ d: "M 11 8 C 13.2091 8 15 6.20914 15 4 C 15 1.79086 13.2091 0 11 0 C 8.79086 0 7 1.79086 7 4 C 7 6.20914 8.79086 8 11 8 Z M 5.5 1 C 3.567 1 2 2.567 2 4.5 C 2 6.433 3.567 8 5.5 8 C 6.05228 8 6.5 7.55228 6.5 7 C 6.5 6.44772 6.05228 6 5.5 6 C 4.67157 6 4 5.32843 4 4.5 C 4 3.67157 4.67157 3 5.5 3 C 6.05228 3 6.5 2.55228 6.5 2 C 6.5 1.44772 6.05228 1 5.5 1 Z M 4 16 C 4 12.134 7.13401 9 11 9 C 14.866 9 18 12.134 18 16 C 18 16.397 17.9669 16.7869 17.903 17.1671 C 17.6021 18.9581 13 19.5 11 19.5 C 9 19.5 4.41865 19.0753 4.09763 17.1708 C 4.03335 16.7894 4 16.3982 4 16 Z M 3.85402 10.7725 C 4.28304 10.4247 4.34889 9.79494 4.0011 9.36592 C 3.6533 8.9369 3.02357 8.87105 2.59455 9.21884 C 1.01345 10.5006 0 12.4618 0 14.659 C 0 15.0572 0.0333547 15.4484 0.0976325 15.8297 C 0.18943 16.3743 0.705335 16.7414 1.24994 16.6496 C 1.79454 16.5578 2.16161 16.0419 2.06981 15.4973 C 2.02397 15.2253 2 14.9453 2 14.659 C 2 13.0903 2.72123 11.6908 3.85402 10.7725 Z M 20.5 4.5 C 20.5 2.567 18.933 1 17 1 C 16.4477 1 16 1.44772 16 2 C 16 2.55228 16.4477 3 17 3 C 17.8284 3 18.5 3.67157 18.5 4.5 C 18.5 5.32843 17.8284 6 17 6 C 16.4477 6 16 6.44772 16 7 C 16 7.55228 16.4477 8 17 8 C 18.933 8 20.5 6.433 20.5 4.5 Z M 18.3703 10.7725 C 17.9413 10.4247 17.8755 9.79494 18.2233 9.36592 C 18.5711 8.9369 19.2008 8.87105 19.6298 9.21884 C 21.2109 10.5006 22.2244 12.4618 22.2244 14.659 C 22.2244 15.0572 22.191 15.4484 22.1267 15.8297 C 22.0349 16.3743 21.519 16.7414 20.9744 16.6496 C 20.4298 16.5578 20.0628 16.0419 20.1546 15.4973 C 20.2004 15.2253 20.2244 14.9453 20.2244 14.659 C 20.2244 13.0903 19.5031 11.6908 18.3703 10.7725 Z",
10
+ fill: color,
11
+ fillRule: "evenodd"
12
+ }));
16
13
  //# sourceMappingURL=Participants.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["React","Svg","Path","Participants","_ref","color","createElement","viewBox","clipRule","d","fill","fillRule"],"sourceRoot":"../../../src","sources":["icons/Participants.tsx"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,GAAG,EAAEC,IAAI,QAAQ,kBAAkB;AAO5C,OAAO,MAAMC,YAAY,GAAGC,IAAA;EAAA,IAAC;IAAEC;EAAa,CAAC,GAAAD,IAAA;EAAA,oBAC3CJ,KAAA,CAAAM,aAAA,CAACL,GAAG;IAACM,OAAO,EAAC;EAAW,gBACtBP,KAAA,CAAAM,aAAA,CAACJ,IAAI;IACHM,QAAQ,EAAC,SAAS;IAClBC,CAAC,EAAC,4kDAA4kD;IAC9kDC,IAAI,EAAEL,KAAM;IACZM,QAAQ,EAAC;EAAS,CACnB,CACE,CAAC;AAAA,CACP"}
1
+ {"version":3,"names":["React","Svg","Path","Participants","color","createElement","viewBox","clipRule","d","fill","fillRule"],"sourceRoot":"../../../src","sources":["icons/Participants.tsx"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,GAAG,EAAEC,IAAI,QAAQ,kBAAkB;AAO5C,OAAO,MAAMC,YAAY,GAAGA,CAAC;EAAEC;AAAa,CAAC,kBAC3CJ,KAAA,CAAAK,aAAA,CAACJ,GAAG;EAACK,OAAO,EAAC;AAAW,gBACtBN,KAAA,CAAAK,aAAA,CAACH,IAAI;EACHK,QAAQ,EAAC,SAAS;EAClBC,CAAC,EAAC,4kDAA4kD;EAC9kDC,IAAI,EAAEL,KAAM;EACZM,QAAQ,EAAC;AAAS,CACnB,CACE,CACN"}
@@ -1,14 +1,11 @@
1
1
  import React from 'react';
2
2
  import { Svg, Path } from 'react-native-svg';
3
- export const Phone = _ref => {
4
- let {
5
- color
6
- } = _ref;
7
- return /*#__PURE__*/React.createElement(Svg, {
8
- viewBox: "0 0 34 33"
9
- }, /*#__PURE__*/React.createElement(Path, {
10
- d: "M9.779 24.114c5 5.017 11.085 8.881 16.052 8.881 2.22 0 4.17-.78 5.73-2.508.914-1.017 1.474-2.187 1.474-3.356 0-.899-.356-1.78-1.22-2.39l-5.204-3.695c-.83-.577-1.509-.848-2.12-.848-.796 0-1.508.44-2.287 1.22l-1.22 1.22a.982.982 0 0 1-.662.272c-.271 0-.525-.102-.695-.203-1.068-.577-2.898-2.136-4.593-3.831-1.695-1.695-3.272-3.509-3.831-4.594a1.454 1.454 0 0 1-.187-.695.95.95 0 0 1 .255-.644l1.22-1.237c.763-.797 1.22-1.492 1.22-2.288 0-.628-.27-1.306-.847-2.12L9.186 2.147C8.559 1.265 7.677.892 6.71.892c-1.153 0-2.305.508-3.305 1.474C1.71 3.96.965 5.943.965 8.13c0 4.967 3.814 10.984 8.814 15.985Z",
11
- fill: color
12
- }));
13
- };
3
+ export const Phone = ({
4
+ color
5
+ }) => /*#__PURE__*/React.createElement(Svg, {
6
+ viewBox: "0 0 34 33"
7
+ }, /*#__PURE__*/React.createElement(Path, {
8
+ d: "M9.779 24.114c5 5.017 11.085 8.881 16.052 8.881 2.22 0 4.17-.78 5.73-2.508.914-1.017 1.474-2.187 1.474-3.356 0-.899-.356-1.78-1.22-2.39l-5.204-3.695c-.83-.577-1.509-.848-2.12-.848-.796 0-1.508.44-2.287 1.22l-1.22 1.22a.982.982 0 0 1-.662.272c-.271 0-.525-.102-.695-.203-1.068-.577-2.898-2.136-4.593-3.831-1.695-1.695-3.272-3.509-3.831-4.594a1.454 1.454 0 0 1-.187-.695.95.95 0 0 1 .255-.644l1.22-1.237c.763-.797 1.22-1.492 1.22-2.288 0-.628-.27-1.306-.847-2.12L9.186 2.147C8.559 1.265 7.677.892 6.71.892c-1.153 0-2.305.508-3.305 1.474C1.71 3.96.965 5.943.965 8.13c0 4.967 3.814 10.984 8.814 15.985Z",
9
+ fill: color
10
+ }));
14
11
  //# sourceMappingURL=Phone.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["React","Svg","Path","Phone","_ref","color","createElement","viewBox","d","fill"],"sourceRoot":"../../../src","sources":["icons/Phone.tsx"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,GAAG,EAAEC,IAAI,QAAQ,kBAAkB;AAO5C,OAAO,MAAMC,KAAK,GAAGC,IAAA;EAAA,IAAC;IAAEC;EAAa,CAAC,GAAAD,IAAA;EAAA,oBACpCJ,KAAA,CAAAM,aAAA,CAACL,GAAG;IAACM,OAAO,EAAC;EAAW,gBACtBP,KAAA,CAAAM,aAAA,CAACJ,IAAI;IACHM,CAAC,EAAC,wlBAAwlB;IAC1lBC,IAAI,EAAEJ;EAAM,CACb,CACE,CAAC;AAAA,CACP"}
1
+ {"version":3,"names":["React","Svg","Path","Phone","color","createElement","viewBox","d","fill"],"sourceRoot":"../../../src","sources":["icons/Phone.tsx"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,GAAG,EAAEC,IAAI,QAAQ,kBAAkB;AAO5C,OAAO,MAAMC,KAAK,GAAGA,CAAC;EAAEC;AAAa,CAAC,kBACpCJ,KAAA,CAAAK,aAAA,CAACJ,GAAG;EAACK,OAAO,EAAC;AAAW,gBACtBN,KAAA,CAAAK,aAAA,CAACH,IAAI;EACHK,CAAC,EAAC,wlBAAwlB;EAC1lBC,IAAI,EAAEJ;AAAM,CACb,CACE,CACN"}
@@ -1,16 +1,13 @@
1
1
  import React from 'react';
2
2
  import { Path, Svg } from 'react-native-svg';
3
3
  import { IconTestIds } from '../constants/TestIds';
4
- export const PhoneDown = _ref => {
5
- let {
6
- color
7
- } = _ref;
8
- return /*#__PURE__*/React.createElement(Svg, {
9
- viewBox: "0 0 42 17",
10
- testID: IconTestIds.HANG_UP_CALL
11
- }, /*#__PURE__*/React.createElement(Path, {
12
- d: "M20.983.96C13.406.977 6.372 2.536 2.863 6.045 1.287 7.621.473 9.537.575 11.876c.068 1.373.508 2.576 1.322 3.407.644.627 1.526 1 2.56.83l6.305-1.067c.983-.153 1.661-.458 2.102-.899.56-.559.729-1.373.729-2.474l.017-1.746c0-.272.118-.475.27-.644.187-.204.442-.306.645-.34 1.17-.27 3.56-.542 6.475-.542 2.899 0 5.289.204 6.458.543.187.05.44.152.627.339.153.17.255.372.271.627l.017 1.763c.017 1.101.187 1.915.746 2.474.441.441 1.119.746 2.102.899l6.238 1.05c1.068.187 1.966-.203 2.644-.88.814-.78 1.271-1.984 1.305-3.374.068-2.322-.813-4.238-2.373-5.797C35.527 2.536 28.577.96 20.983.96Z",
13
- fill: color
14
- }));
15
- };
4
+ export const PhoneDown = ({
5
+ color
6
+ }) => /*#__PURE__*/React.createElement(Svg, {
7
+ viewBox: "0 0 42 17",
8
+ testID: IconTestIds.HANG_UP_CALL
9
+ }, /*#__PURE__*/React.createElement(Path, {
10
+ d: "M20.983.96C13.406.977 6.372 2.536 2.863 6.045 1.287 7.621.473 9.537.575 11.876c.068 1.373.508 2.576 1.322 3.407.644.627 1.526 1 2.56.83l6.305-1.067c.983-.153 1.661-.458 2.102-.899.56-.559.729-1.373.729-2.474l.017-1.746c0-.272.118-.475.27-.644.187-.204.442-.306.645-.34 1.17-.27 3.56-.542 6.475-.542 2.899 0 5.289.204 6.458.543.187.05.44.152.627.339.153.17.255.372.271.627l.017 1.763c.017 1.101.187 1.915.746 2.474.441.441 1.119.746 2.102.899l6.238 1.05c1.068.187 1.966-.203 2.644-.88.814-.78 1.271-1.984 1.305-3.374.068-2.322-.813-4.238-2.373-5.797C35.527 2.536 28.577.96 20.983.96Z",
11
+ fill: color
12
+ }));
16
13
  //# sourceMappingURL=PhoneDown.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["React","Path","Svg","IconTestIds","PhoneDown","_ref","color","createElement","viewBox","testID","HANG_UP_CALL","d","fill"],"sourceRoot":"../../../src","sources":["icons/PhoneDown.tsx"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,IAAI,EAAEC,GAAG,QAAQ,kBAAkB;AAE5C,SAASC,WAAW,QAAQ,sBAAsB;AAMlD,OAAO,MAAMC,SAAS,GAAGC,IAAA;EAAA,IAAC;IAAEC;EAAa,CAAC,GAAAD,IAAA;EAAA,oBACxCL,KAAA,CAAAO,aAAA,CAACL,GAAG;IAACM,OAAO,EAAC,WAAW;IAACC,MAAM,EAAEN,WAAW,CAACO;EAAa,gBACxDV,KAAA,CAAAO,aAAA,CAACN,IAAI;IACHU,CAAC,EAAC,wkBAAwkB;IAC1kBC,IAAI,EAAEN;EAAM,CACb,CACE,CAAC;AAAA,CACP"}
1
+ {"version":3,"names":["React","Path","Svg","IconTestIds","PhoneDown","color","createElement","viewBox","testID","HANG_UP_CALL","d","fill"],"sourceRoot":"../../../src","sources":["icons/PhoneDown.tsx"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,IAAI,EAAEC,GAAG,QAAQ,kBAAkB;AAE5C,SAASC,WAAW,QAAQ,sBAAsB;AAMlD,OAAO,MAAMC,SAAS,GAAGA,CAAC;EAAEC;AAAa,CAAC,kBACxCL,KAAA,CAAAM,aAAA,CAACJ,GAAG;EAACK,OAAO,EAAC,WAAW;EAACC,MAAM,EAAEL,WAAW,CAACM;AAAa,gBACxDT,KAAA,CAAAM,aAAA,CAACL,IAAI;EACHS,CAAC,EAAC,wkBAAwkB;EAC1kBC,IAAI,EAAEN;AAAM,CACb,CACE,CACN"}
@@ -1,14 +1,11 @@
1
1
  import React from 'react';
2
2
  import { Svg, Path } from 'react-native-svg';
3
- export const PinVertical = _ref => {
4
- let {
5
- color
6
- } = _ref;
7
- return /*#__PURE__*/React.createElement(Svg, {
8
- viewBox: "0 0 21 20"
9
- }, /*#__PURE__*/React.createElement(Path, {
10
- fill: color,
11
- d: "M12.0682 3.45222V7.46363C12.0682 8.36218 12.365 9.19656 12.8705 9.87047H8.05678C8.57827 9.18051 8.85906 8.34614 8.85906 7.46363V3.45222H12.0682ZM14.475 1.84766H6.45222C6.01096 1.84766 5.64994 2.20868 5.64994 2.64994C5.64994 3.09119 6.01096 3.45222 6.45222 3.45222H7.2545V7.46363C7.2545 8.79541 6.17944 9.87047 4.84766 9.87047V11.475H9.63728V17.091L10.4396 17.8933L11.2418 17.091V11.475H16.0796V9.87047C14.7478 9.87047 13.6728 8.79541 13.6728 7.46363V3.45222H14.475C14.9163 3.45222 15.2773 3.09119 15.2773 2.64994C15.2773 2.20868 14.9163 1.84766 14.475 1.84766Z"
12
- }));
13
- };
3
+ export const PinVertical = ({
4
+ color
5
+ }) => /*#__PURE__*/React.createElement(Svg, {
6
+ viewBox: "0 0 21 20"
7
+ }, /*#__PURE__*/React.createElement(Path, {
8
+ fill: color,
9
+ d: "M12.0682 3.45222V7.46363C12.0682 8.36218 12.365 9.19656 12.8705 9.87047H8.05678C8.57827 9.18051 8.85906 8.34614 8.85906 7.46363V3.45222H12.0682ZM14.475 1.84766H6.45222C6.01096 1.84766 5.64994 2.20868 5.64994 2.64994C5.64994 3.09119 6.01096 3.45222 6.45222 3.45222H7.2545V7.46363C7.2545 8.79541 6.17944 9.87047 4.84766 9.87047V11.475H9.63728V17.091L10.4396 17.8933L11.2418 17.091V11.475H16.0796V9.87047C14.7478 9.87047 13.6728 8.79541 13.6728 7.46363V3.45222H14.475C14.9163 3.45222 15.2773 3.09119 15.2773 2.64994C15.2773 2.20868 14.9163 1.84766 14.475 1.84766Z"
10
+ }));
14
11
  //# sourceMappingURL=PinVertical.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["React","Svg","Path","PinVertical","_ref","color","createElement","viewBox","fill","d"],"sourceRoot":"../../../src","sources":["icons/PinVertical.tsx"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,GAAG,EAAEC,IAAI,QAAQ,kBAAkB;AAO5C,OAAO,MAAMC,WAAW,GAAGC,IAAA;EAAA,IAAC;IAAEC;EAAa,CAAC,GAAAD,IAAA;EAAA,oBAC1CJ,KAAA,CAAAM,aAAA,CAACL,GAAG;IAACM,OAAO,EAAC;EAAW,gBACtBP,KAAA,CAAAM,aAAA,CAACJ,IAAI;IACHM,IAAI,EAAEH,KAAM;IACZI,CAAC,EAAC;EAAkjB,CACrjB,CACE,CAAC;AAAA,CACP"}
1
+ {"version":3,"names":["React","Svg","Path","PinVertical","color","createElement","viewBox","fill","d"],"sourceRoot":"../../../src","sources":["icons/PinVertical.tsx"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,GAAG,EAAEC,IAAI,QAAQ,kBAAkB;AAO5C,OAAO,MAAMC,WAAW,GAAGA,CAAC;EAAEC;AAAa,CAAC,kBAC1CJ,KAAA,CAAAK,aAAA,CAACJ,GAAG;EAACK,OAAO,EAAC;AAAW,gBACtBN,KAAA,CAAAK,aAAA,CAACH,IAAI;EACHK,IAAI,EAAEH,KAAM;EACZI,CAAC,EAAC;AAAkjB,CACrjB,CACE,CACN"}
@@ -1,14 +1,11 @@
1
1
  import React from 'react';
2
2
  import { Svg, Path } from 'react-native-svg';
3
- export const Reaction = _ref => {
4
- let {
5
- color
6
- } = _ref;
7
- return /*#__PURE__*/React.createElement(Svg, {
8
- viewBox: "0 0 22 20"
9
- }, /*#__PURE__*/React.createElement(Path, {
10
- fill: color,
11
- d: "M 5.50033 8.16667 C 5.50033 7.40583 6.11449 6.79167 6.87533 6.79167 C 7.63616 6.79167 8.25033 7.40583 8.25033 8.16667 C 8.25033 8.9275 7.63616 9.54167 6.87533 9.54167 C 6.11449 9.54167 5.50033 8.9275 5.50033 8.16667 Z M 10.0837 15.5 C 12.2195 15.5 14.0345 14.1617 14.7678 12.2917 H 5.39949 C 6.13283 14.1617 7.94783 15.5 10.0837 15.5 Z M 13.292 9.54167 C 14.0528 9.54167 14.667 8.9275 14.667 8.16667 C 14.667 7.40583 14.0528 6.79167 13.292 6.79167 C 12.5312 6.79167 11.917 7.40583 11.917 8.16667 C 11.917 8.9275 12.5312 9.54167 13.292 9.54167 Z M 19.2503 0.375 H 17.417 V 2.20833 H 15.5837 V 4.04167 H 17.417 V 5.875 H 19.2503 V 4.04167 H 21.0837 V 2.20833 H 19.2503 V 0.375 Z M 17.417 10.4583 C 17.417 14.51 14.1353 17.7917 10.0837 17.7917 C 6.03199 17.7917 2.75033 14.51 2.75033 10.4583 C 2.75033 6.40667 6.03199 3.125 10.0837 3.125 C 11.422 3.125 12.6687 3.49167 13.7503 4.115 V 2.06167 C 12.6228 1.56667 11.3853 1.29167 10.0745 1.29167 C 5.01449 1.29167 0.916992 5.39833 0.916992 10.4583 C 0.916992 15.5183 5.01449 19.625 10.0745 19.625 C 15.1437 19.625 19.2503 15.5183 19.2503 10.4583 C 19.2503 9.49583 19.0945 8.57917 18.8195 7.70833 H 16.867 C 17.2153 8.56083 17.417 9.48667 17.417 10.4583 Z"
12
- }));
13
- };
3
+ export const Reaction = ({
4
+ color
5
+ }) => /*#__PURE__*/React.createElement(Svg, {
6
+ viewBox: "0 0 22 20"
7
+ }, /*#__PURE__*/React.createElement(Path, {
8
+ fill: color,
9
+ d: "M 5.50033 8.16667 C 5.50033 7.40583 6.11449 6.79167 6.87533 6.79167 C 7.63616 6.79167 8.25033 7.40583 8.25033 8.16667 C 8.25033 8.9275 7.63616 9.54167 6.87533 9.54167 C 6.11449 9.54167 5.50033 8.9275 5.50033 8.16667 Z M 10.0837 15.5 C 12.2195 15.5 14.0345 14.1617 14.7678 12.2917 H 5.39949 C 6.13283 14.1617 7.94783 15.5 10.0837 15.5 Z M 13.292 9.54167 C 14.0528 9.54167 14.667 8.9275 14.667 8.16667 C 14.667 7.40583 14.0528 6.79167 13.292 6.79167 C 12.5312 6.79167 11.917 7.40583 11.917 8.16667 C 11.917 8.9275 12.5312 9.54167 13.292 9.54167 Z M 19.2503 0.375 H 17.417 V 2.20833 H 15.5837 V 4.04167 H 17.417 V 5.875 H 19.2503 V 4.04167 H 21.0837 V 2.20833 H 19.2503 V 0.375 Z M 17.417 10.4583 C 17.417 14.51 14.1353 17.7917 10.0837 17.7917 C 6.03199 17.7917 2.75033 14.51 2.75033 10.4583 C 2.75033 6.40667 6.03199 3.125 10.0837 3.125 C 11.422 3.125 12.6687 3.49167 13.7503 4.115 V 2.06167 C 12.6228 1.56667 11.3853 1.29167 10.0745 1.29167 C 5.01449 1.29167 0.916992 5.39833 0.916992 10.4583 C 0.916992 15.5183 5.01449 19.625 10.0745 19.625 C 15.1437 19.625 19.2503 15.5183 19.2503 10.4583 C 19.2503 9.49583 19.0945 8.57917 18.8195 7.70833 H 16.867 C 17.2153 8.56083 17.417 9.48667 17.417 10.4583 Z"
10
+ }));
14
11
  //# sourceMappingURL=Reaction.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["React","Svg","Path","Reaction","_ref","color","createElement","viewBox","fill","d"],"sourceRoot":"../../../src","sources":["icons/Reaction.tsx"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,GAAG,EAAEC,IAAI,QAAQ,kBAAkB;AAO5C,OAAO,MAAMC,QAAQ,GAAGC,IAAA;EAAA,IAAC;IAAEC;EAAa,CAAC,GAAAD,IAAA;EAAA,oBACvCJ,KAAA,CAAAM,aAAA,CAACL,GAAG;IAACM,OAAO,EAAC;EAAW,gBACtBP,KAAA,CAAAM,aAAA,CAACJ,IAAI;IACHM,IAAI,EAAEH,KAAM;IACZI,CAAC,EAAC;EAAgrC,CACnrC,CACE,CAAC;AAAA,CACP"}
1
+ {"version":3,"names":["React","Svg","Path","Reaction","color","createElement","viewBox","fill","d"],"sourceRoot":"../../../src","sources":["icons/Reaction.tsx"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,GAAG,EAAEC,IAAI,QAAQ,kBAAkB;AAO5C,OAAO,MAAMC,QAAQ,GAAGA,CAAC;EAAEC;AAAa,CAAC,kBACvCJ,KAAA,CAAAK,aAAA,CAACJ,GAAG;EAACK,OAAO,EAAC;AAAW,gBACtBN,KAAA,CAAAK,aAAA,CAACH,IAAI;EACHK,IAAI,EAAEH,KAAM;EACZI,CAAC,EAAC;AAAgrC,CACnrC,CACE,CACN"}
@@ -1,10 +1,9 @@
1
1
  import React from 'react';
2
2
  import Svg, { Path } from 'react-native-svg';
3
3
  import { IconTestIds } from '../constants/TestIds';
4
- export const ScreenShare = _ref => {
5
- let {
6
- color
7
- } = _ref;
4
+ export const ScreenShare = ({
5
+ color
6
+ }) => {
8
7
  return /*#__PURE__*/React.createElement(Svg, {
9
8
  viewBox: "0 0 36 36",
10
9
  testID: IconTestIds.SCREEN_SHARE
@@ -1 +1 @@
1
- {"version":3,"names":["React","Svg","Path","IconTestIds","ScreenShare","_ref","color","createElement","viewBox","testID","SCREEN_SHARE","fill","d"],"sourceRoot":"../../../src","sources":["icons/ScreenShare.tsx"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,OAAOC,GAAG,IAAIC,IAAI,QAAQ,kBAAkB;AAE5C,SAASC,WAAW,QAAQ,sBAAsB;AAMlD,OAAO,MAAMC,WAAW,GAAGC,IAAA,IAAsB;EAAA,IAArB;IAAEC;EAAa,CAAC,GAAAD,IAAA;EAC1C,oBACEL,KAAA,CAAAO,aAAA,CAACN,GAAG;IAACO,OAAO,EAAC,WAAW;IAACC,MAAM,EAAEN,WAAW,CAACO;EAAa,gBACxDV,KAAA,CAAAO,aAAA,CAACL,IAAI;IACHS,IAAI,EAAEL,KAAM;IACZM,CAAC,EAAC;EAA6T,CAChU,CACE,CAAC;AAEV,CAAC"}
1
+ {"version":3,"names":["React","Svg","Path","IconTestIds","ScreenShare","color","createElement","viewBox","testID","SCREEN_SHARE","fill","d"],"sourceRoot":"../../../src","sources":["icons/ScreenShare.tsx"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,OAAOC,GAAG,IAAIC,IAAI,QAAQ,kBAAkB;AAE5C,SAASC,WAAW,QAAQ,sBAAsB;AAMlD,OAAO,MAAMC,WAAW,GAAGA,CAAC;EAAEC;AAAa,CAAC,KAAK;EAC/C,oBACEL,KAAA,CAAAM,aAAA,CAACL,GAAG;IAACM,OAAO,EAAC,WAAW;IAACC,MAAM,EAAEL,WAAW,CAACM;EAAa,gBACxDT,KAAA,CAAAM,aAAA,CAACJ,IAAI;IACHQ,IAAI,EAAEL,KAAM;IACZM,CAAC,EAAC;EAA6T,CAChU,CACE,CAAC;AAEV,CAAC"}
@@ -1,10 +1,9 @@
1
1
  import React from 'react';
2
2
  import Svg, { Mask, Path } from 'react-native-svg';
3
3
  import { IconTestIds } from '../constants/TestIds';
4
- export const ScreenShareIndicator = _ref => {
5
- let {
6
- color
7
- } = _ref;
4
+ export const ScreenShareIndicator = ({
5
+ color
6
+ }) => {
8
7
  return /*#__PURE__*/React.createElement(Svg, {
9
8
  viewBox: "0 0 24 24",
10
9
  testID: IconTestIds.SCREEN_SHARE_INDICATOR
@@ -1 +1 @@
1
- {"version":3,"names":["React","Svg","Mask","Path","IconTestIds","ScreenShareIndicator","_ref","color","createElement","viewBox","testID","SCREEN_SHARE_INDICATOR","id","fillRule","clipRule","d","fill","mask"],"sourceRoot":"../../../src","sources":["icons/ScreenShareIndicator.tsx"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,OAAOC,GAAG,IAAIC,IAAI,EAAEC,IAAI,QAAQ,kBAAkB;AAElD,SAASC,WAAW,QAAQ,sBAAsB;AAMlD,OAAO,MAAMC,oBAAoB,GAAGC,IAAA,IAAsB;EAAA,IAArB;IAAEC;EAAa,CAAC,GAAAD,IAAA;EACnD,oBACEN,KAAA,CAAAQ,aAAA,CAACP,GAAG;IAACQ,OAAO,EAAC,WAAW;IAACC,MAAM,EAAEN,WAAW,CAACO;EAAuB,gBAClEX,KAAA,CAAAQ,aAAA,CAACN,IAAI;IAACU,EAAE,EAAC;EAA4B,gBACnCZ,KAAA,CAAAQ,aAAA,CAACL,IAAI;IACHU,QAAQ,EAAC,SAAS;IAClBC,QAAQ,EAAC,SAAS;IAClBC,CAAC,EAAC;EAAmU,CACtU,CACG,CAAC,eAEPf,KAAA,CAAAQ,aAAA,CAACL,IAAI;IACHa,IAAI,EAAET,KAAM;IACZM,QAAQ,EAAC,SAAS;IAClBC,QAAQ,EAAC,SAAS;IAClBC,CAAC,EAAC;EAAmU,CACtU,CAAC,eACFf,KAAA,CAAAQ,aAAA,CAACL,IAAI;IACHc,IAAI,EAAC,kCAAkC;IACvCD,IAAI,EAAET,KAAM;IACZQ,CAAC,EAAC;EAAwkD,CAC3kD,CACE,CAAC;AAEV,CAAC"}
1
+ {"version":3,"names":["React","Svg","Mask","Path","IconTestIds","ScreenShareIndicator","color","createElement","viewBox","testID","SCREEN_SHARE_INDICATOR","id","fillRule","clipRule","d","fill","mask"],"sourceRoot":"../../../src","sources":["icons/ScreenShareIndicator.tsx"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,OAAOC,GAAG,IAAIC,IAAI,EAAEC,IAAI,QAAQ,kBAAkB;AAElD,SAASC,WAAW,QAAQ,sBAAsB;AAMlD,OAAO,MAAMC,oBAAoB,GAAGA,CAAC;EAAEC;AAAa,CAAC,KAAK;EACxD,oBACEN,KAAA,CAAAO,aAAA,CAACN,GAAG;IAACO,OAAO,EAAC,WAAW;IAACC,MAAM,EAAEL,WAAW,CAACM;EAAuB,gBAClEV,KAAA,CAAAO,aAAA,CAACL,IAAI;IAACS,EAAE,EAAC;EAA4B,gBACnCX,KAAA,CAAAO,aAAA,CAACJ,IAAI;IACHS,QAAQ,EAAC,SAAS;IAClBC,QAAQ,EAAC,SAAS;IAClBC,CAAC,EAAC;EAAmU,CACtU,CACG,CAAC,eAEPd,KAAA,CAAAO,aAAA,CAACJ,IAAI;IACHY,IAAI,EAAET,KAAM;IACZM,QAAQ,EAAC,SAAS;IAClBC,QAAQ,EAAC,SAAS;IAClBC,CAAC,EAAC;EAAmU,CACtU,CAAC,eACFd,KAAA,CAAAO,aAAA,CAACJ,IAAI;IACHa,IAAI,EAAC,kCAAkC;IACvCD,IAAI,EAAET,KAAM;IACZQ,CAAC,EAAC;EAAwkD,CAC3kD,CACE,CAAC;AAEV,CAAC"}
@@ -1,9 +1,8 @@
1
1
  import React from 'react';
2
2
  import Svg, { Path } from 'react-native-svg';
3
- export const Settings = _ref => {
4
- let {
5
- color
6
- } = _ref;
3
+ export const Settings = ({
4
+ color
5
+ }) => {
7
6
  return /*#__PURE__*/React.createElement(Svg, {
8
7
  viewBox: "0 0 24 24",
9
8
  fill: color
@@ -1 +1 @@
1
- {"version":3,"names":["React","Svg","Path","Settings","_ref","color","createElement","viewBox","fill","d"],"sourceRoot":"../../../src","sources":["icons/Settings.tsx"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,OAAOC,GAAG,IAAIC,IAAI,QAAQ,kBAAkB;AAM5C,OAAO,MAAMC,QAAQ,GAAGC,IAAA,IAAsB;EAAA,IAArB;IAAEC;EAAa,CAAC,GAAAD,IAAA;EACvC,oBACEJ,KAAA,CAAAM,aAAA,CAACL,GAAG;IAACM,OAAO,EAAC,WAAW;IAACC,IAAI,EAAEH;EAAM,gBACnCL,KAAA,CAAAM,aAAA,CAACJ,IAAI;IAACO,CAAC,EAAC;EAAo2B,CAAE,CAC32B,CAAC;AAEV,CAAC"}
1
+ {"version":3,"names":["React","Svg","Path","Settings","color","createElement","viewBox","fill","d"],"sourceRoot":"../../../src","sources":["icons/Settings.tsx"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,OAAOC,GAAG,IAAIC,IAAI,QAAQ,kBAAkB;AAM5C,OAAO,MAAMC,QAAQ,GAAGA,CAAC;EAAEC;AAAa,CAAC,KAAK;EAC5C,oBACEJ,KAAA,CAAAK,aAAA,CAACJ,GAAG;IAACK,OAAO,EAAC,WAAW;IAACC,IAAI,EAAEH;EAAM,gBACnCJ,KAAA,CAAAK,aAAA,CAACH,IAAI;IAACM,CAAC,EAAC;EAAo2B,CAAE,CAC32B,CAAC;AAEV,CAAC"}
@@ -1,16 +1,13 @@
1
1
  import React from 'react';
2
2
  import { Svg, Path } from 'react-native-svg';
3
- export const SpotLight = _ref => {
4
- let {
5
- color
6
- } = _ref;
7
- return /*#__PURE__*/React.createElement(Svg, {
8
- viewBox: "0 0 24 24"
9
- }, /*#__PURE__*/React.createElement(Path, {
10
- fill: color,
11
- fillRule: "evenodd",
12
- clipRule: "evenodd",
13
- d: "M 12 22 C 17.5228 22 22 17.5228 22 12 C 22 6.47715 17.5228 2 12 2 C 6.47715 2 2 6.47715 2 12 C 2 17.5228 6.47715 22 12 22 Z M 12 24 C 18.6274 24 24 18.6274 24 12 C 24 5.37258 18.6274 0 12 0 C 5.37258 0 0 5.37258 0 12 C 0 18.6274 5.37258 24 12 24 Z"
14
- }));
15
- };
3
+ export const SpotLight = ({
4
+ color
5
+ }) => /*#__PURE__*/React.createElement(Svg, {
6
+ viewBox: "0 0 24 24"
7
+ }, /*#__PURE__*/React.createElement(Path, {
8
+ fill: color,
9
+ fillRule: "evenodd",
10
+ clipRule: "evenodd",
11
+ d: "M 12 22 C 17.5228 22 22 17.5228 22 12 C 22 6.47715 17.5228 2 12 2 C 6.47715 2 2 6.47715 2 12 C 2 17.5228 6.47715 22 12 22 Z M 12 24 C 18.6274 24 24 18.6274 24 12 C 24 5.37258 18.6274 0 12 0 C 5.37258 0 0 5.37258 0 12 C 0 18.6274 5.37258 24 12 24 Z"
12
+ }));
16
13
  //# sourceMappingURL=Spotlight.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["React","Svg","Path","SpotLight","_ref","color","createElement","viewBox","fill","fillRule","clipRule","d"],"sourceRoot":"../../../src","sources":["icons/Spotlight.tsx"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,GAAG,EAAEC,IAAI,QAAQ,kBAAkB;AAO5C,OAAO,MAAMC,SAAS,GAAGC,IAAA;EAAA,IAAC;IAAEC;EAAa,CAAC,GAAAD,IAAA;EAAA,oBACxCJ,KAAA,CAAAM,aAAA,CAACL,GAAG;IAACM,OAAO,EAAC;EAAW,gBACtBP,KAAA,CAAAM,aAAA,CAACJ,IAAI;IACHM,IAAI,EAAEH,KAAM;IACZI,QAAQ,EAAC,SAAS;IAClBC,QAAQ,EAAC,SAAS;IAClBC,CAAC,EAAC;EAAyP,CAC5P,CACE,CAAC;AAAA,CACP"}
1
+ {"version":3,"names":["React","Svg","Path","SpotLight","color","createElement","viewBox","fill","fillRule","clipRule","d"],"sourceRoot":"../../../src","sources":["icons/Spotlight.tsx"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,GAAG,EAAEC,IAAI,QAAQ,kBAAkB;AAO5C,OAAO,MAAMC,SAAS,GAAGA,CAAC;EAAEC;AAAa,CAAC,kBACxCJ,KAAA,CAAAK,aAAA,CAACJ,GAAG;EAACK,OAAO,EAAC;AAAW,gBACtBN,KAAA,CAAAK,aAAA,CAACH,IAAI;EACHK,IAAI,EAAEH,KAAM;EACZI,QAAQ,EAAC,SAAS;EAClBC,QAAQ,EAAC,SAAS;EAClBC,CAAC,EAAC;AAAyP,CAC5P,CACE,CACN"}
@@ -1,26 +1,23 @@
1
1
  import React from 'react';
2
2
  import { Svg, Circle } from 'react-native-svg';
3
- export const ThreeDots = _ref => {
4
- let {
5
- color
6
- } = _ref;
7
- return /*#__PURE__*/React.createElement(Svg, {
8
- viewBox: "0 0 24 24"
9
- }, /*#__PURE__*/React.createElement(Circle, {
10
- cx: "3.5",
11
- cy: "12",
12
- r: "2.5",
13
- fill: color
14
- }), /*#__PURE__*/React.createElement(Circle, {
15
- cx: "12",
16
- cy: "12",
17
- r: "2.5",
18
- fill: color
19
- }), /*#__PURE__*/React.createElement(Circle, {
20
- cx: "20.5",
21
- cy: "12",
22
- r: "2.5",
23
- fill: color
24
- }));
25
- };
3
+ export const ThreeDots = ({
4
+ color
5
+ }) => /*#__PURE__*/React.createElement(Svg, {
6
+ viewBox: "0 0 24 24"
7
+ }, /*#__PURE__*/React.createElement(Circle, {
8
+ cx: "3.5",
9
+ cy: "12",
10
+ r: "2.5",
11
+ fill: color
12
+ }), /*#__PURE__*/React.createElement(Circle, {
13
+ cx: "12",
14
+ cy: "12",
15
+ r: "2.5",
16
+ fill: color
17
+ }), /*#__PURE__*/React.createElement(Circle, {
18
+ cx: "20.5",
19
+ cy: "12",
20
+ r: "2.5",
21
+ fill: color
22
+ }));
26
23
  //# sourceMappingURL=ThreeDots.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["React","Svg","Circle","ThreeDots","_ref","color","createElement","viewBox","cx","cy","r","fill"],"sourceRoot":"../../../src","sources":["icons/ThreeDots.tsx"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,GAAG,EAAEC,MAAM,QAAQ,kBAAkB;AAM9C,OAAO,MAAMC,SAAS,GAAGC,IAAA;EAAA,IAAC;IAAEC;EAAa,CAAC,GAAAD,IAAA;EAAA,oBACxCJ,KAAA,CAAAM,aAAA,CAACL,GAAG;IAACM,OAAO,EAAC;EAAW,gBACtBP,KAAA,CAAAM,aAAA,CAACJ,MAAM;IAACM,EAAE,EAAC,KAAK;IAACC,EAAE,EAAC,IAAI;IAACC,CAAC,EAAC,KAAK;IAACC,IAAI,EAAEN;EAAM,CAAE,CAAC,eAChDL,KAAA,CAAAM,aAAA,CAACJ,MAAM;IAACM,EAAE,EAAC,IAAI;IAACC,EAAE,EAAC,IAAI;IAACC,CAAC,EAAC,KAAK;IAACC,IAAI,EAAEN;EAAM,CAAE,CAAC,eAC/CL,KAAA,CAAAM,aAAA,CAACJ,MAAM;IAACM,EAAE,EAAC,MAAM;IAACC,EAAE,EAAC,IAAI;IAACC,CAAC,EAAC,KAAK;IAACC,IAAI,EAAEN;EAAM,CAAE,CAC7C,CAAC;AAAA,CACP"}
1
+ {"version":3,"names":["React","Svg","Circle","ThreeDots","color","createElement","viewBox","cx","cy","r","fill"],"sourceRoot":"../../../src","sources":["icons/ThreeDots.tsx"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,GAAG,EAAEC,MAAM,QAAQ,kBAAkB;AAM9C,OAAO,MAAMC,SAAS,GAAGA,CAAC;EAAEC;AAAa,CAAC,kBACxCJ,KAAA,CAAAK,aAAA,CAACJ,GAAG;EAACK,OAAO,EAAC;AAAW,gBACtBN,KAAA,CAAAK,aAAA,CAACH,MAAM;EAACK,EAAE,EAAC,KAAK;EAACC,EAAE,EAAC,IAAI;EAACC,CAAC,EAAC,KAAK;EAACC,IAAI,EAAEN;AAAM,CAAE,CAAC,eAChDJ,KAAA,CAAAK,aAAA,CAACH,MAAM;EAACK,EAAE,EAAC,IAAI;EAACC,EAAE,EAAC,IAAI;EAACC,CAAC,EAAC,KAAK;EAACC,IAAI,EAAEN;AAAM,CAAE,CAAC,eAC/CJ,KAAA,CAAAK,aAAA,CAACH,MAAM;EAACK,EAAE,EAAC,MAAM;EAACC,EAAE,EAAC,IAAI;EAACC,CAAC,EAAC,KAAK;EAACC,IAAI,EAAEN;AAAM,CAAE,CAC7C,CACN"}
@@ -1,30 +1,27 @@
1
1
  import React from 'react';
2
2
  import { Svg, Rect, Defs, LinearGradient, Stop } from 'react-native-svg';
3
- export const TopViewBackground = _ref => {
4
- let {
5
- height,
6
- width
7
- } = _ref;
8
- return /*#__PURE__*/React.createElement(Svg, {
9
- width: width,
10
- height: height,
11
- fill: 'none'
12
- }, /*#__PURE__*/React.createElement(Defs, null, /*#__PURE__*/React.createElement(LinearGradient, {
13
- id: "paint0_linear_8092_98095",
14
- x1: 3,
15
- y1: 0,
16
- x2: 3,
17
- y2: height,
18
- gradientUnits: "userSpaceOnUse"
19
- }, /*#__PURE__*/React.createElement(Stop, {
20
- stopOpacity: 0.2
21
- }), /*#__PURE__*/React.createElement(Stop, {
22
- offset: 1,
23
- stopOpacity: 0
24
- }))), /*#__PURE__*/React.createElement(Rect, {
25
- width: width,
26
- height: height,
27
- fill: 'url(#paint0_linear_8092_98095)'
28
- }));
29
- };
3
+ export const TopViewBackground = ({
4
+ height,
5
+ width
6
+ }) => /*#__PURE__*/React.createElement(Svg, {
7
+ width: width,
8
+ height: height,
9
+ fill: 'none'
10
+ }, /*#__PURE__*/React.createElement(Defs, null, /*#__PURE__*/React.createElement(LinearGradient, {
11
+ id: "paint0_linear_8092_98095",
12
+ x1: 3,
13
+ y1: 0,
14
+ x2: 3,
15
+ y2: height,
16
+ gradientUnits: "userSpaceOnUse"
17
+ }, /*#__PURE__*/React.createElement(Stop, {
18
+ stopOpacity: 0.2
19
+ }), /*#__PURE__*/React.createElement(Stop, {
20
+ offset: 1,
21
+ stopOpacity: 0
22
+ }))), /*#__PURE__*/React.createElement(Rect, {
23
+ width: width,
24
+ height: height,
25
+ fill: 'url(#paint0_linear_8092_98095)'
26
+ }));
30
27
  //# sourceMappingURL=TopViewBackground.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["React","Svg","Rect","Defs","LinearGradient","Stop","TopViewBackground","_ref","height","width","createElement","fill","id","x1","y1","x2","y2","gradientUnits","stopOpacity","offset"],"sourceRoot":"../../../src","sources":["icons/TopViewBackground.tsx"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SACEC,GAAG,EACHC,IAAI,EACJC,IAAI,EACJC,cAAc,EACdC,IAAI,QAEC,kBAAkB;AAazB,OAAO,MAAMC,iBAAiB,GAAGC,IAAA;EAAA,IAAC;IAAEC,MAAM;IAAEC;EAAa,CAAC,GAAAF,IAAA;EAAA,oBACxDP,KAAA,CAAAU,aAAA,CAACT,GAAG;IAACQ,KAAK,EAAEA,KAAM;IAACD,MAAM,EAAEA,MAAO;IAACG,IAAI,EAAE;EAAO,gBAC9CX,KAAA,CAAAU,aAAA,CAACP,IAAI,qBACHH,KAAA,CAAAU,aAAA,CAACN,cAAc;IACbQ,EAAE,EAAC,0BAA0B;IAC7BC,EAAE,EAAE,CAAE;IACNC,EAAE,EAAE,CAAE;IACNC,EAAE,EAAE,CAAE;IACNC,EAAE,EAAER,MAAO;IACXS,aAAa,EAAC;EAAgB,gBAE9BjB,KAAA,CAAAU,aAAA,CAACL,IAAI;IAACa,WAAW,EAAE;EAAI,CAAE,CAAC,eAC1BlB,KAAA,CAAAU,aAAA,CAACL,IAAI;IAACc,MAAM,EAAE,CAAE;IAACD,WAAW,EAAE;EAAE,CAAE,CACpB,CACZ,CAAC,eACPlB,KAAA,CAAAU,aAAA,CAACR,IAAI;IACHO,KAAK,EAAEA,KAAM;IACbD,MAAM,EAAEA,MAAO;IACfG,IAAI,EAAE;EAAiC,CACxC,CACE,CAAC;AAAA,CACP"}
1
+ {"version":3,"names":["React","Svg","Rect","Defs","LinearGradient","Stop","TopViewBackground","height","width","createElement","fill","id","x1","y1","x2","y2","gradientUnits","stopOpacity","offset"],"sourceRoot":"../../../src","sources":["icons/TopViewBackground.tsx"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SACEC,GAAG,EACHC,IAAI,EACJC,IAAI,EACJC,cAAc,EACdC,IAAI,QAEC,kBAAkB;AAazB,OAAO,MAAMC,iBAAiB,GAAGA,CAAC;EAAEC,MAAM;EAAEC;AAAa,CAAC,kBACxDR,KAAA,CAAAS,aAAA,CAACR,GAAG;EAACO,KAAK,EAAEA,KAAM;EAACD,MAAM,EAAEA,MAAO;EAACG,IAAI,EAAE;AAAO,gBAC9CV,KAAA,CAAAS,aAAA,CAACN,IAAI,qBACHH,KAAA,CAAAS,aAAA,CAACL,cAAc;EACbO,EAAE,EAAC,0BAA0B;EAC7BC,EAAE,EAAE,CAAE;EACNC,EAAE,EAAE,CAAE;EACNC,EAAE,EAAE,CAAE;EACNC,EAAE,EAAER,MAAO;EACXS,aAAa,EAAC;AAAgB,gBAE9BhB,KAAA,CAAAS,aAAA,CAACJ,IAAI;EAACY,WAAW,EAAE;AAAI,CAAE,CAAC,eAC1BjB,KAAA,CAAAS,aAAA,CAACJ,IAAI;EAACa,MAAM,EAAE,CAAE;EAACD,WAAW,EAAE;AAAE,CAAE,CACpB,CACZ,CAAC,eACPjB,KAAA,CAAAS,aAAA,CAACP,IAAI;EACHM,KAAK,EAAEA,KAAM;EACbD,MAAM,EAAEA,MAAO;EACfG,IAAI,EAAE;AAAiC,CACxC,CACE,CACN"}
@@ -1,14 +1,11 @@
1
1
  import React from 'react';
2
2
  import { Svg, Path } from 'react-native-svg';
3
- export const Video = _ref => {
4
- let {
5
- color
6
- } = _ref;
7
- return /*#__PURE__*/React.createElement(Svg, {
8
- viewBox: "0 0 29 19"
9
- }, /*#__PURE__*/React.createElement(Path, {
10
- d: "M4.725 18.635h11.741c2.411 0 3.795-1.35 3.795-3.717V3.958c0-2.366-1.295-3.716-3.705-3.716H4.726C2.403.242.93 1.592.93 3.958v11.038c0 2.355 1.395 3.639 3.794 3.639Zm17.177-5.603 3.817 3.281c.457.402.948.659 1.417.659.904 0 1.518-.648 1.518-1.63V3.59c0-.982-.614-1.63-1.518-1.63-.48 0-.96.257-1.417.659L21.902 5.9v7.132Z",
11
- fill: color
12
- }));
13
- };
3
+ export const Video = ({
4
+ color
5
+ }) => /*#__PURE__*/React.createElement(Svg, {
6
+ viewBox: "0 0 29 19"
7
+ }, /*#__PURE__*/React.createElement(Path, {
8
+ d: "M4.725 18.635h11.741c2.411 0 3.795-1.35 3.795-3.717V3.958c0-2.366-1.295-3.716-3.705-3.716H4.726C2.403.242.93 1.592.93 3.958v11.038c0 2.355 1.395 3.639 3.794 3.639Zm17.177-5.603 3.817 3.281c.457.402.948.659 1.417.659.904 0 1.518-.648 1.518-1.63V3.59c0-.982-.614-1.63-1.518-1.63-.48 0-.96.257-1.417.659L21.902 5.9v7.132Z",
9
+ fill: color
10
+ }));
14
11
  //# sourceMappingURL=Video.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["React","Svg","Path","Video","_ref","color","createElement","viewBox","d","fill"],"sourceRoot":"../../../src","sources":["icons/Video.tsx"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,GAAG,EAAEC,IAAI,QAAQ,kBAAkB;AAO5C,OAAO,MAAMC,KAAK,GAAGC,IAAA;EAAA,IAAC;IAAEC;EAAa,CAAC,GAAAD,IAAA;EAAA,oBACpCJ,KAAA,CAAAM,aAAA,CAACL,GAAG;IAACM,OAAO,EAAC;EAAW,gBACtBP,KAAA,CAAAM,aAAA,CAACJ,IAAI;IACHM,CAAC,EAAC,gUAAgU;IAClUC,IAAI,EAAEJ;EAAM,CACb,CACE,CAAC;AAAA,CACP"}
1
+ {"version":3,"names":["React","Svg","Path","Video","color","createElement","viewBox","d","fill"],"sourceRoot":"../../../src","sources":["icons/Video.tsx"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,GAAG,EAAEC,IAAI,QAAQ,kBAAkB;AAO5C,OAAO,MAAMC,KAAK,GAAGA,CAAC;EAAEC;AAAa,CAAC,kBACpCJ,KAAA,CAAAK,aAAA,CAACJ,GAAG;EAACK,OAAO,EAAC;AAAW,gBACtBN,KAAA,CAAAK,aAAA,CAACH,IAAI;EACHK,CAAC,EAAC,gUAAgU;EAClUC,IAAI,EAAEJ;AAAM,CACb,CACE,CACN"}
@@ -1,16 +1,13 @@
1
1
  import React from 'react';
2
2
  import { Svg, Path } from 'react-native-svg';
3
3
  import { IconTestIds } from '../constants/TestIds';
4
- export const VideoSlash = _ref => {
5
- let {
6
- color
7
- } = _ref;
8
- return /*#__PURE__*/React.createElement(Svg, {
9
- viewBox: "0 0 30 25",
10
- testID: IconTestIds.MUTED_VIDEO
11
- }, /*#__PURE__*/React.createElement(Path, {
12
- d: "M22.4886 24.1679C22.8345 24.5139 23.4037 24.5139 23.7497 24.1679C24.0845 23.8219 24.0957 23.2639 23.7497 22.9067L1.81892 0.998256C1.4841 0.652274 0.903739 0.652274 0.557757 0.998256C0.222935 1.34424 0.222935 1.9246 0.557757 2.25942L22.4886 24.1679ZM17.5555 3.35317H6.14927L21.1604 18.3643C21.2274 18.0407 21.2609 17.6166 21.2609 17.2259V7.06968C21.2609 4.70361 19.9662 3.35317 17.5555 3.35317ZM22.9015 16.1433L26.7073 19.4246C27.1761 19.8264 27.656 20.0831 28.1359 20.0831C29.0399 20.0831 29.6537 19.4358 29.6537 18.4536V6.70138C29.6537 5.71924 29.0399 5.07192 28.1359 5.07192C27.656 5.07192 27.1761 5.32861 26.7073 5.7304L22.9015 9.01165V16.1433ZM5.72517 21.746H18.0801L2.13142 5.79736C2.00865 6.10986 1.94169 6.61209 1.94169 7.10317V18.0853C1.94169 20.4402 3.31445 21.746 5.72517 21.746Z",
13
- fill: color
14
- }));
15
- };
4
+ export const VideoSlash = ({
5
+ color
6
+ }) => /*#__PURE__*/React.createElement(Svg, {
7
+ viewBox: "0 0 30 25",
8
+ testID: IconTestIds.MUTED_VIDEO
9
+ }, /*#__PURE__*/React.createElement(Path, {
10
+ d: "M22.4886 24.1679C22.8345 24.5139 23.4037 24.5139 23.7497 24.1679C24.0845 23.8219 24.0957 23.2639 23.7497 22.9067L1.81892 0.998256C1.4841 0.652274 0.903739 0.652274 0.557757 0.998256C0.222935 1.34424 0.222935 1.9246 0.557757 2.25942L22.4886 24.1679ZM17.5555 3.35317H6.14927L21.1604 18.3643C21.2274 18.0407 21.2609 17.6166 21.2609 17.2259V7.06968C21.2609 4.70361 19.9662 3.35317 17.5555 3.35317ZM22.9015 16.1433L26.7073 19.4246C27.1761 19.8264 27.656 20.0831 28.1359 20.0831C29.0399 20.0831 29.6537 19.4358 29.6537 18.4536V6.70138C29.6537 5.71924 29.0399 5.07192 28.1359 5.07192C27.656 5.07192 27.1761 5.32861 26.7073 5.7304L22.9015 9.01165V16.1433ZM5.72517 21.746H18.0801L2.13142 5.79736C2.00865 6.10986 1.94169 6.61209 1.94169 7.10317V18.0853C1.94169 20.4402 3.31445 21.746 5.72517 21.746Z",
11
+ fill: color
12
+ }));
16
13
  //# sourceMappingURL=VideoSlash.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["React","Svg","Path","IconTestIds","VideoSlash","_ref","color","createElement","viewBox","testID","MUTED_VIDEO","d","fill"],"sourceRoot":"../../../src","sources":["icons/VideoSlash.tsx"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,GAAG,EAAEC,IAAI,QAAQ,kBAAkB;AAE5C,SAASC,WAAW,QAAQ,sBAAsB;AAMlD,OAAO,MAAMC,UAAU,GAAGC,IAAA;EAAA,IAAC;IAAEC;EAAa,CAAC,GAAAD,IAAA;EAAA,oBACzCL,KAAA,CAAAO,aAAA,CAACN,GAAG;IAACO,OAAO,EAAC,WAAW;IAACC,MAAM,EAAEN,WAAW,CAACO;EAAY,gBACvDV,KAAA,CAAAO,aAAA,CAACL,IAAI;IACHS,CAAC,EAAC,uxBAAuxB;IACzxBC,IAAI,EAAEN;EAAM,CACb,CACE,CAAC;AAAA,CACP"}
1
+ {"version":3,"names":["React","Svg","Path","IconTestIds","VideoSlash","color","createElement","viewBox","testID","MUTED_VIDEO","d","fill"],"sourceRoot":"../../../src","sources":["icons/VideoSlash.tsx"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,GAAG,EAAEC,IAAI,QAAQ,kBAAkB;AAE5C,SAASC,WAAW,QAAQ,sBAAsB;AAMlD,OAAO,MAAMC,UAAU,GAAGA,CAAC;EAAEC;AAAa,CAAC,kBACzCL,KAAA,CAAAM,aAAA,CAACL,GAAG;EAACM,OAAO,EAAC,WAAW;EAACC,MAAM,EAAEL,WAAW,CAACM;AAAY,gBACvDT,KAAA,CAAAM,aAAA,CAACJ,IAAI;EACHQ,CAAC,EAAC,uxBAAuxB;EACzxBC,IAAI,EAAEN;AAAM,CACb,CACE,CACN"}
@@ -12,12 +12,11 @@ import { NativeModules, Platform } from 'react-native';
12
12
  *
13
13
  * @category Device Management
14
14
  */
15
- export const MediaStreamManagement = _ref => {
16
- let {
17
- initialAudioEnabled: propInitialAudioEnabled,
18
- initialVideoEnabled: propInitialVideoEnabled,
19
- children
20
- } = _ref;
15
+ export const MediaStreamManagement = ({
16
+ initialAudioEnabled: propInitialAudioEnabled,
17
+ initialVideoEnabled: propInitialVideoEnabled,
18
+ children
19
+ }) => {
21
20
  const call = useCall();
22
21
  const {
23
22
  useCallSettings