@primer/octovisuals-react 0.0.0-rc.5b79be3

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 (195) hide show
  1. package/README.md +85 -0
  2. package/dist/icons/ActionsIcon.d.ts +4 -0
  3. package/dist/icons/ActionsIcon.d.ts.map +1 -0
  4. package/dist/icons/ActionsIcon.js +78 -0
  5. package/dist/icons/AiModelIcon.d.ts +4 -0
  6. package/dist/icons/AiModelIcon.d.ts.map +1 -0
  7. package/dist/icons/AiModelIcon.js +38 -0
  8. package/dist/icons/AlertCopilotIcon.d.ts +4 -0
  9. package/dist/icons/AlertCopilotIcon.d.ts.map +1 -0
  10. package/dist/icons/AlertCopilotIcon.js +69 -0
  11. package/dist/icons/AlertIcon.d.ts +4 -0
  12. package/dist/icons/AlertIcon.d.ts.map +1 -0
  13. package/dist/icons/AlertIcon.js +37 -0
  14. package/dist/icons/ArrowDownIcon.d.ts +4 -0
  15. package/dist/icons/ArrowDownIcon.d.ts.map +1 -0
  16. package/dist/icons/ArrowDownIcon.js +38 -0
  17. package/dist/icons/ArrowLeftIcon.d.ts +4 -0
  18. package/dist/icons/ArrowLeftIcon.d.ts.map +1 -0
  19. package/dist/icons/ArrowLeftIcon.js +38 -0
  20. package/dist/icons/ArrowRightIcon.d.ts +4 -0
  21. package/dist/icons/ArrowRightIcon.d.ts.map +1 -0
  22. package/dist/icons/ArrowRightIcon.js +38 -0
  23. package/dist/icons/ArrowUpIcon.d.ts +4 -0
  24. package/dist/icons/ArrowUpIcon.d.ts.map +1 -0
  25. package/dist/icons/ArrowUpIcon.js +38 -0
  26. package/dist/icons/BracketsIcon.d.ts +4 -0
  27. package/dist/icons/BracketsIcon.d.ts.map +1 -0
  28. package/dist/icons/BracketsIcon.js +46 -0
  29. package/dist/icons/BranchIcon.d.ts +4 -0
  30. package/dist/icons/BranchIcon.d.ts.map +1 -0
  31. package/dist/icons/BranchIcon.js +38 -0
  32. package/dist/icons/ButterflyIcon.d.ts +4 -0
  33. package/dist/icons/ButterflyIcon.d.ts.map +1 -0
  34. package/dist/icons/ButterflyIcon.js +46 -0
  35. package/dist/icons/ChangelogIcon.d.ts +4 -0
  36. package/dist/icons/ChangelogIcon.d.ts.map +1 -0
  37. package/dist/icons/ChangelogIcon.js +153 -0
  38. package/dist/icons/CheckCircleIcon.d.ts +4 -0
  39. package/dist/icons/CheckCircleIcon.d.ts.map +1 -0
  40. package/dist/icons/CheckCircleIcon.js +27 -0
  41. package/dist/icons/CliPullRequestIcon.d.ts +4 -0
  42. package/dist/icons/CliPullRequestIcon.d.ts.map +1 -0
  43. package/dist/icons/CliPullRequestIcon.js +66 -0
  44. package/dist/icons/CodeDiffIcon.d.ts +4 -0
  45. package/dist/icons/CodeDiffIcon.d.ts.map +1 -0
  46. package/dist/icons/CodeDiffIcon.js +75 -0
  47. package/dist/icons/CodeQlIcon.d.ts +4 -0
  48. package/dist/icons/CodeQlIcon.d.ts.map +1 -0
  49. package/dist/icons/CodeQlIcon.js +149 -0
  50. package/dist/icons/CoffeeIcon.d.ts +4 -0
  51. package/dist/icons/CoffeeIcon.d.ts.map +1 -0
  52. package/dist/icons/CoffeeIcon.js +77 -0
  53. package/dist/icons/CommentIcon.d.ts +4 -0
  54. package/dist/icons/CommentIcon.d.ts.map +1 -0
  55. package/dist/icons/CommentIcon.js +38 -0
  56. package/dist/icons/CommunityIcon.d.ts +4 -0
  57. package/dist/icons/CommunityIcon.d.ts.map +1 -0
  58. package/dist/icons/CommunityIcon.js +45 -0
  59. package/dist/icons/ConnectionBrokenIcon.d.ts +4 -0
  60. package/dist/icons/ConnectionBrokenIcon.d.ts.map +1 -0
  61. package/dist/icons/ConnectionBrokenIcon.js +48 -0
  62. package/dist/icons/ConnectionIcon.d.ts +4 -0
  63. package/dist/icons/ConnectionIcon.d.ts.map +1 -0
  64. package/dist/icons/ConnectionIcon.js +47 -0
  65. package/dist/icons/CopyIcon.d.ts +4 -0
  66. package/dist/icons/CopyIcon.d.ts.map +1 -0
  67. package/dist/icons/CopyIcon.js +101 -0
  68. package/dist/icons/CpuIcon.d.ts +4 -0
  69. package/dist/icons/CpuIcon.d.ts.map +1 -0
  70. package/dist/icons/CpuIcon.js +111 -0
  71. package/dist/icons/DataDrivenRecommendationsIcon.d.ts +4 -0
  72. package/dist/icons/DataDrivenRecommendationsIcon.d.ts.map +1 -0
  73. package/dist/icons/DataDrivenRecommendationsIcon.js +98 -0
  74. package/dist/icons/DiscussionIcon.d.ts +4 -0
  75. package/dist/icons/DiscussionIcon.d.ts.map +1 -0
  76. package/dist/icons/DiscussionIcon.js +42 -0
  77. package/dist/icons/DocumentCopilotIcon.d.ts +4 -0
  78. package/dist/icons/DocumentCopilotIcon.d.ts.map +1 -0
  79. package/dist/icons/DocumentCopilotIcon.js +69 -0
  80. package/dist/icons/DocumentDownloadIcon.d.ts +4 -0
  81. package/dist/icons/DocumentDownloadIcon.d.ts.map +1 -0
  82. package/dist/icons/DocumentDownloadIcon.js +51 -0
  83. package/dist/icons/DocumentIcon.d.ts +4 -0
  84. package/dist/icons/DocumentIcon.d.ts.map +1 -0
  85. package/dist/icons/DocumentIcon.js +41 -0
  86. package/dist/icons/DocumentPassIcon.d.ts +4 -0
  87. package/dist/icons/DocumentPassIcon.d.ts.map +1 -0
  88. package/dist/icons/DocumentPassIcon.js +44 -0
  89. package/dist/icons/DocumentsIcon.d.ts +4 -0
  90. package/dist/icons/DocumentsIcon.d.ts.map +1 -0
  91. package/dist/icons/DocumentsIcon.js +48 -0
  92. package/dist/icons/DoorIcon.d.ts +4 -0
  93. package/dist/icons/DoorIcon.d.ts.map +1 -0
  94. package/dist/icons/DoorIcon.js +48 -0
  95. package/dist/icons/EcosystemIcon.d.ts +4 -0
  96. package/dist/icons/EcosystemIcon.d.ts.map +1 -0
  97. package/dist/icons/EcosystemIcon.js +98 -0
  98. package/dist/icons/EyeIcon.d.ts +4 -0
  99. package/dist/icons/EyeIcon.d.ts.map +1 -0
  100. package/dist/icons/EyeIcon.js +50 -0
  101. package/dist/icons/GitPullRequestIcon.d.ts +4 -0
  102. package/dist/icons/GitPullRequestIcon.d.ts.map +1 -0
  103. package/dist/icons/GitPullRequestIcon.js +38 -0
  104. package/dist/icons/GithubIcon.d.ts +4 -0
  105. package/dist/icons/GithubIcon.d.ts.map +1 -0
  106. package/dist/icons/GithubIcon.js +29 -0
  107. package/dist/icons/GlobeIcon.d.ts +4 -0
  108. package/dist/icons/GlobeIcon.d.ts.map +1 -0
  109. package/dist/icons/GlobeIcon.js +38 -0
  110. package/dist/icons/HeartIcon.d.ts +4 -0
  111. package/dist/icons/HeartIcon.d.ts.map +1 -0
  112. package/dist/icons/HeartIcon.js +83 -0
  113. package/dist/icons/HourglassIcon.d.ts +4 -0
  114. package/dist/icons/HourglassIcon.d.ts.map +1 -0
  115. package/dist/icons/HourglassIcon.js +50 -0
  116. package/dist/icons/InformationIcon.d.ts +4 -0
  117. package/dist/icons/InformationIcon.d.ts.map +1 -0
  118. package/dist/icons/InformationIcon.js +47 -0
  119. package/dist/icons/ListOrderedIcon.d.ts +4 -0
  120. package/dist/icons/ListOrderedIcon.d.ts.map +1 -0
  121. package/dist/icons/ListOrderedIcon.js +171 -0
  122. package/dist/icons/LockIcon.d.ts +4 -0
  123. package/dist/icons/LockIcon.d.ts.map +1 -0
  124. package/dist/icons/LockIcon.js +54 -0
  125. package/dist/icons/MentionIcon.d.ts +4 -0
  126. package/dist/icons/MentionIcon.d.ts.map +1 -0
  127. package/dist/icons/MentionIcon.js +46 -0
  128. package/dist/icons/MoonIcon.d.ts +4 -0
  129. package/dist/icons/MoonIcon.d.ts.map +1 -0
  130. package/dist/icons/MoonIcon.js +38 -0
  131. package/dist/icons/NorthStarIcon.d.ts +4 -0
  132. package/dist/icons/NorthStarIcon.d.ts.map +1 -0
  133. package/dist/icons/NorthStarIcon.js +44 -0
  134. package/dist/icons/PeopleIcon.d.ts +4 -0
  135. package/dist/icons/PeopleIcon.d.ts.map +1 -0
  136. package/dist/icons/PeopleIcon.js +41 -0
  137. package/dist/icons/PersonIcon.d.ts +4 -0
  138. package/dist/icons/PersonIcon.d.ts.map +1 -0
  139. package/dist/icons/PersonIcon.js +34 -0
  140. package/dist/icons/PullRequestIcon.d.ts +4 -0
  141. package/dist/icons/PullRequestIcon.d.ts.map +1 -0
  142. package/dist/icons/PullRequestIcon.js +102 -0
  143. package/dist/icons/QuestionIcon.d.ts +4 -0
  144. package/dist/icons/QuestionIcon.d.ts.map +1 -0
  145. package/dist/icons/QuestionIcon.js +37 -0
  146. package/dist/icons/ReadIcon.d.ts +4 -0
  147. package/dist/icons/ReadIcon.d.ts.map +1 -0
  148. package/dist/icons/ReadIcon.js +44 -0
  149. package/dist/icons/ReportIcon.d.ts +4 -0
  150. package/dist/icons/ReportIcon.d.ts.map +1 -0
  151. package/dist/icons/ReportIcon.js +34 -0
  152. package/dist/icons/SearchIcon.d.ts +4 -0
  153. package/dist/icons/SearchIcon.d.ts.map +1 -0
  154. package/dist/icons/SearchIcon.js +44 -0
  155. package/dist/icons/SettingsIcon.d.ts +4 -0
  156. package/dist/icons/SettingsIcon.d.ts.map +1 -0
  157. package/dist/icons/SettingsIcon.js +34 -0
  158. package/dist/icons/SmileyIcon.d.ts +4 -0
  159. package/dist/icons/SmileyIcon.d.ts.map +1 -0
  160. package/dist/icons/SmileyIcon.js +46 -0
  161. package/dist/icons/StackIcon.d.ts +4 -0
  162. package/dist/icons/StackIcon.d.ts.map +1 -0
  163. package/dist/icons/StackIcon.js +47 -0
  164. package/dist/icons/SunIcon.d.ts +4 -0
  165. package/dist/icons/SunIcon.d.ts.map +1 -0
  166. package/dist/icons/SunIcon.js +106 -0
  167. package/dist/icons/TaskListIcon.d.ts +4 -0
  168. package/dist/icons/TaskListIcon.d.ts.map +1 -0
  169. package/dist/icons/TaskListIcon.js +126 -0
  170. package/dist/icons/TerminalIcon.d.ts +4 -0
  171. package/dist/icons/TerminalIcon.d.ts.map +1 -0
  172. package/dist/icons/TerminalIcon.js +49 -0
  173. package/dist/icons/VideoIcon.d.ts +4 -0
  174. package/dist/icons/VideoIcon.d.ts.map +1 -0
  175. package/dist/icons/VideoIcon.js +44 -0
  176. package/dist/icons/WikiGithubIcon.d.ts +4 -0
  177. package/dist/icons/WikiGithubIcon.d.ts.map +1 -0
  178. package/dist/icons/WikiGithubIcon.js +40 -0
  179. package/dist/icons/WikiIcon.d.ts +4 -0
  180. package/dist/icons/WikiIcon.d.ts.map +1 -0
  181. package/dist/icons/WikiIcon.js +38 -0
  182. package/dist/icons/WorkflowIcon.d.ts +4 -0
  183. package/dist/icons/WorkflowIcon.d.ts.map +1 -0
  184. package/dist/icons/WorkflowIcon.js +83 -0
  185. package/dist/icons/ZapIcon.d.ts +4 -0
  186. package/dist/icons/ZapIcon.d.ts.map +1 -0
  187. package/dist/icons/ZapIcon.js +41 -0
  188. package/dist/index.d.ts +64 -0
  189. package/dist/index.d.ts.map +1 -0
  190. package/dist/index.js +63 -0
  191. package/dist/metadata.d.ts +18 -0
  192. package/dist/metadata.js +1181 -0
  193. package/dist/types.d.ts +15 -0
  194. package/dist/types.d.ts.map +1 -0
  195. package/package.json +59 -0
@@ -0,0 +1,77 @@
1
+ import { forwardRef } from "react";
2
+ import { jsx, jsxs } from "react/jsx-runtime";
3
+ //#region src/icons/CoffeeIcon.tsx
4
+ var CoffeeIcon = forwardRef(function CoffeeIcon({ size, "aria-label": ariaLabel, ...props }, ref) {
5
+ return /* @__PURE__ */ jsxs("svg", {
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ width: size ?? 96,
8
+ height: size ?? 96,
9
+ viewBox: "0 0 96 98",
10
+ fill: "none",
11
+ "aria-hidden": ariaLabel ? void 0 : true,
12
+ "aria-label": ariaLabel,
13
+ role: ariaLabel ? "img" : void 0,
14
+ ref,
15
+ ...props,
16
+ children: [
17
+ /* @__PURE__ */ jsx("path", {
18
+ stroke: "currentColor",
19
+ strokeLinecap: "round",
20
+ strokeMiterlimit: 10,
21
+ strokeWidth: 4,
22
+ d: "M18 35.0578V57.0578C18 78.0446 35.0132 95.0578 56 95.0578C76.9868 95.0578 94 78.0446 94 57.0578V35.0578C94 30.6395 90.4183 27.0578 86 27.0578H26C21.5817 27.0578 18 30.6395 18 35.0578Z"
23
+ }),
24
+ /* @__PURE__ */ jsx("path", {
25
+ stroke: "currentColor",
26
+ strokeLinecap: "round",
27
+ strokeMiterlimit: 10,
28
+ strokeWidth: 4,
29
+ d: "M18 36.0578L17 36.0578C8.71573 36.0578 2 42.7735 2 51.0578C2 59.3421 8.71573 66.0578 17 66.0578L18 66.0578"
30
+ }),
31
+ /* @__PURE__ */ jsx("path", {
32
+ stroke: "#96A199",
33
+ strokeLinecap: "round",
34
+ strokeMiterlimit: 10,
35
+ strokeWidth: 4,
36
+ d: "M50.0687 2.00054C42.1629 5.28712 42.2271 14.7898 50.1768 18.0005"
37
+ }),
38
+ /* @__PURE__ */ jsx("path", {
39
+ stroke: "#96A199",
40
+ strokeLinecap: "round",
41
+ strokeMiterlimit: 10,
42
+ strokeWidth: 4,
43
+ d: "M63 2.0578C62.3557 6.42268 58.1896 9.97375 55 10.0578"
44
+ }),
45
+ /* @__PURE__ */ jsx("path", {
46
+ stroke: "currentColor",
47
+ strokeLinecap: "round",
48
+ strokeMiterlimit: 10,
49
+ strokeWidth: 4,
50
+ d: "M94 95.0578H19"
51
+ }),
52
+ /* @__PURE__ */ jsx("path", {
53
+ fill: "#96A199",
54
+ d: "M47 60.0578C42.0294 60.0578 38 64.0872 38 69.0578C38.0001 74.0281 42.0289 78.0576 46.9993 78.0578C51.9698 78.0578 55.9999 74.0283 56 69.0578C56 64.0874 51.9704 60.058 47 60.0578Z"
55
+ }),
56
+ /* @__PURE__ */ jsx("path", {
57
+ fill: "#96A199",
58
+ d: "M65 60.0578C60.0294 60.0578 56 64.0872 56 69.0578C56.0001 74.0281 60.0289 78.0576 64.9993 78.0578C69.9698 78.0578 73.9999 74.0283 74 69.0578C74 64.0874 69.9704 60.058 65 60.0578Z"
59
+ }),
60
+ /* @__PURE__ */ jsx("path", {
61
+ fill: "#96A199",
62
+ d: "M65 53.0578C65 58.0284 60.9706 62.0578 56 62.0578C51.0294 62.0578 47 58.0284 47 53.0578C47 48.0873 51.0294 44.0578 56 44.0578C60.9706 44.0578 65 48.0873 65 53.0578Z"
63
+ }),
64
+ /* @__PURE__ */ jsx("path", {
65
+ fill: "#96A199",
66
+ d: "M47 53.0578C47 58.0284 42.9706 62.0578 38 62.0578C33.0294 62.0578 29 58.0284 29 53.0578C29 48.0873 33.0294 44.0578 38 44.0578C42.9706 44.0578 47 48.0873 47 53.0578Z"
67
+ }),
68
+ /* @__PURE__ */ jsx("path", {
69
+ fill: "#96A199",
70
+ d: "M83 53.0578C83 58.0284 78.9706 62.0578 74 62.0578C69.0294 62.0578 65 58.0284 65 53.0578C65 48.0873 69.0294 44.0578 74 44.0578C78.9706 44.0578 83 48.0873 83 53.0578Z"
71
+ })
72
+ ]
73
+ });
74
+ });
75
+ CoffeeIcon.displayName = "CoffeeIcon";
76
+ //#endregion
77
+ export { CoffeeIcon };
@@ -0,0 +1,4 @@
1
+ import type { OctovisualProps } from '../types.js';
2
+ declare const CommentIcon: import("react").ForwardRefExoticComponent<Omit<OctovisualProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
3
+ export { CommentIcon };
4
+ //# sourceMappingURL=CommentIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CommentIcon.d.ts","sourceRoot":"","sources":["../../src/icons/CommentIcon.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAEnD,QAAA,MAAM,WAAW,wHAMf,CAAC;AAEH,OAAO,EAAE,WAAW,EAAE,CAAC"}
@@ -0,0 +1,38 @@
1
+ import { forwardRef } from "react";
2
+ import { jsx, jsxs } from "react/jsx-runtime";
3
+ //#region src/icons/CommentIcon.tsx
4
+ var CommentIcon = forwardRef(function CommentIcon({ size, "aria-label": ariaLabel, ...props }, ref) {
5
+ return /* @__PURE__ */ jsxs("svg", {
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ width: size ?? 96,
8
+ height: size ?? 96,
9
+ viewBox: "0 0 96 96",
10
+ fill: "none",
11
+ "aria-hidden": ariaLabel ? void 0 : true,
12
+ "aria-label": ariaLabel,
13
+ role: ariaLabel ? "img" : void 0,
14
+ ref,
15
+ ...props,
16
+ children: [
17
+ /* @__PURE__ */ jsx("path", {
18
+ fill: "currentColor",
19
+ d: "M90 22H92V22H90ZM39.2939 76V74H38.4988L37.9207 74.5459L39.2939 76ZM22.7461 91.6279L21.3729 90.1739L21.3729 90.1739L22.7461 91.6279ZM16 88.7207H14V88.7209L16 88.7207ZM16 74.835H18V73.487L16.7505 72.9811L16 74.835ZM6 22H4V22H6ZM74 6V8C81.732 8 88 14.268 88 22H90H92C92 12.0589 83.9411 4 74 4V6ZM90 22H88V60H90H92V22H90ZM90 60H88C88 67.732 81.732 74 74 74V76V78C83.9411 78 92 69.9411 92 60H90ZM74 76V74H39.2939V76V78H74V76ZM39.2939 76L37.9207 74.5459L21.3729 90.1739L22.7461 91.6279L24.1193 93.082L40.6672 77.4541L39.2939 76ZM22.7461 91.6279L21.3729 90.1739C20.0973 91.3786 18.0002 90.4745 18 88.7205L16 88.7207L14 88.7209C14.0005 93.9839 20.2933 96.6954 24.1193 93.082L22.7461 91.6279ZM16 88.7207H18V74.835H16H14V88.7207H16ZM16 74.835L16.7505 72.9811C11.6161 70.9025 8 65.8716 8 60H6H4C4 67.5573 8.65734 74.02 15.2495 76.6888L16 74.835ZM6 60H8V22H6H4V60H6ZM6 22H8C8 14.268 14.268 8 22 8V6V4C12.0589 4 4 12.0589 4 22H6ZM22 6V8H74V6V4H22V6Z"
20
+ }),
21
+ /* @__PURE__ */ jsx("path", {
22
+ fill: "#96A199",
23
+ d: "M21 40C21 44.9706 25.0294 49 30 49C34.9706 49 39 44.9706 39 40C39 35.0295 34.9706 31 30 31C25.0294 31 21 35.0295 21 40Z"
24
+ }),
25
+ /* @__PURE__ */ jsx("path", {
26
+ fill: "#96A199",
27
+ d: "M39 40C39 44.9706 43.0294 49 48 49C52.9706 49 57 44.9706 57 40C57 35.0295 52.9706 31 48 31C43.0294 31 39 35.0295 39 40Z"
28
+ }),
29
+ /* @__PURE__ */ jsx("path", {
30
+ fill: "#96A199",
31
+ d: "M57 40C57 44.9706 61.0294 49 66 49C70.9706 49 75 44.9706 75 40C75 35.0295 70.9706 31 66 31C61.0294 31 57 35.0295 57 40Z"
32
+ })
33
+ ]
34
+ });
35
+ });
36
+ CommentIcon.displayName = "CommentIcon";
37
+ //#endregion
38
+ export { CommentIcon };
@@ -0,0 +1,4 @@
1
+ import type { OctovisualProps } from '../types.js';
2
+ declare const CommunityIcon: import("react").ForwardRefExoticComponent<Omit<OctovisualProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
3
+ export { CommunityIcon };
4
+ //# sourceMappingURL=CommunityIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CommunityIcon.d.ts","sourceRoot":"","sources":["../../src/icons/CommunityIcon.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAEnD,QAAA,MAAM,aAAa,wHAMjB,CAAC;AAEH,OAAO,EAAE,aAAa,EAAE,CAAC"}
@@ -0,0 +1,45 @@
1
+ import { forwardRef } from "react";
2
+ import { jsx, jsxs } from "react/jsx-runtime";
3
+ //#region src/icons/CommunityIcon.tsx
4
+ var CommunityIcon = forwardRef(function CommunityIcon({ size, "aria-label": ariaLabel, ...props }, ref) {
5
+ return /* @__PURE__ */ jsxs("svg", {
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ width: size ?? 96,
8
+ height: size ?? 96,
9
+ viewBox: "0 0 96 96",
10
+ fill: "none",
11
+ "aria-hidden": ariaLabel ? void 0 : true,
12
+ "aria-label": ariaLabel,
13
+ role: ariaLabel ? "img" : void 0,
14
+ ref,
15
+ ...props,
16
+ children: [
17
+ /* @__PURE__ */ jsx("path", {
18
+ fill: "#96A199",
19
+ d: "M48 0.44043C74.2661 0.440566 95.5585 21.7339 95.5586 48C95.5585 74.2661 74.2661 95.5585 48 95.5586C21.7339 95.5585 0.440566 74.2661 0.44043 48C0.440452 43.5731 1.04712 39.2879 2.17871 35.2217C2.97496 36.9967 3.97331 38.661 5.14258 40.1875C4.78144 42.1815 4.55628 44.2229 4.47656 46.3018C4.78259 46.1116 5.14252 46 5.5293 46H11.4316C15.3395 48.5302 19.998 50 25 50C30.002 49.9999 34.6604 48.5302 38.5684 46H64.6699C64.4657 39.7215 63.2623 33.5147 61.1025 27.6064H51.6094C50.9118 27.6064 50.2983 27.2486 49.9404 26.707C49.9785 26.1429 50 25.5738 50 25C50 24.81 49.9964 24.6206 49.9922 24.4316C50.3558 23.932 50.9442 23.6065 51.6094 23.6064H59.4727C56.5475 17.112 52.4729 11.1763 47.4355 6.07812C46.4041 7.12196 45.413 8.20085 44.4639 9.3125C43.6203 8.26725 42.6949 7.29123 41.6963 6.39453C42.1911 5.82265 42.6964 5.25912 43.2119 4.7041C42.1928 4.81554 41.1842 4.9621 40.1875 5.14258C38.661 3.97331 36.9967 2.97496 35.2217 2.17871C39.2879 1.04711 43.5731 0.440452 48 0.44043ZM63.5039 73.166C60.6005 79.8805 56.5538 86.0501 51.5469 91.4141C64.7599 90.3493 76.3074 83.3899 83.5566 73.166H63.5039ZM12.4434 73.166C19.4648 83.0683 30.5184 89.9069 43.2119 91.2949C38.2564 85.9589 34.2491 79.8307 31.3672 73.166H12.4434ZM35.7529 73.166C38.6491 79.3594 42.5987 85.027 47.4355 89.9229C52.2723 85.0271 56.2221 79.3593 59.1182 73.166H35.7529ZM4.47656 49.6973C4.74663 56.7455 6.69097 63.3629 9.92383 69.166H29.7959C27.6118 62.9989 26.3981 56.5355 26.1992 50H5.5293C5.1424 50 4.78265 49.8875 4.47656 49.6973ZM30.2002 50C30.4131 56.5522 31.7157 63.0271 34.0566 69.166H60.8135C63.1545 63.027 64.457 56.5523 64.6699 50H30.2002ZM91.5225 49.6982C91.2166 49.888 90.8571 49.9999 90.4707 50H68.6719C68.473 56.5354 67.2592 62.999 65.0752 69.166H86.0762C89.3087 63.3632 91.2523 56.746 91.5225 49.6982ZM65.3438 27.6064C67.3593 33.54 68.4801 39.7371 68.6709 46H90.4707C90.8569 46.0001 91.2167 46.1111 91.5225 46.3008C91.264 39.5642 89.4766 33.2212 86.4961 27.6064H65.3438ZM51.5469 4.58398C56.694 10.0973 60.8256 16.4628 63.7451 23.3955C63.7746 23.4656 63.8028 23.5363 63.832 23.6064H84.0928C76.8842 12.9612 65.0903 5.67542 51.5469 4.58398Z"
20
+ }),
21
+ /* @__PURE__ */ jsx("path", {
22
+ stroke: "currentColor",
23
+ strokeLinecap: "round",
24
+ strokeMiterlimit: 10,
25
+ strokeWidth: 4,
26
+ d: "M48 25C47.9999 37.7024 37.7024 47.9999 25 48C12.2975 48 2.00013 37.7025 2 25C2 12.2974 12.2974 2 25 2C37.7025 2.00013 48 12.2975 48 25Z"
27
+ }),
28
+ /* @__PURE__ */ jsx("path", {
29
+ fill: "currentColor",
30
+ d: "M18.1627 27.3225C22.8448 26.5343 27.628 26.5486 32.3053 27.3645C36.747 28.1396 40.291 31.5034 41.2965 35.8987L42.275 40.1819C41.4752 41.0912 40.606 41.9378 39.6735 42.7112C39.0664 42.483 38.581 41.9649 38.4254 41.2854L37.3971 36.7903C36.7507 33.9652 34.4727 31.8032 31.6178 31.3049C27.3875 30.567 23.0614 30.554 18.8268 31.2668L18.61 31.303C15.6188 31.8068 13.2259 34.0647 12.5494 37.0217L11.5739 41.2854C11.4182 41.9651 10.9332 42.4831 10.3258 42.7112C9.39316 41.9376 8.52411 41.0904 7.72424 40.1809L8.65002 36.1301C9.68757 31.5945 13.3578 28.1313 17.9459 27.3586L18.1627 27.3225Z"
31
+ }),
32
+ /* @__PURE__ */ jsx("rect", {
33
+ width: 12,
34
+ height: 12,
35
+ x: 19,
36
+ y: 11,
37
+ fill: "#96A199",
38
+ rx: 6
39
+ })
40
+ ]
41
+ });
42
+ });
43
+ CommunityIcon.displayName = "CommunityIcon";
44
+ //#endregion
45
+ export { CommunityIcon };
@@ -0,0 +1,4 @@
1
+ import type { OctovisualProps } from '../types.js';
2
+ declare const ConnectionBrokenIcon: import("react").ForwardRefExoticComponent<Omit<OctovisualProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
3
+ export { ConnectionBrokenIcon };
4
+ //# sourceMappingURL=ConnectionBrokenIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ConnectionBrokenIcon.d.ts","sourceRoot":"","sources":["../../src/icons/ConnectionBrokenIcon.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAEnD,QAAA,MAAM,oBAAoB,wHAMxB,CAAC;AAEH,OAAO,EAAE,oBAAoB,EAAE,CAAC"}
@@ -0,0 +1,48 @@
1
+ import { forwardRef } from "react";
2
+ import { jsx, jsxs } from "react/jsx-runtime";
3
+ //#region src/icons/ConnectionBrokenIcon.tsx
4
+ var ConnectionBrokenIcon = forwardRef(function ConnectionBrokenIcon({ size, "aria-label": ariaLabel, ...props }, ref) {
5
+ return /* @__PURE__ */ jsxs("svg", {
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ width: size ?? 96,
8
+ height: size ?? 96,
9
+ viewBox: "0 0 96 96",
10
+ fill: "none",
11
+ "aria-hidden": ariaLabel ? void 0 : true,
12
+ "aria-label": ariaLabel,
13
+ role: ariaLabel ? "img" : void 0,
14
+ ref,
15
+ ...props,
16
+ children: [
17
+ /* @__PURE__ */ jsx("path", {
18
+ stroke: "#96A199",
19
+ strokeLinecap: "round",
20
+ strokeMiterlimit: 10,
21
+ strokeWidth: 4,
22
+ d: "M94.0003 27C86.4513 13.5196 73.0563 4.51995 58.0003 2.45392M82.0003 44L81.6142 43.3361C76.3721 34.3225 67.8183 27.9202 58.0003 25.3069M66.0003 57C64.1072 53.6344 61.3051 50.9677 58.0003 49.2374"
23
+ }),
24
+ /* @__PURE__ */ jsx("path", {
25
+ stroke: "currentColor",
26
+ strokeLinecap: "round",
27
+ strokeMiterlimit: 10,
28
+ strokeWidth: 4,
29
+ d: "M2.00031 27C10.9356 12.1079 26.744 2.76563 44.0003 2.04498M14.0003 44L14.3864 43.3361C20.8593 32.2063 32.2924 25.0484 45.0003 24.0978M30.0003 57C33.129 51.4379 38.7399 47.7847 45.0003 47.1123"
30
+ }),
31
+ /* @__PURE__ */ jsx("path", {
32
+ fill: "#96A199",
33
+ d: "M40.0003 86C40.0003 90.9706 44.0297 95 49.0003 95C53.9709 95 58.0003 90.9706 58.0003 86C58.0003 81.0295 53.9709 77 49.0003 77C44.0297 77 40.0003 81.0295 40.0003 86Z"
34
+ }),
35
+ /* @__PURE__ */ jsx("path", {
36
+ fill: "#96A199",
37
+ d: "M67.0003 73C67.0003 77.9706 71.0297 82 76.0003 82C80.9709 82 85.0003 77.9706 85.0003 73C85.0003 68.0295 80.9709 64 76.0003 64C71.0297 64 67.0003 68.0295 67.0003 73Z"
38
+ }),
39
+ /* @__PURE__ */ jsx("path", {
40
+ fill: "#96A199",
41
+ d: "M0.000304782 63C0.000304565 67.9706 4.02973 72 9.00029 72C13.9709 72 18.0003 67.9706 18.0003 63C18.0003 58.0295 13.9709 54 9.00029 54C4.02973 54 0.000305 58.0295 0.000304782 63Z"
42
+ })
43
+ ]
44
+ });
45
+ });
46
+ ConnectionBrokenIcon.displayName = "ConnectionBrokenIcon";
47
+ //#endregion
48
+ export { ConnectionBrokenIcon };
@@ -0,0 +1,4 @@
1
+ import type { OctovisualProps } from '../types.js';
2
+ declare const ConnectionIcon: import("react").ForwardRefExoticComponent<Omit<OctovisualProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
3
+ export { ConnectionIcon };
4
+ //# sourceMappingURL=ConnectionIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ConnectionIcon.d.ts","sourceRoot":"","sources":["../../src/icons/ConnectionIcon.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAEnD,QAAA,MAAM,cAAc,wHAMlB,CAAC;AAEH,OAAO,EAAE,cAAc,EAAE,CAAC"}
@@ -0,0 +1,47 @@
1
+ import { forwardRef } from "react";
2
+ import { jsx, jsxs } from "react/jsx-runtime";
3
+ //#region src/icons/ConnectionIcon.tsx
4
+ var ConnectionIcon = forwardRef(function ConnectionIcon({ size, "aria-label": ariaLabel, ...props }, ref) {
5
+ return /* @__PURE__ */ jsxs("svg", {
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ width: size ?? 96,
8
+ height: size ?? 96,
9
+ viewBox: "0 0 96 96",
10
+ fill: "none",
11
+ "aria-hidden": ariaLabel ? void 0 : true,
12
+ "aria-label": ariaLabel,
13
+ role: ariaLabel ? "img" : void 0,
14
+ ref,
15
+ ...props,
16
+ children: [
17
+ /* @__PURE__ */ jsx("path", {
18
+ stroke: "currentColor",
19
+ strokeLinecap: "round",
20
+ strokeMiterlimit: 10,
21
+ strokeWidth: 4,
22
+ d: "M94.0002 26C84.6689 11.0699 68.3045 2 50.6982 2H46.8446C28.8242 2 11.9961 11.0061 2.00018 26"
23
+ }),
24
+ /* @__PURE__ */ jsx("path", {
25
+ stroke: "currentColor",
26
+ strokeLinecap: "round",
27
+ strokeMiterlimit: 10,
28
+ strokeWidth: 4,
29
+ d: "M82.0002 44L81.6141 43.3361C74.652 31.365 61.8486 24 48.0002 24C34.1518 24 21.3484 31.365 14.3863 43.3361L14.0002 44"
30
+ }),
31
+ /* @__PURE__ */ jsx("path", {
32
+ stroke: "currentColor",
33
+ strokeLinecap: "round",
34
+ strokeMiterlimit: 10,
35
+ strokeWidth: 4,
36
+ d: "M66.0002 58L65.6575 57.4828C61.7343 51.5609 55.1037 48 48.0002 48C40.8966 48 34.2661 51.5609 30.3429 57.4828L30.0002 58"
37
+ }),
38
+ /* @__PURE__ */ jsx("path", {
39
+ fill: "#96A199",
40
+ d: "M35.0002 81C35.0002 88.1797 40.8205 94 48.0002 94C55.1799 94 61.0002 88.1797 61.0002 81C61.0002 73.8203 55.1799 68 48.0002 68C40.8205 68 35.0002 73.8203 35.0002 81Z"
41
+ })
42
+ ]
43
+ });
44
+ });
45
+ ConnectionIcon.displayName = "ConnectionIcon";
46
+ //#endregion
47
+ export { ConnectionIcon };
@@ -0,0 +1,4 @@
1
+ import type { OctovisualProps } from '../types.js';
2
+ declare const CopyIcon: import("react").ForwardRefExoticComponent<Omit<OctovisualProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
3
+ export { CopyIcon };
4
+ //# sourceMappingURL=CopyIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CopyIcon.d.ts","sourceRoot":"","sources":["../../src/icons/CopyIcon.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAEnD,QAAA,MAAM,QAAQ,wHAMZ,CAAC;AAEH,OAAO,EAAE,QAAQ,EAAE,CAAC"}
@@ -0,0 +1,101 @@
1
+ import { forwardRef } from "react";
2
+ import { jsx, jsxs } from "react/jsx-runtime";
3
+ //#region src/icons/CopyIcon.tsx
4
+ var CopyIcon = forwardRef(function CopyIcon({ size, "aria-label": ariaLabel, ...props }, ref) {
5
+ return /* @__PURE__ */ jsxs("svg", {
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ width: size ?? 96,
8
+ height: size ?? 96,
9
+ viewBox: "0 0 96 96",
10
+ fill: "none",
11
+ "aria-hidden": ariaLabel ? void 0 : true,
12
+ "aria-label": ariaLabel,
13
+ role: ariaLabel ? "img" : void 0,
14
+ ref,
15
+ ...props,
16
+ children: [
17
+ /* @__PURE__ */ jsx("path", {
18
+ stroke: "currentColor",
19
+ strokeLinecap: "round",
20
+ strokeMiterlimit: 10,
21
+ strokeWidth: 4,
22
+ d: "M32 38H12C7.58172 38 4 41.5817 4 46V84C4 88.4183 7.58172 92 12 92H50C54.4183 92 58 88.4183 58 84V64"
23
+ }),
24
+ /* @__PURE__ */ jsx("rect", {
25
+ width: 18,
26
+ height: 18,
27
+ x: 58,
28
+ y: 38,
29
+ fill: "#96A199",
30
+ rx: 9,
31
+ transform: "rotate(180 58 38)"
32
+ }),
33
+ /* @__PURE__ */ jsx("rect", {
34
+ width: 18,
35
+ height: 18,
36
+ x: 58,
37
+ y: 56,
38
+ fill: "#96A199",
39
+ rx: 9,
40
+ transform: "rotate(180 58 56)"
41
+ }),
42
+ /* @__PURE__ */ jsx("rect", {
43
+ width: 18,
44
+ height: 18,
45
+ x: 94,
46
+ y: 38,
47
+ fill: "#96A199",
48
+ rx: 9,
49
+ transform: "rotate(180 94 38)"
50
+ }),
51
+ /* @__PURE__ */ jsx("rect", {
52
+ width: 18,
53
+ height: 18,
54
+ x: 76,
55
+ y: 56,
56
+ fill: "#96A199",
57
+ rx: 9,
58
+ transform: "rotate(180 76 56)"
59
+ }),
60
+ /* @__PURE__ */ jsx("rect", {
61
+ width: 18,
62
+ height: 18,
63
+ x: 94,
64
+ y: 56,
65
+ fill: "#96A199",
66
+ rx: 9,
67
+ transform: "rotate(180 94 56)"
68
+ }),
69
+ /* @__PURE__ */ jsx("rect", {
70
+ width: 18,
71
+ height: 18,
72
+ x: 58,
73
+ y: 20,
74
+ fill: "#96A199",
75
+ rx: 9,
76
+ transform: "rotate(180 58 20)"
77
+ }),
78
+ /* @__PURE__ */ jsx("rect", {
79
+ width: 18,
80
+ height: 18,
81
+ x: 76,
82
+ y: 20,
83
+ fill: "#96A199",
84
+ rx: 9,
85
+ transform: "rotate(180 76 20)"
86
+ }),
87
+ /* @__PURE__ */ jsx("rect", {
88
+ width: 18,
89
+ height: 18,
90
+ x: 94,
91
+ y: 20,
92
+ fill: "#96A199",
93
+ rx: 9,
94
+ transform: "rotate(180 94 20)"
95
+ })
96
+ ]
97
+ });
98
+ });
99
+ CopyIcon.displayName = "CopyIcon";
100
+ //#endregion
101
+ export { CopyIcon };
@@ -0,0 +1,4 @@
1
+ import type { OctovisualProps } from '../types.js';
2
+ declare const CpuIcon: import("react").ForwardRefExoticComponent<Omit<OctovisualProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
3
+ export { CpuIcon };
4
+ //# sourceMappingURL=CpuIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CpuIcon.d.ts","sourceRoot":"","sources":["../../src/icons/CpuIcon.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAEnD,QAAA,MAAM,OAAO,wHAMX,CAAC;AAEH,OAAO,EAAE,OAAO,EAAE,CAAC"}
@@ -0,0 +1,111 @@
1
+ import { forwardRef } from "react";
2
+ import { jsx, jsxs } from "react/jsx-runtime";
3
+ //#region src/icons/CpuIcon.tsx
4
+ var CpuIcon = forwardRef(function CpuIcon({ size, "aria-label": ariaLabel, ...props }, ref) {
5
+ return /* @__PURE__ */ jsxs("svg", {
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ width: size ?? 96,
8
+ height: size ?? 96,
9
+ viewBox: "0 0 96 96",
10
+ fill: "none",
11
+ "aria-hidden": ariaLabel ? void 0 : true,
12
+ "aria-label": ariaLabel,
13
+ role: ariaLabel ? "img" : void 0,
14
+ ref,
15
+ ...props,
16
+ children: [
17
+ /* @__PURE__ */ jsx("path", {
18
+ fill: "currentColor",
19
+ d: "M39 81.0003C40.1046 81.0003 41 81.8957 41 83.0003V94.0003C40.9999 95.1047 40.1045 96.0003 39 96.0003C37.8956 96.0003 37.0002 95.1047 37 94.0003V83.0003C37 81.8957 37.8955 81.0003 39 81.0003ZM57 81.0003C58.1046 81.0003 59 81.8957 59 83.0003V94.0003C58.9999 95.1047 58.1045 96.0003 57 96.0003C55.8956 96.0003 55.0002 95.1047 55 94.0003V83.0003C55 81.8957 55.8955 81.0003 57 81.0003ZM13 55.0003C14.1046 55.0003 15 55.8957 15 57.0003C14.9999 58.1047 14.1045 59.0003 13 59.0003H2.00003C0.895563 59.0003 0.000195429 58.1047 3.05176e-05 57.0003C3.05176e-05 55.8957 0.895461 55.0003 2.00003 55.0003H13ZM94 55.0003C95.1046 55.0003 96 55.8957 96 57.0003C95.9999 58.1047 95.1045 59.0003 94 59.0003H83C81.8956 59.0003 81.0002 58.1047 81 57.0003C81 55.8957 81.8955 55.0003 83 55.0003H94ZM13 37.0003C14.1046 37.0003 15 37.8957 15 39.0003C14.9999 40.1047 14.1045 41.0003 13 41.0003H2.00003C0.895563 41.0003 0.000195429 40.1047 3.05176e-05 39.0003C3.05176e-05 37.8957 0.895461 37.0003 2.00003 37.0003H13ZM94 37.0003C95.1046 37.0003 96 37.8957 96 39.0003C95.9999 40.1047 95.1045 41.0003 94 41.0003H83C81.8956 41.0003 81.0002 40.1047 81 39.0003C81 37.8957 81.8955 37.0003 83 37.0003H94ZM39 0.00128174C40.1045 0.00128176 40.9998 0.896909 41 2.00128V13.0013C41 14.1059 40.1046 15.0013 39 15.0013C37.8955 15.0013 37 14.1059 37 13.0013V2.00128C37.0003 0.896909 37.8956 0.0012818 39 0.00128174ZM57 0.00128174C58.1045 0.00128176 58.9998 0.896909 59 2.00128V13.0013C59 14.1059 58.1046 15.0013 57 15.0013C55.8955 15.0013 55 14.1059 55 13.0013V2.00128C55.0003 0.896909 55.8956 0.0012818 57 0.00128174Z"
20
+ }),
21
+ /* @__PURE__ */ jsx("path", {
22
+ fill: "currentColor",
23
+ d: "M28.9995 13V15H66.9995V13V11H28.9995V13ZM82.9995 29H80.9995V67H82.9995H84.9995V29H82.9995ZM66.9995 83V81H28.9995V83V85H66.9995V83ZM12.9995 67H14.9995V29H12.9995H10.9995V67H12.9995ZM28.9995 83V81C21.2675 81 14.9995 74.732 14.9995 67H12.9995H10.9995C10.9995 76.9411 19.0584 85 28.9995 85V83ZM82.9995 67H80.9995C80.9995 74.732 74.7315 81 66.9995 81V83V85C76.9406 85 84.9995 76.9411 84.9995 67H82.9995ZM66.9995 13V15C74.7315 15 80.9995 21.268 80.9995 29H82.9995H84.9995C84.9995 19.0589 76.9406 11 66.9995 11V13ZM28.9995 13V11C19.0584 11 10.9995 19.0589 10.9995 29H12.9995H14.9995C14.9995 21.268 21.2675 15 28.9995 15V13Z"
24
+ }),
25
+ /* @__PURE__ */ jsx("rect", {
26
+ width: 18,
27
+ height: 18,
28
+ x: 39,
29
+ y: 57,
30
+ fill: "#96A199",
31
+ rx: 9,
32
+ transform: "rotate(-90 39 56.9998)"
33
+ }),
34
+ /* @__PURE__ */ jsx("rect", {
35
+ width: 18,
36
+ height: 18,
37
+ x: 39,
38
+ y: 75,
39
+ fill: "#96A199",
40
+ rx: 9,
41
+ transform: "rotate(-90 39 74.9998)"
42
+ }),
43
+ /* @__PURE__ */ jsx("rect", {
44
+ width: 18,
45
+ height: 18,
46
+ x: 57,
47
+ y: 57,
48
+ fill: "#96A199",
49
+ rx: 9,
50
+ transform: "rotate(-90 57 56.9998)"
51
+ }),
52
+ /* @__PURE__ */ jsx("rect", {
53
+ width: 18,
54
+ height: 18,
55
+ x: 57,
56
+ y: 75,
57
+ fill: "#96A199",
58
+ rx: 9,
59
+ transform: "rotate(-90 57 74.9998)"
60
+ }),
61
+ /* @__PURE__ */ jsx("rect", {
62
+ width: 18,
63
+ height: 18,
64
+ x: 57,
65
+ y: 39,
66
+ fill: "#96A199",
67
+ rx: 9,
68
+ transform: "rotate(180 57 39)"
69
+ }),
70
+ /* @__PURE__ */ jsx("rect", {
71
+ width: 18,
72
+ height: 18,
73
+ x: 75,
74
+ y: 39,
75
+ fill: "#96A199",
76
+ rx: 9,
77
+ transform: "rotate(180 75 39)"
78
+ }),
79
+ /* @__PURE__ */ jsx("rect", {
80
+ width: 18,
81
+ height: 18,
82
+ x: 21,
83
+ y: 39,
84
+ fill: "#96A199",
85
+ rx: 9,
86
+ transform: "rotate(-90 21 39)"
87
+ }),
88
+ /* @__PURE__ */ jsx("rect", {
89
+ width: 18,
90
+ height: 18,
91
+ x: 39,
92
+ y: 57,
93
+ fill: "#96A199",
94
+ rx: 9,
95
+ transform: "rotate(180 39 57)"
96
+ }),
97
+ /* @__PURE__ */ jsx("rect", {
98
+ width: 18,
99
+ height: 18,
100
+ x: 39,
101
+ y: 75,
102
+ fill: "#96A199",
103
+ rx: 9,
104
+ transform: "rotate(180 39 75)"
105
+ })
106
+ ]
107
+ });
108
+ });
109
+ CpuIcon.displayName = "CpuIcon";
110
+ //#endregion
111
+ export { CpuIcon };
@@ -0,0 +1,4 @@
1
+ import type { OctovisualProps } from '../types.js';
2
+ declare const DataDrivenRecommendationsIcon: import("react").ForwardRefExoticComponent<Omit<OctovisualProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
3
+ export { DataDrivenRecommendationsIcon };
4
+ //# sourceMappingURL=DataDrivenRecommendationsIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DataDrivenRecommendationsIcon.d.ts","sourceRoot":"","sources":["../../src/icons/DataDrivenRecommendationsIcon.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAEnD,QAAA,MAAM,6BAA6B,wHAMjC,CAAC;AAEH,OAAO,EAAE,6BAA6B,EAAE,CAAC"}
@@ -0,0 +1,98 @@
1
+ import { forwardRef } from "react";
2
+ import { jsx, jsxs } from "react/jsx-runtime";
3
+ //#region src/icons/DataDrivenRecommendationsIcon.tsx
4
+ var DataDrivenRecommendationsIcon = forwardRef(function DataDrivenRecommendationsIcon({ size, "aria-label": ariaLabel, ...props }, ref) {
5
+ return /* @__PURE__ */ jsxs("svg", {
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ width: size ?? 96,
8
+ height: size ?? 96,
9
+ viewBox: "0 0 97 96",
10
+ fill: "none",
11
+ "aria-hidden": ariaLabel ? void 0 : true,
12
+ "aria-label": ariaLabel,
13
+ role: ariaLabel ? "img" : void 0,
14
+ ref,
15
+ ...props,
16
+ children: [
17
+ /* @__PURE__ */ jsx("path", {
18
+ stroke: "#96A199",
19
+ strokeLinecap: "round",
20
+ strokeMiterlimit: 10,
21
+ strokeWidth: 4,
22
+ d: "M69 7L69 48"
23
+ }),
24
+ /* @__PURE__ */ jsx("path", {
25
+ stroke: "#96A199",
26
+ strokeLinecap: "round",
27
+ strokeMiterlimit: 10,
28
+ strokeWidth: 4,
29
+ d: "M90 28L48 28"
30
+ }),
31
+ /* @__PURE__ */ jsx("path", {
32
+ stroke: "currentColor",
33
+ strokeLinecap: "round",
34
+ strokeMiterlimit: 10,
35
+ strokeWidth: 4,
36
+ d: "M48 6L48 90"
37
+ }),
38
+ /* @__PURE__ */ jsx("path", {
39
+ stroke: "currentColor",
40
+ strokeLinecap: "round",
41
+ strokeMiterlimit: 10,
42
+ strokeWidth: 4,
43
+ d: "M90 48L6 48"
44
+ }),
45
+ /* @__PURE__ */ jsx("path", {
46
+ stroke: "currentColor",
47
+ strokeLinecap: "round",
48
+ strokeMiterlimit: 10,
49
+ strokeWidth: 4,
50
+ d: "M90 48V14C90 9.58172 86.4183 6 82 6H14C9.58172 6 6 9.58172 6 14V82C6 86.4183 9.58172 90 14 90H48"
51
+ }),
52
+ /* @__PURE__ */ jsx("path", {
53
+ stroke: "#96A199",
54
+ strokeLinecap: "round",
55
+ strokeMiterlimit: 10,
56
+ strokeWidth: 4,
57
+ d: "M27 39L27 29"
58
+ }),
59
+ /* @__PURE__ */ jsx("path", {
60
+ stroke: "#96A199",
61
+ strokeLinecap: "round",
62
+ strokeMiterlimit: 10,
63
+ strokeWidth: 4,
64
+ d: "M37 39L37 26"
65
+ }),
66
+ /* @__PURE__ */ jsx("path", {
67
+ stroke: "#96A199",
68
+ strokeLinecap: "round",
69
+ strokeMiterlimit: 10,
70
+ strokeWidth: 4,
71
+ d: "M17 39L17 18"
72
+ }),
73
+ /* @__PURE__ */ jsx("path", {
74
+ fill: "#96A199",
75
+ d: "M27 77C31.9706 77 36 72.9706 36 68C36 63.0294 31.9706 59 27 59C22.0294 59 18 63.0294 18 68C18 72.9706 22.0294 77 27 77Z"
76
+ }),
77
+ /* @__PURE__ */ jsx("circle", {
78
+ cx: 78.5,
79
+ cy: 78,
80
+ r: 16,
81
+ stroke: "currentColor",
82
+ strokeLinecap: "square",
83
+ strokeMiterlimit: 10,
84
+ strokeWidth: 4
85
+ }),
86
+ /* @__PURE__ */ jsx("path", {
87
+ stroke: "currentColor",
88
+ strokeLinecap: "round",
89
+ strokeMiterlimit: 10,
90
+ strokeWidth: 4,
91
+ d: "M78.5 70V77.8889C78.5 79.3713 79.3198 80.7321 80.6302 81.425L85.5 84"
92
+ })
93
+ ]
94
+ });
95
+ });
96
+ DataDrivenRecommendationsIcon.displayName = "DataDrivenRecommendationsIcon";
97
+ //#endregion
98
+ export { DataDrivenRecommendationsIcon };
@@ -0,0 +1,4 @@
1
+ import type { OctovisualProps } from '../types.js';
2
+ declare const DiscussionIcon: import("react").ForwardRefExoticComponent<Omit<OctovisualProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
3
+ export { DiscussionIcon };
4
+ //# sourceMappingURL=DiscussionIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DiscussionIcon.d.ts","sourceRoot":"","sources":["../../src/icons/DiscussionIcon.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAEnD,QAAA,MAAM,cAAc,wHAMlB,CAAC;AAEH,OAAO,EAAE,cAAc,EAAE,CAAC"}