@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,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 Testing = 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="M6.667 5.333H5.333v1.334h1.334V5.333Zm-1.334 2h1.334v1.334H5.333V7.333Zm1.334 2H5.333v1.334h1.334V9.333Zm.666-4h3.334v1.334H7.333V5.333Zm3.334 2H7.333v1.334h3.334V7.333Zm-3.334 2h3.334v1.334H7.333V9.333Z"
7
+ fill="currentColor"
8
8
  />
9
9
  <path
10
+ clipRule="evenodd"
11
+ d="M10.488 2H12c.736 0 1.333.597 1.333 1.333v10c0 .737-.597 1.334-1.333 1.334H4a1.333 1.333 0 0 1-1.333-1.334v-10C2.667 2.597 3.264 2 4 2h1.512c.23-.398.661-.667 1.155-.667h2.666c.494 0 .925.269 1.155.667ZM5.512 3.333H4v10h8v-10h-1.512c-.23.399-.661.667-1.155.667H6.667c-.494 0-.925-.268-1.155-.667Z"
10
12
  fill="currentColor"
11
13
  fillRule="evenodd"
12
- d="M10.488 2H12c.736 0 1.333.597 1.333 1.333v10c0 .737-.597 1.334-1.333 1.334H4a1.333 1.333 0 0 1-1.333-1.334v-10C2.667 2.597 3.264 2 4 2h1.512c.23-.398.661-.667 1.155-.667h2.666c.494 0 .925.269 1.155.667ZM5.512 3.333H4v10h8v-10h-1.512c-.23.399-.661.667-1.155.667H6.667c-.494 0-.925-.268-1.155-.667Z"
13
- clipRule="evenodd"
14
14
  />
15
15
  </Icon>
16
16
  ));
@@ -1,12 +1,12 @@
1
- import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
2
 
3
3
  const Tick = 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.808 9.277 4.681-4.61.993.993-5.674 5.673-3.475-3.546.993-.993 2.482 2.483Z"
6
8
  fill="currentColor"
7
9
  fillRule="evenodd"
8
- d="m6.808 9.277 4.681-4.61.993.993-5.674 5.673-3.475-3.546.993-.993 2.482 2.483Z"
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 Time = 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 8c-2.467 0-4.6 1.667-5.133 4H1.333c0 .733.6 1.333 1.334 1.333h10.666c.734 0 1.334-.6 1.334-1.333h-1.534C12.6 9.667 10.467 8 8 8Zm-3.8 4A3.993 3.993 0 0 1 8 9.333c1.8 0 3.2 1.134 3.8 2.667H4.2Zm8.933-8h1.534c0-.733-.6-1.333-1.334-1.333H2.667c-.734 0-1.334.6-1.334 1.333h1.534C3.467 6.333 5.533 8 8 8s4.6-1.667 5.133-4ZM8 6.667C6.267 6.667 4.8 5.533 4.2 4h7.533C11.2 5.533 9.733 6.667 8 6.667Z"
6
8
  fill="currentColor"
7
9
  fillRule="evenodd"
8
- d="M8 8c-2.467 0-4.6 1.667-5.133 4H1.333c0 .733.6 1.333 1.334 1.333h10.666c.734 0 1.334-.6 1.334-1.333h-1.534C12.6 9.667 10.467 8 8 8Zm-3.8 4A3.993 3.993 0 0 1 8 9.333c1.8 0 3.2 1.134 3.8 2.667H4.2Zm8.933-8h1.534c0-.733-.6-1.333-1.334-1.333H2.667c-.734 0-1.334.6-1.334 1.333h1.534C3.467 6.333 5.533 8 8 8s4.6-1.667 5.133-4ZM8 6.667C6.267 6.667 4.8 5.533 4.2 4h7.533C11.2 5.533 9.733 6.667 8 6.667Z"
9
- clipRule="evenodd"
10
10
  />
11
11
  </Icon>
12
12
  ));
@@ -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 Tools = 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="m11.824 3.162.963-.963a2.044 2.044 0 0 0-2.725 2.725L4.997 9.989a2.1 2.1 0 0 0-2.366.438 2.1 2.1 0 0 0-.438 2.366l.991-.991a.691.691 0 0 1 .978-.014.691.691 0 0 1-.014.978l-.992.991a2.1 2.1 0 0 0 2.366-.439 2.1 2.1 0 0 0 .44-2.366l5.064-5.064a2.044 2.044 0 0 0 2.725-2.725l-.963.963a.681.681 0 0 1-.964-.964Z"
7
+ fill="currentColor"
8
8
  />
9
9
  <path
10
- fill="currentColor"
11
10
  d="m2.32 4.1 1.927-1.927 1.445 1.445.002.965 1.924 1.924-.964.964-1.928-1.929-.961.003L2.32 4.1Zm6.662 5.374-.964.964 3.624 3.603.115.114 2.41-2.409-.964-.963-2.736-2.728-.964.963 2.736 2.73-.484.483-2.773-2.757Z"
11
+ fill="currentColor"
12
12
  />
13
13
  </Icon>
14
14
  ));
@@ -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 Trace = 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.558 8.666H0V7.334h1.35a6.818 6.818 0 0 1 1.923-4.105A6.688 6.688 0 0 1 7.361 1.27L7.396 0H8.73l-.036 2.486c-2.075 0-3.613.492-4.91 2.183l3.569-.027a.66.66 0 0 1 .661.662c0 .366-.295.67-.661.67l-4.32.027c-.42 1.064-.474 1.565-.474 2.665Zm12.163 0a6.788 6.788 0 0 1-1.896 4.088 6.637 6.637 0 0 1-4.132 1.976V16H7.37l-.017-2.486c2.11 0 3.63-.465 4.945-2.182h-3.63a.668.668 0 0 1-.671-.662.67.67 0 0 1 .67-.671h4.383c.411-1.038.456-1.592.456-2.656l2.486.026L16 8.702l-1.279-.036Zm-9.39-1.332h5.312v1.332H5.33V7.334Z"
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 Trash = 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 1.333H7.333v1.334h1.334V1.333Zm-5.334 2h9.334v1.334H3.333V3.333Zm7.334 9.334H5.333V5.333H4v7.334C4 13.4 4.6 14 5.333 14h5.334C11.4 14 12 13.4 12 12.667V5.333h-1.333v7.334Z"
6
8
  fill="currentColor"
7
9
  fillRule="evenodd"
8
- d="M8.667 1.333H7.333v1.334h1.334V1.333Zm-5.334 2h9.334v1.334H3.333V3.333Zm7.334 9.334H5.333V5.333H4v7.334C4 13.4 4.6 14 5.333 14h5.334C11.4 14 12 13.4 12 12.667V5.333h-1.333v7.334Z"
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 Trigger = 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.755 8.666h2.98a.667.667 0 0 1 .645.83l-.458 1.83 3.323-3.993h-2.98a.666.666 0 0 1-.646-.829l.459-1.83-3.323 3.992Zm1.809 6a.666.666 0 0 1-.647-.828L6.88 10H3.333a.667.667 0 0 1-.512-1.094l6.103-7.333a.667.667 0 0 1 1.159.589L9.12 6h3.546a.667.667 0 0 1 .513 1.093l-6.103 7.333a.666.666 0 0 1-.512.24Z"
6
8
  fill="currentColor"
7
9
  fillRule="evenodd"
8
- d="M4.755 8.666h2.98a.667.667 0 0 1 .645.83l-.458 1.83 3.323-3.993h-2.98a.666.666 0 0 1-.646-.829l.459-1.83-3.323 3.992Zm1.809 6a.666.666 0 0 1-.647-.828L6.88 10H3.333a.667.667 0 0 1-.512-1.094l6.103-7.333a.667.667 0 0 1 1.159.589L9.12 6h3.546a.667.667 0 0 1 .513 1.093l-6.103 7.333a.666.666 0 0 1-.512.24Z"
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 Twitter = 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.773 13.08c4.53 0 7.008-3.91 7.008-7.299 0-.11 0-.221-.007-.331a5.131 5.131 0 0 0 1.229-1.328c-.45.207-.927.343-1.415.403.514-.32.9-.824 1.083-1.418a4.82 4.82 0 0 1-1.564.622 2.395 2.395 0 0 0-2.96-.504c-.982.547-1.49 1.713-1.238 2.844-1.98-.104-3.826-1.078-5.076-2.68-.654 1.172-.32 2.671.762 3.424a2.371 2.371 0 0 1-1.118-.321v.032c0 1.221.827 2.273 1.976 2.515a2.365 2.365 0 0 1-1.112.044c.323 1.045 1.248 1.76 2.301 1.781a4.819 4.819 0 0 1-3.645 1.063 6.773 6.773 0 0 0 3.776 1.15"
6
8
  fill="currentColor"
7
9
  fillRule="evenodd"
8
- d="M5.773 13.08c4.53 0 7.008-3.91 7.008-7.299 0-.11 0-.221-.007-.331a5.131 5.131 0 0 0 1.229-1.328c-.45.207-.927.343-1.415.403.514-.32.9-.824 1.083-1.418a4.82 4.82 0 0 1-1.564.622 2.395 2.395 0 0 0-2.96-.504c-.982.547-1.49 1.713-1.238 2.844-1.98-.104-3.826-1.078-5.076-2.68-.654 1.172-.32 2.671.762 3.424a2.371 2.371 0 0 1-1.118-.321v.032c0 1.221.827 2.273 1.976 2.515a2.365 2.365 0 0 1-1.112.044c.323 1.045 1.248 1.76 2.301 1.781a4.819 4.819 0 0 1-3.645 1.063 6.773 6.773 0 0 0 3.776 1.15"
9
- clipRule="evenodd"
10
10
  />
11
11
  </Icon>
12
12
  ));
@@ -1,4 +1,4 @@
1
- import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
2
 
3
3
  const Release = 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 ValidateShield = 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.4 5.769-.933-.97-3.6 3.742L5.6 7.155l-.933 1.04 2.2 2.287L11.4 5.769Zm1.933-4.436H2.667c-.734 0-1.334.624-1.334 1.387v7.9c0 .486.267.97.667 1.179l5.333 3.327c.2.138.467.207.667.207a1.1 1.1 0 0 0 .667-.207L14 11.799c.4-.277.667-.693.667-1.178V2.72c0-.763-.6-1.387-1.334-1.387Zm0 9.288L8 13.947l-5.333-3.326V2.72h10.666v7.9Z"
6
8
  fill="currentColor"
7
9
  fillRule="evenodd"
8
- d="m11.4 5.769-.933-.97-3.6 3.742L5.6 7.155l-.933 1.04 2.2 2.287L11.4 5.769Zm1.933-4.436H2.667c-.734 0-1.334.624-1.334 1.387v7.9c0 .486.267.97.667 1.179l5.333 3.327c.2.138.467.207.667.207a1.1 1.1 0 0 0 .667-.207L14 11.799c.4-.277.667-.693.667-1.178V2.72c0-.763-.6-1.387-1.334-1.387Zm0 9.288L8 13.947l-5.333-3.326V2.72h10.666v7.9Z"
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 Video = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 16 16" {...props}>
5
5
  <path
6
+ clipRule="evenodd"
7
+ d="M9.408 8 6.667 6.355v3.29L9.408 8Zm1.64.572a.667.667 0 0 0 0-1.144L6.342 4.606a.667.667 0 0 0-1.01.572v5.645c0 .518.566.838 1.01.571l4.704-2.822Z"
6
8
  fill="currentColor"
7
9
  fillRule="evenodd"
8
- d="M9.408 8 6.667 6.355v3.29L9.408 8Zm1.64.572a.667.667 0 0 0 0-1.144L6.342 4.606a.667.667 0 0 0-1.01.572v5.645c0 .518.566.838 1.01.571l4.704-2.822Z"
9
- clipRule="evenodd"
10
10
  />
11
11
  <path
12
+ clipRule="evenodd"
13
+ d="M12 2.667H4c-.736 0-1.333.597-1.333 1.333v8c0 .736.597 1.333 1.333 1.333h8c.736 0 1.333-.597 1.333-1.333V4c0-.736-.597-1.333-1.333-1.333ZM4 1.333A2.667 2.667 0 0 0 1.333 4v8A2.667 2.667 0 0 0 4 14.667h8A2.667 2.667 0 0 0 14.667 12V4A2.667 2.667 0 0 0 12 1.333H4Z"
12
14
  fill="currentColor"
13
15
  fillRule="evenodd"
14
- d="M12 2.667H4c-.736 0-1.333.597-1.333 1.333v8c0 .736.597 1.333 1.333 1.333h8c.736 0 1.333-.597 1.333-1.333V4c0-.736-.597-1.333-1.333-1.333ZM4 1.333A2.667 2.667 0 0 0 1.333 4v8A2.667 2.667 0 0 0 4 14.667h8A2.667 2.667 0 0 0 14.667 12V4A2.667 2.667 0 0 0 12 1.333H4Z"
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 Warning = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 16 16" {...props}>
5
5
  <path
6
+ clipRule="evenodd"
7
+ d="m9.204 2.076 5.33 10.659c.066.2.133.4.133.6 0 .732-.6 1.332-1.333 1.332H2.676c-.2 0-.4-.067-.6-.134a1.335 1.335 0 0 1-.6-1.798L6.874 2.076c.133-.266.333-.466.532-.6a1.335 1.335 0 0 1 1.8.6Zm-1.199.6-5.33 10.658h10.66L8.004 2.676Zm-.666 3.997H8.67v3.33H7.34v-3.33Zm1.332 5.329V10.67H7.34v1.332h1.33Z"
6
8
  fill="currentColor"
7
9
  fillRule="evenodd"
8
- d="m9.204 2.076 5.33 10.659c.066.2.133.4.133.6 0 .732-.6 1.332-1.333 1.332H2.676c-.2 0-.4-.067-.6-.134a1.335 1.335 0 0 1-.6-1.798L6.874 2.076c.133-.266.333-.466.532-.6a1.335 1.335 0 0 1 1.8.6Zm-1.199.6-5.33 10.658h10.66L8.004 2.676Zm-.666 3.997H8.67v3.33H7.34v-3.33Zm1.332 5.329V10.67H7.34v1.332h1.33Z"
9
- clipRule="evenodd"
10
10
  />
11
11
  </Icon>
12
12
  ));
@@ -1,14 +1,14 @@
1
- import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
2
  import Box from '../../Box/Box';
3
3
 
4
4
  const WarningColored = forwardRef<IconProps, 'svg'>((props, ref) => (
5
5
  <Icon ref={ref} viewBox="0 0 16 16" {...props}>
6
6
  <Box
7
7
  as="path"
8
- fillRule="evenodd"
9
8
  clipRule="evenodd"
10
9
  d="M14.5334 12.7348L9.20415 2.07627C8.87107 1.41011 8.07168 1.14364 7.40552 1.47672C7.20567 1.60995 7.00582 1.8098 6.87259 2.07627L1.47671 12.7348C1.14363 13.401 1.41009 14.2004 2.07625 14.5334C2.2761 14.6 2.47595 14.6667 2.67579 14.6667H13.3343C14.0671 14.6667 14.6666 14.0671 14.6666 13.3343C14.6666 13.1345 14.6 12.9347 14.5334 12.7348Z"
11
10
  fill="yellow.80"
11
+ fillRule="evenodd"
12
12
  />
13
13
  <Box as="path" d="M8.66563 5.33333H7.33331V10.0036H8.66563V5.33333Z" fill="purple.10" />
14
14
  <Box as="path" d="M8.66563 11.3333V12.6656H7.33331V11.3333H8.66563Z" fill="purple.10" />
@@ -1,15 +1,15 @@
1
- import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
2
 
3
3
  const WebUi = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 16 16" {...props}>
5
- <path fill="currentColor" d="M10.659 6.667V5.333H7.333v3.334h1.334v-1.03l1.682 1.712.943-.943-1.71-1.74h1.077Z" />
5
+ <path d="M10.659 6.667V5.333H7.333v3.334h1.334v-1.03l1.682 1.712.943-.943-1.71-1.74h1.077Z" fill="currentColor" />
6
6
  <path
7
+ clipRule="evenodd"
8
+ d="M12 2.667H4c-.736 0-1.333.597-1.333 1.333v7.333h10.666V4c0-.736-.597-1.333-1.333-1.333ZM12 4v6H4V4h8Z"
7
9
  fill="currentColor"
8
10
  fillRule="evenodd"
9
- d="M12 2.667H4c-.736 0-1.333.597-1.333 1.333v7.333h10.666V4c0-.736-.597-1.333-1.333-1.333ZM12 4v6H4V4h8Z"
10
- clipRule="evenodd"
11
11
  />
12
- <path fill="currentColor" d="M1.333 12h13.334v1.333H1.333V12Z" />
12
+ <path d="M1.333 12h13.334v1.333H1.333V12Z" fill="currentColor" />
13
13
  </Icon>
14
14
  ));
15
15
 
@@ -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 Webhooks = 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.632 2.256a3.36 3.36 0 0 1 1.525 3.959l-1.208-.697a2.02 2.02 0 0 0-.983-2.108 2.01 2.01 0 0 0-2.75.722 2.01 2.01 0 0 0 .749 2.742l.002.001c.204.118.42.196.639.238l-1.813 3.14c.234.4.253.909.006 1.336a1.34 1.34 0 0 1-1.833.482 1.34 1.34 0 0 1-.5-1.829 1.33 1.33 0 0 1 1.16-.663L5.75 7.635c-1.176-1.036-1.505-2.78-.7-4.176.921-1.594 2.973-2.133 4.583-1.203Z"
7
+ fill="currentColor"
8
8
  />
9
9
  <path
10
- fill="currentColor"
11
10
  d="M4 7.603a3.36 3.36 0 0 0-2.667 3.3c0 1.86 1.493 3.367 3.334 3.367 1.612 0 2.957-1.157 3.266-2.694h2.245c.23.403.662.673 1.155.673a1.34 1.34 0 0 0 1.334-1.346 1.34 1.34 0 0 0-1.334-1.347c-.493 0-.924.27-1.155.673H6.553c.074.21.114.438.114.674a2.01 2.01 0 0 1-2 2.02c-1.105 0-2-.905-2-2.02 0-.88.556-1.628 1.333-1.906V7.603Z"
11
+ fill="currentColor"
12
12
  />
13
13
  <path
14
- fill="currentColor"
15
14
  d="M7.287 3.965a1.34 1.34 0 0 1 1.833.482 1.33 1.33 0 0 1-.006 1.337l1.123 1.944c1.485-.501 3.16.086 3.966 1.482.92 1.594.361 3.64-1.25 4.57a3.36 3.36 0 0 1-4.19-.66l1.207-.696a2.02 2.02 0 0 0 2.317.202 2.01 2.01 0 0 0 .75-2.742 2.01 2.01 0 0 0-2.75-.722c-.205.118-.38.266-.526.435l-1.813-3.14a1.33 1.33 0 0 1-1.16-.663 1.34 1.34 0 0 1 .499-1.829Z"
15
+ fill="currentColor"
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 Webinar = 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.882 5.369a4.002 4.002 0 0 1 3.785-2.702h2.666a4.002 4.002 0 0 1 3.785 2.702.667.667 0 0 0-.451.631v3.333c0 .369.298.667.666.667a.667.667 0 0 1-.666.667H12v-4A2.667 2.667 0 0 0 9.333 4H6.667A2.667 2.667 0 0 0 4 6.667V12a2.667 2.667 0 0 0 2.667 2.667h2.666A2.667 2.667 0 0 0 12 12h.667a2 2 0 0 0 2-2 .667.667 0 0 0 .666-.667V6a.667.667 0 0 0-.666-.667h-.168c-.592-2.3-2.68-4-5.166-4H6.667a5.336 5.336 0 0 0-5.166 4h-.168A.667.667 0 0 0 .667 6v3.333c0 .369.298.667.666.667h1.334a.667.667 0 0 0 .666-.667V6a.667.667 0 0 0-.451-.631Zm7.785 5.298v-4c0-.737-.597-1.334-1.334-1.334H6.667c-.737 0-1.334.597-1.334 1.334V12c0 .736.597 1.333 1.334 1.333h2.666c.737 0 1.334-.597 1.334-1.333H9.333a.667.667 0 0 1-.666.667H7.333A.667.667 0 0 1 6.667 12v-1.333c0-.368.298-.667.666-.667h1.334c.368 0 .666.299.666.667h1.334Z"
6
8
  fill="currentColor"
7
9
  fillRule="evenodd"
8
- d="M2.882 5.369a4.002 4.002 0 0 1 3.785-2.702h2.666a4.002 4.002 0 0 1 3.785 2.702.667.667 0 0 0-.451.631v3.333c0 .369.298.667.666.667a.667.667 0 0 1-.666.667H12v-4A2.667 2.667 0 0 0 9.333 4H6.667A2.667 2.667 0 0 0 4 6.667V12a2.667 2.667 0 0 0 2.667 2.667h2.666A2.667 2.667 0 0 0 12 12h.667a2 2 0 0 0 2-2 .667.667 0 0 0 .666-.667V6a.667.667 0 0 0-.666-.667h-.168c-.592-2.3-2.68-4-5.166-4H6.667a5.336 5.336 0 0 0-5.166 4h-.168A.667.667 0 0 0 .667 6v3.333c0 .369.298.667.666.667h1.334a.667.667 0 0 0 .666-.667V6a.667.667 0 0 0-.451-.631Zm7.785 5.298v-4c0-.737-.597-1.334-1.334-1.334H6.667c-.737 0-1.334.597-1.334 1.334V12c0 .736.597 1.333 1.334 1.333h2.666c.737 0 1.334-.597 1.334-1.333H9.333a.667.667 0 0 1-.666.667H7.333A.667.667 0 0 1 6.667 12v-1.333c0-.368.298-.667.666-.667h1.334c.368 0 .666.299.666.667h1.334Z"
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 Window = 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.606 11.024-.945-.94 1.722-1.732-1.72-1.713.94-.945L7.27 8.348l-2.663 2.676Zm6.061-1.691H7.333v1.334h3.334V9.333Z"
7
+ fill="currentColor"
8
8
  />
9
9
  <path
10
+ clipRule="evenodd"
11
+ d="M13.333 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.333V4c0-.733-.6-1.333-1.334-1.333Zm0 9.333H2.667V4.667h10.666V12Z"
10
12
  fill="currentColor"
11
13
  fillRule="evenodd"
12
- d="M13.333 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.333V4c0-.733-.6-1.333-1.334-1.333Zm0 9.333H2.667V4.667h10.666V12Z"
13
- clipRule="evenodd"
14
14
  />
15
15
  </Icon>
16
16
  ));
@@ -1,12 +1,12 @@
1
- import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
2
 
3
3
  const Workflow = 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.333 5.333V2H9v-.667H7V2H3.667v3.333H7V6H3.667v3.333H7V10H3.667v3.333H7v1.334h2v-1.334h3.333V10H9v-.667h3.333V6H9v-.667h3.333Zm-1.333 6V12H5v-.667h6Zm0-4V8H5v-.667h6ZM5 4v-.667h6V4H5Z"
6
8
  fill="currentColor"
7
9
  fillRule="evenodd"
8
- d="M12.333 5.333V2H9v-.667H7V2H3.667v3.333H7V6H3.667v3.333H7V10H3.667v3.333H7v1.334h2v-1.334h3.333V10H9v-.667h3.333V6H9v-.667h3.333Zm-1.333 6V12H5v-.667h6Zm0-4V8H5v-.667h6ZM5 4v-.667h6V4H5Z"
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 WorkflowFlow = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 16 16" {...props}>
5
5
  <path
6
+ clipRule="evenodd"
7
+ d="M9.905 3.238H6.667c-.318-1.08-1.27-1.905-2.476-1.905a2.547 2.547 0 0 0-2.54 2.54 2.547 2.547 0 0 0 2.54 2.54c1.206 0 2.158-.826 2.476-1.905h3.238a3.144 3.144 0 0 1 3.174 3.175c0 1.142-.571 2.158-1.523 2.73-.381-.89-1.27-1.46-2.286-1.46-1.206 0-2.159.825-2.476 1.904h-.318c-1.778 0-3.174 1.46-3.174 3.175h1.27a1.91 1.91 0 0 1 1.904-1.905h.318c.254 1.08 1.27 1.905 2.476 1.905 1.333 0 2.413-1.016 2.54-2.35 1.523-.698 2.54-2.285 2.54-4a4.417 4.417 0 0 0-4.445-4.444ZM4.19 5.143c-.699 0-1.27-.572-1.27-1.27 0-.698.571-1.27 1.27-1.27.698 0 1.27.572 1.27 1.27 0 .698-.572 1.27-1.27 1.27Zm5.079 7.619c-.699 0-1.27-.572-1.27-1.27 0-.698.571-1.27 1.27-1.27.698 0 1.27.572 1.27 1.27 0 .698-.572 1.27-1.27 1.27Z"
6
8
  fill="currentColor"
7
9
  fillRule="evenodd"
8
- d="M9.905 3.238H6.667c-.318-1.08-1.27-1.905-2.476-1.905a2.547 2.547 0 0 0-2.54 2.54 2.547 2.547 0 0 0 2.54 2.54c1.206 0 2.158-.826 2.476-1.905h3.238a3.144 3.144 0 0 1 3.174 3.175c0 1.142-.571 2.158-1.523 2.73-.381-.89-1.27-1.46-2.286-1.46-1.206 0-2.159.825-2.476 1.904h-.318c-1.778 0-3.174 1.46-3.174 3.175h1.27a1.91 1.91 0 0 1 1.904-1.905h.318c.254 1.08 1.27 1.905 2.476 1.905 1.333 0 2.413-1.016 2.54-2.35 1.523-.698 2.54-2.285 2.54-4a4.417 4.417 0 0 0-4.445-4.444ZM4.19 5.143c-.699 0-1.27-.572-1.27-1.27 0-.698.571-1.27 1.27-1.27.698 0 1.27.572 1.27 1.27 0 .698-.572 1.27-1.27 1.27Zm5.079 7.619c-.699 0-1.27-.572-1.27-1.27 0-.698.571-1.27 1.27-1.27.698 0 1.27.572 1.27 1.27 0 .698-.572 1.27-1.27 1.27Z"
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 Wow = 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 8.333H2.667V7H1.333v5.333h1.334V13H4v-1.333h1.333v-6H4v2.666ZM13.333 3v2.667H12V4.333h-1.333v5.334H12v.666h1.333V9h1.334V3h-1.334Zm-4 4H6v4.667h.667v.666H10V7.667h-.667V7Zm-.666 4H7.333V8.333h1.334V11Z"
6
8
  fill="currentColor"
7
9
  fillRule="evenodd"
8
- d="M4 8.333H2.667V7H1.333v5.333h1.334V13H4v-1.333h1.333v-6H4v2.666ZM13.333 3v2.667H12V4.333h-1.333v5.334H12v.666h1.333V9h1.334V3h-1.334Zm-4 4H6v4.667h.667v.666H10V7.667h-.667V7Zm-.666 4H7.333V8.333h1.334V11Z"
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 WrappedLines = 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="M13.333 2.667H2.667v10.666h10.666V2.667ZM2.667 1.333c-.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.334V2.667c0-.737-.597-1.334-1.334-1.334H2.667Zm9.333 4H4V4h8v1.333Zm-8 2h6V6H4v1.333Zm8 2H4V8h8v1.333Zm-8 2h4V10H4v1.333Z"
8
+ fill="currentColor"
9
+ fillRule="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 Xamarin = 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.667 5.333H9.333L8 8 6.667 5.333H5.333L6.667 8l-1.334 2.667h1.334L8 8l1.333 2.667h1.334L9.333 8l1.334-2.667Z"
7
+ fill="currentColor"
8
8
  />
9
9
  <path
10
+ clipRule="evenodd"
11
+ d="M14.53 8.514a1.056 1.056 0 0 0 0-1.041l-2.824-4.959a1.077 1.077 0 0 0-.89-.514H5.17c-.366 0-.72.211-.89.514L1.47 7.473a1.057 1.057 0 0 0 0 1.041l2.81 4.959c.184.316.537.527.89.527h5.634c.366 0 .719-.211.889-.527l2.836-4.959Zm-9.18-5.18h5.288l2.653 4.659-2.674 4.674h-5.26l-2.65-4.674 2.642-4.66Z"
10
12
  fill="currentColor"
11
13
  fillRule="evenodd"
12
- d="M14.53 8.514a1.056 1.056 0 0 0 0-1.041l-2.824-4.959a1.077 1.077 0 0 0-.89-.514H5.17c-.366 0-.72.211-.89.514L1.47 7.473a1.057 1.057 0 0 0 0 1.041l2.81 4.959c.184.316.537.527.89.527h5.634c.366 0 .719-.211.889-.527l2.836-4.959Zm-9.18-5.18h5.288l2.653 4.659-2.674 4.674h-5.26l-2.65-4.674 2.642-4.66Z"
13
- clipRule="evenodd"
14
14
  />
15
15
  </Icon>
16
16
  ));
@@ -1,12 +1,12 @@
1
- import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
2
 
3
3
  const Addons = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
5
5
  <path
6
- fillRule="evenodd"
7
6
  clipRule="evenodd"
8
7
  d="M20 17.767a.502.502 0 0 1-.25.434l-3.001 1.732a.5.5 0 0 1-.499-.001l-2.999-1.73a.504.504 0 0 1-.251-.435V14.15c0-.178.096-.343.248-.432l.002-.001 3-1.732.001-.001a.503.503 0 0 1 .499 0l2.999 1.73c.155.09.251.257.251.436v3.616Zm-9.25.434-3.001 1.732a.5.5 0 0 1-.499-.001l-2.999-1.73A.504.504 0 0 1 4 17.767V14.15c0-.18.096-.345.25-.434l3.001-1.732a.503.503 0 0 1 .499 0l3 1.733h.002c.153.09.248.255.248.433v3.616a.502.502 0 0 1-.25.434ZM8.5 6.23c0-.178.096-.344.25-.433l3.001-1.732a.503.503 0 0 1 .499 0l2.999 1.73c.155.09.251.257.251.436V9.82a.501.501 0 0 1-.25.432l-3.001 1.733h-.001a.496.496 0 0 1-.496 0l-.002-.001-2.108-1.217-.892-.515a.501.501 0 0 1-.25-.432V6.23Zm12.25 5.754-2.999-1.731c-.093-.053-.195-.08-.293-.121.014-.104.042-.206.042-.312V6.23c0-.89-.479-1.718-1.25-2.165l-2.999-1.731a2.505 2.505 0 0 0-2.501-.001L7.749 4.067A2.51 2.51 0 0 0 6.5 6.232V9.82c0 .106.028.208.042.312-.098.04-.199.067-.292.12l-3.001 1.733A2.51 2.51 0 0 0 2 14.15v3.616c0 .89.479 1.719 1.25 2.166l2.999 1.73a2.49 2.49 0 0 0 1.251.335c.433 0 .865-.111 1.25-.334l3.001-1.732c.092-.054.165-.128.249-.192.084.064.157.139.25.193l2.999 1.73a2.49 2.49 0 0 0 1.251.335c.433 0 .865-.111 1.25-.334l3.001-1.732A2.51 2.51 0 0 0 22 17.767V14.15c0-.89-.479-1.72-1.25-2.166Z"
9
8
  fill="currentColor"
9
+ fillRule="evenodd"
10
10
  />
11
11
  </Icon>
12
12
  ));
@@ -1,26 +1,26 @@
1
- import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
2
 
3
3
  const AddonsTuorqouise = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
5
5
  <path
6
- opacity={0.8}
7
- fillRule="evenodd"
8
6
  clipRule="evenodd"
9
7
  d="M12 13.433v5.973l-4.001 2.322a1.988 1.988 0 0 1-1.998 0l-3-1.741A2.015 2.015 0 0 1 2 18.244v-3.649c0-.72.382-1.384 1.001-1.742L7 10.532l5 2.901Z"
10
8
  fill="#55CEC3"
9
+ fillRule="evenodd"
10
+ opacity={0.8}
11
11
  />
12
12
  <path
13
- opacity={0.5}
14
- fillRule="evenodd"
15
13
  clipRule="evenodd"
16
14
  d="M22 14.595v3.65c0 .718-.382 1.383-1.001 1.741l-3 1.742a1.992 1.992 0 0 1-1.998 0L12 19.406v-5.972l5-2.902 3.999 2.321A2.012 2.012 0 0 1 22 14.595"
17
15
  fill="#55CEC3"
16
+ fillRule="evenodd"
17
+ opacity={0.5}
18
18
  />
19
19
  <path
20
- fillRule="evenodd"
21
20
  clipRule="evenodd"
22
21
  d="M17 5.753v4.779l-5 2.902-5-2.902v-4.78c0-.718.382-1.383 1.001-1.741l3-1.742a1.992 1.992 0 0 1 1.998 0l3 1.742A2.012 2.012 0 0 1 17 5.753"
23
22
  fill="#55CEC3"
23
+ fillRule="evenodd"
24
24
  />
25
25
  </Icon>
26
26
  ));
@@ -1,26 +1,26 @@
1
- import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
2
 
3
3
  const AddonsViolet = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
5
5
  <path
6
- opacity={0.8}
7
- fillRule="evenodd"
8
6
  clipRule="evenodd"
9
7
  d="M12 13.433v5.973l-4.001 2.322a1.988 1.988 0 0 1-1.998 0l-3-1.741A2.015 2.015 0 0 1 2 18.244v-3.649c0-.72.382-1.384 1.001-1.742L7 10.532l5 2.901Z"
10
8
  fill="#9247C2"
9
+ fillRule="evenodd"
10
+ opacity={0.8}
11
11
  />
12
12
  <path
13
- opacity={0.5}
14
- fillRule="evenodd"
15
13
  clipRule="evenodd"
16
14
  d="M22 14.595v3.65c0 .718-.382 1.383-1.001 1.741l-3 1.742a1.992 1.992 0 0 1-1.998 0L12 19.406v-5.972l5-2.902 3.999 2.321A2.012 2.012 0 0 1 22 14.595"
17
15
  fill="#9247C2"
16
+ fillRule="evenodd"
17
+ opacity={0.5}
18
18
  />
19
19
  <path
20
- fillRule="evenodd"
21
20
  clipRule="evenodd"
22
21
  d="M17 5.753v4.779l-5 2.902-5-2.902v-4.78c0-.718.382-1.383 1.001-1.741l3-1.742a1.992 1.992 0 0 1 1.998 0l3 1.742A2.012 2.012 0 0 1 17 5.753"
23
22
  fill="#9247C2"
23
+ fillRule="evenodd"
24
24
  />
25
25
  </Icon>
26
26
  ));
@@ -1,26 +1,26 @@
1
- import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
2
 
3
3
  const AddonsWhite = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
5
5
  <path
6
- opacity={0.8}
7
- fillRule="evenodd"
8
6
  clipRule="evenodd"
9
7
  d="M12 13.433v5.973l-4.001 2.322a1.988 1.988 0 0 1-1.998 0l-3-1.741A2.015 2.015 0 0 1 2 18.244v-3.649c0-.72.382-1.384 1.001-1.742L7 10.532l5 2.901Z"
10
8
  fill="#fff"
9
+ fillRule="evenodd"
10
+ opacity={0.8}
11
11
  />
12
12
  <path
13
- opacity={0.5}
14
- fillRule="evenodd"
15
13
  clipRule="evenodd"
16
14
  d="M22 14.595v3.65c0 .718-.382 1.383-1.001 1.741l-3 1.742a1.992 1.992 0 0 1-1.998 0L12 19.406v-5.972l5-2.902 3.999 2.321A2.012 2.012 0 0 1 22 14.595"
17
15
  fill="#fff"
16
+ fillRule="evenodd"
17
+ opacity={0.5}
18
18
  />
19
19
  <path
20
- fillRule="evenodd"
21
20
  clipRule="evenodd"
22
21
  d="M17 5.753v4.779l-5 2.902-5-2.902v-4.78c0-.718.382-1.383 1.001-1.741l3-1.742a1.992 1.992 0 0 1 1.998 0l3 1.742A2.012 2.012 0 0 1 17 5.753"
23
22
  fill="#fff"
23
+ fillRule="evenodd"
24
24
  />
25
25
  </Icon>
26
26
  ));
@@ -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 Agent = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
5
5
  <path
6
+ clipRule="evenodd"
7
+ d="M20 4H4V9H20V4ZM20 15H4V20H20V15ZM4 2C2.89543 2 2 2.89543 2 4V9C2 10.1046 2.89543 11 4 11H20C21.1046 11 22 10.1046 22 9V4C22 2.89543 21.1046 2 20 2H4ZM4 13C2.89543 13 2 13.8954 2 15V20C2 21.1046 2.89543 22 4 22H20C21.1046 22 22 21.1046 22 20V15C22 13.8954 21.1046 13 20 13H4Z"
6
8
  fill="currentColor"
7
9
  fillRule="evenodd"
8
- d="M20 4H4V9H20V4ZM20 15H4V20H20V15ZM4 2C2.89543 2 2 2.89543 2 4V9C2 10.1046 2.89543 11 4 11H20C21.1046 11 22 10.1046 22 9V4C22 2.89543 21.1046 2 20 2H4ZM4 13C2.89543 13 2 13.8954 2 15V20C2 21.1046 2.89543 22 4 22H20C21.1046 22 22 21.1046 22 20V15C22 13.8954 21.1046 13 20 13H4Z"
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 Anchor = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
5
5
  <path
6
- fillRule="evenodd"
7
6
  clipRule="evenodd"
8
7
  d="M12 4a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm5 8v2h1c0 2.967-2.167 5.432-5 5.91V11h2V9h-2V7.815A2.995 2.995 0 0 0 15 5c0-1.654-1.346-3-3-3S9 3.346 9 5c0 1.302.839 2.401 2 2.815V9H9v2h2v8.91c-2.833-.478-5-2.943-5-5.91h1v-2H2v2h2c0 4.411 3.589 8 8 8s8-3.589 8-8h2v-2h-5Z"
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 Android = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
5
5
  <path
6
- fillRule="evenodd"
7
6
  clipRule="evenodd"
8
7
  d="M9.8 4.999c.7-.3 1.4-.4 2.2-.4.7 0 1.3.1 1.9.3l1.6-1.6c.4-.399 1-.399 1.4 0 .4.4.4 1 0 1.4l-1.2 1.2c1.4 1.099 2.3 2.798 2.3 4.697H6c0-1.8.8-3.398 2.1-4.498L6.7 4.7c-.4-.4-.4-1 0-1.4.4-.399 1-.399 1.4 0L9.8 5ZM8 16.592H7c-.6 0-1-.4-1-1v-3.997h12v3.998c0 .6-.4 1-1 1h-1v2.998c0 .5-.4.999-1 .999s-1-.4-1-1v-2.998h-4v2.999c0 .5-.4.999-1 .999s-1-.4-1-1v-2.998Zm13-4.997v4.098c0 .5-.4 1-1 1s-1-.4-1-1v-4.098c0-.5.4-1 1-1s1 .4 1 1Zm-17-1c.6 0 1 .4 1 1v3.998c0 .5-.4 1-1 1s-1-.4-1-1v-3.998c0-.6.4-1 1-1Zm11-.999c.6 0 1-.4 1-1 0-.499-.4-.999-1-.999s-1 .5-1 1c0 .6.4 1 1 1Zm-6 0c.6 0 1-.4 1-1 0-.499-.4-.999-1-.999s-1 .5-1 1c0 .6.4 1 1 1Z"
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 App = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
5
5
  <path
6
- fillRule="evenodd"
7
6
  clipRule="evenodd"
8
7
  d="M4 2h16c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2Zm8 4c1.3 0 2.5.4 3.5 1.1L18.6 4H5.4l3.1 3.1C9.5 6.4 10.7 6 12 6Zm0 2c-.7 0-1.4.2-2 .6l2 2 2-2c-.6-.4-1.3-.6-2-.6Zm-3.4 2c-.4.6-.6 1.3-.6 2s.2 1.4.6 2l2-2-2-2Zm7.4 2c0 .7-.2 1.4-.6 2l-2-2 2-2c.4.6.6 1.3.6 2Zm-2 3.4-2-2-2 2c.6.4 1.3.6 2 .6s1.4-.2 2-.6ZM7.1 8.5C6.4 9.5 6 10.7 6 12c0 1.3.4 2.5 1.1 3.5L4 18.6V5.4l3.1 3.1Zm1.4 8.4c1 .7 2.2 1.1 3.5 1.1 1.3 0 2.5-.4 3.5-1.1l3.1 3.1H5.4l3.1-3.1Zm8.4-1.4c.7-1 1.1-2.2 1.1-3.5 0-1.3-.4-2.5-1.1-3.5L20 5.4v13.2l-3.1-3.1Z"
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 Apple = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
5
5
  <path
6
- fillRule="evenodd"
7
6
  clipRule="evenodd"
8
7
  d="M15 3.8C16.2 2.4 16 1 16 1s-1.8 0-3.1 1.5C11.7 3.8 12 5 12 5s1.6.2 3-1.2Zm2.4 8.1c0-2.6 2.1-3.7 2.1-3.7s-1.1-1.9-3.8-1.9c-1.6 0-2.8.9-3.5.9-.8 0-1.9-.8-3.4-.8-2.3 0-4.7 2-4.7 5.9C4 16.1 6.9 21 9.2 21c.8 0 2-.8 3.2-.8 1.2 0 2.1.8 3.2.8 2.5 0 4.3-5.1 4.3-5.1s-2.5-1.1-2.5-4Zm-.3 5.5c-.6 1-1.2 1.6-1.4 1.6-.1 0-.3 0-.7-.2-.1 0-.1 0-.2-.1-1-.4-1.5-.5-2.3-.5-.8 0-1.5.2-2.5.5-.7.3-.9.3-.8.3-.9 0-3.2-3.8-3.2-6.8 0-2.4 1.3-3.9 2.7-3.9.3 0 .7.1 1.2.3-.1 0 .8.3 1 .4.5.1.8.2 1.3.2.4 0 .8-.1 1.3-.3.2-.1.8-.3.8-.3.6-.2 1-.3 1.4-.3.3 0 .6 0 .8.1-.7 1-1.1 2.2-1.1 3.5 0 1.9.7 3.4 2 4.5l.2.2c-.3.3-.4.5-.5.8Z"
9
8
  fill="currentColor"
9
+ fillRule="evenodd"
10
10
  />
11
11
  </Icon>
12
12
  ));
@@ -1,4 +1,4 @@
1
- import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
2
 
3
3
  const AppleFill = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>