@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,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 Dollars = 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="M13.3 6c1.7.3 2.5 1.4 2.5 1.4l-1.2 1.2s-.8-1-2.4-1c-1.3 0-2 .8-2 1.5 0 2.7 6.3 1 6.3 5.4 0 1.8-1.1 3.1-3.2 3.5v2h-2v-1.9C9 17.8 8 16.3 8 16.3l1.2-1.2s.9 1.4 3.1 1.4c1.5 0 2.4-.9 2.4-1.9 0-2.7-6.3-1-6.3-5.4-.1-1.6 1-2.9 2.9-3.2V4h2v2Z"
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 Download = 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.6 9.5 1.4 1.4-4.9 5-5-5 1.4-1.4L11 12V4h2v8.1l2.6-2.6ZM18 18H6v2h12v-2Z"
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 DropdownArrows = 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.75 14.25 12 18l-3.75-3.75-1.5 1.5L12 21l5.25-5.25-1.5-1.5ZM12 6l3.75 3.75 1.5-1.5L12 3 6.75 8.25l1.5 1.5L12 6Z"
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 Dudes = 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 20v-4H4v4H2v-4c0-1.158.842-2 2-2h8c1.158 0 2 .842 2 2v4h-2Zm8 0v-4h-5v-2h5c1.158 0 2 .842 2 2v4h-2ZM15 7v3h1V7h-1Zm0-2h1a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2ZM7 6v4h2V6H7Zm0-2h2a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2Z"
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 Duplicate = 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 18v1a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V9a3 3 0 0 1 3-3h1V5a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3h-1Zm-2 0H9a3 3 0 0 1-3-3V8H5a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-1ZM9 4a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H9Z"
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 Enterprise = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
@@ -7,10 +7,10 @@ const Enterprise = forwardRef<IconProps, 'svg'>((props, ref) => (
7
7
  fill="currentColor"
8
8
  />
9
9
  <path
10
- fillRule="evenodd"
11
10
  clipRule="evenodd"
12
11
  d="M5 2a2 2 0 0 0-2 2v18h18v-2h-1v-4a1 1 0 0 0 1-1v-1h-1v-1a1 1 0 0 0 1-1v-1h-1v-1a1 1 0 0 0 1-1V8h-1V7a2 2 0 0 0-2-2h-4V4a2 2 0 0 0-2-2H5Zm9 18h1v-2h2v2h1V7h-4v9h-2V4H5v16h1v-2h2v2h1v-2h2v2h1v-2h2v2Z"
13
12
  fill="currentColor"
13
+ fillRule="evenodd"
14
14
  />
15
15
  </Icon>
16
16
  ));
@@ -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 ErrorGeneral = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
5
5
  <path d="M11 7h1.998v6.996H11V7ZM12.998 17v-2.005H11V17h1.998Z" fill="currentColor" />
6
6
  <path
7
- fillRule="evenodd"
8
7
  clipRule="evenodd"
9
8
  d="M7.414 2.586 2.586 7.414A2 2 0 0 0 2 8.828v6.344a2 2 0 0 0 .586 1.414l4.828 4.828A2 2 0 0 0 8.828 22h6.344a2 2 0 0 0 1.414-.586l4.828-4.828A2 2 0 0 0 22 15.172V8.828a2 2 0 0 0-.586-1.414l-4.828-4.828A2 2 0 0 0 15.172 2H8.828a2 2 0 0 0-1.414.586ZM4 8.828 8.828 4h6.344L20 8.828v6.344L15.172 20H8.828L4 15.172V8.828Z"
10
9
  fill="currentColor"
10
+ fillRule="evenodd"
11
11
  />
12
12
  </Icon>
13
13
  ));
@@ -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 Expand = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
@@ -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 Fastlane = 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="M3.27 12.303c-1.373-.983-1.68-2.863-.687-4.199.802-1.077 2.206-1.472 3.44-1.069l-.332.916a2.09 2.09 0 0 0-2.302.73c-.672.903-.464 2.174.465 2.839.669.478 1.585.478 2.265.122l1.645 4.947c.22.016.44.09.632.228.55.393.673 1.145.275 1.68a1.242 1.242 0 0 1-1.715.256 1.188 1.188 0 0 1-.08-1.885L5.508 12.86a3.128 3.128 0 0 1-2.237-.556Zm15.639-5.25c1.707 0 3.091 1.358 3.091 3.032 0 1.35-.9 2.495-2.145 2.887l-.283-.943a2.054 2.054 0 0 0 1.426-1.944c0-1.131-.935-2.049-2.09-2.049-.83 0-1.573.537-1.91 1.225L12.68 6.18c-.189.115-.411.183-.65.183a1.225 1.225 0 0 1-1.237-1.213c0-.67.553-1.212 1.236-1.212.683 0 1.237.543 1.237 1.212 0 .098-.013.192-.035.282l3.528 2.478a3.112 3.112 0 0 1 2.15-.855ZM8.997 4.11c.516-1.591 2.25-2.472 3.873-1.966a3.032 3.032 0 0 1 2.15 2.87l-1-.02a2.05 2.05 0 0 0-1.453-1.916c-1.097-.342-2.269.253-2.617 1.329-.251.774.044 1.629.61 2.15L6.268 9.653a1.18 1.18 0 0 1-.02.662c-.205.637-.899.99-1.548.787a1.205 1.205 0 0 1-.802-1.52 1.238 1.238 0 0 1 1.811-.668l3.467-2.541a2.96 2.96 0 0 1-.179-2.263Zm10.1 12.906c.52 1.578-.37 3.274-1.988 3.787a3.113 3.113 0 0 1-3.444-1.1l.826-.55c.515.683 1.439 1 2.313.723 1.094-.346 1.696-1.492 1.344-2.56-.253-.768-.998-1.29-1.766-1.39l1.663-4.939a1.19 1.19 0 0 1-.375-.546 1.2 1.2 0 0 1 .796-1.514c.647-.206 1.34.14 1.549.772a1.2 1.2 0 0 1-.796 1.514c-.094.03-.188.047-.283.054l-1.32 4.022c.68.352 1.227.954 1.482 1.727Zm-8.362 1.32A2.995 2.995 0 0 1 9.52 20.26c-1.37.982-3.292.69-4.294-.653a2.968 2.968 0 0 1-.007-3.55l.791.593a2.006 2.006 0 0 0 .02 2.38 2.104 2.104 0 0 0 2.902.441c.667-.478.942-1.336.8-2.082l5.31-.013c.082-.202.22-.384.412-.522a1.245 1.245 0 0 1 1.718.261 1.19 1.19 0 0 1-.266 1.685 1.245 1.245 0 0 1-1.718-.261 1.208 1.208 0 0 1-.14-.246l-4.314.043Z"
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 FileDoc = 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.118 9.7h1.956c1.544 0 2.779 1.1 2.779 2.5s-1.132 2.5-2.78 2.5H6.119v-5Zm1.956 1.2h-.515v2.6h.617c.721 0 1.339-.5 1.339-1.3s-.618-1.3-1.441-1.3Zm4.838 1.3c0 .8.617 1.4 1.44 1.4.825 0 1.442-.6 1.442-1.4 0-.8-.617-1.4-1.441-1.4-.824 0-1.441.6-1.441 1.4Zm4.323 0c0 1.4-1.235 2.7-2.882 2.7s-2.882-1.2-2.882-2.7c0-1.5 1.235-2.7 2.882-2.7s2.882 1.3 2.882 2.7Zm2.06 0c0 .8.617 1.4 1.44 1.4.927 0 1.442-.6 1.442-.6l.823.9s-.72 1-2.265 1c-1.647 0-2.882-1.2-2.882-2.7 0-1.5 1.235-2.7 2.882-2.7 1.442 0 2.162 1 2.162 1l-.823.9s-.515-.6-1.339-.6c-.823 0-1.44.6-1.44 1.4ZM18.47 6V4c0-1.1-.927-2-2.06-2H4.06C2.926 2 2 2.9 2 4v16c0 1.1.926 2 2.059 2h12.353c1.132 0 2.059-.9 2.059-2v-2h-2.06v2H4.06V4h12.353v2h2.059Z"
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 FilePdf = 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.8 6V4c0-1.1-.945-2-2.1-2H4.1C2.945 2 2 2.9 2 4v16c0 1.1.945 2 2.1 2h12.6c1.155 0 2.1-.9 2.1-2v-2h-2.1v2H4.1V4h12.6v2h2.1ZM6.2 9.4h2.625c1.26 0 2.205.8 2.205 2s-.84 2-2.205 2h-1.05V15H6.2V9.4Zm2.52 1.4h-.945V12h.945c.42 0 .63-.3.63-.6.105-.4-.21-.6-.63-.6Zm3.36-1.4h2.31c1.785 0 3.15 1.2 3.15 2.8 0 1.6-1.26 2.8-3.15 2.8h-2.31V9.4Zm2.31 1.4h-.63v2.9h.63c.84 0 1.47-.6 1.47-1.4 0-.8-.63-1.5-1.47-1.5Zm4.095-1.4H23v1.4h-2.94v.9h2.31V13h-2.31v2h-1.575V9.4Z"
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 FilePlist = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
@@ -7,10 +7,10 @@ const FilePlist = forwardRef<IconProps, 'svg'>((props, ref) => (
7
7
  fill="currentColor"
8
8
  />
9
9
  <path
10
- fillRule="evenodd"
11
10
  clipRule="evenodd"
12
11
  d="M8.172 10.15H6.44V14h1.045v-1.155h.687c.853 0 1.43-.578 1.43-1.348 0-.77-.577-1.347-1.43-1.347Zm-.687.935h.632c.248 0 .44.192.44.412 0 .22-.192.413-.44.413h-.632v-.825Z"
13
12
  fill="currentColor"
13
+ fillRule="evenodd"
14
14
  />
15
15
  <path
16
16
  d="M10.313 14h2.75v-.935h-1.706V10.15h-1.044V14ZM13.662 10.15V14h1.045v-3.85h-1.045ZM16.645 12.431c.324.103.588.186.588.387 0 .22-.193.412-.495.412-.495 0-.825-.412-.825-.412l-.606.632s.523.66 1.54.66c.963 0 1.54-.577 1.54-1.265 0-.83-.678-1.045-1.2-1.209-.324-.102-.587-.185-.587-.386 0-.165.165-.33.412-.33.38 0 .633.303.633.303l.605-.633s-.413-.55-1.348-.55c-.88 0-1.457.578-1.457 1.183 0 .83.679 1.044 1.2 1.208ZM21.902 10.15h-3.19v.935h1.073V14h1.045v-2.915h1.073v-.935Z"
@@ -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 FileZip = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
@@ -11,10 +11,10 @@ const FileZip = forwardRef<IconProps, 'svg'>((props, ref) => (
11
11
  fill="currentColor"
12
12
  />
13
13
  <path
14
- fillRule="evenodd"
15
14
  clipRule="evenodd"
16
15
  d="M19.538 9.35h-2.363v5.25H18.6v-1.575h.938c1.162 0 1.95-.787 1.95-1.838 0-1.05-.788-1.837-1.95-1.837Zm-.938 1.275h.862c.338 0 .6.262.6.563 0 .3-.262.562-.6.562H18.6v-1.125Z"
17
16
  fill="currentColor"
17
+ fillRule="evenodd"
18
18
  />
19
19
  </Icon>
20
20
  ));
@@ -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 Filter = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
@@ -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 Flag = 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.2 8.7 21 4H7V2H5v20h2v-9h14l-4.8-4.3Zm-.4 2.3H7V6h9.1l-2.8 2.7 2.5 2.3Z"
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 Flutter = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
@@ -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 Folder = 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 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2h-7l-1-2ZM4 6h6.8l.9 2H20v10H4V6Zm13.5 4v2h-11v-2h11Zm-4 3h-7v2h7v-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 Fullscreen = 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 FullscreenExit = 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 Gauge = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
5
5
  <path d="M16.844 10.485 15.429 9.07l-2.844 2.844a2 2 0 1 0 1.364 1.464l2.895-2.894Z" fill="currentColor" />
6
6
  <path
7
- fillRule="evenodd"
8
7
  clipRule="evenodd"
9
8
  d="M20.486 21A10.955 10.955 0 0 0 23 14c0-6.075-4.925-11-11-11S1 7.925 1 14c0 2.66.944 5.098 2.514 7h16.972Zm.46-6a8.948 8.948 0 0 1-1.462 4H4.517a8.947 8.947 0 0 1-1.461-4H5v-2H3.055a8.957 8.957 0 0 1 1.913-4.618l1.446 1.446 1.414-1.414-1.446-1.446A8.957 8.957 0 0 1 11 5.055V7h2V5.055a8.956 8.956 0 0 1 4.522 1.837l-1.25 1.25 1.414 1.415 1.27-1.27A8.96 8.96 0 0 1 20.945 13H19v2h1.945Z"
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 Github = 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 2C6.477 2 2 6.477 2 12c0 4.418 2.865 8.166 6.84 9.489.5.091.682-.218.682-.483 0-.237-.009-.866-.014-1.7-2.781.604-3.368-1.341-3.368-1.341-.455-1.155-1.11-1.462-1.11-1.462-.908-.62.068-.609.068-.609 1.004.072 1.532 1.031 1.532 1.031.892 1.528 2.34 1.087 2.91.831.091-.646.349-1.087.635-1.337-2.22-.252-4.555-1.11-4.555-4.942 0-1.091.39-1.984 1.03-2.683-.104-.253-.447-1.27.097-2.647 0 0 .84-.269 2.75 1.026a9.578 9.578 0 0 1 2.504-.338 9.592 9.592 0 0 1 2.503.338c1.91-1.295 2.747-1.026 2.747-1.026.546 1.377.203 2.394.1 2.647.64.699 1.028 1.591 1.028 2.683 0 3.842-2.338 4.687-4.566 4.934.359.31.679.92.679 1.852 0 1.337-.013 2.415-.013 2.743 0 .268.18.579.688.481 3.97-1.325 6.833-5.07 6.833-9.486C22 6.477 17.522 2 12 2"
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 GitlabColor = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
@@ -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 GitlabPlain = 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="M21.598 13.104 20.525 9.8l-2.128-6.547a.366.366 0 0 0-.695 0L15.574 9.8H8.51L6.382 3.253a.366.366 0 0 0-.695 0L3.559 9.8l-1.073 3.304a.731.731 0 0 0 .265.818l9.291 6.75 9.29-6.75a.731.731 0 0 0 .266-.818"
9
8
  fill="currentColor"
9
+ fillRule="evenodd"
10
10
  />
11
11
  </Icon>
12
12
  ));
@@ -1,40 +1,40 @@
1
- import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
2
 
3
3
  const GitlabShadedWhite = 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="m3.56 9.84-1.074 3.303a.731.731 0 0 0 .266.818l9.29 6.75L3.559 9.839ZM20.525 9.84l1.073 3.303a.731.731 0 0 1-.265.818l-9.291 6.75 8.483-10.872Z"
9
8
  fill="#fff"
10
9
  fillOpacity={0.55}
10
+ fillRule="evenodd"
11
11
  />
12
- <path fillRule="evenodd" clipRule="evenodd" d="m12.042 20.71 3.532-10.87H8.51l3.532 10.87Z" fill="#fff" />
12
+ <path clipRule="evenodd" d="m12.042 20.71 3.532-10.87H8.51l3.532 10.87Z" fill="#fff" fillRule="evenodd" />
13
13
  <path
14
- fillRule="evenodd"
15
14
  clipRule="evenodd"
16
15
  d="M12.042 20.71 8.51 9.84H3.56l8.482 10.87Z"
17
16
  fill="#fff"
18
17
  fillOpacity={0.8}
18
+ fillRule="evenodd"
19
19
  />
20
20
  <path
21
- fillRule="evenodd"
22
21
  clipRule="evenodd"
23
22
  d="M3.56 9.84h4.95L6.382 3.291a.366.366 0 0 0-.695 0L3.559 9.839Z"
24
23
  fill="#fff"
24
+ fillRule="evenodd"
25
25
  />
26
26
  <path
27
- fillRule="evenodd"
28
27
  clipRule="evenodd"
29
28
  d="m12.042 20.71 3.532-10.87h4.95l-8.482 10.87Z"
30
29
  fill="#fff"
31
30
  fillOpacity={0.8}
31
+ fillRule="evenodd"
32
32
  />
33
33
  <path
34
- fillRule="evenodd"
35
34
  clipRule="evenodd"
36
35
  d="M20.525 9.84h-4.95l2.127-6.548a.366.366 0 0 1 .695 0l2.128 6.547Z"
37
36
  fill="#fff"
37
+ fillRule="evenodd"
38
38
  />
39
39
  </Icon>
40
40
  ));
@@ -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 Globe = 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 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2Zm6.9 6h-1.4c-.3-1-.6-1.8-1-2.6 1 .7 1.8 1.6 2.4 2.6Zm1.1 4c0 .7-.1 1.4-.3 2h-1.9c.1-.6.1-1.3.1-2s0-1.4-.1-2h1.9c.2.6.3 1.3.3 2ZM4 12c0-.7.1-1.4.3-2h1.9c-.2.6-.2 1.3-.2 2s0 1.4.1 2H4.3c-.2-.6-.3-1.3-.3-2Zm4 0c0-.7.1-1.4.1-2H11v4H8.1c0-.6-.1-1.3-.1-2Zm5-7.7c1 .6 1.9 1.9 2.4 3.7H13V4.3Zm-2 0V8H8.6C9.1 6.2 10 4.9 11 4.3ZM11 16v3.7c-1-.6-1.9-1.9-2.4-3.7H11Zm2 3.7V16h2.4c-.5 1.8-1.4 3.1-2.4 3.7Zm0-5.7v-4h2.9c.1.6.1 1.3.1 2s-.1 1.4-.1 2H13ZM7.5 5.4c-.4.8-.7 1.6-1 2.6H5.1c.6-1 1.4-1.9 2.4-2.6ZM5.1 16h1.4c.3 1 .6 1.8 1 2.6-1-.7-1.8-1.6-2.4-2.6Zm11.4 2.6c.4-.8.8-1.7 1-2.6h1.4c-.6 1-1.4 1.9-2.4 2.6Z"
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 Go = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
@@ -7,22 +7,22 @@ const Go = forwardRef<IconProps, 'svg'>((props, ref) => (
7
7
  fill="currentColor"
8
8
  />
9
9
  <path
10
- fillRule="evenodd"
11
10
  clipRule="evenodd"
12
11
  d="M12 8.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0Zm-3 0a.5.5 0 1 0 1 0 .5.5 0 0 0-1 0Z"
13
12
  fill="currentColor"
13
+ fillRule="evenodd"
14
14
  />
15
15
  <path
16
- fillRule="evenodd"
17
16
  clipRule="evenodd"
18
17
  d="M14.5 11a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Zm0-2a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1Z"
19
18
  fill="currentColor"
19
+ fillRule="evenodd"
20
20
  />
21
21
  <path
22
- fillRule="evenodd"
23
22
  clipRule="evenodd"
24
23
  d="M4 10.5V7.455c0-.54.106-1.123.344-1.7a1.016 1.016 0 0 1-.047-.044l-1-1a1 1 0 1 1 1.414-1.414l.782.782C6.717 2.891 8.78 1.997 12 1.997c.05 0 .098.001.146.004 3.135.026 5.155.91 6.36 2.079l.787-.787a1 1 0 1 1 1.414 1.414l-1 1a.991.991 0 0 1-.052.048c.239.577.345 1.16.345 1.7V10.5h1a1 1 0 0 1 0 2h-.979c.062.716.25 1.258.446 1.819.26.748.533 1.53.533 2.803 0 .778-.38 1.58-1.099 2.304l.763.763a1 1 0 0 1-1.414 1.415l-.987-.988c-1.484.796-3.53 1.339-6.034 1.381a3.86 3.86 0 0 1-.14.003h-.177c-.048 0-.095 0-.141-.003-2.407-.04-4.39-.544-5.858-1.289l-.852.853a1 1 0 0 1-1.415-1.415l.589-.588C3.429 18.801 3 17.948 3 17.122c0-1.273.272-2.055.533-2.803.195-.561.384-1.103.446-1.819H3a1 1 0 1 1 0-2h1Zm8.01 9.5h.079l.106-.002c2.255-.039 4.144-.534 5.434-1.323C18.572 18.1 19 17.494 19 17.122c0-.764-.095-1.205-.39-2.052l-.092-.267C18.159 13.763 18 13.027 18 12V7.455c0-1.841-1.81-3.42-5.962-3.457A.69.69 0 0 0 12 3.997c-4.15 0-6 1.592-6 3.458V12c0 1.027-.16 1.763-.518 2.803l-.093.267C5.095 15.917 5 16.358 5 17.122c0 .371.428.977 1.371 1.553 1.29.79 3.179 1.284 5.476 1.324l.065.001h.097Z"
25
24
  fill="currentColor"
25
+ fillRule="evenodd"
26
26
  />
27
27
  </Icon>
28
28
  ));
@@ -1,30 +1,30 @@
1
- import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
2
 
3
3
  const GoogleColor = forwardRef<IconProps, 'svg'>((props, ref) => (
4
- <Icon ref={ref} viewBox="0 0 24 24" fill="none" {...props}>
4
+ <Icon ref={ref} fill="none" viewBox="0 0 24 24" {...props}>
5
5
  <path
6
- fillRule="evenodd"
7
6
  clipRule="evenodd"
8
7
  d="M21.0399 12.2046C21.0399 11.5664 20.9826 10.9527 20.8763 10.3636H12.3999V13.845H17.2435C17.0349 14.97 16.4008 15.9232 15.4476 16.5614V18.8196H18.3563C20.0581 17.2527 21.0399 14.9455 21.0399 12.2046Z"
9
8
  fill="#4285F4"
9
+ fillRule="evenodd"
10
10
  />
11
11
  <path
12
- fillRule="evenodd"
13
12
  clipRule="evenodd"
14
13
  d="M12.3999 21C14.8299 21 16.8672 20.1941 18.3563 18.8195L15.4476 16.5613C14.6417 17.1013 13.6108 17.4204 12.3999 17.4204C10.0558 17.4204 8.07172 15.8372 7.364 13.71H4.35718V16.0418C5.83809 18.9831 8.88172 21 12.3999 21Z"
15
14
  fill="#34A853"
15
+ fillRule="evenodd"
16
16
  />
17
17
  <path
18
- fillRule="evenodd"
19
18
  clipRule="evenodd"
20
19
  d="M7.36399 13.7099C7.18399 13.1699 7.08172 12.5931 7.08172 11.9999C7.08172 11.4068 7.18399 10.8299 7.36399 10.2899V7.95813H4.35718C3.74763 9.17313 3.3999 10.5477 3.3999 11.9999C3.3999 13.4522 3.74763 14.8268 4.35718 16.0418L7.36399 13.7099Z"
21
20
  fill="#FBBC05"
21
+ fillRule="evenodd"
22
22
  />
23
23
  <path
24
- fillRule="evenodd"
25
24
  clipRule="evenodd"
26
25
  d="M12.3999 6.57955C13.7213 6.57955 14.9076 7.03364 15.8404 7.92545L18.4217 5.34409C16.8631 3.89182 14.8258 3 12.3999 3C8.88172 3 5.83809 5.01682 4.35718 7.95818L7.364 10.29C8.07172 8.16273 10.0558 6.57955 12.3999 6.57955Z"
27
26
  fill="#EA4335"
27
+ fillRule="evenodd"
28
28
  />
29
29
  </Icon>
30
30
  ));
@@ -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 Gradle = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
5
5
  <path
6
- fill="currentColor"
7
- fillRule="evenodd"
8
6
  clipRule="evenodd"
9
7
  d="M21.4398 5.35359C20.8727 4.81928 20.1076 4.51338 19.3057 4.50043C18.5038 4.48748 17.728 4.76848 17.1418 5.28416C17.1124 5.31048 17.089 5.34216 17.0731 5.37726C17.0571 5.41237 17.0488 5.45016 17.0488 5.48836C17.0488 5.52656 17.0571 5.56436 17.0731 5.59946C17.089 5.63457 17.1124 5.66624 17.1418 5.69257L17.5146 6.05196C17.565 6.09917 17.6318 6.12764 17.7026 6.13214C17.7735 6.13665 17.8438 6.11688 17.9004 6.07647C18.2579 5.80743 18.712 5.67902 19.1676 5.71809C19.6233 5.75717 20.0453 5.9607 20.3453 6.28614C20.6454 6.61157 20.8003 7.0337 20.7777 7.46425C20.755 7.89481 20.5566 8.30044 20.2239 8.59634C17.7682 10.9079 14.4911 4.4265 7.05252 7.76727C6.92698 7.82409 6.81529 7.90481 6.72452 8.00433C6.63374 8.10385 6.56585 8.22002 6.52512 8.34551C6.48439 8.47099 6.4717 8.60307 6.48787 8.73341C6.50404 8.86374 6.5487 8.98951 6.61904 9.10276L7.89565 11.1795C8.02783 11.3961 8.24547 11.5548 8.5012 11.6209C8.75694 11.6871 9.03006 11.6554 9.26111 11.5328L9.29146 11.5164L9.26762 11.5328L9.82681 11.2387C10.4573 10.8699 11.0534 10.4511 11.6084 9.98696C11.6634 9.93978 11.7344 9.91262 11.8087 9.91037C11.883 9.90813 11.9557 9.93094 12.0137 9.97471C12.0451 9.99951 12.0706 10.0303 12.0884 10.065C12.1063 10.0997 12.1162 10.1376 12.1174 10.1762C12.1186 10.2147 12.1112 10.2531 12.0956 10.2888C12.0799 10.3244 12.0565 10.3566 12.0267 10.3831C11.4425 10.8789 10.813 11.3251 10.1454 11.7166H10.1259L9.56022 12.0147C9.3213 12.1411 9.05179 12.2072 8.77778 12.2067C8.49399 12.2076 8.21495 12.1381 7.96876 12.0051C7.72257 11.8721 7.51793 11.6803 7.37547 11.4491L6.16822 9.48667C3.85993 11.0345 2.44245 14.0077 3.20971 17.7732C3.2223 17.8367 3.25797 17.894 3.31058 17.9354C3.36319 17.9768 3.42945 17.9996 3.49797 17.9999H4.85911C4.93409 18.0017 5.007 17.9766 5.06298 17.9295C5.11895 17.8825 5.15378 17.8171 5.16038 17.7467C5.22433 17.2906 5.46205 16.8719 5.82928 16.5686C6.19651 16.2653 6.66821 16.0981 7.15656 16.0981C7.64491 16.0981 8.11661 16.2653 8.48384 16.5686C8.85107 16.8719 9.08879 17.2906 9.15274 17.7467C9.16123 17.8137 9.19547 17.8754 9.24899 17.9201C9.30251 17.9649 9.3716 17.9897 9.44318 17.9897H10.774C10.8454 17.9892 10.9142 17.9643 10.9677 17.9196C11.0211 17.8749 11.0555 17.8135 11.0644 17.7467C11.1283 17.2906 11.3661 16.8719 11.7333 16.5686C12.1005 16.2653 12.5722 16.0981 13.0606 16.0981C13.5489 16.0981 14.0206 16.2653 14.3879 16.5686C14.7551 16.8719 14.9928 17.2906 15.0568 17.7467C15.0657 17.8135 15.1001 17.8749 15.1535 17.9196C15.2069 17.9643 15.2758 17.9892 15.3472 17.9897H16.6693C16.7467 17.9897 16.8211 17.961 16.8762 17.9098C16.9314 17.8586 16.9629 17.789 16.9641 17.7161C16.9944 15.9599 17.4973 13.9424 18.9299 12.9316C23.8933 9.43357 22.5885 6.43587 21.4398 5.35359ZM16.3789 10.6363L15.4317 10.1891C15.4316 10.0936 15.4575 9.9996 15.5069 9.91615C15.5563 9.8327 15.6275 9.76256 15.7139 9.7124C15.8002 9.66225 15.8987 9.63375 16 9.62963C16.1013 9.62551 16.2021 9.64591 16.2926 9.68887C16.3832 9.73183 16.4606 9.79593 16.5174 9.87507C16.5743 9.9542 16.6087 10.0457 16.6173 10.1409C16.626 10.2361 16.6086 10.3318 16.5668 10.4189C16.5251 10.506 16.4604 10.5815 16.3789 10.6384V10.6363Z"
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 Group = 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="M5.1 7.97c-.2.299-.4.697-.5.995A3.009 3.009 0 0 0 2 11.95c0 1.493 1.1 2.786 2.6 2.985.2.398.4.896.6 1.393.7.995 1.6 1.89 2.6 2.488l1.2.597C9.2 20.905 10.5 22 12 22s2.8-1.095 3-2.587c.2-.1.375-.2.55-.299.175-.1.35-.199.55-.298 1-.597 1.9-1.493 2.6-2.488.3-.398.5-.895.7-1.393A3.009 3.009 0 0 0 22 11.95c0-1.492-1.1-2.786-2.6-2.985a14.648 14.648 0 0 1-.147-.304c-.156-.33-.326-.688-.553-.99a6.877 6.877 0 0 0-2.4-2.387c-.4-.299-.8-.498-1.3-.697C14.8 3.095 13.5 2 12 2S9.2 3.095 9 4.587c-.133.066-.278.133-.422.2-.29.132-.578.264-.778.397-1.1.697-2.1 1.692-2.7 2.786ZM12 5.98c.6 0 1-.398 1-.995s-.4-.995-1-.995-1 .398-1 .995.4.995 1 .995ZM6.6 9.363C7.4 9.96 8 10.856 8 11.95c0 1.095-.6 1.99-1.4 2.587.1.2.2.398.4.597.5.796 1.2 1.393 1.9 1.89l.6.3c.5-.797 1.4-1.394 2.5-1.394s2 .597 2.6 1.393c.2-.1.4-.199.5-.298.8-.498 1.4-1.095 1.9-1.89.05-.1.125-.224.2-.349.075-.124.15-.249.2-.348-.8-.498-1.4-1.393-1.4-2.488 0-1.094.6-1.99 1.4-2.587-.1-.199-.2-.398-.4-.597-.5-.696-1.1-1.393-1.8-1.79-.074-.038-.149-.089-.228-.143-.135-.092-.284-.193-.472-.256-.5.796-1.4 1.393-2.5 1.393s-2-.597-2.6-1.393l-.6.299c-.8.597-1.5 1.293-2 2.09a2.321 2.321 0 0 1-.109.19c-.053.084-.091.146-.091.207ZM20 11.95c0 .597-.4.995-1 .995s-1-.398-1-.995.4-.995 1-.995 1 .398 1 .995Zm-8 7.96c.6 0 1-.398 1-.995s-.4-.995-1-.995-1 .398-1 .995.4.995 1 .995Zm-6-7.96c0 .597-.4.995-1 .995s-1-.398-1-.995.4-.995 1-.995 1 .398 1 .995Z"
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 Heart = 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.5 2.5c-1.7 0-3.4.8-4.5 2.1-1.1-1.3-2.8-2.1-4.5-2.1C4.4 2.5 2 4.9 2 8c0 3.8 3.4 6.9 8.6 11.5l1.4 1.4 1.4-1.4C18.6 14.9 22 11.8 22 8c0-3.1-2.4-5.5-5.5-5.5Zm-4.4 15.6H12l-.1-.1C7.1 13.7 4 10.9 4 8c0-2 1.5-3.5 3.5-3.5 1.5 0 3 1 3.6 2.4H13c.5-1.4 2-2.4 3.5-2.4C18.5 4.5 20 6 20 8c0 2.9-3.1 5.7-7.9 10.1Z"
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 HidePassword = 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="m19.293 20.707-16-16 1.414-1.414 2.374 2.373A6.979 6.979 0 0 1 10.07 5l3.862.001c1.868 0 3.626.727 4.947 2.05l3.535 3.535c.78.78.78 2.05 0 2.828-1.26 1.26-2.475 2.595-3.8 3.787l2.092 2.092-1.414 1.414Zm-2.095-4.923-2.491-2.491a3.001 3.001 0 0 0-4-4L8.624 7.21c.463-.139.949-.21 1.446-.21h3.86c1.336 0 2.59.52 3.535 1.464L21.002 12c-1.256 1.256-2.458 2.625-3.804 3.785Z"
9
8
  fill="currentColor"
9
+ fillRule="evenodd"
10
10
  />
11
11
  <path
12
12
  d="m3.963 8.208-2.378 2.378a2.001 2.001 0 0 0 0 2.828L5.12 16.95A6.954 6.954 0 0 0 10.07 19h3.86c.262 0 .522-.016.78-.045L12.755 17h-2.684a4.971 4.971 0 0 1-3.536-1.464L2.999 12l2.378-2.378-1.414-1.414Z"
@@ -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 History = 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="M2.04999 13C2.55581 18.0351 6.83737 22 12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2C8.05498 2 4.62445 4.31518 3 7.65394L3 5L1 5V11H7V9L4.58701 9C5.77995 6.07513 8.6594 4 12 4C16.4 4 20 7.6 20 12C20 16.4 16.4 20 12 20C7.93849 20 4.55863 16.9326 4.06264 13H2.04999ZM12.4001 14.9L16.6001 12.9L15.7001 11.1L13.0001 12.4V7H11.0001V14L12.4001 14.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 Image = 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 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2ZM6.2 18l5.2-5.2 5.2 5.2H6.2ZM20 18h-.5l-1.8-1.8L20 14v4Zm0-6.8-3.8 3.6-4.8-4.8L4 17.4V6h16v5.2Zm-4 .8a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z"
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 Info = 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 10Zm0-14a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm-2.4 3.9L9 10l2.7-.9c.7-.2 1.4.4 1.3 1.1l-.8 5.3 1.5-.5.6 1.9-3 1c-.7.2-1.4-.4-1.3-1.1l.8-5.4-1.2.5Z"
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 BuildCache = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
@@ -7,10 +7,10 @@ const BuildCache = forwardRef<IconProps, 'svg'>((props, ref) => (
7
7
  <path d="M8.5 10.5V15.5H6.5V10.5H8.5Z" fill="currentColor" />
8
8
  <path d="M14.5 15.5V12.5H12.5V15.5H14.5Z" fill="currentColor" />
9
9
  <path
10
- fillRule="evenodd"
11
10
  clipRule="evenodd"
12
11
  d="M5.79687 5.22032C9.5509 4.92656 14.4491 4.92656 18.2032 5.22032C19.5342 5.32447 20.5956 6.31592 20.8455 7.59604C21.467 10.7795 21.8439 13.16 21.9607 15.812C22.0297 17.3778 20.838 18.6941 19.2818 18.7968C15.1741 19.0677 8.82589 19.0677 4.71815 18.7968C3.16202 18.6941 1.97032 17.3778 2.03929 15.812C2.15609 13.16 2.53305 10.7795 3.15453 7.59604C3.40443 6.31592 4.46585 5.32447 5.79687 5.22032ZM18.0471 7.21422C14.397 6.92859 9.60306 6.92859 5.95289 7.21422C5.54812 7.2459 5.20117 7.55053 5.11747 7.97925C4.5024 11.1299 4.14762 13.3963 4.03735 15.9C4.01658 16.3715 4.37106 16.7695 4.8498 16.8011C8.86987 17.0663 15.1301 17.0663 19.1502 16.8011C19.6289 16.7695 19.9834 16.3715 19.9627 15.9C19.8524 13.3963 19.4976 11.1299 18.8826 7.97925C18.7989 7.55053 18.4519 7.2459 18.0471 7.21422Z"
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 BuildCache = 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="M5.79688 5.22032C9.55091 4.92656 14.4492 4.92656 18.2032 5.22032C19.5342 5.32447 20.5956 6.31592 20.8455 7.59604C21.467 10.7795 21.8439 13.16 21.9607 15.812C22.0297 17.3778 20.838 18.6941 19.2819 18.7968C15.1741 19.0677 8.8259 19.0677 4.71817 18.7968C3.16204 18.6941 1.97034 17.3778 2.0393 15.812C2.15611 13.16 2.53306 10.7795 3.15454 7.59604C3.40445 6.31592 4.46586 5.32447 5.79688 5.22032ZM11.5 9V15.5H9.5V9H11.5ZM18.5 10.5V15.5H16.5V10.5H18.5ZM8 10.5V15.5H6V10.5H8ZM15 12.5V15.5H13V12.5H15Z"
9
8
  fill="currentColor"
9
+ fillRule="evenodd"
10
10
  />
11
11
  </Icon>
12
12
  ));