@baseline-ui/icons 0.8.0 → 0.8.2

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/16/index.js CHANGED
@@ -1,719 +1,82 @@
1
- "use strict";
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __export = (target, all) => {
7
- for (var name in all)
8
- __defProp(target, name, { get: all[name], enumerable: true });
9
- };
10
- var __copyProps = (to, from, except, desc) => {
11
- if (from && typeof from === "object" || typeof from === "function") {
12
- for (let key of __getOwnPropNames(from))
13
- if (!__hasOwnProp.call(to, key) && key !== except)
14
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
- }
16
- return to;
17
- };
18
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
-
20
- // src/16/index.ts
21
- var __exports = {};
22
- __export(__exports, {
23
- AvatarIcon: () => AvatarIcon_default,
24
- CaretLeftIcon: () => CaretLeftIcon_default,
25
- CaretRightIcon: () => CaretRightIcon_default,
26
- CheckFilledIcon: () => CheckFilledIcon_default,
27
- CheckmarkIcon: () => CheckmarkIcon_default,
28
- CloseIcon: () => CloseIcon_default,
29
- EllipseIcon: () => EllipseIcon_default,
30
- ErrorAltFilledIcon: () => ErrorAltFilledIcon_default,
31
- ErrorFilledIcon: () => ErrorFilledIcon_default,
32
- InfoFilledIcon: () => InfoFilledIcon_default,
33
- MinusIcon: () => MinusIcon_default,
34
- MoreIcon: () => MoreIcon_default,
35
- NoneIcon: () => NoneIcon_default,
36
- PlusIcon: () => PlusIcon_default,
37
- ReadOnlyIcon: () => ReadOnlyIcon_default,
38
- RedoIcon: () => RedoIcon_default,
39
- TrashIcon: () => TrashIcon_default,
40
- UndoIcon: () => UndoIcon_default,
41
- WarningFilledIcon: () => WarningFilledIcon_default,
42
- XIcon: () => XIcon_default
43
- });
44
- module.exports = __toCommonJS(__exports);
45
-
46
- // src/16/AvatarIcon.tsx
47
- var import_jsx_runtime = require("react/jsx-runtime");
48
- var SvgAvatarIcon = ({
49
- title,
50
- titleId,
51
- ...props
52
- }) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
53
- "svg",
54
- {
55
- xmlns: "http://www.w3.org/2000/svg",
56
- width: props.size || "1em",
57
- height: props.size || "1em",
58
- fill: "none",
59
- viewBox: "0 0 16 16",
60
- "aria-labelledby": titleId,
61
- ...props,
62
- children: [
63
- title ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)("title", { id: titleId, children: title }) : null,
64
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
65
- "path",
66
- {
67
- fill: "currentColor",
68
- fillRule: "evenodd",
69
- d: "M8 8a2 2 0 1 0 .001-3.999A2 2 0 0 0 8 8m0 1c-1.335 0-4 .67-4 2v1h8v-1c0-1.33-2.665-2-4-2",
70
- clipRule: "evenodd"
71
- }
72
- )
73
- ]
74
- }
75
- );
76
- var AvatarIcon_default = SvgAvatarIcon;
77
-
78
- // src/16/CaretLeftIcon.tsx
79
- var import_jsx_runtime2 = require("react/jsx-runtime");
80
- var SvgCaretLeftIcon = ({
81
- title,
82
- titleId,
83
- ...props
84
- }) => /* @__PURE__ */ (0, import_jsx_runtime2.jsxs)(
85
- "svg",
86
- {
87
- xmlns: "http://www.w3.org/2000/svg",
88
- width: props.size || "1em",
89
- height: props.size || "1em",
90
- fill: "none",
91
- viewBox: "0 0 16 16",
92
- "aria-labelledby": titleId,
93
- ...props,
94
- children: [
95
- title ? /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("title", { id: titleId, children: title }) : null,
96
- /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
97
- "path",
98
- {
99
- fill: "currentColor",
100
- fillRule: "evenodd",
101
- d: "M10.53 12.53a.75.75 0 0 0 0-1.06L7.06 8l3.47-3.47a.75.75 0 1 0-1.06-1.06l-4 4a.75.75 0 0 0 0 1.06l4 4a.75.75 0 0 0 1.06 0",
102
- clipRule: "evenodd"
103
- }
104
- )
105
- ]
106
- }
107
- );
108
- var CaretLeftIcon_default = SvgCaretLeftIcon;
109
-
110
- // src/16/CaretRightIcon.tsx
111
- var import_jsx_runtime3 = require("react/jsx-runtime");
112
- var SvgCaretRightIcon = ({
113
- title,
114
- titleId,
115
- ...props
116
- }) => /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)(
117
- "svg",
118
- {
119
- xmlns: "http://www.w3.org/2000/svg",
120
- width: props.size || "1em",
121
- height: props.size || "1em",
122
- fill: "none",
123
- viewBox: "0 0 16 16",
124
- "aria-labelledby": titleId,
125
- ...props,
126
- children: [
127
- title ? /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("title", { id: titleId, children: title }) : null,
128
- /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
129
- "path",
130
- {
131
- fill: "currentColor",
132
- fillRule: "evenodd",
133
- d: "M5.47 3.47a.75.75 0 0 0 0 1.06L8.94 8l-3.47 3.47a.75.75 0 1 0 1.06 1.06l4-4a.75.75 0 0 0 0-1.06l-4-4a.75.75 0 0 0-1.06 0",
134
- clipRule: "evenodd"
135
- }
136
- )
137
- ]
138
- }
139
- );
140
- var CaretRightIcon_default = SvgCaretRightIcon;
141
-
142
- // src/16/CheckFilledIcon.tsx
143
- var import_jsx_runtime4 = require("react/jsx-runtime");
144
- var SvgCheckFilledIcon = ({
145
- title,
146
- titleId,
147
- ...props
148
- }) => /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(
149
- "svg",
150
- {
151
- xmlns: "http://www.w3.org/2000/svg",
152
- width: props.size || "1em",
153
- height: props.size || "1em",
154
- fill: "none",
155
- viewBox: "0 0 16 16",
156
- "aria-labelledby": titleId,
157
- ...props,
158
- children: [
159
- title ? /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("title", { id: titleId, children: title }) : null,
160
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
161
- "path",
162
- {
163
- fill: "currentColor",
164
- fillRule: "evenodd",
165
- d: "M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14m3.33-8.32a.75.75 0 0 0-1.06-1.06L7.2 8.69 6.13 7.62a.75.75 0 1 0-1.06 1.06l2.13 2.13z",
166
- clipRule: "evenodd"
167
- }
168
- )
169
- ]
170
- }
171
- );
172
- var CheckFilledIcon_default = SvgCheckFilledIcon;
173
-
174
- // src/16/CheckmarkIcon.tsx
175
- var import_jsx_runtime5 = require("react/jsx-runtime");
176
- var SvgCheckmarkIcon = ({
177
- title,
178
- titleId,
179
- ...props
180
- }) => /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(
181
- "svg",
182
- {
183
- xmlns: "http://www.w3.org/2000/svg",
184
- width: props.size || "1em",
185
- height: props.size || "1em",
186
- fill: "none",
187
- viewBox: "0 0 16 16",
188
- "aria-labelledby": titleId,
189
- ...props,
190
- children: [
191
- title ? /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("title", { id: titleId, children: title }) : null,
192
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
193
- "path",
194
- {
195
- fill: "currentColor",
196
- fillRule: "evenodd",
197
- d: "M14.53 3.97a.75.75 0 0 1 0 1.06L6 13.56 1.47 9.03a.75.75 0 0 1 1.06-1.06L6 11.44l7.47-7.47a.75.75 0 0 1 1.06 0",
198
- clipRule: "evenodd"
199
- }
200
- )
201
- ]
202
- }
203
- );
204
- var CheckmarkIcon_default = SvgCheckmarkIcon;
205
-
206
- // src/16/CloseIcon.tsx
207
- var import_jsx_runtime6 = require("react/jsx-runtime");
208
- var SvgCloseIcon = ({
209
- title,
210
- titleId,
211
- ...props
212
- }) => /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)(
213
- "svg",
214
- {
215
- xmlns: "http://www.w3.org/2000/svg",
216
- width: props.size || "1em",
217
- height: props.size || "1em",
218
- fill: "none",
219
- viewBox: "0 0 16 16",
220
- "aria-labelledby": titleId,
221
- ...props,
222
- children: [
223
- title ? /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("title", { id: titleId, children: title }) : null,
224
- /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
225
- "path",
226
- {
227
- fill: "currentColor",
228
- fillRule: "evenodd",
229
- d: "M13.48 2.52a.75.75 0 0 1 0 1.06L9.062 8l4.42 4.42a.75.75 0 1 1-1.061 1.06L8 9.06l-4.419 4.42a.75.75 0 0 1-1.06-1.06L6.94 8 2.52 3.58a.75.75 0 0 1 1.061-1.06l4.42 4.42 4.419-4.42a.75.75 0 0 1 1.06 0",
230
- clipRule: "evenodd"
231
- }
232
- )
233
- ]
234
- }
235
- );
236
- var CloseIcon_default = SvgCloseIcon;
237
-
238
- // src/16/EllipseIcon.tsx
239
- var import_jsx_runtime7 = require("react/jsx-runtime");
240
- var SvgEllipseIcon = ({
241
- title,
242
- titleId,
243
- ...props
244
- }) => /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)(
245
- "svg",
246
- {
247
- xmlns: "http://www.w3.org/2000/svg",
248
- width: props.size || "1em",
249
- height: props.size || "1em",
250
- fill: "none",
251
- viewBox: "0 0 16 16",
252
- "aria-labelledby": titleId,
253
- ...props,
254
- children: [
255
- title ? /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("title", { id: titleId, children: title }) : null,
256
- /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
257
- "path",
258
- {
259
- fill: "currentColor",
260
- fillRule: "evenodd",
261
- d: "M8 13.5a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14",
262
- clipRule: "evenodd"
263
- }
264
- )
265
- ]
266
- }
267
- );
268
- var EllipseIcon_default = SvgEllipseIcon;
269
-
270
- // src/16/ErrorAltFilledIcon.tsx
271
- var import_jsx_runtime8 = require("react/jsx-runtime");
272
- var SvgErrorAltFilledIcon = ({
273
- title,
274
- titleId,
275
- ...props
276
- }) => /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)(
277
- "svg",
278
- {
279
- xmlns: "http://www.w3.org/2000/svg",
280
- width: props.size || "1em",
281
- height: props.size || "1em",
282
- fill: "none",
283
- viewBox: "0 0 16 16",
284
- "aria-labelledby": titleId,
285
- ...props,
286
- children: [
287
- title ? /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("title", { id: titleId, children: title }) : null,
288
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
289
- "path",
290
- {
291
- fill: "currentColor",
292
- fillRule: "evenodd",
293
- d: "M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14m2.93-8.87a.75.75 0 0 0-1.06-1.06l-4.8 4.8a.75.75 0 1 0 1.06 1.06z",
294
- clipRule: "evenodd"
295
- }
296
- )
297
- ]
298
- }
299
- );
300
- var ErrorAltFilledIcon_default = SvgErrorAltFilledIcon;
301
-
302
- // src/16/ErrorFilledIcon.tsx
303
- var import_jsx_runtime9 = require("react/jsx-runtime");
304
- var SvgErrorFilledIcon = ({
305
- title,
306
- titleId,
307
- ...props
308
- }) => /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)(
309
- "svg",
310
- {
311
- xmlns: "http://www.w3.org/2000/svg",
312
- width: props.size || "1em",
313
- height: props.size || "1em",
314
- fill: "none",
315
- viewBox: "0 0 16 16",
316
- "aria-labelledby": titleId,
317
- ...props,
318
- children: [
319
- title ? /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("title", { id: titleId, children: title }) : null,
320
- /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
321
- "path",
322
- {
323
- fill: "currentColor",
324
- fillRule: "evenodd",
325
- d: "M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0M8 4.25a.75.75 0 0 1 .75.75v3a.75.75 0 0 1-1.5 0V5A.75.75 0 0 1 8 4.25m0 7.25a1 1 0 1 0 0-2 1 1 0 0 0 0 2",
326
- clipRule: "evenodd"
327
- }
328
- )
329
- ]
330
- }
331
- );
332
- var ErrorFilledIcon_default = SvgErrorFilledIcon;
333
-
334
- // src/16/InfoFilledIcon.tsx
335
- var import_jsx_runtime10 = require("react/jsx-runtime");
336
- var SvgInfoFilledIcon = ({
337
- title,
338
- titleId,
339
- ...props
340
- }) => /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)(
341
- "svg",
342
- {
343
- xmlns: "http://www.w3.org/2000/svg",
344
- width: props.size || "1em",
345
- height: props.size || "1em",
346
- fill: "none",
347
- viewBox: "0 0 20 20",
348
- "aria-labelledby": titleId,
349
- ...props,
350
- children: [
351
- title ? /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("title", { id: titleId, children: title }) : null,
352
- /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("g", { clipPath: "url(#info-filled-icon_svg__a)", children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
353
- "path",
354
- {
355
- fill: "currentColor",
356
- fillRule: "evenodd",
357
- d: "M20 10c0 5.523-4.477 10-10 10S0 15.523 0 10 4.477 0 10 0s10 4.477 10 10m-8.75-4.25a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0M8.5 8.25a.75.75 0 0 0 0 1.5h.75v4.5H8.5a.75.75 0 0 0 0 1.5h3a.75.75 0 0 0 0-1.5h-.75v-6z",
358
- clipRule: "evenodd"
359
- }
360
- ) }),
361
- /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("clipPath", { id: "info-filled-icon_svg__a", children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("path", { fill: "#fff", d: "M0 0h20v20H0z" }) }) })
362
- ]
363
- }
364
- );
365
- var InfoFilledIcon_default = SvgInfoFilledIcon;
366
-
367
- // src/16/MinusIcon.tsx
368
- var import_jsx_runtime11 = require("react/jsx-runtime");
369
- var SvgMinusIcon = ({
370
- title,
371
- titleId,
372
- ...props
373
- }) => /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)(
374
- "svg",
375
- {
376
- xmlns: "http://www.w3.org/2000/svg",
377
- width: props.size || "1em",
378
- height: props.size || "1em",
379
- fill: "none",
380
- viewBox: "0 0 16 16",
381
- "aria-labelledby": titleId,
382
- ...props,
383
- children: [
384
- title ? /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("title", { id: titleId, children: title }) : null,
385
- /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
386
- "path",
387
- {
388
- fill: "currentColor",
389
- fillRule: "evenodd",
390
- d: "M14.75 8a.75.75 0 0 1-.75.75H2a.75.75 0 0 1 0-1.5h12a.75.75 0 0 1 .75.75",
391
- clipRule: "evenodd"
392
- }
393
- )
394
- ]
395
- }
396
- );
397
- var MinusIcon_default = SvgMinusIcon;
398
-
399
- // src/16/MoreIcon.tsx
400
- var import_jsx_runtime12 = require("react/jsx-runtime");
401
- var SvgMoreIcon = ({
402
- title,
403
- titleId,
404
- ...props
405
- }) => /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
406
- "svg",
407
- {
408
- xmlns: "http://www.w3.org/2000/svg",
409
- width: props.size || "1em",
410
- height: props.size || "1em",
411
- fill: "none",
412
- viewBox: "0 0 16 16",
413
- "aria-labelledby": titleId,
414
- ...props,
415
- children: [
416
- title ? /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("title", { id: titleId, children: title }) : null,
417
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("g", { clipPath: "url(#more-icon_svg__a)", children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
418
- "path",
419
- {
420
- fill: "currentColor",
421
- fillRule: "evenodd",
422
- d: "M13 8a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0M6.5 8a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0m-5-1.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3",
423
- clipRule: "evenodd"
424
- }
425
- ) }),
426
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("clipPath", { id: "more-icon_svg__a", children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("path", { fill: "#fff", d: "M0 0h16v16H0z" }) }) })
427
- ]
428
- }
429
- );
430
- var MoreIcon_default = SvgMoreIcon;
431
-
432
- // src/16/NoneIcon.tsx
433
- var import_jsx_runtime13 = require("react/jsx-runtime");
434
- var SvgNoneIcon = ({
435
- title,
436
- titleId,
437
- ...props
438
- }) => /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)(
439
- "svg",
440
- {
441
- xmlns: "http://www.w3.org/2000/svg",
442
- width: props.size || "1em",
443
- height: props.size || "1em",
444
- fill: "none",
445
- viewBox: "0 0 14 14",
446
- "aria-labelledby": titleId,
447
- ...props,
448
- children: [
449
- title ? /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("title", { id: titleId, children: title }) : null,
450
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
451
- "mask",
452
- {
453
- id: "none-icon_svg__a",
454
- width: 14,
455
- height: 14,
456
- x: 0,
457
- y: 0,
458
- maskUnits: "userSpaceOnUse",
459
- style: {
460
- maskType: "alpha"
461
- },
462
- children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("circle", { cx: 7, cy: 7, r: 7, fill: "#2B2E36" })
463
- }
464
- ),
465
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("g", { mask: "url(#none-icon_svg__a)", children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("path", { stroke: "#C83C29", strokeWidth: 2, d: "M15-1-1 15" }) })
466
- ]
467
- }
468
- );
469
- var NoneIcon_default = SvgNoneIcon;
470
-
471
- // src/16/PlusIcon.tsx
472
- var import_jsx_runtime14 = require("react/jsx-runtime");
473
- var SvgPlusIcon = ({
474
- title,
475
- titleId,
476
- ...props
477
- }) => /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)(
478
- "svg",
479
- {
480
- xmlns: "http://www.w3.org/2000/svg",
481
- width: props.size || "1em",
482
- height: props.size || "1em",
483
- fill: "none",
484
- viewBox: "0 0 16 16",
485
- "aria-labelledby": titleId,
486
- ...props,
487
- children: [
488
- title ? /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("title", { id: titleId, children: title }) : null,
489
- /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("g", { clipPath: "url(#plus-icon_svg__a)", children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
490
- "path",
491
- {
492
- fill: "currentColor",
493
- fillRule: "evenodd",
494
- d: "M8 .25a.75.75 0 0 1 .75.75v6.25H15a.75.75 0 0 1 0 1.5H8.75V15a.75.75 0 0 1-1.5 0V8.75H1a.75.75 0 0 1 0-1.5h6.25V1A.75.75 0 0 1 8 .25",
495
- clipRule: "evenodd"
496
- }
497
- ) }),
498
- /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("clipPath", { id: "plus-icon_svg__a", children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("path", { fill: "#fff", d: "M0 0h16v16H0z" }) }) })
499
- ]
500
- }
501
- );
502
- var PlusIcon_default = SvgPlusIcon;
503
-
504
- // src/16/ReadOnlyIcon.tsx
505
- var import_jsx_runtime15 = require("react/jsx-runtime");
506
- var SvgReadOnlyIcon = ({
507
- title,
508
- titleId,
509
- ...props
510
- }) => /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
511
- "svg",
512
- {
513
- xmlns: "http://www.w3.org/2000/svg",
514
- width: props.size || "1em",
515
- height: props.size || "1em",
516
- fill: "none",
517
- viewBox: "0 0 16 16",
518
- "aria-labelledby": titleId,
519
- ...props,
520
- children: [
521
- title ? /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("title", { id: titleId, children: title }) : null,
522
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
523
- "path",
524
- {
525
- fill: "currentColor",
526
- fillRule: "evenodd",
527
- d: "M10.262 1.677a1.75 1.75 0 0 1 2.475 0l1.586 1.585a1.75 1.75 0 0 1 0 2.475L11.53 8.53l-1.06-1.06.969-.97-1.94-1.94-.969.97-1.06-1.06zM10.56 3.5l.763-.763a.25.25 0 0 1 .354 0l1.585 1.586a.25.25 0 0 1 0 .354l-.763.762zM1.97 1.971a.75.75 0 0 1 1.06 0l11 11a.75.75 0 1 1-1.06 1.06l-3.47-3.469-4.69 4.69H.75V11.19L5.438 6.5l-3.47-3.468a.75.75 0 0 1 0-1.06m4.53 5.59-4.25 4.25v1.94h1.94l4.25-4.25z",
528
- clipRule: "evenodd"
529
- }
530
- )
531
- ]
532
- }
533
- );
534
- var ReadOnlyIcon_default = SvgReadOnlyIcon;
535
-
536
- // src/16/RedoIcon.tsx
537
- var import_jsx_runtime16 = require("react/jsx-runtime");
538
- var SvgRedoIcon = ({
539
- title,
540
- titleId,
541
- ...props
542
- }) => /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(
543
- "svg",
544
- {
545
- xmlns: "http://www.w3.org/2000/svg",
546
- width: props.size || "1em",
547
- height: props.size || "1em",
548
- fill: "none",
549
- viewBox: "0 0 16 16",
550
- "aria-labelledby": titleId,
551
- ...props,
552
- children: [
553
- title ? /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("title", { id: titleId, children: title }) : null,
554
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
555
- "path",
556
- {
557
- fill: "currentColor",
558
- fillRule: "evenodd",
559
- d: "M10.136 2.136a.75.75 0 0 0 0 1.061l1.386 1.386H6.666a4.75 4.75 0 0 0 0 9.5H8a.75.75 0 0 0 0-1.5H6.666a3.25 3.25 0 0 1 0-6.5h4.856L10.136 7.47a.75.75 0 1 0 1.06 1.06l3.198-3.197-3.197-3.197a.75.75 0 0 0-1.061 0",
560
- clipRule: "evenodd"
561
- }
562
- )
563
- ]
564
- }
565
- );
566
- var RedoIcon_default = SvgRedoIcon;
567
-
568
- // src/16/TrashIcon.tsx
569
- var import_jsx_runtime17 = require("react/jsx-runtime");
570
- var SvgTrashIcon = ({
571
- title,
572
- titleId,
573
- ...props
574
- }) => /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
575
- "svg",
576
- {
577
- xmlns: "http://www.w3.org/2000/svg",
578
- width: props.size || "1em",
579
- height: props.size || "1em",
580
- fill: "none",
581
- viewBox: "0 0 16 16",
582
- "aria-labelledby": titleId,
583
- ...props,
584
- children: [
585
- title ? /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("title", { id: titleId, children: title }) : null,
586
- /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("g", { clipPath: "url(#trash-icon_svg__a)", children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
587
- "path",
588
- {
589
- fill: "currentColor",
590
- fillRule: "evenodd",
591
- d: "M8 1.75c-.621 0-1.125.504-1.125 1.125v.375h2.25v-.375c0-.621-.504-1.125-1.125-1.125m0-1.5a2.625 2.625 0 0 1 2.625 2.625v.375H14.5a.75.75 0 0 1 0 1.5h-.75v8.583a2.417 2.417 0 0 1-2.417 2.417H4.667a2.417 2.417 0 0 1-2.417-2.417V4.75H1.5a.75.75 0 0 1 0-1.5h3.875v-.375A2.625 2.625 0 0 1 8 .25m-4.25 4.5v8.583c0 .507.41.917.917.917h6.666c.507 0 .917-.41.917-.917V4.75zm5.75 1.5a.75.75 0 0 1 .75.75v5a.75.75 0 0 1-1.5 0V7a.75.75 0 0 1 .75-.75M7.25 7a.75.75 0 0 0-1.5 0v5a.75.75 0 0 0 1.5 0z",
592
- clipRule: "evenodd"
593
- }
594
- ) }),
595
- /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("clipPath", { id: "trash-icon_svg__a", children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("path", { fill: "#fff", d: "M0 0h16v16H0z" }) }) })
596
- ]
597
- }
598
- );
599
- var TrashIcon_default = SvgTrashIcon;
600
-
601
- // src/16/UndoIcon.tsx
602
- var import_jsx_runtime18 = require("react/jsx-runtime");
603
- var SvgUndoIcon = ({
604
- title,
605
- titleId,
606
- ...props
607
- }) => /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(
608
- "svg",
609
- {
610
- xmlns: "http://www.w3.org/2000/svg",
611
- width: props.size || "1em",
612
- height: props.size || "1em",
613
- fill: "none",
614
- viewBox: "0 0 16 16",
615
- "aria-labelledby": titleId,
616
- ...props,
617
- children: [
618
- title ? /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("title", { id: titleId, children: title }) : null,
619
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
620
- "path",
621
- {
622
- fill: "currentColor",
623
- fillRule: "evenodd",
624
- d: "M5.864 2.136a.75.75 0 0 1 0 1.061L4.478 4.583h4.856a4.75 4.75 0 0 1 0 9.5H8a.75.75 0 0 1 0-1.5h1.334a3.25 3.25 0 0 0 0-6.5H4.478L5.864 7.47a.75.75 0 1 1-1.06 1.06L1.605 5.333l3.197-3.197a.75.75 0 0 1 1.061 0",
625
- clipRule: "evenodd"
626
- }
627
- )
628
- ]
629
- }
630
- );
631
- var UndoIcon_default = SvgUndoIcon;
632
-
633
- // src/16/WarningFilledIcon.tsx
634
- var import_jsx_runtime19 = require("react/jsx-runtime");
635
- var SvgWarningFilledIcon = ({
636
- title,
637
- titleId,
638
- ...props
639
- }) => /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(
640
- "svg",
641
- {
642
- xmlns: "http://www.w3.org/2000/svg",
643
- width: props.size || "1em",
644
- height: props.size || "1em",
645
- fill: "none",
646
- viewBox: "0 0 16 16",
647
- "aria-labelledby": titleId,
648
- ...props,
649
- children: [
650
- title ? /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("title", { id: titleId, children: title }) : null,
651
- /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
652
- "path",
653
- {
654
- fill: "currentColor",
655
- fillRule: "evenodd",
656
- d: "m6.55 3.537-5.122 8.965A1.67 1.67 0 0 0 2.878 15h10.244a1.67 1.67 0 0 0 1.45-2.498L9.45 3.537c-.641-1.122-2.259-1.122-2.9 0M8 5.75a.75.75 0 0 1 .75.75v3a.75.75 0 1 1-1.5 0v-3a.75.75 0 0 1 .75-.75m0 7.25a1 1 0 1 0 0-2 1 1 0 0 0 0 2",
657
- clipRule: "evenodd"
658
- }
659
- )
660
- ]
661
- }
662
- );
663
- var WarningFilledIcon_default = SvgWarningFilledIcon;
664
-
665
- // src/16/XIcon.tsx
666
- var import_jsx_runtime20 = require("react/jsx-runtime");
667
- var SvgXIcon = ({
668
- title,
669
- titleId,
670
- ...props
671
- }) => /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)(
672
- "svg",
673
- {
674
- xmlns: "http://www.w3.org/2000/svg",
675
- width: props.size || "1em",
676
- height: props.size || "1em",
677
- fill: "none",
678
- viewBox: "0 0 16 16",
679
- "aria-labelledby": titleId,
680
- ...props,
681
- children: [
682
- title ? /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("title", { id: titleId, children: title }) : null,
683
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("g", { clipPath: "url(#x-icon_svg__a)", children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
684
- "path",
685
- {
686
- fill: "currentColor",
687
- fillRule: "evenodd",
688
- d: "M13.48 2.52a.75.75 0 0 1 0 1.06L9.06 8l4.42 4.42a.75.75 0 0 1-1.06 1.06L8 9.06l-4.42 4.42a.75.75 0 1 1-1.06-1.06L6.94 8 2.52 3.58a.75.75 0 0 1 1.06-1.06L8 6.94l4.42-4.42a.75.75 0 0 1 1.06 0",
689
- clipRule: "evenodd"
690
- }
691
- ) }),
692
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("clipPath", { id: "x-icon_svg__a", children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { fill: "#fff", d: "M0 0h16v16H0z" }) }) })
693
- ]
694
- }
695
- );
696
- var XIcon_default = SvgXIcon;
697
- // Annotate the CommonJS export names for ESM import in node:
698
- 0 && (module.exports = {
699
- AvatarIcon,
700
- CaretLeftIcon,
701
- CaretRightIcon,
702
- CheckFilledIcon,
703
- CheckmarkIcon,
704
- CloseIcon,
705
- EllipseIcon,
706
- ErrorAltFilledIcon,
707
- ErrorFilledIcon,
708
- InfoFilledIcon,
709
- MinusIcon,
710
- MoreIcon,
711
- NoneIcon,
712
- PlusIcon,
713
- ReadOnlyIcon,
714
- RedoIcon,
715
- TrashIcon,
716
- UndoIcon,
717
- WarningFilledIcon,
718
- XIcon
719
- });
1
+ 'use strict';
2
+
3
+ var jsxRuntime = require('react/jsx-runtime');
4
+
5
+ var I1=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M7.251 2a.75.75 0 0 1 1.5 0v6.189l1.219-1.22a.75.75 0 0 1 1.06 1.061l-3.028 3.03L4.97 8.03a.75.75 0 1 1 1.06-1.06l1.221 1.22zm6.416 11.75a.75.75 0 0 0 0-1.5H2.334a.75.75 0 0 0 0 1.5z",clipRule:"evenodd"})]}),M1=I1;var E1=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M5.47 2.97a.75.75 0 0 1 1.06 0l.72.72V1a.75.75 0 0 1 1.5 0v2.69l.72-.72a.75.75 0 0 1 1.06 1.06L8 6.56 5.47 4.03a.75.75 0 0 1 0-1.06M1.583 8a.75.75 0 0 1 .75-.75h11.333a.75.75 0 1 1 0 1.5H2.333a.75.75 0 0 1-.75-.75m4.947 5.03a.75.75 0 0 1-1.06-1.06L8 9.44l2.53 2.53a.75.75 0 0 1-1.06 1.06l-.72-.72V15a.75.75 0 0 1-1.5 0v-2.69z",clipRule:"evenodd"})]}),H1=E1;var B1=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M2.333 2.25a.75.75 0 1 0 0 1.5h11.333a.75.75 0 1 0 0-1.5zM8.75 14a.75.75 0 0 1-1.5 0V7.81L6.03 9.03a.75.75 0 0 1-1.06-1.06L8 4.94l3.03 3.03a.75.75 0 1 1-1.06 1.06L8.75 7.81z",clipRule:"evenodd"})]}),A1=B1;var k1=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsxs("g",{clipPath:"url(#anonymous-icon_svg__a)",children:[jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M9.122.622a2.35 2.35 0 0 1 3.57.954l1.403 3.274H15.2a.75.75 0 0 1 0 1.5H.8a.75.75 0 0 1 0-1.5h1.106l1.403-3.274a2.35 2.35 0 0 1 3.57-.954l.611.458a.85.85 0 0 0 1.02 0zm2.19 1.545 1.15 2.683H3.539l1.15-2.683a.85.85 0 0 1 1.291-.345l.611.458a2.35 2.35 0 0 0 2.82 0l.612-.458a.85.85 0 0 1 1.29.345ZM2.45 6.85h11.1V8a2.75 2.75 0 0 1-5.478.35h-.144A2.75 2.75 0 0 1 2.45 8zM4 8.35a1.25 1.25 0 0 0 2.4 0zm5.6 0a1.25 1.25 0 0 0 2.4 0z",clipRule:"evenodd"}),jsxRuntime.jsx("path",{d:"M1.6 11.25a.75.75 0 0 0-.624 1.166l1.128 1.693-.84.42a.75.75 0 1 0 .671 1.342l1.6-.8a.75.75 0 0 0 .289-1.087L3 12.75h4.25v2.45a.75.75 0 0 0 1.5 0v-2.45h4.248l-.822 1.234a.75.75 0 0 0 .288 1.087l1.6.8a.75.75 0 1 0 .671-1.342l-.84-.42 1.129-1.693a.75.75 0 0 0-.624-1.166z"})]}),jsxRuntime.jsx("defs",{children:jsxRuntime.jsx("clipPath",{id:"anonymous-icon_svg__a",children:jsxRuntime.jsx("path",{d:"M0 0h16v16H0z"})})})]}),F1=k1;var T1=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("g",{clipPath:"url(#arrow-down-circle-filled-icon_svg__a)",children:jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16m.75-11.6a.75.75 0 0 0-1.5 0v5.39L5.73 8.27a.75.75 0 1 0-1.06 1.06L8 12.66l3.33-3.33a.75.75 0 0 0-1.06-1.06L8.75 9.79z",clipRule:"evenodd"})}),jsxRuntime.jsx("defs",{children:jsxRuntime.jsx("clipPath",{id:"arrow-down-circle-filled-icon_svg__a",children:jsxRuntime.jsx("path",{d:"M0 0h16v16H0z"})})})]}),Z1=T1;var W1=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("g",{clipPath:"url(#attachments-icon_svg__a)",children:jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M12.285 2.697a1.75 1.75 0 0 0-2.475 0l-5.48 5.48a3 3 0 0 0 4.243 4.242L12.993 8a.75.75 0 0 1 1.06 1.062l-4.42 4.419A4.5 4.5 0 1 1 3.27 7.116l5.48-5.48a3.25 3.25 0 1 1 4.596 4.596l-5.48 5.48a2 2 0 0 1-2.829-2.828l4.42-4.42a.75.75 0 1 1 1.06 1.061l-4.419 4.42a.5.5 0 0 0 .707.707l5.48-5.48a1.75 1.75 0 0 0 0-2.475",clipRule:"evenodd"})}),jsxRuntime.jsx("defs",{children:jsxRuntime.jsx("clipPath",{id:"attachments-icon_svg__a",children:jsxRuntime.jsx("path",{d:"M0 0h16v16H0z"})})})]}),D1=W1;var O1=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"none",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M8 8a2 2 0 1 0 .001-3.999A2 2 0 0 0 8 8m0 1c-1.335 0-4 .67-4 2v1h8v-1c0-1.33-2.665-2-4-2",clipRule:"evenodd"})]}),J1=O1;var X1=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{d:"M3 12.992C3 13.548 3.451 14 4.008 14H8.64c2.657 0 4.286-1.269 4.286-3.377 0-1.44-.823-2.537-2.297-2.863 1.234-.463 1.834-1.354 1.834-2.657C12.463 3.234 11.074 2 8.777 2H4.008C3.451 2 3 2.451 3 3.008zM5.88 6.68V4.4h2.246c.908 0 1.405.446 1.405 1.114 0 .737-.548 1.166-1.354 1.166zm0 4.92V9.08h2.537c1.029 0 1.594.48 1.594 1.251 0 .823-.634 1.269-1.542 1.269z"})]}),K1=X1;var Y1=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M6 .583c-1.15 0-2.083.933-2.083 2.084v12a.75.75 0 0 0 1.296.514L8 12.226l2.788 2.955a.75.75 0 0 0 1.296-.514v-12c0-1.15-.933-2.084-2.084-2.084z",clipRule:"evenodd"})]}),$1=Y1;var e0=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M6 2.083a.583.583 0 0 0-.583.584v10.112l2.038-2.16a.75.75 0 0 1 1.09 0l2.039 2.16V2.667A.583.583 0 0 0 10 2.083zm-2.083.584C3.917 1.517 4.85.583 6 .583h4c1.15 0 2.084.933 2.084 2.084v12a.75.75 0 0 1-1.296.514L8 12.226l-2.787 2.955a.75.75 0 0 1-1.296-.514z",clipRule:"evenodd"})]}),o0=e0;var t0=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"none",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M10.53 12.53a.75.75 0 0 0 0-1.06L7.06 8l3.47-3.47a.75.75 0 1 0-1.06-1.06l-4 4a.75.75 0 0 0 0 1.06l4 4a.75.75 0 0 0 1.06 0",clipRule:"evenodd"})]}),a0=t0;var i0=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"none",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M5.47 3.47a.75.75 0 0 0 0 1.06L8.94 8l-3.47 3.47a.75.75 0 1 0 1.06 1.06l4-4a.75.75 0 0 0 0-1.06l-4-4a.75.75 0 0 0-1.06 0",clipRule:"evenodd"})]}),s0=i0;var m0=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"none",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14m3.33-8.32a.75.75 0 0 0-1.06-1.06L7.2 8.69 6.13 7.62a.75.75 0 1 0-1.06 1.06l2.13 2.13z",clipRule:"evenodd"})]}),n0=m0;var d0=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14m3.33-8.32a.75.75 0 0 0-1.06-1.06L7.2 8.69 6.13 7.62a.75.75 0 1 0-1.06 1.06l2.13 2.13z",clipRule:"evenodd"})]}),f0=d0;var h0=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"none",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M14.53 3.97a.75.75 0 0 1 0 1.06L6 13.56 1.47 9.03a.75.75 0 0 1 1.06-1.06L6 11.44l7.47-7.47a.75.75 0 0 1 1.06 0",clipRule:"evenodd"})]}),g0=h0;var V0=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("circle",{cx:8,cy:8,r:4})]}),w0=V0;var u0=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14m2.93-4.07a.75.75 0 0 1-1.06 0L8 9.06l-1.87 1.87a.75.75 0 1 1-1.06-1.06L6.938 8l-1.87-1.87a.75.75 0 0 1 1.06-1.06L8 6.94l1.87-1.87a.75.75 0 1 1 1.061 1.06L9.06 8l1.87 1.87a.75.75 0 0 1 0 1.06",clipRule:"evenodd"})]}),R0=u0;var y0=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"none",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M13.48 2.52a.75.75 0 0 1 0 1.06L9.062 8l4.42 4.42a.75.75 0 1 1-1.061 1.06L8 9.06l-4.419 4.42a.75.75 0 0 1-1.06-1.06L6.94 8 2.52 3.58a.75.75 0 0 1 1.061-1.06l4.42 4.42 4.419-4.42a.75.75 0 0 1 1.06 0",clipRule:"evenodd"})]}),z0=y0;var b0=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("g",{clipPath:"url(#edit-icon_svg__a)",children:jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M10.409 1.53a2.25 2.25 0 0 1 3.182 0l.879.879a2.25 2.25 0 0 1 0 3.182l-9.72 9.72a1.5 1.5 0 0 1-1.06.439H.25v-3.44c0-.397.158-.779.44-1.06zm2.121 1.061a.75.75 0 0 0-1.06 0L10.06 4 12 5.94l1.409-1.41a.75.75 0 0 0 0-1.06zM10.94 7 9 5.06l-7.25 7.25v1.94h1.94z",clipRule:"evenodd"})}),jsxRuntime.jsx("defs",{children:jsxRuntime.jsx("clipPath",{id:"edit-icon_svg__a",children:jsxRuntime.jsx("path",{d:"M0 0h16v16H0z"})})})]}),I0=b0;var C0=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"none",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M8 13.5a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14",clipRule:"evenodd"})]}),E0=C0;var _0=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsxs("g",{clipPath:"url(#emoji-smile-icon_svg__a)",children:[jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M8 14.5a6.5 6.5 0 1 0 0-13 6.5 6.5 0 0 0 0 13M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16",clipRule:"evenodd"}),jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M4.522 8.904a.75.75 0 0 1 .974.418c.34.848 1.298 1.528 2.504 1.528s2.164-.68 2.504-1.528a.75.75 0 1 1 1.392.556C11.304 11.36 9.75 12.35 8 12.35s-3.304-.99-3.896-2.472a.75.75 0 0 1 .418-.974",clipRule:"evenodd"}),jsxRuntime.jsx("path",{d:"M6.8 6a1.2 1.2 0 1 1-2.4 0 1.2 1.2 0 0 1 2.4 0m4.8 0a1.2 1.2 0 1 1-2.4 0 1.2 1.2 0 0 1 2.4 0"})]}),jsxRuntime.jsx("defs",{children:jsxRuntime.jsx("clipPath",{id:"emoji-smile-icon_svg__a",children:jsxRuntime.jsx("path",{d:"M0 0h16v16H0z"})})})]}),B0=_0;var A0=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14m2.93-8.87a.75.75 0 0 0-1.06-1.06l-4.8 4.8a.75.75 0 1 0 1.06 1.06z",clipRule:"evenodd"})]}),L0=A0;var F0=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"none",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14m2.93-8.87a.75.75 0 0 0-1.06-1.06l-4.8 4.8a.75.75 0 1 0 1.06 1.06z",clipRule:"evenodd"})]}),T0=F0;var U0=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0M8 4.25a.75.75 0 0 1 .75.75v3a.75.75 0 0 1-1.5 0V5A.75.75 0 0 1 8 4.25m0 7.25a1 1 0 1 0 0-2 1 1 0 0 0 0 2",clipRule:"evenodd"})]}),W0=U0;var q0=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M8 13.5a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14M8 4.25a.75.75 0 0 1 .75.75v3a.75.75 0 0 1-1.5 0V5A.75.75 0 0 1 8 4.25m0 7.25a1 1 0 1 0 0-2 1 1 0 0 0 0 2",clipRule:"evenodd"})]}),O0=q0;var N0=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"none",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0M8 4.25a.75.75 0 0 1 .75.75v3a.75.75 0 0 1-1.5 0V5A.75.75 0 0 1 8 4.25m0 7.25a1 1 0 1 0 0-2 1 1 0 0 0 0 2",clipRule:"evenodd"})]}),X0=N0;var Q0=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M7.47.47a.75.75 0 0 1 1.06 0l4 4a.75.75 0 0 1-1.06 1.06L8 2.06 4.53 5.53a.75.75 0 0 1-1.06-1.06zm-4 10a.75.75 0 0 1 1.06 0L8 13.94l3.47-3.47a.75.75 0 1 1 1.06 1.06l-4 4a.75.75 0 0 1-1.06 0l-4-4a.75.75 0 0 1 0-1.06",clipRule:"evenodd"})]}),Y0=Q0;var j0=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{d:"M.584 10c0 1.15.933 2.083 2.083 2.083h8a.75.75 0 0 0 .492-.184l3.833-3.333a.75.75 0 0 0 0-1.132L11.16 4.101a.75.75 0 0 0-.492-.184h-8A2.083 2.083 0 0 0 .584 6z"})]}),ee=j0;var le=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{d:"M15.61 8.44c.24-.33.17-.8-.16-1.05a.75.75 0 0 0-1.05.16c-.03.04-2.75 3.69-6.39 3.69s-6.38-3.65-6.4-3.68A.75.75 0 0 0 .56 7.4.75.75 0 0 0 .4 8.45c.06.09.83 1.12 2.12 2.16l-1.35 1.93a.74.74 0 0 0 .18 1.04c.13.09.28.14.43.14.24 0 .47-.11.61-.32l1.35-1.92c1 .61 2.18 1.1 3.51 1.24v2.29c0 .41.34.75.75.75s.75-.34.75-.75v-2.29c1.33-.14 2.51-.64 3.51-1.24l1.35 1.92c.15.21.38.32.62.32.15 0 .3-.04.43-.14.34-.24.42-.71.18-1.04l-1.35-1.93c1.29-1.03 2.06-2.07 2.12-2.16z"})]}),te=le;var re=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{d:"m.04 8 2.53-2.53a.75.75 0 0 1 1.06 1.06l-.72.72H5a.75.75 0 0 1 0 1.5H2.91l.72.72a.75.75 0 1 1-1.06 1.06zm15.92 0-2.53 2.53a.75.75 0 0 1-1.06-1.06l.72-.72H11a.75.75 0 0 1 0-1.5h2.09l-.72-.72a.75.75 0 0 1 1.06-1.06zM7 8a1 1 0 1 0 2 0 1 1 0 0 0-2 0"})]}),ie=re;var pe=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14M9 4.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0m-2.75 3A.75.75 0 0 1 7 6.75h1.75v4H9a.75.75 0 0 1 0 1.5H7a.75.75 0 0 1 0-1.5h.25v-2.5H7a.75.75 0 0 1-.75-.75",clipRule:"evenodd"})]}),me=pe;var ce=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"none",viewBox:"0 0 20 20","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("g",{clipPath:"url(#info-filled-icon_svg__a)",children:jsxRuntime.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M20 10c0 5.523-4.477 10-10 10S0 15.523 0 10 4.477 0 10 0s10 4.477 10 10m-8.75-4.25a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0M8.5 8.25a.75.75 0 0 0 0 1.5h.75v4.5H8.5a.75.75 0 0 0 0 1.5h3a.75.75 0 0 0 0-1.5h-.75v-6z",clipRule:"evenodd"})}),jsxRuntime.jsx("defs",{children:jsxRuntime.jsx("clipPath",{id:"info-filled-icon_svg__a",children:jsxRuntime.jsx("path",{fill:"#fff",d:"M0 0h20v20H0z"})})})]}),de=ce;var ve=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M6.05 3.5a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 0 1.5H9.398l-1.659 7.3H8.8a.75.75 0 0 1 0 1.5h-4a.75.75 0 0 1 0-1.5h1.402l1.66-7.3H6.8a.75.75 0 0 1-.75-.75",clipRule:"evenodd"})]}),he=ve;var Se=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M12.1 3.545a1.25 1.25 0 0 0-1.767 0L7.504 6.373a1.25 1.25 0 0 0 0 1.768l.283.283a.75.75 0 0 1-1.06 1.06l-.283-.283a2.75 2.75 0 0 1 0-3.889l2.828-2.828a2.75 2.75 0 0 1 3.89 0l.565.566a2.75 2.75 0 0 1 0 3.889l-1.556 1.555a.75.75 0 0 1-1.06-1.06l1.555-1.556a1.25 1.25 0 0 0 0-1.768zM8.425 6.726a.75.75 0 0 1 1.06 0l.283.283a2.75 2.75 0 0 1 0 3.89L6.94 13.726a2.75 2.75 0 0 1-3.89 0l-.565-.566a2.75 2.75 0 0 1 0-3.889L3.947 7.81a.75.75 0 0 1 1.06 1.06l-1.461 1.462a1.25 1.25 0 0 0 0 1.768l.566.565a1.25 1.25 0 0 0 1.767 0l2.829-2.828a1.25 1.25 0 0 0 0-1.768l-.283-.283a.75.75 0 0 1 0-1.06",clipRule:"evenodd"})]}),Ve=Se;var Ge=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M3 4.333a1 1 0 1 0 0-2 1 1 0 0 0 0 2m3.75-1.75a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5zm0 4.667a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5zM6 12.667a.75.75 0 0 1 .75-.75h6.5a.75.75 0 0 1 0 1.5h-6.5a.75.75 0 0 1-.75-.75M4 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0m-1 5.667a1 1 0 1 0 0-2 1 1 0 0 0 0 2",clipRule:"evenodd"})]}),ue=Ge;var Pe=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{d:"M8 8.75a.75.75 0 0 1 .75.75v2a.75.75 0 0 1-1.5 0v-2A.75.75 0 0 1 8 8.75"}),jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M4.75 5.75V4a3.25 3.25 0 1 1 6.5 0v1.75H12c.966 0 1.75.784 1.75 1.75v6A1.75 1.75 0 0 1 12 15.25H4a1.75 1.75 0 0 1-1.75-1.75v-6c0-.966.784-1.75 1.75-1.75zM6.25 4a1.75 1.75 0 1 1 3.5 0v1.75h-3.5zM12 7.25a.25.25 0 0 1 .25.25v6a.25.25 0 0 1-.25.25H4a.25.25 0 0 1-.25-.25v-6A.25.25 0 0 1 4 7.25z",clipRule:"evenodd"})]}),ye=Pe;var xe=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("g",{clipPath:"url(#magic-icon_svg__a)",children:jsxRuntime.jsx("path",{d:"M8.627.853c-.104-.725-1.15-.725-1.254 0l-.149 1.038-1.038.149c-.725.103-.725 1.15 0 1.254l1.038.148.149 1.038c.103.725 1.15.725 1.254 0l.148-1.038 1.038-.148c.725-.104.725-1.15 0-1.254l-1.038-.15zM4.109 8.558 3.961 7.52c-.104-.725-1.15-.725-1.254 0l-.149 1.038-1.038.148c-.725.104-.725 1.15 0 1.254l1.038.149.149 1.038c.103.725 1.15.725 1.254 0l.148-1.038 1.038-.149c.725-.103.725-1.15 0-1.254L4.11 8.558Zm9.333 3.333-.148-1.038c-.104-.725-1.15-.725-1.254 0l-.148 1.038-1.039.149c-.725.103-.725 1.15 0 1.254l1.039.148.148 1.038c.103.725 1.15.725 1.254 0l.148-1.038 1.038-.148c.725-.104.725-1.15 0-1.254zM15 6.333a1 1 0 1 1-2 0 1 1 0 0 1 2 0M9.333 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2m-6-5.667a1 1 0 1 1-2 0 1 1 0 0 1 2 0m3 11.667a1 1 0 1 0 0-2 1 1 0 0 0 0 2"})}),jsxRuntime.jsx("defs",{children:jsxRuntime.jsx("clipPath",{id:"magic-icon_svg__a",children:jsxRuntime.jsx("path",{d:"M0 0h16v16H0z"})})})]}),be=xe;var Me=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"none",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M14.75 8a.75.75 0 0 1-.75.75H2a.75.75 0 0 1 0-1.5h12a.75.75 0 0 1 .75.75",clipRule:"evenodd"})]}),Ce=Me;var He=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("g",{clipPath:"url(#monkey-icon_svg__a)",children:jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M8 .05a7.95 7.95 0 0 0 0 15.9h4a.75.75 0 1 0 0-1.5H8a6.45 6.45 0 1 1 0-12.9h1.092a5.36 5.36 0 0 1 5.358 5.358V9.4a1.45 1.45 0 1 1-2.9 0V4a.75.75 0 0 0-1.5 0v.4a3.75 3.75 0 0 0-6 3v1.2a3.75 3.75 0 0 0 6.541 2.504A2.95 2.95 0 0 0 15.95 9.4V6.908A6.86 6.86 0 0 0 9.093.05zm2.05 8.552V7.398a2.25 2.25 0 0 0-4.5.002v1.2a2.25 2.25 0 0 0 4.5.002",clipRule:"evenodd"})}),jsxRuntime.jsx("defs",{children:jsxRuntime.jsx("clipPath",{id:"monkey-icon_svg__a",children:jsxRuntime.jsx("path",{d:"M0 0h16v16H0z"})})})]}),_e=He;var Ae=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"none",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M13 8a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0M6.5 8a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0m-5-1.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3",clipRule:"evenodd"})]}),Le=Ae;var Fe=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M8 13a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3m0-6.5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3m1.5-5a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0",clipRule:"evenodd"})]}),Te=Fe;var Ue=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"none",viewBox:"0 0 14 14","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("mask",{id:"none-icon_svg__a",width:14,height:14,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"},children:jsxRuntime.jsx("circle",{cx:7,cy:7,r:7,fill:"#2B2E36"})}),jsxRuntime.jsx("g",{mask:"url(#none-icon_svg__a)",children:jsxRuntime.jsx("path",{stroke:"#C83C29",strokeWidth:2,d:"M15-1-1 15"})})]}),We=Ue;var qe=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M14.667 3C15.403 3 16 3.597 16 4.333v7.334c0 .736-.597 1.333-1.333 1.333H1.333A1.333 1.333 0 0 1 0 11.667V4.333C0 3.597.597 3 1.333 3zm-.917 1h.917c.184 0 .333.15.333.333v7.334c0 .184-.15.333-.333.333h-.917zm-10 0h8.5v8h-8.5zm-1.5 0h-.917A.333.333 0 0 0 1 4.333v7.334c0 .184.15.333.333.333h.917z",clipRule:"evenodd"})]}),Oe=qe;var Ne=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M14.667 3C15.403 3 16 3.597 16 4.333v7.334c0 .736-.597 1.333-1.333 1.333H1.333A1.333 1.333 0 0 1 0 11.667V4.333C0 3.597.597 3 1.333 3zM11.5 4h3.167c.184 0 .333.15.333.333v7.334c0 .184-.15.333-.333.333H11.5zm-7 8H1.333A.333.333 0 0 1 1 11.667V4.333C1 4.15 1.15 4 1.333 4H4.5zM6 4.5h4v7H6z",clipRule:"evenodd"})]}),Xe=Ne;var Qe=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{d:"M0 3.75h1.25v8.5H0v1.5h1.333c.783 0 1.417-.634 1.417-1.417V3.667c0-.783-.634-1.417-1.417-1.417H0z"}),jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M4.25 3.667c0-.783.634-1.417 1.417-1.417h4.666c.783 0 1.417.634 1.417 1.417v8.666c0 .783-.634 1.417-1.417 1.417H5.667a1.417 1.417 0 0 1-1.417-1.417zm1.5.083v8.5h4.5v-8.5z",clipRule:"evenodd"}),jsxRuntime.jsx("path",{d:"M14.75 3.75H16v-1.5h-1.333c-.783 0-1.417.634-1.417 1.417v8.666c0 .783.634 1.417 1.417 1.417H16v-1.5h-1.25z"})]}),Ye=Qe;var je=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M1.667 13.75A1.417 1.417 0 0 1 .25 12.333V3.667c0-.783.634-1.417 1.417-1.417h12.666c.783 0 1.417.634 1.417 1.417v8.666c0 .783-.634 1.417-1.417 1.417zm.083-1.5v-8.5h5.5v8.5zm7-8.5v8.5h5.5v-8.5z",clipRule:"evenodd"})]}),e5=je;var l5=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M3.75 1.75v12.5h8.5V1.75zm-1.5-.083C2.25.884 2.884.25 3.667.25h8.666c.783 0 1.417.634 1.417 1.417v12.666c0 .783-.634 1.417-1.417 1.417H3.667a1.417 1.417 0 0 1-1.417-1.417z",clipRule:"evenodd"})]}),t5=l5;var r5=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{d:"M3.75 0v2.25h8.5V0h1.5v2.333c0 .783-.634 1.417-1.417 1.417H3.667A1.417 1.417 0 0 1 2.25 2.333V0zm0 16V6.75h8.5V16h1.5V6.667c0-.783-.634-1.417-1.417-1.417H3.667c-.783 0-1.417.634-1.417 1.417V16z"})]}),i5=r5;var p5=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M2.04 6a3.96 3.96 0 0 1 7.859-.706H6.666c-.758 0-1.372.615-1.372 1.373v3.23A3.96 3.96 0 0 1 2.04 6m3.254 5.326a5.374 5.374 0 1 1 6.033-6.032H14c.758 0 1.372.615 1.372 1.373V14c0 .758-.614 1.373-1.372 1.373H6.667A1.373 1.373 0 0 1 5.293 14zm1.412 2.635V6.706h7.255v7.255z",clipRule:"evenodd"})]}),m5=p5;var c5=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"none",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("g",{clipPath:"url(#plus-icon_svg__a)",children:jsxRuntime.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M8 .25a.75.75 0 0 1 .75.75v6.25H15a.75.75 0 0 1 0 1.5H8.75V15a.75.75 0 0 1-1.5 0V8.75H1a.75.75 0 0 1 0-1.5h6.25V1A.75.75 0 0 1 8 .25",clipRule:"evenodd"})}),jsxRuntime.jsx("defs",{children:jsxRuntime.jsx("clipPath",{id:"plus-icon_svg__a",children:jsxRuntime.jsx("path",{fill:"#fff",d:"M0 0h16v16H0z"})})})]}),d5=c5;var v5=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"none",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M10.262 1.677a1.75 1.75 0 0 1 2.475 0l1.586 1.585a1.75 1.75 0 0 1 0 2.475L11.53 8.53l-1.06-1.06.969-.97-1.94-1.94-.969.97-1.06-1.06zM10.56 3.5l.763-.763a.25.25 0 0 1 .354 0l1.585 1.586a.25.25 0 0 1 0 .354l-.763.762zM1.97 1.971a.75.75 0 0 1 1.06 0l11 11a.75.75 0 1 1-1.06 1.06l-3.47-3.469-4.69 4.69H.75V11.19L5.438 6.5l-3.47-3.468a.75.75 0 0 1 0-1.06m4.53 5.59-4.25 4.25v1.94h1.94l4.25-4.25z",clipRule:"evenodd"})]}),h5=v5;var S5=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"none",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M10.136 2.136a.75.75 0 0 0 0 1.061l1.386 1.386H6.666a4.75 4.75 0 0 0 0 9.5H8a.75.75 0 0 0 0-1.5H6.666a3.25 3.25 0 0 1 0-6.5h4.856L10.136 7.47a.75.75 0 1 0 1.06 1.06l3.198-3.197-3.197-3.197a.75.75 0 0 0-1.061 0",clipRule:"evenodd"})]}),V5=S5;var G5=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{d:"m9.526 3.75-1.09 2.997-1.14-1.255.633-1.742H5.713L4.35 2.25H14a.75.75 0 0 1 0 1.5zm-5.231 9.994 1.271-3.495 1.14 1.255-1.001 2.752a.75.75 0 1 1-1.41-.512M2.605 2.546a.75.75 0 1 0-1.11 1.009l9.949 10.95a.75.75 0 0 0 1.11-1.01l-9.95-10.95Z"})]}),u5=G5;var P5=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M14.417 3a.75.75 0 0 1-.75.75H2.334a.75.75 0 0 1 0-1.5h11.333a.75.75 0 0 1 .75.75m0 10a.75.75 0 0 1-.75.75H2.334a.75.75 0 0 1 0-1.5h11.333a.75.75 0 0 1 .75.75m-.75-4.25a.75.75 0 0 0 0-1.5H2.334a.75.75 0 0 0 0 1.5z",clipRule:"evenodd"})]}),y5=P5;var x5=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{d:"M7.172 1.898A.75.75 0 1 1 8.16.768l2.667 2.334a.75.75 0 0 1 0 1.129L8.16 6.564a.75.75 0 0 1-.988-1.128l1.32-1.155a3.917 3.917 0 1 0 3.424 3.886.75.75 0 0 1 1.5 0A5.417 5.417 0 1 1 8.15 2.752l-.977-.854Z"})]}),b5=x5;var M5=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{d:"M8.828 1.898A.75.75 0 1 0 7.84.768L5.173 3.103a.75.75 0 0 0 0 1.129L7.84 6.564a.75.75 0 0 0 .988-1.128L7.508 4.28a3.917 3.917 0 1 1-3.424 3.886.75.75 0 1 0-1.5 0 5.417 5.417 0 1 0 5.268-5.415z"})]}),C5=M5;var H5=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsxs("g",{fillRule:"evenodd",clipPath:"url(#settings-icon_svg__a)",clipRule:"evenodd",children:[jsxRuntime.jsx("path",{d:"M5.096 8A2.91 2.91 0 0 1 8 5.097 2.91 2.91 0 0 1 10.903 8 2.91 2.91 0 0 1 8 10.903 2.91 2.91 0 0 1 5.096 8m1.452 0A1.45 1.45 0 0 0 8 9.452 1.45 1.45 0 0 0 9.45 8 1.45 1.45 0 0 0 8 6.548 1.45 1.45 0 0 0 6.548 8"}),jsxRuntime.jsx("path",{d:"m13.061 5.9 1.335.271A1.37 1.37 0 0 1 15.5 7.516v.978a1.37 1.37 0 0 1-1.104 1.345l-1.335.27.755 1.133c.358.542.29 1.268-.174 1.732l-.687.687a1.38 1.38 0 0 1-1.733.175l-1.132-.755-.27 1.335a1.37 1.37 0 0 1-1.346 1.103h-.977a1.37 1.37 0 0 1-1.346-1.103l-.27-1.335-1.133.755a1.38 1.38 0 0 1-1.732-.175l-.687-.687a1.38 1.38 0 0 1-.174-1.732l.754-1.132-1.335-.271A1.37 1.37 0 0 1 .47 8.494v-.978c0-.658.464-1.22 1.103-1.345L2.909 5.9l-.754-1.132a1.38 1.38 0 0 1 .174-1.732l.687-.688a1.38 1.38 0 0 1 1.732-.174l1.132.755.271-1.335A1.37 1.37 0 0 1 7.497.49h.977c.658 0 1.22.465 1.345 1.104l.271 1.335 1.132-.755a1.38 1.38 0 0 1 1.733.174l.687.688c.464.464.532 1.19.174 1.732zm-3.532 5.816a1.39 1.39 0 0 1 1.326.116l1.122.745.6-.6-.745-1.122a1.44 1.44 0 0 1-.116-1.326 1.41 1.41 0 0 1 1.016-.852l1.316-.26v-.843l-1.316-.261a1.39 1.39 0 0 1-1.016-.852 1.39 1.39 0 0 1 .116-1.325l.745-1.123-.6-.6-1.122.745c-.417.28-.92.28-1.326.116a1.41 1.41 0 0 1-.852-1.016l-.261-1.316h-.842l-.261 1.316a1.39 1.39 0 0 1-.852 1.016 1.39 1.39 0 0 1-1.326-.116l-1.122-.745-.6.6.745 1.123c.28.416.28.919.116 1.325a1.41 1.41 0 0 1-1.016.852l-1.316.261v.842l1.316.261c.493.097.851.446 1.016.852.174.407.164.91-.116 1.326l-.745 1.122.6.6 1.122-.745c.416-.27.92-.28 1.326-.116.397.165.755.523.852 1.016l.26 1.316h.843l.261-1.316a1.39 1.39 0 0 1 .852-1.016"})]}),jsxRuntime.jsx("defs",{children:jsxRuntime.jsx("clipPath",{id:"settings-icon_svg__a",children:jsxRuntime.jsx("path",{d:"M0 0h16v16H0z"})})})]}),_5=H5;var B5=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M3.039 8.167 2.913 8A11 11 0 0 1 4.2 6.546C5.211 5.596 6.534 4.75 8 4.75s2.788.845 3.798 1.796A11 11 0 0 1 13.087 8q-.058.078-.127.167c-.271.352-.667.82-1.162 1.287-1.01.95-2.332 1.796-3.798 1.796s-2.788-.845-3.799-1.796c-.495-.466-.89-.935-1.162-1.287M13.999 8c.637-.397.636-.398.636-.398zm.636-.398.25.398-.25.398L14 8l.635.398V8.4l-.003.004-.008.011-.026.04a11 11 0 0 1-.45.627c-.306.399-.755.93-1.322 1.464-1.114 1.05-2.792 2.204-4.826 2.204s-3.712-1.155-4.827-2.204a12.6 12.6 0 0 1-1.677-1.95l-.095-.14-.026-.04-.008-.012-.002-.004-.001-.002L1.999 8l-.635.398L1.115 8l.249-.397.635.397c-.636-.397-.635-.398-.635-.398l.001-.002.002-.004.008-.011.026-.04a11 11 0 0 1 .45-.627c.307-.399.755-.93 1.322-1.464C4.288 4.404 5.966 3.25 8 3.25s3.712 1.155 4.826 2.204a12.6 12.6 0 0 1 1.677 1.95l.095.14.026.04.008.012.002.004zM8 10a2 2 0 1 0 0-4 2 2 0 0 0 0 4",clipRule:"evenodd"})]}),A5=B5;var k5=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{d:"M2.25 3A.75.75 0 0 1 3 2.25h10a.75.75 0 0 1 0 1.5H8.75v2h-1.5v-2H3A.75.75 0 0 1 2.25 3m5 11v-3.75h1.5V14a.75.75 0 0 1-1.5 0M1 7.25a.75.75 0 0 0 0 1.5h14a.75.75 0 0 0 0-1.5z"})]}),F5=k5;var Z5=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M2 2.25a.75.75 0 0 0 0 1.5h12a.75.75 0 0 0 0-1.5zm2 3.333a.75.75 0 0 0 0 1.5h8a.75.75 0 0 0 0-1.5zM1.25 9.667a.75.75 0 0 1 .75-.75h12a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1-.75-.75M4 12.25a.75.75 0 0 0 0 1.5h8a.75.75 0 0 0 0-1.5z",clipRule:"evenodd"})]}),U5=Z5;var D5=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M2 2.25a.75.75 0 0 0 0 1.5h12a.75.75 0 0 0 0-1.5zm0 3.333a.75.75 0 0 0 0 1.5h12a.75.75 0 0 0 0-1.5zm-.75 4.084a.75.75 0 0 1 .75-.75h12a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1-.75-.75M2 12.25a.75.75 0 0 0 0 1.5h12a.75.75 0 0 0 0-1.5z",clipRule:"evenodd"})]}),q5=D5;var J5=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M2 2.25a.75.75 0 0 0 0 1.5h12a.75.75 0 0 0 0-1.5zm0 3.333a.75.75 0 0 0 0 1.5h8a.75.75 0 0 0 0-1.5zm-.75 4.084a.75.75 0 0 1 .75-.75h12a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1-.75-.75M2 12.25a.75.75 0 0 0 0 1.5h8a.75.75 0 0 0 0-1.5z",clipRule:"evenodd"})]}),N5=J5;var K5=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M2 2.25a.75.75 0 0 0 0 1.5h12a.75.75 0 0 0 0-1.5zm4 3.333a.75.75 0 0 0 0 1.5h8a.75.75 0 0 0 0-1.5zM1.25 9.667a.75.75 0 0 1 .75-.75h12a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1-.75-.75M6 12.25a.75.75 0 0 0 0 1.5h8a.75.75 0 0 0 0-1.5z",clipRule:"evenodd"})]}),Q5=K5;var $5=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M6.179 10.036h-.036a3.893 3.893 0 1 1 0-7.786h6.286a.75.75 0 0 1 0 1.5h-1.792V14a.75.75 0 0 1-1.5 0V3.75H7.679V14a.75.75 0 0 1-1.5 0zM3.75 6.143A2.393 2.393 0 0 1 6.143 3.75h.036v4.786h-.036A2.393 2.393 0 0 1 3.75 6.143",clipRule:"evenodd"})]}),j5=$5;var oo=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M2.5 1.9a.6.6 0 0 0-.6.6v4a.6.6 0 0 0 .6.6h4a.6.6 0 0 0 .6-.6v-4a.6.6 0 0 0-.6-.6zm.6 4V3.1h2.8v2.8zm-.6 3a.6.6 0 0 0-.6.6v4a.6.6 0 0 0 .6.6h4a.6.6 0 0 0 .6-.6v-4a.6.6 0 0 0-.6-.6zm.6 4v-2.8h2.8v2.8zm5.8-3.4a.6.6 0 0 1 .6-.6h4a.6.6 0 0 1 .6.6v4a.6.6 0 0 1-.6.6h-4a.6.6 0 0 1-.6-.6zm1.2.6v2.8h2.8v-2.8zm-.6-8.2a.6.6 0 0 0-.6.6v4a.6.6 0 0 0 .6.6h4a.6.6 0 0 0 .6-.6v-4a.6.6 0 0 0-.6-.6zm.6 4V3.1h2.8v2.8z",clipRule:"evenodd"})]}),lo=oo;var ao=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("g",{clipPath:"url(#thumbs-down-icon_svg__a)",children:jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M6.8 9.388c.85 1.035 1.965 2.398 3.13 4.723a.285.285 0 0 0 .345.136l.004-.001a.29.29 0 0 0 .186-.341l-1.113-2.697a1.56 1.56 0 0 1 1.441-2.158h2.39q.033 0 .064.003a.33.33 0 0 0 .184-.084.41.41 0 0 0 .085-.465c-.029-.049-.09-.118-.24-.164a.75.75 0 0 1 .122-1.462c.163-.02.224-.083.253-.125a.4.4 0 0 0 .053-.268.4.4 0 0 0-.118-.246c-.039-.034-.111-.078-.272-.058a.75.75 0 0 1-.188-1.488c.158-.02.218-.081.248-.126.042-.06.07-.16.055-.277a.4.4 0 0 0-.114-.245c-.035-.03-.102-.073-.26-.051h-.001a.75.75 0 0 1-.267-1.475.4.4 0 0 0-.034-.165c-.083-.205-.408-.604-1.337-.604H9.224c-2.469 0-4.046 1.928-4.046 4.096 0 .719.123 1.236.327 1.688.211.467.523.898.96 1.442l.336.412Zm6.376 1.17a1 1 0 0 1-.104-.008h-2.279a.06.06 0 0 0-.054.087l1.129 2.734.022.061a1.79 1.79 0 0 1-1.123 2.232 1.785 1.785 0 0 1-2.175-.875l-.002-.004c-1.088-2.172-2.108-3.419-2.949-4.445l-.253-.31H3.201c-.465 0-.851-.214-1.14-.488-.285-.27-.507-.627-.678-1.01C1.042 7.764.851 6.756.851 5.68s.191-2.085.532-2.852c.17-.383.393-.74.678-1.01.289-.274.675-.488 1.14-.488h2.678C6.769.66 7.902.25 9.224.25h2.192c1.404 0 2.366.653 2.726 1.538.14.342.186.723.107 1.083l.053.045c.364.318.563.759.616 1.19.046.374-.012.78-.204 1.141.275.3.431.678.478 1.051a1.9 1.9 0 0 1-.396 1.425c.23.383.305.836.235 1.26-.134.806-.805 1.574-1.855 1.574Zm-8.655-7.73H3.203a.3.3 0 0 0-.11.077c-.098.093-.22.262-.34.53-.236.534-.402 1.326-.402 2.243 0 .918.166 1.71.403 2.244.119.267.241.437.34.53a.3.3 0 0 0 .109.076h1.124a5 5 0 0 1-.189-.377c-.3-.665-.46-1.396-.46-2.306A5.8 5.8 0 0 1 4.52 2.83Z",clipRule:"evenodd"})}),jsxRuntime.jsx("defs",{children:jsxRuntime.jsx("clipPath",{id:"thumbs-down-icon_svg__a",children:jsxRuntime.jsx("path",{d:"M0 0h16v16H0z"})})})]}),ro=ao;var so=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("g",{clipPath:"url(#thumbs-up-icon_svg__a)",children:jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M6.8 6.625c.85-1.035 1.965-2.398 3.13-4.723a.285.285 0 0 1 .345-.136l.004.001a.29.29 0 0 1 .186.341L9.351 4.806a1.56 1.56 0 0 0 1.442 2.157h2.39l.064-.003a.33.33 0 0 1 .184.084.41.41 0 0 1 .085.465c-.029.049-.09.118-.24.164a.75.75 0 0 0 .122 1.462c.163.02.224.083.253.125.04.057.067.153.053.267a.4.4 0 0 1-.118.247c-.039.034-.111.078-.272.058a.75.75 0 0 0-.188 1.488c.158.02.218.08.248.125.042.061.07.16.055.278a.4.4 0 0 1-.114.245c-.035.03-.103.073-.261.05a.75.75 0 0 0-.267 1.476.4.4 0 0 1-.034.165c-.083.205-.408.604-1.337.604H9.224c-2.469 0-4.046-1.928-4.046-4.096 0-.719.123-1.236.327-1.688.211-.467.523-.898.96-1.443l.336-.41Zm6.376-1.17a1 1 0 0 0-.104.008h-2.279c-.04 0-.073-.04-.054-.087l1.129-2.734A1.79 1.79 0 0 0 10.767.349a1.785 1.785 0 0 0-2.175.875l-.002.004C7.502 3.4 6.482 4.647 5.64 5.673l-.253.31H3.201c-.465 0-.851.214-1.14.488-.285.27-.507.627-.678 1.01-.341.767-.532 1.776-.532 2.852 0 1.077.191 2.085.532 2.853.17.383.393.739.678 1.01.289.274.675.487 1.14.487h2.678c.89.67 2.023 1.08 3.345 1.08h2.192c1.404 0 2.366-.653 2.726-1.538a1.84 1.84 0 0 0 .107-1.083l.053-.045a1.9 1.9 0 0 0 .616-1.19 1.93 1.93 0 0 0-.204-1.141c.275-.301.431-.678.478-1.051a1.9 1.9 0 0 0-.396-1.425c.23-.383.305-.836.235-1.26-.134-.806-.805-1.575-1.855-1.575m-8.655 7.728a5.8 5.8 0 0 1-.843-3.016c0-.91.16-1.64.46-2.306q.088-.194.19-.378H3.202a.3.3 0 0 0-.11.076c-.098.093-.22.263-.34.531-.236.534-.402 1.325-.402 2.243s.166 1.71.403 2.243c.119.268.241.438.34.531a.3.3 0 0 0 .109.076H4.52Z",clipRule:"evenodd"})}),jsxRuntime.jsx("defs",{children:jsxRuntime.jsx("clipPath",{id:"thumbs-up-icon_svg__a",children:jsxRuntime.jsx("path",{d:"M0 0h16v16H0z"})})})]}),po=so;var no=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"none",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("g",{clipPath:"url(#trash-icon_svg__a)",children:jsxRuntime.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M8 1.75c-.621 0-1.125.504-1.125 1.125v.375h2.25v-.375c0-.621-.504-1.125-1.125-1.125m0-1.5a2.625 2.625 0 0 1 2.625 2.625v.375H14.5a.75.75 0 0 1 0 1.5h-.75v8.583a2.417 2.417 0 0 1-2.417 2.417H4.667a2.417 2.417 0 0 1-2.417-2.417V4.75H1.5a.75.75 0 0 1 0-1.5h3.875v-.375A2.625 2.625 0 0 1 8 .25m-4.25 4.5v8.583c0 .507.41.917.917.917h6.666c.507 0 .917-.41.917-.917V4.75zm5.75 1.5a.75.75 0 0 1 .75.75v5a.75.75 0 0 1-1.5 0V7a.75.75 0 0 1 .75-.75M7.25 7a.75.75 0 0 0-1.5 0v5a.75.75 0 0 0 1.5 0z",clipRule:"evenodd"})}),jsxRuntime.jsx("defs",{children:jsxRuntime.jsx("clipPath",{id:"trash-icon_svg__a",children:jsxRuntime.jsx("path",{fill:"#fff",d:"M0 0h16v16H0z"})})})]}),co=no;var vo=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M5.55 3.2a.75.75 0 1 0-1.5 0v5.6a3.95 3.95 0 1 0 7.9 0V3.2a.75.75 0 0 0-1.5 0v5.6a2.45 2.45 0 0 1-4.9 0zM2.4 13.65a.75.75 0 0 0 0 1.5h11.2a.75.75 0 0 0 0-1.5z",clipRule:"evenodd"})]}),ho=vo;var So=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"none",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M5.864 2.136a.75.75 0 0 1 0 1.061L4.478 4.583h4.856a4.75 4.75 0 0 1 0 9.5H8a.75.75 0 0 1 0-1.5h1.334a3.25 3.25 0 0 0 0-6.5H4.478L5.864 7.47a.75.75 0 1 1-1.06 1.06L1.605 5.333l3.197-3.197a.75.75 0 0 1 1.061 0",clipRule:"evenodd"})]}),Vo=So;var Go=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{d:"M7.5 8.75a.75.75 0 0 1 .75.75v2a.75.75 0 0 1-1.5 0v-2a.75.75 0 0 1 .75-.75"}),jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M10.75 4a1.75 1.75 0 1 1 3.5 0v1a.75.75 0 0 0 1.5 0V4a3.25 3.25 0 0 0-6.5 0v1.75H3.5A1.75 1.75 0 0 0 1.75 7.5v6c0 .966.784 1.75 1.75 1.75h8a1.75 1.75 0 0 0 1.75-1.75v-6a1.75 1.75 0 0 0-1.75-1.75h-.75zM3.5 7.25a.25.25 0 0 0-.25.25v6c0 .138.112.25.25.25h8a.25.25 0 0 0 .25-.25v-6a.25.25 0 0 0-.25-.25z",clipRule:"evenodd"})]}),uo=Go;var Po=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{d:"m8 .039 2.53 2.53a.75.75 0 1 1-1.06 1.06l-.72-.719V5a.75.75 0 0 1-1.5 0V2.91l-.72.72a.75.75 0 0 1-1.06-1.06L8 .038Zm0 15.922-2.53-2.53a.75.75 0 1 1 1.06-1.06l.72.719V11a.75.75 0 0 1 1.5 0v2.09l.72-.72a.75.75 0 1 1 1.06 1.06zM8 7a1 1 0 1 0 0 2 1 1 0 0 0 0-2"})]}),yo=Po;var xo=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{d:"M8.75 5a.75.75 0 0 0-1.5 0v2.25H5.5a.75.75 0 0 0 0 1.5h3.25z"}),jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0m-1.5 0a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0",clipRule:"evenodd"})]}),bo=xo;var Mo=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"none",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"m6.55 3.537-5.122 8.965A1.67 1.67 0 0 0 2.878 15h10.244a1.67 1.67 0 0 0 1.45-2.498L9.45 3.537c-.641-1.122-2.259-1.122-2.9 0M8 5.75a.75.75 0 0 1 .75.75v3a.75.75 0 1 1-1.5 0v-3a.75.75 0 0 1 .75-.75m0 7.25a1 1 0 1 0 0-2 1 1 0 0 0 0 2",clipRule:"evenodd"})]}),Co=Mo;var Ho=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M6.114 2.289.756 11.767C-.06 13.211.983 15 2.643 15h10.714c1.66 0 2.703-1.788 1.886-3.233L9.886 2.29C9.057.82 6.943.82 6.114 2.289m1.306.738-5.358 9.478a.667.667 0 0 0 .58.995h10.715c.51 0 .832-.55.58-.995L8.582 3.027a.667.667 0 0 0-1.161 0ZM8.75 6a.75.75 0 0 0-1.5 0v3a.75.75 0 0 0 1.5 0zM9 11.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0",clipRule:"evenodd"})]}),_o=Ho;var Ao=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"none",viewBox:"0 0 16 16","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("g",{clipPath:"url(#x-icon_svg__a)",children:jsxRuntime.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M13.48 2.52a.75.75 0 0 1 0 1.06L9.06 8l4.42 4.42a.75.75 0 0 1-1.06 1.06L8 9.06l-4.42 4.42a.75.75 0 1 1-1.06-1.06L6.94 8 2.52 3.58a.75.75 0 0 1 1.06-1.06L8 6.94l4.42-4.42a.75.75 0 0 1 1.06 0",clipRule:"evenodd"})}),jsxRuntime.jsx("defs",{children:jsxRuntime.jsx("clipPath",{id:"x-icon_svg__a",children:jsxRuntime.jsx("path",{fill:"#fff",d:"M0 0h16v16H0z"})})})]}),Lo=Ao;
6
+
7
+ exports.AlignBottomIcon = M1;
8
+ exports.AlignMiddleIcon = H1;
9
+ exports.AlignTopIcon = A1;
10
+ exports.AnonymousIcon = F1;
11
+ exports.ArrowDownCircleFilledIcon = Z1;
12
+ exports.AttachmentsIcon = D1;
13
+ exports.AvatarIcon = J1;
14
+ exports.BoldIcon = K1;
15
+ exports.BookmarkFilledIcon = $1;
16
+ exports.BookmarkIcon = o0;
17
+ exports.CaretLeftIcon = a0;
18
+ exports.CaretRightIcon = s0;
19
+ exports.CheckFilledIcon = n0;
20
+ exports.CheckmarkCircleFilledIcon = f0;
21
+ exports.CheckmarkIcon = g0;
22
+ exports.CircleFilledIcon = w0;
23
+ exports.CloseCircleFilledIcon = R0;
24
+ exports.CloseIcon = z0;
25
+ exports.EditIcon = I0;
26
+ exports.EllipseIcon = E0;
27
+ exports.EmojiSmileIcon = B0;
28
+ exports.ErrorAltCircleFilledIcon = L0;
29
+ exports.ErrorAltFilledIcon = T0;
30
+ exports.ErrorCircleFilledIcon = W0;
31
+ exports.ErrorCircleIcon = O0;
32
+ exports.ErrorFilledIcon = X0;
33
+ exports.ExpandIcon = Y0;
34
+ exports.HereIcon = ee;
35
+ exports.HideIcon = te;
36
+ exports.HorizontalScrollIcon = ie;
37
+ exports.InfoCircleFilledIcon = me;
38
+ exports.InfoFilledIcon = de;
39
+ exports.ItalicIcon = he;
40
+ exports.LinkIcon = Ve;
41
+ exports.ListIcon = ue;
42
+ exports.LockIcon = ye;
43
+ exports.MagicIcon = be;
44
+ exports.MinusIcon = Ce;
45
+ exports.MonkeyIcon = _e;
46
+ exports.MoreIcon = Le;
47
+ exports.MoreVerticalIcon = Te;
48
+ exports.NoneIcon = We;
49
+ exports.PageFittingFillIcon = Oe;
50
+ exports.PageFittingFitIcon = Xe;
51
+ exports.PageHorizontalScrollIcon = Ye;
52
+ exports.PageLayoutDoubleIcon = e5;
53
+ exports.PageLayoutSingleIcon = t5;
54
+ exports.PageVerticalScrollIcon = i5;
55
+ exports.PlaceholderIcon = m5;
56
+ exports.PlusIcon = d5;
57
+ exports.ReadOnlyIcon = h5;
58
+ exports.RedoIcon = V5;
59
+ exports.RemoveFormattingIcon = u5;
60
+ exports.ReorderIcon = y5;
61
+ exports.RotateClockwiseIcon = b5;
62
+ exports.RotateCounterClockwiseIcon = C5;
63
+ exports.SettingsIcon = _5;
64
+ exports.ShowIcon = A5;
65
+ exports.StrikeoutTextAltIcon = F5;
66
+ exports.TextAlignCenterIcon = U5;
67
+ exports.TextAlignJustifyIcon = q5;
68
+ exports.TextAlignLeftIcon = N5;
69
+ exports.TextAlignRightIcon = Q5;
70
+ exports.TextMarkIcon = j5;
71
+ exports.ThumbnailsIcon = lo;
72
+ exports.ThumbsDownIcon = ro;
73
+ exports.ThumbsUpIcon = po;
74
+ exports.TrashIcon = co;
75
+ exports.UnderlineIcon = ho;
76
+ exports.UndoIcon = Vo;
77
+ exports.UnlockIcon = uo;
78
+ exports.VerticalScrollIcon = yo;
79
+ exports.WaitingIcon = bo;
80
+ exports.WarningFilledIcon = Co;
81
+ exports.WarningIcon = _o;
82
+ exports.XIcon = Lo;