@spear-ai/spectral 1.9.1 → 1.10.1

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 (241) hide show
  1. package/README.md +6 -5
  2. package/dist/.js +113 -239
  3. package/dist/Accordion-CDXdSAST.js +363 -0
  4. package/dist/Accordion.js +3 -498
  5. package/dist/Alert/AlertBase.js +69 -152
  6. package/dist/Alert.js +58 -106
  7. package/dist/AnimatePresence-D-9jXfgI.js +178 -0
  8. package/dist/App.js +6 -6
  9. package/dist/Avatar.js +83 -65
  10. package/dist/Badge.d.ts +1 -3
  11. package/dist/Badge.js +21 -25
  12. package/dist/Button.js +102 -178
  13. package/dist/ButtonGroup/ButtonGroupButton.js +38 -40
  14. package/dist/ButtonGroup.js +55 -59
  15. package/dist/ButtonIcon.js +58 -134
  16. package/dist/Calendar-s4lyijkn.js +3109 -0
  17. package/dist/Checkbox/CheckboxBase.js +94 -126
  18. package/dist/Checkbox.d.ts +1 -1
  19. package/dist/Checkbox.js +40 -105
  20. package/dist/Combobox/ComboboxBase.js +2 -79
  21. package/dist/Combobox.js +106 -172
  22. package/dist/ComboboxBase-D8Nf4xC-.js +491 -0
  23. package/dist/ControlGroup/ControlGroupSelect.d.ts +1 -1
  24. package/dist/ControlGroup/ControlGroupSelect.js +85 -101
  25. package/dist/ControlGroup.js +45 -48
  26. package/dist/DataCard/Card.js +37 -12
  27. package/dist/DataCard.d.ts +1 -1
  28. package/dist/DataCard.js +36 -16
  29. package/dist/DateTimePicker/Calendar.js +2 -2967
  30. package/dist/DateTimePicker/DateTimeDisplayInput.d.ts +1 -1
  31. package/dist/DateTimePicker/DateTimeDisplayInput.js +379 -275
  32. package/dist/DateTimePicker/DateTimeInput.d.ts +1 -1
  33. package/dist/DateTimePicker/DateTimeInput.js +133 -141
  34. package/dist/DateTimePicker/DateTimeUtils.js +2 -2193
  35. package/dist/DateTimePicker/TimePeriodSelect.d.ts +1 -1
  36. package/dist/DateTimePicker/TimePeriodSelect.js +45 -20
  37. package/dist/DateTimePicker/TimePicker.d.ts +1 -1
  38. package/dist/DateTimePicker/TimePicker.js +76 -60
  39. package/dist/DateTimePicker.d.ts +2 -2
  40. package/dist/DateTimePicker.js +87 -205
  41. package/dist/DateTimeUtils-DVvG6H-p.js +2098 -0
  42. package/dist/Dialog.js +74 -74
  43. package/dist/Drawer.js +67 -37
  44. package/dist/HoverCard-CYDsIiVK.js +201 -0
  45. package/dist/HoverCard.d.ts +1 -1
  46. package/dist/HoverCard.js +2 -218
  47. package/dist/Icons/AnalyzeIcon.js +50 -57
  48. package/dist/Icons/AnnotationsIcon.js +20 -15
  49. package/dist/Icons/ApprovedIcon.js +26 -18
  50. package/dist/Icons/ArrowDownIcon.js +20 -6
  51. package/dist/Icons/ArrowUpIcon.js +20 -6
  52. package/dist/Icons/BoxToolIcon.js +17 -12
  53. package/dist/Icons/CalendarIcon.js +43 -20
  54. package/dist/Icons/CheckCircleIcon.js +26 -10
  55. package/dist/Icons/CheckSquareIcon.js +26 -10
  56. package/dist/Icons/CheckmarkIcon.js +22 -9
  57. package/dist/Icons/ChevronDownIcon.js +22 -9
  58. package/dist/Icons/ChevronUpIcon.js +22 -9
  59. package/dist/Icons/ClockIcon.js +26 -18
  60. package/dist/Icons/CloseCircleIcon.js +26 -10
  61. package/dist/Icons/CloseIcon.js +18 -9
  62. package/dist/Icons/DashboardIcon.js +36 -10
  63. package/dist/Icons/DatabaseIcon.js +36 -19
  64. package/dist/Icons/DeleteIcon.js +36 -19
  65. package/dist/Icons/DurationIcon.js +57 -22
  66. package/dist/Icons/EditIcon.js +26 -27
  67. package/dist/Icons/EmailIcon.js +26 -10
  68. package/dist/Icons/EraserIcon.js +41 -25
  69. package/dist/Icons/ErrorIcon.js +27 -11
  70. package/dist/Icons/EyeClosedIcon.js +29 -13
  71. package/dist/Icons/EyeClosedIcon2.js +27 -11
  72. package/dist/Icons/EyeOpenIcon.js +22 -9
  73. package/dist/Icons/FileDownloadIcon.js +43 -20
  74. package/dist/Icons/GoToFirstIcon.js +26 -9
  75. package/dist/Icons/GoToLastIcon.js +26 -9
  76. package/dist/Icons/HarmonicCursorsIcon.js +23 -9
  77. package/dist/Icons/IconBase.d.ts +3 -3
  78. package/dist/Icons/IconBase.js +49 -66
  79. package/dist/Icons/InfoIcon.js +36 -10
  80. package/dist/Icons/KeyboardIcon.js +26 -27
  81. package/dist/Icons/LabelIcon.js +19 -14
  82. package/dist/Icons/LassoIcon.js +36 -28
  83. package/dist/Icons/LineToolIcon.js +48 -39
  84. package/dist/Icons/LiveViewIcon.js +50 -12
  85. package/dist/Icons/LoaderIcon.js +67 -27
  86. package/dist/Icons/LocationIcon.js +26 -27
  87. package/dist/Icons/LogoutIcon.js +20 -15
  88. package/dist/Icons/MeasureIcon.js +78 -25
  89. package/dist/Icons/MessagesIcon.js +33 -18
  90. package/dist/Icons/MetadataIcon.js +20 -15
  91. package/dist/Icons/MinusIcon.d.ts +1 -1
  92. package/dist/Icons/MinusIcon.js +18 -6
  93. package/dist/Icons/OntologyIcon.js +87 -71
  94. package/dist/Icons/PanelIconClose.js +28 -10
  95. package/dist/Icons/PanelIconOpen.js +28 -10
  96. package/dist/Icons/PlayIcon.js +20 -6
  97. package/dist/Icons/PlusIcon.js +20 -14
  98. package/dist/Icons/PolygonIcon.js +50 -39
  99. package/dist/Icons/ProgressCheckIcon.d.ts +5 -0
  100. package/dist/Icons/ProgressCheckIcon.js +58 -0
  101. package/dist/Icons/ResetIcon.js +17 -12
  102. package/dist/Icons/ReviewedIcon.js +36 -19
  103. package/dist/Icons/ScissorsIcon.js +22 -17
  104. package/dist/Icons/SearchIcon.js +26 -9
  105. package/dist/Icons/SettingsIcon.js +26 -27
  106. package/dist/Icons/SortAscendingIcon.js +50 -12
  107. package/dist/Icons/SortAtoZIcon.js +50 -12
  108. package/dist/Icons/SortDescendingIcon.js +50 -12
  109. package/dist/Icons/SortZtoAIcon.js +50 -12
  110. package/dist/Icons/StackIcon.js +26 -9
  111. package/dist/Icons/StarIcon.js +20 -6
  112. package/dist/Icons/TrashIcon.js +17 -12
  113. package/dist/Icons/UndoIcon.js +20 -15
  114. package/dist/Icons/User2Icon.js +26 -10
  115. package/dist/Icons/UserIcon.js +19 -14
  116. package/dist/Icons/WarningIcon.js +19 -14
  117. package/dist/Icons/ZoomAllIcon.js +71 -15
  118. package/dist/Icons/ZoomXIcon.js +36 -10
  119. package/dist/Icons/ZoomYIcon.js +36 -10
  120. package/dist/Icons/index.d.ts +1 -0
  121. package/dist/Icons.js +68 -136
  122. package/dist/IconsAnimated/PanelLeftCloseIcon.js +66 -36
  123. package/dist/IconsAnimated/PanelLeftOpenIcon.js +66 -36
  124. package/dist/IconsAnimated.js +3 -6
  125. package/dist/Input/InputUtils.js +51 -52
  126. package/dist/Input.js +132 -185
  127. package/dist/InputNumeric.d.ts +14 -0
  128. package/dist/InputNumeric.js +137 -0
  129. package/dist/InputOTP-cVn5Bzyp.js +461 -0
  130. package/dist/InputOTP.js +2 -382
  131. package/dist/Kbd.d.ts +1 -1
  132. package/dist/Kbd.js +182 -86
  133. package/dist/Label.js +12 -14
  134. package/dist/MultiSelect/MultiSelectBase.js +331 -403
  135. package/dist/MultiSelect.d.ts +1 -1
  136. package/dist/MultiSelect.js +23 -23
  137. package/dist/Popover.js +28 -32
  138. package/dist/RadioButton.d.ts +17 -0
  139. package/dist/RadioButton.js +33 -0
  140. package/dist/RadioButtonGroup/RadioButtonGroupBase.d.ts +3 -1
  141. package/dist/RadioButtonGroup/RadioButtonGroupBase.js +49 -46
  142. package/dist/RadioButtonGroup.d.ts +1 -1
  143. package/dist/RadioButtonGroup.js +11 -8
  144. package/dist/RadioGroup-w_q6RGEK.js +447 -0
  145. package/dist/RadioGroup.js +2 -505
  146. package/dist/Select.js +163 -186
  147. package/dist/Separator.js +16 -19
  148. package/dist/Skeleton.js +10 -6
  149. package/dist/Slider-BzzZT3Zm.js +490 -0
  150. package/dist/Slider.js +2 -562
  151. package/dist/SpectralProvider.js +8 -5
  152. package/dist/Switch/SwitchBase.js +91 -95
  153. package/dist/Switch-CVzRJ-0n.js +126 -0
  154. package/dist/Switch.d.ts +1 -1
  155. package/dist/Switch.js +2 -134
  156. package/dist/Tabs/TabsBase.js +242 -250
  157. package/dist/Tabs/tabsUtils.js +65 -73
  158. package/dist/Tabs.d.ts +1 -1
  159. package/dist/Tabs.js +73 -103
  160. package/dist/Textarea/TextareaUtils.js +35 -46
  161. package/dist/Textarea.js +83 -160
  162. package/dist/Toast-9zqXxKKO.js +711 -0
  163. package/dist/Toast.js +2 -885
  164. package/dist/Toggle/ToggleBase.js +46 -56
  165. package/dist/Toggle.d.ts +1 -1
  166. package/dist/Toggle.js +52 -62
  167. package/dist/ToggleGroup/ToggleGroupBase.js +128 -104
  168. package/dist/ToggleGroup.d.ts +1 -1
  169. package/dist/ToggleGroup.js +52 -63
  170. package/dist/Tooltip-D1K8kY1y.js +389 -0
  171. package/dist/Tooltip.js +2 -365
  172. package/dist/Tray.js +174 -217
  173. package/dist/chunk-h9knIhTc.js +20 -0
  174. package/dist/clsx-jM1GlMvB.js +16 -0
  175. package/dist/dist-3Af8168y.js +913 -0
  176. package/dist/dist-7HRQ5IKN.js +249 -0
  177. package/dist/dist-B2k1iWFp.js +129 -0
  178. package/dist/dist-B4FgboI8.js +122 -0
  179. package/dist/dist-B4g6zpUF.js +33 -0
  180. package/dist/dist-B9tup-4O.js +216 -0
  181. package/dist/dist-BK1K0g9W.js +29 -0
  182. package/dist/dist-Bfjk-jx9.js +28 -0
  183. package/dist/dist-Bft31cJh.js +65 -0
  184. package/dist/dist-BtdmHAzK.js +190 -0
  185. package/dist/dist-C0Hifjgh.js +1287 -0
  186. package/dist/dist-CGzgmYB9.js +68 -0
  187. package/dist/dist-ClmepHp4.js +10 -0
  188. package/dist/dist-D8Wb_MX9.js +6 -0
  189. package/dist/dist-Dtvmk11N.js +12 -0
  190. package/dist/dist-fW81qjVl.js +677 -0
  191. package/dist/dist-s1uWaZYZ.js +11 -0
  192. package/dist/es2015-YHaMV-St.js +701 -0
  193. package/dist/hooks/useAccordionAutoScroll.js +66 -67
  194. package/dist/hooks/useControllableState.js +14 -13
  195. package/dist/hooks/useConvertToOklch.d.ts +3 -0
  196. package/dist/hooks/useConvertToOklch.d.ts.map +1 -0
  197. package/dist/hooks/useConvertToOklch.js +51 -0
  198. package/dist/hooks/useTheme.js +21 -17
  199. package/dist/index.d.ts +3 -1
  200. package/dist/index.d.ts.map +1 -1
  201. package/dist/main.js +18954 -27224
  202. package/dist/primitives/button.js +39 -41
  203. package/dist/primitives/input-group.js +57 -73
  204. package/dist/primitives/input.js +11 -20
  205. package/dist/primitives/popover.js +34 -28
  206. package/dist/primitives/select.js +70 -138
  207. package/dist/primitives/slot.js +32 -31
  208. package/dist/primitives/textarea.js +10 -16
  209. package/dist/proxy-Dn10Pl_g.js +4920 -0
  210. package/dist/styles/main.css +2 -1
  211. package/dist/styles/spectral.css +1 -1
  212. package/dist/twUtils-VNWgstKL.js +1673 -0
  213. package/dist/use-animation-CBUDycyW.js +57 -0
  214. package/dist/utils/constants.js +4 -4
  215. package/dist/utils/formFieldUtils.js +136 -148
  216. package/dist/utils/sharedUtils.js +26 -7
  217. package/dist/utils/twUtils.js +2 -2919
  218. package/package.json +24 -28
  219. package/dist/ComboboxBase-CxNxYtdT.js +0 -408
  220. package/dist/clsx-OuTLNxxd.js +0 -16
  221. package/dist/index-0ioNhtNM.js +0 -10
  222. package/dist/index-6oYKCvIn.js +0 -677
  223. package/dist/index-BFOf48AQ.js +0 -69
  224. package/dist/index-BZPx6jYI.js +0 -8
  225. package/dist/index-BlHU_t18.js +0 -142
  226. package/dist/index-Bm1RbF6w.js +0 -1037
  227. package/dist/index-Bv2OIg5P.js +0 -225
  228. package/dist/index-CKEI0pDv.js +0 -56
  229. package/dist/index-CM_hWgfC.js +0 -32
  230. package/dist/index-C_YVr64u.js +0 -1538
  231. package/dist/index-Cl8VeY0o.js +0 -149
  232. package/dist/index-CwSyIPrv.js +0 -13
  233. package/dist/index-D29mdTf5.js +0 -34
  234. package/dist/index-DEYs15GP.js +0 -66
  235. package/dist/index-Dc0No4pV.js +0 -233
  236. package/dist/index-T6XEa11q.js +0 -822
  237. package/dist/index-pBCLb6Gr.js +0 -240
  238. package/dist/index-psiVrsnE.js +0 -27
  239. package/dist/index-rKs9bXHr.js +0 -6
  240. package/dist/proxy-CO_-Vget.js +0 -4975
  241. package/dist/use-animation-DhEPRwZ3.js +0 -62
@@ -1,28 +1,27 @@
1
1
  import "../styles/main.css";
2
- import { jsxs as a, jsx as C } from "react/jsx-runtime";
3
- import i from "./IconBase.js";
4
- const d = ({ ref: o, className: r, ariaHidden: e, title: t, description: n, size: s = 24, ...c }) => /* @__PURE__ */ a(i, { size: s, className: r, title: t, description: n, ariaHidden: e, ref: o, ...c, children: [
5
- /* @__PURE__ */ C(
6
- "path",
7
- {
8
- d: "M6 16.125C6.48325 16.125 6.875 16.5168 6.875 17C6.875 17.4832 6.48325 17.875 6 17.875C5.51675 17.875 5.125 17.4832 5.125 17C5.125 16.5168 5.51675 16.125 6 16.125ZM18 16.125C18.4832 16.125 18.875 16.5168 18.875 17C18.875 17.4832 18.4832 17.875 18 17.875C17.5168 17.875 17.125 17.4832 17.125 17C17.125 16.5168 17.5168 16.125 18 16.125ZM6 12.125C6.48325 12.125 6.875 12.5168 6.875 13C6.875 13.4832 6.48325 13.875 6 13.875C5.51675 13.875 5.125 13.4832 5.125 13C5.125 12.5168 5.51675 12.125 6 12.125ZM10 12.125C10.4832 12.125 10.875 12.5168 10.875 13C10.875 13.4832 10.4832 13.875 10 13.875C9.51675 13.875 9.125 13.4832 9.125 13C9.125 12.5168 9.51675 12.125 10 12.125ZM14 12.125C14.4832 12.125 14.875 12.5168 14.875 13C14.875 13.4832 14.4832 13.875 14 13.875C13.5168 13.875 13.125 13.4832 13.125 13C13.125 12.5168 13.5168 12.125 14 12.125ZM18 12.125C18.4832 12.125 18.875 12.5168 18.875 13C18.875 13.4832 18.4832 13.875 18 13.875C17.5168 13.875 17.125 13.4832 17.125 13C17.125 12.5168 17.5168 12.125 18 12.125Z",
9
- fill: "currentColor",
10
- stroke: "currentColor",
11
- strokeWidth: "0.75",
12
- strokeLinecap: "square"
13
- }
14
- ),
15
- /* @__PURE__ */ C(
16
- "path",
17
- {
18
- d: "M10 17H14M6 9V7C6 5.89543 6.89543 5 8 5H16.5C17.3284 5 18 4.32843 18 3.5V3M4 9H20C21.1046 9 22 9.89543 22 11V19C22 20.1046 21.1046 21 20 21H4C2.89543 21 2 20.1046 2 19V11C2 9.89543 2.89543 9 4 9Z",
19
- stroke: "currentColor",
20
- strokeWidth: "2",
21
- strokeLinecap: "round",
22
- strokeLinejoin: "round"
23
- }
24
- )
25
- ] }), k = Object.assign(d, { displayName: "KeyboardIcon" });
26
- export {
27
- k as KeyboardIcon
28
- };
2
+ import { IconBase as e } from "./IconBase.js";
3
+ import { jsx as t, jsxs as n } from "react/jsx-runtime";
4
+ var r = Object.assign(({ ref: r, className: i, ariaHidden: a, title: o, description: s, size: c = 24, ...l }) => /* @__PURE__ */ n(e, {
5
+ size: c,
6
+ className: i,
7
+ title: o,
8
+ description: s,
9
+ ariaHidden: a,
10
+ ref: r,
11
+ ...l,
12
+ children: [/* @__PURE__ */ t("path", {
13
+ d: "M6 16.125C6.48325 16.125 6.875 16.5168 6.875 17C6.875 17.4832 6.48325 17.875 6 17.875C5.51675 17.875 5.125 17.4832 5.125 17C5.125 16.5168 5.51675 16.125 6 16.125ZM18 16.125C18.4832 16.125 18.875 16.5168 18.875 17C18.875 17.4832 18.4832 17.875 18 17.875C17.5168 17.875 17.125 17.4832 17.125 17C17.125 16.5168 17.5168 16.125 18 16.125ZM6 12.125C6.48325 12.125 6.875 12.5168 6.875 13C6.875 13.4832 6.48325 13.875 6 13.875C5.51675 13.875 5.125 13.4832 5.125 13C5.125 12.5168 5.51675 12.125 6 12.125ZM10 12.125C10.4832 12.125 10.875 12.5168 10.875 13C10.875 13.4832 10.4832 13.875 10 13.875C9.51675 13.875 9.125 13.4832 9.125 13C9.125 12.5168 9.51675 12.125 10 12.125ZM14 12.125C14.4832 12.125 14.875 12.5168 14.875 13C14.875 13.4832 14.4832 13.875 14 13.875C13.5168 13.875 13.125 13.4832 13.125 13C13.125 12.5168 13.5168 12.125 14 12.125ZM18 12.125C18.4832 12.125 18.875 12.5168 18.875 13C18.875 13.4832 18.4832 13.875 18 13.875C17.5168 13.875 17.125 13.4832 17.125 13C17.125 12.5168 17.5168 12.125 18 12.125Z",
14
+ fill: "currentColor",
15
+ stroke: "currentColor",
16
+ strokeWidth: "0.75",
17
+ strokeLinecap: "square"
18
+ }), /* @__PURE__ */ t("path", {
19
+ d: "M10 17H14M6 9V7C6 5.89543 6.89543 5 8 5H16.5C17.3284 5 18 4.32843 18 3.5V3M4 9H20C21.1046 9 22 9.89543 22 11V19C22 20.1046 21.1046 21 20 21H4C2.89543 21 2 20.1046 2 19V11C2 9.89543 2.89543 9 4 9Z",
20
+ stroke: "currentColor",
21
+ strokeWidth: "2",
22
+ strokeLinecap: "round",
23
+ strokeLinejoin: "round"
24
+ })]
25
+ }), { displayName: "KeyboardIcon" });
26
+ //#endregion
27
+ export { r as KeyboardIcon };
@@ -1,15 +1,20 @@
1
1
  import "../styles/main.css";
2
- import { jsx as o } from "react/jsx-runtime";
3
- import C from "./IconBase.js";
4
- const i = ({ ref: e, className: r, ariaHidden: t, title: n, description: s, size: a = 24, ...c }) => /* @__PURE__ */ o(C, { size: a, className: r, title: n, description: s, ariaHidden: t, ref: e, ...c, children: /* @__PURE__ */ o(
5
- "path",
6
- {
7
- 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",
8
- stroke: "currentColor",
9
- strokeWidth: "2",
10
- strokeLinecap: "square"
11
- }
12
- ) }), p = Object.assign(i, { displayName: "LabelIcon" });
13
- export {
14
- p as LabelIcon
15
- };
2
+ import { IconBase as e } from "./IconBase.js";
3
+ import { jsx as t } from "react/jsx-runtime";
4
+ var n = Object.assign(({ ref: n, className: r, ariaHidden: i, title: a, description: o, size: s = 24, ...c }) => /* @__PURE__ */ t(e, {
5
+ size: s,
6
+ className: r,
7
+ title: a,
8
+ description: o,
9
+ ariaHidden: i,
10
+ ref: n,
11
+ ...c,
12
+ children: /* @__PURE__ */ t("path", {
13
+ 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",
14
+ stroke: "currentColor",
15
+ strokeWidth: "2",
16
+ strokeLinecap: "square"
17
+ })
18
+ }), { displayName: "LabelIcon" });
19
+ //#endregion
20
+ export { n as LabelIcon };
@@ -1,29 +1,37 @@
1
1
  import "../styles/main.css";
2
- import { jsxs as c, jsx as o } from "react/jsx-runtime";
3
- import d from "./IconBase.js";
4
- const a = ({ ref: r, className: t, ariaHidden: e, title: n, description: s, size: i = 24, ...C }) => /* @__PURE__ */ c(d, { size: i, className: t, title: n, description: s, ariaHidden: e, ref: r, ...C, children: [
5
- /* @__PURE__ */ o(
6
- "path",
7
- {
8
- 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",
9
- stroke: "currentColor",
10
- strokeWidth: "2",
11
- strokeLinecap: "round",
12
- strokeLinejoin: "round"
13
- }
14
- ),
15
- /* @__PURE__ */ o("path", { 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", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
16
- /* @__PURE__ */ o(
17
- "path",
18
- {
19
- 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",
20
- stroke: "currentColor",
21
- strokeWidth: "2",
22
- strokeLinecap: "round",
23
- strokeLinejoin: "round"
24
- }
25
- )
26
- ] }), u = Object.assign(a, { displayName: "LassoIcon" });
27
- export {
28
- u as LassoIcon
29
- };
2
+ import { IconBase as e } from "./IconBase.js";
3
+ import { jsx as t, jsxs as n } from "react/jsx-runtime";
4
+ var r = Object.assign(({ ref: r, className: i, ariaHidden: a, title: o, description: s, size: c = 24, ...l }) => /* @__PURE__ */ n(e, {
5
+ size: c,
6
+ className: i,
7
+ title: o,
8
+ description: s,
9
+ ariaHidden: a,
10
+ ref: r,
11
+ ...l,
12
+ children: [
13
+ /* @__PURE__ */ t("path", {
14
+ d: "M4.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",
15
+ stroke: "currentColor",
16
+ strokeWidth: "2",
17
+ strokeLinecap: "round",
18
+ strokeLinejoin: "round"
19
+ }),
20
+ /* @__PURE__ */ t("path", {
21
+ 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",
22
+ stroke: "currentColor",
23
+ strokeWidth: "2",
24
+ strokeLinecap: "round",
25
+ strokeLinejoin: "round"
26
+ }),
27
+ /* @__PURE__ */ t("path", {
28
+ 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",
29
+ stroke: "currentColor",
30
+ strokeWidth: "2",
31
+ strokeLinecap: "round",
32
+ strokeLinejoin: "round"
33
+ })
34
+ ]
35
+ }), { displayName: "LassoIcon" });
36
+ //#endregion
37
+ export { r as LassoIcon };
@@ -1,40 +1,49 @@
1
1
  import "../styles/main.css";
2
- import { jsxs as d, jsx as o } from "react/jsx-runtime";
3
- import c from "./IconBase.js";
4
- const k = ({ ref: r, className: e, ariaHidden: t, title: n, description: C, size: s = 24, ...i }) => /* @__PURE__ */ d(c, { size: s, className: e, title: n, description: C, ariaHidden: t, ref: r, ...i, children: [
5
- /* @__PURE__ */ o(
6
- "path",
7
- {
8
- d: "M3 4.89474C3 5.39725 3.20068 5.87919 3.55789 6.23452C3.9151 6.58985 4.39959 6.78947 4.90476 6.78947C5.40994 6.78947 5.89442 6.58985 6.25163 6.23452C6.60884 5.87919 6.80952 5.39725 6.80952 4.89474C6.80952 4.39222 6.60884 3.91029 6.25163 3.55496C5.89442 3.19962 5.40994 3 4.90476 3C4.39959 3 3.9151 3.19962 3.55789 3.55496C3.20068 3.91029 3 4.39222 3 4.89474Z",
9
- stroke: "currentColor",
10
- strokeWidth: "2",
11
- strokeLinecap: "round",
12
- strokeLinejoin: "round"
13
- }
14
- ),
15
- /* @__PURE__ */ o("path", { d: "M5.75055 7.58882L6.98073 13.3913", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round" }),
16
- /* @__PURE__ */ o(
17
- "path",
18
- {
19
- d: "M6 15.8947C6 16.3973 6.20068 16.8792 6.55789 17.2345C6.9151 17.5898 7.39959 17.7895 7.90476 17.7895C8.40994 17.7895 8.89442 17.5898 9.25163 17.2345C9.60884 16.8792 9.80952 16.3973 9.80952 15.8947C9.80952 15.3922 9.60884 14.9103 9.25163 14.555C8.89442 14.1996 8.40994 14 7.90476 14C7.39959 14 6.9151 14.1996 6.55789 14.555C6.20068 14.9103 6 15.3922 6 15.8947Z",
20
- stroke: "currentColor",
21
- strokeWidth: "2",
22
- strokeLinecap: "round",
23
- strokeLinejoin: "round"
24
- }
25
- ),
26
- /* @__PURE__ */ o("path", { d: "M10.0312 16.8738L17.2137 18.7823", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round" }),
27
- /* @__PURE__ */ o(
28
- "path",
29
- {
30
- d: "M17.2 19.0947C17.2 19.5973 17.4007 20.0792 17.7579 20.4345C18.1151 20.7899 18.5996 20.9895 19.1048 20.9895C19.6099 20.9895 20.0944 20.7899 20.4516 20.4345C20.8089 20.0792 21.0095 19.5973 21.0095 19.0947C21.0095 18.5922 20.8089 18.1103 20.4516 17.755C20.0944 17.3996 19.6099 17.2 19.1048 17.2C18.5996 17.2 18.1151 17.3996 17.7579 17.755C17.4007 18.1103 17.2 18.5922 17.2 19.0947Z",
31
- stroke: "currentColor",
32
- strokeWidth: "2",
33
- strokeLinecap: "round",
34
- strokeLinejoin: "round"
35
- }
36
- )
37
- ] }), u = Object.assign(k, { displayName: "LineToolIcon" });
38
- export {
39
- u as LineToolIcon
40
- };
2
+ import { IconBase as e } from "./IconBase.js";
3
+ import { jsx as t, jsxs as n } from "react/jsx-runtime";
4
+ var r = Object.assign(({ ref: r, className: i, ariaHidden: a, title: o, description: s, size: c = 24, ...l }) => /* @__PURE__ */ n(e, {
5
+ size: c,
6
+ className: i,
7
+ title: o,
8
+ description: s,
9
+ ariaHidden: a,
10
+ ref: r,
11
+ ...l,
12
+ children: [
13
+ /* @__PURE__ */ t("path", {
14
+ d: "M3 4.89474C3 5.39725 3.20068 5.87919 3.55789 6.23452C3.9151 6.58985 4.39959 6.78947 4.90476 6.78947C5.40994 6.78947 5.89442 6.58985 6.25163 6.23452C6.60884 5.87919 6.80952 5.39725 6.80952 4.89474C6.80952 4.39222 6.60884 3.91029 6.25163 3.55496C5.89442 3.19962 5.40994 3 4.90476 3C4.39959 3 3.9151 3.19962 3.55789 3.55496C3.20068 3.91029 3 4.39222 3 4.89474Z",
15
+ stroke: "currentColor",
16
+ strokeWidth: "2",
17
+ strokeLinecap: "round",
18
+ strokeLinejoin: "round"
19
+ }),
20
+ /* @__PURE__ */ t("path", {
21
+ d: "M5.75055 7.58882L6.98073 13.3913",
22
+ stroke: "currentColor",
23
+ strokeWidth: "2",
24
+ strokeLinecap: "round"
25
+ }),
26
+ /* @__PURE__ */ t("path", {
27
+ d: "M6 15.8947C6 16.3973 6.20068 16.8792 6.55789 17.2345C6.9151 17.5898 7.39959 17.7895 7.90476 17.7895C8.40994 17.7895 8.89442 17.5898 9.25163 17.2345C9.60884 16.8792 9.80952 16.3973 9.80952 15.8947C9.80952 15.3922 9.60884 14.9103 9.25163 14.555C8.89442 14.1996 8.40994 14 7.90476 14C7.39959 14 6.9151 14.1996 6.55789 14.555C6.20068 14.9103 6 15.3922 6 15.8947Z",
28
+ stroke: "currentColor",
29
+ strokeWidth: "2",
30
+ strokeLinecap: "round",
31
+ strokeLinejoin: "round"
32
+ }),
33
+ /* @__PURE__ */ t("path", {
34
+ d: "M10.0312 16.8738L17.2137 18.7823",
35
+ stroke: "currentColor",
36
+ strokeWidth: "2",
37
+ strokeLinecap: "round"
38
+ }),
39
+ /* @__PURE__ */ t("path", {
40
+ d: "M17.2 19.0947C17.2 19.5973 17.4007 20.0792 17.7579 20.4345C18.1151 20.7899 18.5996 20.9895 19.1048 20.9895C19.6099 20.9895 20.0944 20.7899 20.4516 20.4345C20.8089 20.0792 21.0095 19.5973 21.0095 19.0947C21.0095 18.5922 20.8089 18.1103 20.4516 17.755C20.0944 17.3996 19.6099 17.2 19.1048 17.2C18.5996 17.2 18.1151 17.3996 17.7579 17.755C17.4007 18.1103 17.2 18.5922 17.2 19.0947Z",
41
+ stroke: "currentColor",
42
+ strokeWidth: "2",
43
+ strokeLinecap: "round",
44
+ strokeLinejoin: "round"
45
+ })
46
+ ]
47
+ }), { displayName: "LineToolIcon" });
48
+ //#endregion
49
+ export { r as LineToolIcon };
@@ -1,13 +1,51 @@
1
1
  import "../styles/main.css";
2
- import { jsxs as k, jsx as o } from "react/jsx-runtime";
3
- import c from "./IconBase.js";
4
- const C = ({ ref: r, className: e, ariaHidden: t, title: n, description: i, size: s = 24, ...d }) => /* @__PURE__ */ k(c, { size: s, className: e, title: n, description: i, ariaHidden: t, ref: r, ...d, children: [
5
- /* @__PURE__ */ o("path", { 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", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
6
- /* @__PURE__ */ o("path", { 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", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
7
- /* @__PURE__ */ o("path", { 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", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
8
- /* @__PURE__ */ o("path", { 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", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
9
- /* @__PURE__ */ o("path", { d: "M12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14Z", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
10
- ] }), p = Object.assign(C, { displayName: "LiveViewIcon" });
11
- export {
12
- p as LiveViewIcon
13
- };
2
+ import { IconBase as e } from "./IconBase.js";
3
+ import { jsx as t, jsxs as n } from "react/jsx-runtime";
4
+ var r = Object.assign(({ ref: r, className: i, ariaHidden: a, title: o, description: s, size: c = 24, ...l }) => /* @__PURE__ */ n(e, {
5
+ size: c,
6
+ className: i,
7
+ title: o,
8
+ description: s,
9
+ ariaHidden: a,
10
+ ref: r,
11
+ ...l,
12
+ children: [
13
+ /* @__PURE__ */ t("path", {
14
+ d: "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",
15
+ stroke: "currentColor",
16
+ strokeWidth: "2",
17
+ strokeLinecap: "round",
18
+ strokeLinejoin: "round"
19
+ }),
20
+ /* @__PURE__ */ t("path", {
21
+ 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",
22
+ stroke: "currentColor",
23
+ strokeWidth: "2",
24
+ strokeLinecap: "round",
25
+ strokeLinejoin: "round"
26
+ }),
27
+ /* @__PURE__ */ t("path", {
28
+ 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",
29
+ stroke: "currentColor",
30
+ strokeWidth: "2",
31
+ strokeLinecap: "round",
32
+ strokeLinejoin: "round"
33
+ }),
34
+ /* @__PURE__ */ t("path", {
35
+ 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",
36
+ stroke: "currentColor",
37
+ strokeWidth: "2",
38
+ strokeLinecap: "round",
39
+ strokeLinejoin: "round"
40
+ }),
41
+ /* @__PURE__ */ t("path", {
42
+ d: "M12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14Z",
43
+ stroke: "currentColor",
44
+ strokeWidth: "2",
45
+ strokeLinecap: "round",
46
+ strokeLinejoin: "round"
47
+ })
48
+ ]
49
+ }), { displayName: "LiveViewIcon" });
50
+ //#endregion
51
+ export { r as LiveViewIcon };
@@ -1,29 +1,69 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
- import { jsxs as t, jsx as o } from "react/jsx-runtime";
4
- import d, { SvgIdContext as l } from "./IconBase.js";
5
- import { useContext as f } from "react";
6
- const h = ({ ref: e, className: s, ariaHidden: n, title: i, description: a, size: p = 24, ...c }) => {
7
- const r = f(l);
8
- return /* @__PURE__ */ t(d, { size: p, className: s, title: i, description: a, ariaHidden: n, ref: e, color: "oklch(92.53% 0.1976 123.38)", viewBox: "0 0 240 240", ...c, children: [
9
- /* @__PURE__ */ t("defs", { children: [
10
- /* @__PURE__ */ t("linearGradient", { id: `${r}-spinner-secondHalf`, children: [
11
- /* @__PURE__ */ o("stop", { offset: "0%", stopOpacity: "0", stopColor: "oklch(92.53% 0.1976 123.38)" }),
12
- /* @__PURE__ */ o("stop", { offset: "100%", stopOpacity: "0.5", stopColor: "oklch(95.78% 0.1105 120.84)" })
13
- ] }),
14
- /* @__PURE__ */ t("linearGradient", { id: `${r}-spinner-firstHalf`, children: [
15
- /* @__PURE__ */ o("stop", { offset: "0%", stopOpacity: "1", stopColor: "oklch(92.53% 0.1976 123.38)" }),
16
- /* @__PURE__ */ o("stop", { offset: "100%", stopOpacity: "0.5", stopColor: "oklch(95.78% 0.1105 120.84)" })
17
- ] })
18
- ] }),
19
- /* @__PURE__ */ t("g", { strokeWidth: "24", children: [
20
- /* @__PURE__ */ o("animateTransform", { from: "0 120 120", to: "360 120 120", attributeName: "transform", type: "rotate", repeatCount: "indefinite", dur: "1300ms" }),
21
- /* @__PURE__ */ o("path", { stroke: `url(#${r}-spinner-secondHalf)`, d: "M 40 120 A 80 80 0 0 1 200 120" }),
22
- /* @__PURE__ */ o("path", { stroke: `url(#${r}-spinner-firstHalf)`, d: "M 200 120 A 80 80 0 0 1 40 120" }),
23
- /* @__PURE__ */ o("path", { stroke: "currentColor", strokeLinecap: "round", d: "M 40 120 A 100 100 0 0 1 40 118" })
24
- ] })
25
- ] });
26
- }, C = Object.assign(h, { displayName: "LoaderIcon" });
27
- export {
28
- C as LoaderIcon
29
- };
3
+ import { IconBase as e, SvgIdContext as t } from "./IconBase.js";
4
+ import { useContext as n } from "react";
5
+ import { jsx as r, jsxs as i } from "react/jsx-runtime";
6
+ var a = Object.assign(({ ref: a, className: o, ariaHidden: s, title: c, description: l, size: u = 24, ...d }) => {
7
+ let f = n(t);
8
+ return /* @__PURE__ */ i(e, {
9
+ size: u,
10
+ className: o,
11
+ title: c,
12
+ description: l,
13
+ ariaHidden: s,
14
+ ref: a,
15
+ color: "oklch(92.53% 0.1976 123.38)",
16
+ viewBox: "0 0 240 240",
17
+ ...d,
18
+ children: [/* @__PURE__ */ i("defs", { children: [/* @__PURE__ */ i("linearGradient", {
19
+ id: `${f}-spinner-secondHalf`,
20
+ children: [/* @__PURE__ */ r("stop", {
21
+ offset: "0%",
22
+ stopOpacity: "0",
23
+ stopColor: "oklch(92.53% 0.1976 123.38)"
24
+ }), /* @__PURE__ */ r("stop", {
25
+ offset: "100%",
26
+ stopOpacity: "0.5",
27
+ stopColor: "oklch(95.78% 0.1105 120.84)"
28
+ })]
29
+ }), /* @__PURE__ */ i("linearGradient", {
30
+ id: `${f}-spinner-firstHalf`,
31
+ children: [/* @__PURE__ */ r("stop", {
32
+ offset: "0%",
33
+ stopOpacity: "1",
34
+ stopColor: "oklch(92.53% 0.1976 123.38)"
35
+ }), /* @__PURE__ */ r("stop", {
36
+ offset: "100%",
37
+ stopOpacity: "0.5",
38
+ stopColor: "oklch(95.78% 0.1105 120.84)"
39
+ })]
40
+ })] }), /* @__PURE__ */ i("g", {
41
+ strokeWidth: "24",
42
+ children: [
43
+ /* @__PURE__ */ r("animateTransform", {
44
+ from: "0 120 120",
45
+ to: "360 120 120",
46
+ attributeName: "transform",
47
+ type: "rotate",
48
+ repeatCount: "indefinite",
49
+ dur: "1300ms"
50
+ }),
51
+ /* @__PURE__ */ r("path", {
52
+ stroke: `url(#${f}-spinner-secondHalf)`,
53
+ d: "M 40 120 A 80 80 0 0 1 200 120"
54
+ }),
55
+ /* @__PURE__ */ r("path", {
56
+ stroke: `url(#${f}-spinner-firstHalf)`,
57
+ d: "M 200 120 A 80 80 0 0 1 40 120"
58
+ }),
59
+ /* @__PURE__ */ r("path", {
60
+ stroke: "currentColor",
61
+ strokeLinecap: "round",
62
+ d: "M 40 120 A 100 100 0 0 1 40 118"
63
+ })
64
+ ]
65
+ })]
66
+ });
67
+ }, { displayName: "LoaderIcon" });
68
+ //#endregion
69
+ export { a as LoaderIcon };
@@ -1,28 +1,27 @@
1
1
  import "../styles/main.css";
2
- import { jsxs as C, jsx as o } from "react/jsx-runtime";
3
- import a from "./IconBase.js";
4
- const d = ({ ref: r, className: n, ariaHidden: t, title: e, description: s, size: i = 24, ...c }) => /* @__PURE__ */ C(a, { size: i, className: n, title: e, description: s, ariaHidden: t, ref: r, ...c, children: [
5
- /* @__PURE__ */ o(
6
- "path",
7
- {
8
- 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",
9
- stroke: "currentColor",
10
- strokeWidth: "2",
11
- strokeLinecap: "round",
12
- strokeLinejoin: "round"
13
- }
14
- ),
15
- /* @__PURE__ */ o(
16
- "path",
17
- {
18
- 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",
19
- stroke: "currentColor",
20
- strokeWidth: "2",
21
- strokeLinecap: "round",
22
- strokeLinejoin: "round"
23
- }
24
- )
25
- ] }), u = Object.assign(d, { displayName: "LocationIcon" });
26
- export {
27
- u as LocationIcon
28
- };
2
+ import { IconBase as e } from "./IconBase.js";
3
+ import { jsx as t, jsxs as n } from "react/jsx-runtime";
4
+ var r = Object.assign(({ ref: r, className: i, ariaHidden: a, title: o, description: s, size: c = 24, ...l }) => /* @__PURE__ */ n(e, {
5
+ size: c,
6
+ className: i,
7
+ title: o,
8
+ description: s,
9
+ ariaHidden: a,
10
+ ref: r,
11
+ ...l,
12
+ children: [/* @__PURE__ */ t("path", {
13
+ d: "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",
14
+ stroke: "currentColor",
15
+ strokeWidth: "2",
16
+ strokeLinecap: "round",
17
+ strokeLinejoin: "round"
18
+ }), /* @__PURE__ */ t("path", {
19
+ 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",
20
+ stroke: "currentColor",
21
+ strokeWidth: "2",
22
+ strokeLinecap: "round",
23
+ strokeLinejoin: "round"
24
+ })]
25
+ }), { displayName: "LocationIcon" });
26
+ //#endregion
27
+ export { r as LocationIcon };
@@ -1,16 +1,21 @@
1
1
  import "../styles/main.css";
2
- import { jsx as o } from "react/jsx-runtime";
3
- import u from "./IconBase.js";
4
- const L = ({ ref: r, className: t, ariaHidden: n, title: e, description: s, size: c = 24, ...i }) => /* @__PURE__ */ o(u, { size: c, className: t, title: e, description: s, ariaHidden: n, ref: r, ...i, children: /* @__PURE__ */ o(
5
- "path",
6
- {
7
- 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",
8
- stroke: "currentColor",
9
- strokeWidth: "2",
10
- strokeLinecap: "round",
11
- strokeLinejoin: "round"
12
- }
13
- ) }), p = Object.assign(L, { displayName: "LogoutIcon" });
14
- export {
15
- p as LogoutIcon
16
- };
2
+ import { IconBase as e } from "./IconBase.js";
3
+ import { jsx as t } from "react/jsx-runtime";
4
+ var n = Object.assign(({ ref: n, className: r, ariaHidden: i, title: a, description: o, size: s = 24, ...c }) => /* @__PURE__ */ t(e, {
5
+ size: s,
6
+ className: r,
7
+ title: a,
8
+ description: o,
9
+ ariaHidden: i,
10
+ ref: n,
11
+ ...c,
12
+ children: /* @__PURE__ */ t("path", {
13
+ 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",
14
+ stroke: "currentColor",
15
+ strokeWidth: "2",
16
+ strokeLinecap: "round",
17
+ strokeLinejoin: "round"
18
+ })
19
+ }), { displayName: "LogoutIcon" });
20
+ //#endregion
21
+ export { n as LogoutIcon };
@@ -1,26 +1,79 @@
1
1
  import "../styles/main.css";
2
- import { jsxs as k, jsx as o } from "react/jsx-runtime";
3
- import u from "./IconBase.js";
4
- const c = ({ ref: r, className: e, ariaHidden: t, title: n, description: s, size: i = 24, ...d }) => /* @__PURE__ */ k(u, { size: i, className: e, title: n, description: s, ariaHidden: t, ref: r, ...d, children: [
5
- /* @__PURE__ */ o(
6
- "path",
7
- {
8
- d: "M19.875 12C20.496 12 21 12.512 21 13.143V18.857C21 19.488 20.496 20 19.875 20H4C3.73478 20 3.48043 19.8946 3.29289 19.7071C3.10536 19.5196 3 19.2652 3 19V13.143C3 12.512 3.504 12 4.125 12H19.875Z",
9
- stroke: "currentColor",
10
- strokeWidth: "2",
11
- strokeLinecap: "round",
12
- strokeLinejoin: "round"
13
- }
14
- ),
15
- /* @__PURE__ */ o("path", { d: "M9 12V14", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
16
- /* @__PURE__ */ o("path", { d: "M6 12V15", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
17
- /* @__PURE__ */ o("path", { d: "M12 12V15", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
18
- /* @__PURE__ */ o("path", { d: "M18 12V15", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
19
- /* @__PURE__ */ o("path", { d: "M15 12V14", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
20
- /* @__PURE__ */ o("path", { d: "M3 3V7", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
21
- /* @__PURE__ */ o("path", { d: "M3 5H21", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
22
- /* @__PURE__ */ o("path", { d: "M21 3V7", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
23
- ] }), h = Object.assign(c, { displayName: "MeasureIcon" });
24
- export {
25
- h as MeasureIcon
26
- };
2
+ import { IconBase as e } from "./IconBase.js";
3
+ import { jsx as t, jsxs as n } from "react/jsx-runtime";
4
+ var r = Object.assign(({ ref: r, className: i, ariaHidden: a, title: o, description: s, size: c = 24, ...l }) => /* @__PURE__ */ n(e, {
5
+ size: c,
6
+ className: i,
7
+ title: o,
8
+ description: s,
9
+ ariaHidden: a,
10
+ ref: r,
11
+ ...l,
12
+ children: [
13
+ /* @__PURE__ */ t("path", {
14
+ d: "M19.875 12C20.496 12 21 12.512 21 13.143V18.857C21 19.488 20.496 20 19.875 20H4C3.73478 20 3.48043 19.8946 3.29289 19.7071C3.10536 19.5196 3 19.2652 3 19V13.143C3 12.512 3.504 12 4.125 12H19.875Z",
15
+ stroke: "currentColor",
16
+ strokeWidth: "2",
17
+ strokeLinecap: "round",
18
+ strokeLinejoin: "round"
19
+ }),
20
+ /* @__PURE__ */ t("path", {
21
+ d: "M9 12V14",
22
+ stroke: "currentColor",
23
+ strokeWidth: "2",
24
+ strokeLinecap: "round",
25
+ strokeLinejoin: "round"
26
+ }),
27
+ /* @__PURE__ */ t("path", {
28
+ d: "M6 12V15",
29
+ stroke: "currentColor",
30
+ strokeWidth: "2",
31
+ strokeLinecap: "round",
32
+ strokeLinejoin: "round"
33
+ }),
34
+ /* @__PURE__ */ t("path", {
35
+ d: "M12 12V15",
36
+ stroke: "currentColor",
37
+ strokeWidth: "2",
38
+ strokeLinecap: "round",
39
+ strokeLinejoin: "round"
40
+ }),
41
+ /* @__PURE__ */ t("path", {
42
+ d: "M18 12V15",
43
+ stroke: "currentColor",
44
+ strokeWidth: "2",
45
+ strokeLinecap: "round",
46
+ strokeLinejoin: "round"
47
+ }),
48
+ /* @__PURE__ */ t("path", {
49
+ d: "M15 12V14",
50
+ stroke: "currentColor",
51
+ strokeWidth: "2",
52
+ strokeLinecap: "round",
53
+ strokeLinejoin: "round"
54
+ }),
55
+ /* @__PURE__ */ t("path", {
56
+ d: "M3 3V7",
57
+ stroke: "currentColor",
58
+ strokeWidth: "2",
59
+ strokeLinecap: "round",
60
+ strokeLinejoin: "round"
61
+ }),
62
+ /* @__PURE__ */ t("path", {
63
+ d: "M3 5H21",
64
+ stroke: "currentColor",
65
+ strokeWidth: "2",
66
+ strokeLinecap: "round",
67
+ strokeLinejoin: "round"
68
+ }),
69
+ /* @__PURE__ */ t("path", {
70
+ d: "M21 3V7",
71
+ stroke: "currentColor",
72
+ strokeWidth: "2",
73
+ strokeLinecap: "round",
74
+ strokeLinejoin: "round"
75
+ })
76
+ ]
77
+ }), { displayName: "MeasureIcon" });
78
+ //#endregion
79
+ export { r as MeasureIcon };