@bitrise/bitkit 13.152.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 (136) hide show
  1. package/package.json +1 -1
  2. package/src/Components/Dropdown/Dropdown.tsx +7 -1
  3. package/src/Components/Dropdown/DropdownProps.ts +2 -0
  4. package/src/Components/Form/FormLabel.tsx +7 -2
  5. package/src/Components/Form/Input/Input.tsx +4 -1
  6. package/src/Components/Form/TagsInput/TagsInput.tsx +4 -2
  7. package/src/Components/Form/Textarea/Textarea.tsx +3 -0
  8. package/src/Components/Icons/16x16/Addons.tsx +2 -2
  9. package/src/Components/Icons/16x16/Agent.tsx +7 -1
  10. package/src/Components/Icons/16x16/App.tsx +2 -2
  11. package/src/Components/Icons/16x16/ArrowBackAndDown.tsx +12 -0
  12. package/src/Components/Icons/16x16/ArrowDown.tsx +0 -1
  13. package/src/Components/Icons/16x16/ArrowForwardAndDown.tsx +1 -1
  14. package/src/Components/Icons/16x16/ArrowForwardAndUp.tsx +12 -0
  15. package/src/Components/Icons/16x16/ArrowNorthwest.tsx +12 -0
  16. package/src/Components/Icons/16x16/ArrowRight.tsx +1 -2
  17. package/src/Components/Icons/16x16/Bitbot.tsx +15 -3
  18. package/src/Components/Icons/16x16/BitbotError.tsx +11 -3
  19. package/src/Components/Icons/16x16/Branch.tsx +2 -2
  20. package/src/Components/Icons/16x16/Bug.tsx +2 -2
  21. package/src/Components/Icons/16x16/Build.tsx +4 -6
  22. package/src/Components/Icons/16x16/Cache.tsx +5 -3
  23. package/src/Components/Icons/16x16/Chat.tsx +3 -3
  24. package/src/Components/Icons/16x16/ChatMessage.tsx +4 -2
  25. package/src/Components/Icons/16x16/CodeSigning.tsx +6 -3
  26. package/src/Components/Icons/16x16/Configure.tsx +12 -1
  27. package/src/Components/Icons/16x16/Cpu.tsx +3 -6
  28. package/src/Components/Icons/16x16/DashboardFilled.tsx +24 -0
  29. package/src/Components/Icons/16x16/Deployment.tsx +5 -5
  30. package/src/Components/Icons/16x16/Download.tsx +2 -3
  31. package/src/Components/Icons/16x16/Duplicate.tsx +1 -1
  32. package/src/Components/Icons/16x16/FileDoc.tsx +15 -1
  33. package/src/Components/Icons/16x16/FilePdf.tsx +12 -1
  34. package/src/Components/Icons/16x16/FilePlist.tsx +8 -5
  35. package/src/Components/Icons/16x16/FileZip.tsx +5 -4
  36. package/src/Components/Icons/16x16/Folder.tsx +4 -2
  37. package/src/Components/Icons/16x16/Fullscreen.tsx +4 -4
  38. package/src/Components/Icons/16x16/FullscreenExit.tsx +4 -4
  39. package/src/Components/Icons/16x16/Install.tsx +16 -0
  40. package/src/Components/Icons/16x16/Laptop.tsx +3 -2
  41. package/src/Components/Icons/16x16/Login.tsx +5 -3
  42. package/src/Components/Icons/16x16/Logout.tsx +5 -3
  43. package/src/Components/Icons/16x16/Message.tsx +4 -2
  44. package/src/Components/Icons/16x16/MessageQuestion.tsx +19 -0
  45. package/src/Components/Icons/16x16/Mobile.tsx +3 -2
  46. package/src/Components/Icons/16x16/MonitorChart.tsx +6 -2
  47. package/src/Components/Icons/16x16/OpenInBrowser.tsx +5 -3
  48. package/src/Components/Icons/16x16/Pause.tsx +7 -1
  49. package/src/Components/Icons/16x16/Play.tsx +2 -2
  50. package/src/Components/Icons/16x16/Podcast.tsx +3 -3
  51. package/src/Components/Icons/16x16/Pull.tsx +7 -1
  52. package/src/Components/Icons/16x16/Push.tsx +2 -2
  53. package/src/Components/Icons/16x16/Save.tsx +2 -3
  54. package/src/Components/Icons/16x16/Screenshare.tsx +8 -3
  55. package/src/Components/Icons/16x16/SecurityShield.tsx +6 -2
  56. package/src/Components/Icons/16x16/Shuffle.tsx +1 -3
  57. package/src/Components/Icons/16x16/Stack.tsx +10 -2
  58. package/src/Components/Icons/16x16/Steps.tsx +2 -2
  59. package/src/Components/Icons/16x16/Trigger.tsx +2 -2
  60. package/src/Components/Icons/16x16/Upload.tsx +2 -2
  61. package/src/Components/Icons/16x16/ValidateShield.tsx +6 -2
  62. package/src/Components/Icons/16x16/Video.tsx +4 -4
  63. package/src/Components/Icons/16x16/WebUi.tsx +4 -4
  64. package/src/Components/Icons/16x16/Webhooks.tsx +3 -3
  65. package/src/Components/Icons/16x16/Webinar.tsx +2 -2
  66. package/src/Components/Icons/16x16/Window.tsx +4 -3
  67. package/src/Components/Icons/16x16/Workflow.tsx +2 -2
  68. package/src/Components/Icons/16x16/WorkflowFlow.tsx +2 -2
  69. package/src/Components/Icons/16x16/index.ts +41 -35
  70. package/src/Components/Icons/24x24/Addons.tsx +2 -2
  71. package/src/Components/Icons/24x24/Agent.tsx +7 -1
  72. package/src/Components/Icons/24x24/App.tsx +2 -2
  73. package/src/Components/Icons/24x24/ArrowBackAndDown.tsx +12 -0
  74. package/src/Components/Icons/24x24/ArrowDown.tsx +0 -1
  75. package/src/Components/Icons/24x24/ArrowForwardAndDown.tsx +1 -1
  76. package/src/Components/Icons/24x24/ArrowForwardAndUp.tsx +12 -0
  77. package/src/Components/Icons/24x24/ArrowLeft.tsx +0 -1
  78. package/src/Components/Icons/24x24/ArrowNorthwest.tsx +12 -0
  79. package/src/Components/Icons/24x24/ArrowRight.tsx +0 -1
  80. package/src/Components/Icons/24x24/ArrowUp.tsx +0 -1
  81. package/src/Components/Icons/24x24/Bitbot.tsx +9 -3
  82. package/src/Components/Icons/24x24/BitbotError.tsx +11 -3
  83. package/src/Components/Icons/24x24/Branch.tsx +1 -1
  84. package/src/Components/Icons/24x24/Bug.tsx +2 -2
  85. package/src/Components/Icons/24x24/Build.tsx +4 -3
  86. package/src/Components/Icons/24x24/Cache.tsx +5 -3
  87. package/src/Components/Icons/24x24/Chat.tsx +3 -3
  88. package/src/Components/Icons/24x24/ChatMessage.tsx +3 -3
  89. package/src/Components/Icons/24x24/CodeSigning.tsx +6 -3
  90. package/src/Components/Icons/24x24/Commit.tsx +6 -3
  91. package/src/Components/Icons/24x24/Configure.tsx +12 -1
  92. package/src/Components/Icons/24x24/Cpu.tsx +3 -3
  93. package/src/Components/Icons/24x24/DashboardFilled.tsx +24 -0
  94. package/src/Components/Icons/24x24/Deployment.tsx +5 -5
  95. package/src/Components/Icons/24x24/Download.tsx +2 -3
  96. package/src/Components/Icons/24x24/Duplicate.tsx +1 -1
  97. package/src/Components/Icons/24x24/FileDoc.tsx +15 -1
  98. package/src/Components/Icons/24x24/FilePdf.tsx +12 -1
  99. package/src/Components/Icons/24x24/FilePlist.tsx +8 -5
  100. package/src/Components/Icons/24x24/FileZip.tsx +5 -4
  101. package/src/Components/Icons/24x24/Folder.tsx +4 -2
  102. package/src/Components/Icons/24x24/Fullscreen.tsx +19 -1
  103. package/src/Components/Icons/24x24/FullscreenExit.tsx +24 -1
  104. package/src/Components/Icons/24x24/Install.tsx +13 -0
  105. package/src/Components/Icons/24x24/Laptop.tsx +3 -2
  106. package/src/Components/Icons/24x24/Login.tsx +2 -3
  107. package/src/Components/Icons/24x24/Logout.tsx +5 -3
  108. package/src/Components/Icons/24x24/Message.tsx +4 -2
  109. package/src/Components/Icons/24x24/MessageQuestion.tsx +19 -0
  110. package/src/Components/Icons/24x24/Mobile.tsx +3 -2
  111. package/src/Components/Icons/24x24/MonitorChart.tsx +6 -2
  112. package/src/Components/Icons/24x24/OpenInBrowser.tsx +2 -3
  113. package/src/Components/Icons/24x24/Pause.tsx +7 -1
  114. package/src/Components/Icons/24x24/Play.tsx +2 -2
  115. package/src/Components/Icons/24x24/Podcast.tsx +6 -3
  116. package/src/Components/Icons/24x24/Pull.tsx +3 -3
  117. package/src/Components/Icons/24x24/Push.tsx +2 -2
  118. package/src/Components/Icons/24x24/Save.tsx +2 -3
  119. package/src/Components/Icons/24x24/Screenshare.tsx +8 -3
  120. package/src/Components/Icons/24x24/SecurityShield.tsx +6 -2
  121. package/src/Components/Icons/24x24/Shuffle.tsx +1 -3
  122. package/src/Components/Icons/24x24/Stack.tsx +10 -2
  123. package/src/Components/Icons/24x24/Steps.tsx +2 -2
  124. package/src/Components/Icons/24x24/Trigger.tsx +2 -2
  125. package/src/Components/Icons/24x24/Upload.tsx +5 -2
  126. package/src/Components/Icons/24x24/ValidateShield.tsx +6 -2
  127. package/src/Components/Icons/24x24/Video.tsx +4 -4
  128. package/src/Components/Icons/24x24/WebUi.tsx +4 -4
  129. package/src/Components/Icons/24x24/Webhooks.tsx +3 -3
  130. package/src/Components/Icons/24x24/Webinar.tsx +2 -2
  131. package/src/Components/Icons/24x24/Window.tsx +4 -3
  132. package/src/Components/Icons/24x24/Workflow.tsx +2 -2
  133. package/src/Components/Icons/24x24/WorkflowFlow.tsx +2 -2
  134. package/src/Components/Icons/24x24/index.ts +39 -33
  135. package/src/Components/Select/Select.tsx +4 -2
  136. package/src/index.ts +3 -0
@@ -3,10 +3,10 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
3
3
  const Steps = 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="m11.295 11.495-2.628 1.46V7.914l4-2.214v3.465c0 .968-.525 1.861-1.372 2.33Zm-7.961-2.33V5.671l4 2.24v5.044l-2.63-1.46a2.666 2.666 0 0 1-1.37-2.33Zm3.372-6.163a2.674 2.674 0 0 1 2.588 0l2.742 1.523-4.034 2.234-4.012-2.25 2.716-1.507Zm6.606.706-3.37-1.872a3.999 3.999 0 0 0-3.883 0L2.688 3.708A1.334 1.334 0 0 0 2 4.875v4.29c0 1.453.788 2.791 2.058 3.496l3.294 1.829c.403.224.893.224 1.296 0l3.294-1.829A4 4 0 0 0 14 9.165v-4.29c0-.484-.263-.932-.688-1.167Z"
8
+ d="M7.24419 1.4409C7.71124 1.16846 8.28876 1.16846 8.75581 1.4409L13.2558 4.0659C13.7166 4.33472 14 4.82807 14 5.36157V10.6385C14 11.172 13.7166 11.6653 13.2558 11.9341L8.75581 14.5591C8.28876 14.8316 7.71124 14.8316 7.24419 14.5591L2.74419 11.9341C2.28337 11.6653 2 11.172 2 10.6385V5.36157C2 4.82807 2.28337 4.33472 2.74419 4.0659L7.24419 1.4409ZM11.777 4.93982L8 2.73657L4.22301 4.93982L8.00001 7L11.777 4.93982ZM3.5 6.25408L3.5 10.6385L7.25 12.826V8.29954L3.5 6.25408ZM8.75 12.826L12.5 10.6385L12.5 6.25409L8.75 8.29955V12.826Z"
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 Trigger = 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="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"
8
+ d="M9.8006 1.31291C10.1014 1.44451 10.2817 1.75651 10.2454 2.08286L9.83796 5.75004H13.5C13.7937 5.75004 14.0603 5.9214 14.1823 6.18851C14.3042 6.45562 14.2591 6.76933 14.0668 6.99123L7.56678 14.4912C7.35172 14.7394 7.00026 14.8188 6.69942 14.6872C6.39859 14.5556 6.21834 14.2436 6.2546 13.9172L6.66206 10.25H3.00001C2.70637 10.25 2.43974 10.0787 2.31777 9.81157C2.1958 9.54446 2.24093 9.23074 2.43324 9.00884L8.93324 1.50884C9.1483 1.2607 9.49976 1.18131 9.8006 1.31291ZM4.64248 8.75004H7.50001C7.71334 8.75004 7.91658 8.84089 8.05886 8.99985C8.20113 9.15881 8.26898 9.37083 8.24542 9.58286L8.01155 11.6877L11.8575 7.25004H9.00001C8.78668 7.25004 8.58344 7.15919 8.44117 7.00023C8.29889 6.84127 8.23104 6.62924 8.2546 6.41721L8.48847 4.31236L4.64248 8.75004Z"
8
9
  fill="currentColor"
9
- fillRule="evenodd"
10
10
  />
11
11
  </Icon>
12
12
  ));
@@ -3,11 +3,11 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
3
3
  const Release = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 16 16" {...props}>
5
5
  <path
6
- d="M7.25002 4.87132V10H8.75002V4.87132L10.4749 6.59619L11.5356 5.53553L8.00002 2L4.46449 5.53553L5.52515 6.59619L7.25002 4.87132Z"
6
+ d="M11.5303 5.96966L10.4697 7.03032L8.75 5.31065L8.75 11H7.25L7.25 5.31065L5.53033 7.03032L4.46967 5.96966L8 2.43933L11.5303 5.96966Z"
7
7
  fill="currentColor"
8
8
  />
9
9
  <path
10
- d="M4.25 9H3V11.5C3 12.3284 3.67157 13 4.5 13H11.5C12.3284 13 13 12.3284 13 11.5V9H11.75V11.5H4.25V9Z"
10
+ d="M2.25 10.5V12.5C2.25 13.1903 2.80964 13.75 3.5 13.75H12.5C13.1904 13.75 13.75 13.1903 13.75 12.5V10.5H12.25V12.25H3.75V10.5H2.25Z"
11
11
  fill="currentColor"
12
12
  />
13
13
  </Icon>
@@ -3,10 +3,14 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
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
+ d="M11.0694 5.98809L9.93056 5.01191L7.38786 7.97839L5.95 6.9L5.05 8.1L7.61214 10.0216L11.0694 5.98809Z"
8
7
  fill="currentColor"
8
+ />
9
+ <path
9
10
  fillRule="evenodd"
11
+ clipRule="evenodd"
12
+ d="M2.5 3.5V9.73616C2.5 10.2161 2.72963 10.667 3.11774 10.9493L7.11774 13.8584C7.64372 14.2409 8.35628 14.2409 8.88226 13.8584L12.8823 10.9493C13.2704 10.667 13.5 10.2161 13.5 9.73616V3.5C13.5 2.67157 12.8284 2 12 2H4C3.17157 2 2.5 2.67157 2.5 3.5ZM4 9.73616V3.5L12 3.5V9.73616L8 12.6453L4 9.73616Z"
13
+ fill="currentColor"
10
14
  />
11
15
  </Icon>
12
16
  ));
@@ -3,16 +3,16 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
3
3
  const Video = 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.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"
8
+ d="M5.5 10.5914V5.40857C5.5 4.60191 6.40598 4.12722 7.06921 4.58638L10.8124 7.17781C11.3868 7.57546 11.3868 8.42454 10.8124 8.82219L7.06921 11.4136C6.40598 11.8728 5.5 11.3981 5.5 10.5914ZM9.36477 8L7 6.36285V9.63715L9.36477 8Z"
8
9
  fill="currentColor"
9
- fillRule="evenodd"
10
10
  />
11
11
  <path
12
+ fillRule="evenodd"
12
13
  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"
14
+ d="M1.5 13V3C1.5 2.17157 2.17157 1.5 3 1.5H13C13.8284 1.5 14.5 2.17157 14.5 3V13C14.5 13.8284 13.8284 14.5 13 14.5H3C2.17157 14.5 1.5 13.8284 1.5 13ZM3 13L3 3L13 3V13H3Z"
14
15
  fill="currentColor"
15
- fillRule="evenodd"
16
16
  />
17
17
  </Icon>
18
18
  ));
@@ -2,14 +2,14 @@ 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 d="M10.659 6.667V5.333H7.333v3.334h1.334v-1.03l1.682 1.712.943-.943-1.71-1.74h1.077Z" fill="currentColor" />
5
+ <path d="M8 7.5H12V9H8V7.5Z" fill="currentColor" />
6
+ <path d="M12 10H8V11.5H12V10Z" fill="currentColor" />
6
7
  <path
8
+ fillRule="evenodd"
7
9
  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"
10
+ d="M2.5 2H13.5C14.3284 2 15 2.67157 15 3.5V13C15 13.8284 14.3284 14.5 13.5 14.5H2.5C1.67157 14.5 1 13.8284 1 13V3.5C1 2.67157 1.67157 2 2.5 2ZM13.5 3.5H2.5V4.75H13.5V3.5ZM2.5 13L2.5 6.25H5V13H2.5ZM6.5 13H13.5V6.25H6.5V13Z"
9
11
  fill="currentColor"
10
- fillRule="evenodd"
11
12
  />
12
- <path d="M1.333 12h13.334v1.333H1.333V12Z" fill="currentColor" />
13
13
  </Icon>
14
14
  ));
15
15
 
@@ -3,15 +3,15 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
3
3
  const Webhooks = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 16 16" {...props}>
5
5
  <path
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"
6
+ d="M9.72757 1.91903C11.2111 2.77554 11.8464 4.53293 11.3305 6.08264L10.0606 5.34944C10.2165 4.49617 9.82758 3.59585 9.02649 3.13334C8.01037 2.54668 6.71581 2.88659 6.13502 3.89255C5.55448 4.89807 5.90682 6.18844 6.9219 6.77547L6.92462 6.77704C7.13926 6.90076 7.36629 6.98316 7.59638 7.02669L5.69005 10.3286C5.93546 10.7502 5.95555 11.285 5.69605 11.7345C5.30886 12.4051 4.44582 12.6317 3.7684 12.2406C3.09098 11.8495 2.85571 10.9888 3.24291 10.3182C3.50241 9.8687 3.97564 9.61868 4.46348 9.62039L5.64395 7.57575C4.40668 6.48638 4.0605 4.65307 4.90844 3.18439C5.87643 1.50779 8.03403 0.941267 9.72757 1.91903Z"
7
7
  fill="currentColor"
8
8
  />
9
9
  <path
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"
10
+ d="M3.80432 7.54244C2.20429 7.87051 1 9.29941 1 11.0124C1 12.968 2.56942 14.5532 4.5054 14.5532C6.20128 14.5532 7.61588 13.3368 7.94067 11.7206H10.3016C10.5441 12.1439 10.9972 12.4287 11.5162 12.4287C12.2906 12.4287 12.9183 11.7946 12.9183 11.0124C12.9183 10.2302 12.2906 9.5961 11.5162 9.5961C10.9972 9.5961 10.5441 9.88092 10.3016 10.3043L6.48896 10.3043C6.56646 10.5258 6.60863 10.7641 6.60863 11.0124C6.60863 12.1857 5.66698 13.1369 4.5054 13.1369C3.34381 13.1369 2.40216 12.1857 2.40216 11.0124C2.40216 10.0874 2.98742 9.30047 3.80432 9.00882V7.54244Z"
11
11
  fill="currentColor"
12
12
  />
13
13
  <path
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"
14
+ d="M7.26093 3.71707C7.93835 3.32596 8.80139 3.55257 9.18858 4.22321C9.44808 4.67268 9.42799 5.20752 9.18258 5.62915L10.3631 7.67378C11.9251 7.14696 13.6859 7.76382 14.5338 9.23249C15.5018 10.9091 14.9136 13.0609 13.2201 14.0387C11.7366 14.8952 9.89699 14.5667 8.81285 13.345L10.0828 12.6119C10.7438 13.1735 11.7179 13.2869 12.519 12.8244C13.5352 12.2377 13.8881 10.9466 13.3073 9.94066C12.7265 8.93469 11.4319 8.59478 10.4158 9.18144C10.2007 9.3056 10.0154 9.4613 9.86234 9.63917L7.95601 6.33731C7.46817 6.33902 6.99494 6.089 6.73544 5.63954C6.34824 4.9689 6.58351 4.10818 7.26093 3.71707Z"
15
15
  fill="currentColor"
16
16
  />
17
17
  </Icon>
@@ -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
  ));