@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,193 @@
1
+ export { default as AddonsTuorqouise } from './AddonsTuorqouise';
2
+ export { default as AddonsViolet } from './AddonsViolet';
3
+ export { default as AddonsWhite } from './AddonsWhite';
4
+ export { default as Addons } from './Addons';
5
+ export { default as Anchor } from './Anchor';
6
+ export { default as Android } from './Android';
7
+ export { default as App } from './App';
8
+ export { default as AppleFill } from './AppleFill';
9
+ export { default as Apple } from './Apple';
10
+ export { default as ArrowBack } from './ArrowBack';
11
+ export { default as ArrowDown } from './ArrowDown';
12
+ export { default as ArrowForward } from './ArrowForward';
13
+ export { default as ArrowQuit } from './ArrowQuit';
14
+ export { default as ArrowUp } from './ArrowUp';
15
+ export { default as BackArrow } from './BackArrow';
16
+ export { default as Badge3rdParty } from './Badge3rdParty';
17
+ export { default as BadgeBitrise } from './BadgeBitrise';
18
+ export { default as Bell } from './Bell';
19
+ export { default as BitbotError } from './BitbotError';
20
+ export { default as Bitbot } from './Bitbot';
21
+ export { default as BitbucketBlue } from './BitbucketBlue';
22
+ export { default as BitbucketPlain } from './BitbucketPlain';
23
+ export { default as BitbucketShadedWhite } from './BitbucketShadedWhite';
24
+ export { default as Book } from './Book';
25
+ export { default as Branch } from './Branch';
26
+ export { default as Bug } from './Bug';
27
+ export { default as Build } from './Build';
28
+ export { default as BuildstatusAbortedSolid } from './BuildstatusAbortedSolid';
29
+ export { default as BuildstatusAborted } from './BuildstatusAborted';
30
+ export { default as BuildstatusFailedSolid } from './BuildstatusFailedSolid';
31
+ export { default as BuildstatusFailed } from './BuildstatusFailed';
32
+ export { default as BuildstatusLoadingAnimated } from './BuildstatusLoadingAnimated';
33
+ export { default as BuildstatusLoading } from './BuildstatusLoading';
34
+ export { default as BuildstatusNeverbuilt } from './BuildstatusNeverbuilt';
35
+ export { default as BuildstatusProgressEggplant } from './BuildstatusProgressEggplant';
36
+ export { default as BuildstatusProgressWhite } from './BuildstatusProgressWhite';
37
+ export { default as BuildstatusSuccessfulSolid } from './BuildstatusSuccessfulSolid';
38
+ export { default as BuildstatusSuccessful } from './BuildstatusSuccessful';
39
+ export { default as Bulletpoint } from './Bulletpoint';
40
+ export { default as Cache } from './Cache';
41
+ export { default as Calendar } from './Calendar';
42
+ export { default as ChangePlan } from './ChangePlan';
43
+ export { default as ChatMessage } from './ChatMessage';
44
+ export { default as Chat } from './Chat';
45
+ export { default as ChevronDown } from './ChevronDown';
46
+ export { default as ChevronLeft } from './ChevronLeft';
47
+ export { default as ChevronRight } from './ChevronRight';
48
+ export { default as ChevronUp } from './ChevronUp';
49
+ export { default as Clock } from './Clock';
50
+ export { default as CloseSmall } from './CloseSmall';
51
+ export { default as CodeSigning } from './CodeSigning';
52
+ export { default as Code } from './Code';
53
+ export { default as Coffee } from './Coffee';
54
+ export { default as Commit } from './Commit';
55
+ export { default as Conference } from './Conference';
56
+ export { default as Cordova } from './Cordova';
57
+ export { default as Cpu } from './Cpu';
58
+ export { default as Creditcard } from './Creditcard';
59
+ export { default as Credits } from './Credits';
60
+ export { default as Cycle } from './Cycle';
61
+ export { default as DeleteNope } from './DeleteNope';
62
+ export { default as Deployment } from './Deployment';
63
+ export { default as Doc } from './Doc';
64
+ export { default as Dollars } from './Dollars';
65
+ export { default as Download } from './Download';
66
+ export { default as DropdownArrows } from './DropdownArrows';
67
+ export { default as Dudes } from './Dudes';
68
+ export { default as Duplicate } from './Duplicate';
69
+ export { default as Enterprise } from './Enterprise';
70
+ export { default as ErrorGeneral } from './ErrorGeneral';
71
+ export { default as Expand } from './Expand';
72
+ export { default as Fastlane } from './Fastlane';
73
+ export { default as FileDoc } from './FileDoc';
74
+ export { default as FilePdf } from './FilePdf';
75
+ export { default as FilePlist } from './FilePlist';
76
+ export { default as FileZip } from './FileZip';
77
+ export { default as Filter } from './Filter';
78
+ export { default as Flag } from './Flag';
79
+ export { default as Flutter } from './Flutter';
80
+ export { default as Folder } from './Folder';
81
+ export { default as FullscreenExit } from './FullscreenExit';
82
+ export { default as Fullscreen } from './Fullscreen';
83
+ export { default as Gauge } from './Gauge';
84
+ export { default as Github } from './Github';
85
+ export { default as GitlabColor } from './GitlabColor';
86
+ export { default as GitlabPlain } from './GitlabPlain';
87
+ export { default as GitlabShadedWhite } from './GitlabShadedWhite';
88
+ export { default as Globe } from './Globe';
89
+ export { default as Go } from './Go';
90
+ export { default as Group } from './Group';
91
+ export { default as Heart } from './Heart';
92
+ export { default as HidePassword } from './HidePassword';
93
+ export { default as History } from './History';
94
+ export { default as Image } from './Image';
95
+ export { default as Info } from './Info';
96
+ export { default as Interaction } from './Interaction';
97
+ export { default as Invoice } from './Invoice';
98
+ export { default as Ionic } from './Ionic';
99
+ export { default as Japanese } from './Japanese';
100
+ export { default as Key } from './Key';
101
+ export { default as Laptop } from './Laptop';
102
+ export { default as Lightbulb } from './Lightbulb';
103
+ export { default as Link } from './Link';
104
+ export { default as Lock } from './Lock';
105
+ export { default as Login } from './Login';
106
+ export { default as Logout } from './Logout';
107
+ export { default as Macos } from './Macos';
108
+ export { default as Magnifier } from './Magnifier';
109
+ export { default as Mail } from './Mail';
110
+ export { default as MenuGrid } from './MenuGrid';
111
+ export { default as MenuHamburger } from './MenuHamburger';
112
+ export { default as Message } from './Message';
113
+ export { default as MinusClose } from './MinusClose';
114
+ export { default as MinusRemove } from './MinusRemove';
115
+ export { default as Mobile } from './Mobile';
116
+ export { default as MoreHorizontal } from './MoreHorizontal';
117
+ export { default as MoreVertical } from './MoreVertical';
118
+ export { default as News } from './News';
119
+ export { default as NoTie } from './NoTie';
120
+ export { default as Nodejs } from './Nodejs';
121
+ export { default as Numero } from './Numero';
122
+ export { default as OpenInBrowser } from './OpenInBrowser';
123
+ export { default as Other } from './Other';
124
+ export { default as Overview } from './Overview';
125
+ export { default as Owner } from './Owner';
126
+ export { default as Pause } from './Pause';
127
+ export { default as Pencil } from './Pencil';
128
+ export { default as Percent } from './Percent';
129
+ export { default as Person } from './Person';
130
+ export { default as Play } from './Play';
131
+ export { default as PlusAdd } from './PlusAdd';
132
+ export { default as PlusOpen } from './PlusOpen';
133
+ export { default as Podcast } from './Podcast';
134
+ export { default as Power } from './Power';
135
+ export { default as ProgressEggplant } from './ProgressEggplant';
136
+ export { default as ProgressViolet } from './ProgressViolet';
137
+ export { default as ProgressWhite } from './ProgressWhite';
138
+ export { default as Pull } from './Pull';
139
+ export { default as Push } from './Push';
140
+ export { default as ReactIcon } from './ReactIcon';
141
+ export { default as Refresh } from './Refresh';
142
+ export { default as Request } from './Request';
143
+ export { default as Responsiveness } from './Responsiveness';
144
+ export { default as SampleApp } from './SampleApp';
145
+ export { default as Save } from './Save';
146
+ export { default as Screenshare } from './Screenshare';
147
+ export { default as SecurityShield } from './SecurityShield';
148
+ export { default as Settings } from './Settings';
149
+ export { default as Ship } from './Ship';
150
+ export { default as ShowPassword } from './ShowPassword';
151
+ export { default as Shuffle } from './Shuffle';
152
+ export { default as Stability } from './Stability';
153
+ export { default as Stack } from './Stack';
154
+ export { default as Star } from './Star';
155
+ export { default as Status } from './Status';
156
+ export { default as StepUpgrade } from './StepUpgrade';
157
+ export { default as StepVersionOk } from './StepVersionOk';
158
+ export { default as StepsTuorqouise } from './StepsTuorqouise';
159
+ export { default as StepsViolet } from './StepsViolet';
160
+ export { default as StepsWhite } from './StepsWhite';
161
+ export { default as Steps } from './Steps';
162
+ export { default as StepstatusSkip } from './StepstatusSkip';
163
+ export { default as StepstatusWarning } from './StepstatusWarning';
164
+ export { default as Stopwatch } from './Stopwatch';
165
+ export { default as Support } from './Support';
166
+ export { default as Swag } from './Swag';
167
+ export { default as Tag } from './Tag';
168
+ export { default as TestFailed } from './TestFailed';
169
+ export { default as TestInconclusive } from './TestInconclusive';
170
+ export { default as TestInfo } from './TestInfo';
171
+ export { default as TestInprogress } from './TestInprogress';
172
+ export { default as TestSkipped } from './TestSkipped';
173
+ export { default as TestSuccess } from './TestSuccess';
174
+ export { default as TestWarning } from './TestWarning';
175
+ export { default as Testing } from './Testing';
176
+ export { default as Tick } from './Tick';
177
+ export { default as Time } from './Time';
178
+ export { default as Tools } from './Tools';
179
+ export { default as Trace } from './Trace';
180
+ export { default as Trash } from './Trash';
181
+ export { default as Trigger } from './Trigger';
182
+ export { default as Twitter } from './Twitter';
183
+ export { default as ValidateShield } from './ValidateShield';
184
+ export { default as Video } from './Video';
185
+ export { default as Warning } from './Warning';
186
+ export { default as WebUi } from './WebUi';
187
+ export { default as Webhooks } from './Webhooks';
188
+ export { default as Webinar } from './Webinar';
189
+ export { default as Window } from './Window';
190
+ export { default as WorkflowFlow } from './WorkflowFlow';
191
+ export { default as Workflow } from './Workflow';
192
+ export { default as Wow } from './Wow';
193
+ export { default as Xamarin } from './Xamarin';
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
3
+
4
+ const Addons = 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 17.767a.502.502 0 0 1-.25.434l-3.001 1.732a.5.5 0 0 1-.499-.001l-2.999-1.73a.504.504 0 0 1-.251-.435V14.15c0-.178.096-.343.248-.432l.002-.001 3-1.732.001-.001a.503.503 0 0 1 .499 0l2.999 1.73c.155.09.251.257.251.436v3.616Zm-9.25.434-3.001 1.732a.5.5 0 0 1-.499-.001l-2.999-1.73A.504.504 0 0 1 4 17.767V14.15c0-.18.096-.345.25-.434l3.001-1.732a.503.503 0 0 1 .499 0l3 1.733h.002c.153.09.248.255.248.433v3.616a.502.502 0 0 1-.25.434ZM8.5 6.23c0-.178.096-.344.25-.433l3.001-1.732a.503.503 0 0 1 .499 0l2.999 1.73c.155.09.251.257.251.436V9.82a.501.501 0 0 1-.25.432l-3.001 1.733h-.001a.496.496 0 0 1-.496 0l-.002-.001-2.108-1.217-.892-.515a.501.501 0 0 1-.25-.432V6.23Zm12.25 5.754-2.999-1.731c-.093-.053-.195-.08-.293-.121.014-.104.042-.206.042-.312V6.23c0-.89-.479-1.718-1.25-2.165l-2.999-1.731a2.505 2.505 0 0 0-2.501-.001L7.749 4.067A2.51 2.51 0 0 0 6.5 6.232V9.82c0 .106.028.208.042.312-.098.04-.199.067-.292.12l-3.001 1.733A2.51 2.51 0 0 0 2 14.15v3.616c0 .89.479 1.719 1.25 2.166l2.999 1.73a2.49 2.49 0 0 0 1.251.335c.433 0 .865-.111 1.25-.334l3.001-1.732c.092-.054.165-.128.249-.192.084.064.157.139.25.193l2.999 1.73a2.49 2.49 0 0 0 1.251.335c.433 0 .865-.111 1.25-.334l3.001-1.732A2.51 2.51 0 0 0 22 17.767V14.15c0-.89-.479-1.72-1.25-2.166Z"
10
+ fill="currentColor"
11
+ />
12
+ </Icon>
13
+ ));
14
+
15
+ export default Addons;
@@ -0,0 +1,29 @@
1
+ import React from 'react';
2
+ import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
3
+
4
+ const AddonsTuorqouise = forwardRef<IconProps, 'svg'>((props, ref) => (
5
+ <Icon ref={ref} viewBox="0 0 24 24" {...props}>
6
+ <path
7
+ opacity={0.8}
8
+ fillRule="evenodd"
9
+ clipRule="evenodd"
10
+ d="M12 13.433v5.973l-4.001 2.322a1.988 1.988 0 0 1-1.998 0l-3-1.741A2.015 2.015 0 0 1 2 18.244v-3.649c0-.72.382-1.384 1.001-1.742L7 10.532l5 2.901Z"
11
+ fill="#55CEC3"
12
+ />
13
+ <path
14
+ opacity={0.5}
15
+ fillRule="evenodd"
16
+ clipRule="evenodd"
17
+ d="M22 14.595v3.65c0 .718-.382 1.383-1.001 1.741l-3 1.742a1.992 1.992 0 0 1-1.998 0L12 19.406v-5.972l5-2.902 3.999 2.321A2.012 2.012 0 0 1 22 14.595"
18
+ fill="#55CEC3"
19
+ />
20
+ <path
21
+ fillRule="evenodd"
22
+ clipRule="evenodd"
23
+ d="M17 5.753v4.779l-5 2.902-5-2.902v-4.78c0-.718.382-1.383 1.001-1.741l3-1.742a1.992 1.992 0 0 1 1.998 0l3 1.742A2.012 2.012 0 0 1 17 5.753"
24
+ fill="#55CEC3"
25
+ />
26
+ </Icon>
27
+ ));
28
+
29
+ export default AddonsTuorqouise;
@@ -0,0 +1,29 @@
1
+ import React from 'react';
2
+ import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
3
+
4
+ const AddonsViolet = forwardRef<IconProps, 'svg'>((props, ref) => (
5
+ <Icon ref={ref} viewBox="0 0 24 24" {...props}>
6
+ <path
7
+ opacity={0.8}
8
+ fillRule="evenodd"
9
+ clipRule="evenodd"
10
+ d="M12 13.433v5.973l-4.001 2.322a1.988 1.988 0 0 1-1.998 0l-3-1.741A2.015 2.015 0 0 1 2 18.244v-3.649c0-.72.382-1.384 1.001-1.742L7 10.532l5 2.901Z"
11
+ fill="#9247C2"
12
+ />
13
+ <path
14
+ opacity={0.5}
15
+ fillRule="evenodd"
16
+ clipRule="evenodd"
17
+ d="M22 14.595v3.65c0 .718-.382 1.383-1.001 1.741l-3 1.742a1.992 1.992 0 0 1-1.998 0L12 19.406v-5.972l5-2.902 3.999 2.321A2.012 2.012 0 0 1 22 14.595"
18
+ fill="#9247C2"
19
+ />
20
+ <path
21
+ fillRule="evenodd"
22
+ clipRule="evenodd"
23
+ d="M17 5.753v4.779l-5 2.902-5-2.902v-4.78c0-.718.382-1.383 1.001-1.741l3-1.742a1.992 1.992 0 0 1 1.998 0l3 1.742A2.012 2.012 0 0 1 17 5.753"
24
+ fill="#9247C2"
25
+ />
26
+ </Icon>
27
+ ));
28
+
29
+ export default AddonsViolet;
@@ -0,0 +1,29 @@
1
+ import React from 'react';
2
+ import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
3
+
4
+ const AddonsWhite = forwardRef<IconProps, 'svg'>((props, ref) => (
5
+ <Icon ref={ref} viewBox="0 0 24 24" {...props}>
6
+ <path
7
+ opacity={0.8}
8
+ fillRule="evenodd"
9
+ clipRule="evenodd"
10
+ d="M12 13.433v5.973l-4.001 2.322a1.988 1.988 0 0 1-1.998 0l-3-1.741A2.015 2.015 0 0 1 2 18.244v-3.649c0-.72.382-1.384 1.001-1.742L7 10.532l5 2.901Z"
11
+ fill="#fff"
12
+ />
13
+ <path
14
+ opacity={0.5}
15
+ fillRule="evenodd"
16
+ clipRule="evenodd"
17
+ d="M22 14.595v3.65c0 .718-.382 1.383-1.001 1.741l-3 1.742a1.992 1.992 0 0 1-1.998 0L12 19.406v-5.972l5-2.902 3.999 2.321A2.012 2.012 0 0 1 22 14.595"
18
+ fill="#fff"
19
+ />
20
+ <path
21
+ fillRule="evenodd"
22
+ clipRule="evenodd"
23
+ d="M17 5.753v4.779l-5 2.902-5-2.902v-4.78c0-.718.382-1.383 1.001-1.741l3-1.742a1.992 1.992 0 0 1 1.998 0l3 1.742A2.012 2.012 0 0 1 17 5.753"
24
+ fill="#fff"
25
+ />
26
+ </Icon>
27
+ ));
28
+
29
+ export default AddonsWhite;
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
3
+
4
+ const Anchor = 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 4a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm5 8v2h1c0 2.967-2.167 5.432-5 5.91V11h2V9h-2V7.815A2.995 2.995 0 0 0 15 5c0-1.654-1.346-3-3-3S9 3.346 9 5c0 1.302.839 2.401 2 2.815V9H9v2h2v8.91c-2.833-.478-5-2.943-5-5.91h1v-2H2v2h2c0 4.411 3.589 8 8 8s8-3.589 8-8h2v-2h-5Z"
10
+ fill="currentColor"
11
+ />
12
+ </Icon>
13
+ ));
14
+
15
+ export default Anchor;
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
3
+
4
+ const Android = 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="M9.8 4.999c.7-.3 1.4-.4 2.2-.4.7 0 1.3.1 1.9.3l1.6-1.6c.4-.399 1-.399 1.4 0 .4.4.4 1 0 1.4l-1.2 1.2c1.4 1.099 2.3 2.798 2.3 4.697H6c0-1.8.8-3.398 2.1-4.498L6.7 4.7c-.4-.4-.4-1 0-1.4.4-.399 1-.399 1.4 0L9.8 5ZM8 16.592H7c-.6 0-1-.4-1-1v-3.997h12v3.998c0 .6-.4 1-1 1h-1v2.998c0 .5-.4.999-1 .999s-1-.4-1-1v-2.998h-4v2.999c0 .5-.4.999-1 .999s-1-.4-1-1v-2.998Zm13-4.997v4.098c0 .5-.4 1-1 1s-1-.4-1-1v-4.098c0-.5.4-1 1-1s1 .4 1 1Zm-17-1c.6 0 1 .4 1 1v3.998c0 .5-.4 1-1 1s-1-.4-1-1v-3.998c0-.6.4-1 1-1Zm11-.999c.6 0 1-.4 1-1 0-.499-.4-.999-1-.999s-1 .5-1 1c0 .6.4 1 1 1Zm-6 0c.6 0 1-.4 1-1 0-.499-.4-.999-1-.999s-1 .5-1 1c0 .6.4 1 1 1Z"
10
+ fill="currentColor"
11
+ />
12
+ </Icon>
13
+ ));
14
+
15
+ export default Android;
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
3
+
4
+ const App = 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 2h16c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2Zm8 4c1.3 0 2.5.4 3.5 1.1L18.6 4H5.4l3.1 3.1C9.5 6.4 10.7 6 12 6Zm0 2c-.7 0-1.4.2-2 .6l2 2 2-2c-.6-.4-1.3-.6-2-.6Zm-3.4 2c-.4.6-.6 1.3-.6 2s.2 1.4.6 2l2-2-2-2Zm7.4 2c0 .7-.2 1.4-.6 2l-2-2 2-2c.4.6.6 1.3.6 2Zm-2 3.4-2-2-2 2c.6.4 1.3.6 2 .6s1.4-.2 2-.6ZM7.1 8.5C6.4 9.5 6 10.7 6 12c0 1.3.4 2.5 1.1 3.5L4 18.6V5.4l3.1 3.1Zm1.4 8.4c1 .7 2.2 1.1 3.5 1.1 1.3 0 2.5-.4 3.5-1.1l3.1 3.1H5.4l3.1-3.1Zm8.4-1.4c.7-1 1.1-2.2 1.1-3.5 0-1.3-.4-2.5-1.1-3.5L20 5.4v13.2l-3.1-3.1Z"
10
+ fill="currentColor"
11
+ />
12
+ </Icon>
13
+ ));
14
+
15
+ export default App;
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
3
+
4
+ const Apple = 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 3.8C16.2 2.4 16 1 16 1s-1.8 0-3.1 1.5C11.7 3.8 12 5 12 5s1.6.2 3-1.2Zm2.4 8.1c0-2.6 2.1-3.7 2.1-3.7s-1.1-1.9-3.8-1.9c-1.6 0-2.8.9-3.5.9-.8 0-1.9-.8-3.4-.8-2.3 0-4.7 2-4.7 5.9C4 16.1 6.9 21 9.2 21c.8 0 2-.8 3.2-.8 1.2 0 2.1.8 3.2.8 2.5 0 4.3-5.1 4.3-5.1s-2.5-1.1-2.5-4Zm-.3 5.5c-.6 1-1.2 1.6-1.4 1.6-.1 0-.3 0-.7-.2-.1 0-.1 0-.2-.1-1-.4-1.5-.5-2.3-.5-.8 0-1.5.2-2.5.5-.7.3-.9.3-.8.3-.9 0-3.2-3.8-3.2-6.8 0-2.4 1.3-3.9 2.7-3.9.3 0 .7.1 1.2.3-.1 0 .8.3 1 .4.5.1.8.2 1.3.2.4 0 .8-.1 1.3-.3.2-.1.8-.3.8-.3.6-.2 1-.3 1.4-.3.3 0 .6 0 .8.1-.7 1-1.1 2.2-1.1 3.5 0 1.9.7 3.4 2 4.5l.2.2c-.3.3-.4.5-.5.8Z"
10
+ fill="currentColor"
11
+ />
12
+ </Icon>
13
+ ));
14
+
15
+ export default Apple;
@@ -0,0 +1,13 @@
1
+ import React from 'react';
2
+ import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
3
+
4
+ const AppleFill = forwardRef<IconProps, 'svg'>((props, ref) => (
5
+ <Icon ref={ref} viewBox="0 0 24 24" {...props}>
6
+ <path
7
+ d="M16 1s.2 1.4-1 2.8C13.6 5.2 12 5 12 5s-.3-1.2.9-2.5C14.2 1 16 1 16 1ZM19.5 8.2s-2.1 1.1-2.1 3.7c0 2.9 2.5 4 2.5 4S18.1 21 15.6 21c-1.1 0-2-.8-3.2-.8-1.2 0-2.4.8-3.2.8-2.3 0-5.2-4.9-5.1-8.7 0-3.9 2.4-5.9 4.7-5.9 1.5 0 2.6.8 3.4.8.7 0 1.9-.9 3.5-.9 2.7 0 3.8 1.9 3.8 1.9Z"
8
+ fill="#201B22"
9
+ />
10
+ </Icon>
11
+ ));
12
+
13
+ export default AppleFill;
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
3
+
4
+ const ArrowBack = 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="M5.616 11h8.198v2H5.642l3.23 3.23-1.415 1.414L1.8 11.987 7.457 6.33l1.414 1.414L5.616 11ZM21.814 11v2h-2v-2h2ZM18.814 11v2h-4v-2h4Z"
10
+ fill="currentColor"
11
+ />
12
+ </Icon>
13
+ ));
14
+
15
+ export default ArrowBack;
@@ -0,0 +1,13 @@
1
+ import React from 'react';
2
+ import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
3
+
4
+ const ArrowDown = forwardRef<IconProps, 'svg'>((props, ref) => (
5
+ <Icon ref={ref} viewBox="0 0 24 24" {...props}>
6
+ <path
7
+ d="M13.003 2v2h-2V2h2ZM13.003 5v4h-2V5h2ZM17.673 16.357l-1.414-1.414-3.256 3.255V10h-2v8.172l-3.23-3.23-1.413 1.415 5.657 5.657 5.656-5.657Z"
8
+ fill="currentColor"
9
+ />
10
+ </Icon>
11
+ ));
12
+
13
+ export default ArrowDown;
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
3
+
4
+ const ArrowForward = 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.357 6.33-1.414 1.414L18.198 11H10v2h8.172l-3.23 3.23 1.415 1.414 5.657-5.657-5.657-5.657ZM4 11H2v2h2v-2Zm5 0H5v2h4v-2Z"
10
+ fill="currentColor"
11
+ />
12
+ </Icon>
13
+ ));
14
+
15
+ export default ArrowForward;
@@ -0,0 +1,13 @@
1
+ import React from 'react';
2
+ import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
3
+
4
+ const ArrowQuit = forwardRef<IconProps, 'svg'>((props, ref) => (
5
+ <Icon ref={ref} viewBox="0 0 24 24" {...props}>
6
+ <path
7
+ d="M12.994 15V7.465l3.256 3.256 1.414-1.414-5.657-5.657L6.35 9.307l1.414 1.414 3.23-3.23V15H11a2 2 0 0 0 2 2h9v-2h-9.006Z"
8
+ fill="currentColor"
9
+ />
10
+ </Icon>
11
+ ));
12
+
13
+ export default ArrowQuit;
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
3
+
4
+ const ArrowUp = 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="M10.92 5.695 7.664 8.951 6.25 7.537l5.657-5.657 5.657 5.657-1.415 1.414-3.229-3.23v8.173h-2V5.695Zm0 16.199v-2h2v2h-2Zm0-3v-4h2v4h-2Z"
10
+ fill="currentColor"
11
+ />
12
+ </Icon>
13
+ ));
14
+
15
+ export default ArrowUp;
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
3
+
4
+ const BackArrow = 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="m9.8 12.9 2.6 2.6-1.5 1.4-4.9-5L10.9 7l1.4 1.4-2.4 2.5h8v2H9.8Z"
10
+ fill="currentColor"
11
+ />
12
+ </Icon>
13
+ ));
14
+
15
+ export default BackArrow;
@@ -0,0 +1,16 @@
1
+ import React from 'react';
2
+ import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
3
+
4
+ const Badge3rdParty = 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="M14.34 5.152 12 3 9.66 5.152 6.439 4.72l-.563 3.049L3 9.218 4.43 12 3 14.781l2.875 1.451.563 3.05 3.223-.434L12 21l2.34-2.152 3.222.433.563-3.049L21 14.782 19.57 12 21 9.219l-2.875-1.451-.563-3.05-3.223.434Z"
10
+ fill="#4F9BDE"
11
+ />
12
+ <path d="m8.019 11.814 1.338-1.273 1.697 1.614 3.393-3.228 1.339 1.273-4.732 4.5-3.035-2.886Z" fill="#fff" />
13
+ </Icon>
14
+ ));
15
+
16
+ export default Badge3rdParty;
@@ -0,0 +1,19 @@
1
+ import React from 'react';
2
+ import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
3
+
4
+ const BadgeBitrise = 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="M14.34 5.152 12 3 9.66 5.152 6.439 4.72l-.563 3.049L3 9.218 4.43 12 3 14.781l2.875 1.451.563 3.05 3.223-.434L12 21l2.34-2.152 3.222.433.563-3.049L21 14.782 19.57 12 21 9.219l-2.875-1.451-.563-3.05-3.223.434Z"
10
+ fill="#11BBA9"
11
+ />
12
+ <path
13
+ d="M12.724 15.6c1.544 0 2.57-1.048 2.57-2.214 0-1.296-1.242-1.782-1.242-1.782s.864-.486.864-1.566c0-1.026-.972-1.998-2.376-1.998H9.3v7.56h3.424Zm-1.804-1.35v-1.944h1.728c.594 0 1.026.432 1.026.972s-.432.972-1.026.972H10.92Zm1.512-4.86c.54 0 .864.324.864.81 0 .486-.324.81-.864.81H10.92V9.39h1.512Z"
14
+ fill="#fff"
15
+ />
16
+ </Icon>
17
+ ));
18
+
19
+ export default BadgeBitrise;
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
3
+
4
+ const Bell = 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.567 13.6c-.301-.4-.402-.9-.402-1.3V12c0-2.2-1.81-4-4.021-4-2.212 0-4.022 1.8-4.022 4v.2c0 .5-.1.9-.402 1.3L6.01 16h12.267l-1.71-2.4Zm-6.434-7.3V6a2.011 2.011 0 0 1 4.022 0v.3c2.312.8 4.021 3 4.021 5.7v.4l1.71 2.4c.602.9.401 2.1-.503 2.8-.302.2-.704.4-1.207.4H6.011C4.905 18 4 17.1 4 16c0-.4.1-.8.402-1.2l1.71-2.4V12c0-2.6 1.708-4.8 4.02-5.7ZM9.128 19h6.032c-.302 1.1-1.609 2-3.016 2-1.408 0-2.715-.8-3.017-2Z"
10
+ fill="currentColor"
11
+ />
12
+ </Icon>
13
+ ));
14
+
15
+ export default Bell;
@@ -0,0 +1,19 @@
1
+ import React from 'react';
2
+ import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
3
+
4
+ const Bitbot = forwardRef<IconProps, 'svg'>((props, ref) => (
5
+ <Icon ref={ref} viewBox="0 0 24 24" {...props}>
6
+ <path
7
+ d="M12.15 6.1a1 1 0 1 0-.001-2 1 1 0 0 0 0 2ZM8.375 12C7.615 12 7 12.613 7 13.37h2.75c0-.757-.616-1.37-1.375-1.37ZM12 16a2 2 0 0 0 2-2h-4a2 2 0 0 0 2 2ZM14 13.373a1.373 1.373 0 1 1 2.746 0H14Z"
8
+ fill="currentColor"
9
+ />
10
+ <path
11
+ fillRule="evenodd"
12
+ clipRule="evenodd"
13
+ d="M20.792 9.214c.25.97.595 2.428.826 3.87.156.976.282 2.128.375 3.425a2.527 2.527 0 0 1-.733 1.959 2.997 2.997 0 0 1-2.036.891c-1.731.075-4.39.164-7.224.164-2.835 0-5.493-.09-7.224-.164a2.997 2.997 0 0 1-2.037-.891 2.527 2.527 0 0 1-.732-1.959c.092-1.297.219-2.45.375-3.425.231-1.443.576-2.901.826-3.87.297-1.155 1.362-1.981 2.65-2.055C7.122 7.086 9.214 7 12 7c2.786 0 4.878.086 6.142.159 1.288.074 2.353.9 2.65 2.055Zm-2.764-.058A106.57 106.57 0 0 0 12 9c-2.343 0-4.363.06-6.028.156-.441.025-.753.267-.827.556a41.538 41.538 0 0 0-.788 3.688c-.146.914-.267 2.01-.356 3.253-.01.147.042.286.173.422.165.17.404.274.688.286 2.304.1 4.747.162 7.138.162 2.39 0 4.833-.063 7.138-.162a1 1 0 0 0 .687-.286c.132-.136.184-.275.173-.423a38.28 38.28 0 0 0-.355-3.252 41.593 41.593 0 0 0-.788-3.688c-.074-.29-.386-.531-.827-.556Z"
14
+ fill="currentColor"
15
+ />
16
+ </Icon>
17
+ ));
18
+
19
+ export default Bitbot;
@@ -0,0 +1,19 @@
1
+ import React from 'react';
2
+ import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
3
+
4
+ const BitbotError = forwardRef<IconProps, 'svg'>((props, ref) => (
5
+ <Icon ref={ref} viewBox="0 0 24 24" {...props}>
6
+ <path
7
+ d="M13.15 5.1a1 1 0 1 1-2.001 0 1 1 0 0 1 2 0ZM8 11.586 6.586 10.17l-1.414 1.415L6.586 13l-1.414 1.414 1.414 1.414L8 14.414l1.414 1.414 1.414-1.414L9.414 13l1.414-1.414-1.414-1.415L8 11.587ZM17.414 13l1.414 1.414-1.414 1.414L16 14.414l-1.414 1.414-1.414-1.414L14.586 13l-1.414-1.414 1.414-1.415L16 11.587l1.414-1.415 1.414 1.415L17.414 13Z"
8
+ fill="currentColor"
9
+ />
10
+ <path
11
+ fillRule="evenodd"
12
+ clipRule="evenodd"
13
+ d="M21.618 13.084a44.48 44.48 0 0 0-.826-3.87c-.297-1.155-1.362-1.981-2.65-2.055A108.657 108.657 0 0 0 12 7c-2.786 0-4.878.086-6.142.159-1.288.074-2.353.9-2.65 2.055-.25.969-.595 2.427-.826 3.87a40.255 40.255 0 0 0-.375 3.425 2.527 2.527 0 0 0 .732 1.959 2.997 2.997 0 0 0 2.037.891c1.731.075 4.39.164 7.224.164 2.834 0 5.493-.09 7.224-.164a2.997 2.997 0 0 0 2.036-.891c.525-.54.785-1.236.733-1.959a40.252 40.252 0 0 0-.375-3.425ZM12 9c2.342 0 4.363.06 6.028.156.44.025.753.267.827.556.321 1.25.602 2.525.788 3.688.146.915.266 2.01.355 3.252.01.148-.041.287-.173.423a1 1 0 0 1-.687.286c-2.305.1-4.747.162-7.138.162s-4.834-.063-7.138-.162a1.001 1.001 0 0 1-.688-.286c-.131-.136-.183-.275-.173-.422.09-1.244.21-2.34.356-3.253.186-1.164.467-2.44.788-3.688.074-.29.386-.531.827-.556C7.637 9.06 9.657 9 12 9Z"
14
+ fill="currentColor"
15
+ />
16
+ </Icon>
17
+ ));
18
+
19
+ export default BitbotError;
@@ -0,0 +1,34 @@
1
+ import React from 'react';
2
+ import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
3
+ import { useIconId } from '../utils';
4
+
5
+ const BitbucketBlue = forwardRef<IconProps, 'svg'>((props, ref) => {
6
+ const iconPrefix = useIconId();
7
+ return (
8
+ <Icon ref={ref} viewBox="0 0 24 24" {...props}>
9
+ <path
10
+ d="M2.65 3a.64.64 0 0 0-.642.743l2.72 16.514a.871.871 0 0 0 .853.727h13.05a.64.64 0 0 0 .64-.538l2.72-16.7a.64.64 0 0 0-.64-.743L2.649 3Zm11.453 11.935H9.938L8.81 9.043h6.303l-1.01 5.892Z"
11
+ fill="#2684FF"
12
+ />
13
+ <path
14
+ d="M21.127 9.043h-6.014l-1.01 5.892H9.938L5.02 20.773c.156.135.355.21.56.211h13.054a.641.641 0 0 0 .64-.538l1.852-11.403Z"
15
+ fill={`url(#${iconPrefix}__a)`}
16
+ />
17
+ <defs>
18
+ <linearGradient
19
+ id={`${iconPrefix}__a`}
20
+ x1={22.517}
21
+ y1={10.693}
22
+ x2={12.578}
23
+ y2={18.45}
24
+ gradientUnits="userSpaceOnUse"
25
+ >
26
+ <stop offset={0.18} stopColor="#0052CC" />
27
+ <stop offset={1} stopColor="#2684FF" />
28
+ </linearGradient>
29
+ </defs>
30
+ </Icon>
31
+ );
32
+ });
33
+
34
+ export default BitbucketBlue;
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
3
+
4
+ const BitbucketPlain = 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="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"
10
+ fill="currentColor"
11
+ />
12
+ </Icon>
13
+ ));
14
+
15
+ export default BitbucketPlain;