@maren-sa/react-native-sanarkit 2.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 (63) hide show
  1. package/README.md +362 -0
  2. package/lib/RTCComponent.d.ts +3 -0
  3. package/lib/RTCComponent.js +1 -0
  4. package/lib/RtcView.d.ts +19 -0
  5. package/lib/RtcView.js +1 -0
  6. package/lib/SanarKit.d.ts +42 -0
  7. package/lib/SanarKit.js +1 -0
  8. package/lib/Types.d.ts +23 -0
  9. package/lib/Types.js +1 -0
  10. package/lib/common/DotLoader.d.ts +12 -0
  11. package/lib/common/DotLoader.js +1 -0
  12. package/lib/common/PermissionModal.d.ts +11 -0
  13. package/lib/common/PermissionModal.js +1 -0
  14. package/lib/common/Permissions.d.ts +8 -0
  15. package/lib/common/Permissions.js +1 -0
  16. package/lib/common/SanarContext.d.ts +3 -0
  17. package/lib/common/SanarContext.js +1 -0
  18. package/lib/common/SanarProvider.d.ts +9 -0
  19. package/lib/common/SanarProvider.js +1 -0
  20. package/lib/common/SanarSVG.d.ts +224 -0
  21. package/lib/common/SanarSVG.js +1 -0
  22. package/lib/common/ToolTip.d.ts +15 -0
  23. package/lib/common/ToolTip.js +1 -0
  24. package/lib/components/Connecting.d.ts +3 -0
  25. package/lib/components/Connecting.js +1 -0
  26. package/lib/components/Container.d.ts +8 -0
  27. package/lib/components/Container.js +1 -0
  28. package/lib/components/Controls.d.ts +240 -0
  29. package/lib/components/Controls.js +1 -0
  30. package/lib/components/Ringer.d.ts +3 -0
  31. package/lib/components/Ringer.js +1 -0
  32. package/lib/components/RtcContainer.d.ts +3 -0
  33. package/lib/components/RtcContainer.js +1 -0
  34. package/lib/components/SideFrame.d.ts +3 -0
  35. package/lib/components/SideFrame.js +1 -0
  36. package/lib/components/SvgIcon.d.ts +12 -0
  37. package/lib/components/SvgIcon.js +1 -0
  38. package/lib/components/Timer.d.ts +3 -0
  39. package/lib/components/Timer.js +1 -0
  40. package/lib/components/VideoFrames.d.ts +3 -0
  41. package/lib/components/VideoFrames.js +1 -0
  42. package/lib/context/SanarContext.d.ts +9 -0
  43. package/lib/context/SanarContext.js +1 -0
  44. package/lib/index.d.ts +23 -0
  45. package/lib/index.js +1 -0
  46. package/lib/screens/ITCBooking.d.ts +8 -0
  47. package/lib/screens/ITCBooking.js +18 -0
  48. package/lib/screens/SKAppointments.d.ts +14 -0
  49. package/lib/screens/SKAppointments.js +18 -0
  50. package/lib/screens/SKChat.d.ts +16 -0
  51. package/lib/screens/SKChat.js +18 -0
  52. package/lib/screens/SKConsultation.d.ts +2 -0
  53. package/lib/screens/SKConsultation.js +1 -0
  54. package/lib/screens/SKDashboard.d.ts +14 -0
  55. package/lib/screens/SKDashboard.js +36 -0
  56. package/lib/utils/constants.d.ts +18 -0
  57. package/lib/utils/constants.js +1 -0
  58. package/lib/utils/index.d.ts +3 -0
  59. package/lib/utils/index.js +1 -0
  60. package/lib/viewport-units.d.ts +1 -0
  61. package/lib/viewport-units.js +1 -0
  62. package/package.json +71 -0
  63. package/scripts/sanarkit-setup.js +84 -0
@@ -0,0 +1,224 @@
1
+ declare namespace _default {
2
+ namespace bottomUiSvg {
3
+ let svg: React.JSX.Element;
4
+ let viewBox: string;
5
+ }
6
+ namespace microPhone {
7
+ let svg_1: React.JSX.Element;
8
+ export { svg_1 as svg };
9
+ let viewBox_1: string;
10
+ export { viewBox_1 as viewBox };
11
+ }
12
+ namespace newMicroPhone {
13
+ let svg_2: React.JSX.Element;
14
+ export { svg_2 as svg };
15
+ let viewBox_2: string;
16
+ export { viewBox_2 as viewBox };
17
+ }
18
+ namespace mutedMicroPhone {
19
+ let svg_3: React.JSX.Element;
20
+ export { svg_3 as svg };
21
+ let viewBox_3: string;
22
+ export { viewBox_3 as viewBox };
23
+ }
24
+ namespace cameraIconNew {
25
+ let svg_4: React.JSX.Element;
26
+ export { svg_4 as svg };
27
+ let viewBox_4: string;
28
+ export { viewBox_4 as viewBox };
29
+ }
30
+ namespace sanrLogoSvgVideoCall {
31
+ let svg_5: React.JSX.Element;
32
+ export { svg_5 as svg };
33
+ let viewBox_5: string;
34
+ export { viewBox_5 as viewBox };
35
+ }
36
+ namespace callDisconnectSv {
37
+ let svg_6: React.JSX.Element;
38
+ export { svg_6 as svg };
39
+ let viewBox_6: string;
40
+ export { viewBox_6 as viewBox };
41
+ }
42
+ namespace moreInVideo {
43
+ let svg_7: React.JSX.Element;
44
+ export { svg_7 as svg };
45
+ let viewBox_7: string;
46
+ export { viewBox_7 as viewBox };
47
+ }
48
+ namespace newVideoChat {
49
+ let svg_8: React.JSX.Element;
50
+ export { svg_8 as svg };
51
+ let viewBox_8: string;
52
+ export { viewBox_8 as viewBox };
53
+ }
54
+ namespace callAccept {
55
+ let svg_9: React.JSX.Element;
56
+ export { svg_9 as svg };
57
+ let viewBox_9: string;
58
+ export { viewBox_9 as viewBox };
59
+ }
60
+ namespace backgroundBlur {
61
+ let svg_10: React.JSX.Element;
62
+ export { svg_10 as svg };
63
+ let viewBox_10: string;
64
+ export { viewBox_10 as viewBox };
65
+ }
66
+ namespace backgroundWhite {
67
+ let svg_11: React.JSX.Element;
68
+ export { svg_11 as svg };
69
+ let viewBox_11: string;
70
+ export { viewBox_11 as viewBox };
71
+ }
72
+ namespace cancellNew {
73
+ let svg_12: React.JSX.Element;
74
+ export { svg_12 as svg };
75
+ let viewBox_12: string;
76
+ export { viewBox_12 as viewBox };
77
+ }
78
+ namespace videoDisableNew {
79
+ let svg_13: React.JSX.Element;
80
+ export { svg_13 as svg };
81
+ let viewBox_13: string;
82
+ export { viewBox_13 as viewBox };
83
+ }
84
+ namespace speakerEnableIcon {
85
+ let svg_14: React.JSX.Element;
86
+ export { svg_14 as svg };
87
+ let viewBox_14: string;
88
+ export { viewBox_14 as viewBox };
89
+ }
90
+ namespace speakerDisableIcon {
91
+ let svg_15: React.JSX.Element;
92
+ export { svg_15 as svg };
93
+ let viewBox_15: string;
94
+ export { viewBox_15 as viewBox };
95
+ }
96
+ namespace cameraWithoutFlipIcon {
97
+ let svg_16: React.JSX.Element;
98
+ export { svg_16 as svg };
99
+ let viewBox_16: string;
100
+ export { viewBox_16 as viewBox };
101
+ }
102
+ namespace cameraWithFlipIcon {
103
+ let svg_17: React.JSX.Element;
104
+ export { svg_17 as svg };
105
+ let viewBox_17: string;
106
+ export { viewBox_17 as viewBox };
107
+ }
108
+ namespace CameraIcon {
109
+ let svg_18: React.JSX.Element;
110
+ export { svg_18 as svg };
111
+ let viewBox_18: string;
112
+ export { viewBox_18 as viewBox };
113
+ }
114
+ namespace backBtnIcon {
115
+ let svg_19: React.JSX.Element;
116
+ export { svg_19 as svg };
117
+ let viewBox_19: string;
118
+ export { viewBox_19 as viewBox };
119
+ }
120
+ namespace notificationIcon {
121
+ let svg_20: React.JSX.Element;
122
+ export { svg_20 as svg };
123
+ let viewBox_20: string;
124
+ export { viewBox_20 as viewBox };
125
+ }
126
+ namespace darkDropDownUpArrow {
127
+ let svg_21: React.JSX.Element;
128
+ export { svg_21 as svg };
129
+ let viewBox_21: string;
130
+ export { viewBox_21 as viewBox };
131
+ }
132
+ namespace darkDropDownDownArrow {
133
+ let svg_22: React.JSX.Element;
134
+ export { svg_22 as svg };
135
+ let viewBox_22: string;
136
+ export { viewBox_22 as viewBox };
137
+ }
138
+ namespace LeftArrow {
139
+ let svg_23: React.JSX.Element;
140
+ export { svg_23 as svg };
141
+ let viewBox_23: string;
142
+ export { viewBox_23 as viewBox };
143
+ }
144
+ namespace RightArrow {
145
+ let svg_24: React.JSX.Element;
146
+ export { svg_24 as svg };
147
+ let viewBox_24: string;
148
+ export { viewBox_24 as viewBox };
149
+ }
150
+ namespace searchIcon {
151
+ let svg_25: React.JSX.Element;
152
+ export { svg_25 as svg };
153
+ let viewBox_25: string;
154
+ export { viewBox_25 as viewBox };
155
+ }
156
+ namespace attachmentIcon {
157
+ let svg_26: React.JSX.Element;
158
+ export { svg_26 as svg };
159
+ let viewBox_26: string;
160
+ export { viewBox_26 as viewBox };
161
+ }
162
+ namespace correctTick {
163
+ let svg_27: React.JSX.Element;
164
+ export { svg_27 as svg };
165
+ let viewBox_27: string;
166
+ export { viewBox_27 as viewBox };
167
+ }
168
+ namespace correctWhiteTick {
169
+ let svg_28: React.JSX.Element;
170
+ export { svg_28 as svg };
171
+ let viewBox_28: string;
172
+ export { viewBox_28 as viewBox };
173
+ }
174
+ namespace LibraryIcon {
175
+ let svg_29: React.JSX.Element;
176
+ export { svg_29 as svg };
177
+ let viewBox_29: string;
178
+ export { viewBox_29 as viewBox };
179
+ }
180
+ namespace DocumentIcon {
181
+ let svg_30: React.JSX.Element;
182
+ export { svg_30 as svg };
183
+ let viewBox_30: string;
184
+ export { viewBox_30 as viewBox };
185
+ }
186
+ namespace PlayIcon {
187
+ let svg_31: React.JSX.Element;
188
+ export { svg_31 as svg };
189
+ let viewBox_31: string;
190
+ export { viewBox_31 as viewBox };
191
+ }
192
+ namespace PauseIcon {
193
+ let svg_32: React.JSX.Element;
194
+ export { svg_32 as svg };
195
+ let viewBox_32: string;
196
+ export { viewBox_32 as viewBox };
197
+ }
198
+ namespace StopIcon {
199
+ let svg_33: React.JSX.Element;
200
+ export { svg_33 as svg };
201
+ let viewBox_33: string;
202
+ export { viewBox_33 as viewBox };
203
+ }
204
+ namespace HelpIcon {
205
+ let svg_34: React.JSX.Element;
206
+ export { svg_34 as svg };
207
+ let viewBox_34: string;
208
+ export { viewBox_34 as viewBox };
209
+ }
210
+ namespace WhatsappIcon {
211
+ let svg_35: React.JSX.Element;
212
+ export { svg_35 as svg };
213
+ let viewBox_35: string;
214
+ export { viewBox_35 as viewBox };
215
+ }
216
+ namespace backIcon {
217
+ let svg_36: React.JSX.Element;
218
+ export { svg_36 as svg };
219
+ let viewBox_36: string;
220
+ export { viewBox_36 as viewBox };
221
+ }
222
+ }
223
+ export default _default;
224
+ import React from 'react';
@@ -0,0 +1 @@
1
+ var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=void 0;var _react=_interopRequireDefault(require("react"));var _reactNativeSvg=require("react-native-svg");var _jsxRuntime=require("react/jsx-runtime");var _jsxFileName="/Volumes/MarenExt/sdk/medgulf/ReactNative/rn-sanarkit-dev/src/common/SanarSVG.js";var _default=exports.default={bottomUiSvg:{svg:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"Page-1",stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"Patient-view-Copy-2",transform:"translate(0.000000, -682.000000)",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"Group",transform:"translate(0.000000, 674.292312)",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.Path,{d:"M0,137.707688 L375,137.707688 L375,0.632737058 L375,7.70768807 C375,18.7533831 366.045695,27.7076881 355,27.7076881 L251.97575,27.7076881 C239.471794,27.7087876 228.279787,35.4652685 223.888413,47.172734 C217.75485,63.5293701 205.536218,71.7076881 187.232515,71.7076881 C168.705898,71.7076881 156.092977,63.3289549 149.393753,46.5714886 C144.839536,35.1792905 133.807492,27.7082653 121.538707,27.7076881 L20,27.7076881 C8.954305,27.7076881 -9.30543353e-15,18.7533831 0,7.70768807 L0,0 L0,0 L0,137.707688 Z",id:"bg"})})})}),viewBox:"0 0 375 80"},microPhone:{svg:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"Page-1",stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"Patient-view",transform:"translate(-19.000000, -737.000000)",fill:"#19406c","fill-rule":"nonzero",children:(0,_jsxRuntime.jsxs)(_reactNativeSvg.G,{id:"voice",transform:"translate(19.000000, 737.000000)",children:[(0,_jsxRuntime.jsx)(_reactNativeSvg.Path,{d:"M6.15418037,15.1647942 C8.12364223,15.1647942 9.72586018,13.5625763 9.72586018,11.5933213 L9.72586018,3.57147291 C9.72586018,1.60201105 8.12364223,0 6.15418037,0 C4.18471852,0 2.58270747,1.60201105 2.58270747,3.57147291 L2.58270747,11.5935282 C2.58270747,13.5627832 4.18471852,15.1647942 6.15418037,15.1647942 Z",id:"Path"}),(0,_jsxRuntime.jsx)(_reactNativeSvg.Path,{d:"M11.8945648,9.45834109 L11.1834564,9.45834109 C10.9550411,9.45834109 10.7696605,9.64372168 10.7696605,9.87213705 L10.7696605,11.3264229 C10.7696605,13.8712681 8.69902551,15.941903 6.15397348,15.941903 C3.60892144,15.941903 1.53870027,13.8712681 1.53870027,11.3264229 L1.53870027,9.87213705 C1.53870027,9.64372168 1.35331968,9.45834109 1.12490431,9.45834109 L0.413795957,9.45834109 C0.185380589,9.45834109 7.35049279e-16,9.64372168 7.35049279e-16,9.87213705 L7.35049279e-16,11.3264229 C7.35049279e-16,14.3692715 2.36546459,17.0506693 5.38472679,17.4311547 L5.38472679,18.4615066 L2.20884282,18.4615066 C1.98042745,18.4615066 1.79504686,18.6468872 1.79504686,18.8753026 L1.79504686,19.586204 C1.79504686,19.8146194 1.98042745,20 2.20884282,20 L10.0995179,20 C10.3279333,20 10.5133139,19.8146194 10.5133139,19.586204 L10.5133139,18.8753026 C10.5133139,18.6468872 10.3279333,18.4615066 10.0995179,18.4615066 L6.92342706,18.4615066 L6.92342706,17.4311547 C9.94289616,17.0508762 12.308154,14.3692715 12.308154,11.3264229 L12.308154,9.87213705 C12.3083607,9.64351478 12.1229802,9.45834109 11.8945648,9.45834109 Z",id:"Path"})]})})}),viewBox:"0 0 13 20"},newMicroPhone:{svg:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"Page-1",stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"Patient-view",transform:"translate(-19.000000, -737.000000)","fill-rule":"nonzero",children:(0,_jsxRuntime.jsxs)(_reactNativeSvg.G,{id:"voice",transform:"translate(19.000000, 737.000000)",children:[(0,_jsxRuntime.jsx)(_reactNativeSvg.Path,{d:"M6.15418037,15.1647942 C8.12364223,15.1647942 9.72586018,13.5625763 9.72586018,11.5933213 L9.72586018,3.57147291 C9.72586018,1.60201105 8.12364223,0 6.15418037,0 C4.18471852,0 2.58270747,1.60201105 2.58270747,3.57147291 L2.58270747,11.5935282 C2.58270747,13.5627832 4.18471852,15.1647942 6.15418037,15.1647942 Z",id:"Path"}),(0,_jsxRuntime.jsx)(_reactNativeSvg.Path,{d:"M11.8945648,9.45834109 L11.1834564,9.45834109 C10.9550411,9.45834109 10.7696605,9.64372168 10.7696605,9.87213705 L10.7696605,11.3264229 C10.7696605,13.8712681 8.69902551,15.941903 6.15397348,15.941903 C3.60892144,15.941903 1.53870027,13.8712681 1.53870027,11.3264229 L1.53870027,9.87213705 C1.53870027,9.64372168 1.35331968,9.45834109 1.12490431,9.45834109 L0.413795957,9.45834109 C0.185380589,9.45834109 7.35049279e-16,9.64372168 7.35049279e-16,9.87213705 L7.35049279e-16,11.3264229 C7.35049279e-16,14.3692715 2.36546459,17.0506693 5.38472679,17.4311547 L5.38472679,18.4615066 L2.20884282,18.4615066 C1.98042745,18.4615066 1.79504686,18.6468872 1.79504686,18.8753026 L1.79504686,19.586204 C1.79504686,19.8146194 1.98042745,20 2.20884282,20 L10.0995179,20 C10.3279333,20 10.5133139,19.8146194 10.5133139,19.586204 L10.5133139,18.8753026 C10.5133139,18.6468872 10.3279333,18.4615066 10.0995179,18.4615066 L6.92342706,18.4615066 L6.92342706,17.4311547 C9.94289616,17.0508762 12.308154,14.3692715 12.308154,11.3264229 L12.308154,9.87213705 C12.3083607,9.64351478 12.1229802,9.45834109 11.8945648,9.45834109 Z",id:"Path"})]})})}),viewBox:"0 0 13 20"},mutedMicroPhone:{svg:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"Page-1",stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"Patient-view",transform:"translate(-37.000000, -737.000000)",fill:"red",children:(0,_jsxRuntime.jsxs)(_reactNativeSvg.G,{id:"mute-microphone",transform:"translate(37.000000, 737.000000)",children:[(0,_jsxRuntime.jsx)(_reactNativeSvg.Path,{d:"M11.6690722,11.5536082 L11.6690722,8.93793814 L6.11113402,14.4962887 C6.6814433,14.8849485 7.36969072,15.1125773 8.11010309,15.1125773 C10.0725773,15.1125773 11.6690722,13.5160825 11.6690722,11.5536082 Z",id:"Path"}),(0,_jsxRuntime.jsx)(_reactNativeSvg.Path,{d:"M13.8305155,9.4257732 L13.1216495,9.4257732 C12.8940206,9.4257732 12.7092784,9.61051546 12.7092784,9.83814433 L12.7092784,11.2874227 C12.7092784,13.8235052 10.6459794,15.8870103 8.10969072,15.8870103 C7.15010309,15.8870103 6.25835052,15.591134 5.52020619,15.0865979 L4.43876289,16.1680412 C5.27113402,16.8039175 6.26474227,17.2354639 7.34309278,17.371134 L7.34309278,18.3979381 L4.17814433,18.3979381 C3.95051546,18.3979381 3.7657732,18.5826804 3.7657732,18.8103093 L3.7657732,19.5187629 C3.7657732,19.7463918 3.95051546,19.931134 4.17814433,19.931134 L12.0416495,19.931134 C12.2692784,19.931134 12.4540206,19.7463918 12.4540206,19.5187629 L12.4540206,18.8103093 C12.4540206,18.5826804 12.2692784,18.3979381 12.0416495,18.3979381 L8.87649485,18.3979381 L8.87649485,17.371134 C11.885567,16.9921649 14.2426806,14.3197938 14.2426806,11.2874227 L14.2426806,9.83814433 C14.2428866,9.61030928 14.0581443,9.4257732 13.8305155,9.4257732 Z",id:"Path"}),(0,_jsxRuntime.jsx)(_reactNativeSvg.Path,{d:"M15.8705155,1.58639175 C15.4280412,1.14371134 14.7094845,1.14371134 14.2670103,1.58639175 L11.6690722,4.1843299 L11.6690722,3.55917526 C11.6690722,1.59649485 10.0725773,0 8.10989691,0 C6.14721649,0 4.55072165,1.59649485 4.55072165,3.55917526 L4.55072165,11.302268 L3.61216495,12.2408247 C3.54680412,11.9329897 3.51030928,11.614433 3.51030928,11.2874227 L3.51030928,9.83814433 C3.51030928,9.61051546 3.32556701,9.4257732 3.09793814,9.4257732 L2.38927835,9.4257732 C2.16164948,9.4257732 1.97690722,9.61051546 1.97690722,9.83814433 L1.97690722,11.2874227 C1.97690722,12.0441237 2.12659794,12.7775258 2.39381443,13.4591753 L0.349072165,15.5037113 C-0.093814433,15.9465979 -0.093814433,16.6647423 0.349072165,17.1076289 C0.570309278,17.328866 0.860618557,17.4395876 1.15092784,17.4395876 C1.44123711,17.4395876 1.73134021,17.328866 1.95278351,17.1076289 L15.8703093,3.19010309 C16.3136082,2.74721649 16.3136082,2.02927835 15.8705155,1.58639175 Z",id:"Path"})]})})}),viewBox:"0 0 17 20"},cameraIconNew:{svg:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"Page-1",stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"Patient-view",transform:"translate(-110.000000, -740.000000)",fill:"#19406c",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"facetime-button",transform:"translate(110.000000, 740.000000)",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.Path,{d:"M19.5504297,0.4125 C19.4537891,0.375390625 19.3608594,0.356757812 19.2715625,0.356757812 C19.0707812,0.356757812 18.9036719,0.427539062 18.7697266,0.568710937 L14.2751953,5.05214844 L14.2751953,3.21199219 C14.2751953,2.32710938 13.9610547,1.57070313 13.3327734,0.942382812 C12.7044531,0.314140625 11.948125,0 11.0631641,0 L3.211875,0 C2.3271875,0 1.570625,0.314140625 0.942265625,0.942382812 C0.314140625,1.57070312 0,2.32710937 0,3.21199219 L0,11.0633984 C0,11.9482031 0.314140625,12.7045703 0.942304688,13.3328516 C1.57066406,13.9611328 2.32722656,14.2752734 3.21191406,14.2752734 L11.0632422,14.2752734 C11.9481641,14.2752734 12.7045313,13.9611328 13.3328516,13.3328516 C13.9611328,12.7045703 14.2752734,11.9482422 14.2752734,11.0633984 L14.2752734,9.21195312 L18.7698047,13.7065234 C18.90375,13.8476562 19.0708594,13.9183984 19.2716406,13.9183984 C19.3609375,13.9183984 19.4538672,13.8998047 19.5505078,13.8627734 C19.840625,13.7363281 19.9855078,13.5170703 19.9855078,13.2048047 L19.9855078,1.07066406 C19.9855078,0.758242188 19.8405078,0.538945312 19.5504297,0.4125 Z",id:"Path"})})})}),viewBox:"0 0 20 15"},sanrLogoSvgVideoCall:{svg:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"Page-1",stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"Patient-view-full-view",transform:"translate(-20.000000, -50.000000)",fill:"#2652F3",children:(0,_jsxRuntime.jsxs)(_reactNativeSvg.G,{id:"Group-40",transform:"translate(20.000000, 50.000000)",children:[(0,_jsxRuntime.jsx)(_reactNativeSvg.Path,{d:"M62.6865672,22.0954935 C59.8851506,22.0954935 57.605999,19.8163419 57.605999,17.0149254 C57.605999,14.2135088 59.8851506,11.9343572 62.6865672,11.9343572 C65.4879837,11.9343572 67.7671353,14.2135088 67.7671353,17.0149254 C67.7671353,19.8163419 65.4879837,22.0954935 62.6865672,22.0954935 M62.6865672,8.95522388 C58.2423877,8.95522388 54.6268657,12.5708605 54.6268657,17.0149254 C54.6268657,21.4591048 58.2423877,25.0746269 62.6865672,25.0746269 C64.6110873,25.0746269 66.3796613,24.3957282 67.7671353,23.2658346 L67.7671353,24.9600448 L70.7462687,24.9600448 L70.7462687,17.0149254 C70.7462687,12.5708605 67.130632,8.95522388 62.6865672,8.95522388",id:"Fill-28"}),(0,_jsxRuntime.jsx)(_reactNativeSvg.Path,{d:"M100.298507,22.0954935 C97.4970909,22.0954935 95.2179393,19.8163419 95.2179393,17.0149254 C95.2179393,14.2135088 97.4970909,11.9343572 100.298507,11.9343572 C103.099924,11.9343572 105.379076,14.2135088 105.379076,17.0149254 C105.379076,19.8163419 103.099924,22.0954935 100.298507,22.0954935 M100.298507,8.95522388 C95.854328,8.95522388 92.238806,12.5708605 92.238806,17.0149254 C92.238806,21.4591048 95.854328,25.0746269 100.298507,25.0746269 C102.223142,25.0746269 103.991602,24.3957282 105.379076,23.2658346 L105.379076,24.9600448 L108.358209,24.9600448 L108.358209,17.0149254 C108.358209,12.5708605 104.742687,8.95522388 100.298507,8.95522388",id:"Fill-30"}),(0,_jsxRuntime.jsx)(_reactNativeSvg.Path,{d:"M80.5970149,8.95522388 C76.1528355,8.95522388 72.5373134,12.5967457 72.5373134,17.0726266 L72.5373134,25.0746269 L75.5164468,25.0746269 L75.5164468,17.0726266 C75.5164468,14.251154 77.7955984,11.9556855 80.5970149,11.9556855 C83.3984315,11.9556855 85.6775831,14.251154 85.6775831,17.0726266 L85.6775831,25.0746269 L88.6567164,25.0746269 L88.6567164,17.0726266 C88.6567164,12.5967457 85.0410798,8.95522388 80.5970149,8.95522388",id:"Fill-32"}),(0,_jsxRuntime.jsx)(_reactNativeSvg.Path,{d:"M118.621379,8.95522388 C114.443645,8.95522388 111.044776,12.1591399 111.044776,16.0972457 L111.044776,25.0746269 L114.227811,25.0746269 L114.227811,16.0972457 C114.227811,13.8136636 116.198722,11.9556855 118.621379,11.9556855 L120,11.9556855 L120,8.95522388 L118.621379,8.95522388 Z",id:"Fill-34"}),(0,_jsxRuntime.jsx)(_reactNativeSvg.Path,{d:"M49.6206064,17.1794039 C48.6524248,16.646843 47.4978663,16.3357558 46.3814252,16.0350265 C45.3150487,15.7475647 44.2121478,15.4504432 43.3329447,14.9773532 C42.3790998,14.4639953 42.1909023,13.5881096 42.4980033,12.9880476 C42.7779101,12.4411719 43.4709638,12.0824847 44.399435,12.0036945 C45.441917,11.9153611 47.2768993,12.1257785 50.0999751,13.6300069 L51.4667394,10.9464868 C44.9348989,7.46587113 41.1411382,9.11487782 39.8771202,11.5846055 C38.7627272,13.7619833 39.6757239,16.4285117 41.9555986,17.655287 C43.1329138,18.2887505 44.4583747,18.6459247 45.6278388,18.9609689 C46.621394,19.2287622 47.5598782,19.4816588 48.2194796,19.8444193 C48.9390448,20.2402322 49.161491,20.8449494 48.8298129,21.5034348 C48.489601,22.1789119 47.6642174,22.6891275 46.6219629,22.8683548 C45.5464838,23.053401 43.7089983,22.9939302 41.0631967,21.6599677 L39.7551446,24.3739797 C41.8477321,25.4290926 43.8714808,25.9701493 45.6920125,25.9701493 C46.1809391,25.9701493 46.655529,25.9310451 47.1125963,25.8523714 C49.0989102,25.5106759 50.683228,24.4306574 51.4596848,22.889187 C52.5333434,20.7574307 51.7599588,18.3561352 49.6206064,17.1794039",id:"Fill-36"}),(0,_jsxRuntime.jsx)(_reactNativeSvg.Path,{d:"M29.8681791,0.209966861 C28.7686284,-0.185458414 27.0163864,-0.215971014 24.9117358,1.88320576 C23.1492468,3.64133949 21.5981585,6.7329076 19.9558494,10.005975 C17.7607576,14.3812116 15.0288105,19.8261906 12.2337106,20.3643833 C10.7325209,20.6537463 8.27423638,18.3677784 6.25902448,14.8052354 C5.113919,12.7809327 4.34472355,10.4949648 3.79628474,8.62547692 C2.95424627,5.75481553 3.34630651,5.44079472 4.10859636,5.45104064 C4.11115811,5.45104064 4.11360849,5.45182879 4.11605887,5.45227916 C6.18495629,5.79456072 10.0010835,10.1299395 12.0502665,13.0993446 C12.6105117,13.9123759 13.7168567,14.1123404 14.5210257,13.5459995 C15.3254175,12.9796586 15.5232297,11.8613888 14.9628731,11.0483575 C14.9056234,10.9652641 13.5386475,8.98836293 11.6772524,6.90753875 C8.96501979,3.87541955 6.67982095,2.24113769 4.69111768,1.91135391 C3.54489839,1.72129757 2.47876185,1.96551096 1.60754163,2.61753482 C-1.65825332,5.061245 0.920433791,11.790005 1.78853535,13.7939285 C2.9882174,16.5633691 4.57606136,19.0838674 6.25969277,20.8915419 C9.05078296,23.8883071 11.41005,24.175756 12.8979854,23.8893204 C17.4058985,23.0212313 20.3115995,17.2298048 23.1216244,11.6289976 C24.5631141,8.75608436 26.0537226,5.78521553 27.4048825,4.43748189 C27.4122336,4.42993819 27.4196961,4.42261967 27.4270473,4.41541374 C28.0634769,3.78635878 29.7641495,3.49114094 29.5504099,6.31091047 C28.9191038,14.6435524 23.1679588,24.6443665 18.6397744,27.8981806 C17.8632278,26.5155432 16.5448139,25.8522601 15.1884192,26.021712 C13.3780365,26.247798 12.0229783,27.8805035 12.1047317,29.7227439 C12.1904949,31.6558466 13.8023971,33.0400602 15.725163,33.129121 C23.6745184,33.4972989 34.1646915,14.2466634 33.0527775,5.64098439 C32.6822138,2.773363 31.6121789,0.837220337 29.8681791,0.209966861",id:"Fill-38"})]})})}),viewBox:"0 0 120 34"},callDisconnectSv:{svg:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"Page-1",stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"View-options",transform:"translate(-171.000000, -688.000000)",fill:"#FFFFFF",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"Group-4",transform:"translate(160.000000, 677.000000)",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"call-answer-copy-2",transform:"translate(27.000000, 27.000000) rotate(135.000000) translate(-27.000000, -27.000000) translate(16.000000, 16.000000)",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.Path,{d:"M21.5068002,17.4009399 L18.1092433,13.9953046 C17.4325129,13.3197649 16.3118343,13.3402895 15.6115287,14.0424353 L13.8998249,15.7576374 C13.791682,15.6979005 13.6797469,15.6355031 13.5620602,15.5693047 C12.4811371,14.969022 11.0017099,14.1462622 9.44492031,12.5848049 C7.88351683,11.0200536 7.06185858,9.53499371 6.46109999,8.45092467 C6.3977059,8.3360753 6.33696639,8.22534354 6.27698534,8.12018637 L7.42578998,6.97048912 L7.99058522,6.40371733 C8.69196534,5.70055796 8.71130591,4.57765679 8.03615565,3.90015323 L4.6385988,0.494137919 C3.96344854,-0.182415423 2.84226426,-0.161890771 2.14088414,0.541268601 L1.18333626,1.50649737 L1.20950292,1.53253327 C0.888424156,1.94315301 0.620121137,2.41674035 0.420458183,2.92744943 C0.236406736,3.41357961 0.121817013,3.87747476 0.0694204984,4.34232011 C-0.379204904,8.06995165 1.32036358,11.4767271 5.93277374,16.0996516 C12.3085257,22.4894065 17.4465443,22.0066971 17.6682024,21.9831318 C18.1509583,21.9252953 18.6136151,21.8096858 19.0837932,21.6266743 C19.5889234,21.4289028 20.0611241,21.1603719 20.4705627,20.8392625 L20.4914834,20.8578867 L21.4615458,19.9058343 C22.1614722,19.2028016 22.1816344,18.0795203 21.5068002,17.4009399 Z",id:"Path"})})})})}),viewBox:"0 0 32 32"},moreInVideo:{svg:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"Page-1",stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"Patient-view",transform:"translate(-327.000000, -735.000000)",stroke:"#FFFFFF","stroke-width":"1.5",children:(0,_jsxRuntime.jsxs)(_reactNativeSvg.G,{id:"menu",transform:"translate(327.000000, 735.000000)",children:[(0,_jsxRuntime.jsx)(_reactNativeSvg.Circle,{fill:"#FFFFFF",id:"Oval",cx:"3",cy:"21",r:"2.25"}),(0,_jsxRuntime.jsx)(_reactNativeSvg.Circle,{fill:"#FFFFFF",id:"Oval",cx:"3",cy:"12",r:"2.25"}),(0,_jsxRuntime.jsx)(_reactNativeSvg.Circle,{fill:"#FFFFFF",id:"Oval",cx:"3",cy:"3",r:"2.25"})]})})}),viewBox:"0 0 6 24"},newVideoChat:{svg:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"Page-1",stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"Patient-view",transform:"translate(-245.000000, -737.000000)",fill:"#19406c","fill-rule":"nonzero",children:(0,_jsxRuntime.jsxs)(_reactNativeSvg.G,{id:"chat-(1)",transform:"translate(245.000000, 737.000000)",children:[(0,_jsxRuntime.jsx)(_reactNativeSvg.Path,{d:"M3.00290958,20.3883495 C2.13277447,20.3883495 1.28268469,20.1654503 0.512260611,19.7311689 C0.115865726,19.526257 -0.0376647813,19.0135565 0.199140879,18.6278665 C0.985936386,17.3657847 1.27005161,15.8230247 0.909815677,14.3721418 C0.536431031,12.868009 -0.00382619353,11.601204 2.0427192e-05,10.0088821 C0.0134475999,4.4224266 4.64546686,-0.106470869 10.2048568,0.00190537059 C15.5745573,0.110475717 20,4.64170247 20,10.0334689 C20,17.075207 12.6485185,22.0191046 6.15840623,19.2998639 C5.26384288,20.00473 4.13943495,20.3883495 3.00290958,20.3883495 Z M1.94559874,18.6690818 C3.1681708,19.0502426 4.54317764,18.7457539 5.48595293,17.8307997 C5.71824677,17.6053124 6.06572073,17.5485685 6.35718377,17.6885195 C11.9136088,20.3553514 18.4530287,16.1753283 18.4530287,10.0334689 C18.4530287,5.45035097 14.7389053,1.64670083 10.1737253,1.55443544 C5.46906586,1.4606172 1.55829193,5.28555439 1.5469308,10.0126348 C1.54327404,11.5250495 2.13109865,12.7337519 2.45233964,14.1664534 C2.79078998,15.67628 2.61250896,17.2728723 1.94559874,18.6690818 Z",id:"Shape"}),(0,_jsxRuntime.jsxs)(_reactNativeSvg.G,{id:"Group",transform:"translate(4.271845, 8.737864)",children:[(0,_jsxRuntime.jsx)(_reactNativeSvg.Ellipse,{id:"Oval",cx:"5.72812314",cy:"1.26213592",rx:"1.22285485",ry:"1.26213592"}),(0,_jsxRuntime.jsx)(_reactNativeSvg.Ellipse,{id:"Oval",cx:"1.22285485",cy:"1.26213592",rx:"1.22285485",ry:"1.26213592"}),(0,_jsxRuntime.jsx)(_reactNativeSvg.Ellipse,{id:"Oval",cx:"10.2334558",cy:"1.26213592",rx:"1.22285485",ry:"1.26213592"})]})]})})}),viewBox:"0 0 20 21"},callAccept:{svg:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"Page-1",stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"Incoming-call",transform:"translate(-240.000000, -666.000000)",fill:"#FFFFFF",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"Group-4",transform:"translate(219.000000, 645.000000)",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"call-answer-copy-3",transform:"translate(21.000000, 21.000000)",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.Path,{d:"M27.2998395,22.0696963 L22.9871175,17.7564928 C22.1281032,16.9009284 20.7055587,16.9269226 19.8166189,17.8161834 L17.643851,19.9884699 C17.5065788,19.9128138 17.3644928,19.833788 17.215106,19.7499484 C15.8430258,18.9896963 13.9651003,17.9476791 11.9889742,15.9701089 C10.0069914,13.9883668 8.96401146,12.107553 8.20143266,10.7345903 C8.12096275,10.5891347 8.04386246,10.448894 7.96772493,10.3157135 L9.42597135,8.85963324 L10.1428997,8.14182235 C11.0332034,7.25127794 11.0577536,5.82913467 10.200745,4.97108309 L5.88802292,0.657398281 C5.03101433,-0.199449857 3.60782808,-0.173455587 2.71752436,0.717088825 L1.50205158,1.93954155 L1.53526648,1.97251576 C1.12770201,2.4925616 0.78712894,3.0923553 0.533684814,3.73916332 C0.300057307,4.35484241 0.154601719,4.94236103 0.0880916905,5.53108309 C-0.481375358,10.2520917 1.67598854,14.5667393 7.53079656,20.4216275 C15.6239198,28.5141891 22.145914,27.9028424 22.4272779,27.8729971 C23.0400688,27.7997479 23.6273467,27.6533295 24.2241719,27.4215473 C24.8653639,27.1710716 25.4647564,26.8309799 25.9844814,26.424298 L26.0110372,26.4478854 L27.2423954,25.2421203 C28.1308539,24.3517364 28.156447,22.9291117 27.2998395,22.0696963 Z",id:"Path"})})})})}),viewBox:"0 0 28 28"},backgroundBlur:{svg:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"Page-1",stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"Doctor-view-(1)",transform:"translate(-318.000000, -516.000000)","fill-rule":"nonzero",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"background",transform:"translate(318.000000, 516.000000)",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.Path,{d:"M23.0625007,16.514625 C23.58026,16.514625 24,16.0957031 24,15.5789531 L24,9.4970625 C24,7.43334375 22.3177522,5.754375 20.2500029,5.754375 L18.2812592,5.754375 L18.2812592,3.7426875 C18.2812592,1.67896875 16.5990114,0 14.5312621,0 L3.74999706,0 C1.68224782,0 0,1.67896875 0,3.7426875 L0,14.5029375 C0,16.5666562 1.68224782,18.245625 3.74999706,18.245625 L5.71874083,18.245625 L5.71874083,20.2573125 C5.71874083,22.3210312 7.40098865,24 9.46873789,24 L20.2500029,24 C22.3177522,24 24,22.3210312 24,20.2573125 C24,19.7405625 23.58026,19.3216406 23.0625007,19.3216406 C22.5447415,19.3216406 22.1250015,19.7405625 22.1250015,20.2573125 C22.1250015,21.2891719 21.2838776,22.1286562 20.2500029,22.1286562 L9.46873789,22.1286562 C8.43486327,22.1286562 7.59373936,21.2891719 7.59373936,20.2573125 L7.59373936,9.4970625 C7.59373936,8.46520312 8.43486327,7.62571875 9.46873789,7.62571875 L20.2500029,7.62571875 C21.2838776,7.62571875 22.1250015,8.46520312 22.1250015,9.4970625 L22.1250015,15.5789531 C22.1250015,16.0957031 22.5447415,16.514625 23.0625007,16.514625 Z M1.87499853,3.7426875 C1.87499853,2.71082812 2.71612244,1.87134375 3.74999706,1.87134375 L5.08187443,1.87134375 L1.87499853,5.07164062 L1.87499853,3.7426875 Z M5.71874083,16.3742813 L3.89742506,16.3742813 L5.71874083,14.5565156 L5.71874083,16.3742813 Z M5.71874083,9.4970625 L5.71874083,11.9099062 L2.14773328,15.474 C1.97470851,15.1907344 1.87495157,14.85825 1.87495157,14.5028906 L1.87495157,13.0331719 L5.73170359,9.18389063 C5.72315568,9.28720312 5.71874083,9.39164062 5.71874083,9.4970625 Z M1.87499853,10.3867031 L1.87499853,7.71801563 L7.72698346,1.87804688 C7.72919088,1.87584375 7.73139831,1.87359375 7.73360574,1.87134375 L10.4069886,1.87134375 L1.87499853,10.3867031 Z M11.8866697,5.754375 L9.46878486,5.754375 C9.36311012,5.754375 9.25851562,5.75878125 9.15504832,5.7673125 L12.826987,2.10253125 C12.8969671,2.0326875 12.9535618,1.95454688 12.996771,1.87134375 L14.5312621,1.87134375 C14.8872685,1.87134375 15.2204023,1.97090625 15.5042681,2.14359375 L11.8996325,5.74120312 C11.8952176,5.7455625 11.8909437,5.74996875 11.8866697,5.754375 Z M16.4062606,5.754375 L14.5380723,5.754375 L16.4062606,3.88982813 L16.4062606,5.754375 Z",id:"Shape"})})})}),viewBox:"0 0 24 24"},backgroundWhite:{svg:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"Page-1",stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"Doctor-view-(1)",transform:"translate(-320.000000, -447.000000)",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"Group-3",transform:"translate(305.000000, 432.000000)",children:(0,_jsxRuntime.jsxs)(_reactNativeSvg.G,{id:"rectangles",transform:"translate(15.000000, 15.000000)",children:[(0,_jsxRuntime.jsx)(_reactNativeSvg.Path,{d:"M5.55555556,0 C2.48730695,0 0,2.48730695 0,5.55555556 L0,14.4444444 C0,17.5126931 2.48730695,20 5.55555556,20 L15.1111111,20 C16.5845361,20 17.9976133,19.4146842 19.0394821,18.3728155 C20.0813509,17.3309467 20.6666667,15.9178694 20.6666667,14.4444444 L20.6666667,5.55555556 C20.6666667,2.48730695 18.1793597,0 15.1111111,0 L5.55555556,0 Z M18.4444444,14.4444444 C18.4444444,16.2853936 16.9520603,17.7777778 15.1111111,17.7777778 L5.55555556,17.7777778 C3.71460639,17.7777778 2.22222222,16.2853936 2.22222222,14.4444444 L2.22222222,5.55555556 C2.22222222,3.71460639 3.71460639,2.22222222 5.55555556,2.22222222 L15.1111111,2.22222222 C16.9520603,2.22222222 18.4444444,3.71460639 18.4444444,5.55555556 L18.4444444,14.4444444 Z",id:"Shape","fill-rule":"nonzero"}),(0,_jsxRuntime.jsx)(_reactNativeSvg.Path,{d:"M7,4 L13.4040041,4 C15.0608583,4 16.4040041,5.34314575 16.4040041,7 L16.4040041,13 C16.4040041,14.6568542 15.0608583,16 13.4040041,16 L7,16 C5.34314575,16 4,14.6568542 4,13 L4,7 C4,5.34314575 5.34314575,4 7,4 Z",id:"Rectangle"})]})})})}),viewBox:"0 0 21 20"},cancellNew:{svg:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"Page-1",stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"View-options",transform:"translate(-322.000000, -740.000000)","fill-rule":"nonzero",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"cancel",transform:"translate(322.000000, 740.000000)",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.Path,{d:"M15.4830648,12.9883347 L10.4948509,8.00067826 L15.4830648,3.01302181 C16.170209,2.32497411 16.170209,1.20817529 15.4848415,0.518259588 C14.7959206,-0.173346213 13.6805882,-0.171567163 12.9916673,0.516480538 L7.99998887,5.50769509 L3.00831043,0.516480538 C2.31938951,-0.171567163 1.2040572,-0.173346213 0.515136278,0.518259588 C-0.172007925,1.20808634 -0.172007925,2.32488516 0.516912992,3.01302181 L5.50512684,8.00067826 L0.516912992,12.9883347 C-0.172007925,13.6763824 -0.172007925,14.7931812 0.515136278,15.4830969 C0.858752797,15.8288554 1.3115484,16 1.76265613,16 C2.21376385,16 2.66478275,15.8270763 3.00839926,15.484787 L8.00007771,10.4935725 L12.9917562,15.484787 C13.3353727,15.8288554 13.7863916,16 14.2374993,16 C14.688607,16 15.1414026,15.8270763 15.4850191,15.4830969 C16.1719857,14.7931812 16.1719857,13.6763824 15.4830648,12.9883347 Z",id:"Path"})})})}),viewBox:"0 0 16 16"},videoDisableNew:{svg:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"Page-1",stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"Patient-view",transform:"translate(-108.000000, -768.000000)",fill:"red",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"facetime-button",transform:"translate(108.016907, 768.254381)",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.Path,{d:"M15.8536082,0.332010309 C16.2650515,0.74326215 16.2944404,1.39167578 15.9416096,1.83680788 L15.8534021,1.93572165 L15.205,2.583 L15.207,2.584 L2.82146636,14.9702457 C2.82084354,14.96957 2.82022108,14.9688942 2.81959896,14.9682182 L1.93587629,15.8532474 C1.71443299,16.0744845 1.4243299,16.1852062 1.13402062,16.1852062 C0.84371134,16.1852062 0.553402062,16.0744845 0.332164948,15.8532474 C-0.0790868925,15.4419956 -0.108462024,14.7934042 0.244039554,14.3482467 L0.332164948,14.2493299 L1.983,12.598 L1.98309278,4.95761074 C1.98309278,4.14646817 2.24705817,3.44328159 2.77486859,2.84775013 L2.92535841,2.68800137 C3.5013545,2.1121127 4.18507683,1.80015659 4.97646522,1.75216313 L5.19496778,1.74561856 L12.837,1.745 L14.2501031,0.332010309 C14.6925773,-0.110670103 15.411134,-0.110670103 15.8536082,0.332010309 Z M21.2546553,2.10237637 C21.3439522,2.10237637 21.4368818,2.12100918 21.5335225,2.15811856 C21.7873408,2.26875821 21.9300838,2.45048733 21.9618036,2.70348912 L21.9686006,2.81628262 L21.9686006,14.9504232 C21.9686006,15.2626889 21.8237178,15.4819467 21.5336006,15.608392 C21.43696,15.6454232 21.3440303,15.664017 21.2547334,15.664017 C21.0941084,15.664017 20.9550334,15.618742 20.8372484,15.528372 L20.7528975,15.452142 L16.2583662,10.9575717 L16.2583662,12.809017 C16.2583662,13.6938607 15.9442256,14.4501889 15.3159443,15.0784701 C14.7399841,15.6543946 14.0564288,15.9663537 13.2648875,16.0143474 L13.046335,16.020892 L5.19500685,16.020892 C4.60725175,16.020892 4.07604852,15.8822365 3.60142006,15.6049255 L15.8429171,3.36498238 C16.085072,3.77976997 16.2213475,4.2377725 16.2517435,4.73906641 L16.2582881,4.95761074 L16.2582881,6.79776699 L20.7528193,2.31432949 C20.8867647,2.17315762 21.053874,2.10237637 21.2546553,2.10237637 Z",id:"Combined-Shape"})})})}),viewBox:"0 0 22 17"},speakerEnableIcon:{svg:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"sanar-app",stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"6-doctor",transform:"translate(-210.000000, -702.000000)",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"Group-3",transform:"translate(210.000000, 702.000000)",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"volume-up-indicator",transform:"translate(15.000000, 15.000000)",fill:"#19406c","fill-rule":"nonzero",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.Path,{d:"M0,6.44880174 L0,13.1154684 L4.44444444,13.1154684 L10,18.671024 L10,0.893246187 L4.44444444,6.44880174 L0,6.44880174 Z M15,9.78213508 C15,7.78213508 13.8888889,6.11546841 12.2222222,5.33769063 L12.2222222,14.2265795 C13.8888889,13.4488017 15,11.7821351 15,9.78213508 Z M12.2222222,0.00435729847 L12.2222222,2.33769063 C15.4444444,3.33769063 17.7777778,6.22653595 17.7777778,9.78213508 C17.7777778,13.3377342 15.4444444,16.2265795 12.2222222,17.2265795 L12.2222222,19.5599129 C16.6666667,18.5598693 20,14.5599129 20,9.78213508 C20,5.0043573 16.6666667,1.00431373 12.2222222,0.00435729847 Z",id:"Shape"})})})})}),viewBox:"0 0 50 50"},speakerDisableIcon:{svg:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"sanar-app",stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"6-doctor",transform:"translate(-260.000000, -743.000000)",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"Group-3-Copy",transform:"translate(260.000000, 743.000000)",children:(0,_jsxRuntime.jsxs)(_reactNativeSvg.G,{id:"Group-106",transform:"translate(14.000000, 16.000000)",fill:"#19406c","fill-rule":"nonzero",children:[(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"volume-up-indicator",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.Polygon,{id:"Shape",points:"0 6.44880174 0 13.1154684 4.44444444 13.1154684 10 18.671024 10 0.893246187 4.44444444 6.44880174"})}),(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"mute-volume-interface-symbol-copy",transform:"translate(12.000000, 4.000000)",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.Path,{d:"M7.40318271,5.9870334 L10.6364047,2.75381139 C11.0841061,2.30799607 11.0841061,1.58304519 10.6364047,1.13722986 C10.1905894,0.691414538 9.46563851,0.691414538 9.01982318,1.13722986 L5.78660118,4.37227898 L2.55155206,1.13722986 C2.10762279,0.691414538 1.38078585,0.691414538 0.936797642,1.13722986 C0.490982318,1.58304519 0.490982318,2.30799607 0.936797642,2.75381139 L4.17001965,5.9870334 L0.936797642,9.22208251 C0.490982318,9.66601179 0.490982318,10.3928487 0.936797642,10.836778 C1.38072692,11.2825933 2.10756385,11.2825933 2.55149312,10.836778 L5.78654224,7.60355599 L9.01976424,10.836778 C9.46557957,11.2825933 10.1905305,11.2825933 10.6363458,10.836778 C11.0821611,10.3928487 11.0821611,9.66601179 10.6363458,9.22208251 L7.40318271,5.9870334 Z",id:"Path"})})]})})})}),viewBox:"0 0 50 50"},cameraWithoutFlipIcon:{svg:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"Page-1",stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"5-copy-3",transform:"translate(-305.000000, -702.000000)",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"Group-5",transform:"translate(20.000000, 624.000000)",children:(0,_jsxRuntime.jsxs)(_reactNativeSvg.G,{id:"Group-8",transform:"translate(285.000000, 78.000000)",children:[(0,_jsxRuntime.jsx)(_reactNativeSvg.Circle,{id:"Oval-Copy-3",fill:"#000000",opacity:"0.3",cx:"25",cy:"25",r:"25"}),(0,_jsxRuntime.jsxs)(_reactNativeSvg.G,{id:"switch",transform:"translate(15.000000, 18.000000)",fill:"#FFFFFF",children:[(0,_jsxRuntime.jsx)(_reactNativeSvg.Polygon,{id:"Path",points:"9 7 10.4285714 7 10.4285714 7.35714286 9 7.35714286"}),(0,_jsxRuntime.jsx)(_reactNativeSvg.Path,{d:"M18.9285714,2.5 L15,2.5 C14.872175,2.50017437 14.7539411,2.43216379 14.6899414,2.32142857 L13.6729213,0.541469018 C13.4819685,0.207519554 13.1270926,0.000871928571 12.7425712,0 L7.25742884,0 C6.87308174,0.000697544643 6.51838031,0.206647589 6.32707866,0.540073929 L5.31005857,2.32142857 C5.24605888,2.43216379 5.12782504,2.50017437 5,2.5 L1.07142857,2.5 C0.479736339,2.5 0,2.97973634 0,3.57142857 L0,13.5714286 C0,14.1631208 0.479736339,14.6428571 1.07142857,14.6428571 L18.9285714,14.6428571 C19.5202637,14.6428571 20,14.1631208 20,13.5714286 L20,3.57142857 C20,2.97973634 19.5202637,2.5 18.9285714,2.5 Z M15.0057547,9.76893835 C14.1149902,12.0966448 11.7367118,13.502546 9.26792688,13.1607492 C6.79914201,12.8191267 4.89205496,10.8199638 4.66709683,8.33792549 L3.73849054,9.26635741 C3.59845844,9.40185545 3.37576732,9.39976286 3.23800223,9.26199777 C3.10023714,9.12423268 3.09814455,8.90154156 3.23364259,8.76150946 L4.74888393,7.24609375 C4.88839286,7.10658482 5.11439732,7.10658482 5.25390625,7.24609375 L6.76932196,8.76150946 C6.86209545,8.85114397 6.89941406,8.98385183 6.86662946,9.10871232 C6.83401924,9.23357281 6.73653741,9.33105469 6.61167688,9.36383929 C6.48681643,9.39644951 6.35393415,9.35930527 6.26429964,9.26635741 L5.39289201,8.39599607 C5.64191545,10.5186245 7.30782643,12.1969169 9.42853656,12.4618094 C11.5490723,12.7268764 13.5766602,11.5100098 14.3402971,9.51398576 C14.3845913,9.39296179 14.490618,9.30524554 14.6177455,9.2843192 C14.7446987,9.26339286 14.8732212,9.31256973 14.9539621,9.41284179 C15.0347029,9.51328821 15.055106,9.64930942 15.0074986,9.76893835 L15.0057547,9.76893835 Z M16.7679269,6.95138116 L15.2525112,8.46679688 C15.1130022,8.60613143 14.8869978,8.60613143 14.7474888,8.46679688 L13.2320731,6.95138116 C13.1392996,6.86174665 13.101981,6.72903879 13.1347656,6.6041783 C13.1673758,6.47931781 13.2650321,6.38166156 13.3898926,6.34905134 C13.5147531,6.31626674 13.6474609,6.35358536 13.7370954,6.44635884 L14.6088518,7.31828964 C14.3598284,5.19252232 12.6899065,3.51266045 10.5657087,3.25073241 C8.44168527,2.98880442 6.41374862,4.21282089 5.65569196,6.21425085 C5.5859375,6.39875138 5.37981304,6.49187362 5.1953125,6.42211915 C5.01081196,6.35236469 4.91768973,6.14624022 4.9874442,5.96173969 C5.87123326,3.62758089 8.25003487,2.21296036 10.723005,2.55092076 C13.1959752,2.88888116 15.1077706,4.88996232 15.3329032,7.37566268 L16.2615095,6.44705634 C16.351144,6.35428295 16.4838518,6.31713866 16.6087123,6.34974888 C16.7335728,6.38235911 16.8310547,6.48001536 16.8638393,6.60487585 C16.8964495,6.72973634 16.8593053,6.8624442 16.7663574,6.95207866 L16.7679269,6.95138116 Z",id:"Shape","fill-rule":"nonzero"}),(0,_jsxRuntime.jsx)(_reactNativeSvg.Polygon,{id:"Path",points:"9 7 11.1428571 7 11.1428571 7.71428571 9 7.71428571"})]})]})})})}),viewBox:"0 0 50 50"},cameraWithFlipIcon:{svg:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"Page-1",stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"5-copy-3",transform:"translate(-305.000000, -702.000000)",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"Group-5",transform:"translate(20.000000, 624.000000)",children:(0,_jsxRuntime.jsxs)(_reactNativeSvg.G,{id:"Group-8",transform:"translate(285.000000, 78.000000)",children:[(0,_jsxRuntime.jsx)(_reactNativeSvg.Circle,{id:"Oval-Copy-3",fill:"#000000",opacity:"0.3",cx:"25",cy:"25",r:"25"}),(0,_jsxRuntime.jsxs)(_reactNativeSvg.G,{id:"switch",transform:"translate(15.000000, 18.000000)",fill:"#999999",children:[(0,_jsxRuntime.jsx)(_reactNativeSvg.Polygon,{id:"Path",points:"9 7 10.4285714 7 10.4285714 7.35714286 9 7.35714286"}),(0,_jsxRuntime.jsx)(_reactNativeSvg.Path,{d:"M18.9285714,2.5 L15,2.5 C14.872175,2.50017437 14.7539411,2.43216379 14.6899414,2.32142857 L13.6729213,0.541469018 C13.4819685,0.207519554 13.1270926,0.000871928571 12.7425712,0 L7.25742884,0 C6.87308174,0.000697544643 6.51838031,0.206647589 6.32707866,0.540073929 L5.31005857,2.32142857 C5.24605888,2.43216379 5.12782504,2.50017437 5,2.5 L1.07142857,2.5 C0.479736339,2.5 0,2.97973634 0,3.57142857 L0,13.5714286 C0,14.1631208 0.479736339,14.6428571 1.07142857,14.6428571 L18.9285714,14.6428571 C19.5202637,14.6428571 20,14.1631208 20,13.5714286 L20,3.57142857 C20,2.97973634 19.5202637,2.5 18.9285714,2.5 Z M15.0057547,9.76893835 C14.1149902,12.0966448 11.7367118,13.502546 9.26792688,13.1607492 C6.79914201,12.8191267 4.89205496,10.8199638 4.66709683,8.33792549 L3.73849054,9.26635741 C3.59845844,9.40185545 3.37576732,9.39976286 3.23800223,9.26199777 C3.10023714,9.12423268 3.09814455,8.90154156 3.23364259,8.76150946 L4.74888393,7.24609375 C4.88839286,7.10658482 5.11439732,7.10658482 5.25390625,7.24609375 L6.76932196,8.76150946 C6.86209545,8.85114397 6.89941406,8.98385183 6.86662946,9.10871232 C6.83401924,9.23357281 6.73653741,9.33105469 6.61167688,9.36383929 C6.48681643,9.39644951 6.35393415,9.35930527 6.26429964,9.26635741 L5.39289201,8.39599607 C5.64191545,10.5186245 7.30782643,12.1969169 9.42853656,12.4618094 C11.5490723,12.7268764 13.5766602,11.5100098 14.3402971,9.51398576 C14.3845913,9.39296179 14.490618,9.30524554 14.6177455,9.2843192 C14.7446987,9.26339286 14.8732212,9.31256973 14.9539621,9.41284179 C15.0347029,9.51328821 15.055106,9.64930942 15.0074986,9.76893835 L15.0057547,9.76893835 Z M16.7679269,6.95138116 L15.2525112,8.46679688 C15.1130022,8.60613143 14.8869978,8.60613143 14.7474888,8.46679688 L13.2320731,6.95138116 C13.1392996,6.86174665 13.101981,6.72903879 13.1347656,6.6041783 C13.1673758,6.47931781 13.2650321,6.38166156 13.3898926,6.34905134 C13.5147531,6.31626674 13.6474609,6.35358536 13.7370954,6.44635884 L14.6088518,7.31828964 C14.3598284,5.19252232 12.6899065,3.51266045 10.5657087,3.25073241 C8.44168527,2.98880442 6.41374862,4.21282089 5.65569196,6.21425085 C5.5859375,6.39875138 5.37981304,6.49187362 5.1953125,6.42211915 C5.01081196,6.35236469 4.91768973,6.14624022 4.9874442,5.96173969 C5.87123326,3.62758089 8.25003487,2.21296036 10.723005,2.55092076 C13.1959752,2.88888116 15.1077706,4.88996232 15.3329032,7.37566268 L16.2615095,6.44705634 C16.351144,6.35428295 16.4838518,6.31713866 16.6087123,6.34974888 C16.7335728,6.38235911 16.8310547,6.48001536 16.8638393,6.60487585 C16.8964495,6.72973634 16.8593053,6.8624442 16.7663574,6.95207866 L16.7679269,6.95138116 Z",id:"Shape","fill-rule":"nonzero"}),(0,_jsxRuntime.jsx)(_reactNativeSvg.Polygon,{id:"Path",points:"9 7 11.1428571 7 11.1428571 7.71428571 9 7.71428571"})]})]})})})}),viewBox:"0 0 50 50"},CameraIcon:{svg:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{children:(0,_jsxRuntime.jsxs)(_reactNativeSvg.G,{children:[(0,_jsxRuntime.jsx)(_reactNativeSvg.Path,{d:"M0,167.85v216.2c0,33,26.8,59.8,59.8,59.8h370.4c33,0,59.8-26.8,59.8-59.8v-216.2c0-31.4-25.5-56.9-56.9-56.9h-79.6 l-1.9-8.3c-7.7-33.3-37-56.5-71.2-56.5h-70.9c-34.1,0-63.4,23.2-71.2,56.5l-1.9,8.3H56.9C25.5,110.95,0,136.55,0,167.85z M146.2,135.45c5.7,0,10.6-3.9,11.9-9.5l4.1-17.8c5.2-22.1,24.6-37.5,47.3-37.5h70.9c22.7,0,42.1,15.4,47.3,37.5l4.1,17.8 c1.3,5.5,6.2,9.5,11.9,9.5H433c17.9,0,32.4,14.5,32.4,32.4v216.2c0,19.5-15.8,35.3-35.3,35.3H59.8c-19.5,0-35.3-15.8-35.3-35.3 v-216.2c0-17.9,14.5-32.4,32.4-32.4H146.2z"}),(0,_jsxRuntime.jsx)(_reactNativeSvg.Circle,{cx:"82.9",cy:"187.75",r:"16.4"}),(0,_jsxRuntime.jsx)(_reactNativeSvg.Path,{d:"M245,380.95c56.7,0,102.9-46.2,102.9-102.9s-46.2-102.9-102.9-102.9s-102.9,46.1-102.9,102.9S188.3,380.95,245,380.95z M245,199.65c43.2,0,78.4,35.2,78.4,78.4s-35.2,78.4-78.4,78.4s-78.4-35.2-78.4-78.4S201.8,199.65,245,199.65z"})]})}),viewBox:"0 0 490 490"},backBtnIcon:{svg:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"2",transform:"translate(-30.000000, -54.000000)",fill:"#1E201D","fill-rule":"nonzero",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"left-arrow",transform:"translate(30.000000, 54.000000)",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.Path,{d:"M8.54015152,0.764393939 C8.87651515,0.428030303 9.40606061,0.428030303 9.74242424,0.764393939 C10.0674242,1.08939394 10.0674242,1.63030303 9.74242424,1.95454545 L3.64621212,8.05075758 L23.7628788,8.05075758 C24.2318182,8.05075758 24.6166667,8.42348485 24.6166667,8.89242424 C24.6166667,9.36136364 24.2318182,9.74621212 23.7628788,9.74621212 L3.64621212,9.74621212 L9.74242424,15.8310606 C10.0674242,16.1674242 10.0674242,16.7090909 9.74242424,17.0333333 C9.40606061,17.369697 8.87651515,17.369697 8.54015152,17.0333333 L1.00075758,9.49393939 C0.675757576,9.16893939 0.675757576,8.6280303 1.00075758,8.30378788 L8.54015152,0.764393939 Z",id:"Path"})})}),viewBox:"0 0 25 18"},notificationIcon:{svg:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"Page-1",stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"Home",transform:"translate(-333.000000, -57.000000)",fill:"#000000","fill-rule":"nonzero",children:(0,_jsxRuntime.jsxs)(_reactNativeSvg.G,{id:"notification-clr",transform:"translate(333.000000, 57.000000)",children:[(0,_jsxRuntime.jsx)(_reactNativeSvg.Path,{d:"M22,20 L0,20 L0.00239536606,19.5154551 C0.0124559035,17.5555794 1.37733548,15.8763058 3.2404512,15.4476884 L3.2404512,9.80912841 C3.2404512,5.50318744 6.72091808,2 10.9995209,2 C15.2786028,2 18.7595488,5.50318744 18.7595488,9.80912841 L18.7595488,15.4476884 C20.6226645,15.8767879 21.987065,17.5555794 21.9976046,19.5154551 L22,20 Z M0.999346718,19.0357315 L21.0006533,19.0357315 C20.7812378,17.6336851 19.657332,16.5088659 18.2220287,16.3309584 L17.8014024,16.27937 L17.8014024,9.80912841 C17.8014024,6.03498152 14.7501851,2.9642685 10.9995209,2.9642685 C7.24933583,2.9642685 4.19859762,6.03498152 4.19859762,9.80912841 L4.19859762,16.2788879 L3.77797134,16.3304762 C2.34218893,16.5083838 1.21876225,17.633203 0.999346718,19.0357315 Z",id:"Shape"}),(0,_jsxRuntime.jsx)(_reactNativeSvg.Path,{d:"M9.04351456,3 L8,3 L8,2.4008016 C8,1.07665331 9.12125639,0 10.5002609,0 C11.8787436,0 13,1.07665331 13,2.4008016 L13,2.98997996 L11.9564854,2.98997996 L11.9564854,2.4008016 C11.9564854,1.62975952 11.3032453,1.00200401 10.5002609,1.00200401 C9.69727643,1.00200401 9.04351456,1.62975952 9.04351456,2.4008016 L9.04351456,3 Z",id:"Path"}),(0,_jsxRuntime.jsx)(_reactNativeSvg.Path,{d:"M10.9924201,24 C9.06516291,24 7.38584266,22.4404513 7,20.2914055 L7.95800477,20.0685332 C8.25142124,21.7010726 9.52729384,22.8861958 10.9924201,22.8861958 C12.487866,22.8861958 13.7686289,21.6720992 14.038083,20 L15,20.2011422 C14.6454551,22.402563 12.9602665,24 10.9924201,24 Z",id:"Path"}),(0,_jsxRuntime.jsx)(_reactNativeSvg.Rect,{id:"Rectangle",x:"3",y:"16",width:"2",height:"1"}),(0,_jsxRuntime.jsx)(_reactNativeSvg.Rect,{id:"Rectangle",x:"8",y:"16",width:"10",height:"1"})]})})}),viewBox:"0 0 22 24"},darkDropDownUpArrow:{svg:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"Page-1",stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"Lab-test_5",transform:"translate(-320.000000, -347.000000)",fill:"#000000",fillRule:"nonzero",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"arrow-down-sign-to-navigate-copy-3",transform:"translate(330.000000, 353.000000) scale(1, -1) translate(-330.000000, -353.000000) translate(320.000000, 347.000000)",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.Path,{d:"M9.99659292,11.4029204 C9.63827434,11.4029204 9.28,11.2661062 9.00681416,10.9930531 L0.410176991,2.39632743 C-0.136681416,1.84946903 -0.136681416,0.962831858 0.410176991,0.41619469 C0.956814159,-0.130442478 1.84327434,-0.130442478 2.39017699,0.41619469 L9.99659292,8.0230531 L17.6030531,0.416460177 C18.1499115,-0.130176991 19.0362832,-0.130176991 19.5828761,0.416460177 C20.13,0.963097345 20.13,1.84973451 19.5828761,2.39659292 L10.9863717,10.9933186 C10.7130531,11.2664159 10.3547788,11.4029204 9.99659292,11.4029204 Z",id:"Path"})})})}),viewBox:"0 0 20 12"},darkDropDownDownArrow:{svg:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"Page-1",stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"Lab-test_5",transform:"translate(-320.000000, -273.000000)",fill:"#000000",fillRule:"nonzero",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"arrow-down-sign-to-navigate-copy-2",transform:"translate(320.000000, 273.000000)",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.Path,{d:"M9.99659292,11.4029204 C9.63827434,11.4029204 9.28,11.2661062 9.00681416,10.9930531 L0.410176991,2.39632743 C-0.136681416,1.84946903 -0.136681416,0.962831858 0.410176991,0.41619469 C0.956814159,-0.130442478 1.84327434,-0.130442478 2.39017699,0.41619469 L9.99659292,8.0230531 L17.6030531,0.416460177 C18.1499115,-0.130176991 19.0362832,-0.130176991 19.5828761,0.416460177 C20.13,0.963097345 20.13,1.84973451 19.5828761,2.39659292 L10.9863717,10.9933186 C10.7130531,11.2664159 10.3547788,11.4029204 9.99659292,11.4029204 Z",id:"Path"})})})}),viewBox:"0 0 20 12"},LeftArrow:{svg:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"Page-1",stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"4",transform:"translate(-50.000000, -178.000000)",fill:"#000000",fillRule:"nonzero",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"down-arrow-copy",transform:"translate(54.000000, 185.000000) scale(-1, 1) rotate(-90.000000) translate(-54.000000, -185.000000) translate(47.000000, 181.000000)",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.Path,{d:"M13.7965812,0.203174603 C13.6051282,-1.38777878e-17 13.2940171,-1.38777878e-17 13.1025641,0.203174603 L7,6.69206349 L0.885470085,0.203174603 C0.694017094,-1.38777878e-17 0.382905983,-1.38777878e-17 0.191452991,0.203174603 C-2.01227923e-16,0.406349206 -2.01227923e-16,0.736507937 0.191452991,0.93968254 L6.64102564,7.78412698 C6.73675214,7.88571429 6.85641026,7.93650794 6.98803419,7.93650794 C7.10769231,7.93650794 7.23931624,7.88571429 7.33504274,7.78412698 L13.7846154,0.93968254 C13.9880342,0.736507937 13.9880342,0.406349206 13.7965812,0.203174603 Z",id:"Path"})})})}),viewBox:"0 0 8 14"},RightArrow:{svg:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"Page-1",stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"4",transform:"translate(-317.000000, -178.000000)",fill:"#000000",fillRule:"nonzero",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"down-arrow",transform:"translate(321.000000, 185.000000) rotate(-90.000000) translate(-321.000000, -185.000000) translate(314.000000, 181.000000)",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.Path,{d:"M13.7965812,0.203174603 C13.6051282,-1.38777878e-17 13.2940171,-1.38777878e-17 13.1025641,0.203174603 L7,6.69206349 L0.885470085,0.203174603 C0.694017094,-1.38777878e-17 0.382905983,-1.38777878e-17 0.191452991,0.203174603 C-2.01227923e-16,0.406349206 -2.01227923e-16,0.736507937 0.191452991,0.93968254 L6.64102564,7.78412698 C6.73675214,7.88571429 6.85641026,7.93650794 6.98803419,7.93650794 C7.10769231,7.93650794 7.23931624,7.88571429 7.33504274,7.78412698 L13.7846154,0.93968254 C13.9880342,0.736507937 13.9880342,0.406349206 13.7965812,0.203174603 Z",id:"Path"})})})}),viewBox:"0 0 8 14"},searchIcon:{svg:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"Page-1",stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd",opacity:"1",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"2",transform:"translate(-305.000000, -124.000000)",fill:"#39404f","fill-rule":"nonzero",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"magnifying-glass",transform:"translate(305.000000, 124.000000)",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.Path,{d:"M19.8248337,18.9800443 L14.9645233,14.1197339 C16.2682927,12.6208426 17.0576497,10.6651885 17.0576497,8.52771619 C17.0576497,3.82261641 13.2305987,0 8.52993348,0 C3.8248337,0 0.0022172949,3.827051 0.0022172949,8.52771619 C0.0022172949,13.2283814 3.82926829,17.0554324 8.52993348,17.0554324 C10.6674058,17.0554324 12.6230599,16.2660754 14.1219512,14.962306 L18.9822616,19.8226164 C19.097561,19.9379157 19.2527716,20 19.4035477,20 C19.5543237,20 19.7095344,19.9423503 19.8248337,19.8226164 C20.0554324,19.5920177 20.0554324,19.210643 19.8248337,18.9800443 Z M1.19512195,8.52771619 C1.19512195,4.48337029 4.48558758,1.19733925 8.52549889,1.19733925 C12.5698448,1.19733925 15.8558758,4.48780488 15.8558758,8.52771619 C15.8558758,12.5676275 12.5698448,15.8625277 8.52549889,15.8625277 C4.48558758,15.8625277 1.19512195,12.5720621 1.19512195,8.52771619 Z",id:"Shape"})})})}),viewBox:"0 0 20 20"},attachmentIcon:{svg:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd",opacity:"0.9",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"Chat-active",transform:"translate(-20.000000, -747.000000)",fillRule:"nonzero",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"attachment",transform:"translate(20.000000, 747.000000)",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.Path,{d:"M21.6216,8.89064 C21.44956,8.7186 21.17148,8.7186 20.99944,8.89064 L8.99008,20.9 C8.1048,21.78528 6.9234,22.27236 5.66236,22.27236 C4.40088,22.27236 3.21904,21.78528 2.3342,20.9 C1.44936,20.01472 0.96184,18.83332 0.96184,17.57184 C0.96184,16.3108 1.44892,15.12896 2.3342,14.24412 L14.34312,2.23432 C15.6178,0.96008 17.61892,1.03796 18.99788,2.41604 C20.3764,3.79456 20.45472,5.79612 19.18004,7.0708 L7.89844,18.35284 C7.26792,18.98336 6.24096,18.9838 5.60912,18.35284 C4.97816,17.72144 4.97816,16.69448 5.60912,16.06352 L13.25148,8.42116 C13.42352,8.24912 13.42352,7.97104 13.25148,7.799 C13.07944,7.62696 12.80136,7.62696 12.62932,7.799 L4.98696,15.44092 C4.0128,16.41508 4.0128,17.99996 4.98696,18.97456 C5.962,19.9496 7.54732,19.94784 8.5206,18.97456 L19.80264,7.69252 C21.43196,6.06276 21.35364,3.5266 19.62048,1.79344 C17.88776,0.06072 15.35116,-0.01804 13.7214,1.61172 L1.7116,13.62152 C0.66,14.67268 0.0814,16.0754 0.0814,17.57184 C0.0814,19.06828 0.66,20.47144 1.7116,21.5226 C2.76276,22.5742 4.16548,23.1528 5.66236,23.1528 C7.15836,23.1528 8.56152,22.5742 9.61268,21.5226 L21.6216,9.5128 C21.79364,9.34076 21.79364,9.06224 21.6216,8.89064 Z",id:"Path"})})})}),viewBox:'0 0 22 24'},correctTick:{svg:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"Page-1",stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"2",transform:"translate(-34.000000, -326.000000)",fill:"#066f8c","fill-rule":"nonzero",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"tick",transform:"translate(34.000000, 326.000000)",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.Path,{d:"M11.8012164,0.198736842 C11.5673684,-0.0351345029 11.1882339,-0.0351345029 10.9543392,0.198736842 L3.77997661,7.37316959 L1.02226901,4.61546199 C0.788421053,4.38159064 0.40928655,4.38161404 0.175391813,4.61546199 C-0.0584795322,4.84930994 -0.0584795322,5.22844444 0.175391813,5.46231579 L3.35653801,8.6434152 C3.59031579,8.87726316 3.96973099,8.87709942 4.2034152,8.6434152 L11.8012164,1.04561404 C12.0350877,0.811766082 12.0350643,0.432608187 11.8012164,0.198736842 Z",id:"Path"})})})}),viewBox:"0 0 12 9"},correctWhiteTick:{svg:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"Page-1",stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"2",transform:"translate(-34.000000, -326.000000)",fill:"#FFFF","fill-rule":"nonzero",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"tick",transform:"translate(34.000000, 326.000000)",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.Path,{d:"M11.8012164,0.198736842 C11.5673684,-0.0351345029 11.1882339,-0.0351345029 10.9543392,0.198736842 L3.77997661,7.37316959 L1.02226901,4.61546199 C0.788421053,4.38159064 0.40928655,4.38161404 0.175391813,4.61546199 C-0.0584795322,4.84930994 -0.0584795322,5.22844444 0.175391813,5.46231579 L3.35653801,8.6434152 C3.59031579,8.87726316 3.96973099,8.87709942 4.2034152,8.6434152 L11.8012164,1.04561404 C12.0350877,0.811766082 12.0350643,0.432608187 11.8012164,0.198736842 Z",id:"Path"})})})}),viewBox:"0 0 12 9"},LibraryIcon:{svg:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{children:(0,_jsxRuntime.jsx)(_reactNativeSvg.Path,{d:"M3.17143 4.25716H17.8286M5.34286 0.914307H16.2M20 9.68573V18.9143C20 20.1136 19.0278 21.0857 17.8286 21.0857H3.17143C1.97218 21.0857 1 20.1136 1 18.9143V9.68574C1 8.48649 1.97218 7.51431 3.17143 7.51431H17.8286C19.0278 7.51431 20 8.48649 20 9.68573Z",stroke:"#39404f","stroke-width":"1.5","stroke-linecap":"round","stroke-linejoin":"round"})}),viewBox:"0 0 21 22"},DocumentIcon:{svg:(0,_jsxRuntime.jsxs)(_reactNativeSvg.G,{children:[(0,_jsxRuntime.jsx)(_reactNativeSvg.Path,{d:"M12.9651 14.2681H5.74512",stroke:"#39404F","stroke-width":"1.4","stroke-linecap":"round","stroke-linejoin":"round"}),(0,_jsxRuntime.jsx)(_reactNativeSvg.Path,{d:"M12.9651 10.0823H5.74512",stroke:"#39404F","stroke-width":"1.4","stroke-linecap":"round","stroke-linejoin":"round"}),(0,_jsxRuntime.jsx)(_reactNativeSvg.Path,{d:"M8.50012 5.90503H5.74512",stroke:"#39404f","stroke-width":"1.4","stroke-linecap":"round","stroke-linejoin":"round"}),(0,_jsxRuntime.jsx)(_reactNativeSvg.Path,{"fill-rule":"evenodd",fill:"none","clip-rule":"evenodd",d:"M13.158 0.794922C13.158 0.794922 5.481 0.798922 5.469 0.798922C2.709 0.815922 1 2.63192 1 5.40192V14.5979C1 17.3819 2.722 19.2049 5.506 19.2049C5.506 19.2049 13.182 19.2019 13.195 19.2019C15.955 19.1849 17.665 17.3679 17.665 14.5979V5.40192C17.665 2.61792 15.942 0.794922 13.158 0.794922Z",stroke:"#39404F","stroke-width":"1.5","stroke-linecap":"round","stroke-linejoin":"round"})]}),viewBox:"0 0 19 20"},PlayIcon:{svg:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{children:(0,_jsxRuntime.jsx)(_reactNativeSvg.Path,{d:"M18 34.3V13.55l16.3 10.4zm1.55-10.35zm0 7.55l11.95-7.55-11.95-7.55z"})}),viewBox:"0 0 48 48"},PauseIcon:{svg:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{children:(0,_jsxRuntime.jsx)(_reactNativeSvg.Path,{d:"M28.25 38V10H36v28ZM12 38V10h7.75v28Z"})}),viewBox:"0 0 48 48"},StopIcon:{svg:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{children:(0,_jsxRuntime.jsx)(_reactNativeSvg.Path,{d:"M16.5 31.5h15v-15h-15ZM24 44q-4.1 0-7.75-1.575-3.65-1.575-6.375-4.3-2.725-2.725-4.3-6.375Q4 28.1 4 23.95q0-4.1 1.575-7.75 1.575-3.65 4.3-6.35 2.725-2.7 6.375-4.275Q19.9 4 24.05 4q4.1 0 7.75 1.575 3.65 1.575 6.35 4.275 2.7 2.7 4.275 6.35Q44 19.85 44 24q0 4.1-1.575 7.75-1.575 3.65-4.275 6.375t-6.35 4.3Q28.15 44 24 44Zm.05-3q7.05 0 12-4.975T41 23.95q0-7.05-4.95-12T24 7q-7.05 0-12.025 4.95Q7 16.9 7 24q0 7.05 4.975 12.025Q16.95 41 24.05 41ZM24 24Z"})}),viewBox:"0 0 48 48"},HelpIcon:{svg:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"Page-1",stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"2-home-visit-doctor-copy",transform:"translate(-50.000000, -384.000000)",fillRule:"nonzero",children:(0,_jsxRuntime.jsxs)(_reactNativeSvg.G,{id:"help",transform:"translate(50.000000, 384.000000)",children:[(0,_jsxRuntime.jsx)(_reactNativeSvg.Path,{d:"M17.1861267,19.006958 L19.7033691,19.7033691 L19.0071106,17.1861267 C19.6350098,16.219635 20,15.0665283 20,13.828125 C20,10.4194641 17.2367859,7.65625 13.828125,7.65625 C10.4194641,7.65625 7.65625,10.4194641 7.65625,13.828125 C7.65625,17.2367859 10.4194641,20 13.828125,20 C15.0665283,20 16.219635,19.6350098 17.1861267,19.006958 L17.1861267,19.006958 Z",id:"Path",fill:"#01327F"}),(0,_jsxRuntime.jsx)(_reactNativeSvg.Path,{d:"M7.63671875,0 L4.51171875,7.63671875 L7.63671875,15.2734375 C11.8476868,15.2734375 15.2734375,11.8476868 15.2734375,7.63671875 C15.2734375,3.42575074 11.8476868,0 7.63671875,0 Z",id:"Path",fill:"#0080FF"}),(0,_jsxRuntime.jsx)(_reactNativeSvg.Path,{d:"M0,7.63671875 C0,9.00909422 0.365295391,10.3453064 1.05895996,11.5184021 L0.0280761719,15.2452087 L3.75503539,14.2144775 C4.92813109,14.9081421 6.26434328,15.2734375 7.63671875,15.2734375 L7.63671875,0 C3.42575074,0 0,3.42575074 0,7.63671875 Z",id:"Path",fill:"#65B2FF"}),(0,_jsxRuntime.jsx)(_reactNativeSvg.Polygon,{id:"Path",fill:"#FFFFFF",points:"7.05078125 10.5859375 8.22265625 10.5859375 8.22265625 11.7578125 7.05078125 11.7578125"}),(0,_jsxRuntime.jsx)(_reactNativeSvg.Polygon,{id:"Path",fill:"#FFFFFF",points:"7.05078125 7.98416137 7.05078125 9.4140625 7.63671875 9.4140625 8.02734375 8.43093871 7.63671875 7.44781492"}),(0,_jsxRuntime.jsx)(_reactNativeSvg.Path,{d:"M5.29296875,5.859375 L6.46484375,5.859375 C6.46484375,5.21316527 6.99050902,4.6875 7.63671875,4.6875 L8.02734375,4.1015625 L7.63671875,3.515625 C6.3442993,3.515625 5.29296875,4.56695555 5.29296875,5.859375 Z",id:"Path",fill:"#FFFFFF"}),(0,_jsxRuntime.jsx)(_reactNativeSvg.Path,{d:"M7.63671875,3.515625 L7.63671875,4.6875 C8.28292848,4.6875 8.80859375,5.21316527 8.80859375,5.859375 C8.80859375,6.19216918 8.6730957,6.49932859 8.42712402,6.72439574 L7.63671875,7.44781492 L7.63671875,9.4140625 L8.22265625,9.4140625 L8.22265625,8.50021363 L9.21829223,7.58895875 C9.70260621,7.14569094 9.98046875,6.51535035 9.98046875,5.859375 C9.98046875,4.56695555 8.9291382,3.515625 7.63671875,3.515625 Z",id:"Path",fill:"#FFFFFF"})]})})}),viewBox:"0 0 20 20"},WhatsappIcon:{svg:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"Page-1",stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"2-home-visit-doctor-copy",transform:"translate(-85.000000, -428.000000)",fillRule:"nonzero",children:(0,_jsxRuntime.jsxs)(_reactNativeSvg.G,{id:"whatsapp-(1)",transform:"translate(85.000000, 428.500000)",children:[(0,_jsxRuntime.jsx)(_reactNativeSvg.Circle,{id:"Oval",fill:"#C1E3C2",cx:"10",cy:"10",r:"10"}),(0,_jsxRuntime.jsx)(_reactNativeSvg.Path,{d:"M13.9128516,6.06910156 C11.7591016,3.91535156 8.2678125,3.91402344 6.11277344,6.06910156 C4.31160156,7.87027344 4.01148437,10.6152344 5.24007813,12.7352344 L4.47132812,15.510625 L7.24671875,14.741875 C9.3784375,15.9773047 12.120625,15.6613672 13.9128516,13.8691797 C16.06625,11.7157813 16.0682422,8.22449219 13.9128516,6.06910156 Z",id:"Path",fill:"#4CAF50"}),(0,_jsxRuntime.jsx)(_reactNativeSvg.Path,{d:"M13.0361328,11.938125 C13.0340625,11.7734766 12.8801563,11.6394531 12.6914844,11.6163281 C12.2294531,11.5605078 11.7927344,11.4376953 11.3901563,11.2603125 C11.2438672,11.1962109 11.0752734,11.2217187 10.97375,11.3288281 C10.8820313,11.4272656 10.7875391,11.5238672 10.6905078,11.6184766 C9.68695313,11.1137109 8.86839844,10.2951172 8.36363281,9.29160156 C8.45828125,9.19453125 8.55488281,9.10011719 8.65328125,9.00832031 C8.7603125,8.90679688 8.78589844,8.73820313 8.72179688,8.59191406 C8.54441406,8.18929688 8.42164063,7.75261719 8.36578125,7.29058594 C8.34261719,7.10203125 8.20878906,6.94800781 8.04425781,6.9459375 C7.9275,6.9459375 7.78511719,6.9459375 7.63484375,6.9459375 C7.03765625,6.91214844 6.52109375,7.72828125 6.77964844,8.66824219 C7.38351563,10.866875 9.1153125,12.5986328 11.3139063,13.2025 C12.2537891,13.4610547 13.0700391,12.9442578 13.0362109,12.3471484 C13.0361328,12.2107813 13.0361328,12.0744531 13.0361328,11.938125 Z",id:"Path",fill:"#FFFFFF"})]})})}),viewBox:"0 0 20 21"},backIcon:{svg:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"2",transform:"translate(-30.000000, -54.000000)",fill:"#fff","fill-rule":"nonzero",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.G,{id:"left-arrow",transform:"translate(30.000000, 54.000000)",children:(0,_jsxRuntime.jsx)(_reactNativeSvg.Path,{d:"M8.54015152,0.764393939 C8.87651515,0.428030303 9.40606061,0.428030303 9.74242424,0.764393939 C10.0674242,1.08939394 10.0674242,1.63030303 9.74242424,1.95454545 L3.64621212,8.05075758 L23.7628788,8.05075758 C24.2318182,8.05075758 24.6166667,8.42348485 24.6166667,8.89242424 C24.6166667,9.36136364 24.2318182,9.74621212 23.7628788,9.74621212 L3.64621212,9.74621212 L9.74242424,15.8310606 C10.0674242,16.1674242 10.0674242,16.7090909 9.74242424,17.0333333 C9.40606061,17.369697 8.87651515,17.369697 8.54015152,17.0333333 L1.00075758,9.49393939 C0.675757576,9.16893939 0.675757576,8.6280303 1.00075758,8.30378788 L8.54015152,0.764393939 Z",id:"Path",fill:"#FFFFFF"})})}),viewBox:"0 0 25 18"}};
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ import PropTypes from "prop-types";
3
+ interface IToolTip {
4
+ title: string;
5
+ }
6
+ declare const ToolTip: {
7
+ (props: IToolTip): React.JSX.Element;
8
+ propTypes: {
9
+ title: PropTypes.Requireable<string>;
10
+ };
11
+ defaultProps: {
12
+ title: string;
13
+ };
14
+ };
15
+ export default ToolTip;
@@ -0,0 +1 @@
1
+ var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=void 0;var _react=_interopRequireDefault(require("react"));var _reactNative=require("react-native");var _propTypes=_interopRequireDefault(require("prop-types"));var _jsxRuntime=require("react/jsx-runtime");var _this=this,_jsxFileName="/Volumes/MarenExt/sdk/medgulf/ReactNative/rn-sanarkit-dev/src/common/ToolTip.tsx";var ToolTip=function ToolTip(props){var title=props.title;return(0,_jsxRuntime.jsxs)(_reactNative.View,{style:styles.toolTipContainer,children:[(0,_jsxRuntime.jsx)(_reactNative.View,{style:styles.body,children:(0,_jsxRuntime.jsx)(_reactNative.Text,{style:styles.toolTipText,children:title})}),(0,_jsxRuntime.jsx)(_reactNative.View,{style:styles.containerTail})]});};var styles=_reactNative.StyleSheet.create({toolTipContainer:{top:0,left:0,height:45,maxWidth:150,shadowColor:'#0000',shadowOpacity:0.9,shadowRadius:10,shadowOffset:{width:1,height:0.5},elevation:2,justifyContent:'center',alignItems:'center',position:'absolute'},body:{backgroundColor:'#fff',height:40,justifyContent:'center',alignItems:'center',borderRadius:5,paddingHorizontal:10},containerTail:{width:0,height:0,borderLeftWidth:10,borderRightWidth:10,borderTopWidth:15,borderStyle:'solid',backgroundColor:'transparent',borderLeftColor:'transparent',borderRightColor:'transparent',borderTopColor:'#fff',left:_reactNative.I18nManager.isRTL?25:10,position:'absolute',top:40},toolTipText:{color:'#39404f',fontSize:14}});ToolTip.propTypes={title:_propTypes.default.string};ToolTip.defaultProps={title:""};var _default=exports.default=ToolTip;
@@ -0,0 +1,3 @@
1
+ export default Connecting;
2
+ declare function Connecting(props: any): React.JSX.Element;
3
+ import React from 'react';
@@ -0,0 +1 @@
1
+ var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=void 0;var _react=_interopRequireWildcard(require("react"));var _reactNative=require("react-native");var _DotLoader=_interopRequireDefault(require("../common/DotLoader"));var _SanarContext=_interopRequireDefault(require("../common/SanarContext"));var _jsxRuntime=require("react/jsx-runtime");var _this=this,_jsxFileName="/Volumes/MarenExt/sdk/medgulf/ReactNative/rn-sanarkit-dev/src/components/Connecting.js";function _getRequireWildcardCache(e){if("function"!=typeof WeakMap)return null;var r=new WeakMap(),t=new WeakMap();return(_getRequireWildcardCache=function _getRequireWildcardCache(e){return e?t:r;})(e);}function _interopRequireWildcard(e,r){if(!r&&e&&e.__esModule)return e;if(null===e||"object"!=typeof e&&"function"!=typeof e)return{default:e};var t=_getRequireWildcardCache(r);if(t&&t.has(e))return t.get(e);var n={__proto__:null},a=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var u in e)if("default"!==u&&{}.hasOwnProperty.call(e,u)){var i=a?Object.getOwnPropertyDescriptor(e,u):null;i&&(i.get||i.set)?Object.defineProperty(n,u,i):n[u]=e[u];}return n.default=e,t&&t.set(e,n),n;}var _Dimensions$get=_reactNative.Dimensions.get('window'),width=_Dimensions$get.width,height=_Dimensions$get.height;var Connecting=function Connecting(props){var _useContext=(0,_react.useContext)(_SanarContext.default),notification=_useContext.notification;var docProfile=notification.docProfile;return(0,_jsxRuntime.jsxs)(_reactNative.View,{style:styles.container,children:[(0,_jsxRuntime.jsx)(_reactNative.View,{style:styles.anImg,children:(0,_jsxRuntime.jsx)(_reactNative.View,{style:styles.imageStyle})}),(0,_jsxRuntime.jsxs)(_reactNative.View,{style:[styles.textContainer],children:[(0,_jsxRuntime.jsx)(_reactNative.Text,{style:styles.txtStyle,children:"Connecting..."}),(0,_jsxRuntime.jsx)(_DotLoader.default,{size:4})]})]});};var styles=_reactNative.StyleSheet.create({container:{flex:1,backgroundColor:"#ffffff",alignItems:'center',justifyContent:'center',width:width,height:height},textContainer:{marginTop:80,width:width,alignItems:'flex-end',justifyContent:'center',flexDirection:'row'},txtStyle:{fontWeight:'700',fontSize:16,color:'#066f8c'},anImg:{}});var _default=exports.default=Connecting;
@@ -0,0 +1,8 @@
1
+ import { ViewStyle } from 'react-native';
2
+ import React from "react";
3
+ interface IContainer {
4
+ children: React.ReactNode;
5
+ style?: ViewStyle;
6
+ }
7
+ declare const Container: (props: IContainer) => React.JSX.Element;
8
+ export default Container;
@@ -0,0 +1 @@
1
+ var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=void 0;var _reactNative=require("react-native");var _react=_interopRequireDefault(require("react"));var _jsxRuntime=require("react/jsx-runtime");var _this=this,_jsxFileName="/Volumes/MarenExt/sdk/medgulf/ReactNative/rn-sanarkit-dev/src/components/Container.tsx";var _Dimensions$get=_reactNative.Dimensions.get('window'),width=_Dimensions$get.width,height=_Dimensions$get.height;var Container=function Container(props){return(0,_jsxRuntime.jsx)(_reactNative.View,Object.assign({},props,{style:[styles.container,props.style],children:props.children}));};var styles=_reactNative.StyleSheet.create({container:{flex:1,position:'absolute',justifyContent:'center',backgroundColor:'white',zIndex:2,top:0,left:0,right:0,bottom:0}});var _default=exports.default=Container;
@@ -0,0 +1,240 @@
1
+ import React from 'react';
2
+ interface IControls {
3
+ newMessage: boolean;
4
+ toggleFrame?: () => void;
5
+ duration: string;
6
+ ismaximize: false;
7
+ }
8
+ declare const _default: React.MemoExoticComponent<(props: IControls) => React.JSX.Element>;
9
+ export default _default;
10
+ export declare const styles: {
11
+ container: {
12
+ justifyContent: "center";
13
+ width: number;
14
+ height: "100%";
15
+ backgroundColor: string;
16
+ };
17
+ header: {
18
+ flexDirection: "row";
19
+ alignItems: "center";
20
+ justifyContent: "center";
21
+ padding: number;
22
+ position: "absolute";
23
+ top: number;
24
+ left: number;
25
+ right: number;
26
+ };
27
+ backButton: {
28
+ position: "absolute";
29
+ left: number;
30
+ zIndex: number;
31
+ top: number;
32
+ };
33
+ title: {
34
+ fontSize: number;
35
+ fontWeight: "bold";
36
+ textAlign: "center";
37
+ color: string;
38
+ };
39
+ btnContainer: {
40
+ position: "absolute";
41
+ bottom: number;
42
+ zIndex: number;
43
+ backgroundColor: string;
44
+ };
45
+ btnFirstRow: {
46
+ flexDirection: "row";
47
+ zIndex: number;
48
+ marginBottom: number;
49
+ width: "100%";
50
+ justifyContent: "space-evenly";
51
+ backgroundColor: string;
52
+ };
53
+ btnRowRight: {
54
+ flexDirection: "row";
55
+ justifyContent: "center";
56
+ alignItems: "center";
57
+ };
58
+ btnRowLeft: {
59
+ flexDirection: "row";
60
+ justifyContent: "center";
61
+ left: number;
62
+ };
63
+ microPhoneStyle: {
64
+ width: number;
65
+ height: number;
66
+ alignItems: "center";
67
+ borderRadius: number;
68
+ backgroundColor: string;
69
+ justifyContent: "center";
70
+ padding: number;
71
+ marginRight: number;
72
+ };
73
+ normalBtn: {
74
+ width: number;
75
+ height: number;
76
+ alignItems: "center";
77
+ borderRadius: number;
78
+ backgroundColor: string;
79
+ justifyContent: "center";
80
+ padding: number;
81
+ marginRight: number;
82
+ };
83
+ endCall: {
84
+ width: number;
85
+ height: number;
86
+ alignItems: "center";
87
+ borderRadius: number;
88
+ backgroundColor: string;
89
+ justifyContent: "center";
90
+ padding: number;
91
+ marginRight: number;
92
+ };
93
+ chatBtn: {
94
+ width: number;
95
+ height: number;
96
+ alignItems: "center";
97
+ borderRadius: number;
98
+ backgroundColor: string;
99
+ justifyContent: "center";
100
+ padding: number;
101
+ marginRight: number;
102
+ };
103
+ backGroundSvg: {
104
+ position: "absolute";
105
+ bottom: number;
106
+ backgroundColor: string;
107
+ };
108
+ logoContainer: {
109
+ width: number;
110
+ height: number;
111
+ position: "absolute";
112
+ top: number;
113
+ left: number;
114
+ };
115
+ timerBox: {
116
+ flex: number;
117
+ width: number;
118
+ bottom: number;
119
+ marginLeft: number;
120
+ position: "absolute";
121
+ alignItems: "flex-start";
122
+ justifyContent: "center";
123
+ backgroundColor: string;
124
+ paddingVertical: number;
125
+ paddingHorizontal: number;
126
+ borderRadius: number;
127
+ };
128
+ toolTip: {
129
+ flex: number;
130
+ bottom: number;
131
+ left: number;
132
+ zIndex: number;
133
+ alignItems: "flex-start";
134
+ justifyContent: "center";
135
+ backgroundColor: string;
136
+ };
137
+ docName: {
138
+ color: string;
139
+ fontWeight: "600";
140
+ fontSize: number;
141
+ marginBottom: number;
142
+ };
143
+ disconnectBtn: {
144
+ backgroundColor: string;
145
+ width: number;
146
+ height: number;
147
+ zIndex: number;
148
+ borderRadius: number;
149
+ alignItems: "center";
150
+ justifyContent: "center";
151
+ alignSelf: "center";
152
+ bottom: number;
153
+ position: "absolute";
154
+ };
155
+ imageStyle: {
156
+ width: number;
157
+ height: number;
158
+ alignSelf: "center";
159
+ alignItems: "center";
160
+ };
161
+ frameBorder: {
162
+ width: number;
163
+ height: number;
164
+ borderRadius: number;
165
+ justifyContent: "center";
166
+ marginTop: number;
167
+ zIndex: number;
168
+ backgroundColor: string;
169
+ };
170
+ modelContainer: {
171
+ width: number;
172
+ position: "absolute";
173
+ bottom: number;
174
+ right: number;
175
+ marginBottom: number;
176
+ justifyContent: "space-between";
177
+ paddingVertical: number;
178
+ paddingHorizontal: number;
179
+ overflow: "hidden";
180
+ zIndex: number;
181
+ };
182
+ pausedText: {
183
+ color: string;
184
+ fontSize: number;
185
+ fontWeight: "600";
186
+ };
187
+ pauseTextStyle: {
188
+ top: number;
189
+ left: number;
190
+ width: number;
191
+ height: number;
192
+ position: "absolute";
193
+ alignItems: "center";
194
+ justifyContent: "center";
195
+ };
196
+ videoFrameSwitch: {
197
+ width: number;
198
+ height: number;
199
+ borderWidth: number;
200
+ borderColor: string;
201
+ borderRadius: number;
202
+ overflow: "hidden";
203
+ position: "absolute";
204
+ zIndex: number;
205
+ right: number;
206
+ top: number;
207
+ };
208
+ backgroundChange: {
209
+ width: number;
210
+ height: number;
211
+ alignItems: "center";
212
+ borderRadius: number;
213
+ backgroundColor: string;
214
+ opacity: number;
215
+ justifyContent: "center";
216
+ padding: number;
217
+ position: "absolute";
218
+ };
219
+ newMsgLabel: {
220
+ backgroundColor: string;
221
+ width: number;
222
+ height: number;
223
+ position: "absolute";
224
+ borderRadius: number;
225
+ justifyContent: "center";
226
+ alignItems: "center";
227
+ top: number;
228
+ right: number;
229
+ };
230
+ msgLabel: {
231
+ color: string;
232
+ fontWeight: "500";
233
+ fontSize: number;
234
+ };
235
+ avatar: {
236
+ width: number;
237
+ height: number;
238
+ borderRadius: number;
239
+ };
240
+ };