@uva-glass/component-library 1.62.9 → 1.62.10

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 (95) hide show
  1. package/dist/{Lexical.prod-B6kL_nwF.js → Lexical.prod-DOTdxgeo.js} +436 -435
  2. package/dist/Lexical.prod-DOTdxgeo.js.map +1 -0
  3. package/dist/LexicalLink.prod-Cqa5Im8X.js +208 -0
  4. package/dist/LexicalLink.prod-Cqa5Im8X.js.map +1 -0
  5. package/dist/LexicalList.prod-DlqzsJTH.js +564 -0
  6. package/dist/LexicalList.prod-DlqzsJTH.js.map +1 -0
  7. package/dist/LexicalTable.prod-BKz2StgB.js +1525 -0
  8. package/dist/LexicalTable.prod-BKz2StgB.js.map +1 -0
  9. package/dist/{LexicalUtils.prod-BBoyOK4A.js → LexicalUtils.prod-DlLRWqta.js} +2 -2
  10. package/dist/{LexicalUtils.prod-BBoyOK4A.js.map → LexicalUtils.prod-DlLRWqta.js.map} +1 -1
  11. package/dist/RteEditor.module-DcvGRx3a.js +21 -0
  12. package/dist/RteEditor.module-DcvGRx3a.js.map +1 -0
  13. package/dist/TablePlugin-BkczRiUz.js +303 -0
  14. package/dist/TablePlugin-BkczRiUz.js.map +1 -0
  15. package/dist/assets/Flyout.css +1 -1
  16. package/dist/assets/LinkContextMenu.css +1 -0
  17. package/dist/assets/RteEditor.css +1 -1
  18. package/dist/components/CheckboxTree/CheckboxTree.js +4 -3
  19. package/dist/components/CheckboxTree/CheckboxTree.js.map +1 -1
  20. package/dist/components/FormInput/FormInput.js +8 -7
  21. package/dist/components/FormInput/FormInput.js.map +1 -1
  22. package/dist/components/Icon/icons/index.d.ts +6 -0
  23. package/dist/components/Icon/icons/index.js +46 -41
  24. package/dist/components/Icon/icons/index.js.map +1 -1
  25. package/dist/components/InputField/InputField.stories.js +4 -3
  26. package/dist/components/InputField/InputField.stories.js.map +1 -1
  27. package/dist/components/MultiSelect/MultiSelect.js +1 -1
  28. package/dist/components/MultiSelect/MultiSelect.stories.js +1 -1
  29. package/dist/components/MultiSelect/components/MultiSelectHeader.js +3 -2
  30. package/dist/components/MultiSelect/components/MultiSelectHeader.js.map +1 -1
  31. package/dist/components/MultiSelect/index.js +1 -1
  32. package/dist/components/PeriodSelector/PeriodSelector.js +4 -3
  33. package/dist/components/PeriodSelector/PeriodSelector.js.map +1 -1
  34. package/dist/components/ProgrammeCard/ProgrammeCard.stories.js +4 -3
  35. package/dist/components/ProgrammeCard/ProgrammeCard.stories.js.map +1 -1
  36. package/dist/components/RteEditor/EditorHeader/EditorHeader.js +8 -7
  37. package/dist/components/RteEditor/EditorHeader/EditorHeader.js.map +1 -1
  38. package/dist/components/RteEditor/Plugins/BlockFormatPlugin/BlockFormatPlugin.js +2 -2
  39. package/dist/components/RteEditor/Plugins/HistoryPlugin/HistoryPlugin.js +9 -8
  40. package/dist/components/RteEditor/Plugins/HistoryPlugin/HistoryPlugin.js.map +1 -1
  41. package/dist/components/RteEditor/Plugins/LinkPlugin/{AddLinkFrom.d.ts → AddLinkForm/AddLinkFrom.d.ts} +0 -1
  42. package/dist/components/RteEditor/Plugins/LinkPlugin/AddLinkForm/AddLinkFrom.js +32 -0
  43. package/dist/components/RteEditor/Plugins/LinkPlugin/{AddLinkFrom.js.map → AddLinkForm/AddLinkFrom.js.map} +1 -1
  44. package/dist/components/RteEditor/Plugins/LinkPlugin/LinkContextMenu/LinkContextMenu.d.ts +11 -0
  45. package/dist/components/RteEditor/Plugins/LinkPlugin/LinkContextMenu/LinkContextMenu.js +55 -0
  46. package/dist/components/RteEditor/Plugins/LinkPlugin/LinkContextMenu/LinkContextMenu.js.map +1 -0
  47. package/dist/components/RteEditor/Plugins/LinkPlugin/LinkPlugin.d.ts +5 -1
  48. package/dist/components/RteEditor/Plugins/LinkPlugin/LinkPlugin.js +153 -126
  49. package/dist/components/RteEditor/Plugins/LinkPlugin/LinkPlugin.js.map +1 -1
  50. package/dist/components/RteEditor/Plugins/LinkPlugin/helpers.js +1 -1
  51. package/dist/components/RteEditor/Plugins/ListPlugin/ListPlugin.js +69 -10
  52. package/dist/components/RteEditor/Plugins/ListPlugin/ListPlugin.js.map +1 -1
  53. package/dist/components/RteEditor/Plugins/ListPlugin/index.js +1 -1
  54. package/dist/components/RteEditor/Plugins/TablePlugin/AddTableFrom.js +3 -2
  55. package/dist/components/RteEditor/Plugins/TablePlugin/AddTableFrom.js.map +1 -1
  56. package/dist/components/RteEditor/Plugins/TablePlugin/TablePlugin.js +7 -5
  57. package/dist/components/RteEditor/Plugins/TablePlugin/TablePlugin.js.map +1 -1
  58. package/dist/components/RteEditor/Plugins/TablePlugin/helpers.js +63 -8
  59. package/dist/components/RteEditor/Plugins/TablePlugin/helpers.js.map +1 -1
  60. package/dist/components/RteEditor/Plugins/TablePlugin/index.js +1 -1
  61. package/dist/components/RteEditor/Plugins/ToolbarPlugin/ToolbarPlugin.js +20 -20
  62. package/dist/components/RteEditor/Plugins/ToolbarPlugin/ToolbarPlugin.js.map +1 -1
  63. package/dist/components/RteEditor/Plugins/index.js +5 -5
  64. package/dist/components/RteEditor/RteEditor.d.ts +2 -2
  65. package/dist/components/RteEditor/RteEditor.js +449 -442
  66. package/dist/components/RteEditor/RteEditor.js.map +1 -1
  67. package/dist/components/RteEditor/UvaTheme/UvaTheme.d.ts +3 -0
  68. package/dist/components/RteEditor/UvaTheme/UvaTheme.js +12 -10
  69. package/dist/components/RteEditor/UvaTheme/UvaTheme.js.map +1 -1
  70. package/dist/components/RteEditor/helpers.d.ts +5 -0
  71. package/dist/components/RteEditor/helpers.js +30 -0
  72. package/dist/components/RteEditor/helpers.js.map +1 -0
  73. package/dist/components/RteEditor/hooks/components/Flyout.d.ts +4 -0
  74. package/dist/components/RteEditor/hooks/components/Flyout.js +18 -10
  75. package/dist/components/RteEditor/hooks/components/Flyout.js.map +1 -1
  76. package/dist/components/RteEditor/hooks/useFlyout.d.ts +4 -0
  77. package/dist/components/RteEditor/hooks/useFlyout.js +10 -9
  78. package/dist/components/RteEditor/hooks/useFlyout.js.map +1 -1
  79. package/dist/components/index.js +1 -1
  80. package/dist/helpers-CC9_diXm.js +168 -0
  81. package/dist/helpers-CC9_diXm.js.map +1 -0
  82. package/dist/index.js +1 -1
  83. package/package.json +11 -11
  84. package/dist/Lexical.prod-B6kL_nwF.js.map +0 -1
  85. package/dist/ListPlugin-CpLcVKRP.js +0 -627
  86. package/dist/ListPlugin-CpLcVKRP.js.map +0 -1
  87. package/dist/RteEditor.module-CHbWzGpE.js +0 -28
  88. package/dist/RteEditor.module-CHbWzGpE.js.map +0 -1
  89. package/dist/TablePlugin-DQR5VWGq.js +0 -301
  90. package/dist/TablePlugin-DQR5VWGq.js.map +0 -1
  91. package/dist/components/RteEditor/Plugins/LinkPlugin/AddLinkFrom.js +0 -31
  92. package/dist/helpers-C7Yo7VY3.js +0 -367
  93. package/dist/helpers-C7Yo7VY3.js.map +0 -1
  94. package/dist/helpers-CVB_4CnL.js +0 -1580
  95. package/dist/helpers-CVB_4CnL.js.map +0 -1
@@ -7,11 +7,11 @@ const n = ({
7
7
  title: l,
8
8
  titleId: C,
9
9
  ...t
10
- }) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": C, ...t }, l ? /* @__PURE__ */ e.createElement("title", { id: C }, l) : null, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 1.5C12.4142 1.5 12.75 1.83579 12.75 2.25V13.1893L14.4697 11.4697C14.7626 11.1768 15.2374 11.1768 15.5303 11.4697C15.8232 11.7626 15.8232 12.2374 15.5303 12.5303L12.5303 15.5303C12.2374 15.8232 11.7626 15.8232 11.4697 15.5303L8.46967 12.5303C8.17678 12.2374 8.17678 11.7626 8.46967 11.4697C8.76256 11.1768 9.23744 11.1768 9.53033 11.4697L11.25 13.1893V2.25C11.25 1.83579 11.5858 1.5 12 1.5ZM5.37868 8.37868C5.94129 7.81607 6.70435 7.5 7.5 7.5H9C9.41421 7.5 9.75 7.83579 9.75 8.25C9.75 8.66421 9.41421 9 9 9H7.5C7.10218 9 6.72064 9.15804 6.43934 9.43934C6.15804 9.72064 6 10.1022 6 10.5V19.5C6 19.8978 6.15804 20.2794 6.43934 20.5607C6.72064 20.842 7.10218 21 7.5 21H16.5C16.8978 21 17.2794 20.842 17.5607 20.5607C17.842 20.2794 18 19.8978 18 19.5V10.5C18 10.1022 17.842 9.72064 17.5607 9.43934C17.2794 9.15804 16.8978 9 16.5 9H15C14.5858 9 14.25 8.66421 14.25 8.25C14.25 7.83579 14.5858 7.5 15 7.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.2957 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.2957 4.5 19.5V10.5C4.5 9.70435 4.81607 8.94129 5.37868 8.37868Z", fill: "currentcolor" })), o = ({
10
+ }) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": C, ...t }, l ? /* @__PURE__ */ e.createElement("title", { id: C }, l) : null, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 1.5C12.4142 1.5 12.75 1.83579 12.75 2.25V13.1893L14.4697 11.4697C14.7626 11.1768 15.2374 11.1768 15.5303 11.4697C15.8232 11.7626 15.8232 12.2374 15.5303 12.5303L12.5303 15.5303C12.2374 15.8232 11.7626 15.8232 11.4697 15.5303L8.46967 12.5303C8.17678 12.2374 8.17678 11.7626 8.46967 11.4697C8.76256 11.1768 9.23744 11.1768 9.53033 11.4697L11.25 13.1893V2.25C11.25 1.83579 11.5858 1.5 12 1.5ZM5.37868 8.37868C5.94129 7.81607 6.70435 7.5 7.5 7.5H9C9.41421 7.5 9.75 7.83579 9.75 8.25C9.75 8.66421 9.41421 9 9 9H7.5C7.10218 9 6.72064 9.15804 6.43934 9.43934C6.15804 9.72064 6 10.1022 6 10.5V19.5C6 19.8978 6.15804 20.2794 6.43934 20.5607C6.72064 20.842 7.10218 21 7.5 21H16.5C16.8978 21 17.2794 20.842 17.5607 20.5607C17.842 20.2794 18 19.8978 18 19.5V10.5C18 10.1022 17.842 9.72064 17.5607 9.43934C17.2794 9.15804 16.8978 9 16.5 9H15C14.5858 9 14.25 8.66421 14.25 8.25C14.25 7.83579 14.5858 7.5 15 7.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.2957 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.2957 4.5 19.5V10.5C4.5 9.70435 4.81607 8.94129 5.37868 8.37868Z", fill: "currentcolor" })), i = ({
11
11
  title: l,
12
12
  titleId: C,
13
13
  ...t
14
- }) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 0 24 24", "aria-labelledby": C, ...t }, l ? /* @__PURE__ */ e.createElement("title", { id: C }, l) : null, /* @__PURE__ */ e.createElement("path", { d: "M12 4l-8 8 8 8-8-8m0 0h16", stroke: "currentColor", strokeWidth: 1.5 })), i = ({
14
+ }) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 0 24 24", "aria-labelledby": C, ...t }, l ? /* @__PURE__ */ e.createElement("title", { id: C }, l) : null, /* @__PURE__ */ e.createElement("path", { d: "M12 4l-8 8 8 8-8-8m0 0h16", stroke: "currentColor", strokeWidth: 1.5 })), o = ({
15
15
  title: l,
16
16
  titleId: C,
17
17
  ...t
@@ -223,11 +223,11 @@ const n = ({
223
223
  title: l,
224
224
  titleId: C,
225
225
  ...t
226
- }) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": C, ...t }, l ? /* @__PURE__ */ e.createElement("title", { id: C }, l) : null, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.5377 3.0377C14.5223 2.05313 15.8576 1.5 17.25 1.5C18.6424 1.5 19.9778 2.05313 20.9624 3.0377C21.9469 4.02227 22.5001 5.35763 22.5001 6.75003C22.5001 8.14242 21.9469 9.47779 20.9624 10.4624L19.2054 12.2194C18.9125 12.5123 18.4376 12.5123 18.1447 12.2194C17.8518 11.9265 17.8518 11.4516 18.1447 11.1587L19.9017 9.4017C20.605 8.69843 21.0001 7.7446 21.0001 6.75003C21.0001 5.75546 20.605 4.80162 19.9017 4.09836C19.1984 3.39509 18.2446 3 17.25 3C16.2555 3 15.3016 3.39509 14.5984 4.09836L10.0984 8.59836C9.67389 9.02253 9.35722 9.54255 9.17532 10.1144C8.99342 10.6862 8.95141 11.2934 9.05281 11.8848C9.15422 12.4763 9.39608 13.0348 9.75808 13.5133C10.1201 13.9919 10.5916 14.3767 11.1332 14.6352C11.507 14.8137 11.6653 15.2614 11.4868 15.6352C11.3084 16.009 10.8607 16.1673 10.4869 15.9888C9.72875 15.6269 9.06856 15.0883 8.56176 14.4182C8.05496 13.7482 7.71635 12.9663 7.57438 12.1383C7.43242 11.3103 7.49124 10.4603 7.7459 9.6597C8.00053 8.85921 8.44353 8.1315 9.0377 7.5377L13.5377 3.0377ZM12.5132 8.36489C12.6917 7.99109 13.1394 7.83275 13.5132 8.01121C14.2713 8.37318 14.9315 8.9118 15.4383 9.58182C15.9451 10.2519 16.2837 11.0337 16.4257 11.8617C16.5676 12.6898 16.5088 13.5398 16.2542 14.3404C15.9995 15.1409 15.5565 15.8686 14.9624 16.4624L10.4624 20.9624C9.47779 21.9469 8.14242 22.5001 6.75003 22.5001C5.35763 22.5001 4.02227 21.9469 3.0377 20.9624C2.05313 19.9778 1.5 18.6424 1.5 17.25C1.5 15.8576 2.05313 14.5223 3.0377 13.5377L4.7947 11.7807C5.08759 11.4878 5.56246 11.4878 5.85536 11.7807C6.14825 12.0736 6.14825 12.5485 5.85536 12.8414L4.09836 14.5984C3.39509 15.3016 3 16.2555 3 17.25C3 18.2446 3.39509 19.1984 4.09836 19.9017C4.80162 20.605 5.75546 21.0001 6.75003 21.0001C7.7446 21.0001 8.69843 20.605 9.4017 19.9017L13.9017 15.4017C14.3262 14.9775 14.6428 14.4575 14.8247 13.8857C15.0066 13.3138 15.0486 12.7067 14.9472 12.1152C14.8458 11.5238 14.604 10.9653 14.242 10.4867C13.88 10.0081 13.4084 9.62339 12.8669 9.36484C12.4931 9.18638 12.3347 8.73868 12.5132 8.36489Z", fill: "currentcolor" })), o1 = ({
226
+ }) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": C, ...t }, l ? /* @__PURE__ */ e.createElement("title", { id: C }, l) : null, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.5377 3.0377C14.5223 2.05313 15.8576 1.5 17.25 1.5C18.6424 1.5 19.9778 2.05313 20.9624 3.0377C21.9469 4.02227 22.5001 5.35763 22.5001 6.75003C22.5001 8.14242 21.9469 9.47779 20.9624 10.4624L19.2054 12.2194C18.9125 12.5123 18.4376 12.5123 18.1447 12.2194C17.8518 11.9265 17.8518 11.4516 18.1447 11.1587L19.9017 9.4017C20.605 8.69843 21.0001 7.7446 21.0001 6.75003C21.0001 5.75546 20.605 4.80162 19.9017 4.09836C19.1984 3.39509 18.2446 3 17.25 3C16.2555 3 15.3016 3.39509 14.5984 4.09836L10.0984 8.59836C9.67389 9.02253 9.35722 9.54255 9.17532 10.1144C8.99342 10.6862 8.95141 11.2934 9.05281 11.8848C9.15422 12.4763 9.39608 13.0348 9.75808 13.5133C10.1201 13.9919 10.5916 14.3767 11.1332 14.6352C11.507 14.8137 11.6653 15.2614 11.4868 15.6352C11.3084 16.009 10.8607 16.1673 10.4869 15.9888C9.72875 15.6269 9.06856 15.0883 8.56176 14.4182C8.05496 13.7482 7.71635 12.9663 7.57438 12.1383C7.43242 11.3103 7.49124 10.4603 7.7459 9.6597C8.00053 8.85921 8.44353 8.1315 9.0377 7.5377L13.5377 3.0377ZM12.5132 8.36489C12.6917 7.99109 13.1394 7.83275 13.5132 8.01121C14.2713 8.37318 14.9315 8.9118 15.4383 9.58182C15.9451 10.2519 16.2837 11.0337 16.4257 11.8617C16.5676 12.6898 16.5088 13.5398 16.2542 14.3404C15.9995 15.1409 15.5565 15.8686 14.9624 16.4624L10.4624 20.9624C9.47779 21.9469 8.14242 22.5001 6.75003 22.5001C5.35763 22.5001 4.02227 21.9469 3.0377 20.9624C2.05313 19.9778 1.5 18.6424 1.5 17.25C1.5 15.8576 2.05313 14.5223 3.0377 13.5377L4.7947 11.7807C5.08759 11.4878 5.56246 11.4878 5.85536 11.7807C6.14825 12.0736 6.14825 12.5485 5.85536 12.8414L4.09836 14.5984C3.39509 15.3016 3 16.2555 3 17.25C3 18.2446 3.39509 19.1984 4.09836 19.9017C4.80162 20.605 5.75546 21.0001 6.75003 21.0001C7.7446 21.0001 8.69843 20.605 9.4017 19.9017L13.9017 15.4017C14.3262 14.9775 14.6428 14.4575 14.8247 13.8857C15.0066 13.3138 15.0486 12.7067 14.9472 12.1152C14.8458 11.5238 14.604 10.9653 14.242 10.4867C13.88 10.0081 13.4084 9.62339 12.8669 9.36484C12.4931 9.18638 12.3347 8.73868 12.5132 8.36489Z", fill: "currentcolor" })), i1 = ({
227
227
  title: l,
228
228
  titleId: C,
229
229
  ...t
230
- }) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": C, ...t }, l ? /* @__PURE__ */ e.createElement("title", { id: C }, l) : null, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.25 1.5C15.8576 1.5 14.5223 2.05313 13.5377 3.0377L9.03789 7.53751L9.0377 7.5377C8.96429 7.61106 8.89319 7.68647 8.82447 7.7638L7.06033 5.99967L3.53033 2.46967C3.23744 2.17678 2.76256 2.17678 2.46967 2.46967C2.17678 2.76256 2.17678 3.23744 2.46967 3.53033L5.99967 7.06033L16.2447 17.3053L20.4697 21.5303C20.7626 21.8232 21.2374 21.8232 21.5303 21.5303C21.8232 21.2374 21.8232 20.7626 21.5303 20.4697L17.3053 16.2447L15.9785 14.9179C16.0449 14.8491 16.0991 14.7663 16.1363 14.6719C16.1792 14.5629 16.2185 14.4523 16.2542 14.3404C16.5088 13.5398 16.5676 12.6898 16.4257 11.8617C16.2837 11.0337 15.9451 10.2518 15.4383 9.58182C14.9315 8.9118 14.2713 8.37318 13.5132 8.01121C13.1394 7.83275 12.6917 7.99109 12.5132 8.36489C12.3347 8.73868 12.4931 9.18638 12.8669 9.36484C13.4084 9.62339 13.88 10.0081 14.242 10.4867C14.604 10.9653 14.8458 11.5238 14.9472 12.1152C15.0432 12.6746 15.0108 13.2481 14.8531 13.7924L9.88771 8.82705C9.95454 8.74817 10.0247 8.67193 10.0982 8.59855L10.0984 8.59836L14.5984 4.09836C15.3016 3.39509 16.2555 3 17.25 3C18.2446 3 19.1984 3.39509 19.9017 4.09836C20.605 4.80162 21.0001 5.75546 21.0001 6.75003C21.0001 7.7446 20.605 8.69843 19.9017 9.4017L18.1447 11.1587C17.8518 11.4516 17.8518 11.9265 18.1447 12.2194C18.4376 12.5123 18.9125 12.5123 19.2054 12.2194L20.9624 10.4624C21.9469 9.47779 22.5001 8.14242 22.5001 6.75003C22.5001 5.35763 21.9469 4.02227 20.9624 3.0377C19.9778 2.05313 18.6424 1.5 17.25 1.5ZM5.85536 12.8414C6.14825 12.5485 6.14825 12.0736 5.85536 11.7807C5.56246 11.4878 5.08759 11.4878 4.7947 11.7807L3.0377 13.5377C2.05313 14.5223 1.5 15.8576 1.5 17.25C1.5 18.6424 2.05313 19.9778 3.0377 20.9624C4.02227 21.9469 5.35763 22.5001 6.75003 22.5001C8.14242 22.5001 9.47779 21.9469 10.4624 20.9624L13.5303 17.8944L13.6157 17.8091L13.6772 17.7475C13.9701 17.4546 13.9701 16.9797 13.6772 16.6869C13.3843 16.394 12.9094 16.394 12.6165 16.6869L12.555 16.7484L12.4697 16.8337L9.4017 19.9017C8.69843 20.605 7.7446 21.0001 6.75003 21.0001C5.75546 21.0001 4.80162 20.605 4.09836 19.9017C3.39509 19.1984 3 18.2446 3 17.25C3 16.2555 3.39509 15.3016 4.09836 14.5984L5.85536 12.8414ZM9.16565 12.357C9.0435 11.9612 8.62362 11.7394 8.22783 11.8615C7.83204 11.9837 7.61021 12.4036 7.73236 12.7994C7.91202 13.3815 8.19216 13.9296 8.56176 14.4182C9.06856 15.0883 9.72875 15.6269 10.4869 15.9888C10.8607 16.1673 11.3084 16.009 11.4868 15.6352C11.6653 15.2614 11.507 14.8137 11.1332 14.6352C10.5916 14.3767 10.1201 13.9919 9.75808 13.5133C9.49408 13.1643 9.29398 12.7728 9.16565 12.357Z", fill: "currentcolor" })), i1 = ({
230
+ }) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": C, ...t }, l ? /* @__PURE__ */ e.createElement("title", { id: C }, l) : null, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.25 1.5C15.8576 1.5 14.5223 2.05313 13.5377 3.0377L9.03789 7.53751L9.0377 7.5377C8.96429 7.61106 8.89319 7.68647 8.82447 7.7638L7.06033 5.99967L3.53033 2.46967C3.23744 2.17678 2.76256 2.17678 2.46967 2.46967C2.17678 2.76256 2.17678 3.23744 2.46967 3.53033L5.99967 7.06033L16.2447 17.3053L20.4697 21.5303C20.7626 21.8232 21.2374 21.8232 21.5303 21.5303C21.8232 21.2374 21.8232 20.7626 21.5303 20.4697L17.3053 16.2447L15.9785 14.9179C16.0449 14.8491 16.0991 14.7663 16.1363 14.6719C16.1792 14.5629 16.2185 14.4523 16.2542 14.3404C16.5088 13.5398 16.5676 12.6898 16.4257 11.8617C16.2837 11.0337 15.9451 10.2518 15.4383 9.58182C14.9315 8.9118 14.2713 8.37318 13.5132 8.01121C13.1394 7.83275 12.6917 7.99109 12.5132 8.36489C12.3347 8.73868 12.4931 9.18638 12.8669 9.36484C13.4084 9.62339 13.88 10.0081 14.242 10.4867C14.604 10.9653 14.8458 11.5238 14.9472 12.1152C15.0432 12.6746 15.0108 13.2481 14.8531 13.7924L9.88771 8.82705C9.95454 8.74817 10.0247 8.67193 10.0982 8.59855L10.0984 8.59836L14.5984 4.09836C15.3016 3.39509 16.2555 3 17.25 3C18.2446 3 19.1984 3.39509 19.9017 4.09836C20.605 4.80162 21.0001 5.75546 21.0001 6.75003C21.0001 7.7446 20.605 8.69843 19.9017 9.4017L18.1447 11.1587C17.8518 11.4516 17.8518 11.9265 18.1447 12.2194C18.4376 12.5123 18.9125 12.5123 19.2054 12.2194L20.9624 10.4624C21.9469 9.47779 22.5001 8.14242 22.5001 6.75003C22.5001 5.35763 21.9469 4.02227 20.9624 3.0377C19.9778 2.05313 18.6424 1.5 17.25 1.5ZM5.85536 12.8414C6.14825 12.5485 6.14825 12.0736 5.85536 11.7807C5.56246 11.4878 5.08759 11.4878 4.7947 11.7807L3.0377 13.5377C2.05313 14.5223 1.5 15.8576 1.5 17.25C1.5 18.6424 2.05313 19.9778 3.0377 20.9624C4.02227 21.9469 5.35763 22.5001 6.75003 22.5001C8.14242 22.5001 9.47779 21.9469 10.4624 20.9624L13.5303 17.8944L13.6157 17.8091L13.6772 17.7475C13.9701 17.4546 13.9701 16.9797 13.6772 16.6869C13.3843 16.394 12.9094 16.394 12.6165 16.6869L12.555 16.7484L12.4697 16.8337L9.4017 19.9017C8.69843 20.605 7.7446 21.0001 6.75003 21.0001C5.75546 21.0001 4.80162 20.605 4.09836 19.9017C3.39509 19.1984 3 18.2446 3 17.25C3 16.2555 3.39509 15.3016 4.09836 14.5984L5.85536 12.8414ZM9.16565 12.357C9.0435 11.9612 8.62362 11.7394 8.22783 11.8615C7.83204 11.9837 7.61021 12.4036 7.73236 12.7994C7.91202 13.3815 8.19216 13.9296 8.56176 14.4182C9.06856 15.0883 9.72875 15.6269 10.4869 15.9888C10.8607 16.1673 11.3084 16.009 11.4868 15.6352C11.6653 15.2614 11.507 14.8137 11.1332 14.6352C10.5916 14.3767 10.1201 13.9919 9.75808 13.5133C9.49408 13.1643 9.29398 12.7728 9.16565 12.357Z", fill: "currentcolor" })), o1 = ({
231
231
  title: l,
232
232
  titleId: C,
233
233
  ...t
@@ -255,71 +255,75 @@ const n = ({
255
255
  title: l,
256
256
  titleId: C,
257
257
  ...t
258
- }) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": C, ...t }, l ? /* @__PURE__ */ e.createElement("title", { id: C }, l) : null, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M19.875 2.99976C19.5766 2.99976 19.2904 3.11831 19.0793 3.32933L17.9225 4.48685L19.5135 6.07784L20.6707 4.92067C20.8817 4.70965 21.0002 4.42344 21.0002 4.125C21.0002 3.82657 20.8817 3.54036 20.6707 3.32933C20.4596 3.11831 20.1734 2.99976 19.875 2.99976ZM18.4528 7.1385L16.862 5.54763L8.46049 13.9482C8.46042 13.9482 8.46055 13.9481 8.46049 13.9482C8.02028 14.3887 7.69653 14.9321 7.51882 15.529L7.11471 16.8853L8.47084 16.4812C9.06774 16.3035 9.61113 15.9799 10.0517 15.5397C10.0516 15.5397 10.0517 15.5396 10.0517 15.5397L18.4528 7.1385ZM18.0185 2.26883C18.5108 1.7765 19.1787 1.49976 19.875 1.49976C20.5713 1.49976 21.239 1.77634 21.7313 2.26867C22.2237 2.761 22.5002 3.42874 22.5002 4.125C22.5002 4.82126 22.2237 5.489 21.7313 5.98133L11.1123 16.6003C10.4956 17.2167 9.73486 17.6699 8.89916 17.9188C8.89911 17.9188 8.89921 17.9188 8.89916 17.9188L6.21416 18.7188C5.95022 18.7974 5.66441 18.7251 5.46967 18.5303C5.27493 18.3356 5.20259 18.0498 5.28123 17.7858L6.08118 15.101C6.08117 15.101 6.0812 15.1009 6.08118 15.101C6.33002 14.2653 6.78313 13.5046 7.39951 12.8878L18.0185 2.26883ZM5.25 6.75C4.85218 6.75 4.47064 6.90804 4.18934 7.18934C3.90804 7.47065 3.75 7.85218 3.75 8.25V18.75C3.75 19.1478 3.90804 19.5294 4.18934 19.8107C4.47064 20.092 4.85218 20.25 5.25 20.25H15.75C16.1478 20.25 16.5294 20.092 16.8107 19.8107C17.092 19.5294 17.25 19.1478 17.25 18.75V14C17.25 13.5858 17.5858 13.25 18 13.25C18.4142 13.25 18.75 13.5858 18.75 14V18.75C18.75 19.5457 18.4339 20.3087 17.8713 20.8713C17.3087 21.4339 16.5456 21.75 15.75 21.75H5.25C4.45435 21.75 3.69129 21.4339 3.12868 20.8713C2.56607 20.3087 2.25 19.5457 2.25 18.75V8.25C2.25 7.45435 2.56607 6.69129 3.12868 6.12868C3.69129 5.56607 4.45435 5.25 5.25 5.25H10C10.4142 5.25 10.75 5.58579 10.75 6C10.75 6.41422 10.4142 6.75 10 6.75H5.25Z", fill: "currentcolor" })), v1 = ({
258
+ }) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": C, ...t }, l ? /* @__PURE__ */ e.createElement("title", { id: C }, l) : null, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20.6705 3.3295C20.2312 2.89017 19.5189 2.89017 19.0795 3.3295L17.9224 4.48667L19.5133 6.07766L20.6705 4.9205C21.1099 4.48116 21.1099 3.76884 20.6705 3.3295ZM18.4527 7.13832L16.8617 5.54733L4.71087 17.6982C4.27031 18.1387 3.94646 18.6821 3.76859 19.2792L3.3646 20.6354L4.72079 20.2314C5.31792 20.0536 5.86131 19.7297 6.30187 19.2891L18.4527 7.13832ZM18.0189 2.26884C19.044 1.24372 20.706 1.24372 21.7312 2.26884C22.7563 3.29397 22.7563 4.95603 21.7312 5.98116L7.36253 20.3498C6.74574 20.9666 5.98499 21.42 5.14902 21.669L2.46413 22.4688C2.20021 22.5474 1.91442 22.4751 1.71969 22.2803C1.52496 22.0856 1.45261 21.7998 1.53123 21.5359L2.33101 18.851C2.58003 18.015 3.03342 17.2543 3.65021 16.6375L18.0189 2.26884Z", fill: "currentColor" })), v1 = ({
259
259
  title: l,
260
260
  titleId: C,
261
261
  ...t
262
- }) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": C, ...t }, l ? /* @__PURE__ */ e.createElement("title", { id: C }, l) : null, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 3.75C12.4142 3.75 12.75 4.08579 12.75 4.5V11.25H19.5C19.9142 11.25 20.25 11.5858 20.25 12C20.25 12.4142 19.9142 12.75 19.5 12.75H12.75V19.5C12.75 19.9142 12.4142 20.25 12 20.25C11.5858 20.25 11.25 19.9142 11.25 19.5V12.75H4.5C4.08579 12.75 3.75 12.4142 3.75 12C3.75 11.5858 4.08579 11.25 4.5 11.25H11.25V4.5C11.25 4.08579 11.5858 3.75 12 3.75Z", fill: "currentcolor" })), g1 = ({
262
+ }) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": C, ...t }, l ? /* @__PURE__ */ e.createElement("title", { id: C }, l) : null, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M19.875 2.99976C19.5766 2.99976 19.2904 3.11831 19.0793 3.32933L17.9225 4.48685L19.5135 6.07784L20.6707 4.92067C20.8817 4.70965 21.0002 4.42344 21.0002 4.125C21.0002 3.82657 20.8817 3.54036 20.6707 3.32933C20.4596 3.11831 20.1734 2.99976 19.875 2.99976ZM18.4528 7.1385L16.862 5.54763L8.46049 13.9482C8.46042 13.9482 8.46055 13.9481 8.46049 13.9482C8.02028 14.3887 7.69653 14.9321 7.51882 15.529L7.11471 16.8853L8.47084 16.4812C9.06774 16.3035 9.61113 15.9799 10.0517 15.5397C10.0516 15.5397 10.0517 15.5396 10.0517 15.5397L18.4528 7.1385ZM18.0185 2.26883C18.5108 1.7765 19.1787 1.49976 19.875 1.49976C20.5713 1.49976 21.239 1.77634 21.7313 2.26867C22.2237 2.761 22.5002 3.42874 22.5002 4.125C22.5002 4.82126 22.2237 5.489 21.7313 5.98133L11.1123 16.6003C10.4956 17.2167 9.73486 17.6699 8.89916 17.9188C8.89911 17.9188 8.89921 17.9188 8.89916 17.9188L6.21416 18.7188C5.95022 18.7974 5.66441 18.7251 5.46967 18.5303C5.27493 18.3356 5.20259 18.0498 5.28123 17.7858L6.08118 15.101C6.08117 15.101 6.0812 15.1009 6.08118 15.101C6.33002 14.2653 6.78313 13.5046 7.39951 12.8878L18.0185 2.26883ZM5.25 6.75C4.85218 6.75 4.47064 6.90804 4.18934 7.18934C3.90804 7.47065 3.75 7.85218 3.75 8.25V18.75C3.75 19.1478 3.90804 19.5294 4.18934 19.8107C4.47064 20.092 4.85218 20.25 5.25 20.25H15.75C16.1478 20.25 16.5294 20.092 16.8107 19.8107C17.092 19.5294 17.25 19.1478 17.25 18.75V14C17.25 13.5858 17.5858 13.25 18 13.25C18.4142 13.25 18.75 13.5858 18.75 14V18.75C18.75 19.5457 18.4339 20.3087 17.8713 20.8713C17.3087 21.4339 16.5456 21.75 15.75 21.75H5.25C4.45435 21.75 3.69129 21.4339 3.12868 20.8713C2.56607 20.3087 2.25 19.5457 2.25 18.75V8.25C2.25 7.45435 2.56607 6.69129 3.12868 6.12868C3.69129 5.56607 4.45435 5.25 5.25 5.25H10C10.4142 5.25 10.75 5.58579 10.75 6C10.75 6.41422 10.4142 6.75 10 6.75H5.25Z", fill: "currentcolor" })), g1 = ({
263
263
  title: l,
264
264
  titleId: C,
265
265
  ...t
266
- }) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": C, ...t }, l ? /* @__PURE__ */ e.createElement("title", { id: C }, l) : null, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M21.6 11.9999C21.6 17.3018 17.302 21.5999 12 21.5999C6.69809 21.5999 2.40002 17.3018 2.40002 11.9999C2.40002 6.69797 6.69809 2.3999 12 2.3999C17.302 2.3999 21.6 6.69797 21.6 11.9999ZM10.7272 8.32708C10.3758 8.67855 9.80591 8.67855 9.45444 8.32708C9.10297 7.97561 9.10297 7.40576 9.45444 7.05429C10.8603 5.6484 13.1397 5.6484 14.5456 7.05429C15.9515 8.46017 15.9515 10.7396 14.5456 12.1455C14.0746 12.6164 13.5034 12.9307 12.9 13.086V13.4999C12.9 13.9969 12.4971 14.3999 12 14.3999C11.503 14.3999 11.1 13.9969 11.1 13.4999V12.8999C11.1 12.0355 11.784 11.4938 12.3976 11.3558C12.7179 11.2837 13.0219 11.1235 13.2728 10.8727C13.9758 10.1697 13.9758 9.03002 13.2728 8.32708C12.5699 7.62414 11.4302 7.62414 10.7272 8.32708ZM12 17.9999C12.6628 17.9999 13.2 17.4626 13.2 16.7999C13.2 16.1372 12.6628 15.5999 12 15.5999C11.3373 15.5999 10.8 16.1372 10.8 16.7999C10.8 17.4626 11.3373 17.9999 12 17.9999Z", fill: "currentcolor" })), L1 = ({
266
+ }) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": C, ...t }, l ? /* @__PURE__ */ e.createElement("title", { id: C }, l) : null, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 3.75C12.4142 3.75 12.75 4.08579 12.75 4.5V11.25H19.5C19.9142 11.25 20.25 11.5858 20.25 12C20.25 12.4142 19.9142 12.75 19.5 12.75H12.75V19.5C12.75 19.9142 12.4142 20.25 12 20.25C11.5858 20.25 11.25 19.9142 11.25 19.5V12.75H4.5C4.08579 12.75 3.75 12.4142 3.75 12C3.75 11.5858 4.08579 11.25 4.5 11.25H11.25V4.5C11.25 4.08579 11.5858 3.75 12 3.75Z", fill: "currentcolor" })), L1 = ({
267
267
  title: l,
268
268
  titleId: C,
269
269
  ...t
270
- }) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", strokeWidth: 1.5, stroke: "currentColor", className: "w-6 h-6", "aria-labelledby": C, ...t }, l ? /* @__PURE__ */ e.createElement("title", { id: C }, l) : null, /* @__PURE__ */ e.createElement("path", { strokeLinecap: "round", strokeLinejoin: "round", d: "M9.813 15.904 9 18.75l-.813-2.846a4.5 4.5 0 0 0-3.09-3.09L2.25 12l2.846-.813a4.5 4.5 0 0 0 3.09-3.09L9 5.25l.813 2.846a4.5 4.5 0 0 0 3.09 3.09L15.75 12l-2.846.813a4.5 4.5 0 0 0-3.09 3.09ZM18.259 8.715 18 9.75l-.259-1.035a3.375 3.375 0 0 0-2.455-2.456L14.25 6l1.036-.259a3.375 3.375 0 0 0 2.455-2.456L18 2.25l.259 1.035a3.375 3.375 0 0 0 2.456 2.456L21.75 6l-1.035.259a3.375 3.375 0 0 0-2.456 2.456ZM16.894 20.567 16.5 21.75l-.394-1.183a2.25 2.25 0 0 0-1.423-1.423L13.5 18.75l1.183-.394a2.25 2.25 0 0 0 1.423-1.423l.394-1.183.394 1.183a2.25 2.25 0 0 0 1.423 1.423l1.183.394-1.183.394a2.25 2.25 0 0 0-1.423 1.423Z" })), m1 = ({
270
+ }) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": C, ...t }, l ? /* @__PURE__ */ e.createElement("title", { id: C }, l) : null, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M21.6 11.9999C21.6 17.3018 17.302 21.5999 12 21.5999C6.69809 21.5999 2.40002 17.3018 2.40002 11.9999C2.40002 6.69797 6.69809 2.3999 12 2.3999C17.302 2.3999 21.6 6.69797 21.6 11.9999ZM10.7272 8.32708C10.3758 8.67855 9.80591 8.67855 9.45444 8.32708C9.10297 7.97561 9.10297 7.40576 9.45444 7.05429C10.8603 5.6484 13.1397 5.6484 14.5456 7.05429C15.9515 8.46017 15.9515 10.7396 14.5456 12.1455C14.0746 12.6164 13.5034 12.9307 12.9 13.086V13.4999C12.9 13.9969 12.4971 14.3999 12 14.3999C11.503 14.3999 11.1 13.9969 11.1 13.4999V12.8999C11.1 12.0355 11.784 11.4938 12.3976 11.3558C12.7179 11.2837 13.0219 11.1235 13.2728 10.8727C13.9758 10.1697 13.9758 9.03002 13.2728 8.32708C12.5699 7.62414 11.4302 7.62414 10.7272 8.32708ZM12 17.9999C12.6628 17.9999 13.2 17.4626 13.2 16.7999C13.2 16.1372 12.6628 15.5999 12 15.5999C11.3373 15.5999 10.8 16.1372 10.8 16.7999C10.8 17.4626 11.3373 17.9999 12 17.9999Z", fill: "currentcolor" })), m1 = ({
271
271
  title: l,
272
272
  titleId: C,
273
273
  ...t
274
- }) => /* @__PURE__ */ e.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": C, ...t }, l ? /* @__PURE__ */ e.createElement("title", { id: C }, l) : null, /* @__PURE__ */ e.createElement("path", { d: "M7.65398 2.33255C7.78208 2.02457 8.21838 2.02457 8.34648 2.33255L9.76379 5.74019C9.81779 5.87003 9.9399 5.95874 10.0801 5.96998L13.7589 6.26491C14.0914 6.29156 14.2262 6.7065 13.9729 6.92351L11.17 9.32447C11.0632 9.41595 11.0166 9.5595 11.0492 9.69628L11.9055 13.2862C11.9829 13.6107 11.63 13.8671 11.3453 13.6932L8.1957 11.7695C8.07569 11.6962 7.92477 11.6962 7.80476 11.7695L4.65517 13.6932C4.3705 13.8671 4.01754 13.6107 4.09493 13.2862L4.95126 9.69628C4.98388 9.5595 4.93725 9.41595 4.83045 9.32447L2.02757 6.92351C1.77424 6.7065 1.90906 6.29156 2.24156 6.26491L5.92039 5.96998C6.06056 5.95874 6.18267 5.87003 6.23667 5.74019L7.65398 2.33255Z", stroke: "currentcolor", strokeLinecap: "round", strokeLinejoin: "round" })), u1 = ({
274
+ }) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", strokeWidth: 1.5, stroke: "currentColor", className: "w-6 h-6", "aria-labelledby": C, ...t }, l ? /* @__PURE__ */ e.createElement("title", { id: C }, l) : null, /* @__PURE__ */ e.createElement("path", { strokeLinecap: "round", strokeLinejoin: "round", d: "M9.813 15.904 9 18.75l-.813-2.846a4.5 4.5 0 0 0-3.09-3.09L2.25 12l2.846-.813a4.5 4.5 0 0 0 3.09-3.09L9 5.25l.813 2.846a4.5 4.5 0 0 0 3.09 3.09L15.75 12l-2.846.813a4.5 4.5 0 0 0-3.09 3.09ZM18.259 8.715 18 9.75l-.259-1.035a3.375 3.375 0 0 0-2.455-2.456L14.25 6l1.036-.259a3.375 3.375 0 0 0 2.455-2.456L18 2.25l.259 1.035a3.375 3.375 0 0 0 2.456 2.456L21.75 6l-1.035.259a3.375 3.375 0 0 0-2.456 2.456ZM16.894 20.567 16.5 21.75l-.394-1.183a2.25 2.25 0 0 0-1.423-1.423L13.5 18.75l1.183-.394a2.25 2.25 0 0 0 1.423-1.423l.394-1.183.394 1.183a2.25 2.25 0 0 0 1.423 1.423l1.183.394-1.183.394a2.25 2.25 0 0 0-1.423 1.423Z" })), u1 = ({
275
275
  title: l,
276
276
  titleId: C,
277
277
  ...t
278
- }) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": C, ...t }, l ? /* @__PURE__ */ e.createElement("title", { id: C }, l) : null, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.68565 4.70837L6.93565 6.45837H13.875C17.1657 6.45837 19.8333 9.126 19.8333 12.4167C19.8333 15.7074 17.1657 18.375 13.875 18.375H6.04166V16.875H13.875C16.3373 16.875 18.3333 14.879 18.3333 12.4167C18.3333 9.95443 16.3373 7.95837 13.875 7.95837H6.93565L8.68565 9.70837L7.62499 10.769L4.06433 7.20837L7.62499 3.64771L8.68565 4.70837Z", fill: "currentColor" })), M1 = ({
278
+ }) => /* @__PURE__ */ e.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": C, ...t }, l ? /* @__PURE__ */ e.createElement("title", { id: C }, l) : null, /* @__PURE__ */ e.createElement("path", { d: "M7.65398 2.33255C7.78208 2.02457 8.21838 2.02457 8.34648 2.33255L9.76379 5.74019C9.81779 5.87003 9.9399 5.95874 10.0801 5.96998L13.7589 6.26491C14.0914 6.29156 14.2262 6.7065 13.9729 6.92351L11.17 9.32447C11.0632 9.41595 11.0166 9.5595 11.0492 9.69628L11.9055 13.2862C11.9829 13.6107 11.63 13.8671 11.3453 13.6932L8.1957 11.7695C8.07569 11.6962 7.92477 11.6962 7.80476 11.7695L4.65517 13.6932C4.3705 13.8671 4.01754 13.6107 4.09493 13.2862L4.95126 9.69628C4.98388 9.5595 4.93725 9.41595 4.83045 9.32447L2.02757 6.92351C1.77424 6.7065 1.90906 6.29156 2.24156 6.26491L5.92039 5.96998C6.06056 5.95874 6.18267 5.87003 6.23667 5.74019L7.65398 2.33255Z", stroke: "currentcolor", strokeLinecap: "round", strokeLinejoin: "round" })), M1 = ({
279
279
  title: l,
280
280
  titleId: C,
281
281
  ...t
282
- }) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": C, ...t }, l ? /* @__PURE__ */ e.createElement("title", { id: C }, l) : null, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16.375 3.64771L19.9357 7.20837L16.375 10.769L15.3144 9.70837L17.0644 7.95837H10.125C7.66275 7.95837 5.66669 9.95443 5.66669 12.4167C5.66669 14.879 7.66275 16.875 10.125 16.875H17.9584V18.375H10.125C6.83433 18.375 4.16669 15.7074 4.16669 12.4167C4.16669 9.126 6.83432 6.45837 10.125 6.45837H17.0644L15.3144 4.70837L16.375 3.64771Z", fill: "currentColor" })), E1 = ({
282
+ }) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": C, ...t }, l ? /* @__PURE__ */ e.createElement("title", { id: C }, l) : null, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.68565 4.70837L6.93565 6.45837H13.875C17.1657 6.45837 19.8333 9.126 19.8333 12.4167C19.8333 15.7074 17.1657 18.375 13.875 18.375H6.04166V16.875H13.875C16.3373 16.875 18.3333 14.879 18.3333 12.4167C18.3333 9.95443 16.3373 7.95837 13.875 7.95837H6.93565L8.68565 9.70837L7.62499 10.769L4.06433 7.20837L7.62499 3.64771L8.68565 4.70837Z", fill: "currentColor" })), E1 = ({
283
283
  title: l,
284
284
  titleId: C,
285
285
  ...t
286
- }) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": C, ...t }, l ? /* @__PURE__ */ e.createElement("title", { id: C }, l) : null, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.9696 3.46967C14.6767 3.76256 14.6767 4.23744 14.9696 4.53033L17.1892 6.74998L7.00001 6.74989C4.92893 6.74989 3.25 8.42883 3.25 10.4999C3.25 10.9141 3.58579 11.2499 4 11.2499C4.41422 11.2499 4.75 10.9141 4.75 10.4999C4.75 9.25725 5.75736 8.2499 7 8.24989L17.1893 8.24998L14.9696 10.4697C14.6767 10.7626 14.6767 11.2374 14.9696 11.5303C15.2625 11.8232 15.7373 11.8232 16.0302 11.5303L19.5302 8.03033C19.6709 7.88968 19.7499 7.69891 19.7499 7.5C19.7499 7.30109 19.6709 7.11032 19.5302 6.96967L16.0302 3.46967C15.7373 3.17678 15.2625 3.17678 14.9696 3.46967ZM9.53024 12.4697C9.23735 12.1768 8.76247 12.1768 8.46958 12.4697L4.96967 15.9696C4.67678 16.2625 4.67677 16.7373 4.96966 17.0302L8.46956 20.5303C8.76245 20.8232 9.23732 20.8232 9.53022 20.5303C9.82313 20.2375 9.82314 19.7626 9.53025 19.4697L7.31059 17.2499H17C19.0711 17.2499 20.75 15.571 20.75 13.4999C20.75 13.0857 20.4142 12.7499 20 12.7499C19.5858 12.7499 19.25 13.0857 19.25 13.4999C19.25 14.7425 18.2426 15.7499 17 15.7499H7.31067L9.53024 13.5303C9.82313 13.2374 9.82313 12.7626 9.53024 12.4697Z", fill: "currentcolor" })), p1 = ({
286
+ }) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": C, ...t }, l ? /* @__PURE__ */ e.createElement("title", { id: C }, l) : null, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16.375 3.64771L19.9357 7.20837L16.375 10.769L15.3144 9.70837L17.0644 7.95837H10.125C7.66275 7.95837 5.66669 9.95443 5.66669 12.4167C5.66669 14.879 7.66275 16.875 10.125 16.875H17.9584V18.375H10.125C6.83433 18.375 4.16669 15.7074 4.16669 12.4167C4.16669 9.126 6.83432 6.45837 10.125 6.45837H17.0644L15.3144 4.70837L16.375 3.64771Z", fill: "currentColor" })), p1 = ({
287
287
  title: l,
288
288
  titleId: C,
289
289
  ...t
290
- }) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": C, ...t }, l ? /* @__PURE__ */ e.createElement("title", { id: C }, l) : null, /* @__PURE__ */ e.createElement("path", { d: "M3.53033 2.46967C3.23744 2.17678 2.76256 2.17678 2.46967 2.46967C2.17678 2.76256 2.17678 3.23744 2.46967 3.53033L20.4697 21.5303C20.7626 21.8232 21.2374 21.8232 21.5303 21.5303C21.8232 21.2374 21.8232 20.7626 21.5303 20.4697L18.1356 17.0749C19.6516 16.5939 20.7501 15.1752 20.7501 13.4999C20.7501 13.0857 20.4143 12.7499 20.0001 12.7499C19.5859 12.7499 19.2501 13.0857 19.2501 13.4999C19.2501 14.7425 18.2428 15.7499 17.0001 15.7499C16.9416 15.7499 16.8846 15.7566 16.8299 15.7693L9.31066 8.25L17.1894 8.25L14.9697 10.4697C14.6768 10.7626 14.6768 11.2374 14.9697 11.5303C15.2626 11.8232 15.7375 11.8232 16.0304 11.5303L19.5304 8.03033C19.671 7.88968 19.75 7.69891 19.75 7.5C19.75 7.30109 19.671 7.11032 19.5304 6.96967L16.0304 3.46967C15.7375 3.17678 15.2626 3.17678 14.9697 3.46967C14.6768 3.76256 14.6768 4.23744 14.9697 4.53033L17.1894 6.75L7.81066 6.75L3.53033 2.46967Z", fill: "currentcolor" }), /* @__PURE__ */ e.createElement("path", { d: "M3.97927 8.27764C4.22494 7.94414 4.69444 7.87293 5.02794 8.1186C5.36144 8.36426 5.43264 8.83377 5.18698 9.16727C4.91224 9.54024 4.75012 10 4.75012 10.4999C4.75012 10.9141 4.41434 11.2499 4.00012 11.2499C3.58591 11.2499 3.25012 10.9141 3.25012 10.4999C3.25012 9.6692 3.52111 8.89961 3.97927 8.27764Z", fill: "currentcolor" }), /* @__PURE__ */ e.createElement("path", { d: "M8.41501 12.5244C8.7079 12.2315 9.18277 12.2315 9.47567 12.5244C9.76856 12.8173 9.76856 13.2921 9.47566 13.585L7.31079 15.7499L12.3744 15.7499C12.7886 15.7499 13.1244 16.0857 13.1244 16.4999C13.1244 16.9141 12.7886 17.2499 12.3744 17.2499L7.31071 17.2499L9.53038 19.4697C9.82326 19.7626 9.82325 20.2375 9.53035 20.5303C9.23744 20.8232 8.76257 20.8232 8.46969 20.5303L4.96978 17.0302C4.6769 16.7373 4.6769 16.2625 4.96979 15.9696L8.41501 12.5244Z", fill: "currentcolor" })), f1 = ({
290
+ }) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": C, ...t }, l ? /* @__PURE__ */ e.createElement("title", { id: C }, l) : null, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.9696 3.46967C14.6767 3.76256 14.6767 4.23744 14.9696 4.53033L17.1892 6.74998L7.00001 6.74989C4.92893 6.74989 3.25 8.42883 3.25 10.4999C3.25 10.9141 3.58579 11.2499 4 11.2499C4.41422 11.2499 4.75 10.9141 4.75 10.4999C4.75 9.25725 5.75736 8.2499 7 8.24989L17.1893 8.24998L14.9696 10.4697C14.6767 10.7626 14.6767 11.2374 14.9696 11.5303C15.2625 11.8232 15.7373 11.8232 16.0302 11.5303L19.5302 8.03033C19.6709 7.88968 19.7499 7.69891 19.7499 7.5C19.7499 7.30109 19.6709 7.11032 19.5302 6.96967L16.0302 3.46967C15.7373 3.17678 15.2625 3.17678 14.9696 3.46967ZM9.53024 12.4697C9.23735 12.1768 8.76247 12.1768 8.46958 12.4697L4.96967 15.9696C4.67678 16.2625 4.67677 16.7373 4.96966 17.0302L8.46956 20.5303C8.76245 20.8232 9.23732 20.8232 9.53022 20.5303C9.82313 20.2375 9.82314 19.7626 9.53025 19.4697L7.31059 17.2499H17C19.0711 17.2499 20.75 15.571 20.75 13.4999C20.75 13.0857 20.4142 12.7499 20 12.7499C19.5858 12.7499 19.25 13.0857 19.25 13.4999C19.25 14.7425 18.2426 15.7499 17 15.7499H7.31067L9.53024 13.5303C9.82313 13.2374 9.82313 12.7626 9.53024 12.4697Z", fill: "currentcolor" })), f1 = ({
291
291
  title: l,
292
292
  titleId: C,
293
293
  ...t
294
- }) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": C, ...t }, l ? /* @__PURE__ */ e.createElement("title", { id: C }, l) : null, /* @__PURE__ */ e.createElement("path", { d: "M4.09835 19.9017C5.56282 21.3661 7.93719 21.3661 9.40165 19.9017L15.8033 13.5M6.75 21C4.67893 21 3 19.3211 3 17.25V4.125C3 3.50368 3.50368 3 4.125 3H9.375C9.99632 3 10.5 3.50368 10.5 4.125V8.1967M6.75 21C8.82107 21 10.5 19.3211 10.5 17.25V8.1967M6.75 21H19.875C20.4963 21 21 20.4963 21 19.875V14.625C21 14.0037 20.4963 13.5 19.875 13.5H15.8033M10.5 8.1967L13.3791 5.31757C13.8185 4.87823 14.5308 4.87823 14.9701 5.31757L18.6824 9.02988C19.1218 9.46922 19.1218 10.1815 18.6824 10.6209L15.8033 13.5M6.75 17.25H6.7575V17.2575H6.75V17.25Z", stroke: "currentcolor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" })), H1 = ({
294
+ }) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": C, ...t }, l ? /* @__PURE__ */ e.createElement("title", { id: C }, l) : null, /* @__PURE__ */ e.createElement("path", { d: "M3.53033 2.46967C3.23744 2.17678 2.76256 2.17678 2.46967 2.46967C2.17678 2.76256 2.17678 3.23744 2.46967 3.53033L20.4697 21.5303C20.7626 21.8232 21.2374 21.8232 21.5303 21.5303C21.8232 21.2374 21.8232 20.7626 21.5303 20.4697L18.1356 17.0749C19.6516 16.5939 20.7501 15.1752 20.7501 13.4999C20.7501 13.0857 20.4143 12.7499 20.0001 12.7499C19.5859 12.7499 19.2501 13.0857 19.2501 13.4999C19.2501 14.7425 18.2428 15.7499 17.0001 15.7499C16.9416 15.7499 16.8846 15.7566 16.8299 15.7693L9.31066 8.25L17.1894 8.25L14.9697 10.4697C14.6768 10.7626 14.6768 11.2374 14.9697 11.5303C15.2626 11.8232 15.7375 11.8232 16.0304 11.5303L19.5304 8.03033C19.671 7.88968 19.75 7.69891 19.75 7.5C19.75 7.30109 19.671 7.11032 19.5304 6.96967L16.0304 3.46967C15.7375 3.17678 15.2626 3.17678 14.9697 3.46967C14.6768 3.76256 14.6768 4.23744 14.9697 4.53033L17.1894 6.75L7.81066 6.75L3.53033 2.46967Z", fill: "currentcolor" }), /* @__PURE__ */ e.createElement("path", { d: "M3.97927 8.27764C4.22494 7.94414 4.69444 7.87293 5.02794 8.1186C5.36144 8.36426 5.43264 8.83377 5.18698 9.16727C4.91224 9.54024 4.75012 10 4.75012 10.4999C4.75012 10.9141 4.41434 11.2499 4.00012 11.2499C3.58591 11.2499 3.25012 10.9141 3.25012 10.4999C3.25012 9.6692 3.52111 8.89961 3.97927 8.27764Z", fill: "currentcolor" }), /* @__PURE__ */ e.createElement("path", { d: "M8.41501 12.5244C8.7079 12.2315 9.18277 12.2315 9.47567 12.5244C9.76856 12.8173 9.76856 13.2921 9.47566 13.585L7.31079 15.7499L12.3744 15.7499C12.7886 15.7499 13.1244 16.0857 13.1244 16.4999C13.1244 16.9141 12.7886 17.2499 12.3744 17.2499L7.31071 17.2499L9.53038 19.4697C9.82326 19.7626 9.82325 20.2375 9.53035 20.5303C9.23744 20.8232 8.76257 20.8232 8.46969 20.5303L4.96978 17.0302C4.6769 16.7373 4.6769 16.2625 4.96979 15.9696L8.41501 12.5244Z", fill: "currentcolor" })), H1 = ({
295
295
  title: l,
296
296
  titleId: C,
297
297
  ...t
298
- }) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": C, ...t }, l ? /* @__PURE__ */ e.createElement("title", { id: C }, l) : null, /* @__PURE__ */ e.createElement("path", { d: "M18.875 5.125H19.5V4.5H18.875V5.125ZM18.875 18.875V19.5H19.5V18.875H18.875ZM5.125 18.875H4.5V19.5H5.125V18.875ZM5.125 5.125V4.5H4.5V5.125H5.125ZM10.75 5.125V4.5H9.5V5.125H10.75ZM9.5 18.875V19.5H10.75V18.875H9.5ZM5.125 9.5H4.5V10.75H5.125V9.5ZM18.875 10.75H19.5V9.5H18.875V10.75ZM18.25 5.125V18.875H19.5V5.125H18.25ZM18.875 18.25H5.125V19.5H18.875V18.25ZM5.75 18.875V5.125H4.5V18.875H5.75ZM5.125 5.75H18.875V4.5H5.125V5.75ZM9.5 5.125V10.125H10.75V5.125H9.5ZM9.5 10.125V18.875H10.75V10.125H9.5ZM5.125 10.75H10.125V9.5H5.125V10.75ZM10.125 10.75H18.875V9.5H10.125V10.75Z", fill: "currentColor" })), V1 = ({
298
+ }) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": C, ...t }, l ? /* @__PURE__ */ e.createElement("title", { id: C }, l) : null, /* @__PURE__ */ e.createElement("path", { d: "M4.09835 19.9017C5.56282 21.3661 7.93719 21.3661 9.40165 19.9017L15.8033 13.5M6.75 21C4.67893 21 3 19.3211 3 17.25V4.125C3 3.50368 3.50368 3 4.125 3H9.375C9.99632 3 10.5 3.50368 10.5 4.125V8.1967M6.75 21C8.82107 21 10.5 19.3211 10.5 17.25V8.1967M6.75 21H19.875C20.4963 21 21 20.4963 21 19.875V14.625C21 14.0037 20.4963 13.5 19.875 13.5H15.8033M10.5 8.1967L13.3791 5.31757C13.8185 4.87823 14.5308 4.87823 14.9701 5.31757L18.6824 9.02988C19.1218 9.46922 19.1218 10.1815 18.6824 10.6209L15.8033 13.5M6.75 17.25H6.7575V17.2575H6.75V17.25Z", stroke: "currentcolor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" })), V1 = ({
299
299
  title: l,
300
300
  titleId: C,
301
301
  ...t
302
- }) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": C, ...t }, l ? /* @__PURE__ */ e.createElement("title", { id: C }, l) : null, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.6834 1.5264C12.5613 1.49055 11.4384 1.49055 10.3164 1.5264H13.6834ZM10.3164 1.5264C8.71186 1.57696 7.49988 2.9133 7.49988 4.47703V4.7038C6.55031 4.79091 5.60345 4.90581 4.66051 5.04835C4.31267 5.10022 3.96704 5.15614 3.62165 5.21608C3.21353 5.2869 2.9401 5.67515 3.01092 6.08326C3.08174 6.49138 3.47 6.76481 3.87811 6.69399C3.94756 6.68194 4.01701 6.67006 4.08646 6.65835L5.0291 18.9117C5.07791 19.5462 5.10806 20.2555 5.38515 20.8284C5.62858 21.3317 6.17768 21.9676 6.96503 22.2839C7.31768 22.4255 7.69716 22.5001 8.08388 22.5H15.0952C15.7311 22.5 16.4118 22.5327 17.0039 22.3008C17.5248 22.0969 18.23 21.5902 18.6061 20.8291C18.7744 20.4885 18.8779 20.1161 18.9077 19.7307L19.9131 6.66116L20.1296 6.69633C20.5369 6.76249 20.9212 6.4872 20.9895 6.08027C21.0579 5.67334 20.7847 5.28763 20.3781 5.21708C20.0325 5.1571 19.6873 5.10126 19.3406 5.04855C19.3314 5.04716 18.1289 4.88287 18.1289 4.88287L17.2461 4.78131L16.4999 4.70319V4.47703C16.4999 2.91208 15.2877 1.57695 13.6834 1.5264M18.4246 6.45322L15.6785 6.13975C13.2252 5.95086 10.761 5.9512 8.30777 6.1408M8.30777 6.1408C7.39371 6.21156 6.48184 6.30886 5.57352 6.43254L6.52468 18.7967C6.55912 19.2443 6.54409 19.8535 6.76277 20.2204C7.02639 20.6626 7.30481 20.8038 7.52412 20.8919C7.70052 20.9628 7.89026 21.0001 8.08366 21H15.0952C15.7227 20.9727 16.0314 21.0699 16.4492 20.9063C16.9392 20.7144 17.1565 20.3767 17.2613 20.1646C17.3455 19.9943 17.3972 19.8081 17.4121 19.6154L18.4246 6.45322M8.99988 4.58949C10.998 4.46796 13.0017 4.46796 14.9999 4.58949V4.47703C14.9999 3.68214 14.3919 3.04935 13.6364 3.02566C12.546 2.99081 11.4543 2.9908 10.3638 3.02565C9.60858 3.04933 8.99988 3.68291 8.99988 4.47703V4.58949ZM9.23107 8.25059C9.64497 8.23467 9.99341 8.55731 10.0093 8.97122L10.3553 17.9712C10.3712 18.3851 10.0486 18.7336 9.63469 18.7495C9.22078 18.7654 8.87234 18.4428 8.85643 18.0288L8.51043 9.02884C8.49452 8.61494 8.81716 8.2665 9.23107 8.25059ZM14.7687 8.25059C15.1826 8.2665 15.5052 8.61494 15.4893 9.02884L15.1433 18.0288C15.1274 18.4428 14.779 18.7654 14.3651 18.7495C13.9512 18.7336 13.6285 18.3851 13.6444 17.9712L13.9904 8.97122C14.0063 8.55731 14.3548 8.23467 14.7687 8.25059Z", fill: "currentcolor" })), Z1 = ({
302
+ }) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": C, ...t }, l ? /* @__PURE__ */ e.createElement("title", { id: C }, l) : null, /* @__PURE__ */ e.createElement("path", { d: "M18.875 5.125H19.5V4.5H18.875V5.125ZM18.875 18.875V19.5H19.5V18.875H18.875ZM5.125 18.875H4.5V19.5H5.125V18.875ZM5.125 5.125V4.5H4.5V5.125H5.125ZM10.75 5.125V4.5H9.5V5.125H10.75ZM9.5 18.875V19.5H10.75V18.875H9.5ZM5.125 9.5H4.5V10.75H5.125V9.5ZM18.875 10.75H19.5V9.5H18.875V10.75ZM18.25 5.125V18.875H19.5V5.125H18.25ZM18.875 18.25H5.125V19.5H18.875V18.25ZM5.75 18.875V5.125H4.5V18.875H5.75ZM5.125 5.75H18.875V4.5H5.125V5.75ZM9.5 5.125V10.125H10.75V5.125H9.5ZM9.5 10.125V18.875H10.75V10.125H9.5ZM5.125 10.75H10.125V9.5H5.125V10.75ZM10.125 10.75H18.875V9.5H10.125V10.75Z", fill: "currentColor" })), Z1 = ({
303
303
  title: l,
304
304
  titleId: C,
305
305
  ...t
306
- }) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": C, ...t }, l ? /* @__PURE__ */ e.createElement("title", { id: C }, l) : null, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.6834 1.5264C12.5613 1.49055 11.4384 1.49055 10.3164 1.5264H13.6834ZM10.3164 1.5264C8.71186 1.57696 7.49988 2.9133 7.49988 4.47703V4.7038C6.55031 4.79091 5.60345 4.90581 4.66051 5.04835C4.31267 5.10022 3.96704 5.15614 3.62165 5.21608C3.21353 5.2869 2.9401 5.67515 3.01092 6.08326C3.08174 6.49138 3.47 6.76481 3.87811 6.69399C3.94756 6.68194 4.01701 6.67006 4.08646 6.65835L5.0291 18.9117C5.07791 19.5462 5.10806 20.2555 5.38515 20.8284C5.62858 21.3317 6.17768 21.9676 6.96503 22.2839C7.31768 22.4255 7.69716 22.5001 8.08388 22.5H15.0952C15.7311 22.5 16.4118 22.5327 17.0039 22.3008C17.5248 22.0969 18.23 21.5902 18.6061 20.8291C18.7744 20.4885 18.8779 20.1161 18.9077 19.7307L19.9131 6.66116L20.1296 6.69633C20.5369 6.76249 20.9212 6.4872 20.9895 6.08027C21.0579 5.67334 20.7847 5.28763 20.3781 5.21708C20.0325 5.1571 19.6873 5.10126 19.3406 5.04855C19.3314 5.04716 18.1289 4.88287 18.1289 4.88287L17.2461 4.78131L16.4999 4.70319V4.47703C16.4999 2.91208 15.2877 1.57695 13.6834 1.5264M18.4246 6.45322L15.6785 6.13975C13.2252 5.95086 10.761 5.9512 8.30777 6.1408M8.30777 6.1408C7.39371 6.21156 6.48184 6.30886 5.57352 6.43254L6.52468 18.7967C6.55912 19.2443 6.54409 19.8535 6.76277 20.2204C7.02639 20.6626 7.30481 20.8038 7.52412 20.8919C7.70052 20.9628 7.89026 21.0001 8.08366 21H15.0952C15.7227 20.9727 16.0314 21.0699 16.4492 20.9063C16.9392 20.7144 17.1565 20.3767 17.2613 20.1646C17.3455 19.9943 17.3972 19.8081 17.4121 19.6154L18.4246 6.45322M8.99988 4.58949C10.998 4.46796 13.0017 4.46796 14.9999 4.58949V4.47703C14.9999 3.68214 14.3919 3.04935 13.6364 3.02566C12.546 2.99081 11.4543 2.9908 10.3638 3.02565C9.60858 3.04933 8.99988 3.68291 8.99988 4.47703V4.58949ZM9.23107 8.25059C9.64497 8.23467 9.99341 8.55731 10.0093 8.97122L10.3553 17.9712C10.3712 18.3851 10.0486 18.7336 9.63469 18.7495C9.22078 18.7654 8.87234 18.4428 8.85643 18.0288L8.51043 9.02884C8.49452 8.61494 8.81716 8.2665 9.23107 8.25059ZM14.7687 8.25059C15.1826 8.2665 15.5052 8.61494 15.4893 9.02884L15.1433 18.0288C15.1274 18.4428 14.779 18.7654 14.3651 18.7495C13.9512 18.7336 13.6285 18.3851 13.6444 17.9712L13.9904 8.97122C14.0063 8.55731 14.3548 8.23467 14.7687 8.25059Z", fill: "currentcolor" }), /* @__PURE__ */ e.createElement("line", { x1: 23, y1: 2.2, x2: 2.2, y2: 23, stroke: "currentcolor", strokeWidth: 1.5 })), x1 = ({
306
+ }) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": C, ...t }, l ? /* @__PURE__ */ e.createElement("title", { id: C }, l) : null, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.6834 1.5264C12.5613 1.49055 11.4384 1.49055 10.3164 1.5264H13.6834ZM10.3164 1.5264C8.71186 1.57696 7.49988 2.9133 7.49988 4.47703V4.7038C6.55031 4.79091 5.60345 4.90581 4.66051 5.04835C4.31267 5.10022 3.96704 5.15614 3.62165 5.21608C3.21353 5.2869 2.9401 5.67515 3.01092 6.08326C3.08174 6.49138 3.47 6.76481 3.87811 6.69399C3.94756 6.68194 4.01701 6.67006 4.08646 6.65835L5.0291 18.9117C5.07791 19.5462 5.10806 20.2555 5.38515 20.8284C5.62858 21.3317 6.17768 21.9676 6.96503 22.2839C7.31768 22.4255 7.69716 22.5001 8.08388 22.5H15.0952C15.7311 22.5 16.4118 22.5327 17.0039 22.3008C17.5248 22.0969 18.23 21.5902 18.6061 20.8291C18.7744 20.4885 18.8779 20.1161 18.9077 19.7307L19.9131 6.66116L20.1296 6.69633C20.5369 6.76249 20.9212 6.4872 20.9895 6.08027C21.0579 5.67334 20.7847 5.28763 20.3781 5.21708C20.0325 5.1571 19.6873 5.10126 19.3406 5.04855C19.3314 5.04716 18.1289 4.88287 18.1289 4.88287L17.2461 4.78131L16.4999 4.70319V4.47703C16.4999 2.91208 15.2877 1.57695 13.6834 1.5264M18.4246 6.45322L15.6785 6.13975C13.2252 5.95086 10.761 5.9512 8.30777 6.1408M8.30777 6.1408C7.39371 6.21156 6.48184 6.30886 5.57352 6.43254L6.52468 18.7967C6.55912 19.2443 6.54409 19.8535 6.76277 20.2204C7.02639 20.6626 7.30481 20.8038 7.52412 20.8919C7.70052 20.9628 7.89026 21.0001 8.08366 21H15.0952C15.7227 20.9727 16.0314 21.0699 16.4492 20.9063C16.9392 20.7144 17.1565 20.3767 17.2613 20.1646C17.3455 19.9943 17.3972 19.8081 17.4121 19.6154L18.4246 6.45322M8.99988 4.58949C10.998 4.46796 13.0017 4.46796 14.9999 4.58949V4.47703C14.9999 3.68214 14.3919 3.04935 13.6364 3.02566C12.546 2.99081 11.4543 2.9908 10.3638 3.02565C9.60858 3.04933 8.99988 3.68291 8.99988 4.47703V4.58949ZM9.23107 8.25059C9.64497 8.23467 9.99341 8.55731 10.0093 8.97122L10.3553 17.9712C10.3712 18.3851 10.0486 18.7336 9.63469 18.7495C9.22078 18.7654 8.87234 18.4428 8.85643 18.0288L8.51043 9.02884C8.49452 8.61494 8.81716 8.2665 9.23107 8.25059ZM14.7687 8.25059C15.1826 8.2665 15.5052 8.61494 15.4893 9.02884L15.1433 18.0288C15.1274 18.4428 14.779 18.7654 14.3651 18.7495C13.9512 18.7336 13.6285 18.3851 13.6444 17.9712L13.9904 8.97122C14.0063 8.55731 14.3548 8.23467 14.7687 8.25059Z", fill: "currentcolor" })), x1 = ({
307
307
  title: l,
308
308
  titleId: C,
309
309
  ...t
310
- }) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": C, ...t }, l ? /* @__PURE__ */ e.createElement("title", { id: C }, l) : null, /* @__PURE__ */ e.createElement("path", { d: "M15.75 6C15.75 8.07107 14.071 9.75 12 9.75C9.9289 9.75 8.24996 8.07107 8.24996 6C8.24996 3.92893 9.9289 2.25 12 2.25C14.071 2.25 15.75 3.92893 15.75 6Z", stroke: "currentcolor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M4.5011 20.1182C4.5714 16.0369 7.90184 12.75 12 12.75C16.0982 12.75 19.4287 16.0371 19.4988 20.1185C17.216 21.166 14.6764 21.75 12.0003 21.75C9.32396 21.75 6.78406 21.1659 4.5011 20.1182Z", stroke: "currentcolor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" })), b1 = ({
310
+ }) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": C, ...t }, l ? /* @__PURE__ */ e.createElement("title", { id: C }, l) : null, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.6834 1.5264C12.5613 1.49055 11.4384 1.49055 10.3164 1.5264H13.6834ZM10.3164 1.5264C8.71186 1.57696 7.49988 2.9133 7.49988 4.47703V4.7038C6.55031 4.79091 5.60345 4.90581 4.66051 5.04835C4.31267 5.10022 3.96704 5.15614 3.62165 5.21608C3.21353 5.2869 2.9401 5.67515 3.01092 6.08326C3.08174 6.49138 3.47 6.76481 3.87811 6.69399C3.94756 6.68194 4.01701 6.67006 4.08646 6.65835L5.0291 18.9117C5.07791 19.5462 5.10806 20.2555 5.38515 20.8284C5.62858 21.3317 6.17768 21.9676 6.96503 22.2839C7.31768 22.4255 7.69716 22.5001 8.08388 22.5H15.0952C15.7311 22.5 16.4118 22.5327 17.0039 22.3008C17.5248 22.0969 18.23 21.5902 18.6061 20.8291C18.7744 20.4885 18.8779 20.1161 18.9077 19.7307L19.9131 6.66116L20.1296 6.69633C20.5369 6.76249 20.9212 6.4872 20.9895 6.08027C21.0579 5.67334 20.7847 5.28763 20.3781 5.21708C20.0325 5.1571 19.6873 5.10126 19.3406 5.04855C19.3314 5.04716 18.1289 4.88287 18.1289 4.88287L17.2461 4.78131L16.4999 4.70319V4.47703C16.4999 2.91208 15.2877 1.57695 13.6834 1.5264M18.4246 6.45322L15.6785 6.13975C13.2252 5.95086 10.761 5.9512 8.30777 6.1408M8.30777 6.1408C7.39371 6.21156 6.48184 6.30886 5.57352 6.43254L6.52468 18.7967C6.55912 19.2443 6.54409 19.8535 6.76277 20.2204C7.02639 20.6626 7.30481 20.8038 7.52412 20.8919C7.70052 20.9628 7.89026 21.0001 8.08366 21H15.0952C15.7227 20.9727 16.0314 21.0699 16.4492 20.9063C16.9392 20.7144 17.1565 20.3767 17.2613 20.1646C17.3455 19.9943 17.3972 19.8081 17.4121 19.6154L18.4246 6.45322M8.99988 4.58949C10.998 4.46796 13.0017 4.46796 14.9999 4.58949V4.47703C14.9999 3.68214 14.3919 3.04935 13.6364 3.02566C12.546 2.99081 11.4543 2.9908 10.3638 3.02565C9.60858 3.04933 8.99988 3.68291 8.99988 4.47703V4.58949ZM9.23107 8.25059C9.64497 8.23467 9.99341 8.55731 10.0093 8.97122L10.3553 17.9712C10.3712 18.3851 10.0486 18.7336 9.63469 18.7495C9.22078 18.7654 8.87234 18.4428 8.85643 18.0288L8.51043 9.02884C8.49452 8.61494 8.81716 8.2665 9.23107 8.25059ZM14.7687 8.25059C15.1826 8.2665 15.5052 8.61494 15.4893 9.02884L15.1433 18.0288C15.1274 18.4428 14.779 18.7654 14.3651 18.7495C13.9512 18.7336 13.6285 18.3851 13.6444 17.9712L13.9904 8.97122C14.0063 8.55731 14.3548 8.23467 14.7687 8.25059Z", fill: "currentcolor" }), /* @__PURE__ */ e.createElement("line", { x1: 23, y1: 2.2, x2: 2.2, y2: 23, stroke: "currentcolor", strokeWidth: 1.5 })), b1 = ({
311
311
  title: l,
312
312
  titleId: C,
313
313
  ...t
314
- }) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": C, ...t }, l ? /* @__PURE__ */ e.createElement("title", { id: C }, l) : null, /* @__PURE__ */ e.createElement("path", { d: "M7.45823 3.45818C8.23182 2.6846 9.28103 2.25 10.375 2.25C11.4691 2.25 12.5183 2.6846 13.2919 3.45818C14.0654 4.23177 14.5 5.28098 14.5 6.375C14.5 7.46902 14.0654 8.51823 13.2919 9.29182C12.5183 10.0654 11.4691 10.5 10.375 10.5C9.28103 10.5 8.23182 10.0654 7.45823 9.29182C6.68464 8.51823 6.25004 7.46902 6.25004 6.375C6.25004 5.28098 6.68464 4.23177 7.45823 3.45818Z", fill: "currentcolor" }), /* @__PURE__ */ e.createElement("path", { d: "M7.62026 12.5541C8.49263 12.1883 9.42911 12 10.375 12C12.2647 12 14.077 12.7507 15.4132 14.0869C16.7494 15.4231 17.5 17.2353 17.5 19.125V19.127L17.499 19.247C17.4968 19.3743 17.4622 19.4989 17.3986 19.6091C17.3349 19.7193 17.2442 19.8115 17.135 19.877C15.161 21.066 12.847 21.75 10.375 21.75C7.99278 21.7536 5.65484 21.106 3.61404 19.877C3.50508 19.8114 3.4146 19.7191 3.3511 19.6089C3.28759 19.4987 3.25317 19.3742 3.25104 19.247C3.23485 18.3012 3.40715 17.3616 3.75789 16.4831C4.10863 15.6046 4.6308 14.8047 5.29393 14.1302C5.95706 13.4556 6.74788 12.9198 7.62026 12.5541Z", fill: "currentcolor" }), /* @__PURE__ */ e.createElement("path", { d: "M22.4365 8.38478C22.6663 8.04013 22.5732 7.57448 22.2285 7.34471C21.8839 7.11495 21.4182 7.20808 21.1885 7.55272L18.3209 11.854L16.7178 10.2509C16.4249 9.95803 15.9501 9.95803 15.6572 10.2509C15.3643 10.5438 15.3643 11.0187 15.6572 11.3116L17.9072 13.5616C18.0661 13.7205 18.2878 13.7997 18.5114 13.7776C18.735 13.7555 18.9369 13.6342 19.0615 13.4473L22.4365 8.38478Z", fill: "currentcolor" })), R1 = ({
314
+ }) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": C, ...t }, l ? /* @__PURE__ */ e.createElement("title", { id: C }, l) : null, /* @__PURE__ */ e.createElement("path", { d: "M15.75 6C15.75 8.07107 14.071 9.75 12 9.75C9.9289 9.75 8.24996 8.07107 8.24996 6C8.24996 3.92893 9.9289 2.25 12 2.25C14.071 2.25 15.75 3.92893 15.75 6Z", stroke: "currentcolor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M4.5011 20.1182C4.5714 16.0369 7.90184 12.75 12 12.75C16.0982 12.75 19.4287 16.0371 19.4988 20.1185C17.216 21.166 14.6764 21.75 12.0003 21.75C9.32396 21.75 6.78406 21.1659 4.5011 20.1182Z", stroke: "currentcolor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" })), R1 = ({
315
315
  title: l,
316
316
  titleId: C,
317
317
  ...t
318
- }) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": C, ...t }, l ? /* @__PURE__ */ e.createElement("title", { id: C }, l) : null, /* @__PURE__ */ e.createElement("path", { d: "M10.375 2.25C9.28103 2.25 8.23182 2.6846 7.45823 3.45818C6.68464 4.23177 6.25004 5.28098 6.25004 6.375C6.25004 7.46902 6.68464 8.51823 7.45823 9.29182C8.23182 10.0654 9.28103 10.5 10.375 10.5C11.4691 10.5 12.5183 10.0654 13.2919 9.29182C14.0654 8.51823 14.5 7.46902 14.5 6.375C14.5 5.28098 14.0654 4.23177 13.2919 3.45818C12.5183 2.6846 11.4691 2.25 10.375 2.25ZM10.375 12C9.42911 12 8.49263 12.1883 7.62026 12.5541C6.74788 12.9198 5.95706 13.4556 5.29393 14.1302C4.6308 14.8047 4.10863 15.6046 3.75789 16.4831C3.40715 17.3616 3.23485 18.3012 3.25104 19.247C3.25317 19.3742 3.28759 19.4987 3.3511 19.6089C3.4146 19.7191 3.50508 19.8114 3.61404 19.877C5.65484 21.106 7.99278 21.7536 10.375 21.75C12.847 21.75 15.161 21.066 17.135 19.877C17.2442 19.8115 17.3349 19.7193 17.3986 19.6091C17.4622 19.4989 17.4968 19.3743 17.499 19.247L17.5 19.127V19.125C17.5 17.2353 16.7494 15.4231 15.4132 14.0869C14.077 12.7507 12.2647 12 10.375 12ZM16 9.75C15.8011 9.75 15.6104 9.82902 15.4697 9.96967C15.3291 10.1103 15.25 10.3011 15.25 10.5C15.25 10.6989 15.3291 10.8897 15.4697 11.0303C15.6104 11.171 15.8011 11.25 16 11.25H22C22.199 11.25 22.3897 11.171 22.5304 11.0303C22.671 10.8897 22.75 10.6989 22.75 10.5C22.75 10.3011 22.671 10.1103 22.5304 9.96967C22.3897 9.82902 22.199 9.75 22 9.75H16Z", fill: "currentcolor" })), S1 = {
318
+ }) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": C, ...t }, l ? /* @__PURE__ */ e.createElement("title", { id: C }, l) : null, /* @__PURE__ */ e.createElement("path", { d: "M7.45823 3.45818C8.23182 2.6846 9.28103 2.25 10.375 2.25C11.4691 2.25 12.5183 2.6846 13.2919 3.45818C14.0654 4.23177 14.5 5.28098 14.5 6.375C14.5 7.46902 14.0654 8.51823 13.2919 9.29182C12.5183 10.0654 11.4691 10.5 10.375 10.5C9.28103 10.5 8.23182 10.0654 7.45823 9.29182C6.68464 8.51823 6.25004 7.46902 6.25004 6.375C6.25004 5.28098 6.68464 4.23177 7.45823 3.45818Z", fill: "currentcolor" }), /* @__PURE__ */ e.createElement("path", { d: "M7.62026 12.5541C8.49263 12.1883 9.42911 12 10.375 12C12.2647 12 14.077 12.7507 15.4132 14.0869C16.7494 15.4231 17.5 17.2353 17.5 19.125V19.127L17.499 19.247C17.4968 19.3743 17.4622 19.4989 17.3986 19.6091C17.3349 19.7193 17.2442 19.8115 17.135 19.877C15.161 21.066 12.847 21.75 10.375 21.75C7.99278 21.7536 5.65484 21.106 3.61404 19.877C3.50508 19.8114 3.4146 19.7191 3.3511 19.6089C3.28759 19.4987 3.25317 19.3742 3.25104 19.247C3.23485 18.3012 3.40715 17.3616 3.75789 16.4831C4.10863 15.6046 4.6308 14.8047 5.29393 14.1302C5.95706 13.4556 6.74788 12.9198 7.62026 12.5541Z", fill: "currentcolor" }), /* @__PURE__ */ e.createElement("path", { d: "M22.4365 8.38478C22.6663 8.04013 22.5732 7.57448 22.2285 7.34471C21.8839 7.11495 21.4182 7.20808 21.1885 7.55272L18.3209 11.854L16.7178 10.2509C16.4249 9.95803 15.9501 9.95803 15.6572 10.2509C15.3643 10.5438 15.3643 11.0187 15.6572 11.3116L17.9072 13.5616C18.0661 13.7205 18.2878 13.7997 18.5114 13.7776C18.735 13.7555 18.9369 13.6342 19.0615 13.4473L22.4365 8.38478Z", fill: "currentcolor" })), S1 = ({
319
+ title: l,
320
+ titleId: C,
321
+ ...t
322
+ }) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": C, ...t }, l ? /* @__PURE__ */ e.createElement("title", { id: C }, l) : null, /* @__PURE__ */ e.createElement("path", { d: "M10.375 2.25C9.28103 2.25 8.23182 2.6846 7.45823 3.45818C6.68464 4.23177 6.25004 5.28098 6.25004 6.375C6.25004 7.46902 6.68464 8.51823 7.45823 9.29182C8.23182 10.0654 9.28103 10.5 10.375 10.5C11.4691 10.5 12.5183 10.0654 13.2919 9.29182C14.0654 8.51823 14.5 7.46902 14.5 6.375C14.5 5.28098 14.0654 4.23177 13.2919 3.45818C12.5183 2.6846 11.4691 2.25 10.375 2.25ZM10.375 12C9.42911 12 8.49263 12.1883 7.62026 12.5541C6.74788 12.9198 5.95706 13.4556 5.29393 14.1302C4.6308 14.8047 4.10863 15.6046 3.75789 16.4831C3.40715 17.3616 3.23485 18.3012 3.25104 19.247C3.25317 19.3742 3.28759 19.4987 3.3511 19.6089C3.4146 19.7191 3.50508 19.8114 3.61404 19.877C5.65484 21.106 7.99278 21.7536 10.375 21.75C12.847 21.75 15.161 21.066 17.135 19.877C17.2442 19.8115 17.3349 19.7193 17.3986 19.6091C17.4622 19.4989 17.4968 19.3743 17.499 19.247L17.5 19.127V19.125C17.5 17.2353 16.7494 15.4231 15.4132 14.0869C14.077 12.7507 12.2647 12 10.375 12ZM16 9.75C15.8011 9.75 15.6104 9.82902 15.4697 9.96967C15.3291 10.1103 15.25 10.3011 15.25 10.5C15.25 10.6989 15.3291 10.8897 15.4697 11.0303C15.6104 11.171 15.8011 11.25 16 11.25H22C22.199 11.25 22.3897 11.171 22.5304 11.0303C22.671 10.8897 22.75 10.6989 22.75 10.5C22.75 10.3011 22.671 10.1103 22.5304 9.96967C22.3897 9.82902 22.199 9.75 22 9.75H16Z", fill: "currentcolor" })), k1 = {
319
323
  AcademicCap: n,
320
324
  ArrowDownOnSquare: r,
321
- ArrowLeft: o,
322
- ArrowLeftEndOnRectangle: i,
325
+ ArrowLeft: i,
326
+ ArrowLeftEndOnRectangle: o,
323
327
  ArrowLeftStartOnRectangle: a,
324
328
  ArrowRight: c,
325
329
  ArrowSmallDownMini: d,
@@ -372,31 +376,32 @@ const n = ({
372
376
  Italic: t1,
373
377
  Language: n1,
374
378
  Link: r1,
375
- LinkSlash: o1,
376
- ListMagnify: i1,
379
+ LinkSlash: i1,
380
+ ListMagnify: o1,
377
381
  LockClosedFill: a1,
378
382
  LockOpenFill: c1,
379
383
  Minus: d1,
380
384
  MinusCircleFillMini: w1,
381
385
  NumberedList: h1,
382
- PencilSquare: s1,
383
- Plus: v1,
384
- QuestionMarkCircleFillMini: g1,
385
- Sparkles: L1,
386
- Star: m1,
387
- StepBack: u1,
388
- StepForwards: M1,
389
- Swap: E1,
390
- SwapSlash: p1,
391
- Swatch: f1,
392
- Table: H1,
393
- Trash: V1,
394
- TrashStrikethrough: Z1,
395
- User: x1,
396
- UserCheckFill: b1,
397
- UserMinusFill: R1
386
+ Pencil: s1,
387
+ PencilSquare: v1,
388
+ Plus: g1,
389
+ QuestionMarkCircleFillMini: L1,
390
+ Sparkles: m1,
391
+ Star: u1,
392
+ StepBack: M1,
393
+ StepForwards: E1,
394
+ Swap: p1,
395
+ SwapSlash: f1,
396
+ Swatch: H1,
397
+ Table: V1,
398
+ Trash: Z1,
399
+ TrashStrikethrough: x1,
400
+ User: b1,
401
+ UserCheckFill: R1,
402
+ UserMinusFill: S1
398
403
  };
399
404
  export {
400
- S1 as Icons
405
+ k1 as Icons
401
406
  };
402
407
  //# sourceMappingURL=index.js.map