@spear-ai/spectral 1.9.1 → 1.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (236) hide show
  1. package/README.md +6 -5
  2. package/dist/.js +112 -239
  3. package/dist/Accordion-CDXdSAST.js +363 -0
  4. package/dist/Accordion.js +3 -498
  5. package/dist/Alert/AlertBase.js +69 -152
  6. package/dist/Alert.js +58 -106
  7. package/dist/AnimatePresence-D-9jXfgI.js +178 -0
  8. package/dist/App.js +6 -6
  9. package/dist/Avatar.js +83 -65
  10. package/dist/Badge.d.ts +1 -3
  11. package/dist/Badge.js +21 -25
  12. package/dist/Button.js +102 -178
  13. package/dist/ButtonGroup/ButtonGroupButton.js +38 -40
  14. package/dist/ButtonGroup.js +55 -59
  15. package/dist/ButtonIcon.js +58 -134
  16. package/dist/Calendar-s4lyijkn.js +3109 -0
  17. package/dist/Checkbox/CheckboxBase.js +94 -126
  18. package/dist/Checkbox.d.ts +1 -1
  19. package/dist/Checkbox.js +40 -105
  20. package/dist/Combobox/ComboboxBase.js +2 -79
  21. package/dist/Combobox.js +106 -172
  22. package/dist/ComboboxBase-D8Nf4xC-.js +491 -0
  23. package/dist/ControlGroup/ControlGroupSelect.d.ts +1 -1
  24. package/dist/ControlGroup/ControlGroupSelect.js +85 -101
  25. package/dist/ControlGroup.js +45 -48
  26. package/dist/DataCard/Card.js +37 -12
  27. package/dist/DataCard.d.ts +1 -1
  28. package/dist/DataCard.js +36 -16
  29. package/dist/DateTimePicker/Calendar.js +2 -2967
  30. package/dist/DateTimePicker/DateTimeDisplayInput.d.ts +1 -1
  31. package/dist/DateTimePicker/DateTimeDisplayInput.js +379 -275
  32. package/dist/DateTimePicker/DateTimeInput.d.ts +1 -1
  33. package/dist/DateTimePicker/DateTimeInput.js +133 -141
  34. package/dist/DateTimePicker/DateTimeUtils.js +2 -2193
  35. package/dist/DateTimePicker/TimePeriodSelect.d.ts +1 -1
  36. package/dist/DateTimePicker/TimePeriodSelect.js +45 -20
  37. package/dist/DateTimePicker/TimePicker.d.ts +1 -1
  38. package/dist/DateTimePicker/TimePicker.js +76 -60
  39. package/dist/DateTimePicker.d.ts +2 -2
  40. package/dist/DateTimePicker.js +87 -205
  41. package/dist/DateTimeUtils-DVvG6H-p.js +2098 -0
  42. package/dist/Dialog.js +74 -74
  43. package/dist/Drawer.js +67 -37
  44. package/dist/HoverCard-CYDsIiVK.js +201 -0
  45. package/dist/HoverCard.d.ts +1 -1
  46. package/dist/HoverCard.js +2 -218
  47. package/dist/Icons/AnalyzeIcon.js +50 -57
  48. package/dist/Icons/AnnotationsIcon.js +20 -15
  49. package/dist/Icons/ApprovedIcon.js +26 -18
  50. package/dist/Icons/ArrowDownIcon.js +20 -6
  51. package/dist/Icons/ArrowUpIcon.js +20 -6
  52. package/dist/Icons/BoxToolIcon.js +17 -12
  53. package/dist/Icons/CalendarIcon.js +43 -20
  54. package/dist/Icons/CheckCircleIcon.js +26 -10
  55. package/dist/Icons/CheckSquareIcon.js +26 -10
  56. package/dist/Icons/CheckmarkIcon.js +22 -9
  57. package/dist/Icons/ChevronDownIcon.js +22 -9
  58. package/dist/Icons/ChevronUpIcon.js +22 -9
  59. package/dist/Icons/ClockIcon.js +26 -18
  60. package/dist/Icons/CloseCircleIcon.js +26 -10
  61. package/dist/Icons/CloseIcon.js +18 -9
  62. package/dist/Icons/DashboardIcon.js +36 -10
  63. package/dist/Icons/DatabaseIcon.js +36 -19
  64. package/dist/Icons/DeleteIcon.js +36 -19
  65. package/dist/Icons/DurationIcon.js +57 -22
  66. package/dist/Icons/EditIcon.js +26 -27
  67. package/dist/Icons/EmailIcon.js +26 -10
  68. package/dist/Icons/EraserIcon.js +41 -25
  69. package/dist/Icons/ErrorIcon.js +27 -11
  70. package/dist/Icons/EyeClosedIcon.js +29 -13
  71. package/dist/Icons/EyeClosedIcon2.js +27 -11
  72. package/dist/Icons/EyeOpenIcon.js +22 -9
  73. package/dist/Icons/FileDownloadIcon.js +43 -20
  74. package/dist/Icons/GoToFirstIcon.js +26 -9
  75. package/dist/Icons/GoToLastIcon.js +26 -9
  76. package/dist/Icons/HarmonicCursorsIcon.js +23 -9
  77. package/dist/Icons/IconBase.d.ts +3 -3
  78. package/dist/Icons/IconBase.js +49 -66
  79. package/dist/Icons/InfoIcon.js +36 -10
  80. package/dist/Icons/KeyboardIcon.js +26 -27
  81. package/dist/Icons/LabelIcon.js +19 -14
  82. package/dist/Icons/LassoIcon.js +36 -28
  83. package/dist/Icons/LineToolIcon.js +48 -39
  84. package/dist/Icons/LiveViewIcon.js +50 -12
  85. package/dist/Icons/LoaderIcon.js +67 -27
  86. package/dist/Icons/LocationIcon.js +26 -27
  87. package/dist/Icons/LogoutIcon.js +20 -15
  88. package/dist/Icons/MeasureIcon.js +78 -25
  89. package/dist/Icons/MessagesIcon.js +33 -18
  90. package/dist/Icons/MetadataIcon.js +20 -15
  91. package/dist/Icons/MinusIcon.d.ts +1 -1
  92. package/dist/Icons/MinusIcon.js +18 -6
  93. package/dist/Icons/OntologyIcon.js +87 -71
  94. package/dist/Icons/PanelIconClose.js +28 -10
  95. package/dist/Icons/PanelIconOpen.js +28 -10
  96. package/dist/Icons/PlayIcon.js +20 -6
  97. package/dist/Icons/PlusIcon.js +20 -14
  98. package/dist/Icons/PolygonIcon.js +50 -39
  99. package/dist/Icons/ProgressCheckIcon.d.ts +5 -0
  100. package/dist/Icons/ProgressCheckIcon.js +58 -0
  101. package/dist/Icons/ResetIcon.js +17 -12
  102. package/dist/Icons/ReviewedIcon.js +36 -19
  103. package/dist/Icons/ScissorsIcon.js +22 -17
  104. package/dist/Icons/SearchIcon.js +26 -9
  105. package/dist/Icons/SettingsIcon.js +26 -27
  106. package/dist/Icons/SortAscendingIcon.js +50 -12
  107. package/dist/Icons/SortAtoZIcon.js +50 -12
  108. package/dist/Icons/SortDescendingIcon.js +50 -12
  109. package/dist/Icons/SortZtoAIcon.js +50 -12
  110. package/dist/Icons/StackIcon.js +26 -9
  111. package/dist/Icons/StarIcon.js +20 -6
  112. package/dist/Icons/TrashIcon.js +17 -12
  113. package/dist/Icons/UndoIcon.js +20 -15
  114. package/dist/Icons/User2Icon.js +26 -10
  115. package/dist/Icons/UserIcon.js +19 -14
  116. package/dist/Icons/WarningIcon.js +19 -14
  117. package/dist/Icons/ZoomAllIcon.js +71 -15
  118. package/dist/Icons/ZoomXIcon.js +36 -10
  119. package/dist/Icons/ZoomYIcon.js +36 -10
  120. package/dist/Icons/index.d.ts +1 -0
  121. package/dist/Icons.js +68 -136
  122. package/dist/IconsAnimated/PanelLeftCloseIcon.js +66 -36
  123. package/dist/IconsAnimated/PanelLeftOpenIcon.js +66 -36
  124. package/dist/IconsAnimated.js +3 -6
  125. package/dist/Input/InputUtils.js +51 -52
  126. package/dist/Input.js +132 -185
  127. package/dist/InputOTP-XUWW9xcI.js +461 -0
  128. package/dist/InputOTP.js +2 -382
  129. package/dist/Kbd.d.ts +1 -1
  130. package/dist/Kbd.js +182 -86
  131. package/dist/Label.js +12 -14
  132. package/dist/MultiSelect/MultiSelectBase.js +331 -403
  133. package/dist/MultiSelect.d.ts +1 -1
  134. package/dist/MultiSelect.js +23 -23
  135. package/dist/Popover.js +28 -32
  136. package/dist/RadioButton.d.ts +17 -0
  137. package/dist/RadioButton.js +33 -0
  138. package/dist/RadioButtonGroup/RadioButtonGroupBase.d.ts +3 -1
  139. package/dist/RadioButtonGroup/RadioButtonGroupBase.js +49 -46
  140. package/dist/RadioButtonGroup.d.ts +1 -1
  141. package/dist/RadioButtonGroup.js +11 -8
  142. package/dist/RadioGroup-w_q6RGEK.js +447 -0
  143. package/dist/RadioGroup.js +2 -505
  144. package/dist/Select.js +163 -186
  145. package/dist/Separator.js +16 -19
  146. package/dist/Skeleton.js +10 -6
  147. package/dist/Slider-BzzZT3Zm.js +490 -0
  148. package/dist/Slider.js +2 -562
  149. package/dist/SpectralProvider.js +8 -5
  150. package/dist/Switch/SwitchBase.js +91 -95
  151. package/dist/Switch-CVzRJ-0n.js +126 -0
  152. package/dist/Switch.d.ts +1 -1
  153. package/dist/Switch.js +2 -134
  154. package/dist/Tabs/TabsBase.js +242 -250
  155. package/dist/Tabs/tabsUtils.js +65 -73
  156. package/dist/Tabs.d.ts +1 -1
  157. package/dist/Tabs.js +73 -103
  158. package/dist/Textarea/TextareaUtils.js +35 -46
  159. package/dist/Textarea.js +83 -160
  160. package/dist/Toast-9zqXxKKO.js +711 -0
  161. package/dist/Toast.js +2 -885
  162. package/dist/Toggle/ToggleBase.js +46 -56
  163. package/dist/Toggle.d.ts +1 -1
  164. package/dist/Toggle.js +52 -62
  165. package/dist/ToggleGroup/ToggleGroupBase.js +128 -104
  166. package/dist/ToggleGroup.d.ts +1 -1
  167. package/dist/ToggleGroup.js +52 -63
  168. package/dist/Tooltip-D1K8kY1y.js +389 -0
  169. package/dist/Tooltip.js +2 -365
  170. package/dist/Tray.js +174 -217
  171. package/dist/chunk-h9knIhTc.js +20 -0
  172. package/dist/clsx-jM1GlMvB.js +16 -0
  173. package/dist/dist-3Af8168y.js +913 -0
  174. package/dist/dist-7HRQ5IKN.js +249 -0
  175. package/dist/dist-B2k1iWFp.js +129 -0
  176. package/dist/dist-B4FgboI8.js +122 -0
  177. package/dist/dist-B4g6zpUF.js +33 -0
  178. package/dist/dist-B9tup-4O.js +216 -0
  179. package/dist/dist-BK1K0g9W.js +29 -0
  180. package/dist/dist-Bfjk-jx9.js +28 -0
  181. package/dist/dist-Bft31cJh.js +65 -0
  182. package/dist/dist-BtdmHAzK.js +190 -0
  183. package/dist/dist-C0Hifjgh.js +1287 -0
  184. package/dist/dist-CGzgmYB9.js +68 -0
  185. package/dist/dist-ClmepHp4.js +10 -0
  186. package/dist/dist-D8Wb_MX9.js +6 -0
  187. package/dist/dist-Dtvmk11N.js +12 -0
  188. package/dist/dist-fW81qjVl.js +677 -0
  189. package/dist/dist-s1uWaZYZ.js +11 -0
  190. package/dist/es2015-YHaMV-St.js +701 -0
  191. package/dist/hooks/useAccordionAutoScroll.js +66 -67
  192. package/dist/hooks/useControllableState.js +14 -13
  193. package/dist/hooks/useTheme.js +21 -17
  194. package/dist/index.d.ts +2 -1
  195. package/dist/index.d.ts.map +1 -1
  196. package/dist/main.js +18954 -27224
  197. package/dist/primitives/button.js +39 -41
  198. package/dist/primitives/input-group.js +57 -73
  199. package/dist/primitives/input.js +11 -20
  200. package/dist/primitives/popover.js +34 -28
  201. package/dist/primitives/select.js +70 -138
  202. package/dist/primitives/slot.js +32 -31
  203. package/dist/primitives/textarea.js +10 -16
  204. package/dist/proxy-Dn10Pl_g.js +4920 -0
  205. package/dist/styles/main.css +2 -1
  206. package/dist/styles/spectral.css +1 -1
  207. package/dist/twUtils-VNWgstKL.js +1673 -0
  208. package/dist/use-animation-CBUDycyW.js +57 -0
  209. package/dist/utils/constants.js +4 -4
  210. package/dist/utils/formFieldUtils.js +136 -148
  211. package/dist/utils/sharedUtils.js +26 -7
  212. package/dist/utils/twUtils.js +2 -2919
  213. package/package.json +24 -28
  214. package/dist/ComboboxBase-CxNxYtdT.js +0 -408
  215. package/dist/clsx-OuTLNxxd.js +0 -16
  216. package/dist/index-0ioNhtNM.js +0 -10
  217. package/dist/index-6oYKCvIn.js +0 -677
  218. package/dist/index-BFOf48AQ.js +0 -69
  219. package/dist/index-BZPx6jYI.js +0 -8
  220. package/dist/index-BlHU_t18.js +0 -142
  221. package/dist/index-Bm1RbF6w.js +0 -1037
  222. package/dist/index-Bv2OIg5P.js +0 -225
  223. package/dist/index-CKEI0pDv.js +0 -56
  224. package/dist/index-CM_hWgfC.js +0 -32
  225. package/dist/index-C_YVr64u.js +0 -1538
  226. package/dist/index-Cl8VeY0o.js +0 -149
  227. package/dist/index-CwSyIPrv.js +0 -13
  228. package/dist/index-D29mdTf5.js +0 -34
  229. package/dist/index-DEYs15GP.js +0 -66
  230. package/dist/index-Dc0No4pV.js +0 -233
  231. package/dist/index-T6XEa11q.js +0 -822
  232. package/dist/index-pBCLb6Gr.js +0 -240
  233. package/dist/index-psiVrsnE.js +0 -27
  234. package/dist/index-rKs9bXHr.js +0 -6
  235. package/dist/proxy-CO_-Vget.js +0 -4975
  236. package/dist/use-animation-DhEPRwZ3.js +0 -62
@@ -1,19 +1,34 @@
1
1
  import "../styles/main.css";
2
- import { jsxs as i, jsx as o } from "react/jsx-runtime";
3
- import d from "./IconBase.js";
4
- const C = ({ ref: r, className: e, ariaHidden: s, title: t, description: n, size: c = 24, ...a }) => /* @__PURE__ */ i(d, { size: c, className: e, title: t, description: n, ariaHidden: s, ref: r, ...a, children: [
5
- /* @__PURE__ */ o(
6
- "path",
7
- {
8
- stroke: "currentColor",
9
- 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",
10
- strokeWidth: "2",
11
- strokeLinejoin: "round"
12
- }
13
- ),
14
- /* @__PURE__ */ o("path", { d: "M6.6001 8.39996H15.6001", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round" }),
15
- /* @__PURE__ */ o("path", { d: "M6.6001 12.0001H13.8001", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round" })
16
- ] }), h = Object.assign(C, { displayName: "MessagesIcon" });
17
- export {
18
- h as MessagesIcon
19
- };
2
+ import { IconBase as e } from "./IconBase.js";
3
+ import { jsx as t, jsxs as n } from "react/jsx-runtime";
4
+ var r = Object.assign(({ ref: r, className: i, ariaHidden: a, title: o, description: s, size: c = 24, ...l }) => /* @__PURE__ */ n(e, {
5
+ size: c,
6
+ className: i,
7
+ title: o,
8
+ description: s,
9
+ ariaHidden: a,
10
+ ref: r,
11
+ ...l,
12
+ children: [
13
+ /* @__PURE__ */ t("path", {
14
+ stroke: "currentColor",
15
+ 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",
16
+ strokeWidth: "2",
17
+ strokeLinejoin: "round"
18
+ }),
19
+ /* @__PURE__ */ t("path", {
20
+ d: "M6.6001 8.39996H15.6001",
21
+ stroke: "currentColor",
22
+ strokeWidth: "2",
23
+ strokeLinecap: "round"
24
+ }),
25
+ /* @__PURE__ */ t("path", {
26
+ d: "M6.6001 12.0001H13.8001",
27
+ stroke: "currentColor",
28
+ strokeWidth: "2",
29
+ strokeLinecap: "round"
30
+ })
31
+ ]
32
+ }), { displayName: "MessagesIcon" });
33
+ //#endregion
34
+ export { r as MessagesIcon };
@@ -1,16 +1,21 @@
1
1
  import "../styles/main.css";
2
- import { jsx as o } from "react/jsx-runtime";
3
- import d from "./IconBase.js";
4
- const i = ({ ref: t, className: r, ariaHidden: e, title: a, description: n, size: s = 24, ...c }) => /* @__PURE__ */ o(d, { size: s, className: r, title: a, description: n, ariaHidden: e, ref: t, ...c, children: /* @__PURE__ */ o(
5
- "path",
6
- {
7
- d: "M3 12H6.80472C7.23083 12 7.62038 12.2408 7.81094 12.6219L9.75 16.5L14.25 7.5L16.1891 11.3781C16.3796 11.7592 16.7692 12 17.1953 12H21M5.25 21H18.75C19.9927 21 21 19.9927 21 18.75V5.25C21 4.00736 19.9927 3 18.75 3H5.25C4.00736 3 3 4.00736 3 5.25V18.75C3 19.9927 4.00736 21 5.25 21Z",
8
- stroke: "currentColor",
9
- strokeWidth: "2",
10
- strokeLinecap: "round",
11
- strokeLinejoin: "round"
12
- }
13
- ) }), m = Object.assign(i, { displayName: "MetadataIcon" });
14
- export {
15
- m as MetadataIcon
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: "M3 12H6.80472C7.23083 12 7.62038 12.2408 7.81094 12.6219L9.75 16.5L14.25 7.5L16.1891 11.3781C16.3796 11.7592 16.7692 12 17.1953 12H21M5.25 21H18.75C19.9927 21 21 19.9927 21 18.75V5.25C21 4.00736 19.9927 3 18.75 3H5.25C4.00736 3 3 4.00736 3 5.25V18.75C3 19.9927 4.00736 21 5.25 21Z",
14
+ stroke: "currentColor",
15
+ strokeWidth: "2",
16
+ strokeLinecap: "round",
17
+ strokeLinejoin: "round"
18
+ })
19
+ }), { displayName: "MetadataIcon" });
20
+ //#endregion
21
+ export { n as MetadataIcon };
@@ -1,5 +1,5 @@
1
1
  import { IconProps } from './iconTypes';
2
- export declare const MinusIcon: (({ ref, className, ariaHidden, title, description, strokeWidth, size, ...rest }: IconProps) => import("react/jsx-runtime").JSX.Element) & {
2
+ export declare const MinusIcon: (({ ref, className, ariaHidden, title, description, size, ...rest }: IconProps) => import("react/jsx-runtime").JSX.Element) & {
3
3
  displayName: string;
4
4
  };
5
5
  //# sourceMappingURL=MinusIcon.d.ts.map
@@ -1,7 +1,19 @@
1
1
  import "../styles/main.css";
2
- import { jsx as o } from "react/jsx-runtime";
3
- import a from "./IconBase.js";
4
- const p = ({ ref: n, className: r, ariaHidden: s, title: e, description: t, strokeWidth: i = 2, size: c = 24, ...u }) => /* @__PURE__ */ o(a, { size: c, className: r, title: e, description: t, ariaHidden: s, ref: n, stroke: "currentColor", strokeWidth: i, strokeLinecap: "round", strokeLinejoin: "round", ...u, children: /* @__PURE__ */ o("path", { d: "M5 12l14 0" }) }), l = Object.assign(p, { displayName: "MinusIcon" });
5
- export {
6
- l as MinusIcon
7
- };
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
+ stroke: "currentColor",
12
+ strokeWidth: 2,
13
+ strokeLinecap: "round",
14
+ strokeLinejoin: "round",
15
+ ...c,
16
+ children: /* @__PURE__ */ t("path", { d: "M5 12l14 0" })
17
+ }), { displayName: "MinusIcon" });
18
+ //#endregion
19
+ export { n as MinusIcon };
@@ -1,72 +1,88 @@
1
1
  import "../styles/main.css";
2
- import { jsxs as k, jsx as o } from "react/jsx-runtime";
3
- import i from "./IconBase.js";
4
- const c = ({ ref: r, className: t, ariaHidden: e, title: n, description: C, size: s = 24, ...d }) => /* @__PURE__ */ k(i, { size: s, className: t, title: n, description: C, ariaHidden: e, ref: r, ...d, children: [
5
- /* @__PURE__ */ o(
6
- "path",
7
- {
8
- d: "M3 19.25C3 19.7141 3.18437 20.1592 3.51256 20.4874C3.84075 20.8156 4.28587 21 4.75 21C5.21413 21 5.65925 20.8156 5.98744 20.4874C6.31563 20.1592 6.5 19.7141 6.5 19.25C6.5 18.7859 6.31563 18.3408 5.98744 18.0126C5.65925 17.6844 5.21413 17.5 4.75 17.5C4.28587 17.5 3.84075 17.6844 3.51256 18.0126C3.18437 18.3408 3 18.7859 3 19.25Z",
9
- stroke: "currentColor",
10
- strokeWidth: "2",
11
- strokeLinecap: "round",
12
- strokeLinejoin: "round"
13
- }
14
- ),
15
- /* @__PURE__ */ o(
16
- "path",
17
- {
18
- d: "M14 19.15C14 19.6142 14.1844 20.0593 14.5126 20.3875C14.8408 20.7156 15.2859 20.9 15.75 20.9C16.2141 20.9 16.6592 20.7156 16.9874 20.3875C17.3156 20.0593 17.5 19.6142 17.5 19.15C17.5 18.6859 17.3156 18.2408 16.9874 17.9126C16.6592 17.5844 16.2141 17.4 15.75 17.4C15.2859 17.4 14.8408 17.5844 14.5126 17.9126C14.1844 18.2408 14 18.6859 14 19.15Z",
19
- stroke: "currentColor",
20
- strokeWidth: "2",
21
- strokeLinecap: "round",
22
- strokeLinejoin: "round"
23
- }
24
- ),
25
- /* @__PURE__ */ o(
26
- "path",
27
- {
28
- d: "M17.5 12.45C17.5 12.9141 17.6844 13.3593 18.0126 13.6874C18.3408 14.0156 18.7859 14.2 19.25 14.2C19.7141 14.2 20.1592 14.0156 20.4874 13.6874C20.8156 13.3593 21 12.9141 21 12.45C21 11.9859 20.8156 11.5408 20.4874 11.2126C20.1592 10.8844 19.7141 10.7 19.25 10.7C18.7859 10.7 18.3408 10.8844 18.0126 11.2126C17.6844 11.5408 17.5 11.9859 17.5 12.45Z",
29
- stroke: "currentColor",
30
- strokeWidth: "2",
31
- strokeLinecap: "round",
32
- strokeLinejoin: "round"
33
- }
34
- ),
35
- /* @__PURE__ */ o(
36
- "path",
37
- {
38
- d: "M11.3 5.34998C11.3 5.8141 11.4844 6.25922 11.8126 6.58741C12.1408 6.9156 12.5859 7.09998 13.05 7.09998C13.5142 7.09998 13.9593 6.9156 14.2875 6.58741C14.6157 6.25922 14.8 5.8141 14.8 5.34998C14.8 4.88585 14.6157 4.44073 14.2875 4.11254C13.9593 3.78435 13.5142 3.59998 13.05 3.59998C12.5859 3.59998 12.1408 3.78435 11.8126 4.11254C11.4844 4.44073 11.3 4.88585 11.3 5.34998Z",
39
- stroke: "currentColor",
40
- strokeWidth: "2",
41
- strokeLinecap: "round",
42
- strokeLinejoin: "round"
43
- }
44
- ),
45
- /* @__PURE__ */ o(
46
- "path",
47
- {
48
- d: "M3 4.75C3 5.21413 3.18437 5.65925 3.51256 5.98744C3.84075 6.31563 4.28587 6.5 4.75 6.5C5.21413 6.5 5.65925 6.31563 5.98744 5.98744C6.31563 5.65925 6.5 5.21413 6.5 4.75C6.5 4.28587 6.31563 3.84075 5.98744 3.51256C5.65925 3.18437 5.21413 3 4.75 3C4.28587 3 3.84075 3.18437 3.51256 3.51256C3.18437 3.84075 3 4.28587 3 4.75Z",
49
- stroke: "currentColor",
50
- strokeWidth: "2",
51
- strokeLinecap: "round",
52
- strokeLinejoin: "round"
53
- }
54
- ),
55
- /* @__PURE__ */ o("path", { d: "M7.86499 13.9165L5.72389 17.6455", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round" }),
56
- /* @__PURE__ */ o("path", { d: "M5.80005 6.78003L7.97645 10.1361", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round" }),
57
- /* @__PURE__ */ o("path", { d: "M12.1899 7L10.0001 10.2318", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round" }),
58
- /* @__PURE__ */ o("path", { d: "M17.4812 12.4493L11.4873 12.1798", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round" }),
59
- /* @__PURE__ */ o("path", { d: "M14.0964 17.6428L10.8093 14.1631", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round" }),
60
- /* @__PURE__ */ o(
61
- "path",
62
- {
63
- d: "M7 12.1C7 12.657 7.22125 13.1911 7.61508 13.5849C8.0089 13.9788 8.54305 14.2 9.1 14.2C9.65695 14.2 10.1911 13.9788 10.5849 13.5849C10.9788 13.1911 11.2 12.657 11.2 12.1C11.2 11.543 10.9788 11.0089 10.5849 10.6151C10.1911 10.2212 9.65695 10 9.1 10C8.54305 10 8.0089 10.2212 7.61508 10.6151C7.22125 11.0089 7 11.543 7 12.1Z",
64
- stroke: "currentColor",
65
- strokeWidth: "2",
66
- strokeLinecap: "round"
67
- }
68
- )
69
- ] }), p = Object.assign(c, { displayName: "OntologyIcon" });
70
- export {
71
- p as OntologyIcon
72
- };
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 19.25C3 19.7141 3.18437 20.1592 3.51256 20.4874C3.84075 20.8156 4.28587 21 4.75 21C5.21413 21 5.65925 20.8156 5.98744 20.4874C6.31563 20.1592 6.5 19.7141 6.5 19.25C6.5 18.7859 6.31563 18.3408 5.98744 18.0126C5.65925 17.6844 5.21413 17.5 4.75 17.5C4.28587 17.5 3.84075 17.6844 3.51256 18.0126C3.18437 18.3408 3 18.7859 3 19.25Z",
15
+ stroke: "currentColor",
16
+ strokeWidth: "2",
17
+ strokeLinecap: "round",
18
+ strokeLinejoin: "round"
19
+ }),
20
+ /* @__PURE__ */ t("path", {
21
+ d: "M14 19.15C14 19.6142 14.1844 20.0593 14.5126 20.3875C14.8408 20.7156 15.2859 20.9 15.75 20.9C16.2141 20.9 16.6592 20.7156 16.9874 20.3875C17.3156 20.0593 17.5 19.6142 17.5 19.15C17.5 18.6859 17.3156 18.2408 16.9874 17.9126C16.6592 17.5844 16.2141 17.4 15.75 17.4C15.2859 17.4 14.8408 17.5844 14.5126 17.9126C14.1844 18.2408 14 18.6859 14 19.15Z",
22
+ stroke: "currentColor",
23
+ strokeWidth: "2",
24
+ strokeLinecap: "round",
25
+ strokeLinejoin: "round"
26
+ }),
27
+ /* @__PURE__ */ t("path", {
28
+ d: "M17.5 12.45C17.5 12.9141 17.6844 13.3593 18.0126 13.6874C18.3408 14.0156 18.7859 14.2 19.25 14.2C19.7141 14.2 20.1592 14.0156 20.4874 13.6874C20.8156 13.3593 21 12.9141 21 12.45C21 11.9859 20.8156 11.5408 20.4874 11.2126C20.1592 10.8844 19.7141 10.7 19.25 10.7C18.7859 10.7 18.3408 10.8844 18.0126 11.2126C17.6844 11.5408 17.5 11.9859 17.5 12.45Z",
29
+ stroke: "currentColor",
30
+ strokeWidth: "2",
31
+ strokeLinecap: "round",
32
+ strokeLinejoin: "round"
33
+ }),
34
+ /* @__PURE__ */ t("path", {
35
+ d: "M11.3 5.34998C11.3 5.8141 11.4844 6.25922 11.8126 6.58741C12.1408 6.9156 12.5859 7.09998 13.05 7.09998C13.5142 7.09998 13.9593 6.9156 14.2875 6.58741C14.6157 6.25922 14.8 5.8141 14.8 5.34998C14.8 4.88585 14.6157 4.44073 14.2875 4.11254C13.9593 3.78435 13.5142 3.59998 13.05 3.59998C12.5859 3.59998 12.1408 3.78435 11.8126 4.11254C11.4844 4.44073 11.3 4.88585 11.3 5.34998Z",
36
+ stroke: "currentColor",
37
+ strokeWidth: "2",
38
+ strokeLinecap: "round",
39
+ strokeLinejoin: "round"
40
+ }),
41
+ /* @__PURE__ */ t("path", {
42
+ d: "M3 4.75C3 5.21413 3.18437 5.65925 3.51256 5.98744C3.84075 6.31563 4.28587 6.5 4.75 6.5C5.21413 6.5 5.65925 6.31563 5.98744 5.98744C6.31563 5.65925 6.5 5.21413 6.5 4.75C6.5 4.28587 6.31563 3.84075 5.98744 3.51256C5.65925 3.18437 5.21413 3 4.75 3C4.28587 3 3.84075 3.18437 3.51256 3.51256C3.18437 3.84075 3 4.28587 3 4.75Z",
43
+ stroke: "currentColor",
44
+ strokeWidth: "2",
45
+ strokeLinecap: "round",
46
+ strokeLinejoin: "round"
47
+ }),
48
+ /* @__PURE__ */ t("path", {
49
+ d: "M7.86499 13.9165L5.72389 17.6455",
50
+ stroke: "currentColor",
51
+ strokeWidth: "2",
52
+ strokeLinecap: "round"
53
+ }),
54
+ /* @__PURE__ */ t("path", {
55
+ d: "M5.80005 6.78003L7.97645 10.1361",
56
+ stroke: "currentColor",
57
+ strokeWidth: "2",
58
+ strokeLinecap: "round"
59
+ }),
60
+ /* @__PURE__ */ t("path", {
61
+ d: "M12.1899 7L10.0001 10.2318",
62
+ stroke: "currentColor",
63
+ strokeWidth: "2",
64
+ strokeLinecap: "round"
65
+ }),
66
+ /* @__PURE__ */ t("path", {
67
+ d: "M17.4812 12.4493L11.4873 12.1798",
68
+ stroke: "currentColor",
69
+ strokeWidth: "2",
70
+ strokeLinecap: "round"
71
+ }),
72
+ /* @__PURE__ */ t("path", {
73
+ d: "M14.0964 17.6428L10.8093 14.1631",
74
+ stroke: "currentColor",
75
+ strokeWidth: "2",
76
+ strokeLinecap: "round"
77
+ }),
78
+ /* @__PURE__ */ t("path", {
79
+ d: "M7 12.1C7 12.657 7.22125 13.1911 7.61508 13.5849C8.0089 13.9788 8.54305 14.2 9.1 14.2C9.65695 14.2 10.1911 13.9788 10.5849 13.5849C10.9788 13.1911 11.2 12.657 11.2 12.1C11.2 11.543 10.9788 11.0089 10.5849 10.6151C10.1911 10.2212 9.65695 10 9.1 10C8.54305 10 8.0089 10.2212 7.61508 10.6151C7.22125 11.0089 7 11.543 7 12.1Z",
80
+ stroke: "currentColor",
81
+ strokeWidth: "2",
82
+ strokeLinecap: "round",
83
+ strokeLinejoin: "round"
84
+ })
85
+ ]
86
+ }), { displayName: "OntologyIcon" });
87
+ //#endregion
88
+ export { r as OntologyIcon };
@@ -1,11 +1,29 @@
1
1
  import "../styles/main.css";
2
- import { jsxs as a, jsx as o } from "react/jsx-runtime";
3
- import l from "./IconBase.js";
4
- const d = ({ ref: e, className: n, ariaHidden: r, title: t, description: s, size: c = 24, ...i }) => /* @__PURE__ */ a(l, { size: c, className: n, title: t, description: s, ariaHidden: r, ref: e, stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round", ...i, children: [
5
- /* @__PURE__ */ o("rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }),
6
- /* @__PURE__ */ o("path", { d: "M9 3v18" }),
7
- /* @__PURE__ */ o("path", { d: "m16 15-3-3 3-3" })
8
- ] }), m = Object.assign(d, { displayName: "PanelIconClose" });
9
- export {
10
- m as PanelIconClose
11
- };
2
+ import { IconBase as e } from "./IconBase.js";
3
+ import { jsx as t, jsxs as n } from "react/jsx-runtime";
4
+ var r = Object.assign(({ ref: r, className: i, ariaHidden: a, title: o, description: s, size: c = 24, ...l }) => /* @__PURE__ */ n(e, {
5
+ size: c,
6
+ className: i,
7
+ title: o,
8
+ description: s,
9
+ ariaHidden: a,
10
+ ref: r,
11
+ stroke: "currentColor",
12
+ strokeWidth: 2,
13
+ strokeLinecap: "round",
14
+ strokeLinejoin: "round",
15
+ ...l,
16
+ children: [
17
+ /* @__PURE__ */ t("rect", {
18
+ width: "18",
19
+ height: "18",
20
+ x: "3",
21
+ y: "3",
22
+ rx: "2"
23
+ }),
24
+ /* @__PURE__ */ t("path", { d: "M9 3v18" }),
25
+ /* @__PURE__ */ t("path", { d: "m16 15-3-3 3-3" })
26
+ ]
27
+ }), { displayName: "PanelIconClose" });
28
+ //#endregion
29
+ export { r as PanelIconClose };
@@ -1,11 +1,29 @@
1
1
  import "../styles/main.css";
2
- import { jsxs as a, jsx as n } from "react/jsx-runtime";
3
- import p from "./IconBase.js";
4
- const d = ({ ref: e, className: o, ariaHidden: r, title: t, description: s, size: c = 24, ...i }) => /* @__PURE__ */ a(p, { size: c, className: o, title: t, description: s, ariaHidden: r, ref: e, stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round", ...i, children: [
5
- /* @__PURE__ */ n("rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }),
6
- /* @__PURE__ */ n("path", { d: "M9 3v18" }),
7
- /* @__PURE__ */ n("path", { d: "m14 9 3 3-3 3" })
8
- ] }), m = Object.assign(d, { displayName: "PanelIconOpen" });
9
- export {
10
- m as PanelIconOpen
11
- };
2
+ import { IconBase as e } from "./IconBase.js";
3
+ import { jsx as t, jsxs as n } from "react/jsx-runtime";
4
+ var r = Object.assign(({ ref: r, className: i, ariaHidden: a, title: o, description: s, size: c = 24, ...l }) => /* @__PURE__ */ n(e, {
5
+ size: c,
6
+ className: i,
7
+ title: o,
8
+ description: s,
9
+ ariaHidden: a,
10
+ ref: r,
11
+ stroke: "currentColor",
12
+ strokeWidth: 2,
13
+ strokeLinecap: "round",
14
+ strokeLinejoin: "round",
15
+ ...l,
16
+ children: [
17
+ /* @__PURE__ */ t("rect", {
18
+ width: "18",
19
+ height: "18",
20
+ x: "3",
21
+ y: "3",
22
+ rx: "2"
23
+ }),
24
+ /* @__PURE__ */ t("path", { d: "M9 3v18" }),
25
+ /* @__PURE__ */ t("path", { d: "m14 9 3 3-3 3" })
26
+ ]
27
+ }), { displayName: "PanelIconOpen" });
28
+ //#endregion
29
+ export { r as PanelIconOpen };
@@ -1,7 +1,21 @@
1
1
  import "../styles/main.css";
2
- import { jsx as o } from "react/jsx-runtime";
3
- import i from "./IconBase.js";
4
- const d = ({ ref: r, className: n, ariaHidden: t, title: e, description: s, size: c = 24, ...a }) => /* @__PURE__ */ o(i, { size: c, className: n, title: e, description: s, ariaHidden: t, ref: r, ...a, children: /* @__PURE__ */ o("path", { d: "M4.6333 3.11108V20.8889L19.3666 12L4.6333 3.11108Z", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) }), m = Object.assign(d, { displayName: "PlayIcon" });
5
- export {
6
- m as PlayIcon
7
- };
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: "M4.6333 3.11108V20.8889L19.3666 12L4.6333 3.11108Z",
14
+ stroke: "currentColor",
15
+ strokeWidth: "2",
16
+ strokeLinecap: "round",
17
+ strokeLinejoin: "round"
18
+ })
19
+ }), { displayName: "PlayIcon" });
20
+ //#endregion
21
+ export { n as PlayIcon };
@@ -1,15 +1,21 @@
1
1
  import "../styles/main.css";
2
- import { jsx as o } from "react/jsx-runtime";
3
- import t from "./IconBase.js";
4
- const C = ({ ref: l, className: e, ariaHidden: n, title: r, description: c, size: s = 24, ...i }) => /* @__PURE__ */ o(t, { size: s, className: e, title: r, description: c, ariaHidden: n, fill: "none", ref: l, ...i, children: /* @__PURE__ */ o(
5
- "path",
6
- {
7
- fillRule: "evenodd",
8
- clipRule: "evenodd",
9
- d: "M11 2C11.5523 2 12 2.44772 12 3V10H19C19.5523 10 20 10.4477 20 11C20 11.5523 19.5523 12 19 12H12V19C12 19.5523 11.5523 20 11 20C10.4477 20 10 19.5523 10 19V12H3C2.44772 12 2 11.5523 2 11C2 10.4477 2.44772 10 3 10H10V3C10 2.44772 10.4477 2 11 2Z",
10
- fill: "currentColor"
11
- }
12
- ) }), p = Object.assign(C, { displayName: "PlusIcon" });
13
- export {
14
- p as PlusIcon
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
+ fill: "none",
11
+ ref: n,
12
+ ...c,
13
+ children: /* @__PURE__ */ t("path", {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M11 2C11.5523 2 12 2.44772 12 3V10H19C19.5523 10 20 10.4477 20 11C20 11.5523 19.5523 12 19 12H12V19C12 19.5523 11.5523 20 11 20C10.4477 20 10 19.5523 10 19V12H3C2.44772 12 2 11.5523 2 11C2 10.4477 2.44772 10 3 10H10V3C10 2.44772 10.4477 2 11 2Z",
17
+ fill: "currentColor"
18
+ })
19
+ }), { displayName: "PlusIcon" });
20
+ //#endregion
21
+ export { n as PlusIcon };
@@ -1,40 +1,51 @@
1
1
  import "../styles/main.css";
2
- import { jsxs as d, jsx as o } from "react/jsx-runtime";
3
- import a from "./IconBase.js";
4
- const k = ({ ref: r, className: C, ariaHidden: t, title: e, description: n, size: s = 24, strokeWidth: l, ...c }) => /* @__PURE__ */ d(a, { ...c, size: s, className: C, title: e, description: n, ariaHidden: t, ref: r, strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round", children: [
5
- /* @__PURE__ */ o(
6
- "path",
7
- {
8
- d: "M10 5C10 5.53043 10.2107 6.03914 10.5858 6.41421C10.9609 6.78929 11.4696 7 12 7C12.5304 7 13.0391 6.78929 13.4142 6.41421C13.7893 6.03914 14 5.53043 14 5C14 4.46957 13.7893 3.96086 13.4142 3.58579C13.0391 3.21071 12.5304 3 12 3C11.4696 3 10.9609 3.21071 10.5858 3.58579C10.2107 3.96086 10 4.46957 10 5Z",
9
- stroke: "currentColor"
10
- }
11
- ),
12
- /* @__PURE__ */ o(
13
- "path",
14
- {
15
- d: "M17 8C17 8.53043 17.2107 9.03914 17.5858 9.41421C17.9609 9.78929 18.4696 10 19 10C19.5304 10 20.0391 9.78929 20.4142 9.41421C20.7893 9.03914 21 8.53043 21 8C21 7.46957 20.7893 6.96086 20.4142 6.58579C20.0391 6.21071 19.5304 6 19 6C18.4696 6 17.9609 6.21071 17.5858 6.58579C17.2107 6.96086 17 7.46957 17 8Z",
16
- stroke: "currentColor"
17
- }
18
- ),
19
- /* @__PURE__ */ o(
20
- "path",
21
- {
22
- d: "M3 11C3 11.5304 3.21071 12.0391 3.58579 12.4142C3.96086 12.7893 4.46957 13 5 13C5.53043 13 6.03914 12.7893 6.41421 12.4142C6.78929 12.0391 7 11.5304 7 11C7 10.4696 6.78929 9.96086 6.41421 9.58579C6.03914 9.21071 5.53043 9 5 9C4.46957 9 3.96086 9.21071 3.58579 9.58579C3.21071 9.96086 3 10.4696 3 11Z",
23
- stroke: "currentColor"
24
- }
25
- ),
26
- /* @__PURE__ */ o(
27
- "path",
28
- {
29
- d: "M13 19C13 19.5304 13.2107 20.0391 13.5858 20.4142C13.9609 20.7893 14.4696 21 15 21C15.5304 21 16.0391 20.7893 16.4142 20.4142C16.7893 20.0391 17 19.5304 17 19C17 18.4696 16.7893 17.9609 16.4142 17.5858C16.0391 17.2107 15.5304 17 15 17C14.4696 17 13.9609 17.2107 13.5858 17.5858C13.2107 17.9609 13 18.4696 13 19Z",
30
- stroke: "currentColor"
31
- }
32
- ),
33
- /* @__PURE__ */ o("path", { d: "M6.5 9.5L10 6.5", stroke: "currentColor" }),
34
- /* @__PURE__ */ o("path", { d: "M14 5.5L17 7", stroke: "currentColor" }),
35
- /* @__PURE__ */ o("path", { d: "M18.5 10L16 17", stroke: "currentColor" }),
36
- /* @__PURE__ */ o("path", { d: "M13.5 17.5L6.5 12.5", stroke: "currentColor" })
37
- ] }), i = Object.assign(k, { displayName: "PolygonIcon" });
38
- export {
39
- i as PolygonIcon
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, strokeWidth: l, ...u }) => /* @__PURE__ */ n(e, {
5
+ ...u,
6
+ size: c,
7
+ className: i,
8
+ title: o,
9
+ description: s,
10
+ ariaHidden: a,
11
+ ref: r,
12
+ strokeWidth: 2,
13
+ strokeLinecap: "round",
14
+ strokeLinejoin: "round",
15
+ children: [
16
+ /* @__PURE__ */ t("path", {
17
+ d: "M10 5C10 5.53043 10.2107 6.03914 10.5858 6.41421C10.9609 6.78929 11.4696 7 12 7C12.5304 7 13.0391 6.78929 13.4142 6.41421C13.7893 6.03914 14 5.53043 14 5C14 4.46957 13.7893 3.96086 13.4142 3.58579C13.0391 3.21071 12.5304 3 12 3C11.4696 3 10.9609 3.21071 10.5858 3.58579C10.2107 3.96086 10 4.46957 10 5Z",
18
+ stroke: "currentColor"
19
+ }),
20
+ /* @__PURE__ */ t("path", {
21
+ d: "M17 8C17 8.53043 17.2107 9.03914 17.5858 9.41421C17.9609 9.78929 18.4696 10 19 10C19.5304 10 20.0391 9.78929 20.4142 9.41421C20.7893 9.03914 21 8.53043 21 8C21 7.46957 20.7893 6.96086 20.4142 6.58579C20.0391 6.21071 19.5304 6 19 6C18.4696 6 17.9609 6.21071 17.5858 6.58579C17.2107 6.96086 17 7.46957 17 8Z",
22
+ stroke: "currentColor"
23
+ }),
24
+ /* @__PURE__ */ t("path", {
25
+ d: "M3 11C3 11.5304 3.21071 12.0391 3.58579 12.4142C3.96086 12.7893 4.46957 13 5 13C5.53043 13 6.03914 12.7893 6.41421 12.4142C6.78929 12.0391 7 11.5304 7 11C7 10.4696 6.78929 9.96086 6.41421 9.58579C6.03914 9.21071 5.53043 9 5 9C4.46957 9 3.96086 9.21071 3.58579 9.58579C3.21071 9.96086 3 10.4696 3 11Z",
26
+ stroke: "currentColor"
27
+ }),
28
+ /* @__PURE__ */ t("path", {
29
+ d: "M13 19C13 19.5304 13.2107 20.0391 13.5858 20.4142C13.9609 20.7893 14.4696 21 15 21C15.5304 21 16.0391 20.7893 16.4142 20.4142C16.7893 20.0391 17 19.5304 17 19C17 18.4696 16.7893 17.9609 16.4142 17.5858C16.0391 17.2107 15.5304 17 15 17C14.4696 17 13.9609 17.2107 13.5858 17.5858C13.2107 17.9609 13 18.4696 13 19Z",
30
+ stroke: "currentColor"
31
+ }),
32
+ /* @__PURE__ */ t("path", {
33
+ d: "M6.5 9.5L10 6.5",
34
+ stroke: "currentColor"
35
+ }),
36
+ /* @__PURE__ */ t("path", {
37
+ d: "M14 5.5L17 7",
38
+ stroke: "currentColor"
39
+ }),
40
+ /* @__PURE__ */ t("path", {
41
+ d: "M18.5 10L16 17",
42
+ stroke: "currentColor"
43
+ }),
44
+ /* @__PURE__ */ t("path", {
45
+ d: "M13.5 17.5L6.5 12.5",
46
+ stroke: "currentColor"
47
+ })
48
+ ]
49
+ }), { displayName: "PolygonIcon" });
50
+ //#endregion
51
+ export { r as PolygonIcon };
@@ -0,0 +1,5 @@
1
+ import { IconProps } from './iconTypes';
2
+ export declare const ProgressCheckIcon: (({ ref, className, ariaHidden, title, description, size, ...rest }: IconProps) => import("react/jsx-runtime").JSX.Element) & {
3
+ displayName: string;
4
+ };
5
+ //# sourceMappingURL=ProgressCheckIcon.d.ts.map
@@ -0,0 +1,58 @@
1
+ import "../styles/main.css";
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: "M9.99999 20.777C9.1296 20.5796 8.29367 20.253 7.51999 19.808",
15
+ stroke: "currentColor",
16
+ strokeWidth: "2",
17
+ strokeLinecap: "round",
18
+ strokeLinejoin: "round"
19
+ }),
20
+ /* @__PURE__ */ t("path", {
21
+ d: "M14 3.22301C15.9882 3.67708 17.7632 4.7927 19.0347 6.38721C20.3061 7.98173 20.9984 9.96066 20.9984 12C20.9984 14.0394 20.3061 16.0183 19.0347 17.6128C17.7632 19.2073 15.9882 20.3229 14 20.777",
22
+ stroke: "currentColor",
23
+ strokeWidth: "2",
24
+ strokeLinecap: "round",
25
+ strokeLinejoin: "round"
26
+ }),
27
+ /* @__PURE__ */ t("path", {
28
+ d: "M4.57899 17.093C4.03349 16.3005 3.61919 15.4253 3.35199 14.501",
29
+ stroke: "currentColor",
30
+ strokeWidth: "2",
31
+ strokeLinecap: "round",
32
+ strokeLinejoin: "round"
33
+ }),
34
+ /* @__PURE__ */ t("path", {
35
+ d: "M3.12399 10.5C3.28399 9.55 3.59199 8.65 4.02399 7.825L4.19299 7.52",
36
+ stroke: "currentColor",
37
+ strokeWidth: "2",
38
+ strokeLinecap: "round",
39
+ strokeLinejoin: "round"
40
+ }),
41
+ /* @__PURE__ */ t("path", {
42
+ d: "M6.90701 4.57901C7.84267 3.93491 8.89233 3.47472 10 3.22301",
43
+ stroke: "currentColor",
44
+ strokeWidth: "2",
45
+ strokeLinecap: "round",
46
+ strokeLinejoin: "round"
47
+ }),
48
+ /* @__PURE__ */ t("path", {
49
+ d: "M9 12L11 14L15 10",
50
+ stroke: "currentColor",
51
+ strokeWidth: "2",
52
+ strokeLinecap: "round",
53
+ strokeLinejoin: "round"
54
+ })
55
+ ]
56
+ }), { displayName: "ProgressCheckIcon" });
57
+ //#endregion
58
+ export { r as ProgressCheckIcon };