@carbon/pictograms-react 10.12.0 → 10.14.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/add--device/index.js +40 -0
- package/es/automation--decision/index.js +64 -0
- package/es/blender/index.js +48 -0
- package/es/cargo--crane/index.js +40 -0
- package/es/cargo--ship/index.js +40 -0
- package/es/chart--custom/index.js +40 -0
- package/es/chart--multi-type/index.js +100 -0
- package/es/chart--pie/index.js +54 -0
- package/es/chart--stepper/index.js +40 -0
- package/es/chart--sunburst/index.js +41 -0
- package/es/cheese/index.js +40 -0
- package/es/clothes--rack--01/index.js +52 -0
- package/es/clothes--rack--02/index.js +52 -0
- package/es/code--syntax/index.js +48 -0
- package/es/cognos--analytics/index.js +2 -1
- package/es/connected--ecosystem/index.js +40 -0
- package/es/connected--nodes--to--the--cloud/index.js +78 -0
- package/es/consumer--engagement--food--journey/index.js +51 -0
- package/es/coronavirus/index.js +169 -0
- package/es/data--set/index.js +40 -0
- package/es/design-thinking-team/index.js +40 -0
- package/es/developer-z-os/index.js +40 -0
- package/es/electric--car/index.js +53 -0
- package/es/farm/index.js +9 -0
- package/es/farm--01/index.js +51 -0
- package/es/farm--02/index.js +40 -0
- package/es/farmer--01/index.js +40 -0
- package/es/farmer--02/index.js +40 -0
- package/es/first--aid/index.js +54 -0
- package/es/flower--01/index.js +40 -0
- package/es/flower--02/index.js +40 -0
- package/es/gift/index.js +40 -0
- package/es/global--partner/index.js +88 -0
- package/es/index.js +74 -0
- package/es/inspect--data/index.js +70 -0
- package/es/managing--contractual--flow/index.js +74 -0
- package/es/managing--items/index.js +52 -0
- package/es/monitored--item--on--conveyor/index.js +114 -0
- package/es/movement--in--overlapping--networks/index.js +83 -0
- package/es/movement--of--goods--01/index.js +51 -0
- package/es/movement--of--goods--02/index.js +63 -0
- package/es/movement--of--goods--03/index.js +153 -0
- package/es/movement--of--items/index.js +64 -0
- package/es/networking--06/index.js +52 -0
- package/es/planning--analytics/index.js +90 -0
- package/es/player--flow/index.js +41 -0
- package/es/process/index.js +51 -0
- package/es/sample--file/index.js +60 -0
- package/es/shirt/index.js +64 -0
- package/es/socks/index.js +40 -0
- package/es/solar--field/index.js +53 -0
- package/es/solar--panel/index.js +53 -0
- package/es/stem--leaf--plot/index.js +39 -0
- package/es/summit/index.js +40 -0
- package/es/supply--chain--optimization--01/index.js +40 -0
- package/es/supply--chain--optimization--02/index.js +40 -0
- package/es/systems-devops--analyze/index.js +40 -0
- package/es/systems-devops--build/index.js +39 -0
- package/es/systems-devops--cicd-pipeline/index.js +39 -0
- package/es/systems-devops--code/index.js +49 -0
- package/es/systems-devops--deploy/index.js +51 -0
- package/es/systems-devops--monitor/index.js +40 -0
- package/es/systems-devops--plan/index.js +40 -0
- package/es/systems-devops--provision/index.js +39 -0
- package/es/systems-devops--release/index.js +51 -0
- package/es/systems-devops--test/index.js +40 -0
- package/es/t-shirt/index.js +40 -0
- package/es/team--alignment/index.js +40 -0
- package/es/teammates/index.js +40 -0
- package/es/time--plot/index.js +40 -0
- package/es/transparency--01/index.js +40 -0
- package/es/transparency--02/index.js +40 -0
- package/es/trousers/index.js +40 -0
- package/es/trust/index.js +39 -0
- package/es/user/index.js +40 -0
- package/es/user--interface/index.js +62 -0
- package/es/user--profile/index.js +40 -0
- package/lib/add--device/index.js +44 -0
- package/lib/automation--decision/index.js +68 -0
- package/lib/blender/index.js +52 -0
- package/lib/cargo--crane/index.js +44 -0
- package/lib/cargo--ship/index.js +44 -0
- package/lib/chart--custom/index.js +44 -0
- package/lib/chart--multi-type/index.js +104 -0
- package/lib/chart--pie/index.js +58 -0
- package/lib/chart--stepper/index.js +44 -0
- package/lib/chart--sunburst/index.js +45 -0
- package/lib/cheese/index.js +44 -0
- package/lib/clothes--rack--01/index.js +56 -0
- package/lib/clothes--rack--02/index.js +56 -0
- package/lib/code--syntax/index.js +52 -0
- package/lib/cognos--analytics/index.js +2 -1
- package/lib/connected--ecosystem/index.js +44 -0
- package/lib/connected--nodes--to--the--cloud/index.js +82 -0
- package/lib/consumer--engagement--food--journey/index.js +55 -0
- package/lib/coronavirus/index.js +173 -0
- package/lib/data--set/index.js +44 -0
- package/lib/design-thinking-team/index.js +44 -0
- package/lib/developer-z-os/index.js +44 -0
- package/lib/electric--car/index.js +57 -0
- package/lib/farm/index.js +9 -0
- package/lib/farm--01/index.js +55 -0
- package/lib/farm--02/index.js +44 -0
- package/lib/farmer--01/index.js +44 -0
- package/lib/farmer--02/index.js +44 -0
- package/lib/first--aid/index.js +58 -0
- package/lib/flower--01/index.js +44 -0
- package/lib/flower--02/index.js +44 -0
- package/lib/gift/index.js +44 -0
- package/lib/global--partner/index.js +92 -0
- package/lib/index.js +1146 -998
- package/lib/inspect--data/index.js +74 -0
- package/lib/managing--contractual--flow/index.js +78 -0
- package/lib/managing--items/index.js +56 -0
- package/lib/monitored--item--on--conveyor/index.js +118 -0
- package/lib/movement--in--overlapping--networks/index.js +87 -0
- package/lib/movement--of--goods--01/index.js +55 -0
- package/lib/movement--of--goods--02/index.js +67 -0
- package/lib/movement--of--goods--03/index.js +157 -0
- package/lib/movement--of--items/index.js +68 -0
- package/lib/networking--06/index.js +56 -0
- package/lib/planning--analytics/index.js +94 -0
- package/lib/player--flow/index.js +45 -0
- package/lib/process/index.js +55 -0
- package/lib/sample--file/index.js +64 -0
- package/lib/shirt/index.js +68 -0
- package/lib/socks/index.js +44 -0
- package/lib/solar--field/index.js +57 -0
- package/lib/solar--panel/index.js +57 -0
- package/lib/stem--leaf--plot/index.js +43 -0
- package/lib/summit/index.js +44 -0
- package/lib/supply--chain--optimization--01/index.js +44 -0
- package/lib/supply--chain--optimization--02/index.js +44 -0
- package/lib/systems-devops--analyze/index.js +44 -0
- package/lib/systems-devops--build/index.js +43 -0
- package/lib/systems-devops--cicd-pipeline/index.js +43 -0
- package/lib/systems-devops--code/index.js +53 -0
- package/lib/systems-devops--deploy/index.js +55 -0
- package/lib/systems-devops--monitor/index.js +44 -0
- package/lib/systems-devops--plan/index.js +44 -0
- package/lib/systems-devops--provision/index.js +43 -0
- package/lib/systems-devops--release/index.js +55 -0
- package/lib/systems-devops--test/index.js +44 -0
- package/lib/t-shirt/index.js +44 -0
- package/lib/team--alignment/index.js +44 -0
- package/lib/teammates/index.js +44 -0
- package/lib/time--plot/index.js +44 -0
- package/lib/transparency--01/index.js +44 -0
- package/lib/transparency--02/index.js +44 -0
- package/lib/trousers/index.js +44 -0
- package/lib/trust/index.js +43 -0
- package/lib/user/index.js +44 -0
- package/lib/user--interface/index.js +66 -0
- package/lib/user--profile/index.js +44 -0
- package/package.json +5 -5
- package/umd/index.js +5575 -2608
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 2020
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
'use strict';
|
|
10
|
+
|
|
11
|
+
function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
|
|
12
|
+
|
|
13
|
+
var Icon = require('../Icon-1f3f78db.js');
|
|
14
|
+
require('@carbon/icon-helpers');
|
|
15
|
+
require('prop-types');
|
|
16
|
+
var React = _interopDefault(require('react'));
|
|
17
|
+
|
|
18
|
+
var _ref2 =
|
|
19
|
+
/*#__PURE__*/
|
|
20
|
+
|
|
21
|
+
/*#__PURE__*/
|
|
22
|
+
React.createElement("path", {
|
|
23
|
+
fill: "none",
|
|
24
|
+
strokeLinejoin: "round",
|
|
25
|
+
strokeMiterlimit: "10",
|
|
26
|
+
strokeWidth: ".72",
|
|
27
|
+
d: "M31,39v-7c-1.109-0.401-2-1.259-2-2.392v-4.015C29,23.613,30.521,22,32.5,22c1.979,0,3.5,1.604,3.5,3.583V29.6 c0,1.131-0.891,1.999-2,2.4v7 M17,39v-7c1.109-0.401,2-1.269,2-2.4v-4.017C19,23.604,17.479,22,15.5,22 c-1.979,0-3.5,1.613-3.5,3.593v4.015c0,1.133,0.891,1.991,2,2.392v7 M15.5,13c-1.104,0-2,0.896-2,2c0,1.104,0.896,2,2,2 c1.104,0,2-0.896,2-2C17.5,13.896,16.604,13,15.5,13z M32.5,13c-1.104,0-2,0.896-2,2c0,1.104,0.896,2,2,2c1.104,0,2-0.896,2-2 C34.5,13.896,33.604,13,32.5,13z M16,10c-2.75,0-5,2.25-5,5v0c0,2.75,2.25,5,5,5 M32,20c2.75,0,5-2.25,5-5v0c0-2.75-2.25-5-5-5 M19,20h-2 M19,10h-2 M23,10h-2 M27,10h-2 M31,10h-2 M20,10 M31,10 M23,20h-2 M27,20h-2 M31,20h-2"
|
|
28
|
+
});
|
|
29
|
+
|
|
30
|
+
var TeamAlignment = /*#__PURE__*/React.forwardRef(function TeamAlignment(_ref, ref) {
|
|
31
|
+
var children = _ref.children,
|
|
32
|
+
rest = Icon._objectWithoutProperties(_ref, ["children"]);
|
|
33
|
+
|
|
34
|
+
return /*#__PURE__*/React.createElement(Icon.Icon, Icon._extends({
|
|
35
|
+
width: 48,
|
|
36
|
+
height: 48,
|
|
37
|
+
viewBox: "0 0 48 48",
|
|
38
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
39
|
+
stroke: "currentColor",
|
|
40
|
+
ref: ref
|
|
41
|
+
}, rest), _ref2, children);
|
|
42
|
+
});
|
|
43
|
+
|
|
44
|
+
module.exports = TeamAlignment;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 2020
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
'use strict';
|
|
10
|
+
|
|
11
|
+
function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
|
|
12
|
+
|
|
13
|
+
var Icon = require('../Icon-1f3f78db.js');
|
|
14
|
+
require('@carbon/icon-helpers');
|
|
15
|
+
require('prop-types');
|
|
16
|
+
var React = _interopDefault(require('react'));
|
|
17
|
+
|
|
18
|
+
var _ref2 =
|
|
19
|
+
/*#__PURE__*/
|
|
20
|
+
|
|
21
|
+
/*#__PURE__*/
|
|
22
|
+
React.createElement("path", {
|
|
23
|
+
fill: "none",
|
|
24
|
+
strokeLinejoin: "round",
|
|
25
|
+
strokeMiterlimit: "10",
|
|
26
|
+
strokeWidth: ".72",
|
|
27
|
+
d: "M24,13v5l3.268,0c0.346-0.598,0.992-1,1.732-1c1.105,0,2,0.895,2,2s-0.895,2-2,2c-0.74,0-1.387-0.402-1.732-1L26,20h-2v7l-3.268,0 c-0.346-0.598-0.992-1-1.732-1c-1.105,0-2,0.895-2,2s0.895,2,2,2c0.74,0,1.387-0.402,1.732-1L24,29v7 M30,36v-3.52 c2.284,0,4.733-1.853,4.733-4.137l0-2.069h1.642c0.513,0,0.846-0.539,0.617-0.997l-2.259-4.174C34.733,17,32,13,24,13 s-10.733,4-10.733,8.103l-2.259,4.174c-0.229,0.458,0.104,0.997,0.617,0.997h1.642l0,2.069c0,2.284,2.449,4.137,4.733,4.137V36"
|
|
28
|
+
});
|
|
29
|
+
|
|
30
|
+
var Teammates = /*#__PURE__*/React.forwardRef(function Teammates(_ref, ref) {
|
|
31
|
+
var children = _ref.children,
|
|
32
|
+
rest = Icon._objectWithoutProperties(_ref, ["children"]);
|
|
33
|
+
|
|
34
|
+
return /*#__PURE__*/React.createElement(Icon.Icon, Icon._extends({
|
|
35
|
+
width: 48,
|
|
36
|
+
height: 48,
|
|
37
|
+
viewBox: "0 0 48 48",
|
|
38
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
39
|
+
stroke: "currentColor",
|
|
40
|
+
ref: ref
|
|
41
|
+
}, rest), _ref2, children);
|
|
42
|
+
});
|
|
43
|
+
|
|
44
|
+
module.exports = Teammates;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 2020
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
'use strict';
|
|
10
|
+
|
|
11
|
+
function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
|
|
12
|
+
|
|
13
|
+
var Icon = require('../Icon-1f3f78db.js');
|
|
14
|
+
require('@carbon/icon-helpers');
|
|
15
|
+
require('prop-types');
|
|
16
|
+
var React = _interopDefault(require('react'));
|
|
17
|
+
|
|
18
|
+
var _ref2 =
|
|
19
|
+
/*#__PURE__*/
|
|
20
|
+
|
|
21
|
+
/*#__PURE__*/
|
|
22
|
+
React.createElement("path", {
|
|
23
|
+
fill: "none",
|
|
24
|
+
strokeLinejoin: "round",
|
|
25
|
+
strokeMiterlimit: "10",
|
|
26
|
+
strokeWidth: ".72",
|
|
27
|
+
d: "M39,39H9V9 M9,24h10l8,8h12 M25,16c0,3.866,3.134,7,7,7s7-3.134,7-7s-3.134-7-7-7S25,12.134,25,16z M32,9v2 M25,16h2 M39,16h-2 M32,23v-2 M32,12v4l2,2"
|
|
28
|
+
});
|
|
29
|
+
|
|
30
|
+
var TimePlot = /*#__PURE__*/React.forwardRef(function TimePlot(_ref, ref) {
|
|
31
|
+
var children = _ref.children,
|
|
32
|
+
rest = Icon._objectWithoutProperties(_ref, ["children"]);
|
|
33
|
+
|
|
34
|
+
return /*#__PURE__*/React.createElement(Icon.Icon, Icon._extends({
|
|
35
|
+
width: 48,
|
|
36
|
+
height: 48,
|
|
37
|
+
viewBox: "0 0 48 48",
|
|
38
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
39
|
+
stroke: "currentColor",
|
|
40
|
+
ref: ref
|
|
41
|
+
}, rest), _ref2, children);
|
|
42
|
+
});
|
|
43
|
+
|
|
44
|
+
module.exports = TimePlot;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 2020
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
'use strict';
|
|
10
|
+
|
|
11
|
+
function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
|
|
12
|
+
|
|
13
|
+
var Icon = require('../Icon-1f3f78db.js');
|
|
14
|
+
require('@carbon/icon-helpers');
|
|
15
|
+
require('prop-types');
|
|
16
|
+
var React = _interopDefault(require('react'));
|
|
17
|
+
|
|
18
|
+
var _ref2 =
|
|
19
|
+
/*#__PURE__*/
|
|
20
|
+
|
|
21
|
+
/*#__PURE__*/
|
|
22
|
+
React.createElement("path", {
|
|
23
|
+
fill: "none",
|
|
24
|
+
strokeLinejoin: "round",
|
|
25
|
+
strokeMiterlimit: "10",
|
|
26
|
+
strokeWidth: ".72",
|
|
27
|
+
d: "M25.148,22.933C25.052,22.639,25,22.326,25,22c0-1.657,1.343-3,3-3s3,1.343,3,3c0,0.328-0.053,0.643-0.15,0.938 M28,19c2,0,2-2,2-2 M19,17v-2 M22,20 M24,23h-9c0,5,3,9,8,9h2c5,0,8-4,8-9H24c-3,0-3-4-3-4c0-1.105-0.895-2-2-2s-2,0.895-2,2v4 M25.313,20.736 C24.66,20.272,23.862,20,23,20c-0.649,0-1.262,0.154-1.803,0.429 M22,38h16V10h-9 M22,10h4 M15,38h4 M15,10h4 M10,36v2h2 M12,10h-2 v2 M10,15v4 M10,22v4 M10,29v4"
|
|
28
|
+
});
|
|
29
|
+
|
|
30
|
+
var Transparency_01 = /*#__PURE__*/React.forwardRef(function Transparency_01(_ref, ref) {
|
|
31
|
+
var children = _ref.children,
|
|
32
|
+
rest = Icon._objectWithoutProperties(_ref, ["children"]);
|
|
33
|
+
|
|
34
|
+
return /*#__PURE__*/React.createElement(Icon.Icon, Icon._extends({
|
|
35
|
+
width: 48,
|
|
36
|
+
height: 48,
|
|
37
|
+
viewBox: "0 0 48 48",
|
|
38
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
39
|
+
stroke: "currentColor",
|
|
40
|
+
ref: ref
|
|
41
|
+
}, rest), _ref2, children);
|
|
42
|
+
});
|
|
43
|
+
|
|
44
|
+
module.exports = Transparency_01;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 2020
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
'use strict';
|
|
10
|
+
|
|
11
|
+
function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
|
|
12
|
+
|
|
13
|
+
var Icon = require('../Icon-1f3f78db.js');
|
|
14
|
+
require('@carbon/icon-helpers');
|
|
15
|
+
require('prop-types');
|
|
16
|
+
var React = _interopDefault(require('react'));
|
|
17
|
+
|
|
18
|
+
var _ref2 =
|
|
19
|
+
/*#__PURE__*/
|
|
20
|
+
|
|
21
|
+
/*#__PURE__*/
|
|
22
|
+
React.createElement("path", {
|
|
23
|
+
fill: "none",
|
|
24
|
+
strokeLinejoin: "round",
|
|
25
|
+
strokeMiterlimit: "10",
|
|
26
|
+
strokeWidth: ".72",
|
|
27
|
+
d: "M28.729,23.003c0.239,0.568,0.416,1.647,0.07,3.665 M28.408,28.418l0.197-0.683 M23,21.003c-1,0-1.92-0.733-2.801-0.733 c-2.474,0-3.199,2.162-3.199,4.265C17,29.146,19.133,32,21.259,32c0.893,0,1.966-0.497,2.741-0.497l0,0 c0.775,0,1.847,0.497,2.74,0.497c2.128-0.001,4.26-2.876,4.26-7.464c0-2.093-0.723-4.265-3.199-4.265 c-1.205,0-1.59,0.718-2.801,0.733h-0.5v-2c0,0,2.823,0.915,3.5-2c0,0-2-1-3.5,1 M22.3,16.753c-0.883-0.883-2.3-0.75-2.3-0.75 s-0.133,1.417,0.75,2.3s2.25,0.7,2.25,0.7S23.183,17.636,22.3,16.753z M22,38h16V10h-9 M22,10h4 M15,38h4 M15,10h4 M10,36v2h2 M12,10h-2v2 M10,15v4 M10,22v4 M10,29v4"
|
|
28
|
+
});
|
|
29
|
+
|
|
30
|
+
var Transparency_02 = /*#__PURE__*/React.forwardRef(function Transparency_02(_ref, ref) {
|
|
31
|
+
var children = _ref.children,
|
|
32
|
+
rest = Icon._objectWithoutProperties(_ref, ["children"]);
|
|
33
|
+
|
|
34
|
+
return /*#__PURE__*/React.createElement(Icon.Icon, Icon._extends({
|
|
35
|
+
width: 48,
|
|
36
|
+
height: 48,
|
|
37
|
+
viewBox: "0 0 48 48",
|
|
38
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
39
|
+
stroke: "currentColor",
|
|
40
|
+
ref: ref
|
|
41
|
+
}, rest), _ref2, children);
|
|
42
|
+
});
|
|
43
|
+
|
|
44
|
+
module.exports = Transparency_02;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 2020
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
'use strict';
|
|
10
|
+
|
|
11
|
+
function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
|
|
12
|
+
|
|
13
|
+
var Icon = require('../Icon-1f3f78db.js');
|
|
14
|
+
require('@carbon/icon-helpers');
|
|
15
|
+
require('prop-types');
|
|
16
|
+
var React = _interopDefault(require('react'));
|
|
17
|
+
|
|
18
|
+
var _ref2 =
|
|
19
|
+
/*#__PURE__*/
|
|
20
|
+
|
|
21
|
+
/*#__PURE__*/
|
|
22
|
+
React.createElement("path", {
|
|
23
|
+
fill: "none",
|
|
24
|
+
strokeLinejoin: "round",
|
|
25
|
+
strokeMiterlimit: "10",
|
|
26
|
+
strokeWidth: ".72",
|
|
27
|
+
d: "M25,18 h-2l-1,21h-6V9h16v30h-6L25,18z M32,11H16 M23,18v-7 M23,16h2v-5 M20,9v2 M28,9v2 M16,14c1.657,0,3-1.343,3-3 M29,11 c0,1.657,1.343,3,3,3"
|
|
28
|
+
});
|
|
29
|
+
|
|
30
|
+
var Trousers = /*#__PURE__*/React.forwardRef(function Trousers(_ref, ref) {
|
|
31
|
+
var children = _ref.children,
|
|
32
|
+
rest = Icon._objectWithoutProperties(_ref, ["children"]);
|
|
33
|
+
|
|
34
|
+
return /*#__PURE__*/React.createElement(Icon.Icon, Icon._extends({
|
|
35
|
+
width: 48,
|
|
36
|
+
height: 48,
|
|
37
|
+
viewBox: "0 0 48 48",
|
|
38
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
39
|
+
stroke: "currentColor",
|
|
40
|
+
ref: ref
|
|
41
|
+
}, rest), _ref2, children);
|
|
42
|
+
});
|
|
43
|
+
|
|
44
|
+
module.exports = Trousers;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 2020
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
'use strict';
|
|
10
|
+
|
|
11
|
+
function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
|
|
12
|
+
|
|
13
|
+
var Icon = require('../Icon-1f3f78db.js');
|
|
14
|
+
require('@carbon/icon-helpers');
|
|
15
|
+
require('prop-types');
|
|
16
|
+
var React = _interopDefault(require('react'));
|
|
17
|
+
|
|
18
|
+
var _ref2 =
|
|
19
|
+
/*#__PURE__*/
|
|
20
|
+
|
|
21
|
+
/*#__PURE__*/
|
|
22
|
+
React.createElement("path", {
|
|
23
|
+
fill: "none",
|
|
24
|
+
strokeMiterlimit: "10",
|
|
25
|
+
strokeWidth: ".72",
|
|
26
|
+
d: "M17,13v10 M31,13v10 M19,11h10 M19,25h10 M20.005,38l1.005-1.009l7.32-0.915c0.44-0.055,0.85-0.255,1.164-0.569l6.102-6.102c0.552-0.552,0.552-1.448,0-2l0,0 c-0.552-0.552-1.448-0.552-2,0l-6.316,5.132 M21.009,32.991h5.002c1.104,0,1.998-0.895,1.998-1.998v-0.002c0-0.552-0.448-1-1-1 h-7.75 M19.259,29.991c-2.814,0-5.11,2.213-5.244,4.994L11,38"
|
|
27
|
+
});
|
|
28
|
+
|
|
29
|
+
var Trust = /*#__PURE__*/React.forwardRef(function Trust(_ref, ref) {
|
|
30
|
+
var children = _ref.children,
|
|
31
|
+
rest = Icon._objectWithoutProperties(_ref, ["children"]);
|
|
32
|
+
|
|
33
|
+
return /*#__PURE__*/React.createElement(Icon.Icon, Icon._extends({
|
|
34
|
+
width: 48,
|
|
35
|
+
height: 48,
|
|
36
|
+
viewBox: "0 0 48 48",
|
|
37
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
38
|
+
stroke: "currentColor",
|
|
39
|
+
ref: ref
|
|
40
|
+
}, rest), _ref2, children);
|
|
41
|
+
});
|
|
42
|
+
|
|
43
|
+
module.exports = Trust;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 2020
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
'use strict';
|
|
10
|
+
|
|
11
|
+
function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
|
|
12
|
+
|
|
13
|
+
var Icon = require('../Icon-1f3f78db.js');
|
|
14
|
+
require('@carbon/icon-helpers');
|
|
15
|
+
require('prop-types');
|
|
16
|
+
var React = _interopDefault(require('react'));
|
|
17
|
+
|
|
18
|
+
var _ref2 =
|
|
19
|
+
/*#__PURE__*/
|
|
20
|
+
|
|
21
|
+
/*#__PURE__*/
|
|
22
|
+
React.createElement("path", {
|
|
23
|
+
fill: "none",
|
|
24
|
+
strokeLinejoin: "round",
|
|
25
|
+
strokeMiterlimit: "10",
|
|
26
|
+
strokeWidth: ".72",
|
|
27
|
+
d: "M9,39 c0-6.871,5.229-12.624,11.636-14.143c-2.9-1.291-4.924-4.192-4.924-7.57C15.712,12.71,19.423,9,24,9s8.288,3.71,8.288,8.287 c0,3.379-2.025,6.28-4.924,7.57C33.77,26.376,39,32.129,39,39"
|
|
28
|
+
});
|
|
29
|
+
|
|
30
|
+
var User = /*#__PURE__*/React.forwardRef(function User(_ref, ref) {
|
|
31
|
+
var children = _ref.children,
|
|
32
|
+
rest = Icon._objectWithoutProperties(_ref, ["children"]);
|
|
33
|
+
|
|
34
|
+
return /*#__PURE__*/React.createElement(Icon.Icon, Icon._extends({
|
|
35
|
+
width: 48,
|
|
36
|
+
height: 48,
|
|
37
|
+
viewBox: "0 0 48 48",
|
|
38
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
39
|
+
stroke: "currentColor",
|
|
40
|
+
ref: ref
|
|
41
|
+
}, rest), _ref2, children);
|
|
42
|
+
});
|
|
43
|
+
|
|
44
|
+
module.exports = User;
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 2020
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
'use strict';
|
|
10
|
+
|
|
11
|
+
function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
|
|
12
|
+
|
|
13
|
+
var Icon = require('../Icon-1f3f78db.js');
|
|
14
|
+
require('@carbon/icon-helpers');
|
|
15
|
+
require('prop-types');
|
|
16
|
+
var React = _interopDefault(require('react'));
|
|
17
|
+
|
|
18
|
+
var _ref2 =
|
|
19
|
+
/*#__PURE__*/
|
|
20
|
+
|
|
21
|
+
/*#__PURE__*/
|
|
22
|
+
React.createElement("path", {
|
|
23
|
+
d: "M37,11.5c0,0.276-0.224,0.5-0.5,0.5c-0.276,0-0.5-0.224-0.5-0.5c0-0.276,0.224-0.5,0.5-0.5C36.776,11,37,11.224,37,11.5 M34.5,11c-0.276,0-0.5,0.224-0.5,0.5c0,0.276,0.224,0.5,0.5,0.5c0.276,0,0.5-0.224,0.5-0.5C35,11.224,34.776,11,34.5,11 M32.5,11 c-0.276,0-0.5,0.224-0.5,0.5c0,0.276,0.224,0.5,0.5,0.5c0.276,0,0.5-0.224,0.5-0.5C33,11.224,32.776,11,32.5,11"
|
|
24
|
+
});
|
|
25
|
+
|
|
26
|
+
var _ref3 =
|
|
27
|
+
/*#__PURE__*/
|
|
28
|
+
|
|
29
|
+
/*#__PURE__*/
|
|
30
|
+
React.createElement("path", {
|
|
31
|
+
fill: "none",
|
|
32
|
+
strokeLinecap: "round",
|
|
33
|
+
strokeLinejoin: "round",
|
|
34
|
+
strokeMiterlimit: "10",
|
|
35
|
+
strokeWidth: ".72",
|
|
36
|
+
d: "M39,38H9V10h30V38z M9,13h30"
|
|
37
|
+
});
|
|
38
|
+
|
|
39
|
+
var _ref4 =
|
|
40
|
+
/*#__PURE__*/
|
|
41
|
+
|
|
42
|
+
/*#__PURE__*/
|
|
43
|
+
React.createElement("path", {
|
|
44
|
+
fill: "none",
|
|
45
|
+
strokeLinecap: "round",
|
|
46
|
+
strokeLinejoin: "round",
|
|
47
|
+
strokeMiterlimit: "10",
|
|
48
|
+
strokeWidth: ".72",
|
|
49
|
+
d: "M16,18h-5v-3h5V18z M37,15h-5v3h5V15z M23,15h-5v3h5V15z M30,15h-5v3h5V15z M16,20h-5v3h5V20z M23,20h-5v3h5V20z M30,20h-5v3h5V20 z M23,25h-5v3h5V25z M23,30h-5v3h5V30z M30,25h-5v3h5V25z"
|
|
50
|
+
});
|
|
51
|
+
|
|
52
|
+
var UserInterface = /*#__PURE__*/React.forwardRef(function UserInterface(_ref, ref) {
|
|
53
|
+
var children = _ref.children,
|
|
54
|
+
rest = Icon._objectWithoutProperties(_ref, ["children"]);
|
|
55
|
+
|
|
56
|
+
return /*#__PURE__*/React.createElement(Icon.Icon, Icon._extends({
|
|
57
|
+
width: 48,
|
|
58
|
+
height: 48,
|
|
59
|
+
viewBox: "0 0 48 48",
|
|
60
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
61
|
+
stroke: "currentColor",
|
|
62
|
+
ref: ref
|
|
63
|
+
}, rest), _ref2, _ref3, _ref4, children);
|
|
64
|
+
});
|
|
65
|
+
|
|
66
|
+
module.exports = UserInterface;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 2020
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
'use strict';
|
|
10
|
+
|
|
11
|
+
function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
|
|
12
|
+
|
|
13
|
+
var Icon = require('../Icon-1f3f78db.js');
|
|
14
|
+
require('@carbon/icon-helpers');
|
|
15
|
+
require('prop-types');
|
|
16
|
+
var React = _interopDefault(require('react'));
|
|
17
|
+
|
|
18
|
+
var _ref2 =
|
|
19
|
+
/*#__PURE__*/
|
|
20
|
+
|
|
21
|
+
/*#__PURE__*/
|
|
22
|
+
React.createElement("path", {
|
|
23
|
+
fill: "none",
|
|
24
|
+
strokeLinejoin: "round",
|
|
25
|
+
strokeMiterlimit: "10",
|
|
26
|
+
strokeWidth: ".72",
|
|
27
|
+
d: "M14,35c0-4.625,3.133-8.495,7.398-9.638c-1.731-0.926-2.91-2.751-2.91-4.852c0-3.038,2.463-5.511,5.501-5.511 s5.501,2.473,5.501,5.511c0,2.101-1.179,3.925-2.91,4.852C30.844,26.505,34,30.375,34,35 M24,9C15.716,9,9,15.716,9,24 s6.716,15,15,15s15-6.716,15-15S32.284,9,24,9z"
|
|
28
|
+
});
|
|
29
|
+
|
|
30
|
+
var UserProfile = /*#__PURE__*/React.forwardRef(function UserProfile(_ref, ref) {
|
|
31
|
+
var children = _ref.children,
|
|
32
|
+
rest = Icon._objectWithoutProperties(_ref, ["children"]);
|
|
33
|
+
|
|
34
|
+
return /*#__PURE__*/React.createElement(Icon.Icon, Icon._extends({
|
|
35
|
+
width: 48,
|
|
36
|
+
height: 48,
|
|
37
|
+
viewBox: "0 0 48 48",
|
|
38
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
39
|
+
stroke: "currentColor",
|
|
40
|
+
ref: ref
|
|
41
|
+
}, rest), _ref2, children);
|
|
42
|
+
});
|
|
43
|
+
|
|
44
|
+
module.exports = UserProfile;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon/pictograms-react",
|
|
3
3
|
"description": "React components for pictograms in digital and software products using the Carbon Design System",
|
|
4
|
-
"version": "10.
|
|
4
|
+
"version": "10.14.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "es/index.js",
|
|
@@ -29,12 +29,12 @@
|
|
|
29
29
|
"clean": "rimraf es lib umd"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@carbon/icon-helpers": "^10.
|
|
32
|
+
"@carbon/icon-helpers": "^10.9.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@carbon/icon-build-helpers": "^0.
|
|
36
|
-
"@carbon/pictograms": "^10.
|
|
35
|
+
"@carbon/icon-build-helpers": "^0.8.0",
|
|
36
|
+
"@carbon/pictograms": "^10.14.0"
|
|
37
37
|
},
|
|
38
38
|
"sideEffects": false,
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "8613c1712479a912a1c54bd578bc381a82fe35cc"
|
|
40
40
|
}
|