bmi-next-brokers 1.0.7 → 1.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/icons/Icon.js +6 -6
- package/dist/icons/components/AddAlert.d.ts +3 -0
- package/dist/icons/components/AddAlert.js +10 -0
- package/dist/icons/components/Assignment.d.ts +3 -0
- package/dist/icons/components/Assignment.js +10 -0
- package/dist/icons/components/index.d.ts +2 -0
- package/dist/icons/components/index.js +174 -170
- package/dist/icons/index.d.ts +2 -0
- package/dist/icons/index.js +200 -196
- package/dist/index-uhgkulO7.js +210 -0
- package/package.json +1 -1
- package/dist/index-DULNt1Ev.js +0 -206
package/dist/icons/Icon.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { I as l } from "../index-
|
|
3
|
-
const
|
|
1
|
+
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import { I as l } from "../index-uhgkulO7.js";
|
|
3
|
+
const u = ({
|
|
4
4
|
name: o,
|
|
5
5
|
width: n = 20,
|
|
6
6
|
height: t = 20,
|
|
7
7
|
fill: c = "currentColor",
|
|
8
|
-
className:
|
|
8
|
+
className: s
|
|
9
9
|
}) => {
|
|
10
10
|
const r = l[o];
|
|
11
|
-
return r ? /* @__PURE__ */
|
|
11
|
+
return !r && o ? (console.warn(`⚠️ El icono "${o}" no existe.`), null) : /* @__PURE__ */ e(r, { width: n, height: t, style: { color: c }, className: s });
|
|
12
12
|
};
|
|
13
13
|
export {
|
|
14
|
-
|
|
14
|
+
u as Icon
|
|
15
15
|
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { jsxs as t, jsx as h } from "react/jsx-runtime";
|
|
2
|
+
const s = (e) => /* @__PURE__ */ t("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 18 18", width: "1em", height: "1em", ...e, children: [
|
|
3
|
+
/* @__PURE__ */ h("mask", { id: "add_alert_svg__a", width: 18, height: 18, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: {
|
|
4
|
+
maskType: "alpha"
|
|
5
|
+
}, children: /* @__PURE__ */ h("path", { fill: "currentColor", d: "M0 0h18v18H0z" }) }),
|
|
6
|
+
/* @__PURE__ */ h("g", { mask: "url(#add_alert_svg__a)", children: /* @__PURE__ */ h("path", { fill: "#113B71", d: "M8.25 11.25h1.5v-1.5h1.5v-1.5h-1.5v-1.5h-1.5v1.5h-1.5v1.5h1.5zm-5.25 3v-1.5h1.5V7.5q0-1.556.938-2.766A4.33 4.33 0 0 1 7.874 3.15v-.525q0-.468.328-.797Q8.532 1.5 9 1.5t.797.328q.328.328.328.797v.525q1.5.375 2.438 1.584.937 1.21.937 2.766v5.25H15v1.5zm6 2.25q-.619 0-1.06-.44A1.45 1.45 0 0 1 7.5 15h3q0 .619-.44 1.06-.442.44-1.06.44m-3-3.75h6V7.5q0-1.237-.881-2.119A2.9 2.9 0 0 0 9 4.5q-1.237 0-2.119.881A2.9 2.9 0 0 0 6 7.5z" }) })
|
|
7
|
+
] });
|
|
8
|
+
export {
|
|
9
|
+
s as default
|
|
10
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { jsxs as e, jsx as s } from "react/jsx-runtime";
|
|
2
|
+
const t = (h) => /* @__PURE__ */ e("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 18 18", width: "1em", height: "1em", ...h, children: [
|
|
3
|
+
/* @__PURE__ */ s("mask", { id: "assignment_svg__a", width: 18, height: 18, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: {
|
|
4
|
+
maskType: "alpha"
|
|
5
|
+
}, children: /* @__PURE__ */ s("path", { fill: "currentColor", d: "M0 0h18v18H0z" }) }),
|
|
6
|
+
/* @__PURE__ */ s("g", { mask: "url(#assignment_svg__a)", children: /* @__PURE__ */ s("path", { fill: "#113B71", d: "M3.75 15.75q-.62 0-1.06-.44a1.45 1.45 0 0 1-.44-1.06V3.75q0-.62.44-1.06.442-.44 1.06-.44H6.9q.243-.675.816-1.087Q8.286.75 9 .75q.713 0 1.284.413.572.411.816 1.087h3.15q.619 0 1.06.44.44.442.44 1.06v10.5q0 .619-.44 1.06-.442.44-1.06.44zm0-1.5h10.5V3.75H3.75zm1.5-1.5h5.25v-1.5H5.25zm0-3h7.5v-1.5h-7.5zm0-3h7.5v-1.5h-7.5zM9 3.188a.546.546 0 0 0 .563-.563A.546.546 0 0 0 9 2.063a.546.546 0 0 0-.562.562.546.546 0 0 0 .562.563" }) })
|
|
7
|
+
] });
|
|
8
|
+
export {
|
|
9
|
+
t as default
|
|
10
|
+
};
|
|
@@ -2,6 +2,7 @@ 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';
|
|
5
6
|
export { default as AddIcon } from './AddIcon';
|
|
6
7
|
export { default as AlertIcon } from './AlertIcon';
|
|
7
8
|
export { default as Apnfd } from './Apnfd';
|
|
@@ -10,6 +11,7 @@ export { default as ArrowBack } from './ArrowBack';
|
|
|
10
11
|
export { default as ArrowBackIosNew } from './ArrowBackIosNew';
|
|
11
12
|
export { default as ArrowForwardIos } from './ArrowForwardIos';
|
|
12
13
|
export { default as ArrowsOutward } from './ArrowsOutward';
|
|
14
|
+
export { default as Assignment } from './Assignment';
|
|
13
15
|
export { default as AttachFile } from './AttachFile';
|
|
14
16
|
export { default as BusinessCenter } from './BusinessCenter';
|
|
15
17
|
export { default as CalendarIcon } from './CalendarIcon';
|
|
@@ -2,179 +2,183 @@ import { default as r } 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 m } from "./
|
|
6
|
-
import { default as x } from "./
|
|
7
|
-
import { default as
|
|
8
|
-
import { default as I } from "./
|
|
9
|
-
import { default as
|
|
10
|
-
import { default as w } from "./
|
|
11
|
-
import { default as y } from "./
|
|
12
|
-
import { default as P } from "./
|
|
13
|
-
import { default as
|
|
14
|
-
import { default as R } from "./
|
|
15
|
-
import { default as k } from "./
|
|
16
|
-
import { default as L } from "./
|
|
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 ro } from "./
|
|
29
|
-
import { default as to } from "./
|
|
30
|
-
import { default as lo } from "./
|
|
31
|
-
import { default as po } from "./
|
|
32
|
-
import { default as uo } from "./
|
|
33
|
-
import { default as no } from "./
|
|
34
|
-
import { default as
|
|
35
|
-
import { default as
|
|
36
|
-
import { default as ho } from "./
|
|
37
|
-
import { default as bo } from "./
|
|
38
|
-
import { default as Fo } from "./
|
|
39
|
-
import { default as
|
|
40
|
-
import { default as
|
|
41
|
-
import { default as So } from "./
|
|
42
|
-
import { default as Bo } from "./
|
|
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 ae } from "./
|
|
56
|
-
import { default as fe } from "./
|
|
57
|
-
import { default as se } from "./
|
|
58
|
-
import { default as pe } from "./
|
|
59
|
-
import { default as ue } from "./
|
|
60
|
-
import { default as ne } from "./
|
|
61
|
-
import { default as
|
|
62
|
-
import { default as
|
|
63
|
-
import { default as he } from "./
|
|
64
|
-
import { default as be } from "./
|
|
65
|
-
import { default as Fe } from "./
|
|
66
|
-
import { default as
|
|
67
|
-
import { default as
|
|
68
|
-
import { default as Se } from "./
|
|
69
|
-
import { default as Be } from "./
|
|
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 er } from "./
|
|
82
|
-
import { default as ar } from "./
|
|
83
|
-
import { default as fr } from "./
|
|
84
|
-
import { default as sr } from "./
|
|
85
|
-
import { default as pr } from "./
|
|
86
|
-
import { default as ur } from "./
|
|
87
|
-
import { default as nr } from "./
|
|
88
|
-
import { default as
|
|
89
|
-
import { default as
|
|
5
|
+
import { default as m } from "./AddAlert.js";
|
|
6
|
+
import { default as x } from "./AddIcon.js";
|
|
7
|
+
import { default as i } from "./AlertIcon.js";
|
|
8
|
+
import { default as I } from "./Apnfd.js";
|
|
9
|
+
import { default as C } from "./Approve.js";
|
|
10
|
+
import { default as w } from "./ArrowBack.js";
|
|
11
|
+
import { default as y } from "./ArrowBackIosNew.js";
|
|
12
|
+
import { default as P } from "./ArrowForwardIos.js";
|
|
13
|
+
import { default as D } from "./ArrowsOutward.js";
|
|
14
|
+
import { default as R } from "./Assignment.js";
|
|
15
|
+
import { default as k } from "./AttachFile.js";
|
|
16
|
+
import { default as L } from "./BusinessCenter.js";
|
|
17
|
+
import { default as N } from "./CalendarIcon.js";
|
|
18
|
+
import { default as U } from "./Call.js";
|
|
19
|
+
import { default as v } from "./CancelIcon.js";
|
|
20
|
+
import { default as W } from "./Certificado.js";
|
|
21
|
+
import { default as K } from "./ChatBubble.js";
|
|
22
|
+
import { default as T } from "./CheckIcon.js";
|
|
23
|
+
import { default as G } from "./ChevronLeft.js";
|
|
24
|
+
import { default as Q } from "./Comisiones.js";
|
|
25
|
+
import { default as Y } from "./ComunicacionesIcon.js";
|
|
26
|
+
import { default as _ } from "./ContentCopy.js";
|
|
27
|
+
import { default as oo } from "./ConyugeIcon.js";
|
|
28
|
+
import { default as ro } from "./CotizacionesIcon.js";
|
|
29
|
+
import { default as to } from "./Credentials.js";
|
|
30
|
+
import { default as lo } from "./CreditCard.js";
|
|
31
|
+
import { default as po } from "./DashboardIcon.js";
|
|
32
|
+
import { default as uo } from "./Delete.js";
|
|
33
|
+
import { default as no } from "./DeniedIcon.js";
|
|
34
|
+
import { default as co } from "./Distance.js";
|
|
35
|
+
import { default as Ao } from "./Documentos.js";
|
|
36
|
+
import { default as ho } from "./DownloadIcon.js";
|
|
37
|
+
import { default as bo } from "./EditIcon.js";
|
|
38
|
+
import { default as Fo } from "./Female.js";
|
|
39
|
+
import { default as go } from "./Filter.js";
|
|
40
|
+
import { default as Mo } from "./Folder.js";
|
|
41
|
+
import { default as So } from "./FondosExtranjero.js";
|
|
42
|
+
import { default as Bo } from "./Fumador.js";
|
|
43
|
+
import { default as Ho } from "./HeadsetMic.js";
|
|
44
|
+
import { default as Oo } from "./HeightIcon.js";
|
|
45
|
+
import { default as Vo } from "./Help.js";
|
|
46
|
+
import { default as zo } from "./HistorialIcon.js";
|
|
47
|
+
import { default as Eo } from "./IdCodigoBroker.js";
|
|
48
|
+
import { default as jo } from "./ImpagoIcon.js";
|
|
49
|
+
import { default as qo } from "./Info.js";
|
|
50
|
+
import { default as Jo } from "./InfoFinanciera.js";
|
|
51
|
+
import { default as Xo } from "./KeyboardArrowDown.js";
|
|
52
|
+
import { default as Zo } from "./KeyboardArrowUp.js";
|
|
53
|
+
import { default as $o } from "./LocationOn.js";
|
|
54
|
+
import { default as ee } from "./LocationSearching.js";
|
|
55
|
+
import { default as ae } from "./LockIcon.js";
|
|
56
|
+
import { default as fe } from "./MailIcon.js";
|
|
57
|
+
import { default as se } from "./Male.js";
|
|
58
|
+
import { default as pe } from "./MasAcciones.js";
|
|
59
|
+
import { default as ue } from "./Medical.js";
|
|
60
|
+
import { default as ne } from "./Menu.js";
|
|
61
|
+
import { default as ce } from "./MoreVert.js";
|
|
62
|
+
import { default as Ae } from "./NextIcon.js";
|
|
63
|
+
import { default as he } from "./Notes.js";
|
|
64
|
+
import { default as be } from "./NumPolizaIcon.js";
|
|
65
|
+
import { default as Fe } from "./OpenInFull.js";
|
|
66
|
+
import { default as ge } from "./Pep.js";
|
|
67
|
+
import { default as Me } from "./Person.js";
|
|
68
|
+
import { default as Se } from "./PersonCancel.js";
|
|
69
|
+
import { default as Be } from "./PhotoLibrary.js";
|
|
70
|
+
import { default as He } from "./Planet.js";
|
|
71
|
+
import { default as Oe } from "./PolizaIcon.js";
|
|
72
|
+
import { default as Ve } from "./Public.js";
|
|
73
|
+
import { default as ze } from "./ReembolsosIcon.js";
|
|
74
|
+
import { default as Ee } from "./Refresh.js";
|
|
75
|
+
import { default as je } from "./RembolsosIcon.js";
|
|
76
|
+
import { default as qe } from "./Renovaciones.js";
|
|
77
|
+
import { default as Je } from "./Replay.js";
|
|
78
|
+
import { default as Xe } from "./Reply.js";
|
|
79
|
+
import { default as Ze } from "./SearchIcon.js";
|
|
80
|
+
import { default as $e } from "./Send.js";
|
|
81
|
+
import { default as er } from "./Share.js";
|
|
82
|
+
import { default as ar } from "./SmallFamily.js";
|
|
83
|
+
import { default as fr } from "./Smartphone.js";
|
|
84
|
+
import { default as sr } from "./Tutoriales.js";
|
|
85
|
+
import { default as pr } from "./UnfoldMore.js";
|
|
86
|
+
import { default as ur } from "./VerifiedUser.js";
|
|
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";
|
|
90
92
|
export {
|
|
91
93
|
l as Add,
|
|
92
94
|
d as AddAPhoto,
|
|
93
|
-
m as
|
|
94
|
-
x as
|
|
95
|
-
|
|
96
|
-
I as
|
|
97
|
-
|
|
98
|
-
w as
|
|
95
|
+
m as AddAlert,
|
|
96
|
+
x as AddIcon,
|
|
97
|
+
i as AlertIcon,
|
|
98
|
+
I as Apnfd,
|
|
99
|
+
C as Approve,
|
|
100
|
+
w as ArrowBack,
|
|
101
|
+
y as ArrowBackIosNew,
|
|
99
102
|
r as ArrowDown,
|
|
100
|
-
|
|
103
|
+
P as ArrowForwardIos,
|
|
101
104
|
t as ArrowUp,
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
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
|
-
|
|
105
|
+
D as ArrowsOutward,
|
|
106
|
+
R as Assignment,
|
|
107
|
+
k as AttachFile,
|
|
108
|
+
L as BusinessCenter,
|
|
109
|
+
N as CalendarIcon,
|
|
110
|
+
U as Call,
|
|
111
|
+
v as CancelIcon,
|
|
112
|
+
W as Certificado,
|
|
113
|
+
K as ChatBubble,
|
|
114
|
+
T as CheckIcon,
|
|
115
|
+
G as ChevronLeft,
|
|
116
|
+
Q as Comisiones,
|
|
117
|
+
Y as ComunicacionesIcon,
|
|
118
|
+
_ as ContentCopy,
|
|
119
|
+
oo as ConyugeIcon,
|
|
120
|
+
ro as CotizacionesIcon,
|
|
121
|
+
to as Credentials,
|
|
122
|
+
lo as CreditCard,
|
|
123
|
+
po as DashboardIcon,
|
|
124
|
+
uo as Delete,
|
|
125
|
+
no as DeniedIcon,
|
|
126
|
+
co as Distance,
|
|
127
|
+
Ao as Documentos,
|
|
128
|
+
ho as DownloadIcon,
|
|
129
|
+
bo as EditIcon,
|
|
130
|
+
Fo as Female,
|
|
131
|
+
go as Filter,
|
|
132
|
+
Mo as Folder,
|
|
133
|
+
So as FondosExtranjero,
|
|
134
|
+
Bo as Fumador,
|
|
135
|
+
Ho as HeadsetMic,
|
|
136
|
+
Oo as HeightIcon,
|
|
137
|
+
Vo as Help,
|
|
138
|
+
zo as HistorialIcon,
|
|
139
|
+
Eo as IdCodigoBroker,
|
|
140
|
+
jo as ImpagoIcon,
|
|
141
|
+
qo as Info,
|
|
142
|
+
Jo as InfoFinanciera,
|
|
143
|
+
Xo as KeyboardArrowDown,
|
|
144
|
+
Zo as KeyboardArrowUp,
|
|
145
|
+
$o as LocationOn,
|
|
146
|
+
ee as LocationSearching,
|
|
147
|
+
ae as LockIcon,
|
|
148
|
+
fe as MailIcon,
|
|
149
|
+
se as Male,
|
|
150
|
+
pe as MasAcciones,
|
|
151
|
+
ue as Medical,
|
|
152
|
+
ne as Menu,
|
|
153
|
+
ce as MoreVert,
|
|
154
|
+
Ae as NextIcon,
|
|
155
|
+
he as Notes,
|
|
156
|
+
be as NumPolizaIcon,
|
|
157
|
+
Fe as OpenInFull,
|
|
158
|
+
ge as Pep,
|
|
159
|
+
Me as Person,
|
|
160
|
+
Se as PersonCancel,
|
|
161
|
+
Be as PhotoLibrary,
|
|
162
|
+
He as Planet,
|
|
163
|
+
Oe as PolizaIcon,
|
|
164
|
+
Ve as Public,
|
|
165
|
+
ze as ReembolsosIcon,
|
|
166
|
+
Ee as Refresh,
|
|
167
|
+
je as RembolsosIcon,
|
|
168
|
+
qe as Renovaciones,
|
|
169
|
+
Je as Replay,
|
|
170
|
+
Xe as Reply,
|
|
171
|
+
Ze as SearchIcon,
|
|
172
|
+
$e as Send,
|
|
173
|
+
er as Share,
|
|
174
|
+
ar as SmallFamily,
|
|
175
|
+
fr as Smartphone,
|
|
176
|
+
sr as Tutoriales,
|
|
177
|
+
pr as UnfoldMore,
|
|
178
|
+
ur as VerifiedUser,
|
|
179
|
+
nr as Visibility,
|
|
180
|
+
cr as VisibilityOff,
|
|
181
|
+
Ar as Warning,
|
|
182
|
+
hr as WeightIcon,
|
|
183
|
+
br as Whatsapp
|
|
180
184
|
};
|
package/dist/icons/index.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export { default as Add } from './components/Add';
|
|
2
2
|
export { default as AddAPhoto } from './components/AddAPhoto';
|
|
3
|
+
export { default as AddAlert } from './components/AddAlert';
|
|
3
4
|
export { default as AddIcon } from './components/AddIcon';
|
|
4
5
|
export { default as AlertIcon } from './components/AlertIcon';
|
|
5
6
|
export { default as Apnfd } from './components/Apnfd';
|
|
@@ -11,6 +12,7 @@ export { default as ArrowForwardIos } from './components/ArrowForwardIos';
|
|
|
11
12
|
export { default as ArrowRight } from './components/ArrowRight';
|
|
12
13
|
export { default as ArrowUp } from './components/ArrowUp';
|
|
13
14
|
export { default as ArrowsOutward } from './components/ArrowsOutward';
|
|
15
|
+
export { default as Assignment } from './components/Assignment';
|
|
14
16
|
export { default as AttachFile } from './components/AttachFile';
|
|
15
17
|
export { default as BmiCollapsed } from './components/BmiCollapsed';
|
|
16
18
|
export { default as BmiLogo } from './components/BmiLogo';
|
package/dist/icons/index.js
CHANGED
|
@@ -1,202 +1,206 @@
|
|
|
1
1
|
import { default as r } from "./components/Add.js";
|
|
2
2
|
import { default as t } from "./components/AddAPhoto.js";
|
|
3
|
-
import { default as l } from "./components/
|
|
4
|
-
import { default as d } from "./components/
|
|
5
|
-
import { default as m } from "./components/
|
|
6
|
-
import { default as x } from "./components/
|
|
7
|
-
import { default as i } from "./components/
|
|
8
|
-
import { default as I } from "./components/
|
|
9
|
-
import { default as A } from "./components/
|
|
10
|
-
import { default as w } from "./components/
|
|
11
|
-
import { default as
|
|
12
|
-
import { default as y } from "./components/
|
|
13
|
-
import { default as S } from "./components/
|
|
14
|
-
import { default as M } from "./components/
|
|
15
|
-
import { default as R } from "./components/
|
|
16
|
-
import { default as k } from "./components/
|
|
17
|
-
import { default as U } from "./components/
|
|
18
|
-
import { default as N } from "./components/
|
|
19
|
-
import { default as v } from "./components/
|
|
20
|
-
import { default as W } from "./components/
|
|
21
|
-
import { default as K } from "./components/
|
|
22
|
-
import { default as G } from "./components/
|
|
23
|
-
import { default as q } from "./components/
|
|
24
|
-
import { default as Q } from "./components/
|
|
25
|
-
import { default as Y } from "./components/
|
|
26
|
-
import { default as _ } from "./components/
|
|
27
|
-
import { default as oo } from "./components/
|
|
28
|
-
import { default as ro } from "./components/
|
|
29
|
-
import { default as to } from "./components/
|
|
30
|
-
import { default as lo } from "./components/
|
|
31
|
-
import { default as po } from "./components/
|
|
32
|
-
import { default as uo } from "./components/
|
|
33
|
-
import { default as no } from "./components/
|
|
34
|
-
import { default as co } from "./components/
|
|
35
|
-
import { default as Co } from "./components/
|
|
36
|
-
import { default as ho } from "./components/
|
|
37
|
-
import { default as
|
|
38
|
-
import { default as
|
|
39
|
-
import { default as Fo } from "./components/
|
|
40
|
-
import { default as Do } from "./components/
|
|
41
|
-
import { default as Bo } from "./components/
|
|
42
|
-
import { default as Lo } from "./components/
|
|
43
|
-
import { default as Oo } from "./components/
|
|
44
|
-
import { default as Ho } from "./components/
|
|
45
|
-
import { default as Vo } from "./components/
|
|
46
|
-
import { default as zo } from "./components/
|
|
47
|
-
import { default as Eo } from "./components/
|
|
48
|
-
import { default as jo } from "./components/
|
|
49
|
-
import { default as To } from "./components/
|
|
50
|
-
import { default as Jo } from "./components/
|
|
51
|
-
import { default as Xo } from "./components/
|
|
52
|
-
import { default as Zo } from "./components/
|
|
53
|
-
import { default as $o } from "./components/
|
|
54
|
-
import { default as ee } from "./components/
|
|
55
|
-
import { default as ae } from "./components/
|
|
56
|
-
import { default as fe } from "./components/
|
|
57
|
-
import { default as se } from "./components/
|
|
58
|
-
import { default as pe } from "./components/
|
|
59
|
-
import { default as ue } from "./components/
|
|
60
|
-
import { default as ne } from "./components/
|
|
61
|
-
import { default as ce } from "./components/
|
|
62
|
-
import { default as Ce } from "./components/
|
|
63
|
-
import { default as he } from "./components/
|
|
64
|
-
import { default as
|
|
65
|
-
import { default as
|
|
66
|
-
import { default as Fe } from "./components/
|
|
67
|
-
import { default as De } from "./components/
|
|
68
|
-
import { default as Be } from "./components/
|
|
69
|
-
import { default as Le } from "./components/
|
|
70
|
-
import { default as Oe } from "./components/
|
|
71
|
-
import { default as He } from "./components/
|
|
72
|
-
import { default as Ve } from "./components/
|
|
73
|
-
import { default as ze } from "./components/
|
|
74
|
-
import { default as Ee } from "./components/
|
|
75
|
-
import { default as je } from "./components/
|
|
76
|
-
import { default as Te } from "./components/
|
|
77
|
-
import { default as Je } from "./components/
|
|
78
|
-
import { default as Xe } from "./components/
|
|
79
|
-
import { default as Ze } from "./components/
|
|
80
|
-
import { default as $e } from "./components/
|
|
81
|
-
import { default as er } from "./components/
|
|
82
|
-
import { default as ar } from "./components/
|
|
83
|
-
import { default as fr } from "./components/
|
|
84
|
-
import { default as sr } from "./components/
|
|
85
|
-
import { default as pr } from "./components/
|
|
86
|
-
import { default as ur } from "./components/
|
|
87
|
-
import { default as nr } from "./components/
|
|
88
|
-
import { default as cr } from "./components/
|
|
89
|
-
import { default as Cr } from "./components/
|
|
90
|
-
import { default as hr } from "./components/
|
|
91
|
-
import { default as
|
|
92
|
-
import { default as
|
|
93
|
-
import { default as Fr } from "./components/
|
|
94
|
-
import { default as Dr } from "./components/
|
|
95
|
-
import { default as Br } from "./components/
|
|
96
|
-
import { default as Lr } from "./components/
|
|
97
|
-
import { default as Or } from "./components/
|
|
98
|
-
import { default as Hr } from "./components/
|
|
99
|
-
import { default as Vr } from "./components/
|
|
100
|
-
import { default as zr } from "./components/
|
|
3
|
+
import { default as l } from "./components/AddAlert.js";
|
|
4
|
+
import { default as d } from "./components/AddIcon.js";
|
|
5
|
+
import { default as m } from "./components/AlertIcon.js";
|
|
6
|
+
import { default as x } from "./components/Apnfd.js";
|
|
7
|
+
import { default as i } from "./components/Approve.js";
|
|
8
|
+
import { default as I } from "./components/ArrowBack.js";
|
|
9
|
+
import { default as A } from "./components/ArrowBackIosNew.js";
|
|
10
|
+
import { default as w } from "./components/ArrowDown.js";
|
|
11
|
+
import { default as P } from "./components/ArrowForwardIos.js";
|
|
12
|
+
import { default as y } from "./components/ArrowRight.js";
|
|
13
|
+
import { default as S } from "./components/ArrowUp.js";
|
|
14
|
+
import { default as M } from "./components/ArrowsOutward.js";
|
|
15
|
+
import { default as R } from "./components/Assignment.js";
|
|
16
|
+
import { default as k } from "./components/AttachFile.js";
|
|
17
|
+
import { default as U } from "./components/BmiCollapsed.js";
|
|
18
|
+
import { default as N } from "./components/BmiLogo.js";
|
|
19
|
+
import { default as v } from "./components/BusinessCenter.js";
|
|
20
|
+
import { default as W } from "./components/CalendarIcon.js";
|
|
21
|
+
import { default as K } from "./components/Call.js";
|
|
22
|
+
import { default as G } from "./components/CancelIcon.js";
|
|
23
|
+
import { default as q } from "./components/Certificado.js";
|
|
24
|
+
import { default as Q } from "./components/ChatBubble.js";
|
|
25
|
+
import { default as Y } from "./components/CheckIcon.js";
|
|
26
|
+
import { default as _ } from "./components/ChevronLeft.js";
|
|
27
|
+
import { default as oo } from "./components/ClosePanel.js";
|
|
28
|
+
import { default as ro } from "./components/CobrarIcon.js";
|
|
29
|
+
import { default as to } from "./components/Comisiones.js";
|
|
30
|
+
import { default as lo } from "./components/ComunicacionesIcon.js";
|
|
31
|
+
import { default as po } from "./components/ContentCopy.js";
|
|
32
|
+
import { default as uo } from "./components/ConyugeIcon.js";
|
|
33
|
+
import { default as no } from "./components/CotizacionesIcon.js";
|
|
34
|
+
import { default as co } from "./components/Credentials.js";
|
|
35
|
+
import { default as Co } from "./components/CreditCard.js";
|
|
36
|
+
import { default as ho } from "./components/DashboardIcon.js";
|
|
37
|
+
import { default as go } from "./components/Delete.js";
|
|
38
|
+
import { default as bo } from "./components/DeniedIcon.js";
|
|
39
|
+
import { default as Fo } from "./components/Distance.js";
|
|
40
|
+
import { default as Do } from "./components/Documentos.js";
|
|
41
|
+
import { default as Bo } from "./components/DownloadIcon.js";
|
|
42
|
+
import { default as Lo } from "./components/EditIcon.js";
|
|
43
|
+
import { default as Oo } from "./components/Female.js";
|
|
44
|
+
import { default as Ho } from "./components/Filter.js";
|
|
45
|
+
import { default as Vo } from "./components/Folder.js";
|
|
46
|
+
import { default as zo } from "./components/FondosExtranjero.js";
|
|
47
|
+
import { default as Eo } from "./components/Fumador.js";
|
|
48
|
+
import { default as jo } from "./components/HeadsetMic.js";
|
|
49
|
+
import { default as To } from "./components/HeightIcon.js";
|
|
50
|
+
import { default as Jo } from "./components/Help.js";
|
|
51
|
+
import { default as Xo } from "./components/HistorialIcon.js";
|
|
52
|
+
import { default as Zo } from "./components/IdCodigoBroker.js";
|
|
53
|
+
import { default as $o } from "./components/ImpagoIcon.js";
|
|
54
|
+
import { default as ee } from "./components/Info.js";
|
|
55
|
+
import { default as ae } from "./components/InfoFinanciera.js";
|
|
56
|
+
import { default as fe } from "./components/KeyboardArrowDown.js";
|
|
57
|
+
import { default as se } from "./components/KeyboardArrowUp.js";
|
|
58
|
+
import { default as pe } from "./components/LocationOn.js";
|
|
59
|
+
import { default as ue } from "./components/LocationSearching.js";
|
|
60
|
+
import { default as ne } from "./components/LockIcon.js";
|
|
61
|
+
import { default as ce } from "./components/MailIcon.js";
|
|
62
|
+
import { default as Ce } from "./components/Male.js";
|
|
63
|
+
import { default as he } from "./components/MasAcciones.js";
|
|
64
|
+
import { default as ge } from "./components/Medical.js";
|
|
65
|
+
import { default as be } from "./components/Menu.js";
|
|
66
|
+
import { default as Fe } from "./components/MoreVert.js";
|
|
67
|
+
import { default as De } from "./components/NextIcon.js";
|
|
68
|
+
import { default as Be } from "./components/Notes.js";
|
|
69
|
+
import { default as Le } from "./components/NumPolizaIcon.js";
|
|
70
|
+
import { default as Oe } from "./components/OpenInFull.js";
|
|
71
|
+
import { default as He } from "./components/OpenPanel.js";
|
|
72
|
+
import { default as Ve } from "./components/Pep.js";
|
|
73
|
+
import { default as ze } from "./components/Person.js";
|
|
74
|
+
import { default as Ee } from "./components/PersonCancel.js";
|
|
75
|
+
import { default as je } from "./components/PhotoLibrary.js";
|
|
76
|
+
import { default as Te } from "./components/Planet.js";
|
|
77
|
+
import { default as Je } from "./components/PolizaIcon.js";
|
|
78
|
+
import { default as Xe } from "./components/Public.js";
|
|
79
|
+
import { default as Ze } from "./components/ReembolsosIcon.js";
|
|
80
|
+
import { default as $e } from "./components/Refresh.js";
|
|
81
|
+
import { default as er } from "./components/RembolsosIcon.js";
|
|
82
|
+
import { default as ar } from "./components/Renovaciones.js";
|
|
83
|
+
import { default as fr } from "./components/Replay.js";
|
|
84
|
+
import { default as sr } from "./components/Reply.js";
|
|
85
|
+
import { default as pr } from "./components/SearchIcon.js";
|
|
86
|
+
import { default as ur } from "./components/Send.js";
|
|
87
|
+
import { default as nr } from "./components/Settings.js";
|
|
88
|
+
import { default as cr } from "./components/Share.js";
|
|
89
|
+
import { default as Cr } from "./components/SmallFamily.js";
|
|
90
|
+
import { default as hr } from "./components/Smartphone.js";
|
|
91
|
+
import { default as gr } from "./components/StepDone.js";
|
|
92
|
+
import { default as br } from "./components/StepInProgress.js";
|
|
93
|
+
import { default as Fr } from "./components/StepPending.js";
|
|
94
|
+
import { default as Dr } from "./components/Tutoriales.js";
|
|
95
|
+
import { default as Br } from "./components/UnfoldMore.js";
|
|
96
|
+
import { default as Lr } from "./components/UserGroup.js";
|
|
97
|
+
import { default as Or } from "./components/VerifiedUser.js";
|
|
98
|
+
import { default as Hr } from "./components/Visibility.js";
|
|
99
|
+
import { default as Vr } from "./components/VisibilityOff.js";
|
|
100
|
+
import { default as zr } from "./components/Warning.js";
|
|
101
|
+
import { default as Er } from "./components/WeightIcon.js";
|
|
102
|
+
import { default as jr } from "./components/Whatsapp.js";
|
|
101
103
|
export {
|
|
102
104
|
r as Add,
|
|
103
105
|
t as AddAPhoto,
|
|
104
|
-
l as
|
|
105
|
-
d as
|
|
106
|
-
m as
|
|
107
|
-
x as
|
|
108
|
-
i as
|
|
109
|
-
I as
|
|
110
|
-
A as
|
|
111
|
-
w as
|
|
112
|
-
|
|
113
|
-
y as
|
|
114
|
-
S as
|
|
115
|
-
M as
|
|
116
|
-
R as
|
|
117
|
-
k as
|
|
118
|
-
U as
|
|
119
|
-
N as
|
|
120
|
-
v as
|
|
121
|
-
W as
|
|
122
|
-
K as
|
|
123
|
-
G as
|
|
124
|
-
q as
|
|
125
|
-
Q as
|
|
126
|
-
Y as
|
|
127
|
-
_ as
|
|
128
|
-
oo as
|
|
129
|
-
ro as
|
|
130
|
-
to as
|
|
131
|
-
lo as
|
|
132
|
-
po as
|
|
133
|
-
uo as
|
|
134
|
-
no as
|
|
135
|
-
co as
|
|
136
|
-
Co as
|
|
137
|
-
ho as
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
Fo as
|
|
141
|
-
Do as
|
|
142
|
-
Bo as
|
|
143
|
-
Lo as
|
|
144
|
-
Oo as
|
|
145
|
-
Ho as
|
|
146
|
-
Vo as
|
|
147
|
-
zo as
|
|
148
|
-
Eo as
|
|
149
|
-
jo as
|
|
150
|
-
To as
|
|
151
|
-
Jo as
|
|
152
|
-
Xo as
|
|
153
|
-
Zo as
|
|
154
|
-
$o as
|
|
155
|
-
ee as
|
|
156
|
-
ae as
|
|
157
|
-
fe as
|
|
158
|
-
se as
|
|
159
|
-
pe as
|
|
160
|
-
ue as
|
|
161
|
-
ne as
|
|
162
|
-
ce as
|
|
163
|
-
Ce as
|
|
164
|
-
he as
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
Fe as
|
|
168
|
-
De as
|
|
169
|
-
Be as
|
|
170
|
-
Le as
|
|
171
|
-
Oe as
|
|
172
|
-
He as
|
|
173
|
-
Ve as
|
|
174
|
-
ze as
|
|
175
|
-
Ee as
|
|
176
|
-
je as
|
|
177
|
-
Te as
|
|
178
|
-
Je as
|
|
179
|
-
Xe as
|
|
180
|
-
Ze as
|
|
181
|
-
$e as
|
|
182
|
-
er as
|
|
183
|
-
ar as
|
|
184
|
-
fr as
|
|
185
|
-
sr as
|
|
186
|
-
pr as
|
|
187
|
-
ur as
|
|
188
|
-
nr as
|
|
189
|
-
cr as
|
|
190
|
-
Cr as
|
|
191
|
-
hr as
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
Fr as
|
|
195
|
-
Dr as
|
|
196
|
-
Br as
|
|
197
|
-
Lr as
|
|
198
|
-
Or as
|
|
199
|
-
Hr as
|
|
200
|
-
Vr as
|
|
201
|
-
zr as
|
|
106
|
+
l as AddAlert,
|
|
107
|
+
d as AddIcon,
|
|
108
|
+
m as AlertIcon,
|
|
109
|
+
x as Apnfd,
|
|
110
|
+
i as Approve,
|
|
111
|
+
I as ArrowBack,
|
|
112
|
+
A as ArrowBackIosNew,
|
|
113
|
+
w as ArrowDown,
|
|
114
|
+
P as ArrowForwardIos,
|
|
115
|
+
y as ArrowRight,
|
|
116
|
+
S as ArrowUp,
|
|
117
|
+
M as ArrowsOutward,
|
|
118
|
+
R as Assignment,
|
|
119
|
+
k as AttachFile,
|
|
120
|
+
U as BmiCollapsed,
|
|
121
|
+
N as BmiLogo,
|
|
122
|
+
v as BusinessCenter,
|
|
123
|
+
W as CalendarIcon,
|
|
124
|
+
K as Call,
|
|
125
|
+
G as CancelIcon,
|
|
126
|
+
q as Certificado,
|
|
127
|
+
Q as ChatBubble,
|
|
128
|
+
Y as CheckIcon,
|
|
129
|
+
_ as ChevronLeft,
|
|
130
|
+
oo as ClosePanel,
|
|
131
|
+
ro as CobrarIcon,
|
|
132
|
+
to as Comisiones,
|
|
133
|
+
lo as ComunicacionesIcon,
|
|
134
|
+
po as ContentCopy,
|
|
135
|
+
uo as ConyugeIcon,
|
|
136
|
+
no as CotizacionesIcon,
|
|
137
|
+
co as Credentials,
|
|
138
|
+
Co as CreditCard,
|
|
139
|
+
ho as DashboardIcon,
|
|
140
|
+
go as Delete,
|
|
141
|
+
bo as DeniedIcon,
|
|
142
|
+
Fo as Distance,
|
|
143
|
+
Do as Documentos,
|
|
144
|
+
Bo as DownloadIcon,
|
|
145
|
+
Lo as EditIcon,
|
|
146
|
+
Oo as Female,
|
|
147
|
+
Ho as Filter,
|
|
148
|
+
Vo as Folder,
|
|
149
|
+
zo as FondosExtranjero,
|
|
150
|
+
Eo as Fumador,
|
|
151
|
+
jo as HeadsetMic,
|
|
152
|
+
To as HeightIcon,
|
|
153
|
+
Jo as Help,
|
|
154
|
+
Xo as HistorialIcon,
|
|
155
|
+
Zo as IdCodigoBroker,
|
|
156
|
+
$o as ImpagoIcon,
|
|
157
|
+
ee as Info,
|
|
158
|
+
ae as InfoFinanciera,
|
|
159
|
+
fe as KeyboardArrowDown,
|
|
160
|
+
se as KeyboardArrowUp,
|
|
161
|
+
pe as LocationOn,
|
|
162
|
+
ue as LocationSearching,
|
|
163
|
+
ne as LockIcon,
|
|
164
|
+
ce as MailIcon,
|
|
165
|
+
Ce as Male,
|
|
166
|
+
he as MasAcciones,
|
|
167
|
+
ge as Medical,
|
|
168
|
+
be as Menu,
|
|
169
|
+
Fe as MoreVert,
|
|
170
|
+
De as NextIcon,
|
|
171
|
+
Be as Notes,
|
|
172
|
+
Le as NumPolizaIcon,
|
|
173
|
+
Oe as OpenInFull,
|
|
174
|
+
He as OpenPanel,
|
|
175
|
+
Ve as Pep,
|
|
176
|
+
ze as Person,
|
|
177
|
+
Ee as PersonCancel,
|
|
178
|
+
je as PhotoLibrary,
|
|
179
|
+
Te as Planet,
|
|
180
|
+
Je as PolizaIcon,
|
|
181
|
+
Xe as Public,
|
|
182
|
+
Ze as ReembolsosIcon,
|
|
183
|
+
$e as Refresh,
|
|
184
|
+
er as RembolsosIcon,
|
|
185
|
+
ar as Renovaciones,
|
|
186
|
+
fr as Replay,
|
|
187
|
+
sr as Reply,
|
|
188
|
+
pr as SearchIcon,
|
|
189
|
+
ur as Send,
|
|
190
|
+
nr as Settings,
|
|
191
|
+
cr as Share,
|
|
192
|
+
Cr as SmallFamily,
|
|
193
|
+
hr as Smartphone,
|
|
194
|
+
gr as StepDone,
|
|
195
|
+
br as StepInProgress,
|
|
196
|
+
Fr as StepPending,
|
|
197
|
+
Dr as Tutoriales,
|
|
198
|
+
Br as UnfoldMore,
|
|
199
|
+
Lr as UserGroup,
|
|
200
|
+
Or as VerifiedUser,
|
|
201
|
+
Hr as Visibility,
|
|
202
|
+
Vr as VisibilityOff,
|
|
203
|
+
zr as Warning,
|
|
204
|
+
Er as WeightIcon,
|
|
205
|
+
jr as Whatsapp
|
|
202
206
|
};
|
|
@@ -0,0 +1,210 @@
|
|
|
1
|
+
import o from "./icons/components/Add.js";
|
|
2
|
+
import r from "./icons/components/AddAPhoto.js";
|
|
3
|
+
import m from "./icons/components/AddAlert.js";
|
|
4
|
+
import i from "./icons/components/AddIcon.js";
|
|
5
|
+
import t from "./icons/components/AlertIcon.js";
|
|
6
|
+
import e from "./icons/components/Apnfd.js";
|
|
7
|
+
import n from "./icons/components/Approve.js";
|
|
8
|
+
import p from "./icons/components/ArrowBack.js";
|
|
9
|
+
import g from "./icons/components/ArrowBackIosNew.js";
|
|
10
|
+
import f from "./icons/components/ArrowDown.js";
|
|
11
|
+
import S from "./icons/components/ArrowForwardIos.js";
|
|
12
|
+
import a from "./icons/components/ArrowRight.js";
|
|
13
|
+
import v from "./icons/components/ArrowUp.js";
|
|
14
|
+
import c from "./icons/components/ArrowsOutward.js";
|
|
15
|
+
import l from "./icons/components/Assignment.js";
|
|
16
|
+
import s from "./icons/components/AttachFile.js";
|
|
17
|
+
import d from "./icons/components/BmiCollapsed.js";
|
|
18
|
+
import I from "./icons/components/BmiLogo.js";
|
|
19
|
+
import C from "./icons/components/BusinessCenter.js";
|
|
20
|
+
import A from "./icons/components/CalendarIcon.js";
|
|
21
|
+
import h from "./icons/components/Call.js";
|
|
22
|
+
import w from "./icons/components/CancelIcon.js";
|
|
23
|
+
import u from "./icons/components/Certificado.js";
|
|
24
|
+
import b from "./icons/components/ChatBubble.js";
|
|
25
|
+
import P from "./icons/components/CheckIcon.js";
|
|
26
|
+
import y from "./icons/components/ChevronLeft.js";
|
|
27
|
+
import F from "./icons/components/ClosePanel.js";
|
|
28
|
+
import D from "./icons/components/CobrarIcon.js";
|
|
29
|
+
import M from "./icons/components/Comisiones.js";
|
|
30
|
+
import B from "./icons/components/ComunicacionesIcon.js";
|
|
31
|
+
import R from "./icons/components/ContentCopy.js";
|
|
32
|
+
import L from "./icons/components/ConyugeIcon.js";
|
|
33
|
+
import O from "./icons/components/CotizacionesIcon.js";
|
|
34
|
+
import k from "./icons/components/Credentials.js";
|
|
35
|
+
import U from "./icons/components/CreditCard.js";
|
|
36
|
+
import H from "./icons/components/DashboardIcon.js";
|
|
37
|
+
import N from "./icons/components/Delete.js";
|
|
38
|
+
import V from "./icons/components/DeniedIcon.js";
|
|
39
|
+
import z from "./icons/components/Distance.js";
|
|
40
|
+
import W from "./icons/components/Documentos.js";
|
|
41
|
+
import x from "./icons/components/DownloadIcon.js";
|
|
42
|
+
import j from "./icons/components/EditIcon.js";
|
|
43
|
+
import E from "./icons/components/Female.js";
|
|
44
|
+
import K from "./icons/components/Filter.js";
|
|
45
|
+
import _ from "./icons/components/Folder.js";
|
|
46
|
+
import T from "./icons/components/FondosExtranjero.js";
|
|
47
|
+
import G from "./icons/components/Fumador.js";
|
|
48
|
+
import q from "./icons/components/HeadsetMic.js";
|
|
49
|
+
import J from "./icons/components/HeightIcon.js";
|
|
50
|
+
import Q from "./icons/components/Help.js";
|
|
51
|
+
import X from "./icons/components/HistorialIcon.js";
|
|
52
|
+
import Y from "./icons/components/IdCodigoBroker.js";
|
|
53
|
+
import Z from "./icons/components/ImpagoIcon.js";
|
|
54
|
+
import $ from "./icons/components/Info.js";
|
|
55
|
+
import oo from "./icons/components/InfoFinanciera.js";
|
|
56
|
+
import ro from "./icons/components/KeyboardArrowDown.js";
|
|
57
|
+
import mo from "./icons/components/KeyboardArrowUp.js";
|
|
58
|
+
import io from "./icons/components/LocationOn.js";
|
|
59
|
+
import to from "./icons/components/LocationSearching.js";
|
|
60
|
+
import eo from "./icons/components/LockIcon.js";
|
|
61
|
+
import no from "./icons/components/MailIcon.js";
|
|
62
|
+
import po from "./icons/components/Male.js";
|
|
63
|
+
import go from "./icons/components/MasAcciones.js";
|
|
64
|
+
import fo from "./icons/components/Medical.js";
|
|
65
|
+
import So from "./icons/components/Menu.js";
|
|
66
|
+
import ao from "./icons/components/MoreVert.js";
|
|
67
|
+
import vo from "./icons/components/NextIcon.js";
|
|
68
|
+
import co from "./icons/components/Notes.js";
|
|
69
|
+
import lo from "./icons/components/NumPolizaIcon.js";
|
|
70
|
+
import so from "./icons/components/OpenInFull.js";
|
|
71
|
+
import Io from "./icons/components/OpenPanel.js";
|
|
72
|
+
import Co from "./icons/components/Pep.js";
|
|
73
|
+
import Ao from "./icons/components/Person.js";
|
|
74
|
+
import ho from "./icons/components/PersonCancel.js";
|
|
75
|
+
import wo from "./icons/components/PhotoLibrary.js";
|
|
76
|
+
import uo from "./icons/components/Planet.js";
|
|
77
|
+
import bo from "./icons/components/PolizaIcon.js";
|
|
78
|
+
import Po from "./icons/components/Public.js";
|
|
79
|
+
import yo from "./icons/components/ReembolsosIcon.js";
|
|
80
|
+
import Fo from "./icons/components/Refresh.js";
|
|
81
|
+
import Do from "./icons/components/RembolsosIcon.js";
|
|
82
|
+
import Mo from "./icons/components/Renovaciones.js";
|
|
83
|
+
import Bo from "./icons/components/Replay.js";
|
|
84
|
+
import Ro from "./icons/components/Reply.js";
|
|
85
|
+
import Lo from "./icons/components/SearchIcon.js";
|
|
86
|
+
import Oo from "./icons/components/Send.js";
|
|
87
|
+
import ko from "./icons/components/Settings.js";
|
|
88
|
+
import Uo from "./icons/components/Share.js";
|
|
89
|
+
import Ho from "./icons/components/SmallFamily.js";
|
|
90
|
+
import No from "./icons/components/Smartphone.js";
|
|
91
|
+
import Vo from "./icons/components/StepDone.js";
|
|
92
|
+
import zo from "./icons/components/StepInProgress.js";
|
|
93
|
+
import Wo from "./icons/components/StepPending.js";
|
|
94
|
+
import xo from "./icons/components/Tutoriales.js";
|
|
95
|
+
import jo from "./icons/components/UnfoldMore.js";
|
|
96
|
+
import Eo from "./icons/components/UserGroup.js";
|
|
97
|
+
import Ko from "./icons/components/VerifiedUser.js";
|
|
98
|
+
import _o from "./icons/components/Visibility.js";
|
|
99
|
+
import To from "./icons/components/VisibilityOff.js";
|
|
100
|
+
import Go from "./icons/components/Warning.js";
|
|
101
|
+
import qo from "./icons/components/WeightIcon.js";
|
|
102
|
+
import Jo from "./icons/components/Whatsapp.js";
|
|
103
|
+
const Km = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
104
|
+
__proto__: null,
|
|
105
|
+
Add: o,
|
|
106
|
+
AddAPhoto: r,
|
|
107
|
+
AddAlert: m,
|
|
108
|
+
AddIcon: i,
|
|
109
|
+
AlertIcon: t,
|
|
110
|
+
Apnfd: e,
|
|
111
|
+
Approve: n,
|
|
112
|
+
ArrowBack: p,
|
|
113
|
+
ArrowBackIosNew: g,
|
|
114
|
+
ArrowDown: f,
|
|
115
|
+
ArrowForwardIos: S,
|
|
116
|
+
ArrowRight: a,
|
|
117
|
+
ArrowUp: v,
|
|
118
|
+
ArrowsOutward: c,
|
|
119
|
+
Assignment: l,
|
|
120
|
+
AttachFile: s,
|
|
121
|
+
BmiCollapsed: d,
|
|
122
|
+
BmiLogo: I,
|
|
123
|
+
BusinessCenter: C,
|
|
124
|
+
CalendarIcon: A,
|
|
125
|
+
Call: h,
|
|
126
|
+
CancelIcon: w,
|
|
127
|
+
Certificado: u,
|
|
128
|
+
ChatBubble: b,
|
|
129
|
+
CheckIcon: P,
|
|
130
|
+
ChevronLeft: y,
|
|
131
|
+
ClosePanel: F,
|
|
132
|
+
CobrarIcon: D,
|
|
133
|
+
Comisiones: M,
|
|
134
|
+
ComunicacionesIcon: B,
|
|
135
|
+
ContentCopy: R,
|
|
136
|
+
ConyugeIcon: L,
|
|
137
|
+
CotizacionesIcon: O,
|
|
138
|
+
Credentials: k,
|
|
139
|
+
CreditCard: U,
|
|
140
|
+
DashboardIcon: H,
|
|
141
|
+
Delete: N,
|
|
142
|
+
DeniedIcon: V,
|
|
143
|
+
Distance: z,
|
|
144
|
+
Documentos: W,
|
|
145
|
+
DownloadIcon: x,
|
|
146
|
+
EditIcon: j,
|
|
147
|
+
Female: E,
|
|
148
|
+
Filter: K,
|
|
149
|
+
Folder: _,
|
|
150
|
+
FondosExtranjero: T,
|
|
151
|
+
Fumador: G,
|
|
152
|
+
HeadsetMic: q,
|
|
153
|
+
HeightIcon: J,
|
|
154
|
+
Help: Q,
|
|
155
|
+
HistorialIcon: X,
|
|
156
|
+
IdCodigoBroker: Y,
|
|
157
|
+
ImpagoIcon: Z,
|
|
158
|
+
Info: $,
|
|
159
|
+
InfoFinanciera: oo,
|
|
160
|
+
KeyboardArrowDown: ro,
|
|
161
|
+
KeyboardArrowUp: mo,
|
|
162
|
+
LocationOn: io,
|
|
163
|
+
LocationSearching: to,
|
|
164
|
+
LockIcon: eo,
|
|
165
|
+
MailIcon: no,
|
|
166
|
+
Male: po,
|
|
167
|
+
MasAcciones: go,
|
|
168
|
+
Medical: fo,
|
|
169
|
+
Menu: So,
|
|
170
|
+
MoreVert: ao,
|
|
171
|
+
NextIcon: vo,
|
|
172
|
+
Notes: co,
|
|
173
|
+
NumPolizaIcon: lo,
|
|
174
|
+
OpenInFull: so,
|
|
175
|
+
OpenPanel: Io,
|
|
176
|
+
Pep: Co,
|
|
177
|
+
Person: Ao,
|
|
178
|
+
PersonCancel: ho,
|
|
179
|
+
PhotoLibrary: wo,
|
|
180
|
+
Planet: uo,
|
|
181
|
+
PolizaIcon: bo,
|
|
182
|
+
Public: Po,
|
|
183
|
+
ReembolsosIcon: yo,
|
|
184
|
+
Refresh: Fo,
|
|
185
|
+
RembolsosIcon: Do,
|
|
186
|
+
Renovaciones: Mo,
|
|
187
|
+
Replay: Bo,
|
|
188
|
+
Reply: Ro,
|
|
189
|
+
SearchIcon: Lo,
|
|
190
|
+
Send: Oo,
|
|
191
|
+
Settings: ko,
|
|
192
|
+
Share: Uo,
|
|
193
|
+
SmallFamily: Ho,
|
|
194
|
+
Smartphone: No,
|
|
195
|
+
StepDone: Vo,
|
|
196
|
+
StepInProgress: zo,
|
|
197
|
+
StepPending: Wo,
|
|
198
|
+
Tutoriales: xo,
|
|
199
|
+
UnfoldMore: jo,
|
|
200
|
+
UserGroup: Eo,
|
|
201
|
+
VerifiedUser: Ko,
|
|
202
|
+
Visibility: _o,
|
|
203
|
+
VisibilityOff: To,
|
|
204
|
+
Warning: Go,
|
|
205
|
+
WeightIcon: qo,
|
|
206
|
+
Whatsapp: Jo
|
|
207
|
+
}, Symbol.toStringTag, { value: "Module" }));
|
|
208
|
+
export {
|
|
209
|
+
Km as I
|
|
210
|
+
};
|
package/package.json
CHANGED
package/dist/index-DULNt1Ev.js
DELETED
|
@@ -1,206 +0,0 @@
|
|
|
1
|
-
import o from "./icons/components/Add.js";
|
|
2
|
-
import r from "./icons/components/AddAPhoto.js";
|
|
3
|
-
import m from "./icons/components/AddIcon.js";
|
|
4
|
-
import i from "./icons/components/AlertIcon.js";
|
|
5
|
-
import t from "./icons/components/Apnfd.js";
|
|
6
|
-
import e from "./icons/components/Approve.js";
|
|
7
|
-
import n from "./icons/components/ArrowBack.js";
|
|
8
|
-
import p from "./icons/components/ArrowBackIosNew.js";
|
|
9
|
-
import g from "./icons/components/ArrowDown.js";
|
|
10
|
-
import f from "./icons/components/ArrowForwardIos.js";
|
|
11
|
-
import S from "./icons/components/ArrowRight.js";
|
|
12
|
-
import a from "./icons/components/ArrowUp.js";
|
|
13
|
-
import v from "./icons/components/ArrowsOutward.js";
|
|
14
|
-
import c from "./icons/components/AttachFile.js";
|
|
15
|
-
import l from "./icons/components/BmiCollapsed.js";
|
|
16
|
-
import s from "./icons/components/BmiLogo.js";
|
|
17
|
-
import I from "./icons/components/BusinessCenter.js";
|
|
18
|
-
import d from "./icons/components/CalendarIcon.js";
|
|
19
|
-
import C from "./icons/components/Call.js";
|
|
20
|
-
import A from "./icons/components/CancelIcon.js";
|
|
21
|
-
import h from "./icons/components/Certificado.js";
|
|
22
|
-
import w from "./icons/components/ChatBubble.js";
|
|
23
|
-
import u from "./icons/components/CheckIcon.js";
|
|
24
|
-
import b from "./icons/components/ChevronLeft.js";
|
|
25
|
-
import P from "./icons/components/ClosePanel.js";
|
|
26
|
-
import y from "./icons/components/CobrarIcon.js";
|
|
27
|
-
import F from "./icons/components/Comisiones.js";
|
|
28
|
-
import D from "./icons/components/ComunicacionesIcon.js";
|
|
29
|
-
import M from "./icons/components/ContentCopy.js";
|
|
30
|
-
import B from "./icons/components/ConyugeIcon.js";
|
|
31
|
-
import R from "./icons/components/CotizacionesIcon.js";
|
|
32
|
-
import L from "./icons/components/Credentials.js";
|
|
33
|
-
import O from "./icons/components/CreditCard.js";
|
|
34
|
-
import k from "./icons/components/DashboardIcon.js";
|
|
35
|
-
import U from "./icons/components/Delete.js";
|
|
36
|
-
import H from "./icons/components/DeniedIcon.js";
|
|
37
|
-
import N from "./icons/components/Distance.js";
|
|
38
|
-
import V from "./icons/components/Documentos.js";
|
|
39
|
-
import z from "./icons/components/DownloadIcon.js";
|
|
40
|
-
import W from "./icons/components/EditIcon.js";
|
|
41
|
-
import x from "./icons/components/Female.js";
|
|
42
|
-
import j from "./icons/components/Filter.js";
|
|
43
|
-
import E from "./icons/components/Folder.js";
|
|
44
|
-
import K from "./icons/components/FondosExtranjero.js";
|
|
45
|
-
import _ from "./icons/components/Fumador.js";
|
|
46
|
-
import T from "./icons/components/HeadsetMic.js";
|
|
47
|
-
import G from "./icons/components/HeightIcon.js";
|
|
48
|
-
import q from "./icons/components/Help.js";
|
|
49
|
-
import J from "./icons/components/HistorialIcon.js";
|
|
50
|
-
import Q from "./icons/components/IdCodigoBroker.js";
|
|
51
|
-
import X from "./icons/components/ImpagoIcon.js";
|
|
52
|
-
import Y from "./icons/components/Info.js";
|
|
53
|
-
import Z from "./icons/components/InfoFinanciera.js";
|
|
54
|
-
import $ from "./icons/components/KeyboardArrowDown.js";
|
|
55
|
-
import oo from "./icons/components/KeyboardArrowUp.js";
|
|
56
|
-
import ro from "./icons/components/LocationOn.js";
|
|
57
|
-
import mo from "./icons/components/LocationSearching.js";
|
|
58
|
-
import io from "./icons/components/LockIcon.js";
|
|
59
|
-
import to from "./icons/components/MailIcon.js";
|
|
60
|
-
import eo from "./icons/components/Male.js";
|
|
61
|
-
import no from "./icons/components/MasAcciones.js";
|
|
62
|
-
import po from "./icons/components/Medical.js";
|
|
63
|
-
import go from "./icons/components/Menu.js";
|
|
64
|
-
import fo from "./icons/components/MoreVert.js";
|
|
65
|
-
import So from "./icons/components/NextIcon.js";
|
|
66
|
-
import ao from "./icons/components/Notes.js";
|
|
67
|
-
import vo from "./icons/components/NumPolizaIcon.js";
|
|
68
|
-
import co from "./icons/components/OpenInFull.js";
|
|
69
|
-
import lo from "./icons/components/OpenPanel.js";
|
|
70
|
-
import so from "./icons/components/Pep.js";
|
|
71
|
-
import Io from "./icons/components/Person.js";
|
|
72
|
-
import Co from "./icons/components/PersonCancel.js";
|
|
73
|
-
import Ao from "./icons/components/PhotoLibrary.js";
|
|
74
|
-
import ho from "./icons/components/Planet.js";
|
|
75
|
-
import wo from "./icons/components/PolizaIcon.js";
|
|
76
|
-
import uo from "./icons/components/Public.js";
|
|
77
|
-
import bo from "./icons/components/ReembolsosIcon.js";
|
|
78
|
-
import Po from "./icons/components/Refresh.js";
|
|
79
|
-
import yo from "./icons/components/RembolsosIcon.js";
|
|
80
|
-
import Fo from "./icons/components/Renovaciones.js";
|
|
81
|
-
import Do from "./icons/components/Replay.js";
|
|
82
|
-
import Mo from "./icons/components/Reply.js";
|
|
83
|
-
import Bo from "./icons/components/SearchIcon.js";
|
|
84
|
-
import Ro from "./icons/components/Send.js";
|
|
85
|
-
import Lo from "./icons/components/Settings.js";
|
|
86
|
-
import Oo from "./icons/components/Share.js";
|
|
87
|
-
import ko from "./icons/components/SmallFamily.js";
|
|
88
|
-
import Uo from "./icons/components/Smartphone.js";
|
|
89
|
-
import Ho from "./icons/components/StepDone.js";
|
|
90
|
-
import No from "./icons/components/StepInProgress.js";
|
|
91
|
-
import Vo from "./icons/components/StepPending.js";
|
|
92
|
-
import zo from "./icons/components/Tutoriales.js";
|
|
93
|
-
import Wo from "./icons/components/UnfoldMore.js";
|
|
94
|
-
import xo from "./icons/components/UserGroup.js";
|
|
95
|
-
import jo from "./icons/components/VerifiedUser.js";
|
|
96
|
-
import Eo from "./icons/components/Visibility.js";
|
|
97
|
-
import Ko from "./icons/components/VisibilityOff.js";
|
|
98
|
-
import _o from "./icons/components/Warning.js";
|
|
99
|
-
import To from "./icons/components/WeightIcon.js";
|
|
100
|
-
import Go from "./icons/components/Whatsapp.js";
|
|
101
|
-
const Wm = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
102
|
-
__proto__: null,
|
|
103
|
-
Add: o,
|
|
104
|
-
AddAPhoto: r,
|
|
105
|
-
AddIcon: m,
|
|
106
|
-
AlertIcon: i,
|
|
107
|
-
Apnfd: t,
|
|
108
|
-
Approve: e,
|
|
109
|
-
ArrowBack: n,
|
|
110
|
-
ArrowBackIosNew: p,
|
|
111
|
-
ArrowDown: g,
|
|
112
|
-
ArrowForwardIos: f,
|
|
113
|
-
ArrowRight: S,
|
|
114
|
-
ArrowUp: a,
|
|
115
|
-
ArrowsOutward: v,
|
|
116
|
-
AttachFile: c,
|
|
117
|
-
BmiCollapsed: l,
|
|
118
|
-
BmiLogo: s,
|
|
119
|
-
BusinessCenter: I,
|
|
120
|
-
CalendarIcon: d,
|
|
121
|
-
Call: C,
|
|
122
|
-
CancelIcon: A,
|
|
123
|
-
Certificado: h,
|
|
124
|
-
ChatBubble: w,
|
|
125
|
-
CheckIcon: u,
|
|
126
|
-
ChevronLeft: b,
|
|
127
|
-
ClosePanel: P,
|
|
128
|
-
CobrarIcon: y,
|
|
129
|
-
Comisiones: F,
|
|
130
|
-
ComunicacionesIcon: D,
|
|
131
|
-
ContentCopy: M,
|
|
132
|
-
ConyugeIcon: B,
|
|
133
|
-
CotizacionesIcon: R,
|
|
134
|
-
Credentials: L,
|
|
135
|
-
CreditCard: O,
|
|
136
|
-
DashboardIcon: k,
|
|
137
|
-
Delete: U,
|
|
138
|
-
DeniedIcon: H,
|
|
139
|
-
Distance: N,
|
|
140
|
-
Documentos: V,
|
|
141
|
-
DownloadIcon: z,
|
|
142
|
-
EditIcon: W,
|
|
143
|
-
Female: x,
|
|
144
|
-
Filter: j,
|
|
145
|
-
Folder: E,
|
|
146
|
-
FondosExtranjero: K,
|
|
147
|
-
Fumador: _,
|
|
148
|
-
HeadsetMic: T,
|
|
149
|
-
HeightIcon: G,
|
|
150
|
-
Help: q,
|
|
151
|
-
HistorialIcon: J,
|
|
152
|
-
IdCodigoBroker: Q,
|
|
153
|
-
ImpagoIcon: X,
|
|
154
|
-
Info: Y,
|
|
155
|
-
InfoFinanciera: Z,
|
|
156
|
-
KeyboardArrowDown: $,
|
|
157
|
-
KeyboardArrowUp: oo,
|
|
158
|
-
LocationOn: ro,
|
|
159
|
-
LocationSearching: mo,
|
|
160
|
-
LockIcon: io,
|
|
161
|
-
MailIcon: to,
|
|
162
|
-
Male: eo,
|
|
163
|
-
MasAcciones: no,
|
|
164
|
-
Medical: po,
|
|
165
|
-
Menu: go,
|
|
166
|
-
MoreVert: fo,
|
|
167
|
-
NextIcon: So,
|
|
168
|
-
Notes: ao,
|
|
169
|
-
NumPolizaIcon: vo,
|
|
170
|
-
OpenInFull: co,
|
|
171
|
-
OpenPanel: lo,
|
|
172
|
-
Pep: so,
|
|
173
|
-
Person: Io,
|
|
174
|
-
PersonCancel: Co,
|
|
175
|
-
PhotoLibrary: Ao,
|
|
176
|
-
Planet: ho,
|
|
177
|
-
PolizaIcon: wo,
|
|
178
|
-
Public: uo,
|
|
179
|
-
ReembolsosIcon: bo,
|
|
180
|
-
Refresh: Po,
|
|
181
|
-
RembolsosIcon: yo,
|
|
182
|
-
Renovaciones: Fo,
|
|
183
|
-
Replay: Do,
|
|
184
|
-
Reply: Mo,
|
|
185
|
-
SearchIcon: Bo,
|
|
186
|
-
Send: Ro,
|
|
187
|
-
Settings: Lo,
|
|
188
|
-
Share: Oo,
|
|
189
|
-
SmallFamily: ko,
|
|
190
|
-
Smartphone: Uo,
|
|
191
|
-
StepDone: Ho,
|
|
192
|
-
StepInProgress: No,
|
|
193
|
-
StepPending: Vo,
|
|
194
|
-
Tutoriales: zo,
|
|
195
|
-
UnfoldMore: Wo,
|
|
196
|
-
UserGroup: xo,
|
|
197
|
-
VerifiedUser: jo,
|
|
198
|
-
Visibility: Eo,
|
|
199
|
-
VisibilityOff: Ko,
|
|
200
|
-
Warning: _o,
|
|
201
|
-
WeightIcon: To,
|
|
202
|
-
Whatsapp: Go
|
|
203
|
-
}, Symbol.toStringTag, { value: "Module" }));
|
|
204
|
-
export {
|
|
205
|
-
Wm as I
|
|
206
|
-
};
|