magick-icons 0.1.168 → 0.1.170
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 +163 -1
- package/index.d.ts +163 -1
- package/index.js +754 -195
- package/index.js.map +1 -1
- package/index.mjs +747 -197
- package/index.mjs.map +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -60,6 +60,12 @@ __export(index_exports, {
|
|
|
60
60
|
FolderDrawerOpen: () => FolderDrawerOpen,
|
|
61
61
|
FolderDrawerOpenAddBold: () => FolderDrawerOpenAddBold,
|
|
62
62
|
FolderOpenBold: () => FolderOpenBold,
|
|
63
|
+
Frame: () => Frame,
|
|
64
|
+
Frame1000007191: () => Frame1000007191,
|
|
65
|
+
Frame1000007193: () => Frame1000007193,
|
|
66
|
+
Frame1000007194: () => Frame1000007194,
|
|
67
|
+
Frame1000007195: () => Frame1000007195,
|
|
68
|
+
Frame1000007196: () => Frame1000007196,
|
|
63
69
|
GeneralMagicko: () => GeneralMagicko,
|
|
64
70
|
GripVertical: () => GripVertical,
|
|
65
71
|
HeartBold: () => HeartBold,
|
|
@@ -89,6 +95,9 @@ __export(index_exports, {
|
|
|
89
95
|
MagickoCheck: () => MagickoCheck,
|
|
90
96
|
Marketing: () => Marketing,
|
|
91
97
|
MessageEdit: () => MessageEdit,
|
|
98
|
+
MingcuteMicLine1: () => MingcuteMicLine1,
|
|
99
|
+
MingcuteMicLine11: () => MingcuteMicLine11,
|
|
100
|
+
MingcuteMicLine12: () => MingcuteMicLine12,
|
|
92
101
|
Network: () => Network,
|
|
93
102
|
NotiDot: () => NotiDot,
|
|
94
103
|
PA: () => PA,
|
|
@@ -458,466 +467,1007 @@ var FolderOpenBold = import_react30.default.forwardRef(
|
|
|
458
467
|
);
|
|
459
468
|
FolderOpenBold.displayName = "FolderOpenBold";
|
|
460
469
|
|
|
461
|
-
// dist/icons/
|
|
470
|
+
// dist/icons/Frame.tsx
|
|
462
471
|
var import_react31 = __toESM(require("react"));
|
|
463
472
|
var import_jsx_runtime31 = require("react/jsx-runtime");
|
|
464
|
-
var
|
|
473
|
+
var Frame = import_react31.default.forwardRef(
|
|
474
|
+
({ size, ...props }, ref) => {
|
|
475
|
+
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: [
|
|
476
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsxs)("g", { fill: "#000", "clip-path": "url(#a)", children: [
|
|
477
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.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" }),
|
|
478
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.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" })
|
|
479
|
+
] }),
|
|
480
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("clipPath", { id: "a", children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) })
|
|
481
|
+
] });
|
|
482
|
+
}
|
|
483
|
+
);
|
|
484
|
+
Frame.displayName = "Frame";
|
|
485
|
+
|
|
486
|
+
// dist/icons/Frame1000007191.tsx
|
|
487
|
+
var import_react32 = __toESM(require("react"));
|
|
488
|
+
var import_jsx_runtime32 = require("react/jsx-runtime");
|
|
489
|
+
var Frame1000007191 = import_react32.default.forwardRef(
|
|
490
|
+
({ size, ...props }, ref) => {
|
|
491
|
+
return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "100", height: "100", fill: "none", viewBox: "0 0 100 100", ...props, children: [
|
|
492
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("mask", { id: "a", width: "91", height: "91", x: "5", y: "5", maskUnits: "userSpaceOnUse", style: { maskType: "alpha" }, children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("circle", { cx: "50.488", cy: "50.487", r: "44.681", fill: "#fff" }) }),
|
|
493
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("g", { mask: "url(#a)", children: [
|
|
494
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("mask", { id: "b", width: "91", height: "91", x: "5", y: "5", maskUnits: "userSpaceOnUse", style: { maskType: "alpha" }, children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("circle", { cx: "50.488", cy: "50.487", r: "44.681", fill: "#fff" }) }),
|
|
495
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("g", { mask: "url(#b)", children: [
|
|
496
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { fill: "url(#c)", d: "M-14.672-14.672h130.319v130.319H-14.672z" }),
|
|
497
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { fill: "url(#d)", "fill-opacity": ".6", d: "M-14.672-14.672h130.319v130.319H-14.672z", style: { mixBlendMode: "overlay" } }),
|
|
498
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { fill: "url(#e)", "fill-opacity": ".6", d: "M-14.672-14.672h130.319v130.319H-14.672z", style: { mixBlendMode: "overlay" } }),
|
|
499
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { fill: "#000", "fill-opacity": ".16", d: "M-14.672-14.672h130.319v130.319H-14.672z", style: { mixBlendMode: "overlay" } }),
|
|
500
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { fill: "#000", "fill-opacity": ".12", d: "M-14.672-14.672h130.319v130.319H-14.672z", style: { mixBlendMode: "darken" } })
|
|
501
|
+
] }),
|
|
502
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("g", { filter: "url(#f)", children: [
|
|
503
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("mask", { id: "g", width: "91", height: "91", x: "5", y: "5", maskUnits: "userSpaceOnUse", style: { maskType: "alpha" }, children: /* @__PURE__ */ (0, import_jsx_runtime32.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" }) }),
|
|
504
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("g", { mask: "url(#g)", children: [
|
|
505
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { fill: "url(#h)", d: "M-14.672-14.672h130.319v130.319H-14.672z" }),
|
|
506
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { fill: "url(#i)", "fill-opacity": ".6", d: "M-14.672-14.672h130.319v130.319H-14.672z", style: { mixBlendMode: "overlay" } }),
|
|
507
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { fill: "url(#j)", "fill-opacity": ".6", d: "M-14.672-14.672h130.319v130.319H-14.672z", style: { mixBlendMode: "overlay" } }),
|
|
508
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("g", { style: { mixBlendMode: "soft-light" }, children: /* @__PURE__ */ (0, import_jsx_runtime32.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" } }) }),
|
|
509
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("g", { style: { mixBlendMode: "soft-light" }, children: [
|
|
510
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("mask", { id: "m", fill: "#fff", children: /* @__PURE__ */ (0, import_jsx_runtime32.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" }) }),
|
|
511
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.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)" })
|
|
512
|
+
] })
|
|
513
|
+
] })
|
|
514
|
+
] })
|
|
515
|
+
] }),
|
|
516
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("g", { filter: "url(#n)", children: [
|
|
517
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("mask", { id: "p", width: "33", height: "32", x: "34.253", y: "33.147", fill: "#000", maskUnits: "userSpaceOnUse", children: [
|
|
518
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { fill: "#fff", d: "M34.253 33.147h33v32h-33z" }),
|
|
519
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.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" })
|
|
520
|
+
] }),
|
|
521
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.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" }),
|
|
522
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.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" } })
|
|
523
|
+
] }),
|
|
524
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("defs", { children: [
|
|
525
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("linearGradient", { id: "c", x1: "-14.672", x2: "-14.672", y1: "-14.672", y2: "115.647", gradientUnits: "userSpaceOnUse", children: [
|
|
526
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("stop", { "stop-color": "#589017" }),
|
|
527
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("stop", { offset: "1", "stop-color": "#1f8f13" })
|
|
528
|
+
] }),
|
|
529
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("linearGradient", { id: "d", x1: "50.488", x2: "50.488", y1: ".095", y2: "100.204", gradientUnits: "userSpaceOnUse", children: [
|
|
530
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("stop", { "stop-color": "#fff" }),
|
|
531
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("stop", { offset: "1", "stop-color": "#fff", "stop-opacity": "0" })
|
|
532
|
+
] }),
|
|
533
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("linearGradient", { id: "h", x1: "-14.672", x2: "-14.672", y1: "-14.672", y2: "115.647", gradientUnits: "userSpaceOnUse", children: [
|
|
534
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("stop", { "stop-color": "#589017" }),
|
|
535
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("stop", { offset: "1", "stop-color": "#1f8f13" })
|
|
536
|
+
] }),
|
|
537
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("linearGradient", { id: "i", x1: "50.488", x2: "50.488", y1: ".095", y2: "100.204", gradientUnits: "userSpaceOnUse", children: [
|
|
538
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("stop", { "stop-color": "#fff" }),
|
|
539
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("stop", { offset: "1", "stop-color": "#fff", "stop-opacity": "0" })
|
|
540
|
+
] }),
|
|
541
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("linearGradient", { id: "k", x1: "-14.672", x2: "-14.672", y1: "-14.672", y2: "115.647", gradientUnits: "userSpaceOnUse", children: [
|
|
542
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("stop", { offset: ".135", "stop-color": "#fff" }),
|
|
543
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("stop", { offset: ".878", "stop-color": "#fff", "stop-opacity": ".01" })
|
|
544
|
+
] }),
|
|
545
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("linearGradient", { id: "l", x1: "50.488", x2: "50.488", y1: "5.806", y2: "95.168", gradientUnits: "userSpaceOnUse", children: [
|
|
546
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("stop", { "stop-color": "#fff" }),
|
|
547
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("stop", { offset: "1", "stop-color": "#999" })
|
|
548
|
+
] }),
|
|
549
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("linearGradient", { id: "o", x1: "50.487", x2: "50.487", y1: "28.147", y2: "73.147", gradientUnits: "userSpaceOnUse", children: [
|
|
550
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("stop", { "stop-color": "#dfdfdf" }),
|
|
551
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("stop", { offset: "1", "stop-color": "#a9a9a9" })
|
|
552
|
+
] }),
|
|
553
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.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: [
|
|
554
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("stop", { "stop-color": "#fff" }),
|
|
555
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("stop", { offset: "1", "stop-color": "#fff", "stop-opacity": "0" })
|
|
556
|
+
] }),
|
|
557
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.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: [
|
|
558
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("stop", { "stop-color": "#fff" }),
|
|
559
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("stop", { offset: "1", "stop-color": "#fff", "stop-opacity": "0" })
|
|
560
|
+
] }),
|
|
561
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("filter", { id: "f", width: "96.809", height: "96.809", x: "2.083", y: "3.014", "color-interpolation-filters": "sRGB", filterUnits: "userSpaceOnUse", children: [
|
|
562
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("feFlood", { "flood-opacity": "0", result: "BackgroundImageFix" }),
|
|
563
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.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" }),
|
|
564
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("feOffset", { dy: ".931" }),
|
|
565
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("feGaussianBlur", { stdDeviation: "1.862" }),
|
|
566
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.16 0" }),
|
|
567
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("feBlend", { in2: "BackgroundImageFix", mode: "color-burn", result: "effect1_dropShadow_7_629" }),
|
|
568
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_7_629", result: "shape" })
|
|
569
|
+
] }),
|
|
570
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("filter", { id: "n", width: "42.813", height: "41.438", x: "29.067", y: "29.457", "color-interpolation-filters": "sRGB", filterUnits: "userSpaceOnUse", children: [
|
|
571
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("feFlood", { "flood-opacity": "0", result: "BackgroundImageFix" }),
|
|
572
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.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" }),
|
|
573
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("feOffset", { dy: ".931" }),
|
|
574
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("feGaussianBlur", { stdDeviation: "2.793" }),
|
|
575
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0" }),
|
|
576
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("feBlend", { in2: "BackgroundImageFix", mode: "plus-darker", result: "effect1_dropShadow_7_629" }),
|
|
577
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_7_629", result: "shape" })
|
|
578
|
+
] })
|
|
579
|
+
] })
|
|
580
|
+
] });
|
|
581
|
+
}
|
|
582
|
+
);
|
|
583
|
+
Frame1000007191.displayName = "Frame1000007191";
|
|
584
|
+
|
|
585
|
+
// dist/icons/Frame1000007193.tsx
|
|
586
|
+
var import_react33 = __toESM(require("react"));
|
|
587
|
+
var import_jsx_runtime33 = require("react/jsx-runtime");
|
|
588
|
+
var Frame1000007193 = import_react33.default.forwardRef(
|
|
589
|
+
({ size, ...props }, ref) => {
|
|
590
|
+
return /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "100", height: "100", fill: "none", viewBox: "0 0 100 100", ...props, children: [
|
|
591
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("mask", { id: "a", width: "91", height: "91", x: "5", y: "5", maskUnits: "userSpaceOnUse", style: { maskType: "alpha" }, children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("circle", { cx: "50.488", cy: "50.487", r: "44.681", fill: "#fff" }) }),
|
|
592
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("g", { mask: "url(#a)", children: [
|
|
593
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("mask", { id: "b", width: "91", height: "91", x: "5", y: "5", maskUnits: "userSpaceOnUse", style: { maskType: "alpha" }, children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("circle", { cx: "50.488", cy: "50.487", r: "44.681", fill: "#fff" }) }),
|
|
594
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("g", { mask: "url(#b)", children: [
|
|
595
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("path", { fill: "url(#c)", d: "M-14.672-14.672h130.319v130.319H-14.672z" }),
|
|
596
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("path", { fill: "url(#d)", "fill-opacity": ".6", d: "M-14.672-14.672h130.319v130.319H-14.672z", style: { mixBlendMode: "overlay" } }),
|
|
597
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("path", { fill: "url(#e)", "fill-opacity": ".6", d: "M-14.672-14.672h130.319v130.319H-14.672z", style: { mixBlendMode: "overlay" } }),
|
|
598
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("path", { fill: "#000", "fill-opacity": ".16", d: "M-14.672-14.672h130.319v130.319H-14.672z", style: { mixBlendMode: "overlay" } }),
|
|
599
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("path", { fill: "#000", "fill-opacity": ".12", d: "M-14.672-14.672h130.319v130.319H-14.672z", style: { mixBlendMode: "darken" } })
|
|
600
|
+
] }),
|
|
601
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("g", { filter: "url(#f)", children: [
|
|
602
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("mask", { id: "g", width: "91", height: "91", x: "5", y: "5", maskUnits: "userSpaceOnUse", style: { maskType: "alpha" }, children: /* @__PURE__ */ (0, import_jsx_runtime33.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" }) }),
|
|
603
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("g", { mask: "url(#g)", children: [
|
|
604
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("path", { fill: "url(#h)", d: "M-14.672-14.672h130.319v130.319H-14.672z" }),
|
|
605
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("path", { fill: "url(#i)", "fill-opacity": ".6", d: "M-14.672-14.672h130.319v130.319H-14.672z", style: { mixBlendMode: "overlay" } }),
|
|
606
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("path", { fill: "url(#j)", "fill-opacity": ".6", d: "M-14.672-14.672h130.319v130.319H-14.672z", style: { mixBlendMode: "overlay" } }),
|
|
607
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("g", { style: { mixBlendMode: "soft-light" }, children: /* @__PURE__ */ (0, import_jsx_runtime33.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" } }) }),
|
|
608
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("g", { style: { mixBlendMode: "soft-light" }, children: [
|
|
609
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("mask", { id: "m", fill: "#fff", children: /* @__PURE__ */ (0, import_jsx_runtime33.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" }) }),
|
|
610
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.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)" })
|
|
611
|
+
] })
|
|
612
|
+
] })
|
|
613
|
+
] })
|
|
614
|
+
] }),
|
|
615
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("g", { filter: "url(#n)", children: [
|
|
616
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("mask", { id: "p", width: "26", height: "32", x: "38.253", y: "33.147", fill: "#000", maskUnits: "userSpaceOnUse", children: [
|
|
617
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("path", { fill: "#fff", d: "M38.253 33.147h26v32h-26z" }),
|
|
618
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.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" })
|
|
619
|
+
] }),
|
|
620
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.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" }),
|
|
621
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.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" } })
|
|
622
|
+
] }),
|
|
623
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("defs", { children: [
|
|
624
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("linearGradient", { id: "c", x1: "-14.672", x2: "-14.672", y1: "-14.672", y2: "115.647", gradientUnits: "userSpaceOnUse", children: [
|
|
625
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("stop", { "stop-color": "#4037ea" }),
|
|
626
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("stop", { offset: "1", "stop-color": "#0029e0" })
|
|
627
|
+
] }),
|
|
628
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("linearGradient", { id: "d", x1: "50.488", x2: "50.488", y1: ".095", y2: "100.204", gradientUnits: "userSpaceOnUse", children: [
|
|
629
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("stop", { "stop-color": "#fff" }),
|
|
630
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("stop", { offset: "1", "stop-color": "#fff", "stop-opacity": "0" })
|
|
631
|
+
] }),
|
|
632
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("linearGradient", { id: "h", x1: "-14.672", x2: "-14.672", y1: "-14.672", y2: "115.647", gradientUnits: "userSpaceOnUse", children: [
|
|
633
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("stop", { "stop-color": "#4037ea" }),
|
|
634
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("stop", { offset: "1", "stop-color": "#0029e0" })
|
|
635
|
+
] }),
|
|
636
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("linearGradient", { id: "i", x1: "50.488", x2: "50.488", y1: ".095", y2: "100.204", gradientUnits: "userSpaceOnUse", children: [
|
|
637
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("stop", { "stop-color": "#fff" }),
|
|
638
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("stop", { offset: "1", "stop-color": "#fff", "stop-opacity": "0" })
|
|
639
|
+
] }),
|
|
640
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("linearGradient", { id: "k", x1: "-14.672", x2: "-14.672", y1: "-14.672", y2: "115.647", gradientUnits: "userSpaceOnUse", children: [
|
|
641
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("stop", { offset: ".135", "stop-color": "#fff" }),
|
|
642
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("stop", { offset: ".878", "stop-color": "#fff", "stop-opacity": ".01" })
|
|
643
|
+
] }),
|
|
644
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("linearGradient", { id: "l", x1: "50.488", x2: "50.488", y1: "5.806", y2: "95.168", gradientUnits: "userSpaceOnUse", children: [
|
|
645
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("stop", { "stop-color": "#fff" }),
|
|
646
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("stop", { offset: "1", "stop-color": "#999" })
|
|
647
|
+
] }),
|
|
648
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("linearGradient", { id: "o", x1: "50.487", x2: "50.487", y1: "28.147", y2: "73.147", gradientUnits: "userSpaceOnUse", children: [
|
|
649
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("stop", { "stop-color": "#dfdfdf" }),
|
|
650
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("stop", { offset: "1", "stop-color": "#a9a9a9" })
|
|
651
|
+
] }),
|
|
652
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.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: [
|
|
653
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("stop", { "stop-color": "#fff" }),
|
|
654
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("stop", { offset: "1", "stop-color": "#fff", "stop-opacity": "0" })
|
|
655
|
+
] }),
|
|
656
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.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: [
|
|
657
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("stop", { "stop-color": "#fff" }),
|
|
658
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("stop", { offset: "1", "stop-color": "#fff", "stop-opacity": "0" })
|
|
659
|
+
] }),
|
|
660
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("filter", { id: "f", width: "96.809", height: "96.809", x: "2.083", y: "3.014", "color-interpolation-filters": "sRGB", filterUnits: "userSpaceOnUse", children: [
|
|
661
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("feFlood", { "flood-opacity": "0", result: "BackgroundImageFix" }),
|
|
662
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.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" }),
|
|
663
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("feOffset", { dy: ".931" }),
|
|
664
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("feGaussianBlur", { stdDeviation: "1.862" }),
|
|
665
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.16 0" }),
|
|
666
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("feBlend", { in2: "BackgroundImageFix", mode: "color-burn", result: "effect1_dropShadow_7_649" }),
|
|
667
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_7_649", result: "shape" })
|
|
668
|
+
] }),
|
|
669
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("filter", { id: "n", width: "36.479", height: "41.438", x: "32.804", y: "29.457", "color-interpolation-filters": "sRGB", filterUnits: "userSpaceOnUse", children: [
|
|
670
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("feFlood", { "flood-opacity": "0", result: "BackgroundImageFix" }),
|
|
671
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.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" }),
|
|
672
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("feOffset", { dy: ".931" }),
|
|
673
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("feGaussianBlur", { stdDeviation: "2.793" }),
|
|
674
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0" }),
|
|
675
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("feBlend", { in2: "BackgroundImageFix", mode: "plus-darker", result: "effect1_dropShadow_7_649" }),
|
|
676
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_7_649", result: "shape" })
|
|
677
|
+
] })
|
|
678
|
+
] })
|
|
679
|
+
] });
|
|
680
|
+
}
|
|
681
|
+
);
|
|
682
|
+
Frame1000007193.displayName = "Frame1000007193";
|
|
683
|
+
|
|
684
|
+
// dist/icons/Frame1000007194.tsx
|
|
685
|
+
var import_react34 = __toESM(require("react"));
|
|
686
|
+
var import_jsx_runtime34 = require("react/jsx-runtime");
|
|
687
|
+
var Frame1000007194 = import_react34.default.forwardRef(
|
|
688
|
+
({ size, ...props }, ref) => {
|
|
689
|
+
return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "100", height: "100", fill: "none", viewBox: "0 0 100 100", ...props, children: [
|
|
690
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("mask", { id: "a", width: "91", height: "91", x: "5", y: "5", maskUnits: "userSpaceOnUse", style: { maskType: "alpha" }, children: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("circle", { cx: "50.488", cy: "50.487", r: "44.681", fill: "#fff" }) }),
|
|
691
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("g", { mask: "url(#a)", children: [
|
|
692
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("mask", { id: "b", width: "91", height: "91", x: "5", y: "5", maskUnits: "userSpaceOnUse", style: { maskType: "alpha" }, children: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("circle", { cx: "50.488", cy: "50.487", r: "44.681", fill: "#fff" }) }),
|
|
693
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("g", { mask: "url(#b)", children: [
|
|
694
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { fill: "url(#c)", d: "M-14.672-14.672h130.319v130.319H-14.672z" }),
|
|
695
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { fill: "url(#d)", "fill-opacity": ".6", d: "M-14.672-14.672h130.319v130.319H-14.672z", style: { mixBlendMode: "overlay" } }),
|
|
696
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { fill: "url(#e)", "fill-opacity": ".6", d: "M-14.672-14.672h130.319v130.319H-14.672z", style: { mixBlendMode: "overlay" } }),
|
|
697
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { fill: "#000", "fill-opacity": ".16", d: "M-14.672-14.672h130.319v130.319H-14.672z", style: { mixBlendMode: "overlay" } }),
|
|
698
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { fill: "#000", "fill-opacity": ".12", d: "M-14.672-14.672h130.319v130.319H-14.672z", style: { mixBlendMode: "darken" } })
|
|
699
|
+
] }),
|
|
700
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("g", { filter: "url(#f)", children: [
|
|
701
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("mask", { id: "g", width: "91", height: "91", x: "5", y: "5", maskUnits: "userSpaceOnUse", style: { maskType: "alpha" }, children: /* @__PURE__ */ (0, import_jsx_runtime34.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" }) }),
|
|
702
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("g", { mask: "url(#g)", children: [
|
|
703
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { fill: "url(#h)", d: "M-14.672-14.672h130.319v130.319H-14.672z" }),
|
|
704
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { fill: "url(#i)", "fill-opacity": ".6", d: "M-14.672-14.672h130.319v130.319H-14.672z", style: { mixBlendMode: "overlay" } }),
|
|
705
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { fill: "url(#j)", "fill-opacity": ".6", d: "M-14.672-14.672h130.319v130.319H-14.672z", style: { mixBlendMode: "overlay" } }),
|
|
706
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("g", { style: { mixBlendMode: "soft-light" }, children: /* @__PURE__ */ (0, import_jsx_runtime34.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" } }) }),
|
|
707
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("g", { style: { mixBlendMode: "soft-light" }, children: [
|
|
708
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("mask", { id: "m", fill: "#fff", children: /* @__PURE__ */ (0, import_jsx_runtime34.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" }) }),
|
|
709
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.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)" })
|
|
710
|
+
] })
|
|
711
|
+
] })
|
|
712
|
+
] })
|
|
713
|
+
] }),
|
|
714
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("g", { filter: "url(#n)", children: [
|
|
715
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("mask", { id: "p", width: "30", height: "32", x: "36.253", y: "33.147", fill: "#000", maskUnits: "userSpaceOnUse", children: [
|
|
716
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { fill: "#fff", d: "M36.253 33.147h30v32h-30z" }),
|
|
717
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.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" })
|
|
718
|
+
] }),
|
|
719
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.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" }),
|
|
720
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.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" } })
|
|
721
|
+
] }),
|
|
722
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("defs", { children: [
|
|
723
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("linearGradient", { id: "c", x1: "-14.672", x2: "-14.672", y1: "-14.672", y2: "115.647", gradientUnits: "userSpaceOnUse", children: [
|
|
724
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("stop", { "stop-color": "#4037ea" }),
|
|
725
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("stop", { offset: "1", "stop-color": "#0029e0" })
|
|
726
|
+
] }),
|
|
727
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("linearGradient", { id: "d", x1: "50.488", x2: "50.488", y1: ".095", y2: "100.204", gradientUnits: "userSpaceOnUse", children: [
|
|
728
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("stop", { "stop-color": "#fff" }),
|
|
729
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("stop", { offset: "1", "stop-color": "#fff", "stop-opacity": "0" })
|
|
730
|
+
] }),
|
|
731
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("linearGradient", { id: "h", x1: "-14.672", x2: "-14.672", y1: "-14.672", y2: "115.647", gradientUnits: "userSpaceOnUse", children: [
|
|
732
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("stop", { "stop-color": "#4037ea" }),
|
|
733
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("stop", { offset: "1", "stop-color": "#0029e0" })
|
|
734
|
+
] }),
|
|
735
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("linearGradient", { id: "i", x1: "50.488", x2: "50.488", y1: ".095", y2: "100.204", gradientUnits: "userSpaceOnUse", children: [
|
|
736
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("stop", { "stop-color": "#fff" }),
|
|
737
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("stop", { offset: "1", "stop-color": "#fff", "stop-opacity": "0" })
|
|
738
|
+
] }),
|
|
739
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("linearGradient", { id: "k", x1: "-14.672", x2: "-14.672", y1: "-14.672", y2: "115.647", gradientUnits: "userSpaceOnUse", children: [
|
|
740
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("stop", { offset: ".135", "stop-color": "#fff" }),
|
|
741
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("stop", { offset: ".878", "stop-color": "#fff", "stop-opacity": ".01" })
|
|
742
|
+
] }),
|
|
743
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("linearGradient", { id: "l", x1: "50.488", x2: "50.488", y1: "5.806", y2: "95.168", gradientUnits: "userSpaceOnUse", children: [
|
|
744
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("stop", { "stop-color": "#fff" }),
|
|
745
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("stop", { offset: "1", "stop-color": "#999" })
|
|
746
|
+
] }),
|
|
747
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("linearGradient", { id: "o", x1: "50.487", x2: "50.487", y1: "28.147", y2: "73.147", gradientUnits: "userSpaceOnUse", children: [
|
|
748
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("stop", { "stop-color": "#dfdfdf" }),
|
|
749
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("stop", { offset: "1", "stop-color": "#a9a9a9" })
|
|
750
|
+
] }),
|
|
751
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.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: [
|
|
752
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("stop", { "stop-color": "#fff" }),
|
|
753
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("stop", { offset: "1", "stop-color": "#fff", "stop-opacity": "0" })
|
|
754
|
+
] }),
|
|
755
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.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: [
|
|
756
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("stop", { "stop-color": "#fff" }),
|
|
757
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("stop", { offset: "1", "stop-color": "#fff", "stop-opacity": "0" })
|
|
758
|
+
] }),
|
|
759
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("filter", { id: "f", width: "96.809", height: "96.809", x: "2.083", y: "3.014", "color-interpolation-filters": "sRGB", filterUnits: "userSpaceOnUse", children: [
|
|
760
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("feFlood", { "flood-opacity": "0", result: "BackgroundImageFix" }),
|
|
761
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.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" }),
|
|
762
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("feOffset", { dy: ".931" }),
|
|
763
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("feGaussianBlur", { stdDeviation: "1.862" }),
|
|
764
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.16 0" }),
|
|
765
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("feBlend", { in2: "BackgroundImageFix", mode: "color-burn", result: "effect1_dropShadow_7_669" }),
|
|
766
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_7_669", result: "shape" })
|
|
767
|
+
] }),
|
|
768
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("filter", { id: "n", width: "40.057", height: "42.466", x: "30.851", y: "28.966", "color-interpolation-filters": "sRGB", filterUnits: "userSpaceOnUse", children: [
|
|
769
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("feFlood", { "flood-opacity": "0", result: "BackgroundImageFix" }),
|
|
770
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.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" }),
|
|
771
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("feOffset", { dy: ".931" }),
|
|
772
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("feGaussianBlur", { stdDeviation: "2.793" }),
|
|
773
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0" }),
|
|
774
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("feBlend", { in2: "BackgroundImageFix", mode: "plus-darker", result: "effect1_dropShadow_7_669" }),
|
|
775
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_7_669", result: "shape" })
|
|
776
|
+
] })
|
|
777
|
+
] })
|
|
778
|
+
] });
|
|
779
|
+
}
|
|
780
|
+
);
|
|
781
|
+
Frame1000007194.displayName = "Frame1000007194";
|
|
782
|
+
|
|
783
|
+
// dist/icons/Frame1000007195.tsx
|
|
784
|
+
var import_react35 = __toESM(require("react"));
|
|
785
|
+
var import_jsx_runtime35 = require("react/jsx-runtime");
|
|
786
|
+
var Frame1000007195 = import_react35.default.forwardRef(
|
|
787
|
+
({ size, ...props }, ref) => {
|
|
788
|
+
return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "100", height: "100", fill: "none", viewBox: "0 0 100 100", ...props, children: [
|
|
789
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("mask", { id: "a", width: "91", height: "91", x: "5", y: "5", maskUnits: "userSpaceOnUse", style: { maskType: "alpha" }, children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("circle", { cx: "50.488", cy: "50.487", r: "44.681", fill: "#fff" }) }),
|
|
790
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("g", { mask: "url(#a)", children: [
|
|
791
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("mask", { id: "b", width: "91", height: "91", x: "5", y: "5", maskUnits: "userSpaceOnUse", style: { maskType: "alpha" }, children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("circle", { cx: "50.488", cy: "50.487", r: "44.681", fill: "#fff" }) }),
|
|
792
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("g", { mask: "url(#b)", children: [
|
|
793
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("path", { fill: "url(#c)", d: "M-14.672-14.672h130.319v130.319H-14.672z" }),
|
|
794
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("path", { fill: "url(#d)", "fill-opacity": ".6", d: "M-14.672-14.672h130.319v130.319H-14.672z", style: { mixBlendMode: "overlay" } }),
|
|
795
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("path", { fill: "url(#e)", "fill-opacity": ".6", d: "M-14.672-14.672h130.319v130.319H-14.672z", style: { mixBlendMode: "overlay" } }),
|
|
796
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("path", { fill: "#000", "fill-opacity": ".16", d: "M-14.672-14.672h130.319v130.319H-14.672z", style: { mixBlendMode: "overlay" } }),
|
|
797
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("path", { fill: "#000", "fill-opacity": ".12", d: "M-14.672-14.672h130.319v130.319H-14.672z", style: { mixBlendMode: "darken" } })
|
|
798
|
+
] }),
|
|
799
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("g", { filter: "url(#f)", children: [
|
|
800
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("mask", { id: "g", width: "91", height: "91", x: "5", y: "5", maskUnits: "userSpaceOnUse", style: { maskType: "alpha" }, children: /* @__PURE__ */ (0, import_jsx_runtime35.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" }) }),
|
|
801
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("g", { mask: "url(#g)", children: [
|
|
802
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("path", { fill: "url(#h)", d: "M-14.672-14.672h130.319v130.319H-14.672z" }),
|
|
803
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("path", { fill: "url(#i)", "fill-opacity": ".6", d: "M-14.672-14.672h130.319v130.319H-14.672z", style: { mixBlendMode: "overlay" } }),
|
|
804
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("path", { fill: "url(#j)", "fill-opacity": ".6", d: "M-14.672-14.672h130.319v130.319H-14.672z", style: { mixBlendMode: "overlay" } }),
|
|
805
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("g", { style: { mixBlendMode: "soft-light" }, children: /* @__PURE__ */ (0, import_jsx_runtime35.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" } }) }),
|
|
806
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("g", { style: { mixBlendMode: "soft-light" }, children: [
|
|
807
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("mask", { id: "m", fill: "#fff", children: /* @__PURE__ */ (0, import_jsx_runtime35.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" }) }),
|
|
808
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.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)" })
|
|
809
|
+
] })
|
|
810
|
+
] })
|
|
811
|
+
] })
|
|
812
|
+
] }),
|
|
813
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("g", { filter: "url(#n)", children: [
|
|
814
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("mask", { id: "p", width: "29", height: "32", x: "36.253", y: "33.147", fill: "#000", maskUnits: "userSpaceOnUse", children: [
|
|
815
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("path", { fill: "#fff", d: "M36.253 33.147h29v32h-29z" }),
|
|
816
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.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" })
|
|
817
|
+
] }),
|
|
818
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.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" }),
|
|
819
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.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" } })
|
|
820
|
+
] }),
|
|
821
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("defs", { children: [
|
|
822
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("linearGradient", { id: "c", x1: "-14.672", x2: "-14.672", y1: "-14.672", y2: "115.647", gradientUnits: "userSpaceOnUse", children: [
|
|
823
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("stop", { "stop-color": "#4037ea" }),
|
|
824
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("stop", { offset: "1", "stop-color": "#0029e0" })
|
|
825
|
+
] }),
|
|
826
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("linearGradient", { id: "d", x1: "50.488", x2: "50.488", y1: ".095", y2: "100.204", gradientUnits: "userSpaceOnUse", children: [
|
|
827
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("stop", { "stop-color": "#fff" }),
|
|
828
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("stop", { offset: "1", "stop-color": "#fff", "stop-opacity": "0" })
|
|
829
|
+
] }),
|
|
830
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("linearGradient", { id: "h", x1: "-14.672", x2: "-14.672", y1: "-14.672", y2: "115.647", gradientUnits: "userSpaceOnUse", children: [
|
|
831
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("stop", { "stop-color": "#4037ea" }),
|
|
832
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("stop", { offset: "1", "stop-color": "#0029e0" })
|
|
833
|
+
] }),
|
|
834
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("linearGradient", { id: "i", x1: "50.488", x2: "50.488", y1: ".095", y2: "100.204", gradientUnits: "userSpaceOnUse", children: [
|
|
835
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("stop", { "stop-color": "#fff" }),
|
|
836
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("stop", { offset: "1", "stop-color": "#fff", "stop-opacity": "0" })
|
|
837
|
+
] }),
|
|
838
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("linearGradient", { id: "k", x1: "-14.672", x2: "-14.672", y1: "-14.672", y2: "115.647", gradientUnits: "userSpaceOnUse", children: [
|
|
839
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("stop", { offset: ".135", "stop-color": "#fff" }),
|
|
840
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("stop", { offset: ".878", "stop-color": "#fff", "stop-opacity": ".01" })
|
|
841
|
+
] }),
|
|
842
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("linearGradient", { id: "l", x1: "50.488", x2: "50.488", y1: "5.806", y2: "95.168", gradientUnits: "userSpaceOnUse", children: [
|
|
843
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("stop", { "stop-color": "#fff" }),
|
|
844
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("stop", { offset: "1", "stop-color": "#999" })
|
|
845
|
+
] }),
|
|
846
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("linearGradient", { id: "o", x1: "50.487", x2: "50.487", y1: "28.147", y2: "73.147", gradientUnits: "userSpaceOnUse", children: [
|
|
847
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("stop", { "stop-color": "#dfdfdf" }),
|
|
848
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("stop", { offset: "1", "stop-color": "#a9a9a9" })
|
|
849
|
+
] }),
|
|
850
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.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: [
|
|
851
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("stop", { "stop-color": "#fff" }),
|
|
852
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("stop", { offset: "1", "stop-color": "#fff", "stop-opacity": "0" })
|
|
853
|
+
] }),
|
|
854
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.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: [
|
|
855
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("stop", { "stop-color": "#fff" }),
|
|
856
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("stop", { offset: "1", "stop-color": "#fff", "stop-opacity": "0" })
|
|
857
|
+
] }),
|
|
858
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("filter", { id: "f", width: "96.809", height: "96.809", x: "2.083", y: "3.014", "color-interpolation-filters": "sRGB", filterUnits: "userSpaceOnUse", children: [
|
|
859
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("feFlood", { "flood-opacity": "0", result: "BackgroundImageFix" }),
|
|
860
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.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" }),
|
|
861
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("feOffset", { dy: ".931" }),
|
|
862
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("feGaussianBlur", { stdDeviation: "1.862" }),
|
|
863
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.16 0" }),
|
|
864
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("feBlend", { in2: "BackgroundImageFix", mode: "color-burn", result: "effect1_dropShadow_7_689" }),
|
|
865
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_7_689", result: "shape" })
|
|
866
|
+
] }),
|
|
867
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("filter", { id: "n", width: "39.203", height: "41.438", x: "31.583", y: "29.457", "color-interpolation-filters": "sRGB", filterUnits: "userSpaceOnUse", children: [
|
|
868
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("feFlood", { "flood-opacity": "0", result: "BackgroundImageFix" }),
|
|
869
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.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" }),
|
|
870
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("feOffset", { dy: ".931" }),
|
|
871
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("feGaussianBlur", { stdDeviation: "2.793" }),
|
|
872
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0" }),
|
|
873
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("feBlend", { in2: "BackgroundImageFix", mode: "plus-darker", result: "effect1_dropShadow_7_689" }),
|
|
874
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_7_689", result: "shape" })
|
|
875
|
+
] })
|
|
876
|
+
] })
|
|
877
|
+
] });
|
|
878
|
+
}
|
|
879
|
+
);
|
|
880
|
+
Frame1000007195.displayName = "Frame1000007195";
|
|
881
|
+
|
|
882
|
+
// dist/icons/Frame1000007196.tsx
|
|
883
|
+
var import_react36 = __toESM(require("react"));
|
|
884
|
+
var import_jsx_runtime36 = require("react/jsx-runtime");
|
|
885
|
+
var Frame1000007196 = import_react36.default.forwardRef(
|
|
886
|
+
({ size, ...props }, ref) => {
|
|
887
|
+
return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "100", height: "100", fill: "none", viewBox: "0 0 100 100", ...props, children: [
|
|
888
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("mask", { id: "a", width: "91", height: "91", x: "5", y: "5", maskUnits: "userSpaceOnUse", style: { maskType: "alpha" }, children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("circle", { cx: "50.488", cy: "50.487", r: "44.681", fill: "#fff" }) }),
|
|
889
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("g", { mask: "url(#a)", children: [
|
|
890
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("mask", { id: "b", width: "91", height: "91", x: "5", y: "5", maskUnits: "userSpaceOnUse", style: { maskType: "alpha" }, children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("circle", { cx: "50.488", cy: "50.487", r: "44.681", fill: "#fff" }) }),
|
|
891
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("g", { mask: "url(#b)", children: [
|
|
892
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("path", { fill: "url(#c)", d: "M-14.672-14.672h130.319v130.319H-14.672z" }),
|
|
893
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("path", { fill: "url(#d)", "fill-opacity": ".6", d: "M-14.672-14.672h130.319v130.319H-14.672z", style: { mixBlendMode: "overlay" } }),
|
|
894
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("path", { fill: "url(#e)", "fill-opacity": ".6", d: "M-14.672-14.672h130.319v130.319H-14.672z", style: { mixBlendMode: "overlay" } }),
|
|
895
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("path", { fill: "#000", "fill-opacity": ".16", d: "M-14.672-14.672h130.319v130.319H-14.672z", style: { mixBlendMode: "overlay" } }),
|
|
896
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("path", { fill: "#000", "fill-opacity": ".12", d: "M-14.672-14.672h130.319v130.319H-14.672z", style: { mixBlendMode: "darken" } })
|
|
897
|
+
] }),
|
|
898
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("g", { filter: "url(#f)", children: [
|
|
899
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("mask", { id: "g", width: "91", height: "91", x: "5", y: "5", maskUnits: "userSpaceOnUse", style: { maskType: "alpha" }, children: /* @__PURE__ */ (0, import_jsx_runtime36.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" }) }),
|
|
900
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("g", { mask: "url(#g)", children: [
|
|
901
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("path", { fill: "url(#h)", d: "M-14.672-14.672h130.319v130.319H-14.672z" }),
|
|
902
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("path", { fill: "url(#i)", "fill-opacity": ".6", d: "M-14.672-14.672h130.319v130.319H-14.672z", style: { mixBlendMode: "overlay" } }),
|
|
903
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("path", { fill: "url(#j)", "fill-opacity": ".6", d: "M-14.672-14.672h130.319v130.319H-14.672z", style: { mixBlendMode: "overlay" } }),
|
|
904
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("g", { style: { mixBlendMode: "soft-light" }, children: /* @__PURE__ */ (0, import_jsx_runtime36.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" } }) }),
|
|
905
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("g", { style: { mixBlendMode: "soft-light" }, children: [
|
|
906
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("mask", { id: "m", fill: "#fff", children: /* @__PURE__ */ (0, import_jsx_runtime36.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" }) }),
|
|
907
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.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)" })
|
|
908
|
+
] })
|
|
909
|
+
] })
|
|
910
|
+
] })
|
|
911
|
+
] }),
|
|
912
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("g", { filter: "url(#n)", children: [
|
|
913
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("mask", { id: "p", width: "22", height: "32", x: "40.253", y: "33.147", fill: "#000", maskUnits: "userSpaceOnUse", children: [
|
|
914
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("path", { fill: "#fff", d: "M40.253 33.147h22v32h-22z" }),
|
|
915
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("path", { d: "M47.018 64.147h-6.345V34.344h21.09v5.586H47.018v6.3H61.45v5.585H47.018z" })
|
|
916
|
+
] }),
|
|
917
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("path", { fill: "#fff", d: "M47.018 64.147h-6.345V34.344h21.09v5.586H47.018v6.3H61.45v5.585H47.018z" }),
|
|
918
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.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" } })
|
|
919
|
+
] }),
|
|
920
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("defs", { children: [
|
|
921
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("linearGradient", { id: "c", x1: "-14.672", x2: "-14.672", y1: "-14.672", y2: "115.647", gradientUnits: "userSpaceOnUse", children: [
|
|
922
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { "stop-color": "#ea3737" }),
|
|
923
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: "1", "stop-color": "#e00000" })
|
|
924
|
+
] }),
|
|
925
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("linearGradient", { id: "d", x1: "50.488", x2: "50.488", y1: ".095", y2: "100.204", gradientUnits: "userSpaceOnUse", children: [
|
|
926
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { "stop-color": "#fff" }),
|
|
927
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: "1", "stop-color": "#fff", "stop-opacity": "0" })
|
|
928
|
+
] }),
|
|
929
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("linearGradient", { id: "h", x1: "-14.672", x2: "-14.672", y1: "-14.672", y2: "115.647", gradientUnits: "userSpaceOnUse", children: [
|
|
930
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { "stop-color": "#ea3737" }),
|
|
931
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: "1", "stop-color": "#e00000" })
|
|
932
|
+
] }),
|
|
933
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("linearGradient", { id: "i", x1: "50.488", x2: "50.488", y1: ".095", y2: "100.204", gradientUnits: "userSpaceOnUse", children: [
|
|
934
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { "stop-color": "#fff" }),
|
|
935
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: "1", "stop-color": "#fff", "stop-opacity": "0" })
|
|
936
|
+
] }),
|
|
937
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("linearGradient", { id: "k", x1: "-14.672", x2: "-14.672", y1: "-14.672", y2: "115.647", gradientUnits: "userSpaceOnUse", children: [
|
|
938
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: ".135", "stop-color": "#fff" }),
|
|
939
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: ".878", "stop-color": "#fff", "stop-opacity": ".01" })
|
|
940
|
+
] }),
|
|
941
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("linearGradient", { id: "l", x1: "50.488", x2: "50.488", y1: "5.806", y2: "95.168", gradientUnits: "userSpaceOnUse", children: [
|
|
942
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { "stop-color": "#fff" }),
|
|
943
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: "1", "stop-color": "#999" })
|
|
944
|
+
] }),
|
|
945
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("linearGradient", { id: "o", x1: "50.487", x2: "50.487", y1: "28.147", y2: "73.147", gradientUnits: "userSpaceOnUse", children: [
|
|
946
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { "stop-color": "#dfdfdf" }),
|
|
947
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: "1", "stop-color": "#a9a9a9" })
|
|
948
|
+
] }),
|
|
949
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.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: [
|
|
950
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { "stop-color": "#fff" }),
|
|
951
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: "1", "stop-color": "#fff", "stop-opacity": "0" })
|
|
952
|
+
] }),
|
|
953
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.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: [
|
|
954
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { "stop-color": "#fff" }),
|
|
955
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: "1", "stop-color": "#fff", "stop-opacity": "0" })
|
|
956
|
+
] }),
|
|
957
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("filter", { id: "f", width: "96.809", height: "96.809", x: "2.083", y: "3.014", "color-interpolation-filters": "sRGB", filterUnits: "userSpaceOnUse", children: [
|
|
958
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("feFlood", { "flood-opacity": "0", result: "BackgroundImageFix" }),
|
|
959
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.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" }),
|
|
960
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("feOffset", { dy: ".931" }),
|
|
961
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("feGaussianBlur", { stdDeviation: "1.862" }),
|
|
962
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.16 0" }),
|
|
963
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("feBlend", { in2: "BackgroundImageFix", mode: "color-burn", result: "effect1_dropShadow_7_709" }),
|
|
964
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_7_709", result: "shape" })
|
|
965
|
+
] }),
|
|
966
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("filter", { id: "n", width: "32.725", height: "41.438", x: "34.855", y: "29.457", "color-interpolation-filters": "sRGB", filterUnits: "userSpaceOnUse", children: [
|
|
967
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("feFlood", { "flood-opacity": "0", result: "BackgroundImageFix" }),
|
|
968
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.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" }),
|
|
969
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("feOffset", { dy: ".931" }),
|
|
970
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("feGaussianBlur", { stdDeviation: "2.793" }),
|
|
971
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0" }),
|
|
972
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("feBlend", { in2: "BackgroundImageFix", mode: "plus-darker", result: "effect1_dropShadow_7_709" }),
|
|
973
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_7_709", result: "shape" })
|
|
974
|
+
] })
|
|
975
|
+
] })
|
|
976
|
+
] });
|
|
977
|
+
}
|
|
978
|
+
);
|
|
979
|
+
Frame1000007196.displayName = "Frame1000007196";
|
|
980
|
+
|
|
981
|
+
// dist/icons/GeneralMagicko.tsx
|
|
982
|
+
var import_react37 = __toESM(require("react"));
|
|
983
|
+
var import_jsx_runtime37 = require("react/jsx-runtime");
|
|
984
|
+
var GeneralMagicko = import_react37.default.forwardRef(
|
|
465
985
|
({ size, ...props }, ref) => {
|
|
466
|
-
return /* @__PURE__ */ (0,
|
|
986
|
+
return /* @__PURE__ */ (0, import_jsx_runtime37.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_runtime37.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" }) });
|
|
467
987
|
}
|
|
468
988
|
);
|
|
469
989
|
GeneralMagicko.displayName = "GeneralMagicko";
|
|
470
990
|
|
|
471
991
|
// dist/icons/GripVertical.tsx
|
|
472
|
-
var
|
|
473
|
-
var
|
|
474
|
-
var GripVertical =
|
|
992
|
+
var import_react38 = __toESM(require("react"));
|
|
993
|
+
var import_jsx_runtime38 = require("react/jsx-runtime");
|
|
994
|
+
var GripVertical = import_react38.default.forwardRef(
|
|
475
995
|
({ size, ...props }, ref) => {
|
|
476
|
-
return /* @__PURE__ */ (0,
|
|
996
|
+
return /* @__PURE__ */ (0, import_jsx_runtime38.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_runtime38.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" }) });
|
|
477
997
|
}
|
|
478
998
|
);
|
|
479
999
|
GripVertical.displayName = "GripVertical";
|
|
480
1000
|
|
|
481
1001
|
// dist/icons/HeartBold.tsx
|
|
482
|
-
var
|
|
483
|
-
var
|
|
484
|
-
var HeartBold =
|
|
1002
|
+
var import_react39 = __toESM(require("react"));
|
|
1003
|
+
var import_jsx_runtime39 = require("react/jsx-runtime");
|
|
1004
|
+
var HeartBold = import_react39.default.forwardRef(
|
|
485
1005
|
({ size, ...props }, ref) => {
|
|
486
|
-
return /* @__PURE__ */ (0,
|
|
1006
|
+
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: "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" }) });
|
|
487
1007
|
}
|
|
488
1008
|
);
|
|
489
1009
|
HeartBold.displayName = "HeartBold";
|
|
490
1010
|
|
|
491
1011
|
// dist/icons/Hr.tsx
|
|
492
|
-
var
|
|
493
|
-
var
|
|
494
|
-
var Hr =
|
|
1012
|
+
var import_react40 = __toESM(require("react"));
|
|
1013
|
+
var import_jsx_runtime40 = require("react/jsx-runtime");
|
|
1014
|
+
var Hr = import_react40.default.forwardRef(
|
|
495
1015
|
({ size, ...props }, ref) => {
|
|
496
|
-
return /* @__PURE__ */ (0,
|
|
497
|
-
/* @__PURE__ */ (0,
|
|
498
|
-
/* @__PURE__ */ (0,
|
|
499
|
-
/* @__PURE__ */ (0,
|
|
500
|
-
/* @__PURE__ */ (0,
|
|
1016
|
+
return /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", fill: "none", viewBox: "0 0 20 20", ...props, children: [
|
|
1017
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.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" }),
|
|
1018
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.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" }),
|
|
1019
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.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" }),
|
|
1020
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.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" })
|
|
501
1021
|
] });
|
|
502
1022
|
}
|
|
503
1023
|
);
|
|
504
1024
|
Hr.displayName = "Hr";
|
|
505
1025
|
|
|
506
1026
|
// dist/icons/HrSystem.tsx
|
|
507
|
-
var
|
|
508
|
-
var
|
|
509
|
-
var HrSystem =
|
|
1027
|
+
var import_react41 = __toESM(require("react"));
|
|
1028
|
+
var import_jsx_runtime41 = require("react/jsx-runtime");
|
|
1029
|
+
var HrSystem = import_react41.default.forwardRef(
|
|
510
1030
|
({ size, ...props }, ref) => {
|
|
511
|
-
return /* @__PURE__ */ (0,
|
|
512
|
-
/* @__PURE__ */ (0,
|
|
513
|
-
/* @__PURE__ */ (0,
|
|
1031
|
+
return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
1032
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.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" }),
|
|
1033
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.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" })
|
|
514
1034
|
] });
|
|
515
1035
|
}
|
|
516
1036
|
);
|
|
517
1037
|
HrSystem.displayName = "HrSystem";
|
|
518
1038
|
|
|
519
1039
|
// dist/icons/IconsaxAiScienceBold.tsx
|
|
520
|
-
var
|
|
521
|
-
var
|
|
522
|
-
var IconsaxAiScienceBold =
|
|
1040
|
+
var import_react42 = __toESM(require("react"));
|
|
1041
|
+
var import_jsx_runtime42 = require("react/jsx-runtime");
|
|
1042
|
+
var IconsaxAiScienceBold = import_react42.default.forwardRef(
|
|
523
1043
|
({ size, ...props }, ref) => {
|
|
524
|
-
return /* @__PURE__ */ (0,
|
|
525
|
-
/* @__PURE__ */ (0,
|
|
526
|
-
/* @__PURE__ */ (0,
|
|
1044
|
+
return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
1045
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.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" }),
|
|
1046
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.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" })
|
|
527
1047
|
] });
|
|
528
1048
|
}
|
|
529
1049
|
);
|
|
530
1050
|
IconsaxAiScienceBold.displayName = "IconsaxAiScienceBold";
|
|
531
1051
|
|
|
532
1052
|
// dist/icons/IconsaxAttachCircleBold.tsx
|
|
533
|
-
var
|
|
534
|
-
var
|
|
535
|
-
var IconsaxAttachCircleBold =
|
|
1053
|
+
var import_react43 = __toESM(require("react"));
|
|
1054
|
+
var import_jsx_runtime43 = require("react/jsx-runtime");
|
|
1055
|
+
var IconsaxAttachCircleBold = import_react43.default.forwardRef(
|
|
536
1056
|
({ size, ...props }, ref) => {
|
|
537
|
-
return /* @__PURE__ */ (0,
|
|
1057
|
+
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: "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" }) });
|
|
538
1058
|
}
|
|
539
1059
|
);
|
|
540
1060
|
IconsaxAttachCircleBold.displayName = "IconsaxAttachCircleBold";
|
|
541
1061
|
|
|
542
1062
|
// dist/icons/IconsaxBrainBold.tsx
|
|
543
|
-
var
|
|
544
|
-
var
|
|
545
|
-
var IconsaxBrainBold =
|
|
1063
|
+
var import_react44 = __toESM(require("react"));
|
|
1064
|
+
var import_jsx_runtime44 = require("react/jsx-runtime");
|
|
1065
|
+
var IconsaxBrainBold = import_react44.default.forwardRef(
|
|
546
1066
|
({ size, ...props }, ref) => {
|
|
547
|
-
return /* @__PURE__ */ (0,
|
|
1067
|
+
return /* @__PURE__ */ (0, import_jsx_runtime44.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_runtime44.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" }) });
|
|
548
1068
|
}
|
|
549
1069
|
);
|
|
550
1070
|
IconsaxBrainBold.displayName = "IconsaxBrainBold";
|
|
551
1071
|
|
|
552
1072
|
// dist/icons/IconsaxMonetizeBold.tsx
|
|
553
|
-
var
|
|
554
|
-
var
|
|
555
|
-
var IconsaxMonetizeBold =
|
|
1073
|
+
var import_react45 = __toESM(require("react"));
|
|
1074
|
+
var import_jsx_runtime45 = require("react/jsx-runtime");
|
|
1075
|
+
var IconsaxMonetizeBold = import_react45.default.forwardRef(
|
|
556
1076
|
({ size, ...props }, ref) => {
|
|
557
|
-
return /* @__PURE__ */ (0,
|
|
1077
|
+
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: "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" }) });
|
|
558
1078
|
}
|
|
559
1079
|
);
|
|
560
1080
|
IconsaxMonetizeBold.displayName = "IconsaxMonetizeBold";
|
|
561
1081
|
|
|
562
1082
|
// dist/icons/IconsaxPenBrushBold.tsx
|
|
563
|
-
var
|
|
564
|
-
var
|
|
565
|
-
var IconsaxPenBrushBold =
|
|
1083
|
+
var import_react46 = __toESM(require("react"));
|
|
1084
|
+
var import_jsx_runtime46 = require("react/jsx-runtime");
|
|
1085
|
+
var IconsaxPenBrushBold = import_react46.default.forwardRef(
|
|
566
1086
|
({ size, ...props }, ref) => {
|
|
567
|
-
return /* @__PURE__ */ (0,
|
|
1087
|
+
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: "#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" }) });
|
|
568
1088
|
}
|
|
569
1089
|
);
|
|
570
1090
|
IconsaxPenBrushBold.displayName = "IconsaxPenBrushBold";
|
|
571
1091
|
|
|
572
1092
|
// dist/icons/IconsaxPeopleBold.tsx
|
|
573
|
-
var
|
|
574
|
-
var
|
|
575
|
-
var IconsaxPeopleBold =
|
|
1093
|
+
var import_react47 = __toESM(require("react"));
|
|
1094
|
+
var import_jsx_runtime47 = require("react/jsx-runtime");
|
|
1095
|
+
var IconsaxPeopleBold = import_react47.default.forwardRef(
|
|
576
1096
|
({ size, ...props }, ref) => {
|
|
577
|
-
return /* @__PURE__ */ (0,
|
|
1097
|
+
return /* @__PURE__ */ (0, import_jsx_runtime47.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_runtime47.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" }) });
|
|
578
1098
|
}
|
|
579
1099
|
);
|
|
580
1100
|
IconsaxPeopleBold.displayName = "IconsaxPeopleBold";
|
|
581
1101
|
|
|
582
1102
|
// dist/icons/IconsaxTaskSquareBold.tsx
|
|
583
|
-
var
|
|
584
|
-
var
|
|
585
|
-
var IconsaxTaskSquareBold =
|
|
1103
|
+
var import_react48 = __toESM(require("react"));
|
|
1104
|
+
var import_jsx_runtime48 = require("react/jsx-runtime");
|
|
1105
|
+
var IconsaxTaskSquareBold = import_react48.default.forwardRef(
|
|
586
1106
|
({ size, ...props }, ref) => {
|
|
587
|
-
return /* @__PURE__ */ (0,
|
|
1107
|
+
return /* @__PURE__ */ (0, import_jsx_runtime48.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_runtime48.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" }) });
|
|
588
1108
|
}
|
|
589
1109
|
);
|
|
590
1110
|
IconsaxTaskSquareBold.displayName = "IconsaxTaskSquareBold";
|
|
591
1111
|
|
|
592
1112
|
// dist/icons/IconsaxVideoCameraBold.tsx
|
|
593
|
-
var
|
|
594
|
-
var
|
|
595
|
-
var IconsaxVideoCameraBold =
|
|
1113
|
+
var import_react49 = __toESM(require("react"));
|
|
1114
|
+
var import_jsx_runtime49 = require("react/jsx-runtime");
|
|
1115
|
+
var IconsaxVideoCameraBold = import_react49.default.forwardRef(
|
|
596
1116
|
({ size, ...props }, ref) => {
|
|
597
|
-
return /* @__PURE__ */ (0,
|
|
598
|
-
/* @__PURE__ */ (0,
|
|
599
|
-
/* @__PURE__ */ (0,
|
|
600
|
-
/* @__PURE__ */ (0,
|
|
1117
|
+
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: [
|
|
1118
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.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" }),
|
|
1119
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.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" }),
|
|
1120
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.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" })
|
|
601
1121
|
] });
|
|
602
1122
|
}
|
|
603
1123
|
);
|
|
604
1124
|
IconsaxVideoCameraBold.displayName = "IconsaxVideoCameraBold";
|
|
605
1125
|
|
|
606
1126
|
// dist/icons/IconsaxWord.tsx
|
|
607
|
-
var
|
|
608
|
-
var
|
|
609
|
-
var IconsaxWord =
|
|
1127
|
+
var import_react50 = __toESM(require("react"));
|
|
1128
|
+
var import_jsx_runtime50 = require("react/jsx-runtime");
|
|
1129
|
+
var IconsaxWord = import_react50.default.forwardRef(
|
|
610
1130
|
({ size, ...props }, ref) => {
|
|
611
|
-
return /* @__PURE__ */ (0,
|
|
1131
|
+
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: "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" }) });
|
|
612
1132
|
}
|
|
613
1133
|
);
|
|
614
1134
|
IconsaxWord.displayName = "IconsaxWord";
|
|
615
1135
|
|
|
616
1136
|
// dist/icons/InProgress.tsx
|
|
617
|
-
var
|
|
618
|
-
var
|
|
619
|
-
var InProgress =
|
|
1137
|
+
var import_react51 = __toESM(require("react"));
|
|
1138
|
+
var import_jsx_runtime51 = require("react/jsx-runtime");
|
|
1139
|
+
var InProgress = import_react51.default.forwardRef(
|
|
620
1140
|
({ size, ...props }, ref) => {
|
|
621
|
-
return /* @__PURE__ */ (0,
|
|
622
|
-
/* @__PURE__ */ (0,
|
|
623
|
-
/* @__PURE__ */ (0,
|
|
1141
|
+
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: [
|
|
1142
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("path", { fill: "#000", d: "M12 5a7 7 0 1 1 0 14 7 7 0 0 1 0-14" }),
|
|
1143
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.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" })
|
|
624
1144
|
] });
|
|
625
1145
|
}
|
|
626
1146
|
);
|
|
627
1147
|
InProgress.displayName = "InProgress";
|
|
628
1148
|
|
|
629
1149
|
// dist/icons/InfoCircleBold.tsx
|
|
630
|
-
var
|
|
631
|
-
var
|
|
632
|
-
var InfoCircleBold =
|
|
1150
|
+
var import_react52 = __toESM(require("react"));
|
|
1151
|
+
var import_jsx_runtime52 = require("react/jsx-runtime");
|
|
1152
|
+
var InfoCircleBold = import_react52.default.forwardRef(
|
|
633
1153
|
({ size, ...props }, ref) => {
|
|
634
|
-
return /* @__PURE__ */ (0,
|
|
1154
|
+
return /* @__PURE__ */ (0, import_jsx_runtime52.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_runtime52.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" }) });
|
|
635
1155
|
}
|
|
636
1156
|
);
|
|
637
1157
|
InfoCircleBold.displayName = "InfoCircleBold";
|
|
638
1158
|
|
|
639
1159
|
// dist/icons/Legal.tsx
|
|
640
|
-
var
|
|
641
|
-
var
|
|
642
|
-
var Legal =
|
|
1160
|
+
var import_react53 = __toESM(require("react"));
|
|
1161
|
+
var import_jsx_runtime53 = require("react/jsx-runtime");
|
|
1162
|
+
var Legal = import_react53.default.forwardRef(
|
|
643
1163
|
({ size, ...props }, ref) => {
|
|
644
|
-
return /* @__PURE__ */ (0,
|
|
1164
|
+
return /* @__PURE__ */ (0, import_jsx_runtime53.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_runtime53.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" }) });
|
|
645
1165
|
}
|
|
646
1166
|
);
|
|
647
1167
|
Legal.displayName = "Legal";
|
|
648
1168
|
|
|
649
1169
|
// dist/icons/LikeBold.tsx
|
|
650
|
-
var
|
|
651
|
-
var
|
|
652
|
-
var LikeBold =
|
|
1170
|
+
var import_react54 = __toESM(require("react"));
|
|
1171
|
+
var import_jsx_runtime54 = require("react/jsx-runtime");
|
|
1172
|
+
var LikeBold = import_react54.default.forwardRef(
|
|
653
1173
|
({ size, ...props }, ref) => {
|
|
654
|
-
return /* @__PURE__ */ (0,
|
|
1174
|
+
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: "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" }) });
|
|
655
1175
|
}
|
|
656
1176
|
);
|
|
657
1177
|
LikeBold.displayName = "LikeBold";
|
|
658
1178
|
|
|
659
1179
|
// dist/icons/Line.tsx
|
|
660
|
-
var
|
|
661
|
-
var
|
|
662
|
-
var Line =
|
|
1180
|
+
var import_react55 = __toESM(require("react"));
|
|
1181
|
+
var import_jsx_runtime55 = require("react/jsx-runtime");
|
|
1182
|
+
var Line = import_react55.default.forwardRef(
|
|
663
1183
|
({ size, ...props }, ref) => {
|
|
664
|
-
return /* @__PURE__ */ (0,
|
|
1184
|
+
return /* @__PURE__ */ (0, import_jsx_runtime55.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_runtime55.jsx)("path", { fill: "#000", d: "M12.75 3h-1.5v18h1.5z" }) });
|
|
665
1185
|
}
|
|
666
1186
|
);
|
|
667
1187
|
Line.displayName = "Line";
|
|
668
1188
|
|
|
669
1189
|
// dist/icons/LinkSquare.tsx
|
|
670
|
-
var
|
|
671
|
-
var
|
|
672
|
-
var LinkSquare =
|
|
1190
|
+
var import_react56 = __toESM(require("react"));
|
|
1191
|
+
var import_jsx_runtime56 = require("react/jsx-runtime");
|
|
1192
|
+
var LinkSquare = import_react56.default.forwardRef(
|
|
673
1193
|
({ size, ...props }, ref) => {
|
|
674
|
-
return /* @__PURE__ */ (0,
|
|
1194
|
+
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: "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" }) });
|
|
675
1195
|
}
|
|
676
1196
|
);
|
|
677
1197
|
LinkSquare.displayName = "LinkSquare";
|
|
678
1198
|
|
|
679
1199
|
// dist/icons/List.tsx
|
|
680
|
-
var
|
|
681
|
-
var
|
|
682
|
-
var List =
|
|
1200
|
+
var import_react57 = __toESM(require("react"));
|
|
1201
|
+
var import_jsx_runtime57 = require("react/jsx-runtime");
|
|
1202
|
+
var List = import_react57.default.forwardRef(
|
|
683
1203
|
({ size, ...props }, ref) => {
|
|
684
|
-
return /* @__PURE__ */ (0,
|
|
1204
|
+
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: "#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" }) });
|
|
685
1205
|
}
|
|
686
1206
|
);
|
|
687
1207
|
List.displayName = "List";
|
|
688
1208
|
|
|
689
1209
|
// dist/icons/ListEnd.tsx
|
|
690
|
-
var
|
|
691
|
-
var
|
|
692
|
-
var ListEnd =
|
|
1210
|
+
var import_react58 = __toESM(require("react"));
|
|
1211
|
+
var import_jsx_runtime58 = require("react/jsx-runtime");
|
|
1212
|
+
var ListEnd = import_react58.default.forwardRef(
|
|
693
1213
|
({ size, ...props }, ref) => {
|
|
694
|
-
return /* @__PURE__ */ (0,
|
|
1214
|
+
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: "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" }) });
|
|
695
1215
|
}
|
|
696
1216
|
);
|
|
697
1217
|
ListEnd.displayName = "ListEnd";
|
|
698
1218
|
|
|
699
1219
|
// dist/icons/ListOrdered.tsx
|
|
700
|
-
var
|
|
701
|
-
var
|
|
702
|
-
var ListOrdered =
|
|
1220
|
+
var import_react59 = __toESM(require("react"));
|
|
1221
|
+
var import_jsx_runtime59 = require("react/jsx-runtime");
|
|
1222
|
+
var ListOrdered = import_react59.default.forwardRef(
|
|
703
1223
|
({ size, ...props }, ref) => {
|
|
704
|
-
return /* @__PURE__ */ (0,
|
|
1224
|
+
return /* @__PURE__ */ (0, import_jsx_runtime59.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_runtime59.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" }) });
|
|
705
1225
|
}
|
|
706
1226
|
);
|
|
707
1227
|
ListOrdered.displayName = "ListOrdered";
|
|
708
1228
|
|
|
709
1229
|
// dist/icons/ListTodo.tsx
|
|
710
|
-
var
|
|
711
|
-
var
|
|
712
|
-
var ListTodo =
|
|
1230
|
+
var import_react60 = __toESM(require("react"));
|
|
1231
|
+
var import_jsx_runtime60 = require("react/jsx-runtime");
|
|
1232
|
+
var ListTodo = import_react60.default.forwardRef(
|
|
713
1233
|
({ size, ...props }, ref) => {
|
|
714
|
-
return /* @__PURE__ */ (0,
|
|
1234
|
+
return /* @__PURE__ */ (0, import_jsx_runtime60.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_runtime60.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" }) });
|
|
715
1235
|
}
|
|
716
1236
|
);
|
|
717
1237
|
ListTodo.displayName = "ListTodo";
|
|
718
1238
|
|
|
719
1239
|
// dist/icons/Lock.tsx
|
|
720
|
-
var
|
|
721
|
-
var
|
|
722
|
-
var Lock =
|
|
1240
|
+
var import_react61 = __toESM(require("react"));
|
|
1241
|
+
var import_jsx_runtime61 = require("react/jsx-runtime");
|
|
1242
|
+
var Lock = import_react61.default.forwardRef(
|
|
723
1243
|
({ size, ...props }, ref) => {
|
|
724
|
-
return /* @__PURE__ */ (0,
|
|
725
|
-
/* @__PURE__ */ (0,
|
|
726
|
-
/* @__PURE__ */ (0,
|
|
1244
|
+
return /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
1245
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.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" }),
|
|
1246
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.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" })
|
|
727
1247
|
] });
|
|
728
1248
|
}
|
|
729
1249
|
);
|
|
730
1250
|
Lock.displayName = "Lock";
|
|
731
1251
|
|
|
732
1252
|
// dist/icons/MagickPotion.tsx
|
|
733
|
-
var
|
|
734
|
-
var
|
|
735
|
-
var MagickPotion =
|
|
1253
|
+
var import_react62 = __toESM(require("react"));
|
|
1254
|
+
var import_jsx_runtime62 = require("react/jsx-runtime");
|
|
1255
|
+
var MagickPotion = import_react62.default.forwardRef(
|
|
736
1256
|
({ size, ...props }, ref) => {
|
|
737
|
-
return /* @__PURE__ */ (0,
|
|
738
|
-
/* @__PURE__ */ (0,
|
|
739
|
-
/* @__PURE__ */ (0,
|
|
1257
|
+
return /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
1258
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.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" }),
|
|
1259
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.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" })
|
|
740
1260
|
] });
|
|
741
1261
|
}
|
|
742
1262
|
);
|
|
743
1263
|
MagickPotion.displayName = "MagickPotion";
|
|
744
1264
|
|
|
745
1265
|
// dist/icons/MagickoCheck.tsx
|
|
746
|
-
var
|
|
747
|
-
var
|
|
748
|
-
var MagickoCheck =
|
|
1266
|
+
var import_react63 = __toESM(require("react"));
|
|
1267
|
+
var import_jsx_runtime63 = require("react/jsx-runtime");
|
|
1268
|
+
var MagickoCheck = import_react63.default.forwardRef(
|
|
749
1269
|
({ size, ...props }, ref) => {
|
|
750
|
-
return /* @__PURE__ */ (0,
|
|
1270
|
+
return /* @__PURE__ */ (0, import_jsx_runtime63.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_runtime63.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" }) });
|
|
751
1271
|
}
|
|
752
1272
|
);
|
|
753
1273
|
MagickoCheck.displayName = "MagickoCheck";
|
|
754
1274
|
|
|
755
1275
|
// dist/icons/Marketing.tsx
|
|
756
|
-
var
|
|
757
|
-
var
|
|
758
|
-
var Marketing =
|
|
1276
|
+
var import_react64 = __toESM(require("react"));
|
|
1277
|
+
var import_jsx_runtime64 = require("react/jsx-runtime");
|
|
1278
|
+
var Marketing = import_react64.default.forwardRef(
|
|
759
1279
|
({ size, ...props }, ref) => {
|
|
760
|
-
return /* @__PURE__ */ (0,
|
|
1280
|
+
return /* @__PURE__ */ (0, import_jsx_runtime64.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_runtime64.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" }) });
|
|
761
1281
|
}
|
|
762
1282
|
);
|
|
763
1283
|
Marketing.displayName = "Marketing";
|
|
764
1284
|
|
|
765
1285
|
// dist/icons/MessageEdit.tsx
|
|
766
|
-
var
|
|
767
|
-
var
|
|
768
|
-
var MessageEdit =
|
|
1286
|
+
var import_react65 = __toESM(require("react"));
|
|
1287
|
+
var import_jsx_runtime65 = require("react/jsx-runtime");
|
|
1288
|
+
var MessageEdit = import_react65.default.forwardRef(
|
|
769
1289
|
({ size, ...props }, ref) => {
|
|
770
|
-
return /* @__PURE__ */ (0,
|
|
1290
|
+
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: "#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" }) });
|
|
771
1291
|
}
|
|
772
1292
|
);
|
|
773
1293
|
MessageEdit.displayName = "MessageEdit";
|
|
774
1294
|
|
|
1295
|
+
// dist/icons/MingcuteMicLine1.tsx
|
|
1296
|
+
var import_react66 = __toESM(require("react"));
|
|
1297
|
+
var import_jsx_runtime66 = require("react/jsx-runtime");
|
|
1298
|
+
var MingcuteMicLine1 = import_react66.default.forwardRef(
|
|
1299
|
+
({ size, ...props }, ref) => {
|
|
1300
|
+
return /* @__PURE__ */ (0, import_jsx_runtime66.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_runtime66.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" }) });
|
|
1301
|
+
}
|
|
1302
|
+
);
|
|
1303
|
+
MingcuteMicLine1.displayName = "MingcuteMicLine1";
|
|
1304
|
+
|
|
1305
|
+
// dist/icons/MingcuteMicLine11.tsx
|
|
1306
|
+
var import_react67 = __toESM(require("react"));
|
|
1307
|
+
var import_jsx_runtime67 = require("react/jsx-runtime");
|
|
1308
|
+
var MingcuteMicLine11 = import_react67.default.forwardRef(
|
|
1309
|
+
({ size, ...props }, ref) => {
|
|
1310
|
+
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: "#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" }) });
|
|
1311
|
+
}
|
|
1312
|
+
);
|
|
1313
|
+
MingcuteMicLine11.displayName = "MingcuteMicLine11";
|
|
1314
|
+
|
|
1315
|
+
// dist/icons/MingcuteMicLine12.tsx
|
|
1316
|
+
var import_react68 = __toESM(require("react"));
|
|
1317
|
+
var import_jsx_runtime68 = require("react/jsx-runtime");
|
|
1318
|
+
var MingcuteMicLine12 = import_react68.default.forwardRef(
|
|
1319
|
+
({ size, ...props }, ref) => {
|
|
1320
|
+
return /* @__PURE__ */ (0, import_jsx_runtime68.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_runtime68.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" }) });
|
|
1321
|
+
}
|
|
1322
|
+
);
|
|
1323
|
+
MingcuteMicLine12.displayName = "MingcuteMicLine12";
|
|
1324
|
+
|
|
775
1325
|
// dist/icons/Network.tsx
|
|
776
|
-
var
|
|
777
|
-
var
|
|
778
|
-
var Network =
|
|
1326
|
+
var import_react69 = __toESM(require("react"));
|
|
1327
|
+
var import_jsx_runtime69 = require("react/jsx-runtime");
|
|
1328
|
+
var Network = import_react69.default.forwardRef(
|
|
779
1329
|
({ size, ...props }, ref) => {
|
|
780
|
-
return /* @__PURE__ */ (0,
|
|
1330
|
+
return /* @__PURE__ */ (0, import_jsx_runtime69.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_runtime69.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" }) });
|
|
781
1331
|
}
|
|
782
1332
|
);
|
|
783
1333
|
Network.displayName = "Network";
|
|
784
1334
|
|
|
785
1335
|
// dist/icons/NotiDot.tsx
|
|
786
|
-
var
|
|
787
|
-
var
|
|
788
|
-
var NotiDot =
|
|
1336
|
+
var import_react70 = __toESM(require("react"));
|
|
1337
|
+
var import_jsx_runtime70 = require("react/jsx-runtime");
|
|
1338
|
+
var NotiDot = import_react70.default.forwardRef(
|
|
789
1339
|
({ size, ...props }, ref) => {
|
|
790
|
-
return /* @__PURE__ */ (0,
|
|
1340
|
+
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)("circle", { cx: "12", cy: "12", r: "5", fill: "#000" }) });
|
|
791
1341
|
}
|
|
792
1342
|
);
|
|
793
1343
|
NotiDot.displayName = "NotiDot";
|
|
794
1344
|
|
|
795
1345
|
// dist/icons/PA.tsx
|
|
796
|
-
var
|
|
797
|
-
var
|
|
798
|
-
var PA =
|
|
1346
|
+
var import_react71 = __toESM(require("react"));
|
|
1347
|
+
var import_jsx_runtime71 = require("react/jsx-runtime");
|
|
1348
|
+
var PA = import_react71.default.forwardRef(
|
|
799
1349
|
({ size, ...props }, ref) => {
|
|
800
|
-
return /* @__PURE__ */ (0,
|
|
1350
|
+
return /* @__PURE__ */ (0, import_jsx_runtime71.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_runtime71.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" }) });
|
|
801
1351
|
}
|
|
802
1352
|
);
|
|
803
1353
|
PA.displayName = "PA";
|
|
804
1354
|
|
|
805
1355
|
// dist/icons/PauseSquare.tsx
|
|
806
|
-
var
|
|
807
|
-
var
|
|
808
|
-
var PauseSquare =
|
|
1356
|
+
var import_react72 = __toESM(require("react"));
|
|
1357
|
+
var import_jsx_runtime72 = require("react/jsx-runtime");
|
|
1358
|
+
var PauseSquare = import_react72.default.forwardRef(
|
|
809
1359
|
({ size, ...props }, ref) => {
|
|
810
|
-
return /* @__PURE__ */ (0,
|
|
1360
|
+
return /* @__PURE__ */ (0, import_jsx_runtime72.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_runtime72.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" }) });
|
|
811
1361
|
}
|
|
812
1362
|
);
|
|
813
1363
|
PauseSquare.displayName = "PauseSquare";
|
|
814
1364
|
|
|
815
1365
|
// dist/icons/Pdf.tsx
|
|
816
|
-
var
|
|
817
|
-
var
|
|
818
|
-
var Pdf =
|
|
1366
|
+
var import_react73 = __toESM(require("react"));
|
|
1367
|
+
var import_jsx_runtime73 = require("react/jsx-runtime");
|
|
1368
|
+
var Pdf = import_react73.default.forwardRef(
|
|
819
1369
|
({ size, ...props }, ref) => {
|
|
820
|
-
return /* @__PURE__ */ (0,
|
|
821
|
-
/* @__PURE__ */ (0,
|
|
822
|
-
/* @__PURE__ */ (0,
|
|
823
|
-
/* @__PURE__ */ (0,
|
|
1370
|
+
return /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
1371
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.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" }),
|
|
1372
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)("path", { fill: "#ca0404", d: "M20.75 9.75h-6.9a1.6 1.6 0 0 1-1.6-1.6v-6.9z" }),
|
|
1373
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.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" })
|
|
824
1374
|
] });
|
|
825
1375
|
}
|
|
826
1376
|
);
|
|
827
1377
|
Pdf.displayName = "Pdf";
|
|
828
1378
|
|
|
829
1379
|
// dist/icons/PlayFilled.tsx
|
|
830
|
-
var
|
|
831
|
-
var
|
|
832
|
-
var PlayFilled =
|
|
1380
|
+
var import_react74 = __toESM(require("react"));
|
|
1381
|
+
var import_jsx_runtime74 = require("react/jsx-runtime");
|
|
1382
|
+
var PlayFilled = import_react74.default.forwardRef(
|
|
833
1383
|
({ size, ...props }, ref) => {
|
|
834
|
-
return /* @__PURE__ */ (0,
|
|
1384
|
+
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: "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" }) });
|
|
835
1385
|
}
|
|
836
1386
|
);
|
|
837
1387
|
PlayFilled.displayName = "PlayFilled";
|
|
838
1388
|
|
|
839
1389
|
// dist/icons/Signature.tsx
|
|
840
|
-
var
|
|
841
|
-
var
|
|
842
|
-
var Signature =
|
|
1390
|
+
var import_react75 = __toESM(require("react"));
|
|
1391
|
+
var import_jsx_runtime75 = require("react/jsx-runtime");
|
|
1392
|
+
var Signature = import_react75.default.forwardRef(
|
|
843
1393
|
({ size, ...props }, ref) => {
|
|
844
|
-
return /* @__PURE__ */ (0,
|
|
1394
|
+
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: "#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" }) });
|
|
845
1395
|
}
|
|
846
1396
|
);
|
|
847
1397
|
Signature.displayName = "Signature";
|
|
848
1398
|
|
|
849
1399
|
// dist/icons/SperateDot.tsx
|
|
850
|
-
var
|
|
851
|
-
var
|
|
852
|
-
var SperateDot =
|
|
1400
|
+
var import_react76 = __toESM(require("react"));
|
|
1401
|
+
var import_jsx_runtime76 = require("react/jsx-runtime");
|
|
1402
|
+
var SperateDot = import_react76.default.forwardRef(
|
|
853
1403
|
({ size, ...props }, ref) => {
|
|
854
|
-
return /* @__PURE__ */ (0,
|
|
1404
|
+
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)("circle", { cx: "12", cy: "12", r: "2", fill: "#000" }) });
|
|
855
1405
|
}
|
|
856
1406
|
);
|
|
857
1407
|
SperateDot.displayName = "SperateDot";
|
|
858
1408
|
|
|
859
1409
|
// dist/icons/SquarePen1.tsx
|
|
860
|
-
var
|
|
861
|
-
var
|
|
862
|
-
var SquarePen1 =
|
|
1410
|
+
var import_react77 = __toESM(require("react"));
|
|
1411
|
+
var import_jsx_runtime77 = require("react/jsx-runtime");
|
|
1412
|
+
var SquarePen1 = import_react77.default.forwardRef(
|
|
863
1413
|
({ size, ...props }, ref) => {
|
|
864
|
-
return /* @__PURE__ */ (0,
|
|
865
|
-
/* @__PURE__ */ (0,
|
|
866
|
-
/* @__PURE__ */ (0,
|
|
1414
|
+
return /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
1415
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.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" }),
|
|
1416
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.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" })
|
|
867
1417
|
] });
|
|
868
1418
|
}
|
|
869
1419
|
);
|
|
870
1420
|
SquarePen1.displayName = "SquarePen1";
|
|
871
1421
|
|
|
872
1422
|
// dist/icons/Strikethrough.tsx
|
|
873
|
-
var
|
|
874
|
-
var
|
|
875
|
-
var Strikethrough =
|
|
1423
|
+
var import_react78 = __toESM(require("react"));
|
|
1424
|
+
var import_jsx_runtime78 = require("react/jsx-runtime");
|
|
1425
|
+
var Strikethrough = import_react78.default.forwardRef(
|
|
876
1426
|
({ size, ...props }, ref) => {
|
|
877
|
-
return /* @__PURE__ */ (0,
|
|
1427
|
+
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: "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" }) });
|
|
878
1428
|
}
|
|
879
1429
|
);
|
|
880
1430
|
Strikethrough.displayName = "Strikethrough";
|
|
881
1431
|
|
|
882
1432
|
// dist/icons/Tasks.tsx
|
|
883
|
-
var
|
|
884
|
-
var
|
|
885
|
-
var Tasks =
|
|
1433
|
+
var import_react79 = __toESM(require("react"));
|
|
1434
|
+
var import_jsx_runtime79 = require("react/jsx-runtime");
|
|
1435
|
+
var Tasks = import_react79.default.forwardRef(
|
|
886
1436
|
({ size, ...props }, ref) => {
|
|
887
|
-
return /* @__PURE__ */ (0,
|
|
888
|
-
/* @__PURE__ */ (0,
|
|
889
|
-
/* @__PURE__ */ (0,
|
|
1437
|
+
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: [
|
|
1438
|
+
/* @__PURE__ */ (0, import_jsx_runtime79.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" }),
|
|
1439
|
+
/* @__PURE__ */ (0, import_jsx_runtime79.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" })
|
|
890
1440
|
] });
|
|
891
1441
|
}
|
|
892
1442
|
);
|
|
893
1443
|
Tasks.displayName = "Tasks";
|
|
894
1444
|
|
|
895
1445
|
// dist/icons/Trash.tsx
|
|
896
|
-
var
|
|
897
|
-
var
|
|
898
|
-
var Trash =
|
|
1446
|
+
var import_react80 = __toESM(require("react"));
|
|
1447
|
+
var import_jsx_runtime80 = require("react/jsx-runtime");
|
|
1448
|
+
var Trash = import_react80.default.forwardRef(
|
|
899
1449
|
({ size, ...props }, ref) => {
|
|
900
|
-
return /* @__PURE__ */ (0,
|
|
1450
|
+
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: "#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" }) });
|
|
901
1451
|
}
|
|
902
1452
|
);
|
|
903
1453
|
Trash.displayName = "Trash";
|
|
904
1454
|
|
|
905
1455
|
// dist/icons/Video.tsx
|
|
906
|
-
var
|
|
907
|
-
var
|
|
908
|
-
var Video =
|
|
1456
|
+
var import_react81 = __toESM(require("react"));
|
|
1457
|
+
var import_jsx_runtime81 = require("react/jsx-runtime");
|
|
1458
|
+
var Video = import_react81.default.forwardRef(
|
|
909
1459
|
({ size, ...props }, ref) => {
|
|
910
|
-
return /* @__PURE__ */ (0,
|
|
1460
|
+
return /* @__PURE__ */ (0, import_jsx_runtime81.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_runtime81.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" }) });
|
|
911
1461
|
}
|
|
912
1462
|
);
|
|
913
1463
|
Video.displayName = "Video";
|
|
914
1464
|
|
|
915
1465
|
// dist/icons/X.tsx
|
|
916
|
-
var
|
|
917
|
-
var
|
|
918
|
-
var X =
|
|
1466
|
+
var import_react82 = __toESM(require("react"));
|
|
1467
|
+
var import_jsx_runtime82 = require("react/jsx-runtime");
|
|
1468
|
+
var X = import_react82.default.forwardRef(
|
|
919
1469
|
({ size, ...props }, ref) => {
|
|
920
|
-
return /* @__PURE__ */ (0,
|
|
1470
|
+
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: "#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" }) });
|
|
921
1471
|
}
|
|
922
1472
|
);
|
|
923
1473
|
X.displayName = "X";
|
|
@@ -953,6 +1503,12 @@ X.displayName = "X";
|
|
|
953
1503
|
FolderDrawerOpen,
|
|
954
1504
|
FolderDrawerOpenAddBold,
|
|
955
1505
|
FolderOpenBold,
|
|
1506
|
+
Frame,
|
|
1507
|
+
Frame1000007191,
|
|
1508
|
+
Frame1000007193,
|
|
1509
|
+
Frame1000007194,
|
|
1510
|
+
Frame1000007195,
|
|
1511
|
+
Frame1000007196,
|
|
956
1512
|
GeneralMagicko,
|
|
957
1513
|
GripVertical,
|
|
958
1514
|
HeartBold,
|
|
@@ -982,6 +1538,9 @@ X.displayName = "X";
|
|
|
982
1538
|
MagickoCheck,
|
|
983
1539
|
Marketing,
|
|
984
1540
|
MessageEdit,
|
|
1541
|
+
MingcuteMicLine1,
|
|
1542
|
+
MingcuteMicLine11,
|
|
1543
|
+
MingcuteMicLine12,
|
|
985
1544
|
Network,
|
|
986
1545
|
NotiDot,
|
|
987
1546
|
PA,
|