@bitrise/bitkit 13.158.0 → 13.159.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 (87) hide show
  1. package/package.json +1 -1
  2. package/src/Components/DataWidget/DataWidgetItem.tsx +1 -1
  3. package/src/Components/Dropdown/DropdownButton.tsx +1 -1
  4. package/src/Components/Form/Checkbox/Checkbox.tsx +1 -1
  5. package/src/Components/Form/Input/Input.tsx +1 -1
  6. package/src/Components/Icons/16x16/AbortCircle.tsx +15 -0
  7. package/src/Components/Icons/16x16/AbortCircleFilled.tsx +14 -0
  8. package/src/Components/Icons/16x16/BlockCircle.tsx +14 -0
  9. package/src/Components/Icons/16x16/{Tick.tsx → Check.tsx} +4 -4
  10. package/src/Components/Icons/16x16/CheckCircle.tsx +3 -3
  11. package/src/Components/Icons/16x16/{BuildstatusSuccessfulSolid.tsx → CheckCircleFilled.tsx} +2 -2
  12. package/src/Components/Icons/16x16/{BuildstatusNeverbuilt.tsx → Circle.tsx} +2 -2
  13. package/src/Components/Icons/16x16/CircleDashed.tsx +14 -0
  14. package/src/Components/Icons/16x16/CircleHalfFilled.tsx +24 -0
  15. package/src/Components/Icons/16x16/{BuildstatusSuccessful.tsx → DoubleCircle.tsx} +5 -5
  16. package/src/Components/Icons/16x16/ErrorCircle.tsx +16 -0
  17. package/src/Components/Icons/16x16/QuestionCircleFilled.tsx +14 -0
  18. package/src/Components/Icons/16x16/SkipCircle.tsx +22 -0
  19. package/src/Components/Icons/16x16/SkipCircleFilled.tsx +14 -0
  20. package/src/Components/Icons/16x16/SpinnerPurpleDouble.tsx +16 -0
  21. package/src/Components/Icons/16x16/ThumbDown.tsx +0 -1
  22. package/src/Components/Icons/16x16/ThumbUp.tsx +0 -1
  23. package/src/Components/Icons/16x16/Ubuntu.tsx +0 -1
  24. package/src/Components/Icons/16x16/Warning.tsx +4 -2
  25. package/src/Components/Icons/16x16/WarningYellow.tsx +18 -0
  26. package/src/Components/Icons/16x16/index.ts +16 -22
  27. package/src/Components/Icons/24x24/AbortCircle.tsx +15 -0
  28. package/src/Components/Icons/24x24/AbortCircleFilled.tsx +14 -0
  29. package/src/Components/Icons/24x24/BlockCircle.tsx +14 -0
  30. package/src/Components/Icons/24x24/{Tick.tsx → Check.tsx} +4 -4
  31. package/src/Components/Icons/24x24/CheckCircle.tsx +2 -2
  32. package/src/Components/Icons/24x24/{BuildstatusSuccessfulSolid.tsx → CheckCircleFilled.tsx} +2 -2
  33. package/src/Components/Icons/24x24/{BuildstatusNeverbuilt.tsx → Circle.tsx} +2 -2
  34. package/src/Components/Icons/24x24/CircleDashed.tsx +14 -0
  35. package/src/Components/Icons/24x24/CircleHalfFilled.tsx +24 -0
  36. package/src/Components/Icons/24x24/{BuildstatusSuccessful.tsx → DoubleCircle.tsx} +5 -5
  37. package/src/Components/Icons/24x24/ErrorCircle.tsx +16 -0
  38. package/src/Components/Icons/24x24/QuestionCircleFilled.tsx +14 -0
  39. package/src/Components/Icons/24x24/SkipCircle.tsx +22 -0
  40. package/src/Components/Icons/24x24/SkipCircleFilled.tsx +14 -0
  41. package/src/Components/Icons/24x24/{BuildstatusLoadingAnimated.tsx → SpinnerPurpleDouble.tsx} +4 -4
  42. package/src/Components/Icons/24x24/ThumbDown.tsx +0 -1
  43. package/src/Components/Icons/24x24/ThumbUp.tsx +0 -1
  44. package/src/Components/Icons/24x24/Ubuntu.tsx +0 -1
  45. package/src/Components/Icons/24x24/Warning.tsx +4 -2
  46. package/src/Components/Icons/24x24/WarningYellow.tsx +18 -0
  47. package/src/Components/Icons/24x24/index.ts +15 -21
  48. package/src/Components/Note/Note.tsx +1 -1
  49. package/src/Components/Notification/Notification.tsx +1 -1
  50. package/src/Components/ProgressIndicator/ProgressIndicator.tsx +5 -5
  51. package/src/Components/Select/Select.tsx +1 -1
  52. package/src/Components/Tabs/ContainedTab.tsx +1 -1
  53. package/src/Components/Tag/Tag.tsx +1 -1
  54. package/src/Patterns/SettingsCard/SettingsCard.tsx +2 -2
  55. package/src/Components/Icons/16x16/BuildstatusAborted.tsx +0 -20
  56. package/src/Components/Icons/16x16/BuildstatusAbortedSolid.tsx +0 -14
  57. package/src/Components/Icons/16x16/BuildstatusFailed.tsx +0 -14
  58. package/src/Components/Icons/16x16/BuildstatusFailedSolid.tsx +0 -14
  59. package/src/Components/Icons/16x16/BuildstatusLoading.tsx +0 -20
  60. package/src/Components/Icons/16x16/BuildstatusLoadingAnimated.tsx +0 -30
  61. package/src/Components/Icons/16x16/BuildstatusProgressEggplant.tsx +0 -37
  62. package/src/Components/Icons/16x16/BuildstatusProgressWhite.tsx +0 -20
  63. package/src/Components/Icons/16x16/ProgressEggplant.tsx +0 -31
  64. package/src/Components/Icons/16x16/ProgressViolet.tsx +0 -31
  65. package/src/Components/Icons/16x16/ProgressWhite.tsx +0 -31
  66. package/src/Components/Icons/16x16/StageCurrent.tsx +0 -14
  67. package/src/Components/Icons/16x16/StageIncomplete.tsx +0 -14
  68. package/src/Components/Icons/16x16/StepstatusSkip.tsx +0 -16
  69. package/src/Components/Icons/16x16/StepstatusWarning.tsx +0 -15
  70. package/src/Components/Icons/16x16/TestInconclusive.tsx +0 -18
  71. package/src/Components/Icons/16x16/WarningColored.tsx +0 -18
  72. package/src/Components/Icons/24x24/BuildstatusAborted.tsx +0 -20
  73. package/src/Components/Icons/24x24/BuildstatusAbortedSolid.tsx +0 -14
  74. package/src/Components/Icons/24x24/BuildstatusFailed.tsx +0 -14
  75. package/src/Components/Icons/24x24/BuildstatusFailedSolid.tsx +0 -14
  76. package/src/Components/Icons/24x24/BuildstatusLoading.tsx +0 -20
  77. package/src/Components/Icons/24x24/BuildstatusProgressEggplant.tsx +0 -37
  78. package/src/Components/Icons/24x24/BuildstatusProgressWhite.tsx +0 -20
  79. package/src/Components/Icons/24x24/ProgressEggplant.tsx +0 -31
  80. package/src/Components/Icons/24x24/ProgressViolet.tsx +0 -31
  81. package/src/Components/Icons/24x24/ProgressWhite.tsx +0 -31
  82. package/src/Components/Icons/24x24/StageCurrent.tsx +0 -14
  83. package/src/Components/Icons/24x24/StageIncomplete.tsx +0 -14
  84. package/src/Components/Icons/24x24/StepstatusSkip.tsx +0 -16
  85. package/src/Components/Icons/24x24/StepstatusWarning.tsx +0 -15
  86. package/src/Components/Icons/24x24/TestInconclusive.tsx +0 -18
  87. package/src/Components/Icons/24x24/WarningColored.tsx +0 -18
@@ -1,6 +1,6 @@
1
1
  import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
2
 
3
- const BuildstatusNeverbuilt = forwardRef<IconProps, 'svg'>((props, ref) => (
3
+ const Circle = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
5
5
  <path
6
6
  clipRule="evenodd"
@@ -11,4 +11,4 @@ const BuildstatusNeverbuilt = forwardRef<IconProps, 'svg'>((props, ref) => (
11
11
  </Icon>
12
12
  ));
13
13
 
14
- export default BuildstatusNeverbuilt;
14
+ export default Circle;
@@ -0,0 +1,14 @@
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
+
3
+ const CircleDashed = forwardRef<IconProps, 'svg'>((props, ref) => (
4
+ <Icon ref={ref} viewBox="0 0 24 24" {...props}>
5
+ <path
6
+ fillRule="evenodd"
7
+ clipRule="evenodd"
8
+ d="M21.8097 13.9516L19.8477 13.5635C19.9474 13.0594 20 12.5368 20 12C20 11.4632 19.9474 10.9406 19.8477 10.4365L21.8097 10.0484C21.9345 10.6796 22 11.3321 22 12C22 12.6679 21.9345 13.3204 21.8097 13.9516ZM20.3157 6.44384L18.6537 7.55648C18.0691 6.68321 17.3168 5.93092 16.4435 5.34628L17.5562 3.68435C18.6467 4.41443 19.5856 5.35333 20.3157 6.44384ZM13.9516 2.19034L13.5635 4.15232C13.0594 4.0526 12.5368 4 12 4C11.4632 4 10.9406 4.0526 10.4365 4.15232L10.0484 2.19034C10.6796 2.06547 11.3321 2 12 2C12.6679 2 13.3204 2.06547 13.9516 2.19034ZM6.44384 3.68435L7.55648 5.34628C6.68321 5.93093 5.93092 6.68321 5.34628 7.55648L3.68435 6.44384C4.41443 5.35333 5.35333 4.41443 6.44384 3.68435ZM2.19034 10.0484C2.06547 10.6796 2 11.3321 2 12C2 12.6679 2.06547 13.3204 2.19034 13.9516L4.15232 13.5635C4.0526 13.0594 4 12.5368 4 12C4 11.4632 4.0526 10.9406 4.15232 10.4365L2.19034 10.0484ZM3.68435 17.5562L5.34628 16.4435C5.93093 17.3168 6.68321 18.0691 7.55648 18.6537L6.44384 20.3157C5.35333 19.5856 4.41443 18.6467 3.68435 17.5562ZM10.0484 21.8097L10.4365 19.8477C10.9406 19.9474 11.4632 20 12 20C12.5368 20 13.0594 19.9474 13.5635 19.8477L13.9516 21.8097C13.3204 21.9345 12.6679 22 12 22C11.3321 22 10.6796 21.9345 10.0484 21.8097ZM17.5562 20.3157L16.4435 18.6537C17.3168 18.0691 18.0691 17.3168 18.6537 16.4435L20.3157 17.5562C19.5856 18.6467 18.6467 19.5856 17.5562 20.3157Z"
9
+ fill="currentColor"
10
+ />
11
+ </Icon>
12
+ ));
13
+
14
+ export default CircleDashed;
@@ -0,0 +1,24 @@
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
+
3
+ const CircleHalfFilled = forwardRef<IconProps, 'svg'>((props, ref) => (
4
+ <Icon ref={ref} viewBox="0 0 24 24" {...props}>
5
+ <path
6
+ d="M2 12C2 6.47715 6.47715 2 12 2C12.6666 2 13.3189 2.06536 13.9505 2.19032L13.5624 4.15229C13.0579 4.05249 12.5356 4 12 4V20C12.5356 20 13.0579 19.9475 13.5624 19.8477L13.9505 21.8097C13.3189 21.9346 12.6666 22 12 22C6.47715 22 2 17.5228 2 12Z"
7
+ fill="currentColor"
8
+ />
9
+ <path
10
+ d="M16.4442 5.34688C17.3171 5.93123 18.0688 6.68294 18.6531 7.55578L20.3151 6.44314C19.5853 5.35306 18.6469 4.41474 17.5569 3.68494L16.4442 5.34688Z"
11
+ fill="currentColor"
12
+ />
13
+ <path
14
+ d="M19.8477 10.4376C19.9475 10.9421 20 11.4644 20 12C20 12.5356 19.9475 13.0579 19.8477 13.5624L21.8097 13.9505C21.9346 13.3189 22 12.6666 22 12C22 11.3334 21.9346 10.6811 21.8097 10.0495L19.8477 10.4376Z"
15
+ fill="currentColor"
16
+ />
17
+ <path
18
+ d="M18.6531 16.4442C18.0688 17.3171 17.3171 18.0688 16.4442 18.6531L17.5569 20.3151C18.6469 19.5853 19.5853 18.6469 20.3151 17.5569L18.6531 16.4442Z"
19
+ fill="currentColor"
20
+ />
21
+ </Icon>
22
+ ));
23
+
24
+ export default CircleHalfFilled;
@@ -1,20 +1,20 @@
1
1
  import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
2
 
3
- const BuildstatusSuccessful = forwardRef<IconProps, 'svg'>((props, ref) => (
3
+ const DoubleCircle = 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="M17.2372 9.67572L15.7628 8.32428L10.9164 13.6113L8.15079 11.2407L6.84921 12.7593L11.0836 16.3887L17.2372 9.67572Z"
8
+ d="M17 12C17 14.7614 14.7614 17 12 17C9.23858 17 7 14.7614 7 12C7 9.23858 9.23858 7 12 7C14.7614 7 17 9.23858 17 12ZM15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12C9 10.3431 10.3431 9 12 9C13.6569 9 15 10.3431 15 12Z"
8
9
  fill="currentColor"
9
- fillRule="evenodd"
10
10
  />
11
11
  <path
12
+ fillRule="evenodd"
12
13
  clipRule="evenodd"
13
14
  d="M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z"
14
15
  fill="currentColor"
15
- fillRule="evenodd"
16
16
  />
17
17
  </Icon>
18
18
  ));
19
19
 
20
- export default BuildstatusSuccessful;
20
+ export default DoubleCircle;
@@ -0,0 +1,16 @@
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
+
3
+ const ErrorCircle = forwardRef<IconProps, 'svg'>((props, ref) => (
4
+ <Icon ref={ref} viewBox="0 0 24 24" {...props}>
5
+ <path d="M11 13.5V6.5H13V13.5H11Z" fill="currentColor" />
6
+ <path d="M11 15.5V17.5H13V15.5H11Z" fill="currentColor" />
7
+ <path
8
+ fillRule="evenodd"
9
+ clipRule="evenodd"
10
+ d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20Z"
11
+ fill="currentColor"
12
+ />
13
+ </Icon>
14
+ ));
15
+
16
+ export default ErrorCircle;
@@ -0,0 +1,14 @@
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
+
3
+ const QuestionCircleFilled = forwardRef<IconProps, 'svg'>((props, ref) => (
4
+ <Icon ref={ref} viewBox="0 0 24 24" {...props}>
5
+ <path
6
+ fillRule="evenodd"
7
+ clipRule="evenodd"
8
+ d="M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM11.1 13C11.1 11.9111 11.7818 11.415 12.403 10.9631C12.9227 10.585 13.4 10.2377 13.4 9.6C13.4 9 12.9 8.6 12.2 8.6C10.9 8.5 10.5 9.6 10.5 9.6L8.8 8.8C8.8 8.8 9.5 6.6 12.2 6.5C14.2 6.6 15.5 7.9 15.5 9.3C15.5 10.8376 14.7357 11.3803 14.0523 11.955C13.4997 12.4197 13 12.8399 13 13.6H11.2C11.2 13.6 11.1 13.3 11.1 13ZM13 17.5V15.5H11V17.5H13Z"
9
+ fill="currentColor"
10
+ />
11
+ </Icon>
12
+ ));
13
+
14
+ export default QuestionCircleFilled;
@@ -0,0 +1,22 @@
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
+
3
+ const SkipCircle = forwardRef<IconProps, 'svg'>((props, ref) => (
4
+ <Icon ref={ref} viewBox="0 0 24 24" {...props}>
5
+ <path
6
+ d="M8.2071 7.79289L12.4142 12L8.2071 16.2071L6.79289 14.7929L9.58579 12L6.79289 9.20711L8.2071 7.79289Z"
7
+ fill="currentColor"
8
+ />
9
+ <path
10
+ d="M13.2071 16.2071L17.4142 12L13.2071 7.79289L11.7929 9.20711L14.5858 12L11.7929 14.7929L13.2071 16.2071Z"
11
+ fill="currentColor"
12
+ />
13
+ <path
14
+ fillRule="evenodd"
15
+ clipRule="evenodd"
16
+ d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20Z"
17
+ fill="currentColor"
18
+ />
19
+ </Icon>
20
+ ));
21
+
22
+ export default SkipCircle;
@@ -0,0 +1,14 @@
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
+
3
+ const SkipCircleFilled = forwardRef<IconProps, 'svg'>((props, ref) => (
4
+ <Icon ref={ref} viewBox="0 0 24 24" {...props}>
5
+ <path
6
+ fillRule="evenodd"
7
+ clipRule="evenodd"
8
+ d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM8.20718 7.79297L12.4143 12.0001L8.20718 16.2072L6.79297 14.793L9.58587 12.0001L6.79297 9.20718L8.20718 7.79297ZM13.7072 16.2072L12.293 14.793L15.0859 12.0001L12.293 9.20718L13.7072 7.79297L17.9143 12.0001L13.7072 16.2072Z"
9
+ fill="currentColor"
10
+ />
11
+ </Icon>
12
+ ));
13
+
14
+ export default SkipCircleFilled;
@@ -1,8 +1,8 @@
1
1
  import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
2
 
3
- const BuildstatusLoadingAnimated = forwardRef<IconProps, 'svg'>((props, ref) => (
3
+ const SpinnerPurpleDouble = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
5
- <circle cx={12} cy={12} fill="none" r={11} stroke="currentColor" strokeDasharray={48} strokeWidth={2}>
5
+ <circle cx={12} cy={12} fill="none" r={9} stroke="currentColor" strokeDasharray={48} strokeWidth={2}>
6
6
  <animate attributeName="stroke-dashoffset" dur="3.5s" from={96} repeatCount="indefinite" to={0} />
7
7
  <animateTransform
8
8
  attributeName="transform"
@@ -13,7 +13,7 @@ const BuildstatusLoadingAnimated = forwardRef<IconProps, 'svg'>((props, ref) =>
13
13
  type="rotate"
14
14
  />
15
15
  </circle>
16
- <circle cx={12} cy={12} fill="none" r={6} stroke="currentColor" strokeDasharray={48} strokeWidth={2}>
16
+ <circle cx={12} cy={12} fill="none" r={4} stroke="currentColor" strokeDasharray={48} strokeWidth={2}>
17
17
  <animate attributeName="stroke-dashoffset" dur="3.5s" from={96} repeatCount="indefinite" to={0} />
18
18
  <animateTransform
19
19
  attributeName="transform"
@@ -27,4 +27,4 @@ const BuildstatusLoadingAnimated = forwardRef<IconProps, 'svg'>((props, ref) =>
27
27
  </Icon>
28
28
  ));
29
29
 
30
- export default BuildstatusLoadingAnimated;
30
+ export default SpinnerPurpleDouble;
@@ -3,7 +3,6 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
3
3
  const ThumbDown = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
5
5
  <path
6
- id="Vector"
7
6
  fillRule="evenodd"
8
7
  clipRule="evenodd"
9
8
  d="M9.55484 20.6452C10.25 20.9928 11.0916 20.8356 11.6144 20.2605L15.9424 15.4998H19C20.1046 15.4998 21 14.6043 21 13.4998V5.49975C21 4.39519 20.1046 3.49976 19 3.49976H7.61803C6.86049 3.49976 6.16796 3.92776 5.82918 4.60533L3.21115 9.8414C3.07229 10.1191 3 10.4253 3 10.7358V13.4998C3 14.6043 3.89543 15.4998 5 15.4998H9.2802L8.6295 18.7532C8.47607 19.5204 8.85508 20.2953 9.55484 20.6452ZM14.5 14.1131L10.7784 18.2069L11.4806 14.6959C11.5393 14.4021 11.4633 14.0975 11.2733 13.8658C11.0834 13.6341 10.7996 13.4998 10.5 13.4998H5V10.7358L7.61803 5.49975H14.5V14.1131ZM16.5 13.4998H19V5.49975H16.5V13.4998Z"
@@ -3,7 +3,6 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
3
3
  const ThumbUp = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
5
5
  <path
6
- id="Vector"
7
6
  fillRule="evenodd"
8
7
  clipRule="evenodd"
9
8
  d="M14.4452 3.35462C13.75 3.00702 12.9084 3.16421 12.3856 3.73934L8.05763 8.50007H5C3.89543 8.50007 3 9.3955 3 10.5001V18.5001C3 19.6046 3.89543 20.5001 5 20.5001H16.382C17.1395 20.5001 17.832 20.0721 18.1708 19.3945L20.7889 14.1584C20.9277 13.8807 21 13.5745 21 13.264V10.5001C21 9.3955 20.1046 8.50007 19 8.50007H14.7198L15.3705 5.2466C15.5239 4.47944 15.1449 3.7045 14.4452 3.35462ZM9.5 9.88668L13.2216 5.79288L12.5194 9.30395C12.4607 9.59773 12.5367 9.90237 12.7267 10.1341C12.9166 10.3657 13.2004 10.5001 13.5 10.5001H19V13.264L16.382 18.5001H9.5V9.88668ZM7.5 10.5001H5V18.5001H7.5V10.5001Z"
@@ -3,7 +3,6 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
3
3
  const Ubuntu = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
5
5
  <path
6
- id="Vector"
7
6
  fillRule="evenodd"
8
7
  clipRule="evenodd"
9
8
  d="M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM14.7325 7.26717C14.094 6.89852 13.8752 6.08206 14.2439 5.44354C14.6125 4.80503 15.429 4.58626 16.0675 4.9549C16.706 5.32355 16.9248 6.14002 16.5561 6.77853C16.1875 7.41705 15.371 7.63582 14.7325 7.26717ZM5.20001 13.335C5.9373 13.335 6.535 12.7373 6.535 12C6.535 11.2627 5.9373 10.665 5.20001 10.665C4.46271 10.665 3.86502 11.2627 3.86502 12C3.86502 12.7373 4.46271 13.335 5.20001 13.335ZM14.7325 16.7328C15.371 16.3642 16.1875 16.583 16.5561 17.2215C16.9248 17.86 16.706 18.6765 16.0675 19.0451C15.429 19.4137 14.6125 19.195 14.2439 18.5565C13.8752 17.9179 14.094 17.1015 14.7325 16.7328ZM13.5488 6.40909C13.6356 6.94634 13.9544 7.44153 14.4625 7.73486C14.97 8.02789 15.5576 8.05666 16.066 7.86386C17.0564 8.83759 17.6987 10.1643 17.789 11.6402H15.8836C15.702 9.65497 14.0326 8.10001 12 8.10001C11.4179 8.10001 10.8655 8.22755 10.3694 8.45621L9.41649 6.80574C10.1944 6.41806 11.0718 6.20001 12 6.20001C12.5364 6.20001 13.0557 6.27282 13.5488 6.40909ZM12 17.8C12.5364 17.8 13.0558 17.7272 13.5488 17.5909C13.6356 17.0537 13.9545 16.5585 14.4625 16.2652C14.9701 15.9721 15.5577 15.9434 16.066 16.1362C17.0564 15.1624 17.6987 13.8357 17.789 12.3598H15.8836C15.702 14.345 14.0326 15.9 12 15.9C11.4179 15.9 10.8655 15.7725 10.3694 15.5438L9.41652 17.1943C10.1945 17.582 11.0718 17.8 12 17.8ZM6.38379 13.4542C6.80563 13.1104 7.07503 12.5866 7.07503 12C7.07503 11.4134 6.80563 10.8897 6.38379 10.5458C6.74588 9.14335 7.61946 7.94648 8.79371 7.16606L9.74659 8.81651C8.75023 9.52305 8.09999 10.6856 8.09999 12C8.09999 13.3144 8.75024 14.477 9.74661 15.1835L8.79373 16.834C7.61947 16.0535 6.74589 14.8567 6.38379 13.4542Z"
@@ -2,11 +2,13 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
2
 
3
3
  const Warning = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
5
+ <path d="M11 14V8.50001H13V14H11Z" fill="currentColor" />
6
+ <path d="M11 17.5V15.5H13V17.5H11Z" fill="currentColor" />
5
7
  <path
8
+ fillRule="evenodd"
6
9
  clipRule="evenodd"
7
- d="M13.806 3.114 21.8 19.102c.1.3.2.6.2.9C22 21.1 21.1 22 20.002 22H4.014c-.3 0-.6-.1-.9-.2-.999-.5-1.399-1.699-.899-2.698L10.31 3.114c.2-.4.5-.7.8-.899.998-.5 2.198-.1 2.697.9Zm-1.798.9L4.014 20.002h15.988L12.008 4.014Zm-1 5.995h1.999v4.996h-1.999V10.01Zm1.999 7.994v-1.998h-1.999v1.998h1.999Z"
10
+ d="M10.2557 3.60939L2.17088 18.0215C1.423 19.3547 2.38654 21 3.91517 21H20.0849C21.6135 21 22.577 19.3547 21.8291 18.0215L13.7443 3.60939C12.9803 2.24739 11.0198 2.24739 10.2557 3.60939ZM3.91517 19L12 4.58789L20.0849 19L3.91517 19Z"
8
11
  fill="currentColor"
9
- fillRule="evenodd"
10
12
  />
11
13
  </Icon>
12
14
  ));
@@ -0,0 +1,18 @@
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
+ import Box from '../../Box/Box';
3
+
4
+ const WarningYellow = forwardRef<IconProps, 'svg'>((props, ref) => (
5
+ <Icon ref={ref} viewBox="0 0 24 24" {...props}>
6
+ <Box
7
+ as="path"
8
+ clipRule="evenodd"
9
+ d="M10.2557 3.60939L2.17088 18.0215C1.423 19.3547 2.38654 21 3.91517 21H20.0849C21.6135 21 22.577 19.3547 21.8291 18.0215L13.7443 3.60939C12.9803 2.24739 11.0198 2.24739 10.2557 3.60939Z"
10
+ fill="yellow.80"
11
+ fillRule="evenodd"
12
+ />
13
+ <Box as="path" d="M11 8.00001V14H13V8.00001H11Z" fill="purple.10" />
14
+ <Box as="path" d="M11 15.5V17.5H13V15.5H11Z" fill="purple.10" />
15
+ </Icon>
16
+ ));
17
+
18
+ export default WarningYellow;
@@ -34,6 +34,7 @@ export { default as BitbucketBlue } from './BitbucketBlue';
34
34
  export { default as BitbucketNeutral } from './BitbucketNeutral';
35
35
  export { default as BitbucketPlain } from './BitbucketPlain';
36
36
  export { default as BitbucketShadedWhite } from './BitbucketShadedWhite';
37
+ export { default as BlockCircle } from './BlockCircle';
37
38
  export { default as Book } from './Book';
38
39
  export { default as BoxWithArrowDown } from './BoxWithArrowDown';
39
40
  export { default as BoxWithDot } from './BoxWithDot';
@@ -42,17 +43,11 @@ export { default as Bug } from './Bug';
42
43
  export { default as Build } from './Build';
43
44
  export { default as BuildCache } from './BuildCache';
44
45
  export { default as BuildCacheSolid } from './BuildCacheSolid';
45
- export { default as BuildstatusAborted } from './BuildstatusAborted';
46
- export { default as BuildstatusAbortedSolid } from './BuildstatusAbortedSolid';
47
- export { default as BuildstatusFailed } from './BuildstatusFailed';
48
- export { default as BuildstatusFailedSolid } from './BuildstatusFailedSolid';
49
- export { default as BuildstatusLoading } from './BuildstatusLoading';
50
- export { default as BuildstatusLoadingAnimated } from './BuildstatusLoadingAnimated';
51
- export { default as BuildstatusNeverbuilt } from './BuildstatusNeverbuilt';
52
- export { default as BuildstatusProgressEggplant } from './BuildstatusProgressEggplant';
53
- export { default as BuildstatusProgressWhite } from './BuildstatusProgressWhite';
54
- export { default as BuildstatusSuccessful } from './BuildstatusSuccessful';
55
- export { default as BuildstatusSuccessfulSolid } from './BuildstatusSuccessfulSolid';
46
+ export { default as AbortCircle } from './AbortCircle';
47
+ export { default as AbortCircleFilled } from './AbortCircleFilled';
48
+ export { default as DoubleCircle } from './DoubleCircle';
49
+ export { default as SpinnerPurpleDouble } from './SpinnerPurpleDouble';
50
+ export { default as Circle } from './Circle';
56
51
  export { default as BuildTest } from './BuildTest';
57
52
  export { default as BuildTestSolid } from './BuildTestSolid';
58
53
  export { default as Bulletpoint } from './Bulletpoint';
@@ -62,6 +57,7 @@ export { default as ChangePlan } from './ChangePlan';
62
57
  export { default as Chat } from './Chat';
63
58
  export { default as ChatMessage } from './ChatMessage';
64
59
  export { default as CheckCircle } from './CheckCircle';
60
+ export { default as CheckCircleFilled } from './CheckCircleFilled';
65
61
  export { default as ChevronDown } from './ChevronDown';
66
62
  export { default as ChevronLeft } from './ChevronLeft';
67
63
  export { default as ChevronRight } from './ChevronRight';
@@ -179,13 +175,11 @@ export { default as PlusCircleFilled } from './PlusCircleFilled';
179
175
  export { default as PlusOpen } from './PlusOpen';
180
176
  export { default as Podcast } from './Podcast';
181
177
  export { default as Power } from './Power';
182
- export { default as ProgressEggplant } from './ProgressEggplant';
183
- export { default as ProgressViolet } from './ProgressViolet';
184
- export { default as ProgressWhite } from './ProgressWhite';
185
178
  export { default as Pull } from './Pull';
186
179
  export { default as Push } from './Push';
187
180
  export { default as Puzzle } from './Puzzle';
188
181
  export { default as QuestionCircle } from './QuestionCircle';
182
+ export { default as QuestionCircleFilled } from './QuestionCircleFilled';
189
183
  export { default as ReactIcon } from './ReactIcon';
190
184
  export { default as Refresh } from './Refresh';
191
185
  export { default as Release } from './Release';
@@ -207,13 +201,14 @@ export { default as Sort } from './Sort';
207
201
  export { default as SortArrows } from './SortArrows';
208
202
  export { default as Stability } from './Stability';
209
203
  export { default as Stack } from './Stack';
210
- export { default as StageCurrent } from './StageCurrent';
211
- export { default as StageIncomplete } from './StageIncomplete';
204
+ export { default as CircleHalfFilled } from './CircleHalfFilled';
205
+ export { default as CircleDashed } from './CircleDashed';
212
206
  export { default as Star } from './Star';
213
207
  export { default as Status } from './Status';
214
208
  export { default as Steps } from './Steps';
215
- export { default as StepstatusSkip } from './StepstatusSkip';
216
- export { default as StepstatusWarning } from './StepstatusWarning';
209
+ export { default as SkipCircle } from './SkipCircle';
210
+ export { default as SkipCircleFilled } from './SkipCircleFilled';
211
+ export { default as ErrorCircle } from './ErrorCircle';
217
212
  export { default as StepsTuorqouise } from './StepsTuorqouise';
218
213
  export { default as StepsViolet } from './StepsViolet';
219
214
  export { default as StepsWhite } from './StepsWhite';
@@ -224,7 +219,6 @@ export { default as Support } from './Support';
224
219
  export { default as Swag } from './Swag';
225
220
  export { default as Tag } from './Tag';
226
221
  export { default as TestFailed } from './TestFailed';
227
- export { default as TestInconclusive } from './TestInconclusive';
228
222
  export { default as TestInfo } from './TestInfo';
229
223
  export { default as Testing } from './Testing';
230
224
  export { default as TestInprogress } from './TestInprogress';
@@ -233,7 +227,7 @@ export { default as TestSuccess } from './TestSuccess';
233
227
  export { default as TestWarning } from './TestWarning';
234
228
  export { default as ThumbDown } from './ThumbDown';
235
229
  export { default as ThumbUp } from './ThumbUp';
236
- export { default as Tick } from './Tick';
230
+ export { default as Check } from './Check';
237
231
  export { default as Time } from './Time';
238
232
  export { default as Tools } from './Tools';
239
233
  export { default as Trace } from './Trace';
@@ -246,7 +240,7 @@ export { default as Upload } from './Upload';
246
240
  export { default as ValidateShield } from './ValidateShield';
247
241
  export { default as Video } from './Video';
248
242
  export { default as Warning } from './Warning';
249
- export { default as WarningColored } from './WarningColored';
243
+ export { default as WarningYellow } from './WarningYellow';
250
244
  export { default as Webhooks } from './Webhooks';
251
245
  export { default as Webinar } from './Webinar';
252
246
  export { default as WebUi } from './WebUi';
@@ -9,7 +9,7 @@ export type Status = 'info' | 'success' | 'error' | 'warning';
9
9
  const iconNames = {
10
10
  error: 'ErrorGeneral',
11
11
  info: 'Info',
12
- success: 'Tick',
12
+ success: 'Check',
13
13
  warning: 'Warning',
14
14
  } as const;
15
15
 
@@ -24,7 +24,7 @@ export const NOTIFICATION_STATUSES: Record<
24
24
  </Box>
25
25
  ),
26
26
  },
27
- success: { colorScheme: 'green', defaultIcon: <Icon name="Tick" /> },
27
+ success: { colorScheme: 'green', defaultIcon: <Icon name="Check" /> },
28
28
  warning: { colorScheme: 'yellow', defaultIcon: <Icon name="Warning" /> },
29
29
  } as const;
30
30
 
@@ -92,17 +92,17 @@ const RealStage = ({
92
92
  let iconTransform: IconProps['transform'];
93
93
 
94
94
  if (segmentIndex < activeSegmentIndex) {
95
- iconName = 'BuildstatusSuccessfulSolid';
95
+ iconName = 'CheckCircleFilled';
96
96
  } else if (segmentIndex === activeSegmentIndex) {
97
- iconName = 'StageCurrent';
97
+ iconName = 'CircleHalfFilled';
98
98
  if (variant === 'vertical') iconTransform = 'rotate(90deg)';
99
99
  textColor = 'text.primary';
100
100
  } else {
101
- iconName = 'StageIncomplete';
101
+ iconName = 'CircleDashed';
102
102
  iconColor = 'icon.tertiary';
103
103
  }
104
104
  if (isInvalid) {
105
- iconName = 'StepstatusWarning';
105
+ iconName = 'ErrorCircle';
106
106
  iconColor = 'icon.negative';
107
107
  }
108
108
  if (isDisabled) {
@@ -110,7 +110,7 @@ const RealStage = ({
110
110
  textColor = 'text.disabled';
111
111
  }
112
112
  if (isSkipped) {
113
- iconName = 'StepstatusSkip';
113
+ iconName = 'SkipCircle';
114
114
  iconColor = 'icon.disabled';
115
115
  textColor = 'text.disabled';
116
116
  }
@@ -102,7 +102,7 @@ const Select = forwardRef<SelectProps, 'div'>((props, ref) => {
102
102
  {children}
103
103
  </ChakraSelect>
104
104
  {!isSelectInvalid && isWarning && (
105
- <Icon aria-hidden="true" name="WarningColored" size={iconSize} sx={style.stateIcon} />
105
+ <Icon aria-hidden="true" name="WarningYellow" size={iconSize} sx={style.stateIcon} />
106
106
  )}
107
107
  {isSelectInvalid && (
108
108
  <Icon
@@ -43,7 +43,7 @@ const ContainedTab = forwardRef<ContainedTabProps, 'button'>((props, ref) => {
43
43
  <Text as="span" hasEllipsis textStyle="comp/tabs/contained">
44
44
  {tabProps.children}
45
45
  </Text>
46
- {isWarning && <Icon name="WarningColored" />}
46
+ {isWarning && <Icon name="WarningYellow" />}
47
47
  {!isWarning && iconName && <Icon color={iconColor} name={iconName} />}
48
48
  </Box>
49
49
  {secondaryText && (
@@ -53,7 +53,7 @@ const Tag = forwardRef<TagProps, 'span'>((props, ref) => {
53
53
  ref={ref}
54
54
  >
55
55
  {(withIcon || !!iconName) && (
56
- <Icon __css={style.icon} color={iconColor} name={iconName || 'Tick'} size={size === 'sm' ? '16' : '24'} />
56
+ <Icon __css={style.icon} color={iconColor} name={iconName || 'Check'} size={size === 'sm' ? '16' : '24'} />
57
57
  )}
58
58
  <Text as="span" hasEllipsis sx={style.label}>
59
59
  {isLoading ? (
@@ -107,9 +107,9 @@ export const SettingsCardFooterError = ({
107
107
  };
108
108
  type FooterStatus = 'neutral' | 'failed' | 'success' | 'in-progress';
109
109
  const StatusIcons: Record<FooterStatus, Pick<IconProps, 'color' | 'name'>> = {
110
- neutral: { name: 'BuildstatusNeverbuilt', color: 'icon/tertiary' },
110
+ neutral: { name: 'Circle', color: 'icon/tertiary' },
111
111
  failed: { name: 'CrossCircleFilled', color: 'icon/negative' },
112
- success: { name: 'BuildstatusSuccessfulSolid', color: 'icon/positive' },
112
+ success: { name: 'CheckCircleFilled', color: 'icon/positive' },
113
113
  'in-progress': { name: 'Clock', color: 'pal.yellow.60' },
114
114
  };
115
115
 
@@ -1,20 +0,0 @@
1
- import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
-
3
- const BuildstatusAborted = forwardRef<IconProps, 'svg'>((props, ref) => (
4
- <Icon ref={ref} viewBox="0 0 16 16" {...props}>
5
- <path
6
- clipRule="evenodd"
7
- d="M0 8a8 8 0 1 0 16 0A8 8 0 0 0 0 8Zm14.667 0A6.667 6.667 0 1 1 1.333 8a6.667 6.667 0 0 1 13.334 0Z"
8
- fill="currentColor"
9
- fillRule="evenodd"
10
- />
11
- <path
12
- clipRule="evenodd"
13
- d="m5.172 9.886 4.714-4.714.942.942-4.714 4.714-.942-.942Z"
14
- fill="currentColor"
15
- fillRule="evenodd"
16
- />
17
- </Icon>
18
- ));
19
-
20
- export default BuildstatusAborted;
@@ -1,14 +0,0 @@
1
- import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
-
3
- const BuildstatusAbortedSolid = forwardRef<IconProps, 'svg'>((props, ref) => (
4
- <Icon ref={ref} viewBox="0 0 16 16" {...props}>
5
- <path
6
- clipRule="evenodd"
7
- d="M8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16ZM9.886 5.172 5.172 9.886l.942.942 4.714-4.714-.942-.942Z"
8
- fill="currentColor"
9
- fillRule="evenodd"
10
- />
11
- </Icon>
12
- ));
13
-
14
- export default BuildstatusAbortedSolid;
@@ -1,14 +0,0 @@
1
- import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
-
3
- const BuildstatusFailed = forwardRef<IconProps, 'svg'>((props, ref) => (
4
- <Icon ref={ref} viewBox="0 0 16 16" {...props}>
5
- <path
6
- clipRule="evenodd"
7
- d="M8 14.667c3.667 0 6.667-3 6.667-6.667s-3-6.667-6.667-6.667-6.667 3-6.667 6.667 3 6.667 6.667 6.667ZM8 16c-4.4 0-8-3.6-8-8s3.6-8 8-8 8 3.6 8 8-3.6 8-8 8Zm0-8.933L9.867 5.2l.933.933L8.933 8 10.8 9.867l-.933.933L8 8.933 6.133 10.8 5.2 9.867 7.067 8 5.2 6.133l.933-.933L8 7.067Z"
8
- fill="currentColor"
9
- fillRule="evenodd"
10
- />
11
- </Icon>
12
- ));
13
-
14
- export default BuildstatusFailed;
@@ -1,14 +0,0 @@
1
- import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
-
3
- const BuildstatusFailedSolid = forwardRef<IconProps, 'svg'>((props, ref) => (
4
- <Icon ref={ref} viewBox="0 0 16 16" {...props}>
5
- <path
6
- clipRule="evenodd"
7
- d="M0 8c0 4.4 3.6 8 8 8s8-3.6 8-8-3.6-8-8-8-8 3.6-8 8Zm6.133-2.8L8 7.067 9.867 5.2l.933.933L8.933 8 10.8 9.867l-.933.933L8 8.933 6.133 10.8 5.2 9.867 7.067 8 5.2 6.133l.933-.933Z"
8
- fill="currentColor"
9
- fillRule="evenodd"
10
- />
11
- </Icon>
12
- ));
13
-
14
- export default BuildstatusFailedSolid;
@@ -1,20 +0,0 @@
1
- import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
-
3
- const BuildstatusLoading = forwardRef<IconProps, 'svg'>((props, ref) => (
4
- <Icon ref={ref} viewBox="0 0 16 16" {...props}>
5
- <path
6
- clipRule="evenodd"
7
- d="M8 14.667A6.667 6.667 0 1 0 8 1.333a6.667 6.667 0 0 0 0 13.334ZM8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16Z"
8
- fill="currentColor"
9
- fillRule="evenodd"
10
- />
11
- <path
12
- clipRule="evenodd"
13
- d="M8 11.333a3.333 3.333 0 1 0 0-6.666 3.333 3.333 0 0 0 0 6.666Zm0 1.334a4.667 4.667 0 1 1 0-9.334 4.667 4.667 0 0 1 0 9.334Z"
14
- fill="currentColor"
15
- fillRule="evenodd"
16
- />
17
- </Icon>
18
- ));
19
-
20
- export default BuildstatusLoading;
@@ -1,30 +0,0 @@
1
- import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
-
3
- const BuildstatusLoadingAnimated = forwardRef<IconProps, 'svg'>((props, ref) => (
4
- <Icon ref={ref} viewBox="0 0 16 16" {...props}>
5
- <circle cx={8} cy={8} fill="none" r={7} stroke="currentColor" strokeDasharray={48} strokeWidth={1.1}>
6
- <animate attributeName="stroke-dashoffset" dur="3.5s" from={96} repeatCount="indefinite" to={0} />
7
- <animateTransform
8
- attributeName="transform"
9
- dur="2s"
10
- from="0 8 8"
11
- repeatCount="indefinite"
12
- to="360 8 8"
13
- type="rotate"
14
- />
15
- </circle>
16
- <circle cx={8} cy={8} fill="none" r={4} stroke="currentColor" strokeDasharray={48} strokeWidth={1.1}>
17
- <animate attributeName="stroke-dashoffset" dur="3.5s" from={96} repeatCount="indefinite" to={0} />
18
- <animateTransform
19
- attributeName="transform"
20
- dur="2s"
21
- from="0 8 8"
22
- repeatCount="indefinite"
23
- to="360 8 8"
24
- type="rotate"
25
- />
26
- </circle>
27
- </Icon>
28
- ));
29
-
30
- export default BuildstatusLoadingAnimated;
@@ -1,37 +0,0 @@
1
- import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
- import { useIconId } from '../utils';
3
-
4
- const BuildstatusProgressEggplant = forwardRef<IconProps, 'svg'>((props, ref) => {
5
- const iconPrefix = useIconId();
6
- return (
7
- <Icon ref={ref} viewBox="0 0 16 16" {...props}>
8
- <path
9
- clipRule="evenodd"
10
- d="M0 8a8 8 0 1 0 16 0A8 8 0 0 0 0 8Zm14.667 0A6.667 6.667 0 1 1 1.333 8a6.667 6.667 0 0 1 13.334 0Z"
11
- fill={`url(#${iconPrefix}__a)`}
12
- fillRule="evenodd"
13
- />
14
- <path
15
- clipRule="evenodd"
16
- d="M3.333 8a4.667 4.667 0 1 0 9.334 0 4.667 4.667 0 0 0-9.334 0Zm8 0a3.333 3.333 0 1 1-6.666 0 3.333 3.333 0 0 1 6.666 0Z"
17
- fill="#7B3BA5"
18
- fillRule="evenodd"
19
- />
20
- <defs>
21
- <radialGradient
22
- cx={0}
23
- cy={0}
24
- gradientTransform="matrix(8 0 0 8 8 8)"
25
- gradientUnits="userSpaceOnUse"
26
- id={`${iconPrefix}__a`}
27
- r={1}
28
- >
29
- <stop stopColor="#683D87" stopOpacity={0.01} />
30
- <stop offset={1} stopColor="#683D87" />
31
- </radialGradient>
32
- </defs>
33
- </Icon>
34
- );
35
- });
36
-
37
- export default BuildstatusProgressEggplant;
@@ -1,20 +0,0 @@
1
- import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
-
3
- const BuildstatusProgressWhite = forwardRef<IconProps, 'svg'>((props, ref) => (
4
- <Icon ref={ref} viewBox="0 0 16 16" {...props}>
5
- <path
6
- clipRule="evenodd"
7
- d="M0 8a8 8 0 1 0 16 0A8 8 0 0 0 0 8Zm14.667 0A6.667 6.667 0 1 1 1.333 8a6.667 6.667 0 0 1 13.334 0Z"
8
- fill="#fff"
9
- fillRule="evenodd"
10
- />
11
- <path
12
- clipRule="evenodd"
13
- d="M3.333 8a4.667 4.667 0 1 0 9.334 0 4.667 4.667 0 0 0-9.334 0Zm8 0a3.333 3.333 0 1 1-6.666 0 3.333 3.333 0 0 1 6.666 0Z"
14
- fill="#fff"
15
- fillRule="evenodd"
16
- />
17
- </Icon>
18
- ));
19
-
20
- export default BuildstatusProgressWhite;