bmi-next-brokers 2.7.1 → 2.7.2
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.
- package/dist/icons/Icon.js +1 -1
- package/dist/icons/components/Redirect.d.ts +3 -0
- package/dist/icons/components/Redirect.js +39 -0
- package/dist/icons/components/index.d.ts +1 -0
- package/dist/icons/components/index.js +74 -72
- package/dist/icons/index.d.ts +1 -0
- package/dist/icons/index.js +88 -86
- package/dist/{index-BOmAuX4m.js → index-B_NPvO62.js} +90 -88
- package/package.json +1 -1
package/dist/icons/Icon.js
CHANGED
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { jsxs as r, jsx as e } from "react/jsx-runtime";
|
|
2
|
+
const h = (a) => /* @__PURE__ */ r(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
fill: "none",
|
|
7
|
+
viewBox: "0 0 20 20",
|
|
8
|
+
width: "1em",
|
|
9
|
+
height: "1em",
|
|
10
|
+
...a,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ e(
|
|
13
|
+
"mask",
|
|
14
|
+
{
|
|
15
|
+
id: "redirect_svg__a",
|
|
16
|
+
width: 20,
|
|
17
|
+
height: 20,
|
|
18
|
+
x: 0,
|
|
19
|
+
y: 0,
|
|
20
|
+
maskUnits: "userSpaceOnUse",
|
|
21
|
+
style: {
|
|
22
|
+
maskType: "alpha"
|
|
23
|
+
},
|
|
24
|
+
children: /* @__PURE__ */ e("path", { fill: "currentColor", d: "M0 0h20v20H0z" })
|
|
25
|
+
}
|
|
26
|
+
),
|
|
27
|
+
/* @__PURE__ */ e("g", { mask: "url(#redirect_svg__a)", children: /* @__PURE__ */ e(
|
|
28
|
+
"path",
|
|
29
|
+
{
|
|
30
|
+
fill: "currentColor",
|
|
31
|
+
d: "M4.56 17.17q-.719-.001-1.224-.506a1.67 1.67 0 0 1-.505-1.224V4.56q0-.72.505-1.224a1.67 1.67 0 0 1 1.224-.505h4.576q.363 0 .614.249a.83.83 0 0 1 .25.61.84.84 0 0 1-.25.616.83.83 0 0 1-.614.254H4.56v10.88h10.88v-4.575q0-.364.25-.615a.83.83 0 0 1 .61-.25q.363 0 .616.25a.83.83 0 0 1 .254.615v4.575q0 .72-.506 1.224a1.67 1.67 0 0 1-1.223.505zM15.44 5.776l-6.627 6.627a.78.78 0 0 1-.596.252.87.87 0 0 1-.595-.277.84.84 0 0 1-.264-.609q0-.344.264-.608l6.602-6.602h-1.359a.84.84 0 0 1-.614-.25.83.83 0 0 1-.25-.61q0-.363.25-.616a.83.83 0 0 1 .614-.253h3.44q.364 0 .614.25t.25.614v3.44a.84.84 0 0 1-.248.615.83.83 0 0 1-.611.25.84.84 0 0 1-.616-.25.83.83 0 0 1-.253-.615z"
|
|
32
|
+
}
|
|
33
|
+
) })
|
|
34
|
+
]
|
|
35
|
+
}
|
|
36
|
+
);
|
|
37
|
+
export {
|
|
38
|
+
h as default
|
|
39
|
+
};
|
|
@@ -120,6 +120,7 @@ export { default as PriceChange } from './PriceChange';
|
|
|
120
120
|
export { default as ProductIcon } from './ProductIcon';
|
|
121
121
|
export { default as ProveedorMedico } from './ProveedorMedico';
|
|
122
122
|
export { default as Public } from './Public';
|
|
123
|
+
export { default as Redirect } from './Redirect';
|
|
123
124
|
export { default as ReembolsosIcon } from './ReembolsosIcon';
|
|
124
125
|
export { default as Reenviar } from './Reenviar';
|
|
125
126
|
export { default as Refresh } from './Refresh';
|
|
@@ -9,7 +9,7 @@ import { default as C } from "./Internacional.js";
|
|
|
9
9
|
import { default as I } from "./Laboratory.js";
|
|
10
10
|
import { default as D } from "./RepDominicana.js";
|
|
11
11
|
import { default as P } from "./AccountBalance.js";
|
|
12
|
-
import { default as
|
|
12
|
+
import { default as g } from "./AccountCircle.js";
|
|
13
13
|
import { default as S } from "./Add.js";
|
|
14
14
|
import { default as y } from "./AddAPhoto.js";
|
|
15
15
|
import { default as M } from "./AddIcon.js";
|
|
@@ -35,7 +35,7 @@ import { default as co } from "./CalendarIcon.js";
|
|
|
35
35
|
import { default as Ao } from "./Call.js";
|
|
36
36
|
import { default as ho } from "./CancelIcon.js";
|
|
37
37
|
import { default as wo } from "./Certificado.js";
|
|
38
|
-
import { default as
|
|
38
|
+
import { default as Ro } from "./ChatBubble.js";
|
|
39
39
|
import { default as bo } from "./CheckIcon.js";
|
|
40
40
|
import { default as Fo } from "./Checkbook.js";
|
|
41
41
|
import { default as Bo } from "./ChevronLeft.js";
|
|
@@ -62,7 +62,7 @@ import { default as ce } from "./DeniedIcon.js";
|
|
|
62
62
|
import { default as Ae } from "./Diagnosis.js";
|
|
63
63
|
import { default as he } from "./Diners.js";
|
|
64
64
|
import { default as we } from "./DinersRounded.js";
|
|
65
|
-
import { default as
|
|
65
|
+
import { default as Re } from "./Discover.js";
|
|
66
66
|
import { default as be } from "./DiscoverRounded.js";
|
|
67
67
|
import { default as Fe } from "./Distance.js";
|
|
68
68
|
import { default as Be } from "./Documentos.js";
|
|
@@ -89,7 +89,7 @@ import { default as cr } from "./Info.js";
|
|
|
89
89
|
import { default as Ar } from "./InfoFinanciera.js";
|
|
90
90
|
import { default as hr } from "./KeyboardArrowDown.js";
|
|
91
91
|
import { default as wr } from "./KeyboardArrowUp.js";
|
|
92
|
-
import { default as
|
|
92
|
+
import { default as Rr } from "./LocationOn.js";
|
|
93
93
|
import { default as br } from "./LocationSearching.js";
|
|
94
94
|
import { default as Fr } from "./LockIcon.js";
|
|
95
95
|
import { default as Br } from "./LogOut.js";
|
|
@@ -116,44 +116,45 @@ import { default as ca } from "./PetSupplies.js";
|
|
|
116
116
|
import { default as Aa } from "./PhotoLibrary.js";
|
|
117
117
|
import { default as ha } from "./Planet.js";
|
|
118
118
|
import { default as wa } from "./PolizaIcon.js";
|
|
119
|
-
import { default as
|
|
119
|
+
import { default as Ra } from "./PriceChange.js";
|
|
120
120
|
import { default as ba } from "./ProductIcon.js";
|
|
121
121
|
import { default as Fa } from "./ProveedorMedico.js";
|
|
122
122
|
import { default as Ba } from "./Public.js";
|
|
123
|
-
import { default as ka } from "./
|
|
124
|
-
import { default as va } from "./
|
|
125
|
-
import { default as Ua } from "./
|
|
126
|
-
import { default as Ha } from "./
|
|
127
|
-
import { default as Wa } from "./
|
|
128
|
-
import { default as za } from "./
|
|
129
|
-
import { default as Ta } from "./
|
|
130
|
-
import { default as Ga } from "./
|
|
131
|
-
import { default as Ja } from "./
|
|
132
|
-
import { default as Xa } from "./
|
|
133
|
-
import { default as Za } from "./
|
|
134
|
-
import { default as $a } from "./
|
|
135
|
-
import { default as et } from "./
|
|
136
|
-
import { default as at } from "./
|
|
137
|
-
import { default as ft } from "./
|
|
138
|
-
import { default as dt } from "./
|
|
139
|
-
import { default as pt } from "./
|
|
140
|
-
import { default as mt } from "./
|
|
141
|
-
import { default as nt } from "./
|
|
142
|
-
import { default as ct } from "./
|
|
143
|
-
import { default as At } from "./
|
|
144
|
-
import { default as ht } from "./
|
|
145
|
-
import { default as wt } from "./
|
|
146
|
-
import { default as
|
|
147
|
-
import { default as bt } from "./
|
|
148
|
-
import { default as Ft } from "./
|
|
149
|
-
import { default as Bt } from "./
|
|
150
|
-
import { default as kt } from "./
|
|
151
|
-
import { default as vt } from "./
|
|
152
|
-
import { default as Ut } from "./
|
|
153
|
-
import { default as Ht } from "./
|
|
123
|
+
import { default as ka } from "./Redirect.js";
|
|
124
|
+
import { default as va } from "./ReembolsosIcon.js";
|
|
125
|
+
import { default as Ua } from "./Reenviar.js";
|
|
126
|
+
import { default as Ha } from "./Refresh.js";
|
|
127
|
+
import { default as Wa } from "./Renovaciones.js";
|
|
128
|
+
import { default as za } from "./Replay.js";
|
|
129
|
+
import { default as Ta } from "./Reply.js";
|
|
130
|
+
import { default as Ga } from "./RestoreFromTrash.js";
|
|
131
|
+
import { default as Ja } from "./SearchIcon.js";
|
|
132
|
+
import { default as Xa } from "./Send.js";
|
|
133
|
+
import { default as Za } from "./Share.js";
|
|
134
|
+
import { default as $a } from "./ShieldWithHeart.js";
|
|
135
|
+
import { default as et } from "./SmallFamily.js";
|
|
136
|
+
import { default as at } from "./Smartphone.js";
|
|
137
|
+
import { default as ft } from "./SortArrowsAsc.js";
|
|
138
|
+
import { default as dt } from "./SortArrowsDefault.js";
|
|
139
|
+
import { default as pt } from "./SortArrowsDesc.js";
|
|
140
|
+
import { default as mt } from "./StepBlocked.js";
|
|
141
|
+
import { default as nt } from "./StepDone.js";
|
|
142
|
+
import { default as ct } from "./StepInProgress.js";
|
|
143
|
+
import { default as At } from "./StepPending.js";
|
|
144
|
+
import { default as ht } from "./Tutoriales.js";
|
|
145
|
+
import { default as wt } from "./UnfoldMore.js";
|
|
146
|
+
import { default as Rt } from "./Upload.js";
|
|
147
|
+
import { default as bt } from "./VerifiedUser.js";
|
|
148
|
+
import { default as Ft } from "./Visa.js";
|
|
149
|
+
import { default as Bt } from "./VisaRounded.js";
|
|
150
|
+
import { default as kt } from "./Visibility.js";
|
|
151
|
+
import { default as vt } from "./VisibilityOff.js";
|
|
152
|
+
import { default as Ut } from "./Warning.js";
|
|
153
|
+
import { default as Ht } from "./WeightIcon.js";
|
|
154
|
+
import { default as Wt } from "./Whatsapp.js";
|
|
154
155
|
export {
|
|
155
156
|
P as AccountBalance,
|
|
156
|
-
|
|
157
|
+
g as AccountCircle,
|
|
157
158
|
S as Add,
|
|
158
159
|
y as AddAPhoto,
|
|
159
160
|
M as AddIcon,
|
|
@@ -182,7 +183,7 @@ export {
|
|
|
182
183
|
Ao as Call,
|
|
183
184
|
ho as CancelIcon,
|
|
184
185
|
wo as Certificado,
|
|
185
|
-
|
|
186
|
+
Ro as ChatBubble,
|
|
186
187
|
bo as CheckIcon,
|
|
187
188
|
Fo as Checkbook,
|
|
188
189
|
Bo as ChevronLeft,
|
|
@@ -211,7 +212,7 @@ export {
|
|
|
211
212
|
Ae as Diagnosis,
|
|
212
213
|
he as Diners,
|
|
213
214
|
we as DinersRounded,
|
|
214
|
-
|
|
215
|
+
Re as Discover,
|
|
215
216
|
be as DiscoverRounded,
|
|
216
217
|
Fe as Distance,
|
|
217
218
|
Be as Documentos,
|
|
@@ -242,7 +243,7 @@ export {
|
|
|
242
243
|
hr as KeyboardArrowDown,
|
|
243
244
|
wr as KeyboardArrowUp,
|
|
244
245
|
I as Laboratory,
|
|
245
|
-
|
|
246
|
+
Rr as LocationOn,
|
|
246
247
|
br as LocationSearching,
|
|
247
248
|
Fr as LockIcon,
|
|
248
249
|
Br as LogOut,
|
|
@@ -269,40 +270,41 @@ export {
|
|
|
269
270
|
Aa as PhotoLibrary,
|
|
270
271
|
ha as Planet,
|
|
271
272
|
wa as PolizaIcon,
|
|
272
|
-
|
|
273
|
+
Ra as PriceChange,
|
|
273
274
|
ba as ProductIcon,
|
|
274
275
|
Fa as ProveedorMedico,
|
|
275
276
|
Ba as Public,
|
|
276
|
-
ka as
|
|
277
|
-
va as
|
|
278
|
-
Ua as
|
|
279
|
-
Ha as
|
|
277
|
+
ka as Redirect,
|
|
278
|
+
va as ReembolsosIcon,
|
|
279
|
+
Ua as Reenviar,
|
|
280
|
+
Ha as Refresh,
|
|
281
|
+
Wa as Renovaciones,
|
|
280
282
|
D as RepDominicana,
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
283
|
+
za as Replay,
|
|
284
|
+
Ta as Reply,
|
|
285
|
+
Ga as RestoreFromTrash,
|
|
286
|
+
Ja as SearchIcon,
|
|
287
|
+
Xa as Send,
|
|
288
|
+
Za as Share,
|
|
289
|
+
$a as ShieldWithHeart,
|
|
290
|
+
et as SmallFamily,
|
|
291
|
+
at as Smartphone,
|
|
292
|
+
ft as SortArrowsAsc,
|
|
293
|
+
dt as SortArrowsDefault,
|
|
294
|
+
pt as SortArrowsDesc,
|
|
295
|
+
mt as StepBlocked,
|
|
296
|
+
nt as StepDone,
|
|
297
|
+
ct as StepInProgress,
|
|
298
|
+
At as StepPending,
|
|
299
|
+
ht as Tutoriales,
|
|
300
|
+
wt as UnfoldMore,
|
|
301
|
+
Rt as Upload,
|
|
302
|
+
bt as VerifiedUser,
|
|
303
|
+
Ft as Visa,
|
|
304
|
+
Bt as VisaRounded,
|
|
305
|
+
kt as Visibility,
|
|
306
|
+
vt as VisibilityOff,
|
|
307
|
+
Ut as Warning,
|
|
308
|
+
Ht as WeightIcon,
|
|
309
|
+
Wt as Whatsapp
|
|
308
310
|
};
|
package/dist/icons/index.d.ts
CHANGED
|
@@ -160,6 +160,7 @@ export { default as ProductIcon } from './components/ProductIcon';
|
|
|
160
160
|
export { default as ProveedorMedico } from './components/ProveedorMedico';
|
|
161
161
|
export { default as Public } from './components/Public';
|
|
162
162
|
export { default as Pulmones } from './components/Pulmones';
|
|
163
|
+
export { default as Redirect } from './components/Redirect';
|
|
163
164
|
export { default as ReembolsosIcon } from './components/ReembolsosIcon';
|
|
164
165
|
export { default as Reenviar } from './components/Reenviar';
|
|
165
166
|
export { default as Refresh } from './components/Refresh';
|
package/dist/icons/index.js
CHANGED
|
@@ -160,49 +160,50 @@ import { default as Xt } from "./components/ProductIcon.js";
|
|
|
160
160
|
import { default as Zt } from "./components/ProveedorMedico.js";
|
|
161
161
|
import { default as $t } from "./components/Public.js";
|
|
162
162
|
import { default as ef } from "./components/Pulmones.js";
|
|
163
|
-
import { default as af } from "./components/
|
|
164
|
-
import { default as ff } from "./components/
|
|
165
|
-
import { default as df } from "./components/
|
|
166
|
-
import { default as uf } from "./components/
|
|
167
|
-
import { default as mf } from "./components/
|
|
168
|
-
import { default as nf } from "./components/
|
|
169
|
-
import { default as Af } from "./components/
|
|
170
|
-
import { default as If } from "./components/
|
|
171
|
-
import { default as wf } from "./components/
|
|
172
|
-
import { default as Df } from "./components/
|
|
173
|
-
import { default as Rf } from "./components/
|
|
174
|
-
import { default as bf } from "./components/
|
|
175
|
-
import { default as Mf } from "./components/
|
|
176
|
-
import { default as Bf } from "./components/
|
|
177
|
-
import { default as vf } from "./components/
|
|
178
|
-
import { default as Hf } from "./components/
|
|
179
|
-
import { default as Tf } from "./components/
|
|
180
|
-
import { default as Vf } from "./components/
|
|
181
|
-
import { default as Wf } from "./components/
|
|
182
|
-
import { default as Nf } from "./components/
|
|
183
|
-
import { default as Kf } from "./components/
|
|
184
|
-
import { default as qf } from "./components/
|
|
185
|
-
import { default as Qf } from "./components/
|
|
186
|
-
import { default as Yf } from "./components/
|
|
187
|
-
import { default as _f } from "./components/
|
|
188
|
-
import { default as os } from "./components/
|
|
189
|
-
import { default as rs } from "./components/
|
|
190
|
-
import { default as ts } from "./components/
|
|
191
|
-
import { default as ss } from "./components/
|
|
192
|
-
import { default as ls } from "./components/
|
|
193
|
-
import { default as ps } from "./components/
|
|
194
|
-
import { default as xs } from "./components/
|
|
195
|
-
import { default as is } from "./components/
|
|
196
|
-
import { default as As } from "./components/
|
|
197
|
-
import { default as Is } from "./components/
|
|
198
|
-
import { default as ws } from "./components/
|
|
199
|
-
import { default as Ds } from "./components/
|
|
200
|
-
import { default as Rs } from "./components/
|
|
201
|
-
import { default as bs } from "./components/
|
|
202
|
-
import { default as Ms } from "./components/
|
|
203
|
-
import { default as Bs } from "./components/
|
|
204
|
-
import { default as vs } from "./components/
|
|
205
|
-
import { default as Hs } from "./components/
|
|
163
|
+
import { default as af } from "./components/Redirect.js";
|
|
164
|
+
import { default as ff } from "./components/ReembolsosIcon.js";
|
|
165
|
+
import { default as df } from "./components/Reenviar.js";
|
|
166
|
+
import { default as uf } from "./components/Refresh.js";
|
|
167
|
+
import { default as mf } from "./components/Renovaciones.js";
|
|
168
|
+
import { default as nf } from "./components/RepDominicana.js";
|
|
169
|
+
import { default as Af } from "./components/Replay.js";
|
|
170
|
+
import { default as If } from "./components/Reply.js";
|
|
171
|
+
import { default as wf } from "./components/RestoreFromTrash.js";
|
|
172
|
+
import { default as Df } from "./components/Riñones.js";
|
|
173
|
+
import { default as Rf } from "./components/Save.js";
|
|
174
|
+
import { default as bf } from "./components/Schedule.js";
|
|
175
|
+
import { default as Mf } from "./components/SearchIcon.js";
|
|
176
|
+
import { default as Bf } from "./components/Send.js";
|
|
177
|
+
import { default as vf } from "./components/Settings.js";
|
|
178
|
+
import { default as Hf } from "./components/Share.js";
|
|
179
|
+
import { default as Tf } from "./components/ShieldWithHeart.js";
|
|
180
|
+
import { default as Vf } from "./components/SmallFamily.js";
|
|
181
|
+
import { default as Wf } from "./components/Smartphone.js";
|
|
182
|
+
import { default as Nf } from "./components/SortArrowsAsc.js";
|
|
183
|
+
import { default as Kf } from "./components/SortArrowsDefault.js";
|
|
184
|
+
import { default as qf } from "./components/SortArrowsDesc.js";
|
|
185
|
+
import { default as Qf } from "./components/StepBlocked.js";
|
|
186
|
+
import { default as Yf } from "./components/StepDone.js";
|
|
187
|
+
import { default as _f } from "./components/StepInProgress.js";
|
|
188
|
+
import { default as os } from "./components/StepPending.js";
|
|
189
|
+
import { default as rs } from "./components/Stethoscope.js";
|
|
190
|
+
import { default as ts } from "./components/Swich.js";
|
|
191
|
+
import { default as ss } from "./components/TrendingDown.js";
|
|
192
|
+
import { default as ls } from "./components/TrendingUp.js";
|
|
193
|
+
import { default as ps } from "./components/Tutoriales.js";
|
|
194
|
+
import { default as xs } from "./components/UnfoldMore.js";
|
|
195
|
+
import { default as is } from "./components/Upload.js";
|
|
196
|
+
import { default as As } from "./components/UserGroup.js";
|
|
197
|
+
import { default as Is } from "./components/VerifiedUser.js";
|
|
198
|
+
import { default as ws } from "./components/Virus.js";
|
|
199
|
+
import { default as Ds } from "./components/Visa.js";
|
|
200
|
+
import { default as Rs } from "./components/VisaRounded.js";
|
|
201
|
+
import { default as bs } from "./components/Visibility.js";
|
|
202
|
+
import { default as Ms } from "./components/VisibilityOff.js";
|
|
203
|
+
import { default as Bs } from "./components/Warning.js";
|
|
204
|
+
import { default as vs } from "./components/WavingHand.js";
|
|
205
|
+
import { default as Hs } from "./components/WeightIcon.js";
|
|
206
|
+
import { default as Ts } from "./components/Whatsapp.js";
|
|
206
207
|
export {
|
|
207
208
|
r as AccountBalance,
|
|
208
209
|
t as AccountCircle,
|
|
@@ -366,47 +367,48 @@ export {
|
|
|
366
367
|
Zt as ProveedorMedico,
|
|
367
368
|
$t as Public,
|
|
368
369
|
ef as Pulmones,
|
|
369
|
-
af as
|
|
370
|
-
ff as
|
|
371
|
-
df as
|
|
372
|
-
uf as
|
|
373
|
-
mf as
|
|
374
|
-
nf as
|
|
375
|
-
Af as
|
|
376
|
-
If as
|
|
377
|
-
wf as
|
|
378
|
-
Df as
|
|
379
|
-
Rf as
|
|
380
|
-
bf as
|
|
381
|
-
Mf as
|
|
382
|
-
Bf as
|
|
383
|
-
vf as
|
|
384
|
-
Hf as
|
|
385
|
-
Tf as
|
|
386
|
-
Vf as
|
|
387
|
-
Wf as
|
|
388
|
-
Nf as
|
|
389
|
-
Kf as
|
|
390
|
-
qf as
|
|
391
|
-
Qf as
|
|
392
|
-
Yf as
|
|
393
|
-
_f as
|
|
394
|
-
os as
|
|
395
|
-
rs as
|
|
396
|
-
ts as
|
|
397
|
-
ss as
|
|
398
|
-
ls as
|
|
399
|
-
ps as
|
|
400
|
-
xs as
|
|
401
|
-
is as
|
|
402
|
-
As as
|
|
403
|
-
Is as
|
|
404
|
-
ws as
|
|
405
|
-
Ds as
|
|
406
|
-
Rs as
|
|
407
|
-
bs as
|
|
408
|
-
Ms as
|
|
409
|
-
Bs as
|
|
410
|
-
vs as
|
|
411
|
-
Hs as
|
|
370
|
+
af as Redirect,
|
|
371
|
+
ff as ReembolsosIcon,
|
|
372
|
+
df as Reenviar,
|
|
373
|
+
uf as Refresh,
|
|
374
|
+
mf as Renovaciones,
|
|
375
|
+
nf as RepDominicana,
|
|
376
|
+
Af as Replay,
|
|
377
|
+
If as Reply,
|
|
378
|
+
wf as RestoreFromTrash,
|
|
379
|
+
Df as Riñones,
|
|
380
|
+
Rf as Save,
|
|
381
|
+
bf as Schedule,
|
|
382
|
+
Mf as SearchIcon,
|
|
383
|
+
Bf as Send,
|
|
384
|
+
vf as Settings,
|
|
385
|
+
Hf as Share,
|
|
386
|
+
Tf as ShieldWithHeart,
|
|
387
|
+
Vf as SmallFamily,
|
|
388
|
+
Wf as Smartphone,
|
|
389
|
+
Nf as SortArrowsAsc,
|
|
390
|
+
Kf as SortArrowsDefault,
|
|
391
|
+
qf as SortArrowsDesc,
|
|
392
|
+
Qf as StepBlocked,
|
|
393
|
+
Yf as StepDone,
|
|
394
|
+
_f as StepInProgress,
|
|
395
|
+
os as StepPending,
|
|
396
|
+
rs as Stethoscope,
|
|
397
|
+
ts as Swich,
|
|
398
|
+
ss as TrendingDown,
|
|
399
|
+
ls as TrendingUp,
|
|
400
|
+
ps as Tutoriales,
|
|
401
|
+
xs as UnfoldMore,
|
|
402
|
+
is as Upload,
|
|
403
|
+
As as UserGroup,
|
|
404
|
+
Is as VerifiedUser,
|
|
405
|
+
ws as Virus,
|
|
406
|
+
Ds as Visa,
|
|
407
|
+
Rs as VisaRounded,
|
|
408
|
+
bs as Visibility,
|
|
409
|
+
Ms as VisibilityOff,
|
|
410
|
+
Bs as Warning,
|
|
411
|
+
vs as WavingHand,
|
|
412
|
+
Hs as WeightIcon,
|
|
413
|
+
Ts as Whatsapp
|
|
412
414
|
};
|
|
@@ -160,50 +160,51 @@ import Yr from "./icons/components/ProductIcon.js";
|
|
|
160
160
|
import Zr from "./icons/components/ProveedorMedico.js";
|
|
161
161
|
import $r from "./icons/components/Public.js";
|
|
162
162
|
import om from "./icons/components/Pulmones.js";
|
|
163
|
-
import rm from "./icons/components/
|
|
164
|
-
import mm from "./icons/components/
|
|
165
|
-
import im from "./icons/components/
|
|
166
|
-
import em from "./icons/components/
|
|
167
|
-
import tm from "./icons/components/
|
|
168
|
-
import pm from "./icons/components/
|
|
169
|
-
import nm from "./icons/components/
|
|
170
|
-
import gm from "./icons/components/
|
|
171
|
-
import am from "./icons/components/
|
|
172
|
-
import Sm from "./icons/components/
|
|
173
|
-
import fm from "./icons/components/
|
|
174
|
-
import vm from "./icons/components/
|
|
175
|
-
import cm from "./icons/components/
|
|
176
|
-
import sm from "./icons/components/
|
|
177
|
-
import dm from "./icons/components/
|
|
178
|
-
import lm from "./icons/components/
|
|
179
|
-
import Am from "./icons/components/
|
|
180
|
-
import Cm from "./icons/components/
|
|
181
|
-
import um from "./icons/components/
|
|
182
|
-
import Im from "./icons/components/
|
|
183
|
-
import hm from "./icons/components/
|
|
184
|
-
import wm from "./icons/components/
|
|
185
|
-
import Dm from "./icons/components/
|
|
186
|
-
import Pm from "./icons/components/
|
|
187
|
-
import Rm from "./icons/components/
|
|
188
|
-
import bm from "./icons/components/
|
|
189
|
-
import Mm from "./icons/components/
|
|
190
|
-
import Fm from "./icons/components/
|
|
191
|
-
import km from "./icons/components/
|
|
192
|
-
import ym from "./icons/components/
|
|
193
|
-
import Bm from "./icons/components/
|
|
194
|
-
import Lm from "./icons/components/
|
|
195
|
-
import Hm from "./icons/components/
|
|
196
|
-
import Em from "./icons/components/
|
|
197
|
-
import Tm from "./icons/components/
|
|
198
|
-
import Om from "./icons/components/
|
|
199
|
-
import Um from "./icons/components/
|
|
200
|
-
import Vm from "./icons/components/
|
|
201
|
-
import Wm from "./icons/components/
|
|
202
|
-
import xm from "./icons/components/
|
|
203
|
-
import Gm from "./icons/components/
|
|
204
|
-
import Nm from "./icons/components/
|
|
205
|
-
import zm from "./icons/components/
|
|
206
|
-
|
|
163
|
+
import rm from "./icons/components/Redirect.js";
|
|
164
|
+
import mm from "./icons/components/ReembolsosIcon.js";
|
|
165
|
+
import im from "./icons/components/Reenviar.js";
|
|
166
|
+
import em from "./icons/components/Refresh.js";
|
|
167
|
+
import tm from "./icons/components/Renovaciones.js";
|
|
168
|
+
import pm from "./icons/components/RepDominicana.js";
|
|
169
|
+
import nm from "./icons/components/Replay.js";
|
|
170
|
+
import gm from "./icons/components/Reply.js";
|
|
171
|
+
import am from "./icons/components/RestoreFromTrash.js";
|
|
172
|
+
import Sm from "./icons/components/Riñones.js";
|
|
173
|
+
import fm from "./icons/components/Save.js";
|
|
174
|
+
import vm from "./icons/components/Schedule.js";
|
|
175
|
+
import cm from "./icons/components/SearchIcon.js";
|
|
176
|
+
import sm from "./icons/components/Send.js";
|
|
177
|
+
import dm from "./icons/components/Settings.js";
|
|
178
|
+
import lm from "./icons/components/Share.js";
|
|
179
|
+
import Am from "./icons/components/ShieldWithHeart.js";
|
|
180
|
+
import Cm from "./icons/components/SmallFamily.js";
|
|
181
|
+
import um from "./icons/components/Smartphone.js";
|
|
182
|
+
import Im from "./icons/components/SortArrowsAsc.js";
|
|
183
|
+
import hm from "./icons/components/SortArrowsDefault.js";
|
|
184
|
+
import wm from "./icons/components/SortArrowsDesc.js";
|
|
185
|
+
import Dm from "./icons/components/StepBlocked.js";
|
|
186
|
+
import Pm from "./icons/components/StepDone.js";
|
|
187
|
+
import Rm from "./icons/components/StepInProgress.js";
|
|
188
|
+
import bm from "./icons/components/StepPending.js";
|
|
189
|
+
import Mm from "./icons/components/Stethoscope.js";
|
|
190
|
+
import Fm from "./icons/components/Swich.js";
|
|
191
|
+
import km from "./icons/components/TrendingDown.js";
|
|
192
|
+
import ym from "./icons/components/TrendingUp.js";
|
|
193
|
+
import Bm from "./icons/components/Tutoriales.js";
|
|
194
|
+
import Lm from "./icons/components/UnfoldMore.js";
|
|
195
|
+
import Hm from "./icons/components/Upload.js";
|
|
196
|
+
import Em from "./icons/components/UserGroup.js";
|
|
197
|
+
import Tm from "./icons/components/VerifiedUser.js";
|
|
198
|
+
import Om from "./icons/components/Virus.js";
|
|
199
|
+
import Um from "./icons/components/Visa.js";
|
|
200
|
+
import Vm from "./icons/components/VisaRounded.js";
|
|
201
|
+
import Wm from "./icons/components/Visibility.js";
|
|
202
|
+
import xm from "./icons/components/VisibilityOff.js";
|
|
203
|
+
import Gm from "./icons/components/Warning.js";
|
|
204
|
+
import Nm from "./icons/components/WavingHand.js";
|
|
205
|
+
import zm from "./icons/components/WeightIcon.js";
|
|
206
|
+
import jm from "./icons/components/Whatsapp.js";
|
|
207
|
+
const Tp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
207
208
|
__proto__: null,
|
|
208
209
|
AccountBalance: o,
|
|
209
210
|
AccountCircle: r,
|
|
@@ -367,50 +368,51 @@ const Hp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
367
368
|
ProveedorMedico: Zr,
|
|
368
369
|
Public: $r,
|
|
369
370
|
Pulmones: om,
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
371
|
+
Redirect: rm,
|
|
372
|
+
ReembolsosIcon: mm,
|
|
373
|
+
Reenviar: im,
|
|
374
|
+
Refresh: em,
|
|
375
|
+
Renovaciones: tm,
|
|
376
|
+
RepDominicana: pm,
|
|
377
|
+
Replay: nm,
|
|
378
|
+
Reply: gm,
|
|
379
|
+
RestoreFromTrash: am,
|
|
380
|
+
Riñones: Sm,
|
|
381
|
+
Save: fm,
|
|
382
|
+
Schedule: vm,
|
|
383
|
+
SearchIcon: cm,
|
|
384
|
+
Send: sm,
|
|
385
|
+
Settings: dm,
|
|
386
|
+
Share: lm,
|
|
387
|
+
ShieldWithHeart: Am,
|
|
388
|
+
SmallFamily: Cm,
|
|
389
|
+
Smartphone: um,
|
|
390
|
+
SortArrowsAsc: Im,
|
|
391
|
+
SortArrowsDefault: hm,
|
|
392
|
+
SortArrowsDesc: wm,
|
|
393
|
+
StepBlocked: Dm,
|
|
394
|
+
StepDone: Pm,
|
|
395
|
+
StepInProgress: Rm,
|
|
396
|
+
StepPending: bm,
|
|
397
|
+
Stethoscope: Mm,
|
|
398
|
+
Swich: Fm,
|
|
399
|
+
TrendingDown: km,
|
|
400
|
+
TrendingUp: ym,
|
|
401
|
+
Tutoriales: Bm,
|
|
402
|
+
UnfoldMore: Lm,
|
|
403
|
+
Upload: Hm,
|
|
404
|
+
UserGroup: Em,
|
|
405
|
+
VerifiedUser: Tm,
|
|
406
|
+
Virus: Om,
|
|
407
|
+
Visa: Um,
|
|
408
|
+
VisaRounded: Vm,
|
|
409
|
+
Visibility: Wm,
|
|
410
|
+
VisibilityOff: xm,
|
|
411
|
+
Warning: Gm,
|
|
412
|
+
WavingHand: Nm,
|
|
413
|
+
WeightIcon: zm,
|
|
414
|
+
Whatsapp: jm
|
|
413
415
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
414
416
|
export {
|
|
415
|
-
|
|
417
|
+
Tp as I
|
|
416
418
|
};
|
package/package.json
CHANGED