bmi-next-brokers 2.8.0 → 2.8.2
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/index15.css +1 -1
- package/dist/assets/index2.css +1 -1
- package/dist/components/navbar/index.js +39 -39
- package/dist/components/navbar/menuItem/index.js +16 -16
- package/dist/icons/Icon.js +1 -1
- package/dist/icons/components/Autorenew.d.ts +3 -0
- package/dist/icons/components/Autorenew.js +39 -0
- package/dist/icons/components/index.d.ts +70 -47
- package/dist/icons/components/index.js +308 -262
- package/dist/icons/index.d.ts +2 -1
- package/dist/icons/index.js +370 -368
- package/dist/index-uxEooRCD.js +442 -0
- package/package.json +1 -1
- package/dist/index-DQ5G_9E5.js +0 -440
package/dist/assets/index15.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._menuItem_m64by_1{display:flex;justify-content:space-between;align-items:center;gap:4px;border-radius:12px;cursor:pointer;color:var(--Azul-BMI-Digital-ColorAzul-BMI-Digital, #2054a5);border:1px solid transparent;background-color:transparent;padding:8px}._menuItem_m64by_1>._contentWrapper_m64by_14{display:flex;align-items:center;gap:4px;min-width:0;width:100%}._menuItem_m64by_1>._contentWrapper_m64by_14>span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}._menuItem_m64by_1:not(._activeItem_m64by_28):not(._ahorro_m64by_28):active{color:var( --Complementarios-Azul-BMI-Oscuro-Compl-1-Azul-BMI-Oscuro, #003a70 );border-color:var( --Complementarios-Azul-BMI-Oscuro-Compl-1-Azul-BMI-Oscuro, #003a70 );background-color:var( --Complementarios-Turquesa-Compl-2-Transparencias-Turquesa-20, rgba(69, 194, 214, .2) )}._menuItem_m64by_1:not(:active):not(._activeItem_m64by_28):not(._ahorro_m64by_28):hover{background-color:var( --Complementarios-Turquesa-Compl-2-Transparencias-Turquesa-10, rgba(69, 194, 214, .1) );color:var( --Complementarios-Azul-BMI-Oscuro-Compl-1-Azul-BMI-Oscuro, #003a70 )}._menuItem_m64by_1._ahorro_m64by_28:not(._activeItem_m64by_28):active{border-color:#2054a5;background-color:#fffce7}._menuItem_m64by_1._ahorro_m64by_28:not(:active):not(._activeItem_m64by_28):hover{background-color:#fffce7}._activeItem_m64by_28{background-color:var( --Complementarios-Turquesa-Compl-2-Transparencias-Turquesa-20, rgba(69, 194, 214, .2) );color:var(--Azul-BMI-Digital-ColorAzul-BMI-Digital, #2054a5)}._activeItem_m64by_28._ahorro_m64by_28{background-color:#fff7cb}._iconBefore_m64by_75{display:flex;justify-content:center;align-items:center;margin-left:auto;flex-shrink:0}
|
package/dist/assets/index2.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._sidebar_1d097_1{position:fixed;top:0;left:0;height:100dvh;width:62px;background-color:#fff;border-right:1px solid rgba(0,0,0,.2);display:flex;flex-direction:column;padding:17px 12px 21px;overflow:hidden;box-sizing:border-box;transition:width .3s cubic-bezier(.4,0,.2,1)}._sidebar_1d097_1._open_1d097_17{width:200px}._content_1d097_21{display:flex;flex-direction:column;height:100%;gap:30px}._header_1d097_28{display:flex;align-items:center;justify-content:center;max-width:100%;transition:justify-content .3s cubic-bezier(.4,0,.2,1),padding-inline .3s cubic-bezier(.4,0,.2,1)}._header_1d097_28._open_1d097_17{justify-content:space-between;padding-inline:5px}._toggleButton_1d097_43{background-color:var(--Blacks-Transparencias-Black-10, rgba(0, 0, 0, .1));border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;width:28px;height:28px;transition:background-color .2s ease;color:#000}._toggleButton_1d097_43._ahorro_1d097_56{background-color:#eef3fc;color:#2054a5}._toggleButton_1d097_43:not(._ahorro_1d097_56):hover{background-color:var(--Blacks-Transparencias-Black-20, rgba(0, 0, 0, .2))}._menuList_1d097_65{display:flex;flex-direction:column;width:100%;margin:0;padding:0;list-style:none;gap:4px;overflow-y:auto;flex:1}._menuList_1d097_65::-webkit-scrollbar{display:none}._bottomDiv_1d097_81{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:auto;gap:9px;width:100%;transition:align-items .3s cubic-bezier(.4,0,.2,1)}._bottomDiv_1d097_81._open_1d097_17{align-items:stretch}
|
|
@@ -1,76 +1,76 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { forwardRef as
|
|
3
|
-
import { Icon as
|
|
4
|
-
import { MenuItem as
|
|
5
|
-
import '../../assets/index2.css';const
|
|
6
|
-
sidebar:
|
|
7
|
-
open:
|
|
8
|
-
content:
|
|
9
|
-
header:
|
|
10
|
-
toggleButton:
|
|
1
|
+
import { jsx as t, jsxs as r } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef as v, useState as N } from "react";
|
|
3
|
+
import { Icon as d } from "../../icons/Icon.js";
|
|
4
|
+
import { MenuItem as h } from "./menuItem/index.js";
|
|
5
|
+
import '../../assets/index2.css';const f = "_sidebar_1d097_1", C = "_open_1d097_17", w = "_content_1d097_21", L = "_header_1d097_28", x = "_toggleButton_1d097_43", D = "_ahorro_1d097_56", j = "_menuList_1d097_65", k = "_bottomDiv_1d097_81", o = {
|
|
6
|
+
sidebar: f,
|
|
7
|
+
open: C,
|
|
8
|
+
content: w,
|
|
9
|
+
header: L,
|
|
10
|
+
toggleButton: x,
|
|
11
11
|
ahorro: D,
|
|
12
12
|
menuList: j,
|
|
13
13
|
bottomDiv: k
|
|
14
|
-
}, I =
|
|
14
|
+
}, I = v(
|
|
15
15
|
({
|
|
16
|
-
options:
|
|
16
|
+
options: m,
|
|
17
17
|
className: _,
|
|
18
|
-
activeItem:
|
|
19
|
-
withConfig:
|
|
18
|
+
activeItem: l,
|
|
19
|
+
withConfig: p = !1,
|
|
20
20
|
configAction: s,
|
|
21
21
|
type: a = "next",
|
|
22
|
-
...
|
|
22
|
+
...g
|
|
23
23
|
}, u) => {
|
|
24
|
-
const [e,
|
|
25
|
-
|
|
24
|
+
const [e, $] = N(!0), n = a === "ahorro", b = n ? e ? "BmiAhorro" : "BmiCollapsed" : e ? "BmiLogo" : "BmiCollapsed", c = () => {
|
|
25
|
+
$((i) => !i);
|
|
26
26
|
};
|
|
27
|
-
return /* @__PURE__ */
|
|
27
|
+
return /* @__PURE__ */ t(
|
|
28
28
|
"aside",
|
|
29
29
|
{
|
|
30
30
|
ref: u,
|
|
31
31
|
className: `${o.sidebar} ${e ? o.open : ""} ${_ || ""}`,
|
|
32
|
-
...
|
|
32
|
+
...g,
|
|
33
33
|
children: /* @__PURE__ */ r("div", { className: o.content, children: [
|
|
34
34
|
/* @__PURE__ */ r("header", { className: `${o.header} ${e && o.open}`, children: [
|
|
35
|
-
/* @__PURE__ */
|
|
36
|
-
|
|
35
|
+
/* @__PURE__ */ t(
|
|
36
|
+
d,
|
|
37
37
|
{
|
|
38
|
-
name:
|
|
39
|
-
width: e ?
|
|
40
|
-
height:
|
|
38
|
+
name: b,
|
|
39
|
+
width: e ? n ? 78 : 110 : 26.62,
|
|
40
|
+
height: n ? 65 : 32
|
|
41
41
|
}
|
|
42
42
|
),
|
|
43
|
-
e && /* @__PURE__ */
|
|
43
|
+
e && /* @__PURE__ */ t(
|
|
44
44
|
"div",
|
|
45
45
|
{
|
|
46
|
-
className: `${o.toggleButton} ${
|
|
47
|
-
onClick:
|
|
48
|
-
children: /* @__PURE__ */
|
|
46
|
+
className: `${o.toggleButton} ${n ? o.ahorro : ""}`,
|
|
47
|
+
onClick: c,
|
|
48
|
+
children: /* @__PURE__ */ t(d, { name: "ClosePanel", width: 20, height: 20 })
|
|
49
49
|
}
|
|
50
50
|
)
|
|
51
51
|
] }),
|
|
52
52
|
/* @__PURE__ */ r("ul", { className: o.menuList, children: [
|
|
53
|
-
|
|
54
|
-
|
|
53
|
+
m.map((i, B) => /* @__PURE__ */ t(
|
|
54
|
+
h,
|
|
55
55
|
{
|
|
56
56
|
option: i,
|
|
57
|
-
activeItem:
|
|
57
|
+
activeItem: l,
|
|
58
58
|
open: e,
|
|
59
59
|
type: a
|
|
60
60
|
},
|
|
61
|
-
|
|
61
|
+
B
|
|
62
62
|
)),
|
|
63
63
|
/* @__PURE__ */ r("div", { className: `${o.bottomDiv} ${e && o.open}`, children: [
|
|
64
|
-
!e && /* @__PURE__ */
|
|
64
|
+
!e && /* @__PURE__ */ t(
|
|
65
65
|
"div",
|
|
66
66
|
{
|
|
67
|
-
className: `${o.toggleButton} ${
|
|
68
|
-
onClick:
|
|
69
|
-
children: /* @__PURE__ */
|
|
67
|
+
className: `${o.toggleButton} ${n ? o.ahorro : ""}`,
|
|
68
|
+
onClick: c,
|
|
69
|
+
children: /* @__PURE__ */ t(d, { name: "OpenPanel", width: 20, height: 20 })
|
|
70
70
|
}
|
|
71
71
|
),
|
|
72
|
-
|
|
73
|
-
|
|
72
|
+
p && /* @__PURE__ */ t(
|
|
73
|
+
h,
|
|
74
74
|
{
|
|
75
75
|
option: {
|
|
76
76
|
label: "Configuración",
|
|
@@ -79,7 +79,7 @@ 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: l,
|
|
83
83
|
type: a
|
|
84
84
|
}
|
|
85
85
|
)
|
|
@@ -2,39 +2,39 @@ import { jsxs as a, jsx as r } from "react/jsx-runtime";
|
|
|
2
2
|
import { Icon as s } from "../../../icons/Icon.js";
|
|
3
3
|
import { Tooltip as _ } from "../../tooltip/index.js";
|
|
4
4
|
import { useState as d, useRef as v } from "react";
|
|
5
|
-
import '../../../assets/index15.css';const I = "
|
|
5
|
+
import '../../../assets/index15.css';const I = "_menuItem_m64by_1", b = "_contentWrapper_m64by_14", p = "_activeItem_m64by_28", y = "_ahorro_m64by_28", B = "_iconBefore_m64by_75", t = {
|
|
6
6
|
menuItem: I,
|
|
7
|
-
contentWrapper:
|
|
8
|
-
activeItem:
|
|
9
|
-
ahorro:
|
|
10
|
-
iconBefore:
|
|
11
|
-
},
|
|
7
|
+
contentWrapper: b,
|
|
8
|
+
activeItem: p,
|
|
9
|
+
ahorro: y,
|
|
10
|
+
iconBefore: B
|
|
11
|
+
}, $ = ({
|
|
12
12
|
option: e,
|
|
13
|
-
activeItem:
|
|
13
|
+
activeItem: m,
|
|
14
14
|
className: l,
|
|
15
|
-
type:
|
|
15
|
+
type: i = "next",
|
|
16
16
|
open: o = !0
|
|
17
17
|
}) => {
|
|
18
|
-
const [
|
|
18
|
+
const [h, n] = d(!1), c = v(null), f = () => e.action(), u = i === "ahorro";
|
|
19
19
|
return /* @__PURE__ */ a(
|
|
20
20
|
"li",
|
|
21
21
|
{
|
|
22
22
|
ref: c,
|
|
23
|
-
className: `${t.menuItem} ${e.label ===
|
|
24
|
-
onClick:
|
|
23
|
+
className: `${t.menuItem} ${e.label === m ? t.activeItem : ""} ${u ? t.ahorro : ""} ${l || ""}`,
|
|
24
|
+
onClick: f,
|
|
25
25
|
onMouseEnter: () => n(!0),
|
|
26
26
|
onMouseLeave: () => n(!1),
|
|
27
27
|
children: [
|
|
28
28
|
/* @__PURE__ */ a("div", { className: t.contentWrapper, children: [
|
|
29
|
-
/* @__PURE__ */ r(s, { name: e.iconAfter, width:
|
|
30
|
-
o && /* @__PURE__ */ r("span", { className: "
|
|
31
|
-
e.iconBefore && o && /* @__PURE__ */ r("div", { className: t.iconBefore, children: /* @__PURE__ */ r(s, { name: e.iconBefore, width:
|
|
29
|
+
/* @__PURE__ */ r(s, { name: e.iconAfter, width: 16, height: 16 }),
|
|
30
|
+
o && /* @__PURE__ */ r("span", { className: "small2Regular", children: e.label }),
|
|
31
|
+
e.iconBefore && o && /* @__PURE__ */ r("div", { className: t.iconBefore, children: /* @__PURE__ */ r(s, { name: e.iconBefore, width: 16, height: 16 }) })
|
|
32
32
|
] }),
|
|
33
|
-
!o && /* @__PURE__ */ r(_, { target: c.current, visible:
|
|
33
|
+
!o && /* @__PURE__ */ r(_, { target: c.current, visible: h, gap: 20, delay: 0, children: e.label })
|
|
34
34
|
]
|
|
35
35
|
}
|
|
36
36
|
);
|
|
37
37
|
};
|
|
38
38
|
export {
|
|
39
|
-
|
|
39
|
+
$ as MenuItem
|
|
40
40
|
};
|
package/dist/icons/Icon.js
CHANGED
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { jsxs as l, jsx as a } from "react/jsx-runtime";
|
|
2
|
+
const h = (e) => /* @__PURE__ */ l(
|
|
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: "autorenew_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(#autorenew_svg__a)", children: /* @__PURE__ */ a(
|
|
28
|
+
"path",
|
|
29
|
+
{
|
|
30
|
+
fill: "currentColor",
|
|
31
|
+
d: "M5.053 8.99q0 .217.026.429.026.21.054.408.066.303-.042.608a.7.7 0 0 1-.406.43.73.73 0 0 1-.59-.007.66.66 0 0 1-.388-.423 5 5 0 0 1-.21-1.444q0-2.295 1.616-3.923t3.955-1.571h.004l-.51-.51a.68.68 0 0 1-.218-.501.7.7 0 0 1 .222-.5.7.7 0 0 1 .5-.22.7.7 0 0 1 .501.22l1.745 1.744a.75.75 0 0 1 .238.545.75.75 0 0 1-.238.545L9.567 6.564a.65.65 0 0 1-.49.21.72.72 0 0 1-.492-.228.7.7 0 0 1-.22-.503q0-.283.22-.503l.487-.487h.01q-1.705-.037-2.867 1.131-1.162 1.17-1.162 2.807m7.894.019q0-.216-.026-.428a19 19 0 0 0-.054-.409 1.1 1.1 0 0 1 .042-.617.77.77 0 0 1 .406-.44.69.69 0 0 1 .578-.022.63.63 0 0 1 .377.407q.107.364.17.733.063.37.063.776 0 2.277-1.616 3.916t-3.955 1.583h-.004l.506.505a.7.7 0 0 1 .22.5.7.7 0 0 1-.22.502.7.7 0 0 1-.503.22.7.7 0 0 1-.503-.22L6.684 14.27a.74.74 0 0 1-.236-.543.76.76 0 0 1 .236-.543l1.749-1.744a.684.684 0 0 1 1.006-.005q.219.22.219.503a.7.7 0 0 1-.22.503l-.51.51h-.01q1.705.037 2.867-1.133t1.162-2.81"
|
|
32
|
+
}
|
|
33
|
+
) })
|
|
34
|
+
]
|
|
35
|
+
}
|
|
36
|
+
);
|
|
37
|
+
export {
|
|
38
|
+
h as default
|
|
39
|
+
};
|
|
@@ -1,79 +1,90 @@
|
|
|
1
|
-
export { default as
|
|
1
|
+
export { default as Apple } from './Apple';
|
|
2
2
|
export { default as ArrowDown } from './ArrowDown';
|
|
3
3
|
export { default as ArrowUp } from './ArrowUp';
|
|
4
|
-
export { default as
|
|
5
|
-
export { default as
|
|
6
|
-
export { default as
|
|
7
|
-
export { default as
|
|
8
|
-
export { default as
|
|
9
|
-
export { default as
|
|
10
|
-
export { default as
|
|
11
|
-
export { default as
|
|
4
|
+
export { default as Colombia } from './Colombia';
|
|
5
|
+
export { default as CostaRica } from './CostaRica';
|
|
6
|
+
export { default as Ecuador } from './Ecuador';
|
|
7
|
+
export { default as Guatemala } from './Guatemala';
|
|
8
|
+
export { default as Internacional } from './Internacional';
|
|
9
|
+
export { default as Laboratory } from './Laboratory';
|
|
10
|
+
export { default as RepDominicana } from './RepDominicana';
|
|
11
|
+
export { default as AccountBalance } from './AccountBalance';
|
|
12
|
+
export { default as AccountCircle } from './AccountCircle';
|
|
12
13
|
export { default as Add } from './Add';
|
|
13
14
|
export { default as AddAPhoto } from './AddAPhoto';
|
|
14
|
-
export { default as AddAlert } from './AddAlert';
|
|
15
15
|
export { default as AddIcon } from './AddIcon';
|
|
16
|
-
export { default as
|
|
16
|
+
export { default as AdminMeds } from './AdminMeds';
|
|
17
17
|
export { default as AlertIcon } from './AlertIcon';
|
|
18
|
-
export { default as
|
|
19
|
-
export { default as
|
|
18
|
+
export { default as AmericanExpress } from './AmericanExpress';
|
|
19
|
+
export { default as AmericanExpressRounded } from './AmericanExpressRounded';
|
|
20
|
+
export { default as Android } from './Android';
|
|
21
|
+
export { default as Apagar } from './Apagar';
|
|
20
22
|
export { default as Apnfd } from './Apnfd';
|
|
21
23
|
export { default as Approve } from './Approve';
|
|
22
24
|
export { default as ArrowBack } from './ArrowBack';
|
|
23
|
-
export { default as ArrowForward } from './ArrowForward';
|
|
24
|
-
export { default as ArrowTree } from './ArrowTree';
|
|
25
|
-
export { default as ArrowTreeDown } from './ArrowTreeDown';
|
|
26
|
-
export { default as ArrowTreeRight } from './ArrowTreeRight';
|
|
27
25
|
export { default as ArrowsOutward } from './ArrowsOutward';
|
|
28
|
-
export { default as
|
|
26
|
+
export { default as Article } from './Article';
|
|
29
27
|
export { default as AttachFile } from './AttachFile';
|
|
30
|
-
export { default as
|
|
28
|
+
export { default as Autorenew } from './Autorenew';
|
|
29
|
+
export { default as BmiAhorro } from './BmiAhorro';
|
|
30
|
+
export { default as BmiAhorroBackoffice } from './BmiAhorroBackoffice';
|
|
31
|
+
export { default as BmiCompaniesLogo } from './BmiCompaniesLogo';
|
|
32
|
+
export { default as BmiLogoWhite } from './BmiLogoWhite';
|
|
33
|
+
export { default as BrokenImage } from './BrokenImage';
|
|
31
34
|
export { default as BusinessCenter } from './BusinessCenter';
|
|
32
35
|
export { default as CalendarIcon } from './CalendarIcon';
|
|
33
36
|
export { default as Call } from './Call';
|
|
34
37
|
export { default as CancelIcon } from './CancelIcon';
|
|
35
|
-
export { default as Cerebro } from './Cerebro';
|
|
36
38
|
export { default as Certificado } from './Certificado';
|
|
37
39
|
export { default as ChatBubble } from './ChatBubble';
|
|
38
40
|
export { default as CheckIcon } from './CheckIcon';
|
|
39
|
-
export { default as
|
|
41
|
+
export { default as Checkbook } from './Checkbook';
|
|
40
42
|
export { default as ChevronLeft } from './ChevronLeft';
|
|
41
|
-
export { default as
|
|
43
|
+
export { default as Circle } from './Circle';
|
|
44
|
+
export { default as Close } from './Close';
|
|
45
|
+
export { default as CloseDrawer } from './CloseDrawer';
|
|
46
|
+
export { default as ColectivosIcon } from './ColectivosIcon';
|
|
42
47
|
export { default as Comisiones } from './Comisiones';
|
|
43
|
-
export { default as
|
|
48
|
+
export { default as CompareArrows } from './CompareArrows';
|
|
49
|
+
export { default as ComputerCancel } from './ComputerCancel';
|
|
44
50
|
export { default as ComunicacionesIcon } from './ComunicacionesIcon';
|
|
51
|
+
export { default as Contacto } from './Contacto';
|
|
45
52
|
export { default as ContentCopy } from './ContentCopy';
|
|
46
53
|
export { default as ConyugeIcon } from './ConyugeIcon';
|
|
54
|
+
export { default as CorporateFare } from './CorporateFare';
|
|
47
55
|
export { default as CotizacionesIcon } from './CotizacionesIcon';
|
|
48
56
|
export { default as Credentials } from './Credentials';
|
|
49
57
|
export { default as CreditCard } from './CreditCard';
|
|
50
|
-
export { default as
|
|
58
|
+
export { default as CurrencyExchange } from './CurrencyExchange';
|
|
51
59
|
export { default as DashboardIcon } from './DashboardIcon';
|
|
52
|
-
export { default as
|
|
60
|
+
export { default as DatosIcon } from './DatosIcon';
|
|
53
61
|
export { default as Delete } from './Delete';
|
|
54
62
|
export { default as DeniedIcon } from './DeniedIcon';
|
|
55
|
-
export { default as
|
|
63
|
+
export { default as Diagnosis } from './Diagnosis';
|
|
64
|
+
export { default as Diners } from './Diners';
|
|
65
|
+
export { default as DinersRounded } from './DinersRounded';
|
|
66
|
+
export { default as Discover } from './Discover';
|
|
67
|
+
export { default as DiscoverRounded } from './DiscoverRounded';
|
|
56
68
|
export { default as Distance } from './Distance';
|
|
57
69
|
export { default as Documentos } from './Documentos';
|
|
70
|
+
export { default as Dot } from './Dot';
|
|
71
|
+
export { default as DoubleArrowLeft } from './DoubleArrowLeft';
|
|
72
|
+
export { default as DoubleArrowRight } from './DoubleArrowRight';
|
|
58
73
|
export { default as DownloadIcon } from './DownloadIcon';
|
|
59
74
|
export { default as EditIcon } from './EditIcon';
|
|
60
|
-
export { default as
|
|
61
|
-
export { default as
|
|
75
|
+
export { default as EstadosUnidos } from './EstadosUnidos';
|
|
76
|
+
export { default as Europa } from './Europa';
|
|
77
|
+
export { default as FallbackCardRounded } from './FallbackCardRounded';
|
|
62
78
|
export { default as Female } from './Female';
|
|
63
79
|
export { default as Filter } from './Filter';
|
|
80
|
+
export { default as FilterAlt } from './FilterAlt';
|
|
64
81
|
export { default as Folder } from './Folder';
|
|
65
82
|
export { default as FondosExtranjero } from './FondosExtranjero';
|
|
66
83
|
export { default as Fumador } from './Fumador';
|
|
67
|
-
export { default as Ginecologia } from './Ginecologia';
|
|
68
|
-
export { default as Handshake } from './Handshake';
|
|
69
|
-
export { default as Headset } from './Headset';
|
|
70
84
|
export { default as HeadsetMic } from './HeadsetMic';
|
|
71
|
-
export { default as Healing } from './Healing';
|
|
72
85
|
export { default as HeightIcon } from './HeightIcon';
|
|
73
86
|
export { default as Help } from './Help';
|
|
74
87
|
export { default as HistorialIcon } from './HistorialIcon';
|
|
75
|
-
export { default as Home } from './Home';
|
|
76
|
-
export { default as Hospital } from './Hospital';
|
|
77
88
|
export { default as IdCodigoBroker } from './IdCodigoBroker';
|
|
78
89
|
export { default as Info } from './Info';
|
|
79
90
|
export { default as InfoFinanciera } from './InfoFinanciera';
|
|
@@ -82,51 +93,63 @@ export { default as KeyboardArrowUp } from './KeyboardArrowUp';
|
|
|
82
93
|
export { default as LocationOn } from './LocationOn';
|
|
83
94
|
export { default as LocationSearching } from './LocationSearching';
|
|
84
95
|
export { default as LockIcon } from './LockIcon';
|
|
96
|
+
export { default as LogOut } from './LogOut';
|
|
85
97
|
export { default as MailIcon } from './MailIcon';
|
|
86
98
|
export { default as Male } from './Male';
|
|
87
|
-
export { default as Mancuerna } from './Mancuerna';
|
|
88
99
|
export { default as MasAcciones } from './MasAcciones';
|
|
89
|
-
export { default as
|
|
100
|
+
export { default as Mastercard } from './Mastercard';
|
|
101
|
+
export { default as MastercardRounded } from './MastercardRounded';
|
|
90
102
|
export { default as Medical } from './Medical';
|
|
91
103
|
export { default as Menu } from './Menu';
|
|
92
|
-
export { default as MonitorHeart } from './MonitorHeart';
|
|
93
104
|
export { default as MoreVert } from './MoreVert';
|
|
94
|
-
export { default as Musculo } from './Musculo';
|
|
95
105
|
export { default as NextIcon } from './NextIcon';
|
|
96
106
|
export { default as Notes } from './Notes';
|
|
107
|
+
export { default as Notifications } from './Notifications';
|
|
97
108
|
export { default as NumPolizaIcon } from './NumPolizaIcon';
|
|
98
|
-
export { default as Objective } from './Objective';
|
|
99
109
|
export { default as OpenInFull } from './OpenInFull';
|
|
110
|
+
export { default as Paid } from './Paid';
|
|
111
|
+
export { default as Password } from './Password';
|
|
100
112
|
export { default as Pep } from './Pep';
|
|
101
113
|
export { default as Person } from './Person';
|
|
102
114
|
export { default as PersonCancel } from './PersonCancel';
|
|
115
|
+
export { default as PersonRemove } from './PersonRemove';
|
|
116
|
+
export { default as PetSupplies } from './PetSupplies';
|
|
103
117
|
export { default as PhotoLibrary } from './PhotoLibrary';
|
|
104
|
-
export { default as Piel } from './Piel';
|
|
105
118
|
export { default as Planet } from './Planet';
|
|
106
119
|
export { default as PolizaIcon } from './PolizaIcon';
|
|
120
|
+
export { default as PriceChange } from './PriceChange';
|
|
121
|
+
export { default as ProductIcon } from './ProductIcon';
|
|
122
|
+
export { default as ProveedorMedico } from './ProveedorMedico';
|
|
107
123
|
export { default as Public } from './Public';
|
|
108
|
-
export { default as
|
|
124
|
+
export { default as Redirect } from './Redirect';
|
|
109
125
|
export { default as ReembolsosIcon } from './ReembolsosIcon';
|
|
126
|
+
export { default as Reenviar } from './Reenviar';
|
|
110
127
|
export { default as Refresh } from './Refresh';
|
|
111
128
|
export { default as Renovaciones } from './Renovaciones';
|
|
112
129
|
export { default as Replay } from './Replay';
|
|
113
130
|
export { default as Reply } from './Reply';
|
|
114
|
-
export { default as
|
|
115
|
-
export { default as Schedule } from './Schedule';
|
|
131
|
+
export { default as RestoreFromTrash } from './RestoreFromTrash';
|
|
116
132
|
export { default as SearchIcon } from './SearchIcon';
|
|
117
133
|
export { default as Send } from './Send';
|
|
118
134
|
export { default as Share } from './Share';
|
|
135
|
+
export { default as ShieldWithHeart } from './ShieldWithHeart';
|
|
119
136
|
export { default as SmallFamily } from './SmallFamily';
|
|
120
137
|
export { default as Smartphone } from './Smartphone';
|
|
121
|
-
export { default as
|
|
122
|
-
export { default as
|
|
123
|
-
export { default as
|
|
138
|
+
export { default as SortArrowsAsc } from './SortArrowsAsc';
|
|
139
|
+
export { default as SortArrowsDefault } from './SortArrowsDefault';
|
|
140
|
+
export { default as SortArrowsDesc } from './SortArrowsDesc';
|
|
141
|
+
export { default as StepBlocked } from './StepBlocked';
|
|
142
|
+
export { default as StepDone } from './StepDone';
|
|
143
|
+
export { default as StepInProgress } from './StepInProgress';
|
|
144
|
+
export { default as StepPending } from './StepPending';
|
|
124
145
|
export { default as Tutoriales } from './Tutoriales';
|
|
125
146
|
export { default as UnfoldMore } from './UnfoldMore';
|
|
147
|
+
export { default as Upload } from './Upload';
|
|
126
148
|
export { default as VerifiedUser } from './VerifiedUser';
|
|
149
|
+
export { default as Visa } from './Visa';
|
|
150
|
+
export { default as VisaRounded } from './VisaRounded';
|
|
127
151
|
export { default as Visibility } from './Visibility';
|
|
128
152
|
export { default as VisibilityOff } from './VisibilityOff';
|
|
129
153
|
export { default as Warning } from './Warning';
|
|
130
|
-
export { default as WavingHand } from './WavingHand';
|
|
131
154
|
export { default as WeightIcon } from './WeightIcon';
|
|
132
155
|
export { default as Whatsapp } from './Whatsapp';
|