bmi-next-brokers 2.4.7 → 2.4.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 +1 -1
- package/dist/icons/components/Apagar.d.ts +3 -0
- package/dist/icons/components/Apagar.js +39 -0
- package/dist/icons/components/index.d.ts +1 -1
- package/dist/icons/components/index.js +152 -152
- package/dist/icons/index.d.ts +1 -0
- package/dist/icons/index.js +366 -364
- package/dist/index-DB9HIsOb.js +398 -0
- package/package.json +1 -1
- package/dist/index-CM42GrWd.js +0 -396
package/dist/icons/Icon.js
CHANGED
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { jsxs as r, jsx as a } from "react/jsx-runtime";
|
|
2
|
+
const t = (e) => /* @__PURE__ */ r(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
fill: "none",
|
|
7
|
+
viewBox: "0 0 16 16",
|
|
8
|
+
width: "1em",
|
|
9
|
+
height: "1em",
|
|
10
|
+
...e,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ a(
|
|
13
|
+
"mask",
|
|
14
|
+
{
|
|
15
|
+
id: "apagar_svg__a",
|
|
16
|
+
width: 16,
|
|
17
|
+
height: 16,
|
|
18
|
+
x: 0,
|
|
19
|
+
y: 0,
|
|
20
|
+
maskUnits: "userSpaceOnUse",
|
|
21
|
+
style: {
|
|
22
|
+
maskType: "alpha"
|
|
23
|
+
},
|
|
24
|
+
children: /* @__PURE__ */ a("path", { fill: "currentColor", d: "M0 0h16v16H0z" })
|
|
25
|
+
}
|
|
26
|
+
),
|
|
27
|
+
/* @__PURE__ */ a("g", { mask: "url(#apagar_svg__a)", children: /* @__PURE__ */ a(
|
|
28
|
+
"path",
|
|
29
|
+
{
|
|
30
|
+
fill: "currentColor",
|
|
31
|
+
d: "M8 14.72q-1.392 0-2.616-.523a6.8 6.8 0 0 1-2.14-1.441 6.8 6.8 0 0 1-1.441-2.14A6.6 6.6 0 0 1 1.279 8q0-1.165.363-2.179a7.1 7.1 0 0 1 1.015-1.883q.24-.311.55-.322a.83.83 0 0 1 .551.178.88.88 0 0 1 .317.517q.075.33-.173.684a5.4 5.4 0 0 0-.728 1.396 4.9 4.9 0 0 0-.261 1.61q0 2.127 1.479 3.607Q5.87 13.088 8 13.088t3.608-1.48q1.479-1.48 1.479-3.608a4.9 4.9 0 0 0-.262-1.609 5.4 5.4 0 0 0-.728-1.396q-.248-.354-.177-.679a.864.864 0 0 1 .882-.69q.31.01.55.321a7.3 7.3 0 0 1 1.006 1.879A6.4 6.4 0 0 1 14.72 8q0 1.392-.524 2.615a6.76 6.76 0 0 1-3.573 3.582A6.6 6.6 0 0 1 8 14.721m-.576-5.944a.79.79 0 0 1-.241-.576V2.096q0-.335.241-.575A.79.79 0 0 1 8 1.28q.335 0 .575.24.241.242.241.576V8.2q0 .335-.24.576a.79.79 0 0 1-.576.24.79.79 0 0 1-.576-.24"
|
|
32
|
+
}
|
|
33
|
+
) })
|
|
34
|
+
]
|
|
35
|
+
}
|
|
36
|
+
);
|
|
37
|
+
export {
|
|
38
|
+
t as default
|
|
39
|
+
};
|
|
@@ -15,6 +15,7 @@ export { default as AdminMeds } from './AdminMeds';
|
|
|
15
15
|
export { default as AlertIcon } from './AlertIcon';
|
|
16
16
|
export { default as AmericanExpress } from './AmericanExpress';
|
|
17
17
|
export { default as AmericanExpressRounded } from './AmericanExpressRounded';
|
|
18
|
+
export { default as Apagar } from './Apagar';
|
|
18
19
|
export { default as Apnfd } from './Apnfd';
|
|
19
20
|
export { default as Approve } from './Approve';
|
|
20
21
|
export { default as ArrowBack } from './ArrowBack';
|
|
@@ -72,7 +73,6 @@ export { default as FilterAlt } from './FilterAlt';
|
|
|
72
73
|
export { default as Folder } from './Folder';
|
|
73
74
|
export { default as FondosExtranjero } from './FondosExtranjero';
|
|
74
75
|
export { default as Fumador } from './Fumador';
|
|
75
|
-
export { default as GridView } from './GridView';
|
|
76
76
|
export { default as HeadsetMic } from './HeadsetMic';
|
|
77
77
|
export { default as HeightIcon } from './HeightIcon';
|
|
78
78
|
export { default as Help } from './Help';
|
|
@@ -2,78 +2,78 @@ import { default as r } from "./ArrowDown.js";
|
|
|
2
2
|
import { default as t } from "./ArrowUp.js";
|
|
3
3
|
import { default as s } from "./Colombia.js";
|
|
4
4
|
import { default as l } from "./CostaRica.js";
|
|
5
|
-
import { default as
|
|
5
|
+
import { default as u } from "./Ecuador.js";
|
|
6
6
|
import { default as x } from "./Guatemala.js";
|
|
7
7
|
import { default as i } from "./Internacional.js";
|
|
8
8
|
import { default as C } from "./RepDominicana.js";
|
|
9
9
|
import { default as A } from "./AccountBalance.js";
|
|
10
10
|
import { default as D } from "./AccountCircle.js";
|
|
11
|
-
import { default as
|
|
12
|
-
import { default as
|
|
11
|
+
import { default as w } from "./Add.js";
|
|
12
|
+
import { default as g } from "./AddAPhoto.js";
|
|
13
13
|
import { default as b } from "./AddIcon.js";
|
|
14
14
|
import { default as y } from "./AdminMeds.js";
|
|
15
15
|
import { default as k } from "./AlertIcon.js";
|
|
16
16
|
import { default as v } from "./AmericanExpress.js";
|
|
17
17
|
import { default as L } from "./AmericanExpressRounded.js";
|
|
18
|
-
import { default as
|
|
19
|
-
import { default as O } from "./
|
|
20
|
-
import { default as N } from "./
|
|
21
|
-
import { default as
|
|
22
|
-
import { default as
|
|
23
|
-
import { default as q } 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 so } from "./
|
|
31
|
-
import { default as
|
|
32
|
-
import { default as mo } from "./
|
|
33
|
-
import { default as no } from "./
|
|
34
|
-
import { default as co } from "./
|
|
35
|
-
import { default as Io } from "./
|
|
36
|
-
import { default as ho } from "./
|
|
37
|
-
import { default as
|
|
38
|
-
import { default as Ro } from "./
|
|
39
|
-
import { default as
|
|
40
|
-
import { default as Fo } from "./
|
|
41
|
-
import { default as Mo } from "./
|
|
42
|
-
import { default as Bo } from "./
|
|
43
|
-
import { default as Eo } from "./
|
|
44
|
-
import { default as
|
|
45
|
-
import { default as Ho } from "./
|
|
46
|
-
import { default as Wo } from "./
|
|
47
|
-
import { default as zo } from "./
|
|
48
|
-
import { default as
|
|
49
|
-
import { default as
|
|
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 de } from "./
|
|
58
|
-
import { default as
|
|
59
|
-
import { default as me } from "./
|
|
60
|
-
import { default as ne } from "./
|
|
61
|
-
import { default as ce } from "./
|
|
62
|
-
import { default as Ie } from "./
|
|
63
|
-
import { default as he } from "./
|
|
64
|
-
import { default as
|
|
65
|
-
import { default as Re } from "./
|
|
66
|
-
import { default as
|
|
67
|
-
import { default as Fe } from "./
|
|
68
|
-
import { default as Me } from "./
|
|
69
|
-
import { default as Be } from "./
|
|
70
|
-
import { default as Ee } from "./
|
|
71
|
-
import { default as
|
|
72
|
-
import { default as He } from "./
|
|
73
|
-
import { default as We } from "./
|
|
74
|
-
import { default as ze } from "./
|
|
75
|
-
import { default as
|
|
76
|
-
import { default as
|
|
18
|
+
import { default as V } from "./Apagar.js";
|
|
19
|
+
import { default as O } from "./Apnfd.js";
|
|
20
|
+
import { default as N } from "./Approve.js";
|
|
21
|
+
import { default as K } from "./ArrowBack.js";
|
|
22
|
+
import { default as j } from "./ArrowsOutward.js";
|
|
23
|
+
import { default as q } from "./Article.js";
|
|
24
|
+
import { default as Q } from "./AttachFile.js";
|
|
25
|
+
import { default as Y } from "./BmiAhorro.js";
|
|
26
|
+
import { default as _ } from "./BmiLogoWhite.js";
|
|
27
|
+
import { default as oo } from "./BrokenImage.js";
|
|
28
|
+
import { default as ro } from "./BusinessCenter.js";
|
|
29
|
+
import { default as to } from "./CalendarIcon.js";
|
|
30
|
+
import { default as so } from "./Call.js";
|
|
31
|
+
import { default as po } from "./CancelIcon.js";
|
|
32
|
+
import { default as mo } from "./Certificado.js";
|
|
33
|
+
import { default as no } from "./ChatBubble.js";
|
|
34
|
+
import { default as co } from "./CheckIcon.js";
|
|
35
|
+
import { default as Io } from "./Checkbook.js";
|
|
36
|
+
import { default as ho } from "./ChevronLeft.js";
|
|
37
|
+
import { default as Po } from "./Circle.js";
|
|
38
|
+
import { default as Ro } from "./Close.js";
|
|
39
|
+
import { default as So } from "./CloseDrawer.js";
|
|
40
|
+
import { default as Fo } from "./ColectivosIcon.js";
|
|
41
|
+
import { default as Mo } from "./Comisiones.js";
|
|
42
|
+
import { default as Bo } from "./CompareArrows.js";
|
|
43
|
+
import { default as Eo } from "./ComputerCancel.js";
|
|
44
|
+
import { default as Uo } from "./ComunicacionesIcon.js";
|
|
45
|
+
import { default as Ho } from "./Contacto.js";
|
|
46
|
+
import { default as Wo } from "./ContentCopy.js";
|
|
47
|
+
import { default as zo } from "./ConyugeIcon.js";
|
|
48
|
+
import { default as To } from "./CorporateFare.js";
|
|
49
|
+
import { default as Go } from "./CotizacionesIcon.js";
|
|
50
|
+
import { default as Jo } from "./Credentials.js";
|
|
51
|
+
import { default as Xo } from "./CreditCard.js";
|
|
52
|
+
import { default as Zo } from "./CurrencyExchange.js";
|
|
53
|
+
import { default as $o } from "./DashboardIcon.js";
|
|
54
|
+
import { default as ee } from "./DatosIcon.js";
|
|
55
|
+
import { default as ae } from "./Delete.js";
|
|
56
|
+
import { default as fe } from "./DeniedIcon.js";
|
|
57
|
+
import { default as de } from "./Diagnosis.js";
|
|
58
|
+
import { default as pe } from "./Diners.js";
|
|
59
|
+
import { default as me } from "./DinersRounded.js";
|
|
60
|
+
import { default as ne } from "./Discover.js";
|
|
61
|
+
import { default as ce } from "./DiscoverRounded.js";
|
|
62
|
+
import { default as Ie } from "./Distance.js";
|
|
63
|
+
import { default as he } from "./Documentos.js";
|
|
64
|
+
import { default as Pe } from "./Dot.js";
|
|
65
|
+
import { default as Re } from "./DownloadIcon.js";
|
|
66
|
+
import { default as Se } from "./EditIcon.js";
|
|
67
|
+
import { default as Fe } from "./EstadosUnidos.js";
|
|
68
|
+
import { default as Me } from "./Europa.js";
|
|
69
|
+
import { default as Be } from "./FallbackCardRounded.js";
|
|
70
|
+
import { default as Ee } from "./Female.js";
|
|
71
|
+
import { default as Ue } from "./Filter.js";
|
|
72
|
+
import { default as He } from "./FilterAlt.js";
|
|
73
|
+
import { default as We } from "./Folder.js";
|
|
74
|
+
import { default as ze } from "./FondosExtranjero.js";
|
|
75
|
+
import { default as Te } from "./Fumador.js";
|
|
76
|
+
import { default as Ge } from "./HeadsetMic.js";
|
|
77
77
|
import { default as Je } from "./HeightIcon.js";
|
|
78
78
|
import { default as Xe } from "./Help.js";
|
|
79
79
|
import { default as Ze } from "./HistorialIcon.js";
|
|
@@ -82,25 +82,25 @@ import { default as er } from "./Info.js";
|
|
|
82
82
|
import { default as ar } from "./InfoFinanciera.js";
|
|
83
83
|
import { default as fr } from "./KeyboardArrowDown.js";
|
|
84
84
|
import { default as dr } from "./KeyboardArrowUp.js";
|
|
85
|
-
import { default as
|
|
85
|
+
import { default as pr } from "./LocationOn.js";
|
|
86
86
|
import { default as mr } from "./LocationSearching.js";
|
|
87
87
|
import { default as nr } from "./LockIcon.js";
|
|
88
88
|
import { default as cr } from "./LogOut.js";
|
|
89
89
|
import { default as Ir } from "./MailIcon.js";
|
|
90
90
|
import { default as hr } from "./Male.js";
|
|
91
|
-
import { default as
|
|
91
|
+
import { default as Pr } from "./MasAcciones.js";
|
|
92
92
|
import { default as Rr } from "./Mastercard.js";
|
|
93
|
-
import { default as
|
|
93
|
+
import { default as Sr } from "./MastercardRounded.js";
|
|
94
94
|
import { default as Fr } from "./Medical.js";
|
|
95
95
|
import { default as Mr } from "./Menu.js";
|
|
96
96
|
import { default as Br } from "./MoreVert.js";
|
|
97
97
|
import { default as Er } from "./NextIcon.js";
|
|
98
|
-
import { default as
|
|
98
|
+
import { default as Ur } from "./Notes.js";
|
|
99
99
|
import { default as Hr } from "./Notifications.js";
|
|
100
100
|
import { default as Wr } from "./NumPolizaIcon.js";
|
|
101
101
|
import { default as zr } from "./OpenInFull.js";
|
|
102
|
-
import { default as
|
|
103
|
-
import { default as
|
|
102
|
+
import { default as Tr } from "./Paid.js";
|
|
103
|
+
import { default as Gr } from "./Password.js";
|
|
104
104
|
import { default as Jr } from "./Pep.js";
|
|
105
105
|
import { default as Xr } from "./Person.js";
|
|
106
106
|
import { default as Zr } from "./PersonCancel.js";
|
|
@@ -109,25 +109,25 @@ import { default as ea } from "./PetSupplies.js";
|
|
|
109
109
|
import { default as aa } from "./PhotoLibrary.js";
|
|
110
110
|
import { default as fa } from "./Planet.js";
|
|
111
111
|
import { default as da } from "./PolizaIcon.js";
|
|
112
|
-
import { default as
|
|
112
|
+
import { default as pa } from "./PriceChange.js";
|
|
113
113
|
import { default as ma } from "./ProductIcon.js";
|
|
114
114
|
import { default as na } from "./Public.js";
|
|
115
115
|
import { default as ca } from "./ReembolsosIcon.js";
|
|
116
116
|
import { default as Ia } from "./Reenviar.js";
|
|
117
117
|
import { default as ha } from "./Refresh.js";
|
|
118
|
-
import { default as
|
|
118
|
+
import { default as Pa } from "./Renovaciones.js";
|
|
119
119
|
import { default as Ra } from "./Replay.js";
|
|
120
|
-
import { default as
|
|
120
|
+
import { default as Sa } from "./Reply.js";
|
|
121
121
|
import { default as Fa } from "./RestoreFromTrash.js";
|
|
122
122
|
import { default as Ma } from "./SearchIcon.js";
|
|
123
123
|
import { default as Ba } from "./Send.js";
|
|
124
124
|
import { default as Ea } from "./Share.js";
|
|
125
|
-
import { default as
|
|
125
|
+
import { default as Ua } from "./ShieldWithHeart.js";
|
|
126
126
|
import { default as Ha } from "./SmallFamily.js";
|
|
127
127
|
import { default as Wa } from "./Smartphone.js";
|
|
128
128
|
import { default as za } from "./SortArrowsAsc.js";
|
|
129
|
-
import { default as
|
|
130
|
-
import { default as
|
|
129
|
+
import { default as Ta } from "./SortArrowsDefault.js";
|
|
130
|
+
import { default as Ga } from "./SortArrowsDesc.js";
|
|
131
131
|
import { default as Ja } from "./StepBlocked.js";
|
|
132
132
|
import { default as Xa } from "./StepDone.js";
|
|
133
133
|
import { default as Za } from "./StepInProgress.js";
|
|
@@ -136,88 +136,88 @@ import { default as et } from "./Tutoriales.js";
|
|
|
136
136
|
import { default as at } from "./UnfoldMore.js";
|
|
137
137
|
import { default as ft } from "./Upload.js";
|
|
138
138
|
import { default as dt } from "./VerifiedUser.js";
|
|
139
|
-
import { default as
|
|
139
|
+
import { default as pt } from "./Visa.js";
|
|
140
140
|
import { default as mt } from "./VisaRounded.js";
|
|
141
141
|
import { default as nt } from "./Visibility.js";
|
|
142
142
|
import { default as ct } from "./VisibilityOff.js";
|
|
143
143
|
import { default as It } from "./Warning.js";
|
|
144
144
|
import { default as ht } from "./WeightIcon.js";
|
|
145
|
-
import { default as
|
|
145
|
+
import { default as Pt } from "./Whatsapp.js";
|
|
146
146
|
export {
|
|
147
147
|
A as AccountBalance,
|
|
148
148
|
D as AccountCircle,
|
|
149
|
-
|
|
150
|
-
|
|
149
|
+
w as Add,
|
|
150
|
+
g as AddAPhoto,
|
|
151
151
|
b as AddIcon,
|
|
152
152
|
y as AdminMeds,
|
|
153
153
|
k as AlertIcon,
|
|
154
154
|
v as AmericanExpress,
|
|
155
155
|
L as AmericanExpressRounded,
|
|
156
|
-
|
|
157
|
-
O as
|
|
158
|
-
N as
|
|
156
|
+
V as Apagar,
|
|
157
|
+
O as Apnfd,
|
|
158
|
+
N as Approve,
|
|
159
|
+
K as ArrowBack,
|
|
159
160
|
r as ArrowDown,
|
|
160
161
|
t as ArrowUp,
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
162
|
+
j as ArrowsOutward,
|
|
163
|
+
q as Article,
|
|
164
|
+
Q as AttachFile,
|
|
165
|
+
Y as BmiAhorro,
|
|
166
|
+
_ as BmiLogoWhite,
|
|
167
|
+
oo as BrokenImage,
|
|
168
|
+
ro as BusinessCenter,
|
|
169
|
+
to as CalendarIcon,
|
|
170
|
+
so as Call,
|
|
171
|
+
po as CancelIcon,
|
|
172
|
+
mo as Certificado,
|
|
173
|
+
no as ChatBubble,
|
|
174
|
+
co as CheckIcon,
|
|
175
|
+
Io as Checkbook,
|
|
176
|
+
ho as ChevronLeft,
|
|
177
|
+
Po as Circle,
|
|
178
|
+
Ro as Close,
|
|
179
|
+
So as CloseDrawer,
|
|
180
|
+
Fo as ColectivosIcon,
|
|
180
181
|
s as Colombia,
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
182
|
+
Mo as Comisiones,
|
|
183
|
+
Bo as CompareArrows,
|
|
184
|
+
Eo as ComputerCancel,
|
|
185
|
+
Uo as ComunicacionesIcon,
|
|
186
|
+
Ho as Contacto,
|
|
187
|
+
Wo as ContentCopy,
|
|
188
|
+
zo as ConyugeIcon,
|
|
189
|
+
To as CorporateFare,
|
|
189
190
|
l as CostaRica,
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
Ke as GridView,
|
|
191
|
+
Go as CotizacionesIcon,
|
|
192
|
+
Jo as Credentials,
|
|
193
|
+
Xo as CreditCard,
|
|
194
|
+
Zo as CurrencyExchange,
|
|
195
|
+
$o as DashboardIcon,
|
|
196
|
+
ee as DatosIcon,
|
|
197
|
+
ae as Delete,
|
|
198
|
+
fe as DeniedIcon,
|
|
199
|
+
de as Diagnosis,
|
|
200
|
+
pe as Diners,
|
|
201
|
+
me as DinersRounded,
|
|
202
|
+
ne as Discover,
|
|
203
|
+
ce as DiscoverRounded,
|
|
204
|
+
Ie as Distance,
|
|
205
|
+
he as Documentos,
|
|
206
|
+
Pe as Dot,
|
|
207
|
+
Re as DownloadIcon,
|
|
208
|
+
u as Ecuador,
|
|
209
|
+
Se as EditIcon,
|
|
210
|
+
Fe as EstadosUnidos,
|
|
211
|
+
Me as Europa,
|
|
212
|
+
Be as FallbackCardRounded,
|
|
213
|
+
Ee as Female,
|
|
214
|
+
Ue as Filter,
|
|
215
|
+
He as FilterAlt,
|
|
216
|
+
We as Folder,
|
|
217
|
+
ze as FondosExtranjero,
|
|
218
|
+
Te as Fumador,
|
|
219
219
|
x as Guatemala,
|
|
220
|
-
|
|
220
|
+
Ge as HeadsetMic,
|
|
221
221
|
Je as HeightIcon,
|
|
222
222
|
Xe as Help,
|
|
223
223
|
Ze as HistorialIcon,
|
|
@@ -227,25 +227,25 @@ export {
|
|
|
227
227
|
i as Internacional,
|
|
228
228
|
fr as KeyboardArrowDown,
|
|
229
229
|
dr as KeyboardArrowUp,
|
|
230
|
-
|
|
230
|
+
pr as LocationOn,
|
|
231
231
|
mr as LocationSearching,
|
|
232
232
|
nr as LockIcon,
|
|
233
233
|
cr as LogOut,
|
|
234
234
|
Ir as MailIcon,
|
|
235
235
|
hr as Male,
|
|
236
|
-
|
|
236
|
+
Pr as MasAcciones,
|
|
237
237
|
Rr as Mastercard,
|
|
238
|
-
|
|
238
|
+
Sr as MastercardRounded,
|
|
239
239
|
Fr as Medical,
|
|
240
240
|
Mr as Menu,
|
|
241
241
|
Br as MoreVert,
|
|
242
242
|
Er as NextIcon,
|
|
243
|
-
|
|
243
|
+
Ur as Notes,
|
|
244
244
|
Hr as Notifications,
|
|
245
245
|
Wr as NumPolizaIcon,
|
|
246
246
|
zr as OpenInFull,
|
|
247
|
-
|
|
248
|
-
|
|
247
|
+
Tr as Paid,
|
|
248
|
+
Gr as Password,
|
|
249
249
|
Jr as Pep,
|
|
250
250
|
Xr as Person,
|
|
251
251
|
Zr as PersonCancel,
|
|
@@ -254,26 +254,26 @@ export {
|
|
|
254
254
|
aa as PhotoLibrary,
|
|
255
255
|
fa as Planet,
|
|
256
256
|
da as PolizaIcon,
|
|
257
|
-
|
|
257
|
+
pa as PriceChange,
|
|
258
258
|
ma as ProductIcon,
|
|
259
259
|
na as Public,
|
|
260
260
|
ca as ReembolsosIcon,
|
|
261
261
|
Ia as Reenviar,
|
|
262
262
|
ha as Refresh,
|
|
263
|
-
|
|
263
|
+
Pa as Renovaciones,
|
|
264
264
|
C as RepDominicana,
|
|
265
265
|
Ra as Replay,
|
|
266
|
-
|
|
266
|
+
Sa as Reply,
|
|
267
267
|
Fa as RestoreFromTrash,
|
|
268
268
|
Ma as SearchIcon,
|
|
269
269
|
Ba as Send,
|
|
270
270
|
Ea as Share,
|
|
271
|
-
|
|
271
|
+
Ua as ShieldWithHeart,
|
|
272
272
|
Ha as SmallFamily,
|
|
273
273
|
Wa as Smartphone,
|
|
274
274
|
za as SortArrowsAsc,
|
|
275
|
-
|
|
276
|
-
|
|
275
|
+
Ta as SortArrowsDefault,
|
|
276
|
+
Ga as SortArrowsDesc,
|
|
277
277
|
Ja as StepBlocked,
|
|
278
278
|
Xa as StepDone,
|
|
279
279
|
Za as StepInProgress,
|
|
@@ -282,11 +282,11 @@ export {
|
|
|
282
282
|
at as UnfoldMore,
|
|
283
283
|
ft as Upload,
|
|
284
284
|
dt as VerifiedUser,
|
|
285
|
-
|
|
285
|
+
pt as Visa,
|
|
286
286
|
mt as VisaRounded,
|
|
287
287
|
nt as Visibility,
|
|
288
288
|
ct as VisibilityOff,
|
|
289
289
|
It as Warning,
|
|
290
290
|
ht as WeightIcon,
|
|
291
|
-
|
|
291
|
+
Pt as Whatsapp
|
|
292
292
|
};
|
package/dist/icons/index.d.ts
CHANGED
|
@@ -11,6 +11,7 @@ export { default as AmericanExpress } from './components/AmericanExpress';
|
|
|
11
11
|
export { default as AmericanExpressRounded } from './components/AmericanExpressRounded';
|
|
12
12
|
export { default as AnchorEmpty } from './components/AnchorEmpty';
|
|
13
13
|
export { default as AnchorFill } from './components/AnchorFill';
|
|
14
|
+
export { default as Apagar } from './components/Apagar';
|
|
14
15
|
export { default as Apnfd } from './components/Apnfd';
|
|
15
16
|
export { default as Approve } from './components/Approve';
|
|
16
17
|
export { default as ArrowBack } from './components/ArrowBack';
|