@carbon/icons-react 0.0.1-beta.3 → 10.0.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.
@@ -14,7 +14,7 @@ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) r
14
14
  var defaultStyle = {
15
15
  "willChange": "transform"
16
16
  };
17
- var AddOutline16 = React.forwardRef(function (_ref, ref) {
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
- AddOutline16.displayName = 'AddOutline16';
55
- AddOutline16.propTypes = {
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
- AddOutline16.defaultProps = {
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 AddOutline16;
76
+ export default AddAlt16;
@@ -46,7 +46,7 @@ var ArrowRight20 = React.forwardRef(function (_ref, ref) {
46
46
  }
47
47
 
48
48
  return React.createElement('svg', props, children, React.createElement('path', {
49
- d: 'M18 6l-1.43 1.39L24.15 15H3v2h21.15l-7.58 7.57L18 26l10-10L18 6z'
49
+ d: 'M11.8 2.8l-1 1 5.4 5.5H1v1.4h15.2l-5.4 5.5 1 1L19 10z'
50
50
  }));
51
51
  });
52
52
  ArrowRight20.displayName = 'ArrowRight20';
@@ -66,7 +66,7 @@ ArrowRight20.propTypes = {
66
66
  ArrowRight20.defaultProps = {
67
67
  width: 20,
68
68
  height: 20,
69
- viewBox: '0 0 32 32',
69
+ viewBox: '0 0 20 20',
70
70
  xmlns: 'http://www.w3.org/2000/svg',
71
71
  preserveAspectRatio: 'xMidYMid meet'
72
72
  };
@@ -46,7 +46,7 @@ var ArrowRight24 = React.forwardRef(function (_ref, ref) {
46
46
  }
47
47
 
48
48
  return React.createElement('svg', props, children, React.createElement('path', {
49
- d: 'M18 6l-1.43 1.39L24.15 15H3v2h21.15l-7.58 7.57L18 26l10-10L18 6z'
49
+ d: 'M14 4l-1.1 1.1 6 6.1H2v1.6h16.9l-6 6.1L14 20l8-8z'
50
50
  }));
51
51
  });
52
52
  ArrowRight24.displayName = 'ArrowRight24';
@@ -66,7 +66,7 @@ ArrowRight24.propTypes = {
66
66
  ArrowRight24.defaultProps = {
67
67
  width: 24,
68
68
  height: 24,
69
- viewBox: '0 0 32 32',
69
+ viewBox: '0 0 24 24',
70
70
  xmlns: 'http://www.w3.org/2000/svg',
71
71
  preserveAspectRatio: 'xMidYMid meet'
72
72
  };
@@ -46,7 +46,7 @@ var ArrowRight32 = React.forwardRef(function (_ref, ref) {
46
46
  }
47
47
 
48
48
  return React.createElement('svg', props, children, React.createElement('path', {
49
- d: 'M18 6l-1.43 1.39L24.15 15H3v2h21.15l-7.58 7.57L18 26l10-10L18 6z'
49
+ d: 'M18 6l-1.4 1.4 7.5 7.6H3v2h21.1l-7.5 7.6L18 26l10-10z'
50
50
  }));
51
51
  });
52
52
  ArrowRight32.displayName = 'ArrowRight32';
@@ -18,7 +18,7 @@ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) r
18
18
  var defaultStyle = {
19
19
  "willChange": "transform"
20
20
  };
21
- var AddOutline16 = React.forwardRef(function (_ref, ref) {
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
- AddOutline16.displayName = 'AddOutline16';
59
- AddOutline16.propTypes = {
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
- AddOutline16.defaultProps = {
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 = AddOutline16;
80
+ module.exports = AddAlt16;
@@ -50,7 +50,7 @@ var ArrowRight20 = React.forwardRef(function (_ref, ref) {
50
50
  }
51
51
 
52
52
  return React.createElement('svg', props, children, React.createElement('path', {
53
- d: 'M18 6l-1.43 1.39L24.15 15H3v2h21.15l-7.58 7.57L18 26l10-10L18 6z'
53
+ d: 'M11.8 2.8l-1 1 5.4 5.5H1v1.4h15.2l-5.4 5.5 1 1L19 10z'
54
54
  }));
55
55
  });
56
56
  ArrowRight20.displayName = 'ArrowRight20';
@@ -70,7 +70,7 @@ ArrowRight20.propTypes = {
70
70
  ArrowRight20.defaultProps = {
71
71
  width: 20,
72
72
  height: 20,
73
- viewBox: '0 0 32 32',
73
+ viewBox: '0 0 20 20',
74
74
  xmlns: 'http://www.w3.org/2000/svg',
75
75
  preserveAspectRatio: 'xMidYMid meet'
76
76
  };
@@ -50,7 +50,7 @@ var ArrowRight24 = React.forwardRef(function (_ref, ref) {
50
50
  }
51
51
 
52
52
  return React.createElement('svg', props, children, React.createElement('path', {
53
- d: 'M18 6l-1.43 1.39L24.15 15H3v2h21.15l-7.58 7.57L18 26l10-10L18 6z'
53
+ d: 'M14 4l-1.1 1.1 6 6.1H2v1.6h16.9l-6 6.1L14 20l8-8z'
54
54
  }));
55
55
  });
56
56
  ArrowRight24.displayName = 'ArrowRight24';
@@ -70,7 +70,7 @@ ArrowRight24.propTypes = {
70
70
  ArrowRight24.defaultProps = {
71
71
  width: 24,
72
72
  height: 24,
73
- viewBox: '0 0 32 32',
73
+ viewBox: '0 0 24 24',
74
74
  xmlns: 'http://www.w3.org/2000/svg',
75
75
  preserveAspectRatio: 'xMidYMid meet'
76
76
  };
@@ -50,7 +50,7 @@ var ArrowRight32 = React.forwardRef(function (_ref, ref) {
50
50
  }
51
51
 
52
52
  return React.createElement('svg', props, children, React.createElement('path', {
53
- d: 'M18 6l-1.43 1.39L24.15 15H3v2h21.15l-7.58 7.57L18 26l10-10L18 6z'
53
+ d: 'M18 6l-1.4 1.4 7.5 7.6H3v2h21.1l-7.5 7.6L18 26l10-10z'
54
54
  }));
55
55
  });
56
56
  ArrowRight32.displayName = 'ArrowRight32';
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.3",
4
+ "version": "10.0.0",
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.3",
28
+ "@carbon/icon-helpers": "10.0.0",
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.3",
35
- "@carbon/cli-reporter": "0.0.1-beta.3",
36
- "@carbon/icons": "0.0.1-beta.3",
34
+ "@carbon/bundler": "10.0.0",
35
+ "@carbon/cli-reporter": "10.0.0",
36
+ "@carbon/icons": "10.0.0",
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": "a8ac3e36fd18bb5ec39868a3dc411bf606445274"
47
+ "gitHead": "dc500192d7844e5948e62c9fd8d49bfce0f27cb9"
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.AddOutline16 = factory(global.CarbonIconHelpers,global.PropTypes,global.React));
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 AddOutline16 = React.forwardRef(function (_ref, ref) {
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
- AddOutline16.displayName = 'AddOutline16';
60
- AddOutline16.propTypes = {
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
- AddOutline16.defaultProps = {
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 AddOutline16;
81
+ return AddAlt16;
82
82
 
83
83
  })));
@@ -51,7 +51,7 @@
51
51
  }
52
52
 
53
53
  return React.createElement('svg', props, children, React.createElement('path', {
54
- d: 'M18 6l-1.43 1.39L24.15 15H3v2h21.15l-7.58 7.57L18 26l10-10L18 6z'
54
+ d: 'M11.8 2.8l-1 1 5.4 5.5H1v1.4h15.2l-5.4 5.5 1 1L19 10z'
55
55
  }));
56
56
  });
57
57
  ArrowRight20.displayName = 'ArrowRight20';
@@ -71,7 +71,7 @@
71
71
  ArrowRight20.defaultProps = {
72
72
  width: 20,
73
73
  height: 20,
74
- viewBox: '0 0 32 32',
74
+ viewBox: '0 0 20 20',
75
75
  xmlns: 'http://www.w3.org/2000/svg',
76
76
  preserveAspectRatio: 'xMidYMid meet'
77
77
  };
@@ -51,7 +51,7 @@
51
51
  }
52
52
 
53
53
  return React.createElement('svg', props, children, React.createElement('path', {
54
- d: 'M18 6l-1.43 1.39L24.15 15H3v2h21.15l-7.58 7.57L18 26l10-10L18 6z'
54
+ d: 'M14 4l-1.1 1.1 6 6.1H2v1.6h16.9l-6 6.1L14 20l8-8z'
55
55
  }));
56
56
  });
57
57
  ArrowRight24.displayName = 'ArrowRight24';
@@ -71,7 +71,7 @@
71
71
  ArrowRight24.defaultProps = {
72
72
  width: 24,
73
73
  height: 24,
74
- viewBox: '0 0 32 32',
74
+ viewBox: '0 0 24 24',
75
75
  xmlns: 'http://www.w3.org/2000/svg',
76
76
  preserveAspectRatio: 'xMidYMid meet'
77
77
  };
@@ -51,7 +51,7 @@
51
51
  }
52
52
 
53
53
  return React.createElement('svg', props, children, React.createElement('path', {
54
- d: 'M18 6l-1.43 1.39L24.15 15H3v2h21.15l-7.58 7.57L18 26l10-10L18 6z'
54
+ d: 'M18 6l-1.4 1.4 7.5 7.6H3v2h21.1l-7.5 7.6L18 26l10-10z'
55
55
  }));
56
56
  });
57
57
  ArrowRight32.displayName = 'ArrowRight32';