bmi-next-brokers 2.9.3 → 2.9.4
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/Mouse.d.ts +3 -0
- package/dist/icons/components/Mouse.js +43 -0
- package/dist/icons/components/index.d.ts +1 -0
- package/dist/icons/components/index.js +122 -120
- package/dist/icons/index.d.ts +7 -6
- package/dist/icons/index.js +166 -164
- package/dist/{index-KJHuFJDv.js → index-CyMVMUHf.js} +156 -154
- package/package.json +1 -1
package/dist/icons/Icon.js
CHANGED
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { jsxs as s, jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import { useId as h } from "react";
|
|
3
|
+
const a = (r) => {
|
|
4
|
+
const t = h();
|
|
5
|
+
return /* @__PURE__ */ s(
|
|
6
|
+
"svg",
|
|
7
|
+
{
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
fill: "none",
|
|
10
|
+
viewBox: "0 0 16 16",
|
|
11
|
+
width: "1em",
|
|
12
|
+
height: "1em",
|
|
13
|
+
...r,
|
|
14
|
+
children: [
|
|
15
|
+
/* @__PURE__ */ e(
|
|
16
|
+
"mask",
|
|
17
|
+
{
|
|
18
|
+
id: `${t}a`,
|
|
19
|
+
width: 16,
|
|
20
|
+
height: 16,
|
|
21
|
+
x: 0,
|
|
22
|
+
y: 0,
|
|
23
|
+
maskUnits: "userSpaceOnUse",
|
|
24
|
+
style: {
|
|
25
|
+
maskType: "alpha"
|
|
26
|
+
},
|
|
27
|
+
children: /* @__PURE__ */ e("path", { fill: "currentColor", d: "M0 0h16v16H0z" })
|
|
28
|
+
}
|
|
29
|
+
),
|
|
30
|
+
/* @__PURE__ */ e("g", { mask: `url(#${t}a)`, children: /* @__PURE__ */ e(
|
|
31
|
+
"path",
|
|
32
|
+
{
|
|
33
|
+
fill: "currentColor",
|
|
34
|
+
d: "M8 14.666q-1.932 0-3.3-1.366-1.365-1.367-1.366-3.3V6q0-1.935 1.367-3.3Q6.066 1.333 8 1.333q1.933 0 3.3 1.367 1.366 1.365 1.366 3.3v4q0 1.934-1.366 3.3T8 14.666M8.668 6h2.667q0-1.2-.758-2.117a3.25 3.25 0 0 0-1.909-1.15zm-4 0h2.667V2.733a3.25 3.25 0 0 0-1.908 1.15A3.22 3.22 0 0 0 4.667 6m3.334 7.333q1.383 0 2.358-.975T11.334 10V7.333H4.667V10q0 1.383.975 2.358t2.359.975"
|
|
35
|
+
}
|
|
36
|
+
) })
|
|
37
|
+
]
|
|
38
|
+
}
|
|
39
|
+
);
|
|
40
|
+
};
|
|
41
|
+
export {
|
|
42
|
+
a as default
|
|
43
|
+
};
|
|
@@ -102,6 +102,7 @@ export { default as MastercardRounded } from './MastercardRounded';
|
|
|
102
102
|
export { default as Medical } from './Medical';
|
|
103
103
|
export { default as Menu } from './Menu';
|
|
104
104
|
export { default as MoreVert } from './MoreVert';
|
|
105
|
+
export { default as Mouse } from './Mouse';
|
|
105
106
|
export { default as NextIcon } from './NextIcon';
|
|
106
107
|
export { default as Notes } from './Notes';
|
|
107
108
|
export { default as Notifications } from './Notifications';
|
|
@@ -2,7 +2,7 @@ import { default as r } from "./Apple.js";
|
|
|
2
2
|
import { default as t } from "./ArrowDown.js";
|
|
3
3
|
import { default as s } from "./ArrowUp.js";
|
|
4
4
|
import { default as l } from "./Colombia.js";
|
|
5
|
-
import { default as
|
|
5
|
+
import { default as p } from "./CostaRica.js";
|
|
6
6
|
import { default as x } from "./Ecuador.js";
|
|
7
7
|
import { default as i } from "./Guatemala.js";
|
|
8
8
|
import { default as C } from "./Internacional.js";
|
|
@@ -11,8 +11,8 @@ import { default as D } from "./RepDominicana.js";
|
|
|
11
11
|
import { default as P } from "./AccountBalance.js";
|
|
12
12
|
import { default as g } from "./AccountCircle.js";
|
|
13
13
|
import { default as S } from "./Add.js";
|
|
14
|
-
import { default as
|
|
15
|
-
import { default as
|
|
14
|
+
import { default as M } from "./AddAPhoto.js";
|
|
15
|
+
import { default as B } from "./AddIcon.js";
|
|
16
16
|
import { default as L } from "./AdminMeds.js";
|
|
17
17
|
import { default as E } from "./AlertIcon.js";
|
|
18
18
|
import { default as V } from "./AmericanExpress.js";
|
|
@@ -28,7 +28,7 @@ import { default as oo } from "./AttachFile.js";
|
|
|
28
28
|
import { default as ro } from "./Autorenew.js";
|
|
29
29
|
import { default as to } from "./BmiAhorro.js";
|
|
30
30
|
import { default as so } from "./BmiAhorroBackoffice.js";
|
|
31
|
-
import { default as
|
|
31
|
+
import { default as uo } from "./BmiCompaniesLogo.js";
|
|
32
32
|
import { default as mo } from "./BmiLogoWhite.js";
|
|
33
33
|
import { default as no } from "./BrokenImage.js";
|
|
34
34
|
import { default as co } from "./BusinessCenter.js";
|
|
@@ -38,7 +38,7 @@ import { default as wo } from "./CancelIcon.js";
|
|
|
38
38
|
import { default as Ro } from "./Certificado.js";
|
|
39
39
|
import { default as bo } from "./ChatBubble.js";
|
|
40
40
|
import { default as Fo } from "./CheckIcon.js";
|
|
41
|
-
import { default as
|
|
41
|
+
import { default as yo } from "./Checkbook.js";
|
|
42
42
|
import { default as ko } from "./ChevronLeft.js";
|
|
43
43
|
import { default as vo } from "./Circle.js";
|
|
44
44
|
import { default as Uo } from "./Close.js";
|
|
@@ -55,7 +55,7 @@ import { default as ee } from "./CorporateFare.js";
|
|
|
55
55
|
import { default as ae } from "./CotizacionesIcon.js";
|
|
56
56
|
import { default as fe } from "./Credentials.js";
|
|
57
57
|
import { default as de } from "./CreditCard.js";
|
|
58
|
-
import { default as
|
|
58
|
+
import { default as ue } from "./CurrencyExchange.js";
|
|
59
59
|
import { default as me } from "./DashboardIcon.js";
|
|
60
60
|
import { default as ne } from "./DatosIcon.js";
|
|
61
61
|
import { default as ce } from "./Delete.js";
|
|
@@ -65,7 +65,7 @@ import { default as we } from "./Diners.js";
|
|
|
65
65
|
import { default as Re } from "./DinersRounded.js";
|
|
66
66
|
import { default as be } from "./Discover.js";
|
|
67
67
|
import { default as Fe } from "./DiscoverRounded.js";
|
|
68
|
-
import { default as
|
|
68
|
+
import { default as ye } from "./Distance.js";
|
|
69
69
|
import { default as ke } from "./Documentos.js";
|
|
70
70
|
import { default as ve } from "./Dot.js";
|
|
71
71
|
import { default as Ue } from "./DoubleArrowLeft.js";
|
|
@@ -82,7 +82,7 @@ import { default as er } from "./Folder.js";
|
|
|
82
82
|
import { default as ar } from "./FondosExtranjero.js";
|
|
83
83
|
import { default as fr } from "./Fumador.js";
|
|
84
84
|
import { default as dr } from "./HeadsetMic.js";
|
|
85
|
-
import { default as
|
|
85
|
+
import { default as ur } from "./HeightIcon.js";
|
|
86
86
|
import { default as mr } from "./Help.js";
|
|
87
87
|
import { default as nr } from "./HistorialIcon.js";
|
|
88
88
|
import { default as cr } from "./IdCodigoBroker.js";
|
|
@@ -92,7 +92,7 @@ import { default as wr } from "./KeyboardArrowDown.js";
|
|
|
92
92
|
import { default as Rr } from "./KeyboardArrowUp.js";
|
|
93
93
|
import { default as br } from "./LocationOn.js";
|
|
94
94
|
import { default as Fr } from "./LocationSearching.js";
|
|
95
|
-
import { default as
|
|
95
|
+
import { default as yr } from "./LockIcon.js";
|
|
96
96
|
import { default as kr } from "./LogOut.js";
|
|
97
97
|
import { default as vr } from "./MailIcon.js";
|
|
98
98
|
import { default as Ur } from "./Male.js";
|
|
@@ -102,63 +102,64 @@ import { default as zr } from "./MastercardRounded.js";
|
|
|
102
102
|
import { default as Tr } from "./Medical.js";
|
|
103
103
|
import { default as Gr } from "./Menu.js";
|
|
104
104
|
import { default as Jr } from "./MoreVert.js";
|
|
105
|
-
import { default as Xr } from "./
|
|
106
|
-
import { default as Zr } from "./
|
|
107
|
-
import { default as $r } from "./
|
|
108
|
-
import { default as ea } from "./
|
|
109
|
-
import { default as aa } from "./
|
|
110
|
-
import { default as fa } from "./
|
|
111
|
-
import { default as da } from "./
|
|
112
|
-
import { default as
|
|
113
|
-
import { default as ma } from "./
|
|
114
|
-
import { default as na } from "./
|
|
115
|
-
import { default as ca } from "./
|
|
116
|
-
import { default as Aa } from "./
|
|
117
|
-
import { default as ha } from "./
|
|
118
|
-
import { default as wa } from "./
|
|
119
|
-
import { default as Ra } from "./
|
|
120
|
-
import { default as ba } from "./
|
|
121
|
-
import { default as Fa } from "./
|
|
122
|
-
import { default as
|
|
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
|
|
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 Rt } from "./
|
|
147
|
-
import { default as bt } from "./
|
|
148
|
-
import { default as Ft } from "./
|
|
149
|
-
import { default as
|
|
150
|
-
import { default as kt } from "./
|
|
151
|
-
import { default as vt } from "./
|
|
152
|
-
import { default as Ut } from "./
|
|
153
|
-
import { default as Ht } from "./
|
|
154
|
-
import { default as Wt } from "./
|
|
155
|
-
import { default as zt } from "./
|
|
105
|
+
import { default as Xr } from "./Mouse.js";
|
|
106
|
+
import { default as Zr } from "./NextIcon.js";
|
|
107
|
+
import { default as $r } from "./Notes.js";
|
|
108
|
+
import { default as ea } from "./Notifications.js";
|
|
109
|
+
import { default as aa } from "./NumPolizaIcon.js";
|
|
110
|
+
import { default as fa } from "./OpenInFull.js";
|
|
111
|
+
import { default as da } from "./Paid.js";
|
|
112
|
+
import { default as ua } from "./Password.js";
|
|
113
|
+
import { default as ma } from "./Pep.js";
|
|
114
|
+
import { default as na } from "./Person.js";
|
|
115
|
+
import { default as ca } from "./PersonCancel.js";
|
|
116
|
+
import { default as Aa } from "./PersonRemove.js";
|
|
117
|
+
import { default as ha } from "./PetSupplies.js";
|
|
118
|
+
import { default as wa } from "./PhotoLibrary.js";
|
|
119
|
+
import { default as Ra } from "./Planet.js";
|
|
120
|
+
import { default as ba } from "./PolizaIcon.js";
|
|
121
|
+
import { default as Fa } from "./PriceChange.js";
|
|
122
|
+
import { default as ya } from "./ProductIcon.js";
|
|
123
|
+
import { default as ka } from "./ProveedorMedico.js";
|
|
124
|
+
import { default as va } from "./Public.js";
|
|
125
|
+
import { default as Ua } from "./Redirect.js";
|
|
126
|
+
import { default as Ha } from "./ReembolsosIcon.js";
|
|
127
|
+
import { default as Wa } from "./Reenviar.js";
|
|
128
|
+
import { default as za } from "./Refresh.js";
|
|
129
|
+
import { default as Ta } from "./Renovaciones.js";
|
|
130
|
+
import { default as Ga } from "./Replay.js";
|
|
131
|
+
import { default as Ja } from "./Reply.js";
|
|
132
|
+
import { default as Xa } from "./RestoreFromTrash.js";
|
|
133
|
+
import { default as Za } from "./SearchIcon.js";
|
|
134
|
+
import { default as $a } from "./Send.js";
|
|
135
|
+
import { default as et } from "./Share.js";
|
|
136
|
+
import { default as at } from "./ShieldWithHeart.js";
|
|
137
|
+
import { default as ft } from "./SmallFamily.js";
|
|
138
|
+
import { default as dt } from "./Smartphone.js";
|
|
139
|
+
import { default as ut } from "./SortArrowsAsc.js";
|
|
140
|
+
import { default as mt } from "./SortArrowsDefault.js";
|
|
141
|
+
import { default as nt } from "./SortArrowsDesc.js";
|
|
142
|
+
import { default as ct } from "./StepBlocked.js";
|
|
143
|
+
import { default as At } from "./StepDone.js";
|
|
144
|
+
import { default as ht } from "./StepInProgress.js";
|
|
145
|
+
import { default as wt } from "./StepPending.js";
|
|
146
|
+
import { default as Rt } from "./Tutoriales.js";
|
|
147
|
+
import { default as bt } from "./UnfoldMore.js";
|
|
148
|
+
import { default as Ft } from "./Upload.js";
|
|
149
|
+
import { default as yt } from "./VerifiedUser.js";
|
|
150
|
+
import { default as kt } from "./Visa.js";
|
|
151
|
+
import { default as vt } from "./VisaRounded.js";
|
|
152
|
+
import { default as Ut } from "./Visibility.js";
|
|
153
|
+
import { default as Ht } from "./VisibilityOff.js";
|
|
154
|
+
import { default as Wt } from "./Warning.js";
|
|
155
|
+
import { default as zt } from "./WeightIcon.js";
|
|
156
|
+
import { default as Tt } from "./Whatsapp.js";
|
|
156
157
|
export {
|
|
157
158
|
P as AccountBalance,
|
|
158
159
|
g as AccountCircle,
|
|
159
160
|
S as Add,
|
|
160
|
-
|
|
161
|
-
|
|
161
|
+
M as AddAPhoto,
|
|
162
|
+
B as AddIcon,
|
|
162
163
|
L as AdminMeds,
|
|
163
164
|
E as AlertIcon,
|
|
164
165
|
V as AmericanExpress,
|
|
@@ -177,7 +178,7 @@ export {
|
|
|
177
178
|
ro as Autorenew,
|
|
178
179
|
to as BmiAhorro,
|
|
179
180
|
so as BmiAhorroBackoffice,
|
|
180
|
-
|
|
181
|
+
uo as BmiCompaniesLogo,
|
|
181
182
|
mo as BmiLogoWhite,
|
|
182
183
|
no as BrokenImage,
|
|
183
184
|
co as BusinessCenter,
|
|
@@ -187,7 +188,7 @@ export {
|
|
|
187
188
|
Ro as Certificado,
|
|
188
189
|
bo as ChatBubble,
|
|
189
190
|
Fo as CheckIcon,
|
|
190
|
-
|
|
191
|
+
yo as Checkbook,
|
|
191
192
|
ko as ChevronLeft,
|
|
192
193
|
vo as Circle,
|
|
193
194
|
Uo as Close,
|
|
@@ -202,11 +203,11 @@ export {
|
|
|
202
203
|
Zo as ContentCopy,
|
|
203
204
|
$o as ConyugeIcon,
|
|
204
205
|
ee as CorporateFare,
|
|
205
|
-
|
|
206
|
+
p as CostaRica,
|
|
206
207
|
ae as CotizacionesIcon,
|
|
207
208
|
fe as Credentials,
|
|
208
209
|
de as CreditCard,
|
|
209
|
-
|
|
210
|
+
ue as CurrencyExchange,
|
|
210
211
|
me as DashboardIcon,
|
|
211
212
|
ne as DatosIcon,
|
|
212
213
|
ce as Delete,
|
|
@@ -216,7 +217,7 @@ export {
|
|
|
216
217
|
Re as DinersRounded,
|
|
217
218
|
be as Discover,
|
|
218
219
|
Fe as DiscoverRounded,
|
|
219
|
-
|
|
220
|
+
ye as Distance,
|
|
220
221
|
ke as Documentos,
|
|
221
222
|
ve as Dot,
|
|
222
223
|
Ue as DoubleArrowLeft,
|
|
@@ -235,7 +236,7 @@ export {
|
|
|
235
236
|
fr as Fumador,
|
|
236
237
|
i as Guatemala,
|
|
237
238
|
dr as HeadsetMic,
|
|
238
|
-
|
|
239
|
+
ur as HeightIcon,
|
|
239
240
|
mr as Help,
|
|
240
241
|
nr as HistorialIcon,
|
|
241
242
|
cr as IdCodigoBroker,
|
|
@@ -247,7 +248,7 @@ export {
|
|
|
247
248
|
I as Laboratory,
|
|
248
249
|
br as LocationOn,
|
|
249
250
|
Fr as LocationSearching,
|
|
250
|
-
|
|
251
|
+
yr as LockIcon,
|
|
251
252
|
kr as LogOut,
|
|
252
253
|
vr as MailIcon,
|
|
253
254
|
Ur as Male,
|
|
@@ -257,56 +258,57 @@ export {
|
|
|
257
258
|
Tr as Medical,
|
|
258
259
|
Gr as Menu,
|
|
259
260
|
Jr as MoreVert,
|
|
260
|
-
Xr as
|
|
261
|
-
Zr as
|
|
262
|
-
$r as
|
|
263
|
-
ea as
|
|
264
|
-
aa as
|
|
265
|
-
fa as
|
|
266
|
-
da as
|
|
267
|
-
|
|
268
|
-
ma as
|
|
269
|
-
na as
|
|
270
|
-
ca as
|
|
271
|
-
Aa as
|
|
272
|
-
ha as
|
|
273
|
-
wa as
|
|
274
|
-
Ra as
|
|
275
|
-
ba as
|
|
276
|
-
Fa as
|
|
277
|
-
|
|
278
|
-
ka as
|
|
279
|
-
va as
|
|
280
|
-
Ua as
|
|
281
|
-
Ha as
|
|
282
|
-
Wa as
|
|
283
|
-
za as
|
|
261
|
+
Xr as Mouse,
|
|
262
|
+
Zr as NextIcon,
|
|
263
|
+
$r as Notes,
|
|
264
|
+
ea as Notifications,
|
|
265
|
+
aa as NumPolizaIcon,
|
|
266
|
+
fa as OpenInFull,
|
|
267
|
+
da as Paid,
|
|
268
|
+
ua as Password,
|
|
269
|
+
ma as Pep,
|
|
270
|
+
na as Person,
|
|
271
|
+
ca as PersonCancel,
|
|
272
|
+
Aa as PersonRemove,
|
|
273
|
+
ha as PetSupplies,
|
|
274
|
+
wa as PhotoLibrary,
|
|
275
|
+
Ra as Planet,
|
|
276
|
+
ba as PolizaIcon,
|
|
277
|
+
Fa as PriceChange,
|
|
278
|
+
ya as ProductIcon,
|
|
279
|
+
ka as ProveedorMedico,
|
|
280
|
+
va as Public,
|
|
281
|
+
Ua as Redirect,
|
|
282
|
+
Ha as ReembolsosIcon,
|
|
283
|
+
Wa as Reenviar,
|
|
284
|
+
za as Refresh,
|
|
285
|
+
Ta as Renovaciones,
|
|
284
286
|
D as RepDominicana,
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
287
|
+
Ga as Replay,
|
|
288
|
+
Ja as Reply,
|
|
289
|
+
Xa as RestoreFromTrash,
|
|
290
|
+
Za as SearchIcon,
|
|
291
|
+
$a as Send,
|
|
292
|
+
et as Share,
|
|
293
|
+
at as ShieldWithHeart,
|
|
294
|
+
ft as SmallFamily,
|
|
295
|
+
dt as Smartphone,
|
|
296
|
+
ut as SortArrowsAsc,
|
|
297
|
+
mt as SortArrowsDefault,
|
|
298
|
+
nt as SortArrowsDesc,
|
|
299
|
+
ct as StepBlocked,
|
|
300
|
+
At as StepDone,
|
|
301
|
+
ht as StepInProgress,
|
|
302
|
+
wt as StepPending,
|
|
303
|
+
Rt as Tutoriales,
|
|
304
|
+
bt as UnfoldMore,
|
|
305
|
+
Ft as Upload,
|
|
306
|
+
yt as VerifiedUser,
|
|
307
|
+
kt as Visa,
|
|
308
|
+
vt as VisaRounded,
|
|
309
|
+
Ut as Visibility,
|
|
310
|
+
Ht as VisibilityOff,
|
|
311
|
+
Wt as Warning,
|
|
312
|
+
zt as WeightIcon,
|
|
313
|
+
Tt as Whatsapp
|
|
312
314
|
};
|
package/dist/icons/index.d.ts
CHANGED
|
@@ -146,6 +146,7 @@ export { default as Menu } from './components/Menu';
|
|
|
146
146
|
export { default as MoneyOff } from './components/MoneyOff';
|
|
147
147
|
export { default as MonitorHeart } from './components/MonitorHeart';
|
|
148
148
|
export { default as MoreVert } from './components/MoreVert';
|
|
149
|
+
export { default as Mouse } from './components/Mouse';
|
|
149
150
|
export { default as Musculo } from './components/Musculo';
|
|
150
151
|
export { default as NextIcon } from './components/NextIcon';
|
|
151
152
|
export { default as Notes } from './components/Notes';
|
|
@@ -172,6 +173,12 @@ export { default as ProductIcon } from './components/ProductIcon';
|
|
|
172
173
|
export { default as ProveedorMedico } from './components/ProveedorMedico';
|
|
173
174
|
export { default as Public } from './components/Public';
|
|
174
175
|
export { default as Pulmones } from './components/Pulmones';
|
|
176
|
+
export { default as RP_AmericanExpress } from './components/RP_AmericanExpress';
|
|
177
|
+
export { default as RP_Diners } from './components/RP_Diners';
|
|
178
|
+
export { default as RP_Discover } from './components/RP_Discover';
|
|
179
|
+
export { default as RP_JCB } from './components/RP_JCB';
|
|
180
|
+
export { default as RP_Mastercard } from './components/RP_Mastercard';
|
|
181
|
+
export { default as RP_Visa } from './components/RP_Visa';
|
|
175
182
|
export { default as Redirect } from './components/Redirect';
|
|
176
183
|
export { default as ReembolsosIcon } from './components/ReembolsosIcon';
|
|
177
184
|
export { default as Reenviar } from './components/Reenviar';
|
|
@@ -216,9 +223,3 @@ export { default as Warning } from './components/Warning';
|
|
|
216
223
|
export { default as WavingHand } from './components/WavingHand';
|
|
217
224
|
export { default as WeightIcon } from './components/WeightIcon';
|
|
218
225
|
export { default as Whatsapp } from './components/Whatsapp';
|
|
219
|
-
export { default as RP_Mastercard } from './components/RP_Mastercard';
|
|
220
|
-
export { default as RP_Diners } from './components/RP_Diners';
|
|
221
|
-
export { default as RP_Visa } from './components/RP_Visa';
|
|
222
|
-
export { default as RP_AmericanExpress } from './components/RP_AmericanExpress';
|
|
223
|
-
export { default as RP_Discover } from './components/RP_Discover';
|
|
224
|
-
export { default as RP_JCB } from './components/RP_JCB';
|
package/dist/icons/index.js
CHANGED
|
@@ -10,7 +10,7 @@ import { default as I } from "./components/Aetna.js";
|
|
|
10
10
|
import { default as w } from "./components/AlertIcon.js";
|
|
11
11
|
import { default as g } from "./components/AmericanExpress.js";
|
|
12
12
|
import { default as R } from "./components/AmericanExpressRounded.js";
|
|
13
|
-
import { default as
|
|
13
|
+
import { default as b } from "./components/AnchorEmpty.js";
|
|
14
14
|
import { default as y } from "./components/AnchorFill.js";
|
|
15
15
|
import { default as B } from "./components/Android.js";
|
|
16
16
|
import { default as v } from "./components/Apagar.js";
|
|
@@ -36,7 +36,7 @@ import { default as Co } from "./components/BmiAhorro.js";
|
|
|
36
36
|
import { default as ho } from "./components/BmiAhorroBackoffice.js";
|
|
37
37
|
import { default as Po } from "./components/BmiCollapsed.js";
|
|
38
38
|
import { default as Do } from "./components/BmiCompaniesLogo.js";
|
|
39
|
-
import { default as
|
|
39
|
+
import { default as Mo } from "./components/BmiLogo.js";
|
|
40
40
|
import { default as So } from "./components/BmiLogoWhite.js";
|
|
41
41
|
import { default as Fo } from "./components/BrokenImage.js";
|
|
42
42
|
import { default as ko } from "./components/BusinessCenter.js";
|
|
@@ -63,7 +63,7 @@ import { default as Ce } from "./components/Comisiones.js";
|
|
|
63
63
|
import { default as he } from "./components/CompareArrows.js";
|
|
64
64
|
import { default as Pe } from "./components/ComputerCancel.js";
|
|
65
65
|
import { default as De } from "./components/Comunicaciones.js";
|
|
66
|
-
import { default as
|
|
66
|
+
import { default as Me } from "./components/ComunicacionesIcon.js";
|
|
67
67
|
import { default as Se } from "./components/Contacto.js";
|
|
68
68
|
import { default as Fe } from "./components/ContentCopy.js";
|
|
69
69
|
import { default as ke } from "./components/ConyugeIcon.js";
|
|
@@ -90,7 +90,7 @@ import { default as Cr } from "./components/DocumentoTick.js";
|
|
|
90
90
|
import { default as hr } from "./components/Documentos.js";
|
|
91
91
|
import { default as Pr } from "./components/Dot.js";
|
|
92
92
|
import { default as Dr } from "./components/DoubleArrowLeft.js";
|
|
93
|
-
import { default as
|
|
93
|
+
import { default as Mr } from "./components/DoubleArrowRight.js";
|
|
94
94
|
import { default as Sr } from "./components/DownloadIcon.js";
|
|
95
95
|
import { default as Fr } from "./components/Ecuador.js";
|
|
96
96
|
import { default as kr } from "./components/EditIcon.js";
|
|
@@ -117,7 +117,7 @@ import { default as Ca } from "./components/Heart.js";
|
|
|
117
117
|
import { default as ha } from "./components/HeightIcon.js";
|
|
118
118
|
import { default as Pa } from "./components/Help.js";
|
|
119
119
|
import { default as Da } from "./components/HistorialIcon.js";
|
|
120
|
-
import { default as
|
|
120
|
+
import { default as Ma } from "./components/Home.js";
|
|
121
121
|
import { default as Sa } from "./components/Hospital.js";
|
|
122
122
|
import { default as Fa } from "./components/IdCodigoBroker.js";
|
|
123
123
|
import { default as ka } from "./components/ImpagoIcon.js";
|
|
@@ -144,84 +144,85 @@ import { default as Ct } from "./components/Medicacion.js";
|
|
|
144
144
|
import { default as ht } from "./components/Medical.js";
|
|
145
145
|
import { default as Pt } from "./components/Menu.js";
|
|
146
146
|
import { default as Dt } from "./components/MoneyOff.js";
|
|
147
|
-
import { default as
|
|
147
|
+
import { default as Mt } from "./components/MonitorHeart.js";
|
|
148
148
|
import { default as St } from "./components/MoreVert.js";
|
|
149
|
-
import { default as Ft } from "./components/
|
|
150
|
-
import { default as kt } from "./components/
|
|
151
|
-
import { default as Ht } from "./components/
|
|
152
|
-
import { default as Et } from "./components/
|
|
153
|
-
import { default as Ot } from "./components/
|
|
154
|
-
import { default as Ut } from "./components/
|
|
155
|
-
import { default as Wt } from "./components/
|
|
156
|
-
import { default as Nt } from "./components/
|
|
157
|
-
import { default as Kt } from "./components/
|
|
158
|
-
import { default as Jt } from "./components/
|
|
159
|
-
import { default as Qt } from "./components/
|
|
160
|
-
import { default as Yt } from "./components/
|
|
161
|
-
import { default as $t } from "./components/
|
|
162
|
-
import { default as ef } from "./components/
|
|
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 gf } from "./components/
|
|
173
|
-
import { default as Rf } from "./components/
|
|
174
|
-
import { default as
|
|
175
|
-
import { default as yf } from "./components/
|
|
176
|
-
import { default as Bf } from "./components/
|
|
177
|
-
import { default as vf } from "./components/
|
|
178
|
-
import { default as Lf } from "./components/
|
|
179
|
-
import { default as Vf } from "./components/
|
|
180
|
-
import { default as Tf } from "./components/
|
|
181
|
-
import { default as Gf } from "./components/
|
|
182
|
-
import { default as _f } from "./components/
|
|
183
|
-
import { default as zf } from "./components/
|
|
184
|
-
import { default as jf } from "./components/
|
|
185
|
-
import { default as qf } from "./components/
|
|
186
|
-
import { default as Xf } from "./components/
|
|
187
|
-
import { default as Zf } 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 gs } from "./components/
|
|
200
|
-
import { default as Rs } from "./components/
|
|
201
|
-
import { default as
|
|
202
|
-
import { default as ys } from "./components/
|
|
203
|
-
import { default as Bs } from "./components/
|
|
204
|
-
import { default as vs } from "./components/
|
|
205
|
-
import { default as Ls } from "./components/
|
|
206
|
-
import { default as Vs } from "./components/
|
|
207
|
-
import { default as Ts } from "./components/
|
|
208
|
-
import { default as Gs } from "./components/
|
|
209
|
-
import { default as _s } from "./components/
|
|
210
|
-
import { default as zs } from "./components/
|
|
211
|
-
import { default as js } from "./components/
|
|
212
|
-
import { default as qs } from "./components/
|
|
213
|
-
import { default as Xs } from "./components/
|
|
214
|
-
import { default as Zs } from "./components/
|
|
215
|
-
import { default as od } from "./components/
|
|
216
|
-
import { default as rd } from "./components/
|
|
217
|
-
import { default as td } from "./components/
|
|
218
|
-
import { default as sd } from "./components/
|
|
219
|
-
import { default as ld } from "./components/
|
|
220
|
-
import { default as pd } from "./components/
|
|
221
|
-
import { default as xd } from "./components/
|
|
222
|
-
import { default as id } from "./components/
|
|
223
|
-
import { default as Ad } from "./components/
|
|
224
|
-
import { default as Id } from "./components/
|
|
149
|
+
import { default as Ft } from "./components/Mouse.js";
|
|
150
|
+
import { default as kt } from "./components/Musculo.js";
|
|
151
|
+
import { default as Ht } from "./components/NextIcon.js";
|
|
152
|
+
import { default as Et } from "./components/Notes.js";
|
|
153
|
+
import { default as Ot } from "./components/Notifications.js";
|
|
154
|
+
import { default as Ut } from "./components/NumPolizaIcon.js";
|
|
155
|
+
import { default as Wt } from "./components/Objective.js";
|
|
156
|
+
import { default as Nt } from "./components/OpenInFull.js";
|
|
157
|
+
import { default as Kt } from "./components/OpenPanel.js";
|
|
158
|
+
import { default as Jt } from "./components/Paid.js";
|
|
159
|
+
import { default as Qt } from "./components/Password.js";
|
|
160
|
+
import { default as Yt } from "./components/Pep.js";
|
|
161
|
+
import { default as $t } from "./components/Person.js";
|
|
162
|
+
import { default as ef } from "./components/PersonAdd.js";
|
|
163
|
+
import { default as af } from "./components/PersonCancel.js";
|
|
164
|
+
import { default as ff } from "./components/PersonRemove.js";
|
|
165
|
+
import { default as df } from "./components/PetSupplies.js";
|
|
166
|
+
import { default as uf } from "./components/PhotoLibrary.js";
|
|
167
|
+
import { default as mf } from "./components/Piel.js";
|
|
168
|
+
import { default as nf } from "./components/Pincel.js";
|
|
169
|
+
import { default as Af } from "./components/Planet.js";
|
|
170
|
+
import { default as If } from "./components/PolizaIcon.js";
|
|
171
|
+
import { default as wf } from "./components/PriceChange.js";
|
|
172
|
+
import { default as gf } from "./components/ProductIcon.js";
|
|
173
|
+
import { default as Rf } from "./components/ProveedorMedico.js";
|
|
174
|
+
import { default as bf } from "./components/Public.js";
|
|
175
|
+
import { default as yf } from "./components/Pulmones.js";
|
|
176
|
+
import { default as Bf } from "./components/RP_AmericanExpress.js";
|
|
177
|
+
import { default as vf } from "./components/RP_Diners.js";
|
|
178
|
+
import { default as Lf } from "./components/RP_Discover.js";
|
|
179
|
+
import { default as Vf } from "./components/RP_JCB.js";
|
|
180
|
+
import { default as Tf } from "./components/RP_Mastercard.js";
|
|
181
|
+
import { default as Gf } from "./components/RP_Visa.js";
|
|
182
|
+
import { default as _f } from "./components/Redirect.js";
|
|
183
|
+
import { default as zf } from "./components/ReembolsosIcon.js";
|
|
184
|
+
import { default as jf } from "./components/Reenviar.js";
|
|
185
|
+
import { default as qf } from "./components/Refresh.js";
|
|
186
|
+
import { default as Xf } from "./components/Renovaciones.js";
|
|
187
|
+
import { default as Zf } from "./components/RepDominicana.js";
|
|
188
|
+
import { default as os } from "./components/Replay.js";
|
|
189
|
+
import { default as rs } from "./components/Reply.js";
|
|
190
|
+
import { default as ts } from "./components/RestoreFromTrash.js";
|
|
191
|
+
import { default as ss } from "./components/Riñones.js";
|
|
192
|
+
import { default as ls } from "./components/Save.js";
|
|
193
|
+
import { default as ps } from "./components/Schedule.js";
|
|
194
|
+
import { default as xs } from "./components/SearchIcon.js";
|
|
195
|
+
import { default as is } from "./components/Send.js";
|
|
196
|
+
import { default as As } from "./components/Settings.js";
|
|
197
|
+
import { default as Is } from "./components/Share.js";
|
|
198
|
+
import { default as ws } from "./components/ShieldWithHeart.js";
|
|
199
|
+
import { default as gs } from "./components/SmallFamily.js";
|
|
200
|
+
import { default as Rs } from "./components/Smartphone.js";
|
|
201
|
+
import { default as bs } from "./components/SortArrowsAsc.js";
|
|
202
|
+
import { default as ys } from "./components/SortArrowsDefault.js";
|
|
203
|
+
import { default as Bs } from "./components/SortArrowsDesc.js";
|
|
204
|
+
import { default as vs } from "./components/StepBlocked.js";
|
|
205
|
+
import { default as Ls } from "./components/StepDone.js";
|
|
206
|
+
import { default as Vs } from "./components/StepInProgress.js";
|
|
207
|
+
import { default as Ts } from "./components/StepPending.js";
|
|
208
|
+
import { default as Gs } from "./components/Stethoscope.js";
|
|
209
|
+
import { default as _s } from "./components/Swich.js";
|
|
210
|
+
import { default as zs } from "./components/TrendingDown.js";
|
|
211
|
+
import { default as js } from "./components/TrendingUp.js";
|
|
212
|
+
import { default as qs } from "./components/Tutoriales.js";
|
|
213
|
+
import { default as Xs } from "./components/UnfoldMore.js";
|
|
214
|
+
import { default as Zs } from "./components/Upload.js";
|
|
215
|
+
import { default as od } from "./components/UserGroup.js";
|
|
216
|
+
import { default as rd } from "./components/VerifiedUser.js";
|
|
217
|
+
import { default as td } from "./components/Virus.js";
|
|
218
|
+
import { default as sd } from "./components/Visa.js";
|
|
219
|
+
import { default as ld } from "./components/VisaRounded.js";
|
|
220
|
+
import { default as pd } from "./components/Visibility.js";
|
|
221
|
+
import { default as xd } from "./components/VisibilityOff.js";
|
|
222
|
+
import { default as id } from "./components/Warning.js";
|
|
223
|
+
import { default as Ad } from "./components/WavingHand.js";
|
|
224
|
+
import { default as Id } from "./components/WeightIcon.js";
|
|
225
|
+
import { default as wd } from "./components/Whatsapp.js";
|
|
225
226
|
export {
|
|
226
227
|
r as AccountBalance,
|
|
227
228
|
t as AccountCircle,
|
|
@@ -235,7 +236,7 @@ export {
|
|
|
235
236
|
w as AlertIcon,
|
|
236
237
|
g as AmericanExpress,
|
|
237
238
|
R as AmericanExpressRounded,
|
|
238
|
-
|
|
239
|
+
b as AnchorEmpty,
|
|
239
240
|
y as AnchorFill,
|
|
240
241
|
B as Android,
|
|
241
242
|
v as Apagar,
|
|
@@ -261,7 +262,7 @@ export {
|
|
|
261
262
|
ho as BmiAhorroBackoffice,
|
|
262
263
|
Po as BmiCollapsed,
|
|
263
264
|
Do as BmiCompaniesLogo,
|
|
264
|
-
|
|
265
|
+
Mo as BmiLogo,
|
|
265
266
|
So as BmiLogoWhite,
|
|
266
267
|
Fo as BrokenImage,
|
|
267
268
|
ko as BusinessCenter,
|
|
@@ -288,7 +289,7 @@ export {
|
|
|
288
289
|
he as CompareArrows,
|
|
289
290
|
Pe as ComputerCancel,
|
|
290
291
|
De as Comunicaciones,
|
|
291
|
-
|
|
292
|
+
Me as ComunicacionesIcon,
|
|
292
293
|
Se as Contacto,
|
|
293
294
|
Fe as ContentCopy,
|
|
294
295
|
ke as ConyugeIcon,
|
|
@@ -315,7 +316,7 @@ export {
|
|
|
315
316
|
hr as Documentos,
|
|
316
317
|
Pr as Dot,
|
|
317
318
|
Dr as DoubleArrowLeft,
|
|
318
|
-
|
|
319
|
+
Mr as DoubleArrowRight,
|
|
319
320
|
Sr as DownloadIcon,
|
|
320
321
|
Fr as Ecuador,
|
|
321
322
|
kr as EditIcon,
|
|
@@ -342,7 +343,7 @@ export {
|
|
|
342
343
|
ha as HeightIcon,
|
|
343
344
|
Pa as Help,
|
|
344
345
|
Da as HistorialIcon,
|
|
345
|
-
|
|
346
|
+
Ma as Home,
|
|
346
347
|
Sa as Hospital,
|
|
347
348
|
Fa as IdCodigoBroker,
|
|
348
349
|
ka as ImpagoIcon,
|
|
@@ -369,82 +370,83 @@ export {
|
|
|
369
370
|
ht as Medical,
|
|
370
371
|
Pt as Menu,
|
|
371
372
|
Dt as MoneyOff,
|
|
372
|
-
|
|
373
|
+
Mt as MonitorHeart,
|
|
373
374
|
St as MoreVert,
|
|
374
|
-
Ft as
|
|
375
|
-
kt as
|
|
376
|
-
Ht as
|
|
377
|
-
Et as
|
|
378
|
-
Ot as
|
|
379
|
-
Ut as
|
|
380
|
-
Wt as
|
|
381
|
-
Nt as
|
|
382
|
-
Kt as
|
|
383
|
-
Jt as
|
|
384
|
-
Qt as
|
|
385
|
-
Yt as
|
|
386
|
-
$t as
|
|
387
|
-
ef as
|
|
388
|
-
af as
|
|
389
|
-
ff as
|
|
390
|
-
df as
|
|
391
|
-
uf as
|
|
392
|
-
mf as
|
|
393
|
-
nf as
|
|
394
|
-
Af as
|
|
395
|
-
If as
|
|
396
|
-
wf as
|
|
397
|
-
gf as
|
|
398
|
-
Rf as
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
375
|
+
Ft as Mouse,
|
|
376
|
+
kt as Musculo,
|
|
377
|
+
Ht as NextIcon,
|
|
378
|
+
Et as Notes,
|
|
379
|
+
Ot as Notifications,
|
|
380
|
+
Ut as NumPolizaIcon,
|
|
381
|
+
Wt as Objective,
|
|
382
|
+
Nt as OpenInFull,
|
|
383
|
+
Kt as OpenPanel,
|
|
384
|
+
Jt as Paid,
|
|
385
|
+
Qt as Password,
|
|
386
|
+
Yt as Pep,
|
|
387
|
+
$t as Person,
|
|
388
|
+
ef as PersonAdd,
|
|
389
|
+
af as PersonCancel,
|
|
390
|
+
ff as PersonRemove,
|
|
391
|
+
df as PetSupplies,
|
|
392
|
+
uf as PhotoLibrary,
|
|
393
|
+
mf as Piel,
|
|
394
|
+
nf as Pincel,
|
|
395
|
+
Af as Planet,
|
|
396
|
+
If as PolizaIcon,
|
|
397
|
+
wf as PriceChange,
|
|
398
|
+
gf as ProductIcon,
|
|
399
|
+
Rf as ProveedorMedico,
|
|
400
|
+
bf as Public,
|
|
401
|
+
yf as Pulmones,
|
|
402
|
+
Bf as RP_AmericanExpress,
|
|
403
|
+
vf as RP_Diners,
|
|
404
|
+
Lf as RP_Discover,
|
|
405
|
+
Vf as RP_JCB,
|
|
406
|
+
Tf as RP_Mastercard,
|
|
407
|
+
Gf as RP_Visa,
|
|
408
|
+
_f as Redirect,
|
|
409
|
+
zf as ReembolsosIcon,
|
|
410
|
+
jf as Reenviar,
|
|
411
|
+
qf as Refresh,
|
|
412
|
+
Xf as Renovaciones,
|
|
413
|
+
Zf as RepDominicana,
|
|
414
|
+
os as Replay,
|
|
415
|
+
rs as Reply,
|
|
416
|
+
ts as RestoreFromTrash,
|
|
417
|
+
ss as Riñones,
|
|
418
|
+
ls as Save,
|
|
419
|
+
ps as Schedule,
|
|
420
|
+
xs as SearchIcon,
|
|
421
|
+
is as Send,
|
|
422
|
+
As as Settings,
|
|
423
|
+
Is as Share,
|
|
424
|
+
ws as ShieldWithHeart,
|
|
425
|
+
gs as SmallFamily,
|
|
426
|
+
Rs as Smartphone,
|
|
427
|
+
bs as SortArrowsAsc,
|
|
428
|
+
ys as SortArrowsDefault,
|
|
429
|
+
Bs as SortArrowsDesc,
|
|
430
|
+
vs as StepBlocked,
|
|
431
|
+
Ls as StepDone,
|
|
432
|
+
Vs as StepInProgress,
|
|
433
|
+
Ts as StepPending,
|
|
434
|
+
Gs as Stethoscope,
|
|
435
|
+
_s as Swich,
|
|
436
|
+
zs as TrendingDown,
|
|
437
|
+
js as TrendingUp,
|
|
438
|
+
qs as Tutoriales,
|
|
439
|
+
Xs as UnfoldMore,
|
|
440
|
+
Zs as Upload,
|
|
441
|
+
od as UserGroup,
|
|
442
|
+
rd as VerifiedUser,
|
|
443
|
+
td as Virus,
|
|
444
|
+
sd as Visa,
|
|
445
|
+
ld as VisaRounded,
|
|
446
|
+
pd as Visibility,
|
|
447
|
+
xd as VisibilityOff,
|
|
448
|
+
id as Warning,
|
|
449
|
+
Ad as WavingHand,
|
|
450
|
+
Id as WeightIcon,
|
|
451
|
+
wd as Whatsapp
|
|
450
452
|
};
|
|
@@ -146,83 +146,84 @@ import Tr from "./icons/components/Menu.js";
|
|
|
146
146
|
import Ur from "./icons/components/MoneyOff.js";
|
|
147
147
|
import xr from "./icons/components/MonitorHeart.js";
|
|
148
148
|
import Gr from "./icons/components/MoreVert.js";
|
|
149
|
-
import Wr from "./icons/components/
|
|
150
|
-
import Nr from "./icons/components/
|
|
151
|
-
import _r from "./icons/components/
|
|
152
|
-
import zr from "./icons/components/
|
|
153
|
-
import jr from "./icons/components/
|
|
154
|
-
import Kr from "./icons/components/
|
|
155
|
-
import Jr from "./icons/components/
|
|
156
|
-
import qr from "./icons/components/
|
|
157
|
-
import Qr from "./icons/components/
|
|
158
|
-
import Xr from "./icons/components/
|
|
159
|
-
import Yr from "./icons/components/
|
|
160
|
-
import Zr from "./icons/components/
|
|
161
|
-
import $r from "./icons/components/
|
|
162
|
-
import om from "./icons/components/
|
|
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 Pm from "./icons/components/
|
|
186
|
-
import Dm from "./icons/components/
|
|
187
|
-
import Rm from "./icons/components/
|
|
188
|
-
import bm from "./icons/components/
|
|
189
|
-
import Mm from "./icons/components/
|
|
190
|
-
import ym from "./icons/components/
|
|
191
|
-
import Fm from "./icons/components/
|
|
192
|
-
import Bm from "./icons/components/
|
|
193
|
-
import km from "./icons/components/
|
|
194
|
-
import Hm from "./icons/components/
|
|
195
|
-
import Lm from "./icons/components/
|
|
196
|
-
import Em from "./icons/components/
|
|
197
|
-
import Om from "./icons/components/
|
|
198
|
-
import Vm from "./icons/components/
|
|
199
|
-
import Tm from "./icons/components/
|
|
200
|
-
import Um from "./icons/components/
|
|
201
|
-
import xm from "./icons/components/
|
|
202
|
-
import Gm from "./icons/components/
|
|
203
|
-
import Wm from "./icons/components/
|
|
204
|
-
import Nm from "./icons/components/
|
|
205
|
-
import _m from "./icons/components/
|
|
206
|
-
import zm from "./icons/components/
|
|
207
|
-
import jm from "./icons/components/
|
|
208
|
-
import Km from "./icons/components/
|
|
209
|
-
import Jm from "./icons/components/
|
|
210
|
-
import qm from "./icons/components/
|
|
211
|
-
import Qm from "./icons/components/
|
|
212
|
-
import Xm from "./icons/components/
|
|
213
|
-
import Ym from "./icons/components/
|
|
214
|
-
import Zm from "./icons/components/
|
|
215
|
-
import $m from "./icons/components/
|
|
216
|
-
import oi from "./icons/components/
|
|
217
|
-
import ri from "./icons/components/
|
|
218
|
-
import mi from "./icons/components/
|
|
219
|
-
import ii from "./icons/components/
|
|
220
|
-
import ei from "./icons/components/
|
|
221
|
-
import ti from "./icons/components/
|
|
222
|
-
import pi from "./icons/components/
|
|
223
|
-
import ni from "./icons/components/
|
|
224
|
-
import gi from "./icons/components/
|
|
225
|
-
|
|
149
|
+
import Wr from "./icons/components/Mouse.js";
|
|
150
|
+
import Nr from "./icons/components/Musculo.js";
|
|
151
|
+
import _r from "./icons/components/NextIcon.js";
|
|
152
|
+
import zr from "./icons/components/Notes.js";
|
|
153
|
+
import jr from "./icons/components/Notifications.js";
|
|
154
|
+
import Kr from "./icons/components/NumPolizaIcon.js";
|
|
155
|
+
import Jr from "./icons/components/Objective.js";
|
|
156
|
+
import qr from "./icons/components/OpenInFull.js";
|
|
157
|
+
import Qr from "./icons/components/OpenPanel.js";
|
|
158
|
+
import Xr from "./icons/components/Paid.js";
|
|
159
|
+
import Yr from "./icons/components/Password.js";
|
|
160
|
+
import Zr from "./icons/components/Pep.js";
|
|
161
|
+
import $r from "./icons/components/Person.js";
|
|
162
|
+
import om from "./icons/components/PersonAdd.js";
|
|
163
|
+
import rm from "./icons/components/PersonCancel.js";
|
|
164
|
+
import mm from "./icons/components/PersonRemove.js";
|
|
165
|
+
import im from "./icons/components/PetSupplies.js";
|
|
166
|
+
import em from "./icons/components/PhotoLibrary.js";
|
|
167
|
+
import tm from "./icons/components/Piel.js";
|
|
168
|
+
import pm from "./icons/components/Pincel.js";
|
|
169
|
+
import nm from "./icons/components/Planet.js";
|
|
170
|
+
import gm from "./icons/components/PolizaIcon.js";
|
|
171
|
+
import am from "./icons/components/PriceChange.js";
|
|
172
|
+
import Sm from "./icons/components/ProductIcon.js";
|
|
173
|
+
import fm from "./icons/components/ProveedorMedico.js";
|
|
174
|
+
import vm from "./icons/components/Public.js";
|
|
175
|
+
import cm from "./icons/components/Pulmones.js";
|
|
176
|
+
import sm from "./icons/components/RP_AmericanExpress.js";
|
|
177
|
+
import dm from "./icons/components/RP_Diners.js";
|
|
178
|
+
import lm from "./icons/components/RP_Discover.js";
|
|
179
|
+
import Am from "./icons/components/RP_JCB.js";
|
|
180
|
+
import Cm from "./icons/components/RP_Mastercard.js";
|
|
181
|
+
import um from "./icons/components/RP_Visa.js";
|
|
182
|
+
import Im from "./icons/components/Redirect.js";
|
|
183
|
+
import hm from "./icons/components/ReembolsosIcon.js";
|
|
184
|
+
import wm from "./icons/components/Reenviar.js";
|
|
185
|
+
import Pm from "./icons/components/Refresh.js";
|
|
186
|
+
import Dm from "./icons/components/Renovaciones.js";
|
|
187
|
+
import Rm from "./icons/components/RepDominicana.js";
|
|
188
|
+
import bm from "./icons/components/Replay.js";
|
|
189
|
+
import Mm from "./icons/components/Reply.js";
|
|
190
|
+
import ym from "./icons/components/RestoreFromTrash.js";
|
|
191
|
+
import Fm from "./icons/components/Riñones.js";
|
|
192
|
+
import Bm from "./icons/components/Save.js";
|
|
193
|
+
import km from "./icons/components/Schedule.js";
|
|
194
|
+
import Hm from "./icons/components/SearchIcon.js";
|
|
195
|
+
import Lm from "./icons/components/Send.js";
|
|
196
|
+
import Em from "./icons/components/Settings.js";
|
|
197
|
+
import Om from "./icons/components/Share.js";
|
|
198
|
+
import Vm from "./icons/components/ShieldWithHeart.js";
|
|
199
|
+
import Tm from "./icons/components/SmallFamily.js";
|
|
200
|
+
import Um from "./icons/components/Smartphone.js";
|
|
201
|
+
import xm from "./icons/components/SortArrowsAsc.js";
|
|
202
|
+
import Gm from "./icons/components/SortArrowsDefault.js";
|
|
203
|
+
import Wm from "./icons/components/SortArrowsDesc.js";
|
|
204
|
+
import Nm from "./icons/components/StepBlocked.js";
|
|
205
|
+
import _m from "./icons/components/StepDone.js";
|
|
206
|
+
import zm from "./icons/components/StepInProgress.js";
|
|
207
|
+
import jm from "./icons/components/StepPending.js";
|
|
208
|
+
import Km from "./icons/components/Stethoscope.js";
|
|
209
|
+
import Jm from "./icons/components/Swich.js";
|
|
210
|
+
import qm from "./icons/components/TrendingDown.js";
|
|
211
|
+
import Qm from "./icons/components/TrendingUp.js";
|
|
212
|
+
import Xm from "./icons/components/Tutoriales.js";
|
|
213
|
+
import Ym from "./icons/components/UnfoldMore.js";
|
|
214
|
+
import Zm from "./icons/components/Upload.js";
|
|
215
|
+
import $m from "./icons/components/UserGroup.js";
|
|
216
|
+
import oi from "./icons/components/VerifiedUser.js";
|
|
217
|
+
import ri from "./icons/components/Virus.js";
|
|
218
|
+
import mi from "./icons/components/Visa.js";
|
|
219
|
+
import ii from "./icons/components/VisaRounded.js";
|
|
220
|
+
import ei from "./icons/components/Visibility.js";
|
|
221
|
+
import ti from "./icons/components/VisibilityOff.js";
|
|
222
|
+
import pi from "./icons/components/Warning.js";
|
|
223
|
+
import ni from "./icons/components/WavingHand.js";
|
|
224
|
+
import gi from "./icons/components/WeightIcon.js";
|
|
225
|
+
import ai from "./icons/components/Whatsapp.js";
|
|
226
|
+
const In = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
226
227
|
__proto__: null,
|
|
227
228
|
AccountBalance: o,
|
|
228
229
|
AccountCircle: r,
|
|
@@ -372,83 +373,84 @@ const Cn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
372
373
|
MoneyOff: Ur,
|
|
373
374
|
MonitorHeart: xr,
|
|
374
375
|
MoreVert: Gr,
|
|
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
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
376
|
+
Mouse: Wr,
|
|
377
|
+
Musculo: Nr,
|
|
378
|
+
NextIcon: _r,
|
|
379
|
+
Notes: zr,
|
|
380
|
+
Notifications: jr,
|
|
381
|
+
NumPolizaIcon: Kr,
|
|
382
|
+
Objective: Jr,
|
|
383
|
+
OpenInFull: qr,
|
|
384
|
+
OpenPanel: Qr,
|
|
385
|
+
Paid: Xr,
|
|
386
|
+
Password: Yr,
|
|
387
|
+
Pep: Zr,
|
|
388
|
+
Person: $r,
|
|
389
|
+
PersonAdd: om,
|
|
390
|
+
PersonCancel: rm,
|
|
391
|
+
PersonRemove: mm,
|
|
392
|
+
PetSupplies: im,
|
|
393
|
+
PhotoLibrary: em,
|
|
394
|
+
Piel: tm,
|
|
395
|
+
Pincel: pm,
|
|
396
|
+
Planet: nm,
|
|
397
|
+
PolizaIcon: gm,
|
|
398
|
+
PriceChange: am,
|
|
399
|
+
ProductIcon: Sm,
|
|
400
|
+
ProveedorMedico: fm,
|
|
401
|
+
Public: vm,
|
|
402
|
+
Pulmones: cm,
|
|
403
|
+
RP_AmericanExpress: sm,
|
|
404
|
+
RP_Diners: dm,
|
|
405
|
+
RP_Discover: lm,
|
|
406
|
+
RP_JCB: Am,
|
|
407
|
+
RP_Mastercard: Cm,
|
|
408
|
+
RP_Visa: um,
|
|
409
|
+
Redirect: Im,
|
|
410
|
+
ReembolsosIcon: hm,
|
|
411
|
+
Reenviar: wm,
|
|
412
|
+
Refresh: Pm,
|
|
413
|
+
Renovaciones: Dm,
|
|
414
|
+
RepDominicana: Rm,
|
|
415
|
+
Replay: bm,
|
|
416
|
+
Reply: Mm,
|
|
417
|
+
RestoreFromTrash: ym,
|
|
418
|
+
Riñones: Fm,
|
|
419
|
+
Save: Bm,
|
|
420
|
+
Schedule: km,
|
|
421
|
+
SearchIcon: Hm,
|
|
422
|
+
Send: Lm,
|
|
423
|
+
Settings: Em,
|
|
424
|
+
Share: Om,
|
|
425
|
+
ShieldWithHeart: Vm,
|
|
426
|
+
SmallFamily: Tm,
|
|
427
|
+
Smartphone: Um,
|
|
428
|
+
SortArrowsAsc: xm,
|
|
429
|
+
SortArrowsDefault: Gm,
|
|
430
|
+
SortArrowsDesc: Wm,
|
|
431
|
+
StepBlocked: Nm,
|
|
432
|
+
StepDone: _m,
|
|
433
|
+
StepInProgress: zm,
|
|
434
|
+
StepPending: jm,
|
|
435
|
+
Stethoscope: Km,
|
|
436
|
+
Swich: Jm,
|
|
437
|
+
TrendingDown: qm,
|
|
438
|
+
TrendingUp: Qm,
|
|
439
|
+
Tutoriales: Xm,
|
|
440
|
+
UnfoldMore: Ym,
|
|
441
|
+
Upload: Zm,
|
|
442
|
+
UserGroup: $m,
|
|
443
|
+
VerifiedUser: oi,
|
|
444
|
+
Virus: ri,
|
|
445
|
+
Visa: mi,
|
|
446
|
+
VisaRounded: ii,
|
|
447
|
+
Visibility: ei,
|
|
448
|
+
VisibilityOff: ti,
|
|
449
|
+
Warning: pi,
|
|
450
|
+
WavingHand: ni,
|
|
451
|
+
WeightIcon: gi,
|
|
452
|
+
Whatsapp: ai
|
|
451
453
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
452
454
|
export {
|
|
453
|
-
|
|
455
|
+
In as I
|
|
454
456
|
};
|
package/package.json
CHANGED