@cfx-dev/ui-components 5.0.38 → 5.1.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/{cfxIcons-B2ocwAjm.js → cfxIcons-MIqVVOEb.js} +58 -42
- package/dist/{cfxIconsXLarge-C9n01-rM.js → cfxIconsXLarge-EQesXs1i.js} +58 -42
- package/dist/components/Checkbox/Checkbox.js +71 -55
- package/dist/components/Checkbox/CheckboxShowcase.js +18 -2
- package/dist/components/Icon/Icon.js +2 -2
- package/dist/components/Icons/IconsShowcase.js +25 -15
- package/dist/components/Icons/cfx-icons/Alert.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/Alert.js +26 -0
- package/dist/components/Icons/cfx-icons/Clock.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/Clock.js +26 -0
- package/dist/components/Icons/cfx-icons/Crown.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/Crown.js +26 -0
- package/dist/components/Icons/cfx-icons/Device.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/Device.js +26 -0
- package/dist/components/Icons/cfx-icons/Error.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/Error.js +26 -0
- package/dist/components/Icons/cfx-icons/ExternalLink.js +8 -8
- package/dist/components/Icons/cfx-icons/PaperMap.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/PaperMap.js +26 -0
- package/dist/components/Icons/cfx-icons/Resource.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/Resource.js +26 -0
- package/dist/components/Icons/cfx-icons/Tag.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/Tag.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Alert.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Alert.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Clock.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Clock.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Crown.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Crown.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Device.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Device.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Error.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Error.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/ExternalLink.js +8 -8
- package/dist/components/Icons/cfx-iconsXLarge/PaperMap.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/PaperMap.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Resource.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Resource.js +37 -0
- package/dist/components/Icons/cfx-iconsXLarge/Tag.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Tag.js +26 -0
- package/dist/components/Icons/cfxIcons.d.ts +8 -0
- package/dist/components/Icons/cfxIcons.js +114 -98
- package/dist/components/Icons/cfxIconsXLarge.d.ts +8 -0
- package/dist/components/Icons/cfxIconsXLarge.js +114 -98
- package/dist/components/Icons/index.js +2 -2
- package/dist/components/Logos/Logos.types.d.ts +4 -0
- package/dist/components/Logos/index.d.ts +4 -0
- package/dist/components/Logos/index.js +41 -37
- package/dist/components/Logos/medal/Logo.d.ts +5 -0
- package/dist/components/Logos/medal/Logo.js +18 -0
- package/dist/components/Logos/medal/index.d.ts +1 -0
- package/dist/components/Logos/medal/index.js +4 -0
- package/dist/components/Logos/twitch/Logo.d.ts +5 -0
- package/dist/components/Logos/twitch/Logo.js +17 -0
- package/dist/components/Logos/twitch/index.d.ts +1 -0
- package/dist/components/Logos/twitch/index.js +4 -0
- package/dist/index-1q3z0Hkj.js +8 -0
- package/dist/index-Ju5SlwdW.js +8 -0
- package/dist/main.js +2 -2
- package/package.json +1 -1
|
@@ -66,6 +66,14 @@ import "../Icons/cfx-icons/Pen.js";
|
|
|
66
66
|
import "../Icons/cfx-icons/Expand2.js";
|
|
67
67
|
import "../Icons/cfx-icons/Snail.js";
|
|
68
68
|
import "../Icons/cfx-icons/Hat.js";
|
|
69
|
+
import "../Icons/cfx-icons/Clock.js";
|
|
70
|
+
import "../Icons/cfx-icons/PaperMap.js";
|
|
71
|
+
import "../Icons/cfx-icons/Tag.js";
|
|
72
|
+
import "../Icons/cfx-icons/Device.js";
|
|
73
|
+
import "../Icons/cfx-icons/Resource.js";
|
|
74
|
+
import "../Icons/cfx-icons/Crown.js";
|
|
75
|
+
import "../Icons/cfx-icons/Error.js";
|
|
76
|
+
import "../Icons/cfx-icons/Alert.js";
|
|
69
77
|
import "../Icons/cfx-iconsXLarge/Close.js";
|
|
70
78
|
import "../Icons/cfx-iconsXLarge/Controller.js";
|
|
71
79
|
import "../Icons/cfx-iconsXLarge/Copy.js";
|
|
@@ -131,13 +139,21 @@ import "../Icons/cfx-iconsXLarge/Pen.js";
|
|
|
131
139
|
import "../Icons/cfx-iconsXLarge/Expand2.js";
|
|
132
140
|
import "../Icons/cfx-iconsXLarge/Snail.js";
|
|
133
141
|
import "../Icons/cfx-iconsXLarge/Hat.js";
|
|
142
|
+
import "../Icons/cfx-iconsXLarge/Clock.js";
|
|
143
|
+
import "../Icons/cfx-iconsXLarge/PaperMap.js";
|
|
144
|
+
import "../Icons/cfx-iconsXLarge/Tag.js";
|
|
145
|
+
import "../Icons/cfx-iconsXLarge/Device.js";
|
|
146
|
+
import "../Icons/cfx-iconsXLarge/Resource.js";
|
|
147
|
+
import "../Icons/cfx-iconsXLarge/Crown.js";
|
|
148
|
+
import "../Icons/cfx-iconsXLarge/Error.js";
|
|
149
|
+
import "../Icons/cfx-iconsXLarge/Alert.js";
|
|
134
150
|
import t from "./Checkbox.js";
|
|
135
151
|
const d = "cfxui__CheckboxShowcase__root__5c0e0", h = "cfxui__CheckboxShowcase__checked__e49f9", s = "cfxui__CheckboxShowcase__icon__686ec", m = {
|
|
136
152
|
root: d,
|
|
137
153
|
checked: h,
|
|
138
154
|
icon: s
|
|
139
155
|
};
|
|
140
|
-
function
|
|
156
|
+
function tr(l) {
|
|
141
157
|
const [e, p] = a.useState(!1);
|
|
142
158
|
return /* @__PURE__ */ i(r, { direction: "column", gap: "large", children: [
|
|
143
159
|
/* @__PURE__ */ i(r, { direction: "column", gap: "small", children: [
|
|
@@ -196,5 +212,5 @@ function Hi(l) {
|
|
|
196
212
|
] });
|
|
197
213
|
}
|
|
198
214
|
export {
|
|
199
|
-
|
|
215
|
+
tr as default
|
|
200
216
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as m } from "react/jsx-runtime";
|
|
2
2
|
import c from "react";
|
|
3
|
-
import { I as h } from "../../cfxIcons-
|
|
4
|
-
import { I as _ } from "../../cfxIconsXLarge-
|
|
3
|
+
import { I as h } from "../../cfxIcons-MIqVVOEb.js";
|
|
4
|
+
import { I as _ } from "../../cfxIconsXLarge-EQesXs1i.js";
|
|
5
5
|
import { getTextOpacity as d } from "../Text/Text.js";
|
|
6
6
|
import { ui as t } from "../../utils/ui/ui.js";
|
|
7
7
|
import { IconSizeEnum as f } from "../../utils/ui/ui.types.js";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsxs as t, jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import { Accordion as I, AccordionItem as m, AccordionHeader as c, AccordionTrigger as l, AccordionContent as
|
|
2
|
+
import { Accordion as I, AccordionItem as m, AccordionHeader as c, AccordionTrigger as l, AccordionContent as s } from "../Accordion/Accordion.js";
|
|
3
3
|
import e from "../Flex/Flex.js";
|
|
4
4
|
import { Icon as A } from "../Icon/Icon.js";
|
|
5
5
|
import { Text as C } from "../Text/Text.js";
|
|
6
6
|
import "../../utils/ui/ui.js";
|
|
7
|
-
import { I as v } from "../../cfxIcons-
|
|
7
|
+
import { I as v } from "../../cfxIcons-MIqVVOEb.js";
|
|
8
8
|
import "./cfx-iconsXLarge/Close.js";
|
|
9
9
|
import "./cfx-iconsXLarge/Controller.js";
|
|
10
10
|
import "./cfx-iconsXLarge/Copy.js";
|
|
@@ -70,8 +70,16 @@ import "./cfx-iconsXLarge/Pen.js";
|
|
|
70
70
|
import "./cfx-iconsXLarge/Expand2.js";
|
|
71
71
|
import "./cfx-iconsXLarge/Snail.js";
|
|
72
72
|
import "./cfx-iconsXLarge/Hat.js";
|
|
73
|
-
|
|
74
|
-
|
|
73
|
+
import "./cfx-iconsXLarge/Clock.js";
|
|
74
|
+
import "./cfx-iconsXLarge/PaperMap.js";
|
|
75
|
+
import "./cfx-iconsXLarge/Tag.js";
|
|
76
|
+
import "./cfx-iconsXLarge/Device.js";
|
|
77
|
+
import "./cfx-iconsXLarge/Resource.js";
|
|
78
|
+
import "./cfx-iconsXLarge/Crown.js";
|
|
79
|
+
import "./cfx-iconsXLarge/Error.js";
|
|
80
|
+
import "./cfx-iconsXLarge/Alert.js";
|
|
81
|
+
function Qr() {
|
|
82
|
+
const d = [
|
|
75
83
|
"Download",
|
|
76
84
|
"Upload",
|
|
77
85
|
"Copy",
|
|
@@ -105,8 +113,10 @@ function qr() {
|
|
|
105
113
|
], u = [
|
|
106
114
|
"Warning",
|
|
107
115
|
"Help",
|
|
108
|
-
"MoreInfo"
|
|
109
|
-
|
|
116
|
+
"MoreInfo",
|
|
117
|
+
"Success",
|
|
118
|
+
"Error",
|
|
119
|
+
"Alert"
|
|
110
120
|
], h = [
|
|
111
121
|
"Square",
|
|
112
122
|
"SquareTick",
|
|
@@ -132,7 +142,7 @@ function qr() {
|
|
|
132
142
|
function g() {
|
|
133
143
|
const o = Object.keys(v), p = [];
|
|
134
144
|
for (let i = 0; i < o.length; i += 1)
|
|
135
|
-
!
|
|
145
|
+
!d.includes(o[i]) && !a.includes(o[i]) && !u.includes(o[i]) && !h.includes(o[i]) && !f.includes(o[i]) && p.push(o[i]);
|
|
136
146
|
return p;
|
|
137
147
|
}
|
|
138
148
|
function x(o) {
|
|
@@ -181,10 +191,10 @@ function qr() {
|
|
|
181
191
|
}
|
|
182
192
|
),
|
|
183
193
|
/* @__PURE__ */ r(
|
|
184
|
-
|
|
194
|
+
s,
|
|
185
195
|
{
|
|
186
196
|
preopen: !0,
|
|
187
|
-
children: /* @__PURE__ */ r(e, { direction: "column", children: n(
|
|
197
|
+
children: /* @__PURE__ */ r(e, { direction: "column", children: n(d) })
|
|
188
198
|
}
|
|
189
199
|
)
|
|
190
200
|
] }) }),
|
|
@@ -197,7 +207,7 @@ function qr() {
|
|
|
197
207
|
}
|
|
198
208
|
),
|
|
199
209
|
/* @__PURE__ */ r(
|
|
200
|
-
|
|
210
|
+
s,
|
|
201
211
|
{
|
|
202
212
|
preopen: !0,
|
|
203
213
|
children: /* @__PURE__ */ r(e, { direction: "column", children: n(a) })
|
|
@@ -213,7 +223,7 @@ function qr() {
|
|
|
213
223
|
}
|
|
214
224
|
),
|
|
215
225
|
/* @__PURE__ */ r(
|
|
216
|
-
|
|
226
|
+
s,
|
|
217
227
|
{
|
|
218
228
|
preopen: !0,
|
|
219
229
|
children: /* @__PURE__ */ r(e, { direction: "column", children: n(u) })
|
|
@@ -229,7 +239,7 @@ function qr() {
|
|
|
229
239
|
}
|
|
230
240
|
),
|
|
231
241
|
/* @__PURE__ */ r(
|
|
232
|
-
|
|
242
|
+
s,
|
|
233
243
|
{
|
|
234
244
|
preopen: !0,
|
|
235
245
|
children: /* @__PURE__ */ r(e, { direction: "column", children: n(h) })
|
|
@@ -245,7 +255,7 @@ function qr() {
|
|
|
245
255
|
}
|
|
246
256
|
),
|
|
247
257
|
/* @__PURE__ */ r(
|
|
248
|
-
|
|
258
|
+
s,
|
|
249
259
|
{
|
|
250
260
|
preopen: !0,
|
|
251
261
|
children: /* @__PURE__ */ r(e, { direction: "column", children: n(f) })
|
|
@@ -261,7 +271,7 @@ function qr() {
|
|
|
261
271
|
}
|
|
262
272
|
),
|
|
263
273
|
/* @__PURE__ */ r(
|
|
264
|
-
|
|
274
|
+
s,
|
|
265
275
|
{
|
|
266
276
|
preopen: !0,
|
|
267
277
|
children: /* @__PURE__ */ r(e, { direction: "column", children: n(g()) })
|
|
@@ -271,5 +281,5 @@ function qr() {
|
|
|
271
281
|
] });
|
|
272
282
|
}
|
|
273
283
|
export {
|
|
274
|
-
|
|
284
|
+
Qr as default
|
|
275
285
|
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
import t from "react";
|
|
3
|
+
function e(o) {
|
|
4
|
+
return /* @__PURE__ */ r(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 16 16",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
...o,
|
|
10
|
+
children: /* @__PURE__ */ r(
|
|
11
|
+
"path",
|
|
12
|
+
{
|
|
13
|
+
stroke: "currentColor",
|
|
14
|
+
strokeLinecap: "round",
|
|
15
|
+
strokeLinejoin: "round",
|
|
16
|
+
fill: "currentColor",
|
|
17
|
+
d: "M8 14.75C4.28 14.75 1.25 11.72 1.25 8C1.25 4.28 4.28 1.25 8 1.25C11.72 1.25 14.75 4.28 14.75 8C14.75 11.72 11.72 14.75 8 14.75ZM8 2.75C5.1 2.75 2.75 5.1 2.75 8C2.75 10.9 5.1 13.25 8 13.25C10.9 13.25 13.25 10.9 13.25 8C13.25 5.1 10.9 2.75 8 2.75ZM8.75 7.64V5.83C8.75 5.42 8.41 5.08 8 5.08C7.59 5.08 7.25 5.42 7.25 5.83V7.64C7.25 8.05 7.59 8.39 8 8.39C8.41 8.39 8.75 8.05 8.75 7.64ZM8.8 10.16C8.8 9.75 8.46 9.41 8.05 9.41H7.95C7.54 9.41 7.2 9.75 7.2 10.16C7.2 10.57 7.54 10.91 7.95 10.91H8.05C8.46 10.91 8.8 10.57 8.8 10.16Z"
|
|
18
|
+
}
|
|
19
|
+
)
|
|
20
|
+
}
|
|
21
|
+
);
|
|
22
|
+
}
|
|
23
|
+
const l = t.memo(e);
|
|
24
|
+
export {
|
|
25
|
+
l as default
|
|
26
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import t from "react";
|
|
3
|
+
function C(r) {
|
|
4
|
+
return /* @__PURE__ */ o(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 16 16",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
...r,
|
|
10
|
+
children: /* @__PURE__ */ o(
|
|
11
|
+
"path",
|
|
12
|
+
{
|
|
13
|
+
stroke: "currentColor",
|
|
14
|
+
strokeLinecap: "round",
|
|
15
|
+
strokeLinejoin: "round",
|
|
16
|
+
fill: "currentColor",
|
|
17
|
+
d: "M8 14.75C4.28 14.75 1.25 11.72 1.25 8C1.25 4.28 4.28 1.25 8 1.25C11.72 1.25 14.75 4.28 14.75 8C14.75 11.72 11.72 14.75 8 14.75ZM8 2.75C5.1 2.75 2.75 5.1 2.75 8C2.75 10.9 5.1 13.25 8 13.25C10.9 13.25 13.25 10.9 13.25 8C13.25 5.1 10.9 2.75 8 2.75ZM10.29 9.97C10.53 9.63 10.45 9.16 10.12 8.92L8.33 7.64V3.9C8.33 3.49 8 3.15 7.59 3.15C7.18 3.15 6.84 3.48 6.84 3.9V8.03C6.84 8.27 6.95 8.5 7.15 8.64L9.25 10.14C9.38 10.23 9.52999 10.28 9.68999 10.28C9.91999 10.28 10.15 10.17 10.3 9.97H10.29Z"
|
|
18
|
+
}
|
|
19
|
+
)
|
|
20
|
+
}
|
|
21
|
+
);
|
|
22
|
+
}
|
|
23
|
+
const l = t.memo(C);
|
|
24
|
+
export {
|
|
25
|
+
l as default
|
|
26
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import t from "react";
|
|
3
|
+
function C(r) {
|
|
4
|
+
return /* @__PURE__ */ o(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 16 16",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
...r,
|
|
10
|
+
children: /* @__PURE__ */ o(
|
|
11
|
+
"path",
|
|
12
|
+
{
|
|
13
|
+
stroke: "currentColor",
|
|
14
|
+
strokeLinecap: "round",
|
|
15
|
+
strokeLinejoin: "round",
|
|
16
|
+
fill: "currentColor",
|
|
17
|
+
d: "M12.2374 14.0351H3.96744C3.16744 14.0351 2.48744 13.4351 2.37744 12.6551L1.25744 4.74508C1.20744 4.42508 1.37744 4.10508 1.67744 3.96508C1.96744 3.82508 2.32744 3.88508 2.54744 4.12508L5.26744 6.96508L7.31744 2.39508C7.43744 2.12508 7.70744 1.95508 7.99744 1.95508C8.28744 1.95508 8.55744 2.12508 8.67744 2.39508L10.6974 6.85508L13.4674 4.10508C13.6974 3.88508 14.0374 3.82508 14.3274 3.96508C14.6174 4.10508 14.7774 4.40508 14.7474 4.72508L13.8474 12.6151C13.7574 13.4251 13.0674 14.0451 12.2474 14.0451L12.2374 14.0351ZM3.05744 6.83508L3.85744 12.4351C3.85744 12.4851 3.90744 12.5351 3.96744 12.5351H12.2374C12.2974 12.5351 12.3374 12.4951 12.3474 12.4351L13.0074 6.66508L10.9874 8.66508C10.8174 8.83508 10.5674 8.91508 10.3274 8.87508C10.0874 8.83508 9.87744 8.67508 9.77744 8.44508L7.99744 4.51508L6.16744 8.58508C6.06744 8.81508 5.85744 8.97508 5.60744 9.01508C5.35744 9.05508 5.10744 8.97508 4.93744 8.79508L3.05744 6.83508Z"
|
|
18
|
+
}
|
|
19
|
+
)
|
|
20
|
+
}
|
|
21
|
+
);
|
|
22
|
+
}
|
|
23
|
+
const L = t.memo(C);
|
|
24
|
+
export {
|
|
25
|
+
L as default
|
|
26
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import r from "react";
|
|
3
|
+
function t(o) {
|
|
4
|
+
return /* @__PURE__ */ e(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 16 16",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
...o,
|
|
10
|
+
children: /* @__PURE__ */ e(
|
|
11
|
+
"path",
|
|
12
|
+
{
|
|
13
|
+
stroke: "currentColor",
|
|
14
|
+
strokeLinecap: "round",
|
|
15
|
+
strokeLinejoin: "round",
|
|
16
|
+
fill: "currentColor",
|
|
17
|
+
d: "M14 2H2C1.58 2 1.25 2.33 1.25 2.75V10.75C1.25 11.16 1.58 11.5 2 11.5H5.19L4.55 12.95C4.45 13.18 4.47 13.45 4.61 13.66C4.75 13.87 4.98 14 5.24 14H10.76C11.01 14 11.25 13.87 11.39 13.66C11.53 13.45 11.55 13.18 11.44 12.95L10.8 11.5H14C14.41 11.5 14.75 11.16 14.75 10.75V2.75C14.75 2.33 14.41 2 14 2ZM9.61 12.5H6.39L6.83 11.5H9.17L9.61 12.5ZM13.25 10H2.75V3.5H13.25V10Z"
|
|
18
|
+
}
|
|
19
|
+
)
|
|
20
|
+
}
|
|
21
|
+
);
|
|
22
|
+
}
|
|
23
|
+
const C = r.memo(t);
|
|
24
|
+
export {
|
|
25
|
+
C as default
|
|
26
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
import C from "react";
|
|
3
|
+
function t(o) {
|
|
4
|
+
return /* @__PURE__ */ r(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 16 16",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...o,
|
|
11
|
+
children: /* @__PURE__ */ r(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
stroke: "currentColor",
|
|
15
|
+
strokeLinecap: "round",
|
|
16
|
+
strokeLinejoin: "round",
|
|
17
|
+
d: "M8 14.75C4.28 14.75 1.25 11.72 1.25 8C1.25 4.28 4.28 1.25 8 1.25C11.72 1.25 14.75 4.28 14.75 8C14.75 11.72 11.72 14.75 8 14.75ZM8 2.75C5.1 2.75 2.75 5.1 2.75 8C2.75 10.9 5.1 13.25 8 13.25C10.9 13.25 13.25 10.9 13.25 8C13.25 5.1 10.9 2.75 8 2.75ZM10.53 10.53C10.82 10.24 10.82 9.76 10.53 9.47L9.06 8L10.53 6.53C10.82 6.24 10.82 5.76 10.53 5.47C10.24 5.18 9.76 5.18 9.47 5.47L8 6.94L6.53 5.47C6.24 5.18 5.76 5.18 5.47 5.47C5.18 5.76 5.18 6.24 5.47 6.53L6.94 8L5.47 9.47C5.18 9.76 5.18 10.24 5.47 10.53C5.76 10.82 6.24 10.82 6.53 10.53L8 9.06L9.47 10.53C9.62 10.68 9.81 10.75 10 10.75C10.19 10.75 10.38 10.68 10.53 10.53Z"
|
|
18
|
+
}
|
|
19
|
+
)
|
|
20
|
+
}
|
|
21
|
+
);
|
|
22
|
+
}
|
|
23
|
+
const L = C.memo(t);
|
|
24
|
+
export {
|
|
25
|
+
L as default
|
|
26
|
+
};
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
3
|
-
function
|
|
4
|
-
return /* @__PURE__ */
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
import t from "react";
|
|
3
|
+
function e(o) {
|
|
4
|
+
return /* @__PURE__ */ r(
|
|
5
5
|
"svg",
|
|
6
6
|
{
|
|
7
7
|
viewBox: "0 0 16 16",
|
|
8
8
|
fill: "currentColor",
|
|
9
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
-
...
|
|
11
|
-
children: /* @__PURE__ */
|
|
10
|
+
...o,
|
|
11
|
+
children: /* @__PURE__ */ r(
|
|
12
12
|
"path",
|
|
13
13
|
{
|
|
14
14
|
stroke: "currentColor",
|
|
15
15
|
strokeLinecap: "round",
|
|
16
16
|
strokeLinejoin: "round",
|
|
17
|
-
d: "
|
|
17
|
+
d: "M3.75873 12.99C3.56873 12.99 3.37873 12.92 3.22873 12.77C2.93873 12.48 2.93873 12 3.22873 11.71L10.4387 4.51001H5.17874C4.76874 4.51001 4.42874 4.17001 4.42874 3.76001C4.42874 3.35001 4.76874 3.01001 5.17874 3.01001H12.2487C12.3487 3.01001 12.4487 3.03001 12.5387 3.07001C12.6187 3.10001 12.6987 3.15001 12.7587 3.22001C12.7687 3.23001 12.7787 3.24001 12.7887 3.25001C12.8487 3.32001 12.8987 3.39001 12.9287 3.47001C12.9687 3.56001 12.9887 3.66001 12.9887 3.76001V10.83C12.9887 11.24 12.6487 11.58 12.2387 11.58C11.8287 11.58 11.4887 11.24 11.4887 10.83V5.57001L4.27873 12.77C4.12873 12.92 3.93873 12.99 3.74873 12.99H3.75873Z"
|
|
18
18
|
}
|
|
19
19
|
)
|
|
20
20
|
}
|
|
21
21
|
);
|
|
22
22
|
}
|
|
23
|
-
const i =
|
|
23
|
+
const i = t.memo(e);
|
|
24
24
|
export {
|
|
25
25
|
i as default
|
|
26
26
|
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
import e from "react";
|
|
3
|
+
function t(o) {
|
|
4
|
+
return /* @__PURE__ */ r(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 16 16",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...o,
|
|
11
|
+
children: /* @__PURE__ */ r(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
stroke: "currentColor",
|
|
15
|
+
strokeLinecap: "round",
|
|
16
|
+
strokeLinejoin: "round",
|
|
17
|
+
d: "M13.57 3.06022L9.8 2.03022C9.59 1.97022 9.35001 1.97022 9.14001 2.06022L6.09 3.35022L3.05 2.02022C2.75 1.91022 2.41001 1.95022 2.14001 2.14022C1.89001 2.31022 1.75 2.59022 1.75 2.89022V11.3602C1.75 11.7302 1.97001 12.0602 2.28001 12.1902L5.74001 13.8602C5.74001 13.8602 5.75 13.8802 5.76 13.8802C5.91 13.9902 6.09001 14.0402 6.28001 14.0402C6.40001 14.0402 6.53 14.0102 6.65 13.9602L9.82001 12.6202L12.99 13.6702C13.09 13.7002 13.19 13.7102 13.29 13.7102C13.5 13.7102 13.7 13.6502 13.86 13.5302C14.1 13.3602 14.25 13.0802 14.25 12.7902V3.94022C14.25 3.55022 13.99 3.20022 13.57 3.06022ZM5.35001 12.0102L3.25 10.9902V3.75022L5.35001 4.67022V12.0102ZM8.95 11.3602L6.85001 12.2502V4.66022L8.95 3.77022V11.3602ZM12.75 12.0102L10.45 11.2502V3.77022L12.75 4.39022V12.0102Z"
|
|
18
|
+
}
|
|
19
|
+
)
|
|
20
|
+
}
|
|
21
|
+
);
|
|
22
|
+
}
|
|
23
|
+
const C = e.memo(t);
|
|
24
|
+
export {
|
|
25
|
+
C as default
|
|
26
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { jsx as L } from "react/jsx-runtime";
|
|
2
|
+
import r from "react";
|
|
3
|
+
function e(o) {
|
|
4
|
+
return /* @__PURE__ */ L(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 16 16",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...o,
|
|
11
|
+
children: /* @__PURE__ */ L(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
stroke: "currentColor",
|
|
15
|
+
strokeLinecap: "round",
|
|
16
|
+
strokeLinejoin: "round",
|
|
17
|
+
d: "M13.82 8.94757L13.1 8.45757L11.77 9.36757L12.36 9.76757L8 12.7576L3.65 9.76757L4.23 9.36757L2.9 8.45757L2.18 8.94757C1.91 9.13757 1.75 9.43757 1.75 9.76757C1.75 10.0976 1.91 10.3876 2.18 10.5776L7.44 14.1876C7.61 14.3076 7.81 14.3676 8 14.3676C8.2 14.3676 8.39 14.3076 8.56 14.1876L13.82 10.5776C14.09 10.3876 14.25 10.0876 14.25 9.76757C14.25 9.44757 14.09 9.13757 13.82 8.94757ZM13.82 5.42757L8.56 1.80757C8.47 1.74757 8.39 1.70757 8.29 1.67757C8.11 1.61757 7.9 1.61757 7.71 1.67757C7.62 1.70757 7.53 1.74757 7.45 1.80757L2.18 5.42757C1.91 5.60757 1.75 5.91757 1.75 6.23757C1.75 6.55757 1.91 6.86757 2.18 7.04757L3.56 7.99757H3.57L4.38 8.55757H4.39L7.45 10.6676C7.62 10.7776 7.81 10.8376 8 10.8376C8.19 10.8376 8.39 10.7776 8.56 10.6676L11.61 8.56757L12.44 7.99757L13.82 7.04757C14.09 6.86757 14.25 6.56757 14.25 6.23757C14.25 5.90757 14.09 5.60757 13.82 5.42757ZM12.36 6.23757L8 9.22757L3.65 6.23757L8 3.24757L12.36 6.23757Z"
|
|
18
|
+
}
|
|
19
|
+
)
|
|
20
|
+
}
|
|
21
|
+
);
|
|
22
|
+
}
|
|
23
|
+
const n = r.memo(e);
|
|
24
|
+
export {
|
|
25
|
+
n as default
|
|
26
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import t from "react";
|
|
3
|
+
function C(r) {
|
|
4
|
+
return /* @__PURE__ */ o(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 16 16",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...r,
|
|
11
|
+
children: /* @__PURE__ */ o(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
stroke: "currentColor",
|
|
15
|
+
strokeLinecap: "round",
|
|
16
|
+
strokeLinejoin: "round",
|
|
17
|
+
d: "M8.90768 14.246C8.48768 14.246 8.06768 14.076 7.73768 13.746L2.52768 8.53603C2.23768 8.24603 2.05768 7.86603 2.03768 7.46603L1.75768 3.28603C1.72768 2.85603 1.87768 2.45603 2.16768 2.16603C2.45768 1.87603 2.86768 1.73603 3.28768 1.75603L7.46768 2.03603C7.86768 2.06603 8.24768 2.23603 8.53768 2.52603L13.7477 7.73603C14.3777 8.36603 14.4177 9.34603 13.8277 9.92603L9.92769 13.826C9.64769 14.106 9.28768 14.236 8.90768 14.236V14.246ZM3.17769 3.24603L3.51768 7.36603C3.51768 7.36603 3.53768 7.43603 3.57768 7.47603L8.78768 12.686C8.83768 12.736 8.88768 12.746 8.89768 12.746L12.7277 8.89603C12.7277 8.89603 12.7077 8.83603 12.6677 8.79603L7.45768 3.58603C7.45768 3.58603 7.37768 3.52603 7.34768 3.52603L3.16768 3.24603H3.17769ZM5.60769 4.51603C5.05769 4.51603 4.60769 4.96603 4.60769 5.51603C4.60769 6.06603 5.05769 6.51603 5.60769 6.51603C6.15769 6.51603 6.60769 6.06603 6.60769 5.51603C6.60769 4.96603 6.15769 4.51603 5.60769 4.51603Z"
|
|
18
|
+
}
|
|
19
|
+
)
|
|
20
|
+
}
|
|
21
|
+
);
|
|
22
|
+
}
|
|
23
|
+
const L = t.memo(C);
|
|
24
|
+
export {
|
|
25
|
+
L as default
|
|
26
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
import t from "react";
|
|
3
|
+
function e(o) {
|
|
4
|
+
return /* @__PURE__ */ r(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 64 64",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
...o,
|
|
10
|
+
children: /* @__PURE__ */ r(
|
|
11
|
+
"path",
|
|
12
|
+
{
|
|
13
|
+
stroke: "currentColor",
|
|
14
|
+
strokeLinecap: "round",
|
|
15
|
+
strokeLinejoin: "round",
|
|
16
|
+
fill: "currentColor",
|
|
17
|
+
d: "M32 58C17.66 58 6 46.34 6 32C6 17.66 17.66 6 32 6C46.34 6 58 17.66 58 32C58 46.34 46.34 58 32 58ZM32 10C19.87 10 10 19.87 10 32C10 44.13 19.87 54 32 54C44.13 54 54 44.13 54 32C54 19.87 44.13 10 32 10ZM34 34.38V21.86C34 20.76 33.1 19.86 32 19.86C30.9 19.86 30 20.76 30 21.86V34.38C30 35.48 30.9 36.38 32 36.38C33.1 36.38 34 35.48 34 34.38ZM34.2 42.13C34.2 41.03 33.3 40.13 32.2 40.13H31.8C30.7 40.13 29.8 41.03 29.8 42.13C29.8 43.23 30.7 44.13 31.8 44.13H32.2C33.3 44.13 34.2 43.23 34.2 42.13Z"
|
|
18
|
+
}
|
|
19
|
+
)
|
|
20
|
+
}
|
|
21
|
+
);
|
|
22
|
+
}
|
|
23
|
+
const l = t.memo(e);
|
|
24
|
+
export {
|
|
25
|
+
l as default
|
|
26
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import t from "react";
|
|
3
|
+
function C(r) {
|
|
4
|
+
return /* @__PURE__ */ o(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 52 52",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
...r,
|
|
10
|
+
children: /* @__PURE__ */ o(
|
|
11
|
+
"path",
|
|
12
|
+
{
|
|
13
|
+
stroke: "currentColor",
|
|
14
|
+
strokeLinecap: "round",
|
|
15
|
+
strokeLinejoin: "round",
|
|
16
|
+
fill: "currentColor",
|
|
17
|
+
d: "M26 52C11.66 52 0 40.34 0 26C0 11.66 11.67 0 26 0C40.33 0 52 11.66 52 26C52 40.34 40.34 52 26 52ZM26 4C13.87 4 4 13.87 4 26C4 38.13 13.87 48 26 48C38.13 48 48 38.13 48 26C48 13.87 38.13 4 26 4ZM34.33 33.31C34.97 32.41 34.76 31.16 33.86 30.52L26.29 25.12L26.32 9.63C26.32 8.53 25.43 7.63 24.32 7.63C23.22 7.63 22.32 8.52 22.32 9.63L22.29 26.15C22.29 26.8 22.6 27.41 23.13 27.78L31.54 33.78C31.89 34.03 32.3 34.15 32.7 34.15C33.32 34.15 33.94 33.86 34.33 33.31Z"
|
|
18
|
+
}
|
|
19
|
+
)
|
|
20
|
+
}
|
|
21
|
+
);
|
|
22
|
+
}
|
|
23
|
+
const l = t.memo(C);
|
|
24
|
+
export {
|
|
25
|
+
l as default
|
|
26
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import t from "react";
|
|
3
|
+
function C(r) {
|
|
4
|
+
return /* @__PURE__ */ o(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 50 45",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
...r,
|
|
10
|
+
children: /* @__PURE__ */ o(
|
|
11
|
+
"path",
|
|
12
|
+
{
|
|
13
|
+
stroke: "currentColor",
|
|
14
|
+
strokeLinecap: "round",
|
|
15
|
+
strokeLinejoin: "round",
|
|
16
|
+
fill: "currentColor",
|
|
17
|
+
d: "M41.2896 44.57H9.57955C6.95955 44.57 4.69955 42.61 4.32955 40.02L0.0195516 9.69C-0.100448 8.83 0.339567 7.99 1.12957 7.61C1.90957 7.23 2.84954 7.4 3.44954 8.03L14.7696 19.87L23.1796 1.18C23.4996 0.46 24.2096 0 24.9996 0C25.7796 0 26.4996 0.46 26.8196 1.17L35.0896 19.41L46.5896 7.99C47.1896 7.39 48.1096 7.24 48.8696 7.61C49.6296 7.98 50.0796 8.79 49.9896 9.64L46.5495 39.88C46.2495 42.56 43.9796 44.58 41.2896 44.58V44.57ZM4.85955 15.28L8.28957 39.45C8.37957 40.09 8.92955 40.57 9.57955 40.57H41.2896C41.9496 40.57 42.5095 40.07 42.5795 39.42L45.3696 14.84L35.8696 24.28C35.4096 24.74 34.7396 24.95 34.0996 24.83C33.4596 24.71 32.9095 24.29 32.6395 23.69L25.0096 6.86L17.1995 24.22C16.9295 24.83 16.3696 25.26 15.7096 25.37C15.0596 25.48 14.3896 25.26 13.9296 24.78L4.85955 15.29V15.28Z"
|
|
18
|
+
}
|
|
19
|
+
)
|
|
20
|
+
}
|
|
21
|
+
);
|
|
22
|
+
}
|
|
23
|
+
const L = t.memo(C);
|
|
24
|
+
export {
|
|
25
|
+
L as default
|
|
26
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import r from "react";
|
|
3
|
+
function t(o) {
|
|
4
|
+
return /* @__PURE__ */ e(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 64 64",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
...o,
|
|
10
|
+
children: /* @__PURE__ */ e(
|
|
11
|
+
"path",
|
|
12
|
+
{
|
|
13
|
+
stroke: "currentColor",
|
|
14
|
+
strokeLinecap: "round",
|
|
15
|
+
strokeLinejoin: "round",
|
|
16
|
+
fill: "currentColor",
|
|
17
|
+
d: "M56 9.62012H8C6.89 9.62012 6 10.5101 6 11.6201V43.6201C6 44.7201 6.89 45.6201 8 45.6201H22.13L19.17 51.4801C18.86 52.1001 18.89 52.8401 19.25 53.4301C19.62 54.0201 20.26 54.3801 20.95 54.3801H43.04C43.73 54.3801 44.38 54.0201 44.74 53.4301C45.1 52.8401 45.14 52.1001 44.82 51.4801L41.87 45.6201H56C57.1 45.6201 58 44.7201 58 43.6201V11.6201C58 10.5101 57.1 9.62012 56 9.62012ZM39.79 50.3801H24.2L26.6 45.6201H37.39L39.79 50.3801ZM54 41.6201H10V13.6201H54V41.6201Z"
|
|
18
|
+
}
|
|
19
|
+
)
|
|
20
|
+
}
|
|
21
|
+
);
|
|
22
|
+
}
|
|
23
|
+
const C = r.memo(t);
|
|
24
|
+
export {
|
|
25
|
+
C as default
|
|
26
|
+
};
|