@spear-ai/spectral 1.3.63 → 1.3.65

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 (150) hide show
  1. package/dist/.js +194 -170
  2. package/dist/Accordion.js +9 -0
  3. package/dist/Alert.js +19 -10
  4. package/dist/Button.d.ts +3 -3
  5. package/dist/Button.js +33 -26
  6. package/dist/ButtonIcon.js +9 -0
  7. package/dist/Card.d.ts +16 -0
  8. package/dist/Card.js +32 -0
  9. package/dist/Checkbox.js +14 -5
  10. package/dist/Dialog/DialogBase.d.ts +5 -2
  11. package/dist/Dialog/DialogBase.js +113 -98
  12. package/dist/Dialog.d.ts +1 -1
  13. package/dist/Dialog.js +41 -35
  14. package/dist/Icons/AnalyzeIcon.d.ts +3 -0
  15. package/dist/Icons/AnalyzeIcon.js +73 -0
  16. package/dist/Icons/AnnotationsIcon.js +4 -4
  17. package/dist/Icons/ApprovedIcon.d.ts +3 -0
  18. package/dist/Icons/ApprovedIcon.js +43 -0
  19. package/dist/Icons/CalendarIcon.js +7 -7
  20. package/dist/Icons/CheckCircleIcon.js +14 -14
  21. package/dist/Icons/CheckSquareIcon.js +14 -14
  22. package/dist/Icons/CheckmarkIcon.js +9 -9
  23. package/dist/Icons/ChevronDownIcon.js +6 -6
  24. package/dist/Icons/ChevronUpIcon.js +7 -7
  25. package/dist/Icons/ClockIcon.js +10 -10
  26. package/dist/Icons/CloseCircleIcon.js +10 -10
  27. package/dist/Icons/CloseIcon.js +5 -5
  28. package/dist/Icons/DashboardIcon.js +4 -4
  29. package/dist/Icons/DatabaseIcon.d.ts +3 -0
  30. package/dist/Icons/DatabaseIcon.js +53 -0
  31. package/dist/Icons/DeleteIcon.js +24 -6
  32. package/dist/Icons/DurationIcon.js +7 -7
  33. package/dist/Icons/EmailIcon.js +4 -4
  34. package/dist/Icons/EraserIcon.js +20 -11
  35. package/dist/Icons/ErrorIcon.js +3 -3
  36. package/dist/Icons/EyeClosedIcon.js +2 -2
  37. package/dist/Icons/EyeClosedIcon2.js +18 -18
  38. package/dist/Icons/EyeOpenIcon.js +8 -8
  39. package/dist/Icons/GoToFirstIcon.js +1 -1
  40. package/dist/Icons/GoToLastIcon.js +3 -3
  41. package/dist/Icons/HarmonicCursorsIcon.js +4 -4
  42. package/dist/Icons/IconBase.d.ts +1 -1
  43. package/dist/Icons/IconBase.js +15 -17
  44. package/dist/Icons/InfoIcon.js +4 -4
  45. package/dist/Icons/LabelIcon.js +6 -6
  46. package/dist/Icons/LassoIcon.js +6 -6
  47. package/dist/Icons/LineToolIcon.js +22 -93
  48. package/dist/Icons/LineToolIcon2.d.ts +3 -0
  49. package/dist/Icons/LineToolIcon2.js +73 -0
  50. package/dist/Icons/LiveViewIcon.js +5 -5
  51. package/dist/Icons/LoaderIcon.js +5 -5
  52. package/dist/Icons/LocationIcon.js +5 -5
  53. package/dist/Icons/LogoutIcon.js +11 -11
  54. package/dist/Icons/MessagesIcon.js +22 -19
  55. package/dist/Icons/MetadataIcon.js +5 -5
  56. package/dist/Icons/MinusIcon.js +9 -9
  57. package/dist/Icons/OntologyIcon.js +74 -21
  58. package/dist/Icons/PanelIconClose.js +11 -11
  59. package/dist/Icons/PanelIconOpen.js +11 -11
  60. package/dist/Icons/PlayIcon.js +5 -5
  61. package/dist/Icons/PlusIcon.js +9 -8
  62. package/dist/Icons/ResetIcon.js +6 -6
  63. package/dist/Icons/ReviewedIcon.d.ts +3 -0
  64. package/dist/Icons/ReviewedIcon.js +44 -0
  65. package/dist/Icons/ScissorsIcon.js +9 -9
  66. package/dist/Icons/SettingsIcon.js +20 -22
  67. package/dist/Icons/SortAscendingIcon.d.ts +3 -0
  68. package/dist/Icons/SortAscendingIcon.js +73 -0
  69. package/dist/Icons/SortDescendingIcon.d.ts +3 -0
  70. package/dist/Icons/SortDescendingIcon.js +73 -0
  71. package/dist/Icons/StackIcon.d.ts +3 -0
  72. package/dist/Icons/StackIcon.js +43 -0
  73. package/dist/Icons/StarIcon.d.ts +3 -0
  74. package/dist/Icons/StarIcon.js +31 -0
  75. package/dist/Icons/TrashIcon.js +10 -10
  76. package/dist/Icons/UndoIcon.js +1 -1
  77. package/dist/Icons/UserIcon.js +1 -1
  78. package/dist/Icons/WarningIcon.js +9 -9
  79. package/dist/Icons/ZoomAllIcon.js +97 -57
  80. package/dist/Icons/ZoomXIcon.js +6 -6
  81. package/dist/Icons/ZoomYIcon.js +17 -8
  82. package/dist/Icons/index.d.ts +9 -0
  83. package/dist/Icons.js +114 -96
  84. package/dist/Input.js +30 -21
  85. package/dist/InputOTP.js +11 -2
  86. package/dist/MultiSelect/MultiSelectBase.js +6 -6
  87. package/dist/Select.d.ts +13 -12
  88. package/dist/Select.js +77 -68
  89. package/dist/Textarea.js +25 -16
  90. package/dist/Tray.js +25 -16
  91. package/dist/analyzer/network.webp +0 -0
  92. package/dist/analyzer/sunburst.webp +0 -0
  93. package/dist/analyzer/visual.webp +0 -0
  94. package/dist/components/Button/Button.d.ts +3 -3
  95. package/dist/components/Button/Button.d.ts.map +1 -1
  96. package/dist/components/Card/Card.d.ts +16 -0
  97. package/dist/components/Card/Card.d.ts.map +1 -0
  98. package/dist/components/Dialog/Dialog.d.ts +1 -1
  99. package/dist/components/Dialog/Dialog.d.ts.map +1 -1
  100. package/dist/components/Dialog/DialogBase.d.ts +5 -2
  101. package/dist/components/Dialog/DialogBase.d.ts.map +1 -1
  102. package/dist/components/Icons/AnalyzeIcon.d.ts +3 -0
  103. package/dist/components/Icons/AnalyzeIcon.d.ts.map +1 -0
  104. package/dist/components/Icons/ApprovedIcon.d.ts +3 -0
  105. package/dist/components/Icons/ApprovedIcon.d.ts.map +1 -0
  106. package/dist/components/Icons/DatabaseIcon.d.ts +3 -0
  107. package/dist/components/Icons/DatabaseIcon.d.ts.map +1 -0
  108. package/dist/components/Icons/DeleteIcon.d.ts.map +1 -1
  109. package/dist/components/Icons/EraserIcon.d.ts.map +1 -1
  110. package/dist/components/Icons/IconBase.d.ts +1 -1
  111. package/dist/components/Icons/IconBase.d.ts.map +1 -1
  112. package/dist/components/Icons/LineToolIcon.d.ts.map +1 -1
  113. package/dist/components/Icons/LineToolIcon2.d.ts +3 -0
  114. package/dist/components/Icons/LineToolIcon2.d.ts.map +1 -0
  115. package/dist/components/Icons/OntologyIcon.d.ts.map +1 -1
  116. package/dist/components/Icons/PlusIcon.d.ts.map +1 -1
  117. package/dist/components/Icons/ReviewedIcon.d.ts +3 -0
  118. package/dist/components/Icons/ReviewedIcon.d.ts.map +1 -0
  119. package/dist/components/Icons/SettingsIcon.d.ts.map +1 -1
  120. package/dist/components/Icons/SortAscendingIcon.d.ts +3 -0
  121. package/dist/components/Icons/SortAscendingIcon.d.ts.map +1 -0
  122. package/dist/components/Icons/SortDescendingIcon.d.ts +3 -0
  123. package/dist/components/Icons/SortDescendingIcon.d.ts.map +1 -0
  124. package/dist/components/Icons/StackIcon.d.ts +3 -0
  125. package/dist/components/Icons/StackIcon.d.ts.map +1 -0
  126. package/dist/components/Icons/StarIcon.d.ts +3 -0
  127. package/dist/components/Icons/StarIcon.d.ts.map +1 -0
  128. package/dist/components/Icons/ZoomAllIcon.d.ts.map +1 -1
  129. package/dist/components/Icons/ZoomYIcon.d.ts.map +1 -1
  130. package/dist/components/Icons/index.d.ts +9 -0
  131. package/dist/components/Icons/index.d.ts.map +1 -1
  132. package/dist/components/Select/Select.d.ts +13 -12
  133. package/dist/components/Select/Select.d.ts.map +1 -1
  134. package/dist/{createLucideIcon-CI1yJrZf.js → createLucideIcon-B_8CJpcQ.js} +4 -4
  135. package/dist/features/AuthCard/ForgotPasswordEmailForm.js +11 -2
  136. package/dist/features/AuthCard/PasswordInput.js +19 -10
  137. package/dist/features/AuthCard/SignInForm.js +21 -12
  138. package/dist/features/AuthCard/SignUpForm.js +21 -12
  139. package/dist/features/LabelingTools.js +11 -2
  140. package/dist/features/SensorMetadata.js +14 -5
  141. package/dist/features/SettingsPopover.js +21 -12
  142. package/dist/index.d.ts +1 -0
  143. package/dist/index.d.ts.map +1 -1
  144. package/dist/{loader-circle-CvdzOiQ_.js → loader-circle-CdRVlFhN.js} +2 -2
  145. package/dist/main.js +15630 -13510
  146. package/dist/primitives/select.js +41 -32
  147. package/dist/styles/main.css +1 -1
  148. package/dist/{x-BBpi7a_7.js → x-Dl66o_vF.js} +2 -2
  149. package/package.json +22 -22
  150. /package/dist/{list.yml.webp → analyzer/list.yml.webp} +0 -0
@@ -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
  };
@@ -2,30 +2,33 @@
2
2
  import "../styles/main.css";
3
3
  import { jsxs as d, jsx as o } from "react/jsx-runtime";
4
4
  import i from "./IconBase.js";
5
- import { forwardRef as p } from "react";
6
- const c = ({ className: e, ariaHidden: s, title: r = "Messages", description: n, size: t = 24, ...a }, h) => /* @__PURE__ */ d(
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
7
  i,
8
8
  {
9
- size: t,
10
- className: e,
11
- title: r,
12
- description: n,
13
- ariaHidden: s,
14
- ref: h,
15
- stroke: "currentColor",
16
- strokeWidth: 2,
17
- strokeLinecap: "round",
18
- strokeLinejoin: "round",
9
+ size: n,
10
+ className: r,
11
+ title: s,
12
+ description: t,
13
+ ariaHidden: e,
14
+ ref: c,
19
15
  ...a,
20
16
  children: [
21
- /* @__PURE__ */ o("path", { stroke: "none", d: "M0 0h24v24H0z", fill: "none" }),
22
- /* @__PURE__ */ o("path", { d: "M8 9h8" }),
23
- /* @__PURE__ */ o("path", { d: "M8 13h6" }),
24
- /* @__PURE__ */ o("path", { d: "M18 4a3 3 0 0 1 3 3v8a3 3 0 0 1 -3 3h-5l-5 3v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12z" })
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" })
25
28
  ]
26
29
  }
27
- ), M = p(c);
28
- M.displayName = "MessagesIcon";
30
+ ), k = C(p);
31
+ k.displayName = "MessagesIcon";
29
32
  export {
30
- M as MessagesIcon
33
+ k as MessagesIcon
31
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
@@ -1,34 +1,87 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
- import { jsxs as c, jsx as r } from "react/jsx-runtime";
3
+ import { jsxs as k, jsx as o } from "react/jsx-runtime";
4
4
  import i from "./IconBase.js";
5
- import { forwardRef as p } from "react";
6
- const a = ({ className: o, ariaHidden: t, title: e = "Ontology", description: n, size: s = 24, ...d }, k) => /* @__PURE__ */ c(
5
+ import { forwardRef as c } from "react";
6
+ const u = ({ className: r, ariaHidden: t, title: e, description: n, size: C = 24, ...s }, d) => /* @__PURE__ */ k(
7
7
  i,
8
8
  {
9
- size: s,
10
- className: o,
9
+ size: C,
10
+ className: r,
11
11
  title: e,
12
12
  description: n,
13
13
  ariaHidden: t,
14
- ref: k,
15
- ...d,
14
+ ref: d,
15
+ ...s,
16
16
  children: [
17
- /* @__PURE__ */ r("path", { d: "M15.5 19.0625V19.0626", stroke: "currentColor", strokeWidth: "4.2", strokeLinecap: "round" }),
18
- /* @__PURE__ */ r("path", { d: "M19.475 12.7126V12.7127", stroke: "currentColor", strokeWidth: "4.4", strokeLinecap: "round" }),
19
- /* @__PURE__ */ r("path", { d: "M16.3375 5.6123V5.6124", stroke: "currentColor", strokeWidth: "4.3", strokeLinecap: "round" }),
20
- /* @__PURE__ */ r("path", { d: "M5.25 4.8125V4.8126", stroke: "currentColor", strokeWidth: "4.5", strokeLinecap: "round" }),
21
- /* @__PURE__ */ r("path", { d: "M5.25 19.1875V19.1876", stroke: "currentColor", strokeWidth: "4.3", strokeLinecap: "round" }),
22
- /* @__PURE__ */ r("path", { d: "M8.875 11.5625V11.5626", stroke: "currentColor", strokeWidth: "6", strokeLinecap: "round" }),
23
- /* @__PURE__ */ r("path", { d: "M7.95976 13.5L5.94999 17.8039", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round" }),
24
- /* @__PURE__ */ r("path", { d: "M5.66249 5.80737L7.49574 9.08025", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round" }),
25
- /* @__PURE__ */ r("path", { d: "M14.6209 7L10.75 10.1648", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round" }),
26
- /* @__PURE__ */ r("path", { d: "M17.9705 12.6067L11.75 11.9999", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round" }),
27
- /* @__PURE__ */ r("path", { d: "M14.4062 17.8035L10.125 13.25", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round" })
17
+ /* @__PURE__ */ o(
18
+ "path",
19
+ {
20
+ 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",
21
+ stroke: "currentColor",
22
+ strokeWidth: "2",
23
+ strokeLinecap: "round",
24
+ strokeLinejoin: "round"
25
+ }
26
+ ),
27
+ /* @__PURE__ */ o(
28
+ "path",
29
+ {
30
+ 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",
31
+ stroke: "currentColor",
32
+ strokeWidth: "2",
33
+ strokeLinecap: "round",
34
+ strokeLinejoin: "round"
35
+ }
36
+ ),
37
+ /* @__PURE__ */ o(
38
+ "path",
39
+ {
40
+ 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",
41
+ stroke: "currentColor",
42
+ strokeWidth: "2",
43
+ strokeLinecap: "round",
44
+ strokeLinejoin: "round"
45
+ }
46
+ ),
47
+ /* @__PURE__ */ o(
48
+ "path",
49
+ {
50
+ 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",
51
+ stroke: "currentColor",
52
+ strokeWidth: "2",
53
+ strokeLinecap: "round",
54
+ strokeLinejoin: "round"
55
+ }
56
+ ),
57
+ /* @__PURE__ */ o(
58
+ "path",
59
+ {
60
+ 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",
61
+ stroke: "currentColor",
62
+ strokeWidth: "2",
63
+ strokeLinecap: "round",
64
+ strokeLinejoin: "round"
65
+ }
66
+ ),
67
+ /* @__PURE__ */ o("path", { d: "M7.86499 13.9165L5.72389 17.6455", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round" }),
68
+ /* @__PURE__ */ o("path", { d: "M5.80005 6.78003L7.97645 10.1361", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round" }),
69
+ /* @__PURE__ */ o("path", { d: "M12.1899 7L10.0001 10.2318", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round" }),
70
+ /* @__PURE__ */ o("path", { d: "M17.4812 12.4493L11.4873 12.1798", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round" }),
71
+ /* @__PURE__ */ o("path", { d: "M14.0964 17.6428L10.8093 14.1631", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round" }),
72
+ /* @__PURE__ */ o(
73
+ "path",
74
+ {
75
+ 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",
76
+ stroke: "currentColor",
77
+ strokeWidth: "2",
78
+ strokeLinecap: "round"
79
+ }
80
+ )
28
81
  ]
29
82
  }
30
- ), h = p(a);
31
- h.displayName = "OntologyIcon";
83
+ ), p = c(u);
84
+ p.displayName = "OntologyIcon";
32
85
  export {
33
- h as OntologyIcon
86
+ p as OntologyIcon
34
87
  };