@bitrise/bitkit 12.21.0 → 12.23.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.
- package/package.json +1 -1
- package/src/Components/Icons/16x16/BuildStatusSkipped.tsx +14 -0
- package/src/Components/Icons/16x16/ConnectedAccounts.tsx +30 -0
- package/src/Components/Icons/16x16/index.ts +2 -0
- package/src/Components/Icons/24x24/BuildStatusSkipped.tsx +14 -0
- package/src/Components/Icons/24x24/ConnectedAccounts.tsx +30 -0
- package/src/Components/Icons/24x24/index.ts +2 -0
package/package.json
CHANGED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
|
|
2
|
+
|
|
3
|
+
const BuildstatusSkipped = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
|
+
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
|
+
<path
|
|
6
|
+
fillRule="evenodd"
|
|
7
|
+
clipRule="evenodd"
|
|
8
|
+
d="M8.00011 14.6667C11.6667 14.6667 14.6667 11.6667 14.6667 8.00011C14.6667 4.33347 11.6667 1.3335 8.00011 1.3335C4.33347 1.3335 1.3335 4.33347 1.3335 8.00011C1.3335 11.6667 4.33347 14.6667 8.00011 14.6667ZM8.00011 16.0002C3.60005 16.0002 0 12.4002 0 8.00011C0 3.60005 3.60005 0 8.00011 0C12.4002 0 16.0002 3.60005 16.0002 8.00011C16.0002 12.4002 12.4002 16.0002 8.00011 16.0002ZM7.0573 8.00011L5.19537 6.13818L6.13818 5.19537L8.94292 8.00011L6.13818 10.8048L5.19537 9.86204L7.0573 8.00011ZM8.19537 6.13818L10.0573 8.00011L8.19537 9.86204L9.13818 10.8048L11.9429 8.00011L9.13818 5.19537L8.19537 6.13818Z"
|
|
9
|
+
fill="currentColor"
|
|
10
|
+
/>
|
|
11
|
+
</Icon>
|
|
12
|
+
));
|
|
13
|
+
|
|
14
|
+
export default BuildstatusSkipped;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
|
|
2
|
+
|
|
3
|
+
const ConnectedAccounts = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
|
+
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
|
+
<path
|
|
6
|
+
d="M4.99019 6.66654H1.33333C0.6 6.66654 0 7.26654 0 7.99988V10.6665H1.33333V7.99988H4.02021C4.18291 7.60312 4.42536 7.23138 4.74755 6.90918L4.99019 6.66654Z"
|
|
7
|
+
fill="currentColor"
|
|
8
|
+
/>
|
|
9
|
+
<path
|
|
10
|
+
fillRule="evenodd"
|
|
11
|
+
clipRule="evenodd"
|
|
12
|
+
d="M4.66667 5.33321H3.33333C2.6 5.33321 2 4.73321 2 3.99988V1.33321C2 0.599878 2.6 -0.00012207 3.33333 -0.00012207H4.66667C5.4 -0.00012207 6 0.599878 6 1.33321V3.99988C6 4.73321 5.4 5.33321 4.66667 5.33321ZM4.66667 1.33321H3.33333V3.99988H4.66667V1.33321Z"
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
/>
|
|
15
|
+
<path
|
|
16
|
+
d="M8.04738 10.209C7.52668 10.7297 6.68246 10.7297 6.16176 10.209C5.64106 9.68832 5.64106 8.8441 6.16176 8.3234L7.10457 7.38059L6.16176 6.43778L5.21895 7.38059C4.17755 8.42199 4.17755 10.1104 5.21895 11.1518C6.26035 12.1932 7.94879 12.1932 8.99019 11.1518L9.933 10.209L8.99019 9.26621L8.04738 10.209Z"
|
|
17
|
+
fill="currentColor"
|
|
18
|
+
/>
|
|
19
|
+
<path
|
|
20
|
+
d="M8.99019 5.49497C9.51089 4.97427 10.3551 4.97427 10.8758 5.49497C11.3965 6.01567 11.3965 6.85989 10.8758 7.38059L9.933 8.3234L10.8758 9.26621L11.8186 8.3234C12.86 7.282 12.86 5.59356 11.8186 4.55216C10.7772 3.51076 9.08878 3.51076 8.04738 4.55216L7.10457 5.49497L8.04738 6.43778L8.99019 5.49497Z"
|
|
21
|
+
fill="currentColor"
|
|
22
|
+
/>
|
|
23
|
+
<path
|
|
24
|
+
d="M6.63316 8.7948C6.37281 9.05515 6.37281 9.47726 6.63316 9.73761C6.89351 9.99796 7.31562 9.99796 7.57597 9.73761L10.4044 6.90918C10.6648 6.64883 10.6648 6.22673 10.4044 5.96638C10.1441 5.70603 9.72194 5.70603 9.46159 5.96638L6.63316 8.7948Z"
|
|
25
|
+
fill="currentColor"
|
|
26
|
+
/>
|
|
27
|
+
</Icon>
|
|
28
|
+
));
|
|
29
|
+
|
|
30
|
+
export default ConnectedAccounts;
|
|
@@ -36,6 +36,7 @@ export { default as BuildstatusLoading } from './BuildstatusLoading';
|
|
|
36
36
|
export { default as BuildstatusNeverbuilt } from './BuildstatusNeverbuilt';
|
|
37
37
|
export { default as BuildstatusProgressEggplant } from './BuildstatusProgressEggplant';
|
|
38
38
|
export { default as BuildstatusProgressWhite } from './BuildstatusProgressWhite';
|
|
39
|
+
export { default as BuildstatusSkipped } from './BuildStatusSkipped';
|
|
39
40
|
export { default as BuildstatusSuccessfulSolid } from './BuildstatusSuccessfulSolid';
|
|
40
41
|
export { default as BuildstatusSuccessful } from './BuildstatusSuccessful';
|
|
41
42
|
export { default as Bulletpoint } from './Bulletpoint';
|
|
@@ -55,6 +56,7 @@ export { default as Code } from './Code';
|
|
|
55
56
|
export { default as Coffee } from './Coffee';
|
|
56
57
|
export { default as Commit } from './Commit';
|
|
57
58
|
export { default as Conference } from './Conference';
|
|
59
|
+
export { default as ConnectedAccounts } from './ConnectedAccounts';
|
|
58
60
|
export { default as Cordova } from './Cordova';
|
|
59
61
|
export { default as Cpu } from './Cpu';
|
|
60
62
|
export { default as Creditcard } from './Creditcard';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
|
|
2
|
+
|
|
3
|
+
const BuildstatusSkipped = 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.0002 22.0001C17.5001 22.0001 22.0001 17.5001 22.0001 12.0002C22.0001 6.50021 17.5001 2.00025 12.0002 2.00025C6.50021 2.00025 2.00025 6.50021 2.00025 12.0002C2.00025 17.5001 6.50021 22.0001 12.0002 22.0001ZM12.0002 24.0003C5.40007 24.0003 0 18.6003 0 12.0002C0 5.40007 5.40007 0 12.0002 0C18.6003 0 24.0003 5.40007 24.0003 12.0002C24.0003 18.6003 18.6003 24.0003 12.0002 24.0003ZM10.586 12.0002L7.79306 9.20727L9.20727 7.79306L13.4144 12.0002L9.20727 16.2073L7.79306 14.7931L10.586 12.0002ZM12.2931 9.20727L15.086 12.0002L12.2931 14.7931L13.7073 16.2073L17.9144 12.0002L13.7073 7.79306L12.2931 9.20727Z"
|
|
9
|
+
fill="currentColor"
|
|
10
|
+
/>
|
|
11
|
+
</Icon>
|
|
12
|
+
));
|
|
13
|
+
|
|
14
|
+
export default BuildstatusSkipped;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
|
|
2
|
+
|
|
3
|
+
const ConnectedAccounts = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
|
+
<Icon ref={ref} viewBox="0 0 24 24" {...props}>
|
|
5
|
+
<path
|
|
6
|
+
d="M10.4853 13H5C3.9 13 3 13.9 3 15V19H5V15H9.03031C9.27437 14.4049 9.63804 13.8472 10.1213 13.364L10.4853 13Z"
|
|
7
|
+
fill="currentColor"
|
|
8
|
+
/>
|
|
9
|
+
<path
|
|
10
|
+
fillRule="evenodd"
|
|
11
|
+
clipRule="evenodd"
|
|
12
|
+
d="M10 11H8C6.9 11 6 10.1 6 9V5C6 3.9 6.9 3 8 3H10C11.1 3 12 3.9 12 5V9C12 10.1 11.1 11 10 11ZM10 5H8V9H10V5Z"
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
/>
|
|
15
|
+
<path
|
|
16
|
+
d="M15.0711 18.3137C14.29 19.0948 13.0237 19.0948 12.2426 18.3137C11.4616 17.5327 11.4616 16.2663 12.2426 15.4853L13.6569 14.0711L12.2426 12.6569L10.8284 14.0711C9.26633 15.6332 9.26633 18.1658 10.8284 19.7279C12.3905 21.29 14.9232 21.29 16.4853 19.7279L17.8995 18.3137L16.4853 16.8995L15.0711 18.3137Z"
|
|
17
|
+
fill="currentColor"
|
|
18
|
+
/>
|
|
19
|
+
<path
|
|
20
|
+
d="M16.4853 11.2426C17.2663 10.4616 18.5327 10.4616 19.3137 11.2426C20.0948 12.0237 20.0948 13.29 19.3137 14.0711L17.8995 15.4853L19.3137 16.8995L20.7279 15.4853C22.29 13.9232 22.29 11.3905 20.7279 9.82843C19.1658 8.26633 16.6332 8.26633 15.0711 9.82843L13.6569 11.2426L15.0711 12.6569L16.4853 11.2426Z"
|
|
21
|
+
fill="currentColor"
|
|
22
|
+
/>
|
|
23
|
+
<path
|
|
24
|
+
d="M12.9497 16.1924C12.5592 16.5829 12.5592 17.2161 12.9497 17.6066C13.3403 17.9971 13.9734 17.9971 14.364 17.6066L18.6066 13.364C18.9971 12.9734 18.9971 12.3403 18.6066 11.9497C18.2161 11.5592 17.5829 11.5592 17.1924 11.9497L12.9497 16.1924Z"
|
|
25
|
+
fill="currentColor"
|
|
26
|
+
/>
|
|
27
|
+
</Icon>
|
|
28
|
+
));
|
|
29
|
+
|
|
30
|
+
export default ConnectedAccounts;
|
|
@@ -36,6 +36,7 @@ export { default as BuildstatusLoading } from './BuildstatusLoading';
|
|
|
36
36
|
export { default as BuildstatusNeverbuilt } from './BuildstatusNeverbuilt';
|
|
37
37
|
export { default as BuildstatusProgressEggplant } from './BuildstatusProgressEggplant';
|
|
38
38
|
export { default as BuildstatusProgressWhite } from './BuildstatusProgressWhite';
|
|
39
|
+
export { default as BuildstatusSkipped } from './BuildStatusSkipped';
|
|
39
40
|
export { default as BuildstatusSuccessfulSolid } from './BuildstatusSuccessfulSolid';
|
|
40
41
|
export { default as BuildstatusSuccessful } from './BuildstatusSuccessful';
|
|
41
42
|
export { default as Bulletpoint } from './Bulletpoint';
|
|
@@ -55,6 +56,7 @@ export { default as Code } from './Code';
|
|
|
55
56
|
export { default as Coffee } from './Coffee';
|
|
56
57
|
export { default as Commit } from './Commit';
|
|
57
58
|
export { default as Conference } from './Conference';
|
|
59
|
+
export { default as ConnectedAccounts } from './ConnectedAccounts';
|
|
58
60
|
export { default as Cordova } from './Cordova';
|
|
59
61
|
export { default as Cpu } from './Cpu';
|
|
60
62
|
export { default as Creditcard } from './Creditcard';
|