magick-icons 0.1.166 → 0.1.168
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 +145 -1
- package/index.d.ts +145 -1
- package/index.js +236 -131
- package/index.js.map +1 -1
- package/index.mjs +229 -132
- package/index.mjs.map +1 -1
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -408,319 +408,408 @@ var HrSystem = React35.forwardRef(
|
|
|
408
408
|
);
|
|
409
409
|
HrSystem.displayName = "HrSystem";
|
|
410
410
|
|
|
411
|
-
// dist/icons/
|
|
411
|
+
// dist/icons/IconsaxAiScienceBold.tsx
|
|
412
412
|
import React36 from "react";
|
|
413
|
-
import { jsx as jsx36 } from "react/jsx-runtime";
|
|
414
|
-
var
|
|
413
|
+
import { jsx as jsx36, jsxs as jsxs17 } from "react/jsx-runtime";
|
|
414
|
+
var IconsaxAiScienceBold = React36.forwardRef(
|
|
415
415
|
({ size, ...props }, ref) => {
|
|
416
|
-
return /* @__PURE__ */
|
|
416
|
+
return /* @__PURE__ */ jsxs17("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
417
|
+
/* @__PURE__ */ jsx36("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" }),
|
|
418
|
+
/* @__PURE__ */ jsx36("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" })
|
|
419
|
+
] });
|
|
417
420
|
}
|
|
418
421
|
);
|
|
419
|
-
|
|
422
|
+
IconsaxAiScienceBold.displayName = "IconsaxAiScienceBold";
|
|
420
423
|
|
|
421
|
-
// dist/icons/
|
|
424
|
+
// dist/icons/IconsaxAttachCircleBold.tsx
|
|
422
425
|
import React37 from "react";
|
|
423
426
|
import { jsx as jsx37 } from "react/jsx-runtime";
|
|
424
|
-
var
|
|
427
|
+
var IconsaxAttachCircleBold = React37.forwardRef(
|
|
428
|
+
({ size, ...props }, ref) => {
|
|
429
|
+
return /* @__PURE__ */ jsx37("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx37("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" }) });
|
|
430
|
+
}
|
|
431
|
+
);
|
|
432
|
+
IconsaxAttachCircleBold.displayName = "IconsaxAttachCircleBold";
|
|
433
|
+
|
|
434
|
+
// dist/icons/IconsaxBrainBold.tsx
|
|
435
|
+
import React38 from "react";
|
|
436
|
+
import { jsx as jsx38 } from "react/jsx-runtime";
|
|
437
|
+
var IconsaxBrainBold = React38.forwardRef(
|
|
438
|
+
({ size, ...props }, ref) => {
|
|
439
|
+
return /* @__PURE__ */ jsx38("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx38("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" }) });
|
|
440
|
+
}
|
|
441
|
+
);
|
|
442
|
+
IconsaxBrainBold.displayName = "IconsaxBrainBold";
|
|
443
|
+
|
|
444
|
+
// dist/icons/IconsaxMonetizeBold.tsx
|
|
445
|
+
import React39 from "react";
|
|
446
|
+
import { jsx as jsx39 } from "react/jsx-runtime";
|
|
447
|
+
var IconsaxMonetizeBold = React39.forwardRef(
|
|
425
448
|
({ size, ...props }, ref) => {
|
|
426
|
-
return /* @__PURE__ */
|
|
449
|
+
return /* @__PURE__ */ jsx39("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx39("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" }) });
|
|
450
|
+
}
|
|
451
|
+
);
|
|
452
|
+
IconsaxMonetizeBold.displayName = "IconsaxMonetizeBold";
|
|
453
|
+
|
|
454
|
+
// dist/icons/IconsaxPenBrushBold.tsx
|
|
455
|
+
import React40 from "react";
|
|
456
|
+
import { jsx as jsx40 } from "react/jsx-runtime";
|
|
457
|
+
var IconsaxPenBrushBold = React40.forwardRef(
|
|
458
|
+
({ size, ...props }, ref) => {
|
|
459
|
+
return /* @__PURE__ */ jsx40("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx40("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" }) });
|
|
427
460
|
}
|
|
428
461
|
);
|
|
429
462
|
IconsaxPenBrushBold.displayName = "IconsaxPenBrushBold";
|
|
430
463
|
|
|
464
|
+
// dist/icons/IconsaxPeopleBold.tsx
|
|
465
|
+
import React41 from "react";
|
|
466
|
+
import { jsx as jsx41 } from "react/jsx-runtime";
|
|
467
|
+
var IconsaxPeopleBold = React41.forwardRef(
|
|
468
|
+
({ size, ...props }, ref) => {
|
|
469
|
+
return /* @__PURE__ */ jsx41("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx41("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" }) });
|
|
470
|
+
}
|
|
471
|
+
);
|
|
472
|
+
IconsaxPeopleBold.displayName = "IconsaxPeopleBold";
|
|
473
|
+
|
|
474
|
+
// dist/icons/IconsaxTaskSquareBold.tsx
|
|
475
|
+
import React42 from "react";
|
|
476
|
+
import { jsx as jsx42 } from "react/jsx-runtime";
|
|
477
|
+
var IconsaxTaskSquareBold = React42.forwardRef(
|
|
478
|
+
({ size, ...props }, ref) => {
|
|
479
|
+
return /* @__PURE__ */ jsx42("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx42("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" }) });
|
|
480
|
+
}
|
|
481
|
+
);
|
|
482
|
+
IconsaxTaskSquareBold.displayName = "IconsaxTaskSquareBold";
|
|
483
|
+
|
|
431
484
|
// dist/icons/IconsaxVideoCameraBold.tsx
|
|
432
|
-
import
|
|
433
|
-
import { jsx as
|
|
434
|
-
var IconsaxVideoCameraBold =
|
|
485
|
+
import React43 from "react";
|
|
486
|
+
import { jsx as jsx43, jsxs as jsxs18 } from "react/jsx-runtime";
|
|
487
|
+
var IconsaxVideoCameraBold = React43.forwardRef(
|
|
435
488
|
({ size, ...props }, ref) => {
|
|
436
|
-
return /* @__PURE__ */
|
|
437
|
-
/* @__PURE__ */
|
|
438
|
-
/* @__PURE__ */
|
|
439
|
-
/* @__PURE__ */
|
|
489
|
+
return /* @__PURE__ */ jsxs18("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
490
|
+
/* @__PURE__ */ jsx43("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" }),
|
|
491
|
+
/* @__PURE__ */ jsx43("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" }),
|
|
492
|
+
/* @__PURE__ */ jsx43("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" })
|
|
440
493
|
] });
|
|
441
494
|
}
|
|
442
495
|
);
|
|
443
496
|
IconsaxVideoCameraBold.displayName = "IconsaxVideoCameraBold";
|
|
444
497
|
|
|
445
498
|
// dist/icons/IconsaxWord.tsx
|
|
446
|
-
import
|
|
447
|
-
import { jsx as
|
|
448
|
-
var IconsaxWord =
|
|
499
|
+
import React44 from "react";
|
|
500
|
+
import { jsx as jsx44 } from "react/jsx-runtime";
|
|
501
|
+
var IconsaxWord = React44.forwardRef(
|
|
449
502
|
({ size, ...props }, ref) => {
|
|
450
|
-
return /* @__PURE__ */
|
|
503
|
+
return /* @__PURE__ */ jsx44("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx44("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" }) });
|
|
451
504
|
}
|
|
452
505
|
);
|
|
453
506
|
IconsaxWord.displayName = "IconsaxWord";
|
|
454
507
|
|
|
455
508
|
// dist/icons/InProgress.tsx
|
|
456
|
-
import
|
|
457
|
-
import { jsx as
|
|
458
|
-
var InProgress =
|
|
509
|
+
import React45 from "react";
|
|
510
|
+
import { jsx as jsx45, jsxs as jsxs19 } from "react/jsx-runtime";
|
|
511
|
+
var InProgress = React45.forwardRef(
|
|
459
512
|
({ size, ...props }, ref) => {
|
|
460
|
-
return /* @__PURE__ */
|
|
461
|
-
/* @__PURE__ */
|
|
462
|
-
/* @__PURE__ */
|
|
513
|
+
return /* @__PURE__ */ jsxs19("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
514
|
+
/* @__PURE__ */ jsx45("path", { fill: "#000", d: "M12 5a7 7 0 1 1 0 14 7 7 0 0 1 0-14" }),
|
|
515
|
+
/* @__PURE__ */ jsx45("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" })
|
|
463
516
|
] });
|
|
464
517
|
}
|
|
465
518
|
);
|
|
466
519
|
InProgress.displayName = "InProgress";
|
|
467
520
|
|
|
468
521
|
// dist/icons/InfoCircleBold.tsx
|
|
469
|
-
import
|
|
470
|
-
import { jsx as
|
|
471
|
-
var InfoCircleBold =
|
|
522
|
+
import React46 from "react";
|
|
523
|
+
import { jsx as jsx46 } from "react/jsx-runtime";
|
|
524
|
+
var InfoCircleBold = React46.forwardRef(
|
|
472
525
|
({ size, ...props }, ref) => {
|
|
473
|
-
return /* @__PURE__ */
|
|
526
|
+
return /* @__PURE__ */ jsx46("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx46("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" }) });
|
|
474
527
|
}
|
|
475
528
|
);
|
|
476
529
|
InfoCircleBold.displayName = "InfoCircleBold";
|
|
477
530
|
|
|
478
531
|
// dist/icons/Legal.tsx
|
|
479
|
-
import
|
|
480
|
-
import { jsx as
|
|
481
|
-
var Legal =
|
|
532
|
+
import React47 from "react";
|
|
533
|
+
import { jsx as jsx47 } from "react/jsx-runtime";
|
|
534
|
+
var Legal = React47.forwardRef(
|
|
482
535
|
({ size, ...props }, ref) => {
|
|
483
|
-
return /* @__PURE__ */
|
|
536
|
+
return /* @__PURE__ */ jsx47("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx47("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" }) });
|
|
484
537
|
}
|
|
485
538
|
);
|
|
486
539
|
Legal.displayName = "Legal";
|
|
487
540
|
|
|
488
541
|
// dist/icons/LikeBold.tsx
|
|
489
|
-
import
|
|
490
|
-
import { jsx as
|
|
491
|
-
var LikeBold =
|
|
542
|
+
import React48 from "react";
|
|
543
|
+
import { jsx as jsx48 } from "react/jsx-runtime";
|
|
544
|
+
var LikeBold = React48.forwardRef(
|
|
492
545
|
({ size, ...props }, ref) => {
|
|
493
|
-
return /* @__PURE__ */
|
|
546
|
+
return /* @__PURE__ */ jsx48("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx48("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" }) });
|
|
494
547
|
}
|
|
495
548
|
);
|
|
496
549
|
LikeBold.displayName = "LikeBold";
|
|
497
550
|
|
|
498
551
|
// dist/icons/Line.tsx
|
|
499
|
-
import
|
|
500
|
-
import { jsx as
|
|
501
|
-
var Line =
|
|
552
|
+
import React49 from "react";
|
|
553
|
+
import { jsx as jsx49 } from "react/jsx-runtime";
|
|
554
|
+
var Line = React49.forwardRef(
|
|
502
555
|
({ size, ...props }, ref) => {
|
|
503
|
-
return /* @__PURE__ */
|
|
556
|
+
return /* @__PURE__ */ jsx49("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx49("path", { fill: "#000", d: "M12.75 3h-1.5v18h1.5z" }) });
|
|
504
557
|
}
|
|
505
558
|
);
|
|
506
559
|
Line.displayName = "Line";
|
|
507
560
|
|
|
508
561
|
// dist/icons/LinkSquare.tsx
|
|
509
|
-
import
|
|
510
|
-
import { jsx as
|
|
511
|
-
var LinkSquare =
|
|
562
|
+
import React50 from "react";
|
|
563
|
+
import { jsx as jsx50 } from "react/jsx-runtime";
|
|
564
|
+
var LinkSquare = React50.forwardRef(
|
|
512
565
|
({ size, ...props }, ref) => {
|
|
513
|
-
return /* @__PURE__ */
|
|
566
|
+
return /* @__PURE__ */ jsx50("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx50("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" }) });
|
|
514
567
|
}
|
|
515
568
|
);
|
|
516
569
|
LinkSquare.displayName = "LinkSquare";
|
|
517
570
|
|
|
518
571
|
// dist/icons/List.tsx
|
|
519
|
-
import
|
|
520
|
-
import { jsx as
|
|
521
|
-
var List =
|
|
572
|
+
import React51 from "react";
|
|
573
|
+
import { jsx as jsx51 } from "react/jsx-runtime";
|
|
574
|
+
var List = React51.forwardRef(
|
|
522
575
|
({ size, ...props }, ref) => {
|
|
523
|
-
return /* @__PURE__ */
|
|
576
|
+
return /* @__PURE__ */ jsx51("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx51("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" }) });
|
|
524
577
|
}
|
|
525
578
|
);
|
|
526
579
|
List.displayName = "List";
|
|
527
580
|
|
|
528
581
|
// dist/icons/ListEnd.tsx
|
|
529
|
-
import
|
|
530
|
-
import { jsx as
|
|
531
|
-
var ListEnd =
|
|
582
|
+
import React52 from "react";
|
|
583
|
+
import { jsx as jsx52 } from "react/jsx-runtime";
|
|
584
|
+
var ListEnd = React52.forwardRef(
|
|
532
585
|
({ size, ...props }, ref) => {
|
|
533
|
-
return /* @__PURE__ */
|
|
586
|
+
return /* @__PURE__ */ jsx52("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx52("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" }) });
|
|
534
587
|
}
|
|
535
588
|
);
|
|
536
589
|
ListEnd.displayName = "ListEnd";
|
|
537
590
|
|
|
538
591
|
// dist/icons/ListOrdered.tsx
|
|
539
|
-
import
|
|
540
|
-
import { jsx as
|
|
541
|
-
var ListOrdered =
|
|
592
|
+
import React53 from "react";
|
|
593
|
+
import { jsx as jsx53 } from "react/jsx-runtime";
|
|
594
|
+
var ListOrdered = React53.forwardRef(
|
|
542
595
|
({ size, ...props }, ref) => {
|
|
543
|
-
return /* @__PURE__ */
|
|
596
|
+
return /* @__PURE__ */ jsx53("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx53("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" }) });
|
|
544
597
|
}
|
|
545
598
|
);
|
|
546
599
|
ListOrdered.displayName = "ListOrdered";
|
|
547
600
|
|
|
548
601
|
// dist/icons/ListTodo.tsx
|
|
549
|
-
import
|
|
550
|
-
import { jsx as
|
|
551
|
-
var ListTodo =
|
|
602
|
+
import React54 from "react";
|
|
603
|
+
import { jsx as jsx54 } from "react/jsx-runtime";
|
|
604
|
+
var ListTodo = React54.forwardRef(
|
|
552
605
|
({ size, ...props }, ref) => {
|
|
553
|
-
return /* @__PURE__ */
|
|
606
|
+
return /* @__PURE__ */ jsx54("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx54("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" }) });
|
|
554
607
|
}
|
|
555
608
|
);
|
|
556
609
|
ListTodo.displayName = "ListTodo";
|
|
557
610
|
|
|
611
|
+
// dist/icons/Lock.tsx
|
|
612
|
+
import React55 from "react";
|
|
613
|
+
import { jsx as jsx55, jsxs as jsxs20 } from "react/jsx-runtime";
|
|
614
|
+
var Lock = React55.forwardRef(
|
|
615
|
+
({ size, ...props }, ref) => {
|
|
616
|
+
return /* @__PURE__ */ jsxs20("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
617
|
+
/* @__PURE__ */ jsx55("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" }),
|
|
618
|
+
/* @__PURE__ */ jsx55("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" })
|
|
619
|
+
] });
|
|
620
|
+
}
|
|
621
|
+
);
|
|
622
|
+
Lock.displayName = "Lock";
|
|
623
|
+
|
|
558
624
|
// dist/icons/MagickPotion.tsx
|
|
559
|
-
import
|
|
560
|
-
import { jsx as
|
|
561
|
-
var MagickPotion =
|
|
625
|
+
import React56 from "react";
|
|
626
|
+
import { jsx as jsx56, jsxs as jsxs21 } from "react/jsx-runtime";
|
|
627
|
+
var MagickPotion = React56.forwardRef(
|
|
562
628
|
({ size, ...props }, ref) => {
|
|
563
|
-
return /* @__PURE__ */
|
|
564
|
-
/* @__PURE__ */
|
|
565
|
-
/* @__PURE__ */
|
|
629
|
+
return /* @__PURE__ */ jsxs21("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
630
|
+
/* @__PURE__ */ jsx56("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" }),
|
|
631
|
+
/* @__PURE__ */ jsx56("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" })
|
|
566
632
|
] });
|
|
567
633
|
}
|
|
568
634
|
);
|
|
569
635
|
MagickPotion.displayName = "MagickPotion";
|
|
570
636
|
|
|
571
637
|
// dist/icons/MagickoCheck.tsx
|
|
572
|
-
import
|
|
573
|
-
import { jsx as
|
|
574
|
-
var MagickoCheck =
|
|
638
|
+
import React57 from "react";
|
|
639
|
+
import { jsx as jsx57 } from "react/jsx-runtime";
|
|
640
|
+
var MagickoCheck = React57.forwardRef(
|
|
575
641
|
({ size, ...props }, ref) => {
|
|
576
|
-
return /* @__PURE__ */
|
|
642
|
+
return /* @__PURE__ */ jsx57("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx57("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" }) });
|
|
577
643
|
}
|
|
578
644
|
);
|
|
579
645
|
MagickoCheck.displayName = "MagickoCheck";
|
|
580
646
|
|
|
581
647
|
// dist/icons/Marketing.tsx
|
|
582
|
-
import
|
|
583
|
-
import { jsx as
|
|
584
|
-
var Marketing =
|
|
648
|
+
import React58 from "react";
|
|
649
|
+
import { jsx as jsx58 } from "react/jsx-runtime";
|
|
650
|
+
var Marketing = React58.forwardRef(
|
|
585
651
|
({ size, ...props }, ref) => {
|
|
586
|
-
return /* @__PURE__ */
|
|
652
|
+
return /* @__PURE__ */ jsx58("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx58("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" }) });
|
|
587
653
|
}
|
|
588
654
|
);
|
|
589
655
|
Marketing.displayName = "Marketing";
|
|
590
656
|
|
|
591
657
|
// dist/icons/MessageEdit.tsx
|
|
592
|
-
import
|
|
593
|
-
import { jsx as
|
|
594
|
-
var MessageEdit =
|
|
658
|
+
import React59 from "react";
|
|
659
|
+
import { jsx as jsx59 } from "react/jsx-runtime";
|
|
660
|
+
var MessageEdit = React59.forwardRef(
|
|
595
661
|
({ size, ...props }, ref) => {
|
|
596
|
-
return /* @__PURE__ */
|
|
662
|
+
return /* @__PURE__ */ jsx59("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx59("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" }) });
|
|
597
663
|
}
|
|
598
664
|
);
|
|
599
665
|
MessageEdit.displayName = "MessageEdit";
|
|
600
666
|
|
|
601
667
|
// dist/icons/Network.tsx
|
|
602
|
-
import
|
|
603
|
-
import { jsx as
|
|
604
|
-
var Network =
|
|
668
|
+
import React60 from "react";
|
|
669
|
+
import { jsx as jsx60 } from "react/jsx-runtime";
|
|
670
|
+
var Network = React60.forwardRef(
|
|
605
671
|
({ size, ...props }, ref) => {
|
|
606
|
-
return /* @__PURE__ */
|
|
672
|
+
return /* @__PURE__ */ jsx60("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx60("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" }) });
|
|
607
673
|
}
|
|
608
674
|
);
|
|
609
675
|
Network.displayName = "Network";
|
|
610
676
|
|
|
611
677
|
// dist/icons/NotiDot.tsx
|
|
612
|
-
import
|
|
613
|
-
import { jsx as
|
|
614
|
-
var NotiDot =
|
|
678
|
+
import React61 from "react";
|
|
679
|
+
import { jsx as jsx61 } from "react/jsx-runtime";
|
|
680
|
+
var NotiDot = React61.forwardRef(
|
|
615
681
|
({ size, ...props }, ref) => {
|
|
616
|
-
return /* @__PURE__ */
|
|
682
|
+
return /* @__PURE__ */ jsx61("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx61("circle", { cx: "12", cy: "12", r: "5", fill: "#000" }) });
|
|
617
683
|
}
|
|
618
684
|
);
|
|
619
685
|
NotiDot.displayName = "NotiDot";
|
|
620
686
|
|
|
621
687
|
// dist/icons/PA.tsx
|
|
622
|
-
import
|
|
623
|
-
import { jsx as
|
|
624
|
-
var PA =
|
|
688
|
+
import React62 from "react";
|
|
689
|
+
import { jsx as jsx62 } from "react/jsx-runtime";
|
|
690
|
+
var PA = React62.forwardRef(
|
|
625
691
|
({ size, ...props }, ref) => {
|
|
626
|
-
return /* @__PURE__ */
|
|
692
|
+
return /* @__PURE__ */ jsx62("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx62("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" }) });
|
|
627
693
|
}
|
|
628
694
|
);
|
|
629
695
|
PA.displayName = "PA";
|
|
630
696
|
|
|
631
697
|
// dist/icons/PauseSquare.tsx
|
|
632
|
-
import
|
|
633
|
-
import { jsx as
|
|
634
|
-
var PauseSquare =
|
|
698
|
+
import React63 from "react";
|
|
699
|
+
import { jsx as jsx63 } from "react/jsx-runtime";
|
|
700
|
+
var PauseSquare = React63.forwardRef(
|
|
635
701
|
({ size, ...props }, ref) => {
|
|
636
|
-
return /* @__PURE__ */
|
|
702
|
+
return /* @__PURE__ */ jsx63("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx63("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" }) });
|
|
637
703
|
}
|
|
638
704
|
);
|
|
639
705
|
PauseSquare.displayName = "PauseSquare";
|
|
640
706
|
|
|
641
707
|
// dist/icons/Pdf.tsx
|
|
642
|
-
import
|
|
643
|
-
import { jsx as
|
|
644
|
-
var Pdf =
|
|
708
|
+
import React64 from "react";
|
|
709
|
+
import { jsx as jsx64, jsxs as jsxs22 } from "react/jsx-runtime";
|
|
710
|
+
var Pdf = React64.forwardRef(
|
|
645
711
|
({ size, ...props }, ref) => {
|
|
646
|
-
return /* @__PURE__ */
|
|
647
|
-
/* @__PURE__ */
|
|
648
|
-
/* @__PURE__ */
|
|
649
|
-
/* @__PURE__ */
|
|
712
|
+
return /* @__PURE__ */ jsxs22("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
713
|
+
/* @__PURE__ */ jsx64("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" }),
|
|
714
|
+
/* @__PURE__ */ jsx64("path", { fill: "#ca0404", d: "M20.75 9.75h-6.9a1.6 1.6 0 0 1-1.6-1.6v-6.9z" }),
|
|
715
|
+
/* @__PURE__ */ jsx64("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" })
|
|
650
716
|
] });
|
|
651
717
|
}
|
|
652
718
|
);
|
|
653
719
|
Pdf.displayName = "Pdf";
|
|
654
720
|
|
|
655
721
|
// dist/icons/PlayFilled.tsx
|
|
656
|
-
import
|
|
657
|
-
import { jsx as
|
|
658
|
-
var PlayFilled =
|
|
722
|
+
import React65 from "react";
|
|
723
|
+
import { jsx as jsx65 } from "react/jsx-runtime";
|
|
724
|
+
var PlayFilled = React65.forwardRef(
|
|
659
725
|
({ size, ...props }, ref) => {
|
|
660
|
-
return /* @__PURE__ */
|
|
726
|
+
return /* @__PURE__ */ jsx65("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx65("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" }) });
|
|
661
727
|
}
|
|
662
728
|
);
|
|
663
729
|
PlayFilled.displayName = "PlayFilled";
|
|
664
730
|
|
|
665
731
|
// dist/icons/Signature.tsx
|
|
666
|
-
import
|
|
667
|
-
import { jsx as
|
|
668
|
-
var Signature =
|
|
732
|
+
import React66 from "react";
|
|
733
|
+
import { jsx as jsx66 } from "react/jsx-runtime";
|
|
734
|
+
var Signature = React66.forwardRef(
|
|
669
735
|
({ size, ...props }, ref) => {
|
|
670
|
-
return /* @__PURE__ */
|
|
736
|
+
return /* @__PURE__ */ jsx66("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx66("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" }) });
|
|
671
737
|
}
|
|
672
738
|
);
|
|
673
739
|
Signature.displayName = "Signature";
|
|
674
740
|
|
|
675
741
|
// dist/icons/SperateDot.tsx
|
|
676
|
-
import
|
|
677
|
-
import { jsx as
|
|
678
|
-
var SperateDot =
|
|
742
|
+
import React67 from "react";
|
|
743
|
+
import { jsx as jsx67 } from "react/jsx-runtime";
|
|
744
|
+
var SperateDot = React67.forwardRef(
|
|
679
745
|
({ size, ...props }, ref) => {
|
|
680
|
-
return /* @__PURE__ */
|
|
746
|
+
return /* @__PURE__ */ jsx67("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx67("circle", { cx: "12", cy: "12", r: "2", fill: "#000" }) });
|
|
681
747
|
}
|
|
682
748
|
);
|
|
683
749
|
SperateDot.displayName = "SperateDot";
|
|
684
750
|
|
|
685
751
|
// dist/icons/SquarePen1.tsx
|
|
686
|
-
import
|
|
687
|
-
import { jsx as
|
|
688
|
-
var SquarePen1 =
|
|
752
|
+
import React68 from "react";
|
|
753
|
+
import { jsx as jsx68, jsxs as jsxs23 } from "react/jsx-runtime";
|
|
754
|
+
var SquarePen1 = React68.forwardRef(
|
|
689
755
|
({ size, ...props }, ref) => {
|
|
690
|
-
return /* @__PURE__ */
|
|
691
|
-
/* @__PURE__ */
|
|
692
|
-
/* @__PURE__ */
|
|
756
|
+
return /* @__PURE__ */ jsxs23("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
757
|
+
/* @__PURE__ */ jsx68("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" }),
|
|
758
|
+
/* @__PURE__ */ jsx68("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" })
|
|
693
759
|
] });
|
|
694
760
|
}
|
|
695
761
|
);
|
|
696
762
|
SquarePen1.displayName = "SquarePen1";
|
|
697
763
|
|
|
698
764
|
// dist/icons/Strikethrough.tsx
|
|
699
|
-
import
|
|
700
|
-
import { jsx as
|
|
701
|
-
var Strikethrough =
|
|
765
|
+
import React69 from "react";
|
|
766
|
+
import { jsx as jsx69 } from "react/jsx-runtime";
|
|
767
|
+
var Strikethrough = React69.forwardRef(
|
|
702
768
|
({ size, ...props }, ref) => {
|
|
703
|
-
return /* @__PURE__ */
|
|
769
|
+
return /* @__PURE__ */ jsx69("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx69("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" }) });
|
|
704
770
|
}
|
|
705
771
|
);
|
|
706
772
|
Strikethrough.displayName = "Strikethrough";
|
|
707
773
|
|
|
774
|
+
// dist/icons/Tasks.tsx
|
|
775
|
+
import React70 from "react";
|
|
776
|
+
import { jsx as jsx70, jsxs as jsxs24 } from "react/jsx-runtime";
|
|
777
|
+
var Tasks = React70.forwardRef(
|
|
778
|
+
({ size, ...props }, ref) => {
|
|
779
|
+
return /* @__PURE__ */ jsxs24("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
780
|
+
/* @__PURE__ */ jsx70("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" }),
|
|
781
|
+
/* @__PURE__ */ jsx70("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" })
|
|
782
|
+
] });
|
|
783
|
+
}
|
|
784
|
+
);
|
|
785
|
+
Tasks.displayName = "Tasks";
|
|
786
|
+
|
|
787
|
+
// dist/icons/Trash.tsx
|
|
788
|
+
import React71 from "react";
|
|
789
|
+
import { jsx as jsx71 } from "react/jsx-runtime";
|
|
790
|
+
var Trash = React71.forwardRef(
|
|
791
|
+
({ size, ...props }, ref) => {
|
|
792
|
+
return /* @__PURE__ */ jsx71("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx71("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" }) });
|
|
793
|
+
}
|
|
794
|
+
);
|
|
795
|
+
Trash.displayName = "Trash";
|
|
796
|
+
|
|
708
797
|
// dist/icons/Video.tsx
|
|
709
|
-
import
|
|
710
|
-
import { jsx as
|
|
711
|
-
var Video =
|
|
798
|
+
import React72 from "react";
|
|
799
|
+
import { jsx as jsx72 } from "react/jsx-runtime";
|
|
800
|
+
var Video = React72.forwardRef(
|
|
712
801
|
({ size, ...props }, ref) => {
|
|
713
|
-
return /* @__PURE__ */
|
|
802
|
+
return /* @__PURE__ */ jsx72("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx72("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" }) });
|
|
714
803
|
}
|
|
715
804
|
);
|
|
716
805
|
Video.displayName = "Video";
|
|
717
806
|
|
|
718
807
|
// dist/icons/X.tsx
|
|
719
|
-
import
|
|
720
|
-
import { jsx as
|
|
721
|
-
var X =
|
|
808
|
+
import React73 from "react";
|
|
809
|
+
import { jsx as jsx73 } from "react/jsx-runtime";
|
|
810
|
+
var X = React73.forwardRef(
|
|
722
811
|
({ size, ...props }, ref) => {
|
|
723
|
-
return /* @__PURE__ */
|
|
812
|
+
return /* @__PURE__ */ jsx73("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx73("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" }) });
|
|
724
813
|
}
|
|
725
814
|
);
|
|
726
815
|
X.displayName = "X";
|
|
@@ -760,8 +849,13 @@ export {
|
|
|
760
849
|
HeartBold,
|
|
761
850
|
Hr,
|
|
762
851
|
HrSystem,
|
|
852
|
+
IconsaxAiScienceBold,
|
|
763
853
|
IconsaxAttachCircleBold,
|
|
854
|
+
IconsaxBrainBold,
|
|
855
|
+
IconsaxMonetizeBold,
|
|
764
856
|
IconsaxPenBrushBold,
|
|
857
|
+
IconsaxPeopleBold,
|
|
858
|
+
IconsaxTaskSquareBold,
|
|
765
859
|
IconsaxVideoCameraBold,
|
|
766
860
|
IconsaxWord,
|
|
767
861
|
InProgress,
|
|
@@ -774,6 +868,7 @@ export {
|
|
|
774
868
|
ListEnd,
|
|
775
869
|
ListOrdered,
|
|
776
870
|
ListTodo,
|
|
871
|
+
Lock,
|
|
777
872
|
MagickPotion,
|
|
778
873
|
MagickoCheck,
|
|
779
874
|
Marketing,
|
|
@@ -788,6 +883,8 @@ export {
|
|
|
788
883
|
SperateDot,
|
|
789
884
|
SquarePen1,
|
|
790
885
|
Strikethrough,
|
|
886
|
+
Tasks,
|
|
887
|
+
Trash,
|
|
791
888
|
Video,
|
|
792
889
|
X
|
|
793
890
|
};
|