@carbon/icons-react 11.42.0 → 11.44.0-rc.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/Gem.d.ts +11 -0
- package/es/Gem.js +38 -0
- package/es/GemReference.d.ts +11 -0
- package/es/GemReference.js +40 -0
- package/es/KubernetesControlPlaneNode.js +10 -11
- package/es/KubernetesWorkerNode.js +10 -11
- package/es/Model.js +2 -1
- package/es/ModelReference.js +4 -2
- package/es/ModelTuned.js +4 -2
- package/es/generated/bucket-10.d.ts +3 -3
- package/es/generated/bucket-10.js +489 -493
- package/es/generated/bucket-11.d.ts +3 -3
- package/es/generated/bucket-11.js +487 -498
- package/es/generated/bucket-12.d.ts +3 -3
- package/es/generated/bucket-12.js +316 -301
- package/es/generated/bucket-13.d.ts +3 -3
- package/es/generated/bucket-13.js +504 -507
- package/es/generated/bucket-14.d.ts +3 -3
- package/es/generated/bucket-14.js +490 -484
- package/es/generated/bucket-15.d.ts +3 -3
- package/es/generated/bucket-15.js +521 -530
- package/es/generated/bucket-16.d.ts +3 -3
- package/es/generated/bucket-16.js +512 -502
- package/es/generated/bucket-17.d.ts +3 -3
- package/es/generated/bucket-17.js +489 -488
- package/es/generated/bucket-18.d.ts +3 -1
- package/es/generated/bucket-18.js +476 -434
- package/es/generated/bucket-7.d.ts +3 -3
- package/es/generated/bucket-7.js +426 -432
- package/es/generated/bucket-8.d.ts +3 -3
- package/es/generated/bucket-8.js +621 -613
- package/es/generated/bucket-9.d.ts +3 -3
- package/es/generated/bucket-9.js +522 -524
- package/es/index.js +12 -12
- package/lib/Gem.d.ts +11 -0
- package/lib/Gem.js +44 -0
- package/lib/GemReference.d.ts +11 -0
- package/lib/GemReference.js +46 -0
- package/lib/KubernetesControlPlaneNode.js +10 -11
- package/lib/KubernetesWorkerNode.js +10 -11
- package/lib/Model.js +2 -1
- package/lib/ModelReference.js +4 -2
- package/lib/ModelTuned.js +4 -2
- package/lib/generated/bucket-10.d.ts +3 -3
- package/lib/generated/bucket-10.js +490 -494
- package/lib/generated/bucket-11.d.ts +3 -3
- package/lib/generated/bucket-11.js +488 -499
- package/lib/generated/bucket-12.d.ts +3 -3
- package/lib/generated/bucket-12.js +317 -302
- package/lib/generated/bucket-13.d.ts +3 -3
- package/lib/generated/bucket-13.js +505 -508
- package/lib/generated/bucket-14.d.ts +3 -3
- package/lib/generated/bucket-14.js +491 -485
- package/lib/generated/bucket-15.d.ts +3 -3
- package/lib/generated/bucket-15.js +522 -531
- package/lib/generated/bucket-16.d.ts +3 -3
- package/lib/generated/bucket-16.js +513 -503
- package/lib/generated/bucket-17.d.ts +3 -3
- package/lib/generated/bucket-17.js +490 -489
- package/lib/generated/bucket-18.d.ts +3 -1
- package/lib/generated/bucket-18.js +477 -433
- package/lib/generated/bucket-7.d.ts +3 -3
- package/lib/generated/bucket-7.js +427 -433
- package/lib/generated/bucket-8.d.ts +3 -3
- package/lib/generated/bucket-8.js +622 -614
- package/lib/generated/bucket-9.d.ts +3 -3
- package/lib/generated/bucket-9.js +523 -525
- package/lib/index.js +24 -22
- package/package.json +5 -5
package/es/Gem.d.ts
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2023
|
|
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
|
+
import type { CarbonIconType } from './CarbonIcon';
|
|
10
|
+
declare const Gem: CarbonIconType;
|
|
11
|
+
export default Gem
|
package/es/Gem.js
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2023
|
|
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
|
+
import React from 'react';
|
|
10
|
+
import Icon from './Icon.js';
|
|
11
|
+
import { i as iconPropTypes } from './iconPropTypes-4cbeb95d.js';
|
|
12
|
+
import '@carbon/icon-helpers';
|
|
13
|
+
import 'prop-types';
|
|
14
|
+
|
|
15
|
+
var _path;
|
|
16
|
+
const Gem = /*#__PURE__*/React.forwardRef(function Gem(_ref, ref) {
|
|
17
|
+
let {
|
|
18
|
+
children,
|
|
19
|
+
size = 16,
|
|
20
|
+
...rest
|
|
21
|
+
} = _ref;
|
|
22
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
23
|
+
width: size,
|
|
24
|
+
height: size,
|
|
25
|
+
ref: ref,
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
viewBox: "0 0 32 32",
|
|
28
|
+
fill: "currentColor",
|
|
29
|
+
...rest
|
|
30
|
+
}, _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
31
|
+
d: "M23.5,4H8.5L1.7158,13.0454,16,29.5269,30.2842,13.0454ZM27,12H21.5543l-3.75-6H22.5ZM10.3021,14l3.7536,10.23L5.19,14Zm2.13,0H19.568l-3.569,9.7212Zm.3725-2L16,6.8867,19.1957,12Zm8.8935,2H26.81L17.9427,24.2314ZM9.5,6h4.6957l-3.75,6H5Z"
|
|
32
|
+
})), children);
|
|
33
|
+
});
|
|
34
|
+
if (process.env.NODE_ENV !== "production") {
|
|
35
|
+
Gem.propTypes = iconPropTypes;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
export { Gem as default };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2023
|
|
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
|
+
import type { CarbonIconType } from './CarbonIcon';
|
|
10
|
+
declare const GemReference: CarbonIconType;
|
|
11
|
+
export default GemReference
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2023
|
|
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
|
+
import React from 'react';
|
|
10
|
+
import Icon from './Icon.js';
|
|
11
|
+
import { i as iconPropTypes } from './iconPropTypes-4cbeb95d.js';
|
|
12
|
+
import '@carbon/icon-helpers';
|
|
13
|
+
import 'prop-types';
|
|
14
|
+
|
|
15
|
+
var _path, _path2;
|
|
16
|
+
const GemReference = /*#__PURE__*/React.forwardRef(function GemReference(_ref, ref) {
|
|
17
|
+
let {
|
|
18
|
+
children,
|
|
19
|
+
size = 16,
|
|
20
|
+
...rest
|
|
21
|
+
} = _ref;
|
|
22
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
23
|
+
width: size,
|
|
24
|
+
height: size,
|
|
25
|
+
ref: ref,
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
viewBox: "0 0 32 32",
|
|
28
|
+
fill: "currentColor",
|
|
29
|
+
...rest
|
|
30
|
+
}, _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
31
|
+
d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20z"
|
|
32
|
+
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
|
33
|
+
d: "M23.5,4H8.5L1.7158,13.0454,6.01,18l1.5114-1.31L5.19,14h5.2554L16,22.8867,21.5544,14H26.81L15.8125,26.6919,17.3242,28l12.96-14.9546ZM5,12,9.5,6h4.6958l-3.75,6ZM16,6.8867,19.1958,12H12.8042Zm0,12.2266L12.8044,14h6.3912ZM21.5542,12l-3.75-6H22.5L27,12Z"
|
|
34
|
+
})), children);
|
|
35
|
+
});
|
|
36
|
+
if (process.env.NODE_ENV !== "production") {
|
|
37
|
+
GemReference.propTypes = iconPropTypes;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
export { GemReference as default };
|
|
@@ -12,7 +12,7 @@ import { i as iconPropTypes } from './iconPropTypes-4cbeb95d.js';
|
|
|
12
12
|
import '@carbon/icon-helpers';
|
|
13
13
|
import 'prop-types';
|
|
14
14
|
|
|
15
|
-
var
|
|
15
|
+
var _path, _path2, _path3;
|
|
16
16
|
const KubernetesControlPlaneNode = /*#__PURE__*/React.forwardRef(function KubernetesControlPlaneNode(_ref, ref) {
|
|
17
17
|
let {
|
|
18
18
|
children,
|
|
@@ -27,16 +27,15 @@ const KubernetesControlPlaneNode = /*#__PURE__*/React.forwardRef(function Kubern
|
|
|
27
27
|
viewBox: "0 0 32 32",
|
|
28
28
|
fill: "currentColor",
|
|
29
29
|
...rest
|
|
30
|
-
},
|
|
31
|
-
|
|
32
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
}))), children);
|
|
30
|
+
}, _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
31
|
+
d: "M22.951 20h-2.1843c-.4141-1.1611-1.5137-2-2.8157-2s-2.4016.8389-2.8157 2H8.951v2h6.1843c.4141 1.1611 1.5137 2 2.8157 2s2.4016-.8389 2.8157-2h2.1843v-2Zm-5 2c-.5515 0-1-.4487-1-1s.4485-1 1-1 1 .4487 1 1-.4485 1-1 1Zm5-10h-6.1843c-.4141-1.1611-1.5137-2-2.8157-2s-2.4016.8389-2.8157 2H8.951v2h2.1843c.4141 1.1611 1.5137 2 2.8157 2s2.4016-.8389 2.8157-2h6.1843v-2Zm-9 2c-.5515 0-1-.4487-1-1s.4485-1 1-1 1 .4487 1 1-.4485 1-1 1Z"
|
|
32
|
+
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
|
33
|
+
d: "m29.8993 18.9897-2.593-11.1865a2 2 0 0 0-1.124-1.3711l-9.407-4.2544C16.5133 2.059 16.2321 2 15.9511 2s-.5623.0591-.8242.1777L5.7197 6.4321a2 2 0 0 0-1.124 1.3711l-2.593 11.1865a2.0008 2.0008 0 0 0 .3899 1.7056l6.886 8.5586A2.0001 2.0001 0 0 0 10.8367 30h10.2286a2.0001 2.0001 0 0 0 1.5581-.7461l6.886-8.5586a2.0008 2.0008 0 0 0 .3899-1.7056ZM21.0653 28H10.837l-6.886-8.5586 2.593-11.187L15.951 4l9.407 4.2549 2.593 11.1865L21.0652 28Z",
|
|
34
|
+
style: "mix-blend-mode:multiply"
|
|
35
|
+
})), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
|
|
36
|
+
fill: "none",
|
|
37
|
+
d: "M0 0h32v32H0z"
|
|
38
|
+
})), children);
|
|
40
39
|
});
|
|
41
40
|
if (process.env.NODE_ENV !== "production") {
|
|
42
41
|
KubernetesControlPlaneNode.propTypes = iconPropTypes;
|
|
@@ -12,7 +12,7 @@ import { i as iconPropTypes } from './iconPropTypes-4cbeb95d.js';
|
|
|
12
12
|
import '@carbon/icon-helpers';
|
|
13
13
|
import 'prop-types';
|
|
14
14
|
|
|
15
|
-
var
|
|
15
|
+
var _path, _path2, _path3;
|
|
16
16
|
const KubernetesWorkerNode = /*#__PURE__*/React.forwardRef(function KubernetesWorkerNode(_ref, ref) {
|
|
17
17
|
let {
|
|
18
18
|
children,
|
|
@@ -27,16 +27,15 @@ const KubernetesWorkerNode = /*#__PURE__*/React.forwardRef(function KubernetesWo
|
|
|
27
27
|
viewBox: "0 0 32 32",
|
|
28
28
|
fill: "currentColor",
|
|
29
29
|
...rest
|
|
30
|
-
},
|
|
31
|
-
|
|
32
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
}))), children);
|
|
30
|
+
}, _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
31
|
+
d: "M23 18v-2h-2.1c-.1-.6-.4-1.2-.7-1.8l1.5-1.5-1.4-1.4-1.5 1.5c-.5-.3-1.1-.6-1.8-.7V10h-2v2.1c-.6.1-1.2.4-1.8.7l-1.5-1.5-1.4 1.4 1.5 1.5c-.3.5-.6 1.1-.7 1.8H9v2h2.1c.1.6.4 1.2.7 1.8l-1.5 1.5 1.4 1.4 1.5-1.5c.5.3 1.1.6 1.8.7V24h2v-2.1c.6-.1 1.2-.4 1.8-.7l1.5 1.5 1.4-1.4-1.5-1.5c.3-.5.6-1.1.7-1.8H23Zm-7 2c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3-1.3 3-3 3Z"
|
|
32
|
+
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
|
33
|
+
d: "m29.9483 18.9897-2.593-11.1865a2 2 0 0 0-1.124-1.3711l-9.407-4.2544C16.5623 2.059 16.2811 2 16.0001 2s-.5623.0591-.8242.1777L5.7687 6.4321a2 2 0 0 0-1.124 1.3711l-2.593 11.1865a2.0008 2.0008 0 0 0 .3899 1.7056l6.886 8.5586A2.0001 2.0001 0 0 0 10.8857 30h10.2286a2.0001 2.0001 0 0 0 1.5581-.7461l6.886-8.5586a2.0008 2.0008 0 0 0 .3899-1.7056ZM21.1143 28H10.886L4 19.4414l2.593-11.187L16 4l9.407 4.2549L28 19.4414 21.1142 28Z",
|
|
34
|
+
style: "mix-blend-mode:multiply"
|
|
35
|
+
})), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
|
|
36
|
+
fill: "none",
|
|
37
|
+
d: "M0 0h32v32H0z"
|
|
38
|
+
})), children);
|
|
40
39
|
});
|
|
41
40
|
if (process.env.NODE_ENV !== "production") {
|
|
42
41
|
KubernetesWorkerNode.propTypes = iconPropTypes;
|
package/es/Model.js
CHANGED
|
@@ -28,7 +28,8 @@ const Model = /*#__PURE__*/React.forwardRef(function Model(_ref, ref) {
|
|
|
28
28
|
fill: "currentColor",
|
|
29
29
|
...rest
|
|
30
30
|
}, _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
31
|
-
|
|
31
|
+
strokeWidth: "0",
|
|
32
|
+
d: "m26,20c2.2056,0,4-1.7944,4-4s-1.7944-4-4-4c-1.8584,0-3.4106,1.2798-3.8579,3h-3.728l5.5669-5.5669c.595.3516,1.2795.5669,2.019.5669,2.2056,0,4-1.7944,4-4s-1.7944-4-4-4c-1.8584,0-3.4106,1.2798-3.8579,3h-12.2842c-.4473-1.7202-1.9995-3-3.8579-3-2.2056,0-4,1.7944-4,4s1.7944,4,4,4c.7395,0,1.4241-.2153,2.019-.5669l5.5669,5.5669h-3.728c-.4473-1.7202-1.9995-3-3.8579-3-2.2056,0-4,1.7944-4,4s1.7944,4,4,4c1.8584,0,3.4106-1.2798,3.8579-3h3.728l-5.5669,5.5669c-.595-.3516-1.2795-.5669-2.019-.5669-2.2056,0-4,1.7944-4,4s1.7944,4,4,4c1.8584,0,3.4106-1.2798,3.8579-3h12.2842c.4473,1.7202,1.9995,3,3.8579,3,2.2056,0,4-1.7944,4-4s-1.7944-4-4-4c-.7395,0-1.4241.2153-2.019.5669l-5.5669-5.5669h3.728c.4473,1.7202,1.9995,3,3.8579,3Zm0-6c1.1028,0,2,.8975,2,2s-.8972,2-2,2-2-.8975-2-2,.8972-2,2-2Zm0-10c1.1028,0,2,.8975,2,2s-.8972,2-2,2-2-.8975-2-2,.8972-2,2-2ZM6,8c-1.1028,0-2-.8975-2-2s.8972-2,2-2,2,.8975,2,2-.8972,2-2,2Zm0,10c-1.1028,0-2-.8975-2-2s.8972-2,2-2,2,.8975,2,2-.8972,2-2,2Zm0,10c-1.1028,0-2-.8975-2-2s.8972-2,2-2,2,.8975,2,2-.8972,2-2,2Zm20-4c1.1028,0,2,.8975,2,2s-.8972,2-2,2-2-.8975-2-2,.8972-2,2-2Zm-3.4331-.019c-.1865.3154-.3306.6558-.4248,1.019h-12.2842c-.0942-.3633-.2383-.7036-.4248-1.019l6.5669-6.5669,6.5669,6.5669Zm-6.5669-9.395l-6.5669-6.5669c.1865-.3154.3311-.6577.4292-1.019h12.2754c.0981.3613.2427.7036.4292,1.019l-6.5669,6.5669Z"
|
|
32
33
|
})), children);
|
|
33
34
|
});
|
|
34
35
|
if (process.env.NODE_ENV !== "production") {
|
package/es/ModelReference.js
CHANGED
|
@@ -28,9 +28,11 @@ const ModelReference = /*#__PURE__*/React.forwardRef(function ModelReference(_re
|
|
|
28
28
|
fill: "currentColor",
|
|
29
29
|
...rest
|
|
30
30
|
}, _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
31
|
-
|
|
31
|
+
strokeWidth: "0",
|
|
32
|
+
d: "M4 20L4 22 8.5859 22 2 28.5859 3.4141 30 10 23.4141 10 28 12 28 12 20 4 20z"
|
|
32
33
|
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
|
33
|
-
|
|
34
|
+
strokeWidth: "0",
|
|
35
|
+
d: "m26,20c2.2056,0,4-1.7944,4-4s-1.7944-4-4-4c-1.8584,0-3.4106,1.2798-3.8579,3h-3.728l5.5669-5.5669c.595.3516,1.2795.5669,2.019.5669,2.2056,0,4-1.7944,4-4s-1.7944-4-4-4c-1.8584,0-3.4106,1.2798-3.8579,3h-12.2842c-.4473-1.7202-1.9995-3-3.8579-3-2.2056,0-4,1.7944-4,4s1.7944,4,4,4c.7395,0,1.4241-.2153,2.019-.5669l5.5669,5.5669h-3.728c-.4473-1.7202-1.9995-3-3.8579-3-2.2056,0-4,1.7944-4,4v1h2v-1c0-1.1025.8972-2,2-2s2,.8975,2,2v1h7.5859l6.981,6.981c-.1865.3154-.3306.6558-.4248,1.019h-7.1421v2h7.1421c.4473,1.7202,1.9995,3,3.8579,3,2.2056,0,4-1.7944,4-4s-1.7944-4-4-4c-.7395,0-1.4241.2153-2.019.5669l-5.5669-5.5669h3.728c.4473,1.7202,1.9995,3,3.8579,3Zm0-6c1.1028,0,2,.8975,2,2s-.8972,2-2,2-2-.8975-2-2,.8972-2,2-2Zm2,12c0,1.1025-.8972,2-2,2s-2-.8975-2-2,.8972-2,2-2,2,.8975,2,2Zm-5.4331-17.981l-6.5669,6.5669-6.5669-6.5669c.1865-.3154.3306-.6558.4248-1.019h12.2842c.0942.3633.2383.7036.4248,1.019Zm3.4331-4.019c1.1028,0,2,.8975,2,2s-.8972,2-2,2-2-.8975-2-2,.8972-2,2-2ZM4,6c0-1.1025.8972-2,2-2s2,.8975,2,2-.8972,2-2,2-2-.8975-2-2Z"
|
|
34
36
|
})), children);
|
|
35
37
|
});
|
|
36
38
|
if (process.env.NODE_ENV !== "production") {
|
package/es/ModelTuned.js
CHANGED
|
@@ -28,9 +28,11 @@ const ModelTuned = /*#__PURE__*/React.forwardRef(function ModelTuned(_ref, ref)
|
|
|
28
28
|
fill: "currentColor",
|
|
29
29
|
...rest
|
|
30
30
|
}, _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
31
|
-
|
|
31
|
+
strokeWidth: "0",
|
|
32
|
+
d: "M28 31v-2.2773c-.5952-.3464-1-.9841-1-1.7227 0-.7383.4048-1.3762 1-1.7227v-5.2773h2v5.2773c.5952.3464 1 .9844 1 1.7227 0 .7385-.4048 1.3762-1 1.7227v2.2773h-2zM22 31v-5.2773c-.5952-.3464-1-.9841-1-1.7227 0-.7383.4048-1.3762 1-1.7227v-2.2773h2v2.2773c.5952.3464 1 .9844 1 1.7227 0 .7385-.4048 1.3762-1 1.7227v5.2773h-2z"
|
|
32
33
|
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
|
33
|
-
|
|
34
|
+
strokeWidth: "0",
|
|
35
|
+
d: "m9.8579,17h3.728s-5.5669,5.5669-5.5669,5.5669c-.595-.3516-1.2795-.5669-2.019-.5669-2.2056,0-4,1.7944-4,4,0,2.2056,1.7944,4,4,4,1.8584,0,3.4106-1.2798,3.8579-3h8.1421s0-2,0-2h-8.1421c-.0942-.3633-.2383-.7036-.4248-1.019l6.981-6.981h7.5859s0-1,0-1c0-1.1025.8972-2,2-2s2,.8975,2,2v1s2,0,2,0v-1c0-2.2056-1.7944-4-4-4-1.8584,0-3.4106,1.2798-3.8579,3h-3.728s5.5669-5.5669,5.5669-5.5669c.595.3516,1.2795.5669,2.019.5669,2.2056,0,4-1.7944,4-4,0-2.2056-1.7944-4-4-4-1.8584,0-3.4106,1.2798-3.8579,3h-12.2842c-.4473-1.7202-1.9995-3-3.8579-3-2.2056,0-4,1.7944-4,4,0,2.2056,1.7944,4,4,4,.7395,0,1.4241-.2153,2.019-.5669l5.5669,5.5669h-3.728c-.4473-1.7202-1.9995-3-3.8579-3-2.2056,0-4,1.7944-4,4s1.7944,4,4,4c1.8584,0,3.4106-1.2798,3.8579-3Zm-1.8579-1c0,1.1025-.8972,2-2,2s-2-.8975-2-2,.8972-2,2-2,2,.8975,2,2Zm-2,8c1.1028,0,2,.8975,2,2,0,1.1025-.8972,2-2,2s-2-.8975-2-2c0-1.1025.8972-2,2-2Zm3.8579-17h12.2842c.0942.3633.2383.7036.4248,1.019l-6.5669,6.5669-6.5669-6.5669c.1865-.3154.3306-.6558.4248-1.019Zm-1.8579-1c0,1.1025-.8972,2-2,2s-2-.8975-2-2c0-1.1025.8972-2,2-2s2,.8975,2,2Zm18,2c-1.1028,0-2-.8975-2-2s.8972-2,2-2,2,.8975,2,2-.8972,2-2,2Z"
|
|
34
36
|
})), children);
|
|
35
37
|
});
|
|
36
38
|
if (process.env.NODE_ENV !== "production") {
|
|
@@ -7,6 +7,8 @@
|
|
|
7
7
|
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
8
|
*/
|
|
9
9
|
import type { CarbonIconType } from '../CarbonIcon';
|
|
10
|
+
declare const _LoadBalancerClassic: CarbonIconType;
|
|
11
|
+
declare const _LoadBalancerGlobal: CarbonIconType;
|
|
10
12
|
declare const _LoadBalancerListener: CarbonIconType;
|
|
11
13
|
declare const _LoadBalancerLocal: CarbonIconType;
|
|
12
14
|
declare const _LoadBalancerNetwork: CarbonIconType;
|
|
@@ -130,6 +132,4 @@ declare const _Mobile: CarbonIconType;
|
|
|
130
132
|
declare const _MobileAdd: CarbonIconType;
|
|
131
133
|
declare const _MobileAudio: CarbonIconType;
|
|
132
134
|
declare const _MobileCheck: CarbonIconType;
|
|
133
|
-
|
|
134
|
-
declare const _MobileDownload: CarbonIconType;
|
|
135
|
-
export { _LoadBalancerListener as LoadBalancerListener, _LoadBalancerLocal as LoadBalancerLocal, _LoadBalancerNetwork as LoadBalancerNetwork, _LoadBalancerPool as LoadBalancerPool, _LoadBalancerVpc as LoadBalancerVpc, _Location as Location, _LocationCompany as LocationCompany, _LocationCompanyFilled as LocationCompanyFilled, _LocationCurrent as LocationCurrent, _LocationFilled as LocationFilled, _LocationHazard as LocationHazard, _LocationHazardFilled as LocationHazardFilled, _LocationHeart as LocationHeart, _LocationHeartFilled as LocationHeartFilled, _LocationInfo as LocationInfo, _LocationInfoFilled as LocationInfoFilled, _LocationPerson as LocationPerson, _LocationPersonFilled as LocationPersonFilled, _LocationSave as LocationSave, _LocationStar as LocationStar, _LocationStarFilled as LocationStarFilled, _Locked as Locked, _LogicalPartition as LogicalPartition, _Login as Login, _LogoAngular as LogoAngular, _LogoAnsibleCommunity as LogoAnsibleCommunity, _LogoDigg as LogoDigg, _LogoDiscord as LogoDiscord, _LogoFacebook as LogoFacebook, _LogoFigma as LogoFigma, _LogoFlickr as LogoFlickr, _LogoGithub as LogoGithub, _LogoGitlab as LogoGitlab, _LogoGlassdoor as LogoGlassdoor, _LogoInstagram as LogoInstagram, _LogoInvision as LogoInvision, _LogoJupyter as LogoJupyter, _LogoKeybase as LogoKeybase, _LogoKubernetes as LogoKubernetes, _LogoLinkedin as LogoLinkedin, _LogoLivestream as LogoLivestream, _LogoMastodon as LogoMastodon, _LogoMedium as LogoMedium, _LogoNpm as LogoNpm, _LogoOpenshift as LogoOpenshift, _LogoPinterest as LogoPinterest, _LogoPython as LogoPython, _LogoQuora as LogoQuora, _LogoRScript as LogoRScript, _LogoReact as LogoReact, _LogoRedHatAnsible as LogoRedHatAnsible, _LogoSketch as LogoSketch, _LogoSkype as LogoSkype, _LogoSlack as LogoSlack, _LogoSnapchat as LogoSnapchat, _LogoSvelte as LogoSvelte, _LogoTumblr as LogoTumblr, _LogoTwitter as LogoTwitter, _LogoVmware as LogoVmware, _LogoVmwareAlt as LogoVmwareAlt, _LogoVue as LogoVue, _LogoWechat as LogoWechat, _LogoX as LogoX, _LogoXing as LogoXing, _LogoYelp as LogoYelp, _LogoYoutube as LogoYoutube, _Logout as Logout, _Loop as Loop, _LowSeverity as LowSeverity, _Mac as Mac, _MacCommand as MacCommand, _MacOption as MacOption, _MacShift as MacShift, _MachineLearning as MachineLearning, _MachineLearningModel as MachineLearningModel, _MagicWand as MagicWand, _MagicWandFilled as MagicWandFilled, _WatsonHealthMagnify as WatsonHealthMagnify, _MailAll as MailAll, _MailReply as MailReply, _WatsonHealthMammogram as WatsonHealthMammogram, _ManageProtection as ManageProtection, _ManagedSolutions as ManagedSolutions, _Map as Map, _MapCenter as MapCenter, _MapIdentify as MapIdentify, _MapBoundary as MapBoundary, _MapBoundaryVegetation as MapBoundaryVegetation, _MarineWarning as MarineWarning, _MathCurve as MathCurve, _QMatrix as QMatrix, _Maximize as Maximize, _MediaLibrary as MediaLibrary, _MediaLibraryFilled as MediaLibraryFilled, _MediaCast as MediaCast, _Medication as Medication, _MedicationAlert as MedicationAlert, _MedicationReminder as MedicationReminder, _Menu as Menu, _Merge as Merge, _MergeNode as MergeNode, _MessageQueue as MessageQueue, _Meter as Meter, _MeterAlt as MeterAlt, _Microphone as Microphone, _MicrophoneFilled as MicrophoneFilled, _MicrophoneOff as MicrophoneOff, _MicrophoneOffFilled as MicrophoneOffFilled, _Microscope as Microscope, _Microservices_1 as Microservices_1, _Microservices_2 as Microservices_2, _Migrate as Migrate, _MigrateAlt as MigrateAlt, _Milestone as Milestone, _MilitaryCamp as MilitaryCamp, _Minimize as Minimize, _Misuse as Misuse, _MisuseOutline as MisuseOutline, _MixedRainHail as MixedRainHail, _Mobile as Mobile, _MobileAdd as MobileAdd, _MobileAudio as MobileAudio, _MobileCheck as MobileCheck, _MobileCrash as MobileCrash, _MobileDownload as MobileDownload };
|
|
135
|
+
export { _LoadBalancerClassic as LoadBalancerClassic, _LoadBalancerGlobal as LoadBalancerGlobal, _LoadBalancerListener as LoadBalancerListener, _LoadBalancerLocal as LoadBalancerLocal, _LoadBalancerNetwork as LoadBalancerNetwork, _LoadBalancerPool as LoadBalancerPool, _LoadBalancerVpc as LoadBalancerVpc, _Location as Location, _LocationCompany as LocationCompany, _LocationCompanyFilled as LocationCompanyFilled, _LocationCurrent as LocationCurrent, _LocationFilled as LocationFilled, _LocationHazard as LocationHazard, _LocationHazardFilled as LocationHazardFilled, _LocationHeart as LocationHeart, _LocationHeartFilled as LocationHeartFilled, _LocationInfo as LocationInfo, _LocationInfoFilled as LocationInfoFilled, _LocationPerson as LocationPerson, _LocationPersonFilled as LocationPersonFilled, _LocationSave as LocationSave, _LocationStar as LocationStar, _LocationStarFilled as LocationStarFilled, _Locked as Locked, _LogicalPartition as LogicalPartition, _Login as Login, _LogoAngular as LogoAngular, _LogoAnsibleCommunity as LogoAnsibleCommunity, _LogoDigg as LogoDigg, _LogoDiscord as LogoDiscord, _LogoFacebook as LogoFacebook, _LogoFigma as LogoFigma, _LogoFlickr as LogoFlickr, _LogoGithub as LogoGithub, _LogoGitlab as LogoGitlab, _LogoGlassdoor as LogoGlassdoor, _LogoInstagram as LogoInstagram, _LogoInvision as LogoInvision, _LogoJupyter as LogoJupyter, _LogoKeybase as LogoKeybase, _LogoKubernetes as LogoKubernetes, _LogoLinkedin as LogoLinkedin, _LogoLivestream as LogoLivestream, _LogoMastodon as LogoMastodon, _LogoMedium as LogoMedium, _LogoNpm as LogoNpm, _LogoOpenshift as LogoOpenshift, _LogoPinterest as LogoPinterest, _LogoPython as LogoPython, _LogoQuora as LogoQuora, _LogoRScript as LogoRScript, _LogoReact as LogoReact, _LogoRedHatAnsible as LogoRedHatAnsible, _LogoSketch as LogoSketch, _LogoSkype as LogoSkype, _LogoSlack as LogoSlack, _LogoSnapchat as LogoSnapchat, _LogoSvelte as LogoSvelte, _LogoTumblr as LogoTumblr, _LogoTwitter as LogoTwitter, _LogoVmware as LogoVmware, _LogoVmwareAlt as LogoVmwareAlt, _LogoVue as LogoVue, _LogoWechat as LogoWechat, _LogoX as LogoX, _LogoXing as LogoXing, _LogoYelp as LogoYelp, _LogoYoutube as LogoYoutube, _Logout as Logout, _Loop as Loop, _LowSeverity as LowSeverity, _Mac as Mac, _MacCommand as MacCommand, _MacOption as MacOption, _MacShift as MacShift, _MachineLearning as MachineLearning, _MachineLearningModel as MachineLearningModel, _MagicWand as MagicWand, _MagicWandFilled as MagicWandFilled, _WatsonHealthMagnify as WatsonHealthMagnify, _MailAll as MailAll, _MailReply as MailReply, _WatsonHealthMammogram as WatsonHealthMammogram, _ManageProtection as ManageProtection, _ManagedSolutions as ManagedSolutions, _Map as Map, _MapCenter as MapCenter, _MapIdentify as MapIdentify, _MapBoundary as MapBoundary, _MapBoundaryVegetation as MapBoundaryVegetation, _MarineWarning as MarineWarning, _MathCurve as MathCurve, _QMatrix as QMatrix, _Maximize as Maximize, _MediaLibrary as MediaLibrary, _MediaLibraryFilled as MediaLibraryFilled, _MediaCast as MediaCast, _Medication as Medication, _MedicationAlert as MedicationAlert, _MedicationReminder as MedicationReminder, _Menu as Menu, _Merge as Merge, _MergeNode as MergeNode, _MessageQueue as MessageQueue, _Meter as Meter, _MeterAlt as MeterAlt, _Microphone as Microphone, _MicrophoneFilled as MicrophoneFilled, _MicrophoneOff as MicrophoneOff, _MicrophoneOffFilled as MicrophoneOffFilled, _Microscope as Microscope, _Microservices_1 as Microservices_1, _Microservices_2 as Microservices_2, _Migrate as Migrate, _MigrateAlt as MigrateAlt, _Milestone as Milestone, _MilitaryCamp as MilitaryCamp, _Minimize as Minimize, _Misuse as Misuse, _MisuseOutline as MisuseOutline, _MixedRainHail as MixedRainHail, _Mobile as Mobile, _MobileAdd as MobileAdd, _MobileAudio as MobileAudio, _MobileCheck as MobileCheck };
|