@bitrise/bitkit 12.55.1 → 12.56.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bitrise/bitkit",
3
3
  "description": "Bitrise React component library",
4
- "version": "12.55.1",
4
+ "version": "12.56.0",
5
5
  "repository": "git@github.com:bitrise-io/bitkit.git",
6
6
  "main": "src/index.ts",
7
7
  "license": "UNLICENSED",
@@ -0,0 +1,26 @@
1
+ import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
2
+
3
+ const BuildCache = forwardRef<IconProps, 'svg'>((props, ref) => (
4
+ <Icon ref={ref} viewBox="0 0 16 16" {...props}>
5
+ <path
6
+ d="M 5.667969 4.667969 C 6.035156 4.667969 6.332031 4.367188 6.332031 4 C 6.332031 3.632812 6.035156 3.332031 5.667969 3.332031 C 5.296875 3.332031 5 3.632812 5 4 C 5 4.367188 5.296875 4.667969 5.667969 4.667969 Z M 5.667969 4.667969"
7
+ fill="currentColor"
8
+ />
9
+ <path
10
+ d="M 6.332031 8 C 6.332031 8.367188 6.035156 8.667969 5.667969 8.667969 C 5.296875 8.667969 5 8.367188 5 8 C 5 7.632812 5.296875 7.332031 5.667969 7.332031 C 6.035156 7.332031 6.332031 7.632812 6.332031 8 Z M 6.332031 8"
11
+ fill="currentColor"
12
+ />
13
+ <path
14
+ d="M 5.667969 12.667969 C 6.035156 12.667969 6.332031 12.367188 6.332031 12 C 6.332031 11.632812 6.035156 11.332031 5.667969 11.332031 C 5.296875 11.332031 5 11.632812 5 12 C 5 12.367188 5.296875 12.667969 5.667969 12.667969 Z M 5.667969 12.667969"
15
+ fill="currentColor"
16
+ />
17
+ <path
18
+ fillRule="evenodd"
19
+ clipRule="evenodd"
20
+ d="M 3 2.667969 C 3 1.929688 3.597656 1.332031 4.332031 1.332031 L 12.332031 1.332031 C 13.070312 1.332031 13.667969 1.929688 13.667969 2.667969 L 13.667969 13.332031 C 13.667969 14.070312 13.070312 14.667969 12.332031 14.667969 L 4.332031 14.667969 C 3.597656 14.667969 3 14.070312 3 13.332031 Z M 4.332031 2.667969 L 12.332031 2.667969 L 12.332031 5.332031 L 4.332031 5.332031 Z M 4.332031 6.667969 L 4.332031 9.332031 L 12.332031 9.332031 L 12.332031 6.667969 Z M 4.332031 13.332031 L 4.332031 10.667969 L 12.332031 10.667969 L 12.332031 13.332031 Z M 4.332031 13.332031"
21
+ fill="currentColor"
22
+ />
23
+ </Icon>
24
+ ));
25
+
26
+ export default BuildCache;
@@ -29,6 +29,7 @@ export { default as BoxWithDot } from './BoxWithDot';
29
29
  export { default as Branch } from './Branch';
30
30
  export { default as Bug } from './Bug';
31
31
  export { default as Build } from './Build';
32
+ export { default as BuildCache } from './BuildCache';
32
33
  export { default as BuildstatusAbortedSolid } from './BuildstatusAbortedSolid';
33
34
  export { default as BuildstatusAborted } from './BuildstatusAborted';
34
35
  export { default as BuildstatusFailedSolid } from './BuildstatusFailedSolid';
@@ -0,0 +1,26 @@
1
+ import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
2
+
3
+ const BuildCache = forwardRef<IconProps, 'svg'>((props, ref) => (
4
+ <Icon ref={ref} viewBox="0 0 24 24" {...props}>
5
+ <path
6
+ d="M8.5 7C9.05228 7 9.5 6.55228 9.5 6C9.5 5.44772 9.05228 5 8.5 5C7.94772 5 7.5 5.44772 7.5 6C7.5 6.55228 7.94772 7 8.5 7Z"
7
+ fill="currentColor"
8
+ />
9
+ <path
10
+ d="M9.5 12C9.5 12.5523 9.05228 13 8.5 13C7.94772 13 7.5 12.5523 7.5 12C7.5 11.4477 7.94772 11 8.5 11C9.05228 11 9.5 11.4477 9.5 12Z"
11
+ fill="currentColor"
12
+ />
13
+ <path
14
+ d="M8.5 19C9.05228 19 9.5 18.5523 9.5 18C9.5 17.4477 9.05228 17 8.5 17C7.94772 17 7.5 17.4477 7.5 18C7.5 18.5523 7.94772 19 8.5 19Z"
15
+ fill="currentColor"
16
+ />
17
+ <path
18
+ fillRule="evenodd"
19
+ clipRule="evenodd"
20
+ d="M4.5 4C4.5 2.89543 5.39543 2 6.5 2H18.5C19.6046 2 20.5 2.89543 20.5 4V20C20.5 21.1046 19.6046 22 18.5 22H6.5C5.39543 22 4.5 21.1046 4.5 20V4ZM6.5 4H18.5V8H6.5V4ZM6.5 10V14H18.5V10H6.5ZM6.5 20V16H18.5V20H6.5Z"
21
+ fill="currentColor"
22
+ />
23
+ </Icon>
24
+ ));
25
+
26
+ export default BuildCache;
@@ -29,6 +29,7 @@ export { default as BoxWithDot } from './BoxWithDot';
29
29
  export { default as Branch } from './Branch';
30
30
  export { default as Bug } from './Bug';
31
31
  export { default as Build } from './Build';
32
+ export { default as BuildCache } from './BuildCache';
32
33
  export { default as BuildstatusAbortedSolid } from './BuildstatusAbortedSolid';
33
34
  export { default as BuildstatusAborted } from './BuildstatusAborted';
34
35
  export { default as BuildstatusFailedSolid } from './BuildstatusFailedSolid';