@carbon/icons-react 0.0.1-beta.1 → 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.
Files changed (118) hide show
  1. package/es/CSV/20.js +74 -0
  2. package/es/CSV/24.js +74 -0
  3. package/es/CSV/32.js +74 -0
  4. package/es/TSV/20.js +74 -0
  5. package/es/TSV/24.js +74 -0
  6. package/es/TSV/32.js +74 -0
  7. package/es/XLS/20.js +74 -0
  8. package/es/XLS/24.js +74 -0
  9. package/es/XLS/32.js +74 -0
  10. package/es/{add--outline → add--alt}/16.js +5 -5
  11. package/es/app-switcher/16.js +74 -0
  12. package/es/app-switcher/20.js +1 -1
  13. package/es/app-switcher/24.js +2 -2
  14. package/es/checkmark--filled/24.js +2 -2
  15. package/es/checkmark--filled/32.js +1 -2
  16. package/es/data--reference/20.js +74 -0
  17. package/es/data--reference/24.js +74 -0
  18. package/es/data--reference/32.js +74 -0
  19. package/es/error--filled/16.js +4 -0
  20. package/es/error--filled/20.js +6 -2
  21. package/es/error--filled/24.js +6 -2
  22. package/es/error--filled/32.js +5 -1
  23. package/es/misuse/24.js +2 -2
  24. package/es/model/20.js +74 -0
  25. package/es/model/24.js +74 -0
  26. package/es/model/32.js +74 -0
  27. package/es/model--reference/20.js +76 -0
  28. package/es/model--reference/24.js +76 -0
  29. package/es/model--reference/32.js +76 -0
  30. package/es/notebook/20.js +76 -0
  31. package/es/notebook/24.js +76 -0
  32. package/es/notebook/32.js +76 -0
  33. package/es/notebook--reference/20.js +76 -0
  34. package/es/notebook--reference/24.js +76 -0
  35. package/es/notebook--reference/32.js +76 -0
  36. package/es/warning--filled/16.js +2 -2
  37. package/es/warning--filled/20.js +2 -2
  38. package/es/warning--filled/24.js +2 -2
  39. package/es/warning--filled/32.js +2 -2
  40. package/lib/CSV/20.js +78 -0
  41. package/lib/CSV/24.js +78 -0
  42. package/lib/CSV/32.js +78 -0
  43. package/lib/TSV/20.js +78 -0
  44. package/lib/TSV/24.js +78 -0
  45. package/lib/TSV/32.js +78 -0
  46. package/lib/XLS/20.js +78 -0
  47. package/lib/XLS/24.js +78 -0
  48. package/lib/XLS/32.js +78 -0
  49. package/lib/{add--outline → add--alt}/16.js +5 -5
  50. package/lib/app-switcher/16.js +78 -0
  51. package/lib/app-switcher/20.js +1 -1
  52. package/lib/app-switcher/24.js +2 -2
  53. package/lib/checkmark--filled/24.js +2 -2
  54. package/lib/checkmark--filled/32.js +1 -2
  55. package/lib/data--reference/20.js +78 -0
  56. package/lib/data--reference/24.js +78 -0
  57. package/lib/data--reference/32.js +78 -0
  58. package/lib/error--filled/16.js +4 -0
  59. package/lib/error--filled/20.js +6 -2
  60. package/lib/error--filled/24.js +6 -2
  61. package/lib/error--filled/32.js +5 -1
  62. package/lib/misuse/24.js +2 -2
  63. package/lib/model/20.js +78 -0
  64. package/lib/model/24.js +78 -0
  65. package/lib/model/32.js +78 -0
  66. package/lib/model--reference/20.js +80 -0
  67. package/lib/model--reference/24.js +80 -0
  68. package/lib/model--reference/32.js +80 -0
  69. package/lib/notebook/20.js +80 -0
  70. package/lib/notebook/24.js +80 -0
  71. package/lib/notebook/32.js +80 -0
  72. package/lib/notebook--reference/20.js +80 -0
  73. package/lib/notebook--reference/24.js +80 -0
  74. package/lib/notebook--reference/32.js +80 -0
  75. package/lib/warning--filled/16.js +2 -2
  76. package/lib/warning--filled/20.js +2 -2
  77. package/lib/warning--filled/24.js +2 -2
  78. package/lib/warning--filled/32.js +2 -2
  79. package/package.json +6 -6
  80. package/umd/CSV/20.js +81 -0
  81. package/umd/CSV/24.js +81 -0
  82. package/umd/CSV/32.js +81 -0
  83. package/umd/TSV/20.js +81 -0
  84. package/umd/TSV/24.js +81 -0
  85. package/umd/TSV/32.js +81 -0
  86. package/umd/XLS/20.js +81 -0
  87. package/umd/XLS/24.js +81 -0
  88. package/umd/XLS/32.js +81 -0
  89. package/umd/{add--outline → add--alt}/16.js +6 -6
  90. package/umd/app-switcher/16.js +81 -0
  91. package/umd/app-switcher/20.js +1 -1
  92. package/umd/app-switcher/24.js +2 -2
  93. package/umd/checkmark--filled/24.js +2 -2
  94. package/umd/checkmark--filled/32.js +1 -2
  95. package/umd/data--reference/20.js +81 -0
  96. package/umd/data--reference/24.js +81 -0
  97. package/umd/data--reference/32.js +81 -0
  98. package/umd/error--filled/16.js +4 -0
  99. package/umd/error--filled/20.js +6 -2
  100. package/umd/error--filled/24.js +6 -2
  101. package/umd/error--filled/32.js +5 -1
  102. package/umd/misuse/24.js +2 -2
  103. package/umd/model/20.js +81 -0
  104. package/umd/model/24.js +81 -0
  105. package/umd/model/32.js +81 -0
  106. package/umd/model--reference/20.js +83 -0
  107. package/umd/model--reference/24.js +83 -0
  108. package/umd/model--reference/32.js +83 -0
  109. package/umd/notebook/20.js +83 -0
  110. package/umd/notebook/24.js +83 -0
  111. package/umd/notebook/32.js +83 -0
  112. package/umd/notebook--reference/20.js +83 -0
  113. package/umd/notebook--reference/24.js +83 -0
  114. package/umd/notebook--reference/32.js +83 -0
  115. package/umd/warning--filled/16.js +2 -2
  116. package/umd/warning--filled/20.js +2 -2
  117. package/umd/warning--filled/24.js +2 -2
  118. package/umd/warning--filled/32.js +2 -2
@@ -0,0 +1,81 @@
1
+ (function (global, factory) {
2
+ typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('@carbon/icon-helpers'), require('prop-types'), require('react')) :
3
+ typeof define === 'function' && define.amd ? define(['@carbon/icon-helpers', 'prop-types', 'react'], factory) :
4
+ (global.Model20 = factory(global.CarbonIconHelpers,global.PropTypes,global.React));
5
+ }(this, (function (iconHelpers,PropTypes,React) { 'use strict';
6
+
7
+ PropTypes = PropTypes && PropTypes.hasOwnProperty('default') ? PropTypes['default'] : PropTypes;
8
+ React = React && React.hasOwnProperty('default') ? React['default'] : React;
9
+
10
+ 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); }
11
+
12
+ 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; }
13
+
14
+ 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; }
15
+
16
+ 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; }
17
+
18
+ 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; }
19
+ var defaultStyle = {
20
+ "willChange": "transform"
21
+ };
22
+ var Model20 = React.forwardRef(function (_ref, ref) {
23
+ var className = _ref.className,
24
+ children = _ref.children,
25
+ style = _ref.style,
26
+ tabIndex = _ref.tabIndex,
27
+ rest = _objectWithoutProperties(_ref, ["className", "children", "style", "tabIndex"]);
28
+
29
+ var _getAttributes = iconHelpers.getAttributes(_objectSpread({}, rest, {
30
+ tabindex: tabIndex
31
+ })),
32
+ tabindex = _getAttributes.tabindex,
33
+ props = _objectWithoutProperties(_getAttributes, ["tabindex"]);
34
+
35
+ if (className) {
36
+ props.className = className;
37
+ }
38
+
39
+ if (tabindex !== undefined && tabindex !== null) {
40
+ props.tabIndex = tabindex;
41
+ }
42
+
43
+ if (_typeof(style) === 'object') {
44
+ props.style = _objectSpread({}, defaultStyle, style);
45
+ } else {
46
+ props.style = defaultStyle;
47
+ }
48
+
49
+ if (ref) {
50
+ props.ref = ref;
51
+ }
52
+
53
+ return React.createElement('svg', props, children, React.createElement('path', {
54
+ d: 'M23.5 4h-15l-6.784 9.045L16 29.527l14.284-16.482zm3.5 8h-5.446l-3.75-6H22.5zm-16.698 2l3.754 10.23L5.19 14zm2.13 0h7.136l-3.569 9.721zm.373-2L16 6.887 19.196 12zm8.893 2h5.112l-8.867 10.231zM9.5 6h4.696l-3.75 6H5z'
55
+ }));
56
+ });
57
+ Model20.displayName = 'Model20';
58
+ Model20.propTypes = {
59
+ 'aria-hidden': PropTypes.bool,
60
+ 'aria-label': PropTypes.string,
61
+ 'aria-labelledby': PropTypes.string,
62
+ className: PropTypes.string,
63
+ children: PropTypes.node,
64
+ height: PropTypes.number,
65
+ preserveAspectRatio: PropTypes.string,
66
+ tabIndex: PropTypes.string,
67
+ viewBox: PropTypes.string,
68
+ width: PropTypes.number,
69
+ xmlns: PropTypes.string
70
+ };
71
+ Model20.defaultProps = {
72
+ width: 20,
73
+ height: 20,
74
+ viewBox: '0 0 32 32',
75
+ xmlns: 'http://www.w3.org/2000/svg',
76
+ preserveAspectRatio: 'xMidYMid meet'
77
+ };
78
+
79
+ return Model20;
80
+
81
+ })));
@@ -0,0 +1,81 @@
1
+ (function (global, factory) {
2
+ typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('@carbon/icon-helpers'), require('prop-types'), require('react')) :
3
+ typeof define === 'function' && define.amd ? define(['@carbon/icon-helpers', 'prop-types', 'react'], factory) :
4
+ (global.Model24 = factory(global.CarbonIconHelpers,global.PropTypes,global.React));
5
+ }(this, (function (iconHelpers,PropTypes,React) { 'use strict';
6
+
7
+ PropTypes = PropTypes && PropTypes.hasOwnProperty('default') ? PropTypes['default'] : PropTypes;
8
+ React = React && React.hasOwnProperty('default') ? React['default'] : React;
9
+
10
+ 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); }
11
+
12
+ 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; }
13
+
14
+ 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; }
15
+
16
+ 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; }
17
+
18
+ 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; }
19
+ var defaultStyle = {
20
+ "willChange": "transform"
21
+ };
22
+ var Model24 = React.forwardRef(function (_ref, ref) {
23
+ var className = _ref.className,
24
+ children = _ref.children,
25
+ style = _ref.style,
26
+ tabIndex = _ref.tabIndex,
27
+ rest = _objectWithoutProperties(_ref, ["className", "children", "style", "tabIndex"]);
28
+
29
+ var _getAttributes = iconHelpers.getAttributes(_objectSpread({}, rest, {
30
+ tabindex: tabIndex
31
+ })),
32
+ tabindex = _getAttributes.tabindex,
33
+ props = _objectWithoutProperties(_getAttributes, ["tabindex"]);
34
+
35
+ if (className) {
36
+ props.className = className;
37
+ }
38
+
39
+ if (tabindex !== undefined && tabindex !== null) {
40
+ props.tabIndex = tabindex;
41
+ }
42
+
43
+ if (_typeof(style) === 'object') {
44
+ props.style = _objectSpread({}, defaultStyle, style);
45
+ } else {
46
+ props.style = defaultStyle;
47
+ }
48
+
49
+ if (ref) {
50
+ props.ref = ref;
51
+ }
52
+
53
+ return React.createElement('svg', props, children, React.createElement('path', {
54
+ d: 'M23.5 4h-15l-6.784 9.045L16 29.527l14.284-16.482zm3.5 8h-5.446l-3.75-6H22.5zm-16.698 2l3.754 10.23L5.19 14zm2.13 0h7.136l-3.569 9.721zm.373-2L16 6.887 19.196 12zm8.893 2h5.112l-8.867 10.231zM9.5 6h4.696l-3.75 6H5z'
55
+ }));
56
+ });
57
+ Model24.displayName = 'Model24';
58
+ Model24.propTypes = {
59
+ 'aria-hidden': PropTypes.bool,
60
+ 'aria-label': PropTypes.string,
61
+ 'aria-labelledby': PropTypes.string,
62
+ className: PropTypes.string,
63
+ children: PropTypes.node,
64
+ height: PropTypes.number,
65
+ preserveAspectRatio: PropTypes.string,
66
+ tabIndex: PropTypes.string,
67
+ viewBox: PropTypes.string,
68
+ width: PropTypes.number,
69
+ xmlns: PropTypes.string
70
+ };
71
+ Model24.defaultProps = {
72
+ width: 24,
73
+ height: 24,
74
+ viewBox: '0 0 32 32',
75
+ xmlns: 'http://www.w3.org/2000/svg',
76
+ preserveAspectRatio: 'xMidYMid meet'
77
+ };
78
+
79
+ return Model24;
80
+
81
+ })));
@@ -0,0 +1,81 @@
1
+ (function (global, factory) {
2
+ typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('@carbon/icon-helpers'), require('prop-types'), require('react')) :
3
+ typeof define === 'function' && define.amd ? define(['@carbon/icon-helpers', 'prop-types', 'react'], factory) :
4
+ (global.Model32 = factory(global.CarbonIconHelpers,global.PropTypes,global.React));
5
+ }(this, (function (iconHelpers,PropTypes,React) { 'use strict';
6
+
7
+ PropTypes = PropTypes && PropTypes.hasOwnProperty('default') ? PropTypes['default'] : PropTypes;
8
+ React = React && React.hasOwnProperty('default') ? React['default'] : React;
9
+
10
+ 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); }
11
+
12
+ 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; }
13
+
14
+ 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; }
15
+
16
+ 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; }
17
+
18
+ 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; }
19
+ var defaultStyle = {
20
+ "willChange": "transform"
21
+ };
22
+ var Model32 = React.forwardRef(function (_ref, ref) {
23
+ var className = _ref.className,
24
+ children = _ref.children,
25
+ style = _ref.style,
26
+ tabIndex = _ref.tabIndex,
27
+ rest = _objectWithoutProperties(_ref, ["className", "children", "style", "tabIndex"]);
28
+
29
+ var _getAttributes = iconHelpers.getAttributes(_objectSpread({}, rest, {
30
+ tabindex: tabIndex
31
+ })),
32
+ tabindex = _getAttributes.tabindex,
33
+ props = _objectWithoutProperties(_getAttributes, ["tabindex"]);
34
+
35
+ if (className) {
36
+ props.className = className;
37
+ }
38
+
39
+ if (tabindex !== undefined && tabindex !== null) {
40
+ props.tabIndex = tabindex;
41
+ }
42
+
43
+ if (_typeof(style) === 'object') {
44
+ props.style = _objectSpread({}, defaultStyle, style);
45
+ } else {
46
+ props.style = defaultStyle;
47
+ }
48
+
49
+ if (ref) {
50
+ props.ref = ref;
51
+ }
52
+
53
+ return React.createElement('svg', props, children, React.createElement('path', {
54
+ d: 'M23.5 4h-15l-6.784 9.045L16 29.527l14.284-16.482zm3.5 8h-5.446l-3.75-6H22.5zm-16.698 2l3.754 10.23L5.19 14zm2.13 0h7.136l-3.569 9.721zm.373-2L16 6.887 19.196 12zm8.893 2h5.112l-8.867 10.231zM9.5 6h4.696l-3.75 6H5z'
55
+ }));
56
+ });
57
+ Model32.displayName = 'Model32';
58
+ Model32.propTypes = {
59
+ 'aria-hidden': PropTypes.bool,
60
+ 'aria-label': PropTypes.string,
61
+ 'aria-labelledby': PropTypes.string,
62
+ className: PropTypes.string,
63
+ children: PropTypes.node,
64
+ height: PropTypes.number,
65
+ preserveAspectRatio: PropTypes.string,
66
+ tabIndex: PropTypes.string,
67
+ viewBox: PropTypes.string,
68
+ width: PropTypes.number,
69
+ xmlns: PropTypes.string
70
+ };
71
+ Model32.defaultProps = {
72
+ width: 32,
73
+ height: 32,
74
+ viewBox: '0 0 32 32',
75
+ xmlns: 'http://www.w3.org/2000/svg',
76
+ preserveAspectRatio: 'xMidYMid meet'
77
+ };
78
+
79
+ return Model32;
80
+
81
+ })));
@@ -0,0 +1,83 @@
1
+ (function (global, factory) {
2
+ typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('@carbon/icon-helpers'), require('prop-types'), require('react')) :
3
+ typeof define === 'function' && define.amd ? define(['@carbon/icon-helpers', 'prop-types', 'react'], factory) :
4
+ (global.ModelReference20 = factory(global.CarbonIconHelpers,global.PropTypes,global.React));
5
+ }(this, (function (iconHelpers,PropTypes,React) { 'use strict';
6
+
7
+ PropTypes = PropTypes && PropTypes.hasOwnProperty('default') ? PropTypes['default'] : PropTypes;
8
+ React = React && React.hasOwnProperty('default') ? React['default'] : React;
9
+
10
+ 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); }
11
+
12
+ 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; }
13
+
14
+ 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; }
15
+
16
+ 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; }
17
+
18
+ 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; }
19
+ var defaultStyle = {
20
+ "willChange": "transform"
21
+ };
22
+ var ModelReference20 = React.forwardRef(function (_ref, ref) {
23
+ var className = _ref.className,
24
+ children = _ref.children,
25
+ style = _ref.style,
26
+ tabIndex = _ref.tabIndex,
27
+ rest = _objectWithoutProperties(_ref, ["className", "children", "style", "tabIndex"]);
28
+
29
+ var _getAttributes = iconHelpers.getAttributes(_objectSpread({}, rest, {
30
+ tabindex: tabIndex
31
+ })),
32
+ tabindex = _getAttributes.tabindex,
33
+ props = _objectWithoutProperties(_getAttributes, ["tabindex"]);
34
+
35
+ if (className) {
36
+ props.className = className;
37
+ }
38
+
39
+ if (tabindex !== undefined && tabindex !== null) {
40
+ props.tabIndex = tabindex;
41
+ }
42
+
43
+ if (_typeof(style) === 'object') {
44
+ props.style = _objectSpread({}, defaultStyle, style);
45
+ } else {
46
+ props.style = defaultStyle;
47
+ }
48
+
49
+ if (ref) {
50
+ props.ref = ref;
51
+ }
52
+
53
+ return React.createElement('svg', props, children, React.createElement('path', {
54
+ d: 'M4 21v2h3.586L2 28.586 3.414 30 9 24.414V28h2v-7H4z'
55
+ }), React.createElement('path', {
56
+ d: 'M23.5 4h-15l-6 8-.784 1.045L6.877 19l1.324-1.526L5.19 14h5.112L16 29.527l14.284-16.482zm3.5 8h-5.446l-3.75-6H22.5zm-7.804 0h-6.392L16 6.887zM5 12l4.5-6h4.696l-3.75 6zm10.999 11.721L12.432 14h7.136zm1.944.51L21.698 14h5.112z'
57
+ }));
58
+ });
59
+ ModelReference20.displayName = 'ModelReference20';
60
+ ModelReference20.propTypes = {
61
+ 'aria-hidden': PropTypes.bool,
62
+ 'aria-label': PropTypes.string,
63
+ 'aria-labelledby': PropTypes.string,
64
+ className: PropTypes.string,
65
+ children: PropTypes.node,
66
+ height: PropTypes.number,
67
+ preserveAspectRatio: PropTypes.string,
68
+ tabIndex: PropTypes.string,
69
+ viewBox: PropTypes.string,
70
+ width: PropTypes.number,
71
+ xmlns: PropTypes.string
72
+ };
73
+ ModelReference20.defaultProps = {
74
+ width: 20,
75
+ height: 20,
76
+ viewBox: '0 0 32 32',
77
+ xmlns: 'http://www.w3.org/2000/svg',
78
+ preserveAspectRatio: 'xMidYMid meet'
79
+ };
80
+
81
+ return ModelReference20;
82
+
83
+ })));
@@ -0,0 +1,83 @@
1
+ (function (global, factory) {
2
+ typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('@carbon/icon-helpers'), require('prop-types'), require('react')) :
3
+ typeof define === 'function' && define.amd ? define(['@carbon/icon-helpers', 'prop-types', 'react'], factory) :
4
+ (global.ModelReference24 = factory(global.CarbonIconHelpers,global.PropTypes,global.React));
5
+ }(this, (function (iconHelpers,PropTypes,React) { 'use strict';
6
+
7
+ PropTypes = PropTypes && PropTypes.hasOwnProperty('default') ? PropTypes['default'] : PropTypes;
8
+ React = React && React.hasOwnProperty('default') ? React['default'] : React;
9
+
10
+ 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); }
11
+
12
+ 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; }
13
+
14
+ 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; }
15
+
16
+ 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; }
17
+
18
+ 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; }
19
+ var defaultStyle = {
20
+ "willChange": "transform"
21
+ };
22
+ var ModelReference24 = React.forwardRef(function (_ref, ref) {
23
+ var className = _ref.className,
24
+ children = _ref.children,
25
+ style = _ref.style,
26
+ tabIndex = _ref.tabIndex,
27
+ rest = _objectWithoutProperties(_ref, ["className", "children", "style", "tabIndex"]);
28
+
29
+ var _getAttributes = iconHelpers.getAttributes(_objectSpread({}, rest, {
30
+ tabindex: tabIndex
31
+ })),
32
+ tabindex = _getAttributes.tabindex,
33
+ props = _objectWithoutProperties(_getAttributes, ["tabindex"]);
34
+
35
+ if (className) {
36
+ props.className = className;
37
+ }
38
+
39
+ if (tabindex !== undefined && tabindex !== null) {
40
+ props.tabIndex = tabindex;
41
+ }
42
+
43
+ if (_typeof(style) === 'object') {
44
+ props.style = _objectSpread({}, defaultStyle, style);
45
+ } else {
46
+ props.style = defaultStyle;
47
+ }
48
+
49
+ if (ref) {
50
+ props.ref = ref;
51
+ }
52
+
53
+ return React.createElement('svg', props, children, React.createElement('path', {
54
+ d: 'M4 21v2h3.586L2 28.586 3.414 30 9 24.414V28h2v-7H4z'
55
+ }), React.createElement('path', {
56
+ d: 'M23.5 4h-15l-6 8-.784 1.045L6.877 19l1.324-1.526L5.19 14h5.112L16 29.527l14.284-16.482zm3.5 8h-5.446l-3.75-6H22.5zm-7.804 0h-6.392L16 6.887zM5 12l4.5-6h4.696l-3.75 6zm10.999 11.721L12.432 14h7.136zm1.944.51L21.698 14h5.112z'
57
+ }));
58
+ });
59
+ ModelReference24.displayName = 'ModelReference24';
60
+ ModelReference24.propTypes = {
61
+ 'aria-hidden': PropTypes.bool,
62
+ 'aria-label': PropTypes.string,
63
+ 'aria-labelledby': PropTypes.string,
64
+ className: PropTypes.string,
65
+ children: PropTypes.node,
66
+ height: PropTypes.number,
67
+ preserveAspectRatio: PropTypes.string,
68
+ tabIndex: PropTypes.string,
69
+ viewBox: PropTypes.string,
70
+ width: PropTypes.number,
71
+ xmlns: PropTypes.string
72
+ };
73
+ ModelReference24.defaultProps = {
74
+ width: 24,
75
+ height: 24,
76
+ viewBox: '0 0 32 32',
77
+ xmlns: 'http://www.w3.org/2000/svg',
78
+ preserveAspectRatio: 'xMidYMid meet'
79
+ };
80
+
81
+ return ModelReference24;
82
+
83
+ })));
@@ -0,0 +1,83 @@
1
+ (function (global, factory) {
2
+ typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('@carbon/icon-helpers'), require('prop-types'), require('react')) :
3
+ typeof define === 'function' && define.amd ? define(['@carbon/icon-helpers', 'prop-types', 'react'], factory) :
4
+ (global.ModelReference32 = factory(global.CarbonIconHelpers,global.PropTypes,global.React));
5
+ }(this, (function (iconHelpers,PropTypes,React) { 'use strict';
6
+
7
+ PropTypes = PropTypes && PropTypes.hasOwnProperty('default') ? PropTypes['default'] : PropTypes;
8
+ React = React && React.hasOwnProperty('default') ? React['default'] : React;
9
+
10
+ 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); }
11
+
12
+ 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; }
13
+
14
+ 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; }
15
+
16
+ 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; }
17
+
18
+ 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; }
19
+ var defaultStyle = {
20
+ "willChange": "transform"
21
+ };
22
+ var ModelReference32 = React.forwardRef(function (_ref, ref) {
23
+ var className = _ref.className,
24
+ children = _ref.children,
25
+ style = _ref.style,
26
+ tabIndex = _ref.tabIndex,
27
+ rest = _objectWithoutProperties(_ref, ["className", "children", "style", "tabIndex"]);
28
+
29
+ var _getAttributes = iconHelpers.getAttributes(_objectSpread({}, rest, {
30
+ tabindex: tabIndex
31
+ })),
32
+ tabindex = _getAttributes.tabindex,
33
+ props = _objectWithoutProperties(_getAttributes, ["tabindex"]);
34
+
35
+ if (className) {
36
+ props.className = className;
37
+ }
38
+
39
+ if (tabindex !== undefined && tabindex !== null) {
40
+ props.tabIndex = tabindex;
41
+ }
42
+
43
+ if (_typeof(style) === 'object') {
44
+ props.style = _objectSpread({}, defaultStyle, style);
45
+ } else {
46
+ props.style = defaultStyle;
47
+ }
48
+
49
+ if (ref) {
50
+ props.ref = ref;
51
+ }
52
+
53
+ return React.createElement('svg', props, children, React.createElement('path', {
54
+ d: 'M4 21v2h3.586L2 28.586 3.414 30 9 24.414V28h2v-7H4z'
55
+ }), React.createElement('path', {
56
+ d: 'M23.5 4h-15l-6 8-.784 1.045L6.877 19l1.324-1.526L5.19 14h5.112L16 29.527l14.284-16.482zm3.5 8h-5.446l-3.75-6H22.5zm-7.804 0h-6.392L16 6.887zM5 12l4.5-6h4.696l-3.75 6zm10.999 11.721L12.432 14h7.136zm1.944.51L21.698 14h5.112z'
57
+ }));
58
+ });
59
+ ModelReference32.displayName = 'ModelReference32';
60
+ ModelReference32.propTypes = {
61
+ 'aria-hidden': PropTypes.bool,
62
+ 'aria-label': PropTypes.string,
63
+ 'aria-labelledby': PropTypes.string,
64
+ className: PropTypes.string,
65
+ children: PropTypes.node,
66
+ height: PropTypes.number,
67
+ preserveAspectRatio: PropTypes.string,
68
+ tabIndex: PropTypes.string,
69
+ viewBox: PropTypes.string,
70
+ width: PropTypes.number,
71
+ xmlns: PropTypes.string
72
+ };
73
+ ModelReference32.defaultProps = {
74
+ width: 32,
75
+ height: 32,
76
+ viewBox: '0 0 32 32',
77
+ xmlns: 'http://www.w3.org/2000/svg',
78
+ preserveAspectRatio: 'xMidYMid meet'
79
+ };
80
+
81
+ return ModelReference32;
82
+
83
+ })));
@@ -0,0 +1,83 @@
1
+ (function (global, factory) {
2
+ typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('@carbon/icon-helpers'), require('prop-types'), require('react')) :
3
+ typeof define === 'function' && define.amd ? define(['@carbon/icon-helpers', 'prop-types', 'react'], factory) :
4
+ (global.Notebook20 = factory(global.CarbonIconHelpers,global.PropTypes,global.React));
5
+ }(this, (function (iconHelpers,PropTypes,React) { 'use strict';
6
+
7
+ PropTypes = PropTypes && PropTypes.hasOwnProperty('default') ? PropTypes['default'] : PropTypes;
8
+ React = React && React.hasOwnProperty('default') ? React['default'] : React;
9
+
10
+ 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); }
11
+
12
+ 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; }
13
+
14
+ 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; }
15
+
16
+ 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; }
17
+
18
+ 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; }
19
+ var defaultStyle = {
20
+ "willChange": "transform"
21
+ };
22
+ var Notebook20 = React.forwardRef(function (_ref, ref) {
23
+ var className = _ref.className,
24
+ children = _ref.children,
25
+ style = _ref.style,
26
+ tabIndex = _ref.tabIndex,
27
+ rest = _objectWithoutProperties(_ref, ["className", "children", "style", "tabIndex"]);
28
+
29
+ var _getAttributes = iconHelpers.getAttributes(_objectSpread({}, rest, {
30
+ tabindex: tabIndex
31
+ })),
32
+ tabindex = _getAttributes.tabindex,
33
+ props = _objectWithoutProperties(_getAttributes, ["tabindex"]);
34
+
35
+ if (className) {
36
+ props.className = className;
37
+ }
38
+
39
+ if (tabindex !== undefined && tabindex !== null) {
40
+ props.tabIndex = tabindex;
41
+ }
42
+
43
+ if (_typeof(style) === 'object') {
44
+ props.style = _objectSpread({}, defaultStyle, style);
45
+ } else {
46
+ props.style = defaultStyle;
47
+ }
48
+
49
+ if (ref) {
50
+ props.ref = ref;
51
+ }
52
+
53
+ return React.createElement('svg', props, children, React.createElement('path', {
54
+ d: 'M19 10h7v2h-7zm0 5h7v2h-7zm0 5h7v2h-7z'
55
+ }), React.createElement('path', {
56
+ d: 'M28 5H4a2.002 2.002 0 0 0-2 2v18a2.002 2.002 0 0 0 2 2h24a2.003 2.003 0 0 0 2-2V7a2.002 2.002 0 0 0-2-2zM4 7h11v18H4zm13 18V7h11l.002 18z'
57
+ }));
58
+ });
59
+ Notebook20.displayName = 'Notebook20';
60
+ Notebook20.propTypes = {
61
+ 'aria-hidden': PropTypes.bool,
62
+ 'aria-label': PropTypes.string,
63
+ 'aria-labelledby': PropTypes.string,
64
+ className: PropTypes.string,
65
+ children: PropTypes.node,
66
+ height: PropTypes.number,
67
+ preserveAspectRatio: PropTypes.string,
68
+ tabIndex: PropTypes.string,
69
+ viewBox: PropTypes.string,
70
+ width: PropTypes.number,
71
+ xmlns: PropTypes.string
72
+ };
73
+ Notebook20.defaultProps = {
74
+ width: 20,
75
+ height: 20,
76
+ viewBox: '0 0 32 32',
77
+ xmlns: 'http://www.w3.org/2000/svg',
78
+ preserveAspectRatio: 'xMidYMid meet'
79
+ };
80
+
81
+ return Notebook20;
82
+
83
+ })));