@bitrise/bitkit 13.153.0 → 13.154.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 (128) hide show
  1. package/package.json +1 -1
  2. package/src/Components/Icons/16x16/Addons.tsx +2 -2
  3. package/src/Components/Icons/16x16/Agent.tsx +7 -1
  4. package/src/Components/Icons/16x16/App.tsx +2 -2
  5. package/src/Components/Icons/16x16/ArrowBackAndDown.tsx +12 -0
  6. package/src/Components/Icons/16x16/ArrowDown.tsx +0 -1
  7. package/src/Components/Icons/16x16/ArrowForwardAndDown.tsx +1 -1
  8. package/src/Components/Icons/16x16/ArrowForwardAndUp.tsx +12 -0
  9. package/src/Components/Icons/16x16/ArrowNorthwest.tsx +12 -0
  10. package/src/Components/Icons/16x16/ArrowRight.tsx +1 -2
  11. package/src/Components/Icons/16x16/Bitbot.tsx +15 -3
  12. package/src/Components/Icons/16x16/BitbotError.tsx +11 -3
  13. package/src/Components/Icons/16x16/Branch.tsx +2 -2
  14. package/src/Components/Icons/16x16/Bug.tsx +2 -2
  15. package/src/Components/Icons/16x16/Build.tsx +4 -6
  16. package/src/Components/Icons/16x16/Cache.tsx +5 -3
  17. package/src/Components/Icons/16x16/Chat.tsx +3 -3
  18. package/src/Components/Icons/16x16/ChatMessage.tsx +4 -2
  19. package/src/Components/Icons/16x16/CodeSigning.tsx +6 -3
  20. package/src/Components/Icons/16x16/Configure.tsx +12 -1
  21. package/src/Components/Icons/16x16/Cpu.tsx +3 -6
  22. package/src/Components/Icons/16x16/DashboardFilled.tsx +24 -0
  23. package/src/Components/Icons/16x16/Deployment.tsx +5 -5
  24. package/src/Components/Icons/16x16/Download.tsx +2 -3
  25. package/src/Components/Icons/16x16/Duplicate.tsx +1 -1
  26. package/src/Components/Icons/16x16/FileDoc.tsx +15 -1
  27. package/src/Components/Icons/16x16/FilePdf.tsx +12 -1
  28. package/src/Components/Icons/16x16/FilePlist.tsx +8 -5
  29. package/src/Components/Icons/16x16/FileZip.tsx +5 -4
  30. package/src/Components/Icons/16x16/Folder.tsx +4 -2
  31. package/src/Components/Icons/16x16/Fullscreen.tsx +4 -4
  32. package/src/Components/Icons/16x16/FullscreenExit.tsx +4 -4
  33. package/src/Components/Icons/16x16/Install.tsx +16 -0
  34. package/src/Components/Icons/16x16/Laptop.tsx +3 -2
  35. package/src/Components/Icons/16x16/Login.tsx +5 -3
  36. package/src/Components/Icons/16x16/Logout.tsx +5 -3
  37. package/src/Components/Icons/16x16/Message.tsx +4 -2
  38. package/src/Components/Icons/16x16/MessageQuestion.tsx +19 -0
  39. package/src/Components/Icons/16x16/Mobile.tsx +3 -2
  40. package/src/Components/Icons/16x16/MonitorChart.tsx +6 -2
  41. package/src/Components/Icons/16x16/OpenInBrowser.tsx +5 -3
  42. package/src/Components/Icons/16x16/Pause.tsx +7 -1
  43. package/src/Components/Icons/16x16/Play.tsx +2 -2
  44. package/src/Components/Icons/16x16/Podcast.tsx +3 -3
  45. package/src/Components/Icons/16x16/Pull.tsx +7 -1
  46. package/src/Components/Icons/16x16/Push.tsx +2 -2
  47. package/src/Components/Icons/16x16/Save.tsx +2 -3
  48. package/src/Components/Icons/16x16/Screenshare.tsx +8 -3
  49. package/src/Components/Icons/16x16/SecurityShield.tsx +6 -2
  50. package/src/Components/Icons/16x16/Shuffle.tsx +1 -3
  51. package/src/Components/Icons/16x16/Stack.tsx +10 -2
  52. package/src/Components/Icons/16x16/Steps.tsx +2 -2
  53. package/src/Components/Icons/16x16/Trigger.tsx +2 -2
  54. package/src/Components/Icons/16x16/Upload.tsx +2 -2
  55. package/src/Components/Icons/16x16/ValidateShield.tsx +6 -2
  56. package/src/Components/Icons/16x16/Video.tsx +4 -4
  57. package/src/Components/Icons/16x16/WebUi.tsx +4 -4
  58. package/src/Components/Icons/16x16/Webhooks.tsx +3 -3
  59. package/src/Components/Icons/16x16/Webinar.tsx +2 -2
  60. package/src/Components/Icons/16x16/Window.tsx +4 -3
  61. package/src/Components/Icons/16x16/Workflow.tsx +2 -2
  62. package/src/Components/Icons/16x16/WorkflowFlow.tsx +2 -2
  63. package/src/Components/Icons/16x16/index.ts +41 -35
  64. package/src/Components/Icons/24x24/Addons.tsx +2 -2
  65. package/src/Components/Icons/24x24/Agent.tsx +7 -1
  66. package/src/Components/Icons/24x24/App.tsx +2 -2
  67. package/src/Components/Icons/24x24/ArrowBackAndDown.tsx +12 -0
  68. package/src/Components/Icons/24x24/ArrowDown.tsx +0 -1
  69. package/src/Components/Icons/24x24/ArrowForwardAndDown.tsx +1 -1
  70. package/src/Components/Icons/24x24/ArrowForwardAndUp.tsx +12 -0
  71. package/src/Components/Icons/24x24/ArrowLeft.tsx +0 -1
  72. package/src/Components/Icons/24x24/ArrowNorthwest.tsx +12 -0
  73. package/src/Components/Icons/24x24/ArrowRight.tsx +0 -1
  74. package/src/Components/Icons/24x24/ArrowUp.tsx +0 -1
  75. package/src/Components/Icons/24x24/Bitbot.tsx +9 -3
  76. package/src/Components/Icons/24x24/BitbotError.tsx +11 -3
  77. package/src/Components/Icons/24x24/Branch.tsx +1 -1
  78. package/src/Components/Icons/24x24/Bug.tsx +2 -2
  79. package/src/Components/Icons/24x24/Build.tsx +4 -3
  80. package/src/Components/Icons/24x24/Cache.tsx +5 -3
  81. package/src/Components/Icons/24x24/Chat.tsx +3 -3
  82. package/src/Components/Icons/24x24/ChatMessage.tsx +3 -3
  83. package/src/Components/Icons/24x24/CodeSigning.tsx +6 -3
  84. package/src/Components/Icons/24x24/Commit.tsx +6 -3
  85. package/src/Components/Icons/24x24/Configure.tsx +12 -1
  86. package/src/Components/Icons/24x24/Cpu.tsx +3 -3
  87. package/src/Components/Icons/24x24/DashboardFilled.tsx +24 -0
  88. package/src/Components/Icons/24x24/Deployment.tsx +5 -5
  89. package/src/Components/Icons/24x24/Download.tsx +2 -3
  90. package/src/Components/Icons/24x24/Duplicate.tsx +1 -1
  91. package/src/Components/Icons/24x24/FileDoc.tsx +15 -1
  92. package/src/Components/Icons/24x24/FilePdf.tsx +12 -1
  93. package/src/Components/Icons/24x24/FilePlist.tsx +8 -5
  94. package/src/Components/Icons/24x24/FileZip.tsx +5 -4
  95. package/src/Components/Icons/24x24/Folder.tsx +4 -2
  96. package/src/Components/Icons/24x24/Fullscreen.tsx +19 -1
  97. package/src/Components/Icons/24x24/FullscreenExit.tsx +24 -1
  98. package/src/Components/Icons/24x24/Install.tsx +13 -0
  99. package/src/Components/Icons/24x24/Laptop.tsx +3 -2
  100. package/src/Components/Icons/24x24/Login.tsx +2 -3
  101. package/src/Components/Icons/24x24/Logout.tsx +5 -3
  102. package/src/Components/Icons/24x24/Message.tsx +4 -2
  103. package/src/Components/Icons/24x24/MessageQuestion.tsx +19 -0
  104. package/src/Components/Icons/24x24/Mobile.tsx +3 -2
  105. package/src/Components/Icons/24x24/MonitorChart.tsx +6 -2
  106. package/src/Components/Icons/24x24/OpenInBrowser.tsx +2 -3
  107. package/src/Components/Icons/24x24/Pause.tsx +7 -1
  108. package/src/Components/Icons/24x24/Play.tsx +2 -2
  109. package/src/Components/Icons/24x24/Podcast.tsx +6 -3
  110. package/src/Components/Icons/24x24/Pull.tsx +3 -3
  111. package/src/Components/Icons/24x24/Push.tsx +2 -2
  112. package/src/Components/Icons/24x24/Save.tsx +2 -3
  113. package/src/Components/Icons/24x24/Screenshare.tsx +8 -3
  114. package/src/Components/Icons/24x24/SecurityShield.tsx +6 -2
  115. package/src/Components/Icons/24x24/Shuffle.tsx +1 -3
  116. package/src/Components/Icons/24x24/Stack.tsx +10 -2
  117. package/src/Components/Icons/24x24/Steps.tsx +2 -2
  118. package/src/Components/Icons/24x24/Trigger.tsx +2 -2
  119. package/src/Components/Icons/24x24/Upload.tsx +5 -2
  120. package/src/Components/Icons/24x24/ValidateShield.tsx +6 -2
  121. package/src/Components/Icons/24x24/Video.tsx +4 -4
  122. package/src/Components/Icons/24x24/WebUi.tsx +4 -4
  123. package/src/Components/Icons/24x24/Webhooks.tsx +3 -3
  124. package/src/Components/Icons/24x24/Webinar.tsx +2 -2
  125. package/src/Components/Icons/24x24/Window.tsx +4 -3
  126. package/src/Components/Icons/24x24/Workflow.tsx +2 -2
  127. package/src/Components/Icons/24x24/WorkflowFlow.tsx +2 -2
  128. package/src/Components/Icons/24x24/index.ts +39 -33
@@ -3,10 +3,10 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
3
3
  const Webinar = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 16 16" {...props}>
5
5
  <path
6
+ fillRule="evenodd"
6
7
  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"
8
+ d="M5.25 6.5C5.25 4.98122 6.48122 3.75 8 3.75C9.51878 3.75 10.75 4.98122 10.75 6.5V11.5C10.75 11.9142 10.4142 12.25 10 12.25V12C10 11.4477 9.55229 11 9 11H7C6.44772 11 6 11.4477 6 12V14C6 14.5523 6.44772 15 7 15H9C9.55229 15 10 14.5523 10 14V13.75C11.2426 13.75 12.25 12.7426 12.25 11.5V10.75H12.5C13.7426 10.75 14.75 9.74264 14.75 8.5C14.75 7.25736 13.7426 6.25 12.5 6.25H12.2428C12.1134 4.01916 10.2633 2.25 8 2.25C5.73671 2.25 3.88664 4.01916 3.75723 6.25H3.5C2.25736 6.25 1.25 7.25736 1.25 8.5C1.25 9.74264 2.25736 10.75 3.5 10.75H5.25L5.25 6.5ZM12.5 9.25C12.9142 9.25 13.25 8.91421 13.25 8.5C13.25 8.08579 12.9142 7.75 12.5 7.75H12.25V9.25H12.5ZM3.5 7.75C3.08579 7.75 2.75 8.08579 2.75 8.5C2.75 8.91421 3.08579 9.25 3.5 9.25H3.75L3.75 7.75H3.5ZM7.5 12.5V13.5H8.5V12.5H7.5Z"
8
9
  fill="currentColor"
9
- fillRule="evenodd"
10
10
  />
11
11
  </Icon>
12
12
  ));
@@ -3,14 +3,15 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
3
3
  const Window = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 16 16" {...props}>
5
5
  <path
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"
6
+ d="M3.46967 8.03033L4.93934 9.5L3.46967 10.9697L4.53033 12.0303L7.06066 9.5L4.53033 6.96967L3.46967 8.03033Z"
7
7
  fill="currentColor"
8
8
  />
9
+ <path d="M8 10.5H11V12H8V10.5Z" fill="currentColor" />
9
10
  <path
11
+ fillRule="evenodd"
10
12
  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"
13
+ d="M13.5 2H2.5C1.67157 2 1 2.67157 1 3.5V13C1 13.8284 1.67157 14.5 2.5 14.5H13.5C14.3284 14.5 15 13.8284 15 13V3.5C15 2.67157 14.3284 2 13.5 2ZM2.5 3.5H13.5V4.75H2.5V3.5ZM2.5 6.25L2.5 13H13.5V6.25H2.5Z"
12
14
  fill="currentColor"
13
- fillRule="evenodd"
14
15
  />
15
16
  </Icon>
16
17
  ));
@@ -3,10 +3,10 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
3
3
  const Workflow = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 16 16" {...props}>
5
5
  <path
6
+ fillRule="evenodd"
6
7
  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"
8
+ d="M11 1.5H8.75V1H7.25V1.5H5C4.17157 1.5 3.5 2.17157 3.5 3V3.75C3.5 4.57843 4.17157 5.25 5 5.25H7.25V6.125H5C4.17157 6.125 3.5 6.79657 3.5 7.625V8.375C3.5 9.20343 4.17157 9.875 5 9.875H7.25V10.5H5C4.17157 10.5 3.5 11.1716 3.5 12V12.75C3.5 13.5784 4.17157 14.25 5 14.25H7.25V15H8.75V14.25H11C11.8284 14.25 12.5 13.5784 12.5 12.75V12C12.5 11.1716 11.8284 10.5 11 10.5H8.75V9.875H11C11.8284 9.875 12.5 9.20343 12.5 8.375V7.625C12.5 6.79657 11.8284 6.125 11 6.125H8.75V5.25H11C11.8284 5.25 12.5 4.57843 12.5 3.75V3C12.5 2.17157 11.8284 1.5 11 1.5ZM11 3H5V3.75H11V3ZM11 12H5V12.75H11V12ZM5 7.625H11V8.375H5V7.625Z"
8
9
  fill="currentColor"
9
- fillRule="evenodd"
10
10
  />
11
11
  </Icon>
12
12
  ));
@@ -3,10 +3,10 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
3
3
  const WorkflowFlow = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 16 16" {...props}>
5
5
  <path
6
+ fillRule="evenodd"
6
7
  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"
8
+ d="M5.5 7C6.61941 7 7.56698 6.26428 7.88555 5.25H11C12.2426 5.25 13.25 6.25736 13.25 7.5C13.25 8.44951 12.6618 9.26165 11.83 9.59197C11.4666 8.66019 10.5604 8 9.5 8C8.38059 8 7.43302 8.73572 7.11445 9.75H5C2.92893 9.75 1.25 11.4289 1.25 13.5V14H2.75V13.5C2.75 12.2574 3.75736 11.25 5 11.25H7.11445C7.43302 12.2643 8.38059 13 9.5 13C10.6607 13 11.6366 12.2091 11.9182 11.1368C13.5454 10.7272 14.75 9.2543 14.75 7.5C14.75 5.42893 13.0711 3.75 11 3.75H7.88555C7.56698 2.73572 6.61941 2 5.5 2C4.38059 2 3.43302 2.73572 3.11445 3.75H1V5.25H3.11445C3.43302 6.26428 4.38059 7 5.5 7ZM5.5 5.5C6.05228 5.5 6.5 5.05228 6.5 4.5C6.5 3.94772 6.05228 3.5 5.5 3.5C4.94772 3.5 4.5 3.94772 4.5 4.5C4.5 5.05228 4.94772 5.5 5.5 5.5ZM10.5 10.5C10.5 11.0523 10.0523 11.5 9.5 11.5C8.94772 11.5 8.5 11.0523 8.5 10.5C8.5 9.94772 8.94772 9.5 9.5 9.5C10.0523 9.5 10.5 9.94772 10.5 10.5Z"
8
9
  fill="currentColor"
9
- fillRule="evenodd"
10
10
  />
11
11
  </Icon>
12
12
  ));
@@ -1,32 +1,35 @@
1
+ export { default as Addons } from './Addons';
1
2
  export { default as AddonsTuorqouise } from './AddonsTuorqouise';
2
3
  export { default as AddonsViolet } from './AddonsViolet';
3
4
  export { default as AddonsWhite } from './AddonsWhite';
4
- export { default as Addons } from './Addons';
5
5
  export { default as Agent } from './Agent';
6
6
  export { default as Anchor } from './Anchor';
7
7
  export { default as Android } from './Android';
8
8
  export { default as App } from './App';
9
- export { default as AppleFill } from './AppleFill';
10
9
  export { default as Apple } from './Apple';
10
+ export { default as AppleFill } from './AppleFill';
11
11
  export { default as AppStore } from './AppStore';
12
12
  export { default as AppStoreColor } from './AppStoreColor';
13
- export { default as ArrowMoveLeft } from './ArrowMoveLeft';
13
+ export { default as ArrowBackAndDown } from './ArrowBackAndDown';
14
+ export { default as ArrowDown } from './ArrowDown';
15
+ export { default as ArrowForwardAndDown } from './ArrowForwardAndDown';
16
+ export { default as ArrowForwardAndUp } from './ArrowForwardAndUp';
17
+ export { default as ArrowLeft } from './ArrowLeft';
14
18
  export { default as ArrowMoveDown } from './ArrowMoveDown';
15
- export { default as ArrowMoveUp } from './ArrowMoveUp';
19
+ export { default as ArrowMoveLeft } from './ArrowMoveLeft';
16
20
  export { default as ArrowMoveRight } from './ArrowMoveRight';
21
+ export { default as ArrowMoveUp } from './ArrowMoveUp';
17
22
  export { default as ArrowNorthEast } from './ArrowNorthEast';
23
+ export { default as ArrowNorthwest } from './ArrowNorthwest';
18
24
  export { default as ArrowQuit } from './ArrowQuit';
19
- export { default as ArrowLeft } from './ArrowLeft';
20
25
  export { default as ArrowRight } from './ArrowRight';
21
26
  export { default as ArrowUp } from './ArrowUp';
22
- export { default as ArrowDown } from './ArrowDown';
23
- export { default as ArrowForwardAndDown } from './ArrowForwardAndDown';
24
27
  export { default as Badge3rdParty } from './Badge3rdParty';
25
28
  export { default as BadgeBitrise } from './BadgeBitrise';
26
29
  export { default as Bazel } from './Bazel';
27
30
  export { default as Bell } from './Bell';
28
- export { default as BitbotError } from './BitbotError';
29
31
  export { default as Bitbot } from './Bitbot';
32
+ export { default as BitbotError } from './BitbotError';
30
33
  export { default as BitbucketBlue } from './BitbucketBlue';
31
34
  export { default as BitbucketNeutral } from './BitbucketNeutral';
32
35
  export { default as BitbucketPlain } from './BitbucketPlain';
@@ -39,25 +42,25 @@ export { default as Bug } from './Bug';
39
42
  export { default as Build } from './Build';
40
43
  export { default as BuildCache } from './BuildCache';
41
44
  export { default as BuildCacheSolid } from './BuildCacheSolid';
42
- export { default as BuildTest } from './BuildTest';
43
- export { default as BuildTestSolid } from './BuildTestSolid';
44
- export { default as BuildstatusAbortedSolid } from './BuildstatusAbortedSolid';
45
45
  export { default as BuildstatusAborted } from './BuildstatusAborted';
46
- export { default as BuildstatusFailedSolid } from './BuildstatusFailedSolid';
46
+ export { default as BuildstatusAbortedSolid } from './BuildstatusAbortedSolid';
47
47
  export { default as BuildstatusFailed } from './BuildstatusFailed';
48
- export { default as BuildstatusLoadingAnimated } from './BuildstatusLoadingAnimated';
48
+ export { default as BuildstatusFailedSolid } from './BuildstatusFailedSolid';
49
49
  export { default as BuildstatusLoading } from './BuildstatusLoading';
50
+ export { default as BuildstatusLoadingAnimated } from './BuildstatusLoadingAnimated';
50
51
  export { default as BuildstatusNeverbuilt } from './BuildstatusNeverbuilt';
51
52
  export { default as BuildstatusProgressEggplant } from './BuildstatusProgressEggplant';
52
53
  export { default as BuildstatusProgressWhite } from './BuildstatusProgressWhite';
53
- export { default as BuildstatusSuccessfulSolid } from './BuildstatusSuccessfulSolid';
54
54
  export { default as BuildstatusSuccessful } from './BuildstatusSuccessful';
55
+ export { default as BuildstatusSuccessfulSolid } from './BuildstatusSuccessfulSolid';
56
+ export { default as BuildTest } from './BuildTest';
57
+ export { default as BuildTestSolid } from './BuildTestSolid';
55
58
  export { default as Bulletpoint } from './Bulletpoint';
56
59
  export { default as Cache } from './Cache';
57
60
  export { default as Calendar } from './Calendar';
58
61
  export { default as ChangePlan } from './ChangePlan';
59
- export { default as ChatMessage } from './ChatMessage';
60
62
  export { default as Chat } from './Chat';
63
+ export { default as ChatMessage } from './ChatMessage';
61
64
  export { default as CheckCircle } from './CheckCircle';
62
65
  export { default as ChevronDown } from './ChevronDown';
63
66
  export { default as ChevronLeft } from './ChevronLeft';
@@ -65,8 +68,8 @@ export { default as ChevronRight } from './ChevronRight';
65
68
  export { default as ChevronUp } from './ChevronUp';
66
69
  export { default as Clock } from './Clock';
67
70
  export { default as CloseSmall } from './CloseSmall';
68
- export { default as CodeSigning } from './CodeSigning';
69
71
  export { default as Code } from './Code';
72
+ export { default as CodeSigning } from './CodeSigning';
70
73
  export { default as Coffee } from './Coffee';
71
74
  export { default as Commit } from './Commit';
72
75
  export { default as Conference } from './Conference';
@@ -79,6 +82,8 @@ export { default as Credits } from './Credits';
79
82
  export { default as CrossCircle } from './CrossCircle';
80
83
  export { default as CrossCircleFilled } from './CrossCircleFilled';
81
84
  export { default as Cycle } from './Cycle';
85
+ export { default as Dashboard } from './Dashboard';
86
+ export { default as DashboardFilled } from './DashboardFilled';
82
87
  export { default as DeleteNope } from './DeleteNope';
83
88
  export { default as Deployment } from './Deployment';
84
89
  export { default as Details } from './Details';
@@ -101,18 +106,18 @@ export { default as Filter } from './Filter';
101
106
  export { default as Flag } from './Flag';
102
107
  export { default as Flutter } from './Flutter';
103
108
  export { default as Folder } from './Folder';
104
- export { default as FullscreenExit } from './FullscreenExit';
105
109
  export { default as Fullscreen } from './Fullscreen';
110
+ export { default as FullscreenExit } from './FullscreenExit';
106
111
  export { default as Gauge } from './Gauge';
107
112
  export { default as Github } from './Github';
108
113
  export { default as GitlabColor } from './GitlabColor';
109
- export { default as GooglePlay } from './GooglePlay';
110
- export { default as GooglePlayColor } from './GooglePlayColor';
111
114
  export { default as GitlabPlain } from './GitlabPlain';
112
115
  export { default as GitlabShadedWhite } from './GitlabShadedWhite';
113
116
  export { default as Globe } from './Globe';
114
117
  export { default as Go } from './Go';
115
118
  export { default as GoogleColor } from './GoogleColor';
119
+ export { default as GooglePlay } from './GooglePlay';
120
+ export { default as GooglePlayColor } from './GooglePlayColor';
116
121
  export { default as Gradle } from './Gradle';
117
122
  export { default as Group } from './Group';
118
123
  export { default as Heart } from './Heart';
@@ -122,17 +127,19 @@ export { default as Image } from './Image';
122
127
  export { default as Info } from './Info';
123
128
  export { default as InfoCircle } from './InfoCircle';
124
129
  export { default as InfoCircleFilled } from './InfoCircleFilled';
130
+ export { default as Insights } from './Insights';
131
+ export { default as InsightsSolid } from './InsightsSolid';
132
+ export { default as Install } from './Install';
125
133
  export { default as Interaction } from './Interaction';
126
134
  export { default as Invoice } from './Invoice';
127
135
  export { default as Ionic } from './Ionic';
128
- export { default as Insights } from './Insights';
129
- export { default as InsightsSolid } from './InsightsSolid';
130
136
  export { default as Japanese } from './Japanese';
131
137
  export { default as Key } from './Key';
132
138
  export { default as Laptop } from './Laptop';
133
139
  export { default as LaunchDarkly } from './LaunchDarkly';
134
140
  export { default as Lightbulb } from './Lightbulb';
135
141
  export { default as Link } from './Link';
142
+ export { default as Linux } from './Linux';
136
143
  export { default as Lock } from './Lock';
137
144
  export { default as LockOpen } from './LockOpen';
138
145
  export { default as Login } from './Login';
@@ -144,6 +151,7 @@ export { default as Mail } from './Mail';
144
151
  export { default as MenuGrid } from './MenuGrid';
145
152
  export { default as MenuHamburger } from './MenuHamburger';
146
153
  export { default as Message } from './Message';
154
+ export { default as MessageQuestion } from './MessageQuestion';
147
155
  export { default as MinusCircleFilled } from './MinusCircleFilled';
148
156
  export { default as MinusClose } from './MinusClose';
149
157
  export { default as MinusRemove } from './MinusRemove';
@@ -152,11 +160,12 @@ export { default as MonitorChart } from './MonitorChart';
152
160
  export { default as MoreHorizontal } from './MoreHorizontal';
153
161
  export { default as MoreVertical } from './MoreVertical';
154
162
  export { default as News } from './News';
155
- export { default as NoTie } from './NoTie';
156
163
  export { default as Nodejs } from './Nodejs';
164
+ export { default as NoTie } from './NoTie';
157
165
  export { default as Numero } from './Numero';
158
166
  export { default as OpenInBrowser } from './OpenInBrowser';
159
167
  export { default as Other } from './Other';
168
+ export { default as OutsideContributor } from './OutsideContributor';
160
169
  export { default as OverflowingLines } from './OverflowingLines';
161
170
  export { default as Overview } from './Overview';
162
171
  export { default as Owner } from './Owner';
@@ -202,14 +211,14 @@ export { default as StageCurrent } from './StageCurrent';
202
211
  export { default as StageIncomplete } from './StageIncomplete';
203
212
  export { default as Star } from './Star';
204
213
  export { default as Status } from './Status';
205
- export { default as StepUpgrade } from './StepUpgrade';
206
- export { default as StepVersionOk } from './StepVersionOk';
207
- export { default as StepsTuorqouise } from './StepsTuorqouise';
208
- export { default as StepsViolet } from './StepsViolet';
209
- export { default as StepsWhite } from './StepsWhite';
210
214
  export { default as Steps } from './Steps';
211
215
  export { default as StepstatusSkip } from './StepstatusSkip';
212
216
  export { default as StepstatusWarning } from './StepstatusWarning';
217
+ export { default as StepsTuorqouise } from './StepsTuorqouise';
218
+ export { default as StepsViolet } from './StepsViolet';
219
+ export { default as StepsWhite } from './StepsWhite';
220
+ export { default as StepUpgrade } from './StepUpgrade';
221
+ export { default as StepVersionOk } from './StepVersionOk';
213
222
  export { default as Stopwatch } from './Stopwatch';
214
223
  export { default as Support } from './Support';
215
224
  export { default as Swag } from './Swag';
@@ -217,11 +226,11 @@ export { default as Tag } from './Tag';
217
226
  export { default as TestFailed } from './TestFailed';
218
227
  export { default as TestInconclusive } from './TestInconclusive';
219
228
  export { default as TestInfo } from './TestInfo';
229
+ export { default as Testing } from './Testing';
220
230
  export { default as TestInprogress } from './TestInprogress';
221
231
  export { default as TestSkipped } from './TestSkipped';
222
232
  export { default as TestSuccess } from './TestSuccess';
223
233
  export { default as TestWarning } from './TestWarning';
224
- export { default as Testing } from './Testing';
225
234
  export { default as ThumbDown } from './ThumbDown';
226
235
  export { default as ThumbUp } from './ThumbUp';
227
236
  export { default as Tick } from './Tick';
@@ -231,24 +240,21 @@ export { default as Trace } from './Trace';
231
240
  export { default as Trash } from './Trash';
232
241
  export { default as Trigger } from './Trigger';
233
242
  export { default as Twitter } from './Twitter';
243
+ export { default as Ubuntu } from './Ubuntu';
244
+ export { default as UbuntuColor } from './UbuntuColor';
234
245
  export { default as Upload } from './Upload';
235
246
  export { default as ValidateShield } from './ValidateShield';
236
247
  export { default as Video } from './Video';
237
248
  export { default as Warning } from './Warning';
238
249
  export { default as WarningColored } from './WarningColored';
239
- export { default as WebUi } from './WebUi';
240
250
  export { default as Webhooks } from './Webhooks';
241
251
  export { default as Webinar } from './Webinar';
252
+ export { default as WebUi } from './WebUi';
242
253
  export { default as Window } from './Window';
243
- export { default as WorkflowFlow } from './WorkflowFlow';
244
254
  export { default as Workflow } from './Workflow';
255
+ export { default as WorkflowFlow } from './WorkflowFlow';
245
256
  export { default as Wow } from './Wow';
246
257
  export { default as WrappedLines } from './WrappedLines';
247
258
  export { default as Xamarin } from './Xamarin';
248
259
  export { default as Xcode } from './Xcode';
249
260
  export { default as XTwitter } from './XTwitter';
250
- export { default as OutsideContributor } from './OutsideContributor';
251
- export { default as Dashboard } from './Dashboard';
252
- export { default as Linux } from './Linux';
253
- export { default as Ubuntu } from './Ubuntu';
254
- export { default as UbuntuColor } from './UbuntuColor';
@@ -3,10 +3,10 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
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"
6
7
  clipRule="evenodd"
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"
8
+ d="M11.0287 2.89567C11.6328 2.56009 12.3672 2.56009 12.9713 2.89567L16.4713 4.84011C17.1062 5.19285 17.5 5.86209 17.5 6.58843V10.4116L20.9713 12.3401C21.6062 12.6929 22 13.3621 22 14.0884V17.9116C22 18.638 21.6062 19.3072 20.9713 19.6599L17.4713 21.6044C16.8672 21.94 16.1328 21.94 15.5287 21.6044L12.0287 19.6599C12.0191 19.6546 12.0095 19.6492 12 19.6437C11.9905 19.6492 11.9809 19.6546 11.9713 19.6599L8.47129 21.6044C7.86724 21.94 7.13276 21.94 6.52871 21.6044L3.02871 19.6599C2.39378 19.3072 2 18.638 2 17.9116V14.0884C2 13.3621 2.39378 12.6929 3.02871 12.3401L6.5 10.4116V6.58843C6.5 5.86209 6.89378 5.19285 7.52871 4.84011L11.0287 2.89567ZM8.5 10.4116L12 12.3561L15.5 10.4116V6.58843L12 4.64398L8.5 6.58843V10.4116ZM13 14.0884V17.9116L16.5 19.8561L20 17.9116V14.0884L16.5 12.144L13 14.0884ZM7.5 12.144L4 14.0884V17.9116L7.5 19.8561L11 17.9116V14.0884L7.5 12.144Z"
8
9
  fill="currentColor"
9
- fillRule="evenodd"
10
10
  />
11
11
  </Icon>
12
12
  ));
@@ -3,10 +3,16 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
3
3
  const Agent = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
5
5
  <path
6
+ fillRule="evenodd"
6
7
  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"
8
+ d="M3 4C3 2.89543 3.89543 2 5 2H19C20.1046 2 21 2.89543 21 4V9C21 10.1046 20.1046 11 19 11H5C3.89543 11 3 10.1046 3 9V4ZM5 4H19V9H5L5 4Z"
8
9
  fill="currentColor"
10
+ />
11
+ <path
9
12
  fillRule="evenodd"
13
+ clipRule="evenodd"
14
+ d="M3 15C3 13.8954 3.89543 13 5 13H19C20.1046 13 21 13.8954 21 15V20C21 21.1046 20.1046 22 19 22H5C3.89543 22 3 21.1046 3 20V15ZM5 15H19V20H5L5 15Z"
15
+ fill="currentColor"
10
16
  />
11
17
  </Icon>
12
18
  ));
@@ -3,10 +3,10 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
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"
6
7
  clipRule="evenodd"
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"
8
+ d="M2 4C2 2.89543 2.89543 2 4 2H20C21.1046 2 22 2.89543 22 4V20C22 21.1046 21.1046 22 20 22H4C2.89543 22 2 21.1046 2 20V4ZM5.41421 4H18.5858L15.4765 7.10925C14.4957 6.41079 13.2958 6 12 6C10.7042 6 9.50428 6.41079 8.52347 7.10925L5.41421 4ZM7.10925 8.52347L4 5.41421V18.5858L7.10925 15.4765C6.41079 14.4957 6 13.2958 6 12C6 10.7042 6.41079 9.50428 7.10925 8.52347ZM8.55382 14.032C8.20193 13.4365 8 12.7418 8 12C8 11.2582 8.20193 10.5635 8.55382 9.96803L10.5858 12L8.55382 14.032ZM8.52347 16.8907L5.41421 20H18.5858L15.4765 16.8907C14.4957 17.5892 13.2958 18 12 18C10.7042 18 9.50428 17.5892 8.52347 16.8907ZM14.032 15.4462C13.4365 15.7981 12.7418 16 12 16C11.2582 16 10.5635 15.7981 9.96803 15.4462L12 13.4142L14.032 15.4462ZM16.8907 15.4765L20 18.5858V5.41421L16.8907 8.52347C17.5892 9.50428 18 10.7042 18 12C18 13.2958 17.5892 14.4957 16.8907 15.4765ZM15.4462 9.96803C15.7981 10.5635 16 11.2582 16 12C16 12.7418 15.7981 13.4365 15.4462 14.032L13.4142 12L15.4462 9.96803ZM14.032 8.55382L12 10.5858L9.96803 8.55382C10.5635 8.20193 11.2582 8 12 8C12.7418 8 13.4365 8.20193 14.032 8.55382Z"
8
9
  fill="currentColor"
9
- fillRule="evenodd"
10
10
  />
11
11
  </Icon>
12
12
  ));
@@ -0,0 +1,12 @@
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
+
3
+ const ArrowBackAndDown = forwardRef<IconProps, 'svg'>((props, ref) => (
4
+ <Icon ref={ref} viewBox="0 0 24 24" {...props}>
5
+ <path
6
+ d="M16.7071 13.7029L11 19.41L5.29291 13.7029L6.70712 12.2887L10 15.5816V7.99579C10 6.89122 10.8954 5.99579 12 5.99579H18V7.99579H12V15.5816L15.2929 12.2887L16.7071 13.7029Z"
7
+ fill="currentColor"
8
+ />
9
+ </Icon>
10
+ ));
11
+
12
+ export default ArrowBackAndDown;
@@ -5,7 +5,6 @@ const ArrowDown = forwardRef<IconProps, 'svg'>((props, ref) => (
5
5
  <path
6
6
  d="M13 17.0859V3H11V17.0857L6.70718 12.7929L5.29297 14.2071L12.0001 20.9142L18.7072 14.2071L17.293 12.7929L13 17.0859Z"
7
7
  fill="currentColor"
8
- fillRule="evenodd"
9
8
  />
10
9
  </Icon>
11
10
  ));
@@ -3,7 +3,7 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
3
3
  const ArrowForwardAndDown = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
5
5
  <path
6
- d="M16.707 13.703 11 19.41l-5.707-5.707 1.414-1.414L10 15.582V7.996a2 2 0 0 1 2-2h6v2h-6v7.586l3.293-3.293 1.414 1.414Z"
6
+ d="M7.29289 13.7029L13 19.41L18.7071 13.7029L17.2929 12.2887L14 15.5816V7.99579C14 6.89122 13.1046 5.99579 12 5.99579H6V7.99579H12V15.5816L8.70711 12.2887L7.29289 13.7029Z"
7
7
  fill="currentColor"
8
8
  />
9
9
  </Icon>
@@ -0,0 +1,12 @@
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
+
3
+ const ArrowForwardAndUp = forwardRef<IconProps, 'svg'>((props, ref) => (
4
+ <Icon ref={ref} viewBox="0 0 24 24" {...props}>
5
+ <path
6
+ d="M7.29289 10.2929L13 4.58578L18.7071 10.2929L17.2929 11.7071L14 8.41421V16C14 17.1046 13.1046 18 12 18H6V16H12V8.41421L8.70711 11.7071L7.29289 10.2929Z"
7
+ fill="currentColor"
8
+ />
9
+ </Icon>
10
+ ));
11
+
12
+ export default ArrowForwardAndUp;
@@ -5,7 +5,6 @@ const ArrowLeft = forwardRef<IconProps, 'svg'>((props, ref) => (
5
5
  <path
6
6
  d="M6.91411 11L11.207 6.70709L9.7928 5.29288L3.08569 12L9.7928 18.7071L11.207 17.2929L6.91413 13L21 13V11L6.91411 11Z"
7
7
  fill="currentColor"
8
- fillRule="evenodd"
9
8
  />
10
9
  </Icon>
11
10
  ));
@@ -0,0 +1,12 @@
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
+
3
+ const ArrowNorthwest = forwardRef<IconProps, 'svg'>((props, ref) => (
4
+ <Icon ref={ref} viewBox="0 0 24 24" {...props}>
5
+ <path
6
+ d="M9 10.4142V16.0001H7V7.00006H16V9.00006H10.4143L18.7071 17.2929L17.2929 18.7071L9 10.4142Z"
7
+ fill="currentColor"
8
+ />
9
+ </Icon>
10
+ ));
11
+
12
+ export default ArrowNorthwest;
@@ -5,7 +5,6 @@ const ArrowRight = forwardRef<IconProps, 'svg'>((props, ref) => (
5
5
  <path
6
6
  d="M12.793 17.2929L14.2072 18.7071L20.9143 12L14.2072 5.29288L12.793 6.70709L17.0859 11L3 11V13L17.0858 13L12.793 17.2929Z"
7
7
  fill="currentColor"
8
- fillRule="evenodd"
9
8
  />
10
9
  </Icon>
11
10
  ));
@@ -5,7 +5,6 @@ const ArrowUp = forwardRef<IconProps, 'svg'>((props, ref) => (
5
5
  <path
6
6
  d="M18.7072 9.79289L12.0001 3.08578L5.29297 9.79289L6.70718 11.2071L11 6.91429L11 21H13L13 6.91414L17.293 11.2071L18.7072 9.79289Z"
7
7
  fill="currentColor"
8
- fillRule="evenodd"
9
8
  />
10
9
  </Icon>
11
10
  ));
@@ -3,14 +3,20 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
3
3
  const Bitbot = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
5
5
  <path
6
- d="M12.15 6.1a1 1 0 1 0-.001-2 1 1 0 0 0 0 2ZM8.375 12C7.615 12 7 12.613 7 13.37h2.75c0-.757-.616-1.37-1.375-1.37ZM12 16a2 2 0 0 0 2-2h-4a2 2 0 0 0 2 2ZM14 13.373a1.373 1.373 0 1 1 2.746 0H14Z"
6
+ d="M13 4.20001C13 4.7523 12.5523 5.20001 12 5.20001C11.4477 5.20001 11 4.7523 11 4.20001C11 3.64773 11.4477 3.20001 12 3.20001C12.5523 3.20001 13 3.64773 13 4.20001Z"
7
7
  fill="currentColor"
8
8
  />
9
+ <path d="M7 12C6.24056 12 5.625 12.6134 5.625 13.37H8.375C8.375 12.6134 7.75944 12 7 12Z" fill="currentColor" />
10
+ <path d="M12 16.5C13.1045 16.5 14 15.6045 14 14.5H10C10 15.6045 10.8954 16.5 12 16.5Z" fill="currentColor" />
9
11
  <path
10
- clipRule="evenodd"
11
- d="M20.792 9.214c.25.97.595 2.428.826 3.87.156.976.282 2.128.375 3.425a2.527 2.527 0 0 1-.733 1.959 2.997 2.997 0 0 1-2.036.891c-1.731.075-4.39.164-7.224.164-2.835 0-5.493-.09-7.224-.164a2.997 2.997 0 0 1-2.037-.891 2.527 2.527 0 0 1-.732-1.959c.092-1.297.219-2.45.375-3.425.231-1.443.576-2.901.826-3.87.297-1.155 1.362-1.981 2.65-2.055C7.122 7.086 9.214 7 12 7c2.786 0 4.878.086 6.142.159 1.288.074 2.353.9 2.65 2.055Zm-2.764-.058A106.57 106.57 0 0 0 12 9c-2.343 0-4.363.06-6.028.156-.441.025-.753.267-.827.556a41.538 41.538 0 0 0-.788 3.688c-.146.914-.267 2.01-.356 3.253-.01.147.042.286.173.422.165.17.404.274.688.286 2.304.1 4.747.162 7.138.162 2.39 0 4.833-.063 7.138-.162a1 1 0 0 0 .687-.286c.132-.136.184-.275.173-.423a38.28 38.28 0 0 0-.355-3.252 41.593 41.593 0 0 0-.788-3.688c-.074-.29-.386-.531-.827-.556Z"
12
+ d="M16.6269 12C15.8685 12 15.2537 12.6148 15.2537 13.3731H18C18 12.6148 17.3853 12 16.6269 12Z"
12
13
  fill="currentColor"
14
+ />
15
+ <path
13
16
  fillRule="evenodd"
17
+ clipRule="evenodd"
18
+ d="M5.76043 6.42355C9.51446 6.12979 14.4127 6.12979 18.1667 6.42355C19.4978 6.52771 20.5592 7.51916 20.8091 8.79927C21.4305 11.9827 21.8075 14.3632 21.9243 17.0152C21.9932 18.581 20.8015 19.8973 19.2454 20C15.1377 20.271 8.78945 20.271 4.68172 20C3.12558 19.8973 1.93388 18.581 2.00285 17.0152C2.11965 14.3632 2.49661 11.9827 3.11809 8.79927C3.368 7.51916 4.42941 6.52771 5.76043 6.42355ZM18.0107 8.41746C14.3605 8.13182 9.56663 8.13182 5.91645 8.41746C5.51168 8.44913 5.16473 8.75376 5.08103 9.18248C4.46596 12.3331 4.11118 14.5995 4.00091 17.1032C3.98014 17.5747 4.33462 17.9728 4.81336 18.0043C8.83343 18.2695 15.0937 18.2695 19.1138 18.0043C19.5925 17.9728 19.947 17.5747 19.9262 17.1032C19.816 14.5995 19.4612 12.3331 18.8461 9.18248C18.7624 8.75376 18.4155 8.44913 18.0107 8.41746Z"
19
+ fill="currentColor"
14
20
  />
15
21
  </Icon>
16
22
  ));
@@ -3,14 +3,22 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
3
3
  const BitbotError = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
5
5
  <path
6
- d="M13.15 5.1a1 1 0 1 1-2.001 0 1 1 0 0 1 2 0ZM8 11.586 6.586 10.17l-1.414 1.415L6.586 13l-1.414 1.414 1.414 1.414L8 14.414l1.414 1.414 1.414-1.414L9.414 13l1.414-1.414-1.414-1.415L8 11.587ZM17.414 13l1.414 1.414-1.414 1.414L16 14.414l-1.414 1.414-1.414-1.414L14.586 13l-1.414-1.414 1.414-1.415L16 11.587l1.414-1.415 1.414 1.415L17.414 13Z"
6
+ d="M12 5.20001C12.5523 5.20001 13 4.7523 13 4.20001C13 3.64773 12.5523 3.20001 12 3.20001C11.4477 3.20001 11 3.64773 11 4.20001C11 4.7523 11.4477 5.20001 12 5.20001Z"
7
7
  fill="currentColor"
8
8
  />
9
9
  <path
10
- clipRule="evenodd"
11
- d="M21.618 13.084a44.48 44.48 0 0 0-.826-3.87c-.297-1.155-1.362-1.981-2.65-2.055A108.657 108.657 0 0 0 12 7c-2.786 0-4.878.086-6.142.159-1.288.074-2.353.9-2.65 2.055-.25.969-.595 2.427-.826 3.87a40.255 40.255 0 0 0-.375 3.425 2.527 2.527 0 0 0 .732 1.959 2.997 2.997 0 0 0 2.037.891c1.731.075 4.39.164 7.224.164 2.834 0 5.493-.09 7.224-.164a2.997 2.997 0 0 0 2.036-.891c.525-.54.785-1.236.733-1.959a40.252 40.252 0 0 0-.375-3.425ZM12 9c2.342 0 4.363.06 6.028.156.44.025.753.267.827.556.321 1.25.602 2.525.788 3.688.146.915.266 2.01.355 3.252.01.148-.041.287-.173.423a1 1 0 0 1-.687.286c-2.305.1-4.747.162-7.138.162s-4.834-.063-7.138-.162a1.001 1.001 0 0 1-.688-.286c-.131-.136-.183-.275-.173-.422.09-1.244.21-2.34.356-3.253.186-1.164.467-2.44.788-3.688.074-.29.386-.531.827-.556C7.637 9.06 9.657 9 12 9Z"
10
+ d="M6.58586 13L5.29297 11.7071L6.70718 10.2929L8.00008 11.5858L9.29297 10.2929L10.7072 11.7071L9.41429 13L10.7072 14.2929L9.29297 15.7071L8.00008 14.4142L6.70718 15.7071L5.29297 14.2929L6.58586 13Z"
11
+ fill="currentColor"
12
+ />
13
+ <path
14
+ d="M14.5859 13L13.293 11.7071L14.7072 10.2929L16.0001 11.5858L17.293 10.2929L18.7072 11.7071L17.4143 13L18.7072 14.2929L17.293 15.7071L16.0001 14.4142L14.7072 15.7071L13.293 14.2929L14.5859 13Z"
12
15
  fill="currentColor"
16
+ />
17
+ <path
13
18
  fillRule="evenodd"
19
+ clipRule="evenodd"
20
+ d="M18.1667 6.42355C14.4127 6.12979 9.51446 6.12979 5.76043 6.42355C4.42941 6.52771 3.368 7.51916 3.11809 8.79927C2.49661 11.9827 2.11965 14.3632 2.00285 17.0152C1.93388 18.581 3.12558 19.8973 4.68172 20C8.78945 20.271 15.1377 20.271 19.2454 20C20.8015 19.8973 21.9932 18.581 21.9243 17.0152C21.8075 14.3632 21.4305 11.9827 20.8091 8.79927C20.5592 7.51916 19.4978 6.52771 18.1667 6.42355ZM5.91645 8.41746C9.56663 8.13182 14.3605 8.13182 18.0107 8.41746C18.4155 8.44913 18.7624 8.75376 18.8461 9.18248C19.4612 12.3331 19.816 14.5995 19.9262 17.1032C19.947 17.5747 19.5925 17.9728 19.1138 18.0043C15.0937 18.2695 8.83343 18.2695 4.81336 18.0043C4.33462 17.9728 3.98014 17.5747 4.00091 17.1032C4.11118 14.5995 4.46596 12.3331 5.08103 9.18248C5.16473 8.75376 5.51168 8.44913 5.91645 8.41746Z"
21
+ fill="currentColor"
14
22
  />
15
23
  </Icon>
16
24
  ));
@@ -3,10 +3,10 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
3
3
  const Branch = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
5
5
  <path
6
+ fillRule="evenodd"
6
7
  clipRule="evenodd"
7
8
  d="M11 5C11 6.30622 10.1652 7.41746 9 7.82929V12.0351C9.58835 11.6948 10.2714 11.5 11 11.5H14C15.1046 11.5 16 10.6046 16 9.5V7.82929C14.8348 7.41746 14 6.30622 14 5C14 3.34315 15.3431 2 17 2C18.6569 2 20 3.34315 20 5C20 6.30622 19.1652 7.41746 18 7.82929V9.5C18 11.7091 16.2091 13.5 14 13.5H11C9.89543 13.5 9 14.3954 9 15.5V16.1707C10.1652 16.5825 11 17.6938 11 19C11 20.6569 9.65685 22 8 22C6.34315 22 5 20.6569 5 19C5 17.6938 5.83481 16.5825 7 16.1707V7.82929C5.83481 7.41746 5 6.30622 5 5C5 3.34315 6.34315 2 8 2C9.65685 2 11 3.34315 11 5ZM8 6C8.55228 6 9 5.55228 9 5C9 4.44772 8.55228 4 8 4C7.44772 4 7 4.44772 7 5C7 5.55228 7.44772 6 8 6ZM9 19C9 19.5523 8.55228 20 8 20C7.44772 20 7 19.5523 7 19C7 18.4477 7.44772 18 8 18C8.55228 18 9 18.4477 9 19ZM18 5C18 5.55228 17.5523 6 17 6C16.4477 6 16 5.55228 16 5C16 4.44772 16.4477 4 17 4C17.5523 4 18 4.44772 18 5Z"
8
9
  fill="currentColor"
9
- fillRule="evenodd"
10
10
  />
11
11
  </Icon>
12
12
  ));
@@ -3,10 +3,10 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
3
3
  const Bug = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
5
5
  <path
6
+ fillRule="evenodd"
6
7
  clipRule="evenodd"
7
- d="M7.004 3h2v2.179l1.143 1.143A5.488 5.488 0 0 1 12.005 6c.652 0 1.277.113 1.857.321l1.143-1.141V3h2V5.18c0 .53-.21 1.039-.586 1.415l-.779.777a5.503 5.503 0 0 1 1.638 2.56l.727-.727V7h2v2.205a2 2 0 0 1-.586 1.414l-1.914 1.913V13h2.5v2h-2.5v.5a2 2 0 0 1-.002.085l1.92 1.919c.374.375.585.884.585 1.415v2.08h-2v-2.08l-1.553-1.554-3.06 3.061a1.967 1.967 0 0 1-2.779-.001l-3.06-3.062L6 18.918V21H4v-2.08c0-.53.211-1.04.586-1.415l1.921-1.92a1.962 1.962 0 0 1-.002-.084V15h-2.5v-2h2.5v-.466L4.59 10.62a2 2 0 0 1-.586-1.414V7h2v2.205l.728.728a5.504 5.504 0 0 1 1.638-2.56l-.78-.78a2 2 0 0 1-.586-1.414V3Zm1.501 9.5v2.985l2.5 2.5V12.5h-2.5Zm4.5 0v5.487l2.5-2.501V12.5h-2.5Zm-1-4.5a3.503 3.503 0 0 0-3.355 2.5h6.71A3.502 3.502 0 0 0 12.005 8Z"
8
+ d="M9.00167 3H6.99846V5.08579C6.99846 5.13184 7.00004 5.17774 7.00319 5.2234C7.01458 5.73773 7.22358 6.22821 7.58829 6.59311L8.36508 7.3703C7.623 8.02391 7.05851 8.87459 6.75335 9.84055L6.00281 9.08963V6.9997H4.00384L4 7V9.08579C4 9.12731 4.00129 9.16869 4.00385 9.20989C4.00522 9.73888 4.21606 10.2452 4.58943 10.6188L6.49871 12.5291V13H4V15H6.49871V15.5858L4.58548 17.5C4.21061 17.8751 4 18.3838 4 18.9142V21H5.99897L5.99921 20.999L5.99932 18.9181L7.50032 17.4163L10.5824 20.5C11.363 21.281 12.6287 21.2811 13.4094 20.5L16.4936 17.4142L17.9928 18.9142V21H19.9918L20 20.999V18.919C20 18.3882 19.789 17.8787 19.4144 17.5039L17.4964 15.5849C17.4976 15.5566 17.4982 15.5284 17.4982 15.5V15H19.996V13H17.4982V12.5324L19.4108 10.6188C19.7854 10.244 19.9964 9.73557 19.9964 9.2047V6.9997H17.9974L17.9928 7V9.08579L17.2423 9.83669C16.9371 8.87337 16.3739 8.02484 15.6339 7.37236L16.4124 6.59459C16.7879 6.21889 16.9984 5.70967 16.9984 5.18V3.001H16.9933V3H14.9943V5.08579L13.7879 6.29289L13.7943 6.29937C13.2323 6.10536 12.6289 6 12.001 6H11.9959C11.3651 6 10.7591 6.10631 10.1948 6.30199L10.2039 6.29289L9.00167 5.09003V3ZM15.3492 10.5H8.64783C9.07792 9.05537 10.4157 8.00114 11.9985 8C13.582 8.00114 14.9194 9.05504 15.3492 10.5ZM8.50282 15.4848V12.5H10.9964V17.9804L8.50282 15.4848ZM12.9996 17.9874V12.5H15.4941V15.4909L12.9996 17.9874Z"
8
9
  fill="currentColor"
9
- fillRule="evenodd"
10
10
  />
11
11
  </Icon>
12
12
  ));
@@ -2,12 +2,13 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
2
 
3
3
  const Build = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
5
- <path d="M4 2h16a2 2 0 0 1 2 2H2a2 2 0 0 1 2-2ZM2 8h20V6H2v2Z" fill="currentColor" />
5
+ <path d="M2 4C2 2.89543 2.89543 2 4 2H20C21.1046 2 22 2.89543 22 4L2 4Z" fill="currentColor" />
6
+ <path d="M2 6V8H22V6H2Z" fill="currentColor" />
6
7
  <path
8
+ fillRule="evenodd"
7
9
  clipRule="evenodd"
8
- d="M2 20c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V10H2v10Zm4-8c0 1.294.416 2.49 1.115 3.471L4 18.586V12h2Zm4.586 0-2.02 2.02A3.972 3.972 0 0 1 8 12h2.586ZM16 12c0 .739-.216 1.425-.566 2.02L13.414 12H16Zm4 0v6.586l-3.115-3.115A5.961 5.961 0 0 0 18 12h2ZM9.98 15.434l2.02-2.02 2.02 2.02A3.972 3.972 0 0 1 12 16a3.972 3.972 0 0 1-2.02-.566ZM5.414 20l3.115-3.115a5.961 5.961 0 0 0 6.942 0L18.586 20H5.414Z"
10
+ d="M2 10V20C2 21.1046 2.89543 22 4 22H20C21.1046 22 22 21.1046 22 20V10H2ZM18 12C18 13.2958 17.5892 14.4957 16.8907 15.4765L20 18.5858V12H18ZM13.4142 12H16C16 12.7418 15.7981 13.4365 15.4462 14.032L13.4142 12ZM8 12H10.5858L8.55382 14.032C8.20193 13.4365 8 12.7418 8 12ZM6 12C6 13.2958 6.41079 14.4957 7.10925 15.4765L4 18.5858V12H6ZM5.41421 20L8.52347 16.8907C9.50428 17.5892 10.7042 18 12 18C13.2958 18 14.4957 17.5892 15.4765 16.8907L18.5858 20H5.41421ZM12 16C12.7418 16 13.4365 15.7981 14.032 15.4462L12 13.4142L9.96803 15.4462C10.5635 15.7981 11.2582 16 12 16Z"
9
11
  fill="currentColor"
10
- fillRule="evenodd"
11
12
  />
12
13
  </Icon>
13
14
  ));
@@ -2,12 +2,14 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
2
 
3
3
  const Cache = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
5
- <path d="M9 5H7v5h2V5ZM10 5h2v5h-2V5ZM15 6h-2v4h2V6Z" fill="currentColor" />
5
+ <path d="M7 5V9.5H9V5H7Z" fill="currentColor" />
6
+ <path d="M10 9.5V5H12V9.5H10Z" fill="currentColor" />
7
+ <path d="M13 6V9.5H15V6H13Z" fill="currentColor" />
6
8
  <path
9
+ fillRule="evenodd"
7
10
  clipRule="evenodd"
8
- d="M6 2h8.172a2 2 0 0 1 1.414.586l3.828 3.828A2 2 0 0 1 20 7.828V20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2Zm0 2v16h12V7.828L14.172 4H6Z"
11
+ d="M4 20V4C4 2.89543 4.89543 2 6 2H15.1716C15.702 2 16.2107 2.21071 16.5858 2.58579L19.4142 5.41421C19.7893 5.78929 20 6.29799 20 6.82843V20C20 21.1046 19.1046 22 18 22H6C4.89543 22 4 21.1046 4 20ZM6 20V4L15.1716 4L18 6.82843V20H6Z"
9
12
  fill="currentColor"
10
- fillRule="evenodd"
11
13
  />
12
14
  </Icon>
13
15
  ));