@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 Dudes = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 16 16" {...props}>
5
5
  <path
6
+ clipRule="evenodd"
7
+ d="M8 13.333v-2.666H2.667v2.666H1.333v-2.666c0-.772.562-1.334 1.334-1.334H8c.772 0 1.333.562 1.333 1.334v2.666H8Zm5.333 0v-2.666H10V9.333h3.333c.772 0 1.334.562 1.334 1.334v2.666h-1.334ZM10 4.667v2h.667v-2H10Zm0-1.334h.667c.736 0 1.333.597 1.333 1.334v2C12 7.403 11.403 8 10.667 8H10a1.333 1.333 0 0 1-1.333-1.333v-2c0-.737.597-1.334 1.333-1.334ZM4.667 4v2.667H6V4H4.667Zm0-1.333H6c.736 0 1.333.597 1.333 1.333v2.667C7.333 7.403 6.736 8 6 8H4.667a1.333 1.333 0 0 1-1.334-1.333V4c0-.736.597-1.333 1.334-1.333Z"
6
8
  fill="currentColor"
7
9
  fillRule="evenodd"
8
- d="M8 13.333v-2.666H2.667v2.666H1.333v-2.666c0-.772.562-1.334 1.334-1.334H8c.772 0 1.333.562 1.333 1.334v2.666H8Zm5.333 0v-2.666H10V9.333h3.333c.772 0 1.334.562 1.334 1.334v2.666h-1.334ZM10 4.667v2h.667v-2H10Zm0-1.334h.667c.736 0 1.333.597 1.333 1.334v2C12 7.403 11.403 8 10.667 8H10a1.333 1.333 0 0 1-1.333-1.333v-2c0-.737.597-1.334 1.333-1.334ZM4.667 4v2.667H6V4H4.667Zm0-1.333H6c.736 0 1.333.597 1.333 1.333v2.667C7.333 7.403 6.736 8 6 8H4.667a1.333 1.333 0 0 1-1.334-1.333V4c0-.736.597-1.333 1.334-1.333Z"
9
- clipRule="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 16 16" {...props}>
5
5
  <path
6
+ clipRule="evenodd"
7
+ d="M12 12v.667a2 2 0 0 1-2 2H3.333a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2H4v-.667a2 2 0 0 1 2-2h6.667a2 2 0 0 1 2 2V10a2 2 0 0 1-2 2H12Zm-1.333 0H6a2 2 0 0 1-2-2V5.333h-.667A.667.667 0 0 0 2.667 6v6.667c0 .368.298.666.666.666H10a.667.667 0 0 0 .667-.666V12ZM6 2.667a.667.667 0 0 0-.667.666V10c0 .368.299.667.667.667h6.667a.667.667 0 0 0 .666-.667V3.333a.667.667 0 0 0-.666-.666H6Z"
6
8
  fill="currentColor"
7
9
  fillRule="evenodd"
8
- d="M12 12v.667a2 2 0 0 1-2 2H3.333a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2H4v-.667a2 2 0 0 1 2-2h6.667a2 2 0 0 1 2 2V10a2 2 0 0 1-2 2H12Zm-1.333 0H6a2 2 0 0 1-2-2V5.333h-.667A.667.667 0 0 0 2.667 6v6.667c0 .368.298.666.666.666H10a.667.667 0 0 0 .667-.666V12ZM6 2.667a.667.667 0 0 0-.667.666V10c0 .368.299.667.667.667h6.667a.667.667 0 0 0 .666-.667V3.333a.667.667 0 0 0-.666-.666H6Z"
9
- clipRule="evenodd"
10
10
  />
11
11
  </Icon>
12
12
  ));
@@ -1,16 +1,16 @@
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 16 16" {...props}>
5
5
  <path
6
- fill="currentColor"
7
6
  d="M4 3.333v1.334h1.333V3.333H4Zm7.333 7.334H10V9.333h1.333v1.334Zm-6-5.334H4v1.334h1.333V5.333Zm2-2H6v1.334h1.333V3.333ZM4 8.667V7.333h1.333v1.334H4Zm0 2V9.333h1.333v1.334H4Zm6-4V5.333h1.333v1.334H10Zm1.333.666H10v1.334h1.333V7.333ZM6 5.333h1.333v1.334H6V5.333Zm0 2v1.334h1.333V7.333H6Zm0 2h1.333v1.334H6V9.333Z"
7
+ fill="currentColor"
8
8
  />
9
9
  <path
10
+ clipRule="evenodd"
11
+ d="M3.333 1.333C2.597 1.333 2 1.93 2 2.667v12h12v-1.334h-.667v-2.666A.667.667 0 0 0 14 10v-.667h-.667v-.666A.667.667 0 0 0 14 8v-.667h-.667v-.666A.667.667 0 0 0 14 6v-.667h-.667v-.666c0-.737-.597-1.334-1.333-1.334H9.333v-.666c0-.737-.597-1.334-1.333-1.334H3.333Zm6 12H10V12h1.333v1.333H12V4.667H9.333v6H8v-8H3.333v10.666H4V12h1.333v1.333H6V12h1.333v1.333H8V12h1.333v1.333Z"
10
12
  fill="currentColor"
11
13
  fillRule="evenodd"
12
- d="M3.333 1.333C2.597 1.333 2 1.93 2 2.667v12h12v-1.334h-.667v-2.666A.667.667 0 0 0 14 10v-.667h-.667v-.666A.667.667 0 0 0 14 8v-.667h-.667v-.666A.667.667 0 0 0 14 6v-.667h-.667v-.666c0-.737-.597-1.334-1.333-1.334H9.333v-.666c0-.737-.597-1.334-1.333-1.334H3.333Zm6 12H10V12h1.333v1.333H12V4.667H9.333v6H8v-8H3.333v10.666H4V12h1.333v1.333H6V12h1.333v1.333H8V12h1.333v1.333Z"
13
- clipRule="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 16 16" {...props}>
5
- <path fill="currentColor" d="M7.333 4.667h1.333V9.33H7.333V4.667Zm1.333 6.666V9.997H7.333v1.336h1.333Z" />
5
+ <path d="M7.333 4.667h1.333V9.33H7.333V4.667Zm1.333 6.666V9.997H7.333v1.336h1.333Z" fill="currentColor" />
6
6
  <path
7
+ clipRule="evenodd"
8
+ d="m4.943 1.724-3.22 3.219c-.25.25-.39.589-.39.943v4.228c0 .354.14.693.39.943l3.22 3.22c.25.25.589.39.943.39h4.228c.354 0 .693-.14.943-.39l3.22-3.22c.25-.25.39-.59.39-.943V5.886c0-.354-.14-.693-.39-.943l-3.22-3.22c-.25-.25-.59-.39-.943-.39H5.886c-.354 0-.693.14-.943.39ZM2.667 5.886l3.219-3.22h4.228l3.22 3.22v4.228l-3.22 3.22H5.886l-3.22-3.22V5.886Z"
7
9
  fill="currentColor"
8
10
  fillRule="evenodd"
9
- d="m4.943 1.724-3.22 3.219c-.25.25-.39.589-.39.943v4.228c0 .354.14.693.39.943l3.22 3.22c.25.25.589.39.943.39h4.228c.354 0 .693-.14.943-.39l3.22-3.22c.25-.25.39-.59.39-.943V5.886c0-.354-.14-.693-.39-.943l-3.22-3.22c-.25-.25-.59-.39-.943-.39H5.886c-.354 0-.693.14-.943.39ZM2.667 5.886l3.219-3.22h4.228l3.22 3.22v4.228l-3.22 3.22H5.886l-3.22-3.22V5.886Z"
10
- clipRule="evenodd"
11
11
  />
12
12
  </Icon>
13
13
  ));
@@ -1,10 +1,10 @@
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 16 16" {...props}>
5
5
  <path
6
- fill="currentColor"
7
6
  d="M9.338 1.333v1.334h3.059L9.533 5.529l.944.942 2.855-2.854v3.05h1.335V1.333H9.338ZM6.662 13.334v1.333H1.333V9.333h1.334v3.05l2.856-2.854.943.943-2.863 2.862h3.059Z"
7
+ fill="currentColor"
8
8
  />
9
9
  </Icon>
10
10
  ));
@@ -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 16 16" {...props}>
5
5
  <path
6
+ clipRule="evenodd"
7
+ d="M2.18 8.202a1.98 1.98 0 0 1-.458-2.8 2.062 2.062 0 0 1 2.293-.712l-.221.61a1.393 1.393 0 0 0-1.534.488 1.337 1.337 0 0 0 .31 1.892c.445.319 1.056.318 1.509.081l1.097 3.298c.147.011.293.06.421.152a.792.792 0 0 1 .184 1.12.828.828 0 0 1-1.144.17.792.792 0 0 1-.053-1.255l-.912-2.673a2.085 2.085 0 0 1-1.492-.37Zm10.426-3.5c1.138 0 2.06.906 2.06 2.022 0 .9-.6 1.663-1.43 1.924l-.188-.629a1.37 1.37 0 0 0 .95-1.295c0-.755-.623-1.366-1.392-1.366-.554 0-1.05.357-1.274.816L8.452 4.12a.832.832 0 0 1-.433.122.817.817 0 0 1-.825-.808c0-.446.37-.808.825-.808.455 0 .824.362.824.808a.791.791 0 0 1-.023.188l2.352 1.651c.371-.352.876-.57 1.434-.57ZM5.998 2.74c.344-1.06 1.5-1.648 2.582-1.31a2.021 2.021 0 0 1 1.434 1.914l-.667-.014a1.367 1.367 0 0 0-.97-1.278 1.395 1.395 0 0 0-1.744.886c-.167.517.03 1.086.407 1.434L4.18 6.435a.786.786 0 0 1-.013.441.826.826 0 0 1-1.033.525.803.803 0 0 1-.534-1.013.826.826 0 0 1 1.207-.446l2.312-1.694a1.974 1.974 0 0 1-.12-1.509Zm6.734 8.604c.346 1.053-.247 2.183-1.326 2.525a2.075 2.075 0 0 1-2.296-.733l.55-.367c.344.455.96.667 1.543.482.729-.23 1.13-.995.896-1.706-.17-.513-.666-.86-1.178-.928l1.11-3.292a.793.793 0 0 1-.25-.364.8.8 0 0 1 .53-1.01.823.823 0 0 1 1.032.515.8.8 0 0 1-.53 1.01.839.839 0 0 1-.189.036l-.88 2.68c.454.236.818.637.988 1.152Zm-5.576.88a1.997 1.997 0 0 1-.809 1.283 2.075 2.075 0 0 1-2.863-.436 1.979 1.979 0 0 1-.004-2.366l.528.395a1.337 1.337 0 0 0 .012 1.587 1.402 1.402 0 0 0 1.935.294c.445-.319.628-.89.533-1.388l3.54-.009a.8.8 0 0 1 .275-.347.83.83 0 0 1 1.145.174.793.793 0 0 1-.177 1.123.83.83 0 0 1-1.145-.174.81.81 0 0 1-.094-.164l-2.876.028Z"
6
8
  fill="currentColor"
7
9
  fillRule="evenodd"
8
- d="M2.18 8.202a1.98 1.98 0 0 1-.458-2.8 2.062 2.062 0 0 1 2.293-.712l-.221.61a1.393 1.393 0 0 0-1.534.488 1.337 1.337 0 0 0 .31 1.892c.445.319 1.056.318 1.509.081l1.097 3.298c.147.011.293.06.421.152a.792.792 0 0 1 .184 1.12.828.828 0 0 1-1.144.17.792.792 0 0 1-.053-1.255l-.912-2.673a2.085 2.085 0 0 1-1.492-.37Zm10.426-3.5c1.138 0 2.06.906 2.06 2.022 0 .9-.6 1.663-1.43 1.924l-.188-.629a1.37 1.37 0 0 0 .95-1.295c0-.755-.623-1.366-1.392-1.366-.554 0-1.05.357-1.274.816L8.452 4.12a.832.832 0 0 1-.433.122.817.817 0 0 1-.825-.808c0-.446.37-.808.825-.808.455 0 .824.362.824.808a.791.791 0 0 1-.023.188l2.352 1.651c.371-.352.876-.57 1.434-.57ZM5.998 2.74c.344-1.06 1.5-1.648 2.582-1.31a2.021 2.021 0 0 1 1.434 1.914l-.667-.014a1.367 1.367 0 0 0-.97-1.278 1.395 1.395 0 0 0-1.744.886c-.167.517.03 1.086.407 1.434L4.18 6.435a.786.786 0 0 1-.013.441.826.826 0 0 1-1.033.525.803.803 0 0 1-.534-1.013.826.826 0 0 1 1.207-.446l2.312-1.694a1.974 1.974 0 0 1-.12-1.509Zm6.734 8.604c.346 1.053-.247 2.183-1.326 2.525a2.075 2.075 0 0 1-2.296-.733l.55-.367c.344.455.96.667 1.543.482.729-.23 1.13-.995.896-1.706-.17-.513-.666-.86-1.178-.928l1.11-3.292a.793.793 0 0 1-.25-.364.8.8 0 0 1 .53-1.01.823.823 0 0 1 1.032.515.8.8 0 0 1-.53 1.01.839.839 0 0 1-.189.036l-.88 2.68c.454.236.818.637.988 1.152Zm-5.576.88a1.997 1.997 0 0 1-.809 1.283 2.075 2.075 0 0 1-2.863-.436 1.979 1.979 0 0 1-.004-2.366l.528.395a1.337 1.337 0 0 0 .012 1.587 1.402 1.402 0 0 0 1.935.294c.445-.319.628-.89.533-1.388l3.54-.009a.8.8 0 0 1 .275-.347.83.83 0 0 1 1.145.174.793.793 0 0 1-.177 1.123.83.83 0 0 1-1.145-.174.81.81 0 0 1-.094-.164l-2.876.028Z"
9
- clipRule="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 16 16" {...props}>
5
5
  <path
6
+ clipRule="evenodd"
7
+ d="M4.078 6.467h1.304c1.03 0 1.853.733 1.853 1.666 0 .934-.755 1.667-1.853 1.667H4.078V6.467Zm1.304.8H5.04V9h.412c.48 0 .892-.333.892-.867 0-.533-.412-.866-.96-.866Zm3.226.866c0 .534.412.934.96.934.55 0 .961-.4.961-.934 0-.533-.411-.933-.96-.933-.55 0-.961.4-.961.933Zm2.882 0c0 .934-.823 1.8-1.921 1.8s-1.922-.8-1.922-1.8.824-1.8 1.922-1.8c1.098 0 1.921.867 1.921 1.8Zm1.373 0c0 .534.412.934.96.934.618 0 .961-.4.961-.4l.55.6s-.481.666-1.51.666c-1.098 0-1.922-.8-1.922-1.8s.824-1.8 1.921-1.8c.961 0 1.442.667 1.442.667l-.55.6s-.342-.4-.892-.4c-.549 0-.96.4-.96.933ZM12.313 4V2.667c0-.734-.617-1.334-1.372-1.334H2.706c-.755 0-1.373.6-1.373 1.334v10.666c0 .734.618 1.334 1.373 1.334h8.235c.755 0 1.373-.6 1.373-1.334V12H10.94v1.333H2.706V2.667h8.235V4h1.373Z"
6
8
  fill="currentColor"
7
9
  fillRule="evenodd"
8
- d="M4.078 6.467h1.304c1.03 0 1.853.733 1.853 1.666 0 .934-.755 1.667-1.853 1.667H4.078V6.467Zm1.304.8H5.04V9h.412c.48 0 .892-.333.892-.867 0-.533-.412-.866-.96-.866Zm3.226.866c0 .534.412.934.96.934.55 0 .961-.4.961-.934 0-.533-.411-.933-.96-.933-.55 0-.961.4-.961.933Zm2.882 0c0 .934-.823 1.8-1.921 1.8s-1.922-.8-1.922-1.8.824-1.8 1.922-1.8c1.098 0 1.921.867 1.921 1.8Zm1.373 0c0 .534.412.934.96.934.618 0 .961-.4.961-.4l.55.6s-.481.666-1.51.666c-1.098 0-1.922-.8-1.922-1.8s.824-1.8 1.921-1.8c.961 0 1.442.667 1.442.667l-.55.6s-.342-.4-.892-.4c-.549 0-.96.4-.96.933ZM12.313 4V2.667c0-.734-.617-1.334-1.372-1.334H2.706c-.755 0-1.373.6-1.373 1.334v10.666c0 .734.618 1.334 1.373 1.334h8.235c.755 0 1.373-.6 1.373-1.334V12H10.94v1.333H2.706V2.667h8.235V4h1.373Z"
9
- clipRule="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 16 16" {...props}>
5
5
  <path
6
+ clipRule="evenodd"
7
+ d="M12.533 4V2.667c0-.734-.63-1.334-1.4-1.334h-8.4c-.77 0-1.4.6-1.4 1.334v10.666c0 .734.63 1.334 1.4 1.334h8.4c.77 0 1.4-.6 1.4-1.334V12h-1.4v1.333h-8.4V2.667h8.4V4h1.4Zm-8.4 2.267h1.75c.84 0 1.47.533 1.47 1.333 0 .8-.56 1.333-1.47 1.333h-.7V10h-1.05V6.267Zm1.68.933h-.63V8h.63c.28 0 .42-.2.42-.4.07-.267-.14-.4-.42-.4Zm2.24-.933h1.54c1.19 0 2.1.8 2.1 1.866 0 1.067-.84 1.867-2.1 1.867h-1.54V6.267Zm1.54.933h-.42v1.933h.42c.56 0 .98-.4.98-.933s-.42-1-.98-1Zm2.73-.933h3.01V7.2h-1.96v.6h1.54v.867h-1.54V10h-1.05V6.267Z"
6
8
  fill="currentColor"
7
9
  fillRule="evenodd"
8
- d="M12.533 4V2.667c0-.734-.63-1.334-1.4-1.334h-8.4c-.77 0-1.4.6-1.4 1.334v10.666c0 .734.63 1.334 1.4 1.334h8.4c.77 0 1.4-.6 1.4-1.334V12h-1.4v1.333h-8.4V2.667h8.4V4h1.4Zm-8.4 2.267h1.75c.84 0 1.47.533 1.47 1.333 0 .8-.56 1.333-1.47 1.333h-.7V10h-1.05V6.267Zm1.68.933h-.63V8h.63c.28 0 .42-.2.42-.4.07-.267-.14-.4-.42-.4Zm2.24-.933h1.54c1.19 0 2.1.8 2.1 1.866 0 1.067-.84 1.867-2.1 1.867h-1.54V6.267Zm1.54.933h-.42v1.933h.42c.56 0 .98-.4.98-.933s-.42-1-.98-1Zm2.73-.933h3.01V7.2h-1.96v.6h1.54v.867h-1.54V10h-1.05V6.267Z"
9
- clipRule="evenodd"
10
10
  />
11
11
  </Icon>
12
12
  ));
@@ -1,20 +1,20 @@
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 16 16" {...props}>
5
5
  <path
6
- fill="currentColor"
7
6
  d="M12.314 2.667V4H10.94V2.667H2.706v10.666h8.235V12h1.373v1.333c0 .734-.618 1.334-1.373 1.334H2.706c-.755 0-1.373-.6-1.373-1.334V2.667c0-.734.618-1.334 1.373-1.334h8.235c.755 0 1.373.6 1.373 1.334Z"
7
+ fill="currentColor"
8
8
  />
9
9
  <path
10
+ clipRule="evenodd"
11
+ d="M5.448 6.767H4.293v2.566h.697v-.77h.458c.569 0 .954-.385.954-.898s-.385-.898-.954-.898Zm-.458.623h.422c.165 0 .293.128.293.275 0 .147-.128.275-.293.275H4.99v-.55Z"
10
12
  fill="currentColor"
11
13
  fillRule="evenodd"
12
- d="M5.448 6.767H4.293v2.566h.697v-.77h.458c.569 0 .954-.385.954-.898s-.385-.898-.954-.898Zm-.458.623h.422c.165 0 .293.128.293.275 0 .147-.128.275-.293.275H4.99v-.55Z"
13
- clipRule="evenodd"
14
14
  />
15
15
  <path
16
- fill="currentColor"
17
16
  d="M6.875 9.333h1.833V8.71H7.572V6.767h-.697v2.566Zm2.233-2.566v2.566h.697V6.767h-.697Zm1.989 1.521c.216.068.391.123.391.257 0 .147-.128.275-.33.275-.33 0-.55-.275-.55-.275l-.403.422s.348.44 1.027.44c.641 0 1.026-.385 1.026-.844 0-.553-.452-.696-.8-.806-.216-.068-.391-.123-.391-.257 0-.11.11-.22.275-.22.253 0 .421.202.421.202l.404-.422s-.275-.367-.899-.367c-.586 0-.971.385-.971.789 0 .553.452.696.8.806Zm3.505-1.521h-2.127v.623h.715v1.943h.697V7.39h.715v-.623Z"
17
+ fill="currentColor"
18
18
  />
19
19
  </Icon>
20
20
  ));
@@ -1,20 +1,20 @@
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 16 16" {...props}>
5
5
  <path
6
- fill="currentColor"
7
6
  d="M12.314 2.667V4H10.94V2.667H2.706v10.666h8.235V12h1.373v1.333c0 .734-.618 1.334-1.373 1.334H2.706c-.755 0-1.373-.6-1.373-1.334V2.667c0-.734.618-1.334 1.373-1.334h8.235c.755 0 1.373.6 1.373 1.334Z"
7
+ fill="currentColor"
8
8
  />
9
9
  <path
10
- fill="currentColor"
11
10
  d="M5.633 7.083h1.475l-1.55 1.8v.85h2.85v-.85h-1.6l1.55-1.8v-.85H5.633v.85Zm3.734-.85v3.5h.95v-3.5h-.95Z"
11
+ fill="currentColor"
12
12
  />
13
13
  <path
14
+ clipRule="evenodd"
15
+ d="M13.025 6.233H11.45v3.5h.95v-1.05h.625c.775 0 1.3-.525 1.3-1.225 0-.7-.525-1.225-1.3-1.225Zm-.625.85h.575c.225 0 .4.175.4.375s-.175.375-.4.375H12.4v-.75Z"
14
16
  fill="currentColor"
15
17
  fillRule="evenodd"
16
- d="M13.025 6.233H11.45v3.5h.95v-1.05h.625c.775 0 1.3-.525 1.3-1.225 0-.7-.525-1.225-1.3-1.225Zm-.625.85h.575c.225 0 .4.175.4.375s-.175.375-.4.375H12.4v-.75Z"
17
- clipRule="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 16 16" {...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 16 16" {...props}>
5
5
  <path
6
+ clipRule="evenodd"
7
+ d="M10.8 5.8 14 2.667H4.667V1.333H3.333v13.334h1.334v-6H14L10.8 5.8Zm-.267 1.533H4.667V4h6.066L8.867 5.8l1.666 1.533Z"
6
8
  fill="currentColor"
7
9
  fillRule="evenodd"
8
- d="M10.8 5.8 14 2.667H4.667V1.333H3.333v13.334h1.334v-6H14L10.8 5.8Zm-.267 1.533H4.667V4h6.066L8.867 5.8l1.666 1.533Z"
9
- clipRule="evenodd"
10
10
  />
11
11
  </Icon>
12
12
  ));
@@ -1,10 +1,10 @@
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 16 16" {...props}>
5
5
  <path
6
- fill="currentColor"
7
6
  d="m2 7.992 2.098 2.094 8.816-8.753H8.717L2 7.992Zm7.68 3.514 3.112 3.16H8.631L7.59 13.583l2.09-2.077Zm-2.55 1.641-2.094-2.094 3.611-3.598h4.19L7.13 13.147Z"
7
+ fill="currentColor"
8
8
  />
9
9
  </Icon>
10
10
  ));
@@ -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 16 16" {...props}>
5
5
  <path
6
+ clipRule="evenodd"
7
+ d="M8 2.667H2.667c-.734 0-1.334.6-1.334 1.333v8c0 .733.6 1.333 1.334 1.333h10.666c.734 0 1.334-.6 1.334-1.333V5.333c0-.733-.6-1.333-1.334-1.333H8.667L8 2.667ZM2.667 4H7.2l.6 1.333h5.533V12H2.667V4Zm9 2.667V8H4.333V6.667h7.334ZM9 8.667H4.333V10H9V8.667Z"
6
8
  fill="currentColor"
7
9
  fillRule="evenodd"
8
- d="M8 2.667H2.667c-.734 0-1.334.6-1.334 1.333v8c0 .733.6 1.333 1.334 1.333h10.666c.734 0 1.334-.6 1.334-1.333V5.333c0-.733-.6-1.333-1.334-1.333H8.667L8 2.667ZM2.667 4H7.2l.6 1.333h5.533V12H2.667V4Zm9 2.667V8H4.333V6.667h7.334ZM9 8.667H4.333V10H9V8.667Z"
9
- clipRule="evenodd"
10
10
  />
11
11
  </Icon>
12
12
  ));
@@ -1,10 +1,10 @@
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 16 16" {...props}>
5
5
  <path
6
- fill="currentColor"
7
6
  d="M5.333 3.333h-4v4h1.334V4.667h2.666V3.333Zm0 8H2.667V8.667H1.333v4h4v-1.334Zm9.334 1.334h-4v-1.334h2.666V8.667h1.334v4Zm0-9.334h-4v1.334h2.666v2.666h1.334v-4Z"
7
+ fill="currentColor"
8
8
  />
9
9
  </Icon>
10
10
  ));
@@ -1,10 +1,10 @@
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 16 16" {...props}>
5
5
  <path
6
- fill="currentColor"
7
6
  d="M1.333 7.333h4v-4H4V6H1.333v1.333Zm0 2.667H4v2.667h1.333v-4h-4V10Zm9.334-1.333h4V10H12v2.667h-1.333v-4Zm0-1.334h4V6H12V3.333h-1.333v4Z"
7
+ fill="currentColor"
8
8
  />
9
9
  </Icon>
10
10
  ));
@@ -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 16 16" {...props}>
5
5
  <path d="m11.23 6.99-.944-.943L8.39 7.944a1.333 1.333 0 1 0 .91.975l1.93-1.93Z" fill="currentColor" />
6
6
  <path
7
- fillRule="evenodd"
8
7
  clipRule="evenodd"
9
8
  d="M13.657 14a7.333 7.333 0 1 0-11.314 0h11.314Zm.306-4a5.966 5.966 0 0 1-.973 2.667H3.01A5.965 5.965 0 0 1 2.037 10h1.296V8.667H2.037a5.972 5.972 0 0 1 1.275-3.079l.964.964.943-.943-.964-.964A5.972 5.972 0 0 1 7.333 3.37v1.297h1.334V3.37a5.97 5.97 0 0 1 3.014 1.225l-.833.833.943.943.846-.846a5.973 5.973 0 0 1 1.326 3.142h-1.296V10h1.296Z"
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 16 16" {...props}>
5
5
  <path
6
+ clipRule="evenodd"
7
+ d="M8 1.333a6.667 6.667 0 0 0-2.107 12.993c.333.06.455-.145.455-.322 0-.158-.006-.577-.01-1.133-1.854.402-2.245-.894-2.245-.894-.303-.77-.74-.975-.74-.975-.605-.414.046-.406.046-.406.669.048 1.02.687 1.02.687.595 1.02 1.56.725 1.941.555.06-.431.233-.725.423-.892-1.48-.168-3.036-.74-3.036-3.295 0-.727.26-1.322.686-1.788-.069-.17-.298-.847.065-1.765 0 0 .56-.179 1.833.684a6.385 6.385 0 0 1 1.67-.225 6.394 6.394 0 0 1 1.668.225c1.273-.863 1.832-.684 1.832-.684.364.918.135 1.596.066 1.765a2.57 2.57 0 0 1 .685 1.788c0 2.561-1.558 3.125-3.044 3.29.24.206.453.613.453 1.235 0 .89-.008 1.61-.008 1.828 0 .179.12.386.458.321A6.667 6.667 0 0 0 8 1.333"
6
8
  fill="currentColor"
7
9
  fillRule="evenodd"
8
- d="M8 1.333a6.667 6.667 0 0 0-2.107 12.993c.333.06.455-.145.455-.322 0-.158-.006-.577-.01-1.133-1.854.402-2.245-.894-2.245-.894-.303-.77-.74-.975-.74-.975-.605-.414.046-.406.046-.406.669.048 1.02.687 1.02.687.595 1.02 1.56.725 1.941.555.06-.431.233-.725.423-.892-1.48-.168-3.036-.74-3.036-3.295 0-.727.26-1.322.686-1.788-.069-.17-.298-.847.065-1.765 0 0 .56-.179 1.833.684a6.385 6.385 0 0 1 1.67-.225 6.394 6.394 0 0 1 1.668.225c1.273-.863 1.832-.684 1.832-.684.364.918.135 1.596.066 1.765a2.57 2.57 0 0 1 .685 1.788c0 2.561-1.558 3.125-3.044 3.29.24.206.453.613.453 1.235 0 .89-.008 1.61-.008 1.828 0 .179.12.386.458.321A6.667 6.667 0 0 0 8 1.333"
9
- clipRule="evenodd"
10
10
  />
11
11
  </Icon>
12
12
  ));
@@ -1,29 +1,29 @@
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 16 16" {...props}>
5
5
  <path
6
- fill="#ED720C"
7
6
  d="m14.096 9.06-.716-2.307-1.418-4.577a.256.256 0 0 0-.089-.127.237.237 0 0 0-.286 0 .256.256 0 0 0-.09.127L10.08 6.75H5.371L3.954 2.176a.256.256 0 0 0-.09-.128.237.237 0 0 0-.286 0 .256.256 0 0 0-.089.128L2.074 6.75l-.716 2.31a.535.535 0 0 0 0 .316.511.511 0 0 0 .176.256l6.192 4.717 6.191-4.717a.512.512 0 0 0 .178-.255.537.537 0 0 0 .001-.316"
7
+ fill="#ED720C"
8
8
  />
9
- <path fill="#D45202" d="M7.727 14.345 10.08 6.75H5.373l2.354 7.595Z" />
10
- <path fill="#ED720C" d="M7.726 14.345 5.371 6.75H2.076l5.65 7.595Z" />
9
+ <path d="M7.727 14.345 10.08 6.75H5.373l2.354 7.595Z" fill="#D45202" />
10
+ <path d="M7.726 14.345 5.371 6.75H2.076l5.65 7.595Z" fill="#ED720C" />
11
11
  <path
12
- fill="#FD9730"
13
12
  d="M2.073 6.752 1.357 9.06a.535.535 0 0 0 0 .316.511.511 0 0 0 .177.255l6.193 4.718-5.654-7.597Z"
13
+ fill="#FD9730"
14
14
  />
15
15
  <path
16
- fill="#D45202"
17
16
  d="M2.074 6.752h3.3l-1.42-4.574a.257.257 0 0 0-.09-.127.238.238 0 0 0-.286 0 .256.256 0 0 0-.089.127L2.074 6.752Z"
17
+ fill="#D45202"
18
18
  />
19
- <path fill="#ED720C" d="M7.727 14.345 10.08 6.75h3.3l-5.654 7.595Z" />
19
+ <path d="M7.727 14.345 10.08 6.75h3.3l-5.654 7.595Z" fill="#ED720C" />
20
20
  <path
21
- fill="#FD9730"
22
21
  d="m13.38 6.752.716 2.308a.533.533 0 0 1 0 .316.51.51 0 0 1-.177.255l-6.192 4.714 5.65-7.593h.002Z"
22
+ fill="#FD9730"
23
23
  />
24
24
  <path
25
- fill="#D45202"
26
25
  d="M13.38 6.752h-3.298l1.417-4.574a.256.256 0 0 1 .09-.127.237.237 0 0 1 .285 0 .256.256 0 0 1 .09.127l1.417 4.574Z"
26
+ fill="#D45202"
27
27
  />
28
28
  </Icon>
29
29
  ));
@@ -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 16 16" {...props}>
5
5
  <path
6
+ clipRule="evenodd"
7
+ d="m14.399 8.736-.716-2.202-1.418-4.366a.244.244 0 0 0-.464 0l-1.418 4.366h-4.71L4.255 2.168a.244.244 0 0 0-.464 0L2.373 6.534l-.716 2.202c-.065.2.006.421.177.545l6.194 4.5 6.194-4.5a.487.487 0 0 0 .177-.545"
6
8
  fill="currentColor"
7
9
  fillRule="evenodd"
8
- d="m14.399 8.736-.716-2.202-1.418-4.366a.244.244 0 0 0-.464 0l-1.418 4.366h-4.71L4.255 2.168a.244.244 0 0 0-.464 0L2.373 6.534l-.716 2.202c-.065.2.006.421.177.545l6.194 4.5 6.194-4.5a.487.487 0 0 0 .177-.545"
9
- clipRule="evenodd"
10
10
  />
11
11
  </Icon>
12
12
  ));
@@ -1,47 +1,47 @@
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 16 16" {...props}>
5
5
  <path
6
+ clipRule="evenodd"
7
+ d="m2.373 6.56-.716 2.202c-.065.2.006.421.177.545l6.194 4.5L2.373 6.56Z"
6
8
  fill="#fff"
7
9
  fillOpacity={0.55}
8
10
  fillRule="evenodd"
9
- d="m2.373 6.56-.716 2.202c-.065.2.006.421.177.545l6.194 4.5L2.373 6.56Z"
10
- clipRule="evenodd"
11
11
  />
12
12
  <path
13
+ clipRule="evenodd"
14
+ d="m13.683 6.56.716 2.202a.488.488 0 0 1-.177.545l-6.194 4.5 5.655-7.247Z"
13
15
  fill="#fff"
14
16
  fillOpacity={0.55}
15
17
  fillRule="evenodd"
16
- d="m13.683 6.56.716 2.202a.488.488 0 0 1-.177.545l-6.194 4.5 5.655-7.247Z"
17
- clipRule="evenodd"
18
18
  />
19
- <path fill="#fff" fillRule="evenodd" d="m8.028 13.807 2.355-7.247h-4.71l2.355 7.247Z" clipRule="evenodd" />
19
+ <path clipRule="evenodd" d="m8.028 13.807 2.355-7.247h-4.71l2.355 7.247Z" fill="#fff" fillRule="evenodd" />
20
20
  <path
21
+ clipRule="evenodd"
22
+ d="M8.028 13.807 5.673 6.56h-3.3l5.655 7.247Z"
21
23
  fill="#fff"
22
24
  fillOpacity={0.8}
23
25
  fillRule="evenodd"
24
- d="M8.028 13.807 5.673 6.56h-3.3l5.655 7.247Z"
25
- clipRule="evenodd"
26
26
  />
27
27
  <path
28
+ clipRule="evenodd"
29
+ d="M2.373 6.56h3.3L4.255 2.194a.244.244 0 0 0-.464 0L2.373 6.56Z"
28
30
  fill="#fff"
29
31
  fillRule="evenodd"
30
- d="M2.373 6.56h3.3L4.255 2.194a.244.244 0 0 0-.464 0L2.373 6.56Z"
31
- clipRule="evenodd"
32
32
  />
33
33
  <path
34
+ clipRule="evenodd"
35
+ d="m8.028 13.807 2.355-7.247h3.3l-5.655 7.247Z"
34
36
  fill="#fff"
35
37
  fillOpacity={0.8}
36
38
  fillRule="evenodd"
37
- d="m8.028 13.807 2.355-7.247h3.3l-5.655 7.247Z"
38
- clipRule="evenodd"
39
39
  />
40
40
  <path
41
+ clipRule="evenodd"
42
+ d="M13.683 6.56h-3.3L11.8 2.194a.244.244 0 0 1 .464 0l1.418 4.366Z"
41
43
  fill="#fff"
42
44
  fillRule="evenodd"
43
- d="M13.683 6.56h-3.3L11.8 2.194a.244.244 0 0 1 .464 0l1.418 4.366Z"
44
- clipRule="evenodd"
45
45
  />
46
46
  </Icon>
47
47
  ));
@@ -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 16 16" {...props}>
5
5
  <path
6
+ clipRule="evenodd"
7
+ d="M8 1.333c-3.667 0-6.667 3-6.667 6.667s3 6.667 6.667 6.667 6.667-3 6.667-6.667-3-6.667-6.667-6.667Zm4.6 4h-.933c-.2-.666-.4-1.2-.667-1.733a5.655 5.655 0 0 1 1.6 1.733ZM13.333 8a4.3 4.3 0 0 1-.2 1.333h-1.266c.066-.4.066-.866.066-1.333 0-.467 0-.933-.066-1.333h1.266c.134.4.2.866.2 1.333ZM2.667 8c0-.467.066-.933.2-1.333h1.266C4 7.067 4 7.533 4 8c0 .467 0 .933.067 1.333h-1.2c-.134-.4-.2-.866-.2-1.333Zm2.666 0c0-.467.067-.933.067-1.333h1.933v2.666H5.4c0-.4-.067-.866-.067-1.333Zm3.334-5.133c.666.4 1.266 1.266 1.6 2.466h-1.6V2.867Zm-1.334 0v2.466h-1.6c.334-1.2.934-2.066 1.6-2.466Zm0 7.8v2.466c-.666-.4-1.266-1.266-1.6-2.466h1.6Zm1.334 2.466v-2.466h1.6c-.334 1.2-.934 2.066-1.6 2.466Zm0-3.8V6.667H10.6c.067.4.067.866.067 1.333 0 .467-.067.933-.067 1.333H8.667ZM5 3.6a10.446 10.446 0 0 0-.667 1.733H3.4c.4-.666.933-1.266 1.6-1.733Zm-1.6 7.067h.933c.2.666.4 1.2.667 1.733a5.654 5.654 0 0 1-1.6-1.733ZM11 12.4c.267-.533.533-1.133.667-1.733h.933A5.653 5.653 0 0 1 11 12.4Z"
6
8
  fill="currentColor"
7
9
  fillRule="evenodd"
8
- d="M8 1.333c-3.667 0-6.667 3-6.667 6.667s3 6.667 6.667 6.667 6.667-3 6.667-6.667-3-6.667-6.667-6.667Zm4.6 4h-.933c-.2-.666-.4-1.2-.667-1.733a5.655 5.655 0 0 1 1.6 1.733ZM13.333 8a4.3 4.3 0 0 1-.2 1.333h-1.266c.066-.4.066-.866.066-1.333 0-.467 0-.933-.066-1.333h1.266c.134.4.2.866.2 1.333ZM2.667 8c0-.467.066-.933.2-1.333h1.266C4 7.067 4 7.533 4 8c0 .467 0 .933.067 1.333h-1.2c-.134-.4-.2-.866-.2-1.333Zm2.666 0c0-.467.067-.933.067-1.333h1.933v2.666H5.4c0-.4-.067-.866-.067-1.333Zm3.334-5.133c.666.4 1.266 1.266 1.6 2.466h-1.6V2.867Zm-1.334 0v2.466h-1.6c.334-1.2.934-2.066 1.6-2.466Zm0 7.8v2.466c-.666-.4-1.266-1.266-1.6-2.466h1.6Zm1.334 2.466v-2.466h1.6c-.334 1.2-.934 2.066-1.6 2.466Zm0-3.8V6.667H10.6c.067.4.067.866.067 1.333 0 .467-.067.933-.067 1.333H8.667ZM5 3.6a10.446 10.446 0 0 0-.667 1.733H3.4c.4-.666.933-1.266 1.6-1.733Zm-1.6 7.067h.933c.2.666.4 1.2.667 1.733a5.654 5.654 0 0 1-1.6-1.733ZM11 12.4c.267-.533.533-1.133.667-1.733h.933A5.653 5.653 0 0 1 11 12.4Z"
9
- clipRule="evenodd"
10
10
  />
11
11
  </Icon>
12
12
  ));
@@ -1,28 +1,28 @@
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 16 16" {...props}>
5
5
  <path
6
- fill="currentColor"
7
6
  d="M8.333 9.833A.664.664 0 0 1 8 9.744a.667.667 0 0 1-1-.577V8.91a.666.666 0 0 1 .333-1.244h1.334A.667.667 0 0 1 9 8.91v.256a.667.667 0 0 1-.667.666Z"
7
+ fill="currentColor"
8
8
  />
9
9
  <path
10
+ clipRule="evenodd"
11
+ d="M8 5.667a1.667 1.667 0 1 1-3.333 0 1.667 1.667 0 0 1 3.333 0Zm-2 0a.333.333 0 1 0 .667 0 .333.333 0 0 0-.667 0Z"
10
12
  fill="currentColor"
11
13
  fillRule="evenodd"
12
- d="M8 5.667a1.667 1.667 0 1 1-3.333 0 1.667 1.667 0 0 1 3.333 0Zm-2 0a.333.333 0 1 0 .667 0 .333.333 0 0 0-.667 0Z"
13
- clipRule="evenodd"
14
14
  />
15
15
  <path
16
+ clipRule="evenodd"
17
+ d="M9.667 7.333a1.667 1.667 0 1 0 0-3.333 1.667 1.667 0 0 0 0 3.333Zm0-1.333a.333.333 0 1 1 0-.667.333.333 0 0 1 0 .667Z"
16
18
  fill="currentColor"
17
19
  fillRule="evenodd"
18
- d="M9.667 7.333a1.667 1.667 0 1 0 0-3.333 1.667 1.667 0 0 0 0 3.333Zm0-1.333a.333.333 0 1 1 0-.667.333.333 0 0 1 0 .667Z"
19
- clipRule="evenodd"
20
20
  />
21
21
  <path
22
+ clipRule="evenodd"
23
+ d="M2.667 7V4.97c0-.36.07-.749.23-1.133a.676.676 0 0 1-.032-.03l-.667-.666a.667.667 0 1 1 .943-.943l.521.521C4.478 1.927 5.854 1.331 8 1.331c.033 0 .065 0 .097.003 2.09.017 3.437.607 4.24 1.386l.525-.525a.667.667 0 0 1 .943.943l-.667.667a.667.667 0 0 1-.034.032c.158.384.23.773.23 1.133V7H14a.667.667 0 1 1 0 1.333h-.653c.041.477.167.839.298 1.213.173.498.355 1.02.355 1.869 0 .518-.254 1.053-.733 1.536l.51.508a.667.667 0 0 1-.944.943l-.658-.658c-.989.53-2.353.893-4.022.92a2.428 2.428 0 0 1-.094.003H7.94l-.094-.002c-1.605-.027-2.926-.363-3.905-.86l-.568.569a.667.667 0 1 1-.943-.943l.392-.392C2.286 12.534 2 11.965 2 11.415c0-.85.182-1.37.355-1.87.13-.373.256-.735.298-1.212H2A.667.667 0 1 1 2 7h.667Zm5.34 6.333h.052l.071-.001c1.503-.026 2.763-.356 3.622-.882.63-.384.915-.788.915-1.035 0-.51-.064-.804-.26-1.369l-.062-.178C12.106 9.176 12 8.685 12 8V4.97c0-1.227-1.207-2.28-3.975-2.305H8c-2.767 0-4 1.061-4 2.305V8c0 .685-.106 1.176-.345 1.868l-.062.178c-.196.565-.26.86-.26 1.369 0 .247.285.65.914 1.035.86.526 2.12.856 3.651.883h.108Z"
22
24
  fill="currentColor"
23
25
  fillRule="evenodd"
24
- d="M2.667 7V4.97c0-.36.07-.749.23-1.133a.676.676 0 0 1-.032-.03l-.667-.666a.667.667 0 1 1 .943-.943l.521.521C4.478 1.927 5.854 1.331 8 1.331c.033 0 .065 0 .097.003 2.09.017 3.437.607 4.24 1.386l.525-.525a.667.667 0 0 1 .943.943l-.667.667a.667.667 0 0 1-.034.032c.158.384.23.773.23 1.133V7H14a.667.667 0 1 1 0 1.333h-.653c.041.477.167.839.298 1.213.173.498.355 1.02.355 1.869 0 .518-.254 1.053-.733 1.536l.51.508a.667.667 0 0 1-.944.943l-.658-.658c-.989.53-2.353.893-4.022.92a2.428 2.428 0 0 1-.094.003H7.94l-.094-.002c-1.605-.027-2.926-.363-3.905-.86l-.568.569a.667.667 0 1 1-.943-.943l.392-.392C2.286 12.534 2 11.965 2 11.415c0-.85.182-1.37.355-1.87.13-.373.256-.735.298-1.212H2A.667.667 0 1 1 2 7h.667Zm5.34 6.333h.052l.071-.001c1.503-.026 2.763-.356 3.622-.882.63-.384.915-.788.915-1.035 0-.51-.064-.804-.26-1.369l-.062-.178C12.106 9.176 12 8.685 12 8V4.97c0-1.227-1.207-2.28-3.975-2.305H8c-2.767 0-4 1.061-4 2.305V8c0 .685-.106 1.176-.345 1.868l-.062.178c-.196.565-.26.86-.26 1.369 0 .247.285.65.914 1.035.86.526 2.12.856 3.651.883h.108Z"
25
- clipRule="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 18 24" fill="none" {...props}>
4
+ <Icon ref={ref} fill="none" viewBox="0 0 18 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 16 16" {...props}>
5
5
  <path
6
6
  clipRule="evenodd"
7
+ d="M14.2932 3.56906C13.9152 3.21285 13.405 3.00892 12.8705 3.00029C12.3359 2.99165 11.8187 3.17899 11.4279 3.52277C11.4083 3.54032 11.3927 3.56144 11.382 3.58484C11.3714 3.60824 11.3659 3.63344 11.3659 3.65891C11.3659 3.68437 11.3714 3.70957 11.382 3.73298C11.3927 3.75638 11.4083 3.7775 11.4279 3.79504L11.6764 4.03464C11.71 4.06611 11.7545 4.08509 11.8018 4.0881C11.849 4.0911 11.8958 4.07792 11.9336 4.05098C12.1719 3.87162 12.4746 3.78601 12.7784 3.81206C13.0822 3.83811 13.3635 3.9738 13.5636 4.19076C13.7636 4.40771 13.8669 4.68913 13.8518 4.97617C13.8367 5.2632 13.7044 5.53363 13.4826 5.73089C11.8455 7.27195 9.66071 2.951 4.70168 5.17818C4.61799 5.21606 4.54353 5.26987 4.48301 5.33622C4.4225 5.40257 4.37723 5.48002 4.35008 5.56367C4.32293 5.64733 4.31447 5.73538 4.32525 5.82227C4.33602 5.90916 4.3658 5.993 4.4127 6.06851L5.26376 7.45301C5.35188 7.59742 5.49698 7.70319 5.66747 7.74729C5.83796 7.7914 6.02004 7.77028 6.17408 7.68852L6.19431 7.67763L6.17841 7.68852L6.55121 7.49249C6.97155 7.2466 7.3689 6.96742 7.73894 6.65798C7.77557 6.62652 7.82291 6.60841 7.87245 6.60692C7.92198 6.60542 7.97046 6.62063 8.00915 6.64981C8.03007 6.66634 8.04704 6.68685 8.05895 6.71C8.07087 6.73314 8.07745 6.7584 8.07827 6.78411C8.07908 6.80982 8.07412 6.83541 8.0637 6.85919C8.05329 6.88296 8.03765 6.9044 8.01782 6.92208C7.62834 7.25261 7.20864 7.55009 6.76361 7.81104H6.75061L6.37348 8.0098C6.2142 8.09407 6.03452 8.13815 5.85185 8.13777C5.66266 8.13841 5.47663 8.09206 5.31251 8.00339C5.14838 7.91472 5.01196 7.78687 4.91698 7.63271L4.11215 6.32444C2.57329 7.35635 1.6283 9.33849 2.13981 11.8488C2.1482 11.8911 2.17198 11.9294 2.20705 11.9569C2.24213 11.9845 2.2863 11.9997 2.33198 11.9999H3.2394C3.2894 12.0012 3.338 11.9844 3.37532 11.953C3.41263 11.9216 3.43586 11.8781 3.44025 11.8311C3.48288 11.527 3.64137 11.2479 3.88619 11.0457C4.131 10.8435 4.44547 10.732 4.77104 10.732C5.09661 10.732 5.41108 10.8435 5.65589 11.0457C5.90071 11.2479 6.0592 11.527 6.10183 11.8311C6.10748 11.8758 6.13031 11.9169 6.16599 11.9468C6.20167 11.9766 6.24773 11.9931 6.29545 11.9931H7.18264C7.23027 11.9928 7.27617 11.9762 7.31178 11.9464C7.3474 11.9166 7.37031 11.8757 7.37627 11.8311C7.4189 11.527 7.57738 11.2479 7.8222 11.0457C8.06702 10.8435 8.38149 10.732 8.70705 10.732C9.03262 10.732 9.34709 10.8435 9.59191 11.0457C9.83673 11.2479 9.99521 11.527 10.0378 11.8311C10.0438 11.8757 10.0667 11.9166 10.1023 11.9464C10.1379 11.9762 10.1838 11.9928 10.2315 11.9931H11.1129C11.1645 11.9931 11.2141 11.974 11.2508 11.9399C11.2876 11.9057 11.3086 11.8593 11.3094 11.8107C11.3296 10.6399 11.6648 9.29492 12.6199 8.62105C15.9289 6.28905 15.059 4.29058 14.2932 3.56906ZM10.9193 7.09089L10.2878 6.79275C10.2878 6.72905 10.305 6.6664 10.3379 6.61077C10.3709 6.55514 10.4184 6.50837 10.4759 6.47494C10.5334 6.4415 10.5991 6.4225 10.6667 6.41975C10.7342 6.41701 10.8014 6.4306 10.8618 6.45925C10.9221 6.48789 10.9737 6.53062 11.0116 6.58338C11.0495 6.63613 11.0724 6.69715 11.0782 6.76061C11.084 6.82408 11.0724 6.88788 11.0446 6.94593C11.0167 7.00398 10.9736 7.05436 10.9193 7.09225V7.09089Z"
7
8
  fill="currentColor"
8
9
  fillRule="evenodd"
9
- d="M14.2932 3.56906C13.9152 3.21285 13.405 3.00892 12.8705 3.00029C12.3359 2.99165 11.8187 3.17899 11.4279 3.52277C11.4083 3.54032 11.3927 3.56144 11.382 3.58484C11.3714 3.60824 11.3659 3.63344 11.3659 3.65891C11.3659 3.68437 11.3714 3.70957 11.382 3.73298C11.3927 3.75638 11.4083 3.7775 11.4279 3.79504L11.6764 4.03464C11.71 4.06611 11.7545 4.08509 11.8018 4.0881C11.849 4.0911 11.8958 4.07792 11.9336 4.05098C12.1719 3.87162 12.4746 3.78601 12.7784 3.81206C13.0822 3.83811 13.3635 3.9738 13.5636 4.19076C13.7636 4.40771 13.8669 4.68913 13.8518 4.97617C13.8367 5.2632 13.7044 5.53363 13.4826 5.73089C11.8455 7.27195 9.66071 2.951 4.70168 5.17818C4.61799 5.21606 4.54353 5.26987 4.48301 5.33622C4.4225 5.40257 4.37723 5.48002 4.35008 5.56367C4.32293 5.64733 4.31447 5.73538 4.32525 5.82227C4.33602 5.90916 4.3658 5.993 4.4127 6.06851L5.26376 7.45301C5.35188 7.59742 5.49698 7.70319 5.66747 7.74729C5.83796 7.7914 6.02004 7.77028 6.17408 7.68852L6.19431 7.67763L6.17841 7.68852L6.55121 7.49249C6.97155 7.2466 7.3689 6.96742 7.73894 6.65798C7.77557 6.62652 7.82291 6.60841 7.87245 6.60692C7.92198 6.60542 7.97046 6.62063 8.00915 6.64981C8.03007 6.66634 8.04704 6.68685 8.05895 6.71C8.07087 6.73314 8.07745 6.7584 8.07827 6.78411C8.07908 6.80982 8.07412 6.83541 8.0637 6.85919C8.05329 6.88296 8.03765 6.9044 8.01782 6.92208C7.62834 7.25261 7.20864 7.55009 6.76361 7.81104H6.75061L6.37348 8.0098C6.2142 8.09407 6.03452 8.13815 5.85185 8.13777C5.66266 8.13841 5.47663 8.09206 5.31251 8.00339C5.14838 7.91472 5.01196 7.78687 4.91698 7.63271L4.11215 6.32444C2.57329 7.35635 1.6283 9.33849 2.13981 11.8488C2.1482 11.8911 2.17198 11.9294 2.20705 11.9569C2.24213 11.9845 2.2863 11.9997 2.33198 11.9999H3.2394C3.2894 12.0012 3.338 11.9844 3.37532 11.953C3.41263 11.9216 3.43586 11.8781 3.44025 11.8311C3.48288 11.527 3.64137 11.2479 3.88619 11.0457C4.131 10.8435 4.44547 10.732 4.77104 10.732C5.09661 10.732 5.41108 10.8435 5.65589 11.0457C5.90071 11.2479 6.0592 11.527 6.10183 11.8311C6.10748 11.8758 6.13031 11.9169 6.16599 11.9468C6.20167 11.9766 6.24773 11.9931 6.29545 11.9931H7.18264C7.23027 11.9928 7.27617 11.9762 7.31178 11.9464C7.3474 11.9166 7.37031 11.8757 7.37627 11.8311C7.4189 11.527 7.57738 11.2479 7.8222 11.0457C8.06702 10.8435 8.38149 10.732 8.70705 10.732C9.03262 10.732 9.34709 10.8435 9.59191 11.0457C9.83673 11.2479 9.99521 11.527 10.0378 11.8311C10.0438 11.8757 10.0667 11.9166 10.1023 11.9464C10.1379 11.9762 10.1838 11.9928 10.2315 11.9931H11.1129C11.1645 11.9931 11.2141 11.974 11.2508 11.9399C11.2876 11.9057 11.3086 11.8593 11.3094 11.8107C11.3296 10.6399 11.6648 9.29492 12.6199 8.62105C15.9289 6.28905 15.059 4.29058 14.2932 3.56906ZM10.9193 7.09089L10.2878 6.79275C10.2878 6.72905 10.305 6.6664 10.3379 6.61077C10.3709 6.55514 10.4184 6.50837 10.4759 6.47494C10.5334 6.4415 10.5991 6.4225 10.6667 6.41975C10.7342 6.41701 10.8014 6.4306 10.8618 6.45925C10.9221 6.48789 10.9737 6.53062 11.0116 6.58338C11.0495 6.63613 11.0724 6.69715 11.0782 6.76061C11.084 6.82408 11.0724 6.88788 11.0446 6.94593C11.0167 7.00398 10.9736 7.05436 10.9193 7.09225V7.09089Z"
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 16 16" {...props}>
5
5
  <path
6
+ clipRule="evenodd"
7
+ d="M3.4 5.313a3.093 3.093 0 0 0-.333.664c-1 .132-1.734.995-1.734 1.99s.734 1.857 1.734 1.99c.133.265.266.597.4.929.466.663 1.066 1.26 1.733 1.658l.8.398c.133.995 1 1.725 2 1.725s1.867-.73 2-1.725c.133-.066.25-.133.367-.199.116-.066.233-.133.366-.199.667-.398 1.267-.995 1.734-1.658.2-.266.333-.597.466-.93 1-.132 1.734-.994 1.734-1.99 0-.994-.734-1.857-1.734-1.99l-.098-.202a3.793 3.793 0 0 0-.368-.66 4.585 4.585 0 0 0-1.6-1.592A3.597 3.597 0 0 0 10 3.058c-.133-.995-1-1.725-2-1.725s-1.867.73-2 1.725c-.089.044-.185.089-.281.133a4.134 4.134 0 0 0-.519.265c-.733.464-1.4 1.128-1.8 1.857ZM8 3.987c.4 0 .667-.266.667-.664S8.4 2.66 8 2.66s-.667.265-.667.663.267.664.667.664ZM4.4 6.242c.533.398.933.995.933 1.725 0 .73-.4 1.327-.933 1.725.067.132.133.265.267.398.333.53.8.928 1.266 1.26l.4.199c.334-.53.934-.929 1.667-.929s1.333.398 1.733.929c.134-.066.267-.133.334-.199.533-.332.933-.73 1.266-1.26.034-.067.084-.15.134-.233.05-.082.1-.165.133-.232a1.951 1.951 0 0 1-.933-1.658c0-.73.4-1.327.933-1.725a1.386 1.386 0 0 0-.267-.398c-.333-.464-.733-.929-1.2-1.194a1.247 1.247 0 0 1-.152-.095 1.247 1.247 0 0 0-.314-.17c-.334.53-.934.928-1.667.928s-1.333-.398-1.733-.928l-.4.199c-.534.398-1 .862-1.334 1.393-.025.05-.05.091-.072.127-.035.056-.061.097-.061.138Zm8.933 1.725c0 .398-.266.663-.666.663S12 8.365 12 7.967s.267-.663.667-.663.666.265.666.663ZM8 13.274c.4 0 .667-.266.667-.664S8.4 11.947 8 11.947s-.667.265-.667.663.267.664.667.664ZM4 7.967c0 .398-.267.663-.667.663s-.666-.265-.666-.663.266-.663.666-.663.667.265.667.663Z"
6
8
  fill="currentColor"
7
9
  fillRule="evenodd"
8
- d="M3.4 5.313a3.093 3.093 0 0 0-.333.664c-1 .132-1.734.995-1.734 1.99s.734 1.857 1.734 1.99c.133.265.266.597.4.929.466.663 1.066 1.26 1.733 1.658l.8.398c.133.995 1 1.725 2 1.725s1.867-.73 2-1.725c.133-.066.25-.133.367-.199.116-.066.233-.133.366-.199.667-.398 1.267-.995 1.734-1.658.2-.266.333-.597.466-.93 1-.132 1.734-.994 1.734-1.99 0-.994-.734-1.857-1.734-1.99l-.098-.202a3.793 3.793 0 0 0-.368-.66 4.585 4.585 0 0 0-1.6-1.592A3.597 3.597 0 0 0 10 3.058c-.133-.995-1-1.725-2-1.725s-1.867.73-2 1.725c-.089.044-.185.089-.281.133a4.134 4.134 0 0 0-.519.265c-.733.464-1.4 1.128-1.8 1.857ZM8 3.987c.4 0 .667-.266.667-.664S8.4 2.66 8 2.66s-.667.265-.667.663.267.664.667.664ZM4.4 6.242c.533.398.933.995.933 1.725 0 .73-.4 1.327-.933 1.725.067.132.133.265.267.398.333.53.8.928 1.266 1.26l.4.199c.334-.53.934-.929 1.667-.929s1.333.398 1.733.929c.134-.066.267-.133.334-.199.533-.332.933-.73 1.266-1.26.034-.067.084-.15.134-.233.05-.082.1-.165.133-.232a1.951 1.951 0 0 1-.933-1.658c0-.73.4-1.327.933-1.725a1.386 1.386 0 0 0-.267-.398c-.333-.464-.733-.929-1.2-1.194a1.247 1.247 0 0 1-.152-.095 1.247 1.247 0 0 0-.314-.17c-.334.53-.934.928-1.667.928s-1.333-.398-1.733-.928l-.4.199c-.534.398-1 .862-1.334 1.393-.025.05-.05.091-.072.127-.035.056-.061.097-.061.138Zm8.933 1.725c0 .398-.266.663-.666.663S12 8.365 12 7.967s.267-.663.667-.663.666.265.666.663ZM8 13.274c.4 0 .667-.266.667-.664S8.4 11.947 8 11.947s-.667.265-.667.663.267.664.667.664ZM4 7.967c0 .398-.267.663-.667.663s-.666-.265-.666-.663.266-.663.666-.663.667.265.667.663Z"
9
- clipRule="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 16 16" {...props}>
5
5
  <path
6
+ clipRule="evenodd"
7
+ d="M11 1.667a4.006 4.006 0 0 0-3 1.4 4.006 4.006 0 0 0-3-1.4c-2.067 0-3.667 1.6-3.667 3.666 0 2.534 2.267 4.6 5.734 7.667l.933.933.933-.933c3.467-3.067 5.734-5.133 5.734-7.667 0-2.066-1.6-3.666-3.667-3.666Zm-2.933 10.4H8L7.933 12c-3.2-2.867-5.266-4.733-5.266-6.667C2.667 4 3.667 3 5 3c1 0 2 .667 2.4 1.6h1.267C9 3.667 10 3 11 3c1.333 0 2.333 1 2.333 2.333 0 1.934-2.066 3.8-5.266 6.734Z"
6
8
  fill="currentColor"
7
9
  fillRule="evenodd"
8
- d="M11 1.667a4.006 4.006 0 0 0-3 1.4 4.006 4.006 0 0 0-3-1.4c-2.067 0-3.667 1.6-3.667 3.666 0 2.534 2.267 4.6 5.734 7.667l.933.933.933-.933c3.467-3.067 5.734-5.133 5.734-7.667 0-2.066-1.6-3.666-3.667-3.666Zm-2.933 10.4H8L7.933 12c-3.2-2.867-5.266-4.733-5.266-6.667C2.667 4 3.667 3 5 3c1 0 2 .667 2.4 1.6h1.267C9 3.667 10 3 11 3c1.333 0 2.333 1 2.333 2.333 0 1.934-2.066 3.8-5.266 6.734Z"
9
- clipRule="evenodd"
10
10
  />
11
11
  </Icon>
12
12
  ));