@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.
- package/es/CSV/20.js +74 -0
- package/es/CSV/24.js +74 -0
- package/es/CSV/32.js +74 -0
- package/es/TSV/20.js +74 -0
- package/es/TSV/24.js +74 -0
- package/es/TSV/32.js +74 -0
- package/es/XLS/20.js +74 -0
- package/es/XLS/24.js +74 -0
- package/es/XLS/32.js +74 -0
- package/es/{add--outline → add--alt}/16.js +5 -5
- package/es/app-switcher/16.js +74 -0
- package/es/app-switcher/20.js +1 -1
- package/es/app-switcher/24.js +2 -2
- package/es/checkmark--filled/24.js +2 -2
- package/es/checkmark--filled/32.js +1 -2
- package/es/data--reference/20.js +74 -0
- package/es/data--reference/24.js +74 -0
- package/es/data--reference/32.js +74 -0
- package/es/error--filled/16.js +4 -0
- package/es/error--filled/20.js +6 -2
- package/es/error--filled/24.js +6 -2
- package/es/error--filled/32.js +5 -1
- package/es/misuse/24.js +2 -2
- package/es/model/20.js +74 -0
- package/es/model/24.js +74 -0
- package/es/model/32.js +74 -0
- package/es/model--reference/20.js +76 -0
- package/es/model--reference/24.js +76 -0
- package/es/model--reference/32.js +76 -0
- package/es/notebook/20.js +76 -0
- package/es/notebook/24.js +76 -0
- package/es/notebook/32.js +76 -0
- package/es/notebook--reference/20.js +76 -0
- package/es/notebook--reference/24.js +76 -0
- package/es/notebook--reference/32.js +76 -0
- package/es/warning--filled/16.js +2 -2
- package/es/warning--filled/20.js +2 -2
- package/es/warning--filled/24.js +2 -2
- package/es/warning--filled/32.js +2 -2
- package/lib/CSV/20.js +78 -0
- package/lib/CSV/24.js +78 -0
- package/lib/CSV/32.js +78 -0
- package/lib/TSV/20.js +78 -0
- package/lib/TSV/24.js +78 -0
- package/lib/TSV/32.js +78 -0
- package/lib/XLS/20.js +78 -0
- package/lib/XLS/24.js +78 -0
- package/lib/XLS/32.js +78 -0
- package/lib/{add--outline → add--alt}/16.js +5 -5
- package/lib/app-switcher/16.js +78 -0
- package/lib/app-switcher/20.js +1 -1
- package/lib/app-switcher/24.js +2 -2
- package/lib/checkmark--filled/24.js +2 -2
- package/lib/checkmark--filled/32.js +1 -2
- package/lib/data--reference/20.js +78 -0
- package/lib/data--reference/24.js +78 -0
- package/lib/data--reference/32.js +78 -0
- package/lib/error--filled/16.js +4 -0
- package/lib/error--filled/20.js +6 -2
- package/lib/error--filled/24.js +6 -2
- package/lib/error--filled/32.js +5 -1
- package/lib/misuse/24.js +2 -2
- package/lib/model/20.js +78 -0
- package/lib/model/24.js +78 -0
- package/lib/model/32.js +78 -0
- package/lib/model--reference/20.js +80 -0
- package/lib/model--reference/24.js +80 -0
- package/lib/model--reference/32.js +80 -0
- package/lib/notebook/20.js +80 -0
- package/lib/notebook/24.js +80 -0
- package/lib/notebook/32.js +80 -0
- package/lib/notebook--reference/20.js +80 -0
- package/lib/notebook--reference/24.js +80 -0
- package/lib/notebook--reference/32.js +80 -0
- package/lib/warning--filled/16.js +2 -2
- package/lib/warning--filled/20.js +2 -2
- package/lib/warning--filled/24.js +2 -2
- package/lib/warning--filled/32.js +2 -2
- package/package.json +6 -6
- package/umd/CSV/20.js +81 -0
- package/umd/CSV/24.js +81 -0
- package/umd/CSV/32.js +81 -0
- package/umd/TSV/20.js +81 -0
- package/umd/TSV/24.js +81 -0
- package/umd/TSV/32.js +81 -0
- package/umd/XLS/20.js +81 -0
- package/umd/XLS/24.js +81 -0
- package/umd/XLS/32.js +81 -0
- package/umd/{add--outline → add--alt}/16.js +6 -6
- package/umd/app-switcher/16.js +81 -0
- package/umd/app-switcher/20.js +1 -1
- package/umd/app-switcher/24.js +2 -2
- package/umd/checkmark--filled/24.js +2 -2
- package/umd/checkmark--filled/32.js +1 -2
- package/umd/data--reference/20.js +81 -0
- package/umd/data--reference/24.js +81 -0
- package/umd/data--reference/32.js +81 -0
- package/umd/error--filled/16.js +4 -0
- package/umd/error--filled/20.js +6 -2
- package/umd/error--filled/24.js +6 -2
- package/umd/error--filled/32.js +5 -1
- package/umd/misuse/24.js +2 -2
- package/umd/model/20.js +81 -0
- package/umd/model/24.js +81 -0
- package/umd/model/32.js +81 -0
- package/umd/model--reference/20.js +83 -0
- package/umd/model--reference/24.js +83 -0
- package/umd/model--reference/32.js +83 -0
- package/umd/notebook/20.js +83 -0
- package/umd/notebook/24.js +83 -0
- package/umd/notebook/32.js +83 -0
- package/umd/notebook--reference/20.js +83 -0
- package/umd/notebook--reference/24.js +83 -0
- package/umd/notebook--reference/32.js +83 -0
- package/umd/warning--filled/16.js +2 -2
- package/umd/warning--filled/20.js +2 -2
- package/umd/warning--filled/24.js +2 -2
- package/umd/warning--filled/32.js +2 -2
package/umd/XLS/32.js
ADDED
|
@@ -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.Xls32 = 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 Xls32 = 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: 'M28 23h-6v-2h6v-4h-4a2.002 2.002 0 0 1-2-2v-4a2.002 2.002 0 0 1 2-2h6v2h-6v4h4a2.002 2.002 0 0 1 2 2v4a2.002 2.002 0 0 1-2 2zm-14-2V9h-2v14h8v-2h-6zM10 9H8l-2 6-2-6H2l2.752 7L2 23h2l2-6 2 6h2l-2.755-7L10 9z'
|
|
55
|
+
}));
|
|
56
|
+
});
|
|
57
|
+
Xls32.displayName = 'Xls32';
|
|
58
|
+
Xls32.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
|
+
Xls32.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 Xls32;
|
|
80
|
+
|
|
81
|
+
})));
|
|
@@ -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
|
})));
|
|
@@ -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.AppSwitcher16 = 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 AppSwitcher16 = 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: 'M12 12h2v2h-2zm-5 0h2v2H7zm-5 0h2v2H2zm10-5h2v2h-2zM7 7h2v2H7zM2 7h2v2H2zm10-5h2v2h-2zM7 2h2v2H7zM2 2h2v2H2z'
|
|
55
|
+
}));
|
|
56
|
+
});
|
|
57
|
+
AppSwitcher16.displayName = 'AppSwitcher16';
|
|
58
|
+
AppSwitcher16.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
|
+
AppSwitcher16.defaultProps = {
|
|
72
|
+
width: 16,
|
|
73
|
+
height: 16,
|
|
74
|
+
viewBox: '0 0 16 16',
|
|
75
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
76
|
+
preserveAspectRatio: 'xMidYMid meet'
|
|
77
|
+
};
|
|
78
|
+
|
|
79
|
+
return AppSwitcher16;
|
|
80
|
+
|
|
81
|
+
})));
|
package/umd/app-switcher/20.js
CHANGED
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
}
|
|
52
52
|
|
|
53
53
|
return React.createElement('svg', props, children, React.createElement('path', {
|
|
54
|
-
d: '
|
|
54
|
+
d: 'M15.5 15.5H18V18h-2.5zm-6.75 0h2.5V18h-2.5zM2 15.5h2.5V18H2zm13.5-6.75H18v2.5h-2.5zm-6.75 0h2.5v2.5h-2.5zM2 8.75h2.5v2.5H2zM15.5 2H18v2.5h-2.5zM8.75 2h2.5v2.5h-2.5zM2 2h2.5v2.5H2z'
|
|
55
55
|
}));
|
|
56
56
|
});
|
|
57
57
|
AppSwitcher20.displayName = 'AppSwitcher20';
|
package/umd/app-switcher/24.js
CHANGED
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
}
|
|
52
52
|
|
|
53
53
|
return React.createElement('svg', props, children, React.createElement('path', {
|
|
54
|
-
d: '
|
|
54
|
+
d: 'M18 18h3v3h-3zm-7.5 0h3v3h-3zM3 18h3v3H3zm15-7.5h3v3h-3zm-7.5 0h3v3h-3zm-7.5 0h3v3H3zM18 3h3v3h-3zm-7.5 0h3v3h-3zM3 3h3v3H3z'
|
|
55
55
|
}));
|
|
56
56
|
});
|
|
57
57
|
AppSwitcher24.displayName = 'AppSwitcher24';
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
AppSwitcher24.defaultProps = {
|
|
72
72
|
width: 24,
|
|
73
73
|
height: 24,
|
|
74
|
-
viewBox: '0 0
|
|
74
|
+
viewBox: '0 0 24 24',
|
|
75
75
|
xmlns: 'http://www.w3.org/2000/svg',
|
|
76
76
|
preserveAspectRatio: 'xMidYMid meet'
|
|
77
77
|
};
|
|
@@ -51,9 +51,9 @@
|
|
|
51
51
|
}
|
|
52
52
|
|
|
53
53
|
return React.createElement('svg', props, children, React.createElement('path', {
|
|
54
|
-
d: 'M12
|
|
54
|
+
d: 'M12 1C6 1 1 6 1 12s5 11 11 11 11-4.9 11-11S18.1 1 12 1zm-1.6 15.3l-3.9-3.9 1.3-1.2 2.7 2.7 5.8-5.8 1.3 1.3-7.2 6.9z'
|
|
55
55
|
}), React.createElement('path', {
|
|
56
|
-
d: 'M10.
|
|
56
|
+
d: 'M10.4 16.3l-3.9-3.9 1.3-1.2 2.7 2.7 5.8-5.8 1.3 1.3-7.2 6.9z',
|
|
57
57
|
dataIconPath: 'inner-path',
|
|
58
58
|
opacity: '0'
|
|
59
59
|
}));
|
|
@@ -54,8 +54,7 @@
|
|
|
54
54
|
d: 'M16 2C8.3 2 2 8.3 2 16s6.3 14 14 14 14-6.3 14-14S23.7 2 16 2zm-2 19.5l-5-5 1.6-1.5 3.4 3.4 7.4-7.4 1.6 1.6-9 8.9z'
|
|
55
55
|
}), React.createElement('path', {
|
|
56
56
|
d: 'M14 21.5l-5-5 1.6-1.5 3.4 3.4 7.4-7.4 1.6 1.6-9 8.9z',
|
|
57
|
-
dataIconPath: 'inner-path'
|
|
58
|
-
opacity: '0'
|
|
57
|
+
dataIconPath: 'inner-path'
|
|
59
58
|
}));
|
|
60
59
|
});
|
|
61
60
|
CheckmarkFilled32.displayName = 'CheckmarkFilled32';
|
|
@@ -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.DataReference20 = 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 DataReference20 = 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: 'M25 13V4h-2v2h-3v2h3v5h-3v2h8v-2h-3zM8.5 6A3.5 3.5 0 1 1 5 9.5 3.504 3.504 0 0 1 8.5 6m0-2A5.5 5.5 0 1 0 14 9.5 5.5 5.5 0 0 0 8.5 4zm15 16a3.5 3.5 0 1 1-3.5 3.5 3.504 3.504 0 0 1 3.5-3.5m0-2a5.5 5.5 0 1 0 5.5 5.5 5.5 5.5 0 0 0-5.5-5.5zM6 19v2h3.586L4 26.586 5.414 28 11 22.414V26h2v-7H6z'
|
|
55
|
+
}));
|
|
56
|
+
});
|
|
57
|
+
DataReference20.displayName = 'DataReference20';
|
|
58
|
+
DataReference20.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
|
+
DataReference20.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 DataReference20;
|
|
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.DataReference24 = 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 DataReference24 = 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: 'M25 13V4h-2v2h-3v2h3v5h-3v2h8v-2h-3zM8.5 6A3.5 3.5 0 1 1 5 9.5 3.504 3.504 0 0 1 8.5 6m0-2A5.5 5.5 0 1 0 14 9.5 5.5 5.5 0 0 0 8.5 4zm15 16a3.5 3.5 0 1 1-3.5 3.5 3.504 3.504 0 0 1 3.5-3.5m0-2a5.5 5.5 0 1 0 5.5 5.5 5.5 5.5 0 0 0-5.5-5.5zM6 19v2h3.586L4 26.586 5.414 28 11 22.414V26h2v-7H6z'
|
|
55
|
+
}));
|
|
56
|
+
});
|
|
57
|
+
DataReference24.displayName = 'DataReference24';
|
|
58
|
+
DataReference24.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
|
+
DataReference24.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 DataReference24;
|
|
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.DataReference32 = 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 DataReference32 = 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: 'M25 13V4h-2v2h-3v2h3v5h-3v2h8v-2h-3zM8.5 6A3.5 3.5 0 1 1 5 9.5 3.504 3.504 0 0 1 8.5 6m0-2A5.5 5.5 0 1 0 14 9.5 5.5 5.5 0 0 0 8.5 4zm15 16a3.5 3.5 0 1 1-3.5 3.5 3.504 3.504 0 0 1 3.5-3.5m0-2a5.5 5.5 0 1 0 5.5 5.5 5.5 5.5 0 0 0-5.5-5.5zM6 19v2h3.586L4 26.586 5.414 28 11 22.414V26h2v-7H6z'
|
|
55
|
+
}));
|
|
56
|
+
});
|
|
57
|
+
DataReference32.displayName = 'DataReference32';
|
|
58
|
+
DataReference32.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
|
+
DataReference32.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 DataReference32;
|
|
80
|
+
|
|
81
|
+
})));
|
package/umd/error--filled/16.js
CHANGED
|
@@ -52,6 +52,10 @@
|
|
|
52
52
|
|
|
53
53
|
return React.createElement('svg', props, children, React.createElement('path', {
|
|
54
54
|
d: 'M8 1C4.1 1 1 4.1 1 8s3.1 7 7 7 7-3.1 7-7-3.1-7-7-7zm2.7 10.5L4.5 5.3l.8-.8 6.2 6.2-.8.8z'
|
|
55
|
+
}), React.createElement('path', {
|
|
56
|
+
d: 'M10.7 11.5L4.5 5.3l.8-.8 6.2 6.2-.8.8z',
|
|
57
|
+
dataIconPath: 'inner-path',
|
|
58
|
+
opacity: '0'
|
|
55
59
|
}));
|
|
56
60
|
});
|
|
57
61
|
ErrorFilled16.displayName = 'ErrorFilled16';
|
package/umd/error--filled/20.js
CHANGED
|
@@ -51,7 +51,11 @@
|
|
|
51
51
|
}
|
|
52
52
|
|
|
53
53
|
return React.createElement('svg', props, children, React.createElement('path', {
|
|
54
|
-
d: '
|
|
54
|
+
d: 'M10 1c-5 0-9 4-9 9s4 9 9 9 9-4 9-9-4-9-9-9zm3.5 13.5l-8-8 1-1 8 8-1 1z'
|
|
55
|
+
}), React.createElement('path', {
|
|
56
|
+
d: 'M13.5 14.5l-8-8 1-1 8 8-1 1z',
|
|
57
|
+
dataIconPath: 'inner-path',
|
|
58
|
+
opacity: '0'
|
|
55
59
|
}));
|
|
56
60
|
});
|
|
57
61
|
ErrorFilled20.displayName = 'ErrorFilled20';
|
|
@@ -71,7 +75,7 @@
|
|
|
71
75
|
ErrorFilled20.defaultProps = {
|
|
72
76
|
width: 20,
|
|
73
77
|
height: 20,
|
|
74
|
-
viewBox: '0 0
|
|
78
|
+
viewBox: '0 0 20 20',
|
|
75
79
|
xmlns: 'http://www.w3.org/2000/svg',
|
|
76
80
|
preserveAspectRatio: 'xMidYMid meet'
|
|
77
81
|
};
|
package/umd/error--filled/24.js
CHANGED
|
@@ -51,7 +51,11 @@
|
|
|
51
51
|
}
|
|
52
52
|
|
|
53
53
|
return React.createElement('svg', props, children, React.createElement('path', {
|
|
54
|
-
d: '
|
|
54
|
+
d: 'M12 1C5.9 1 1 5.9 1 12s4.9 11 11 11 11-4.9 11-11S18.1 1 12 1zm4.3 16.5L6.5 7.7l1.2-1.2 9.8 9.8-1.2 1.2z'
|
|
55
|
+
}), React.createElement('path', {
|
|
56
|
+
d: 'M16.3 17.5L6.5 7.7l1.2-1.2 9.8 9.8-1.2 1.2z',
|
|
57
|
+
dataIconPath: 'inner-path',
|
|
58
|
+
opacity: '0'
|
|
55
59
|
}));
|
|
56
60
|
});
|
|
57
61
|
ErrorFilled24.displayName = 'ErrorFilled24';
|
|
@@ -71,7 +75,7 @@
|
|
|
71
75
|
ErrorFilled24.defaultProps = {
|
|
72
76
|
width: 24,
|
|
73
77
|
height: 24,
|
|
74
|
-
viewBox: '0 0
|
|
78
|
+
viewBox: '0 0 24 24',
|
|
75
79
|
xmlns: 'http://www.w3.org/2000/svg',
|
|
76
80
|
preserveAspectRatio: 'xMidYMid meet'
|
|
77
81
|
};
|
package/umd/error--filled/32.js
CHANGED
|
@@ -51,7 +51,11 @@
|
|
|
51
51
|
}
|
|
52
52
|
|
|
53
53
|
return React.createElement('svg', props, children, React.createElement('path', {
|
|
54
|
-
d: '
|
|
54
|
+
d: 'M12 1C5.9 1 1 5.9 1 12s4.9 11 11 11 11-4.9 11-11S18.1 1 12 1zm4.3 16.5L6.5 7.7l1.2-1.2 9.8 9.8-1.2 1.2z'
|
|
55
|
+
}), React.createElement('path', {
|
|
56
|
+
d: 'M16.3 17.5L6.5 7.7l1.2-1.2 9.8 9.8-1.2 1.2z',
|
|
57
|
+
dataIconPath: 'inner-path',
|
|
58
|
+
opacity: '0'
|
|
55
59
|
}));
|
|
56
60
|
});
|
|
57
61
|
ErrorFilled32.displayName = 'ErrorFilled32';
|
package/umd/misuse/24.js
CHANGED
|
@@ -51,9 +51,9 @@
|
|
|
51
51
|
}
|
|
52
52
|
|
|
53
53
|
return React.createElement('svg', props, children, React.createElement('path', {
|
|
54
|
-
d: 'M12
|
|
54
|
+
d: 'M12 1C6 1 1 6 1 12s5 11 11 11 11-4.9 11-11S18.1 1 12 1zm4.2 16.5L12 13.3l-4.2 4.2-1.3-1.3 4.2-4.2-4.2-4.2 1.3-1.3 4.2 4.2 4.2-4.2 1.3 1.3-4.2 4.2 4.2 4.2-1.3 1.3z'
|
|
55
55
|
}), React.createElement('path', {
|
|
56
|
-
d: '
|
|
56
|
+
d: 'M16.2 17.5L12 13.3l-4.2 4.2-1.3-1.3 4.2-4.2-4.2-4.2 1.3-1.3 4.2 4.2 4.2-4.2 1.3 1.3-4.2 4.2 4.2 4.2-1.3 1.3z',
|
|
57
57
|
dataIconPath: 'inner-path',
|
|
58
58
|
opacity: '0'
|
|
59
59
|
}));
|