@carbon/icons-react 0.0.1-beta.4 → 0.0.1-beta.5
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.
|
@@ -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 AddAlt16 = 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 AddOutline16 = React.forwardRef(function (_ref, ref) {
|
|
|
51
51
|
d: 'M11 7.5H8.5V5h-1v2.5H5v1h2.5V11h1V8.5H11z'
|
|
52
52
|
}));
|
|
53
53
|
});
|
|
54
|
-
|
|
55
|
-
|
|
54
|
+
AddAlt16.displayName = 'AddAlt16';
|
|
55
|
+
AddAlt16.propTypes = {
|
|
56
56
|
'aria-hidden': PropTypes.bool,
|
|
57
57
|
'aria-label': PropTypes.string,
|
|
58
58
|
'aria-labelledby': PropTypes.string,
|
|
@@ -65,7 +65,7 @@ AddOutline16.propTypes = {
|
|
|
65
65
|
width: PropTypes.number,
|
|
66
66
|
xmlns: PropTypes.string
|
|
67
67
|
};
|
|
68
|
-
|
|
68
|
+
AddAlt16.defaultProps = {
|
|
69
69
|
width: 16,
|
|
70
70
|
height: 16,
|
|
71
71
|
viewBox: '0 0 16 16',
|
|
@@ -73,4 +73,4 @@ AddOutline16.defaultProps = {
|
|
|
73
73
|
preserveAspectRatio: 'xMidYMid meet'
|
|
74
74
|
};
|
|
75
75
|
|
|
76
|
-
export default
|
|
76
|
+
export default AddAlt16;
|
|
@@ -18,7 +18,7 @@ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) r
|
|
|
18
18
|
var defaultStyle = {
|
|
19
19
|
"willChange": "transform"
|
|
20
20
|
};
|
|
21
|
-
var
|
|
21
|
+
var AddAlt16 = React.forwardRef(function (_ref, ref) {
|
|
22
22
|
var className = _ref.className,
|
|
23
23
|
children = _ref.children,
|
|
24
24
|
style = _ref.style,
|
|
@@ -55,8 +55,8 @@ var AddOutline16 = React.forwardRef(function (_ref, ref) {
|
|
|
55
55
|
d: 'M11 7.5H8.5V5h-1v2.5H5v1h2.5V11h1V8.5H11z'
|
|
56
56
|
}));
|
|
57
57
|
});
|
|
58
|
-
|
|
59
|
-
|
|
58
|
+
AddAlt16.displayName = 'AddAlt16';
|
|
59
|
+
AddAlt16.propTypes = {
|
|
60
60
|
'aria-hidden': PropTypes.bool,
|
|
61
61
|
'aria-label': PropTypes.string,
|
|
62
62
|
'aria-labelledby': PropTypes.string,
|
|
@@ -69,7 +69,7 @@ AddOutline16.propTypes = {
|
|
|
69
69
|
width: PropTypes.number,
|
|
70
70
|
xmlns: PropTypes.string
|
|
71
71
|
};
|
|
72
|
-
|
|
72
|
+
AddAlt16.defaultProps = {
|
|
73
73
|
width: 16,
|
|
74
74
|
height: 16,
|
|
75
75
|
viewBox: '0 0 16 16',
|
|
@@ -77,4 +77,4 @@ AddOutline16.defaultProps = {
|
|
|
77
77
|
preserveAspectRatio: 'xMidYMid meet'
|
|
78
78
|
};
|
|
79
79
|
|
|
80
|
-
module.exports =
|
|
80
|
+
module.exports = AddAlt16;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon/icons-react",
|
|
3
3
|
"description": "React components for icons in digital and software products using the Carbon Design System",
|
|
4
|
-
"version": "0.0.1-beta.
|
|
4
|
+
"version": "0.0.1-beta.5",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": "https://github.com/IBM/carbon-elements/tree/master/packages/icons-react",
|
|
7
7
|
"bugs": "https://github.com/IBM/carbon-elements/issues",
|
|
@@ -25,15 +25,15 @@
|
|
|
25
25
|
"clean": "rimraf es lib umd"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@carbon/icon-helpers": "0.0.1-beta.
|
|
28
|
+
"@carbon/icon-helpers": "0.0.1-beta.5",
|
|
29
29
|
"prop-types": "^15.6.2"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@babel/core": "^7.2.0",
|
|
33
33
|
"@babel/preset-env": "^7.2.0",
|
|
34
|
-
"@carbon/bundler": "0.0.1-beta.
|
|
35
|
-
"@carbon/cli-reporter": "0.0.1-beta.
|
|
36
|
-
"@carbon/icons": "0.0.1-beta.
|
|
34
|
+
"@carbon/bundler": "0.0.1-beta.5",
|
|
35
|
+
"@carbon/cli-reporter": "0.0.1-beta.5",
|
|
36
|
+
"@carbon/icons": "0.0.1-beta.5",
|
|
37
37
|
"change-case": "^3.0.2",
|
|
38
38
|
"fs-extra": "^7.0.0",
|
|
39
39
|
"prettier": "^1.14.3",
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"rollup-plugin-virtual": "^1.0.1"
|
|
45
45
|
},
|
|
46
46
|
"sideEffects": false,
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "eb5cb82f2f862cced404c31d69697c5b1168ecb1"
|
|
48
48
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
2
|
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('@carbon/icon-helpers'), require('prop-types'), require('react')) :
|
|
3
3
|
typeof define === 'function' && define.amd ? define(['@carbon/icon-helpers', 'prop-types', 'react'], factory) :
|
|
4
|
-
(global.
|
|
4
|
+
(global.AddAlt16 = factory(global.CarbonIconHelpers,global.PropTypes,global.React));
|
|
5
5
|
}(this, (function (iconHelpers,PropTypes,React) { 'use strict';
|
|
6
6
|
|
|
7
7
|
PropTypes = PropTypes && PropTypes.hasOwnProperty('default') ? PropTypes['default'] : PropTypes;
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
var defaultStyle = {
|
|
20
20
|
"willChange": "transform"
|
|
21
21
|
};
|
|
22
|
-
var
|
|
22
|
+
var AddAlt16 = React.forwardRef(function (_ref, ref) {
|
|
23
23
|
var className = _ref.className,
|
|
24
24
|
children = _ref.children,
|
|
25
25
|
style = _ref.style,
|
|
@@ -56,8 +56,8 @@
|
|
|
56
56
|
d: 'M11 7.5H8.5V5h-1v2.5H5v1h2.5V11h1V8.5H11z'
|
|
57
57
|
}));
|
|
58
58
|
});
|
|
59
|
-
|
|
60
|
-
|
|
59
|
+
AddAlt16.displayName = 'AddAlt16';
|
|
60
|
+
AddAlt16.propTypes = {
|
|
61
61
|
'aria-hidden': PropTypes.bool,
|
|
62
62
|
'aria-label': PropTypes.string,
|
|
63
63
|
'aria-labelledby': PropTypes.string,
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
width: PropTypes.number,
|
|
71
71
|
xmlns: PropTypes.string
|
|
72
72
|
};
|
|
73
|
-
|
|
73
|
+
AddAlt16.defaultProps = {
|
|
74
74
|
width: 16,
|
|
75
75
|
height: 16,
|
|
76
76
|
viewBox: '0 0 16 16',
|
|
@@ -78,6 +78,6 @@
|
|
|
78
78
|
preserveAspectRatio: 'xMidYMid meet'
|
|
79
79
|
};
|
|
80
80
|
|
|
81
|
-
return
|
|
81
|
+
return AddAlt16;
|
|
82
82
|
|
|
83
83
|
})));
|