@saasflare/ui 3.1.2 → 3.2.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/README.md +68 -2
- package/dist/{button-0Bdl7Nqm.d.ts → button-BA7OcXqy.d.mts} +12 -17
- package/dist/{button-Brb4BhPO.d.mts → button-Bfg2Tnvx.d.ts} +12 -17
- package/dist/{chunk-D5LKWKG7.js → chunk-2GOPD64T.js} +117 -89
- package/dist/{chunk-56PMDC5F.mjs → chunk-2ONA6OMO.mjs} +29 -40
- package/dist/{chunk-RW2S3KNB.mjs → chunk-5C65JNGY.mjs} +7 -6
- package/dist/{chunk-NPNSPYTX.js → chunk-7UD3SGPP.js} +28 -39
- package/dist/chunk-GI6VN7XU.mjs +2143 -0
- package/dist/{chunk-FT66KYRN.js → chunk-ITALEYDI.js} +2 -2
- package/dist/{chunk-4BOMMZEY.js → chunk-JC7EIEGI.js} +14 -13
- package/dist/chunk-N65HIOBD.js +234 -0
- package/dist/{chunk-EJHYM2HP.mjs → chunk-OZAWULTM.mjs} +1 -1
- package/dist/chunk-R3AVBLJ3.js +2207 -0
- package/dist/{chunk-WRONFPRI.mjs → chunk-RMQBB72G.mjs} +118 -91
- package/dist/chunk-XNDTCYSO.mjs +211 -0
- package/dist/{dialog-BmY55WSX.d.ts → dialog-CZRwrqDa.d.ts} +2 -2
- package/dist/{dialog-CcaHMAsS.d.mts → dialog-Cr0becOL.d.mts} +2 -2
- package/dist/entries/calendar.d.mts +3 -3
- package/dist/entries/calendar.d.ts +3 -3
- package/dist/entries/calendar.js +13 -214
- package/dist/entries/calendar.mjs +5 -196
- package/dist/entries/carousel.d.mts +3 -3
- package/dist/entries/carousel.d.ts +3 -3
- package/dist/entries/carousel.js +17 -14
- package/dist/entries/carousel.mjs +10 -7
- package/dist/entries/chart.d.mts +1 -1
- package/dist/entries/chart.d.ts +1 -1
- package/dist/entries/chart.js +11 -11
- package/dist/entries/chart.mjs +1 -1
- package/dist/entries/command.d.mts +3 -3
- package/dist/entries/command.d.ts +3 -3
- package/dist/entries/command.js +21 -19
- package/dist/entries/command.mjs +8 -6
- package/dist/entries/drawer.d.mts +1 -1
- package/dist/entries/drawer.d.ts +1 -1
- package/dist/entries/drawer.js +9 -9
- package/dist/entries/drawer.mjs +2 -2
- package/dist/entries/input-otp.d.mts +2 -2
- package/dist/entries/input-otp.d.ts +2 -2
- package/dist/entries/input-otp.js +10 -8
- package/dist/entries/input-otp.mjs +6 -4
- package/dist/entries/resizable.d.mts +3 -2
- package/dist/entries/resizable.d.ts +3 -2
- package/dist/entries/resizable.js +8 -6
- package/dist/entries/resizable.mjs +6 -4
- package/dist/index.d.mts +974 -31
- package/dist/index.d.ts +974 -31
- package/dist/index.js +2992 -554
- package/dist/index.mjs +2486 -199
- package/dist/{use-saasflare-props-NrM2Glmp.d.mts → use-saasflare-props-BrjMhU0U.d.mts} +53 -4
- package/dist/{use-saasflare-props-NrM2Glmp.d.ts → use-saasflare-props-BrjMhU0U.d.ts} +53 -4
- package/package.json +4 -3
- package/styles/aurora.css +47 -0
- package/styles/palettes.css +483 -3
- package/styles/surfaces.css +89 -10
- package/styles/theme.css +11 -5
|
@@ -0,0 +1,2143 @@
|
|
|
1
|
+
import { cn } from './chunk-RMQBB72G.mjs';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
import { jsxs, jsx, Fragment } from 'react/jsx-runtime';
|
|
4
|
+
|
|
5
|
+
var IconBase = React.forwardRef(
|
|
6
|
+
function IconBase2({
|
|
7
|
+
weight = "regular",
|
|
8
|
+
size = "1em",
|
|
9
|
+
color = "currentColor",
|
|
10
|
+
weights: weights43,
|
|
11
|
+
className,
|
|
12
|
+
children,
|
|
13
|
+
...rest
|
|
14
|
+
}, ref) {
|
|
15
|
+
return /* @__PURE__ */ jsxs(
|
|
16
|
+
"svg",
|
|
17
|
+
{
|
|
18
|
+
ref,
|
|
19
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
20
|
+
width: size,
|
|
21
|
+
height: size,
|
|
22
|
+
viewBox: "0 0 256 256",
|
|
23
|
+
fill: color,
|
|
24
|
+
className: cn("shrink-0", className),
|
|
25
|
+
...rest,
|
|
26
|
+
children: [
|
|
27
|
+
/* @__PURE__ */ jsx("rect", { width: "256", height: "256", fill: "none" }),
|
|
28
|
+
weights43[weight],
|
|
29
|
+
children
|
|
30
|
+
]
|
|
31
|
+
}
|
|
32
|
+
);
|
|
33
|
+
}
|
|
34
|
+
);
|
|
35
|
+
var weights = {
|
|
36
|
+
regular: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
37
|
+
/* @__PURE__ */ jsx(
|
|
38
|
+
"line",
|
|
39
|
+
{
|
|
40
|
+
x1: "216",
|
|
41
|
+
y1: "128",
|
|
42
|
+
x2: "40",
|
|
43
|
+
y2: "128",
|
|
44
|
+
fill: "none",
|
|
45
|
+
stroke: "currentColor",
|
|
46
|
+
strokeLinecap: "round",
|
|
47
|
+
strokeLinejoin: "round",
|
|
48
|
+
strokeWidth: "16"
|
|
49
|
+
}
|
|
50
|
+
),
|
|
51
|
+
/* @__PURE__ */ jsx(
|
|
52
|
+
"polyline",
|
|
53
|
+
{
|
|
54
|
+
points: "112 56 40 128 112 200",
|
|
55
|
+
fill: "none",
|
|
56
|
+
stroke: "currentColor",
|
|
57
|
+
strokeLinecap: "round",
|
|
58
|
+
strokeLinejoin: "round",
|
|
59
|
+
strokeWidth: "16"
|
|
60
|
+
}
|
|
61
|
+
)
|
|
62
|
+
] }),
|
|
63
|
+
bold: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
64
|
+
/* @__PURE__ */ jsx("line", { x1: "216", y1: "128", x2: "40", y2: "128", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }),
|
|
65
|
+
/* @__PURE__ */ jsx("polyline", { points: "112 56 40 128 112 200", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" })
|
|
66
|
+
] }),
|
|
67
|
+
fill: /* @__PURE__ */ jsx("path", { d: "M224,128a8,8,0,0,1-8,8H120v64a8,8,0,0,1-13.66,5.66l-72-72a8,8,0,0,1,0-11.32l72-72A8,8,0,0,1,120,56v64h96A8,8,0,0,1,224,128Z" }),
|
|
68
|
+
duotone: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
69
|
+
/* @__PURE__ */ jsx("polygon", { points: "112 56 40 128 112 200 112 56", opacity: "0.2" }),
|
|
70
|
+
/* @__PURE__ */ jsx(
|
|
71
|
+
"line",
|
|
72
|
+
{
|
|
73
|
+
x1: "216",
|
|
74
|
+
y1: "128",
|
|
75
|
+
x2: "112",
|
|
76
|
+
y2: "128",
|
|
77
|
+
fill: "none",
|
|
78
|
+
stroke: "currentColor",
|
|
79
|
+
strokeLinecap: "round",
|
|
80
|
+
strokeLinejoin: "round",
|
|
81
|
+
strokeWidth: "16"
|
|
82
|
+
}
|
|
83
|
+
),
|
|
84
|
+
/* @__PURE__ */ jsx(
|
|
85
|
+
"polygon",
|
|
86
|
+
{
|
|
87
|
+
points: "112 56 40 128 112 200 112 56",
|
|
88
|
+
fill: "none",
|
|
89
|
+
stroke: "currentColor",
|
|
90
|
+
strokeLinecap: "round",
|
|
91
|
+
strokeLinejoin: "round",
|
|
92
|
+
strokeWidth: "16"
|
|
93
|
+
}
|
|
94
|
+
)
|
|
95
|
+
] })
|
|
96
|
+
};
|
|
97
|
+
var ArrowLeftIcon = React.forwardRef(
|
|
98
|
+
function ArrowLeftIcon2(props, ref) {
|
|
99
|
+
return /* @__PURE__ */ jsx(IconBase, { ref, weights, ...props });
|
|
100
|
+
}
|
|
101
|
+
);
|
|
102
|
+
var weights2 = {
|
|
103
|
+
regular: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
104
|
+
/* @__PURE__ */ jsx(
|
|
105
|
+
"line",
|
|
106
|
+
{
|
|
107
|
+
x1: "40",
|
|
108
|
+
y1: "128",
|
|
109
|
+
x2: "216",
|
|
110
|
+
y2: "128",
|
|
111
|
+
fill: "none",
|
|
112
|
+
stroke: "currentColor",
|
|
113
|
+
strokeLinecap: "round",
|
|
114
|
+
strokeLinejoin: "round",
|
|
115
|
+
strokeWidth: "16"
|
|
116
|
+
}
|
|
117
|
+
),
|
|
118
|
+
/* @__PURE__ */ jsx(
|
|
119
|
+
"polyline",
|
|
120
|
+
{
|
|
121
|
+
points: "144 56 216 128 144 200",
|
|
122
|
+
fill: "none",
|
|
123
|
+
stroke: "currentColor",
|
|
124
|
+
strokeLinecap: "round",
|
|
125
|
+
strokeLinejoin: "round",
|
|
126
|
+
strokeWidth: "16"
|
|
127
|
+
}
|
|
128
|
+
)
|
|
129
|
+
] }),
|
|
130
|
+
bold: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
131
|
+
/* @__PURE__ */ jsx("line", { x1: "40", y1: "128", x2: "216", y2: "128", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }),
|
|
132
|
+
/* @__PURE__ */ jsx("polyline", { points: "144 56 216 128 144 200", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" })
|
|
133
|
+
] }),
|
|
134
|
+
fill: /* @__PURE__ */ jsx("path", { d: "M221.66,133.66l-72,72A8,8,0,0,1,136,200V136H40a8,8,0,0,1,0-16h96V56a8,8,0,0,1,13.66-5.66l72,72A8,8,0,0,1,221.66,133.66Z" }),
|
|
135
|
+
duotone: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
136
|
+
/* @__PURE__ */ jsx("polygon", { points: "144 56 216 128 144 200 144 56", opacity: "0.2" }),
|
|
137
|
+
/* @__PURE__ */ jsx(
|
|
138
|
+
"line",
|
|
139
|
+
{
|
|
140
|
+
x1: "40",
|
|
141
|
+
y1: "128",
|
|
142
|
+
x2: "144",
|
|
143
|
+
y2: "128",
|
|
144
|
+
fill: "none",
|
|
145
|
+
stroke: "currentColor",
|
|
146
|
+
strokeLinecap: "round",
|
|
147
|
+
strokeLinejoin: "round",
|
|
148
|
+
strokeWidth: "16"
|
|
149
|
+
}
|
|
150
|
+
),
|
|
151
|
+
/* @__PURE__ */ jsx(
|
|
152
|
+
"polygon",
|
|
153
|
+
{
|
|
154
|
+
points: "144 56 216 128 144 200 144 56",
|
|
155
|
+
fill: "none",
|
|
156
|
+
stroke: "currentColor",
|
|
157
|
+
strokeLinecap: "round",
|
|
158
|
+
strokeLinejoin: "round",
|
|
159
|
+
strokeWidth: "16"
|
|
160
|
+
}
|
|
161
|
+
)
|
|
162
|
+
] })
|
|
163
|
+
};
|
|
164
|
+
var ArrowRightIcon = React.forwardRef(function ArrowRightIcon2(props, ref) {
|
|
165
|
+
return /* @__PURE__ */ jsx(IconBase, { ref, weights: weights2, ...props });
|
|
166
|
+
});
|
|
167
|
+
var weights3 = {
|
|
168
|
+
regular: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
169
|
+
/* @__PURE__ */ jsx(
|
|
170
|
+
"line",
|
|
171
|
+
{
|
|
172
|
+
x1: "128",
|
|
173
|
+
y1: "216",
|
|
174
|
+
x2: "128",
|
|
175
|
+
y2: "40",
|
|
176
|
+
fill: "none",
|
|
177
|
+
stroke: "currentColor",
|
|
178
|
+
strokeLinecap: "round",
|
|
179
|
+
strokeLinejoin: "round",
|
|
180
|
+
strokeWidth: "16"
|
|
181
|
+
}
|
|
182
|
+
),
|
|
183
|
+
/* @__PURE__ */ jsx(
|
|
184
|
+
"polyline",
|
|
185
|
+
{
|
|
186
|
+
points: "56 112 128 40 200 112",
|
|
187
|
+
fill: "none",
|
|
188
|
+
stroke: "currentColor",
|
|
189
|
+
strokeLinecap: "round",
|
|
190
|
+
strokeLinejoin: "round",
|
|
191
|
+
strokeWidth: "16"
|
|
192
|
+
}
|
|
193
|
+
)
|
|
194
|
+
] }),
|
|
195
|
+
bold: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
196
|
+
/* @__PURE__ */ jsx("line", { x1: "128", y1: "216", x2: "128", y2: "40", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }),
|
|
197
|
+
/* @__PURE__ */ jsx("polyline", { points: "56 112 128 40 200 112", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" })
|
|
198
|
+
] }),
|
|
199
|
+
fill: /* @__PURE__ */ jsx("path", { d: "M207.39,115.06A8,8,0,0,1,200,120H136v96a8,8,0,0,1-16,0V120H56a8,8,0,0,1-5.66-13.66l72-72a8,8,0,0,1,11.32,0l72,72A8,8,0,0,1,207.39,115.06Z" }),
|
|
200
|
+
duotone: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
201
|
+
/* @__PURE__ */ jsx("polygon", { points: "56 112 128 40 200 112 56 112", opacity: "0.2" }),
|
|
202
|
+
/* @__PURE__ */ jsx(
|
|
203
|
+
"line",
|
|
204
|
+
{
|
|
205
|
+
x1: "128",
|
|
206
|
+
y1: "216",
|
|
207
|
+
x2: "128",
|
|
208
|
+
y2: "112",
|
|
209
|
+
fill: "none",
|
|
210
|
+
stroke: "currentColor",
|
|
211
|
+
strokeLinecap: "round",
|
|
212
|
+
strokeLinejoin: "round",
|
|
213
|
+
strokeWidth: "16"
|
|
214
|
+
}
|
|
215
|
+
),
|
|
216
|
+
/* @__PURE__ */ jsx(
|
|
217
|
+
"polygon",
|
|
218
|
+
{
|
|
219
|
+
points: "56 112 128 40 200 112 56 112",
|
|
220
|
+
fill: "none",
|
|
221
|
+
stroke: "currentColor",
|
|
222
|
+
strokeLinecap: "round",
|
|
223
|
+
strokeLinejoin: "round",
|
|
224
|
+
strokeWidth: "16"
|
|
225
|
+
}
|
|
226
|
+
)
|
|
227
|
+
] })
|
|
228
|
+
};
|
|
229
|
+
var ArrowUpIcon = React.forwardRef(
|
|
230
|
+
function ArrowUpIcon2(props, ref) {
|
|
231
|
+
return /* @__PURE__ */ jsx(IconBase, { ref, weights: weights3, ...props });
|
|
232
|
+
}
|
|
233
|
+
);
|
|
234
|
+
var weights4 = {
|
|
235
|
+
regular: /* @__PURE__ */ jsx(
|
|
236
|
+
"polyline",
|
|
237
|
+
{
|
|
238
|
+
points: "208 96 128 176 48 96",
|
|
239
|
+
fill: "none",
|
|
240
|
+
stroke: "currentColor",
|
|
241
|
+
strokeLinecap: "round",
|
|
242
|
+
strokeLinejoin: "round",
|
|
243
|
+
strokeWidth: "16"
|
|
244
|
+
}
|
|
245
|
+
),
|
|
246
|
+
bold: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("polyline", { points: "208 96 128 176 48 96", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }) }),
|
|
247
|
+
fill: /* @__PURE__ */ jsx("path", { d: "M215.39,92.94A8,8,0,0,0,208,88H48a8,8,0,0,0-5.66,13.66l80,80a8,8,0,0,0,11.32,0l80-80A8,8,0,0,0,215.39,92.94Z" }),
|
|
248
|
+
duotone: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
249
|
+
/* @__PURE__ */ jsx("polygon", { points: "208 96 128 176 48 96 208 96", opacity: "0.2" }),
|
|
250
|
+
/* @__PURE__ */ jsx(
|
|
251
|
+
"polygon",
|
|
252
|
+
{
|
|
253
|
+
points: "208 96 128 176 48 96 208 96",
|
|
254
|
+
fill: "none",
|
|
255
|
+
stroke: "currentColor",
|
|
256
|
+
strokeLinecap: "round",
|
|
257
|
+
strokeLinejoin: "round",
|
|
258
|
+
strokeWidth: "16"
|
|
259
|
+
}
|
|
260
|
+
)
|
|
261
|
+
] })
|
|
262
|
+
};
|
|
263
|
+
var CaretDownIcon = React.forwardRef(
|
|
264
|
+
function CaretDownIcon2(props, ref) {
|
|
265
|
+
return /* @__PURE__ */ jsx(IconBase, { ref, weights: weights4, ...props });
|
|
266
|
+
}
|
|
267
|
+
);
|
|
268
|
+
var weights5 = {
|
|
269
|
+
regular: /* @__PURE__ */ jsx(
|
|
270
|
+
"polyline",
|
|
271
|
+
{
|
|
272
|
+
points: "160 208 80 128 160 48",
|
|
273
|
+
fill: "none",
|
|
274
|
+
stroke: "currentColor",
|
|
275
|
+
strokeLinecap: "round",
|
|
276
|
+
strokeLinejoin: "round",
|
|
277
|
+
strokeWidth: "16"
|
|
278
|
+
}
|
|
279
|
+
),
|
|
280
|
+
bold: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("polyline", { points: "160 208 80 128 160 48", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }) }),
|
|
281
|
+
fill: /* @__PURE__ */ jsx("path", { d: "M163.06,40.61a8,8,0,0,0-8.72,1.73l-80,80a8,8,0,0,0,0,11.32l80,80A8,8,0,0,0,168,208V48A8,8,0,0,0,163.06,40.61Z" }),
|
|
282
|
+
duotone: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
283
|
+
/* @__PURE__ */ jsx("polygon", { points: "160 208 80 128 160 48 160 208", opacity: "0.2" }),
|
|
284
|
+
/* @__PURE__ */ jsx(
|
|
285
|
+
"polygon",
|
|
286
|
+
{
|
|
287
|
+
points: "160 208 80 128 160 48 160 208",
|
|
288
|
+
fill: "none",
|
|
289
|
+
stroke: "currentColor",
|
|
290
|
+
strokeLinecap: "round",
|
|
291
|
+
strokeLinejoin: "round",
|
|
292
|
+
strokeWidth: "16"
|
|
293
|
+
}
|
|
294
|
+
)
|
|
295
|
+
] })
|
|
296
|
+
};
|
|
297
|
+
var CaretLeftIcon = React.forwardRef(
|
|
298
|
+
function CaretLeftIcon2(props, ref) {
|
|
299
|
+
return /* @__PURE__ */ jsx(IconBase, { ref, weights: weights5, ...props });
|
|
300
|
+
}
|
|
301
|
+
);
|
|
302
|
+
var weights6 = {
|
|
303
|
+
regular: /* @__PURE__ */ jsx(
|
|
304
|
+
"polyline",
|
|
305
|
+
{
|
|
306
|
+
points: "96 48 176 128 96 208",
|
|
307
|
+
fill: "none",
|
|
308
|
+
stroke: "currentColor",
|
|
309
|
+
strokeLinecap: "round",
|
|
310
|
+
strokeLinejoin: "round",
|
|
311
|
+
strokeWidth: "16"
|
|
312
|
+
}
|
|
313
|
+
),
|
|
314
|
+
bold: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("polyline", { points: "96 48 176 128 96 208", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }) }),
|
|
315
|
+
fill: /* @__PURE__ */ jsx("path", { d: "M181.66,122.34l-80-80A8,8,0,0,0,88,48V208a8,8,0,0,0,13.66,5.66l80-80A8,8,0,0,0,181.66,122.34Z" }),
|
|
316
|
+
duotone: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
317
|
+
/* @__PURE__ */ jsx("polygon", { points: "96 48 176 128 96 208 96 48", opacity: "0.2" }),
|
|
318
|
+
/* @__PURE__ */ jsx(
|
|
319
|
+
"polygon",
|
|
320
|
+
{
|
|
321
|
+
points: "96 48 176 128 96 208 96 48",
|
|
322
|
+
fill: "none",
|
|
323
|
+
stroke: "currentColor",
|
|
324
|
+
strokeLinecap: "round",
|
|
325
|
+
strokeLinejoin: "round",
|
|
326
|
+
strokeWidth: "16"
|
|
327
|
+
}
|
|
328
|
+
)
|
|
329
|
+
] })
|
|
330
|
+
};
|
|
331
|
+
var CaretRightIcon = React.forwardRef(function CaretRightIcon2(props, ref) {
|
|
332
|
+
return /* @__PURE__ */ jsx(IconBase, { ref, weights: weights6, ...props });
|
|
333
|
+
});
|
|
334
|
+
var weights7 = {
|
|
335
|
+
regular: /* @__PURE__ */ jsx(
|
|
336
|
+
"polyline",
|
|
337
|
+
{
|
|
338
|
+
points: "48 160 128 80 208 160",
|
|
339
|
+
fill: "none",
|
|
340
|
+
stroke: "currentColor",
|
|
341
|
+
strokeLinecap: "round",
|
|
342
|
+
strokeLinejoin: "round",
|
|
343
|
+
strokeWidth: "16"
|
|
344
|
+
}
|
|
345
|
+
),
|
|
346
|
+
bold: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("polyline", { points: "48 160 128 80 208 160", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }) }),
|
|
347
|
+
fill: /* @__PURE__ */ jsx("path", { d: "M213.66,154.34l-80-80a8,8,0,0,0-11.32,0l-80,80A8,8,0,0,0,48,168H208a8,8,0,0,0,5.66-13.66Z" }),
|
|
348
|
+
duotone: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
349
|
+
/* @__PURE__ */ jsx("polygon", { points: "48 160 128 80 208 160 48 160", opacity: "0.2" }),
|
|
350
|
+
/* @__PURE__ */ jsx(
|
|
351
|
+
"polygon",
|
|
352
|
+
{
|
|
353
|
+
points: "48 160 128 80 208 160 48 160",
|
|
354
|
+
fill: "none",
|
|
355
|
+
stroke: "currentColor",
|
|
356
|
+
strokeLinecap: "round",
|
|
357
|
+
strokeLinejoin: "round",
|
|
358
|
+
strokeWidth: "16"
|
|
359
|
+
}
|
|
360
|
+
)
|
|
361
|
+
] })
|
|
362
|
+
};
|
|
363
|
+
var CaretUpIcon = React.forwardRef(
|
|
364
|
+
function CaretUpIcon2(props, ref) {
|
|
365
|
+
return /* @__PURE__ */ jsx(IconBase, { ref, weights: weights7, ...props });
|
|
366
|
+
}
|
|
367
|
+
);
|
|
368
|
+
var weights8 = {
|
|
369
|
+
regular: /* @__PURE__ */ jsx(
|
|
370
|
+
"polyline",
|
|
371
|
+
{
|
|
372
|
+
points: "40 144 96 200 224 72",
|
|
373
|
+
fill: "none",
|
|
374
|
+
stroke: "currentColor",
|
|
375
|
+
strokeLinecap: "round",
|
|
376
|
+
strokeLinejoin: "round",
|
|
377
|
+
strokeWidth: "16"
|
|
378
|
+
}
|
|
379
|
+
),
|
|
380
|
+
bold: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("polyline", { points: "40 144 96 200 224 72", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }) }),
|
|
381
|
+
fill: /* @__PURE__ */ jsx("path", { d: "M216,40H40A16,16,0,0,0,24,56V200a16,16,0,0,0,16,16H216a16,16,0,0,0,16-16V56A16,16,0,0,0,216,40ZM205.66,85.66l-96,96a8,8,0,0,1-11.32,0l-40-40a8,8,0,0,1,11.32-11.32L104,164.69l90.34-90.35a8,8,0,0,1,11.32,11.32Z" }),
|
|
382
|
+
duotone: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
383
|
+
/* @__PURE__ */ jsx(
|
|
384
|
+
"path",
|
|
385
|
+
{
|
|
386
|
+
d: "M216,40H40A16,16,0,0,0,24,56V200a16,16,0,0,0,16,16H216a16,16,0,0,0,16-16V56A16,16,0,0,0,216,40Z",
|
|
387
|
+
opacity: "0.2"
|
|
388
|
+
}
|
|
389
|
+
),
|
|
390
|
+
/* @__PURE__ */ jsx(
|
|
391
|
+
"polyline",
|
|
392
|
+
{
|
|
393
|
+
points: "64 136 104 176 200 80",
|
|
394
|
+
fill: "none",
|
|
395
|
+
stroke: "currentColor",
|
|
396
|
+
strokeLinecap: "round",
|
|
397
|
+
strokeLinejoin: "round",
|
|
398
|
+
strokeWidth: "16"
|
|
399
|
+
}
|
|
400
|
+
)
|
|
401
|
+
] })
|
|
402
|
+
};
|
|
403
|
+
var CheckIcon = React.forwardRef(
|
|
404
|
+
function CheckIcon2(props, ref) {
|
|
405
|
+
return /* @__PURE__ */ jsx(IconBase, { ref, weights: weights8, ...props });
|
|
406
|
+
}
|
|
407
|
+
);
|
|
408
|
+
var weights9 = {
|
|
409
|
+
regular: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
410
|
+
/* @__PURE__ */ jsx(
|
|
411
|
+
"polyline",
|
|
412
|
+
{
|
|
413
|
+
points: "88 136 112 160 168 104",
|
|
414
|
+
fill: "none",
|
|
415
|
+
stroke: "currentColor",
|
|
416
|
+
strokeLinecap: "round",
|
|
417
|
+
strokeLinejoin: "round",
|
|
418
|
+
strokeWidth: "16"
|
|
419
|
+
}
|
|
420
|
+
),
|
|
421
|
+
/* @__PURE__ */ jsx(
|
|
422
|
+
"circle",
|
|
423
|
+
{
|
|
424
|
+
cx: "128",
|
|
425
|
+
cy: "128",
|
|
426
|
+
r: "96",
|
|
427
|
+
fill: "none",
|
|
428
|
+
stroke: "currentColor",
|
|
429
|
+
strokeLinecap: "round",
|
|
430
|
+
strokeLinejoin: "round",
|
|
431
|
+
strokeWidth: "16"
|
|
432
|
+
}
|
|
433
|
+
)
|
|
434
|
+
] }),
|
|
435
|
+
bold: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
436
|
+
/* @__PURE__ */ jsx("polyline", { points: "88 136 112 160 168 104", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }),
|
|
437
|
+
/* @__PURE__ */ jsx("circle", { cx: "128", cy: "128", r: "96", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" })
|
|
438
|
+
] }),
|
|
439
|
+
fill: /* @__PURE__ */ jsx("path", { d: "M128,24A104,104,0,1,0,232,128,104.11,104.11,0,0,0,128,24Zm45.66,85.66-56,56a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L112,148.69l50.34-50.35a8,8,0,0,1,11.32,11.32Z" }),
|
|
440
|
+
duotone: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
441
|
+
/* @__PURE__ */ jsx("circle", { cx: "128", cy: "128", r: "96", opacity: "0.2" }),
|
|
442
|
+
/* @__PURE__ */ jsx(
|
|
443
|
+
"polyline",
|
|
444
|
+
{
|
|
445
|
+
points: "88 136 112 160 168 104",
|
|
446
|
+
fill: "none",
|
|
447
|
+
stroke: "currentColor",
|
|
448
|
+
strokeLinecap: "round",
|
|
449
|
+
strokeLinejoin: "round",
|
|
450
|
+
strokeWidth: "16"
|
|
451
|
+
}
|
|
452
|
+
),
|
|
453
|
+
/* @__PURE__ */ jsx(
|
|
454
|
+
"circle",
|
|
455
|
+
{
|
|
456
|
+
cx: "128",
|
|
457
|
+
cy: "128",
|
|
458
|
+
r: "96",
|
|
459
|
+
fill: "none",
|
|
460
|
+
stroke: "currentColor",
|
|
461
|
+
strokeLinecap: "round",
|
|
462
|
+
strokeLinejoin: "round",
|
|
463
|
+
strokeWidth: "16"
|
|
464
|
+
}
|
|
465
|
+
)
|
|
466
|
+
] })
|
|
467
|
+
};
|
|
468
|
+
var CheckCircleIcon = React.forwardRef(function CheckCircleIcon2(props, ref) {
|
|
469
|
+
return /* @__PURE__ */ jsx(IconBase, { ref, weights: weights9, ...props });
|
|
470
|
+
});
|
|
471
|
+
var weights10 = {
|
|
472
|
+
regular: /* @__PURE__ */ jsx(
|
|
473
|
+
"circle",
|
|
474
|
+
{
|
|
475
|
+
cx: "128",
|
|
476
|
+
cy: "128",
|
|
477
|
+
r: "96",
|
|
478
|
+
fill: "none",
|
|
479
|
+
stroke: "currentColor",
|
|
480
|
+
strokeLinecap: "round",
|
|
481
|
+
strokeLinejoin: "round",
|
|
482
|
+
strokeWidth: "16"
|
|
483
|
+
}
|
|
484
|
+
),
|
|
485
|
+
bold: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("circle", { cx: "128", cy: "128", r: "96", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }) }),
|
|
486
|
+
fill: /* @__PURE__ */ jsx("circle", { cx: "128", cy: "128", r: "104" }),
|
|
487
|
+
duotone: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
488
|
+
/* @__PURE__ */ jsx("circle", { cx: "128", cy: "128", r: "96", opacity: "0.2" }),
|
|
489
|
+
/* @__PURE__ */ jsx(
|
|
490
|
+
"circle",
|
|
491
|
+
{
|
|
492
|
+
cx: "128",
|
|
493
|
+
cy: "128",
|
|
494
|
+
r: "96",
|
|
495
|
+
fill: "none",
|
|
496
|
+
stroke: "currentColor",
|
|
497
|
+
strokeLinecap: "round",
|
|
498
|
+
strokeLinejoin: "round",
|
|
499
|
+
strokeWidth: "16"
|
|
500
|
+
}
|
|
501
|
+
)
|
|
502
|
+
] })
|
|
503
|
+
};
|
|
504
|
+
var CircleIcon = React.forwardRef(
|
|
505
|
+
function CircleIcon2(props, ref) {
|
|
506
|
+
return /* @__PURE__ */ jsx(IconBase, { ref, weights: weights10, ...props });
|
|
507
|
+
}
|
|
508
|
+
);
|
|
509
|
+
var weights11 = {
|
|
510
|
+
regular: /* @__PURE__ */ jsx(
|
|
511
|
+
"path",
|
|
512
|
+
{
|
|
513
|
+
d: "M168,40a97,97,0,0,1,56,88,96,96,0,0,1-192,0A97,97,0,0,1,88,40",
|
|
514
|
+
fill: "none",
|
|
515
|
+
stroke: "currentColor",
|
|
516
|
+
strokeLinecap: "round",
|
|
517
|
+
strokeLinejoin: "round",
|
|
518
|
+
strokeWidth: "16"
|
|
519
|
+
}
|
|
520
|
+
),
|
|
521
|
+
bold: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M168,40a97,97,0,0,1,56,88,96,96,0,0,1-192,0A97,97,0,0,1,88,40", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }) }),
|
|
522
|
+
fill: /* @__PURE__ */ jsx("path", { d: "M128,24A104,104,0,1,0,232,128,104.11,104.11,0,0,0,128,24Zm0,176A72,72,0,0,1,92,65.64a8,8,0,0,1,8,13.85,56,56,0,1,0,56,0,8,8,0,0,1,8-13.85A72,72,0,0,1,128,200Z" }),
|
|
523
|
+
duotone: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
524
|
+
/* @__PURE__ */ jsx("circle", { cx: "128", cy: "128", r: "96", opacity: "0.2" }),
|
|
525
|
+
/* @__PURE__ */ jsx(
|
|
526
|
+
"path",
|
|
527
|
+
{
|
|
528
|
+
d: "M168,40a97,97,0,0,1,56,88,96,96,0,0,1-192,0A97,97,0,0,1,88,40",
|
|
529
|
+
fill: "none",
|
|
530
|
+
stroke: "currentColor",
|
|
531
|
+
strokeLinecap: "round",
|
|
532
|
+
strokeLinejoin: "round",
|
|
533
|
+
strokeWidth: "16"
|
|
534
|
+
}
|
|
535
|
+
)
|
|
536
|
+
] })
|
|
537
|
+
};
|
|
538
|
+
var CircleNotchIcon = React.forwardRef(function CircleNotchIcon2(props, ref) {
|
|
539
|
+
return /* @__PURE__ */ jsx(IconBase, { ref, weights: weights11, ...props });
|
|
540
|
+
});
|
|
541
|
+
var weights12 = {
|
|
542
|
+
regular: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
543
|
+
/* @__PURE__ */ jsx("circle", { cx: "92", cy: "60", r: "12" }),
|
|
544
|
+
/* @__PURE__ */ jsx("circle", { cx: "164", cy: "60", r: "12" }),
|
|
545
|
+
/* @__PURE__ */ jsx("circle", { cx: "92", cy: "128", r: "12" }),
|
|
546
|
+
/* @__PURE__ */ jsx("circle", { cx: "164", cy: "128", r: "12" }),
|
|
547
|
+
/* @__PURE__ */ jsx("circle", { cx: "92", cy: "196", r: "12" }),
|
|
548
|
+
/* @__PURE__ */ jsx("circle", { cx: "164", cy: "196", r: "12" })
|
|
549
|
+
] }),
|
|
550
|
+
bold: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
551
|
+
/* @__PURE__ */ jsx("circle", { cx: "92", cy: "60", r: "16" }),
|
|
552
|
+
/* @__PURE__ */ jsx("circle", { cx: "164", cy: "60", r: "16" }),
|
|
553
|
+
/* @__PURE__ */ jsx("circle", { cx: "92", cy: "128", r: "16" }),
|
|
554
|
+
/* @__PURE__ */ jsx("circle", { cx: "164", cy: "128", r: "16" }),
|
|
555
|
+
/* @__PURE__ */ jsx("circle", { cx: "92", cy: "196", r: "16" }),
|
|
556
|
+
/* @__PURE__ */ jsx("circle", { cx: "164", cy: "196", r: "16" })
|
|
557
|
+
] }),
|
|
558
|
+
fill: /* @__PURE__ */ jsx("path", { d: "M192,16H64A16,16,0,0,0,48,32V224a16,16,0,0,0,16,16H192a16,16,0,0,0,16-16V32A16,16,0,0,0,192,16ZM100,200a12,12,0,1,1,12-12A12,12,0,0,1,100,200Zm0-60a12,12,0,1,1,12-12A12,12,0,0,1,100,140Zm0-60a12,12,0,1,1,12-12A12,12,0,0,1,100,80Zm56,120a12,12,0,1,1,12-12A12,12,0,0,1,156,200Zm0-60a12,12,0,1,1,12-12A12,12,0,0,1,156,140Zm0-60a12,12,0,1,1,12-12A12,12,0,0,1,156,80Z" }),
|
|
559
|
+
duotone: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
560
|
+
/* @__PURE__ */ jsx("rect", { x: "48", y: "16", width: "160", height: "224", rx: "16", opacity: "0.2" }),
|
|
561
|
+
/* @__PURE__ */ jsx("circle", { cx: "92", cy: "60", r: "12" }),
|
|
562
|
+
/* @__PURE__ */ jsx("circle", { cx: "164", cy: "60", r: "12" }),
|
|
563
|
+
/* @__PURE__ */ jsx("circle", { cx: "92", cy: "128", r: "12" }),
|
|
564
|
+
/* @__PURE__ */ jsx("circle", { cx: "164", cy: "128", r: "12" }),
|
|
565
|
+
/* @__PURE__ */ jsx("circle", { cx: "92", cy: "196", r: "12" }),
|
|
566
|
+
/* @__PURE__ */ jsx("circle", { cx: "164", cy: "196", r: "12" })
|
|
567
|
+
] })
|
|
568
|
+
};
|
|
569
|
+
var DotsSixVerticalIcon = React.forwardRef(function DotsSixVerticalIcon2(props, ref) {
|
|
570
|
+
return /* @__PURE__ */ jsx(IconBase, { ref, weights: weights12, ...props });
|
|
571
|
+
});
|
|
572
|
+
var weights13 = {
|
|
573
|
+
regular: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
574
|
+
/* @__PURE__ */ jsx("circle", { cx: "128", cy: "128", r: "12" }),
|
|
575
|
+
/* @__PURE__ */ jsx("circle", { cx: "196", cy: "128", r: "12" }),
|
|
576
|
+
/* @__PURE__ */ jsx("circle", { cx: "60", cy: "128", r: "12" })
|
|
577
|
+
] }),
|
|
578
|
+
bold: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
579
|
+
/* @__PURE__ */ jsx("circle", { cx: "128", cy: "128", r: "16" }),
|
|
580
|
+
/* @__PURE__ */ jsx("circle", { cx: "60", cy: "128", r: "16" }),
|
|
581
|
+
/* @__PURE__ */ jsx("circle", { cx: "196", cy: "128", r: "16" })
|
|
582
|
+
] }),
|
|
583
|
+
fill: /* @__PURE__ */ jsx("path", { d: "M224,80H32A16,16,0,0,0,16,96v64a16,16,0,0,0,16,16H224a16,16,0,0,0,16-16V96A16,16,0,0,0,224,80ZM60,140a12,12,0,1,1,12-12A12,12,0,0,1,60,140Zm68,0a12,12,0,1,1,12-12A12,12,0,0,1,128,140Zm68,0a12,12,0,1,1,12-12A12,12,0,0,1,196,140Z" }),
|
|
584
|
+
duotone: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
585
|
+
/* @__PURE__ */ jsx("rect", { x: "16", y: "80", width: "224", height: "96", rx: "16", opacity: "0.2" }),
|
|
586
|
+
/* @__PURE__ */ jsx("circle", { cx: "128", cy: "128", r: "12" }),
|
|
587
|
+
/* @__PURE__ */ jsx("circle", { cx: "196", cy: "128", r: "12" }),
|
|
588
|
+
/* @__PURE__ */ jsx("circle", { cx: "60", cy: "128", r: "12" })
|
|
589
|
+
] })
|
|
590
|
+
};
|
|
591
|
+
var DotsThreeIcon = React.forwardRef(function DotsThreeIcon2(props, ref) {
|
|
592
|
+
return /* @__PURE__ */ jsx(IconBase, { ref, weights: weights13, ...props });
|
|
593
|
+
});
|
|
594
|
+
var weights14 = {
|
|
595
|
+
regular: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
596
|
+
/* @__PURE__ */ jsx(
|
|
597
|
+
"circle",
|
|
598
|
+
{
|
|
599
|
+
cx: "128",
|
|
600
|
+
cy: "128",
|
|
601
|
+
r: "96",
|
|
602
|
+
fill: "none",
|
|
603
|
+
stroke: "currentColor",
|
|
604
|
+
strokeLinecap: "round",
|
|
605
|
+
strokeLinejoin: "round",
|
|
606
|
+
strokeWidth: "16"
|
|
607
|
+
}
|
|
608
|
+
),
|
|
609
|
+
/* @__PURE__ */ jsx(
|
|
610
|
+
"path",
|
|
611
|
+
{
|
|
612
|
+
d: "M120,120a8,8,0,0,1,8,8v40a8,8,0,0,0,8,8",
|
|
613
|
+
fill: "none",
|
|
614
|
+
stroke: "currentColor",
|
|
615
|
+
strokeLinecap: "round",
|
|
616
|
+
strokeLinejoin: "round",
|
|
617
|
+
strokeWidth: "16"
|
|
618
|
+
}
|
|
619
|
+
),
|
|
620
|
+
/* @__PURE__ */ jsx("circle", { cx: "124", cy: "84", r: "12" })
|
|
621
|
+
] }),
|
|
622
|
+
bold: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
623
|
+
/* @__PURE__ */ jsx("circle", { cx: "124", cy: "84", r: "16" }),
|
|
624
|
+
/* @__PURE__ */ jsx("circle", { cx: "128", cy: "128", r: "96", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }),
|
|
625
|
+
/* @__PURE__ */ jsx("path", { d: "M120,124a8,8,0,0,1,8,8v36a8,8,0,0,0,8,8", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" })
|
|
626
|
+
] }),
|
|
627
|
+
fill: /* @__PURE__ */ jsx("path", { d: "M128,24A104,104,0,1,0,232,128,104.11,104.11,0,0,0,128,24Zm-4,48a12,12,0,1,1-12,12A12,12,0,0,1,124,72Zm12,112a16,16,0,0,1-16-16V128a8,8,0,0,1,0-16,16,16,0,0,1,16,16v40a8,8,0,0,1,0,16Z" }),
|
|
628
|
+
duotone: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
629
|
+
/* @__PURE__ */ jsx("circle", { cx: "128", cy: "128", r: "96", opacity: "0.2" }),
|
|
630
|
+
/* @__PURE__ */ jsx(
|
|
631
|
+
"path",
|
|
632
|
+
{
|
|
633
|
+
d: "M120,120a8,8,0,0,1,8,8v40a8,8,0,0,0,8,8",
|
|
634
|
+
fill: "none",
|
|
635
|
+
stroke: "currentColor",
|
|
636
|
+
strokeLinecap: "round",
|
|
637
|
+
strokeLinejoin: "round",
|
|
638
|
+
strokeWidth: "16"
|
|
639
|
+
}
|
|
640
|
+
),
|
|
641
|
+
/* @__PURE__ */ jsx(
|
|
642
|
+
"circle",
|
|
643
|
+
{
|
|
644
|
+
cx: "128",
|
|
645
|
+
cy: "128",
|
|
646
|
+
r: "96",
|
|
647
|
+
fill: "none",
|
|
648
|
+
stroke: "currentColor",
|
|
649
|
+
strokeLinecap: "round",
|
|
650
|
+
strokeLinejoin: "round",
|
|
651
|
+
strokeWidth: "16"
|
|
652
|
+
}
|
|
653
|
+
),
|
|
654
|
+
/* @__PURE__ */ jsx("circle", { cx: "124", cy: "84", r: "12" })
|
|
655
|
+
] })
|
|
656
|
+
};
|
|
657
|
+
var InfoIcon = React.forwardRef(
|
|
658
|
+
function InfoIcon2(props, ref) {
|
|
659
|
+
return /* @__PURE__ */ jsx(IconBase, { ref, weights: weights14, ...props });
|
|
660
|
+
}
|
|
661
|
+
);
|
|
662
|
+
var weights15 = {
|
|
663
|
+
regular: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
664
|
+
/* @__PURE__ */ jsx(
|
|
665
|
+
"circle",
|
|
666
|
+
{
|
|
667
|
+
cx: "112",
|
|
668
|
+
cy: "112",
|
|
669
|
+
r: "80",
|
|
670
|
+
fill: "none",
|
|
671
|
+
stroke: "currentColor",
|
|
672
|
+
strokeLinecap: "round",
|
|
673
|
+
strokeLinejoin: "round",
|
|
674
|
+
strokeWidth: "16"
|
|
675
|
+
}
|
|
676
|
+
),
|
|
677
|
+
/* @__PURE__ */ jsx(
|
|
678
|
+
"line",
|
|
679
|
+
{
|
|
680
|
+
x1: "168.57",
|
|
681
|
+
y1: "168.57",
|
|
682
|
+
x2: "224",
|
|
683
|
+
y2: "224",
|
|
684
|
+
fill: "none",
|
|
685
|
+
stroke: "currentColor",
|
|
686
|
+
strokeLinecap: "round",
|
|
687
|
+
strokeLinejoin: "round",
|
|
688
|
+
strokeWidth: "16"
|
|
689
|
+
}
|
|
690
|
+
)
|
|
691
|
+
] }),
|
|
692
|
+
bold: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
693
|
+
/* @__PURE__ */ jsx("circle", { cx: "112", cy: "112", r: "80", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }),
|
|
694
|
+
/* @__PURE__ */ jsx("line", { x1: "168.57", y1: "168.57", x2: "224", y2: "224", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" })
|
|
695
|
+
] }),
|
|
696
|
+
fill: /* @__PURE__ */ jsx("path", { d: "M168,112a56,56,0,1,1-56-56A56,56,0,0,1,168,112Zm61.66,117.66a8,8,0,0,1-11.32,0l-50.06-50.07a88,88,0,1,1,11.32-11.31l50.06,50.06A8,8,0,0,1,229.66,229.66ZM112,184a72,72,0,1,0-72-72A72.08,72.08,0,0,0,112,184Z" }),
|
|
697
|
+
duotone: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
698
|
+
/* @__PURE__ */ jsx("circle", { cx: "112", cy: "112", r: "80", opacity: "0.2" }),
|
|
699
|
+
/* @__PURE__ */ jsx(
|
|
700
|
+
"circle",
|
|
701
|
+
{
|
|
702
|
+
cx: "112",
|
|
703
|
+
cy: "112",
|
|
704
|
+
r: "80",
|
|
705
|
+
fill: "none",
|
|
706
|
+
stroke: "currentColor",
|
|
707
|
+
strokeLinecap: "round",
|
|
708
|
+
strokeLinejoin: "round",
|
|
709
|
+
strokeWidth: "16"
|
|
710
|
+
}
|
|
711
|
+
),
|
|
712
|
+
/* @__PURE__ */ jsx(
|
|
713
|
+
"line",
|
|
714
|
+
{
|
|
715
|
+
x1: "168.57",
|
|
716
|
+
y1: "168.57",
|
|
717
|
+
x2: "224",
|
|
718
|
+
y2: "224",
|
|
719
|
+
fill: "none",
|
|
720
|
+
stroke: "currentColor",
|
|
721
|
+
strokeLinecap: "round",
|
|
722
|
+
strokeLinejoin: "round",
|
|
723
|
+
strokeWidth: "16"
|
|
724
|
+
}
|
|
725
|
+
)
|
|
726
|
+
] })
|
|
727
|
+
};
|
|
728
|
+
var MagnifyingGlassIcon = React.forwardRef(function MagnifyingGlassIcon2(props, ref) {
|
|
729
|
+
return /* @__PURE__ */ jsx(IconBase, { ref, weights: weights15, ...props });
|
|
730
|
+
});
|
|
731
|
+
var weights16 = {
|
|
732
|
+
regular: /* @__PURE__ */ jsx(
|
|
733
|
+
"line",
|
|
734
|
+
{
|
|
735
|
+
x1: "40",
|
|
736
|
+
y1: "128",
|
|
737
|
+
x2: "216",
|
|
738
|
+
y2: "128",
|
|
739
|
+
fill: "none",
|
|
740
|
+
stroke: "currentColor",
|
|
741
|
+
strokeLinecap: "round",
|
|
742
|
+
strokeLinejoin: "round",
|
|
743
|
+
strokeWidth: "16"
|
|
744
|
+
}
|
|
745
|
+
),
|
|
746
|
+
bold: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("line", { x1: "40", y1: "128", x2: "216", y2: "128", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }) }),
|
|
747
|
+
fill: /* @__PURE__ */ jsx("path", { d: "M208,32H48A16,16,0,0,0,32,48V208a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V48A16,16,0,0,0,208,32ZM184,136H72a8,8,0,0,1,0-16H184a8,8,0,0,1,0,16Z" }),
|
|
748
|
+
duotone: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
749
|
+
/* @__PURE__ */ jsx("rect", { x: "40", y: "40", width: "176", height: "176", rx: "16", opacity: "0.2" }),
|
|
750
|
+
/* @__PURE__ */ jsx(
|
|
751
|
+
"line",
|
|
752
|
+
{
|
|
753
|
+
x1: "40",
|
|
754
|
+
y1: "128",
|
|
755
|
+
x2: "216",
|
|
756
|
+
y2: "128",
|
|
757
|
+
fill: "none",
|
|
758
|
+
stroke: "currentColor",
|
|
759
|
+
strokeLinecap: "round",
|
|
760
|
+
strokeLinejoin: "round",
|
|
761
|
+
strokeWidth: "16"
|
|
762
|
+
}
|
|
763
|
+
)
|
|
764
|
+
] })
|
|
765
|
+
};
|
|
766
|
+
var MinusIcon = React.forwardRef(
|
|
767
|
+
function MinusIcon2(props, ref) {
|
|
768
|
+
return /* @__PURE__ */ jsx(IconBase, { ref, weights: weights16, ...props });
|
|
769
|
+
}
|
|
770
|
+
);
|
|
771
|
+
var weights17 = {
|
|
772
|
+
regular: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
773
|
+
/* @__PURE__ */ jsx(
|
|
774
|
+
"rect",
|
|
775
|
+
{
|
|
776
|
+
x: "32",
|
|
777
|
+
y: "48",
|
|
778
|
+
width: "192",
|
|
779
|
+
height: "144",
|
|
780
|
+
rx: "16",
|
|
781
|
+
transform: "translate(256 240) rotate(180)",
|
|
782
|
+
fill: "none",
|
|
783
|
+
stroke: "currentColor",
|
|
784
|
+
strokeLinecap: "round",
|
|
785
|
+
strokeLinejoin: "round",
|
|
786
|
+
strokeWidth: "16"
|
|
787
|
+
}
|
|
788
|
+
),
|
|
789
|
+
/* @__PURE__ */ jsx(
|
|
790
|
+
"line",
|
|
791
|
+
{
|
|
792
|
+
x1: "160",
|
|
793
|
+
y1: "224",
|
|
794
|
+
x2: "96",
|
|
795
|
+
y2: "224",
|
|
796
|
+
fill: "none",
|
|
797
|
+
stroke: "currentColor",
|
|
798
|
+
strokeLinecap: "round",
|
|
799
|
+
strokeLinejoin: "round",
|
|
800
|
+
strokeWidth: "16"
|
|
801
|
+
}
|
|
802
|
+
)
|
|
803
|
+
] }),
|
|
804
|
+
bold: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
805
|
+
/* @__PURE__ */ jsx("rect", { x: "32", y: "48", width: "192", height: "144", rx: "16", transform: "translate(256 240) rotate(180)", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }),
|
|
806
|
+
/* @__PURE__ */ jsx("line", { x1: "160", y1: "228", x2: "96", y2: "228", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" })
|
|
807
|
+
] }),
|
|
808
|
+
fill: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
809
|
+
/* @__PURE__ */ jsx("rect", { x: "24", y: "40", width: "208", height: "160", rx: "24" }),
|
|
810
|
+
/* @__PURE__ */ jsx("path", { d: "M160,216H96a8,8,0,0,0,0,16h64a8,8,0,0,0,0-16Z" })
|
|
811
|
+
] }),
|
|
812
|
+
duotone: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
813
|
+
/* @__PURE__ */ jsx(
|
|
814
|
+
"rect",
|
|
815
|
+
{
|
|
816
|
+
x: "32",
|
|
817
|
+
y: "48",
|
|
818
|
+
width: "192",
|
|
819
|
+
height: "144",
|
|
820
|
+
rx: "16",
|
|
821
|
+
transform: "translate(256 240) rotate(180)",
|
|
822
|
+
opacity: "0.2"
|
|
823
|
+
}
|
|
824
|
+
),
|
|
825
|
+
/* @__PURE__ */ jsx(
|
|
826
|
+
"rect",
|
|
827
|
+
{
|
|
828
|
+
x: "32",
|
|
829
|
+
y: "48",
|
|
830
|
+
width: "192",
|
|
831
|
+
height: "144",
|
|
832
|
+
rx: "16",
|
|
833
|
+
transform: "translate(256 240) rotate(180)",
|
|
834
|
+
fill: "none",
|
|
835
|
+
stroke: "currentColor",
|
|
836
|
+
strokeLinecap: "round",
|
|
837
|
+
strokeLinejoin: "round",
|
|
838
|
+
strokeWidth: "16"
|
|
839
|
+
}
|
|
840
|
+
),
|
|
841
|
+
/* @__PURE__ */ jsx(
|
|
842
|
+
"line",
|
|
843
|
+
{
|
|
844
|
+
x1: "160",
|
|
845
|
+
y1: "224",
|
|
846
|
+
x2: "96",
|
|
847
|
+
y2: "224",
|
|
848
|
+
fill: "none",
|
|
849
|
+
stroke: "currentColor",
|
|
850
|
+
strokeLinecap: "round",
|
|
851
|
+
strokeLinejoin: "round",
|
|
852
|
+
strokeWidth: "16"
|
|
853
|
+
}
|
|
854
|
+
)
|
|
855
|
+
] })
|
|
856
|
+
};
|
|
857
|
+
var MonitorIcon = React.forwardRef(
|
|
858
|
+
function MonitorIcon2(props, ref) {
|
|
859
|
+
return /* @__PURE__ */ jsx(IconBase, { ref, weights: weights17, ...props });
|
|
860
|
+
}
|
|
861
|
+
);
|
|
862
|
+
var weights18 = {
|
|
863
|
+
regular: /* @__PURE__ */ jsx(
|
|
864
|
+
"path",
|
|
865
|
+
{
|
|
866
|
+
d: "M108.11,28.11A96.09,96.09,0,0,0,227.89,147.89,96,96,0,1,1,108.11,28.11Z",
|
|
867
|
+
fill: "none",
|
|
868
|
+
stroke: "currentColor",
|
|
869
|
+
strokeLinecap: "round",
|
|
870
|
+
strokeLinejoin: "round",
|
|
871
|
+
strokeWidth: "16"
|
|
872
|
+
}
|
|
873
|
+
),
|
|
874
|
+
bold: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M108.11,28.11A96.09,96.09,0,0,0,227.89,147.89,96,96,0,1,1,108.11,28.11Z", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }) }),
|
|
875
|
+
fill: /* @__PURE__ */ jsx("path", { d: "M235.54,150.21a104.84,104.84,0,0,1-37,52.91A104,104,0,0,1,32,120,103.09,103.09,0,0,1,52.88,57.48a104.84,104.84,0,0,1,52.91-37,8,8,0,0,1,10,10,88.08,88.08,0,0,0,109.8,109.8,8,8,0,0,1,10,10Z" }),
|
|
876
|
+
duotone: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
877
|
+
/* @__PURE__ */ jsx(
|
|
878
|
+
"path",
|
|
879
|
+
{
|
|
880
|
+
d: "M108.11,28.11A96.09,96.09,0,0,0,227.89,147.89,96,96,0,1,1,108.11,28.11Z",
|
|
881
|
+
opacity: "0.2"
|
|
882
|
+
}
|
|
883
|
+
),
|
|
884
|
+
/* @__PURE__ */ jsx(
|
|
885
|
+
"path",
|
|
886
|
+
{
|
|
887
|
+
d: "M108.11,28.11A96.09,96.09,0,0,0,227.89,147.89,96,96,0,1,1,108.11,28.11Z",
|
|
888
|
+
fill: "none",
|
|
889
|
+
stroke: "currentColor",
|
|
890
|
+
strokeLinecap: "round",
|
|
891
|
+
strokeLinejoin: "round",
|
|
892
|
+
strokeWidth: "16"
|
|
893
|
+
}
|
|
894
|
+
)
|
|
895
|
+
] })
|
|
896
|
+
};
|
|
897
|
+
var MoonIcon = React.forwardRef(
|
|
898
|
+
function MoonIcon2(props, ref) {
|
|
899
|
+
return /* @__PURE__ */ jsx(IconBase, { ref, weights: weights18, ...props });
|
|
900
|
+
}
|
|
901
|
+
);
|
|
902
|
+
var weights19 = {
|
|
903
|
+
regular: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
904
|
+
/* @__PURE__ */ jsx(
|
|
905
|
+
"rect",
|
|
906
|
+
{
|
|
907
|
+
x: "152",
|
|
908
|
+
y: "40",
|
|
909
|
+
width: "56",
|
|
910
|
+
height: "176",
|
|
911
|
+
rx: "8",
|
|
912
|
+
fill: "none",
|
|
913
|
+
stroke: "currentColor",
|
|
914
|
+
strokeLinecap: "round",
|
|
915
|
+
strokeLinejoin: "round",
|
|
916
|
+
strokeWidth: "16"
|
|
917
|
+
}
|
|
918
|
+
),
|
|
919
|
+
/* @__PURE__ */ jsx(
|
|
920
|
+
"rect",
|
|
921
|
+
{
|
|
922
|
+
x: "48",
|
|
923
|
+
y: "40",
|
|
924
|
+
width: "56",
|
|
925
|
+
height: "176",
|
|
926
|
+
rx: "8",
|
|
927
|
+
fill: "none",
|
|
928
|
+
stroke: "currentColor",
|
|
929
|
+
strokeLinecap: "round",
|
|
930
|
+
strokeLinejoin: "round",
|
|
931
|
+
strokeWidth: "16"
|
|
932
|
+
}
|
|
933
|
+
)
|
|
934
|
+
] }),
|
|
935
|
+
bold: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
936
|
+
/* @__PURE__ */ jsx("rect", { x: "152", y: "40", width: "56", height: "176", rx: "8", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }),
|
|
937
|
+
/* @__PURE__ */ jsx("rect", { x: "48", y: "40", width: "56", height: "176", rx: "8", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" })
|
|
938
|
+
] }),
|
|
939
|
+
fill: /* @__PURE__ */ jsx("path", { d: "M216,48V208a16,16,0,0,1-16,16H160a16,16,0,0,1-16-16V48a16,16,0,0,1,16-16h40A16,16,0,0,1,216,48ZM96,32H56A16,16,0,0,0,40,48V208a16,16,0,0,0,16,16H96a16,16,0,0,0,16-16V48A16,16,0,0,0,96,32Z" }),
|
|
940
|
+
duotone: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
941
|
+
/* @__PURE__ */ jsx("rect", { x: "152", y: "40", width: "56", height: "176", rx: "8", opacity: "0.2" }),
|
|
942
|
+
/* @__PURE__ */ jsx("rect", { x: "48", y: "40", width: "56", height: "176", rx: "8", opacity: "0.2" }),
|
|
943
|
+
/* @__PURE__ */ jsx(
|
|
944
|
+
"rect",
|
|
945
|
+
{
|
|
946
|
+
x: "152",
|
|
947
|
+
y: "40",
|
|
948
|
+
width: "56",
|
|
949
|
+
height: "176",
|
|
950
|
+
rx: "8",
|
|
951
|
+
fill: "none",
|
|
952
|
+
stroke: "currentColor",
|
|
953
|
+
strokeLinecap: "round",
|
|
954
|
+
strokeLinejoin: "round",
|
|
955
|
+
strokeWidth: "16"
|
|
956
|
+
}
|
|
957
|
+
),
|
|
958
|
+
/* @__PURE__ */ jsx(
|
|
959
|
+
"rect",
|
|
960
|
+
{
|
|
961
|
+
x: "48",
|
|
962
|
+
y: "40",
|
|
963
|
+
width: "56",
|
|
964
|
+
height: "176",
|
|
965
|
+
rx: "8",
|
|
966
|
+
fill: "none",
|
|
967
|
+
stroke: "currentColor",
|
|
968
|
+
strokeLinecap: "round",
|
|
969
|
+
strokeLinejoin: "round",
|
|
970
|
+
strokeWidth: "16"
|
|
971
|
+
}
|
|
972
|
+
)
|
|
973
|
+
] })
|
|
974
|
+
};
|
|
975
|
+
var PauseIcon = React.forwardRef(
|
|
976
|
+
function PauseIcon2(props, ref) {
|
|
977
|
+
return /* @__PURE__ */ jsx(IconBase, { ref, weights: weights19, ...props });
|
|
978
|
+
}
|
|
979
|
+
);
|
|
980
|
+
var weights20 = {
|
|
981
|
+
regular: /* @__PURE__ */ jsx(
|
|
982
|
+
"path",
|
|
983
|
+
{
|
|
984
|
+
d: "M72,39.88V216.12a8,8,0,0,0,12.15,6.69l144.08-88.12a7.82,7.82,0,0,0,0-13.38L84.15,33.19A8,8,0,0,0,72,39.88Z",
|
|
985
|
+
fill: "none",
|
|
986
|
+
stroke: "currentColor",
|
|
987
|
+
strokeLinecap: "round",
|
|
988
|
+
strokeLinejoin: "round",
|
|
989
|
+
strokeWidth: "16"
|
|
990
|
+
}
|
|
991
|
+
),
|
|
992
|
+
bold: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M72,39.88V216.12a8,8,0,0,0,12.15,6.69l144.08-88.12a7.82,7.82,0,0,0,0-13.38L84.15,33.19A8,8,0,0,0,72,39.88Z", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }) }),
|
|
993
|
+
fill: /* @__PURE__ */ jsx("path", { d: "M240,128a15.74,15.74,0,0,1-7.6,13.51L88.32,229.65a16,16,0,0,1-16.2.3A15.86,15.86,0,0,1,64,216.13V39.87a15.86,15.86,0,0,1,8.12-13.82,16,16,0,0,1,16.2.3L232.4,114.49A15.74,15.74,0,0,1,240,128Z" }),
|
|
994
|
+
duotone: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
995
|
+
/* @__PURE__ */ jsx(
|
|
996
|
+
"path",
|
|
997
|
+
{
|
|
998
|
+
d: "M72,39.88V216.12a8,8,0,0,0,12.15,6.69l144.08-88.12a7.82,7.82,0,0,0,0-13.38L84.15,33.19A8,8,0,0,0,72,39.88Z",
|
|
999
|
+
opacity: "0.2"
|
|
1000
|
+
}
|
|
1001
|
+
),
|
|
1002
|
+
/* @__PURE__ */ jsx(
|
|
1003
|
+
"path",
|
|
1004
|
+
{
|
|
1005
|
+
d: "M72,39.88V216.12a8,8,0,0,0,12.15,6.69l144.08-88.12a7.82,7.82,0,0,0,0-13.38L84.15,33.19A8,8,0,0,0,72,39.88Z",
|
|
1006
|
+
fill: "none",
|
|
1007
|
+
stroke: "currentColor",
|
|
1008
|
+
strokeLinecap: "round",
|
|
1009
|
+
strokeLinejoin: "round",
|
|
1010
|
+
strokeWidth: "16"
|
|
1011
|
+
}
|
|
1012
|
+
)
|
|
1013
|
+
] })
|
|
1014
|
+
};
|
|
1015
|
+
var PlayIcon = React.forwardRef(
|
|
1016
|
+
function PlayIcon2(props, ref) {
|
|
1017
|
+
return /* @__PURE__ */ jsx(IconBase, { ref, weights: weights20, ...props });
|
|
1018
|
+
}
|
|
1019
|
+
);
|
|
1020
|
+
var weights21 = {
|
|
1021
|
+
regular: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
1022
|
+
/* @__PURE__ */ jsx(
|
|
1023
|
+
"path",
|
|
1024
|
+
{
|
|
1025
|
+
d: "M108,144H40a8,8,0,0,1-8-8V72a8,8,0,0,1,8-8h60a8,8,0,0,1,8,8v88a40,40,0,0,1-40,40",
|
|
1026
|
+
fill: "none",
|
|
1027
|
+
stroke: "currentColor",
|
|
1028
|
+
strokeLinecap: "round",
|
|
1029
|
+
strokeLinejoin: "round",
|
|
1030
|
+
strokeWidth: "16"
|
|
1031
|
+
}
|
|
1032
|
+
),
|
|
1033
|
+
/* @__PURE__ */ jsx(
|
|
1034
|
+
"path",
|
|
1035
|
+
{
|
|
1036
|
+
d: "M224,144H156a8,8,0,0,1-8-8V72a8,8,0,0,1,8-8h60a8,8,0,0,1,8,8v88a40,40,0,0,1-40,40",
|
|
1037
|
+
fill: "none",
|
|
1038
|
+
stroke: "currentColor",
|
|
1039
|
+
strokeLinecap: "round",
|
|
1040
|
+
strokeLinejoin: "round",
|
|
1041
|
+
strokeWidth: "16"
|
|
1042
|
+
}
|
|
1043
|
+
)
|
|
1044
|
+
] }),
|
|
1045
|
+
bold: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
1046
|
+
/* @__PURE__ */ jsx("path", { d: "M108,144H40a8,8,0,0,1-8-8V72a8,8,0,0,1,8-8h60a8,8,0,0,1,8,8v88a40,40,0,0,1-40,40", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }),
|
|
1047
|
+
/* @__PURE__ */ jsx("path", { d: "M224,144H156a8,8,0,0,1-8-8V72a8,8,0,0,1,8-8h60a8,8,0,0,1,8,8v88a40,40,0,0,1-40,40", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" })
|
|
1048
|
+
] }),
|
|
1049
|
+
fill: /* @__PURE__ */ jsx("path", { d: "M116,72v88a48.05,48.05,0,0,1-48,48,8,8,0,0,1,0-16,32,32,0,0,0,32-32v-8H40a16,16,0,0,1-16-16V72A16,16,0,0,1,40,56h60A16,16,0,0,1,116,72ZM216,56H156a16,16,0,0,0-16,16v64a16,16,0,0,0,16,16h60v8a32,32,0,0,1-32,32,8,8,0,0,0,0,16,48.05,48.05,0,0,0,48-48V72A16,16,0,0,0,216,56Z" }),
|
|
1050
|
+
duotone: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
1051
|
+
/* @__PURE__ */ jsx(
|
|
1052
|
+
"path",
|
|
1053
|
+
{
|
|
1054
|
+
d: "M108,144H40a8,8,0,0,1-8-8V72a8,8,0,0,1,8-8h60a8,8,0,0,1,8,8Z",
|
|
1055
|
+
opacity: "0.2"
|
|
1056
|
+
}
|
|
1057
|
+
),
|
|
1058
|
+
/* @__PURE__ */ jsx(
|
|
1059
|
+
"path",
|
|
1060
|
+
{
|
|
1061
|
+
d: "M224,144H156a8,8,0,0,1-8-8V72a8,8,0,0,1,8-8h60a8,8,0,0,1,8,8Z",
|
|
1062
|
+
opacity: "0.2"
|
|
1063
|
+
}
|
|
1064
|
+
),
|
|
1065
|
+
/* @__PURE__ */ jsx(
|
|
1066
|
+
"path",
|
|
1067
|
+
{
|
|
1068
|
+
d: "M108,144H40a8,8,0,0,1-8-8V72a8,8,0,0,1,8-8h60a8,8,0,0,1,8,8v88a40,40,0,0,1-40,40",
|
|
1069
|
+
fill: "none",
|
|
1070
|
+
stroke: "currentColor",
|
|
1071
|
+
strokeLinecap: "round",
|
|
1072
|
+
strokeLinejoin: "round",
|
|
1073
|
+
strokeWidth: "16"
|
|
1074
|
+
}
|
|
1075
|
+
),
|
|
1076
|
+
/* @__PURE__ */ jsx(
|
|
1077
|
+
"path",
|
|
1078
|
+
{
|
|
1079
|
+
d: "M224,144H156a8,8,0,0,1-8-8V72a8,8,0,0,1,8-8h60a8,8,0,0,1,8,8v88a40,40,0,0,1-40,40",
|
|
1080
|
+
fill: "none",
|
|
1081
|
+
stroke: "currentColor",
|
|
1082
|
+
strokeLinecap: "round",
|
|
1083
|
+
strokeLinejoin: "round",
|
|
1084
|
+
strokeWidth: "16"
|
|
1085
|
+
}
|
|
1086
|
+
)
|
|
1087
|
+
] })
|
|
1088
|
+
};
|
|
1089
|
+
var QuotesIcon = React.forwardRef(
|
|
1090
|
+
function QuotesIcon2(props, ref) {
|
|
1091
|
+
return /* @__PURE__ */ jsx(IconBase, { ref, weights: weights21, ...props });
|
|
1092
|
+
}
|
|
1093
|
+
);
|
|
1094
|
+
var weights22 = {
|
|
1095
|
+
regular: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
1096
|
+
/* @__PURE__ */ jsx(
|
|
1097
|
+
"line",
|
|
1098
|
+
{
|
|
1099
|
+
x1: "88",
|
|
1100
|
+
y1: "48",
|
|
1101
|
+
x2: "88",
|
|
1102
|
+
y2: "208",
|
|
1103
|
+
fill: "none",
|
|
1104
|
+
stroke: "currentColor",
|
|
1105
|
+
strokeLinecap: "round",
|
|
1106
|
+
strokeLinejoin: "round",
|
|
1107
|
+
strokeWidth: "16"
|
|
1108
|
+
}
|
|
1109
|
+
),
|
|
1110
|
+
/* @__PURE__ */ jsx(
|
|
1111
|
+
"rect",
|
|
1112
|
+
{
|
|
1113
|
+
x: "32",
|
|
1114
|
+
y: "48",
|
|
1115
|
+
width: "192",
|
|
1116
|
+
height: "160",
|
|
1117
|
+
rx: "8",
|
|
1118
|
+
fill: "none",
|
|
1119
|
+
stroke: "currentColor",
|
|
1120
|
+
strokeLinecap: "round",
|
|
1121
|
+
strokeLinejoin: "round",
|
|
1122
|
+
strokeWidth: "16"
|
|
1123
|
+
}
|
|
1124
|
+
)
|
|
1125
|
+
] }),
|
|
1126
|
+
bold: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
1127
|
+
/* @__PURE__ */ jsx("line", { x1: "88", y1: "48", x2: "88", y2: "208", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }),
|
|
1128
|
+
/* @__PURE__ */ jsx("rect", { x: "32", y: "48", width: "192", height: "160", rx: "8", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" })
|
|
1129
|
+
] }),
|
|
1130
|
+
fill: /* @__PURE__ */ jsx("path", { d: "M216,40H40A16,16,0,0,0,24,56V200a16,16,0,0,0,16,16H216a16,16,0,0,0,16-16V56A16,16,0,0,0,216,40Zm0,160H88V56H216V200Z" }),
|
|
1131
|
+
duotone: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
1132
|
+
/* @__PURE__ */ jsx(
|
|
1133
|
+
"path",
|
|
1134
|
+
{
|
|
1135
|
+
d: "M40,208a8,8,0,0,1-8-8V56a8,8,0,0,1,8-8H88V208Z",
|
|
1136
|
+
opacity: "0.2"
|
|
1137
|
+
}
|
|
1138
|
+
),
|
|
1139
|
+
/* @__PURE__ */ jsx(
|
|
1140
|
+
"line",
|
|
1141
|
+
{
|
|
1142
|
+
x1: "88",
|
|
1143
|
+
y1: "48",
|
|
1144
|
+
x2: "88",
|
|
1145
|
+
y2: "208",
|
|
1146
|
+
fill: "none",
|
|
1147
|
+
stroke: "currentColor",
|
|
1148
|
+
strokeLinecap: "round",
|
|
1149
|
+
strokeLinejoin: "round",
|
|
1150
|
+
strokeWidth: "16"
|
|
1151
|
+
}
|
|
1152
|
+
),
|
|
1153
|
+
/* @__PURE__ */ jsx(
|
|
1154
|
+
"rect",
|
|
1155
|
+
{
|
|
1156
|
+
x: "32",
|
|
1157
|
+
y: "48",
|
|
1158
|
+
width: "192",
|
|
1159
|
+
height: "160",
|
|
1160
|
+
rx: "8",
|
|
1161
|
+
fill: "none",
|
|
1162
|
+
stroke: "currentColor",
|
|
1163
|
+
strokeLinecap: "round",
|
|
1164
|
+
strokeLinejoin: "round",
|
|
1165
|
+
strokeWidth: "16"
|
|
1166
|
+
}
|
|
1167
|
+
)
|
|
1168
|
+
] })
|
|
1169
|
+
};
|
|
1170
|
+
var SidebarSimpleIcon = React.forwardRef(function SidebarSimpleIcon2(props, ref) {
|
|
1171
|
+
return /* @__PURE__ */ jsx(IconBase, { ref, weights: weights22, ...props });
|
|
1172
|
+
});
|
|
1173
|
+
var RAYS = /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
1174
|
+
/* @__PURE__ */ jsx(
|
|
1175
|
+
"line",
|
|
1176
|
+
{
|
|
1177
|
+
x1: "128",
|
|
1178
|
+
y1: "40",
|
|
1179
|
+
x2: "128",
|
|
1180
|
+
y2: "16",
|
|
1181
|
+
fill: "none",
|
|
1182
|
+
stroke: "currentColor",
|
|
1183
|
+
strokeLinecap: "round",
|
|
1184
|
+
strokeLinejoin: "round",
|
|
1185
|
+
strokeWidth: "16"
|
|
1186
|
+
}
|
|
1187
|
+
),
|
|
1188
|
+
/* @__PURE__ */ jsx(
|
|
1189
|
+
"line",
|
|
1190
|
+
{
|
|
1191
|
+
x1: "64",
|
|
1192
|
+
y1: "64",
|
|
1193
|
+
x2: "48",
|
|
1194
|
+
y2: "48",
|
|
1195
|
+
fill: "none",
|
|
1196
|
+
stroke: "currentColor",
|
|
1197
|
+
strokeLinecap: "round",
|
|
1198
|
+
strokeLinejoin: "round",
|
|
1199
|
+
strokeWidth: "16"
|
|
1200
|
+
}
|
|
1201
|
+
),
|
|
1202
|
+
/* @__PURE__ */ jsx(
|
|
1203
|
+
"line",
|
|
1204
|
+
{
|
|
1205
|
+
x1: "64",
|
|
1206
|
+
y1: "192",
|
|
1207
|
+
x2: "48",
|
|
1208
|
+
y2: "208",
|
|
1209
|
+
fill: "none",
|
|
1210
|
+
stroke: "currentColor",
|
|
1211
|
+
strokeLinecap: "round",
|
|
1212
|
+
strokeLinejoin: "round",
|
|
1213
|
+
strokeWidth: "16"
|
|
1214
|
+
}
|
|
1215
|
+
),
|
|
1216
|
+
/* @__PURE__ */ jsx(
|
|
1217
|
+
"line",
|
|
1218
|
+
{
|
|
1219
|
+
x1: "192",
|
|
1220
|
+
y1: "64",
|
|
1221
|
+
x2: "208",
|
|
1222
|
+
y2: "48",
|
|
1223
|
+
fill: "none",
|
|
1224
|
+
stroke: "currentColor",
|
|
1225
|
+
strokeLinecap: "round",
|
|
1226
|
+
strokeLinejoin: "round",
|
|
1227
|
+
strokeWidth: "16"
|
|
1228
|
+
}
|
|
1229
|
+
),
|
|
1230
|
+
/* @__PURE__ */ jsx(
|
|
1231
|
+
"line",
|
|
1232
|
+
{
|
|
1233
|
+
x1: "192",
|
|
1234
|
+
y1: "192",
|
|
1235
|
+
x2: "208",
|
|
1236
|
+
y2: "208",
|
|
1237
|
+
fill: "none",
|
|
1238
|
+
stroke: "currentColor",
|
|
1239
|
+
strokeLinecap: "round",
|
|
1240
|
+
strokeLinejoin: "round",
|
|
1241
|
+
strokeWidth: "16"
|
|
1242
|
+
}
|
|
1243
|
+
),
|
|
1244
|
+
/* @__PURE__ */ jsx(
|
|
1245
|
+
"line",
|
|
1246
|
+
{
|
|
1247
|
+
x1: "40",
|
|
1248
|
+
y1: "128",
|
|
1249
|
+
x2: "16",
|
|
1250
|
+
y2: "128",
|
|
1251
|
+
fill: "none",
|
|
1252
|
+
stroke: "currentColor",
|
|
1253
|
+
strokeLinecap: "round",
|
|
1254
|
+
strokeLinejoin: "round",
|
|
1255
|
+
strokeWidth: "16"
|
|
1256
|
+
}
|
|
1257
|
+
),
|
|
1258
|
+
/* @__PURE__ */ jsx(
|
|
1259
|
+
"line",
|
|
1260
|
+
{
|
|
1261
|
+
x1: "128",
|
|
1262
|
+
y1: "216",
|
|
1263
|
+
x2: "128",
|
|
1264
|
+
y2: "240",
|
|
1265
|
+
fill: "none",
|
|
1266
|
+
stroke: "currentColor",
|
|
1267
|
+
strokeLinecap: "round",
|
|
1268
|
+
strokeLinejoin: "round",
|
|
1269
|
+
strokeWidth: "16"
|
|
1270
|
+
}
|
|
1271
|
+
),
|
|
1272
|
+
/* @__PURE__ */ jsx(
|
|
1273
|
+
"line",
|
|
1274
|
+
{
|
|
1275
|
+
x1: "216",
|
|
1276
|
+
y1: "128",
|
|
1277
|
+
x2: "240",
|
|
1278
|
+
y2: "128",
|
|
1279
|
+
fill: "none",
|
|
1280
|
+
stroke: "currentColor",
|
|
1281
|
+
strokeLinecap: "round",
|
|
1282
|
+
strokeLinejoin: "round",
|
|
1283
|
+
strokeWidth: "16"
|
|
1284
|
+
}
|
|
1285
|
+
)
|
|
1286
|
+
] });
|
|
1287
|
+
var weights23 = {
|
|
1288
|
+
regular: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
1289
|
+
/* @__PURE__ */ jsx(
|
|
1290
|
+
"circle",
|
|
1291
|
+
{
|
|
1292
|
+
cx: "128",
|
|
1293
|
+
cy: "128",
|
|
1294
|
+
r: "56",
|
|
1295
|
+
fill: "none",
|
|
1296
|
+
stroke: "currentColor",
|
|
1297
|
+
strokeLinecap: "round",
|
|
1298
|
+
strokeLinejoin: "round",
|
|
1299
|
+
strokeWidth: "16"
|
|
1300
|
+
}
|
|
1301
|
+
),
|
|
1302
|
+
RAYS
|
|
1303
|
+
] }),
|
|
1304
|
+
bold: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
1305
|
+
/* @__PURE__ */ jsx("line", { x1: "128", y1: "36", x2: "128", y2: "20", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }),
|
|
1306
|
+
/* @__PURE__ */ jsx("circle", { cx: "128", cy: "128", r: "56", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }),
|
|
1307
|
+
/* @__PURE__ */ jsx("line", { x1: "60", y1: "60", x2: "48", y2: "48", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }),
|
|
1308
|
+
/* @__PURE__ */ jsx("line", { x1: "60", y1: "196", x2: "48", y2: "208", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }),
|
|
1309
|
+
/* @__PURE__ */ jsx("line", { x1: "196", y1: "60", x2: "208", y2: "48", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }),
|
|
1310
|
+
/* @__PURE__ */ jsx("line", { x1: "196", y1: "196", x2: "208", y2: "208", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }),
|
|
1311
|
+
/* @__PURE__ */ jsx("line", { x1: "36", y1: "128", x2: "20", y2: "128", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }),
|
|
1312
|
+
/* @__PURE__ */ jsx("line", { x1: "128", y1: "220", x2: "128", y2: "236", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }),
|
|
1313
|
+
/* @__PURE__ */ jsx("line", { x1: "220", y1: "128", x2: "236", y2: "128", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" })
|
|
1314
|
+
] }),
|
|
1315
|
+
fill: /* @__PURE__ */ jsx("path", { d: "M120,40V16a8,8,0,0,1,16,0V40a8,8,0,0,1-16,0Zm8,24a64,64,0,1,0,64,64A64.07,64.07,0,0,0,128,64ZM58.34,69.66A8,8,0,0,0,69.66,58.34l-16-16A8,8,0,0,0,42.34,53.66Zm0,116.68-16,16a8,8,0,0,0,11.32,11.32l16-16a8,8,0,0,0-11.32-11.32ZM192,72a8,8,0,0,0,5.66-2.34l16-16a8,8,0,0,0-11.32-11.32l-16,16A8,8,0,0,0,192,72Zm5.66,114.34a8,8,0,0,0-11.32,11.32l16,16a8,8,0,0,0,11.32-11.32ZM48,128a8,8,0,0,0-8-8H16a8,8,0,0,0,0,16H40A8,8,0,0,0,48,128Zm80,80a8,8,0,0,0-8,8v24a8,8,0,0,0,16,0V216A8,8,0,0,0,128,208Zm112-88H216a8,8,0,0,0,0,16h24a8,8,0,0,0,0-16Z" }),
|
|
1316
|
+
duotone: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
1317
|
+
/* @__PURE__ */ jsx("circle", { cx: "128", cy: "128", r: "56", opacity: "0.2" }),
|
|
1318
|
+
/* @__PURE__ */ jsx(
|
|
1319
|
+
"circle",
|
|
1320
|
+
{
|
|
1321
|
+
cx: "128",
|
|
1322
|
+
cy: "128",
|
|
1323
|
+
r: "56",
|
|
1324
|
+
fill: "none",
|
|
1325
|
+
stroke: "currentColor",
|
|
1326
|
+
strokeLinecap: "round",
|
|
1327
|
+
strokeLinejoin: "round",
|
|
1328
|
+
strokeWidth: "16"
|
|
1329
|
+
}
|
|
1330
|
+
),
|
|
1331
|
+
RAYS
|
|
1332
|
+
] })
|
|
1333
|
+
};
|
|
1334
|
+
var SunIcon = React.forwardRef(
|
|
1335
|
+
function SunIcon2(props, ref) {
|
|
1336
|
+
return /* @__PURE__ */ jsx(IconBase, { ref, weights: weights23, ...props });
|
|
1337
|
+
}
|
|
1338
|
+
);
|
|
1339
|
+
var weights24 = {
|
|
1340
|
+
regular: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
1341
|
+
/* @__PURE__ */ jsx(
|
|
1342
|
+
"path",
|
|
1343
|
+
{
|
|
1344
|
+
d: "M142.41,40.22l87.46,151.87C236,202.79,228.08,216,215.46,216H40.54C27.92,216,20,202.79,26.13,192.09L113.59,40.22C119.89,29.26,136.11,29.26,142.41,40.22Z",
|
|
1345
|
+
fill: "none",
|
|
1346
|
+
stroke: "currentColor",
|
|
1347
|
+
strokeLinecap: "round",
|
|
1348
|
+
strokeLinejoin: "round",
|
|
1349
|
+
strokeWidth: "16"
|
|
1350
|
+
}
|
|
1351
|
+
),
|
|
1352
|
+
/* @__PURE__ */ jsx(
|
|
1353
|
+
"line",
|
|
1354
|
+
{
|
|
1355
|
+
x1: "128",
|
|
1356
|
+
y1: "144",
|
|
1357
|
+
x2: "128",
|
|
1358
|
+
y2: "104",
|
|
1359
|
+
fill: "none",
|
|
1360
|
+
stroke: "currentColor",
|
|
1361
|
+
strokeLinecap: "round",
|
|
1362
|
+
strokeLinejoin: "round",
|
|
1363
|
+
strokeWidth: "16"
|
|
1364
|
+
}
|
|
1365
|
+
),
|
|
1366
|
+
/* @__PURE__ */ jsx("circle", { cx: "128", cy: "180", r: "12" })
|
|
1367
|
+
] }),
|
|
1368
|
+
bold: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
1369
|
+
/* @__PURE__ */ jsx("path", { d: "M142.41,40.22l87.46,151.87C236,202.79,228.08,216,215.46,216H40.54C27.92,216,20,202.79,26.13,192.09L113.59,40.22C119.89,29.26,136.11,29.26,142.41,40.22Z", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }),
|
|
1370
|
+
/* @__PURE__ */ jsx("line", { x1: "128", y1: "136", x2: "128", y2: "104", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }),
|
|
1371
|
+
/* @__PURE__ */ jsx("circle", { cx: "128", cy: "176", r: "16" })
|
|
1372
|
+
] }),
|
|
1373
|
+
fill: /* @__PURE__ */ jsx("path", { d: "M236.8,188.09,149.35,36.22h0a24.76,24.76,0,0,0-42.7,0L19.2,188.09a23.51,23.51,0,0,0,0,23.72A24.35,24.35,0,0,0,40.55,224h174.9a24.35,24.35,0,0,0,21.33-12.19A23.51,23.51,0,0,0,236.8,188.09ZM120,104a8,8,0,0,1,16,0v40a8,8,0,0,1-16,0Zm8,88a12,12,0,1,1,12-12A12,12,0,0,1,128,192Z" }),
|
|
1374
|
+
duotone: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
1375
|
+
/* @__PURE__ */ jsx(
|
|
1376
|
+
"path",
|
|
1377
|
+
{
|
|
1378
|
+
d: "M142.41,40.22l87.46,151.87C236,202.79,228.08,216,215.46,216H40.54C27.92,216,20,202.79,26.13,192.09L113.59,40.22C119.89,29.26,136.11,29.26,142.41,40.22Z",
|
|
1379
|
+
opacity: "0.2"
|
|
1380
|
+
}
|
|
1381
|
+
),
|
|
1382
|
+
/* @__PURE__ */ jsx(
|
|
1383
|
+
"path",
|
|
1384
|
+
{
|
|
1385
|
+
d: "M142.41,40.22l87.46,151.87C236,202.79,228.08,216,215.46,216H40.54C27.92,216,20,202.79,26.13,192.09L113.59,40.22C119.89,29.26,136.11,29.26,142.41,40.22Z",
|
|
1386
|
+
fill: "none",
|
|
1387
|
+
stroke: "currentColor",
|
|
1388
|
+
strokeLinecap: "round",
|
|
1389
|
+
strokeLinejoin: "round",
|
|
1390
|
+
strokeWidth: "16"
|
|
1391
|
+
}
|
|
1392
|
+
),
|
|
1393
|
+
/* @__PURE__ */ jsx(
|
|
1394
|
+
"line",
|
|
1395
|
+
{
|
|
1396
|
+
x1: "128",
|
|
1397
|
+
y1: "144",
|
|
1398
|
+
x2: "128",
|
|
1399
|
+
y2: "104",
|
|
1400
|
+
fill: "none",
|
|
1401
|
+
stroke: "currentColor",
|
|
1402
|
+
strokeLinecap: "round",
|
|
1403
|
+
strokeLinejoin: "round",
|
|
1404
|
+
strokeWidth: "16"
|
|
1405
|
+
}
|
|
1406
|
+
),
|
|
1407
|
+
/* @__PURE__ */ jsx("circle", { cx: "128", cy: "180", r: "12" })
|
|
1408
|
+
] })
|
|
1409
|
+
};
|
|
1410
|
+
var WarningIcon = React.forwardRef(
|
|
1411
|
+
function WarningIcon2(props, ref) {
|
|
1412
|
+
return /* @__PURE__ */ jsx(IconBase, { ref, weights: weights24, ...props });
|
|
1413
|
+
}
|
|
1414
|
+
);
|
|
1415
|
+
var weights25 = {
|
|
1416
|
+
regular: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
1417
|
+
/* @__PURE__ */ jsx(
|
|
1418
|
+
"line",
|
|
1419
|
+
{
|
|
1420
|
+
x1: "200",
|
|
1421
|
+
y1: "56",
|
|
1422
|
+
x2: "56",
|
|
1423
|
+
y2: "200",
|
|
1424
|
+
stroke: "currentColor",
|
|
1425
|
+
strokeLinecap: "round",
|
|
1426
|
+
strokeLinejoin: "round",
|
|
1427
|
+
strokeWidth: "16"
|
|
1428
|
+
}
|
|
1429
|
+
),
|
|
1430
|
+
/* @__PURE__ */ jsx(
|
|
1431
|
+
"line",
|
|
1432
|
+
{
|
|
1433
|
+
x1: "200",
|
|
1434
|
+
y1: "200",
|
|
1435
|
+
x2: "56",
|
|
1436
|
+
y2: "56",
|
|
1437
|
+
stroke: "currentColor",
|
|
1438
|
+
strokeLinecap: "round",
|
|
1439
|
+
strokeLinejoin: "round",
|
|
1440
|
+
strokeWidth: "16"
|
|
1441
|
+
}
|
|
1442
|
+
)
|
|
1443
|
+
] }),
|
|
1444
|
+
bold: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
1445
|
+
/* @__PURE__ */ jsx("line", { x1: "200", y1: "56", x2: "56", y2: "200", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }),
|
|
1446
|
+
/* @__PURE__ */ jsx("line", { x1: "200", y1: "200", x2: "56", y2: "56", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" })
|
|
1447
|
+
] }),
|
|
1448
|
+
fill: /* @__PURE__ */ jsx("path", { d: "M208,32H48A16,16,0,0,0,32,48V208a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V48A16,16,0,0,0,208,32ZM181.66,170.34a8,8,0,0,1-11.32,11.32L128,139.31,85.66,181.66a8,8,0,0,1-11.32-11.32L116.69,128,74.34,85.66A8,8,0,0,1,85.66,74.34L128,116.69l42.34-42.35a8,8,0,0,1,11.32,11.32L139.31,128Z" }),
|
|
1449
|
+
duotone: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
1450
|
+
/* @__PURE__ */ jsx("rect", { x: "40", y: "40", width: "176", height: "176", rx: "16", opacity: "0.2" }),
|
|
1451
|
+
/* @__PURE__ */ jsx(
|
|
1452
|
+
"line",
|
|
1453
|
+
{
|
|
1454
|
+
x1: "200",
|
|
1455
|
+
y1: "56",
|
|
1456
|
+
x2: "56",
|
|
1457
|
+
y2: "200",
|
|
1458
|
+
stroke: "currentColor",
|
|
1459
|
+
strokeLinecap: "round",
|
|
1460
|
+
strokeLinejoin: "round",
|
|
1461
|
+
strokeWidth: "16"
|
|
1462
|
+
}
|
|
1463
|
+
),
|
|
1464
|
+
/* @__PURE__ */ jsx(
|
|
1465
|
+
"line",
|
|
1466
|
+
{
|
|
1467
|
+
x1: "200",
|
|
1468
|
+
y1: "200",
|
|
1469
|
+
x2: "56",
|
|
1470
|
+
y2: "56",
|
|
1471
|
+
stroke: "currentColor",
|
|
1472
|
+
strokeLinecap: "round",
|
|
1473
|
+
strokeLinejoin: "round",
|
|
1474
|
+
strokeWidth: "16"
|
|
1475
|
+
}
|
|
1476
|
+
)
|
|
1477
|
+
] })
|
|
1478
|
+
};
|
|
1479
|
+
var XIcon = React.forwardRef(
|
|
1480
|
+
function XIcon2(props, ref) {
|
|
1481
|
+
return /* @__PURE__ */ jsx(IconBase, { ref, weights: weights25, ...props });
|
|
1482
|
+
}
|
|
1483
|
+
);
|
|
1484
|
+
var weights26 = {
|
|
1485
|
+
regular: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
1486
|
+
/* @__PURE__ */ jsx(
|
|
1487
|
+
"line",
|
|
1488
|
+
{
|
|
1489
|
+
x1: "160",
|
|
1490
|
+
y1: "96",
|
|
1491
|
+
x2: "96",
|
|
1492
|
+
y2: "160",
|
|
1493
|
+
fill: "none",
|
|
1494
|
+
stroke: "currentColor",
|
|
1495
|
+
strokeLinecap: "round",
|
|
1496
|
+
strokeLinejoin: "round",
|
|
1497
|
+
strokeWidth: "16"
|
|
1498
|
+
}
|
|
1499
|
+
),
|
|
1500
|
+
/* @__PURE__ */ jsx(
|
|
1501
|
+
"line",
|
|
1502
|
+
{
|
|
1503
|
+
x1: "96",
|
|
1504
|
+
y1: "96",
|
|
1505
|
+
x2: "160",
|
|
1506
|
+
y2: "160",
|
|
1507
|
+
fill: "none",
|
|
1508
|
+
stroke: "currentColor",
|
|
1509
|
+
strokeLinecap: "round",
|
|
1510
|
+
strokeLinejoin: "round",
|
|
1511
|
+
strokeWidth: "16"
|
|
1512
|
+
}
|
|
1513
|
+
),
|
|
1514
|
+
/* @__PURE__ */ jsx(
|
|
1515
|
+
"circle",
|
|
1516
|
+
{
|
|
1517
|
+
cx: "128",
|
|
1518
|
+
cy: "128",
|
|
1519
|
+
r: "96",
|
|
1520
|
+
fill: "none",
|
|
1521
|
+
stroke: "currentColor",
|
|
1522
|
+
strokeLinecap: "round",
|
|
1523
|
+
strokeLinejoin: "round",
|
|
1524
|
+
strokeWidth: "16"
|
|
1525
|
+
}
|
|
1526
|
+
)
|
|
1527
|
+
] }),
|
|
1528
|
+
bold: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
1529
|
+
/* @__PURE__ */ jsx("line", { x1: "160", y1: "96", x2: "96", y2: "160", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }),
|
|
1530
|
+
/* @__PURE__ */ jsx("line", { x1: "96", y1: "96", x2: "160", y2: "160", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }),
|
|
1531
|
+
/* @__PURE__ */ jsx("circle", { cx: "128", cy: "128", r: "96", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" })
|
|
1532
|
+
] }),
|
|
1533
|
+
fill: /* @__PURE__ */ jsx("path", { d: "M128,24A104,104,0,1,0,232,128,104.11,104.11,0,0,0,128,24Zm37.66,130.34a8,8,0,0,1-11.32,11.32L128,139.31l-26.34,26.35a8,8,0,0,1-11.32-11.32L116.69,128,90.34,101.66a8,8,0,0,1,11.32-11.32L128,116.69l26.34-26.35a8,8,0,0,1,11.32,11.32L139.31,128Z" }),
|
|
1534
|
+
duotone: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
1535
|
+
/* @__PURE__ */ jsx("circle", { cx: "128", cy: "128", r: "96", opacity: "0.2" }),
|
|
1536
|
+
/* @__PURE__ */ jsx(
|
|
1537
|
+
"line",
|
|
1538
|
+
{
|
|
1539
|
+
x1: "160",
|
|
1540
|
+
y1: "96",
|
|
1541
|
+
x2: "96",
|
|
1542
|
+
y2: "160",
|
|
1543
|
+
fill: "none",
|
|
1544
|
+
stroke: "currentColor",
|
|
1545
|
+
strokeLinecap: "round",
|
|
1546
|
+
strokeLinejoin: "round",
|
|
1547
|
+
strokeWidth: "16"
|
|
1548
|
+
}
|
|
1549
|
+
),
|
|
1550
|
+
/* @__PURE__ */ jsx(
|
|
1551
|
+
"line",
|
|
1552
|
+
{
|
|
1553
|
+
x1: "96",
|
|
1554
|
+
y1: "96",
|
|
1555
|
+
x2: "160",
|
|
1556
|
+
y2: "160",
|
|
1557
|
+
fill: "none",
|
|
1558
|
+
stroke: "currentColor",
|
|
1559
|
+
strokeLinecap: "round",
|
|
1560
|
+
strokeLinejoin: "round",
|
|
1561
|
+
strokeWidth: "16"
|
|
1562
|
+
}
|
|
1563
|
+
),
|
|
1564
|
+
/* @__PURE__ */ jsx(
|
|
1565
|
+
"circle",
|
|
1566
|
+
{
|
|
1567
|
+
cx: "128",
|
|
1568
|
+
cy: "128",
|
|
1569
|
+
r: "96",
|
|
1570
|
+
fill: "none",
|
|
1571
|
+
stroke: "currentColor",
|
|
1572
|
+
strokeLinecap: "round",
|
|
1573
|
+
strokeLinejoin: "round",
|
|
1574
|
+
strokeWidth: "16"
|
|
1575
|
+
}
|
|
1576
|
+
)
|
|
1577
|
+
] })
|
|
1578
|
+
};
|
|
1579
|
+
var XCircleIcon = React.forwardRef(
|
|
1580
|
+
function XCircleIcon2(props, ref) {
|
|
1581
|
+
return /* @__PURE__ */ jsx(IconBase, { ref, weights: weights26, ...props });
|
|
1582
|
+
}
|
|
1583
|
+
);
|
|
1584
|
+
var BrandIconBase = React.forwardRef(
|
|
1585
|
+
function BrandIconBase2({
|
|
1586
|
+
weight = "regular",
|
|
1587
|
+
size = "1em",
|
|
1588
|
+
color = "currentColor",
|
|
1589
|
+
weights: weights43,
|
|
1590
|
+
colorful: colorful17,
|
|
1591
|
+
className,
|
|
1592
|
+
children,
|
|
1593
|
+
...rest
|
|
1594
|
+
}, ref) {
|
|
1595
|
+
if (weight === "colorful") {
|
|
1596
|
+
return /* @__PURE__ */ jsxs(
|
|
1597
|
+
"svg",
|
|
1598
|
+
{
|
|
1599
|
+
ref,
|
|
1600
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1601
|
+
width: size,
|
|
1602
|
+
height: size,
|
|
1603
|
+
viewBox: colorful17.viewBox,
|
|
1604
|
+
className: cn("shrink-0", className),
|
|
1605
|
+
"aria-hidden": "true",
|
|
1606
|
+
...rest,
|
|
1607
|
+
children: [
|
|
1608
|
+
colorful17.content,
|
|
1609
|
+
children
|
|
1610
|
+
]
|
|
1611
|
+
}
|
|
1612
|
+
);
|
|
1613
|
+
}
|
|
1614
|
+
return /* @__PURE__ */ jsx(
|
|
1615
|
+
IconBase,
|
|
1616
|
+
{
|
|
1617
|
+
ref,
|
|
1618
|
+
weight,
|
|
1619
|
+
weights: weights43,
|
|
1620
|
+
size,
|
|
1621
|
+
color,
|
|
1622
|
+
className,
|
|
1623
|
+
...rest,
|
|
1624
|
+
children
|
|
1625
|
+
}
|
|
1626
|
+
);
|
|
1627
|
+
}
|
|
1628
|
+
);
|
|
1629
|
+
var weights27 = {
|
|
1630
|
+
regular: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
1631
|
+
/* @__PURE__ */ jsx("path", { d: "M216,73.52C204.53,62.66,185,56,168,56a63.72,63.72,0,0,0-40,14h0A63.71,63.71,0,0,0,88.88,56C52,55.5,23.06,86.3,24,123.19a119.62,119.62,0,0,0,37.65,84.12A31.92,31.92,0,0,0,83.6,216h87.7a31.75,31.75,0,0,0,23.26-10c15.85-17,21.44-33.2,21.44-33.2h0c-16.79-11.53-24-30.87-24-52.78,0-18.3,11.68-34.81,24-46.48Z", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
1632
|
+
/* @__PURE__ */ jsx("path", { d: "M168,8h-1a32,32,0,0,0-31,24", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" })
|
|
1633
|
+
] }),
|
|
1634
|
+
bold: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
1635
|
+
/* @__PURE__ */ jsx("path", { d: "M216,73.52C204.53,62.66,185,56,168,56a63.72,63.72,0,0,0-40,14h0A63.71,63.71,0,0,0,88.88,56C52,55.5,23.06,86.3,24,123.19a119.62,119.62,0,0,0,37.65,84.12A31.92,31.92,0,0,0,83.6,216h87.7a31.75,31.75,0,0,0,23.26-10c15.85-17,21.44-33.2,21.44-33.2h0c-16.79-11.53-24-30.87-24-52.78,0-18.3,11.68-34.81,24-46.48Z", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }),
|
|
1636
|
+
/* @__PURE__ */ jsx("path", { d: "M148,12a32.12,32.12,0,0,0-9.77,8.37", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" })
|
|
1637
|
+
] }),
|
|
1638
|
+
fill: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M128.23,30A40,40,0,0,1,167,0h1a8,8,0,0,1,0,16h-1a24,24,0,0,0-23.24,18,8,8,0,1,1-15.5-4ZM223.3,169.59a8.07,8.07,0,0,0-2.8-3.4C203.53,154.53,200,134.64,200,120c0-17.67,13.47-33.06,21.5-40.67a8,8,0,0,0,0-11.62C208.82,55.74,187.82,48,168,48a72.23,72.23,0,0,0-40,12.13,71.56,71.56,0,0,0-90.71,9.09A74.63,74.63,0,0,0,16,123.4a127,127,0,0,0,40.14,89.73A39.8,39.8,0,0,0,83.59,224h87.68a39.84,39.84,0,0,0,29.12-12.57,125,125,0,0,0,17.82-24.6C225.23,174,224.33,172,223.3,169.59Z" }) }),
|
|
1639
|
+
duotone: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
1640
|
+
/* @__PURE__ */ jsx("path", { d: "M216,73.52C204.53,62.66,185,56,168,56a63.72,63.72,0,0,0-40,14h0A63.71,63.71,0,0,0,88.88,56C52,55.5,23.06,86.3,24,123.19a119.62,119.62,0,0,0,37.65,84.12A31.92,31.92,0,0,0,83.6,216h87.7a31.75,31.75,0,0,0,23.26-10c15.85-17,21.44-33.2,21.44-33.2h0c-16.79-11.53-24-30.87-24-52.78,0-18.3,11.68-34.81,24-46.48Z", opacity: "0.2" }),
|
|
1641
|
+
/* @__PURE__ */ jsx("path", { d: "M216,73.52C204.53,62.66,185,56,168,56a63.72,63.72,0,0,0-40,14h0A63.71,63.71,0,0,0,88.88,56C52,55.5,23.06,86.3,24,123.19a119.62,119.62,0,0,0,37.65,84.12A31.92,31.92,0,0,0,83.6,216h87.7a31.75,31.75,0,0,0,23.26-10c15.85-17,21.44-33.2,21.44-33.2h0c-16.79-11.53-24-30.87-24-52.78,0-18.3,11.68-34.81,24-46.48Z", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
1642
|
+
/* @__PURE__ */ jsx("path", { d: "M168,8h-1a32,32,0,0,0-31,24", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" })
|
|
1643
|
+
] })
|
|
1644
|
+
};
|
|
1645
|
+
var colorful = {
|
|
1646
|
+
viewBox: "0 0 256 315",
|
|
1647
|
+
content: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M213.803 167.03c.442 47.58 41.74 63.413 42.197 63.615c-.35 1.116-6.599 22.563-21.757 44.716c-13.104 19.153-26.705 38.235-48.13 38.63c-21.05.388-27.82-12.483-51.888-12.483c-24.061 0-31.582 12.088-51.51 12.871c-20.68.783-36.428-20.71-49.64-39.793c-27-39.033-47.633-110.3-19.928-158.406c13.763-23.89 38.36-39.017 65.056-39.405c20.307-.387 39.475 13.662 51.889 13.662c12.406 0 35.699-16.895 60.186-14.414c10.25.427 39.026 4.14 57.503 31.186c-1.49.923-34.335 20.044-33.978 59.822M174.24 50.199c10.98-13.29 18.369-31.79 16.353-50.199c-15.826.636-34.962 10.546-46.314 23.828c-10.173 11.763-19.082 30.589-16.678 48.633c17.64 1.365 35.66-8.964 46.64-22.262" }) })
|
|
1648
|
+
};
|
|
1649
|
+
var AppleLogoIcon = React.forwardRef(
|
|
1650
|
+
function AppleLogoIcon2(props, ref) {
|
|
1651
|
+
return /* @__PURE__ */ jsx(BrandIconBase, { ref, weights: weights27, colorful, ...props });
|
|
1652
|
+
}
|
|
1653
|
+
);
|
|
1654
|
+
var weights28 = {
|
|
1655
|
+
regular: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
1656
|
+
/* @__PURE__ */ jsx("circle", { cx: "92", cy: "140", r: "12" }),
|
|
1657
|
+
/* @__PURE__ */ jsx("circle", { cx: "164", cy: "140", r: "12" }),
|
|
1658
|
+
/* @__PURE__ */ jsx("path", { d: "M153.44,73.69l5-19.63a8.1,8.1,0,0,1,9.21-6L203.69,54A8.08,8.08,0,0,1,210.23,60l29.53,116.37a8,8,0,0,1-4.55,9.24l-67,29.7a8.15,8.15,0,0,1-11-4.56L147,183.06", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
1659
|
+
/* @__PURE__ */ jsx("path", { d: "M102.56,73.69l-5-19.63a8.1,8.1,0,0,0-9.21-6L52.31,54A8.08,8.08,0,0,0,45.77,60L16.24,176.35a8,8,0,0,0,4.55,9.24l67,29.7a8.15,8.15,0,0,0,11-4.56L109,183.06", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
1660
|
+
/* @__PURE__ */ jsx("path", { d: "M80,78.31A178.94,178.94,0,0,1,128,72a178.94,178.94,0,0,1,48,6.31", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
1661
|
+
/* @__PURE__ */ jsx("path", { d: "M176,177.69A178.94,178.94,0,0,1,128,184a178.94,178.94,0,0,1-48-6.31", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" })
|
|
1662
|
+
] }),
|
|
1663
|
+
bold: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
1664
|
+
/* @__PURE__ */ jsx("circle", { cx: "92", cy: "136", r: "16" }),
|
|
1665
|
+
/* @__PURE__ */ jsx("circle", { cx: "164", cy: "136", r: "16" }),
|
|
1666
|
+
/* @__PURE__ */ jsx("path", { d: "M151.47,81.43l6.95-27.37a8.1,8.1,0,0,1,9.21-6L203.69,54A8.08,8.08,0,0,1,210.23,60l29.53,116.37a8,8,0,0,1-4.55,9.24l-67,29.7a8.15,8.15,0,0,1-11-4.56L145.61,179.2", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }),
|
|
1667
|
+
/* @__PURE__ */ jsx("path", { d: "M104.53,81.43l-7-27.37a8.1,8.1,0,0,0-9.21-6L52.31,54A8.08,8.08,0,0,0,45.77,60L16.24,176.35a8,8,0,0,0,4.55,9.24l67,29.7a8.15,8.15,0,0,0,11-4.56l11.64-31.53", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }),
|
|
1668
|
+
/* @__PURE__ */ jsx("path", { d: "M84,85.24A181.44,181.44,0,0,1,128,80a181.44,181.44,0,0,1,44,5.24", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }),
|
|
1669
|
+
/* @__PURE__ */ jsx("path", { d: "M172,174.76A181.44,181.44,0,0,1,128,180a181.44,181.44,0,0,1-44-5.24", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" })
|
|
1670
|
+
] }),
|
|
1671
|
+
fill: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M247.51,174.39,218,58a16.08,16.08,0,0,0-13-11.88l-36.06-5.92a16.22,16.22,0,0,0-18.26,11.88l-.21.85a4,4,0,0,0,3.27,4.93,155.62,155.62,0,0,1,24.41,5.62,8.2,8.2,0,0,1,5.62,9.7,8,8,0,0,1-10.19,5.64,155.4,155.4,0,0,0-90.8-.1,8.22,8.22,0,0,1-10.28-4.81,8,8,0,0,1,5.08-10.33,156.85,156.85,0,0,1,24.72-5.72,4,4,0,0,0,3.27-4.93l-.21-.85A16.21,16.21,0,0,0,87.08,40.21L51,46.13A16.08,16.08,0,0,0,38,58L8.49,174.39a15.94,15.94,0,0,0,9.06,18.51l67,29.71a16.17,16.17,0,0,0,21.71-9.1l3.49-9.45a4,4,0,0,0-3.27-5.35,158.13,158.13,0,0,1-28.63-6.2,8.2,8.2,0,0,1-5.61-9.67,8,8,0,0,1,10.2-5.66,155.59,155.59,0,0,0,91.12,0,8,8,0,0,1,10.19,5.65,8.19,8.19,0,0,1-5.61,9.68,157.84,157.84,0,0,1-28.62,6.2,4,4,0,0,0-3.27,5.35l3.49,9.45a16.18,16.18,0,0,0,21.71,9.1l67-29.71A15.94,15.94,0,0,0,247.51,174.39ZM92,152a12,12,0,1,1,12-12A12,12,0,0,1,92,152Zm72,0a12,12,0,1,1,12-12A12,12,0,0,1,164,152Z" }) }),
|
|
1672
|
+
duotone: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
1673
|
+
/* @__PURE__ */ jsx("path", { d: "M147,183.06a190.5,190.5,0,0,1-19,.94,190.5,190.5,0,0,1-19-.94L98.75,210.73a8.15,8.15,0,0,1-11,4.56l-67-29.7a8,8,0,0,1-4.55-9.24L45.77,60A8.08,8.08,0,0,1,52.31,54l36.06-5.92a8.1,8.1,0,0,1,9.21,6l5,19.63a192.32,192.32,0,0,1,50.88,0l5-19.63a8.1,8.1,0,0,1,9.21-6L203.69,54A8.08,8.08,0,0,1,210.23,60l29.53,116.37a8,8,0,0,1-4.55,9.24l-67,29.7a8.15,8.15,0,0,1-11-4.56Z", opacity: "0.2" }),
|
|
1674
|
+
/* @__PURE__ */ jsx("circle", { cx: "92", cy: "140", r: "12" }),
|
|
1675
|
+
/* @__PURE__ */ jsx("circle", { cx: "164", cy: "140", r: "12" }),
|
|
1676
|
+
/* @__PURE__ */ jsx("path", { d: "M153.44,73.69l5-19.63a8.1,8.1,0,0,1,9.21-6L203.69,54A8.08,8.08,0,0,1,210.23,60l29.53,116.37a8,8,0,0,1-4.55,9.24l-67,29.7a8.15,8.15,0,0,1-11-4.56L147,183.06", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
1677
|
+
/* @__PURE__ */ jsx("path", { d: "M102.56,73.69l-5-19.63a8.1,8.1,0,0,0-9.21-6L52.31,54A8.08,8.08,0,0,0,45.77,60L16.24,176.35a8,8,0,0,0,4.55,9.24l67,29.7a8.15,8.15,0,0,0,11-4.56L109,183.06", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
1678
|
+
/* @__PURE__ */ jsx("path", { d: "M80,78.31A178.94,178.94,0,0,1,128,72a178.94,178.94,0,0,1,48,6.31", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
1679
|
+
/* @__PURE__ */ jsx("path", { d: "M176,177.69A178.94,178.94,0,0,1,128,184a178.94,178.94,0,0,1-48-6.31", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" })
|
|
1680
|
+
] })
|
|
1681
|
+
};
|
|
1682
|
+
var colorful2 = {
|
|
1683
|
+
viewBox: "0 0 256 199",
|
|
1684
|
+
content: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "#5865f2", d: "M216.856 16.597A208.5 208.5 0 0 0 164.042 0c-2.275 4.113-4.933 9.645-6.766 14.046q-29.538-4.442-58.533 0c-1.832-4.4-4.55-9.933-6.846-14.046a207.8 207.8 0 0 0-52.855 16.638C5.618 67.147-3.443 116.4 1.087 164.956c22.169 16.555 43.653 26.612 64.775 33.193A161 161 0 0 0 79.735 175.3a136.4 136.4 0 0 1-21.846-10.632a109 109 0 0 0 5.356-4.237c42.122 19.702 87.89 19.702 129.51 0a132 132 0 0 0 5.355 4.237a136 136 0 0 1-21.886 10.653c4.006 8.02 8.638 15.67 13.873 22.848c21.142-6.58 42.646-16.637 64.815-33.213c5.316-56.288-9.08-105.09-38.056-148.36M85.474 135.095c-12.645 0-23.015-11.805-23.015-26.18s10.149-26.2 23.015-26.2s23.236 11.804 23.015 26.2c.02 14.375-10.148 26.18-23.015 26.18m85.051 0c-12.645 0-23.014-11.805-23.014-26.18s10.148-26.2 23.014-26.2c12.867 0 23.236 11.804 23.015 26.2c0 14.375-10.148 26.18-23.015 26.18" }) })
|
|
1685
|
+
};
|
|
1686
|
+
var DiscordLogoIcon = React.forwardRef(
|
|
1687
|
+
function DiscordLogoIcon2(props, ref) {
|
|
1688
|
+
return /* @__PURE__ */ jsx(BrandIconBase, { ref, weights: weights28, colorful: colorful2, ...props });
|
|
1689
|
+
}
|
|
1690
|
+
);
|
|
1691
|
+
var weights29 = {
|
|
1692
|
+
regular: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
1693
|
+
/* @__PURE__ */ jsx("circle", { cx: "128", cy: "128", r: "96", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
1694
|
+
/* @__PURE__ */ jsx("path", { d: "M71,205.27A159.93,159.93,0,0,1,208,128c5.39,0,10.73.27,16,.79", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
1695
|
+
/* @__PURE__ */ jsx("path", { d: "M188,53.09A159.69,159.69,0,0,1,64,112a161.14,161.14,0,0,1-30.16-2.84", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
1696
|
+
/* @__PURE__ */ jsx("path", { d: "M85.93,41.69a159.91,159.91,0,0,1,79,138,160.45,160.45,0,0,1-4.73,38.78", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" })
|
|
1697
|
+
] }),
|
|
1698
|
+
bold: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
1699
|
+
/* @__PURE__ */ jsx("circle", { cx: "128", cy: "128", r: "96", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }),
|
|
1700
|
+
/* @__PURE__ */ jsx("path", { d: "M71,205.27A159.93,159.93,0,0,1,208,128c5.39,0,10.73.27,16,.79", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }),
|
|
1701
|
+
/* @__PURE__ */ jsx("path", { d: "M188,53.09A159.69,159.69,0,0,1,64,112a161.14,161.14,0,0,1-30.16-2.84", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }),
|
|
1702
|
+
/* @__PURE__ */ jsx("path", { d: "M85.93,41.69a159.91,159.91,0,0,1,79,138,160.45,160.45,0,0,1-4.73,38.78", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" })
|
|
1703
|
+
] }),
|
|
1704
|
+
fill: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M93.27,36.86a4,4,0,0,1,.82-7.19,103.94,103.94,0,0,1,88.66,9.95,4,4,0,0,1,1,5.87,153.32,153.32,0,0,1-41.89,37A169.43,169.43,0,0,0,93.27,36.86ZM127.58,90a153,153,0,0,0-56-46.91,3.94,3.94,0,0,0-4,.33,104.41,104.41,0,0,0-38.34,52,4,4,0,0,0,3,5.16A152.34,152.34,0,0,0,64,104,151,151,0,0,0,127.58,90Zm103.8,26.69A103.81,103.81,0,0,0,202.19,55.2a4,4,0,0,0-6,.34,169.15,169.15,0,0,1-45.69,40.4,167.73,167.73,0,0,1,13.55,29.9A167.64,167.64,0,0,1,208,120,169.35,169.35,0,0,1,227,121.07,4,4,0,0,0,231.38,116.72Zm-62.91,24.5a167.7,167.7,0,0,1,4.45,38.47,168,168,0,0,1-4.11,36.85A4,4,0,0,0,174.5,221a104.25,104.25,0,0,0,56.57-79.25,4,4,0,0,0-3.49-4.49,152.44,152.44,0,0,0-59.11,4Zm-19.64-10.45a151.76,151.76,0,0,0-12.39-27.21A167,167,0,0,1,64,120a168.4,168.4,0,0,1-34.88-3.65,4,4,0,0,0-4.81,3.56q-.31,4-.32,8.09a103.72,103.72,0,0,0,33,75.91,4,4,0,0,0,6.15-.92A169,169,0,0,1,148.83,130.77ZM75.69,213.25a4,4,0,0,0,1.52,5.48,103.88,103.88,0,0,0,68.85,11.69,3.93,3.93,0,0,0,3.06-2.65,152.6,152.6,0,0,0,7.8-48.08,151.3,151.3,0,0,0-3.74-33.46A152.94,152.94,0,0,0,75.69,213.25Z" }) }),
|
|
1705
|
+
duotone: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
1706
|
+
/* @__PURE__ */ jsx("circle", { cx: "128", cy: "128", r: "96", opacity: "0.2" }),
|
|
1707
|
+
/* @__PURE__ */ jsx("circle", { cx: "128", cy: "128", r: "96", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
1708
|
+
/* @__PURE__ */ jsx("path", { d: "M71,205.27A159.93,159.93,0,0,1,208,128c5.39,0,10.73.27,16,.79", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
1709
|
+
/* @__PURE__ */ jsx("path", { d: "M188,53.09A159.69,159.69,0,0,1,64,112a161.14,161.14,0,0,1-30.16-2.84", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
1710
|
+
/* @__PURE__ */ jsx("path", { d: "M85.93,41.69a159.91,159.91,0,0,1,79,138,160.45,160.45,0,0,1-4.73,38.78", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" })
|
|
1711
|
+
] })
|
|
1712
|
+
};
|
|
1713
|
+
var colorful3 = {
|
|
1714
|
+
viewBox: "0 0 256 256",
|
|
1715
|
+
content: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
1716
|
+
/* @__PURE__ */ jsx("path", { fill: "#e74d89", d: "M128 8.5c66 0 119.4 53.4 119.4 119.3S194 247.2 128 247.2S8.6 193.8 8.6 127.9S62 8.5 128 8.5" }),
|
|
1717
|
+
/* @__PURE__ */ jsx("path", { fill: "#b2215a", d: "M128 255.7c-70.6 0-128-57.3-128-127.8C0 57.3 57.4 0 128 0s128 57.3 128 127.8s-57.4 127.9-128 127.9m107.9-110.4c-3.7-1.2-33.8-10.1-68.1-4.7c14.3 39.2 20.1 71.2 21.2 77.8c24.6-16.5 42.1-42.7 46.9-73.1m-65.2 83.2c-1.6-9.6-8-43-23.3-82.8c-.2.1-.5.2-.7.2c-61.7 21.5-83.8 64.2-85.8 68.2c18.5 14.4 41.8 23 67.1 23c15.1.1 29.6-3 42.7-8.6M46.8 201c2.5-4.2 32.5-53.8 88.9-72.1c1.4-.5 2.9-.9 4.3-1.3c-2.7-6.2-5.7-12.4-8.9-18.5c-54.6 16.3-107.6 15.6-112.4 15.5c0 1.1-.1 2.2-.1 3.3c.1 28.1 10.7 53.7 28.2 73.1M21 105.6c4.9.1 49.9.3 101.1-13.3C104 60.1 84.4 33.1 81.6 29.2C50.9 43.6 28.1 71.8 21 105.6m81.4-83.8c3 4 22.9 31 40.8 63.9c38.9-14.6 55.3-36.6 57.3-39.4c-19.3-17.1-44.7-27.5-72.5-27.5c-8.8 0-17.4 1.1-25.6 3m110.2 37.1c-2.3 3.1-20.6 26.6-61 43.1c2.5 5.2 5 10.5 7.3 15.8c.8 1.9 1.6 3.8 2.4 5.6c36.4-4.6 72.5 2.8 76.1 3.5c-.3-25.7-9.5-49.4-24.8-68" })
|
|
1718
|
+
] })
|
|
1719
|
+
};
|
|
1720
|
+
var DribbbleLogoIcon = React.forwardRef(
|
|
1721
|
+
function DribbbleLogoIcon2(props, ref) {
|
|
1722
|
+
return /* @__PURE__ */ jsx(BrandIconBase, { ref, weights: weights29, colorful: colorful3, ...props });
|
|
1723
|
+
}
|
|
1724
|
+
);
|
|
1725
|
+
var weights30 = {
|
|
1726
|
+
regular: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
1727
|
+
/* @__PURE__ */ jsx("circle", { cx: "128", cy: "128", r: "96", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
1728
|
+
/* @__PURE__ */ jsx("path", { d: "M168,88H152a24,24,0,0,0-24,24V224", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
1729
|
+
/* @__PURE__ */ jsx("line", { x1: "96", y1: "144", x2: "160", y2: "144", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" })
|
|
1730
|
+
] }),
|
|
1731
|
+
bold: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
1732
|
+
/* @__PURE__ */ jsx("circle", { cx: "128", cy: "128", r: "96", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }),
|
|
1733
|
+
/* @__PURE__ */ jsx("path", { d: "M168,88H152a24,24,0,0,0-24,24V224", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }),
|
|
1734
|
+
/* @__PURE__ */ jsx("line", { x1: "96", y1: "144", x2: "160", y2: "144", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" })
|
|
1735
|
+
] }),
|
|
1736
|
+
fill: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M232,128a104.16,104.16,0,0,1-91.55,103.26,4,4,0,0,1-4.45-4V152h24a8,8,0,0,0,8-8.53,8.17,8.17,0,0,0-8.25-7.47H136V112a16,16,0,0,1,16-16h16a8,8,0,0,0,8-8.53A8.17,8.17,0,0,0,167.73,80H152a32,32,0,0,0-32,32v24H96a8,8,0,0,0-8,8.53A8.17,8.17,0,0,0,96.27,152H120v75.28a4,4,0,0,1-4.44,4A104.15,104.15,0,0,1,24.07,124.09c2-54,45.74-97.9,99.78-100A104.12,104.12,0,0,1,232,128Z" }) }),
|
|
1737
|
+
duotone: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
1738
|
+
/* @__PURE__ */ jsx("circle", { cx: "128", cy: "128", r: "96", opacity: "0.2" }),
|
|
1739
|
+
/* @__PURE__ */ jsx("circle", { cx: "128", cy: "128", r: "96", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
1740
|
+
/* @__PURE__ */ jsx("path", { d: "M168,88H152a24,24,0,0,0-24,24V224", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
1741
|
+
/* @__PURE__ */ jsx("line", { x1: "96", y1: "144", x2: "160", y2: "144", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" })
|
|
1742
|
+
] })
|
|
1743
|
+
};
|
|
1744
|
+
var colorful4 = {
|
|
1745
|
+
viewBox: "0 0 256 256",
|
|
1746
|
+
content: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
1747
|
+
/* @__PURE__ */ jsx("path", { fill: "#1877f2", d: "M256 128C256 57.308 198.692 0 128 0S0 57.308 0 128c0 63.888 46.808 116.843 108 126.445V165H75.5v-37H108V99.8c0-32.08 19.11-49.8 48.348-49.8C170.352 50 185 52.5 185 52.5V84h-16.14C152.959 84 148 93.867 148 103.99V128h35.5l-5.675 37H148v89.445c61.192-9.602 108-62.556 108-126.445" }),
|
|
1748
|
+
/* @__PURE__ */ jsx("path", { fill: "#fff", d: "m177.825 165l5.675-37H148v-24.01C148 93.866 152.959 84 168.86 84H185V52.5S170.352 50 156.347 50C127.11 50 108 67.72 108 99.8V128H75.5v37H108v89.445A129 129 0 0 0 128 256a129 129 0 0 0 20-1.555V165z" })
|
|
1749
|
+
] })
|
|
1750
|
+
};
|
|
1751
|
+
var FacebookLogoIcon = React.forwardRef(
|
|
1752
|
+
function FacebookLogoIcon2(props, ref) {
|
|
1753
|
+
return /* @__PURE__ */ jsx(BrandIconBase, { ref, weights: weights30, colorful: colorful4, ...props });
|
|
1754
|
+
}
|
|
1755
|
+
);
|
|
1756
|
+
var weights31 = {
|
|
1757
|
+
regular: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
1758
|
+
/* @__PURE__ */ jsx("path", { d: "M119.83,56A52,52,0,0,0,76,32a51.92,51.92,0,0,0-3.49,44.7A49.28,49.28,0,0,0,64,104v8a48,48,0,0,0,48,48h48a48,48,0,0,0,48-48v-8a49.28,49.28,0,0,0-8.51-27.3A51.92,51.92,0,0,0,196,32a52,52,0,0,0-43.83,24Z", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
1759
|
+
/* @__PURE__ */ jsx("path", { d: "M104,232V192a32,32,0,0,1,32-32h0a32,32,0,0,1,32,32v40", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
1760
|
+
/* @__PURE__ */ jsx("path", { d: "M104,208H72a32,32,0,0,1-32-32A32,32,0,0,0,8,144", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" })
|
|
1761
|
+
] }),
|
|
1762
|
+
bold: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
1763
|
+
/* @__PURE__ */ jsx("path", { d: "M119.83,56A52,52,0,0,0,76,32a51.92,51.92,0,0,0-3.49,44.7A49.28,49.28,0,0,0,64,104v8a48,48,0,0,0,48,48h48a48,48,0,0,0,48-48v-8a49.28,49.28,0,0,0-8.51-27.3A51.92,51.92,0,0,0,196,32a52,52,0,0,0-43.83,24Z", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }),
|
|
1764
|
+
/* @__PURE__ */ jsx("path", { d: "M104,232V192a32,32,0,0,1,32-32h0a32,32,0,0,1,32,32v40", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }),
|
|
1765
|
+
/* @__PURE__ */ jsx("path", { d: "M104,208H76a32,32,0,0,1-32-32,32,32,0,0,0-32-32", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" })
|
|
1766
|
+
] }),
|
|
1767
|
+
fill: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M216,104v8a56.06,56.06,0,0,1-48.44,55.47A39.8,39.8,0,0,1,176,192v40a8,8,0,0,1-8,8H104a8,8,0,0,1-8-8V216H72a40,40,0,0,1-40-40A24,24,0,0,0,8,152a8,8,0,0,1,0-16,40,40,0,0,1,40,40,24,24,0,0,0,24,24H96v-8a39.8,39.8,0,0,1,8.44-24.53A56.06,56.06,0,0,1,56,112v-8a58.14,58.14,0,0,1,7.69-28.32A59.78,59.78,0,0,1,69.07,28,8,8,0,0,1,76,24a59.75,59.75,0,0,1,48,24h24a59.75,59.75,0,0,1,48-24,8,8,0,0,1,6.93,4,59.74,59.74,0,0,1,5.37,47.68A58,58,0,0,1,216,104Z" }) }),
|
|
1768
|
+
duotone: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
1769
|
+
/* @__PURE__ */ jsx("path", { d: "M104,232V192a32,32,0,0,1,32-32h0a32,32,0,0,1,32,32v40Z", opacity: "0.2" }),
|
|
1770
|
+
/* @__PURE__ */ jsx("path", { d: "M119.83,56A52,52,0,0,0,76,32a51.92,51.92,0,0,0-3.49,44.7A49.28,49.28,0,0,0,64,104v8a48,48,0,0,0,48,48h48a48,48,0,0,0,48-48v-8a49.28,49.28,0,0,0-8.51-27.3A51.92,51.92,0,0,0,196,32a52,52,0,0,0-43.83,24Z", opacity: "0.2" }),
|
|
1771
|
+
/* @__PURE__ */ jsx("path", { d: "M119.83,56A52,52,0,0,0,76,32a51.92,51.92,0,0,0-3.49,44.7A49.28,49.28,0,0,0,64,104v8a48,48,0,0,0,48,48h48a48,48,0,0,0,48-48v-8a49.28,49.28,0,0,0-8.51-27.3A51.92,51.92,0,0,0,196,32a52,52,0,0,0-43.83,24Z", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
1772
|
+
/* @__PURE__ */ jsx("path", { d: "M104,232V192a32,32,0,0,1,32-32h0a32,32,0,0,1,32,32v40", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
1773
|
+
/* @__PURE__ */ jsx("path", { d: "M104,208H72a32,32,0,0,1-32-32A32,32,0,0,0,8,144", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" })
|
|
1774
|
+
] })
|
|
1775
|
+
};
|
|
1776
|
+
var colorful5 = {
|
|
1777
|
+
viewBox: "0 0 256 250",
|
|
1778
|
+
content: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "#161614", d: "M128.001 0C57.317 0 0 57.307 0 128.001c0 56.554 36.676 104.535 87.535 121.46c6.397 1.185 8.746-2.777 8.746-6.158c0-3.052-.12-13.135-.174-23.83c-35.61 7.742-43.124-15.103-43.124-15.103c-5.823-14.795-14.213-18.73-14.213-18.73c-11.613-7.944.876-7.78.876-7.78c12.853.902 19.621 13.19 19.621 13.19c11.417 19.568 29.945 13.911 37.249 10.64c1.149-8.272 4.466-13.92 8.127-17.116c-28.431-3.236-58.318-14.212-58.318-63.258c0-13.975 5-25.394 13.188-34.358c-1.329-3.224-5.71-16.242 1.24-33.874c0 0 10.749-3.44 35.21 13.121c10.21-2.836 21.16-4.258 32.038-4.307c10.878.049 21.837 1.47 32.066 4.307c24.431-16.56 35.165-13.12 35.165-13.12c6.967 17.63 2.584 30.65 1.255 33.873c8.207 8.964 13.173 20.383 13.173 34.358c0 49.163-29.944 59.988-58.447 63.157c4.591 3.972 8.682 11.762 8.682 23.704c0 17.126-.148 30.91-.148 35.126c0 3.407 2.304 7.398 8.792 6.14C219.37 232.5 256 184.537 256 128.002C256 57.307 198.691 0 128.001 0m-80.06 182.34c-.282.636-1.283.827-2.194.39c-.929-.417-1.45-1.284-1.15-1.922c.276-.655 1.279-.838 2.205-.399c.93.418 1.46 1.293 1.139 1.931m6.296 5.618c-.61.566-1.804.303-2.614-.591c-.837-.892-.994-2.086-.375-2.66c.63-.566 1.787-.301 2.626.591c.838.903 1 2.088.363 2.66m4.32 7.188c-.785.545-2.067.034-2.86-1.104c-.784-1.138-.784-2.503.017-3.05c.795-.547 2.058-.055 2.861 1.075c.782 1.157.782 2.522-.019 3.08m7.304 8.325c-.701.774-2.196.566-3.29-.49c-1.119-1.032-1.43-2.496-.726-3.27c.71-.776 2.213-.558 3.315.49c1.11 1.03 1.45 2.505.701 3.27m9.442 2.81c-.31 1.003-1.75 1.459-3.199 1.033c-1.448-.439-2.395-1.613-2.103-2.626c.301-1.01 1.747-1.484 3.207-1.028c1.446.436 2.396 1.602 2.095 2.622m10.744 1.193c.036 1.055-1.193 1.93-2.715 1.95c-1.53.034-2.769-.82-2.786-1.86c0-1.065 1.202-1.932 2.733-1.958c1.522-.03 2.768.818 2.768 1.868m10.555-.405c.182 1.03-.875 2.088-2.387 2.37c-1.485.271-2.861-.365-3.05-1.386c-.184-1.056.893-2.114 2.376-2.387c1.514-.263 2.868.356 3.061 1.403" }) })
|
|
1779
|
+
};
|
|
1780
|
+
var GithubLogoIcon = React.forwardRef(
|
|
1781
|
+
function GithubLogoIcon2(props, ref) {
|
|
1782
|
+
return /* @__PURE__ */ jsx(BrandIconBase, { ref, weights: weights31, colorful: colorful5, ...props });
|
|
1783
|
+
}
|
|
1784
|
+
);
|
|
1785
|
+
var weights32 = {
|
|
1786
|
+
regular: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
1787
|
+
/* @__PURE__ */ jsx("line", { x1: "220.23", y1: "110.84", x2: "93.41", y2: "200.44", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
1788
|
+
/* @__PURE__ */ jsx("line", { x1: "162.59", y1: "200.44", x2: "35.77", y2: "110.84", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
1789
|
+
/* @__PURE__ */ jsx("path", { d: "M175.35,96,195,42.62a3.93,3.93,0,0,1,7.53.38l19.89,76.12a49,49,0,0,1-18.87,52.4l-73.26,51.76a3.91,3.91,0,0,1-4.52,0L52.48,171.52a49,49,0,0,1-18.87-52.4L53.5,43A3.93,3.93,0,0,1,61,42.62L80.65,96Z", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" })
|
|
1790
|
+
] }),
|
|
1791
|
+
bold: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
1792
|
+
/* @__PURE__ */ jsx("path", { d: "M175.35,96,195,42.62a3.93,3.93,0,0,1,7.53.38l19.89,76.12a49,49,0,0,1-18.87,52.4l-73.26,51.76a3.91,3.91,0,0,1-4.52,0L52.48,171.52a49,49,0,0,1-18.87-52.4L53.5,43A3.93,3.93,0,0,1,61,42.62L80.65,96Z", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }),
|
|
1793
|
+
/* @__PURE__ */ jsx("line", { x1: "220.23", y1: "110.84", x2: "93.41", y2: "200.44", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }),
|
|
1794
|
+
/* @__PURE__ */ jsx("line", { x1: "162.59", y1: "200.44", x2: "35.77", y2: "110.84", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" })
|
|
1795
|
+
] }),
|
|
1796
|
+
fill: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M230.15,117.1,210.25,41a11.94,11.94,0,0,0-22.79-1.11L169.78,88H86.22L68.54,39.87A11.94,11.94,0,0,0,45.75,41L25.85,117.1a57.19,57.19,0,0,0,22,61l73.27,51.76a11.91,11.91,0,0,0,13.74,0l73.27-51.76A57.19,57.19,0,0,0,230.15,117.1Zm-189.47,7L114.13,176,93.41,190.65,57.09,165A41.06,41.06,0,0,1,40.68,124.11Zm87.32,91-20.73-14.65L128,185.8l20.73,14.64ZM198.91,165l-36.32,25.66L141.87,176l73.45-51.9A41.06,41.06,0,0,1,198.91,165Z" }) }),
|
|
1797
|
+
duotone: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
1798
|
+
/* @__PURE__ */ jsx("path", { d: "M35.77,110.84,53.5,43A3.93,3.93,0,0,1,61,42.62L80.65,96h94.7L195,42.62a3.93,3.93,0,0,1,7.53.38l17.73,67.84L128,176Z", opacity: "0.2" }),
|
|
1799
|
+
/* @__PURE__ */ jsx("path", { d: "M175.35,96,195,42.62a3.93,3.93,0,0,1,7.53.38l19.89,76.12a49,49,0,0,1-18.87,52.4l-73.26,51.76a3.91,3.91,0,0,1-4.52,0L52.48,171.52a49,49,0,0,1-18.87-52.4L53.5,43A3.93,3.93,0,0,1,61,42.62L80.65,96Z", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
1800
|
+
/* @__PURE__ */ jsx("line", { x1: "220.23", y1: "110.84", x2: "93.41", y2: "200.44", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
1801
|
+
/* @__PURE__ */ jsx("line", { x1: "162.59", y1: "200.44", x2: "35.77", y2: "110.84", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" })
|
|
1802
|
+
] })
|
|
1803
|
+
};
|
|
1804
|
+
var colorful6 = {
|
|
1805
|
+
viewBox: "0 0 256 247",
|
|
1806
|
+
content: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
1807
|
+
/* @__PURE__ */ jsx("path", { fill: "#e24329", d: "m251.845 97.642l-.328-.986l-34.85-90.903c-.657-1.808-1.972-3.287-3.616-4.274Q210.586 0 207.627 0c-1.973 0-3.78.822-5.26 1.973a8.73 8.73 0 0 0-3.124 4.767l-23.506 71.999H80.56l-23.506-72c-.493-1.808-1.644-3.451-3.123-4.766C52.45.822 50.643 0 48.67 0s-3.781.329-5.425 1.48c-1.644.986-2.96 2.465-3.617 4.273L4.781 96.656l-.33.986c-10.355 26.959-1.479 57.37 21.535 74.794h.328c0 .164 53.096 39.944 53.096 39.944l26.3 19.89l15.946 12c3.78 2.96 9.205 2.96 12.986 0l15.945-12l26.3-19.89l53.424-39.944c23.014-17.425 31.726-47.835 21.37-74.794z" }),
|
|
1808
|
+
/* @__PURE__ */ jsx("path", { fill: "#fc6d26", d: "m251.845 97.642l-.328-.986c-17.26 3.616-33.205 10.85-46.849 21.04c-.164 0-41.424 31.398-76.602 57.863a18377 18377 0 0 0 48.657 36.821l53.424-39.944c23.013-17.425 31.726-47.835 21.37-74.794z" }),
|
|
1809
|
+
/* @__PURE__ */ jsx("path", { fill: "#fca326", d: "m79.245 212.38l26.301 19.89l15.945 12c3.78 2.96 9.206 2.96 12.986 0l15.945-12l26.301-19.89s-22.684-17.095-48.657-36.82c-26.136 19.725-48.82 36.82-48.82 36.82" }),
|
|
1810
|
+
/* @__PURE__ */ jsx("path", { fill: "#fc6d26", d: "M51.465 117.697c-13.644-10.192-29.589-17.589-46.849-21.04l-.329.985c-10.356 26.959-1.479 57.37 21.534 74.794h.33c0 .164 53.094 39.944 53.094 39.944s22.685-17.095 48.821-36.82c-35.013-26.466-76.272-57.699-76.601-57.863" })
|
|
1811
|
+
] })
|
|
1812
|
+
};
|
|
1813
|
+
var GitlabLogoIcon = React.forwardRef(
|
|
1814
|
+
function GitlabLogoIcon2(props, ref) {
|
|
1815
|
+
return /* @__PURE__ */ jsx(BrandIconBase, { ref, weights: weights32, colorful: colorful6, ...props });
|
|
1816
|
+
}
|
|
1817
|
+
);
|
|
1818
|
+
var weights33 = {
|
|
1819
|
+
regular: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M128,128h88a88,88,0,1,1-20.11-56", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }) }),
|
|
1820
|
+
bold: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M128,128h88a88,88,0,1,1-20.11-56", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }) }),
|
|
1821
|
+
fill: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M128,24A104,104,0,1,0,232,128,104,104,0,0,0,128,24Zm0,184A80,80,0,1,1,181.34,68.37a8,8,0,0,1-10.67,11.92A64,64,0,1,0,191.5,136H128a8,8,0,0,1,0-16h72a8,8,0,0,1,8,8A80.09,80.09,0,0,1,128,208Z" }) }),
|
|
1822
|
+
duotone: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
1823
|
+
/* @__PURE__ */ jsx("circle", { cx: "128", cy: "128", r: "88", opacity: "0.2" }),
|
|
1824
|
+
/* @__PURE__ */ jsx("path", { d: "M128,128h88a88,88,0,1,1-20.11-56", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" })
|
|
1825
|
+
] })
|
|
1826
|
+
};
|
|
1827
|
+
var colorful7 = {
|
|
1828
|
+
viewBox: "0 0 256 262",
|
|
1829
|
+
content: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
1830
|
+
/* @__PURE__ */ jsx("path", { fill: "#4285f4", d: "M255.878 133.451c0-10.734-.871-18.567-2.756-26.69H130.55v48.448h71.947c-1.45 12.04-9.283 30.172-26.69 42.356l-.244 1.622l38.755 30.023l2.685.268c24.659-22.774 38.875-56.282 38.875-96.027" }),
|
|
1831
|
+
/* @__PURE__ */ jsx("path", { fill: "#34a853", d: "M130.55 261.1c35.248 0 64.839-11.605 86.453-31.622l-41.196-31.913c-11.024 7.688-25.82 13.055-45.257 13.055c-34.523 0-63.824-22.773-74.269-54.25l-1.531.13l-40.298 31.187l-.527 1.465C35.393 231.798 79.49 261.1 130.55 261.1" }),
|
|
1832
|
+
/* @__PURE__ */ jsx("path", { fill: "#fbbc05", d: "M56.281 156.37c-2.756-8.123-4.351-16.827-4.351-25.82c0-8.994 1.595-17.697 4.206-25.82l-.073-1.73L15.26 71.312l-1.335.635C5.077 89.644 0 109.517 0 130.55s5.077 40.905 13.925 58.602z" }),
|
|
1833
|
+
/* @__PURE__ */ jsx("path", { fill: "#eb4335", d: "M130.55 50.479c24.514 0 41.05 10.589 50.479 19.438l36.844-35.974C195.245 12.91 165.798 0 130.55 0C79.49 0 35.393 29.301 13.925 71.947l42.211 32.783c10.59-31.477 39.891-54.251 74.414-54.251" })
|
|
1834
|
+
] })
|
|
1835
|
+
};
|
|
1836
|
+
var GoogleLogoIcon = React.forwardRef(
|
|
1837
|
+
function GoogleLogoIcon2(props, ref) {
|
|
1838
|
+
return /* @__PURE__ */ jsx(BrandIconBase, { ref, weights: weights33, colorful: colorful7, ...props });
|
|
1839
|
+
}
|
|
1840
|
+
);
|
|
1841
|
+
var weights34 = {
|
|
1842
|
+
regular: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
1843
|
+
/* @__PURE__ */ jsx("rect", { x: "32", y: "32", width: "192", height: "192", rx: "8", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
1844
|
+
/* @__PURE__ */ jsx("line", { x1: "120", y1: "112", x2: "120", y2: "176", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
1845
|
+
/* @__PURE__ */ jsx("line", { x1: "88", y1: "112", x2: "88", y2: "176", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
1846
|
+
/* @__PURE__ */ jsx("path", { d: "M120,140a28,28,0,0,1,56,0v36", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
1847
|
+
/* @__PURE__ */ jsx("circle", { cx: "88", cy: "84", r: "12" })
|
|
1848
|
+
] }),
|
|
1849
|
+
bold: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
1850
|
+
/* @__PURE__ */ jsx("rect", { x: "32", y: "32", width: "192", height: "192", rx: "8", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }),
|
|
1851
|
+
/* @__PURE__ */ jsx("line", { x1: "124", y1: "120", x2: "124", y2: "176", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }),
|
|
1852
|
+
/* @__PURE__ */ jsx("line", { x1: "84", y1: "120", x2: "84", y2: "176", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }),
|
|
1853
|
+
/* @__PURE__ */ jsx("path", { d: "M124,148a28,28,0,0,1,56,0v28", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }),
|
|
1854
|
+
/* @__PURE__ */ jsx("circle", { cx: "84", cy: "80", r: "16" })
|
|
1855
|
+
] }),
|
|
1856
|
+
fill: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M216,24H40A16,16,0,0,0,24,40V216a16,16,0,0,0,16,16H216a16,16,0,0,0,16-16V40A16,16,0,0,0,216,24ZM96,176a8,8,0,0,1-16,0V112a8,8,0,0,1,16,0ZM88,96a12,12,0,1,1,12-12A12,12,0,0,1,88,96Zm96,80a8,8,0,0,1-16,0V140a20,20,0,0,0-40,0v36a8,8,0,0,1-16,0V112a8,8,0,0,1,15.79-1.78A36,36,0,0,1,184,140Z" }) }),
|
|
1857
|
+
duotone: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
1858
|
+
/* @__PURE__ */ jsx("rect", { x: "32", y: "32", width: "192", height: "192", rx: "8", opacity: "0.2" }),
|
|
1859
|
+
/* @__PURE__ */ jsx("rect", { x: "32", y: "32", width: "192", height: "192", rx: "8", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
1860
|
+
/* @__PURE__ */ jsx("line", { x1: "120", y1: "112", x2: "120", y2: "176", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
1861
|
+
/* @__PURE__ */ jsx("line", { x1: "88", y1: "112", x2: "88", y2: "176", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
1862
|
+
/* @__PURE__ */ jsx("path", { d: "M120,140a28,28,0,0,1,56,0v36", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
1863
|
+
/* @__PURE__ */ jsx("circle", { cx: "88", cy: "84", r: "12" })
|
|
1864
|
+
] })
|
|
1865
|
+
};
|
|
1866
|
+
var colorful8 = {
|
|
1867
|
+
viewBox: "0 0 256 256",
|
|
1868
|
+
content: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "#0a66c2", d: "M218.123 218.127h-37.931v-59.403c0-14.165-.253-32.4-19.728-32.4c-19.756 0-22.779 15.434-22.779 31.369v60.43h-37.93V95.967h36.413v16.694h.51a39.91 39.91 0 0 1 35.928-19.733c38.445 0 45.533 25.288 45.533 58.186zM56.955 79.27c-12.157.002-22.014-9.852-22.016-22.009s9.851-22.014 22.008-22.016c12.157-.003 22.014 9.851 22.016 22.008A22.013 22.013 0 0 1 56.955 79.27m18.966 138.858H37.95V95.967h37.97zM237.033.018H18.89C8.58-.098.125 8.161-.001 18.471v219.053c.122 10.315 8.576 18.582 18.89 18.474h218.144c10.336.128 18.823-8.139 18.966-18.474V18.454c-.147-10.33-8.635-18.588-18.966-18.453" }) })
|
|
1869
|
+
};
|
|
1870
|
+
var LinkedinLogoIcon = React.forwardRef(
|
|
1871
|
+
function LinkedinLogoIcon2(props, ref) {
|
|
1872
|
+
return /* @__PURE__ */ jsx(BrandIconBase, { ref, weights: weights34, colorful: colorful8, ...props });
|
|
1873
|
+
}
|
|
1874
|
+
);
|
|
1875
|
+
var weights35 = {
|
|
1876
|
+
regular: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
1877
|
+
/* @__PURE__ */ jsx("circle", { cx: "72", cy: "128", r: "56", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
1878
|
+
/* @__PURE__ */ jsx("ellipse", { cx: "184", cy: "128", rx: "24", ry: "56", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
1879
|
+
/* @__PURE__ */ jsx("line", { x1: "240", y1: "72", x2: "240", y2: "184", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" })
|
|
1880
|
+
] }),
|
|
1881
|
+
bold: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
1882
|
+
/* @__PURE__ */ jsx("circle", { cx: "68", cy: "128", r: "56", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }),
|
|
1883
|
+
/* @__PURE__ */ jsx("ellipse", { cx: "184", cy: "128", rx: "24", ry: "56", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }),
|
|
1884
|
+
/* @__PURE__ */ jsx("line", { x1: "244", y1: "72", x2: "244", y2: "184", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" })
|
|
1885
|
+
] }),
|
|
1886
|
+
fill: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M136,128A64,64,0,1,1,72,64,64.07,64.07,0,0,1,136,128Zm48-64c-5.68,0-16.4,2.76-24.32,21.25C154.73,96.8,152,112,152,128s2.73,31.2,7.68,42.75C167.6,189.24,178.32,192,184,192s16.4-2.76,24.32-21.25C213.27,159.2,216,144,216,128s-2.73-31.2-7.68-42.75C200.4,66.76,189.68,64,184,64Zm56,0a8,8,0,0,0-8,8V184a8,8,0,0,0,16,0V72A8,8,0,0,0,240,64Z" }) }),
|
|
1887
|
+
duotone: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
1888
|
+
/* @__PURE__ */ jsx("circle", { cx: "72", cy: "128", r: "56", opacity: "0.2" }),
|
|
1889
|
+
/* @__PURE__ */ jsx("ellipse", { cx: "184", cy: "128", rx: "24", ry: "56", opacity: "0.2" }),
|
|
1890
|
+
/* @__PURE__ */ jsx("circle", { cx: "72", cy: "128", r: "56", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
1891
|
+
/* @__PURE__ */ jsx("ellipse", { cx: "184", cy: "128", rx: "24", ry: "56", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
1892
|
+
/* @__PURE__ */ jsx("line", { x1: "240", y1: "72", x2: "240", y2: "184", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" })
|
|
1893
|
+
] })
|
|
1894
|
+
};
|
|
1895
|
+
var colorful9 = {
|
|
1896
|
+
viewBox: "0 0 256 146",
|
|
1897
|
+
content: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M72.2 0c39.877 0 72.2 32.549 72.2 72.696c0 40.148-32.326 72.694-72.2 72.694c-39.872 0-72.2-32.546-72.2-72.694C0 32.55 32.325 0 72.2 0m115.3 4.258c19.938 0 36.101 30.638 36.101 68.438h.003c0 37.791-16.163 68.438-36.1 68.438c-19.939 0-36.101-30.647-36.101-68.438c0-37.79 16.16-68.438 36.098-68.438m55.803 7.129c7.011 0 12.697 27.449 12.697 61.31c0 33.85-5.684 61.31-12.697 61.31s-12.694-27.452-12.694-61.31s5.684-61.31 12.694-61.31" }) })
|
|
1898
|
+
};
|
|
1899
|
+
var MediumLogoIcon = React.forwardRef(
|
|
1900
|
+
function MediumLogoIcon2(props, ref) {
|
|
1901
|
+
return /* @__PURE__ */ jsx(BrandIconBase, { ref, weights: weights35, colorful: colorful9, ...props });
|
|
1902
|
+
}
|
|
1903
|
+
);
|
|
1904
|
+
var weights36 = {
|
|
1905
|
+
regular: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
1906
|
+
/* @__PURE__ */ jsx("rect", { x: "32", y: "72", width: "112", height: "112", rx: "8", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
1907
|
+
/* @__PURE__ */ jsx("circle", { cx: "88", cy: "128", r: "24", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
1908
|
+
/* @__PURE__ */ jsx("path", { d: "M200,112h24v96a8,8,0,0,1-8,8H88a8,8,0,0,1-8-8V184", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
1909
|
+
/* @__PURE__ */ jsx("polyline", { points: "104 72 104 40 200 40 200 129.33", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
1910
|
+
/* @__PURE__ */ jsx("line", { x1: "221.26", y1: "214.02", x2: "144", y2: "158.22", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
1911
|
+
/* @__PURE__ */ jsx("line", { x1: "224", y1: "112", x2: "152", y2: "164", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" })
|
|
1912
|
+
] }),
|
|
1913
|
+
bold: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
1914
|
+
/* @__PURE__ */ jsx("rect", { x: "28", y: "68", width: "120", height: "120", rx: "8", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }),
|
|
1915
|
+
/* @__PURE__ */ jsx("circle", { cx: "88", cy: "128", r: "24", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }),
|
|
1916
|
+
/* @__PURE__ */ jsx("path", { d: "M200,112h24V216a8,8,0,0,1-8,8H88a8,8,0,0,1-8-8V188", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }),
|
|
1917
|
+
/* @__PURE__ */ jsx("line", { x1: "221.35", y1: "221.94", x2: "148", y2: "164.89", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }),
|
|
1918
|
+
/* @__PURE__ */ jsx("line", { x1: "224", y1: "112", x2: "152", y2: "168", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }),
|
|
1919
|
+
/* @__PURE__ */ jsx("polyline", { points: "104 68 104 32 200 32 200 130.67", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" })
|
|
1920
|
+
] }),
|
|
1921
|
+
fill: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M88,144a16,16,0,1,1,16-16A16,16,0,0,1,88,144Zm144-32v96a16,16,0,0,1-16,16H88a16,16,0,0,1-16-16V192H40a16,16,0,0,1-16-16V80A16,16,0,0,1,40,64H96V40a8,8,0,0,1,8-8h96a8,8,0,0,1,8,8v64h16A8,8,0,0,1,232,112ZM112,64h24a16,16,0,0,1,16,16v74.13l40-28.89V48H112ZM88,160a32,32,0,1,0-32-32A32,32,0,0,0,88,160Zm111.26,48L152,173.87V176a16,16,0,0,1-16,16H88v16ZM216,127.65,165.66,164,216,200.35Z" }) }),
|
|
1922
|
+
duotone: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
1923
|
+
/* @__PURE__ */ jsx("rect", { x: "32", y: "72", width: "112", height: "112", rx: "8", opacity: "0.2" }),
|
|
1924
|
+
/* @__PURE__ */ jsx("rect", { x: "32", y: "72", width: "112", height: "112", rx: "8", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
1925
|
+
/* @__PURE__ */ jsx("circle", { cx: "88", cy: "128", r: "24", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
1926
|
+
/* @__PURE__ */ jsx("path", { d: "M200,112h24v96a8,8,0,0,1-8,8H88a8,8,0,0,1-8-8V184", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
1927
|
+
/* @__PURE__ */ jsx("polyline", { points: "104 72 104 40 200 40 200 129.33", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
1928
|
+
/* @__PURE__ */ jsx("line", { x1: "221.26", y1: "214.02", x2: "144", y2: "158.22", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
1929
|
+
/* @__PURE__ */ jsx("line", { x1: "224", y1: "112", x2: "152", y2: "164", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" })
|
|
1930
|
+
] })
|
|
1931
|
+
};
|
|
1932
|
+
var colorful10 = {
|
|
1933
|
+
viewBox: "0 0 256 256",
|
|
1934
|
+
content: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
1935
|
+
/* @__PURE__ */ jsx("path", { fill: "#f1511b", d: "M121.666 121.666H0V0h121.666z" }),
|
|
1936
|
+
/* @__PURE__ */ jsx("path", { fill: "#80cc28", d: "M256 121.666H134.335V0H256z" }),
|
|
1937
|
+
/* @__PURE__ */ jsx("path", { fill: "#00adef", d: "M121.663 256.002H0V134.336h121.663z" }),
|
|
1938
|
+
/* @__PURE__ */ jsx("path", { fill: "#fbbc09", d: "M256 256.002H134.335V134.336H256z" })
|
|
1939
|
+
] })
|
|
1940
|
+
};
|
|
1941
|
+
var MicrosoftOutlookLogoIcon = React.forwardRef(
|
|
1942
|
+
function MicrosoftOutlookLogoIcon2(props, ref) {
|
|
1943
|
+
return /* @__PURE__ */ jsx(BrandIconBase, { ref, weights: weights36, colorful: colorful10, ...props });
|
|
1944
|
+
}
|
|
1945
|
+
);
|
|
1946
|
+
var weights37 = {
|
|
1947
|
+
regular: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
1948
|
+
/* @__PURE__ */ jsx("path", { d: "M144,128a48,48,0,0,0,46.56-36.36h0A48,48,0,0,0,144,32H84a8,8,0,0,0-7.76,6.06l-36,144A8,8,0,0,0,48,192H79.51a8,8,0,0,0,7.76-6.06l13-51.88A8,8,0,0,1,108,128Z", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
1949
|
+
/* @__PURE__ */ jsx("path", { d: "M87.27,185.94l-7,28.12A8,8,0,0,0,88,224h31.51a8,8,0,0,0,7.76-6.06l9-35.88A8,8,0,0,1,144,176h32a48,48,0,0,0,46.56-36.36h0A48,48,0,0,0,176,80H120a8,8,0,0,0-7.76,6.06l-12,48", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" })
|
|
1950
|
+
] }),
|
|
1951
|
+
bold: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
1952
|
+
/* @__PURE__ */ jsx("path", { d: "M144,128a48,48,0,0,0,46.56-36.36h0A48,48,0,0,0,144,32H84a8,8,0,0,0-7.76,6.06l-36,144A8,8,0,0,0,48,192H79.51a8,8,0,0,0,7.76-6.06l13-51.88A8,8,0,0,1,108,128Z", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }),
|
|
1953
|
+
/* @__PURE__ */ jsx("path", { d: "M87.27,185.94l-7,28.12A8,8,0,0,0,88,224h31.51a8,8,0,0,0,7.76-6.06l9-35.88A8,8,0,0,1,144,176h32a48,48,0,0,0,46.56-36.36h0A48,48,0,0,0,176,80H120a8,8,0,0,0-7.76,6.06l-12,48", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" })
|
|
1954
|
+
] }),
|
|
1955
|
+
fill: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M220.12,93.54a55.8,55.8,0,0,0-20.19-16.18A56,56,0,0,0,144,24H84A16,16,0,0,0,68.48,36.12l-36,144A16,16,0,0,0,48,200h27.5l-3,12.12A16,16,0,0,0,88,232h31.5A16,16,0,0,0,135,219.88L144,184h32a56,56,0,0,0,44.14-90.46ZM48,184,84,40h60a40,40,0,0,1,39.3,32.49A57,57,0,0,0,176,72H120a16,16,0,0,0-15.53,12.12L79.52,184H48Zm166.77-46.3A39.94,39.94,0,0,1,176,168H144a16,16,0,0,0-15.52,12.12l-9,35.88H88l20-80h36a55.9,55.9,0,0,0,54-41.39,40.2,40.2,0,0,1,9.48,8.77A39.73,39.73,0,0,1,214.78,137.7Z" }) }),
|
|
1956
|
+
duotone: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
1957
|
+
/* @__PURE__ */ jsx("path", { d: "M176,80H120a8,8,0,0,0-7.76,6.06l-12,48A8,8,0,0,1,108,128h36a48,48,0,0,0,46.56-36.36h0a49,49,0,0,0,1.37-8.94A48.25,48.25,0,0,0,176,80Z", opacity: "0.2" }),
|
|
1958
|
+
/* @__PURE__ */ jsx("path", { d: "M144,128a48,48,0,0,0,46.56-36.36h0A48,48,0,0,0,144,32H84a8,8,0,0,0-7.76,6.06l-36,144A8,8,0,0,0,48,192H79.51a8,8,0,0,0,7.76-6.06l13-51.88A8,8,0,0,1,108,128Z", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
1959
|
+
/* @__PURE__ */ jsx("path", { d: "M87.27,185.94l-7,28.12A8,8,0,0,0,88,224h31.51a8,8,0,0,0,7.76-6.06l9-35.88A8,8,0,0,1,144,176h32a48,48,0,0,0,46.56-36.36h0A48,48,0,0,0,176,80H120a8,8,0,0,0-7.76,6.06l-12,48", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" })
|
|
1960
|
+
] })
|
|
1961
|
+
};
|
|
1962
|
+
var colorful11 = {
|
|
1963
|
+
viewBox: "0 0 256 302",
|
|
1964
|
+
content: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
1965
|
+
/* @__PURE__ */ jsx("path", { fill: "#27346a", d: "M217.168 23.507C203.234 7.625 178.046.816 145.823.816h-93.52A13.39 13.39 0 0 0 39.076 12.11L.136 259.077c-.774 4.87 2.997 9.28 7.933 9.28h57.736l14.5-91.971l-.45 2.88c1.033-6.501 6.593-11.296 13.177-11.296h27.436c53.898 0 96.101-21.892 108.429-85.221c.366-1.873.683-3.696.957-5.477q-2.334-1.236 0 0c3.671-23.407-.025-39.34-12.686-53.765" }),
|
|
1966
|
+
/* @__PURE__ */ jsx("path", { fill: "#27346a", d: "M102.397 68.84a11.7 11.7 0 0 1 5.053-1.14h73.318c8.682 0 16.78.565 24.18 1.756a102 102 0 0 1 6.177 1.182a90 90 0 0 1 8.59 2.347c3.638 1.215 7.026 2.63 10.14 4.287c3.67-23.416-.026-39.34-12.687-53.765C203.226 7.625 178.046.816 145.823.816H52.295C45.71.816 40.108 5.61 39.076 12.11L.136 259.068c-.774 4.878 2.997 9.282 7.925 9.282h57.744L95.888 77.58a11.72 11.72 0 0 1 6.509-8.74" }),
|
|
1967
|
+
/* @__PURE__ */ jsx("path", { fill: "#2790c3", d: "M228.897 82.749c-12.328 63.32-54.53 85.221-108.429 85.221H93.024c-6.584 0-12.145 4.795-13.168 11.296L61.817 293.621c-.674 4.262 2.622 8.124 6.934 8.124h48.67a11.71 11.71 0 0 0 11.563-9.88l.474-2.48l9.173-58.136l.591-3.213a11.71 11.71 0 0 1 11.562-9.88h7.284c47.147 0 84.064-19.154 94.852-74.55c4.503-23.15 2.173-42.478-9.739-56.054c-3.613-4.112-8.1-7.508-13.327-10.28c-.283 1.79-.59 3.604-.957 5.477" }),
|
|
1968
|
+
/* @__PURE__ */ jsx("path", { fill: "#1f264f", d: "M216.952 72.128a90 90 0 0 0-5.818-1.49a110 110 0 0 0-6.177-1.174c-7.408-1.199-15.5-1.765-24.19-1.765h-73.309a11.6 11.6 0 0 0-5.053 1.149a11.68 11.68 0 0 0-6.51 8.74l-15.582 98.798l-.45 2.88c1.025-6.501 6.585-11.296 13.17-11.296h27.444c53.898 0 96.1-21.892 108.428-85.221c.367-1.873.675-3.688.958-5.477q-4.682-2.47-10.14-4.279a83 83 0 0 0-2.77-.865" })
|
|
1969
|
+
] })
|
|
1970
|
+
};
|
|
1971
|
+
var PaypalLogoIcon = React.forwardRef(
|
|
1972
|
+
function PaypalLogoIcon2(props, ref) {
|
|
1973
|
+
return /* @__PURE__ */ jsx(BrandIconBase, { ref, weights: weights37, colorful: colorful11, ...props });
|
|
1974
|
+
}
|
|
1975
|
+
);
|
|
1976
|
+
var weights38 = {
|
|
1977
|
+
regular: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
1978
|
+
/* @__PURE__ */ jsx("circle", { cx: "184", cy: "32", r: "16", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
1979
|
+
/* @__PURE__ */ jsx("polyline", { points: "128 72 136 24 168.29 28.97", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
1980
|
+
/* @__PURE__ */ jsx("path", { d: "M59.41,89.88C77.72,78.75,101.72,72,128,72s50.28,6.75,68.59,17.88h0a24,24,0,1,1,31.62,34.79h0A51.6,51.6,0,0,1,232,144c0,39.76-46.56,72-104,72S24,183.76,24,144a51.6,51.6,0,0,1,3.79-19.33h0A24,24,0,1,1,59.41,89.88Z", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
1981
|
+
/* @__PURE__ */ jsx("circle", { cx: "88", cy: "128", r: "16" }),
|
|
1982
|
+
/* @__PURE__ */ jsx("circle", { cx: "168", cy: "128", r: "16" }),
|
|
1983
|
+
/* @__PURE__ */ jsx("path", { d: "M160,176a68,68,0,0,1-64,0", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" })
|
|
1984
|
+
] }),
|
|
1985
|
+
bold: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
1986
|
+
/* @__PURE__ */ jsx("circle", { cx: "184", cy: "32", r: "12", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }),
|
|
1987
|
+
/* @__PURE__ */ jsx("path", { d: "M59.41,89.88C77.72,78.75,101.72,72,128,72s50.28,6.75,68.59,17.88h0a24,24,0,1,1,31.62,34.79h0A51.6,51.6,0,0,1,232,144c0,39.76-46.56,72-104,72S24,183.76,24,144a51.6,51.6,0,0,1,3.79-19.33h0A24,24,0,1,1,59.41,89.88Z", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }),
|
|
1988
|
+
/* @__PURE__ */ jsx("circle", { cx: "88", cy: "128", r: "20" }),
|
|
1989
|
+
/* @__PURE__ */ jsx("circle", { cx: "168", cy: "128", r: "20" }),
|
|
1990
|
+
/* @__PURE__ */ jsx("path", { d: "M156,172a100,100,0,0,1-56,0", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }),
|
|
1991
|
+
/* @__PURE__ */ jsx("polyline", { points: "128 72 136 24 172.16 30.03", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" })
|
|
1992
|
+
] }),
|
|
1993
|
+
fill: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M248,104a32,32,0,0,0-52.94-24.19c-16.75-8.9-36.76-14.28-57.66-15.53l5.19-31.17,17.72,2.72a24,24,0,1,0,2.87-15.74l-26-4a8,8,0,0,0-9.11,6.59L121.2,64.16c-21.84.94-42.82,6.38-60.26,15.65a32,32,0,0,0-42.59,47.74A59,59,0,0,0,16,144c0,21.93,12,42.35,33.91,57.49C70.88,216,98.61,224,128,224s57.12-8,78.09-22.51C228,186.35,240,165.93,240,144a59,59,0,0,0-2.35-16.45A32.16,32.16,0,0,0,248,104ZM72,128a16,16,0,1,1,16,16A16,16,0,0,1,72,128Zm91.75,55.07a76.18,76.18,0,0,1-71.5,0,8,8,0,1,1,7.5-14.14,60.18,60.18,0,0,0,56.5,0,8,8,0,1,1,7.5,14.14ZM168,144a16,16,0,1,1,16-16A16,16,0,0,1,168,144Z" }) }),
|
|
1994
|
+
duotone: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
1995
|
+
/* @__PURE__ */ jsx("path", { d: "M59.41,89.88C77.72,78.75,101.72,72,128,72s50.28,6.75,68.59,17.88h0a24,24,0,1,1,31.62,34.79h0A51.6,51.6,0,0,1,232,144c0,39.76-46.56,72-104,72S24,183.76,24,144a51.6,51.6,0,0,1,3.79-19.33h0A24,24,0,1,1,59.41,89.88Z", opacity: "0.2" }),
|
|
1996
|
+
/* @__PURE__ */ jsx("circle", { cx: "184", cy: "32", r: "16", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
1997
|
+
/* @__PURE__ */ jsx("polyline", { points: "128 72 136 24 168.29 28.97", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
1998
|
+
/* @__PURE__ */ jsx("path", { d: "M59.41,89.88C77.72,78.75,101.72,72,128,72s50.28,6.75,68.59,17.88h0a24,24,0,1,1,31.62,34.79h0A51.6,51.6,0,0,1,232,144c0,39.76-46.56,72-104,72S24,183.76,24,144a51.6,51.6,0,0,1,3.79-19.33h0A24,24,0,1,1,59.41,89.88Z", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
1999
|
+
/* @__PURE__ */ jsx("circle", { cx: "88", cy: "128", r: "16" }),
|
|
2000
|
+
/* @__PURE__ */ jsx("circle", { cx: "168", cy: "128", r: "16" }),
|
|
2001
|
+
/* @__PURE__ */ jsx("path", { d: "M160,176a68,68,0,0,1-64,0", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" })
|
|
2002
|
+
] })
|
|
2003
|
+
};
|
|
2004
|
+
var colorful12 = {
|
|
2005
|
+
viewBox: "0 0 256 256",
|
|
2006
|
+
content: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
2007
|
+
/* @__PURE__ */ jsx("circle", { cx: "128", cy: "128", r: "128", fill: "#ff4500" }),
|
|
2008
|
+
/* @__PURE__ */ jsx("path", { fill: "#fff", d: "M213.15 129.22c0-10.376-8.391-18.617-18.617-18.617a18.74 18.74 0 0 0-12.97 5.189c-12.818-9.157-30.368-15.107-49.9-15.87l8.544-39.981l27.773 5.95c.307 7.02 6.104 12.667 13.278 12.667c7.324 0 13.275-5.95 13.275-13.278c0-7.324-5.95-13.275-13.275-13.275c-5.188 0-9.768 3.052-11.904 7.478l-30.976-6.562c-.916-.154-1.832 0-2.443.458c-.763.458-1.22 1.22-1.371 2.136l-9.464 44.558c-19.837.612-37.692 6.562-50.662 15.872a18.74 18.74 0 0 0-12.971-5.188c-10.377 0-18.617 8.391-18.617 18.617c0 7.629 4.577 14.037 10.988 16.939a33.6 33.6 0 0 0-.458 5.646c0 28.686 33.42 52.036 74.621 52.036c41.202 0 74.622-23.196 74.622-52.036a35 35 0 0 0-.458-5.646c6.408-2.902 10.985-9.464 10.985-17.093M85.272 142.495c0-7.324 5.95-13.275 13.278-13.275c7.324 0 13.275 5.95 13.275 13.275s-5.95 13.278-13.275 13.278c-7.327.15-13.278-5.953-13.278-13.278m74.317 35.251c-9.156 9.157-26.553 9.768-31.588 9.768c-5.188 0-22.584-.765-31.59-9.768c-1.371-1.373-1.371-3.51 0-4.883c1.374-1.371 3.51-1.371 4.884 0c5.8 5.8 18.008 7.782 26.706 7.782s21.058-1.983 26.704-7.782c1.374-1.371 3.51-1.371 4.884 0c1.22 1.373 1.22 3.51 0 4.883m-2.443-21.822c-7.325 0-13.275-5.95-13.275-13.275s5.95-13.275 13.275-13.275c7.327 0 13.277 5.95 13.277 13.275c0 7.17-5.95 13.275-13.277 13.275" })
|
|
2009
|
+
] })
|
|
2010
|
+
};
|
|
2011
|
+
var RedditLogoIcon = React.forwardRef(
|
|
2012
|
+
function RedditLogoIcon2(props, ref) {
|
|
2013
|
+
return /* @__PURE__ */ jsx(BrandIconBase, { ref, weights: weights38, colorful: colorful12, ...props });
|
|
2014
|
+
}
|
|
2015
|
+
);
|
|
2016
|
+
var weights39 = {
|
|
2017
|
+
regular: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
2018
|
+
/* @__PURE__ */ jsx("path", { d: "M80,56h24a0,0,0,0,1,0,0v72a24,24,0,0,1-24,24h0a24,24,0,0,1-24-24V80A24,24,0,0,1,80,56Z", transform: "translate(184 24) rotate(90)", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
2019
|
+
/* @__PURE__ */ jsx("path", { d: "M128,80H104A24,24,0,0,1,80,56h0a24,24,0,0,1,24-24h0a24,24,0,0,1,24,24Z", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
2020
|
+
/* @__PURE__ */ jsx("path", { d: "M152,32h24a0,0,0,0,1,0,0v72a24,24,0,0,1-24,24h0a24,24,0,0,1-24-24V56a24,24,0,0,1,24-24Z", transform: "translate(304 160) rotate(-180)", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
2021
|
+
/* @__PURE__ */ jsx("path", { d: "M176,128V104a24,24,0,0,1,24-24h0a24,24,0,0,1,24,24h0a24,24,0,0,1-24,24Z", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
2022
|
+
/* @__PURE__ */ jsx("path", { d: "M176,104h24a0,0,0,0,1,0,0v72a24,24,0,0,1-24,24h0a24,24,0,0,1-24-24V128a24,24,0,0,1,24-24Z", transform: "translate(24 328) rotate(-90)", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
2023
|
+
/* @__PURE__ */ jsx("path", { d: "M128,176h24a24,24,0,0,1,24,24h0a24,24,0,0,1-24,24h0a24,24,0,0,1-24-24Z", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
2024
|
+
/* @__PURE__ */ jsx("path", { d: "M104,128h24a0,0,0,0,1,0,0v72a24,24,0,0,1-24,24h0a24,24,0,0,1-24-24V152a24,24,0,0,1,24-24Z", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
2025
|
+
/* @__PURE__ */ jsx("path", { d: "M80,128v24a24,24,0,0,1-24,24h0a24,24,0,0,1-24-24h0a24,24,0,0,1,24-24Z", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" })
|
|
2026
|
+
] }),
|
|
2027
|
+
bold: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
2028
|
+
/* @__PURE__ */ jsx("path", { d: "M80,56h24a0,0,0,0,1,0,0v72a24,24,0,0,1-24,24h0a24,24,0,0,1-24-24V80A24,24,0,0,1,80,56Z", transform: "translate(184 24) rotate(90)", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }),
|
|
2029
|
+
/* @__PURE__ */ jsx("path", { d: "M128,80H104A24,24,0,0,1,80,56h0a24,24,0,0,1,24-24h0a24,24,0,0,1,24,24Z", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }),
|
|
2030
|
+
/* @__PURE__ */ jsx("path", { d: "M152,32h24a0,0,0,0,1,0,0v72a24,24,0,0,1-24,24h0a24,24,0,0,1-24-24V56a24,24,0,0,1,24-24Z", transform: "translate(304 160) rotate(-180)", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }),
|
|
2031
|
+
/* @__PURE__ */ jsx("path", { d: "M176,128V104a24,24,0,0,1,24-24h0a24,24,0,0,1,24,24h0a24,24,0,0,1-24,24Z", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }),
|
|
2032
|
+
/* @__PURE__ */ jsx("path", { d: "M176,104h24a0,0,0,0,1,0,0v72a24,24,0,0,1-24,24h0a24,24,0,0,1-24-24V128a24,24,0,0,1,24-24Z", transform: "translate(24 328) rotate(-90)", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }),
|
|
2033
|
+
/* @__PURE__ */ jsx("path", { d: "M128,176h24a24,24,0,0,1,24,24h0a24,24,0,0,1-24,24h0a24,24,0,0,1-24-24Z", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }),
|
|
2034
|
+
/* @__PURE__ */ jsx("path", { d: "M104,128h24a0,0,0,0,1,0,0v72a24,24,0,0,1-24,24h0a24,24,0,0,1-24-24V152A24,24,0,0,1,104,128Z", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }),
|
|
2035
|
+
/* @__PURE__ */ jsx("path", { d: "M80,128v24a24,24,0,0,1-24,24h0a24,24,0,0,1-24-24h0a24,24,0,0,1,24-24Z", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" })
|
|
2036
|
+
] }),
|
|
2037
|
+
fill: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M221.13,128A32,32,0,0,0,184,76.31V56a32,32,0,0,0-56-21.13A32,32,0,0,0,76.31,72H56a32,32,0,0,0-21.13,56A32,32,0,0,0,72,179.69V200a32,32,0,0,0,56,21.13A32,32,0,0,0,179.69,184H200a32,32,0,0,0,21.13-56ZM88,56a16,16,0,0,1,32,0V72H104A16,16,0,0,1,88,56ZM40,104A16,16,0,0,1,56,88h48a16,16,0,0,1,16,16v16H56A16,16,0,0,1,40,104Zm128,96a16,16,0,0,1-32,0V184h16A16,16,0,0,1,168,200Zm32-32H152a16,16,0,0,1-16-16V136h64a16,16,0,0,1,0,32Z" }) }),
|
|
2038
|
+
duotone: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
2039
|
+
/* @__PURE__ */ jsx("path", { d: "M176,104h24a0,0,0,0,1,0,0v72a24,24,0,0,1-24,24h0a24,24,0,0,1-24-24V128a24,24,0,0,1,24-24Z", transform: "translate(24 328) rotate(-90)", opacity: "0.2" }),
|
|
2040
|
+
/* @__PURE__ */ jsx("path", { d: "M128,176h24a24,24,0,0,1,24,24h0a24,24,0,0,1-24,24h0a24,24,0,0,1-24-24Z", opacity: "0.2" }),
|
|
2041
|
+
/* @__PURE__ */ jsx("path", { d: "M80,56h24a0,0,0,0,1,0,0v72a24,24,0,0,1-24,24h0a24,24,0,0,1-24-24V80A24,24,0,0,1,80,56Z", transform: "translate(184 24) rotate(90)", opacity: "0.2" }),
|
|
2042
|
+
/* @__PURE__ */ jsx("path", { d: "M128,80H104A24,24,0,0,1,80,56h0a24,24,0,0,1,24-24h0a24,24,0,0,1,24,24Z", opacity: "0.2" }),
|
|
2043
|
+
/* @__PURE__ */ jsx("path", { d: "M80,56h24a0,0,0,0,1,0,0v72a24,24,0,0,1-24,24h0a24,24,0,0,1-24-24V80A24,24,0,0,1,80,56Z", transform: "translate(184 24) rotate(90)", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
2044
|
+
/* @__PURE__ */ jsx("path", { d: "M128,80H104A24,24,0,0,1,80,56h0a24,24,0,0,1,24-24h0a24,24,0,0,1,24,24Z", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
2045
|
+
/* @__PURE__ */ jsx("path", { d: "M152,32h24a0,0,0,0,1,0,0v72a24,24,0,0,1-24,24h0a24,24,0,0,1-24-24V56a24,24,0,0,1,24-24Z", transform: "translate(304 160) rotate(-180)", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
2046
|
+
/* @__PURE__ */ jsx("path", { d: "M176,128V104a24,24,0,0,1,24-24h0a24,24,0,0,1,24,24h0a24,24,0,0,1-24,24Z", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
2047
|
+
/* @__PURE__ */ jsx("path", { d: "M176,104h24a0,0,0,0,1,0,0v72a24,24,0,0,1-24,24h0a24,24,0,0,1-24-24V128a24,24,0,0,1,24-24Z", transform: "translate(24 328) rotate(-90)", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
2048
|
+
/* @__PURE__ */ jsx("path", { d: "M128,176h24a24,24,0,0,1,24,24h0a24,24,0,0,1-24,24h0a24,24,0,0,1-24-24Z", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
2049
|
+
/* @__PURE__ */ jsx("path", { d: "M104,128h24a0,0,0,0,1,0,0v72a24,24,0,0,1-24,24h0a24,24,0,0,1-24-24V152A24,24,0,0,1,104,128Z", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
2050
|
+
/* @__PURE__ */ jsx("path", { d: "M80,128v24a24,24,0,0,1-24,24h0a24,24,0,0,1-24-24h0a24,24,0,0,1,24-24Z", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" })
|
|
2051
|
+
] })
|
|
2052
|
+
};
|
|
2053
|
+
var colorful13 = {
|
|
2054
|
+
viewBox: "0 0 256 256",
|
|
2055
|
+
content: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
2056
|
+
/* @__PURE__ */ jsx("path", { fill: "#e01e5a", d: "M53.841 161.32c0 14.832-11.987 26.82-26.819 26.82S.203 176.152.203 161.32c0-14.831 11.987-26.818 26.82-26.818H53.84zm13.41 0c0-14.831 11.987-26.818 26.819-26.818s26.819 11.987 26.819 26.819v67.047c0 14.832-11.987 26.82-26.82 26.82c-14.83 0-26.818-11.988-26.818-26.82z" }),
|
|
2057
|
+
/* @__PURE__ */ jsx("path", { fill: "#36c5f0", d: "M94.07 53.638c-14.832 0-26.82-11.987-26.82-26.819S79.239 0 94.07 0s26.819 11.987 26.819 26.819v26.82zm0 13.613c14.832 0 26.819 11.987 26.819 26.819s-11.987 26.819-26.82 26.819H26.82C11.987 120.889 0 108.902 0 94.069c0-14.83 11.987-26.818 26.819-26.818z" }),
|
|
2058
|
+
/* @__PURE__ */ jsx("path", { fill: "#2eb67d", d: "M201.55 94.07c0-14.832 11.987-26.82 26.818-26.82s26.82 11.988 26.82 26.82s-11.988 26.819-26.82 26.819H201.55zm-13.41 0c0 14.832-11.988 26.819-26.82 26.819c-14.831 0-26.818-11.987-26.818-26.82V26.82C134.502 11.987 146.489 0 161.32 0s26.819 11.987 26.819 26.819z" }),
|
|
2059
|
+
/* @__PURE__ */ jsx("path", { fill: "#ecb22e", d: "M161.32 201.55c14.832 0 26.82 11.987 26.82 26.818s-11.988 26.82-26.82 26.82c-14.831 0-26.818-11.988-26.818-26.82V201.55zm0-13.41c-14.831 0-26.818-11.988-26.818-26.82c0-14.831 11.987-26.818 26.819-26.818h67.25c14.832 0 26.82 11.987 26.82 26.819s-11.988 26.819-26.82 26.819z" })
|
|
2060
|
+
] })
|
|
2061
|
+
};
|
|
2062
|
+
var SlackLogoIcon = React.forwardRef(
|
|
2063
|
+
function SlackLogoIcon2(props, ref) {
|
|
2064
|
+
return /* @__PURE__ */ jsx(BrandIconBase, { ref, weights: weights39, colorful: colorful13, ...props });
|
|
2065
|
+
}
|
|
2066
|
+
);
|
|
2067
|
+
var weights40 = {
|
|
2068
|
+
regular: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
2069
|
+
/* @__PURE__ */ jsx("path", { d: "M96,152c0,13.25,14.33,24,32,24s32-10.75,32-24c0-32-62.22-20-62.22-48,0-13.25,12.55-24,30.22-24,13.25,0,23.63,6,28,14.66", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
2070
|
+
/* @__PURE__ */ jsx("rect", { x: "40", y: "40", width: "176", height: "176", rx: "8", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" })
|
|
2071
|
+
] }),
|
|
2072
|
+
bold: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
2073
|
+
/* @__PURE__ */ jsx("rect", { x: "40", y: "40", width: "176", height: "176", rx: "8", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }),
|
|
2074
|
+
/* @__PURE__ */ jsx("path", { d: "M96.44,156c2.54,11.35,15.7,20,31.56,20,17.67,0,32-10.75,32-24,0-32-62.22-20-62.22-48,0-13.25,12.55-24,30.22-24,13.25,0,23.63,6,28,14.66", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" })
|
|
2075
|
+
] }),
|
|
2076
|
+
fill: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M208,32H48A16,16,0,0,0,32,48V208a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V48A16,16,0,0,0,208,32ZM128,184c-22.06,0-40-14.35-40-32a8,8,0,0,1,16,0c0,8.67,11,16,24,16s24-7.33,24-16c0-9.48-8.61-13-26.88-18.26C109.37,129.2,89.78,123.55,89.78,104c0-18.24,16.43-32,38.22-32,15.72,0,29.18,7.3,35.12,19a8,8,0,1,1-14.27,7.22C145.64,91.94,137.65,88,128,88c-12.67,0-22.22,6.88-22.22,16,0,7,9,10.1,23.77,14.36C145.78,123,168,129.45,168,152,168,169.65,150.06,184,128,184Z" }) }),
|
|
2077
|
+
duotone: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
2078
|
+
/* @__PURE__ */ jsx("rect", { x: "40", y: "40", width: "176", height: "176", rx: "8", opacity: "0.2" }),
|
|
2079
|
+
/* @__PURE__ */ jsx("path", { d: "M96,152c0,13.25,14.33,24,32,24s32-10.75,32-24c0-32-62.22-20-62.22-48,0-13.25,12.55-24,30.22-24,13.25,0,23.63,6,28,14.66", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
2080
|
+
/* @__PURE__ */ jsx("rect", { x: "40", y: "40", width: "176", height: "176", rx: "8", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" })
|
|
2081
|
+
] })
|
|
2082
|
+
};
|
|
2083
|
+
var colorful14 = {
|
|
2084
|
+
viewBox: "0 0 512 214",
|
|
2085
|
+
content: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "#635bff", d: "M512 110.08c0-36.409-17.636-65.138-51.342-65.138c-33.85 0-54.33 28.73-54.33 64.854c0 42.808 24.179 64.426 58.88 64.426c16.925 0 29.725-3.84 39.396-9.244v-28.445c-9.67 4.836-20.764 7.823-34.844 7.823c-13.796 0-26.027-4.836-27.591-21.618h69.547c0-1.85.284-9.245.284-12.658m-70.258-13.511c0-16.071 9.814-22.756 18.774-22.756c8.675 0 17.92 6.685 17.92 22.756zm-90.31-51.627c-13.939 0-22.899 6.542-27.876 11.094l-1.85-8.818h-31.288v165.83l35.555-7.537l.143-40.249c5.12 3.698 12.657 8.96 25.173 8.96c25.458 0 48.64-20.48 48.64-65.564c-.142-41.245-23.609-63.716-48.498-63.716m-8.534 97.991c-8.391 0-13.37-2.986-16.782-6.684l-.143-52.765c3.698-4.124 8.818-6.968 16.925-6.968c12.942 0 21.902 14.506 21.902 33.137c0 19.058-8.818 33.28-21.902 33.28M241.493 36.551l35.698-7.68V0l-35.698 7.538zm0 10.809h35.698v124.444h-35.698zm-38.257 10.524L200.96 47.36h-30.72v124.444h35.556V87.467c8.39-10.951 22.613-8.96 27.022-7.396V47.36c-4.551-1.707-21.191-4.836-29.582 10.524m-71.112-41.386l-34.702 7.395l-.142 113.92c0 21.05 15.787 36.551 36.836 36.551c11.662 0 20.195-2.133 24.888-4.693V140.8c-4.55 1.849-27.022 8.391-27.022-12.658V77.653h27.022V47.36h-27.022zM35.982 83.484c0-5.546 4.551-7.68 12.09-7.68c10.808 0 24.461 3.272 35.27 9.103V51.484c-11.804-4.693-23.466-6.542-35.27-6.542C19.2 44.942 0 60.018 0 85.192c0 39.252 54.044 32.995 54.044 49.92c0 6.541-5.688 8.675-13.653 8.675c-11.804 0-26.88-4.836-38.827-11.378v33.849c13.227 5.689 26.596 8.106 38.827 8.106c29.582 0 49.92-14.648 49.92-40.106c-.142-42.382-54.329-34.845-54.329-50.774" }) })
|
|
2086
|
+
};
|
|
2087
|
+
var StripeLogoIcon = React.forwardRef(
|
|
2088
|
+
function StripeLogoIcon2(props, ref) {
|
|
2089
|
+
return /* @__PURE__ */ jsx(BrandIconBase, { ref, weights: weights40, colorful: colorful14, ...props });
|
|
2090
|
+
}
|
|
2091
|
+
);
|
|
2092
|
+
var weights41 = {
|
|
2093
|
+
regular: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M168,102a95.55,95.55,0,0,0,56,18V80a56,56,0,0,1-56-56H128V156a28,28,0,1,1-40-25.31V88c-31.83,5.67-56,34.54-56,68a68,68,0,0,0,136,0Z", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }) }),
|
|
2094
|
+
bold: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M168,102a95.55,95.55,0,0,0,56,18V80a56,56,0,0,1-56-56H128V156a28,28,0,1,1-40-25.31V88c-31.83,5.67-56,34.54-56,68a68,68,0,0,0,136,0Z", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }) }),
|
|
2095
|
+
fill: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M232,80v40a8,8,0,0,1-8,8,103.25,103.25,0,0,1-48-11.71V156a76,76,0,0,1-152,0c0-36.9,26.91-69.52,62.6-75.88A8,8,0,0,1,96,88v42.69a8,8,0,0,1-4.57,7.23A20,20,0,1,0,120,156V24a8,8,0,0,1,8-8h40a8,8,0,0,1,8,8,48.05,48.05,0,0,0,48,48A8,8,0,0,1,232,80Z" }) }),
|
|
2096
|
+
duotone: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
2097
|
+
/* @__PURE__ */ jsx("path", { d: "M168,102a95.55,95.55,0,0,0,56,18V80a56,56,0,0,1-56-56H128V156a28,28,0,1,1-40-25.31V88c-31.83,5.67-56,34.54-56,68a68,68,0,0,0,136,0Z", opacity: "0.2" }),
|
|
2098
|
+
/* @__PURE__ */ jsx("path", { d: "M168,102a95.55,95.55,0,0,0,56,18V80a56,56,0,0,1-56-56H128V156a28,28,0,1,1-40-25.31V88c-31.83,5.67-56,34.54-56,68a68,68,0,0,0,136,0Z", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" })
|
|
2099
|
+
] })
|
|
2100
|
+
};
|
|
2101
|
+
var colorful15 = {
|
|
2102
|
+
viewBox: "0 0 256 290",
|
|
2103
|
+
content: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
2104
|
+
/* @__PURE__ */ jsx("path", { fill: "#ff004f", d: "M189.72 104.421c18.678 13.345 41.56 21.197 66.273 21.197v-47.53a67 67 0 0 1-13.918-1.456v37.413c-24.711 0-47.59-7.851-66.272-21.195v96.996c0 48.523-39.356 87.855-87.9 87.855c-18.113 0-34.949-5.473-48.934-14.86c15.962 16.313 38.222 26.432 62.848 26.432c48.548 0 87.905-39.332 87.905-87.857v-96.995zm17.17-47.952c-9.546-10.423-15.814-23.893-17.17-38.785v-6.113h-13.189c3.32 18.927 14.644 35.097 30.358 44.898M69.673 225.607a40 40 0 0 1-8.203-24.33c0-22.192 18.001-40.186 40.21-40.186a40.3 40.3 0 0 1 12.197 1.883v-48.593c-4.61-.631-9.262-.9-13.912-.801v37.822a40.3 40.3 0 0 0-12.203-1.882c-22.208 0-40.208 17.992-40.208 40.187c0 15.694 8.997 29.281 22.119 35.9" }),
|
|
2105
|
+
/* @__PURE__ */ jsx("path", { d: "M175.803 92.849c18.683 13.344 41.56 21.195 66.272 21.195V76.631c-13.794-2.937-26.005-10.141-35.186-20.162c-15.715-9.802-27.038-25.972-30.358-44.898h-34.643v189.843c-.079 22.132-18.049 40.052-40.21 40.052c-13.058 0-24.66-6.221-32.007-15.86c-13.12-6.618-22.118-20.206-22.118-35.898c0-22.193 18-40.187 40.208-40.187c4.255 0 8.356.662 12.203 1.882v-37.822c-47.692.985-86.047 39.933-86.047 87.834c0 23.912 9.551 45.589 25.053 61.428c13.985 9.385 30.82 14.86 48.934 14.86c48.545 0 87.9-39.335 87.9-87.857z" }),
|
|
2106
|
+
/* @__PURE__ */ jsx("path", { fill: "#00f2ea", d: "M242.075 76.63V66.516a66.3 66.3 0 0 1-35.186-10.047a66.47 66.47 0 0 0 35.186 20.163M176.53 11.57a68 68 0 0 1-.728-5.457V0h-47.834v189.845c-.076 22.13-18.046 40.05-40.208 40.05a40.06 40.06 0 0 1-18.09-4.287c7.347 9.637 18.949 15.857 32.007 15.857c22.16 0 40.132-17.918 40.21-40.05V11.571zM99.966 113.58v-10.769a89 89 0 0 0-12.061-.818C39.355 101.993 0 141.327 0 189.845c0 30.419 15.467 57.227 38.971 72.996c-15.502-15.838-25.053-37.516-25.053-61.427c0-47.9 38.354-86.848 86.048-87.833" })
|
|
2107
|
+
] })
|
|
2108
|
+
};
|
|
2109
|
+
var TiktokLogoIcon = React.forwardRef(
|
|
2110
|
+
function TiktokLogoIcon2(props, ref) {
|
|
2111
|
+
return /* @__PURE__ */ jsx(BrandIconBase, { ref, weights: weights41, colorful: colorful15, ...props });
|
|
2112
|
+
}
|
|
2113
|
+
);
|
|
2114
|
+
var weights42 = {
|
|
2115
|
+
regular: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
2116
|
+
/* @__PURE__ */ jsx("polygon", { points: "48 40 96 40 208 216 160 216 48 40", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
2117
|
+
/* @__PURE__ */ jsx("line", { x1: "113.88", y1: "143.53", x2: "48", y2: "216", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
2118
|
+
/* @__PURE__ */ jsx("line", { x1: "208", y1: "40", x2: "142.12", y2: "112.47", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" })
|
|
2119
|
+
] }),
|
|
2120
|
+
bold: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
2121
|
+
/* @__PURE__ */ jsx("polygon", { points: "48 40 96 40 208 216 160 216 48 40", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }),
|
|
2122
|
+
/* @__PURE__ */ jsx("line", { x1: "113.88", y1: "143.53", x2: "48", y2: "216", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" }),
|
|
2123
|
+
/* @__PURE__ */ jsx("line", { x1: "208", y1: "40", x2: "142.12", y2: "112.47", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "24" })
|
|
2124
|
+
] }),
|
|
2125
|
+
fill: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M215,219.85a8,8,0,0,1-7,4.15H160a8,8,0,0,1-6.75-3.71l-40.49-63.63L53.92,221.38a8,8,0,0,1-11.84-10.76l61.77-68L41.25,44.3A8,8,0,0,1,48,32H96a8,8,0,0,1,6.75,3.71l40.49,63.63,58.84-64.72a8,8,0,0,1,11.84,10.76l-61.77,67.95,62.6,98.38A8,8,0,0,1,215,219.85Z" }) }),
|
|
2126
|
+
duotone: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
2127
|
+
/* @__PURE__ */ jsx("polygon", { points: "48 40 96 40 208 216 160 216 48 40", opacity: "0.2" }),
|
|
2128
|
+
/* @__PURE__ */ jsx("polygon", { points: "48 40 96 40 208 216 160 216 48 40", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
2129
|
+
/* @__PURE__ */ jsx("line", { x1: "113.88", y1: "143.53", x2: "48", y2: "216", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }),
|
|
2130
|
+
/* @__PURE__ */ jsx("line", { x1: "208", y1: "40", x2: "142.12", y2: "112.47", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" })
|
|
2131
|
+
] })
|
|
2132
|
+
};
|
|
2133
|
+
var colorful16 = {
|
|
2134
|
+
viewBox: "0 0 251 256",
|
|
2135
|
+
content: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M149.079 108.399L242.33 0h-22.098l-80.97 94.12L74.59 0H0l97.796 142.328L0 256h22.1l85.507-99.395L175.905 256h74.59L149.073 108.399zM118.81 143.58l-9.909-14.172l-78.84-112.773h33.943l63.625 91.011l9.909 14.173l82.705 118.3H186.3l-67.49-96.533z" }) })
|
|
2136
|
+
};
|
|
2137
|
+
var XLogoIcon = React.forwardRef(
|
|
2138
|
+
function XLogoIcon2(props, ref) {
|
|
2139
|
+
return /* @__PURE__ */ jsx(BrandIconBase, { ref, weights: weights42, colorful: colorful16, ...props });
|
|
2140
|
+
}
|
|
2141
|
+
);
|
|
2142
|
+
|
|
2143
|
+
export { AppleLogoIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, CaretDownIcon, CaretLeftIcon, CaretRightIcon, CaretUpIcon, CheckCircleIcon, CheckIcon, CircleIcon, CircleNotchIcon, DiscordLogoIcon, DotsSixVerticalIcon, DotsThreeIcon, DribbbleLogoIcon, FacebookLogoIcon, GithubLogoIcon, GitlabLogoIcon, GoogleLogoIcon, IconBase, InfoIcon, LinkedinLogoIcon, MagnifyingGlassIcon, MediumLogoIcon, MicrosoftOutlookLogoIcon, MinusIcon, MonitorIcon, MoonIcon, PauseIcon, PaypalLogoIcon, PlayIcon, QuotesIcon, RedditLogoIcon, SidebarSimpleIcon, SlackLogoIcon, StripeLogoIcon, SunIcon, TiktokLogoIcon, WarningIcon, XCircleIcon, XIcon, XLogoIcon };
|