@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 OpenInBrowser = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 16 16" {...props}>
5
5
  <path
6
+ clipRule="evenodd"
7
+ d="M6.667 4.667V6H4v5.333h5.333V8.667h1.334v2.666c0 .734-.6 1.334-1.334 1.334H4c-.733 0-1.333-.6-1.333-1.334V6c0-.733.6-1.333 1.333-1.333h2.667Zm4.4-1.334H8V2h5.333v5.333H12V4.267l-5 5-.933-.934 5-5Z"
6
8
  fill="currentColor"
7
9
  fillRule="evenodd"
8
- d="M6.667 4.667V6H4v5.333h5.333V8.667h1.334v2.666c0 .734-.6 1.334-1.334 1.334H4c-.733 0-1.333-.6-1.333-1.334V6c0-.733.6-1.333 1.333-1.333h2.667Zm4.4-1.334H8V2h5.333v5.333H12V4.267l-5 5-.933-.934 5-5Z"
9
- clipRule="evenodd"
10
10
  />
11
11
  </Icon>
12
12
  ));
@@ -1,18 +1,18 @@
1
- import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
2
 
3
3
  const Other = 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.333 5.6v4.8L8 12l-3.333-1.6V5.6L8 4l3.333 1.6ZM8 5.479l2 .96V9.56l-2 .96-2-.96V6.439l2-.96Z"
6
8
  fill="currentColor"
7
9
  fillRule="evenodd"
8
- d="M11.333 5.6v4.8L8 12l-3.333-1.6V5.6L8 4l3.333 1.6ZM8 5.479l2 .96V9.56l-2 .96-2-.96V6.439l2-.96Z"
9
- clipRule="evenodd"
10
10
  />
11
11
  <path
12
+ clipRule="evenodd"
13
+ d="M2 4.866c0-.527.31-1.004.792-1.218l4.666-2.074a1.333 1.333 0 0 1 1.084 0l4.666 2.074c.482.214.792.691.792 1.218v6.267c0 .527-.31 1.005-.792 1.219l-4.666 2.074a1.334 1.334 0 0 1-1.084 0l-4.666-2.074A1.333 1.333 0 0 1 2 11.133V4.866Zm10.667 0v6.267L8 13.208l-4.667-2.075V4.866L8 2.792l4.667 2.074Z"
12
14
  fill="currentColor"
13
15
  fillRule="evenodd"
14
- d="M2 4.866c0-.527.31-1.004.792-1.218l4.666-2.074a1.333 1.333 0 0 1 1.084 0l4.666 2.074c.482.214.792.691.792 1.218v6.267c0 .527-.31 1.005-.792 1.219l-4.666 2.074a1.334 1.334 0 0 1-1.084 0l-4.666-2.074A1.333 1.333 0 0 1 2 11.133V4.866Zm10.667 0v6.267L8 13.208l-4.667-2.075V4.866L8 2.792l4.667 2.074Z"
15
- clipRule="evenodd"
16
16
  />
17
17
  </Icon>
18
18
  ));
@@ -1,12 +1,12 @@
1
- import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
2
 
3
3
  const OverflowingLines = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 16 16" {...props}>
5
5
  <path
6
- fill="currentColor"
7
- fillRule="evenodd"
8
6
  clipRule="evenodd"
9
7
  d="M2.667 2.667h10.666V4H4v1.333h9.333V6H4v1.333h9.333V8H4v1.333h9.333V10H4v1.333h9.333v2H2.667V2.667Zm-1.334 0c0-.737.597-1.334 1.334-1.334h10.666c.737 0 1.334.597 1.334 1.334v10.666c0 .737-.597 1.334-1.334 1.334H2.667a1.333 1.333 0 0 1-1.334-1.334V2.667Z"
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 Overview = 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.667 1.333h2.666c.737 0 1.334.597 1.334 1.334v2.666c0 .737-.597 1.334-1.334 1.334H2.667a1.333 1.333 0 0 1-1.334-1.334V2.667c0-.737.597-1.334 1.334-1.334Zm0 1.334v2.666h2.666V2.667H2.667Zm0 6.666h2.666c.737 0 1.334.597 1.334 1.334v2.666c0 .737-.597 1.334-1.334 1.334H2.667a1.333 1.333 0 0 1-1.334-1.334v-2.666c0-.737.597-1.334 1.334-1.334Zm0 1.334v2.666h2.666v-2.666H2.667Zm8-9.334h2.666c.737 0 1.334.597 1.334 1.334v2.666c0 .737-.597 1.334-1.334 1.334h-2.666a1.333 1.333 0 0 1-1.334-1.334V2.667c0-.737.597-1.334 1.334-1.334Zm0 1.334v2.666h2.666V2.667h-2.666Zm0 6.666h2.666c.737 0 1.334.597 1.334 1.334v2.666c0 .737-.597 1.334-1.334 1.334h-2.666a1.333 1.333 0 0 1-1.334-1.334v-2.666c0-.737.597-1.334 1.334-1.334Zm0 1.334v2.666h2.666v-2.666h-2.666Z"
6
8
  fill="currentColor"
7
9
  fillRule="evenodd"
8
- d="M2.667 1.333h2.666c.737 0 1.334.597 1.334 1.334v2.666c0 .737-.597 1.334-1.334 1.334H2.667a1.333 1.333 0 0 1-1.334-1.334V2.667c0-.737.597-1.334 1.334-1.334Zm0 1.334v2.666h2.666V2.667H2.667Zm0 6.666h2.666c.737 0 1.334.597 1.334 1.334v2.666c0 .737-.597 1.334-1.334 1.334H2.667a1.333 1.333 0 0 1-1.334-1.334v-2.666c0-.737.597-1.334 1.334-1.334Zm0 1.334v2.666h2.666v-2.666H2.667Zm8-9.334h2.666c.737 0 1.334.597 1.334 1.334v2.666c0 .737-.597 1.334-1.334 1.334h-2.666a1.333 1.333 0 0 1-1.334-1.334V2.667c0-.737.597-1.334 1.334-1.334Zm0 1.334v2.666h2.666V2.667h-2.666Zm0 6.666h2.666c.737 0 1.334.597 1.334 1.334v2.666c0 .737-.597 1.334-1.334 1.334h-2.666a1.333 1.333 0 0 1-1.334-1.334v-2.666c0-.737.597-1.334 1.334-1.334Zm0 1.334v2.666h2.666v-2.666h-2.666Z"
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 Owner = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 16 16" {...props}>
5
5
  <path
6
+ clipRule="evenodd"
7
+ d="M7.578 1.421a.5.5 0 0 1 .844 0l2.515 3.953 2.62-2.838a.5.5 0 0 1 .86.416L13.334 10H2.666L1.582 2.952a.5.5 0 0 1 .862-.416l2.619 2.838L7.578 1.42ZM4.322 6.537 3.315 5.446 3.646 7.6l.676-1.063Zm.226 2.13.71-1.116 1.03 1.116h-1.74Zm1.45-2.28L8 3.242l2.002 3.145L8 8.556 5.998 6.387Zm3.714 2.28 1.03-1.116.71 1.116h-1.74Zm1.966-2.13.676 1.063.33-2.154-1.006 1.091Z"
6
8
  fill="currentColor"
7
9
  fillRule="evenodd"
8
- d="M7.578 1.421a.5.5 0 0 1 .844 0l2.515 3.953 2.62-2.838a.5.5 0 0 1 .86.416L13.334 10H2.666L1.582 2.952a.5.5 0 0 1 .862-.416l2.619 2.838L7.578 1.42ZM4.322 6.537 3.315 5.446 3.646 7.6l.676-1.063Zm.226 2.13.71-1.116 1.03 1.116h-1.74Zm1.45-2.28L8 3.242l2.002 3.145L8 8.556 5.998 6.387Zm3.714 2.28 1.03-1.116.71 1.116h-1.74Zm1.966-2.13.676 1.063.33-2.154-1.006 1.091Z"
9
- clipRule="evenodd"
10
10
  />
11
11
  <path
12
- fill="currentColor"
13
12
  d="M2.667 12.667h10.666V14H2.667v-1.333ZM13.333 12a.667.667 0 0 1 0-1.333V12Zm-10-.667a.667.667 0 0 0-.666-.666V12a.667.667 0 0 0 .666-.667Zm2 .667a.667.667 0 1 0 0-1.333.667.667 0 0 0 0 1.333Zm3.334-.667a.667.667 0 1 1-1.334 0 .667.667 0 0 1 1.334 0Zm2 .667a.667.667 0 1 0 0-1.333.667.667 0 0 0 0 1.333Z"
13
+ fill="currentColor"
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 Pause = 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.667 4H6c.736 0 1.333.597 1.333 1.333v5.334C7.333 11.403 6.736 12 6 12H4.667a1.333 1.333 0 0 1-1.334-1.333V5.333C3.333 4.597 3.93 4 4.667 4Zm0 1.333v5.334H6V5.333H4.667ZM10 4h1.333c.737 0 1.334.597 1.334 1.333v5.334c0 .736-.597 1.333-1.334 1.333H10a1.333 1.333 0 0 1-1.333-1.333V5.333C8.667 4.597 9.264 4 10 4Zm0 1.333v5.334h1.333V5.333H10Z"
6
8
  fill="currentColor"
7
9
  fillRule="evenodd"
8
- d="M4.667 4H6c.736 0 1.333.597 1.333 1.333v5.334C7.333 11.403 6.736 12 6 12H4.667a1.333 1.333 0 0 1-1.334-1.333V5.333C3.333 4.597 3.93 4 4.667 4Zm0 1.333v5.334H6V5.333H4.667ZM10 4h1.333c.737 0 1.334.597 1.334 1.333v5.334c0 .736-.597 1.333-1.334 1.333H10a1.333 1.333 0 0 1-1.333-1.333V5.333C8.667 4.597 9.264 4 10 4Zm0 1.333v5.334h1.333V5.333H10Z"
9
- clipRule="evenodd"
10
10
  />
11
11
  </Icon>
12
12
  ));
@@ -1,18 +1,18 @@
1
- import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
2
 
3
3
  const Pencil = 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.667 13.333h10.666V6.667h1.334v6.666c0 .737-.597 1.334-1.334 1.334H2.667a1.333 1.333 0 0 1-1.334-1.334V2.667c0-.737.597-1.334 1.334-1.334h6.666v1.334H2.667v10.666Z"
7
+ fill="currentColor"
8
8
  />
9
9
  <path
10
+ clipRule="evenodd"
11
+ d="m11.267 2.395-6.6 6.513L7 11.21l6.6-6.514c.533-.526.533-1.315 0-1.842l-.467-.46a1.3 1.3 0 0 0-1.866 0ZM7 9.368l-.467-.46L12.2 3.316l.467.46L7 9.368Z"
10
12
  fill="currentColor"
11
13
  fillRule="evenodd"
12
- d="m11.267 2.395-6.6 6.513L7 11.21l6.6-6.514c.533-.526.533-1.315 0-1.842l-.467-.46a1.3 1.3 0 0 0-1.866 0ZM7 9.368l-.467-.46L12.2 3.316l.467.46L7 9.368Z"
13
- clipRule="evenodd"
14
14
  />
15
- <path fill="currentColor" d="M4 10.026V12h2l-2-1.974Z" />
15
+ <path d="M4 10.026V12h2l-2-1.974Z" fill="currentColor" />
16
16
  </Icon>
17
17
  ));
18
18
 
@@ -1,12 +1,12 @@
1
- import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
2
 
3
3
  const Percent = 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.2 13.333a2.133 2.133 0 1 1 0-4.266 2.133 2.133 0 0 1 0 4.266Zm-6.4-6.4a2.133 2.133 0 1 1 0-4.266 2.133 2.133 0 0 1 0 4.266ZM11.2 12a.8.8 0 1 0 0-1.6.8.8 0 0 0 0 1.6ZM4.8 5.6a.8.8 0 1 0 0-1.6.8.8 0 0 0 0 1.6Zm-1.14 7.682-.942-.942 9.622-9.623.943.943-9.623 9.622Z"
6
8
  fill="currentColor"
7
9
  fillRule="evenodd"
8
- d="M11.2 13.333a2.133 2.133 0 1 1 0-4.266 2.133 2.133 0 0 1 0 4.266Zm-6.4-6.4a2.133 2.133 0 1 1 0-4.266 2.133 2.133 0 0 1 0 4.266ZM11.2 12a.8.8 0 1 0 0-1.6.8.8 0 0 0 0 1.6ZM4.8 5.6a.8.8 0 1 0 0-1.6.8.8 0 0 0 0 1.6Zm-1.14 7.682-.942-.942 9.622-9.623.943.943-9.623 9.622Z"
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 Person = 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.667 9.333H5.333C4.6 9.333 4 9.933 4 10.667v2.666h1.333v-2.666h5.334v2.666H12v-2.666c0-.734-.6-1.334-1.333-1.334ZM7.333 8h1.334C9.4 8 10 7.4 10 6.667V4c0-.733-.6-1.333-1.333-1.333H7.333C6.6 2.667 6 3.267 6 4v2.667C6 7.4 6.6 8 7.333 8Zm0-4h1.334v2.667H7.333V4Z"
6
8
  fill="currentColor"
7
9
  fillRule="evenodd"
8
- d="M10.667 9.333H5.333C4.6 9.333 4 9.933 4 10.667v2.666h1.333v-2.666h5.334v2.666H12v-2.666c0-.734-.6-1.334-1.333-1.334ZM7.333 8h1.334C9.4 8 10 7.4 10 6.667V4c0-.733-.6-1.333-1.333-1.333H7.333C6.6 2.667 6 3.267 6 4v2.667C6 7.4 6.6 8 7.333 8Zm0-4h1.334v2.667H7.333V4Z"
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 Play = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 16 16" {...props}>
5
5
  <path
6
+ clipRule="evenodd"
7
+ d="M5.347 5.735v4.58l4.58-2.29-4.58-2.29ZM4 4.658c0-.135 0-.202.067-.27.202-.336.606-.471.876-.336l6.735 3.367c.134.067.27.202.27.27.134.336 0 .74-.27.875l-6.735 3.367c-.067.068-.135.135-.27.135-.404 0-.673-.27-.673-.673V4.658Z"
6
8
  fill="currentColor"
7
9
  fillRule="evenodd"
8
- d="M5.347 5.735v4.58l4.58-2.29-4.58-2.29ZM4 4.658c0-.135 0-.202.067-.27.202-.336.606-.471.876-.336l6.735 3.367c.134.067.27.202.27.27.134.336 0 .74-.27.875l-6.735 3.367c-.067.068-.135.135-.27.135-.404 0-.673-.27-.673-.673V4.658Z"
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 PlusAdd = 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.667Zm0 12c-2.933 0-5.333-2.4-5.333-5.333 0-2.933 2.4-5.333 5.333-5.333 2.933 0 5.333 2.4 5.333 5.333 0 2.933-2.4 5.333-5.333 5.333Zm.667-8.666H7.333v2.666H4.667v1.334h2.666v2.666h1.334V8.667h2.666V7.333H8.667V4.667Z"
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.667Zm0 12c-2.933 0-5.333-2.4-5.333-5.333 0-2.933 2.4-5.333 5.333-5.333 2.933 0 5.333 2.4 5.333 5.333 0 2.933-2.4 5.333-5.333 5.333Zm.667-8.666H7.333v2.666H4.667v1.334h2.666v2.666h1.334V8.667h2.666V7.333H8.667V4.667Z"
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 PlusOpen = 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.667 7.333H12v1.334H8.667V12H7.333V8.667H4V7.333h3.333V4h1.334v3.333Z"
6
8
  fill="currentColor"
7
9
  fillRule="evenodd"
8
- d="M8.667 7.333H12v1.334H8.667V12H7.333V8.667H4V7.333h3.333V4h1.334v3.333Z"
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 Podcast = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 16 16" {...props}>
5
5
  <path
6
+ clipRule="evenodd"
7
+ d="M6.667 1.333A2.667 2.667 0 0 0 4 4v4a2.667 2.667 0 0 0 2.667 2.667h2.666A2.667 2.667 0 0 0 12 8V4a2.667 2.667 0 0 0-2.667-2.667H6.667Zm2.666 1.334H6.667c-.737 0-1.334.597-1.334 1.333h2v1.333h-2v1.334h2V8h-2c0 .736.597 1.333 1.334 1.333h2.666c.737 0 1.334-.597 1.334-1.333h-2V6.667h2V5.333h-2V4h2c0-.736-.597-1.333-1.334-1.333Z"
6
8
  fill="currentColor"
7
9
  fillRule="evenodd"
8
- d="M6.667 1.333A2.667 2.667 0 0 0 4 4v4a2.667 2.667 0 0 0 2.667 2.667h2.666A2.667 2.667 0 0 0 12 8V4a2.667 2.667 0 0 0-2.667-2.667H6.667Zm2.666 1.334H6.667c-.737 0-1.334.597-1.334 1.333h2v1.333h-2v1.334h2V8h-2c0 .736.597 1.333 1.334 1.333h2.666c.737 0 1.334-.597 1.334-1.333h-2V6.667h2V5.333h-2V4h2c0-.736-.597-1.333-1.334-1.333Z"
9
- clipRule="evenodd"
10
10
  />
11
11
  <path
12
- fill="currentColor"
13
12
  d="M6.667 13.333A5.333 5.333 0 0 1 1.333 8h1.334a4 4 0 0 0 4 4h2.666a4 4 0 0 0 4-4h1.334a5.333 5.333 0 0 1-5.334 5.333h-.666v1.334H7.333v-1.334h-.666Z"
13
+ fill="currentColor"
14
14
  />
15
15
  </Icon>
16
16
  ));
@@ -1,11 +1,11 @@
1
- import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
2
 
3
3
  const Power = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 16 16" {...props}>
5
- <path fill="currentColor" d="M8.667 1.333H7.333v5.334h1.334V1.333Z" />
5
+ <path d="M8.667 1.333H7.333v5.334h1.334V1.333Z" fill="currentColor" />
6
6
  <path
7
- fill="currentColor"
8
7
  d="M2 8.667A6 6 0 0 1 5.333 3.29v1.546a4.667 4.667 0 1 0 5.333 0V3.29A6 6 0 1 1 2 8.666Z"
8
+ fill="currentColor"
9
9
  />
10
10
  </Icon>
11
11
  ));
@@ -1,4 +1,4 @@
1
- import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
2
  import { useIconId } from '../utils';
3
3
 
4
4
  const ProgressEggplant = forwardRef<IconProps, 'svg'>((props, ref) => {
@@ -6,19 +6,19 @@ const ProgressEggplant = forwardRef<IconProps, 'svg'>((props, ref) => {
6
6
  return (
7
7
  <Icon ref={ref} viewBox="0 0 16 16" {...props}>
8
8
  <path
9
+ clipRule="evenodd"
10
+ d="M2 8a6 6 0 1 0 12 0A6 6 0 0 0 2 8Zm10.667 0a4.667 4.667 0 1 1-9.334 0 4.667 4.667 0 0 1 9.334 0Z"
9
11
  fill={`url(#${iconPrefix}__a)`}
10
12
  fillRule="evenodd"
11
- d="M2 8a6 6 0 1 0 12 0A6 6 0 0 0 2 8Zm10.667 0a4.667 4.667 0 1 1-9.334 0 4.667 4.667 0 0 1 9.334 0Z"
12
- clipRule="evenodd"
13
13
  />
14
14
  <defs>
15
15
  <radialGradient
16
- id={`${iconPrefix}__a`}
17
16
  cx={0}
18
17
  cy={0}
19
- r={1}
20
18
  gradientTransform="matrix(6 0 0 6 8 8)"
21
19
  gradientUnits="userSpaceOnUse"
20
+ id={`${iconPrefix}__a`}
21
+ r={1}
22
22
  >
23
23
  <stop offset={0.002} stopColor="#683D87" stopOpacity={0.01} />
24
24
  <stop offset={1} stopColor="#683D87" />
@@ -1,4 +1,4 @@
1
- import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
2
  import { useIconId } from '../utils';
3
3
 
4
4
  const ProgressViolet = forwardRef<IconProps, 'svg'>((props, ref) => {
@@ -6,19 +6,19 @@ const ProgressViolet = forwardRef<IconProps, 'svg'>((props, ref) => {
6
6
  return (
7
7
  <Icon ref={ref} viewBox="0 0 16 16" {...props}>
8
8
  <path
9
+ clipRule="evenodd"
10
+ d="M2 8a6 6 0 1 0 12 0A6 6 0 0 0 2 8Zm10.667 0a4.667 4.667 0 1 1-9.334 0 4.667 4.667 0 0 1 9.334 0Z"
9
11
  fill={`url(#${iconPrefix}__a)`}
10
12
  fillRule="evenodd"
11
- d="M2 8a6 6 0 1 0 12 0A6 6 0 0 0 2 8Zm10.667 0a4.667 4.667 0 1 1-9.334 0 4.667 4.667 0 0 1 9.334 0Z"
12
- clipRule="evenodd"
13
13
  />
14
14
  <defs>
15
15
  <radialGradient
16
- id={`${iconPrefix}__a`}
17
16
  cx={0}
18
17
  cy={0}
19
- r={1}
20
18
  gradientTransform="matrix(6 0 0 6 8 8)"
21
19
  gradientUnits="userSpaceOnUse"
20
+ id={`${iconPrefix}__a`}
21
+ r={1}
22
22
  >
23
23
  <stop offset={0.002} stopColor="#683D87" stopOpacity={0.01} />
24
24
  <stop offset={1} stopColor="#760FC3" />
@@ -1,4 +1,4 @@
1
- import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
2
  import { useIconId } from '../utils';
3
3
 
4
4
  const ProgressWhite = forwardRef<IconProps, 'svg'>((props, ref) => {
@@ -6,19 +6,19 @@ const ProgressWhite = forwardRef<IconProps, 'svg'>((props, ref) => {
6
6
  return (
7
7
  <Icon ref={ref} viewBox="0 0 16 16" {...props}>
8
8
  <path
9
+ clipRule="evenodd"
10
+ d="M2 8a6 6 0 1 0 12 0A6 6 0 0 0 2 8Zm10.667 0a4.667 4.667 0 1 1-9.334 0 4.667 4.667 0 0 1 9.334 0Z"
9
11
  fill={`url(#${iconPrefix}__a)`}
10
12
  fillRule="evenodd"
11
- d="M2 8a6 6 0 1 0 12 0A6 6 0 0 0 2 8Zm10.667 0a4.667 4.667 0 1 1-9.334 0 4.667 4.667 0 0 1 9.334 0Z"
12
- clipRule="evenodd"
13
13
  />
14
14
  <defs>
15
15
  <radialGradient
16
- id={`${iconPrefix}__a`}
17
16
  cx={0}
18
17
  cy={0}
19
- r={1}
20
18
  gradientTransform="matrix(6 0 0 6 8 8)"
21
19
  gradientUnits="userSpaceOnUse"
20
+ id={`${iconPrefix}__a`}
21
+ r={1}
22
22
  >
23
23
  <stop offset={0.002} stopColor="#fff" stopOpacity={0.01} />
24
24
  <stop offset={1} stopColor="#fff" />
@@ -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 Pull = 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 5.22a2 2 0 1 1 1.333 0v5.56a2 2 0 1 1-1.333 0V5.22Zm1.333-1.887a.667.667 0 1 1-1.333 0 .667.667 0 0 1 1.333 0Zm-.666 10a.667.667 0 1 0 0-1.333.667.667 0 0 0 0 1.333ZM10 12.667a2 2 0 1 0 2.67-1.886v-.847a5.334 5.334 0 0 0-1.564-3.773L9.61 4.667H12V3.333H7.333V8h1.334V5.61l1.105 1.104a5.333 5.333 0 0 1 1.564 3.773v.293A2.001 2.001 0 0 0 10 12.667Zm2 .666A.667.667 0 1 0 12 12a.667.667 0 0 0 0 1.333Z"
6
8
  fill="currentColor"
7
9
  fillRule="evenodd"
8
- d="M4 5.22a2 2 0 1 1 1.333 0v5.56a2 2 0 1 1-1.333 0V5.22Zm1.333-1.887a.667.667 0 1 1-1.333 0 .667.667 0 0 1 1.333 0Zm-.666 10a.667.667 0 1 0 0-1.333.667.667 0 0 0 0 1.333ZM10 12.667a2 2 0 1 0 2.67-1.886v-.847a5.334 5.334 0 0 0-1.564-3.773L9.61 4.667H12V3.333H7.333V8h1.334V5.61l1.105 1.104a5.333 5.333 0 0 1 1.564 3.773v.293A2.001 2.001 0 0 0 10 12.667Zm2 .666A.667.667 0 1 0 12 12a.667.667 0 0 0 0 1.333Z"
9
- clipRule="evenodd"
10
10
  />
11
11
  </Icon>
12
12
  ));
@@ -1,18 +1,18 @@
1
- import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
2
 
3
3
  const Push = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 16 16" {...props}>
5
5
  <path
6
- fillRule="evenodd"
7
6
  clipRule="evenodd"
8
7
  d="M4.75 5.37197C5.62389 5.06309 6.25 4.22966 6.25 3.25C6.25 2.00736 5.24264 1 4 1C2.75736 1 1.75 2.00736 1.75 3.25C1.75 4.22966 2.37611 5.06309 3.25 5.37197V10.628C2.37611 10.9369 1.75 11.7703 1.75 12.75C1.75 13.9926 2.75736 15 4 15C5.24264 15 6.25 13.9926 6.25 12.75C6.25 11.7703 5.62389 10.9369 4.75 10.628V5.37197ZM4.75 3.25C4.75 3.66421 4.41421 4 4 4C3.58579 4 3.25 3.66421 3.25 3.25C3.25 2.83579 3.58579 2.5 4 2.5C4.41421 2.5 4.75 2.83579 4.75 3.25ZM4.75 12.75C4.75 13.1642 4.41421 13.5 4 13.5C3.58579 13.5 3.25 13.1642 3.25 12.75C3.25 12.3358 3.58579 12 4 12C4.41421 12 4.75 12.3358 4.75 12.75Z"
9
8
  fill="currentColor"
9
+ fillRule="evenodd"
10
10
  />
11
11
  <path
12
- fillRule="evenodd"
13
12
  clipRule="evenodd"
14
13
  d="M12 15C13.2426 15 14.25 13.9926 14.25 12.75C14.25 11.7703 13.6239 10.9369 12.75 10.628V9.65685C12.75 8.39707 12.2496 7.18889 11.3588 6.29809L9.56066 4.5H12V3H7V8H8.5V5.56066L10.2981 7.35875C10.9076 7.96825 11.25 8.7949 11.25 9.65685V10.628C10.3761 10.9369 9.75 11.7703 9.75 12.75C9.75 13.9926 10.7574 15 12 15ZM12 13.5C12.4142 13.5 12.75 13.1642 12.75 12.75C12.75 12.3358 12.4142 12 12 12C11.5858 12 11.25 12.3358 11.25 12.75C11.25 13.1642 11.5858 13.5 12 13.5Z"
15
14
  fill="currentColor"
15
+ fillRule="evenodd"
16
16
  />
17
17
  </Icon>
18
18
  ));
@@ -1,12 +1,12 @@
1
- import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
2
 
3
3
  const ReactIcon = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 16 16" {...props}>
5
5
  <path
6
+ clipRule="evenodd"
7
+ d="M5.457 10.493c-.342 1.146-.383 1.976-.124 2.126.26.15.958-.301 1.78-1.17a15.95 15.95 0 0 1-.62-.84 15.92 15.92 0 0 1-1.036-.116Zm-1.318-.264C2.44 9.785 1.333 9.018 1.333 8S2.441 6.215 4.14 5.77c-.464-1.692-.354-3.035.528-3.543.881-.51 2.1.066 3.333 1.314 1.233-1.248 2.452-1.823 3.333-1.314.882.508.992 1.851.528 3.544 1.698.444 2.806 1.211 2.806 2.229s-1.108 1.785-2.806 2.23c.464 1.692.354 3.035-.528 3.543-.881.51-2.1-.066-3.333-1.314-1.234 1.248-2.452 1.824-3.333 1.315-.882-.51-.992-1.852-.528-3.545Zm4.748-5.678c.209.264.415.545.619.84.357.03.704.068 1.037.116.342-1.146.383-1.976.124-2.126-.26-.15-.958.301-1.78 1.17Zm-2.393.84c.203-.295.41-.576.619-.84-.822-.869-1.52-1.32-1.78-1.17-.26.15-.218.98.124 2.126.333-.048.68-.087 1.037-.115Zm3.012 5.217c-.204.296-.41.577-.619.84.822.87 1.52 1.32 1.78 1.17.259-.149.218-.979-.124-2.125-.333.048-.68.087-1.037.115ZM8.76 9.316A16.45 16.45 0 0 0 9.52 8a16.444 16.444 0 0 0-.76-1.316 16.445 16.445 0 0 0-1.52 0A16.443 16.443 0 0 0 6.48 8a16.457 16.457 0 0 0 .76 1.316 16.46 16.46 0 0 0 1.52 0Zm-4.19-.36c.124-.313.264-.632.418-.956a15.938 15.938 0 0 1-.418-.956c-1.164.277-1.903.657-1.903.956 0 .3.739.679 1.903.956Zm6.86-1.912c-.124.313-.264.632-.418.956.154.324.294.643.418.956C12.594 8.68 13.333 8.3 13.333 8c0-.3-.74-.679-1.903-.956ZM8 8.667a.667.667 0 1 1 0-1.334.667.667 0 0 1 0 1.334Z"
6
8
  fill="currentColor"
7
9
  fillRule="evenodd"
8
- d="M5.457 10.493c-.342 1.146-.383 1.976-.124 2.126.26.15.958-.301 1.78-1.17a15.95 15.95 0 0 1-.62-.84 15.92 15.92 0 0 1-1.036-.116Zm-1.318-.264C2.44 9.785 1.333 9.018 1.333 8S2.441 6.215 4.14 5.77c-.464-1.692-.354-3.035.528-3.543.881-.51 2.1.066 3.333 1.314 1.233-1.248 2.452-1.823 3.333-1.314.882.508.992 1.851.528 3.544 1.698.444 2.806 1.211 2.806 2.229s-1.108 1.785-2.806 2.23c.464 1.692.354 3.035-.528 3.543-.881.51-2.1-.066-3.333-1.314-1.234 1.248-2.452 1.824-3.333 1.315-.882-.51-.992-1.852-.528-3.545Zm4.748-5.678c.209.264.415.545.619.84.357.03.704.068 1.037.116.342-1.146.383-1.976.124-2.126-.26-.15-.958.301-1.78 1.17Zm-2.393.84c.203-.295.41-.576.619-.84-.822-.869-1.52-1.32-1.78-1.17-.26.15-.218.98.124 2.126.333-.048.68-.087 1.037-.115Zm3.012 5.217c-.204.296-.41.577-.619.84.822.87 1.52 1.32 1.78 1.17.259-.149.218-.979-.124-2.125-.333.048-.68.087-1.037.115ZM8.76 9.316A16.45 16.45 0 0 0 9.52 8a16.444 16.444 0 0 0-.76-1.316 16.445 16.445 0 0 0-1.52 0A16.443 16.443 0 0 0 6.48 8a16.457 16.457 0 0 0 .76 1.316 16.46 16.46 0 0 0 1.52 0Zm-4.19-.36c.124-.313.264-.632.418-.956a15.938 15.938 0 0 1-.418-.956c-1.164.277-1.903.657-1.903.956 0 .3.739.679 1.903.956Zm6.86-1.912c-.124.313-.264.632-.418.956.154.324.294.643.418.956C12.594 8.68 13.333 8.3 13.333 8c0-.3-.74-.679-1.903-.956ZM8 8.667a.667.667 0 1 1 0-1.334.667.667 0 0 1 0 1.334Z"
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 Refresh = 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="m10.13 1.512.667 1.155-1.45.838a5.333 5.333 0 1 1-4.498.86l.671 1.163a4 4 0 1 0 3.417-.751l.884 1.532-1.154.667-2-3.464-.005-.01.038-.009 3.43-1.981Z"
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 Release = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 16 16" {...props}>
5
5
  <path d="M7.25 3.25H8.75V4.75H7.25V3.25Z" fill="currentColor" />
6
6
  <path
7
- fillRule="evenodd"
8
7
  clipRule="evenodd"
9
8
  d="M3 2.5C3 1.67157 3.67157 1 4.5 1H11.5C12.3284 1 13 1.67157 13 2.5V13.5C13 14.3284 12.3284 15 11.5 15H4.5C3.67157 15 3 14.3284 3 13.5V2.5ZM4.5 2.5H11.5V13.5H8.758V9.87935L9.93931 11.0607L11 10L7.99997 7L4.99997 10L6.06063 11.0607L7.258 9.86329V13.5H4.5L4.5 2.5Z"
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 Release = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 16 16" {...props}>
5
5
  <path
6
- fillRule="evenodd"
7
6
  clipRule="evenodd"
8
7
  d="M3 2.5C3 1.67157 3.67157 1 4.5 1H11.5C12.3284 1 13 1.67157 13 2.5V13.5C13 14.3284 12.3284 15 11.5 15H4.5C3.67157 15 3 14.3284 3 13.5V2.5ZM7.25 3.25H8.75V4.75H7.25V3.25ZM11 10L8 7L5 10L6.06066 11.0607L7.25806 9.86326V13.5H8.75806V9.87938L9.93934 11.0607L11 10Z"
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 Replace = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 16 16" {...props}>
5
5
  <path
6
- fillRule="evenodd"
7
6
  clipRule="evenodd"
8
7
  d="M4.00001 2.66659H2.66667V6.66659H2.8347H4.22761H6.66667V5.33325H5.01853C5.75096 4.51492 6.81534 3.99992 8 3.99992C10.2091 3.99992 12 5.79078 12 7.99992H13.3333C13.3333 5.0544 10.9455 2.66659 8 2.66659C6.40708 2.66659 4.97726 3.36493 4.00001 4.47215L4.00001 2.66659ZM11.7724 9.33325H9.33334V10.6666H10.9815C10.2491 11.4849 9.18467 11.9999 8 11.9999C5.79087 11.9999 4.00001 10.2091 4.00001 7.99992H2.66667C2.66667 10.9454 5.05449 13.3333 8 13.3333C9.59293 13.3333 11.0227 12.6349 12 11.5277V13.3333H13.3333V9.33325H13.1653H11.7724Z"
9
8
  fill="currentColor"
9
+ fillRule="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 Request = 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.1 2.887.941.943L3.874 6h4.793v1.333H3.89l2.15 2.153-.941.943-3.767-3.771L5.1 2.887Zm5.8 10.226-.941-.942L12.126 10H7.333V8.667h4.776l-2.15-2.153.941-.943 3.767 3.771-3.767 3.771Z"
7
+ fill="currentColor"
8
8
  />
9
9
  </Icon>
10
10
  ));
@@ -1,14 +1,14 @@
1
- import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
2
 
3
3
  const Responsiveness = 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.828 2.276-.942-.943L2 3.22l.943.943 1.885-1.886Zm4.505-.943H6.667v1.334h.666v.708a5.334 5.334 0 0 0-.108 10.57l.193-1.32A4.001 4.001 0 1 1 10 12.132V10H8.667v4h4.666v-1.333H11.53a5.334 5.334 0 0 0-2.862-9.292v-.708h.666V1.333Z"
7
+ fill="currentColor"
8
8
  />
9
9
  <path
10
- fill="currentColor"
11
10
  d="M10.633 6.943 9.69 6 7.333 8.357l.943.943 2.357-2.357Zm2.586-2.781.943-.943-1.886-1.886-.943.943 1.886 1.886Z"
11
+ fill="currentColor"
12
12
  />
13
13
  </Icon>
14
14
  ));
@@ -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 Save = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 16 16" {...props}>
5
- <path fill="currentColor" d="M6.667 10h2.666v1.333H6.667V10Z" />
5
+ <path d="M6.667 10h2.666v1.333H6.667V10Z" fill="currentColor" />
6
6
  <path
7
+ clipRule="evenodd"
8
+ d="M10.781 1.333H2.667c-.737 0-1.334.597-1.334 1.334v10.666c0 .737.597 1.334 1.334 1.334h10.666c.737 0 1.334-.597 1.334-1.334V5.22c0-.354-.14-.693-.39-.943l-2.553-2.552c-.25-.25-.59-.39-.943-.39ZM4 2.667H2.667v10.666H4V8.667c0-.737.597-1.334 1.333-1.334h5.334c.736 0 1.333.597 1.333 1.334v4.666h1.333V5.22L12 3.886v.78C12 5.404 11.403 6 10.667 6H5.333A1.333 1.333 0 0 1 4 4.667v-2Zm4 0H5.333v2h5.334v-2H9.333V4H8V2.667Zm2.667 6v4.666H5.333V8.667h5.334Z"
7
9
  fill="currentColor"
8
10
  fillRule="evenodd"
9
- d="M10.781 1.333H2.667c-.737 0-1.334.597-1.334 1.334v10.666c0 .737.597 1.334 1.334 1.334h10.666c.737 0 1.334-.597 1.334-1.334V5.22c0-.354-.14-.693-.39-.943l-2.553-2.552c-.25-.25-.59-.39-.943-.39ZM4 2.667H2.667v10.666H4V8.667c0-.737.597-1.334 1.333-1.334h5.334c.736 0 1.333.597 1.333 1.334v4.666h1.333V5.22L12 3.886v.78C12 5.404 11.403 6 10.667 6H5.333A1.333 1.333 0 0 1 4 4.667v-2Zm4 0H5.333v2h5.334v-2H9.333V4H8V2.667Zm2.667 6v4.666H5.333V8.667h5.334Z"
10
- clipRule="evenodd"
11
11
  />
12
12
  </Icon>
13
13
  ));
@@ -1,14 +1,14 @@
1
- import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
2
 
3
3
  const Screenshare = 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.667 5.333v-2C4.667 2.597 5.264 2 6 2h6.667C13.403 2 14 2.597 14 3.333v5.334h-2.667v.666h4v1.334h-4V12H2V6.667c0-.737.597-1.334 1.333-1.334h1.334Zm1.333-2h6.667v4h-1.334v-.666c0-.737-.597-1.334-1.333-1.334H6v-2Zm-2.667 7.334H10v-4H3.333v4Z"
6
8
  fill="currentColor"
7
9
  fillRule="evenodd"
8
- d="M4.667 5.333v-2C4.667 2.597 5.264 2 6 2h6.667C13.403 2 14 2.597 14 3.333v5.334h-2.667v.666h4v1.334h-4V12H2V6.667c0-.737.597-1.334 1.333-1.334h1.334Zm1.333-2h6.667v4h-1.334v-.666c0-.737-.597-1.334-1.333-1.334H6v-2Zm-2.667 7.334H10v-4H3.333v4Z"
9
- clipRule="evenodd"
10
10
  />
11
- <path fill="currentColor" d="M.667 12.667h12V14h-12v-1.333Z" />
11
+ <path d="M.667 12.667h12V14h-12v-1.333Z" fill="currentColor" />
12
12
  </Icon>
13
13
  ));
14
14
 
@@ -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 SecurityShield = 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 1.333H4c-.733 0-1.333.6-1.333 1.334v7.666c0 .4.2.8.533 1.067l4 3a1.405 1.405 0 0 0 1.6 0l4-3c.333-.267.533-.667.533-1.067V2.667c0-.734-.6-1.334-1.333-1.334Zm0 9-4 3-4-3V2.667h8v7.666ZM7.333 7.8V10h1.334V7.8c.4-.2.666-.667.666-1.133 0-.734-.6-1.334-1.333-1.334s-1.333.6-1.333 1.334c0 .466.266.933.666 1.133Z"
6
8
  fill="currentColor"
7
9
  fillRule="evenodd"
8
- d="M12 1.333H4c-.733 0-1.333.6-1.333 1.334v7.666c0 .4.2.8.533 1.067l4 3a1.405 1.405 0 0 0 1.6 0l4-3c.333-.267.533-.667.533-1.067V2.667c0-.734-.6-1.334-1.333-1.334Zm0 9-4 3-4-3V2.667h8v7.666ZM7.333 7.8V10h1.334V7.8c.4-.2.666-.667.666-1.133 0-.734-.6-1.334-1.333-1.334s-1.333.6-1.333 1.334c0 .466.266.933.666 1.133Z"
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 Settings = 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.707 8.011-.655 3.054h-1.994a9.203 9.203 0 0 1-.299.375l.411 1.89-2.784 1.337-1.247-1.58h-.442l-1.25 1.499-2.771-1.33.402-1.85a2.987 2.987 0 0 1-.337-.415H1.794l-.66-3.082L2.9 7.026c.023-.154.058-.308.104-.457L1.792 5.032l1.987-2.429 1.742.83.362-.182.5-1.918h3.06l.581 1.912.376.188 1.742-.83 1.987 2.429-1.25 1.583a51.936 51.936 0 0 1 .091.404l1.736.992Zm-2.844-.159-.066-.263a18.575 18.575 0 0 1-.116-.503 19.67 19.67 0 0 0-.108-.47l-.076-.304 1-1.266-.708-.865-1.402.668-1.421-.71L8.5 2.605H7.367l-.398 1.526-1.435.717-1.402-.668-.708.865 1.057 1.338-.181.362a1.671 1.671 0 0 0-.157.689v.393l-1.558.779.238 1.11h1.675l.176.353c.12.24.289.45.487.599l.326.245-.354 1.63.972.466.996-1.196h1.654l.999 1.265.959-.46-.341-1.57.245-.246c.158-.158.297-.333.615-.756l.19-.254h1.601l.244-1.138-1.404-.803ZM8 6.667c-.733 0-1.333.6-1.333 1.333S7.267 9.333 8 9.333 9.333 8.733 9.333 8 8.733 6.667 8 6.667Zm0-1.334A2.67 2.67 0 0 1 10.667 8 2.67 2.67 0 0 1 8 10.667 2.67 2.67 0 0 1 5.333 8 2.67 2.67 0 0 1 8 5.333Z"
6
8
  fill="currentColor"
7
9
  fillRule="evenodd"
8
- d="m14.707 8.011-.655 3.054h-1.994a9.203 9.203 0 0 1-.299.375l.411 1.89-2.784 1.337-1.247-1.58h-.442l-1.25 1.499-2.771-1.33.402-1.85a2.987 2.987 0 0 1-.337-.415H1.794l-.66-3.082L2.9 7.026c.023-.154.058-.308.104-.457L1.792 5.032l1.987-2.429 1.742.83.362-.182.5-1.918h3.06l.581 1.912.376.188 1.742-.83 1.987 2.429-1.25 1.583a51.936 51.936 0 0 1 .091.404l1.736.992Zm-2.844-.159-.066-.263a18.575 18.575 0 0 1-.116-.503 19.67 19.67 0 0 0-.108-.47l-.076-.304 1-1.266-.708-.865-1.402.668-1.421-.71L8.5 2.605H7.367l-.398 1.526-1.435.717-1.402-.668-.708.865 1.057 1.338-.181.362a1.671 1.671 0 0 0-.157.689v.393l-1.558.779.238 1.11h1.675l.176.353c.12.24.289.45.487.599l.326.245-.354 1.63.972.466.996-1.196h1.654l.999 1.265.959-.46-.341-1.57.245-.246c.158-.158.297-.333.615-.756l.19-.254h1.601l.244-1.138-1.404-.803ZM8 6.667c-.733 0-1.333.6-1.333 1.333S7.267 9.333 8 9.333 9.333 8.733 9.333 8 8.733 6.667 8 6.667Zm0-1.334A2.67 2.67 0 0 1 10.667 8 2.67 2.67 0 0 1 8 10.667 2.67 2.67 0 0 1 5.333 8 2.67 2.67 0 0 1 8 5.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 Settings = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 16 16" {...props}>
5
5
  <path
6
- fillRule="evenodd"
7
6
  clipRule="evenodd"
8
7
  d="M6.75935 1.36209C7.16228 1.2884 7.57701 1.25 8.00005 1.25C8.42287 1.25 8.83739 1.28836 9.24013 1.36197L9.71432 1.44865L10.1087 3.00938C10.2998 3.0902 10.4852 3.18164 10.6642 3.28293L12.1355 2.61581L12.4988 2.93189C13.125 3.47659 13.6515 4.13331 14.0472 4.87132L14.2749 5.29603L13.2464 6.6487C13.2877 6.80953 13.3218 6.97321 13.3484 7.13933L14.8714 7.91663L14.8514 8.39722C14.8157 9.25346 14.6227 10.0703 14.3003 10.8187L14.1099 11.2606L12.2935 11.3026C12.2215 11.396 12.1466 11.4869 12.0689 11.5753L12.4333 13.3611L12.0451 13.6451C11.3807 14.1311 10.625 14.5009 9.80804 14.7236L9.34388 14.8502L8.14384 13.4147C8.09597 13.416 8.04795 13.4166 7.99981 13.4166C7.95165 13.4166 7.90362 13.416 7.85574 13.4147L6.65576 14.8501L6.19158 14.7235C5.37463 14.5007 4.61887 14.1308 3.95449 13.6447L3.56636 13.3607L3.93067 11.5753C3.85295 11.4869 3.77806 11.3959 3.70614 11.3026L1.8902 11.2606L1.6998 10.8187C1.37732 10.0702 1.18437 9.25328 1.14873 8.39693L1.12872 7.91636L2.65125 7.13932C2.6778 6.97321 2.71191 6.80955 2.75322 6.64873L1.72503 5.29647L1.95269 4.87177C2.34834 4.13366 2.87486 3.47685 3.50106 2.93207L3.86441 2.61596L5.33543 3.28294C5.51443 3.18165 5.69982 3.09021 5.89087 3.00939L6.28521 1.4488L6.75935 1.36209ZM8 10C9.10457 10 10 9.10457 10 8C10 6.89543 9.10457 6 8 6C6.89543 6 6 6.89543 6 8C6 9.10457 6.89543 10 8 10Z"
9
8
  fill="currentColor"
9
+ fillRule="evenodd"
10
10
  />
11
11
  </Icon>
12
12
  ));