bmi-next 1.0.39 → 1.0.41
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 +25 -25
- package/dist/icons/icons.d.ts +8 -1
- package/dist/icons/icons.js +228 -161
- package/package.json +1 -1
|
@@ -1,75 +1,75 @@
|
|
|
1
|
-
import { jsxs as i, jsx as
|
|
1
|
+
import { jsxs as i, jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import "../../index-Cp_B-Y3h.js";
|
|
3
3
|
import { Icon as o } from "../../icons/icons.js";
|
|
4
4
|
import "react";
|
|
5
|
-
import '../../assets/index4.css';const b = "_containerNavbar_1m98h_1", u = "_navbar_1m98h_12", v = "_backButton_1m98h_22",
|
|
5
|
+
import '../../assets/index4.css';const b = "_containerNavbar_1m98h_1", u = "_navbar_1m98h_12", v = "_backButton_1m98h_22", g = "_progressContainer_1m98h_30", n = {
|
|
6
6
|
containerNavbar: b,
|
|
7
7
|
navbar: u,
|
|
8
8
|
backButton: v,
|
|
9
|
-
progressContainer:
|
|
10
|
-
},
|
|
11
|
-
progress:
|
|
12
|
-
handleBack:
|
|
9
|
+
progressContainer: g
|
|
10
|
+
}, f = ({
|
|
11
|
+
progress: a,
|
|
12
|
+
handleBack: r,
|
|
13
13
|
first: c,
|
|
14
14
|
title: e,
|
|
15
15
|
style: d,
|
|
16
16
|
className: s,
|
|
17
17
|
logo: h = !0,
|
|
18
18
|
desktop: l = !1,
|
|
19
|
-
...
|
|
19
|
+
...m
|
|
20
20
|
}) => {
|
|
21
|
-
const
|
|
22
|
-
if (
|
|
23
|
-
|
|
21
|
+
const p = () => {
|
|
22
|
+
if (r) {
|
|
23
|
+
r();
|
|
24
24
|
return;
|
|
25
25
|
}
|
|
26
26
|
};
|
|
27
27
|
return /* @__PURE__ */ i(
|
|
28
28
|
"nav",
|
|
29
29
|
{
|
|
30
|
-
className: `${
|
|
30
|
+
className: `${n.containerNavbar} ${s || ""}`,
|
|
31
31
|
style: d,
|
|
32
|
-
...
|
|
32
|
+
...m,
|
|
33
33
|
children: [
|
|
34
|
-
/* @__PURE__ */ i("div", { className:
|
|
35
|
-
c ? /* @__PURE__ */
|
|
36
|
-
/* @__PURE__ */
|
|
34
|
+
/* @__PURE__ */ i("div", { className: n.navbar, children: [
|
|
35
|
+
c ? /* @__PURE__ */ t("span", { onClick: p, className: n.backButton, children: /* @__PURE__ */ t(o, { name: "Close", width: 33, height: 33 }) }) : /* @__PURE__ */ t("span", { onClick: r, className: n.backButton, children: /* @__PURE__ */ t(o, { name: "ArrowLeft", width: 27, height: 27 }) }),
|
|
36
|
+
/* @__PURE__ */ t("div", { children: e ? /* @__PURE__ */ t(
|
|
37
37
|
"p",
|
|
38
38
|
{
|
|
39
|
+
className: "title5Bold",
|
|
39
40
|
style: {
|
|
40
|
-
marginTop: "
|
|
41
|
-
fontSize: "22px",
|
|
41
|
+
marginTop: "20px",
|
|
42
42
|
color: "#2054A5"
|
|
43
43
|
},
|
|
44
44
|
children: e
|
|
45
45
|
}
|
|
46
|
-
) : h && /* @__PURE__ */
|
|
46
|
+
) : h && /* @__PURE__ */ t("div", { style: { marginTop: "15px", display: "flex", justifyContent: "center" }, children: /* @__PURE__ */ t(o, { name: "LogoBMIHorizontal", width: 135, height: 28 }) }) })
|
|
47
47
|
] }),
|
|
48
|
-
|
|
48
|
+
a && /* @__PURE__ */ i(
|
|
49
49
|
"div",
|
|
50
50
|
{
|
|
51
|
-
className:
|
|
51
|
+
className: n.progressContainer,
|
|
52
52
|
style: { width: l ? "100%" : "93%", margin: "0 auto" },
|
|
53
53
|
children: [
|
|
54
|
-
/* @__PURE__ */
|
|
54
|
+
/* @__PURE__ */ t(
|
|
55
55
|
"div",
|
|
56
56
|
{
|
|
57
57
|
style: {
|
|
58
58
|
height: "5px",
|
|
59
59
|
backgroundColor: "#45c2d6",
|
|
60
|
-
width: `${
|
|
60
|
+
width: `${a}%`,
|
|
61
61
|
transition: "width 0.3s ease-in-out",
|
|
62
62
|
borderRadius: "9px 0 0 9px"
|
|
63
63
|
}
|
|
64
64
|
}
|
|
65
65
|
),
|
|
66
|
-
/* @__PURE__ */
|
|
66
|
+
/* @__PURE__ */ t(
|
|
67
67
|
"div",
|
|
68
68
|
{
|
|
69
69
|
style: {
|
|
70
70
|
height: "5px",
|
|
71
71
|
backgroundColor: "#c9f3f7",
|
|
72
|
-
width: `${100 -
|
|
72
|
+
width: `${100 - a}%`,
|
|
73
73
|
transition: "width 0.3s ease-in-out",
|
|
74
74
|
borderRadius: "0 9px 9px 0"
|
|
75
75
|
}
|
|
@@ -83,5 +83,5 @@ import '../../assets/index4.css';const b = "_containerNavbar_1m98h_1", u = "_nav
|
|
|
83
83
|
);
|
|
84
84
|
};
|
|
85
85
|
export {
|
|
86
|
-
|
|
86
|
+
f as Navbar
|
|
87
87
|
};
|
package/dist/icons/icons.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export type IconName = "Exclamation" | "Email" | "Password" | "ShowEye" | "HideEye" | "ArrowDown" | "Search" | "Masculino" | "Femenino" | "Height" | "Weight" | "Smoke" | "SmokeOff" | "Upload" | "Telefono" | "EmailFill" | "Whatsapp" | "Close" | "Lock" | "Envelope" | "CollapseMenu" | "ExpandMenu" | "Notification" | "Users" | "Pagos" | "Impagos" | "Configuracion" | "LockPassword" | "Logout" | "AddCard" | "Add" | "Help" | "Unsubscribe" | "CheckCircle" | "Disable" | "Edit" | "Delete" | "Save" | "Eye" | "Mail" | "Resend" | "Reset" | "SwapVertical" | "Clip" | "Send" | "Trash" | "ReInit" | "CircleDolar" | "Sort" | "Pencil" | "Check" | "LogoBMI+" | "ArrowLeft" | "ArrowRight" | "AddDocument" | "Family" | "User" | "Carnet" | "Savings" | "History" | "Docs" | "Filters" | "DownloadDoc" | "Biometric" | "Aetna" | "BMI" | "CircleDenied" | "ArrowForwardBtn" | "Share" | "Gallery" | "Camera" | "Sthetoscope" | "Shield" | "LogoBMIHorizontal" | "LogoBMIVertical";
|
|
1
|
+
export type IconName = "Exclamation" | "Email" | "Password" | "ShowEye" | "HideEye" | "ArrowDown" | "Search" | "Masculino" | "Femenino" | "Height" | "Weight" | "Smoke" | "SmokeOff" | "Upload" | "Telefono" | "EmailFill" | "Whatsapp" | "Close" | "Lock" | "Envelope" | "CollapseMenu" | "ExpandMenu" | "Notification" | "Users" | "Pagos" | "Impagos" | "Configuracion" | "LockPassword" | "Logout" | "AddCard" | "Add" | "Help" | "Unsubscribe" | "CheckCircle" | "Disable" | "Edit" | "Delete" | "Save" | "Eye" | "Mail" | "Resend" | "Reset" | "SwapVertical" | "Clip" | "Send" | "Trash" | "ReInit" | "CircleDolar" | "Sort" | "Pencil" | "Check" | "LogoBMI+" | "ArrowLeft" | "ArrowRight" | "AddDocument" | "Family" | "User" | "Carnet" | "Savings" | "History" | "Docs" | "Filters" | "DownloadDoc" | "Biometric" | "Aetna" | "BMI" | "CircleDenied" | "ArrowForwardBtn" | "Share" | "Gallery" | "Camera" | "Sthetoscope" | "Shield" | "LogoBMIHorizontal" | "LogoBMIVertical" | "Profesional" | "BusquedaCiudad" | "Medico" | "Laboratorio" | "CercaDeMi" | "CuadroMedico" | "Celular";
|
|
2
2
|
interface IconProps {
|
|
3
3
|
width?: number;
|
|
4
4
|
height?: number;
|
|
@@ -83,4 +83,11 @@ export declare const Sthetoscope: React.FC<IconProps>;
|
|
|
83
83
|
export declare const Shield: React.FC<IconProps>;
|
|
84
84
|
export declare const LogoBMIHorizontal: React.FC<IconProps>;
|
|
85
85
|
export declare const LogoBMIVertical: React.FC<IconProps>;
|
|
86
|
+
export declare const Profesional: React.FC<IconProps>;
|
|
87
|
+
export declare const Medico: React.FC<IconProps>;
|
|
88
|
+
export declare const Laboratorio: React.FC<IconProps>;
|
|
89
|
+
export declare const CuadroMedico: React.FC<IconProps>;
|
|
90
|
+
export declare const BusquedaCiudad: React.FC<IconProps>;
|
|
91
|
+
export declare const CercaDeMi: React.FC<IconProps>;
|
|
92
|
+
export declare const Celular: React.FC<IconProps>;
|
|
86
93
|
export {};
|
package/dist/icons/icons.js
CHANGED
|
@@ -1,47 +1,47 @@
|
|
|
1
|
-
import { jsx as a, jsxs as
|
|
2
|
-
const
|
|
1
|
+
import { jsx as a, jsxs as r } from "react/jsx-runtime";
|
|
2
|
+
const O1 = ({
|
|
3
3
|
name: s,
|
|
4
4
|
width: e,
|
|
5
5
|
height: c,
|
|
6
|
-
fill:
|
|
6
|
+
fill: n
|
|
7
7
|
}) => {
|
|
8
8
|
switch (s) {
|
|
9
9
|
case "Exclamation":
|
|
10
|
-
return /* @__PURE__ */ a(l, { width: e, height: c, fill:
|
|
10
|
+
return /* @__PURE__ */ a(l, { width: e, height: c, fill: n });
|
|
11
11
|
case "Email":
|
|
12
|
-
return /* @__PURE__ */ a(
|
|
12
|
+
return /* @__PURE__ */ a(h, { width: e, height: c, fill: n });
|
|
13
13
|
case "Password":
|
|
14
|
-
return /* @__PURE__ */ a(
|
|
14
|
+
return /* @__PURE__ */ a(t, { width: e, height: c, fill: n });
|
|
15
15
|
case "ShowEye":
|
|
16
|
-
return /* @__PURE__ */ a(v, { width: e, height: c, fill:
|
|
16
|
+
return /* @__PURE__ */ a(v, { width: e, height: c, fill: n });
|
|
17
17
|
case "HideEye":
|
|
18
|
-
return /* @__PURE__ */ a(o, { width: e, height: c, fill:
|
|
18
|
+
return /* @__PURE__ */ a(o, { width: e, height: c, fill: n });
|
|
19
19
|
case "ArrowDown":
|
|
20
|
-
return /* @__PURE__ */ a(i, { width: e, height: c, fill:
|
|
20
|
+
return /* @__PURE__ */ a(i, { width: e, height: c, fill: n });
|
|
21
21
|
case "Search":
|
|
22
|
-
return /* @__PURE__ */ a(m, { width: e, height: c, fill:
|
|
22
|
+
return /* @__PURE__ */ a(m, { width: e, height: c, fill: n });
|
|
23
23
|
case "Masculino":
|
|
24
|
-
return /* @__PURE__ */ a(
|
|
24
|
+
return /* @__PURE__ */ a(d, { width: e, height: c, fill: n });
|
|
25
25
|
case "Femenino":
|
|
26
|
-
return /* @__PURE__ */ a(
|
|
26
|
+
return /* @__PURE__ */ a(p, { width: e, height: c, fill: n });
|
|
27
27
|
case "Height":
|
|
28
|
-
return /* @__PURE__ */ a(w, { width: e, height: c, fill:
|
|
28
|
+
return /* @__PURE__ */ a(w, { width: e, height: c, fill: n });
|
|
29
29
|
case "Weight":
|
|
30
|
-
return /* @__PURE__ */ a(z, { width: e, height: c, fill:
|
|
30
|
+
return /* @__PURE__ */ a(z, { width: e, height: c, fill: n });
|
|
31
31
|
case "Smoke":
|
|
32
|
-
return /* @__PURE__ */ a(u, { width: e, height: c, fill:
|
|
32
|
+
return /* @__PURE__ */ a(u, { width: e, height: c, fill: n });
|
|
33
33
|
case "SmokeOff":
|
|
34
|
-
return /* @__PURE__ */ a(g, { width: e, height: c, fill:
|
|
34
|
+
return /* @__PURE__ */ a(g, { width: e, height: c, fill: n });
|
|
35
35
|
case "Upload":
|
|
36
|
-
return /* @__PURE__ */ a(k, { width: e, height: c, fill:
|
|
36
|
+
return /* @__PURE__ */ a(k, { width: e, height: c, fill: n });
|
|
37
37
|
case "Telefono":
|
|
38
|
-
return /* @__PURE__ */ a(x, { width: e, height: c, fill:
|
|
38
|
+
return /* @__PURE__ */ a(x, { width: e, height: c, fill: n });
|
|
39
39
|
case "EmailFill":
|
|
40
|
-
return /* @__PURE__ */ a(M, { width: e, height: c, fill:
|
|
40
|
+
return /* @__PURE__ */ a(M, { width: e, height: c, fill: n });
|
|
41
41
|
case "Whatsapp":
|
|
42
|
-
return /* @__PURE__ */ a(y, { width: e, height: c, fill:
|
|
42
|
+
return /* @__PURE__ */ a(y, { width: e, height: c, fill: n });
|
|
43
43
|
case "Close":
|
|
44
|
-
return /* @__PURE__ */ a(H, { width: e, height: c, fill:
|
|
44
|
+
return /* @__PURE__ */ a(H, { width: e, height: c, fill: n });
|
|
45
45
|
case "Lock":
|
|
46
46
|
return /* @__PURE__ */ a(V, { width: e, height: c });
|
|
47
47
|
case "Envelope":
|
|
@@ -53,107 +53,121 @@ const D1 = ({
|
|
|
53
53
|
case "Notification":
|
|
54
54
|
return /* @__PURE__ */ a(f, { width: e, height: c });
|
|
55
55
|
case "Users":
|
|
56
|
-
return /* @__PURE__ */ a(
|
|
56
|
+
return /* @__PURE__ */ a(U, { width: e, height: c, fill: n });
|
|
57
57
|
case "Pagos":
|
|
58
|
-
return /* @__PURE__ */ a(
|
|
58
|
+
return /* @__PURE__ */ a(L, { width: e, height: c, fill: n });
|
|
59
59
|
case "Impagos":
|
|
60
|
-
return /* @__PURE__ */ a(B, { width: e, height: c, fill:
|
|
60
|
+
return /* @__PURE__ */ a(B, { width: e, height: c, fill: n });
|
|
61
61
|
case "Configuracion":
|
|
62
|
-
return /* @__PURE__ */ a(F, { width: e, height: c, fill:
|
|
62
|
+
return /* @__PURE__ */ a(F, { width: e, height: c, fill: n });
|
|
63
63
|
case "LockPassword":
|
|
64
|
-
return /* @__PURE__ */ a(S, { width: e, height: c, fill:
|
|
64
|
+
return /* @__PURE__ */ a(S, { width: e, height: c, fill: n });
|
|
65
65
|
case "Logout":
|
|
66
|
-
return /* @__PURE__ */ a(O, { width: e, height: c, fill:
|
|
66
|
+
return /* @__PURE__ */ a(O, { width: e, height: c, fill: n });
|
|
67
67
|
case "AddCard":
|
|
68
|
-
return /* @__PURE__ */ a(T, { width: e, height: c, fill:
|
|
68
|
+
return /* @__PURE__ */ a(T, { width: e, height: c, fill: n });
|
|
69
69
|
case "Add":
|
|
70
|
-
return /* @__PURE__ */ a(K, { width: e, height: c, fill:
|
|
70
|
+
return /* @__PURE__ */ a(K, { width: e, height: c, fill: n });
|
|
71
71
|
case "Reset":
|
|
72
|
-
return /* @__PURE__ */ a(J, { width: e, height: c, fill:
|
|
72
|
+
return /* @__PURE__ */ a(J, { width: e, height: c, fill: n });
|
|
73
73
|
case "Resend":
|
|
74
|
-
return /* @__PURE__ */ a(N, { width: e, height: c, fill:
|
|
74
|
+
return /* @__PURE__ */ a(N, { width: e, height: c, fill: n });
|
|
75
75
|
case "Help":
|
|
76
|
-
return /* @__PURE__ */ a(b, { width: e, height: c, fill:
|
|
76
|
+
return /* @__PURE__ */ a(b, { width: e, height: c, fill: n });
|
|
77
77
|
case "Unsubscribe":
|
|
78
|
-
return /* @__PURE__ */ a(q, { width: e, height: c, fill:
|
|
78
|
+
return /* @__PURE__ */ a(q, { width: e, height: c, fill: n });
|
|
79
79
|
case "CheckCircle":
|
|
80
|
-
return /* @__PURE__ */ a(j, { width: e, height: c, fill:
|
|
80
|
+
return /* @__PURE__ */ a(j, { width: e, height: c, fill: n });
|
|
81
81
|
case "Disable":
|
|
82
|
-
return /* @__PURE__ */ a(E, { width: e, height: c, fill:
|
|
82
|
+
return /* @__PURE__ */ a(E, { width: e, height: c, fill: n });
|
|
83
83
|
case "Edit":
|
|
84
|
-
return /* @__PURE__ */ a(P, { width: e, height: c, fill:
|
|
84
|
+
return /* @__PURE__ */ a(P, { width: e, height: c, fill: n });
|
|
85
85
|
case "Delete":
|
|
86
|
-
return /* @__PURE__ */ a(I, { width: e, height: c, fill:
|
|
86
|
+
return /* @__PURE__ */ a(I, { width: e, height: c, fill: n });
|
|
87
87
|
case "Save":
|
|
88
|
-
return /* @__PURE__ */ a(W, { width: e, height: c, fill:
|
|
88
|
+
return /* @__PURE__ */ a(W, { width: e, height: c, fill: n });
|
|
89
89
|
case "Eye":
|
|
90
|
-
return /* @__PURE__ */ a(R, { width: e, height: c, fill:
|
|
90
|
+
return /* @__PURE__ */ a(R, { width: e, height: c, fill: n });
|
|
91
91
|
case "Mail":
|
|
92
|
-
return /* @__PURE__ */ a(G, { width: e, height: c, fill:
|
|
92
|
+
return /* @__PURE__ */ a(G, { width: e, height: c, fill: n });
|
|
93
93
|
case "Send":
|
|
94
|
-
return /* @__PURE__ */ a(X, { width: e, height: c, fill:
|
|
94
|
+
return /* @__PURE__ */ a(X, { width: e, height: c, fill: n });
|
|
95
95
|
case "Clip":
|
|
96
|
-
return /* @__PURE__ */ a(Q, { width: e, height: c, fill:
|
|
96
|
+
return /* @__PURE__ */ a(Q, { width: e, height: c, fill: n });
|
|
97
97
|
case "Trash":
|
|
98
|
-
return /* @__PURE__ */ a(Y, { width: e, height: c, fill:
|
|
98
|
+
return /* @__PURE__ */ a(Y, { width: e, height: c, fill: n });
|
|
99
99
|
case "ReInit":
|
|
100
|
-
return /* @__PURE__ */ a(Z, { width: e, height: c, fill:
|
|
100
|
+
return /* @__PURE__ */ a(Z, { width: e, height: c, fill: n });
|
|
101
101
|
case "CircleDolar":
|
|
102
|
-
return /* @__PURE__ */ a(_, { width: e, height: c, fill:
|
|
102
|
+
return /* @__PURE__ */ a(_, { width: e, height: c, fill: n });
|
|
103
103
|
case "Sort":
|
|
104
|
-
return /* @__PURE__ */ a($, { width: e, height: c, fill:
|
|
104
|
+
return /* @__PURE__ */ a($, { width: e, height: c, fill: n });
|
|
105
105
|
case "AddDocument":
|
|
106
|
-
return /* @__PURE__ */ a(a1, { width: e, height: c, fill:
|
|
106
|
+
return /* @__PURE__ */ a(a1, { width: e, height: c, fill: n });
|
|
107
107
|
case "Pencil":
|
|
108
|
-
return /* @__PURE__ */ a(c1, { width: e, height: c, fill:
|
|
108
|
+
return /* @__PURE__ */ a(c1, { width: e, height: c, fill: n });
|
|
109
109
|
case "Check":
|
|
110
|
-
return /* @__PURE__ */ a(e1, { width: e, height: c, fill:
|
|
110
|
+
return /* @__PURE__ */ a(e1, { width: e, height: c, fill: n });
|
|
111
111
|
case "LogoBMI+":
|
|
112
|
-
return /* @__PURE__ */ a(s1, { width: e, height: c, fill:
|
|
112
|
+
return /* @__PURE__ */ a(s1, { width: e, height: c, fill: n });
|
|
113
113
|
case "ArrowLeft":
|
|
114
|
-
return /* @__PURE__ */ a(
|
|
114
|
+
return /* @__PURE__ */ a(n1, { width: e, height: c, fill: n });
|
|
115
115
|
case "ArrowRight":
|
|
116
|
-
return /* @__PURE__ */ a(
|
|
116
|
+
return /* @__PURE__ */ a(r1, { width: e, height: c, fill: n });
|
|
117
117
|
case "Family":
|
|
118
|
-
return /* @__PURE__ */ a(l1, { width: e, height: c, fill:
|
|
118
|
+
return /* @__PURE__ */ a(l1, { width: e, height: c, fill: n });
|
|
119
119
|
case "User":
|
|
120
|
-
return /* @__PURE__ */ a(
|
|
120
|
+
return /* @__PURE__ */ a(h1, { width: e, height: c, fill: n });
|
|
121
121
|
case "Carnet":
|
|
122
|
-
return /* @__PURE__ */ a(
|
|
122
|
+
return /* @__PURE__ */ a(t1, { width: e, height: c, fill: n });
|
|
123
123
|
case "Savings":
|
|
124
|
-
return /* @__PURE__ */ a(v1, { width: e, height: c, fill:
|
|
124
|
+
return /* @__PURE__ */ a(v1, { width: e, height: c, fill: n });
|
|
125
125
|
case "History":
|
|
126
|
-
return /* @__PURE__ */ a(o1, { width: e, height: c, fill:
|
|
126
|
+
return /* @__PURE__ */ a(o1, { width: e, height: c, fill: n });
|
|
127
127
|
case "Docs":
|
|
128
|
-
return /* @__PURE__ */ a(i1, { width: e, height: c, fill:
|
|
128
|
+
return /* @__PURE__ */ a(i1, { width: e, height: c, fill: n });
|
|
129
129
|
case "Filters":
|
|
130
|
-
return /* @__PURE__ */ a(m1, { width: e, height: c, fill:
|
|
130
|
+
return /* @__PURE__ */ a(m1, { width: e, height: c, fill: n });
|
|
131
131
|
case "DownloadDoc":
|
|
132
|
-
return /* @__PURE__ */ a(
|
|
132
|
+
return /* @__PURE__ */ a(d1, { width: e, height: c, fill: n });
|
|
133
133
|
case "Biometric":
|
|
134
|
-
return /* @__PURE__ */ a(
|
|
134
|
+
return /* @__PURE__ */ a(p1, { width: e, height: c, fill: n });
|
|
135
135
|
case "BMI":
|
|
136
|
-
return /* @__PURE__ */ a(z1, { width: e, height: c, fill:
|
|
136
|
+
return /* @__PURE__ */ a(z1, { width: e, height: c, fill: n });
|
|
137
137
|
case "Aetna":
|
|
138
|
-
return /* @__PURE__ */ a(w1, { width: e, height: c, fill:
|
|
138
|
+
return /* @__PURE__ */ a(w1, { width: e, height: c, fill: n });
|
|
139
139
|
case "CircleDenied":
|
|
140
|
-
return /* @__PURE__ */ a(u1, { width: e, height: c, fill:
|
|
140
|
+
return /* @__PURE__ */ a(u1, { width: e, height: c, fill: n });
|
|
141
141
|
case "ArrowForwardBtn":
|
|
142
|
-
return /* @__PURE__ */ a(g1, { width: e, height: c, fill:
|
|
142
|
+
return /* @__PURE__ */ a(g1, { width: e, height: c, fill: n });
|
|
143
143
|
case "Share":
|
|
144
|
-
return /* @__PURE__ */ a(k1, { width: e, height: c, fill:
|
|
144
|
+
return /* @__PURE__ */ a(k1, { width: e, height: c, fill: n });
|
|
145
145
|
case "Gallery":
|
|
146
|
-
return /* @__PURE__ */ a(x1, { width: e, height: c, fill:
|
|
146
|
+
return /* @__PURE__ */ a(x1, { width: e, height: c, fill: n });
|
|
147
147
|
case "Camera":
|
|
148
|
-
return /* @__PURE__ */ a(M1, { width: e, height: c, fill:
|
|
148
|
+
return /* @__PURE__ */ a(M1, { width: e, height: c, fill: n });
|
|
149
149
|
case "Sthetoscope":
|
|
150
|
-
return /* @__PURE__ */ a(y1, { width: e, height: c, fill:
|
|
150
|
+
return /* @__PURE__ */ a(y1, { width: e, height: c, fill: n });
|
|
151
151
|
case "Shield":
|
|
152
|
-
return /* @__PURE__ */ a(H1, { width: e, height: c, fill:
|
|
152
|
+
return /* @__PURE__ */ a(H1, { width: e, height: c, fill: n });
|
|
153
153
|
case "LogoBMIHorizontal":
|
|
154
|
-
return /* @__PURE__ */ a(V1, { width: e, height: c, fill:
|
|
154
|
+
return /* @__PURE__ */ a(V1, { width: e, height: c, fill: n });
|
|
155
155
|
case "LogoBMIVertical":
|
|
156
|
-
return /* @__PURE__ */ a(C1, { width: e, height: c, fill:
|
|
156
|
+
return /* @__PURE__ */ a(C1, { width: e, height: c, fill: n });
|
|
157
|
+
case "Profesional":
|
|
158
|
+
return /* @__PURE__ */ a(A1, { width: e, height: c, fill: n });
|
|
159
|
+
case "Medico":
|
|
160
|
+
return /* @__PURE__ */ a(D1, { width: e, height: c, fill: n });
|
|
161
|
+
case "Laboratorio":
|
|
162
|
+
return /* @__PURE__ */ a(f1, { width: e, height: c, fill: n });
|
|
163
|
+
case "BusquedaCiudad":
|
|
164
|
+
return /* @__PURE__ */ a(L1, { width: e, height: c, fill: n });
|
|
165
|
+
case "CercaDeMi":
|
|
166
|
+
return /* @__PURE__ */ a(B1, { width: e, height: c, fill: n });
|
|
167
|
+
case "CuadroMedico":
|
|
168
|
+
return /* @__PURE__ */ a(U1, { width: e, height: c, fill: n });
|
|
169
|
+
case "Celular":
|
|
170
|
+
return /* @__PURE__ */ a(F1, { width: e, height: c, fill: n });
|
|
157
171
|
default:
|
|
158
172
|
return null;
|
|
159
173
|
}
|
|
@@ -177,7 +191,7 @@ const D1 = ({
|
|
|
177
191
|
}
|
|
178
192
|
)
|
|
179
193
|
}
|
|
180
|
-
),
|
|
194
|
+
), h = ({
|
|
181
195
|
width: s = 18,
|
|
182
196
|
height: e = 16,
|
|
183
197
|
fill: c = "#030C24"
|
|
@@ -198,7 +212,7 @@ const D1 = ({
|
|
|
198
212
|
}
|
|
199
213
|
)
|
|
200
214
|
}
|
|
201
|
-
),
|
|
215
|
+
), t = ({
|
|
202
216
|
width: s = 20,
|
|
203
217
|
height: e = 20,
|
|
204
218
|
fill: c = "#030C24"
|
|
@@ -302,7 +316,7 @@ const D1 = ({
|
|
|
302
316
|
}
|
|
303
317
|
)
|
|
304
318
|
}
|
|
305
|
-
),
|
|
319
|
+
), d = ({
|
|
306
320
|
width: s = 70,
|
|
307
321
|
height: e = 71,
|
|
308
322
|
fill: c = "#749CFF"
|
|
@@ -322,7 +336,7 @@ const D1 = ({
|
|
|
322
336
|
}
|
|
323
337
|
)
|
|
324
338
|
}
|
|
325
|
-
),
|
|
339
|
+
), p = ({
|
|
326
340
|
width: s = 56,
|
|
327
341
|
height: e = 81,
|
|
328
342
|
fill: c = "#749CFF"
|
|
@@ -524,7 +538,7 @@ const D1 = ({
|
|
|
524
538
|
}
|
|
525
539
|
)
|
|
526
540
|
}
|
|
527
|
-
), V = ({ width: s = 53, height: e = 64 }) => /* @__PURE__ */
|
|
541
|
+
), V = ({ width: s = 53, height: e = 64 }) => /* @__PURE__ */ r(
|
|
528
542
|
"svg",
|
|
529
543
|
{
|
|
530
544
|
width: s,
|
|
@@ -533,7 +547,7 @@ const D1 = ({
|
|
|
533
547
|
fill: "none",
|
|
534
548
|
xmlns: "http://www.w3.org/2000/svg",
|
|
535
549
|
children: [
|
|
536
|
-
/* @__PURE__ */
|
|
550
|
+
/* @__PURE__ */ r("g", { clipPath: "url(#b1hy30ykoa)", children: [
|
|
537
551
|
/* @__PURE__ */ a(
|
|
538
552
|
"path",
|
|
539
553
|
{
|
|
@@ -666,8 +680,8 @@ const D1 = ({
|
|
|
666
680
|
}
|
|
667
681
|
)
|
|
668
682
|
] }),
|
|
669
|
-
/* @__PURE__ */
|
|
670
|
-
/* @__PURE__ */
|
|
683
|
+
/* @__PURE__ */ r("defs", { children: [
|
|
684
|
+
/* @__PURE__ */ r(
|
|
671
685
|
"linearGradient",
|
|
672
686
|
{
|
|
673
687
|
id: "5l3wt0966b",
|
|
@@ -693,7 +707,7 @@ const D1 = ({
|
|
|
693
707
|
] })
|
|
694
708
|
]
|
|
695
709
|
}
|
|
696
|
-
), C = ({ width: s = 97, height: e = 86 }) => /* @__PURE__ */
|
|
710
|
+
), C = ({ width: s = 97, height: e = 86 }) => /* @__PURE__ */ r(
|
|
697
711
|
"svg",
|
|
698
712
|
{
|
|
699
713
|
width: s,
|
|
@@ -702,7 +716,7 @@ const D1 = ({
|
|
|
702
716
|
fill: "none",
|
|
703
717
|
xmlns: "http://www.w3.org/2000/svg",
|
|
704
718
|
children: [
|
|
705
|
-
/* @__PURE__ */
|
|
719
|
+
/* @__PURE__ */ r("g", { clipPath: "url(#mgrr97qesa)", stroke: "#2054A5", strokeWidth: ".958", children: [
|
|
706
720
|
/* @__PURE__ */ a(
|
|
707
721
|
"path",
|
|
708
722
|
{
|
|
@@ -775,7 +789,7 @@ const D1 = ({
|
|
|
775
789
|
), A = ({
|
|
776
790
|
width: s = 25,
|
|
777
791
|
height: e = 25
|
|
778
|
-
}) => /* @__PURE__ */
|
|
792
|
+
}) => /* @__PURE__ */ r(
|
|
779
793
|
"svg",
|
|
780
794
|
{
|
|
781
795
|
width: s,
|
|
@@ -825,7 +839,7 @@ const D1 = ({
|
|
|
825
839
|
), D = ({
|
|
826
840
|
width: s = 25,
|
|
827
841
|
height: e = 25
|
|
828
|
-
}) => /* @__PURE__ */
|
|
842
|
+
}) => /* @__PURE__ */ r(
|
|
829
843
|
"svg",
|
|
830
844
|
{
|
|
831
845
|
width: s,
|
|
@@ -885,11 +899,11 @@ const D1 = ({
|
|
|
885
899
|
}
|
|
886
900
|
)
|
|
887
901
|
}
|
|
888
|
-
),
|
|
902
|
+
), U = ({
|
|
889
903
|
width: s = 20,
|
|
890
904
|
height: e = 20,
|
|
891
905
|
fill: c = "#2054A5"
|
|
892
|
-
}) => /* @__PURE__ */
|
|
906
|
+
}) => /* @__PURE__ */ r(
|
|
893
907
|
"svg",
|
|
894
908
|
{
|
|
895
909
|
width: s,
|
|
@@ -920,11 +934,11 @@ const D1 = ({
|
|
|
920
934
|
) })
|
|
921
935
|
]
|
|
922
936
|
}
|
|
923
|
-
),
|
|
937
|
+
), L = ({
|
|
924
938
|
width: s = 20,
|
|
925
939
|
height: e = 20,
|
|
926
940
|
fill: c = "#2054A5"
|
|
927
|
-
}) => /* @__PURE__ */
|
|
941
|
+
}) => /* @__PURE__ */ r(
|
|
928
942
|
"svg",
|
|
929
943
|
{
|
|
930
944
|
width: s,
|
|
@@ -959,7 +973,7 @@ const D1 = ({
|
|
|
959
973
|
width: s = 20,
|
|
960
974
|
height: e = 20,
|
|
961
975
|
fill: c = "#2054A5"
|
|
962
|
-
}) => /* @__PURE__ */
|
|
976
|
+
}) => /* @__PURE__ */ r(
|
|
963
977
|
"svg",
|
|
964
978
|
{
|
|
965
979
|
width: s,
|
|
@@ -994,7 +1008,7 @@ const D1 = ({
|
|
|
994
1008
|
width: s = 20,
|
|
995
1009
|
height: e = 20,
|
|
996
1010
|
fill: c = "#2054A5"
|
|
997
|
-
}) => /* @__PURE__ */
|
|
1011
|
+
}) => /* @__PURE__ */ r(
|
|
998
1012
|
"svg",
|
|
999
1013
|
{
|
|
1000
1014
|
width: s,
|
|
@@ -1029,7 +1043,7 @@ const D1 = ({
|
|
|
1029
1043
|
width: s = 20,
|
|
1030
1044
|
height: e = 21,
|
|
1031
1045
|
fill: c = "#2054A5"
|
|
1032
|
-
}) => /* @__PURE__ */
|
|
1046
|
+
}) => /* @__PURE__ */ r(
|
|
1033
1047
|
"svg",
|
|
1034
1048
|
{
|
|
1035
1049
|
width: s,
|
|
@@ -1064,7 +1078,7 @@ const D1 = ({
|
|
|
1064
1078
|
width: s = 20,
|
|
1065
1079
|
height: e = 21,
|
|
1066
1080
|
fill: c = "#2054A5"
|
|
1067
|
-
}) => /* @__PURE__ */
|
|
1081
|
+
}) => /* @__PURE__ */ r(
|
|
1068
1082
|
"svg",
|
|
1069
1083
|
{
|
|
1070
1084
|
width: s,
|
|
@@ -1099,7 +1113,7 @@ const D1 = ({
|
|
|
1099
1113
|
width: s = 20,
|
|
1100
1114
|
height: e = 20,
|
|
1101
1115
|
fill: c = "#2054A5"
|
|
1102
|
-
}) => /* @__PURE__ */
|
|
1116
|
+
}) => /* @__PURE__ */ r(
|
|
1103
1117
|
"svg",
|
|
1104
1118
|
{
|
|
1105
1119
|
width: s,
|
|
@@ -1134,7 +1148,7 @@ const D1 = ({
|
|
|
1134
1148
|
width: s = 16,
|
|
1135
1149
|
height: e = 16,
|
|
1136
1150
|
fill: c = "#2054A5"
|
|
1137
|
-
}) => /* @__PURE__ */
|
|
1151
|
+
}) => /* @__PURE__ */ r(
|
|
1138
1152
|
"svg",
|
|
1139
1153
|
{
|
|
1140
1154
|
width: s,
|
|
@@ -1169,7 +1183,7 @@ const D1 = ({
|
|
|
1169
1183
|
width: s = 20,
|
|
1170
1184
|
height: e = 20,
|
|
1171
1185
|
fill: c = "#2054A5"
|
|
1172
|
-
}) => /* @__PURE__ */
|
|
1186
|
+
}) => /* @__PURE__ */ r(
|
|
1173
1187
|
"svg",
|
|
1174
1188
|
{
|
|
1175
1189
|
width: s,
|
|
@@ -1204,7 +1218,7 @@ const D1 = ({
|
|
|
1204
1218
|
width: s = 20,
|
|
1205
1219
|
height: e = 20,
|
|
1206
1220
|
fill: c = "#2054A5"
|
|
1207
|
-
}) => /* @__PURE__ */
|
|
1221
|
+
}) => /* @__PURE__ */ r(
|
|
1208
1222
|
"svg",
|
|
1209
1223
|
{
|
|
1210
1224
|
width: s,
|
|
@@ -1239,7 +1253,7 @@ const D1 = ({
|
|
|
1239
1253
|
width: s = 20,
|
|
1240
1254
|
height: e = 20,
|
|
1241
1255
|
fill: c = "#2054A5"
|
|
1242
|
-
}) => /* @__PURE__ */
|
|
1256
|
+
}) => /* @__PURE__ */ r(
|
|
1243
1257
|
"svg",
|
|
1244
1258
|
{
|
|
1245
1259
|
width: s,
|
|
@@ -1274,7 +1288,7 @@ const D1 = ({
|
|
|
1274
1288
|
width: s = 20,
|
|
1275
1289
|
height: e = 20,
|
|
1276
1290
|
fill: c = "#2054A5"
|
|
1277
|
-
}) => /* @__PURE__ */
|
|
1291
|
+
}) => /* @__PURE__ */ r(
|
|
1278
1292
|
"svg",
|
|
1279
1293
|
{
|
|
1280
1294
|
width: s,
|
|
@@ -1309,7 +1323,7 @@ const D1 = ({
|
|
|
1309
1323
|
width: s = 20,
|
|
1310
1324
|
height: e = 20,
|
|
1311
1325
|
fill: c = "#2054A5"
|
|
1312
|
-
}) => /* @__PURE__ */
|
|
1326
|
+
}) => /* @__PURE__ */ r(
|
|
1313
1327
|
"svg",
|
|
1314
1328
|
{
|
|
1315
1329
|
width: s,
|
|
@@ -1344,7 +1358,7 @@ const D1 = ({
|
|
|
1344
1358
|
width: s = 20,
|
|
1345
1359
|
height: e = 20,
|
|
1346
1360
|
fill: c = "#2054A5"
|
|
1347
|
-
}) => /* @__PURE__ */
|
|
1361
|
+
}) => /* @__PURE__ */ r(
|
|
1348
1362
|
"svg",
|
|
1349
1363
|
{
|
|
1350
1364
|
width: s,
|
|
@@ -1399,7 +1413,7 @@ const D1 = ({
|
|
|
1399
1413
|
width: s = 20,
|
|
1400
1414
|
height: e = 20,
|
|
1401
1415
|
fill: c = "#749CFF"
|
|
1402
|
-
}) => /* @__PURE__ */
|
|
1416
|
+
}) => /* @__PURE__ */ r(
|
|
1403
1417
|
"svg",
|
|
1404
1418
|
{
|
|
1405
1419
|
width: s,
|
|
@@ -1434,7 +1448,7 @@ const D1 = ({
|
|
|
1434
1448
|
width: s = 20,
|
|
1435
1449
|
height: e = 20,
|
|
1436
1450
|
fill: c = "#749CFF"
|
|
1437
|
-
}) => /* @__PURE__ */
|
|
1451
|
+
}) => /* @__PURE__ */ r(
|
|
1438
1452
|
"svg",
|
|
1439
1453
|
{
|
|
1440
1454
|
width: s,
|
|
@@ -1469,7 +1483,7 @@ const D1 = ({
|
|
|
1469
1483
|
width: s = 20,
|
|
1470
1484
|
height: e = 20,
|
|
1471
1485
|
fill: c = "#749CFF"
|
|
1472
|
-
}) => /* @__PURE__ */
|
|
1486
|
+
}) => /* @__PURE__ */ r(
|
|
1473
1487
|
"svg",
|
|
1474
1488
|
{
|
|
1475
1489
|
width: s,
|
|
@@ -1500,11 +1514,11 @@ const D1 = ({
|
|
|
1500
1514
|
) })
|
|
1501
1515
|
]
|
|
1502
1516
|
}
|
|
1503
|
-
),
|
|
1517
|
+
), T1 = ({
|
|
1504
1518
|
width: s = 20,
|
|
1505
1519
|
height: e = 20,
|
|
1506
1520
|
fill: c = "#749CFF"
|
|
1507
|
-
}) => /* @__PURE__ */
|
|
1521
|
+
}) => /* @__PURE__ */ r(
|
|
1508
1522
|
"svg",
|
|
1509
1523
|
{
|
|
1510
1524
|
width: s,
|
|
@@ -1540,7 +1554,7 @@ const D1 = ({
|
|
|
1540
1554
|
width: s = 20,
|
|
1541
1555
|
height: e = 20,
|
|
1542
1556
|
fill: c = "#749CFF"
|
|
1543
|
-
}) => /* @__PURE__ */
|
|
1557
|
+
}) => /* @__PURE__ */ r(
|
|
1544
1558
|
"svg",
|
|
1545
1559
|
{
|
|
1546
1560
|
width: s,
|
|
@@ -1575,7 +1589,7 @@ const D1 = ({
|
|
|
1575
1589
|
width: s = 20,
|
|
1576
1590
|
height: e = 20,
|
|
1577
1591
|
fill: c = "#749CFF"
|
|
1578
|
-
}) => /* @__PURE__ */
|
|
1592
|
+
}) => /* @__PURE__ */ r(
|
|
1579
1593
|
"svg",
|
|
1580
1594
|
{
|
|
1581
1595
|
width: s,
|
|
@@ -1610,7 +1624,7 @@ const D1 = ({
|
|
|
1610
1624
|
width: s = 20,
|
|
1611
1625
|
height: e = 20,
|
|
1612
1626
|
fill: c = "#749CFF"
|
|
1613
|
-
}) => /* @__PURE__ */
|
|
1627
|
+
}) => /* @__PURE__ */ r(
|
|
1614
1628
|
"svg",
|
|
1615
1629
|
{
|
|
1616
1630
|
width: s,
|
|
@@ -1645,7 +1659,7 @@ const D1 = ({
|
|
|
1645
1659
|
width: s = 20,
|
|
1646
1660
|
height: e = 20,
|
|
1647
1661
|
fill: c = "#749CFF"
|
|
1648
|
-
}) => /* @__PURE__ */
|
|
1662
|
+
}) => /* @__PURE__ */ r(
|
|
1649
1663
|
"svg",
|
|
1650
1664
|
{
|
|
1651
1665
|
width: s,
|
|
@@ -1680,7 +1694,7 @@ const D1 = ({
|
|
|
1680
1694
|
width: s = 20,
|
|
1681
1695
|
height: e = 20,
|
|
1682
1696
|
fill: c = "#2054A5"
|
|
1683
|
-
}) => /* @__PURE__ */
|
|
1697
|
+
}) => /* @__PURE__ */ r(
|
|
1684
1698
|
"svg",
|
|
1685
1699
|
{
|
|
1686
1700
|
width: s,
|
|
@@ -1715,7 +1729,7 @@ const D1 = ({
|
|
|
1715
1729
|
width: s = 20,
|
|
1716
1730
|
height: e = 20,
|
|
1717
1731
|
fill: c = "#2054A5"
|
|
1718
|
-
}) => /* @__PURE__ */
|
|
1732
|
+
}) => /* @__PURE__ */ r(
|
|
1719
1733
|
"svg",
|
|
1720
1734
|
{
|
|
1721
1735
|
width: s,
|
|
@@ -1750,7 +1764,7 @@ const D1 = ({
|
|
|
1750
1764
|
width: s = 20,
|
|
1751
1765
|
height: e = 20,
|
|
1752
1766
|
fill: c = "#030C24"
|
|
1753
|
-
}) => /* @__PURE__ */
|
|
1767
|
+
}) => /* @__PURE__ */ r(
|
|
1754
1768
|
"svg",
|
|
1755
1769
|
{
|
|
1756
1770
|
width: s,
|
|
@@ -1786,7 +1800,7 @@ const D1 = ({
|
|
|
1786
1800
|
width: s = 20,
|
|
1787
1801
|
height: e = 20,
|
|
1788
1802
|
fill: c = "#749CFF"
|
|
1789
|
-
}) => /* @__PURE__ */
|
|
1803
|
+
}) => /* @__PURE__ */ r(
|
|
1790
1804
|
"svg",
|
|
1791
1805
|
{
|
|
1792
1806
|
width: s,
|
|
@@ -1821,7 +1835,7 @@ const D1 = ({
|
|
|
1821
1835
|
width: s = 20,
|
|
1822
1836
|
height: e = 20,
|
|
1823
1837
|
fill: c = "#749CFF"
|
|
1824
|
-
}) => /* @__PURE__ */
|
|
1838
|
+
}) => /* @__PURE__ */ r(
|
|
1825
1839
|
"svg",
|
|
1826
1840
|
{
|
|
1827
1841
|
width: s,
|
|
@@ -1856,7 +1870,7 @@ const D1 = ({
|
|
|
1856
1870
|
width: s = 28,
|
|
1857
1871
|
height: e = 28,
|
|
1858
1872
|
fill: c = "#749CFF"
|
|
1859
|
-
}) => /* @__PURE__ */
|
|
1873
|
+
}) => /* @__PURE__ */ r(
|
|
1860
1874
|
"svg",
|
|
1861
1875
|
{
|
|
1862
1876
|
width: s,
|
|
@@ -1887,7 +1901,7 @@ const D1 = ({
|
|
|
1887
1901
|
) })
|
|
1888
1902
|
]
|
|
1889
1903
|
}
|
|
1890
|
-
), s1 = ({ width: s = 108, height: e = 30 }) => /* @__PURE__ */
|
|
1904
|
+
), s1 = ({ width: s = 108, height: e = 30 }) => /* @__PURE__ */ r(
|
|
1891
1905
|
"svg",
|
|
1892
1906
|
{
|
|
1893
1907
|
width: s,
|
|
@@ -1896,7 +1910,7 @@ const D1 = ({
|
|
|
1896
1910
|
fill: "none",
|
|
1897
1911
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1898
1912
|
children: [
|
|
1899
|
-
/* @__PURE__ */
|
|
1913
|
+
/* @__PURE__ */ r("g", { clipPath: "url(#jbzcr4mnra)", children: [
|
|
1900
1914
|
/* @__PURE__ */ a(
|
|
1901
1915
|
"path",
|
|
1902
1916
|
{
|
|
@@ -1947,8 +1961,8 @@ const D1 = ({
|
|
|
1947
1961
|
}
|
|
1948
1962
|
)
|
|
1949
1963
|
] }),
|
|
1950
|
-
/* @__PURE__ */
|
|
1951
|
-
/* @__PURE__ */
|
|
1964
|
+
/* @__PURE__ */ r("defs", { children: [
|
|
1965
|
+
/* @__PURE__ */ r(
|
|
1952
1966
|
"linearGradient",
|
|
1953
1967
|
{
|
|
1954
1968
|
id: "mwp83fidvb",
|
|
@@ -1972,11 +1986,11 @@ const D1 = ({
|
|
|
1972
1986
|
] })
|
|
1973
1987
|
]
|
|
1974
1988
|
}
|
|
1975
|
-
),
|
|
1989
|
+
), n1 = ({
|
|
1976
1990
|
width: s = 20,
|
|
1977
1991
|
height: e = 20,
|
|
1978
1992
|
fill: c = "#2054A5"
|
|
1979
|
-
}) => /* @__PURE__ */
|
|
1993
|
+
}) => /* @__PURE__ */ r(
|
|
1980
1994
|
"svg",
|
|
1981
1995
|
{
|
|
1982
1996
|
width: s,
|
|
@@ -2005,11 +2019,11 @@ const D1 = ({
|
|
|
2005
2019
|
) })
|
|
2006
2020
|
]
|
|
2007
2021
|
}
|
|
2008
|
-
),
|
|
2022
|
+
), r1 = ({
|
|
2009
2023
|
width: s = 20,
|
|
2010
2024
|
height: e = 20,
|
|
2011
2025
|
fill: c = "#2054A5"
|
|
2012
|
-
}) => /* @__PURE__ */
|
|
2026
|
+
}) => /* @__PURE__ */ r(
|
|
2013
2027
|
"svg",
|
|
2014
2028
|
{
|
|
2015
2029
|
width: s,
|
|
@@ -2044,7 +2058,7 @@ const D1 = ({
|
|
|
2044
2058
|
width: s = 36,
|
|
2045
2059
|
height: e = 36,
|
|
2046
2060
|
fill: c = "#2054A5"
|
|
2047
|
-
}) => /* @__PURE__ */
|
|
2061
|
+
}) => /* @__PURE__ */ r(
|
|
2048
2062
|
"svg",
|
|
2049
2063
|
{
|
|
2050
2064
|
width: s,
|
|
@@ -2073,11 +2087,11 @@ const D1 = ({
|
|
|
2073
2087
|
) })
|
|
2074
2088
|
]
|
|
2075
2089
|
}
|
|
2076
|
-
),
|
|
2090
|
+
), h1 = ({
|
|
2077
2091
|
width: s = 36,
|
|
2078
2092
|
height: e = 36,
|
|
2079
2093
|
fill: c = "#2054A5"
|
|
2080
|
-
}) => /* @__PURE__ */
|
|
2094
|
+
}) => /* @__PURE__ */ r(
|
|
2081
2095
|
"svg",
|
|
2082
2096
|
{
|
|
2083
2097
|
width: s,
|
|
@@ -2108,11 +2122,11 @@ const D1 = ({
|
|
|
2108
2122
|
) })
|
|
2109
2123
|
]
|
|
2110
2124
|
}
|
|
2111
|
-
),
|
|
2125
|
+
), t1 = ({
|
|
2112
2126
|
width: s = 36,
|
|
2113
2127
|
height: e = 36,
|
|
2114
2128
|
fill: c = "#2054A5"
|
|
2115
|
-
}) => /* @__PURE__ */
|
|
2129
|
+
}) => /* @__PURE__ */ r(
|
|
2116
2130
|
"svg",
|
|
2117
2131
|
{
|
|
2118
2132
|
width: s,
|
|
@@ -2146,7 +2160,7 @@ const D1 = ({
|
|
|
2146
2160
|
width: s = 36,
|
|
2147
2161
|
height: e = 36,
|
|
2148
2162
|
fill: c = "#2054A5"
|
|
2149
|
-
}) => /* @__PURE__ */
|
|
2163
|
+
}) => /* @__PURE__ */ r(
|
|
2150
2164
|
"svg",
|
|
2151
2165
|
{
|
|
2152
2166
|
width: s,
|
|
@@ -2180,7 +2194,7 @@ const D1 = ({
|
|
|
2180
2194
|
width: s = 36,
|
|
2181
2195
|
height: e = 36,
|
|
2182
2196
|
fill: c = "#2054A5"
|
|
2183
|
-
}) => /* @__PURE__ */
|
|
2197
|
+
}) => /* @__PURE__ */ r(
|
|
2184
2198
|
"svg",
|
|
2185
2199
|
{
|
|
2186
2200
|
width: s,
|
|
@@ -2214,7 +2228,7 @@ const D1 = ({
|
|
|
2214
2228
|
width: s = 36,
|
|
2215
2229
|
height: e = 36,
|
|
2216
2230
|
fill: c = "#2054A5"
|
|
2217
|
-
}) => /* @__PURE__ */
|
|
2231
|
+
}) => /* @__PURE__ */ r(
|
|
2218
2232
|
"svg",
|
|
2219
2233
|
{
|
|
2220
2234
|
width: s,
|
|
@@ -2248,7 +2262,7 @@ const D1 = ({
|
|
|
2248
2262
|
width: s = 20,
|
|
2249
2263
|
height: e = 20,
|
|
2250
2264
|
fill: c = "#749CFF"
|
|
2251
|
-
}) => /* @__PURE__ */
|
|
2265
|
+
}) => /* @__PURE__ */ r(
|
|
2252
2266
|
"svg",
|
|
2253
2267
|
{
|
|
2254
2268
|
width: s,
|
|
@@ -2279,11 +2293,11 @@ const D1 = ({
|
|
|
2279
2293
|
) })
|
|
2280
2294
|
]
|
|
2281
2295
|
}
|
|
2282
|
-
),
|
|
2296
|
+
), d1 = ({
|
|
2283
2297
|
width: s = 20,
|
|
2284
2298
|
height: e = 20,
|
|
2285
2299
|
fill: c = "#2054A5"
|
|
2286
|
-
}) => /* @__PURE__ */
|
|
2300
|
+
}) => /* @__PURE__ */ r(
|
|
2287
2301
|
"svg",
|
|
2288
2302
|
{
|
|
2289
2303
|
width: s,
|
|
@@ -2314,11 +2328,11 @@ const D1 = ({
|
|
|
2314
2328
|
) })
|
|
2315
2329
|
]
|
|
2316
2330
|
}
|
|
2317
|
-
),
|
|
2331
|
+
), p1 = ({
|
|
2318
2332
|
width: s = 20,
|
|
2319
2333
|
height: e = 20,
|
|
2320
2334
|
fill: c = "#2054A5"
|
|
2321
|
-
}) => /* @__PURE__ */
|
|
2335
|
+
}) => /* @__PURE__ */ r(
|
|
2322
2336
|
"svg",
|
|
2323
2337
|
{
|
|
2324
2338
|
width: s,
|
|
@@ -2387,7 +2401,7 @@ const D1 = ({
|
|
|
2387
2401
|
width: s = 26,
|
|
2388
2402
|
height: e = 26,
|
|
2389
2403
|
fill: c = "#F64C71"
|
|
2390
|
-
}) => /* @__PURE__ */
|
|
2404
|
+
}) => /* @__PURE__ */ r(
|
|
2391
2405
|
"svg",
|
|
2392
2406
|
{
|
|
2393
2407
|
width: s,
|
|
@@ -2422,7 +2436,7 @@ const D1 = ({
|
|
|
2422
2436
|
width: s = 20,
|
|
2423
2437
|
height: e = 20,
|
|
2424
2438
|
fill: c = "#2054A5"
|
|
2425
|
-
}) => /* @__PURE__ */
|
|
2439
|
+
}) => /* @__PURE__ */ r(
|
|
2426
2440
|
"svg",
|
|
2427
2441
|
{
|
|
2428
2442
|
width: s,
|
|
@@ -2458,7 +2472,7 @@ const D1 = ({
|
|
|
2458
2472
|
width: s = 20,
|
|
2459
2473
|
height: e = 20,
|
|
2460
2474
|
fill: c = "#2054A5"
|
|
2461
|
-
}) => /* @__PURE__ */
|
|
2475
|
+
}) => /* @__PURE__ */ r(
|
|
2462
2476
|
"svg",
|
|
2463
2477
|
{
|
|
2464
2478
|
width: s,
|
|
@@ -2493,7 +2507,7 @@ const D1 = ({
|
|
|
2493
2507
|
width: s = 20,
|
|
2494
2508
|
height: e = 20,
|
|
2495
2509
|
fill: c = "#2054A5"
|
|
2496
|
-
}) => /* @__PURE__ */
|
|
2510
|
+
}) => /* @__PURE__ */ r(
|
|
2497
2511
|
"svg",
|
|
2498
2512
|
{
|
|
2499
2513
|
width: s,
|
|
@@ -2528,7 +2542,7 @@ const D1 = ({
|
|
|
2528
2542
|
width: s = 20,
|
|
2529
2543
|
height: e = 20,
|
|
2530
2544
|
fill: c = "#2054A5"
|
|
2531
|
-
}) => /* @__PURE__ */
|
|
2545
|
+
}) => /* @__PURE__ */ r(
|
|
2532
2546
|
"svg",
|
|
2533
2547
|
{
|
|
2534
2548
|
width: s,
|
|
@@ -2563,7 +2577,7 @@ const D1 = ({
|
|
|
2563
2577
|
width: s = 28,
|
|
2564
2578
|
height: e = 28,
|
|
2565
2579
|
fill: c = "#2054A5"
|
|
2566
|
-
}) => /* @__PURE__ */
|
|
2580
|
+
}) => /* @__PURE__ */ r(
|
|
2567
2581
|
"svg",
|
|
2568
2582
|
{
|
|
2569
2583
|
width: s,
|
|
@@ -2597,7 +2611,7 @@ const D1 = ({
|
|
|
2597
2611
|
width: s = 22,
|
|
2598
2612
|
height: e = 27,
|
|
2599
2613
|
fill: c = "#2054A5"
|
|
2600
|
-
}) => /* @__PURE__ */
|
|
2614
|
+
}) => /* @__PURE__ */ r(
|
|
2601
2615
|
"svg",
|
|
2602
2616
|
{
|
|
2603
2617
|
width: s,
|
|
@@ -2631,10 +2645,10 @@ const D1 = ({
|
|
|
2631
2645
|
width: s = 135,
|
|
2632
2646
|
height: e = 28,
|
|
2633
2647
|
fill: c = "#2054A5"
|
|
2634
|
-
}) => /* @__PURE__ */
|
|
2648
|
+
}) => /* @__PURE__ */ r("svg", { width: s, height: e, viewBox: "0 0 205 43", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2635
2649
|
/* @__PURE__ */ a("path", { d: "M135.779 42.097h-7.19l-5.568-11.528-2.042 11.528h-7.19l4.05-22.926h7.19l5.536 11.724 2.074-11.724h7.19l-4.05 22.926zm13.015-17.227-.484 2.852h7.125l-.975 5.405h-7.125l-.582 3.239h8.094l-1.002 5.731h-15.284l4.05-22.926h15.284l-1.002 5.699h-8.099zm25.615 5.895 6.026 11.332h-8.518l-3.141-5.96-4.567 5.96h-8.192l9.618-11.822-5.895-11.11h8.519l3.042 5.732 4.371-5.732h8.192l-9.455 11.594v.006zM205 19.17l-1.002 5.699h-6.085l-3.043 17.227h-7.19l3.043-17.227h-6.026l1.002-5.7H205z", fill: "url(#bc9c9fr8na)" }),
|
|
2636
2650
|
/* @__PURE__ */ a("path", { d: "M14.87 42.097V39.54c4.426 0 7.692-.386 9.798-1.16 2.101-.772 3.773-2.051 5.019-3.837 1.241-1.785 1.861-3.674 1.861-5.66 0-2.831-1.311-5.427-3.935-7.795 1.883-2.586 2.825-4.997 2.825-7.24 0-3.064-1.333-5.617-3.995-7.664-2.183-1.66-5.09-2.493-8.715-2.493H2.765v38.407H0V1.051h17.37c4.686 0 8.43 1.159 11.24 3.483 2.922 2.444 4.386 5.47 4.386 9.074 0 2.526-.713 4.839-2.133 6.94 2.204 2.667 3.31 5.449 3.31 8.355 0 2.586-.845 5.051-2.527 7.392-1.54 2.145-3.565 3.647-6.069 4.507-2.504.86-6.069 1.295-10.695 1.295h-.011zm0-4.746v-2.526c3.027 0 5.15-.168 6.37-.511 1.561-.42 2.764-1.133 3.603-2.134 1.001-1.165 1.502-2.504 1.502-4.028 0-1.383-.36-2.585-1.083-3.603-.719-1.024-2.003-2.172-3.849-3.457 2.504-2.025 3.756-4.153 3.756-6.4 0-1.1-.283-2.118-.844-3.05a5.65 5.65 0 0 0-2.313-2.15c-.844-.424-1.666-.69-2.466-.81-.8-.12-2.362-.18-4.686-.18H7.8v33.595H5.095V5.982h10.19c2.16 0 3.766.065 4.806.196 1.04.13 2.014.414 2.917.855 1.301.56 2.412 1.556 3.337 2.988.92 1.431 1.382 2.972 1.382 4.61 0 2.243-.854 4.398-2.552 6.461 2.444 1.982 3.663 4.398 3.663 7.245 0 2.204-.719 4.066-2.15 5.59-1.437 1.524-3.391 2.526-5.879 3.005-.778.141-1.665.245-2.662.316-.99.07-2.09.103-3.287.103h.01zm-2.04 4.746h-2.706V10.663h5.318c2.265 0 3.854.202 4.78.599.658.283 1.213.79 1.654 1.518.44.73.659 1.546.659 2.45 0 2.406-1.301 3.848-3.909 4.327-.38.06-.876.11-1.486.153-.61.038-1.366.06-2.27.06v-2.526c1.824 0 3.125-.152 3.909-.452.784-.3 1.17-.833 1.17-1.595s-.305-1.268-.92-1.578c-.61-.31-1.687-.468-3.227-.468h-2.978v28.936l.005.01zm2.04-19.922 1.416.028c1.263 0 2.33.103 3.2.299.871.201 1.568.49 2.09.87 1.4 1.04 2.102 2.434 2.102 4.181 0 1.4-.452 2.531-1.356 3.397-.903.86-2.242 1.431-4.028 1.709-.402.044-.832.07-1.29.093-.462.021-1.175.032-2.133.032v-2.466c1.16 0 2.123-.065 2.885-.196.762-.13 1.404-.315 1.921-.555.844-.403 1.263-1.094 1.263-2.074 0-.68-.229-1.252-.692-1.714-.419-.48-1.012-.811-1.774-.99-.42-.06-1.007-.115-1.758-.164a29.833 29.833 0 0 0-1.85-.076v-2.374h.005zM89.426 42.097H86.72V21.843c0-5.013-.343-8.475-1.023-10.38-1.083-3.07-3.086-5.4-6.01-6.983-2.084-1.122-4.245-1.688-6.487-1.688-1.78 0-3.451.327-5.003.986-1.551.658-3.211 1.741-4.975 3.255a29.187 29.187 0 0 0-2.645-1.982c-.8-.522-1.606-.958-2.406-1.306-1.48-.632-3.135-.953-4.959-.953-2.988 0-5.677.817-8.083 2.444-1.965 1.345-3.326 3.032-4.088 5.062-.762 2.03-1.143 4.932-1.143 8.71v23.09h-2.672V18.762c0-3.93.288-6.766.87-8.508 1.084-3.451 3.337-6.135 6.761-8.061C47.502.729 50.175 0 52.88 0c3.125 0 6.57 1.083 10.337 3.244C64.8 2.172 66.412 1.366 68.056.816A15.86 15.86 0 0 1 73.074 0c3.304 0 6.39.93 9.254 2.798 3.304 2.144 5.426 5.127 6.368 8.937.48 1.927.719 5.248.719 9.961v20.401h.01zm-5.052 0H81.73V21.762c0-3.054-.109-5.27-.332-6.64-.218-1.378-.62-2.57-1.203-3.572-.659-1.067-1.633-1.921-2.912-2.574a9.021 9.021 0 0 0-4.148-.98 9.302 9.302 0 0 0-3.652.74c-1.17.496-2.08 1.149-2.722 1.976-.702.904-1.23 2.058-1.595 3.467a20.186 20.186 0 0 0-.359 2.352c-.081.844-.12 1.878-.12 3.102v22.475h-2.732V21.207c0-2.907-.152-5.09-.452-6.543-.3-1.454-.86-2.694-1.682-3.712-.718-.904-1.687-1.628-2.9-2.183a9.243 9.243 0 0 0-3.86-.827c-2.265 0-4.17.702-5.71 2.106-.963.904-1.65 2.123-2.058 3.669-.413 1.546-.615 3.777-.615 6.706v21.685h-2.645V20.543c0-3.125.109-5.335.332-6.614.218-1.285.691-2.515 1.41-3.701.963-1.644 2.406-2.95 4.327-3.909 1.6-.8 3.282-1.202 5.046-1.202 2.063 0 3.87.43 5.421 1.29 1.552.86 3.103 2.324 4.643 4.387 1.361-1.802 2.624-3.087 3.789-3.86 1.802-1.213 3.815-1.823 6.036-1.823 2.542 0 4.866.773 6.973 2.319 1.725 1.246 2.88 2.787 3.473 4.621.588 1.84.887 4.844.887 9.025v21.027l.005-.006zm-24.82 0h-2.738V20.994c0-2.983-.142-4.92-.42-5.824-.18-.642-.555-1.154-1.126-1.546a3.251 3.251 0 0 0-1.878-.588c-.86 0-1.59.262-2.177.784-.594.517-.958 1.22-1.1 2.101-.06.338-.109.931-.152 1.77-.038.838-.06 1.948-.06 3.33v21.076H47.17V20.864c0-3.55.224-5.944.659-7.19.36-1.002 1.05-1.835 2.074-2.5a6.105 6.105 0 0 1 3.396-.99c1.742 0 3.217.61 4.42 1.835.719.761 1.209 1.752 1.459 2.977.25 1.225.376 3.135.376 5.742V42.097zm19.834 0h-2.705V21.19c0-3.288-.201-5.432-.599-6.44-.201-.462-.571-.87-1.11-1.235a3.346 3.346 0 0 0-1.742-.479c-1.725 0-2.787.844-3.184 2.526-.082.425-.153 1.127-.212 2.107a66.18 66.18 0 0 0-.093 3.88v20.548h-2.798V21.435c0-2.444.06-4.191.18-5.23.12-1.046.36-1.987.719-2.831.419-.882 1.126-1.611 2.117-2.194.99-.582 2.08-.87 3.26-.87 1.181 0 2.292.293 3.277.887.98.593 1.682 1.388 2.101 2.39.338.8.56 1.616.659 2.438 0 .081.022.69.06 1.834.038 1.143.06 2.259.06 3.337v20.907l.01-.006zM96.273 1.05v41.047H93.54V1.051h2.733zm5.111 0v41.047h-2.738V1.051h2.738zm5.106 0v41.047h-2.738V1.051h2.738z", fill: c }),
|
|
2637
|
-
/* @__PURE__ */ a("defs", { children: /* @__PURE__ */
|
|
2651
|
+
/* @__PURE__ */ a("defs", { children: /* @__PURE__ */ r("linearGradient", { id: "bc9c9fr8na", x1: "113.789", y1: "30.634", x2: "205", y2: "30.634", gradientUnits: "userSpaceOnUse", children: [
|
|
2638
2652
|
/* @__PURE__ */ a("stop", { "stop-color": "#0058AD" }),
|
|
2639
2653
|
/* @__PURE__ */ a("stop", { offset: "1", "stop-color": "#00C6DA" })
|
|
2640
2654
|
] }) })
|
|
@@ -2642,13 +2656,59 @@ const D1 = ({
|
|
|
2642
2656
|
width: s = 135,
|
|
2643
2657
|
height: e = 28,
|
|
2644
2658
|
fill: c = "#2054A5"
|
|
2645
|
-
}) => /* @__PURE__ */
|
|
2659
|
+
}) => /* @__PURE__ */ r("svg", { width: s, height: e, viewBox: "0 0 130 90", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2646
2660
|
/* @__PURE__ */ a("path", { d: "M31.28 89.996H21.056l-7.924-16.4-2.902 16.4H0l5.759-32.614h10.229l7.875 16.676 2.947-16.676h10.23l-5.76 32.614zm18.517-24.508-.692 4.054H59.24l-1.383 7.694H47.722l-.827 4.606h11.517l-1.428 8.154H35.24L41 57.383h21.743l-1.429 8.11H49.797v-.004zm36.361 8.385 8.57 16.123H82.614l-4.467-8.475-6.496 8.475H59.998L73.68 73.181l-8.385-15.8H77.41l4.33 8.156 6.22-8.155h11.654l-13.452 16.49h-.004zM129.6 57.382l-1.428 8.11h-8.661L115.179 90h-10.225l4.33-24.509h-8.57l1.429-8.11h27.456z", fill: "url(#b1g987s20a)" }),
|
|
2647
2661
|
/* @__PURE__ */ a("path", { d: "M18.988 50.341v-3.059c5.294 0 9.198-.46 11.716-1.386 2.515-.926 4.512-2.452 6-4.59 1.484-2.136 2.228-4.389 2.228-6.767 0-3.38-1.568-6.489-4.708-9.321 2.253-3.09 3.378-5.976 3.378-8.661 0-3.663-1.593-6.72-4.778-9.164-2.612-1.987-6.087-2.982-10.42-2.982H4.504v45.927H1.198V1.254H21.97c5.605 0 10.086 1.39 13.438 4.17 3.5 2.923 5.246 6.54 5.246 10.854 0 3.017-.852 5.786-2.553 8.3 2.637 3.186 3.957 6.517 3.957 9.992 0 3.09-1.006 6.038-3.021 8.84-1.844 2.563-4.264 4.361-7.257 5.388-2.997 1.03-7.26 1.547-12.792 1.547v-.004zm0-5.678v-3.017c3.618 0 6.157-.203 7.62-.611 1.868-.503 3.303-1.352 4.31-2.55 1.197-1.39 1.798-2.996 1.798-4.816 0-1.652-.43-3.09-1.296-4.313-.862-1.222-2.396-2.598-4.6-4.131 2.994-2.42 4.492-4.97 4.492-7.655a6.94 6.94 0 0 0-1.006-3.646 6.725 6.725 0 0 0-2.766-2.57c-1.005-.507-1.99-.828-2.947-.971-.96-.144-2.826-.217-5.605-.217h-8.445v40.175H7.31V7.15H19.49c2.588 0 4.506.077 5.749.234a11.03 11.03 0 0 1 3.485 1.023c1.558.67 2.888 1.861 3.988 3.576 1.1 1.711 1.652 3.552 1.652 5.518 0 2.682-1.02 5.26-3.056 7.725 2.923 2.371 4.383 5.26 4.383 8.66 0 2.637-.855 4.862-2.567 6.685-1.714 1.82-4.058 3.017-7.026 3.594-.932.167-1.994.293-3.182.377a56.138 56.138 0 0 1-3.935.126l.007-.004zm-2.445 5.678h-3.234V12.754h6.363c2.707 0 4.61.24 5.713.72.79.335 1.45.942 1.977 1.815.528.873.79 1.851.79 2.927 0 2.874-1.558 4.6-4.67 5.175-.457.074-1.047.133-1.777.179-.73.048-1.635.073-2.714.073v-3.018c2.18 0 3.737-.178 4.673-.537.932-.36 1.4-.996 1.4-1.904 0-.908-.366-1.515-1.096-1.886-.73-.37-2.019-.558-3.863-.558h-3.558v34.605l-.004-.004zm2.445-23.824 1.69.035c1.509 0 2.783.122 3.827.36 1.041.237 1.876.586 2.497 1.04 1.677 1.247 2.515 2.913 2.515 4.998 0 1.676-.538 3.031-1.617 4.061-1.08 1.03-2.682 1.712-4.812 2.047-.482.049-.996.084-1.544.108-.552.025-1.404.035-2.553.035v-2.947c1.39 0 2.539-.077 3.45-.234.912-.154 1.677-.378 2.298-.664 1.006-.478 1.51-1.306 1.51-2.48 0-.813-.277-1.494-.829-2.046-.503-.576-1.208-.97-2.12-1.187a28.567 28.567 0 0 0-2.102-.2c-.897-.059-1.634-.09-2.21-.09v-2.84.004zM108.142 50.342h-3.233V26.119c0-5.996-.409-10.138-1.223-12.415-1.292-3.67-3.688-6.454-7.187-8.35-2.49-1.345-5.078-2.015-7.76-2.015-2.13 0-4.128.394-5.982 1.177-1.858.785-3.838 2.08-5.947 3.89-1.15-.953-2.204-1.743-3.16-2.368a19.568 19.568 0 0 0-2.875-1.56c-1.774-.759-3.75-1.14-5.93-1.14-3.57 0-6.792.975-9.667 2.92-2.35 1.61-3.977 3.629-4.889 6.056-.911 2.427-1.365 5.898-1.365 10.417v27.614h-3.2V22.438c0-4.697.35-8.092 1.041-10.176 1.296-4.125 3.989-7.334 8.085-9.64C58.01.874 61.213 0 64.443 0c3.74 0 7.858 1.292 12.363 3.88 1.893-1.282 3.82-2.25 5.787-2.902a18.89 18.89 0 0 1 6-.978c3.953 0 7.64 1.114 11.067 3.346 3.953 2.566 6.492 6.129 7.616 10.686.577 2.302.863 6.276.863 11.912v24.4l.003-.002zm-6.038 0h-3.16v-24.32c0-3.65-.133-6.301-.395-7.946-.262-1.645-.744-3.07-1.435-4.271-.79-1.271-1.952-2.298-3.486-3.08A10.772 10.772 0 0 0 88.67 9.55c-1.508 0-2.965.297-4.365.884-1.4.59-2.486 1.376-3.251 2.36-.838 1.083-1.474 2.463-1.904 4.143a22.807 22.807 0 0 0-.43 2.81c-.097 1.01-.142 2.246-.142 3.71v26.88h-3.27V25.34c0-3.478-.177-6.087-.537-7.823-.36-1.739-1.03-3.22-2.015-4.442-.862-1.079-2.018-1.948-3.468-2.609-1.45-.66-2.99-.988-4.617-.988-2.706 0-4.983.838-6.827 2.518-1.149 1.08-1.97 2.542-2.459 4.386-.492 1.844-.736 4.52-.736 8.022v25.934h-3.161V24.551c0-3.74.13-6.377.395-7.91.262-1.533.827-3.01 1.686-4.425 1.15-1.966 2.875-3.527 5.176-4.676A13.35 13.35 0 0 1 64.782 6.1c2.466 0 4.63.517 6.485 1.544 1.858 1.03 3.71 2.78 5.553 5.249 1.631-2.155 3.14-3.695 4.53-4.614 2.154-1.453 4.564-2.179 7.222-2.179 3.041 0 5.821.926 8.336 2.773 2.06 1.491 3.447 3.332 4.152 5.528.706 2.197 1.058 5.794 1.058 10.791v25.145l-.014.004zm-29.68 0H69.15V25.106c0-3.566-.168-5.888-.503-6.964a3.244 3.244 0 0 0-1.348-1.847 3.886 3.886 0 0 0-2.245-.702c-1.03 0-1.897.31-2.606.933-.705.621-1.145 1.46-1.313 2.51-.073.406-.133 1.111-.181 2.12a91.064 91.064 0 0 0-.074 3.985v25.2h-3.269V24.946c0-4.243.266-7.11.79-8.594.43-1.198 1.257-2.193 2.48-2.986 1.222-.793 2.577-1.187 4.06-1.187 2.086 0 3.846.73 5.285 2.193.862.911 1.442 2.099 1.742 3.562.3 1.463.45 3.754.45 6.87v25.539h.004zm23.715 0h-3.233V25.34c0-3.932-.238-6.5-.72-7.697-.237-.552-.68-1.044-1.327-1.474a4.019 4.019 0 0 0-2.085-.576c-2.06 0-3.331 1.006-3.81 3.02-.094.507-.178 1.346-.251 2.519-.074 1.173-.109 2.72-.109 4.641v24.572h-3.342V25.634c0-2.927.074-5.012.217-6.259.143-1.247.43-2.375.862-3.38.503-1.055 1.348-1.931 2.532-2.627a7.573 7.573 0 0 1 3.901-1.044c1.415 0 2.745.353 3.915 1.062 1.174.709 2.012 1.662 2.515 2.86.405.96.67 1.931.789 2.913 0 .098.024.827.073 2.193.046 1.369.073 2.7.073 3.992v25-.002zM116.335 1.254V50.34h-3.268V1.254h3.268zm6.108 0V50.34h-3.272V1.254h3.272zm6.108 0V50.34h-3.272V1.254h3.272z", fill: c }),
|
|
2648
|
-
/* @__PURE__ */ a("defs", { children: /* @__PURE__ */
|
|
2662
|
+
/* @__PURE__ */ a("defs", { children: /* @__PURE__ */ r("linearGradient", { id: "b1g987s20a", x1: "0", y1: "73.688", x2: "129.599", y2: "73.688", gradientUnits: "userSpaceOnUse", children: [
|
|
2649
2663
|
/* @__PURE__ */ a("stop", { "stop-color": "#0058AD" }),
|
|
2650
2664
|
/* @__PURE__ */ a("stop", { offset: "1", "stop-color": "#00C6DA" })
|
|
2651
2665
|
] }) })
|
|
2666
|
+
] }), A1 = ({
|
|
2667
|
+
width: s = 58,
|
|
2668
|
+
height: e = 58,
|
|
2669
|
+
fill: c = "#2054A5"
|
|
2670
|
+
}) => /* @__PURE__ */ r("svg", { width: s, height: e, viewBox: "0 0 58 58", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2671
|
+
/* @__PURE__ */ a("path", { d: "M32.244 33.8h2.17v2.17c0 .22.08.4.24.57.16.16.35.24.57.24h1.19c.22 0 .41-.08.56-.24a.8.8 0 0 0 .22-.57V33.8h2.2c.22 0 .41-.08.56-.24.15-.16.22-.35.22-.56v-1.19c0-.22-.07-.41-.22-.56a.746.746 0 0 0-.56-.22h-2.2v-2.2c0-.22-.07-.41-.22-.56a.746.746 0 0 0-.56-.22h-1.19c-.22 0-.4.07-.57.22-.16.15-.24.33-.24.56v2.2h-2.17c-.22 0-.4.07-.56.22-.16.15-.24.33-.24.56V33c0 .22.08.4.24.56.16.16.35.24.56.24z", fill: c }),
|
|
2672
|
+
/* @__PURE__ */ a("path", { d: "M44.994 21.49c-.62-.62-1.36-.93-2.23-.93h-13.79v-3.65c0-.87-.31-1.61-.93-2.23-.62-.62-1.36-.93-2.23-.93h-10.58c-.87 0-1.61.31-2.23.93-.62.62-.93 1.36-.93 2.23V41.1c0 .88.31 1.62.93 2.23.62.61 1.36.92 2.23.92h27.53c.87 0 1.61-.31 2.23-.92.62-.61.93-1.36.93-2.23V23.72c0-.87-.31-1.61-.93-2.23zm-19.05 19.74h-10.84V37.2h10.83v4.03h.01zm0-6.81h-10.84v-4.03h10.83v4.03h.01zm0-6.8h-10.84v-4.03h10.83v4.03h.01zm0-6.81h-10.84v-4.03h10.83v4.03h.01zm16.94 20.42h-14.17V23.59h14.17v17.64z", fill: c })
|
|
2673
|
+
] }), D1 = ({
|
|
2674
|
+
width: s = 58,
|
|
2675
|
+
height: e = 58,
|
|
2676
|
+
fill: c = "#2054A5"
|
|
2677
|
+
}) => /* @__PURE__ */ a("svg", { width: s, height: e, viewBox: "0 0 58 58", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ a("path", { d: "M43.086 35.98a5.72 5.72 0 0 0-2.37-2.024 33.577 33.577 0 0 0-5.232-1.903v.715c.44.165.804.45 1.08.847.275.396.407.847.407 1.364 0 .671-.231 1.232-.694 1.694a2.321 2.321 0 0 1-1.697.693 2.321 2.321 0 0 1-1.696-.693 2.315 2.315 0 0 1-.694-1.694c0-.517.132-.968.407-1.364a2.215 2.215 0 0 1 1.08-.847v-.77c0-.132-.022-.264-.033-.385a24.152 24.152 0 0 0-9.343.011c-.143.33-.22.682-.22 1.078v.22c.958.242 1.752.759 2.38 1.529.628.77.947 1.683.947 2.717v2.949a.863.863 0 0 1-.264.638.883.883 0 0 1-.64.264h-1.52v.187a1.057 1.057 0 0 1-.32.517.885.885 0 0 1-.572.198.865.865 0 0 1-.64-.264.88.88 0 0 1-.264-.638v-1.794c0-.253.088-.462.276-.638a.89.89 0 0 1 .65-.264c.22 0 .407.066.573.199a.942.942 0 0 1 .32.517v.186h.605V37.18c0-.726-.264-1.33-.782-1.815-.518-.484-1.146-.726-1.884-.726s-1.355.242-1.884.726c-.529.484-.782 1.09-.782 1.815v2.046h.606v-.187a.942.942 0 0 1 .32-.516.884.884 0 0 1 .572-.199c.254 0 .463.088.64.264a.88.88 0 0 1 .264.638v1.794a.833.833 0 0 1-.276.638.89.89 0 0 1-.65.264.884.884 0 0 1-.573-.198.942.942 0 0 1-.32-.517v-.187h-1.52a.865.865 0 0 1-.639-.264.88.88 0 0 1-.264-.638v-2.949c0-1.1.363-2.046 1.102-2.849a4.594 4.594 0 0 1 2.71-1.463v-.143c0-.21.033-.418.055-.616a34.075 34.075 0 0 0-5.079 1.87 5.794 5.794 0 0 0-2.336 2.035c-.595.891-.892 1.925-.892 3.091v1.442c0 .957.341 1.782 1.014 2.453.672.671 1.498 1.012 2.468 1.012h23.037c.97 0 1.795-.341 2.467-1.012A3.353 3.353 0 0 0 44 40.535v-1.441c0-1.178-.297-2.223-.892-3.103l-.022-.01zm-1.94 4.302a.491.491 0 0 1-.132.34.42.42 0 0 1-.33.144h-1.311v1.298a.491.491 0 0 1-.133.34.42.42 0 0 1-.33.144h-.716a.458.458 0 0 1-.342-.143.457.457 0 0 1-.143-.341v-1.298h-1.3a.458.458 0 0 1-.341-.143.457.457 0 0 1-.144-.341v-.715c0-.133.044-.242.144-.33.099-.089.209-.133.341-.133h1.3v-1.309c0-.132.044-.242.143-.33.1-.088.21-.132.342-.132h.716a.449.449 0 0 1 .463.462v1.31h1.31a.449.449 0 0 1 .464.462v.715zM28.973 28.675c-2.116 0-3.868-.693-5.256-2.09-1.388-1.386-2.093-3.135-2.093-5.247 0-2.113.694-3.862 2.093-5.248 1.388-1.386 3.14-2.09 5.256-2.09 2.115 0 3.867.693 5.255 2.09 1.399 1.386 2.093 3.136 2.093 5.248s-.694 3.861-2.093 5.247c-1.4 1.386-3.151 2.09-5.256 2.09z", fill: c }) }), f1 = ({
|
|
2678
|
+
width: s = 58,
|
|
2679
|
+
height: e = 58,
|
|
2680
|
+
fill: c = "#2054A5"
|
|
2681
|
+
}) => /* @__PURE__ */ r("svg", { width: s, height: e, viewBox: "0 0 58 58", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2682
|
+
/* @__PURE__ */ a("mask", { id: "x8a2gcc5ga", style: { maskType: "alpha" }, maskUnits: "userSpaceOnUse", x: "9", y: "9", width: "40", height: "40", children: /* @__PURE__ */ a("path", { fill: c, d: "M9 9h40v40H9z" }) }),
|
|
2683
|
+
/* @__PURE__ */ a("g", { mask: "url(#x8a2gcc5ga)", children: /* @__PURE__ */ a("path", { d: "M16.556 44.279c-1.368 0-2.34-.625-2.914-1.873-.575-1.25-.406-2.397.507-3.443l9.905-11.452V16.967H22.31c-.444 0-.818-.153-1.122-.457a1.533 1.533 0 0 1-.456-1.126c0-.446.152-.82.456-1.121a1.532 1.532 0 0 1 1.122-.453h13.38c.445 0 .82.153 1.126.458.306.304.459.68.459 1.125 0 .446-.153.82-.459 1.121a1.542 1.542 0 0 1-1.126.453h-1.738V27.51l9.906 11.452c.909 1.046 1.076 2.194.5 3.443-.574 1.248-1.546 1.873-2.913 1.873h-24.89zm3.275-4.546h18.345l-6.167-7.162h-6.011l-6.167 7.163zm-3.39 1.39h25.125l-10.777-12.47V16.968h-3.578v11.687l-10.77 12.468z", fill: c }) })
|
|
2684
|
+
] }), U1 = ({
|
|
2685
|
+
width: s = 36,
|
|
2686
|
+
height: e = 36,
|
|
2687
|
+
fill: c = "#0071CE"
|
|
2688
|
+
}) => /* @__PURE__ */ r("svg", { width: s, height: e, viewBox: "0 0 36 36", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2689
|
+
/* @__PURE__ */ a("mask", { id: "bv2ah4t6la", style: { maskType: "alpha" }, maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "36", height: "36", children: /* @__PURE__ */ a("path", { fill: c, d: "M0 0h36v36H0z" }) }),
|
|
2690
|
+
/* @__PURE__ */ a("g", { mask: "url(#bv2ah4t6la)", children: /* @__PURE__ */ a("path", { d: "M16.579 22.48v3.08c0 .4.137.736.412 1.01.274.273.611.41 1.013.41.401 0 .737-.137 1.008-.41.272-.274.408-.61.408-1.01v-3.08h3.08c.4 0 .736-.137 1.01-.412a1.38 1.38 0 0 0 .41-1.013c0-.401-.137-.738-.41-1.009a1.379 1.379 0 0 0-1.01-.407h-3.08v-3.08c0-.4-.138-.736-.412-1.01a1.379 1.379 0 0 0-1.013-.41c-.402 0-.738.137-1.009.41-.271.274-.407.61-.407 1.01v3.08h-3.08c-.4 0-.737.137-1.01.412-.274.274-.41.612-.41 1.013 0 .401.136.737.41 1.009.273.271.61.407 1.01.407h3.08zM5.589 33.25c-.775 0-1.442-.279-2.002-.838-.56-.56-.839-1.227-.839-2.002V11.709c0-.777.28-1.445.84-2.006.559-.56 1.226-.841 2.001-.841h6.18v-3.5c0-.77.28-1.437.84-1.998.559-.562 1.226-.843 2.001-.843h6.779c.774 0 1.442.281 2.001.843.56.561.84 1.227.84 1.998v3.5h6.18c.776 0 1.445.28 2.005.841.561.56.842 1.23.842 2.006v18.7c0 .776-.28 1.443-.842 2.003-.56.56-1.229.839-2.005.839H5.59zm0-2.84h24.82V11.709H5.59v18.7zM14.61 8.862h6.779v-3.5H14.61v3.5z", fill: "#2054A5" }) })
|
|
2691
|
+
] }), L1 = ({
|
|
2692
|
+
width: s = 36,
|
|
2693
|
+
height: e = 36,
|
|
2694
|
+
fill: c = "#0071CE"
|
|
2695
|
+
}) => /* @__PURE__ */ r("svg", { width: s, height: e, viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2696
|
+
/* @__PURE__ */ a("mask", { id: "jacl1b653a", style: { maskType: "alpha" }, maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "20", height: "20", children: /* @__PURE__ */ a("path", { fill: c, d: "M0 0h20v20H0z" }) }),
|
|
2697
|
+
/* @__PURE__ */ a("g", { mask: "url(#jacl1b653a)", children: /* @__PURE__ */ a("path", { d: "M10 15.886c1.629-1.46 2.86-2.794 3.692-4.002.832-1.209 1.248-2.323 1.248-3.342 0-1.435-.47-2.624-1.41-3.568-.94-.943-2.117-1.415-3.53-1.415-1.415 0-2.591.472-3.531 1.415-.94.944-1.41 2.133-1.41 3.568 0 1.02.416 2.132 1.248 3.34.832 1.206 2.063 2.54 3.692 4.004zm-.002 1.774c-.193 0-.375-.033-.547-.099a1.846 1.846 0 0 1-.5-.296 35.677 35.677 0 0 1-1.852-1.729 19.018 19.018 0 0 1-1.835-2.118 12.105 12.105 0 0 1-1.39-2.377 6.176 6.176 0 0 1-.544-2.5c0-1.906.635-3.501 1.905-4.785C6.505 2.472 8.093 1.83 10 1.83c1.893 0 3.477.642 4.754 1.926 1.277 1.284 1.916 2.88 1.916 4.786 0 .839-.185 1.675-.555 2.51-.37.834-.833 1.63-1.39 2.386a17.576 17.576 0 0 1-1.824 2.109c-.659.65-1.276 1.222-1.852 1.718-.162.131-.33.23-.502.296a1.52 1.52 0 0 1-.548.099zM10 10.05c.434 0 .8-.15 1.1-.45.3-.3.45-.667.45-1.1 0-.434-.15-.8-.45-1.1-.3-.3-.666-.45-1.1-.45-.433 0-.8.15-1.1.45-.3.3-.45.666-.45 1.1 0 .433.15.8.45 1.1.3.3.667.45 1.1.45z", fill: c }) })
|
|
2698
|
+
] }), B1 = ({
|
|
2699
|
+
width: s = 20,
|
|
2700
|
+
height: e = 20,
|
|
2701
|
+
fill: c = "#1C1B1F"
|
|
2702
|
+
}) => /* @__PURE__ */ r("svg", { width: s, height: e, viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2703
|
+
/* @__PURE__ */ a("mask", { id: "vp6odenkwa", style: { maskType: "alpha" }, maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "20", height: "20", children: /* @__PURE__ */ a("path", { fill: c, d: "M0 0h20v20H0z" }) }),
|
|
2704
|
+
/* @__PURE__ */ a("g", { mask: "url(#vp6odenkwa)", children: /* @__PURE__ */ a("path", { d: "M10.004 18.343c-1.69 0-3.054-.25-4.091-.748-1.037-.498-1.555-1.15-1.555-1.955 0-.29.069-.561.207-.815.138-.254.36-.491.665-.711a.814.814 0 0 1 .668-.066.889.889 0 0 1 .53.426.8.8 0 0 1 .068.658.878.878 0 0 1-.424.518c.135.224.62.44 1.456.65.836.21 1.66.314 2.472.314s1.637-.105 2.475-.314c.837-.21 1.323-.426 1.459-.65a.879.879 0 0 1-.424-.518.8.8 0 0 1 .068-.658.889.889 0 0 1 .53-.426.814.814 0 0 1 .667.066c.306.22.528.457.666.71.138.255.207.526.207.816 0 .805-.518 1.456-1.554 1.955-1.037.499-2.4.748-4.09.748zm.027-4.828c1.296-.95 2.273-1.927 2.93-2.935.656-1.007.984-2.002.984-2.982 0-1.333-.424-2.34-1.272-3.02-.848-.679-1.737-1.019-2.668-1.019-.934 0-1.825.341-2.673 1.023-.848.681-1.272 1.69-1.272 3.027 0 .88.328 1.816.985 2.808.657.992 1.652 2.024 2.986 3.098zm-.026 1.75a1.71 1.71 0 0 1-.523-.083 1.32 1.32 0 0 1-.471-.27c-1.576-1.266-2.749-2.516-3.52-3.75-.77-1.232-1.155-2.419-1.155-3.558 0-.946.172-1.778.515-2.495a5.654 5.654 0 0 1 1.332-1.803 5.698 5.698 0 0 1 1.824-1.102 5.712 5.712 0 0 1 1.997-.374c.658 0 1.324.125 1.996.374a5.66 5.66 0 0 1 1.821 1.102 5.693 5.693 0 0 1 1.33 1.808c.346.72.519 1.552.519 2.495 0 1.134-.386 2.316-1.159 3.547-.772 1.231-1.942 2.482-3.511 3.752a1.316 1.316 0 0 1-.472.273 1.684 1.684 0 0 1-.523.084zm.003-6.246c.428 0 .793-.151 1.095-.455.301-.303.452-.668.452-1.094 0-.43-.152-.795-.456-1.095-.305-.3-.67-.45-1.098-.45-.429 0-.795.153-1.097.46-.302.307-.453.67-.453 1.087 0 .418.152.78.457 1.087.305.307.672.46 1.1.46z", fill: c }) })
|
|
2705
|
+
] }), F1 = ({
|
|
2706
|
+
width: s = 12,
|
|
2707
|
+
height: e = 12,
|
|
2708
|
+
fill: c = "#2054A5"
|
|
2709
|
+
}) => /* @__PURE__ */ r("svg", { width: s, height: e, viewBox: "0 0 12 12", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2710
|
+
/* @__PURE__ */ a("mask", { id: "tkg40n49ya", style: { maskType: "alpha" }, maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "12", height: "12", children: /* @__PURE__ */ a("path", { fill: c, d: "M0 0h12.001v12.001H0z" }) }),
|
|
2711
|
+
/* @__PURE__ */ a("g", { mask: "url(#tkg40n49ya)", children: /* @__PURE__ */ a("path", { d: "M3.646 11.493a1 1 0 0 1-.733-.305 1 1 0 0 1-.304-.732V1.545a1 1 0 0 1 .304-.733 1 1 0 0 1 .733-.305h4.71a1 1 0 0 1 .733.305 1 1 0 0 1 .305.733v.636c0 .146-.05.269-.15.369-.1.1-.221.15-.366.15a.506.506 0 0 1-.37-.15.498.498 0 0 1-.151-.369v-.636h-4.71v8.91h4.71V9.82c0-.145.05-.268.15-.368.099-.1.221-.15.366-.15.144 0 .268.05.369.15.101.1.152.223.152.368v.637a1 1 0 0 1-.305.732 1 1 0 0 1-.732.305h-4.71zM6 3.081a.465.465 0 0 0 .476-.472.465.465 0 0 0-.471-.476.465.465 0 0 0-.477.471.465.465 0 0 0 .472.477zm2.314 3.91a.514.514 0 0 1-.232-.228c-.054-.102-.048-.216.017-.341A1.018 1.018 0 0 0 8.2 6a1.018 1.018 0 0 0-.102-.422c-.065-.124-.07-.238-.017-.34a.514.514 0 0 1 .232-.228c.1-.05.21-.06.332-.032.122.03.222.115.3.256.064.12.106.244.125.376a2.631 2.631 0 0 1 0 .784c-.02.13-.061.253-.124.372-.08.142-.18.227-.3.256a.475.475 0 0 1-.333-.031zm1.263 1.234a.52.52 0 0 1-.193-.268c-.037-.113-.013-.22.07-.322.192-.233.331-.483.419-.749.087-.266.131-.561.131-.886 0-.324-.044-.62-.131-.886a2.308 2.308 0 0 0-.419-.748c-.083-.102-.107-.21-.07-.322a.521.521 0 0 1 .193-.269A.436.436 0 0 1 9.9 3.7c.126.017.243.096.351.238A3.481 3.481 0 0 1 10.903 6a3.496 3.496 0 0 1-.65 2.063c-.108.142-.225.22-.35.237a.438.438 0 0 1-.327-.075z", fill: c }) })
|
|
2652
2712
|
] });
|
|
2653
2713
|
export {
|
|
2654
2714
|
K as Add,
|
|
@@ -2657,12 +2717,15 @@ export {
|
|
|
2657
2717
|
w1 as Aetna,
|
|
2658
2718
|
i as ArrowDown,
|
|
2659
2719
|
g1 as ArrowForwardBtn,
|
|
2660
|
-
|
|
2661
|
-
|
|
2720
|
+
n1 as ArrowLeft,
|
|
2721
|
+
r1 as ArrowRight,
|
|
2662
2722
|
z1 as BMI,
|
|
2663
|
-
|
|
2723
|
+
p1 as Biometric,
|
|
2724
|
+
L1 as BusquedaCiudad,
|
|
2664
2725
|
M1 as Camera,
|
|
2665
|
-
|
|
2726
|
+
t1 as Carnet,
|
|
2727
|
+
F1 as Celular,
|
|
2728
|
+
B1 as CercaDeMi,
|
|
2666
2729
|
e1 as Check,
|
|
2667
2730
|
j as CheckCircle,
|
|
2668
2731
|
u1 as CircleDenied,
|
|
@@ -2671,27 +2734,29 @@ export {
|
|
|
2671
2734
|
H as Close,
|
|
2672
2735
|
A as CollapseMenu,
|
|
2673
2736
|
F as Configuracion,
|
|
2737
|
+
U1 as CuadroMedico,
|
|
2674
2738
|
I as Delete,
|
|
2675
2739
|
E as Disable,
|
|
2676
2740
|
i1 as Docs,
|
|
2677
|
-
|
|
2741
|
+
d1 as DownloadDoc,
|
|
2678
2742
|
P as Edit,
|
|
2679
|
-
|
|
2743
|
+
h as Email,
|
|
2680
2744
|
M as EmailFill,
|
|
2681
2745
|
C as Envelope,
|
|
2682
2746
|
l as Exclamation,
|
|
2683
2747
|
D as ExpandMenu,
|
|
2684
2748
|
R as Eye,
|
|
2685
2749
|
l1 as Family,
|
|
2686
|
-
|
|
2750
|
+
p as Femenino,
|
|
2687
2751
|
m1 as Filters,
|
|
2688
2752
|
x1 as Gallery,
|
|
2689
2753
|
w as Height,
|
|
2690
2754
|
b as Help,
|
|
2691
2755
|
o as HideEye,
|
|
2692
2756
|
o1 as History,
|
|
2693
|
-
|
|
2757
|
+
O1 as Icon,
|
|
2694
2758
|
B as Impagos,
|
|
2759
|
+
f1 as Laboratorio,
|
|
2695
2760
|
V as Lock,
|
|
2696
2761
|
S as LockPassword,
|
|
2697
2762
|
s1 as LogoBMI,
|
|
@@ -2699,11 +2764,13 @@ export {
|
|
|
2699
2764
|
C1 as LogoBMIVertical,
|
|
2700
2765
|
O as Logout,
|
|
2701
2766
|
G as Mail,
|
|
2702
|
-
|
|
2767
|
+
d as Masculino,
|
|
2768
|
+
D1 as Medico,
|
|
2703
2769
|
f as Notification,
|
|
2704
|
-
|
|
2705
|
-
|
|
2770
|
+
L as Pagos,
|
|
2771
|
+
t as Password,
|
|
2706
2772
|
c1 as Pencil,
|
|
2773
|
+
A1 as Profesional,
|
|
2707
2774
|
Z as ReInit,
|
|
2708
2775
|
N as Resend,
|
|
2709
2776
|
J as Reset,
|
|
@@ -2718,13 +2785,13 @@ export {
|
|
|
2718
2785
|
g as SmokeOff,
|
|
2719
2786
|
$ as Sort,
|
|
2720
2787
|
y1 as Sthetoscope,
|
|
2721
|
-
|
|
2788
|
+
T1 as SwapVertical,
|
|
2722
2789
|
x as Telefono,
|
|
2723
2790
|
Y as Trash,
|
|
2724
2791
|
q as Unsubscribe,
|
|
2725
2792
|
k as Upload,
|
|
2726
|
-
|
|
2727
|
-
|
|
2793
|
+
h1 as User,
|
|
2794
|
+
U as Users,
|
|
2728
2795
|
z as Weight,
|
|
2729
2796
|
y as Whatsapp
|
|
2730
2797
|
};
|
package/package.json
CHANGED