@carbon/icons-react 10.6.0-alpha.5691 → 10.6.1
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/index.js +2 -2
- package/lib/index.js +1 -9
- package/lib/maximize/16.js +1 -1
- package/lib/minimize/16.js +1 -1
- package/package.json +5 -5
- package/umd/index.js +1 -9
- package/es/fog/16.js +0 -2
- package/es/fog/20.js +0 -2
- package/es/fog/24.js +0 -2
- package/es/fog/32.js +0 -2
- package/es/watson-health/iCA-3D/16.js +0 -2
- package/es/watson-health/iCA-3D/20.js +0 -2
- package/es/watson-health/iCA-3D/24.js +0 -2
- package/es/watson-health/iCA-3D/32.js +0 -2
- package/lib/fog/16.js +0 -23
- package/lib/fog/20.js +0 -23
- package/lib/fog/24.js +0 -23
- package/lib/fog/32.js +0 -23
- package/lib/watson-health/iCA-3D/16.js +0 -23
- package/lib/watson-health/iCA-3D/20.js +0 -23
- package/lib/watson-health/iCA-3D/24.js +0 -23
- package/lib/watson-health/iCA-3D/32.js +0 -23
package/es/fog/16.js
DELETED
package/es/fog/20.js
DELETED
package/es/fog/24.js
DELETED
package/es/fog/32.js
DELETED
package/lib/fog/16.js
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
|
|
4
|
-
|
|
5
|
-
var __chunk_1 = require('../chunk-49d9503c.js');
|
|
6
|
-
var React = _interopDefault(require('react'));
|
|
7
|
-
require('@carbon/icon-helpers');
|
|
8
|
-
require('prop-types');
|
|
9
|
-
|
|
10
|
-
var Fog16 =
|
|
11
|
-
/*#__PURE__*/
|
|
12
|
-
React.forwardRef(function Fog16(props, ref) {
|
|
13
|
-
return React.createElement(__chunk_1.Icon, __chunk_1._extends({
|
|
14
|
-
width: 16,
|
|
15
|
-
height: 16,
|
|
16
|
-
viewBox: "0 0 32 32",
|
|
17
|
-
ref: ref
|
|
18
|
-
}, props), React.createElement("path", {
|
|
19
|
-
d: "M25.829 13.116A10.02 10.02 0 0 0 16 5v2a8.023 8.023 0 0 1 7.865 6.493l.259 1.346 1.349.245A5.502 5.502 0 0 1 24.508 26H16v2h8.508a7.502 7.502 0 0 0 1.32-14.884zM8 24h6v2H8zm-4 0h2v2H4zm2-4h8v2H6zm-4 0h2v2H2zm6-4h6v2H8zm-4 0h2v2H4zm6-4h4v2h-4zm-4 0h2v2H6zm6-4h2v2h-2z"
|
|
20
|
-
}), props.children);
|
|
21
|
-
});
|
|
22
|
-
|
|
23
|
-
module.exports = Fog16;
|
package/lib/fog/20.js
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
|
|
4
|
-
|
|
5
|
-
var __chunk_1 = require('../chunk-49d9503c.js');
|
|
6
|
-
var React = _interopDefault(require('react'));
|
|
7
|
-
require('@carbon/icon-helpers');
|
|
8
|
-
require('prop-types');
|
|
9
|
-
|
|
10
|
-
var Fog20 =
|
|
11
|
-
/*#__PURE__*/
|
|
12
|
-
React.forwardRef(function Fog20(props, ref) {
|
|
13
|
-
return React.createElement(__chunk_1.Icon, __chunk_1._extends({
|
|
14
|
-
width: 20,
|
|
15
|
-
height: 20,
|
|
16
|
-
viewBox: "0 0 32 32",
|
|
17
|
-
ref: ref
|
|
18
|
-
}, props), React.createElement("path", {
|
|
19
|
-
d: "M25.829 13.116A10.02 10.02 0 0 0 16 5v2a8.023 8.023 0 0 1 7.865 6.493l.259 1.346 1.349.245A5.502 5.502 0 0 1 24.508 26H16v2h8.508a7.502 7.502 0 0 0 1.32-14.884zM8 24h6v2H8zm-4 0h2v2H4zm2-4h8v2H6zm-4 0h2v2H2zm6-4h6v2H8zm-4 0h2v2H4zm6-4h4v2h-4zm-4 0h2v2H6zm6-4h2v2h-2z"
|
|
20
|
-
}), props.children);
|
|
21
|
-
});
|
|
22
|
-
|
|
23
|
-
module.exports = Fog20;
|
package/lib/fog/24.js
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
|
|
4
|
-
|
|
5
|
-
var __chunk_1 = require('../chunk-49d9503c.js');
|
|
6
|
-
var React = _interopDefault(require('react'));
|
|
7
|
-
require('@carbon/icon-helpers');
|
|
8
|
-
require('prop-types');
|
|
9
|
-
|
|
10
|
-
var Fog24 =
|
|
11
|
-
/*#__PURE__*/
|
|
12
|
-
React.forwardRef(function Fog24(props, ref) {
|
|
13
|
-
return React.createElement(__chunk_1.Icon, __chunk_1._extends({
|
|
14
|
-
width: 24,
|
|
15
|
-
height: 24,
|
|
16
|
-
viewBox: "0 0 32 32",
|
|
17
|
-
ref: ref
|
|
18
|
-
}, props), React.createElement("path", {
|
|
19
|
-
d: "M25.829 13.116A10.02 10.02 0 0 0 16 5v2a8.023 8.023 0 0 1 7.865 6.493l.259 1.346 1.349.245A5.502 5.502 0 0 1 24.508 26H16v2h8.508a7.502 7.502 0 0 0 1.32-14.884zM8 24h6v2H8zm-4 0h2v2H4zm2-4h8v2H6zm-4 0h2v2H2zm6-4h6v2H8zm-4 0h2v2H4zm6-4h4v2h-4zm-4 0h2v2H6zm6-4h2v2h-2z"
|
|
20
|
-
}), props.children);
|
|
21
|
-
});
|
|
22
|
-
|
|
23
|
-
module.exports = Fog24;
|
package/lib/fog/32.js
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
|
|
4
|
-
|
|
5
|
-
var __chunk_1 = require('../chunk-49d9503c.js');
|
|
6
|
-
var React = _interopDefault(require('react'));
|
|
7
|
-
require('@carbon/icon-helpers');
|
|
8
|
-
require('prop-types');
|
|
9
|
-
|
|
10
|
-
var Fog32 =
|
|
11
|
-
/*#__PURE__*/
|
|
12
|
-
React.forwardRef(function Fog32(props, ref) {
|
|
13
|
-
return React.createElement(__chunk_1.Icon, __chunk_1._extends({
|
|
14
|
-
width: 32,
|
|
15
|
-
height: 32,
|
|
16
|
-
viewBox: "0 0 32 32",
|
|
17
|
-
ref: ref
|
|
18
|
-
}, props), React.createElement("path", {
|
|
19
|
-
d: "M25.829 13.116A10.02 10.02 0 0 0 16 5v2a8.023 8.023 0 0 1 7.865 6.493l.259 1.346 1.349.245A5.502 5.502 0 0 1 24.508 26H16v2h8.508a7.502 7.502 0 0 0 1.32-14.884zM8 24h6v2H8zm-4 0h2v2H4zm2-4h8v2H6zm-4 0h2v2H2zm6-4h6v2H8zm-4 0h2v2H4zm6-4h4v2h-4zm-4 0h2v2H6zm6-4h2v2h-2z"
|
|
20
|
-
}), props.children);
|
|
21
|
-
});
|
|
22
|
-
|
|
23
|
-
module.exports = Fog32;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
|
|
4
|
-
|
|
5
|
-
var __chunk_1 = require('../../chunk-49d9503c.js');
|
|
6
|
-
var React = _interopDefault(require('react'));
|
|
7
|
-
require('@carbon/icon-helpers');
|
|
8
|
-
require('prop-types');
|
|
9
|
-
|
|
10
|
-
var WatsonHealthICa_3D16 =
|
|
11
|
-
/*#__PURE__*/
|
|
12
|
-
React.forwardRef(function WatsonHealthICa_3D16(props, ref) {
|
|
13
|
-
return React.createElement(__chunk_1.Icon, __chunk_1._extends({
|
|
14
|
-
width: 16,
|
|
15
|
-
height: 16,
|
|
16
|
-
viewBox: "0 0 32 32",
|
|
17
|
-
ref: ref
|
|
18
|
-
}, props), React.createElement("path", {
|
|
19
|
-
d: "M15 14h-5a2 2 0 0 1-2-2V4a2 2 0 0 1 .59-1.42A3.57 3.57 0 0 1 10 2h5v2h-5v8h5zM4 6h2v8H4zm0-4h2v2H4zm23.45 17.11l-6-3a1 1 0 0 0-.9 0l-6 3A1 1 0 0 0 14 20v7a1 1 0 0 0 .55.89l6 3a1 1 0 0 0 .9 0l6-3A1 1 0 0 0 28 27v-7a1 1 0 0 0-.55-.89zm-6.45-1L24.76 20 21 21.88 17.24 20zm-5 3.5l4 2v4.76l-4-2zm6 6.76v-4.75l4-2v4.76zM23 2h-4a2 2 0 0 0-2 2v10h2v-4h4v4h2V4a2 2 0 0 0-2-2zm-4 6V4h4v4z"
|
|
20
|
-
}), props.children);
|
|
21
|
-
});
|
|
22
|
-
|
|
23
|
-
module.exports = WatsonHealthICa_3D16;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
|
|
4
|
-
|
|
5
|
-
var __chunk_1 = require('../../chunk-49d9503c.js');
|
|
6
|
-
var React = _interopDefault(require('react'));
|
|
7
|
-
require('@carbon/icon-helpers');
|
|
8
|
-
require('prop-types');
|
|
9
|
-
|
|
10
|
-
var WatsonHealthICa_3D20 =
|
|
11
|
-
/*#__PURE__*/
|
|
12
|
-
React.forwardRef(function WatsonHealthICa_3D20(props, ref) {
|
|
13
|
-
return React.createElement(__chunk_1.Icon, __chunk_1._extends({
|
|
14
|
-
width: 20,
|
|
15
|
-
height: 20,
|
|
16
|
-
viewBox: "0 0 32 32",
|
|
17
|
-
ref: ref
|
|
18
|
-
}, props), React.createElement("path", {
|
|
19
|
-
d: "M15 14h-5a2 2 0 0 1-2-2V4a2 2 0 0 1 .59-1.42A3.57 3.57 0 0 1 10 2h5v2h-5v8h5zM4 6h2v8H4zm0-4h2v2H4zm23.45 17.11l-6-3a1 1 0 0 0-.9 0l-6 3A1 1 0 0 0 14 20v7a1 1 0 0 0 .55.89l6 3a1 1 0 0 0 .9 0l6-3A1 1 0 0 0 28 27v-7a1 1 0 0 0-.55-.89zm-6.45-1L24.76 20 21 21.88 17.24 20zm-5 3.5l4 2v4.76l-4-2zm6 6.76v-4.75l4-2v4.76zM23 2h-4a2 2 0 0 0-2 2v10h2v-4h4v4h2V4a2 2 0 0 0-2-2zm-4 6V4h4v4z"
|
|
20
|
-
}), props.children);
|
|
21
|
-
});
|
|
22
|
-
|
|
23
|
-
module.exports = WatsonHealthICa_3D20;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
|
|
4
|
-
|
|
5
|
-
var __chunk_1 = require('../../chunk-49d9503c.js');
|
|
6
|
-
var React = _interopDefault(require('react'));
|
|
7
|
-
require('@carbon/icon-helpers');
|
|
8
|
-
require('prop-types');
|
|
9
|
-
|
|
10
|
-
var WatsonHealthICa_3D24 =
|
|
11
|
-
/*#__PURE__*/
|
|
12
|
-
React.forwardRef(function WatsonHealthICa_3D24(props, ref) {
|
|
13
|
-
return React.createElement(__chunk_1.Icon, __chunk_1._extends({
|
|
14
|
-
width: 24,
|
|
15
|
-
height: 24,
|
|
16
|
-
viewBox: "0 0 32 32",
|
|
17
|
-
ref: ref
|
|
18
|
-
}, props), React.createElement("path", {
|
|
19
|
-
d: "M15 14h-5a2 2 0 0 1-2-2V4a2 2 0 0 1 .59-1.42A3.57 3.57 0 0 1 10 2h5v2h-5v8h5zM4 6h2v8H4zm0-4h2v2H4zm23.45 17.11l-6-3a1 1 0 0 0-.9 0l-6 3A1 1 0 0 0 14 20v7a1 1 0 0 0 .55.89l6 3a1 1 0 0 0 .9 0l6-3A1 1 0 0 0 28 27v-7a1 1 0 0 0-.55-.89zm-6.45-1L24.76 20 21 21.88 17.24 20zm-5 3.5l4 2v4.76l-4-2zm6 6.76v-4.75l4-2v4.76zM23 2h-4a2 2 0 0 0-2 2v10h2v-4h4v4h2V4a2 2 0 0 0-2-2zm-4 6V4h4v4z"
|
|
20
|
-
}), props.children);
|
|
21
|
-
});
|
|
22
|
-
|
|
23
|
-
module.exports = WatsonHealthICa_3D24;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
|
|
4
|
-
|
|
5
|
-
var __chunk_1 = require('../../chunk-49d9503c.js');
|
|
6
|
-
var React = _interopDefault(require('react'));
|
|
7
|
-
require('@carbon/icon-helpers');
|
|
8
|
-
require('prop-types');
|
|
9
|
-
|
|
10
|
-
var WatsonHealthICa_3D32 =
|
|
11
|
-
/*#__PURE__*/
|
|
12
|
-
React.forwardRef(function WatsonHealthICa_3D32(props, ref) {
|
|
13
|
-
return React.createElement(__chunk_1.Icon, __chunk_1._extends({
|
|
14
|
-
width: 32,
|
|
15
|
-
height: 32,
|
|
16
|
-
viewBox: "0 0 32 32",
|
|
17
|
-
ref: ref
|
|
18
|
-
}, props), React.createElement("path", {
|
|
19
|
-
d: "M15 14h-5a2 2 0 0 1-2-2V4a2 2 0 0 1 .59-1.42A3.57 3.57 0 0 1 10 2h5v2h-5v8h5zM4 6h2v8H4zm0-4h2v2H4zm23.45 17.11l-6-3a1 1 0 0 0-.9 0l-6 3A1 1 0 0 0 14 20v7a1 1 0 0 0 .55.89l6 3a1 1 0 0 0 .9 0l6-3A1 1 0 0 0 28 27v-7a1 1 0 0 0-.55-.89zm-6.45-1L24.76 20 21 21.88 17.24 20zm-5 3.5l4 2v4.76l-4-2zm6 6.76v-4.75l4-2v4.76zM23 2h-4a2 2 0 0 0-2 2v10h2v-4h4v4h2V4a2 2 0 0 0-2-2zm-4 6V4h4v4z"
|
|
20
|
-
}), props.children);
|
|
21
|
-
});
|
|
22
|
-
|
|
23
|
-
module.exports = WatsonHealthICa_3D32;
|