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.
- package/dist/icons/Icon.js +1 -1
- package/dist/icons/components/Circle.d.ts +3 -0
- package/dist/icons/components/Circle.js +39 -0
- package/dist/icons/components/RestoreFromTrash.d.ts +3 -0
- package/dist/icons/components/RestoreFromTrash.js +39 -0
- package/dist/icons/components/Save.d.ts +3 -0
- package/dist/icons/components/Save.js +39 -0
- package/dist/icons/components/index.d.ts +2 -0
- package/dist/icons/components/index.js +220 -216
- package/dist/icons/index.d.ts +3 -0
- package/dist/icons/index.js +302 -296
- package/dist/index-dq5FUhsO.js +394 -0
- package/package.json +1 -1
- package/dist/index-8v4OdgDb.js +0 -388
package/dist/icons/Icon.js
CHANGED
|
@@ -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,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,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
|
|
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 "./
|
|
37
|
-
import { default as Po } from "./
|
|
38
|
-
import { default as Ro } from "./
|
|
39
|
-
import { default as go } from "./
|
|
40
|
-
import { default as Fo } from "./
|
|
41
|
-
import { default as Mo } from "./
|
|
42
|
-
import { default as Bo } from "./
|
|
43
|
-
import { default as Eo } from "./
|
|
44
|
-
import { default as Uo } from "./
|
|
45
|
-
import { default as Ho } from "./
|
|
46
|
-
import { default as Wo } from "./
|
|
47
|
-
import { default as zo } from "./
|
|
48
|
-
import { default as
|
|
49
|
-
import { default as
|
|
50
|
-
import { default as Jo } from "./
|
|
51
|
-
import { default as Xo } from "./
|
|
52
|
-
import { default as Zo } from "./
|
|
53
|
-
import { default as $o } from "./
|
|
54
|
-
import { default as ee } from "./
|
|
55
|
-
import { default as ae } from "./
|
|
56
|
-
import { default as fe } from "./
|
|
57
|
-
import { default as de } from "./
|
|
58
|
-
import { default as ue } from "./
|
|
59
|
-
import { default as me } from "./
|
|
60
|
-
import { default as ne } from "./
|
|
61
|
-
import { default as ce } from "./
|
|
62
|
-
import { default as Ie } from "./
|
|
63
|
-
import { default as he } from "./
|
|
64
|
-
import { default as Pe } from "./
|
|
65
|
-
import { default as Re } from "./
|
|
66
|
-
import { default as ge } from "./
|
|
67
|
-
import { default as Fe } from "./
|
|
68
|
-
import { default as Me } from "./
|
|
69
|
-
import { default as Be } from "./
|
|
70
|
-
import { default as Ee } from "./
|
|
71
|
-
import { default as Ue } from "./
|
|
72
|
-
import { default as He } from "./
|
|
73
|
-
import { default as We } from "./
|
|
74
|
-
import { default as ze } from "./
|
|
75
|
-
import { default as
|
|
76
|
-
import { default as
|
|
77
|
-
import { default as Je } from "./
|
|
78
|
-
import { default as Xe } from "./
|
|
79
|
-
import { default as Ze } from "./
|
|
80
|
-
import { default as $e } from "./
|
|
81
|
-
import { default as er } from "./
|
|
82
|
-
import { default as ar } from "./
|
|
83
|
-
import { default as fr } from "./
|
|
84
|
-
import { default as dr } from "./
|
|
85
|
-
import { default as ur } from "./
|
|
86
|
-
import { default as mr } from "./
|
|
87
|
-
import { default as nr } from "./
|
|
88
|
-
import { default as cr } from "./
|
|
89
|
-
import { default as Ir } from "./
|
|
90
|
-
import { default as hr } from "./
|
|
91
|
-
import { default as Pr } from "./
|
|
92
|
-
import { default as Rr } from "./
|
|
93
|
-
import { default as gr } from "./
|
|
94
|
-
import { default as Fr } from "./
|
|
95
|
-
import { default as Mr } from "./
|
|
96
|
-
import { default as Br } from "./
|
|
97
|
-
import { default as Er } from "./
|
|
98
|
-
import { default as Ur } from "./
|
|
99
|
-
import { default as Hr } from "./
|
|
100
|
-
import { default as Wr } from "./
|
|
101
|
-
import { default as zr } from "./
|
|
102
|
-
import { default as
|
|
103
|
-
import { default as
|
|
104
|
-
import { default as Jr } from "./
|
|
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 ua } from "./
|
|
113
|
-
import { default as ma } from "./
|
|
114
|
-
import { default as na } from "./
|
|
115
|
-
import { default as ca } from "./
|
|
116
|
-
import { default as Ia } from "./
|
|
117
|
-
import { default as ha } from "./
|
|
118
|
-
import { default as Pa } from "./
|
|
119
|
-
import { default as Ra } from "./
|
|
120
|
-
import { default as ga } from "./
|
|
121
|
-
import { default as Fa } from "./
|
|
122
|
-
import { default as Ma } from "./
|
|
123
|
-
import { default as Ba } from "./
|
|
124
|
-
import { default as Ea } 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
|
|
130
|
-
import { default as
|
|
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 ut } from "./
|
|
140
|
-
import { default as mt } from "./
|
|
141
|
-
import { default as nt } from "./
|
|
142
|
-
import { default as ct } from "./
|
|
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
|
-
|
|
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
|
|
174
|
-
Po as
|
|
175
|
-
Ro as
|
|
175
|
+
ho as Circle,
|
|
176
|
+
Po as Close,
|
|
177
|
+
Ro as CloseDrawer,
|
|
178
|
+
go as ColectivosIcon,
|
|
176
179
|
s as Colombia,
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
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
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
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
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
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
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
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
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
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
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
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
|
};
|
package/dist/icons/index.d.ts
CHANGED
|
@@ -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';
|