magick-icons 0.1.171 → 0.1.172
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/index.d.mts +343 -1
- package/index.d.ts +343 -1
- package/index.js +1027 -722
- package/index.js.map +1 -1
- package/index.mjs +1014 -728
- package/index.mjs.map +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -44,8 +44,27 @@ __export(index_exports, {
|
|
|
44
44
|
Autobrightness1: () => Autobrightness1,
|
|
45
45
|
BackwardItem1: () => BackwardItem1,
|
|
46
46
|
Battery2bars1: () => Battery2bars1,
|
|
47
|
+
Blur1: () => Blur1,
|
|
47
48
|
BookmarkFilled: () => BookmarkFilled,
|
|
49
|
+
Box21: () => Box21,
|
|
50
|
+
BoxAdd1: () => BoxAdd1,
|
|
51
|
+
BoxRemove1: () => BoxRemove1,
|
|
52
|
+
BoxSearch1: () => BoxSearch1,
|
|
53
|
+
BoxTick1: () => BoxTick1,
|
|
54
|
+
BoxTime1: () => BoxTime1,
|
|
55
|
+
Brush1: () => Brush1,
|
|
56
|
+
Brush11: () => Brush11,
|
|
57
|
+
Brush21: () => Brush21,
|
|
58
|
+
Brush31: () => Brush31,
|
|
59
|
+
Brush41: () => Brush41,
|
|
60
|
+
BrushSquare1: () => BrushSquare1,
|
|
61
|
+
Bubble1: () => Bubble1,
|
|
62
|
+
Bucket1: () => Bucket1,
|
|
63
|
+
BucketCircle1: () => BucketCircle1,
|
|
64
|
+
BucketSquare1: () => BucketSquare1,
|
|
65
|
+
Cake1: () => Cake1,
|
|
48
66
|
Calendar: () => Calendar,
|
|
67
|
+
CardEdit1: () => CardEdit1,
|
|
49
68
|
ChatFullScreen: () => ChatFullScreen,
|
|
50
69
|
ChatMaximize: () => ChatMaximize,
|
|
51
70
|
ChatMinimize: () => ChatMinimize,
|
|
@@ -308,409 +327,676 @@ var Battery2bars1 = import_react14.default.forwardRef(
|
|
|
308
327
|
);
|
|
309
328
|
Battery2bars1.displayName = "Battery2bars1";
|
|
310
329
|
|
|
311
|
-
// dist/icons/
|
|
330
|
+
// dist/icons/Blur1.tsx
|
|
312
331
|
var import_react15 = __toESM(require("react"));
|
|
313
332
|
var import_jsx_runtime15 = require("react/jsx-runtime");
|
|
314
|
-
var
|
|
333
|
+
var Blur1 = import_react15.default.forwardRef(
|
|
315
334
|
({ size, ...props }, ref) => {
|
|
316
335
|
return /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
317
|
-
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)("path", { fill: "#
|
|
318
|
-
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)("path", { fill: "#
|
|
336
|
+
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)("path", { fill: "#1e293b", d: "M12 22.75c-4.88 0-8.85-3.97-8.85-8.85-.03-5.73 5.43-10.5 7.78-12.29a1.77 1.77 0 0 1 2.14 0c2.35 1.82 7.81 6.65 7.78 12.3 0 4.87-3.97 8.84-8.85 8.84m0-20c-.05 0-.11.02-.16.06-1.69 1.29-7.21 5.9-7.18 11.09 0 4.06 3.3 7.35 7.35 7.35s7.35-3.29 7.35-7.34c.03-5.12-5.5-9.79-7.2-11.1a.3.3 0 0 0-.16-.06" }),
|
|
337
|
+
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)("path", { fill: "#1e293b", d: "M12 22.75c-.41 0-.75-.34-.75-.75V2c0-.41.34-.75.75-.75s.75.34.75.75v20c0 .41-.34.75-.75.75" }),
|
|
338
|
+
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)("path", { fill: "#1e293b", d: "M12 19.71c-.28 0-.55-.16-.68-.42a.744.744 0 0 1 .35-1l7.7-3.74c.37-.18.82-.02 1 .35s.03.82-.35 1l-7.7 3.74c-.1.04-.21.07-.32.07M12 14.71c-.28 0-.55-.16-.68-.42a.744.744 0 0 1 .35-1l7.37-3.58c.37-.18.82-.03 1 .35s.03.82-.35 1l-7.37 3.58c-.1.04-.21.07-.32.07M12 9.71c-.28 0-.55-.16-.68-.42a.744.744 0 0 1 .35-1l5.03-2.44c.37-.18.82-.02 1 .35s.03.82-.35 1l-5.03 2.44c-.1.04-.21.07-.32.07" })
|
|
319
339
|
] });
|
|
320
340
|
}
|
|
321
341
|
);
|
|
322
|
-
|
|
342
|
+
Blur1.displayName = "Blur1";
|
|
323
343
|
|
|
324
|
-
// dist/icons/
|
|
344
|
+
// dist/icons/BookmarkFilled.tsx
|
|
325
345
|
var import_react16 = __toESM(require("react"));
|
|
326
346
|
var import_jsx_runtime16 = require("react/jsx-runtime");
|
|
327
|
-
var
|
|
347
|
+
var BookmarkFilled = import_react16.default.forwardRef(
|
|
328
348
|
({ size, ...props }, ref) => {
|
|
329
349
|
return /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
330
|
-
/* @__PURE__ */ (0, import_jsx_runtime16.jsx)("path", { fill: "#
|
|
331
|
-
/* @__PURE__ */ (0, import_jsx_runtime16.jsx)("path", { fill: "#
|
|
350
|
+
/* @__PURE__ */ (0, import_jsx_runtime16.jsx)("path", { fill: "#000", d: "M18.25 5A1.25 1.25 0 0 0 17 3.75H7A1.25 1.25 0 0 0 5.75 5v14.707l5.878-3.358.089-.043a.75.75 0 0 1 .655.043l5.878 3.358zm1.5 16a.75.75 0 0 1-1.122.651L12 17.863l-6.628 3.788A.75.75 0 0 1 4.25 21V5A2.75 2.75 0 0 1 7 2.25h10A2.75 2.75 0 0 1 19.75 5z" }),
|
|
351
|
+
/* @__PURE__ */ (0, import_jsx_runtime16.jsx)("path", { fill: "#000", d: "M18.25 5A1.25 1.25 0 0 0 17 3.75H7A1.25 1.25 0 0 0 5.75 5v14.707l5.878-3.358.089-.043a.75.75 0 0 1 .655.043l5.878 3.358z" })
|
|
332
352
|
] });
|
|
333
353
|
}
|
|
334
354
|
);
|
|
335
|
-
|
|
355
|
+
BookmarkFilled.displayName = "BookmarkFilled";
|
|
336
356
|
|
|
337
|
-
// dist/icons/
|
|
357
|
+
// dist/icons/Box21.tsx
|
|
338
358
|
var import_react17 = __toESM(require("react"));
|
|
339
359
|
var import_jsx_runtime17 = require("react/jsx-runtime");
|
|
340
|
-
var
|
|
360
|
+
var Box21 = import_react17.default.forwardRef(
|
|
341
361
|
({ size, ...props }, ref) => {
|
|
342
|
-
return /* @__PURE__ */ (0, import_jsx_runtime17.
|
|
343
|
-
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)("path", { fill: "#000", d: "M17.8 21.75H6.2c-2.18 0-3.95-1.77-3.95-3.95V6.2c0-2.18 1.77-3.95 3.95-3.95h11.6c2.18 0 3.95 1.77 3.95 3.95v11.6c0 2.18-1.77 3.95-3.95 3.95m-11.6-18c-1.35 0-2.45 1.1-2.45 2.45v11.6c0 1.35 1.1 2.45 2.45 2.45h11.6c1.35 0 2.45-1.1 2.45-2.45V6.2c0-1.35-1.1-2.45-2.45-2.45z" }),
|
|
344
|
-
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)("path", { fill: "#000", d: "M17.2 18.75H8.8c-.85 0-1.55-.7-1.55-1.55V6.8c0-.85.7-1.55 1.55-1.55h8.4c.85 0 1.55.7 1.55 1.55v10.4c0 .85-.7 1.55-1.55 1.55m-8.4-12s-.05.02-.05.05v10.4s.02.05.05.05h8.4s.05-.02.05-.05V6.8s-.02-.05-.05-.05z" }),
|
|
345
|
-
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)("path", { fill: "#000", d: "M8.8 6.75s-.05.02-.05.05v10.4s.02.05.05.05h8.4s.05-.02.05-.05V6.8s-.02-.05-.05-.05z" })
|
|
346
|
-
] });
|
|
362
|
+
return /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("path", { fill: "#1e293b", d: "M12 22.75a1 1 0 0 1-.17-.02.7.7 0 0 1-.18-.07l-2.21-1.1a.763.763 0 0 1-.34-1.01c.19-.37.64-.52 1.01-.34l1.14.57v-1.56c0-.41.34-.75.75-.75s.75.34.75.75v1.56l1.14-.57c.37-.18.82-.03 1.01.34s.04.82-.34 1.01l-2.21 1.1c-.06.03-.12.05-.18.07-.06.01-.11.02-.17.02m6.67-3.33c-.27 0-.54-.15-.67-.41a.745.745 0 0 1 .34-1.01l1.81-.9v-2.31c0-.41.34-.75.75-.75s.75.34.75.75v2.78c0 .28-.16.54-.41.67l-2.22 1.11c-.13.04-.24.07-.35.07m-13.34 0c-.11 0-.23-.03-.33-.08l-2.22-1.11a.76.76 0 0 1-.41-.67v-2.78c0-.41.34-.75.75-.75s.75.34.75.75v2.31l1.81.9c.37.19.52.64.34 1.01-.15.26-.41.42-.69.42m6.67-5c-.41 0-.75-.34-.75-.75v-2.31l-1.81-.9a.763.763 0 0 1-.34-1.01c.19-.37.64-.52 1.01-.34l1.89.94 1.89-.94c.37-.18.82-.04 1.01.34s.04.82-.34 1.01l-1.81.9v2.31c0 .41-.34.75-.75.75m8.89-4.45c-.41 0-.75-.34-.75-.75V7.66L19 8.23c-.37.19-.82.04-1.01-.34a.745.745 0 0 1 .34-1.01l.88-.44-.88-.44a.763.763 0 0 1-.34-1.01c.19-.37.64-.52 1.01-.34l2.21 1.1c.02.01.05.02.07.04.06.03.11.08.16.13l.09.12c.04.07.07.14.09.22.01.06.02.12.02.17V9.2c0 .44-.34.77-.75.77m-17.78 0c-.41 0-.75-.34-.75-.75V6.45c0-.06.01-.12.02-.17.02-.08.05-.15.09-.22.03-.05.06-.09.1-.13s.09-.08.14-.11c.02-.01.05-.03.07-.04l2.21-1.1c.37-.18.82-.04 1.01.34s.04.82-.34 1.01l-.88.44.88.44c.37.19.52.64.34 1.01a.76.76 0 0 1-1.01.34l-1.14-.57v1.56c.01.39-.32.72-.74.72m11.11-6.11c-.11 0-.23-.03-.33-.08L12 2.84l-1.89.94c-.37.19-.82.04-1.01-.34a.745.745 0 0 1 .34-1.01l2.22-1.11c.21-.11.46-.11.67 0l2.22 1.11c.37.19.52.64.34 1.01-.13.27-.39.42-.67.42" }) });
|
|
347
363
|
}
|
|
348
364
|
);
|
|
349
|
-
|
|
365
|
+
Box21.displayName = "Box21";
|
|
350
366
|
|
|
351
|
-
// dist/icons/
|
|
367
|
+
// dist/icons/BoxAdd1.tsx
|
|
352
368
|
var import_react18 = __toESM(require("react"));
|
|
353
369
|
var import_jsx_runtime18 = require("react/jsx-runtime");
|
|
354
|
-
var
|
|
370
|
+
var BoxAdd1 = import_react18.default.forwardRef(
|
|
355
371
|
({ size, ...props }, ref) => {
|
|
356
372
|
return /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
357
|
-
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)("path", { fill: "#
|
|
358
|
-
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)("path", { fill: "#
|
|
359
|
-
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)("path", { fill: "#
|
|
373
|
+
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)("path", { fill: "#1e293b", d: "M19 22.75c-1.4 0-2.71-.61-3.61-1.68-.01-.02-.07-.07-.12-.15-.11-.11-.24-.31-.35-.5-.44-.71-.68-1.55-.68-2.43 0-1.46.65-2.81 1.78-3.71.84-.67 1.9-1.04 2.97-1.04 1.16 0 2.23.4 3.09 1.15.12.08.26.23.39.37.81.89 1.26 2.03 1.26 3.22 0 .87-.24 1.72-.69 2.45-.24.42-.57.8-.95 1.12-.81.78-1.92 1.2-3.09 1.2m0-8c-.74 0-1.44.25-2.03.72a3.224 3.224 0 0 0-.75 4.2c.08.14.16.25.25.36.02.02.08.08.13.16.55.65 1.45 1.07 2.4 1.07.79 0 1.55-.29 2.13-.81.26-.22.48-.48.64-.76.32-.51.48-1.09.48-1.68 0-.81-.31-1.6-.87-2.21-.07-.08-.15-.16-.23-.22a3.16 3.16 0 0 0-2.15-.83" }),
|
|
374
|
+
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)("path", { fill: "#1e293b", d: "M20.49 18.73H17.5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2.99a.749.749 0 1 1 0 1.5" }),
|
|
375
|
+
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)("path", { fill: "#1e293b", d: "M19 20.26c-.41 0-.75-.34-.75-.75v-2.99c0-.41.34-.75.75-.75s.75.34.75.75v2.99c0 .42-.34.75-.75.75M12 13.3c-.13 0-.26-.03-.38-.1L2.79 8.09a.75.75 0 0 1-.27-1.03c.21-.36.67-.48 1.02-.27l8.45 4.89 8.4-4.86c.36-.21.82-.08 1.02.27.21.36.08.82-.27 1.03l-8.77 5.08c-.11.06-.24.1-.37.1" }),
|
|
376
|
+
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)("path", { fill: "#1e293b", d: "M12 22.36c-.41 0-.75-.34-.75-.75v-9.07c0-.41.34-.75.75-.75s.75.34.75.75v9.07c0 .41-.34.75-.75.75" }),
|
|
377
|
+
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)("path", { fill: "#1e293b", d: "M12 22.75c-.88 0-1.76-.19-2.44-.58l-5.34-2.96c-1.45-.8-2.59-2.73-2.59-4.39V9.16c0-1.66 1.14-3.58 2.59-4.39l5.34-2.96c1.36-.77 3.5-.77 4.87 0l5.34 2.96c1.45.8 2.59 2.73 2.59 4.39v5.66c0 .1 0 .18-.02.28-.05.26-.24.48-.49.56-.25.09-.53.03-.74-.14-1.15-1-2.93-1.04-4.14-.07a3.224 3.224 0 0 0-.75 4.2c.08.14.16.25.25.36a.738.738 0 0 1-.21 1.14l-1.83 1.01c-.68.4-1.55.59-2.43.59m0-20c-.62 0-1.25.13-1.7.38L4.96 6.09c-.97.53-1.81 1.97-1.81 3.07v5.66c0 1.1.85 2.54 1.81 3.07l5.34 2.96c.91.51 2.5.51 3.41 0l1.12-.62a4.7 4.7 0 0 1-.57-2.25c0-1.46.65-2.81 1.78-3.71 1.36-1.09 3.31-1.32 4.83-.67V9.14c0-1.1-.85-2.54-1.81-3.07l-5.34-2.96c-.47-.23-1.1-.36-1.72-.36" })
|
|
360
378
|
] });
|
|
361
379
|
}
|
|
362
380
|
);
|
|
363
|
-
|
|
381
|
+
BoxAdd1.displayName = "BoxAdd1";
|
|
364
382
|
|
|
365
|
-
// dist/icons/
|
|
383
|
+
// dist/icons/BoxRemove1.tsx
|
|
366
384
|
var import_react19 = __toESM(require("react"));
|
|
367
385
|
var import_jsx_runtime19 = require("react/jsx-runtime");
|
|
368
|
-
var
|
|
386
|
+
var BoxRemove1 = import_react19.default.forwardRef(
|
|
369
387
|
({ size, ...props }, ref) => {
|
|
370
388
|
return /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
371
|
-
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)("path", { fill: "#
|
|
372
|
-
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)("path", { fill: "#
|
|
373
|
-
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)("path", { fill: "#
|
|
389
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)("path", { fill: "#1e293b", d: "M12 13.3c-.13 0-.26-.03-.38-.1L2.79 8.09a.75.75 0 0 1-.27-1.03c.21-.36.67-.48 1.02-.27l8.45 4.89 8.4-4.86c.36-.21.82-.08 1.02.27.21.36.08.82-.27 1.03l-8.77 5.08c-.11.06-.24.1-.37.1" }),
|
|
390
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)("path", { fill: "#1e293b", d: "M12 22.36c-.41 0-.75-.34-.75-.75v-9.07c0-.41.34-.75.75-.75s.75.34.75.75v9.07c0 .41-.34.75-.75.75" }),
|
|
391
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)("path", { fill: "#1e293b", d: "M12 22.75c-.88 0-1.76-.19-2.44-.58l-5.34-2.96c-1.45-.8-2.59-2.73-2.59-4.39V9.16c0-1.66 1.14-3.58 2.59-4.39l5.34-2.96c1.36-.77 3.5-.77 4.87 0l5.34 2.96c1.45.8 2.59 2.73 2.59 4.39v5.66c0 .1 0 .18-.02.28-.05.26-.24.48-.49.56-.25.09-.53.03-.74-.14-1.15-1-2.93-1.04-4.14-.07a3.224 3.224 0 0 0-.75 4.2c.08.14.16.25.25.36a.738.738 0 0 1-.21 1.14l-1.83 1.01c-.68.4-1.55.59-2.43.59m0-20c-.62 0-1.25.13-1.7.38L4.96 6.09c-.97.53-1.81 1.97-1.81 3.07v5.66c0 1.1.85 2.54 1.81 3.07l5.34 2.96c.91.51 2.5.51 3.41 0l1.12-.62a4.7 4.7 0 0 1-.57-2.25c0-1.46.65-2.81 1.78-3.71 1.36-1.09 3.31-1.32 4.83-.67V9.14c0-1.1-.85-2.54-1.81-3.07l-5.34-2.96c-.47-.23-1.1-.36-1.72-.36" }),
|
|
392
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)("path", { fill: "#1e293b", d: "M19 22.75c-1.66 0-3.22-.88-4.06-2.31-.45-.72-.69-1.57-.69-2.44 0-1.46.65-2.81 1.78-3.71.84-.67 1.9-1.04 2.97-1.04 2.62 0 4.75 2.13 4.75 4.75 0 .87-.24 1.72-.69 2.45-.24.42-.57.8-.95 1.12-.83.76-1.94 1.18-3.11 1.18m0-8c-.74 0-1.44.25-2.03.72a3.224 3.224 0 0 0-.75 4.2c.59 1 1.63 1.58 2.78 1.58.79 0 1.55-.29 2.13-.81.26-.22.48-.48.64-.76.32-.51.48-1.09.48-1.68 0-1.79-1.46-3.25-3.25-3.25" }),
|
|
393
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)("path", { fill: "#1e293b", d: "M20.07 19.79c-.19 0-.38-.07-.53-.22l-2.11-2.11a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l2.11 2.11c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22" }),
|
|
394
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)("path", { fill: "#1e293b", d: "M17.93 19.82c-.19 0-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l2.11-2.11c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-2.11 2.11c-.15.15-.34.22-.53.22" })
|
|
374
395
|
] });
|
|
375
396
|
}
|
|
376
397
|
);
|
|
377
|
-
|
|
398
|
+
BoxRemove1.displayName = "BoxRemove1";
|
|
378
399
|
|
|
379
|
-
// dist/icons/
|
|
400
|
+
// dist/icons/BoxSearch1.tsx
|
|
380
401
|
var import_react20 = __toESM(require("react"));
|
|
381
402
|
var import_jsx_runtime20 = require("react/jsx-runtime");
|
|
382
|
-
var
|
|
383
|
-
({ size, ...props }, ref) => {
|
|
384
|
-
return /* @__PURE__ */ (0, import_jsx_runtime20.
|
|
403
|
+
var BoxSearch1 = import_react20.default.forwardRef(
|
|
404
|
+
({ size, ...props }, ref) => {
|
|
405
|
+
return /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
406
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { fill: "#1e293b", d: "M12 13.3c-.13 0-.26-.03-.38-.1L2.79 8.09a.75.75 0 0 1-.27-1.03.75.75 0 0 1 1.03-.27L12 11.68l8.4-4.86a.76.76 0 0 1 1.03.27c.21.36.08.82-.27 1.03l-8.77 5.08a.9.9 0 0 1-.39.1" }),
|
|
407
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { fill: "#1e293b", d: "M12 22.36c-.41 0-.75-.34-.75-.75v-9.07c0-.41.34-.75.75-.75s.75.34.75.75v9.07c0 .41-.34.75-.75.75" }),
|
|
408
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { fill: "#1e293b", d: "M12 22.75c-.91 0-1.78-.21-2.44-.58l-5.34-2.96c-1.45-.8-2.59-2.73-2.59-4.39V9.16c0-1.66 1.14-3.58 2.59-4.39l5.34-2.96c1.36-.76 3.5-.76 4.87 0l5.34 2.96c1.45.8 2.59 2.73 2.59 4.39v3.66c0 .41-.34.75-.75.75s-.75-.34-.75-.75V9.16c0-1.1-.85-2.54-1.81-3.07l-5.34-2.96c-.91-.51-2.5-.51-3.41 0L4.96 6.09c-.97.54-1.81 1.97-1.81 3.07v5.66c0 1.1.85 2.54 1.81 3.07l5.34 2.96c.88.49 2.54.49 3.41 0 .36-.2.82-.07 1.02.29s.07.82-.29 1.02c-.66.38-1.53.59-2.44.59" }),
|
|
409
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { fill: "#1e293b", d: "M19.2 22.15c-2.18 0-3.95-1.77-3.95-3.95s1.77-3.95 3.95-3.95 3.95 1.77 3.95 3.95-1.77 3.95-3.95 3.95m0-6.4c-1.35 0-2.45 1.1-2.45 2.45s1.1 2.45 2.45 2.45 2.45-1.1 2.45-2.45-1.1-2.45-2.45-2.45" }),
|
|
410
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { fill: "#1e293b", d: "M23 22.75c-.19 0-.38-.07-.53-.22l-1-1a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l1 1c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22" })
|
|
411
|
+
] });
|
|
385
412
|
}
|
|
386
413
|
);
|
|
387
|
-
|
|
414
|
+
BoxSearch1.displayName = "BoxSearch1";
|
|
388
415
|
|
|
389
|
-
// dist/icons/
|
|
416
|
+
// dist/icons/BoxTick1.tsx
|
|
390
417
|
var import_react21 = __toESM(require("react"));
|
|
391
418
|
var import_jsx_runtime21 = require("react/jsx-runtime");
|
|
392
|
-
var
|
|
419
|
+
var BoxTick1 = import_react21.default.forwardRef(
|
|
393
420
|
({ size, ...props }, ref) => {
|
|
394
|
-
return /* @__PURE__ */ (0, import_jsx_runtime21.
|
|
421
|
+
return /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
422
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)("path", { fill: "#1e293b", d: "M19 22.75a4.74 4.74 0 0 1-4.01-2.22c-.46-.71-.72-1.56-.74-2.43-.03-1.46.59-2.82 1.7-3.74a4.82 4.82 0 0 1 2.94-1.11c1.3-.01 2.47.44 3.39 1.32s1.44 2.06 1.46 3.33c.02.87-.2 1.72-.64 2.47-.24.42-.55.81-.92 1.14-.82.77-1.92 1.22-3.09 1.24zm0-8h-.07c-.74.02-1.44.28-2.02.76-.76.63-1.18 1.56-1.16 2.56.01.59.19 1.17.5 1.66.61.98 1.67 1.58 2.81 1.52a3.2 3.2 0 0 0 2.11-.85c.26-.23.47-.49.63-.77.3-.52.45-1.1.44-1.69-.02-.87-.37-1.68-1-2.28-.6-.59-1.4-.91-2.24-.91" }),
|
|
423
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)("path", { fill: "#1e293b", d: "M18.45 19.75a.75.75 0 0 1-.52-.21l-1.01-.96a.746.746 0 0 1-.02-1.06c.29-.3.76-.31 1.06-.02l.49.47 1.57-1.52c.3-.29.77-.28 1.06.02s.28.77-.02 1.06l-2.09 2.02c-.15.13-.34.2-.52.2M12 13.3c-.13 0-.26-.03-.38-.1L2.79 8.09a.75.75 0 0 1-.27-1.03c.21-.36.67-.48 1.02-.27l8.45 4.89 8.4-4.86c.36-.21.82-.08 1.02.27.21.36.08.82-.27 1.03l-8.77 5.08c-.11.06-.24.1-.37.1" }),
|
|
424
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)("path", { fill: "#1e293b", d: "M12 22.36c-.41 0-.75-.34-.75-.75v-9.07c0-.41.34-.75.75-.75s.75.34.75.75v9.07c0 .41-.34.75-.75.75" }),
|
|
425
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)("path", { fill: "#1e293b", d: "M12 22.75c-.88 0-1.76-.19-2.44-.58l-5.34-2.96c-1.45-.8-2.59-2.73-2.59-4.39V9.16c0-1.66 1.14-3.58 2.59-4.39l5.34-2.96c1.36-.77 3.5-.77 4.87 0l5.34 2.96c1.45.8 2.59 2.73 2.59 4.39v5.66c0 .1 0 .18-.02.28-.05.26-.24.48-.49.56-.25.09-.53.03-.74-.14-1.15-1-2.93-1.04-4.14-.07a3.224 3.224 0 0 0-.75 4.2c.08.14.16.25.25.36a.738.738 0 0 1-.21 1.14l-1.83 1.01c-.68.4-1.55.59-2.43.59m0-20c-.62 0-1.25.13-1.7.38L4.96 6.09c-.97.53-1.81 1.97-1.81 3.07v5.66c0 1.1.85 2.54 1.81 3.07l5.34 2.96c.91.51 2.5.51 3.41 0l1.12-.62a4.7 4.7 0 0 1-.57-2.25c0-1.46.65-2.81 1.78-3.71 1.36-1.09 3.3-1.32 4.83-.67V9.14c0-1.1-.85-2.54-1.81-3.07l-5.34-2.96c-.47-.23-1.1-.36-1.72-.36" })
|
|
426
|
+
] });
|
|
395
427
|
}
|
|
396
428
|
);
|
|
397
|
-
|
|
429
|
+
BoxTick1.displayName = "BoxTick1";
|
|
398
430
|
|
|
399
|
-
// dist/icons/
|
|
431
|
+
// dist/icons/BoxTime1.tsx
|
|
400
432
|
var import_react22 = __toESM(require("react"));
|
|
401
433
|
var import_jsx_runtime22 = require("react/jsx-runtime");
|
|
402
|
-
var
|
|
403
|
-
({ size, ...props }, ref) => {
|
|
404
|
-
return /* @__PURE__ */ (0, import_jsx_runtime22.
|
|
434
|
+
var BoxTime1 = import_react22.default.forwardRef(
|
|
435
|
+
({ size, ...props }, ref) => {
|
|
436
|
+
return /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
437
|
+
/* @__PURE__ */ (0, import_jsx_runtime22.jsx)("path", { fill: "#1e293b", d: "M12 13.3c-.13 0-.26-.03-.38-.1L2.79 8.09a.75.75 0 0 1-.27-1.03.75.75 0 0 1 1.03-.27L12 11.68l8.4-4.86a.76.76 0 0 1 1.03.27c.21.36.08.82-.27 1.03l-8.77 5.08a.9.9 0 0 1-.39.1" }),
|
|
438
|
+
/* @__PURE__ */ (0, import_jsx_runtime22.jsx)("path", { fill: "#1e293b", d: "M12 22.36c-.41 0-.75-.34-.75-.75v-9.07c0-.41.34-.75.75-.75s.75.34.75.75v9.07c0 .41-.34.75-.75.75" }),
|
|
439
|
+
/* @__PURE__ */ (0, import_jsx_runtime22.jsx)("path", { fill: "#1e293b", d: "M12 22.75c-.88 0-1.76-.19-2.44-.58l-5.34-2.96c-1.45-.8-2.59-2.73-2.59-4.39V9.16c0-1.66 1.14-3.58 2.59-4.39l5.34-2.96c1.36-.76 3.5-.76 4.87 0l5.34 2.96c1.45.8 2.59 2.73 2.59 4.39v5.66c0 .07 0 .17-.03.3a.753.753 0 0 1-1.23.4c-1.14-1-2.92-1.04-4.14-.07a3.224 3.224 0 0 0-.75 4.2c.08.14.16.25.25.35.15.17.21.4.17.62a.73.73 0 0 1-.38.52l-1.83 1.01c-.67.41-1.54.6-2.42.6m0-20c-.62 0-1.25.13-1.7.38L4.96 6.09c-.97.54-1.81 1.97-1.81 3.07v5.66c0 1.1.85 2.54 1.81 3.07l5.34 2.96c.91.51 2.5.51 3.41 0l1.12-.62a4.7 4.7 0 0 1-.57-2.25c0-1.46.65-2.81 1.78-3.71 1.37-1.09 3.31-1.32 4.83-.66V9.15c0-1.1-.85-2.54-1.81-3.07l-5.34-2.96c-.47-.24-1.1-.37-1.72-.37" }),
|
|
440
|
+
/* @__PURE__ */ (0, import_jsx_runtime22.jsx)("path", { fill: "#1e293b", d: "M19 22.75c-2.62 0-4.75-2.13-4.75-4.75 0-1.46.65-2.81 1.78-3.71.84-.67 1.9-1.04 2.97-1.04 2.62 0 4.75 2.13 4.75 4.75 0 1.36-.59 2.66-1.62 3.56-.87.77-1.98 1.19-3.13 1.19m0-8c-.74 0-1.44.25-2.03.72-.77.61-1.22 1.54-1.22 2.53 0 1.79 1.46 3.25 3.25 3.25.78 0 1.54-.29 2.15-.81.7-.62 1.1-1.5 1.1-2.44 0-1.79-1.46-3.25-3.25-3.25" }),
|
|
441
|
+
/* @__PURE__ */ (0, import_jsx_runtime22.jsx)("path", { fill: "#1e293b", d: "M18 19.75c-.25 0-.5-.13-.64-.36-.21-.36-.1-.82.26-1.03l.89-.53v-1.08c0-.41.34-.75.75-.75s.75.34.75.75v1.5c0 .26-.14.51-.36.64l-1.25.75c-.14.08-.27.11-.4.11" })
|
|
442
|
+
] });
|
|
405
443
|
}
|
|
406
444
|
);
|
|
407
|
-
|
|
445
|
+
BoxTime1.displayName = "BoxTime1";
|
|
408
446
|
|
|
409
|
-
// dist/icons/
|
|
447
|
+
// dist/icons/Brush1.tsx
|
|
410
448
|
var import_react23 = __toESM(require("react"));
|
|
411
449
|
var import_jsx_runtime23 = require("react/jsx-runtime");
|
|
412
|
-
var
|
|
450
|
+
var Brush1 = import_react23.default.forwardRef(
|
|
413
451
|
({ size, ...props }, ref) => {
|
|
414
|
-
return /* @__PURE__ */ (0, import_jsx_runtime23.
|
|
452
|
+
return /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
453
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)("path", { fill: "#1e293b", d: "M10.43 18.37c-.15 0-.29-.04-.42-.13a.74.74 0 0 1-.33-.62c0-.15-.01-.31-.03-.47-.09-.71-.41-1.33-.95-1.87s-1.21-.88-1.93-.97c-.12-.01-.29-.02-.45-.01-.26.02-.5-.09-.65-.3a.78.78 0 0 1-.11-.71c.15-.41.37-.78.63-1.08l1.54-1.94c2.65-3.31 8.02-7.29 11.95-8.87a2.17 2.17 0 0 1 2.33.47c.63.63.82 1.53.49 2.35-1.58 3.94-5.55 9.3-8.86 11.95l-1.97 1.58c-.37.27-.67.44-.97.56-.08.04-.18.06-.27.06m-2.89-5.43c.84.22 1.59.66 2.22 1.29a4.6 4.6 0 0 1 1.26 2.14l1.69-1.36c3.14-2.51 6.91-7.6 8.4-11.34a.63.63 0 0 0-.16-.72.67.67 0 0 0-.73-.14c-3.72 1.5-8.81 5.27-11.33 8.41z" }),
|
|
454
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)("path", { fill: "#1e293b", d: "M4.08 22.75c-.75 0-1.47-.3-2.01-.84-.62-.62-.92-1.48-.82-2.36l.27-2.46c.26-2.44 2.26-4.25 4.74-4.3.19-.01.44 0 .67.02 1.09.14 2.06.63 2.84 1.41.77.77 1.23 1.69 1.37 2.72a4.91 4.91 0 0 1-1.38 4.15c-.77.76-1.76 1.23-2.88 1.37l-2.47.27c-.11.01-.22.02-.33.02m2.37-8.45h-.13c-1.51.03-3.11 1.06-3.31 2.96l-.27 2.46c-.05.42.1.83.39 1.13.29.29.7.44 1.11.39l2.46-.27c.77-.1 1.46-.42 1.98-.94.64-.64 1-1.5 1-2.42 0-.15-.01-.31-.03-.47-.09-.71-.41-1.33-.95-1.87s-1.21-.88-1.93-.97zM14.24 15.22c-.41 0-.75-.34-.75-.75 0-2.2-1.79-3.98-3.98-3.98-.41 0-.75-.34-.75-.75s.33-.75.74-.75c3.02 0 5.48 2.46 5.48 5.48.01.42-.33.75-.74.75" })
|
|
455
|
+
] });
|
|
415
456
|
}
|
|
416
457
|
);
|
|
417
|
-
|
|
458
|
+
Brush1.displayName = "Brush1";
|
|
418
459
|
|
|
419
|
-
// dist/icons/
|
|
460
|
+
// dist/icons/Brush11.tsx
|
|
420
461
|
var import_react24 = __toESM(require("react"));
|
|
421
462
|
var import_jsx_runtime24 = require("react/jsx-runtime");
|
|
422
|
-
var
|
|
463
|
+
var Brush11 = import_react24.default.forwardRef(
|
|
423
464
|
({ size, ...props }, ref) => {
|
|
424
|
-
return /* @__PURE__ */ (0, import_jsx_runtime24.
|
|
465
|
+
return /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
466
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)("path", { fill: "#1e293b", d: "M15.26 14.44c-1.47 0-2.9-.57-3.98-1.65a5.63 5.63 0 0 1-1.25-6.07L11.12 4c.56-1.4 2.17-2.15 3.6-1.67 3.3 1.1 5.92 3.72 7.02 7.02.48 1.43-.27 3.05-1.67 3.6l-2.72 1.09c-.67.27-1.38.4-2.09.4M13.84 3.68c-.56 0-1.11.34-1.32.87l-1.09 2.72c-.61 1.54-.26 3.29.92 4.46a4.14 4.14 0 0 0 4.46.92l2.72-1.09c.66-.26 1.03-1.06.81-1.74a9.65 9.65 0 0 0-6.07-6.07c-.15-.05-.29-.07-.43-.07" }),
|
|
467
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)("path", { fill: "#1e293b", d: "M11.07 16.13c-.05 0-.1 0-.16-.01a2.27 2.27 0 0 1-1.53-.68l-.76-.76c-.42-.42-.66-.97-.68-1.55-.05-.64.2-1.3.68-1.78l1.14-1.14c.29-.29.77-.29 1.06 0l3.04 3.04a.75.75 0 0 1 0 1.06l-1.14 1.14c-.44.43-1.03.68-1.65.68m-.78-4.33-.61.61a.82.82 0 0 0-.24.64c.01.23.1.43.24.58l.76.76c.15.15.35.24.55.24.25.01.49-.07.66-.24l.61-.61z" }),
|
|
468
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)("path", { fill: "#1e293b", d: "M4.6 21.82c-.6 0-1.21-.23-1.67-.69-.45-.45-.69-1.04-.69-1.67s.25-1.22.69-1.67l5.23-5.23c.21-.21.53-.28.8-.17.28.11.46.37.48.67.01.21.09.4.24.55l.76.76c.15.15.35.24.55.24.3.01.56.2.67.48s.04.59-.17.8l-5.23 5.23c-.45.47-1.05.7-1.66.7m3.81-7.38-4.42 4.42c-.16.16-.25.38-.25.61s.09.44.25.61c.34.33.88.33 1.21 0l4.42-4.42c-.09-.06-.17-.14-.24-.21l-.76-.76c-.07-.08-.14-.16-.21-.25M17.12 7.7c-.19 0-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l.76-.76c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-.76.76c-.14.14-.34.22-.53.22" })
|
|
469
|
+
] });
|
|
425
470
|
}
|
|
426
471
|
);
|
|
427
|
-
|
|
472
|
+
Brush11.displayName = "Brush11";
|
|
428
473
|
|
|
429
|
-
// dist/icons/
|
|
474
|
+
// dist/icons/Brush21.tsx
|
|
430
475
|
var import_react25 = __toESM(require("react"));
|
|
431
476
|
var import_jsx_runtime25 = require("react/jsx-runtime");
|
|
432
|
-
var
|
|
477
|
+
var Brush21 = import_react25.default.forwardRef(
|
|
433
478
|
({ size, ...props }, ref) => {
|
|
434
479
|
return /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
435
|
-
/* @__PURE__ */ (0, import_jsx_runtime25.jsx)("path", { fill: "#
|
|
436
|
-
/* @__PURE__ */ (0, import_jsx_runtime25.jsx)("path", { fill: "#
|
|
480
|
+
/* @__PURE__ */ (0, import_jsx_runtime25.jsx)("path", { fill: "#1e293b", d: "M4.52 22.19c-.75 0-1.5-.09-2.21-.28l-.98-.26.54-.86c.63-1 .69-1.96.75-2.98.07-1.17.15-2.39 1.1-3.58 1.02-1.28 2.71-1.96 4.33-1.72.85.12 1.62.5 2.22 1.1.67.67 1.08 1.49 1.2 2.42.22 1.71-.61 3.29-1.4 4.12-1.23 1.29-3.38 2.04-5.55 2.04m-.9-1.55c2.19.27 4.4-.51 5.36-1.52.6-.64 1.15-1.78 1-2.89-.08-.6-.34-1.12-.77-1.56-.38-.38-.84-.6-1.37-.67h-.01c-1.08-.17-2.25.31-2.94 1.17-.66.82-.71 1.67-.78 2.74-.05.83-.11 1.75-.49 2.73" }),
|
|
481
|
+
/* @__PURE__ */ (0, import_jsx_runtime25.jsx)("path", { fill: "#1e293b", d: "m10.06 16.88-.09-.66a2.64 2.64 0 0 0-.77-1.55c-.38-.38-.84-.6-1.37-.67l-.67-.09.02-.67c.02-.86.36-1.68.96-2.31 2.63-2.83 5.53-5.53 8.62-8.01l.52-.43a3.047 3.047 0 0 1 4.29 4.28l-.42.53a83 83 0 0 1-6 6.67c-.67.67-1.33 1.32-2.02 1.96-.66.61-1.51.94-2.41.95zm-1.27-4.19c.55.19 1.06.5 1.48.92.49.49.84 1.05 1.04 1.68.3-.09.58-.25.82-.46q1.005-.945 1.98-1.92C16.22 10.8 18.2 8.6 20 6.36l.42-.53c.5-.62.45-1.51-.11-2.07s-1.45-.61-2.07-.11l-.52.43a80.4 80.4 0 0 0-8.47 7.87c-.22.21-.37.47-.46.74" })
|
|
437
482
|
] });
|
|
438
483
|
}
|
|
439
484
|
);
|
|
440
|
-
|
|
485
|
+
Brush21.displayName = "Brush21";
|
|
441
486
|
|
|
442
|
-
// dist/icons/
|
|
487
|
+
// dist/icons/Brush31.tsx
|
|
443
488
|
var import_react26 = __toESM(require("react"));
|
|
444
489
|
var import_jsx_runtime26 = require("react/jsx-runtime");
|
|
445
|
-
var
|
|
490
|
+
var Brush31 = import_react26.default.forwardRef(
|
|
446
491
|
({ size, ...props }, ref) => {
|
|
447
|
-
return /* @__PURE__ */ (0, import_jsx_runtime26.
|
|
492
|
+
return /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
493
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { fill: "#1e293b", d: "M4.58 22.75c-.88 0-1.73-.35-2.35-.97a3.33 3.33 0 0 1-.97-2.49c.04-.92.47-1.8 1.18-2.4l6.35-5.37c.32-.27.79-.23 1.06.09s.23.79-.09 1.06l-6.35 5.37c-.39.33-.62.81-.65 1.32a1.814 1.814 0 0 0 1.9 1.9c.51-.02.99-.26 1.32-.65l5.37-6.35c.27-.32.74-.36 1.06-.09s.36.74.09 1.06l-5.37 6.35c-.6.71-1.47 1.14-2.4 1.17h-.15" }),
|
|
494
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { fill: "#1e293b", d: "M14.55 17.19c-.76 0-1.52-.29-2.1-.87l-4.77-4.77a2.97 2.97 0 0 1 0-4.2l5.55-5.56c.73-.73 1.91-.73 2.63 0l6.34 6.34c.73.73.73 1.91 0 2.63l-5.56 5.56c-.58.58-1.34.87-2.1.87zm0-14.44c-.09 0-.19.04-.26.11L8.73 8.41c-.57.57-.57 1.51 0 2.08l4.77 4.77c.57.57 1.51.57 2.08 0l5.56-5.56c.14-.14.14-.37 0-.51L14.8 2.86a.36.36 0 0 0-.26-.11z" }),
|
|
495
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { fill: "#1e293b", d: "M17.62 15.04c-.19 0-.38-.07-.53-.22L9.18 6.91a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l7.91 7.91c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22" })
|
|
496
|
+
] });
|
|
448
497
|
}
|
|
449
498
|
);
|
|
450
|
-
|
|
499
|
+
Brush31.displayName = "Brush31";
|
|
451
500
|
|
|
452
|
-
// dist/icons/
|
|
501
|
+
// dist/icons/Brush41.tsx
|
|
453
502
|
var import_react27 = __toESM(require("react"));
|
|
454
503
|
var import_jsx_runtime27 = require("react/jsx-runtime");
|
|
455
|
-
var
|
|
504
|
+
var Brush41 = import_react27.default.forwardRef(
|
|
456
505
|
({ size, ...props }, ref) => {
|
|
457
|
-
return /* @__PURE__ */ (0, import_jsx_runtime27.
|
|
506
|
+
return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
507
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)("path", { fill: "#1e293b", d: "M16.44 14.97H7.56c-1.03 0-1.86-.83-1.86-1.86v-.79c0-1.2.86-2.21 2.05-2.39l1.56-.24V7.28A2.69 2.69 0 0 1 12 4.59c1.48 0 2.69 1.21 2.69 2.69v2.41l1.56.24c1.19.18 2.05 1.19 2.05 2.39v.79c0 1.03-.83 1.86-1.86 1.86M12 6.08c-.66 0-1.19.54-1.19 1.19v3.06c0 .37-.27.69-.64.74l-2.2.34c-.45.07-.78.45-.78.91v.79c0 .2.16.36.36.36h8.89c.2 0 .36-.16.36-.36v-.79c0-.46-.33-.84-.78-.91l-2.2-.34a.75.75 0 0 1-.64-.74V7.27c0-.66-.54-1.19-1.19-1.19z" }),
|
|
508
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)("path", { fill: "#1e293b", d: "M15.89 18.31H8.11c-1.03 0-1.86-.83-1.86-1.86v-2.37c0-.41.34-.75.75-.75s.75.34.75.75v2.37c0 .2.16.36.36.36h7.78c.2 0 .36-.16.36-.36v-2.37c0-.41.34-.75.75-.75s.75.34.75.75v2.37c0 1.03-.83 1.86-1.86 1.86" }),
|
|
509
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)("path", { fill: "#1e293b", d: "M16.44 22.75H7.56c-3.48 0-6.31-2.83-6.31-6.31V7.56c0-3.48 2.83-6.31 6.31-6.31h8.89c3.48 0 6.31 2.83 6.31 6.31v8.89c0 3.48-2.83 6.31-6.31 6.31zm-8.88-20c-2.65 0-4.81 2.16-4.81 4.81v8.89c0 2.65 2.16 4.81 4.81 4.81h8.89c2.65 0 4.81-2.16 4.81-4.81V7.56c0-2.65-2.16-4.81-4.81-4.81z" })
|
|
510
|
+
] });
|
|
458
511
|
}
|
|
459
512
|
);
|
|
460
|
-
|
|
513
|
+
Brush41.displayName = "Brush41";
|
|
461
514
|
|
|
462
|
-
// dist/icons/
|
|
515
|
+
// dist/icons/BrushSquare1.tsx
|
|
463
516
|
var import_react28 = __toESM(require("react"));
|
|
464
517
|
var import_jsx_runtime28 = require("react/jsx-runtime");
|
|
465
|
-
var
|
|
518
|
+
var BrushSquare1 = import_react28.default.forwardRef(
|
|
466
519
|
({ size, ...props }, ref) => {
|
|
467
520
|
return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
468
|
-
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)("path", { fill: "#
|
|
469
|
-
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)("path", { fill: "#
|
|
470
|
-
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)("path", { fill: "#
|
|
521
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)("path", { fill: "#1e293b", d: "M14.97 22.75h-6c-5.43 0-7.75-2.32-7.75-7.75V9c0-5.43 2.32-7.75 7.75-7.75h2c.41 0 .75.34.75.75s-.34.75-.75.75h-2C4.36 2.75 2.72 4.39 2.72 9v6c0 4.61 1.64 6.25 6.25 6.25h6c4.61 0 6.25-1.64 6.25-6.25v-2c0-.41.34-.75.75-.75s.75.34.75.75v2c0 5.43-2.31 7.75-7.75 7.75" }),
|
|
522
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)("path", { fill: "#1e293b", d: "M12.78 15.24c-.15 0-.29-.04-.42-.13a.74.74 0 0 1-.33-.62c0-.11-.01-.23-.03-.35-.07-.53-.31-1-.71-1.41-.41-.41-.91-.67-1.46-.74-.08-.01-.21-.02-.33-.01-.25.02-.5-.09-.65-.29a.78.78 0 0 1-.11-.71c.12-.34.31-.66.53-.91l1.23-1.54c2.14-2.67 6.45-5.87 9.63-7.14.73-.28 1.5-.12 2.03.41.55.55.71 1.33.42 2.04-1.27 3.17-4.47 7.49-7.13 9.62l-1.57 1.26c-.31.22-.56.37-.82.47-.09.03-.19.05-.28.05m-2.06-4.57c.61.2 1.16.54 1.63 1 .46.46.79.99.98 1.56l1.18-.95c2.49-2 5.49-6.04 6.68-9.01.08-.19-.01-.33-.09-.42-.05-.05-.19-.16-.42-.07-2.96 1.19-7 4.19-9 6.68z" }),
|
|
523
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)("path", { fill: "#1e293b", d: "M7.7 18.75c-.64 0-1.25-.25-1.71-.71-.53-.53-.79-1.26-.7-2.01l.21-1.96c.22-2.03 1.87-3.53 3.94-3.57.16-.01.36 0 .55.01a4 4 0 0 1 2.36 1.17c.64.64 1.03 1.4 1.14 2.26a4.061 4.061 0 0 1-1.15 3.45c-.63.63-1.45 1.02-2.38 1.14l-1.98.21c-.1.01-.19.01-.28.01m1.9-6.76h-.1c-1.15.03-2.36.8-2.51 2.24l-.21 1.97c-.03.29.07.58.27.78s.48.3.76.27l1.97-.21c.58-.07 1.1-.32 1.49-.71.48-.49.75-1.13.75-1.83 0-.11-.01-.23-.03-.35-.07-.53-.31-1-.71-1.41-.41-.41-.91-.67-1.46-.74-.05-.01-.13-.01-.22-.01M15.82 12.73c-.41 0-.75-.34-.75-.75 0-1.67-1.36-3.04-3.04-3.04-.41 0-.75-.34-.75-.75s.34-.75.75-.75c2.5 0 4.54 2.03 4.54 4.54 0 .41-.33.75-.75.75" })
|
|
471
524
|
] });
|
|
472
525
|
}
|
|
473
526
|
);
|
|
474
|
-
|
|
527
|
+
BrushSquare1.displayName = "BrushSquare1";
|
|
475
528
|
|
|
476
|
-
// dist/icons/
|
|
529
|
+
// dist/icons/Bubble1.tsx
|
|
477
530
|
var import_react29 = __toESM(require("react"));
|
|
478
531
|
var import_jsx_runtime29 = require("react/jsx-runtime");
|
|
479
|
-
var
|
|
532
|
+
var Bubble1 = import_react29.default.forwardRef(
|
|
480
533
|
({ size, ...props }, ref) => {
|
|
481
|
-
return /* @__PURE__ */ (0, import_jsx_runtime29.
|
|
482
|
-
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)("path", { fill: "#1e293b", d: "M15.8 2.21c-.41-.41-1.12-.13-1.12.44v3.49c0 1.46 1.24 2.67 2.75 2.67.95.01 2.27.01 3.4.01.57 0 .87-.67.47-1.07-1.44-1.45-4.02-4.06-5.5-5.54" }),
|
|
483
|
-
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)("path", { fill: "#1e293b", d: "M20.5 10.19h-2.89c-2.37 0-4.3-1.93-4.3-4.3V3c0-.55-.45-1-1-1H8.07C4.99 2 2.5 4 2.5 7.57v8.86C2.5 20 4.99 22 8.07 22h7.86c3.08 0 5.57-2 5.57-5.57v-5.24c0-.55-.45-1-1-1m-9 7.56h-4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75m2-4h-6c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h6c.41 0 .75.34.75.75s-.34.75-.75.75" })
|
|
484
|
-
] });
|
|
534
|
+
return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("path", { fill: "#1e293b", d: "M15.59 13.01a5.89 5.89 0 0 1-5.88-5.88 5.89 5.89 0 0 1 5.88-5.88 5.89 5.89 0 0 1 5.88 5.88 5.89 5.89 0 0 1-5.88 5.88m0-10.26c-2.41 0-4.38 1.96-4.38 4.38s1.96 4.38 4.38 4.38 4.38-1.96 4.38-4.38S18 2.75 15.59 2.75M6.36 20.19c-2.11 0-3.83-1.72-3.83-3.83s1.72-3.83 3.83-3.83 3.83 1.72 3.83 3.83-1.72 3.83-3.83 3.83m0-6.16c-1.28 0-2.33 1.04-2.33 2.33 0 1.28 1.04 2.33 2.33 2.33 1.28 0 2.33-1.04 2.33-2.33 0-1.28-1.05-2.33-2.33-2.33M16.62 22.75c-1.83 0-3.31-1.49-3.31-3.31 0-1.83 1.49-3.31 3.31-3.31a3.32 3.32 0 0 1 3.31 3.31 3.32 3.32 0 0 1-3.31 3.31m0-5.13a1.81 1.81 0 1 0 0 3.62 1.81 1.81 0 0 0 0-3.62" }) });
|
|
485
535
|
}
|
|
486
536
|
);
|
|
487
|
-
|
|
537
|
+
Bubble1.displayName = "Bubble1";
|
|
488
538
|
|
|
489
|
-
// dist/icons/
|
|
539
|
+
// dist/icons/Bucket1.tsx
|
|
490
540
|
var import_react30 = __toESM(require("react"));
|
|
491
541
|
var import_jsx_runtime30 = require("react/jsx-runtime");
|
|
492
|
-
var
|
|
542
|
+
var Bucket1 = import_react30.default.forwardRef(
|
|
493
543
|
({ size, ...props }, ref) => {
|
|
494
544
|
return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
495
|
-
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)("path", { fill: "#1e293b", d: "
|
|
496
|
-
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)("path", { fill: "#1e293b", d: "
|
|
545
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)("path", { fill: "#1e293b", d: "M9.02 19.75c-.86 0-1.72-.41-2.54-1.23l-4.01-4.01c-.81-.81-1.22-1.66-1.22-2.54 0-.87.41-1.73 1.22-2.54l6.68-6.68a.75.75 0 0 1 1.06 0l7.35 7.35c.32.32.5.74.5 1.2 0 .45-.18.88-.5 1.2l-6.02 6.02c-.8.82-1.66 1.23-2.52 1.23m.67-15.4L3.54 10.5c-.52.52-.78 1.02-.78 1.48s.26.96.78 1.47l4.01 4.01c1.05 1.05 1.9 1.05 2.95 0l6.02-6.02c.06-.06.07-.21 0-.28z" }),
|
|
546
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)("path", { fill: "#1e293b", d: "M9.69 4.04c-.19 0-.38-.07-.53-.22L7.82 2.48a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l1.34 1.34c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22M2.07 12.67a.75.75 0 0 1-.03-1.5l15.13-.66c.41-.02.76.3.78.72.02.41-.3.76-.72.78l-15.13.66zM16 22.75H3c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h13c.41 0 .75.34.75.75s-.34.75-.75.75M18.85 20.83c-1.43 0-2.6-1.17-2.6-2.6 0-1.45 1.71-3.37 2.05-3.75.28-.31.82-.31 1.1 0 .34.37 2.05 2.29 2.05 3.74s-1.17 2.61-2.6 2.61m0-4.66c-.55.72-1.1 1.6-1.1 2.07 0 .61.49 1.1 1.1 1.1s1.1-.49 1.1-1.1c0-.48-.55-1.36-1.1-2.07" })
|
|
497
547
|
] });
|
|
498
548
|
}
|
|
499
549
|
);
|
|
500
|
-
|
|
550
|
+
Bucket1.displayName = "Bucket1";
|
|
501
551
|
|
|
502
|
-
// dist/icons/
|
|
552
|
+
// dist/icons/BucketCircle1.tsx
|
|
503
553
|
var import_react31 = __toESM(require("react"));
|
|
504
554
|
var import_jsx_runtime31 = require("react/jsx-runtime");
|
|
505
|
-
var
|
|
555
|
+
var BucketCircle1 = import_react31.default.forwardRef(
|
|
506
556
|
({ size, ...props }, ref) => {
|
|
507
|
-
return /* @__PURE__ */ (0, import_jsx_runtime31.
|
|
557
|
+
return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
558
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)("path", { fill: "#1e293b", d: "M10.61 17.31c-.59 0-1.18-.27-1.73-.82L6.49 14.1c-1.1-1.1-1.1-2.36 0-3.45l3.99-3.99a.75.75 0 0 1 1.06 0l4.39 4.39c.25.25.38.58.38.93s-.14.68-.39.93l-3.59 3.59c-.54.53-1.13.81-1.72.81m.4-9.07L7.55 11.7c-.17.17-.38.43-.38.67s.21.49.38.67l2.39 2.39c.17.17.43.38.67.38s.49-.21.67-.38l3.46-3.46z" }),
|
|
559
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)("path", { fill: "#1e293b", d: "M11.01 7.93c-.19 0-.38-.07-.53-.22l-.8-.8a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l.8.8c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22M6.46 13.08a.75.75 0 0 1-.03-1.5l9.03-.39c.41-.03.76.3.78.72s-.3.76-.72.78l-9.03.39zM16.47 17.95c-1.02 0-1.85-.83-1.85-1.85 0-.95 1-2.11 1.3-2.44.28-.31.82-.31 1.1 0 .3.33 1.3 1.49 1.3 2.44a1.84 1.84 0 0 1-1.85 1.85m0-2.57c-.21.31-.35.59-.35.72 0 .19.16.35.35.35s.35-.16.35-.35c.01-.13-.14-.41-.35-.72" }),
|
|
560
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)("path", { fill: "#1e293b", d: "M12 22.75C6.07 22.75 1.25 17.93 1.25 12S6.07 1.25 12 1.25 22.75 6.07 22.75 12 17.93 22.75 12 22.75m0-20C6.9 2.75 2.75 6.9 2.75 12S6.9 21.25 12 21.25s9.25-4.15 9.25-9.25S17.1 2.75 12 2.75" })
|
|
561
|
+
] });
|
|
508
562
|
}
|
|
509
563
|
);
|
|
510
|
-
|
|
564
|
+
BucketCircle1.displayName = "BucketCircle1";
|
|
511
565
|
|
|
512
|
-
// dist/icons/
|
|
566
|
+
// dist/icons/BucketSquare1.tsx
|
|
513
567
|
var import_react32 = __toESM(require("react"));
|
|
514
568
|
var import_jsx_runtime32 = require("react/jsx-runtime");
|
|
515
|
-
var
|
|
569
|
+
var BucketSquare1 = import_react32.default.forwardRef(
|
|
516
570
|
({ size, ...props }, ref) => {
|
|
517
571
|
return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
518
|
-
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { fill: "#
|
|
519
|
-
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { fill: "#
|
|
520
|
-
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { fill: "#
|
|
572
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { fill: "#1e293b", d: "M10.35 18.39q-1.02 0-1.95-.93l-2.83-2.83c-1.24-1.24-1.24-2.66 0-3.89l4.72-4.72c.29-.29.77-.29 1.06 0l5.19 5.19c.27.27.41.62.41 1s-.15.74-.41 1l-4.25 4.25c-.6.62-1.26.93-1.94.93m.48-10.79-4.19 4.19c-.32.32-.49.62-.49.89 0 .26.16.56.49.89l2.83 2.83c.65.65 1.12.65 1.77 0l4.19-4.19z" }),
|
|
573
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { fill: "#1e293b", d: "M10.83 7.289c-.19 0-.38-.07-.53-.22l-.94-.94a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l.94.94c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22M5.44 13.39a.75.75 0 0 1-.03-1.5l10.68-.47c.41-.04.76.3.78.72.02.41-.3.76-.72.78l-10.68.47zM17.3 19.15c-1.13 0-2.06-.92-2.06-2.06 0-1.08 1.15-2.41 1.5-2.79.28-.31.82-.31 1.1 0 .35.38 1.5 1.72 1.5 2.79a2.04 2.04 0 0 1-2.04 2.06m0-3.15c-.31.44-.56.88-.56 1.09a.56.56 0 1 0 1.12 0c-.01-.21-.25-.65-.56-1.09" }),
|
|
574
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { fill: "#1e293b", d: "M15 22.75H9c-5.43 0-7.75-2.32-7.75-7.75V9c0-5.43 2.32-7.75 7.75-7.75h6c5.43 0 7.75 2.32 7.75 7.75v6c0 5.43-2.32 7.75-7.75 7.75m-6-20C4.39 2.75 2.75 4.39 2.75 9v6c0 4.61 1.64 6.25 6.25 6.25h6c4.61 0 6.25-1.64 6.25-6.25V9c0-4.61-1.64-6.25-6.25-6.25z" })
|
|
521
575
|
] });
|
|
522
576
|
}
|
|
523
577
|
);
|
|
524
|
-
|
|
578
|
+
BucketSquare1.displayName = "BucketSquare1";
|
|
525
579
|
|
|
526
|
-
// dist/icons/
|
|
580
|
+
// dist/icons/Cake1.tsx
|
|
527
581
|
var import_react33 = __toESM(require("react"));
|
|
528
582
|
var import_jsx_runtime33 = require("react/jsx-runtime");
|
|
529
|
-
var
|
|
583
|
+
var Cake1 = import_react33.default.forwardRef(
|
|
530
584
|
({ size, ...props }, ref) => {
|
|
531
585
|
return /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
532
|
-
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("path", { fill: "#
|
|
533
|
-
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("path", { fill: "#
|
|
586
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("path", { fill: "#1e293b", d: "M22 22.75H2c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h20c.41 0 .75.34.75.75s-.34.75-.75.75" }),
|
|
587
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("path", { fill: "#1e293b", d: "M20.89 22.75c-.41 0-.75-.34-.75-.75v-9c0-1.24-1.16-2.25-2.58-2.25H6.44c-1.42 0-2.58 1.01-2.58 2.25v9c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-9c0-2.07 1.83-3.75 4.08-3.75h11.11c2.25 0 4.08 1.68 4.08 3.75v9a.74.74 0 0 1-.74.75" }),
|
|
588
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("path", { fill: "#1e293b", d: "M18.44 10.75c-.41 0-.75-.34-.75-.75V7.17c0-.78-.75-1.42-1.66-1.42H7.98c-.92 0-1.66.64-1.66 1.42V10c0 .41-.34.75-.75.75s-.76-.34-.76-.75V7.17c0-1.61 1.42-2.92 3.16-2.92h8.05c1.74 0 3.16 1.31 3.16 2.92V10a.74.74 0 0 1-.74.75M17.33 17.75a2.1 2.1 0 0 1-2.1-2.1v-.31c0-.33-.27-.6-.6-.6s-.6.27-.6.6v.31a2.1 2.1 0 1 1-4.2 0v-.31c0-.33-.27-.6-.6-.6s-.6.27-.6.6v.31a2.1 2.1 0 1 1-4.2 0v-.33c0-.32-.26-.59-.59-.6h-.37a.755.755 0 0 1-.74-.76c.01-.41.34-.74.75-.74h.38c1.14.02 2.07.96 2.07 2.1v.33c0 .33.27.6.6.6s.6-.27.6-.6v-.31a2.1 2.1 0 1 1 4.2 0v.31c0 .33.27.6.6.6s.6-.27.6-.6v-.31a2.1 2.1 0 1 1 4.2 0v.31c0 .33.27.6.6.6s.6-.27.6-.6v-.31c0-1.16.94-2.1 2.1-2.1h.45c.41 0 .75.34.75.75s-.34.75-.75.75h-.45c-.33 0-.6.27-.6.6v.31a2.1 2.1 0 0 1-2.1 2.1" }),
|
|
589
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("path", { fill: "#1e293b", d: "M8 5.75c-.41 0-.75-.34-.75-.75V3c0-.41.34-.75.75-.75s.75.34.75.75v2c0 .41-.34.75-.75.75M16 5.75c-.41 0-.75-.34-.75-.75V3c0-.41.34-.75.75-.75s.75.34.75.75v2c0 .41-.34.75-.75.75M12 5.75c-.41 0-.75-.34-.75-.75V2c0-.41.34-.75.75-.75s.75.34.75.75v3c0 .41-.34.75-.75.75" })
|
|
534
590
|
] });
|
|
535
591
|
}
|
|
536
592
|
);
|
|
537
|
-
|
|
593
|
+
Cake1.displayName = "Cake1";
|
|
538
594
|
|
|
539
|
-
// dist/icons/
|
|
595
|
+
// dist/icons/Calendar.tsx
|
|
540
596
|
var import_react34 = __toESM(require("react"));
|
|
541
597
|
var import_jsx_runtime34 = require("react/jsx-runtime");
|
|
542
|
-
var
|
|
598
|
+
var Calendar = import_react34.default.forwardRef(
|
|
543
599
|
({ size, ...props }, ref) => {
|
|
544
600
|
return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
545
|
-
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { fill: "#1e293b", d: "
|
|
546
|
-
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { fill: "#1e293b", d: "
|
|
547
|
-
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { fill: "#1e293b", d: "M12 2C8.13 2 5 5.13 5 9c0 .08 0 .17.01.25a6.94 6.94 0 0 0 3 5.5C9.14 15.54 10.51 16 12 16s2.86-.46 3.99-1.25a6.94 6.94 0 0 0 3-5.5C19 9.17 19 9.08 19 9c0-3.87-3.13-7-7-7m.75 10.73V13c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-.29c-.66-.08-1.26-.45-1.62-1.05-.21-.35-.1-.82.25-1.03s.82-.1 1.03.25c.06.11.25.36.59.36h1.09c.36 0 .65-.29.65-.65 0-.3-.2-.56-.49-.63l-1.88-.47a2.15 2.15 0 0 1 .38-4.23v-.27c0-.41.34-.75.75-.75s.75.34.75.75v.29c.66.08 1.25.44 1.62 1.03a.747.747 0 1 1-1.27.79c-.07-.11-.26-.35-.6-.35h-1.09c-.36 0-.65.29-.65.65 0 .3.2.56.49.63l1.87.47c.96.23 1.63 1.09 1.63 2.09 0 1.13-.88 2.06-2 2.14" })
|
|
601
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { fill: "#1e293b", d: "M16.75 3.56V2c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1.5h-6.5V2c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1.56c-2.7.25-4.01 1.86-4.21 4.25-.02.29.22.53.5.53h16.92c.29 0 .53-.25.5-.53-.2-2.39-1.51-4-4.21-4.25M20 9.84H4c-.55 0-1 .45-1 1V17c0 3 1.5 5 5 5h4.93c.69 0 1.17-.67.95-1.32-.2-.58-.37-1.22-.37-1.68 0-3.03 2.47-5.5 5.5-5.5.29 0 .58.02.86.07.6.09 1.14-.38 1.14-.98v-1.74A1.02 1.02 0 0 0 20 9.84M9.21 17.71q-.15.135-.33.21c-.12.05-.25.08-.38.08s-.26-.03-.38-.08q-.18-.075-.33-.21c-.18-.19-.29-.45-.29-.71 0-.06.01-.13.02-.19.01-.07.03-.13.06-.19q.03-.09.09-.18c.03-.05.08-.1.12-.15q.15-.135.33-.21a1 1 0 0 1 .76 0q.18.075.33.21c.04.05.09.1.12.15q.06.09.09.18c.03.06.05.12.06.19.01.06.02.13.02.19 0 .26-.11.52-.29.71m0-3.5q-.15.135-.33.21c-.12.05-.25.08-.38.08s-.26-.03-.38-.08c-.13-.05-.23-.12-.33-.21-.18-.19-.29-.45-.29-.71s.11-.52.29-.71q.15-.135.33-.21a1 1 0 0 1 .76 0q.18.075.33.21c.04.05.09.1.12.15q.06.09.09.18.045.09.06.18c.01.07.02.14.02.2 0 .26-.11.52-.29.71m3.5 0c-.19.18-.44.29-.71.29-.13 0-.26-.03-.38-.08-.13-.05-.23-.12-.33-.21-.18-.19-.29-.45-.29-.71 0-.06.01-.13.02-.2q.015-.09.06-.18.03-.09.09-.18l.12-.15c.37-.37 1.04-.37 1.42 0l.12.15q.06.09.09.18.045.09.06.18c.01.07.02.14.02.2 0 .26-.11.52-.29.71" }),
|
|
602
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { fill: "#1e293b", d: "M21.83 16.17a4.01 4.01 0 0 0-5.66 0 4.01 4.01 0 0 0 0 5.66 4.01 4.01 0 0 0 5.66 0 4.01 4.01 0 0 0 0-5.66m-.76 3.39c-.13.14-.32.22-.53.22h-.74v.78c0 .21-.08.39-.22.53s-.32.22-.53.22c-.41 0-.75-.34-.75-.75v-.78h-.75a.749.749 0 1 1 0-1.5h.75v-.71a.749.749 0 1 1 1.5 0v.71h.74c.42 0 .75.34.75.75 0 .21-.08.4-.22.53" })
|
|
548
603
|
] });
|
|
549
604
|
}
|
|
550
605
|
);
|
|
551
|
-
|
|
606
|
+
Calendar.displayName = "Calendar";
|
|
552
607
|
|
|
553
|
-
// dist/icons/
|
|
608
|
+
// dist/icons/CardEdit1.tsx
|
|
554
609
|
var import_react35 = __toESM(require("react"));
|
|
555
610
|
var import_jsx_runtime35 = require("react/jsx-runtime");
|
|
556
|
-
var
|
|
611
|
+
var CardEdit1 = import_react35.default.forwardRef(
|
|
557
612
|
({ size, ...props }, ref) => {
|
|
558
|
-
return /* @__PURE__ */ (0, import_jsx_runtime35.
|
|
613
|
+
return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
614
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("path", { fill: "#1e293b", d: "M11.5 9.25H2c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h9.5c.41 0 .75.34.75.75s-.34.75-.75.75M8 17.25H6c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2c.41 0 .75.34.75.75s-.34.75-.75.75M14.5 17.25h-4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75" }),
|
|
615
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("path", { fill: "#1e293b", d: "M17.56 21.25H6.44c-3.98 0-5.19-1.2-5.19-5.14V7.89c0-3.94 1.21-5.14 5.19-5.14h8.06c.41 0 .75.34.75.75s-.34.75-.75.75H6.44c-3.14 0-3.69.54-3.69 3.64v8.21c0 3.1.55 3.64 3.69 3.64h11.11c3.14 0 3.69-.54 3.69-3.64v-4.08c0-.41.34-.75.75-.75s.75.34.75.75v4.08c.01 3.95-1.2 5.15-5.18 5.15" }),
|
|
616
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("path", { fill: "#1e293b", d: "M15.52 11.44c-.39 0-.76-.14-1.02-.41-.32-.32-.46-.78-.39-1.26l.2-1.42c.05-.36.27-.79.52-1.04l3.71-3.71c1.47-1.47 2.75-.63 3.39 0 .63.63 1.47 1.91 0 3.39l-3.71 3.71c-.26.26-.69.47-1.04.52l-1.42.2c-.08.01-.16.02-.24.02m4.71-7.16c-.2 0-.38.14-.63.38l-3.7 3.71a.8.8 0 0 0-.1.2l-.2 1.35 1.36-.19a.8.8 0 0 0 .2-.1l3.71-3.71c.47-.47.54-.73 0-1.26-.26-.26-.45-.38-.64-.38" }),
|
|
617
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("path", { fill: "#1e293b", d: "M20.87 7.74c-.07 0-.14-.01-.2-.03a4.12 4.12 0 0 1-2.84-2.84.76.76 0 0 1 .52-.93c.4-.11.81.12.93.52.25.87.94 1.56 1.81 1.81.4.11.63.53.52.92a.79.79 0 0 1-.74.55" })
|
|
618
|
+
] });
|
|
559
619
|
}
|
|
560
620
|
);
|
|
561
|
-
|
|
621
|
+
CardEdit1.displayName = "CardEdit1";
|
|
562
622
|
|
|
563
|
-
// dist/icons/
|
|
623
|
+
// dist/icons/ChatFullScreen.tsx
|
|
564
624
|
var import_react36 = __toESM(require("react"));
|
|
565
625
|
var import_jsx_runtime36 = require("react/jsx-runtime");
|
|
566
|
-
var
|
|
626
|
+
var ChatFullScreen = import_react36.default.forwardRef(
|
|
567
627
|
({ size, ...props }, ref) => {
|
|
568
628
|
return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
569
|
-
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("path", { fill: "#
|
|
570
|
-
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("path", { fill: "#
|
|
629
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("path", { fill: "#000", d: "M17.8 21.75H6.2c-2.18 0-3.95-1.77-3.95-3.95V6.2c0-2.18 1.77-3.95 3.95-3.95h11.6c2.18 0 3.95 1.77 3.95 3.95v11.6c0 2.18-1.77 3.95-3.95 3.95m-11.6-18c-1.35 0-2.45 1.1-2.45 2.45v11.6c0 1.35 1.1 2.45 2.45 2.45h11.6c1.35 0 2.45-1.1 2.45-2.45V6.2c0-1.35-1.1-2.45-2.45-2.45z" }),
|
|
630
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("path", { fill: "#000", d: "M17.2 18.75H8.8c-.85 0-1.55-.7-1.55-1.55V6.8c0-.85.7-1.55 1.55-1.55h8.4c.85 0 1.55.7 1.55 1.55v10.4c0 .85-.7 1.55-1.55 1.55m-8.4-12s-.05.02-.05.05v10.4s.02.05.05.05h8.4s.05-.02.05-.05V6.8s-.02-.05-.05-.05z" }),
|
|
631
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("path", { fill: "#000", d: "M8.8 6.75s-.05.02-.05.05v10.4s.02.05.05.05h8.4s.05-.02.05-.05V6.8s-.02-.05-.05-.05z" })
|
|
571
632
|
] });
|
|
572
633
|
}
|
|
573
634
|
);
|
|
574
|
-
|
|
635
|
+
ChatFullScreen.displayName = "ChatFullScreen";
|
|
575
636
|
|
|
576
|
-
// dist/icons/
|
|
637
|
+
// dist/icons/ChatMaximize.tsx
|
|
577
638
|
var import_react37 = __toESM(require("react"));
|
|
578
639
|
var import_jsx_runtime37 = require("react/jsx-runtime");
|
|
579
|
-
var
|
|
640
|
+
var ChatMaximize = import_react37.default.forwardRef(
|
|
580
641
|
({ size, ...props }, ref) => {
|
|
581
|
-
return /* @__PURE__ */ (0, import_jsx_runtime37.
|
|
642
|
+
return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
643
|
+
/* @__PURE__ */ (0, import_jsx_runtime37.jsx)("path", { fill: "#000", d: "M17.8 21.75H6.2c-2.18 0-3.95-1.77-3.95-3.95V6.2c0-2.18 1.77-3.95 3.95-3.95h11.6c2.18 0 3.95 1.77 3.95 3.95v11.6c0 2.18-1.77 3.95-3.95 3.95m-11.6-18c-1.35 0-2.45 1.1-2.45 2.45v11.6c0 1.35 1.1 2.45 2.45 2.45h11.6c1.35 0 2.45-1.1 2.45-2.45V6.2c0-1.35-1.1-2.45-2.45-2.45z" }),
|
|
644
|
+
/* @__PURE__ */ (0, import_jsx_runtime37.jsx)("path", { fill: "#000", d: "M17.2 18.75H6.8c-.85 0-1.55-.7-1.55-1.55v-6.4c0-.85.7-1.55 1.55-1.55h10.4c.85 0 1.55.7 1.55 1.55v6.4c0 .85-.7 1.55-1.55 1.55m-10.4-8s-.05.02-.05.05v6.4s.02.05.05.05h10.4s.05-.02.05-.05v-6.4s-.02-.05-.05-.05z" }),
|
|
645
|
+
/* @__PURE__ */ (0, import_jsx_runtime37.jsx)("path", { fill: "#000", d: "M6.8 10.75s-.05.02-.05.05v6.4s.02.05.05.05h10.4s.05-.02.05-.05v-6.4s-.02-.05-.05-.05z" })
|
|
646
|
+
] });
|
|
582
647
|
}
|
|
583
648
|
);
|
|
584
|
-
|
|
649
|
+
ChatMaximize.displayName = "ChatMaximize";
|
|
585
650
|
|
|
586
|
-
// dist/icons/
|
|
651
|
+
// dist/icons/ChatMinimize.tsx
|
|
587
652
|
var import_react38 = __toESM(require("react"));
|
|
588
653
|
var import_jsx_runtime38 = require("react/jsx-runtime");
|
|
589
|
-
var
|
|
654
|
+
var ChatMinimize = import_react38.default.forwardRef(
|
|
590
655
|
({ size, ...props }, ref) => {
|
|
591
|
-
return /* @__PURE__ */ (0, import_jsx_runtime38.
|
|
656
|
+
return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
657
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)("path", { fill: "#000", d: "M17.8 21.75H6.2c-2.18 0-3.95-1.77-3.95-3.95V6.2c0-2.18 1.77-3.95 3.95-3.95h11.6c2.18 0 3.95 1.77 3.95 3.95v11.6c0 2.18-1.77 3.95-3.95 3.95m-11.6-18c-1.35 0-2.45 1.1-2.45 2.45v11.6c0 1.35 1.1 2.45 2.45 2.45h11.6c1.35 0 2.45-1.1 2.45-2.45V6.2c0-1.35-1.1-2.45-2.45-2.45z" }),
|
|
658
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)("path", { fill: "#000", d: "M17.2 18.75H6.8c-.85 0-1.55-.7-1.55-1.55v-2.4c0-.85.7-1.55 1.55-1.55h10.4c.85 0 1.55.7 1.55 1.55v2.4c0 .85-.7 1.55-1.55 1.55m-10.4-4s-.05.02-.05.05v2.4s.02.05.05.05h10.4s.05-.02.05-.05v-2.4s-.02-.05-.05-.05z" }),
|
|
659
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)("path", { fill: "#000", d: "M6.8 14.75s-.05.02-.05.05v2.4s.02.05.05.05h10.4s.05-.02.05-.05v-2.4s-.02-.05-.05-.05z" })
|
|
660
|
+
] });
|
|
592
661
|
}
|
|
593
662
|
);
|
|
594
|
-
|
|
663
|
+
ChatMinimize.displayName = "ChatMinimize";
|
|
595
664
|
|
|
596
|
-
// dist/icons/
|
|
665
|
+
// dist/icons/ChevronDown.tsx
|
|
597
666
|
var import_react39 = __toESM(require("react"));
|
|
598
667
|
var import_jsx_runtime39 = require("react/jsx-runtime");
|
|
599
|
-
var
|
|
668
|
+
var ChevronDown = import_react39.default.forwardRef(
|
|
600
669
|
({ size, ...props }, ref) => {
|
|
601
|
-
return /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("path", { fill: "#1e293b", d: "
|
|
670
|
+
return /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("path", { fill: "#1e293b", d: "M17.47 8.47a.75.75 0 1 1 1.06 1.06l-6 6a.75.75 0 0 1-1.06 0l-6-6-.052-.056a.75.75 0 0 1 1.056-1.056l.056.052L12 13.94z" }) });
|
|
602
671
|
}
|
|
603
672
|
);
|
|
604
|
-
|
|
673
|
+
ChevronDown.displayName = "ChevronDown";
|
|
605
674
|
|
|
606
|
-
// dist/icons/
|
|
675
|
+
// dist/icons/ChevronLeft.tsx
|
|
607
676
|
var import_react40 = __toESM(require("react"));
|
|
608
677
|
var import_jsx_runtime40 = require("react/jsx-runtime");
|
|
609
|
-
var
|
|
678
|
+
var ChevronLeft = import_react40.default.forwardRef(
|
|
679
|
+
({ size, ...props }, ref) => {
|
|
680
|
+
return /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { fill: "#1e293b", d: "M14.47 5.47a.75.75 0 1 1 1.06 1.06L10.06 12l5.47 5.47.052.056a.75.75 0 0 1-1.056 1.056l-.056-.052-6-6a.75.75 0 0 1 0-1.06z" }) });
|
|
681
|
+
}
|
|
682
|
+
);
|
|
683
|
+
ChevronLeft.displayName = "ChevronLeft";
|
|
684
|
+
|
|
685
|
+
// dist/icons/ChevronRight.tsx
|
|
686
|
+
var import_react41 = __toESM(require("react"));
|
|
687
|
+
var import_jsx_runtime41 = require("react/jsx-runtime");
|
|
688
|
+
var ChevronRight = import_react41.default.forwardRef(
|
|
689
|
+
({ size, ...props }, ref) => {
|
|
690
|
+
return /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { fill: "#1e293b", d: "M8.47 5.47a.75.75 0 0 1 1.004-.052l.056.052 6 6a.75.75 0 0 1 0 1.06l-6 6a.75.75 0 1 1-1.06-1.06L13.94 12 8.47 6.53l-.052-.056A.75.75 0 0 1 8.47 5.47" }) });
|
|
691
|
+
}
|
|
692
|
+
);
|
|
693
|
+
ChevronRight.displayName = "ChevronRight";
|
|
694
|
+
|
|
695
|
+
// dist/icons/ChevronUp.tsx
|
|
696
|
+
var import_react42 = __toESM(require("react"));
|
|
697
|
+
var import_jsx_runtime42 = require("react/jsx-runtime");
|
|
698
|
+
var ChevronUp = import_react42.default.forwardRef(
|
|
699
|
+
({ size, ...props }, ref) => {
|
|
700
|
+
return /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("path", { fill: "#1e293b", d: "M11.526 8.418a.75.75 0 0 1 1.004.052l6 6 .052.056a.75.75 0 0 1-1.056 1.056l-.056-.052L12 10.06l-5.47 5.47a.75.75 0 1 1-1.06-1.06l6-6z" }) });
|
|
701
|
+
}
|
|
702
|
+
);
|
|
703
|
+
ChevronUp.displayName = "ChevronUp";
|
|
704
|
+
|
|
705
|
+
// dist/icons/ChevronsUpDown.tsx
|
|
706
|
+
var import_react43 = __toESM(require("react"));
|
|
707
|
+
var import_jsx_runtime43 = require("react/jsx-runtime");
|
|
708
|
+
var ChevronsUpDown = import_react43.default.forwardRef(
|
|
709
|
+
({ size, ...props }, ref) => {
|
|
710
|
+
return /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("path", { fill: "#000", d: "M16.47 14.47a.75.75 0 1 1 1.06 1.06l-5 5a.75.75 0 0 1-1.06 0l-5-5-.052-.056a.75.75 0 0 1 1.056-1.056l.056.052L12 18.94zM11.526 3.418a.75.75 0 0 1 1.004.052l5 5 .052.056a.75.75 0 0 1-1.056 1.056l-.056-.052L12 5.06 7.53 9.53a.75.75 0 1 1-1.06-1.06l5-5z" }) });
|
|
711
|
+
}
|
|
712
|
+
);
|
|
713
|
+
ChevronsUpDown.displayName = "ChevronsUpDown";
|
|
714
|
+
|
|
715
|
+
// dist/icons/CircleCheckFill.tsx
|
|
716
|
+
var import_react44 = __toESM(require("react"));
|
|
717
|
+
var import_jsx_runtime44 = require("react/jsx-runtime");
|
|
718
|
+
var CircleCheckFill = import_react44.default.forwardRef(
|
|
719
|
+
({ size, ...props }, ref) => {
|
|
720
|
+
return /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
721
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { fill: "#000", "fill-rule": "evenodd", d: "M21.25 12a9.25 9.25 0 1 0-18.5 0 9.25 9.25 0 0 0 18.5 0m-5.72-2.53a.75.75 0 0 0-1.06 0L11 12.94l-1.47-1.47-.056-.052a.75.75 0 0 0-1.056 1.056l.052.056 2 2a.75.75 0 0 0 1.06 0l4-4a.75.75 0 0 0 0-1.06", "clip-rule": "evenodd" }),
|
|
722
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { fill: "#000", "fill-rule": "evenodd", d: "M12 2.75a9.25 9.25 0 1 1 0 18.5 9.25 9.25 0 0 1 0-18.5m0 20c5.937 0 10.75-4.813 10.75-10.75S17.937 1.25 12 1.25 1.25 6.063 1.25 12 6.063 22.75 12 22.75", "clip-rule": "evenodd" })
|
|
723
|
+
] });
|
|
724
|
+
}
|
|
725
|
+
);
|
|
726
|
+
CircleCheckFill.displayName = "CircleCheckFill";
|
|
727
|
+
|
|
728
|
+
// dist/icons/CloseCircle1.tsx
|
|
729
|
+
var import_react45 = __toESM(require("react"));
|
|
730
|
+
var import_jsx_runtime45 = require("react/jsx-runtime");
|
|
731
|
+
var CloseCircle1 = import_react45.default.forwardRef(
|
|
732
|
+
({ size, ...props }, ref) => {
|
|
733
|
+
return /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { fill: "#1e293b", d: "M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2m3.36 12.3c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-2.3-2.3-2.3 2.3c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l2.3-2.3-2.3-2.3a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l2.3 2.3 2.3-2.3c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-2.3 2.3z" }) });
|
|
734
|
+
}
|
|
735
|
+
);
|
|
736
|
+
CloseCircle1.displayName = "CloseCircle1";
|
|
737
|
+
|
|
738
|
+
// dist/icons/DislikeBold.tsx
|
|
739
|
+
var import_react46 = __toESM(require("react"));
|
|
740
|
+
var import_jsx_runtime46 = require("react/jsx-runtime");
|
|
741
|
+
var DislikeBold = import_react46.default.forwardRef(
|
|
742
|
+
({ size, ...props }, ref) => {
|
|
743
|
+
return /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("path", { fill: "#1e293b", d: "M15.61 5.5v10.16c0 .4-.12.79-.34 1.12l-2.73 4.06c-.43.65-1.5 1.11-2.41.77-.98-.33-1.63-1.43-1.42-2.41l.52-3.27c.04-.3-.04-.57-.21-.78a.93.93 0 0 0-.69-.31H4.22c-.79 0-1.47-.32-1.87-.88-.38-.54-.45-1.24-.2-1.95l2.46-7.49c.31-1.24 1.66-2.25 3-2.25h3.9c.67 0 1.61.23 2.04.66l1.28.99a2 2 0 0 1 .78 1.58M18.79 17.61h1.03c1.55 0 2.18-.6 2.18-2.08V5.48C22 4 21.37 3.4 19.82 3.4h-1.03c-1.55 0-2.18.6-2.18 2.08v10.06c0 1.47.63 2.07 2.18 2.07" }) });
|
|
744
|
+
}
|
|
745
|
+
);
|
|
746
|
+
DislikeBold.displayName = "DislikeBold";
|
|
747
|
+
|
|
748
|
+
// dist/icons/Doc.tsx
|
|
749
|
+
var import_react47 = __toESM(require("react"));
|
|
750
|
+
var import_jsx_runtime47 = require("react/jsx-runtime");
|
|
751
|
+
var Doc = import_react47.default.forwardRef(
|
|
752
|
+
({ size, ...props }, ref) => {
|
|
753
|
+
return /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
754
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("path", { fill: "#3b82f6", d: "M20.75 9.75V20.4a2.35 2.35 0 0 1-2.35 2.35H5.6a2.35 2.35 0 0 1-2.35-2.35V3.6A2.35 2.35 0 0 1 5.6 1.25h6.65v6.9a1.6 1.6 0 0 0 1.6 1.6z" }),
|
|
755
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("path", { fill: "#fff", d: "M15.02 18.182h-.8a.5.5 0 0 0-.046-.18.415.415 0 0 0-.251-.23.6.6 0 0 0-.204-.033.57.57 0 0 0-.336.096.6.6 0 0 0-.208.277q-.07.18-.07.434 0 .267.072.447a.57.57 0 0 0 .209.27q.136.09.328.09a.7.7 0 0 0 .196-.028.42.42 0 0 0 .254-.207.5.5 0 0 0 .055-.17l.802.006q-.015.186-.104.377a1.22 1.22 0 0 1-.66.61 1.5 1.5 0 0 1-.56.099q-.4 0-.72-.172a1.25 1.25 0 0 1-.5-.506q-.184-.334-.184-.816 0-.486.188-.819.187-.333.505-.504a1.5 1.5 0 0 1 .71-.172q.276 0 .508.075t.406.22.281.354q.106.21.13.482M11.94 18.546q0 .484-.19.82-.189.331-.51.503-.32.17-.716.17-.397 0-.718-.171a1.3 1.3 0 0 1-.509-.506q-.187-.334-.187-.816 0-.486.187-.819.19-.333.509-.504.32-.172.718-.172.396 0 .716.172.321.171.51.504.19.333.19.819m-.813 0a1.2 1.2 0 0 0-.07-.44.56.56 0 0 0-.203-.274.56.56 0 0 0-.33-.093.57.57 0 0 0-.33.093.57.57 0 0 0-.204.273q-.068.18-.068.44 0 .262.068.442.07.18.203.273.135.092.331.092t.33-.092a.57.57 0 0 0 .203-.273q.07-.18.07-.441M7.307 20h-1.12v-2.91h1.108q.45.001.776.176.328.173.506.5.179.325.179.78 0 .454-.178.78a1.2 1.2 0 0 1-.503.5 1.6 1.6 0 0 1-.768.174m-.33-.67h.301a.9.9 0 0 0 .368-.07.47.47 0 0 0 .233-.24q.081-.171.081-.474 0-.304-.082-.475a.47.47 0 0 0-.239-.24.9.9 0 0 0-.383-.07h-.279z" }),
|
|
756
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("path", { fill: "#1d4ed8", d: "M20.75 9.75h-6.9a1.6 1.6 0 0 1-1.6-1.6v-6.9z" })
|
|
757
|
+
] });
|
|
758
|
+
}
|
|
759
|
+
);
|
|
760
|
+
Doc.displayName = "Doc";
|
|
761
|
+
|
|
762
|
+
// dist/icons/DocumentTextBold.tsx
|
|
763
|
+
var import_react48 = __toESM(require("react"));
|
|
764
|
+
var import_jsx_runtime48 = require("react/jsx-runtime");
|
|
765
|
+
var DocumentTextBold = import_react48.default.forwardRef(
|
|
766
|
+
({ size, ...props }, ref) => {
|
|
767
|
+
return /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
768
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("path", { fill: "#1e293b", d: "M15.8 2.21c-.41-.41-1.12-.13-1.12.44v3.49c0 1.46 1.24 2.67 2.75 2.67.95.01 2.27.01 3.4.01.57 0 .87-.67.47-1.07-1.44-1.45-4.02-4.06-5.5-5.54" }),
|
|
769
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("path", { fill: "#1e293b", d: "M20.5 10.19h-2.89c-2.37 0-4.3-1.93-4.3-4.3V3c0-.55-.45-1-1-1H8.07C4.99 2 2.5 4 2.5 7.57v8.86C2.5 20 4.99 22 8.07 22h7.86c3.08 0 5.57-2 5.57-5.57v-5.24c0-.55-.45-1-1-1m-9 7.56h-4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75m2-4h-6c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h6c.41 0 .75.34.75.75s-.34.75-.75.75" })
|
|
770
|
+
] });
|
|
771
|
+
}
|
|
772
|
+
);
|
|
773
|
+
DocumentTextBold.displayName = "DocumentTextBold";
|
|
774
|
+
|
|
775
|
+
// dist/icons/DocumentUpload.tsx
|
|
776
|
+
var import_react49 = __toESM(require("react"));
|
|
777
|
+
var import_jsx_runtime49 = require("react/jsx-runtime");
|
|
778
|
+
var DocumentUpload = import_react49.default.forwardRef(
|
|
779
|
+
({ size, ...props }, ref) => {
|
|
780
|
+
return /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
781
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)("path", { fill: "#1e293b", d: "M20.5 10.19h-2.89c-2.37 0-4.3-1.93-4.3-4.3V3c0-.55-.45-1-1-1H8.07C4.99 2 2.5 4 2.5 7.57v8.86C2.5 20 4.99 22 8.07 22h7.86c3.08 0 5.57-2 5.57-5.57v-5.24c0-.55-.45-1-1-1m-8.97 3.34c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-.72-.72V17c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-4.19l-.72.72c-.29.29-.77.29-1.06 0a.754.754 0 0 1 0-1.06l2-2c.07-.06.14-.11.22-.15.02-.01.05-.02.07-.03.06-.02.12-.03.19-.04h.08c.08 0 .16.02.24.05h.02c.08.03.16.09.22.15.01.01.02.01.02.02l2 2c.29.29.29.77 0 1.06" }),
|
|
782
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)("path", { fill: "#1e293b", d: "M17.43 8.81c.95.01 2.27.01 3.4.01.57 0 .87-.67.47-1.07-1.44-1.45-4.02-4.06-5.5-5.54-.41-.41-1.12-.13-1.12.44v3.49c0 1.46 1.24 2.67 2.75 2.67" })
|
|
783
|
+
] });
|
|
784
|
+
}
|
|
785
|
+
);
|
|
786
|
+
DocumentUpload.displayName = "DocumentUpload";
|
|
787
|
+
|
|
788
|
+
// dist/icons/Enter.tsx
|
|
789
|
+
var import_react50 = __toESM(require("react"));
|
|
790
|
+
var import_jsx_runtime50 = require("react/jsx-runtime");
|
|
791
|
+
var Enter = import_react50.default.forwardRef(
|
|
792
|
+
({ size, ...props }, ref) => {
|
|
793
|
+
return /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("path", { fill: "#000", d: "M19.25 6v2A3.25 3.25 0 0 1 16 11.25H5.81l3.72-3.72.052-.056a.75.75 0 0 0-1.056-1.056l-.056.052-5 5a.75.75 0 0 0 0 1.06l5 5a.75.75 0 1 0 1.06-1.06l-3.72-3.72H16A4.75 4.75 0 0 0 20.75 8V6a.75.75 0 1 0-1.5 0" }) });
|
|
794
|
+
}
|
|
795
|
+
);
|
|
796
|
+
Enter.displayName = "Enter";
|
|
797
|
+
|
|
798
|
+
// dist/icons/Excel.tsx
|
|
799
|
+
var import_react51 = __toESM(require("react"));
|
|
800
|
+
var import_jsx_runtime51 = require("react/jsx-runtime");
|
|
801
|
+
var Excel = import_react51.default.forwardRef(
|
|
802
|
+
({ size, ...props }, ref) => {
|
|
803
|
+
return /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
804
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("path", { fill: "#22c55e", d: "M20.75 9.75V20.4a2.35 2.35 0 0 1-2.35 2.35H5.6a2.35 2.35 0 0 1-2.35-2.35V3.6A2.35 2.35 0 0 1 5.6 1.25h6.65v6.9a1.6 1.6 0 0 0 1.6 1.6z" }),
|
|
805
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("path", { fill: "#fff", d: "m15.034 17.09.477.848h.023l.483-.847h.88l-.868 1.454.903 1.455h-.903l-.495-.864h-.023l-.494.864h-.898l.892-1.454-.863-1.455zM13.092 18a.3.3 0 0 0-.107-.222q-.094-.08-.285-.08a.6.6 0 0 0-.2.03.24.24 0 0 0-.114.079.2.2 0 0 0-.039.114.2.2 0 0 0 .019.095.2.2 0 0 0 .07.075.6.6 0 0 0 .124.06q.075.027.18.048l.238.051q.241.052.413.135a1 1 0 0 1 .281.197q.11.113.161.253a.9.9 0 0 1 .054.307.82.82 0 0 1-.144.486.88.88 0 0 1-.406.302q-.263.105-.632.104-.379 0-.662-.112a.92.92 0 0 1-.437-.345q-.156-.235-.156-.6h.75a.45.45 0 0 0 .066.225q.06.09.168.137.11.048.26.047a.6.6 0 0 0 .211-.03q.085-.032.13-.088a.2.2 0 0 0 .045-.126.18.18 0 0 0-.044-.116.34.34 0 0 0-.136-.091 1.4 1.4 0 0 0-.257-.077l-.29-.062q-.386-.084-.61-.28-.22-.198-.22-.539a.8.8 0 0 1 .148-.484q.151-.21.416-.325a1.5 1.5 0 0 1 .613-.117q.351 0 .609.118.257.119.396.332a.9.9 0 0 1 .142.499zM9.238 20v-2.91h.79v2.274h1.176V20zM7.034 17.09l.477.848h.023l.483-.847h.88l-.869 1.454L8.932 20h-.904l-.494-.864h-.023L7.017 20H6.12l.892-1.454-.863-1.455z" }),
|
|
806
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("path", { fill: "#15803d", d: "M20.75 9.75h-6.9a1.6 1.6 0 0 1-1.6-1.6v-6.9z" })
|
|
807
|
+
] });
|
|
808
|
+
}
|
|
809
|
+
);
|
|
810
|
+
Excel.displayName = "Excel";
|
|
811
|
+
|
|
812
|
+
// dist/icons/File.tsx
|
|
813
|
+
var import_react52 = __toESM(require("react"));
|
|
814
|
+
var import_jsx_runtime52 = require("react/jsx-runtime");
|
|
815
|
+
var File = import_react52.default.forwardRef(
|
|
816
|
+
({ size, ...props }, ref) => {
|
|
817
|
+
return /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
818
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)("path", { fill: "#facc15", d: "M20.75 9.75V20.4a2.35 2.35 0 0 1-2.35 2.35H5.6a2.35 2.35 0 0 1-2.35-2.35V3.6A2.35 2.35 0 0 1 5.6 1.25h6.65v6.9a1.6 1.6 0 0 0 1.6 1.6z" }),
|
|
819
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)("path", { fill: "#ca8a04", d: "M20.75 9.75h-6.9a1.6 1.6 0 0 1-1.6-1.6v-6.9z" })
|
|
820
|
+
] });
|
|
821
|
+
}
|
|
822
|
+
);
|
|
823
|
+
File.displayName = "File";
|
|
824
|
+
|
|
825
|
+
// dist/icons/Finance.tsx
|
|
826
|
+
var import_react53 = __toESM(require("react"));
|
|
827
|
+
var import_jsx_runtime53 = require("react/jsx-runtime");
|
|
828
|
+
var Finance = import_react53.default.forwardRef(
|
|
829
|
+
({ size, ...props }, ref) => {
|
|
830
|
+
return /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
831
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("path", { fill: "#1e293b", d: "M22 15c0 3.87-3.13 7-7 7-.61 0-1.2-.08-1.76-.23a7.87 7.87 0 0 0 3.68-5.67l.12-.9a7.92 7.92 0 0 0 2.89-5.17A6.96 6.96 0 0 1 22 15" }),
|
|
832
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("path", { fill: "#1e293b", d: "M15.93 15.97A6.95 6.95 0 0 1 12 21.32c-.91.44-1.92.68-3 .68-3.87 0-7-3.13-7-7 0-1.95.79-3.71 2.08-4.97.28 2.22 1.5 4.25 3.36 5.54C8.78 16.51 10.35 17 12 17c1.4 0 2.74-.35 3.93-1.03" }),
|
|
833
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("path", { fill: "#1e293b", d: "M12 2C8.13 2 5 5.13 5 9c0 .08 0 .17.01.25a6.94 6.94 0 0 0 3 5.5C9.14 15.54 10.51 16 12 16s2.86-.46 3.99-1.25a6.94 6.94 0 0 0 3-5.5C19 9.17 19 9.08 19 9c0-3.87-3.13-7-7-7m.75 10.73V13c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-.29c-.66-.08-1.26-.45-1.62-1.05-.21-.35-.1-.82.25-1.03s.82-.1 1.03.25c.06.11.25.36.59.36h1.09c.36 0 .65-.29.65-.65 0-.3-.2-.56-.49-.63l-1.88-.47a2.15 2.15 0 0 1 .38-4.23v-.27c0-.41.34-.75.75-.75s.75.34.75.75v.29c.66.08 1.25.44 1.62 1.03a.747.747 0 1 1-1.27.79c-.07-.11-.26-.35-.6-.35h-1.09c-.36 0-.65.29-.65.65 0 .3.2.56.49.63l1.87.47c.96.23 1.63 1.09 1.63 2.09 0 1.13-.88 2.06-2 2.14" })
|
|
834
|
+
] });
|
|
835
|
+
}
|
|
836
|
+
);
|
|
837
|
+
Finance.displayName = "Finance";
|
|
838
|
+
|
|
839
|
+
// dist/icons/Flag.tsx
|
|
840
|
+
var import_react54 = __toESM(require("react"));
|
|
841
|
+
var import_jsx_runtime54 = require("react/jsx-runtime");
|
|
842
|
+
var Flag = import_react54.default.forwardRef(
|
|
843
|
+
({ size, ...props }, ref) => {
|
|
844
|
+
return /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("path", { fill: "#1e293b", d: "m18.02 12.33-1.22-1.22a1.4 1.4 0 0 1-.47-1.03c-.02-.45.16-.9.49-1.23l1.2-1.2c1.04-1.04 1.43-2.04 1.1-2.83-.32-.78-1.31-1.21-2.77-1.21H5.9v-.86c0-.41-.34-.75-.75-.75s-.75.34-.75.75v18.5c0 .41.34.75.75.75s.75-.34.75-.75v-4.88h10.45c1.44 0 2.41-.44 2.74-1.23s-.05-1.78-1.07-2.81" }) });
|
|
845
|
+
}
|
|
846
|
+
);
|
|
847
|
+
Flag.displayName = "Flag";
|
|
848
|
+
|
|
849
|
+
// dist/icons/Folder2.tsx
|
|
850
|
+
var import_react55 = __toESM(require("react"));
|
|
851
|
+
var import_jsx_runtime55 = require("react/jsx-runtime");
|
|
852
|
+
var Folder2 = import_react55.default.forwardRef(
|
|
853
|
+
({ size, ...props }, ref) => {
|
|
854
|
+
return /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
855
|
+
/* @__PURE__ */ (0, import_jsx_runtime55.jsx)("path", { fill: "#1e293b", d: "M19.435 4.034c.132.208-.095.45-.335.396-.47-.14-.99-.21-1.52-.21h-3.3a.5.5 0 0 1-.4-.2l-1.15-1.53c-.14-.2-.008-.49.237-.49h2.753c1.561 0 2.936.81 3.715 2.034" }),
|
|
856
|
+
/* @__PURE__ */ (0, import_jsx_runtime55.jsx)("path", { fill: "#1e293b", d: "M20.14 6.54a4.2 4.2 0 0 0-1.45-.67q-.54-.15-1.11-.15h-3.72c-.58 0-.62-.05-.93-.46l-1.4-1.86C10.88 2.53 10.37 2 8.74 2H6.42C3.98 2 2 3.98 2 6.42v11.16C2 20.02 3.98 22 6.42 22h11.16c2.44 0 4.42-1.98 4.42-4.42v-7.44c0-1.49-.73-2.8-1.86-3.6m-5.75 9.8H9.6c-.39 0-.69-.31-.69-.7 0-.38.3-.7.69-.7h4.79c.39 0 .7.32.7.7 0 .39-.31.7-.7.7" })
|
|
857
|
+
] });
|
|
858
|
+
}
|
|
859
|
+
);
|
|
860
|
+
Folder2.displayName = "Folder2";
|
|
861
|
+
|
|
862
|
+
// dist/icons/FolderDrawerOpen.tsx
|
|
863
|
+
var import_react56 = __toESM(require("react"));
|
|
864
|
+
var import_jsx_runtime56 = require("react/jsx-runtime");
|
|
865
|
+
var FolderDrawerOpen = import_react56.default.forwardRef(
|
|
610
866
|
({ size, ...props }, ref) => {
|
|
611
|
-
return /* @__PURE__ */ (0,
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
867
|
+
return /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("path", { fill: "#1e293b", d: "m21.06 11.82-.16-.22q-.42-.51-.99-.81c-.51-.29-1.09-.44-1.69-.44H5.77c-.6 0-1.17.15-1.69.44-.39.21-.74.5-1.03.86-.57.73-.84 1.63-.75 2.53l.37 4.67c.13 1.41.3 3.15 3.47 3.15h11.72c3.17 0 3.33-1.74 3.47-3.16l.37-4.65c.09-.84-.13-1.68-.64-2.37m-6.67 5.52H9.6c-.39 0-.7-.32-.7-.7s.31-.7.7-.7h4.79c.39 0 .7.32.7.7 0 .39-.31.7-.7.7M20.561 8.596c.038.383-.378.64-.742.517a5 5 0 0 0-1.59-.253H5.77c-.556 0-1.104.09-1.616.262-.36.121-.773-.127-.773-.507V6.66C3.38 3.09 4.47 2 8.04 2h1.18c1.43 0 1.88.46 2.46 1.21l1.2 1.6c.25.34.26.36.7.36h2.38c3.126 0 4.347.837 4.601 3.426" }) });
|
|
868
|
+
}
|
|
869
|
+
);
|
|
870
|
+
FolderDrawerOpen.displayName = "FolderDrawerOpen";
|
|
871
|
+
|
|
872
|
+
// dist/icons/FolderDrawerOpenAddBold.tsx
|
|
873
|
+
var import_react57 = __toESM(require("react"));
|
|
874
|
+
var import_jsx_runtime57 = require("react/jsx-runtime");
|
|
875
|
+
var FolderDrawerOpenAddBold = import_react57.default.forwardRef(
|
|
876
|
+
({ size, ...props }, ref) => {
|
|
877
|
+
return /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("path", { fill: "#1e293b", d: "M18.22 10.35c.6 0 1.18.15 1.69.44q.57.3.99.81l.16.22c.51.69.73 1.53.64 2.37l-.37 4.65c-.14 1.42-.3 3.16-3.47 3.16H6.14c-3.17 0-3.34-1.74-3.47-3.15l-.37-4.67c-.09-.9.18-1.8.75-2.53.29-.36.64-.65 1.03-.86.52-.29 1.09-.44 1.69-.44zm-6.171 3.4a.75.75 0 0 0-.75.75v1.25h-1.3a.75.75 0 0 0 0 1.5h1.3v1.25a.75.75 0 0 0 1.5 0v-1.25h1.2a.75.75 0 0 0 0-1.5h-1.2V14.5a.75.75 0 0 0-.75-.75M9.22 2c1.43 0 1.88.46 2.46 1.21l1.2 1.6c.25.34.26.36.7.36h2.38c3.125 0 4.347.837 4.601 3.427.038.382-.377.638-.742.516a5 5 0 0 0-1.589-.253H5.77c-.557 0-1.105.09-1.617.262-.36.12-.773-.127-.773-.507V6.66C3.38 3.09 4.47 2 8.04 2z" }) });
|
|
878
|
+
}
|
|
879
|
+
);
|
|
880
|
+
FolderDrawerOpenAddBold.displayName = "FolderDrawerOpenAddBold";
|
|
881
|
+
|
|
882
|
+
// dist/icons/FolderOpenBold.tsx
|
|
883
|
+
var import_react58 = __toESM(require("react"));
|
|
884
|
+
var import_jsx_runtime58 = require("react/jsx-runtime");
|
|
885
|
+
var FolderOpenBold = import_react58.default.forwardRef(
|
|
886
|
+
({ size, ...props }, ref) => {
|
|
887
|
+
return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("path", { fill: "#1e293b", d: "m21.06 11.82-.16-.22q-.42-.51-.99-.81c-.51-.29-1.09-.44-1.69-.44H5.77c-.6 0-1.17.15-1.69.44-.39.21-.74.5-1.03.86-.57.73-.84 1.63-.75 2.53l.37 4.67c.13 1.41.3 3.15 3.47 3.15h11.72c3.17 0 3.33-1.74 3.47-3.16l.37-4.65c.09-.84-.13-1.68-.64-2.37M20.561 8.596c.038.383-.378.64-.742.517a5 5 0 0 0-1.59-.253H5.77c-.556 0-1.104.09-1.616.262-.36.121-.773-.127-.773-.507V6.66C3.38 3.09 4.47 2 8.04 2h1.18c1.43 0 1.88.46 2.46 1.21l1.2 1.6c.25.34.26.36.7.36h2.38c3.126 0 4.347.837 4.601 3.426" }) });
|
|
888
|
+
}
|
|
889
|
+
);
|
|
890
|
+
FolderOpenBold.displayName = "FolderOpenBold";
|
|
891
|
+
|
|
892
|
+
// dist/icons/Frame.tsx
|
|
893
|
+
var import_react59 = __toESM(require("react"));
|
|
894
|
+
var import_jsx_runtime59 = require("react/jsx-runtime");
|
|
895
|
+
var Frame = import_react59.default.forwardRef(
|
|
896
|
+
({ size, ...props }, ref) => {
|
|
897
|
+
return /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
898
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("g", { fill: "#000", "clip-path": "url(#a)", children: [
|
|
899
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)("path", { d: "M16.734 9.079a1.09 1.09 0 1 0-1.488-1.596l-3.192 2.976-2.976-3.194a1.09 1.09 0 0 0-1.595 1.488l2.977 3.192-3.194 2.976a1.09 1.09 0 1 0 1.488 1.595l3.192-2.974 2.976 3.191a1.091 1.091 0 1 0 1.595-1.487l-2.975-3.191z" }),
|
|
900
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)("path", { "fill-rule": "evenodd", d: "M0 12C0 5.373 5.373 0 12 0s12 5.373 12 12-5.373 12-12 12S0 18.627 0 12m12 9.818a9.819 9.819 0 1 1 0-19.637 9.819 9.819 0 0 1 0 19.637", "clip-rule": "evenodd" })
|
|
615
901
|
] }),
|
|
616
|
-
/* @__PURE__ */ (0,
|
|
902
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("clipPath", { id: "a", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) })
|
|
617
903
|
] });
|
|
618
904
|
}
|
|
619
905
|
);
|
|
620
906
|
Frame.displayName = "Frame";
|
|
621
907
|
|
|
622
908
|
// dist/icons/Frame1000007191.tsx
|
|
623
|
-
var
|
|
624
|
-
var
|
|
625
|
-
var Frame1000007191 =
|
|
626
|
-
({ size, ...props }, ref) => {
|
|
627
|
-
return /* @__PURE__ */ (0,
|
|
628
|
-
/* @__PURE__ */ (0,
|
|
629
|
-
/* @__PURE__ */ (0,
|
|
630
|
-
/* @__PURE__ */ (0,
|
|
631
|
-
/* @__PURE__ */ (0,
|
|
632
|
-
/* @__PURE__ */ (0,
|
|
633
|
-
/* @__PURE__ */ (0,
|
|
634
|
-
/* @__PURE__ */ (0,
|
|
635
|
-
/* @__PURE__ */ (0,
|
|
636
|
-
/* @__PURE__ */ (0,
|
|
909
|
+
var import_react60 = __toESM(require("react"));
|
|
910
|
+
var import_jsx_runtime60 = require("react/jsx-runtime");
|
|
911
|
+
var Frame1000007191 = import_react60.default.forwardRef(
|
|
912
|
+
({ size, ...props }, ref) => {
|
|
913
|
+
return /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "100", height: "100", fill: "none", viewBox: "0 0 100 100", ...props, children: [
|
|
914
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("mask", { id: "a", width: "91", height: "91", x: "5", y: "5", maskUnits: "userSpaceOnUse", style: { maskType: "alpha" }, children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("circle", { cx: "50.488", cy: "50.487", r: "44.681", fill: "#fff" }) }),
|
|
915
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("g", { mask: "url(#a)", children: [
|
|
916
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("mask", { id: "b", width: "91", height: "91", x: "5", y: "5", maskUnits: "userSpaceOnUse", style: { maskType: "alpha" }, children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("circle", { cx: "50.488", cy: "50.487", r: "44.681", fill: "#fff" }) }),
|
|
917
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("g", { mask: "url(#b)", children: [
|
|
918
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("path", { fill: "url(#c)", d: "M-14.672-14.672h130.319v130.319H-14.672z" }),
|
|
919
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("path", { fill: "url(#d)", "fill-opacity": ".6", d: "M-14.672-14.672h130.319v130.319H-14.672z", style: { mixBlendMode: "overlay" } }),
|
|
920
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("path", { fill: "url(#e)", "fill-opacity": ".6", d: "M-14.672-14.672h130.319v130.319H-14.672z", style: { mixBlendMode: "overlay" } }),
|
|
921
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("path", { fill: "#000", "fill-opacity": ".16", d: "M-14.672-14.672h130.319v130.319H-14.672z", style: { mixBlendMode: "overlay" } }),
|
|
922
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("path", { fill: "#000", "fill-opacity": ".12", d: "M-14.672-14.672h130.319v130.319H-14.672z", style: { mixBlendMode: "darken" } })
|
|
637
923
|
] }),
|
|
638
|
-
/* @__PURE__ */ (0,
|
|
639
|
-
/* @__PURE__ */ (0,
|
|
640
|
-
/* @__PURE__ */ (0,
|
|
641
|
-
/* @__PURE__ */ (0,
|
|
642
|
-
/* @__PURE__ */ (0,
|
|
643
|
-
/* @__PURE__ */ (0,
|
|
644
|
-
/* @__PURE__ */ (0,
|
|
645
|
-
/* @__PURE__ */ (0,
|
|
646
|
-
/* @__PURE__ */ (0,
|
|
647
|
-
/* @__PURE__ */ (0,
|
|
924
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("g", { filter: "url(#f)", children: [
|
|
925
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("mask", { id: "g", width: "91", height: "91", x: "5", y: "5", maskUnits: "userSpaceOnUse", style: { maskType: "alpha" }, children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("path", { fill: "#fff", d: "M50.487 5.806c24.677 0 44.682 20.005 44.682 44.68l-.015 1.154C94.543 75.784 74.778 95.17 50.487 95.17l-1.153-.015C25.19 94.542 5.807 74.778 5.807 50.487c0-24.676 20.004-44.68 44.68-44.68m0 3.724C27.867 9.53 9.53 27.867 9.53 50.487s18.337 40.958 40.957 40.958 40.958-18.338 40.958-40.958S73.107 9.53 50.487 9.53m0 6.981c18.765 0 33.977 15.212 33.977 33.976S69.252 84.463 50.487 84.463 16.512 69.252 16.512 50.488 31.722 16.51 50.487 16.51" }) }),
|
|
926
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("g", { mask: "url(#g)", children: [
|
|
927
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("path", { fill: "url(#h)", d: "M-14.672-14.672h130.319v130.319H-14.672z" }),
|
|
928
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("path", { fill: "url(#i)", "fill-opacity": ".6", d: "M-14.672-14.672h130.319v130.319H-14.672z", style: { mixBlendMode: "overlay" } }),
|
|
929
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("path", { fill: "url(#j)", "fill-opacity": ".6", d: "M-14.672-14.672h130.319v130.319H-14.672z", style: { mixBlendMode: "overlay" } }),
|
|
930
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("g", { style: { mixBlendMode: "soft-light" }, children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("path", { fill: "url(#k)", "fill-rule": "evenodd", d: "M-14.672-14.672H63.52L38.565 115.646h-53.237z", "clip-rule": "evenodd", style: { mixBlendMode: "lighten" } }) }),
|
|
931
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("g", { style: { mixBlendMode: "soft-light" }, children: [
|
|
932
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("mask", { id: "m", fill: "#fff", children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("path", { d: "M50.487 5.806c24.677 0 44.682 20.005 44.682 44.68l-.015 1.154C94.543 75.784 74.778 95.17 50.487 95.17l-1.153-.015C25.19 94.542 5.807 74.778 5.807 50.487c0-24.676 20.004-44.68 44.68-44.68m0 3.724C27.867 9.53 9.53 27.867 9.53 50.487s18.337 40.958 40.957 40.958 40.958-18.338 40.958-40.958S73.107 9.53 50.487 9.53m0 6.981c18.765 0 33.977 15.212 33.977 33.976S69.252 84.463 50.487 84.463 16.512 69.252 16.512 50.488 31.722 16.51 50.487 16.51" }) }),
|
|
933
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("path", { fill: "url(#l)", d: "M50.487 5.806v-.232zm44.682 44.68.233.004v-.003zm-.015 1.154.233.006v-.003zM50.487 95.17l-.003.232h.003zm-1.153-.015-.006.233h.003zM5.807 50.487h-.233zM50.487 9.53v-.233zM9.53 50.487h-.232zm40.957 40.958v.233zm40.958-40.958h.233zM50.487 16.51v-.232zm33.977 33.976h.233zM50.487 84.463v.233zM16.512 50.488h-.233zm33.975-44.68v.232c24.548 0 44.45 19.9 44.45 44.448h.465c0-24.805-20.11-44.913-44.915-44.913zm44.682 44.68-.233-.003-.014 1.153.232.003.233.003.015-1.153zm-.015 1.153-.232-.006c-.609 24.018-20.27 43.302-44.435 43.302v.465c24.418 0 44.285-19.485 44.9-43.755zM50.487 95.17l.003-.233-1.153-.015-.003.233-.003.233 1.153.014zm-1.153-.015.006-.233c-24.018-.608-43.3-20.27-43.3-44.434h-.466c0 24.417 19.485 44.285 43.754 44.9zM5.807 50.487h.232c0-24.548 19.9-44.448 44.448-44.448v-.465c-24.805 0-44.913 20.108-44.913 44.913zM50.487 9.53v-.233c-22.748 0-41.19 18.441-41.19 41.19h.466c0-22.492 18.233-40.724 40.724-40.724zM9.53 50.487h-.232c0 22.749 18.44 41.19 41.19 41.19v-.465c-22.492 0-40.725-18.234-40.725-40.725zm40.957 40.958v.233c22.749 0 41.191-18.442 41.191-41.191h-.465c0 22.492-18.234 40.725-40.726 40.725zm40.958-40.958h.233c0-22.749-18.442-41.19-41.19-41.19v.466c22.49 0 40.725 18.232 40.725 40.724zM50.487 16.51v.233c18.636 0 33.744 15.107 33.744 33.743h.466c0-18.893-15.317-34.208-34.21-34.208zm33.977 33.976h-.233c0 18.636-15.108 33.744-33.744 33.744v.465c18.893 0 34.21-15.316 34.21-34.21zM50.487 84.463v-.232c-18.636 0-33.743-15.108-33.743-33.744h-.465c0 18.893 15.315 34.21 34.208 34.21zM16.512 50.488h.232c0-18.636 15.107-33.743 33.743-33.743v-.465c-18.893 0-34.208 15.315-34.208 34.208z", mask: "url(#m)" })
|
|
648
934
|
] })
|
|
649
935
|
] })
|
|
650
936
|
] })
|
|
651
937
|
] }),
|
|
652
|
-
/* @__PURE__ */ (0,
|
|
653
|
-
/* @__PURE__ */ (0,
|
|
654
|
-
/* @__PURE__ */ (0,
|
|
655
|
-
/* @__PURE__ */ (0,
|
|
938
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("g", { filter: "url(#n)", children: [
|
|
939
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("mask", { id: "p", width: "33", height: "32", x: "34.253", y: "33.147", fill: "#000", maskUnits: "userSpaceOnUse", children: [
|
|
940
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("path", { fill: "#fff", d: "M34.253 33.147h33v32h-33z" }),
|
|
941
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("path", { d: "M65.956 64.147h-7.239l-1.831-5.05h-12.78l-1.876 5.05h-7.238L46.52 34.344h7.953zM55.143 53.513l-4.647-12.824-4.647 12.824z" })
|
|
656
942
|
] }),
|
|
657
|
-
/* @__PURE__ */ (0,
|
|
658
|
-
/* @__PURE__ */ (0,
|
|
943
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("path", { fill: "#fff", d: "M65.956 64.147h-7.239l-1.831-5.05h-12.78l-1.876 5.05h-7.238L46.52 34.344h7.953zM55.143 53.513l-4.647-12.824-4.647 12.824z" }),
|
|
944
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("path", { fill: "url(#o)", d: "M65.956 64.147v.232h.339l-.122-.316zm-7.239 0-.218.08.055.152h.163zm-1.831-5.05.218-.079-.055-.153h-.163zm-12.78 0v-.232h-.161l-.056.152zm-1.876 5.05v.232h.162l.056-.151zm-7.238 0-.217-.084-.123.316h.34zM46.52 34.344v-.232h-.16l-.057.148zm7.953 0 .217-.083-.057-.15h-.16zm.67 19.169v.232h.332l-.113-.312zm-4.647-12.824.219-.08-.219-.603-.219.604zM45.85 53.513l-.218-.08-.114.312h.332zm20.107 10.634v-.233h-7.239v.465h7.239zm-7.239 0 .22-.08-1.833-5.049-.218.08-.22.08 1.833 5.048zm-1.831-5.05v-.232h-12.78v.466h12.78zm-12.78 0-.217-.08-1.877 5.049.218.08.218.082 1.877-5.05zm-1.876 5.05v-.233h-7.238v.465h7.238zm-7.238 0 .217.084 11.528-29.803-.217-.084-.218-.084-11.527 29.803zM46.52 34.344v.233h7.953v-.465H46.52zm7.953 0-.217.084L65.739 64.23l.217-.083.217-.084L54.69 34.261zm.67 19.169.219-.08-4.647-12.823-.219.08-.219.079 4.647 12.823zm-4.647-12.824-.219-.08-4.646 12.824.218.08.22.079 4.646-12.823zM45.85 53.513v.232h9.294v-.465h-9.294z", mask: "url(#p)", style: { mixBlendMode: "color-burn" } })
|
|
659
945
|
] }),
|
|
660
|
-
/* @__PURE__ */ (0,
|
|
661
|
-
/* @__PURE__ */ (0,
|
|
662
|
-
/* @__PURE__ */ (0,
|
|
663
|
-
/* @__PURE__ */ (0,
|
|
946
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("defs", { children: [
|
|
947
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("linearGradient", { id: "c", x1: "-14.672", x2: "-14.672", y1: "-14.672", y2: "115.647", gradientUnits: "userSpaceOnUse", children: [
|
|
948
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("stop", { "stop-color": "#589017" }),
|
|
949
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("stop", { offset: "1", "stop-color": "#1f8f13" })
|
|
664
950
|
] }),
|
|
665
|
-
/* @__PURE__ */ (0,
|
|
666
|
-
/* @__PURE__ */ (0,
|
|
667
|
-
/* @__PURE__ */ (0,
|
|
951
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("linearGradient", { id: "d", x1: "50.488", x2: "50.488", y1: ".095", y2: "100.204", gradientUnits: "userSpaceOnUse", children: [
|
|
952
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("stop", { "stop-color": "#fff" }),
|
|
953
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("stop", { offset: "1", "stop-color": "#fff", "stop-opacity": "0" })
|
|
668
954
|
] }),
|
|
669
|
-
/* @__PURE__ */ (0,
|
|
670
|
-
/* @__PURE__ */ (0,
|
|
671
|
-
/* @__PURE__ */ (0,
|
|
955
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("linearGradient", { id: "h", x1: "-14.672", x2: "-14.672", y1: "-14.672", y2: "115.647", gradientUnits: "userSpaceOnUse", children: [
|
|
956
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("stop", { "stop-color": "#589017" }),
|
|
957
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("stop", { offset: "1", "stop-color": "#1f8f13" })
|
|
672
958
|
] }),
|
|
673
|
-
/* @__PURE__ */ (0,
|
|
674
|
-
/* @__PURE__ */ (0,
|
|
675
|
-
/* @__PURE__ */ (0,
|
|
959
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("linearGradient", { id: "i", x1: "50.488", x2: "50.488", y1: ".095", y2: "100.204", gradientUnits: "userSpaceOnUse", children: [
|
|
960
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("stop", { "stop-color": "#fff" }),
|
|
961
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("stop", { offset: "1", "stop-color": "#fff", "stop-opacity": "0" })
|
|
676
962
|
] }),
|
|
677
|
-
/* @__PURE__ */ (0,
|
|
678
|
-
/* @__PURE__ */ (0,
|
|
679
|
-
/* @__PURE__ */ (0,
|
|
963
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("linearGradient", { id: "k", x1: "-14.672", x2: "-14.672", y1: "-14.672", y2: "115.647", gradientUnits: "userSpaceOnUse", children: [
|
|
964
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("stop", { offset: ".135", "stop-color": "#fff" }),
|
|
965
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("stop", { offset: ".878", "stop-color": "#fff", "stop-opacity": ".01" })
|
|
680
966
|
] }),
|
|
681
|
-
/* @__PURE__ */ (0,
|
|
682
|
-
/* @__PURE__ */ (0,
|
|
683
|
-
/* @__PURE__ */ (0,
|
|
967
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("linearGradient", { id: "l", x1: "50.488", x2: "50.488", y1: "5.806", y2: "95.168", gradientUnits: "userSpaceOnUse", children: [
|
|
968
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("stop", { "stop-color": "#fff" }),
|
|
969
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("stop", { offset: "1", "stop-color": "#999" })
|
|
684
970
|
] }),
|
|
685
|
-
/* @__PURE__ */ (0,
|
|
686
|
-
/* @__PURE__ */ (0,
|
|
687
|
-
/* @__PURE__ */ (0,
|
|
971
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("linearGradient", { id: "o", x1: "50.487", x2: "50.487", y1: "28.147", y2: "73.147", gradientUnits: "userSpaceOnUse", children: [
|
|
972
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("stop", { "stop-color": "#dfdfdf" }),
|
|
973
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("stop", { offset: "1", "stop-color": "#a9a9a9" })
|
|
688
974
|
] }),
|
|
689
|
-
/* @__PURE__ */ (0,
|
|
690
|
-
/* @__PURE__ */ (0,
|
|
691
|
-
/* @__PURE__ */ (0,
|
|
975
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("radialGradient", { id: "e", cx: "0", cy: "0", r: "1", gradientTransform: "matrix(0 66.0295 -50.0979 0 50.488 28.85)", gradientUnits: "userSpaceOnUse", children: [
|
|
976
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("stop", { "stop-color": "#fff" }),
|
|
977
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("stop", { offset: "1", "stop-color": "#fff", "stop-opacity": "0" })
|
|
692
978
|
] }),
|
|
693
|
-
/* @__PURE__ */ (0,
|
|
694
|
-
/* @__PURE__ */ (0,
|
|
695
|
-
/* @__PURE__ */ (0,
|
|
979
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("radialGradient", { id: "j", cx: "0", cy: "0", r: "1", gradientTransform: "matrix(0 66.0295 -50.0979 0 50.488 28.85)", gradientUnits: "userSpaceOnUse", children: [
|
|
980
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("stop", { "stop-color": "#fff" }),
|
|
981
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("stop", { offset: "1", "stop-color": "#fff", "stop-opacity": "0" })
|
|
696
982
|
] }),
|
|
697
|
-
/* @__PURE__ */ (0,
|
|
698
|
-
/* @__PURE__ */ (0,
|
|
699
|
-
/* @__PURE__ */ (0,
|
|
700
|
-
/* @__PURE__ */ (0,
|
|
701
|
-
/* @__PURE__ */ (0,
|
|
702
|
-
/* @__PURE__ */ (0,
|
|
703
|
-
/* @__PURE__ */ (0,
|
|
704
|
-
/* @__PURE__ */ (0,
|
|
983
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("filter", { id: "f", width: "96.809", height: "96.809", x: "2.083", y: "3.014", "color-interpolation-filters": "sRGB", filterUnits: "userSpaceOnUse", children: [
|
|
984
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("feFlood", { "flood-opacity": "0", result: "BackgroundImageFix" }),
|
|
985
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }),
|
|
986
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("feOffset", { dy: ".931" }),
|
|
987
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("feGaussianBlur", { stdDeviation: "1.862" }),
|
|
988
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.16 0" }),
|
|
989
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("feBlend", { in2: "BackgroundImageFix", mode: "color-burn", result: "effect1_dropShadow_7_629" }),
|
|
990
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_7_629", result: "shape" })
|
|
705
991
|
] }),
|
|
706
|
-
/* @__PURE__ */ (0,
|
|
707
|
-
/* @__PURE__ */ (0,
|
|
708
|
-
/* @__PURE__ */ (0,
|
|
709
|
-
/* @__PURE__ */ (0,
|
|
710
|
-
/* @__PURE__ */ (0,
|
|
711
|
-
/* @__PURE__ */ (0,
|
|
712
|
-
/* @__PURE__ */ (0,
|
|
713
|
-
/* @__PURE__ */ (0,
|
|
992
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("filter", { id: "n", width: "42.813", height: "41.438", x: "29.067", y: "29.457", "color-interpolation-filters": "sRGB", filterUnits: "userSpaceOnUse", children: [
|
|
993
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("feFlood", { "flood-opacity": "0", result: "BackgroundImageFix" }),
|
|
994
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }),
|
|
995
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("feOffset", { dy: ".931" }),
|
|
996
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("feGaussianBlur", { stdDeviation: "2.793" }),
|
|
997
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0" }),
|
|
998
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("feBlend", { in2: "BackgroundImageFix", mode: "plus-darker", result: "effect1_dropShadow_7_629" }),
|
|
999
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_7_629", result: "shape" })
|
|
714
1000
|
] })
|
|
715
1001
|
] })
|
|
716
1002
|
] });
|
|
@@ -719,97 +1005,97 @@ var Frame1000007191 = import_react41.default.forwardRef(
|
|
|
719
1005
|
Frame1000007191.displayName = "Frame1000007191";
|
|
720
1006
|
|
|
721
1007
|
// dist/icons/Frame1000007193.tsx
|
|
722
|
-
var
|
|
723
|
-
var
|
|
724
|
-
var Frame1000007193 =
|
|
725
|
-
({ size, ...props }, ref) => {
|
|
726
|
-
return /* @__PURE__ */ (0,
|
|
727
|
-
/* @__PURE__ */ (0,
|
|
728
|
-
/* @__PURE__ */ (0,
|
|
729
|
-
/* @__PURE__ */ (0,
|
|
730
|
-
/* @__PURE__ */ (0,
|
|
731
|
-
/* @__PURE__ */ (0,
|
|
732
|
-
/* @__PURE__ */ (0,
|
|
733
|
-
/* @__PURE__ */ (0,
|
|
734
|
-
/* @__PURE__ */ (0,
|
|
735
|
-
/* @__PURE__ */ (0,
|
|
1008
|
+
var import_react61 = __toESM(require("react"));
|
|
1009
|
+
var import_jsx_runtime61 = require("react/jsx-runtime");
|
|
1010
|
+
var Frame1000007193 = import_react61.default.forwardRef(
|
|
1011
|
+
({ size, ...props }, ref) => {
|
|
1012
|
+
return /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "100", height: "100", fill: "none", viewBox: "0 0 100 100", ...props, children: [
|
|
1013
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("mask", { id: "a", width: "91", height: "91", x: "5", y: "5", maskUnits: "userSpaceOnUse", style: { maskType: "alpha" }, children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("circle", { cx: "50.488", cy: "50.487", r: "44.681", fill: "#fff" }) }),
|
|
1014
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("g", { mask: "url(#a)", children: [
|
|
1015
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("mask", { id: "b", width: "91", height: "91", x: "5", y: "5", maskUnits: "userSpaceOnUse", style: { maskType: "alpha" }, children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("circle", { cx: "50.488", cy: "50.487", r: "44.681", fill: "#fff" }) }),
|
|
1016
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("g", { mask: "url(#b)", children: [
|
|
1017
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("path", { fill: "url(#c)", d: "M-14.672-14.672h130.319v130.319H-14.672z" }),
|
|
1018
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("path", { fill: "url(#d)", "fill-opacity": ".6", d: "M-14.672-14.672h130.319v130.319H-14.672z", style: { mixBlendMode: "overlay" } }),
|
|
1019
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("path", { fill: "url(#e)", "fill-opacity": ".6", d: "M-14.672-14.672h130.319v130.319H-14.672z", style: { mixBlendMode: "overlay" } }),
|
|
1020
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("path", { fill: "#000", "fill-opacity": ".16", d: "M-14.672-14.672h130.319v130.319H-14.672z", style: { mixBlendMode: "overlay" } }),
|
|
1021
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("path", { fill: "#000", "fill-opacity": ".12", d: "M-14.672-14.672h130.319v130.319H-14.672z", style: { mixBlendMode: "darken" } })
|
|
736
1022
|
] }),
|
|
737
|
-
/* @__PURE__ */ (0,
|
|
738
|
-
/* @__PURE__ */ (0,
|
|
739
|
-
/* @__PURE__ */ (0,
|
|
740
|
-
/* @__PURE__ */ (0,
|
|
741
|
-
/* @__PURE__ */ (0,
|
|
742
|
-
/* @__PURE__ */ (0,
|
|
743
|
-
/* @__PURE__ */ (0,
|
|
744
|
-
/* @__PURE__ */ (0,
|
|
745
|
-
/* @__PURE__ */ (0,
|
|
746
|
-
/* @__PURE__ */ (0,
|
|
1023
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("g", { filter: "url(#f)", children: [
|
|
1024
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("mask", { id: "g", width: "91", height: "91", x: "5", y: "5", maskUnits: "userSpaceOnUse", style: { maskType: "alpha" }, children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("path", { fill: "#fff", d: "M50.487 5.806c24.677 0 44.682 20.005 44.682 44.68l-.015 1.154C94.543 75.784 74.778 95.17 50.487 95.17l-1.153-.015C25.19 94.542 5.807 74.778 5.807 50.487c0-24.676 20.004-44.68 44.68-44.68m0 3.724C27.867 9.53 9.53 27.867 9.53 50.487s18.337 40.958 40.957 40.958 40.958-18.338 40.958-40.958S73.107 9.53 50.487 9.53m0 6.981c18.765 0 33.977 15.212 33.977 33.976S69.252 84.463 50.487 84.463 16.512 69.252 16.512 50.488 31.722 16.51 50.487 16.51" }) }),
|
|
1025
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("g", { mask: "url(#g)", children: [
|
|
1026
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("path", { fill: "url(#h)", d: "M-14.672-14.672h130.319v130.319H-14.672z" }),
|
|
1027
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("path", { fill: "url(#i)", "fill-opacity": ".6", d: "M-14.672-14.672h130.319v130.319H-14.672z", style: { mixBlendMode: "overlay" } }),
|
|
1028
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("path", { fill: "url(#j)", "fill-opacity": ".6", d: "M-14.672-14.672h130.319v130.319H-14.672z", style: { mixBlendMode: "overlay" } }),
|
|
1029
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("g", { style: { mixBlendMode: "soft-light" }, children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("path", { fill: "url(#k)", "fill-rule": "evenodd", d: "M-14.672-14.672H63.52L38.565 115.646h-53.237z", "clip-rule": "evenodd", style: { mixBlendMode: "lighten" } }) }),
|
|
1030
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("g", { style: { mixBlendMode: "soft-light" }, children: [
|
|
1031
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("mask", { id: "m", fill: "#fff", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("path", { d: "M50.487 5.806c24.677 0 44.682 20.005 44.682 44.68l-.015 1.154C94.543 75.784 74.778 95.17 50.487 95.17l-1.153-.015C25.19 94.542 5.807 74.778 5.807 50.487c0-24.676 20.004-44.68 44.68-44.68m0 3.724C27.867 9.53 9.53 27.867 9.53 50.487s18.337 40.958 40.957 40.958 40.958-18.338 40.958-40.958S73.107 9.53 50.487 9.53m0 6.981c18.765 0 33.977 15.212 33.977 33.976S69.252 84.463 50.487 84.463 16.512 69.252 16.512 50.488 31.722 16.51 50.487 16.51" }) }),
|
|
1032
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("path", { fill: "url(#l)", d: "M50.487 5.806v-.232zm44.682 44.68.233.004v-.003zm-.015 1.154.233.006v-.003zM50.487 95.17l-.003.232h.003zm-1.153-.015-.006.233h.003zM5.807 50.487h-.233zM50.487 9.53v-.233zM9.53 50.487h-.232zm40.957 40.958v.233zm40.958-40.958h.233zM50.487 16.51v-.232zm33.977 33.976h.233zM50.487 84.463v.233zM16.512 50.488h-.233zm33.975-44.68v.232c24.548 0 44.45 19.9 44.45 44.448h.465c0-24.805-20.11-44.913-44.915-44.913zm44.682 44.68-.233-.003-.014 1.153.232.003.233.003.015-1.153zm-.015 1.153-.232-.006c-.609 24.018-20.27 43.302-44.435 43.302v.465c24.418 0 44.285-19.485 44.9-43.755zM50.487 95.17l.003-.233-1.153-.015-.003.233-.003.233 1.153.014zm-1.153-.015.006-.233c-24.018-.608-43.3-20.27-43.3-44.434h-.466c0 24.417 19.485 44.285 43.754 44.9zM5.807 50.487h.232c0-24.548 19.9-44.448 44.448-44.448v-.465c-24.805 0-44.913 20.108-44.913 44.913zM50.487 9.53v-.233c-22.748 0-41.19 18.441-41.19 41.19h.466c0-22.492 18.233-40.724 40.724-40.724zM9.53 50.487h-.232c0 22.749 18.44 41.19 41.19 41.19v-.465c-22.492 0-40.725-18.234-40.725-40.725zm40.957 40.958v.233c22.749 0 41.191-18.442 41.191-41.191h-.465c0 22.492-18.234 40.725-40.726 40.725zm40.958-40.958h.233c0-22.749-18.442-41.19-41.19-41.19v.466c22.49 0 40.725 18.232 40.725 40.724zM50.487 16.51v.233c18.636 0 33.744 15.107 33.744 33.743h.466c0-18.893-15.317-34.208-34.21-34.208zm33.977 33.976h-.233c0 18.636-15.108 33.744-33.744 33.744v.465c18.893 0 34.21-15.316 34.21-34.21zM50.487 84.463v-.232c-18.636 0-33.743-15.108-33.743-33.744h-.465c0 18.893 15.315 34.21 34.208 34.21zM16.512 50.488h.232c0-18.636 15.107-33.743 33.743-33.743v-.465c-18.893 0-34.208 15.315-34.208 34.208z", mask: "url(#m)" })
|
|
747
1033
|
] })
|
|
748
1034
|
] })
|
|
749
1035
|
] })
|
|
750
1036
|
] }),
|
|
751
|
-
/* @__PURE__ */ (0,
|
|
752
|
-
/* @__PURE__ */ (0,
|
|
753
|
-
/* @__PURE__ */ (0,
|
|
754
|
-
/* @__PURE__ */ (0,
|
|
1037
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("g", { filter: "url(#n)", children: [
|
|
1038
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("mask", { id: "p", width: "26", height: "32", x: "38.253", y: "33.147", fill: "#000", maskUnits: "userSpaceOnUse", children: [
|
|
1039
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("path", { fill: "#fff", d: "M38.253 33.147h26v32h-26z" }),
|
|
1040
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("path", { d: "M54.797 64.147H38.622V34.344h15.683c5.675 0 8.58 3.62 8.58 7.596 0 3.754-2.324 6.256-5.14 6.837 3.173.49 5.72 3.574 5.72 7.327 0 4.468-2.994 8.043-8.668 8.043M52.92 46.274c2.145 0 3.485-1.34 3.485-3.217 0-1.876-1.34-3.261-3.485-3.261h-7.953v6.478zm.224 12.377c2.413 0 3.842-1.296 3.842-3.44 0-1.877-1.34-3.486-3.842-3.486h-8.177v6.926z" })
|
|
755
1041
|
] }),
|
|
756
|
-
/* @__PURE__ */ (0,
|
|
757
|
-
/* @__PURE__ */ (0,
|
|
1042
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("path", { fill: "#fff", d: "M54.797 64.147H38.622V34.344h15.683c5.675 0 8.58 3.62 8.58 7.596 0 3.754-2.324 6.256-5.14 6.837 3.173.49 5.72 3.574 5.72 7.327 0 4.468-2.994 8.043-8.668 8.043M52.92 46.274c2.145 0 3.485-1.34 3.485-3.217 0-1.876-1.34-3.261-3.485-3.261h-7.953v6.478zm.224 12.377c2.413 0 3.842-1.296 3.842-3.44 0-1.877-1.34-3.486-3.842-3.486h-8.177v6.926z" }),
|
|
1043
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("path", { fill: "url(#o)", d: "M38.622 64.147h-.232v.232h.232zm0-29.803v-.232h-.232v.232zm19.124 14.432-.047-.228.011.458zm-12.779-8.98v-.233h-.233v.233zm0 6.478h-.233v.233h.233zm0 5.451v-.232h-.233v.232zm0 6.926h-.233v.233h.233zm9.83 5.496v-.233H38.622v.465h16.175zm-16.175 0h.233V34.344h-.465v29.803zm0-29.803v.233h15.683v-.465H38.622zm15.683 0v.233c2.787 0 4.87.888 6.255 2.24 1.387 1.355 2.091 3.192 2.091 5.123h.466c0-2.045-.747-4.006-2.232-5.455-1.485-1.451-3.691-2.373-6.58-2.373zm8.58 7.596h-.233c0 3.647-2.25 6.05-4.953 6.608l.047.228.047.228c2.927-.604 5.324-3.204 5.324-7.064zm-5.14 6.837-.035.23c3.044.471 5.522 3.443 5.522 7.097h.466c0-3.852-2.616-7.046-5.916-7.557zm5.72 7.327h-.233c0 2.182-.73 4.13-2.137 5.532-1.407 1.401-3.511 2.278-6.298 2.278v.465c2.887 0 5.117-.91 6.626-2.413 1.508-1.502 2.275-3.575 2.275-5.862zm-10.545-9.83v.233c1.121 0 2.053-.351 2.707-.968.654-.618 1.011-1.486 1.011-2.482h-.465c0 .881-.314 1.622-.866 2.143-.553.522-1.363.842-2.387.842zm3.485-3.217h.233c0-.995-.356-1.873-1.01-2.502-.652-.629-1.584-.992-2.708-.992v.465c1.022 0 1.832.33 2.386.862.553.533.867 1.286.867 2.167zm-3.485-3.261v-.233h-7.953v.465h7.953zm-7.953 0h-.233v6.478h.466v-6.478zm0 6.478v.233h7.953v-.465h-7.953zm8.177 12.377v.233c1.246 0 2.268-.335 2.981-.976.717-.643 1.094-1.571 1.094-2.697h-.465c0 1.018-.338 1.81-.94 2.35-.605.544-1.504.857-2.67.857zm3.842-3.44h.233c0-.995-.356-1.928-1.053-2.613s-1.72-1.105-3.022-1.105v.465c1.2 0 2.098.385 2.696.972.6.589.914 1.398.914 2.28zm-3.842-3.486v-.232h-8.177v.465h8.177zm-8.177 0h-.233v6.926h.466v-6.926zm0 6.926v.233h8.177v-.466h-8.177z", mask: "url(#p)", style: { mixBlendMode: "color-burn" } })
|
|
758
1044
|
] }),
|
|
759
|
-
/* @__PURE__ */ (0,
|
|
760
|
-
/* @__PURE__ */ (0,
|
|
761
|
-
/* @__PURE__ */ (0,
|
|
762
|
-
/* @__PURE__ */ (0,
|
|
1045
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("defs", { children: [
|
|
1046
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("linearGradient", { id: "c", x1: "-14.672", x2: "-14.672", y1: "-14.672", y2: "115.647", gradientUnits: "userSpaceOnUse", children: [
|
|
1047
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("stop", { "stop-color": "#4037ea" }),
|
|
1048
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("stop", { offset: "1", "stop-color": "#0029e0" })
|
|
763
1049
|
] }),
|
|
764
|
-
/* @__PURE__ */ (0,
|
|
765
|
-
/* @__PURE__ */ (0,
|
|
766
|
-
/* @__PURE__ */ (0,
|
|
1050
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("linearGradient", { id: "d", x1: "50.488", x2: "50.488", y1: ".095", y2: "100.204", gradientUnits: "userSpaceOnUse", children: [
|
|
1051
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("stop", { "stop-color": "#fff" }),
|
|
1052
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("stop", { offset: "1", "stop-color": "#fff", "stop-opacity": "0" })
|
|
767
1053
|
] }),
|
|
768
|
-
/* @__PURE__ */ (0,
|
|
769
|
-
/* @__PURE__ */ (0,
|
|
770
|
-
/* @__PURE__ */ (0,
|
|
1054
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("linearGradient", { id: "h", x1: "-14.672", x2: "-14.672", y1: "-14.672", y2: "115.647", gradientUnits: "userSpaceOnUse", children: [
|
|
1055
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("stop", { "stop-color": "#4037ea" }),
|
|
1056
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("stop", { offset: "1", "stop-color": "#0029e0" })
|
|
771
1057
|
] }),
|
|
772
|
-
/* @__PURE__ */ (0,
|
|
773
|
-
/* @__PURE__ */ (0,
|
|
774
|
-
/* @__PURE__ */ (0,
|
|
1058
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("linearGradient", { id: "i", x1: "50.488", x2: "50.488", y1: ".095", y2: "100.204", gradientUnits: "userSpaceOnUse", children: [
|
|
1059
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("stop", { "stop-color": "#fff" }),
|
|
1060
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("stop", { offset: "1", "stop-color": "#fff", "stop-opacity": "0" })
|
|
775
1061
|
] }),
|
|
776
|
-
/* @__PURE__ */ (0,
|
|
777
|
-
/* @__PURE__ */ (0,
|
|
778
|
-
/* @__PURE__ */ (0,
|
|
1062
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("linearGradient", { id: "k", x1: "-14.672", x2: "-14.672", y1: "-14.672", y2: "115.647", gradientUnits: "userSpaceOnUse", children: [
|
|
1063
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("stop", { offset: ".135", "stop-color": "#fff" }),
|
|
1064
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("stop", { offset: ".878", "stop-color": "#fff", "stop-opacity": ".01" })
|
|
779
1065
|
] }),
|
|
780
|
-
/* @__PURE__ */ (0,
|
|
781
|
-
/* @__PURE__ */ (0,
|
|
782
|
-
/* @__PURE__ */ (0,
|
|
1066
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("linearGradient", { id: "l", x1: "50.488", x2: "50.488", y1: "5.806", y2: "95.168", gradientUnits: "userSpaceOnUse", children: [
|
|
1067
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("stop", { "stop-color": "#fff" }),
|
|
1068
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("stop", { offset: "1", "stop-color": "#999" })
|
|
783
1069
|
] }),
|
|
784
|
-
/* @__PURE__ */ (0,
|
|
785
|
-
/* @__PURE__ */ (0,
|
|
786
|
-
/* @__PURE__ */ (0,
|
|
1070
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("linearGradient", { id: "o", x1: "50.487", x2: "50.487", y1: "28.147", y2: "73.147", gradientUnits: "userSpaceOnUse", children: [
|
|
1071
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("stop", { "stop-color": "#dfdfdf" }),
|
|
1072
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("stop", { offset: "1", "stop-color": "#a9a9a9" })
|
|
787
1073
|
] }),
|
|
788
|
-
/* @__PURE__ */ (0,
|
|
789
|
-
/* @__PURE__ */ (0,
|
|
790
|
-
/* @__PURE__ */ (0,
|
|
1074
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("radialGradient", { id: "e", cx: "0", cy: "0", r: "1", gradientTransform: "matrix(0 66.0295 -50.0979 0 50.488 28.85)", gradientUnits: "userSpaceOnUse", children: [
|
|
1075
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("stop", { "stop-color": "#fff" }),
|
|
1076
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("stop", { offset: "1", "stop-color": "#fff", "stop-opacity": "0" })
|
|
791
1077
|
] }),
|
|
792
|
-
/* @__PURE__ */ (0,
|
|
793
|
-
/* @__PURE__ */ (0,
|
|
794
|
-
/* @__PURE__ */ (0,
|
|
1078
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("radialGradient", { id: "j", cx: "0", cy: "0", r: "1", gradientTransform: "matrix(0 66.0295 -50.0979 0 50.488 28.85)", gradientUnits: "userSpaceOnUse", children: [
|
|
1079
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("stop", { "stop-color": "#fff" }),
|
|
1080
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("stop", { offset: "1", "stop-color": "#fff", "stop-opacity": "0" })
|
|
795
1081
|
] }),
|
|
796
|
-
/* @__PURE__ */ (0,
|
|
797
|
-
/* @__PURE__ */ (0,
|
|
798
|
-
/* @__PURE__ */ (0,
|
|
799
|
-
/* @__PURE__ */ (0,
|
|
800
|
-
/* @__PURE__ */ (0,
|
|
801
|
-
/* @__PURE__ */ (0,
|
|
802
|
-
/* @__PURE__ */ (0,
|
|
803
|
-
/* @__PURE__ */ (0,
|
|
1082
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("filter", { id: "f", width: "96.809", height: "96.809", x: "2.083", y: "3.014", "color-interpolation-filters": "sRGB", filterUnits: "userSpaceOnUse", children: [
|
|
1083
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("feFlood", { "flood-opacity": "0", result: "BackgroundImageFix" }),
|
|
1084
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }),
|
|
1085
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("feOffset", { dy: ".931" }),
|
|
1086
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("feGaussianBlur", { stdDeviation: "1.862" }),
|
|
1087
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.16 0" }),
|
|
1088
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("feBlend", { in2: "BackgroundImageFix", mode: "color-burn", result: "effect1_dropShadow_7_649" }),
|
|
1089
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_7_649", result: "shape" })
|
|
804
1090
|
] }),
|
|
805
|
-
/* @__PURE__ */ (0,
|
|
806
|
-
/* @__PURE__ */ (0,
|
|
807
|
-
/* @__PURE__ */ (0,
|
|
808
|
-
/* @__PURE__ */ (0,
|
|
809
|
-
/* @__PURE__ */ (0,
|
|
810
|
-
/* @__PURE__ */ (0,
|
|
811
|
-
/* @__PURE__ */ (0,
|
|
812
|
-
/* @__PURE__ */ (0,
|
|
1091
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("filter", { id: "n", width: "36.479", height: "41.438", x: "32.804", y: "29.457", "color-interpolation-filters": "sRGB", filterUnits: "userSpaceOnUse", children: [
|
|
1092
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("feFlood", { "flood-opacity": "0", result: "BackgroundImageFix" }),
|
|
1093
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }),
|
|
1094
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("feOffset", { dy: ".931" }),
|
|
1095
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("feGaussianBlur", { stdDeviation: "2.793" }),
|
|
1096
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0" }),
|
|
1097
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("feBlend", { in2: "BackgroundImageFix", mode: "plus-darker", result: "effect1_dropShadow_7_649" }),
|
|
1098
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_7_649", result: "shape" })
|
|
813
1099
|
] })
|
|
814
1100
|
] })
|
|
815
1101
|
] });
|
|
@@ -818,97 +1104,97 @@ var Frame1000007193 = import_react42.default.forwardRef(
|
|
|
818
1104
|
Frame1000007193.displayName = "Frame1000007193";
|
|
819
1105
|
|
|
820
1106
|
// dist/icons/Frame1000007194.tsx
|
|
821
|
-
var
|
|
822
|
-
var
|
|
823
|
-
var Frame1000007194 =
|
|
824
|
-
({ size, ...props }, ref) => {
|
|
825
|
-
return /* @__PURE__ */ (0,
|
|
826
|
-
/* @__PURE__ */ (0,
|
|
827
|
-
/* @__PURE__ */ (0,
|
|
828
|
-
/* @__PURE__ */ (0,
|
|
829
|
-
/* @__PURE__ */ (0,
|
|
830
|
-
/* @__PURE__ */ (0,
|
|
831
|
-
/* @__PURE__ */ (0,
|
|
832
|
-
/* @__PURE__ */ (0,
|
|
833
|
-
/* @__PURE__ */ (0,
|
|
834
|
-
/* @__PURE__ */ (0,
|
|
1107
|
+
var import_react62 = __toESM(require("react"));
|
|
1108
|
+
var import_jsx_runtime62 = require("react/jsx-runtime");
|
|
1109
|
+
var Frame1000007194 = import_react62.default.forwardRef(
|
|
1110
|
+
({ size, ...props }, ref) => {
|
|
1111
|
+
return /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "100", height: "100", fill: "none", viewBox: "0 0 100 100", ...props, children: [
|
|
1112
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("mask", { id: "a", width: "91", height: "91", x: "5", y: "5", maskUnits: "userSpaceOnUse", style: { maskType: "alpha" }, children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("circle", { cx: "50.488", cy: "50.487", r: "44.681", fill: "#fff" }) }),
|
|
1113
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("g", { mask: "url(#a)", children: [
|
|
1114
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("mask", { id: "b", width: "91", height: "91", x: "5", y: "5", maskUnits: "userSpaceOnUse", style: { maskType: "alpha" }, children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("circle", { cx: "50.488", cy: "50.487", r: "44.681", fill: "#fff" }) }),
|
|
1115
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("g", { mask: "url(#b)", children: [
|
|
1116
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("path", { fill: "url(#c)", d: "M-14.672-14.672h130.319v130.319H-14.672z" }),
|
|
1117
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("path", { fill: "url(#d)", "fill-opacity": ".6", d: "M-14.672-14.672h130.319v130.319H-14.672z", style: { mixBlendMode: "overlay" } }),
|
|
1118
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("path", { fill: "url(#e)", "fill-opacity": ".6", d: "M-14.672-14.672h130.319v130.319H-14.672z", style: { mixBlendMode: "overlay" } }),
|
|
1119
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("path", { fill: "#000", "fill-opacity": ".16", d: "M-14.672-14.672h130.319v130.319H-14.672z", style: { mixBlendMode: "overlay" } }),
|
|
1120
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("path", { fill: "#000", "fill-opacity": ".12", d: "M-14.672-14.672h130.319v130.319H-14.672z", style: { mixBlendMode: "darken" } })
|
|
835
1121
|
] }),
|
|
836
|
-
/* @__PURE__ */ (0,
|
|
837
|
-
/* @__PURE__ */ (0,
|
|
838
|
-
/* @__PURE__ */ (0,
|
|
839
|
-
/* @__PURE__ */ (0,
|
|
840
|
-
/* @__PURE__ */ (0,
|
|
841
|
-
/* @__PURE__ */ (0,
|
|
842
|
-
/* @__PURE__ */ (0,
|
|
843
|
-
/* @__PURE__ */ (0,
|
|
844
|
-
/* @__PURE__ */ (0,
|
|
845
|
-
/* @__PURE__ */ (0,
|
|
1122
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("g", { filter: "url(#f)", children: [
|
|
1123
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("mask", { id: "g", width: "91", height: "91", x: "5", y: "5", maskUnits: "userSpaceOnUse", style: { maskType: "alpha" }, children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("path", { fill: "#fff", d: "M50.487 5.806c24.677 0 44.682 20.005 44.682 44.68l-.015 1.154C94.543 75.784 74.778 95.17 50.487 95.17l-1.153-.015C25.19 94.542 5.807 74.778 5.807 50.487c0-24.676 20.004-44.68 44.68-44.68m0 3.724C27.867 9.53 9.53 27.867 9.53 50.487s18.337 40.958 40.957 40.958 40.958-18.338 40.958-40.958S73.107 9.53 50.487 9.53m0 6.981c18.765 0 33.977 15.212 33.977 33.976S69.252 84.463 50.487 84.463 16.512 69.252 16.512 50.488 31.722 16.51 50.487 16.51" }) }),
|
|
1124
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("g", { mask: "url(#g)", children: [
|
|
1125
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("path", { fill: "url(#h)", d: "M-14.672-14.672h130.319v130.319H-14.672z" }),
|
|
1126
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("path", { fill: "url(#i)", "fill-opacity": ".6", d: "M-14.672-14.672h130.319v130.319H-14.672z", style: { mixBlendMode: "overlay" } }),
|
|
1127
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("path", { fill: "url(#j)", "fill-opacity": ".6", d: "M-14.672-14.672h130.319v130.319H-14.672z", style: { mixBlendMode: "overlay" } }),
|
|
1128
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("g", { style: { mixBlendMode: "soft-light" }, children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("path", { fill: "url(#k)", "fill-rule": "evenodd", d: "M-14.672-14.672H63.52L38.565 115.646h-53.237z", "clip-rule": "evenodd", style: { mixBlendMode: "lighten" } }) }),
|
|
1129
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("g", { style: { mixBlendMode: "soft-light" }, children: [
|
|
1130
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("mask", { id: "m", fill: "#fff", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("path", { d: "M50.487 5.806c24.677 0 44.682 20.005 44.682 44.68l-.015 1.154C94.543 75.784 74.778 95.17 50.487 95.17l-1.153-.015C25.19 94.542 5.807 74.778 5.807 50.487c0-24.676 20.004-44.68 44.68-44.68m0 3.724C27.867 9.53 9.53 27.867 9.53 50.487s18.337 40.958 40.957 40.958 40.958-18.338 40.958-40.958S73.107 9.53 50.487 9.53m0 6.981c18.765 0 33.977 15.212 33.977 33.976S69.252 84.463 50.487 84.463 16.512 69.252 16.512 50.488 31.722 16.51 50.487 16.51" }) }),
|
|
1131
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("path", { fill: "url(#l)", d: "M50.487 5.806v-.232zm44.682 44.68.233.004v-.003zm-.015 1.154.233.006v-.003zM50.487 95.17l-.003.232h.003zm-1.153-.015-.006.233h.003zM5.807 50.487h-.233zM50.487 9.53v-.233zM9.53 50.487h-.232zm40.957 40.958v.233zm40.958-40.958h.233zM50.487 16.51v-.232zm33.977 33.976h.233zM50.487 84.463v.233zM16.512 50.488h-.233zm33.975-44.68v.232c24.548 0 44.45 19.9 44.45 44.448h.465c0-24.805-20.11-44.913-44.915-44.913zm44.682 44.68-.233-.003-.014 1.153.232.003.233.003.015-1.153zm-.015 1.153-.232-.006c-.609 24.018-20.27 43.302-44.435 43.302v.465c24.418 0 44.285-19.485 44.9-43.755zM50.487 95.17l.003-.233-1.153-.015-.003.233-.003.233 1.153.014zm-1.153-.015.006-.233c-24.018-.608-43.3-20.27-43.3-44.434h-.466c0 24.417 19.485 44.285 43.754 44.9zM5.807 50.487h.232c0-24.548 19.9-44.448 44.448-44.448v-.465c-24.805 0-44.913 20.108-44.913 44.913zM50.487 9.53v-.233c-22.748 0-41.19 18.441-41.19 41.19h.466c0-22.492 18.233-40.724 40.724-40.724zM9.53 50.487h-.232c0 22.749 18.44 41.19 41.19 41.19v-.465c-22.492 0-40.725-18.234-40.725-40.725zm40.957 40.958v.233c22.749 0 41.191-18.442 41.191-41.191h-.465c0 22.492-18.234 40.725-40.726 40.725zm40.958-40.958h.233c0-22.749-18.442-41.19-41.19-41.19v.466c22.49 0 40.725 18.232 40.725 40.724zM50.487 16.51v.233c18.636 0 33.744 15.107 33.744 33.743h.466c0-18.893-15.317-34.208-34.21-34.208zm33.977 33.976h-.233c0 18.636-15.108 33.744-33.744 33.744v.465c18.893 0 34.21-15.316 34.21-34.21zM50.487 84.463v-.232c-18.636 0-33.743-15.108-33.743-33.744h-.465c0 18.893 15.315 34.21 34.208 34.21zM16.512 50.488h.232c0-18.636 15.107-33.743 33.743-33.743v-.465c-18.893 0-34.208 15.315-34.208 34.208z", mask: "url(#m)" })
|
|
846
1132
|
] })
|
|
847
1133
|
] })
|
|
848
1134
|
] })
|
|
849
1135
|
] }),
|
|
850
|
-
/* @__PURE__ */ (0,
|
|
851
|
-
/* @__PURE__ */ (0,
|
|
852
|
-
/* @__PURE__ */ (0,
|
|
853
|
-
/* @__PURE__ */ (0,
|
|
1136
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("g", { filter: "url(#n)", children: [
|
|
1137
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("mask", { id: "p", width: "30", height: "32", x: "36.253", y: "33.147", fill: "#000", maskUnits: "userSpaceOnUse", children: [
|
|
1138
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("path", { fill: "#fff", d: "M36.253 33.147h30v32h-30z" }),
|
|
1139
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("path", { d: "M52.53 64.683c-8.935 0-15.861-6.255-15.861-15.415s6.926-15.415 15.862-15.415c6.568 0 10.366 3.575 12.466 7.283l-5.451 2.68c-1.251-2.412-3.932-4.333-7.015-4.333-5.407 0-9.339 4.155-9.339 9.785s3.932 9.785 9.339 9.785c3.083 0 5.764-1.876 7.015-4.334l5.45 2.636c-2.144 3.709-5.897 7.328-12.465 7.328" })
|
|
854
1140
|
] }),
|
|
855
|
-
/* @__PURE__ */ (0,
|
|
856
|
-
/* @__PURE__ */ (0,
|
|
1141
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("path", { fill: "#fff", d: "M52.53 64.683c-8.935 0-15.861-6.255-15.861-15.415s6.926-15.415 15.862-15.415c6.568 0 10.366 3.575 12.466 7.283l-5.451 2.68c-1.251-2.412-3.932-4.333-7.015-4.333-5.407 0-9.339 4.155-9.339 9.785s3.932 9.785 9.339 9.785c3.083 0 5.764-1.876 7.015-4.334l5.45 2.636c-2.144 3.709-5.897 7.328-12.465 7.328" }),
|
|
1142
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("path", { fill: "url(#o)", d: "m64.997 41.136.103.209.22-.109-.12-.215zm-5.451 2.68-.207.108.105.202.204-.1zm0 10.903.101-.21-.205-.099-.104.204zm5.45 2.636.202.117.126-.217-.226-.11zm-12.465 7.328v-.233c-8.82 0-15.63-6.162-15.63-15.182h-.465c0 9.299 7.041 15.648 16.095 15.648zM36.669 49.268h.233c0-9.02 6.81-15.182 15.629-15.182v-.466c-9.054 0-16.095 6.349-16.095 15.648zm15.862-15.415v.233c6.463 0 10.193 3.51 12.263 7.165l.203-.115.202-.115c-2.13-3.761-5.996-7.4-12.668-7.4zm12.466 7.283-.103-.209-5.451 2.681.103.209.102.209 5.452-2.681zm-5.451 2.68.206-.106c-1.286-2.481-4.042-4.46-7.221-4.46v.466c2.986 0 5.593 1.864 6.808 4.208zm-7.015-4.333v-.233c-5.546 0-9.571 4.27-9.571 10.018h.465c0-5.512 3.839-9.553 9.106-9.553zm-9.339 9.785h-.232c0 5.747 4.025 10.018 9.57 10.018v-.466c-5.267 0-9.105-4.04-9.105-9.552zm9.339 9.785v.233c3.177 0 5.935-1.932 7.222-4.461l-.207-.106-.208-.105c-1.214 2.385-3.819 4.206-6.807 4.206zm7.015-4.334-.102.21 5.451 2.636.102-.21.101-.21-5.451-2.636zm5.45 2.636-.2-.116c-2.117 3.66-5.804 7.211-12.265 7.211v.466c6.675 0 10.494-3.687 12.667-7.444z", mask: "url(#p)", style: { mixBlendMode: "color-burn" } })
|
|
857
1143
|
] }),
|
|
858
|
-
/* @__PURE__ */ (0,
|
|
859
|
-
/* @__PURE__ */ (0,
|
|
860
|
-
/* @__PURE__ */ (0,
|
|
861
|
-
/* @__PURE__ */ (0,
|
|
1144
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("defs", { children: [
|
|
1145
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("linearGradient", { id: "c", x1: "-14.672", x2: "-14.672", y1: "-14.672", y2: "115.647", gradientUnits: "userSpaceOnUse", children: [
|
|
1146
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("stop", { "stop-color": "#4037ea" }),
|
|
1147
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("stop", { offset: "1", "stop-color": "#0029e0" })
|
|
862
1148
|
] }),
|
|
863
|
-
/* @__PURE__ */ (0,
|
|
864
|
-
/* @__PURE__ */ (0,
|
|
865
|
-
/* @__PURE__ */ (0,
|
|
1149
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("linearGradient", { id: "d", x1: "50.488", x2: "50.488", y1: ".095", y2: "100.204", gradientUnits: "userSpaceOnUse", children: [
|
|
1150
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("stop", { "stop-color": "#fff" }),
|
|
1151
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("stop", { offset: "1", "stop-color": "#fff", "stop-opacity": "0" })
|
|
866
1152
|
] }),
|
|
867
|
-
/* @__PURE__ */ (0,
|
|
868
|
-
/* @__PURE__ */ (0,
|
|
869
|
-
/* @__PURE__ */ (0,
|
|
1153
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("linearGradient", { id: "h", x1: "-14.672", x2: "-14.672", y1: "-14.672", y2: "115.647", gradientUnits: "userSpaceOnUse", children: [
|
|
1154
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("stop", { "stop-color": "#4037ea" }),
|
|
1155
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("stop", { offset: "1", "stop-color": "#0029e0" })
|
|
870
1156
|
] }),
|
|
871
|
-
/* @__PURE__ */ (0,
|
|
872
|
-
/* @__PURE__ */ (0,
|
|
873
|
-
/* @__PURE__ */ (0,
|
|
1157
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("linearGradient", { id: "i", x1: "50.488", x2: "50.488", y1: ".095", y2: "100.204", gradientUnits: "userSpaceOnUse", children: [
|
|
1158
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("stop", { "stop-color": "#fff" }),
|
|
1159
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("stop", { offset: "1", "stop-color": "#fff", "stop-opacity": "0" })
|
|
874
1160
|
] }),
|
|
875
|
-
/* @__PURE__ */ (0,
|
|
876
|
-
/* @__PURE__ */ (0,
|
|
877
|
-
/* @__PURE__ */ (0,
|
|
1161
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("linearGradient", { id: "k", x1: "-14.672", x2: "-14.672", y1: "-14.672", y2: "115.647", gradientUnits: "userSpaceOnUse", children: [
|
|
1162
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("stop", { offset: ".135", "stop-color": "#fff" }),
|
|
1163
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("stop", { offset: ".878", "stop-color": "#fff", "stop-opacity": ".01" })
|
|
878
1164
|
] }),
|
|
879
|
-
/* @__PURE__ */ (0,
|
|
880
|
-
/* @__PURE__ */ (0,
|
|
881
|
-
/* @__PURE__ */ (0,
|
|
1165
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("linearGradient", { id: "l", x1: "50.488", x2: "50.488", y1: "5.806", y2: "95.168", gradientUnits: "userSpaceOnUse", children: [
|
|
1166
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("stop", { "stop-color": "#fff" }),
|
|
1167
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("stop", { offset: "1", "stop-color": "#999" })
|
|
882
1168
|
] }),
|
|
883
|
-
/* @__PURE__ */ (0,
|
|
884
|
-
/* @__PURE__ */ (0,
|
|
885
|
-
/* @__PURE__ */ (0,
|
|
1169
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("linearGradient", { id: "o", x1: "50.487", x2: "50.487", y1: "28.147", y2: "73.147", gradientUnits: "userSpaceOnUse", children: [
|
|
1170
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("stop", { "stop-color": "#dfdfdf" }),
|
|
1171
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("stop", { offset: "1", "stop-color": "#a9a9a9" })
|
|
886
1172
|
] }),
|
|
887
|
-
/* @__PURE__ */ (0,
|
|
888
|
-
/* @__PURE__ */ (0,
|
|
889
|
-
/* @__PURE__ */ (0,
|
|
1173
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("radialGradient", { id: "e", cx: "0", cy: "0", r: "1", gradientTransform: "matrix(0 66.0295 -50.0979 0 50.488 28.85)", gradientUnits: "userSpaceOnUse", children: [
|
|
1174
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("stop", { "stop-color": "#fff" }),
|
|
1175
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("stop", { offset: "1", "stop-color": "#fff", "stop-opacity": "0" })
|
|
890
1176
|
] }),
|
|
891
|
-
/* @__PURE__ */ (0,
|
|
892
|
-
/* @__PURE__ */ (0,
|
|
893
|
-
/* @__PURE__ */ (0,
|
|
1177
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("radialGradient", { id: "j", cx: "0", cy: "0", r: "1", gradientTransform: "matrix(0 66.0295 -50.0979 0 50.488 28.85)", gradientUnits: "userSpaceOnUse", children: [
|
|
1178
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("stop", { "stop-color": "#fff" }),
|
|
1179
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("stop", { offset: "1", "stop-color": "#fff", "stop-opacity": "0" })
|
|
894
1180
|
] }),
|
|
895
|
-
/* @__PURE__ */ (0,
|
|
896
|
-
/* @__PURE__ */ (0,
|
|
897
|
-
/* @__PURE__ */ (0,
|
|
898
|
-
/* @__PURE__ */ (0,
|
|
899
|
-
/* @__PURE__ */ (0,
|
|
900
|
-
/* @__PURE__ */ (0,
|
|
901
|
-
/* @__PURE__ */ (0,
|
|
902
|
-
/* @__PURE__ */ (0,
|
|
1181
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("filter", { id: "f", width: "96.809", height: "96.809", x: "2.083", y: "3.014", "color-interpolation-filters": "sRGB", filterUnits: "userSpaceOnUse", children: [
|
|
1182
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("feFlood", { "flood-opacity": "0", result: "BackgroundImageFix" }),
|
|
1183
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }),
|
|
1184
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("feOffset", { dy: ".931" }),
|
|
1185
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("feGaussianBlur", { stdDeviation: "1.862" }),
|
|
1186
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.16 0" }),
|
|
1187
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("feBlend", { in2: "BackgroundImageFix", mode: "color-burn", result: "effect1_dropShadow_7_669" }),
|
|
1188
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_7_669", result: "shape" })
|
|
903
1189
|
] }),
|
|
904
|
-
/* @__PURE__ */ (0,
|
|
905
|
-
/* @__PURE__ */ (0,
|
|
906
|
-
/* @__PURE__ */ (0,
|
|
907
|
-
/* @__PURE__ */ (0,
|
|
908
|
-
/* @__PURE__ */ (0,
|
|
909
|
-
/* @__PURE__ */ (0,
|
|
910
|
-
/* @__PURE__ */ (0,
|
|
911
|
-
/* @__PURE__ */ (0,
|
|
1190
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("filter", { id: "n", width: "40.057", height: "42.466", x: "30.851", y: "28.966", "color-interpolation-filters": "sRGB", filterUnits: "userSpaceOnUse", children: [
|
|
1191
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("feFlood", { "flood-opacity": "0", result: "BackgroundImageFix" }),
|
|
1192
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }),
|
|
1193
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("feOffset", { dy: ".931" }),
|
|
1194
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("feGaussianBlur", { stdDeviation: "2.793" }),
|
|
1195
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0" }),
|
|
1196
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("feBlend", { in2: "BackgroundImageFix", mode: "plus-darker", result: "effect1_dropShadow_7_669" }),
|
|
1197
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_7_669", result: "shape" })
|
|
912
1198
|
] })
|
|
913
1199
|
] })
|
|
914
1200
|
] });
|
|
@@ -917,97 +1203,97 @@ var Frame1000007194 = import_react43.default.forwardRef(
|
|
|
917
1203
|
Frame1000007194.displayName = "Frame1000007194";
|
|
918
1204
|
|
|
919
1205
|
// dist/icons/Frame1000007195.tsx
|
|
920
|
-
var
|
|
921
|
-
var
|
|
922
|
-
var Frame1000007195 =
|
|
923
|
-
({ size, ...props }, ref) => {
|
|
924
|
-
return /* @__PURE__ */ (0,
|
|
925
|
-
/* @__PURE__ */ (0,
|
|
926
|
-
/* @__PURE__ */ (0,
|
|
927
|
-
/* @__PURE__ */ (0,
|
|
928
|
-
/* @__PURE__ */ (0,
|
|
929
|
-
/* @__PURE__ */ (0,
|
|
930
|
-
/* @__PURE__ */ (0,
|
|
931
|
-
/* @__PURE__ */ (0,
|
|
932
|
-
/* @__PURE__ */ (0,
|
|
933
|
-
/* @__PURE__ */ (0,
|
|
1206
|
+
var import_react63 = __toESM(require("react"));
|
|
1207
|
+
var import_jsx_runtime63 = require("react/jsx-runtime");
|
|
1208
|
+
var Frame1000007195 = import_react63.default.forwardRef(
|
|
1209
|
+
({ size, ...props }, ref) => {
|
|
1210
|
+
return /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "100", height: "100", fill: "none", viewBox: "0 0 100 100", ...props, children: [
|
|
1211
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("mask", { id: "a", width: "91", height: "91", x: "5", y: "5", maskUnits: "userSpaceOnUse", style: { maskType: "alpha" }, children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("circle", { cx: "50.488", cy: "50.487", r: "44.681", fill: "#fff" }) }),
|
|
1212
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("g", { mask: "url(#a)", children: [
|
|
1213
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("mask", { id: "b", width: "91", height: "91", x: "5", y: "5", maskUnits: "userSpaceOnUse", style: { maskType: "alpha" }, children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("circle", { cx: "50.488", cy: "50.487", r: "44.681", fill: "#fff" }) }),
|
|
1214
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("g", { mask: "url(#b)", children: [
|
|
1215
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("path", { fill: "url(#c)", d: "M-14.672-14.672h130.319v130.319H-14.672z" }),
|
|
1216
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("path", { fill: "url(#d)", "fill-opacity": ".6", d: "M-14.672-14.672h130.319v130.319H-14.672z", style: { mixBlendMode: "overlay" } }),
|
|
1217
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("path", { fill: "url(#e)", "fill-opacity": ".6", d: "M-14.672-14.672h130.319v130.319H-14.672z", style: { mixBlendMode: "overlay" } }),
|
|
1218
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("path", { fill: "#000", "fill-opacity": ".16", d: "M-14.672-14.672h130.319v130.319H-14.672z", style: { mixBlendMode: "overlay" } }),
|
|
1219
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("path", { fill: "#000", "fill-opacity": ".12", d: "M-14.672-14.672h130.319v130.319H-14.672z", style: { mixBlendMode: "darken" } })
|
|
934
1220
|
] }),
|
|
935
|
-
/* @__PURE__ */ (0,
|
|
936
|
-
/* @__PURE__ */ (0,
|
|
937
|
-
/* @__PURE__ */ (0,
|
|
938
|
-
/* @__PURE__ */ (0,
|
|
939
|
-
/* @__PURE__ */ (0,
|
|
940
|
-
/* @__PURE__ */ (0,
|
|
941
|
-
/* @__PURE__ */ (0,
|
|
942
|
-
/* @__PURE__ */ (0,
|
|
943
|
-
/* @__PURE__ */ (0,
|
|
944
|
-
/* @__PURE__ */ (0,
|
|
1221
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("g", { filter: "url(#f)", children: [
|
|
1222
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("mask", { id: "g", width: "91", height: "91", x: "5", y: "5", maskUnits: "userSpaceOnUse", style: { maskType: "alpha" }, children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("path", { fill: "#fff", d: "M50.487 5.806c24.677 0 44.682 20.005 44.682 44.68l-.015 1.154C94.543 75.784 74.778 95.17 50.487 95.17l-1.153-.015C25.19 94.542 5.807 74.778 5.807 50.487c0-24.676 20.004-44.68 44.68-44.68m0 3.724C27.867 9.53 9.53 27.867 9.53 50.487s18.337 40.958 40.957 40.958 40.958-18.338 40.958-40.958S73.107 9.53 50.487 9.53m0 6.981c18.765 0 33.977 15.212 33.977 33.976S69.252 84.463 50.487 84.463 16.512 69.252 16.512 50.488 31.722 16.51 50.487 16.51" }) }),
|
|
1223
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("g", { mask: "url(#g)", children: [
|
|
1224
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("path", { fill: "url(#h)", d: "M-14.672-14.672h130.319v130.319H-14.672z" }),
|
|
1225
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("path", { fill: "url(#i)", "fill-opacity": ".6", d: "M-14.672-14.672h130.319v130.319H-14.672z", style: { mixBlendMode: "overlay" } }),
|
|
1226
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("path", { fill: "url(#j)", "fill-opacity": ".6", d: "M-14.672-14.672h130.319v130.319H-14.672z", style: { mixBlendMode: "overlay" } }),
|
|
1227
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("g", { style: { mixBlendMode: "soft-light" }, children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("path", { fill: "url(#k)", "fill-rule": "evenodd", d: "M-14.672-14.672H63.52L38.565 115.646h-53.237z", "clip-rule": "evenodd", style: { mixBlendMode: "lighten" } }) }),
|
|
1228
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("g", { style: { mixBlendMode: "soft-light" }, children: [
|
|
1229
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("mask", { id: "m", fill: "#fff", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("path", { d: "M50.487 5.806c24.677 0 44.682 20.005 44.682 44.68l-.015 1.154C94.543 75.784 74.778 95.17 50.487 95.17l-1.153-.015C25.19 94.542 5.807 74.778 5.807 50.487c0-24.676 20.004-44.68 44.68-44.68m0 3.724C27.867 9.53 9.53 27.867 9.53 50.487s18.337 40.958 40.957 40.958 40.958-18.338 40.958-40.958S73.107 9.53 50.487 9.53m0 6.981c18.765 0 33.977 15.212 33.977 33.976S69.252 84.463 50.487 84.463 16.512 69.252 16.512 50.488 31.722 16.51 50.487 16.51" }) }),
|
|
1230
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("path", { fill: "url(#l)", d: "M50.487 5.806v-.232zm44.682 44.68.233.004v-.003zm-.015 1.154.233.006v-.003zM50.487 95.17l-.003.232h.003zm-1.153-.015-.006.233h.003zM5.807 50.487h-.233zM50.487 9.53v-.233zM9.53 50.487h-.232zm40.957 40.958v.233zm40.958-40.958h.233zM50.487 16.51v-.232zm33.977 33.976h.233zM50.487 84.463v.233zM16.512 50.488h-.233zm33.975-44.68v.232c24.548 0 44.45 19.9 44.45 44.448h.465c0-24.805-20.11-44.913-44.915-44.913zm44.682 44.68-.233-.003-.014 1.153.232.003.233.003.015-1.153zm-.015 1.153-.232-.006c-.609 24.018-20.27 43.302-44.435 43.302v.465c24.418 0 44.285-19.485 44.9-43.755zM50.487 95.17l.003-.233-1.153-.015-.003.233-.003.233 1.153.014zm-1.153-.015.006-.233c-24.018-.608-43.3-20.27-43.3-44.434h-.466c0 24.417 19.485 44.285 43.754 44.9zM5.807 50.487h.232c0-24.548 19.9-44.448 44.448-44.448v-.465c-24.805 0-44.913 20.108-44.913 44.913zM50.487 9.53v-.233c-22.748 0-41.19 18.441-41.19 41.19h.466c0-22.492 18.233-40.724 40.724-40.724zM9.53 50.487h-.232c0 22.749 18.44 41.19 41.19 41.19v-.465c-22.492 0-40.725-18.234-40.725-40.725zm40.957 40.958v.233c22.749 0 41.191-18.442 41.191-41.191h-.465c0 22.492-18.234 40.725-40.726 40.725zm40.958-40.958h.233c0-22.749-18.442-41.19-41.19-41.19v.466c22.49 0 40.725 18.232 40.725 40.724zM50.487 16.51v.233c18.636 0 33.744 15.107 33.744 33.743h.466c0-18.893-15.317-34.208-34.21-34.208zm33.977 33.976h-.233c0 18.636-15.108 33.744-33.744 33.744v.465c18.893 0 34.21-15.316 34.21-34.21zM50.487 84.463v-.232c-18.636 0-33.743-15.108-33.743-33.744h-.465c0 18.893 15.315 34.21 34.208 34.21zM16.512 50.488h.232c0-18.636 15.107-33.743 33.743-33.743v-.465c-18.893 0-34.208 15.315-34.208 34.208z", mask: "url(#m)" })
|
|
945
1231
|
] })
|
|
946
1232
|
] })
|
|
947
1233
|
] })
|
|
948
1234
|
] }),
|
|
949
|
-
/* @__PURE__ */ (0,
|
|
950
|
-
/* @__PURE__ */ (0,
|
|
951
|
-
/* @__PURE__ */ (0,
|
|
952
|
-
/* @__PURE__ */ (0,
|
|
1235
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("g", { filter: "url(#n)", children: [
|
|
1236
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("mask", { id: "p", width: "29", height: "32", x: "36.253", y: "33.147", fill: "#000", maskUnits: "userSpaceOnUse", children: [
|
|
1237
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("path", { fill: "#fff", d: "M36.253 33.147h29v32h-29z" }),
|
|
1238
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("path", { d: "M49.152 64.147H37.4V34.344h11.75c9.34 0 15.818 5.943 15.818 14.924S58.49 64.147 49.152 64.147m0-5.585c5.898 0 9.338-4.245 9.338-9.294 0-5.272-3.217-9.338-9.338-9.338h-5.407v18.632z" })
|
|
953
1239
|
] }),
|
|
954
|
-
/* @__PURE__ */ (0,
|
|
955
|
-
/* @__PURE__ */ (0,
|
|
1240
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("path", { fill: "#fff", d: "M49.152 64.147H37.4V34.344h11.75c9.34 0 15.818 5.943 15.818 14.924S58.49 64.147 49.152 64.147m0-5.585c5.898 0 9.338-4.245 9.338-9.294 0-5.272-3.217-9.338-9.338-9.338h-5.407v18.632z" }),
|
|
1241
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("path", { fill: "url(#o)", d: "M37.4 64.147h-.232v.232h.233zm0-29.803v-.232h-.232v.232zm6.345 5.586v-.233h-.232v.233zm0 18.632h-.232v.232h.232zm5.407 5.585v-.233H37.4v.465h11.75zm-11.751 0h.232V34.344h-.465v29.803zm0-29.803v.233h11.75v-.465h-11.75zm11.75 0v.233c4.62 0 8.515 1.47 11.252 4.031s4.333 6.228 4.333 10.66h.466c0-4.55-1.643-8.343-4.48-11-2.837-2.654-6.852-4.156-11.57-4.156zM64.97 49.268h-.233c0 4.432-1.597 8.088-4.333 10.637s-6.631 4.009-11.251 4.009v.465c4.718 0 8.732-1.49 11.569-4.134s4.48-6.428 4.48-10.977zm-15.817 9.294v.232c3.008 0 5.405-1.084 7.05-2.826 1.642-1.74 2.52-4.123 2.52-6.7h-.465c0 2.472-.841 4.736-2.394 6.38-1.55 1.643-3.821 2.68-6.711 2.68zm9.338-9.294h.233c0-2.683-.819-5.078-2.437-6.805-1.62-1.73-4.02-2.766-7.134-2.766v.465c3.006 0 5.276.997 6.795 2.619 1.52 1.624 2.31 3.897 2.31 6.487zm-9.338-9.338v-.233h-5.407v.465h5.407zm-5.407 0h-.232v18.632h.465V39.93zm0 18.632v.232h5.407v-.465h-5.407z", mask: "url(#p)", style: { mixBlendMode: "color-burn" } })
|
|
956
1242
|
] }),
|
|
957
|
-
/* @__PURE__ */ (0,
|
|
958
|
-
/* @__PURE__ */ (0,
|
|
959
|
-
/* @__PURE__ */ (0,
|
|
960
|
-
/* @__PURE__ */ (0,
|
|
1243
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("defs", { children: [
|
|
1244
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("linearGradient", { id: "c", x1: "-14.672", x2: "-14.672", y1: "-14.672", y2: "115.647", gradientUnits: "userSpaceOnUse", children: [
|
|
1245
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("stop", { "stop-color": "#4037ea" }),
|
|
1246
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("stop", { offset: "1", "stop-color": "#0029e0" })
|
|
961
1247
|
] }),
|
|
962
|
-
/* @__PURE__ */ (0,
|
|
963
|
-
/* @__PURE__ */ (0,
|
|
964
|
-
/* @__PURE__ */ (0,
|
|
1248
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("linearGradient", { id: "d", x1: "50.488", x2: "50.488", y1: ".095", y2: "100.204", gradientUnits: "userSpaceOnUse", children: [
|
|
1249
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("stop", { "stop-color": "#fff" }),
|
|
1250
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("stop", { offset: "1", "stop-color": "#fff", "stop-opacity": "0" })
|
|
965
1251
|
] }),
|
|
966
|
-
/* @__PURE__ */ (0,
|
|
967
|
-
/* @__PURE__ */ (0,
|
|
968
|
-
/* @__PURE__ */ (0,
|
|
1252
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("linearGradient", { id: "h", x1: "-14.672", x2: "-14.672", y1: "-14.672", y2: "115.647", gradientUnits: "userSpaceOnUse", children: [
|
|
1253
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("stop", { "stop-color": "#4037ea" }),
|
|
1254
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("stop", { offset: "1", "stop-color": "#0029e0" })
|
|
969
1255
|
] }),
|
|
970
|
-
/* @__PURE__ */ (0,
|
|
971
|
-
/* @__PURE__ */ (0,
|
|
972
|
-
/* @__PURE__ */ (0,
|
|
1256
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("linearGradient", { id: "i", x1: "50.488", x2: "50.488", y1: ".095", y2: "100.204", gradientUnits: "userSpaceOnUse", children: [
|
|
1257
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("stop", { "stop-color": "#fff" }),
|
|
1258
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("stop", { offset: "1", "stop-color": "#fff", "stop-opacity": "0" })
|
|
973
1259
|
] }),
|
|
974
|
-
/* @__PURE__ */ (0,
|
|
975
|
-
/* @__PURE__ */ (0,
|
|
976
|
-
/* @__PURE__ */ (0,
|
|
1260
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("linearGradient", { id: "k", x1: "-14.672", x2: "-14.672", y1: "-14.672", y2: "115.647", gradientUnits: "userSpaceOnUse", children: [
|
|
1261
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("stop", { offset: ".135", "stop-color": "#fff" }),
|
|
1262
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("stop", { offset: ".878", "stop-color": "#fff", "stop-opacity": ".01" })
|
|
977
1263
|
] }),
|
|
978
|
-
/* @__PURE__ */ (0,
|
|
979
|
-
/* @__PURE__ */ (0,
|
|
980
|
-
/* @__PURE__ */ (0,
|
|
1264
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("linearGradient", { id: "l", x1: "50.488", x2: "50.488", y1: "5.806", y2: "95.168", gradientUnits: "userSpaceOnUse", children: [
|
|
1265
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("stop", { "stop-color": "#fff" }),
|
|
1266
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("stop", { offset: "1", "stop-color": "#999" })
|
|
981
1267
|
] }),
|
|
982
|
-
/* @__PURE__ */ (0,
|
|
983
|
-
/* @__PURE__ */ (0,
|
|
984
|
-
/* @__PURE__ */ (0,
|
|
1268
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("linearGradient", { id: "o", x1: "50.487", x2: "50.487", y1: "28.147", y2: "73.147", gradientUnits: "userSpaceOnUse", children: [
|
|
1269
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("stop", { "stop-color": "#dfdfdf" }),
|
|
1270
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("stop", { offset: "1", "stop-color": "#a9a9a9" })
|
|
985
1271
|
] }),
|
|
986
|
-
/* @__PURE__ */ (0,
|
|
987
|
-
/* @__PURE__ */ (0,
|
|
988
|
-
/* @__PURE__ */ (0,
|
|
1272
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("radialGradient", { id: "e", cx: "0", cy: "0", r: "1", gradientTransform: "matrix(0 66.0295 -50.0979 0 50.488 28.85)", gradientUnits: "userSpaceOnUse", children: [
|
|
1273
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("stop", { "stop-color": "#fff" }),
|
|
1274
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("stop", { offset: "1", "stop-color": "#fff", "stop-opacity": "0" })
|
|
989
1275
|
] }),
|
|
990
|
-
/* @__PURE__ */ (0,
|
|
991
|
-
/* @__PURE__ */ (0,
|
|
992
|
-
/* @__PURE__ */ (0,
|
|
1276
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("radialGradient", { id: "j", cx: "0", cy: "0", r: "1", gradientTransform: "matrix(0 66.0295 -50.0979 0 50.488 28.85)", gradientUnits: "userSpaceOnUse", children: [
|
|
1277
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("stop", { "stop-color": "#fff" }),
|
|
1278
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("stop", { offset: "1", "stop-color": "#fff", "stop-opacity": "0" })
|
|
993
1279
|
] }),
|
|
994
|
-
/* @__PURE__ */ (0,
|
|
995
|
-
/* @__PURE__ */ (0,
|
|
996
|
-
/* @__PURE__ */ (0,
|
|
997
|
-
/* @__PURE__ */ (0,
|
|
998
|
-
/* @__PURE__ */ (0,
|
|
999
|
-
/* @__PURE__ */ (0,
|
|
1000
|
-
/* @__PURE__ */ (0,
|
|
1001
|
-
/* @__PURE__ */ (0,
|
|
1280
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("filter", { id: "f", width: "96.809", height: "96.809", x: "2.083", y: "3.014", "color-interpolation-filters": "sRGB", filterUnits: "userSpaceOnUse", children: [
|
|
1281
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("feFlood", { "flood-opacity": "0", result: "BackgroundImageFix" }),
|
|
1282
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }),
|
|
1283
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("feOffset", { dy: ".931" }),
|
|
1284
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("feGaussianBlur", { stdDeviation: "1.862" }),
|
|
1285
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.16 0" }),
|
|
1286
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("feBlend", { in2: "BackgroundImageFix", mode: "color-burn", result: "effect1_dropShadow_7_689" }),
|
|
1287
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_7_689", result: "shape" })
|
|
1002
1288
|
] }),
|
|
1003
|
-
/* @__PURE__ */ (0,
|
|
1004
|
-
/* @__PURE__ */ (0,
|
|
1005
|
-
/* @__PURE__ */ (0,
|
|
1006
|
-
/* @__PURE__ */ (0,
|
|
1007
|
-
/* @__PURE__ */ (0,
|
|
1008
|
-
/* @__PURE__ */ (0,
|
|
1009
|
-
/* @__PURE__ */ (0,
|
|
1010
|
-
/* @__PURE__ */ (0,
|
|
1289
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("filter", { id: "n", width: "39.203", height: "41.438", x: "31.583", y: "29.457", "color-interpolation-filters": "sRGB", filterUnits: "userSpaceOnUse", children: [
|
|
1290
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("feFlood", { "flood-opacity": "0", result: "BackgroundImageFix" }),
|
|
1291
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }),
|
|
1292
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("feOffset", { dy: ".931" }),
|
|
1293
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("feGaussianBlur", { stdDeviation: "2.793" }),
|
|
1294
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0" }),
|
|
1295
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("feBlend", { in2: "BackgroundImageFix", mode: "plus-darker", result: "effect1_dropShadow_7_689" }),
|
|
1296
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_7_689", result: "shape" })
|
|
1011
1297
|
] })
|
|
1012
1298
|
] })
|
|
1013
1299
|
] });
|
|
@@ -1016,97 +1302,97 @@ var Frame1000007195 = import_react44.default.forwardRef(
|
|
|
1016
1302
|
Frame1000007195.displayName = "Frame1000007195";
|
|
1017
1303
|
|
|
1018
1304
|
// dist/icons/Frame1000007196.tsx
|
|
1019
|
-
var
|
|
1020
|
-
var
|
|
1021
|
-
var Frame1000007196 =
|
|
1022
|
-
({ size, ...props }, ref) => {
|
|
1023
|
-
return /* @__PURE__ */ (0,
|
|
1024
|
-
/* @__PURE__ */ (0,
|
|
1025
|
-
/* @__PURE__ */ (0,
|
|
1026
|
-
/* @__PURE__ */ (0,
|
|
1027
|
-
/* @__PURE__ */ (0,
|
|
1028
|
-
/* @__PURE__ */ (0,
|
|
1029
|
-
/* @__PURE__ */ (0,
|
|
1030
|
-
/* @__PURE__ */ (0,
|
|
1031
|
-
/* @__PURE__ */ (0,
|
|
1032
|
-
/* @__PURE__ */ (0,
|
|
1305
|
+
var import_react64 = __toESM(require("react"));
|
|
1306
|
+
var import_jsx_runtime64 = require("react/jsx-runtime");
|
|
1307
|
+
var Frame1000007196 = import_react64.default.forwardRef(
|
|
1308
|
+
({ size, ...props }, ref) => {
|
|
1309
|
+
return /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "100", height: "100", fill: "none", viewBox: "0 0 100 100", ...props, children: [
|
|
1310
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("mask", { id: "a", width: "91", height: "91", x: "5", y: "5", maskUnits: "userSpaceOnUse", style: { maskType: "alpha" }, children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("circle", { cx: "50.488", cy: "50.487", r: "44.681", fill: "#fff" }) }),
|
|
1311
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("g", { mask: "url(#a)", children: [
|
|
1312
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("mask", { id: "b", width: "91", height: "91", x: "5", y: "5", maskUnits: "userSpaceOnUse", style: { maskType: "alpha" }, children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("circle", { cx: "50.488", cy: "50.487", r: "44.681", fill: "#fff" }) }),
|
|
1313
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("g", { mask: "url(#b)", children: [
|
|
1314
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("path", { fill: "url(#c)", d: "M-14.672-14.672h130.319v130.319H-14.672z" }),
|
|
1315
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("path", { fill: "url(#d)", "fill-opacity": ".6", d: "M-14.672-14.672h130.319v130.319H-14.672z", style: { mixBlendMode: "overlay" } }),
|
|
1316
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("path", { fill: "url(#e)", "fill-opacity": ".6", d: "M-14.672-14.672h130.319v130.319H-14.672z", style: { mixBlendMode: "overlay" } }),
|
|
1317
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("path", { fill: "#000", "fill-opacity": ".16", d: "M-14.672-14.672h130.319v130.319H-14.672z", style: { mixBlendMode: "overlay" } }),
|
|
1318
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("path", { fill: "#000", "fill-opacity": ".12", d: "M-14.672-14.672h130.319v130.319H-14.672z", style: { mixBlendMode: "darken" } })
|
|
1033
1319
|
] }),
|
|
1034
|
-
/* @__PURE__ */ (0,
|
|
1035
|
-
/* @__PURE__ */ (0,
|
|
1036
|
-
/* @__PURE__ */ (0,
|
|
1037
|
-
/* @__PURE__ */ (0,
|
|
1038
|
-
/* @__PURE__ */ (0,
|
|
1039
|
-
/* @__PURE__ */ (0,
|
|
1040
|
-
/* @__PURE__ */ (0,
|
|
1041
|
-
/* @__PURE__ */ (0,
|
|
1042
|
-
/* @__PURE__ */ (0,
|
|
1043
|
-
/* @__PURE__ */ (0,
|
|
1320
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("g", { filter: "url(#f)", children: [
|
|
1321
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("mask", { id: "g", width: "91", height: "91", x: "5", y: "5", maskUnits: "userSpaceOnUse", style: { maskType: "alpha" }, children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("path", { fill: "#fff", d: "M50.487 5.806c24.677 0 44.682 20.005 44.682 44.68l-.015 1.154C94.543 75.784 74.778 95.17 50.487 95.17l-1.153-.015C25.19 94.542 5.807 74.778 5.807 50.487c0-24.676 20.004-44.68 44.68-44.68m0 3.724C27.867 9.53 9.53 27.867 9.53 50.487s18.337 40.958 40.957 40.958 40.958-18.338 40.958-40.958S73.107 9.53 50.487 9.53m0 6.981c18.765 0 33.977 15.212 33.977 33.976S69.252 84.463 50.487 84.463 16.512 69.252 16.512 50.488 31.722 16.51 50.487 16.51" }) }),
|
|
1322
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("g", { mask: "url(#g)", children: [
|
|
1323
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("path", { fill: "url(#h)", d: "M-14.672-14.672h130.319v130.319H-14.672z" }),
|
|
1324
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("path", { fill: "url(#i)", "fill-opacity": ".6", d: "M-14.672-14.672h130.319v130.319H-14.672z", style: { mixBlendMode: "overlay" } }),
|
|
1325
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("path", { fill: "url(#j)", "fill-opacity": ".6", d: "M-14.672-14.672h130.319v130.319H-14.672z", style: { mixBlendMode: "overlay" } }),
|
|
1326
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("g", { style: { mixBlendMode: "soft-light" }, children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("path", { fill: "url(#k)", "fill-rule": "evenodd", d: "M-14.672-14.672H63.52L38.565 115.646h-53.237z", "clip-rule": "evenodd", style: { mixBlendMode: "lighten" } }) }),
|
|
1327
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("g", { style: { mixBlendMode: "soft-light" }, children: [
|
|
1328
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("mask", { id: "m", fill: "#fff", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("path", { d: "M50.487 5.806c24.677 0 44.682 20.005 44.682 44.68l-.015 1.154C94.543 75.784 74.778 95.17 50.487 95.17l-1.153-.015C25.19 94.542 5.807 74.778 5.807 50.487c0-24.676 20.004-44.68 44.68-44.68m0 3.724C27.867 9.53 9.53 27.867 9.53 50.487s18.337 40.958 40.957 40.958 40.958-18.338 40.958-40.958S73.107 9.53 50.487 9.53m0 6.981c18.765 0 33.977 15.212 33.977 33.976S69.252 84.463 50.487 84.463 16.512 69.252 16.512 50.488 31.722 16.51 50.487 16.51" }) }),
|
|
1329
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("path", { fill: "url(#l)", d: "M50.487 5.806v-.232zm44.682 44.68.233.004v-.003zm-.015 1.154.233.006v-.003zM50.487 95.17l-.003.232h.003zm-1.153-.015-.006.233h.003zM5.807 50.487h-.233zM50.487 9.53v-.233zM9.53 50.487h-.232zm40.957 40.958v.233zm40.958-40.958h.233zM50.487 16.51v-.232zm33.977 33.976h.233zM50.487 84.463v.233zM16.512 50.488h-.233zm33.975-44.68v.232c24.548 0 44.45 19.9 44.45 44.448h.465c0-24.805-20.11-44.913-44.915-44.913zm44.682 44.68-.233-.003-.014 1.153.232.003.233.003.015-1.153zm-.015 1.153-.232-.006c-.609 24.018-20.27 43.302-44.435 43.302v.465c24.418 0 44.285-19.485 44.9-43.755zM50.487 95.17l.003-.233-1.153-.015-.003.233-.003.233 1.153.014zm-1.153-.015.006-.233c-24.018-.608-43.3-20.27-43.3-44.434h-.466c0 24.417 19.485 44.285 43.754 44.9zM5.807 50.487h.232c0-24.548 19.9-44.448 44.448-44.448v-.465c-24.805 0-44.913 20.108-44.913 44.913zM50.487 9.53v-.233c-22.748 0-41.19 18.441-41.19 41.19h.466c0-22.492 18.233-40.724 40.724-40.724zM9.53 50.487h-.232c0 22.749 18.44 41.19 41.19 41.19v-.465c-22.492 0-40.725-18.234-40.725-40.725zm40.957 40.958v.233c22.749 0 41.191-18.442 41.191-41.191h-.465c0 22.492-18.234 40.725-40.726 40.725zm40.958-40.958h.233c0-22.749-18.442-41.19-41.19-41.19v.466c22.49 0 40.725 18.232 40.725 40.724zM50.487 16.51v.233c18.636 0 33.744 15.107 33.744 33.743h.466c0-18.893-15.317-34.208-34.21-34.208zm33.977 33.976h-.233c0 18.636-15.108 33.744-33.744 33.744v.465c18.893 0 34.21-15.316 34.21-34.21zM50.487 84.463v-.232c-18.636 0-33.743-15.108-33.743-33.744h-.465c0 18.893 15.315 34.21 34.208 34.21zM16.512 50.488h.232c0-18.636 15.107-33.743 33.743-33.743v-.465c-18.893 0-34.208 15.315-34.208 34.208z", mask: "url(#m)" })
|
|
1044
1330
|
] })
|
|
1045
1331
|
] })
|
|
1046
1332
|
] })
|
|
1047
1333
|
] }),
|
|
1048
|
-
/* @__PURE__ */ (0,
|
|
1049
|
-
/* @__PURE__ */ (0,
|
|
1050
|
-
/* @__PURE__ */ (0,
|
|
1051
|
-
/* @__PURE__ */ (0,
|
|
1334
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("g", { filter: "url(#n)", children: [
|
|
1335
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("mask", { id: "p", width: "22", height: "32", x: "40.253", y: "33.147", fill: "#000", maskUnits: "userSpaceOnUse", children: [
|
|
1336
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("path", { fill: "#fff", d: "M40.253 33.147h22v32h-22z" }),
|
|
1337
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("path", { d: "M47.018 64.147h-6.345V34.344h21.09v5.586H47.018v6.3H61.45v5.585H47.018z" })
|
|
1052
1338
|
] }),
|
|
1053
|
-
/* @__PURE__ */ (0,
|
|
1054
|
-
/* @__PURE__ */ (0,
|
|
1339
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("path", { fill: "#fff", d: "M47.018 64.147h-6.345V34.344h21.09v5.586H47.018v6.3H61.45v5.585H47.018z" }),
|
|
1340
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("path", { fill: "url(#o)", d: "M47.018 64.147v.232h.233v-.232zm-6.345 0h-.233v.232h.233zm0-29.803v-.232h-.233v.232zm21.09 0h.232v-.232h-.232zm0 5.586v.232h.232v-.232zm-14.745 0v-.233h-.233v.233zm0 6.3h-.233v.232h.233zm14.432 0h.233v-.233h-.233zm0 5.585v.233h.233v-.233zm-14.432 0v-.233h-.233v.233zm0 12.332v-.233h-6.345v.465h6.345zm-6.345 0h.233V34.344h-.466v29.803zm0-29.803v.233h21.09v-.465h-21.09zm21.09 0h-.233v5.586h.465v-5.586zm0 5.586v-.233H47.018v.465h14.745zm-14.745 0h-.233v6.3h.466v-6.3zm0 6.3v.232H61.45v-.465H47.018zm14.432 0h-.233v5.585h.466V46.23zm0 5.585v-.233H47.018v.466H61.45zm-14.432 0h-.233v12.332h.466V51.815z", mask: "url(#p)", style: { mixBlendMode: "color-burn" } })
|
|
1055
1341
|
] }),
|
|
1056
|
-
/* @__PURE__ */ (0,
|
|
1057
|
-
/* @__PURE__ */ (0,
|
|
1058
|
-
/* @__PURE__ */ (0,
|
|
1059
|
-
/* @__PURE__ */ (0,
|
|
1342
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("defs", { children: [
|
|
1343
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("linearGradient", { id: "c", x1: "-14.672", x2: "-14.672", y1: "-14.672", y2: "115.647", gradientUnits: "userSpaceOnUse", children: [
|
|
1344
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("stop", { "stop-color": "#ea3737" }),
|
|
1345
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("stop", { offset: "1", "stop-color": "#e00000" })
|
|
1060
1346
|
] }),
|
|
1061
|
-
/* @__PURE__ */ (0,
|
|
1062
|
-
/* @__PURE__ */ (0,
|
|
1063
|
-
/* @__PURE__ */ (0,
|
|
1347
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("linearGradient", { id: "d", x1: "50.488", x2: "50.488", y1: ".095", y2: "100.204", gradientUnits: "userSpaceOnUse", children: [
|
|
1348
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("stop", { "stop-color": "#fff" }),
|
|
1349
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("stop", { offset: "1", "stop-color": "#fff", "stop-opacity": "0" })
|
|
1064
1350
|
] }),
|
|
1065
|
-
/* @__PURE__ */ (0,
|
|
1066
|
-
/* @__PURE__ */ (0,
|
|
1067
|
-
/* @__PURE__ */ (0,
|
|
1351
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("linearGradient", { id: "h", x1: "-14.672", x2: "-14.672", y1: "-14.672", y2: "115.647", gradientUnits: "userSpaceOnUse", children: [
|
|
1352
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("stop", { "stop-color": "#ea3737" }),
|
|
1353
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("stop", { offset: "1", "stop-color": "#e00000" })
|
|
1068
1354
|
] }),
|
|
1069
|
-
/* @__PURE__ */ (0,
|
|
1070
|
-
/* @__PURE__ */ (0,
|
|
1071
|
-
/* @__PURE__ */ (0,
|
|
1355
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("linearGradient", { id: "i", x1: "50.488", x2: "50.488", y1: ".095", y2: "100.204", gradientUnits: "userSpaceOnUse", children: [
|
|
1356
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("stop", { "stop-color": "#fff" }),
|
|
1357
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("stop", { offset: "1", "stop-color": "#fff", "stop-opacity": "0" })
|
|
1072
1358
|
] }),
|
|
1073
|
-
/* @__PURE__ */ (0,
|
|
1074
|
-
/* @__PURE__ */ (0,
|
|
1075
|
-
/* @__PURE__ */ (0,
|
|
1359
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("linearGradient", { id: "k", x1: "-14.672", x2: "-14.672", y1: "-14.672", y2: "115.647", gradientUnits: "userSpaceOnUse", children: [
|
|
1360
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("stop", { offset: ".135", "stop-color": "#fff" }),
|
|
1361
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("stop", { offset: ".878", "stop-color": "#fff", "stop-opacity": ".01" })
|
|
1076
1362
|
] }),
|
|
1077
|
-
/* @__PURE__ */ (0,
|
|
1078
|
-
/* @__PURE__ */ (0,
|
|
1079
|
-
/* @__PURE__ */ (0,
|
|
1363
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("linearGradient", { id: "l", x1: "50.488", x2: "50.488", y1: "5.806", y2: "95.168", gradientUnits: "userSpaceOnUse", children: [
|
|
1364
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("stop", { "stop-color": "#fff" }),
|
|
1365
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("stop", { offset: "1", "stop-color": "#999" })
|
|
1080
1366
|
] }),
|
|
1081
|
-
/* @__PURE__ */ (0,
|
|
1082
|
-
/* @__PURE__ */ (0,
|
|
1083
|
-
/* @__PURE__ */ (0,
|
|
1367
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("linearGradient", { id: "o", x1: "50.487", x2: "50.487", y1: "28.147", y2: "73.147", gradientUnits: "userSpaceOnUse", children: [
|
|
1368
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("stop", { "stop-color": "#dfdfdf" }),
|
|
1369
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("stop", { offset: "1", "stop-color": "#a9a9a9" })
|
|
1084
1370
|
] }),
|
|
1085
|
-
/* @__PURE__ */ (0,
|
|
1086
|
-
/* @__PURE__ */ (0,
|
|
1087
|
-
/* @__PURE__ */ (0,
|
|
1371
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("radialGradient", { id: "e", cx: "0", cy: "0", r: "1", gradientTransform: "matrix(0 66.0295 -50.0979 0 50.488 28.85)", gradientUnits: "userSpaceOnUse", children: [
|
|
1372
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("stop", { "stop-color": "#fff" }),
|
|
1373
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("stop", { offset: "1", "stop-color": "#fff", "stop-opacity": "0" })
|
|
1088
1374
|
] }),
|
|
1089
|
-
/* @__PURE__ */ (0,
|
|
1090
|
-
/* @__PURE__ */ (0,
|
|
1091
|
-
/* @__PURE__ */ (0,
|
|
1375
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("radialGradient", { id: "j", cx: "0", cy: "0", r: "1", gradientTransform: "matrix(0 66.0295 -50.0979 0 50.488 28.85)", gradientUnits: "userSpaceOnUse", children: [
|
|
1376
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("stop", { "stop-color": "#fff" }),
|
|
1377
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("stop", { offset: "1", "stop-color": "#fff", "stop-opacity": "0" })
|
|
1092
1378
|
] }),
|
|
1093
|
-
/* @__PURE__ */ (0,
|
|
1094
|
-
/* @__PURE__ */ (0,
|
|
1095
|
-
/* @__PURE__ */ (0,
|
|
1096
|
-
/* @__PURE__ */ (0,
|
|
1097
|
-
/* @__PURE__ */ (0,
|
|
1098
|
-
/* @__PURE__ */ (0,
|
|
1099
|
-
/* @__PURE__ */ (0,
|
|
1100
|
-
/* @__PURE__ */ (0,
|
|
1379
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("filter", { id: "f", width: "96.809", height: "96.809", x: "2.083", y: "3.014", "color-interpolation-filters": "sRGB", filterUnits: "userSpaceOnUse", children: [
|
|
1380
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("feFlood", { "flood-opacity": "0", result: "BackgroundImageFix" }),
|
|
1381
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }),
|
|
1382
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("feOffset", { dy: ".931" }),
|
|
1383
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("feGaussianBlur", { stdDeviation: "1.862" }),
|
|
1384
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.16 0" }),
|
|
1385
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("feBlend", { in2: "BackgroundImageFix", mode: "color-burn", result: "effect1_dropShadow_7_709" }),
|
|
1386
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_7_709", result: "shape" })
|
|
1101
1387
|
] }),
|
|
1102
|
-
/* @__PURE__ */ (0,
|
|
1103
|
-
/* @__PURE__ */ (0,
|
|
1104
|
-
/* @__PURE__ */ (0,
|
|
1105
|
-
/* @__PURE__ */ (0,
|
|
1106
|
-
/* @__PURE__ */ (0,
|
|
1107
|
-
/* @__PURE__ */ (0,
|
|
1108
|
-
/* @__PURE__ */ (0,
|
|
1109
|
-
/* @__PURE__ */ (0,
|
|
1388
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("filter", { id: "n", width: "32.725", height: "41.438", x: "34.855", y: "29.457", "color-interpolation-filters": "sRGB", filterUnits: "userSpaceOnUse", children: [
|
|
1389
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("feFlood", { "flood-opacity": "0", result: "BackgroundImageFix" }),
|
|
1390
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }),
|
|
1391
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("feOffset", { dy: ".931" }),
|
|
1392
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("feGaussianBlur", { stdDeviation: "2.793" }),
|
|
1393
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0" }),
|
|
1394
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("feBlend", { in2: "BackgroundImageFix", mode: "plus-darker", result: "effect1_dropShadow_7_709" }),
|
|
1395
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_7_709", result: "shape" })
|
|
1110
1396
|
] })
|
|
1111
1397
|
] })
|
|
1112
1398
|
] });
|
|
@@ -1115,519 +1401,519 @@ var Frame1000007196 = import_react45.default.forwardRef(
|
|
|
1115
1401
|
Frame1000007196.displayName = "Frame1000007196";
|
|
1116
1402
|
|
|
1117
1403
|
// dist/icons/GeneralMagicko.tsx
|
|
1118
|
-
var
|
|
1119
|
-
var
|
|
1120
|
-
var GeneralMagicko =
|
|
1404
|
+
var import_react65 = __toESM(require("react"));
|
|
1405
|
+
var import_jsx_runtime65 = require("react/jsx-runtime");
|
|
1406
|
+
var GeneralMagicko = import_react65.default.forwardRef(
|
|
1121
1407
|
({ size, ...props }, ref) => {
|
|
1122
|
-
return /* @__PURE__ */ (0,
|
|
1408
|
+
return /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("path", { fill: "#000", d: "M3 17.58V6.42l9-4.92 9 4.92v11.16l-9 4.92zM7.499 6.202 5.033 7.552v8.894L7.5 17.795v-3.337l2.033 1.112v3.337l2.466 1.348 2.456-1.343v-3.336l2.033-1.112V17.8l2.478-1.354V7.552l-2.478-1.354v3.336l-2.033-1.112V5.086l-2.456-1.343-2.466 1.348v3.337L7.5 9.54zm4.216.385A.28.28 0 0 1 12 6.33h.016c.143 0 .261.107.27.244l.188 3.31c.048.84.724 1.525 1.6 1.622l2.592.285a.214.214 0 0 1 .196.21v.029a.184.184 0 0 1-.166.179l-2.623.287c-.875.095-1.55.78-1.599 1.623l-.189 3.294a.28.28 0 0 1-.285.259h-.016a.264.264 0 0 1-.269-.244l-.19-3.308c-.047-.841-.723-1.525-1.598-1.622l-2.593-.286a.214.214 0 0 1-.196-.21v-.028c0-.091.072-.167.166-.179l2.623-.29c.875-.096 1.55-.78 1.599-1.622z" }) });
|
|
1123
1409
|
}
|
|
1124
1410
|
);
|
|
1125
1411
|
GeneralMagicko.displayName = "GeneralMagicko";
|
|
1126
1412
|
|
|
1127
1413
|
// dist/icons/GripVertical.tsx
|
|
1128
|
-
var
|
|
1129
|
-
var
|
|
1130
|
-
var GripVertical =
|
|
1414
|
+
var import_react66 = __toESM(require("react"));
|
|
1415
|
+
var import_jsx_runtime66 = require("react/jsx-runtime");
|
|
1416
|
+
var GripVertical = import_react66.default.forwardRef(
|
|
1131
1417
|
({ size, ...props }, ref) => {
|
|
1132
|
-
return /* @__PURE__ */ (0,
|
|
1418
|
+
return /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", fill: "none", viewBox: "0 0 20 20", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("path", { fill: "#1e293b", d: "M8.958 15.833a1.458 1.458 0 1 1-2.916 0 1.458 1.458 0 0 1 2.916 0m5 0a1.458 1.458 0 1 1-2.916 0 1.458 1.458 0 0 1 2.916 0m-5-5.833a1.458 1.458 0 1 1-2.916 0 1.458 1.458 0 0 1 2.916 0m5 0a1.458 1.458 0 1 1-2.916 0 1.458 1.458 0 0 1 2.916 0m-5-5.833a1.458 1.458 0 1 1-2.916 0 1.458 1.458 0 0 1 2.916 0m5 0a1.458 1.458 0 1 1-2.916 0 1.458 1.458 0 0 1 2.916 0" }) });
|
|
1133
1419
|
}
|
|
1134
1420
|
);
|
|
1135
1421
|
GripVertical.displayName = "GripVertical";
|
|
1136
1422
|
|
|
1137
1423
|
// dist/icons/HeartBold.tsx
|
|
1138
|
-
var
|
|
1139
|
-
var
|
|
1140
|
-
var HeartBold =
|
|
1424
|
+
var import_react67 = __toESM(require("react"));
|
|
1425
|
+
var import_jsx_runtime67 = require("react/jsx-runtime");
|
|
1426
|
+
var HeartBold = import_react67.default.forwardRef(
|
|
1141
1427
|
({ size, ...props }, ref) => {
|
|
1142
|
-
return /* @__PURE__ */ (0,
|
|
1428
|
+
return /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("path", { fill: "#1e293b", d: "M12 5.01c.77-.9 2.09-1.9 4.11-1.9C19.64 3.11 22 6.42 22 9.5c0 6.45-8.02 11.38-10 11.38S2 15.95 2 9.51c0-3.08 2.37-6.39 5.89-6.39 2.02 0 3.34 1.01 4.11 1.9z" }) });
|
|
1143
1429
|
}
|
|
1144
1430
|
);
|
|
1145
1431
|
HeartBold.displayName = "HeartBold";
|
|
1146
1432
|
|
|
1147
1433
|
// dist/icons/Hr.tsx
|
|
1148
|
-
var
|
|
1149
|
-
var
|
|
1150
|
-
var Hr =
|
|
1434
|
+
var import_react68 = __toESM(require("react"));
|
|
1435
|
+
var import_jsx_runtime68 = require("react/jsx-runtime");
|
|
1436
|
+
var Hr = import_react68.default.forwardRef(
|
|
1151
1437
|
({ size, ...props }, ref) => {
|
|
1152
|
-
return /* @__PURE__ */ (0,
|
|
1153
|
-
/* @__PURE__ */ (0,
|
|
1154
|
-
/* @__PURE__ */ (0,
|
|
1155
|
-
/* @__PURE__ */ (0,
|
|
1156
|
-
/* @__PURE__ */ (0,
|
|
1438
|
+
return /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", fill: "none", viewBox: "0 0 20 20", ...props, children: [
|
|
1439
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)("path", { fill: "#1e293b", d: "M10 8.958A3.963 3.963 0 0 1 6.042 5 3.963 3.963 0 0 1 10 1.042 3.963 3.963 0 0 1 13.958 5 3.963 3.963 0 0 1 10 8.958m0-6.666A2.71 2.71 0 0 0 7.292 5 2.71 2.71 0 0 0 10 7.708 2.71 2.71 0 0 0 12.708 5 2.71 2.71 0 0 0 10 2.292M14.667 18.958H5.333a2.63 2.63 0 0 1-2.625-2.625V12a2.63 2.63 0 0 1 2.625-2.625h9.334A2.63 2.63 0 0 1 17.292 12v4.333a2.63 2.63 0 0 1-2.625 2.625m-9.334-8.333c-.758 0-1.375.617-1.375 1.375v4.333c0 .759.617 1.375 1.375 1.375h9.334c.758 0 1.375-.616 1.375-1.375V12c0-.758-.617-1.375-1.375-1.375z" }),
|
|
1440
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)("path", { fill: "#fff", d: "M9.583 11.667v5h-1.25v-1.875H6.667v1.875h-1.25v-5h1.25v1.875h1.666v-1.875zM14.583 13.554a1.89 1.89 0 0 0-1.887-1.887h-2.28v5h1.25v-1.042h1.03q.158 0 .308-.026c.22.282.33.634.33 1.068h1.25c0-.639-.164-1.206-.48-1.676.298-.333.48-.774.48-1.253zm-2.916.821v-1.458h1.029c.351 0 .637.286.637.637v.184a.64.64 0 0 1-.637.637z" }),
|
|
1441
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)("path", { fill: "#1e293b", "fill-rule": "evenodd", d: "M5.333 10.625c-.758 0-1.375.617-1.375 1.375v4.333c0 .759.617 1.375 1.375 1.375h9.334c.758 0 1.375-.616 1.375-1.375V12c0-.758-.617-1.375-1.375-1.375zm4.25 6.042v-5h-1.25v1.875H6.667v-1.875h-1.25v5h1.25v-1.875h1.666v1.875zm3.113-5a1.89 1.89 0 0 1 1.887 1.887v.184c0 .48-.18.92-.478 1.253.315.47.478 1.037.478 1.676h-1.25c0-.434-.108-.786-.329-1.068a2 2 0 0 1-.308.026h-1.03v1.042h-1.25v-5z", "clip-rule": "evenodd" }),
|
|
1442
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)("path", { fill: "#1e293b", d: "M11.667 14.375v-1.458h1.029c.351 0 .637.286.637.637v.184a.64.64 0 0 1-.637.637zM10 2.292A2.71 2.71 0 0 0 7.292 5 2.71 2.71 0 0 0 10 7.708 2.71 2.71 0 0 0 12.708 5 2.71 2.71 0 0 0 10 2.292" })
|
|
1157
1443
|
] });
|
|
1158
1444
|
}
|
|
1159
1445
|
);
|
|
1160
1446
|
Hr.displayName = "Hr";
|
|
1161
1447
|
|
|
1162
1448
|
// dist/icons/HrSystem.tsx
|
|
1163
|
-
var
|
|
1164
|
-
var
|
|
1165
|
-
var HrSystem =
|
|
1449
|
+
var import_react69 = __toESM(require("react"));
|
|
1450
|
+
var import_jsx_runtime69 = require("react/jsx-runtime");
|
|
1451
|
+
var HrSystem = import_react69.default.forwardRef(
|
|
1166
1452
|
({ size, ...props }, ref) => {
|
|
1167
|
-
return /* @__PURE__ */ (0,
|
|
1168
|
-
/* @__PURE__ */ (0,
|
|
1169
|
-
/* @__PURE__ */ (0,
|
|
1453
|
+
return /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
1454
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)("path", { fill: "#000", d: "M12 10.75A4.756 4.756 0 0 1 7.25 6 4.756 4.756 0 0 1 12 1.25 4.756 4.756 0 0 1 16.75 6 4.756 4.756 0 0 1 12 10.75m0-8A3.254 3.254 0 0 0 8.75 6 3.254 3.254 0 0 0 12 9.25 3.254 3.254 0 0 0 15.25 6 3.254 3.254 0 0 0 12 2.75M17.6 22.75H6.4a3.153 3.153 0 0 1-3.15-3.15v-5.2a3.153 3.153 0 0 1 3.15-3.15h11.2a3.153 3.153 0 0 1 3.15 3.15v5.2a3.153 3.153 0 0 1-3.15 3.15m-11.2-10c-.91 0-1.65.74-1.65 1.65v5.2c0 .91.74 1.65 1.65 1.65h11.2c.91 0 1.65-.74 1.65-1.65v-5.2c0-.91-.74-1.65-1.65-1.65z" }),
|
|
1455
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)("path", { fill: "#000", d: "M11.5 14v6H10v-2.25H8V20H6.5v-6H8v2.25h2V14zM17.5 16.265A2.267 2.267 0 0 0 15.235 14H12.5v6H14v-1.25h1.235q.19 0 .37-.031c.265.338.395.76.395 1.281h1.5c0-.766-.196-1.447-.574-2.011.357-.4.574-.928.574-1.504zm-3.5.985V15.5h1.235c.422 0 .765.343.765.765v.22a.766.766 0 0 1-.765.765z" })
|
|
1170
1456
|
] });
|
|
1171
1457
|
}
|
|
1172
1458
|
);
|
|
1173
1459
|
HrSystem.displayName = "HrSystem";
|
|
1174
1460
|
|
|
1175
1461
|
// dist/icons/Icon3dcube1.tsx
|
|
1176
|
-
var
|
|
1177
|
-
var
|
|
1178
|
-
var Icon3dcube1 =
|
|
1462
|
+
var import_react70 = __toESM(require("react"));
|
|
1463
|
+
var import_jsx_runtime70 = require("react/jsx-runtime");
|
|
1464
|
+
var Icon3dcube1 = import_react70.default.forwardRef(
|
|
1179
1465
|
({ size, ...props }, ref) => {
|
|
1180
|
-
return /* @__PURE__ */ (0,
|
|
1466
|
+
return /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("path", { fill: "#1e293b", d: "M12 12.25c-.44 0-.88-.11-1.28-.32L4.21 8.42c-.59-.32-.96-.95-.96-1.65s.37-1.33.96-1.65l6.51-3.51c.8-.43 1.76-.43 2.55 0l6.51 3.51c.59.32.96.95.96 1.65s-.37 1.33-.96 1.65l-6.51 3.51c-.39.22-.83.32-1.27.32m0-9.47c-.19 0-.39.05-.57.15l-6.5 3.5c-.17.09-.18.28-.18.34s.01.25.18.33l6.51 3.51c.36.19.77.19 1.13 0l6.51-3.51c.16-.09.18-.28.18-.33 0-.06-.01-.25-.18-.33l-6.51-3.51c-.18-.1-.38-.15-.57-.15M9.78 22.72c-.28 0-.57-.07-.83-.2L2.89 19.5a2.97 2.97 0 0 1-1.64-2.66v-5.72c0-.65.33-1.24.88-1.58.56-.34 1.23-.37 1.81-.08L10 12.48c1.01.51 1.64 1.52 1.64 2.66v5.72c0 .65-.33 1.24-.88 1.58-.3.19-.64.28-.98.28M3.11 10.76c-.08 0-.15.03-.19.05-.06.04-.17.13-.17.31v5.72c0 .56.31 1.07.81 1.32l6.05 3.03c.16.08.29.02.35-.01.06-.04.17-.13.17-.31v-5.72c0-.56-.31-1.07-.81-1.32L3.27 10.8a.34.34 0 0 0-.16-.04M14.22 22.72c-.34 0-.68-.09-.98-.28-.55-.34-.88-.93-.88-1.58v-5.72c0-1.13.63-2.15 1.64-2.66l6.05-3.03c.58-.29 1.26-.26 1.81.08s.88.93.88 1.58v5.72c0 1.13-.63 2.15-1.64 2.66l-6.05 3.03c-.26.14-.55.2-.83.2m6.67-11.96c-.05 0-.1.01-.16.04l-6.05 3.03c-.5.25-.81.75-.81 1.32v5.72c0 .18.11.27.17.31s.19.09.35.01l6.05-3.03c.5-.25.81-.76.81-1.32v-5.72c0-.18-.11-.27-.17-.31a.4.4 0 0 0-.19-.05" }) });
|
|
1181
1467
|
}
|
|
1182
1468
|
);
|
|
1183
1469
|
Icon3dcube1.displayName = "Icon3dcube1";
|
|
1184
1470
|
|
|
1185
1471
|
// dist/icons/Icon3square1.tsx
|
|
1186
|
-
var
|
|
1187
|
-
var
|
|
1188
|
-
var Icon3square1 =
|
|
1472
|
+
var import_react71 = __toESM(require("react"));
|
|
1473
|
+
var import_jsx_runtime71 = require("react/jsx-runtime");
|
|
1474
|
+
var Icon3square1 = import_react71.default.forwardRef(
|
|
1189
1475
|
({ size, ...props }, ref) => {
|
|
1190
|
-
return /* @__PURE__ */ (0,
|
|
1191
|
-
/* @__PURE__ */ (0,
|
|
1192
|
-
/* @__PURE__ */ (0,
|
|
1193
|
-
/* @__PURE__ */ (0,
|
|
1476
|
+
return /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
1477
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)("path", { fill: "#1e293b", d: "M9.37 22.75H4.62c-2.3 0-3.37-1.07-3.37-3.37v-4.75c0-2.31 1.07-3.38 3.37-3.38H7c.41 0 .75.34.75.75v2.37c0 1.46.42 1.88 1.87 1.88H12c.41 0 .75.34.75.75v2.38c0 2.3-1.07 3.37-3.38 3.37m-4.75-10c-1.45 0-1.87.42-1.87 1.88v4.75c0 1.45.42 1.87 1.87 1.87h4.75c1.46 0 1.88-.42 1.88-1.87v-1.63H9.62c-2.3 0-3.37-1.07-3.37-3.38v-1.62z" }),
|
|
1478
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)("path", { fill: "#1e293b", d: "M14.37 17.75H9.62c-2.3 0-3.37-1.07-3.37-3.38V9.62c0-2.3 1.07-3.37 3.37-3.37H12c.41 0 .75.34.75.75v2.37c0 1.46.42 1.88 1.87 1.88H17c.41 0 .75.34.75.75v2.37c0 2.31-1.07 3.38-3.38 3.38m-4.75-10c-1.45 0-1.87.42-1.87 1.87v4.75c0 1.46.42 1.88 1.87 1.88h4.75c1.46 0 1.88-.42 1.88-1.88v-1.62h-1.63c-2.3 0-3.37-1.07-3.37-3.38V7.75z" }),
|
|
1479
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)("path", { fill: "#1e293b", d: "M19.37 12.75h-4.75c-2.3 0-3.37-1.07-3.37-3.38V4.62c0-2.3 1.07-3.37 3.37-3.37h4.75c2.31 0 3.38 1.07 3.38 3.37v4.75c0 2.31-1.07 3.38-3.38 3.38m-4.75-10c-1.45 0-1.87.42-1.87 1.87v4.75c0 1.46.42 1.88 1.87 1.88h4.75c1.46 0 1.88-.42 1.88-1.88V4.62c0-1.45-.42-1.87-1.88-1.87z" })
|
|
1194
1480
|
] });
|
|
1195
1481
|
}
|
|
1196
1482
|
);
|
|
1197
1483
|
Icon3square1.displayName = "Icon3square1";
|
|
1198
1484
|
|
|
1199
1485
|
// dist/icons/IconsaxAiScienceBold.tsx
|
|
1200
|
-
var
|
|
1201
|
-
var
|
|
1202
|
-
var IconsaxAiScienceBold =
|
|
1486
|
+
var import_react72 = __toESM(require("react"));
|
|
1487
|
+
var import_jsx_runtime72 = require("react/jsx-runtime");
|
|
1488
|
+
var IconsaxAiScienceBold = import_react72.default.forwardRef(
|
|
1203
1489
|
({ size, ...props }, ref) => {
|
|
1204
|
-
return /* @__PURE__ */ (0,
|
|
1205
|
-
/* @__PURE__ */ (0,
|
|
1206
|
-
/* @__PURE__ */ (0,
|
|
1490
|
+
return /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
1491
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)("path", { fill: "#000", d: "M15.44 6.16h-.15l2.13 4.87-.41.26s-2.28 1.46-4.54.72c-2.35-.79-4.72-.93-5.88-.95l2.14-4.9h-.3c-.65 0-1.25-.26-1.68-.69s-.69-1.03-.69-1.68c0-1.3 1.06-2.37 2.37-2.37h7.12c.66 0 1.25.27 1.68.7.56.56.85 1.38.63 2.25-.26 1.08-1.3 1.79-2.42 1.79M18.04 12.42l-.19.12s-2.83 1.89-5.84.89c-3-1-6.07-.88-6.07-.88l-.97 2.2c.18-.09.38-.16.59-.16.56 0 1.01.34 1.2.84l.03.1.28 1.02c.13.5.52.88 1.01 1.02l.97.26c.568.175.99.699.99 1.3 0 .583-.399 1.076-.95 1.25l-.99.27c-.41.11-.72.38-.9.74.3.03.61.06.96.06h7.69c4.14 0 5.02-2.52 3.67-5.61z" }),
|
|
1492
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)("path", { fill: "#000", d: "M9.07 19.11c0 .07-.04.23-.23.29l-.98.27c-.85.23-1.49.87-1.72 1.72l-.26.96c-.06.22-.23.24-.31.24s-.25-.02-.31-.24L5 21.38c-.23-.84-.88-1.48-1.72-1.71l-.97-.26c-.21-.06-.23-.24-.23-.31 0-.08.02-.26.23-.32l.98-.26c.84-.24 1.48-.88 1.71-1.72l.28-1.02c.07-.17.23-.2.29-.2s.23.02.29.18l.28 1.03c.23.84.88 1.48 1.72 1.72l1 .28c.2.08.21.26.21.32" })
|
|
1207
1493
|
] });
|
|
1208
1494
|
}
|
|
1209
1495
|
);
|
|
1210
1496
|
IconsaxAiScienceBold.displayName = "IconsaxAiScienceBold";
|
|
1211
1497
|
|
|
1212
1498
|
// dist/icons/IconsaxAttachCircleBold.tsx
|
|
1213
|
-
var
|
|
1214
|
-
var
|
|
1215
|
-
var IconsaxAttachCircleBold =
|
|
1499
|
+
var import_react73 = __toESM(require("react"));
|
|
1500
|
+
var import_jsx_runtime73 = require("react/jsx-runtime");
|
|
1501
|
+
var IconsaxAttachCircleBold = import_react73.default.forwardRef(
|
|
1216
1502
|
({ size, ...props }, ref) => {
|
|
1217
|
-
return /* @__PURE__ */ (0,
|
|
1503
|
+
return /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("path", { fill: "#000", d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m4.37 12.35-2.22 2.22c-.54.54-1.24.8-1.94.8a2.75 2.75 0 0 1-2.75-2.74c0-.73.29-1.43.81-1.94l1.41-1.41c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-1.41 1.41a1.234 1.234 0 0 0 0 1.76c.49.49 1.28.49 1.77 0l2.22-2.22a3.253 3.253 0 0 0-4.6-4.6L8.3 11.11a2.657 2.657 0 0 0 0 3.78c.29.29.29.77 0 1.06s-.77.29-1.06 0A4.05 4.05 0 0 1 6 13.01c0-1.12.43-2.17 1.22-2.96l2.42-2.42a4.76 4.76 0 0 1 6.72 0 4.753 4.753 0 0 1 .01 6.72", opacity: ".93" }) });
|
|
1218
1504
|
}
|
|
1219
1505
|
);
|
|
1220
1506
|
IconsaxAttachCircleBold.displayName = "IconsaxAttachCircleBold";
|
|
1221
1507
|
|
|
1222
1508
|
// dist/icons/IconsaxBrainBold.tsx
|
|
1223
|
-
var
|
|
1224
|
-
var
|
|
1225
|
-
var IconsaxBrainBold =
|
|
1509
|
+
var import_react74 = __toESM(require("react"));
|
|
1510
|
+
var import_jsx_runtime74 = require("react/jsx-runtime");
|
|
1511
|
+
var IconsaxBrainBold = import_react74.default.forwardRef(
|
|
1226
1512
|
({ size, ...props }, ref) => {
|
|
1227
|
-
return /* @__PURE__ */ (0,
|
|
1513
|
+
return /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("path", { fill: "#000", d: "M11.29 2.73a3.33 3.33 0 0 0-3.16-.54 3.32 3.32 0 0 0-2.15 2.37c-.1.43-.43.77-.87.86A3.89 3.89 0 0 0 2.3 7.74c-.5 1.2-.37 2.56.35 3.64.26.38.26.87 0 1.25a3.87 3.87 0 0 0-.35 3.64 3.87 3.87 0 0 0 2.81 2.32c.44.1.77.43.87.86.27 1.11 1.08 2 2.16 2.37 1.07.37 2.27.16 3.15-.55.21-.17.45-.25.7-.25V2.98c-.25 0-.49-.08-.7-.25M8.66 17.19c-.41 0-.75-.34-.75-.75 0-.81-.66-1.47-1.47-1.47-.41 0-.75-.34-.75-.75s.34-.75.75-.75a2.97 2.97 0 0 1 2.97 2.97c0 .41-.34.75-.75.75m-2.22-6.66c-.41 0-.75-.34-.75-.75s.34-.75.75-.75c.81 0 1.47-.66 1.47-1.47 0-.41.34-.75.75-.75s.75.34.75.75a2.97 2.97 0 0 1-2.97 2.97M21.34 11.37c.71-1.08.85-2.44.35-3.64a3.87 3.87 0 0 0-2.82-2.32c-.43-.1-.77-.43-.86-.86a3.33 3.33 0 0 0-5.32-1.82c-.21.17-.45.25-.7.25v18.04c.25 0 .49.08.7.25.89.71 2.09.92 3.16.55a3.34 3.34 0 0 0 2.16-2.38c.09-.43.43-.77.86-.86a3.89 3.89 0 0 0 2.47-5.96 1.1 1.1 0 0 1 0-1.25m-3.79 3.6c-.81 0-1.47.66-1.47 1.47 0 .41-.34.75-.75.75s-.75-.34-.75-.75a2.97 2.97 0 0 1 2.97-2.97c.41 0 .75.34.75.75s-.34.75-.75.75m0-4.44a2.97 2.97 0 0 1-2.97-2.97c0-.41.34-.75.75-.75s.75.34.75.75c0 .81.66 1.47 1.47 1.47.41 0 .75.34.75.75s-.34.75-.75.75" }) });
|
|
1228
1514
|
}
|
|
1229
1515
|
);
|
|
1230
1516
|
IconsaxBrainBold.displayName = "IconsaxBrainBold";
|
|
1231
1517
|
|
|
1232
1518
|
// dist/icons/IconsaxMonetizeBold.tsx
|
|
1233
|
-
var
|
|
1234
|
-
var
|
|
1235
|
-
var IconsaxMonetizeBold =
|
|
1519
|
+
var import_react75 = __toESM(require("react"));
|
|
1520
|
+
var import_jsx_runtime75 = require("react/jsx-runtime");
|
|
1521
|
+
var IconsaxMonetizeBold = import_react75.default.forwardRef(
|
|
1236
1522
|
({ size, ...props }, ref) => {
|
|
1237
|
-
return /* @__PURE__ */ (0,
|
|
1523
|
+
return /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("path", { fill: "#1e293b", d: "M21.85 10.26c-.96-5.44-6.14-9.07-11.58-8.11S1.2 8.3 2.15 13.74c.96 5.44 6.14 9.07 11.58 8.11s9.07-6.14 8.11-11.58zm-9.1 5.81v.37c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-.38a2.34 2.34 0 0 1-1.82-1.13.75.75 0 0 1 1.28-.78c.08.13.31.43.73.43h1.22c.45 0 .81-.36.81-.81 0-.37-.25-.69-.61-.79l-2.08-.52a2.31 2.31 0 0 1-1.75-2.24c0-1.24.99-2.25 2.22-2.3v-.37c0-.41.34-.75.75-.75s.75.34.75.75v.39c.74.06 1.41.46 1.82 1.13.22.35.1.82-.25 1.03a.76.76 0 0 1-1.03-.25c-.08-.13-.31-.43-.73-.43h-1.22a.814.814 0 0 0-.2 1.6l2.08.52a2.31 2.31 0 0 1 1.75 2.24c0 1.24-.99 2.25-2.22 2.3z" }) });
|
|
1238
1524
|
}
|
|
1239
1525
|
);
|
|
1240
1526
|
IconsaxMonetizeBold.displayName = "IconsaxMonetizeBold";
|
|
1241
1527
|
|
|
1242
1528
|
// dist/icons/IconsaxPenBrushBold.tsx
|
|
1243
|
-
var
|
|
1244
|
-
var
|
|
1245
|
-
var IconsaxPenBrushBold =
|
|
1529
|
+
var import_react76 = __toESM(require("react"));
|
|
1530
|
+
var import_jsx_runtime76 = require("react/jsx-runtime");
|
|
1531
|
+
var IconsaxPenBrushBold = import_react76.default.forwardRef(
|
|
1246
1532
|
({ size, ...props }, ref) => {
|
|
1247
|
-
return /* @__PURE__ */ (0,
|
|
1533
|
+
return /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("path", { fill: "#000", d: "M20.43 16.65c-.11-.31-.25-.62-.42-.9-.18-.3-.4-.59-.65-.84l-3.23-3.22c4.15-4.29 6.66-8.45 5.65-9.46-1.02-1.02-5.18 1.48-9.46 5.64L8.3 3.86 7.1 2.65C6.68 2.24 6.11 2 5.52 2s-1.15.24-1.57.65l-1.3 1.3a2.23 2.23 0 0 0 0 3.15l5.45 5.45c-.67.91-1.31 1.86-1.9 2.83-.17-.02-.34-.05-.51-.05-1.37 0-2.56.93-2.89 2.25l-.76 3.03c-.09.38.02.78.29 1.06.28.28.68.39 1.06.29l3.02-.76a2.98 2.98 0 0 0 2.26-2.89c0-.18-.02-.35-.05-.52.97-.58 1.92-1.22 2.83-1.89l3.46 3.46c.25.25.53.47.83.65.29.17.59.31.91.42l4.62 1.54a.547.547 0 0 0 .7-.7zM7.97 10.3 5.98 8.31 8.3 5.98l1.88 1.88c-.77.78-1.51 1.59-2.21 2.44m7.68 7.68-1.95-1.95c.85-.7 1.66-1.44 2.44-2.21l1.84 1.84-2.33 2.33z" }) });
|
|
1248
1534
|
}
|
|
1249
1535
|
);
|
|
1250
1536
|
IconsaxPenBrushBold.displayName = "IconsaxPenBrushBold";
|
|
1251
1537
|
|
|
1252
1538
|
// dist/icons/IconsaxPeopleBold.tsx
|
|
1253
|
-
var
|
|
1254
|
-
var
|
|
1255
|
-
var IconsaxPeopleBold =
|
|
1539
|
+
var import_react77 = __toESM(require("react"));
|
|
1540
|
+
var import_jsx_runtime77 = require("react/jsx-runtime");
|
|
1541
|
+
var IconsaxPeopleBold = import_react77.default.forwardRef(
|
|
1256
1542
|
({ size, ...props }, ref) => {
|
|
1257
|
-
return /* @__PURE__ */ (0,
|
|
1543
|
+
return /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("path", { fill: "#000", d: "M17.53 7.77a.7.7 0 0 0-.21 0 2.874 2.874 0 0 1-2.78-2.88C14.54 3.3 15.83 2 17.43 2c1.59 0 2.89 1.29 2.89 2.89a2.89 2.89 0 0 1-2.79 2.88M20.79 14.7c-1.12.75-2.69 1.03-4.14.84.38-.82.58-1.73.59-2.69 0-1-.22-1.95-.64-2.78 1.48-.2 3.05.08 4.18.83 1.58 1.04 1.58 2.75.01 3.8M6.44 7.77q.105-.015.21 0a2.874 2.874 0 0 0 2.78-2.88 2.885 2.885 0 1 0-5.77 0c0 1.56 1.23 2.83 2.78 2.88M6.55 12.85c0 .97.21 1.89.59 2.72-1.41.15-2.88-.15-3.96-.86-1.58-1.05-1.58-2.76 0-3.81 1.07-.72 2.58-1.01 4-.85-.41.84-.63 1.79-.63 2.8M12.12 15.87a1 1 0 0 0-.26 0 3.425 3.425 0 0 1-3.31-3.43C8.56 10.54 10.09 9 12 9c1.9 0 3.44 1.54 3.44 3.44a3.434 3.434 0 0 1-3.32 3.43M8.87 17.94c-1.51 1.01-1.51 2.67 0 3.67 1.72 1.15 4.54 1.15 6.26 0 1.51-1.01 1.51-2.67 0-3.67-1.71-1.15-4.53-1.15-6.26 0" }) });
|
|
1258
1544
|
}
|
|
1259
1545
|
);
|
|
1260
1546
|
IconsaxPeopleBold.displayName = "IconsaxPeopleBold";
|
|
1261
1547
|
|
|
1262
1548
|
// dist/icons/IconsaxTaskSquareBold.tsx
|
|
1263
|
-
var
|
|
1264
|
-
var
|
|
1265
|
-
var IconsaxTaskSquareBold =
|
|
1549
|
+
var import_react78 = __toESM(require("react"));
|
|
1550
|
+
var import_jsx_runtime78 = require("react/jsx-runtime");
|
|
1551
|
+
var IconsaxTaskSquareBold = import_react78.default.forwardRef(
|
|
1266
1552
|
({ size, ...props }, ref) => {
|
|
1267
|
-
return /* @__PURE__ */ (0,
|
|
1553
|
+
return /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("path", { fill: "#000", d: "M16.19 2H7.81C4.17 2 2 4.17 2 7.81v8.38C2 19.83 4.17 22 7.81 22h8.38c3.64 0 5.81-2.17 5.81-5.81V7.81C22 4.17 19.83 2 16.19 2M9.97 14.9l-2.25 2.25c-.15.15-.34.22-.53.22s-.39-.07-.53-.22l-.75-.75c-.3-.29-.3-.77 0-1.06.29-.29.76-.29 1.06 0l.22.22 1.72-1.72c.29-.29.76-.29 1.06 0 .29.29.29.77 0 1.06m0-7-2.25 2.25c-.15.15-.34.22-.53.22s-.39-.07-.53-.22l-.75-.75c-.3-.29-.3-.77 0-1.06.29-.29.76-.29 1.06 0l.22.22 1.72-1.72c.29-.29.76-.29 1.06 0 .29.29.29.77 0 1.06m7.59 8.72h-5.25c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5.25a.749.749 0 1 1 0 1.5m0-7h-5.25c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5.25a.749.749 0 1 1 0 1.5" }) });
|
|
1268
1554
|
}
|
|
1269
1555
|
);
|
|
1270
1556
|
IconsaxTaskSquareBold.displayName = "IconsaxTaskSquareBold";
|
|
1271
1557
|
|
|
1272
1558
|
// dist/icons/IconsaxVideoCameraBold.tsx
|
|
1273
|
-
var
|
|
1274
|
-
var
|
|
1275
|
-
var IconsaxVideoCameraBold =
|
|
1559
|
+
var import_react79 = __toESM(require("react"));
|
|
1560
|
+
var import_jsx_runtime79 = require("react/jsx-runtime");
|
|
1561
|
+
var IconsaxVideoCameraBold = import_react79.default.forwardRef(
|
|
1276
1562
|
({ size, ...props }, ref) => {
|
|
1277
|
-
return /* @__PURE__ */ (0,
|
|
1278
|
-
/* @__PURE__ */ (0,
|
|
1279
|
-
/* @__PURE__ */ (0,
|
|
1280
|
-
/* @__PURE__ */ (0,
|
|
1563
|
+
return /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
1564
|
+
/* @__PURE__ */ (0, import_jsx_runtime79.jsx)("path", { fill: "#1e293b", d: "m16.95 16.04 3.47 2.35c.31.21.71.23 1.04.06.33-.18.54-.52.54-.89V10.5c0-.37-.21-.72-.54-.89a1 1 0 0 0-1.04.06l-3.47 2.35" }),
|
|
1565
|
+
/* @__PURE__ */ (0, import_jsx_runtime79.jsx)("path", { fill: "#1e293b", d: "M13.93 7.46H4.84c-1.67 0-3.03 1.36-3.03 3.03v7.06c0 1.67 1.36 3.03 3.03 3.03h9.09c1.67 0 3.03-1.36 3.03-3.03v-7.06c0-1.67-1.36-3.03-3.03-3.03m-1.01 3.78H5.85c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h7.06c.41 0 .75.34.75.75s-.34.75-.75.75z" }),
|
|
1566
|
+
/* @__PURE__ */ (0, import_jsx_runtime79.jsx)("path", { fill: "#1e293b", d: "M4.09 7.46V5.44a2.77 2.77 0 0 1 2.77-2.77h7.07a.75.75 0 0 1 0 1.5H6.86a1.27 1.27 0 0 0-1.27 1.27v2.02a.75.75 0 0 1-1.5 0" })
|
|
1281
1567
|
] });
|
|
1282
1568
|
}
|
|
1283
1569
|
);
|
|
1284
1570
|
IconsaxVideoCameraBold.displayName = "IconsaxVideoCameraBold";
|
|
1285
1571
|
|
|
1286
1572
|
// dist/icons/IconsaxWord.tsx
|
|
1287
|
-
var
|
|
1288
|
-
var
|
|
1289
|
-
var IconsaxWord =
|
|
1573
|
+
var import_react80 = __toESM(require("react"));
|
|
1574
|
+
var import_jsx_runtime80 = require("react/jsx-runtime");
|
|
1575
|
+
var IconsaxWord = import_react80.default.forwardRef(
|
|
1290
1576
|
({ size, ...props }, ref) => {
|
|
1291
|
-
return /* @__PURE__ */ (0,
|
|
1577
|
+
return /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("path", { fill: "#000", d: "M6.996 5.441a.75.75 0 0 1 .683.44l5 11a.75.75 0 0 1-1.366.62l-.709-1.56H3.388l-.71 1.56a.75.75 0 0 1-1.364-.62l5-11 .051-.096a.75.75 0 0 1 .631-.344M21.25 17v-.066a4.273 4.273 0 0 1-5.76-.23l-.004-.003c-1.655-1.655-1.65-4.35-.003-6.017l.003-.002c1.618-1.618 4.227-1.65 5.9-.113a.749.749 0 0 1 1.364.43v6a.75.75 0 0 1-1.5 0m-1.013-5.443a2.77 2.77 0 0 0-3.69.185c-1.07 1.085-1.065 2.83-.003 3.895l.21.189a2.77 2.77 0 0 0 3.691-.186c1.07-1.085 1.066-2.83.003-3.895zM4.07 14.44h5.852L6.996 8.003z" }) });
|
|
1292
1578
|
}
|
|
1293
1579
|
);
|
|
1294
1580
|
IconsaxWord.displayName = "IconsaxWord";
|
|
1295
1581
|
|
|
1296
1582
|
// dist/icons/InProgress.tsx
|
|
1297
|
-
var
|
|
1298
|
-
var
|
|
1299
|
-
var InProgress =
|
|
1583
|
+
var import_react81 = __toESM(require("react"));
|
|
1584
|
+
var import_jsx_runtime81 = require("react/jsx-runtime");
|
|
1585
|
+
var InProgress = import_react81.default.forwardRef(
|
|
1300
1586
|
({ size, ...props }, ref) => {
|
|
1301
|
-
return /* @__PURE__ */ (0,
|
|
1302
|
-
/* @__PURE__ */ (0,
|
|
1303
|
-
/* @__PURE__ */ (0,
|
|
1587
|
+
return /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
1588
|
+
/* @__PURE__ */ (0, import_jsx_runtime81.jsx)("path", { fill: "#000", d: "M12 5a7 7 0 1 1 0 14 7 7 0 0 1 0-14" }),
|
|
1589
|
+
/* @__PURE__ */ (0, import_jsx_runtime81.jsx)("path", { fill: "#000", "fill-rule": "evenodd", d: "M12 1.25c5.937 0 10.75 4.813 10.75 10.75S17.937 22.75 12 22.75 1.25 17.937 1.25 12 6.063 1.25 12 1.25m0 1.5a9.25 9.25 0 1 0 0 18.5 9.25 9.25 0 0 0 0-18.5", "clip-rule": "evenodd" })
|
|
1304
1590
|
] });
|
|
1305
1591
|
}
|
|
1306
1592
|
);
|
|
1307
1593
|
InProgress.displayName = "InProgress";
|
|
1308
1594
|
|
|
1309
1595
|
// dist/icons/InfoCircleBold.tsx
|
|
1310
|
-
var
|
|
1311
|
-
var
|
|
1312
|
-
var InfoCircleBold =
|
|
1596
|
+
var import_react82 = __toESM(require("react"));
|
|
1597
|
+
var import_jsx_runtime82 = require("react/jsx-runtime");
|
|
1598
|
+
var InfoCircleBold = import_react82.default.forwardRef(
|
|
1313
1599
|
({ size, ...props }, ref) => {
|
|
1314
|
-
return /* @__PURE__ */ (0,
|
|
1600
|
+
return /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("path", { fill: "#000", d: "M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2m-.75 6c0-.41.34-.75.75-.75s.75.34.75.75v5c0 .41-.34.75-.75.75s-.75-.34-.75-.75zm1.67 8.38c-.05.13-.12.23-.21.33q-.15.135-.33.21c-.12.05-.25.08-.38.08s-.26-.03-.38-.08q-.18-.075-.33-.21c-.09-.1-.16-.2-.21-.33A1 1 0 0 1 11 16c0-.13.03-.26.08-.38q.075-.18.21-.33.15-.135.33-.21a1 1 0 0 1 .76 0q.18.075.33.21.135.15.21.33c.05.12.08.25.08.38s-.03.26-.08.38" }) });
|
|
1315
1601
|
}
|
|
1316
1602
|
);
|
|
1317
1603
|
InfoCircleBold.displayName = "InfoCircleBold";
|
|
1318
1604
|
|
|
1319
1605
|
// dist/icons/Legal.tsx
|
|
1320
|
-
var
|
|
1321
|
-
var
|
|
1322
|
-
var Legal =
|
|
1606
|
+
var import_react83 = __toESM(require("react"));
|
|
1607
|
+
var import_jsx_runtime83 = require("react/jsx-runtime");
|
|
1608
|
+
var Legal = import_react83.default.forwardRef(
|
|
1323
1609
|
({ size, ...props }, ref) => {
|
|
1324
|
-
return /* @__PURE__ */ (0,
|
|
1610
|
+
return /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("path", { fill: "#1e293b", d: "M22.68 12.4v-.03c-.05-.2-.13-.38-.22-.52-.84-1.43-3.97-6.73-3.97-6.73 0-.01-.02-.02-.03-.03a.6.6 0 0 0-.22-.21c-.01 0-.02-.02-.03-.03a.9.9 0 0 0-.33-.09c-.01 0-.03-.01-.04-.01-.03 0-.05.02-.08.02-.04 0-.09 0-.13.01l-5.7 1.67V3.5c0-.41-.34-.75-.75-.75s-.75.34-.75.75v3.39L5.97 8.2c-.19.05-.33.18-.43.34v.04l-3.97 6.66c-.13.2-.2.4-.23.55v.04c-.06.22-.09.44-.07.64.15 2.63 2.26 4.69 4.95 4.79a5.033 5.033 0 0 0 4.88-4.78c.01-.22 0-.44-.06-.64v-.05c-.05-.16-.12-.33-.23-.52L7.33 9.38l8.91-2.61-3.02 5.11c-.07.14-.15.3-.2.49v.07c-.05.2-.07.41-.06.62.14 2.64 2.25 4.69 4.95 4.79a5.033 5.033 0 0 0 4.88-4.78c.01-.21-.01-.42-.07-.64zM3.3 15.25l2.87-4.86 2.87 4.86zm14.53-8.28c.78 1.31 2.07 3.51 2.86 4.86h-5.73z" }) });
|
|
1325
1611
|
}
|
|
1326
1612
|
);
|
|
1327
1613
|
Legal.displayName = "Legal";
|
|
1328
1614
|
|
|
1329
1615
|
// dist/icons/LikeBold.tsx
|
|
1330
|
-
var
|
|
1331
|
-
var
|
|
1332
|
-
var LikeBold =
|
|
1616
|
+
var import_react84 = __toESM(require("react"));
|
|
1617
|
+
var import_jsx_runtime84 = require("react/jsx-runtime");
|
|
1618
|
+
var LikeBold = import_react84.default.forwardRef(
|
|
1333
1619
|
({ size, ...props }, ref) => {
|
|
1334
|
-
return /* @__PURE__ */ (0,
|
|
1620
|
+
return /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("path", { fill: "#1e293b", d: "M8.39 18.49V8.33c0-.4.12-.79.34-1.12l2.73-4.06c.43-.65 1.5-1.11 2.41-.77.98.33 1.63 1.43 1.42 2.41l-.52 3.27c-.04.3.04.57.21.78.17.19.42.31.69.31h4.11c.79 0 1.47.32 1.87.88.38.54.45 1.24.2 1.95l-2.46 7.49c-.31 1.24-1.66 2.25-3 2.25h-3.9c-.67 0-1.61-.23-2.04-.66l-1.28-.99c-.49-.37-.78-.96-.78-1.58M5.21 6.38H4.18C2.63 6.38 2 6.98 2 8.46v10.06c0 1.48.63 2.08 2.18 2.08h1.03c1.55 0 2.18-.6 2.18-2.08V8.46c0-1.48-.63-2.08-2.18-2.08" }) });
|
|
1335
1621
|
}
|
|
1336
1622
|
);
|
|
1337
1623
|
LikeBold.displayName = "LikeBold";
|
|
1338
1624
|
|
|
1339
1625
|
// dist/icons/Line.tsx
|
|
1340
|
-
var
|
|
1341
|
-
var
|
|
1342
|
-
var Line =
|
|
1626
|
+
var import_react85 = __toESM(require("react"));
|
|
1627
|
+
var import_jsx_runtime85 = require("react/jsx-runtime");
|
|
1628
|
+
var Line = import_react85.default.forwardRef(
|
|
1343
1629
|
({ size, ...props }, ref) => {
|
|
1344
|
-
return /* @__PURE__ */ (0,
|
|
1630
|
+
return /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("path", { fill: "#000", d: "M12.75 3h-1.5v18h1.5z" }) });
|
|
1345
1631
|
}
|
|
1346
1632
|
);
|
|
1347
1633
|
Line.displayName = "Line";
|
|
1348
1634
|
|
|
1349
1635
|
// dist/icons/LinkSquare.tsx
|
|
1350
|
-
var
|
|
1351
|
-
var
|
|
1352
|
-
var LinkSquare =
|
|
1636
|
+
var import_react86 = __toESM(require("react"));
|
|
1637
|
+
var import_jsx_runtime86 = require("react/jsx-runtime");
|
|
1638
|
+
var LinkSquare = import_react86.default.forwardRef(
|
|
1353
1639
|
({ size, ...props }, ref) => {
|
|
1354
|
-
return /* @__PURE__ */ (0,
|
|
1640
|
+
return /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("path", { fill: "#1e293b", d: "M16.19 2H7.81C4.17 2 2 4.17 2 7.81v8.37C2 19.83 4.17 22 7.81 22h8.37c3.64 0 5.81-2.17 5.81-5.81V7.81C22 4.17 19.83 2 16.19 2M8.18 16.77h-.07c-.97-.09-1.88-.54-2.56-1.26-1.6-1.68-1.6-4.41 0-6.09l2.19-2.3a4.05 4.05 0 0 1 2.95-1.28c1.12 0 2.17.45 2.95 1.28 1.6 1.68 1.6 4.41 0 6.09l-1.09 1.15c-.29.3-.76.31-1.06.03a.755.755 0 0 1-.03-1.06l1.09-1.15c1.06-1.11 1.06-2.92 0-4.02-.99-1.04-2.73-1.04-3.73 0l-2.19 2.3c-1.06 1.11-1.06 2.92 0 4.02.43.46 1.01.74 1.62.8.41.04.71.41.67.82a.74.74 0 0 1-.74.67m10.27-2.18-2.19 2.3a4.05 4.05 0 0 1-2.95 1.28c-1.12 0-2.17-.45-2.95-1.28-1.6-1.68-1.6-4.41 0-6.09l1.09-1.15c.29-.3.76-.31 1.06-.03.3.29.31.76.03 1.06l-1.09 1.15c-1.06 1.11-1.06 2.92 0 4.02.99 1.04 2.73 1.05 3.73 0l2.19-2.3c1.06-1.11 1.06-2.92 0-4.02-.43-.46-1.01-.74-1.62-.8a.75.75 0 0 1-.67-.82c.04-.41.4-.72.82-.67.97.1 1.88.54 2.56 1.26 1.59 1.67 1.59 4.41-.01 6.09" }) });
|
|
1355
1641
|
}
|
|
1356
1642
|
);
|
|
1357
1643
|
LinkSquare.displayName = "LinkSquare";
|
|
1358
1644
|
|
|
1359
1645
|
// dist/icons/List.tsx
|
|
1360
|
-
var
|
|
1361
|
-
var
|
|
1362
|
-
var List =
|
|
1646
|
+
var import_react87 = __toESM(require("react"));
|
|
1647
|
+
var import_jsx_runtime87 = require("react/jsx-runtime");
|
|
1648
|
+
var List = import_react87.default.forwardRef(
|
|
1363
1649
|
({ size, ...props }, ref) => {
|
|
1364
|
-
return /* @__PURE__ */ (0,
|
|
1650
|
+
return /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("path", { fill: "#000", d: "m3.01 17.25.077.004a.75.75 0 0 1 0 1.492l-.077.004H3a.75.75 0 0 1 0-1.5zm17.99 0a.75.75 0 0 1 0 1.5H8a.75.75 0 0 1 0-1.5zm-17.99-6 .077.004a.75.75 0 0 1 0 1.492l-.077.004H3a.75.75 0 0 1 0-1.5zm17.99 0a.75.75 0 0 1 0 1.5H8a.75.75 0 0 1 0-1.5zm-17.99-6 .077.004a.75.75 0 0 1 0 1.492l-.077.004H3a.75.75 0 0 1 0-1.5zm17.99 0a.75.75 0 0 1 0 1.5H8a.75.75 0 0 1 0-1.5z" }) });
|
|
1365
1651
|
}
|
|
1366
1652
|
);
|
|
1367
1653
|
List.displayName = "List";
|
|
1368
1654
|
|
|
1369
1655
|
// dist/icons/ListEnd.tsx
|
|
1370
|
-
var
|
|
1371
|
-
var
|
|
1372
|
-
var ListEnd =
|
|
1656
|
+
var import_react88 = __toESM(require("react"));
|
|
1657
|
+
var import_jsx_runtime88 = require("react/jsx-runtime");
|
|
1658
|
+
var ListEnd = import_react88.default.forwardRef(
|
|
1373
1659
|
({ size, ...props }, ref) => {
|
|
1374
|
-
return /* @__PURE__ */ (0,
|
|
1660
|
+
return /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("path", { fill: "#1e293b", d: "M15.559 14.868c.3-.34.787-.34 1.087 0s.3.891 0 1.232l-.738.835h3.272c.34 0 .666-.153.906-.425s.376-.641.376-1.026V3.87c0-.481.344-.871.769-.871s.769.39.769.871v11.613c0 .847-.297 1.659-.826 2.258-.53.599-1.247.935-1.994.935h-3.272l.738.836.053.066a.96.96 0 0 1-.053 1.166.705.705 0 0 1-1.03.06l-.057-.06-2.052-2.323a.954.954 0 0 1 0-1.232zm-5.61 2.067c.425 0 .769.39.769.871s-.344.871-.77.871H2.77c-.425 0-.769-.39-.769-.87 0-.482.344-.872.77-.872zm6.154-6.967c.424 0 .769.39.769.87 0 .482-.345.872-.77.872H2.77c-.425 0-.769-.39-.769-.871s.344-.871.77-.871zm0-6.968c.424 0 .769.39.769.871s-.345.87-.77.87H2.77c-.425 0-.769-.389-.769-.87S2.344 3 2.77 3z" }) });
|
|
1375
1661
|
}
|
|
1376
1662
|
);
|
|
1377
1663
|
ListEnd.displayName = "ListEnd";
|
|
1378
1664
|
|
|
1379
1665
|
// dist/icons/ListOrdered.tsx
|
|
1380
|
-
var
|
|
1381
|
-
var
|
|
1382
|
-
var ListOrdered =
|
|
1666
|
+
var import_react89 = __toESM(require("react"));
|
|
1667
|
+
var import_jsx_runtime89 = require("react/jsx-runtime");
|
|
1668
|
+
var ListOrdered = import_react89.default.forwardRef(
|
|
1383
1669
|
({ size, ...props }, ref) => {
|
|
1384
|
-
return /* @__PURE__ */ (0,
|
|
1670
|
+
return /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("path", { fill: "#000", d: "M5.25 15c0-.224-.096-.335-.21-.392-.132-.065-.382-.099-.705.063a.75.75 0 1 1-.67-1.342c.676-.338 1.427-.371 2.045-.062.636.318 1.04.957 1.04 1.733 0 .495-.243.907-.463 1.2-.226.301-.517.59-.757.83l-.216.22H6l.077.004a.75.75 0 0 1 0 1.492L6 18.75H4a.75.75 0 0 1-.75-.75c0-.495.243-.907.463-1.2.225-.301.517-.59.757-.83.26-.26.469-.471.618-.67.155-.207.162-.295.162-.3M21 17.25a.75.75 0 0 1 0 1.5H10a.75.75 0 0 1 0-1.5zm0-6a.75.75 0 0 1 0 1.5H10a.75.75 0 0 1 0-1.5zm-16-6a.75.75 0 0 1 .75.75v3.25H6a.75.75 0 0 1 0 1.5H4a.75.75 0 0 1 0-1.5h.25v-2.5H4a.75.75 0 0 1 0-1.5zm16 0a.75.75 0 0 1 0 1.5H10a.75.75 0 0 1 0-1.5z" }) });
|
|
1385
1671
|
}
|
|
1386
1672
|
);
|
|
1387
1673
|
ListOrdered.displayName = "ListOrdered";
|
|
1388
1674
|
|
|
1389
1675
|
// dist/icons/ListTodo.tsx
|
|
1390
|
-
var
|
|
1391
|
-
var
|
|
1392
|
-
var ListTodo =
|
|
1676
|
+
var import_react90 = __toESM(require("react"));
|
|
1677
|
+
var import_jsx_runtime90 = require("react/jsx-runtime");
|
|
1678
|
+
var ListTodo = import_react90.default.forwardRef(
|
|
1393
1679
|
({ size, ...props }, ref) => {
|
|
1394
|
-
return /* @__PURE__ */ (0,
|
|
1680
|
+
return /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("path", { fill: "#000", d: "M8.47 14.47a.75.75 0 1 1 1.06 1.06l-4 4a.75.75 0 0 1-1.06 0l-2-2-.052-.056a.75.75 0 0 1 1.056-1.056l.056.052L5 17.94zM21 17.25a.75.75 0 0 1 0 1.5h-8a.75.75 0 0 1 0-1.5zm0-6a.75.75 0 0 1 0 1.5h-8a.75.75 0 0 1 0-1.5zM8.25 6A.25.25 0 0 0 8 5.75H4a.25.25 0 0 0-.25.25v4c0 .138.112.25.25.25h4a.25.25 0 0 0 .25-.25zM21 5.25a.75.75 0 0 1 0 1.5h-8a.75.75 0 0 1 0-1.5zM9.75 10A1.75 1.75 0 0 1 8 11.75H4A1.75 1.75 0 0 1 2.25 10V6c0-.966.784-1.75 1.75-1.75h4c.967 0 1.75.784 1.75 1.75z" }) });
|
|
1395
1681
|
}
|
|
1396
1682
|
);
|
|
1397
1683
|
ListTodo.displayName = "ListTodo";
|
|
1398
1684
|
|
|
1399
1685
|
// dist/icons/Lock.tsx
|
|
1400
|
-
var
|
|
1401
|
-
var
|
|
1402
|
-
var Lock =
|
|
1686
|
+
var import_react91 = __toESM(require("react"));
|
|
1687
|
+
var import_jsx_runtime91 = require("react/jsx-runtime");
|
|
1688
|
+
var Lock = import_react91.default.forwardRef(
|
|
1403
1689
|
({ size, ...props }, ref) => {
|
|
1404
|
-
return /* @__PURE__ */ (0,
|
|
1405
|
-
/* @__PURE__ */ (0,
|
|
1406
|
-
/* @__PURE__ */ (0,
|
|
1690
|
+
return /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
1691
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)("path", { fill: "#1e293b", d: "M12 6.97c-.76 0-1.37.61-1.37 1.37v1.03h2.74V8.34c0-.76-.61-1.37-1.37-1.37" }),
|
|
1692
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)("path", { fill: "#1e293b", d: "M17 2H7C4.24 2 2 4.24 2 7v10c0 2.76 2.24 5 5 5h10c2.76 0 5-2.24 5-5V7c0-2.76-2.24-5-5-5m-2.07 16.53H9.08c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5.85c.41 0 .75.34.75.75s-.34.75-.75.75M16 13.22c0 1.1-.9 2-2 2h-4c-1.1 0-2-.9-2-2v-1.85c0-.79.46-1.47 1.13-1.79V8.34c0-1.58 1.29-2.87 2.87-2.87s2.87 1.29 2.87 2.87v1.24c.67.32 1.13 1 1.13 1.79z" })
|
|
1407
1693
|
] });
|
|
1408
1694
|
}
|
|
1409
1695
|
);
|
|
1410
1696
|
Lock.displayName = "Lock";
|
|
1411
1697
|
|
|
1412
1698
|
// dist/icons/MagickPotion.tsx
|
|
1413
|
-
var
|
|
1414
|
-
var
|
|
1415
|
-
var MagickPotion =
|
|
1699
|
+
var import_react92 = __toESM(require("react"));
|
|
1700
|
+
var import_jsx_runtime92 = require("react/jsx-runtime");
|
|
1701
|
+
var MagickPotion = import_react92.default.forwardRef(
|
|
1416
1702
|
({ size, ...props }, ref) => {
|
|
1417
|
-
return /* @__PURE__ */ (0,
|
|
1418
|
-
/* @__PURE__ */ (0,
|
|
1419
|
-
/* @__PURE__ */ (0,
|
|
1703
|
+
return /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
1704
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)("path", { fill: "#1e293b", d: "M15.44 6.16h-.15l2.13 4.87-.41.26s-2.28 1.46-4.54.72c-2.35-.79-4.72-.93-5.88-.95l2.14-4.9h-.3c-.65 0-1.25-.26-1.68-.69s-.69-1.03-.69-1.68c0-1.3 1.06-2.37 2.37-2.37h7.12c.66 0 1.25.27 1.68.7.56.56.85 1.38.63 2.25-.26 1.08-1.3 1.79-2.42 1.79M18.04 12.42l-.19.12s-2.83 1.89-5.84.89c-3-1-6.07-.88-6.07-.88l-.97 2.2c.18-.09.38-.16.59-.16.56 0 1.01.34 1.2.84l.03.1.28 1.02c.13.5.52.88 1.01 1.02l.97.26c.568.175.99.699.99 1.3 0 .583-.399 1.076-.95 1.25l-.99.27c-.41.11-.72.38-.9.74.3.03.61.06.96.06h7.69c4.14 0 5.02-2.52 3.67-5.61z" }),
|
|
1705
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)("path", { fill: "#1e293b", d: "M9.07 19.11c0 .07-.04.23-.23.29l-.98.27c-.85.23-1.49.87-1.72 1.72l-.26.96c-.06.22-.23.24-.31.24s-.25-.02-.31-.24L5 21.38c-.23-.84-.88-1.48-1.72-1.71l-.97-.26c-.21-.06-.23-.24-.23-.31 0-.08.02-.26.23-.32l.98-.26c.84-.24 1.48-.88 1.71-1.72l.28-1.02c.07-.17.23-.2.29-.2s.23.02.29.18l.28 1.03c.23.84.88 1.48 1.72 1.72l1 .28c.2.08.21.26.21.32" })
|
|
1420
1706
|
] });
|
|
1421
1707
|
}
|
|
1422
1708
|
);
|
|
1423
1709
|
MagickPotion.displayName = "MagickPotion";
|
|
1424
1710
|
|
|
1425
1711
|
// dist/icons/MagickoCheck.tsx
|
|
1426
|
-
var
|
|
1427
|
-
var
|
|
1428
|
-
var MagickoCheck =
|
|
1712
|
+
var import_react93 = __toESM(require("react"));
|
|
1713
|
+
var import_jsx_runtime93 = require("react/jsx-runtime");
|
|
1714
|
+
var MagickoCheck = import_react93.default.forwardRef(
|
|
1429
1715
|
({ size, ...props }, ref) => {
|
|
1430
|
-
return /* @__PURE__ */ (0,
|
|
1716
|
+
return /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("path", { fill: "#1e293b", d: "M19.47 5.47a.75.75 0 1 1 1.06 1.06l-11 11a.75.75 0 0 1-1.06 0l-5-5a.75.75 0 1 1 1.06-1.06L9 15.94z" }) });
|
|
1431
1717
|
}
|
|
1432
1718
|
);
|
|
1433
1719
|
MagickoCheck.displayName = "MagickoCheck";
|
|
1434
1720
|
|
|
1435
1721
|
// dist/icons/Marketing.tsx
|
|
1436
|
-
var
|
|
1437
|
-
var
|
|
1438
|
-
var Marketing =
|
|
1722
|
+
var import_react94 = __toESM(require("react"));
|
|
1723
|
+
var import_jsx_runtime94 = require("react/jsx-runtime");
|
|
1724
|
+
var Marketing = import_react94.default.forwardRef(
|
|
1439
1725
|
({ size, ...props }, ref) => {
|
|
1440
|
-
return /* @__PURE__ */ (0,
|
|
1726
|
+
return /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("path", { fill: "#1e293b", d: "M20.03 14.64c-.23.21-.5.36-.81.46h-.01c-.25.08-.53.12-.83.12-.5 0-1.06-.11-1.66-.34-1.58-.57-3.4-1.91-4.98-3.68s-2.71-3.73-3.1-5.38c-.24-.93-.22-1.75.03-2.4.01-.02.02-.05.04-.08.13-.3.31-.56.55-.77.43-.39.99-.57 1.65-.57 1.83 0 4.37 1.47 6.64 4.01 3.07 3.44 4.14 7.15 2.48 8.63M14.58 16.57l1.13-.36c.06-.02.06-.1.01-.12-1.68-.71-3.51-2.12-5.1-3.88-1.59-1.78-2.76-3.77-3.29-5.51-.02-.06-.1-.06-.12-.01l-3.76 8.43c-.46 1.04-.28 2.21.48 3.06.55.62 1.31.95 2.11.95.29 0 .58-.04.87-.13l.59-.19.4 1.28A2.74 2.74 0 0 0 10.51 22c.27 0 .54-.04.81-.13l1.89-.59c.69-.22 1.26-.7 1.59-1.34.34-.65.41-1.39.19-2.08zm-1.11 2.66c-.15.3-.4.51-.71.61l-1.89.59c-.64.21-1.33-.15-1.54-.8l-.4-1.28 4.22-1.33.41 1.28c.1.31.07.65-.09.93" }) });
|
|
1441
1727
|
}
|
|
1442
1728
|
);
|
|
1443
1729
|
Marketing.displayName = "Marketing";
|
|
1444
1730
|
|
|
1445
1731
|
// dist/icons/MessageEdit.tsx
|
|
1446
|
-
var
|
|
1447
|
-
var
|
|
1448
|
-
var MessageEdit =
|
|
1732
|
+
var import_react95 = __toESM(require("react"));
|
|
1733
|
+
var import_jsx_runtime95 = require("react/jsx-runtime");
|
|
1734
|
+
var MessageEdit = import_react95.default.forwardRef(
|
|
1449
1735
|
({ size, ...props }, ref) => {
|
|
1450
|
-
return /* @__PURE__ */ (0,
|
|
1736
|
+
return /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("path", { fill: "#1e293b", d: "M16 2H8Q2 2 2 8v13c0 .55.45 1 1 1h13q6 0 6-6V8q0-6-6-6m-4.89 14.66c-.25.25-.71.48-1.05.53l-2.08.29c-.08.01-.16.02-.23.02-.35 0-.67-.12-.9-.35-.28-.28-.4-.69-.33-1.13l.29-2.08c.05-.34.28-.81.53-1.05l3.77-3.77a6 6 0 0 0 .51 1.09c.08.14.17.28.25.38.1.15.2.28.27.35.04.06.08.1.09.12.22.25.45.49.67.67.06.06.1.09.11.1.13.1.25.21.37.28.13.1.27.19.41.27.17.1.35.2.54.29s.37.16.55.22zm5.44-5.43-.78.78c-.05.05-.12.08-.19.08-.02 0-.06 0-.08-.01a5.24 5.24 0 0 1-3.58-3.58c-.03-.09 0-.19.07-.26l.79-.79c1.29-1.29 2.51-1.26 3.77 0 .64.64.96 1.26.95 1.9 0 .63-.31 1.24-.95 1.88" }) });
|
|
1451
1737
|
}
|
|
1452
1738
|
);
|
|
1453
1739
|
MessageEdit.displayName = "MessageEdit";
|
|
1454
1740
|
|
|
1455
1741
|
// dist/icons/MingcuteMicLine1.tsx
|
|
1456
|
-
var
|
|
1457
|
-
var
|
|
1458
|
-
var MingcuteMicLine1 =
|
|
1742
|
+
var import_react96 = __toESM(require("react"));
|
|
1743
|
+
var import_jsx_runtime96 = require("react/jsx-runtime");
|
|
1744
|
+
var MingcuteMicLine1 = import_react96.default.forwardRef(
|
|
1459
1745
|
({ size, ...props }, ref) => {
|
|
1460
|
-
return /* @__PURE__ */ (0,
|
|
1746
|
+
return /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "28", height: "28", fill: "none", viewBox: "0 0 28 28", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("path", { fill: "#fff", "fill-rule": "evenodd", d: "M22.248 14.012a1.17 1.17 0 0 1 .992 1.32 9.34 9.34 0 0 1-8.074 7.929V24.5a1.167 1.167 0 1 1-2.333 0v-1.239a9.34 9.34 0 0 1-8.072-7.929 1.167 1.167 0 0 1 2.31-.331 7.002 7.002 0 0 0 13.858 0 1.17 1.17 0 0 1 1.319-.99M14 2.333a5.833 5.833 0 0 1 5.833 5.834V14a5.833 5.833 0 1 1-11.667 0V8.167A5.833 5.833 0 0 1 14 2.333m0 2.334a3.5 3.5 0 0 0-3.5 3.5V14a3.5 3.5 0 1 0 7 0V8.167a3.5 3.5 0 0 0-3.5-3.5", "clip-rule": "evenodd" }) });
|
|
1461
1747
|
}
|
|
1462
1748
|
);
|
|
1463
1749
|
MingcuteMicLine1.displayName = "MingcuteMicLine1";
|
|
1464
1750
|
|
|
1465
1751
|
// dist/icons/MingcuteMicLine11.tsx
|
|
1466
|
-
var
|
|
1467
|
-
var
|
|
1468
|
-
var MingcuteMicLine11 =
|
|
1752
|
+
var import_react97 = __toESM(require("react"));
|
|
1753
|
+
var import_jsx_runtime97 = require("react/jsx-runtime");
|
|
1754
|
+
var MingcuteMicLine11 = import_react97.default.forwardRef(
|
|
1469
1755
|
({ size, ...props }, ref) => {
|
|
1470
|
-
return /* @__PURE__ */ (0,
|
|
1756
|
+
return /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("path", { fill: "#000", "fill-rule": "evenodd", d: "M19.07 12.01a1 1 0 0 1 .85 1.132A8.004 8.004 0 0 1 13 19.938V21a1 1 0 1 1-2 0v-1.062a8.005 8.005 0 0 1-6.92-6.796 1 1 0 1 1 1.98-.284 6.002 6.002 0 0 0 11.879 0 1 1 0 0 1 1.13-.848M12 2a5 5 0 0 1 5 5v5a5 5 0 1 1-10 0V7a5 5 0 0 1 5-5m0 2a3 3 0 0 0-3 3v5a3 3 0 0 0 6 0V7a3 3 0 0 0-3-3", "clip-rule": "evenodd" }) });
|
|
1471
1757
|
}
|
|
1472
1758
|
);
|
|
1473
1759
|
MingcuteMicLine11.displayName = "MingcuteMicLine11";
|
|
1474
1760
|
|
|
1475
1761
|
// dist/icons/MingcuteMicLine12.tsx
|
|
1476
|
-
var
|
|
1477
|
-
var
|
|
1478
|
-
var MingcuteMicLine12 =
|
|
1762
|
+
var import_react98 = __toESM(require("react"));
|
|
1763
|
+
var import_jsx_runtime98 = require("react/jsx-runtime");
|
|
1764
|
+
var MingcuteMicLine12 = import_react98.default.forwardRef(
|
|
1479
1765
|
({ size, ...props }, ref) => {
|
|
1480
|
-
return /* @__PURE__ */ (0,
|
|
1766
|
+
return /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("path", { fill: "#000", "fill-rule": "evenodd", d: "M19.07 12.01a1 1 0 0 1 .85 1.132A8.004 8.004 0 0 1 13 19.938V21a1 1 0 1 1-2 0v-1.062a8.005 8.005 0 0 1-6.92-6.796 1 1 0 1 1 1.98-.284 6.002 6.002 0 0 0 11.879 0 1 1 0 0 1 1.13-.848M12 2a5 5 0 0 1 5 5v5a5 5 0 1 1-10 0V7a5 5 0 0 1 5-5m0 2a3 3 0 0 0-3 3v5a3 3 0 0 0 6 0V7a3 3 0 0 0-3-3", "clip-rule": "evenodd" }) });
|
|
1481
1767
|
}
|
|
1482
1768
|
);
|
|
1483
1769
|
MingcuteMicLine12.displayName = "MingcuteMicLine12";
|
|
1484
1770
|
|
|
1485
1771
|
// dist/icons/Network.tsx
|
|
1486
|
-
var
|
|
1487
|
-
var
|
|
1488
|
-
var Network =
|
|
1772
|
+
var import_react99 = __toESM(require("react"));
|
|
1773
|
+
var import_jsx_runtime99 = require("react/jsx-runtime");
|
|
1774
|
+
var Network = import_react99.default.forwardRef(
|
|
1489
1775
|
({ size, ...props }, ref) => {
|
|
1490
|
-
return /* @__PURE__ */ (0,
|
|
1776
|
+
return /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("path", { fill: "#1e293b", d: "M20.13 7.12a2.62 2.62 0 1 0 0-5.24 2.62 2.62 0 0 0 0 5.24M17 6.57l-2.4 2.4c-.74-.52-1.63-.84-2.6-.84-1.13 0-2.15.43-2.94 1.12L7 7.19c.46-.56.76-1.27.76-2.06 0-1.79-1.46-3.25-3.25-3.25a3.25 3.25 0 1 0 0 6.5c.46 0 .9-.1 1.29-.27l2.31 2.31c-.37.66-.6 1.4-.6 2.22 0 2.49 2.01 4.5 4.5 4.5.46 0 .89-.09 1.31-.22l.25.5c-.63.48-1.05 1.23-1.05 2.09 0 1.45 1.17 2.62 2.62 2.62s2.62-1.17 2.62-2.62c0-.94-.49-1.76-1.23-2.23-.26-.16-.56-.28-.87-.34-.17-.03-.61-.04-.66-.03l-.33-.65a4.5 4.5 0 0 0 1.84-3.62c0-.97-.31-1.87-.84-2.6l2.4-2.4z" }) });
|
|
1491
1777
|
}
|
|
1492
1778
|
);
|
|
1493
1779
|
Network.displayName = "Network";
|
|
1494
1780
|
|
|
1495
1781
|
// dist/icons/NotiDot.tsx
|
|
1496
|
-
var
|
|
1497
|
-
var
|
|
1498
|
-
var NotiDot =
|
|
1782
|
+
var import_react100 = __toESM(require("react"));
|
|
1783
|
+
var import_jsx_runtime100 = require("react/jsx-runtime");
|
|
1784
|
+
var NotiDot = import_react100.default.forwardRef(
|
|
1499
1785
|
({ size, ...props }, ref) => {
|
|
1500
|
-
return /* @__PURE__ */ (0,
|
|
1786
|
+
return /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("circle", { cx: "12", cy: "12", r: "5", fill: "#000" }) });
|
|
1501
1787
|
}
|
|
1502
1788
|
);
|
|
1503
1789
|
NotiDot.displayName = "NotiDot";
|
|
1504
1790
|
|
|
1505
1791
|
// dist/icons/PA.tsx
|
|
1506
|
-
var
|
|
1507
|
-
var
|
|
1508
|
-
var PA =
|
|
1792
|
+
var import_react101 = __toESM(require("react"));
|
|
1793
|
+
var import_jsx_runtime101 = require("react/jsx-runtime");
|
|
1794
|
+
var PA = import_react101.default.forwardRef(
|
|
1509
1795
|
({ size, ...props }, ref) => {
|
|
1510
|
-
return /* @__PURE__ */ (0,
|
|
1796
|
+
return /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("path", { fill: "#1e293b", d: "M16.02 9.3c-.55-.38-1.16-.76-1.81-1.14-.16-.09-.33-.17-.49-.26 3.42-1.37 5.76-1.27 6.26-.57.2.58.09 1.22-.28 1.69-.26.33-.2.8.13 1.05.14.11.3.16.46.16.22 0 .44-.1.59-.29.71-.9.89-2.14.48-3.22-.01-.04-.03-.07-.05-.11-1.28-2.2-5.76-1.31-9.63.54-.64.31-1.26.63-1.89 1-.16.09-.31.19-.47.28.54-3.72 1.83-5.69 2.68-5.69.41 0 .88.43 1.33 1.2a.752.752 0 1 0 1.3-.76c-.75-1.29-1.64-1.94-2.63-1.94-2.54 0-4.02 4.33-4.35 8.61-.05.74-.08 1.45-.08 2.14v.55c-2.9-2.28-3.98-4.35-3.61-5.13.39-.46 1.01-.69 1.61-.61.41.06.79-.23.84-.64a.74.74 0 0 0-.64-.84 3.34 3.34 0 0 0-3.03 1.21l-.06.09C1.4 8.83 4.41 12.27 7.97 14.7c.55.38 1.16.76 1.81 1.14.16.09.32.18.48.26-3.42 1.36-5.75 1.26-6.24.56-.2-.57-.1-1.21.28-1.69.26-.32.21-.8-.12-1.05a.74.74 0 0 0-1.05.12c-.73.91-.91 2.15-.48 3.23.01.04.03.07.05.1.53.92 1.62 1.3 2.98 1.3 1.92 0 4.39-.75 6.65-1.84.65-.31 1.27-.64 1.89-1 .16-.09.31-.19.47-.28-.54 3.72-1.83 5.69-2.68 5.69-.41 0-.88-.43-1.33-1.2a.752.752 0 1 0-1.3.76c.75 1.29 1.64 1.94 2.63 1.94 2.54 0 4.02-4.33 4.35-8.61.05-.74.08-1.45.08-2.14v-.55c2.9 2.28 3.98 4.35 3.61 5.13-.39.46-1.01.69-1.61.61a.74.74 0 0 0-.84.64c-.06.41.23.79.64.84a3.336 3.336 0 0 0 3.03-1.2l.06-.09c1.28-2.21-1.73-5.65-5.29-8.08z" }) });
|
|
1511
1797
|
}
|
|
1512
1798
|
);
|
|
1513
1799
|
PA.displayName = "PA";
|
|
1514
1800
|
|
|
1515
1801
|
// dist/icons/PauseSquare.tsx
|
|
1516
|
-
var
|
|
1517
|
-
var
|
|
1518
|
-
var PauseSquare =
|
|
1802
|
+
var import_react102 = __toESM(require("react"));
|
|
1803
|
+
var import_jsx_runtime102 = require("react/jsx-runtime");
|
|
1804
|
+
var PauseSquare = import_react102.default.forwardRef(
|
|
1519
1805
|
({ size, ...props }, ref) => {
|
|
1520
|
-
return /* @__PURE__ */ (0,
|
|
1806
|
+
return /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("path", { fill: "#000", d: "M17 3H7a4 4 0 0 0-4 4v10a4 4 0 0 0 4 4h10a4 4 0 0 0 4-4V7a4 4 0 0 0-4-4" }) });
|
|
1521
1807
|
}
|
|
1522
1808
|
);
|
|
1523
1809
|
PauseSquare.displayName = "PauseSquare";
|
|
1524
1810
|
|
|
1525
1811
|
// dist/icons/Pdf.tsx
|
|
1526
|
-
var
|
|
1527
|
-
var
|
|
1528
|
-
var Pdf =
|
|
1529
|
-
({ size, ...props }, ref) => {
|
|
1530
|
-
return /* @__PURE__ */ (0,
|
|
1531
|
-
/* @__PURE__ */ (0,
|
|
1532
|
-
/* @__PURE__ */ (0,
|
|
1533
|
-
/* @__PURE__ */ (0,
|
|
1812
|
+
var import_react103 = __toESM(require("react"));
|
|
1813
|
+
var import_jsx_runtime103 = require("react/jsx-runtime");
|
|
1814
|
+
var Pdf = import_react103.default.forwardRef(
|
|
1815
|
+
({ size, ...props }, ref) => {
|
|
1816
|
+
return /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
1817
|
+
/* @__PURE__ */ (0, import_jsx_runtime103.jsx)("path", { fill: "#fa1515", d: "M20.75 9.75V20.4a2.35 2.35 0 0 1-2.35 2.35H5.6a2.35 2.35 0 0 1-2.35-2.35V3.6A2.35 2.35 0 0 1 5.6 1.25h6.65v6.9a1.6 1.6 0 0 0 1.6 1.6z" }),
|
|
1818
|
+
/* @__PURE__ */ (0, import_jsx_runtime103.jsx)("path", { fill: "#ca0404", d: "M20.75 9.75h-6.9a1.6 1.6 0 0 1-1.6-1.6v-6.9z" }),
|
|
1819
|
+
/* @__PURE__ */ (0, import_jsx_runtime103.jsx)("path", { fill: "#fff", d: "M11.746 20v-2.91h2.045v.637h-1.255v.5h1.13v.637h-1.13V20zM9.932 20h-1.12v-2.91H9.92q.45.001.776.176.328.173.506.5.179.325.179.78 0 .454-.178.78a1.2 1.2 0 0 1-.503.5 1.6 1.6 0 0 1-.768.174m-.33-.67h.301a.9.9 0 0 0 .368-.07.47.47 0 0 0 .233-.24 1.1 1.1 0 0 0 .081-.474q0-.304-.082-.475a.47.47 0 0 0-.239-.24.9.9 0 0 0-.383-.07h-.279zM6.188 20v-2.91h1.255q.324 0 .567.129a.93.93 0 0 1 .378.36q.135.231.135.54 0 .314-.14.541a.9.9 0 0 1-.387.353 1.3 1.3 0 0 1-.581.123h-.75v-.613h.59a.5.5 0 0 0 .238-.049.35.35 0 0 0 .152-.14.4.4 0 0 0 .054-.215.4.4 0 0 0-.054-.213.34.34 0 0 0-.152-.136.5.5 0 0 0-.237-.048h-.279V20z" })
|
|
1534
1820
|
] });
|
|
1535
1821
|
}
|
|
1536
1822
|
);
|
|
1537
1823
|
Pdf.displayName = "Pdf";
|
|
1538
1824
|
|
|
1539
1825
|
// dist/icons/PlayFilled.tsx
|
|
1540
|
-
var
|
|
1541
|
-
var
|
|
1542
|
-
var PlayFilled =
|
|
1826
|
+
var import_react104 = __toESM(require("react"));
|
|
1827
|
+
var import_jsx_runtime104 = require("react/jsx-runtime");
|
|
1828
|
+
var PlayFilled = import_react104.default.forwardRef(
|
|
1543
1829
|
({ size, ...props }, ref) => {
|
|
1544
|
-
return /* @__PURE__ */ (0,
|
|
1830
|
+
return /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("path", { fill: "#000", d: "M5 3.097v17.806c0 .875.941 1.396 1.643.911l12.886-8.903c.627-.433.627-1.389 0-1.822L6.643 2.186C5.941 1.701 5 2.223 5 3.097" }) });
|
|
1545
1831
|
}
|
|
1546
1832
|
);
|
|
1547
1833
|
PlayFilled.displayName = "PlayFilled";
|
|
1548
1834
|
|
|
1549
1835
|
// dist/icons/Signature.tsx
|
|
1550
|
-
var
|
|
1551
|
-
var
|
|
1552
|
-
var Signature =
|
|
1836
|
+
var import_react105 = __toESM(require("react"));
|
|
1837
|
+
var import_jsx_runtime105 = require("react/jsx-runtime");
|
|
1838
|
+
var Signature = import_react105.default.forwardRef(
|
|
1553
1839
|
({ size, ...props }, ref) => {
|
|
1554
|
-
return /* @__PURE__ */ (0,
|
|
1840
|
+
return /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("path", { fill: "#000", d: "M21 20.25a.75.75 0 0 1 0 1.5H3a.75.75 0 0 1 0-1.5zm-2.284-5.986.178.045q.244.083.439.257l.002-.001 2.156 1.868.056.054a.75.75 0 0 1-.978 1.128l-.06-.048-1.762-1.527A1.75 1.75 0 0 1 17 17.75h-2A1.75 1.75 0 0 1 13.25 16c0-.811-.632-1.615-2.107-2.256a10 10 0 0 0-1.454-.49c-.292.853-.63 1.654-1.037 2.332-.704 1.177-1.718 2.164-3.152 2.164a3.25 3.25 0 0 1 0-6.5h.005l.433.007c.937.024 1.854.109 2.721.251q.084-.303.164-.616c.387-1.522.677-3.114.934-4.49.127-.683.248-1.318.368-1.853.117-.522.244-1.002.396-1.35l.084-.178a3.25 3.25 0 1 1 4.22 4.448l-.073.027a.75.75 0 0 1-.54-1.397L14.4 6a1.751 1.751 0 1 0-2.408-2.39l-.097.189c-.088.204-.19.56-.306 1.077a54 54 0 0 0-.358 1.8c-.254 1.362-.553 3.007-.954 4.585q-.071.278-.148.557c.576.152 1.117.336 1.61.55 1.647.716 3.011 1.898 3.011 3.631a.25.25 0 0 0 .25.25h2a.25.25 0 0 0 .25-.25v-.5h.001c-.001-.243.068-.48.2-.684l.11-.147c.121-.137.27-.247.439-.32l.173-.06q.178-.049.361-.044zM3.75 14.5a1.75 1.75 0 0 0 1.75 1.75c.643 0 1.26-.425 1.865-1.434.314-.524.59-1.158.841-1.863a19 19 0 0 0-2.708-.203A1.75 1.75 0 0 0 3.75 14.5" }) });
|
|
1555
1841
|
}
|
|
1556
1842
|
);
|
|
1557
1843
|
Signature.displayName = "Signature";
|
|
1558
1844
|
|
|
1559
1845
|
// dist/icons/SperateDot.tsx
|
|
1560
|
-
var
|
|
1561
|
-
var
|
|
1562
|
-
var SperateDot =
|
|
1846
|
+
var import_react106 = __toESM(require("react"));
|
|
1847
|
+
var import_jsx_runtime106 = require("react/jsx-runtime");
|
|
1848
|
+
var SperateDot = import_react106.default.forwardRef(
|
|
1563
1849
|
({ size, ...props }, ref) => {
|
|
1564
|
-
return /* @__PURE__ */ (0,
|
|
1850
|
+
return /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("circle", { cx: "12", cy: "12", r: "2", fill: "#000" }) });
|
|
1565
1851
|
}
|
|
1566
1852
|
);
|
|
1567
1853
|
SperateDot.displayName = "SperateDot";
|
|
1568
1854
|
|
|
1569
1855
|
// dist/icons/SquarePen1.tsx
|
|
1570
|
-
var
|
|
1571
|
-
var
|
|
1572
|
-
var SquarePen1 =
|
|
1856
|
+
var import_react107 = __toESM(require("react"));
|
|
1857
|
+
var import_jsx_runtime107 = require("react/jsx-runtime");
|
|
1858
|
+
var SquarePen1 = import_react107.default.forwardRef(
|
|
1573
1859
|
({ size, ...props }, ref) => {
|
|
1574
|
-
return /* @__PURE__ */ (0,
|
|
1575
|
-
/* @__PURE__ */ (0,
|
|
1576
|
-
/* @__PURE__ */ (0,
|
|
1860
|
+
return /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
1861
|
+
/* @__PURE__ */ (0, import_jsx_runtime107.jsx)("path", { fill: "#1e293b", d: "m14.43 8.51-.89.89c-.29.29-.29.77 0 1.06.15.15.34.22.53.22s.38-.07.53-.22l.89-.89c.29-.29.29-.77 0-1.06a.754.754 0 0 0-1.06 0" }),
|
|
1862
|
+
/* @__PURE__ */ (0, import_jsx_runtime107.jsx)("path", { fill: "#1e293b", d: "M17 2H7C4.25 2 2 4.25 2 7v10c0 2.75 2.25 5 5 5h10c2.75 0 5-2.25 5-5V7c0-2.75-2.25-5-5-5m-.33 8.33-6.17 6.18c-.22.22-.5.36-.8.4l-2.66.38c-.2.03-.35-.11-.32-.32l.38-2.66c.05-.3.18-.59.4-.8l6.18-6.18a2.118 2.118 0 1 1 2.99 3" })
|
|
1577
1863
|
] });
|
|
1578
1864
|
}
|
|
1579
1865
|
);
|
|
1580
1866
|
SquarePen1.displayName = "SquarePen1";
|
|
1581
1867
|
|
|
1582
1868
|
// dist/icons/Strikethrough.tsx
|
|
1583
|
-
var
|
|
1584
|
-
var
|
|
1585
|
-
var Strikethrough =
|
|
1869
|
+
var import_react108 = __toESM(require("react"));
|
|
1870
|
+
var import_jsx_runtime108 = require("react/jsx-runtime");
|
|
1871
|
+
var Strikethrough = import_react108.default.forwardRef(
|
|
1586
1872
|
({ size, ...props }, ref) => {
|
|
1587
|
-
return /* @__PURE__ */ (0,
|
|
1873
|
+
return /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("path", { fill: "#000", d: "M17.25 16A3.25 3.25 0 0 0 14 12.75H4a.75.75 0 0 1 0-1.5h16a.75.75 0 0 1 0 1.5h-2.537a4.75 4.75 0 0 1-3.463 8H6a.75.75 0 0 1 0-1.5h8A3.25 3.25 0 0 0 17.25 16M16 3.25l.077.004a.75.75 0 0 1 0 1.492L16 4.75H9a2.25 2.25 0 0 0-2.23 1.94c-.044.313-.02.63.066.932l.04.128.023.073a.75.75 0 0 1-1.407.498l-.03-.071-.067-.214A3.75 3.75 0 0 1 9 3.25z" }) });
|
|
1588
1874
|
}
|
|
1589
1875
|
);
|
|
1590
1876
|
Strikethrough.displayName = "Strikethrough";
|
|
1591
1877
|
|
|
1592
1878
|
// dist/icons/Tasks.tsx
|
|
1593
|
-
var
|
|
1594
|
-
var
|
|
1595
|
-
var Tasks =
|
|
1879
|
+
var import_react109 = __toESM(require("react"));
|
|
1880
|
+
var import_jsx_runtime109 = require("react/jsx-runtime");
|
|
1881
|
+
var Tasks = import_react109.default.forwardRef(
|
|
1596
1882
|
({ size, ...props }, ref) => {
|
|
1597
|
-
return /* @__PURE__ */ (0,
|
|
1598
|
-
/* @__PURE__ */ (0,
|
|
1599
|
-
/* @__PURE__ */ (0,
|
|
1883
|
+
return /* @__PURE__ */ (0, import_jsx_runtime109.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
1884
|
+
/* @__PURE__ */ (0, import_jsx_runtime109.jsx)("path", { fill: "#1e293b", d: "M14.35 2h-4.7c-1.04 0-1.89.84-1.89 1.88v.94c0 1.04.84 1.88 1.88 1.88h4.71c1.04 0 1.88-.84 1.88-1.88v-.94C16.24 2.84 15.39 2 14.35 2" }),
|
|
1885
|
+
/* @__PURE__ */ (0, import_jsx_runtime109.jsx)("path", { fill: "#1e293b", d: "M17.24 4.82c0 1.59-1.3 2.89-2.89 2.89h-4.7c-1.59 0-2.89-1.3-2.89-2.89 0-.56-.6-.91-1.1-.65a4.47 4.47 0 0 0-2.37 3.95v9.41C3.29 19.99 5.3 22 7.76 22h8.48c2.46 0 4.47-2.01 4.47-4.47V8.12c0-1.71-.96-3.2-2.37-3.95-.5-.26-1.1.09-1.1.65m-4.86 12.13H8c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4.38c.41 0 .75.34.75.75s-.34.75-.75.75m2.62-4H8c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h7c.41 0 .75.34.75.75s-.34.75-.75.75" })
|
|
1600
1886
|
] });
|
|
1601
1887
|
}
|
|
1602
1888
|
);
|
|
1603
1889
|
Tasks.displayName = "Tasks";
|
|
1604
1890
|
|
|
1605
1891
|
// dist/icons/Trash.tsx
|
|
1606
|
-
var
|
|
1607
|
-
var
|
|
1608
|
-
var Trash =
|
|
1892
|
+
var import_react110 = __toESM(require("react"));
|
|
1893
|
+
var import_jsx_runtime110 = require("react/jsx-runtime");
|
|
1894
|
+
var Trash = import_react110.default.forwardRef(
|
|
1609
1895
|
({ size, ...props }, ref) => {
|
|
1610
|
-
return /* @__PURE__ */ (0,
|
|
1896
|
+
return /* @__PURE__ */ (0, import_jsx_runtime110.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime110.jsx)("path", { fill: "#1e293b", d: "M21.07 5.23c-1.61-.16-3.22-.28-4.84-.37v-.01l-.22-1.3c-.15-.92-.37-2.3-2.71-2.3h-2.62c-2.33 0-2.55 1.32-2.71 2.29l-.21 1.28c-.93.06-1.86.12-2.79.21l-2.04.2c-.42.04-.72.41-.68.82s.4.71.82.67l2.04-.2c5.24-.52 10.52-.32 15.82.21h.08c.38 0 .71-.29.75-.68a.766.766 0 0 0-.69-.82M19.23 8.14c-.24-.25-.57-.39-.91-.39H5.68c-.34 0-.68.14-.91.39s-.36.59-.34.94l.62 10.26c.11 1.52.25 3.42 3.74 3.42h6.42c3.49 0 3.63-1.89 3.74-3.42l.62-10.25c.02-.36-.11-.7-.34-.95m-5.57 9.61h-3.33c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3.33c.41 0 .75.34.75.75s-.34.75-.75.75m.84-4h-5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5c.41 0 .75.34.75.75s-.34.75-.75.75" }) });
|
|
1611
1897
|
}
|
|
1612
1898
|
);
|
|
1613
1899
|
Trash.displayName = "Trash";
|
|
1614
1900
|
|
|
1615
1901
|
// dist/icons/Video.tsx
|
|
1616
|
-
var
|
|
1617
|
-
var
|
|
1618
|
-
var Video =
|
|
1902
|
+
var import_react111 = __toESM(require("react"));
|
|
1903
|
+
var import_jsx_runtime111 = require("react/jsx-runtime");
|
|
1904
|
+
var Video = import_react111.default.forwardRef(
|
|
1619
1905
|
({ size, ...props }, ref) => {
|
|
1620
|
-
return /* @__PURE__ */ (0,
|
|
1906
|
+
return /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("path", { fill: "#1e293b", d: "M21.15 6.17c-.41-.22-1.27-.45-2.44.37l-1.47 1.04c-.11-3.11-1.46-4.33-4.74-4.33h-6C3.08 3.25 1.75 4.58 1.75 8v8c0 2.3 1.25 4.75 4.75 4.75h6c3.28 0 4.63-1.22 4.74-4.33l1.47 1.04c.62.44 1.16.58 1.59.58.37 0 .66-.11.85-.21.41-.21 1.1-.78 1.1-2.21V8.38c0-1.43-.69-2-1.1-2.21M11 11.38c-1.03 0-1.88-.84-1.88-1.88S9.97 7.62 11 7.62s1.88.84 1.88 1.88-.85 1.88-1.88 1.88" }) });
|
|
1621
1907
|
}
|
|
1622
1908
|
);
|
|
1623
1909
|
Video.displayName = "Video";
|
|
1624
1910
|
|
|
1625
1911
|
// dist/icons/X.tsx
|
|
1626
|
-
var
|
|
1627
|
-
var
|
|
1628
|
-
var X =
|
|
1912
|
+
var import_react112 = __toESM(require("react"));
|
|
1913
|
+
var import_jsx_runtime112 = require("react/jsx-runtime");
|
|
1914
|
+
var X = import_react112.default.forwardRef(
|
|
1629
1915
|
({ size, ...props }, ref) => {
|
|
1630
|
-
return /* @__PURE__ */ (0,
|
|
1916
|
+
return /* @__PURE__ */ (0, import_jsx_runtime112.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime112.jsx)("path", { fill: "#1e293b", d: "M17.47 5.47a.75.75 0 1 1 1.06 1.06L13.06 12l5.47 5.47.052.056a.75.75 0 0 1-1.056 1.056l-.056-.052L12 13.06l-5.47 5.47a.75.75 0 1 1-1.06-1.06L10.94 12 5.47 6.53l-.052-.056a.75.75 0 0 1 1.056-1.056l.056.052L12 10.94z" }) });
|
|
1631
1917
|
}
|
|
1632
1918
|
);
|
|
1633
1919
|
X.displayName = "X";
|
|
@@ -1647,8 +1933,27 @@ X.displayName = "X";
|
|
|
1647
1933
|
Autobrightness1,
|
|
1648
1934
|
BackwardItem1,
|
|
1649
1935
|
Battery2bars1,
|
|
1936
|
+
Blur1,
|
|
1650
1937
|
BookmarkFilled,
|
|
1938
|
+
Box21,
|
|
1939
|
+
BoxAdd1,
|
|
1940
|
+
BoxRemove1,
|
|
1941
|
+
BoxSearch1,
|
|
1942
|
+
BoxTick1,
|
|
1943
|
+
BoxTime1,
|
|
1944
|
+
Brush1,
|
|
1945
|
+
Brush11,
|
|
1946
|
+
Brush21,
|
|
1947
|
+
Brush31,
|
|
1948
|
+
Brush41,
|
|
1949
|
+
BrushSquare1,
|
|
1950
|
+
Bubble1,
|
|
1951
|
+
Bucket1,
|
|
1952
|
+
BucketCircle1,
|
|
1953
|
+
BucketSquare1,
|
|
1954
|
+
Cake1,
|
|
1651
1955
|
Calendar,
|
|
1956
|
+
CardEdit1,
|
|
1652
1957
|
ChatFullScreen,
|
|
1653
1958
|
ChatMaximize,
|
|
1654
1959
|
ChatMinimize,
|