bmi-next-brokers 1.0.8 → 1.1.0
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/assets/index.css +1 -1
- package/dist/assets/main.css +1 -1
- package/dist/components/badge/index.d.ts +1 -0
- package/dist/components/badge/index.js +27 -24
- package/dist/components/tab/index.js +39 -36
- package/dist/icons/Icon.js +1 -1
- package/dist/icons/components/Notifications.d.ts +3 -0
- package/dist/icons/components/Notifications.js +39 -0
- package/dist/icons/components/index.d.ts +1 -6
- package/dist/icons/components/index.js +166 -176
- package/dist/icons/index.d.ts +1 -1
- package/dist/icons/index.js +44 -44
- package/dist/{index-uhgkulO7.js → index-CRKO7ib4.js} +52 -52
- package/package.json +1 -1
- package/dist/icons/components/RembolsosIcon.d.ts +0 -3
- package/dist/icons/components/RembolsosIcon.js +0 -10
|
@@ -1,20 +1,22 @@
|
|
|
1
|
-
import { jsxs as
|
|
1
|
+
import { jsxs as F, Fragment as I, jsx as v } from "react/jsx-runtime";
|
|
2
2
|
import { Icon as c } from "../../icons/Icon.js";
|
|
3
|
-
import '../../assets/index.css';const
|
|
4
|
-
badge:
|
|
5
|
-
medium:
|
|
6
|
-
small:
|
|
7
|
-
},
|
|
3
|
+
import '../../assets/index.css';const k = "_badge_10wrq_1", p = "_medium_10wrq_14", _ = "_small_10wrq_18", r = {
|
|
4
|
+
badge: k,
|
|
5
|
+
medium: p,
|
|
6
|
+
small: _
|
|
7
|
+
}, $ = ({
|
|
8
8
|
variant: t,
|
|
9
|
+
style: f,
|
|
9
10
|
size: e = "large",
|
|
10
11
|
iconAfter: n,
|
|
11
12
|
iconBefore: a,
|
|
12
13
|
outline: l = !1,
|
|
13
14
|
className: d,
|
|
14
|
-
children:
|
|
15
|
-
|
|
15
|
+
children: g,
|
|
16
|
+
fullWidth: C = !1,
|
|
17
|
+
...A
|
|
16
18
|
}) => {
|
|
17
|
-
const
|
|
19
|
+
const m = {
|
|
18
20
|
small: "small5Medium",
|
|
19
21
|
medium: "small3Medium",
|
|
20
22
|
large: "small3Medium"
|
|
@@ -52,8 +54,8 @@ import '../../assets/index.css';const I = "_badge_lzevs_1", k = "_medium_lzevs_1
|
|
|
52
54
|
outline: "var(--Fill-Negative-Default-Active)"
|
|
53
55
|
},
|
|
54
56
|
disabled: {
|
|
55
|
-
default: "var(--Content-Disabled-Default)",
|
|
56
|
-
outline: "var(--Fill-Disabled-Default)"
|
|
57
|
+
default: "var(--Content-Disabled-Default, #CBD5E1)",
|
|
58
|
+
outline: "var(--Fill-Disabled-Default, #F8FAFC)"
|
|
57
59
|
}
|
|
58
60
|
}, s = {
|
|
59
61
|
brand: {
|
|
@@ -86,9 +88,9 @@ import '../../assets/index.css';const I = "_badge_lzevs_1", k = "_medium_lzevs_1
|
|
|
86
88
|
},
|
|
87
89
|
disabled: {
|
|
88
90
|
default: "var(--Content-Neutral-Default-Default)",
|
|
89
|
-
outline: "var(--Content-Disabled-Default)"
|
|
91
|
+
outline: "var(--Content-Disabled-Default, #CBD5E1)"
|
|
90
92
|
}
|
|
91
|
-
},
|
|
93
|
+
}, D = {
|
|
92
94
|
brand: "var(--Stroke-Brand-Active)",
|
|
93
95
|
info: "var(--Stroke-Info-Active)",
|
|
94
96
|
new: "var(--Stroke-New-Active)",
|
|
@@ -96,9 +98,9 @@ import '../../assets/index.css';const I = "_badge_lzevs_1", k = "_medium_lzevs_1
|
|
|
96
98
|
positive: "var(--Stroke-Positive-Active)",
|
|
97
99
|
warning: "var(--Stroke-Warning-Active)",
|
|
98
100
|
negative: "var(--Stroke-Negative-Active)",
|
|
99
|
-
disabled: "var(--Stroke-Disabled-Default)"
|
|
100
|
-
},
|
|
101
|
-
a && /* @__PURE__ */
|
|
101
|
+
disabled: "var(--Stroke-Disabled-Default, #CBD5E1)"
|
|
102
|
+
}, b = l ? u[t].outline : u[t].default, o = l ? s[t].outline : s[t].default, w = l ? D[t] : "transparent", h = `${m[e]} ${r.badge} ${r[e]} ${l ? r.outline : ""} ${C ? r.fullWidth : ""} ${d || ""}`, N = /* @__PURE__ */ F(I, { children: [
|
|
103
|
+
a && /* @__PURE__ */ v(
|
|
102
104
|
c,
|
|
103
105
|
{
|
|
104
106
|
name: a.name,
|
|
@@ -107,8 +109,8 @@ import '../../assets/index.css';const I = "_badge_lzevs_1", k = "_medium_lzevs_1
|
|
|
107
109
|
fill: a.fill ?? o
|
|
108
110
|
}
|
|
109
111
|
),
|
|
110
|
-
|
|
111
|
-
n && /* @__PURE__ */
|
|
112
|
+
g,
|
|
113
|
+
n && /* @__PURE__ */ v(
|
|
112
114
|
c,
|
|
113
115
|
{
|
|
114
116
|
name: n.name,
|
|
@@ -118,20 +120,21 @@ import '../../assets/index.css';const I = "_badge_lzevs_1", k = "_medium_lzevs_1
|
|
|
118
120
|
}
|
|
119
121
|
)
|
|
120
122
|
] });
|
|
121
|
-
return /* @__PURE__ */
|
|
123
|
+
return /* @__PURE__ */ v(
|
|
122
124
|
"span",
|
|
123
125
|
{
|
|
124
|
-
className:
|
|
126
|
+
className: h,
|
|
125
127
|
style: {
|
|
126
128
|
color: o,
|
|
127
|
-
backgroundColor:
|
|
128
|
-
border: `1px solid ${
|
|
129
|
+
backgroundColor: b,
|
|
130
|
+
border: `1px solid ${w}`,
|
|
131
|
+
...f
|
|
129
132
|
},
|
|
130
|
-
...
|
|
133
|
+
...A,
|
|
131
134
|
children: N
|
|
132
135
|
}
|
|
133
136
|
);
|
|
134
137
|
};
|
|
135
138
|
export {
|
|
136
|
-
|
|
139
|
+
$ as Badge
|
|
137
140
|
};
|
|
@@ -1,38 +1,41 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { Icon as
|
|
3
|
-
import '../../assets/index5.css';const
|
|
4
|
-
tab:
|
|
5
|
-
active:
|
|
6
|
-
withBottomBar:
|
|
7
|
-
large:
|
|
8
|
-
medium:
|
|
9
|
-
small:
|
|
10
|
-
withShadow:
|
|
11
|
-
},
|
|
12
|
-
label:
|
|
13
|
-
iconBefore:
|
|
14
|
-
iconAfter:
|
|
15
|
-
active:
|
|
16
|
-
withBottomBar:
|
|
17
|
-
withShadow:
|
|
18
|
-
size:
|
|
19
|
-
disabled:
|
|
20
|
-
className:
|
|
21
|
-
...
|
|
22
|
-
}) =>
|
|
23
|
-
"
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
1
|
+
import { jsxs as d, jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import { Icon as _ } from "../../icons/Icon.js";
|
|
3
|
+
import '../../assets/index5.css';const f = "_tab_6zf0y_1", u = "_active_6zf0y_32", y = "_withBottomBar_6zf0y_38", b = "_large_6zf0y_66", z = "_medium_6zf0y_75", B = "_small_6zf0y_84", $ = "_withShadow_6zf0y_104", t = {
|
|
4
|
+
tab: f,
|
|
5
|
+
active: u,
|
|
6
|
+
withBottomBar: y,
|
|
7
|
+
large: b,
|
|
8
|
+
medium: z,
|
|
9
|
+
small: B,
|
|
10
|
+
withShadow: $
|
|
11
|
+
}, S = ({
|
|
12
|
+
label: h,
|
|
13
|
+
iconBefore: e,
|
|
14
|
+
iconAfter: i,
|
|
15
|
+
active: n = !1,
|
|
16
|
+
withBottomBar: c = !0,
|
|
17
|
+
withShadow: r = !0,
|
|
18
|
+
size: m = "medium",
|
|
19
|
+
disabled: s = !1,
|
|
20
|
+
className: l,
|
|
21
|
+
...w
|
|
22
|
+
}) => {
|
|
23
|
+
const a = m === "large" ? 24 : 20;
|
|
24
|
+
return /* @__PURE__ */ d(
|
|
25
|
+
"button",
|
|
26
|
+
{
|
|
27
|
+
type: "button",
|
|
28
|
+
className: `${t.tab} ${t[m]} ${n ? t.active : ""} ${s ? t.disabled : ""} ${c ? t.withBottomBar : ""} ${r ? t.withShadow : ""} ${l ?? ""}`,
|
|
29
|
+
disabled: s,
|
|
30
|
+
...w,
|
|
31
|
+
children: [
|
|
32
|
+
e && /* @__PURE__ */ o(_, { name: e, width: a, height: a }),
|
|
33
|
+
/* @__PURE__ */ o("span", { children: h }),
|
|
34
|
+
i && /* @__PURE__ */ o(_, { name: i, width: a, height: a })
|
|
35
|
+
]
|
|
36
|
+
}
|
|
37
|
+
);
|
|
38
|
+
};
|
|
36
39
|
export {
|
|
37
|
-
|
|
40
|
+
S as Tab
|
|
38
41
|
};
|
package/dist/icons/Icon.js
CHANGED
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { jsxs as a, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
const e = (i) => /* @__PURE__ */ a(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
fill: "none",
|
|
7
|
+
viewBox: "0 0 20 20",
|
|
8
|
+
width: "1em",
|
|
9
|
+
height: "1em",
|
|
10
|
+
...i,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ t(
|
|
13
|
+
"mask",
|
|
14
|
+
{
|
|
15
|
+
id: "notifications_svg__a",
|
|
16
|
+
width: 20,
|
|
17
|
+
height: 20,
|
|
18
|
+
x: 0,
|
|
19
|
+
y: 0,
|
|
20
|
+
maskUnits: "userSpaceOnUse",
|
|
21
|
+
style: {
|
|
22
|
+
maskType: "alpha"
|
|
23
|
+
},
|
|
24
|
+
children: /* @__PURE__ */ t("path", { fill: "currentColor", d: "M0 0h20v20H0z" })
|
|
25
|
+
}
|
|
26
|
+
),
|
|
27
|
+
/* @__PURE__ */ t("g", { mask: "url(#notifications_svg__a)", children: /* @__PURE__ */ t(
|
|
28
|
+
"path",
|
|
29
|
+
{
|
|
30
|
+
fill: "currentColor",
|
|
31
|
+
d: "M4.703 15.67a.85.85 0 0 1-.617-.248.82.82 0 0 1-.254-.611q0-.363.25-.616a.83.83 0 0 1 .615-.253h.075V9.11q0-1.877 1.142-3.315t2.973-1.785V2.947q0-.465.325-.79t.79-.325q.463 0 .789.325.325.325.325.79V4.01q1.835.348 2.975 1.783 1.14 1.434 1.14 3.317v4.83h.075q.364 0 .614.25a.83.83 0 0 1 .25.61.84.84 0 0 1-.25.616.83.83 0 0 1-.613.254zm5.299 2.556q-.645 0-1.1-.457a1.5 1.5 0 0 1-.455-1.098h3.114q0 .65-.458 1.102a1.5 1.5 0 0 1-1.101.453m-3.5-4.284h7V9.11q0-1.458-1.021-2.48-1.021-1.02-2.48-1.02-1.458 0-2.479 1.02-1.02 1.022-1.02 2.48z"
|
|
32
|
+
}
|
|
33
|
+
) })
|
|
34
|
+
]
|
|
35
|
+
}
|
|
36
|
+
);
|
|
37
|
+
export {
|
|
38
|
+
e as default
|
|
39
|
+
};
|
|
@@ -2,16 +2,12 @@ export { default as ArrowDown } from './ArrowDown';
|
|
|
2
2
|
export { default as ArrowUp } from './ArrowUp';
|
|
3
3
|
export { default as Add } from './Add';
|
|
4
4
|
export { default as AddAPhoto } from './AddAPhoto';
|
|
5
|
-
export { default as AddAlert } from './AddAlert';
|
|
6
5
|
export { default as AddIcon } from './AddIcon';
|
|
7
6
|
export { default as AlertIcon } from './AlertIcon';
|
|
8
7
|
export { default as Apnfd } from './Apnfd';
|
|
9
8
|
export { default as Approve } from './Approve';
|
|
10
9
|
export { default as ArrowBack } from './ArrowBack';
|
|
11
|
-
export { default as ArrowBackIosNew } from './ArrowBackIosNew';
|
|
12
|
-
export { default as ArrowForwardIos } from './ArrowForwardIos';
|
|
13
10
|
export { default as ArrowsOutward } from './ArrowsOutward';
|
|
14
|
-
export { default as Assignment } from './Assignment';
|
|
15
11
|
export { default as AttachFile } from './AttachFile';
|
|
16
12
|
export { default as BusinessCenter } from './BusinessCenter';
|
|
17
13
|
export { default as CalendarIcon } from './CalendarIcon';
|
|
@@ -45,7 +41,6 @@ export { default as HeightIcon } from './HeightIcon';
|
|
|
45
41
|
export { default as Help } from './Help';
|
|
46
42
|
export { default as HistorialIcon } from './HistorialIcon';
|
|
47
43
|
export { default as IdCodigoBroker } from './IdCodigoBroker';
|
|
48
|
-
export { default as ImpagoIcon } from './ImpagoIcon';
|
|
49
44
|
export { default as Info } from './Info';
|
|
50
45
|
export { default as InfoFinanciera } from './InfoFinanciera';
|
|
51
46
|
export { default as KeyboardArrowDown } from './KeyboardArrowDown';
|
|
@@ -61,6 +56,7 @@ export { default as Menu } from './Menu';
|
|
|
61
56
|
export { default as MoreVert } from './MoreVert';
|
|
62
57
|
export { default as NextIcon } from './NextIcon';
|
|
63
58
|
export { default as Notes } from './Notes';
|
|
59
|
+
export { default as Notifications } from './Notifications';
|
|
64
60
|
export { default as NumPolizaIcon } from './NumPolizaIcon';
|
|
65
61
|
export { default as OpenInFull } from './OpenInFull';
|
|
66
62
|
export { default as Pep } from './Pep';
|
|
@@ -72,7 +68,6 @@ export { default as PolizaIcon } from './PolizaIcon';
|
|
|
72
68
|
export { default as Public } from './Public';
|
|
73
69
|
export { default as ReembolsosIcon } from './ReembolsosIcon';
|
|
74
70
|
export { default as Refresh } from './Refresh';
|
|
75
|
-
export { default as RembolsosIcon } from './RembolsosIcon';
|
|
76
71
|
export { default as Renovaciones } from './Renovaciones';
|
|
77
72
|
export { default as Replay } from './Replay';
|
|
78
73
|
export { default as Reply } from './Reply';
|
|
@@ -1,184 +1,174 @@
|
|
|
1
|
-
import { default as
|
|
1
|
+
import { default as a } from "./ArrowDown.js";
|
|
2
2
|
import { default as t } from "./ArrowUp.js";
|
|
3
3
|
import { default as l } from "./Add.js";
|
|
4
4
|
import { default as d } from "./AddAPhoto.js";
|
|
5
|
-
import { default as
|
|
6
|
-
import { default as x } from "./
|
|
7
|
-
import { default as i } from "./
|
|
8
|
-
import { default as I } from "./
|
|
9
|
-
import { default as
|
|
10
|
-
import { default as
|
|
11
|
-
import { default as y } from "./
|
|
12
|
-
import { default as P } from "./
|
|
13
|
-
import { default as
|
|
14
|
-
import { default as
|
|
15
|
-
import { default as
|
|
16
|
-
import { default as
|
|
17
|
-
import { default as N } from "./
|
|
18
|
-
import { default as U } from "./
|
|
19
|
-
import { default as v } from "./
|
|
20
|
-
import { default as W } from "./
|
|
21
|
-
import { default as K } from "./
|
|
22
|
-
import { default as T } from "./
|
|
23
|
-
import { default as G } from "./
|
|
24
|
-
import { default as Q } from "./
|
|
25
|
-
import { default as Y } from "./
|
|
26
|
-
import { default as _ } from "./
|
|
27
|
-
import { default as oo } from "./
|
|
28
|
-
import { default as
|
|
29
|
-
import { default as to } from "./
|
|
30
|
-
import { default as lo } from "./
|
|
31
|
-
import { default as po } from "./
|
|
32
|
-
import { default as
|
|
33
|
-
import { default as no } from "./
|
|
34
|
-
import { default as co } from "./
|
|
35
|
-
import { default as
|
|
36
|
-
import { default as
|
|
37
|
-
import { default as
|
|
38
|
-
import { default as Fo } from "./
|
|
39
|
-
import { default as
|
|
40
|
-
import { default as
|
|
41
|
-
import { default as
|
|
42
|
-
import { default as
|
|
43
|
-
import { default as Ho } from "./
|
|
44
|
-
import { default as Oo } from "./
|
|
45
|
-
import { default as Vo } from "./
|
|
46
|
-
import { default as zo } from "./
|
|
47
|
-
import { default as Eo } from "./
|
|
48
|
-
import { default as jo } from "./
|
|
49
|
-
import { default as qo } from "./
|
|
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
|
|
56
|
-
import { default as fe } from "./
|
|
57
|
-
import { default as se } from "./
|
|
58
|
-
import { default as pe } from "./
|
|
59
|
-
import { default as
|
|
60
|
-
import { default as ne } from "./
|
|
61
|
-
import { default as ce } from "./
|
|
62
|
-
import { default as
|
|
63
|
-
import { default as
|
|
64
|
-
import { default as
|
|
65
|
-
import { default as Fe } from "./
|
|
66
|
-
import { default as
|
|
67
|
-
import { default as
|
|
68
|
-
import { default as
|
|
69
|
-
import { default as
|
|
70
|
-
import { default as He } from "./
|
|
71
|
-
import { default as Oe } from "./
|
|
72
|
-
import { default as Ve } from "./
|
|
73
|
-
import { default as ze } from "./
|
|
74
|
-
import { default as Ee } from "./
|
|
75
|
-
import { default as je } from "./
|
|
76
|
-
import { default as qe } from "./
|
|
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
|
|
82
|
-
import { default as
|
|
83
|
-
import { default as
|
|
84
|
-
import { default as
|
|
85
|
-
import { default as
|
|
86
|
-
import { default as
|
|
87
|
-
import { default as nr } from "./Visibility.js";
|
|
88
|
-
import { default as cr } from "./VisibilityOff.js";
|
|
89
|
-
import { default as Ar } from "./Warning.js";
|
|
90
|
-
import { default as hr } from "./WeightIcon.js";
|
|
91
|
-
import { default as br } from "./Whatsapp.js";
|
|
5
|
+
import { default as u } from "./AddIcon.js";
|
|
6
|
+
import { default as x } from "./AlertIcon.js";
|
|
7
|
+
import { default as i } from "./Apnfd.js";
|
|
8
|
+
import { default as I } from "./Approve.js";
|
|
9
|
+
import { default as h } from "./ArrowBack.js";
|
|
10
|
+
import { default as b } from "./ArrowsOutward.js";
|
|
11
|
+
import { default as y } from "./AttachFile.js";
|
|
12
|
+
import { default as P } from "./BusinessCenter.js";
|
|
13
|
+
import { default as M } from "./CalendarIcon.js";
|
|
14
|
+
import { default as S } from "./Call.js";
|
|
15
|
+
import { default as R } from "./CancelIcon.js";
|
|
16
|
+
import { default as B } from "./Certificado.js";
|
|
17
|
+
import { default as N } from "./ChatBubble.js";
|
|
18
|
+
import { default as U } from "./CheckIcon.js";
|
|
19
|
+
import { default as v } from "./ChevronLeft.js";
|
|
20
|
+
import { default as W } from "./Comisiones.js";
|
|
21
|
+
import { default as K } from "./ComunicacionesIcon.js";
|
|
22
|
+
import { default as T } from "./ContentCopy.js";
|
|
23
|
+
import { default as G } from "./ConyugeIcon.js";
|
|
24
|
+
import { default as Q } from "./CotizacionesIcon.js";
|
|
25
|
+
import { default as Y } from "./Credentials.js";
|
|
26
|
+
import { default as _ } from "./CreditCard.js";
|
|
27
|
+
import { default as oo } from "./DashboardIcon.js";
|
|
28
|
+
import { default as ao } from "./Delete.js";
|
|
29
|
+
import { default as to } from "./DeniedIcon.js";
|
|
30
|
+
import { default as lo } from "./Distance.js";
|
|
31
|
+
import { default as po } from "./Documentos.js";
|
|
32
|
+
import { default as mo } from "./DownloadIcon.js";
|
|
33
|
+
import { default as no } from "./EditIcon.js";
|
|
34
|
+
import { default as co } from "./Female.js";
|
|
35
|
+
import { default as Co } from "./Filter.js";
|
|
36
|
+
import { default as Ao } from "./Folder.js";
|
|
37
|
+
import { default as wo } from "./FondosExtranjero.js";
|
|
38
|
+
import { default as Fo } from "./Fumador.js";
|
|
39
|
+
import { default as Do } from "./HeadsetMic.js";
|
|
40
|
+
import { default as go } from "./HeightIcon.js";
|
|
41
|
+
import { default as Lo } from "./Help.js";
|
|
42
|
+
import { default as ko } from "./HistorialIcon.js";
|
|
43
|
+
import { default as Ho } from "./IdCodigoBroker.js";
|
|
44
|
+
import { default as Oo } from "./Info.js";
|
|
45
|
+
import { default as Vo } from "./InfoFinanciera.js";
|
|
46
|
+
import { default as zo } from "./KeyboardArrowDown.js";
|
|
47
|
+
import { default as Eo } from "./KeyboardArrowUp.js";
|
|
48
|
+
import { default as jo } from "./LocationOn.js";
|
|
49
|
+
import { default as qo } from "./LocationSearching.js";
|
|
50
|
+
import { default as Jo } from "./LockIcon.js";
|
|
51
|
+
import { default as Xo } from "./MailIcon.js";
|
|
52
|
+
import { default as Zo } from "./Male.js";
|
|
53
|
+
import { default as $o } from "./MasAcciones.js";
|
|
54
|
+
import { default as ee } from "./Medical.js";
|
|
55
|
+
import { default as re } from "./Menu.js";
|
|
56
|
+
import { default as fe } from "./MoreVert.js";
|
|
57
|
+
import { default as se } from "./NextIcon.js";
|
|
58
|
+
import { default as pe } from "./Notes.js";
|
|
59
|
+
import { default as me } from "./Notifications.js";
|
|
60
|
+
import { default as ne } from "./NumPolizaIcon.js";
|
|
61
|
+
import { default as ce } from "./OpenInFull.js";
|
|
62
|
+
import { default as Ce } from "./Pep.js";
|
|
63
|
+
import { default as Ae } from "./Person.js";
|
|
64
|
+
import { default as we } from "./PersonCancel.js";
|
|
65
|
+
import { default as Fe } from "./PhotoLibrary.js";
|
|
66
|
+
import { default as De } from "./Planet.js";
|
|
67
|
+
import { default as ge } from "./PolizaIcon.js";
|
|
68
|
+
import { default as Le } from "./Public.js";
|
|
69
|
+
import { default as ke } from "./ReembolsosIcon.js";
|
|
70
|
+
import { default as He } from "./Refresh.js";
|
|
71
|
+
import { default as Oe } from "./Renovaciones.js";
|
|
72
|
+
import { default as Ve } from "./Replay.js";
|
|
73
|
+
import { default as ze } from "./Reply.js";
|
|
74
|
+
import { default as Ee } from "./SearchIcon.js";
|
|
75
|
+
import { default as je } from "./Send.js";
|
|
76
|
+
import { default as qe } from "./Share.js";
|
|
77
|
+
import { default as Je } from "./SmallFamily.js";
|
|
78
|
+
import { default as Xe } from "./Smartphone.js";
|
|
79
|
+
import { default as Ze } from "./Tutoriales.js";
|
|
80
|
+
import { default as $e } from "./UnfoldMore.js";
|
|
81
|
+
import { default as ea } from "./VerifiedUser.js";
|
|
82
|
+
import { default as ra } from "./Visibility.js";
|
|
83
|
+
import { default as fa } from "./VisibilityOff.js";
|
|
84
|
+
import { default as sa } from "./Warning.js";
|
|
85
|
+
import { default as pa } from "./WeightIcon.js";
|
|
86
|
+
import { default as ma } from "./Whatsapp.js";
|
|
92
87
|
export {
|
|
93
88
|
l as Add,
|
|
94
89
|
d as AddAPhoto,
|
|
95
|
-
|
|
96
|
-
x as
|
|
97
|
-
i as
|
|
98
|
-
I as
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
y as ArrowBackIosNew,
|
|
102
|
-
r as ArrowDown,
|
|
103
|
-
P as ArrowForwardIos,
|
|
90
|
+
u as AddIcon,
|
|
91
|
+
x as AlertIcon,
|
|
92
|
+
i as Apnfd,
|
|
93
|
+
I as Approve,
|
|
94
|
+
h as ArrowBack,
|
|
95
|
+
a as ArrowDown,
|
|
104
96
|
t as ArrowUp,
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
hr as WeightIcon,
|
|
183
|
-
br as Whatsapp
|
|
97
|
+
b as ArrowsOutward,
|
|
98
|
+
y as AttachFile,
|
|
99
|
+
P as BusinessCenter,
|
|
100
|
+
M as CalendarIcon,
|
|
101
|
+
S as Call,
|
|
102
|
+
R as CancelIcon,
|
|
103
|
+
B as Certificado,
|
|
104
|
+
N as ChatBubble,
|
|
105
|
+
U as CheckIcon,
|
|
106
|
+
v as ChevronLeft,
|
|
107
|
+
W as Comisiones,
|
|
108
|
+
K as ComunicacionesIcon,
|
|
109
|
+
T as ContentCopy,
|
|
110
|
+
G as ConyugeIcon,
|
|
111
|
+
Q as CotizacionesIcon,
|
|
112
|
+
Y as Credentials,
|
|
113
|
+
_ as CreditCard,
|
|
114
|
+
oo as DashboardIcon,
|
|
115
|
+
ao as Delete,
|
|
116
|
+
to as DeniedIcon,
|
|
117
|
+
lo as Distance,
|
|
118
|
+
po as Documentos,
|
|
119
|
+
mo as DownloadIcon,
|
|
120
|
+
no as EditIcon,
|
|
121
|
+
co as Female,
|
|
122
|
+
Co as Filter,
|
|
123
|
+
Ao as Folder,
|
|
124
|
+
wo as FondosExtranjero,
|
|
125
|
+
Fo as Fumador,
|
|
126
|
+
Do as HeadsetMic,
|
|
127
|
+
go as HeightIcon,
|
|
128
|
+
Lo as Help,
|
|
129
|
+
ko as HistorialIcon,
|
|
130
|
+
Ho as IdCodigoBroker,
|
|
131
|
+
Oo as Info,
|
|
132
|
+
Vo as InfoFinanciera,
|
|
133
|
+
zo as KeyboardArrowDown,
|
|
134
|
+
Eo as KeyboardArrowUp,
|
|
135
|
+
jo as LocationOn,
|
|
136
|
+
qo as LocationSearching,
|
|
137
|
+
Jo as LockIcon,
|
|
138
|
+
Xo as MailIcon,
|
|
139
|
+
Zo as Male,
|
|
140
|
+
$o as MasAcciones,
|
|
141
|
+
ee as Medical,
|
|
142
|
+
re as Menu,
|
|
143
|
+
fe as MoreVert,
|
|
144
|
+
se as NextIcon,
|
|
145
|
+
pe as Notes,
|
|
146
|
+
me as Notifications,
|
|
147
|
+
ne as NumPolizaIcon,
|
|
148
|
+
ce as OpenInFull,
|
|
149
|
+
Ce as Pep,
|
|
150
|
+
Ae as Person,
|
|
151
|
+
we as PersonCancel,
|
|
152
|
+
Fe as PhotoLibrary,
|
|
153
|
+
De as Planet,
|
|
154
|
+
ge as PolizaIcon,
|
|
155
|
+
Le as Public,
|
|
156
|
+
ke as ReembolsosIcon,
|
|
157
|
+
He as Refresh,
|
|
158
|
+
Oe as Renovaciones,
|
|
159
|
+
Ve as Replay,
|
|
160
|
+
ze as Reply,
|
|
161
|
+
Ee as SearchIcon,
|
|
162
|
+
je as Send,
|
|
163
|
+
qe as Share,
|
|
164
|
+
Je as SmallFamily,
|
|
165
|
+
Xe as Smartphone,
|
|
166
|
+
Ze as Tutoriales,
|
|
167
|
+
$e as UnfoldMore,
|
|
168
|
+
ea as VerifiedUser,
|
|
169
|
+
ra as Visibility,
|
|
170
|
+
fa as VisibilityOff,
|
|
171
|
+
sa as Warning,
|
|
172
|
+
pa as WeightIcon,
|
|
173
|
+
ma as Whatsapp
|
|
184
174
|
};
|