@carbon/icons-react 0.0.1-alpha.28 → 0.0.1-alpha.31
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/es/{battery--half-full → battery--half}/20.js +5 -5
- package/es/{battery--half-full → battery--half}/24.js +5 -5
- package/es/{battery--half-full → battery--half}/32.js +5 -5
- package/es/{battery--less-full → battery--low}/20.js +5 -5
- package/es/{battery--less-full → battery--low}/24.js +5 -5
- package/es/{battery--less-full → battery--low}/32.js +5 -5
- package/es/copy/16.js +2 -2
- package/es/copy/20.js +2 -2
- package/es/copy/24.js +2 -2
- package/es/copy/32.js +2 -2
- package/es/copy--file/16.js +77 -0
- package/es/copy--file/20.js +2 -2
- package/es/copy--file/24.js +2 -2
- package/es/copy--file/32.js +2 -2
- package/es/ibm-security/20.js +75 -0
- package/es/ibm-security/24.js +75 -0
- package/es/ibm-security/32.js +75 -0
- package/es/index.js +2 -2
- package/es/shopping--catalog/20.js +1 -1
- package/es/shopping--catalog/24.js +1 -1
- package/es/shopping--catalog/32.js +1 -1
- package/lib/{battery--half-full → battery--half}/20.js +5 -5
- package/lib/{battery--half-full → battery--half}/24.js +5 -5
- package/lib/{battery--half-full → battery--half}/32.js +5 -5
- package/lib/{battery--less-full → battery--low}/20.js +5 -5
- package/lib/{battery--less-full → battery--low}/24.js +5 -5
- package/lib/{battery--less-full → battery--low}/32.js +5 -5
- package/lib/copy/16.js +2 -2
- package/lib/copy/20.js +2 -2
- package/lib/copy/24.js +2 -2
- package/lib/copy/32.js +2 -2
- package/lib/copy--file/16.js +81 -0
- package/lib/copy--file/20.js +2 -2
- package/lib/copy--file/24.js +2 -2
- package/lib/copy--file/32.js +2 -2
- package/lib/ibm-security/20.js +79 -0
- package/lib/ibm-security/24.js +79 -0
- package/lib/ibm-security/32.js +79 -0
- package/lib/index.js +11 -7
- package/lib/shopping--catalog/20.js +1 -1
- package/lib/shopping--catalog/24.js +1 -1
- package/lib/shopping--catalog/32.js +1 -1
- package/package.json +5 -5
- package/umd/{battery--half-full → battery--half}/20.js +6 -6
- package/umd/{battery--half-full → battery--half}/24.js +6 -6
- package/umd/{battery--half-full → battery--half}/32.js +6 -6
- package/umd/{battery--less-full → battery--low}/20.js +6 -6
- package/umd/{battery--less-full → battery--low}/24.js +6 -6
- package/umd/{battery--less-full → battery--low}/32.js +6 -6
- package/umd/copy/16.js +2 -2
- package/umd/copy/20.js +2 -2
- package/umd/copy/24.js +2 -2
- package/umd/copy/32.js +2 -2
- package/umd/copy--file/16.js +84 -0
- package/umd/copy--file/20.js +2 -2
- package/umd/copy--file/24.js +2 -2
- package/umd/copy--file/32.js +2 -2
- package/umd/ibm-security/20.js +82 -0
- package/umd/ibm-security/24.js +82 -0
- package/umd/ibm-security/32.js +82 -0
- package/umd/index.js +11 -7
- package/umd/shopping--catalog/20.js +1 -1
- package/umd/shopping--catalog/24.js +1 -1
- package/umd/shopping--catalog/32.js +1 -1
|
@@ -14,7 +14,7 @@ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) r
|
|
|
14
14
|
var defaultStyle = {
|
|
15
15
|
"willChange": "transform"
|
|
16
16
|
};
|
|
17
|
-
var
|
|
17
|
+
var BatteryHalf20 = React.forwardRef(function (_ref, ref) {
|
|
18
18
|
var className = _ref.className,
|
|
19
19
|
children = _ref.children,
|
|
20
20
|
style = _ref.style,
|
|
@@ -51,8 +51,8 @@ var BatteryHalfFull20 = React.forwardRef(function (_ref, ref) {
|
|
|
51
51
|
d: 'M16 12v8H8v-8z'
|
|
52
52
|
}));
|
|
53
53
|
});
|
|
54
|
-
|
|
55
|
-
|
|
54
|
+
BatteryHalf20.displayName = 'BatteryHalf20';
|
|
55
|
+
BatteryHalf20.propTypes = {
|
|
56
56
|
'aria-hidden': PropTypes.bool,
|
|
57
57
|
'aria-label': PropTypes.string,
|
|
58
58
|
'aria-labelledby': PropTypes.string,
|
|
@@ -66,7 +66,7 @@ BatteryHalfFull20.propTypes = {
|
|
|
66
66
|
width: PropTypes.number,
|
|
67
67
|
xmlns: PropTypes.string
|
|
68
68
|
};
|
|
69
|
-
|
|
69
|
+
BatteryHalf20.defaultProps = {
|
|
70
70
|
width: 20,
|
|
71
71
|
height: 20,
|
|
72
72
|
viewBox: '0 0 32 32',
|
|
@@ -74,4 +74,4 @@ BatteryHalfFull20.defaultProps = {
|
|
|
74
74
|
preserveAspectRatio: 'xMidYMid meet'
|
|
75
75
|
};
|
|
76
76
|
|
|
77
|
-
export default
|
|
77
|
+
export default BatteryHalf20;
|
|
@@ -14,7 +14,7 @@ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) r
|
|
|
14
14
|
var defaultStyle = {
|
|
15
15
|
"willChange": "transform"
|
|
16
16
|
};
|
|
17
|
-
var
|
|
17
|
+
var BatteryHalf24 = React.forwardRef(function (_ref, ref) {
|
|
18
18
|
var className = _ref.className,
|
|
19
19
|
children = _ref.children,
|
|
20
20
|
style = _ref.style,
|
|
@@ -51,8 +51,8 @@ var BatteryHalfFull24 = React.forwardRef(function (_ref, ref) {
|
|
|
51
51
|
d: 'M16 12v8H8v-8z'
|
|
52
52
|
}));
|
|
53
53
|
});
|
|
54
|
-
|
|
55
|
-
|
|
54
|
+
BatteryHalf24.displayName = 'BatteryHalf24';
|
|
55
|
+
BatteryHalf24.propTypes = {
|
|
56
56
|
'aria-hidden': PropTypes.bool,
|
|
57
57
|
'aria-label': PropTypes.string,
|
|
58
58
|
'aria-labelledby': PropTypes.string,
|
|
@@ -66,7 +66,7 @@ BatteryHalfFull24.propTypes = {
|
|
|
66
66
|
width: PropTypes.number,
|
|
67
67
|
xmlns: PropTypes.string
|
|
68
68
|
};
|
|
69
|
-
|
|
69
|
+
BatteryHalf24.defaultProps = {
|
|
70
70
|
width: 24,
|
|
71
71
|
height: 24,
|
|
72
72
|
viewBox: '0 0 32 32',
|
|
@@ -74,4 +74,4 @@ BatteryHalfFull24.defaultProps = {
|
|
|
74
74
|
preserveAspectRatio: 'xMidYMid meet'
|
|
75
75
|
};
|
|
76
76
|
|
|
77
|
-
export default
|
|
77
|
+
export default BatteryHalf24;
|
|
@@ -14,7 +14,7 @@ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) r
|
|
|
14
14
|
var defaultStyle = {
|
|
15
15
|
"willChange": "transform"
|
|
16
16
|
};
|
|
17
|
-
var
|
|
17
|
+
var BatteryHalf32 = React.forwardRef(function (_ref, ref) {
|
|
18
18
|
var className = _ref.className,
|
|
19
19
|
children = _ref.children,
|
|
20
20
|
style = _ref.style,
|
|
@@ -51,8 +51,8 @@ var BatteryHalfFull32 = React.forwardRef(function (_ref, ref) {
|
|
|
51
51
|
d: 'M16 12v8H8v-8z'
|
|
52
52
|
}));
|
|
53
53
|
});
|
|
54
|
-
|
|
55
|
-
|
|
54
|
+
BatteryHalf32.displayName = 'BatteryHalf32';
|
|
55
|
+
BatteryHalf32.propTypes = {
|
|
56
56
|
'aria-hidden': PropTypes.bool,
|
|
57
57
|
'aria-label': PropTypes.string,
|
|
58
58
|
'aria-labelledby': PropTypes.string,
|
|
@@ -66,7 +66,7 @@ BatteryHalfFull32.propTypes = {
|
|
|
66
66
|
width: PropTypes.number,
|
|
67
67
|
xmlns: PropTypes.string
|
|
68
68
|
};
|
|
69
|
-
|
|
69
|
+
BatteryHalf32.defaultProps = {
|
|
70
70
|
width: 32,
|
|
71
71
|
height: 32,
|
|
72
72
|
viewBox: '0 0 32 32',
|
|
@@ -74,4 +74,4 @@ BatteryHalfFull32.defaultProps = {
|
|
|
74
74
|
preserveAspectRatio: 'xMidYMid meet'
|
|
75
75
|
};
|
|
76
76
|
|
|
77
|
-
export default
|
|
77
|
+
export default BatteryHalf32;
|
|
@@ -14,7 +14,7 @@ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) r
|
|
|
14
14
|
var defaultStyle = {
|
|
15
15
|
"willChange": "transform"
|
|
16
16
|
};
|
|
17
|
-
var
|
|
17
|
+
var BatteryLow20 = React.forwardRef(function (_ref, ref) {
|
|
18
18
|
var className = _ref.className,
|
|
19
19
|
children = _ref.children,
|
|
20
20
|
style = _ref.style,
|
|
@@ -51,8 +51,8 @@ var BatteryLessFull20 = React.forwardRef(function (_ref, ref) {
|
|
|
51
51
|
d: 'M12 12v8H8v-8z'
|
|
52
52
|
}));
|
|
53
53
|
});
|
|
54
|
-
|
|
55
|
-
|
|
54
|
+
BatteryLow20.displayName = 'BatteryLow20';
|
|
55
|
+
BatteryLow20.propTypes = {
|
|
56
56
|
'aria-hidden': PropTypes.bool,
|
|
57
57
|
'aria-label': PropTypes.string,
|
|
58
58
|
'aria-labelledby': PropTypes.string,
|
|
@@ -66,7 +66,7 @@ BatteryLessFull20.propTypes = {
|
|
|
66
66
|
width: PropTypes.number,
|
|
67
67
|
xmlns: PropTypes.string
|
|
68
68
|
};
|
|
69
|
-
|
|
69
|
+
BatteryLow20.defaultProps = {
|
|
70
70
|
width: 20,
|
|
71
71
|
height: 20,
|
|
72
72
|
viewBox: '0 0 32 32',
|
|
@@ -74,4 +74,4 @@ BatteryLessFull20.defaultProps = {
|
|
|
74
74
|
preserveAspectRatio: 'xMidYMid meet'
|
|
75
75
|
};
|
|
76
76
|
|
|
77
|
-
export default
|
|
77
|
+
export default BatteryLow20;
|
|
@@ -14,7 +14,7 @@ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) r
|
|
|
14
14
|
var defaultStyle = {
|
|
15
15
|
"willChange": "transform"
|
|
16
16
|
};
|
|
17
|
-
var
|
|
17
|
+
var BatteryLow24 = React.forwardRef(function (_ref, ref) {
|
|
18
18
|
var className = _ref.className,
|
|
19
19
|
children = _ref.children,
|
|
20
20
|
style = _ref.style,
|
|
@@ -51,8 +51,8 @@ var BatteryLessFull24 = React.forwardRef(function (_ref, ref) {
|
|
|
51
51
|
d: 'M12 12v8H8v-8z'
|
|
52
52
|
}));
|
|
53
53
|
});
|
|
54
|
-
|
|
55
|
-
|
|
54
|
+
BatteryLow24.displayName = 'BatteryLow24';
|
|
55
|
+
BatteryLow24.propTypes = {
|
|
56
56
|
'aria-hidden': PropTypes.bool,
|
|
57
57
|
'aria-label': PropTypes.string,
|
|
58
58
|
'aria-labelledby': PropTypes.string,
|
|
@@ -66,7 +66,7 @@ BatteryLessFull24.propTypes = {
|
|
|
66
66
|
width: PropTypes.number,
|
|
67
67
|
xmlns: PropTypes.string
|
|
68
68
|
};
|
|
69
|
-
|
|
69
|
+
BatteryLow24.defaultProps = {
|
|
70
70
|
width: 24,
|
|
71
71
|
height: 24,
|
|
72
72
|
viewBox: '0 0 32 32',
|
|
@@ -74,4 +74,4 @@ BatteryLessFull24.defaultProps = {
|
|
|
74
74
|
preserveAspectRatio: 'xMidYMid meet'
|
|
75
75
|
};
|
|
76
76
|
|
|
77
|
-
export default
|
|
77
|
+
export default BatteryLow24;
|
|
@@ -14,7 +14,7 @@ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) r
|
|
|
14
14
|
var defaultStyle = {
|
|
15
15
|
"willChange": "transform"
|
|
16
16
|
};
|
|
17
|
-
var
|
|
17
|
+
var BatteryLow32 = React.forwardRef(function (_ref, ref) {
|
|
18
18
|
var className = _ref.className,
|
|
19
19
|
children = _ref.children,
|
|
20
20
|
style = _ref.style,
|
|
@@ -51,8 +51,8 @@ var BatteryLessFull32 = React.forwardRef(function (_ref, ref) {
|
|
|
51
51
|
d: 'M12 12v8H8v-8z'
|
|
52
52
|
}));
|
|
53
53
|
});
|
|
54
|
-
|
|
55
|
-
|
|
54
|
+
BatteryLow32.displayName = 'BatteryLow32';
|
|
55
|
+
BatteryLow32.propTypes = {
|
|
56
56
|
'aria-hidden': PropTypes.bool,
|
|
57
57
|
'aria-label': PropTypes.string,
|
|
58
58
|
'aria-labelledby': PropTypes.string,
|
|
@@ -66,7 +66,7 @@ BatteryLessFull32.propTypes = {
|
|
|
66
66
|
width: PropTypes.number,
|
|
67
67
|
xmlns: PropTypes.string
|
|
68
68
|
};
|
|
69
|
-
|
|
69
|
+
BatteryLow32.defaultProps = {
|
|
70
70
|
width: 32,
|
|
71
71
|
height: 32,
|
|
72
72
|
viewBox: '0 0 32 32',
|
|
@@ -74,4 +74,4 @@ BatteryLessFull32.defaultProps = {
|
|
|
74
74
|
preserveAspectRatio: 'xMidYMid meet'
|
|
75
75
|
};
|
|
76
76
|
|
|
77
|
-
export default
|
|
77
|
+
export default BatteryLow32;
|
package/es/copy/16.js
CHANGED
|
@@ -46,9 +46,9 @@ var Copy16 = React.forwardRef(function (_ref, ref) {
|
|
|
46
46
|
}
|
|
47
47
|
|
|
48
48
|
return React.createElement('svg', props, children, React.createElement('path', {
|
|
49
|
-
d: '
|
|
49
|
+
d: 'M14 5v9H5V5h9m0-1H5a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h9a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1z'
|
|
50
50
|
}), React.createElement('path', {
|
|
51
|
-
d: '
|
|
51
|
+
d: 'M2 9H1V2a1 1 0 0 1 1-1h7v1H2z'
|
|
52
52
|
}));
|
|
53
53
|
});
|
|
54
54
|
Copy16.displayName = 'Copy16';
|
package/es/copy/20.js
CHANGED
|
@@ -46,9 +46,9 @@ var Copy20 = React.forwardRef(function (_ref, ref) {
|
|
|
46
46
|
}
|
|
47
47
|
|
|
48
48
|
return React.createElement('svg', props, children, React.createElement('path', {
|
|
49
|
-
d: '
|
|
49
|
+
d: 'M28 10v18H10V10h18m0-2H10a2 2 0 0 0-2 2v18a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2V10a2 2 0 0 0-2-2z'
|
|
50
50
|
}), React.createElement('path', {
|
|
51
|
-
d: '
|
|
51
|
+
d: 'M4 18H2V4a2 2 0 0 1 2-2h14v2H4z'
|
|
52
52
|
}));
|
|
53
53
|
});
|
|
54
54
|
Copy20.displayName = 'Copy20';
|
package/es/copy/24.js
CHANGED
|
@@ -46,9 +46,9 @@ var Copy24 = React.forwardRef(function (_ref, ref) {
|
|
|
46
46
|
}
|
|
47
47
|
|
|
48
48
|
return React.createElement('svg', props, children, React.createElement('path', {
|
|
49
|
-
d: '
|
|
49
|
+
d: 'M28 10v18H10V10h18m0-2H10a2 2 0 0 0-2 2v18a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2V10a2 2 0 0 0-2-2z'
|
|
50
50
|
}), React.createElement('path', {
|
|
51
|
-
d: '
|
|
51
|
+
d: 'M4 18H2V4a2 2 0 0 1 2-2h14v2H4z'
|
|
52
52
|
}));
|
|
53
53
|
});
|
|
54
54
|
Copy24.displayName = 'Copy24';
|
package/es/copy/32.js
CHANGED
|
@@ -46,9 +46,9 @@ var Copy32 = React.forwardRef(function (_ref, ref) {
|
|
|
46
46
|
}
|
|
47
47
|
|
|
48
48
|
return React.createElement('svg', props, children, React.createElement('path', {
|
|
49
|
-
d: '
|
|
49
|
+
d: 'M28 10v18H10V10h18m0-2H10a2 2 0 0 0-2 2v18a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2V10a2 2 0 0 0-2-2z'
|
|
50
50
|
}), React.createElement('path', {
|
|
51
|
-
d: '
|
|
51
|
+
d: 'M4 18H2V4a2 2 0 0 1 2-2h14v2H4z'
|
|
52
52
|
}));
|
|
53
53
|
});
|
|
54
54
|
Copy32.displayName = 'Copy32';
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
import { getAttributes } from '@carbon/icon-helpers';
|
|
2
|
+
import PropTypes from 'prop-types';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
|
|
5
|
+
function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
|
|
6
|
+
|
|
7
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty(target, key, source[key]); }); } return target; }
|
|
8
|
+
|
|
9
|
+
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
10
|
+
|
|
11
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
12
|
+
|
|
13
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
14
|
+
var defaultStyle = {
|
|
15
|
+
"willChange": "transform"
|
|
16
|
+
};
|
|
17
|
+
var CopyFile16 = React.forwardRef(function (_ref, ref) {
|
|
18
|
+
var className = _ref.className,
|
|
19
|
+
children = _ref.children,
|
|
20
|
+
style = _ref.style,
|
|
21
|
+
tabIndex = _ref.tabIndex,
|
|
22
|
+
rest = _objectWithoutProperties(_ref, ["className", "children", "style", "tabIndex"]);
|
|
23
|
+
|
|
24
|
+
var _getAttributes = getAttributes(_objectSpread({}, rest, {
|
|
25
|
+
tabindex: tabIndex
|
|
26
|
+
})),
|
|
27
|
+
tabindex = _getAttributes.tabindex,
|
|
28
|
+
props = _objectWithoutProperties(_getAttributes, ["tabindex"]);
|
|
29
|
+
|
|
30
|
+
if (className) {
|
|
31
|
+
props.className = className;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
if (tabindex !== undefined && tabindex !== null) {
|
|
35
|
+
props.tabIndex = tabindex;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
if (_typeof(style) === 'object') {
|
|
39
|
+
props.style = _objectSpread({}, defaultStyle, style);
|
|
40
|
+
} else {
|
|
41
|
+
props.style = defaultStyle;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
if (ref) {
|
|
45
|
+
props.ref = ref;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
return React.createElement('svg', props, children, React.createElement('path', {
|
|
49
|
+
d: 'M14.72 7.35l-3-3.06A1 1 0 0 0 11 4H5a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h9a1 1 0 0 0 1-1V8a1 1 0 0 0-.28-.65zM11 5l3 3h-3zm-6 9V5h5v3a1 1 0 0 0 1 1h3v5z'
|
|
50
|
+
}), React.createElement('path', {
|
|
51
|
+
d: 'M2 9H1V2a1 1 0 0 1 1-1h7v1H2z'
|
|
52
|
+
}));
|
|
53
|
+
});
|
|
54
|
+
CopyFile16.displayName = 'CopyFile16';
|
|
55
|
+
CopyFile16.propTypes = {
|
|
56
|
+
'aria-hidden': PropTypes.bool,
|
|
57
|
+
'aria-label': PropTypes.string,
|
|
58
|
+
'aria-labelledby': PropTypes.string,
|
|
59
|
+
className: PropTypes.string,
|
|
60
|
+
children: PropTypes.node,
|
|
61
|
+
height: PropTypes.number,
|
|
62
|
+
preserveAspectRatio: PropTypes.string,
|
|
63
|
+
tabIndex: PropTypes.string,
|
|
64
|
+
title: PropTypes.string,
|
|
65
|
+
viewBox: PropTypes.string,
|
|
66
|
+
width: PropTypes.number,
|
|
67
|
+
xmlns: PropTypes.string
|
|
68
|
+
};
|
|
69
|
+
CopyFile16.defaultProps = {
|
|
70
|
+
width: 16,
|
|
71
|
+
height: 16,
|
|
72
|
+
viewBox: '0 0 16 16',
|
|
73
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
74
|
+
preserveAspectRatio: 'xMidYMid meet'
|
|
75
|
+
};
|
|
76
|
+
|
|
77
|
+
export default CopyFile16;
|
package/es/copy--file/20.js
CHANGED
|
@@ -46,9 +46,9 @@ var CopyFile20 = React.forwardRef(function (_ref, ref) {
|
|
|
46
46
|
}
|
|
47
47
|
|
|
48
48
|
return React.createElement('svg', props, children, React.createElement('path', {
|
|
49
|
-
d: '
|
|
49
|
+
d: 'M29.43 14.7l-6.05-6.12A2 2 0 0 0 22 8H9.94A2 2 0 0 0 8 10v18.1A2 2 0 0 0 9.94 30h18.12A2 2 0 0 0 30 28.05v-12a2 2 0 0 0-.57-1.35zM22 10l5.92 6H22zM10 28V10h10v6a2 2 0 0 0 2 2h6v10z'
|
|
50
50
|
}), React.createElement('path', {
|
|
51
|
-
d: '
|
|
51
|
+
d: 'M4 18H2V4a2 2 0 0 1 2-2h14v2H4z'
|
|
52
52
|
}));
|
|
53
53
|
});
|
|
54
54
|
CopyFile20.displayName = 'CopyFile20';
|
package/es/copy--file/24.js
CHANGED
|
@@ -46,9 +46,9 @@ var CopyFile24 = React.forwardRef(function (_ref, ref) {
|
|
|
46
46
|
}
|
|
47
47
|
|
|
48
48
|
return React.createElement('svg', props, children, React.createElement('path', {
|
|
49
|
-
d: '
|
|
49
|
+
d: 'M29.43 14.7l-6.05-6.12A2 2 0 0 0 22 8H9.94A2 2 0 0 0 8 10v18.1A2 2 0 0 0 9.94 30h18.12A2 2 0 0 0 30 28.05v-12a2 2 0 0 0-.57-1.35zM22 10l5.92 6H22zM10 28V10h10v6a2 2 0 0 0 2 2h6v10z'
|
|
50
50
|
}), React.createElement('path', {
|
|
51
|
-
d: '
|
|
51
|
+
d: 'M4 18H2V4a2 2 0 0 1 2-2h14v2H4z'
|
|
52
52
|
}));
|
|
53
53
|
});
|
|
54
54
|
CopyFile24.displayName = 'CopyFile24';
|
package/es/copy--file/32.js
CHANGED
|
@@ -46,9 +46,9 @@ var CopyFile32 = React.forwardRef(function (_ref, ref) {
|
|
|
46
46
|
}
|
|
47
47
|
|
|
48
48
|
return React.createElement('svg', props, children, React.createElement('path', {
|
|
49
|
-
d: '
|
|
49
|
+
d: 'M29.43 14.7l-6.05-6.12A2 2 0 0 0 22 8H9.94A2 2 0 0 0 8 10v18.1A2 2 0 0 0 9.94 30h18.12A2 2 0 0 0 30 28.05v-12a2 2 0 0 0-.57-1.35zM22 10l5.92 6H22zM10 28V10h10v6a2 2 0 0 0 2 2h6v10z'
|
|
50
50
|
}), React.createElement('path', {
|
|
51
|
-
d: '
|
|
51
|
+
d: 'M4 18H2V4a2 2 0 0 1 2-2h14v2H4z'
|
|
52
52
|
}));
|
|
53
53
|
});
|
|
54
54
|
CopyFile32.displayName = 'CopyFile32';
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import { getAttributes } from '@carbon/icon-helpers';
|
|
2
|
+
import PropTypes from 'prop-types';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
|
|
5
|
+
function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
|
|
6
|
+
|
|
7
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty(target, key, source[key]); }); } return target; }
|
|
8
|
+
|
|
9
|
+
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
10
|
+
|
|
11
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
12
|
+
|
|
13
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
14
|
+
var defaultStyle = {
|
|
15
|
+
"willChange": "transform"
|
|
16
|
+
};
|
|
17
|
+
var IbmSecurity20 = React.forwardRef(function (_ref, ref) {
|
|
18
|
+
var className = _ref.className,
|
|
19
|
+
children = _ref.children,
|
|
20
|
+
style = _ref.style,
|
|
21
|
+
tabIndex = _ref.tabIndex,
|
|
22
|
+
rest = _objectWithoutProperties(_ref, ["className", "children", "style", "tabIndex"]);
|
|
23
|
+
|
|
24
|
+
var _getAttributes = getAttributes(_objectSpread({}, rest, {
|
|
25
|
+
tabindex: tabIndex
|
|
26
|
+
})),
|
|
27
|
+
tabindex = _getAttributes.tabindex,
|
|
28
|
+
props = _objectWithoutProperties(_getAttributes, ["tabindex"]);
|
|
29
|
+
|
|
30
|
+
if (className) {
|
|
31
|
+
props.className = className;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
if (tabindex !== undefined && tabindex !== null) {
|
|
35
|
+
props.tabIndex = tabindex;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
if (_typeof(style) === 'object') {
|
|
39
|
+
props.style = _objectSpread({}, defaultStyle, style);
|
|
40
|
+
} else {
|
|
41
|
+
props.style = defaultStyle;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
if (ref) {
|
|
45
|
+
props.ref = ref;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
return React.createElement('svg', props, children, React.createElement('path', {
|
|
49
|
+
d: 'M16 31A11 11 0 0 1 5 20V6.91l11-6 11 6V20a11 11 0 0 1-11 11zM7 8.09V20a9 9 0 0 0 18 0V8.09l-9-4.95z'
|
|
50
|
+
}));
|
|
51
|
+
});
|
|
52
|
+
IbmSecurity20.displayName = 'IbmSecurity20';
|
|
53
|
+
IbmSecurity20.propTypes = {
|
|
54
|
+
'aria-hidden': PropTypes.bool,
|
|
55
|
+
'aria-label': PropTypes.string,
|
|
56
|
+
'aria-labelledby': PropTypes.string,
|
|
57
|
+
className: PropTypes.string,
|
|
58
|
+
children: PropTypes.node,
|
|
59
|
+
height: PropTypes.number,
|
|
60
|
+
preserveAspectRatio: PropTypes.string,
|
|
61
|
+
tabIndex: PropTypes.string,
|
|
62
|
+
title: PropTypes.string,
|
|
63
|
+
viewBox: PropTypes.string,
|
|
64
|
+
width: PropTypes.number,
|
|
65
|
+
xmlns: PropTypes.string
|
|
66
|
+
};
|
|
67
|
+
IbmSecurity20.defaultProps = {
|
|
68
|
+
width: 20,
|
|
69
|
+
height: 20,
|
|
70
|
+
viewBox: '0 0 32 32',
|
|
71
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
72
|
+
preserveAspectRatio: 'xMidYMid meet'
|
|
73
|
+
};
|
|
74
|
+
|
|
75
|
+
export default IbmSecurity20;
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import { getAttributes } from '@carbon/icon-helpers';
|
|
2
|
+
import PropTypes from 'prop-types';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
|
|
5
|
+
function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
|
|
6
|
+
|
|
7
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty(target, key, source[key]); }); } return target; }
|
|
8
|
+
|
|
9
|
+
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
10
|
+
|
|
11
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
12
|
+
|
|
13
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
14
|
+
var defaultStyle = {
|
|
15
|
+
"willChange": "transform"
|
|
16
|
+
};
|
|
17
|
+
var IbmSecurity24 = React.forwardRef(function (_ref, ref) {
|
|
18
|
+
var className = _ref.className,
|
|
19
|
+
children = _ref.children,
|
|
20
|
+
style = _ref.style,
|
|
21
|
+
tabIndex = _ref.tabIndex,
|
|
22
|
+
rest = _objectWithoutProperties(_ref, ["className", "children", "style", "tabIndex"]);
|
|
23
|
+
|
|
24
|
+
var _getAttributes = getAttributes(_objectSpread({}, rest, {
|
|
25
|
+
tabindex: tabIndex
|
|
26
|
+
})),
|
|
27
|
+
tabindex = _getAttributes.tabindex,
|
|
28
|
+
props = _objectWithoutProperties(_getAttributes, ["tabindex"]);
|
|
29
|
+
|
|
30
|
+
if (className) {
|
|
31
|
+
props.className = className;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
if (tabindex !== undefined && tabindex !== null) {
|
|
35
|
+
props.tabIndex = tabindex;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
if (_typeof(style) === 'object') {
|
|
39
|
+
props.style = _objectSpread({}, defaultStyle, style);
|
|
40
|
+
} else {
|
|
41
|
+
props.style = defaultStyle;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
if (ref) {
|
|
45
|
+
props.ref = ref;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
return React.createElement('svg', props, children, React.createElement('path', {
|
|
49
|
+
d: 'M16 31A11 11 0 0 1 5 20V6.91l11-6 11 6V20a11 11 0 0 1-11 11zM7 8.09V20a9 9 0 0 0 18 0V8.09l-9-4.95z'
|
|
50
|
+
}));
|
|
51
|
+
});
|
|
52
|
+
IbmSecurity24.displayName = 'IbmSecurity24';
|
|
53
|
+
IbmSecurity24.propTypes = {
|
|
54
|
+
'aria-hidden': PropTypes.bool,
|
|
55
|
+
'aria-label': PropTypes.string,
|
|
56
|
+
'aria-labelledby': PropTypes.string,
|
|
57
|
+
className: PropTypes.string,
|
|
58
|
+
children: PropTypes.node,
|
|
59
|
+
height: PropTypes.number,
|
|
60
|
+
preserveAspectRatio: PropTypes.string,
|
|
61
|
+
tabIndex: PropTypes.string,
|
|
62
|
+
title: PropTypes.string,
|
|
63
|
+
viewBox: PropTypes.string,
|
|
64
|
+
width: PropTypes.number,
|
|
65
|
+
xmlns: PropTypes.string
|
|
66
|
+
};
|
|
67
|
+
IbmSecurity24.defaultProps = {
|
|
68
|
+
width: 24,
|
|
69
|
+
height: 24,
|
|
70
|
+
viewBox: '0 0 32 32',
|
|
71
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
72
|
+
preserveAspectRatio: 'xMidYMid meet'
|
|
73
|
+
};
|
|
74
|
+
|
|
75
|
+
export default IbmSecurity24;
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import { getAttributes } from '@carbon/icon-helpers';
|
|
2
|
+
import PropTypes from 'prop-types';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
|
|
5
|
+
function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
|
|
6
|
+
|
|
7
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty(target, key, source[key]); }); } return target; }
|
|
8
|
+
|
|
9
|
+
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
10
|
+
|
|
11
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
12
|
+
|
|
13
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
14
|
+
var defaultStyle = {
|
|
15
|
+
"willChange": "transform"
|
|
16
|
+
};
|
|
17
|
+
var IbmSecurity32 = React.forwardRef(function (_ref, ref) {
|
|
18
|
+
var className = _ref.className,
|
|
19
|
+
children = _ref.children,
|
|
20
|
+
style = _ref.style,
|
|
21
|
+
tabIndex = _ref.tabIndex,
|
|
22
|
+
rest = _objectWithoutProperties(_ref, ["className", "children", "style", "tabIndex"]);
|
|
23
|
+
|
|
24
|
+
var _getAttributes = getAttributes(_objectSpread({}, rest, {
|
|
25
|
+
tabindex: tabIndex
|
|
26
|
+
})),
|
|
27
|
+
tabindex = _getAttributes.tabindex,
|
|
28
|
+
props = _objectWithoutProperties(_getAttributes, ["tabindex"]);
|
|
29
|
+
|
|
30
|
+
if (className) {
|
|
31
|
+
props.className = className;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
if (tabindex !== undefined && tabindex !== null) {
|
|
35
|
+
props.tabIndex = tabindex;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
if (_typeof(style) === 'object') {
|
|
39
|
+
props.style = _objectSpread({}, defaultStyle, style);
|
|
40
|
+
} else {
|
|
41
|
+
props.style = defaultStyle;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
if (ref) {
|
|
45
|
+
props.ref = ref;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
return React.createElement('svg', props, children, React.createElement('path', {
|
|
49
|
+
d: 'M16 31A11 11 0 0 1 5 20V6.91l11-6 11 6V20a11 11 0 0 1-11 11zM7 8.09V20a9 9 0 0 0 18 0V8.09l-9-4.95z'
|
|
50
|
+
}));
|
|
51
|
+
});
|
|
52
|
+
IbmSecurity32.displayName = 'IbmSecurity32';
|
|
53
|
+
IbmSecurity32.propTypes = {
|
|
54
|
+
'aria-hidden': PropTypes.bool,
|
|
55
|
+
'aria-label': PropTypes.string,
|
|
56
|
+
'aria-labelledby': PropTypes.string,
|
|
57
|
+
className: PropTypes.string,
|
|
58
|
+
children: PropTypes.node,
|
|
59
|
+
height: PropTypes.number,
|
|
60
|
+
preserveAspectRatio: PropTypes.string,
|
|
61
|
+
tabIndex: PropTypes.string,
|
|
62
|
+
title: PropTypes.string,
|
|
63
|
+
viewBox: PropTypes.string,
|
|
64
|
+
width: PropTypes.number,
|
|
65
|
+
xmlns: PropTypes.string
|
|
66
|
+
};
|
|
67
|
+
IbmSecurity32.defaultProps = {
|
|
68
|
+
width: 32,
|
|
69
|
+
height: 32,
|
|
70
|
+
viewBox: '0 0 32 32',
|
|
71
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
72
|
+
preserveAspectRatio: 'xMidYMid meet'
|
|
73
|
+
};
|
|
74
|
+
|
|
75
|
+
export default IbmSecurity32;
|