@spear-ai/spectral 1.3.62 → 1.3.64

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 (281) hide show
  1. package/dist/.js +205 -152
  2. package/dist/Accordion.d.ts +37 -0
  3. package/dist/Accordion.js +474 -0
  4. package/dist/Alert/AlertBase.js +2 -2
  5. package/dist/Alert.js +21 -11
  6. package/dist/Avatar.js +1 -1
  7. package/dist/Badge.d.ts +12 -2
  8. package/dist/Badge.js +28 -4
  9. package/dist/Button.d.ts +3 -3
  10. package/dist/Button.js +35 -28
  11. package/dist/ButtonGroup/ButtonGroupButton.d.ts +13 -0
  12. package/dist/ButtonGroup/ButtonGroupButton.js +51 -0
  13. package/dist/ButtonGroup.d.ts +29 -0
  14. package/dist/ButtonGroup.js +89 -0
  15. package/dist/ButtonIcon.js +11 -1
  16. package/dist/Card.d.ts +16 -0
  17. package/dist/Card.js +32 -0
  18. package/dist/Checkbox/CheckboxBase.js +1 -1
  19. package/dist/Checkbox.js +22 -14
  20. package/dist/Dialog/DialogBase.d.ts +6 -3
  21. package/dist/Dialog/DialogBase.js +113 -98
  22. package/dist/Dialog.d.ts +1 -1
  23. package/dist/Dialog.js +42 -36
  24. package/dist/Drawer.js +24 -1283
  25. package/dist/HoverCard.d.ts +29 -0
  26. package/dist/HoverCard.js +207 -0
  27. package/dist/Icons/AnalyzeIcon.d.ts +3 -0
  28. package/dist/Icons/AnalyzeIcon.js +73 -0
  29. package/dist/Icons/AnnotationsIcon.js +4 -4
  30. package/dist/Icons/ApprovedIcon.d.ts +3 -0
  31. package/dist/Icons/ApprovedIcon.js +43 -0
  32. package/dist/Icons/CalendarIcon.js +7 -7
  33. package/dist/Icons/CheckCircleIcon.js +14 -14
  34. package/dist/Icons/CheckSquareIcon.js +14 -14
  35. package/dist/Icons/CheckmarkIcon.js +9 -9
  36. package/dist/Icons/ChevronDownIcon.js +6 -6
  37. package/dist/Icons/ChevronUpIcon.js +7 -7
  38. package/dist/Icons/ClockIcon.js +10 -10
  39. package/dist/Icons/CloseCircleIcon.js +10 -10
  40. package/dist/Icons/CloseIcon.js +5 -5
  41. package/dist/Icons/DashboardIcon.js +4 -4
  42. package/dist/Icons/DatabaseIcon.d.ts +3 -0
  43. package/dist/Icons/DatabaseIcon.js +53 -0
  44. package/dist/Icons/DeleteIcon.js +24 -6
  45. package/dist/Icons/DurationIcon.js +7 -7
  46. package/dist/Icons/EmailIcon.js +4 -4
  47. package/dist/Icons/EraserIcon.js +20 -11
  48. package/dist/Icons/ErrorIcon.js +3 -3
  49. package/dist/Icons/EyeClosedIcon.js +2 -2
  50. package/dist/Icons/EyeClosedIcon2.js +18 -18
  51. package/dist/Icons/EyeOpenIcon.js +8 -8
  52. package/dist/Icons/GoToFirstIcon.js +1 -1
  53. package/dist/Icons/GoToLastIcon.js +3 -3
  54. package/dist/Icons/HarmonicCursorsIcon.js +4 -4
  55. package/dist/Icons/IconBase.d.ts +1 -1
  56. package/dist/Icons/IconBase.js +15 -17
  57. package/dist/Icons/InfoIcon.js +4 -4
  58. package/dist/Icons/LabelIcon.js +6 -6
  59. package/dist/Icons/LassoIcon.js +6 -6
  60. package/dist/Icons/LineToolIcon.js +22 -93
  61. package/dist/Icons/LineToolIcon2.d.ts +3 -0
  62. package/dist/Icons/LineToolIcon2.js +73 -0
  63. package/dist/Icons/LiveViewIcon.js +5 -5
  64. package/dist/Icons/LoaderIcon.js +5 -5
  65. package/dist/Icons/LocationIcon.js +5 -5
  66. package/dist/Icons/LogoutIcon.js +11 -11
  67. package/dist/Icons/MessagesIcon.d.ts +3 -0
  68. package/dist/Icons/MessagesIcon.js +34 -0
  69. package/dist/Icons/MetadataIcon.js +5 -5
  70. package/dist/Icons/MinusIcon.js +9 -9
  71. package/dist/Icons/OntologyIcon.js +74 -21
  72. package/dist/Icons/PanelIconClose.js +11 -11
  73. package/dist/Icons/PanelIconOpen.js +11 -11
  74. package/dist/Icons/PlayIcon.js +5 -5
  75. package/dist/Icons/PlusIcon.js +9 -8
  76. package/dist/Icons/ResetIcon.js +6 -6
  77. package/dist/Icons/ReviewedIcon.d.ts +3 -0
  78. package/dist/Icons/ReviewedIcon.js +44 -0
  79. package/dist/Icons/ScissorsIcon.js +9 -9
  80. package/dist/Icons/SettingsIcon.js +20 -22
  81. package/dist/Icons/SortAscendingIcon.d.ts +3 -0
  82. package/dist/Icons/SortAscendingIcon.js +73 -0
  83. package/dist/Icons/SortDescendingIcon.d.ts +3 -0
  84. package/dist/Icons/SortDescendingIcon.js +73 -0
  85. package/dist/Icons/StackIcon.d.ts +3 -0
  86. package/dist/Icons/StackIcon.js +43 -0
  87. package/dist/Icons/StarIcon.d.ts +3 -0
  88. package/dist/Icons/StarIcon.js +31 -0
  89. package/dist/Icons/TrashIcon.js +10 -10
  90. package/dist/Icons/UndoIcon.js +1 -1
  91. package/dist/Icons/UserIcon.js +1 -1
  92. package/dist/Icons/WarningIcon.js +9 -9
  93. package/dist/Icons/ZoomAllIcon.js +97 -57
  94. package/dist/Icons/ZoomXIcon.js +6 -6
  95. package/dist/Icons/ZoomYIcon.js +17 -8
  96. package/dist/Icons/index.d.ts +10 -0
  97. package/dist/Icons.js +114 -94
  98. package/dist/Input.d.ts +2 -0
  99. package/dist/Input.js +100 -82
  100. package/dist/InputGroup.d.ts +16 -0
  101. package/dist/InputGroup.js +129 -0
  102. package/dist/InputOTP.d.ts +0 -2
  103. package/dist/InputOTP.js +148 -143
  104. package/dist/Label.d.ts +3 -7
  105. package/dist/Label.js +11 -11
  106. package/dist/MultiSelect/MultiSelectBase.js +28 -28
  107. package/dist/Popover.d.ts +6 -7
  108. package/dist/Popover.js +60 -71
  109. package/dist/RadioButtonGroup/RadioButtonGroupBase.js +1 -1
  110. package/dist/RadioButtonGroup.js +1 -1
  111. package/dist/RadioGroup.d.ts +1 -1
  112. package/dist/RadioGroup.js +141 -134
  113. package/dist/Select.d.ts +12 -12
  114. package/dist/Select.js +106 -895
  115. package/dist/Separator.d.ts +12 -0
  116. package/dist/Separator.js +24 -0
  117. package/dist/Skeleton.js +3 -3
  118. package/dist/Slider.d.ts +15 -3
  119. package/dist/Slider.js +464 -40
  120. package/dist/Switch/SwitchBase.js +1 -1
  121. package/dist/Switch.js +2 -2
  122. package/dist/Tabs/TabsBase.js +1 -1
  123. package/dist/Tabs.js +16 -16
  124. package/dist/Textarea.js +58 -50
  125. package/dist/Toggle.js +2 -2
  126. package/dist/ToggleGroup.js +1 -1
  127. package/dist/Tooltip/TooltipBase.js +29 -29
  128. package/dist/Tooltip.js +15 -15
  129. package/dist/Tray/TrayStoriesData.d.ts +39 -0
  130. package/dist/Tray/TrayStoriesData.js +438 -0
  131. package/dist/Tray.d.ts +28 -0
  132. package/dist/Tray.js +236 -0
  133. package/dist/analyzer/network.webp +0 -0
  134. package/dist/analyzer/sunburst.webp +0 -0
  135. package/dist/analyzer/visual.webp +0 -0
  136. package/dist/clsx-OuTLNxxd.js +16 -0
  137. package/dist/components/Accordion/Accordion.d.ts +37 -0
  138. package/dist/components/Accordion/Accordion.d.ts.map +1 -0
  139. package/dist/components/Badge/Badge.d.ts +12 -2
  140. package/dist/components/Badge/Badge.d.ts.map +1 -1
  141. package/dist/components/Button/Button.d.ts +3 -3
  142. package/dist/components/Button/Button.d.ts.map +1 -1
  143. package/dist/components/ButtonGroup/ButtonGroup.d.ts +29 -0
  144. package/dist/components/ButtonGroup/ButtonGroup.d.ts.map +1 -0
  145. package/dist/components/ButtonGroup/ButtonGroupButton.d.ts +13 -0
  146. package/dist/components/ButtonGroup/ButtonGroupButton.d.ts.map +1 -0
  147. package/dist/components/Card/Card.d.ts +16 -0
  148. package/dist/components/Card/Card.d.ts.map +1 -0
  149. package/dist/components/Checkbox/Checkbox.d.ts.map +1 -1
  150. package/dist/components/Dialog/Dialog.d.ts +1 -1
  151. package/dist/components/Dialog/Dialog.d.ts.map +1 -1
  152. package/dist/components/Dialog/DialogBase.d.ts +6 -3
  153. package/dist/components/Dialog/DialogBase.d.ts.map +1 -1
  154. package/dist/components/HoverCard/HoverCard.d.ts +29 -0
  155. package/dist/components/HoverCard/HoverCard.d.ts.map +1 -0
  156. package/dist/components/Icons/AnalyzeIcon.d.ts +3 -0
  157. package/dist/components/Icons/AnalyzeIcon.d.ts.map +1 -0
  158. package/dist/components/Icons/ApprovedIcon.d.ts +3 -0
  159. package/dist/components/Icons/ApprovedIcon.d.ts.map +1 -0
  160. package/dist/components/Icons/DatabaseIcon.d.ts +3 -0
  161. package/dist/components/Icons/DatabaseIcon.d.ts.map +1 -0
  162. package/dist/components/Icons/DeleteIcon.d.ts.map +1 -1
  163. package/dist/components/Icons/EraserIcon.d.ts.map +1 -1
  164. package/dist/components/Icons/IconBase.d.ts +1 -1
  165. package/dist/components/Icons/IconBase.d.ts.map +1 -1
  166. package/dist/components/Icons/LineToolIcon.d.ts.map +1 -1
  167. package/dist/components/Icons/LineToolIcon2.d.ts +3 -0
  168. package/dist/components/Icons/LineToolIcon2.d.ts.map +1 -0
  169. package/dist/components/Icons/MessagesIcon.d.ts +3 -0
  170. package/dist/components/Icons/MessagesIcon.d.ts.map +1 -0
  171. package/dist/components/Icons/OntologyIcon.d.ts.map +1 -1
  172. package/dist/components/Icons/PlusIcon.d.ts.map +1 -1
  173. package/dist/components/Icons/ReviewedIcon.d.ts +3 -0
  174. package/dist/components/Icons/ReviewedIcon.d.ts.map +1 -0
  175. package/dist/components/Icons/SettingsIcon.d.ts.map +1 -1
  176. package/dist/components/Icons/SortAscendingIcon.d.ts +3 -0
  177. package/dist/components/Icons/SortAscendingIcon.d.ts.map +1 -0
  178. package/dist/components/Icons/SortDescendingIcon.d.ts +3 -0
  179. package/dist/components/Icons/SortDescendingIcon.d.ts.map +1 -0
  180. package/dist/components/Icons/StackIcon.d.ts +3 -0
  181. package/dist/components/Icons/StackIcon.d.ts.map +1 -0
  182. package/dist/components/Icons/StarIcon.d.ts +3 -0
  183. package/dist/components/Icons/StarIcon.d.ts.map +1 -0
  184. package/dist/components/Icons/ZoomAllIcon.d.ts.map +1 -1
  185. package/dist/components/Icons/ZoomYIcon.d.ts.map +1 -1
  186. package/dist/components/Icons/index.d.ts +10 -0
  187. package/dist/components/Icons/index.d.ts.map +1 -1
  188. package/dist/components/Input/Input.d.ts +2 -0
  189. package/dist/components/Input/Input.d.ts.map +1 -1
  190. package/dist/components/InputGroup/InputGroup.d.ts +16 -0
  191. package/dist/components/InputGroup/InputGroup.d.ts.map +1 -0
  192. package/dist/components/InputOTP/InputOTP.d.ts +0 -2
  193. package/dist/components/InputOTP/InputOTP.d.ts.map +1 -1
  194. package/dist/components/Label/Label.d.ts +3 -7
  195. package/dist/components/Label/Label.d.ts.map +1 -1
  196. package/dist/components/Popover/Popover.d.ts +6 -7
  197. package/dist/components/Popover/Popover.d.ts.map +1 -1
  198. package/dist/components/RadioGroup/RadioGroup.d.ts +1 -1
  199. package/dist/components/RadioGroup/RadioGroup.d.ts.map +1 -1
  200. package/dist/components/Select/Select.d.ts +12 -12
  201. package/dist/components/Select/Select.d.ts.map +1 -1
  202. package/dist/components/Separator/Separator.d.ts +12 -0
  203. package/dist/components/Separator/Separator.d.ts.map +1 -0
  204. package/dist/components/Slider/Slider.d.ts +15 -3
  205. package/dist/components/Slider/Slider.d.ts.map +1 -1
  206. package/dist/components/Textarea/Textarea.d.ts.map +1 -1
  207. package/dist/components/Tray/Tray.d.ts +28 -0
  208. package/dist/components/Tray/Tray.d.ts.map +1 -0
  209. package/dist/components/Tray/TrayStoriesData.d.ts +39 -0
  210. package/dist/components/Tray/TrayStoriesData.d.ts.map +1 -0
  211. package/dist/{createLucideIcon-CI1yJrZf.js → createLucideIcon-B_8CJpcQ.js} +4 -4
  212. package/dist/features/AuthCard/ForgotPasswordEmailForm.js +13 -3
  213. package/dist/features/AuthCard/ForgotPasswordResetForm.js +9 -9
  214. package/dist/features/AuthCard/PasswordInput.js +87 -9
  215. package/dist/features/AuthCard/SignInForm.js +25 -15
  216. package/dist/features/AuthCard/SignUpForm.js +24 -14
  217. package/dist/features/AuthCard.js +2 -2
  218. package/dist/features/LabelingTools.js +16 -6
  219. package/dist/features/SensorMetadata.js +15 -5
  220. package/dist/features/SettingsPopover.js +22 -12
  221. package/dist/index-0ioNhtNM.js +10 -0
  222. package/dist/{index-CBwRmAsQ.js → index-6Abv_Flm.js} +1 -1
  223. package/dist/{index-DUK1rxhf.js → index-B-GQStVW.js} +6 -5
  224. package/dist/index-B2oBi8ng.js +142 -0
  225. package/dist/index-BIpuW_o8.js +146 -0
  226. package/dist/index-BZPx6jYI.js +8 -0
  227. package/dist/index-BhufZRa2.js +232 -0
  228. package/dist/index-CAKA12cC.js +1265 -0
  229. package/dist/{index-Cfyte2YO.js → index-CGALWSq_.js} +1 -1
  230. package/dist/index-CVSxKOPp.js +13 -0
  231. package/dist/index-CevVJ05e.js +822 -0
  232. package/dist/{index-CRBC94ik.js → index-D29mdTf5.js} +1 -1
  233. package/dist/{index-FeGk8zep.js → index-NzygPVvJ.js} +10 -9
  234. package/dist/index-UEFPWH8U.js +54 -0
  235. package/dist/index-rKs9bXHr.js +6 -0
  236. package/dist/{index-Cb7rjMhE.js → index-y6Br5T4h.js} +6 -6
  237. package/dist/index.d.ts +11 -1
  238. package/dist/index.d.ts.map +1 -1
  239. package/dist/linear-cursor-small.png +0 -0
  240. package/dist/{loader-circle-CvdzOiQ_.js → loader-circle-CdRVlFhN.js} +2 -2
  241. package/dist/main.js +15630 -13510
  242. package/dist/message-alert-matte-glass-gradient.webp +0 -0
  243. package/dist/primitives/button.d.ts +10 -0
  244. package/dist/primitives/button.d.ts.map +1 -0
  245. package/dist/primitives/button.js +42 -0
  246. package/dist/primitives/input.d.ts +3 -0
  247. package/dist/primitives/input.d.ts.map +1 -0
  248. package/dist/primitives/input.js +18 -0
  249. package/dist/primitives/select.d.ts +16 -0
  250. package/dist/primitives/select.d.ts.map +1 -0
  251. package/dist/primitives/select.js +205 -0
  252. package/dist/primitives/slot.d.ts.map +1 -1
  253. package/dist/primitives/slot.js +21 -20
  254. package/dist/primitives/textarea.d.ts +3 -0
  255. package/dist/primitives/textarea.d.ts.map +1 -0
  256. package/dist/primitives/textarea.js +16 -0
  257. package/dist/{proxy-DD79Ok6n.js → proxy-C9AqCss6.js} +1 -1
  258. package/dist/speech-bubble-fluid-glass-gradient.webp +0 -0
  259. package/dist/styles/main.css +1 -1
  260. package/dist/utils/formFieldUtils.js +1 -1
  261. package/dist/utils/twUtils.js +2728 -2
  262. package/dist/{x-BBpi7a_7.js → x-Dl66o_vF.js} +2 -2
  263. package/package.json +28 -23
  264. package/dist/Accordion/AccordionBase.d.ts +0 -42
  265. package/dist/Accordion/AccordionBase.js +0 -225
  266. package/dist/Badge/BadgeBase.d.ts +0 -13
  267. package/dist/Badge/BadgeBase.js +0 -35
  268. package/dist/PasswordInput-ClY_hxuN.js +0 -261
  269. package/dist/components/Accordion/AccordionBase.d.ts +0 -42
  270. package/dist/components/Accordion/AccordionBase.d.ts.map +0 -1
  271. package/dist/components/Badge/BadgeBase.d.ts +0 -13
  272. package/dist/components/Badge/BadgeBase.d.ts.map +0 -1
  273. package/dist/index-CA7haECj.js +0 -248
  274. package/dist/index-CbXx14YO.js +0 -59
  275. package/dist/index-VXXKXen4.js +0 -15
  276. package/dist/index-cCg4yNa8.js +0 -132
  277. package/dist/primitives/label.d.ts +0 -5
  278. package/dist/primitives/label.d.ts.map +0 -1
  279. package/dist/primitives/label.js +0 -27
  280. package/dist/twUtils-CRiPKpXj.js +0 -2743
  281. /package/dist/{list.yml.webp → analyzer/list.yml.webp} +0 -0
@@ -3,7 +3,7 @@ import "../styles/main.css";
3
3
  import { jsxs as c, jsx as o } from "react/jsx-runtime";
4
4
  import k from "./IconBase.js";
5
5
  import { forwardRef as p } from "react";
6
- const a = ({ className: r, ariaHidden: n, title: t = "Info", description: e, size: s = 24, ...i }, d) => /* @__PURE__ */ c(
6
+ const a = ({ className: r, ariaHidden: n, title: t, description: e, size: s = 24, ...i }, d) => /* @__PURE__ */ c(
7
7
  k,
8
8
  {
9
9
  size: s,
@@ -17,15 +17,15 @@ const a = ({ className: r, ariaHidden: n, title: t = "Info", description: e, siz
17
17
  /* @__PURE__ */ o(
18
18
  "path",
19
19
  {
20
- d: "M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z",
20
+ d: "M12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21Z",
21
21
  stroke: "currentColor",
22
22
  strokeWidth: "2",
23
23
  strokeLinecap: "round",
24
24
  strokeLinejoin: "round"
25
25
  }
26
26
  ),
27
- /* @__PURE__ */ o("path", { d: "M12 17V11", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
28
- /* @__PURE__ */ o("path", { d: "M12 7H12.01", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
27
+ /* @__PURE__ */ o("path", { d: "M12 16.5V11.1", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
28
+ /* @__PURE__ */ o("path", { d: "M12 7.5H12.01", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
29
29
  ]
30
30
  }
31
31
  ), u = p(a);
@@ -2,8 +2,8 @@
2
2
  import "../styles/main.css";
3
3
  import { jsx as o } from "react/jsx-runtime";
4
4
  import s from "./IconBase.js";
5
- import { forwardRef as L } from "react";
6
- const i = ({ className: r, ariaHidden: e, title: t = "Label", description: a, size: n = 24, ...C }, c) => /* @__PURE__ */ o(
5
+ import { forwardRef as i } from "react";
6
+ const m = ({ className: r, ariaHidden: e, title: t, description: a, size: n = 24, ...C }, c) => /* @__PURE__ */ o(
7
7
  s,
8
8
  {
9
9
  size: n,
@@ -16,15 +16,15 @@ const i = ({ className: r, ariaHidden: e, title: t = "Label", description: a, si
16
16
  children: /* @__PURE__ */ o(
17
17
  "path",
18
18
  {
19
- d: "M7.4 7.5H7.6M3 5V11.1716C3 11.702 3.21071 12.2107 3.58579 12.5858L11.3358 20.3358C12.1168 21.1168 13.3832 21.1168 14.1642 20.3358L20.3358 14.1642C21.1168 13.3832 21.1168 12.1168 20.3358 11.3358L12.5858 3.58579C12.2107 3.21071 11.702 3 11.1716 3H5C3.89543 3 3 3.89543 3 5ZM8 7.5C8 7.77614 7.77614 8 7.5 8C7.22386 8 7 7.77614 7 7.5C7 7.22386 7.22386 7 7.5 7C7.77614 7 8 7.22386 8 7.5Z",
19
+ d: "M7.41926 7.5197H7.62014M3 5.00875V11.2074C3 11.7401 3.21163 12.251 3.58835 12.6278L11.3723 20.4117C12.1567 21.1961 13.4287 21.1961 14.2131 20.4117L20.4117 14.2131C21.1961 13.4287 21.1961 12.1567 20.4117 11.3723L12.6278 3.58835C12.251 3.21163 11.7401 3 11.2074 3H5.00875C3.89935 3 3 3.89935 3 5.00875ZM8.02189 7.5197C8.02189 7.79705 7.79705 8.02189 7.5197 8.02189C7.24235 8.02189 7.01751 7.79705 7.01751 7.5197C7.01751 7.24235 7.24235 7.01751 7.5197 7.01751C7.79705 7.01751 8.02189 7.24235 8.02189 7.5197Z",
20
20
  stroke: "currentColor",
21
21
  strokeWidth: "2",
22
22
  strokeLinecap: "square"
23
23
  }
24
24
  )
25
25
  }
26
- ), l = L(i);
27
- l.displayName = "LabelIcon";
26
+ ), p = i(m);
27
+ p.displayName = "LabelIcon";
28
28
  export {
29
- l as LabelIcon
29
+ p as LabelIcon
30
30
  };
@@ -3,13 +3,13 @@ import "../styles/main.css";
3
3
  import { jsxs as d, jsx as o } from "react/jsx-runtime";
4
4
  import a from "./IconBase.js";
5
5
  import { forwardRef as c } from "react";
6
- const k = ({ className: r, ariaHidden: t, title: e = "Lasso Tool", description: s, size: n = 24, ...i }, C) => /* @__PURE__ */ d(
6
+ const k = ({ className: r, ariaHidden: t, title: e, description: n, size: s = 24, ...i }, C) => /* @__PURE__ */ d(
7
7
  a,
8
8
  {
9
- size: n,
9
+ size: s,
10
10
  className: r,
11
11
  title: e,
12
- description: s,
12
+ description: n,
13
13
  ariaHidden: t,
14
14
  ref: C,
15
15
  ...i,
@@ -17,7 +17,7 @@ const k = ({ className: r, ariaHidden: t, title: e = "Lasso Tool", description:
17
17
  /* @__PURE__ */ o(
18
18
  "path",
19
19
  {
20
- d: "M4.45818 14.2428C3.44841 13.0426 2.90906 11.6287 2.90909 10.1819C2.90909 8.25306 3.86688 6.40321 5.57175 5.03931C7.27663 3.67541 9.58894 2.90918 12 2.90918C14.4111 2.90918 16.7234 3.67541 18.4282 5.03931C20.1331 6.40321 21.0909 8.25306 21.0909 10.1819C21.0909 12.1108 20.1331 13.9606 18.4282 15.3245C16.7234 16.6884 14.4111 17.4546 12 17.4546C10.3393 17.4545 8.71033 17.0904 7.29 16.4019",
20
+ d: "M4.45827 14.2428C3.4485 13.0425 2.90915 11.6286 2.90918 10.1818C2.90918 8.253 3.86697 6.40315 5.57185 5.03925C7.27672 3.67535 9.58903 2.90912 12.0001 2.90912C14.4111 2.90912 16.7235 3.67535 18.4283 5.03925C20.1332 6.40315 21.091 8.253 21.091 10.1818C21.091 12.1107 20.1332 13.9605 18.4283 15.3244C16.7235 16.6883 14.4111 17.4546 12.0001 17.4546C10.3394 17.4544 8.71042 17.0903 7.29009 16.4018",
21
21
  stroke: "currentColor",
22
22
  strokeWidth: "2",
23
23
  strokeLinecap: "round",
@@ -27,7 +27,7 @@ const k = ({ className: r, ariaHidden: t, title: e = "Lasso Tool", description:
27
27
  /* @__PURE__ */ o(
28
28
  "path",
29
29
  {
30
- d: "M7.45455 21.0911C6.89076 20.6683 6.43301 20.1201 6.11746 19.49C5.80192 18.8598 5.63721 18.1649 5.63637 17.4602",
30
+ d: "M7.45466 21.091C6.89087 20.6681 6.43312 20.12 6.11757 19.4899C5.80202 18.8597 5.63732 18.1648 5.63647 17.4601",
31
31
  stroke: "currentColor",
32
32
  strokeWidth: "2",
33
33
  strokeLinecap: "round",
@@ -37,7 +37,7 @@ const k = ({ className: r, ariaHidden: t, title: e = "Lasso Tool", description:
37
37
  /* @__PURE__ */ o(
38
38
  "path",
39
39
  {
40
- d: "M5.63636 17.4545C6.64051 17.4545 7.45454 16.6405 7.45454 15.6363C7.45454 14.6321 6.64051 13.8181 5.63636 13.8181C4.6322 13.8181 3.81818 14.6321 3.81818 15.6363C3.81818 16.6405 4.6322 17.4545 5.63636 17.4545Z",
40
+ d: "M5.6363 17.4545C6.64045 17.4545 7.45448 16.6405 7.45448 15.6364C7.45448 14.6322 6.64045 13.8182 5.6363 13.8182C4.63214 13.8182 3.81812 14.6322 3.81812 15.6364C3.81812 16.6405 4.63214 17.4545 5.6363 17.4545Z",
41
41
  stroke: "currentColor",
42
42
  strokeWidth: "2",
43
43
  strokeLinecap: "round",
@@ -1,99 +1,28 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
- import { jsxs as k, jsx as o } from "react/jsx-runtime";
4
- import c from "./IconBase.js";
5
- import { forwardRef as p } from "react";
6
- const u = ({ className: r, ariaHidden: t, title: e = "Line Tool", description: n, size: s = 24, ...i }, d) => /* @__PURE__ */ k(
7
- c,
3
+ import { jsx as C } from "react/jsx-runtime";
4
+ import l from "./IconBase.js";
5
+ import { forwardRef as m } from "react";
6
+ const f = ({ className: o, ariaHidden: r, title: n, description: e, size: i = 24, ...t }, c) => /* @__PURE__ */ C(
7
+ l,
8
8
  {
9
- size: s,
10
- className: r,
11
- title: e,
12
- description: n,
13
- ariaHidden: t,
14
- ref: d,
15
- ...i,
16
- children: [
17
- /* @__PURE__ */ o(
18
- "path",
19
- {
20
- d: "M4.84 6.85425V17.0514",
21
- stroke: "currentColor",
22
- strokeWidth: "2",
23
- strokeLinecap: "round",
24
- strokeLinejoin: "round"
25
- }
26
- ),
27
- /* @__PURE__ */ o(
28
- "path",
29
- {
30
- d: "M19.1287 6.85425V17.0514",
31
- stroke: "currentColor",
32
- strokeWidth: "2",
33
- strokeLinecap: "round",
34
- strokeLinejoin: "round"
35
- }
36
- ),
37
- /* @__PURE__ */ o(
38
- "path",
39
- {
40
- d: "M6.88124 4.81494H17.0874",
41
- stroke: "currentColor",
42
- strokeWidth: "2",
43
- strokeLinecap: "round",
44
- strokeLinejoin: "round"
45
- }
46
- ),
47
- /* @__PURE__ */ o(
48
- "path",
49
- {
50
- d: "M6.88124 19.0908H17.0874",
51
- stroke: "currentColor",
52
- strokeWidth: "2",
53
- strokeLinecap: "round",
54
- strokeLinejoin: "round"
55
- }
56
- ),
57
- /* @__PURE__ */ o(
58
- "path",
59
- {
60
- d: "M19.1287 19.0908C19.1287 19.1011 19.1287 19.1115 19.1339 19.1323C19.139 19.1532 19.1494 19.1842 19.16 19.1848",
61
- stroke: "currentColor",
62
- strokeWidth: "5",
63
- strokeLinecap: "round"
64
- }
65
- ),
66
- /* @__PURE__ */ o(
67
- "path",
68
- {
69
- d: "M19.1287 4.81494C19.1287 4.82528 19.1287 4.83563 19.1339 4.85647C19.139 4.87732 19.1494 4.90835 19.16 4.90897",
70
- stroke: "currentColor",
71
- strokeWidth: "5",
72
- strokeLinecap: "round"
73
- }
74
- ),
75
- /* @__PURE__ */ o(
76
- "path",
77
- {
78
- d: "M4.84 4.81494C4.84 4.82528 4.84 4.83563 4.84517 4.85647C4.85035 4.87732 4.8607 4.90835 4.87137 4.90897",
79
- stroke: "currentColor",
80
- strokeWidth: "5",
81
- strokeLinecap: "round"
82
- }
83
- ),
84
- /* @__PURE__ */ o(
85
- "path",
86
- {
87
- d: "M4.84 19.0908C4.84 19.1011 4.84 19.1115 4.84517 19.1323C4.85035 19.1532 4.8607 19.1842 4.87137 19.1848",
88
- stroke: "currentColor",
89
- strokeWidth: "5",
90
- strokeLinecap: "round"
91
- }
92
- )
93
- ]
9
+ size: i,
10
+ className: o,
11
+ title: n,
12
+ description: e,
13
+ ariaHidden: r,
14
+ ref: c,
15
+ ...t,
16
+ children: /* @__PURE__ */ C(
17
+ "path",
18
+ {
19
+ d: "M20 16.2V7.8C21.2 7.4 22 6.3 22 5C22 3.3 20.7 2 19 2C17.7 2 16.6 2.8 16.2 4H7.8C7.4 2.8 6.3 2 5 2C3.3 2 2 3.3 2 5C2 6.3 2.8 7.4 4 7.8V16.2C2.8 16.6 2 17.7 2 19C2 20.7 3.3 22 5 22C6.3 22 7.4 21.2 7.8 20H16.2C16.6 21.2 17.7 22 19 22C20.7 22 22 20.7 22 19C22 17.7 21.2 16.6 20 16.2ZM16.2 18H7.8C7.5 17.2 6.8 16.5 6 16.2V7.8C6.8 7.5 7.5 6.8 7.8 6H16.2C16.5 6.8 17.2 7.5 18 7.8V16.2C17.2 16.5 16.5 17.2 16.2 18ZM19 4C19.6 4 20 4.4 20 5C20 5.6 19.6 6 19 6C18.4 6 18 5.6 18 5C18 4.4 18.4 4 19 4ZM5 4C5.6 4 6 4.4 6 5C6 5.6 5.6 6 5 6C4.4 6 4 5.6 4 5C4 4.4 4.4 4 5 4ZM5 20C4.4 20 4 19.6 4 19C4 18.4 4.4 18 5 18C5.6 18 6 18.4 6 19C6 19.6 5.6 20 5 20ZM19 20C18.4 20 18 19.6 18 19C18 18.4 18.4 18 19 18C19.6 18 20 18.4 20 19C20 19.6 19.6 20 19 20Z",
20
+ fill: "currentColor"
21
+ }
22
+ )
94
23
  }
95
- ), a = p(u);
96
- a.displayName = "LineToolIcon";
24
+ ), p = m(f);
25
+ p.displayName = "LineToolIcon";
97
26
  export {
98
- a as LineToolIcon
27
+ p as LineToolIcon
99
28
  };
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './iconTypes';
2
+ export declare const LineToolIcon2: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
3
+ //# sourceMappingURL=LineToolIcon2.d.ts.map
@@ -0,0 +1,73 @@
1
+ "use client";
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 c } from "react";
6
+ const u = ({ className: r, ariaHidden: e, title: t, description: n, size: C = 24, ...i }, s) => /* @__PURE__ */ d(
7
+ k,
8
+ {
9
+ size: C,
10
+ className: r,
11
+ title: t,
12
+ description: n,
13
+ ariaHidden: e,
14
+ ref: s,
15
+ ...i,
16
+ children: [
17
+ /* @__PURE__ */ o(
18
+ "path",
19
+ {
20
+ d: "M2.95239 4.84212C2.95239 5.34464 3.15307 5.82657 3.51028 6.18191C3.8675 6.53724 4.35198 6.73686 4.85715 6.73686C5.36233 6.73686 5.84681 6.53724 6.20402 6.18191C6.56124 5.82657 6.76192 5.34464 6.76192 4.84212C6.76192 4.33961 6.56124 3.85768 6.20402 3.50234C5.84681 3.14701 5.36233 2.94739 4.85715 2.94739C4.35198 2.94739 3.8675 3.14701 3.51028 3.50234C3.15307 3.85768 2.95239 4.33961 2.95239 4.84212Z",
21
+ stroke: "currentColor",
22
+ strokeWidth: "2",
23
+ strokeLinecap: "round",
24
+ strokeLinejoin: "round"
25
+ }
26
+ ),
27
+ /* @__PURE__ */ o(
28
+ "path",
29
+ {
30
+ d: "M17.238 17.1579C17.238 17.6604 17.4387 18.1424 17.7959 18.4977C18.1531 18.853 18.6376 19.0527 19.1428 19.0527C19.648 19.0527 20.1325 18.853 20.4897 18.4977C20.8469 18.1424 21.0476 17.6604 21.0476 17.1579C21.0476 16.6554 20.8469 16.1735 20.4897 15.8181C20.1325 15.4628 19.648 15.2632 19.1428 15.2632C18.6376 15.2632 18.1531 15.4628 17.7959 15.8181C17.4387 16.1735 17.238 16.6554 17.238 17.1579Z",
31
+ stroke: "currentColor",
32
+ strokeWidth: "2",
33
+ strokeLinecap: "round",
34
+ strokeLinejoin: "round"
35
+ }
36
+ ),
37
+ /* @__PURE__ */ o(
38
+ "path",
39
+ {
40
+ d: "M13.4286 4.84212C13.4286 5.34464 13.6293 5.82657 13.9865 6.18191C14.3437 6.53724 14.8282 6.73686 15.3334 6.73686C15.8385 6.73686 16.323 6.53724 16.6802 6.18191C17.0374 5.82657 17.2381 5.34464 17.2381 4.84212C17.2381 4.33961 17.0374 3.85768 16.6802 3.50234C16.323 3.14701 15.8385 2.94739 15.3334 2.94739C14.8282 2.94739 14.3437 3.14701 13.9865 3.50234C13.6293 3.85768 13.4286 4.33961 13.4286 4.84212Z",
41
+ stroke: "currentColor",
42
+ strokeWidth: "2",
43
+ strokeLinecap: "round",
44
+ strokeLinejoin: "round"
45
+ }
46
+ ),
47
+ /* @__PURE__ */ o(
48
+ "path",
49
+ {
50
+ d: "M6.74841 14.6602C6.74841 15.1628 6.94909 15.6447 7.3063 16C7.66352 16.3554 8.148 16.555 8.65317 16.555C9.15835 16.555 9.64283 16.3554 10 16C10.3573 15.6447 10.5579 15.1628 10.5579 14.6602C10.5579 14.1577 10.3573 13.6758 10 13.3205C9.64283 12.9651 9.15835 12.7655 8.65317 12.7655C8.148 12.7655 7.66352 12.9651 7.3063 13.3205C6.94909 13.6758 6.74841 14.1577 6.74841 14.6602Z",
51
+ stroke: "currentColor",
52
+ strokeWidth: "2",
53
+ strokeLinecap: "round",
54
+ strokeLinejoin: "round"
55
+ }
56
+ ),
57
+ /* @__PURE__ */ o(
58
+ "path",
59
+ {
60
+ d: "M10 13L15.3334 6.73682L19.1429 15.2631M5.80957 7.2105L8 12.5",
61
+ stroke: "currentColor",
62
+ strokeWidth: "2",
63
+ strokeLinecap: "round",
64
+ strokeLinejoin: "round"
65
+ }
66
+ )
67
+ ]
68
+ }
69
+ ), L = c(u);
70
+ L.displayName = "LineToolIcon2";
71
+ export {
72
+ L as LineToolIcon2
73
+ };
@@ -3,7 +3,7 @@ import "../styles/main.css";
3
3
  import { jsxs as k, jsx as o } from "react/jsx-runtime";
4
4
  import c from "./IconBase.js";
5
5
  import { forwardRef as C } from "react";
6
- const u = ({ className: r, ariaHidden: e, title: t = "Live View", description: n, size: i = 24, ...s }, d) => /* @__PURE__ */ k(
6
+ const u = ({ className: r, ariaHidden: e, title: t, description: n, size: i = 24, ...s }, d) => /* @__PURE__ */ k(
7
7
  c,
8
8
  {
9
9
  size: i,
@@ -17,7 +17,7 @@ const u = ({ className: r, ariaHidden: e, title: t = "Live View", description: n
17
17
  /* @__PURE__ */ o(
18
18
  "path",
19
19
  {
20
- d: "M16.247 7.76099C17.37 8.88591 18.0007 10.4105 18.0007 12C18.0007 13.5895 17.37 15.1141 16.247 16.239",
20
+ d: "M16.2471 7.76099C17.3701 8.88591 18.0008 10.4105 18.0008 12C18.0008 13.5895 17.3701 15.1141 16.2471 16.239",
21
21
  stroke: "currentColor",
22
22
  strokeWidth: "2",
23
23
  strokeLinecap: "round",
@@ -27,7 +27,7 @@ const u = ({ className: r, ariaHidden: e, title: t = "Live View", description: n
27
27
  /* @__PURE__ */ o(
28
28
  "path",
29
29
  {
30
- d: "M19.075 4.93311C20.9479 6.80814 21.9999 9.34993 21.9999 12.0001C21.9999 14.6503 20.9479 17.1921 19.075 19.0671",
30
+ d: "M19.075 4.93311C20.9478 6.80814 21.9998 9.34993 21.9998 12.0001C21.9998 14.6503 20.9478 17.1921 19.075 19.0671",
31
31
  stroke: "currentColor",
32
32
  strokeWidth: "2",
33
33
  strokeLinecap: "round",
@@ -37,7 +37,7 @@ const u = ({ className: r, ariaHidden: e, title: t = "Live View", description: n
37
37
  /* @__PURE__ */ o(
38
38
  "path",
39
39
  {
40
- d: "M4.925 19.0671C3.05212 17.1921 2.00013 14.6503 2.00013 12.0001C2.00013 9.34993 3.05212 6.80814 4.925 4.93311",
40
+ d: "M4.92511 19.0671C3.05223 17.1921 2.00024 14.6503 2.00024 12.0001C2.00024 9.34993 3.05223 6.80814 4.92511 4.93311",
41
41
  stroke: "currentColor",
42
42
  strokeWidth: "2",
43
43
  strokeLinecap: "round",
@@ -47,7 +47,7 @@ const u = ({ className: r, ariaHidden: e, title: t = "Live View", description: n
47
47
  /* @__PURE__ */ o(
48
48
  "path",
49
49
  {
50
- d: "M7.753 16.239C6.63 15.1141 5.99928 13.5895 5.99928 12C5.99928 10.4105 6.63 8.88591 7.753 7.76099",
50
+ d: "M7.75299 16.239C6.63 15.1141 5.99927 13.5895 5.99927 12C5.99927 10.4105 6.63 8.88591 7.75299 7.76099",
51
51
  stroke: "currentColor",
52
52
  strokeWidth: "2",
53
53
  strokeLinecap: "round",
@@ -1,22 +1,22 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
3
  import { jsxs as t, jsx as o } from "react/jsx-runtime";
4
- import c, { SvgIdContext as l } from "./IconBase.js";
4
+ import d, { SvgIdContext as l } from "./IconBase.js";
5
5
  import { forwardRef as f, useContext as h } from "react";
6
- const m = ({ className: e, ariaHidden: s, title: n = "Loader", description: i, size: a = 24, ...p }, d) => {
6
+ const m = ({ className: e, ariaHidden: s, title: n, description: i, size: a = 24, ...p }, c) => {
7
7
  const r = h(l);
8
8
  return /* @__PURE__ */ t(
9
- c,
9
+ d,
10
10
  {
11
11
  size: a,
12
12
  className: e,
13
13
  title: n,
14
14
  description: i,
15
15
  ariaHidden: s,
16
- ref: d,
17
- ...p,
16
+ ref: c,
18
17
  color: "oklch(92.53% 0.1976 123.38)",
19
18
  viewBox: "0 0 240 240",
19
+ ...p,
20
20
  children: [
21
21
  /* @__PURE__ */ t("defs", { children: [
22
22
  /* @__PURE__ */ t("linearGradient", { id: `${r}-spinner-secondHalf`, children: [
@@ -3,7 +3,7 @@ import "../styles/main.css";
3
3
  import { jsxs as C, jsx as o } from "react/jsx-runtime";
4
4
  import a from "./IconBase.js";
5
5
  import { forwardRef as d } from "react";
6
- const p = ({ className: r, ariaHidden: t, title: n = "Location", description: e, size: i = 24, ...c }, s) => /* @__PURE__ */ C(
6
+ const p = ({ className: r, ariaHidden: t, title: n, description: e, size: i = 24, ...s }, c) => /* @__PURE__ */ C(
7
7
  a,
8
8
  {
9
9
  size: i,
@@ -11,13 +11,13 @@ const p = ({ className: r, ariaHidden: t, title: n = "Location", description: e,
11
11
  title: n,
12
12
  description: e,
13
13
  ariaHidden: t,
14
- ref: s,
15
- ...c,
14
+ ref: c,
15
+ ...s,
16
16
  children: [
17
17
  /* @__PURE__ */ o(
18
18
  "path",
19
19
  {
20
- d: "M19.1111 10.1819C19.1111 14.721 14.1876 19.4483 12.5342 20.9083C12.3802 21.0267 12.1927 21.0908 12 21.0908C11.8073 21.0908 11.6198 21.0267 11.4658 20.9083C9.81244 19.4483 4.88889 14.721 4.88889 10.1819C4.88889 8.25306 5.63809 6.40321 6.97168 5.03931C8.30527 3.67541 10.114 2.90918 12 2.90918C13.886 2.90918 15.6947 3.67541 17.0283 5.03931C18.3619 6.40321 19.1111 8.25306 19.1111 10.1819Z",
20
+ d: "M19.1111 10.1818C19.1111 14.7209 14.1876 19.4482 12.5342 20.9082C12.3802 21.0267 12.1927 21.0907 12 21.0907C11.8073 21.0907 11.6198 21.0267 11.4658 20.9082C9.81247 19.4482 4.88892 14.7209 4.88892 10.1818C4.88892 8.253 5.63812 6.40315 6.97171 5.03925C8.3053 3.67535 10.114 2.90912 12 2.90912C13.886 2.90912 15.6947 3.67535 17.0283 5.03925C18.3619 6.40315 19.1111 8.253 19.1111 10.1818Z",
21
21
  stroke: "currentColor",
22
22
  strokeWidth: "2",
23
23
  strokeLinecap: "round",
@@ -27,7 +27,7 @@ const p = ({ className: r, ariaHidden: t, title: n = "Location", description: e,
27
27
  /* @__PURE__ */ o(
28
28
  "path",
29
29
  {
30
- d: "M12 12.9091C13.4728 12.9091 14.6667 11.6881 14.6667 10.1819C14.6667 8.67563 13.4728 7.45459 12 7.45459C10.5273 7.45459 9.33334 8.67563 9.33334 10.1819C9.33334 11.6881 10.5273 12.9091 12 12.9091Z",
30
+ d: "M11.9999 12.9091C13.4727 12.9091 14.6666 11.688 14.6666 10.1818C14.6666 8.67557 13.4727 7.45453 11.9999 7.45453C10.5272 7.45453 9.33325 8.67557 9.33325 10.1818C9.33325 11.688 10.5272 12.9091 11.9999 12.9091Z",
31
31
  stroke: "currentColor",
32
32
  strokeWidth: "2",
33
33
  strokeLinecap: "round",
@@ -1,22 +1,22 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
3
  import { jsx as o } from "react/jsx-runtime";
4
- import s from "./IconBase.js";
5
- import { forwardRef as u } from "react";
6
- const d = ({ className: r, ariaHidden: t, title: n = "Logout", description: e, size: L = 24, ...c }, i) => /* @__PURE__ */ o(
7
- s,
4
+ import d from "./IconBase.js";
5
+ import { forwardRef as m } from "react";
6
+ const p = ({ className: r, ariaHidden: t, title: n, description: e, size: c = 24, ...i }, s) => /* @__PURE__ */ o(
7
+ d,
8
8
  {
9
- size: L,
9
+ size: c,
10
10
  className: r,
11
11
  title: n,
12
12
  description: e,
13
13
  ariaHidden: t,
14
- ref: i,
15
- ...c,
14
+ ref: s,
15
+ ...i,
16
16
  children: /* @__PURE__ */ o(
17
17
  "path",
18
18
  {
19
- d: "M11.25 20H6C4.89543 20 4 19.1046 4 18L4 6C4 4.89543 4.89543 4 6 4L11.25 4M20 12L8.75 12M20 12L15.5 16.5M20 12L15.5 7.5",
19
+ d: "M11.1666 20.8889H5.33331C4.10601 20.8889 3.11108 19.894 3.11108 18.6666V5.33331C3.11108 4.10601 4.10601 3.11108 5.33331 3.11108H11.1666M20.8889 12H8.38886M20.8889 12L15.8889 17M20.8889 12L15.8889 6.99997",
20
20
  stroke: "currentColor",
21
21
  strokeWidth: "2",
22
22
  strokeLinecap: "round",
@@ -24,8 +24,8 @@ const d = ({ className: r, ariaHidden: t, title: n = "Logout", description: e, s
24
24
  }
25
25
  )
26
26
  }
27
- ), m = u(d);
28
- m.displayName = "LogoutIcon";
27
+ ), u = m(p);
28
+ u.displayName = "LogoutIcon";
29
29
  export {
30
- m as LogoutIcon
30
+ u as LogoutIcon
31
31
  };
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './iconTypes';
2
+ export declare const MessagesIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
3
+ //# sourceMappingURL=MessagesIcon.d.ts.map
@@ -0,0 +1,34 @@
1
+ "use client";
2
+ import "../styles/main.css";
3
+ import { jsxs as d, jsx as o } from "react/jsx-runtime";
4
+ import i from "./IconBase.js";
5
+ import { forwardRef as C } from "react";
6
+ const p = ({ className: r, ariaHidden: e, title: s, description: t, size: n = 24, ...a }, c) => /* @__PURE__ */ d(
7
+ i,
8
+ {
9
+ size: n,
10
+ className: r,
11
+ title: s,
12
+ description: t,
13
+ ariaHidden: e,
14
+ ref: c,
15
+ ...a,
16
+ children: [
17
+ /* @__PURE__ */ o(
18
+ "path",
19
+ {
20
+ stroke: "currentColor",
21
+ d: "M18 3.45001C18.7956 3.45001 19.5587 3.76794 20.1213 4.33386C20.6839 4.89978 21 5.66733 21 6.46766V14.5147C21 15.315 20.6839 16.0826 20.1213 16.6485C19.5587 17.2144 18.7956 17.5324 18 17.5324H13L8 20.55V17.5324H6C5.20435 17.5324 4.44129 17.2144 3.87868 16.6485C3.31607 16.0826 3 15.315 3 14.5147V6.46766C3 5.66733 3.31607 4.89978 3.87868 4.33386C4.44129 3.76794 5.20435 3.45001 6 3.45001H18Z",
22
+ strokeWidth: "2",
23
+ strokeLinejoin: "round"
24
+ }
25
+ ),
26
+ /* @__PURE__ */ o("path", { d: "M6.6001 8.39996H15.6001", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round" }),
27
+ /* @__PURE__ */ o("path", { d: "M6.6001 12.0001H13.8001", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round" })
28
+ ]
29
+ }
30
+ ), k = C(p);
31
+ k.displayName = "MessagesIcon";
32
+ export {
33
+ k as MessagesIcon
34
+ };
@@ -3,14 +3,14 @@ import "../styles/main.css";
3
3
  import { jsx as o } from "react/jsx-runtime";
4
4
  import i from "./IconBase.js";
5
5
  import { forwardRef as s } from "react";
6
- const m = ({ className: t, ariaHidden: r, title: a = "Metadata", description: e, size: n = 24, ...d }, c) => /* @__PURE__ */ o(
6
+ const m = ({ className: r, ariaHidden: t, title: e, description: a, size: n = 24, ...d }, c) => /* @__PURE__ */ o(
7
7
  i,
8
8
  {
9
9
  size: n,
10
- className: t,
11
- title: a,
12
- description: e,
13
- ariaHidden: r,
10
+ className: r,
11
+ title: e,
12
+ description: a,
13
+ ariaHidden: t,
14
14
  ref: c,
15
15
  ...d,
16
16
  children: /* @__PURE__ */ o(
@@ -1,25 +1,25 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
3
  import { jsx as o } from "react/jsx-runtime";
4
- import m from "./IconBase.js";
5
- import { forwardRef as p } from "react";
6
- const a = ({ className: r, ariaHidden: n, title: e = "Minus", description: i, strokeWidth: s = 2, size: t = 24, ...c }, u) => /* @__PURE__ */ o(
7
- m,
4
+ import p from "./IconBase.js";
5
+ import { forwardRef as u } from "react";
6
+ const a = ({ className: r, ariaHidden: n, title: e, description: t, strokeWidth: i = 2, size: s = 24, ...c }, m) => /* @__PURE__ */ o(
7
+ p,
8
8
  {
9
- size: t,
9
+ size: s,
10
10
  className: r,
11
11
  title: e,
12
- description: i,
12
+ description: t,
13
13
  ariaHidden: n,
14
- ref: u,
14
+ ref: m,
15
15
  stroke: "currentColor",
16
- strokeWidth: s,
16
+ strokeWidth: i,
17
17
  strokeLinecap: "round",
18
18
  strokeLinejoin: "round",
19
19
  ...c,
20
20
  children: /* @__PURE__ */ o("path", { d: "M5 12l14 0" })
21
21
  }
22
- ), d = p(a);
22
+ ), d = u(a);
23
23
  d.displayName = "MinusIcon";
24
24
  export {
25
25
  d as MinusIcon