@spear-ai/spectral 1.3.67 → 1.3.68

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 (306) hide show
  1. package/dist/Accordion.js +7 -31
  2. package/dist/Alert/AlertBase.d.ts +10 -1
  3. package/dist/Alert/AlertBase.js +25 -42
  4. package/dist/Alert.d.ts +5 -5
  5. package/dist/Alert.js +43 -54
  6. package/dist/Avatar.js +4 -33
  7. package/dist/Badge.js +1 -6
  8. package/dist/Button.d.ts +1 -1
  9. package/dist/Button.js +32 -67
  10. package/dist/ButtonGroup/ButtonGroupButton.js +1 -10
  11. package/dist/ButtonGroup.js +6 -42
  12. package/dist/ButtonIcon.d.ts +4 -4
  13. package/dist/ButtonIcon.js +44 -53
  14. package/dist/Card.js +6 -13
  15. package/dist/Checkbox/CheckboxBase.js +4 -15
  16. package/dist/Checkbox.js +24 -40
  17. package/dist/Dialog/DialogBase.d.ts +17 -17
  18. package/dist/Dialog/DialogBase.js +13 -62
  19. package/dist/Dialog.d.ts +1 -1
  20. package/dist/Dialog.js +6 -44
  21. package/dist/Drawer.d.ts +6 -6
  22. package/dist/Drawer.js +6 -14
  23. package/dist/HoverCard.d.ts +5 -4
  24. package/dist/HoverCard.js +148 -138
  25. package/dist/Icons/AnalyzeIcon.js +52 -64
  26. package/dist/Icons/AnnotationsIcon.js +8 -20
  27. package/dist/Icons/ApprovedIcon.js +13 -34
  28. package/dist/Icons/CalendarIcon.js +15 -54
  29. package/dist/Icons/CheckCircleIcon.js +5 -21
  30. package/dist/Icons/CheckSquareIcon.js +5 -21
  31. package/dist/Icons/CheckmarkIcon.js +4 -20
  32. package/dist/Icons/ChevronDownIcon.js +4 -20
  33. package/dist/Icons/ChevronUpIcon.js +4 -20
  34. package/dist/Icons/ClockIcon.js +13 -34
  35. package/dist/Icons/CloseCircleIcon.js +5 -21
  36. package/dist/Icons/CloseIcon.js +4 -20
  37. package/dist/Icons/DashboardIcon.js +5 -44
  38. package/dist/Icons/DatabaseIcon.js +14 -44
  39. package/dist/Icons/DeleteIcon.js +14 -44
  40. package/dist/Icons/DurationIcon.js +17 -74
  41. package/dist/Icons/EmailIcon.js +5 -21
  42. package/dist/Icons/EraserIcon.js +16 -37
  43. package/dist/Icons/ErrorIcon.js +6 -22
  44. package/dist/Icons/EyeClosedIcon.js +8 -24
  45. package/dist/Icons/EyeClosedIcon2.js +6 -22
  46. package/dist/Icons/EyeOpenIcon.js +4 -20
  47. package/dist/Icons/GoToFirstIcon.js +4 -34
  48. package/dist/Icons/GoToLastIcon.js +4 -34
  49. package/dist/Icons/HarmonicCursorsIcon.js +4 -31
  50. package/dist/Icons/IconBase.js +5 -22
  51. package/dist/Icons/InfoIcon.js +5 -26
  52. package/dist/Icons/LabelIcon.js +7 -19
  53. package/dist/Icons/LassoIcon.js +23 -44
  54. package/dist/Icons/LineToolIcon.js +5 -17
  55. package/dist/Icons/LineToolIcon2.js +43 -64
  56. package/dist/Icons/LiveViewIcon.js +7 -64
  57. package/dist/Icons/LoaderIcon.js +18 -42
  58. package/dist/Icons/LocationIcon.js +22 -34
  59. package/dist/Icons/LogoutIcon.js +8 -20
  60. package/dist/Icons/MessagesIcon.js +13 -25
  61. package/dist/Icons/MetadataIcon.js +8 -20
  62. package/dist/Icons/MinusIcon.js +1 -17
  63. package/dist/Icons/OntologyIcon.js +66 -78
  64. package/dist/Icons/PanelIconClose.js +5 -21
  65. package/dist/Icons/PanelIconOpen.js +5 -21
  66. package/dist/Icons/PlayIcon.js +1 -22
  67. package/dist/Icons/PlusIcon.js +7 -20
  68. package/dist/Icons/ResetIcon.js +5 -17
  69. package/dist/Icons/ReviewedIcon.js +14 -35
  70. package/dist/Icons/ScissorsIcon.js +12 -30
  71. package/dist/Icons/SettingsIcon.js +22 -34
  72. package/dist/Icons/SortAscendingIcon.js +7 -64
  73. package/dist/Icons/SortDescendingIcon.js +7 -64
  74. package/dist/Icons/StackIcon.js +4 -34
  75. package/dist/Icons/StarIcon.js +1 -22
  76. package/dist/Icons/TrashIcon.js +5 -17
  77. package/dist/Icons/UndoIcon.js +8 -20
  78. package/dist/Icons/UserIcon.js +7 -19
  79. package/dist/Icons/WarningIcon.js +7 -19
  80. package/dist/Icons/ZoomAllIcon.js +10 -94
  81. package/dist/Icons/ZoomXIcon.js +5 -35
  82. package/dist/Icons/ZoomYIcon.js +5 -44
  83. package/dist/Input.d.ts +22 -20
  84. package/dist/Input.js +52 -92
  85. package/dist/InputGroup.js +2 -47
  86. package/dist/InputOTP.js +63 -99
  87. package/dist/Label.js +1 -12
  88. package/dist/MultiSelect/MultiSelectBase.d.ts +24 -24
  89. package/dist/MultiSelect/MultiSelectBase.js +82 -151
  90. package/dist/MultiSelect/MutiSelect.d.ts +6 -6
  91. package/dist/MultiSelect/MutiSelect.js +9 -21
  92. package/dist/Popover.js +2 -9
  93. package/dist/RadioButtonGroup/RadioButtonGroupBase.d.ts +8 -8
  94. package/dist/RadioButtonGroup/RadioButtonGroupBase.js +1 -27
  95. package/dist/RadioButtonGroup.d.ts +1 -1
  96. package/dist/RadioButtonGroup.js +1 -11
  97. package/dist/RadioGroup.d.ts +16 -16
  98. package/dist/RadioGroup.js +40 -92
  99. package/dist/Select.d.ts +7 -6
  100. package/dist/Select.js +81 -135
  101. package/dist/Separator.js +13 -15
  102. package/dist/Slider/SliderBase.js +129 -188
  103. package/dist/Slider.js +4 -41
  104. package/dist/Switch/SwitchBase.js +84 -106
  105. package/dist/Switch.d.ts +6 -6
  106. package/dist/Switch.js +34 -49
  107. package/dist/Tabs/TabsBase.d.ts +18 -18
  108. package/dist/Tabs/TabsBase.js +12 -71
  109. package/dist/Tabs/tabsStoryData.js +2 -2
  110. package/dist/Tabs/tabsUtils.d.ts +17 -17
  111. package/dist/Tabs.d.ts +14 -14
  112. package/dist/Tabs.js +67 -130
  113. package/dist/Textarea/TextareaUtils.d.ts +1 -1
  114. package/dist/Textarea.d.ts +9 -8
  115. package/dist/Textarea.js +49 -84
  116. package/dist/Toggle/ToggleBase.d.ts +4 -4
  117. package/dist/Toggle/ToggleBase.js +2 -27
  118. package/dist/Toggle.js +1 -11
  119. package/dist/ToggleGroup/ToggleGroupBase.d.ts +8 -8
  120. package/dist/ToggleGroup/ToggleGroupBase.js +6 -35
  121. package/dist/ToggleGroup.js +1 -1
  122. package/dist/Tooltip/TooltipBase.d.ts +1 -1
  123. package/dist/Tooltip/TooltipBase.js +5 -47
  124. package/dist/Tray/TrayStoriesData.d.ts +1 -1
  125. package/dist/Tray/TrayStoriesData.js +22 -134
  126. package/dist/Tray.d.ts +6 -2
  127. package/dist/Tray.js +55 -68
  128. package/dist/components/Accordion/Accordion.d.ts.map +1 -1
  129. package/dist/components/Alert/Alert.d.ts +5 -5
  130. package/dist/components/Alert/Alert.d.ts.map +1 -1
  131. package/dist/components/Alert/AlertBase.d.ts +10 -1
  132. package/dist/components/Alert/AlertBase.d.ts.map +1 -1
  133. package/dist/components/Avatar/Avatar.d.ts.map +1 -1
  134. package/dist/components/Badge/Badge.d.ts.map +1 -1
  135. package/dist/components/Button/Button.d.ts +1 -1
  136. package/dist/components/Button/Button.d.ts.map +1 -1
  137. package/dist/components/ButtonGroup/ButtonGroup.d.ts.map +1 -1
  138. package/dist/components/ButtonGroup/ButtonGroupButton.d.ts.map +1 -1
  139. package/dist/components/ButtonIcon/ButtonIcon.d.ts +4 -4
  140. package/dist/components/ButtonIcon/ButtonIcon.d.ts.map +1 -1
  141. package/dist/components/Card/Card.d.ts.map +1 -1
  142. package/dist/components/Checkbox/Checkbox.d.ts.map +1 -1
  143. package/dist/components/Checkbox/CheckboxBase.d.ts.map +1 -1
  144. package/dist/components/Dialog/Dialog.d.ts +1 -1
  145. package/dist/components/Dialog/Dialog.d.ts.map +1 -1
  146. package/dist/components/Dialog/DialogBase.d.ts +17 -17
  147. package/dist/components/Dialog/DialogBase.d.ts.map +1 -1
  148. package/dist/components/Drawer/Drawer.d.ts +6 -6
  149. package/dist/components/Drawer/Drawer.d.ts.map +1 -1
  150. package/dist/components/HoverCard/HoverCard.d.ts +5 -4
  151. package/dist/components/HoverCard/HoverCard.d.ts.map +1 -1
  152. package/dist/components/Icons/AnalyzeIcon.d.ts.map +1 -1
  153. package/dist/components/Icons/AnnotationsIcon.d.ts.map +1 -1
  154. package/dist/components/Icons/ApprovedIcon.d.ts.map +1 -1
  155. package/dist/components/Icons/CalendarIcon.d.ts.map +1 -1
  156. package/dist/components/Icons/CheckCircleIcon.d.ts.map +1 -1
  157. package/dist/components/Icons/CheckSquareIcon.d.ts.map +1 -1
  158. package/dist/components/Icons/CheckmarkIcon.d.ts.map +1 -1
  159. package/dist/components/Icons/ChevronDownIcon.d.ts.map +1 -1
  160. package/dist/components/Icons/ChevronUpIcon.d.ts.map +1 -1
  161. package/dist/components/Icons/ClockIcon.d.ts.map +1 -1
  162. package/dist/components/Icons/CloseCircleIcon.d.ts.map +1 -1
  163. package/dist/components/Icons/CloseIcon.d.ts.map +1 -1
  164. package/dist/components/Icons/DashboardIcon.d.ts.map +1 -1
  165. package/dist/components/Icons/DatabaseIcon.d.ts.map +1 -1
  166. package/dist/components/Icons/DeleteIcon.d.ts.map +1 -1
  167. package/dist/components/Icons/DurationIcon.d.ts.map +1 -1
  168. package/dist/components/Icons/EmailIcon.d.ts.map +1 -1
  169. package/dist/components/Icons/EraserIcon.d.ts.map +1 -1
  170. package/dist/components/Icons/ErrorIcon.d.ts.map +1 -1
  171. package/dist/components/Icons/EyeClosedIcon.d.ts.map +1 -1
  172. package/dist/components/Icons/EyeClosedIcon2.d.ts.map +1 -1
  173. package/dist/components/Icons/EyeOpenIcon.d.ts.map +1 -1
  174. package/dist/components/Icons/GoToFirstIcon.d.ts.map +1 -1
  175. package/dist/components/Icons/GoToLastIcon.d.ts.map +1 -1
  176. package/dist/components/Icons/HarmonicCursorsIcon.d.ts.map +1 -1
  177. package/dist/components/Icons/IconBase.d.ts.map +1 -1
  178. package/dist/components/Icons/InfoIcon.d.ts.map +1 -1
  179. package/dist/components/Icons/LabelIcon.d.ts.map +1 -1
  180. package/dist/components/Icons/LassoIcon.d.ts.map +1 -1
  181. package/dist/components/Icons/LineToolIcon.d.ts.map +1 -1
  182. package/dist/components/Icons/LineToolIcon2.d.ts.map +1 -1
  183. package/dist/components/Icons/LiveViewIcon.d.ts.map +1 -1
  184. package/dist/components/Icons/LoaderIcon.d.ts.map +1 -1
  185. package/dist/components/Icons/LocationIcon.d.ts.map +1 -1
  186. package/dist/components/Icons/LogoutIcon.d.ts.map +1 -1
  187. package/dist/components/Icons/MessagesIcon.d.ts.map +1 -1
  188. package/dist/components/Icons/MetadataIcon.d.ts.map +1 -1
  189. package/dist/components/Icons/MinusIcon.d.ts.map +1 -1
  190. package/dist/components/Icons/OntologyIcon.d.ts.map +1 -1
  191. package/dist/components/Icons/PanelIconClose.d.ts.map +1 -1
  192. package/dist/components/Icons/PanelIconOpen.d.ts.map +1 -1
  193. package/dist/components/Icons/PlayIcon.d.ts.map +1 -1
  194. package/dist/components/Icons/PlusIcon.d.ts.map +1 -1
  195. package/dist/components/Icons/ResetIcon.d.ts.map +1 -1
  196. package/dist/components/Icons/ReviewedIcon.d.ts.map +1 -1
  197. package/dist/components/Icons/ScissorsIcon.d.ts.map +1 -1
  198. package/dist/components/Icons/SettingsIcon.d.ts.map +1 -1
  199. package/dist/components/Icons/SortAscendingIcon.d.ts.map +1 -1
  200. package/dist/components/Icons/SortDescendingIcon.d.ts.map +1 -1
  201. package/dist/components/Icons/StackIcon.d.ts.map +1 -1
  202. package/dist/components/Icons/StarIcon.d.ts.map +1 -1
  203. package/dist/components/Icons/TrashIcon.d.ts.map +1 -1
  204. package/dist/components/Icons/UndoIcon.d.ts.map +1 -1
  205. package/dist/components/Icons/UserIcon.d.ts.map +1 -1
  206. package/dist/components/Icons/WarningIcon.d.ts.map +1 -1
  207. package/dist/components/Icons/ZoomAllIcon.d.ts.map +1 -1
  208. package/dist/components/Icons/ZoomXIcon.d.ts.map +1 -1
  209. package/dist/components/Icons/ZoomYIcon.d.ts.map +1 -1
  210. package/dist/components/Input/Input.d.ts +22 -20
  211. package/dist/components/Input/Input.d.ts.map +1 -1
  212. package/dist/components/Input/InputUtils.d.ts.map +1 -1
  213. package/dist/components/InputGroup/InputGroup.d.ts.map +1 -1
  214. package/dist/components/InputOTP/InputOTP.d.ts.map +1 -1
  215. package/dist/components/Label/Label.d.ts.map +1 -1
  216. package/dist/components/MultiSelect/MultiSelectBase.d.ts +24 -24
  217. package/dist/components/MultiSelect/MultiSelectBase.d.ts.map +1 -1
  218. package/dist/components/MultiSelect/MutiSelect.d.ts +6 -6
  219. package/dist/components/MultiSelect/MutiSelect.d.ts.map +1 -1
  220. package/dist/components/Popover/Popover.d.ts.map +1 -1
  221. package/dist/components/RadioButtonGroup/RadioButtonGroup.d.ts +1 -1
  222. package/dist/components/RadioButtonGroup/RadioButtonGroup.d.ts.map +1 -1
  223. package/dist/components/RadioButtonGroup/RadioButtonGroupBase.d.ts +8 -8
  224. package/dist/components/RadioButtonGroup/RadioButtonGroupBase.d.ts.map +1 -1
  225. package/dist/components/RadioGroup/RadioGroup.d.ts +16 -16
  226. package/dist/components/RadioGroup/RadioGroup.d.ts.map +1 -1
  227. package/dist/components/Select/Select.d.ts +7 -6
  228. package/dist/components/Select/Select.d.ts.map +1 -1
  229. package/dist/components/Separator/Separator.d.ts.map +1 -1
  230. package/dist/components/Slider/Slider.d.ts.map +1 -1
  231. package/dist/components/Slider/SliderBase.d.ts.map +1 -1
  232. package/dist/components/Switch/Switch.d.ts +6 -6
  233. package/dist/components/Switch/Switch.d.ts.map +1 -1
  234. package/dist/components/Switch/SwitchBase.d.ts.map +1 -1
  235. package/dist/components/Tabs/Tabs.d.ts +14 -14
  236. package/dist/components/Tabs/Tabs.d.ts.map +1 -1
  237. package/dist/components/Tabs/TabsBase.d.ts +18 -18
  238. package/dist/components/Tabs/TabsBase.d.ts.map +1 -1
  239. package/dist/components/Tabs/tabsStoryData.d.ts.map +1 -1
  240. package/dist/components/Tabs/tabsUtils.d.ts +17 -17
  241. package/dist/components/Tabs/tabsUtils.d.ts.map +1 -1
  242. package/dist/components/Textarea/Textarea.d.ts +9 -8
  243. package/dist/components/Textarea/Textarea.d.ts.map +1 -1
  244. package/dist/components/Textarea/TextareaUtils.d.ts +1 -1
  245. package/dist/components/Textarea/TextareaUtils.d.ts.map +1 -1
  246. package/dist/components/Toggle/Toggle.d.ts.map +1 -1
  247. package/dist/components/Toggle/ToggleBase.d.ts +4 -4
  248. package/dist/components/Toggle/ToggleBase.d.ts.map +1 -1
  249. package/dist/components/ToggleGroup/ToggleGroup.d.ts.map +1 -1
  250. package/dist/components/ToggleGroup/ToggleGroupBase.d.ts +8 -8
  251. package/dist/components/ToggleGroup/ToggleGroupBase.d.ts.map +1 -1
  252. package/dist/components/Tooltip/Tooltip.d.ts.map +1 -1
  253. package/dist/components/Tooltip/TooltipBase.d.ts +1 -1
  254. package/dist/components/Tooltip/TooltipBase.d.ts.map +1 -1
  255. package/dist/components/Tray/Tray.d.ts +6 -2
  256. package/dist/components/Tray/Tray.d.ts.map +1 -1
  257. package/dist/components/Tray/TrayStoriesData.d.ts +1 -1
  258. package/dist/components/Tray/TrayStoriesData.d.ts.map +1 -1
  259. package/dist/features/AuthCard/AuthCard.d.ts.map +1 -1
  260. package/dist/features/AuthCard/AuthToggle.d.ts.map +1 -1
  261. package/dist/features/AuthCard/AuthToggle.js +4 -20
  262. package/dist/features/AuthCard/ForgotPasswordEmailForm.d.ts +1 -1
  263. package/dist/features/AuthCard/ForgotPasswordEmailForm.d.ts.map +1 -1
  264. package/dist/features/AuthCard/ForgotPasswordEmailForm.js +5 -21
  265. package/dist/features/AuthCard/ForgotPasswordResetForm.d.ts +1 -1
  266. package/dist/features/AuthCard/ForgotPasswordResetForm.d.ts.map +1 -1
  267. package/dist/features/AuthCard/ForgotPasswordResetForm.js +5 -50
  268. package/dist/features/AuthCard/OTPInput.d.ts +1 -1
  269. package/dist/features/AuthCard/OTPInput.d.ts.map +1 -1
  270. package/dist/features/AuthCard/OTPInput.js +3 -21
  271. package/dist/features/AuthCard/PasswordInput.d.ts +1 -1
  272. package/dist/features/AuthCard/PasswordInput.d.ts.map +1 -1
  273. package/dist/features/AuthCard/PasswordInput.js +9 -50
  274. package/dist/features/AuthCard/SignInForm.d.ts.map +1 -1
  275. package/dist/features/AuthCard/SignInForm.js +7 -51
  276. package/dist/features/AuthCard/SignUpForm.d.ts.map +1 -1
  277. package/dist/features/AuthCard/SignUpForm.js +10 -55
  278. package/dist/features/AuthCard.js +144 -248
  279. package/dist/features/ClearDialog/ClearDialog.d.ts.map +1 -1
  280. package/dist/features/ClearDialog.js +10 -10
  281. package/dist/features/LabelingTools/LabelingTools.d.ts.map +1 -1
  282. package/dist/features/LabelingTools.js +21 -56
  283. package/dist/features/SensorMetadata/SensorMetadata.d.ts.map +1 -1
  284. package/dist/features/SensorMetadata.js +20 -20
  285. package/dist/features/SettingsPopover/SettingsPopover.d.ts.map +1 -1
  286. package/dist/features/SettingsPopover.js +14 -14
  287. package/dist/hooks/useAccordionAutoScroll.d.ts.map +1 -1
  288. package/dist/hooks/useControllableState.d.ts.map +1 -1
  289. package/dist/index.d.ts +2 -2
  290. package/dist/index.d.ts.map +1 -1
  291. package/dist/primitives/button.d.ts.map +1 -1
  292. package/dist/primitives/input.d.ts.map +1 -1
  293. package/dist/primitives/input.js +4 -1
  294. package/dist/primitives/select.d.ts +1 -1
  295. package/dist/primitives/select.d.ts.map +1 -1
  296. package/dist/primitives/select.js +7 -55
  297. package/dist/primitives/slot.d.ts.map +1 -1
  298. package/dist/primitives/slot.js +1 -4
  299. package/dist/primitives/textarea.d.ts.map +1 -1
  300. package/dist/primitives/textarea.js +3 -1
  301. package/dist/styles/main.css +1 -1
  302. package/dist/utils/formFieldUtils.d.ts +4 -2
  303. package/dist/utils/formFieldUtils.d.ts.map +1 -1
  304. package/dist/utils/formFieldUtils.js +3 -34
  305. package/dist/utils/refs.d.ts.map +1 -1
  306. package/package.json +23 -16
@@ -3,60 +3,21 @@ import "../styles/main.css";
3
3
  import { jsxs as a, jsx as r } from "react/jsx-runtime";
4
4
  import k from "./IconBase.js";
5
5
  import { forwardRef as c } from "react";
6
- const p = ({ className: o, ariaHidden: e, title: n, description: t, size: s = 24, ...d }, i) => /* @__PURE__ */ a(
7
- k,
8
- {
9
- size: s,
10
- className: o,
11
- title: n,
12
- description: t,
13
- ariaHidden: e,
14
- ref: i,
15
- ...d,
16
- children: [
17
- /* @__PURE__ */ r(
18
- "path",
19
- {
20
- d: "M8.40002 2.90912V6.54548",
21
- stroke: "currentColor",
22
- strokeWidth: "2",
23
- strokeLinecap: "round",
24
- strokeLinejoin: "round"
25
- }
26
- ),
27
- /* @__PURE__ */ r(
28
- "path",
29
- {
30
- d: "M15.6 2.90912V6.54548",
31
- stroke: "currentColor",
32
- strokeWidth: "2",
33
- strokeLinecap: "round",
34
- strokeLinejoin: "round"
35
- }
36
- ),
37
- /* @__PURE__ */ r(
38
- "path",
39
- {
40
- d: "M18.3 4.72729H5.70002C4.70591 4.72729 3.90002 5.54132 3.90002 6.54548V19.2727C3.90002 20.2769 4.70591 21.0909 5.70002 21.0909H18.3C19.2941 21.0909 20.1 20.2769 20.1 19.2727V6.54548C20.1 5.54132 19.2941 4.72729 18.3 4.72729Z",
41
- stroke: "currentColor",
42
- strokeWidth: "2",
43
- strokeLinecap: "round",
44
- strokeLinejoin: "round"
45
- }
46
- ),
47
- /* @__PURE__ */ r(
48
- "path",
49
- {
50
- d: "M3.90002 10.1818H20.1",
51
- stroke: "currentColor",
52
- strokeWidth: "2",
53
- strokeLinecap: "round",
54
- strokeLinejoin: "round"
55
- }
56
- )
57
- ]
58
- }
59
- ), u = c(p);
6
+ const p = ({ className: o, ariaHidden: e, title: n, description: t, size: s = 24, ...d }, i) => /* @__PURE__ */ a(k, { size: s, className: o, title: n, description: t, ariaHidden: e, ref: i, ...d, children: [
7
+ /* @__PURE__ */ r("path", { d: "M8.40002 2.90912V6.54548", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
8
+ /* @__PURE__ */ r("path", { d: "M15.6 2.90912V6.54548", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
9
+ /* @__PURE__ */ r(
10
+ "path",
11
+ {
12
+ d: "M18.3 4.72729H5.70002C4.70591 4.72729 3.90002 5.54132 3.90002 6.54548V19.2727C3.90002 20.2769 4.70591 21.0909 5.70002 21.0909H18.3C19.2941 21.0909 20.1 20.2769 20.1 19.2727V6.54548C20.1 5.54132 19.2941 4.72729 18.3 4.72729Z",
13
+ stroke: "currentColor",
14
+ strokeWidth: "2",
15
+ strokeLinecap: "round",
16
+ strokeLinejoin: "round"
17
+ }
18
+ ),
19
+ /* @__PURE__ */ r("path", { d: "M3.90002 10.1818H20.1", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
20
+ ] }), u = c(p);
60
21
  u.displayName = "CalendarIcon";
61
22
  export {
62
23
  u as CalendarIcon
@@ -3,27 +3,11 @@ import "../styles/main.css";
3
3
  import { jsxs as a, jsx as o } from "react/jsx-runtime";
4
4
  import l from "./IconBase.js";
5
5
  import { forwardRef as d } from "react";
6
- const h = ({ className: r, ariaHidden: e, title: n, description: t, size: c = 24, ...i }, s) => /* @__PURE__ */ a(
7
- l,
8
- {
9
- size: c,
10
- className: r,
11
- title: n,
12
- description: t,
13
- ariaHidden: e,
14
- ref: s,
15
- stroke: "currentColor",
16
- strokeWidth: 2,
17
- strokeLinecap: "round",
18
- strokeLinejoin: "round",
19
- ...i,
20
- children: [
21
- /* @__PURE__ */ o("path", { stroke: "none", d: "M0 0h24v24H0z", fill: "none" }),
22
- /* @__PURE__ */ o("path", { d: "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" }),
23
- /* @__PURE__ */ o("path", { d: "M9 12l2 2l4 -4" })
24
- ]
25
- }
26
- ), p = d(h);
6
+ const h = ({ className: r, ariaHidden: e, title: n, description: t, size: c = 24, ...i }, s) => /* @__PURE__ */ a(l, { size: c, className: r, title: n, description: t, ariaHidden: e, ref: s, stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round", ...i, children: [
7
+ /* @__PURE__ */ o("path", { stroke: "none", d: "M0 0h24v24H0z", fill: "none" }),
8
+ /* @__PURE__ */ o("path", { d: "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" }),
9
+ /* @__PURE__ */ o("path", { d: "M9 12l2 2l4 -4" })
10
+ ] }), p = d(h);
27
11
  p.displayName = "CheckCircleIcon";
28
12
  export {
29
13
  p as CheckCircleIcon
@@ -3,27 +3,11 @@ import "../styles/main.css";
3
3
  import { jsxs as i, jsx as o } from "react/jsx-runtime";
4
4
  import d from "./IconBase.js";
5
5
  import { forwardRef as h } from "react";
6
- const p = ({ className: r, ariaHidden: e, title: n, description: t, size: s = 24, ...c }, a) => /* @__PURE__ */ i(
7
- d,
8
- {
9
- size: s,
10
- className: r,
11
- title: n,
12
- description: t,
13
- ariaHidden: e,
14
- ref: a,
15
- stroke: "currentColor",
16
- strokeWidth: 2,
17
- strokeLinecap: "round",
18
- strokeLinejoin: "round",
19
- ...c,
20
- children: [
21
- /* @__PURE__ */ o("path", { stroke: "none", d: "M0 0h24v24H0z", fill: "none" }),
22
- /* @__PURE__ */ o("path", { d: "M9 12l2 2l4 -4" }),
23
- /* @__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" })
24
- ]
25
- }
26
- ), k = h(p);
6
+ const p = ({ className: r, ariaHidden: e, title: n, description: t, size: s = 24, ...c }, a) => /* @__PURE__ */ i(d, { size: s, className: r, title: n, description: t, ariaHidden: e, ref: a, stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round", ...c, children: [
7
+ /* @__PURE__ */ o("path", { stroke: "none", d: "M0 0h24v24H0z", fill: "none" }),
8
+ /* @__PURE__ */ o("path", { d: "M9 12l2 2l4 -4" }),
9
+ /* @__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" })
10
+ ] }), k = h(p);
27
11
  k.displayName = "CheckSquareIcon";
28
12
  export {
29
13
  k as CheckSquareIcon
@@ -3,26 +3,10 @@ import "../styles/main.css";
3
3
  import { jsxs as m, jsx as o } from "react/jsx-runtime";
4
4
  import i from "./IconBase.js";
5
5
  import { forwardRef as p } from "react";
6
- const d = ({ className: r, ariaHidden: e, title: n, description: t, size: c = 24, strokeWidth: s = 2, ...a }, k) => /* @__PURE__ */ m(
7
- i,
8
- {
9
- size: c,
10
- className: r,
11
- title: n,
12
- description: t,
13
- ariaHidden: e,
14
- ref: k,
15
- stroke: "currentColor",
16
- strokeWidth: s,
17
- strokeLinecap: "round",
18
- strokeLinejoin: "round",
19
- ...a,
20
- children: [
21
- /* @__PURE__ */ o("path", { stroke: "none", d: "M0 0h24v24H0z", fill: "none" }),
22
- /* @__PURE__ */ o("path", { d: "M5 12l5 5l10 -10" })
23
- ]
24
- }
25
- ), h = p(d);
6
+ const d = ({ className: r, ariaHidden: e, title: n, description: t, size: c = 24, strokeWidth: s = 2, ...a }, k) => /* @__PURE__ */ m(i, { size: c, className: r, title: n, description: t, ariaHidden: e, ref: k, stroke: "currentColor", strokeWidth: s, strokeLinecap: "round", strokeLinejoin: "round", ...a, children: [
7
+ /* @__PURE__ */ o("path", { stroke: "none", d: "M0 0h24v24H0z", fill: "none" }),
8
+ /* @__PURE__ */ o("path", { d: "M5 12l5 5l10 -10" })
9
+ ] }), h = p(d);
26
10
  h.displayName = "CheckmarkIcon";
27
11
  export {
28
12
  h as CheckmarkIcon
@@ -3,26 +3,10 @@ import "../styles/main.css";
3
3
  import { jsxs as d, jsx as o } from "react/jsx-runtime";
4
4
  import h from "./IconBase.js";
5
5
  import { forwardRef as p } from "react";
6
- const a = ({ className: r, ariaHidden: n, title: e, description: t, size: s = 24, ...i }, c) => /* @__PURE__ */ d(
7
- h,
8
- {
9
- size: s,
10
- className: r,
11
- title: e,
12
- description: t,
13
- ariaHidden: n,
14
- ref: c,
15
- stroke: "currentColor",
16
- strokeWidth: 2,
17
- strokeLinecap: "round",
18
- strokeLinejoin: "round",
19
- ...i,
20
- children: [
21
- /* @__PURE__ */ o("path", { stroke: "none", d: "M0 0h24v24H0z", fill: "none" }),
22
- /* @__PURE__ */ o("path", { d: "M6 9l6 6l6 -6" })
23
- ]
24
- }
25
- ), l = p(a);
6
+ const a = ({ className: r, ariaHidden: n, title: e, description: t, size: s = 24, ...i }, c) => /* @__PURE__ */ d(h, { size: s, className: r, title: e, description: t, ariaHidden: n, ref: c, stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round", ...i, children: [
7
+ /* @__PURE__ */ o("path", { stroke: "none", d: "M0 0h24v24H0z", fill: "none" }),
8
+ /* @__PURE__ */ o("path", { d: "M6 9l6 6l6 -6" })
9
+ ] }), l = p(a);
26
10
  l.displayName = "ChevronDownIcon";
27
11
  export {
28
12
  l as ChevronDownIcon
@@ -3,26 +3,10 @@ import "../styles/main.css";
3
3
  import { jsxs as c, jsx as o } from "react/jsx-runtime";
4
4
  import d from "./IconBase.js";
5
5
  import { forwardRef as h } from "react";
6
- const a = ({ className: r, ariaHidden: n, title: e, description: t, size: s = 24, ...p }, i) => /* @__PURE__ */ c(
7
- d,
8
- {
9
- size: s,
10
- className: r,
11
- title: e,
12
- description: t,
13
- ariaHidden: n,
14
- ref: i,
15
- stroke: "currentColor",
16
- strokeWidth: 2,
17
- strokeLinecap: "round",
18
- strokeLinejoin: "round",
19
- ...p,
20
- children: [
21
- /* @__PURE__ */ o("path", { stroke: "none", d: "M0 0h24v24H0z", fill: "none" }),
22
- /* @__PURE__ */ o("path", { d: "M6 15l6 -6l6 6" })
23
- ]
24
- }
25
- ), l = h(a);
6
+ const a = ({ className: r, ariaHidden: n, title: e, description: t, size: s = 24, ...p }, i) => /* @__PURE__ */ c(d, { size: s, className: r, title: e, description: t, ariaHidden: n, ref: i, stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round", ...p, children: [
7
+ /* @__PURE__ */ o("path", { stroke: "none", d: "M0 0h24v24H0z", fill: "none" }),
8
+ /* @__PURE__ */ o("path", { d: "M6 15l6 -6l6 6" })
9
+ ] }), l = h(a);
26
10
  l.displayName = "ChevronUpIcon";
27
11
  export {
28
12
  l as ChevronUpIcon
@@ -3,40 +3,19 @@ import "../styles/main.css";
3
3
  import { jsxs as d, jsx as o } from "react/jsx-runtime";
4
4
  import k from "./IconBase.js";
5
5
  import { forwardRef as p } from "react";
6
- const C = ({ className: r, ariaHidden: t, title: e, description: n, size: s = 24, ...c }, i) => /* @__PURE__ */ d(
7
- k,
8
- {
9
- size: s,
10
- className: r,
11
- title: e,
12
- description: n,
13
- ariaHidden: t,
14
- ref: i,
15
- ...c,
16
- children: [
17
- /* @__PURE__ */ o(
18
- "path",
19
- {
20
- d: "M12 6.54547V12L15.6364 13.8182",
21
- stroke: "currentColor",
22
- strokeWidth: "2",
23
- strokeLinecap: "round",
24
- strokeLinejoin: "round"
25
- }
26
- ),
27
- /* @__PURE__ */ o(
28
- "path",
29
- {
30
- 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",
31
- stroke: "currentColor",
32
- strokeWidth: "2",
33
- strokeLinecap: "round",
34
- strokeLinejoin: "round"
35
- }
36
- )
37
- ]
38
- }
39
- ), a = p(C);
6
+ const C = ({ className: r, ariaHidden: t, title: e, description: n, size: s = 24, ...c }, i) => /* @__PURE__ */ d(k, { size: s, className: r, title: e, description: n, ariaHidden: t, ref: i, ...c, children: [
7
+ /* @__PURE__ */ o("path", { d: "M12 6.54547V12L15.6364 13.8182", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
8
+ /* @__PURE__ */ o(
9
+ "path",
10
+ {
11
+ 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",
12
+ stroke: "currentColor",
13
+ strokeWidth: "2",
14
+ strokeLinecap: "round",
15
+ strokeLinejoin: "round"
16
+ }
17
+ )
18
+ ] }), a = p(C);
40
19
  a.displayName = "ClockIcon";
41
20
  export {
42
21
  a as ClockIcon
@@ -3,27 +3,11 @@ import "../styles/main.css";
3
3
  import { jsxs as l, jsx as o } from "react/jsx-runtime";
4
4
  import m from "./IconBase.js";
5
5
  import { forwardRef as d } from "react";
6
- const p = ({ className: r, ariaHidden: e, title: c, description: t, size: n = 24, ...s }, i) => /* @__PURE__ */ l(
7
- m,
8
- {
9
- size: n,
10
- className: r,
11
- title: c,
12
- description: t,
13
- ariaHidden: e,
14
- ref: i,
15
- stroke: "currentColor",
16
- strokeWidth: 2,
17
- strokeLinecap: "round",
18
- strokeLinejoin: "round",
19
- ...s,
20
- children: [
21
- /* @__PURE__ */ o("circle", { cx: "12", cy: "12", r: "10" }),
22
- /* @__PURE__ */ o("path", { d: "m15 9-6 6" }),
23
- /* @__PURE__ */ o("path", { d: "m9 9 6 6" })
24
- ]
25
- }
26
- ), a = d(p);
6
+ const p = ({ className: r, ariaHidden: e, title: c, description: t, size: n = 24, ...s }, i) => /* @__PURE__ */ l(m, { size: n, className: r, title: c, description: t, ariaHidden: e, ref: i, stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round", ...s, children: [
7
+ /* @__PURE__ */ o("circle", { cx: "12", cy: "12", r: "10" }),
8
+ /* @__PURE__ */ o("path", { d: "m15 9-6 6" }),
9
+ /* @__PURE__ */ o("path", { d: "m9 9 6 6" })
10
+ ] }), a = d(p);
27
11
  a.displayName = "CloseCircleIcon";
28
12
  export {
29
13
  a as CloseCircleIcon
@@ -3,26 +3,10 @@ import "../styles/main.css";
3
3
  import { jsxs as d, jsx as o } from "react/jsx-runtime";
4
4
  import m from "./IconBase.js";
5
5
  import { forwardRef as p } from "react";
6
- const a = ({ className: r, ariaHidden: e, title: t, description: n, size: s = 24, ...c }, i) => /* @__PURE__ */ d(
7
- m,
8
- {
9
- size: s,
10
- className: r,
11
- title: t,
12
- description: n,
13
- ariaHidden: e,
14
- ref: i,
15
- stroke: "currentColor",
16
- strokeWidth: 2,
17
- strokeLinecap: "round",
18
- strokeLinejoin: "round",
19
- ...c,
20
- children: [
21
- /* @__PURE__ */ o("path", { d: "M18 6 6 18" }),
22
- /* @__PURE__ */ o("path", { d: "m6 6 12 12" })
23
- ]
24
- }
25
- ), l = p(a);
6
+ const a = ({ className: r, ariaHidden: e, title: t, description: n, size: s = 24, ...c }, i) => /* @__PURE__ */ d(m, { size: s, className: r, title: t, description: n, ariaHidden: e, ref: i, stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round", ...c, children: [
7
+ /* @__PURE__ */ o("path", { d: "M18 6 6 18" }),
8
+ /* @__PURE__ */ o("path", { d: "m6 6 12 12" })
9
+ ] }), l = p(a);
26
10
  l.displayName = "CloseIcon";
27
11
  export {
28
12
  l as CloseIcon
@@ -3,50 +3,11 @@ import "../styles/main.css";
3
3
  import { jsxs as i, jsx as o } from "react/jsx-runtime";
4
4
  import h from "./IconBase.js";
5
5
  import { forwardRef as c } from "react";
6
- const k = ({ className: r, ariaHidden: a, title: t, description: e, size: n = 24, ...s }, d) => /* @__PURE__ */ i(
7
- h,
8
- {
9
- size: n,
10
- className: r,
11
- title: t,
12
- description: e,
13
- ariaHidden: a,
14
- ref: d,
15
- ...s,
16
- children: [
17
- /* @__PURE__ */ o(
18
- "path",
19
- {
20
- 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",
21
- stroke: "currentColor",
22
- strokeWidth: "2",
23
- strokeLinecap: "round",
24
- strokeLinejoin: "round"
25
- }
26
- ),
27
- /* @__PURE__ */ o(
28
- "path",
29
- {
30
- 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",
31
- stroke: "currentColor",
32
- strokeWidth: "2",
33
- strokeLinecap: "round",
34
- strokeLinejoin: "round"
35
- }
36
- ),
37
- /* @__PURE__ */ o(
38
- "path",
39
- {
40
- 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",
41
- stroke: "currentColor",
42
- strokeWidth: "2",
43
- strokeLinecap: "round",
44
- strokeLinejoin: "round"
45
- }
46
- )
47
- ]
48
- }
49
- ), p = c(k);
6
+ const k = ({ className: r, ariaHidden: a, title: t, description: e, size: n = 24, ...s }, d) => /* @__PURE__ */ i(h, { size: n, className: r, title: t, description: e, ariaHidden: a, ref: d, ...s, children: [
7
+ /* @__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" }),
8
+ /* @__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" }),
9
+ /* @__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" })
10
+ ] }), p = c(k);
50
11
  p.displayName = "DashboardIcon";
51
12
  export {
52
13
  p as DashboardIcon
@@ -3,50 +3,20 @@ import "../styles/main.css";
3
3
  import { jsxs as i, jsx as o } from "react/jsx-runtime";
4
4
  import d from "./IconBase.js";
5
5
  import { forwardRef as c } from "react";
6
- const k = ({ className: r, ariaHidden: t, title: e, description: n, size: s = 24, ...a }, C) => /* @__PURE__ */ i(
7
- d,
8
- {
9
- size: s,
10
- className: r,
11
- title: e,
12
- description: n,
13
- ariaHidden: t,
14
- ref: C,
15
- ...a,
16
- children: [
17
- /* @__PURE__ */ o(
18
- "path",
19
- {
20
- 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",
21
- stroke: "currentColor",
22
- strokeWidth: "2",
23
- strokeLinecap: "round",
24
- strokeLinejoin: "round"
25
- }
26
- ),
27
- /* @__PURE__ */ o(
28
- "path",
29
- {
30
- 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",
31
- stroke: "currentColor",
32
- strokeWidth: "2",
33
- strokeLinecap: "round",
34
- strokeLinejoin: "round"
35
- }
36
- ),
37
- /* @__PURE__ */ o(
38
- "path",
39
- {
40
- 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",
41
- stroke: "currentColor",
42
- strokeWidth: "2",
43
- strokeLinecap: "round",
44
- strokeLinejoin: "round"
45
- }
46
- )
47
- ]
48
- }
49
- ), p = c(k);
6
+ const k = ({ className: r, ariaHidden: t, title: e, description: n, size: s = 24, ...a }, C) => /* @__PURE__ */ i(d, { size: s, className: r, title: e, description: n, ariaHidden: t, ref: C, ...a, children: [
7
+ /* @__PURE__ */ o(
8
+ "path",
9
+ {
10
+ 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",
11
+ stroke: "currentColor",
12
+ strokeWidth: "2",
13
+ strokeLinecap: "round",
14
+ strokeLinejoin: "round"
15
+ }
16
+ ),
17
+ /* @__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" }),
18
+ /* @__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" })
19
+ ] }), p = c(k);
50
20
  p.displayName = "DatabaseIcon";
51
21
  export {
52
22
  p as DatabaseIcon
@@ -3,50 +3,20 @@ import "../styles/main.css";
3
3
  import { jsxs as c, jsx as o } from "react/jsx-runtime";
4
4
  import C from "./IconBase.js";
5
5
  import { forwardRef as k } from "react";
6
- const p = ({ className: r, ariaHidden: e, title: t, description: n, size: s = 24, ...i }, d) => /* @__PURE__ */ c(
7
- C,
8
- {
9
- size: s,
10
- className: r,
11
- title: t,
12
- description: n,
13
- ariaHidden: e,
14
- ref: d,
15
- ...i,
16
- children: [
17
- /* @__PURE__ */ o(
18
- "path",
19
- {
20
- 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",
21
- stroke: "currentColor",
22
- strokeWidth: "2",
23
- strokeLinecap: "round",
24
- strokeLinejoin: "round"
25
- }
26
- ),
27
- /* @__PURE__ */ o(
28
- "path",
29
- {
30
- d: "M12 9.1875L17.4545 14.812",
31
- stroke: "currentColor",
32
- strokeWidth: "2",
33
- strokeLinecap: "round",
34
- strokeLinejoin: "round"
35
- }
36
- ),
37
- /* @__PURE__ */ o(
38
- "path",
39
- {
40
- d: "M17.4545 9.1875L12 14.8125",
41
- stroke: "currentColor",
42
- strokeWidth: "2",
43
- strokeLinecap: "round",
44
- strokeLinejoin: "round"
45
- }
46
- )
47
- ]
48
- }
49
- ), a = k(p);
6
+ const p = ({ className: r, ariaHidden: e, title: t, description: n, size: s = 24, ...i }, d) => /* @__PURE__ */ c(C, { size: s, className: r, title: t, description: n, ariaHidden: e, ref: d, ...i, children: [
7
+ /* @__PURE__ */ o(
8
+ "path",
9
+ {
10
+ 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",
11
+ stroke: "currentColor",
12
+ strokeWidth: "2",
13
+ strokeLinecap: "round",
14
+ strokeLinejoin: "round"
15
+ }
16
+ ),
17
+ /* @__PURE__ */ o("path", { d: "M12 9.1875L17.4545 14.812", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
18
+ /* @__PURE__ */ o("path", { d: "M17.4545 9.1875L12 14.8125", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
19
+ ] }), a = k(p);
50
20
  a.displayName = "DeleteIcon";
51
21
  export {
52
22
  a as DeleteIcon
@@ -3,80 +3,23 @@ import "../styles/main.css";
3
3
  import { jsxs as k, jsx as o } from "react/jsx-runtime";
4
4
  import u from "./IconBase.js";
5
5
  import { forwardRef as a } from "react";
6
- const c = ({ className: r, ariaHidden: t, title: e, description: n, size: i = 24, ...s }, d) => /* @__PURE__ */ k(
7
- u,
8
- {
9
- size: i,
10
- className: r,
11
- title: e,
12
- description: n,
13
- ariaHidden: t,
14
- ref: d,
15
- ...s,
16
- children: [
17
- /* @__PURE__ */ o(
18
- "path",
19
- {
20
- 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",
21
- stroke: "currentColor",
22
- strokeWidth: "2",
23
- strokeLinecap: "round",
24
- strokeLinejoin: "round"
25
- }
26
- ),
27
- /* @__PURE__ */ o(
28
- "path",
29
- {
30
- d: "M12.0652 6.81818V12L15.5434 13.7273",
31
- stroke: "currentColor",
32
- strokeWidth: "2",
33
- strokeLinecap: "round",
34
- strokeLinejoin: "round"
35
- }
36
- ),
37
- /* @__PURE__ */ o(
38
- "path",
39
- {
40
- d: "M3.80441 9.30115C3.52732 10.1377 3.3807 11.0115 3.36963 11.8921",
41
- stroke: "currentColor",
42
- strokeWidth: "2",
43
- strokeLinecap: "round",
44
- strokeLinejoin: "round"
45
- }
46
- ),
47
- /* @__PURE__ */ o(
48
- "path",
49
- {
50
- d: "M4.09131 15.4545C4.57957 16.5702 5.29964 17.5708 6.20435 18.3909",
51
- stroke: "currentColor",
52
- strokeWidth: "2",
53
- strokeLinecap: "round",
54
- strokeLinejoin: "round"
55
- }
56
- ),
57
- /* @__PURE__ */ o(
58
- "path",
59
- {
60
- d: "M5.66162 6.15743C5.90427 5.89509 6.16302 5.6479 6.4364 5.4173",
61
- stroke: "currentColor",
62
- strokeWidth: "2",
63
- strokeLinecap: "round",
64
- strokeLinejoin: "round"
65
- }
66
- ),
67
- /* @__PURE__ */ o(
68
- "path",
69
- {
70
- d: "M9.14697 20.1355C11.3154 20.9027 13.7017 20.7847 15.7826 19.8073",
71
- stroke: "currentColor",
72
- strokeWidth: "2",
73
- strokeLinecap: "round",
74
- strokeLinejoin: "round"
75
- }
76
- )
77
- ]
78
- }
79
- ), p = a(c);
6
+ const c = ({ className: r, ariaHidden: t, title: e, description: n, size: i = 24, ...s }, d) => /* @__PURE__ */ k(u, { size: i, className: r, title: e, description: n, ariaHidden: t, ref: d, ...s, children: [
7
+ /* @__PURE__ */ o(
8
+ "path",
9
+ {
10
+ 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",
11
+ stroke: "currentColor",
12
+ strokeWidth: "2",
13
+ strokeLinecap: "round",
14
+ strokeLinejoin: "round"
15
+ }
16
+ ),
17
+ /* @__PURE__ */ o("path", { d: "M12.0652 6.81818V12L15.5434 13.7273", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
18
+ /* @__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" }),
19
+ /* @__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" }),
20
+ /* @__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" }),
21
+ /* @__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" })
22
+ ] }), p = a(c);
80
23
  p.displayName = "DurationIcon";
81
24
  export {
82
25
  p as DurationIcon