@bitrise/bitkit 12.83.0 → 12.84.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 (604) hide show
  1. package/package.json +4 -4
  2. package/src/Components/Accordion/Accordion.tsx +1 -1
  3. package/src/Components/Accordion/AccordionItem.tsx +4 -4
  4. package/src/Components/AccordionLegacy/Accordion.theme.ts +59 -59
  5. package/src/Components/AccordionLegacy/LegacyAccordion.tsx +3 -3
  6. package/src/Components/AccordionLegacy/LegacyAccordionItem.tsx +4 -4
  7. package/src/Components/Badge/Badge.theme.ts +5 -5
  8. package/src/Components/Badge/Badge.tsx +1 -1
  9. package/src/Components/Breadcrumb/Breadcrumb.theme.ts +10 -10
  10. package/src/Components/Breadcrumb/Breadcrumb.tsx +1 -1
  11. package/src/Components/Button/Button.theme.ts +72 -72
  12. package/src/Components/Card/Card.theme.ts +7 -7
  13. package/src/Components/CloseButton/CloseButton.theme.ts +10 -10
  14. package/src/Components/CloseButton/CloseButton.tsx +1 -1
  15. package/src/Components/CodeBlock/CodeBlock.theme.ts +7 -7
  16. package/src/Components/CodeBlock/CodeBlock.tsx +4 -4
  17. package/src/Components/CodeSnippet/CodeSnippet.theme.ts +8 -8
  18. package/src/Components/CodeSnippet/CodeSnippet.tsx +2 -2
  19. package/src/Components/ColorButton/ColorButton.theme.ts +27 -27
  20. package/src/Components/ColorButton/ColorButton.tsx +2 -2
  21. package/src/Components/DatePicker/DatePicker.tsx +9 -9
  22. package/src/Components/DatePicker/DatePickerDay.theme.ts +31 -31
  23. package/src/Components/DatePicker/DatePickerDay.tsx +17 -17
  24. package/src/Components/DatePicker/DatePickerFooter.tsx +13 -13
  25. package/src/Components/DatePicker/DatePickerGrid.tsx +1 -1
  26. package/src/Components/DatePicker/DatePickerHeader.tsx +19 -19
  27. package/src/Components/DatePicker/DatePickerMonth.tsx +15 -15
  28. package/src/Components/DatePicker/DatePickerMonthSelector.tsx +25 -25
  29. package/src/Components/DefinitionTooltip/DefinitionTooltip.theme.ts +5 -5
  30. package/src/Components/DefinitionTooltip/DefinitionTooltip.tsx +1 -1
  31. package/src/Components/Dialog/Dialog.theme.ts +51 -51
  32. package/src/Components/Dialog/Dialog.tsx +5 -5
  33. package/src/Components/Dot/Dot.tsx +1 -1
  34. package/src/Components/Drawer/Drawer.theme.ts +20 -20
  35. package/src/Components/Drawer/Drawer.tsx +5 -5
  36. package/src/Components/Dropdown/Dropdown.context.tsx +2 -2
  37. package/src/Components/Dropdown/Dropdown.theme.ts +55 -55
  38. package/src/Components/Dropdown/Dropdown.tsx +52 -52
  39. package/src/Components/Dropdown/DropdownButton.tsx +5 -5
  40. package/src/Components/Dropdown/DropdownOption.tsx +12 -12
  41. package/src/Components/Dropdown/hooks/useAutoScroll.ts +3 -3
  42. package/src/Components/Dropdown/hooks/useFloatingDropdown.ts +39 -39
  43. package/src/Components/Dropdown/hooks/useSimpleSearch.tsx +1 -1
  44. package/src/Components/EmptyState/EmptyState.theme.ts +11 -11
  45. package/src/Components/EmptyState/EmptyState.tsx +1 -1
  46. package/src/Components/ExpandableCard/ExpandableCard.theme.ts +14 -14
  47. package/src/Components/ExpandableCard/ExpandableCard.tsx +3 -3
  48. package/src/Components/Filter/Filter.storyData.ts +44 -44
  49. package/src/Components/Filter/Filter.theme.ts +82 -82
  50. package/src/Components/Filter/Filter.tsx +6 -6
  51. package/src/Components/Filter/FilterAdd/FilterAdd.tsx +3 -3
  52. package/src/Components/Filter/FilterDate/FilterDate.tsx +4 -4
  53. package/src/Components/Filter/FilterForm/FilterForm.tsx +4 -5
  54. package/src/Components/Filter/FilterItem/FilterItem.tsx +4 -4
  55. package/src/Components/Filter/FilterSearch/FilterSearch.tsx +2 -2
  56. package/src/Components/Filter/FilterSwitch/FilterSwitch.theme.ts +29 -29
  57. package/src/Components/Filter/FilterSwitch/FilterSwitch.tsx +6 -6
  58. package/src/Components/Form/Checkbox/Checkbox.theme.ts +25 -25
  59. package/src/Components/Form/DateInput/DateInput.tsx +8 -8
  60. package/src/Components/Form/FileInput/FileInput.theme.ts +26 -26
  61. package/src/Components/Form/FileInput/FileInput.tsx +11 -11
  62. package/src/Components/Form/Form.theme.ts +5 -5
  63. package/src/Components/Form/Input/Input.theme.ts +24 -24
  64. package/src/Components/Form/Input/Input.tsx +17 -17
  65. package/src/Components/Form/Radio/Radio.theme.ts +26 -26
  66. package/src/Components/Form/Radio/Radio.tsx +1 -1
  67. package/src/Components/Form/Textarea/Textarea.tsx +9 -9
  68. package/src/Components/Icon/Icon.tsx +1 -1
  69. package/src/Components/IconButton/IconButton.tsx +1 -1
  70. package/src/Components/Icons/16x16/Addons.tsx +3 -3
  71. package/src/Components/Icons/16x16/AddonsTuorqouise.tsx +7 -7
  72. package/src/Components/Icons/16x16/AddonsViolet.tsx +7 -7
  73. package/src/Components/Icons/16x16/AddonsWhite.tsx +7 -7
  74. package/src/Components/Icons/16x16/Agent.tsx +3 -3
  75. package/src/Components/Icons/16x16/Anchor.tsx +3 -3
  76. package/src/Components/Icons/16x16/Android.tsx +3 -3
  77. package/src/Components/Icons/16x16/App.tsx +3 -3
  78. package/src/Components/Icons/16x16/Apple.tsx +3 -3
  79. package/src/Components/Icons/16x16/AppleFill.tsx +2 -2
  80. package/src/Components/Icons/16x16/ArrowDown.tsx +2 -2
  81. package/src/Components/Icons/16x16/ArrowLeft.tsx +3 -3
  82. package/src/Components/Icons/16x16/ArrowMoveDown.tsx +2 -2
  83. package/src/Components/Icons/16x16/ArrowMoveLeft.tsx +3 -3
  84. package/src/Components/Icons/16x16/ArrowMoveRight.tsx +3 -3
  85. package/src/Components/Icons/16x16/ArrowMoveUp.tsx +3 -3
  86. package/src/Components/Icons/16x16/ArrowQuit.tsx +2 -2
  87. package/src/Components/Icons/16x16/ArrowRight.tsx +2 -2
  88. package/src/Components/Icons/16x16/ArrowUp.tsx +2 -2
  89. package/src/Components/Icons/16x16/Badge3rdParty.tsx +4 -4
  90. package/src/Components/Icons/16x16/BadgeBitrise.tsx +4 -4
  91. package/src/Components/Icons/16x16/Bazel.tsx +8 -8
  92. package/src/Components/Icons/16x16/Bell.tsx +3 -3
  93. package/src/Components/Icons/16x16/Bitbot.tsx +4 -4
  94. package/src/Components/Icons/16x16/BitbotError.tsx +4 -4
  95. package/src/Components/Icons/16x16/BitbucketBlue.tsx +4 -4
  96. package/src/Components/Icons/16x16/BitbucketPlain.tsx +3 -3
  97. package/src/Components/Icons/16x16/BitbucketShadedWhite.tsx +6 -6
  98. package/src/Components/Icons/16x16/Book.tsx +3 -3
  99. package/src/Components/Icons/16x16/BoxWithArrowDown.tsx +2 -2
  100. package/src/Components/Icons/16x16/BoxWithDot.tsx +3 -3
  101. package/src/Components/Icons/16x16/Branch.tsx +3 -3
  102. package/src/Components/Icons/16x16/Bug.tsx +3 -3
  103. package/src/Components/Icons/16x16/Build.tsx +4 -4
  104. package/src/Components/Icons/16x16/BuildCache.tsx +2 -2
  105. package/src/Components/Icons/16x16/BuildCacheSolid.tsx +3 -3
  106. package/src/Components/Icons/16x16/BuildTest.tsx +2 -2
  107. package/src/Components/Icons/16x16/BuildTestSolid.tsx +2 -2
  108. package/src/Components/Icons/16x16/BuildstatusAborted.tsx +5 -5
  109. package/src/Components/Icons/16x16/BuildstatusAbortedSolid.tsx +2 -2
  110. package/src/Components/Icons/16x16/BuildstatusFailed.tsx +3 -3
  111. package/src/Components/Icons/16x16/BuildstatusFailedSolid.tsx +2 -2
  112. package/src/Components/Icons/16x16/BuildstatusLoading.tsx +5 -5
  113. package/src/Components/Icons/16x16/BuildstatusLoadingAnimated.tsx +11 -11
  114. package/src/Components/Icons/16x16/BuildstatusNeverbuilt.tsx +3 -3
  115. package/src/Components/Icons/16x16/BuildstatusProgressEggplant.tsx +7 -7
  116. package/src/Components/Icons/16x16/BuildstatusProgressWhite.tsx +5 -5
  117. package/src/Components/Icons/16x16/BuildstatusSuccessful.tsx +5 -5
  118. package/src/Components/Icons/16x16/BuildstatusSuccessfulSolid.tsx +2 -2
  119. package/src/Components/Icons/16x16/Bulletpoint.tsx +2 -2
  120. package/src/Components/Icons/16x16/Cache.tsx +4 -4
  121. package/src/Components/Icons/16x16/Calendar.tsx +3 -3
  122. package/src/Components/Icons/16x16/ChangePlan.tsx +3 -3
  123. package/src/Components/Icons/16x16/Chat.tsx +4 -4
  124. package/src/Components/Icons/16x16/ChatMessage.tsx +3 -3
  125. package/src/Components/Icons/16x16/CheckCircle.tsx +2 -2
  126. package/src/Components/Icons/16x16/ChevronDown.tsx +3 -3
  127. package/src/Components/Icons/16x16/ChevronLeft.tsx +3 -3
  128. package/src/Components/Icons/16x16/ChevronRight.tsx +3 -3
  129. package/src/Components/Icons/16x16/ChevronUp.tsx +3 -3
  130. package/src/Components/Icons/16x16/Clock.tsx +3 -3
  131. package/src/Components/Icons/16x16/CloseSmall.tsx +3 -3
  132. package/src/Components/Icons/16x16/Code.tsx +3 -3
  133. package/src/Components/Icons/16x16/CodeSigning.tsx +4 -4
  134. package/src/Components/Icons/16x16/Coffee.tsx +3 -3
  135. package/src/Components/Icons/16x16/Commit.tsx +2 -2
  136. package/src/Components/Icons/16x16/Conference.tsx +5 -5
  137. package/src/Components/Icons/16x16/ConnectedAccounts.tsx +2 -2
  138. package/src/Components/Icons/16x16/Cordova.tsx +3 -3
  139. package/src/Components/Icons/16x16/Cpu.tsx +4 -4
  140. package/src/Components/Icons/16x16/Creditcard.tsx +4 -4
  141. package/src/Components/Icons/16x16/Credits.tsx +5 -5
  142. package/src/Components/Icons/16x16/Cycle.tsx +3 -3
  143. package/src/Components/Icons/16x16/DeleteNope.tsx +3 -3
  144. package/src/Components/Icons/16x16/Deployment.tsx +5 -5
  145. package/src/Components/Icons/16x16/Details.tsx +2 -2
  146. package/src/Components/Icons/16x16/Doc.tsx +3 -3
  147. package/src/Components/Icons/16x16/Dollars.tsx +3 -3
  148. package/src/Components/Icons/16x16/Download.tsx +3 -3
  149. package/src/Components/Icons/16x16/DropdownArrows.tsx +3 -3
  150. package/src/Components/Icons/16x16/Dudes.tsx +3 -3
  151. package/src/Components/Icons/16x16/Duplicate.tsx +3 -3
  152. package/src/Components/Icons/16x16/Enterprise.tsx +4 -4
  153. package/src/Components/Icons/16x16/ErrorGeneral.tsx +4 -4
  154. package/src/Components/Icons/16x16/Expand.tsx +2 -2
  155. package/src/Components/Icons/16x16/Fastlane.tsx +3 -3
  156. package/src/Components/Icons/16x16/FileDoc.tsx +3 -3
  157. package/src/Components/Icons/16x16/FilePdf.tsx +3 -3
  158. package/src/Components/Icons/16x16/FilePlist.tsx +5 -5
  159. package/src/Components/Icons/16x16/FileZip.tsx +5 -5
  160. package/src/Components/Icons/16x16/Filter.tsx +1 -1
  161. package/src/Components/Icons/16x16/Flag.tsx +3 -3
  162. package/src/Components/Icons/16x16/Flutter.tsx +2 -2
  163. package/src/Components/Icons/16x16/Folder.tsx +3 -3
  164. package/src/Components/Icons/16x16/Fullscreen.tsx +2 -2
  165. package/src/Components/Icons/16x16/FullscreenExit.tsx +2 -2
  166. package/src/Components/Icons/16x16/Gauge.tsx +2 -2
  167. package/src/Components/Icons/16x16/Github.tsx +3 -3
  168. package/src/Components/Icons/16x16/GitlabColor.tsx +9 -9
  169. package/src/Components/Icons/16x16/GitlabPlain.tsx +3 -3
  170. package/src/Components/Icons/16x16/GitlabShadedWhite.tsx +14 -14
  171. package/src/Components/Icons/16x16/Globe.tsx +3 -3
  172. package/src/Components/Icons/16x16/Go.tsx +8 -8
  173. package/src/Components/Icons/16x16/GoogleColor.tsx +6 -6
  174. package/src/Components/Icons/16x16/Gradle.tsx +2 -2
  175. package/src/Components/Icons/16x16/Group.tsx +3 -3
  176. package/src/Components/Icons/16x16/Heart.tsx +3 -3
  177. package/src/Components/Icons/16x16/HidePassword.tsx +4 -4
  178. package/src/Components/Icons/16x16/History.tsx +2 -2
  179. package/src/Components/Icons/16x16/Image.tsx +3 -3
  180. package/src/Components/Icons/16x16/Info.tsx +3 -3
  181. package/src/Components/Icons/16x16/Insights.tsx +2 -2
  182. package/src/Components/Icons/16x16/InsightsSolid.tsx +2 -2
  183. package/src/Components/Icons/16x16/Interaction.tsx +4 -4
  184. package/src/Components/Icons/16x16/Invoice.tsx +3 -3
  185. package/src/Components/Icons/16x16/Ionic.tsx +3 -3
  186. package/src/Components/Icons/16x16/Japanese.tsx +3 -3
  187. package/src/Components/Icons/16x16/Key.tsx +3 -3
  188. package/src/Components/Icons/16x16/Laptop.tsx +3 -3
  189. package/src/Components/Icons/16x16/LaunchDarkly.tsx +1 -1
  190. package/src/Components/Icons/16x16/Lightbulb.tsx +3 -3
  191. package/src/Components/Icons/16x16/Link.tsx +2 -2
  192. package/src/Components/Icons/16x16/Lock.tsx +3 -3
  193. package/src/Components/Icons/16x16/LockOpen.tsx +2 -2
  194. package/src/Components/Icons/16x16/Login.tsx +3 -3
  195. package/src/Components/Icons/16x16/Logout.tsx +3 -3
  196. package/src/Components/Icons/16x16/Macos.tsx +3 -3
  197. package/src/Components/Icons/16x16/Magnifier.tsx +3 -3
  198. package/src/Components/Icons/16x16/Mail.tsx +3 -3
  199. package/src/Components/Icons/16x16/MenuGrid.tsx +3 -3
  200. package/src/Components/Icons/16x16/MenuHamburger.tsx +3 -3
  201. package/src/Components/Icons/16x16/Message.tsx +3 -3
  202. package/src/Components/Icons/16x16/MinusClose.tsx +2 -2
  203. package/src/Components/Icons/16x16/MinusRemove.tsx +3 -3
  204. package/src/Components/Icons/16x16/Mobile.tsx +3 -3
  205. package/src/Components/Icons/16x16/MonitorChart.tsx +2 -2
  206. package/src/Components/Icons/16x16/MoreHorizontal.tsx +3 -3
  207. package/src/Components/Icons/16x16/MoreVertical.tsx +3 -3
  208. package/src/Components/Icons/16x16/News.tsx +4 -4
  209. package/src/Components/Icons/16x16/NoTie.tsx +3 -3
  210. package/src/Components/Icons/16x16/Nodejs.tsx +3 -3
  211. package/src/Components/Icons/16x16/Numero.tsx +3 -3
  212. package/src/Components/Icons/16x16/OpenInBrowser.tsx +3 -3
  213. package/src/Components/Icons/16x16/Other.tsx +5 -5
  214. package/src/Components/Icons/16x16/OverflowingLines.tsx +3 -3
  215. package/src/Components/Icons/16x16/Overview.tsx +3 -3
  216. package/src/Components/Icons/16x16/Owner.tsx +4 -4
  217. package/src/Components/Icons/16x16/Pause.tsx +3 -3
  218. package/src/Components/Icons/16x16/Pencil.tsx +5 -5
  219. package/src/Components/Icons/16x16/Percent.tsx +3 -3
  220. package/src/Components/Icons/16x16/Person.tsx +3 -3
  221. package/src/Components/Icons/16x16/Play.tsx +3 -3
  222. package/src/Components/Icons/16x16/PlusAdd.tsx +3 -3
  223. package/src/Components/Icons/16x16/PlusOpen.tsx +3 -3
  224. package/src/Components/Icons/16x16/Podcast.tsx +4 -4
  225. package/src/Components/Icons/16x16/Power.tsx +3 -3
  226. package/src/Components/Icons/16x16/ProgressEggplant.tsx +5 -5
  227. package/src/Components/Icons/16x16/ProgressViolet.tsx +5 -5
  228. package/src/Components/Icons/16x16/ProgressWhite.tsx +5 -5
  229. package/src/Components/Icons/16x16/Pull.tsx +3 -3
  230. package/src/Components/Icons/16x16/Push.tsx +3 -3
  231. package/src/Components/Icons/16x16/ReactIcon.tsx +3 -3
  232. package/src/Components/Icons/16x16/Refresh.tsx +2 -2
  233. package/src/Components/Icons/16x16/Release.tsx +2 -2
  234. package/src/Components/Icons/16x16/ReleaseSolid.tsx +2 -2
  235. package/src/Components/Icons/16x16/Replace.tsx +2 -2
  236. package/src/Components/Icons/16x16/Request.tsx +2 -2
  237. package/src/Components/Icons/16x16/Responsiveness.tsx +3 -3
  238. package/src/Components/Icons/16x16/Save.tsx +4 -4
  239. package/src/Components/Icons/16x16/Screenshare.tsx +4 -4
  240. package/src/Components/Icons/16x16/SecurityShield.tsx +3 -3
  241. package/src/Components/Icons/16x16/Settings.tsx +3 -3
  242. package/src/Components/Icons/16x16/SettingsSolid.tsx +2 -2
  243. package/src/Components/Icons/16x16/Ship.tsx +4 -4
  244. package/src/Components/Icons/16x16/ShowPassword.tsx +4 -4
  245. package/src/Components/Icons/16x16/Shuffle.tsx +3 -3
  246. package/src/Components/Icons/16x16/Siren.tsx +1 -1
  247. package/src/Components/Icons/16x16/Sort.tsx +2 -2
  248. package/src/Components/Icons/16x16/SortArrows.tsx +2 -2
  249. package/src/Components/Icons/16x16/Stability.tsx +4 -4
  250. package/src/Components/Icons/16x16/Stack.tsx +3 -3
  251. package/src/Components/Icons/16x16/StageCurrent.tsx +2 -2
  252. package/src/Components/Icons/16x16/StageIncomplete.tsx +2 -2
  253. package/src/Components/Icons/16x16/Star.tsx +3 -3
  254. package/src/Components/Icons/16x16/Status.tsx +5 -5
  255. package/src/Components/Icons/16x16/StepUpgrade.tsx +3 -3
  256. package/src/Components/Icons/16x16/StepVersionOk.tsx +3 -3
  257. package/src/Components/Icons/16x16/Steps.tsx +3 -3
  258. package/src/Components/Icons/16x16/StepsTuorqouise.tsx +7 -7
  259. package/src/Components/Icons/16x16/StepsViolet.tsx +7 -7
  260. package/src/Components/Icons/16x16/StepsWhite.tsx +7 -7
  261. package/src/Components/Icons/16x16/StepstatusSkip.tsx +5 -5
  262. package/src/Components/Icons/16x16/StepstatusWarning.tsx +4 -4
  263. package/src/Components/Icons/16x16/Stopwatch.tsx +5 -5
  264. package/src/Components/Icons/16x16/Support.tsx +3 -3
  265. package/src/Components/Icons/16x16/Swag.tsx +2 -2
  266. package/src/Components/Icons/16x16/Tag.tsx +4 -4
  267. package/src/Components/Icons/16x16/TestFailed.tsx +4 -4
  268. package/src/Components/Icons/16x16/TestInconclusive.tsx +4 -4
  269. package/src/Components/Icons/16x16/TestInfo.tsx +4 -4
  270. package/src/Components/Icons/16x16/TestInprogress.tsx +3 -3
  271. package/src/Components/Icons/16x16/TestSkipped.tsx +5 -5
  272. package/src/Components/Icons/16x16/TestSuccess.tsx +4 -4
  273. package/src/Components/Icons/16x16/TestWarning.tsx +4 -4
  274. package/src/Components/Icons/16x16/Testing.tsx +4 -4
  275. package/src/Components/Icons/16x16/Tick.tsx +3 -3
  276. package/src/Components/Icons/16x16/Time.tsx +3 -3
  277. package/src/Components/Icons/16x16/Tools.tsx +3 -3
  278. package/src/Components/Icons/16x16/Trace.tsx +2 -2
  279. package/src/Components/Icons/16x16/Trash.tsx +3 -3
  280. package/src/Components/Icons/16x16/Trigger.tsx +3 -3
  281. package/src/Components/Icons/16x16/Twitter.tsx +3 -3
  282. package/src/Components/Icons/16x16/Upload.tsx +1 -1
  283. package/src/Components/Icons/16x16/ValidateShield.tsx +3 -3
  284. package/src/Components/Icons/16x16/Video.tsx +5 -5
  285. package/src/Components/Icons/16x16/Warning.tsx +3 -3
  286. package/src/Components/Icons/16x16/WarningColored.tsx +2 -2
  287. package/src/Components/Icons/16x16/WebUi.tsx +5 -5
  288. package/src/Components/Icons/16x16/Webhooks.tsx +4 -4
  289. package/src/Components/Icons/16x16/Webinar.tsx +3 -3
  290. package/src/Components/Icons/16x16/Window.tsx +4 -4
  291. package/src/Components/Icons/16x16/Workflow.tsx +3 -3
  292. package/src/Components/Icons/16x16/WorkflowFlow.tsx +3 -3
  293. package/src/Components/Icons/16x16/Wow.tsx +3 -3
  294. package/src/Components/Icons/16x16/WrappedLines.tsx +3 -3
  295. package/src/Components/Icons/16x16/Xamarin.tsx +4 -4
  296. package/src/Components/Icons/24x24/Addons.tsx +2 -2
  297. package/src/Components/Icons/24x24/AddonsTuorqouise.tsx +6 -6
  298. package/src/Components/Icons/24x24/AddonsViolet.tsx +6 -6
  299. package/src/Components/Icons/24x24/AddonsWhite.tsx +6 -6
  300. package/src/Components/Icons/24x24/Agent.tsx +3 -3
  301. package/src/Components/Icons/24x24/Anchor.tsx +2 -2
  302. package/src/Components/Icons/24x24/Android.tsx +2 -2
  303. package/src/Components/Icons/24x24/App.tsx +2 -2
  304. package/src/Components/Icons/24x24/Apple.tsx +2 -2
  305. package/src/Components/Icons/24x24/AppleFill.tsx +1 -1
  306. package/src/Components/Icons/24x24/ArrowDown.tsx +2 -2
  307. package/src/Components/Icons/24x24/ArrowLeft.tsx +2 -2
  308. package/src/Components/Icons/24x24/ArrowMoveDown.tsx +1 -1
  309. package/src/Components/Icons/24x24/ArrowMoveLeft.tsx +2 -2
  310. package/src/Components/Icons/24x24/ArrowMoveRight.tsx +2 -2
  311. package/src/Components/Icons/24x24/ArrowMoveUp.tsx +2 -2
  312. package/src/Components/Icons/24x24/ArrowQuit.tsx +1 -1
  313. package/src/Components/Icons/24x24/ArrowRight.tsx +2 -2
  314. package/src/Components/Icons/24x24/ArrowUp.tsx +2 -2
  315. package/src/Components/Icons/24x24/Badge3rdParty.tsx +2 -2
  316. package/src/Components/Icons/24x24/BadgeBitrise.tsx +2 -2
  317. package/src/Components/Icons/24x24/Bazel.tsx +8 -8
  318. package/src/Components/Icons/24x24/Bell.tsx +2 -2
  319. package/src/Components/Icons/24x24/Bitbot.tsx +2 -2
  320. package/src/Components/Icons/24x24/BitbotError.tsx +2 -2
  321. package/src/Components/Icons/24x24/BitbucketBlue.tsx +3 -3
  322. package/src/Components/Icons/24x24/BitbucketPlain.tsx +2 -2
  323. package/src/Components/Icons/24x24/BitbucketShadedWhite.tsx +9 -9
  324. package/src/Components/Icons/24x24/Book.tsx +2 -2
  325. package/src/Components/Icons/24x24/BoxWithArrowDown.tsx +2 -2
  326. package/src/Components/Icons/24x24/BoxWithDot.tsx +2 -2
  327. package/src/Components/Icons/24x24/Branch.tsx +3 -3
  328. package/src/Components/Icons/24x24/Bug.tsx +2 -2
  329. package/src/Components/Icons/24x24/Build.tsx +2 -2
  330. package/src/Components/Icons/24x24/BuildCache.tsx +2 -2
  331. package/src/Components/Icons/24x24/BuildCacheSolid.tsx +3 -3
  332. package/src/Components/Icons/24x24/BuildTest.tsx +2 -2
  333. package/src/Components/Icons/24x24/BuildTestSolid.tsx +2 -2
  334. package/src/Components/Icons/24x24/BuildstatusAborted.tsx +3 -3
  335. package/src/Components/Icons/24x24/BuildstatusAbortedSolid.tsx +2 -2
  336. package/src/Components/Icons/24x24/BuildstatusFailed.tsx +2 -2
  337. package/src/Components/Icons/24x24/BuildstatusFailedSolid.tsx +2 -2
  338. package/src/Components/Icons/24x24/BuildstatusLoading.tsx +3 -3
  339. package/src/Components/Icons/24x24/BuildstatusLoadingAnimated.tsx +11 -11
  340. package/src/Components/Icons/24x24/BuildstatusNeverbuilt.tsx +2 -2
  341. package/src/Components/Icons/24x24/BuildstatusProgressEggplant.tsx +6 -6
  342. package/src/Components/Icons/24x24/BuildstatusProgressWhite.tsx +3 -3
  343. package/src/Components/Icons/24x24/BuildstatusSuccessful.tsx +3 -3
  344. package/src/Components/Icons/24x24/BuildstatusSuccessfulSolid.tsx +2 -2
  345. package/src/Components/Icons/24x24/Bulletpoint.tsx +2 -2
  346. package/src/Components/Icons/24x24/Cache.tsx +2 -2
  347. package/src/Components/Icons/24x24/Calendar.tsx +2 -2
  348. package/src/Components/Icons/24x24/ChangePlan.tsx +1 -1
  349. package/src/Components/Icons/24x24/Chat.tsx +2 -2
  350. package/src/Components/Icons/24x24/ChatMessage.tsx +2 -2
  351. package/src/Components/Icons/24x24/CheckCircle.tsx +2 -2
  352. package/src/Components/Icons/24x24/ChevronDown.tsx +2 -2
  353. package/src/Components/Icons/24x24/ChevronLeft.tsx +2 -2
  354. package/src/Components/Icons/24x24/ChevronRight.tsx +2 -2
  355. package/src/Components/Icons/24x24/ChevronUp.tsx +2 -2
  356. package/src/Components/Icons/24x24/Clock.tsx +2 -2
  357. package/src/Components/Icons/24x24/CloseSmall.tsx +2 -2
  358. package/src/Components/Icons/24x24/Code.tsx +1 -1
  359. package/src/Components/Icons/24x24/CodeSigning.tsx +2 -2
  360. package/src/Components/Icons/24x24/Coffee.tsx +2 -2
  361. package/src/Components/Icons/24x24/Commit.tsx +2 -2
  362. package/src/Components/Icons/24x24/Conference.tsx +2 -2
  363. package/src/Components/Icons/24x24/ConnectedAccounts.tsx +2 -2
  364. package/src/Components/Icons/24x24/Cordova.tsx +2 -2
  365. package/src/Components/Icons/24x24/Cpu.tsx +2 -2
  366. package/src/Components/Icons/24x24/Creditcard.tsx +2 -2
  367. package/src/Components/Icons/24x24/Credits.tsx +3 -3
  368. package/src/Components/Icons/24x24/Cycle.tsx +2 -2
  369. package/src/Components/Icons/24x24/DeleteNope.tsx +2 -2
  370. package/src/Components/Icons/24x24/Deployment.tsx +2 -2
  371. package/src/Components/Icons/24x24/Details.tsx +2 -2
  372. package/src/Components/Icons/24x24/Doc.tsx +2 -2
  373. package/src/Components/Icons/24x24/Dollars.tsx +2 -2
  374. package/src/Components/Icons/24x24/Download.tsx +2 -2
  375. package/src/Components/Icons/24x24/DropdownArrows.tsx +2 -2
  376. package/src/Components/Icons/24x24/Dudes.tsx +2 -2
  377. package/src/Components/Icons/24x24/Duplicate.tsx +2 -2
  378. package/src/Components/Icons/24x24/Enterprise.tsx +2 -2
  379. package/src/Components/Icons/24x24/ErrorGeneral.tsx +2 -2
  380. package/src/Components/Icons/24x24/Expand.tsx +1 -1
  381. package/src/Components/Icons/24x24/Fastlane.tsx +2 -2
  382. package/src/Components/Icons/24x24/FileDoc.tsx +2 -2
  383. package/src/Components/Icons/24x24/FilePdf.tsx +2 -2
  384. package/src/Components/Icons/24x24/FilePlist.tsx +2 -2
  385. package/src/Components/Icons/24x24/FileZip.tsx +2 -2
  386. package/src/Components/Icons/24x24/Filter.tsx +1 -1
  387. package/src/Components/Icons/24x24/Flag.tsx +2 -2
  388. package/src/Components/Icons/24x24/Flutter.tsx +1 -1
  389. package/src/Components/Icons/24x24/Folder.tsx +2 -2
  390. package/src/Components/Icons/24x24/Fullscreen.tsx +1 -1
  391. package/src/Components/Icons/24x24/FullscreenExit.tsx +1 -1
  392. package/src/Components/Icons/24x24/Gauge.tsx +2 -2
  393. package/src/Components/Icons/24x24/Github.tsx +2 -2
  394. package/src/Components/Icons/24x24/GitlabColor.tsx +1 -1
  395. package/src/Components/Icons/24x24/GitlabPlain.tsx +2 -2
  396. package/src/Components/Icons/24x24/GitlabShadedWhite.tsx +7 -7
  397. package/src/Components/Icons/24x24/Globe.tsx +2 -2
  398. package/src/Components/Icons/24x24/Go.tsx +4 -4
  399. package/src/Components/Icons/24x24/GoogleColor.tsx +6 -6
  400. package/src/Components/Icons/24x24/Gradle.tsx +3 -3
  401. package/src/Components/Icons/24x24/Group.tsx +2 -2
  402. package/src/Components/Icons/24x24/Heart.tsx +2 -2
  403. package/src/Components/Icons/24x24/HidePassword.tsx +2 -2
  404. package/src/Components/Icons/24x24/History.tsx +2 -2
  405. package/src/Components/Icons/24x24/Image.tsx +2 -2
  406. package/src/Components/Icons/24x24/Info.tsx +2 -2
  407. package/src/Components/Icons/24x24/Insights.tsx +2 -2
  408. package/src/Components/Icons/24x24/InsightsSolid.tsx +2 -2
  409. package/src/Components/Icons/24x24/Interaction.tsx +2 -2
  410. package/src/Components/Icons/24x24/Invoice.tsx +2 -2
  411. package/src/Components/Icons/24x24/Ionic.tsx +2 -2
  412. package/src/Components/Icons/24x24/Japanese.tsx +2 -2
  413. package/src/Components/Icons/24x24/Key.tsx +2 -2
  414. package/src/Components/Icons/24x24/Laptop.tsx +2 -2
  415. package/src/Components/Icons/24x24/LaunchDarkly.tsx +1 -1
  416. package/src/Components/Icons/24x24/Lightbulb.tsx +2 -2
  417. package/src/Components/Icons/24x24/Link.tsx +1 -1
  418. package/src/Components/Icons/24x24/Lock.tsx +2 -2
  419. package/src/Components/Icons/24x24/LockOpen.tsx +2 -2
  420. package/src/Components/Icons/24x24/Login.tsx +2 -2
  421. package/src/Components/Icons/24x24/Logout.tsx +2 -2
  422. package/src/Components/Icons/24x24/Macos.tsx +2 -2
  423. package/src/Components/Icons/24x24/Magnifier.tsx +2 -2
  424. package/src/Components/Icons/24x24/Mail.tsx +2 -2
  425. package/src/Components/Icons/24x24/MenuGrid.tsx +2 -2
  426. package/src/Components/Icons/24x24/MenuHamburger.tsx +2 -2
  427. package/src/Components/Icons/24x24/Message.tsx +2 -2
  428. package/src/Components/Icons/24x24/MinusClose.tsx +2 -2
  429. package/src/Components/Icons/24x24/MinusRemove.tsx +2 -2
  430. package/src/Components/Icons/24x24/Mobile.tsx +2 -2
  431. package/src/Components/Icons/24x24/MonitorChart.tsx +2 -2
  432. package/src/Components/Icons/24x24/MoreHorizontal.tsx +2 -2
  433. package/src/Components/Icons/24x24/MoreVertical.tsx +2 -2
  434. package/src/Components/Icons/24x24/News.tsx +2 -2
  435. package/src/Components/Icons/24x24/NoTie.tsx +2 -2
  436. package/src/Components/Icons/24x24/Nodejs.tsx +2 -2
  437. package/src/Components/Icons/24x24/Numero.tsx +2 -2
  438. package/src/Components/Icons/24x24/OpenInBrowser.tsx +2 -2
  439. package/src/Components/Icons/24x24/Other.tsx +3 -3
  440. package/src/Components/Icons/24x24/OverflowingLines.tsx +3 -3
  441. package/src/Components/Icons/24x24/Overview.tsx +2 -2
  442. package/src/Components/Icons/24x24/Owner.tsx +2 -2
  443. package/src/Components/Icons/24x24/Pause.tsx +2 -2
  444. package/src/Components/Icons/24x24/Pencil.tsx +2 -2
  445. package/src/Components/Icons/24x24/Percent.tsx +2 -2
  446. package/src/Components/Icons/24x24/Person.tsx +2 -2
  447. package/src/Components/Icons/24x24/Play.tsx +2 -2
  448. package/src/Components/Icons/24x24/PlusAdd.tsx +2 -2
  449. package/src/Components/Icons/24x24/PlusOpen.tsx +2 -2
  450. package/src/Components/Icons/24x24/Podcast.tsx +2 -2
  451. package/src/Components/Icons/24x24/Power.tsx +1 -1
  452. package/src/Components/Icons/24x24/ProgressEggplant.tsx +5 -5
  453. package/src/Components/Icons/24x24/ProgressViolet.tsx +5 -5
  454. package/src/Components/Icons/24x24/ProgressWhite.tsx +5 -5
  455. package/src/Components/Icons/24x24/Pull.tsx +2 -2
  456. package/src/Components/Icons/24x24/Push.tsx +3 -3
  457. package/src/Components/Icons/24x24/ReactIcon.tsx +2 -2
  458. package/src/Components/Icons/24x24/Refresh.tsx +1 -1
  459. package/src/Components/Icons/24x24/Release.tsx +2 -2
  460. package/src/Components/Icons/24x24/ReleaseSolid.tsx +2 -2
  461. package/src/Components/Icons/24x24/Replace.tsx +2 -2
  462. package/src/Components/Icons/24x24/Request.tsx +1 -1
  463. package/src/Components/Icons/24x24/Responsiveness.tsx +1 -1
  464. package/src/Components/Icons/24x24/Save.tsx +2 -2
  465. package/src/Components/Icons/24x24/Screenshare.tsx +2 -2
  466. package/src/Components/Icons/24x24/SecurityShield.tsx +2 -2
  467. package/src/Components/Icons/24x24/Settings.tsx +2 -2
  468. package/src/Components/Icons/24x24/SettingsSolid.tsx +2 -2
  469. package/src/Components/Icons/24x24/Ship.tsx +2 -2
  470. package/src/Components/Icons/24x24/ShowPassword.tsx +2 -2
  471. package/src/Components/Icons/24x24/Shuffle.tsx +2 -2
  472. package/src/Components/Icons/24x24/Siren.tsx +1 -1
  473. package/src/Components/Icons/24x24/Sort.tsx +2 -2
  474. package/src/Components/Icons/24x24/SortArrows.tsx +2 -2
  475. package/src/Components/Icons/24x24/Stability.tsx +2 -2
  476. package/src/Components/Icons/24x24/Stack.tsx +2 -2
  477. package/src/Components/Icons/24x24/StageCurrent.tsx +2 -2
  478. package/src/Components/Icons/24x24/StageIncomplete.tsx +2 -2
  479. package/src/Components/Icons/24x24/Star.tsx +2 -2
  480. package/src/Components/Icons/24x24/Status.tsx +3 -3
  481. package/src/Components/Icons/24x24/StepUpgrade.tsx +2 -2
  482. package/src/Components/Icons/24x24/StepVersionOk.tsx +2 -2
  483. package/src/Components/Icons/24x24/Steps.tsx +2 -2
  484. package/src/Components/Icons/24x24/StepsTuorqouise.tsx +6 -6
  485. package/src/Components/Icons/24x24/StepsViolet.tsx +6 -6
  486. package/src/Components/Icons/24x24/StepsWhite.tsx +6 -6
  487. package/src/Components/Icons/24x24/StepstatusSkip.tsx +2 -2
  488. package/src/Components/Icons/24x24/StepstatusWarning.tsx +2 -2
  489. package/src/Components/Icons/24x24/Stopwatch.tsx +2 -2
  490. package/src/Components/Icons/24x24/Support.tsx +2 -2
  491. package/src/Components/Icons/24x24/Swag.tsx +1 -1
  492. package/src/Components/Icons/24x24/Tag.tsx +2 -2
  493. package/src/Components/Icons/24x24/TestFailed.tsx +2 -2
  494. package/src/Components/Icons/24x24/TestInconclusive.tsx +2 -2
  495. package/src/Components/Icons/24x24/TestInfo.tsx +2 -2
  496. package/src/Components/Icons/24x24/TestInprogress.tsx +2 -2
  497. package/src/Components/Icons/24x24/TestSkipped.tsx +2 -2
  498. package/src/Components/Icons/24x24/TestSuccess.tsx +2 -2
  499. package/src/Components/Icons/24x24/TestWarning.tsx +2 -2
  500. package/src/Components/Icons/24x24/Testing.tsx +2 -2
  501. package/src/Components/Icons/24x24/Tick.tsx +2 -2
  502. package/src/Components/Icons/24x24/Time.tsx +2 -2
  503. package/src/Components/Icons/24x24/Tools.tsx +1 -1
  504. package/src/Components/Icons/24x24/Trace.tsx +1 -1
  505. package/src/Components/Icons/24x24/Trash.tsx +2 -2
  506. package/src/Components/Icons/24x24/Trigger.tsx +2 -2
  507. package/src/Components/Icons/24x24/Twitter.tsx +2 -2
  508. package/src/Components/Icons/24x24/Upload.tsx +1 -1
  509. package/src/Components/Icons/24x24/ValidateShield.tsx +2 -2
  510. package/src/Components/Icons/24x24/Video.tsx +3 -3
  511. package/src/Components/Icons/24x24/Warning.tsx +2 -2
  512. package/src/Components/Icons/24x24/WarningColored.tsx +2 -2
  513. package/src/Components/Icons/24x24/WebUi.tsx +2 -2
  514. package/src/Components/Icons/24x24/Webhooks.tsx +1 -1
  515. package/src/Components/Icons/24x24/Webinar.tsx +2 -2
  516. package/src/Components/Icons/24x24/Window.tsx +2 -2
  517. package/src/Components/Icons/24x24/Workflow.tsx +2 -2
  518. package/src/Components/Icons/24x24/WorkflowFlow.tsx +2 -2
  519. package/src/Components/Icons/24x24/Wow.tsx +2 -2
  520. package/src/Components/Icons/24x24/WrappedLines.tsx +3 -3
  521. package/src/Components/Icons/24x24/Xamarin.tsx +2 -2
  522. package/src/Components/Image/Image.tsx +1 -1
  523. package/src/Components/LightBox/LightBox.tsx +3 -3
  524. package/src/Components/Link/Link.theme.ts +4 -4
  525. package/src/Components/Link/Link.tsx +1 -1
  526. package/src/Components/LinkBox/LinkBox.tsx +1 -1
  527. package/src/Components/LinkOverlay/LinkOverlay.tsx +1 -1
  528. package/src/Components/List/List.theme.ts +1 -1
  529. package/src/Components/List/List.tsx +1 -1
  530. package/src/Components/List/ListItem.tsx +1 -1
  531. package/src/Components/Menu/Menu.theme.ts +27 -27
  532. package/src/Components/Menu/MenuButton.tsx +1 -1
  533. package/src/Components/Menu/MenuItem.tsx +6 -6
  534. package/src/Components/Menu/MenuList.tsx +1 -1
  535. package/src/Components/Note/Note.theme.ts +47 -47
  536. package/src/Components/Note/Note.tsx +3 -3
  537. package/src/Components/Note/NoteMarkdownContent.tsx +17 -17
  538. package/src/Components/Notification/Notification.tsx +10 -10
  539. package/src/Components/NumberInput/NumberInput.theme.ts +14 -14
  540. package/src/Components/Popover/Popover.theme.ts +3 -3
  541. package/src/Components/Popover/Popover.tsx +1 -1
  542. package/src/Components/Popover/PopoverArrow.tsx +1 -1
  543. package/src/Components/ProgressBitbot/ProgressBitbot.tsx +2 -2
  544. package/src/Components/ProgressIndicator/ProgressIndicator.theme.ts +24 -24
  545. package/src/Components/ProgressIndicator/ProgressIndicator.tsx +13 -13
  546. package/src/Components/ProgressSpinner/ProgressSpinner.tsx +2 -2
  547. package/src/Components/Provider/Provider.tsx +1 -1
  548. package/src/Components/Ribbon/Ribbon.tsx +10 -10
  549. package/src/Components/SearchInput/SearchInput.tsx +2 -2
  550. package/src/Components/SegmentedControl/SegmentedControl.theme.ts +26 -26
  551. package/src/Components/SegmentedControl/SegmentedControl.tsx +3 -3
  552. package/src/Components/SegmentedControl/SegmentedControlItem.tsx +1 -1
  553. package/src/Components/Select/Select.theme.ts +20 -20
  554. package/src/Components/Select/Select.tsx +7 -7
  555. package/src/Components/Sidebar/Sidebar.tsx +6 -6
  556. package/src/Components/Sidebar/SidebarItem.theme.ts +30 -30
  557. package/src/Components/Sidebar/SidebarItem.tsx +11 -11
  558. package/src/Components/Skeleton/Skeleton.theme.ts +9 -9
  559. package/src/Components/Skeleton/Skeleton.tsx +3 -3
  560. package/src/Components/Slider/Slider.theme.ts +27 -27
  561. package/src/Components/Table/CheckableRow.tsx +3 -3
  562. package/src/Components/Table/SelectableRow.tsx +3 -3
  563. package/src/Components/Table/Table.theme.ts +63 -61
  564. package/src/Components/Table/Table.tsx +2 -2
  565. package/src/Components/Table/TableCaption.tsx +2 -2
  566. package/src/Components/Table/TableContainer.tsx +1 -1
  567. package/src/Components/Table/TableIconButton.tsx +5 -5
  568. package/src/Components/Table/TablePagination.tsx +16 -16
  569. package/src/Components/Table/Tbody.tsx +1 -1
  570. package/src/Components/Table/Td.tsx +1 -1
  571. package/src/Components/Table/Th.tsx +4 -4
  572. package/src/Components/Table/Thead.tsx +1 -1
  573. package/src/Components/Table/Tr.tsx +6 -6
  574. package/src/Components/Tabs/ContainedTab.tsx +1 -1
  575. package/src/Components/Tabs/Tab.tsx +1 -1
  576. package/src/Components/Tabs/TabList.tsx +1 -1
  577. package/src/Components/Tabs/TabPanel.tsx +1 -1
  578. package/src/Components/Tabs/TabPanels.tsx +1 -1
  579. package/src/Components/Tabs/Tabs.theme.ts +56 -56
  580. package/src/Components/Tabs/Tabs.tsx +2 -2
  581. package/src/Components/Tag/Tag.theme.ts +41 -41
  582. package/src/Components/Tag/Tag.tsx +2 -2
  583. package/src/Components/Text/Text.tsx +2 -2
  584. package/src/Components/Toast/Toast.tsx +4 -4
  585. package/src/Components/Toggle/Toggle.theme.ts +57 -57
  586. package/src/Components/Toggle/Toggle.tsx +2 -2
  587. package/src/Components/Toggletip/Toggletip.theme.ts +2 -2
  588. package/src/Components/Toggletip/Toggletip.tsx +3 -3
  589. package/src/Components/Tooltip/Tooltip.theme.ts +2 -2
  590. package/src/Components/Tooltip/Tooltip.tsx +5 -5
  591. package/src/Foundations/Breakpoints/Breakpoints.ts +1 -1
  592. package/src/Foundations/Colors/Colors.tsx +2 -2
  593. package/src/Foundations/Colors/CommonTokens.tsx +2 -2
  594. package/src/Foundations/Colors/SystemTokens.tsx +2 -2
  595. package/src/Foundations/Icons/figmaIcons.ts +239 -239
  596. package/src/Foundations/Shadows/Shadows.ts +5 -5
  597. package/src/Foundations/Themes/Alert.theme.ts +12 -12
  598. package/src/Foundations/Typography/Typography.ts +2 -2
  599. package/src/Foundations/Zindex/Zindex.ts +5 -5
  600. package/src/Foundations/docComponents/TokenTable.tsx +1 -1
  601. package/src/hooks/useResponsive.ts +1 -1
  602. package/src/theme.ts +54 -54
  603. package/src/tokens/tokens.ts +4 -4
  604. package/src/utils/utils.ts +1 -1
@@ -1,18 +1,18 @@
1
- import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
2
 
3
3
  const BuildstatusLoading = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
5
5
  <path
6
- fillRule="evenodd"
7
6
  clipRule="evenodd"
8
7
  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"
9
8
  fill="currentColor"
9
+ fillRule="evenodd"
10
10
  />
11
11
  <path
12
- fillRule="evenodd"
13
12
  clipRule="evenodd"
14
13
  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"
15
14
  fill="currentColor"
15
+ fillRule="evenodd"
16
16
  />
17
17
  </Icon>
18
18
  ));
@@ -1,27 +1,27 @@
1
- import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
2
 
3
3
  const BuildstatusLoadingAnimated = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
5
- <circle cx={12} cy={12} r={11} stroke="currentColor" strokeWidth={2} strokeDasharray={48} fill="none">
6
- <animate attributeName="stroke-dashoffset" from={96} to={0} dur="3.5s" repeatCount="indefinite" />
5
+ <circle cx={12} cy={12} fill="none" r={11} stroke="currentColor" strokeDasharray={48} strokeWidth={2}>
6
+ <animate attributeName="stroke-dashoffset" dur="3.5s" from={96} repeatCount="indefinite" to={0} />
7
7
  <animateTransform
8
8
  attributeName="transform"
9
- type="rotate"
10
- from="0 12 12"
11
- to="360 12 12"
12
9
  dur="2s"
10
+ from="0 12 12"
13
11
  repeatCount="indefinite"
12
+ to="360 12 12"
13
+ type="rotate"
14
14
  />
15
15
  </circle>
16
- <circle cx={12} cy={12} r={6} stroke="currentColor" strokeWidth={2} strokeDasharray={48} fill="none">
17
- <animate attributeName="stroke-dashoffset" from={96} to={0} dur="3.5s" repeatCount="indefinite" />
16
+ <circle cx={12} cy={12} fill="none" r={6} stroke="currentColor" strokeDasharray={48} strokeWidth={2}>
17
+ <animate attributeName="stroke-dashoffset" dur="3.5s" from={96} repeatCount="indefinite" to={0} />
18
18
  <animateTransform
19
19
  attributeName="transform"
20
- type="rotate"
21
- from="0 12 12"
22
- to="360 12 12"
23
20
  dur="2s"
21
+ from="0 12 12"
24
22
  repeatCount="indefinite"
23
+ to="360 12 12"
24
+ type="rotate"
25
25
  />
26
26
  </circle>
27
27
  </Icon>
@@ -1,12 +1,12 @@
1
- import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
2
 
3
3
  const BuildstatusNeverbuilt = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
5
5
  <path
6
- fillRule="evenodd"
7
6
  clipRule="evenodd"
8
7
  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"
9
8
  fill="currentColor"
9
+ fillRule="evenodd"
10
10
  />
11
11
  </Icon>
12
12
  ));
@@ -1,4 +1,4 @@
1
- import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
2
  import { useIconId } from '../utils';
3
3
 
4
4
  const BuildstatusProgressEggplant = forwardRef<IconProps, 'svg'>((props, ref) => {
@@ -6,25 +6,25 @@ const BuildstatusProgressEggplant = forwardRef<IconProps, 'svg'>((props, ref) =>
6
6
  return (
7
7
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
8
8
  <path
9
- fillRule="evenodd"
10
9
  clipRule="evenodd"
11
10
  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"
12
11
  fill={`url(#${iconPrefix}__a)`}
12
+ fillRule="evenodd"
13
13
  />
14
14
  <path
15
- fillRule="evenodd"
16
15
  clipRule="evenodd"
17
16
  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"
18
17
  fill="#7B3BA5"
18
+ fillRule="evenodd"
19
19
  />
20
20
  <defs>
21
21
  <radialGradient
22
- id={`${iconPrefix}__a`}
23
22
  cx={0}
24
23
  cy={0}
25
- r={1}
26
- gradientUnits="userSpaceOnUse"
27
24
  gradientTransform="matrix(12 0 0 12 12 12)"
25
+ gradientUnits="userSpaceOnUse"
26
+ id={`${iconPrefix}__a`}
27
+ r={1}
28
28
  >
29
29
  <stop stopColor="#683D87" stopOpacity={0.01} />
30
30
  <stop offset={1} stopColor="#683D87" />
@@ -1,18 +1,18 @@
1
- import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
2
 
3
3
  const BuildstatusProgressWhite = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
5
5
  <path
6
- fillRule="evenodd"
7
6
  clipRule="evenodd"
8
7
  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"
9
8
  fill="#fff"
9
+ fillRule="evenodd"
10
10
  />
11
11
  <path
12
- fillRule="evenodd"
13
12
  clipRule="evenodd"
14
13
  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"
15
14
  fill="#fff"
15
+ fillRule="evenodd"
16
16
  />
17
17
  </Icon>
18
18
  ));
@@ -1,18 +1,18 @@
1
- import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
2
 
3
3
  const BuildstatusSuccessful = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
5
5
  <path
6
- fillRule="evenodd"
7
6
  clipRule="evenodd"
8
7
  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"
9
8
  fill="currentColor"
9
+ fillRule="evenodd"
10
10
  />
11
11
  <path
12
- fillRule="evenodd"
13
12
  clipRule="evenodd"
14
13
  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"
15
14
  fill="currentColor"
15
+ fillRule="evenodd"
16
16
  />
17
17
  </Icon>
18
18
  ));
@@ -1,12 +1,12 @@
1
- import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
2
 
3
3
  const BuildstatusSuccessfulSolid = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
5
5
  <path
6
- fillRule="evenodd"
7
6
  clipRule="evenodd"
8
7
  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"
9
8
  fill="currentColor"
9
+ fillRule="evenodd"
10
10
  />
11
11
  </Icon>
12
12
  ));
@@ -1,8 +1,8 @@
1
- import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
2
 
3
3
  const Bulletpoint = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
5
- <circle cx={12} cy={12} r={2} fill="currentColor" />
5
+ <circle cx={12} cy={12} fill="currentColor" r={2} />
6
6
  </Icon>
7
7
  ));
8
8
 
@@ -1,13 +1,13 @@
1
- import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
2
 
3
3
  const Cache = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
5
5
  <path d="M9 5H7v5h2V5ZM10 5h2v5h-2V5ZM15 6h-2v4h2V6Z" fill="currentColor" />
6
6
  <path
7
- fillRule="evenodd"
8
7
  clipRule="evenodd"
9
8
  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"
10
9
  fill="currentColor"
10
+ fillRule="evenodd"
11
11
  />
12
12
  </Icon>
13
13
  ));
@@ -1,12 +1,12 @@
1
- import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
2
 
3
3
  const Calendar = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
5
5
  <path
6
- fillRule="evenodd"
7
6
  clipRule="evenodd"
8
7
  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"
9
8
  fill="currentColor"
9
+ fillRule="evenodd"
10
10
  />
11
11
  </Icon>
12
12
  ));
@@ -1,4 +1,4 @@
1
- import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
2
 
3
3
  const ChangePlan = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
@@ -1,4 +1,4 @@
1
- import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
2
 
3
3
  const Chat = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
@@ -7,10 +7,10 @@ const Chat = forwardRef<IconProps, 'svg'>((props, ref) => (
7
7
  fill="currentColor"
8
8
  />
9
9
  <path
10
- fillRule="evenodd"
11
10
  clipRule="evenodd"
12
11
  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"
13
12
  fill="currentColor"
13
+ fillRule="evenodd"
14
14
  />
15
15
  </Icon>
16
16
  ));
@@ -1,12 +1,12 @@
1
- import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
2
 
3
3
  const ChatMessage = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
5
5
  <path
6
- fillRule="evenodd"
7
6
  clipRule="evenodd"
8
7
  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"
9
8
  fill="currentColor"
9
+ fillRule="evenodd"
10
10
  />
11
11
  </Icon>
12
12
  ));
@@ -1,4 +1,4 @@
1
- import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
2
 
3
3
  const CheckCircle = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
@@ -7,10 +7,10 @@ const CheckCircle = forwardRef<IconProps, 'svg'>((props, ref) => (
7
7
  fill="currentColor"
8
8
  />
9
9
  <path
10
- fillRule="evenodd"
11
10
  clipRule="evenodd"
12
11
  d="M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z"
13
12
  fill="currentColor"
13
+ fillRule="evenodd"
14
14
  />
15
15
  </Icon>
16
16
  ));
@@ -1,12 +1,12 @@
1
- import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
2
 
3
3
  const ChevronDown = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
5
5
  <path
6
- fillRule="evenodd"
7
6
  clipRule="evenodd"
8
7
  d="m16.25 9 1.414 1.414-5.657 5.657-5.657-5.657L7.764 9l4.243 4.243L16.25 9Z"
9
8
  fill="currentColor"
9
+ fillRule="evenodd"
10
10
  />
11
11
  </Icon>
12
12
  ));
@@ -1,12 +1,12 @@
1
- import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
2
 
3
3
  const ChevronLeft = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
5
5
  <path
6
- fillRule="evenodd"
7
6
  clipRule="evenodd"
8
7
  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"
9
8
  fill="currentColor"
9
+ fillRule="evenodd"
10
10
  />
11
11
  </Icon>
12
12
  ));
@@ -1,12 +1,12 @@
1
- import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
2
 
3
3
  const ChevronRight = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
5
5
  <path
6
- fillRule="evenodd"
7
6
  clipRule="evenodd"
8
7
  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"
9
8
  fill="currentColor"
9
+ fillRule="evenodd"
10
10
  />
11
11
  </Icon>
12
12
  ));
@@ -1,12 +1,12 @@
1
- import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
2
 
3
3
  const ChevronUp = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
5
5
  <path
6
- fillRule="evenodd"
7
6
  clipRule="evenodd"
8
7
  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"
9
8
  fill="currentColor"
9
+ fillRule="evenodd"
10
10
  />
11
11
  </Icon>
12
12
  ));
@@ -1,12 +1,12 @@
1
- import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
2
 
3
3
  const Clock = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
5
5
  <path
6
- fillRule="evenodd"
7
6
  clipRule="evenodd"
8
7
  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"
9
8
  fill="currentColor"
9
+ fillRule="evenodd"
10
10
  />
11
11
  </Icon>
12
12
  ));
@@ -1,12 +1,12 @@
1
- import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
2
 
3
3
  const CloseSmall = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
5
5
  <path
6
- fillRule="evenodd"
7
6
  clipRule="evenodd"
8
7
  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"
9
8
  fill="currentColor"
9
+ fillRule="evenodd"
10
10
  />
11
11
  </Icon>
12
12
  ));
@@ -1,4 +1,4 @@
1
- import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
2
 
3
3
  const Code = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
@@ -1,13 +1,13 @@
1
- import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
2
 
3
3
  const CodeSigning = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
5
5
  <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" />
6
6
  <path
7
- fillRule="evenodd"
8
7
  clipRule="evenodd"
9
8
  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"
10
9
  fill="currentColor"
10
+ fillRule="evenodd"
11
11
  />
12
12
  </Icon>
13
13
  ));
@@ -1,12 +1,12 @@
1
- import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
2
 
3
3
  const Coffee = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
5
5
  <path
6
- fillRule="evenodd"
7
6
  clipRule="evenodd"
8
7
  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"
9
8
  fill="currentColor"
9
+ fillRule="evenodd"
10
10
  />
11
11
  </Icon>
12
12
  ));
@@ -1,12 +1,12 @@
1
- import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
2
 
3
3
  const Commit = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
5
5
  <path
6
- fillRule="evenodd"
7
6
  clipRule="evenodd"
8
7
  d="M16.9498 7.0355L12 2.08575L7.05029 7.0355L8.46451 8.44972L11 5.91421V16.1707C9.83482 16.5825 9.00001 17.6938 9.00001 19C9.00001 20.6569 10.3432 22 12 22C13.6569 22 15 20.6569 15 19C15 17.6938 14.1652 16.5825 13 16.1707V5.91415L15.5356 8.44972L16.9498 7.0355ZM12 20C12.5523 20 13 19.5523 13 19C13 18.4477 12.5523 18 12 18C11.4477 18 11 18.4477 11 19C11 19.5523 11.4477 20 12 20Z"
9
8
  fill="currentColor"
9
+ fillRule="evenodd"
10
10
  />
11
11
  </Icon>
12
12
  ));
@@ -1,13 +1,13 @@
1
- import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
2
 
3
3
  const Conference = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
5
5
  <path d="M16 13v1h2v-1c0-1.158-.842-2-2-2H8c-1.158 0-2 .842-2 2v1h2v-1h8Z" fill="currentColor" />
6
6
  <path
7
- fillRule="evenodd"
8
7
  clipRule="evenodd"
9
8
  d="M13 2h-2a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2Zm-2 6V4h2v4h-2Z"
10
9
  fill="currentColor"
10
+ fillRule="evenodd"
11
11
  />
12
12
  <path d="M22 15H2v2h2v5h2v-5h12v5h2v-5h2v-2Z" fill="currentColor" />
13
13
  </Icon>
@@ -1,4 +1,4 @@
1
- import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
2
 
3
3
  const ConnectedAccounts = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
@@ -7,10 +7,10 @@ const ConnectedAccounts = forwardRef<IconProps, 'svg'>((props, ref) => (
7
7
  fill="currentColor"
8
8
  />
9
9
  <path
10
- fillRule="evenodd"
11
10
  clipRule="evenodd"
12
11
  d="M10 11H8C6.9 11 6 10.1 6 9V5C6 3.9 6.9 3 8 3H10C11.1 3 12 3.9 12 5V9C12 10.1 11.1 11 10 11ZM10 5H8V9H10V5Z"
13
12
  fill="currentColor"
13
+ fillRule="evenodd"
14
14
  />
15
15
  <path
16
16
  d="M15.0711 18.3137C14.29 19.0948 13.0237 19.0948 12.2426 18.3137C11.4616 17.5327 11.4616 16.2663 12.2426 15.4853L13.6569 14.0711L12.2426 12.6569L10.8284 14.0711C9.26633 15.6332 9.26633 18.1658 10.8284 19.7279C12.3905 21.29 14.9232 21.29 16.4853 19.7279L17.8995 18.3137L16.4853 16.8995L15.0711 18.3137Z"
@@ -1,12 +1,12 @@
1
- import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
2
 
3
3
  const Cordova = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
5
5
  <path
6
- fillRule="evenodd"
7
6
  clipRule="evenodd"
8
7
  d="m7.516 4-3.49 4.914L4.922 20H6v-1.842h5V20h2v-1.842h5V20h1.077l.897-11.13L16.486 4h-8.97ZM8 22H3.078L1.974 8.35 6.484 2h11.03l4.512 6.301L20.923 22H16v-1.842h-1V22H9v-1.842H8V22Zm1-11h2v3H9v-3Zm4 0h2v3h-2v-3Zm2-2H9V8l-2 2 1 5h8l1-5-2-2v1Zm-4-3v1h2V6h3l3 3-1 8H6L5 9l3-3h3Z"
9
8
  fill="currentColor"
9
+ fillRule="evenodd"
10
10
  />
11
11
  </Icon>
12
12
  ));
@@ -1,13 +1,13 @@
1
- import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
2
 
3
3
  const Cpu = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
5
5
  <path d="M10 9a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1h-4Z" fill="currentColor" />
6
6
  <path
7
- fillRule="evenodd"
8
7
  clipRule="evenodd"
9
8
  d="M9 2h2v3h2V2h2v3h1.667A2.333 2.333 0 0 1 19 7.333V9h3v2h-3v2h3v2h-3v1.667A2.333 2.333 0 0 1 16.667 19H15v3h-2v-3h-2v3H9v-3H7.333A2.333 2.333 0 0 1 5 16.667V15H2v-2h3v-2H2V9h3V7.333A2.333 2.333 0 0 1 7.333 5H9V2Zm-.75 5h7.5c.69 0 1.25.56 1.25 1.25v7.5c0 .69-.56 1.25-1.25 1.25h-7.5C7.56 17 7 16.44 7 15.75v-7.5C7 7.56 7.56 7 8.25 7Z"
10
9
  fill="currentColor"
10
+ fillRule="evenodd"
11
11
  />
12
12
  </Icon>
13
13
  ));
@@ -1,13 +1,13 @@
1
- import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
2
 
3
3
  const Creditcard = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
5
5
  <path d="M6.5 14a1.5 1.5 0 0 0 0 3h3a1.5 1.5 0 0 0 0-3h-3Z" fill="currentColor" />
6
6
  <path
7
- fillRule="evenodd"
8
7
  clipRule="evenodd"
9
8
  d="M4 4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H4Zm16 2H4v2h16V6ZM4 18v-6h16v6H4Z"
10
9
  fill="currentColor"
10
+ fillRule="evenodd"
11
11
  />
12
12
  </Icon>
13
13
  ));
@@ -1,18 +1,18 @@
1
- import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
2
 
3
3
  const Credits = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
5
5
  <path
6
- fillRule="evenodd"
7
6
  clipRule="evenodd"
8
7
  d="M6.694 9.185C8.004 9.675 9.88 10 12 10s3.997-.324 5.306-.815c.658-.247 1.121-.517 1.402-.766C18.99 8.17 19 8.026 19 8c0-.026-.01-.17-.292-.42-.28-.248-.744-.518-1.402-.765C15.996 6.325 14.12 6 12 6s-3.997.324-5.306.815c-.658.247-1.121.517-1.402.766C5.01 7.83 5 7.974 5 8c0 .026.01.17.292.42.28.248.744.518 1.402.765Zm-2.729.731C3.437 9.448 3 8.803 3 8c0-.803.437-1.448.965-1.916.53-.469 1.238-.846 2.027-1.142C7.578 4.347 9.702 4 12 4c2.297 0 4.422.347 6.008.942.79.296 1.498.673 2.027 1.142C20.562 6.552 21 7.197 21 8c0 .803-.438 1.448-.965 1.916-.53.469-1.238.846-2.027 1.142-1.586.595-3.71.942-6.008.942-2.297 0-4.422-.348-6.008-.942-.79-.296-1.498-.673-2.027-1.142ZM6.694 13.185C8.004 13.675 9.88 14 12 14s3.997-.324 5.306-.815c.658-.247 1.121-.517 1.402-.766.282-.25.292-.394.292-.419h2c0 .803-.438 1.448-.965 1.916-.53.469-1.238.846-2.027 1.142-1.586.595-3.71.942-6.008.942-2.297 0-4.422-.348-6.008-.942-.79-.296-1.498-.673-2.027-1.142C3.437 13.448 3 12.803 3 12h2c0 .025.01.17.292.42.28.248.744.518 1.402.765Z"
9
8
  fill="currentColor"
9
+ fillRule="evenodd"
10
10
  />
11
11
  <path
12
- fillRule="evenodd"
13
12
  clipRule="evenodd"
14
13
  d="M6.694 17.185C8.004 17.675 9.88 18 12 18s3.997-.324 5.306-.815c.658-.247 1.121-.517 1.402-.765.282-.25.292-.395.292-.42h2c0 .803-.438 1.448-.965 1.916-.53.469-1.238.846-2.027 1.142-1.586.595-3.71.942-6.008.942-2.297 0-4.422-.348-6.008-.942-.79-.296-1.498-.673-2.027-1.142C3.437 17.448 3 16.803 3 16h2c0 .026.01.17.292.42.28.248.744.518 1.402.765Z"
15
14
  fill="currentColor"
15
+ fillRule="evenodd"
16
16
  />
17
17
  </Icon>
18
18
  ));
@@ -1,12 +1,12 @@
1
- import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
2
 
3
3
  const Cycle = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
5
5
  <path
6
- fillRule="evenodd"
7
6
  clipRule="evenodd"
8
7
  d="m14.733 8-2.685 2.684L9.243 7.88a3 3 0 0 0-4.243 0L2.879 10a3 3 0 0 0 0 4.243L5 16.364a3 3 0 0 0 4.243 0l2.684-2.684 2.806 2.805a3 3 0 0 0 4.242 0l2.122-2.121a3 3 0 0 0 0-4.243L18.975 8a3 3 0 0 0-4.242 0ZM7.828 9.293l2.806 2.806-2.806 2.85a1 1 0 0 1-1.414 0l-2.121-2.12a1 1 0 0 1 0-1.415l2.121-2.121a1 1 0 0 1 1.414 0Zm5.513 2.972 2.806-2.85a1 1 0 0 1 1.414 0l2.121 2.12a1 1 0 0 1 0 1.415l-2.12 2.121a1 1 0 0 1-1.415 0l-2.806-2.806Z"
9
8
  fill="currentColor"
9
+ fillRule="evenodd"
10
10
  />
11
11
  </Icon>
12
12
  ));
@@ -1,12 +1,12 @@
1
- import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
2
 
3
3
  const DeleteNope = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
5
5
  <path
6
- fillRule="evenodd"
7
6
  clipRule="evenodd"
8
7
  d="M7.095 18.32c3.131 2.43 7.69 2.209 10.562-.663 2.872-2.872 3.093-7.43.663-10.562L7.095 18.32ZM5.68 16.905 16.905 5.68c-3.131-2.43-7.69-2.209-10.562.663-2.872 2.872-3.093 7.431-.663 10.563ZM4.93 4.93c3.889-3.89 10.253-3.89 14.142 0 3.89 3.89 3.89 10.253 0 14.142-3.89 3.89-10.253 3.89-14.142 0-3.89-3.889-3.89-10.253 0-14.142Z"
9
8
  fill="currentColor"
9
+ fillRule="evenodd"
10
10
  />
11
11
  </Icon>
12
12
  ));
@@ -1,13 +1,13 @@
1
- import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
2
 
3
3
  const Deployment = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
5
5
  <path d="M15.85 10a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z" fill="currentColor" />
6
6
  <path
7
- fillRule="evenodd"
8
7
  clipRule="evenodd"
9
8
  d="M19.219 12.025c2.434-2.434 2.457-8.32 1.994-8.782-.463-.463-6.328-.426-8.782 1.994-.645.636-3.253 3.995-4.682 6.428L6.734 10.65a1 1 0 0 0-1.414 0l-3.502 3.501 1.697 1.697 3.799-1.252 2.545 2.545-1.252 3.799 1.697 1.697 3.501-3.502a1 1 0 0 0 0-1.415l-.785-.785c2.43-1.433 5.559-4.27 6.199-4.91Zm-7.67 3.44c.585-.302 1.326-.784 2.164-1.404 1.505-1.112 3.346-2.704 4.092-3.45.714-.714 1.27-2.2 1.516-3.989.077-.56.118-1.118.125-1.609-.49.007-1.044.05-1.602.127-1.789.248-3.283.805-4.01 1.521-.441.436-2.028 2.488-3.204 4.212a28.103 28.103 0 0 0-1.414 2.259l2.334 2.334Z"
10
9
  fill="currentColor"
10
+ fillRule="evenodd"
11
11
  />
12
12
  <path
13
13
  d="m8.593 17.56-1.697-1.697-2.525 2.525c-.585.585.002 1.695.002 1.695s1.11.587 1.695.002l2.525-2.525Z"
@@ -1,4 +1,4 @@
1
- import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
2
 
3
3
  const Details = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
@@ -9,10 +9,10 @@ const Details = forwardRef<IconProps, 'svg'>((props, ref) => (
9
9
  <path d="M9 13H7V11H9V13Z" fill="currentColor" />
10
10
  <path d="M7 18H9V16H7V18Z" fill="currentColor" />
11
11
  <path
12
- fillRule="evenodd"
13
12
  clipRule="evenodd"
14
13
  d="M5 2C3.89543 2 3 2.89543 3 4V20C3 21.1046 3.89543 22 5 22H19C20.1046 22 21 21.1046 21 20V4C21 2.89543 20.1046 2 19 2H5ZM19 4H5L5 20H19V4Z"
15
14
  fill="currentColor"
15
+ fillRule="evenodd"
16
16
  />
17
17
  </Icon>
18
18
  ));
@@ -1,12 +1,12 @@
1
- import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
2
 
3
3
  const Doc = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
5
5
  <path
6
- fillRule="evenodd"
7
6
  clipRule="evenodd"
8
7
  d="M18 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2ZM6 20V4h12v16H6ZM8 6h8v2H8V6Zm7 4H8v2h7v-2Zm-7 3h6v2H8v-2Zm8 3H8v2h8v-2Z"
9
8
  fill="currentColor"
9
+ fillRule="evenodd"
10
10
  />
11
11
  </Icon>
12
12
  ));