bmi-next-brokers 1.9.8 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/Select/Select.js +61 -61
- package/dist/components/badge/index.js +13 -13
- package/dist/icons/components/AddAlert.js +7 -36
- package/dist/icons/components/Aetna.js +1 -18
- package/dist/icons/components/AnchorEmpty.js +7 -36
- package/dist/icons/components/AnchorFill.js +8 -37
- package/dist/icons/components/ArrowForward.js +8 -37
- package/dist/icons/components/ArrowTree.js +1 -1
- package/dist/icons/components/ArrowTreeDown.js +4 -4
- package/dist/icons/components/ArrowTreeRight.js +3 -3
- package/dist/icons/components/Assignment.js +8 -37
- package/dist/icons/components/CheckCircle.js +7 -36
- package/dist/icons/components/ChevronLeft.js +6 -6
- package/dist/icons/components/Comunicaciones.js +7 -36
- package/dist/icons/components/Facturas.js +7 -36
- package/dist/icons/components/Headset.js +8 -37
- package/dist/icons/components/Home.js +8 -37
- package/dist/icons/components/Hospital.js +4 -27
- package/dist/icons/components/Schedule.js +7 -36
- package/dist/icons/components/Stethoscope.js +6 -35
- package/dist/icons/components/Swich.js +8 -37
- package/dist/icons/components/TrendingDown.js +8 -37
- package/dist/icons/components/WavingHand.js +7 -36
- package/dist/icons/components/index.d.ts +25 -41
- package/dist/icons/components/index.js +204 -236
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as h, jsx as o, Fragment as ne } from "react/jsx-runtime";
|
|
2
|
-
import { useState as E, useRef as
|
|
2
|
+
import { useState as E, useRef as W, useEffect as oe, useMemo as re, useLayoutEffect as Ne } from "react";
|
|
3
3
|
import { r as De } from "../../index-CGDUIzcq.js";
|
|
4
4
|
import { Icon as I } from "../../icons/Icon.js";
|
|
5
5
|
import { HelperText as Oe } from "../helperText/index.js";
|
|
@@ -62,16 +62,16 @@ import '../../assets/Select.css';const qe = "_selectContainer_1fhp5_5", Ee = "_s
|
|
|
62
62
|
icon_inverted_disabled: qt
|
|
63
63
|
}, jt = ({
|
|
64
64
|
size: r = "medium",
|
|
65
|
-
label:
|
|
65
|
+
label: y,
|
|
66
66
|
error: Q,
|
|
67
|
-
helperText:
|
|
68
|
-
icon:
|
|
67
|
+
helperText: N,
|
|
68
|
+
icon: C,
|
|
69
69
|
className: le,
|
|
70
70
|
required: ce,
|
|
71
71
|
placeholder: Y = "Seleccionar...",
|
|
72
|
-
options:
|
|
72
|
+
options: u = [],
|
|
73
73
|
value: p,
|
|
74
|
-
onChange:
|
|
74
|
+
onChange: m,
|
|
75
75
|
onSearchInput: V,
|
|
76
76
|
disabled: a = !1,
|
|
77
77
|
inverted: _ = !1,
|
|
@@ -81,69 +81,69 @@ import '../../assets/Select.css';const qe = "_selectContainer_1fhp5_5", Ee = "_s
|
|
|
81
81
|
columnHeaders: R,
|
|
82
82
|
searchable: _e = !1,
|
|
83
83
|
noSearchResult: X = "No se encontraron resultados",
|
|
84
|
-
searchAndCheckbox:
|
|
84
|
+
searchAndCheckbox: D = !1,
|
|
85
85
|
customBorderColor: G,
|
|
86
86
|
...de
|
|
87
87
|
}) => {
|
|
88
|
-
const
|
|
88
|
+
const O = !!V, [l, g] = E(!1), [f, T] = E(""), c = _e || D, v = D, H = W(null), pe = W(null), L = W(null), P = W(null), B = W(null), [F, x] = E([]);
|
|
89
89
|
oe(() => {
|
|
90
|
-
if (
|
|
90
|
+
if (v)
|
|
91
91
|
if (Array.isArray(p) && p.length > 0) {
|
|
92
|
-
const t =
|
|
93
|
-
|
|
92
|
+
const t = u.filter((s) => p.includes(s.value)), n = t.map((s) => s.value);
|
|
93
|
+
x(t), (n.length !== p.length || !n.every((s) => p.includes(s))) && m && m(n);
|
|
94
94
|
} else
|
|
95
|
-
|
|
95
|
+
x([]);
|
|
96
96
|
else if (p) {
|
|
97
|
-
const t =
|
|
98
|
-
t ? (
|
|
97
|
+
const t = u.find((n) => n.value === p);
|
|
98
|
+
t ? (x([t]), T(t.label)) : (x([]), m && m(""));
|
|
99
99
|
} else
|
|
100
|
-
|
|
101
|
-
}, [p,
|
|
102
|
-
const
|
|
100
|
+
x([]);
|
|
101
|
+
}, [p, u, v, O]);
|
|
102
|
+
const S = F.map((t) => t.value), d = F[0] ?? null, he = re(() => c ? l ? f : !v && d ? d.label : v && S.length > 0 ? `${S.length} ${S.length === 1 ? "seleccionado" : "seleccionados"}` : f : "", [
|
|
103
103
|
c,
|
|
104
104
|
l,
|
|
105
|
-
|
|
105
|
+
f,
|
|
106
106
|
d,
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
]), J = (t) => F.some((n) => n.value === t), K = (t) => typeof t == "string" ? t.normalize("NFD").replace(/[\u0300-\u036f]/g, "").replace(/\s+/g, "").toLowerCase() : "", k = re(() => !c || !
|
|
110
|
-
(t) => K(t.label).includes(K(
|
|
111
|
-
), [
|
|
107
|
+
S,
|
|
108
|
+
v
|
|
109
|
+
]), J = (t) => F.some((n) => n.value === t), K = (t) => typeof t == "string" ? t.normalize("NFD").replace(/[\u0300-\u036f]/g, "").replace(/\s+/g, "").toLowerCase() : "", k = re(() => !c || !f || O ? u : u.filter(
|
|
110
|
+
(t) => K(t.label).includes(K(f))
|
|
111
|
+
), [u, f, c, O]), w = (() => {
|
|
112
112
|
if (Q) return Q;
|
|
113
|
-
if (c &&
|
|
113
|
+
if (c && f && f.trim().length > 0 && k.length === 0 && !l && !p)
|
|
114
114
|
return X;
|
|
115
115
|
})();
|
|
116
116
|
oe(() => {
|
|
117
117
|
const t = (n) => {
|
|
118
|
-
H.current && !H.current.contains(n.target) &&
|
|
118
|
+
H.current && !H.current.contains(n.target) && L.current && !L.current.contains(n.target) && g(!1);
|
|
119
119
|
};
|
|
120
120
|
return document.addEventListener("mousedown", t), () => {
|
|
121
121
|
document.removeEventListener("mousedown", t);
|
|
122
122
|
};
|
|
123
|
-
}, [c,
|
|
123
|
+
}, [c, O, d]);
|
|
124
124
|
const fe = [
|
|
125
125
|
e.select,
|
|
126
126
|
ae && e.btc,
|
|
127
127
|
e[r],
|
|
128
|
-
|
|
128
|
+
w ? e.error : "",
|
|
129
129
|
a ? e.disabled : "",
|
|
130
130
|
l ? e.open : "",
|
|
131
131
|
_ ? e.inverted : "",
|
|
132
132
|
le
|
|
133
|
-
].filter(Boolean).join(" "),
|
|
133
|
+
].filter(Boolean).join(" "), $ = r === "small" ? 16 : r === "large" ? 20 : r === "extraLarge" ? 24 : 18, U = ie && (d != null && d.icon) && !(c && l) ? d.icon : C, ue = () => {
|
|
134
134
|
var t;
|
|
135
135
|
a || (g(!l), c && !l && (z(), (t = B.current) == null || t.focus()));
|
|
136
136
|
}, Z = (t) => {
|
|
137
|
-
if (!
|
|
138
|
-
const n =
|
|
139
|
-
if (
|
|
137
|
+
if (!m) return;
|
|
138
|
+
const n = u.find((i) => i.value === t);
|
|
139
|
+
if (v) {
|
|
140
140
|
const i = Array.isArray(p) ? p : [], b = i.includes(t) ? i.filter((A) => A !== t) : [...i, t];
|
|
141
|
-
|
|
141
|
+
m(b);
|
|
142
142
|
} else
|
|
143
|
-
|
|
143
|
+
m(t), g(!1), n && T(n.label);
|
|
144
144
|
}, me = (t) => {
|
|
145
145
|
const n = t.target.value;
|
|
146
|
-
|
|
146
|
+
T(n), l || g(!0), V && V(n);
|
|
147
147
|
}, z = () => {
|
|
148
148
|
l || g(!0);
|
|
149
149
|
}, be = (t) => {
|
|
@@ -154,14 +154,14 @@ import '../../assets/Select.css';const qe = "_selectContainer_1fhp5_5", Ee = "_s
|
|
|
154
154
|
}, [ge, ve] = E();
|
|
155
155
|
return Ne(() => {
|
|
156
156
|
const t = document.body.style.overflow === "hidden", n = () => {
|
|
157
|
-
if (l && P.current &&
|
|
158
|
-
const s = P.current.getBoundingClientRect(), b =
|
|
157
|
+
if (l && P.current && L.current) {
|
|
158
|
+
const s = P.current.getBoundingClientRect(), b = L.current.offsetHeight, A = window.innerHeight, we = (xe) => {
|
|
159
159
|
const { label: Se, helperText: We, displayError: ye } = xe;
|
|
160
160
|
return { top: c && !Se ? 3 : 0, bottom: c && !We && !ye ? 3 : 0 };
|
|
161
161
|
}, { top: ee, bottom: te } = we({
|
|
162
|
-
label:
|
|
163
|
-
helperText:
|
|
164
|
-
displayError:
|
|
162
|
+
label: y,
|
|
163
|
+
helperText: N,
|
|
164
|
+
displayError: w
|
|
165
165
|
}), q = {
|
|
166
166
|
small: 1,
|
|
167
167
|
//Meter gap en small
|
|
@@ -201,9 +201,9 @@ import '../../assets/Select.css';const qe = "_selectContainer_1fhp5_5", Ee = "_s
|
|
|
201
201
|
r,
|
|
202
202
|
k.length,
|
|
203
203
|
c,
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
204
|
+
y,
|
|
205
|
+
w,
|
|
206
|
+
N
|
|
207
207
|
]), /* @__PURE__ */ h(
|
|
208
208
|
"div",
|
|
209
209
|
{
|
|
@@ -211,12 +211,12 @@ import '../../assets/Select.css';const qe = "_selectContainer_1fhp5_5", Ee = "_s
|
|
|
211
211
|
className: `${e.selectContainer} ${r === "medium" ? e.selectContainer_medium : r === "large" ? e.selectContainer_large : r === "extraLarge" ? e.selectContainer_extraLarge : ""}`,
|
|
212
212
|
...de,
|
|
213
213
|
children: [
|
|
214
|
-
|
|
214
|
+
y && /* @__PURE__ */ h(
|
|
215
215
|
"label",
|
|
216
216
|
{
|
|
217
217
|
className: `${e.label} ${r === "large" ? e.label_large : ""} ${r === "extraLarge" ? e.label_extraLarge : ""} ${a && !_ ? e.label_disabled : ""} ${_ && !a ? e.label_inverted : ""} ${_ && a ? e.label_inverted_disabled : ""}`,
|
|
218
218
|
children: [
|
|
219
|
-
|
|
219
|
+
y,
|
|
220
220
|
/* @__PURE__ */ o(
|
|
221
221
|
"span",
|
|
222
222
|
{
|
|
@@ -245,8 +245,8 @@ import '../../assets/Select.css';const qe = "_selectContainer_1fhp5_5", Ee = "_s
|
|
|
245
245
|
I,
|
|
246
246
|
{
|
|
247
247
|
name: c ? "SearchIcon" : U,
|
|
248
|
-
width:
|
|
249
|
-
height:
|
|
248
|
+
width: $,
|
|
249
|
+
height: $
|
|
250
250
|
}
|
|
251
251
|
)
|
|
252
252
|
}
|
|
@@ -257,7 +257,7 @@ import '../../assets/Select.css';const qe = "_selectContainer_1fhp5_5", Ee = "_s
|
|
|
257
257
|
ref: B,
|
|
258
258
|
type: "text",
|
|
259
259
|
value: he,
|
|
260
|
-
className: `${e.selectInput} ${!d && !l &&
|
|
260
|
+
className: `${e.selectInput} ${!d && !l && S.length === 0 ? e.placeholder : ""}`,
|
|
261
261
|
placeholder: Y,
|
|
262
262
|
onChange: me,
|
|
263
263
|
onFocus: z,
|
|
@@ -289,18 +289,18 @@ import '../../assets/Select.css';const qe = "_selectContainer_1fhp5_5", Ee = "_s
|
|
|
289
289
|
/* @__PURE__ */ o(
|
|
290
290
|
"div",
|
|
291
291
|
{
|
|
292
|
-
ref:
|
|
292
|
+
ref: L,
|
|
293
293
|
className: `${e.dropdown} ${e[r]} ${e.dropdownPortal} ${_ ? e.dropdown_inverted : ""} ${R ? e.dropdownTable : ""} ${c ? e.dropdownSearchable : ""}`,
|
|
294
294
|
style: ge,
|
|
295
295
|
children: k.length > 0 ? k.map((t, n) => /* @__PURE__ */ h(
|
|
296
296
|
"div",
|
|
297
297
|
{
|
|
298
|
-
className: `${e.option} ${J(t.value) ? e.optionSelected : ""} ${_ ? e.option_inverted : ""} ${t.columns ? e.optionTable : ""} ${
|
|
298
|
+
className: `${e.option} ${J(t.value) ? e.optionSelected : ""} ${_ ? e.option_inverted : ""} ${t.columns ? e.optionTable : ""} ${D ? e.optionWithCheckbox : ""}`,
|
|
299
299
|
onClick: (i) => {
|
|
300
300
|
i.stopPropagation(), Z(t.value);
|
|
301
301
|
},
|
|
302
302
|
children: [
|
|
303
|
-
|
|
303
|
+
D && /* @__PURE__ */ o(
|
|
304
304
|
"input",
|
|
305
305
|
{
|
|
306
306
|
type: "checkbox",
|
|
@@ -328,12 +328,12 @@ import '../../assets/Select.css';const qe = "_selectContainer_1fhp5_5", Ee = "_s
|
|
|
328
328
|
] }, i)) }) : (
|
|
329
329
|
//opción tiene descripción
|
|
330
330
|
t.description ? /* @__PURE__ */ h("div", { className: e.optionWithDescriptionWrapper, children: [
|
|
331
|
-
(t.icon ||
|
|
331
|
+
(t.icon || C) && /* @__PURE__ */ o(
|
|
332
332
|
I,
|
|
333
333
|
{
|
|
334
|
-
name: t.icon ||
|
|
335
|
-
width:
|
|
336
|
-
height:
|
|
334
|
+
name: t.icon || C,
|
|
335
|
+
width: $,
|
|
336
|
+
height: $
|
|
337
337
|
}
|
|
338
338
|
),
|
|
339
339
|
/* @__PURE__ */ h("div", { className: e.optionWithDescription, children: [
|
|
@@ -341,12 +341,12 @@ import '../../assets/Select.css';const qe = "_selectContainer_1fhp5_5", Ee = "_s
|
|
|
341
341
|
/* @__PURE__ */ o("span", { className: e.optionWithDescriptionValue, children: t.description })
|
|
342
342
|
] })
|
|
343
343
|
] }) : /* @__PURE__ */ h(ne, { children: [
|
|
344
|
-
(t.icon ||
|
|
344
|
+
(t.icon || C) && /* @__PURE__ */ o("div", { className: e.optionIcon, children: /* @__PURE__ */ o(
|
|
345
345
|
I,
|
|
346
346
|
{
|
|
347
|
-
name: t.icon ||
|
|
348
|
-
width:
|
|
349
|
-
height:
|
|
347
|
+
name: t.icon || C,
|
|
348
|
+
width: $,
|
|
349
|
+
height: $
|
|
350
350
|
}
|
|
351
351
|
) }),
|
|
352
352
|
/* @__PURE__ */ o(
|
|
@@ -367,11 +367,11 @@ import '../../assets/Select.css';const qe = "_selectContainer_1fhp5_5", Ee = "_s
|
|
|
367
367
|
document.body
|
|
368
368
|
)
|
|
369
369
|
] }),
|
|
370
|
-
|
|
371
|
-
|
|
370
|
+
w && /* @__PURE__ */ o(ke, { message: w, size: r, inverted: _ }),
|
|
371
|
+
N && !w && /* @__PURE__ */ o(
|
|
372
372
|
Oe,
|
|
373
373
|
{
|
|
374
|
-
message:
|
|
374
|
+
message: N,
|
|
375
375
|
size: r,
|
|
376
376
|
disabled: a,
|
|
377
377
|
inverted: _
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { jsxs as
|
|
1
|
+
import { jsxs as I, Fragment as N, jsx as v } from "react/jsx-runtime";
|
|
2
2
|
import { Icon as s } from "../../icons/Icon.js";
|
|
3
|
-
import '../../assets/index.css';const
|
|
4
|
-
badge:
|
|
5
|
-
fullWidth:
|
|
6
|
-
medium:
|
|
3
|
+
import '../../assets/index.css';const p = "_badge_c0j5t_1", _ = "_fullWidth_c0j5t_14", k = "_medium_c0j5t_18", P = "_small_c0j5t_22", o = {
|
|
4
|
+
badge: p,
|
|
5
|
+
fullWidth: _,
|
|
6
|
+
medium: k,
|
|
7
7
|
small: P
|
|
8
8
|
}, $ = ({
|
|
9
9
|
variant: e,
|
|
@@ -88,10 +88,10 @@ import '../../assets/index.css';const k = "_badge_c0j5t_1", p = "_fullWidth_c0j5
|
|
|
88
88
|
outline: "var(--Content-Negative-Default-Active)"
|
|
89
89
|
},
|
|
90
90
|
disabled: {
|
|
91
|
-
default: "var(--
|
|
92
|
-
outline: "var(--
|
|
91
|
+
default: "var(--ui-slate-600)",
|
|
92
|
+
outline: "var(--ui-slate-600)"
|
|
93
93
|
}
|
|
94
|
-
},
|
|
94
|
+
}, h = {
|
|
95
95
|
brand: "var(--Stroke-Brand-Active)",
|
|
96
96
|
info: "var(--Stroke-Info-Active)",
|
|
97
97
|
new: "var(--Stroke-New-Active)",
|
|
@@ -99,8 +99,8 @@ import '../../assets/index.css';const k = "_badge_c0j5t_1", p = "_fullWidth_c0j5
|
|
|
99
99
|
positive: "var(--Stroke-Positive-Active)",
|
|
100
100
|
warning: "var(--Stroke-Warning-Active)",
|
|
101
101
|
negative: "var(--Stroke-Negative-Active)",
|
|
102
|
-
disabled: "var(--
|
|
103
|
-
}, b = l ? u[e].outline : u[e].default, r = l ? c[e].outline : c[e].default,
|
|
102
|
+
disabled: "var(--ui-slate-600)"
|
|
103
|
+
}, b = l ? u[e].outline : u[e].default, r = l ? c[e].outline : c[e].default, w = l ? h[e] : "transparent", D = `${m[t]} ${o.badge} ${o[t]} ${l ? o.outline : ""} ${C ? o.fullWidth : ""} ${d || ""}`, F = /* @__PURE__ */ I(N, { children: [
|
|
104
104
|
a && /* @__PURE__ */ v(
|
|
105
105
|
s,
|
|
106
106
|
{
|
|
@@ -124,15 +124,15 @@ import '../../assets/index.css';const k = "_badge_c0j5t_1", p = "_fullWidth_c0j5
|
|
|
124
124
|
return /* @__PURE__ */ v(
|
|
125
125
|
"span",
|
|
126
126
|
{
|
|
127
|
-
className:
|
|
127
|
+
className: D,
|
|
128
128
|
style: {
|
|
129
129
|
color: r,
|
|
130
130
|
backgroundColor: b,
|
|
131
|
-
border: `1px solid ${
|
|
131
|
+
border: `1px solid ${w}`,
|
|
132
132
|
...f
|
|
133
133
|
},
|
|
134
134
|
...A,
|
|
135
|
-
children:
|
|
135
|
+
children: F
|
|
136
136
|
}
|
|
137
137
|
);
|
|
138
138
|
};
|
|
@@ -1,39 +1,10 @@
|
|
|
1
1
|
import { jsxs as t, jsx as h } from "react/jsx-runtime";
|
|
2
|
-
const
|
|
3
|
-
"
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
width: "1em",
|
|
9
|
-
height: "1em",
|
|
10
|
-
...e,
|
|
11
|
-
children: [
|
|
12
|
-
/* @__PURE__ */ h(
|
|
13
|
-
"mask",
|
|
14
|
-
{
|
|
15
|
-
id: "add_alert_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__ */ h("path", { fill: "currentColor", d: "M0 0h18v18H0z" })
|
|
25
|
-
}
|
|
26
|
-
),
|
|
27
|
-
/* @__PURE__ */ h("g", { mask: "url(#add_alert_svg__a)", children: /* @__PURE__ */ h(
|
|
28
|
-
"path",
|
|
29
|
-
{
|
|
30
|
-
fill: "currentColor",
|
|
31
|
-
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"
|
|
32
|
-
}
|
|
33
|
-
) })
|
|
34
|
-
]
|
|
35
|
-
}
|
|
36
|
-
);
|
|
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
|
+
] });
|
|
37
8
|
export {
|
|
38
|
-
|
|
9
|
+
s as default
|
|
39
10
|
};
|
|
@@ -1,22 +1,5 @@
|
|
|
1
1
|
import { jsx as c } from "react/jsx-runtime";
|
|
2
|
-
const v = (h) => /* @__PURE__ */ c(
|
|
3
|
-
"svg",
|
|
4
|
-
{
|
|
5
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
-
fill: "none",
|
|
7
|
-
viewBox: "0 0 77 15",
|
|
8
|
-
width: "1em",
|
|
9
|
-
height: "1em",
|
|
10
|
-
...h,
|
|
11
|
-
children: /* @__PURE__ */ c(
|
|
12
|
-
"path",
|
|
13
|
-
{
|
|
14
|
-
fill: "currentColor",
|
|
15
|
-
d: "M71.15 11.191c0-1.01.118-2.473.118-4.179 0-3.158-1.3-4.34-4.82-4.34-1.705 0-3.203.243-4.133.65l.118 2.508c.812-.442 1.985-.848 3.122-.848 1.625 0 2.067.65 2.067 2.229v.244h-.523c-3.972 0-5.84 1.218-5.84 3.447s1.138 3.646 4.423 3.646c1.741 0 3.402-.243 5.631-.243-.162-.849-.162-2.193-.162-3.123zm-4.62 1.21c-1.218 0-1.742-.407-1.742-1.418s.65-1.543 2.31-1.543h.488c0 .93-.036 2.067.036 2.834-.28.081-.686.117-1.092.117zm-30.64-.118c-1.985 0-3.041-1.01-3.041-2.635v-.082c.36 0 1.056.037 1.462.037 3.529 0 5.306-1.092 5.306-3.484 0-2.067-1.498-3.402-4.702-3.402-3.934 0-5.469 1.741-5.839 4.864-.568-.036-1.218-.036-2.067-.036V7.02c0-3.158-1.3-4.34-4.819-4.34-1.706 0-3.204.243-4.133.65l.117 2.508c.812-.442 1.986-.848 3.123-.848 1.624 0 2.112.65 2.112 2.229v.244h-.524c-3.97 0-5.84 1.218-5.84 3.447s1.138 3.646 4.423 3.646c1.742 0 3.403-.243 5.632-.243-.163-.93-.163-2.266-.163-3.16 0-.486.036-1.055.036-1.705.93 0 1.625.045 2.067.045.325 3.728 2.265 5.063 6.245 5.063 1.463 0 2.96-.243 3.773-.604l-.117-2.51c-.768.488-1.869.849-3.042.849zm-13.582.117c-1.219 0-1.742-.406-1.742-1.417 0-1.01.65-1.543 2.31-1.543h.487c0 .93-.036 2.067.037 2.834-.28.081-.731.117-1.092.117zm10.505-4.819c0-1.58.487-2.753 1.949-2.753.812 0 1.38.443 1.38 1.219 0 1.092-.73 1.624-2.274 1.624-.36 0-.767 0-1.055-.036zm26.993 1.498V6.85c0-2.879-1.254-4.133-4.819-4.133-1.986 0-3.402.36-5.632.36.118 2.031.118 4.504.118 6.038s-.036 4.377-.118 5.27h3.809c-.081-.893-.163-3.528-.163-5.27 0-1.01 0-2.229.037-3.853.36-.118.848-.244 1.38-.244 1.336 0 1.787.605 1.787 2.346V9.07c0 1.58-.036 4.377-.117 5.27h3.809c0-.893-.082-3.483-.082-5.27zm-12.003 2.753.163 2.509c-.28.08-1.219.243-2.428.243-2.51 0-3.854-1.056-3.854-3.646 0-2.03.036-4.26.036-5.469h-1.3c.046-.568 0-1.336 0-1.904C42.37 3.24 42.976 2.148 43.3 0h2.148c-.082.893-.118 2.148-.163 3.041h2.274V5.47h-2.31v4.422c0 1.706.361 2.194 1.498 2.194.406 0 .849-.082 1.056-.244zM4.438 1.66c.487 0 .93.162 1.3.523l2.111 2.112 2.112-2.112a1.78 1.78 0 0 1 1.3-.523c.442 0 .93.162 1.3.523l2.59 2.59a1.804 1.804 0 0 1 0 2.59l-7.292 7.257-7.31-7.284a1.804 1.804 0 0 1 0-2.59l2.59-2.59a1.9 1.9 0 0 1 1.299-.487m67.444 1.047h1.985v.406H73.1v2.03h-.487v-2.03h-.767zm2.427 0h.65l.325 1.055c.081.325.244.93.244.93s.162-.605.243-.93l.325-1.055h.65v2.427h-.442v-.893c0-.442.036-1.092.036-1.092s-.162.568-.28 1.056l-.28.93h-.442l-.28-.93a11 11 0 0 1-.28-1.056s.046.686.046 1.092v.893h-.442V2.717z"
|
|
16
|
-
}
|
|
17
|
-
)
|
|
18
|
-
}
|
|
19
|
-
);
|
|
2
|
+
const v = (h) => /* @__PURE__ */ c("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 77 15", width: "1em", height: "1em", ...h, children: /* @__PURE__ */ c("path", { fill: "#fff", d: "M71.15 11.191c0-1.01.118-2.473.118-4.179 0-3.158-1.3-4.34-4.82-4.34-1.705 0-3.203.243-4.133.65l.118 2.508c.812-.442 1.985-.848 3.122-.848 1.625 0 2.067.65 2.067 2.229v.244h-.523c-3.972 0-5.84 1.218-5.84 3.447s1.138 3.646 4.423 3.646c1.741 0 3.402-.243 5.631-.243-.162-.849-.162-2.193-.162-3.123zm-4.62 1.21c-1.218 0-1.742-.407-1.742-1.418s.65-1.543 2.31-1.543h.488c0 .93-.036 2.067.036 2.834-.28.081-.686.117-1.092.117zm-30.64-.118c-1.985 0-3.041-1.01-3.041-2.635v-.082c.36 0 1.056.037 1.462.037 3.529 0 5.306-1.092 5.306-3.484 0-2.067-1.498-3.402-4.702-3.402-3.934 0-5.469 1.741-5.839 4.864-.568-.036-1.218-.036-2.067-.036V7.02c0-3.158-1.3-4.34-4.819-4.34-1.706 0-3.204.243-4.133.65l.117 2.508c.812-.442 1.986-.848 3.123-.848 1.624 0 2.112.65 2.112 2.229v.244h-.524c-3.97 0-5.84 1.218-5.84 3.447s1.138 3.646 4.423 3.646c1.742 0 3.403-.243 5.632-.243-.163-.93-.163-2.266-.163-3.16 0-.486.036-1.055.036-1.705.93 0 1.625.045 2.067.045.325 3.728 2.265 5.063 6.245 5.063 1.463 0 2.96-.243 3.773-.604l-.117-2.51c-.768.488-1.869.849-3.042.849zm-13.582.117c-1.219 0-1.742-.406-1.742-1.417 0-1.01.65-1.543 2.31-1.543h.487c0 .93-.036 2.067.037 2.834-.28.081-.731.117-1.092.117zm10.505-4.819c0-1.58.487-2.753 1.949-2.753.812 0 1.38.443 1.38 1.219 0 1.092-.73 1.624-2.274 1.624-.36 0-.767 0-1.055-.036zm26.993 1.498V6.85c0-2.879-1.254-4.133-4.819-4.133-1.986 0-3.402.36-5.632.36.118 2.031.118 4.504.118 6.038s-.036 4.377-.118 5.27h3.809c-.081-.893-.163-3.528-.163-5.27 0-1.01 0-2.229.037-3.853.36-.118.848-.244 1.38-.244 1.336 0 1.787.605 1.787 2.346V9.07c0 1.58-.036 4.377-.117 5.27h3.809c0-.893-.082-3.483-.082-5.27zm-12.003 2.753.163 2.509c-.28.08-1.219.243-2.428.243-2.51 0-3.854-1.056-3.854-3.646 0-2.03.036-4.26.036-5.469h-1.3c.046-.568 0-1.336 0-1.904C42.37 3.24 42.976 2.148 43.3 0h2.148c-.082.893-.118 2.148-.163 3.041h2.274V5.47h-2.31v4.422c0 1.706.361 2.194 1.498 2.194.406 0 .849-.082 1.056-.244zM4.438 1.66c.487 0 .93.162 1.3.523l2.111 2.112 2.112-2.112a1.78 1.78 0 0 1 1.3-.523c.442 0 .93.162 1.3.523l2.59 2.59a1.804 1.804 0 0 1 0 2.59l-7.292 7.257-7.31-7.284a1.804 1.804 0 0 1 0-2.59l2.59-2.59a1.9 1.9 0 0 1 1.299-.487m67.444 1.047h1.985v.406H73.1v2.03h-.487v-2.03h-.767zm2.427 0h.65l.325 1.055c.081.325.244.93.244.93s.162-.605.243-.93l.325-1.055h.65v2.427h-.442v-.893c0-.442.036-1.092.036-1.092s-.162.568-.28 1.056l-.28.93h-.442l-.28-.93a11 11 0 0 1-.28-1.056s.046.686.046 1.092v.893h-.442V2.717z" }) });
|
|
20
3
|
export {
|
|
21
4
|
v as default
|
|
22
5
|
};
|
|
@@ -1,39 +1,10 @@
|
|
|
1
1
|
import { jsxs as h, jsx as a } from "react/jsx-runtime";
|
|
2
|
-
const
|
|
3
|
-
"
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
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
|
-
);
|
|
2
|
+
const t = (e) => /* @__PURE__ */ h("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em", ...e, children: [
|
|
3
|
+
/* @__PURE__ */ a("mask", { id: "anchor_empty_svg__a", width: 16, height: 16, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: {
|
|
4
|
+
maskType: "alpha"
|
|
5
|
+
}, children: /* @__PURE__ */ a("path", { fill: "currentColor", d: "M0 0h16v16H0z" }) }),
|
|
6
|
+
/* @__PURE__ */ a("g", { mask: "url(#anchor_empty_svg__a)", children: /* @__PURE__ */ a("path", { fill: "#2054A5", 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" }) })
|
|
7
|
+
] });
|
|
37
8
|
export {
|
|
38
|
-
|
|
9
|
+
t as default
|
|
39
10
|
};
|
|
@@ -1,39 +1,10 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
const
|
|
3
|
-
"
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
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
|
-
);
|
|
1
|
+
import { jsxs as h, jsx as a } from "react/jsx-runtime";
|
|
2
|
+
const e = (l) => /* @__PURE__ */ h("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em", ...l, children: [
|
|
3
|
+
/* @__PURE__ */ a("mask", { id: "anchor_fill_svg__a", width: 16, height: 16, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: {
|
|
4
|
+
maskType: "alpha"
|
|
5
|
+
}, children: /* @__PURE__ */ a("path", { fill: "currentColor", d: "M0 0h16v16H0z" }) }),
|
|
6
|
+
/* @__PURE__ */ a("g", { mask: "url(#anchor_fill_svg__a)", children: /* @__PURE__ */ a("path", { fill: "#2054A5", 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" }) })
|
|
7
|
+
] });
|
|
37
8
|
export {
|
|
38
|
-
|
|
9
|
+
e as default
|
|
39
10
|
};
|
|
@@ -1,39 +1,10 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
const
|
|
3
|
-
"
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
width: "1em",
|
|
9
|
-
height: "1em",
|
|
10
|
-
...a,
|
|
11
|
-
children: [
|
|
12
|
-
/* @__PURE__ */ r(
|
|
13
|
-
"mask",
|
|
14
|
-
{
|
|
15
|
-
id: "arrow_forward_svg__a",
|
|
16
|
-
width: 20,
|
|
17
|
-
height: 20,
|
|
18
|
-
x: 0,
|
|
19
|
-
y: 0,
|
|
20
|
-
maskUnits: "userSpaceOnUse",
|
|
21
|
-
style: {
|
|
22
|
-
maskType: "alpha"
|
|
23
|
-
},
|
|
24
|
-
children: /* @__PURE__ */ r("path", { fill: "currentColor", d: "M0 0h20v20H0z" })
|
|
25
|
-
}
|
|
26
|
-
),
|
|
27
|
-
/* @__PURE__ */ r("g", { mask: "url(#arrow_forward_svg__a)", children: /* @__PURE__ */ r(
|
|
28
|
-
"path",
|
|
29
|
-
{
|
|
30
|
-
fill: "currentColor",
|
|
31
|
-
d: "M13.48 10.835H3.334V9.168H13.48L8.813 4.502 10 3.335l6.667 6.667L10 16.668l-1.187-1.166z"
|
|
32
|
-
}
|
|
33
|
-
) })
|
|
34
|
-
]
|
|
35
|
-
}
|
|
36
|
-
);
|
|
1
|
+
import { jsxs as s, jsx as r } from "react/jsx-runtime";
|
|
2
|
+
const l = (a) => /* @__PURE__ */ s("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 20 20", width: "1em", height: "1em", ...a, children: [
|
|
3
|
+
/* @__PURE__ */ r("mask", { id: "arrow_forward_svg__a", width: 20, height: 20, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: {
|
|
4
|
+
maskType: "alpha"
|
|
5
|
+
}, children: /* @__PURE__ */ r("path", { fill: "currentColor", d: "M0 0h20v20H0z" }) }),
|
|
6
|
+
/* @__PURE__ */ r("g", { mask: "url(#arrow_forward_svg__a)", children: /* @__PURE__ */ r("path", { fill: "#fff", d: "M13.48 10.835H3.334V9.168H13.48L8.813 4.502 10 3.335l6.667 6.667L10 16.668l-1.187-1.166z" }) })
|
|
7
|
+
] });
|
|
37
8
|
export {
|
|
38
|
-
|
|
9
|
+
l as default
|
|
39
10
|
};
|
|
@@ -3,7 +3,7 @@ const t = (e) => /* @__PURE__ */ r("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
|
3
3
|
/* @__PURE__ */ h("mask", { id: "arrow_tree_svg__a", width: 24, height: 24, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: {
|
|
4
4
|
maskType: "alpha"
|
|
5
5
|
}, children: /* @__PURE__ */ h("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }),
|
|
6
|
-
/* @__PURE__ */ h("g", { mask: "url(#arrow_tree_svg__a)", children: /* @__PURE__ */ h("path", { fill: "
|
|
6
|
+
/* @__PURE__ */ h("g", { mask: "url(#arrow_tree_svg__a)", children: /* @__PURE__ */ h("path", { fill: "#2054A5", d: "M15 19v-1h-2q-.825 0-1.412-.587A1.93 1.93 0 0 1 11 16V8H9v1q0 .825-.588 1.412A1.93 1.93 0 0 1 7 11H4q-.824 0-1.412-.588A1.93 1.93 0 0 1 2 9V5q0-.824.587-1.412A1.93 1.93 0 0 1 4 3h3q.824 0 1.412.587Q9 4.176 9 5v1h6V5q0-.824.588-1.412A1.93 1.93 0 0 1 17 3h3q.824 0 1.413.587Q22 4.176 22 5v4q0 .825-.587 1.412A1.93 1.93 0 0 1 20 11h-3q-.825 0-1.412-.588A1.93 1.93 0 0 1 15 9V8h-2v8h2v-1q0-.825.588-1.412A1.93 1.93 0 0 1 17 13h3q.824 0 1.413.588Q22 14.175 22 15v4q0 .824-.587 1.413A1.93 1.93 0 0 1 20 21h-3q-.825 0-1.412-.587A1.93 1.93 0 0 1 15 19m2-10h3V5h-3zm0 10h3v-4h-3zM4 9h3V5H4z" }) })
|
|
7
7
|
] });
|
|
8
8
|
export {
|
|
9
9
|
t as default
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
const
|
|
1
|
+
import { jsxs as s, jsx as h } from "react/jsx-runtime";
|
|
2
|
+
const r = (e) => /* @__PURE__ */ s("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 20 20", width: "1em", height: "1em", ...e, children: [
|
|
3
3
|
/* @__PURE__ */ h("mask", { id: "arrow_tree_down_svg__a", width: 20, height: 20, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: {
|
|
4
4
|
maskType: "alpha"
|
|
5
5
|
}, children: /* @__PURE__ */ h("path", { fill: "currentColor", d: "M0 0h20v20H0z" }) }),
|
|
6
|
-
/* @__PURE__ */ h("g", { mask: "url(#arrow_tree_down_svg__a)", children: /* @__PURE__ */ h("path", { fill: "
|
|
6
|
+
/* @__PURE__ */ h("g", { mask: "url(#arrow_tree_down_svg__a)", children: /* @__PURE__ */ h("path", { fill: "#fff", d: "M17.648 12.42q-.51-.51-1.23-.51h-.53v-1.04c0-.48-.17-.89-.5-1.23s-.74-.51-1.22-.51h-3.32V8.08h.53c.48 0 .89-.17 1.23-.5q.51-.51.51-1.23v-1.6c0-.52-.18-.96-.55-1.33s-.81-.55-1.33-.55h-2.5c-.52 0-.96.18-1.33.55-.37.36-.55.81-.55 1.33v1.6q0 .72.51 1.23t1.23.51h.53v1.05h-3.32c-.48 0-.89.17-1.22.51s-.5.74-.5 1.22v1.05h-.52c-.48 0-.89.17-1.23.5q-.51.51-.51 1.23v1.6c0 .52.18.96.55 1.33s.81.55 1.33.55h2.5c.52 0 .96-.18 1.33-.55.37-.36.55-.81.55-1.33v-1.6q0-.72-.51-1.23t-1.23-.51h-.53v-1.05h8.36v1.05h-.53c-.48 0-.89.17-1.23.5q-.51.51-.51 1.23v1.6c0 .52.18.96.55 1.33s.81.55 1.33.55h2.5c.52 0 .96-.18 1.33-.55.37-.36.55-.81.55-1.33v-1.6q0-.72-.51-1.23zm-9.01-6.11V4.65h2.7v1.66zm-2.34 7.38v1.66h-2.7v-1.66zm10.08 1.66h-2.7v-1.66h2.7z" }) })
|
|
7
7
|
] });
|
|
8
8
|
export {
|
|
9
|
-
|
|
9
|
+
r as default
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
const t = (
|
|
1
|
+
import { jsxs as r, jsx as h } from "react/jsx-runtime";
|
|
2
|
+
const t = (e) => /* @__PURE__ */ r("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 20 20", width: "1em", height: "1em", ...e, children: [
|
|
3
3
|
/* @__PURE__ */ h("mask", { id: "arrow_tree_right_svg__a", width: 20, height: 20, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: {
|
|
4
4
|
maskType: "alpha"
|
|
5
5
|
}, children: /* @__PURE__ */ h("path", { fill: "currentColor", d: "M0 20V0h20v20z" }) }),
|
|
6
|
-
/* @__PURE__ */ h("g", { mask: "url(#arrow_tree_right_svg__a)", children: /* @__PURE__ */ h("path", { fill: "
|
|
6
|
+
/* @__PURE__ */ h("g", { mask: "url(#arrow_tree_right_svg__a)", children: /* @__PURE__ */ h("path", { fill: "#2054A5", d: "M12.418 8.055q.51.51 1.23.51h2.78c.48 0 .89-.17 1.23-.5q.51-.51.51-1.23v-1.6c0-.52-.18-.96-.55-1.33s-.81-.55-1.33-.55h-2.5c-.52 0-.96.18-1.33.55-.34.33-.51.74-.54 1.2h-1.05c-.48 0-.89.17-1.22.5s-.51.74-.51 1.22v2.32h-1.05c0-.48-.17-.9-.51-1.23q-.51-.51-1.23-.51h-2.78c-.48 0-.89.17-1.23.5q-.51.51-.51 1.23v1.6c0 .52.18.96.55 1.33s.81.55 1.33.55h2.5c.52 0 .96-.18 1.33-.55.34-.33.51-.74.54-1.2h1.05v2.32c0 .48.17.89.51 1.22s.74.5 1.22.5h1.05q0 .72.51 1.23t1.23.51h2.78c.48 0 .89-.17 1.23-.5q.51-.51.51-1.23v-1.6c0-.52-.18-.96-.55-1.33s-.81-.55-1.33-.55h-2.5c-.52 0-.96.18-1.33.55-.34.34-.51.74-.54 1.22h-.01l-1.05-.01v-6.38h1.05q0 .735.51 1.23zm1.27-2.93h2.7v1.66h-2.7zm-7.38 5.7h-2.7v-1.66h2.7zm7.38 2.38h2.7v1.66h-2.7z" }) })
|
|
7
7
|
] });
|
|
8
8
|
export {
|
|
9
9
|
t as default
|