@deepnoid/ui 0.1.29 → 0.1.31

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.
Files changed (122) hide show
  1. package/.turbo/turbo-build.log +183 -173
  2. package/dist/chunk-62X5AX5B.mjs +297 -0
  3. package/dist/chunk-6PN3DGOE.mjs +77 -0
  4. package/dist/{chunk-EHRFXDSN.mjs → chunk-AIIMJZ7L.mjs} +72 -42
  5. package/dist/{chunk-3KVZDFMV.mjs → chunk-BCMVEGJG.mjs} +3 -3
  6. package/dist/{chunk-QJJKJYNR.mjs → chunk-BFOK4HVC.mjs} +2 -2
  7. package/dist/{chunk-KXA73VTJ.mjs → chunk-CVQM3T2X.mjs} +4 -4
  8. package/dist/{chunk-RCJOJPRS.mjs → chunk-EBRCE7XY.mjs} +40 -30
  9. package/dist/{chunk-III2QUWF.mjs → chunk-G67WUZO3.mjs} +1 -1
  10. package/dist/{chunk-BB7MFKNQ.mjs → chunk-IBI3OVQI.mjs} +1 -1
  11. package/dist/{chunk-LR3SWRB4.mjs → chunk-IC25OKBJ.mjs} +5 -5
  12. package/dist/{chunk-KLUC2BV6.mjs → chunk-IEJRE6LT.mjs} +10 -7
  13. package/dist/{chunk-ECMBAKSJ.mjs → chunk-K7V4VE7R.mjs} +5 -5
  14. package/dist/chunk-LWRK5TPZ.mjs +80 -0
  15. package/dist/chunk-MZ76AA76.mjs +1 -0
  16. package/dist/{chunk-X4F7JYBA.mjs → chunk-NFQMXW4Z.mjs} +36 -14
  17. package/dist/chunk-P7YYNA6L.mjs +67 -0
  18. package/dist/components/backdrop/backdrop.mjs +2 -2
  19. package/dist/components/backdrop/index.mjs +2 -2
  20. package/dist/components/breadcrumb/breadcrumb.mjs +5 -5
  21. package/dist/components/breadcrumb/index.mjs +5 -5
  22. package/dist/components/button/button.mjs +2 -2
  23. package/dist/components/button/icon-button.mjs +2 -2
  24. package/dist/components/button/index.mjs +4 -4
  25. package/dist/components/button/text-button.mjs +2 -2
  26. package/dist/components/checkbox/checkbox.mjs +2 -2
  27. package/dist/components/checkbox/index.mjs +2 -2
  28. package/dist/components/chip/chip.mjs +2 -2
  29. package/dist/components/chip/index.mjs +2 -2
  30. package/dist/components/dateTimePicker/calendar.mjs +2 -2
  31. package/dist/components/dateTimePicker/dateTimePicker.mjs +6 -6
  32. package/dist/components/dateTimePicker/index.mjs +6 -6
  33. package/dist/components/dateTimePicker/timePicker.mjs +4 -4
  34. package/dist/components/fileUpload/fileUpload.js +62 -39
  35. package/dist/components/fileUpload/fileUpload.mjs +6 -6
  36. package/dist/components/fileUpload/index.js +62 -39
  37. package/dist/components/fileUpload/index.mjs +6 -6
  38. package/dist/components/input/index.js +62 -39
  39. package/dist/components/input/index.mjs +2 -2
  40. package/dist/components/input/input.d.mts +21 -14
  41. package/dist/components/input/input.d.ts +21 -14
  42. package/dist/components/input/input.js +62 -39
  43. package/dist/components/input/input.mjs +2 -2
  44. package/dist/components/list/index.mjs +3 -3
  45. package/dist/components/list/list.mjs +2 -2
  46. package/dist/components/list/listItem.mjs +2 -2
  47. package/dist/components/modal/index.mjs +6 -6
  48. package/dist/components/modal/modal.mjs +6 -6
  49. package/dist/components/pagination/index.js +62 -39
  50. package/dist/components/pagination/index.mjs +3 -3
  51. package/dist/components/pagination/pagination.js +62 -39
  52. package/dist/components/pagination/pagination.mjs +3 -3
  53. package/dist/components/radio/index.mjs +2 -2
  54. package/dist/components/radio/radio.mjs +2 -2
  55. package/dist/components/select/index.js +7 -4
  56. package/dist/components/select/index.mjs +2 -2
  57. package/dist/components/select/select.d.mts +9 -0
  58. package/dist/components/select/select.d.ts +9 -0
  59. package/dist/components/select/select.js +7 -4
  60. package/dist/components/select/select.mjs +2 -2
  61. package/dist/components/skeleton/index.d.mts +2 -0
  62. package/dist/components/skeleton/index.d.ts +2 -0
  63. package/dist/components/skeleton/index.js +141 -0
  64. package/dist/components/skeleton/index.mjs +10 -0
  65. package/dist/components/skeleton/skeleton.d.mts +14 -0
  66. package/dist/components/skeleton/skeleton.d.ts +14 -0
  67. package/dist/components/skeleton/skeleton.js +135 -0
  68. package/dist/components/skeleton/skeleton.mjs +9 -0
  69. package/dist/components/table/index.js +748 -646
  70. package/dist/components/table/index.mjs +11 -9
  71. package/dist/components/table/table-body.d.mts +6 -4
  72. package/dist/components/table/table-body.d.ts +6 -4
  73. package/dist/components/table/table-body.js +115 -63
  74. package/dist/components/table/table-body.mjs +5 -3
  75. package/dist/components/table/table-head.d.mts +3 -1
  76. package/dist/components/table/table-head.d.ts +3 -1
  77. package/dist/components/table/table-head.js +107 -21
  78. package/dist/components/table/table-head.mjs +5 -3
  79. package/dist/components/table/table.d.mts +3 -1
  80. package/dist/components/table/table.d.ts +3 -1
  81. package/dist/components/table/table.js +739 -637
  82. package/dist/components/table/table.mjs +9 -7
  83. package/dist/components/tabs/index.mjs +2 -2
  84. package/dist/components/tabs/tabs.mjs +2 -2
  85. package/dist/components/textarea/index.js +255 -138
  86. package/dist/components/textarea/index.mjs +2 -1
  87. package/dist/components/textarea/textarea.d.mts +157 -150
  88. package/dist/components/textarea/textarea.d.ts +157 -150
  89. package/dist/components/textarea/textarea.js +255 -138
  90. package/dist/components/textarea/textarea.mjs +2 -1
  91. package/dist/components/toast/index.mjs +3 -3
  92. package/dist/components/toast/toast.mjs +2 -2
  93. package/dist/components/toast/use-toast.mjs +3 -3
  94. package/dist/components/tooltip/index.mjs +2 -2
  95. package/dist/components/tooltip/tooltip.mjs +2 -2
  96. package/dist/components/tree/index.js +33 -11
  97. package/dist/components/tree/index.mjs +2 -2
  98. package/dist/components/tree/tree.d.mts +10 -8
  99. package/dist/components/tree/tree.d.ts +10 -8
  100. package/dist/components/tree/tree.js +33 -11
  101. package/dist/components/tree/tree.mjs +2 -2
  102. package/dist/index.d.mts +1 -0
  103. package/dist/index.d.ts +1 -0
  104. package/dist/index.js +799 -593
  105. package/dist/index.mjs +52 -47
  106. package/package.json +1 -1
  107. package/dist/chunk-26MNALVL.mjs +0 -47
  108. package/dist/chunk-A5KQHWS3.mjs +0 -94
  109. package/dist/chunk-BKE6QF6W.mjs +0 -209
  110. package/dist/{chunk-SSMMWMQC.mjs → chunk-2YMAKIZ6.mjs} +3 -3
  111. package/dist/{chunk-6K3E5BVO.mjs → chunk-7TAGGLNY.mjs} +3 -3
  112. package/dist/{chunk-X6D7C7QZ.mjs → chunk-A7RU3FU5.mjs} +3 -3
  113. package/dist/{chunk-YLRYHUTW.mjs → chunk-D6QI3DJG.mjs} +3 -3
  114. package/dist/{chunk-UFVQPPPW.mjs → chunk-HIVPDIEP.mjs} +3 -3
  115. package/dist/{chunk-P5QCU457.mjs → chunk-LL6F3WDX.mjs} +3 -3
  116. package/dist/{chunk-7W2ZI2DD.mjs → chunk-MEY4IL7D.mjs} +3 -3
  117. package/dist/{chunk-33LANVZV.mjs → chunk-QIRL6HY6.mjs} +3 -3
  118. package/dist/{chunk-W45H2ZMW.mjs → chunk-RT3S3VVJ.mjs} +3 -3
  119. package/dist/{chunk-7J3KVOTS.mjs → chunk-UB4YBFOT.mjs} +3 -3
  120. package/dist/{chunk-2PKM7SLZ.mjs → chunk-WFMFC7R6.mjs} +3 -3
  121. package/dist/{chunk-Y6XQTWB5.mjs → chunk-WLNLVX7Q.mjs} +3 -3
  122. package/dist/{chunk-IL5ENWCR.mjs → chunk-Z2537DF6.mjs} +3 -3
@@ -108,8 +108,8 @@ __export(table_exports, {
108
108
  module.exports = __toCommonJS(table_exports);
109
109
 
110
110
  // src/components/table/table.tsx
111
- var import_react7 = require("react");
112
- var import_tailwind_variants6 = require("tailwind-variants");
111
+ var import_react5 = require("react");
112
+ var import_tailwind_variants7 = require("tailwind-variants");
113
113
 
114
114
  // src/utils/props.ts
115
115
  var mapPropsVariants = (props, variantKeys, removeVariantProps = true) => {
@@ -597,138 +597,207 @@ var checkboxStyle = tv({
597
597
  }
598
598
  });
599
599
 
600
- // src/components/table/table-head.tsx
600
+ // src/components/skeleton/skeleton.tsx
601
+ var import_tailwind_variants3 = require("tailwind-variants");
601
602
  var import_jsx_runtime2 = require("react/jsx-runtime");
602
- var TableHead = ({ columns, slots, size, rowCheckbox, isCheckedAll, classNames, onCheckAll }) => {
603
+ var Skeleton = ({ color = "primary", className, speed = "normal", rounded = "md" }) => {
604
+ const speedMap = {
605
+ fast: "0.7s",
606
+ normal: "1.2s",
607
+ slow: "2s"
608
+ };
609
+ const slots = skeletonStyle();
610
+ return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
611
+ "div",
612
+ {
613
+ className: clsx(slots.base({ color, rounded }), className),
614
+ style: {
615
+ "--shimmer-duration": speedMap[speed]
616
+ },
617
+ children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("style", { children: `@keyframes shimmer {
618
+ 100% {
619
+ transform: translateX(100%);
620
+ }
621
+ }
622
+ .skeleton-shimmer::before {
623
+ animation: shimmer var(--shimmer-duration) infinite linear;
624
+ }
625
+ ` })
626
+ }
627
+ );
628
+ };
629
+ Skeleton.displayName = "Skeleton";
630
+ var skeleton_default = Skeleton;
631
+ var skeletonStyle = (0, import_tailwind_variants3.tv)({
632
+ slots: {
633
+ base: [
634
+ "relative",
635
+ "overflow-hidden",
636
+ "w-full",
637
+ "h-[18px]",
638
+ "skeleton-shimmer",
639
+ "before:absolute",
640
+ "before:inset-0",
641
+ "before:-translate-x-full",
642
+ "before:bg-gradient-to-r",
643
+ "before:from-transparent",
644
+ "before:via-white/40",
645
+ "before:to-transparent",
646
+ "before:content-['']"
647
+ ]
648
+ },
649
+ variants: {
650
+ color: {
651
+ primary: { base: "bg-primary-soft" },
652
+ secondary: { base: "bg-secondary-soft" },
653
+ neutral: { base: "bg-neutral-soft" }
654
+ },
655
+ rounded: {
656
+ sm: { base: "rounded-sm" },
657
+ md: { base: "rounded-md" },
658
+ lg: { base: "rounded-lg" },
659
+ xl: { base: "rounded-xl" },
660
+ full: { base: "rounded-full" }
661
+ }
662
+ },
663
+ defaultVariants: {
664
+ color: "primary",
665
+ rounded: "md"
666
+ }
667
+ });
668
+
669
+ // src/components/table/table-head.tsx
670
+ var import_jsx_runtime3 = require("react/jsx-runtime");
671
+ var TableHead = ({
672
+ slots,
673
+ columns,
674
+ color,
675
+ size,
676
+ rowCheckbox = false,
677
+ isCheckedAll,
678
+ isLoading = false,
679
+ classNames,
680
+ onCheckAll
681
+ }) => {
603
682
  const handleClickCheckAll = (e) => {
604
683
  e.preventDefault();
605
684
  onCheckAll(!isCheckedAll);
606
685
  };
607
- const renderColumnHeaders = () => columns.map((column, index) => /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
686
+ const renderTh = (content, key, column) => /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
608
687
  "th",
609
688
  {
610
689
  className: clsx(slots.th({ class: classNames == null ? void 0 : classNames.th }), column),
611
690
  style: {
612
- width: column.width ? `${column.width}px` : void 0,
613
- minWidth: column.minWidth ? `${column.minWidth}px` : void 0,
614
- maxWidth: column.maxWidth ? `${column.maxWidth}px` : void 0,
615
- height: column.height ? `${column.height}px` : void 0
691
+ width: (column == null ? void 0 : column.width) ? `${column.width}px` : void 0,
692
+ minWidth: (column == null ? void 0 : column.minWidth) ? `${column.minWidth}px` : void 0,
693
+ maxWidth: (column == null ? void 0 : column.maxWidth) ? `${column.maxWidth}px` : void 0,
694
+ height: (column == null ? void 0 : column.height) ? `${column.height}px` : void 0
616
695
  },
617
- children: column.headerName
696
+ children: content
618
697
  },
619
- `${column.field}${index}thead`
620
- ));
621
- const renderSelectAllCheckbox = () => rowCheckbox && /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("th", { className: slots.th({ class: classNames == null ? void 0 : classNames.th }), onClick: handleClickCheckAll, children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("div", { className: "flex items-center justify-center", children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
622
- checkbox_default,
623
- {
624
- size,
625
- checked: isCheckedAll,
626
- onChange: (e) => onCheckAll(e.target.checked)
627
- }
628
- ) }) });
629
- return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("thead", { className: slots.thead({ class: classNames == null ? void 0 : classNames.thead }), children: /* @__PURE__ */ (0, import_jsx_runtime2.jsxs)("tr", { className: slots.tr({ class: classNames == null ? void 0 : classNames.tr }), children: [
630
- renderColumnHeaders(),
631
- renderSelectAllCheckbox()
698
+ key
699
+ );
700
+ const renderSkeletonRow = () => /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("thead", { className: slots.thead({ class: classNames == null ? void 0 : classNames.thead }), children: /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)("tr", { className: clsx(slots.tr({ class: classNames == null ? void 0 : classNames.tr }), "[&>th]:border-0"), children: [
701
+ columns.map((_, idx) => renderTh(/* @__PURE__ */ (0, import_jsx_runtime3.jsx)(skeleton_default, { color, rounded: "lg", speed: "fast" }), `skeleton-${idx}`)),
702
+ rowCheckbox && renderTh(/* @__PURE__ */ (0, import_jsx_runtime3.jsx)(skeleton_default, { color, rounded: "lg", speed: "fast" }), "checkbox-skeleton")
703
+ ] }) });
704
+ const renderContentRow = () => /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("thead", { className: slots.thead({ class: classNames == null ? void 0 : classNames.thead }), children: /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)("tr", { className: slots.tr({ class: classNames == null ? void 0 : classNames.tr }), children: [
705
+ columns.map((column, idx) => renderTh(column.headerName, `${column.field}-${idx}`, column)),
706
+ rowCheckbox && renderTh(
707
+ /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("div", { className: "flex items-center justify-center", onClick: handleClickCheckAll, children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
708
+ checkbox_default,
709
+ {
710
+ size,
711
+ checked: isCheckedAll,
712
+ onChange: (e) => onCheckAll(e.target.checked)
713
+ }
714
+ ) }),
715
+ "checkbox"
716
+ )
632
717
  ] }) });
718
+ return isLoading ? renderSkeletonRow() : renderContentRow();
633
719
  };
634
720
  var table_head_default = TableHead;
635
721
 
636
722
  // src/components/table/table-body.tsx
637
- var import_react2 = require("react");
638
- var import_jsx_runtime3 = require("react/jsx-runtime");
639
- var import_react3 = require("react");
723
+ var import_jsx_runtime4 = require("react/jsx-runtime");
640
724
  var TableBody = ({
641
725
  slots,
642
- columns,
643
726
  rows,
727
+ columns,
644
728
  size,
645
- rowCheckbox,
729
+ color,
730
+ rowCheckbox = false,
646
731
  checkedRows,
647
732
  onCheckRow,
648
733
  onRowClick,
734
+ isLoading = false,
649
735
  emptyContent,
650
- isLoading,
736
+ skeletonRow,
651
737
  classNames,
652
738
  className
653
739
  }) => {
654
- const generateColumnStyles = (0, import_react2.useCallback)((column) => {
655
- const alignClass = column.align ? `text-${column.align}` : "text-left";
656
- return clsx(alignClass, column.className);
657
- }, []);
658
- const getCellProps = (0, import_react2.useCallback)(
659
- (column, row) => {
660
- if (!column || !row) {
661
- return {
662
- className: slots.td({ class: classNames == null ? void 0 : classNames.td })
663
- };
664
- }
740
+ const getCellStyle = (column) => ({
741
+ width: column.width ? `${column.width}px` : void 0,
742
+ minWidth: column.minWidth ? `${column.minWidth}px` : void 0,
743
+ maxWidth: column.maxWidth ? `${column.maxWidth}px` : void 0,
744
+ height: column.height ? `${column.height}px` : void 0,
745
+ textAlign: column.align || "center"
746
+ });
747
+ const renderTdSkeleton = (key) => /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("td", { className: slots.td({ class: classNames == null ? void 0 : classNames.td }), children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(skeleton_default, { color, className: "h-full w-full", rounded: "lg", speed: "fast" }) }, key);
748
+ const renderCheckboxCell = (rowIndex) => /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("td", { className: clsx(slots.td({ class: classNames == null ? void 0 : classNames.td }), "text-center"), children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
749
+ checkbox_default,
750
+ {
751
+ size,
752
+ checked: checkedRows.has(rowIndex),
753
+ onChange: (e) => onCheckRow(rowIndex, e.target.checked)
754
+ }
755
+ ) });
756
+ const renderSkeletonRow = (rowIndex) => /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("tr", { className: slots.tr({ class: classNames == null ? void 0 : classNames.tr }), children: [
757
+ columns.map((_, colIdx) => renderTdSkeleton(`skeleton-${rowIndex}-${colIdx}`)),
758
+ rowCheckbox && renderTdSkeleton(`skeleton-checkbox-${rowIndex}`)
759
+ ] }, `skeleton-${rowIndex}`);
760
+ const renderEmptyRow = () => /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("tr", { className: slots.tr({ class: classNames == null ? void 0 : classNames.tr }), children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("td", { colSpan: columns.length + (rowCheckbox ? 1 : 0), className: slots.empty({ class: classNames == null ? void 0 : classNames.empty }), children: emptyContent }) });
761
+ const renderDataRow = (row, rowIndex) => /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("tr", { className: slots.tr({ class: classNames == null ? void 0 : classNames.tr }), onClick: () => onRowClick == null ? void 0 : onRowClick(row), children: [
762
+ columns.map((column, colIdx) => {
763
+ var _a;
665
764
  const value = row[column.field];
666
- const formattedValue = column.valueFormatter ? column.valueFormatter({ id: column.field, field: column.field, value }) : value;
667
- const children = column.renderCell ? column.renderCell({
668
- id: column.field,
669
- field: column.field,
670
- value,
671
- formattedValue,
672
- row
673
- }) : formattedValue;
674
- const columnStyles = generateColumnStyles(column);
675
- return {
676
- children,
677
- className: clsx(slots.td({ class: classNames == null ? void 0 : classNames.td }), columnStyles),
678
- style: {
679
- width: column.width ? `${column.width}px` : void 0,
680
- minWidth: column.minWidth ? `${column.minWidth}px` : void 0,
681
- maxWidth: column.maxWidth ? `${column.maxWidth}px` : void 0,
682
- height: column.height ? `${column.height}px` : void 0
683
- }
684
- };
685
- },
686
- [classNames == null ? void 0 : classNames.td, generateColumnStyles, slots]
687
- );
688
- const hasRows = rows.length > 0;
689
- const colSpan = (columns.length || 1) + (rowCheckbox ? 1 : 0);
690
- return /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)("tbody", { className: clsx(slots.tbody({ class: classNames == null ? void 0 : classNames.tbody }), className), children: [
691
- !isLoading && hasRows && rows.map((row, rowIndex) => {
692
- const isRowChecked = checkedRows.has(rowIndex);
693
- return /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)(
694
- "tr",
765
+ const formattedValue = ((_a = column.valueFormatter) == null ? void 0 : _a.call(column, { value, field: column.field })) || value;
766
+ const content = column.renderCell ? column.renderCell({ id: row.id, field: column.field, value, formattedValue, row }) : formattedValue;
767
+ return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
768
+ "td",
695
769
  {
696
- className: slots.tr({ class: classNames == null ? void 0 : classNames.tr }),
697
- "aria-checked": isRowChecked,
698
- onClick: () => onRowClick ? onRowClick(row) : void 0,
699
- children: [
700
- columns.map((column) => /* @__PURE__ */ (0, import_react3.createElement)("td", { ...getCellProps(column, row), key: column.field })),
701
- rowCheckbox && /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("td", { className: slots.td({ class: classNames == null ? void 0 : classNames.td }), children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("div", { className: "flex items-center justify-center", children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
702
- checkbox_default,
703
- {
704
- size,
705
- checked: isRowChecked,
706
- onChange: (e) => onCheckRow(rowIndex, e.target.checked)
707
- }
708
- ) }) })
709
- ]
770
+ className: clsx(slots.td({ class: classNames == null ? void 0 : classNames.td }), column.className),
771
+ style: getCellStyle(column),
772
+ children: content
710
773
  },
711
- rowIndex
774
+ `${rowIndex}-${colIdx}`
712
775
  );
713
776
  }),
714
- !isLoading && !hasRows && emptyContent && /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("tr", { className: clsx(slots.tr({ class: classNames == null ? void 0 : classNames.tr }), "border-none"), children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("td", { colSpan, className: slots.empty({ class: classNames == null ? void 0 : classNames.empty }), children: emptyContent }) })
715
- ] });
777
+ rowCheckbox && renderCheckboxCell(rowIndex)
778
+ ] }, rowIndex);
779
+ const renderRows = () => {
780
+ if (isLoading) return skeletonRow ? Array.from({ length: skeletonRow }, (_, idx) => renderSkeletonRow(idx)) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(import_jsx_runtime4.Fragment, {});
781
+ if (!rows.length && emptyContent) return renderEmptyRow();
782
+ return rows.map((row, index) => renderDataRow(row, index));
783
+ };
784
+ return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("tbody", { className: `${slots.tbody({ class: classNames == null ? void 0 : classNames.tbody })} ${className || ""}`, children: renderRows() });
716
785
  };
717
786
  var table_body_default = TableBody;
718
787
 
719
788
  // src/components/pagination/pagination.tsx
720
- var import_react6 = require("react");
789
+ var import_react4 = require("react");
721
790
 
722
791
  // src/components/pagination/usePagination.ts
723
- var import_react4 = require("react");
792
+ var import_react2 = require("react");
724
793
  var usePagination = ({ currentPage, totalPage, groupSize, handleChangePage }) => {
725
- const startPage = (0, import_react4.useMemo)(() => Math.floor((currentPage - 1) / groupSize) * groupSize + 1, [currentPage, groupSize]);
726
- const endPage = (0, import_react4.useMemo)(() => Math.min(startPage + groupSize - 1, totalPage), [startPage, groupSize, totalPage]);
727
- const pageList = (0, import_react4.useMemo)(
794
+ const startPage = (0, import_react2.useMemo)(() => Math.floor((currentPage - 1) / groupSize) * groupSize + 1, [currentPage, groupSize]);
795
+ const endPage = (0, import_react2.useMemo)(() => Math.min(startPage + groupSize - 1, totalPage), [startPage, groupSize, totalPage]);
796
+ const pageList = (0, import_react2.useMemo)(
728
797
  () => Array.from({ length: endPage - startPage + 1 }, (_, i) => startPage + i),
729
798
  [startPage, endPage]
730
799
  );
731
- const handleClickMovePage = (0, import_react4.useCallback)(
800
+ const handleClickMovePage = (0, import_react2.useCallback)(
732
801
  (page) => (event) => {
733
802
  event.preventDefault();
734
803
  handleChangePage == null ? void 0 : handleChangePage(page);
@@ -745,13 +814,13 @@ var usePagination = ({ currentPage, totalPage, groupSize, handleChangePage }) =>
745
814
  var usePagination_default = usePagination;
746
815
 
747
816
  // src/components/input/input.tsx
748
- var import_react5 = __toESM(require("react"));
817
+ var import_react3 = require("react");
749
818
 
750
819
  // src/components/icon/template.tsx
751
- var import_jsx_runtime4 = require("react/jsx-runtime");
820
+ var import_jsx_runtime5 = require("react/jsx-runtime");
752
821
  var template = {
753
822
  "left-chevron": ({ className }) => {
754
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
823
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
755
824
  "svg",
756
825
  {
757
826
  xmlns: "http://www.w3.org/2000/svg",
@@ -760,12 +829,12 @@ var template = {
760
829
  viewBox: "0 0 18 18",
761
830
  fill: "none",
762
831
  className,
763
- children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { d: "M11 13L7 9L11 5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
832
+ children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { d: "M11 13L7 9L11 5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
764
833
  }
765
834
  );
766
835
  },
767
836
  "right-chevron": ({ className }) => {
768
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
837
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
769
838
  "svg",
770
839
  {
771
840
  xmlns: "http://www.w3.org/2000/svg",
@@ -774,12 +843,12 @@ var template = {
774
843
  viewBox: "0 0 18 18",
775
844
  fill: "none",
776
845
  className,
777
- children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { d: "M7 5L11 9L7 13", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
846
+ children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { d: "M7 5L11 9L7 13", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
778
847
  }
779
848
  );
780
849
  },
781
850
  "left-double-chevron": ({ className }) => {
782
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
851
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
783
852
  "svg",
784
853
  {
785
854
  xmlns: "http://www.w3.org/2000/svg",
@@ -788,7 +857,7 @@ var template = {
788
857
  viewBox: "0 0 18 18",
789
858
  fill: "none",
790
859
  className,
791
- children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
860
+ children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
792
861
  "path",
793
862
  {
794
863
  d: "M13 5L8.55556 9L13 13M9.44444 5L5 9L9.44444 13",
@@ -801,7 +870,7 @@ var template = {
801
870
  );
802
871
  },
803
872
  "right-double-chevron": ({ className }) => {
804
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
873
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
805
874
  "svg",
806
875
  {
807
876
  xmlns: "http://www.w3.org/2000/svg",
@@ -810,7 +879,7 @@ var template = {
810
879
  viewBox: "0 0 18 18",
811
880
  fill: "none",
812
881
  className,
813
- children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
882
+ children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
814
883
  "path",
815
884
  {
816
885
  d: "M5 5L9.44444 9L5 13M8.55556 5L13 9L8.55556 13",
@@ -823,7 +892,7 @@ var template = {
823
892
  );
824
893
  },
825
894
  star: ({ className, fill }) => {
826
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
895
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
827
896
  "svg",
828
897
  {
829
898
  xmlns: "http://www.w3.org/2000/svg",
@@ -832,7 +901,7 @@ var template = {
832
901
  viewBox: "0 0 18 18",
833
902
  fill: "none",
834
903
  className,
835
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
904
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
836
905
  "path",
837
906
  {
838
907
  fillRule: "evenodd",
@@ -840,7 +909,7 @@ var template = {
840
909
  fill: "currentColor",
841
910
  d: "M8.26603 3.51086C8.53733 2.82971 9.46267 2.82971 9.73397 3.51086L10.9948 6.67687L14.2674 6.95135C14.9723 7.01017 15.2582 7.92848 14.721 8.40913L12.2278 10.6398L12.989 13.9746C13.1531 14.6931 12.4052 15.2604 11.8021 14.8759L9 13.0886L6.19794 14.8759C5.59478 15.2604 4.84687 14.6925 5.01099 13.9746L5.77221 10.6398L3.27901 8.40913C2.74185 7.92848 3.02769 7.01017 3.73259 6.95135L7.00519 6.67687L8.26603 3.51086Z"
842
911
  }
843
- ) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
912
+ ) : /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
844
913
  "path",
845
914
  {
846
915
  d: "M8.65925 3.23957C8.68697 3.16871 8.73417 3.1081 8.79484 3.06544C8.85552 3.02278 8.92693 3 9 3C9.07306 3 9.14448 3.02278 9.20515 3.06544C9.26583 3.1081 9.31303 3.16871 9.34074 3.23957L10.7332 6.74977C10.7593 6.81546 10.8021 6.87233 10.857 6.91413C10.912 6.95594 10.9768 6.98105 11.0445 6.98672L14.6603 7.29028C14.9873 7.31775 15.1196 7.74563 14.8706 7.96883L12.1158 10.4427C12.0644 10.4888 12.026 10.5489 12.005 10.6164C11.984 10.6839 11.981 10.7561 11.9966 10.8252L12.8386 14.5236C12.8555 14.5978 12.8511 14.6756 12.8259 14.7471C12.8006 14.8187 12.7557 14.8808 12.6968 14.9257C12.6379 14.9705 12.5677 14.996 12.495 14.999C12.4222 15.002 12.3503 14.9824 12.2882 14.9425L9.19199 12.9611C9.13418 12.9241 9.06775 12.9045 9 12.9045C8.93225 12.9045 8.86581 12.9241 8.808 12.9611L5.71181 14.9432C5.64973 14.9831 5.57778 15.0027 5.50504 14.9997C5.43231 14.9967 5.36206 14.9712 5.30316 14.9263C5.24426 14.8815 5.19936 14.8194 5.17412 14.7478C5.14889 14.6763 5.14445 14.5985 5.16138 14.5243L6.00341 10.8252C6.01903 10.7561 6.01616 10.6838 5.99511 10.6164C5.97407 10.5489 5.93568 10.4888 5.88415 10.4427L3.12936 7.96883C3.07389 7.91927 3.03369 7.85357 3.01387 7.78005C2.99405 7.70652 2.9955 7.62849 3.01802 7.55583C3.04055 7.48317 3.08314 7.41915 3.1404 7.37188C3.19767 7.3246 3.26703 7.29621 3.33971 7.29028L6.95553 6.98672C7.02319 6.98105 7.08804 6.95594 7.14296 6.91413C7.19787 6.87233 7.24072 6.81546 7.26679 6.74977L8.65925 3.23957Z",
@@ -853,7 +922,7 @@ var template = {
853
922
  );
854
923
  },
855
924
  right: ({ className }) => {
856
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
925
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
857
926
  "svg",
858
927
  {
859
928
  xmlns: "http://www.w3.org/2000/svg",
@@ -862,12 +931,12 @@ var template = {
862
931
  viewBox: "0 0 18 18",
863
932
  fill: "none",
864
933
  className,
865
- children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { d: "M6.5 4L11.5 9L6.5 14", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
934
+ children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { d: "M6.5 4L11.5 9L6.5 14", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
866
935
  }
867
936
  );
868
937
  },
869
938
  avatar: ({ className }) => {
870
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(
939
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(
871
940
  "svg",
872
941
  {
873
942
  width: "50",
@@ -878,10 +947,10 @@ var template = {
878
947
  xmlnsXlink: "http://www.w3.org/1999/xlink",
879
948
  className,
880
949
  children: [
881
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("rect", { id: "Rectangle 6445", width: "50", height: "50", rx: "5", fill: "url(#pattern0_10_7240)" }),
882
- /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("defs", { children: [
883
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("pattern", { id: "pattern0_10_7240", patternContentUnits: "objectBoundingBox", width: "1", height: "1", children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("use", { xlinkHref: "#image0_10_7240", transform: "scale(0.00195312)" }) }),
884
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
950
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("rect", { id: "Rectangle 6445", width: "50", height: "50", rx: "5", fill: "url(#pattern0_10_7240)" }),
951
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("defs", { children: [
952
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("pattern", { id: "pattern0_10_7240", patternContentUnits: "objectBoundingBox", width: "1", height: "1", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("use", { xlinkHref: "#image0_10_7240", transform: "scale(0.00195312)" }) }),
953
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
885
954
  "image",
886
955
  {
887
956
  id: "image0_10_7240",
@@ -898,7 +967,7 @@ var template = {
898
967
  );
899
968
  },
900
969
  dashboard: ({ className }) => {
901
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
970
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
902
971
  "svg",
903
972
  {
904
973
  xmlns: "http://www.w3.org/2000/svg",
@@ -907,7 +976,7 @@ var template = {
907
976
  viewBox: "0 0 21 21",
908
977
  fill: "none",
909
978
  className,
910
- children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
979
+ children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
911
980
  "path",
912
981
  {
913
982
  d: "M3.28125 5.25C3.28125 4.72786 3.48867 4.2271 3.85788 3.85788C4.2271 3.48867 4.72786 3.28125 5.25 3.28125H7.21875C7.74089 3.28125 8.24165 3.48867 8.61087 3.85788C8.98008 4.2271 9.1875 4.72786 9.1875 5.25V7.21875C9.1875 7.74089 8.98008 8.24165 8.61087 8.61087C8.24165 8.98008 7.74089 9.1875 7.21875 9.1875H5.25C4.72786 9.1875 4.2271 8.98008 3.85788 8.61087C3.48867 8.24165 3.28125 7.74089 3.28125 7.21875V5.25ZM3.28125 13.7812C3.28125 13.2591 3.48867 12.7583 3.85788 12.3891C4.2271 12.0199 4.72786 11.8125 5.25 11.8125H7.21875C7.74089 11.8125 8.24165 12.0199 8.61087 12.3891C8.98008 12.7583 9.1875 13.2591 9.1875 13.7812V15.75C9.1875 16.2721 8.98008 16.7729 8.61087 17.1421C8.24165 17.5113 7.74089 17.7187 7.21875 17.7187H5.25C4.72786 17.7187 4.2271 17.5113 3.85788 17.1421C3.48867 16.7729 3.28125 16.2721 3.28125 15.75V13.7812ZM11.8125 5.25C11.8125 4.72786 12.0199 4.2271 12.3891 3.85788C12.7583 3.48867 13.2591 3.28125 13.7812 3.28125H15.75C16.2721 3.28125 16.7729 3.48867 17.1421 3.85788C17.5113 4.2271 17.7187 4.72786 17.7187 5.25V7.21875C17.7187 7.74089 17.5113 8.24165 17.1421 8.61087C16.7729 8.98008 16.2721 9.1875 15.75 9.1875H13.7812C13.2591 9.1875 12.7583 8.98008 12.3891 8.61087C12.0199 8.24165 11.8125 7.74089 11.8125 7.21875V5.25ZM11.8125 13.7812C11.8125 13.2591 12.0199 12.7583 12.3891 12.3891C12.7583 12.0199 13.2591 11.8125 13.7812 11.8125H15.75C16.2721 11.8125 16.7729 12.0199 17.1421 12.3891C17.5113 12.7583 17.7187 13.2591 17.7187 13.7812V15.75C17.7187 16.2721 17.5113 16.7729 17.1421 17.1421C16.7729 17.5113 16.2721 17.7187 15.75 17.7187H13.7812C13.2591 17.7187 12.7583 17.5113 12.3891 17.1421C12.0199 16.7729 11.8125 16.2721 11.8125 15.75V13.7812Z",
@@ -921,7 +990,7 @@ var template = {
921
990
  );
922
991
  },
923
992
  user: ({ className }) => {
924
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
993
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
925
994
  "svg",
926
995
  {
927
996
  xmlns: "http://www.w3.org/2000/svg",
@@ -930,7 +999,7 @@ var template = {
930
999
  viewBox: "0 0 21 21",
931
1000
  fill: "none",
932
1001
  className,
933
- children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1002
+ children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
934
1003
  "path",
935
1004
  {
936
1005
  d: "M13.125 16.737C13.8714 16.9537 14.6447 17.0633 15.4219 17.0625C16.6717 17.0643 17.9053 16.7793 19.0278 16.2295C19.0609 15.4452 18.8375 14.6715 18.3914 14.0257C17.9453 13.3798 17.3008 12.8969 16.5556 12.6503C15.8104 12.4037 15.0051 12.4067 14.2618 12.659C13.5184 12.9112 12.8776 13.3989 12.4364 14.0481M13.125 16.737V16.7344C13.125 15.7605 12.8748 14.8444 12.4364 14.0481M13.125 16.737V16.8297C11.441 17.844 9.51179 18.3783 7.546 18.375C5.50637 18.375 3.598 17.8106 1.96875 16.8297L1.96788 16.7344C1.9672 15.4958 2.37879 14.2922 3.13774 13.3134C3.89668 12.3345 4.95983 11.6361 6.15955 11.3283C7.35928 11.0204 8.62734 11.1206 9.76383 11.6131C10.9003 12.1055 11.8406 12.9622 12.4364 14.0481M10.5 5.57812C10.5 6.36134 10.1889 7.11248 9.63505 7.6663C9.08123 8.22012 8.33009 8.53125 7.54688 8.53125C6.76366 8.53125 6.01252 8.22012 5.4587 7.6663C4.90488 7.11248 4.59375 6.36134 4.59375 5.57812C4.59375 4.79491 4.90488 4.04377 5.4587 3.48995C6.01252 2.93613 6.76366 2.625 7.54688 2.625C8.33009 2.625 9.08123 2.93613 9.63505 3.48995C10.1889 4.04377 10.5 4.79491 10.5 5.57812ZM17.7188 7.54688C17.7188 8.15604 17.4768 8.74026 17.046 9.17101C16.6153 9.60176 16.031 9.84375 15.4219 9.84375C14.8127 9.84375 14.2285 9.60176 13.7977 9.17101C13.367 8.74026 13.125 8.15604 13.125 7.54688C13.125 6.93771 13.367 6.35349 13.7977 5.92274C14.2285 5.49199 14.8127 5.25 15.4219 5.25C16.031 5.25 16.6153 5.49199 17.046 5.92274C17.4768 6.35349 17.7188 6.93771 17.7188 7.54688Z",
@@ -944,7 +1013,7 @@ var template = {
944
1013
  );
945
1014
  },
946
1015
  book: ({ className }) => {
947
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1016
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
948
1017
  "svg",
949
1018
  {
950
1019
  xmlns: "http://www.w3.org/2000/svg",
@@ -953,7 +1022,7 @@ var template = {
953
1022
  viewBox: "0 0 21 21",
954
1023
  fill: "none",
955
1024
  className,
956
- children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1025
+ children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
957
1026
  "path",
958
1027
  {
959
1028
  d: "M10.5 5.28676C9.05766 3.99295 7.1876 3.27858 5.25 3.28126C4.3295 3.28126 3.44575 3.43876 2.625 3.72926V16.198C3.46817 15.9005 4.35589 15.749 5.25 15.75C7.26688 15.75 9.107 16.5086 10.5 17.7555M10.5 5.28676C11.9423 3.99287 13.8124 3.2785 15.75 3.28126C16.6705 3.28126 17.5542 3.43876 18.375 3.72926V16.198C17.5318 15.9005 16.6441 15.749 15.75 15.75C13.8124 15.7473 11.9423 16.4617 10.5 17.7555M10.5 5.28676V17.7555",
@@ -967,7 +1036,7 @@ var template = {
967
1036
  );
968
1037
  },
969
1038
  file: ({ className }) => {
970
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1039
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
971
1040
  "svg",
972
1041
  {
973
1042
  xmlns: "http://www.w3.org/2000/svg",
@@ -976,7 +1045,7 @@ var template = {
976
1045
  viewBox: "0 0 21 21",
977
1046
  fill: "none",
978
1047
  className,
979
- children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1048
+ children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
980
1049
  "path",
981
1050
  {
982
1051
  d: "M15.8855 11.0306L9.68831 16.5537C9.00849 17.1596 8.08645 17.5 7.12503 17.5C6.16361 17.5 5.24157 17.1596 4.56175 16.5537C3.88192 15.9479 3.5 15.1261 3.5 14.2693C3.5 13.4124 3.88192 12.5907 4.56175 11.9848L13.3745 4.13053C13.599 3.93056 13.8655 3.77196 14.1588 3.66377C14.452 3.55558 14.7663 3.49993 15.0837 3.5C15.4011 3.50007 15.7153 3.55585 16.0085 3.66416C16.3018 3.77247 16.5681 3.93119 16.7925 4.13125C17.0169 4.33131 17.1949 4.56881 17.3162 4.83017C17.4376 5.09153 17.5001 5.37164 17.5 5.65451C17.4999 5.93737 17.4373 6.21746 17.3158 6.47877C17.1943 6.74008 17.0162 6.97749 16.7917 7.17746L7.97247 15.0375C7.74368 15.2329 7.43788 15.3398 7.12096 15.3362C6.80404 15.3326 6.50139 15.2182 6.27823 15.0176C6.05507 14.817 5.92927 14.5463 5.92794 14.2639C5.92662 13.9814 6.04987 13.7098 6.27114 13.5075L12.5625 7.90043M7.97972 15.0303L7.97167 15.0375",
@@ -990,7 +1059,7 @@ var template = {
990
1059
  );
991
1060
  },
992
1061
  list: ({ className }) => {
993
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(
1062
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(
994
1063
  "svg",
995
1064
  {
996
1065
  xmlns: "http://www.w3.org/2000/svg",
@@ -1000,7 +1069,7 @@ var template = {
1000
1069
  fill: "none",
1001
1070
  className,
1002
1071
  children: [
1003
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1072
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1004
1073
  "path",
1005
1074
  {
1006
1075
  d: "M18.6667 5.44436V7.32659C18.6667 8.55547 17.8889 9.33325 16.66 9.33325H14V3.89659C14 3.03325 14.7078 2.33325 15.5711 2.33325C16.4189 2.34103 17.1967 2.68325 17.7567 3.24325C18.3167 3.81103 18.6667 4.58881 18.6667 5.44436Z",
@@ -1011,7 +1080,7 @@ var template = {
1011
1080
  strokeLinejoin: "round"
1012
1081
  }
1013
1082
  ),
1014
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1083
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1015
1084
  "path",
1016
1085
  {
1017
1086
  d: "M2.33333 6.30102V17.4108C2.33333 18.0694 3.08727 18.4424 3.61665 18.0456L4.98823 17.0299C5.30906 16.7918 5.75823 16.8236 6.04698 17.1092L7.37842 18.4345C7.69123 18.744 8.2046 18.744 8.51741 18.4345L9.86491 17.1013C10.1456 16.8236 10.5948 16.7918 10.9076 17.0299L12.2792 18.0456C12.8086 18.4345 13.5625 18.0615 13.5625 17.4108V3.92036C13.5625 3.04745 14.2844 2.33325 15.1667 2.33325H6.34375H5.54167C3.13542 2.33325 2.33333 3.75371 2.33333 5.50747V6.30102Z",
@@ -1022,7 +1091,7 @@ var template = {
1022
1091
  strokeLinejoin: "round"
1023
1092
  }
1024
1093
  ),
1025
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1094
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1026
1095
  "path",
1027
1096
  {
1028
1097
  d: "M4.66667 8.16675H10.5",
@@ -1032,7 +1101,7 @@ var template = {
1032
1101
  strokeLinejoin: "round"
1033
1102
  }
1034
1103
  ),
1035
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1104
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1036
1105
  "path",
1037
1106
  {
1038
1107
  d: "M5.83333 10.5H9.33333",
@@ -1047,7 +1116,7 @@ var template = {
1047
1116
  );
1048
1117
  },
1049
1118
  computer: ({ className }) => {
1050
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1119
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1051
1120
  "svg",
1052
1121
  {
1053
1122
  xmlns: "http://www.w3.org/2000/svg",
@@ -1056,7 +1125,7 @@ var template = {
1056
1125
  viewBox: "0 0 21 21",
1057
1126
  fill: "none",
1058
1127
  className,
1059
- children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1128
+ children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1060
1129
  "path",
1061
1130
  {
1062
1131
  d: "M8.16667 14.5833V15.3666C8.1667 15.6731 8.10634 15.9766 7.98904 16.2598C7.87173 16.543 7.69978 16.8003 7.483 17.017L7 17.5H14L13.517 17.017C13.3002 16.8003 13.1283 16.543 13.011 16.2598C12.8937 15.9766 12.8333 15.6731 12.8333 15.3666V14.5833M17.5 5.25V12.8333C17.5 13.2975 17.3156 13.7426 16.9874 14.0708C16.6592 14.399 16.2141 14.5833 15.75 14.5833H5.25C4.78587 14.5833 4.34075 14.399 4.01256 14.0708C3.68437 13.7426 3.5 13.2975 3.5 12.8333V5.25M17.5 5.25C17.5 4.78587 17.3156 4.34075 16.9874 4.01256C16.6592 3.68437 16.2141 3.5 15.75 3.5H5.25C4.78587 3.5 4.34075 3.68437 4.01256 4.01256C3.68437 4.34075 3.5 4.78587 3.5 5.25M17.5 5.25V10.5C17.5 10.9641 17.3156 11.4092 16.9874 11.7374C16.6592 12.0656 16.2141 12.25 15.75 12.25H5.25C4.78587 12.25 4.34075 12.0656 4.01256 11.7374C3.68437 11.4092 3.5 10.9641 3.5 10.5V5.25",
@@ -1070,7 +1139,7 @@ var template = {
1070
1139
  );
1071
1140
  },
1072
1141
  bubble: ({ className }) => {
1073
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1142
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1074
1143
  "svg",
1075
1144
  {
1076
1145
  xmlns: "http://www.w3.org/2000/svg",
@@ -1079,7 +1148,7 @@ var template = {
1079
1148
  viewBox: "0 0 21 21",
1080
1149
  fill: "none",
1081
1150
  className,
1082
- children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1151
+ children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1083
1152
  "path",
1084
1153
  {
1085
1154
  d: "M7 7.58333H14M7 9.91667H10.5M2.91667 11.0911C2.91667 12.3356 3.79011 13.4198 5.02211 13.601C5.90022 13.7301 6.78767 13.8289 7.68445 13.8958C7.95667 13.916 8.20556 14.0591 8.35722 14.2854L10.5 17.5L12.6428 14.2854C12.718 14.1737 12.8176 14.0805 12.9342 14.0129C13.0508 13.9454 13.1812 13.9054 13.3156 13.8958C14.2062 13.8293 15.0942 13.731 15.9779 13.601C17.2099 13.4198 18.0833 12.3363 18.0833 11.0903V6.40967C18.0833 5.16367 17.2099 4.08022 15.9779 3.899C14.1641 3.63278 12.3332 3.49942 10.5 3.5C8.63956 3.5 6.81022 3.63611 5.02211 3.899C3.79011 4.08022 2.91667 5.16445 2.91667 6.40967V11.0903V11.0911Z",
@@ -1093,7 +1162,7 @@ var template = {
1093
1162
  );
1094
1163
  },
1095
1164
  megaphone: ({ className }) => {
1096
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1165
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1097
1166
  "svg",
1098
1167
  {
1099
1168
  xmlns: "http://www.w3.org/2000/svg",
@@ -1102,7 +1171,7 @@ var template = {
1102
1171
  viewBox: "0 0 21 21",
1103
1172
  fill: "none",
1104
1173
  className,
1105
- children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1174
+ children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1106
1175
  "path",
1107
1176
  {
1108
1177
  d: "M9.1013 13.6763C8.52159 13.6288 7.93346 13.605 7.34028 13.605H6.70833C5.70272 13.605 4.7383 13.2293 4.02722 12.5604C3.31615 11.8916 2.91667 10.9844 2.91667 10.0385C2.91667 9.09265 3.31615 8.1855 4.02722 7.51666C4.7383 6.84782 5.70272 6.47206 6.70833 6.47206H7.34028C7.93346 6.47206 8.52159 6.44829 9.1013 6.40073M9.1013 13.6763C9.31447 14.4388 9.59337 15.1758 9.93125 15.882C10.1394 16.3179 9.98181 16.841 9.54113 17.0796L8.98755 17.3807C8.52328 17.6328 7.92588 17.4735 7.70091 17.0154C7.16695 15.9288 6.76012 14.7909 6.48758 13.6217M9.1013 13.6763C8.77014 12.4889 8.60306 11.2662 8.60417 10.0385C8.60417 8.78155 8.7769 7.56261 9.1013 6.40073M9.1013 13.6763C11.6978 13.8857 14.2261 14.568 16.5456 15.6855M9.1013 6.40073C11.6978 6.19144 14.2262 5.50906 16.5456 4.39162M16.5456 15.6855C16.4462 15.9866 16.3392 16.283 16.2254 16.5771M16.5456 15.6855C17.004 14.2958 17.2907 12.861 17.4 11.4097M16.5456 4.39162C16.4468 4.09195 16.34 3.79465 16.2254 3.5M16.5456 4.39162C17.004 5.78131 17.2907 7.21603 17.4 8.66743M17.4 8.66743C17.8171 8.99475 18.0833 9.48772 18.0833 10.0385C18.0833 10.5894 17.8171 11.0823 17.4 11.4097M17.4 8.66743C17.4691 9.58035 17.4691 10.4967 17.4 11.4097",
@@ -1116,7 +1185,7 @@ var template = {
1116
1185
  );
1117
1186
  },
1118
1187
  filter: ({ className }) => {
1119
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1188
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1120
1189
  "svg",
1121
1190
  {
1122
1191
  xmlns: "http://www.w3.org/2000/svg",
@@ -1125,7 +1194,7 @@ var template = {
1125
1194
  viewBox: "0 0 22 22",
1126
1195
  fill: "none",
1127
1196
  className,
1128
- children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1197
+ children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1129
1198
  "path",
1130
1199
  {
1131
1200
  d: "M9.6875 5.75H18.2188M9.6875 5.75C9.6875 6.0981 9.54922 6.43194 9.30308 6.67808C9.05694 6.92422 8.7231 7.0625 8.375 7.0625C8.0269 7.0625 7.69306 6.92422 7.44692 6.67808C7.20078 6.43194 7.0625 6.0981 7.0625 5.75M9.6875 5.75C9.6875 5.4019 9.54922 5.06806 9.30308 4.82192C9.05694 4.57578 8.7231 4.4375 8.375 4.4375C8.0269 4.4375 7.69306 4.57578 7.44692 4.82192C7.20078 5.06806 7.0625 5.4019 7.0625 5.75M7.0625 5.75H3.78125M9.6875 16.25H18.2188M9.6875 16.25C9.6875 16.5981 9.54922 16.9319 9.30308 17.1781C9.05694 17.4242 8.7231 17.5625 8.375 17.5625C8.0269 17.5625 7.69306 17.4242 7.44692 17.1781C7.20078 16.9319 7.0625 16.5981 7.0625 16.25M9.6875 16.25C9.6875 15.9019 9.54922 15.5681 9.30308 15.3219C9.05694 15.0758 8.7231 14.9375 8.375 14.9375C8.0269 14.9375 7.69306 15.0758 7.44692 15.3219C7.20078 15.5681 7.0625 15.9019 7.0625 16.25M7.0625 16.25H3.78125M14.9375 11H18.2188M14.9375 11C14.9375 11.3481 14.7992 11.6819 14.5531 11.9281C14.3069 12.1742 13.9731 12.3125 13.625 12.3125C13.2769 12.3125 12.9431 12.1742 12.6969 11.9281C12.4508 11.6819 12.3125 11.3481 12.3125 11M14.9375 11C14.9375 10.6519 14.7992 10.3181 14.5531 10.0719C14.3069 9.82578 13.9731 9.6875 13.625 9.6875C13.2769 9.6875 12.9431 9.82578 12.6969 10.0719C12.4508 10.3181 12.3125 10.6519 12.3125 11M12.3125 11H3.78125",
@@ -1139,7 +1208,7 @@ var template = {
1139
1208
  );
1140
1209
  },
1141
1210
  menu: ({ className }) => {
1142
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(
1211
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(
1143
1212
  "svg",
1144
1213
  {
1145
1214
  xmlns: "http://www.w3.org/2000/svg",
@@ -1149,15 +1218,15 @@ var template = {
1149
1218
  fill: "none",
1150
1219
  className,
1151
1220
  children: [
1152
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { d: "M2.25 5.25H15.75", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" }),
1153
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { d: "M2.25 9H15.75", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" }),
1154
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { d: "M2.25 12.75H15.75", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" })
1221
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { d: "M2.25 5.25H15.75", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" }),
1222
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { d: "M2.25 9H15.75", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" }),
1223
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { d: "M2.25 12.75H15.75", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" })
1155
1224
  ]
1156
1225
  }
1157
1226
  );
1158
1227
  },
1159
1228
  home: ({ className }) => {
1160
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(
1229
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(
1161
1230
  "svg",
1162
1231
  {
1163
1232
  xmlns: "http://www.w3.org/2000/svg",
@@ -1167,14 +1236,14 @@ var template = {
1167
1236
  fill: "none",
1168
1237
  className,
1169
1238
  children: [
1170
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1239
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1171
1240
  "path",
1172
1241
  {
1173
1242
  d: "M8.60249 2.88071C8.70796 2.77538 8.85092 2.71621 8.99999 2.71621C9.14905 2.71621 9.29202 2.77538 9.39749 2.88071L15.915 9.39821C15.9669 9.45191 16.029 9.49474 16.0976 9.52418C16.1663 9.55363 16.2401 9.56911 16.3148 9.56973C16.3895 9.57034 16.4635 9.55607 16.5326 9.52776C16.6018 9.49944 16.6645 9.45764 16.7173 9.4048C16.7701 9.35196 16.8119 9.28914 16.8401 9.22C16.8684 9.15086 16.8826 9.07678 16.8819 9.00209C16.8812 8.92741 16.8656 8.8536 16.8361 8.78499C16.8066 8.71638 16.7637 8.65433 16.71 8.60246L10.1932 2.08496C10.0365 1.92826 9.85051 1.80396 9.64577 1.71915C9.44103 1.63435 9.22159 1.5907 8.99999 1.5907C8.77838 1.5907 8.55894 1.63435 8.3542 1.71915C8.14947 1.80396 7.96344 1.92826 7.80674 2.08496L1.28924 8.60246C1.23554 8.65438 1.19272 8.71647 1.16327 8.78511C1.13382 8.85375 1.11834 8.92757 1.11773 9.00225C1.11711 9.07694 1.13138 9.15101 1.15969 9.22012C1.18801 9.28924 1.22981 9.35202 1.28265 9.40481C1.33549 9.4576 1.39831 9.49934 1.46745 9.52759C1.53659 9.55584 1.61067 9.57004 1.68536 9.56935C1.76005 9.56867 1.83385 9.55312 1.90246 9.5236C1.97108 9.49409 2.03312 9.45121 2.08499 9.39746L8.60249 2.88071Z",
1174
1243
  fill: "currentColor"
1175
1244
  }
1176
1245
  ),
1177
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1246
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1178
1247
  "path",
1179
1248
  {
1180
1249
  d: "M9 4.07397L15.1193 10.1932C15.1418 10.2157 15.1643 10.2367 15.1875 10.2577V14.9062C15.1875 15.6825 14.5575 16.3125 13.7812 16.3125H11.25C11.1008 16.3125 10.9577 16.2532 10.8523 16.1477C10.7468 16.0422 10.6875 15.8992 10.6875 15.75V12.375C10.6875 12.2258 10.6282 12.0827 10.5227 11.9772C10.4173 11.8717 10.2742 11.8125 10.125 11.8125H7.875C7.72582 11.8125 7.58274 11.8717 7.47725 11.9772C7.37176 12.0827 7.3125 12.2258 7.3125 12.375V15.75C7.3125 15.8992 7.25324 16.0422 7.14775 16.1477C7.04226 16.2532 6.89918 16.3125 6.75 16.3125H4.21875C3.84579 16.3125 3.4881 16.1643 3.22438 15.9006C2.96066 15.6369 2.8125 15.2792 2.8125 14.9062V10.2577C2.83583 10.2369 2.85859 10.2153 2.88075 10.1932L9 4.07397Z",
@@ -1186,7 +1255,7 @@ var template = {
1186
1255
  );
1187
1256
  },
1188
1257
  exclamation: ({ className, fill }) => {
1189
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1258
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1190
1259
  "svg",
1191
1260
  {
1192
1261
  xmlns: "http://www.w3.org/2000/svg",
@@ -1195,44 +1264,44 @@ var template = {
1195
1264
  viewBox: "0 0 18 18",
1196
1265
  fill: "none",
1197
1266
  className,
1198
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(import_jsx_runtime4.Fragment, { children: [
1199
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1267
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(import_jsx_runtime5.Fragment, { children: [
1268
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1200
1269
  "path",
1201
1270
  {
1202
1271
  d: "M11.264 2.37077C11.2832 2.37715 11.3024 2.38353 11.3223 2.3901C12.3182 2.72483 13.1824 3.30575 13.9306 4.03468C13.9575 4.06039 13.9843 4.08609 14.0119 4.11257C14.1806 4.27693 14.33 4.45208 14.4754 4.63713C14.4981 4.66509 14.5208 4.69305 14.5442 4.72185C15.0188 5.31801 15.3774 6.01161 15.6224 6.73137C15.6303 6.75453 15.6382 6.77768 15.6464 6.80155C16.1308 8.2413 16.1125 9.82918 15.6224 11.2641C15.6105 11.2995 15.6105 11.2995 15.5983 11.3356C15.3948 11.9315 15.1066 12.5059 14.7335 13.0141C14.7221 13.0297 14.7107 13.0453 14.6989 13.0614C14.313 13.5865 13.8736 14.0779 13.3571 14.4772C13.3155 14.5109 13.3155 14.5109 13.273 14.5454C12.6801 15.0224 11.982 15.3801 11.264 15.6247C11.2408 15.6326 11.2177 15.6406 11.1938 15.6487C9.43757 16.2402 7.50979 16.0678 5.85241 15.2592C4.96204 14.8102 4.13267 14.1489 3.52213 13.3583C3.49962 13.3305 3.47711 13.3028 3.45392 13.2742C2.32855 11.8738 1.85507 9.99621 2.03839 8.22438C2.17342 7.0638 2.58402 5.9339 3.26407 4.98139C3.27714 4.96288 3.29022 4.94436 3.30369 4.92529C3.51689 4.62523 3.75292 4.35545 4.00958 4.09206C4.03773 4.06274 4.06588 4.03342 4.09403 4.00409C4.26597 3.8279 4.44681 3.67012 4.6404 3.5183C4.6683 3.49563 4.69621 3.47296 4.72496 3.4496C6.54339 2.00006 9.08031 1.63201 11.264 2.37077Z",
1203
1272
  fill: "currentColor"
1204
1273
  }
1205
1274
  ),
1206
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1275
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1207
1276
  "path",
1208
1277
  {
1209
1278
  d: "M9.36648 5.85289C9.53634 5.9647 9.6533 6.12598 9.71812 6.32867C9.73452 6.40467 9.74201 6.47516 9.74238 6.55312C9.74254 6.57462 9.74269 6.59612 9.74284 6.61826C9.7429 6.64157 9.74296 6.66489 9.74302 6.68891C9.74315 6.71368 9.74329 6.73845 9.74344 6.76397C9.74385 6.84591 9.7441 6.92785 9.74431 7.00979C9.7444 7.03785 9.74448 7.06592 9.74457 7.09484C9.74497 7.22817 9.74528 7.3615 9.74545 7.49483C9.74568 7.66315 9.74639 7.83146 9.74732 7.99978C9.74787 8.11787 9.74805 8.23596 9.74812 8.35405C9.74823 8.41042 9.74847 8.46679 9.74886 8.52316C9.75351 9.23268 9.75351 9.23268 9.54833 9.48966C9.39246 9.65505 9.20768 9.73677 8.98973 9.75C8.78199 9.74035 8.59485 9.64627 8.44906 9.48814C8.28258 9.27909 8.24899 9.03597 8.25049 8.7678C8.25038 8.7429 8.25027 8.718 8.25015 8.69234C8.24987 8.61081 8.25006 8.5293 8.25027 8.44777C8.25023 8.39068 8.25017 8.33358 8.25009 8.27649C8.24999 8.15716 8.25013 8.03783 8.25043 7.9185C8.25079 7.76594 8.25058 7.6134 8.2502 7.46085C8.24997 7.34306 8.25004 7.22527 8.25021 7.10748C8.25025 7.05125 8.2502 6.99501 8.25005 6.93877C8.24989 6.86005 8.25014 6.78135 8.25049 6.70263C8.25036 6.67965 8.25023 6.65668 8.2501 6.63301C8.25225 6.37163 8.32078 6.1648 8.48128 5.96879C8.72644 5.71507 9.07274 5.68973 9.36648 5.85289Z",
1210
1279
  fill: "white"
1211
1280
  }
1212
1281
  ),
1213
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1282
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1214
1283
  "path",
1215
1284
  {
1216
1285
  d: "M9.34541 10.8369C9.52938 10.9471 9.67125 11.1068 9.73271 11.3148C9.77656 11.529 9.73613 11.7317 9.62145 11.916C9.49889 12.0867 9.3528 12.1846 9.14957 12.2412C8.92053 12.2704 8.73922 12.2283 8.55045 12.0972C8.38043 11.959 8.27865 11.7781 8.25072 11.5592C8.24266 11.3506 8.30179 11.162 8.43381 10.9998C8.68322 10.7451 9.02878 10.6749 9.34541 10.8369Z",
1217
1286
  fill: "white"
1218
1287
  }
1219
1288
  )
1220
- ] }) : /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(import_jsx_runtime4.Fragment, { children: [
1221
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1289
+ ] }) : /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(import_jsx_runtime5.Fragment, { children: [
1290
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1222
1291
  "path",
1223
1292
  {
1224
1293
  d: "M5.03711 3.84082C6.60875 2.5881 8.77805 2.2038 10.7188 2.72754L11.1035 2.84473L11.1064 2.8457C11.125 2.85187 11.144 2.85694 11.1631 2.86328V2.86426C11.9606 3.13233 12.6739 3.57547 13.3125 4.14258L13.582 4.39258L13.585 4.39551L13.666 4.47363C13.7385 4.54442 13.8078 4.61844 13.876 4.69629L14.082 4.94629L14.0869 4.95215L14.1562 5.03711C14.5346 5.51326 14.8361 6.06221 15.0586 6.6416L15.1494 6.89258V6.89355L15.1738 6.96387C15.5931 8.21222 15.6047 9.58552 15.2295 10.8506L15.1494 11.1025L15.1484 11.1045C15.1368 11.1391 15.1363 11.1401 15.125 11.1738C14.9596 11.6581 14.7354 12.1232 14.4541 12.542L14.3301 12.7178L14.3291 12.7197C14.3181 12.7348 14.3072 12.7501 14.2959 12.7656C13.9281 13.2659 13.5205 13.7197 13.0518 14.082L13.3457 14.4629L13.0508 14.0811L13.042 14.0889L12.958 14.1572C12.4859 14.5367 11.9342 14.8378 11.3535 15.0605L11.1025 15.1514H11.1016C11.0793 15.159 11.0571 15.1669 11.0342 15.1748C9.51234 15.6873 7.84224 15.5817 6.36426 14.9443L6.07129 14.8096C5.3482 14.4439 4.67072 13.9288 4.1377 13.3203L3.91797 13.0527L3.91016 13.0439L3.84277 12.959H3.8418C2.81057 11.6744 2.36571 9.93549 2.53516 8.28223C2.64545 7.33424 2.95228 6.41319 3.44727 5.60938L3.6709 5.27148L3.67285 5.26953C3.6858 5.2512 3.69858 5.23275 3.71191 5.21387L3.71094 5.21289C3.85636 5.00834 4.01615 4.81758 4.18945 4.62891L4.36816 4.44141L4.37012 4.43848C4.39734 4.41013 4.42493 4.38187 4.45215 4.35352C4.52879 4.27498 4.60794 4.19996 4.69043 4.12695L4.94922 3.91211L4.95605 3.90625C4.98272 3.88459 5.00872 3.86211 5.03613 3.83984L5.03711 3.84082Z",
1225
1294
  stroke: "currentColor"
1226
1295
  }
1227
1296
  ),
1228
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1297
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1229
1298
  "path",
1230
1299
  {
1231
1300
  d: "M9.36648 5.85289C9.53634 5.9647 9.6533 6.12598 9.71812 6.32867C9.73452 6.40467 9.74201 6.47516 9.74238 6.55312C9.74254 6.57462 9.74269 6.59612 9.74284 6.61826C9.7429 6.64157 9.74296 6.66489 9.74302 6.68891C9.74315 6.71368 9.74329 6.73845 9.74344 6.76397C9.74385 6.84591 9.7441 6.92785 9.74431 7.00979C9.7444 7.03785 9.74448 7.06592 9.74457 7.09484C9.74497 7.22817 9.74528 7.3615 9.74545 7.49483C9.74568 7.66315 9.74639 7.83146 9.74732 7.99978C9.74787 8.11787 9.74805 8.23596 9.74812 8.35405C9.74823 8.41042 9.74847 8.46679 9.74886 8.52316C9.75351 9.23268 9.75351 9.23268 9.54833 9.48966C9.39246 9.65505 9.20768 9.73677 8.98973 9.75C8.78199 9.74035 8.59485 9.64627 8.44906 9.48814C8.28258 9.27909 8.24899 9.03597 8.25049 8.7678C8.25038 8.7429 8.25027 8.718 8.25015 8.69234C8.24987 8.61081 8.25006 8.5293 8.25027 8.44777C8.25023 8.39068 8.25017 8.33358 8.25009 8.27649C8.24999 8.15716 8.25013 8.03783 8.25043 7.9185C8.25079 7.76594 8.25058 7.6134 8.2502 7.46085C8.24997 7.34306 8.25004 7.22527 8.25021 7.10748C8.25025 7.05125 8.2502 6.99501 8.25005 6.93877C8.24989 6.86005 8.25014 6.78135 8.25049 6.70263C8.25036 6.67965 8.25023 6.65668 8.2501 6.63301C8.25225 6.37163 8.32078 6.1648 8.48128 5.96879C8.72644 5.71507 9.07274 5.68973 9.36648 5.85289Z",
1232
1301
  fill: "currentColor"
1233
1302
  }
1234
1303
  ),
1235
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1304
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1236
1305
  "path",
1237
1306
  {
1238
1307
  d: "M9.34541 10.8369C9.52938 10.9471 9.67125 11.1068 9.73271 11.3148C9.77656 11.529 9.73613 11.7317 9.62145 11.916C9.49889 12.0867 9.3528 12.1846 9.14957 12.2412C8.92053 12.2704 8.73922 12.2283 8.55045 12.0972C8.38043 11.959 8.27865 11.7781 8.25072 11.5592C8.24266 11.3506 8.30179 11.162 8.43381 10.9998C8.68322 10.7451 9.02878 10.6749 9.34541 10.8369Z",
@@ -1244,7 +1313,7 @@ var template = {
1244
1313
  );
1245
1314
  },
1246
1315
  close: ({ className }) => {
1247
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1316
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1248
1317
  "svg",
1249
1318
  {
1250
1319
  xmlns: "http://www.w3.org/2000/svg",
@@ -1253,7 +1322,7 @@ var template = {
1253
1322
  viewBox: "0 0 27 27",
1254
1323
  fill: "none",
1255
1324
  className,
1256
- children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1325
+ children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1257
1326
  "path",
1258
1327
  {
1259
1328
  fillRule: "evenodd",
@@ -1266,7 +1335,7 @@ var template = {
1266
1335
  );
1267
1336
  },
1268
1337
  plus: ({ className }) => {
1269
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(
1338
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(
1270
1339
  "svg",
1271
1340
  {
1272
1341
  xmlns: "http://www.w3.org/2000/svg",
@@ -1276,14 +1345,14 @@ var template = {
1276
1345
  fill: "none",
1277
1346
  className,
1278
1347
  children: [
1279
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { d: "M4.5 9H13.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
1280
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { d: "M9 13.5V4.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
1348
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { d: "M4.5 9H13.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
1349
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { d: "M9 13.5V4.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
1281
1350
  ]
1282
1351
  }
1283
1352
  );
1284
1353
  },
1285
1354
  minus: ({ className }) => {
1286
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1355
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1287
1356
  "svg",
1288
1357
  {
1289
1358
  xmlns: "http://www.w3.org/2000/svg",
@@ -1292,12 +1361,12 @@ var template = {
1292
1361
  viewBox: "0 0 18 18",
1293
1362
  fill: "none",
1294
1363
  className,
1295
- children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { d: "M4.5 9H13.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
1364
+ children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { d: "M4.5 9H13.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
1296
1365
  }
1297
1366
  );
1298
1367
  },
1299
1368
  pencil: ({ className }) => {
1300
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1369
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1301
1370
  "svg",
1302
1371
  {
1303
1372
  xmlns: "http://www.w3.org/2000/svg",
@@ -1306,7 +1375,7 @@ var template = {
1306
1375
  viewBox: "0 0 18 18",
1307
1376
  fill: "none",
1308
1377
  className,
1309
- children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1378
+ children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1310
1379
  "path",
1311
1380
  {
1312
1381
  d: "M12.6465 3.36525L13.9117 2.09925C14.1755 1.83549 14.5332 1.68732 14.9062 1.68732C15.2793 1.68732 15.637 1.83549 15.9008 2.09925C16.1645 2.36301 16.3127 2.72074 16.3127 3.09375C16.3127 3.46676 16.1645 3.82449 15.9008 4.08825L7.9365 12.0525C7.53999 12.4488 7.05102 12.74 6.51375 12.9L4.5 13.5L5.1 11.4863C5.25996 10.949 5.55123 10.46 5.9475 10.0635L12.6465 3.36525ZM12.6465 3.36525L14.625 5.34375M13.5 10.5V14.0625C13.5 14.5101 13.3222 14.9393 13.0057 15.2557C12.6893 15.5722 12.2601 15.75 11.8125 15.75H3.9375C3.48995 15.75 3.06072 15.5722 2.74426 15.2557C2.42779 14.9393 2.25 14.5101 2.25 14.0625V6.1875C2.25 5.73995 2.42779 5.31073 2.74426 4.99426C3.06072 4.67779 3.48995 4.5 3.9375 4.5H7.5",
@@ -1321,7 +1390,7 @@ var template = {
1321
1390
  // ----------------------------------- old ---------------------------------
1322
1391
  // ** Status **
1323
1392
  check: ({ className, fill }) => {
1324
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1393
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1325
1394
  "svg",
1326
1395
  {
1327
1396
  width: "24",
@@ -1330,12 +1399,12 @@ var template = {
1330
1399
  fill: "none",
1331
1400
  xmlns: "http://www.w3.org/2000/svg",
1332
1401
  className,
1333
- children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { d: "M4.5 12.75L10.5 18.75L19.5 5.25", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
1402
+ children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { d: "M4.5 12.75L10.5 18.75L19.5 5.25", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
1334
1403
  }
1335
1404
  );
1336
1405
  },
1337
1406
  "plus-circle": ({ className, fill }) => {
1338
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1407
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1339
1408
  "svg",
1340
1409
  {
1341
1410
  width: "24",
@@ -1344,7 +1413,7 @@ var template = {
1344
1413
  fill: "none",
1345
1414
  xmlns: "http://www.w3.org/2000/svg",
1346
1415
  className,
1347
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1416
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1348
1417
  "path",
1349
1418
  {
1350
1419
  fillRule: "evenodd",
@@ -1352,7 +1421,7 @@ var template = {
1352
1421
  d: "M12 2.25C6.615 2.25 2.25 6.615 2.25 12C2.25 17.385 6.615 21.75 12 21.75C17.385 21.75 21.75 17.385 21.75 12C21.75 6.615 17.385 2.25 12 2.25ZM12.75 9C12.75 8.80109 12.671 8.61032 12.5303 8.46967C12.3897 8.32902 12.1989 8.25 12 8.25C11.8011 8.25 11.6103 8.32902 11.4697 8.46967C11.329 8.61032 11.25 8.80109 11.25 9V11.25H9C8.80109 11.25 8.61032 11.329 8.46967 11.4697C8.32902 11.6103 8.25 11.8011 8.25 12C8.25 12.1989 8.32902 12.3897 8.46967 12.5303C8.61032 12.671 8.80109 12.75 9 12.75H11.25V15C11.25 15.1989 11.329 15.3897 11.4697 15.5303C11.6103 15.671 11.8011 15.75 12 15.75C12.1989 15.75 12.3897 15.671 12.5303 15.5303C12.671 15.3897 12.75 15.1989 12.75 15V12.75H15C15.1989 12.75 15.3897 12.671 15.5303 12.5303C15.671 12.3897 15.75 12.1989 15.75 12C15.75 11.8011 15.671 11.6103 15.5303 11.4697C15.3897 11.329 15.1989 11.25 15 11.25H12.75V9Z",
1353
1422
  fill: "currentColor"
1354
1423
  }
1355
- ) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1424
+ ) : /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1356
1425
  "path",
1357
1426
  {
1358
1427
  d: "M12 9V15M15 12H9M21 12C21 13.1819 20.7672 14.3522 20.3149 15.4442C19.8626 16.5361 19.1997 17.5282 18.364 18.364C17.5282 19.1997 16.5361 19.8626 15.4442 20.3149C14.3522 20.7672 13.1819 21 12 21C10.8181 21 9.64778 20.7672 8.55585 20.3149C7.46392 19.8626 6.47177 19.1997 5.63604 18.364C4.80031 17.5282 4.13738 16.5361 3.68508 15.4442C3.23279 14.3522 3 13.1819 3 12C3 9.61305 3.94821 7.32387 5.63604 5.63604C7.32387 3.94821 9.61305 3 12 3C14.3869 3 16.6761 3.94821 18.364 5.63604C20.0518 7.32387 21 9.61305 21 12Z",
@@ -1365,7 +1434,7 @@ var template = {
1365
1434
  );
1366
1435
  },
1367
1436
  "minus-circle": ({ className, fill }) => {
1368
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1437
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1369
1438
  "svg",
1370
1439
  {
1371
1440
  width: "24",
@@ -1374,7 +1443,7 @@ var template = {
1374
1443
  fill: "none",
1375
1444
  xmlns: "http://www.w3.org/2000/svg",
1376
1445
  className,
1377
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1446
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1378
1447
  "path",
1379
1448
  {
1380
1449
  fillRule: "evenodd",
@@ -1382,7 +1451,7 @@ var template = {
1382
1451
  d: "M12 2.25C6.615 2.25 2.25 6.615 2.25 12C2.25 17.385 6.615 21.75 12 21.75C17.385 21.75 21.75 17.385 21.75 12C21.75 6.615 17.385 2.25 12 2.25ZM15 12.75C15.1989 12.75 15.3897 12.671 15.5303 12.5303C15.671 12.3897 15.75 12.1989 15.75 12C15.75 11.8011 15.671 11.6103 15.5303 11.4697C15.3897 11.329 15.1989 11.25 15 11.25H9C8.80109 11.25 8.61032 11.329 8.46967 11.4697C8.32902 11.6103 8.25 11.8011 8.25 12C8.25 12.1989 8.32902 12.3897 8.46967 12.5303C8.61032 12.671 8.80109 12.75 9 12.75H15Z",
1383
1452
  fill: "currentColor"
1384
1453
  }
1385
- ) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1454
+ ) : /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1386
1455
  "path",
1387
1456
  {
1388
1457
  d: "M15 12H9M21 12C21 13.1819 20.7672 14.3522 20.3149 15.4442C19.8626 16.5361 19.1997 17.5282 18.364 18.364C17.5282 19.1997 16.5361 19.8626 15.4442 20.3149C14.3522 20.7672 13.1819 21 12 21C10.8181 21 9.64778 20.7672 8.55585 20.3149C7.46392 19.8626 6.47177 19.1997 5.63604 18.364C4.80031 17.5282 4.13738 16.5361 3.68508 15.4442C3.23279 14.3522 3 13.1819 3 12C3 9.61305 3.94821 7.32387 5.63604 5.63604C7.32387 3.94821 9.61305 3 12 3C14.3869 3 16.6761 3.94821 18.364 5.63604C20.0518 7.32387 21 9.61305 21 12Z",
@@ -1395,7 +1464,7 @@ var template = {
1395
1464
  );
1396
1465
  },
1397
1466
  "close-circle": ({ className, fill }) => {
1398
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1467
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1399
1468
  "svg",
1400
1469
  {
1401
1470
  width: "24",
@@ -1404,7 +1473,7 @@ var template = {
1404
1473
  fill: "none",
1405
1474
  xmlns: "http://www.w3.org/2000/svg",
1406
1475
  className,
1407
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1476
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1408
1477
  "path",
1409
1478
  {
1410
1479
  fillRule: "evenodd",
@@ -1412,7 +1481,7 @@ var template = {
1412
1481
  d: "M12 2.25C6.615 2.25 2.25 6.615 2.25 12C2.25 17.385 6.615 21.75 12 21.75C17.385 21.75 21.75 17.385 21.75 12C21.75 6.615 17.385 2.25 12 2.25ZM10.28 9.22C10.2113 9.14631 10.1285 9.08721 10.0365 9.04622C9.94454 9.00523 9.84522 8.98318 9.74452 8.98141C9.64382 8.97963 9.54379 8.99816 9.4504 9.03588C9.35701 9.0736 9.27218 9.12974 9.20096 9.20096C9.12974 9.27218 9.0736 9.35701 9.03588 9.4504C8.99816 9.54379 8.97963 9.64382 8.98141 9.74452C8.98318 9.84522 9.00523 9.94454 9.04622 10.0365C9.08721 10.1285 9.14631 10.2113 9.22 10.28L10.94 12L9.22 13.72C9.14631 13.7887 9.08721 13.8715 9.04622 13.9635C9.00523 14.0555 8.98318 14.1548 8.98141 14.2555C8.97963 14.3562 8.99816 14.4562 9.03588 14.5496C9.0736 14.643 9.12974 14.7278 9.20096 14.799C9.27218 14.8703 9.35701 14.9264 9.4504 14.9641C9.54379 15.0018 9.64382 15.0204 9.74452 15.0186C9.84522 15.0168 9.94454 14.9948 10.0365 14.9538C10.1285 14.9128 10.2113 14.8537 10.28 14.78L12 13.06L13.72 14.78C13.7887 14.8537 13.8715 14.9128 13.9635 14.9538C14.0555 14.9948 14.1548 15.0168 14.2555 15.0186C14.3562 15.0204 14.4562 15.0018 14.5496 14.9641C14.643 14.9264 14.7278 14.8703 14.799 14.799C14.8703 14.7278 14.9264 14.643 14.9641 14.5496C15.0018 14.4562 15.0204 14.3562 15.0186 14.2555C15.0168 14.1548 14.9948 14.0555 14.9538 13.9635C14.9128 13.8715 14.8537 13.7887 14.78 13.72L13.06 12L14.78 10.28C14.8537 10.2113 14.9128 10.1285 14.9538 10.0365C14.9948 9.94454 15.0168 9.84522 15.0186 9.74452C15.0204 9.64382 15.0018 9.54379 14.9641 9.4504C14.9264 9.35701 14.8703 9.27218 14.799 9.20096C14.7278 9.12974 14.643 9.0736 14.5496 9.03588C14.4562 8.99816 14.3562 8.97963 14.2555 8.98141C14.1548 8.98318 14.0555 9.00523 13.9635 9.04622C13.8715 9.08721 13.7887 9.14631 13.72 9.22L12 10.94L10.28 9.22Z",
1413
1482
  fill: "currentColor"
1414
1483
  }
1415
- ) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1484
+ ) : /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1416
1485
  "path",
1417
1486
  {
1418
1487
  d: "M9.75 9.75L14.25 14.25M14.25 9.75L9.75 14.25M21 12C21 13.1819 20.7672 14.3522 20.3149 15.4442C19.8626 16.5361 19.1997 17.5282 18.364 18.364C17.5282 19.1997 16.5361 19.8626 15.4442 20.3149C14.3522 20.7672 13.1819 21 12 21C10.8181 21 9.64778 20.7672 8.55585 20.3149C7.46392 19.8626 6.47177 19.1997 5.63604 18.364C4.80031 17.5282 4.13738 16.5361 3.68508 15.4442C3.23279 14.3522 3 13.1819 3 12C3 9.61305 3.94821 7.32387 5.63604 5.63604C7.32387 3.94821 9.61305 3 12 3C14.3869 3 16.6761 3.94821 18.364 5.63604C20.0518 7.32387 21 9.61305 21 12Z",
@@ -1425,7 +1494,7 @@ var template = {
1425
1494
  );
1426
1495
  },
1427
1496
  "check-circle": ({ className, fill }) => {
1428
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1497
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1429
1498
  "svg",
1430
1499
  {
1431
1500
  width: "24",
@@ -1434,7 +1503,7 @@ var template = {
1434
1503
  fill: "none",
1435
1504
  xmlns: "http://www.w3.org/2000/svg",
1436
1505
  className,
1437
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1506
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1438
1507
  "path",
1439
1508
  {
1440
1509
  fillRule: "evenodd",
@@ -1442,7 +1511,7 @@ var template = {
1442
1511
  d: "M2.25 12C2.25 6.615 6.615 2.25 12 2.25C17.385 2.25 21.75 6.615 21.75 12C21.75 17.385 17.385 21.75 12 21.75C6.615 21.75 2.25 17.385 2.25 12ZM15.61 10.186C15.67 10.1061 15.7134 10.0149 15.7377 9.91795C15.762 9.82098 15.7666 9.72014 15.7514 9.62135C15.7361 9.52257 15.7012 9.42782 15.6489 9.3427C15.5965 9.25757 15.5276 9.18378 15.4463 9.12565C15.3649 9.06753 15.2728 9.02624 15.1753 9.00423C15.0778 8.98221 14.9769 8.97991 14.8785 8.99746C14.7801 9.01501 14.6862 9.05205 14.6023 9.10641C14.5184 9.16077 14.4462 9.23135 14.39 9.314L11.154 13.844L9.53 12.22C9.38783 12.0875 9.19978 12.0154 9.00548 12.0188C8.81118 12.0223 8.62579 12.101 8.48838 12.2384C8.35097 12.3758 8.27225 12.5612 8.26882 12.7555C8.2654 12.9498 8.33752 13.1378 8.47 13.28L10.72 15.53C10.797 15.6069 10.8898 15.6662 10.992 15.7036C11.0942 15.7411 11.2033 15.7559 11.3118 15.7469C11.4202 15.738 11.5255 15.7055 11.6201 15.6519C11.7148 15.5982 11.7967 15.5245 11.86 15.436L15.61 10.186Z",
1443
1512
  fill: "currentColor"
1444
1513
  }
1445
- ) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1514
+ ) : /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1446
1515
  "path",
1447
1516
  {
1448
1517
  d: "M9 12.75L11.25 15L15 9.75M21 12C21 13.1819 20.7672 14.3522 20.3149 15.4442C19.8626 16.5361 19.1997 17.5282 18.364 18.364C17.5282 19.1997 16.5361 19.8626 15.4442 20.3149C14.3522 20.7672 13.1819 21 12 21C10.8181 21 9.64778 20.7672 8.55585 20.3149C7.46392 19.8626 6.47177 19.1997 5.63604 18.364C4.80031 17.5282 4.13738 16.5361 3.68508 15.4442C3.23279 14.3522 3 13.1819 3 12C3 9.61305 3.94821 7.32387 5.63604 5.63604C7.32387 3.94821 9.61305 3 12 3C14.3869 3 16.6761 3.94821 18.364 5.63604C20.0518 7.32387 21 9.61305 21 12Z",
@@ -1455,7 +1524,7 @@ var template = {
1455
1524
  );
1456
1525
  },
1457
1526
  "info-circle": ({ className, fill }) => {
1458
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1527
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1459
1528
  "svg",
1460
1529
  {
1461
1530
  width: "24",
@@ -1464,7 +1533,7 @@ var template = {
1464
1533
  fill: "none",
1465
1534
  xmlns: "http://www.w3.org/2000/svg",
1466
1535
  className,
1467
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1536
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1468
1537
  "path",
1469
1538
  {
1470
1539
  fillRule: "evenodd",
@@ -1472,7 +1541,7 @@ var template = {
1472
1541
  d: "M2.25 12C2.25 6.615 6.615 2.25 12 2.25C17.385 2.25 21.75 6.615 21.75 12C21.75 17.385 17.385 21.75 12 21.75C6.615 21.75 2.25 17.385 2.25 12ZM10.956 10.558C12.102 9.985 13.393 11.021 13.082 12.264L12.373 15.1L12.415 15.08C12.5912 15.0025 12.7905 14.9958 12.9715 15.0612C13.1526 15.1265 13.3016 15.259 13.3877 15.4312C13.4737 15.6033 13.4903 15.802 13.434 15.9861C13.3777 16.1702 13.2527 16.3255 13.085 16.42L13.045 16.442C11.898 17.015 10.607 15.979 10.918 14.736L11.628 11.9L11.586 11.92C11.4975 11.9692 11.4 11.9999 11.2994 12.0104C11.1987 12.0209 11.097 12.0109 11.0003 11.981C10.9036 11.9511 10.8139 11.902 10.7367 11.8366C10.6595 11.7711 10.5964 11.6907 10.551 11.6002C10.5057 11.5098 10.4792 11.411 10.4731 11.31C10.4669 11.209 10.4813 11.1078 10.5153 11.0124C10.5493 10.9171 10.6022 10.8297 10.6709 10.7553C10.7396 10.681 10.8226 10.6214 10.915 10.58L10.956 10.558ZM12 9C12.1989 9 12.3897 8.92098 12.5303 8.78033C12.671 8.63968 12.75 8.44891 12.75 8.25C12.75 8.05109 12.671 7.86032 12.5303 7.71967C12.3897 7.57902 12.1989 7.5 12 7.5C11.8011 7.5 11.6103 7.57902 11.4697 7.71967C11.329 7.86032 11.25 8.05109 11.25 8.25C11.25 8.44891 11.329 8.63968 11.4697 8.78033C11.6103 8.92098 11.8011 9 12 9Z",
1473
1542
  fill: "currentColor"
1474
1543
  }
1475
- ) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1544
+ ) : /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1476
1545
  "path",
1477
1546
  {
1478
1547
  d: "M11.25 11.25L11.291 11.23C11.4192 11.1659 11.5631 11.14 11.7057 11.1552C11.8482 11.1703 11.9834 11.2261 12.0952 11.3157C12.2071 11.4054 12.2909 11.5252 12.3368 11.661C12.3826 11.7968 12.3886 11.9429 12.354 12.082L11.646 14.918C11.6111 15.0572 11.6169 15.2034 11.6627 15.3394C11.7084 15.4754 11.7922 15.5954 11.9041 15.6852C12.016 15.775 12.1513 15.8308 12.294 15.846C12.4367 15.8612 12.5807 15.8352 12.709 15.771L12.75 15.75M21 12C21 13.1819 20.7672 14.3522 20.3149 15.4442C19.8626 16.5361 19.1997 17.5282 18.364 18.364C17.5282 19.1997 16.5361 19.8626 15.4442 20.3149C14.3522 20.7672 13.1819 21 12 21C10.8181 21 9.64778 20.7672 8.55585 20.3149C7.46392 19.8626 6.47177 19.1997 5.63604 18.364C4.80031 17.5282 4.13738 16.5361 3.68508 15.4442C3.23279 14.3522 3 13.1819 3 12C3 9.61305 3.94821 7.32387 5.63604 5.63604C7.32387 3.94821 9.61305 3 12 3C14.3869 3 16.6761 3.94821 18.364 5.63604C20.0518 7.32387 21 9.61305 21 12ZM12 8.25H12.008V8.258H12V8.25Z",
@@ -1485,7 +1554,7 @@ var template = {
1485
1554
  );
1486
1555
  },
1487
1556
  "question-circle": ({ className, fill }) => {
1488
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1557
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1489
1558
  "svg",
1490
1559
  {
1491
1560
  width: "24",
@@ -1494,7 +1563,7 @@ var template = {
1494
1563
  fill: "none",
1495
1564
  xmlns: "http://www.w3.org/2000/svg",
1496
1565
  className,
1497
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1566
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1498
1567
  "path",
1499
1568
  {
1500
1569
  fillRule: "evenodd",
@@ -1502,7 +1571,7 @@ var template = {
1502
1571
  d: "M2.25 12C2.25 6.615 6.615 2.25 12 2.25C17.385 2.25 21.75 6.615 21.75 12C21.75 17.385 17.385 21.75 12 21.75C6.615 21.75 2.25 17.385 2.25 12ZM13.628 8.083C12.738 7.306 11.262 7.306 10.373 8.083C10.2233 8.21402 10.0277 8.28019 9.82915 8.26697C9.63064 8.25375 9.44552 8.16221 9.3145 8.0125C9.18348 7.86279 9.11731 7.66716 9.13053 7.46865C9.14375 7.27014 9.23529 7.08502 9.385 6.954C10.839 5.682 13.161 5.682 14.615 6.954C16.128 8.278 16.128 10.472 14.615 11.796C14.362 12.0166 14.0805 12.2023 13.778 12.348C13.102 12.676 12.75 13.122 12.75 13.5V14.25C12.75 14.4489 12.671 14.6397 12.5303 14.7803C12.3897 14.921 12.1989 15 12 15C11.8011 15 11.6103 14.921 11.4697 14.7803C11.329 14.6397 11.25 14.4489 11.25 14.25V13.5C11.25 12.221 12.31 11.393 13.125 10.998C13.307 10.91 13.476 10.799 13.628 10.667C14.458 9.94 14.458 8.81 13.628 8.083ZM12 18C12.1989 18 12.3897 17.921 12.5303 17.7803C12.671 17.6397 12.75 17.4489 12.75 17.25C12.75 17.0511 12.671 16.8603 12.5303 16.7197C12.3897 16.579 12.1989 16.5 12 16.5C11.8011 16.5 11.6103 16.579 11.4697 16.7197C11.329 16.8603 11.25 17.0511 11.25 17.25C11.25 17.4489 11.329 17.6397 11.4697 17.7803C11.6103 17.921 11.8011 18 12 18Z",
1503
1572
  fill: "currentColor"
1504
1573
  }
1505
- ) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1574
+ ) : /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1506
1575
  "path",
1507
1576
  {
1508
1577
  d: "M9.879 7.519C11.05 6.494 12.95 6.494 14.121 7.519C15.293 8.544 15.293 10.206 14.121 11.231C13.918 11.41 13.691 11.557 13.451 11.673C12.706 12.034 12.001 12.672 12.001 13.5V14.25M21 12C21 13.1819 20.7672 14.3522 20.3149 15.4442C19.8626 16.5361 19.1997 17.5282 18.364 18.364C17.5282 19.1997 16.5361 19.8626 15.4442 20.3149C14.3522 20.7672 13.1819 21 12 21C10.8181 21 9.64778 20.7672 8.55585 20.3149C7.46392 19.8626 6.47177 19.1997 5.63604 18.364C4.80031 17.5282 4.13738 16.5361 3.68508 15.4442C3.23279 14.3522 3 13.1819 3 12C3 9.61305 3.94821 7.32387 5.63604 5.63604C7.32387 3.94821 9.61305 3 12 3C14.3869 3 16.6761 3.94821 18.364 5.63604C20.0518 7.32387 21 9.61305 21 12ZM12 17.25H12.008V17.258H12V17.25Z",
@@ -1515,7 +1584,7 @@ var template = {
1515
1584
  );
1516
1585
  },
1517
1586
  "exclamation-circle": ({ className, fill }) => {
1518
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1587
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1519
1588
  "svg",
1520
1589
  {
1521
1590
  width: "24",
@@ -1524,7 +1593,7 @@ var template = {
1524
1593
  fill: "none",
1525
1594
  xmlns: "http://www.w3.org/2000/svg",
1526
1595
  className,
1527
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1596
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1528
1597
  "path",
1529
1598
  {
1530
1599
  fillRule: "evenodd",
@@ -1532,7 +1601,7 @@ var template = {
1532
1601
  d: "M2.25 12C2.25 6.615 6.615 2.25 12 2.25C17.385 2.25 21.75 6.615 21.75 12C21.75 17.385 17.385 21.75 12 21.75C6.615 21.75 2.25 17.385 2.25 12ZM12 8.25C12.1989 8.25 12.3897 8.32902 12.5303 8.46967C12.671 8.61032 12.75 8.80109 12.75 9V12.75C12.75 12.9489 12.671 13.1397 12.5303 13.2803C12.3897 13.421 12.1989 13.5 12 13.5C11.8011 13.5 11.6103 13.421 11.4697 13.2803C11.329 13.1397 11.25 12.9489 11.25 12.75V9C11.25 8.80109 11.329 8.61032 11.4697 8.46967C11.6103 8.32902 11.8011 8.25 12 8.25ZM12 16.5C12.1989 16.5 12.3897 16.421 12.5303 16.2803C12.671 16.1397 12.75 15.9489 12.75 15.75C12.75 15.5511 12.671 15.3603 12.5303 15.2197C12.3897 15.079 12.1989 15 12 15C11.8011 15 11.6103 15.079 11.4697 15.2197C11.329 15.3603 11.25 15.5511 11.25 15.75C11.25 15.9489 11.329 16.1397 11.4697 16.2803C11.6103 16.421 11.8011 16.5 12 16.5Z",
1533
1602
  fill: "currentColor"
1534
1603
  }
1535
- ) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1604
+ ) : /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1536
1605
  "path",
1537
1606
  {
1538
1607
  d: "M12 9V12.75M21 12C21 13.1819 20.7672 14.3522 20.3149 15.4442C19.8626 16.5361 19.1997 17.5282 18.364 18.364C17.5282 19.1997 16.5361 19.8626 15.4442 20.3149C14.3522 20.7672 13.1819 21 12 21C10.8181 21 9.64778 20.7672 8.55585 20.3149C7.46392 19.8626 6.47177 19.1997 5.63604 18.364C4.80031 17.5282 4.13738 16.5361 3.68508 15.4442C3.23279 14.3522 3 13.1819 3 12C3 9.61305 3.94821 7.32387 5.63604 5.63604C7.32387 3.94821 9.61305 3 12 3C14.3869 3 16.6761 3.94821 18.364 5.63604C20.0518 7.32387 21 9.61305 21 12ZM12 15.75H12.008V15.758H12V15.75Z",
@@ -1545,7 +1614,7 @@ var template = {
1545
1614
  );
1546
1615
  },
1547
1616
  "exclamation-triangle": ({ className, fill }) => {
1548
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1617
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1549
1618
  "svg",
1550
1619
  {
1551
1620
  width: "24",
@@ -1554,7 +1623,7 @@ var template = {
1554
1623
  fill: "none",
1555
1624
  xmlns: "http://www.w3.org/2000/svg",
1556
1625
  className,
1557
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1626
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1558
1627
  "path",
1559
1628
  {
1560
1629
  fillRule: "evenodd",
@@ -1562,7 +1631,7 @@ var template = {
1562
1631
  d: "M9.401 3.00293C10.556 1.00293 13.444 1.00293 14.598 3.00293L21.953 15.7509C23.107 17.7509 21.663 20.2509 19.354 20.2509H4.645C2.336 20.2509 0.892995 17.7509 2.047 15.7509L9.4 3.00293H9.401ZM12 8.24993C12.1989 8.24993 12.3897 8.32895 12.5303 8.4696C12.671 8.61025 12.75 8.80102 12.75 8.99993V12.7499C12.75 12.9488 12.671 13.1396 12.5303 13.2803C12.3897 13.4209 12.1989 13.4999 12 13.4999C11.8011 13.4999 11.6103 13.4209 11.4697 13.2803C11.329 13.1396 11.25 12.9488 11.25 12.7499V8.99993C11.25 8.80102 11.329 8.61025 11.4697 8.4696C11.6103 8.32895 11.8011 8.24993 12 8.24993ZM12 16.4999C12.1989 16.4999 12.3897 16.4209 12.5303 16.2803C12.671 16.1396 12.75 15.9488 12.75 15.7499C12.75 15.551 12.671 15.3603 12.5303 15.2196C12.3897 15.0789 12.1989 14.9999 12 14.9999C11.8011 14.9999 11.6103 15.0789 11.4697 15.2196C11.329 15.3603 11.25 15.551 11.25 15.7499C11.25 15.9488 11.329 16.1396 11.4697 16.2803C11.6103 16.4209 11.8011 16.4999 12 16.4999Z",
1563
1632
  fill: "currentColor"
1564
1633
  }
1565
- ) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1634
+ ) : /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1566
1635
  "path",
1567
1636
  {
1568
1637
  d: "M12 8.99993V12.7499M2.697 16.1259C1.831 17.6259 2.914 19.4999 4.645 19.4999H19.355C21.085 19.4999 22.168 17.6259 21.303 16.1259L13.949 3.37793C13.083 1.87793 10.917 1.87793 10.051 3.37793L2.697 16.1259ZM12 15.7499H12.007V15.7579H12V15.7499Z",
@@ -1575,7 +1644,7 @@ var template = {
1575
1644
  );
1576
1645
  },
1577
1646
  loading: ({ className, fill }) => {
1578
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(
1647
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(
1579
1648
  "svg",
1580
1649
  {
1581
1650
  width: "24",
@@ -1585,7 +1654,7 @@ var template = {
1585
1654
  xmlns: "http://www.w3.org/2000/svg",
1586
1655
  className,
1587
1656
  children: [
1588
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1657
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1589
1658
  "path",
1590
1659
  {
1591
1660
  d: "M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12ZM6.6 12C6.6 14.9823 9.01766 17.4 12 17.4C14.9823 17.4 17.4 14.9823 17.4 12C17.4 9.01766 14.9823 6.6 12 6.6C9.01766 6.6 6.6 9.01766 6.6 12Z",
@@ -1593,7 +1662,7 @@ var template = {
1593
1662
  fillOpacity: "0.1"
1594
1663
  }
1595
1664
  ),
1596
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1665
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1597
1666
  "path",
1598
1667
  {
1599
1668
  d: "M21 12C21 13.9006 20.3983 15.7524 19.2812 17.2901C18.164 18.8277 16.5887 19.9722 14.7812 20.5595C12.9736 21.1468 11.0264 21.1468 9.21885 20.5595C7.41126 19.9722 5.836 18.8277 4.71885 17.2901C3.60169 15.7524 3 13.9006 3 12C3 10.0994 3.60169 8.24756 4.71885 6.70993C5.836 5.1723 7.41126 4.02781 9.21885 3.44049C11.0264 2.85317 12.9736 2.85317 14.7812 3.44049L13.6687 6.8643C12.5841 6.5119 11.4159 6.5119 10.3313 6.86429C9.24675 7.21669 8.3016 7.90338 7.63131 8.82596C6.96102 9.74854 6.6 10.8596 6.6 12C6.6 13.1404 6.96102 14.2515 7.63131 15.174C8.3016 16.0966 9.24675 16.7833 10.3313 17.1357C11.4159 17.4881 12.5841 17.4881 13.6687 17.1357C14.7532 16.7833 15.6984 16.0966 16.3687 15.174C17.039 14.2515 17.4 13.1404 17.4 12H21Z",
@@ -1606,7 +1675,7 @@ var template = {
1606
1675
  },
1607
1676
  // ** User **
1608
1677
  "user-circle": ({ className, fill }) => {
1609
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1678
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1610
1679
  "svg",
1611
1680
  {
1612
1681
  width: "24",
@@ -1615,7 +1684,7 @@ var template = {
1615
1684
  fill: "none",
1616
1685
  xmlns: "http://www.w3.org/2000/svg",
1617
1686
  className,
1618
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1687
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1619
1688
  "path",
1620
1689
  {
1621
1690
  fillRule: "evenodd",
@@ -1623,7 +1692,7 @@ var template = {
1623
1692
  d: "M18.685 19.097C19.654 18.1865 20.426 17.0869 20.9532 15.8662C21.4803 14.6455 21.7515 13.3297 21.75 12C21.75 6.615 17.385 2.25 12 2.25C6.61501 2.25 2.25001 6.615 2.25001 12C2.24847 13.3297 2.51967 14.6455 3.04686 15.8662C3.57404 17.0869 4.346 18.1865 5.31501 19.097C7.12194 20.8039 9.51435 21.7533 12 21.75C14.4857 21.7533 16.8781 20.8039 18.685 19.097ZM6.14501 17.812C6.84708 16.9336 7.73802 16.2247 8.75164 15.7379C9.76527 15.2511 10.8755 14.9989 12 15C13.1245 14.9989 14.2347 15.2511 15.2484 15.7379C16.262 16.2247 17.1529 16.9336 17.855 17.812C17.089 18.5857 16.1771 19.1996 15.172 19.6181C14.1669 20.0366 13.0887 20.2514 12 20.25C10.9113 20.2514 9.83311 20.0366 8.82803 19.6181C7.82296 19.1996 6.91098 18.5857 6.14501 17.812ZM15.75 9C15.75 9.99456 15.3549 10.9484 14.6517 11.6517C13.9484 12.3549 12.9946 12.75 12 12.75C11.0054 12.75 10.0516 12.3549 9.34836 11.6517C8.64509 10.9484 8.25001 9.99456 8.25001 9C8.25001 8.00544 8.64509 7.05161 9.34836 6.34835C10.0516 5.64509 11.0054 5.25 12 5.25C12.9946 5.25 13.9484 5.64509 14.6517 6.34835C15.3549 7.05161 15.75 8.00544 15.75 9Z",
1624
1693
  fill: "currentColor"
1625
1694
  }
1626
- ) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1695
+ ) : /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1627
1696
  "path",
1628
1697
  {
1629
1698
  d: "M17.9825 18.7252C17.2838 17.8001 16.3798 17.0498 15.3417 16.5336C14.3036 16.0173 13.1599 15.7491 12.0005 15.7502C10.8411 15.7491 9.69739 16.0173 8.65932 16.5336C7.62125 17.0498 6.71724 17.8001 6.0185 18.7252M17.9825 18.7252C19.346 17.5124 20.3076 15.9137 20.7417 14.1413C21.1758 12.3688 21.0608 10.5063 20.412 8.80067C19.7632 7.09506 18.6112 5.62697 17.1089 4.59109C15.6066 3.55521 13.8248 3.00049 12 3.00049C10.1752 3.00049 8.39343 3.55521 6.89111 4.59109C5.38878 5.62697 4.23683 7.09506 3.58804 8.80067C2.93924 10.5063 2.82425 12.3688 3.25832 14.1413C3.69239 15.9137 4.655 17.5124 6.0185 18.7252M17.9825 18.7252C16.3365 20.1934 14.2061 21.0033 12.0005 21.0002C9.79453 21.0036 7.66474 20.1936 6.0185 18.7252M15.0005 9.75019C15.0005 10.5458 14.6844 11.3089 14.1218 11.8715C13.5592 12.4341 12.7962 12.7502 12.0005 12.7502C11.2049 12.7502 10.4418 12.4341 9.87918 11.8715C9.31657 11.3089 9.0005 10.5458 9.0005 9.75019C9.0005 8.95454 9.31657 8.19148 9.87918 7.62887C10.4418 7.06626 11.2049 6.75019 12.0005 6.75019C12.7962 6.75019 13.5592 7.06626 14.1218 7.62887C14.6844 8.19148 15.0005 8.95454 15.0005 9.75019Z",
@@ -1636,7 +1705,7 @@ var template = {
1636
1705
  );
1637
1706
  },
1638
1707
  "user-plus": ({ className, fill }) => {
1639
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1708
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1640
1709
  "svg",
1641
1710
  {
1642
1711
  width: "24",
@@ -1645,13 +1714,13 @@ var template = {
1645
1714
  fill: "none",
1646
1715
  xmlns: "http://www.w3.org/2000/svg",
1647
1716
  className,
1648
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1717
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1649
1718
  "path",
1650
1719
  {
1651
1720
  d: "M5.25 6.375C5.25 5.28098 5.6846 4.23177 6.45818 3.45818C7.23177 2.6846 8.28098 2.25 9.375 2.25C10.469 2.25 11.5182 2.6846 12.2918 3.45818C13.0654 4.23177 13.5 5.28098 13.5 6.375C13.5 7.46902 13.0654 8.51823 12.2918 9.29182C11.5182 10.0654 10.469 10.5 9.375 10.5C8.28098 10.5 7.23177 10.0654 6.45818 9.29182C5.6846 8.51823 5.25 7.46902 5.25 6.375ZM2.25 19.125C2.25 17.2353 3.00067 15.4231 4.33686 14.0869C5.67306 12.7507 7.48533 12 9.375 12C11.2647 12 13.0769 12.7507 14.4131 14.0869C15.7493 15.4231 16.5 17.2353 16.5 19.125V19.128L16.499 19.247C16.4969 19.3742 16.4624 19.4987 16.3989 19.6089C16.3354 19.7191 16.245 19.8114 16.136 19.877C14.0952 21.106 11.7573 21.7536 9.375 21.75C6.903 21.75 4.589 21.066 2.615 19.877C2.50585 19.8115 2.41517 19.7193 2.35149 19.6091C2.28781 19.4989 2.25323 19.3743 2.251 19.247L2.25 19.125ZM18.75 7.5C18.75 7.30109 18.671 7.11032 18.5303 6.96967C18.3897 6.82902 18.1989 6.75 18 6.75C17.8011 6.75 17.6103 6.82902 17.4697 6.96967C17.329 7.11032 17.25 7.30109 17.25 7.5V9.75H15C14.8011 9.75 14.6103 9.82902 14.4697 9.96967C14.329 10.1103 14.25 10.3011 14.25 10.5C14.25 10.6989 14.329 10.8897 14.4697 11.0303C14.6103 11.171 14.8011 11.25 15 11.25H17.25V13.5C17.25 13.6989 17.329 13.8897 17.4697 14.0303C17.6103 14.171 17.8011 14.25 18 14.25C18.1989 14.25 18.3897 14.171 18.5303 14.0303C18.671 13.8897 18.75 13.6989 18.75 13.5V11.25H21C21.1989 11.25 21.3897 11.171 21.5303 11.0303C21.671 10.8897 21.75 10.6989 21.75 10.5C21.75 10.3011 21.671 10.1103 21.5303 9.96967C21.3897 9.82902 21.1989 9.75 21 9.75H18.75V7.5Z",
1652
1721
  fill: "currentColor"
1653
1722
  }
1654
- ) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1723
+ ) : /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1655
1724
  "path",
1656
1725
  {
1657
1726
  d: "M18 7.5V10.5M18 10.5V13.5M18 10.5H21M18 10.5H15M12.75 6.375C12.75 7.27011 12.3944 8.12855 11.7615 8.76149C11.1285 9.39442 10.2701 9.75 9.375 9.75C8.47989 9.75 7.62145 9.39442 6.98851 8.76149C6.35558 8.12855 6 7.27011 6 6.375C6 5.47989 6.35558 4.62145 6.98851 3.98851C7.62145 3.35558 8.47989 3 9.375 3C10.2701 3 11.1285 3.35558 11.7615 3.98851C12.3944 4.62145 12.75 5.47989 12.75 6.375ZM3 19.235V19.125C3 17.4342 3.67165 15.8127 4.86719 14.6172C6.06274 13.4216 7.68424 12.75 9.375 12.75C11.0658 12.75 12.6873 13.4216 13.8828 14.6172C15.0784 15.8127 15.75 17.4342 15.75 19.125V19.234C13.8255 20.3931 11.6206 21.0038 9.374 21C7.043 21 4.862 20.355 3 19.234V19.235Z",
@@ -1664,7 +1733,7 @@ var template = {
1664
1733
  );
1665
1734
  },
1666
1735
  "user-minus": ({ className, fill }) => {
1667
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1736
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1668
1737
  "svg",
1669
1738
  {
1670
1739
  width: "24",
@@ -1673,13 +1742,13 @@ var template = {
1673
1742
  fill: "none",
1674
1743
  xmlns: "http://www.w3.org/2000/svg",
1675
1744
  className,
1676
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1745
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1677
1746
  "path",
1678
1747
  {
1679
1748
  d: "M10.375 2.25C9.28097 2.25 8.23176 2.6846 7.45817 3.45818C6.68458 4.23177 6.24998 5.28098 6.24998 6.375C6.24998 7.46902 6.68458 8.51823 7.45817 9.29182C8.23176 10.0654 9.28097 10.5 10.375 10.5C11.469 10.5 12.5182 10.0654 13.2918 9.29182C14.0654 8.51823 14.5 7.46902 14.5 6.375C14.5 5.28098 14.0654 4.23177 13.2918 3.45818C12.5182 2.6846 11.469 2.25 10.375 2.25ZM10.375 12C9.42904 12 8.49257 12.1883 7.6202 12.5541C6.74782 12.9198 5.957 13.4556 5.29387 14.1302C4.63074 14.8047 4.10857 15.6046 3.75783 16.4831C3.40708 17.3616 3.23479 18.3012 3.25098 19.247C3.2531 19.3742 3.28753 19.4987 3.35103 19.6089C3.41454 19.7191 3.50502 19.8114 3.61398 19.877C5.65478 21.106 7.99272 21.7536 10.375 21.75C12.847 21.75 15.161 21.066 17.135 19.877C17.2441 19.8115 17.3348 19.7193 17.3985 19.6091C17.4622 19.4989 17.4968 19.3743 17.499 19.247L17.5 19.127V19.125C17.5 17.2353 16.7493 15.4231 15.4131 14.0869C14.0769 12.7507 12.2647 12 10.375 12ZM16 9.75C15.8011 9.75 15.6103 9.82902 15.4697 9.96967C15.329 10.1103 15.25 10.3011 15.25 10.5C15.25 10.6989 15.329 10.8897 15.4697 11.0303C15.6103 11.171 15.8011 11.25 16 11.25H22C22.1989 11.25 22.3897 11.171 22.5303 11.0303C22.671 10.8897 22.75 10.6989 22.75 10.5C22.75 10.3011 22.671 10.1103 22.5303 9.96967C22.3897 9.82902 22.1989 9.75 22 9.75H16Z",
1680
1749
  fill: "currentColor"
1681
1750
  }
1682
- ) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1751
+ ) : /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1683
1752
  "path",
1684
1753
  {
1685
1754
  d: "M22 10.5H16M13.75 6.375C13.75 6.81821 13.6627 7.25708 13.4931 7.66656C13.3235 8.07603 13.0749 8.44809 12.7615 8.76149C12.4481 9.07488 12.076 9.32348 11.6666 9.49309C11.2571 9.6627 10.8182 9.75 10.375 9.75C9.93179 9.75 9.49292 9.6627 9.08344 9.49309C8.67397 9.32348 8.30191 9.07488 7.98851 8.76149C7.67512 8.44809 7.42652 8.07603 7.25691 7.66656C7.0873 7.25708 7 6.81821 7 6.375C7 5.47989 7.35558 4.62145 7.98851 3.98851C8.62145 3.35558 9.47989 3 10.375 3C11.2701 3 12.1285 3.35558 12.7615 3.98851C13.3944 4.62145 13.75 5.47989 13.75 6.375ZM4 19.235V19.125C4 17.4342 4.67165 15.8127 5.86719 14.6172C7.06274 13.4216 8.68424 12.75 10.375 12.75C12.0658 12.75 13.6873 13.4216 14.8828 14.6172C16.0784 15.8127 16.75 17.4342 16.75 19.125V19.234C14.8255 20.3931 12.6206 21.0038 10.374 21C8.043 21 5.862 20.355 4 19.234V19.235Z",
@@ -1747,7 +1816,7 @@ var template = {
1747
1816
  // },
1748
1817
  // ** Common **
1749
1818
  camera: ({ className, fill }) => {
1750
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1819
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1751
1820
  "svg",
1752
1821
  {
1753
1822
  width: "24",
@@ -1756,15 +1825,15 @@ var template = {
1756
1825
  fill: "none",
1757
1826
  xmlns: "http://www.w3.org/2000/svg",
1758
1827
  className,
1759
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(import_jsx_runtime4.Fragment, { children: [
1760
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1828
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(import_jsx_runtime5.Fragment, { children: [
1829
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1761
1830
  "path",
1762
1831
  {
1763
1832
  d: "M12 9C11.0054 9 10.0516 9.39509 9.34835 10.0983C8.64509 10.8016 8.25 11.7554 8.25 12.75C8.25 13.7446 8.64509 14.6984 9.34835 15.4017C10.0516 16.1049 11.0054 16.5 12 16.5C12.9946 16.5 13.9484 16.1049 14.6517 15.4017C15.3549 14.6984 15.75 13.7446 15.75 12.75C15.75 11.7554 15.3549 10.8016 14.6517 10.0983C13.9484 9.39509 12.9946 9 12 9Z",
1764
1833
  fill: "currentColor"
1765
1834
  }
1766
1835
  ),
1767
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1836
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1768
1837
  "path",
1769
1838
  {
1770
1839
  fillRule: "evenodd",
@@ -1773,8 +1842,8 @@ var template = {
1773
1842
  fill: "currentColor"
1774
1843
  }
1775
1844
  )
1776
- ] }) : /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(import_jsx_runtime4.Fragment, { children: [
1777
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1845
+ ] }) : /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(import_jsx_runtime5.Fragment, { children: [
1846
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1778
1847
  "path",
1779
1848
  {
1780
1849
  d: "M6.827 6.17496C6.64699 6.45987 6.40682 6.70194 6.12334 6.88419C5.83985 7.06645 5.51993 7.18446 5.186 7.22996C4.806 7.28396 4.429 7.34196 4.052 7.40496C2.999 7.57996 2.25 8.50696 2.25 9.57396V18C2.25 18.5967 2.48705 19.169 2.90901 19.591C3.33097 20.0129 3.90326 20.25 4.5 20.25H19.5C20.0967 20.25 20.669 20.0129 21.091 19.591C21.5129 19.169 21.75 18.5967 21.75 18V9.57396C21.75 8.50696 21 7.57996 19.948 7.40496C19.5707 7.3421 19.1927 7.28376 18.814 7.22996C18.4802 7.18432 18.1605 7.06624 17.8772 6.884C17.5939 6.70175 17.3539 6.45975 17.174 6.17496L16.352 4.85896C16.1674 4.55906 15.9132 4.30805 15.611 4.1272C15.3089 3.94634 14.9675 3.84095 14.616 3.81996C12.8733 3.72635 11.1267 3.72635 9.384 3.81996C9.03245 3.84095 8.69114 3.94634 8.38896 4.1272C8.08678 4.30805 7.83262 4.55906 7.648 4.85896L6.827 6.17496Z",
@@ -1783,7 +1852,7 @@ var template = {
1783
1852
  strokeLinejoin: "round"
1784
1853
  }
1785
1854
  ),
1786
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1855
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1787
1856
  "path",
1788
1857
  {
1789
1858
  d: "M16.5 12.75C16.5 13.9435 16.0259 15.0881 15.182 15.932C14.3381 16.7759 13.1935 17.25 12 17.25C10.8065 17.25 9.66193 16.7759 8.81802 15.932C7.97411 15.0881 7.5 13.9435 7.5 12.75C7.5 11.5565 7.97411 10.4119 8.81802 9.56802C9.66193 8.72411 10.8065 8.25 12 8.25C13.1935 8.25 14.3381 8.72411 15.182 9.56802C16.0259 10.4119 16.5 11.5565 16.5 12.75ZM18.75 10.5H18.758V10.508H18.75V10.5Z",
@@ -1797,7 +1866,7 @@ var template = {
1797
1866
  );
1798
1867
  },
1799
1868
  photo: ({ className, fill }) => {
1800
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1869
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1801
1870
  "svg",
1802
1871
  {
1803
1872
  width: "24",
@@ -1806,7 +1875,7 @@ var template = {
1806
1875
  fill: "none",
1807
1876
  xmlns: "http://www.w3.org/2000/svg",
1808
1877
  className,
1809
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1878
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1810
1879
  "path",
1811
1880
  {
1812
1881
  fillRule: "evenodd",
@@ -1814,7 +1883,7 @@ var template = {
1814
1883
  d: "M1.5 6C1.5 5.40326 1.73705 4.83097 2.15901 4.40901C2.58097 3.98705 3.15326 3.75 3.75 3.75H20.25C20.8467 3.75 21.419 3.98705 21.841 4.40901C22.2629 4.83097 22.5 5.40326 22.5 6V18C22.5 18.5967 22.2629 19.169 21.841 19.591C21.419 20.0129 20.8467 20.25 20.25 20.25H3.75C3.15326 20.25 2.58097 20.0129 2.15901 19.591C1.73705 19.169 1.5 18.5967 1.5 18V6ZM3 16.06V18C3 18.414 3.336 18.75 3.75 18.75H20.25C20.4489 18.75 20.6397 18.671 20.7803 18.5303C20.921 18.3897 21 18.1989 21 18V16.06L18.31 13.371C18.0287 13.0901 17.6475 12.9323 17.25 12.9323C16.8525 12.9323 16.4713 13.0901 16.19 13.371L15.31 14.25L16.28 15.22C16.3537 15.2887 16.4128 15.3715 16.4538 15.4635C16.4948 15.5555 16.5168 15.6548 16.5186 15.7555C16.5204 15.8562 16.5018 15.9562 16.4641 16.0496C16.4264 16.143 16.3703 16.2278 16.299 16.299C16.2278 16.3703 16.143 16.4264 16.0496 16.4641C15.9562 16.5018 15.8562 16.5204 15.7555 16.5186C15.6548 16.5168 15.5555 16.4948 15.4635 16.4538C15.3715 16.4128 15.2887 16.3537 15.22 16.28L10.06 11.121C9.77875 10.8401 9.3975 10.6823 9 10.6823C8.6025 10.6823 8.22125 10.8401 7.94 11.121L3 16.061V16.06ZM13.125 8.25C13.125 7.95163 13.2435 7.66548 13.4545 7.4545C13.6655 7.24353 13.9516 7.125 14.25 7.125C14.5484 7.125 14.8345 7.24353 15.0455 7.4545C15.2565 7.66548 15.375 7.95163 15.375 8.25C15.375 8.54837 15.2565 8.83452 15.0455 9.0455C14.8345 9.25647 14.5484 9.375 14.25 9.375C13.9516 9.375 13.6655 9.25647 13.4545 9.0455C13.2435 8.83452 13.125 8.54837 13.125 8.25Z",
1815
1884
  fill: "currentColor"
1816
1885
  }
1817
- ) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1886
+ ) : /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1818
1887
  "path",
1819
1888
  {
1820
1889
  d: "M2.25 15.75L7.409 10.591C7.61793 10.3821 7.86597 10.2163 8.13896 10.1033C8.41194 9.99018 8.70452 9.93198 9 9.93198C9.29548 9.93198 9.58806 9.99018 9.86104 10.1033C10.134 10.2163 10.3821 10.3821 10.591 10.591L15.75 15.75M14.25 14.25L15.659 12.841C15.8679 12.6321 16.116 12.4663 16.389 12.3533C16.6619 12.2402 16.9545 12.182 17.25 12.182C17.5455 12.182 17.8381 12.2402 18.111 12.3533C18.384 12.4663 18.6321 12.6321 18.841 12.841L21.75 15.75M3.75 19.5H20.25C20.6478 19.5 21.0294 19.342 21.3107 19.0607C21.592 18.7794 21.75 18.3978 21.75 18V6C21.75 5.60218 21.592 5.22064 21.3107 4.93934C21.0294 4.65804 20.6478 4.5 20.25 4.5H3.75C3.35218 4.5 2.97064 4.65804 2.68934 4.93934C2.40804 5.22064 2.25 5.60218 2.25 6V18C2.25 18.3978 2.40804 18.7794 2.68934 19.0607C2.97064 19.342 3.35218 19.5 3.75 19.5ZM14.25 8.25H14.258V8.258H14.25V8.25ZM14.625 8.25C14.625 8.34946 14.5855 8.44484 14.5152 8.51517C14.4448 8.58549 14.3495 8.625 14.25 8.625C14.1505 8.625 14.0552 8.58549 13.9848 8.51517C13.9145 8.44484 13.875 8.34946 13.875 8.25C13.875 8.15054 13.9145 8.05516 13.9848 7.98484C14.0552 7.91451 14.1505 7.875 14.25 7.875C14.3495 7.875 14.4448 7.91451 14.5152 7.98484C14.5855 8.05516 14.625 8.15054 14.625 8.25Z",
@@ -1827,7 +1896,7 @@ var template = {
1827
1896
  );
1828
1897
  },
1829
1898
  "monitor-jaw": ({ className, fill }) => {
1830
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1899
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1831
1900
  "svg",
1832
1901
  {
1833
1902
  width: "24",
@@ -1836,7 +1905,7 @@ var template = {
1836
1905
  fill: "none",
1837
1906
  xmlns: "http://www.w3.org/2000/svg",
1838
1907
  className,
1839
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1908
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1840
1909
  "path",
1841
1910
  {
1842
1911
  fillRule: "evenodd",
@@ -1844,7 +1913,7 @@ var template = {
1844
1913
  d: "M2.25 5.25C2.25 4.45435 2.56607 3.69129 3.12868 3.12868C3.69129 2.56607 4.45435 2.25 5.25 2.25H18.75C19.5456 2.25 20.3087 2.56607 20.8713 3.12868C21.4339 3.69129 21.75 4.45435 21.75 5.25V15C21.75 15.7956 21.4339 16.5587 20.8713 17.1213C20.3087 17.6839 19.5456 18 18.75 18H15.75V18.257C15.75 18.854 15.987 19.427 16.409 19.848L17.03 20.47C17.1348 20.5749 17.2061 20.7085 17.235 20.8539C17.2638 20.9993 17.249 21.15 17.1923 21.2869C17.1356 21.4239 17.0395 21.541 16.9163 21.6234C16.7931 21.7058 16.6482 21.7499 16.5 21.75H7.5C7.35176 21.7499 7.20688 21.7058 7.08367 21.6234C6.96045 21.541 6.86442 21.4239 6.80771 21.2869C6.751 21.15 6.73615 20.9993 6.76503 20.8539C6.79392 20.7085 6.86524 20.5749 6.97 20.47L7.591 19.848C8.01271 19.4263 8.24974 18.8544 8.25 18.258V18H5.25C4.45435 18 3.69129 17.6839 3.12868 17.1213C2.56607 16.5587 2.25 15.7956 2.25 15V5.25ZM3.75 5.25V12.75C3.75 13.1478 3.90804 13.5294 4.18934 13.8107C4.47064 14.092 4.85218 14.25 5.25 14.25H18.75C19.1478 14.25 19.5294 14.092 19.8107 13.8107C20.092 13.5294 20.25 13.1478 20.25 12.75V5.25C20.25 4.85218 20.092 4.47064 19.8107 4.18934C19.5294 3.90804 19.1478 3.75 18.75 3.75H5.25C4.85218 3.75 4.47064 3.90804 4.18934 4.18934C3.90804 4.47064 3.75 4.85218 3.75 5.25Z",
1845
1914
  fill: "currentColor"
1846
1915
  }
1847
- ) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1916
+ ) : /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1848
1917
  "path",
1849
1918
  {
1850
1919
  d: "M9 17.25V18.257C9.00005 18.6511 8.92244 19.0414 8.77162 19.4055C8.6208 19.7696 8.39971 20.1004 8.121 20.379L7.5 21H16.5L15.879 20.379C15.6003 20.1004 15.3792 19.7696 15.2284 19.4055C15.0776 19.0414 15 18.6511 15 18.257V17.25M21 5.25V15C21 15.5967 20.7629 16.169 20.341 16.591C19.919 17.0129 19.3467 17.25 18.75 17.25H5.25C4.65326 17.25 4.08097 17.0129 3.65901 16.591C3.23705 16.169 3 15.5967 3 15V5.25M21 5.25C21 4.65326 20.7629 4.08097 20.341 3.65901C19.919 3.23705 19.3467 3 18.75 3H5.25C4.65326 3 4.08097 3.23705 3.65901 3.65901C3.23705 4.08097 3 4.65326 3 5.25M21 5.25V12C21 12.5967 20.7629 13.169 20.341 13.591C19.919 14.0129 19.3467 14.25 18.75 14.25H5.25C4.65326 14.25 4.08097 14.0129 3.65901 13.591C3.23705 13.169 3 12.5967 3 12V5.25",
@@ -1857,7 +1926,7 @@ var template = {
1857
1926
  );
1858
1927
  },
1859
1928
  "monitor-neck": ({ className, fill }) => {
1860
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1929
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1861
1930
  "svg",
1862
1931
  {
1863
1932
  width: "24",
@@ -1866,9 +1935,9 @@ var template = {
1866
1935
  fill: "none",
1867
1936
  xmlns: "http://www.w3.org/2000/svg",
1868
1937
  className,
1869
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(import_jsx_runtime4.Fragment, { children: [
1870
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { d: "M19.5 6H4.5V15H19.5V6Z", fill: "currentColor" }),
1871
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1938
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(import_jsx_runtime5.Fragment, { children: [
1939
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { d: "M19.5 6H4.5V15H19.5V6Z", fill: "currentColor" }),
1940
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1872
1941
  "path",
1873
1942
  {
1874
1943
  fillRule: "evenodd",
@@ -1877,7 +1946,7 @@ var template = {
1877
1946
  fill: "currentColor"
1878
1947
  }
1879
1948
  )
1880
- ] }) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1949
+ ] }) : /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1881
1950
  "path",
1882
1951
  {
1883
1952
  d: "M6 20.25H18M10.5 17.25V20.25M13.5 17.25V20.25M3.375 17.25H20.625C21.246 17.25 21.75 16.746 21.75 16.125V4.875C21.75 4.254 21.246 3.75 20.625 3.75H3.375C2.754 3.75 2.25 4.254 2.25 4.875V16.125C2.25 16.746 2.754 17.25 3.375 17.25Z",
@@ -1890,7 +1959,7 @@ var template = {
1890
1959
  );
1891
1960
  },
1892
1961
  sun: ({ className, fill }) => {
1893
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1962
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1894
1963
  "svg",
1895
1964
  {
1896
1965
  width: "24",
@@ -1899,13 +1968,13 @@ var template = {
1899
1968
  fill: "none",
1900
1969
  xmlns: "http://www.w3.org/2000/svg",
1901
1970
  className,
1902
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1971
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1903
1972
  "path",
1904
1973
  {
1905
1974
  d: "M12 2.25C12.1989 2.25 12.3897 2.32902 12.5303 2.46967C12.671 2.61032 12.75 2.80109 12.75 3V5.25C12.75 5.44891 12.671 5.63968 12.5303 5.78033C12.3897 5.92098 12.1989 6 12 6C11.8011 6 11.6103 5.92098 11.4697 5.78033C11.329 5.63968 11.25 5.44891 11.25 5.25V3C11.25 2.80109 11.329 2.61032 11.4697 2.46967C11.6103 2.32902 11.8011 2.25 12 2.25ZM7.5 12C7.5 10.8065 7.97411 9.66193 8.81802 8.81802C9.66193 7.97411 10.8065 7.5 12 7.5C13.1935 7.5 14.3381 7.97411 15.182 8.81802C16.0259 9.66193 16.5 10.8065 16.5 12C16.5 13.1935 16.0259 14.3381 15.182 15.182C14.3381 16.0259 13.1935 16.5 12 16.5C10.8065 16.5 9.66193 16.0259 8.81802 15.182C7.97411 14.3381 7.5 13.1935 7.5 12ZM18.894 6.166C19.0265 6.02382 19.0986 5.83578 19.0952 5.64148C19.0917 5.44718 19.013 5.26179 18.8756 5.12438C18.7382 4.98697 18.5528 4.90825 18.3585 4.90483C18.1642 4.9014 17.9762 4.97352 17.834 5.106L16.243 6.696C16.1713 6.76515 16.1142 6.84788 16.0748 6.93937C16.0355 7.03085 16.0147 7.12926 16.0138 7.22884C16.0129 7.32842 16.0318 7.42719 16.0695 7.51938C16.1072 7.61157 16.1628 7.69534 16.2332 7.76579C16.3036 7.83624 16.3873 7.89197 16.4795 7.92972C16.5716 7.96748 16.6704 7.9865 16.7699 7.98568C16.8695 7.98486 16.968 7.96422 17.0595 7.92496C17.151 7.8857 17.2338 7.8286 17.303 7.757L18.894 6.166ZM21.75 12C21.75 12.1989 21.671 12.3897 21.5303 12.5303C21.3897 12.671 21.1989 12.75 21 12.75H18.75C18.5511 12.75 18.3603 12.671 18.2197 12.5303C18.079 12.3897 18 12.1989 18 12C18 11.8011 18.079 11.6103 18.2197 11.4697C18.3603 11.329 18.5511 11.25 18.75 11.25H21C21.1989 11.25 21.3897 11.329 21.5303 11.4697C21.671 11.6103 21.75 11.8011 21.75 12ZM17.834 18.894C17.9762 19.0265 18.1642 19.0986 18.3585 19.0952C18.5528 19.0917 18.7382 19.013 18.8756 18.8756C19.013 18.7382 19.0917 18.5528 19.0952 18.3585C19.0986 18.1642 19.0265 17.9762 18.894 17.834L17.304 16.243C17.2348 16.1713 17.1521 16.1142 17.0606 16.0748C16.9691 16.0355 16.8707 16.0147 16.7712 16.0138C16.6716 16.0129 16.5728 16.0318 16.4806 16.0695C16.3884 16.1072 16.3047 16.1628 16.2342 16.2332C16.1638 16.3036 16.108 16.3873 16.0703 16.4795C16.0325 16.5716 16.0135 16.6704 16.0143 16.7699C16.0151 16.8695 16.0358 16.968 16.075 17.0595C16.1143 17.151 16.1714 17.2338 16.243 17.303L17.834 18.894ZM12 18C12.1989 18 12.3897 18.079 12.5303 18.2197C12.671 18.3603 12.75 18.5511 12.75 18.75V21C12.75 21.1989 12.671 21.3897 12.5303 21.5303C12.3897 21.671 12.1989 21.75 12 21.75C11.8011 21.75 11.6103 21.671 11.4697 21.5303C11.329 21.3897 11.25 21.1989 11.25 21V18.75C11.25 18.5511 11.329 18.3603 11.4697 18.2197C11.6103 18.079 11.8011 18 12 18ZM7.758 17.303C7.89455 17.1615 7.97006 16.972 7.96826 16.7753C7.96646 16.5787 7.88749 16.3906 7.74837 16.2516C7.60925 16.1126 7.4211 16.0339 7.22445 16.0322C7.0278 16.0306 6.83839 16.1063 6.697 16.243L5.106 17.833C4.96931 17.9744 4.89363 18.1638 4.89524 18.3605C4.89686 18.5571 4.97565 18.7452 5.11464 18.8844C5.25363 19.0235 5.4417 19.1025 5.63835 19.1043C5.835 19.1061 6.02448 19.0306 6.166 18.894L7.757 17.304L7.758 17.303ZM6 12C6 12.1989 5.92098 12.3897 5.78033 12.5303C5.63968 12.671 5.44891 12.75 5.25 12.75H3C2.80109 12.75 2.61032 12.671 2.46967 12.5303C2.32902 12.3897 2.25 12.1989 2.25 12C2.25 11.8011 2.32902 11.6103 2.46967 11.4697C2.61032 11.329 2.80109 11.25 3 11.25H5.25C5.44891 11.25 5.63968 11.329 5.78033 11.4697C5.92098 11.6103 6 11.8011 6 12ZM6.697 7.757C6.83918 7.88948 7.02722 7.9616 7.22152 7.95818C7.41582 7.95475 7.60121 7.87603 7.73862 7.73862C7.87603 7.60121 7.95475 7.41582 7.95818 7.22152C7.9616 7.02722 7.88948 6.83918 7.757 6.697L6.167 5.106C6.02561 4.96931 5.8362 4.89363 5.63955 4.89524C5.4429 4.89686 5.25475 4.97565 5.11563 5.11464C4.97651 5.25363 4.89754 5.4417 4.89574 5.63835C4.89394 5.835 4.96945 6.02448 5.106 6.166L6.697 7.757Z",
1906
1975
  fill: "currentColor"
1907
1976
  }
1908
- ) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1977
+ ) : /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1909
1978
  "path",
1910
1979
  {
1911
1980
  d: "M12 3V5.25M18.364 5.636L16.773 7.227M21 12H18.75M18.364 18.364L16.773 16.773M12 18.75V21M7.227 16.773L5.636 18.364M5.25 12H3M7.227 7.227L5.636 5.636M15.75 12C15.75 12.9946 15.3549 13.9484 14.6517 14.6517C13.9484 15.3549 12.9946 15.75 12 15.75C11.0054 15.75 10.0516 15.3549 9.34835 14.6517C8.64509 13.9484 8.25 12.9946 8.25 12C8.25 11.0054 8.64509 10.0516 9.34835 9.34835C10.0516 8.64509 11.0054 8.25 12 8.25C12.9946 8.25 13.9484 8.64509 14.6517 9.34835C15.3549 10.0516 15.75 11.0054 15.75 12Z",
@@ -1918,7 +1987,7 @@ var template = {
1918
1987
  );
1919
1988
  },
1920
1989
  moon: ({ className, fill }) => {
1921
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1990
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1922
1991
  "svg",
1923
1992
  {
1924
1993
  width: "24",
@@ -1927,7 +1996,7 @@ var template = {
1927
1996
  fill: "none",
1928
1997
  xmlns: "http://www.w3.org/2000/svg",
1929
1998
  className,
1930
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1999
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1931
2000
  "path",
1932
2001
  {
1933
2002
  fillRule: "evenodd",
@@ -1935,7 +2004,7 @@ var template = {
1935
2004
  d: "M9.528 1.71799C9.63312 1.82308 9.70465 1.95704 9.73349 2.10286C9.76234 2.24868 9.7472 2.39979 9.69 2.53699C9.23282 3.6342 8.99828 4.81134 9 5.99999C9 8.38694 9.94821 10.6761 11.636 12.3639C13.3239 14.0518 15.6131 15 18 15C19.1886 15.0017 20.3658 14.7672 21.463 14.31C21.6001 14.2529 21.7511 14.2378 21.8968 14.2666C22.0425 14.2954 22.1763 14.3668 22.2814 14.4717C22.3865 14.5767 22.458 14.7105 22.487 14.8562C22.5159 15.0018 22.501 15.1528 22.444 15.29C21.646 17.2032 20.2997 18.8376 18.5747 19.9871C16.8496 21.1367 14.823 21.7501 12.75 21.75C6.951 21.75 2.25 17.05 2.25 11.25C2.25 6.88199 4.917 3.13799 8.71 1.55599C8.84707 1.49901 8.99797 1.48399 9.14359 1.51282C9.28921 1.54166 9.42299 1.61307 9.528 1.71799Z",
1936
2005
  fill: "currentColor"
1937
2006
  }
1938
- ) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2007
+ ) : /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1939
2008
  "path",
1940
2009
  {
1941
2010
  d: "M21.752 15.002C20.5632 15.4975 19.2879 15.7517 18 15.75C12.615 15.75 8.25 11.385 8.25 6.00005C8.25 4.67005 8.516 3.40305 8.998 2.24805C7.22147 2.98916 5.70397 4.2394 4.63663 5.8413C3.56928 7.44321 2.99984 9.32513 3 11.25C3 16.635 7.365 21 12.75 21C14.6749 21.0002 16.5568 20.4308 18.1587 19.3634C19.7606 18.2961 21.0109 16.7786 21.752 15.002Z",
@@ -1948,7 +2017,7 @@ var template = {
1948
2017
  );
1949
2018
  },
1950
2019
  clock: ({ className, fill }) => {
1951
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2020
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1952
2021
  "svg",
1953
2022
  {
1954
2023
  width: "24",
@@ -1957,7 +2026,7 @@ var template = {
1957
2026
  fill: "none",
1958
2027
  xmlns: "http://www.w3.org/2000/svg",
1959
2028
  className,
1960
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2029
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1961
2030
  "path",
1962
2031
  {
1963
2032
  fillRule: "evenodd",
@@ -1965,7 +2034,7 @@ var template = {
1965
2034
  d: "M12 2.25C6.615 2.25 2.25 6.615 2.25 12C2.25 17.385 6.615 21.75 12 21.75C17.385 21.75 21.75 17.385 21.75 12C21.75 6.615 17.385 2.25 12 2.25ZM12.75 6C12.75 5.80109 12.671 5.61032 12.5303 5.46967C12.3897 5.32902 12.1989 5.25 12 5.25C11.8011 5.25 11.6103 5.32902 11.4697 5.46967C11.329 5.61032 11.25 5.80109 11.25 6V12C11.25 12.414 11.586 12.75 12 12.75H16.5C16.6989 12.75 16.8897 12.671 17.0303 12.5303C17.171 12.3897 17.25 12.1989 17.25 12C17.25 11.8011 17.171 11.6103 17.0303 11.4697C16.8897 11.329 16.6989 11.25 16.5 11.25H12.75V6Z",
1966
2035
  fill: "currentColor"
1967
2036
  }
1968
- ) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2037
+ ) : /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1969
2038
  "path",
1970
2039
  {
1971
2040
  d: "M12 6V12H16.5M21 12C21 13.1819 20.7672 14.3522 20.3149 15.4442C19.8626 16.5361 19.1997 17.5282 18.364 18.364C17.5282 19.1997 16.5361 19.8626 15.4442 20.3149C14.3522 20.7672 13.1819 21 12 21C10.8181 21 9.64778 20.7672 8.55585 20.3149C7.46392 19.8626 6.47177 19.1997 5.63604 18.364C4.80031 17.5282 4.13738 16.5361 3.68508 15.4442C3.23279 14.3522 3 13.1819 3 12C3 9.61305 3.94821 7.32387 5.63604 5.63604C7.32387 3.94821 9.61305 3 12 3C14.3869 3 16.6761 3.94821 18.364 5.63604C20.0518 7.32387 21 9.61305 21 12Z",
@@ -1978,7 +2047,7 @@ var template = {
1978
2047
  );
1979
2048
  },
1980
2049
  calendar: ({ className, fill }) => {
1981
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2050
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1982
2051
  "svg",
1983
2052
  {
1984
2053
  width: "24",
@@ -1987,15 +2056,15 @@ var template = {
1987
2056
  fill: "none",
1988
2057
  xmlns: "http://www.w3.org/2000/svg",
1989
2058
  className,
1990
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(import_jsx_runtime4.Fragment, { children: [
1991
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2059
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(import_jsx_runtime5.Fragment, { children: [
2060
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1992
2061
  "path",
1993
2062
  {
1994
2063
  d: "M12 11.993C11.8011 11.993 11.6103 12.0721 11.4697 12.2127C11.329 12.3534 11.25 12.5441 11.25 12.743V12.749C11.25 13.163 11.586 13.499 12 13.499H12.006C12.2049 13.499 12.3957 13.42 12.5363 13.2794C12.677 13.1387 12.756 12.948 12.756 12.749V12.743C12.756 12.5441 12.677 12.3534 12.5363 12.2127C12.3957 12.0721 12.2049 11.993 12.006 11.993H12ZM12 16.494C11.8011 16.494 11.6103 16.5731 11.4697 16.7137C11.329 16.8544 11.25 17.0451 11.25 17.244V17.249C11.25 17.663 11.585 17.999 12 17.999H12.005C12.2039 17.999 12.3947 17.92 12.5353 17.7794C12.676 17.6387 12.755 17.448 12.755 17.249V17.244C12.755 17.0451 12.676 16.8544 12.5353 16.7137C12.3947 16.5731 12.2039 16.494 12.005 16.494H12ZM8.99899 17.244C8.99899 17.0451 9.078 16.8544 9.21866 16.7137C9.35931 16.5731 9.55007 16.494 9.74899 16.494H9.75499C9.9539 16.494 10.1447 16.5731 10.2853 16.7137C10.426 16.8544 10.505 17.0451 10.505 17.244V17.25C10.505 17.449 10.426 17.6397 10.2853 17.7804C10.1447 17.921 9.9539 18 9.75499 18H9.74899C9.55007 18 9.35931 17.921 9.21866 17.7804C9.078 17.6397 8.99899 17.449 8.99899 17.25V17.244ZM7.49899 16.494C7.30007 16.494 7.10931 16.5731 6.96866 16.7137C6.828 16.8544 6.74899 17.0451 6.74899 17.244V17.249C6.74899 17.663 7.08499 17.999 7.49899 17.999H7.50399C7.7029 17.999 7.89366 17.92 8.03432 17.7794C8.17497 17.6387 8.25399 17.448 8.25399 17.249V17.244C8.25399 17.0451 8.17497 16.8544 8.03432 16.7137C7.89366 16.5731 7.7029 16.494 7.50399 16.494H7.49899ZM13.499 14.997C13.499 14.7981 13.578 14.6074 13.7187 14.4667C13.8593 14.3261 14.0501 14.247 14.249 14.247H14.255C14.4539 14.247 14.6447 14.3261 14.7853 14.4667C14.926 14.6074 15.005 14.7981 15.005 14.997V15.002C15.005 15.201 14.926 15.3917 14.7853 15.5324C14.6447 15.673 14.4539 15.752 14.255 15.752H14.249C14.0501 15.752 13.8593 15.673 13.7187 15.5324C13.578 15.3917 13.499 15.201 13.499 15.002V14.997ZM14.25 16.494C14.0511 16.494 13.8603 16.5731 13.7197 16.7137C13.579 16.8544 13.5 17.0451 13.5 17.244V17.25C13.5 17.664 13.835 18 14.25 18H14.255C14.4539 18 14.6447 17.921 14.7853 17.7804C14.926 17.6397 15.005 17.449 15.005 17.25V17.244C15.005 17.0451 14.926 16.8544 14.7853 16.7137C14.6447 16.5731 14.4539 16.494 14.255 16.494H14.25ZM15.75 14.995C15.75 14.7961 15.829 14.6054 15.9697 14.4647C16.1103 14.3241 16.3011 14.245 16.5 14.245H16.505C16.7039 14.245 16.8947 14.3241 17.0353 14.4647C17.176 14.6054 17.255 14.7961 17.255 14.995V15.001C17.255 15.2 17.176 15.3907 17.0353 15.5314C16.8947 15.672 16.7039 15.751 16.505 15.751H16.5C16.3011 15.751 16.1103 15.672 15.9697 15.5314C15.829 15.3907 15.75 15.2 15.75 15.001V14.995ZM13.498 12.743C13.498 12.5441 13.577 12.3534 13.7177 12.2127C13.8583 12.0721 14.0491 11.993 14.248 11.993H16.498C16.6969 11.993 16.8877 12.0721 17.0283 12.2127C17.169 12.3534 17.248 12.5441 17.248 12.743C17.248 12.942 17.169 13.1327 17.0283 13.2734C16.8877 13.414 16.6969 13.493 16.498 13.493H14.248C14.0491 13.493 13.8583 13.414 13.7177 13.2734C13.577 13.1327 13.498 12.942 13.498 12.743ZM6.74799 14.993C6.74799 14.7941 6.827 14.6034 6.96766 14.4627C7.10831 14.3221 7.29907 14.243 7.49799 14.243H11.998C12.1969 14.243 12.3877 14.3221 12.5283 14.4627C12.669 14.6034 12.748 14.7941 12.748 14.993C12.748 15.192 12.669 15.3827 12.5283 15.5234C12.3877 15.664 12.1969 15.743 11.998 15.743H7.49799C7.29907 15.743 7.10831 15.664 6.96766 15.5234C6.827 15.3827 6.74799 15.192 6.74799 14.993Z",
1995
2064
  fill: "currentColor"
1996
2065
  }
1997
2066
  ),
1998
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2067
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1999
2068
  "path",
2000
2069
  {
2001
2070
  fillRule: "evenodd",
@@ -2004,7 +2073,7 @@ var template = {
2004
2073
  fill: "currentColor"
2005
2074
  }
2006
2075
  )
2007
- ] }) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2076
+ ] }) : /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2008
2077
  "path",
2009
2078
  {
2010
2079
  d: "M6.74999 2.99402V5.24402M17.25 2.99402V5.24402M2.99799 18.744V7.49102C2.99799 6.89428 3.23504 6.32199 3.657 5.90003C4.07895 5.47807 4.65125 5.24102 5.24799 5.24102H18.748C19.3447 5.24102 19.917 5.47807 20.339 5.90003C20.7609 6.32199 20.998 6.89428 20.998 7.49102V18.742M20.998 18.742C20.998 19.3388 20.7609 19.9111 20.339 20.333C19.917 20.755 19.3447 20.992 18.748 20.992H5.24799C4.65125 20.992 4.07895 20.755 3.657 20.333C3.23504 19.9111 2.99799 19.3388 2.99799 18.742V11.242C2.99799 10.6453 3.23504 10.073 3.657 9.65103C4.07895 9.22907 4.65125 8.99202 5.24799 8.99202H18.748C19.3447 8.99202 19.917 9.22907 20.339 9.65103C20.7609 10.073 20.998 10.6453 20.998 11.242V18.742ZM14.248 12.742H16.498M7.49799 14.992H11.998M12 12.742H12.005V12.748H12V12.742ZM11.999 17.242H12.005V17.248H11.999V17.242ZM9.74899 17.243H9.75399V17.249H9.74999V17.243H9.74899ZM7.49899 17.243H7.50399V17.248H7.49799V17.243H7.49899ZM14.249 14.996H14.254V15.001H14.249V14.996ZM14.249 17.243H14.255V17.249H14.249V17.243ZM16.499 14.995H16.505V15H16.5L16.499 14.995Z",
@@ -2017,7 +2086,7 @@ var template = {
2017
2086
  );
2018
2087
  },
2019
2088
  chart: ({ className, fill }) => {
2020
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2089
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2021
2090
  "svg",
2022
2091
  {
2023
2092
  width: "24",
@@ -2026,13 +2095,13 @@ var template = {
2026
2095
  fill: "none",
2027
2096
  xmlns: "http://www.w3.org/2000/svg",
2028
2097
  className,
2029
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2098
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2030
2099
  "path",
2031
2100
  {
2032
2101
  d: "M18.375 2.25C17.34 2.25 16.5 3.09 16.5 4.125V19.875C16.5 20.91 17.34 21.75 18.375 21.75H19.125C20.16 21.75 21 20.91 21 19.875V4.125C21 3.089 20.16 2.25 19.125 2.25H18.375ZM9.75 8.625C9.75 7.589 10.59 6.75 11.625 6.75H12.375C13.411 6.75 14.25 7.59 14.25 8.625V19.875C14.25 20.91 13.41 21.75 12.375 21.75H11.625C11.1277 21.75 10.6508 21.5525 10.2992 21.2008C9.94754 20.8492 9.75 20.3723 9.75 19.875V8.625ZM3 13.125C3 12.089 3.84 11.25 4.875 11.25H5.625C6.661 11.25 7.5 12.09 7.5 13.125V19.875C7.5 20.91 6.66 21.75 5.625 21.75H4.875C4.37772 21.75 3.90081 21.5525 3.54917 21.2008C3.19754 20.8492 3 20.3723 3 19.875V13.125Z",
2033
2102
  fill: "currentColor"
2034
2103
  }
2035
- ) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2104
+ ) : /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2036
2105
  "path",
2037
2106
  {
2038
2107
  d: "M3 13.125C3 12.504 3.504 12 4.125 12H6.375C6.996 12 7.5 12.504 7.5 13.125V19.875C7.5 20.496 6.996 21 6.375 21H4.125C3.82663 21 3.54048 20.8815 3.3295 20.6705C3.11853 20.4595 3 20.1734 3 19.875V13.125ZM9.75 8.625C9.75 8.004 10.254 7.5 10.875 7.5H13.125C13.746 7.5 14.25 8.004 14.25 8.625V19.875C14.25 20.496 13.746 21 13.125 21H10.875C10.5766 21 10.2905 20.8815 10.0795 20.6705C9.86853 20.4595 9.75 20.1734 9.75 19.875V8.625ZM16.5 4.125C16.5 3.504 17.004 3 17.625 3H19.875C20.496 3 21 3.504 21 4.125V19.875C21 20.496 20.496 21 19.875 21H17.625C17.3266 21 17.0405 20.8815 16.8295 20.6705C16.6185 20.4595 16.5 20.1734 16.5 19.875V4.125Z",
@@ -2045,7 +2114,7 @@ var template = {
2045
2114
  );
2046
2115
  },
2047
2116
  "chart-square": ({ className, fill }) => {
2048
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2117
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2049
2118
  "svg",
2050
2119
  {
2051
2120
  width: "24",
@@ -2054,19 +2123,19 @@ var template = {
2054
2123
  fill: "none",
2055
2124
  xmlns: "http://www.w3.org/2000/svg",
2056
2125
  className,
2057
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(import_jsx_runtime4.Fragment, { children: [
2058
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2126
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(import_jsx_runtime5.Fragment, { children: [
2127
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2059
2128
  "path",
2060
2129
  {
2061
2130
  d: "M7.5 14.25V16.5V14.25ZM10.5 7.5V16.5V7.5ZM13.5 12.5V16.5V12.5ZM16.5 9V16.5V9ZM6 20.25H18C18.5967 20.25 19.169 20.0129 19.591 19.591C20.0129 19.169 20.25 18.5967 20.25 18V6C20.25 5.40326 20.0129 4.83097 19.591 4.40901C19.169 3.98705 18.5967 3.75 18 3.75H12.5H6C5.40326 3.75 4.83097 3.98705 4.40901 4.40901C3.98705 4.83097 3.75 5.40326 3.75 6V18C3.75 18.5967 3.98705 19.169 4.40901 19.591C4.83097 20.0129 5.40326 20.25 6 20.25Z",
2062
2131
  fill: "currentColor"
2063
2132
  }
2064
2133
  ),
2065
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { d: "M7.5 13.5V16.5", stroke: "white", strokeLinecap: "round" }),
2066
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { d: "M10.5 7.5V16.5", stroke: "white", strokeLinecap: "round" }),
2067
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { d: "M13.5 12.5V16.5", stroke: "white", strokeLinecap: "round" }),
2068
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { d: "M16.5 8.5V16.5", stroke: "white", strokeLinecap: "round" })
2069
- ] }) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2134
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { d: "M7.5 13.5V16.5", stroke: "white", strokeLinecap: "round" }),
2135
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { d: "M10.5 7.5V16.5", stroke: "white", strokeLinecap: "round" }),
2136
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { d: "M13.5 12.5V16.5", stroke: "white", strokeLinecap: "round" }),
2137
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { d: "M16.5 8.5V16.5", stroke: "white", strokeLinecap: "round" })
2138
+ ] }) : /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2070
2139
  "path",
2071
2140
  {
2072
2141
  d: "M7.5 14.25V16.5M10.5 7.5V16.5M13.5 12.5V16.5M16.5 9V16.5M6 20.25H18C18.5967 20.25 19.169 20.0129 19.591 19.591C20.0129 19.169 20.25 18.5967 20.25 18V6C20.25 5.40326 20.0129 4.83097 19.591 4.40901C19.169 3.98705 18.5967 3.75 18 3.75H6C5.40326 3.75 4.83097 3.98705 4.40901 4.40901C3.98705 4.83097 3.75 5.40326 3.75 6V18C3.75 18.5967 3.98705 19.169 4.40901 19.591C4.83097 20.0129 5.40326 20.25 6 20.25Z",
@@ -2079,7 +2148,7 @@ var template = {
2079
2148
  );
2080
2149
  },
2081
2150
  "chart-table-bar": ({ className, fill }) => {
2082
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2151
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2083
2152
  "svg",
2084
2153
  {
2085
2154
  width: "24",
@@ -2088,7 +2157,7 @@ var template = {
2088
2157
  fill: "none",
2089
2158
  xmlns: "http://www.w3.org/2000/svg",
2090
2159
  className,
2091
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2160
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2092
2161
  "path",
2093
2162
  {
2094
2163
  fillRule: "evenodd",
@@ -2096,7 +2165,7 @@ var template = {
2096
2165
  d: "M2.25 2.25C2.05109 2.25 1.86032 2.32902 1.71967 2.46967C1.57902 2.61032 1.5 2.80109 1.5 3C1.5 3.19891 1.57902 3.38968 1.71967 3.53033C1.86032 3.67098 2.05109 3.75 2.25 3.75H3V14.25C3 15.0456 3.31607 15.8087 3.87868 16.3713C4.44129 16.9339 5.20435 17.25 6 17.25H7.21L6.038 20.763C5.97514 20.9518 5.98988 21.1579 6.07896 21.3359C6.16804 21.5138 6.32417 21.6491 6.513 21.712C6.70183 21.7749 6.9079 21.7601 7.08588 21.671C7.26385 21.582 7.39914 21.4258 7.462 21.237L7.791 20.25H16.209L16.539 21.237C16.6073 21.4186 16.7433 21.5666 16.9184 21.6501C17.0935 21.7335 17.2941 21.7459 17.4782 21.6845C17.6622 21.6232 17.8153 21.4929 17.9053 21.3211C17.9954 21.1493 18.0153 20.9492 17.961 20.763L16.791 17.25H18C18.7956 17.25 19.5587 16.9339 20.1213 16.3713C20.6839 15.8087 21 15.0456 21 14.25V3.75H21.75C21.9489 3.75 22.1397 3.67098 22.2803 3.53033C22.421 3.38968 22.5 3.19891 22.5 3C22.5 2.80109 22.421 2.61032 22.2803 2.46967C22.1397 2.32902 21.9489 2.25 21.75 2.25H2.25ZM8.29 18.75L8.79 17.25H15.21L15.71 18.75H8.29ZM15.75 6.75C15.75 6.55109 15.671 6.36032 15.5303 6.21967C15.3897 6.07902 15.1989 6 15 6C14.8011 6 14.6103 6.07902 14.4697 6.21967C14.329 6.36032 14.25 6.55109 14.25 6.75V12.75C14.25 12.9489 14.329 13.1397 14.4697 13.2803C14.6103 13.421 14.8011 13.5 15 13.5C15.1989 13.5 15.3897 13.421 15.5303 13.2803C15.671 13.1397 15.75 12.9489 15.75 12.75V6.75ZM12.75 9C12.75 8.80109 12.671 8.61032 12.5303 8.46967C12.3897 8.32902 12.1989 8.25 12 8.25C11.8011 8.25 11.6103 8.32902 11.4697 8.46967C11.329 8.61032 11.25 8.80109 11.25 9V12.75C11.25 12.9489 11.329 13.1397 11.4697 13.2803C11.6103 13.421 11.8011 13.5 12 13.5C12.1989 13.5 12.3897 13.421 12.5303 13.2803C12.671 13.1397 12.75 12.9489 12.75 12.75V9ZM9.75 11.25C9.75 11.0511 9.67098 10.8603 9.53033 10.7197C9.38968 10.579 9.19891 10.5 9 10.5C8.80109 10.5 8.61032 10.579 8.46967 10.7197C8.32902 10.8603 8.25 11.0511 8.25 11.25V12.75C8.25 12.9489 8.32902 13.1397 8.46967 13.2803C8.61032 13.421 8.80109 13.5 9 13.5C9.19891 13.5 9.38968 13.421 9.53033 13.2803C9.67098 13.1397 9.75 12.9489 9.75 12.75V11.25Z",
2097
2166
  fill: "currentColor"
2098
2167
  }
2099
- ) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2168
+ ) : /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2100
2169
  "path",
2101
2170
  {
2102
2171
  d: "M3.75 3V14.25C3.75 14.8467 3.98705 15.419 4.40901 15.841C4.83097 16.2629 5.40326 16.5 6 16.5H8.25M3.75 3H2.25M3.75 3H20.25M8.25 16.5H15.75M8.25 16.5L7.25 19.5M20.25 3H21.75M20.25 3V14.25C20.25 14.8467 20.0129 15.419 19.591 15.841C19.169 16.2629 18.5967 16.5 18 16.5H15.75M15.75 16.5L16.75 19.5M7.25 19.5H16.75M7.25 19.5L6.75 21M16.75 19.5L17.25 21M9 11.25V12.75M12 9V12.75M15 6.75V12.75",
@@ -2109,7 +2178,7 @@ var template = {
2109
2178
  );
2110
2179
  },
2111
2180
  "chart-table-line": ({ className, fill }) => {
2112
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2181
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2113
2182
  "svg",
2114
2183
  {
2115
2184
  width: "24",
@@ -2118,7 +2187,7 @@ var template = {
2118
2187
  fill: "none",
2119
2188
  xmlns: "http://www.w3.org/2000/svg",
2120
2189
  className,
2121
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2190
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2122
2191
  "path",
2123
2192
  {
2124
2193
  fillRule: "evenodd",
@@ -2126,7 +2195,7 @@ var template = {
2126
2195
  d: "M2.25 2.25C2.05109 2.25 1.86032 2.32902 1.71967 2.46967C1.57902 2.61032 1.5 2.80109 1.5 3C1.5 3.19891 1.57902 3.38968 1.71967 3.53033C1.86032 3.67098 2.05109 3.75 2.25 3.75H3V14.25C3 15.0456 3.31607 15.8087 3.87868 16.3713C4.44129 16.9339 5.20435 17.25 6 17.25H7.21L6.038 20.763C5.97514 20.9518 5.98988 21.1579 6.07896 21.3359C6.16804 21.5138 6.32417 21.6491 6.513 21.712C6.70183 21.7749 6.9079 21.7601 7.08588 21.671C7.26385 21.582 7.39914 21.4258 7.462 21.237L7.791 20.25H16.209L16.539 21.237C16.6073 21.4186 16.7433 21.5666 16.9184 21.6501C17.0935 21.7335 17.2941 21.7459 17.4782 21.6845C17.6622 21.6232 17.8153 21.4929 17.9053 21.3211C17.9954 21.1493 18.0153 20.9492 17.961 20.763L16.791 17.25H18C18.7956 17.25 19.5587 16.9339 20.1213 16.3713C20.6839 15.8087 21 15.0456 21 14.25V3.75H21.75C21.9489 3.75 22.1397 3.67098 22.2803 3.53033C22.421 3.38968 22.5 3.19891 22.5 3C22.5 2.80109 22.421 2.61032 22.2803 2.46967C22.1397 2.32902 21.9489 2.25 21.75 2.25H2.25ZM8.79 17.25H15.21L15.71 18.75H8.29L8.79 17.25ZM16.875 8.255C16.961 8.20611 17.0364 8.1407 17.097 8.06253C17.1577 7.98436 17.2022 7.89497 17.2281 7.79952C17.254 7.70406 17.2608 7.60443 17.2481 7.50634C17.2353 7.40826 17.2033 7.31366 17.1538 7.228C17.1044 7.14235 17.0385 7.06732 16.9599 7.00724C16.8813 6.94715 16.7916 6.90321 16.696 6.87793C16.6004 6.85264 16.5007 6.84653 16.4027 6.85993C16.3047 6.87333 16.2103 6.90598 16.125 6.956C14.7615 7.74523 13.5554 8.7792 12.567 10.006L11.03 8.47C10.8894 8.32955 10.6988 8.25066 10.5 8.25066C10.3012 8.25066 10.1106 8.32955 9.97 8.47L6.97 11.47C6.89631 11.5387 6.83721 11.6215 6.79622 11.7135C6.75523 11.8055 6.73319 11.9048 6.73141 12.0055C6.72963 12.1062 6.74816 12.2062 6.78588 12.2996C6.8236 12.393 6.87974 12.4778 6.95096 12.549C7.02218 12.6203 7.10701 12.6764 7.2004 12.7141C7.29379 12.7518 7.39382 12.7704 7.49452 12.7686C7.59523 12.7668 7.69454 12.7448 7.78654 12.7038C7.87854 12.6628 7.96134 12.6037 8.03 12.53L10.5 10.06L12.117 11.678C12.1946 11.7556 12.2882 11.8152 12.3913 11.8526C12.4945 11.8901 12.6046 11.9045 12.7138 11.8947C12.8231 11.885 12.9289 11.8514 13.0238 11.7963C13.1187 11.7413 13.2003 11.6661 13.263 11.576C14.2095 10.2181 15.4425 9.0844 16.875 8.255Z",
2127
2196
  fill: "currentColor"
2128
2197
  }
2129
- ) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2198
+ ) : /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2130
2199
  "path",
2131
2200
  {
2132
2201
  d: "M3.75 3V14.25C3.75 14.8467 3.98705 15.419 4.40901 15.841C4.83097 16.2629 5.40326 16.5 6 16.5H8.25M3.75 3H2.25M3.75 3H20.25M8.25 16.5H15.75M8.25 16.5L7.25 19.5M20.25 3H21.75M20.25 3V14.25C20.25 14.8467 20.0129 15.419 19.591 15.841C19.169 16.2629 18.5967 16.5 18 16.5H15.75M15.75 16.5L16.75 19.5M7.25 19.5H16.75M7.25 19.5L6.75 21M16.75 19.5L17.25 21M7.5 12L10.5 9L12.648 11.148C13.6572 9.69929 14.9722 8.48982 16.5 7.605",
@@ -2139,7 +2208,7 @@ var template = {
2139
2208
  );
2140
2209
  },
2141
2210
  heart: ({ className, fill }) => {
2142
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2211
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2143
2212
  "svg",
2144
2213
  {
2145
2214
  width: "24",
@@ -2148,13 +2217,13 @@ var template = {
2148
2217
  fill: "none",
2149
2218
  xmlns: "http://www.w3.org/2000/svg",
2150
2219
  className,
2151
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2220
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2152
2221
  "path",
2153
2222
  {
2154
2223
  d: "M11.645 20.9101L11.638 20.9071L11.616 20.8951C11.4873 20.8243 11.3596 20.7516 11.233 20.6771C9.71081 19.7726 8.28827 18.71 6.989 17.5071C4.688 15.3601 2.25 12.1741 2.25 8.25007C2.25 5.32207 4.714 3.00007 7.688 3.00007C8.51475 2.99602 9.33178 3.17841 10.0783 3.53368C10.8249 3.88894 11.4817 4.40794 12 5.05207C12.5184 4.40781 13.1754 3.88873 13.9221 3.53346C14.6689 3.17819 15.4861 2.99587 16.313 3.00007C19.286 3.00007 21.75 5.32207 21.75 8.25007C21.75 12.1751 19.312 15.3611 17.011 17.5061C15.7117 18.709 14.2892 19.7716 12.767 20.6761C12.6404 20.7509 12.5127 20.8239 12.384 20.8951L12.362 20.9071L12.355 20.9111L12.352 20.9121C12.2436 20.9695 12.1227 20.9995 12 20.9995C11.8773 20.9995 11.7564 20.9695 11.648 20.9121L11.645 20.9101Z",
2155
2224
  fill: "currentColor"
2156
2225
  }
2157
- ) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2226
+ ) : /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2158
2227
  "path",
2159
2228
  {
2160
2229
  d: "M21 8.25C21 5.765 18.901 3.75 16.312 3.75C14.377 3.75 12.715 4.876 12 6.483C11.285 4.876 9.623 3.75 7.687 3.75C5.1 3.75 3 5.765 3 8.25C3 15.47 12 20.25 12 20.25C12 20.25 21 15.47 21 8.25Z",
@@ -2167,7 +2236,7 @@ var template = {
2167
2236
  );
2168
2237
  },
2169
2238
  ticket: ({ className, fill }) => {
2170
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2239
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2171
2240
  "svg",
2172
2241
  {
2173
2242
  width: "24",
@@ -2176,7 +2245,7 @@ var template = {
2176
2245
  fill: "none",
2177
2246
  xmlns: "http://www.w3.org/2000/svg",
2178
2247
  className,
2179
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2248
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2180
2249
  "path",
2181
2250
  {
2182
2251
  fillRule: "evenodd",
@@ -2184,7 +2253,7 @@ var template = {
2184
2253
  d: "M1.5 6.375C1.5 5.339 2.34 4.5 3.375 4.5H20.625C21.66 4.5 22.5 5.34 22.5 6.375V9.401C22.5001 9.53273 22.4655 9.66217 22.3996 9.77627C22.3338 9.89038 22.2391 9.98513 22.125 10.051C21.7825 10.2482 21.498 10.5322 21.3002 10.8744C21.1024 11.2165 20.9982 11.6048 20.9982 12C20.9982 12.3952 21.1024 12.7835 21.3002 13.1256C21.498 13.4678 21.7825 13.7518 22.125 13.949C22.2391 14.0149 22.3338 14.1096 22.3996 14.2237C22.4655 14.3378 22.5001 14.4673 22.5 14.599V17.625C22.5 18.66 21.66 19.5 20.625 19.5H3.375C2.87772 19.5 2.40081 19.3025 2.04918 18.9508C1.69754 18.5992 1.5 18.1223 1.5 17.625V14.599C1.49981 14.4674 1.53428 14.338 1.59993 14.2239C1.66558 14.1098 1.7601 14.015 1.874 13.949C2.21651 13.7518 2.50099 13.4678 2.69881 13.1256C2.89662 12.7835 3.00077 12.3952 3.00077 12C3.00077 11.6048 2.89662 11.2165 2.69881 10.8744C2.50099 10.5322 2.21651 10.2482 1.874 10.051C1.7601 9.98501 1.66558 9.8902 1.59993 9.7761C1.53428 9.662 1.49981 9.53264 1.5 9.401V6.375ZM16.5 5.25C16.6989 5.25 16.8897 5.32902 17.0303 5.46967C17.171 5.61032 17.25 5.80109 17.25 6V6.75C17.25 6.94891 17.171 7.13968 17.0303 7.28033C16.8897 7.42098 16.6989 7.5 16.5 7.5C16.3011 7.5 16.1103 7.42098 15.9697 7.28033C15.829 7.13968 15.75 6.94891 15.75 6.75V6C15.75 5.80109 15.829 5.61032 15.9697 5.46967C16.1103 5.32902 16.3011 5.25 16.5 5.25ZM17.25 9.75C17.25 9.55109 17.171 9.36032 17.0303 9.21967C16.8897 9.07902 16.6989 9 16.5 9C16.3011 9 16.1103 9.07902 15.9697 9.21967C15.829 9.36032 15.75 9.55109 15.75 9.75V10.5C15.75 10.6989 15.829 10.8897 15.9697 11.0303C16.1103 11.171 16.3011 11.25 16.5 11.25C16.6989 11.25 16.8897 11.171 17.0303 11.0303C17.171 10.8897 17.25 10.6989 17.25 10.5V9.75ZM16.5 12.75C16.6989 12.75 16.8897 12.829 17.0303 12.9697C17.171 13.1103 17.25 13.3011 17.25 13.5V14.25C17.25 14.4489 17.171 14.6397 17.0303 14.7803C16.8897 14.921 16.6989 15 16.5 15C16.3011 15 16.1103 14.921 15.9697 14.7803C15.829 14.6397 15.75 14.4489 15.75 14.25V13.5C15.75 13.3011 15.829 13.1103 15.9697 12.9697C16.1103 12.829 16.3011 12.75 16.5 12.75ZM17.25 17.25C17.25 17.0511 17.171 16.8603 17.0303 16.7197C16.8897 16.579 16.6989 16.5 16.5 16.5C16.3011 16.5 16.1103 16.579 15.9697 16.7197C15.829 16.8603 15.75 17.0511 15.75 17.25V18C15.75 18.1989 15.829 18.3897 15.9697 18.5303C16.1103 18.671 16.3011 18.75 16.5 18.75C16.6989 18.75 16.8897 18.671 17.0303 18.5303C17.171 18.3897 17.25 18.1989 17.25 18V17.25ZM6 12C6 11.8011 6.07902 11.6103 6.21967 11.4697C6.36032 11.329 6.55109 11.25 6.75 11.25H12C12.1989 11.25 12.3897 11.329 12.5303 11.4697C12.671 11.6103 12.75 11.8011 12.75 12C12.75 12.1989 12.671 12.3897 12.5303 12.5303C12.3897 12.671 12.1989 12.75 12 12.75H6.75C6.55109 12.75 6.36032 12.671 6.21967 12.5303C6.07902 12.3897 6 12.1989 6 12ZM6.75 14.25C6.55109 14.25 6.36032 14.329 6.21967 14.4697C6.07902 14.6103 6 14.8011 6 15C6 15.1989 6.07902 15.3897 6.21967 15.5303C6.36032 15.671 6.55109 15.75 6.75 15.75H9.75C9.94891 15.75 10.1397 15.671 10.2803 15.5303C10.421 15.3897 10.5 15.1989 10.5 15C10.5 14.8011 10.421 14.6103 10.2803 14.4697C10.1397 14.329 9.94891 14.25 9.75 14.25H6.75Z",
2185
2254
  fill: "currentColor"
2186
2255
  }
2187
- ) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2256
+ ) : /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2188
2257
  "path",
2189
2258
  {
2190
2259
  d: "M16.5 6V6.75M16.5 9.75V10.5M16.5 13.5V14.25M16.5 17.25V18M7.5 12.75H12.75M7.5 15H10.5M3.375 5.25C2.754 5.25 2.25 5.754 2.25 6.375V9.401C2.70675 9.66398 3.08612 10.0427 3.34992 10.4989C3.61371 10.9552 3.7526 11.473 3.7526 12C3.7526 12.527 3.61371 13.0448 3.34992 13.5011C3.08612 13.9573 2.70675 14.336 2.25 14.599V17.625C2.25 18.246 2.754 18.75 3.375 18.75H20.625C21.246 18.75 21.75 18.246 21.75 17.625V14.599C21.2933 14.336 20.9139 13.9573 20.6501 13.5011C20.3863 13.0448 20.2474 12.527 20.2474 12C20.2474 11.473 20.3863 10.9552 20.6501 10.4989C20.9139 10.0427 21.2933 9.66398 21.75 9.401V6.375C21.75 5.754 21.246 5.25 20.625 5.25H3.375Z",
@@ -2197,7 +2266,7 @@ var template = {
2197
2266
  );
2198
2267
  },
2199
2268
  tag: ({ className }) => {
2200
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2269
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2201
2270
  "svg",
2202
2271
  {
2203
2272
  width: "24",
@@ -2206,7 +2275,7 @@ var template = {
2206
2275
  fill: "none",
2207
2276
  xmlns: "http://www.w3.org/2000/svg",
2208
2277
  className,
2209
- children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2278
+ children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2210
2279
  "path",
2211
2280
  {
2212
2281
  d: "M5.25 8.25H20.25M3.75 15.75H18.75M16.95 2.25L13.05 21.75M10.95 2.25L7.05 21.75",
@@ -2219,7 +2288,7 @@ var template = {
2219
2288
  );
2220
2289
  },
2221
2290
  clip: ({ className }) => {
2222
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2291
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2223
2292
  "svg",
2224
2293
  {
2225
2294
  width: "24",
@@ -2228,7 +2297,7 @@ var template = {
2228
2297
  fill: "none",
2229
2298
  xmlns: "http://www.w3.org/2000/svg",
2230
2299
  className,
2231
- children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2300
+ children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2232
2301
  "path",
2233
2302
  {
2234
2303
  d: "M18.375 12.7388L10.682 20.4318C9.83811 21.2757 8.69351 21.7498 7.50003 21.7498C6.30655 21.7498 5.16195 21.2757 4.31803 20.4318C3.47411 19.5878 3 18.4432 3 17.2498C3 16.0563 3.47411 14.9117 4.31803 14.0678L15.258 3.12777C15.5367 2.84923 15.8675 2.62831 16.2315 2.47762C16.5956 2.32693 16.9857 2.24942 17.3797 2.24951C17.7737 2.2496 18.1639 2.3273 18.5278 2.47816C18.8918 2.62903 19.2225 2.8501 19.501 3.12877C19.7796 3.40743 20.0005 3.73823 20.1512 4.10227C20.3019 4.46631 20.3794 4.85647 20.3793 5.25047C20.3792 5.64447 20.3015 6.03459 20.1506 6.39857C19.9998 6.76254 19.7787 7.09323 19.5 7.37177L8.55203 18.3198C8.26801 18.592 7.88839 18.7408 7.49497 18.7358C7.10156 18.7309 6.72585 18.5715 6.44883 18.2921C6.1718 18.0127 6.01564 17.6357 6.01399 17.2422C6.01234 16.8488 6.16535 16.4705 6.44003 16.1888L14.25 8.37877M8.56103 18.3098L8.55103 18.3198",
@@ -2241,7 +2310,7 @@ var template = {
2241
2310
  );
2242
2311
  },
2243
2312
  link: ({ className, fill }) => {
2244
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2313
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2245
2314
  "svg",
2246
2315
  {
2247
2316
  width: "24",
@@ -2250,7 +2319,7 @@ var template = {
2250
2319
  fill: "none",
2251
2320
  xmlns: "http://www.w3.org/2000/svg",
2252
2321
  className,
2253
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2322
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2254
2323
  "path",
2255
2324
  {
2256
2325
  fillRule: "evenodd",
@@ -2258,7 +2327,7 @@ var template = {
2258
2327
  d: "M19.9012 4.09817C19.553 3.74984 19.1395 3.47353 18.6845 3.28502C18.2294 3.0965 17.7417 2.99947 17.2492 2.99947C16.7567 2.99947 16.2689 3.0965 15.8139 3.28502C15.3589 3.47353 14.9454 3.74984 14.5972 4.09817L10.0972 8.59817C9.67265 9.02234 9.35611 9.5422 9.17417 10.1141C8.99223 10.686 8.9502 11.2932 9.0516 11.8847C9.15301 12.4761 9.3949 13.0347 9.75694 13.5133C10.119 13.9919 10.5906 14.3766 11.1322 14.6352C11.3055 14.7245 11.4372 14.8778 11.4994 15.0625C11.5616 15.2473 11.5495 15.4491 11.4655 15.625C11.3814 15.8009 11.2322 15.9373 11.0494 16.0051C10.8666 16.0729 10.6646 16.0668 10.4862 15.9882C9.7283 15.6261 9.06834 15.0876 8.56171 14.4176C8.05508 13.7477 7.71657 12.966 7.57462 12.1382C7.43266 11.3104 7.4914 10.4606 7.74589 9.66013C8.00039 8.8597 8.44322 8.13201 9.03719 7.53817L13.5372 3.03817C14.0223 2.5403 14.6015 2.14374 15.2412 1.8715C15.8808 1.59926 16.5681 1.45675 17.2633 1.45226C17.9584 1.44776 18.6475 1.58136 19.2906 1.84531C19.9337 2.10925 20.518 2.49829 21.0095 2.98984C21.5011 3.48139 21.8901 4.06566 22.1541 4.70876C22.418 5.35185 22.5516 6.04097 22.5471 6.7361C22.5426 7.43124 22.4001 8.11857 22.1279 8.7582C21.8556 9.39783 21.4591 9.97702 20.9612 10.4622L19.2042 12.2192C19.1355 12.2929 19.0527 12.352 18.9607 12.393C18.8687 12.4339 18.7694 12.456 18.6687 12.4578C18.568 12.4595 18.468 12.441 18.3746 12.4033C18.2812 12.3656 18.1964 12.3094 18.1252 12.2382C18.0539 12.167 17.9978 12.0822 17.9601 11.9888C17.9223 11.8954 17.9038 11.7954 17.9056 11.6946C17.9074 11.5939 17.9294 11.4946 17.9704 11.4026C18.0114 11.3106 18.0705 11.2278 18.1442 11.1592L19.9012 9.40217C20.2495 9.05394 20.5258 8.6405 20.7143 8.18546C20.9029 7.73043 20.9999 7.24271 20.9999 6.75017C20.9999 6.25763 20.9029 5.76991 20.7143 5.31488C20.5258 4.85984 20.2495 4.4464 19.9012 4.09817ZM12.5122 8.36517C12.598 8.18577 12.7516 8.04781 12.9391 7.98161C13.1266 7.91542 13.3328 7.92641 13.5122 8.01217C14.2701 8.3742 14.93 8.91278 15.4367 9.58269C15.9433 10.2526 16.2818 11.0343 16.4238 11.8621C16.5657 12.69 16.507 13.5398 16.2525 14.3402C15.998 15.1406 15.5552 15.8683 14.9612 16.4622L10.4612 20.9622C9.97604 21.46 9.39685 21.8566 8.75722 22.1288C8.11759 22.4011 7.43027 22.5436 6.73513 22.5481C6.03999 22.5526 5.35088 22.419 4.70778 22.155C4.06468 21.8911 3.48041 21.5021 2.98886 21.0105C2.49731 20.519 2.10828 19.9347 1.84433 19.2916C1.58039 18.6485 1.44679 17.9594 1.45128 17.2642C1.45578 16.5691 1.59828 15.8818 1.87052 15.2421C2.14277 14.6025 2.53933 14.0233 3.03719 13.5382L4.79419 11.7812C4.86285 11.7075 4.94566 11.6484 5.03765 11.6074C5.12965 11.5664 5.22897 11.5444 5.32967 11.5426C5.43037 11.5408 5.5304 11.5593 5.62379 11.597C5.71718 11.6348 5.80201 11.6909 5.87323 11.7621C5.94445 11.8334 6.00059 11.9182 6.03832 12.0116C6.07604 12.105 6.09456 12.205 6.09278 12.3057C6.09101 12.4064 6.06897 12.5057 6.02797 12.5977C5.98698 12.6897 5.92788 12.7725 5.85419 12.8412L4.09719 14.5982C3.74893 14.9464 3.47267 15.3599 3.28419 15.8149C3.09571 16.2699 2.9987 16.7576 2.9987 17.2502C2.9987 17.7427 3.09571 18.2304 3.28419 18.6854C3.47267 19.1405 3.74893 19.5539 4.09719 19.9022C4.44546 20.2504 4.85891 20.5267 5.31394 20.7152C5.76897 20.9037 6.25667 21.0007 6.74919 21.0007C7.24171 21.0007 7.72941 20.9037 8.18444 20.7152C8.63948 20.5267 9.05293 20.2504 9.40119 19.9022L13.9012 15.4022C14.3257 14.978 14.6423 14.4581 14.8242 13.8863C15.0062 13.3144 15.0482 12.7072 14.9468 12.1157C14.8454 11.5242 14.6035 10.9657 14.2414 10.4871C13.8794 10.0084 13.4078 9.6237 12.8662 9.36517C12.7773 9.32276 12.6976 9.26326 12.6317 9.19005C12.5658 9.11684 12.5149 9.03136 12.482 8.9385C12.4492 8.84564 12.4349 8.74721 12.4401 8.64884C12.4453 8.55046 12.4698 8.45407 12.5122 8.36517Z",
2259
2328
  fill: "currentColor"
2260
2329
  }
2261
- ) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2330
+ ) : /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2262
2331
  "path",
2263
2332
  {
2264
2333
  d: "M13.19 8.68803C13.8399 8.99828 14.4057 9.45996 14.8401 10.0343C15.2745 10.6086 15.5648 11.2787 15.6865 11.9885C15.8081 12.6982 15.7577 13.4268 15.5394 14.113C15.3212 14.7992 14.9414 15.423 14.432 15.932L9.93203 20.432C9.08811 21.2759 7.94351 21.7501 6.75003 21.7501C5.55655 21.7501 4.41195 21.2759 3.56803 20.432C2.72411 19.5881 2.25 18.4435 2.25 17.25C2.25 16.0565 2.72411 14.9119 3.56803 14.068L5.32503 12.311M18.675 11.689L20.432 9.93203C21.2759 9.08811 21.7501 7.94351 21.7501 6.75003C21.7501 5.55655 21.2759 4.41195 20.432 3.56803C19.5881 2.72411 18.4435 2.25 17.25 2.25C16.0565 2.25 14.9119 2.72411 14.068 3.56803L9.56803 8.06803C9.05866 8.57703 8.67889 9.20084 8.46061 9.88705C8.24233 10.5733 8.19191 11.3018 8.3136 12.0116C8.43528 12.7213 8.72552 13.3915 9.15992 13.9658C9.59432 14.5401 10.1602 15.0018 10.81 15.312",
@@ -2271,7 +2340,7 @@ var template = {
2271
2340
  );
2272
2341
  },
2273
2342
  unlink: ({ className, fill }) => {
2274
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2343
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2275
2344
  "svg",
2276
2345
  {
2277
2346
  width: "24",
@@ -2280,7 +2349,7 @@ var template = {
2280
2349
  fill: "none",
2281
2350
  xmlns: "http://www.w3.org/2000/svg",
2282
2351
  className,
2283
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2352
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2284
2353
  "path",
2285
2354
  {
2286
2355
  fillRule: "evenodd",
@@ -2288,7 +2357,7 @@ var template = {
2288
2357
  d: "M19.8924 4.09C19.1891 3.38683 18.2353 2.9918 17.2409 2.9918C16.2464 2.9918 15.2926 3.38683 14.5894 4.09L10.0894 8.59C10.0154 8.664 9.94536 8.74 9.87936 8.819L14.8444 13.785C15.0918 12.9313 15.028 12.0174 14.6642 11.2064C14.3005 10.3954 13.6605 9.73998 12.8584 9.357C12.685 9.26769 12.5533 9.1144 12.4911 8.92963C12.4289 8.74485 12.4411 8.54311 12.5251 8.36717C12.6091 8.19122 12.7583 8.05491 12.9411 7.98712C13.1239 7.91932 13.3259 7.92538 13.5044 8.004C14.7507 8.59991 15.7122 9.66282 16.1805 10.9625C16.6488 12.2622 16.5862 13.6941 16.0064 14.948L21.5214 20.463C21.6579 20.6045 21.7334 20.794 21.7316 20.9907C21.7298 21.1873 21.6509 21.3754 21.5117 21.5144C21.3726 21.6534 21.1845 21.7321 20.9878 21.7338C20.7912 21.7354 20.6017 21.6597 20.4604 21.523L2.46036 3.522C2.31953 3.3813 2.24036 3.19043 2.24026 2.99136C2.24017 2.79229 2.31916 2.60133 2.45986 2.4605C2.60055 2.31967 2.79143 2.2405 2.9905 2.24041C3.18957 2.24031 3.38053 2.3193 3.52136 2.46L8.81536 7.755C8.88412 7.67727 8.95515 7.60157 9.02836 7.528L13.5284 3.028C14.513 2.04339 15.8484 1.49023 17.2409 1.49023C17.9303 1.49023 18.6131 1.62604 19.25 1.88989C19.887 2.15374 20.4658 2.54047 20.9534 3.028C21.4409 3.51553 21.8276 4.09432 22.0915 4.73131C22.3553 5.3683 22.4911 6.05103 22.4911 6.7405C22.4911 7.42998 22.3553 8.1127 22.0915 8.74969C21.8276 9.38668 21.4409 9.96547 20.9534 10.453L19.1964 12.21C19.1277 12.2837 19.0449 12.3428 18.9529 12.3838C18.8609 12.4248 18.7616 12.4468 18.6609 12.4486C18.5602 12.4504 18.4601 12.4318 18.3668 12.3941C18.2734 12.3564 18.1885 12.3003 18.1173 12.229C18.0461 12.1578 17.99 12.073 17.9522 11.9796C17.9145 11.8862 17.896 11.7862 17.8978 11.6855C17.8995 11.5848 17.9216 11.4855 17.9626 11.3935C18.0036 11.3015 18.0627 11.2187 18.1364 11.15L19.8924 9.393C20.2407 9.04477 20.517 8.63133 20.7055 8.17629C20.894 7.72126 20.9911 7.23354 20.9911 6.741C20.9911 6.24846 20.894 5.76075 20.7055 5.30571C20.517 4.85068 20.2407 4.43824 19.8924 4.09ZM5.84636 11.773C5.98681 11.9136 6.0657 12.1043 6.0657 12.303C6.0657 12.5018 5.98681 12.6924 5.84636 12.833L4.08936 14.591C3.386 15.2942 2.99081 16.248 2.99071 17.2426C2.99067 17.7351 3.08762 18.2228 3.27604 18.6778C3.46446 19.1328 3.74066 19.5462 4.08886 19.8945C4.43706 20.2428 4.85044 20.519 5.30541 20.7075C5.76038 20.896 6.24803 20.9931 6.7405 20.9931C7.7351 20.9932 8.689 20.5982 9.39236 19.895L12.5214 16.765C12.5906 16.6934 12.6734 16.6363 12.7649 16.597C12.8564 16.5578 12.9548 16.5371 13.0544 16.5363C13.154 16.5355 13.2527 16.5545 13.3449 16.5923C13.4371 16.63 13.5208 16.6858 13.5912 16.7562C13.6615 16.8267 13.7172 16.9104 13.7549 17.0026C13.7925 17.0948 13.8115 17.1936 13.8105 17.2932C13.8096 17.3927 13.7889 17.4911 13.7495 17.5826C13.7102 17.6741 13.653 17.7569 13.5814 17.826L10.4534 20.956C9.46861 21.9406 8.13305 22.4937 6.7405 22.4936C5.34795 22.4935 4.01247 21.9403 3.02786 20.9555C2.04324 19.9708 1.49014 18.6352 1.49023 17.2426C1.49033 15.8501 2.04361 14.5146 3.02836 13.53L4.78536 11.773C4.85501 11.7033 4.93771 11.648 5.02873 11.6103C5.11976 11.5726 5.21732 11.5532 5.31586 11.5532C5.41439 11.5532 5.51195 11.5726 5.60298 11.6103C5.694 11.648 5.77671 11.7033 5.84636 11.773ZM8.24736 12.033C8.34026 12.0002 8.43872 11.986 8.53711 11.9913C8.63549 11.9966 8.73187 12.0212 8.82075 12.0637C8.90962 12.1063 8.98924 12.1659 9.05506 12.2392C9.12088 12.3125 9.17161 12.3981 9.20436 12.491C9.38436 13.003 9.67836 13.483 10.0894 13.894C10.3994 14.205 10.7504 14.449 11.1244 14.627C11.3039 14.7128 11.442 14.8664 11.5083 15.054C11.5746 15.2417 11.5637 15.448 11.4779 15.6275C11.3921 15.8071 11.2384 15.9452 11.0508 16.0115C10.8632 16.0778 10.6569 16.0668 10.4774 15.981C9.93955 15.7238 9.44953 15.3769 9.02836 14.955C8.47297 14.4012 8.04918 13.7297 7.78836 12.99C7.75561 12.897 7.74154 12.7984 7.74694 12.6999C7.75235 12.6014 7.77712 12.505 7.81985 12.4161C7.86258 12.3272 7.92242 12.2476 7.99595 12.1819C8.06948 12.1161 8.15525 12.0655 8.24836 12.033H8.24736Z",
2289
2358
  fill: "currentColor"
2290
2359
  }
2291
- ) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2360
+ ) : /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2292
2361
  "path",
2293
2362
  {
2294
2363
  d: "M13.1816 8.68009C13.7496 8.95174 14.2544 9.33949 14.6633 9.81833C15.0722 10.2972 15.3761 10.8564 15.5554 11.46C15.7347 12.0636 15.7855 12.6981 15.7044 13.3225C15.6233 13.9469 15.4121 14.5473 15.0846 15.0851M5.31657 12.3031L3.56057 14.0601C2.71652 14.904 2.24228 16.0487 2.24219 17.2422C2.24209 18.4358 2.71615 19.5805 3.56007 20.4246C4.40399 21.2686 5.54864 21.7429 6.74222 21.743C7.93579 21.7431 9.08052 21.269 9.92457 20.4251L13.0536 17.2961M18.6676 11.6811L20.4246 9.92409C21.2686 9.08017 21.7429 7.93552 21.7429 6.74195C21.743 5.54837 21.269 4.40364 20.4251 3.55959C19.5811 2.71554 18.4365 2.2413 17.2429 2.24121C16.0493 2.24112 14.9046 2.71517 14.0606 3.55909L9.56057 8.05909C9.30257 8.31909 9.08157 8.60009 8.89957 8.89909M10.8026 15.3041C10.3416 15.0835 9.92153 14.7859 9.56057 14.4241C9.08495 13.9497 8.72201 13.3746 8.49857 12.7411M20.9926 20.9931L15.0856 15.0861L8.89857 8.89809M2.99157 2.99009L8.89857 8.90009",
@@ -2301,7 +2370,7 @@ var template = {
2301
2370
  );
2302
2371
  },
2303
2372
  label: ({ className, fill }) => {
2304
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2373
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2305
2374
  "svg",
2306
2375
  {
2307
2376
  width: "24",
@@ -2310,7 +2379,7 @@ var template = {
2310
2379
  fill: "none",
2311
2380
  xmlns: "http://www.w3.org/2000/svg",
2312
2381
  className,
2313
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2382
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2314
2383
  "path",
2315
2384
  {
2316
2385
  fillRule: "evenodd",
@@ -2318,8 +2387,8 @@ var template = {
2318
2387
  d: "M5.25 2.25C4.45435 2.25 3.69129 2.56607 3.12868 3.12868C2.56607 3.69129 2.25 4.45435 2.25 5.25V9.568C2.25017 10.3636 2.56635 11.1265 3.129 11.689L12.709 21.27C13.629 22.19 15.099 22.456 16.257 21.698C18.4254 20.2781 20.2777 18.4261 21.698 16.258C22.456 15.098 22.19 13.629 21.27 12.71L11.69 3.129C11.4114 2.85029 11.0806 2.6292 10.7165 2.47838C10.3524 2.32756 9.9621 2.24995 9.568 2.25H5.25ZM6.375 7.5C6.67337 7.5 6.95952 7.38147 7.1705 7.1705C7.38147 6.95952 7.5 6.67337 7.5 6.375C7.5 6.07663 7.38147 5.79048 7.1705 5.5795C6.95952 5.36853 6.67337 5.25 6.375 5.25C6.07663 5.25 5.79048 5.36853 5.5795 5.5795C5.36853 5.79048 5.25 6.07663 5.25 6.375C5.25 6.67337 5.36853 6.95952 5.5795 7.1705C5.79048 7.38147 6.07663 7.5 6.375 7.5Z",
2319
2388
  fill: "currentColor"
2320
2389
  }
2321
- ) : /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(import_jsx_runtime4.Fragment, { children: [
2322
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2390
+ ) : /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(import_jsx_runtime5.Fragment, { children: [
2391
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2323
2392
  "path",
2324
2393
  {
2325
2394
  d: "M9.568 3H5.25C4.65326 3 4.08097 3.23705 3.65901 3.65901C3.23705 4.08097 3 4.65326 3 5.25V9.568C3 10.165 3.237 10.738 3.659 11.159L13.24 20.74C13.939 21.439 15.02 21.612 15.847 21.07C17.9286 19.7066 19.7066 17.9286 21.07 15.847C21.612 15.02 21.439 13.939 20.74 13.24L11.16 3.66C10.951 3.45077 10.7029 3.28478 10.4297 3.17154C10.1565 3.05829 9.86371 3 9.568 3Z",
@@ -2328,7 +2397,7 @@ var template = {
2328
2397
  strokeLinejoin: "round"
2329
2398
  }
2330
2399
  ),
2331
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2400
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2332
2401
  "path",
2333
2402
  {
2334
2403
  d: "M6 6H6.008V6.008H6V6Z",
@@ -2343,7 +2412,7 @@ var template = {
2343
2412
  );
2344
2413
  },
2345
2414
  bookmark: ({ className, fill }) => {
2346
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2415
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2347
2416
  "svg",
2348
2417
  {
2349
2418
  width: "24",
@@ -2352,7 +2421,7 @@ var template = {
2352
2421
  fill: "none",
2353
2422
  xmlns: "http://www.w3.org/2000/svg",
2354
2423
  className,
2355
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2424
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2356
2425
  "path",
2357
2426
  {
2358
2427
  fillRule: "evenodd",
@@ -2360,7 +2429,7 @@ var template = {
2360
2429
  d: "M6.32 2.57714C10.094 2.139 13.906 2.139 17.68 2.57714C19.177 2.75114 20.25 4.03714 20.25 5.50714V21.0001C20.2498 21.1279 20.217 21.2534 20.1547 21.3649C20.0925 21.4764 20.0027 21.5701 19.8941 21.6372C19.7854 21.7044 19.6614 21.7426 19.5338 21.7483C19.4062 21.7541 19.2793 21.7272 19.165 21.6701L12 18.0891L4.835 21.6721C4.72058 21.7293 4.59345 21.7562 4.4657 21.7503C4.33795 21.7445 4.21381 21.7061 4.10509 21.6387C3.99637 21.5714 3.90667 21.4774 3.84452 21.3656C3.78237 21.2538 3.74983 21.128 3.75 21.0001V5.50714C3.75 4.03714 4.823 2.75114 6.32 2.57714Z",
2361
2430
  fill: "currentColor"
2362
2431
  }
2363
- ) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2432
+ ) : /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2364
2433
  "path",
2365
2434
  {
2366
2435
  d: "M17.593 3.32206C18.693 3.45006 19.5 4.39906 19.5 5.50706V21.0001L12 17.2501L4.5 21.0001V5.50706C4.5 4.39906 5.306 3.45006 6.407 3.32206C10.1232 2.89069 13.8768 2.89069 17.593 3.32206Z",
@@ -2373,7 +2442,7 @@ var template = {
2373
2442
  );
2374
2443
  },
2375
2444
  "bookmark-off": ({ className, fill }) => {
2376
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2445
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2377
2446
  "svg",
2378
2447
  {
2379
2448
  width: "24",
@@ -2382,13 +2451,13 @@ var template = {
2382
2451
  fill: "none",
2383
2452
  xmlns: "http://www.w3.org/2000/svg",
2384
2453
  className,
2385
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2454
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2386
2455
  "path",
2387
2456
  {
2388
2457
  d: "M3.53082 2.47014C3.38865 2.33766 3.2006 2.26553 3.0063 2.26896C2.812 2.27239 2.62661 2.3511 2.4892 2.48851C2.35179 2.62593 2.27308 2.81131 2.26965 3.00561C2.26622 3.19991 2.33834 3.38796 2.47082 3.53014L20.4708 21.5301C20.5395 21.6038 20.6223 21.6629 20.7143 21.7039C20.8063 21.7449 20.9056 21.7669 21.0063 21.7687C21.107 21.7705 21.207 21.752 21.3004 21.7143C21.3938 21.6765 21.4786 21.6204 21.5499 21.5492C21.6211 21.478 21.6772 21.3931 21.7149 21.2997C21.7527 21.2063 21.7712 21.1063 21.7694 21.0056C21.7676 20.9049 21.7456 20.8056 21.7046 20.7136C21.6636 20.6216 21.6045 20.5388 21.5308 20.4701L3.53082 2.47014ZM20.2508 5.50714V17.0681L5.85382 2.67114C6.00382 2.62814 6.15982 2.59614 6.32082 2.57714C10.0948 2.139 13.9068 2.139 17.6808 2.57714C19.1778 2.75114 20.2508 4.03714 20.2508 5.50714ZM3.75082 21.0001V6.93214L17.8138 20.9951L12.0008 18.0881L4.83582 21.6711C4.72148 21.7282 4.59444 21.7551 4.46677 21.7493C4.3391 21.7435 4.21504 21.7052 4.10634 21.638C3.99765 21.5708 3.90793 21.4769 3.84571 21.3652C3.78349 21.2536 3.75083 21.1279 3.75082 21.0001Z",
2389
2458
  fill: "currentColor"
2390
2459
  }
2391
- ) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2460
+ ) : /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2392
2461
  "path",
2393
2462
  {
2394
2463
  d: "M3 3.00006L4.664 4.66406M4.664 4.66406C4.80677 4.30415 5.04408 3.98947 5.35087 3.75326C5.65766 3.51705 6.02255 3.36807 6.407 3.32206C10.1232 2.89069 13.8768 2.89069 17.593 3.32206C18.693 3.45006 19.5 4.39906 19.5 5.50706V19.5001M4.664 4.66406L19.5 19.5001M21 21.0001L19.5 19.5001M14.015 18.2581L12 17.2501L4.5 21.0001V8.74206",
@@ -2401,7 +2470,7 @@ var template = {
2401
2470
  );
2402
2471
  },
2403
2472
  eye: ({ className, fill }) => {
2404
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2473
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2405
2474
  "svg",
2406
2475
  {
2407
2476
  width: "24",
@@ -2410,15 +2479,15 @@ var template = {
2410
2479
  fill: "none",
2411
2480
  xmlns: "http://www.w3.org/2000/svg",
2412
2481
  className,
2413
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(import_jsx_runtime4.Fragment, { children: [
2414
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2482
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(import_jsx_runtime5.Fragment, { children: [
2483
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2415
2484
  "path",
2416
2485
  {
2417
2486
  d: "M12 15C12.7956 15 13.5587 14.6839 14.1213 14.1213C14.6839 13.5587 15 12.7956 15 12C15 11.2044 14.6839 10.4413 14.1213 9.87868C13.5587 9.31607 12.7956 9 12 9C11.2044 9 10.4413 9.31607 9.87868 9.87868C9.31607 10.4413 9 11.2044 9 12C9 12.7956 9.31607 13.5587 9.87868 14.1213C10.4413 14.6839 11.2044 15 12 15Z",
2418
2487
  fill: "currentColor"
2419
2488
  }
2420
2489
  ),
2421
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2490
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2422
2491
  "path",
2423
2492
  {
2424
2493
  fillRule: "evenodd",
@@ -2427,8 +2496,8 @@ var template = {
2427
2496
  fill: "currentColor"
2428
2497
  }
2429
2498
  )
2430
- ] }) : /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(import_jsx_runtime4.Fragment, { children: [
2431
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2499
+ ] }) : /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(import_jsx_runtime5.Fragment, { children: [
2500
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2432
2501
  "path",
2433
2502
  {
2434
2503
  d: "M2.03601 12.322C1.967 12.1146 1.967 11.8904 2.03601 11.683C3.42301 7.51 7.36001 4.5 12 4.5C16.638 4.5 20.573 7.507 21.963 11.678C22.033 11.885 22.033 12.109 21.963 12.317C20.577 16.49 16.64 19.5 12 19.5C7.36201 19.5 3.42601 16.493 2.03601 12.322Z",
@@ -2437,7 +2506,7 @@ var template = {
2437
2506
  strokeLinejoin: "round"
2438
2507
  }
2439
2508
  ),
2440
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2509
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2441
2510
  "path",
2442
2511
  {
2443
2512
  d: "M15 12C15 12.7956 14.6839 13.5587 14.1213 14.1213C13.5587 14.6839 12.7956 15 12 15C11.2044 15 10.4413 14.6839 9.87868 14.1213C9.31607 13.5587 9 12.7956 9 12C9 11.2044 9.31607 10.4413 9.87868 9.87868C10.4413 9.31607 11.2044 9 12 9C12.7956 9 13.5587 9.31607 14.1213 9.87868C14.6839 10.4413 15 11.2044 15 12Z",
@@ -2451,7 +2520,7 @@ var template = {
2451
2520
  );
2452
2521
  },
2453
2522
  "eye-off": ({ className, fill }) => {
2454
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2523
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2455
2524
  "svg",
2456
2525
  {
2457
2526
  width: "24",
@@ -2460,29 +2529,29 @@ var template = {
2460
2529
  fill: "none",
2461
2530
  xmlns: "http://www.w3.org/2000/svg",
2462
2531
  className,
2463
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(import_jsx_runtime4.Fragment, { children: [
2464
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2532
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(import_jsx_runtime5.Fragment, { children: [
2533
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2465
2534
  "path",
2466
2535
  {
2467
2536
  d: "M3.53003 2.47009C3.38785 2.33761 3.19981 2.26549 3.00551 2.26892C2.81121 2.27234 2.62582 2.35106 2.48841 2.48847C2.35099 2.62588 2.27228 2.81127 2.26885 3.00557C2.26543 3.19987 2.33755 3.38792 2.47003 3.53009L20.47 21.5301C20.5387 21.6038 20.6215 21.6629 20.7135 21.7039C20.8055 21.7449 20.9048 21.7669 21.0055 21.7687C21.1062 21.7705 21.2062 21.7519 21.2996 21.7142C21.393 21.6765 21.4778 21.6203 21.5491 21.5491C21.6203 21.4779 21.6764 21.3931 21.7142 21.2997C21.7519 21.2063 21.7704 21.1063 21.7686 21.0056C21.7668 20.9049 21.7448 20.8056 21.7038 20.7136C21.6628 20.6216 21.6037 20.5388 21.53 20.4701L3.53003 2.47009ZM22.676 12.5531C22.137 14.1706 21.2373 15.6444 20.045 16.8631L16.946 13.7641C17.2804 12.828 17.3421 11.8163 17.124 10.8465C16.906 9.87669 16.4171 8.98874 15.7142 8.28588C15.0114 7.58301 14.1234 7.09413 13.1536 6.87607C12.1839 6.65802 11.1721 6.71975 10.236 7.05409L7.75903 4.57709C9.10605 4.02905 10.5468 3.74817 12.001 3.75009C16.971 3.75009 21.186 6.97309 22.676 11.4401C22.796 11.8021 22.796 12.1921 22.676 12.5531Z",
2468
2537
  fill: "currentColor"
2469
2538
  }
2470
2539
  ),
2471
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2540
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2472
2541
  "path",
2473
2542
  {
2474
2543
  d: "M15.75 12.0001C15.75 12.1801 15.737 12.3571 15.713 12.5301L11.469 8.28705C12.001 8.21096 12.5431 8.25009 13.0586 8.4018C13.5741 8.5535 14.0511 8.81424 14.457 9.16635C14.863 9.51846 15.1885 9.95371 15.4116 10.4426C15.6347 10.9315 15.7501 11.4627 15.75 12.0001ZM12.53 15.7131L8.28698 11.4691C8.20453 12.0455 8.25748 12.6333 8.44162 13.1857C8.62577 13.7382 8.93604 14.2402 9.34787 14.6519C9.75969 15.0636 10.2618 15.3738 10.8143 15.5578C11.3668 15.7418 11.9545 15.7946 12.531 15.7121L12.53 15.7131Z",
2475
2544
  fill: "currentColor"
2476
2545
  }
2477
2546
  ),
2478
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2547
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2479
2548
  "path",
2480
2549
  {
2481
2550
  d: "M6.75001 12C6.75001 11.381 6.85701 10.787 7.05401 10.236L3.95401 7.13599C2.76211 8.35483 1.8628 9.82861 1.32401 11.446C1.20401 11.808 1.20401 12.198 1.32401 12.56C2.81301 17.027 7.02801 20.25 11.999 20.25C13.499 20.25 14.932 19.956 16.241 19.423L13.764 16.946C12.9717 17.2286 12.123 17.3168 11.2895 17.2029C10.456 17.0891 9.662 16.7766 8.97449 16.2917C8.28697 15.8069 7.72603 15.164 7.33891 14.4171C6.95178 13.6702 6.74981 12.8412 6.75001 12Z",
2482
2551
  fill: "currentColor"
2483
2552
  }
2484
2553
  )
2485
- ] }) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2554
+ ] }) : /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2486
2555
  "path",
2487
2556
  {
2488
2557
  d: "M3.98002 8.223C3.04448 9.32718 2.34784 10.6132 1.93402 12C3.22602 16.338 7.24402 19.5 12 19.5C12.993 19.5 13.953 19.362 14.863 19.105M6.22802 6.228C7.94067 5.09786 9.9481 4.49688 12 4.5C16.756 4.5 20.773 7.662 22.065 11.998C21.357 14.3673 19.8371 16.4116 17.772 17.772M6.22802 6.228L3.00002 3M6.22802 6.228L9.87802 9.878M17.772 17.772L21 21M17.772 17.772L14.122 14.122C14.4006 13.8434 14.6216 13.5127 14.7724 13.1486C14.9232 12.7846 15.0008 12.3945 15.0008 12.0005C15.0008 11.6065 14.9232 11.2164 14.7724 10.8524C14.6216 10.4883 14.4006 10.1576 14.122 9.879C13.8434 9.6004 13.5127 9.3794 13.1487 9.22863C12.7847 9.07785 12.3945 9.00025 12.0005 9.00025C11.6065 9.00025 11.2164 9.07785 10.8524 9.22863C10.4884 9.3794 10.1576 9.6004 9.87902 9.879M14.121 14.121L9.88002 9.88",
@@ -2495,7 +2564,7 @@ var template = {
2495
2564
  );
2496
2565
  },
2497
2566
  video: ({ className, fill }) => {
2498
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2567
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2499
2568
  "svg",
2500
2569
  {
2501
2570
  width: "24",
@@ -2504,13 +2573,13 @@ var template = {
2504
2573
  fill: "none",
2505
2574
  xmlns: "http://www.w3.org/2000/svg",
2506
2575
  className,
2507
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2576
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2508
2577
  "path",
2509
2578
  {
2510
2579
  d: "M4.5 4.5C3.70435 4.5 2.94129 4.81607 2.37868 5.37868C1.81607 5.94129 1.5 6.70435 1.5 7.5V16.5C1.5 17.2956 1.81607 18.0587 2.37868 18.6213C2.94129 19.1839 3.70435 19.5 4.5 19.5H12.75C13.5456 19.5 14.3087 19.1839 14.8713 18.6213C15.4339 18.0587 15.75 17.2956 15.75 16.5V7.5C15.75 6.70435 15.4339 5.94129 14.8713 5.37868C14.3087 4.81607 13.5456 4.5 12.75 4.5H4.5ZM19.94 18.75L17.25 16.06V7.94L19.94 5.25C20.884 4.305 22.5 4.974 22.5 6.31V17.69C22.5 19.026 20.884 19.695 19.94 18.75Z",
2511
2580
  fill: "currentColor"
2512
2581
  }
2513
- ) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2582
+ ) : /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2514
2583
  "path",
2515
2584
  {
2516
2585
  d: "M15.75 10.5L20.47 5.78C20.5749 5.67524 20.7085 5.60392 20.8539 5.57503C20.9993 5.54615 21.15 5.561 21.2869 5.61771C21.4239 5.67442 21.541 5.77045 21.6234 5.89367C21.7058 6.01688 21.7499 6.16176 21.75 6.31V17.69C21.7499 17.8382 21.7058 17.9831 21.6234 18.1063C21.541 18.2295 21.4239 18.3256 21.2869 18.3823C21.15 18.439 20.9993 18.4538 20.8539 18.425C20.7085 18.3961 20.5749 18.3248 20.47 18.22L15.75 13.5M4.5 18.75H13.5C14.0967 18.75 14.669 18.5129 15.091 18.091C15.5129 17.669 15.75 17.0967 15.75 16.5V7.5C15.75 6.90326 15.5129 6.33097 15.091 5.90901C14.669 5.48705 14.0967 5.25 13.5 5.25H4.5C3.90326 5.25 3.33097 5.48705 2.90901 5.90901C2.48705 6.33097 2.25 6.90326 2.25 7.5V16.5C2.25 17.0967 2.48705 17.669 2.90901 18.091C3.33097 18.5129 3.90326 18.75 4.5 18.75Z",
@@ -2523,7 +2592,7 @@ var template = {
2523
2592
  );
2524
2593
  },
2525
2594
  "video-off": ({ className, fill }) => {
2526
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2595
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2527
2596
  "svg",
2528
2597
  {
2529
2598
  width: "24",
@@ -2532,13 +2601,13 @@ var template = {
2532
2601
  fill: "none",
2533
2602
  xmlns: "http://www.w3.org/2000/svg",
2534
2603
  className,
2535
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2604
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2536
2605
  "path",
2537
2606
  {
2538
2607
  d: "M0.970011 3.97007C1.11064 3.82962 1.30126 3.75073 1.50001 3.75073C1.69876 3.75073 1.88939 3.82962 2.03001 3.97007L17.03 18.9701C17.1037 19.0387 17.1628 19.1215 17.2038 19.2135C17.2448 19.3055 17.2668 19.4048 17.2686 19.5056C17.2704 19.6063 17.2519 19.7063 17.2141 19.7997C17.1764 19.8931 17.1203 19.9779 17.049 20.0491C16.9778 20.1203 16.893 20.1765 16.7996 20.2142C16.7062 20.2519 16.6062 20.2704 16.5055 20.2687C16.4048 20.2669 16.3055 20.2448 16.2135 20.2039C16.1215 20.1629 16.0387 20.1038 15.97 20.0301L0.970011 5.03007C0.829561 4.88945 0.750671 4.69882 0.750671 4.50007C0.750671 4.30132 0.829561 4.1107 0.970011 3.97007ZM17.25 16.0601L19.94 18.7501C20.884 19.6951 22.5 19.0261 22.5 17.6901V6.31007C22.5 4.97407 20.884 4.30507 19.94 5.25007L17.25 7.94007V16.0601ZM15.75 7.50007V15.5681L4.68201 4.50007H12.75C13.5457 4.50007 14.3087 4.81614 14.8713 5.37875C15.4339 5.94136 15.75 6.70442 15.75 7.50007ZM1.50001 16.5001V7.68207L13.273 19.4551C13.103 19.4851 12.928 19.5001 12.75 19.5001H4.50001C3.70436 19.5001 2.9413 19.184 2.37869 18.6214C1.81608 18.0588 1.50001 17.2957 1.50001 16.5001Z",
2539
2608
  fill: "currentColor"
2540
2609
  }
2541
- ) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2610
+ ) : /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2542
2611
  "path",
2543
2612
  {
2544
2613
  d: "M15.75 10.5L20.47 5.78C20.5749 5.67524 20.7085 5.60392 20.8539 5.57503C20.9993 5.54615 21.15 5.561 21.2869 5.61771C21.4239 5.67442 21.541 5.77045 21.6234 5.89367C21.7058 6.01688 21.7499 6.16176 21.75 6.31V17.69C21.7499 17.8382 21.7058 17.9831 21.6234 18.1063C21.541 18.2295 21.4239 18.3256 21.2869 18.3823C21.15 18.439 20.9993 18.4538 20.8539 18.425C20.7085 18.3961 20.5749 18.3248 20.47 18.22L15.75 13.5M12 18.75H4.5C3.90326 18.75 3.33097 18.5129 2.90901 18.091C2.48705 17.669 2.25 17.0967 2.25 16.5V9M15.091 18.091L16.5 19.5M15.091 18.091C15.498 17.684 15.75 17.121 15.75 16.5V7.5C15.75 6.90326 15.5129 6.33097 15.091 5.90901C14.669 5.48705 14.0967 5.25 13.5 5.25H4.5C3.879 5.25 3.316 5.502 2.909 5.909M15.091 18.091L2.909 5.909M2.909 5.909L1.5 4.5",
@@ -2551,7 +2620,7 @@ var template = {
2551
2620
  );
2552
2621
  },
2553
2622
  sound: ({ className, fill }) => {
2554
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2623
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2555
2624
  "svg",
2556
2625
  {
2557
2626
  width: "24",
@@ -2560,45 +2629,45 @@ var template = {
2560
2629
  fill: "none",
2561
2630
  xmlns: "http://www.w3.org/2000/svg",
2562
2631
  className,
2563
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(import_jsx_runtime4.Fragment, { children: [
2564
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("rect", { width: "24", height: "24", fill: "transparent" }),
2565
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2632
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(import_jsx_runtime5.Fragment, { children: [
2633
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("rect", { width: "24", height: "24", fill: "transparent" }),
2634
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2566
2635
  "path",
2567
2636
  {
2568
2637
  d: "M12.2813 3.74989C12.4989 3.85096 12.659 3.994 12.75 4.21864C12.7781 4.42611 12.7753 4.6323 12.7738 4.84139C12.774 4.90562 12.7743 4.96986 12.7747 5.03409C12.7755 5.21035 12.7751 5.3866 12.7745 5.56287C12.7741 5.75305 12.7748 5.94324 12.7753 6.13342C12.7761 6.5059 12.7759 6.87837 12.7754 7.25085C12.775 7.55355 12.7749 7.85626 12.7751 8.15896C12.7751 8.20203 12.7752 8.2451 12.7752 8.28948C12.7753 8.37698 12.7753 8.46448 12.7754 8.55198C12.7759 9.37257 12.7753 10.1932 12.7743 11.0138C12.7735 11.718 12.7736 12.4222 12.7745 13.1264C12.7755 13.944 12.7759 14.7616 12.7753 15.5793C12.7752 15.6665 12.7752 15.7537 12.7751 15.8408C12.7751 15.9052 12.7751 15.9052 12.775 15.9708C12.7749 16.2732 12.7751 16.5755 12.7756 16.8779C12.7761 17.2463 12.776 17.6148 12.775 17.9832C12.7745 18.1712 12.7743 18.3592 12.7749 18.5472C12.7755 18.7194 12.7751 18.8914 12.7741 19.0635C12.7738 19.1553 12.7745 19.2471 12.7751 19.3388C12.7724 19.64 12.7701 19.8359 12.5625 20.0624C12.3447 20.2693 12.1459 20.2718 11.8594 20.2748C11.5384 20.218 11.3211 19.9578 11.1025 19.7335C11.0702 19.7008 11.0379 19.6681 11.0046 19.6344C10.9349 19.5636 10.8652 19.4928 10.7956 19.4218C10.6853 19.3094 10.5746 19.1974 10.4638 19.0856C10.1489 18.7675 9.8344 18.4491 9.52085 18.1297C9.32874 17.934 9.13595 17.7391 8.94271 17.5446C8.86939 17.4705 8.79634 17.3962 8.72356 17.3216C8.62161 17.2171 8.5188 17.1136 8.41576 17.0102C8.38616 16.9794 8.35656 16.9487 8.32607 16.917C8.03321 16.6267 7.73099 16.532 7.32266 16.5284C7.26621 16.5289 7.26621 16.5289 7.20862 16.5295C7.1677 16.5293 7.12679 16.5291 7.08464 16.5289C6.99655 16.5286 6.90847 16.5287 6.82039 16.529C6.68061 16.5294 6.54086 16.5289 6.40109 16.5282C6.00395 16.5263 5.60682 16.5262 5.20968 16.5263C4.96604 16.5263 4.72241 16.5254 4.47878 16.524C4.34173 16.5235 4.20471 16.5241 4.06767 16.5247C3.5256 16.5236 3.06604 16.4996 2.64992 16.111C2.38372 15.8149 2.23877 15.4888 2.23748 15.088C2.23708 15.0315 2.23668 14.975 2.23627 14.9167C2.23631 14.8554 2.23635 14.794 2.2364 14.7308C2.23612 14.665 2.2358 14.5992 2.23544 14.5334C2.23462 14.3552 2.2344 14.177 2.23434 13.9988C2.23427 13.8873 2.23407 13.7758 2.23382 13.6642C2.23295 13.2747 2.23257 12.8851 2.23265 12.4955C2.2327 12.1332 2.23171 11.771 2.23023 11.4087C2.229 11.097 2.2285 10.7852 2.22856 10.4735C2.22859 10.2877 2.22832 10.1018 2.22733 9.91593C2.22641 9.74094 2.22642 9.56597 2.22709 9.39098C2.22724 9.2968 2.22646 9.20263 2.22565 9.10846C2.22887 8.64104 2.31256 8.24925 2.63893 7.8998C2.9827 7.59073 3.33749 7.48576 3.79182 7.48718C3.85328 7.48681 3.85328 7.48681 3.91597 7.48644C4.00459 7.48596 4.09321 7.48569 4.18184 7.4856C4.32237 7.48543 4.46289 7.48464 4.60343 7.48369C5.00288 7.4811 5.40234 7.47966 5.80179 7.47851C6.04649 7.47776 6.29117 7.47634 6.53585 7.47453C6.62879 7.47399 6.72172 7.47371 6.81466 7.4737C6.945 7.47369 7.07531 7.47283 7.20564 7.4718C7.26253 7.47212 7.26253 7.47212 7.32057 7.47245C7.73537 7.46725 8.03575 7.37058 8.33306 7.07581C8.36368 7.04403 8.3943 7.01224 8.42586 6.9795C8.45945 6.94579 8.49304 6.91209 8.52765 6.87737C8.63774 6.76661 8.74681 6.6549 8.85591 6.54317C8.93256 6.46576 9.00928 6.38841 9.08607 6.31113C9.28751 6.1081 9.48812 5.90427 9.68854 5.70022C10.0099 5.37328 10.3325 5.04752 10.6551 4.72182C10.7677 4.60797 10.8799 4.49378 10.992 4.37952C11.0607 4.30983 11.1295 4.24015 11.1983 4.17048C11.2294 4.1386 11.2605 4.10672 11.2925 4.07388C11.3213 4.04477 11.3502 4.01565 11.3799 3.98566C11.4047 3.96035 11.4296 3.93504 11.4552 3.90896C11.6981 3.70036 11.9762 3.71718 12.2813 3.74989Z",
2569
2638
  fill: "currentColor"
2570
2639
  }
2571
2640
  ),
2572
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2641
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2573
2642
  "path",
2574
2643
  {
2575
2644
  d: "M17.1562 4.54695C17.9673 4.94634 18.6632 5.46785 19.3125 6.09382C19.3512 6.1296 19.39 6.16537 19.4299 6.20222C20.5523 7.26879 21.2538 8.72868 21.6094 10.2188C21.6177 10.2522 21.6261 10.2855 21.6346 10.3198C21.8875 11.374 21.8768 12.7317 21.6094 13.7813C21.5988 13.8241 21.5882 13.8669 21.5773 13.911C21.1944 15.4215 20.478 16.6899 19.4062 17.8126C19.3682 17.8531 19.3301 17.8937 19.2909 17.9354C18.2514 19.0136 16.5301 20.0623 15.0088 20.13C14.7034 20.1198 14.5381 20.0251 14.3232 19.8048C14.2152 19.5627 14.2138 19.3391 14.25 19.0782C14.335 18.9112 14.335 18.9112 14.4375 18.7969C14.4574 18.7731 14.4772 18.7493 14.4977 18.7248C14.6057 18.6328 14.7057 18.6092 14.8423 18.5721C14.8952 18.5573 14.948 18.5426 15.0024 18.5273C15.0868 18.5042 15.0868 18.5042 15.1729 18.4805C16.9763 17.9632 18.4795 16.8626 19.3986 15.204C19.9263 14.202 20.167 13.1527 20.168 12.0264C20.168 11.9929 20.168 11.9593 20.1681 11.9247C20.1673 11.42 20.1437 10.9439 20.0156 10.4532C20.0076 10.4211 19.9995 10.389 19.9912 10.3559C19.5476 8.6091 18.4256 7.13599 16.8865 6.20485C16.2612 5.8429 15.5693 5.59379 14.8654 5.43684C14.6437 5.36708 14.4853 5.25355 14.3262 5.08601C14.2137 4.84373 14.215 4.6221 14.25 4.35945C14.342 4.15328 14.4635 4.02477 14.6688 3.92366C15.4157 3.6695 16.4895 4.22654 17.1562 4.54695Z",
2576
2645
  fill: "currentColor"
2577
2646
  }
2578
2647
  ),
2579
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2648
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2580
2649
  "path",
2581
2650
  {
2582
2651
  d: "M15.4748 7.90066C16.6503 8.49561 17.4474 9.47886 17.8715 10.7194C18.2173 11.8746 18.0391 13.1485 17.4844 14.2031C16.9957 15.0635 16.1946 15.8515 15.2534 16.1922C15.0122 16.249 14.788 16.2421 14.5728 16.112C14.4243 15.9912 14.3224 15.8819 14.25 15.7031C14.2381 15.5651 14.2381 15.5651 14.2378 15.401C14.2376 15.3708 14.2374 15.3405 14.2372 15.3094C14.2368 15.2082 14.2369 15.1069 14.2371 15.0057C14.2369 14.9331 14.2367 14.8605 14.2364 14.7879C14.2358 14.5907 14.2357 14.3935 14.2359 14.1963C14.2359 14.0317 14.2357 13.8671 14.2355 13.7025C14.2349 13.3142 14.2349 12.9259 14.2352 12.5376C14.2355 12.137 14.2349 11.7363 14.2339 11.3357C14.2331 10.9918 14.2328 10.6478 14.233 10.3038C14.233 10.0984 14.2329 9.89299 14.2323 9.68756C14.2317 9.49437 14.2318 9.3012 14.2324 9.10801C14.2325 9.03713 14.2324 8.96625 14.232 8.89538C14.2315 8.79857 14.2319 8.7018 14.2325 8.60499C14.2325 8.55083 14.2324 8.49668 14.2324 8.44088C14.2594 8.22021 14.3598 8.07112 14.5313 7.93362C14.8399 7.70212 15.1396 7.75575 15.4748 7.90066Z",
2583
2652
  fill: "currentColor"
2584
2653
  }
2585
2654
  )
2586
- ] }) : /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(import_jsx_runtime4.Fragment, { children: [
2587
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2655
+ ] }) : /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(import_jsx_runtime5.Fragment, { children: [
2656
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2588
2657
  "path",
2589
2658
  {
2590
2659
  d: "M13.9834 4.20996C14.3635 4.52013 14.6225 4.90469 14.7188 5.39062C14.7324 5.56982 14.7318 5.74848 14.7313 5.92813C14.7315 5.982 14.7317 6.03586 14.7319 6.09135C14.7325 6.2717 14.7325 6.45204 14.7324 6.63239C14.7326 6.76176 14.733 6.89112 14.7333 7.02049C14.7341 7.33537 14.7344 7.65025 14.7344 7.96513C14.7345 8.22122 14.7347 8.4773 14.735 8.73338C14.7358 9.46009 14.7362 10.1868 14.7361 10.9135C14.7361 10.9526 14.7361 10.9918 14.7361 11.0321C14.7361 11.0713 14.7361 11.1105 14.7361 11.1509C14.7361 11.7859 14.737 12.4208 14.7383 13.0557C14.7397 13.7083 14.7403 14.3609 14.7402 15.0135C14.7402 15.3796 14.7404 15.7458 14.7415 16.1119C14.7423 16.4237 14.7425 16.7354 14.7419 17.0472C14.7416 17.2061 14.7417 17.365 14.7424 17.5239C14.7431 17.6967 14.7427 17.8694 14.7419 18.0421C14.7424 18.0917 14.7429 18.1412 14.7434 18.1923C14.7379 18.7953 14.5399 19.2461 14.1239 19.6756C13.7785 19.9969 13.374 20.1174 12.9111 20.124C12.8805 20.1254 12.8499 20.1267 12.8184 20.1281C12.3492 20.134 11.9415 19.9041 11.5488 19.6699C11.4626 19.6196 11.3763 19.5693 11.2899 19.519C11.2452 19.4929 11.2004 19.4667 11.1543 19.4398C10.9182 19.3029 10.6798 19.1701 10.4414 19.0371C10.3422 18.9816 10.2429 18.9261 10.1437 18.8707C10.0694 18.8292 10.0694 18.8292 9.99368 18.7869C9.32868 18.4154 8.66421 18.043 8.00131 17.6677C7.47583 17.3705 6.94914 17.0754 6.42189 16.7812C6.39167 16.7614 6.36144 16.7415 6.3303 16.721C6.04155 16.5402 5.81095 16.5147 5.4745 16.5203C5.42534 16.5201 5.37618 16.5198 5.32553 16.5195C5.16947 16.5188 5.01349 16.5195 4.85744 16.5205C4.70173 16.5213 4.54606 16.5217 4.39035 16.521C4.29388 16.5206 4.19739 16.521 4.10093 16.5224C3.54821 16.5203 3.06609 16.3143 2.66438 15.9359C2.16667 15.4084 2.04791 14.8435 2.04964 14.137C2.0494 14.0858 2.04916 14.0345 2.04891 13.9816C2.04827 13.8134 2.04831 13.6452 2.04841 13.4769C2.04823 13.3591 2.04803 13.2413 2.04781 13.1236C2.04746 12.8771 2.04746 12.6307 2.04772 12.3843C2.048 12.1008 2.04742 11.8174 2.04642 11.5339C2.04549 11.2596 2.04536 10.9852 2.04552 10.7108C2.0455 10.5949 2.04525 10.4789 2.04478 10.3629C2.0442 10.2003 2.04452 10.0377 2.04506 9.87508C2.0447 9.82787 2.04434 9.78066 2.04398 9.73202C2.04888 9.05982 2.23742 8.52087 2.69551 8.03119C3.12505 7.62988 3.59395 7.47717 4.16933 7.49579C4.26965 7.49727 4.36997 7.49856 4.47029 7.49968C4.52212 7.50033 4.57395 7.50098 4.62735 7.50165C5.85431 7.51624 5.85431 7.51624 6.9219 6.97105C7.12244 6.82357 7.34344 6.71096 7.56154 6.5918C7.6519 6.54075 7.74217 6.48954 7.83235 6.43817C8.11749 6.27645 8.40339 6.11611 8.68947 5.95605C8.7624 5.91524 8.7624 5.91524 8.83681 5.8736C9.03441 5.76304 9.23204 5.65252 9.42967 5.54201C9.96367 5.24334 10.4975 4.9443 11.0303 4.64355C11.0753 4.61821 11.1202 4.59286 11.1666 4.56675C11.3976 4.43624 11.6263 4.30302 11.8535 4.16601C12.53 3.77544 13.3263 3.74841 13.9834 4.20996ZM11.3385 5.56073C11.0393 5.73282 10.7375 5.90022 10.4356 6.06738C9.99604 6.31085 9.55767 6.55619 9.12057 6.80398C8.8381 6.96404 8.55503 7.12297 8.27155 7.28123C7.85671 7.51286 7.44265 7.74567 7.03126 7.9834C6.99369 8.00507 6.95613 8.02674 6.91742 8.04906C6.75398 8.13663 6.75398 8.13663 6.60939 8.25C6.60403 8.34615 6.60201 8.44249 6.60123 8.53879C6.60077 8.58454 6.60077 8.58454 6.60031 8.63122C6.59934 8.73417 6.59873 8.83712 6.59812 8.94008C6.59752 9.0136 6.5969 9.08711 6.59627 9.16063C6.59083 9.83218 6.58818 10.5038 6.58611 11.1753C6.58455 11.672 6.58176 12.1687 6.57732 12.6653C6.57431 13.0143 6.57273 13.3632 6.5722 13.7121C6.57184 13.9207 6.57085 14.1291 6.56831 14.3377C6.56595 14.5339 6.56535 14.7301 6.56612 14.9263C6.56609 14.9984 6.56542 15.0704 6.56406 15.1424C6.54183 15.5181 6.54183 15.5181 6.6911 15.8432C6.78754 15.9046 6.87712 15.9457 6.98439 15.9844C7.05024 16.0226 7.05024 16.0226 7.11743 16.0616C7.1577 16.0839 7.19797 16.1063 7.23945 16.1294C7.30861 16.168 7.30861 16.168 7.37916 16.2073C7.42775 16.2343 7.47633 16.2613 7.52638 16.2891C7.63143 16.3476 7.73647 16.4062 7.84151 16.4648C7.89426 16.4943 7.94702 16.5237 8.00138 16.554C8.23316 16.6836 8.46427 16.8144 8.69533 16.9453C9.06786 17.1562 9.44092 17.3661 9.81447 17.5752C9.86303 17.6024 9.9116 17.6296 9.96164 17.6576C10.2098 17.7964 10.458 17.9351 10.7062 18.0738C10.8054 18.1293 10.9047 18.1847 11.0039 18.2402C11.052 18.2671 11.1001 18.294 11.1496 18.3216C11.5212 18.5298 11.8912 18.7407 12.2598 18.9543C12.3166 18.987 12.3166 18.987 12.3746 19.0204C12.4242 19.0492 12.4242 19.0492 12.4748 19.0785C12.6708 19.1824 12.8609 19.1994 13.0781 19.1719C13.3541 19.0831 13.526 18.9406 13.6875 18.7031C13.8047 18.4404 13.7945 18.1851 13.7935 17.903C13.7937 17.8506 13.7938 17.7981 13.794 17.7441C13.7945 17.5684 13.7943 17.3926 13.7941 17.2169C13.7943 17.0909 13.7946 16.9649 13.7949 16.839C13.7955 16.5323 13.7955 16.2256 13.7954 15.9188C13.7954 15.6695 13.7954 15.4202 13.7956 15.1708C13.7957 15.1176 13.7957 15.1176 13.7957 15.0633C13.7958 14.9911 13.7958 14.919 13.7959 14.8469C13.7964 14.1707 13.7963 13.4944 13.796 12.8182C13.7958 12.1998 13.7963 11.5814 13.7972 10.963C13.7981 10.3278 13.7985 9.69258 13.7983 9.05736C13.7982 8.70083 13.7983 8.34431 13.799 7.98779C13.7996 7.68426 13.7996 7.38073 13.7991 7.07721C13.7988 6.92241 13.7988 6.76763 13.7993 6.61283C13.7998 6.44485 13.7994 6.2769 13.7988 6.10893C13.7992 6.06024 13.7995 6.01154 13.7999 5.96138C13.7975 5.64635 13.7701 5.36202 13.5634 5.10828C13.329 4.92478 13.1296 4.79428 12.8181 4.80524C12.3026 4.90785 11.7883 5.30128 11.3385 5.56073ZM3.36366 8.7171C3.02725 9.12353 2.99296 9.48122 2.9932 9.99697C2.99305 10.0448 2.99289 10.0926 2.99273 10.1419C2.99228 10.2997 2.99219 10.4574 2.99214 10.6152C2.99199 10.7252 2.99183 10.8351 2.99167 10.9451C2.99139 11.1756 2.9913 11.4061 2.99133 11.6365C2.99133 11.9313 2.99069 12.226 2.98989 12.5208C2.98936 12.7479 2.98927 12.9751 2.98929 13.2023C2.98924 13.3109 2.98903 13.4195 2.98867 13.5282C2.98821 13.6804 2.98835 13.8326 2.98863 13.9848C2.98836 14.0293 2.9881 14.0738 2.98783 14.1197C2.98988 14.5583 3.03348 14.9415 3.35817 15.2639C4.01849 15.8596 4.65455 15.5625 5.67189 15.5625C5.67189 13.2112 5.67189 10.86 5.67189 8.4375C4.40324 8.28986 4.40324 8.28986 3.36366 8.7171Z",
2591
2660
  fill: "currentColor"
2592
2661
  }
2593
2662
  ),
2594
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2663
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2595
2664
  "path",
2596
2665
  {
2597
2666
  d: "M19.9687 6.14057C20.1652 6.30636 20.296 6.50095 20.4287 6.71772C20.449 6.75064 20.4692 6.78355 20.4901 6.81747C21.8748 9.10162 22.2792 11.8446 21.6468 14.4351C21.3961 15.3933 21.0246 16.3019 20.5195 17.1533C20.4963 17.1924 20.4731 17.2315 20.4492 17.2719C20.3224 17.479 20.1957 17.6493 20.0156 17.8124C20.0002 17.8279 19.9847 17.8434 19.9687 17.8593C19.7472 17.8914 19.5935 17.8914 19.4062 17.7626C19.2898 17.5917 19.2587 17.5045 19.2656 17.2968C19.3243 17.1447 19.4131 17.0124 19.5 16.8749C20.3091 15.5626 20.9008 14.0667 20.9174 12.5039C20.9181 12.4499 20.9181 12.4499 20.9188 12.3949C20.9271 11.5748 20.9119 10.7862 20.7187 9.98432C20.7089 9.94267 20.6992 9.90102 20.6891 9.85811C20.446 8.855 20.03 7.83078 19.4187 6.99274C19.3061 6.83467 19.2656 6.75527 19.2656 6.56245C19.356 6.27715 19.356 6.27715 19.4853 6.16694C19.6478 6.12741 19.8065 6.09735 19.9687 6.14057Z",
2598
2667
  fill: "currentColor"
2599
2668
  }
2600
2669
  ),
2601
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2670
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2602
2671
  "path",
2603
2672
  {
2604
2673
  d: "M17.1563 8.48447C17.8829 9.07677 18.2017 10.4352 18.3091 11.3186C18.442 12.6395 18.1663 13.996 17.458 15.1261C17.4324 15.1675 17.4324 15.1675 17.4063 15.2097C17.2972 15.3766 17.1965 15.4779 17.0156 15.5626C16.7989 15.5897 16.6725 15.5561 16.5 15.422C16.4007 15.2586 16.3897 15.1286 16.4156 14.9377C16.4707 14.7539 16.5726 14.6072 16.6769 14.4475C17.0762 13.8273 17.3113 13.0183 17.3438 12.2813C17.3474 12.2225 17.3474 12.2225 17.3511 12.1625C17.3863 11.0958 17.04 10.1352 16.5 9.23447C16.4077 9.06699 16.3865 8.95958 16.4063 8.76572C16.5572 8.43366 16.8228 8.36425 17.1563 8.48447Z",
@@ -2610,7 +2679,7 @@ var template = {
2610
2679
  );
2611
2680
  },
2612
2681
  "sound-off": ({ className, fill }) => {
2613
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2682
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2614
2683
  "svg",
2615
2684
  {
2616
2685
  width: "24",
@@ -2619,59 +2688,59 @@ var template = {
2619
2688
  fill: "none",
2620
2689
  xmlns: "http://www.w3.org/2000/svg",
2621
2690
  className,
2622
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(import_jsx_runtime4.Fragment, { children: [
2623
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("rect", { width: "24", height: "24", fill: "transparent" }),
2624
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2691
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(import_jsx_runtime5.Fragment, { children: [
2692
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("rect", { width: "24", height: "24", fill: "transparent" }),
2693
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2625
2694
  "path",
2626
2695
  {
2627
2696
  d: "M3.28127 2.99988C3.50263 3.1311 3.67639 3.28793 3.85601 3.46908C3.88433 3.49725 3.91264 3.52543 3.94181 3.55446C4.03665 3.64896 4.13116 3.74379 4.22567 3.83863C4.29427 3.90712 4.3629 3.9756 4.43154 4.04405C4.62013 4.23225 4.80842 4.42074 4.99667 4.60928C5.19972 4.81254 5.40304 5.01554 5.60633 5.21856C5.98149 5.59333 6.35644 5.96832 6.73128 6.34341C7.0775 6.68986 7.4238 7.03623 7.7702 7.38251C7.79317 7.40548 7.81614 7.42844 7.83981 7.4521C7.93305 7.54532 8.0263 7.63854 8.11955 7.73176C8.99429 8.6062 9.86875 9.48093 10.7431 10.3558C11.5202 11.1333 12.2975 11.9106 13.075 12.6877C13.9484 13.5605 14.8216 14.4336 15.6946 15.3068C15.7876 15.3999 15.8807 15.4929 15.9737 15.586C15.9966 15.6089 16.0195 15.6318 16.0431 15.6554C16.3892 16.0017 16.7355 16.3478 17.0819 16.6939C17.4755 17.0873 17.869 17.4809 18.2622 17.8746C18.463 18.0757 18.6639 18.2766 18.8649 18.4774C19.0488 18.6609 19.2324 18.8447 19.4159 19.0287C19.4825 19.0954 19.5491 19.162 19.6159 19.2285C19.7063 19.3186 19.7964 19.409 19.8864 19.4994C19.9258 19.5385 19.9258 19.5385 19.966 19.5784C20.1836 19.7982 20.2637 19.9352 20.2676 20.244C20.2628 20.4881 20.2359 20.6298 20.0625 20.8124C19.8447 21.0193 19.6459 21.0218 19.3594 21.0248C19.034 20.9672 18.8194 20.7036 18.6004 20.4746C18.5362 20.4087 18.472 20.3429 18.4077 20.2771C18.3073 20.1738 18.2071 20.0703 18.1075 19.9663C18.0107 19.8655 17.9131 19.7657 17.8153 19.666C17.7856 19.6345 17.7559 19.6031 17.7253 19.5707C17.5708 19.4029 17.5708 19.4029 17.3593 19.3581C17.3232 19.3739 17.2872 19.3898 17.25 19.4061C17.1998 19.4257 17.1998 19.4257 17.1487 19.4457C17.1149 19.4614 17.0812 19.477 17.0464 19.4931C15.2898 20.2876 15.2898 20.2876 14.6688 20.0763C14.4636 19.9752 14.3421 19.8467 14.25 19.6405C14.2144 19.373 14.2114 19.1539 14.335 18.911C14.3857 18.8545 14.3857 18.8545 14.4375 18.7968C14.4571 18.773 14.4767 18.7493 14.4969 18.7249C14.6084 18.6305 14.7151 18.6057 14.8555 18.567C14.9105 18.5513 14.9655 18.5357 15.0221 18.5196C15.0796 18.5038 15.1371 18.4879 15.1963 18.4716C15.3094 18.4402 15.4224 18.4086 15.5352 18.3765C15.5854 18.3627 15.6356 18.3489 15.6872 18.3346C15.8852 18.2709 15.8852 18.2709 16.2188 18.0936C15.0895 16.9644 13.9603 15.8352 12.7969 14.6718C12.7957 15.0373 12.7945 15.4029 12.7932 15.7795C12.7921 16.0111 12.7908 16.2427 12.7894 16.4742C12.7871 16.8418 12.7851 17.2094 12.7842 17.577C12.7835 17.8733 12.7819 18.1696 12.7796 18.466C12.7789 18.579 12.7786 18.6921 12.7785 18.8052C12.7784 18.9635 12.7771 19.1218 12.7756 19.2802C12.776 19.3503 12.776 19.3503 12.7763 19.4219C12.7723 19.6907 12.7441 19.8501 12.5625 20.0624C12.3447 20.2693 12.1459 20.2718 11.8594 20.2748C11.5384 20.2179 11.3211 19.9578 11.1025 19.7335C11.0702 19.7008 11.0379 19.6681 11.0046 19.6344C10.9349 19.5636 10.8652 19.4928 10.7956 19.4218C10.6853 19.3094 10.5746 19.1974 10.4638 19.0855C10.1489 18.7675 9.83439 18.4491 9.52085 18.1296C9.32874 17.934 9.13595 17.7391 8.94271 17.5445C8.86939 17.4705 8.79634 17.3961 8.72356 17.3216C8.62161 17.2171 8.5188 17.1136 8.41576 17.0102C8.38616 16.9794 8.35656 16.9487 8.32606 16.917C8.03321 16.6267 7.73099 16.532 7.32266 16.5284C7.26621 16.5289 7.26621 16.5289 7.20862 16.5295C7.1677 16.5293 7.12679 16.5291 7.08464 16.5289C6.99655 16.5286 6.90847 16.5286 6.82039 16.5289C6.68061 16.5294 6.54086 16.5289 6.40109 16.5282C6.00395 16.5263 5.60682 16.5262 5.20968 16.5263C4.96604 16.5263 4.72241 16.5254 4.47878 16.524C4.34173 16.5235 4.20471 16.5241 4.06767 16.5247C3.5256 16.5236 3.06604 16.4996 2.64992 16.111C2.38372 15.8149 2.23877 15.4888 2.23748 15.088C2.23708 15.0315 2.23668 14.9749 2.23627 14.9167C2.23631 14.8554 2.23635 14.794 2.2364 14.7308C2.23612 14.665 2.2358 14.5992 2.23544 14.5334C2.23462 14.3552 2.2344 14.177 2.23434 13.9988C2.23427 13.8873 2.23407 13.7757 2.23382 13.6642C2.23295 13.2746 2.23257 12.8851 2.23265 12.4955C2.2327 12.1332 2.23171 11.7709 2.23023 11.4087C2.229 11.0969 2.2285 10.7852 2.22856 10.4735C2.22859 10.2876 2.22832 10.1018 2.22733 9.91592C2.22641 9.74093 2.22642 9.56596 2.22709 9.39096C2.22724 9.29679 2.22646 9.20261 2.22565 9.10844C2.22887 8.64103 2.31256 8.24923 2.63893 7.89978C3.01373 7.56281 3.3931 7.48616 3.88442 7.48047C3.93292 7.47956 3.98142 7.47865 4.03139 7.47772C4.18564 7.47493 4.3399 7.47275 4.49416 7.47058C4.59902 7.46879 4.70388 7.46696 4.80873 7.46509C5.0652 7.4606 5.32166 7.45661 5.57814 7.453C5.53783 7.4129 5.49752 7.3728 5.45598 7.33148C5.07637 6.95376 4.697 6.5758 4.31787 6.19759C4.12294 6.00315 3.92793 5.8088 3.73271 5.61465C3.54437 5.42733 3.35627 5.23978 3.16831 5.05207C3.09652 4.98045 3.02464 4.9089 2.95267 4.83745C2.852 4.73746 2.75163 4.63718 2.65132 4.53682C2.62141 4.50725 2.5915 4.47768 2.56069 4.44722C2.53335 4.41974 2.506 4.39227 2.47783 4.36397C2.45407 4.34029 2.4303 4.31661 2.40582 4.29221C2.22645 4.0795 2.23014 3.87405 2.23537 3.60523C2.26202 3.35672 2.38027 3.24177 2.5547 3.07605C2.79179 2.96598 3.02424 2.95437 3.28127 2.99988Z",
2628
2697
  fill: "currentColor"
2629
2698
  }
2630
2699
  ),
2631
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2700
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2632
2701
  "path",
2633
2702
  {
2634
2703
  d: "M17.1562 4.54695C17.9673 4.94634 18.6632 5.46785 19.3125 6.09382C19.3512 6.1296 19.3899 6.16537 19.4298 6.20222C20.5523 7.26879 21.2538 8.72868 21.6094 10.2188C21.6177 10.2522 21.626 10.2855 21.6346 10.3198C21.8874 11.374 21.8768 12.7317 21.6094 13.7813C21.5988 13.8241 21.5882 13.8669 21.5773 13.911C21.312 14.9576 20.8983 16.1103 20.1562 16.9219C19.9318 17.0467 19.7555 17.094 19.5 17.0626C19.2528 16.9762 19.0812 16.865 18.9375 16.6407C18.896 16.5164 18.8803 16.4324 18.876 16.3038C18.8742 16.2702 18.8724 16.2367 18.8706 16.2022C18.916 15.9202 19.0925 15.6753 19.2422 15.437C19.884 14.405 20.167 13.2599 20.1679 12.0528C20.168 12.018 20.168 11.9832 20.168 11.9474C20.1673 11.4352 20.1468 10.951 20.0156 10.4532C20.0076 10.4212 19.9995 10.3891 19.9912 10.3561C19.5476 8.60913 18.4257 7.13618 16.8865 6.20487C16.2604 5.84247 15.5611 5.58229 14.8528 5.43689C14.5841 5.37353 14.4516 5.2411 14.2969 5.0157C14.1987 4.81936 14.2304 4.57327 14.25 4.35945C14.342 4.15328 14.4635 4.02477 14.6687 3.92366C15.4157 3.6695 16.4895 4.22654 17.1562 4.54695Z",
2635
2704
  fill: "currentColor"
2636
2705
  }
2637
2706
  ),
2638
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2707
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2639
2708
  "path",
2640
2709
  {
2641
2710
  d: "M15.4748 7.90075C16.6503 8.4957 17.4474 9.47895 17.8714 10.7195C18.1297 11.5823 18.0978 12.6019 17.8125 13.4532C17.7944 13.5076 17.7763 13.562 17.7577 13.618C17.6369 13.9419 17.5184 14.1393 17.2031 14.297C17.1135 14.3052 17.0235 14.3095 16.9336 14.3116C16.8855 14.3134 16.8374 14.3151 16.7878 14.3169C16.4127 14.2661 16.1478 13.9115 15.8943 13.6568C15.8497 13.6124 15.8052 13.5679 15.7606 13.5234C15.6676 13.4306 15.5748 13.3376 15.4821 13.2445C15.3635 13.1253 15.2445 13.0066 15.1253 12.888C15.0333 12.7964 14.9416 12.7045 14.85 12.6127C14.7849 12.5475 14.7197 12.4826 14.6545 12.4176C14.615 12.3779 14.5756 12.3381 14.5349 12.2972C14.5002 12.2624 14.4654 12.2275 14.4296 12.1917C14.251 11.9883 14.2362 11.8224 14.2371 11.5575C14.2369 11.5226 14.2366 11.4878 14.2364 11.4518C14.2357 11.3368 14.2358 11.2218 14.2359 11.1067C14.2357 11.0266 14.2355 10.9466 14.2353 10.8665C14.2349 10.6986 14.2349 10.5308 14.2352 10.363C14.2355 10.1481 14.2347 9.93323 14.2336 9.71833C14.2329 9.55293 14.2328 9.38754 14.233 9.22214C14.233 9.14292 14.2327 9.0637 14.2322 8.98448C14.2317 8.87362 14.232 8.7628 14.2325 8.65195C14.2322 8.61933 14.2318 8.58672 14.2314 8.55312C14.234 8.31242 14.294 8.16223 14.4609 7.9901C14.7974 7.7202 15.0908 7.73478 15.4748 7.90075Z",
2642
2711
  fill: "currentColor"
2643
2712
  }
2644
2713
  ),
2645
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2714
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2646
2715
  "path",
2647
2716
  {
2648
2717
  d: "M12.2812 3.74991C12.514 3.85798 12.6287 3.99485 12.75 4.21866C12.7767 4.37145 12.7756 4.52162 12.7743 4.67642C12.7746 4.72173 12.7749 4.76704 12.7753 4.81372C12.7761 4.96304 12.7755 5.11231 12.7749 5.26163C12.775 5.36564 12.7752 5.46966 12.7754 5.57368C12.7757 5.79151 12.7753 6.00932 12.7744 6.22714C12.7734 6.50614 12.774 6.78511 12.7751 7.06411C12.7758 7.27885 12.7756 7.49358 12.7751 7.70832C12.775 7.81118 12.7751 7.91405 12.7756 8.01691C12.776 8.16076 12.7753 8.30455 12.7743 8.44839C12.7746 8.49077 12.775 8.53315 12.7754 8.57681C12.7719 8.835 12.7341 8.98237 12.5625 9.18741C12.3447 9.39432 12.1459 9.39682 11.8594 9.39981C11.5886 9.35186 11.3987 9.16033 11.2091 8.97116C11.1663 8.92861 11.1234 8.88606 11.0793 8.84222C11.0334 8.79616 10.9875 8.75009 10.9417 8.70401C10.8939 8.65637 10.8462 8.60874 10.7985 8.56113C10.6989 8.46167 10.5995 8.36205 10.5002 8.26231C10.373 8.13464 10.2455 8.00739 10.1178 7.88026C10.0193 7.78215 9.92112 7.68382 9.82296 7.58541C9.77601 7.5384 9.72899 7.49145 9.68189 7.44458C9.61616 7.37908 9.55075 7.31325 9.48537 7.2474C9.42949 7.19142 9.42949 7.19142 9.37249 7.1343C9.20936 6.94988 9.17304 6.813 9.16992 6.56827C9.16859 6.52101 9.16726 6.47376 9.16589 6.42508C9.20698 6.15142 9.40133 5.96182 9.59125 5.77153C9.65507 5.70726 9.65507 5.70726 9.72019 5.64169C9.76625 5.5958 9.81232 5.54992 9.8584 5.50406C9.90604 5.45635 9.95366 5.40864 10.0013 5.36091C10.1007 5.26131 10.2004 5.16189 10.3001 5.06259C10.4278 4.93545 10.555 4.80789 10.6821 4.6802C10.7803 4.58175 10.8786 4.48353 10.977 4.38537C11.024 4.33842 11.071 4.29139 11.1178 4.2443C11.1833 4.17856 11.2492 4.11316 11.315 4.04777C11.3523 4.01052 11.3896 3.97328 11.4281 3.9349C11.6853 3.70738 11.9501 3.71439 12.2812 3.74991Z",
2649
2718
  fill: "currentColor"
2650
2719
  }
2651
2720
  )
2652
- ] }) : /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(import_jsx_runtime4.Fragment, { children: [
2653
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2721
+ ] }) : /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(import_jsx_runtime5.Fragment, { children: [
2722
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2654
2723
  "path",
2655
2724
  {
2656
2725
  d: "M4.07814 4.96867C4.21547 5.04814 4.21547 5.04814 4.35353 5.16203C4.37909 5.18273 4.40466 5.20343 4.43099 5.22476C4.51717 5.29487 4.60233 5.36611 4.68751 5.43742C4.75198 5.49052 4.81649 5.54356 4.88106 5.59654C4.98266 5.68 5.08417 5.76357 5.1854 5.84748C5.39582 6.02181 5.60849 6.19259 5.82423 6.36027C6.06177 6.54502 6.29244 6.73627 6.52104 6.93191C6.7255 7.10609 6.93549 7.27213 7.14749 7.43699C7.40895 7.64102 7.66454 7.85186 7.92009 8.0632C8.12798 8.23508 8.3371 8.40512 8.54829 8.57292C8.71145 8.70345 8.87323 8.83566 9.03517 8.9677C9.27441 9.1627 9.51528 9.35522 9.7588 9.54485C9.99722 9.73064 10.2289 9.92289 10.4585 10.1194C10.663 10.2936 10.873 10.4596 11.085 10.6245C11.3464 10.8285 11.602 11.0394 11.8576 11.2507C12.0655 11.4226 12.2746 11.5926 12.4858 11.7604C12.649 11.891 12.8107 12.0232 12.9727 12.1552C13.2119 12.3502 13.4528 12.5427 13.6963 12.7323C13.9347 12.9181 14.1664 13.1104 14.396 13.3069C14.6005 13.4811 14.8105 13.6471 15.0225 13.812C15.2839 14.016 15.5395 14.2269 15.7951 14.4382C16.003 14.6101 16.2121 14.7801 16.4233 14.9479C16.5865 15.0785 16.7482 15.2107 16.9102 15.3427C17.1494 15.5377 17.3903 15.7302 17.6338 15.9198C17.8722 16.1056 18.1039 16.2979 18.3335 16.4944C18.538 16.6686 18.748 16.8346 18.96 16.9995C19.221 17.2032 19.4764 17.4134 19.7311 17.6248C19.9509 17.8069 20.1732 17.9845 20.4007 18.157C20.5333 18.2795 20.5738 18.3815 20.5928 18.5595C20.5759 18.7245 20.5389 18.807 20.4375 18.9374C20.2766 19.0343 20.1421 19.0565 19.9534 19.0303C19.695 18.9354 19.5002 18.7228 19.2994 18.5401C19.1718 18.4271 19.0373 18.3236 18.9024 18.2196C18.6526 18.0257 18.4076 17.8267 18.1641 17.6249C17.9243 17.4263 17.6832 17.2302 17.4375 17.039C17.1249 16.7955 16.8195 16.5438 16.5141 16.2914C15.9243 15.8038 15.3318 15.3175 14.7188 14.8593C14.7192 14.905 14.7196 14.9508 14.72 14.9979C14.7238 15.4309 14.7266 15.8639 14.7285 16.297C14.7295 16.5196 14.7308 16.7421 14.7329 16.9647C14.735 17.1799 14.7361 17.3951 14.7366 17.6102C14.7369 17.6919 14.7376 17.7736 14.7386 17.8553C14.7474 18.5873 14.651 19.1313 14.1239 19.6755C13.7785 19.9968 13.374 20.1174 12.9111 20.1239C12.8805 20.1253 12.8499 20.1267 12.8184 20.1281C12.3492 20.1339 11.9415 19.904 11.5488 19.6698C11.4626 19.6195 11.3763 19.5692 11.2899 19.519C11.2452 19.4928 11.2004 19.4666 11.1543 19.4397C10.9182 19.3028 10.6798 19.17 10.4414 19.037C10.3422 18.9816 10.2429 18.9261 10.1437 18.8706C10.0694 18.8291 10.0694 18.8291 9.99368 18.7868C9.32868 18.4153 8.66421 18.0429 8.00131 17.6677C7.47583 17.3704 6.94914 17.0753 6.42189 16.7812C6.39165 16.7613 6.3614 16.7414 6.33025 16.7209C6.04194 16.5405 5.81207 16.5146 5.47615 16.5202C5.4271 16.52 5.37805 16.5197 5.32751 16.5194C5.17177 16.5187 5.0161 16.5194 4.86037 16.5204C3.27871 16.5284 3.27871 16.5284 2.62813 15.8962C2.15079 15.3881 2.04798 14.8128 2.04964 14.137C2.0494 14.0857 2.04916 14.0344 2.04891 13.9816C2.04827 13.8133 2.04831 13.6451 2.04841 13.4769C2.04823 13.3591 2.04803 13.2413 2.04781 13.1235C2.04746 12.8771 2.04746 12.6307 2.04772 12.3842C2.048 12.1008 2.04742 11.8173 2.04642 11.5338C2.04549 11.2595 2.04536 10.9851 2.04552 10.7108C2.0455 10.5948 2.04525 10.4788 2.04478 10.3628C2.0442 10.2002 2.04452 10.0376 2.04506 9.87501C2.0447 9.8278 2.04434 9.78059 2.04398 9.73195C2.04944 8.98294 2.28529 8.44361 2.81251 7.9218C3.33242 7.44589 3.98749 7.46966 4.64943 7.46477C4.73967 7.46344 4.82991 7.46204 4.92015 7.46056C5.13948 7.45712 5.35879 7.45478 5.57814 7.45305C5.4813 7.37086 5.38444 7.28871 5.28755 7.20659C5.26038 7.18352 5.2332 7.16045 5.2052 7.13668C5.0166 6.97688 4.82535 6.82096 4.63167 6.66734C4.458 6.52894 4.28563 6.38899 4.1133 6.24895C4.0817 6.2233 4.05011 6.19766 4.01757 6.17124C3.95684 6.12188 3.89624 6.07235 3.83579 6.02265C3.7801 5.97746 3.72371 5.93314 3.66653 5.88985C3.55669 5.80497 3.47824 5.74243 3.4261 5.61174C3.41415 5.43767 3.41115 5.32337 3.47755 5.1591C3.65577 4.95631 3.81257 4.94724 4.07814 4.96867ZM6.60939 8.24992C6.60063 9.22375 6.59402 10.1976 6.58996 11.1714C6.58803 11.6236 6.58539 12.0757 6.5811 12.5279C6.57736 12.922 6.57494 13.316 6.57411 13.7101C6.57362 13.9188 6.57247 14.1275 6.56974 14.3362C6.56719 14.5326 6.56641 14.729 6.56697 14.9254C6.56687 14.9975 6.56612 15.0696 6.56469 15.1417C6.542 15.5177 6.542 15.5177 6.69106 15.8432C6.78751 15.9046 6.87709 15.9457 6.98439 15.9843C7.05024 16.0225 7.05024 16.0225 7.11743 16.0615C7.1577 16.0839 7.19797 16.1063 7.23945 16.1293C7.30861 16.1679 7.30861 16.1679 7.37916 16.2072C7.42775 16.2342 7.47633 16.2612 7.52638 16.289C7.63143 16.3476 7.73647 16.4062 7.84151 16.4648C7.89426 16.4942 7.94702 16.5236 8.00138 16.5539C8.23316 16.6835 8.46427 16.8143 8.69533 16.9452C9.06786 17.1561 9.44092 17.366 9.81447 17.5751C9.86303 17.6023 9.9116 17.6295 9.96164 17.6575C10.2098 17.7963 10.458 17.9351 10.7062 18.0737C10.8054 18.1292 10.9047 18.1847 11.0039 18.2402C11.076 18.2805 11.076 18.2805 11.1496 18.3216C11.5212 18.5297 11.8912 18.7406 12.2598 18.9542C12.2977 18.976 12.3356 18.9979 12.3746 19.0204C12.4242 19.0491 12.4242 19.0491 12.4748 19.0784C12.6708 19.1824 12.8609 19.1993 13.0781 19.1718C13.3541 19.083 13.526 18.9405 13.6875 18.703C13.7878 18.4652 13.7968 18.2501 13.7993 17.9964C13.8001 17.9545 13.8009 17.9126 13.8017 17.8695C13.804 17.7315 13.8055 17.5935 13.8069 17.4555C13.8076 17.3846 13.8076 17.3846 13.8084 17.3122C13.8109 17.0619 13.8127 16.8116 13.8141 16.5612C13.8153 16.3546 13.8179 16.148 13.8218 15.9413C13.8264 15.6912 13.8287 15.4411 13.8294 15.1909C13.83 15.0958 13.8314 15.0008 13.8337 14.9058C13.8609 14.3837 13.8609 14.3837 13.6793 13.9124C13.562 13.8055 13.448 13.7224 13.3125 13.6405C13.2581 13.5977 13.2043 13.5541 13.1512 13.5096C13.0788 13.4541 13.0788 13.4541 13.0049 13.3974C12.752 13.2017 12.504 13.0009 12.2578 12.7968C12.0181 12.5982 11.7769 12.4021 11.5313 12.2109C11.2185 11.9673 10.913 11.7155 10.6075 11.4629C10.3231 11.2278 10.0363 10.9956 9.74967 10.7633C9.65488 10.6863 9.56025 10.6092 9.46565 10.532C9.17276 10.2931 8.87909 10.0556 8.58107 9.82317C8.2684 9.57914 7.96263 9.32712 7.65694 9.07445C7.44995 8.90337 7.24231 8.7331 7.03419 8.5634C7.0023 8.53727 6.9704 8.51115 6.93754 8.48423C6.78186 8.35459 6.78186 8.35459 6.60939 8.24992ZM3.36366 8.71703C3.02725 9.12345 2.99296 9.48114 2.9932 9.9969C2.99305 10.0447 2.99289 10.0926 2.99273 10.1418C2.99228 10.2996 2.99219 10.4573 2.99214 10.6151C2.99199 10.7251 2.99183 10.8351 2.99167 10.9451C2.99139 11.1755 2.9913 11.406 2.99133 11.6365C2.99133 11.9312 2.99069 12.2259 2.98989 12.5207C2.98936 12.7479 2.98927 12.975 2.98929 13.2022C2.98924 13.3108 2.98903 13.4195 2.98867 13.5281C2.98821 13.6803 2.98835 13.8325 2.98863 13.9848C2.98836 14.0293 2.9881 14.0738 2.98783 14.1196C2.98988 14.5582 3.03348 14.9414 3.35817 15.2638C4.01849 15.8595 4.65455 15.5624 5.67189 15.5624C5.67189 13.2112 5.67189 10.8599 5.67189 8.43742C4.40324 8.28979 4.40324 8.28979 3.36366 8.71703Z",
2657
2726
  fill: "currentColor"
2658
2727
  }
2659
2728
  ),
2660
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2729
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2661
2730
  "path",
2662
2731
  {
2663
2732
  d: "M13.9834 4.20996C14.3619 4.51877 14.6259 4.90546 14.7188 5.39062C14.7327 5.5897 14.7321 5.78835 14.7316 5.98785C14.7319 6.04741 14.7321 6.10697 14.7324 6.16834C14.733 6.33095 14.733 6.49354 14.7329 6.65615C14.7328 6.7921 14.7331 6.92805 14.7333 7.064C14.7338 7.38468 14.7338 7.70537 14.7336 8.02606C14.7333 8.35664 14.7339 8.68721 14.7349 9.01778C14.7357 9.30202 14.736 9.58627 14.7358 9.87051C14.7357 10.0401 14.7358 10.2097 14.7365 10.3793C14.7372 10.5682 14.7368 10.7572 14.7362 10.9462C14.7366 11.0022 14.7369 11.0583 14.7373 11.116C14.737 11.1676 14.7366 11.2191 14.7363 11.2722C14.7363 11.3168 14.7363 11.3614 14.7363 11.4074C14.7153 11.5558 14.6644 11.6442 14.5781 11.7656C14.4273 11.8749 14.292 11.8813 14.1094 11.8594C13.8418 11.713 13.8418 11.713 13.7813 11.5312C13.7768 11.4512 13.775 11.371 13.7748 11.2909C13.7745 11.2411 13.7743 11.1914 13.774 11.1401C13.774 11.0856 13.7739 11.031 13.7739 10.9748C13.7736 10.9173 13.7734 10.8598 13.7731 10.8006C13.7726 10.6755 13.7722 10.5504 13.7719 10.4253C13.7714 10.2273 13.7705 10.0293 13.7694 9.83134C13.7665 9.26827 13.764 8.70521 13.7624 8.14214C13.7616 7.83118 13.7602 7.52023 13.7583 7.20927C13.7573 7.04484 13.7566 6.88041 13.7565 6.71597C13.7564 6.53229 13.7552 6.34862 13.7539 6.16494C13.7541 6.11085 13.7542 6.05675 13.7543 6.00101C13.7512 5.69234 13.7473 5.37621 13.5307 5.13201C13.3206 4.94545 13.1023 4.84179 12.8178 4.85229C12.5398 4.90735 12.2921 5.06632 12.0469 5.20312C12.0085 5.2245 11.9701 5.24587 11.9305 5.2679C11.7062 5.39325 11.4826 5.51988 11.2594 5.64715C10.968 5.81321 10.6756 5.97709 10.3828 6.14062C9.93803 6.38931 9.49406 6.63942 9.05073 6.89072C9.00843 6.91467 8.96614 6.93863 8.92256 6.96332C8.86673 6.99498 8.86673 6.99498 8.80978 7.02728C8.6234 7.1314 8.46232 7.1555 8.25001 7.125C8.11829 7.04092 8.03863 6.98349 7.96876 6.84375C7.95074 6.60493 7.96862 6.4748 8.10939 6.28125C8.21433 6.20481 8.21433 6.20481 8.33827 6.13788C8.38465 6.1124 8.43104 6.08693 8.47882 6.06069C8.529 6.03389 8.57918 6.0071 8.63087 5.97949C8.73781 5.92103 8.84475 5.86256 8.95167 5.80408C9.00702 5.77405 9.06238 5.74404 9.11775 5.71403C9.37078 5.57625 9.62189 5.43508 9.87306 5.29394C9.97004 5.23962 10.067 5.1853 10.164 5.13098C10.453 4.96892 10.7417 4.80642 11.0303 4.64355C11.0753 4.61821 11.1202 4.59286 11.1666 4.56675C11.3976 4.43624 11.6263 4.30302 11.8535 4.16601C12.53 3.77544 13.3263 3.74841 13.9834 4.20996Z",
2664
2733
  fill: "currentColor"
2665
2734
  }
2666
2735
  ),
2667
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2736
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2668
2737
  "path",
2669
2738
  {
2670
2739
  d: "M19.752 6.12018C19.8047 6.11737 19.8047 6.11737 19.8585 6.1145C20.1068 6.17347 20.2421 6.41973 20.3713 6.62416C20.3903 6.65508 20.4092 6.68599 20.4287 6.71783C20.4489 6.75065 20.4692 6.78346 20.49 6.81727C21.8736 9.09718 22.2783 11.8479 21.647 14.4348C21.4904 15.0318 21.2827 15.6143 21.0381 16.1807C21.0236 16.2147 21.0092 16.2486 20.9943 16.2836C20.8903 16.5136 20.7651 16.7112 20.5312 16.8282C20.314 16.8475 20.1889 16.8223 20.0156 16.6876C19.8945 16.526 19.9083 16.3681 19.9219 16.1719C19.9732 16.0469 20.0262 15.9333 20.0889 15.8145C20.4436 15.1006 20.6752 14.3316 20.8125 13.5469C20.8208 13.5005 20.8291 13.454 20.8376 13.4062C20.9119 12.9461 20.925 12.4941 20.9238 12.0294C20.9238 11.9903 20.9238 11.9513 20.9238 11.911C20.9218 11.2538 20.8731 10.6254 20.7188 9.98444C20.709 9.94279 20.6992 9.90114 20.6891 9.85823C20.4465 8.8572 20.0323 7.82876 19.4187 6.99451C19.298 6.8232 19.2656 6.72438 19.2656 6.51569C19.3629 6.25801 19.4691 6.12838 19.752 6.12018Z",
2671
2740
  fill: "currentColor"
2672
2741
  }
2673
2742
  ),
2674
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2743
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2675
2744
  "path",
2676
2745
  {
2677
2746
  d: "M17.1563 8.48447C17.9014 9.09186 18.2003 10.4675 18.3091 11.3684C18.4038 12.3042 18.3553 13.5382 17.8125 14.3438C17.6785 14.4778 17.5774 14.4751 17.3906 14.4845C17.2024 14.4134 17.128 14.3717 17.0156 14.2032C16.9805 13.9124 17.0403 13.6773 17.127 13.4005C17.5145 12.1615 17.3696 10.8729 16.7794 9.72568C16.6906 9.55729 16.5966 9.39267 16.5 9.22861C16.4092 9.06715 16.3721 8.95378 16.4063 8.76572C16.5572 8.43366 16.8228 8.36425 17.1563 8.48447Z",
@@ -2683,7 +2752,7 @@ var template = {
2683
2752
  );
2684
2753
  },
2685
2754
  network: ({ className, fill }) => {
2686
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2755
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2687
2756
  "svg",
2688
2757
  {
2689
2758
  width: "24",
@@ -2692,7 +2761,7 @@ var template = {
2692
2761
  fill: "none",
2693
2762
  xmlns: "http://www.w3.org/2000/svg",
2694
2763
  className,
2695
- children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2764
+ children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2696
2765
  "path",
2697
2766
  {
2698
2767
  d: "M9.348 14.652C8.99968 14.3037 8.72336 13.8903 8.53485 13.4352C8.34633 12.9802 8.2493 12.4925 8.2493 12C8.2493 11.5074 8.34633 11.0197 8.53485 10.5647C8.72336 10.1096 8.99968 9.69619 9.348 9.34796M14.652 9.34796C15.0003 9.69619 15.2766 10.1096 15.4652 10.5647C15.6537 11.0197 15.7507 11.5074 15.7507 12C15.7507 12.4925 15.6537 12.9802 15.4652 13.4352C15.2766 13.8903 15.0003 14.3037 14.652 14.652M7.227 16.773C6.6002 16.1462 6.10299 15.402 5.76376 14.5831C5.42454 13.7641 5.24994 12.8864 5.24994 12C5.24994 11.1135 5.42454 10.2358 5.76376 9.41683C6.10299 8.59787 6.6002 7.85375 7.227 7.22696M16.773 7.22696C17.3998 7.85375 17.897 8.59787 18.2362 9.41683C18.5755 10.2358 18.7501 11.1135 18.7501 12C18.7501 12.8864 18.5755 13.7641 18.2362 14.5831C17.897 15.402 17.3998 16.1462 16.773 16.773M5.106 18.894C1.298 15.087 1.298 8.91396 5.106 5.10596M18.894 5.10596C22.702 8.91296 22.702 15.086 18.894 18.894M12 12H12.008V12.008H12V12ZM12.375 12C12.375 12.0994 12.3355 12.1948 12.2652 12.2651C12.1948 12.3354 12.0995 12.375 12 12.375C11.9005 12.375 11.8052 12.3354 11.7348 12.2651C11.6645 12.1948 11.625 12.0994 11.625 12C11.625 11.9005 11.6645 11.8051 11.7348 11.7348C11.8052 11.6645 11.9005 11.625 12 11.625C12.0995 11.625 12.1948 11.6645 12.2652 11.7348C12.3355 11.8051 12.375 11.9005 12.375 12Z",
@@ -2705,7 +2774,7 @@ var template = {
2705
2774
  );
2706
2775
  },
2707
2776
  "network-off": ({ className, fill }) => {
2708
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2777
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2709
2778
  "svg",
2710
2779
  {
2711
2780
  width: "24",
@@ -2714,7 +2783,7 @@ var template = {
2714
2783
  fill: "none",
2715
2784
  xmlns: "http://www.w3.org/2000/svg",
2716
2785
  className,
2717
- children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2786
+ children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2718
2787
  "path",
2719
2788
  {
2720
2789
  d: "M3.00025 3L11.7352 11.735M11.7352 11.735C11.77 11.7002 11.8114 11.6726 11.8568 11.6538C11.9023 11.6349 11.951 11.6252 12.0002 11.6252C12.0495 11.6252 12.0982 11.6349 12.1437 11.6538C12.1891 11.6726 12.2304 11.7002 12.2653 11.735C12.3001 11.7698 12.3277 11.8111 12.3465 11.8566C12.3653 11.9021 12.375 11.9508 12.375 12C12.375 12.0492 12.3653 12.0979 12.3465 12.1434C12.3277 12.1889 12.3001 12.2302 12.2653 12.265M11.7352 11.735L12.2653 12.265M12.2653 12.265L21.0002 21M14.6523 9.348C15.0006 9.69623 15.2769 10.1097 15.4654 10.5647C15.6539 11.0197 15.7509 11.5075 15.7509 12C15.7509 12.4925 15.6539 12.9803 15.4654 13.4353C15.2769 13.8903 15.0006 14.3038 14.6523 14.652M16.7733 7.227C17.4001 7.8538 17.8973 8.59792 18.2365 9.41687C18.5757 10.2358 18.7503 11.1136 18.7503 12C18.7503 12.8864 18.5757 13.7642 18.2365 14.5831C17.8973 15.4021 17.4001 16.1462 16.7733 16.773M18.8942 5.106C22.7022 8.913 22.7022 15.086 18.8942 18.894M9.34825 14.652C8.77361 14.0787 8.40148 13.3338 8.28825 12.53M7.22725 16.773C6.33786 15.884 5.71447 14.7643 5.42736 13.5401C5.14024 12.3158 5.20081 11.0357 5.60225 9.844M5.10625 18.894C2.03825 15.827 1.44225 11.224 3.31625 7.56M12.0002 12H12.0083V12.008H12.0002V12Z",
@@ -2727,7 +2796,7 @@ var template = {
2727
2796
  );
2728
2797
  },
2729
2798
  bell: ({ className, fill }) => {
2730
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2799
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2731
2800
  "svg",
2732
2801
  {
2733
2802
  width: "24",
@@ -2736,7 +2805,7 @@ var template = {
2736
2805
  fill: "none",
2737
2806
  xmlns: "http://www.w3.org/2000/svg",
2738
2807
  className,
2739
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2808
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2740
2809
  "path",
2741
2810
  {
2742
2811
  fillRule: "evenodd",
@@ -2744,7 +2813,7 @@ var template = {
2744
2813
  d: "M5.25071 9C5.25071 7.20979 5.96186 5.4929 7.22773 4.22703C8.49361 2.96116 10.2105 2.25 12.0007 2.25C13.7909 2.25 15.5078 2.96116 16.7737 4.22703C18.0395 5.4929 18.7507 7.20979 18.7507 9V9.75C18.7507 11.873 19.5507 13.807 20.8687 15.27C20.9508 15.361 21.0094 15.4707 21.0392 15.5896C21.0691 15.7084 21.0694 15.8328 21.0401 15.9518C21.0108 16.0708 20.9528 16.1808 20.8711 16.2722C20.7895 16.3636 20.6867 16.4335 20.5717 16.476C19.0277 17.046 17.4117 17.466 15.7407 17.719C15.7783 18.2331 15.7095 18.7495 15.5386 19.2359C15.3677 19.7222 15.0984 20.1681 14.7474 20.5457C14.3964 20.9233 13.9714 21.2245 13.4988 21.4304C13.0262 21.6364 12.5162 21.7427 12.0007 21.7427C11.4852 21.7427 10.9752 21.6364 10.5026 21.4304C10.03 21.2245 9.60497 20.9233 9.254 20.5457C8.90303 20.1681 8.63368 19.7222 8.46277 19.2359C8.29187 18.7495 8.22308 18.2331 8.26071 17.719C6.61236 17.4692 4.99369 17.0524 3.42971 16.475C3.31484 16.4326 3.2121 16.3627 3.13047 16.2715C3.04883 16.1802 2.99078 16.0703 2.96139 15.9515C2.93199 15.8326 2.93214 15.7084 2.96183 15.5896C2.99152 15.4708 3.04984 15.3611 3.13171 15.27C4.49851 13.7567 5.25378 11.7892 5.25071 9.75V9ZM9.75271 17.9C9.73991 18.2032 9.78858 18.5058 9.89579 18.7897C10.003 19.0736 10.1665 19.3329 10.3765 19.5519C10.5865 19.771 10.8387 19.9453 11.1178 20.0644C11.3969 20.1835 11.6972 20.2448 12.0007 20.2448C12.3042 20.2448 12.6045 20.1835 12.8836 20.0644C13.1627 19.9453 13.4149 19.771 13.6249 19.5519C13.8349 19.3329 13.9984 19.0736 14.1056 18.7897C14.2128 18.5058 14.2615 18.2032 14.2487 17.9C12.7531 18.0347 11.2483 18.0347 9.75271 17.9Z",
2745
2814
  fill: "currentColor"
2746
2815
  }
2747
- ) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2816
+ ) : /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2748
2817
  "path",
2749
2818
  {
2750
2819
  d: "M14.8565 17.082C16.7197 16.8614 18.5504 16.4217 20.3105 15.772C18.8199 14.1208 17.9962 11.9745 17.9995 9.75V9C17.9995 7.4087 17.3674 5.88258 16.2421 4.75736C15.1169 3.63214 13.5908 3 11.9995 3C10.4082 3 8.88208 3.63214 7.75686 4.75736C6.63164 5.88258 5.9995 7.4087 5.9995 9V9.75C6.00252 11.9746 5.17849 14.121 3.6875 15.772C5.4205 16.412 7.2475 16.857 9.1425 17.082M14.8565 17.082C12.9585 17.3071 11.0405 17.3071 9.1425 17.082M14.8565 17.082C15.0006 17.5319 15.0364 18.0094 14.9611 18.4757C14.8857 18.942 14.7013 19.384 14.4229 19.7656C14.1444 20.1472 13.7798 20.4576 13.3587 20.6716C12.9376 20.8856 12.4719 20.9972 11.9995 20.9972C11.5271 20.9972 11.0614 20.8856 10.6403 20.6716C10.2192 20.4576 9.85457 20.1472 9.57612 19.7656C9.29767 19.384 9.11326 18.942 9.03791 18.4757C8.96256 18.0094 8.9984 17.5319 9.1425 17.082",
@@ -2757,7 +2826,7 @@ var template = {
2757
2826
  );
2758
2827
  },
2759
2828
  "bell-off": ({ className, fill }) => {
2760
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2829
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2761
2830
  "svg",
2762
2831
  {
2763
2832
  width: "24",
@@ -2766,15 +2835,15 @@ var template = {
2766
2835
  fill: "none",
2767
2836
  xmlns: "http://www.w3.org/2000/svg",
2768
2837
  className,
2769
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(import_jsx_runtime4.Fragment, { children: [
2770
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2838
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(import_jsx_runtime5.Fragment, { children: [
2839
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2771
2840
  "path",
2772
2841
  {
2773
2842
  d: "M3.53082 2.4698C3.38865 2.33732 3.2006 2.2652 3.0063 2.26863C2.812 2.27205 2.62661 2.35077 2.4892 2.48818C2.35179 2.62559 2.27308 2.81098 2.26965 3.00528C2.26622 3.19958 2.33834 3.38763 2.47082 3.5298L20.4708 21.5298C20.5395 21.6035 20.6223 21.6626 20.7143 21.7036C20.8063 21.7446 20.9056 21.7666 21.0063 21.7684C21.107 21.7702 21.207 21.7516 21.3004 21.7139C21.3938 21.6762 21.4786 21.6201 21.5499 21.5488C21.6211 21.4776 21.6772 21.3928 21.7149 21.2994C21.7527 21.206 21.7712 21.106 21.7694 21.0053C21.7676 20.9046 21.7456 20.8053 21.7046 20.7133C21.6636 20.6213 21.6045 20.5385 21.5308 20.4698L3.53082 2.4698ZM20.5708 16.4758C20.3478 16.5578 20.1228 16.6368 19.8968 16.7138L7.31982 4.1368C8.27376 3.21861 9.47666 2.60124 10.7788 2.36154C12.081 2.12184 13.4249 2.27039 14.6432 2.78871C15.8616 3.30703 16.9006 4.17223 17.631 5.2766C18.3613 6.38098 18.7508 7.67577 18.7508 8.9998V9.7498C18.7508 11.8728 19.5508 13.8068 20.8688 15.2698C20.9509 15.3608 21.0095 15.4705 21.0394 15.5894C21.0692 15.7082 21.0695 15.8326 21.0402 15.9516C21.0109 16.0706 20.9529 16.1806 20.8713 16.272C20.7896 16.3634 20.6858 16.4333 20.5708 16.4758Z",
2774
2843
  fill: "currentColor"
2775
2844
  }
2776
2845
  ),
2777
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2846
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2778
2847
  "path",
2779
2848
  {
2780
2849
  fillRule: "evenodd",
@@ -2783,7 +2852,7 @@ var template = {
2783
2852
  fill: "currentColor"
2784
2853
  }
2785
2854
  )
2786
- ] }) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2855
+ ] }) : /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2787
2856
  "path",
2788
2857
  {
2789
2858
  d: "M9.143 17.082C10.4184 17.2331 11.7038 17.2826 12.987 17.23M9.143 17.082C7.27947 16.8614 5.44848 16.4217 3.688 15.772C5.06854 14.2438 5.88074 12.2867 5.988 10.23M9.143 17.082C8.89168 17.831 8.94594 18.6489 9.29402 19.3581C9.64209 20.0674 10.2559 20.6106 11.0021 20.8701C11.7483 21.1295 12.5668 21.084 13.2797 20.7437C13.9926 20.4033 14.5425 19.7954 14.81 19.052M16.775 16.775L21 21M16.775 16.775C17.9777 16.5323 19.1599 16.197 20.311 15.772C18.8204 14.1208 17.9967 11.9745 18 9.75003V9.00003C18.001 7.62737 17.5313 6.29586 16.6693 5.22763C15.8073 4.1594 14.605 3.41905 13.2631 3.13007C11.9212 2.8411 10.5208 3.02099 9.29548 3.63972C8.07018 4.25845 7.09407 5.27862 6.53 6.53003M16.775 16.775L6.53 6.53003M6.53 6.53003L3 3.00003",
@@ -2796,7 +2865,7 @@ var template = {
2796
2865
  );
2797
2866
  },
2798
2867
  "bell-ring": ({ className, fill }) => {
2799
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2868
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2800
2869
  "svg",
2801
2870
  {
2802
2871
  width: "24",
@@ -2805,15 +2874,15 @@ var template = {
2805
2874
  fill: "none",
2806
2875
  xmlns: "http://www.w3.org/2000/svg",
2807
2876
  className,
2808
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(import_jsx_runtime4.Fragment, { children: [
2809
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2877
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(import_jsx_runtime5.Fragment, { children: [
2878
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2810
2879
  "path",
2811
2880
  {
2812
2881
  d: "M5.84977 3.49983C5.97495 3.35064 6.0372 3.15861 6.02334 2.96436C6.00947 2.7701 5.92059 2.58885 5.77549 2.45895C5.6304 2.32905 5.44046 2.26069 5.24586 2.26831C5.05126 2.27594 4.86725 2.35897 4.73277 2.49983C3.50424 3.87008 2.69 5.56098 2.38477 7.37583C2.35654 7.56989 2.40543 7.76728 2.52098 7.92573C2.63652 8.08417 2.80953 8.19106 3.00293 8.22349C3.19633 8.25592 3.39474 8.21131 3.55564 8.09922C3.71655 7.98713 3.82716 7.81648 3.86377 7.62383C4.12191 6.08884 4.81062 4.65871 5.84977 3.49983ZM19.2668 2.49983C19.2013 2.42577 19.1218 2.36538 19.0329 2.32213C18.944 2.27889 18.8474 2.25365 18.7488 2.24787C18.6501 2.24208 18.5512 2.25586 18.4579 2.28842C18.3645 2.32098 18.2785 2.37167 18.2049 2.43757C18.1312 2.50348 18.0712 2.5833 18.0285 2.67245C17.9858 2.7616 17.9611 2.85832 17.9559 2.95704C17.9507 3.05576 17.9651 3.15454 17.9981 3.24769C18.0312 3.34084 18.0824 3.42653 18.1488 3.49983C19.1882 4.65862 19.8773 6.08875 20.1358 7.62383C20.1687 7.82009 20.2782 7.99525 20.4402 8.11077C20.5204 8.16797 20.6111 8.20881 20.7071 8.23095C20.8032 8.2531 20.9026 8.25611 20.9998 8.23983C21.0969 8.22355 21.19 8.18828 21.2735 8.13605C21.3571 8.08382 21.4295 8.01564 21.4867 7.93541C21.5439 7.85518 21.5848 7.76447 21.6069 7.66846C21.629 7.57244 21.6321 7.47301 21.6158 7.37583C21.3099 5.56078 20.496 3.86987 19.2668 2.49983Z",
2813
2882
  fill: "currentColor"
2814
2883
  }
2815
2884
  ),
2816
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2885
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2817
2886
  "path",
2818
2887
  {
2819
2888
  fillRule: "evenodd",
@@ -2822,7 +2891,7 @@ var template = {
2822
2891
  fill: "currentColor"
2823
2892
  }
2824
2893
  )
2825
- ] }) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2894
+ ] }) : /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2826
2895
  "path",
2827
2896
  {
2828
2897
  d: "M14.856 17.082C16.7192 16.8614 18.5499 16.4217 20.31 15.772C18.8194 14.1208 17.9958 11.9745 17.999 9.75V9C17.999 7.4087 17.3669 5.88258 16.2417 4.75736C15.1165 3.63214 13.5903 3 11.999 3C10.4077 3 8.88162 3.63214 7.75641 4.75736C6.63119 5.88258 5.99905 7.4087 5.99905 9V9.75C6.00206 11.9746 5.17803 14.121 3.68705 15.772C5.42005 16.412 7.24705 16.857 9.14205 17.082M14.856 17.082C12.958 17.3071 11.0401 17.3071 9.14205 17.082M14.856 17.082C15.0001 17.5319 15.036 18.0094 14.9606 18.4757C14.8853 18.942 14.7009 19.384 14.4224 19.7656C14.144 20.1472 13.7794 20.4576 13.3582 20.6716C12.9371 20.8856 12.4714 20.9972 11.999 20.9972C11.5267 20.9972 11.061 20.8856 10.6399 20.6716C10.2187 20.4576 9.85412 20.1472 9.57567 19.7656C9.29722 19.384 9.11281 18.942 9.03746 18.4757C8.96211 18.0094 8.99794 17.5319 9.14205 17.082M3.12305 7.5C3.40502 5.82497 4.15684 4.26444 5.29105 3M18.707 3C19.8413 4.26444 20.5931 5.82497 20.875 7.5",
@@ -2835,7 +2904,7 @@ var template = {
2835
2904
  );
2836
2905
  },
2837
2906
  email: ({ className, fill }) => {
2838
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2907
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2839
2908
  "svg",
2840
2909
  {
2841
2910
  width: "24",
@@ -2844,22 +2913,22 @@ var template = {
2844
2913
  fill: "none",
2845
2914
  xmlns: "http://www.w3.org/2000/svg",
2846
2915
  className,
2847
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2848
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2916
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2917
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2849
2918
  "path",
2850
2919
  {
2851
2920
  d: "M1.5 8.66992V17.2499C1.5 18.0456 1.81607 18.8086 2.37868 19.3712C2.94129 19.9339 3.70435 20.2499 4.5 20.2499H19.5C20.2956 20.2499 21.0587 19.9339 21.6213 19.3712C22.1839 18.8086 22.5 18.0456 22.5 17.2499V8.66992L13.572 14.1629C13.0992 14.4538 12.5551 14.6078 12 14.6078C11.4449 14.6078 10.9008 14.4538 10.428 14.1629L1.5 8.66992Z",
2852
2921
  fill: "currentColor"
2853
2922
  }
2854
2923
  ),
2855
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2924
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2856
2925
  "path",
2857
2926
  {
2858
2927
  d: "M22.5 6.908V6.75C22.5 5.95435 22.1839 5.19129 21.6213 4.62868C21.0587 4.06607 20.2956 3.75 19.5 3.75H4.5C3.70435 3.75 2.94129 4.06607 2.37868 4.62868C1.81607 5.19129 1.5 5.95435 1.5 6.75V6.908L11.214 12.886C11.4504 13.0314 11.7225 13.1084 12 13.1084C12.2775 13.1084 12.5496 13.0314 12.786 12.886L22.5 6.908Z",
2859
2928
  fill: "currentColor"
2860
2929
  }
2861
2930
  )
2862
- ] }) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2931
+ ] }) : /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2863
2932
  "path",
2864
2933
  {
2865
2934
  d: "M21.75 6.75V17.25C21.75 17.8467 21.5129 18.419 21.091 18.841C20.669 19.2629 20.0967 19.5 19.5 19.5H4.5C3.90326 19.5 3.33097 19.2629 2.90901 18.841C2.48705 18.419 2.25 17.8467 2.25 17.25V6.75M21.75 6.75C21.75 6.15326 21.5129 5.58097 21.091 5.15901C20.669 4.73705 20.0967 4.5 19.5 4.5H4.5C3.90326 4.5 3.33097 4.73705 2.90901 5.15901C2.48705 5.58097 2.25 6.15326 2.25 6.75M21.75 6.75V6.993C21.75 7.37715 21.6517 7.75491 21.4644 8.0903C21.2771 8.42569 21.0071 8.70754 20.68 8.909L13.18 13.524C12.8252 13.7425 12.4167 13.8582 12 13.8582C11.5833 13.8582 11.1748 13.7425 10.82 13.524L3.32 8.91C2.99292 8.70854 2.72287 8.42669 2.53557 8.0913C2.34827 7.75591 2.24996 7.37815 2.25 6.994V6.75",
@@ -2872,7 +2941,7 @@ var template = {
2872
2941
  );
2873
2942
  },
2874
2943
  "email-open": ({ className, fill }) => {
2875
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2944
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2876
2945
  "svg",
2877
2946
  {
2878
2947
  width: "24",
@@ -2881,22 +2950,22 @@ var template = {
2881
2950
  fill: "none",
2882
2951
  xmlns: "http://www.w3.org/2000/svg",
2883
2952
  className,
2884
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(import_jsx_runtime4.Fragment, { children: [
2885
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2953
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(import_jsx_runtime5.Fragment, { children: [
2954
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2886
2955
  "path",
2887
2956
  {
2888
2957
  d: "M19.5 22.5002C20.2956 22.5002 21.0587 22.1841 21.6213 21.6215C22.1839 21.0589 22.5 20.2958 22.5 19.5002V11.3262L15.621 15.3482L19.106 17.2242C19.2812 17.3186 19.4117 17.4787 19.4688 17.6694C19.5259 17.86 19.5049 18.0655 19.4105 18.2407C19.3161 18.4158 19.1559 18.5463 18.9653 18.6034C18.7747 18.6606 18.5692 18.6396 18.394 18.5452L12.711 15.4852C12.4925 15.3675 12.2482 15.306 12 15.306C11.7518 15.306 11.5075 15.3675 11.289 15.4852L5.606 18.5452C5.43131 18.6356 5.2281 18.6537 5.04015 18.5958C4.8522 18.5378 4.69455 18.4083 4.60117 18.2351C4.5078 18.062 4.48616 17.8592 4.54094 17.6702C4.59571 17.4813 4.7225 17.3215 4.894 17.2252L8.379 15.3482L1.5 11.3262V19.5002C1.5 20.2958 1.81607 21.0589 2.37868 21.6215C2.94129 22.1841 3.70435 22.5002 4.5 22.5002H19.5Z",
2889
2958
  fill: "currentColor"
2890
2959
  }
2891
2960
  ),
2892
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2961
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2893
2962
  "path",
2894
2963
  {
2895
2964
  d: "M1.5 9.58909V8.84409C1.49992 8.30226 1.64659 7.77052 1.92443 7.30534C2.20227 6.84016 2.6009 6.45892 3.078 6.20209L10.578 2.16409C11.0151 1.92882 11.5036 1.80566 12 1.80566C12.4964 1.80566 12.9849 1.92882 13.422 2.16409L20.922 6.20209C21.3991 6.45892 21.7977 6.84016 22.0756 7.30534C22.3534 7.77052 22.5001 8.30226 22.5 8.84409V9.58909L14.074 14.5151L13.422 14.1641C12.9849 13.9288 12.4964 13.8057 12 13.8057C11.5036 13.8057 11.0151 13.9288 10.578 14.1641L9.926 14.5151L1.5 9.58909Z",
2896
2965
  fill: "currentColor"
2897
2966
  }
2898
2967
  )
2899
- ] }) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2968
+ ] }) : /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2900
2969
  "path",
2901
2970
  {
2902
2971
  d: "M21.75 8.99978V9.90578C21.75 10.312 21.64 10.7107 21.4318 11.0595C21.2235 11.4082 20.9247 11.6941 20.567 11.8868L14.089 15.3748M2.25 8.99978V9.90578C2.24998 10.312 2.35995 10.7107 2.56824 11.0595C2.77652 11.4082 3.07534 11.6941 3.433 11.8868L9.911 15.3748M9.911 15.3748L10.933 14.8248C11.2609 14.6481 11.6275 14.5557 12 14.5557C12.3725 14.5557 12.7391 14.6481 13.067 14.8248L14.09 15.3748L18.75 17.8848M9.911 15.3748L5.25 17.8848M21.75 19.4998C21.75 20.0965 21.5129 20.6688 21.091 21.0908C20.669 21.5127 20.0967 21.7498 19.5 21.7498H4.5C3.90326 21.7498 3.33097 21.5127 2.90901 21.0908C2.48705 20.6688 2.25 20.0965 2.25 19.4998V8.84378C2.24998 8.43754 2.35995 8.03887 2.56824 7.69009C2.77652 7.34131 3.07534 7.05542 3.433 6.86278L10.933 2.82378C11.2609 2.64715 11.6275 2.55469 12 2.55469C12.3725 2.55469 12.7391 2.64715 13.067 2.82378L20.567 6.86278C20.9245 7.05534 21.2232 7.34107 21.4315 7.68966C21.6398 8.03825 21.7498 8.43671 21.75 8.84278V19.4998Z",
@@ -2909,7 +2978,7 @@ var template = {
2909
2978
  );
2910
2979
  },
2911
2980
  lock: ({ className, fill }) => {
2912
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2981
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2913
2982
  "svg",
2914
2983
  {
2915
2984
  width: "24",
@@ -2918,7 +2987,7 @@ var template = {
2918
2987
  fill: "none",
2919
2988
  xmlns: "http://www.w3.org/2000/svg",
2920
2989
  className,
2921
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2990
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2922
2991
  "path",
2923
2992
  {
2924
2993
  fillRule: "evenodd",
@@ -2926,7 +2995,7 @@ var template = {
2926
2995
  d: "M12 1.5C10.6076 1.5 9.27225 2.05312 8.28769 3.03769C7.30312 4.02226 6.75 5.35761 6.75 6.75V9.75C5.95435 9.75 5.19129 10.0661 4.62868 10.6287C4.06607 11.1913 3.75 11.9544 3.75 12.75V19.5C3.75 20.2956 4.06607 21.0587 4.62868 21.6213C5.19129 22.1839 5.95435 22.5 6.75 22.5H17.25C18.0456 22.5 18.8087 22.1839 19.3713 21.6213C19.9339 21.0587 20.25 20.2956 20.25 19.5V12.75C20.25 11.9544 19.9339 11.1913 19.3713 10.6287C18.8087 10.0661 18.0456 9.75 17.25 9.75V6.75C17.25 3.85 14.9 1.5 12 1.5ZM15.75 9.75V6.75C15.75 5.75544 15.3549 4.80161 14.6517 4.09835C13.9484 3.39509 12.9946 3 12 3C11.0054 3 10.0516 3.39509 9.34835 4.09835C8.64509 4.80161 8.25 5.75544 8.25 6.75V9.75H15.75Z",
2927
2996
  fill: "currentColor"
2928
2997
  }
2929
- ) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2998
+ ) : /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2930
2999
  "path",
2931
3000
  {
2932
3001
  d: "M16.5 10.5V6.75C16.5 5.55653 16.0259 4.41193 15.182 3.56802C14.3381 2.72411 13.1935 2.25 12 2.25C10.8065 2.25 9.66193 2.72411 8.81802 3.56802C7.97411 4.41193 7.5 5.55653 7.5 6.75V10.5M6.75 21.75H17.25C17.8467 21.75 18.419 21.5129 18.841 21.091C19.2629 20.669 19.5 20.0967 19.5 19.5V12.75C19.5 12.1533 19.2629 11.581 18.841 11.159C18.419 10.7371 17.8467 10.5 17.25 10.5H6.75C6.15326 10.5 5.58097 10.7371 5.15901 11.159C4.73705 11.581 4.5 12.1533 4.5 12.75V19.5C4.5 20.0967 4.73705 20.669 5.15901 21.091C5.58097 21.5129 6.15326 21.75 6.75 21.75Z",
@@ -2939,7 +3008,7 @@ var template = {
2939
3008
  );
2940
3009
  },
2941
3010
  unlock: ({ className, fill }) => {
2942
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3011
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2943
3012
  "svg",
2944
3013
  {
2945
3014
  width: "24",
@@ -2948,13 +3017,13 @@ var template = {
2948
3017
  fill: "none",
2949
3018
  xmlns: "http://www.w3.org/2000/svg",
2950
3019
  className,
2951
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3020
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2952
3021
  "path",
2953
3022
  {
2954
3023
  d: "M18 1.5C20.9 1.5 23.25 3.85 23.25 6.75V10.5C23.25 10.6989 23.171 10.8897 23.0303 11.0303C22.8897 11.171 22.6989 11.25 22.5 11.25C22.3011 11.25 22.1103 11.171 21.9697 11.0303C21.829 10.8897 21.75 10.6989 21.75 10.5V6.75C21.75 5.75544 21.3549 4.80161 20.6517 4.09835C19.9484 3.39509 18.9946 3 18 3C17.0054 3 16.0516 3.39509 15.3483 4.09835C14.6451 4.80161 14.25 5.75544 14.25 6.75V9.75C15.0456 9.75 15.8087 10.0661 16.3713 10.6287C16.9339 11.1913 17.25 11.9544 17.25 12.75V19.5C17.25 20.2956 16.9339 21.0587 16.3713 21.6213C15.8087 22.1839 15.0456 22.5 14.25 22.5H3.75C2.95435 22.5 2.19129 22.1839 1.62868 21.6213C1.06607 21.0587 0.75 20.2956 0.75 19.5V12.75C0.75 11.9544 1.06607 11.1913 1.62868 10.6287C2.19129 10.0661 2.95435 9.75 3.75 9.75H12.75V6.75C12.75 3.85 15.1 1.5 18 1.5Z",
2955
3024
  fill: "currentColor"
2956
3025
  }
2957
- ) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3026
+ ) : /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2958
3027
  "path",
2959
3028
  {
2960
3029
  d: "M13.5 10.5V6.75C13.5 5.55653 13.9741 4.41193 14.818 3.56802C15.6619 2.72411 16.8065 2.25 18 2.25C19.1935 2.25 20.3381 2.72411 21.182 3.56802C22.0259 4.41193 22.5 5.55653 22.5 6.75V10.5M3.75 21.75H14.25C14.8467 21.75 15.419 21.5129 15.841 21.091C16.2629 20.669 16.5 20.0967 16.5 19.5V12.75C16.5 12.1533 16.2629 11.581 15.841 11.159C15.419 10.7371 14.8467 10.5 14.25 10.5H3.75C3.15326 10.5 2.58097 10.7371 2.15901 11.159C1.73705 11.581 1.5 12.1533 1.5 12.75V19.5C1.5 20.0967 1.73705 20.669 2.15901 21.091C2.58097 21.5129 3.15326 21.75 3.75 21.75Z",
@@ -2967,7 +3036,7 @@ var template = {
2967
3036
  );
2968
3037
  },
2969
3038
  "pencil-square": ({ className, fill }) => {
2970
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3039
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2971
3040
  "svg",
2972
3041
  {
2973
3042
  width: "24",
@@ -2976,22 +3045,22 @@ var template = {
2976
3045
  fill: "none",
2977
3046
  xmlns: "http://www.w3.org/2000/svg",
2978
3047
  className,
2979
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(import_jsx_runtime4.Fragment, { children: [
2980
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3048
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(import_jsx_runtime5.Fragment, { children: [
3049
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2981
3050
  "path",
2982
3051
  {
2983
3052
  d: "M21.7313 2.26918C21.239 1.77699 20.5714 1.50049 19.8753 1.50049C19.1791 1.50049 18.5115 1.77699 18.0193 2.26918L16.8623 3.42618L20.5743 7.13818L21.7313 5.98118C22.2234 5.48891 22.4999 4.8213 22.4999 4.12518C22.4999 3.42906 22.2234 2.76145 21.7313 2.26918ZM19.5133 8.19918L15.8013 4.48718L7.40125 12.8872C6.78411 13.504 6.33043 14.265 6.08125 15.1012L5.28125 17.7862C5.24263 17.9157 5.23975 18.0533 5.27292 18.1844C5.30608 18.3155 5.37407 18.4352 5.46967 18.5308C5.56527 18.6264 5.68494 18.6943 5.81601 18.7275C5.94709 18.7607 6.08469 18.7578 6.21425 18.7192L8.89925 17.9192C9.73548 17.67 10.4964 17.2163 11.1133 16.5992L19.5133 8.19918Z",
2984
3053
  fill: "currentColor"
2985
3054
  }
2986
3055
  ),
2987
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3056
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2988
3057
  "path",
2989
3058
  {
2990
3059
  d: "M5.25 5.25C4.45435 5.25 3.69129 5.56607 3.12868 6.12868C2.56607 6.69129 2.25 7.45435 2.25 8.25V18.75C2.25 19.5456 2.56607 20.3087 3.12868 20.8713C3.69129 21.4339 4.45435 21.75 5.25 21.75H15.75C16.5456 21.75 17.3087 21.4339 17.8713 20.8713C18.4339 20.3087 18.75 19.5456 18.75 18.75V13.5C18.75 13.3011 18.671 13.1103 18.5303 12.9697C18.3897 12.829 18.1989 12.75 18 12.75C17.8011 12.75 17.6103 12.829 17.4697 12.9697C17.329 13.1103 17.25 13.3011 17.25 13.5V18.75C17.25 19.1478 17.092 19.5294 16.8107 19.8107C16.5294 20.092 16.1478 20.25 15.75 20.25H5.25C4.85218 20.25 4.47064 20.092 4.18934 19.8107C3.90804 19.5294 3.75 19.1478 3.75 18.75V8.25C3.75 7.85218 3.90804 7.47064 4.18934 7.18934C4.47064 6.90804 4.85218 6.75 5.25 6.75H10.5C10.6989 6.75 10.8897 6.67098 11.0303 6.53033C11.171 6.38968 11.25 6.19891 11.25 6C11.25 5.80109 11.171 5.61032 11.0303 5.46967C10.8897 5.32902 10.6989 5.25 10.5 5.25H5.25Z",
2991
3060
  fill: "currentColor"
2992
3061
  }
2993
3062
  )
2994
- ] }) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3063
+ ] }) : /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2995
3064
  "path",
2996
3065
  {
2997
3066
  d: "M16.862 4.487L18.549 2.799C18.9007 2.44733 19.3777 2.24976 19.875 2.24976C20.3723 2.24976 20.8493 2.44733 21.201 2.799C21.5527 3.15068 21.7502 3.62766 21.7502 4.125C21.7502 4.62235 21.5527 5.09933 21.201 5.451L10.582 16.07C10.0533 16.5984 9.40137 16.9867 8.685 17.2L6 18L6.8 15.315C7.01328 14.5986 7.40163 13.9467 7.93 13.418L16.862 4.487ZM16.862 4.487L19.5 7.125M18 14V18.75C18 19.3467 17.7629 19.919 17.341 20.341C16.919 20.763 16.3467 21 15.75 21H5.25C4.65326 21 4.08097 20.763 3.65901 20.341C3.23705 19.919 3 19.3467 3 18.75V8.25C3 7.65327 3.23705 7.08097 3.65901 6.65901C4.08097 6.23706 4.65326 6 5.25 6H10",
@@ -3004,7 +3073,7 @@ var template = {
3004
3073
  );
3005
3074
  },
3006
3075
  grid: ({ className, fill }) => {
3007
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3076
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3008
3077
  "svg",
3009
3078
  {
3010
3079
  width: "24",
@@ -3013,7 +3082,7 @@ var template = {
3013
3082
  fill: "none",
3014
3083
  xmlns: "http://www.w3.org/2000/svg",
3015
3084
  className,
3016
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3085
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3017
3086
  "path",
3018
3087
  {
3019
3088
  fillRule: "evenodd",
@@ -3021,7 +3090,7 @@ var template = {
3021
3090
  d: "M3 6C3 5.20435 3.31607 4.44129 3.87868 3.87868C4.44129 3.31607 5.20435 3 6 3H8.25C9.04565 3 9.80871 3.31607 10.3713 3.87868C10.9339 4.44129 11.25 5.20435 11.25 6V8.25C11.25 9.04565 10.9339 9.80871 10.3713 10.3713C9.80871 10.9339 9.04565 11.25 8.25 11.25H6C5.20435 11.25 4.44129 10.9339 3.87868 10.3713C3.31607 9.80871 3 9.04565 3 8.25V6ZM12.75 6C12.75 5.20435 13.0661 4.44129 13.6287 3.87868C14.1913 3.31607 14.9544 3 15.75 3H18C18.7956 3 19.5587 3.31607 20.1213 3.87868C20.6839 4.44129 21 5.20435 21 6V8.25C21 9.04565 20.6839 9.80871 20.1213 10.3713C19.5587 10.9339 18.7956 11.25 18 11.25H15.75C14.9544 11.25 14.1913 10.9339 13.6287 10.3713C13.0661 9.80871 12.75 9.04565 12.75 8.25V6ZM3 15.75C3 14.9544 3.31607 14.1913 3.87868 13.6287C4.44129 13.0661 5.20435 12.75 6 12.75H8.25C9.04565 12.75 9.80871 13.0661 10.3713 13.6287C10.9339 14.1913 11.25 14.9544 11.25 15.75V18C11.25 18.7956 10.9339 19.5587 10.3713 20.1213C9.80871 20.6839 9.04565 21 8.25 21H6C5.20435 21 4.44129 20.6839 3.87868 20.1213C3.31607 19.5587 3 18.7956 3 18V15.75ZM12.75 15.75C12.75 14.9544 13.0661 14.1913 13.6287 13.6287C14.1913 13.0661 14.9544 12.75 15.75 12.75H18C18.7956 12.75 19.5587 13.0661 20.1213 13.6287C20.6839 14.1913 21 14.9544 21 15.75V18C21 18.7956 20.6839 19.5587 20.1213 20.1213C19.5587 20.6839 18.7956 21 18 21H15.75C14.9544 21 14.1913 20.6839 13.6287 20.1213C13.0661 19.5587 12.75 18.7956 12.75 18V15.75Z",
3022
3091
  fill: "currentColor"
3023
3092
  }
3024
- ) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3093
+ ) : /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3025
3094
  "path",
3026
3095
  {
3027
3096
  d: "M3.75 6C3.75 5.40326 3.98705 4.83097 4.40901 4.40901C4.83097 3.98705 5.40326 3.75 6 3.75H8.25C8.84674 3.75 9.41903 3.98705 9.84099 4.40901C10.2629 4.83097 10.5 5.40326 10.5 6V8.25C10.5 8.84674 10.2629 9.41903 9.84099 9.84099C9.41903 10.2629 8.84674 10.5 8.25 10.5H6C5.40326 10.5 4.83097 10.2629 4.40901 9.84099C3.98705 9.41903 3.75 8.84674 3.75 8.25V6ZM3.75 15.75C3.75 15.1533 3.98705 14.581 4.40901 14.159C4.83097 13.7371 5.40326 13.5 6 13.5H8.25C8.84674 13.5 9.41903 13.7371 9.84099 14.159C10.2629 14.581 10.5 15.1533 10.5 15.75V18C10.5 18.5967 10.2629 19.169 9.84099 19.591C9.41903 20.0129 8.84674 20.25 8.25 20.25H6C5.40326 20.25 4.83097 20.0129 4.40901 19.591C3.98705 19.169 3.75 18.5967 3.75 18V15.75ZM13.5 6C13.5 5.40326 13.7371 4.83097 14.159 4.40901C14.581 3.98705 15.1533 3.75 15.75 3.75H18C18.5967 3.75 19.169 3.98705 19.591 4.40901C20.0129 4.83097 20.25 5.40326 20.25 6V8.25C20.25 8.84674 20.0129 9.41903 19.591 9.84099C19.169 10.2629 18.5967 10.5 18 10.5H15.75C15.1533 10.5 14.581 10.2629 14.159 9.84099C13.7371 9.41903 13.5 8.84674 13.5 8.25V6ZM13.5 15.75C13.5 15.1533 13.7371 14.581 14.159 14.159C14.581 13.7371 15.1533 13.5 15.75 13.5H18C18.5967 13.5 19.169 13.7371 19.591 14.159C20.0129 14.581 20.25 15.1533 20.25 15.75V18C20.25 18.5967 20.0129 19.169 19.591 19.591C19.169 20.0129 18.5967 20.25 18 20.25H15.75C15.1533 20.25 14.581 20.0129 14.159 19.591C13.7371 19.169 13.5 18.5967 13.5 18V15.75Z",
@@ -3062,7 +3131,7 @@ var template = {
3062
3131
  // );
3063
3132
  // },
3064
3133
  "list-dot": ({ className, fill }) => {
3065
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3134
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3066
3135
  "svg",
3067
3136
  {
3068
3137
  width: "24",
@@ -3071,7 +3140,7 @@ var template = {
3071
3140
  fill: "none",
3072
3141
  xmlns: "http://www.w3.org/2000/svg",
3073
3142
  className,
3074
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3143
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3075
3144
  "path",
3076
3145
  {
3077
3146
  fillRule: "evenodd",
@@ -3079,7 +3148,7 @@ var template = {
3079
3148
  d: "M2.625 6.75C2.625 6.45163 2.74353 6.16548 2.9545 5.9545C3.16548 5.74353 3.45163 5.625 3.75 5.625C4.04837 5.625 4.33452 5.74353 4.5455 5.9545C4.75647 6.16548 4.875 6.45163 4.875 6.75C4.875 7.04837 4.75647 7.33452 4.5455 7.5455C4.33452 7.75647 4.04837 7.875 3.75 7.875C3.45163 7.875 3.16548 7.75647 2.9545 7.5455C2.74353 7.33452 2.625 7.04837 2.625 6.75ZM7.5 6.75C7.5 6.55109 7.57902 6.36032 7.71967 6.21967C7.86032 6.07902 8.05109 6 8.25 6H20.25C20.4489 6 20.6397 6.07902 20.7803 6.21967C20.921 6.36032 21 6.55109 21 6.75C21 6.94891 20.921 7.13968 20.7803 7.28033C20.6397 7.42098 20.4489 7.5 20.25 7.5H8.25C8.05109 7.5 7.86032 7.42098 7.71967 7.28033C7.57902 7.13968 7.5 6.94891 7.5 6.75ZM2.625 12C2.625 11.7016 2.74353 11.4155 2.9545 11.2045C3.16548 10.9935 3.45163 10.875 3.75 10.875C4.04837 10.875 4.33452 10.9935 4.5455 11.2045C4.75647 11.4155 4.875 11.7016 4.875 12C4.875 12.2984 4.75647 12.5845 4.5455 12.7955C4.33452 13.0065 4.04837 13.125 3.75 13.125C3.45163 13.125 3.16548 13.0065 2.9545 12.7955C2.74353 12.5845 2.625 12.2984 2.625 12ZM7.5 12C7.5 11.8011 7.57902 11.6103 7.71967 11.4697C7.86032 11.329 8.05109 11.25 8.25 11.25H20.25C20.4489 11.25 20.6397 11.329 20.7803 11.4697C20.921 11.6103 21 11.8011 21 12C21 12.1989 20.921 12.3897 20.7803 12.5303C20.6397 12.671 20.4489 12.75 20.25 12.75H8.25C8.05109 12.75 7.86032 12.671 7.71967 12.5303C7.57902 12.3897 7.5 12.1989 7.5 12ZM2.625 17.25C2.625 16.9516 2.74353 16.6655 2.9545 16.4545C3.16548 16.2435 3.45163 16.125 3.75 16.125C4.04837 16.125 4.33452 16.2435 4.5455 16.4545C4.75647 16.6655 4.875 16.9516 4.875 17.25C4.875 17.5484 4.75647 17.8345 4.5455 18.0455C4.33452 18.2565 4.04837 18.375 3.75 18.375C3.45163 18.375 3.16548 18.2565 2.9545 18.0455C2.74353 17.8345 2.625 17.5484 2.625 17.25ZM7.5 17.25C7.5 17.0511 7.57902 16.8603 7.71967 16.7197C7.86032 16.579 8.05109 16.5 8.25 16.5H20.25C20.4489 16.5 20.6397 16.579 20.7803 16.7197C20.921 16.8603 21 17.0511 21 17.25C21 17.4489 20.921 17.6397 20.7803 17.7803C20.6397 17.921 20.4489 18 20.25 18H8.25C8.05109 18 7.86032 17.921 7.71967 17.7803C7.57902 17.6397 7.5 17.4489 7.5 17.25Z",
3080
3149
  fill: "currentColor"
3081
3150
  }
3082
- ) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3151
+ ) : /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3083
3152
  "path",
3084
3153
  {
3085
3154
  d: "M8.25 6.75H20.25M8.25 12H20.25M8.25 17.25H20.25M3.75 6.75H3.757V6.758H3.75V6.75ZM4.125 6.75C4.125 6.84946 4.08549 6.94484 4.01516 7.01516C3.94484 7.08549 3.84946 7.125 3.75 7.125C3.65054 7.125 3.55516 7.08549 3.48483 7.01516C3.41451 6.94484 3.375 6.84946 3.375 6.75C3.375 6.65054 3.41451 6.55516 3.48483 6.48484C3.55516 6.41451 3.65054 6.375 3.75 6.375C3.84946 6.375 3.94484 6.41451 4.01516 6.48484C4.08549 6.55516 4.125 6.65054 4.125 6.75ZM3.75 12H3.757V12.008H3.75V12ZM4.125 12C4.125 12.0995 4.08549 12.1948 4.01516 12.2652C3.94484 12.3355 3.84946 12.375 3.75 12.375C3.65054 12.375 3.55516 12.3355 3.48483 12.2652C3.41451 12.1948 3.375 12.0995 3.375 12C3.375 11.9005 3.41451 11.8052 3.48483 11.7348C3.55516 11.6645 3.65054 11.625 3.75 11.625C3.84946 11.625 3.94484 11.6645 4.01516 11.7348C4.08549 11.8052 4.125 11.9005 4.125 12ZM3.75 17.25H3.757V17.258H3.75V17.25ZM4.125 17.25C4.125 17.3495 4.08549 17.4448 4.01516 17.5152C3.94484 17.5855 3.84946 17.625 3.75 17.625C3.65054 17.625 3.55516 17.5855 3.48483 17.5152C3.41451 17.4448 3.375 17.3495 3.375 17.25C3.375 17.1505 3.41451 17.0552 3.48483 16.9848C3.55516 16.9145 3.65054 16.875 3.75 16.875C3.84946 16.875 3.94484 16.9145 4.01516 16.9848C4.08549 17.0552 4.125 17.1505 4.125 17.25Z",
@@ -3092,7 +3161,7 @@ var template = {
3092
3161
  );
3093
3162
  },
3094
3163
  copy: ({ className, fill }) => {
3095
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3164
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3096
3165
  "svg",
3097
3166
  {
3098
3167
  width: "24",
@@ -3101,22 +3170,22 @@ var template = {
3101
3170
  fill: "none",
3102
3171
  xmlns: "http://www.w3.org/2000/svg",
3103
3172
  className,
3104
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(import_jsx_runtime4.Fragment, { children: [
3105
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3173
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(import_jsx_runtime5.Fragment, { children: [
3174
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3106
3175
  "path",
3107
3176
  {
3108
3177
  d: "M16.5 6C16.5 5.20435 16.1839 4.44129 15.6213 3.87868C15.0587 3.31607 14.2956 3 13.5 3H6C5.20435 3 4.44129 3.31607 3.87868 3.87868C3.31607 4.44129 3 5.20435 3 6V13.5C3 14.2956 3.31607 15.0587 3.87868 15.6213C4.44129 16.1839 5.20435 16.5 6 16.5V10.5C6 9.30653 6.47411 8.16193 7.31802 7.31802C8.16193 6.47411 9.30653 6 10.5 6H16.5Z",
3109
3178
  fill: "currentColor"
3110
3179
  }
3111
3180
  ),
3112
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3181
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3113
3182
  "path",
3114
3183
  {
3115
3184
  d: "M18 7.5C18.7956 7.5 19.5587 7.81607 20.1213 8.37868C20.6839 8.94129 21 9.70435 21 10.5V18C21 18.7956 20.6839 19.5587 20.1213 20.1213C19.5587 20.6839 18.7956 21 18 21H10.5C9.70435 21 8.94129 20.6839 8.37868 20.1213C7.81607 19.5587 7.5 18.7956 7.5 18V10.5C7.5 9.70435 7.81607 8.94129 8.37868 8.37868C8.94129 7.81607 9.70435 7.5 10.5 7.5H18Z",
3116
3185
  fill: "currentColor"
3117
3186
  }
3118
3187
  )
3119
- ] }) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3188
+ ] }) : /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3120
3189
  "path",
3121
3190
  {
3122
3191
  d: "M16.5 8.25V6C16.5 5.40326 16.2629 4.83097 15.841 4.40901C15.419 3.98705 14.8467 3.75 14.25 3.75H6C5.40326 3.75 4.83097 3.98705 4.40901 4.40901C3.98705 4.83097 3.75 5.40326 3.75 6V14.25C3.75 14.8467 3.98705 15.419 4.40901 15.841C4.83097 16.2629 5.40326 16.5 6 16.5H8.25M16.5 8.25H18C18.5967 8.25 19.169 8.48705 19.591 8.90901C20.0129 9.33097 20.25 9.90326 20.25 10.5V18C20.25 18.5967 20.0129 19.169 19.591 19.591C19.169 20.0129 18.5967 20.25 18 20.25H10.5C9.90326 20.25 9.33097 20.0129 8.90901 19.591C8.48705 19.169 8.25 18.5967 8.25 18V16.5M16.5 8.25H10.5C9.90326 8.25 9.33097 8.48705 8.90901 8.90901C8.48705 9.33097 8.25 9.90326 8.25 10.5V16.5",
@@ -3129,7 +3198,7 @@ var template = {
3129
3198
  );
3130
3199
  },
3131
3200
  stack: ({ className, fill }) => {
3132
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3201
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3133
3202
  "svg",
3134
3203
  {
3135
3204
  width: "24",
@@ -3138,29 +3207,29 @@ var template = {
3138
3207
  fill: "none",
3139
3208
  xmlns: "http://www.w3.org/2000/svg",
3140
3209
  className,
3141
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(import_jsx_runtime4.Fragment, { children: [
3142
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3210
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(import_jsx_runtime5.Fragment, { children: [
3211
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3143
3212
  "path",
3144
3213
  {
3145
3214
  d: "M11.6438 1.58988C11.7532 1.53088 11.8755 1.5 11.9998 1.5C12.124 1.5 12.2464 1.53088 12.3558 1.58988L22.1058 6.83988C22.2248 6.90414 22.3243 6.99941 22.3936 7.11561C22.4629 7.2318 22.4995 7.36458 22.4995 7.49988C22.4995 7.63518 22.4629 7.76795 22.3936 7.88415C22.3243 8.00034 22.2248 8.09561 22.1058 8.15988L12.3558 13.4099C12.2464 13.4689 12.124 13.4998 11.9998 13.4998C11.8755 13.4998 11.7532 13.4689 11.6438 13.4099L1.89377 8.15988C1.77471 8.09561 1.67524 8.00034 1.60592 7.88415C1.5366 7.76795 1.5 7.63518 1.5 7.49988C1.5 7.36458 1.5366 7.2318 1.60592 7.11561C1.67524 6.99941 1.77471 6.90414 1.89377 6.83988L11.6438 1.58988Z",
3146
3215
  fill: "currentColor"
3147
3216
  }
3148
3217
  ),
3149
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3218
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3150
3219
  "path",
3151
3220
  {
3152
3221
  d: "M3.26572 10.6021L10.9337 14.7311C11.2616 14.9077 11.6283 15.0002 12.0007 15.0002C12.3732 15.0002 12.7398 14.9077 13.0677 14.7311L20.7357 10.6011L22.1057 11.3401C22.2248 11.4043 22.3242 11.4996 22.3936 11.6158C22.4629 11.732 22.4995 11.8648 22.4995 12.0001C22.4995 12.1354 22.4629 12.2682 22.3936 12.3843C22.3242 12.5005 22.2248 12.5958 22.1057 12.6601L12.3557 17.9101C12.2466 17.9687 12.1246 17.9994 12.0007 17.9994C11.8768 17.9994 11.7549 17.9687 11.6457 17.9101L1.89572 12.6601C1.77666 12.5958 1.6772 12.5005 1.60788 12.3843C1.53855 12.2682 1.50195 12.1354 1.50195 12.0001C1.50195 11.8648 1.53855 11.732 1.60788 11.6158C1.6772 11.4996 1.77666 11.4043 1.89572 11.3401L3.26572 10.6021Z",
3153
3222
  fill: "currentColor"
3154
3223
  }
3155
3224
  ),
3156
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3225
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3157
3226
  "path",
3158
3227
  {
3159
3228
  d: "M10.9337 19.2311L3.26572 15.1011L1.89572 15.8401C1.77666 15.9043 1.6772 15.9996 1.60788 16.1158C1.53855 16.232 1.50195 16.3648 1.50195 16.5001C1.50195 16.6354 1.53855 16.7682 1.60788 16.8843C1.6772 17.0005 1.77666 17.0958 1.89572 17.1601L11.6457 22.4101C11.8667 22.5301 12.1347 22.5301 12.3557 22.4101L22.1057 17.1601C22.2248 17.0958 22.3242 17.0005 22.3936 16.8843C22.4629 16.7682 22.4995 16.6354 22.4995 16.5001C22.4995 16.3648 22.4629 16.232 22.3936 16.1158C22.3242 15.9996 22.2248 15.9043 22.1057 15.8401L20.7357 15.1021L13.0677 19.2321C12.7397 19.4085 12.3731 19.5008 12.0006 19.5007C11.6281 19.5005 11.2616 19.4079 10.9337 19.2311Z",
3160
3229
  fill: "currentColor"
3161
3230
  }
3162
3231
  )
3163
- ] }) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3232
+ ] }) : /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3164
3233
  "path",
3165
3234
  {
3166
3235
  d: "M6.429 9.75L2.25 12L6.429 14.25M6.429 9.75L12 12.75L17.571 9.75M6.429 9.75L2.25 7.5L12 2.25L21.75 7.5L17.571 9.75M6.429 14.25L2.25 16.5L12 21.75L21.75 16.5L17.571 14.25M6.429 14.25L12 17.25L17.571 14.25M17.571 9.75L21.75 12L17.571 14.25",
@@ -3173,7 +3242,7 @@ var template = {
3173
3242
  );
3174
3243
  },
3175
3244
  share: ({ className, fill }) => {
3176
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3245
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3177
3246
  "svg",
3178
3247
  {
3179
3248
  width: "24",
@@ -3182,7 +3251,7 @@ var template = {
3182
3251
  fill: "none",
3183
3252
  xmlns: "http://www.w3.org/2000/svg",
3184
3253
  className,
3185
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3254
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3186
3255
  "path",
3187
3256
  {
3188
3257
  fillRule: "evenodd",
@@ -3190,7 +3259,7 @@ var template = {
3190
3259
  d: "M15.75 4.50001C15.7499 3.80263 15.9928 3.12702 16.4369 2.58933C16.881 2.05163 17.4986 1.68546 18.1834 1.55375C18.8682 1.42204 19.5776 1.53303 20.1894 1.86764C20.8013 2.20225 21.2775 2.73957 21.5361 3.38722C21.7947 4.03487 21.8196 4.75238 21.6065 5.41641C21.3934 6.08044 20.9557 6.64949 20.3685 7.02572C19.7813 7.40195 19.0814 7.56187 18.3891 7.47797C17.6968 7.39407 17.0553 7.07161 16.575 6.56601L8.15399 11.245C8.28265 11.7401 8.28265 12.2599 8.15399 12.755L16.575 17.434C17.0782 16.9049 17.7572 16.5775 18.4846 16.5132C19.2119 16.4489 19.9378 16.6521 20.5261 17.0847C21.1144 17.5173 21.5247 18.1496 21.6801 18.8631C21.8355 19.5766 21.7253 20.3223 21.3702 20.9603C21.0151 21.5984 20.4395 22.0851 19.7513 22.3291C19.063 22.5731 18.3094 22.5577 17.6317 22.2858C16.954 22.0139 16.3987 21.5042 16.07 20.8521C15.7412 20.2001 15.6616 19.4506 15.846 18.744L7.42499 14.066C7.01184 14.501 6.47776 14.8021 5.89174 14.9305C5.30571 15.0589 4.69465 15.0086 4.13748 14.7862C3.58032 14.5638 3.10263 14.1794 2.76613 13.6827C2.42962 13.1861 2.24976 12.5999 2.24976 12C2.24976 11.4001 2.42962 10.8139 2.76613 10.3173C3.10263 9.82061 3.58032 9.43624 4.13748 9.21382C4.69465 8.99139 5.30571 8.94112 5.89174 9.0695C6.47776 9.19788 7.01184 9.49902 7.42499 9.93401L15.846 5.25501C15.7821 5.00844 15.7498 4.75473 15.75 4.50001Z",
3191
3260
  fill: "currentColor"
3192
3261
  }
3193
- ) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3262
+ ) : /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3194
3263
  "path",
3195
3264
  {
3196
3265
  d: "M7.21699 10.907C6.97485 10.4714 6.5949 10.1284 6.13676 9.93202C5.67863 9.73564 5.16825 9.69695 4.68574 9.82202C4.20324 9.94709 3.77592 10.2288 3.47087 10.623C3.16582 11.0172 3.00031 11.5016 3.00031 12C3.00031 12.4985 3.16582 12.9828 3.47087 13.377C3.77592 13.7712 4.20324 14.053 4.68574 14.1781C5.16825 14.3031 5.67863 14.2644 6.13676 14.0681C6.5949 13.8717 6.97485 13.5287 7.21699 13.093M7.21699 10.907C7.39699 11.231 7.49999 11.603 7.49999 12C7.49999 12.397 7.39699 12.77 7.21699 13.093M7.21699 10.907L16.783 5.59304M7.21699 13.093L16.783 18.407M16.783 5.59304C16.9232 5.85718 17.1148 6.0907 17.3463 6.27997C17.5779 6.46923 17.8448 6.61043 18.1316 6.69532C18.4184 6.7802 18.7192 6.80706 19.0165 6.77433C19.3137 6.7416 19.6015 6.64994 19.8629 6.5047C20.1243 6.35946 20.3542 6.16356 20.539 5.92845C20.7239 5.69334 20.86 5.42375 20.9394 5.13542C21.0188 4.8471 21.04 4.54583 21.0016 4.24923C20.9633 3.95264 20.8662 3.66667 20.716 3.40804C20.4201 2.89838 19.936 2.52518 19.3678 2.36865C18.7996 2.21213 18.1927 2.28478 17.6775 2.57099C17.1623 2.8572 16.78 3.33412 16.6127 3.89923C16.4455 4.46434 16.5066 5.07252 16.783 5.59304ZM16.783 18.407C16.6395 18.6654 16.5482 18.9495 16.5145 19.2432C16.4808 19.5368 16.5052 19.8342 16.5864 20.1184C16.6676 20.4026 16.804 20.668 16.9878 20.8995C17.1715 21.131 17.3991 21.324 17.6575 21.4675C17.9159 21.6111 18.2 21.7023 18.4936 21.736C18.7873 21.7698 19.0847 21.7453 19.3689 21.6641C19.653 21.5829 19.9185 21.4465 20.15 21.2628C20.3814 21.079 20.5745 20.8514 20.718 20.593C21.0079 20.0712 21.0786 19.4556 20.9146 18.8817C20.7506 18.3077 20.3653 17.8224 19.8435 17.5325C19.3217 17.2427 18.7061 17.1719 18.1321 17.3359C17.5582 17.4999 17.0729 17.8852 16.783 18.407Z",
@@ -3203,7 +3272,7 @@ var template = {
3203
3272
  );
3204
3273
  },
3205
3274
  translate: ({ className, fill }) => {
3206
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3275
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3207
3276
  "svg",
3208
3277
  {
3209
3278
  width: "24",
@@ -3212,7 +3281,7 @@ var template = {
3212
3281
  fill: "none",
3213
3282
  xmlns: "http://www.w3.org/2000/svg",
3214
3283
  className,
3215
- children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3284
+ children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3216
3285
  "path",
3217
3286
  {
3218
3287
  d: "M10.5 21L15.75 9.75L21 21M12 18H19.5M3 5.621C4.9904 5.37332 6.99425 5.24941 9 5.25M9 5.25C10.12 5.25 11.233 5.288 12.334 5.364M9 5.25V3M12.334 5.364C11.176 10.658 7.69 15.08 3 17.502M12.334 5.364C13.23 5.425 14.119 5.511 15 5.621M10.411 14.116C8.77097 12.4486 7.47113 10.478 6.584 8.314",
@@ -3225,7 +3294,7 @@ var template = {
3225
3294
  );
3226
3295
  },
3227
3296
  print: ({ className, fill }) => {
3228
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3297
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3229
3298
  "svg",
3230
3299
  {
3231
3300
  width: "24",
@@ -3234,7 +3303,7 @@ var template = {
3234
3303
  fill: "none",
3235
3304
  xmlns: "http://www.w3.org/2000/svg",
3236
3305
  className,
3237
- children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3306
+ children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3238
3307
  "path",
3239
3308
  {
3240
3309
  d: "M6.72 13.829C6.48 13.859 6.24 13.891 6 13.925M6.72 13.829C10.2263 13.3891 13.7737 13.3891 17.28 13.829M6.72 13.829L6.34 18M17.28 13.829C17.52 13.859 17.76 13.891 18 13.925M17.28 13.829L17.66 18L17.889 20.523C17.9032 20.6787 17.8848 20.8356 17.8349 20.9837C17.7851 21.1319 17.7049 21.268 17.5995 21.3834C17.4942 21.4989 17.3659 21.5911 17.2229 21.6542C17.0799 21.7173 16.9253 21.7499 16.769 21.75H7.231C6.569 21.75 6.051 21.182 6.111 20.523L6.34 18M6.34 18H5.25C4.65326 18 4.08097 17.7629 3.65901 17.341C3.23705 16.919 3 16.3467 3 15.75V9.456C3 8.375 3.768 7.441 4.837 7.281C5.47295 7.18587 6.11074 7.10352 6.75 7.034M17.658 18H18.749C19.0446 18.0001 19.3372 17.942 19.6103 17.829C19.8834 17.716 20.1316 17.5503 20.3406 17.3413C20.5497 17.1324 20.7155 16.8843 20.8286 16.6113C20.9418 16.3382 21 16.0456 21 15.75V9.456C21 8.375 20.232 7.441 19.163 7.281C18.5271 7.18588 17.8893 7.10353 17.25 7.034M17.25 7.034C13.7603 6.6543 10.2397 6.6543 6.75 7.034M17.25 7.034V3.375C17.25 2.754 16.746 2.25 16.125 2.25H7.875C7.254 2.25 6.75 2.754 6.75 3.375V7.034M18 10.5H18.008V10.508H18V10.5ZM15 10.5H15.008V10.508H15V10.5Z",
@@ -3247,7 +3316,7 @@ var template = {
3247
3316
  );
3248
3317
  },
3249
3318
  power: ({ className, fill }) => {
3250
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3319
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3251
3320
  "svg",
3252
3321
  {
3253
3322
  width: "24",
@@ -3256,7 +3325,7 @@ var template = {
3256
3325
  fill: "none",
3257
3326
  xmlns: "http://www.w3.org/2000/svg",
3258
3327
  className,
3259
- children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3328
+ children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3260
3329
  "path",
3261
3330
  {
3262
3331
  d: "M5.636 5.636C4.37734 6.89468 3.52019 8.49832 3.17293 10.2442C2.82567 11.99 3.00391 13.7996 3.6851 15.4441C4.36629 17.0886 5.51984 18.4942 6.99988 19.4832C8.47992 20.4721 10.22 20.9999 12 20.9999C13.78 20.9999 15.5201 20.4721 17.0001 19.4832C18.4802 18.4942 19.6337 17.0886 20.3149 15.4441C20.9961 13.7996 21.1743 11.99 20.8271 10.2442C20.4798 8.49832 19.6227 6.89468 18.364 5.636M12 3V12",
@@ -3269,7 +3338,7 @@ var template = {
3269
3338
  );
3270
3339
  },
3271
3340
  trash: ({ className, fill }) => {
3272
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3341
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3273
3342
  "svg",
3274
3343
  {
3275
3344
  width: "24",
@@ -3278,7 +3347,7 @@ var template = {
3278
3347
  fill: "none",
3279
3348
  xmlns: "http://www.w3.org/2000/svg",
3280
3349
  className,
3281
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3350
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3282
3351
  "path",
3283
3352
  {
3284
3353
  fillRule: "evenodd",
@@ -3286,7 +3355,7 @@ var template = {
3286
3355
  d: "M16.5 4.47795V4.70495C17.799 4.82373 19.0927 4.99454 20.378 5.21695C20.4751 5.23376 20.5678 5.26952 20.6511 5.32218C20.7343 5.37485 20.8063 5.4434 20.8631 5.52391C20.9198 5.60441 20.9601 5.69531 20.9817 5.7914C21.0033 5.88749 21.0058 5.9869 20.989 6.08395C20.9722 6.18099 20.9364 6.27378 20.8838 6.35701C20.8311 6.44023 20.7626 6.51227 20.682 6.56901C20.6015 6.62575 20.5106 6.66607 20.4146 6.68768C20.3185 6.70929 20.2191 6.71176 20.122 6.69495L19.913 6.65995L18.908 19.7299C18.8501 20.4835 18.5098 21.1875 17.9553 21.701C17.4008 22.2146 16.6728 22.4999 15.917 22.4999H8.08401C7.3282 22.4999 6.60026 22.2146 6.04573 21.701C5.4912 21.1875 5.15095 20.4835 5.09301 19.7299L4.08701 6.65995L3.87801 6.69495C3.78096 6.71176 3.68155 6.70929 3.58546 6.68768C3.48937 6.66607 3.39847 6.62575 3.31796 6.56901C3.15537 6.45442 3.04495 6.27994 3.01101 6.08395C2.97706 5.88795 3.02236 5.6865 3.13694 5.52391C3.25153 5.36131 3.42601 5.2509 3.62201 5.21695C4.90727 4.99427 6.20099 4.82347 7.50001 4.70495V4.47795C7.50001 2.91395 8.71301 1.57795 10.316 1.52695C11.4387 1.49102 12.5623 1.49102 13.685 1.52695C15.288 1.57795 16.5 2.91395 16.5 4.47795ZM10.364 3.02595C11.4547 2.99106 12.5463 2.99106 13.637 3.02595C14.39 3.04995 15 3.68395 15 4.47795V4.59095C13.0018 4.46959 10.9982 4.46959 9.00001 4.59095V4.47795C9.00001 3.68395 9.60901 3.04995 10.364 3.02595ZM10.009 8.97095C10.0052 8.87246 9.98203 8.77568 9.94082 8.68614C9.89961 8.59661 9.84117 8.51606 9.76883 8.44911C9.69649 8.38216 9.61168 8.33011 9.51923 8.29594C9.42678 8.26177 9.3285 8.24614 9.23001 8.24995C9.13152 8.25376 9.03474 8.27693 8.9452 8.31814C8.85567 8.35935 8.77512 8.41779 8.70817 8.49012C8.64122 8.56246 8.58917 8.64728 8.555 8.73973C8.52083 8.83218 8.5052 8.93046 8.50901 9.02895L8.85601 18.0289C8.8637 18.2277 8.95004 18.4153 9.09604 18.5504C9.16833 18.6173 9.25309 18.6693 9.34548 18.7035C9.43787 18.7376 9.53608 18.7533 9.63451 18.7494C9.73293 18.7456 9.82964 18.7225 9.91912 18.6813C10.0086 18.6401 10.0891 18.5817 10.156 18.5094C10.2229 18.4371 10.2749 18.3524 10.3091 18.26C10.3432 18.1676 10.3588 18.0694 10.355 17.9709L10.009 8.97095ZM15.489 9.02895C15.4963 8.92857 15.4834 8.82773 15.4509 8.73246C15.4185 8.63719 15.3672 8.54942 15.3001 8.47439C15.233 8.39936 15.1515 8.3386 15.0604 8.29574C14.9694 8.25287 14.8706 8.22877 14.77 8.22488C14.6694 8.22098 14.5691 8.23737 14.475 8.27307C14.3809 8.30877 14.2949 8.36304 14.2222 8.43266C14.1496 8.50227 14.0916 8.58581 14.0519 8.67829C14.0122 8.77077 13.9915 8.8703 13.991 8.97095L13.644 17.9709C13.6363 18.1699 13.708 18.3637 13.8432 18.5098C13.9784 18.6559 14.1661 18.7423 14.365 18.7499C14.5639 18.7576 14.7577 18.686 14.9038 18.5508C15.0499 18.4156 15.1363 18.2279 15.144 18.0289L15.489 9.02895Z",
3287
3356
  fill: "currentColor"
3288
3357
  }
3289
- ) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3358
+ ) : /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3290
3359
  "path",
3291
3360
  {
3292
3361
  d: "M14.74 9.00003L14.394 18M9.606 18L9.26 9.00003M19.228 5.79003C19.57 5.84203 19.91 5.89703 20.25 5.95603M19.228 5.79003L18.16 19.673C18.1164 20.2383 17.8611 20.7662 17.445 21.1513C17.029 21.5364 16.4829 21.7502 15.916 21.75H8.084C7.5171 21.7502 6.97102 21.5364 6.55498 21.1513C6.13894 20.7662 5.88359 20.2383 5.84 19.673L4.772 5.79003M19.228 5.79003C18.0739 5.61555 16.9138 5.48313 15.75 5.39303M4.772 5.79003C4.43 5.84103 4.09 5.89603 3.75 5.95503M4.772 5.79003C5.92613 5.61555 7.08623 5.48313 8.25 5.39303M15.75 5.39303V4.47703C15.75 3.29703 14.84 2.31303 13.66 2.27603C12.5536 2.24067 11.4464 2.24067 10.34 2.27603C9.16 2.31303 8.25 3.29803 8.25 4.47703V5.39303M15.75 5.39303C13.2537 5.20011 10.7463 5.20011 8.25 5.39303",
@@ -3299,7 +3368,7 @@ var template = {
3299
3368
  );
3300
3369
  },
3301
3370
  setting: ({ className, fill }) => {
3302
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3371
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3303
3372
  "svg",
3304
3373
  {
3305
3374
  width: "24",
@@ -3308,7 +3377,7 @@ var template = {
3308
3377
  fill: "none",
3309
3378
  xmlns: "http://www.w3.org/2000/svg",
3310
3379
  className,
3311
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3380
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3312
3381
  "path",
3313
3382
  {
3314
3383
  fillRule: "evenodd",
@@ -3316,8 +3385,8 @@ var template = {
3316
3385
  d: "M11.828 2.25C10.912 2.25 10.129 2.913 9.978 3.817L9.887 4.366C9.86178 4.50381 9.80072 4.63255 9.70997 4.73927C9.61921 4.846 9.50196 4.92696 9.37 4.974C9.20842 5.03445 9.04899 5.10049 8.892 5.172C8.76539 5.23219 8.62516 5.25797 8.48542 5.24673C8.34568 5.2355 8.21137 5.18765 8.096 5.108L7.643 4.784C7.28179 4.52594 6.84074 4.4044 6.39833 4.44103C5.95592 4.47765 5.54086 4.67005 5.227 4.984L4.984 5.227C4.67005 5.54086 4.47765 5.95592 4.44103 6.39833C4.4044 6.84074 4.52594 7.28179 4.784 7.643L5.108 8.096C5.18765 8.21137 5.2355 8.34568 5.24673 8.48542C5.25797 8.62516 5.23219 8.76539 5.172 8.892C5.10048 9.04899 5.03444 9.20842 4.974 9.37C4.92696 9.50196 4.846 9.61921 4.73927 9.70997C4.63255 9.80072 4.50381 9.86178 4.366 9.887L3.816 9.979C3.37842 10.0521 2.98094 10.278 2.69421 10.6166C2.40748 10.9551 2.25009 11.3844 2.25 11.828V12.172C2.25 13.088 2.913 13.871 3.817 14.022L4.366 14.113C4.647 14.16 4.874 14.363 4.974 14.63C5.034 14.792 5.101 14.951 5.172 15.108C5.23219 15.2346 5.25797 15.3748 5.24673 15.5146C5.2355 15.6543 5.18765 15.7886 5.108 15.904L4.784 16.357C4.52594 16.7182 4.4044 17.1593 4.44103 17.6017C4.47765 18.0441 4.67005 18.4591 4.984 18.773L5.227 19.016C5.875 19.664 6.897 19.749 7.643 19.216L8.096 18.892C8.21137 18.8124 8.34568 18.7645 8.48542 18.7533C8.62516 18.742 8.76539 18.7678 8.892 18.828C9.049 18.899 9.208 18.965 9.37 19.026C9.637 19.126 9.84 19.353 9.887 19.634L9.979 20.184C10.129 21.087 10.911 21.75 11.828 21.75H12.172C13.088 21.75 13.871 21.087 14.022 20.183L14.113 19.634C14.1382 19.4962 14.1993 19.3675 14.29 19.2607C14.3808 19.154 14.498 19.073 14.63 19.026C14.7916 18.9655 14.951 18.8995 15.108 18.828C15.2346 18.7678 15.3748 18.742 15.5146 18.7533C15.6543 18.7645 15.7886 18.8124 15.904 18.892L16.357 19.216C16.7182 19.4741 17.1593 19.5956 17.6017 19.559C18.0441 19.5224 18.4591 19.3299 18.773 19.016L19.016 18.773C19.664 18.125 19.749 17.103 19.216 16.357L18.892 15.904C18.8124 15.7886 18.7645 15.6543 18.7533 15.5146C18.742 15.3748 18.7678 15.2346 18.828 15.108C18.899 14.951 18.965 14.792 19.026 14.63C19.126 14.363 19.353 14.16 19.634 14.113L20.184 14.022C20.6218 13.9489 21.0194 13.7228 21.3061 13.3841C21.5929 13.0453 21.7502 12.6158 21.75 12.172V11.828C21.75 10.912 21.087 10.129 20.183 9.978L19.634 9.887C19.4962 9.86178 19.3675 9.80072 19.2607 9.70997C19.154 9.61921 19.073 9.50196 19.026 9.37C18.9655 9.20844 18.8995 9.04901 18.828 8.892C18.7678 8.76539 18.742 8.62516 18.7533 8.48542C18.7645 8.34568 18.8124 8.21137 18.892 8.096L19.216 7.643C19.4741 7.28179 19.5956 6.84074 19.559 6.39833C19.5224 5.95592 19.3299 5.54086 19.016 5.227L18.773 4.984C18.4591 4.67005 18.0441 4.47765 17.6017 4.44103C17.1593 4.4044 16.7182 4.52594 16.357 4.784L15.904 5.108C15.7886 5.18765 15.6543 5.2355 15.5146 5.24673C15.3748 5.25797 15.2346 5.23219 15.108 5.172C14.951 5.10049 14.7916 5.03445 14.63 4.974C14.498 4.92696 14.3808 4.846 14.29 4.73927C14.1993 4.63255 14.1382 4.50381 14.113 4.366L14.022 3.816C13.9489 3.37825 13.7228 2.98063 13.3841 2.69389C13.0453 2.40714 12.6158 2.24985 12.172 2.25H11.828ZM12 15.75C12.9946 15.75 13.9484 15.3549 14.6517 14.6517C15.3549 13.9484 15.75 12.9946 15.75 12C15.75 11.0054 15.3549 10.0516 14.6517 9.34835C13.9484 8.64509 12.9946 8.25 12 8.25C11.0054 8.25 10.0516 8.64509 9.34835 9.34835C8.64509 10.0516 8.25 11.0054 8.25 12C8.25 12.9946 8.64509 13.9484 9.34835 14.6517C10.0516 15.3549 11.0054 15.75 12 15.75Z",
3317
3386
  fill: "currentColor"
3318
3387
  }
3319
- ) : /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(import_jsx_runtime4.Fragment, { children: [
3320
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3388
+ ) : /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(import_jsx_runtime5.Fragment, { children: [
3389
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3321
3390
  "path",
3322
3391
  {
3323
3392
  d: "M10.343 3.94C10.433 3.398 10.903 3 11.453 3H12.546C13.096 3 13.566 3.398 13.656 3.94L13.805 4.834C13.875 5.258 14.189 5.598 14.585 5.764C14.983 5.928 15.44 5.906 15.79 5.656L16.527 5.129C16.7438 4.97405 17.0085 4.90107 17.274 4.92305C17.5395 4.94502 17.7887 5.06053 17.977 5.249L18.75 6.023C19.14 6.412 19.19 7.025 18.87 7.473L18.343 8.21C18.093 8.56 18.071 9.016 18.236 9.414C18.401 9.811 18.741 10.124 19.166 10.194L20.059 10.344C20.602 10.434 20.999 10.903 20.999 11.453V12.547C20.999 13.097 20.602 13.567 20.059 13.657L19.165 13.806C18.741 13.876 18.401 14.189 18.236 14.586C18.071 14.984 18.093 15.44 18.343 15.79L18.87 16.528C19.19 16.975 19.139 17.588 18.75 17.978L17.976 18.751C17.7877 18.9392 17.5388 19.0546 17.2735 19.0765C17.0082 19.0985 16.7437 19.0257 16.527 18.871L15.789 18.344C15.439 18.094 14.983 18.072 14.586 18.237C14.188 18.402 13.876 18.742 13.805 19.166L13.656 20.06C13.566 20.602 13.096 21 12.546 21H11.452C10.902 21 10.433 20.602 10.342 20.06L10.194 19.166C10.123 18.742 9.80999 18.402 9.41299 18.236C9.01499 18.072 8.55899 18.094 8.20899 18.344L7.47099 18.871C7.02399 19.191 6.41099 19.14 6.02099 18.751L5.24799 17.977C5.05952 17.7887 4.94401 17.5395 4.92204 17.274C4.90006 17.0085 4.97305 16.7438 5.12799 16.527L5.65499 15.79C5.90499 15.44 5.92699 14.984 5.76299 14.586C5.59799 14.189 5.25699 13.876 4.83299 13.806L3.93899 13.656C3.39699 13.566 2.99899 13.096 2.99899 12.547V11.453C2.99899 10.903 3.39699 10.433 3.93899 10.343L4.83299 10.194C5.25699 10.124 5.59799 9.811 5.76299 9.414C5.92799 9.016 5.90599 8.56 5.65499 8.21L5.12899 7.472C4.97405 7.25524 4.90106 6.99053 4.92304 6.72499C4.94501 6.45945 5.06052 6.21034 5.24899 6.022L6.02199 5.249C6.21033 5.06053 6.45945 4.94502 6.72498 4.92305C6.99052 4.90107 7.25524 4.97405 7.47199 5.129L8.20899 5.656C8.55899 5.906 9.01599 5.928 9.41299 5.763C9.80999 5.598 10.123 5.258 10.193 4.834L10.343 3.94Z",
@@ -3326,7 +3395,7 @@ var template = {
3326
3395
  strokeLinejoin: "round"
3327
3396
  }
3328
3397
  ),
3329
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3398
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3330
3399
  "path",
3331
3400
  {
3332
3401
  d: "M15 12C15 12.7956 14.6839 13.5587 14.1213 14.1213C13.5587 14.6839 12.7956 15 12 15C11.2044 15 10.4413 14.6839 9.87868 14.1213C9.31607 13.5587 9 12.7956 9 12C9 11.2044 9.31607 10.4413 9.87868 9.87868C10.4413 9.31607 11.2044 9 12 9C12.7956 9 13.5587 9.31607 14.1213 9.87868C14.6839 10.4413 15 11.2044 15 12Z",
@@ -3340,7 +3409,7 @@ var template = {
3340
3409
  );
3341
3410
  },
3342
3411
  "dot-circle": ({ className, fill }) => {
3343
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3412
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3344
3413
  "svg",
3345
3414
  {
3346
3415
  width: "24",
@@ -3349,7 +3418,7 @@ var template = {
3349
3418
  fill: "none",
3350
3419
  xmlns: "http://www.w3.org/2000/svg",
3351
3420
  className,
3352
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3421
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3353
3422
  "path",
3354
3423
  {
3355
3424
  fillRule: "evenodd",
@@ -3357,7 +3426,7 @@ var template = {
3357
3426
  d: "M12 2.25C6.615 2.25 2.25 6.615 2.25 12C2.25 17.385 6.615 21.75 12 21.75C17.385 21.75 21.75 17.385 21.75 12C21.75 6.615 17.385 2.25 12 2.25ZM12 10.875C11.7016 10.875 11.4155 10.9935 11.2045 11.2045C10.9935 11.4155 10.875 11.7016 10.875 12C10.875 12.2984 10.9935 12.5845 11.2045 12.7955C11.4155 13.0065 11.7016 13.125 12 13.125C12.2984 13.125 12.5845 13.0065 12.7955 12.7955C13.0065 12.5845 13.125 12.2984 13.125 12C13.125 11.7016 13.0065 11.4155 12.7955 11.2045C12.5845 10.9935 12.2984 10.875 12 10.875ZM15.375 12C15.375 11.7016 15.4935 11.4155 15.7045 11.2045C15.9155 10.9935 16.2016 10.875 16.5 10.875C16.7984 10.875 17.0845 10.9935 17.2955 11.2045C17.5065 11.4155 17.625 11.7016 17.625 12C17.625 12.2984 17.5065 12.5845 17.2955 12.7955C17.0845 13.0065 16.7984 13.125 16.5 13.125C16.2016 13.125 15.9155 13.0065 15.7045 12.7955C15.4935 12.5845 15.375 12.2984 15.375 12ZM7.5 10.875C7.20163 10.875 6.91548 10.9935 6.7045 11.2045C6.49353 11.4155 6.375 11.7016 6.375 12C6.375 12.2984 6.49353 12.5845 6.7045 12.7955C6.91548 13.0065 7.20163 13.125 7.5 13.125C7.79837 13.125 8.08452 13.0065 8.2955 12.7955C8.50647 12.5845 8.625 12.2984 8.625 12C8.625 11.7016 8.50647 11.4155 8.2955 11.2045C8.08452 10.9935 7.79837 10.875 7.5 10.875Z",
3358
3427
  fill: "currentColor"
3359
3428
  }
3360
- ) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3429
+ ) : /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3361
3430
  "path",
3362
3431
  {
3363
3432
  d: "M8.625 12C8.625 12.0995 8.58549 12.1948 8.51517 12.2652C8.44484 12.3355 8.34946 12.375 8.25 12.375C8.15054 12.375 8.05516 12.3355 7.98484 12.2652C7.91451 12.1948 7.875 12.0995 7.875 12C7.875 11.9005 7.91451 11.8052 7.98484 11.7348C8.05516 11.6645 8.15054 11.625 8.25 11.625C8.34946 11.625 8.44484 11.6645 8.51517 11.7348C8.58549 11.8052 8.625 11.9005 8.625 12ZM8.625 12H8.25M12.375 12C12.375 12.0995 12.3355 12.1948 12.2652 12.2652C12.1948 12.3355 12.0995 12.375 12 12.375C11.9005 12.375 11.8052 12.3355 11.7348 12.2652C11.6645 12.1948 11.625 12.0995 11.625 12C11.625 11.9005 11.6645 11.8052 11.7348 11.7348C11.8052 11.6645 11.9005 11.625 12 11.625C12.0995 11.625 12.1948 11.6645 12.2652 11.7348C12.3355 11.8052 12.375 11.9005 12.375 12ZM12.375 12H12M16.125 12C16.125 12.0995 16.0855 12.1948 16.0152 12.2652C15.9448 12.3355 15.8495 12.375 15.75 12.375C15.6505 12.375 15.5552 12.3355 15.4848 12.2652C15.4145 12.1948 15.375 12.0995 15.375 12C15.375 11.9005 15.4145 11.8052 15.4848 11.7348C15.5552 11.6645 15.6505 11.625 15.75 11.625C15.8495 11.625 15.9448 11.6645 16.0152 11.7348C16.0855 11.8052 16.125 11.9005 16.125 12ZM16.125 12H15.75M21 12C21 13.1819 20.7672 14.3522 20.3149 15.4442C19.8626 16.5361 19.1997 17.5282 18.364 18.364C17.5282 19.1997 16.5361 19.8626 15.4442 20.3149C14.3522 20.7672 13.1819 21 12 21C10.8181 21 9.64778 20.7672 8.55585 20.3149C7.46392 19.8626 6.47177 19.1997 5.63604 18.364C4.80031 17.5282 4.13738 16.5361 3.68508 15.4442C3.23279 14.3522 3 13.1819 3 12C3 9.61305 3.94821 7.32387 5.63604 5.63604C7.32387 3.94821 9.61305 3 12 3C14.3869 3 16.6761 3.94821 18.364 5.63604C20.0518 7.32387 21 9.61305 21 12Z",
@@ -3370,7 +3439,7 @@ var template = {
3370
3439
  );
3371
3440
  },
3372
3441
  "dot-horizontal": ({ className, fill }) => {
3373
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3442
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3374
3443
  "svg",
3375
3444
  {
3376
3445
  width: "24",
@@ -3379,7 +3448,7 @@ var template = {
3379
3448
  fill: "none",
3380
3449
  xmlns: "http://www.w3.org/2000/svg",
3381
3450
  className,
3382
- children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3451
+ children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3383
3452
  "path",
3384
3453
  {
3385
3454
  d: "M6.75 12C6.75 12.1989 6.67098 12.3897 6.53033 12.5303C6.38968 12.671 6.19891 12.75 6 12.75C5.80109 12.75 5.61032 12.671 5.46967 12.5303C5.32902 12.3897 5.25 12.1989 5.25 12C5.25 11.8011 5.32902 11.6103 5.46967 11.4697C5.61032 11.329 5.80109 11.25 6 11.25C6.19891 11.25 6.38968 11.329 6.53033 11.4697C6.67098 11.6103 6.75 11.8011 6.75 12ZM12.75 12C12.75 12.1989 12.671 12.3897 12.5303 12.5303C12.3897 12.671 12.1989 12.75 12 12.75C11.8011 12.75 11.6103 12.671 11.4697 12.5303C11.329 12.3897 11.25 12.1989 11.25 12C11.25 11.8011 11.329 11.6103 11.4697 11.4697C11.6103 11.329 11.8011 11.25 12 11.25C12.1989 11.25 12.3897 11.329 12.5303 11.4697C12.671 11.6103 12.75 11.8011 12.75 12ZM18.75 12C18.75 12.1989 18.671 12.3897 18.5303 12.5303C18.3897 12.671 18.1989 12.75 18 12.75C17.8011 12.75 17.6103 12.671 17.4697 12.5303C17.329 12.3897 17.25 12.1989 17.25 12C17.25 11.8011 17.329 11.6103 17.4697 11.4697C17.6103 11.329 17.8011 11.25 18 11.25C18.1989 11.25 18.3897 11.329 18.5303 11.4697C18.671 11.6103 18.75 11.8011 18.75 12Z",
@@ -3392,7 +3461,7 @@ var template = {
3392
3461
  );
3393
3462
  },
3394
3463
  "dot-vertical": ({ className, fill }) => {
3395
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3464
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3396
3465
  "svg",
3397
3466
  {
3398
3467
  width: "24",
@@ -3401,7 +3470,7 @@ var template = {
3401
3470
  fill: "none",
3402
3471
  xmlns: "http://www.w3.org/2000/svg",
3403
3472
  className,
3404
- children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3473
+ children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3405
3474
  "path",
3406
3475
  {
3407
3476
  d: "M12 6.75C11.8011 6.75 11.6103 6.67098 11.4697 6.53033C11.329 6.38968 11.25 6.19891 11.25 6C11.25 5.80109 11.329 5.61032 11.4697 5.46967C11.6103 5.32902 11.8011 5.25 12 5.25C12.1989 5.25 12.3897 5.32902 12.5303 5.46967C12.671 5.61032 12.75 5.80109 12.75 6C12.75 6.19891 12.671 6.38968 12.5303 6.53033C12.3897 6.67098 12.1989 6.75 12 6.75ZM12 12.75C11.8011 12.75 11.6103 12.671 11.4697 12.5303C11.329 12.3897 11.25 12.1989 11.25 12C11.25 11.8011 11.329 11.6103 11.4697 11.4697C11.6103 11.329 11.8011 11.25 12 11.25C12.1989 11.25 12.3897 11.329 12.5303 11.4697C12.671 11.6103 12.75 11.8011 12.75 12C12.75 12.1989 12.671 12.3897 12.5303 12.5303C12.3897 12.671 12.1989 12.75 12 12.75ZM12 18.75C11.8011 18.75 11.6103 18.671 11.4697 18.5303C11.329 18.3897 11.25 18.1989 11.25 18C11.25 17.8011 11.329 17.6103 11.4697 17.4697C11.6103 17.329 11.8011 17.25 12 17.25C12.1989 17.25 12.3897 17.329 12.5303 17.4697C12.671 17.6103 12.75 17.8011 12.75 18C12.75 18.1989 12.671 18.3897 12.5303 18.5303C12.3897 18.671 12.1989 18.75 12 18.75Z",
@@ -3414,7 +3483,7 @@ var template = {
3414
3483
  );
3415
3484
  },
3416
3485
  upload: ({ className, fill }) => {
3417
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3486
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3418
3487
  "svg",
3419
3488
  {
3420
3489
  width: "24",
@@ -3423,7 +3492,7 @@ var template = {
3423
3492
  fill: "none",
3424
3493
  xmlns: "http://www.w3.org/2000/svg",
3425
3494
  className,
3426
- children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3495
+ children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3427
3496
  "path",
3428
3497
  {
3429
3498
  d: "M3 16.5V18.75C3 19.3467 3.23705 19.919 3.65901 20.341C4.08097 20.7629 4.65326 21 5.25 21H18.75C19.3467 21 19.919 20.7629 20.341 20.341C20.7629 19.919 21 19.3467 21 18.75V16.5M7.5 7.5L12 3M12 3L16.5 7.5M12 3V16.5",
@@ -3436,7 +3505,7 @@ var template = {
3436
3505
  );
3437
3506
  },
3438
3507
  download: ({ className, fill }) => {
3439
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3508
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3440
3509
  "svg",
3441
3510
  {
3442
3511
  width: "24",
@@ -3445,7 +3514,7 @@ var template = {
3445
3514
  fill: "none",
3446
3515
  xmlns: "http://www.w3.org/2000/svg",
3447
3516
  className,
3448
- children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3517
+ children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3449
3518
  "path",
3450
3519
  {
3451
3520
  d: "M3 16.5V18.75C3 19.3467 3.23705 19.919 3.65901 20.341C4.08097 20.7629 4.65326 21 5.25 21H18.75C19.3467 21 19.919 20.7629 20.341 20.341C20.7629 19.919 21 19.3467 21 18.75V16.5M16.5 12L12 16.5M12 16.5L7.5 12M12 16.5V3",
@@ -3458,7 +3527,7 @@ var template = {
3458
3527
  );
3459
3528
  },
3460
3529
  "upload-square": ({ className, fill }) => {
3461
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3530
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3462
3531
  "svg",
3463
3532
  {
3464
3533
  width: "24",
@@ -3467,13 +3536,13 @@ var template = {
3467
3536
  fill: "none",
3468
3537
  xmlns: "http://www.w3.org/2000/svg",
3469
3538
  className,
3470
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3539
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3471
3540
  "path",
3472
3541
  {
3473
3542
  d: "M11.47 1.71983C11.6106 1.57938 11.8012 1.50049 12 1.50049C12.1988 1.50049 12.3894 1.57938 12.53 1.71983L15.53 4.71983C15.6625 4.862 15.7346 5.05005 15.7312 5.24435C15.7277 5.43865 15.649 5.62404 15.5116 5.76145C15.3742 5.89886 15.1888 5.97758 14.9945 5.981C14.8002 5.98443 14.6122 5.91231 14.47 5.77983L12.75 4.05983V7.49983H11.25V4.05983L9.53 5.77983C9.38783 5.91231 9.19978 5.98443 9.00548 5.981C8.81118 5.97758 8.62579 5.89886 8.48838 5.76145C8.35097 5.62404 8.27225 5.43865 8.26882 5.24435C8.2654 5.05005 8.33752 4.862 8.47 4.71983L11.47 1.71983ZM11.25 7.49983V14.9998C11.25 15.1987 11.329 15.3895 11.4697 15.5302C11.6103 15.6708 11.8011 15.7498 12 15.7498C12.1989 15.7498 12.3897 15.6708 12.5303 15.5302C12.671 15.3895 12.75 15.1987 12.75 14.9998V7.49983H16.5C17.2956 7.49983 18.0587 7.8159 18.6213 8.37851C19.1839 8.94112 19.5 9.70418 19.5 10.4998V19.4998C19.5 20.2955 19.1839 21.0585 18.6213 21.6211C18.0587 22.1838 17.2956 22.4998 16.5 22.4998H7.5C6.70435 22.4998 5.94129 22.1838 5.37868 21.6211C4.81607 21.0585 4.5 20.2955 4.5 19.4998V10.4998C4.5 9.70418 4.81607 8.94112 5.37868 8.37851C5.94129 7.8159 6.70435 7.49983 7.5 7.49983H11.25Z",
3474
3543
  fill: "currentColor"
3475
3544
  }
3476
- ) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3545
+ ) : /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3477
3546
  "path",
3478
3547
  {
3479
3548
  d: "M9 8.25H7.5C6.90326 8.25 6.33097 8.48705 5.90901 8.90901C5.48705 9.33097 5.25 9.90326 5.25 10.5V19.5C5.25 20.0967 5.48705 20.669 5.90901 21.091C6.33097 21.5129 6.90326 21.75 7.5 21.75H16.5C17.0967 21.75 17.669 21.5129 18.091 21.091C18.5129 20.669 18.75 20.0967 18.75 19.5V10.5C18.75 9.90326 18.5129 9.33097 18.091 8.90901C17.669 8.48705 17.0967 8.25 16.5 8.25H15M15 5.25L12 2.25M12 2.25L9 5.25M12 2.25V15",
@@ -3486,7 +3555,7 @@ var template = {
3486
3555
  );
3487
3556
  },
3488
3557
  "download-square": ({ className, fill }) => {
3489
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3558
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3490
3559
  "svg",
3491
3560
  {
3492
3561
  width: "24",
@@ -3495,13 +3564,13 @@ var template = {
3495
3564
  fill: "none",
3496
3565
  xmlns: "http://www.w3.org/2000/svg",
3497
3566
  className,
3498
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3567
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3499
3568
  "path",
3500
3569
  {
3501
3570
  d: "M12 1.5C12.1989 1.5 12.3897 1.57902 12.5303 1.71967C12.671 1.86032 12.75 2.05109 12.75 2.25V7.5H11.25V2.25C11.25 2.05109 11.329 1.86032 11.4697 1.71967C11.6103 1.57902 11.8011 1.5 12 1.5ZM11.25 7.5V13.19L9.53 11.47C9.38783 11.3375 9.19978 11.2654 9.00548 11.2688C8.81118 11.2723 8.62579 11.351 8.48838 11.4884C8.35097 11.6258 8.27225 11.8112 8.26882 12.0055C8.2654 12.1998 8.33752 12.3878 8.47 12.53L11.47 15.53C11.6106 15.6705 11.8012 15.7493 12 15.7493C12.1988 15.7493 12.3894 15.6705 12.53 15.53L15.53 12.53C15.6037 12.4613 15.6628 12.3785 15.7038 12.2865C15.7448 12.1945 15.7668 12.0952 15.7686 11.9945C15.7704 11.8938 15.7518 11.7938 15.7141 11.7004C15.6764 11.607 15.6203 11.5222 15.549 11.451C15.4778 11.3797 15.393 11.3236 15.2996 11.2859C15.2062 11.2482 15.1062 11.2296 15.0055 11.2314C14.9048 11.2332 14.8055 11.2552 14.7135 11.2962C14.6215 11.3372 14.5387 11.3963 14.47 11.47L12.75 13.19V7.5H16.5C17.2956 7.5 18.0587 7.81607 18.6213 8.37868C19.1839 8.94129 19.5 9.70435 19.5 10.5V19.5C19.5 20.2956 19.1839 21.0587 18.6213 21.6213C18.0587 22.1839 17.2956 22.5 16.5 22.5H7.5C6.70435 22.5 5.94129 22.1839 5.37868 21.6213C4.81607 21.0587 4.5 20.2956 4.5 19.5V10.5C4.5 9.70435 4.81607 8.94129 5.37868 8.37868C5.94129 7.81607 6.70435 7.5 7.5 7.5H11.25Z",
3502
3571
  fill: "currentColor"
3503
3572
  }
3504
- ) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3573
+ ) : /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3505
3574
  "path",
3506
3575
  {
3507
3576
  d: "M9 8.25H7.5C6.90326 8.25 6.33097 8.48705 5.90901 8.90901C5.48705 9.33097 5.25 9.90326 5.25 10.5V19.5C5.25 20.0967 5.48705 20.669 5.90901 21.091C6.33097 21.5129 6.90326 21.75 7.5 21.75H16.5C17.0967 21.75 17.669 21.5129 18.091 21.091C18.5129 20.669 18.75 20.0967 18.75 19.5V10.5C18.75 9.90326 18.5129 9.33097 18.091 8.90901C17.669 8.48705 17.0967 8.25 16.5 8.25H15M9 12L12 15M12 15L15 12M12 15V2.25",
@@ -3514,7 +3583,7 @@ var template = {
3514
3583
  );
3515
3584
  },
3516
3585
  search: ({ className, fill }) => {
3517
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3586
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3518
3587
  "svg",
3519
3588
  {
3520
3589
  width: "24",
@@ -3523,7 +3592,7 @@ var template = {
3523
3592
  fill: "none",
3524
3593
  xmlns: "http://www.w3.org/2000/svg",
3525
3594
  className,
3526
- children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3595
+ children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3527
3596
  "path",
3528
3597
  {
3529
3598
  d: "M21 21L15.803 15.803M15.803 15.803C17.2096 14.3965 17.9998 12.4887 17.9998 10.4995C17.9998 8.51035 17.2096 6.60262 15.803 5.19605C14.3964 3.78947 12.4887 2.99927 10.4995 2.99927C8.51029 2.99927 6.60256 3.78947 5.19599 5.19605C3.78941 6.60262 2.99921 8.51035 2.99921 10.4995C2.99921 12.4887 3.78941 14.3965 5.19599 15.803C6.60256 17.2096 8.51029 17.9998 10.4995 17.9998C12.4887 17.9998 14.3964 17.2096 15.803 15.803Z",
@@ -3537,7 +3606,7 @@ var template = {
3537
3606
  },
3538
3607
  // ** Annotation **
3539
3608
  "zoom-in": ({ className, fill }) => {
3540
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3609
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3541
3610
  "svg",
3542
3611
  {
3543
3612
  width: "24",
@@ -3546,7 +3615,7 @@ var template = {
3546
3615
  fill: "none",
3547
3616
  xmlns: "http://www.w3.org/2000/svg",
3548
3617
  className,
3549
- children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3618
+ children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3550
3619
  "path",
3551
3620
  {
3552
3621
  d: "M21 21L15.803 15.803M15.803 15.803C17.2096 14.3965 17.9998 12.4887 17.9998 10.4995C17.9998 8.51035 17.2096 6.60262 15.803 5.19605C14.3964 3.78947 12.4887 2.99927 10.4995 2.99927C8.51029 2.99927 6.60256 3.78947 5.19599 5.19605C3.78941 6.60262 2.99921 8.51035 2.99921 10.4995C2.99921 12.4887 3.78941 14.3965 5.19599 15.803C6.60256 17.2096 8.51029 17.9998 10.4995 17.9998C12.4887 17.9998 14.3964 17.2096 15.803 15.803ZM10.5 7.50005V13.5M13.5 10.5H7.49999",
@@ -3559,7 +3628,7 @@ var template = {
3559
3628
  );
3560
3629
  },
3561
3630
  "zoom-out": ({ className, fill }) => {
3562
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3631
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3563
3632
  "svg",
3564
3633
  {
3565
3634
  width: "24",
@@ -3568,7 +3637,7 @@ var template = {
3568
3637
  fill: "none",
3569
3638
  xmlns: "http://www.w3.org/2000/svg",
3570
3639
  className,
3571
- children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3640
+ children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3572
3641
  "path",
3573
3642
  {
3574
3643
  d: "M21 21L15.803 15.803M15.803 15.803C17.2096 14.3965 17.9998 12.4887 17.9998 10.4995C17.9998 8.51035 17.2096 6.60262 15.803 5.19605C14.3964 3.78947 12.4887 2.99927 10.4995 2.99927C8.51029 2.99927 6.60256 3.78947 5.19599 5.19605C3.78941 6.60262 2.99921 8.51035 2.99921 10.4995C2.99921 12.4887 3.78941 14.3965 5.19599 15.803C6.60256 17.2096 8.51029 17.9998 10.4995 17.9998C12.4887 17.9998 14.3964 17.2096 15.803 15.803ZM13.5 10.5H7.49999",
@@ -3582,7 +3651,7 @@ var template = {
3582
3651
  },
3583
3652
  // ** Filter **
3584
3653
  sparkle: ({ className, fill }) => {
3585
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3654
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3586
3655
  "svg",
3587
3656
  {
3588
3657
  width: "24",
@@ -3591,7 +3660,7 @@ var template = {
3591
3660
  fill: "none",
3592
3661
  xmlns: "http://www.w3.org/2000/svg",
3593
3662
  className,
3594
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3663
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3595
3664
  "path",
3596
3665
  {
3597
3666
  fillRule: "evenodd",
@@ -3599,7 +3668,7 @@ var template = {
3599
3668
  d: "M9.00001 4.5C9.16297 4.50003 9.32149 4.55315 9.45158 4.6513C9.58167 4.74945 9.67625 4.8873 9.72101 5.044L10.534 7.89C10.7091 8.50292 11.0375 9.0611 11.4882 9.51183C11.9389 9.96255 12.4971 10.2909 13.11 10.466L15.956 11.279C16.1126 11.3239 16.2503 11.4185 16.3484 11.5486C16.4464 11.6786 16.4995 11.8371 16.4995 12C16.4995 12.1629 16.4464 12.3214 16.3484 12.4514C16.2503 12.5815 16.1126 12.6761 15.956 12.721L13.11 13.534C12.4971 13.7091 11.9389 14.0374 11.4882 14.4882C11.0375 14.9389 10.7091 15.4971 10.534 16.11L9.72101 18.956C9.67615 19.1126 9.58153 19.2503 9.45145 19.3484C9.32137 19.4464 9.1629 19.4995 9.00001 19.4995C8.83711 19.4995 8.67865 19.4464 8.54857 19.3484C8.41849 19.2503 8.32387 19.1126 8.27901 18.956L7.46601 16.11C7.29096 15.4971 6.96256 14.9389 6.51184 14.4882C6.06111 14.0374 5.50293 13.7091 4.89001 13.534L2.04401 12.721C1.88741 12.6761 1.74968 12.5815 1.65163 12.4514C1.55358 12.3214 1.50055 12.1629 1.50055 12C1.50055 11.8371 1.55358 11.6786 1.65163 11.5486C1.74968 11.4185 1.88741 11.3239 2.04401 11.279L4.89001 10.466C5.50293 10.2909 6.06111 9.96255 6.51184 9.51183C6.96256 9.0611 7.29096 8.50292 7.46601 7.89L8.27901 5.044C8.32377 4.8873 8.41835 4.74945 8.54844 4.6513C8.67853 4.55315 8.83705 4.50003 9.00001 4.5ZM18 1.5C18.1673 1.49991 18.3299 1.55576 18.4618 1.65869C18.5937 1.76161 18.6874 1.90569 18.728 2.068L18.986 3.104C19.222 4.044 19.956 4.778 20.896 5.014L21.932 5.272C22.0946 5.31228 22.2391 5.40586 22.3423 5.5378C22.4456 5.66974 22.5017 5.83246 22.5017 6C22.5017 6.16754 22.4456 6.33026 22.3423 6.4622C22.2391 6.59414 22.0946 6.68772 21.932 6.728L20.896 6.986C19.956 7.222 19.222 7.956 18.986 8.896L18.728 9.932C18.6877 10.0946 18.5942 10.2391 18.4622 10.3423C18.3303 10.4456 18.1675 10.5017 18 10.5017C17.8325 10.5017 17.6698 10.4456 17.5378 10.3423C17.4059 10.2391 17.3123 10.0946 17.272 9.932L17.014 8.896C16.8986 8.43443 16.66 8.0129 16.3235 7.67648C15.9871 7.34005 15.5656 7.10139 15.104 6.986L14.068 6.728C13.9054 6.68772 13.7609 6.59414 13.6577 6.4622C13.5544 6.33026 13.4983 6.16754 13.4983 6C13.4983 5.83246 13.5544 5.66974 13.6577 5.5378C13.7609 5.40586 13.9054 5.31228 14.068 5.272L15.104 5.014C15.5656 4.89861 15.9871 4.65995 16.3235 4.32352C16.66 3.9871 16.8986 3.56557 17.014 3.104L17.272 2.068C17.3126 1.90569 17.4063 1.76161 17.5382 1.65869C17.6702 1.55576 17.8327 1.49991 18 1.5ZM16.5 15C16.6575 14.9999 16.8111 15.0494 16.9389 15.1415C17.0667 15.2336 17.1622 15.3636 17.212 15.513L17.606 16.696C17.756 17.143 18.106 17.495 18.554 17.644L19.737 18.039C19.886 18.089 20.0155 18.1845 20.1072 18.3121C20.199 18.4397 20.2483 18.5929 20.2483 18.75C20.2483 18.9071 20.199 19.0603 20.1072 19.1879C20.0155 19.3155 19.886 19.411 19.737 19.461L18.554 19.856C18.107 20.006 17.755 20.356 17.606 20.804L17.211 21.987C17.161 22.136 17.0655 22.2655 16.9379 22.3572C16.8103 22.4489 16.6571 22.4983 16.5 22.4983C16.3429 22.4983 16.1897 22.4489 16.0621 22.3572C15.9346 22.2655 15.839 22.136 15.789 21.987L15.394 20.804C15.3203 20.5833 15.1963 20.3827 15.0318 20.2182C14.8673 20.0537 14.6667 19.9297 14.446 19.856L13.263 19.461C13.114 19.411 12.9845 19.3155 12.8928 19.1879C12.8011 19.0603 12.7517 18.9071 12.7517 18.75C12.7517 18.5929 12.8011 18.4397 12.8928 18.3121C12.9845 18.1845 13.114 18.089 13.263 18.039L14.446 17.644C14.893 17.494 15.245 17.144 15.394 16.696L15.789 15.513C15.8387 15.3637 15.9341 15.2339 16.0617 15.1418C16.1893 15.0497 16.3427 15.0001 16.5 15Z",
3600
3669
  fill: "currentColor"
3601
3670
  }
3602
- ) }) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3671
+ ) }) : /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3603
3672
  "path",
3604
3673
  {
3605
3674
  d: "M9.813 15.904L9 18.75L8.187 15.904C7.97687 15.1689 7.5829 14.4994 7.04226 13.9587C6.50162 13.4181 5.83214 13.0241 5.097 12.814L2.25 12L5.096 11.187C5.83114 10.9769 6.50062 10.5829 7.04126 10.0423C7.5819 9.50162 7.97587 8.83214 8.186 8.097L9 5.25L9.813 8.096C10.0231 8.83114 10.4171 9.50062 10.9577 10.0413C11.4984 10.5819 12.1679 10.9759 12.903 11.186L15.75 12L12.904 12.813C12.1689 13.0231 11.4994 13.4171 10.9587 13.9577C10.4181 14.4984 10.0241 15.1679 9.814 15.903L9.813 15.904ZM18.259 8.715L18 9.75L17.741 8.715C17.5927 8.12159 17.286 7.57962 16.8536 7.14703C16.4212 6.71444 15.8794 6.40749 15.286 6.259L14.25 6L15.286 5.741C15.8794 5.59251 16.4212 5.28556 16.8536 4.85297C17.286 4.42038 17.5927 3.87841 17.741 3.285L18 2.25L18.259 3.285C18.4073 3.87854 18.7142 4.42059 19.1468 4.85319C19.5794 5.28579 20.1215 5.59267 20.715 5.741L21.75 6L20.715 6.259C20.1215 6.40733 19.5794 6.71421 19.1468 7.14681C18.7142 7.57941 18.4073 8.12147 18.259 8.715ZM16.894 20.567L16.5 21.75L16.106 20.567C15.9955 20.2356 15.8094 19.9345 15.5625 19.6875C15.3155 19.4406 15.0144 19.2545 14.683 19.144L13.5 18.75L14.683 18.356C15.0144 18.2455 15.3155 18.0594 15.5625 17.8125C15.8094 17.5655 15.9955 17.2644 16.106 16.933L16.5 15.75L16.894 16.933C17.0045 17.2644 17.1906 17.5655 17.4375 17.8125C17.6845 18.0594 17.9856 18.2455 18.317 18.356L19.5 18.75L18.317 19.144C17.9856 19.2545 17.6845 19.4406 17.4375 19.6875C17.1906 19.9345 17.0045 20.2356 16.894 20.567Z",
@@ -3612,7 +3681,7 @@ var template = {
3612
3681
  );
3613
3682
  },
3614
3683
  "adjust-horizontal": ({ className, fill }) => {
3615
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3684
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3616
3685
  "svg",
3617
3686
  {
3618
3687
  width: "24",
@@ -3621,13 +3690,13 @@ var template = {
3621
3690
  fill: "none",
3622
3691
  xmlns: "http://www.w3.org/2000/svg",
3623
3692
  className,
3624
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3693
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3625
3694
  "path",
3626
3695
  {
3627
3696
  d: "M18.75 12.75H20.25C20.4489 12.75 20.6397 12.671 20.7803 12.5303C20.921 12.3897 21 12.1989 21 12C21 11.8011 20.921 11.6103 20.7803 11.4697C20.6397 11.329 20.4489 11.25 20.25 11.25H18.75C18.5511 11.25 18.3603 11.329 18.2197 11.4697C18.079 11.6103 18 11.8011 18 12C18 12.1989 18.079 12.3897 18.2197 12.5303C18.3603 12.671 18.5511 12.75 18.75 12.75ZM12 6C12 5.80109 12.079 5.61032 12.2197 5.46967C12.3603 5.32902 12.5511 5.25 12.75 5.25H20.25C20.4489 5.25 20.6397 5.32902 20.7803 5.46967C20.921 5.61032 21 5.80109 21 6C21 6.19891 20.921 6.38968 20.7803 6.53033C20.6397 6.67098 20.4489 6.75 20.25 6.75H12.75C12.5511 6.75 12.3603 6.67098 12.2197 6.53033C12.079 6.38968 12 6.19891 12 6ZM12 18C12 17.8011 12.079 17.6103 12.2197 17.4697C12.3603 17.329 12.5511 17.25 12.75 17.25H20.25C20.4489 17.25 20.6397 17.329 20.7803 17.4697C20.921 17.6103 21 17.8011 21 18C21 18.1989 20.921 18.3897 20.7803 18.5303C20.6397 18.671 20.4489 18.75 20.25 18.75H12.75C12.5511 18.75 12.3603 18.671 12.2197 18.5303C12.079 18.3897 12 18.1989 12 18ZM3.75 6.75H5.25C5.44891 6.75 5.63968 6.67098 5.78033 6.53033C5.92098 6.38968 6 6.19891 6 6C6 5.80109 5.92098 5.61032 5.78033 5.46967C5.63968 5.32902 5.44891 5.25 5.25 5.25H3.75C3.55109 5.25 3.36032 5.32902 3.21967 5.46967C3.07902 5.61032 3 5.80109 3 6C3 6.19891 3.07902 6.38968 3.21967 6.53033C3.36032 6.67098 3.55109 6.75 3.75 6.75ZM5.25 18.75H3.75C3.55109 18.75 3.36032 18.671 3.21967 18.5303C3.07902 18.3897 3 18.1989 3 18C3 17.8011 3.07902 17.6103 3.21967 17.4697C3.36032 17.329 3.55109 17.25 3.75 17.25H5.25C5.44891 17.25 5.63968 17.329 5.78033 17.4697C5.92098 17.6103 6 17.8011 6 18C6 18.1989 5.92098 18.3897 5.78033 18.5303C5.63968 18.671 5.44891 18.75 5.25 18.75ZM3 12C3 11.8011 3.07902 11.6103 3.21967 11.4697C3.36032 11.329 3.55109 11.25 3.75 11.25H11.25C11.4489 11.25 11.6397 11.329 11.7803 11.4697C11.921 11.6103 12 11.8011 12 12C12 12.1989 11.921 12.3897 11.7803 12.5303C11.6397 12.671 11.4489 12.75 11.25 12.75H3.75C3.55109 12.75 3.36032 12.671 3.21967 12.5303C3.07902 12.3897 3 12.1989 3 12ZM9 3.75C8.40326 3.75 7.83097 3.98705 7.40901 4.40901C6.98705 4.83097 6.75 5.40326 6.75 6C6.75 6.59674 6.98705 7.16903 7.40901 7.59099C7.83097 8.01295 8.40326 8.25 9 8.25C9.59674 8.25 10.169 8.01295 10.591 7.59099C11.0129 7.16903 11.25 6.59674 11.25 6C11.25 5.40326 11.0129 4.83097 10.591 4.40901C10.169 3.98705 9.59674 3.75 9 3.75ZM12.75 12C12.75 11.4033 12.9871 10.831 13.409 10.409C13.831 9.98705 14.4033 9.75 15 9.75C15.5967 9.75 16.169 9.98705 16.591 10.409C17.0129 10.831 17.25 11.4033 17.25 12C17.25 12.5967 17.0129 13.169 16.591 13.591C16.169 14.0129 15.5967 14.25 15 14.25C14.4033 14.25 13.831 14.0129 13.409 13.591C12.9871 13.169 12.75 12.5967 12.75 12ZM9 15.75C8.40326 15.75 7.83097 15.9871 7.40901 16.409C6.98705 16.831 6.75 17.4033 6.75 18C6.75 18.5967 6.98705 19.169 7.40901 19.591C7.83097 20.0129 8.40326 20.25 9 20.25C9.59674 20.25 10.169 20.0129 10.591 19.591C11.0129 19.169 11.25 18.5967 11.25 18C11.25 17.4033 11.0129 16.831 10.591 16.409C10.169 15.9871 9.59674 15.75 9 15.75Z",
3628
3697
  fill: "currentColor"
3629
3698
  }
3630
- ) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3699
+ ) : /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3631
3700
  "path",
3632
3701
  {
3633
3702
  d: "M10.5 6H20.25M10.5 6C10.5 6.39782 10.342 6.77936 10.0607 7.06066C9.77936 7.34196 9.39782 7.5 9 7.5C8.60218 7.5 8.22064 7.34196 7.93934 7.06066C7.65804 6.77936 7.5 6.39782 7.5 6M10.5 6C10.5 5.60218 10.342 5.22064 10.0607 4.93934C9.77936 4.65804 9.39782 4.5 9 4.5C8.60218 4.5 8.22064 4.65804 7.93934 4.93934C7.65804 5.22064 7.5 5.60218 7.5 6M7.5 6H3.75M10.5 18H20.25M10.5 18C10.5 18.3978 10.342 18.7794 10.0607 19.0607C9.77936 19.342 9.39782 19.5 9 19.5C8.60218 19.5 8.22064 19.342 7.93934 19.0607C7.65804 18.7794 7.5 18.3978 7.5 18M10.5 18C10.5 17.6022 10.342 17.2206 10.0607 16.9393C9.77936 16.658 9.39782 16.5 9 16.5C8.60218 16.5 8.22064 16.658 7.93934 16.9393C7.65804 17.2206 7.5 17.6022 7.5 18M7.5 18H3.75M16.5 12H20.25M16.5 12C16.5 12.3978 16.342 12.7794 16.0607 13.0607C15.7794 13.342 15.3978 13.5 15 13.5C14.6022 13.5 14.2206 13.342 13.9393 13.0607C13.658 12.7794 13.5 12.3978 13.5 12M16.5 12C16.5 11.6022 16.342 11.2206 16.0607 10.9393C15.7794 10.658 15.3978 10.5 15 10.5C14.6022 10.5 14.2206 10.658 13.9393 10.9393C13.658 11.2206 13.5 11.6022 13.5 12M13.5 12H3.75",
@@ -3640,7 +3709,7 @@ var template = {
3640
3709
  );
3641
3710
  },
3642
3711
  "adjust-vertical": ({ className, fill }) => {
3643
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3712
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3644
3713
  "svg",
3645
3714
  {
3646
3715
  width: "24",
@@ -3649,13 +3718,13 @@ var template = {
3649
3718
  fill: "none",
3650
3719
  xmlns: "http://www.w3.org/2000/svg",
3651
3720
  className,
3652
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3721
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3653
3722
  "path",
3654
3723
  {
3655
3724
  d: "M6 12C5.80109 12 5.61032 11.921 5.46967 11.7803C5.32902 11.6397 5.25 11.4489 5.25 11.25V3.75C5.25 3.55109 5.32902 3.36032 5.46967 3.21967C5.61032 3.07902 5.80109 3 6 3C6.19891 3 6.38968 3.07902 6.53033 3.21967C6.67098 3.36032 6.75 3.55109 6.75 3.75V11.25C6.75 11.4489 6.67098 11.6397 6.53033 11.7803C6.38968 11.921 6.19891 12 6 12ZM18 12C17.8011 12 17.6103 11.921 17.4697 11.7803C17.329 11.6397 17.25 11.4489 17.25 11.25V3.75C17.25 3.55109 17.329 3.36032 17.4697 3.21967C17.6103 3.07902 17.8011 3 18 3C18.1989 3 18.3897 3.07902 18.5303 3.21967C18.671 3.36032 18.75 3.55109 18.75 3.75V11.25C18.75 11.4489 18.671 11.6397 18.5303 11.7803C18.3897 11.921 18.1989 12 18 12ZM6.75 20.25V18.75C6.75 18.5511 6.67098 18.3603 6.53033 18.2197C6.38968 18.079 6.19891 18 6 18C5.80109 18 5.61032 18.079 5.46967 18.2197C5.32902 18.3603 5.25 18.5511 5.25 18.75V20.25C5.25 20.4489 5.32902 20.6397 5.46967 20.7803C5.61032 20.921 5.80109 21 6 21C6.19891 21 6.38968 20.921 6.53033 20.7803C6.67098 20.6397 6.75 20.4489 6.75 20.25ZM18.75 18.75V20.25C18.75 20.4489 18.671 20.6397 18.5303 20.7803C18.3897 20.921 18.1989 21 18 21C17.8011 21 17.6103 20.921 17.4697 20.7803C17.329 20.6397 17.25 20.4489 17.25 20.25V18.75C17.25 18.5511 17.329 18.3603 17.4697 18.2197C17.6103 18.079 17.8011 18 18 18C18.1989 18 18.3897 18.079 18.5303 18.2197C18.671 18.3603 18.75 18.5511 18.75 18.75ZM12.75 5.25V3.75C12.75 3.55109 12.671 3.36032 12.5303 3.21967C12.3897 3.07902 12.1989 3 12 3C11.8011 3 11.6103 3.07902 11.4697 3.21967C11.329 3.36032 11.25 3.55109 11.25 3.75V5.25C11.25 5.44891 11.329 5.63968 11.4697 5.78033C11.6103 5.92098 11.8011 6 12 6C12.1989 6 12.3897 5.92098 12.5303 5.78033C12.671 5.63968 12.75 5.44891 12.75 5.25ZM12 21C11.8011 21 11.6103 20.921 11.4697 20.7803C11.329 20.6397 11.25 20.4489 11.25 20.25V12.75C11.25 12.5511 11.329 12.3603 11.4697 12.2197C11.6103 12.079 11.8011 12 12 12C12.1989 12 12.3897 12.079 12.5303 12.2197C12.671 12.3603 12.75 12.5511 12.75 12.75V20.25C12.75 20.4489 12.671 20.6397 12.5303 20.7803C12.3897 20.921 12.1989 21 12 21ZM3.75 15C3.75 15.5967 3.98705 16.169 4.40901 16.591C4.83097 17.0129 5.40326 17.25 6 17.25C6.59674 17.25 7.16903 17.0129 7.59099 16.591C8.01295 16.169 8.25 15.5967 8.25 15C8.25 14.4033 8.01295 13.831 7.59099 13.409C7.16903 12.9871 6.59674 12.75 6 12.75C5.40326 12.75 4.83097 12.9871 4.40901 13.409C3.98705 13.831 3.75 14.4033 3.75 15ZM12 11.25C11.4033 11.25 10.831 11.0129 10.409 10.591C9.98705 10.169 9.75 9.59674 9.75 9C9.75 8.40326 9.98705 7.83097 10.409 7.40901C10.831 6.98705 11.4033 6.75 12 6.75C12.5967 6.75 13.169 6.98705 13.591 7.40901C14.0129 7.83097 14.25 8.40326 14.25 9C14.25 9.59674 14.0129 10.169 13.591 10.591C13.169 11.0129 12.5967 11.25 12 11.25ZM15.75 15C15.75 15.5967 15.9871 16.169 16.409 16.591C16.831 17.0129 17.4033 17.25 18 17.25C18.5967 17.25 19.169 17.0129 19.591 16.591C20.0129 16.169 20.25 15.5967 20.25 15C20.25 14.4033 20.0129 13.831 19.591 13.409C19.169 12.9871 18.5967 12.75 18 12.75C17.4033 12.75 16.831 12.9871 16.409 13.409C15.9871 13.831 15.75 14.4033 15.75 15Z",
3656
3725
  fill: "currentColor"
3657
3726
  }
3658
- ) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3727
+ ) : /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3659
3728
  "path",
3660
3729
  {
3661
3730
  d: "M6 13.5V3.75M6 13.5C6.39782 13.5 6.77936 13.658 7.06066 13.9393C7.34196 14.2206 7.5 14.6022 7.5 15C7.5 15.3978 7.34196 15.7794 7.06066 16.0607C6.77936 16.342 6.39782 16.5 6 16.5M6 13.5C5.60218 13.5 5.22064 13.658 4.93934 13.9393C4.65804 14.2206 4.5 14.6022 4.5 15C4.5 15.3978 4.65804 15.7794 4.93934 16.0607C5.22064 16.342 5.60218 16.5 6 16.5M6 16.5V20.25M18 13.5V3.75M18 13.5C18.3978 13.5 18.7794 13.658 19.0607 13.9393C19.342 14.2206 19.5 14.6022 19.5 15C19.5 15.3978 19.342 15.7794 19.0607 16.0607C18.7794 16.342 18.3978 16.5 18 16.5M18 13.5C17.6022 13.5 17.2206 13.658 16.9393 13.9393C16.658 14.2206 16.5 14.6022 16.5 15C16.5 15.3978 16.658 15.7794 16.9393 16.0607C17.2206 16.342 17.6022 16.5 18 16.5M18 16.5V20.25M12 7.5V3.75M12 7.5C12.3978 7.5 12.7794 7.65804 13.0607 7.93934C13.342 8.22064 13.5 8.60218 13.5 9C13.5 9.39782 13.342 9.77936 13.0607 10.0607C12.7794 10.342 12.3978 10.5 12 10.5M12 7.5C11.6022 7.5 11.2206 7.65804 10.9393 7.93934C10.658 8.22064 10.5 8.60218 10.5 9C10.5 9.39782 10.658 9.77936 10.9393 10.0607C11.2206 10.342 11.6022 10.5 12 10.5M12 10.5V20.25",
@@ -3668,7 +3737,7 @@ var template = {
3668
3737
  );
3669
3738
  },
3670
3739
  play: ({ className, fill }) => {
3671
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3740
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3672
3741
  "svg",
3673
3742
  {
3674
3743
  width: "24",
@@ -3677,7 +3746,7 @@ var template = {
3677
3746
  fill: "none",
3678
3747
  xmlns: "http://www.w3.org/2000/svg",
3679
3748
  className,
3680
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3749
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3681
3750
  "path",
3682
3751
  {
3683
3752
  fillRule: "evenodd",
@@ -3685,7 +3754,7 @@ var template = {
3685
3754
  d: "M4.5 5.65314C4.5 4.22614 6.029 3.32314 7.279 4.01014L18.819 10.3571C20.114 11.0691 20.114 12.9301 18.819 13.6431L7.28 19.9901C6.03 20.6771 4.501 19.7731 4.501 18.3471L4.5 5.65314Z",
3686
3755
  fill: "currentColor"
3687
3756
  }
3688
- ) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3757
+ ) : /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3689
3758
  "path",
3690
3759
  {
3691
3760
  d: "M5.25 5.65308C5.25 4.79708 6.167 4.25508 6.917 4.66708L18.457 11.0141C18.6336 11.1111 18.781 11.2538 18.8836 11.4273C18.9862 11.6007 19.0403 11.7986 19.0403 12.0001C19.0403 12.2016 18.9862 12.3994 18.8836 12.5729C18.781 12.7463 18.6336 12.889 18.457 12.9861L6.917 19.3331C6.74569 19.4273 6.55278 19.4752 6.35731 19.4721C6.16184 19.469 5.97054 19.4151 5.80227 19.3155C5.634 19.216 5.49457 19.0744 5.39773 18.9045C5.30089 18.7347 5.24997 18.5426 5.25 18.3471V5.65308Z",
@@ -3698,7 +3767,7 @@ var template = {
3698
3767
  );
3699
3768
  },
3700
3769
  "play-pause": ({ className, fill }) => {
3701
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3770
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3702
3771
  "svg",
3703
3772
  {
3704
3773
  width: "24",
@@ -3707,13 +3776,13 @@ var template = {
3707
3776
  fill: "none",
3708
3777
  xmlns: "http://www.w3.org/2000/svg",
3709
3778
  className,
3710
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3779
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3711
3780
  "path",
3712
3781
  {
3713
3782
  d: "M15 6.75C14.8011 6.75 14.6103 6.82902 14.4697 6.96967C14.329 7.11032 14.25 7.30109 14.25 7.5V18C14.25 18.1989 14.329 18.3897 14.4697 18.5303C14.6103 18.671 14.8011 18.75 15 18.75H15.75C15.9489 18.75 16.1397 18.671 16.2803 18.5303C16.421 18.3897 16.5 18.1989 16.5 18V7.5C16.5 7.30109 16.421 7.11032 16.2803 6.96967C16.1397 6.82902 15.9489 6.75 15.75 6.75H15ZM20.25 6.75C20.0511 6.75 19.8603 6.82902 19.7197 6.96967C19.579 7.11032 19.5 7.30109 19.5 7.5V18C19.5 18.414 19.836 18.75 20.25 18.75H21C21.1989 18.75 21.3897 18.671 21.5303 18.5303C21.671 18.3897 21.75 18.1989 21.75 18V7.5C21.75 7.30109 21.671 7.11032 21.5303 6.96967C21.3897 6.82902 21.1989 6.75 21 6.75H20.25ZM5.055 7.06C3.805 6.347 2.25 7.25 2.25 8.69V16.812C2.25 18.252 3.805 19.155 5.055 18.44L12.163 14.379C13.423 13.659 13.423 11.843 12.163 11.123L5.055 7.06Z",
3714
3783
  fill: "currentColor"
3715
3784
  }
3716
- ) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3785
+ ) : /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3717
3786
  "path",
3718
3787
  {
3719
3788
  d: "M21 7.5V18M15 7.5V18M3 16.811V8.69C3 7.826 3.933 7.284 4.683 7.713L11.791 11.774C11.9633 11.8724 12.1065 12.0146 12.2062 12.1861C12.3058 12.3577 12.3582 12.5526 12.3582 12.751C12.3582 12.9494 12.3058 13.1443 12.2062 13.3159C12.1065 13.4874 11.9633 13.6296 11.791 13.728L4.683 17.789C4.51182 17.8868 4.31796 17.9379 4.12082 17.9371C3.92369 17.9364 3.73021 17.8839 3.55976 17.7848C3.38932 17.6858 3.24789 17.5437 3.14965 17.3728C3.05141 17.2019 2.9998 17.0081 3 16.811Z",
@@ -3726,7 +3795,7 @@ var template = {
3726
3795
  );
3727
3796
  },
3728
3797
  "play-back": ({ className, fill }) => {
3729
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3798
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3730
3799
  "svg",
3731
3800
  {
3732
3801
  width: "24",
@@ -3735,13 +3804,13 @@ var template = {
3735
3804
  fill: "none",
3736
3805
  xmlns: "http://www.w3.org/2000/svg",
3737
3806
  className,
3738
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3807
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3739
3808
  "path",
3740
3809
  {
3741
3810
  d: "M9.19558 18.4402C10.4456 19.1542 12.0006 18.2512 12.0006 16.8112V14.4712L18.9456 18.4392C20.1956 19.1542 21.7506 18.2512 21.7506 16.8112V8.69019C21.7506 7.25019 20.1956 6.34719 18.9456 7.06219L12.0006 11.0292V8.68919C12.0006 7.24919 10.4456 6.34619 9.19558 7.06119L2.08758 11.1222C0.827578 11.8422 0.827578 13.6582 2.08758 14.3782L9.19558 18.4392V18.4402Z",
3742
3811
  fill: "currentColor"
3743
3812
  }
3744
- ) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3813
+ ) : /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3745
3814
  "path",
3746
3815
  {
3747
3816
  d: "M21.0008 16.8111C21.0008 17.6751 20.0678 18.2171 19.3178 17.7881L12.2098 13.7271C12.0375 13.6287 11.8943 13.4865 11.7947 13.315C11.695 13.1434 11.6426 12.9485 11.6426 12.7501C11.6426 12.5517 11.695 12.3568 11.7947 12.1852C11.8943 12.0137 12.0375 11.8715 12.2098 11.7731L19.3178 7.7121C19.4889 7.61437 19.6827 7.56328 19.8797 7.56397C20.0768 7.56466 20.2702 7.61709 20.4406 7.71602C20.611 7.81495 20.7525 7.9569 20.8508 8.12768C20.9491 8.29845 21.0008 8.49205 21.0008 8.6891V16.8111ZM11.2508 16.8111C11.2508 17.6751 10.3178 18.2171 9.56782 17.7881L2.45982 13.7271C2.28751 13.6287 2.14429 13.4865 2.04467 13.315C1.94505 13.1434 1.89258 12.9485 1.89258 12.7501C1.89258 12.5517 1.94505 12.3568 2.04467 12.1852C2.14429 12.0137 2.28751 11.8715 2.45982 11.7731L9.56782 7.7121C9.73892 7.61437 9.9327 7.56328 10.1297 7.56397C10.3268 7.56466 10.5202 7.61709 10.6906 7.71602C10.861 7.81495 11.0025 7.9569 11.1008 8.12768C11.1991 8.29845 11.2508 8.49205 11.2508 8.6891V16.8111Z",
@@ -3754,7 +3823,7 @@ var template = {
3754
3823
  );
3755
3824
  },
3756
3825
  "play-forward": ({ className, fill }) => {
3757
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3826
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3758
3827
  "svg",
3759
3828
  {
3760
3829
  width: "24",
@@ -3763,13 +3832,13 @@ var template = {
3763
3832
  fill: "none",
3764
3833
  xmlns: "http://www.w3.org/2000/svg",
3765
3834
  className,
3766
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3835
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3767
3836
  "path",
3768
3837
  {
3769
3838
  d: "M5.055 7.06019C3.805 6.34719 2.25 7.25019 2.25 8.69019V16.8122C2.25 18.2522 3.805 19.1552 5.055 18.4402L12 14.4712V16.8112C12 18.2512 13.555 19.1542 14.805 18.4392L21.913 14.3782C23.173 13.6582 23.173 11.8422 21.913 11.1222L14.805 7.06119C13.555 6.34619 12 7.24919 12 8.68919V11.0292L5.055 7.06019Z",
3770
3839
  fill: "currentColor"
3771
3840
  }
3772
- ) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3841
+ ) : /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3773
3842
  "path",
3774
3843
  {
3775
3844
  d: "M3 8.68907C3 7.82507 3.933 7.28307 4.683 7.71207L11.791 11.7731C11.9633 11.8714 12.1065 12.0136 12.2061 12.1852C12.3058 12.3568 12.3582 12.5517 12.3582 12.7501C12.3582 12.9485 12.3058 13.1434 12.2061 13.3149C12.1065 13.4865 11.9633 13.6287 11.791 13.7271L4.683 17.7881C4.5119 17.8858 4.31812 17.9369 4.12107 17.9362C3.92402 17.9355 3.73061 17.8831 3.5602 17.7842C3.38978 17.6852 3.24833 17.5433 3.15002 17.3725C3.05171 17.2017 2.99998 17.0081 3 16.8111V8.68907ZM12.75 8.68907C12.75 7.82507 13.683 7.28307 14.433 7.71207L21.541 11.7731C21.7133 11.8714 21.8565 12.0136 21.9562 12.1852C22.0558 12.3568 22.1082 12.5517 22.1082 12.7501C22.1082 12.9485 22.0558 13.1434 21.9562 13.3149C21.8565 13.4865 21.7133 13.6287 21.541 13.7271L14.433 17.7881C14.2619 17.8858 14.0681 17.9369 13.8711 17.9362C13.674 17.9355 13.4806 17.8831 13.3102 17.7842C13.1398 17.6852 12.9983 17.5433 12.9 17.3725C12.8017 17.2017 12.75 17.0081 12.75 16.8111V8.68907Z",
@@ -3783,7 +3852,7 @@ var template = {
3783
3852
  },
3784
3853
  // ** Arrow Group **
3785
3854
  "arrow-triangle-up": ({ className, fill }) => {
3786
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3855
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3787
3856
  "svg",
3788
3857
  {
3789
3858
  width: "24",
@@ -3792,13 +3861,13 @@ var template = {
3792
3861
  fill: "none",
3793
3862
  xmlns: "http://www.w3.org/2000/svg",
3794
3863
  className,
3795
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3864
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3796
3865
  "path",
3797
3866
  {
3798
3867
  d: "M12.6094 7.17199C12.8863 7.36603 13.0901 7.62054 13.2991 7.88335C13.4014 8.00971 13.5075 8.13017 13.6172 8.25011C13.8009 8.45167 13.973 8.6607 14.1445 8.87267C14.247 8.99643 14.3527 9.11576 14.4609 9.23449C14.6446 9.43604 14.8168 9.64507 14.9883 9.85704C15.0907 9.9808 15.1965 10.1001 15.3047 10.2189C15.4884 10.4204 15.6605 10.6294 15.832 10.8414C15.9345 10.9652 16.0402 11.0845 16.1484 11.2032C16.3321 11.4048 16.5043 11.6138 16.6758 11.8258C16.7782 11.9496 16.884 12.0689 16.9922 12.1876C17.1759 12.3892 17.348 12.5982 17.5195 12.8102C17.622 12.9339 17.7277 13.0533 17.8359 13.172C18.0151 13.3688 18.1836 13.5723 18.351 13.7792C18.4881 13.9455 18.6289 14.1081 18.7705 14.2706C18.8482 14.3601 18.9259 14.4497 19.0035 14.5392C19.0519 14.5949 19.1003 14.6505 19.1489 14.7061C19.2136 14.7803 19.2778 14.855 19.3418 14.9298C19.3782 14.9719 19.4145 15.0139 19.452 15.0572C19.6986 15.3961 19.7378 15.7178 19.6875 16.1251C19.596 16.4343 19.4409 16.6362 19.1794 16.8209C18.8729 16.9849 18.5891 16.9822 18.2495 16.9811C18.1663 16.9813 18.1663 16.9813 18.0814 16.9816C17.9277 16.982 17.7741 16.982 17.6205 16.9818C17.4546 16.9817 17.2888 16.9821 17.123 16.9825C16.7982 16.9831 16.4734 16.9831 16.1487 16.983C15.8847 16.9829 15.6207 16.983 15.3567 16.9832C15.3003 16.9833 15.3003 16.9833 15.2428 16.9833C15.1665 16.9834 15.0901 16.9834 15.0138 16.9835C14.2978 16.984 13.5819 16.9839 12.866 16.9836C12.2112 16.9834 11.5564 16.9839 10.9017 16.9848C10.2292 16.9857 9.55665 16.9861 8.88414 16.9859C8.50665 16.9858 8.12917 16.9859 7.75168 16.9866C7.43031 16.9872 7.10895 16.9872 6.78758 16.9867C6.62367 16.9864 6.45977 16.9863 6.29586 16.9869C6.11803 16.9874 5.94023 16.987 5.7624 16.9864C5.71079 16.9867 5.65918 16.9871 5.60601 16.9874C5.23204 16.9848 4.89966 16.9356 4.61188 16.6698C4.35171 16.3657 4.28644 16.0623 4.28595 15.6692C4.34462 15.3301 4.53209 15.0807 4.75781 14.8302C4.80812 14.7729 4.85841 14.7157 4.90869 14.6584C4.94703 14.6152 4.94703 14.6152 4.98615 14.571C5.1069 14.4341 5.22525 14.2952 5.34375 14.1564C5.39043 14.1018 5.43712 14.0473 5.48383 13.9928C5.50701 13.9658 5.53019 13.9388 5.55407 13.9109C5.62614 13.8269 5.69834 13.7431 5.77057 13.6592C5.98575 13.4092 6.19958 13.1588 6.40723 12.9025C6.57363 12.6974 6.74792 12.5014 6.92578 12.3063C7.03494 12.1835 7.13886 12.0575 7.24219 11.9298C7.41142 11.7206 7.58833 11.5207 7.76953 11.3219C7.87869 11.1991 7.98261 11.0732 8.08594 10.9454C8.25517 10.7362 8.43208 10.5363 8.61328 10.3375C8.72244 10.2147 8.82636 10.0888 8.92969 9.96105C9.09892 9.75186 9.27583 9.55196 9.45703 9.35314C9.56619 9.23034 9.67011 9.1044 9.77344 8.97667C9.94267 8.76748 10.1196 8.56759 10.3008 8.36876C10.4099 8.24596 10.5139 8.12003 10.6172 7.9923C11.1279 7.36499 11.7404 6.6802 12.6094 7.17199Z",
3799
3868
  fill: "currentColor"
3800
3869
  }
3801
- ) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3870
+ ) : /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3802
3871
  "path",
3803
3872
  {
3804
3873
  d: "M5.13454 15.1059L11.008 8.13115C11.3997 7.66594 12.1126 7.65525 12.5181 8.1085L18.7587 15.0832C19.335 15.7274 18.8778 16.75 18.0134 16.75H5.89945C5.04919 16.75 4.58686 15.7562 5.13454 15.1059Z",
@@ -3809,7 +3878,7 @@ var template = {
3809
3878
  );
3810
3879
  },
3811
3880
  "arrow-triangle-down": ({ className, fill }) => {
3812
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3881
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3813
3882
  "svg",
3814
3883
  {
3815
3884
  width: "24",
@@ -3818,13 +3887,13 @@ var template = {
3818
3887
  fill: "none",
3819
3888
  xmlns: "http://www.w3.org/2000/svg",
3820
3889
  className,
3821
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3890
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3822
3891
  "path",
3823
3892
  {
3824
3893
  d: "M5.75048 7.01906C5.83371 7.0188 5.83371 7.0188 5.91862 7.01852C6.07226 7.01812 6.22588 7.01814 6.37952 7.01834C6.54536 7.01846 6.7112 7.01803 6.87704 7.01768C7.20179 7.01709 7.52655 7.017 7.8513 7.01711C8.1153 7.0172 8.3793 7.01711 8.6433 7.01691C8.68088 7.01689 8.71846 7.01686 8.75718 7.01683C8.83353 7.01677 8.90987 7.01672 8.98622 7.01666C9.70215 7.01615 10.4181 7.01625 11.134 7.01654C11.7888 7.01678 12.4436 7.01625 13.0983 7.01536C13.7708 7.01445 14.4433 7.01406 15.1159 7.01424C15.4933 7.01433 15.8708 7.01421 16.2483 7.01355C16.5697 7.01299 16.891 7.01293 17.2124 7.01349C17.3763 7.01377 17.5402 7.01382 17.7041 7.01326C17.882 7.01277 18.0598 7.01315 18.2376 7.01374C18.2892 7.0134 18.3408 7.01305 18.394 7.0127C18.7679 7.01533 19.1003 7.06459 19.3881 7.3303C19.6483 7.63443 19.7135 7.93787 19.714 8.33097C19.6554 8.67005 19.4679 8.91941 19.2422 9.16996C19.1919 9.22714 19.1417 9.28433 19.0915 9.34153C19.0532 9.38477 19.0532 9.38477 19.014 9.42889C18.8923 9.56688 18.7729 9.70682 18.6533 9.84671C18.6184 9.88747 18.6184 9.88747 18.5827 9.92904C18.4268 10.1109 18.2718 10.2936 18.1172 10.4766C17.8689 10.7706 17.6186 11.0628 17.3679 11.3547C17.2504 11.4916 17.133 11.6287 17.0156 11.7657C16.9687 11.8203 16.9219 11.875 16.875 11.9297C16.8402 11.9703 16.8402 11.9703 16.8047 12.0118C15.7969 13.1875 14.7891 14.3633 13.7812 15.5391C13.758 15.5662 13.7348 15.5933 13.7109 15.6212C13.6642 15.6756 13.6175 15.73 13.5707 15.7843C13.4496 15.925 13.3299 16.0666 13.2121 16.2102C12.6539 16.886 12.6539 16.886 12.2344 16.9688C11.8308 17.0045 11.522 16.9474 11.206 16.6875C11.018 16.5131 10.8603 16.3172 10.7009 16.1168C10.5986 15.9904 10.4924 15.87 10.3828 15.75C10.1991 15.5485 10.0269 15.3394 9.85546 15.1275C9.75303 15.0037 9.64725 14.8844 9.53905 14.7657C9.35535 14.5641 9.18319 14.3551 9.01171 14.1431C8.90928 14.0193 8.8035 13.9 8.6953 13.7813C8.5116 13.5797 8.33944 13.3707 8.16796 13.1587C8.06553 13.035 7.95975 12.9156 7.85155 12.7969C7.66785 12.5954 7.49569 12.3863 7.32421 12.1744C7.22178 12.0506 7.116 11.9313 7.0078 11.8125C6.86611 11.6569 6.73006 11.4986 6.59764 11.335C6.35318 11.0331 6.0978 10.7412 5.84279 10.4483C5.69846 10.2821 5.55529 10.1148 5.41232 9.94742C5.29321 9.80797 5.17354 9.66907 5.05278 9.53104C4.28983 8.6562 4.28983 8.6562 4.29674 8.0358C4.32505 7.74682 4.42908 7.52262 4.63604 7.31821C4.98669 7.0389 5.31543 7.01758 5.75048 7.01906Z",
3825
3894
  fill: "currentColor"
3826
3895
  }
3827
- ) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3896
+ ) : /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3828
3897
  "path",
3829
3898
  {
3830
3899
  d: "M18.8655 8.89414L12.992 15.8688C12.6003 16.3341 11.8874 16.3448 11.4819 15.8915L5.24134 8.91679C4.66497 8.27261 5.12219 7.25 5.98658 7.25L18.1006 7.25C18.9508 7.25 19.4131 8.24377 18.8655 8.89414Z",
@@ -3835,7 +3904,7 @@ var template = {
3835
3904
  );
3836
3905
  },
3837
3906
  "arrow-triangle-left": ({ className, fill }) => {
3838
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3907
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3839
3908
  "svg",
3840
3909
  {
3841
3910
  width: "24",
@@ -3844,13 +3913,13 @@ var template = {
3844
3913
  fill: "none",
3845
3914
  xmlns: "http://www.w3.org/2000/svg",
3846
3915
  className,
3847
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3916
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3848
3917
  "path",
3849
3918
  {
3850
3919
  d: "M16.3799 4.40634C16.6429 4.55727 16.8036 4.75934 16.9245 5.03471C16.9874 5.2742 16.9818 5.50396 16.981 5.75059C16.9812 5.80607 16.9814 5.86156 16.9815 5.91873C16.9819 6.07236 16.9819 6.22599 16.9817 6.37962C16.9816 6.54546 16.982 6.7113 16.9824 6.87714C16.983 7.2019 16.9831 7.52665 16.983 7.85141C16.9829 8.11541 16.983 8.3794 16.9832 8.6434C16.9832 8.68098 16.9832 8.71856 16.9832 8.75728C16.9833 8.83363 16.9833 8.90998 16.9834 8.98633C16.9839 9.70226 16.9838 10.4182 16.9835 11.1341C16.9833 11.7889 16.9838 12.4437 16.9847 13.0984C16.9856 13.7709 16.986 14.4434 16.9858 15.116C16.9857 15.4934 16.9859 15.8709 16.9865 16.2484C16.9871 16.5698 16.9871 16.8911 16.9866 17.2125C16.9863 17.3764 16.9862 17.5403 16.9868 17.7042C16.9873 17.8821 16.9869 18.0599 16.9863 18.2377C16.9867 18.2893 16.987 18.3409 16.9874 18.3941C16.9847 18.7681 16.9355 19.1004 16.6698 19.3882C16.3656 19.6484 16.0622 19.7136 15.6691 19.7141C15.33 19.6555 15.0806 19.468 14.8301 19.2423C14.7729 19.192 14.7156 19.1417 14.6584 19.0914C14.6295 19.0658 14.6007 19.0403 14.571 19.0139C14.4341 18.8932 14.2951 18.7749 14.1563 18.6563C14.1016 18.6095 14.0469 18.5626 13.9922 18.5157C13.9651 18.4925 13.9381 18.4693 13.9102 18.4454C12.3516 17.1095 12.3516 17.1095 12.2695 17.0391C12.215 16.9924 12.1604 16.9456 12.1058 16.8988C11.9672 16.7801 11.8287 16.6612 11.6904 16.542C11.4404 16.3268 11.1899 16.113 10.9336 15.9054C10.7285 15.739 10.5326 15.5647 10.3374 15.3868C10.2146 15.2777 10.0887 15.1737 9.96097 15.0704C9.75178 14.9012 9.55188 14.7243 9.35306 14.5431C9.23026 14.4339 9.10432 14.33 8.97659 14.2267C8.7674 14.0574 8.5675 13.8805 8.36868 13.6993C8.24588 13.5902 8.11994 13.4862 7.99222 13.3829C7.07631 12.6372 7.07631 12.6372 7.01846 12.1198C7.00546 11.7768 7.06039 11.5288 7.26565 11.2501C7.55762 10.9429 7.88999 10.6802 8.21963 10.4148C8.3425 10.3136 8.46057 10.2089 8.57815 10.1017C8.77971 9.91796 8.98874 9.74579 9.20071 9.57431C9.32447 9.47189 9.44381 9.36611 9.56253 9.25791C9.76409 9.07421 9.97312 8.90204 10.1851 8.73056C10.3088 8.62814 10.4282 8.52236 10.5469 8.41416C10.7485 8.23046 10.9575 8.05829 11.1695 7.88681C11.2932 7.78439 11.4126 7.67861 11.5313 7.57041C11.6869 7.42871 11.8452 7.29266 12.0088 7.16025C12.3107 6.91579 12.6026 6.66041 12.8955 6.4054C13.035 6.28432 13.1752 6.16413 13.3155 6.04404C13.3423 6.02103 13.3692 5.99802 13.3969 5.97431C13.4511 5.92796 13.5052 5.88161 13.5594 5.83527C13.6685 5.74185 13.7776 5.64834 13.8867 5.55481C13.9412 5.5081 13.9957 5.46141 14.0503 5.41476C14.1906 5.29478 14.3303 5.17424 14.4692 5.0527C15.6102 4.05776 15.6102 4.05776 16.3799 4.40634Z",
3851
3920
  fill: "currentColor"
3852
3921
  }
3853
- ) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3922
+ ) : /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3854
3923
  "path",
3855
3924
  {
3856
3925
  d: "M15.1059 18.8655L8.13115 12.992C7.66594 12.6003 7.65525 11.8874 8.10849 11.4819L15.0832 5.24134C15.7274 4.66497 16.75 5.12219 16.75 5.98658L16.75 18.1006C16.75 18.9508 15.7562 19.4131 15.1059 18.8655Z",
@@ -3861,7 +3930,7 @@ var template = {
3861
3930
  );
3862
3931
  },
3863
3932
  "arrow-triangle-right": ({ className, fill }) => {
3864
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3933
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3865
3934
  "svg",
3866
3935
  {
3867
3936
  width: "24",
@@ -3870,13 +3939,13 @@ var template = {
3870
3939
  fill: "none",
3871
3940
  xmlns: "http://www.w3.org/2000/svg",
3872
3941
  className,
3873
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3942
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3874
3943
  "path",
3875
3944
  {
3876
3945
  d: "M8.67057 4.39119C8.8617 4.49362 9.01835 4.62175 9.17868 4.76655C9.23583 4.8169 9.29302 4.86719 9.35025 4.91743C9.37818 4.94209 9.4061 4.96674 9.43487 4.99214C9.54927 5.09178 9.66701 5.18701 9.78513 5.28218C9.99021 5.44858 10.1862 5.62287 10.3813 5.80073C10.5041 5.90989 10.6301 6.01381 10.7578 6.11714C10.967 6.28637 11.1669 6.46328 11.3657 6.64448C11.4885 6.75364 11.6144 6.85756 11.7422 6.96089C11.9514 7.13012 12.1512 7.30703 12.3501 7.48823C12.4729 7.59739 12.5988 7.70131 12.7265 7.80464C12.9357 7.97387 13.1356 8.15078 13.3344 8.33198C13.4572 8.44114 13.5832 8.54506 13.7109 8.64839C13.9201 8.81762 14.12 8.99453 14.3188 9.17573C14.4416 9.28489 14.5676 9.38881 14.6953 9.49214C14.9045 9.66137 15.1044 9.83828 15.3032 10.0195C15.426 10.1286 15.5519 10.2326 15.6797 10.3359C15.8925 10.5081 16.097 10.6873 16.2989 10.8722C16.393 10.9568 16.4893 11.0361 16.5879 11.1152C16.8219 11.3139 16.9512 11.5669 16.9782 11.8732C16.9864 12.2987 16.8912 12.5743 16.6005 12.8876C16.4473 13.035 16.283 13.1668 16.1167 13.2991C15.9904 13.4013 15.8699 13.5075 15.75 13.6171C15.5484 13.8008 15.3394 13.973 15.1274 14.1445C15.0037 14.2469 14.8843 14.3527 14.7656 14.4609C14.564 14.6446 14.355 14.8168 14.143 14.9882C14.0193 15.0907 13.8999 15.1964 13.7812 15.3046C13.5797 15.4883 13.3706 15.6605 13.1587 15.832C13.0349 15.9344 12.9156 16.0402 12.7968 16.1484C12.5953 16.3321 12.3863 16.5042 12.1743 16.6757C12.0505 16.7782 11.9312 16.8839 11.8125 16.9921C11.6109 17.1758 11.4019 17.348 11.1899 17.5195C11.0662 17.6219 10.9468 17.7277 10.8281 17.8359C10.6313 18.0151 10.4278 18.1836 10.2209 18.351C10.0546 18.4881 9.89195 18.6289 9.72947 18.7705C9.63996 18.8482 9.55042 18.9258 9.46087 19.0035C9.40518 19.0518 9.34956 19.1003 9.29402 19.1488C9.21978 19.2135 9.1451 19.2777 9.07029 19.3417C9.02823 19.3781 8.98617 19.4145 8.94284 19.452C8.60397 19.6985 8.28225 19.7378 7.87497 19.6875C7.56581 19.596 7.3639 19.4409 7.17917 19.1793C7.01515 18.8729 7.01784 18.589 7.019 18.2495C7.01882 18.194 7.01864 18.1385 7.01846 18.0813C7.01806 17.9277 7.01808 17.7741 7.01828 17.6204C7.0184 17.4546 7.01797 17.2887 7.01762 17.1229C7.01703 16.7981 7.01694 16.4734 7.01705 16.1486C7.01713 15.8846 7.01705 15.6206 7.01685 15.3566C7.01683 15.3191 7.0168 15.2815 7.01677 15.2428C7.01671 15.1664 7.01665 15.0901 7.0166 15.0137C7.01609 14.2978 7.01619 13.5819 7.01648 12.8659C7.01672 12.2111 7.01619 11.5564 7.0153 10.9016C7.01439 10.2291 7.014 9.5566 7.01418 8.88409C7.01427 8.5066 7.01415 8.12912 7.01349 7.75164C7.01293 7.43027 7.01287 7.1089 7.01343 6.78753C7.01371 6.62362 7.01376 6.45972 7.0132 6.29582C7.01271 6.11799 7.01309 5.94018 7.01368 5.76235C7.01334 5.71074 7.01299 5.65913 7.01263 5.60596C7.01527 5.23199 7.06453 4.89961 7.33023 4.61183C7.70539 4.29091 8.21333 4.17769 8.67057 4.39119Z",
3877
3946
  fill: "currentColor"
3878
3947
  }
3879
- ) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3948
+ ) : /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3880
3949
  "path",
3881
3950
  {
3882
3951
  d: "M8.89414 5.13454L15.8688 11.008C16.3341 11.3997 16.3448 12.1126 15.8915 12.5181L8.91679 18.7587C8.27261 19.335 7.25 18.8778 7.25 18.0134L7.25 5.89945C7.25 5.04919 8.24377 4.58686 8.89414 5.13454Z",
@@ -3887,7 +3956,7 @@ var template = {
3887
3956
  );
3888
3957
  },
3889
3958
  "arrow-up-circle": ({ className, fill }) => {
3890
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3959
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3891
3960
  "svg",
3892
3961
  {
3893
3962
  width: "24",
@@ -3896,7 +3965,7 @@ var template = {
3896
3965
  fill: "none",
3897
3966
  xmlns: "http://www.w3.org/2000/svg",
3898
3967
  className,
3899
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3968
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3900
3969
  "path",
3901
3970
  {
3902
3971
  fillRule: "evenodd",
@@ -3904,7 +3973,7 @@ var template = {
3904
3973
  d: "M12 2.25C6.615 2.25 2.25 6.615 2.25 12C2.25 17.385 6.615 21.75 12 21.75C17.385 21.75 21.75 17.385 21.75 12C21.75 6.615 17.385 2.25 12 2.25ZM12.53 7.72C12.3894 7.57955 12.1988 7.50066 12 7.50066C11.8012 7.50066 11.6106 7.57955 11.47 7.72L8.47 10.72C8.39631 10.7887 8.33721 10.8715 8.29622 10.9635C8.25523 11.0555 8.23318 11.1548 8.23141 11.2555C8.22963 11.3562 8.24816 11.4562 8.28588 11.5496C8.3236 11.643 8.37974 11.7278 8.45096 11.799C8.52218 11.8703 8.60701 11.9264 8.7004 11.9641C8.79379 12.0018 8.89382 12.0204 8.99452 12.0186C9.09522 12.0168 9.19454 11.9948 9.28654 11.9538C9.37854 11.9128 9.46134 11.8537 9.53 11.78L11.25 10.06V15.75C11.25 15.9489 11.329 16.1397 11.4697 16.2803C11.6103 16.421 11.8011 16.5 12 16.5C12.1989 16.5 12.3897 16.421 12.5303 16.2803C12.671 16.1397 12.75 15.9489 12.75 15.75V10.06L14.47 11.78C14.5387 11.8537 14.6215 11.9128 14.7135 11.9538C14.8055 11.9948 14.9048 12.0168 15.0055 12.0186C15.1062 12.0204 15.2062 12.0018 15.2996 11.9641C15.393 11.9264 15.4778 11.8703 15.549 11.799C15.6203 11.7278 15.6764 11.643 15.7141 11.5496C15.7518 11.4562 15.7704 11.3562 15.7686 11.2555C15.7668 11.1548 15.7448 11.0555 15.7038 10.9635C15.6628 10.8715 15.6037 10.7887 15.53 10.72L12.53 7.72Z",
3905
3974
  fill: "currentColor"
3906
3975
  }
3907
- ) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3976
+ ) : /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3908
3977
  "path",
3909
3978
  {
3910
3979
  d: "M15 11.25L12 8.25M12 8.25L9 11.25M12 8.25V15.75M21 12C21 13.1819 20.7672 14.3522 20.3149 15.4442C19.8626 16.5361 19.1997 17.5282 18.364 18.364C17.5282 19.1997 16.5361 19.8626 15.4442 20.3149C14.3522 20.7672 13.1819 21 12 21C10.8181 21 9.64778 20.7672 8.55585 20.3149C7.46392 19.8626 6.47177 19.1997 5.63604 18.364C4.80031 17.5282 4.13738 16.5361 3.68508 15.4442C3.23279 14.3522 3 13.1819 3 12C3 9.61305 3.94821 7.32387 5.63604 5.63604C7.32387 3.94821 9.61305 3 12 3C14.3869 3 16.6761 3.94821 18.364 5.63604C20.0518 7.32387 21 9.61305 21 12Z",
@@ -3917,7 +3986,7 @@ var template = {
3917
3986
  );
3918
3987
  },
3919
3988
  "arrow-down-circle": ({ className, fill }) => {
3920
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3989
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3921
3990
  "svg",
3922
3991
  {
3923
3992
  width: "24",
@@ -3926,7 +3995,7 @@ var template = {
3926
3995
  fill: "none",
3927
3996
  xmlns: "http://www.w3.org/2000/svg",
3928
3997
  className,
3929
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
3998
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3930
3999
  "path",
3931
4000
  {
3932
4001
  fillRule: "evenodd",
@@ -3934,7 +4003,7 @@ var template = {
3934
4003
  d: "M12 2.25C6.615 2.25 2.25 6.615 2.25 12C2.25 17.385 6.615 21.75 12 21.75C17.385 21.75 21.75 17.385 21.75 12C21.75 6.615 17.385 2.25 12 2.25ZM11.47 16.28C11.6106 16.4205 11.8012 16.4993 12 16.4993C12.1988 16.4993 12.3894 16.4205 12.53 16.28L15.53 13.28C15.6037 13.2113 15.6628 13.1285 15.7038 13.0365C15.7448 12.9445 15.7668 12.8452 15.7686 12.7445C15.7704 12.6438 15.7518 12.5438 15.7141 12.4504C15.6764 12.357 15.6203 12.2722 15.549 12.201C15.4778 12.1297 15.393 12.0736 15.2996 12.0359C15.2062 11.9982 15.1062 11.9796 15.0055 11.9814C14.9048 11.9832 14.8055 12.0052 14.7135 12.0462C14.6215 12.0872 14.5387 12.1463 14.47 12.22L12.75 13.94V8.25C12.75 8.05109 12.671 7.86032 12.5303 7.71967C12.3897 7.57902 12.1989 7.5 12 7.5C11.8011 7.5 11.6103 7.57902 11.4697 7.71967C11.329 7.86032 11.25 8.05109 11.25 8.25V13.94L9.53 12.22C9.38783 12.0875 9.19978 12.0154 9.00548 12.0188C8.81118 12.0223 8.62579 12.101 8.48838 12.2384C8.35097 12.3758 8.27225 12.5612 8.26882 12.7555C8.2654 12.9498 8.33752 13.1378 8.47 13.28L11.47 16.28Z",
3935
4004
  fill: "currentColor"
3936
4005
  }
3937
- ) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
4006
+ ) : /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3938
4007
  "path",
3939
4008
  {
3940
4009
  d: "M9 12.75L12 15.75M12 15.75L15 12.75M12 15.75V8.25M21 12C21 13.1819 20.7672 14.3522 20.3149 15.4442C19.8626 16.5361 19.1997 17.5282 18.364 18.364C17.5282 19.1997 16.5361 19.8626 15.4442 20.3149C14.3522 20.7672 13.1819 21 12 21C10.8181 21 9.64778 20.7672 8.55585 20.3149C7.46392 19.8626 6.47177 19.1997 5.63604 18.364C4.80031 17.5282 4.13738 16.5361 3.68508 15.4442C3.23279 14.3522 3 13.1819 3 12C3 9.61305 3.94821 7.32387 5.63604 5.63604C7.32387 3.94821 9.61305 3 12 3C14.3869 3 16.6761 3.94821 18.364 5.63604C20.0518 7.32387 21 9.61305 21 12Z",
@@ -3947,7 +4016,7 @@ var template = {
3947
4016
  );
3948
4017
  },
3949
4018
  "arrow-left-circle": ({ className, fill }) => {
3950
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
4019
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3951
4020
  "svg",
3952
4021
  {
3953
4022
  width: "24",
@@ -3956,7 +4025,7 @@ var template = {
3956
4025
  fill: "none",
3957
4026
  xmlns: "http://www.w3.org/2000/svg",
3958
4027
  className,
3959
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
4028
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3960
4029
  "path",
3961
4030
  {
3962
4031
  fillRule: "evenodd",
@@ -3964,7 +4033,7 @@ var template = {
3964
4033
  d: "M12 2.25C6.615 2.25 2.25 6.615 2.25 12C2.25 17.385 6.615 21.75 12 21.75C17.385 21.75 21.75 17.385 21.75 12C21.75 6.615 17.385 2.25 12 2.25ZM7.72 11.47C7.57955 11.6106 7.50066 11.8012 7.50066 12C7.50066 12.1988 7.57955 12.3894 7.72 12.53L10.72 15.53C10.7887 15.6037 10.8715 15.6628 10.9635 15.7038C11.0555 15.7448 11.1548 15.7668 11.2555 15.7686C11.3562 15.7704 11.4562 15.7518 11.5496 15.7141C11.643 15.6764 11.7278 15.6203 11.799 15.549C11.8703 15.4778 11.9264 15.393 11.9641 15.2996C12.0018 15.2062 12.0204 15.1062 12.0186 15.0055C12.0168 14.9048 11.9948 14.8055 11.9538 14.7135C11.9128 14.6215 11.8537 14.5387 11.78 14.47L10.06 12.75H15.75C15.9489 12.75 16.1397 12.671 16.2803 12.5303C16.421 12.3897 16.5 12.1989 16.5 12C16.5 11.8011 16.421 11.6103 16.2803 11.4697C16.1397 11.329 15.9489 11.25 15.75 11.25H10.06L11.78 9.53C11.9125 9.38783 11.9846 9.19978 11.9812 9.00548C11.9777 8.81118 11.899 8.62579 11.7616 8.48838C11.6242 8.35097 11.4388 8.27225 11.2445 8.26882C11.0502 8.2654 10.8622 8.33752 10.72 8.47L7.72 11.47Z",
3965
4034
  fill: "currentColor"
3966
4035
  }
3967
- ) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
4036
+ ) : /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3968
4037
  "path",
3969
4038
  {
3970
4039
  d: "M11.25 9L8.25 12M8.25 12L11.25 15M8.25 12H15.75M21 12C21 13.1819 20.7672 14.3522 20.3149 15.4442C19.8626 16.5361 19.1997 17.5282 18.364 18.364C17.5282 19.1997 16.5361 19.8626 15.4442 20.3149C14.3522 20.7672 13.1819 21 12 21C10.8181 21 9.64778 20.7672 8.55585 20.3149C7.46392 19.8626 6.47177 19.1997 5.63604 18.364C4.80031 17.5282 4.13738 16.5361 3.68508 15.4442C3.23279 14.3522 3 13.1819 3 12C3 9.61305 3.94821 7.32387 5.63604 5.63604C7.32387 3.94821 9.61305 3 12 3C14.3869 3 16.6761 3.94821 18.364 5.63604C20.0518 7.32387 21 9.61305 21 12Z",
@@ -3977,7 +4046,7 @@ var template = {
3977
4046
  );
3978
4047
  },
3979
4048
  "arrow-right-circle": ({ className, fill }) => {
3980
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
4049
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3981
4050
  "svg",
3982
4051
  {
3983
4052
  width: "24",
@@ -3986,7 +4055,7 @@ var template = {
3986
4055
  fill: "none",
3987
4056
  xmlns: "http://www.w3.org/2000/svg",
3988
4057
  className,
3989
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
4058
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3990
4059
  "path",
3991
4060
  {
3992
4061
  fillRule: "evenodd",
@@ -3994,7 +4063,7 @@ var template = {
3994
4063
  d: "M12 2.25C6.615 2.25 2.25 6.615 2.25 12C2.25 17.385 6.615 21.75 12 21.75C17.385 21.75 21.75 17.385 21.75 12C21.75 6.615 17.385 2.25 12 2.25ZM16.28 12.53C16.4205 12.3894 16.4993 12.1988 16.4993 12C16.4993 11.8012 16.4205 11.6106 16.28 11.47L13.28 8.47C13.2113 8.39631 13.1285 8.33721 13.0365 8.29622C12.9445 8.25523 12.8452 8.23318 12.7445 8.23141C12.6438 8.22963 12.5438 8.24816 12.4504 8.28588C12.357 8.3236 12.2722 8.37974 12.201 8.45096C12.1297 8.52218 12.0736 8.60701 12.0359 8.7004C11.9982 8.79379 11.9796 8.89382 11.9814 8.99452C11.9832 9.09522 12.0052 9.19454 12.0462 9.28654C12.0872 9.37854 12.1463 9.46134 12.22 9.53L13.94 11.25H8.25C8.05109 11.25 7.86032 11.329 7.71967 11.4697C7.57902 11.6103 7.5 11.8011 7.5 12C7.5 12.1989 7.57902 12.3897 7.71967 12.5303C7.86032 12.671 8.05109 12.75 8.25 12.75H13.94L12.22 14.47C12.1463 14.5387 12.0872 14.6215 12.0462 14.7135C12.0052 14.8055 11.9832 14.9048 11.9814 15.0055C11.9796 15.1062 11.9982 15.2062 12.0359 15.2996C12.0736 15.393 12.1297 15.4778 12.201 15.549C12.2722 15.6203 12.357 15.6764 12.4504 15.7141C12.5438 15.7518 12.6438 15.7704 12.7445 15.7686C12.8452 15.7668 12.9445 15.7448 13.0365 15.7038C13.1285 15.6628 13.2113 15.6037 13.28 15.53L16.28 12.53Z",
3995
4064
  fill: "currentColor"
3996
4065
  }
3997
- ) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
4066
+ ) : /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3998
4067
  "path",
3999
4068
  {
4000
4069
  d: "M12.75 15L15.75 12M15.75 12L12.75 9M15.75 12H8.25M21 12C21 13.1819 20.7672 14.3522 20.3149 15.4442C19.8626 16.5361 19.1997 17.5282 18.364 18.364C17.5282 19.1997 16.5361 19.8626 15.4442 20.3149C14.3522 20.7672 13.1819 21 12 21C10.8181 21 9.64778 20.7672 8.55585 20.3149C7.46392 19.8626 6.47177 19.1997 5.63604 18.364C4.80031 17.5282 4.13738 16.5361 3.68508 15.4442C3.23279 14.3522 3 13.1819 3 12C3 9.61305 3.94821 7.32387 5.63604 5.63604C7.32387 3.94821 9.61305 3 12 3C14.3869 3 16.6761 3.94821 18.364 5.63604C20.0518 7.32387 21 9.61305 21 12Z",
@@ -4007,7 +4076,7 @@ var template = {
4007
4076
  );
4008
4077
  },
4009
4078
  "brace-up": ({ className, fill }) => {
4010
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
4079
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
4011
4080
  "svg",
4012
4081
  {
4013
4082
  width: "24",
@@ -4016,12 +4085,12 @@ var template = {
4016
4085
  fill: "none",
4017
4086
  xmlns: "http://www.w3.org/2000/svg",
4018
4087
  className,
4019
- children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { d: "M4.5 15.75L12 8.25L19.5 15.75", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
4088
+ children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { d: "M4.5 15.75L12 8.25L19.5 15.75", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
4020
4089
  }
4021
4090
  );
4022
4091
  },
4023
4092
  "brace-down": ({ className, fill }) => {
4024
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
4093
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
4025
4094
  "svg",
4026
4095
  {
4027
4096
  width: "24",
@@ -4030,12 +4099,12 @@ var template = {
4030
4099
  fill: "none",
4031
4100
  xmlns: "http://www.w3.org/2000/svg",
4032
4101
  className,
4033
- children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { d: "M19.5 8.25L12 15.75L4.5 8.25", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
4102
+ children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { d: "M19.5 8.25L12 15.75L4.5 8.25", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
4034
4103
  }
4035
4104
  );
4036
4105
  },
4037
4106
  "brace-left": ({ className, fill }) => {
4038
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
4107
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
4039
4108
  "svg",
4040
4109
  {
4041
4110
  width: "24",
@@ -4044,12 +4113,12 @@ var template = {
4044
4113
  fill: "none",
4045
4114
  xmlns: "http://www.w3.org/2000/svg",
4046
4115
  className,
4047
- children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { d: "M15.75 19.5L8.25 12L15.75 4.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
4116
+ children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { d: "M15.75 19.5L8.25 12L15.75 4.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
4048
4117
  }
4049
4118
  );
4050
4119
  },
4051
4120
  "brace-right": ({ className, fill }) => {
4052
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
4121
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
4053
4122
  "svg",
4054
4123
  {
4055
4124
  width: "24",
@@ -4058,12 +4127,12 @@ var template = {
4058
4127
  fill: "none",
4059
4128
  xmlns: "http://www.w3.org/2000/svg",
4060
4129
  className,
4061
- children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { d: "M8.25 4.5L15.75 12L8.25 19.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
4130
+ children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { d: "M8.25 4.5L15.75 12L8.25 19.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
4062
4131
  }
4063
4132
  );
4064
4133
  },
4065
4134
  "brace-double-up": ({ className, fill }) => {
4066
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(
4135
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(
4067
4136
  "svg",
4068
4137
  {
4069
4138
  width: "24",
@@ -4073,14 +4142,14 @@ var template = {
4073
4142
  xmlns: "http://www.w3.org/2000/svg",
4074
4143
  className,
4075
4144
  children: [
4076
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { d: "M4.5 18.75L12 11.25L19.5 18.75", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
4077
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { d: "M4.5 12.75L12 5.25L19.5 12.75", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
4145
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { d: "M4.5 18.75L12 11.25L19.5 18.75", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
4146
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { d: "M4.5 12.75L12 5.25L19.5 12.75", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
4078
4147
  ]
4079
4148
  }
4080
4149
  );
4081
4150
  },
4082
4151
  "brace-double-down": ({ className, fill }) => {
4083
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
4152
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
4084
4153
  "svg",
4085
4154
  {
4086
4155
  width: "24",
@@ -4089,7 +4158,7 @@ var template = {
4089
4158
  fill: "none",
4090
4159
  xmlns: "http://www.w3.org/2000/svg",
4091
4160
  className,
4092
- children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
4161
+ children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
4093
4162
  "path",
4094
4163
  {
4095
4164
  d: "M4.5 5.25L12 12.75L19.5 5.25M4.5 11.25L12 18.75L19.5 11.25",
@@ -4102,7 +4171,7 @@ var template = {
4102
4171
  );
4103
4172
  },
4104
4173
  "brace-double-left": ({ className, fill }) => {
4105
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
4174
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
4106
4175
  "svg",
4107
4176
  {
4108
4177
  width: "24",
@@ -4111,7 +4180,7 @@ var template = {
4111
4180
  fill: "none",
4112
4181
  xmlns: "http://www.w3.org/2000/svg",
4113
4182
  className,
4114
- children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
4183
+ children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
4115
4184
  "path",
4116
4185
  {
4117
4186
  d: "M18.75 4.5L11.25 12L18.75 19.5M12.75 4.5L5.25 12L12.75 19.5",
@@ -4124,7 +4193,7 @@ var template = {
4124
4193
  );
4125
4194
  },
4126
4195
  "brace-double-right": ({ className, fill }) => {
4127
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
4196
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
4128
4197
  "svg",
4129
4198
  {
4130
4199
  width: "24",
@@ -4133,7 +4202,7 @@ var template = {
4133
4202
  fill: "none",
4134
4203
  xmlns: "http://www.w3.org/2000/svg",
4135
4204
  className,
4136
- children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
4205
+ children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
4137
4206
  "path",
4138
4207
  {
4139
4208
  d: "M5.25 4.5L12.75 12L5.25 19.5M11.25 4.5L18.75 12L11.25 19.5",
@@ -4146,7 +4215,7 @@ var template = {
4146
4215
  );
4147
4216
  },
4148
4217
  "arrow-uturn-up": ({ className, fill }) => {
4149
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
4218
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
4150
4219
  "svg",
4151
4220
  {
4152
4221
  width: "24",
@@ -4155,7 +4224,7 @@ var template = {
4155
4224
  fill: "none",
4156
4225
  xmlns: "http://www.w3.org/2000/svg",
4157
4226
  className,
4158
- children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
4227
+ children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
4159
4228
  "path",
4160
4229
  {
4161
4230
  d: "M9 9L15 3M15 3L21 9M15 3V15C15 16.5913 14.3679 18.1174 13.2426 19.2426C12.1174 20.3679 10.5913 21 9 21C7.4087 21 5.88258 20.3679 4.75736 19.2426C3.63214 18.1174 3 16.5913 3 15V12",
@@ -4168,7 +4237,7 @@ var template = {
4168
4237
  );
4169
4238
  },
4170
4239
  "arrow-uturn-down": ({ className, fill }) => {
4171
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
4240
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
4172
4241
  "svg",
4173
4242
  {
4174
4243
  width: "24",
@@ -4177,7 +4246,7 @@ var template = {
4177
4246
  fill: "none",
4178
4247
  xmlns: "http://www.w3.org/2000/svg",
4179
4248
  className,
4180
- children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
4249
+ children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
4181
4250
  "path",
4182
4251
  {
4183
4252
  d: "M15 15L9 21M9 21L3 15M9 21V9C9 7.4087 9.63214 5.88258 10.7574 4.75736C11.8826 3.63214 13.4087 3 15 3C16.5913 3 18.1174 3.63214 19.2426 4.75736C20.3679 5.88258 21 7.4087 21 9V12",
@@ -4190,7 +4259,7 @@ var template = {
4190
4259
  );
4191
4260
  },
4192
4261
  "arrow-uturn-left": ({ className, fill }) => {
4193
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
4262
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
4194
4263
  "svg",
4195
4264
  {
4196
4265
  width: "24",
@@ -4199,7 +4268,7 @@ var template = {
4199
4268
  fill: "none",
4200
4269
  xmlns: "http://www.w3.org/2000/svg",
4201
4270
  className,
4202
- children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
4271
+ children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
4203
4272
  "path",
4204
4273
  {
4205
4274
  d: "M9 15L3 9M3 9L9 3M3 9H15C16.5913 9 18.1174 9.63214 19.2426 10.7574C20.3679 11.8826 21 13.4087 21 15C21 16.5913 20.3679 18.1174 19.2426 19.2426C18.1174 20.3679 16.5913 21 15 21H12",
@@ -4212,7 +4281,7 @@ var template = {
4212
4281
  );
4213
4282
  },
4214
4283
  "arrow-uturn-right": ({ className, fill }) => {
4215
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
4284
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
4216
4285
  "svg",
4217
4286
  {
4218
4287
  width: "24",
@@ -4221,7 +4290,7 @@ var template = {
4221
4290
  fill: "none",
4222
4291
  xmlns: "http://www.w3.org/2000/svg",
4223
4292
  className,
4224
- children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
4293
+ children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
4225
4294
  "path",
4226
4295
  {
4227
4296
  d: "M15 15L21 9M21 9L15 3M21 9H9C7.4087 9 5.88258 9.63214 4.75736 10.7574C3.63214 11.8826 3 13.4087 3 15C3 16.5913 3.63214 18.1174 4.75736 19.2426C5.88258 20.3679 7.4087 21 9 21H12",
@@ -4234,7 +4303,7 @@ var template = {
4234
4303
  );
4235
4304
  },
4236
4305
  "arrow-up": ({ className, fill }) => {
4237
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
4306
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
4238
4307
  "svg",
4239
4308
  {
4240
4309
  width: "24",
@@ -4243,7 +4312,7 @@ var template = {
4243
4312
  fill: "none",
4244
4313
  xmlns: "http://www.w3.org/2000/svg",
4245
4314
  className,
4246
- children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
4315
+ children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
4247
4316
  "path",
4248
4317
  {
4249
4318
  d: "M4.5 10.5L12 3M12 3L19.5 10.5M12 3V21",
@@ -4256,7 +4325,7 @@ var template = {
4256
4325
  );
4257
4326
  },
4258
4327
  "arrow-down": ({ className, fill }) => {
4259
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
4328
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
4260
4329
  "svg",
4261
4330
  {
4262
4331
  width: "24",
@@ -4265,7 +4334,7 @@ var template = {
4265
4334
  fill: "none",
4266
4335
  xmlns: "http://www.w3.org/2000/svg",
4267
4336
  className,
4268
- children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
4337
+ children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
4269
4338
  "path",
4270
4339
  {
4271
4340
  d: "M19.5 13.5L12 21M12 21L4.5 13.5M12 21V3",
@@ -4278,7 +4347,7 @@ var template = {
4278
4347
  );
4279
4348
  },
4280
4349
  "arrow-left": ({ className, fill }) => {
4281
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
4350
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
4282
4351
  "svg",
4283
4352
  {
4284
4353
  width: "24",
@@ -4287,7 +4356,7 @@ var template = {
4287
4356
  fill: "none",
4288
4357
  xmlns: "http://www.w3.org/2000/svg",
4289
4358
  className,
4290
- children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
4359
+ children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
4291
4360
  "path",
4292
4361
  {
4293
4362
  d: "M10.5 19.5L3 12M3 12L10.5 4.5M3 12H21",
@@ -4300,7 +4369,7 @@ var template = {
4300
4369
  );
4301
4370
  },
4302
4371
  "arrow-right": ({ className, fill }) => {
4303
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
4372
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
4304
4373
  "svg",
4305
4374
  {
4306
4375
  width: "24",
@@ -4309,7 +4378,7 @@ var template = {
4309
4378
  fill: "none",
4310
4379
  xmlns: "http://www.w3.org/2000/svg",
4311
4380
  className,
4312
- children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
4381
+ children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
4313
4382
  "path",
4314
4383
  {
4315
4384
  d: "M13.5 4.5L21 12M21 12L13.5 19.5M21 12H3",
@@ -4322,7 +4391,7 @@ var template = {
4322
4391
  );
4323
4392
  },
4324
4393
  "arrow-up-thin": ({ className, fill }) => {
4325
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
4394
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
4326
4395
  "svg",
4327
4396
  {
4328
4397
  width: "24",
@@ -4331,7 +4400,7 @@ var template = {
4331
4400
  fill: "none",
4332
4401
  xmlns: "http://www.w3.org/2000/svg",
4333
4402
  className,
4334
- children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
4403
+ children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
4335
4404
  "path",
4336
4405
  {
4337
4406
  d: "M8.25 6.75L12 3M12 3L15.75 6.75M12 3V21",
@@ -4344,7 +4413,7 @@ var template = {
4344
4413
  );
4345
4414
  },
4346
4415
  "arrow-down-thin": ({ className, fill }) => {
4347
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
4416
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
4348
4417
  "svg",
4349
4418
  {
4350
4419
  width: "24",
@@ -4353,7 +4422,7 @@ var template = {
4353
4422
  fill: "none",
4354
4423
  xmlns: "http://www.w3.org/2000/svg",
4355
4424
  className,
4356
- children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
4425
+ children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
4357
4426
  "path",
4358
4427
  {
4359
4428
  d: "M15.75 17.25L12 21M12 21L8.25 17.25M12 21V3",
@@ -4366,7 +4435,7 @@ var template = {
4366
4435
  );
4367
4436
  },
4368
4437
  "arrow-left-thin": ({ className, fill }) => {
4369
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
4438
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
4370
4439
  "svg",
4371
4440
  {
4372
4441
  width: "24",
@@ -4375,7 +4444,7 @@ var template = {
4375
4444
  fill: "none",
4376
4445
  xmlns: "http://www.w3.org/2000/svg",
4377
4446
  className,
4378
- children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
4447
+ children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
4379
4448
  "path",
4380
4449
  {
4381
4450
  d: "M6.75 15.75L3 12M3 12L6.75 8.25M3 12H21",
@@ -4388,7 +4457,7 @@ var template = {
4388
4457
  );
4389
4458
  },
4390
4459
  "arrow-right-thin": ({ className, fill }) => {
4391
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
4460
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
4392
4461
  "svg",
4393
4462
  {
4394
4463
  width: "24",
@@ -4397,7 +4466,7 @@ var template = {
4397
4466
  fill: "none",
4398
4467
  xmlns: "http://www.w3.org/2000/svg",
4399
4468
  className,
4400
- children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
4469
+ children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
4401
4470
  "path",
4402
4471
  {
4403
4472
  d: "M17.25 8.25L21 12M21 12L17.25 15.75M21 12H3",
@@ -4410,7 +4479,7 @@ var template = {
4410
4479
  );
4411
4480
  },
4412
4481
  "convert-horizontal": ({ className }) => {
4413
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
4482
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
4414
4483
  "svg",
4415
4484
  {
4416
4485
  width: "24",
@@ -4419,7 +4488,7 @@ var template = {
4419
4488
  fill: "none",
4420
4489
  xmlns: "http://www.w3.org/2000/svg",
4421
4490
  className,
4422
- children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
4491
+ children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
4423
4492
  "path",
4424
4493
  {
4425
4494
  d: "M7.5 21L3 16.5M3 16.5L7.5 12M3 16.5H16.5M16.5 3L21 7.5M21 7.5L16.5 12M21 7.5H7.5",
@@ -4432,7 +4501,7 @@ var template = {
4432
4501
  );
4433
4502
  },
4434
4503
  "convert-vertical": ({ className }) => {
4435
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
4504
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
4436
4505
  "svg",
4437
4506
  {
4438
4507
  width: "24",
@@ -4441,7 +4510,7 @@ var template = {
4441
4510
  fill: "none",
4442
4511
  xmlns: "http://www.w3.org/2000/svg",
4443
4512
  className,
4444
- children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
4513
+ children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
4445
4514
  "path",
4446
4515
  {
4447
4516
  d: "M3 7.5L7.5 3M7.5 3L12 7.5M7.5 3V16.5M21 16.5L16.5 21M16.5 21L12 16.5M16.5 21V7.5",
@@ -4454,7 +4523,7 @@ var template = {
4454
4523
  );
4455
4524
  },
4456
4525
  "arrow-both-vertical": ({ className, fill }) => {
4457
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
4526
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
4458
4527
  "svg",
4459
4528
  {
4460
4529
  width: "24",
@@ -4463,7 +4532,7 @@ var template = {
4463
4532
  fill: "none",
4464
4533
  xmlns: "http://www.w3.org/2000/svg",
4465
4534
  className,
4466
- children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
4535
+ children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
4467
4536
  "path",
4468
4537
  {
4469
4538
  d: "M8.25 15L12 18.75L15.75 15M8.25 9L12 5.25L15.75 9",
@@ -4477,7 +4546,7 @@ var template = {
4477
4546
  },
4478
4547
  // ** Control **
4479
4548
  fullscreen: ({ className, fill }) => {
4480
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
4549
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
4481
4550
  "svg",
4482
4551
  {
4483
4552
  width: "24",
@@ -4486,7 +4555,7 @@ var template = {
4486
4555
  fill: "none",
4487
4556
  xmlns: "http://www.w3.org/2000/svg",
4488
4557
  className,
4489
- children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
4558
+ children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
4490
4559
  "path",
4491
4560
  {
4492
4561
  d: "M3.75 3.75V8.25M3.75 3.75H8.25M3.75 3.75L9 9M3.75 20.25V15.75M3.75 20.25H8.25M3.75 20.25L9 15M20.25 3.75H15.75M20.25 3.75V8.25M20.25 3.75L15 9M20.25 20.25H15.75M20.25 20.25V15.75M20.25 20.25L15 15",
@@ -4499,7 +4568,7 @@ var template = {
4499
4568
  );
4500
4569
  },
4501
4570
  "fullscreen-exit": ({ className, fill }) => {
4502
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
4571
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
4503
4572
  "svg",
4504
4573
  {
4505
4574
  width: "24",
@@ -4508,7 +4577,7 @@ var template = {
4508
4577
  fill: "none",
4509
4578
  xmlns: "http://www.w3.org/2000/svg",
4510
4579
  className,
4511
- children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
4580
+ children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
4512
4581
  "path",
4513
4582
  {
4514
4583
  d: "M9 9V4.5M9 9H4.5M9 9L3.75 3.75M9 15V19.5M9 15H4.5M9 15L3.75 20.25M15 9H19.5M15 9V4.5M15 9L20.25 3.75M15 15H19.5M15 15V19.5M15 15L20.25 20.25",
@@ -4521,7 +4590,7 @@ var template = {
4521
4590
  );
4522
4591
  },
4523
4592
  undo: ({ className, fill }) => {
4524
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
4593
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
4525
4594
  "svg",
4526
4595
  {
4527
4596
  width: "24",
@@ -4530,7 +4599,7 @@ var template = {
4530
4599
  fill: "none",
4531
4600
  xmlns: "http://www.w3.org/2000/svg",
4532
4601
  className,
4533
- children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
4602
+ children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
4534
4603
  "path",
4535
4604
  {
4536
4605
  d: "M4.16635 2.3705C4.02963 2.40138 3.96965 2.46618 3.88967 2.57814C3.83652 2.73759 3.82947 2.87234 3.82026 3.04035C3.81843 3.07293 3.81659 3.10551 3.8147 3.13907C3.80866 3.24725 3.80292 3.35544 3.7972 3.46364C3.79308 3.53968 3.78894 3.61572 3.78479 3.69175C3.77611 3.85189 3.76758 4.01204 3.75915 4.17219C3.7506 4.33439 3.74183 4.49657 3.73283 4.65875C3.70372 5.18383 3.6771 5.70895 3.6553 6.23439C3.65277 6.29424 3.65025 6.35409 3.64764 6.41575C3.64189 6.56893 3.63793 6.722 3.63497 6.87526C3.63254 6.93958 3.63254 6.93958 3.63006 7.00519C3.62873 7.18914 3.63157 7.28093 3.74409 7.43074C3.95039 7.52891 4.13804 7.5366 4.36428 7.5458C4.41131 7.5484 4.45834 7.55101 4.50679 7.55369C4.66043 7.56201 4.8141 7.56911 4.9678 7.57619C5.07383 7.58169 5.17985 7.58726 5.28588 7.59291C5.49973 7.60419 5.7136 7.615 5.9275 7.62542C6.20327 7.63895 6.47891 7.65413 6.75454 7.67012C6.90701 7.67887 7.05947 7.68759 7.21194 7.69631C7.24689 7.69832 7.28183 7.70033 7.31784 7.7024C7.53444 7.71471 7.75104 7.72517 7.9678 7.73439C8.02226 7.73733 8.07671 7.74027 8.13282 7.7433C8.20794 7.74587 8.20794 7.74587 8.28457 7.74849C8.32778 7.75033 8.37099 7.75216 8.41551 7.75404C8.56944 7.72769 8.62227 7.66781 8.7178 7.54689C8.7742 7.353 8.78885 7.26326 8.69143 7.084C8.50492 6.9214 8.27626 6.9325 8.03642 6.91929C7.98661 6.91648 7.9368 6.91367 7.88548 6.91077C7.83216 6.90793 7.77884 6.9051 7.7239 6.90218C7.66804 6.89913 7.61217 6.89607 7.55461 6.89292C7.43626 6.8865 7.3179 6.88016 7.19953 6.8739C7.02116 6.86441 6.84281 6.85452 6.66445 6.84459C6.05144 6.8113 5.44112 6.78629 4.82717 6.79689C6.20135 5.19496 8.21424 4.19565 10.3115 3.98439C10.4345 3.97874 10.5564 3.97461 10.6794 3.97322C10.7134 3.97277 10.7474 3.97231 10.7825 3.97183C11.5643 3.96346 12.3143 3.97928 13.0772 4.17189C13.1172 4.18194 13.1572 4.19199 13.1985 4.20234C15.3792 4.76853 17.2608 6.17196 18.4079 8.11445C19.5208 10.0576 19.8565 12.3493 19.2969 14.5254C18.7207 16.6293 17.3551 18.5176 15.4649 19.629C13.4193 20.7872 11.1283 21.1232 8.84507 20.5163C8.082 20.2985 7.31983 19.9839 6.6553 19.5469C6.62385 19.5262 6.59241 19.5056 6.56001 19.4843C6.07324 19.1603 5.61756 18.8119 5.21646 18.384C5.1553 18.3281 5.1553 18.3281 5.06155 18.3281C5.0497 18.3008 5.03786 18.2735 5.02566 18.2454C4.92301 18.0596 4.76624 17.9318 4.5928 17.8125C4.44338 17.7774 4.44338 17.7774 4.31155 17.8125C4.15041 17.9281 4.08874 18.0048 4.03616 18.1963C4.10165 18.4817 4.29576 18.6414 4.49905 18.8438C4.53512 18.8821 4.57119 18.9204 4.60836 18.9599C4.91989 19.2853 5.26425 19.5589 5.62405 19.8281C5.66302 19.8575 5.702 19.8869 5.74215 19.9171C7.30581 21.0519 9.17315 21.6196 11.0967 21.6211C11.1332 21.6211 11.1697 21.6212 11.2074 21.6212C11.794 21.6204 12.361 21.5908 12.9365 21.4688C12.9752 21.4607 13.0138 21.4527 13.0536 21.4444C14.8321 21.0626 16.3634 20.1905 17.6709 18.9375C17.7062 18.9042 17.7414 18.8709 17.7777 18.8366C19.2804 17.3815 20.3163 15.1034 20.3529 13.0076C20.3534 12.9547 20.3534 12.9547 20.354 12.9007C20.3544 12.8627 20.3549 12.8247 20.3554 12.7856C20.3634 11.9459 20.3574 11.1329 20.1553 10.3125C20.1448 10.2695 20.1342 10.2265 20.1233 10.1822C19.7469 8.69257 19.0429 7.32785 18 6.19722C17.9175 6.10714 17.8393 6.01518 17.7617 5.92092C17.6072 5.73985 17.431 5.59034 17.249 5.43752C17.2097 5.40284 17.1703 5.36815 17.1297 5.33242C15.27 3.72446 12.8435 2.98965 10.4033 3.15548C8.1715 3.33391 6.07215 4.30842 4.49905 5.90627C4.50081 5.87208 4.50257 5.83788 4.50439 5.80265C4.52106 5.47859 4.53762 5.15452 4.55405 4.83044C4.5625 4.66388 4.571 4.49732 4.57959 4.33076C4.5895 4.13877 4.59921 3.94678 4.60891 3.75478C4.61199 3.69568 4.61506 3.63658 4.61823 3.57569C4.66333 2.6743 4.66333 2.6743 4.56936 2.47853C4.42668 2.37153 4.34135 2.35942 4.16635 2.3705Z",
@@ -4541,7 +4610,7 @@ var template = {
4541
4610
  );
4542
4611
  },
4543
4612
  redo: ({ className, fill }) => {
4544
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
4613
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
4545
4614
  "svg",
4546
4615
  {
4547
4616
  width: "24",
@@ -4550,7 +4619,7 @@ var template = {
4550
4619
  fill: "none",
4551
4620
  xmlns: "http://www.w3.org/2000/svg",
4552
4621
  className,
4553
- children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
4622
+ children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
4554
4623
  "path",
4555
4624
  {
4556
4625
  d: "M19.8337 2.3705C19.9704 2.40138 20.0304 2.46618 20.1103 2.57814C20.1635 2.73759 20.1705 2.87234 20.1797 3.04035C20.1816 3.07293 20.1834 3.10551 20.1853 3.13907C20.1913 3.24725 20.1971 3.35544 20.2028 3.46364C20.2069 3.53968 20.2111 3.61572 20.2152 3.69175C20.2239 3.85189 20.2324 4.01204 20.2408 4.17219C20.2494 4.33439 20.2582 4.49657 20.2672 4.65875C20.2963 5.18383 20.3229 5.70895 20.3447 6.23439C20.3472 6.29424 20.3498 6.35409 20.3524 6.41575C20.3581 6.56893 20.3621 6.722 20.365 6.87526C20.3675 6.93958 20.3675 6.93958 20.3699 7.00519C20.3713 7.18914 20.3684 7.28093 20.2559 7.43074C20.0496 7.52891 19.862 7.5366 19.6357 7.5458C19.5887 7.5484 19.5417 7.55101 19.4932 7.55369C19.3396 7.56201 19.1859 7.56911 19.0322 7.57619C18.9262 7.58169 18.8201 7.58726 18.7141 7.59291C18.5003 7.60419 18.2864 7.615 18.0725 7.62542C17.7967 7.63895 17.5211 7.65413 17.2455 7.67012C17.093 7.67887 16.9405 7.68759 16.7881 7.69631C16.7531 7.69832 16.7182 7.70033 16.6822 7.7024C16.4656 7.71471 16.249 7.72517 16.0322 7.73439C15.9777 7.73733 15.9233 7.74027 15.8672 7.7433C15.7921 7.74587 15.7921 7.74587 15.7154 7.74849C15.6722 7.75033 15.629 7.75216 15.5845 7.75404C15.4306 7.72769 15.3777 7.66781 15.2822 7.54689C15.2258 7.353 15.2111 7.26326 15.3086 7.084C15.4951 6.9214 15.7237 6.9325 15.9636 6.91929C16.0134 6.91648 16.0632 6.91367 16.1145 6.91077C16.1678 6.90793 16.2212 6.9051 16.2761 6.90218C16.332 6.89913 16.3878 6.89607 16.4454 6.89292C16.5637 6.8865 16.6821 6.88016 16.8005 6.8739C16.9788 6.86441 17.1572 6.85452 17.3355 6.84459C17.9486 6.8113 18.5589 6.78629 19.1728 6.79689C17.7986 5.19496 15.7858 4.19565 13.6885 3.98439C13.5655 3.97874 13.4436 3.97461 13.3206 3.97322C13.2866 3.97277 13.2526 3.97231 13.2175 3.97183C12.4357 3.96346 11.6857 3.97928 10.9228 4.17189C10.8828 4.18194 10.8428 4.19199 10.8015 4.20234C8.62081 4.76853 6.73922 6.17196 5.5921 8.11445C4.47923 10.0576 4.14351 12.3493 4.7031 14.5254C5.27927 16.6293 6.64485 18.5176 8.53505 19.629C10.5807 20.7872 12.8717 21.1232 15.1549 20.5163C15.918 20.2985 16.6802 19.9839 17.3447 19.5469C17.3761 19.5262 17.4076 19.5056 17.44 19.4843C17.9268 19.1603 18.3824 18.8119 18.7835 18.384C18.8447 18.3281 18.8447 18.3281 18.9385 18.3281C18.9503 18.3008 18.9621 18.2735 18.9743 18.2454C19.077 18.0596 19.2338 17.9318 19.4072 17.8125C19.5566 17.7774 19.5566 17.7774 19.6885 17.8125C19.8496 17.9281 19.9113 18.0048 19.9638 18.1963C19.8983 18.4817 19.7042 18.6414 19.501 18.8438C19.4649 18.8821 19.4288 18.9204 19.3916 18.9599C19.0801 19.2853 18.7357 19.5589 18.376 19.8281C18.337 19.8575 18.298 19.8869 18.2578 19.9171C16.6942 21.0519 14.8268 21.6196 12.9033 21.6211C12.8668 21.6211 12.8303 21.6212 12.7926 21.6212C12.206 21.6204 11.639 21.5908 11.0635 21.4688C11.0248 21.4607 10.9862 21.4527 10.9464 21.4444C9.1679 21.0626 7.6366 20.1905 6.32908 18.9375C6.29385 18.9042 6.25862 18.8709 6.22233 18.8366C4.71955 17.3815 3.68373 15.1034 3.64711 13.0076C3.64658 12.9547 3.64658 12.9547 3.64603 12.9007C3.64557 12.8627 3.64512 12.8247 3.64464 12.7856C3.63658 11.9459 3.64258 11.1329 3.8447 10.3125C3.85525 10.2695 3.86579 10.2265 3.87665 10.1822C4.25308 8.69257 4.95709 7.32785 6.00004 6.19722C6.08247 6.10714 6.16071 6.01518 6.23826 5.92092C6.39279 5.73985 6.56905 5.59034 6.75095 5.43752C6.79035 5.40284 6.82975 5.36815 6.87034 5.33242C8.73001 3.72446 11.1565 2.98965 13.5967 3.15548C15.8285 3.33391 17.9279 4.30842 19.501 5.90627C19.4992 5.87208 19.4974 5.83788 19.4956 5.80265C19.4789 5.47859 19.4624 5.15452 19.4459 4.83044C19.4375 4.66388 19.429 4.49732 19.4204 4.33076C19.4105 4.13877 19.4008 3.94678 19.3911 3.75478C19.388 3.69568 19.3849 3.63658 19.3818 3.57569C19.3367 2.6743 19.3367 2.6743 19.4306 2.47853C19.5733 2.37153 19.6586 2.35942 19.8337 2.3705Z",
@@ -4561,7 +4630,7 @@ var template = {
4561
4630
  );
4562
4631
  },
4563
4632
  reset: ({ className, fill }) => {
4564
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(
4633
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(
4565
4634
  "svg",
4566
4635
  {
4567
4636
  width: "24",
@@ -4571,8 +4640,8 @@ var template = {
4571
4640
  xmlns: "http://www.w3.org/2000/svg",
4572
4641
  className,
4573
4642
  children: [
4574
- /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("g", { clipPath: "url(#clip0_377_2103)", children: [
4575
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
4643
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("g", { clipPath: "url(#clip0_377_2103)", children: [
4644
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
4576
4645
  "path",
4577
4646
  {
4578
4647
  d: "M3.19421 9.44931C3.92844 7.26609 5.4231 5.4196 7.4055 4.24672C9.3879 3.07384 11.7259 2.65276 13.9929 3.06029C16.26 3.46783 18.3049 4.67682 19.7547 6.4667C21.2045 8.25657 21.9625 10.508 21.8904 12.8103C21.8183 15.1125 20.9209 17.3121 19.3619 19.0077C17.803 20.7034 15.6863 21.782 13.3982 22.0469C11.1101 22.3117 8.80308 21.7452 6.89797 20.4505C4.99286 19.1559 3.61668 17.2195 3.02053 14.9946",
@@ -4581,7 +4650,7 @@ var template = {
4581
4650
  strokeLinecap: "round"
4582
4651
  }
4583
4652
  ),
4584
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
4653
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
4585
4654
  "path",
4586
4655
  {
4587
4656
  d: "M1.61074 5.77109L2.82717 10.2312L6.90294 7.87801",
@@ -4591,13 +4660,13 @@ var template = {
4591
4660
  }
4592
4661
  )
4593
4662
  ] }),
4594
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("clipPath", { id: "clip0_377_2103", children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("rect", { width: "24", height: "24", fill: "white" }) }) })
4663
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("clipPath", { id: "clip0_377_2103", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("rect", { width: "24", height: "24", fill: "white" }) }) })
4595
4664
  ]
4596
4665
  }
4597
4666
  );
4598
4667
  },
4599
4668
  "sync-circle": ({ className, fill }) => {
4600
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
4669
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
4601
4670
  "svg",
4602
4671
  {
4603
4672
  width: "24",
@@ -4606,7 +4675,7 @@ var template = {
4606
4675
  fill: "none",
4607
4676
  xmlns: "http://www.w3.org/2000/svg",
4608
4677
  className,
4609
- children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
4678
+ children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
4610
4679
  "path",
4611
4680
  {
4612
4681
  d: "M16.0234 9.34794H21.0154L17.8344 6.16494C16.8103 5.14081 15.5346 4.40433 14.1356 4.02955C12.7366 3.65476 11.2636 3.65487 9.86464 4.02986C8.4657 4.40486 7.19014 5.14153 6.16617 6.16581C5.14221 7.19009 4.40594 8.46588 4.03138 9.86494M2.98537 19.6439V14.6519M2.98537 14.6519H7.97738M2.98537 14.6519L6.16537 17.8349C7.18949 18.8591 8.46517 19.5955 9.86416 19.9703C11.2632 20.3451 12.7362 20.345 14.1351 19.97C15.534 19.595 16.8096 18.8584 17.8336 17.8341C18.8575 16.8098 19.5938 15.534 19.9684 14.1349M21.0154 4.35594V9.34594",
@@ -4619,7 +4688,7 @@ var template = {
4619
4688
  );
4620
4689
  },
4621
4690
  "sync-square": ({ className, fill }) => {
4622
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
4691
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
4623
4692
  "svg",
4624
4693
  {
4625
4694
  width: "24",
@@ -4628,7 +4697,7 @@ var template = {
4628
4697
  fill: "none",
4629
4698
  xmlns: "http://www.w3.org/2000/svg",
4630
4699
  className,
4631
- children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
4700
+ children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
4632
4701
  "path",
4633
4702
  {
4634
4703
  d: "M19.5 11.9999C19.5 10.7679 19.454 9.54694 19.362 8.33794C19.2912 7.38009 18.8787 6.47953 18.1996 5.80038C17.5204 5.12123 16.6199 4.7087 15.662 4.63794C13.2241 4.45402 10.7759 4.45402 8.338 4.63794C7.38015 4.7087 6.4796 5.12123 5.80045 5.80038C5.1213 6.47953 4.70876 7.38009 4.638 8.33794C4.621 8.55794 4.606 8.77894 4.592 8.99994M19.5 11.9999L22.5 8.99994M19.5 11.9999L16.5 8.99994M4.5 11.9999C4.5 13.2319 4.546 14.4529 4.638 15.6619C4.70876 16.6198 5.1213 17.5203 5.80045 18.1995C6.4796 18.8786 7.38015 19.2912 8.338 19.3619C10.7759 19.5459 13.2241 19.5459 15.662 19.3619C16.6199 19.2912 17.5204 18.8786 18.1996 18.1995C18.8787 17.5203 19.2912 16.6198 19.362 15.6619C19.379 15.4419 19.394 15.2209 19.408 14.9999M4.5 11.9999L7.5 14.9999M4.5 11.9999L1.5 14.9999",
@@ -4642,7 +4711,7 @@ var template = {
4642
4711
  },
4643
4712
  // ** Logo **
4644
4713
  google: ({ className, fill }) => {
4645
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(
4714
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(
4646
4715
  "svg",
4647
4716
  {
4648
4717
  width: "24",
@@ -4652,43 +4721,43 @@ var template = {
4652
4721
  xmlns: "http://www.w3.org/2000/svg",
4653
4722
  className,
4654
4723
  children: [
4655
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("rect", { width: "24", height: "24", fill: "transparent" }),
4656
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
4724
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("rect", { width: "24", height: "24", fill: "transparent" }),
4725
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
4657
4726
  "path",
4658
4727
  {
4659
4728
  d: "M11.9853 2.37609C12.0222 2.37617 12.059 2.37626 12.0969 2.37635C12.6841 2.37863 13.2519 2.41081 13.8281 2.53136C13.8882 2.54343 13.8882 2.54343 13.9496 2.55574C15.428 2.85824 16.8181 3.50405 17.9971 4.44738C18.0278 4.4719 18.0586 4.49642 18.0903 4.52168C18.2917 4.68842 18.4833 4.86075 18.5389 5.12725C18.538 5.16103 18.5371 5.1948 18.5361 5.2296C18.536 5.28045 18.536 5.28045 18.5359 5.33233C18.4924 5.55805 18.3425 5.71618 18.1841 5.87427C18.1459 5.91258 18.1078 5.95089 18.0684 5.99036C18.0069 6.05138 18.0069 6.05138 17.9441 6.11364C17.9019 6.15585 17.8597 6.19807 17.8161 6.24156C17.727 6.33056 17.6378 6.41946 17.5484 6.50821C17.4338 6.62203 17.3195 6.73617 17.2053 6.85041C17.0962 6.95944 16.987 7.06828 16.8777 7.17711C16.8161 7.23871 16.8161 7.23871 16.7531 7.30154C16.6961 7.35812 16.6961 7.35812 16.6379 7.41584C16.6044 7.44917 16.5709 7.4825 16.5364 7.51684C16.3759 7.66528 16.2286 7.66243 16.0171 7.65941C15.7926 7.62627 15.646 7.49357 15.4687 7.35949C14.4354 6.64743 13.307 6.21296 12.0381 6.21984C11.9616 6.22018 11.9616 6.22018 11.8835 6.22054C11.4569 6.22668 11.054 6.26988 10.6406 6.37511C10.5944 6.3868 10.5944 6.3868 10.5472 6.39873C9.31447 6.72307 8.15898 7.4457 7.40623 8.48449C7.38715 8.51076 7.36807 8.53704 7.34842 8.56411C6.44522 9.82251 6.04479 11.3435 6.273 12.8869C6.30076 13.0461 6.33542 13.2028 6.37498 13.3595C6.38278 13.3904 6.39057 13.4212 6.3986 13.4531C6.7292 14.7093 7.45059 15.8056 8.48436 16.5939C8.52031 16.6217 8.55626 16.6496 8.5933 16.6783C9.79564 17.5662 11.3081 17.9232 12.7868 17.7425C12.9802 17.7134 13.1698 17.673 13.3594 17.6251C13.3902 17.6173 13.4211 17.6095 13.4529 17.6015C14.867 17.2294 16.01 16.3763 16.834 15.1759C16.8519 15.1503 16.8699 15.1246 16.8884 15.0982C17.0264 14.8917 17.1304 14.6733 17.234 14.4483C17.2491 14.4157 17.2642 14.383 17.2798 14.3494C17.3168 14.2695 17.3537 14.1895 17.3906 14.1095C17.3349 14.1098 17.2791 14.1101 17.2217 14.1104C16.6961 14.1133 16.1706 14.1154 15.645 14.1168C15.3748 14.1175 15.1046 14.1185 14.8344 14.1201C14.5737 14.1216 14.3129 14.1225 14.0521 14.1228C13.9526 14.1231 13.8532 14.1236 13.7537 14.1244C13.6144 14.1254 13.475 14.1255 13.3356 14.1255C13.2946 14.126 13.2535 14.1265 13.2112 14.127C12.9751 14.1258 12.8141 14.0994 12.6094 13.9689C12.3901 13.7437 12.3696 13.5422 12.3674 13.2377C12.367 13.1863 12.3665 13.1348 12.3661 13.0818C12.3658 12.999 12.3658 12.999 12.3655 12.9145C12.3652 12.8574 12.3649 12.8002 12.3647 12.7413C12.3642 12.6205 12.3639 12.4997 12.3637 12.3789C12.3633 12.1945 12.3618 12.0101 12.3603 11.8256C12.36 11.7081 12.3598 11.5906 12.3596 11.4731C12.359 11.4181 12.3584 11.3632 12.3578 11.3065C12.3586 11.0172 12.3701 10.8001 12.5156 10.547C12.7397 10.3393 12.8644 10.3067 13.1663 10.3057C13.1999 10.3055 13.2335 10.3054 13.268 10.3052C13.3811 10.3047 13.4942 10.3045 13.6072 10.3043C13.6881 10.304 13.7689 10.3037 13.8497 10.3034C14.0698 10.3026 14.2898 10.3021 14.5099 10.3017C14.6473 10.3014 14.7847 10.3012 14.9222 10.3009C15.352 10.3 15.7818 10.2993 16.2117 10.2989C16.7081 10.2985 17.2046 10.2972 17.701 10.2953C18.0845 10.2939 18.468 10.2932 18.8516 10.2931C19.0807 10.293 19.3098 10.2925 19.539 10.2914C19.7546 10.2903 19.9702 10.2901 20.1858 10.2905C20.2649 10.2906 20.344 10.2903 20.4231 10.2896C20.5312 10.2888 20.6392 10.2891 20.7473 10.2897C20.838 10.2896 20.838 10.2896 20.9305 10.2894C21.1669 10.323 21.3165 10.4226 21.4595 10.6121C21.6675 11.0655 21.6266 11.6266 21.624 12.1173C21.6239 12.1523 21.6238 12.1873 21.6237 12.2234C21.621 12.7997 21.5877 13.3566 21.4687 13.922C21.4599 13.9653 21.4511 14.0085 21.442 14.0531C21.0759 15.7999 20.2484 17.3132 19.0312 18.6095C19.0082 18.6341 18.9851 18.6588 18.9613 18.6842C17.4473 20.2895 15.4295 21.2282 13.2656 21.5626C13.2158 21.5705 13.2158 21.5705 13.165 21.5785C10.7451 21.9045 8.17253 21.2034 6.23436 19.7345C4.15116 18.1368 2.79489 15.8492 2.43364 13.2441C2.38186 12.8353 2.37391 12.4293 2.37596 12.0177C2.37606 11.9809 2.37616 11.9441 2.37626 11.9062C2.38772 9.29548 3.45827 6.92838 5.27635 5.0714C7.06029 3.32824 9.50031 2.36403 11.9853 2.37609Z",
4660
4729
  fill: "#157DE5"
4661
4730
  }
4662
4731
  ),
4663
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
4732
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
4664
4733
  "path",
4665
4734
  {
4666
4735
  d: "M11.9854 2.37609C12.0222 2.37617 12.059 2.37626 12.097 2.37635C12.6841 2.37863 13.252 2.41081 13.8282 2.53136C13.8883 2.54343 13.8883 2.54343 13.9496 2.55574C15.4281 2.85824 16.8181 3.50405 17.9971 4.44738C18.0279 4.4719 18.0587 4.49642 18.0904 4.52168C18.2917 4.68842 18.4833 4.86075 18.5389 5.12725C18.538 5.16103 18.5371 5.1948 18.5362 5.2296C18.5361 5.28045 18.5361 5.28045 18.536 5.33233C18.4924 5.55805 18.3425 5.71618 18.1841 5.87427C18.146 5.91258 18.1078 5.95089 18.0685 5.99036C18.007 6.05138 18.007 6.05138 17.9442 6.11364C17.9019 6.15585 17.8597 6.19807 17.8162 6.24156C17.7271 6.33056 17.6378 6.41946 17.5485 6.50821C17.4338 6.62203 17.3195 6.73617 17.2053 6.85041C17.0963 6.95944 16.987 7.06828 16.8778 7.17711C16.8161 7.23871 16.8161 7.23871 16.7532 7.30154C16.6962 7.35812 16.6962 7.35812 16.638 7.41584C16.6045 7.44917 16.571 7.4825 16.5364 7.51684C16.3759 7.66528 16.2287 7.66243 16.0172 7.65941C15.7926 7.62627 15.6461 7.49357 15.4688 7.35949C14.4355 6.64743 13.307 6.21296 12.0381 6.21984C11.9616 6.22018 11.9616 6.22018 11.8836 6.22054C11.4569 6.22668 11.054 6.26988 10.6407 6.37511C10.5944 6.3868 10.5944 6.3868 10.5473 6.39873C9.31452 6.72307 8.15902 7.4457 7.40628 8.48449C7.3872 8.51076 7.36812 8.53704 7.34846 8.56411C6.4453 9.82246 6.04474 11.3435 6.27306 12.8869C6.3769 13.4827 6.56255 14.0479 6.83275 14.5884C6.89836 14.7205 6.93753 14.8034 6.93753 14.9532C6.88673 14.9822 6.88673 14.9822 6.8349 15.0117C5.78619 15.6091 4.7428 16.2152 3.70315 16.8282C2.64676 15.6386 2.36837 13.5499 2.37601 12.0177C2.37611 11.9809 2.37621 11.9441 2.37631 11.9062C2.38777 9.29548 3.45832 6.92838 5.2764 5.0714C7.06034 3.32824 9.50036 2.36403 11.9854 2.37609Z",
4667
4736
  fill: "#FF4B25"
4668
4737
  }
4669
4738
  ),
4670
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
4739
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
4671
4740
  "path",
4672
4741
  {
4673
4742
  d: "M6.93749 14.9062C7.08945 15.054 7.20416 15.2038 7.32128 15.3809C7.64691 15.8602 8.02313 16.2421 8.48436 16.5938C8.52032 16.6216 8.55627 16.6495 8.59331 16.6782C9.79564 17.5661 11.3081 17.9231 12.7868 17.7424C13.4155 17.6477 14.0204 17.4564 14.5842 17.1632C14.7867 17.0609 14.7867 17.0609 14.9067 17.0684C15.0398 17.1269 15.0706 17.2034 15.1388 17.3307C15.1644 17.3777 15.19 17.4246 15.2165 17.473C15.2572 17.5497 15.2572 17.5497 15.2988 17.6279C15.3575 17.7356 15.4163 17.8432 15.4751 17.9507C15.4901 17.9783 15.5051 18.0058 15.5205 18.0342C15.6726 18.3131 15.8322 18.5874 15.9932 18.8613C16.0472 18.9535 16.1012 19.0457 16.1552 19.1378C16.1943 19.2045 16.1943 19.2045 16.2342 19.2725C16.3607 19.4886 16.486 19.7052 16.6113 19.9219C16.6444 19.9791 16.6444 19.9791 16.6782 20.0375C16.7282 20.1239 16.7781 20.2104 16.8281 20.2969C16.07 21.1351 14.3223 21.3992 13.2656 21.5625C13.2324 21.5677 13.1992 21.573 13.165 21.5784C10.7452 21.9044 8.17254 21.2033 6.23436 19.7344C5.32979 19.0406 4.5759 18.2401 3.93749 17.2969C3.91398 17.2632 3.89048 17.2295 3.86626 17.1948C3.83336 17.1458 3.83336 17.1458 3.79979 17.0958C3.78003 17.0668 3.76027 17.0379 3.73992 17.008C3.70311 16.9219 3.70311 16.9219 3.71116 16.8234C3.78121 16.6628 3.9551 16.6061 4.10448 16.5293C4.18225 16.4877 4.25994 16.446 4.33757 16.4042C4.37921 16.3819 4.42085 16.3596 4.46376 16.3366C4.68958 16.2133 4.911 16.0825 5.1328 15.9521C5.55378 15.7055 5.97567 15.4604 6.39843 15.2168C6.42566 15.2011 6.45289 15.1854 6.48095 15.1692C6.63311 15.0815 6.78529 14.9939 6.93749 14.9062Z",
4674
4743
  fill: "#12B346"
4675
4744
  }
4676
4745
  ),
4677
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
4746
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
4678
4747
  "path",
4679
4748
  {
4680
4749
  d: "M3.65628 7.21875C3.82242 7.28178 3.9754 7.35526 4.13034 7.44214C4.19986 7.48105 4.19986 7.48105 4.27079 7.52075C4.32034 7.54871 4.36988 7.57666 4.42093 7.60547C4.49837 7.64899 4.49837 7.64899 4.57738 7.69339C4.98447 7.92293 5.38858 8.1574 5.79171 8.39381C6.17109 8.61616 6.55319 8.83323 6.93753 9.04688C6.91255 9.23494 6.84647 9.3833 6.76506 9.55191C6.10686 10.9204 6.06013 12.4937 6.54037 13.9243C6.622 14.1527 6.72434 14.3714 6.83275 14.5883C6.89836 14.7204 6.93753 14.8033 6.93753 14.9531C6.88673 14.982 6.88673 14.982 6.8349 15.0116C5.78619 15.609 4.7428 16.2151 3.70315 16.8281C2.64676 15.6385 2.36837 13.5498 2.37601 12.0176C2.37611 11.9808 2.37621 11.944 2.37631 11.9061C2.38234 10.5328 2.61706 8.25797 3.65628 7.21875Z",
4681
4750
  fill: "#FED400"
4682
4751
  }
4683
4752
  ),
4684
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
4753
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
4685
4754
  "path",
4686
4755
  {
4687
4756
  d: "M12 2.39062C12.982 2.39062 12.982 2.39062 13.3271 2.44629C13.388 2.45565 13.388 2.45565 13.45 2.46519C15.1148 2.734 16.6766 3.39071 17.9971 4.44727C18.0278 4.47179 18.0586 4.49631 18.0903 4.52157C18.2917 4.68831 18.4833 4.86064 18.5389 5.12714C18.538 5.16091 18.5371 5.19469 18.5361 5.22949C18.536 5.28034 18.536 5.28034 18.5359 5.33221C18.4924 5.55793 18.3425 5.71607 18.1841 5.87416C18.1459 5.91247 18.1078 5.95078 18.0685 5.99025C18.0069 6.05127 18.0069 6.05127 17.9442 6.11353C17.9019 6.15574 17.8597 6.19796 17.8162 6.24145C17.727 6.33045 17.6378 6.41935 17.5484 6.50809C17.4338 6.62192 17.3195 6.73606 17.2053 6.8503C17.0962 6.95933 16.987 7.06816 16.8777 7.177C16.8366 7.21806 16.7955 7.25912 16.7532 7.30143C16.7151 7.33915 16.6771 7.37687 16.638 7.41573C16.6044 7.44906 16.5709 7.48239 16.5364 7.51673C16.3759 7.66517 16.2286 7.66232 16.0172 7.6593C15.7926 7.62616 15.6461 7.49346 15.4688 7.35938C14.3868 6.61385 13.3108 6.28833 12 6.1875C12 4.93453 12 3.68156 12 2.39062Z",
4688
4757
  fill: "#D93F21"
4689
4758
  }
4690
4759
  ),
4691
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
4760
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
4692
4761
  "path",
4693
4762
  {
4694
4763
  d: "M14.9034 17.0692C15.0402 17.1261 15.0694 17.2011 15.1388 17.3307C15.1644 17.3777 15.1901 17.4246 15.2165 17.473C15.2436 17.5241 15.2708 17.5752 15.2988 17.6279C15.3575 17.7356 15.4163 17.8432 15.4752 17.9507C15.4976 17.992 15.4976 17.992 15.5206 18.0342C15.6726 18.3131 15.8322 18.5874 15.9932 18.8613C16.0472 18.9535 16.1012 19.0456 16.1552 19.1378C16.1813 19.1823 16.2074 19.2267 16.2342 19.2725C16.3607 19.4885 16.486 19.7052 16.6113 19.9219C16.6334 19.96 16.6555 19.9982 16.6782 20.0375C16.7282 20.1239 16.7782 20.2104 16.8281 20.2969C16.0697 21.1355 14.3225 21.3985 13.2656 21.5625C13.2329 21.5679 13.2001 21.5733 13.1664 21.5788C12.7772 21.6331 12.397 21.6094 12 21.6094C12 20.3564 12 19.1034 12 17.8125C12.2939 17.7815 12.5878 17.7506 12.8906 17.7187C13.0594 17.6895 13.2204 17.6599 13.3857 17.6191C13.4259 17.6095 13.466 17.5998 13.5073 17.5899C13.9069 17.4872 14.5188 17.0409 14.9034 17.0692Z",
@@ -4702,7 +4771,7 @@ var template = {
4702
4771
  };
4703
4772
 
4704
4773
  // src/components/icon/Icon.tsx
4705
- var import_jsx_runtime5 = require("react/jsx-runtime");
4774
+ var import_jsx_runtime6 = require("react/jsx-runtime");
4706
4775
  var Icon = ({ name, size = "md", fill = false, className, onClick, ...props }) => {
4707
4776
  const SVGIcon = template[name];
4708
4777
  const getInputIconSize = (size2) => {
@@ -4717,7 +4786,7 @@ var Icon = ({ name, size = "md", fill = false, className, onClick, ...props }) =
4717
4786
  return "size-[27px] stroke-[1.5px]";
4718
4787
  }
4719
4788
  };
4720
- return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("div", { className: "h-fit w-fit", onClick, children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
4789
+ return /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("div", { className: "h-fit w-fit", onClick, children: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
4721
4790
  SVGIcon,
4722
4791
  {
4723
4792
  fill,
@@ -4729,33 +4798,36 @@ var Icon = ({ name, size = "md", fill = false, className, onClick, ...props }) =
4729
4798
  var Icon_default = Icon;
4730
4799
 
4731
4800
  // src/components/input/input.tsx
4732
- var import_jsx_runtime6 = require("react/jsx-runtime");
4733
- var Input = (0, import_react5.forwardRef)((originalProps, ref) => {
4801
+ var import_jsx_runtime7 = require("react/jsx-runtime");
4802
+ var Input = (0, import_react3.forwardRef)((originalProps, ref) => {
4734
4803
  const [props, variantProps] = mapPropsVariants(originalProps, inputStyle.variantKeys);
4735
4804
  const { classNames, label, helperMessage, errorMessage, startContent, endContent, ...inputProps } = props;
4736
- const inputRef = (0, import_react5.useRef)(null);
4737
- const slots = (0, import_react5.useMemo)(() => inputStyle({ ...variantProps }), [variantProps]);
4738
- const getContentProps = (0, import_react5.useCallback)(
4805
+ const inputRef = (0, import_react3.useRef)(null);
4806
+ const slots = (0, import_react3.useMemo)(() => inputStyle({ ...variantProps }), [variantProps]);
4807
+ const getContentProps = (0, import_react3.useCallback)(
4739
4808
  () => ({
4740
- className: slots.content({ class: classNames == null ? void 0 : classNames.content }),
4809
+ className: clsx(
4810
+ slots.content({ class: classNames == null ? void 0 : classNames.content }),
4811
+ inputProps.readOnly ? slots.readonly({ class: classNames == null ? void 0 : classNames.readonly }) : ""
4812
+ ),
4741
4813
  size: originalProps.size
4742
4814
  }),
4743
4815
  [slots, classNames, originalProps.size]
4744
4816
  );
4745
4817
  const renderStartContent = () => {
4746
- if (import_react5.default.isValidElement(startContent)) {
4818
+ if ((0, import_react3.isValidElement)(startContent)) {
4747
4819
  const existingProps = startContent.props;
4748
4820
  const mergedProps = {
4749
4821
  ...getContentProps(),
4750
4822
  className: `${getContentProps().className || ""} ${existingProps.className || ""}`.trim()
4751
4823
  };
4752
- return import_react5.default.cloneElement(startContent, mergedProps);
4824
+ return (0, import_react3.cloneElement)(startContent, mergedProps);
4753
4825
  } else {
4754
4826
  const contentProps = getContentProps();
4755
- return /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("div", { ...contentProps, children: startContent });
4827
+ return /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("div", { ...contentProps, children: startContent });
4756
4828
  }
4757
4829
  };
4758
- const renderDateTimePickerIcon = () => /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
4830
+ const renderDateTimePickerIcon = () => /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
4759
4831
  "div",
4760
4832
  {
4761
4833
  ...getContentProps(),
@@ -4764,22 +4836,22 @@ var Input = (0, import_react5.forwardRef)((originalProps, ref) => {
4764
4836
  target == null ? void 0 : target.focus();
4765
4837
  target == null ? void 0 : target.showPicker();
4766
4838
  },
4767
- children: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(Icon_default, { name: props.type === "time" ? "clock" : "calendar", size: originalProps.size, className: "cursor-pointer" })
4839
+ children: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(Icon_default, { name: props.type === "time" ? "clock" : "calendar", size: originalProps.size, className: "cursor-pointer" })
4768
4840
  }
4769
4841
  );
4770
4842
  const renderContentWithIcon = () => {
4771
- if (import_react5.default.isValidElement(endContent)) {
4843
+ if ((0, import_react3.isValidElement)(endContent)) {
4772
4844
  const existingProps = endContent.props;
4773
4845
  const mergedProps = {
4774
4846
  ...getContentProps(),
4775
4847
  className: `${getContentProps().className || ""} ${existingProps.className || ""}`.trim()
4776
4848
  };
4777
- return import_react5.default.cloneElement(endContent, mergedProps);
4849
+ return (0, import_react3.cloneElement)(endContent, mergedProps);
4778
4850
  } else if (errorMessage) {
4779
4851
  const iconProps = { ...getContentProps(), className: getContentProps().className };
4780
- return /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("div", { ...iconProps, children: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(Icon_default, { name: "exclamation-circle", fill: true, size: originalProps.size }) });
4852
+ return /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("div", { ...iconProps, children: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(Icon_default, { name: "exclamation-circle", fill: true, size: originalProps.size }) });
4781
4853
  } else {
4782
- return /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(import_jsx_runtime6.Fragment, {});
4854
+ return /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(import_jsx_runtime7.Fragment, {});
4783
4855
  }
4784
4856
  };
4785
4857
  const renderEndContent = () => {
@@ -4794,7 +4866,7 @@ var Input = (0, import_react5.forwardRef)((originalProps, ref) => {
4794
4866
  return renderContentWithIcon();
4795
4867
  }
4796
4868
  };
4797
- return /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)(
4869
+ return /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)(
4798
4870
  "div",
4799
4871
  {
4800
4872
  className: clsx(
@@ -4802,27 +4874,24 @@ var Input = (0, import_react5.forwardRef)((originalProps, ref) => {
4802
4874
  variantProps.direction === "horizon" ? slots.horizon({ class: classNames == null ? void 0 : classNames.horizon }) : slots.vertical({ class: classNames == null ? void 0 : classNames.vertical })
4803
4875
  ),
4804
4876
  children: [
4805
- label && /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("label", { className: slots.label({ class: classNames == null ? void 0 : classNames.label }), children: label }),
4806
- /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)("div", { className: slots.innerWrapper({ class: classNames == null ? void 0 : classNames.innerWrapper }), children: [
4807
- /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)(
4877
+ label && /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("label", { className: slots.label({ class: classNames == null ? void 0 : classNames.label }), children: label }),
4878
+ /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)("div", { className: slots.innerWrapper({ class: classNames == null ? void 0 : classNames.innerWrapper }), children: [
4879
+ /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)(
4808
4880
  "div",
4809
4881
  {
4810
4882
  className: clsx(
4811
4883
  slots.inputWrapper({ class: classNames == null ? void 0 : classNames.inputWrapper }),
4812
- inputProps.readOnly ? slots.readonly({ class: classNames == null ? void 0 : classNames.readonly }) : ""
4884
+ inputProps.readOnly ? slots.readonlyWrapper({ class: classNames == null ? void 0 : classNames.readonlyWrapper }) : ""
4813
4885
  ),
4814
4886
  children: [
4815
4887
  startContent && renderStartContent(),
4816
- /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
4888
+ /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
4817
4889
  "input",
4818
4890
  {
4819
- ...inputProps,
4820
4891
  ref: ref || inputRef,
4892
+ ...inputProps,
4821
4893
  readOnly: props.readOnly,
4822
- className: clsx(
4823
- slots.input({ class: classNames == null ? void 0 : classNames.input }),
4824
- inputProps.readOnly ? "!text-body-foreground placeholder:!text-body-foreground" : ""
4825
- ),
4894
+ className: clsx(slots.input({ class: classNames == null ? void 0 : classNames.input })),
4826
4895
  size: 0
4827
4896
  }
4828
4897
  ),
@@ -4830,8 +4899,17 @@ var Input = (0, import_react5.forwardRef)((originalProps, ref) => {
4830
4899
  ]
4831
4900
  }
4832
4901
  ),
4833
- helperMessage && !errorMessage && /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("p", { className: slots.helperMessage({ class: classNames == null ? void 0 : classNames.helperMessage }), children: helperMessage }),
4834
- errorMessage && /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("p", { className: clsx("error", slots.errorMessage({ class: classNames == null ? void 0 : classNames.errorMessage })), children: errorMessage })
4902
+ helperMessage && !errorMessage && /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
4903
+ "p",
4904
+ {
4905
+ className: clsx(
4906
+ slots.helperMessage({ class: classNames == null ? void 0 : classNames.helperMessage }),
4907
+ inputProps.readOnly ? slots.readonly({ class: classNames == null ? void 0 : classNames.readonly }) : ""
4908
+ ),
4909
+ children: helperMessage
4910
+ }
4911
+ ),
4912
+ errorMessage && /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("p", { className: clsx("error", slots.errorMessage({ class: classNames == null ? void 0 : classNames.errorMessage })), children: errorMessage })
4835
4913
  ] })
4836
4914
  ]
4837
4915
  }
@@ -4842,12 +4920,12 @@ var input_default = Input;
4842
4920
  var inputStyle = tv(
4843
4921
  {
4844
4922
  slots: {
4845
- base: ["group/input", "flex select-none"],
4923
+ base: ["group/input", "flex", "select-none"],
4846
4924
  vertical: ["flex-col"],
4847
4925
  horizon: ["flex-row", "gap-0"],
4848
4926
  label: ["flex", "items-center", "font-bold", "text-body-foreground", "min-w-[80px]"],
4849
4927
  innerWrapper: ["flex", "flex-col"],
4850
- inputWrapper: ["flex", "items-center", "duration-200", "group-has-[p.error]/input:bg-danger-soft"],
4928
+ inputWrapper: ["flex", "items-center", "duration-200", "group-has-[p.error]/input:!bg-danger-soft"],
4851
4929
  input: [
4852
4930
  "w-full",
4853
4931
  "h-full",
@@ -4856,8 +4934,8 @@ var inputStyle = tv(
4856
4934
  "placeholder:text-neutral-main",
4857
4935
  "outline-none",
4858
4936
  "focus:ring-0",
4859
- "group-has-[:hover]/input:text-neutral-dark",
4860
- "group-has-[:hover]/input:placeholder:text-neutral-dark",
4937
+ "group-has-[:hover]/input:!text-neutral-dark",
4938
+ "group-has-[:hover]/input:placeholder:!text-neutral-dark",
4861
4939
  "group-has-[:focus]/input:text-neutral-dark",
4862
4940
  "group-has-[:focus]/input:placeholder:text-neutral-dark",
4863
4941
  "group-has-[p.error]/input:text-danger-main",
@@ -4873,13 +4951,22 @@ var inputStyle = tv(
4873
4951
  ],
4874
4952
  helperMessage: ["text-neutral-main", "group-has-[:hover]/input:text-neutral-dark"],
4875
4953
  errorMessage: ["text-danger-main"],
4876
- readonly: ["pointer-events-none", "!text-body-foreground"]
4954
+ readonlyWrapper: [
4955
+ "pointer-events-none",
4956
+ "!text-body-foreground",
4957
+ "placeholder:!text-body-foreground",
4958
+ "group-has-[p.error]/input:!text-danger-main",
4959
+ "group-has-[p.error]/input:placeholder:!text-danger-main",
4960
+ "[&>input]:!text-body-foreground",
4961
+ "[&>input]:placeholder:!text-body-foreground"
4962
+ ],
4963
+ readonly: []
4877
4964
  },
4878
4965
  variants: {
4879
4966
  variant: {
4880
4967
  solid: {
4881
4968
  inputWrapper: ["border-transparent", "bg-trans-soft"],
4882
- readonly: ["!bg-trans-light"]
4969
+ readonlyWrapper: ["!bg-trans-light"]
4883
4970
  },
4884
4971
  outline: {
4885
4972
  inputWrapper: [
@@ -4888,7 +4975,7 @@ var inputStyle = tv(
4888
4975
  "group-has-[:focus]/input:bg-body-background",
4889
4976
  "group-has-[p.error]/input:border-danger-main"
4890
4977
  ],
4891
- readonly: ["!bg-trans-soft"]
4978
+ readonlyWrapper: ["!bg-trans-soft"]
4892
4979
  },
4893
4980
  underline: {
4894
4981
  inputWrapper: [
@@ -4898,30 +4985,31 @@ var inputStyle = tv(
4898
4985
  "group-has-[:focus]/input:bg-body-background",
4899
4986
  "group-has-[p.error]/input:border-danger-main"
4900
4987
  ],
4901
- readonly: ["!bg-trans-soft"]
4988
+ readonlyWrapper: ["!bg-trans-soft"]
4902
4989
  }
4903
4990
  },
4904
4991
  color: {
4905
4992
  primary: {
4906
4993
  content: [
4907
- "group-has-[:focus]/input:text-primary-main",
4908
- "!group-has-[p.error]:not(input:focus):hover/input:text-primary-main"
4994
+ "group-has-[:focus]/input:!text-primary-main",
4995
+ "group-has-[p.error]:not(input:focus):hover/input:!text-primary-main"
4909
4996
  ],
4910
4997
  helperMessage: [
4911
- "group-has-[:focus]/input:text-primary-main",
4912
- "group-has-[:focus:hover]/input:text-primary-main",
4913
- "group-has-[:focus]/input:hover:text-primary-main"
4914
- ]
4998
+ "group-has-[:focus]/input:!text-primary-main",
4999
+ "group-has-[:focus:hover]/input:!text-primary-main",
5000
+ "group-has-[:focus]/input:hover:!text-primary-main"
5001
+ ],
5002
+ readonly: ["!text-primary-main"]
4915
5003
  },
4916
5004
  secondary: {
4917
5005
  content: [
4918
- "group-has-[:focus]/input:text-secondary-main",
4919
- "!group-has-[p.error]:not(input:focus):hover/input:text-secondary-main"
5006
+ "group-has-[:focus]/input:!text-secondary-main",
5007
+ "group-has-[p.error]:not(input:focus):hover/input:!text-secondary-main"
4920
5008
  ],
4921
5009
  helperMessage: [
4922
- "group-has-[:focus]/input:text-secondary-main",
4923
- "group-has-[:focus:hover]/input:text-secondary-main",
4924
- "group-has-[:focus]/input:hover:text-secondary-main"
5010
+ "group-has-[:focus]/input:!text-secondary-main",
5011
+ "group-has-[:focus:hover]/input:!text-secondary-main",
5012
+ "group-has-[:focus]/input:hover:!text-secondary-main"
4925
5013
  ]
4926
5014
  }
4927
5015
  },
@@ -4972,14 +5060,14 @@ var inputStyle = tv(
4972
5060
  },
4973
5061
  disabled: {
4974
5062
  true: {
4975
- inputWrapper: ["!bg-neutral-soft", "pointer-events-none", "!group-has-[p.error]/input:text-danger-light"],
5063
+ inputWrapper: ["!bg-neutral-soft", "pointer-events-none", "group-has-[p.error]/input:!text-danger-light"],
4976
5064
  input: [
4977
- "text-neutral-light",
4978
- "placeholder:text-neutral-light",
4979
- "group-has-[p.error]/input:text-danger-light",
4980
- "group-has-[p.error]/input:placeholder:text-danger-light"
5065
+ "!text-neutral-light",
5066
+ "placeholder:!text-neutral-light",
5067
+ "group-has-[p.error]/input:!text-danger-light",
5068
+ "group-has-[p.error]/input:placeholder:!text-danger-light"
4981
5069
  ],
4982
- content: ["text-neutral-light", "group-has-[p.error]/input:text-danger-light"],
5070
+ content: ["!text-neutral-light", "group-has-[p.error]/input:text-danger-light"],
4983
5071
  helperMessage: ["!text-neutral-light"],
4984
5072
  errorMessage: ["!text-danger-light"]
4985
5073
  }
@@ -5046,7 +5134,11 @@ var inputStyle = tv(
5046
5134
  disabled: true,
5047
5135
  variant: ["outline", "underline"],
5048
5136
  class: {
5049
- inputWrapper: ["!bg-body-background", "group-has-[p.error]/input:border-danger-light"]
5137
+ inputWrapper: ["!bg-body-background", "group-has-[p.error]/input:!border-danger-light"],
5138
+ content: [
5139
+ "group-has-[p.error]/input:!text-danger-light",
5140
+ "group-has-[p.error]/input:placeholder:!text-danger-light"
5141
+ ]
5050
5142
  }
5051
5143
  }
5052
5144
  ],
@@ -5065,8 +5157,8 @@ var inputStyle = tv(
5065
5157
  );
5066
5158
 
5067
5159
  // src/components/pagination/pagination.tsx
5068
- var import_jsx_runtime7 = require("react/jsx-runtime");
5069
- var Pagination = (0, import_react6.forwardRef)((originalProps, ref) => {
5160
+ var import_jsx_runtime8 = require("react/jsx-runtime");
5161
+ var Pagination = (0, import_react4.forwardRef)((originalProps, ref) => {
5070
5162
  const [props, variantProps] = mapPropsVariants(originalProps, paginationStyle.variantKeys);
5071
5163
  const {
5072
5164
  classNames,
@@ -5080,8 +5172,8 @@ var Pagination = (0, import_react6.forwardRef)((originalProps, ref) => {
5080
5172
  variant,
5081
5173
  size
5082
5174
  } = { ...props, ...variantProps };
5083
- const [inputPage, setInputPage] = (0, import_react6.useState)(currentPage);
5084
- const slots = (0, import_react6.useMemo)(() => paginationStyle(variantProps), [variantProps]);
5175
+ const [inputPage, setInputPage] = (0, import_react4.useState)(currentPage);
5176
+ const slots = (0, import_react4.useMemo)(() => paginationStyle(variantProps), [variantProps]);
5085
5177
  const { pageList, handleClickMovePage } = usePagination_default({
5086
5178
  currentPage,
5087
5179
  totalPage,
@@ -5096,29 +5188,29 @@ var Pagination = (0, import_react6.forwardRef)((originalProps, ref) => {
5096
5188
  }
5097
5189
  }
5098
5190
  };
5099
- return /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)("div", { className: slots.base({ class: classNames == null ? void 0 : classNames.base }), ref, children: [
5100
- /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)("div", { className: slots.wrapper({ class: classNames == null ? void 0 : classNames.wrapper }), children: [
5101
- showFirstLastButtons && /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
5191
+ return /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("div", { className: slots.base({ class: classNames == null ? void 0 : classNames.base }), ref, children: [
5192
+ /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("div", { className: slots.wrapper({ class: classNames == null ? void 0 : classNames.wrapper }), children: [
5193
+ showFirstLastButtons && /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
5102
5194
  "div",
5103
5195
  {
5104
5196
  "aria-label": "firstPage",
5105
5197
  "data-is-active": currentPage > 1,
5106
5198
  className: slots.icon({ class: classNames == null ? void 0 : classNames.icon }),
5107
5199
  onClick: currentPage > 1 ? handleClickMovePage(1) : void 0,
5108
- children: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(Icon_default, { name: "left-double-chevron" })
5200
+ children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Icon_default, { name: "left-double-chevron" })
5109
5201
  }
5110
5202
  ),
5111
- /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
5203
+ /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
5112
5204
  "div",
5113
5205
  {
5114
5206
  "aria-label": "prevPage",
5115
5207
  "data-is-active": currentPage > 1,
5116
5208
  className: slots.icon({ class: classNames == null ? void 0 : classNames.icon }),
5117
5209
  onClick: currentPage > 1 ? handleClickMovePage(currentPage - 1) : void 0,
5118
- children: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(Icon_default, { name: "left-chevron" })
5210
+ children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Icon_default, { name: "left-chevron" })
5119
5211
  }
5120
5212
  ),
5121
- showPageNumber && pageList.map((page, index) => /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
5213
+ showPageNumber && pageList.map((page, index) => /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
5122
5214
  "div",
5123
5215
  {
5124
5216
  className: slots.button({ class: classNames == null ? void 0 : classNames.button }),
@@ -5128,29 +5220,29 @@ var Pagination = (0, import_react6.forwardRef)((originalProps, ref) => {
5128
5220
  },
5129
5221
  index
5130
5222
  )),
5131
- /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
5223
+ /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
5132
5224
  "div",
5133
5225
  {
5134
5226
  "aria-label": "nextPage",
5135
5227
  "data-is-active": currentPage < totalPage,
5136
5228
  className: slots.icon({ class: classNames == null ? void 0 : classNames.icon }),
5137
5229
  onClick: currentPage < totalPage ? handleClickMovePage(currentPage + 1) : void 0,
5138
- children: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(Icon_default, { name: "right-chevron" })
5230
+ children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Icon_default, { name: "right-chevron" })
5139
5231
  }
5140
5232
  ),
5141
- showFirstLastButtons && /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
5233
+ showFirstLastButtons && /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
5142
5234
  "div",
5143
5235
  {
5144
5236
  "aria-label": "lastPage",
5145
5237
  "data-is-active": currentPage < totalPage,
5146
5238
  className: slots.icon({ class: classNames == null ? void 0 : classNames.icon }),
5147
5239
  onClick: currentPage < totalPage ? handleClickMovePage(totalPage) : void 0,
5148
- children: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(Icon_default, { name: "right-double-chevron" })
5240
+ children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Icon_default, { name: "right-double-chevron" })
5149
5241
  }
5150
5242
  )
5151
5243
  ] }),
5152
- showPageLabel && /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)("span", { className: slots.label({ class: classNames == null ? void 0 : classNames.label }), children: [
5153
- /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
5244
+ showPageLabel && /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("span", { className: slots.label({ class: classNames == null ? void 0 : classNames.label }), children: [
5245
+ /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
5154
5246
  input_default,
5155
5247
  {
5156
5248
  value: inputPage || 1,
@@ -5323,14 +5415,14 @@ var paginationStyle = tv(
5323
5415
  );
5324
5416
 
5325
5417
  // src/components/scroll/scrollArea.tsx
5326
- var import_tailwind_variants5 = require("tailwind-variants");
5327
- var import_jsx_runtime8 = require("react/jsx-runtime");
5418
+ var import_tailwind_variants6 = require("tailwind-variants");
5419
+ var import_jsx_runtime9 = require("react/jsx-runtime");
5328
5420
  var ScrollArea = ({ children, className, direction, size }) => {
5329
- return /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("div", { className: clsx(scrollAreaStyle({ direction, size }), className), children });
5421
+ return /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("div", { className: clsx(scrollAreaStyle({ direction, size }), className), children });
5330
5422
  };
5331
5423
  ScrollArea.displayName = "ScrollArea";
5332
5424
  var scrollArea_default = ScrollArea;
5333
- var scrollAreaStyle = (0, import_tailwind_variants5.tv)({
5425
+ var scrollAreaStyle = (0, import_tailwind_variants6.tv)({
5334
5426
  base: [
5335
5427
  "h-full",
5336
5428
  "x-full",
@@ -5359,95 +5451,105 @@ var scrollAreaStyle = (0, import_tailwind_variants5.tv)({
5359
5451
  });
5360
5452
 
5361
5453
  // src/components/table/table.tsx
5362
- var import_jsx_runtime9 = require("react/jsx-runtime");
5363
- var Table = (0, import_react7.forwardRef)((originalProps, ref) => {
5454
+ var import_jsx_runtime10 = require("react/jsx-runtime");
5455
+ var Table = (0, import_react5.forwardRef)((originalProps, ref) => {
5364
5456
  const [props, variantProps] = mapPropsVariants(originalProps, tableStyle.variantKeys);
5365
5457
  const {
5366
- classNames,
5367
5458
  rows,
5368
5459
  columns,
5369
- size,
5370
- rowCheckbox,
5460
+ rowCheckbox = false,
5371
5461
  onRowClick,
5372
5462
  totalData,
5373
5463
  pagination,
5374
5464
  onPageChange,
5375
5465
  emptyContent,
5376
- isLoading,
5377
- className,
5378
- color
5466
+ isLoading = false,
5467
+ classNames,
5468
+ color,
5469
+ size,
5470
+ skeletonRow
5379
5471
  } = { ...props, ...variantProps };
5380
- const [checkedRows, setCheckedRows] = (0, import_react7.useState)(/* @__PURE__ */ new Set());
5381
- const divRef = (0, import_react7.useRef)(null);
5382
- const { page, perPage } = pagination || { page: 1, perPage: 10 };
5472
+ const { page = 1, perPage = 10 } = pagination || {};
5383
5473
  const showPagination = pagination && typeof totalData === "number" && !isLoading;
5384
- (0, import_react7.useImperativeHandle)(ref, () => ({
5385
- checkedRows,
5386
- setCheckedRows
5387
- }));
5388
- (0, import_react7.useEffect)(() => {
5474
+ const [checkedRows, setCheckedRows] = (0, import_react5.useState)(/* @__PURE__ */ new Set());
5475
+ const divRef = (0, import_react5.useRef)(null);
5476
+ (0, import_react5.useImperativeHandle)(
5477
+ ref,
5478
+ () => ({
5479
+ checkedRows,
5480
+ setCheckedRows
5481
+ }),
5482
+ [checkedRows]
5483
+ );
5484
+ (0, import_react5.useEffect)(() => {
5389
5485
  setCheckedRows(/* @__PURE__ */ new Set());
5390
5486
  }, [rows]);
5391
- const handleCheckAll = (isChecked) => {
5392
- const newCheckedRows = isChecked ? new Set(rows.map((_, index) => index)) : /* @__PURE__ */ new Set();
5393
- setCheckedRows(newCheckedRows);
5487
+ const handleAllRowCheck = (checked) => {
5488
+ const updated = checked ? new Set(rows.map((_, i) => i)) : /* @__PURE__ */ new Set();
5489
+ setCheckedRows(updated);
5394
5490
  };
5395
- const handleCheck = (rowIndex, isChecked) => {
5396
- const newChecked = new Set(checkedRows);
5397
- isChecked ? newChecked.add(rowIndex) : newChecked.delete(rowIndex);
5398
- setCheckedRows(newChecked);
5491
+ const handleRowCheck = (index, checked) => {
5492
+ setCheckedRows((prev) => {
5493
+ const updated = new Set(prev);
5494
+ checked ? updated.add(index) : updated.delete(index);
5495
+ return updated;
5496
+ });
5399
5497
  };
5400
- const slots = (0, import_react7.useMemo)(() => tableStyle(variantProps), [variantProps]);
5401
- return /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)("div", { ref: divRef, "data-table": "base", className: slots.base({ class: classNames == null ? void 0 : classNames.base }), children: [
5402
- /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(scrollArea_default, { direction: "x", size: size === "xl" ? "lg" : size, children: /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)("table", { className: slots.table({ class: classNames == null ? void 0 : classNames.table }), children: [
5403
- /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
5498
+ const slots = (0, import_react5.useMemo)(() => tableStyle(variantProps), [variantProps]);
5499
+ return /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)("div", { ref: divRef, "data-table": "base", className: slots.base({ class: classNames == null ? void 0 : classNames.base }), children: [
5500
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(scrollArea_default, { direction: "x", size: size === "xl" ? "lg" : size, children: /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)("table", { className: slots.table({ class: classNames == null ? void 0 : classNames.table }), children: [
5501
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
5404
5502
  table_head_default,
5405
5503
  {
5406
5504
  columns,
5407
5505
  size,
5506
+ color,
5408
5507
  rowCheckbox,
5409
5508
  isCheckedAll: checkedRows.size === rows.length && rows.length > 0,
5410
- onCheckAll: handleCheckAll,
5509
+ onCheckAll: handleAllRowCheck,
5510
+ isLoading,
5411
5511
  classNames,
5412
5512
  slots
5413
5513
  }
5414
5514
  ),
5415
- /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
5515
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
5416
5516
  table_body_default,
5417
5517
  {
5418
5518
  slots,
5419
5519
  rows,
5420
5520
  columns,
5421
5521
  size,
5522
+ color,
5422
5523
  rowCheckbox,
5423
5524
  checkedRows,
5424
5525
  onRowClick,
5425
- onCheckRow: handleCheck,
5526
+ onCheckRow: handleRowCheck,
5426
5527
  emptyContent,
5427
5528
  isLoading,
5428
- classNames,
5529
+ skeletonRow,
5429
5530
  className: clsx(
5430
5531
  "transition-all duration-150 ease-out",
5431
- isLoading ? "-translate-y-2 opacity-0" : "translate-y-0 opacity-100"
5532
+ isLoading ? "-translate-y-2 opacity-0" : "translate-y-0 opacity-100",
5533
+ classNames
5432
5534
  )
5433
5535
  }
5434
5536
  )
5435
5537
  ] }) }),
5436
- showPagination && /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("div", { className: "flex justify-center", children: /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
5538
+ showPagination && /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("div", { className: "flex justify-center", children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
5437
5539
  pagination_default,
5438
5540
  {
5439
5541
  color,
5440
5542
  currentPage: page,
5441
5543
  totalPage: Math.ceil(totalData / perPage),
5442
5544
  groupSize: 10,
5443
- handleChangePage: (currentPage) => onPageChange && onPageChange({ page: currentPage, perPage })
5545
+ handleChangePage: (newPage) => onPageChange == null ? void 0 : onPageChange({ page: newPage, perPage })
5444
5546
  }
5445
5547
  ) })
5446
5548
  ] });
5447
5549
  });
5448
5550
  Table.displayName = "Table";
5449
5551
  var table_default = Table;
5450
- var tableStyle = (0, import_tailwind_variants6.tv)({
5552
+ var tableStyle = (0, import_tailwind_variants7.tv)({
5451
5553
  slots: {
5452
5554
  base: ["flex", "flex-col", "relative", "select-none", "gap-[20px]"],
5453
5555
  table: ["w-full", "h-auto"],
@@ -5664,21 +5766,21 @@ var tableStyle = (0, import_tailwind_variants6.tv)({
5664
5766
  });
5665
5767
 
5666
5768
  // src/components/table/definition-table.tsx
5667
- var import_react8 = require("react");
5668
- var import_jsx_runtime10 = require("react/jsx-runtime");
5769
+ var import_react6 = require("react");
5770
+ var import_jsx_runtime11 = require("react/jsx-runtime");
5669
5771
  var DEFAULT_COLUMN_CLASSES = [
5670
5772
  "w-[120px] px-[10px] py-[9.5px] font-bold text-md text-body-foreground border-r border-neutral-light",
5671
5773
  "px-[10px] py-[9.5px]"
5672
5774
  ];
5673
- var DefinitionTableRow = ({ columns, columnClasses = [] }) => /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("tr", { className: "border-neutral-light min-h-[50px] border-b", children: columns.map((col, index) => {
5775
+ var DefinitionTableRow = ({ columns, columnClasses = [] }) => /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("tr", { className: "border-neutral-light min-h-[50px] border-b", children: columns.map((col, index) => {
5674
5776
  var _a;
5675
- return /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("td", { className: (_a = columnClasses[index]) != null ? _a : DEFAULT_COLUMN_CLASSES[index], children: col }, index);
5777
+ return /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("td", { className: (_a = columnClasses[index]) != null ? _a : DEFAULT_COLUMN_CLASSES[index], children: col }, index);
5676
5778
  }) });
5677
- var DefinitionTable = (0, import_react8.forwardRef)(({ rows, footer, classNames }, ref) => {
5678
- const slots = (0, import_react8.useMemo)(() => DefinitionTableStyle(), []);
5679
- return /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)("div", { ref, className: slots.base({ class: classNames == null ? void 0 : classNames.base }), children: [
5680
- /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("table", { className: slots.table({ class: classNames == null ? void 0 : classNames.table }), children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("tbody", { children: rows.map((row, i) => /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(DefinitionTableRow, { ...row }, i)) }) }),
5681
- footer && /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("div", { children: footer })
5779
+ var DefinitionTable = (0, import_react6.forwardRef)(({ rows, footer, classNames }, ref) => {
5780
+ const slots = (0, import_react6.useMemo)(() => DefinitionTableStyle(), []);
5781
+ return /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)("div", { ref, className: slots.base({ class: classNames == null ? void 0 : classNames.base }), children: [
5782
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("table", { className: slots.table({ class: classNames == null ? void 0 : classNames.table }), children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("tbody", { children: rows.map((row, i) => /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(DefinitionTableRow, { ...row }, i)) }) }),
5783
+ footer && /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("div", { children: footer })
5682
5784
  ] });
5683
5785
  });
5684
5786
  DefinitionTable.displayName = "DefinitionTable";