@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,38 @@
1
+ import { forwardRef } from "react";
2
+ import { jsx, jsxs } from "react/jsx-runtime";
3
+ //#region src/icons/BranchIcon.tsx
4
+ var BranchIcon = forwardRef(function BranchIcon({ 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: "M84.6105 26.4742C85.7148 26.4744 86.6103 27.3699 86.6105 28.4742V30.9147C86.6105 40.8557 78.5515 48.9145 68.6105 48.9147H29.0177C21.2859 48.9147 15.018 55.183 15.0177 62.9147V67.525C15.0177 67.8699 14.9303 68.1949 14.7765 68.4781C14.6842 68.6483 14.5675 68.8033 14.4318 68.9391C14.341 69.0299 14.2417 69.1121 14.1349 69.1842C14.0288 69.2558 13.9153 69.3173 13.796 69.3678C13.5568 69.4691 13.2938 69.5249 13.0177 69.525H13.0167C12.8096 69.525 12.6099 69.4937 12.422 69.4352C12.2343 69.3767 12.058 69.292 11.8986 69.1842C11.792 69.1122 11.6932 69.0297 11.6027 68.9391C11.3766 68.7128 11.2039 68.4329 11.1066 68.1198C11.0482 67.932 11.0167 67.732 11.0167 67.525V28.4742C11.0169 27.3699 11.9124 26.4744 13.0167 26.4742C14.1212 26.4742 15.0165 27.3698 15.0167 28.4742V51.6031C18.3166 47.524 23.3623 44.9147 29.0177 44.9147H68.6105C76.3423 44.9145 82.6105 38.6466 82.6105 30.9147V28.4742C82.6107 27.3698 83.506 26.4742 84.6105 26.4742Z"
20
+ }),
21
+ /* @__PURE__ */ jsx("path", {
22
+ fill: "#96A199",
23
+ d: "M13.0679 19C18.0384 19 22.0679 14.9706 22.0679 10C22.0679 5.02945 18.0384 1 13.0679 1C8.09729 1 4.06787 5.02945 4.06787 10C4.06787 14.9706 8.09729 19 13.0679 19Z"
24
+ }),
25
+ /* @__PURE__ */ jsx("path", {
26
+ fill: "#96A199",
27
+ d: "M13.0679 95C18.0384 95 22.0679 90.9706 22.0679 86C22.0679 81.0294 18.0384 77 13.0679 77C8.09733 77 4.06787 81.0294 4.06787 86C4.06787 90.9706 8.09733 95 13.0679 95Z"
28
+ }),
29
+ /* @__PURE__ */ jsx("path", {
30
+ fill: "#96A199",
31
+ d: "M84.6611 19C89.6317 19 93.6611 14.9706 93.6611 10C93.6611 5.02945 89.6317 1 84.6611 1C79.6906 1 75.6611 5.02945 75.6611 10C75.6611 14.9706 79.6906 19 84.6611 19Z"
32
+ })
33
+ ]
34
+ });
35
+ });
36
+ BranchIcon.displayName = "BranchIcon";
37
+ //#endregion
38
+ export { BranchIcon };
@@ -0,0 +1,4 @@
1
+ import type { OctovisualProps } from '../types.js';
2
+ declare const ButterflyIcon: import("react").ForwardRefExoticComponent<Omit<OctovisualProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
3
+ export { ButterflyIcon };
4
+ //# sourceMappingURL=ButterflyIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ButterflyIcon.d.ts","sourceRoot":"","sources":["../../src/icons/ButterflyIcon.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,46 @@
1
+ import { forwardRef } from "react";
2
+ import { jsx, jsxs } from "react/jsx-runtime";
3
+ //#region src/icons/ButterflyIcon.tsx
4
+ var ButterflyIcon = forwardRef(function ButterflyIcon({ 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: "currentColor",
19
+ strokeLinecap: "round",
20
+ strokeLinejoin: "round",
21
+ strokeMiterlimit: 10,
22
+ strokeWidth: 4,
23
+ d: "M35.5001 16C26.2486 7.14564 14.0796 2.38564 4.139 2L4.00002 2C2.89545 2 1.99661 2.8964 2.03272 4.00038C2.76049 26.2494 15.5434 45.1062 31 49C14.3379 52.9806 2.704 70.8394 2.03085 92.0527C1.997 93.1194 2.87959 93.9775 3.94641 93.9502C13.8505 93.9502 26.1401 89.4956 35.5001 81"
24
+ }),
25
+ /* @__PURE__ */ jsx("path", {
26
+ stroke: "currentColor",
27
+ strokeLinecap: "round",
28
+ strokeLinejoin: "round",
29
+ strokeMiterlimit: 10,
30
+ strokeWidth: 4,
31
+ d: "M61 16C70.2516 7.14564 82.4205 2.38564 92.3611 2L92.5001 2C93.6047 2 94.5035 2.8964 94.4674 4.00038C93.7396 26.2494 80.9567 45.1062 65.5001 49C82.1622 52.9806 93.7961 70.8394 94.4693 92.0527C94.5031 93.1194 93.6205 93.9775 92.5537 93.9502C82.6496 93.9502 70.36 89.4956 61 81"
32
+ }),
33
+ /* @__PURE__ */ jsx("path", {
34
+ fill: "#96A199",
35
+ d: "M38.1319 47.9416L41.0675 76.3191C41.435 79.8716 44.4285 82.5714 48 82.5714C51.5715 82.5714 54.565 79.8716 54.9325 76.3191L57.8681 47.9416C58.4734 42.09 53.8829 37 48 37C42.1171 37 37.5265 42.09 38.1319 47.9416Z"
36
+ }),
37
+ /* @__PURE__ */ jsx("path", {
38
+ fill: "#96A199",
39
+ d: "M39 28C39 32.9706 43.0294 37 48 37C52.9706 37 57 32.9706 57 28C57 23.0295 52.9706 19 48 19C43.0294 19 39 23.0295 39 28Z"
40
+ })
41
+ ]
42
+ });
43
+ });
44
+ ButterflyIcon.displayName = "ButterflyIcon";
45
+ //#endregion
46
+ export { ButterflyIcon };
@@ -0,0 +1,4 @@
1
+ import type { OctovisualProps } from '../types.js';
2
+ declare const ChangelogIcon: import("react").ForwardRefExoticComponent<Omit<OctovisualProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
3
+ export { ChangelogIcon };
4
+ //# sourceMappingURL=ChangelogIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChangelogIcon.d.ts","sourceRoot":"","sources":["../../src/icons/ChangelogIcon.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,153 @@
1
+ import { forwardRef } from "react";
2
+ import { jsx, jsxs } from "react/jsx-runtime";
3
+ //#region src/icons/ChangelogIcon.tsx
4
+ var ChangelogIcon = forwardRef(function ChangelogIcon({ 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: "M26 6H55"
23
+ }),
24
+ /* @__PURE__ */ jsx("path", {
25
+ stroke: "currentColor",
26
+ strokeLinecap: "round",
27
+ strokeMiterlimit: 10,
28
+ strokeWidth: 4,
29
+ d: "M65 6H83"
30
+ }),
31
+ /* @__PURE__ */ jsx("path", {
32
+ stroke: "currentColor",
33
+ strokeLinecap: "round",
34
+ strokeMiterlimit: 10,
35
+ strokeWidth: 4,
36
+ d: "M26 20H38"
37
+ }),
38
+ /* @__PURE__ */ jsx("path", {
39
+ stroke: "currentColor",
40
+ strokeLinecap: "round",
41
+ strokeMiterlimit: 10,
42
+ strokeWidth: 4,
43
+ d: "M38 20H50"
44
+ }),
45
+ /* @__PURE__ */ jsx("path", {
46
+ stroke: "currentColor",
47
+ strokeLinecap: "round",
48
+ strokeMiterlimit: 10,
49
+ strokeWidth: 4,
50
+ d: "M50 20H94"
51
+ }),
52
+ /* @__PURE__ */ jsx("path", {
53
+ stroke: "#96A199",
54
+ strokeLinecap: "round",
55
+ strokeMiterlimit: 10,
56
+ strokeWidth: 4,
57
+ d: "M9 13L9 46"
58
+ }),
59
+ /* @__PURE__ */ jsx("path", {
60
+ stroke: "#96A199",
61
+ strokeLinecap: "round",
62
+ strokeMiterlimit: 10,
63
+ strokeWidth: 4,
64
+ d: "M9 46L9 72"
65
+ }),
66
+ /* @__PURE__ */ jsx("path", {
67
+ stroke: "currentColor",
68
+ strokeLinecap: "round",
69
+ strokeMiterlimit: 10,
70
+ strokeWidth: 4,
71
+ d: "M26 40H55"
72
+ }),
73
+ /* @__PURE__ */ jsx("path", {
74
+ stroke: "currentColor",
75
+ strokeLinecap: "round",
76
+ strokeMiterlimit: 10,
77
+ strokeWidth: 4,
78
+ d: "M65 40H83"
79
+ }),
80
+ /* @__PURE__ */ jsx("path", {
81
+ stroke: "currentColor",
82
+ strokeLinecap: "round",
83
+ strokeMiterlimit: 10,
84
+ strokeWidth: 4,
85
+ d: "M26 54H38"
86
+ }),
87
+ /* @__PURE__ */ jsx("path", {
88
+ stroke: "currentColor",
89
+ strokeLinecap: "round",
90
+ strokeMiterlimit: 10,
91
+ strokeWidth: 4,
92
+ d: "M38 54H50"
93
+ }),
94
+ /* @__PURE__ */ jsx("path", {
95
+ stroke: "currentColor",
96
+ strokeLinecap: "round",
97
+ strokeMiterlimit: 10,
98
+ strokeWidth: 4,
99
+ d: "M50 54H94"
100
+ }),
101
+ /* @__PURE__ */ jsx("path", {
102
+ stroke: "#96A199",
103
+ strokeLinecap: "round",
104
+ strokeMiterlimit: 10,
105
+ strokeWidth: 4,
106
+ d: "M26 74H55"
107
+ }),
108
+ /* @__PURE__ */ jsx("path", {
109
+ stroke: "#96A199",
110
+ strokeLinecap: "round",
111
+ strokeMiterlimit: 10,
112
+ strokeWidth: 4,
113
+ d: "M65 74H83"
114
+ }),
115
+ /* @__PURE__ */ jsx("path", {
116
+ stroke: "#96A199",
117
+ strokeLinecap: "round",
118
+ strokeMiterlimit: 10,
119
+ strokeWidth: 4,
120
+ d: "M26 88H38"
121
+ }),
122
+ /* @__PURE__ */ jsx("path", {
123
+ stroke: "#96A199",
124
+ strokeLinecap: "round",
125
+ strokeMiterlimit: 10,
126
+ strokeWidth: 4,
127
+ d: "M38 88H50"
128
+ }),
129
+ /* @__PURE__ */ jsx("path", {
130
+ stroke: "#96A199",
131
+ strokeLinecap: "round",
132
+ strokeMiterlimit: 10,
133
+ strokeWidth: 4,
134
+ d: "M50 88H94"
135
+ }),
136
+ /* @__PURE__ */ jsx("path", {
137
+ fill: "#96A199",
138
+ d: "M9 18C13.9706 18 18 13.9706 18 9C18 4.02944 13.9706 0 9 0C4.02944 0 0 4.02944 0 9C0 13.9706 4.02944 18 9 18Z"
139
+ }),
140
+ /* @__PURE__ */ jsx("path", {
141
+ fill: "#96A199",
142
+ d: "M9 48C12.3137 48 15 45.3137 15 42C15 38.6863 12.3137 36 9 36C5.68629 36 3 38.6863 3 42C3 45.3137 5.68629 48 9 48Z"
143
+ }),
144
+ /* @__PURE__ */ jsx("path", {
145
+ fill: "#96A199",
146
+ d: "M9 81.75C12.3137 81.75 15 79.0637 15 75.75C15 72.4363 12.3137 69.75 9 69.75C5.68629 69.75 3 72.4363 3 75.75C3 79.0637 5.68629 81.75 9 81.75Z"
147
+ })
148
+ ]
149
+ });
150
+ });
151
+ ChangelogIcon.displayName = "ChangelogIcon";
152
+ //#endregion
153
+ export { ChangelogIcon };
@@ -0,0 +1,4 @@
1
+ import type { OctovisualProps } from '../types.js';
2
+ declare const CheckCircleIcon: import("react").ForwardRefExoticComponent<Omit<OctovisualProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
3
+ export { CheckCircleIcon };
4
+ //# sourceMappingURL=CheckCircleIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CheckCircleIcon.d.ts","sourceRoot":"","sources":["../../src/icons/CheckCircleIcon.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAEnD,QAAA,MAAM,eAAe,wHAMnB,CAAC;AAEH,OAAO,EAAE,eAAe,EAAE,CAAC"}
@@ -0,0 +1,27 @@
1
+ import { forwardRef } from "react";
2
+ import { jsx, jsxs } from "react/jsx-runtime";
3
+ //#region src/icons/CheckCircleIcon.tsx
4
+ var CheckCircleIcon = forwardRef(function CheckCircleIcon({ 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: [/* @__PURE__ */ jsx("path", {
17
+ fill: "currentColor",
18
+ d: "M91.5588 48.0002C91.5588 24.3191 72.6617 5.0519 49.1243 4.45532L48.0002 4.44067C23.943 4.44067 4.44067 23.943 4.44067 48.0002L4.45532 49.1243C5.0519 72.6617 24.3191 91.5588 48.0002 91.5588C72.0569 91.5584 91.5584 72.0569 91.5588 48.0002ZM95.5588 48.0002C95.5584 74.2661 74.2661 95.5584 48.0002 95.5588C21.9391 95.5588 0.773856 74.5975 0.44458 48.6145L0.440674 48.0002C0.440674 21.7338 21.7338 0.440674 48.0002 0.440674L48.6145 0.44458C74.5975 0.773856 95.5588 21.9391 95.5588 48.0002Z"
19
+ }), /* @__PURE__ */ jsx("path", {
20
+ fill: "#96A199",
21
+ d: "M71.6504 26.834C74.1886 28.964 74.5196 32.7486 72.3899 35.287L45.3929 67.4609C44.6583 68.3364 43.7262 68.9486 42.717 69.2886C40.6751 70.2261 38.1886 69.9734 36.353 68.4334L24.0963 58.1488C21.5579 56.0188 21.2268 52.2342 23.3568 49.6958C25.4868 47.1574 29.2713 46.8263 31.8098 48.9563L39.6999 55.5768L63.1974 27.5736C65.3275 25.0354 69.112 24.7041 71.6504 26.834Z"
22
+ })]
23
+ });
24
+ });
25
+ CheckCircleIcon.displayName = "CheckCircleIcon";
26
+ //#endregion
27
+ export { CheckCircleIcon };
@@ -0,0 +1,4 @@
1
+ import type { OctovisualProps } from '../types.js';
2
+ declare const CliPullRequestIcon: import("react").ForwardRefExoticComponent<Omit<OctovisualProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
3
+ export { CliPullRequestIcon };
4
+ //# sourceMappingURL=CliPullRequestIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CliPullRequestIcon.d.ts","sourceRoot":"","sources":["../../src/icons/CliPullRequestIcon.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAEnD,QAAA,MAAM,kBAAkB,wHAMtB,CAAC;AAEH,OAAO,EAAE,kBAAkB,EAAE,CAAC"}
@@ -0,0 +1,66 @@
1
+ import { forwardRef } from "react";
2
+ import { jsx, jsxs } from "react/jsx-runtime";
3
+ //#region src/icons/CliPullRequestIcon.tsx
4
+ var CliPullRequestIcon = forwardRef(function CliPullRequestIcon({ 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: "M52.8115 0C55.4636 6.16243e-05 58.0075 1.0534 59.8828 2.92871L75.1963 18.2422C77.0716 20.1175 78.1249 22.6614 78.125 25.3135V38C78.125 39.1046 77.2296 40 76.125 40C75.0204 40 74.125 39.1046 74.125 38V25.3135C74.1249 23.7223 73.4923 22.1965 72.3672 21.0713L57.0537 5.75781C55.9285 4.63265 54.4027 4.00006 52.8115 4H6.125C5.02043 4 4.125 4.89543 4.125 6V90C4.125 91.1046 5.02043 92 6.125 92H12C13.1046 92 14 92.8954 14 94C14 95.1046 13.1046 96 12 96H6.125C2.81129 96 0.125 93.3137 0.125 90V6C0.125 2.68629 2.81129 0 6.125 0H52.8115Z"
20
+ }),
21
+ /* @__PURE__ */ jsx("path", {
22
+ stroke: "#96A199",
23
+ strokeLinecap: "round",
24
+ strokeMiterlimit: 10,
25
+ strokeWidth: 4,
26
+ d: "M53.5 3V21C53.5 23.2091 55.2909 25 57.5 25H75.5"
27
+ }),
28
+ /* @__PURE__ */ jsx("path", {
29
+ stroke: "currentColor",
30
+ strokeLinecap: "round",
31
+ strokeMiterlimit: 10,
32
+ strokeWidth: 4,
33
+ d: "M21 46V86C21 90.4183 24.5817 94 29 94H86C90.4183 94 94 90.4183 94 86V46C94 41.5817 90.4183 38 86 38H29C24.5817 38 21 41.5817 21 46Z"
34
+ }),
35
+ /* @__PURE__ */ jsx("path", {
36
+ stroke: "#96A199",
37
+ strokeLinecap: "round",
38
+ strokeLinejoin: "round",
39
+ strokeWidth: 4,
40
+ d: "M58.75 83L65.4213 75.4948C66.179 74.6423 66.179 73.3577 65.4213 72.5052L58.75 65"
41
+ }),
42
+ /* @__PURE__ */ jsx("path", {
43
+ stroke: "#96A199",
44
+ strokeLinecap: "round",
45
+ strokeLinejoin: "round",
46
+ strokeWidth: 4,
47
+ d: "M69.75 83H83.75"
48
+ }),
49
+ /* @__PURE__ */ jsx("path", {
50
+ fill: "#96A199",
51
+ d: "M34 55C36.2091 55 38 53.2091 38 51C38 48.7909 36.2091 47 34 47C31.7909 47 30 48.7909 30 51C30 53.2091 31.7909 55 34 55Z"
52
+ }),
53
+ /* @__PURE__ */ jsx("path", {
54
+ fill: "#96A199",
55
+ d: "M45 55C47.2091 55 49 53.2091 49 51C49 48.7909 47.2091 47 45 47C42.7909 47 41 48.7909 41 51C41 53.2091 42.7909 55 45 55Z"
56
+ }),
57
+ /* @__PURE__ */ jsx("path", {
58
+ fill: "#96A199",
59
+ d: "M56 55C58.2091 55 60 53.2091 60 51C60 48.7909 58.2091 47 56 47C53.7909 47 52 48.7909 52 51C52 53.2091 53.7909 55 56 55Z"
60
+ })
61
+ ]
62
+ });
63
+ });
64
+ CliPullRequestIcon.displayName = "CliPullRequestIcon";
65
+ //#endregion
66
+ export { CliPullRequestIcon };
@@ -0,0 +1,4 @@
1
+ import type { OctovisualProps } from '../types.js';
2
+ declare const CodeDiffIcon: import("react").ForwardRefExoticComponent<Omit<OctovisualProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
3
+ export { CodeDiffIcon };
4
+ //# sourceMappingURL=CodeDiffIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CodeDiffIcon.d.ts","sourceRoot":"","sources":["../../src/icons/CodeDiffIcon.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAEnD,QAAA,MAAM,YAAY,wHAMhB,CAAC;AAEH,OAAO,EAAE,YAAY,EAAE,CAAC"}
@@ -0,0 +1,75 @@
1
+ import { forwardRef } from "react";
2
+ import { jsx, jsxs } from "react/jsx-runtime";
3
+ //#region src/icons/CodeDiffIcon.tsx
4
+ var CodeDiffIcon = forwardRef(function CodeDiffIcon({ 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: "M36 56H18"
23
+ }),
24
+ /* @__PURE__ */ jsx("path", {
25
+ stroke: "#96A199",
26
+ strokeLinecap: "round",
27
+ strokeMiterlimit: 10,
28
+ strokeWidth: 4,
29
+ d: "M90 40L6 40"
30
+ }),
31
+ /* @__PURE__ */ jsx("path", {
32
+ stroke: "#96A199",
33
+ strokeLinecap: "round",
34
+ strokeMiterlimit: 10,
35
+ strokeWidth: 4,
36
+ d: "M90 73L6 73"
37
+ }),
38
+ /* @__PURE__ */ jsx("path", {
39
+ stroke: "#96A199",
40
+ strokeLinecap: "round",
41
+ strokeMiterlimit: 10,
42
+ strokeWidth: 4,
43
+ d: "M48 23L48 90"
44
+ }),
45
+ /* @__PURE__ */ jsx("path", {
46
+ stroke: "#96A199",
47
+ strokeLinecap: "round",
48
+ strokeMiterlimit: 10,
49
+ strokeWidth: 4,
50
+ d: "M90 23L6 23"
51
+ }),
52
+ /* @__PURE__ */ jsx("path", {
53
+ stroke: "currentColor",
54
+ strokeLinecap: "round",
55
+ strokeMiterlimit: 10,
56
+ strokeWidth: 4,
57
+ d: "M6 82V14C6 9.58172 9.58172 6 14 6H82C86.4183 6 90 9.58172 90 14V82C90 86.4183 86.4183 90 82 90H14C9.58172 90 6 86.4183 6 82Z"
58
+ }),
59
+ /* @__PURE__ */ jsx("path", {
60
+ stroke: "currentColor",
61
+ strokeLinecap: "round",
62
+ strokeMiterlimit: 10,
63
+ strokeWidth: 4,
64
+ d: "M48 71.5V41.5C48 40.6716 48.6716 40 49.5 40H88.5C89.3284 40 90 40.6716 90 41.5V71.5C90 72.3284 89.3284 73 88.5 73H49.5C48.6716 73 48 72.3284 48 71.5Z"
65
+ }),
66
+ /* @__PURE__ */ jsx("path", {
67
+ fill: "#96A199",
68
+ d: "M69 65C73.9706 65 78 60.9706 78 56C78 51.0294 73.9706 47 69 47C64.0294 47 60 51.0294 60 56C60 60.9706 64.0294 65 69 65Z"
69
+ })
70
+ ]
71
+ });
72
+ });
73
+ CodeDiffIcon.displayName = "CodeDiffIcon";
74
+ //#endregion
75
+ export { CodeDiffIcon };
@@ -0,0 +1,4 @@
1
+ import type { OctovisualProps } from '../types.js';
2
+ declare const CodeQlIcon: import("react").ForwardRefExoticComponent<Omit<OctovisualProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
3
+ export { CodeQlIcon };
4
+ //# sourceMappingURL=CodeQlIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CodeQlIcon.d.ts","sourceRoot":"","sources":["../../src/icons/CodeQlIcon.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAEnD,QAAA,MAAM,UAAU,wHAMd,CAAC;AAEH,OAAO,EAAE,UAAU,EAAE,CAAC"}
@@ -0,0 +1,149 @@
1
+ import { forwardRef } from "react";
2
+ import { jsx, jsxs } from "react/jsx-runtime";
3
+ //#region src/icons/CodeQlIcon.tsx
4
+ var CodeQlIcon = forwardRef(function CodeQlIcon({ 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: "M21 29C25.9706 29 30 24.9706 30 20C30 15.0294 25.9706 11 21 11C16.0294 11 12 15.0294 12 20C12 24.9706 16.0294 29 21 29Z"
20
+ }),
21
+ /* @__PURE__ */ jsx("path", {
22
+ stroke: "#96A199",
23
+ strokeLinecap: "round",
24
+ strokeMiterlimit: 10,
25
+ strokeWidth: 4,
26
+ d: "M86 2H10C5.58172 2 2 5.58172 2 10V30C2 34.4183 5.58172 38 10 38H86C90.4183 38 94 34.4183 94 30V10C94 5.58172 90.4183 2 86 2Z"
27
+ }),
28
+ /* @__PURE__ */ jsx("path", {
29
+ stroke: "#96A199",
30
+ strokeLinecap: "round",
31
+ strokeMiterlimit: 10,
32
+ strokeWidth: 4,
33
+ d: "M42 16H47"
34
+ }),
35
+ /* @__PURE__ */ jsx("path", {
36
+ stroke: "#96A199",
37
+ strokeLinecap: "round",
38
+ strokeMiterlimit: 10,
39
+ strokeWidth: 4,
40
+ d: "M55 16H73"
41
+ }),
42
+ /* @__PURE__ */ jsx("path", {
43
+ stroke: "#96A199",
44
+ strokeLinecap: "round",
45
+ strokeMiterlimit: 10,
46
+ strokeWidth: 4,
47
+ d: "M48 26H60"
48
+ }),
49
+ /* @__PURE__ */ jsx("path", {
50
+ stroke: "#96A199",
51
+ strokeLinecap: "round",
52
+ strokeMiterlimit: 10,
53
+ strokeWidth: 4,
54
+ d: "M68 26H78"
55
+ }),
56
+ /* @__PURE__ */ jsx("path", {
57
+ stroke: "#96A199",
58
+ strokeLinecap: "round",
59
+ strokeMiterlimit: 10,
60
+ strokeWidth: 4,
61
+ d: "M16.5 39.5V53"
62
+ }),
63
+ /* @__PURE__ */ jsx("path", {
64
+ stroke: "#96A199",
65
+ strokeLinecap: "round",
66
+ strokeMiterlimit: 10,
67
+ strokeWidth: 4,
68
+ d: "M43 66H51"
69
+ }),
70
+ /* @__PURE__ */ jsx("path", {
71
+ stroke: "#96A199",
72
+ strokeLinecap: "round",
73
+ strokeMiterlimit: 10,
74
+ strokeWidth: 4,
75
+ d: "M61 66H79"
76
+ }),
77
+ /* @__PURE__ */ jsx("path", {
78
+ stroke: "#96A199",
79
+ strokeLinecap: "round",
80
+ strokeMiterlimit: 10,
81
+ strokeWidth: 4,
82
+ d: "M43 76H55"
83
+ }),
84
+ /* @__PURE__ */ jsx("path", {
85
+ stroke: "#96A199",
86
+ strokeLinecap: "round",
87
+ strokeMiterlimit: 10,
88
+ strokeWidth: 4,
89
+ d: "M64 76H76"
90
+ }),
91
+ /* @__PURE__ */ jsx("path", {
92
+ stroke: "#96A199",
93
+ strokeLinecap: "round",
94
+ strokeMiterlimit: 10,
95
+ strokeWidth: 4,
96
+ d: "M85 76H90"
97
+ }),
98
+ /* @__PURE__ */ jsx("path", {
99
+ stroke: "#96A199",
100
+ strokeLinecap: "round",
101
+ strokeMiterlimit: 10,
102
+ strokeWidth: 4,
103
+ d: "M43 86H72"
104
+ }),
105
+ /* @__PURE__ */ jsx("path", {
106
+ stroke: "#96A199",
107
+ strokeLinecap: "round",
108
+ strokeMiterlimit: 10,
109
+ strokeWidth: 4,
110
+ d: "M72 86H90"
111
+ }),
112
+ /* @__PURE__ */ jsxs("g", {
113
+ clipPath: "url(#a)",
114
+ children: [
115
+ /* @__PURE__ */ jsx("path", {
116
+ fill: "currentColor",
117
+ fillRule: "evenodd",
118
+ d: "M32.8959 82.6559C31.7482 84.6496 25.084 89.3539 17 89.3539C8.91595 89.3539 2.25178 84.6496 1.1041 82.6559C1.02017 82.5101 0.99308 82.3437 0.99308 82.1754V78.6262C0.99308 78.4791 1.01579 78.3329 1.07023 78.1962C1.56653 76.95 2.86632 75.1398 4.54378 74.654C4.76617 74.0831 5.09556 73.2485 5.40288 72.6325C5.35144 72.1611 5.33333 71.6749 5.33333 71.1837C5.33333 69.4091 5.70949 67.8525 6.84292 66.6934C7.37231 66.152 8.02919 65.7367 8.80821 65.4245C10.6739 63.9088 13.3307 62.6337 16.9712 62.6337C20.6117 62.6337 23.3261 63.9088 25.1918 65.4245C25.9708 65.7367 26.6277 66.152 27.1571 66.6934C28.2905 67.8525 28.6667 69.4091 28.6667 71.1837C28.6667 71.6749 28.6486 72.1611 28.5971 72.6325C28.9044 73.2485 29.2338 74.0831 29.4562 74.654C31.1337 75.1398 32.4335 76.95 32.9298 78.1962C32.9842 78.3329 33.0069 78.4791 33.0069 78.6262V82.1754C33.0069 82.3437 32.9798 82.5101 32.8959 82.6559ZM18.0843 70.7535C18.0276 70.3115 18.0006 69.9157 17.9998 69.562L17.9998 69.5341C18.0016 68.5081 18.2259 67.8405 18.5841 67.4305C19.0391 66.9098 19.9793 66.511 21.9609 66.7254C23.9686 66.9427 25.0908 67.441 25.7271 68.0916C26.343 68.7216 26.6666 69.6641 26.6666 71.1837C26.6666 72.7984 26.4339 73.7523 25.9223 74.3326C25.4358 74.8844 24.4778 75.3334 22.3795 75.3334C20.7665 75.3334 19.8442 74.8087 19.2546 74.0831C18.6215 73.304 18.2652 72.1626 18.0843 70.7535ZM15.9157 70.7535C15.9724 70.3115 15.9994 69.9157 16.0002 69.562L16.0002 69.534C15.9984 68.5081 15.7741 67.8405 15.4159 67.4305C14.9609 66.9098 14.0207 66.5109 12.039 66.7254C10.0314 66.9427 8.90916 67.441 8.27293 68.0916C7.65696 68.7216 7.33336 69.6641 7.33336 71.1837C7.33336 72.7984 7.56605 73.7523 8.07767 74.3326C8.56417 74.8844 9.52216 75.3333 11.6204 75.3333C13.2335 75.3333 14.1558 74.8087 14.7454 74.0831C15.3785 73.304 15.7348 72.1626 15.9157 70.7535ZM17.2296 74.6661C17.1531 74.6665 17.3062 74.6661 17.2296 74.6661C17.1531 74.6661 16.8469 74.6665 16.7704 74.6661C16.6292 74.9025 16.4723 75.1294 16.2975 75.3444C15.2713 76.6073 13.7394 77.3334 11.6204 77.3334C9.32051 77.3334 7.63496 76.8547 6.57746 75.6552C6.51734 75.587 6.46354 75.5156 6.46354 75.5156L6.33333 75.6552V84.4341C8.24641 85.4738 12.3525 87.3395 17 87.3395C21.6475 87.3395 25.7536 85.4738 27.6667 84.4341V75.6552L27.5365 75.5156C27.5365 75.5156 27.4924 75.576 27.4225 75.6552C26.365 76.8547 24.6795 77.3334 22.3796 77.3334C20.2606 77.3334 18.7287 76.6073 17.7025 75.3444C17.5277 75.1294 17.3708 74.9025 17.2296 74.6661Z",
119
+ clipRule: "evenodd"
120
+ }),
121
+ /* @__PURE__ */ jsx("path", {
122
+ fill: "currentColor",
123
+ fillRule: "evenodd",
124
+ d: "M20.3333 79C21.0697 79 21.6667 79.597 21.6667 80.3333V83C21.6667 83.7364 21.0697 84.3333 20.3333 84.3333C19.597 84.3333 19 83.7364 19 83V80.3333C19 79.597 19.597 79 20.3333 79Z",
125
+ clipRule: "evenodd"
126
+ }),
127
+ /* @__PURE__ */ jsx("path", {
128
+ fill: "currentColor",
129
+ fillRule: "evenodd",
130
+ d: "M13.6667 79C14.403 79 15 79.597 15 80.3333V83C15 83.7364 14.403 84.3333 13.6667 84.3333C12.9303 84.3333 12.3333 83.7364 12.3333 83V80.3333C12.3333 79.597 12.9303 79 13.6667 79Z",
131
+ clipRule: "evenodd"
132
+ })
133
+ ]
134
+ }),
135
+ /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", {
136
+ id: "a",
137
+ children: /* @__PURE__ */ jsx("rect", {
138
+ width: 32,
139
+ height: 32,
140
+ fill: "white",
141
+ transform: "translate(1 60)"
142
+ })
143
+ }) })
144
+ ]
145
+ });
146
+ });
147
+ CodeQlIcon.displayName = "CodeQlIcon";
148
+ //#endregion
149
+ export { CodeQlIcon };
@@ -0,0 +1,4 @@
1
+ import type { OctovisualProps } from '../types.js';
2
+ declare const CoffeeIcon: import("react").ForwardRefExoticComponent<Omit<OctovisualProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
3
+ export { CoffeeIcon };
4
+ //# sourceMappingURL=CoffeeIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CoffeeIcon.d.ts","sourceRoot":"","sources":["../../src/icons/CoffeeIcon.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAEnD,QAAA,MAAM,UAAU,wHAMd,CAAC;AAEH,OAAO,EAAE,UAAU,EAAE,CAAC"}