bmi-next-brokers 1.4.2 → 1.4.4
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/AnchorEmpty.d.ts +3 -0
- package/dist/icons/components/AnchorEmpty.js +39 -0
- package/dist/icons/components/AnchorFill.d.ts +3 -0
- package/dist/icons/components/AnchorFill.js +39 -0
- package/dist/icons/components/Assignment.js +37 -8
- package/dist/icons/components/BmiLogo.js +1 -1
- package/dist/icons/components/ColectivosIcon.d.ts +3 -0
- package/dist/icons/components/ColectivosIcon.js +39 -0
- package/dist/icons/components/Colombia.d.ts +3 -0
- package/dist/icons/components/Colombia.js +14 -0
- package/dist/icons/components/CostaRica.d.ts +3 -0
- package/dist/icons/components/CostaRica.js +14 -0
- package/dist/icons/components/Ecuador.d.ts +3 -0
- package/dist/icons/components/Ecuador.js +456 -0
- package/dist/icons/components/Guatemala.d.ts +3 -0
- package/dist/icons/components/Guatemala.js +286 -0
- package/dist/icons/components/Home.d.ts +3 -0
- package/dist/icons/components/Home.js +39 -0
- package/dist/icons/components/Internacional.d.ts +3 -0
- package/dist/icons/components/Internacional.js +14 -0
- package/dist/icons/components/Password.d.ts +3 -0
- package/dist/icons/components/Password.js +22 -0
- package/dist/icons/components/RepDominicana.d.ts +3 -0
- package/dist/icons/components/RepDominicana.js +160 -0
- package/dist/icons/components/Swich.d.ts +3 -0
- package/dist/icons/components/Swich.js +39 -0
- package/dist/icons/components/index.d.ts +8 -1
- package/dist/icons/components/index.js +230 -216
- package/dist/icons/index.d.ts +12 -0
- package/dist/icons/index.js +274 -250
- package/dist/index-j6ne-W8k.js +298 -0
- package/package.json +1 -1
- package/dist/index-m0dDHLDz.js +0 -274
package/dist/icons/Icon.js
CHANGED
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { jsxs as h, jsx as a } from "react/jsx-runtime";
|
|
2
|
+
const r = (e) => /* @__PURE__ */ h(
|
|
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: "anchor_empty_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(#anchor_empty_svg__a)", children: /* @__PURE__ */ a(
|
|
28
|
+
"path",
|
|
29
|
+
{
|
|
30
|
+
fill: "currentColor",
|
|
31
|
+
d: "M10.667 3.333V8L11.8 9.133a.67.67 0 0 1 .2.484V10a.65.65 0 0 1-.192.475.65.65 0 0 1-.475.192H8.667v3.9a.65.65 0 0 1-.192.475.65.65 0 0 1-.475.191.65.65 0 0 1-.475-.191.65.65 0 0 1-.192-.475v-3.9H4.667a.65.65 0 0 1-.475-.192A.65.65 0 0 1 4 10v-.383a.7.7 0 0 1 .2-.484L5.333 8V3.333a.65.65 0 0 1-.475-.191.65.65 0 0 1-.191-.475q0-.285.191-.475A.65.65 0 0 1 5.333 2h5.334q.283 0 .475.192a.65.65 0 0 1 .191.475.65.65 0 0 1-.191.475.65.65 0 0 1-.475.191m-4.767 6h4.2l-.767-.766V3.333H6.667v5.234z"
|
|
32
|
+
}
|
|
33
|
+
) })
|
|
34
|
+
]
|
|
35
|
+
}
|
|
36
|
+
);
|
|
37
|
+
export {
|
|
38
|
+
r as default
|
|
39
|
+
};
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { jsxs as e, jsx as a } from "react/jsx-runtime";
|
|
2
|
+
const r = (l) => /* @__PURE__ */ e(
|
|
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
|
+
...l,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ a(
|
|
13
|
+
"mask",
|
|
14
|
+
{
|
|
15
|
+
id: "anchor_fill_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(#anchor_fill_svg__a)", children: /* @__PURE__ */ a(
|
|
28
|
+
"path",
|
|
29
|
+
{
|
|
30
|
+
fill: "currentColor",
|
|
31
|
+
d: "M10.667 3.333V8L11.8 9.133a.67.67 0 0 1 .2.484V10a.65.65 0 0 1-.192.475.65.65 0 0 1-.475.192H8.667v3.9a.65.65 0 0 1-.192.475.65.65 0 0 1-.475.191.65.65 0 0 1-.475-.191.65.65 0 0 1-.192-.475v-3.9H4.667a.65.65 0 0 1-.475-.192A.65.65 0 0 1 4 10v-.383a.7.7 0 0 1 .2-.484L5.333 8V3.333a.65.65 0 0 1-.475-.191.65.65 0 0 1-.191-.475q0-.285.191-.475A.65.65 0 0 1 5.333 2h5.334q.283 0 .475.192a.65.65 0 0 1 .191.475.65.65 0 0 1-.191.475.65.65 0 0 1-.475.191"
|
|
32
|
+
}
|
|
33
|
+
) })
|
|
34
|
+
]
|
|
35
|
+
}
|
|
36
|
+
);
|
|
37
|
+
export {
|
|
38
|
+
r as default
|
|
39
|
+
};
|
|
@@ -1,10 +1,39 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
const
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
import { jsxs as h, jsx as s } from "react/jsx-runtime";
|
|
2
|
+
const a = (e) => /* @__PURE__ */ h(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
fill: "none",
|
|
7
|
+
viewBox: "0 0 18 18",
|
|
8
|
+
width: "1em",
|
|
9
|
+
height: "1em",
|
|
10
|
+
...e,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ s(
|
|
13
|
+
"mask",
|
|
14
|
+
{
|
|
15
|
+
id: "assignment_svg__a",
|
|
16
|
+
width: 18,
|
|
17
|
+
height: 18,
|
|
18
|
+
x: 0,
|
|
19
|
+
y: 0,
|
|
20
|
+
maskUnits: "userSpaceOnUse",
|
|
21
|
+
style: {
|
|
22
|
+
maskType: "alpha"
|
|
23
|
+
},
|
|
24
|
+
children: /* @__PURE__ */ s("path", { fill: "currentColor", d: "M0 0h18v18H0z" })
|
|
25
|
+
}
|
|
26
|
+
),
|
|
27
|
+
/* @__PURE__ */ s("g", { mask: "url(#assignment_svg__a)", children: /* @__PURE__ */ s(
|
|
28
|
+
"path",
|
|
29
|
+
{
|
|
30
|
+
fill: "currentColor",
|
|
31
|
+
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"
|
|
32
|
+
}
|
|
33
|
+
) })
|
|
34
|
+
]
|
|
35
|
+
}
|
|
36
|
+
);
|
|
8
37
|
export {
|
|
9
|
-
|
|
38
|
+
a as default
|
|
10
39
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as q } from "react/jsx-runtime";
|
|
2
|
-
const V = ({ fill: v = "#2054A5", ...h }) => /* @__PURE__ */ q("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 81 32", width: "1em", height: "1em", ...h, children: /* @__PURE__ */ q("path", { fill: v, d: "M11.28 29.978q5.033 0 7.428-.879c1.594-.587 2.86-1.554 3.804-2.91q1.411-2.03 1.412-4.29 0-3.216-2.984-5.91 2.141-2.939 2.14-5.491 0-3.485-3.028-5.81-2.485-1.89-6.607-1.891H2.097v29.119H0V.795h13.17q5.332 0 8.52 2.644 3.327 2.78 3.326 6.881a9.2 9.2 0 0 1-1.618 5.264q2.507 3.029 2.508 6.335.001 2.94-1.915 5.604a9.23 9.23 0 0 1-4.601 3.416q-2.85.98-8.11.981zm0-1.66v-1.914q3.44 0 4.83-.387 1.777-.478 2.733-1.616a4.54 4.54 0 0 0 1.14-3.054q.001-1.572-.821-2.734-.821-1.162-2.916-2.62 2.846-2.3 2.847-4.853a4.4 4.4 0 0 0-.638-2.312 4.26 4.26 0 0 0-1.753-1.63 6.2 6.2 0 0 0-1.869-.615q-.912-.136-3.554-.137H5.925v25.472h-2.05V4.532h7.723q2.46 0 3.645.149 1.182.148 2.21.649 1.48.637 2.528 2.267 1.046 1.628 1.047 3.498 0 2.552-1.937 4.898 2.78 2.256 2.779 5.492 0 2.505-1.628 4.238-1.631 1.73-4.455 2.278-.886.16-2.017.239-1.128.08-2.495.08zm-1.55 3.6H7.678V8.086h4.034q2.573 0 3.623.456.75.32 1.253 1.152.5.83.5 1.855 0 2.734-2.96 3.282-.434.07-1.127.113-.694.045-1.72.046v-1.913q2.072 0 2.962-.34.887-.344.888-1.208c0-.575-.233-.96-.695-1.195q-.695-.354-2.45-.355H9.732V31.92zm1.55-15.105 1.07.022q1.435 0 2.428.228.991.227 1.583.66 1.594 1.185 1.594 3.168 0 1.595-1.025 2.575-1.025.979-3.051 1.298-.458.045-.979.068-.525.023-1.619.023v-1.87q1.322.001 2.188-.148.867-.147 1.457-.42.957-.457.957-1.572 0-.773-.525-1.298-.478-.547-1.344-.753a18 18 0 0 0-1.333-.126 22 22 0 0 0-1.402-.058v-1.8zM67.806 31.918h-2.05V16.56q-.001-5.705-.776-7.871-1.229-3.491-4.556-5.295-2.37-1.277-4.92-1.277c-1.351 0-2.618.25-3.793.746q-1.766.747-3.771 2.467a22 22 0 0 0-2.004-1.502 12.4 12.4 0 0 0-1.822-.99q-1.687-.72-3.76-.721-3.395.001-6.129 1.85-2.234 1.532-3.1 3.84-.867 2.309-.866 6.605V31.92h-2.028V14.226q.002-4.468.66-6.452 1.232-3.921 5.126-6.111C36.02.553 38.05 0 40.099 0c2.372 0 4.982.82 7.839 2.46q1.8-1.22 3.669-1.84A12 12 0 0 1 55.41 0q3.758 0 7.016 2.121 3.76 2.442 4.83 6.776c.365 1.459.546 3.979.546 7.552V31.92zm-3.829 0h-2.003v-15.42q-.001-3.472-.25-5.037-.252-1.565-.91-2.708-.752-1.209-2.21-1.953a6.8 6.8 0 0 0-3.145-.744q-1.435.001-2.767.56-1.333.56-2.062 1.497-.797 1.028-1.207 2.626-.182.823-.272 1.782a25 25 0 0 0-.09 2.352v17.043h-2.073v-15.85q0-3.309-.341-4.96-.341-1.653-1.278-2.816-.82-1.026-2.199-1.654a7 7 0 0 0-2.927-.627q-2.575 0-4.329 1.597-1.093 1.027-1.558 2.78-.468 1.755-.468 5.087v16.443h-2.003v-16.35q-.002-3.557.25-5.015a8 8 0 0 1 1.07-2.806q1.093-1.87 3.28-2.965a8.5 8.5 0 0 1 3.83-.912c1.562 0 2.935.328 4.11.979q1.768.98 3.522 3.328 1.55-2.05 2.871-2.925 2.05-1.382 4.58-1.382 2.892 0 5.285 1.758 1.96 1.418 2.632 3.505.671 2.09.671 6.842v15.943zm-18.818 0h-2.075v-16q0-3.391-.319-4.415a2.06 2.06 0 0 0-.854-1.171 2.46 2.46 0 0 0-1.424-.446q-.979 0-1.652.592-.672.591-.833 1.592-.069.384-.115 1.344a58 58 0 0 0-.046 2.526v15.978h-2.073V15.816q.002-4.036.5-5.45.41-1.139 1.573-1.892a4.64 4.64 0 0 1 2.575-.753q1.983 0 3.35 1.39.82.867 1.105 2.259t.286 4.355v16.193zm15.037 0h-2.05V16.066q.001-3.74-.457-4.88-.226-.526-.841-.934a2.55 2.55 0 0 0-1.322-.366q-1.961 0-2.416 1.916-.09.48-.16 1.596a50 50 0 0 0-.068 2.943v15.58h-2.119V16.251q.001-2.782.137-3.968t.547-2.143q.48-1.004 1.605-1.665a4.8 4.8 0 0 1 2.474-.662c.896 0 1.74.224 2.482.673q1.116.675 1.594 1.813.386.914.5 1.847 0 .093.047 1.39.045 1.303.047 2.531V31.92zM73 .795v31.123h-2.072V.795zm3.873 0v31.123h-2.075V.795zm3.873 0v31.123H78.67V.795z" }) });
|
|
2
|
+
const V = ({ fill: v = "#2054A5", ...h }) => /* @__PURE__ */ q("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 81 32", width: "1em", height: "1em", ...h, children: /* @__PURE__ */ q("path", { fill: v, d: "M11.28 29.978q5.033 0 7.428-.879c1.594-.587 2.86-1.554 3.804-2.91q1.411-2.03 1.412-4.29 0-3.216-2.984-5.91 2.141-2.939 2.14-5.491 0-3.485-3.028-5.81-2.485-1.89-6.607-1.891H2.097v29.119H0V.795h13.17q5.332 0 8.52 2.644 3.327 2.78 3.326 6.881a9.2 9.2 0 0 1-1.618 5.264q2.507 3.029 2.508 6.335.001 2.94-1.915 5.604a9.23 9.23 0 0 1-4.601 3.416q-2.85.98-8.11.981zm0-1.66v-1.914q3.44 0 4.83-.387 1.777-.478 2.733-1.616a4.54 4.54 0 0 0 1.14-3.054q.001-1.572-.821-2.734-.821-1.162-2.916-2.62 2.846-2.3 2.847-4.853a4.4 4.4 0 0 0-.638-2.312 4.26 4.26 0 0 0-1.753-1.63 6.2 6.2 0 0 0-1.869-.615q-.912-.136-3.554-.137H5.925v25.472h-2.05V4.532h7.723q2.46 0 3.645.149 1.182.148 2.21.649 1.48.637 2.528 2.267 1.046 1.628 1.047 3.498 0 2.552-1.937 4.898 2.78 2.256 2.779 5.492 0 2.505-1.628 4.238-1.631 1.73-4.455 2.278-.886.16-2.017.239-1.128.08-2.495.08zm-1.55 3.6H7.678V8.086h4.034q2.573 0 3.623.456.75.32 1.253 1.152.5.83.5 1.855 0 2.734-2.96 3.282-.434.07-1.127.113-.694.045-1.72.046v-1.913q2.072 0 2.962-.34.887-.344.888-1.208c0-.575-.233-.96-.695-1.195q-.695-.354-2.45-.355H9.732V31.92zm1.55-15.105 1.07.022q1.435 0 2.428.228.991.227 1.583.66 1.594 1.185 1.594 3.168 0 1.595-1.025 2.575-1.025.979-3.051 1.298-.458.045-.979.068-.525.023-1.619.023v-1.87q1.322.001 2.188-.148.867-.147 1.457-.42.957-.457.957-1.572 0-.773-.525-1.298-.478-.547-1.344-.753a18 18 0 0 0-1.333-.126 22 22 0 0 0-1.402-.058v-1.8zM67.806 31.918h-2.05V16.56q-.001-5.705-.776-7.871-1.229-3.491-4.556-5.295-2.37-1.277-4.92-1.277c-1.351 0-2.618.25-3.793.746q-1.766.747-3.771 2.467a22 22 0 0 0-2.004-1.502 12.4 12.4 0 0 0-1.822-.99q-1.687-.72-3.76-.721-3.395.001-6.129 1.85-2.234 1.532-3.1 3.84-.867 2.309-.866 6.605V31.92h-2.028V14.226q.002-4.468.66-6.452 1.232-3.921 5.126-6.111C36.02.553 38.05 0 40.099 0c2.372 0 4.982.82 7.839 2.46q1.8-1.22 3.669-1.84A12 12 0 0 1 55.41 0q3.758 0 7.016 2.121 3.76 2.442 4.83 6.776c.365 1.459.546 3.979.546 7.552V31.92zm-3.829 0h-2.003v-15.42q-.001-3.472-.25-5.037-.252-1.565-.91-2.708-.752-1.209-2.21-1.953a6.8 6.8 0 0 0-3.145-.744q-1.435.001-2.767.56-1.333.56-2.062 1.497-.797 1.028-1.207 2.626-.182.823-.272 1.782a25 25 0 0 0-.09 2.352v17.043h-2.073v-15.85q0-3.309-.341-4.96-.341-1.653-1.278-2.816-.82-1.026-2.199-1.654a7 7 0 0 0-2.927-.627q-2.575 0-4.329 1.597-1.093 1.027-1.558 2.78-.468 1.755-.468 5.087v16.443h-2.003v-16.35q-.002-3.557.25-5.015a8 8 0 0 1 1.07-2.806q1.093-1.87 3.28-2.965a8.5 8.5 0 0 1 3.83-.912c1.562 0 2.935.328 4.11.979q1.768.98 3.522 3.328 1.55-2.05 2.871-2.925 2.05-1.382 4.58-1.382 2.892 0 5.285 1.758 1.96 1.418 2.632 3.505.671 2.09.671 6.842v15.943zm-18.818 0h-2.075v-16q0-3.391-.319-4.415a2.06 2.06 0 0 0-.854-1.171 2.46 2.46 0 0 0-1.424-.446q-.979 0-1.652.592-.672.591-.833 1.592-.069.384-.115 1.344a58 58 0 0 0-.046 2.526v15.978h-2.073V15.816q.002-4.036.5-5.45.41-1.139 1.573-1.892a4.64 4.64 0 0 1 2.575-.753q1.983 0 3.35 1.39.82.867 1.105 2.259t.286 4.355v16.193zm15.037 0h-2.05V16.066q.001-3.74-.457-4.88-.226-.526-.841-.934a2.55 2.55 0 0 0-1.322-.366q-1.961 0-2.416 1.916-.09.48-.16 1.596a50 50 0 0 0-.068 2.943v15.58h-2.119V16.251q.001-2.782.137-3.968t.547-2.143q.48-1.004 1.605-1.665a4.8 4.8 0 0 1 2.474-.662c.896 0 1.74.224 2.482.673q1.116.675 1.594 1.813.386.914.5 1.847 0 .093.047 1.39.045 1.303.047 2.531V31.92zM73 .795v31.123h-2.072V.795zm3.873 0v31.123h-2.075V.795zm3.873 0v31.123H78.67V.795z" }) });
|
|
3
3
|
export {
|
|
4
4
|
V as default
|
|
5
5
|
};
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { jsxs as s, jsx as h } from "react/jsx-runtime";
|
|
2
|
+
const o = (e) => /* @__PURE__ */ s(
|
|
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__ */ h(
|
|
13
|
+
"mask",
|
|
14
|
+
{
|
|
15
|
+
id: "colectivos_icon_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__ */ h("path", { fill: "currentColor", d: "M0 0h16v16H0z" })
|
|
25
|
+
}
|
|
26
|
+
),
|
|
27
|
+
/* @__PURE__ */ h("g", { mask: "url(#colectivos_icon_svg__a)", children: /* @__PURE__ */ h(
|
|
28
|
+
"path",
|
|
29
|
+
{
|
|
30
|
+
fill: "currentColor",
|
|
31
|
+
d: "M2.844 13.736q-.575 0-.979-.405a1.33 1.33 0 0 1-.404-.979v-7.04q0-.576.404-.98.405-.404.98-.404h1.828V2.725q0-.576.404-.978t.98-.402h3.88q.575 0 .979.404.404.405.404.98v1.2h1.829q.574 0 .979.403.405.404.404.98v7.04q0 .575-.404.98-.404.403-.98.403zm3.212-9.808h3.88v-1.2h-3.88zm7.093 5.824H9.996v.708a.67.67 0 0 1-.2.492.67.67 0 0 1-.491.2H6.688a.67.67 0 0 1-.491-.2.67.67 0 0 1-.2-.492v-.708H2.843v2.6H13.15zm-5.953.2h1.6v-1.6h-1.6zm-4.352-1.4h3.152v-.708q0-.291.2-.492a.67.67 0 0 1 .492-.2h2.617q.29 0 .491.2.2.201.2.492v.708h3.153v-3.24H2.844z"
|
|
32
|
+
}
|
|
33
|
+
) })
|
|
34
|
+
]
|
|
35
|
+
}
|
|
36
|
+
);
|
|
37
|
+
export {
|
|
38
|
+
o as default
|
|
39
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { jsxs as i, jsx as l } from "react/jsx-runtime";
|
|
2
|
+
const e = (a) => /* @__PURE__ */ i("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 15 15", width: "1em", height: "1em", ...a, children: [
|
|
3
|
+
/* @__PURE__ */ l("mask", { id: "Colombia_svg__a", width: 15, height: 15, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: {
|
|
4
|
+
maskType: "luminance"
|
|
5
|
+
}, children: /* @__PURE__ */ l("path", { fill: "#fff", d: "M7.5 15a7.5 7.5 0 1 0 0-15 7.5 7.5 0 0 0 0 15" }) }),
|
|
6
|
+
/* @__PURE__ */ i("g", { mask: "url(#Colombia_svg__a)", children: [
|
|
7
|
+
/* @__PURE__ */ l("path", { fill: "#FFCD00", d: "M-1.121 0H16.11v15H-1.12z" }),
|
|
8
|
+
/* @__PURE__ */ l("path", { fill: "#003087", d: "M-1.121 7.5H16.11V15H-1.12z" }),
|
|
9
|
+
/* @__PURE__ */ l("path", { fill: "#C8102E", d: "M-1.121 11.249H16.11v3.75H-1.12z" })
|
|
10
|
+
] })
|
|
11
|
+
] });
|
|
12
|
+
export {
|
|
13
|
+
e as default
|
|
14
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { jsxs as s, jsx as a } from "react/jsx-runtime";
|
|
2
|
+
const l = (i) => /* @__PURE__ */ s("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 15 15", width: "1em", height: "1em", ...i, children: [
|
|
3
|
+
/* @__PURE__ */ a("mask", { id: "CostaRica_svg__a", width: 15, height: 15, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: {
|
|
4
|
+
maskType: "luminance"
|
|
5
|
+
}, children: /* @__PURE__ */ a("path", { fill: "#fff", d: "M7.5 15a7.5 7.5 0 1 0 0-15 7.5 7.5 0 0 0 0 15" }) }),
|
|
6
|
+
/* @__PURE__ */ s("g", { mask: "url(#CostaRica_svg__a)", children: [
|
|
7
|
+
/* @__PURE__ */ a("path", { fill: "#002B7F", d: "M-30.64 0h76.284v15H-30.64z" }),
|
|
8
|
+
/* @__PURE__ */ a("path", { fill: "#fff", d: "M-30.64 2.5h76.284v10H-30.64z" }),
|
|
9
|
+
/* @__PURE__ */ a("path", { fill: "#CE1126", d: "M-30.64 5h76.284v5H-30.64z" })
|
|
10
|
+
] })
|
|
11
|
+
] });
|
|
12
|
+
export {
|
|
13
|
+
l as default
|
|
14
|
+
};
|