bmi-next-brokers 2.4.2 → 2.4.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/components/navbar/index.js +15 -14
- package/dist/icons/Icon.js +1 -1
- package/dist/icons/components/GridView.d.ts +3 -0
- package/dist/icons/components/GridView.js +10 -0
- package/dist/icons/components/index.d.ts +1 -0
- package/dist/icons/components/index.js +162 -160
- package/dist/icons/index.d.ts +1 -0
- package/dist/icons/index.js +214 -212
- package/dist/index-CM42GrWd.js +396 -0
- package/package.json +1 -1
- package/dist/index-dq5FUhsO.js +0 -394
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as n, jsxs as r } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef as B, useState as v } from "react";
|
|
3
|
-
import { Icon as
|
|
3
|
+
import { Icon as l } from "../../icons/Icon.js";
|
|
4
4
|
import { MenuItem as m } from "./menuItem/index.js";
|
|
5
5
|
import '../../assets/index2.css';const N = "_sidebar_gnx5r_1", f = "_open_gnx5r_17", C = "_content_gnx5r_21", w = "_header_gnx5r_28", L = "_toggleButton_gnx5r_43", D = "_ahorro_gnx5r_56", j = "_menuList_gnx5r_65", k = "_bottomDiv_gnx5r_81", o = {
|
|
6
6
|
sidebar: N,
|
|
@@ -15,14 +15,14 @@ import '../../assets/index2.css';const N = "_sidebar_gnx5r_1", f = "_open_gnx5r_
|
|
|
15
15
|
({
|
|
16
16
|
options: d,
|
|
17
17
|
className: _,
|
|
18
|
-
activeItem:
|
|
18
|
+
activeItem: c,
|
|
19
19
|
withConfig: g = !1,
|
|
20
20
|
configAction: s,
|
|
21
|
-
type:
|
|
21
|
+
type: a = "next",
|
|
22
22
|
...p
|
|
23
23
|
}, u) => {
|
|
24
|
-
const [e, x] = v(!0), t =
|
|
25
|
-
x((
|
|
24
|
+
const [e, x] = v(!0), t = a === "ahorro", $ = t ? e ? "BmiAhorro" : "BmiCollapsed" : e ? "BmiLogo" : "BmiCollapsed", h = () => {
|
|
25
|
+
x((i) => !i);
|
|
26
26
|
};
|
|
27
27
|
return /* @__PURE__ */ n(
|
|
28
28
|
"aside",
|
|
@@ -33,10 +33,10 @@ import '../../assets/index2.css';const N = "_sidebar_gnx5r_1", f = "_open_gnx5r_
|
|
|
33
33
|
children: /* @__PURE__ */ r("div", { className: o.content, children: [
|
|
34
34
|
/* @__PURE__ */ r("header", { className: `${o.header} ${e && o.open}`, children: [
|
|
35
35
|
/* @__PURE__ */ n(
|
|
36
|
-
|
|
36
|
+
l,
|
|
37
37
|
{
|
|
38
38
|
name: $,
|
|
39
|
-
width: e ? 110 : 26.62,
|
|
39
|
+
width: e ? t ? 78 : 110 : 26.62,
|
|
40
40
|
height: t ? 65 : 32
|
|
41
41
|
}
|
|
42
42
|
),
|
|
@@ -45,18 +45,18 @@ import '../../assets/index2.css';const N = "_sidebar_gnx5r_1", f = "_open_gnx5r_
|
|
|
45
45
|
{
|
|
46
46
|
className: `${o.toggleButton} ${t ? o.ahorro : ""}`,
|
|
47
47
|
onClick: h,
|
|
48
|
-
children: /* @__PURE__ */ n(
|
|
48
|
+
children: /* @__PURE__ */ n(l, { name: "ClosePanel", width: 20, height: 20 })
|
|
49
49
|
}
|
|
50
50
|
)
|
|
51
51
|
] }),
|
|
52
52
|
/* @__PURE__ */ r("ul", { className: o.menuList, children: [
|
|
53
|
-
d.map((
|
|
53
|
+
d.map((i, b) => /* @__PURE__ */ n(
|
|
54
54
|
m,
|
|
55
55
|
{
|
|
56
|
-
option:
|
|
57
|
-
activeItem:
|
|
56
|
+
option: i,
|
|
57
|
+
activeItem: c,
|
|
58
58
|
open: e,
|
|
59
|
-
type:
|
|
59
|
+
type: a
|
|
60
60
|
},
|
|
61
61
|
b
|
|
62
62
|
)),
|
|
@@ -66,7 +66,7 @@ import '../../assets/index2.css';const N = "_sidebar_gnx5r_1", f = "_open_gnx5r_
|
|
|
66
66
|
{
|
|
67
67
|
className: `${o.toggleButton} ${t ? o.ahorro : ""}`,
|
|
68
68
|
onClick: h,
|
|
69
|
-
children: /* @__PURE__ */ n(
|
|
69
|
+
children: /* @__PURE__ */ n(l, { name: "OpenPanel", width: 20, height: 20 })
|
|
70
70
|
}
|
|
71
71
|
),
|
|
72
72
|
g && /* @__PURE__ */ n(
|
|
@@ -79,7 +79,8 @@ import '../../assets/index2.css';const N = "_sidebar_gnx5r_1", f = "_open_gnx5r_
|
|
|
79
79
|
iconBefore: "ArrowRight"
|
|
80
80
|
},
|
|
81
81
|
open: e,
|
|
82
|
-
activeItem:
|
|
82
|
+
activeItem: c,
|
|
83
|
+
type: a
|
|
83
84
|
}
|
|
84
85
|
)
|
|
85
86
|
] })
|
package/dist/icons/Icon.js
CHANGED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { jsxs as t, jsx as e } from "react/jsx-runtime";
|
|
2
|
+
const s = (i) => /* @__PURE__ */ t("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 20 20", width: "1em", height: "1em", ...i, children: [
|
|
3
|
+
/* @__PURE__ */ e("mask", { id: "grid_view_svg__a", width: 20, height: 20, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: {
|
|
4
|
+
maskType: "alpha"
|
|
5
|
+
}, children: /* @__PURE__ */ e("path", { fill: "currentColor", d: "M0 0h20v20H0z" }) }),
|
|
6
|
+
/* @__PURE__ */ e("g", { mask: "url(#grid_view_svg__a)", children: /* @__PURE__ */ e("path", { fill: "#2054A5", d: "M4.167 9.167q-.688 0-1.177-.49A1.6 1.6 0 0 1 2.5 7.5V4.167q0-.688.49-1.177.489-.49 1.177-.49H7.5q.687 0 1.177.49.49.489.49 1.177V7.5q0 .687-.49 1.177t-1.177.49zm0 8.333q-.688 0-1.177-.49a1.6 1.6 0 0 1-.49-1.177V12.5q0-.687.49-1.177.489-.49 1.177-.49H7.5q.687 0 1.177.49t.49 1.177v3.333q0 .688-.49 1.177T7.5 17.5zM12.5 9.167q-.687 0-1.177-.49a1.6 1.6 0 0 1-.49-1.177V4.167q0-.688.49-1.177T12.5 2.5h3.333q.688 0 1.177.49.49.489.49 1.177V7.5q0 .687-.49 1.177-.489.49-1.177.49zm0 8.333q-.687 0-1.177-.49a1.6 1.6 0 0 1-.49-1.177V12.5q0-.687.49-1.177t1.177-.49h3.333q.688 0 1.177.49t.49 1.177v3.333q0 .688-.49 1.177-.489.49-1.177.49zm-8.333-10H7.5V4.167H4.167zm8.333 0h3.333V4.167H12.5zm0 8.333h3.333V12.5H12.5zm-8.333 0H7.5V12.5H4.167z" }) })
|
|
7
|
+
] });
|
|
8
|
+
export {
|
|
9
|
+
s as default
|
|
10
|
+
};
|
|
@@ -72,6 +72,7 @@ export { default as FilterAlt } from './FilterAlt';
|
|
|
72
72
|
export { default as Folder } from './Folder';
|
|
73
73
|
export { default as FondosExtranjero } from './FondosExtranjero';
|
|
74
74
|
export { default as Fumador } from './Fumador';
|
|
75
|
+
export { default as GridView } from './GridView';
|
|
75
76
|
export { default as HeadsetMic } from './HeadsetMic';
|
|
76
77
|
export { default as HeightIcon } from './HeightIcon';
|
|
77
78
|
export { default as Help } from './Help';
|
|
@@ -8,18 +8,18 @@ import { default as i } from "./Internacional.js";
|
|
|
8
8
|
import { default as C } from "./RepDominicana.js";
|
|
9
9
|
import { default as A } from "./AccountBalance.js";
|
|
10
10
|
import { default as D } from "./AccountCircle.js";
|
|
11
|
-
import { default as
|
|
11
|
+
import { default as P } from "./Add.js";
|
|
12
12
|
import { default as S } from "./AddAPhoto.js";
|
|
13
13
|
import { default as b } from "./AddIcon.js";
|
|
14
14
|
import { default as y } from "./AdminMeds.js";
|
|
15
15
|
import { default as k } from "./AlertIcon.js";
|
|
16
16
|
import { default as v } from "./AmericanExpress.js";
|
|
17
17
|
import { default as L } from "./AmericanExpressRounded.js";
|
|
18
|
-
import { default as
|
|
18
|
+
import { default as U } from "./Apnfd.js";
|
|
19
19
|
import { default as O } from "./Approve.js";
|
|
20
20
|
import { default as N } from "./ArrowBack.js";
|
|
21
|
-
import { default as
|
|
22
|
-
import { default as
|
|
21
|
+
import { default as G } from "./ArrowsOutward.js";
|
|
22
|
+
import { default as T } 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";
|
|
@@ -34,19 +34,19 @@ 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
36
|
import { default as ho } from "./Circle.js";
|
|
37
|
-
import { default as
|
|
37
|
+
import { default as wo } from "./Close.js";
|
|
38
38
|
import { default as Ro } from "./CloseDrawer.js";
|
|
39
39
|
import { default as go } from "./ColectivosIcon.js";
|
|
40
40
|
import { default as Fo } from "./Comisiones.js";
|
|
41
41
|
import { default as Mo } from "./CompareArrows.js";
|
|
42
42
|
import { default as Bo } from "./ComputerCancel.js";
|
|
43
43
|
import { default as Eo } from "./ComunicacionesIcon.js";
|
|
44
|
-
import { default as
|
|
44
|
+
import { default as Vo } from "./Contacto.js";
|
|
45
45
|
import { default as Ho } from "./ContentCopy.js";
|
|
46
46
|
import { default as Wo } from "./ConyugeIcon.js";
|
|
47
47
|
import { default as zo } from "./CorporateFare.js";
|
|
48
|
-
import { default as
|
|
49
|
-
import { default as
|
|
48
|
+
import { default as Ko } from "./CotizacionesIcon.js";
|
|
49
|
+
import { default as jo } from "./Credentials.js";
|
|
50
50
|
import { default as Jo } from "./CreditCard.js";
|
|
51
51
|
import { default as Xo } from "./CurrencyExchange.js";
|
|
52
52
|
import { default as Zo } from "./DashboardIcon.js";
|
|
@@ -61,104 +61,105 @@ import { default as ne } from "./DiscoverRounded.js";
|
|
|
61
61
|
import { default as ce } from "./Distance.js";
|
|
62
62
|
import { default as Ie } from "./Documentos.js";
|
|
63
63
|
import { default as he } from "./Dot.js";
|
|
64
|
-
import { default as
|
|
64
|
+
import { default as we } from "./DownloadIcon.js";
|
|
65
65
|
import { default as Re } from "./EditIcon.js";
|
|
66
66
|
import { default as ge } from "./EstadosUnidos.js";
|
|
67
67
|
import { default as Fe } from "./Europa.js";
|
|
68
68
|
import { default as Me } from "./FallbackCardRounded.js";
|
|
69
69
|
import { default as Be } from "./Female.js";
|
|
70
70
|
import { default as Ee } from "./Filter.js";
|
|
71
|
-
import { default as
|
|
71
|
+
import { default as Ve } from "./FilterAlt.js";
|
|
72
72
|
import { default as He } from "./Folder.js";
|
|
73
73
|
import { default as We } from "./FondosExtranjero.js";
|
|
74
74
|
import { default as ze } from "./Fumador.js";
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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 "./
|
|
143
|
-
import { default as It } from "./
|
|
144
|
-
import { default as ht } from "./
|
|
75
|
+
import { default as Ke } from "./GridView.js";
|
|
76
|
+
import { default as je } from "./HeadsetMic.js";
|
|
77
|
+
import { default as Je } from "./HeightIcon.js";
|
|
78
|
+
import { default as Xe } from "./Help.js";
|
|
79
|
+
import { default as Ze } from "./HistorialIcon.js";
|
|
80
|
+
import { default as $e } from "./IdCodigoBroker.js";
|
|
81
|
+
import { default as er } from "./Info.js";
|
|
82
|
+
import { default as ar } from "./InfoFinanciera.js";
|
|
83
|
+
import { default as fr } from "./KeyboardArrowDown.js";
|
|
84
|
+
import { default as dr } from "./KeyboardArrowUp.js";
|
|
85
|
+
import { default as ur } from "./LocationOn.js";
|
|
86
|
+
import { default as mr } from "./LocationSearching.js";
|
|
87
|
+
import { default as nr } from "./LockIcon.js";
|
|
88
|
+
import { default as cr } from "./LogOut.js";
|
|
89
|
+
import { default as Ir } from "./MailIcon.js";
|
|
90
|
+
import { default as hr } from "./Male.js";
|
|
91
|
+
import { default as wr } from "./MasAcciones.js";
|
|
92
|
+
import { default as Rr } from "./Mastercard.js";
|
|
93
|
+
import { default as gr } from "./MastercardRounded.js";
|
|
94
|
+
import { default as Fr } from "./Medical.js";
|
|
95
|
+
import { default as Mr } from "./Menu.js";
|
|
96
|
+
import { default as Br } from "./MoreVert.js";
|
|
97
|
+
import { default as Er } from "./NextIcon.js";
|
|
98
|
+
import { default as Vr } from "./Notes.js";
|
|
99
|
+
import { default as Hr } from "./Notifications.js";
|
|
100
|
+
import { default as Wr } from "./NumPolizaIcon.js";
|
|
101
|
+
import { default as zr } from "./OpenInFull.js";
|
|
102
|
+
import { default as Kr } from "./Paid.js";
|
|
103
|
+
import { default as jr } from "./Password.js";
|
|
104
|
+
import { default as Jr } from "./Pep.js";
|
|
105
|
+
import { default as Xr } from "./Person.js";
|
|
106
|
+
import { default as Zr } from "./PersonCancel.js";
|
|
107
|
+
import { default as $r } from "./PersonRemove.js";
|
|
108
|
+
import { default as ea } from "./PetSupplies.js";
|
|
109
|
+
import { default as aa } from "./PhotoLibrary.js";
|
|
110
|
+
import { default as fa } from "./Planet.js";
|
|
111
|
+
import { default as da } from "./PolizaIcon.js";
|
|
112
|
+
import { default as ua } from "./PriceChange.js";
|
|
113
|
+
import { default as ma } from "./ProductIcon.js";
|
|
114
|
+
import { default as na } from "./Public.js";
|
|
115
|
+
import { default as ca } from "./ReembolsosIcon.js";
|
|
116
|
+
import { default as Ia } from "./Reenviar.js";
|
|
117
|
+
import { default as ha } from "./Refresh.js";
|
|
118
|
+
import { default as wa } from "./Renovaciones.js";
|
|
119
|
+
import { default as Ra } from "./Replay.js";
|
|
120
|
+
import { default as ga } from "./Reply.js";
|
|
121
|
+
import { default as Fa } from "./RestoreFromTrash.js";
|
|
122
|
+
import { default as Ma } from "./SearchIcon.js";
|
|
123
|
+
import { default as Ba } from "./Send.js";
|
|
124
|
+
import { default as Ea } from "./Share.js";
|
|
125
|
+
import { default as Va } from "./ShieldWithHeart.js";
|
|
126
|
+
import { default as Ha } from "./SmallFamily.js";
|
|
127
|
+
import { default as Wa } from "./Smartphone.js";
|
|
128
|
+
import { default as za } from "./SortArrowsAsc.js";
|
|
129
|
+
import { default as Ka } from "./SortArrowsDefault.js";
|
|
130
|
+
import { default as ja } from "./SortArrowsDesc.js";
|
|
131
|
+
import { default as Ja } from "./StepBlocked.js";
|
|
132
|
+
import { default as Xa } from "./StepDone.js";
|
|
133
|
+
import { default as Za } from "./StepInProgress.js";
|
|
134
|
+
import { default as $a } from "./StepPending.js";
|
|
135
|
+
import { default as et } from "./Tutoriales.js";
|
|
136
|
+
import { default as at } from "./UnfoldMore.js";
|
|
137
|
+
import { default as ft } from "./Upload.js";
|
|
138
|
+
import { default as dt } from "./VerifiedUser.js";
|
|
139
|
+
import { default as ut } from "./Visa.js";
|
|
140
|
+
import { default as mt } from "./VisaRounded.js";
|
|
141
|
+
import { default as nt } from "./Visibility.js";
|
|
142
|
+
import { default as ct } from "./VisibilityOff.js";
|
|
143
|
+
import { default as It } from "./Warning.js";
|
|
144
|
+
import { default as ht } from "./WeightIcon.js";
|
|
145
|
+
import { default as wt } from "./Whatsapp.js";
|
|
145
146
|
export {
|
|
146
147
|
A as AccountBalance,
|
|
147
148
|
D as AccountCircle,
|
|
148
|
-
|
|
149
|
+
P as Add,
|
|
149
150
|
S as AddAPhoto,
|
|
150
151
|
b as AddIcon,
|
|
151
152
|
y as AdminMeds,
|
|
152
153
|
k as AlertIcon,
|
|
153
154
|
v as AmericanExpress,
|
|
154
155
|
L as AmericanExpressRounded,
|
|
155
|
-
|
|
156
|
+
U as Apnfd,
|
|
156
157
|
O as Approve,
|
|
157
158
|
N as ArrowBack,
|
|
158
159
|
r as ArrowDown,
|
|
159
160
|
t as ArrowUp,
|
|
160
|
-
|
|
161
|
-
|
|
161
|
+
G as ArrowsOutward,
|
|
162
|
+
T as Article,
|
|
162
163
|
q as AttachFile,
|
|
163
164
|
Q as BmiAhorro,
|
|
164
165
|
Y as BmiLogoWhite,
|
|
@@ -173,7 +174,7 @@ export {
|
|
|
173
174
|
co as Checkbook,
|
|
174
175
|
Io as ChevronLeft,
|
|
175
176
|
ho as Circle,
|
|
176
|
-
|
|
177
|
+
wo as Close,
|
|
177
178
|
Ro as CloseDrawer,
|
|
178
179
|
go as ColectivosIcon,
|
|
179
180
|
s as Colombia,
|
|
@@ -181,13 +182,13 @@ export {
|
|
|
181
182
|
Mo as CompareArrows,
|
|
182
183
|
Bo as ComputerCancel,
|
|
183
184
|
Eo as ComunicacionesIcon,
|
|
184
|
-
|
|
185
|
+
Vo as Contacto,
|
|
185
186
|
Ho as ContentCopy,
|
|
186
187
|
Wo as ConyugeIcon,
|
|
187
188
|
zo as CorporateFare,
|
|
188
189
|
l as CostaRica,
|
|
189
|
-
|
|
190
|
-
|
|
190
|
+
Ko as CotizacionesIcon,
|
|
191
|
+
jo as Credentials,
|
|
191
192
|
Jo as CreditCard,
|
|
192
193
|
Xo as CurrencyExchange,
|
|
193
194
|
Zo as DashboardIcon,
|
|
@@ -202,7 +203,7 @@ export {
|
|
|
202
203
|
ce as Distance,
|
|
203
204
|
Ie as Documentos,
|
|
204
205
|
he as Dot,
|
|
205
|
-
|
|
206
|
+
we as DownloadIcon,
|
|
206
207
|
p as Ecuador,
|
|
207
208
|
Re as EditIcon,
|
|
208
209
|
ge as EstadosUnidos,
|
|
@@ -210,81 +211,82 @@ export {
|
|
|
210
211
|
Me as FallbackCardRounded,
|
|
211
212
|
Be as Female,
|
|
212
213
|
Ee as Filter,
|
|
213
|
-
|
|
214
|
+
Ve as FilterAlt,
|
|
214
215
|
He as Folder,
|
|
215
216
|
We as FondosExtranjero,
|
|
216
217
|
ze as Fumador,
|
|
218
|
+
Ke as GridView,
|
|
217
219
|
x as Guatemala,
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
220
|
+
je as HeadsetMic,
|
|
221
|
+
Je as HeightIcon,
|
|
222
|
+
Xe as Help,
|
|
223
|
+
Ze as HistorialIcon,
|
|
224
|
+
$e as IdCodigoBroker,
|
|
225
|
+
er as Info,
|
|
226
|
+
ar as InfoFinanciera,
|
|
225
227
|
i as Internacional,
|
|
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
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
228
|
+
fr as KeyboardArrowDown,
|
|
229
|
+
dr as KeyboardArrowUp,
|
|
230
|
+
ur as LocationOn,
|
|
231
|
+
mr as LocationSearching,
|
|
232
|
+
nr as LockIcon,
|
|
233
|
+
cr as LogOut,
|
|
234
|
+
Ir as MailIcon,
|
|
235
|
+
hr as Male,
|
|
236
|
+
wr as MasAcciones,
|
|
237
|
+
Rr as Mastercard,
|
|
238
|
+
gr as MastercardRounded,
|
|
239
|
+
Fr as Medical,
|
|
240
|
+
Mr as Menu,
|
|
241
|
+
Br as MoreVert,
|
|
242
|
+
Er as NextIcon,
|
|
243
|
+
Vr as Notes,
|
|
244
|
+
Hr as Notifications,
|
|
245
|
+
Wr as NumPolizaIcon,
|
|
246
|
+
zr as OpenInFull,
|
|
247
|
+
Kr as Paid,
|
|
248
|
+
jr as Password,
|
|
249
|
+
Jr as Pep,
|
|
250
|
+
Xr as Person,
|
|
251
|
+
Zr as PersonCancel,
|
|
252
|
+
$r as PersonRemove,
|
|
253
|
+
ea as PetSupplies,
|
|
254
|
+
aa as PhotoLibrary,
|
|
255
|
+
fa as Planet,
|
|
256
|
+
da as PolizaIcon,
|
|
257
|
+
ua as PriceChange,
|
|
258
|
+
ma as ProductIcon,
|
|
259
|
+
na as Public,
|
|
260
|
+
ca as ReembolsosIcon,
|
|
261
|
+
Ia as Reenviar,
|
|
262
|
+
ha as Refresh,
|
|
263
|
+
wa as Renovaciones,
|
|
262
264
|
C as RepDominicana,
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
265
|
+
Ra as Replay,
|
|
266
|
+
ga as Reply,
|
|
267
|
+
Fa as RestoreFromTrash,
|
|
268
|
+
Ma as SearchIcon,
|
|
269
|
+
Ba as Send,
|
|
270
|
+
Ea as Share,
|
|
271
|
+
Va as ShieldWithHeart,
|
|
272
|
+
Ha as SmallFamily,
|
|
273
|
+
Wa as Smartphone,
|
|
274
|
+
za as SortArrowsAsc,
|
|
275
|
+
Ka as SortArrowsDefault,
|
|
276
|
+
ja as SortArrowsDesc,
|
|
277
|
+
Ja as StepBlocked,
|
|
278
|
+
Xa as StepDone,
|
|
279
|
+
Za as StepInProgress,
|
|
280
|
+
$a as StepPending,
|
|
281
|
+
et as Tutoriales,
|
|
282
|
+
at as UnfoldMore,
|
|
283
|
+
ft as Upload,
|
|
284
|
+
dt as VerifiedUser,
|
|
285
|
+
ut as Visa,
|
|
286
|
+
mt as VisaRounded,
|
|
287
|
+
nt as Visibility,
|
|
288
|
+
ct as VisibilityOff,
|
|
289
|
+
It as Warning,
|
|
290
|
+
ht as WeightIcon,
|
|
291
|
+
wt as Whatsapp
|
|
290
292
|
};
|
package/dist/icons/index.d.ts
CHANGED
|
@@ -94,6 +94,7 @@ export { default as Folder } from './components/Folder';
|
|
|
94
94
|
export { default as FondosExtranjero } from './components/FondosExtranjero';
|
|
95
95
|
export { default as Fumador } from './components/Fumador';
|
|
96
96
|
export { default as Ginecologia } from './components/Ginecologia';
|
|
97
|
+
export { default as GridView } from './components/GridView';
|
|
97
98
|
export { default as Guatemala } from './components/Guatemala';
|
|
98
99
|
export { default as Handshake } from './components/Handshake';
|
|
99
100
|
export { default as Headset } from './components/Headset';
|