bmi-next-brokers 2.3.9 → 2.4.1

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.
@@ -1,5 +1,5 @@
1
1
  import { jsx as i } from "react/jsx-runtime";
2
- import { I as p } from "../index-8v4OdgDb.js";
2
+ import { I as p } from "../index-dq5FUhsO.js";
3
3
  const m = ({
4
4
  name: o,
5
5
  width: c = 20,
@@ -0,0 +1,3 @@
1
+ import { SVGProps } from 'react';
2
+ declare const SvgCircle: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgCircle;
@@ -0,0 +1,39 @@
1
+ import { jsxs as l, jsx as e } from "react/jsx-runtime";
2
+ const s = (t) => /* @__PURE__ */ l(
3
+ "svg",
4
+ {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ fill: "none",
7
+ viewBox: "0 0 16 16",
8
+ width: "1em",
9
+ height: "1em",
10
+ ...t,
11
+ children: [
12
+ /* @__PURE__ */ e(
13
+ "mask",
14
+ {
15
+ id: "circle_svg__a",
16
+ width: 16,
17
+ height: 16,
18
+ x: 0,
19
+ y: 0,
20
+ maskUnits: "userSpaceOnUse",
21
+ style: {
22
+ maskType: "alpha"
23
+ },
24
+ children: /* @__PURE__ */ e("path", { fill: "currentColor", d: "M0 0h16v16H0z" })
25
+ }
26
+ ),
27
+ /* @__PURE__ */ e("g", { mask: "url(#circle_svg__a)", children: /* @__PURE__ */ e(
28
+ "path",
29
+ {
30
+ fill: "currentColor",
31
+ d: "M8 14q-2.485 0-4.243-1.757Q2 10.485 2 8t1.757-4.243T8 2t4.243 1.757Q14 5.515 14 8t-1.757 4.243Q10.485 14 8 14m0-1.714q1.779 0 3.032-1.254T12.286 8t-1.254-3.032T8 3.714q-1.779 0-3.032 1.254T3.714 8t1.254 3.032T8 12.286"
32
+ }
33
+ ) })
34
+ ]
35
+ }
36
+ );
37
+ export {
38
+ s as default
39
+ };
@@ -0,0 +1,3 @@
1
+ import { SVGProps } from 'react';
2
+ declare const SvgRestoreFromTrash: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgRestoreFromTrash;
@@ -0,0 +1,39 @@
1
+ import { jsxs as e, jsx as a } from "react/jsx-runtime";
2
+ const t = (r) => /* @__PURE__ */ e(
3
+ "svg",
4
+ {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ fill: "none",
7
+ viewBox: "0 0 16 16",
8
+ width: "1em",
9
+ height: "1em",
10
+ ...r,
11
+ children: [
12
+ /* @__PURE__ */ a(
13
+ "mask",
14
+ {
15
+ id: "restore_from_trash_svg__a",
16
+ width: 16,
17
+ height: 16,
18
+ x: 0,
19
+ y: 0,
20
+ maskUnits: "userSpaceOnUse",
21
+ style: {
22
+ maskType: "alpha"
23
+ },
24
+ children: /* @__PURE__ */ a("path", { fill: "currentColor", d: "M0 0h16v16H0z" })
25
+ }
26
+ ),
27
+ /* @__PURE__ */ a("g", { mask: "url(#restore_from_trash_svg__a)", children: /* @__PURE__ */ a(
28
+ "path",
29
+ {
30
+ fill: "currentColor",
31
+ d: "M4.667 14q-.55 0-.942-.392a1.28 1.28 0 0 1-.392-.941V4a.65.65 0 0 1-.475-.192.65.65 0 0 1-.191-.475q0-.283.191-.475a.65.65 0 0 1 .475-.191H6q0-.285.192-.475A.65.65 0 0 1 6.667 2h2.666q.285 0 .475.192a.65.65 0 0 1 .192.475h2.667q.283 0 .475.191a.65.65 0 0 1 .191.475.65.65 0 0 1-.191.475.65.65 0 0 1-.475.192v8.667q0 .55-.392.941a1.28 1.28 0 0 1-.942.392zm6.666-10H4.667v8.667h6.666zm-4 3.9V10q0 .283.192.475a.65.65 0 0 0 .475.192.65.65 0 0 0 .475-.192.65.65 0 0 0 .192-.475V7.9l.6.583a.62.62 0 0 0 .458.184.65.65 0 0 0 .475-.2.63.63 0 0 0 .183-.467.63.63 0 0 0-.183-.467L8.467 5.8A.64.64 0 0 0 8 5.6a.64.64 0 0 0-.467.2L5.8 7.533a.65.65 0 0 0-.192.459.62.62 0 0 0 .192.475.65.65 0 0 0 .458.191.65.65 0 0 0 .475-.175z"
32
+ }
33
+ ) })
34
+ ]
35
+ }
36
+ );
37
+ export {
38
+ t as default
39
+ };
@@ -0,0 +1,3 @@
1
+ import { SVGProps } from 'react';
2
+ declare const SvgSave: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgSave;
@@ -0,0 +1,39 @@
1
+ import { jsxs as s, jsx as a } from "react/jsx-runtime";
2
+ const t = (e) => /* @__PURE__ */ s(
3
+ "svg",
4
+ {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ fill: "none",
7
+ viewBox: "0 0 18 18",
8
+ width: "1em",
9
+ height: "1em",
10
+ ...e,
11
+ children: [
12
+ /* @__PURE__ */ a(
13
+ "mask",
14
+ {
15
+ id: "save_svg__a",
16
+ width: 18,
17
+ height: 18,
18
+ x: 0,
19
+ y: 0,
20
+ maskUnits: "userSpaceOnUse",
21
+ style: {
22
+ maskType: "alpha"
23
+ },
24
+ children: /* @__PURE__ */ a("path", { fill: "currentColor", d: "M0 0h18v18H0z" })
25
+ }
26
+ ),
27
+ /* @__PURE__ */ a("g", { mask: "url(#save_svg__a)", children: /* @__PURE__ */ a(
28
+ "path",
29
+ {
30
+ fill: "currentColor",
31
+ d: "M3.75 15.75q-.62 0-1.06-.44a1.45 1.45 0 0 1-.44-1.06V3.75q0-.62.44-1.06.442-.44 1.06-.44h8.381a1.48 1.48 0 0 1 1.05.431L15.32 4.82q.206.206.318.478t.113.572v8.381q0 .619-.44 1.06-.442.44-1.06.44zm10.5-9.862L12.113 3.75H3.75v10.5h10.5zm-3.656 6.956a2.17 2.17 0 0 0 .656-1.594 2.17 2.17 0 0 0-.656-1.594A2.17 2.17 0 0 0 9 9a2.17 2.17 0 0 0-1.594.656 2.17 2.17 0 0 0-.656 1.594q0 .937.656 1.594A2.17 2.17 0 0 0 9 13.5a2.17 2.17 0 0 0 1.594-.656M5.25 7.5h5.25q.319 0 .534-.216a.73.73 0 0 0 .216-.534v-1.5a.73.73 0 0 0-.216-.534.73.73 0 0 0-.534-.216H5.25a.73.73 0 0 0-.534.216.73.73 0 0 0-.216.534v1.5q0 .319.216.534a.73.73 0 0 0 .534.216"
32
+ }
33
+ ) })
34
+ ]
35
+ }
36
+ );
37
+ export {
38
+ t as default
39
+ };
@@ -33,6 +33,7 @@ export { default as ChatBubble } from './ChatBubble';
33
33
  export { default as CheckIcon } from './CheckIcon';
34
34
  export { default as Checkbook } from './Checkbook';
35
35
  export { default as ChevronLeft } from './ChevronLeft';
36
+ export { default as Circle } from './Circle';
36
37
  export { default as Close } from './Close';
37
38
  export { default as CloseDrawer } from './CloseDrawer';
38
39
  export { default as ColectivosIcon } from './ColectivosIcon';
@@ -116,6 +117,7 @@ export { default as Refresh } from './Refresh';
116
117
  export { default as Renovaciones } from './Renovaciones';
117
118
  export { default as Replay } from './Replay';
118
119
  export { default as Reply } from './Reply';
120
+ export { default as RestoreFromTrash } from './RestoreFromTrash';
119
121
  export { default as SearchIcon } from './SearchIcon';
120
122
  export { default as Send } from './Send';
121
123
  export { default as Share } from './Share';
@@ -19,7 +19,7 @@ import { default as V } from "./Apnfd.js";
19
19
  import { default as O } from "./Approve.js";
20
20
  import { default as N } from "./ArrowBack.js";
21
21
  import { default as K } from "./ArrowsOutward.js";
22
- import { default as G } from "./Article.js";
22
+ import { default as j } from "./Article.js";
23
23
  import { default as q } from "./AttachFile.js";
24
24
  import { default as Q } from "./BmiAhorro.js";
25
25
  import { default as Y } from "./BmiLogoWhite.js";
@@ -33,113 +33,115 @@ import { default as mo } from "./ChatBubble.js";
33
33
  import { default as no } from "./CheckIcon.js";
34
34
  import { default as co } from "./Checkbook.js";
35
35
  import { default as Io } from "./ChevronLeft.js";
36
- import { default as ho } from "./Close.js";
37
- import { default as Po } from "./CloseDrawer.js";
38
- import { default as Ro } from "./ColectivosIcon.js";
39
- import { default as go } from "./Comisiones.js";
40
- import { default as Fo } from "./CompareArrows.js";
41
- import { default as Mo } from "./ComputerCancel.js";
42
- import { default as Bo } from "./ComunicacionesIcon.js";
43
- import { default as Eo } from "./Contacto.js";
44
- import { default as Uo } from "./ContentCopy.js";
45
- import { default as Ho } from "./ConyugeIcon.js";
46
- import { default as Wo } from "./CorporateFare.js";
47
- import { default as zo } from "./CotizacionesIcon.js";
48
- import { default as jo } from "./Credentials.js";
49
- import { default as To } from "./CreditCard.js";
50
- import { default as Jo } from "./CurrencyExchange.js";
51
- import { default as Xo } from "./DashboardIcon.js";
52
- import { default as Zo } from "./DatosIcon.js";
53
- import { default as $o } from "./Delete.js";
54
- import { default as ee } from "./DeniedIcon.js";
55
- import { default as ae } from "./Diagnosis.js";
56
- import { default as fe } from "./Diners.js";
57
- import { default as de } from "./DinersRounded.js";
58
- import { default as ue } from "./Discover.js";
59
- import { default as me } from "./DiscoverRounded.js";
60
- import { default as ne } from "./Distance.js";
61
- import { default as ce } from "./Documentos.js";
62
- import { default as Ie } from "./Dot.js";
63
- import { default as he } from "./DownloadIcon.js";
64
- import { default as Pe } from "./EditIcon.js";
65
- import { default as Re } from "./EstadosUnidos.js";
66
- import { default as ge } from "./Europa.js";
67
- import { default as Fe } from "./FallbackCardRounded.js";
68
- import { default as Me } from "./Female.js";
69
- import { default as Be } from "./Filter.js";
70
- import { default as Ee } from "./FilterAlt.js";
71
- import { default as Ue } from "./Folder.js";
72
- import { default as He } from "./FondosExtranjero.js";
73
- import { default as We } from "./Fumador.js";
74
- import { default as ze } from "./HeadsetMic.js";
75
- import { default as je } from "./HeightIcon.js";
76
- import { default as Te } from "./Help.js";
77
- import { default as Je } from "./HistorialIcon.js";
78
- import { default as Xe } from "./IdCodigoBroker.js";
79
- import { default as Ze } from "./Info.js";
80
- import { default as $e } from "./InfoFinanciera.js";
81
- import { default as er } from "./KeyboardArrowDown.js";
82
- import { default as ar } from "./KeyboardArrowUp.js";
83
- import { default as fr } from "./LocationOn.js";
84
- import { default as dr } from "./LocationSearching.js";
85
- import { default as ur } from "./LockIcon.js";
86
- import { default as mr } from "./LogOut.js";
87
- import { default as nr } from "./MailIcon.js";
88
- import { default as cr } from "./Male.js";
89
- import { default as Ir } from "./MasAcciones.js";
90
- import { default as hr } from "./Mastercard.js";
91
- import { default as Pr } from "./MastercardRounded.js";
92
- import { default as Rr } from "./Medical.js";
93
- import { default as gr } from "./Menu.js";
94
- import { default as Fr } from "./MoreVert.js";
95
- import { default as Mr } from "./NextIcon.js";
96
- import { default as Br } from "./Notes.js";
97
- import { default as Er } from "./Notifications.js";
98
- import { default as Ur } from "./NumPolizaIcon.js";
99
- import { default as Hr } from "./OpenInFull.js";
100
- import { default as Wr } from "./Paid.js";
101
- import { default as zr } from "./Password.js";
102
- import { default as jr } from "./Pep.js";
103
- import { default as Tr } from "./Person.js";
104
- import { default as Jr } from "./PersonCancel.js";
105
- import { default as Xr } from "./PersonRemove.js";
106
- import { default as Zr } from "./PetSupplies.js";
107
- import { default as $r } from "./PhotoLibrary.js";
108
- import { default as ea } from "./Planet.js";
109
- import { default as aa } from "./PolizaIcon.js";
110
- import { default as fa } from "./PriceChange.js";
111
- import { default as da } from "./ProductIcon.js";
112
- import { default as ua } from "./Public.js";
113
- import { default as ma } from "./ReembolsosIcon.js";
114
- import { default as na } from "./Reenviar.js";
115
- import { default as ca } from "./Refresh.js";
116
- import { default as Ia } from "./Renovaciones.js";
117
- import { default as ha } from "./Replay.js";
118
- import { default as Pa } from "./Reply.js";
119
- import { default as Ra } from "./SearchIcon.js";
120
- import { default as ga } from "./Send.js";
121
- import { default as Fa } from "./Share.js";
122
- import { default as Ma } from "./ShieldWithHeart.js";
123
- import { default as Ba } from "./SmallFamily.js";
124
- import { default as Ea } from "./Smartphone.js";
125
- import { default as Ua } from "./SortArrowsAsc.js";
126
- import { default as Ha } from "./SortArrowsDefault.js";
127
- import { default as Wa } from "./SortArrowsDesc.js";
128
- import { default as za } from "./StepBlocked.js";
129
- import { default as ja } from "./StepDone.js";
130
- import { default as Ta } from "./StepInProgress.js";
131
- import { default as Ja } from "./StepPending.js";
132
- import { default as Xa } from "./Tutoriales.js";
133
- import { default as Za } from "./UnfoldMore.js";
134
- import { default as $a } from "./Upload.js";
135
- import { default as et } from "./VerifiedUser.js";
136
- import { default as at } from "./Visa.js";
137
- import { default as ft } from "./VisaRounded.js";
138
- import { default as dt } from "./Visibility.js";
139
- import { default as ut } from "./VisibilityOff.js";
140
- import { default as mt } from "./Warning.js";
141
- import { default as nt } from "./WeightIcon.js";
142
- import { default as ct } from "./Whatsapp.js";
36
+ import { default as ho } from "./Circle.js";
37
+ import { default as Po } from "./Close.js";
38
+ import { default as Ro } from "./CloseDrawer.js";
39
+ import { default as go } from "./ColectivosIcon.js";
40
+ import { default as Fo } from "./Comisiones.js";
41
+ import { default as Mo } from "./CompareArrows.js";
42
+ import { default as Bo } from "./ComputerCancel.js";
43
+ import { default as Eo } from "./ComunicacionesIcon.js";
44
+ import { default as Uo } from "./Contacto.js";
45
+ import { default as Ho } from "./ContentCopy.js";
46
+ import { default as Wo } from "./ConyugeIcon.js";
47
+ import { default as zo } from "./CorporateFare.js";
48
+ import { default as To } from "./CotizacionesIcon.js";
49
+ import { default as Go } from "./Credentials.js";
50
+ import { default as Jo } from "./CreditCard.js";
51
+ import { default as Xo } from "./CurrencyExchange.js";
52
+ import { default as Zo } from "./DashboardIcon.js";
53
+ import { default as $o } from "./DatosIcon.js";
54
+ import { default as ee } from "./Delete.js";
55
+ import { default as ae } from "./DeniedIcon.js";
56
+ import { default as fe } from "./Diagnosis.js";
57
+ import { default as de } from "./Diners.js";
58
+ import { default as ue } from "./DinersRounded.js";
59
+ import { default as me } from "./Discover.js";
60
+ import { default as ne } from "./DiscoverRounded.js";
61
+ import { default as ce } from "./Distance.js";
62
+ import { default as Ie } from "./Documentos.js";
63
+ import { default as he } from "./Dot.js";
64
+ import { default as Pe } from "./DownloadIcon.js";
65
+ import { default as Re } from "./EditIcon.js";
66
+ import { default as ge } from "./EstadosUnidos.js";
67
+ import { default as Fe } from "./Europa.js";
68
+ import { default as Me } from "./FallbackCardRounded.js";
69
+ import { default as Be } from "./Female.js";
70
+ import { default as Ee } from "./Filter.js";
71
+ import { default as Ue } from "./FilterAlt.js";
72
+ import { default as He } from "./Folder.js";
73
+ import { default as We } from "./FondosExtranjero.js";
74
+ import { default as ze } from "./Fumador.js";
75
+ import { default as Te } from "./HeadsetMic.js";
76
+ import { default as Ge } from "./HeightIcon.js";
77
+ import { default as Je } from "./Help.js";
78
+ import { default as Xe } from "./HistorialIcon.js";
79
+ import { default as Ze } from "./IdCodigoBroker.js";
80
+ import { default as $e } from "./Info.js";
81
+ import { default as er } from "./InfoFinanciera.js";
82
+ import { default as ar } from "./KeyboardArrowDown.js";
83
+ import { default as fr } from "./KeyboardArrowUp.js";
84
+ import { default as dr } from "./LocationOn.js";
85
+ import { default as ur } from "./LocationSearching.js";
86
+ import { default as mr } from "./LockIcon.js";
87
+ import { default as nr } from "./LogOut.js";
88
+ import { default as cr } from "./MailIcon.js";
89
+ import { default as Ir } from "./Male.js";
90
+ import { default as hr } from "./MasAcciones.js";
91
+ import { default as Pr } from "./Mastercard.js";
92
+ import { default as Rr } from "./MastercardRounded.js";
93
+ import { default as gr } from "./Medical.js";
94
+ import { default as Fr } from "./Menu.js";
95
+ import { default as Mr } from "./MoreVert.js";
96
+ import { default as Br } from "./NextIcon.js";
97
+ import { default as Er } from "./Notes.js";
98
+ import { default as Ur } from "./Notifications.js";
99
+ import { default as Hr } from "./NumPolizaIcon.js";
100
+ import { default as Wr } from "./OpenInFull.js";
101
+ import { default as zr } from "./Paid.js";
102
+ import { default as Tr } from "./Password.js";
103
+ import { default as Gr } from "./Pep.js";
104
+ import { default as Jr } from "./Person.js";
105
+ import { default as Xr } from "./PersonCancel.js";
106
+ import { default as Zr } from "./PersonRemove.js";
107
+ import { default as $r } from "./PetSupplies.js";
108
+ import { default as ea } from "./PhotoLibrary.js";
109
+ import { default as aa } from "./Planet.js";
110
+ import { default as fa } from "./PolizaIcon.js";
111
+ import { default as da } from "./PriceChange.js";
112
+ import { default as ua } from "./ProductIcon.js";
113
+ import { default as ma } from "./Public.js";
114
+ import { default as na } from "./ReembolsosIcon.js";
115
+ import { default as ca } from "./Reenviar.js";
116
+ import { default as Ia } from "./Refresh.js";
117
+ import { default as ha } from "./Renovaciones.js";
118
+ import { default as Pa } from "./Replay.js";
119
+ import { default as Ra } from "./Reply.js";
120
+ import { default as ga } from "./RestoreFromTrash.js";
121
+ import { default as Fa } from "./SearchIcon.js";
122
+ import { default as Ma } from "./Send.js";
123
+ import { default as Ba } from "./Share.js";
124
+ import { default as Ea } from "./ShieldWithHeart.js";
125
+ import { default as Ua } from "./SmallFamily.js";
126
+ import { default as Ha } from "./Smartphone.js";
127
+ import { default as Wa } from "./SortArrowsAsc.js";
128
+ import { default as za } from "./SortArrowsDefault.js";
129
+ import { default as Ta } from "./SortArrowsDesc.js";
130
+ import { default as Ga } from "./StepBlocked.js";
131
+ import { default as Ja } from "./StepDone.js";
132
+ import { default as Xa } from "./StepInProgress.js";
133
+ import { default as Za } from "./StepPending.js";
134
+ import { default as $a } from "./Tutoriales.js";
135
+ import { default as et } from "./UnfoldMore.js";
136
+ import { default as at } from "./Upload.js";
137
+ import { default as ft } from "./VerifiedUser.js";
138
+ import { default as dt } from "./Visa.js";
139
+ import { default as ut } from "./VisaRounded.js";
140
+ import { default as mt } from "./Visibility.js";
141
+ import { default as nt } from "./VisibilityOff.js";
142
+ import { default as ct } from "./Warning.js";
143
+ import { default as It } from "./WeightIcon.js";
144
+ import { default as ht } from "./Whatsapp.js";
143
145
  export {
144
146
  A as AccountBalance,
145
147
  D as AccountCircle,
@@ -156,7 +158,7 @@ export {
156
158
  r as ArrowDown,
157
159
  t as ArrowUp,
158
160
  K as ArrowsOutward,
159
- G as Article,
161
+ j as Article,
160
162
  q as AttachFile,
161
163
  Q as BmiAhorro,
162
164
  Y as BmiLogoWhite,
@@ -170,117 +172,119 @@ export {
170
172
  no as CheckIcon,
171
173
  co as Checkbook,
172
174
  Io as ChevronLeft,
173
- ho as Close,
174
- Po as CloseDrawer,
175
- Ro as ColectivosIcon,
175
+ ho as Circle,
176
+ Po as Close,
177
+ Ro as CloseDrawer,
178
+ go as ColectivosIcon,
176
179
  s as Colombia,
177
- go as Comisiones,
178
- Fo as CompareArrows,
179
- Mo as ComputerCancel,
180
- Bo as ComunicacionesIcon,
181
- Eo as Contacto,
182
- Uo as ContentCopy,
183
- Ho as ConyugeIcon,
184
- Wo as CorporateFare,
180
+ Fo as Comisiones,
181
+ Mo as CompareArrows,
182
+ Bo as ComputerCancel,
183
+ Eo as ComunicacionesIcon,
184
+ Uo as Contacto,
185
+ Ho as ContentCopy,
186
+ Wo as ConyugeIcon,
187
+ zo as CorporateFare,
185
188
  l as CostaRica,
186
- zo as CotizacionesIcon,
187
- jo as Credentials,
188
- To as CreditCard,
189
- Jo as CurrencyExchange,
190
- Xo as DashboardIcon,
191
- Zo as DatosIcon,
192
- $o as Delete,
193
- ee as DeniedIcon,
194
- ae as Diagnosis,
195
- fe as Diners,
196
- de as DinersRounded,
197
- ue as Discover,
198
- me as DiscoverRounded,
199
- ne as Distance,
200
- ce as Documentos,
201
- Ie as Dot,
202
- he as DownloadIcon,
189
+ To as CotizacionesIcon,
190
+ Go as Credentials,
191
+ Jo as CreditCard,
192
+ Xo as CurrencyExchange,
193
+ Zo as DashboardIcon,
194
+ $o as DatosIcon,
195
+ ee as Delete,
196
+ ae as DeniedIcon,
197
+ fe as Diagnosis,
198
+ de as Diners,
199
+ ue as DinersRounded,
200
+ me as Discover,
201
+ ne as DiscoverRounded,
202
+ ce as Distance,
203
+ Ie as Documentos,
204
+ he as Dot,
205
+ Pe as DownloadIcon,
203
206
  p as Ecuador,
204
- Pe as EditIcon,
205
- Re as EstadosUnidos,
206
- ge as Europa,
207
- Fe as FallbackCardRounded,
208
- Me as Female,
209
- Be as Filter,
210
- Ee as FilterAlt,
211
- Ue as Folder,
212
- He as FondosExtranjero,
213
- We as Fumador,
207
+ Re as EditIcon,
208
+ ge as EstadosUnidos,
209
+ Fe as Europa,
210
+ Me as FallbackCardRounded,
211
+ Be as Female,
212
+ Ee as Filter,
213
+ Ue as FilterAlt,
214
+ He as Folder,
215
+ We as FondosExtranjero,
216
+ ze as Fumador,
214
217
  x as Guatemala,
215
- ze as HeadsetMic,
216
- je as HeightIcon,
217
- Te as Help,
218
- Je as HistorialIcon,
219
- Xe as IdCodigoBroker,
220
- Ze as Info,
221
- $e as InfoFinanciera,
218
+ Te as HeadsetMic,
219
+ Ge as HeightIcon,
220
+ Je as Help,
221
+ Xe as HistorialIcon,
222
+ Ze as IdCodigoBroker,
223
+ $e as Info,
224
+ er as InfoFinanciera,
222
225
  i as Internacional,
223
- er as KeyboardArrowDown,
224
- ar as KeyboardArrowUp,
225
- fr as LocationOn,
226
- dr as LocationSearching,
227
- ur as LockIcon,
228
- mr as LogOut,
229
- nr as MailIcon,
230
- cr as Male,
231
- Ir as MasAcciones,
232
- hr as Mastercard,
233
- Pr as MastercardRounded,
234
- Rr as Medical,
235
- gr as Menu,
236
- Fr as MoreVert,
237
- Mr as NextIcon,
238
- Br as Notes,
239
- Er as Notifications,
240
- Ur as NumPolizaIcon,
241
- Hr as OpenInFull,
242
- Wr as Paid,
243
- zr as Password,
244
- jr as Pep,
245
- Tr as Person,
246
- Jr as PersonCancel,
247
- Xr as PersonRemove,
248
- Zr as PetSupplies,
249
- $r as PhotoLibrary,
250
- ea as Planet,
251
- aa as PolizaIcon,
252
- fa as PriceChange,
253
- da as ProductIcon,
254
- ua as Public,
255
- ma as ReembolsosIcon,
256
- na as Reenviar,
257
- ca as Refresh,
258
- Ia as Renovaciones,
226
+ ar as KeyboardArrowDown,
227
+ fr as KeyboardArrowUp,
228
+ dr as LocationOn,
229
+ ur as LocationSearching,
230
+ mr as LockIcon,
231
+ nr as LogOut,
232
+ cr as MailIcon,
233
+ Ir as Male,
234
+ hr as MasAcciones,
235
+ Pr as Mastercard,
236
+ Rr as MastercardRounded,
237
+ gr as Medical,
238
+ Fr as Menu,
239
+ Mr as MoreVert,
240
+ Br as NextIcon,
241
+ Er as Notes,
242
+ Ur as Notifications,
243
+ Hr as NumPolizaIcon,
244
+ Wr as OpenInFull,
245
+ zr as Paid,
246
+ Tr as Password,
247
+ Gr as Pep,
248
+ Jr as Person,
249
+ Xr as PersonCancel,
250
+ Zr as PersonRemove,
251
+ $r as PetSupplies,
252
+ ea as PhotoLibrary,
253
+ aa as Planet,
254
+ fa as PolizaIcon,
255
+ da as PriceChange,
256
+ ua as ProductIcon,
257
+ ma as Public,
258
+ na as ReembolsosIcon,
259
+ ca as Reenviar,
260
+ Ia as Refresh,
261
+ ha as Renovaciones,
259
262
  C as RepDominicana,
260
- ha as Replay,
261
- Pa as Reply,
262
- Ra as SearchIcon,
263
- ga as Send,
264
- Fa as Share,
265
- Ma as ShieldWithHeart,
266
- Ba as SmallFamily,
267
- Ea as Smartphone,
268
- Ua as SortArrowsAsc,
269
- Ha as SortArrowsDefault,
270
- Wa as SortArrowsDesc,
271
- za as StepBlocked,
272
- ja as StepDone,
273
- Ta as StepInProgress,
274
- Ja as StepPending,
275
- Xa as Tutoriales,
276
- Za as UnfoldMore,
277
- $a as Upload,
278
- et as VerifiedUser,
279
- at as Visa,
280
- ft as VisaRounded,
281
- dt as Visibility,
282
- ut as VisibilityOff,
283
- mt as Warning,
284
- nt as WeightIcon,
285
- ct as Whatsapp
263
+ Pa as Replay,
264
+ Ra as Reply,
265
+ ga as RestoreFromTrash,
266
+ Fa as SearchIcon,
267
+ Ma as Send,
268
+ Ba as Share,
269
+ Ea as ShieldWithHeart,
270
+ Ua as SmallFamily,
271
+ Ha as Smartphone,
272
+ Wa as SortArrowsAsc,
273
+ za as SortArrowsDefault,
274
+ Ta as SortArrowsDesc,
275
+ Ga as StepBlocked,
276
+ Ja as StepDone,
277
+ Xa as StepInProgress,
278
+ Za as StepPending,
279
+ $a as Tutoriales,
280
+ et as UnfoldMore,
281
+ at as Upload,
282
+ ft as VerifiedUser,
283
+ dt as Visa,
284
+ ut as VisaRounded,
285
+ mt as Visibility,
286
+ nt as VisibilityOff,
287
+ ct as Warning,
288
+ It as WeightIcon,
289
+ ht as Whatsapp
286
290
  };
@@ -44,6 +44,7 @@ export { default as CheckIcon } from './components/CheckIcon';
44
44
  export { default as Checkbook } from './components/Checkbook';
45
45
  export { default as ChevronLeft } from './components/ChevronLeft';
46
46
  export { default as ChevronRight } from './components/ChevronRight';
47
+ export { default as Circle } from './components/Circle';
47
48
  export { default as Close } from './components/Close';
48
49
  export { default as CloseDrawer } from './components/CloseDrawer';
49
50
  export { default as ClosePanel } from './components/ClosePanel';
@@ -155,7 +156,9 @@ export { default as Renovaciones } from './components/Renovaciones';
155
156
  export { default as RepDominicana } from './components/RepDominicana';
156
157
  export { default as Replay } from './components/Replay';
157
158
  export { default as Reply } from './components/Reply';
159
+ export { default as RestoreFromTrash } from './components/RestoreFromTrash';
158
160
  export { default as Riñones } from './components/Riñones';
161
+ export { default as Save } from './components/Save';
159
162
  export { default as Schedule } from './components/Schedule';
160
163
  export { default as SearchIcon } from './components/SearchIcon';
161
164
  export { default as Send } from './components/Send';