@spear-ai/spectral 1.3.42 → 1.3.44

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 (308) hide show
  1. package/dist/.js +152 -106
  2. package/dist/Accordion/AccordionBase.d.ts +8 -8
  3. package/dist/Alert/AlertBase.d.ts +14 -0
  4. package/dist/Alert/AlertBase.js +63 -0
  5. package/dist/Alert.d.ts +12 -0
  6. package/dist/Alert.js +102 -0
  7. package/dist/Avatar.d.ts +2 -0
  8. package/dist/Avatar.js +1 -0
  9. package/dist/Badge/BadgeBase.d.ts +1 -1
  10. package/dist/Button.d.ts +2 -2
  11. package/dist/Button.js +24 -30
  12. package/dist/Checkbox/CheckboxBase.d.ts +5 -5
  13. package/dist/Dialog/DialogBase.d.ts +7 -7
  14. package/dist/Dialog/DialogBase.js +87 -86
  15. package/dist/Dialog.d.ts +1 -1
  16. package/dist/Drawer.d.ts +1 -1
  17. package/dist/Drawer.js +141 -139
  18. package/dist/Icons/AnnotationsIcon.d.ts +1 -1
  19. package/dist/Icons/AnnotationsIcon.js +8 -7
  20. package/dist/Icons/CalendarIcon.d.ts +1 -1
  21. package/dist/Icons/CalendarIcon.js +9 -8
  22. package/dist/Icons/CheckCircleIcon.d.ts +3 -0
  23. package/dist/Icons/CheckCircleIcon.js +29 -0
  24. package/dist/Icons/CheckSquareIcon.d.ts +3 -0
  25. package/dist/Icons/CheckSquareIcon.js +29 -0
  26. package/dist/Icons/ChevronDownIcon.d.ts +3 -0
  27. package/dist/Icons/ChevronDownIcon.js +28 -0
  28. package/dist/Icons/ChevronUpIcon.d.ts +3 -0
  29. package/dist/Icons/ChevronUpIcon.js +28 -0
  30. package/dist/Icons/ClockIcon.d.ts +1 -1
  31. package/dist/Icons/ClockIcon.js +9 -8
  32. package/dist/Icons/CloseCircleIcon.d.ts +3 -0
  33. package/dist/Icons/CloseCircleIcon.js +29 -0
  34. package/dist/Icons/CloseIcon.d.ts +3 -0
  35. package/dist/Icons/CloseIcon.js +28 -0
  36. package/dist/Icons/DashboardIcon.d.ts +1 -1
  37. package/dist/Icons/DashboardIcon.js +9 -8
  38. package/dist/Icons/DeleteIcon.d.ts +1 -1
  39. package/dist/Icons/DeleteIcon.js +9 -8
  40. package/dist/Icons/DurationIcon.d.ts +1 -1
  41. package/dist/Icons/DurationIcon.js +9 -8
  42. package/dist/Icons/EraserIcon.d.ts +1 -1
  43. package/dist/Icons/EraserIcon.js +9 -8
  44. package/dist/Icons/ErrorIcon.d.ts +3 -0
  45. package/dist/Icons/ErrorIcon.js +30 -0
  46. package/dist/Icons/EyeClosedIcon.d.ts +3 -0
  47. package/dist/Icons/EyeClosedIcon.js +32 -0
  48. package/dist/Icons/EyeClosedIcon2.d.ts +3 -0
  49. package/dist/Icons/EyeClosedIcon2.js +30 -0
  50. package/dist/Icons/EyeOpenIcon.d.ts +3 -0
  51. package/dist/Icons/EyeOpenIcon.js +28 -0
  52. package/dist/Icons/GoToFirstIcon.d.ts +1 -1
  53. package/dist/Icons/GoToFirstIcon.js +9 -8
  54. package/dist/Icons/GoToLastIcon.d.ts +1 -1
  55. package/dist/Icons/GoToLastIcon.js +9 -8
  56. package/dist/Icons/HarmonicCursorsIcon.d.ts +1 -1
  57. package/dist/Icons/HarmonicCursorsIcon.js +9 -8
  58. package/dist/Icons/IconBase.d.ts +3 -3
  59. package/dist/Icons/InfoIcon.d.ts +1 -1
  60. package/dist/Icons/InfoIcon.js +9 -8
  61. package/dist/Icons/LabelIcon.d.ts +1 -1
  62. package/dist/Icons/LabelIcon.js +8 -7
  63. package/dist/Icons/LassoIcon.d.ts +1 -1
  64. package/dist/Icons/LassoIcon.js +9 -8
  65. package/dist/Icons/LineToolIcon.d.ts +1 -1
  66. package/dist/Icons/LineToolIcon.js +9 -8
  67. package/dist/Icons/LiveViewIcon.d.ts +1 -1
  68. package/dist/Icons/LiveViewIcon.js +9 -8
  69. package/dist/Icons/LoaderIcon.d.ts +3 -0
  70. package/dist/Icons/LoaderIcon.js +53 -0
  71. package/dist/Icons/LocationIcon.d.ts +1 -1
  72. package/dist/Icons/LocationIcon.js +9 -8
  73. package/dist/Icons/LogoutIcon.d.ts +1 -1
  74. package/dist/Icons/LogoutIcon.js +8 -7
  75. package/dist/Icons/MetadataIcon.d.ts +1 -1
  76. package/dist/Icons/MetadataIcon.js +8 -7
  77. package/dist/Icons/OntologyIcon.d.ts +1 -1
  78. package/dist/Icons/OntologyIcon.js +9 -8
  79. package/dist/Icons/PanelIcon.d.ts +1 -1
  80. package/dist/Icons/PanelIcon.js +9 -8
  81. package/dist/Icons/PlayIcon.d.ts +1 -1
  82. package/dist/Icons/PlayIcon.js +8 -7
  83. package/dist/Icons/PlusIcon.d.ts +1 -1
  84. package/dist/Icons/PlusIcon.js +8 -7
  85. package/dist/Icons/ResetIcon.d.ts +1 -1
  86. package/dist/Icons/ResetIcon.js +8 -7
  87. package/dist/Icons/ScissorsIcon.d.ts +1 -1
  88. package/dist/Icons/ScissorsIcon.js +9 -8
  89. package/dist/Icons/SettingsIcon.d.ts +1 -1
  90. package/dist/Icons/SettingsIcon.js +9 -8
  91. package/dist/Icons/TrashIcon.d.ts +1 -1
  92. package/dist/Icons/TrashIcon.js +8 -7
  93. package/dist/Icons/UndoIcon.d.ts +1 -1
  94. package/dist/Icons/UndoIcon.js +8 -7
  95. package/dist/Icons/UserIcon.d.ts +1 -1
  96. package/dist/Icons/UserIcon.js +8 -7
  97. package/dist/Icons/WarningIcon.d.ts +1 -1
  98. package/dist/Icons/WarningIcon.js +8 -7
  99. package/dist/Icons/ZoomAllIcon.d.ts +1 -1
  100. package/dist/Icons/ZoomAllIcon.js +9 -8
  101. package/dist/Icons/ZoomXIcon.d.ts +1 -1
  102. package/dist/Icons/ZoomXIcon.js +9 -8
  103. package/dist/Icons/ZoomYIcon.d.ts +1 -1
  104. package/dist/Icons/ZoomYIcon.js +9 -8
  105. package/dist/Icons/index.d.ts +11 -0
  106. package/dist/Icons.js +82 -60
  107. package/dist/Input/InputUtils.d.ts +15 -0
  108. package/dist/Input/InputUtils.js +54 -0
  109. package/dist/Input.d.ts +24 -0
  110. package/dist/Input.js +170 -0
  111. package/dist/Label.d.ts +2 -2
  112. package/dist/MultiSelect/MultiSelectBase.d.ts +34 -0
  113. package/dist/MultiSelect/MultiSelectBase.js +321 -0
  114. package/dist/MultiSelect/MutiSelect.d.ts +15 -0
  115. package/dist/MultiSelect/MutiSelect.js +30 -0
  116. package/dist/Popover.d.ts +2 -2
  117. package/dist/Popover.js +61 -59
  118. package/dist/RadioButtonGroup/RadioButtonGroupBase.d.ts +5 -3
  119. package/dist/RadioButtonGroup/RadioButtonGroupBase.js +43 -40
  120. package/dist/RadioButtonGroup.d.ts +2 -2
  121. package/dist/RadioButtonGroup.js +6 -6
  122. package/dist/RadioGroup/RadioGroupBase.d.ts +7 -7
  123. package/dist/RadioGroup.d.ts +1 -1
  124. package/dist/Select/SelectBase.d.ts +26 -0
  125. package/dist/Select/SelectBase.js +233 -0
  126. package/dist/Select.d.ts +50 -0
  127. package/dist/Select.js +136 -0
  128. package/dist/Skeleton.d.ts +1 -1
  129. package/dist/Slider/SliderBase.d.ts +7 -7
  130. package/dist/SpectralProvider.d.ts +1 -1
  131. package/dist/Switch/SwitchBase.d.ts +4 -4
  132. package/dist/Switch.d.ts +2 -2
  133. package/dist/Textarea/TextareaUtils.d.ts +19 -0
  134. package/dist/Textarea/TextareaUtils.js +54 -0
  135. package/dist/Textarea.d.ts +17 -0
  136. package/dist/Textarea.js +160 -0
  137. package/dist/Toggle/ToggleBase.d.ts +5 -4
  138. package/dist/Toggle/ToggleBase.js +30 -28
  139. package/dist/Toggle.d.ts +2 -2
  140. package/dist/ToggleGroup/ToggleGroupBase.d.ts +2 -2
  141. package/dist/ToggleGroup.d.ts +3 -3
  142. package/dist/Tooltip/TooltipBase.d.ts +8 -8
  143. package/dist/Tooltip.d.ts +1 -1
  144. package/dist/chevron-down-UbkgS76q.js +19 -0
  145. package/dist/components/Accordion/AccordionBase.d.ts +8 -8
  146. package/dist/components/Alert/Alert.d.ts +12 -0
  147. package/dist/components/Alert/Alert.d.ts.map +1 -0
  148. package/dist/components/Alert/AlertBase.d.ts +14 -0
  149. package/dist/components/Alert/AlertBase.d.ts.map +1 -0
  150. package/dist/components/Avatar/Avatar.d.ts +2 -0
  151. package/dist/components/Avatar/Avatar.d.ts.map +1 -0
  152. package/dist/components/Badge/BadgeBase.d.ts +1 -1
  153. package/dist/components/Button/Button.d.ts +2 -2
  154. package/dist/components/Checkbox/CheckboxBase.d.ts +5 -5
  155. package/dist/components/Dialog/Dialog.d.ts +1 -1
  156. package/dist/components/Dialog/DialogBase.d.ts +7 -7
  157. package/dist/components/Dialog/DialogBase.d.ts.map +1 -1
  158. package/dist/components/Drawer/Drawer.d.ts +1 -1
  159. package/dist/components/Drawer/Drawer.d.ts.map +1 -1
  160. package/dist/components/Icons/AnnotationsIcon.d.ts +1 -1
  161. package/dist/components/Icons/AnnotationsIcon.d.ts.map +1 -1
  162. package/dist/components/Icons/CalendarIcon.d.ts +1 -1
  163. package/dist/components/Icons/CalendarIcon.d.ts.map +1 -1
  164. package/dist/components/Icons/CheckCircleIcon.d.ts +3 -0
  165. package/dist/components/Icons/CheckCircleIcon.d.ts.map +1 -0
  166. package/dist/components/Icons/CheckSquareIcon.d.ts +3 -0
  167. package/dist/components/Icons/CheckSquareIcon.d.ts.map +1 -0
  168. package/dist/components/Icons/ChevronDownIcon.d.ts +3 -0
  169. package/dist/components/Icons/ChevronDownIcon.d.ts.map +1 -0
  170. package/dist/components/Icons/ChevronUpIcon.d.ts +3 -0
  171. package/dist/components/Icons/ChevronUpIcon.d.ts.map +1 -0
  172. package/dist/components/Icons/ClockIcon.d.ts +1 -1
  173. package/dist/components/Icons/ClockIcon.d.ts.map +1 -1
  174. package/dist/components/Icons/CloseCircleIcon.d.ts +3 -0
  175. package/dist/components/Icons/CloseCircleIcon.d.ts.map +1 -0
  176. package/dist/components/Icons/CloseIcon.d.ts +3 -0
  177. package/dist/components/Icons/CloseIcon.d.ts.map +1 -0
  178. package/dist/components/Icons/DashboardIcon.d.ts +1 -1
  179. package/dist/components/Icons/DashboardIcon.d.ts.map +1 -1
  180. package/dist/components/Icons/DeleteIcon.d.ts +1 -1
  181. package/dist/components/Icons/DeleteIcon.d.ts.map +1 -1
  182. package/dist/components/Icons/DurationIcon.d.ts +1 -1
  183. package/dist/components/Icons/DurationIcon.d.ts.map +1 -1
  184. package/dist/components/Icons/EraserIcon.d.ts +1 -1
  185. package/dist/components/Icons/EraserIcon.d.ts.map +1 -1
  186. package/dist/components/Icons/ErrorIcon.d.ts +3 -0
  187. package/dist/components/Icons/ErrorIcon.d.ts.map +1 -0
  188. package/dist/components/Icons/EyeClosedIcon.d.ts +3 -0
  189. package/dist/components/Icons/EyeClosedIcon.d.ts.map +1 -0
  190. package/dist/components/Icons/EyeClosedIcon2.d.ts +3 -0
  191. package/dist/components/Icons/EyeClosedIcon2.d.ts.map +1 -0
  192. package/dist/components/Icons/EyeOpenIcon.d.ts +3 -0
  193. package/dist/components/Icons/EyeOpenIcon.d.ts.map +1 -0
  194. package/dist/components/Icons/GoToFirstIcon.d.ts +1 -1
  195. package/dist/components/Icons/GoToFirstIcon.d.ts.map +1 -1
  196. package/dist/components/Icons/GoToLastIcon.d.ts +1 -1
  197. package/dist/components/Icons/GoToLastIcon.d.ts.map +1 -1
  198. package/dist/components/Icons/HarmonicCursorsIcon.d.ts +1 -1
  199. package/dist/components/Icons/HarmonicCursorsIcon.d.ts.map +1 -1
  200. package/dist/components/Icons/IconBase.d.ts +3 -3
  201. package/dist/components/Icons/InfoIcon.d.ts +1 -1
  202. package/dist/components/Icons/InfoIcon.d.ts.map +1 -1
  203. package/dist/components/Icons/LabelIcon.d.ts +1 -1
  204. package/dist/components/Icons/LabelIcon.d.ts.map +1 -1
  205. package/dist/components/Icons/LassoIcon.d.ts +1 -1
  206. package/dist/components/Icons/LassoIcon.d.ts.map +1 -1
  207. package/dist/components/Icons/LineToolIcon.d.ts +1 -1
  208. package/dist/components/Icons/LineToolIcon.d.ts.map +1 -1
  209. package/dist/components/Icons/LiveViewIcon.d.ts +1 -1
  210. package/dist/components/Icons/LiveViewIcon.d.ts.map +1 -1
  211. package/dist/components/Icons/LoaderIcon.d.ts +3 -0
  212. package/dist/components/Icons/LoaderIcon.d.ts.map +1 -0
  213. package/dist/components/Icons/LocationIcon.d.ts +1 -1
  214. package/dist/components/Icons/LocationIcon.d.ts.map +1 -1
  215. package/dist/components/Icons/LogoutIcon.d.ts +1 -1
  216. package/dist/components/Icons/LogoutIcon.d.ts.map +1 -1
  217. package/dist/components/Icons/MetadataIcon.d.ts +1 -1
  218. package/dist/components/Icons/MetadataIcon.d.ts.map +1 -1
  219. package/dist/components/Icons/OntologyIcon.d.ts +1 -1
  220. package/dist/components/Icons/OntologyIcon.d.ts.map +1 -1
  221. package/dist/components/Icons/PanelIcon.d.ts +1 -1
  222. package/dist/components/Icons/PanelIcon.d.ts.map +1 -1
  223. package/dist/components/Icons/PlayIcon.d.ts +1 -1
  224. package/dist/components/Icons/PlayIcon.d.ts.map +1 -1
  225. package/dist/components/Icons/PlusIcon.d.ts +1 -1
  226. package/dist/components/Icons/PlusIcon.d.ts.map +1 -1
  227. package/dist/components/Icons/ResetIcon.d.ts +1 -1
  228. package/dist/components/Icons/ResetIcon.d.ts.map +1 -1
  229. package/dist/components/Icons/ScissorsIcon.d.ts +1 -1
  230. package/dist/components/Icons/ScissorsIcon.d.ts.map +1 -1
  231. package/dist/components/Icons/SettingsIcon.d.ts +1 -1
  232. package/dist/components/Icons/SettingsIcon.d.ts.map +1 -1
  233. package/dist/components/Icons/TrashIcon.d.ts +1 -1
  234. package/dist/components/Icons/TrashIcon.d.ts.map +1 -1
  235. package/dist/components/Icons/UndoIcon.d.ts +1 -1
  236. package/dist/components/Icons/UndoIcon.d.ts.map +1 -1
  237. package/dist/components/Icons/UserIcon.d.ts +1 -1
  238. package/dist/components/Icons/UserIcon.d.ts.map +1 -1
  239. package/dist/components/Icons/WarningIcon.d.ts +1 -1
  240. package/dist/components/Icons/WarningIcon.d.ts.map +1 -1
  241. package/dist/components/Icons/ZoomAllIcon.d.ts +1 -1
  242. package/dist/components/Icons/ZoomAllIcon.d.ts.map +1 -1
  243. package/dist/components/Icons/ZoomXIcon.d.ts +1 -1
  244. package/dist/components/Icons/ZoomXIcon.d.ts.map +1 -1
  245. package/dist/components/Icons/ZoomYIcon.d.ts +1 -1
  246. package/dist/components/Icons/ZoomYIcon.d.ts.map +1 -1
  247. package/dist/components/Icons/iconTypes.d.ts +3 -3
  248. package/dist/components/Icons/iconTypes.d.ts.map +1 -1
  249. package/dist/components/Icons/index.d.ts +11 -0
  250. package/dist/components/Icons/index.d.ts.map +1 -1
  251. package/dist/components/Input/Input.d.ts +24 -0
  252. package/dist/components/Input/Input.d.ts.map +1 -0
  253. package/dist/components/Input/InputUtils.d.ts +15 -0
  254. package/dist/components/Input/InputUtils.d.ts.map +1 -0
  255. package/dist/components/Label/Label.d.ts +2 -2
  256. package/dist/components/MultiSelect/MultiSelectBase.d.ts +34 -0
  257. package/dist/components/MultiSelect/MultiSelectBase.d.ts.map +1 -0
  258. package/dist/components/MultiSelect/MutiSelect.d.ts +15 -0
  259. package/dist/components/MultiSelect/MutiSelect.d.ts.map +1 -0
  260. package/dist/components/Popover/Popover.d.ts +2 -2
  261. package/dist/components/Popover/Popover.d.ts.map +1 -1
  262. package/dist/components/RadioButtonGroup/RadioButtonGroup.d.ts +2 -2
  263. package/dist/components/RadioButtonGroup/RadioButtonGroup.d.ts.map +1 -1
  264. package/dist/components/RadioButtonGroup/RadioButtonGroupBase.d.ts +5 -3
  265. package/dist/components/RadioButtonGroup/RadioButtonGroupBase.d.ts.map +1 -1
  266. package/dist/components/RadioGroup/RadioGroup.d.ts +1 -1
  267. package/dist/components/RadioGroup/RadioGroupBase.d.ts +7 -7
  268. package/dist/components/Select/Select.d.ts +50 -0
  269. package/dist/components/Select/Select.d.ts.map +1 -0
  270. package/dist/components/Select/SelectBase.d.ts +26 -0
  271. package/dist/components/Select/SelectBase.d.ts.map +1 -0
  272. package/dist/components/Skeleton/Skeleton.d.ts +1 -1
  273. package/dist/components/Slider/SliderBase.d.ts +7 -7
  274. package/dist/components/SpectralProvider/SpectralProvider.d.ts +1 -1
  275. package/dist/components/Switch/Switch.d.ts +2 -2
  276. package/dist/components/Switch/SwitchBase.d.ts +4 -4
  277. package/dist/components/Textarea/Textarea.d.ts +17 -0
  278. package/dist/components/Textarea/Textarea.d.ts.map +1 -0
  279. package/dist/components/Textarea/TextareaUtils.d.ts +19 -0
  280. package/dist/components/Textarea/TextareaUtils.d.ts.map +1 -0
  281. package/dist/components/Toggle/Toggle.d.ts +2 -2
  282. package/dist/components/Toggle/ToggleBase.d.ts +5 -4
  283. package/dist/components/Toggle/ToggleBase.d.ts.map +1 -1
  284. package/dist/components/ToggleGroup/ToggleGroup.d.ts +3 -3
  285. package/dist/components/ToggleGroup/ToggleGroupBase.d.ts +2 -2
  286. package/dist/components/Tooltip/Tooltip.d.ts +1 -1
  287. package/dist/components/Tooltip/TooltipBase.d.ts +8 -8
  288. package/dist/features/HorizonColorGrid/HorizonColorGrid.d.ts +1 -1
  289. package/dist/features/LabelingToolbar/LabelingToolbar.d.ts +1 -1
  290. package/dist/features/LabelingTools.js +19 -8
  291. package/dist/features/SensorMetadata.js +21 -10
  292. package/dist/features/SettingsPopover/SettingsPopover.d.ts.map +1 -1
  293. package/dist/features/SettingsPopover.js +36 -24
  294. package/dist/hooks/useAccordionAutoScroll.d.ts +1 -1
  295. package/dist/hooks/useOutsideClick.d.ts +1 -1
  296. package/dist/index.d.ts +3 -1
  297. package/dist/index.d.ts.map +1 -1
  298. package/dist/loader-circle-CvdzOiQ_.js +11 -0
  299. package/dist/primitives/label.d.ts +2 -2
  300. package/dist/primitives/slot.d.ts +3 -3
  301. package/dist/styles/base-colors.css +52 -42
  302. package/dist/styles/main.css +1 -1
  303. package/dist/utils/formFieldUtils.d.ts +70 -0
  304. package/dist/utils/formFieldUtils.d.ts.map +1 -0
  305. package/dist/utils/formFieldUtils.js +178 -0
  306. package/dist/utils/refs.d.ts +1 -1
  307. package/dist/x-BBpi7a_7.js +14 -0
  308. package/package.json +2 -1
@@ -1,3 +1,3 @@
1
1
  import { IconProps } from './iconTypes';
2
- export declare const AnnotationsIcon: import('../../../node_modules/react').ForwardRefExoticComponent<IconProps & import('../../../node_modules/react').RefAttributes<SVGSVGElement>>;
2
+ export declare const AnnotationsIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
3
3
  //# sourceMappingURL=AnnotationsIcon.d.ts.map
@@ -1,17 +1,18 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
3
  import { jsx as o } from "react/jsx-runtime";
4
- import a from "./IconBase.js";
5
- import { forwardRef as c } from "react";
6
- const d = ({ className: n, ariaHidden: r, title: t = "Annotations", description: e, size: i = 24 }, s) => /* @__PURE__ */ o(
7
- a,
4
+ import c from "./IconBase.js";
5
+ import { forwardRef as d } from "react";
6
+ const L = ({ className: n, ariaHidden: r, title: t = "Annotations", description: e, size: i = 24, ...s }, a) => /* @__PURE__ */ o(
7
+ c,
8
8
  {
9
9
  size: i,
10
10
  className: n,
11
11
  title: t,
12
12
  description: e,
13
13
  "aria-hidden": r,
14
- ref: s,
14
+ ref: a,
15
+ ...s,
15
16
  children: /* @__PURE__ */ o(
16
17
  "path",
17
18
  {
@@ -23,7 +24,7 @@ const d = ({ className: n, ariaHidden: r, title: t = "Annotations", description:
23
24
  }
24
25
  )
25
26
  }
26
- ), f = c(d);
27
+ ), C = d(L);
27
28
  export {
28
- f as AnnotationsIcon
29
+ C as AnnotationsIcon
29
30
  };
@@ -1,3 +1,3 @@
1
1
  import { IconProps } from './iconTypes';
2
- export declare const CalendarIcon: import('../../../node_modules/react').ForwardRefExoticComponent<IconProps & import('../../../node_modules/react').RefAttributes<SVGSVGElement>>;
2
+ export declare const CalendarIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
3
3
  //# sourceMappingURL=CalendarIcon.d.ts.map
@@ -1,17 +1,18 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
- import { jsxs as s, jsx as r } from "react/jsx-runtime";
4
- import a from "./IconBase.js";
5
- import { forwardRef as k } from "react";
6
- const c = ({ className: o, ariaHidden: e, title: n = "Calendar", description: t, size: d = 24 }, i) => /* @__PURE__ */ s(
7
- a,
3
+ import { jsxs as a, jsx as r } from "react/jsx-runtime";
4
+ import k from "./IconBase.js";
5
+ import { forwardRef as c } from "react";
6
+ const u = ({ className: o, ariaHidden: e, title: n = "Calendar", description: t, size: d = 24, ...i }, s) => /* @__PURE__ */ a(
7
+ k,
8
8
  {
9
9
  size: d,
10
10
  className: o,
11
11
  title: n,
12
12
  description: t,
13
13
  "aria-hidden": e,
14
- ref: i,
14
+ ref: s,
15
+ ...i,
15
16
  children: [
16
17
  /* @__PURE__ */ r(
17
18
  "path",
@@ -55,7 +56,7 @@ const c = ({ className: o, ariaHidden: e, title: n = "Calendar", description: t,
55
56
  )
56
57
  ]
57
58
  }
58
- ), h = k(c);
59
+ ), l = c(u);
59
60
  export {
60
- h as CalendarIcon
61
+ l as CalendarIcon
61
62
  };
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './iconTypes';
2
+ export declare const CheckCircleIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
3
+ //# sourceMappingURL=CheckCircleIcon.d.ts.map
@@ -0,0 +1,29 @@
1
+ "use client";
2
+ import "../styles/main.css";
3
+ import { jsxs as s, jsx as r } from "react/jsx-runtime";
4
+ import d from "./IconBase.js";
5
+ import { forwardRef as h } from "react";
6
+ const k = ({ className: o, ariaHidden: e, title: n = "Checkmark in Circle", description: t, size: i = 24, ...c }, a) => /* @__PURE__ */ s(
7
+ d,
8
+ {
9
+ size: i,
10
+ className: o,
11
+ title: n,
12
+ description: t,
13
+ "aria-hidden": e,
14
+ ref: a,
15
+ ...c,
16
+ stroke: "currentColor",
17
+ strokeWidth: "2",
18
+ strokeLinecap: "round",
19
+ strokeLinejoin: "round",
20
+ children: [
21
+ /* @__PURE__ */ r("path", { stroke: "none", d: "M0 0h24v24H0z", fill: "none" }),
22
+ /* @__PURE__ */ r("path", { d: "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" }),
23
+ /* @__PURE__ */ r("path", { d: "M9 12l2 2l4 -4" })
24
+ ]
25
+ }
26
+ ), C = h(k);
27
+ export {
28
+ C as CheckCircleIcon
29
+ };
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './iconTypes';
2
+ export declare const CheckSquareIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
3
+ //# sourceMappingURL=CheckSquareIcon.d.ts.map
@@ -0,0 +1,29 @@
1
+ "use client";
2
+ import "../styles/main.css";
3
+ import { jsxs as i, jsx as r } from "react/jsx-runtime";
4
+ import d from "./IconBase.js";
5
+ import { forwardRef as h } from "react";
6
+ const k = ({ className: o, ariaHidden: e, title: n = "Checkmark in Square", description: t, size: s = 24, ...a }, c) => /* @__PURE__ */ i(
7
+ d,
8
+ {
9
+ size: s,
10
+ className: o,
11
+ title: n,
12
+ description: t,
13
+ "aria-hidden": e,
14
+ ref: c,
15
+ ...a,
16
+ stroke: "currentColor",
17
+ strokeWidth: "2",
18
+ strokeLinecap: "round",
19
+ strokeLinejoin: "round",
20
+ children: [
21
+ /* @__PURE__ */ r("path", { stroke: "none", d: "M0 0h24v24H0z", fill: "none" }),
22
+ /* @__PURE__ */ r("path", { d: "M9 12l2 2l4 -4" }),
23
+ /* @__PURE__ */ r("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
+ ), f = h(k);
27
+ export {
28
+ f as CheckSquareIcon
29
+ };
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './iconTypes';
2
+ export declare const ChevronDownIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
3
+ //# sourceMappingURL=ChevronDownIcon.d.ts.map
@@ -0,0 +1,28 @@
1
+ "use client";
2
+ import "../styles/main.css";
3
+ import { jsxs as h, jsx as o } from "react/jsx-runtime";
4
+ import c from "./IconBase.js";
5
+ import { forwardRef as a } from "react";
6
+ const p = ({ className: r, ariaHidden: n, title: e = "Chevron", description: t, size: i = 24, ...s }, d) => /* @__PURE__ */ h(
7
+ c,
8
+ {
9
+ size: i,
10
+ className: r,
11
+ title: e,
12
+ description: t,
13
+ "aria-hidden": n,
14
+ ref: d,
15
+ ...s,
16
+ stroke: "currentColor",
17
+ strokeWidth: "2",
18
+ strokeLinecap: "round",
19
+ strokeLinejoin: "round",
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
+ ), k = a(p);
26
+ export {
27
+ k as ChevronDownIcon
28
+ };
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './iconTypes';
2
+ export declare const ChevronUpIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
3
+ //# sourceMappingURL=ChevronUpIcon.d.ts.map
@@ -0,0 +1,28 @@
1
+ "use client";
2
+ import "../styles/main.css";
3
+ import { jsxs as h, jsx as o } from "react/jsx-runtime";
4
+ import p from "./IconBase.js";
5
+ import { forwardRef as c } from "react";
6
+ const a = ({ className: r, ariaHidden: n, title: e = "Chevron", description: t, size: i = 24, ...s }, d) => /* @__PURE__ */ h(
7
+ p,
8
+ {
9
+ size: i,
10
+ className: r,
11
+ title: e,
12
+ description: t,
13
+ "aria-hidden": n,
14
+ ref: d,
15
+ ...s,
16
+ stroke: "currentColor",
17
+ strokeWidth: "2",
18
+ strokeLinecap: "round",
19
+ strokeLinejoin: "round",
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
+ ), k = c(a);
26
+ export {
27
+ k as ChevronUpIcon
28
+ };
@@ -1,3 +1,3 @@
1
1
  import { IconProps } from './iconTypes';
2
- export declare const ClockIcon: import('../../../node_modules/react').ForwardRefExoticComponent<IconProps & import('../../../node_modules/react').RefAttributes<SVGSVGElement>>;
2
+ export declare const ClockIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
3
3
  //# sourceMappingURL=ClockIcon.d.ts.map
@@ -1,17 +1,18 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
- import { jsxs as c, jsx as o } from "react/jsx-runtime";
4
- import d from "./IconBase.js";
5
- import { forwardRef as k } from "react";
6
- const C = ({ className: r, ariaHidden: t, title: e = "Clock", description: n, size: i = 24 }, s) => /* @__PURE__ */ c(
7
- d,
3
+ import { jsxs as d, jsx as o } from "react/jsx-runtime";
4
+ import k from "./IconBase.js";
5
+ import { forwardRef as C } from "react";
6
+ const a = ({ className: r, ariaHidden: t, title: e = "Clock", description: n, size: i = 24, ...s }, c) => /* @__PURE__ */ d(
7
+ k,
8
8
  {
9
9
  size: i,
10
10
  className: r,
11
11
  title: e,
12
12
  description: n,
13
13
  "aria-hidden": t,
14
- ref: s,
14
+ ref: c,
15
+ ...s,
15
16
  children: [
16
17
  /* @__PURE__ */ o(
17
18
  "path",
@@ -35,7 +36,7 @@ const C = ({ className: r, ariaHidden: t, title: e = "Clock", description: n, si
35
36
  )
36
37
  ]
37
38
  }
38
- ), h = k(C);
39
+ ), l = C(a);
39
40
  export {
40
- h as ClockIcon
41
+ l as ClockIcon
41
42
  };
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './iconTypes';
2
+ export declare const CloseCircleIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
3
+ //# sourceMappingURL=CloseCircleIcon.d.ts.map
@@ -0,0 +1,29 @@
1
+ "use client";
2
+ import "../styles/main.css";
3
+ import { jsxs as d, jsx as r } from "react/jsx-runtime";
4
+ import l from "./IconBase.js";
5
+ import { forwardRef as m } from "react";
6
+ const a = ({ className: o, ariaHidden: e, title: c = "Close Circle", description: t, size: i = 24, ...n }, s) => /* @__PURE__ */ d(
7
+ l,
8
+ {
9
+ size: i,
10
+ className: o,
11
+ title: c,
12
+ description: t,
13
+ "aria-hidden": e,
14
+ ref: s,
15
+ stroke: "currentColor",
16
+ strokeWidth: "2",
17
+ strokeLinecap: "round",
18
+ strokeLinejoin: "round",
19
+ ...n,
20
+ children: [
21
+ /* @__PURE__ */ r("circle", { cx: "12", cy: "12", r: "10" }),
22
+ /* @__PURE__ */ r("path", { d: "m15 9-6 6" }),
23
+ /* @__PURE__ */ r("path", { d: "m9 9 6 6" })
24
+ ]
25
+ }
26
+ ), h = m(a);
27
+ export {
28
+ h as CloseCircleIcon
29
+ };
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './iconTypes';
2
+ export declare const CloseIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
3
+ //# sourceMappingURL=CloseIcon.d.ts.map
@@ -0,0 +1,28 @@
1
+ "use client";
2
+ import "../styles/main.css";
3
+ import { jsxs as c, jsx as o } from "react/jsx-runtime";
4
+ import a from "./IconBase.js";
5
+ import { forwardRef as m } from "react";
6
+ const p = ({ className: r, ariaHidden: e, title: t = "Close", description: n, size: s = 24, ...i }, d) => /* @__PURE__ */ c(
7
+ a,
8
+ {
9
+ size: s,
10
+ className: r,
11
+ title: t,
12
+ description: n,
13
+ "aria-hidden": e,
14
+ ref: d,
15
+ stroke: "currentColor",
16
+ strokeWidth: "2",
17
+ strokeLinecap: "round",
18
+ strokeLinejoin: "round",
19
+ ...i,
20
+ children: [
21
+ /* @__PURE__ */ o("path", { d: "M18 6 6 18" }),
22
+ /* @__PURE__ */ o("path", { d: "m6 6 12 12" })
23
+ ]
24
+ }
25
+ ), k = m(p);
26
+ export {
27
+ k as CloseIcon
28
+ };
@@ -1,3 +1,3 @@
1
1
  import { IconProps } from './iconTypes';
2
- export declare const DashboardIcon: import('../../../node_modules/react').ForwardRefExoticComponent<IconProps & import('../../../node_modules/react').RefAttributes<SVGSVGElement>>;
2
+ export declare const DashboardIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
3
3
  //# sourceMappingURL=DashboardIcon.d.ts.map
@@ -1,17 +1,18 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
- import { jsxs as i, jsx as o } from "react/jsx-runtime";
4
- import a from "./IconBase.js";
5
- import { forwardRef as k } from "react";
6
- const C = ({ className: r, ariaHidden: t, title: e = "Dashboard", description: n, size: s = 24 }, d) => /* @__PURE__ */ i(
7
- a,
3
+ import { jsxs as a, jsx as o } from "react/jsx-runtime";
4
+ import k from "./IconBase.js";
5
+ import { forwardRef as C } from "react";
6
+ const c = ({ className: r, ariaHidden: t, title: e = "Dashboard", description: n, size: s = 24, ...d }, i) => /* @__PURE__ */ a(
7
+ k,
8
8
  {
9
9
  size: s,
10
10
  className: r,
11
11
  title: e,
12
12
  description: n,
13
13
  "aria-hidden": t,
14
- ref: d,
14
+ ref: i,
15
+ ...d,
15
16
  children: [
16
17
  /* @__PURE__ */ o(
17
18
  "path",
@@ -55,7 +56,7 @@ const C = ({ className: r, ariaHidden: t, title: e = "Dashboard", description: n
55
56
  )
56
57
  ]
57
58
  }
58
- ), p = k(C);
59
+ ), H = C(c);
59
60
  export {
60
- p as DashboardIcon
61
+ H as DashboardIcon
61
62
  };
@@ -1,3 +1,3 @@
1
1
  import { IconProps } from './iconTypes';
2
- export declare const DeleteIcon: import('../../../node_modules/react').ForwardRefExoticComponent<IconProps & import('../../../node_modules/react').RefAttributes<SVGSVGElement>>;
2
+ export declare const DeleteIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
3
3
  //# sourceMappingURL=DeleteIcon.d.ts.map
@@ -1,17 +1,18 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
- import { jsxs as d, jsx as o } from "react/jsx-runtime";
4
- import C from "./IconBase.js";
5
- import { forwardRef as c } from "react";
6
- const k = ({ className: r, ariaHidden: e, title: t = "Delete", description: n, size: i = 24 }, s) => /* @__PURE__ */ d(
7
- C,
3
+ import { jsxs as C, jsx as o } from "react/jsx-runtime";
4
+ import c from "./IconBase.js";
5
+ import { forwardRef as k } from "react";
6
+ const a = ({ className: r, ariaHidden: e, title: t = "Delete", description: n, size: i = 24, ...s }, d) => /* @__PURE__ */ C(
7
+ c,
8
8
  {
9
9
  size: i,
10
10
  className: r,
11
11
  title: t,
12
12
  description: n,
13
13
  "aria-hidden": e,
14
- ref: s,
14
+ ref: d,
15
+ ...s,
15
16
  children: [
16
17
  /* @__PURE__ */ o(
17
18
  "path",
@@ -27,7 +28,7 @@ const k = ({ className: r, ariaHidden: e, title: t = "Delete", description: n, s
27
28
  /* @__PURE__ */ o("path", { d: "M18 9L12 15", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
28
29
  ]
29
30
  }
30
- ), L = c(k);
31
+ ), h = k(a);
31
32
  export {
32
- L as DeleteIcon
33
+ h as DeleteIcon
33
34
  };
@@ -1,3 +1,3 @@
1
1
  import { IconProps } from './iconTypes';
2
- export declare const DurationIcon: import('../../../node_modules/react').ForwardRefExoticComponent<IconProps & import('../../../node_modules/react').RefAttributes<SVGSVGElement>>;
2
+ export declare const DurationIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
3
3
  //# sourceMappingURL=DurationIcon.d.ts.map
@@ -1,17 +1,18 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
- import { jsxs as d, jsx as o } from "react/jsx-runtime";
4
- import k from "./IconBase.js";
5
- import { forwardRef as u } from "react";
6
- const a = ({ className: r, ariaHidden: t, title: e = "Duration", description: n, size: i = 24 }, s) => /* @__PURE__ */ d(
7
- k,
3
+ import { jsxs as k, jsx as o } from "react/jsx-runtime";
4
+ import u from "./IconBase.js";
5
+ import { forwardRef as a } from "react";
6
+ const c = ({ className: r, ariaHidden: t, title: e = "Duration", description: n, size: i = 24, ...s }, d) => /* @__PURE__ */ k(
7
+ u,
8
8
  {
9
9
  size: i,
10
10
  className: r,
11
11
  title: e,
12
12
  description: n,
13
13
  "aria-hidden": t,
14
- ref: s,
14
+ ref: d,
15
+ ...s,
15
16
  children: [
16
17
  /* @__PURE__ */ o(
17
18
  "path",
@@ -75,7 +76,7 @@ const a = ({ className: r, ariaHidden: t, title: e = "Duration", description: n,
75
76
  )
76
77
  ]
77
78
  }
78
- ), C = u(a);
79
+ ), L = a(c);
79
80
  export {
80
- C as DurationIcon
81
+ L as DurationIcon
81
82
  };
@@ -1,3 +1,3 @@
1
1
  import { IconProps } from './iconTypes';
2
- export declare const EraserIcon: import('../../../node_modules/react').ForwardRefExoticComponent<IconProps & import('../../../node_modules/react').RefAttributes<SVGSVGElement>>;
2
+ export declare const EraserIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
3
3
  //# sourceMappingURL=EraserIcon.d.ts.map
@@ -1,19 +1,20 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
3
  import { jsxs as e, jsx as r } from "react/jsx-runtime";
4
- import h, { SvgIdContext as a } from "./IconBase.js";
5
- import { forwardRef as l, useContext as p } from "react";
6
- const C = ({ className: t, ariaHidden: i, title: n = "Eraser", description: s, size: d = 24 }, c) => {
7
- const o = p(a);
4
+ import a, { SvgIdContext as l } from "./IconBase.js";
5
+ import { forwardRef as p, useContext as C } from "react";
6
+ const u = ({ className: t, ariaHidden: i, title: n = "Eraser", description: s, size: d = 24, ...c }, h) => {
7
+ const o = C(l);
8
8
  return /* @__PURE__ */ e(
9
- h,
9
+ a,
10
10
  {
11
11
  size: d,
12
12
  className: t,
13
13
  title: n,
14
14
  description: s,
15
15
  "aria-hidden": i,
16
- ref: c,
16
+ ref: h,
17
+ ...c,
17
18
  children: [
18
19
  /* @__PURE__ */ e("g", { clipPath: `url(#${o}-clip0)`, children: [
19
20
  /* @__PURE__ */ r(
@@ -32,7 +33,7 @@ const C = ({ className: t, ariaHidden: i, title: n = "Eraser", description: s, s
32
33
  ]
33
34
  }
34
35
  );
35
- }, f = l(C);
36
+ }, m = p(u);
36
37
  export {
37
- f as EraserIcon
38
+ m as EraserIcon
38
39
  };
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './iconTypes';
2
+ export declare const ErrorIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
3
+ //# sourceMappingURL=ErrorIcon.d.ts.map
@@ -0,0 +1,30 @@
1
+ "use client";
2
+ import "../styles/main.css";
3
+ import { jsxs as s, jsx as r } from "react/jsx-runtime";
4
+ import p from "./IconBase.js";
5
+ import { forwardRef as c } from "react";
6
+ const h = ({ className: o, ariaHidden: n, title: t = "Error", description: e, size: a = 24, ...d }, i) => /* @__PURE__ */ s(
7
+ p,
8
+ {
9
+ size: a,
10
+ className: o,
11
+ title: t,
12
+ description: e,
13
+ "aria-hidden": n,
14
+ ref: i,
15
+ ...d,
16
+ stroke: "currentColor",
17
+ strokeWidth: "2",
18
+ strokeLinecap: "round",
19
+ strokeLinejoin: "round",
20
+ children: [
21
+ /* @__PURE__ */ r("path", { stroke: "none", d: "M0 0h24v24H0z", fill: "none" }),
22
+ /* @__PURE__ */ r("path", { d: "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" }),
23
+ /* @__PURE__ */ r("path", { d: "M12 9v4" }),
24
+ /* @__PURE__ */ r("path", { d: "M12 16v.01" })
25
+ ]
26
+ }
27
+ ), l = c(h);
28
+ export {
29
+ l as ErrorIcon
30
+ };
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './iconTypes';
2
+ export declare const EyeClosedIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
3
+ //# sourceMappingURL=EyeClosedIcon.d.ts.map
@@ -0,0 +1,32 @@
1
+ "use client";
2
+ import "../styles/main.css";
3
+ import { jsxs as i, jsx as o } from "react/jsx-runtime";
4
+ import l from "./IconBase.js";
5
+ import { forwardRef as p } from "react";
6
+ const c = ({ className: r, ariaHidden: e, title: t = "Eye Closed", description: n, size: d = 24, ...s }, a) => /* @__PURE__ */ i(
7
+ l,
8
+ {
9
+ size: d,
10
+ className: r,
11
+ title: t,
12
+ description: n,
13
+ "aria-hidden": e,
14
+ ref: a,
15
+ stroke: "currentColor",
16
+ strokeWidth: "2",
17
+ strokeLinecap: "round",
18
+ strokeLinejoin: "round",
19
+ ...s,
20
+ children: [
21
+ /* @__PURE__ */ o("path", { stroke: "none", d: "M0 0h24v24H0z", fill: "none" }),
22
+ /* @__PURE__ */ o("path", { d: "M21 9c-2.4 2.667 -5.4 4 -9 4c-3.6 0 -6.6 -1.333 -9 -4" }),
23
+ /* @__PURE__ */ o("path", { d: "M3 15l2.5 -3.8" }),
24
+ /* @__PURE__ */ o("path", { d: "M21 14.976l-2.492 -3.776" }),
25
+ /* @__PURE__ */ o("path", { d: "M9 17l.5 -4" }),
26
+ /* @__PURE__ */ o("path", { d: "M15 17l-.5 -4" })
27
+ ]
28
+ }
29
+ ), M = p(c);
30
+ export {
31
+ M as EyeClosedIcon
32
+ };
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './iconTypes';
2
+ export declare const EyeClosedIcon2: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
3
+ //# sourceMappingURL=EyeClosedIcon2.d.ts.map
@@ -0,0 +1,30 @@
1
+ "use client";
2
+ import "../styles/main.css";
3
+ import { jsxs as i, jsx as o } from "react/jsx-runtime";
4
+ import p from "./IconBase.js";
5
+ import { forwardRef as c } from "react";
6
+ const h = ({ className: r, ariaHidden: e, title: t = "Eye Closed", description: d, size: n = 24, ...s }, a) => /* @__PURE__ */ i(
7
+ p,
8
+ {
9
+ size: n,
10
+ className: r,
11
+ title: t,
12
+ description: d,
13
+ "aria-hidden": e,
14
+ ref: a,
15
+ stroke: "currentColor",
16
+ strokeWidth: "2",
17
+ strokeLinecap: "round",
18
+ strokeLinejoin: "round",
19
+ ...s,
20
+ children: [
21
+ /* @__PURE__ */ o("path", { d: "M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575 1 1 0 0 1 0 .696 10.747 10.747 0 0 1-1.444 2.49" }),
22
+ /* @__PURE__ */ o("path", { d: "M14.084 14.158a3 3 0 0 1-4.242-4.242" }),
23
+ /* @__PURE__ */ o("path", { d: "M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151 1 1 0 0 1 0-.696 10.75 10.75 0 0 1 4.446-5.143" }),
24
+ /* @__PURE__ */ o("path", { d: "m2 2 20 20" })
25
+ ]
26
+ }
27
+ ), k = c(h);
28
+ export {
29
+ k as EyeClosedIcon2
30
+ };
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './iconTypes';
2
+ export declare const EyeOpenIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
3
+ //# sourceMappingURL=EyeOpenIcon.d.ts.map
@@ -0,0 +1,28 @@
1
+ "use client";
2
+ import "../styles/main.css";
3
+ import { jsxs as p, jsx as r } from "react/jsx-runtime";
4
+ import d from "./IconBase.js";
5
+ import { forwardRef as a } from "react";
6
+ const m = ({ className: o, ariaHidden: e, title: n = "Eye Open", description: t, size: c = 24, ...i }, s) => /* @__PURE__ */ p(
7
+ d,
8
+ {
9
+ size: c,
10
+ className: o,
11
+ title: n,
12
+ description: t,
13
+ "aria-hidden": e,
14
+ ref: s,
15
+ stroke: "currentColor",
16
+ strokeWidth: "2",
17
+ strokeLinecap: "round",
18
+ strokeLinejoin: "round",
19
+ ...i,
20
+ children: [
21
+ /* @__PURE__ */ r("path", { d: "M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0" }),
22
+ /* @__PURE__ */ r("circle", { cx: "12", cy: "12", r: "3" })
23
+ ]
24
+ }
25
+ ), u = a(m);
26
+ export {
27
+ u as EyeOpenIcon
28
+ };