@bitrise/bitkit 9.17.0 → 9.18.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (569) hide show
  1. package/package.json +6 -2
  2. package/src/Components/Button/Button.tsx +1 -2
  3. package/src/Components/Icon/Icon.stories.tsx +10 -0
  4. package/src/Components/Icon/Icon.tsx +23 -0
  5. package/src/Components/Icons/16x16/Addons.tsx +15 -0
  6. package/src/Components/Icons/16x16/AddonsTuorqouise.tsx +29 -0
  7. package/src/Components/Icons/16x16/AddonsViolet.tsx +29 -0
  8. package/src/Components/Icons/16x16/AddonsWhite.tsx +29 -0
  9. package/src/Components/Icons/16x16/Anchor.tsx +15 -0
  10. package/src/Components/Icons/16x16/Android.tsx +15 -0
  11. package/src/Components/Icons/16x16/App.tsx +15 -0
  12. package/src/Components/Icons/16x16/Apple.tsx +15 -0
  13. package/src/Components/Icons/16x16/AppleFill.tsx +13 -0
  14. package/src/Components/Icons/16x16/ArrowBack.tsx +15 -0
  15. package/src/Components/Icons/16x16/ArrowDown.tsx +13 -0
  16. package/src/Components/Icons/16x16/ArrowForward.tsx +15 -0
  17. package/src/Components/Icons/16x16/ArrowQuit.tsx +13 -0
  18. package/src/Components/Icons/16x16/ArrowUp.tsx +15 -0
  19. package/src/Components/Icons/16x16/BackArrow.tsx +15 -0
  20. package/src/Components/Icons/16x16/Badge3rdParty.tsx +16 -0
  21. package/src/Components/Icons/16x16/BadgeBitrise.tsx +19 -0
  22. package/src/Components/Icons/16x16/Bell.tsx +15 -0
  23. package/src/Components/Icons/16x16/Bitbot.tsx +19 -0
  24. package/src/Components/Icons/16x16/BitbotError.tsx +19 -0
  25. package/src/Components/Icons/16x16/BitbucketBlue.tsx +34 -0
  26. package/src/Components/Icons/16x16/BitbucketPlain.tsx +15 -0
  27. package/src/Components/Icons/16x16/BitbucketShadedWhite.tsx +38 -0
  28. package/src/Components/Icons/16x16/Book.tsx +15 -0
  29. package/src/Components/Icons/16x16/Branch.tsx +15 -0
  30. package/src/Components/Icons/16x16/Bug.tsx +15 -0
  31. package/src/Components/Icons/16x16/Build.tsx +19 -0
  32. package/src/Components/Icons/16x16/BuildstatusAborted.tsx +21 -0
  33. package/src/Components/Icons/16x16/BuildstatusAbortedSolid.tsx +15 -0
  34. package/src/Components/Icons/16x16/BuildstatusFailed.tsx +15 -0
  35. package/src/Components/Icons/16x16/BuildstatusFailedSolid.tsx +15 -0
  36. package/src/Components/Icons/16x16/BuildstatusLoading.tsx +21 -0
  37. package/src/Components/Icons/16x16/BuildstatusLoadingAnimated.tsx +31 -0
  38. package/src/Components/Icons/16x16/BuildstatusNeverbuilt.tsx +15 -0
  39. package/src/Components/Icons/16x16/BuildstatusProgressEggplant.tsx +38 -0
  40. package/src/Components/Icons/16x16/BuildstatusProgressWhite.tsx +21 -0
  41. package/src/Components/Icons/16x16/BuildstatusSuccessful.tsx +21 -0
  42. package/src/Components/Icons/16x16/BuildstatusSuccessfulSolid.tsx +15 -0
  43. package/src/Components/Icons/16x16/Bulletpoint.tsx +10 -0
  44. package/src/Components/Icons/16x16/Cache.tsx +16 -0
  45. package/src/Components/Icons/16x16/Calendar.tsx +15 -0
  46. package/src/Components/Icons/16x16/ChangePlan.tsx +17 -0
  47. package/src/Components/Icons/16x16/Chat.tsx +19 -0
  48. package/src/Components/Icons/16x16/ChatMessage.tsx +15 -0
  49. package/src/Components/Icons/16x16/ChevronDown.tsx +15 -0
  50. package/src/Components/Icons/16x16/ChevronLeft.tsx +15 -0
  51. package/src/Components/Icons/16x16/ChevronRight.tsx +15 -0
  52. package/src/Components/Icons/16x16/ChevronUp.tsx +15 -0
  53. package/src/Components/Icons/16x16/Clock.tsx +15 -0
  54. package/src/Components/Icons/16x16/CloseSmall.tsx +15 -0
  55. package/src/Components/Icons/16x16/Code.tsx +14 -0
  56. package/src/Components/Icons/16x16/CodeSigning.tsx +16 -0
  57. package/src/Components/Icons/16x16/Coffee.tsx +15 -0
  58. package/src/Components/Icons/16x16/Commit.tsx +15 -0
  59. package/src/Components/Icons/16x16/Conference.tsx +20 -0
  60. package/src/Components/Icons/16x16/Cordova.tsx +15 -0
  61. package/src/Components/Icons/16x16/Cpu.tsx +19 -0
  62. package/src/Components/Icons/16x16/Creditcard.tsx +16 -0
  63. package/src/Components/Icons/16x16/Credits.tsx +21 -0
  64. package/src/Components/Icons/16x16/Cycle.tsx +15 -0
  65. package/src/Components/Icons/16x16/DeleteNope.tsx +15 -0
  66. package/src/Components/Icons/16x16/Deployment.tsx +20 -0
  67. package/src/Components/Icons/16x16/Doc.tsx +15 -0
  68. package/src/Components/Icons/16x16/Dollars.tsx +15 -0
  69. package/src/Components/Icons/16x16/Download.tsx +15 -0
  70. package/src/Components/Icons/16x16/DropdownArrows.tsx +15 -0
  71. package/src/Components/Icons/16x16/Dudes.tsx +15 -0
  72. package/src/Components/Icons/16x16/Duplicate.tsx +15 -0
  73. package/src/Components/Icons/16x16/Enterprise.tsx +19 -0
  74. package/src/Components/Icons/16x16/ErrorGeneral.tsx +16 -0
  75. package/src/Components/Icons/16x16/Expand.tsx +13 -0
  76. package/src/Components/Icons/16x16/Fastlane.tsx +15 -0
  77. package/src/Components/Icons/16x16/FileDoc.tsx +15 -0
  78. package/src/Components/Icons/16x16/FilePdf.tsx +15 -0
  79. package/src/Components/Icons/16x16/FilePlist.tsx +23 -0
  80. package/src/Components/Icons/16x16/FileZip.tsx +23 -0
  81. package/src/Components/Icons/16x16/Filter.tsx +13 -0
  82. package/src/Components/Icons/16x16/Flag.tsx +15 -0
  83. package/src/Components/Icons/16x16/Flutter.tsx +13 -0
  84. package/src/Components/Icons/16x16/Folder.tsx +15 -0
  85. package/src/Components/Icons/16x16/Fullscreen.tsx +13 -0
  86. package/src/Components/Icons/16x16/FullscreenExit.tsx +13 -0
  87. package/src/Components/Icons/16x16/Gauge.tsx +16 -0
  88. package/src/Components/Icons/16x16/Github.tsx +15 -0
  89. package/src/Components/Icons/16x16/GitlabColor.tsx +32 -0
  90. package/src/Components/Icons/16x16/GitlabPlain.tsx +15 -0
  91. package/src/Components/Icons/16x16/GitlabShadedWhite.tsx +50 -0
  92. package/src/Components/Icons/16x16/Globe.tsx +15 -0
  93. package/src/Components/Icons/16x16/Go.tsx +31 -0
  94. package/src/Components/Icons/16x16/Group.tsx +15 -0
  95. package/src/Components/Icons/16x16/Heart.tsx +15 -0
  96. package/src/Components/Icons/16x16/HidePassword.tsx +19 -0
  97. package/src/Components/Icons/16x16/History.tsx +14 -0
  98. package/src/Components/Icons/16x16/Image.tsx +15 -0
  99. package/src/Components/Icons/16x16/Info.tsx +15 -0
  100. package/src/Components/Icons/16x16/Interaction.tsx +19 -0
  101. package/src/Components/Icons/16x16/Invoice.tsx +15 -0
  102. package/src/Components/Icons/16x16/Ionic.tsx +15 -0
  103. package/src/Components/Icons/16x16/Japanese.tsx +15 -0
  104. package/src/Components/Icons/16x16/Key.tsx +15 -0
  105. package/src/Components/Icons/16x16/Laptop.tsx +15 -0
  106. package/src/Components/Icons/16x16/Lightbulb.tsx +15 -0
  107. package/src/Components/Icons/16x16/Link.tsx +13 -0
  108. package/src/Components/Icons/16x16/Lock.tsx +15 -0
  109. package/src/Components/Icons/16x16/Login.tsx +15 -0
  110. package/src/Components/Icons/16x16/Logout.tsx +15 -0
  111. package/src/Components/Icons/16x16/Macos.tsx +15 -0
  112. package/src/Components/Icons/16x16/Magnifier.tsx +15 -0
  113. package/src/Components/Icons/16x16/Mail.tsx +15 -0
  114. package/src/Components/Icons/16x16/MenuGrid.tsx +15 -0
  115. package/src/Components/Icons/16x16/MenuHamburger.tsx +15 -0
  116. package/src/Components/Icons/16x16/Message.tsx +15 -0
  117. package/src/Components/Icons/16x16/MinusClose.tsx +10 -0
  118. package/src/Components/Icons/16x16/MinusRemove.tsx +15 -0
  119. package/src/Components/Icons/16x16/Mobile.tsx +15 -0
  120. package/src/Components/Icons/16x16/MoreHorizontal.tsx +15 -0
  121. package/src/Components/Icons/16x16/MoreVertical.tsx +15 -0
  122. package/src/Components/Icons/16x16/News.tsx +19 -0
  123. package/src/Components/Icons/16x16/NoTie.tsx +15 -0
  124. package/src/Components/Icons/16x16/Nodejs.tsx +15 -0
  125. package/src/Components/Icons/16x16/Numero.tsx +15 -0
  126. package/src/Components/Icons/16x16/OpenInBrowser.tsx +15 -0
  127. package/src/Components/Icons/16x16/Other.tsx +21 -0
  128. package/src/Components/Icons/16x16/Overview.tsx +15 -0
  129. package/src/Components/Icons/16x16/Owner.tsx +19 -0
  130. package/src/Components/Icons/16x16/Pause.tsx +15 -0
  131. package/src/Components/Icons/16x16/Pencil.tsx +20 -0
  132. package/src/Components/Icons/16x16/Percent.tsx +15 -0
  133. package/src/Components/Icons/16x16/Person.tsx +15 -0
  134. package/src/Components/Icons/16x16/Play.tsx +15 -0
  135. package/src/Components/Icons/16x16/PlusAdd.tsx +15 -0
  136. package/src/Components/Icons/16x16/PlusOpen.tsx +15 -0
  137. package/src/Components/Icons/16x16/Podcast.tsx +19 -0
  138. package/src/Components/Icons/16x16/Power.tsx +14 -0
  139. package/src/Components/Icons/16x16/ProgressEggplant.tsx +32 -0
  140. package/src/Components/Icons/16x16/ProgressViolet.tsx +32 -0
  141. package/src/Components/Icons/16x16/ProgressWhite.tsx +32 -0
  142. package/src/Components/Icons/16x16/Pull.tsx +15 -0
  143. package/src/Components/Icons/16x16/Push.tsx +15 -0
  144. package/src/Components/Icons/16x16/ReactIcon.tsx +15 -0
  145. package/src/Components/Icons/16x16/Refresh.tsx +13 -0
  146. package/src/Components/Icons/16x16/Request.tsx +13 -0
  147. package/src/Components/Icons/16x16/Responsiveness.tsx +17 -0
  148. package/src/Components/Icons/16x16/SampleApp.tsx +19 -0
  149. package/src/Components/Icons/16x16/Save.tsx +16 -0
  150. package/src/Components/Icons/16x16/Screenshare.tsx +16 -0
  151. package/src/Components/Icons/16x16/SecurityShield.tsx +15 -0
  152. package/src/Components/Icons/16x16/Settings.tsx +15 -0
  153. package/src/Components/Icons/16x16/Ship.tsx +19 -0
  154. package/src/Components/Icons/16x16/ShowPassword.tsx +16 -0
  155. package/src/Components/Icons/16x16/Shuffle.tsx +15 -0
  156. package/src/Components/Icons/16x16/Stability.tsx +16 -0
  157. package/src/Components/Icons/16x16/Stack.tsx +15 -0
  158. package/src/Components/Icons/16x16/Star.tsx +15 -0
  159. package/src/Components/Icons/16x16/Status.tsx +21 -0
  160. package/src/Components/Icons/16x16/StepUpgrade.tsx +11 -0
  161. package/src/Components/Icons/16x16/StepVersionOk.tsx +11 -0
  162. package/src/Components/Icons/16x16/Steps.tsx +15 -0
  163. package/src/Components/Icons/16x16/StepsTuorqouise.tsx +29 -0
  164. package/src/Components/Icons/16x16/StepsViolet.tsx +29 -0
  165. package/src/Components/Icons/16x16/StepsWhite.tsx +29 -0
  166. package/src/Components/Icons/16x16/StepstatusSkip.tsx +17 -0
  167. package/src/Components/Icons/16x16/StepstatusWarning.tsx +16 -0
  168. package/src/Components/Icons/16x16/Stopwatch.tsx +20 -0
  169. package/src/Components/Icons/16x16/Support.tsx +15 -0
  170. package/src/Components/Icons/16x16/Swag.tsx +13 -0
  171. package/src/Components/Icons/16x16/Tag.tsx +16 -0
  172. package/src/Components/Icons/16x16/TestFailed.tsx +19 -0
  173. package/src/Components/Icons/16x16/TestInconclusive.tsx +19 -0
  174. package/src/Components/Icons/16x16/TestInfo.tsx +19 -0
  175. package/src/Components/Icons/16x16/TestInprogress.tsx +15 -0
  176. package/src/Components/Icons/16x16/TestSkipped.tsx +17 -0
  177. package/src/Components/Icons/16x16/TestSuccess.tsx +16 -0
  178. package/src/Components/Icons/16x16/TestWarning.tsx +16 -0
  179. package/src/Components/Icons/16x16/Testing.tsx +19 -0
  180. package/src/Components/Icons/16x16/Tick.tsx +15 -0
  181. package/src/Components/Icons/16x16/Time.tsx +15 -0
  182. package/src/Components/Icons/16x16/Tools.tsx +17 -0
  183. package/src/Components/Icons/16x16/Trace.tsx +13 -0
  184. package/src/Components/Icons/16x16/Trash.tsx +15 -0
  185. package/src/Components/Icons/16x16/Trigger.tsx +15 -0
  186. package/src/Components/Icons/16x16/Twitter.tsx +15 -0
  187. package/src/Components/Icons/16x16/ValidateShield.tsx +15 -0
  188. package/src/Components/Icons/16x16/Video.tsx +21 -0
  189. package/src/Components/Icons/16x16/Warning.tsx +15 -0
  190. package/src/Components/Icons/16x16/WebUi.tsx +17 -0
  191. package/src/Components/Icons/16x16/Webhooks.tsx +21 -0
  192. package/src/Components/Icons/16x16/Webinar.tsx +15 -0
  193. package/src/Components/Icons/16x16/Window.tsx +19 -0
  194. package/src/Components/Icons/16x16/Workflow.tsx +15 -0
  195. package/src/Components/Icons/16x16/WorkflowFlow.tsx +15 -0
  196. package/src/Components/Icons/16x16/Wow.tsx +15 -0
  197. package/src/Components/Icons/16x16/Xamarin.tsx +19 -0
  198. package/src/Components/Icons/16x16/index.ts +193 -0
  199. package/src/Components/Icons/24x24/Addons.tsx +15 -0
  200. package/src/Components/Icons/24x24/AddonsTuorqouise.tsx +29 -0
  201. package/src/Components/Icons/24x24/AddonsViolet.tsx +29 -0
  202. package/src/Components/Icons/24x24/AddonsWhite.tsx +29 -0
  203. package/src/Components/Icons/24x24/Anchor.tsx +15 -0
  204. package/src/Components/Icons/24x24/Android.tsx +15 -0
  205. package/src/Components/Icons/24x24/App.tsx +15 -0
  206. package/src/Components/Icons/24x24/Apple.tsx +15 -0
  207. package/src/Components/Icons/24x24/AppleFill.tsx +13 -0
  208. package/src/Components/Icons/24x24/ArrowBack.tsx +15 -0
  209. package/src/Components/Icons/24x24/ArrowDown.tsx +13 -0
  210. package/src/Components/Icons/24x24/ArrowForward.tsx +15 -0
  211. package/src/Components/Icons/24x24/ArrowQuit.tsx +13 -0
  212. package/src/Components/Icons/24x24/ArrowUp.tsx +15 -0
  213. package/src/Components/Icons/24x24/BackArrow.tsx +15 -0
  214. package/src/Components/Icons/24x24/Badge3rdParty.tsx +16 -0
  215. package/src/Components/Icons/24x24/BadgeBitrise.tsx +19 -0
  216. package/src/Components/Icons/24x24/Bell.tsx +15 -0
  217. package/src/Components/Icons/24x24/Bitbot.tsx +19 -0
  218. package/src/Components/Icons/24x24/BitbotError.tsx +19 -0
  219. package/src/Components/Icons/24x24/BitbucketBlue.tsx +34 -0
  220. package/src/Components/Icons/24x24/BitbucketPlain.tsx +15 -0
  221. package/src/Components/Icons/24x24/BitbucketShadedWhite.tsx +57 -0
  222. package/src/Components/Icons/24x24/Book.tsx +15 -0
  223. package/src/Components/Icons/24x24/Branch.tsx +15 -0
  224. package/src/Components/Icons/24x24/Bug.tsx +15 -0
  225. package/src/Components/Icons/24x24/Build.tsx +16 -0
  226. package/src/Components/Icons/24x24/BuildstatusAborted.tsx +21 -0
  227. package/src/Components/Icons/24x24/BuildstatusAbortedSolid.tsx +15 -0
  228. package/src/Components/Icons/24x24/BuildstatusFailed.tsx +15 -0
  229. package/src/Components/Icons/24x24/BuildstatusFailedSolid.tsx +15 -0
  230. package/src/Components/Icons/24x24/BuildstatusLoading.tsx +21 -0
  231. package/src/Components/Icons/24x24/BuildstatusLoadingAnimated.tsx +31 -0
  232. package/src/Components/Icons/24x24/BuildstatusNeverbuilt.tsx +15 -0
  233. package/src/Components/Icons/24x24/BuildstatusProgressEggplant.tsx +38 -0
  234. package/src/Components/Icons/24x24/BuildstatusProgressWhite.tsx +21 -0
  235. package/src/Components/Icons/24x24/BuildstatusSuccessful.tsx +21 -0
  236. package/src/Components/Icons/24x24/BuildstatusSuccessfulSolid.tsx +15 -0
  237. package/src/Components/Icons/24x24/Bulletpoint.tsx +10 -0
  238. package/src/Components/Icons/24x24/Cache.tsx +16 -0
  239. package/src/Components/Icons/24x24/Calendar.tsx +15 -0
  240. package/src/Components/Icons/24x24/ChangePlan.tsx +17 -0
  241. package/src/Components/Icons/24x24/Chat.tsx +19 -0
  242. package/src/Components/Icons/24x24/ChatMessage.tsx +15 -0
  243. package/src/Components/Icons/24x24/ChevronDown.tsx +15 -0
  244. package/src/Components/Icons/24x24/ChevronLeft.tsx +15 -0
  245. package/src/Components/Icons/24x24/ChevronRight.tsx +15 -0
  246. package/src/Components/Icons/24x24/ChevronUp.tsx +15 -0
  247. package/src/Components/Icons/24x24/Clock.tsx +15 -0
  248. package/src/Components/Icons/24x24/CloseSmall.tsx +15 -0
  249. package/src/Components/Icons/24x24/Code.tsx +14 -0
  250. package/src/Components/Icons/24x24/CodeSigning.tsx +16 -0
  251. package/src/Components/Icons/24x24/Coffee.tsx +15 -0
  252. package/src/Components/Icons/24x24/Commit.tsx +15 -0
  253. package/src/Components/Icons/24x24/Conference.tsx +17 -0
  254. package/src/Components/Icons/24x24/Cordova.tsx +15 -0
  255. package/src/Components/Icons/24x24/Cpu.tsx +16 -0
  256. package/src/Components/Icons/24x24/Creditcard.tsx +16 -0
  257. package/src/Components/Icons/24x24/Credits.tsx +21 -0
  258. package/src/Components/Icons/24x24/Cycle.tsx +15 -0
  259. package/src/Components/Icons/24x24/DeleteNope.tsx +15 -0
  260. package/src/Components/Icons/24x24/Deployment.tsx +20 -0
  261. package/src/Components/Icons/24x24/Doc.tsx +15 -0
  262. package/src/Components/Icons/24x24/Dollars.tsx +15 -0
  263. package/src/Components/Icons/24x24/Download.tsx +15 -0
  264. package/src/Components/Icons/24x24/DropdownArrows.tsx +15 -0
  265. package/src/Components/Icons/24x24/Dudes.tsx +15 -0
  266. package/src/Components/Icons/24x24/Duplicate.tsx +15 -0
  267. package/src/Components/Icons/24x24/Enterprise.tsx +19 -0
  268. package/src/Components/Icons/24x24/ErrorGeneral.tsx +16 -0
  269. package/src/Components/Icons/24x24/Expand.tsx +13 -0
  270. package/src/Components/Icons/24x24/Fastlane.tsx +15 -0
  271. package/src/Components/Icons/24x24/FileDoc.tsx +15 -0
  272. package/src/Components/Icons/24x24/FilePdf.tsx +15 -0
  273. package/src/Components/Icons/24x24/FilePlist.tsx +23 -0
  274. package/src/Components/Icons/24x24/FileZip.tsx +23 -0
  275. package/src/Components/Icons/24x24/Filter.tsx +13 -0
  276. package/src/Components/Icons/24x24/Flag.tsx +15 -0
  277. package/src/Components/Icons/24x24/Flutter.tsx +13 -0
  278. package/src/Components/Icons/24x24/Folder.tsx +15 -0
  279. package/src/Components/Icons/24x24/Fullscreen.tsx +10 -0
  280. package/src/Components/Icons/24x24/FullscreenExit.tsx +10 -0
  281. package/src/Components/Icons/24x24/Gauge.tsx +16 -0
  282. package/src/Components/Icons/24x24/Github.tsx +15 -0
  283. package/src/Components/Icons/24x24/GitlabColor.tsx +32 -0
  284. package/src/Components/Icons/24x24/GitlabPlain.tsx +15 -0
  285. package/src/Components/Icons/24x24/GitlabShadedWhite.tsx +43 -0
  286. package/src/Components/Icons/24x24/Globe.tsx +15 -0
  287. package/src/Components/Icons/24x24/Go.tsx +31 -0
  288. package/src/Components/Icons/24x24/Group.tsx +15 -0
  289. package/src/Components/Icons/24x24/Heart.tsx +15 -0
  290. package/src/Components/Icons/24x24/HidePassword.tsx +19 -0
  291. package/src/Components/Icons/24x24/History.tsx +14 -0
  292. package/src/Components/Icons/24x24/Image.tsx +15 -0
  293. package/src/Components/Icons/24x24/Info.tsx +15 -0
  294. package/src/Components/Icons/24x24/Interaction.tsx +19 -0
  295. package/src/Components/Icons/24x24/Invoice.tsx +15 -0
  296. package/src/Components/Icons/24x24/Ionic.tsx +15 -0
  297. package/src/Components/Icons/24x24/Japanese.tsx +15 -0
  298. package/src/Components/Icons/24x24/Key.tsx +15 -0
  299. package/src/Components/Icons/24x24/Laptop.tsx +15 -0
  300. package/src/Components/Icons/24x24/Lightbulb.tsx +15 -0
  301. package/src/Components/Icons/24x24/Link.tsx +13 -0
  302. package/src/Components/Icons/24x24/Lock.tsx +15 -0
  303. package/src/Components/Icons/24x24/Login.tsx +15 -0
  304. package/src/Components/Icons/24x24/Logout.tsx +15 -0
  305. package/src/Components/Icons/24x24/Macos.tsx +15 -0
  306. package/src/Components/Icons/24x24/Magnifier.tsx +15 -0
  307. package/src/Components/Icons/24x24/Mail.tsx +15 -0
  308. package/src/Components/Icons/24x24/MenuGrid.tsx +15 -0
  309. package/src/Components/Icons/24x24/MenuHamburger.tsx +10 -0
  310. package/src/Components/Icons/24x24/Message.tsx +15 -0
  311. package/src/Components/Icons/24x24/MinusClose.tsx +10 -0
  312. package/src/Components/Icons/24x24/MinusRemove.tsx +15 -0
  313. package/src/Components/Icons/24x24/Mobile.tsx +15 -0
  314. package/src/Components/Icons/24x24/MoreHorizontal.tsx +15 -0
  315. package/src/Components/Icons/24x24/MoreVertical.tsx +15 -0
  316. package/src/Components/Icons/24x24/News.tsx +16 -0
  317. package/src/Components/Icons/24x24/NoTie.tsx +15 -0
  318. package/src/Components/Icons/24x24/Nodejs.tsx +15 -0
  319. package/src/Components/Icons/24x24/Numero.tsx +15 -0
  320. package/src/Components/Icons/24x24/OpenInBrowser.tsx +15 -0
  321. package/src/Components/Icons/24x24/Other.tsx +21 -0
  322. package/src/Components/Icons/24x24/Overview.tsx +15 -0
  323. package/src/Components/Icons/24x24/Owner.tsx +19 -0
  324. package/src/Components/Icons/24x24/Pause.tsx +15 -0
  325. package/src/Components/Icons/24x24/Pencil.tsx +17 -0
  326. package/src/Components/Icons/24x24/Percent.tsx +15 -0
  327. package/src/Components/Icons/24x24/Person.tsx +15 -0
  328. package/src/Components/Icons/24x24/Play.tsx +15 -0
  329. package/src/Components/Icons/24x24/PlusAdd.tsx +15 -0
  330. package/src/Components/Icons/24x24/PlusOpen.tsx +10 -0
  331. package/src/Components/Icons/24x24/Podcast.tsx +16 -0
  332. package/src/Components/Icons/24x24/Power.tsx +11 -0
  333. package/src/Components/Icons/24x24/ProgressEggplant.tsx +32 -0
  334. package/src/Components/Icons/24x24/ProgressViolet.tsx +32 -0
  335. package/src/Components/Icons/24x24/ProgressWhite.tsx +32 -0
  336. package/src/Components/Icons/24x24/Pull.tsx +15 -0
  337. package/src/Components/Icons/24x24/Push.tsx +15 -0
  338. package/src/Components/Icons/24x24/ReactIcon.tsx +15 -0
  339. package/src/Components/Icons/24x24/Refresh.tsx +13 -0
  340. package/src/Components/Icons/24x24/Request.tsx +13 -0
  341. package/src/Components/Icons/24x24/Responsiveness.tsx +17 -0
  342. package/src/Components/Icons/24x24/SampleApp.tsx +25 -0
  343. package/src/Components/Icons/24x24/Save.tsx +16 -0
  344. package/src/Components/Icons/24x24/Screenshare.tsx +16 -0
  345. package/src/Components/Icons/24x24/SecurityShield.tsx +15 -0
  346. package/src/Components/Icons/24x24/Settings.tsx +15 -0
  347. package/src/Components/Icons/24x24/Ship.tsx +19 -0
  348. package/src/Components/Icons/24x24/ShowPassword.tsx +16 -0
  349. package/src/Components/Icons/24x24/Shuffle.tsx +15 -0
  350. package/src/Components/Icons/24x24/Stability.tsx +16 -0
  351. package/src/Components/Icons/24x24/Stack.tsx +15 -0
  352. package/src/Components/Icons/24x24/Star.tsx +15 -0
  353. package/src/Components/Icons/24x24/Status.tsx +21 -0
  354. package/src/Components/Icons/24x24/StepUpgrade.tsx +11 -0
  355. package/src/Components/Icons/24x24/StepVersionOk.tsx +11 -0
  356. package/src/Components/Icons/24x24/Steps.tsx +15 -0
  357. package/src/Components/Icons/24x24/StepsTuorqouise.tsx +29 -0
  358. package/src/Components/Icons/24x24/StepsViolet.tsx +29 -0
  359. package/src/Components/Icons/24x24/StepsWhite.tsx +29 -0
  360. package/src/Components/Icons/24x24/StepstatusSkip.tsx +17 -0
  361. package/src/Components/Icons/24x24/StepstatusWarning.tsx +16 -0
  362. package/src/Components/Icons/24x24/Stopwatch.tsx +20 -0
  363. package/src/Components/Icons/24x24/Support.tsx +15 -0
  364. package/src/Components/Icons/24x24/Swag.tsx +13 -0
  365. package/src/Components/Icons/24x24/Tag.tsx +16 -0
  366. package/src/Components/Icons/24x24/TestFailed.tsx +16 -0
  367. package/src/Components/Icons/24x24/TestInconclusive.tsx +19 -0
  368. package/src/Components/Icons/24x24/TestInfo.tsx +19 -0
  369. package/src/Components/Icons/24x24/TestInprogress.tsx +15 -0
  370. package/src/Components/Icons/24x24/TestSkipped.tsx +17 -0
  371. package/src/Components/Icons/24x24/TestSuccess.tsx +16 -0
  372. package/src/Components/Icons/24x24/TestWarning.tsx +16 -0
  373. package/src/Components/Icons/24x24/Testing.tsx +19 -0
  374. package/src/Components/Icons/24x24/Tick.tsx +15 -0
  375. package/src/Components/Icons/24x24/Time.tsx +15 -0
  376. package/src/Components/Icons/24x24/Tools.tsx +17 -0
  377. package/src/Components/Icons/24x24/Trace.tsx +13 -0
  378. package/src/Components/Icons/24x24/Trash.tsx +15 -0
  379. package/src/Components/Icons/24x24/Trigger.tsx +15 -0
  380. package/src/Components/Icons/24x24/Twitter.tsx +15 -0
  381. package/src/Components/Icons/24x24/ValidateShield.tsx +15 -0
  382. package/src/Components/Icons/24x24/Video.tsx +21 -0
  383. package/src/Components/Icons/24x24/Warning.tsx +15 -0
  384. package/src/Components/Icons/24x24/WebUi.tsx +17 -0
  385. package/src/Components/Icons/24x24/Webhooks.tsx +21 -0
  386. package/src/Components/Icons/24x24/Webinar.tsx +15 -0
  387. package/src/Components/Icons/24x24/Window.tsx +19 -0
  388. package/src/Components/Icons/24x24/Workflow.tsx +15 -0
  389. package/src/Components/Icons/24x24/WorkflowFlow.tsx +15 -0
  390. package/src/Components/Icons/24x24/Wow.tsx +15 -0
  391. package/src/Components/Icons/24x24/Xamarin.tsx +16 -0
  392. package/src/Components/Icons/24x24/index.ts +193 -0
  393. package/src/Components/Icons/index.stories.tsx +60 -0
  394. package/src/Components/Icons/utils.ts +15 -0
  395. package/src/Components/Menu/Menu.stories.tsx +9 -9
  396. package/src/index.ts +3 -0
  397. package/src/old.ts +0 -4
  398. package/src/tsconfig.tsbuildinfo +1 -1
  399. package/src/Old/Icon/svg/icons-add-ons-color-tuorqouise.svg +0 -7
  400. package/src/Old/Icon/svg/icons-add-ons-color-violet.svg +0 -7
  401. package/src/Old/Icon/svg/icons-add-ons-white.svg +0 -7
  402. package/src/Old/Icon/svg/icons-add-ons.svg +0 -3
  403. package/src/Old/Icon/svg/icons-app.svg +0 -6
  404. package/src/Old/Icon/svg/icons-arrow-back.svg +0 -3
  405. package/src/Old/Icon/svg/icons-arrow-down.svg +0 -6
  406. package/src/Old/Icon/svg/icons-arrow-forward.svg +0 -6
  407. package/src/Old/Icon/svg/icons-arrow-quit.svg +0 -3
  408. package/src/Old/Icon/svg/icons-arrow-up.svg +0 -3
  409. package/src/Old/Icon/svg/icons-back-arrow.svg +0 -6
  410. package/src/Old/Icon/svg/icons-bell.svg +0 -6
  411. package/src/Old/Icon/svg/icons-bitbot-failed.svg +0 -6
  412. package/src/Old/Icon/svg/icons-bitbot.svg +0 -6
  413. package/src/Old/Icon/svg/icons-bitbucket-fill.svg +0 -3
  414. package/src/Old/Icon/svg/icons-bitbucket.svg +0 -13
  415. package/src/Old/Icon/svg/icons-bitrise-certified.svg +0 -4
  416. package/src/Old/Icon/svg/icons-book.svg +0 -6
  417. package/src/Old/Icon/svg/icons-branch-branch.svg +0 -6
  418. package/src/Old/Icon/svg/icons-branch-commit.svg +0 -3
  419. package/src/Old/Icon/svg/icons-branch-pull.svg +0 -6
  420. package/src/Old/Icon/svg/icons-branch-push.svg +0 -6
  421. package/src/Old/Icon/svg/icons-branch-tag.svg +0 -6
  422. package/src/Old/Icon/svg/icons-bug.svg +0 -6
  423. package/src/Old/Icon/svg/icons-build.svg +0 -3
  424. package/src/Old/Icon/svg/icons-buildstatus-aborted-solid.svg +0 -3
  425. package/src/Old/Icon/svg/icons-buildstatus-aborted.svg +0 -6
  426. package/src/Old/Icon/svg/icons-buildstatus-failed-solid.svg +0 -3
  427. package/src/Old/Icon/svg/icons-buildstatus-failed.svg +0 -6
  428. package/src/Old/Icon/svg/icons-buildstatus-loading-animated.svg +0 -46
  429. package/src/Old/Icon/svg/icons-buildstatus-loading.svg +0 -6
  430. package/src/Old/Icon/svg/icons-buildstatus-loadingeeehh-white.svg +0 -6
  431. package/src/Old/Icon/svg/icons-buildstatus-loadingeeehh.svg +0 -6
  432. package/src/Old/Icon/svg/icons-buildstatus-neverbuilt.svg +0 -3
  433. package/src/Old/Icon/svg/icons-buildstatus-successful-solid.svg +0 -3
  434. package/src/Old/Icon/svg/icons-buildstatus-successful.svg +0 -6
  435. package/src/Old/Icon/svg/icons-calendar.svg +0 -6
  436. package/src/Old/Icon/svg/icons-chain.svg +0 -6
  437. package/src/Old/Icon/svg/icons-change-plan.svg +0 -3
  438. package/src/Old/Icon/svg/icons-chat-message.svg +0 -6
  439. package/src/Old/Icon/svg/icons-chat.svg +0 -3
  440. package/src/Old/Icon/svg/icons-chevron-down.svg +0 -6
  441. package/src/Old/Icon/svg/icons-chevron-left.svg +0 -6
  442. package/src/Old/Icon/svg/icons-chevron-right.svg +0 -6
  443. package/src/Old/Icon/svg/icons-chevron-up.svg +0 -5
  444. package/src/Old/Icon/svg/icons-clock.svg +0 -6
  445. package/src/Old/Icon/svg/icons-close-small.svg +0 -6
  446. package/src/Old/Icon/svg/icons-code.svg +0 -6
  447. package/src/Old/Icon/svg/icons-coffee.svg +0 -6
  448. package/src/Old/Icon/svg/icons-console.svg +0 -1
  449. package/src/Old/Icon/svg/icons-credit.svg +0 -5
  450. package/src/Old/Icon/svg/icons-creditcard.svg +0 -4
  451. package/src/Old/Icon/svg/icons-delete-nope.svg +0 -3
  452. package/src/Old/Icon/svg/icons-deployment.svg +0 -3
  453. package/src/Old/Icon/svg/icons-doc.svg +0 -6
  454. package/src/Old/Icon/svg/icons-dollars.svg +0 -6
  455. package/src/Old/Icon/svg/icons-download.svg +0 -6
  456. package/src/Old/Icon/svg/icons-dropdown-arrows.svg +0 -6
  457. package/src/Old/Icon/svg/icons-dudes.svg +0 -3
  458. package/src/Old/Icon/svg/icons-duplicate.svg +0 -3
  459. package/src/Old/Icon/svg/icons-enterprise.svg +0 -14
  460. package/src/Old/Icon/svg/icons-error-general.svg +0 -5
  461. package/src/Old/Icon/svg/icons-file-doc.svg +0 -6
  462. package/src/Old/Icon/svg/icons-file-pdf.svg +0 -6
  463. package/src/Old/Icon/svg/icons-file-plist.svg +0 -6
  464. package/src/Old/Icon/svg/icons-file-zip.svg +0 -6
  465. package/src/Old/Icon/svg/icons-filter.svg +0 -6
  466. package/src/Old/Icon/svg/icons-flag.svg +0 -6
  467. package/src/Old/Icon/svg/icons-folder.svg +0 -6
  468. package/src/Old/Icon/svg/icons-fullscreen-exit.svg +0 -3
  469. package/src/Old/Icon/svg/icons-fullscreen.svg +0 -3
  470. package/src/Old/Icon/svg/icons-gauge.svg +0 -4
  471. package/src/Old/Icon/svg/icons-github.svg +0 -3
  472. package/src/Old/Icon/svg/icons-gitlab-fill.svg +0 -3
  473. package/src/Old/Icon/svg/icons-gitlab.svg +0 -10
  474. package/src/Old/Icon/svg/icons-globe.svg +0 -6
  475. package/src/Old/Icon/svg/icons-group.svg +0 -3
  476. package/src/Old/Icon/svg/icons-heart.svg +0 -3
  477. package/src/Old/Icon/svg/icons-hide-password.svg +0 -4
  478. package/src/Old/Icon/svg/icons-history.svg +0 -4
  479. package/src/Old/Icon/svg/icons-image.svg +0 -3
  480. package/src/Old/Icon/svg/icons-info.svg +0 -3
  481. package/src/Old/Icon/svg/icons-integrations.svg +0 -3
  482. package/src/Old/Icon/svg/icons-interaction.svg +0 -3
  483. package/src/Old/Icon/svg/icons-invoice.svg +0 -6
  484. package/src/Old/Icon/svg/icons-japanese.svg +0 -3
  485. package/src/Old/Icon/svg/icons-key.svg +0 -3
  486. package/src/Old/Icon/svg/icons-laptop.svg +0 -6
  487. package/src/Old/Icon/svg/icons-laptops.svg +0 -1
  488. package/src/Old/Icon/svg/icons-lightbulb.svg +0 -6
  489. package/src/Old/Icon/svg/icons-lock.svg +0 -6
  490. package/src/Old/Icon/svg/icons-login.svg +0 -6
  491. package/src/Old/Icon/svg/icons-logout.svg +0 -6
  492. package/src/Old/Icon/svg/icons-magnifier.svg +0 -6
  493. package/src/Old/Icon/svg/icons-mail.svg +0 -6
  494. package/src/Old/Icon/svg/icons-menu-grid.svg +0 -6
  495. package/src/Old/Icon/svg/icons-menu-hamburger.svg +0 -6
  496. package/src/Old/Icon/svg/icons-message.svg +0 -6
  497. package/src/Old/Icon/svg/icons-minus-close.svg +0 -3
  498. package/src/Old/Icon/svg/icons-minus-remove.svg +0 -6
  499. package/src/Old/Icon/svg/icons-mobile.svg +0 -6
  500. package/src/Old/Icon/svg/icons-monitoring.svg +0 -3
  501. package/src/Old/Icon/svg/icons-more-horizontal.svg +0 -3
  502. package/src/Old/Icon/svg/icons-more-vertical.svg +0 -3
  503. package/src/Old/Icon/svg/icons-no-tie.svg +0 -3
  504. package/src/Old/Icon/svg/icons-numero.svg +0 -6
  505. package/src/Old/Icon/svg/icons-open-in-browser.svg +0 -6
  506. package/src/Old/Icon/svg/icons-overview.svg +0 -3
  507. package/src/Old/Icon/svg/icons-owner.svg +0 -9
  508. package/src/Old/Icon/svg/icons-pause.svg +0 -3
  509. package/src/Old/Icon/svg/icons-pencil.svg +0 -5
  510. package/src/Old/Icon/svg/icons-percent.svg +0 -3
  511. package/src/Old/Icon/svg/icons-person.svg +0 -3
  512. package/src/Old/Icon/svg/icons-platforms-android.svg +0 -6
  513. package/src/Old/Icon/svg/icons-platforms-apple.svg +0 -6
  514. package/src/Old/Icon/svg/icons-platforms-cordova.svg +0 -3
  515. package/src/Old/Icon/svg/icons-platforms-fastlane.svg +0 -3
  516. package/src/Old/Icon/svg/icons-platforms-flutter.svg +0 -3
  517. package/src/Old/Icon/svg/icons-platforms-go.svg +0 -3
  518. package/src/Old/Icon/svg/icons-platforms-ionic.svg +0 -3
  519. package/src/Old/Icon/svg/icons-platforms-macos.svg +0 -3
  520. package/src/Old/Icon/svg/icons-platforms-nodejs.svg +0 -3
  521. package/src/Old/Icon/svg/icons-platforms-other.svg +0 -4
  522. package/src/Old/Icon/svg/icons-platforms-react.svg +0 -3
  523. package/src/Old/Icon/svg/icons-platforms-xamarin.svg +0 -3
  524. package/src/Old/Icon/svg/icons-play.svg +0 -6
  525. package/src/Old/Icon/svg/icons-plus-add.svg +0 -6
  526. package/src/Old/Icon/svg/icons-plus-open.svg +0 -6
  527. package/src/Old/Icon/svg/icons-power.svg +0 -4
  528. package/src/Old/Icon/svg/icons-refresh.svg +0 -1
  529. package/src/Old/Icon/svg/icons-request.svg +0 -3
  530. package/src/Old/Icon/svg/icons-responsiveness.svg +0 -3
  531. package/src/Old/Icon/svg/icons-save.svg +0 -3
  532. package/src/Old/Icon/svg/icons-security-shield.svg +0 -6
  533. package/src/Old/Icon/svg/icons-settings.svg +0 -6
  534. package/src/Old/Icon/svg/icons-ship.svg +0 -3
  535. package/src/Old/Icon/svg/icons-show-password.svg +0 -6
  536. package/src/Old/Icon/svg/icons-shuffle.svg +0 -6
  537. package/src/Old/Icon/svg/icons-stability.svg +0 -6
  538. package/src/Old/Icon/svg/icons-stack.svg +0 -6
  539. package/src/Old/Icon/svg/icons-status.svg +0 -6
  540. package/src/Old/Icon/svg/icons-step-third-party.svg +0 -4
  541. package/src/Old/Icon/svg/icons-step-upgrade-circle.svg +0 -4
  542. package/src/Old/Icon/svg/icons-step-upgrade.svg +0 -11
  543. package/src/Old/Icon/svg/icons-step-version-ok.svg +0 -4
  544. package/src/Old/Icon/svg/icons-steps-color-tuorqouise.svg +0 -7
  545. package/src/Old/Icon/svg/icons-steps-color-violet.svg +0 -7
  546. package/src/Old/Icon/svg/icons-steps-white.svg +0 -7
  547. package/src/Old/Icon/svg/icons-steps.svg +0 -3
  548. package/src/Old/Icon/svg/icons-stopwatch.svg +0 -6
  549. package/src/Old/Icon/svg/icons-support.svg +0 -6
  550. package/src/Old/Icon/svg/icons-switch.svg +0 -6
  551. package/src/Old/Icon/svg/icons-test-failed.svg +0 -3
  552. package/src/Old/Icon/svg/icons-test-inconclusive.svg +0 -3
  553. package/src/Old/Icon/svg/icons-test-info.svg +0 -3
  554. package/src/Old/Icon/svg/icons-test-skipped.svg +0 -3
  555. package/src/Old/Icon/svg/icons-test-success.svg +0 -3
  556. package/src/Old/Icon/svg/icons-test-warning.svg +0 -3
  557. package/src/Old/Icon/svg/icons-tick.svg +0 -6
  558. package/src/Old/Icon/svg/icons-time.svg +0 -6
  559. package/src/Old/Icon/svg/icons-trace.svg +0 -9
  560. package/src/Old/Icon/svg/icons-trash.svg +0 -6
  561. package/src/Old/Icon/svg/icons-trigger.svg +0 -6
  562. package/src/Old/Icon/svg/icons-twitter.svg +0 -6
  563. package/src/Old/Icon/svg/icons-validate-shield.svg +0 -6
  564. package/src/Old/Icon/svg/icons-warning.svg +0 -6
  565. package/src/Old/Icon/svg/icons-web-ui.svg +0 -5
  566. package/src/Old/Icon/svg/icons-window.svg +0 -6
  567. package/src/Old/Icon/svg/icons-workflow-flow.svg +0 -6
  568. package/src/Old/Icon/svg/icons-workflow.svg +0 -6
  569. package/src/Old/Icon/svg/icons-wow.svg +0 -6
@@ -0,0 +1,57 @@
1
+ import React from 'react';
2
+ import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
3
+ import { useIconId } from '../utils';
4
+
5
+ const BitbucketShadedWhite = forwardRef<IconProps, 'svg'>((props, ref) => {
6
+ const iconPrefix = useIconId();
7
+
8
+ return (
9
+ <Icon ref={ref} viewBox="0 0 24 24" {...props}>
10
+ <path
11
+ fillRule="evenodd"
12
+ clipRule="evenodd"
13
+ d="M14.102 14.934H9.937L8.81 9.042h6.302l-1.01 5.892ZM2.65 3a.64.64 0 0 0-.64.743l2.72 16.513c.069.417.428.723.851.727h13.05a.64.64 0 0 0 .64-.538l2.72-16.698a.64.64 0 0 0-.64-.744L2.648 3Z"
14
+ fill="#fff"
15
+ />
16
+ <path
17
+ fillRule="evenodd"
18
+ clipRule="evenodd"
19
+ d="m15.092 9-1.01 5.892H9.919L5 20.729c.156.135.355.21.56.212H18.63a.641.641 0 0 0 .625-.538L21.14 9h-6.048Z"
20
+ fill={`url(#${iconPrefix}__a)`}
21
+ />
22
+ <mask
23
+ id={`${iconPrefix}__b`}
24
+ style={{
25
+ maskType: 'alpha',
26
+ }}
27
+ maskUnits="userSpaceOnUse"
28
+ x={5}
29
+ y={9}
30
+ width={17}
31
+ height={12}
32
+ >
33
+ <path
34
+ fillRule="evenodd"
35
+ clipRule="evenodd"
36
+ d="m15.092 9-1.01 5.892H9.919L5 20.729c.156.135.355.21.56.212H18.63a.641.641 0 0 0 .625-.538L21.14 9h-6.048Z"
37
+ fill="#fff"
38
+ />
39
+ </mask>
40
+ <defs>
41
+ <linearGradient
42
+ id={`${iconPrefix}__a`}
43
+ x1={16.69}
44
+ y1={22.945}
45
+ x2={24.152}
46
+ y2={10.86}
47
+ gradientUnits="userSpaceOnUse"
48
+ >
49
+ <stop stopColor="#fff" stopOpacity={0.1} />
50
+ <stop offset={1} stopColor="#184AB8" />
51
+ </linearGradient>
52
+ </defs>
53
+ </Icon>
54
+ );
55
+ });
56
+
57
+ export default BitbucketShadedWhite;
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
3
+
4
+ const Book = forwardRef<IconProps, 'svg'>((props, ref) => (
5
+ <Icon ref={ref} viewBox="0 0 24 24" {...props}>
6
+ <path
7
+ fillRule="evenodd"
8
+ clipRule="evenodd"
9
+ d="M16 2H8c-1.1 0-2 .945-2 2.1v12.6c0 1.155.9 2.1 2 2.1h3v4.095l1.9-2.205L15 23v-4.2h1c1.1 0 2-.945 2-2.1V4.1c0-1.155-.9-2.1-2-2.1Zm0 15h-6V4h6v13ZM15 7h-4v2h4V7Z"
10
+ fill="currentColor"
11
+ />
12
+ </Icon>
13
+ ));
14
+
15
+ export default Book;
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
3
+
4
+ const Branch = forwardRef<IconProps, 'svg'>((props, ref) => (
5
+ <Icon ref={ref} viewBox="0 0 24 24" {...props}>
6
+ <path
7
+ fillRule="evenodd"
8
+ clipRule="evenodd"
9
+ d="M17 8c0-1.1-.9-2-2-2s-2 .9-2 2c0 .7.4 1.4 1 1.7v.4c0 1.5-.7 2.9-1.9 3.9L10 15.7v-10c.6-.3 1-1 1-1.7 0-1.1-.9-2-2-2s-2 .9-2 2c0 .7.4 1.4 1 1.7v12.6c-.6.3-1 1-1 1.7 0 1.1.9 2 2 2s2-.9 2-2c0-.7-.4-1.4-1-1.7l3.4-2.7c1.6-1.4 2.6-3.4 2.6-5.5v-.4c.6-.3 1-1 1-1.7Z"
10
+ fill="currentColor"
11
+ />
12
+ </Icon>
13
+ ));
14
+
15
+ export default Branch;
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
3
+
4
+ const Bug = forwardRef<IconProps, 'svg'>((props, ref) => (
5
+ <Icon ref={ref} viewBox="0 0 24 24" {...props}>
6
+ <path
7
+ fillRule="evenodd"
8
+ clipRule="evenodd"
9
+ d="M7.004 3h2v2.179l1.143 1.143A5.488 5.488 0 0 1 12.005 6c.652 0 1.277.113 1.857.321l1.143-1.141V3h2V5.18c0 .53-.21 1.039-.586 1.415l-.779.777a5.503 5.503 0 0 1 1.638 2.56l.727-.727V7h2v2.205a2 2 0 0 1-.586 1.414l-1.914 1.913V13h2.5v2h-2.5v.5a2 2 0 0 1-.002.085l1.92 1.919c.374.375.585.884.585 1.415v2.08h-2v-2.08l-1.553-1.554-3.06 3.061a1.967 1.967 0 0 1-2.779-.001l-3.06-3.062L6 18.918V21H4v-2.08c0-.53.211-1.04.586-1.415l1.921-1.92a1.962 1.962 0 0 1-.002-.084V15h-2.5v-2h2.5v-.466L4.59 10.62a2 2 0 0 1-.586-1.414V7h2v2.205l.728.728a5.504 5.504 0 0 1 1.638-2.56l-.78-.78a2 2 0 0 1-.586-1.414V3Zm1.501 9.5v2.985l2.5 2.5V12.5h-2.5Zm4.5 0v5.487l2.5-2.501V12.5h-2.5Zm-1-4.5a3.503 3.503 0 0 0-3.355 2.5h6.71A3.502 3.502 0 0 0 12.005 8Z"
10
+ fill="currentColor"
11
+ />
12
+ </Icon>
13
+ ));
14
+
15
+ export default Bug;
@@ -0,0 +1,16 @@
1
+ import React from 'react';
2
+ import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
3
+
4
+ const Build = forwardRef<IconProps, 'svg'>((props, ref) => (
5
+ <Icon ref={ref} viewBox="0 0 24 24" {...props}>
6
+ <path d="M4 2h16a2 2 0 0 1 2 2H2a2 2 0 0 1 2-2ZM2 8h20V6H2v2Z" fill="currentColor" />
7
+ <path
8
+ fillRule="evenodd"
9
+ clipRule="evenodd"
10
+ d="M2 20c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V10H2v10Zm4-8c0 1.294.416 2.49 1.115 3.471L4 18.586V12h2Zm4.586 0-2.02 2.02A3.972 3.972 0 0 1 8 12h2.586ZM16 12c0 .739-.216 1.425-.566 2.02L13.414 12H16Zm4 0v6.586l-3.115-3.115A5.961 5.961 0 0 0 18 12h2ZM9.98 15.434l2.02-2.02 2.02 2.02A3.972 3.972 0 0 1 12 16a3.972 3.972 0 0 1-2.02-.566ZM5.414 20l3.115-3.115a5.961 5.961 0 0 0 6.942 0L18.586 20H5.414Z"
11
+ fill="currentColor"
12
+ />
13
+ </Icon>
14
+ ));
15
+
16
+ export default Build;
@@ -0,0 +1,21 @@
1
+ import React from 'react';
2
+ import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
3
+
4
+ const BuildstatusAborted = forwardRef<IconProps, 'svg'>((props, ref) => (
5
+ <Icon ref={ref} viewBox="0 0 24 24" {...props}>
6
+ <path
7
+ fillRule="evenodd"
8
+ clipRule="evenodd"
9
+ d="M0 12c0 6.627 5.373 12 12 12s12-5.373 12-12S18.627 0 12 0 0 5.373 0 12Zm22 0c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Z"
10
+ fill="currentColor"
11
+ />
12
+ <path
13
+ fillRule="evenodd"
14
+ clipRule="evenodd"
15
+ d="m7.757 14.828 7.071-7.07 1.415 1.414-7.071 7.07-1.415-1.414Z"
16
+ fill="currentColor"
17
+ />
18
+ </Icon>
19
+ ));
20
+
21
+ export default BuildstatusAborted;
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
3
+
4
+ const BuildstatusAbortedSolid = forwardRef<IconProps, 'svg'>((props, ref) => (
5
+ <Icon ref={ref} viewBox="0 0 24 24" {...props}>
6
+ <path
7
+ fillRule="evenodd"
8
+ clipRule="evenodd"
9
+ d="M12 24C5.373 24 0 18.627 0 12S5.373 0 12 0s12 5.373 12 12-5.373 12-12 12Zm2.828-16.243-7.07 7.071 1.414 1.415 7.07-7.071-1.414-1.415Z"
10
+ fill="currentColor"
11
+ />
12
+ </Icon>
13
+ ));
14
+
15
+ export default BuildstatusAbortedSolid;
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
3
+
4
+ const BuildstatusFailed = forwardRef<IconProps, 'svg'>((props, ref) => (
5
+ <Icon ref={ref} viewBox="0 0 24 24" {...props}>
6
+ <path
7
+ fillRule="evenodd"
8
+ clipRule="evenodd"
9
+ d="M12 22c5.5 0 10-4.5 10-10S17.5 2 12 2 2 6.5 2 12s4.5 10 10 10Zm0 2C5.4 24 0 18.6 0 12S5.4 0 12 0s12 5.4 12 12-5.4 12-12 12Zm0-13.4 2.8-2.8 1.4 1.4-2.8 2.8 2.8 2.8-1.4 1.4-2.8-2.8-2.8 2.8-1.4-1.4 2.8-2.8-2.8-2.8 1.4-1.4 2.8 2.8Z"
10
+ fill="currentColor"
11
+ />
12
+ </Icon>
13
+ ));
14
+
15
+ export default BuildstatusFailed;
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
3
+
4
+ const BuildstatusFailedSolid = forwardRef<IconProps, 'svg'>((props, ref) => (
5
+ <Icon ref={ref} viewBox="0 0 24 24" {...props}>
6
+ <path
7
+ fillRule="evenodd"
8
+ clipRule="evenodd"
9
+ d="M0 12c0 6.6 5.4 12 12 12s12-5.4 12-12S18.6 0 12 0 0 5.4 0 12Zm9.2-4.2 2.8 2.8 2.8-2.8 1.4 1.4-2.8 2.8 2.8 2.8-1.4 1.4-2.8-2.8-2.8 2.8-1.4-1.4 2.8-2.8-2.8-2.8 1.4-1.4Z"
10
+ fill="currentColor"
11
+ />
12
+ </Icon>
13
+ ));
14
+
15
+ export default BuildstatusFailedSolid;
@@ -0,0 +1,21 @@
1
+ import React from 'react';
2
+ import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
3
+
4
+ const BuildstatusLoading = forwardRef<IconProps, 'svg'>((props, ref) => (
5
+ <Icon ref={ref} viewBox="0 0 24 24" {...props}>
6
+ <path
7
+ fillRule="evenodd"
8
+ clipRule="evenodd"
9
+ d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Zm0 2C5.373 24 0 18.627 0 12S5.373 0 12 0s12 5.373 12 12-5.373 12-12 12Z"
10
+ fill="currentColor"
11
+ />
12
+ <path
13
+ fillRule="evenodd"
14
+ clipRule="evenodd"
15
+ d="M12 17a5 5 0 1 0 0-10 5 5 0 0 0 0 10Zm0 2a7 7 0 1 1 0-14 7 7 0 0 1 0 14Z"
16
+ fill="currentColor"
17
+ />
18
+ </Icon>
19
+ ));
20
+
21
+ export default BuildstatusLoading;
@@ -0,0 +1,31 @@
1
+ import React from 'react';
2
+ import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
3
+
4
+ const BuildstatusLoadingAnimated = forwardRef<IconProps, 'svg'>((props, ref) => (
5
+ <Icon ref={ref} viewBox="0 0 24 24" {...props}>
6
+ <circle cx={12} cy={12} r={11} stroke="currentColor" strokeWidth={2} strokeDasharray={48} fill="none">
7
+ <animate attributeName="stroke-dashoffset" from={48} to={-48} dur="3.5s" repeatCount="indefinite" />
8
+ <animateTransform
9
+ attributeName="transform"
10
+ type="rotate"
11
+ from="0 12 12"
12
+ to="360 12 12"
13
+ dur="2s"
14
+ repeatCount="indefinite"
15
+ />
16
+ </circle>
17
+ <circle cx={12} cy={12} r={6} stroke="currentColor" strokeWidth={2} strokeDasharray={48} fill="none">
18
+ <animate attributeName="stroke-dashoffset" from={48} to={-48} dur="3.5s" repeatCount="indefinite" />
19
+ <animateTransform
20
+ attributeName="transform"
21
+ type="rotate"
22
+ from="0 12 12"
23
+ to="360 12 12"
24
+ dur="2s"
25
+ repeatCount="indefinite"
26
+ />
27
+ </circle>
28
+ </Icon>
29
+ ));
30
+
31
+ export default BuildstatusLoadingAnimated;
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
3
+
4
+ const BuildstatusNeverbuilt = forwardRef<IconProps, 'svg'>((props, ref) => (
5
+ <Icon ref={ref} viewBox="0 0 24 24" {...props}>
6
+ <path
7
+ fillRule="evenodd"
8
+ clipRule="evenodd"
9
+ d="M0 12c0 6.627 5.373 12 12 12s12-5.373 12-12S18.627 0 12 0 0 5.373 0 12Zm22 0c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Z"
10
+ fill="currentColor"
11
+ />
12
+ </Icon>
13
+ ));
14
+
15
+ export default BuildstatusNeverbuilt;
@@ -0,0 +1,38 @@
1
+ import React from 'react';
2
+ import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
3
+ import { useIconId } from '../utils';
4
+
5
+ const BuildstatusProgressEggplant = forwardRef<IconProps, 'svg'>((props, ref) => {
6
+ const iconPrefix = useIconId();
7
+ return (
8
+ <Icon ref={ref} viewBox="0 0 24 24" {...props}>
9
+ <path
10
+ fillRule="evenodd"
11
+ clipRule="evenodd"
12
+ d="M0 12c0 6.627 5.373 12 12 12s12-5.373 12-12S18.627 0 12 0 0 5.373 0 12Zm22 0c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Z"
13
+ fill={`url(#${iconPrefix}__a)`}
14
+ />
15
+ <path
16
+ fillRule="evenodd"
17
+ clipRule="evenodd"
18
+ d="M5 12a7 7 0 1 0 14 0 7 7 0 0 0-14 0Zm12 0a5 5 0 1 1-10 0 5 5 0 0 1 10 0Z"
19
+ fill="#7B3BA5"
20
+ />
21
+ <defs>
22
+ <radialGradient
23
+ id={`${iconPrefix}__a`}
24
+ cx={0}
25
+ cy={0}
26
+ r={1}
27
+ gradientUnits="userSpaceOnUse"
28
+ gradientTransform="matrix(12 0 0 12 12 12)"
29
+ >
30
+ <stop stopColor="#683D87" stopOpacity={0.01} />
31
+ <stop offset={1} stopColor="#683D87" />
32
+ </radialGradient>
33
+ </defs>
34
+ </Icon>
35
+ );
36
+ });
37
+
38
+ export default BuildstatusProgressEggplant;
@@ -0,0 +1,21 @@
1
+ import React from 'react';
2
+ import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
3
+
4
+ const BuildstatusProgressWhite = forwardRef<IconProps, 'svg'>((props, ref) => (
5
+ <Icon ref={ref} viewBox="0 0 24 24" {...props}>
6
+ <path
7
+ fillRule="evenodd"
8
+ clipRule="evenodd"
9
+ d="M0 12c0 6.627 5.373 12 12 12s12-5.373 12-12S18.627 0 12 0 0 5.373 0 12Zm22 0c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Z"
10
+ fill="#fff"
11
+ />
12
+ <path
13
+ fillRule="evenodd"
14
+ clipRule="evenodd"
15
+ d="M5 12a7 7 0 1 0 14 0 7 7 0 0 0-14 0Zm12 0a5 5 0 1 1-10 0 5 5 0 0 1 10 0Z"
16
+ fill="#fff"
17
+ />
18
+ </Icon>
19
+ ));
20
+
21
+ export default BuildstatusProgressWhite;
@@ -0,0 +1,21 @@
1
+ import React from 'react';
2
+ import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
3
+
4
+ const BuildstatusSuccessful = forwardRef<IconProps, 'svg'>((props, ref) => (
5
+ <Icon ref={ref} viewBox="0 0 24 24" {...props}>
6
+ <path
7
+ fillRule="evenodd"
8
+ clipRule="evenodd"
9
+ d="M12 24C5.373 24 0 18.627 0 12S5.373 0 12 0s12 5.373 12 12-5.373 12-12 12Zm0-2c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Z"
10
+ fill="currentColor"
11
+ />
12
+ <path
13
+ fillRule="evenodd"
14
+ clipRule="evenodd"
15
+ d="m10.586 16.657-4.243-4.243L7.757 11l2.829 2.828 5.657-5.656 1.414 1.414-7.071 7.07Z"
16
+ fill="currentColor"
17
+ />
18
+ </Icon>
19
+ ));
20
+
21
+ export default BuildstatusSuccessful;
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
3
+
4
+ const BuildstatusSuccessfulSolid = forwardRef<IconProps, 'svg'>((props, ref) => (
5
+ <Icon ref={ref} viewBox="0 0 24 24" {...props}>
6
+ <path
7
+ fillRule="evenodd"
8
+ clipRule="evenodd"
9
+ d="M0 12c0 6.627 5.373 12 12 12s12-5.373 12-12S18.627 0 12 0 0 5.373 0 12Zm6.343.414 4.243 4.243 7.071-7.071-1.414-1.414-5.657 5.656L7.757 11l-1.414 1.414Z"
10
+ fill="currentColor"
11
+ />
12
+ </Icon>
13
+ ));
14
+
15
+ export default BuildstatusSuccessfulSolid;
@@ -0,0 +1,10 @@
1
+ import React from 'react';
2
+ import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
3
+
4
+ const Bulletpoint = forwardRef<IconProps, 'svg'>((props, ref) => (
5
+ <Icon ref={ref} viewBox="0 0 24 24" {...props}>
6
+ <circle cx={12} cy={12} r={2} fill="currentColor" />
7
+ </Icon>
8
+ ));
9
+
10
+ export default Bulletpoint;
@@ -0,0 +1,16 @@
1
+ import React from 'react';
2
+ import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
3
+
4
+ const Cache = forwardRef<IconProps, 'svg'>((props, ref) => (
5
+ <Icon ref={ref} viewBox="0 0 24 24" {...props}>
6
+ <path d="M9 5H7v5h2V5ZM10 5h2v5h-2V5ZM15 6h-2v4h2V6Z" fill="currentColor" />
7
+ <path
8
+ fillRule="evenodd"
9
+ clipRule="evenodd"
10
+ d="M6 2h8.172a2 2 0 0 1 1.414.586l3.828 3.828A2 2 0 0 1 20 7.828V20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2Zm0 2v16h12V7.828L14.172 4H6Z"
11
+ fill="currentColor"
12
+ />
13
+ </Icon>
14
+ ));
15
+
16
+ export default Cache;
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
3
+
4
+ const Calendar = forwardRef<IconProps, 'svg'>((props, ref) => (
5
+ <Icon ref={ref} viewBox="0 0 24 24" {...props}>
6
+ <path
7
+ fillRule="evenodd"
8
+ clipRule="evenodd"
9
+ d="M20 4h-1V2h-2v2h-2V2h-2v2h-2V2H9v2H7V2H5v2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2Zm0 14H4V6h1v2h2V6h2v2h2V6h2v2h2V6h2v2h2V6h1v12Zm-10-5H6v3h4v-3Zm1 0h4v3h-4v-3Zm8-1V9h-4v3h4Z"
10
+ fill="currentColor"
11
+ />
12
+ </Icon>
13
+ ));
14
+
15
+ export default Calendar;
@@ -0,0 +1,17 @@
1
+ import React from 'react';
2
+ import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
3
+
4
+ const ChangePlan = forwardRef<IconProps, 'svg'>((props, ref) => (
5
+ <Icon ref={ref} viewBox="0 0 24 24" {...props}>
6
+ <path
7
+ d="M20 2v4.018C18.176 3.583 15.276 2 12 2 8.341 2 5.15 3.971 3.407 6.904l1.629 1.172A8.001 8.001 0 0 1 12 4c4.411 0 8 3.589 8 8V12.013l-.001.012h2v-.012L22 12V2h-2ZM12 20c-4.411 0-8-3.589-8-8H2v10h2v-4.019C5.824 20.417 8.724 22 12 22c3.635 0 6.807-1.945 8.558-4.846l-1.629-1.173C17.546 18.379 14.961 20 12 20Z"
8
+ fill="currentColor"
9
+ />
10
+ <path
11
+ d="M9.667 14.06c.008.01.782.954 2.1.954.863 0 1.42-.428 1.42-1.09 0-.644-.768-.88-1.658-1.15l-.004-.001c-1.29-.395-2.894-.886-2.894-2.876 0-1.331.978-2.411 2.444-2.711V5.9h1.916v1.3c1.379.31 2.062 1.145 2.09 1.18l.056.07-.06.062-1.266 1.337-.072-.086c-.006-.008-.646-.758-1.641-.758-.793 0-1.154.462-1.154.892 0 .645.768.88 1.659 1.15l.002.002c1.29.394 2.895.885 2.895 2.876 0 1.456-.96 2.559-2.51 2.894v1.299h-1.915v-1.254c-1.798-.29-2.714-1.441-2.753-1.491l-.054-.07 1.329-1.33.07.088Z"
12
+ fill="currentColor"
13
+ />
14
+ </Icon>
15
+ ));
16
+
17
+ export default ChangePlan;
@@ -0,0 +1,19 @@
1
+ import React from 'react';
2
+ import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
3
+
4
+ const Chat = forwardRef<IconProps, 'svg'>((props, ref) => (
5
+ <Icon ref={ref} viewBox="0 0 24 24" {...props}>
6
+ <path
7
+ d="M22 4.05v3.588h-2V4.05H4v14.865l3.8-2.256 1 1.743L5 20.657c-.9.615-2.1.308-2.7-.717-.2-.308-.3-.615-.3-1.025V4.05C2 2.923 2.9 2 4 2h16c1.1 0 2 .923 2 2.05Z"
8
+ fill="currentColor"
9
+ />
10
+ <path
11
+ fillRule="evenodd"
12
+ clipRule="evenodd"
13
+ d="M20 9.176h-8c-1.1 0-2 .922-2 2.05v7.176c0 1.128.9 2.05 2 2.05h3.2l3.8 2.255c1 .616 2.2.206 2.7-.717.2-.308.3-.718.3-1.025v-9.739c0-1.128-.9-2.05-2-2.05Zm0 2.05v9.739l-3.8-2.256c-.3-.204-.7-.307-1-.307H12v-7.176h8Z"
14
+ fill="currentColor"
15
+ />
16
+ </Icon>
17
+ ));
18
+
19
+ export default Chat;
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
3
+
4
+ const ChatMessage = forwardRef<IconProps, 'svg'>((props, ref) => (
5
+ <Icon ref={ref} viewBox="0 0 24 24" {...props}>
6
+ <path
7
+ fillRule="evenodd"
8
+ clipRule="evenodd"
9
+ d="M20 2.5H4c-1.1 0-2 .9-2 2V19c0 .3.1.7.3 1 .5.9 1.7 1.3 2.7.7l3.8-2.2H20c1.1 0 2-.9 2-2v-12c0-1.1-.9-2-2-2ZM4 19V4.5h16v12H8.8c-.3 0-.7.1-1 .3L4 19Zm7-12.5h2v5h-2v-5Zm2 6h-2v2h2v-2Z"
10
+ fill="currentColor"
11
+ />
12
+ </Icon>
13
+ ));
14
+
15
+ export default ChatMessage;
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
3
+
4
+ const ChevronDown = forwardRef<IconProps, 'svg'>((props, ref) => (
5
+ <Icon ref={ref} viewBox="0 0 24 24" {...props}>
6
+ <path
7
+ fillRule="evenodd"
8
+ clipRule="evenodd"
9
+ d="m16.25 9 1.414 1.414-5.657 5.657-5.657-5.657L7.764 9l4.243 4.243L16.25 9Z"
10
+ fill="currentColor"
11
+ />
12
+ </Icon>
13
+ ));
14
+
15
+ export default ChevronDown;
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
3
+
4
+ const ChevronLeft = forwardRef<IconProps, 'svg'>((props, ref) => (
5
+ <Icon ref={ref} viewBox="0 0 24 24" {...props}>
6
+ <path
7
+ fillRule="evenodd"
8
+ clipRule="evenodd"
9
+ d="m15.543 16.778-1.415 1.414-5.657-5.656 5.657-5.657 1.415 1.414-4.243 4.243 4.242 4.242Z"
10
+ fill="currentColor"
11
+ />
12
+ </Icon>
13
+ ));
14
+
15
+ export default ChevronLeft;
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
3
+
4
+ const ChevronRight = forwardRef<IconProps, 'svg'>((props, ref) => (
5
+ <Icon ref={ref} viewBox="0 0 24 24" {...props}>
6
+ <path
7
+ fillRule="evenodd"
8
+ clipRule="evenodd"
9
+ d="m8.471 16.778 4.243-4.242-4.243-4.243 1.415-1.414 5.657 5.657-5.657 5.656-1.415-1.414Z"
10
+ fill="currentColor"
11
+ />
12
+ </Icon>
13
+ ));
14
+
15
+ export default ChevronRight;
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
3
+
4
+ const ChevronUp = forwardRef<IconProps, 'svg'>((props, ref) => (
5
+ <Icon ref={ref} viewBox="0 0 24 24" {...props}>
6
+ <path
7
+ fillRule="evenodd"
8
+ clipRule="evenodd"
9
+ d="m16.25 16.071 1.414-1.414L12.007 9 6.35 14.657l1.414 1.414 4.243-4.243 4.243 4.243Z"
10
+ fill="currentColor"
11
+ />
12
+ </Icon>
13
+ ));
14
+
15
+ export default ChevronUp;
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
3
+
4
+ const Clock = forwardRef<IconProps, 'svg'>((props, ref) => (
5
+ <Icon ref={ref} viewBox="0 0 24 24" {...props}>
6
+ <path
7
+ fillRule="evenodd"
8
+ clipRule="evenodd"
9
+ d="M12 20c4.4 0 8-3.6 8-8s-3.6-8-8-8-8 3.6-8 8 3.6 8 8 8Zm0 2C6.5 22 2 17.5 2 12S6.5 2 12 2s10 4.5 10 10-4.5 10-10 10Zm3.7-10.9.9 1.8-4.2 2L11 14V7h2v5.4l2.7-1.3Z"
10
+ fill="currentColor"
11
+ />
12
+ </Icon>
13
+ ));
14
+
15
+ export default Clock;
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
3
+
4
+ const CloseSmall = forwardRef<IconProps, 'svg'>((props, ref) => (
5
+ <Icon ref={ref} viewBox="0 0 24 24" {...props}>
6
+ <path
7
+ fillRule="evenodd"
8
+ clipRule="evenodd"
9
+ d="M12.01 10.608 16.618 6l1.402 1.402-4.608 4.608 4.608 4.608-1.402 1.402-4.608-4.608-4.608 4.608L6 16.618l4.608-4.608L6 7.402 7.402 6l4.608 4.608Z"
10
+ fill="currentColor"
11
+ />
12
+ </Icon>
13
+ ));
14
+
15
+ export default CloseSmall;
@@ -0,0 +1,14 @@
1
+ import React from 'react';
2
+ import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
3
+
4
+ const Code = forwardRef<IconProps, 'svg'>((props, ref) => (
5
+ <Icon ref={ref} viewBox="0 0 24 24" {...props}>
6
+ <path
7
+ d="M5.988 19.584c-.308-.328-.462-.856-.462-1.584l.007-2.945c0-.68-.137-1.287-.409-1.825-.274-.54-.634-.953-1.08-1.24A3.241 3.241 0 0 0 5.17 10.78c.27-.5.404-1.065.404-1.695l-.038-3.366c0-.573.11-1.004.331-1.29.22-.287.561-.431 1.022-.431H9V2H7.258c-1.35 0-2.374.327-3.07.98-.695.655-1.044 1.619-1.044 2.892l.05 3.454c0 .594-.108.992-.32 1.265-.214.272-.545.409-.992.409H1v2h.902c.42 0 .732.13.934.394.203.262.304.689.304 1.367l-.027 3.34c0 1.014.18 1.81.535 2.392.357.58.874.99 1.553 1.228.68.238 1.546.357 2.602.357H9v-2H7.5c-.7 0-1.204-.165-1.512-.494ZM22.118 11c-.447 0-.778-.137-.99-.409-.214-.273-.322-.671-.322-1.265l.05-3.454c0-1.273-.349-2.237-1.045-2.891C19.115 2.327 18.092 2 16.742 2H15v1.997h2.11c.46 0 .802.144 1.022.431.22.286.331.717.331 1.29l-.038 3.366c0 .63.134 1.195.404 1.695s.645.905 1.128 1.212c-.447.286-.808.699-1.08 1.238-.274.539-.41 1.147-.41 1.826L18.473 18c0 .728-.154 1.256-.46 1.584-.309.329-.813.494-1.512.494h-1.5v2h1.195c1.057 0 1.924-.119 2.603-.357.678-.238 1.196-.647 1.552-1.228.357-.581.536-1.378.536-2.392l-.028-3.34c0-.678.102-1.105.305-1.367.202-.263.514-.394.933-.394H23v-2h-.882Z"
8
+ fill="currentColor"
9
+ />
10
+ <path d="m8.75 16.5 4.875-10 1.732 1-4.875 10-1.732-1Z" fill="currentColor" />
11
+ </Icon>
12
+ ));
13
+
14
+ export default Code;
@@ -0,0 +1,16 @@
1
+ import React from 'react';
2
+ import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
3
+
4
+ const CodeSigning = forwardRef<IconProps, 'svg'>((props, ref) => (
5
+ <Icon ref={ref} viewBox="0 0 24 24" {...props}>
6
+ <path d="m8.676 9.418 2.734 2.734 3.904-3.903L13.9 6.835l-2.49 2.49-1.32-1.32-1.414 1.413Z" fill="currentColor" />
7
+ <path
8
+ fillRule="evenodd"
9
+ clipRule="evenodd"
10
+ d="m17.294 14.334 2.394 5.132-5.439 2.536-2.251-4.827-2.25 4.827-5.438-2.536 2.389-5.122a2.005 2.005 0 0 1-.197-.621l-.164-1.226-.957-.752c-.8-.631-1-1.763-.462-2.628l.65-1.048-.258-1.213a2 2 0 0 1 1.337-2.32l1.142-.372.562-1.084a2.001 2.001 0 0 1 2.543-.927l1.1.456 1.099-.456a2 2 0 0 1 2.543.927l.563 1.084 1.141.372a2 2 0 0 1 1.337 2.32l-.258 1.213.65 1.048a2 2 0 0 1-.462 2.628l-.957.752-.164 1.226a2.03 2.03 0 0 1-.193.611ZM8.78 19.343l1.576-3.379-.603-.556-1.188.047a2.083 2.083 0 0 1-.08.002c-.017 0-.033-.002-.05-.005-.014-.002-.029-.004-.043-.004l-1.423 3.05 1.811.845ZM7.268 6.438l.427 2.001-1.075 1.733 1.593 1.255.274 2.028 2.014-.079 1.494 1.376 1.493-1.376 2.014.079.274-2.028 1.594-1.255-1.076-1.733.427-2.001-1.92-.625-.939-1.811-1.867.774-1.868-.774-.939 1.811-1.92.625Zm7.95 12.905 1.81-.845-1.422-3.051c-.015 0-.03.003-.044.005-.02.002-.038.005-.058.005-.026 0-.051 0-.077-.002h-.003l-1.188-.047-.597.55 1.579 3.385Z"
11
+ fill="currentColor"
12
+ />
13
+ </Icon>
14
+ ));
15
+
16
+ export default CodeSigning;
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
3
+
4
+ const Coffee = forwardRef<IconProps, 'svg'>((props, ref) => (
5
+ <Icon ref={ref} viewBox="0 0 24 24" {...props}>
6
+ <path
7
+ fillRule="evenodd"
8
+ clipRule="evenodd"
9
+ d="M4 20h16c1.1 0 2-.9 2-2H2c0 1.1.9 2 2 2ZM20 4H6v10c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2v-2h2c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2Zm-4 10H8V6h8v8Zm4-4h-2V6h2v4Z"
10
+ fill="currentColor"
11
+ />
12
+ </Icon>
13
+ ));
14
+
15
+ export default Coffee;
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
3
+
4
+ const Commit = forwardRef<IconProps, 'svg'>((props, ref) => (
5
+ <Icon ref={ref} viewBox="0 0 24 24" {...props}>
6
+ <path
7
+ fillRule="evenodd"
8
+ clipRule="evenodd"
9
+ d="M7.1 11a5.002 5.002 0 0 1 9.8 0H22v2h-5.1a5.002 5.002 0 0 1-9.8 0H2v-2h5.1ZM9 12a3 3 0 1 0 6 0 3 3 0 0 0-6 0Z"
10
+ fill="currentColor"
11
+ />
12
+ </Icon>
13
+ ));
14
+
15
+ export default Commit;