@carbon/icons-react 10.7.0-alpha.6082 → 10.7.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.
- package/es/index.js +2 -2
- package/lib/index.js +1 -25
- package/package.json +5 -5
- package/umd/index.js +1 -25
- package/es/character-patterns/16.js +0 -2
- package/es/character-patterns/20.js +0 -2
- package/es/character-patterns/24.js +0 -2
- package/es/character-patterns/32.js +0 -2
- package/es/document-sentiment/16.js +0 -2
- package/es/document-sentiment/20.js +0 -2
- package/es/document-sentiment/24.js +0 -2
- package/es/document-sentiment/32.js +0 -2
- package/es/exit/16.js +0 -2
- package/es/exit/20.js +0 -2
- package/es/exit/24.js +0 -2
- package/es/exit/32.js +0 -2
- package/es/folders/16.js +0 -2
- package/es/folders/20.js +0 -2
- package/es/folders/24.js +0 -2
- package/es/folders/32.js +0 -2
- package/es/improve-relevance/16.js +0 -2
- package/es/improve-relevance/20.js +0 -2
- package/es/improve-relevance/24.js +0 -2
- package/es/improve-relevance/32.js +0 -2
- package/es/phrase-sentiment/16.js +0 -2
- package/es/phrase-sentiment/20.js +0 -2
- package/es/phrase-sentiment/24.js +0 -2
- package/es/phrase-sentiment/32.js +0 -2
- package/lib/character-patterns/16.js +0 -23
- package/lib/character-patterns/20.js +0 -23
- package/lib/character-patterns/24.js +0 -23
- package/lib/character-patterns/32.js +0 -23
- package/lib/document-sentiment/16.js +0 -25
- package/lib/document-sentiment/20.js +0 -25
- package/lib/document-sentiment/24.js +0 -25
- package/lib/document-sentiment/32.js +0 -25
- package/lib/exit/16.js +0 -23
- package/lib/exit/20.js +0 -23
- package/lib/exit/24.js +0 -23
- package/lib/exit/32.js +0 -23
- package/lib/folders/16.js +0 -23
- package/lib/folders/20.js +0 -23
- package/lib/folders/24.js +0 -23
- package/lib/folders/32.js +0 -23
- package/lib/improve-relevance/16.js +0 -31
- package/lib/improve-relevance/20.js +0 -31
- package/lib/improve-relevance/24.js +0 -31
- package/lib/improve-relevance/32.js +0 -31
- package/lib/phrase-sentiment/16.js +0 -25
- package/lib/phrase-sentiment/20.js +0 -25
- package/lib/phrase-sentiment/24.js +0 -25
- package/lib/phrase-sentiment/32.js +0 -25
|
@@ -1,25 +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 PhraseSentiment16 =
|
|
11
|
-
/*#__PURE__*/
|
|
12
|
-
React.forwardRef(function PhraseSentiment16(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: "M18.303,10a2.6616,2.6616,0,0,0-1.9079.8058l-.3932.4054-.397-.4054a2.6615,2.6615,0,0,0-3.8157,0,2.7992,2.7992,0,0,0,0,3.8964L16.0019,19l4.2089-4.2978a2.7992,2.7992,0,0,0,0-3.8964A2.6616,2.6616,0,0,0,18.303,10Z"
|
|
20
|
-
}), React.createElement("path", {
|
|
21
|
-
d: "M17.7358,30,16,29l4-7h6a1.9966,1.9966,0,0,0,2-2V8a1.9966,1.9966,0,0,0-2-2H6A1.9966,1.9966,0,0,0,4,8V20a1.9966,1.9966,0,0,0,2,2h9v2H6a3.9993,3.9993,0,0,1-4-4V8A3.9988,3.9988,0,0,1,6,4H26a3.9988,3.9988,0,0,1,4,4V20a3.9993,3.9993,0,0,1-4,4H21.1646Z"
|
|
22
|
-
}), props.children);
|
|
23
|
-
});
|
|
24
|
-
|
|
25
|
-
module.exports = PhraseSentiment16;
|
|
@@ -1,25 +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 PhraseSentiment20 =
|
|
11
|
-
/*#__PURE__*/
|
|
12
|
-
React.forwardRef(function PhraseSentiment20(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: "M18.303,10a2.6616,2.6616,0,0,0-1.9079.8058l-.3932.4054-.397-.4054a2.6615,2.6615,0,0,0-3.8157,0,2.7992,2.7992,0,0,0,0,3.8964L16.0019,19l4.2089-4.2978a2.7992,2.7992,0,0,0,0-3.8964A2.6616,2.6616,0,0,0,18.303,10Z"
|
|
20
|
-
}), React.createElement("path", {
|
|
21
|
-
d: "M17.7358,30,16,29l4-7h6a1.9966,1.9966,0,0,0,2-2V8a1.9966,1.9966,0,0,0-2-2H6A1.9966,1.9966,0,0,0,4,8V20a1.9966,1.9966,0,0,0,2,2h9v2H6a3.9993,3.9993,0,0,1-4-4V8A3.9988,3.9988,0,0,1,6,4H26a3.9988,3.9988,0,0,1,4,4V20a3.9993,3.9993,0,0,1-4,4H21.1646Z"
|
|
22
|
-
}), props.children);
|
|
23
|
-
});
|
|
24
|
-
|
|
25
|
-
module.exports = PhraseSentiment20;
|
|
@@ -1,25 +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 PhraseSentiment24 =
|
|
11
|
-
/*#__PURE__*/
|
|
12
|
-
React.forwardRef(function PhraseSentiment24(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: "M18.303,10a2.6616,2.6616,0,0,0-1.9079.8058l-.3932.4054-.397-.4054a2.6615,2.6615,0,0,0-3.8157,0,2.7992,2.7992,0,0,0,0,3.8964L16.0019,19l4.2089-4.2978a2.7992,2.7992,0,0,0,0-3.8964A2.6616,2.6616,0,0,0,18.303,10Z"
|
|
20
|
-
}), React.createElement("path", {
|
|
21
|
-
d: "M17.7358,30,16,29l4-7h6a1.9966,1.9966,0,0,0,2-2V8a1.9966,1.9966,0,0,0-2-2H6A1.9966,1.9966,0,0,0,4,8V20a1.9966,1.9966,0,0,0,2,2h9v2H6a3.9993,3.9993,0,0,1-4-4V8A3.9988,3.9988,0,0,1,6,4H26a3.9988,3.9988,0,0,1,4,4V20a3.9993,3.9993,0,0,1-4,4H21.1646Z"
|
|
22
|
-
}), props.children);
|
|
23
|
-
});
|
|
24
|
-
|
|
25
|
-
module.exports = PhraseSentiment24;
|
|
@@ -1,25 +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 PhraseSentiment32 =
|
|
11
|
-
/*#__PURE__*/
|
|
12
|
-
React.forwardRef(function PhraseSentiment32(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: "M18.303,10a2.6616,2.6616,0,0,0-1.9079.8058l-.3932.4054-.397-.4054a2.6615,2.6615,0,0,0-3.8157,0,2.7992,2.7992,0,0,0,0,3.8964L16.0019,19l4.2089-4.2978a2.7992,2.7992,0,0,0,0-3.8964A2.6616,2.6616,0,0,0,18.303,10Z"
|
|
20
|
-
}), React.createElement("path", {
|
|
21
|
-
d: "M17.7358,30,16,29l4-7h6a1.9966,1.9966,0,0,0,2-2V8a1.9966,1.9966,0,0,0-2-2H6A1.9966,1.9966,0,0,0,4,8V20a1.9966,1.9966,0,0,0,2,2h9v2H6a3.9993,3.9993,0,0,1-4-4V8A3.9988,3.9988,0,0,1,6,4H26a3.9988,3.9988,0,0,1,4,4V20a3.9993,3.9993,0,0,1-4,4H21.1646Z"
|
|
22
|
-
}), props.children);
|
|
23
|
-
});
|
|
24
|
-
|
|
25
|
-
module.exports = PhraseSentiment32;
|