@spear-ai/spectral 1.9.1 → 1.10.0

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 (236) hide show
  1. package/README.md +6 -5
  2. package/dist/.js +112 -239
  3. package/dist/Accordion-CDXdSAST.js +363 -0
  4. package/dist/Accordion.js +3 -498
  5. package/dist/Alert/AlertBase.js +69 -152
  6. package/dist/Alert.js +58 -106
  7. package/dist/AnimatePresence-D-9jXfgI.js +178 -0
  8. package/dist/App.js +6 -6
  9. package/dist/Avatar.js +83 -65
  10. package/dist/Badge.d.ts +1 -3
  11. package/dist/Badge.js +21 -25
  12. package/dist/Button.js +102 -178
  13. package/dist/ButtonGroup/ButtonGroupButton.js +38 -40
  14. package/dist/ButtonGroup.js +55 -59
  15. package/dist/ButtonIcon.js +58 -134
  16. package/dist/Calendar-s4lyijkn.js +3109 -0
  17. package/dist/Checkbox/CheckboxBase.js +94 -126
  18. package/dist/Checkbox.d.ts +1 -1
  19. package/dist/Checkbox.js +40 -105
  20. package/dist/Combobox/ComboboxBase.js +2 -79
  21. package/dist/Combobox.js +106 -172
  22. package/dist/ComboboxBase-D8Nf4xC-.js +491 -0
  23. package/dist/ControlGroup/ControlGroupSelect.d.ts +1 -1
  24. package/dist/ControlGroup/ControlGroupSelect.js +85 -101
  25. package/dist/ControlGroup.js +45 -48
  26. package/dist/DataCard/Card.js +37 -12
  27. package/dist/DataCard.d.ts +1 -1
  28. package/dist/DataCard.js +36 -16
  29. package/dist/DateTimePicker/Calendar.js +2 -2967
  30. package/dist/DateTimePicker/DateTimeDisplayInput.d.ts +1 -1
  31. package/dist/DateTimePicker/DateTimeDisplayInput.js +379 -275
  32. package/dist/DateTimePicker/DateTimeInput.d.ts +1 -1
  33. package/dist/DateTimePicker/DateTimeInput.js +133 -141
  34. package/dist/DateTimePicker/DateTimeUtils.js +2 -2193
  35. package/dist/DateTimePicker/TimePeriodSelect.d.ts +1 -1
  36. package/dist/DateTimePicker/TimePeriodSelect.js +45 -20
  37. package/dist/DateTimePicker/TimePicker.d.ts +1 -1
  38. package/dist/DateTimePicker/TimePicker.js +76 -60
  39. package/dist/DateTimePicker.d.ts +2 -2
  40. package/dist/DateTimePicker.js +87 -205
  41. package/dist/DateTimeUtils-DVvG6H-p.js +2098 -0
  42. package/dist/Dialog.js +74 -74
  43. package/dist/Drawer.js +67 -37
  44. package/dist/HoverCard-CYDsIiVK.js +201 -0
  45. package/dist/HoverCard.d.ts +1 -1
  46. package/dist/HoverCard.js +2 -218
  47. package/dist/Icons/AnalyzeIcon.js +50 -57
  48. package/dist/Icons/AnnotationsIcon.js +20 -15
  49. package/dist/Icons/ApprovedIcon.js +26 -18
  50. package/dist/Icons/ArrowDownIcon.js +20 -6
  51. package/dist/Icons/ArrowUpIcon.js +20 -6
  52. package/dist/Icons/BoxToolIcon.js +17 -12
  53. package/dist/Icons/CalendarIcon.js +43 -20
  54. package/dist/Icons/CheckCircleIcon.js +26 -10
  55. package/dist/Icons/CheckSquareIcon.js +26 -10
  56. package/dist/Icons/CheckmarkIcon.js +22 -9
  57. package/dist/Icons/ChevronDownIcon.js +22 -9
  58. package/dist/Icons/ChevronUpIcon.js +22 -9
  59. package/dist/Icons/ClockIcon.js +26 -18
  60. package/dist/Icons/CloseCircleIcon.js +26 -10
  61. package/dist/Icons/CloseIcon.js +18 -9
  62. package/dist/Icons/DashboardIcon.js +36 -10
  63. package/dist/Icons/DatabaseIcon.js +36 -19
  64. package/dist/Icons/DeleteIcon.js +36 -19
  65. package/dist/Icons/DurationIcon.js +57 -22
  66. package/dist/Icons/EditIcon.js +26 -27
  67. package/dist/Icons/EmailIcon.js +26 -10
  68. package/dist/Icons/EraserIcon.js +41 -25
  69. package/dist/Icons/ErrorIcon.js +27 -11
  70. package/dist/Icons/EyeClosedIcon.js +29 -13
  71. package/dist/Icons/EyeClosedIcon2.js +27 -11
  72. package/dist/Icons/EyeOpenIcon.js +22 -9
  73. package/dist/Icons/FileDownloadIcon.js +43 -20
  74. package/dist/Icons/GoToFirstIcon.js +26 -9
  75. package/dist/Icons/GoToLastIcon.js +26 -9
  76. package/dist/Icons/HarmonicCursorsIcon.js +23 -9
  77. package/dist/Icons/IconBase.d.ts +3 -3
  78. package/dist/Icons/IconBase.js +49 -66
  79. package/dist/Icons/InfoIcon.js +36 -10
  80. package/dist/Icons/KeyboardIcon.js +26 -27
  81. package/dist/Icons/LabelIcon.js +19 -14
  82. package/dist/Icons/LassoIcon.js +36 -28
  83. package/dist/Icons/LineToolIcon.js +48 -39
  84. package/dist/Icons/LiveViewIcon.js +50 -12
  85. package/dist/Icons/LoaderIcon.js +67 -27
  86. package/dist/Icons/LocationIcon.js +26 -27
  87. package/dist/Icons/LogoutIcon.js +20 -15
  88. package/dist/Icons/MeasureIcon.js +78 -25
  89. package/dist/Icons/MessagesIcon.js +33 -18
  90. package/dist/Icons/MetadataIcon.js +20 -15
  91. package/dist/Icons/MinusIcon.d.ts +1 -1
  92. package/dist/Icons/MinusIcon.js +18 -6
  93. package/dist/Icons/OntologyIcon.js +87 -71
  94. package/dist/Icons/PanelIconClose.js +28 -10
  95. package/dist/Icons/PanelIconOpen.js +28 -10
  96. package/dist/Icons/PlayIcon.js +20 -6
  97. package/dist/Icons/PlusIcon.js +20 -14
  98. package/dist/Icons/PolygonIcon.js +50 -39
  99. package/dist/Icons/ProgressCheckIcon.d.ts +5 -0
  100. package/dist/Icons/ProgressCheckIcon.js +58 -0
  101. package/dist/Icons/ResetIcon.js +17 -12
  102. package/dist/Icons/ReviewedIcon.js +36 -19
  103. package/dist/Icons/ScissorsIcon.js +22 -17
  104. package/dist/Icons/SearchIcon.js +26 -9
  105. package/dist/Icons/SettingsIcon.js +26 -27
  106. package/dist/Icons/SortAscendingIcon.js +50 -12
  107. package/dist/Icons/SortAtoZIcon.js +50 -12
  108. package/dist/Icons/SortDescendingIcon.js +50 -12
  109. package/dist/Icons/SortZtoAIcon.js +50 -12
  110. package/dist/Icons/StackIcon.js +26 -9
  111. package/dist/Icons/StarIcon.js +20 -6
  112. package/dist/Icons/TrashIcon.js +17 -12
  113. package/dist/Icons/UndoIcon.js +20 -15
  114. package/dist/Icons/User2Icon.js +26 -10
  115. package/dist/Icons/UserIcon.js +19 -14
  116. package/dist/Icons/WarningIcon.js +19 -14
  117. package/dist/Icons/ZoomAllIcon.js +71 -15
  118. package/dist/Icons/ZoomXIcon.js +36 -10
  119. package/dist/Icons/ZoomYIcon.js +36 -10
  120. package/dist/Icons/index.d.ts +1 -0
  121. package/dist/Icons.js +68 -136
  122. package/dist/IconsAnimated/PanelLeftCloseIcon.js +66 -36
  123. package/dist/IconsAnimated/PanelLeftOpenIcon.js +66 -36
  124. package/dist/IconsAnimated.js +3 -6
  125. package/dist/Input/InputUtils.js +51 -52
  126. package/dist/Input.js +132 -185
  127. package/dist/InputOTP-XUWW9xcI.js +461 -0
  128. package/dist/InputOTP.js +2 -382
  129. package/dist/Kbd.d.ts +1 -1
  130. package/dist/Kbd.js +182 -86
  131. package/dist/Label.js +12 -14
  132. package/dist/MultiSelect/MultiSelectBase.js +331 -403
  133. package/dist/MultiSelect.d.ts +1 -1
  134. package/dist/MultiSelect.js +23 -23
  135. package/dist/Popover.js +28 -32
  136. package/dist/RadioButton.d.ts +17 -0
  137. package/dist/RadioButton.js +33 -0
  138. package/dist/RadioButtonGroup/RadioButtonGroupBase.d.ts +3 -1
  139. package/dist/RadioButtonGroup/RadioButtonGroupBase.js +49 -46
  140. package/dist/RadioButtonGroup.d.ts +1 -1
  141. package/dist/RadioButtonGroup.js +11 -8
  142. package/dist/RadioGroup-w_q6RGEK.js +447 -0
  143. package/dist/RadioGroup.js +2 -505
  144. package/dist/Select.js +163 -186
  145. package/dist/Separator.js +16 -19
  146. package/dist/Skeleton.js +10 -6
  147. package/dist/Slider-BzzZT3Zm.js +490 -0
  148. package/dist/Slider.js +2 -562
  149. package/dist/SpectralProvider.js +8 -5
  150. package/dist/Switch/SwitchBase.js +91 -95
  151. package/dist/Switch-CVzRJ-0n.js +126 -0
  152. package/dist/Switch.d.ts +1 -1
  153. package/dist/Switch.js +2 -134
  154. package/dist/Tabs/TabsBase.js +242 -250
  155. package/dist/Tabs/tabsUtils.js +65 -73
  156. package/dist/Tabs.d.ts +1 -1
  157. package/dist/Tabs.js +73 -103
  158. package/dist/Textarea/TextareaUtils.js +35 -46
  159. package/dist/Textarea.js +83 -160
  160. package/dist/Toast-9zqXxKKO.js +711 -0
  161. package/dist/Toast.js +2 -885
  162. package/dist/Toggle/ToggleBase.js +46 -56
  163. package/dist/Toggle.d.ts +1 -1
  164. package/dist/Toggle.js +52 -62
  165. package/dist/ToggleGroup/ToggleGroupBase.js +128 -104
  166. package/dist/ToggleGroup.d.ts +1 -1
  167. package/dist/ToggleGroup.js +52 -63
  168. package/dist/Tooltip-D1K8kY1y.js +389 -0
  169. package/dist/Tooltip.js +2 -365
  170. package/dist/Tray.js +174 -217
  171. package/dist/chunk-h9knIhTc.js +20 -0
  172. package/dist/clsx-jM1GlMvB.js +16 -0
  173. package/dist/dist-3Af8168y.js +913 -0
  174. package/dist/dist-7HRQ5IKN.js +249 -0
  175. package/dist/dist-B2k1iWFp.js +129 -0
  176. package/dist/dist-B4FgboI8.js +122 -0
  177. package/dist/dist-B4g6zpUF.js +33 -0
  178. package/dist/dist-B9tup-4O.js +216 -0
  179. package/dist/dist-BK1K0g9W.js +29 -0
  180. package/dist/dist-Bfjk-jx9.js +28 -0
  181. package/dist/dist-Bft31cJh.js +65 -0
  182. package/dist/dist-BtdmHAzK.js +190 -0
  183. package/dist/dist-C0Hifjgh.js +1287 -0
  184. package/dist/dist-CGzgmYB9.js +68 -0
  185. package/dist/dist-ClmepHp4.js +10 -0
  186. package/dist/dist-D8Wb_MX9.js +6 -0
  187. package/dist/dist-Dtvmk11N.js +12 -0
  188. package/dist/dist-fW81qjVl.js +677 -0
  189. package/dist/dist-s1uWaZYZ.js +11 -0
  190. package/dist/es2015-YHaMV-St.js +701 -0
  191. package/dist/hooks/useAccordionAutoScroll.js +66 -67
  192. package/dist/hooks/useControllableState.js +14 -13
  193. package/dist/hooks/useTheme.js +21 -17
  194. package/dist/index.d.ts +2 -1
  195. package/dist/index.d.ts.map +1 -1
  196. package/dist/main.js +18954 -27224
  197. package/dist/primitives/button.js +39 -41
  198. package/dist/primitives/input-group.js +57 -73
  199. package/dist/primitives/input.js +11 -20
  200. package/dist/primitives/popover.js +34 -28
  201. package/dist/primitives/select.js +70 -138
  202. package/dist/primitives/slot.js +32 -31
  203. package/dist/primitives/textarea.js +10 -16
  204. package/dist/proxy-Dn10Pl_g.js +4920 -0
  205. package/dist/styles/main.css +2 -1
  206. package/dist/styles/spectral.css +1 -1
  207. package/dist/twUtils-VNWgstKL.js +1673 -0
  208. package/dist/use-animation-CBUDycyW.js +57 -0
  209. package/dist/utils/constants.js +4 -4
  210. package/dist/utils/formFieldUtils.js +136 -148
  211. package/dist/utils/sharedUtils.js +26 -7
  212. package/dist/utils/twUtils.js +2 -2919
  213. package/package.json +24 -28
  214. package/dist/ComboboxBase-CxNxYtdT.js +0 -408
  215. package/dist/clsx-OuTLNxxd.js +0 -16
  216. package/dist/index-0ioNhtNM.js +0 -10
  217. package/dist/index-6oYKCvIn.js +0 -677
  218. package/dist/index-BFOf48AQ.js +0 -69
  219. package/dist/index-BZPx6jYI.js +0 -8
  220. package/dist/index-BlHU_t18.js +0 -142
  221. package/dist/index-Bm1RbF6w.js +0 -1037
  222. package/dist/index-Bv2OIg5P.js +0 -225
  223. package/dist/index-CKEI0pDv.js +0 -56
  224. package/dist/index-CM_hWgfC.js +0 -32
  225. package/dist/index-C_YVr64u.js +0 -1538
  226. package/dist/index-Cl8VeY0o.js +0 -149
  227. package/dist/index-CwSyIPrv.js +0 -13
  228. package/dist/index-D29mdTf5.js +0 -34
  229. package/dist/index-DEYs15GP.js +0 -66
  230. package/dist/index-Dc0No4pV.js +0 -233
  231. package/dist/index-T6XEa11q.js +0 -822
  232. package/dist/index-pBCLb6Gr.js +0 -240
  233. package/dist/index-psiVrsnE.js +0 -27
  234. package/dist/index-rKs9bXHr.js +0 -6
  235. package/dist/proxy-CO_-Vget.js +0 -4975
  236. package/dist/use-animation-DhEPRwZ3.js +0 -62
@@ -1,11 +1,27 @@
1
1
  import "../styles/main.css";
2
- import { jsxs as i, jsx as o } from "react/jsx-runtime";
3
- import h from "./IconBase.js";
4
- const d = ({ ref: e, className: r, ariaHidden: n, title: s, description: t, size: c = 24, ...a }) => /* @__PURE__ */ i(h, { size: c, className: r, title: s, description: t, ariaHidden: n, ref: e, stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round", ...a, children: [
5
- /* @__PURE__ */ o("path", { stroke: "none", d: "M0 0h24v24H0z", fill: "none" }),
6
- /* @__PURE__ */ o("path", { d: "M9 12l2 2l4 -4" }),
7
- /* @__PURE__ */ o("path", { d: "M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" })
8
- ] }), l = Object.assign(d, { displayName: "CheckSquareIcon" });
9
- export {
10
- l as CheckSquareIcon
11
- };
2
+ import { IconBase as e } from "./IconBase.js";
3
+ import { jsx as t, jsxs as n } from "react/jsx-runtime";
4
+ var r = Object.assign(({ ref: r, className: i, ariaHidden: a, title: o, description: s, size: c = 24, ...l }) => /* @__PURE__ */ n(e, {
5
+ size: c,
6
+ className: i,
7
+ title: o,
8
+ description: s,
9
+ ariaHidden: a,
10
+ ref: r,
11
+ stroke: "currentColor",
12
+ strokeWidth: 2,
13
+ strokeLinecap: "round",
14
+ strokeLinejoin: "round",
15
+ ...l,
16
+ children: [
17
+ /* @__PURE__ */ t("path", {
18
+ stroke: "none",
19
+ d: "M0 0h24v24H0z",
20
+ fill: "none"
21
+ }),
22
+ /* @__PURE__ */ t("path", { d: "M9 12l2 2l4 -4" }),
23
+ /* @__PURE__ */ t("path", { d: "M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" })
24
+ ]
25
+ }), { displayName: "CheckSquareIcon" });
26
+ //#endregion
27
+ export { r as CheckSquareIcon };
@@ -1,10 +1,23 @@
1
1
  import "../styles/main.css";
2
- import { jsxs as i, jsx as o } from "react/jsx-runtime";
3
- import m from "./IconBase.js";
4
- const h = ({ ref: r, className: n, ariaHidden: e, title: t, description: c, size: s = 24, strokeWidth: a = 2, ...k }) => /* @__PURE__ */ i(m, { size: s, className: n, title: t, description: c, ariaHidden: e, ref: r, stroke: "currentColor", strokeWidth: a, strokeLinecap: "round", strokeLinejoin: "round", ...k, children: [
5
- /* @__PURE__ */ o("path", { stroke: "none", d: "M0 0h24v24H0z", fill: "none" }),
6
- /* @__PURE__ */ o("path", { d: "M5 12l5 5l10 -10" })
7
- ] }), d = Object.assign(h, { displayName: "CheckmarkIcon" });
8
- export {
9
- d as CheckmarkIcon
10
- };
2
+ import { IconBase as e } from "./IconBase.js";
3
+ import { jsx as t, jsxs as n } from "react/jsx-runtime";
4
+ var r = Object.assign(({ ref: r, className: i, ariaHidden: a, title: o, description: s, size: c = 24, strokeWidth: l = 2, ...u }) => /* @__PURE__ */ n(e, {
5
+ size: c,
6
+ className: i,
7
+ title: o,
8
+ description: s,
9
+ ariaHidden: a,
10
+ ref: r,
11
+ stroke: "currentColor",
12
+ strokeWidth: l,
13
+ strokeLinecap: "round",
14
+ strokeLinejoin: "round",
15
+ ...u,
16
+ children: [/* @__PURE__ */ t("path", {
17
+ stroke: "none",
18
+ d: "M0 0h24v24H0z",
19
+ fill: "none"
20
+ }), /* @__PURE__ */ t("path", { d: "M5 12l5 5l10 -10" })]
21
+ }), { displayName: "CheckmarkIcon" });
22
+ //#endregion
23
+ export { r as CheckmarkIcon };
@@ -1,10 +1,23 @@
1
1
  import "../styles/main.css";
2
- import { jsxs as h, jsx as o } from "react/jsx-runtime";
3
- import a from "./IconBase.js";
4
- const d = ({ ref: n, className: r, ariaHidden: e, title: t, description: s, size: c = 24, ...i }) => /* @__PURE__ */ h(a, { size: c, className: r, title: t, description: s, ariaHidden: e, ref: n, stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round", ...i, children: [
5
- /* @__PURE__ */ o("path", { stroke: "none", d: "M0 0h24v24H0z", fill: "none" }),
6
- /* @__PURE__ */ o("path", { d: "M6 9l6 6l6 -6" })
7
- ] }), k = Object.assign(d, { displayName: "ChevronDownIcon" });
8
- export {
9
- k as ChevronDownIcon
10
- };
2
+ import { IconBase as e } from "./IconBase.js";
3
+ import { jsx as t, jsxs as n } from "react/jsx-runtime";
4
+ var r = Object.assign(({ ref: r, className: i, ariaHidden: a, title: o, description: s, size: c = 24, ...l }) => /* @__PURE__ */ n(e, {
5
+ size: c,
6
+ className: i,
7
+ title: o,
8
+ description: s,
9
+ ariaHidden: a,
10
+ ref: r,
11
+ stroke: "currentColor",
12
+ strokeWidth: 2,
13
+ strokeLinecap: "round",
14
+ strokeLinejoin: "round",
15
+ ...l,
16
+ children: [/* @__PURE__ */ t("path", {
17
+ stroke: "none",
18
+ d: "M0 0h24v24H0z",
19
+ fill: "none"
20
+ }), /* @__PURE__ */ t("path", { d: "M6 9l6 6l6 -6" })]
21
+ }), { displayName: "ChevronDownIcon" });
22
+ //#endregion
23
+ export { r as ChevronDownIcon };
@@ -1,10 +1,23 @@
1
1
  import "../styles/main.css";
2
- import { jsxs as p, jsx as o } from "react/jsx-runtime";
3
- import h from "./IconBase.js";
4
- const a = ({ ref: n, className: r, ariaHidden: e, title: t, description: s, size: c = 24, ...i }) => /* @__PURE__ */ p(h, { size: c, className: r, title: t, description: s, ariaHidden: e, ref: n, stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round", ...i, children: [
5
- /* @__PURE__ */ o("path", { stroke: "none", d: "M0 0h24v24H0z", fill: "none" }),
6
- /* @__PURE__ */ o("path", { d: "M6 15l6 -6l6 6" })
7
- ] }), k = Object.assign(a, { displayName: "ChevronUpIcon" });
8
- export {
9
- k as ChevronUpIcon
10
- };
2
+ import { IconBase as e } from "./IconBase.js";
3
+ import { jsx as t, jsxs as n } from "react/jsx-runtime";
4
+ var r = Object.assign(({ ref: r, className: i, ariaHidden: a, title: o, description: s, size: c = 24, ...l }) => /* @__PURE__ */ n(e, {
5
+ size: c,
6
+ className: i,
7
+ title: o,
8
+ description: s,
9
+ ariaHidden: a,
10
+ ref: r,
11
+ stroke: "currentColor",
12
+ strokeWidth: 2,
13
+ strokeLinecap: "round",
14
+ strokeLinejoin: "round",
15
+ ...l,
16
+ children: [/* @__PURE__ */ t("path", {
17
+ stroke: "none",
18
+ d: "M0 0h24v24H0z",
19
+ fill: "none"
20
+ }), /* @__PURE__ */ t("path", { d: "M6 15l6 -6l6 6" })]
21
+ }), { displayName: "ChevronUpIcon" });
22
+ //#endregion
23
+ export { r as ChevronUpIcon };
@@ -1,19 +1,27 @@
1
1
  import "../styles/main.css";
2
- import { jsxs as k, jsx as o } from "react/jsx-runtime";
3
- import d from "./IconBase.js";
4
- const C = ({ ref: r, className: n, ariaHidden: t, title: e, description: s, size: c = 24, ...i }) => /* @__PURE__ */ k(d, { size: c, className: n, title: e, description: s, ariaHidden: t, ref: r, ...i, children: [
5
- /* @__PURE__ */ o("path", { d: "M12 6.54547V12L15.6364 13.8182", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
6
- /* @__PURE__ */ o(
7
- "path",
8
- {
9
- d: "M12 21.0909C17.0207 21.0909 21.0909 17.0208 21.0909 12C21.0909 6.97926 17.0207 2.90912 12 2.90912C6.9792 2.90912 2.90906 6.97926 2.90906 12C2.90906 17.0208 6.9792 21.0909 12 21.0909Z",
10
- stroke: "currentColor",
11
- strokeWidth: "2",
12
- strokeLinecap: "round",
13
- strokeLinejoin: "round"
14
- }
15
- )
16
- ] }), l = Object.assign(C, { displayName: "ClockIcon" });
17
- export {
18
- l as ClockIcon
19
- };
2
+ import { IconBase as e } from "./IconBase.js";
3
+ import { jsx as t, jsxs as n } from "react/jsx-runtime";
4
+ var r = Object.assign(({ ref: r, className: i, ariaHidden: a, title: o, description: s, size: c = 24, ...l }) => /* @__PURE__ */ n(e, {
5
+ size: c,
6
+ className: i,
7
+ title: o,
8
+ description: s,
9
+ ariaHidden: a,
10
+ ref: r,
11
+ ...l,
12
+ children: [/* @__PURE__ */ t("path", {
13
+ d: "M12 6.54547V12L15.6364 13.8182",
14
+ stroke: "currentColor",
15
+ strokeWidth: "2",
16
+ strokeLinecap: "round",
17
+ strokeLinejoin: "round"
18
+ }), /* @__PURE__ */ t("path", {
19
+ d: "M12 21.0909C17.0207 21.0909 21.0909 17.0208 21.0909 12C21.0909 6.97926 17.0207 2.90912 12 2.90912C6.9792 2.90912 2.90906 6.97926 2.90906 12C2.90906 17.0208 6.9792 21.0909 12 21.0909Z",
20
+ stroke: "currentColor",
21
+ strokeWidth: "2",
22
+ strokeLinecap: "round",
23
+ strokeLinejoin: "round"
24
+ })]
25
+ }), { displayName: "ClockIcon" });
26
+ //#endregion
27
+ export { r as ClockIcon };
@@ -1,11 +1,27 @@
1
1
  import "../styles/main.css";
2
- import { jsxs as l, jsx as o } from "react/jsx-runtime";
3
- import a from "./IconBase.js";
4
- const d = ({ ref: r, className: e, ariaHidden: c, title: s, description: n, size: t = 24, ...i }) => /* @__PURE__ */ l(a, { size: t, className: e, title: s, description: n, ariaHidden: c, ref: r, stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round", ...i, children: [
5
- /* @__PURE__ */ o("circle", { cx: "12", cy: "12", r: "10" }),
6
- /* @__PURE__ */ o("path", { d: "m15 9-6 6" }),
7
- /* @__PURE__ */ o("path", { d: "m9 9 6 6" })
8
- ] }), C = Object.assign(d, { displayName: "CloseCircleIcon" });
9
- export {
10
- C as CloseCircleIcon
11
- };
2
+ import { IconBase as e } from "./IconBase.js";
3
+ import { jsx as t, jsxs as n } from "react/jsx-runtime";
4
+ var r = Object.assign(({ ref: r, className: i, ariaHidden: a, title: o, description: s, size: c = 24, ...l }) => /* @__PURE__ */ n(e, {
5
+ size: c,
6
+ className: i,
7
+ title: o,
8
+ description: s,
9
+ ariaHidden: a,
10
+ ref: r,
11
+ stroke: "currentColor",
12
+ strokeWidth: 2,
13
+ strokeLinecap: "round",
14
+ strokeLinejoin: "round",
15
+ ...l,
16
+ children: [
17
+ /* @__PURE__ */ t("circle", {
18
+ cx: "12",
19
+ cy: "12",
20
+ r: "10"
21
+ }),
22
+ /* @__PURE__ */ t("path", { d: "m15 9-6 6" }),
23
+ /* @__PURE__ */ t("path", { d: "m9 9 6 6" })
24
+ ]
25
+ }), { displayName: "CloseCircleIcon" });
26
+ //#endregion
27
+ export { r as CloseCircleIcon };
@@ -1,10 +1,19 @@
1
1
  import "../styles/main.css";
2
- import { jsxs as a, jsx as o } from "react/jsx-runtime";
3
- import d from "./IconBase.js";
4
- const p = ({ ref: r, className: e, ariaHidden: s, title: n, description: t, size: c = 24, ...i }) => /* @__PURE__ */ a(d, { size: c, className: e, title: n, description: t, ariaHidden: s, ref: r, stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round", ...i, children: [
5
- /* @__PURE__ */ o("path", { d: "M18 6 6 18" }),
6
- /* @__PURE__ */ o("path", { d: "m6 6 12 12" })
7
- ] }), h = Object.assign(p, { displayName: "CloseIcon" });
8
- export {
9
- h as CloseIcon
10
- };
2
+ import { IconBase as e } from "./IconBase.js";
3
+ import { jsx as t, jsxs as n } from "react/jsx-runtime";
4
+ var r = Object.assign(({ ref: r, className: i, ariaHidden: a, title: o, description: s, size: c = 24, ...l }) => /* @__PURE__ */ n(e, {
5
+ size: c,
6
+ className: i,
7
+ title: o,
8
+ description: s,
9
+ ariaHidden: a,
10
+ ref: r,
11
+ stroke: "currentColor",
12
+ strokeWidth: 2,
13
+ strokeLinecap: "round",
14
+ strokeLinejoin: "round",
15
+ ...l,
16
+ children: [/* @__PURE__ */ t("path", { d: "M18 6 6 18" }), /* @__PURE__ */ t("path", { d: "m6 6 12 12" })]
17
+ }), { displayName: "CloseIcon" });
18
+ //#endregion
19
+ export { r as CloseIcon };
@@ -1,11 +1,37 @@
1
1
  import "../styles/main.css";
2
- import { jsxs as i, jsx as o } from "react/jsx-runtime";
3
- import h from "./IconBase.js";
4
- const c = ({ ref: r, className: a, ariaHidden: t, title: e, description: n, size: s = 24, ...d }) => /* @__PURE__ */ i(h, { size: s, className: a, title: e, description: n, ariaHidden: t, ref: r, ...d, children: [
5
- /* @__PURE__ */ o("path", { d: "M4 4m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v1a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
6
- /* @__PURE__ */ o("path", { d: "M4 13m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
7
- /* @__PURE__ */ o("path", { d: "M14 4m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
8
- ] }), u = Object.assign(c, { displayName: "DashboardIcon" });
9
- export {
10
- u as DashboardIcon
11
- };
2
+ import { IconBase as e } from "./IconBase.js";
3
+ import { jsx as t, jsxs as n } from "react/jsx-runtime";
4
+ var r = Object.assign(({ ref: r, className: i, ariaHidden: a, title: o, description: s, size: c = 24, ...l }) => /* @__PURE__ */ n(e, {
5
+ size: c,
6
+ className: i,
7
+ title: o,
8
+ description: s,
9
+ ariaHidden: a,
10
+ ref: r,
11
+ ...l,
12
+ children: [
13
+ /* @__PURE__ */ t("path", {
14
+ d: "M4 4m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v1a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z",
15
+ stroke: "currentColor",
16
+ strokeWidth: "2",
17
+ strokeLinecap: "round",
18
+ strokeLinejoin: "round"
19
+ }),
20
+ /* @__PURE__ */ t("path", {
21
+ d: "M4 13m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z",
22
+ stroke: "currentColor",
23
+ strokeWidth: "2",
24
+ strokeLinecap: "round",
25
+ strokeLinejoin: "round"
26
+ }),
27
+ /* @__PURE__ */ t("path", {
28
+ d: "M14 4m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z",
29
+ stroke: "currentColor",
30
+ strokeWidth: "2",
31
+ strokeLinecap: "round",
32
+ strokeLinejoin: "round"
33
+ })
34
+ ]
35
+ }), { displayName: "DashboardIcon" });
36
+ //#endregion
37
+ export { r as DashboardIcon };
@@ -1,20 +1,37 @@
1
1
  import "../styles/main.css";
2
- import { jsxs as i, jsx as o } from "react/jsx-runtime";
3
- import c from "./IconBase.js";
4
- const d = ({ ref: r, className: t, ariaHidden: e, title: n, description: s, size: a = 24, ...C }) => /* @__PURE__ */ i(c, { size: a, className: t, title: n, description: s, ariaHidden: e, ref: r, ...C, children: [
5
- /* @__PURE__ */ o(
6
- "path",
7
- {
8
- d: "M4 6C4 6.79565 4.84285 7.55871 6.34315 8.12132C7.84344 8.68393 9.87827 9 12 9C14.1217 9 16.1566 8.68393 17.6569 8.12132C19.1571 7.55871 20 6.79565 20 6C20 5.20435 19.1571 4.44129 17.6569 3.87868C16.1566 3.31607 14.1217 3 12 3C9.87827 3 7.84344 3.31607 6.34315 3.87868C4.84285 4.44129 4 5.20435 4 6Z",
9
- stroke: "currentColor",
10
- strokeWidth: "2",
11
- strokeLinecap: "round",
12
- strokeLinejoin: "round"
13
- }
14
- ),
15
- /* @__PURE__ */ o("path", { d: "M4 6V12C4 12.7956 4.84285 13.5587 6.34315 14.1213C7.84344 14.6839 9.87827 15 12 15C14.1217 15 16.1566 14.6839 17.6569 14.1213C19.1571 13.5587 20 12.7956 20 12V6", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
16
- /* @__PURE__ */ o("path", { d: "M4 12V18C4 18.7956 4.84285 19.5587 6.34315 20.1213C7.84344 20.6839 9.87827 21 12 21C14.1217 21 16.1566 20.6839 17.6569 20.1213C19.1571 19.5587 20 18.7956 20 18V12", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
17
- ] }), u = Object.assign(d, { displayName: "DatabaseIcon" });
18
- export {
19
- u as DatabaseIcon
20
- };
2
+ import { IconBase as e } from "./IconBase.js";
3
+ import { jsx as t, jsxs as n } from "react/jsx-runtime";
4
+ var r = Object.assign(({ ref: r, className: i, ariaHidden: a, title: o, description: s, size: c = 24, ...l }) => /* @__PURE__ */ n(e, {
5
+ size: c,
6
+ className: i,
7
+ title: o,
8
+ description: s,
9
+ ariaHidden: a,
10
+ ref: r,
11
+ ...l,
12
+ children: [
13
+ /* @__PURE__ */ t("path", {
14
+ d: "M4 6C4 6.79565 4.84285 7.55871 6.34315 8.12132C7.84344 8.68393 9.87827 9 12 9C14.1217 9 16.1566 8.68393 17.6569 8.12132C19.1571 7.55871 20 6.79565 20 6C20 5.20435 19.1571 4.44129 17.6569 3.87868C16.1566 3.31607 14.1217 3 12 3C9.87827 3 7.84344 3.31607 6.34315 3.87868C4.84285 4.44129 4 5.20435 4 6Z",
15
+ stroke: "currentColor",
16
+ strokeWidth: "2",
17
+ strokeLinecap: "round",
18
+ strokeLinejoin: "round"
19
+ }),
20
+ /* @__PURE__ */ t("path", {
21
+ d: "M4 6V12C4 12.7956 4.84285 13.5587 6.34315 14.1213C7.84344 14.6839 9.87827 15 12 15C14.1217 15 16.1566 14.6839 17.6569 14.1213C19.1571 13.5587 20 12.7956 20 12V6",
22
+ stroke: "currentColor",
23
+ strokeWidth: "2",
24
+ strokeLinecap: "round",
25
+ strokeLinejoin: "round"
26
+ }),
27
+ /* @__PURE__ */ t("path", {
28
+ d: "M4 12V18C4 18.7956 4.84285 19.5587 6.34315 20.1213C7.84344 20.6839 9.87827 21 12 21C14.1217 21 16.1566 20.6839 17.6569 20.1213C19.1571 19.5587 20 18.7956 20 18V12",
29
+ stroke: "currentColor",
30
+ strokeWidth: "2",
31
+ strokeLinecap: "round",
32
+ strokeLinejoin: "round"
33
+ })
34
+ ]
35
+ }), { displayName: "DatabaseIcon" });
36
+ //#endregion
37
+ export { r as DatabaseIcon };
@@ -1,20 +1,37 @@
1
1
  import "../styles/main.css";
2
- import { jsxs as d, jsx as o } from "react/jsx-runtime";
3
- import C from "./IconBase.js";
4
- const k = ({ ref: e, className: r, ariaHidden: t, title: n, description: s, size: i = 24, ...c }) => /* @__PURE__ */ d(C, { size: i, className: r, title: n, description: s, ariaHidden: t, ref: e, ...c, children: [
5
- /* @__PURE__ */ o(
6
- "path",
7
- {
8
- d: "M10.1819 5.4375C9.73011 5.43753 9.29455 5.61098 8.96004 5.92406L3.20731 11.3053C3.11342 11.3932 3.03839 11.5003 2.98705 11.6199C2.9357 11.7395 2.90918 11.8688 2.90918 11.9995C2.90918 12.1303 2.9357 12.2596 2.98705 12.3792C3.03839 12.4987 3.11342 12.6059 3.20731 12.6937L8.96004 18.0759C9.29455 18.389 9.73011 18.5625 10.1819 18.5625H19.2728C19.755 18.5625 20.2174 18.365 20.5584 18.0133C20.8994 17.6617 21.0909 17.1848 21.0909 16.6875V7.3125C21.0909 6.81522 20.8994 6.33831 20.5584 5.98667C20.2174 5.63504 19.755 5.4375 19.2728 5.4375H10.1819Z",
9
- stroke: "currentColor",
10
- strokeWidth: "2",
11
- strokeLinecap: "round",
12
- strokeLinejoin: "round"
13
- }
14
- ),
15
- /* @__PURE__ */ o("path", { d: "M12 9.1875L17.4545 14.812", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
16
- /* @__PURE__ */ o("path", { d: "M17.4545 9.1875L12 14.8125", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
17
- ] }), u = Object.assign(k, { displayName: "DeleteIcon" });
18
- export {
19
- u as DeleteIcon
20
- };
2
+ import { IconBase as e } from "./IconBase.js";
3
+ import { jsx as t, jsxs as n } from "react/jsx-runtime";
4
+ var r = Object.assign(({ ref: r, className: i, ariaHidden: a, title: o, description: s, size: c = 24, ...l }) => /* @__PURE__ */ n(e, {
5
+ size: c,
6
+ className: i,
7
+ title: o,
8
+ description: s,
9
+ ariaHidden: a,
10
+ ref: r,
11
+ ...l,
12
+ children: [
13
+ /* @__PURE__ */ t("path", {
14
+ d: "M10.1819 5.4375C9.73011 5.43753 9.29455 5.61098 8.96004 5.92406L3.20731 11.3053C3.11342 11.3932 3.03839 11.5003 2.98705 11.6199C2.9357 11.7395 2.90918 11.8688 2.90918 11.9995C2.90918 12.1303 2.9357 12.2596 2.98705 12.3792C3.03839 12.4987 3.11342 12.6059 3.20731 12.6937L8.96004 18.0759C9.29455 18.389 9.73011 18.5625 10.1819 18.5625H19.2728C19.755 18.5625 20.2174 18.365 20.5584 18.0133C20.8994 17.6617 21.0909 17.1848 21.0909 16.6875V7.3125C21.0909 6.81522 20.8994 6.33831 20.5584 5.98667C20.2174 5.63504 19.755 5.4375 19.2728 5.4375H10.1819Z",
15
+ stroke: "currentColor",
16
+ strokeWidth: "2",
17
+ strokeLinecap: "round",
18
+ strokeLinejoin: "round"
19
+ }),
20
+ /* @__PURE__ */ t("path", {
21
+ d: "M12 9.1875L17.4545 14.812",
22
+ stroke: "currentColor",
23
+ strokeWidth: "2",
24
+ strokeLinecap: "round",
25
+ strokeLinejoin: "round"
26
+ }),
27
+ /* @__PURE__ */ t("path", {
28
+ d: "M17.4545 9.1875L12 14.8125",
29
+ stroke: "currentColor",
30
+ strokeWidth: "2",
31
+ strokeLinecap: "round",
32
+ strokeLinejoin: "round"
33
+ })
34
+ ]
35
+ }), { displayName: "DeleteIcon" });
36
+ //#endregion
37
+ export { r as DeleteIcon };
@@ -1,23 +1,58 @@
1
1
  import "../styles/main.css";
2
- import { jsxs as k, jsx as o } from "react/jsx-runtime";
3
- import u from "./IconBase.js";
4
- const c = ({ ref: r, className: t, ariaHidden: e, title: n, description: s, size: i = 24, ...d }) => /* @__PURE__ */ k(u, { size: i, className: t, title: n, description: s, ariaHidden: e, ref: r, ...d, children: [
5
- /* @__PURE__ */ o(
6
- "path",
7
- {
8
- d: "M12.0652 3.36365C13.7523 3.36334 15.403 3.85046 16.8162 4.76564C18.2294 5.68081 19.3441 6.98452 20.0243 8.51786C20.7045 10.0512 20.9209 11.748 20.6472 13.4013C20.3734 15.0547 19.6214 16.5933 18.4826 17.8296",
9
- stroke: "currentColor",
10
- strokeWidth: "2",
11
- strokeLinecap: "round",
12
- strokeLinejoin: "round"
13
- }
14
- ),
15
- /* @__PURE__ */ o("path", { d: "M12.0652 6.81818V12L15.5434 13.7273", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
16
- /* @__PURE__ */ o("path", { d: "M3.80441 9.30115C3.52732 10.1377 3.3807 11.0115 3.36963 11.8921", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
17
- /* @__PURE__ */ o("path", { d: "M4.09131 15.4545C4.57957 16.5702 5.29964 17.5708 6.20435 18.3909", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
18
- /* @__PURE__ */ o("path", { d: "M5.66162 6.15743C5.90427 5.89509 6.16302 5.6479 6.4364 5.4173", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
19
- /* @__PURE__ */ o("path", { d: "M9.14697 20.1355C11.3154 20.9027 13.7017 20.7847 15.7826 19.8073", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
20
- ] }), C = Object.assign(c, { displayName: "DurationIcon" });
21
- export {
22
- C as DurationIcon
23
- };
2
+ import { IconBase as e } from "./IconBase.js";
3
+ import { jsx as t, jsxs as n } from "react/jsx-runtime";
4
+ var r = Object.assign(({ ref: r, className: i, ariaHidden: a, title: o, description: s, size: c = 24, ...l }) => /* @__PURE__ */ n(e, {
5
+ size: c,
6
+ className: i,
7
+ title: o,
8
+ description: s,
9
+ ariaHidden: a,
10
+ ref: r,
11
+ ...l,
12
+ children: [
13
+ /* @__PURE__ */ t("path", {
14
+ d: "M12.0652 3.36365C13.7523 3.36334 15.403 3.85046 16.8162 4.76564C18.2294 5.68081 19.3441 6.98452 20.0243 8.51786C20.7045 10.0512 20.9209 11.748 20.6472 13.4013C20.3734 15.0547 19.6214 16.5933 18.4826 17.8296",
15
+ stroke: "currentColor",
16
+ strokeWidth: "2",
17
+ strokeLinecap: "round",
18
+ strokeLinejoin: "round"
19
+ }),
20
+ /* @__PURE__ */ t("path", {
21
+ d: "M12.0652 6.81818V12L15.5434 13.7273",
22
+ stroke: "currentColor",
23
+ strokeWidth: "2",
24
+ strokeLinecap: "round",
25
+ strokeLinejoin: "round"
26
+ }),
27
+ /* @__PURE__ */ t("path", {
28
+ d: "M3.80441 9.30115C3.52732 10.1377 3.3807 11.0115 3.36963 11.8921",
29
+ stroke: "currentColor",
30
+ strokeWidth: "2",
31
+ strokeLinecap: "round",
32
+ strokeLinejoin: "round"
33
+ }),
34
+ /* @__PURE__ */ t("path", {
35
+ d: "M4.09131 15.4545C4.57957 16.5702 5.29964 17.5708 6.20435 18.3909",
36
+ stroke: "currentColor",
37
+ strokeWidth: "2",
38
+ strokeLinecap: "round",
39
+ strokeLinejoin: "round"
40
+ }),
41
+ /* @__PURE__ */ t("path", {
42
+ d: "M5.66162 6.15743C5.90427 5.89509 6.16302 5.6479 6.4364 5.4173",
43
+ stroke: "currentColor",
44
+ strokeWidth: "2",
45
+ strokeLinecap: "round",
46
+ strokeLinejoin: "round"
47
+ }),
48
+ /* @__PURE__ */ t("path", {
49
+ d: "M9.14697 20.1355C11.3154 20.9027 13.7017 20.7847 15.7826 19.8073",
50
+ stroke: "currentColor",
51
+ strokeWidth: "2",
52
+ strokeLinecap: "round",
53
+ strokeLinejoin: "round"
54
+ })
55
+ ]
56
+ }), { displayName: "DurationIcon" });
57
+ //#endregion
58
+ export { r as DurationIcon };
@@ -1,28 +1,27 @@
1
1
  import "../styles/main.css";
2
- import { jsxs as d, jsx as o } from "react/jsx-runtime";
3
- import c from "./IconBase.js";
4
- const a = ({ ref: r, className: t, ariaHidden: n, title: e, description: C, size: s = 24, ...i }) => /* @__PURE__ */ d(c, { size: s, className: t, title: e, description: C, ariaHidden: n, ref: r, ...i, children: [
5
- /* @__PURE__ */ o(
6
- "path",
7
- {
8
- d: "M12 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12",
9
- stroke: "currentColor",
10
- strokeWidth: "2",
11
- strokeLinecap: "round",
12
- strokeLinejoin: "round"
13
- }
14
- ),
15
- /* @__PURE__ */ o(
16
- "path",
17
- {
18
- d: "M18.375 2.62498C18.7728 2.22716 19.3124 2.00366 19.875 2.00366C20.4376 2.00366 20.9771 2.22716 21.375 2.62498C21.7728 3.02281 21.9963 3.56237 21.9963 4.12498C21.9963 4.68759 21.7728 5.22716 21.375 5.62498L12.362 14.639C12.1245 14.8762 11.8312 15.0499 11.509 15.144L8.63597 15.984C8.54992 16.0091 8.45871 16.0106 8.37188 15.9883C8.28505 15.9661 8.2058 15.9209 8.14242 15.8575C8.07904 15.7942 8.03386 15.7149 8.01162 15.6281C7.98937 15.5412 7.99087 15.45 8.01597 15.364L8.85597 12.491C8.9505 12.169 9.12451 11.876 9.36197 11.639L18.375 2.62498Z",
19
- stroke: "currentColor",
20
- strokeWidth: "2",
21
- strokeLinecap: "round",
22
- strokeLinejoin: "round"
23
- }
24
- )
25
- ] }), L = Object.assign(a, { displayName: "EditIcon" });
26
- export {
27
- L as EditIcon
28
- };
2
+ import { IconBase as e } from "./IconBase.js";
3
+ import { jsx as t, jsxs as n } from "react/jsx-runtime";
4
+ var r = Object.assign(({ ref: r, className: i, ariaHidden: a, title: o, description: s, size: c = 24, ...l }) => /* @__PURE__ */ n(e, {
5
+ size: c,
6
+ className: i,
7
+ title: o,
8
+ description: s,
9
+ ariaHidden: a,
10
+ ref: r,
11
+ ...l,
12
+ children: [/* @__PURE__ */ t("path", {
13
+ d: "M12 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12",
14
+ stroke: "currentColor",
15
+ strokeWidth: "2",
16
+ strokeLinecap: "round",
17
+ strokeLinejoin: "round"
18
+ }), /* @__PURE__ */ t("path", {
19
+ d: "M18.375 2.62498C18.7728 2.22716 19.3124 2.00366 19.875 2.00366C20.4376 2.00366 20.9771 2.22716 21.375 2.62498C21.7728 3.02281 21.9963 3.56237 21.9963 4.12498C21.9963 4.68759 21.7728 5.22716 21.375 5.62498L12.362 14.639C12.1245 14.8762 11.8312 15.0499 11.509 15.144L8.63597 15.984C8.54992 16.0091 8.45871 16.0106 8.37188 15.9883C8.28505 15.9661 8.2058 15.9209 8.14242 15.8575C8.07904 15.7942 8.03386 15.7149 8.01162 15.6281C7.98937 15.5412 7.99087 15.45 8.01597 15.364L8.85597 12.491C8.9505 12.169 9.12451 11.876 9.36197 11.639L18.375 2.62498Z",
20
+ stroke: "currentColor",
21
+ strokeWidth: "2",
22
+ strokeLinecap: "round",
23
+ strokeLinejoin: "round"
24
+ })]
25
+ }), { displayName: "EditIcon" });
26
+ //#endregion
27
+ export { r as EditIcon };
@@ -1,11 +1,27 @@
1
1
  import "../styles/main.css";
2
- import { jsxs as c, jsx as o } from "react/jsx-runtime";
3
- import l from "./IconBase.js";
4
- const d = ({ ref: n, className: r, ariaHidden: t, title: e, description: a, size: s = 24, ...i }) => /* @__PURE__ */ c(l, { size: s, className: r, title: e, description: a, ariaHidden: t, ref: n, stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round", ...i, children: [
5
- /* @__PURE__ */ o("path", { stroke: "none", d: "M0 0h24v24H0z", fill: "none" }),
6
- /* @__PURE__ */ o("path", { d: "M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10z" }),
7
- /* @__PURE__ */ o("path", { d: "M3 7l9 6l9 -6" })
8
- ] }), p = Object.assign(d, { displayName: "EmailIcon" });
9
- export {
10
- p as EmailIcon
11
- };
2
+ import { IconBase as e } from "./IconBase.js";
3
+ import { jsx as t, jsxs as n } from "react/jsx-runtime";
4
+ var r = Object.assign(({ ref: r, className: i, ariaHidden: a, title: o, description: s, size: c = 24, ...l }) => /* @__PURE__ */ n(e, {
5
+ size: c,
6
+ className: i,
7
+ title: o,
8
+ description: s,
9
+ ariaHidden: a,
10
+ ref: r,
11
+ stroke: "currentColor",
12
+ strokeWidth: 2,
13
+ strokeLinecap: "round",
14
+ strokeLinejoin: "round",
15
+ ...l,
16
+ children: [
17
+ /* @__PURE__ */ t("path", {
18
+ stroke: "none",
19
+ d: "M0 0h24v24H0z",
20
+ fill: "none"
21
+ }),
22
+ /* @__PURE__ */ t("path", { d: "M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10z" }),
23
+ /* @__PURE__ */ t("path", { d: "M3 7l9 6l9 -6" })
24
+ ]
25
+ }), { displayName: "EmailIcon" });
26
+ //#endregion
27
+ export { r as EmailIcon };