@carbon/ibm-products 2.68.0 → 2.69.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/css/carbon.css +382 -74
- package/css/carbon.css.map +1 -1
- package/css/index-full-carbon.css +524 -116
- package/css/index-full-carbon.css.map +1 -1
- package/css/index-full-carbon.min.css +1 -1
- package/css/index-full-carbon.min.css.map +1 -1
- package/css/index-without-carbon-released-only.css +126 -42
- package/css/index-without-carbon-released-only.css.map +1 -1
- package/css/index-without-carbon-released-only.min.css +1 -1
- package/css/index-without-carbon-released-only.min.css.map +1 -1
- package/css/index-without-carbon.css +142 -42
- package/css/index-without-carbon.css.map +1 -1
- package/css/index-without-carbon.min.css +1 -1
- package/css/index-without-carbon.min.css.map +1 -1
- package/css/index.css +185 -50
- package/css/index.css.map +1 -1
- package/css/index.min.css +1 -1
- package/css/index.min.css.map +1 -1
- package/es/_virtual/_commonjsHelpers.js +3 -1
- package/es/_virtual/index2.js +6 -2
- package/es/_virtual/index3.js +10 -0
- package/es/components/AddSelect/AddSelectColumn.js +41 -18
- package/es/components/AddSelect/AddSelectSort.js +15 -16
- package/es/components/AddSelect/types/index.d.ts +1 -1
- package/es/components/Card/Card.d.ts +2 -2
- package/es/components/Card/Card.js +7 -4
- package/es/components/Coachmark/Coachmark.d.ts +43 -0
- package/es/components/Coachmark/Coachmark.js +49 -33
- package/es/components/Coachmark/CoachmarkOverlay.js +6 -0
- package/es/components/Coachmark/index.d.ts +1 -0
- package/es/components/CoachmarkBeacon/CoachmarkBeacon.d.ts +11 -0
- package/es/components/CoachmarkBeacon/CoachmarkBeacon.js +19 -11
- package/es/components/CoachmarkButton/CoachmarkButton.js +7 -0
- package/es/components/CoachmarkOverlayElement/CoachmarkOverlayElement.js +6 -0
- package/es/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +7 -0
- package/es/components/Datagrid/Datagrid/DatagridContent.js +7 -5
- package/es/components/Datagrid/Datagrid/DatagridRow.d.ts +1 -1
- package/es/components/Datagrid/Datagrid/DatagridRow.js +4 -3
- package/es/components/Datagrid/Datagrid/DatagridToolbar.d.ts +1 -1
- package/es/components/Datagrid/Datagrid/DatagridToolbar.js +8 -7
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/handleGridKeyPress.d.ts +2 -1
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/handleGridKeyPress.js +4 -3
- package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.js +4 -3
- package/es/components/Datagrid/useNestedRowExpander.js +4 -2
- package/es/components/Datagrid/useOnRowClick.d.ts +1 -1
- package/es/components/Datagrid/useOnRowClick.js +6 -4
- package/es/components/Datagrid/useRowExpander.js +4 -2
- package/es/components/Datagrid/useSelectRows.d.ts +1 -1
- package/es/components/Datagrid/useSelectRows.js +4 -3
- package/es/components/Datagrid/useSortableColumns.d.ts +1 -1
- package/es/components/Datagrid/useSortableColumns.js +6 -5
- package/es/components/EditInPlace/EditInPlace.d.ts +1 -1
- package/es/components/EditInPlace/EditInPlace.js +4 -3
- package/es/components/EmptyStates/EmptyStateContent.d.ts +30 -1
- package/es/components/EmptyStates/EmptyStateContent.js +2 -2
- package/es/components/ExportModal/ExportModal.js +7 -5
- package/es/components/FeatureFlags/index.d.ts +31 -12
- package/es/components/FeatureFlags/index.js +46 -15
- package/es/components/InterstitialScreen/InterstitialScreenBody.js +3 -2
- package/es/components/InterstitialScreen/InterstitialScreenFooter.js +5 -2
- package/es/components/InterstitialScreen/InterstitialScreenHeader.js +3 -1
- package/es/components/ProductiveCard/ProductiveCard.d.ts +1 -1
- package/es/components/ScrollGradient/ScrollGradient.js +9 -7
- package/es/components/SidePanel/SidePanel.js +74 -0
- package/es/components/SidePanel/constants.d.ts +14 -8
- package/es/components/SidePanel/constants.js +1 -1
- package/es/components/SidePanel/resizer/Resizer.d.ts +21 -0
- package/es/components/SidePanel/resizer/Resizer.js +271 -0
- package/es/components/TruncatedList/TruncatedList.d.ts +1 -1
- package/es/components/TruncatedList/TruncatedList.js +4 -3
- package/es/feature-flags.js +5 -1
- package/es/index.js +1 -0
- package/es/node_modules/@carbon/{icons-react/node_modules/@carbon/icon-helpers → icon-helpers}/es/index.js +3 -3
- package/es/node_modules/@carbon/icons-react/es/Icon.js +1 -1
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-10.js +816 -808
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-3.js +615 -637
- package/es/node_modules/lodash.debounce/index.js +367 -0
- package/es/node_modules/prop-types/index.js +1 -1
- package/es/settings.js +1 -4
- package/lib/_virtual/_commonjsHelpers.js +3 -0
- package/lib/_virtual/index2.js +8 -2
- package/lib/_virtual/index3.js +12 -0
- package/lib/components/AddSelect/AddSelectColumn.js +40 -17
- package/lib/components/AddSelect/AddSelectSort.js +13 -14
- package/lib/components/AddSelect/types/index.d.ts +1 -1
- package/lib/components/Card/Card.d.ts +2 -2
- package/lib/components/Card/Card.js +7 -4
- package/lib/components/Coachmark/Coachmark.d.ts +43 -0
- package/lib/components/Coachmark/Coachmark.js +50 -32
- package/lib/components/Coachmark/CoachmarkOverlay.js +6 -0
- package/lib/components/Coachmark/index.d.ts +1 -0
- package/lib/components/CoachmarkBeacon/CoachmarkBeacon.d.ts +11 -0
- package/lib/components/CoachmarkBeacon/CoachmarkBeacon.js +19 -11
- package/lib/components/CoachmarkButton/CoachmarkButton.js +7 -0
- package/lib/components/CoachmarkOverlayElement/CoachmarkOverlayElement.js +6 -0
- package/lib/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +7 -0
- package/lib/components/Datagrid/Datagrid/DatagridContent.js +5 -3
- package/lib/components/Datagrid/Datagrid/DatagridRow.d.ts +1 -1
- package/lib/components/Datagrid/Datagrid/DatagridRow.js +2 -1
- package/lib/components/Datagrid/Datagrid/DatagridToolbar.d.ts +1 -1
- package/lib/components/Datagrid/Datagrid/DatagridToolbar.js +6 -5
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleGridKeyPress.d.ts +2 -1
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleGridKeyPress.js +3 -2
- package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.js +2 -1
- package/lib/components/Datagrid/useNestedRowExpander.js +3 -1
- package/lib/components/Datagrid/useOnRowClick.d.ts +1 -1
- package/lib/components/Datagrid/useOnRowClick.js +5 -3
- package/lib/components/Datagrid/useRowExpander.js +3 -1
- package/lib/components/Datagrid/useSelectRows.d.ts +1 -1
- package/lib/components/Datagrid/useSelectRows.js +2 -1
- package/lib/components/Datagrid/useSortableColumns.d.ts +1 -1
- package/lib/components/Datagrid/useSortableColumns.js +4 -3
- package/lib/components/EditInPlace/EditInPlace.d.ts +1 -1
- package/lib/components/EditInPlace/EditInPlace.js +2 -1
- package/lib/components/EmptyStates/EmptyStateContent.d.ts +30 -1
- package/lib/components/EmptyStates/EmptyStateContent.js +2 -2
- package/lib/components/ExportModal/ExportModal.js +5 -3
- package/lib/components/FeatureFlags/index.d.ts +31 -12
- package/lib/components/FeatureFlags/index.js +46 -15
- package/lib/components/InterstitialScreen/InterstitialScreenBody.js +3 -2
- package/lib/components/InterstitialScreen/InterstitialScreenFooter.js +5 -2
- package/lib/components/InterstitialScreen/InterstitialScreenHeader.js +3 -1
- package/lib/components/ProductiveCard/ProductiveCard.d.ts +1 -1
- package/lib/components/ScrollGradient/ScrollGradient.js +8 -6
- package/lib/components/SidePanel/SidePanel.js +74 -0
- package/lib/components/SidePanel/constants.d.ts +14 -8
- package/lib/components/SidePanel/constants.js +1 -1
- package/lib/components/SidePanel/resizer/Resizer.d.ts +21 -0
- package/lib/components/SidePanel/resizer/Resizer.js +277 -0
- package/lib/components/TruncatedList/TruncatedList.d.ts +1 -1
- package/lib/components/TruncatedList/TruncatedList.js +2 -1
- package/lib/feature-flags.js +5 -1
- package/lib/index.js +1 -0
- package/lib/node_modules/@carbon/{icons-react/node_modules/@carbon/icon-helpers → icon-helpers}/es/index.js +3 -3
- package/lib/node_modules/@carbon/icons-react/es/Icon.js +1 -1
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-10.js +839 -831
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-3.js +621 -643
- package/lib/node_modules/lodash.debounce/index.js +369 -0
- package/lib/node_modules/prop-types/index.js +1 -1
- package/lib/settings.js +0 -4
- package/package.json +15 -15
- package/scss/components/AddSelect/_add-select.scss +12 -13
- package/scss/components/SidePanel/_side-panel-variables.scss +1 -5
- package/scss/components/SidePanel/_side-panel.scss +129 -12
- package/scss/global/decorators/_side-panel-decorator.scss +36 -8
- package/telemetry.yml +17 -0
@@ -11,9 +11,9 @@ var React = require('react');
|
|
11
11
|
var Icon = require('../Icon.js');
|
12
12
|
var iconPropTypes4cbeb95d = require('../iconPropTypes-4cbeb95d.js');
|
13
13
|
|
14
|
-
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9,
|
14
|
+
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path0, _path1, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _circle, _circle2, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _circle3, _path66, _path67, _circle4, _path68, _path69, _circle5, _path70, _path71, _path72, _path73, _path74, _path75, _path76, _rect, _path77, _path78, _path79, _path80, _path81, _path82, _path83, _path84, _path85, _path86, _path87, _path88, _path89, _path90, _path91, _path92, _path93, _path94, _path95, _path96, _path97, _path98, _path99, _path100, _path101, _path102, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _path110, _path111, _path112, _path113, _path114, _path115, _path116, _path117, _path118, _path119, _path120, _path121, _path122, _path123, _path124, _path125, _path126, _path127, _path128, _path129, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _path139, _path140, _path141, _path142, _path143, _path144, _path145, _path146, _path147, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _circle6, _circle7, _path155, _circle8, _circle9, _path156, _path157, _path158, _path159, _path160, _path161, _path162, _path163, _path164, _path165, _path166, _path167, _path168, _path169, _path170, _path171, _path172, _path173, _path174, _path175, _path176, _path177, _path178, _path179, _circle0, _circle1, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _path187, _path188, _path189, _path190, _path191, _path192, _path193, _path194, _circle10, _path195, _path196, _path197, _path198, _path199, _path200, _path201, _path202, _circle11, _path203, _path204, _path205, _path206, _path207, _path208, _path209, _path210;
|
15
15
|
const didWarnAboutDeprecation = {};
|
16
|
-
const
|
16
|
+
const IotPlatform = /*#__PURE__*/React.forwardRef(function IotPlatform(_ref, ref) {
|
17
17
|
let {
|
18
18
|
children,
|
19
19
|
size = 16,
|
@@ -28,15 +28,17 @@ const KeyboardOff = /*#__PURE__*/React.forwardRef(function KeyboardOff(_ref, ref
|
|
28
28
|
fill: "currentColor",
|
29
29
|
...rest
|
30
30
|
}, _path || (_path = /*#__PURE__*/React.createElement("path", {
|
31
|
-
d: "
|
31
|
+
d: "M30,19H26V15H24v9H8V8l9-.0009V6H13V2H11V6H8A2.002,2.002,0,0,0,6,8v3H2v2H6v6H2v2H6v3a2.0023,2.0023,0,0,0,2,2h3v4h2V26h6v4h2V26h3a2.0027,2.0027,0,0,0,2-2V21h4Z"
|
32
32
|
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
33
|
-
d: "
|
33
|
+
d: "M21 21H11V11H21zm-8-2h6V13H13zM31 13H29A10.0117 10.0117 0 0019 3V1A12.0131 12.0131 0 0131 13z"
|
34
|
+
})), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
|
35
|
+
d: "M26,13H24a5.0059,5.0059,0,0,0-5-5V6A7.0085,7.0085,0,0,1,26,13Z"
|
34
36
|
})), children);
|
35
37
|
});
|
36
38
|
if (process.env.NODE_ENV !== "production") {
|
37
|
-
|
39
|
+
IotPlatform.propTypes = iconPropTypes4cbeb95d.i;
|
38
40
|
}
|
39
|
-
const
|
41
|
+
const Ip = /*#__PURE__*/React.forwardRef(function Ip(_ref2, ref) {
|
40
42
|
let {
|
41
43
|
children,
|
42
44
|
size = 16,
|
@@ -50,14 +52,15 @@ const KioskDevice = /*#__PURE__*/React.forwardRef(function KioskDevice(_ref2, re
|
|
50
52
|
viewBox: "0 0 32 32",
|
51
53
|
fill: "currentColor",
|
52
54
|
...rest
|
53
|
-
},
|
54
|
-
|
55
|
+
}, _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
|
56
|
+
strokeWidth: "0",
|
57
|
+
d: "M19 23h-2v-14h6c1.103 0 2 .897 2 2v5c0 1.103-.897 2-2 2h-4v5zm0-7h4v-5.0015h-4v5.0015zM7 11L10 11 10 21 7 21 7 23 15 23 15 21 12 21 12 11 15 11 15 9 7 9 7 11z"
|
55
58
|
})), children);
|
56
59
|
});
|
57
60
|
if (process.env.NODE_ENV !== "production") {
|
58
|
-
|
61
|
+
Ip.propTypes = iconPropTypes4cbeb95d.i;
|
59
62
|
}
|
60
|
-
const
|
63
|
+
const Iso = /*#__PURE__*/React.forwardRef(function Iso(_ref3, ref) {
|
61
64
|
let {
|
62
65
|
children,
|
63
66
|
size = 16,
|
@@ -71,29 +74,19 @@ const Kubelet = /*#__PURE__*/React.forwardRef(function Kubelet(_ref3, ref) {
|
|
71
74
|
viewBox: "0 0 32 32",
|
72
75
|
fill: "currentColor",
|
73
76
|
...rest
|
74
|
-
},
|
75
|
-
|
76
|
-
d: "m20.0444,27.2942l-3.0825-10.018-1.0132,3.04c-.1361.4084-.5183.6838-.9487.6838h-6s0-2,0-2h5.2793s1.772-5.3162,1.772-5.3162c.1307-.4123.5162-.6902.9487-.6838.4374.0046.8225.2891.9555.7058l3.0088,9.7783,1.0742-3.7589c.1227-.4293.5151-.7252.9615-.7252h5s0,2,0,2h-4.2456s-1.7933,6.2747-1.7933,6.2747c-.1216.4256-.5085.7207-.9511.7253h-.01c-.4389,0-.8265-.2863-.9556-.7058Z"
|
77
|
-
})), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
|
78
|
-
strokeWidth: "0",
|
79
|
-
d: "m16,28H6c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h20c1.1028,0,2,.8972,2,2v9h-2V6H6v20h10v2Z"
|
77
|
+
}, _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
|
78
|
+
d: "M28 23H24a2 2 0 01-2-2V11a2 2 0 012-2h4a2 2 0 012 2V21A2 2 0 0128 23zM24 11V21h4V11zM18 23H12V21h6V17H14a2 2 0 01-2-2V11a2 2 0 012-2h6v2H14v4h4a2 2 0 012 2v4A2 2 0 0118 23zM2 11L5 11 5 21 2 21 2 23 10 23 10 21 7 21 7 11 10 11 10 9 2 9 2 11z"
|
80
79
|
})), children);
|
81
80
|
});
|
82
81
|
if (process.env.NODE_ENV !== "production") {
|
83
|
-
|
82
|
+
Iso.propTypes = iconPropTypes4cbeb95d.i;
|
84
83
|
}
|
85
|
-
const
|
84
|
+
const IsoFilled = /*#__PURE__*/React.forwardRef(function IsoFilled(_ref4, ref) {
|
86
85
|
let {
|
87
86
|
children,
|
88
87
|
size = 16,
|
89
88
|
...rest
|
90
89
|
} = _ref4;
|
91
|
-
if (process.env.NODE_ENV !== "production") {
|
92
|
-
if (!didWarnAboutDeprecation["Kubernetes"]) {
|
93
|
-
didWarnAboutDeprecation["Kubernetes"] = true;
|
94
|
-
console.warn("The current kubernetes icon has been replaced by logo--kubernetes. As a result, the Kubernetes component will be removed in the next major version of @carbon/icons-react.");
|
95
|
-
}
|
96
|
-
}
|
97
90
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
98
91
|
width: size,
|
99
92
|
height: size,
|
@@ -103,13 +96,15 @@ const Kubernetes = /*#__PURE__*/React.forwardRef(function Kubernetes(_ref4, ref)
|
|
103
96
|
fill: "currentColor",
|
104
97
|
...rest
|
105
98
|
}, _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
|
106
|
-
d: "
|
99
|
+
d: "M21 13H24V19H21z"
|
100
|
+
})), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
|
101
|
+
d: "M28,6H4A2,2,0,0,0,2,8V24a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V8A2,2,0,0,0,28,6ZM8,21H6V11H8Zm9-8H12v2h3a2,2,0,0,1,2,2v2a2,2,0,0,1-2,2H10V19h5V17H12a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h5Zm9,6a2,2,0,0,1-2,2H21a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h3a2,2,0,0,1,2,2Z"
|
107
102
|
})), children);
|
108
103
|
});
|
109
104
|
if (process.env.NODE_ENV !== "production") {
|
110
|
-
|
105
|
+
IsoFilled.propTypes = iconPropTypes4cbeb95d.i;
|
111
106
|
}
|
112
|
-
const
|
107
|
+
const IsoOutline = /*#__PURE__*/React.forwardRef(function IsoOutline(_ref5, ref) {
|
113
108
|
let {
|
114
109
|
children,
|
115
110
|
size = 16,
|
@@ -123,19 +118,16 @@ const KubernetesControlPlaneNode = /*#__PURE__*/React.forwardRef(function Kubern
|
|
123
118
|
viewBox: "0 0 32 32",
|
124
119
|
fill: "currentColor",
|
125
120
|
...rest
|
126
|
-
},
|
127
|
-
d: "
|
128
|
-
})), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
|
129
|
-
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"
|
121
|
+
}, _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
|
122
|
+
d: "M24 21H21a2 2 0 01-2-2V13a2 2 0 012-2h3a2 2 0 012 2v6A2 2 0 0124 21zm-3-8v6h3V13zM15 21H10V19h5V17H12a2 2 0 01-2-2V13a2 2 0 012-2h5v2H12v2h3a2 2 0 012 2v2A2 2 0 0115 21zM6 11H8V21H6z"
|
130
123
|
})), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
|
131
|
-
|
132
|
-
d: "M0 0h32v32H0z"
|
124
|
+
d: "M28,6H4A2,2,0,0,0,2,8V24a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V8A2,2,0,0,0,28,6ZM4,24V8H28V24Z"
|
133
125
|
})), children);
|
134
126
|
});
|
135
127
|
if (process.env.NODE_ENV !== "production") {
|
136
|
-
|
128
|
+
IsoOutline.propTypes = iconPropTypes4cbeb95d.i;
|
137
129
|
}
|
138
|
-
const
|
130
|
+
const ItemDefinition = /*#__PURE__*/React.forwardRef(function ItemDefinition(_ref6, ref) {
|
139
131
|
let {
|
140
132
|
children,
|
141
133
|
size = 16,
|
@@ -149,22 +141,14 @@ const KubernetesIpAddress = /*#__PURE__*/React.forwardRef(function KubernetesIpA
|
|
149
141
|
viewBox: "0 0 32 32",
|
150
142
|
fill: "currentColor",
|
151
143
|
...rest
|
152
|
-
},
|
153
|
-
|
154
|
-
cy: "9",
|
155
|
-
r: "2"
|
156
|
-
})), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
|
157
|
-
cx: "16",
|
158
|
-
cy: "16",
|
159
|
-
r: "2"
|
160
|
-
})), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
|
161
|
-
d: "m18.8157,26c-.302-.8472-.9685-1.5137-1.8157-1.8159v-2.1841h3c.2969,0,.5781-.1318.7683-.3599l5-6c.1982-.2378.2751-.5547.2078-.8569l-2-9c-.0696-.3145-.2864-.5757-.5823-.7021l-7-3c-.1257-.0542-.2598-.0811-.3938-.0811s-.2681.0269-.3938.0811l-7.0015,3c-.2959.1265-.5127.3877-.5825.7021l-1.9985,9c-.0671.3027.0098.6191.208.8569l5,6c.1902.228.4714.3599.7683.3599h3v2.1846c-.8472.3018-1.5137.9683-1.8157,1.8154H4v2h9.1843c.4141,1.1611,1.5137,2,2.8157,2s2.4016-.8389,2.8157-2h9.1843v-2h-9.1843Zm-10.7329-11.2627l1.7808-8.02,6.1365-2.6294,6.135,2.6294,1.7822,8.02-4.3855,5.2627h-7.0635l-4.3855-5.2627Zm7.9172,13.2627c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1Z"
|
144
|
+
}, _path0 || (_path0 = /*#__PURE__*/React.createElement("path", {
|
145
|
+
d: "M28,2H4c-1.1,0-2,.9-2,2v24c0,1.1.9,2,2,2h24c1.1,0,2-.9,2-2V4c0-1.1-.9-2-2-2ZM28,28H4V4h24v24ZM10,22v-1.8232h1.582v-8.3574h-1.582v-1.8223h5.4512v1.8223h-1.5991v8.3574h1.5991v1.8232h-5.4512ZM18.0906,19.7129v-4.9487h-1.3242v-1.7539h.688c.6538,0,.8599-.3096.8599-.9287v-1.5171h1.9775v2.4458h1.8403v1.7539h-1.8403v5.4819h1.7026v1.7539h-1.582c-1.5132,0-2.3218-.8252-2.3218-2.2871Z"
|
162
146
|
})), children);
|
163
147
|
});
|
164
148
|
if (process.env.NODE_ENV !== "production") {
|
165
|
-
|
149
|
+
ItemDefinition.propTypes = iconPropTypes4cbeb95d.i;
|
166
150
|
}
|
167
|
-
const
|
151
|
+
const ItemUsage = /*#__PURE__*/React.forwardRef(function ItemUsage(_ref7, ref) {
|
168
152
|
let {
|
169
153
|
children,
|
170
154
|
size = 16,
|
@@ -178,18 +162,14 @@ const KubernetesOperator = /*#__PURE__*/React.forwardRef(function KubernetesOper
|
|
178
162
|
viewBox: "0 0 32 32",
|
179
163
|
fill: "currentColor",
|
180
164
|
...rest
|
181
|
-
},
|
182
|
-
|
183
|
-
d: "m19,21h-6c-1.1028,0-2-.8972-2-2v-6c0-1.1028.8972-2,2-2h6c1.1028,0,2,.8972,2,2v6c0,1.1028-.8972,2-2,2Zm-6-8v6h6v-6h-6Z"
|
184
|
-
})), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
|
185
|
-
strokeWidth: "0",
|
186
|
-
d: "m30,16c0-7.7197-6.2803-14-14-14S2,8.2803,2,16s6.2803,14,14,14c2.7773,0,5.417-.7959,7.7012-2.3081.3948.1914.8315.3081,1.2988.3081,1.6543,0,3-1.3457,3-3,0-.4673-.1167-.9043-.3079-1.2988,1.5122-2.2842,2.3079-4.9238,2.3079-7.7012Zm-26,0c0-6.6167,5.3833-12,12-12s12,5.3833,12,12c0,2.248-.6152,4.3877-1.7744,6.2681-.375-.1689-.7881-.2681-1.2256-.2681-1.6543,0-3,1.3457-3,3,0,.4375.0991.8506.2681,1.2256-1.8801,1.1592-4.0198,1.7744-6.2681,1.7744-6.6167,0-12-5.3833-12-12Zm21,10c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1Z"
|
165
|
+
}, _path1 || (_path1 = /*#__PURE__*/React.createElement("path", {
|
166
|
+
d: "M21,30h-10c-5,0-9-4-9-9v-10C2,6,6,2,11,2h10c5,0,9,4,9,9v10c0,5-4,9-9,9ZM11,4c-3.9,0-7,3.1-7,7v10c0,3.9,3.1,7,7,7h10c3.9,0,7-3.1,7-7v-10c0-3.9-3.1-7-7-7h-10ZM10,22v-1.8232h1.582v-8.3574h-1.582v-1.8223h5.4512v1.8223h-1.5991v8.3574h1.5991v1.8232h-5.4512ZM18.0906,19.7129v-4.9487h-1.3242v-1.7539h.688c.6538,0,.8599-.3096.8599-.9287v-1.5171h1.9775v2.4458h1.8403v1.7539h-1.8403v5.4819h1.7026v1.7539h-1.582c-1.5132,0-2.3218-.8252-2.3218-2.2871Z"
|
187
167
|
})), children);
|
188
168
|
});
|
189
169
|
if (process.env.NODE_ENV !== "production") {
|
190
|
-
|
170
|
+
ItemUsage.propTypes = iconPropTypes4cbeb95d.i;
|
191
171
|
}
|
192
|
-
const
|
172
|
+
const JobDaemon = /*#__PURE__*/React.forwardRef(function JobDaemon(_ref8, ref) {
|
193
173
|
let {
|
194
174
|
children,
|
195
175
|
size = 16,
|
@@ -203,16 +183,14 @@ const KubernetesPod = /*#__PURE__*/React.forwardRef(function KubernetesPod(_ref8
|
|
203
183
|
viewBox: "0 0 32 32",
|
204
184
|
fill: "currentColor",
|
205
185
|
...rest
|
206
|
-
},
|
207
|
-
d: "
|
208
|
-
})), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
|
209
|
-
d: "m16,31c-.1741,0-.3481-.0454-.5039-.1362l-12-7c-.3071-.1792-.4961-.5081-.4961-.8638v-14c0-.3557.189-.6846.4961-.8638L15.4961,1.1362c.1558-.0908.3298-.1362.5039-.1362s.3481.0454.5039.1362l11,6.4166-1.0078,1.7275-10.4961-6.1227-11,6.4166v12.8513l11,6.4166,11-6.4166v-7.4257h2v8c0,.3557-.189.6846-.4961.8638l-12,7c-.1558.0908-.3298.1362-.5039.1362Z"
|
186
|
+
}, _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
|
187
|
+
d: "M12,17h8c1.1,0,2-.9,2-2V4c0-1.1-.9-2-2-2h-8c-1.1,0-2,.9-2,2v11c0,1.1.9,2,2,2ZM12,4h8v11h-8V4ZM8,19h5v2h-5c-1.1,0-2-.9-2-2v-11h2v11ZM4,23h5v2h-5c-1.1,0-2-.9-2-2v-11h2v11ZM27,20c-1.6,0-3.1,1.4-4,2.4-.9-1-2.4-2.4-4-2.4-2.6,0-4,2-4,4s1.4,4,4,4,3.1-1.4,4-2.4c.9,1,2.4,2.4,4,2.4,2.6,0,4-2,4-4s-1.4-4-4-4ZM19,26c-1.5,0-2-1.1-2-2s.5-2,2-2,2,1.1,2.8,2c-.7.9-1.9,2-2.8,2ZM27,26c-.9,0-2-1.1-2.8-2,.7-.9,1.9-2,2.8-2,1.5,0,2,1.1,2,2s-.5,2-2,2Z"
|
210
188
|
})), children);
|
211
189
|
});
|
212
190
|
if (process.env.NODE_ENV !== "production") {
|
213
|
-
|
191
|
+
JobDaemon.propTypes = iconPropTypes4cbeb95d.i;
|
214
192
|
}
|
215
|
-
const
|
193
|
+
const JobRun = /*#__PURE__*/React.forwardRef(function JobRun(_ref9, ref) {
|
216
194
|
let {
|
217
195
|
children,
|
218
196
|
size = 16,
|
@@ -226,19 +204,14 @@ const KubernetesWorkerNode = /*#__PURE__*/React.forwardRef(function KubernetesWo
|
|
226
204
|
viewBox: "0 0 32 32",
|
227
205
|
fill: "currentColor",
|
228
206
|
...rest
|
229
|
-
},
|
230
|
-
d: "
|
231
|
-
})), _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
|
232
|
-
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"
|
233
|
-
})), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
|
234
|
-
fill: "none",
|
235
|
-
d: "M0 0h32v32H0z"
|
207
|
+
}, _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
|
208
|
+
d: "M12,17h8c1.1,0,2-.9,2-2V4c0-1.1-.9-2-2-2h-8c-1.1,0-2,.9-2,2v11c0,1.1.9,2,2,2ZM12,4h8v11h-8V4ZM8,19h6v2h-6c-1.1,0-2-.9-2-2v-11h2v11ZM4,23h6v2h-6c-1.1,0-2-.9-2-2v-11h2v11ZM30,24l-6,6-1.4-1.4,3.6-3.6h-9.2v-2h9.2l-3.6-3.6,1.4-1.4,6,6Z"
|
236
209
|
})), children);
|
237
210
|
});
|
238
211
|
if (process.env.NODE_ENV !== "production") {
|
239
|
-
|
212
|
+
JobRun.propTypes = iconPropTypes4cbeb95d.i;
|
240
213
|
}
|
241
|
-
const
|
214
|
+
const JoinFull = /*#__PURE__*/React.forwardRef(function JoinFull(_ref10, ref) {
|
242
215
|
let {
|
243
216
|
children,
|
244
217
|
size = 16,
|
@@ -252,16 +225,22 @@ const Label = /*#__PURE__*/React.forwardRef(function Label(_ref10, ref) {
|
|
252
225
|
viewBox: "0 0 32 32",
|
253
226
|
fill: "currentColor",
|
254
227
|
...rest
|
255
|
-
},
|
256
|
-
|
257
|
-
|
258
|
-
|
228
|
+
}, _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
|
229
|
+
fill: "none",
|
230
|
+
d: "M16,9.0752a7.9941,7.9941,0,0,1,0,13.85,7.9941,7.9941,0,0,1,0-13.85m0-2.2373a9.9953,9.9953,0,0,0,0,18.3242A9.9953,9.9953,0,0,0,16,6.8379Z",
|
231
|
+
"data-icon-path": "inner-path"
|
232
|
+
})), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
|
233
|
+
d: "M10,16a9.9976,9.9976,0,0,1,6-9.1621,10,10,0,1,0,0,18.3242A9.9976,9.9976,0,0,1,10,16Z"
|
234
|
+
})), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
|
235
|
+
d: "M16,9.0752a7.9941,7.9941,0,0,0,0,13.85,7.9941,7.9941,0,0,0,0-13.85Z"
|
236
|
+
})), _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
|
237
|
+
d: "M20,6a9.9539,9.9539,0,0,0-4,.8379,9.9953,9.9953,0,0,1,0,18.3242A9.9988,9.9988,0,1,0,20,6Z"
|
259
238
|
})), children);
|
260
239
|
});
|
261
240
|
if (process.env.NODE_ENV !== "production") {
|
262
|
-
|
241
|
+
JoinFull.propTypes = iconPropTypes4cbeb95d.i;
|
263
242
|
}
|
264
|
-
const
|
243
|
+
const JoinInner = /*#__PURE__*/React.forwardRef(function JoinInner(_ref11, ref) {
|
265
244
|
let {
|
266
245
|
children,
|
267
246
|
size = 16,
|
@@ -275,14 +254,14 @@ const Language = /*#__PURE__*/React.forwardRef(function Language(_ref11, ref) {
|
|
275
254
|
viewBox: "0 0 32 32",
|
276
255
|
fill: "currentColor",
|
277
256
|
...rest
|
278
|
-
},
|
279
|
-
d: "
|
257
|
+
}, _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
|
258
|
+
d: "M20,6a9.9355,9.9355,0,0,0-4,.8418A9.999,9.999,0,1,0,16,25.16,9.998,9.998,0,1,0,20,6ZM12,24A8,8,0,1,1,13.7573,8.2017a9.9734,9.9734,0,0,0,0,15.5986A7.9919,7.9919,0,0,1,12,24Zm8,0a7.9919,7.9919,0,0,1-1.7573-.2,9.9734,9.9734,0,0,0,0-15.5986A7.9972,7.9972,0,1,1,20,24Z"
|
280
259
|
})), children);
|
281
260
|
});
|
282
261
|
if (process.env.NODE_ENV !== "production") {
|
283
|
-
|
262
|
+
JoinInner.propTypes = iconPropTypes4cbeb95d.i;
|
284
263
|
}
|
285
|
-
const
|
264
|
+
const JoinLeft = /*#__PURE__*/React.forwardRef(function JoinLeft(_ref12, ref) {
|
286
265
|
let {
|
287
266
|
children,
|
288
267
|
size = 16,
|
@@ -296,17 +275,22 @@ const Laptop = /*#__PURE__*/React.forwardRef(function Laptop(_ref12, ref) {
|
|
296
275
|
viewBox: "0 0 32 32",
|
297
276
|
fill: "currentColor",
|
298
277
|
...rest
|
299
|
-
},
|
300
|
-
d: "
|
301
|
-
|
302
|
-
|
303
|
-
|
278
|
+
}, _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
|
279
|
+
d: "M20,6a9.9272,9.9272,0,0,0-3.9968.8394,9.9758,9.9758,0,0,1,2.2451,1.36,8,8,0,1,1,0,15.6016,9.9758,9.9758,0,0,1-2.2451,1.36A9.9976,9.9976,0,1,0,20,6Z"
|
280
|
+
})), _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
|
281
|
+
d: "M12,16a8.01,8.01,0,0,0,6.2483,7.8008,9.9858,9.9858,0,0,0,0-15.6016A8.01,8.01,0,0,0,12,16Z"
|
282
|
+
})), _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
|
283
|
+
fill: "none",
|
284
|
+
d: "M12,16a8.01,8.01,0,0,1,6.2483-7.8008,9.9758,9.9758,0,0,0-2.2451-1.36,9.9909,9.9909,0,0,0,0,18.3212,9.9758,9.9758,0,0,0,2.2451-1.36A8.01,8.01,0,0,1,12,16Z",
|
285
|
+
"data-icon-path": "inner-path"
|
286
|
+
})), _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
|
287
|
+
d: "M10,16a10.0105,10.0105,0,0,1,6.0032-9.1606,10,10,0,1,0,0,18.3212A10.0105,10.0105,0,0,1,10,16Z"
|
304
288
|
})), children);
|
305
289
|
});
|
306
290
|
if (process.env.NODE_ENV !== "production") {
|
307
|
-
|
291
|
+
JoinLeft.propTypes = iconPropTypes4cbeb95d.i;
|
308
292
|
}
|
309
|
-
const
|
293
|
+
const JoinOuter = /*#__PURE__*/React.forwardRef(function JoinOuter(_ref13, ref) {
|
310
294
|
let {
|
311
295
|
children,
|
312
296
|
size = 16,
|
@@ -320,14 +304,14 @@ const Lasso = /*#__PURE__*/React.forwardRef(function Lasso(_ref13, ref) {
|
|
320
304
|
viewBox: "0 0 32 32",
|
321
305
|
fill: "currentColor",
|
322
306
|
...rest
|
323
|
-
},
|
324
|
-
d: "M20
|
307
|
+
}, _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
|
308
|
+
d: "M20 6a9.9539 9.9539 0 00-4 .8379 9.9953 9.9953 0 010 18.3242A9.9988 9.9988 0 1020 6zM10 16a9.9976 9.9976 0 016-9.1621 10 10 0 100 18.3242A9.9976 9.9976 0 0110 16z"
|
325
309
|
})), children);
|
326
310
|
});
|
327
311
|
if (process.env.NODE_ENV !== "production") {
|
328
|
-
|
312
|
+
JoinOuter.propTypes = iconPropTypes4cbeb95d.i;
|
329
313
|
}
|
330
|
-
const
|
314
|
+
const JoinRight = /*#__PURE__*/React.forwardRef(function JoinRight(_ref14, ref) {
|
331
315
|
let {
|
332
316
|
children,
|
333
317
|
size = 16,
|
@@ -341,34 +325,27 @@ const LassoPolygon = /*#__PURE__*/React.forwardRef(function LassoPolygon(_ref14,
|
|
341
325
|
viewBox: "0 0 32 32",
|
342
326
|
fill: "currentColor",
|
343
327
|
...rest
|
344
|
-
},
|
345
|
-
d: "
|
328
|
+
}, _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
|
329
|
+
d: "M20,6a9.95,9.95,0,0,0-4.0032.8394,9.9909,9.9909,0,0,1,0,18.3212A9.9988,9.9988,0,1,0,20,6Z"
|
330
|
+
})), _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
|
331
|
+
fill: "none",
|
332
|
+
d: "M20,16a8.01,8.01,0,0,0-6.2483-7.8008,9.9758,9.9758,0,0,1,2.2451-1.36,9.9909,9.9909,0,0,1,0,18.3212,9.9758,9.9758,0,0,1-2.2451-1.36A8.01,8.01,0,0,0,20,16Z",
|
333
|
+
"data-icon-path": "inner-path"
|
334
|
+
})), _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
|
335
|
+
d: "M10,16a9.9759,9.9759,0,0,0,3.7517,7.8008,7.9937,7.9937,0,0,0,0-15.6016A9.9759,9.9759,0,0,0,10,16Z"
|
336
|
+
})), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
|
337
|
+
d: "M12,24A8,8,0,1,1,13.7517,8.1992a9.9758,9.9758,0,0,1,2.2451-1.36,10,10,0,1,0,0,18.3212,9.9758,9.9758,0,0,1-2.2451-1.36A7.9727,7.9727,0,0,1,12,24Z"
|
346
338
|
})), children);
|
347
339
|
});
|
348
340
|
if (process.env.NODE_ENV !== "production") {
|
349
|
-
|
341
|
+
JoinRight.propTypes = iconPropTypes4cbeb95d.i;
|
350
342
|
}
|
351
|
-
const
|
343
|
+
const JoinNode = /*#__PURE__*/React.forwardRef(function JoinNode(_ref15, ref) {
|
352
344
|
let {
|
353
345
|
children,
|
354
346
|
size = 16,
|
355
347
|
...rest
|
356
348
|
} = _ref15;
|
357
|
-
if (size === 16 || size === "16" || size === "16px") {
|
358
|
-
return /*#__PURE__*/React.createElement(Icon.default, {
|
359
|
-
width: size,
|
360
|
-
height: size,
|
361
|
-
ref: ref,
|
362
|
-
xmlns: "http://www.w3.org/2000/svg",
|
363
|
-
viewBox: "0 0 16 16",
|
364
|
-
fill: "currentColor",
|
365
|
-
...rest
|
366
|
-
}, _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
|
367
|
-
d: "M13,14H3c-0.6,0-1-0.4-1-1V3c0-0.6,0.4-1,1-1h5v1H3v10h10V8h1v5C14,13.6,13.6,14,13,14z"
|
368
|
-
})), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
|
369
|
-
d: "M10 1L10 2 13.3 2 9 6.3 9.7 7 14 2.7 14 6 15 6 15 1z"
|
370
|
-
})), children);
|
371
|
-
}
|
372
349
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
373
350
|
width: size,
|
374
351
|
height: size,
|
@@ -377,16 +354,15 @@ const Launch = /*#__PURE__*/React.forwardRef(function Launch(_ref15, ref) {
|
|
377
354
|
viewBox: "0 0 32 32",
|
378
355
|
fill: "currentColor",
|
379
356
|
...rest
|
380
|
-
},
|
381
|
-
|
382
|
-
|
383
|
-
d: "M20 2L20 4 26.586 4 18 12.586 19.414 14 28 5.414 28 12 30 12 30 2 20 2z"
|
357
|
+
}, _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
|
358
|
+
strokeWidth: "0",
|
359
|
+
d: "M2 9H6V11H2zM2 21H6V23H2zM25 11L23.5859 12.4141 26.1719 15 18 15 18 4 12 4 12 9 8 9 8 11 12 11 12 21 8 21 8 23 12 23 12 28 18 28 18 17 26.1719 17 23.5859 19.5859 25 21 30 16 25 11z"
|
384
360
|
})), children);
|
385
361
|
});
|
386
362
|
if (process.env.NODE_ENV !== "production") {
|
387
|
-
|
363
|
+
JoinNode.propTypes = iconPropTypes4cbeb95d.i;
|
388
364
|
}
|
389
|
-
const
|
365
|
+
const Jpg = /*#__PURE__*/React.forwardRef(function Jpg(_ref16, ref) {
|
390
366
|
let {
|
391
367
|
children,
|
392
368
|
size = 16,
|
@@ -400,20 +376,14 @@ const WatsonHealthLaunchStudy_1 = /*#__PURE__*/React.forwardRef(function WatsonH
|
|
400
376
|
viewBox: "0 0 32 32",
|
401
377
|
fill: "currentColor",
|
402
378
|
...rest
|
403
|
-
},
|
404
|
-
|
405
|
-
cy: "25",
|
406
|
-
r: "1"
|
407
|
-
})), _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
|
408
|
-
d: "M26 22v6H6V22H26m0-2H6a2 2 0 00-2 2v6a2 2 0 002 2H26a2 2 0 002-2V22a2 2 0 00-2-2zM20.59 10.59L17 14.17 17 2 15 2 15 14.17 11.41 10.59 10 12 16 18 22 12 20.59 10.59z"
|
409
|
-
})), _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
|
410
|
-
d: "M8 24H20V26H8z"
|
379
|
+
}, _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
|
380
|
+
d: "M30 23H24a2 2 0 01-2-2V11a2 2 0 012-2h6v2H24V21h4V17H26V15h4zM14 23H12V9h6a2 2 0 012 2v5a2 2 0 01-2 2H14zm0-7h4V11H14zM8 23H4a2 2 0 01-2-2V19H4v2H8V9h2V21A2 2 0 018 23z"
|
411
381
|
})), children);
|
412
382
|
});
|
413
383
|
if (process.env.NODE_ENV !== "production") {
|
414
|
-
|
384
|
+
Jpg.propTypes = iconPropTypes4cbeb95d.i;
|
415
385
|
}
|
416
|
-
const
|
386
|
+
const JsError = /*#__PURE__*/React.forwardRef(function JsError(_ref17, ref) {
|
417
387
|
let {
|
418
388
|
children,
|
419
389
|
size = 16,
|
@@ -427,20 +397,16 @@ const WatsonHealthLaunchStudy_2 = /*#__PURE__*/React.forwardRef(function WatsonH
|
|
427
397
|
viewBox: "0 0 32 32",
|
428
398
|
fill: "currentColor",
|
429
399
|
...rest
|
430
|
-
},
|
431
|
-
|
432
|
-
|
433
|
-
|
434
|
-
})), _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
|
435
|
-
d: "M26 4v6H6V4H26m0-2H6A2 2 0 004 4v6a2 2 0 002 2H26a2 2 0 002-2V4a2 2 0 00-2-2zM20.59 21.41L17 17.83 17 30 15 30 15 17.83 11.41 21.41 10 20 16 14 22 20 20.59 21.41z"
|
436
|
-
})), _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
|
437
|
-
d: "M8 6H20V8H8z"
|
400
|
+
}, _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
|
401
|
+
d: "M20.3335 30h-2.667c-.9189 0-1.6665-.7476-1.6665-1.6665v-2.3335h2v2h2v-8h2v8.3335c0 .9189-.7476 1.6665-1.6665 1.6665zM28.3335 30h-4.3335v-2h4v-2h-2c-1.103 0-2-.897-2-2v-2.3335c0-.9189.7476-1.6665 1.6665-1.6665h4.3335v2h-4v2h2c1.103 0 2 .897 2 2v2.3335c0 .9189-.7476 1.6665-1.6665 1.6665zM16 18c-.8284 0-1.5.6716-1.5 1.5s.6716 1.5 1.5 1.5 1.5-.6716 1.5-1.5-.6716-1.5-1.5-1.5h0zM15 7H17V16H15z"
|
402
|
+
})), _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
|
403
|
+
d: "m14,26h-4.5c-.3538,0-.6809-.1868-.8608-.4912L2.1392,14.5088c-.0928-.1569-.1392-.3329-.1392-.5088s.0464-.3519.1392-.5088L8.6392,2.4912c.1799-.3044.5071-.4912.8608-.4912h13c.3538,0,.6809.1868.8608.4912l6.5,11c.0928.1569.1392.3328.1392.5088s-.0464.3519-.1392.5088l-2,3.3845-1.7217-1.0173,1.6992-2.876-5.9089-10h-11.8589l-5.9089,10,5.9089,10h3.9294v2Z"
|
438
404
|
})), children);
|
439
405
|
});
|
440
406
|
if (process.env.NODE_ENV !== "production") {
|
441
|
-
|
407
|
+
JsError.propTypes = iconPropTypes4cbeb95d.i;
|
442
408
|
}
|
443
|
-
const
|
409
|
+
const Json = /*#__PURE__*/React.forwardRef(function Json(_ref18, ref) {
|
444
410
|
let {
|
445
411
|
children,
|
446
412
|
size = 16,
|
@@ -454,20 +420,14 @@ const WatsonHealthLaunchStudy_3 = /*#__PURE__*/React.forwardRef(function WatsonH
|
|
454
420
|
viewBox: "0 0 32 32",
|
455
421
|
fill: "currentColor",
|
456
422
|
...rest
|
457
|
-
},
|
458
|
-
|
459
|
-
cy: "25",
|
460
|
-
r: "1"
|
461
|
-
})), _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
|
462
|
-
d: "M26 22v6H6V22H26m0-2H6a2 2 0 00-2 2v6a2 2 0 002 2H26a2 2 0 002-2V22a2 2 0 00-2-2zM20.59 4.59L17 8.17 17 0 15 0 15 8.17 11.41 4.59 10 6 16 12 22 6 20.59 4.59z"
|
463
|
-
})), _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
|
464
|
-
d: "M20.59 10.59L16 15.16 11.41 10.59 10 12 16 18 22 12 20.59 10.59zM8 24H20V26H8z"
|
423
|
+
}, _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
|
424
|
+
d: "M31 11L31 21 29 21 27 15 27 21 25 21 25 11 27 11 29 17 29 11 31 11zM21.3335 21h-2.667A1.6684 1.6684 0 0117 19.3335v-6.667A1.6684 1.6684 0 0118.6665 11h2.667A1.6684 1.6684 0 0123 12.6665v6.667A1.6684 1.6684 0 0121.3335 21zM19 19h2V13H19zM13.3335 21H9V19h4V17H11a2.002 2.002 0 01-2-2V12.6665A1.6684 1.6684 0 0110.6665 11H15v2H11v2h2a2.002 2.002 0 012 2v2.3335A1.6684 1.6684 0 0113.3335 21zM5.3335 21H2.6665A1.6684 1.6684 0 011 19.3335V17H3v2H5V11H7v8.3335A1.6684 1.6684 0 015.3335 21z"
|
465
425
|
})), children);
|
466
426
|
});
|
467
427
|
if (process.env.NODE_ENV !== "production") {
|
468
|
-
|
428
|
+
Json.propTypes = iconPropTypes4cbeb95d.i;
|
469
429
|
}
|
470
|
-
const
|
430
|
+
const JsonReference = /*#__PURE__*/React.forwardRef(function JsonReference(_ref19, ref) {
|
471
431
|
let {
|
472
432
|
children,
|
473
433
|
size = 16,
|
@@ -481,16 +441,14 @@ const Layers = /*#__PURE__*/React.forwardRef(function Layers(_ref19, ref) {
|
|
481
441
|
viewBox: "0 0 32 32",
|
482
442
|
fill: "currentColor",
|
483
443
|
...rest
|
484
|
-
},
|
485
|
-
d: "
|
486
|
-
})), _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
|
487
|
-
d: "M16 30a.9967.9967 0 01-.4741-.12l-13-7L3.4741 21.12 16 27.8643 28.5259 21.12l.9482 1.7607-13 7A.9967.9967 0 0116 30zM16 18a.9967.9967 0 01-.4741-.12l-13-7a1 1 0 010-1.7607l13-7a.9982.9982 0 01.9482 0l13 7a1 1 0 010 1.7607l-13 7A.9967.9967 0 0116 18zM5.1094 10L16 15.8643 26.8906 10 16 4.1358z"
|
444
|
+
}, _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
|
445
|
+
d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM29 12L27 6 25 6 25 16 27 16 27 10 29 16 31 16 31 6 29 6 29 12zM21.3335 6h-2.667A1.6683 1.6683 0 0017 7.6665v6.667A1.6684 1.6684 0 0018.6665 16h2.667A1.6683 1.6683 0 0023 14.3335V7.6665A1.6683 1.6683 0 0021.3335 6zM21 14H19V8h2zM9 7.6665V10a2.002 2.002 0 002 2h2v2H9v2h4.3335A1.6683 1.6683 0 0015 14.3335V12a2.002 2.002 0 00-2-2H11V8h4V6H10.6665A1.6683 1.6683 0 009 7.6665zM5 14H3V12H1v2.3335A1.6684 1.6684 0 002.6665 16h2.667A1.6683 1.6683 0 007 14.3335V6H5z"
|
488
446
|
})), children);
|
489
447
|
});
|
490
448
|
if (process.env.NODE_ENV !== "production") {
|
491
|
-
|
449
|
+
JsonReference.propTypes = iconPropTypes4cbeb95d.i;
|
492
450
|
}
|
493
|
-
const
|
451
|
+
const JumpLink = /*#__PURE__*/React.forwardRef(function JumpLink(_ref20, ref) {
|
494
452
|
let {
|
495
453
|
children,
|
496
454
|
size = 16,
|
@@ -504,18 +462,14 @@ const LayersExternal = /*#__PURE__*/React.forwardRef(function LayersExternal(_re
|
|
504
462
|
viewBox: "0 0 32 32",
|
505
463
|
fill: "currentColor",
|
506
464
|
...rest
|
507
|
-
},
|
508
|
-
|
509
|
-
d: "m16,24c-.1631,0-.3262-.0398-.4741-.1196l-13-7,.9482-1.7607,12.5259,6.7446,12.5259-6.7446.9482,1.7607-13,7c-.1479.0798-.311.1196-.4741.1196Z"
|
510
|
-
})), _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
|
511
|
-
strokeWidth: "0",
|
512
|
-
d: "M16 30c-.1631 0-.3262-.0398-.4741-.1196l-13-7 .9482-1.7607 12.5259 6.7446 12.5259-6.7446.9482 1.7607-13 7c-.1479.0798-.311.1196-.4741.1196zM29.4741 9.1196L16 1.8643v2.2715l10.8906 5.8643-10.8906 5.8643v2.2715l13.4741-7.2554c.324-.1743.5259-.5122.5259-.8804s-.2019-.7061-.5259-.8804zM4.4141 9.4141l3.5859-3.586v8.1719s2 0 2 0V5.8281s3.5859 3.5859 3.5859 3.5859l1.4141-1.414L9 2 3 8l1.4141 1.4141z"
|
465
|
+
}, _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
|
466
|
+
d: "M13.4141,17.5859,18,22.1719V8H8V6H18a2.0024,2.0024,0,0,1,2,2V22.1719l4.5859-4.586L26,19l-7,7-7-7Z"
|
513
467
|
})), children);
|
514
468
|
});
|
515
469
|
if (process.env.NODE_ENV !== "production") {
|
516
|
-
|
470
|
+
JumpLink.propTypes = iconPropTypes4cbeb95d.i;
|
517
471
|
}
|
518
|
-
const
|
472
|
+
const KeepDry = /*#__PURE__*/React.forwardRef(function KeepDry(_ref21, ref) {
|
519
473
|
let {
|
520
474
|
children,
|
521
475
|
size = 16,
|
@@ -529,22 +483,16 @@ const Legend = /*#__PURE__*/React.forwardRef(function Legend(_ref21, ref) {
|
|
529
483
|
viewBox: "0 0 32 32",
|
530
484
|
fill: "currentColor",
|
531
485
|
...rest
|
532
|
-
},
|
533
|
-
d: "
|
534
|
-
})),
|
535
|
-
|
536
|
-
height: "6",
|
537
|
-
x: "4",
|
538
|
-
y: "20",
|
539
|
-
rx: "1"
|
540
|
-
})), _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
|
541
|
-
d: "M16 8H30V10H16zM9.5 12h-5a.5.5 0 01-.4473-.7236l2.5-5.0224a.5206.5206 0 01.8945 0l2.5 5.0225A.5.5 0 019.5 12z"
|
486
|
+
}, _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
|
487
|
+
d: "M25,10a3.8978,3.8978,0,0,1-4-3.777,3.9017,3.9017,0,0,1,.6533-2.0639L24.17.4141a1.0381,1.0381,0,0,1,1.6592,0L28.3154,4.11A3.9693,3.9693,0,0,1,29,6.223,3.8978,3.8978,0,0,1,25,10Zm0-7.2368L23.3438,5.2257A1.89,1.89,0,0,0,23,6.223a2.014,2.014,0,0,0,4,0,1.98,1.98,0,0,0-.375-1.0466Z"
|
488
|
+
})), _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
|
489
|
+
d: "M29.9854,15.83a13.9726,13.9726,0,0,0-1.8147-4.8323L26.4329,12.001a12.092,12.092,0,0,1,1.07,2.2124A5.4079,5.4079,0,0,0,26,14a6.5439,6.5439,0,0,0-3.939,1.333,14.5177,14.5177,0,0,0-3.0456-8.9341A13.8858,13.8858,0,0,0,17,4.4014V2H15V4.0464A14.3808,14.3808,0,0,0,2.0146,15.83,1,1,0,0,0,3.51,16.86,4.8551,4.8551,0,0,1,6,16a4.8653,4.8653,0,0,1,4.1406,2.5107,1.0393,1.0393,0,0,0,1.7188,0A5.02,5.02,0,0,1,15,16.1255V25.5a2.5,2.5,0,0,1-5,0V25H8v.5a4.5,4.5,0,0,0,9,0V16.1255a5.02,5.02,0,0,1,3.1406,2.3852.9994.9994,0,0,0,1.7188,0A4.8653,4.8653,0,0,1,26,16a4.8551,4.8551,0,0,1,2.49.86,1,1,0,0,0,1.4957-1.03ZM9.939,15.333A6.5439,6.5439,0,0,0,6,14a5.4079,5.4079,0,0,0-1.5034.2134,12.4413,12.4413,0,0,1,8.488-7.8145A14.5157,14.5157,0,0,0,9.939,15.333ZM16,14a6.5526,6.5526,0,0,0-4.0564,1.4307c.0378-2.22.6089-6.49,4.0564-9.1763,3.4307,2.6768,4.009,6.9487,4.0522,9.1728A6.552,6.552,0,0,0,16,14Z"
|
542
490
|
})), children);
|
543
491
|
});
|
544
492
|
if (process.env.NODE_ENV !== "production") {
|
545
|
-
|
493
|
+
KeepDry.propTypes = iconPropTypes4cbeb95d.i;
|
546
494
|
}
|
547
|
-
const
|
495
|
+
const Key = /*#__PURE__*/React.forwardRef(function Key(_ref22, ref) {
|
548
496
|
let {
|
549
497
|
children,
|
550
498
|
size = 16,
|
@@ -558,14 +506,15 @@ const LetterAa = /*#__PURE__*/React.forwardRef(function LetterAa(_ref22, ref) {
|
|
558
506
|
viewBox: "0 0 32 32",
|
559
507
|
fill: "currentColor",
|
560
508
|
...rest
|
561
|
-
},
|
562
|
-
|
509
|
+
}, _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
|
510
|
+
strokeWidth: "0",
|
511
|
+
d: "M30 9L28.0001 9 26 16 24.0001 9 22 9 25 17.9996 25 23 27 23 27 18 27.0001 18 30 9zM21 11L21 9 13 9 13 23 21 23 21 21 15 21 15 17 20 17 20 15 15 15 15 11 21 11zM11 9L8.8941 9 5 15.5527 5 9 3 9 3 23 5 23 5 18.7062 5.9277 17.2208 8.8941 23 11 23 7.1093 15.4308 11 9z"
|
563
512
|
})), children);
|
564
513
|
});
|
565
514
|
if (process.env.NODE_ENV !== "production") {
|
566
|
-
|
515
|
+
Key.propTypes = iconPropTypes4cbeb95d.i;
|
567
516
|
}
|
568
|
-
const
|
517
|
+
const Keyboard = /*#__PURE__*/React.forwardRef(function Keyboard(_ref23, ref) {
|
569
518
|
let {
|
570
519
|
children,
|
571
520
|
size = 16,
|
@@ -579,14 +528,16 @@ const LetterBb = /*#__PURE__*/React.forwardRef(function LetterBb(_ref23, ref) {
|
|
579
528
|
viewBox: "0 0 32 32",
|
580
529
|
fill: "currentColor",
|
581
530
|
...rest
|
582
|
-
},
|
583
|
-
d: "
|
531
|
+
}, _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
|
532
|
+
d: "M28,26H4a2,2,0,0,1-2-2V10A2,2,0,0,1,4,8H28a2,2,0,0,1,2,2V24A2,2,0,0,1,28,26ZM4,10V24H28V10Z"
|
533
|
+
})), _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
|
534
|
+
d: "M10 20H21V22H10zM6 12H8V14H6zM10 12H12V14H10zM14 12H16V14H14zM18 12H20V14H18zM6 20H8V22H6zM6 16H8V18H6zM10 16H12V18H10zM14 16H16V18H14zM22 12H26V14H22zM22 16H26V18H22zM18 16H20V18H18zM23 20H26V22H23z"
|
584
535
|
})), children);
|
585
536
|
});
|
586
537
|
if (process.env.NODE_ENV !== "production") {
|
587
|
-
|
538
|
+
Keyboard.propTypes = iconPropTypes4cbeb95d.i;
|
588
539
|
}
|
589
|
-
const
|
540
|
+
const KeyboardOff = /*#__PURE__*/React.forwardRef(function KeyboardOff(_ref24, ref) {
|
590
541
|
let {
|
591
542
|
children,
|
592
543
|
size = 16,
|
@@ -600,14 +551,16 @@ const LetterCc = /*#__PURE__*/React.forwardRef(function LetterCc(_ref24, ref) {
|
|
600
551
|
viewBox: "0 0 32 32",
|
601
552
|
fill: "currentColor",
|
602
553
|
...rest
|
603
|
-
},
|
604
|
-
d: "
|
554
|
+
}, _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
|
555
|
+
d: "M6 12H8V14H6zM18 12H20V14H18zM6 20H8V22H6zM6 16H8V18H6zM10 16H12V18H10zM22 12H26V14H22zM22 16H26V18H22z"
|
556
|
+
})), _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
|
557
|
+
d: "M14.2 10H28v13h2V10c0-1.1-.9-2-2-2H12.2L14.2 10zM30 28.6L3.4 2 2 3.4 6.6 8H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h20.6l4 4L30 28.6zM4 24V10h4.6l2 2H10v2h2.6l2 2H14v2h2.6l2 2H10v2h10.6l2 2H4z"
|
605
558
|
})), children);
|
606
559
|
});
|
607
560
|
if (process.env.NODE_ENV !== "production") {
|
608
|
-
|
561
|
+
KeyboardOff.propTypes = iconPropTypes4cbeb95d.i;
|
609
562
|
}
|
610
|
-
const
|
563
|
+
const KioskDevice = /*#__PURE__*/React.forwardRef(function KioskDevice(_ref25, ref) {
|
611
564
|
let {
|
612
565
|
children,
|
613
566
|
size = 16,
|
@@ -621,14 +574,14 @@ const LetterDd = /*#__PURE__*/React.forwardRef(function LetterDd(_ref25, ref) {
|
|
621
574
|
viewBox: "0 0 32 32",
|
622
575
|
fill: "currentColor",
|
623
576
|
...rest
|
624
|
-
},
|
625
|
-
d: "
|
577
|
+
}, _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
|
578
|
+
d: "M26,19c1.1,0,2-.9,2-2V4c0-1.1-.9-2-2-2H6c-1.1,0-2,.9-2,2v13c0,1.1.9,2,2,2h7v9H4v2h24v-2h-9v-9h7ZM17,28h-2v-9h2v9ZM6,17V4h20v13H6ZM16,13c-.55,0-1,.45-1,1s.45,1,1,1,1-.45,1-1-.45-1-1-1Z"
|
626
579
|
})), children);
|
627
580
|
});
|
628
581
|
if (process.env.NODE_ENV !== "production") {
|
629
|
-
|
582
|
+
KioskDevice.propTypes = iconPropTypes4cbeb95d.i;
|
630
583
|
}
|
631
|
-
const
|
584
|
+
const Kubelet = /*#__PURE__*/React.forwardRef(function Kubelet(_ref26, ref) {
|
632
585
|
let {
|
633
586
|
children,
|
634
587
|
size = 16,
|
@@ -642,19 +595,29 @@ const LetterEe = /*#__PURE__*/React.forwardRef(function LetterEe(_ref26, ref) {
|
|
642
595
|
viewBox: "0 0 32 32",
|
643
596
|
fill: "currentColor",
|
644
597
|
...rest
|
645
|
-
},
|
646
|
-
|
598
|
+
}, _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
|
599
|
+
strokeWidth: "0",
|
600
|
+
d: "m20.0444,27.2942l-3.0825-10.018-1.0132,3.04c-.1361.4084-.5183.6838-.9487.6838h-6s0-2,0-2h5.2793s1.772-5.3162,1.772-5.3162c.1307-.4123.5162-.6902.9487-.6838.4374.0046.8225.2891.9555.7058l3.0088,9.7783,1.0742-3.7589c.1227-.4293.5151-.7252.9615-.7252h5s0,2,0,2h-4.2456s-1.7933,6.2747-1.7933,6.2747c-.1216.4256-.5085.7207-.9511.7253h-.01c-.4389,0-.8265-.2863-.9556-.7058Z"
|
601
|
+
})), _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
|
602
|
+
strokeWidth: "0",
|
603
|
+
d: "m16,28H6c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h20c1.1028,0,2,.8972,2,2v9h-2V6H6v20h10v2Z"
|
647
604
|
})), children);
|
648
605
|
});
|
649
606
|
if (process.env.NODE_ENV !== "production") {
|
650
|
-
|
607
|
+
Kubelet.propTypes = iconPropTypes4cbeb95d.i;
|
651
608
|
}
|
652
|
-
const
|
609
|
+
const Kubernetes = /*#__PURE__*/React.forwardRef(function Kubernetes(_ref27, ref) {
|
653
610
|
let {
|
654
611
|
children,
|
655
612
|
size = 16,
|
656
613
|
...rest
|
657
614
|
} = _ref27;
|
615
|
+
if (process.env.NODE_ENV !== "production") {
|
616
|
+
if (!didWarnAboutDeprecation["Kubernetes"]) {
|
617
|
+
didWarnAboutDeprecation["Kubernetes"] = true;
|
618
|
+
console.warn("The current kubernetes icon has been replaced by logo--kubernetes. As a result, the Kubernetes component will be removed in the next major version of @carbon/icons-react.");
|
619
|
+
}
|
620
|
+
}
|
658
621
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
659
622
|
width: size,
|
660
623
|
height: size,
|
@@ -663,14 +626,14 @@ const LetterFf = /*#__PURE__*/React.forwardRef(function LetterFf(_ref27, ref) {
|
|
663
626
|
viewBox: "0 0 32 32",
|
664
627
|
fill: "currentColor",
|
665
628
|
...rest
|
666
|
-
},
|
667
|
-
d: "
|
629
|
+
}, _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
|
630
|
+
d: "M29.2227,17.9639,25.9194,17.21a9.7843,9.7843,0,0,0-1.5249-6.6245l2.54-2.0254L25.6875,6.9961,23.1482,9.0205A9.97,9.97,0,0,0,17,6.0508V3H15V6.0508a9.97,9.97,0,0,0-6.1482,2.97L6.3125,6.9961,5.0654,8.56l2.54,2.0254A9.7843,9.7843,0,0,0,6.0806,17.21l-3.3033.7544.4454,1.9492L6.52,19.1606a10.0359,10.0359,0,0,0,4.2688,5.358l-1.33,2.7631,1.8018.8677L12.59,25.3882a9.8113,9.8113,0,0,0,6.8208,0L20.74,28.1494l1.8018-.8682-1.33-2.7626a10.0359,10.0359,0,0,0,4.2688-5.358l3.2973.7525ZM24,16c0,.2573-.0148.5112-.0386.7627l-5-1.1416a2.9664,2.9664,0,0,0-.1376-.5942L22.82,11.84A7.9392,7.9392,0,0,1,24,16Zm-9,0a1,1,0,1,1,1,1A1.0009,1.0009,0,0,1,15,16Zm6.5758-5.7256L17.58,13.4609a3.0028,3.0028,0,0,0-.58-.2768V8.0693A7.9762,7.9762,0,0,1,21.5758,10.2744ZM15,8.0693v5.1148a3.0028,3.0028,0,0,0-.58.2768l-3.9956-3.1865A7.9762,7.9762,0,0,1,15,8.0693ZM8,16a7.9392,7.9392,0,0,1,1.18-4.16l3.9962,3.1866a2.9664,2.9664,0,0,0-.1376.5942l-5,1.1416C8.0148,16.5112,8,16.2573,8,16Zm.4835,2.7124,4.9752-1.1362a3.0132,3.0132,0,0,0,.4146.5366L11.6594,22.71A8.031,8.031,0,0,1,8.4835,18.7124ZM16,24a7.9679,7.9679,0,0,1-2.54-.42l2.2206-4.6123A2.9988,2.9988,0,0,0,16,19a2.9988,2.9988,0,0,0,.319-.0322L18.54,23.58A7.9546,7.9546,0,0,1,16,24Zm4.3406-1.29-2.2139-4.5976a3.0132,3.0132,0,0,0,.4146-.5366l4.9752,1.1362A8.031,8.031,0,0,1,20.3406,22.71Z"
|
668
631
|
})), children);
|
669
632
|
});
|
670
633
|
if (process.env.NODE_ENV !== "production") {
|
671
|
-
|
634
|
+
Kubernetes.propTypes = iconPropTypes4cbeb95d.i;
|
672
635
|
}
|
673
|
-
const
|
636
|
+
const KubernetesControlPlaneNode = /*#__PURE__*/React.forwardRef(function KubernetesControlPlaneNode(_ref28, ref) {
|
674
637
|
let {
|
675
638
|
children,
|
676
639
|
size = 16,
|
@@ -684,14 +647,19 @@ const LetterGg = /*#__PURE__*/React.forwardRef(function LetterGg(_ref28, ref) {
|
|
684
647
|
viewBox: "0 0 32 32",
|
685
648
|
fill: "currentColor",
|
686
649
|
...rest
|
687
|
-
},
|
688
|
-
d: "
|
650
|
+
}, _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
|
651
|
+
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"
|
652
|
+
})), _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
|
653
|
+
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"
|
654
|
+
})), _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
|
655
|
+
fill: "none",
|
656
|
+
d: "M0 0h32v32H0z"
|
689
657
|
})), children);
|
690
658
|
});
|
691
659
|
if (process.env.NODE_ENV !== "production") {
|
692
|
-
|
660
|
+
KubernetesControlPlaneNode.propTypes = iconPropTypes4cbeb95d.i;
|
693
661
|
}
|
694
|
-
const
|
662
|
+
const KubernetesIpAddress = /*#__PURE__*/React.forwardRef(function KubernetesIpAddress(_ref29, ref) {
|
695
663
|
let {
|
696
664
|
children,
|
697
665
|
size = 16,
|
@@ -705,14 +673,22 @@ const LetterHh = /*#__PURE__*/React.forwardRef(function LetterHh(_ref29, ref) {
|
|
705
673
|
viewBox: "0 0 32 32",
|
706
674
|
fill: "currentColor",
|
707
675
|
...rest
|
708
|
-
},
|
709
|
-
|
676
|
+
}, _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
|
677
|
+
cx: "16",
|
678
|
+
cy: "9",
|
679
|
+
r: "2"
|
680
|
+
})), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
|
681
|
+
cx: "16",
|
682
|
+
cy: "16",
|
683
|
+
r: "2"
|
684
|
+
})), _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
|
685
|
+
d: "m18.8157,26c-.302-.8472-.9685-1.5137-1.8157-1.8159v-2.1841h3c.2969,0,.5781-.1318.7683-.3599l5-6c.1982-.2378.2751-.5547.2078-.8569l-2-9c-.0696-.3145-.2864-.5757-.5823-.7021l-7-3c-.1257-.0542-.2598-.0811-.3938-.0811s-.2681.0269-.3938.0811l-7.0015,3c-.2959.1265-.5127.3877-.5825.7021l-1.9985,9c-.0671.3027.0098.6191.208.8569l5,6c.1902.228.4714.3599.7683.3599h3v2.1846c-.8472.3018-1.5137.9683-1.8157,1.8154H4v2h9.1843c.4141,1.1611,1.5137,2,2.8157,2s2.4016-.8389,2.8157-2h9.1843v-2h-9.1843Zm-10.7329-11.2627l1.7808-8.02,6.1365-2.6294,6.135,2.6294,1.7822,8.02-4.3855,5.2627h-7.0635l-4.3855-5.2627Zm7.9172,13.2627c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1Z"
|
710
686
|
})), children);
|
711
687
|
});
|
712
688
|
if (process.env.NODE_ENV !== "production") {
|
713
|
-
|
689
|
+
KubernetesIpAddress.propTypes = iconPropTypes4cbeb95d.i;
|
714
690
|
}
|
715
|
-
const
|
691
|
+
const KubernetesOperator = /*#__PURE__*/React.forwardRef(function KubernetesOperator(_ref30, ref) {
|
716
692
|
let {
|
717
693
|
children,
|
718
694
|
size = 16,
|
@@ -726,14 +702,18 @@ const LetterIi = /*#__PURE__*/React.forwardRef(function LetterIi(_ref30, ref) {
|
|
726
702
|
viewBox: "0 0 32 32",
|
727
703
|
fill: "currentColor",
|
728
704
|
...rest
|
729
|
-
},
|
730
|
-
|
705
|
+
}, _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
|
706
|
+
strokeWidth: "0",
|
707
|
+
d: "m19,21h-6c-1.1028,0-2-.8972-2-2v-6c0-1.1028.8972-2,2-2h6c1.1028,0,2,.8972,2,2v6c0,1.1028-.8972,2-2,2Zm-6-8v6h6v-6h-6Z"
|
708
|
+
})), _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
|
709
|
+
strokeWidth: "0",
|
710
|
+
d: "m30,16c0-7.7197-6.2803-14-14-14S2,8.2803,2,16s6.2803,14,14,14c2.7773,0,5.417-.7959,7.7012-2.3081.3948.1914.8315.3081,1.2988.3081,1.6543,0,3-1.3457,3-3,0-.4673-.1167-.9043-.3079-1.2988,1.5122-2.2842,2.3079-4.9238,2.3079-7.7012Zm-26,0c0-6.6167,5.3833-12,12-12s12,5.3833,12,12c0,2.248-.6152,4.3877-1.7744,6.2681-.375-.1689-.7881-.2681-1.2256-.2681-1.6543,0-3,1.3457-3,3,0,.4375.0991.8506.2681,1.2256-1.8801,1.1592-4.0198,1.7744-6.2681,1.7744-6.6167,0-12-5.3833-12-12Zm21,10c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1Z"
|
731
711
|
})), children);
|
732
712
|
});
|
733
713
|
if (process.env.NODE_ENV !== "production") {
|
734
|
-
|
714
|
+
KubernetesOperator.propTypes = iconPropTypes4cbeb95d.i;
|
735
715
|
}
|
736
|
-
const
|
716
|
+
const KubernetesPod = /*#__PURE__*/React.forwardRef(function KubernetesPod(_ref31, ref) {
|
737
717
|
let {
|
738
718
|
children,
|
739
719
|
size = 16,
|
@@ -748,13 +728,15 @@ const LetterJj = /*#__PURE__*/React.forwardRef(function LetterJj(_ref31, ref) {
|
|
748
728
|
fill: "currentColor",
|
749
729
|
...rest
|
750
730
|
}, _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
|
751
|
-
d: "
|
731
|
+
d: "m22.5046,11.6368l-5.9883-3.5c-.1594-.0933-.3381-.1387-.5164-.1367-.1699.002-.3394.0474-.4915.1357l-6.0117,3.5c-.3076.1792-.4968.5083-.4968.8643v7c0,.356.1892.6851.4968.8643l6.0117,3.5c.1555.0903.3176.1357.4915.1357.1743,0,.3604-.0454.5164-.1367l5.9883-3.5c.3069-.1792.4954-.5078.4954-.8633v-7c0-.3555-.1885-.6841-.4954-.8633Zm-6.4939-1.479l4.0076,2.3423-4.0076,2.3423-4.0232-2.3423,4.0232-2.3423Zm-5.0107,4.0815l4,2.3291v4.6855l-4-2.3291v-4.6855Zm6,7.0249v-4.6836l4-2.3379v4.6836l-4,2.3379Z"
|
732
|
+
})), _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
|
733
|
+
d: "m16,31c-.1741,0-.3481-.0454-.5039-.1362l-12-7c-.3071-.1792-.4961-.5081-.4961-.8638v-14c0-.3557.189-.6846.4961-.8638L15.4961,1.1362c.1558-.0908.3298-.1362.5039-.1362s.3481.0454.5039.1362l11,6.4166-1.0078,1.7275-10.4961-6.1227-11,6.4166v12.8513l11,6.4166,11-6.4166v-7.4257h2v8c0,.3557-.189.6846-.4961.8638l-12,7c-.1558.0908-.3298.1362-.5039.1362Z"
|
752
734
|
})), children);
|
753
735
|
});
|
754
736
|
if (process.env.NODE_ENV !== "production") {
|
755
|
-
|
737
|
+
KubernetesPod.propTypes = iconPropTypes4cbeb95d.i;
|
756
738
|
}
|
757
|
-
const
|
739
|
+
const KubernetesWorkerNode = /*#__PURE__*/React.forwardRef(function KubernetesWorkerNode(_ref32, ref) {
|
758
740
|
let {
|
759
741
|
children,
|
760
742
|
size = 16,
|
@@ -768,14 +750,19 @@ const LetterKk = /*#__PURE__*/React.forwardRef(function LetterKk(_ref32, ref) {
|
|
768
750
|
viewBox: "0 0 32 32",
|
769
751
|
fill: "currentColor",
|
770
752
|
...rest
|
771
|
-
},
|
772
|
-
d: "
|
753
|
+
}, _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
|
754
|
+
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"
|
755
|
+
})), _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
|
756
|
+
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"
|
757
|
+
})), _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
|
758
|
+
fill: "none",
|
759
|
+
d: "M0 0h32v32H0z"
|
773
760
|
})), children);
|
774
761
|
});
|
775
762
|
if (process.env.NODE_ENV !== "production") {
|
776
|
-
|
763
|
+
KubernetesWorkerNode.propTypes = iconPropTypes4cbeb95d.i;
|
777
764
|
}
|
778
|
-
const
|
765
|
+
const Label = /*#__PURE__*/React.forwardRef(function Label(_ref33, ref) {
|
779
766
|
let {
|
780
767
|
children,
|
781
768
|
size = 16,
|
@@ -789,14 +776,16 @@ const LetterLl = /*#__PURE__*/React.forwardRef(function LetterLl(_ref33, ref) {
|
|
789
776
|
viewBox: "0 0 32 32",
|
790
777
|
fill: "currentColor",
|
791
778
|
...rest
|
792
|
-
},
|
793
|
-
d: "
|
779
|
+
}, _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
|
780
|
+
d: "M23 13H18v2h5v2H19a2 2 0 00-2 2v2a2 2 0 002 2h6V15A2.0023 2.0023 0 0023 13zm0 8H19V19h4zM13 9H9a2.002 2.002 0 00-2 2V23H9V18h4v5h2V11A2.002 2.002 0 0013 9zM9 16V11h4v5z"
|
781
|
+
})), _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
|
782
|
+
d: "M28,28H4a2.0021,2.0021,0,0,1-2-2V6A2.0021,2.0021,0,0,1,4,4H28a2.0021,2.0021,0,0,1,2,2V26A2.0021,2.0021,0,0,1,28,28ZM4,6V26H28V6Z"
|
794
783
|
})), children);
|
795
784
|
});
|
796
785
|
if (process.env.NODE_ENV !== "production") {
|
797
|
-
|
786
|
+
Label.propTypes = iconPropTypes4cbeb95d.i;
|
798
787
|
}
|
799
|
-
const
|
788
|
+
const Language = /*#__PURE__*/React.forwardRef(function Language(_ref34, ref) {
|
800
789
|
let {
|
801
790
|
children,
|
802
791
|
size = 16,
|
@@ -810,14 +799,14 @@ const LetterMm = /*#__PURE__*/React.forwardRef(function LetterMm(_ref34, ref) {
|
|
810
799
|
viewBox: "0 0 32 32",
|
811
800
|
fill: "currentColor",
|
812
801
|
...rest
|
813
|
-
},
|
814
|
-
d: "
|
802
|
+
}, _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
|
803
|
+
d: "M18 19H24V21H18zM18 15H30V17H18zM18 11H30V13H18zM14 21V19H9V17H7v2H2v2h8.2148a8.5914 8.5914 0 01-2.2159 3.9771A9.2731 9.2731 0 016.5521 23H4.3334a10.8553 10.8553 0 002.1451 3.2966A14.6584 14.6584 0 013 28.127L3.7021 30a16.42 16.42 0 004.2907-2.3362A16.4883 16.4883 0 0012.2979 30L13 28.127A14.664 14.664 0 019.5228 26.3 10.3132 10.3132 0 0012.2516 21zM11.1666 13H13.333L8.75 2H6.5832L2 13H4.1664L5 11h5.3335zM5.8331 9L7.6665 4.6 9.5 9z"
|
815
804
|
})), children);
|
816
805
|
});
|
817
806
|
if (process.env.NODE_ENV !== "production") {
|
818
|
-
|
807
|
+
Language.propTypes = iconPropTypes4cbeb95d.i;
|
819
808
|
}
|
820
|
-
const
|
809
|
+
const Laptop = /*#__PURE__*/React.forwardRef(function Laptop(_ref35, ref) {
|
821
810
|
let {
|
822
811
|
children,
|
823
812
|
size = 16,
|
@@ -831,14 +820,17 @@ const LetterNn = /*#__PURE__*/React.forwardRef(function LetterNn(_ref35, ref) {
|
|
831
820
|
viewBox: "0 0 32 32",
|
832
821
|
fill: "currentColor",
|
833
822
|
...rest
|
834
|
-
},
|
835
|
-
d: "
|
823
|
+
}, _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
|
824
|
+
d: "M26,24H6a2.0023,2.0023,0,0,1-2-2V8A2.002,2.002,0,0,1,6,6H26a2.0023,2.0023,0,0,1,2,2V22A2.0027,2.0027,0,0,1,26,24ZM6,8V22H26V8Z",
|
825
|
+
transform: "translate(0 .005)"
|
826
|
+
})), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
|
827
|
+
d: "M2 26.005H30V28.005H2z"
|
836
828
|
})), children);
|
837
829
|
});
|
838
830
|
if (process.env.NODE_ENV !== "production") {
|
839
|
-
|
831
|
+
Laptop.propTypes = iconPropTypes4cbeb95d.i;
|
840
832
|
}
|
841
|
-
const
|
833
|
+
const Lasso = /*#__PURE__*/React.forwardRef(function Lasso(_ref36, ref) {
|
842
834
|
let {
|
843
835
|
children,
|
844
836
|
size = 16,
|
@@ -852,14 +844,14 @@ const LetterOo = /*#__PURE__*/React.forwardRef(function LetterOo(_ref36, ref) {
|
|
852
844
|
viewBox: "0 0 32 32",
|
853
845
|
fill: "currentColor",
|
854
846
|
...rest
|
855
|
-
},
|
856
|
-
d: "
|
847
|
+
}, _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
|
848
|
+
d: "M20,2H12A9.9842,9.9842,0,0,0,7.0349,20.6553C7.0249,20.7705,7,20.8818,7,21a3.9929,3.9929,0,0,0,2.9106,3.83A4.0049,4.0049,0,0,1,6,28H4v2H6a6.0044,6.0044,0,0,0,5.928-5.12,3.9966,3.9966,0,0,0,2.93-2.88H20A10,10,0,0,0,20,2ZM11,23a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,11,23Zm9-3H14.8579a3.9841,3.9841,0,0,0-7.15-1.2637A7.99,7.99,0,0,1,12,4h8a8,8,0,0,1,0,16Z"
|
857
849
|
})), children);
|
858
850
|
});
|
859
851
|
if (process.env.NODE_ENV !== "production") {
|
860
|
-
|
852
|
+
Lasso.propTypes = iconPropTypes4cbeb95d.i;
|
861
853
|
}
|
862
|
-
const
|
854
|
+
const LassoPolygon = /*#__PURE__*/React.forwardRef(function LassoPolygon(_ref37, ref) {
|
863
855
|
let {
|
864
856
|
children,
|
865
857
|
size = 16,
|
@@ -873,35 +865,52 @@ const LetterPp = /*#__PURE__*/React.forwardRef(function LetterPp(_ref37, ref) {
|
|
873
865
|
viewBox: "0 0 32 32",
|
874
866
|
fill: "currentColor",
|
875
867
|
...rest
|
876
|
-
},
|
877
|
-
d: "
|
868
|
+
}, _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
|
869
|
+
d: "M29.6245,2.2193a1.0005,1.0005,0,0,0-1.0972-.1006L17.9353,7.8,3.366,2.0694a1,1,0,0,0-1.28,1.3369l6.4353,14.479A3.965,3.965,0,0,0,9.9106,24.83,4.0049,4.0049,0,0,1,6,28H4v2H6a6.0044,6.0044,0,0,0,5.928-5.12,4.0021,4.0021,0,0,0,2.93-2.88H23.24a2,2,0,0,0,1.9273-1.4649L29.9634,3.2676A1,1,0,0,0,29.6245,2.2193ZM11,23a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,11,23Zm12.24-3H14.8579a3.897,3.897,0,0,0-4.5117-2.9336L4.905,4.8238,18.0647,10,27.41,4.9878Z"
|
878
870
|
})), children);
|
879
871
|
});
|
880
872
|
if (process.env.NODE_ENV !== "production") {
|
881
|
-
|
873
|
+
LassoPolygon.propTypes = iconPropTypes4cbeb95d.i;
|
882
874
|
}
|
883
|
-
const
|
875
|
+
const Launch = /*#__PURE__*/React.forwardRef(function Launch(_ref38, ref) {
|
884
876
|
let {
|
885
877
|
children,
|
886
878
|
size = 16,
|
887
879
|
...rest
|
888
880
|
} = _ref38;
|
889
|
-
|
890
|
-
|
891
|
-
|
892
|
-
|
893
|
-
|
894
|
-
|
895
|
-
|
896
|
-
|
897
|
-
|
898
|
-
|
899
|
-
|
900
|
-
})
|
881
|
+
if (size === 16 || size === "16" || size === "16px") {
|
882
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
883
|
+
width: size,
|
884
|
+
height: size,
|
885
|
+
ref: ref,
|
886
|
+
xmlns: "http://www.w3.org/2000/svg",
|
887
|
+
viewBox: "0 0 16 16",
|
888
|
+
fill: "currentColor",
|
889
|
+
...rest
|
890
|
+
}, _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
|
891
|
+
d: "M13,14H3c-0.6,0-1-0.4-1-1V3c0-0.6,0.4-1,1-1h5v1H3v10h10V8h1v5C14,13.6,13.6,14,13,14z"
|
892
|
+
})), _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
|
893
|
+
d: "M10 1L10 2 13.3 2 9 6.3 9.7 7 14 2.7 14 6 15 6 15 1z"
|
894
|
+
})), children);
|
895
|
+
}
|
896
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
897
|
+
width: size,
|
898
|
+
height: size,
|
899
|
+
ref: ref,
|
900
|
+
xmlns: "http://www.w3.org/2000/svg",
|
901
|
+
viewBox: "0 0 32 32",
|
902
|
+
fill: "currentColor",
|
903
|
+
...rest
|
904
|
+
}, _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
|
905
|
+
d: "M26,28H6a2.0027,2.0027,0,0,1-2-2V6A2.0027,2.0027,0,0,1,6,4H16V6H6V26H26V16h2V26A2.0027,2.0027,0,0,1,26,28Z"
|
906
|
+
})), _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
|
907
|
+
d: "M20 2L20 4 26.586 4 18 12.586 19.414 14 28 5.414 28 12 30 12 30 2 20 2z"
|
908
|
+
})), children);
|
909
|
+
});
|
901
910
|
if (process.env.NODE_ENV !== "production") {
|
902
|
-
|
911
|
+
Launch.propTypes = iconPropTypes4cbeb95d.i;
|
903
912
|
}
|
904
|
-
const
|
913
|
+
const WatsonHealthLaunchStudy_1 = /*#__PURE__*/React.forwardRef(function WatsonHealthLaunchStudy_1(_ref39, ref) {
|
905
914
|
let {
|
906
915
|
children,
|
907
916
|
size = 16,
|
@@ -915,14 +924,20 @@ const LetterRr = /*#__PURE__*/React.forwardRef(function LetterRr(_ref39, ref) {
|
|
915
924
|
viewBox: "0 0 32 32",
|
916
925
|
fill: "currentColor",
|
917
926
|
...rest
|
918
|
-
},
|
919
|
-
|
927
|
+
}, _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
|
928
|
+
cx: "23",
|
929
|
+
cy: "25",
|
930
|
+
r: "1"
|
931
|
+
})), _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
|
932
|
+
d: "M26 22v6H6V22H26m0-2H6a2 2 0 00-2 2v6a2 2 0 002 2H26a2 2 0 002-2V22a2 2 0 00-2-2zM20.59 10.59L17 14.17 17 2 15 2 15 14.17 11.41 10.59 10 12 16 18 22 12 20.59 10.59z"
|
933
|
+
})), _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
|
934
|
+
d: "M8 24H20V26H8z"
|
920
935
|
})), children);
|
921
936
|
});
|
922
937
|
if (process.env.NODE_ENV !== "production") {
|
923
|
-
|
938
|
+
WatsonHealthLaunchStudy_1.propTypes = iconPropTypes4cbeb95d.i;
|
924
939
|
}
|
925
|
-
const
|
940
|
+
const WatsonHealthLaunchStudy_2 = /*#__PURE__*/React.forwardRef(function WatsonHealthLaunchStudy_2(_ref40, ref) {
|
926
941
|
let {
|
927
942
|
children,
|
928
943
|
size = 16,
|
@@ -936,14 +951,20 @@ const LetterSs = /*#__PURE__*/React.forwardRef(function LetterSs(_ref40, ref) {
|
|
936
951
|
viewBox: "0 0 32 32",
|
937
952
|
fill: "currentColor",
|
938
953
|
...rest
|
939
|
-
},
|
940
|
-
|
954
|
+
}, _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
|
955
|
+
cx: "23",
|
956
|
+
cy: "7",
|
957
|
+
r: "1"
|
958
|
+
})), _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
|
959
|
+
d: "M26 4v6H6V4H26m0-2H6A2 2 0 004 4v6a2 2 0 002 2H26a2 2 0 002-2V4a2 2 0 00-2-2zM20.59 21.41L17 17.83 17 30 15 30 15 17.83 11.41 21.41 10 20 16 14 22 20 20.59 21.41z"
|
960
|
+
})), _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
|
961
|
+
d: "M8 6H20V8H8z"
|
941
962
|
})), children);
|
942
963
|
});
|
943
964
|
if (process.env.NODE_ENV !== "production") {
|
944
|
-
|
965
|
+
WatsonHealthLaunchStudy_2.propTypes = iconPropTypes4cbeb95d.i;
|
945
966
|
}
|
946
|
-
const
|
967
|
+
const WatsonHealthLaunchStudy_3 = /*#__PURE__*/React.forwardRef(function WatsonHealthLaunchStudy_3(_ref41, ref) {
|
947
968
|
let {
|
948
969
|
children,
|
949
970
|
size = 16,
|
@@ -957,14 +978,20 @@ const LetterTt = /*#__PURE__*/React.forwardRef(function LetterTt(_ref41, ref) {
|
|
957
978
|
viewBox: "0 0 32 32",
|
958
979
|
fill: "currentColor",
|
959
980
|
...rest
|
960
|
-
},
|
961
|
-
|
981
|
+
}, _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
|
982
|
+
cx: "23",
|
983
|
+
cy: "25",
|
984
|
+
r: "1"
|
985
|
+
})), _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
|
986
|
+
d: "M26 22v6H6V22H26m0-2H6a2 2 0 00-2 2v6a2 2 0 002 2H26a2 2 0 002-2V22a2 2 0 00-2-2zM20.59 4.59L17 8.17 17 0 15 0 15 8.17 11.41 4.59 10 6 16 12 22 6 20.59 4.59z"
|
987
|
+
})), _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
|
988
|
+
d: "M20.59 10.59L16 15.16 11.41 10.59 10 12 16 18 22 12 20.59 10.59zM8 24H20V26H8z"
|
962
989
|
})), children);
|
963
990
|
});
|
964
991
|
if (process.env.NODE_ENV !== "production") {
|
965
|
-
|
992
|
+
WatsonHealthLaunchStudy_3.propTypes = iconPropTypes4cbeb95d.i;
|
966
993
|
}
|
967
|
-
const
|
994
|
+
const Layers = /*#__PURE__*/React.forwardRef(function Layers(_ref42, ref) {
|
968
995
|
let {
|
969
996
|
children,
|
970
997
|
size = 16,
|
@@ -978,14 +1005,16 @@ const LetterUu = /*#__PURE__*/React.forwardRef(function LetterUu(_ref42, ref) {
|
|
978
1005
|
viewBox: "0 0 32 32",
|
979
1006
|
fill: "currentColor",
|
980
1007
|
...rest
|
981
|
-
},
|
982
|
-
d: "
|
1008
|
+
}, _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
|
1009
|
+
d: "M16,24a.9967.9967,0,0,1-.4741-.12l-13-7L3.4741,15.12,16,21.8643,28.5259,15.12l.9482,1.7607-13,7A.9967.9967,0,0,1,16,24Z"
|
1010
|
+
})), _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
|
1011
|
+
d: "M16 30a.9967.9967 0 01-.4741-.12l-13-7L3.4741 21.12 16 27.8643 28.5259 21.12l.9482 1.7607-13 7A.9967.9967 0 0116 30zM16 18a.9967.9967 0 01-.4741-.12l-13-7a1 1 0 010-1.7607l13-7a.9982.9982 0 01.9482 0l13 7a1 1 0 010 1.7607l-13 7A.9967.9967 0 0116 18zM5.1094 10L16 15.8643 26.8906 10 16 4.1358z"
|
983
1012
|
})), children);
|
984
1013
|
});
|
985
1014
|
if (process.env.NODE_ENV !== "production") {
|
986
|
-
|
1015
|
+
Layers.propTypes = iconPropTypes4cbeb95d.i;
|
987
1016
|
}
|
988
|
-
const
|
1017
|
+
const LayersExternal = /*#__PURE__*/React.forwardRef(function LayersExternal(_ref43, ref) {
|
989
1018
|
let {
|
990
1019
|
children,
|
991
1020
|
size = 16,
|
@@ -999,14 +1028,18 @@ const LetterVv = /*#__PURE__*/React.forwardRef(function LetterVv(_ref43, ref) {
|
|
999
1028
|
viewBox: "0 0 32 32",
|
1000
1029
|
fill: "currentColor",
|
1001
1030
|
...rest
|
1002
|
-
},
|
1003
|
-
|
1031
|
+
}, _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
|
1032
|
+
strokeWidth: "0",
|
1033
|
+
d: "m16,24c-.1631,0-.3262-.0398-.4741-.1196l-13-7,.9482-1.7607,12.5259,6.7446,12.5259-6.7446.9482,1.7607-13,7c-.1479.0798-.311.1196-.4741.1196Z"
|
1034
|
+
})), _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
|
1035
|
+
strokeWidth: "0",
|
1036
|
+
d: "M16 30c-.1631 0-.3262-.0398-.4741-.1196l-13-7 .9482-1.7607 12.5259 6.7446 12.5259-6.7446.9482 1.7607-13 7c-.1479.0798-.311.1196-.4741.1196zM29.4741 9.1196L16 1.8643v2.2715l10.8906 5.8643-10.8906 5.8643v2.2715l13.4741-7.2554c.324-.1743.5259-.5122.5259-.8804s-.2019-.7061-.5259-.8804zM4.4141 9.4141l3.5859-3.586v8.1719s2 0 2 0V5.8281s3.5859 3.5859 3.5859 3.5859l1.4141-1.414L9 2 3 8l1.4141 1.4141z"
|
1004
1037
|
})), children);
|
1005
1038
|
});
|
1006
1039
|
if (process.env.NODE_ENV !== "production") {
|
1007
|
-
|
1040
|
+
LayersExternal.propTypes = iconPropTypes4cbeb95d.i;
|
1008
1041
|
}
|
1009
|
-
const
|
1042
|
+
const Legend = /*#__PURE__*/React.forwardRef(function Legend(_ref44, ref) {
|
1010
1043
|
let {
|
1011
1044
|
children,
|
1012
1045
|
size = 16,
|
@@ -1020,14 +1053,22 @@ const LetterWw = /*#__PURE__*/React.forwardRef(function LetterWw(_ref44, ref) {
|
|
1020
1053
|
viewBox: "0 0 32 32",
|
1021
1054
|
fill: "currentColor",
|
1022
1055
|
...rest
|
1023
|
-
},
|
1024
|
-
d: "
|
1056
|
+
}, _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
|
1057
|
+
d: "M16 22H30V24H16z"
|
1058
|
+
})), _rect || (_rect = /*#__PURE__*/React.createElement("rect", {
|
1059
|
+
width: "6",
|
1060
|
+
height: "6",
|
1061
|
+
x: "4",
|
1062
|
+
y: "20",
|
1063
|
+
rx: "1"
|
1064
|
+
})), _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
|
1065
|
+
d: "M16 8H30V10H16zM9.5 12h-5a.5.5 0 01-.4473-.7236l2.5-5.0224a.5206.5206 0 01.8945 0l2.5 5.0225A.5.5 0 019.5 12z"
|
1025
1066
|
})), children);
|
1026
1067
|
});
|
1027
1068
|
if (process.env.NODE_ENV !== "production") {
|
1028
|
-
|
1069
|
+
Legend.propTypes = iconPropTypes4cbeb95d.i;
|
1029
1070
|
}
|
1030
|
-
const
|
1071
|
+
const LetterAa = /*#__PURE__*/React.forwardRef(function LetterAa(_ref45, ref) {
|
1031
1072
|
let {
|
1032
1073
|
children,
|
1033
1074
|
size = 16,
|
@@ -1041,14 +1082,14 @@ const LetterXx = /*#__PURE__*/React.forwardRef(function LetterXx(_ref45, ref) {
|
|
1041
1082
|
viewBox: "0 0 32 32",
|
1042
1083
|
fill: "currentColor",
|
1043
1084
|
...rest
|
1044
|
-
},
|
1045
|
-
d: "
|
1085
|
+
}, _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
|
1086
|
+
d: "M23 13H18v2h5v2H19a2 2 0 00-2 2v2a2 2 0 002 2h6V15A2 2 0 0023 13zm0 8H19V19h4zM13 9H9a2 2 0 00-2 2V23H9V18h4v5h2V11A2 2 0 0013 9zM9 16V11h4v5z"
|
1046
1087
|
})), children);
|
1047
1088
|
});
|
1048
1089
|
if (process.env.NODE_ENV !== "production") {
|
1049
|
-
|
1090
|
+
LetterAa.propTypes = iconPropTypes4cbeb95d.i;
|
1050
1091
|
}
|
1051
|
-
const
|
1092
|
+
const LetterBb = /*#__PURE__*/React.forwardRef(function LetterBb(_ref46, ref) {
|
1052
1093
|
let {
|
1053
1094
|
children,
|
1054
1095
|
size = 16,
|
@@ -1062,14 +1103,14 @@ const LetterYy = /*#__PURE__*/React.forwardRef(function LetterYy(_ref46, ref) {
|
|
1062
1103
|
viewBox: "0 0 32 32",
|
1063
1104
|
fill: "currentColor",
|
1064
1105
|
...rest
|
1065
|
-
},
|
1066
|
-
d: "
|
1106
|
+
}, _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
|
1107
|
+
d: "M23 13H19V9H17V23h6a2 2 0 002-2V15A2 2 0 0023 13zm-4 8V15h4v6zM15 12a3 3 0 00-3-3H7V23h5a3 3 0 003-3V18a3 3 0 00-.78-2A3 3 0 0015 14zM9 11h3a1 1 0 011 1v2a1 1 0 01-1 1H9zm4 9a1 1 0 01-1 1H9V17h3a1 1 0 011 1z"
|
1067
1108
|
})), children);
|
1068
1109
|
});
|
1069
1110
|
if (process.env.NODE_ENV !== "production") {
|
1070
|
-
|
1111
|
+
LetterBb.propTypes = iconPropTypes4cbeb95d.i;
|
1071
1112
|
}
|
1072
|
-
const
|
1113
|
+
const LetterCc = /*#__PURE__*/React.forwardRef(function LetterCc(_ref47, ref) {
|
1073
1114
|
let {
|
1074
1115
|
children,
|
1075
1116
|
size = 16,
|
@@ -1083,14 +1124,14 @@ const LetterZz = /*#__PURE__*/React.forwardRef(function LetterZz(_ref47, ref) {
|
|
1083
1124
|
viewBox: "0 0 32 32",
|
1084
1125
|
fill: "currentColor",
|
1085
1126
|
...rest
|
1086
|
-
},
|
1087
|
-
d: "
|
1127
|
+
}, _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
|
1128
|
+
d: "M24 23H19a2 2 0 01-2-2V15a2 2 0 012-2h5v2H19v6h5zM15 23H9a2 2 0 01-2-2V11A2 2 0 019 9h6v2H9V21h6z"
|
1088
1129
|
})), children);
|
1089
1130
|
});
|
1090
1131
|
if (process.env.NODE_ENV !== "production") {
|
1091
|
-
|
1132
|
+
LetterCc.propTypes = iconPropTypes4cbeb95d.i;
|
1092
1133
|
}
|
1093
|
-
const
|
1134
|
+
const LetterDd = /*#__PURE__*/React.forwardRef(function LetterDd(_ref48, ref) {
|
1094
1135
|
let {
|
1095
1136
|
children,
|
1096
1137
|
size = 16,
|
@@ -1104,16 +1145,14 @@ const License = /*#__PURE__*/React.forwardRef(function License(_ref48, ref) {
|
|
1104
1145
|
viewBox: "0 0 32 32",
|
1105
1146
|
fill: "currentColor",
|
1106
1147
|
...rest
|
1107
|
-
},
|
1108
|
-
d: "
|
1109
|
-
})), _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
|
1110
|
-
d: "M24,30H8a2.0023,2.0023,0,0,1-2-2V4A2.0023,2.0023,0,0,1,8,2H24a2.0023,2.0023,0,0,1,2,2V28A2.0023,2.0023,0,0,1,24,30ZM8,4V28H24V4Z"
|
1148
|
+
}, _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
|
1149
|
+
d: "M23 9v4H19a2 2 0 00-2 2v6a2 2 0 002 2h6V9zm-4 6h4v6H19zM11 23H7V9h4a4 4 0 014 4v6A4 4 0 0111 23zM9 21h2a2 2 0 002-2V13a2 2 0 00-2-2H9z"
|
1111
1150
|
})), children);
|
1112
1151
|
});
|
1113
1152
|
if (process.env.NODE_ENV !== "production") {
|
1114
|
-
|
1153
|
+
LetterDd.propTypes = iconPropTypes4cbeb95d.i;
|
1115
1154
|
}
|
1116
|
-
const
|
1155
|
+
const LetterEe = /*#__PURE__*/React.forwardRef(function LetterEe(_ref49, ref) {
|
1117
1156
|
let {
|
1118
1157
|
children,
|
1119
1158
|
size = 16,
|
@@ -1127,16 +1166,14 @@ const LicenseDraft = /*#__PURE__*/React.forwardRef(function LicenseDraft(_ref49,
|
|
1127
1166
|
viewBox: "0 0 32 32",
|
1128
1167
|
fill: "currentColor",
|
1129
1168
|
...rest
|
1130
|
-
},
|
1131
|
-
d: "
|
1132
|
-
})), _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
|
1133
|
-
d: "M29.707 19.293l-3-3a.9994.9994 0 00-1.414 0L16 25.5859V30h4.4141l9.2929-9.293A.9994.9994 0 0029.707 19.293zM19.5859 28H18V26.4141l5-5L24.5859 23zM26 21.5859L24.4141 20 26 18.4141 27.5859 20zM12 30H6a2.0021 2.0021 0 01-2-2V4A2.0021 2.0021 0 016 2H22a2.0021 2.0021 0 012 2V14H22V4H6V28h6z"
|
1169
|
+
}, _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
|
1170
|
+
d: "M25 19V15a2.0023 2.0023 0 00-2-2H19a2.0023 2.0023 0 00-2 2v6a2.0077 2.0077 0 002 2h5V21H19V19zm-6-4h4v2H19zM15 11L15 9 7 9 7 23 15 23 15 21 9 21 9 17 14 17 14 15 9 15 9 11 15 11z"
|
1134
1171
|
})), children);
|
1135
1172
|
});
|
1136
1173
|
if (process.env.NODE_ENV !== "production") {
|
1137
|
-
|
1174
|
+
LetterEe.propTypes = iconPropTypes4cbeb95d.i;
|
1138
1175
|
}
|
1139
|
-
const
|
1176
|
+
const LetterFf = /*#__PURE__*/React.forwardRef(function LetterFf(_ref50, ref) {
|
1140
1177
|
let {
|
1141
1178
|
children,
|
1142
1179
|
size = 16,
|
@@ -1150,16 +1187,14 @@ const LicenseGlobal = /*#__PURE__*/React.forwardRef(function LicenseGlobal(_ref5
|
|
1150
1187
|
viewBox: "0 0 32 32",
|
1151
1188
|
fill: "currentColor",
|
1152
1189
|
...rest
|
1153
|
-
},
|
1154
|
-
d: "
|
1155
|
-
})), _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
|
1156
|
-
d: "M12,30H4a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,4,2H20a2.0021,2.0021,0,0,1,2,2v8H20V4H4V28h8Z"
|
1190
|
+
}, _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
|
1191
|
+
d: "M16 11L16 9 8 9 8 23 10 23 10 17 15 17 15 15 10 15 10 11 16 11zM24 11V9H21a2 2 0 00-2 2v2H17v2h2v8h2V15h3V13H21V11z"
|
1157
1192
|
})), children);
|
1158
1193
|
});
|
1159
1194
|
if (process.env.NODE_ENV !== "production") {
|
1160
|
-
|
1195
|
+
LetterFf.propTypes = iconPropTypes4cbeb95d.i;
|
1161
1196
|
}
|
1162
|
-
const
|
1197
|
+
const LetterGg = /*#__PURE__*/React.forwardRef(function LetterGg(_ref51, ref) {
|
1163
1198
|
let {
|
1164
1199
|
children,
|
1165
1200
|
size = 16,
|
@@ -1173,16 +1208,14 @@ const LicenseMaintenance = /*#__PURE__*/React.forwardRef(function LicenseMainten
|
|
1173
1208
|
viewBox: "0 0 32 32",
|
1174
1209
|
fill: "currentColor",
|
1175
1210
|
...rest
|
1176
|
-
},
|
1177
|
-
d: "
|
1178
|
-
})), _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
|
1179
|
-
d: "M14,30H6a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,6,2H22a2.0021,2.0021,0,0,1,2,2V14H22V4H6V28h8Z"
|
1211
|
+
}, _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
|
1212
|
+
d: "M19 13a2 2 0 00-2 2v6a2 2 0 002 2h4v2H18v2h5a2 2 0 002-2V13zm4 8H19V15h4zM15 23H9a2 2 0 01-2-2V11A2 2 0 019 9h6v2H9V21h4V17H11V15h4z"
|
1180
1213
|
})), children);
|
1181
1214
|
});
|
1182
1215
|
if (process.env.NODE_ENV !== "production") {
|
1183
|
-
|
1216
|
+
LetterGg.propTypes = iconPropTypes4cbeb95d.i;
|
1184
1217
|
}
|
1185
|
-
const
|
1218
|
+
const LetterHh = /*#__PURE__*/React.forwardRef(function LetterHh(_ref52, ref) {
|
1186
1219
|
let {
|
1187
1220
|
children,
|
1188
1221
|
size = 16,
|
@@ -1196,16 +1229,14 @@ const LicenseMaintenanceDraft = /*#__PURE__*/React.forwardRef(function LicenseMa
|
|
1196
1229
|
viewBox: "0 0 32 32",
|
1197
1230
|
fill: "currentColor",
|
1198
1231
|
...rest
|
1199
|
-
},
|
1200
|
-
d: "
|
1201
|
-
})), _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
|
1202
|
-
d: "M12,30H6a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,6,2H22a2.0021,2.0021,0,0,1,2,2V14H22V4H6V28h6Z"
|
1232
|
+
}, _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
|
1233
|
+
d: "M13 9L13 15 9 15 9 9 7 9 7 23 9 23 9 17 13 17 13 23 15 23 15 9 13 9zM23 13H19V9H17V23h2V15h4v8h2V15A2 2 0 0023 13z"
|
1203
1234
|
})), children);
|
1204
1235
|
});
|
1205
1236
|
if (process.env.NODE_ENV !== "production") {
|
1206
|
-
|
1237
|
+
LetterHh.propTypes = iconPropTypes4cbeb95d.i;
|
1207
1238
|
}
|
1208
|
-
const
|
1239
|
+
const LetterIi = /*#__PURE__*/React.forwardRef(function LetterIi(_ref53, ref) {
|
1209
1240
|
let {
|
1210
1241
|
children,
|
1211
1242
|
size = 16,
|
@@ -1219,16 +1250,14 @@ const LicenseThirdParty = /*#__PURE__*/React.forwardRef(function LicenseThirdPar
|
|
1219
1250
|
viewBox: "0 0 32 32",
|
1220
1251
|
fill: "currentColor",
|
1221
1252
|
...rest
|
1222
|
-
},
|
1223
|
-
d: "
|
1224
|
-
})), _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
|
1225
|
-
d: "M14,30H6a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,6,2H22a2.0021,2.0021,0,0,1,2,2V14H22V4H6V28h8Z"
|
1253
|
+
}, _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
|
1254
|
+
d: "M10 11L13 11 13 21 10 21 10 23 18 23 18 21 15 21 15 11 18 11 18 9 10 9 10 11zM20 13H22V23H20zM20 9H22V11H20z"
|
1226
1255
|
})), children);
|
1227
1256
|
});
|
1228
1257
|
if (process.env.NODE_ENV !== "production") {
|
1229
|
-
|
1258
|
+
LetterIi.propTypes = iconPropTypes4cbeb95d.i;
|
1230
1259
|
}
|
1231
|
-
const
|
1260
|
+
const LetterJj = /*#__PURE__*/React.forwardRef(function LetterJj(_ref54, ref) {
|
1232
1261
|
let {
|
1233
1262
|
children,
|
1234
1263
|
size = 16,
|
@@ -1242,16 +1271,14 @@ const LicenseThirdPartyDraft = /*#__PURE__*/React.forwardRef(function LicenseThi
|
|
1242
1271
|
viewBox: "0 0 32 32",
|
1243
1272
|
fill: "currentColor",
|
1244
1273
|
...rest
|
1245
|
-
},
|
1246
|
-
d: "
|
1247
|
-
})), _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
|
1248
|
-
d: "M12,30H6a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,6,2H22a2.0021,2.0021,0,0,1,2,2V14H22V4H6V28h6Z"
|
1274
|
+
}, _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
|
1275
|
+
d: "M20 9H22V11H20zM20 25H17v2h3a2 2 0 002-2V13H20zM14 23H10a2 2 0 01-2-2V19h2v2h4V9h2V21A2 2 0 0114 23z"
|
1249
1276
|
})), children);
|
1250
1277
|
});
|
1251
1278
|
if (process.env.NODE_ENV !== "production") {
|
1252
|
-
|
1279
|
+
LetterJj.propTypes = iconPropTypes4cbeb95d.i;
|
1253
1280
|
}
|
1254
|
-
const
|
1281
|
+
const LetterKk = /*#__PURE__*/React.forwardRef(function LetterKk(_ref55, ref) {
|
1255
1282
|
let {
|
1256
1283
|
children,
|
1257
1284
|
size = 16,
|
@@ -1265,52 +1292,19 @@ const Lifesaver = /*#__PURE__*/React.forwardRef(function Lifesaver(_ref55, ref)
|
|
1265
1292
|
viewBox: "0 0 32 32",
|
1266
1293
|
fill: "currentColor",
|
1267
1294
|
...rest
|
1268
|
-
},
|
1269
|
-
d: "
|
1295
|
+
}, _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
|
1296
|
+
d: "M15 9L12.89 9 9 15.55 9 9 7 9 7 23 9 23 9 18.71 9.93 17.22 12.89 23 15 23 11.11 15.43 15 9zM22.78 23L25 23 21.22 17 25 13 22.76 13 19 17.17 19 9 17 9 17 23 19 23 19 19.25 19.96 18.21 22.78 23z"
|
1270
1297
|
})), children);
|
1271
1298
|
});
|
1272
1299
|
if (process.env.NODE_ENV !== "production") {
|
1273
|
-
|
1300
|
+
LetterKk.propTypes = iconPropTypes4cbeb95d.i;
|
1274
1301
|
}
|
1275
|
-
const
|
1302
|
+
const LetterLl = /*#__PURE__*/React.forwardRef(function LetterLl(_ref56, ref) {
|
1276
1303
|
let {
|
1277
1304
|
children,
|
1278
1305
|
size = 16,
|
1279
1306
|
...rest
|
1280
1307
|
} = _ref56;
|
1281
|
-
if (size === 16 || size === "16" || size === "16px") {
|
1282
|
-
return /*#__PURE__*/React.createElement(Icon.default, {
|
1283
|
-
width: size,
|
1284
|
-
height: size,
|
1285
|
-
ref: ref,
|
1286
|
-
xmlns: "http://www.w3.org/2000/svg",
|
1287
|
-
viewBox: "0 0 16 16",
|
1288
|
-
fill: "currentColor",
|
1289
|
-
...rest
|
1290
|
-
}, _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
|
1291
|
-
d: "M7.5 1H8.5V3.5H7.5z"
|
1292
|
-
})), _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
|
1293
|
-
d: "M10.8 3.4H13.3V4.4H10.8z",
|
1294
|
-
transform: "rotate(-45.001 12.041 3.923)"
|
1295
|
-
})), _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
|
1296
|
-
d: "M12.5 7.5H15V8.5H12.5z"
|
1297
|
-
})), _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
|
1298
|
-
d: "M11.6 10.8H12.6V13.3H11.6z",
|
1299
|
-
transform: "rotate(-45.001 12.075 12.041)"
|
1300
|
-
})), _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
|
1301
|
-
d: "M7.5 12.5H8.5V15H7.5z"
|
1302
|
-
})), _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
|
1303
|
-
d: "M2.7 11.6H5.2V12.6H2.7z",
|
1304
|
-
transform: "rotate(-45.001 3.96 12.079)"
|
1305
|
-
})), _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
|
1306
|
-
d: "M1 7.5H3.5V8.5H1z"
|
1307
|
-
})), _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
|
1308
|
-
d: "M3.4 2.7H4.4V5.2H3.4z",
|
1309
|
-
transform: "rotate(-45.001 3.925 3.961)"
|
1310
|
-
})), _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
|
1311
|
-
d: "M8,6c1.1,0,2,0.9,2,2s-0.9,2-2,2S6,9.1,6,8S6.9,6,8,6 M8,5C6.3,5,5,6.3,5,8s1.3,3,3,3s3-1.3,3-3S9.7,5,8,5z"
|
1312
|
-
})), children);
|
1313
|
-
}
|
1314
1308
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1315
1309
|
width: size,
|
1316
1310
|
height: size,
|
@@ -1319,34 +1313,14 @@ const Light = /*#__PURE__*/React.forwardRef(function Light(_ref56, ref) {
|
|
1319
1313
|
viewBox: "0 0 32 32",
|
1320
1314
|
fill: "currentColor",
|
1321
1315
|
...rest
|
1322
|
-
},
|
1323
|
-
d: "
|
1324
|
-
})), _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
|
1325
|
-
d: "M21.668 6.854H26.625999999999998V8.854H21.668z",
|
1326
|
-
transform: "rotate(-45 24.147 7.853)"
|
1327
|
-
})), _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
|
1328
|
-
d: "M25 15H30V17H25z"
|
1329
|
-
})), _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
|
1330
|
-
d: "M23.147 21.668H25.147V26.625999999999998H23.147z",
|
1331
|
-
transform: "rotate(-45 24.147 24.146)"
|
1332
|
-
})), _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
|
1333
|
-
d: "M15 25H17V30H15z"
|
1334
|
-
})), _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
|
1335
|
-
d: "M5.375 23.147H10.333V25.147H5.375z",
|
1336
|
-
transform: "rotate(-45 7.853 24.146)"
|
1337
|
-
})), _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
|
1338
|
-
d: "M2 15H7V17H2z"
|
1339
|
-
})), _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
|
1340
|
-
d: "M6.854 5.375H8.854V10.333H6.854z",
|
1341
|
-
transform: "rotate(-45 7.854 7.853)"
|
1342
|
-
})), _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
|
1343
|
-
d: "M16,12a4,4,0,1,1-4,4,4.0045,4.0045,0,0,1,4-4m0-2a6,6,0,1,0,6,6,6,6,0,0,0-6-6Z"
|
1316
|
+
}, _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
|
1317
|
+
d: "M11 21L11 9 9 9 9 23 17 23 17 21 11 21zM23 23H21a2 2 0 01-2-2V9h2V21h2z"
|
1344
1318
|
})), children);
|
1345
1319
|
});
|
1346
1320
|
if (process.env.NODE_ENV !== "production") {
|
1347
|
-
|
1321
|
+
LetterLl.propTypes = iconPropTypes4cbeb95d.i;
|
1348
1322
|
}
|
1349
|
-
const
|
1323
|
+
const LetterMm = /*#__PURE__*/React.forwardRef(function LetterMm(_ref57, ref) {
|
1350
1324
|
let {
|
1351
1325
|
children,
|
1352
1326
|
size = 16,
|
@@ -1360,34 +1334,14 @@ const LightFilled = /*#__PURE__*/React.forwardRef(function LightFilled(_ref57, r
|
|
1360
1334
|
viewBox: "0 0 32 32",
|
1361
1335
|
fill: "currentColor",
|
1362
1336
|
...rest
|
1363
|
-
},
|
1364
|
-
d: "
|
1365
|
-
})), _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
|
1366
|
-
d: "M21.668 6.854H26.625999999999998V8.854H21.668z",
|
1367
|
-
transform: "rotate(-45 24.147 7.853)"
|
1368
|
-
})), _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
|
1369
|
-
d: "M25 15H30V17H25z"
|
1370
|
-
})), _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
|
1371
|
-
d: "M23.147 21.668H25.147V26.625999999999998H23.147z",
|
1372
|
-
transform: "rotate(-45 24.147 24.146)"
|
1373
|
-
})), _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
|
1374
|
-
d: "M15 25H17V30H15z"
|
1375
|
-
})), _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
|
1376
|
-
d: "M5.375 23.147H10.333V25.147H5.375z",
|
1377
|
-
transform: "rotate(-45 7.853 24.146)"
|
1378
|
-
})), _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
|
1379
|
-
d: "M2 15H7V17H2z"
|
1380
|
-
})), _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
|
1381
|
-
d: "M6.854 5.375H8.854V10.333H6.854z",
|
1382
|
-
transform: "rotate(-45 7.854 7.853)"
|
1383
|
-
})), _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
|
1384
|
-
d: "M16,10a6,6,0,1,0,6,6,6,6,0,0,0-6-6Z"
|
1337
|
+
}, _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
|
1338
|
+
d: "M24 13H16V23h2V15h2v8h2V15h2v8h2V15A2 2 0 0024 13zM12 9L10.48 14 10 15.98 9.54 14 8 9 6 9 6 23 8 23 8 15 7.84 13 8.42 15 10 19.63 11.58 15 12.16 13 12 15 12 23 14 23 14 9 12 9z"
|
1385
1339
|
})), children);
|
1386
1340
|
});
|
1387
1341
|
if (process.env.NODE_ENV !== "production") {
|
1388
|
-
|
1342
|
+
LetterMm.propTypes = iconPropTypes4cbeb95d.i;
|
1389
1343
|
}
|
1390
|
-
const
|
1344
|
+
const LetterNn = /*#__PURE__*/React.forwardRef(function LetterNn(_ref58, ref) {
|
1391
1345
|
let {
|
1392
1346
|
children,
|
1393
1347
|
size = 16,
|
@@ -1401,14 +1355,14 @@ const Lightning = /*#__PURE__*/React.forwardRef(function Lightning(_ref58, ref)
|
|
1401
1355
|
viewBox: "0 0 32 32",
|
1402
1356
|
fill: "currentColor",
|
1403
1357
|
...rest
|
1404
|
-
},
|
1405
|
-
d: "
|
1358
|
+
}, _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
|
1359
|
+
d: "M25 23H23V15H19v8H17V13h6a2 2 0 012 2zM13 19L9.32 9 7 9 7 23 9 23 9 13 12.68 23 15 23 15 9 13 9 13 19z"
|
1406
1360
|
})), children);
|
1407
1361
|
});
|
1408
1362
|
if (process.env.NODE_ENV !== "production") {
|
1409
|
-
|
1363
|
+
LetterNn.propTypes = iconPropTypes4cbeb95d.i;
|
1410
1364
|
}
|
1411
|
-
const
|
1365
|
+
const LetterOo = /*#__PURE__*/React.forwardRef(function LetterOo(_ref59, ref) {
|
1412
1366
|
let {
|
1413
1367
|
children,
|
1414
1368
|
size = 16,
|
@@ -1422,16 +1376,14 @@ const Link = /*#__PURE__*/React.forwardRef(function Link(_ref59, ref) {
|
|
1422
1376
|
viewBox: "0 0 32 32",
|
1423
1377
|
fill: "currentColor",
|
1424
1378
|
...rest
|
1425
|
-
},
|
1426
|
-
d: "
|
1427
|
-
})), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
|
1428
|
-
d: "M4.19,24.82a4,4,0,0,1,0-5.67l8-8a4,4,0,0,1,5.67,0A3.94,3.94,0,0,1,19,14a4,4,0,0,1-1.17,2.85L15.71,19l1.42,1.42,2.12-2.12a6,6,0,0,0-8.51-8.51l-8,8a6,6,0,0,0,0,8.51A6,6,0,0,0,7,28a6.07,6.07,0,0,0,4.28-1.76L9.86,24.82A4,4,0,0,1,4.19,24.82Z"
|
1379
|
+
}, _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
|
1380
|
+
d: "M23 23H19a2 2 0 01-2-2V15a2 2 0 012-2h4a2 2 0 012 2v6A2 2 0 0123 23zm-4-8v6h4V15zM13 23H9a2 2 0 01-2-2V11A2 2 0 019 9h4a2 2 0 012 2V21A2 2 0 0113 23zM9 11V21h4V11z"
|
1429
1381
|
})), children);
|
1430
1382
|
});
|
1431
1383
|
if (process.env.NODE_ENV !== "production") {
|
1432
|
-
|
1384
|
+
LetterOo.propTypes = iconPropTypes4cbeb95d.i;
|
1433
1385
|
}
|
1434
|
-
const
|
1386
|
+
const LetterPp = /*#__PURE__*/React.forwardRef(function LetterPp(_ref60, ref) {
|
1435
1387
|
let {
|
1436
1388
|
children,
|
1437
1389
|
size = 16,
|
@@ -1445,14 +1397,14 @@ const Linux = /*#__PURE__*/React.forwardRef(function Linux(_ref60, ref) {
|
|
1445
1397
|
viewBox: "0 0 32 32",
|
1446
1398
|
fill: "currentColor",
|
1447
1399
|
...rest
|
1448
|
-
},
|
1449
|
-
d: "
|
1400
|
+
}, _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
|
1401
|
+
d: "M23 13H17V27h2V23h4a2 2 0 002-2V15A2 2 0 0023 13zm-4 8V15h4v6zM9 23H7V9h6a2 2 0 012 2v5a2 2 0 01-2 2H9zm0-7h4V11H9z"
|
1450
1402
|
})), children);
|
1451
1403
|
});
|
1452
1404
|
if (process.env.NODE_ENV !== "production") {
|
1453
|
-
|
1405
|
+
LetterPp.propTypes = iconPropTypes4cbeb95d.i;
|
1454
1406
|
}
|
1455
|
-
const
|
1407
|
+
const LetterQq = /*#__PURE__*/React.forwardRef(function LetterQq(_ref61, ref) {
|
1456
1408
|
let {
|
1457
1409
|
children,
|
1458
1410
|
size = 16,
|
@@ -1466,16 +1418,14 @@ const LinuxAlt = /*#__PURE__*/React.forwardRef(function LinuxAlt(_ref61, ref) {
|
|
1466
1418
|
viewBox: "0 0 32 32",
|
1467
1419
|
fill: "currentColor",
|
1468
1420
|
...rest
|
1469
|
-
},
|
1470
|
-
d: "
|
1471
|
-
})), _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
|
1472
|
-
d: "M30,30a3.8876,3.8876,0,0,1-4-4V14A10,10,0,0,0,6,14V26a3.8876,3.8876,0,0,1-4,4V28a1.8793,1.8793,0,0,0,2-2V14a12,12,0,0,1,24,0V26a1.8825,1.8825,0,0,0,2,2Z"
|
1421
|
+
}, _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
|
1422
|
+
d: "M19 13a2 2 0 00-2 2v6a2 2 0 002 2h4v4h2V13zm4 8H19V15h4zM13 9H9a2 2 0 00-2 2V21a2 2 0 002 2h1v2a2 2 0 002 2h2V25H12V23h1a2 2 0 002-2V11A2 2 0 0013 9zM9 21V11h4V21z"
|
1473
1423
|
})), children);
|
1474
1424
|
});
|
1475
1425
|
if (process.env.NODE_ENV !== "production") {
|
1476
|
-
|
1426
|
+
LetterQq.propTypes = iconPropTypes4cbeb95d.i;
|
1477
1427
|
}
|
1478
|
-
const
|
1428
|
+
const LetterRr = /*#__PURE__*/React.forwardRef(function LetterRr(_ref62, ref) {
|
1479
1429
|
let {
|
1480
1430
|
children,
|
1481
1431
|
size = 16,
|
@@ -1489,15 +1439,14 @@ const LinuxNamespace = /*#__PURE__*/React.forwardRef(function LinuxNamespace(_re
|
|
1489
1439
|
viewBox: "0 0 32 32",
|
1490
1440
|
fill: "currentColor",
|
1491
1441
|
...rest
|
1492
|
-
},
|
1493
|
-
|
1494
|
-
d: "M26 2H28V30H26zM20 25H6c-1.1046 0-2-.8954-2-2v-14c0-1.1046.8954-2 2-2h14c1.1046 0 2 .8954 2 2v14c0 1.1046-.8954 2-2 2zm0-16H6v14h14v-14z"
|
1442
|
+
}, _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
|
1443
|
+
d: "M16 15V11a2 2 0 00-2-2H8V23h2V17h1.48l2.34 6H16l-2.33-6H14A2 2 0 0016 15zm-6-4h4v4H10zM24 13L18 13 18 23 20 23 20 15 24 15 24 13z"
|
1495
1444
|
})), children);
|
1496
1445
|
});
|
1497
1446
|
if (process.env.NODE_ENV !== "production") {
|
1498
|
-
|
1447
|
+
LetterRr.propTypes = iconPropTypes4cbeb95d.i;
|
1499
1448
|
}
|
1500
|
-
const
|
1449
|
+
const LetterSs = /*#__PURE__*/React.forwardRef(function LetterSs(_ref63, ref) {
|
1501
1450
|
let {
|
1502
1451
|
children,
|
1503
1452
|
size = 16,
|
@@ -1511,14 +1460,14 @@ const List = /*#__PURE__*/React.forwardRef(function List(_ref63, ref) {
|
|
1511
1460
|
viewBox: "0 0 32 32",
|
1512
1461
|
fill: "currentColor",
|
1513
1462
|
...rest
|
1514
|
-
},
|
1515
|
-
d: "
|
1463
|
+
}, _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
|
1464
|
+
d: "M22 23H17V21h5V19H19a2 2 0 01-2-2V15a2 2 0 012-2h5v2H19v2h3a2 2 0 012 2v2A2 2 0 0122 23zM13 23H7V21h6V17H9a2 2 0 01-2-2V11A2 2 0 019 9h6v2H9v4h4a2 2 0 012 2v4A2 2 0 0113 23z"
|
1516
1465
|
})), children);
|
1517
1466
|
});
|
1518
1467
|
if (process.env.NODE_ENV !== "production") {
|
1519
|
-
|
1468
|
+
LetterSs.propTypes = iconPropTypes4cbeb95d.i;
|
1520
1469
|
}
|
1521
|
-
const
|
1470
|
+
const LetterTt = /*#__PURE__*/React.forwardRef(function LetterTt(_ref64, ref) {
|
1522
1471
|
let {
|
1523
1472
|
children,
|
1524
1473
|
size = 16,
|
@@ -1532,40 +1481,19 @@ const ListBoxes = /*#__PURE__*/React.forwardRef(function ListBoxes(_ref64, ref)
|
|
1532
1481
|
viewBox: "0 0 32 32",
|
1533
1482
|
fill: "currentColor",
|
1534
1483
|
...rest
|
1535
|
-
},
|
1536
|
-
d: "
|
1484
|
+
}, _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
|
1485
|
+
d: "M8 11L11 11 11 23 13 23 13 11 16 11 16 9 8 9 8 11zM23 15V13H20V11H18v2H16v2h2v6a2 2 0 002 2h3V21H20V15z"
|
1537
1486
|
})), children);
|
1538
1487
|
});
|
1539
1488
|
if (process.env.NODE_ENV !== "production") {
|
1540
|
-
|
1489
|
+
LetterTt.propTypes = iconPropTypes4cbeb95d.i;
|
1541
1490
|
}
|
1542
|
-
const
|
1491
|
+
const LetterUu = /*#__PURE__*/React.forwardRef(function LetterUu(_ref65, ref) {
|
1543
1492
|
let {
|
1544
1493
|
children,
|
1545
1494
|
size = 16,
|
1546
1495
|
...rest
|
1547
1496
|
} = _ref65;
|
1548
|
-
if (size === 16 || size === "16" || size === "16px") {
|
1549
|
-
return /*#__PURE__*/React.createElement(Icon.default, {
|
1550
|
-
width: size,
|
1551
|
-
height: size,
|
1552
|
-
ref: ref,
|
1553
|
-
xmlns: "http://www.w3.org/2000/svg",
|
1554
|
-
viewBox: "0 0 16 16",
|
1555
|
-
fill: "currentColor",
|
1556
|
-
...rest
|
1557
|
-
}, _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
|
1558
|
-
cx: "3.5",
|
1559
|
-
cy: "4.5",
|
1560
|
-
r: "1.5"
|
1561
|
-
})), _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
|
1562
|
-
cx: "3.5",
|
1563
|
-
cy: "11.5",
|
1564
|
-
r: "1.5"
|
1565
|
-
})), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
|
1566
|
-
d: "M8 11H15V12H8zM8 4H15V5H8z"
|
1567
|
-
})), children);
|
1568
|
-
}
|
1569
1497
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1570
1498
|
width: size,
|
1571
1499
|
height: size,
|
@@ -1574,22 +1502,14 @@ const ListBulleted = /*#__PURE__*/React.forwardRef(function ListBulleted(_ref65,
|
|
1574
1502
|
viewBox: "0 0 32 32",
|
1575
1503
|
fill: "currentColor",
|
1576
1504
|
...rest
|
1577
|
-
},
|
1578
|
-
|
1579
|
-
cy: "9",
|
1580
|
-
r: "3"
|
1581
|
-
})), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
|
1582
|
-
cx: "7",
|
1583
|
-
cy: "23",
|
1584
|
-
r: "3"
|
1585
|
-
})), _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
|
1586
|
-
d: "M16 22H30V24H16zM16 8H30V10H16z"
|
1505
|
+
}, _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
|
1506
|
+
d: "M23 23H19a2 2 0 01-2-2V13h2v8h4V13h2v8A2 2 0 0123 23zM13 23H9a2 2 0 01-2-2V9H9V21h4V9h2V21A2 2 0 0113 23z"
|
1587
1507
|
})), children);
|
1588
1508
|
});
|
1589
1509
|
if (process.env.NODE_ENV !== "production") {
|
1590
|
-
|
1510
|
+
LetterUu.propTypes = iconPropTypes4cbeb95d.i;
|
1591
1511
|
}
|
1592
|
-
const
|
1512
|
+
const LetterVv = /*#__PURE__*/React.forwardRef(function LetterVv(_ref66, ref) {
|
1593
1513
|
let {
|
1594
1514
|
children,
|
1595
1515
|
size = 16,
|
@@ -1603,14 +1523,14 @@ const ListChecked = /*#__PURE__*/React.forwardRef(function ListChecked(_ref66, r
|
|
1603
1523
|
viewBox: "0 0 32 32",
|
1604
1524
|
fill: "currentColor",
|
1605
1525
|
...rest
|
1606
|
-
},
|
1607
|
-
d: "
|
1526
|
+
}, _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
|
1527
|
+
d: "M25 13L23.25 13 21 22.03 18.79 13 17 13 19.5 23 22.5 23 25 13zM13 9L11 22 9 9 7 9 9.52 23 12.48 23 15 9 13 9z"
|
1608
1528
|
})), children);
|
1609
1529
|
});
|
1610
1530
|
if (process.env.NODE_ENV !== "production") {
|
1611
|
-
|
1531
|
+
LetterVv.propTypes = iconPropTypes4cbeb95d.i;
|
1612
1532
|
}
|
1613
|
-
const
|
1533
|
+
const LetterWw = /*#__PURE__*/React.forwardRef(function LetterWw(_ref67, ref) {
|
1614
1534
|
let {
|
1615
1535
|
children,
|
1616
1536
|
size = 16,
|
@@ -1624,14 +1544,14 @@ const ListCheckedMirror = /*#__PURE__*/React.forwardRef(function ListCheckedMirr
|
|
1624
1544
|
viewBox: "0 0 32 32",
|
1625
1545
|
fill: "currentColor",
|
1626
1546
|
...rest
|
1627
|
-
},
|
1628
|
-
d: "
|
1547
|
+
}, _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
|
1548
|
+
d: "M24.3 13L23.39 21.61 22 13 20 13 18.61 21.61 17.7 13 16 13 17.36 23 19.64 23 21 14.63 22.36 23 24.64 23 26 13 24.3 13zM12.21 9L11.87 17 11.61 21.54 11.2 18 10.52 12.54 8.5 12.54 7.82 18 7.41 21.54 7.16 17 6.81 9 5.01 9 6.01 23 8.28 23 9.04 18.07 9.5 14 9.51 13.97 9.52 14 9.98 18.07 10.74 23 13.01 23 14.01 9 12.21 9z"
|
1629
1549
|
})), children);
|
1630
1550
|
});
|
1631
1551
|
if (process.env.NODE_ENV !== "production") {
|
1632
|
-
|
1552
|
+
LetterWw.propTypes = iconPropTypes4cbeb95d.i;
|
1633
1553
|
}
|
1634
|
-
const
|
1554
|
+
const LetterXx = /*#__PURE__*/React.forwardRef(function LetterXx(_ref68, ref) {
|
1635
1555
|
let {
|
1636
1556
|
children,
|
1637
1557
|
size = 16,
|
@@ -1645,16 +1565,14 @@ const ListDropdown = /*#__PURE__*/React.forwardRef(function ListDropdown(_ref68,
|
|
1645
1565
|
viewBox: "0 0 32 32",
|
1646
1566
|
fill: "currentColor",
|
1647
1567
|
...rest
|
1648
|
-
},
|
1649
|
-
d: "
|
1650
|
-
})), _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
|
1651
|
-
d: "M15 11H17V13H15zM19 11H26V13H19zM15 17H17V19H15zM19 17H26V19H19zM15 23H17V25H15zM19 23H26V25H19z"
|
1568
|
+
}, _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
|
1569
|
+
d: "M15 9L13 9 11 15 9 9 7 9 9.75 16 7 23 9 23 11 17 13 23 15 23 12.24 16 15 9zM25 13L23 13 21 16.9 19 13 17 13 19.91 18 17 23 19 23 21 19.2 23 23 25 23 22.1 18 25 13z"
|
1652
1570
|
})), children);
|
1653
1571
|
});
|
1654
1572
|
if (process.env.NODE_ENV !== "production") {
|
1655
|
-
|
1573
|
+
LetterXx.propTypes = iconPropTypes4cbeb95d.i;
|
1656
1574
|
}
|
1657
|
-
const
|
1575
|
+
const LetterYy = /*#__PURE__*/React.forwardRef(function LetterYy(_ref69, ref) {
|
1658
1576
|
let {
|
1659
1577
|
children,
|
1660
1578
|
size = 16,
|
@@ -1668,14 +1586,14 @@ const ListNumbered = /*#__PURE__*/React.forwardRef(function ListNumbered(_ref69,
|
|
1668
1586
|
viewBox: "0 0 32 32",
|
1669
1587
|
fill: "currentColor",
|
1670
1588
|
...rest
|
1671
|
-
},
|
1672
|
-
d: "
|
1589
|
+
}, _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
|
1590
|
+
d: "M15 9L13 9 11 16 9 9 7 9 10 18 10 23 12 23 12 18 12 18 15 9zM23 13l-2 7.52L19.08 13H17l3.15 9.87L19.53 25H17v2h2.26a2 2 0 001.91-1.42L25 13z"
|
1673
1591
|
})), children);
|
1674
1592
|
});
|
1675
1593
|
if (process.env.NODE_ENV !== "production") {
|
1676
|
-
|
1594
|
+
LetterYy.propTypes = iconPropTypes4cbeb95d.i;
|
1677
1595
|
}
|
1678
|
-
const
|
1596
|
+
const LetterZz = /*#__PURE__*/React.forwardRef(function LetterZz(_ref70, ref) {
|
1679
1597
|
let {
|
1680
1598
|
children,
|
1681
1599
|
size = 16,
|
@@ -1689,14 +1607,14 @@ const ListNumberedMirror = /*#__PURE__*/React.forwardRef(function ListNumberedMi
|
|
1689
1607
|
viewBox: "0 0 32 32",
|
1690
1608
|
fill: "currentColor",
|
1691
1609
|
...rest
|
1692
|
-
},
|
1693
|
-
d: "
|
1610
|
+
}, _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
|
1611
|
+
d: "M25 15L25 13 17 13 17 15 22.5 15 17 21 17 23 25 23 25 21 19.51 21 25 15zM15 9L7 9 7 11 13 11 7 21 7 23 15 23 15 21 9 21 15 11 15 9z"
|
1694
1612
|
})), children);
|
1695
1613
|
});
|
1696
1614
|
if (process.env.NODE_ENV !== "production") {
|
1697
|
-
|
1615
|
+
LetterZz.propTypes = iconPropTypes4cbeb95d.i;
|
1698
1616
|
}
|
1699
|
-
const
|
1617
|
+
const License = /*#__PURE__*/React.forwardRef(function License(_ref71, ref) {
|
1700
1618
|
let {
|
1701
1619
|
children,
|
1702
1620
|
size = 16,
|
@@ -1710,14 +1628,16 @@ const LoadBalancerApplication = /*#__PURE__*/React.forwardRef(function LoadBalan
|
|
1710
1628
|
viewBox: "0 0 32 32",
|
1711
1629
|
fill: "currentColor",
|
1712
1630
|
...rest
|
1713
|
-
},
|
1714
|
-
d: "
|
1631
|
+
}, _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
|
1632
|
+
d: "M10 6H22V8H10zM10 10H22V12H10zM10 24H16V26H10zM10 14H16V16H10z"
|
1633
|
+
})), _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
|
1634
|
+
d: "M24,30H8a2.0023,2.0023,0,0,1-2-2V4A2.0023,2.0023,0,0,1,8,2H24a2.0023,2.0023,0,0,1,2,2V28A2.0023,2.0023,0,0,1,24,30ZM8,4V28H24V4Z"
|
1715
1635
|
})), children);
|
1716
1636
|
});
|
1717
1637
|
if (process.env.NODE_ENV !== "production") {
|
1718
|
-
|
1638
|
+
License.propTypes = iconPropTypes4cbeb95d.i;
|
1719
1639
|
}
|
1720
|
-
const
|
1640
|
+
const LicenseDraft = /*#__PURE__*/React.forwardRef(function LicenseDraft(_ref72, ref) {
|
1721
1641
|
let {
|
1722
1642
|
children,
|
1723
1643
|
size = 16,
|
@@ -1731,14 +1651,16 @@ const LoadBalancerClassic = /*#__PURE__*/React.forwardRef(function LoadBalancerC
|
|
1731
1651
|
viewBox: "0 0 32 32",
|
1732
1652
|
fill: "currentColor",
|
1733
1653
|
...rest
|
1734
|
-
},
|
1735
|
-
d: "
|
1654
|
+
}, _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
|
1655
|
+
d: "M8 6H20V8H8zM8 10H20V12H8zM8 14H14V16H8zM8 24H12V26H8z"
|
1656
|
+
})), _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
|
1657
|
+
d: "M29.707 19.293l-3-3a.9994.9994 0 00-1.414 0L16 25.5859V30h4.4141l9.2929-9.293A.9994.9994 0 0029.707 19.293zM19.5859 28H18V26.4141l5-5L24.5859 23zM26 21.5859L24.4141 20 26 18.4141 27.5859 20zM12 30H6a2.0021 2.0021 0 01-2-2V4A2.0021 2.0021 0 016 2H22a2.0021 2.0021 0 012 2V14H22V4H6V28h6z"
|
1736
1658
|
})), children);
|
1737
1659
|
});
|
1738
1660
|
if (process.env.NODE_ENV !== "production") {
|
1739
|
-
|
1661
|
+
LicenseDraft.propTypes = iconPropTypes4cbeb95d.i;
|
1740
1662
|
}
|
1741
|
-
const
|
1663
|
+
const LicenseGlobal = /*#__PURE__*/React.forwardRef(function LicenseGlobal(_ref73, ref) {
|
1742
1664
|
let {
|
1743
1665
|
children,
|
1744
1666
|
size = 16,
|
@@ -1752,14 +1674,16 @@ const LoadBalancerGlobal = /*#__PURE__*/React.forwardRef(function LoadBalancerGl
|
|
1752
1674
|
viewBox: "0 0 32 32",
|
1753
1675
|
fill: "currentColor",
|
1754
1676
|
...rest
|
1755
|
-
},
|
1756
|
-
d: "
|
1677
|
+
}, _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
|
1678
|
+
d: "M22 14a8 8 0 108 8A8.0092 8.0092 0 0022 14zm5.91 7H25.9563a12.03 12.03 0 00-1.2183-4.3325A6.01 6.01 0 0127.91 21zm-7.8545 0A10.0135 10.0135 0 0122 16.0146 10.0121 10.0121 0 0123.9448 21zm3.89 2A10.01 10.01 0 0122 27.9854 10.0121 10.0121 0 0120.0552 23zm-4.6831-6.332A12.0265 12.0265 0 0018.0435 21H16.09A6.01 6.01 0 0119.2617 16.668zM16.09 23h1.9532a12.0265 12.0265 0 001.2182 4.332A6.01 6.01 0 0116.09 23zm8.6482 4.332A12.0242 12.0242 0 0025.9565 23H27.91A6.0088 6.0088 0 0124.7385 27.332zM6 14H12V16H6zM6 6H18V8H6zM6 10H18V12H6zM6 24H12V26H6z"
|
1679
|
+
})), _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
|
1680
|
+
d: "M12,30H4a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,4,2H20a2.0021,2.0021,0,0,1,2,2v8H20V4H4V28h8Z"
|
1757
1681
|
})), children);
|
1758
1682
|
});
|
1759
1683
|
if (process.env.NODE_ENV !== "production") {
|
1760
|
-
|
1684
|
+
LicenseGlobal.propTypes = iconPropTypes4cbeb95d.i;
|
1761
1685
|
}
|
1762
|
-
const
|
1686
|
+
const LicenseMaintenance = /*#__PURE__*/React.forwardRef(function LicenseMaintenance(_ref74, ref) {
|
1763
1687
|
let {
|
1764
1688
|
children,
|
1765
1689
|
size = 16,
|
@@ -1773,14 +1697,16 @@ const LoadBalancerListener = /*#__PURE__*/React.forwardRef(function LoadBalancer
|
|
1773
1697
|
viewBox: "0 0 32 32",
|
1774
1698
|
fill: "currentColor",
|
1775
1699
|
...rest
|
1776
|
-
},
|
1777
|
-
d: "
|
1700
|
+
}, _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
|
1701
|
+
d: "M8 14H14V16H8zM8 6H20V8H8zM8 10H20V12H8zM8 24H14V26H8zM30 24V22H27.8989a4.9678 4.9678 0 00-.7319-1.7529l1.49-1.49-1.414-1.414-1.49 1.49A4.9678 4.9678 0 0024 18.1011V16H22v2.1011a4.9678 4.9678 0 00-1.7529.7319l-1.49-1.49-1.414 1.414 1.49 1.49A4.9678 4.9678 0 0018.1011 22H16v2h2.1011a4.9678 4.9678 0 00.7319 1.7529l-1.49 1.49 1.414 1.414 1.49-1.49A4.9678 4.9678 0 0022 27.8989V30h2V27.8989a4.9678 4.9678 0 001.7529-.7319l1.49 1.49 1.414-1.414-1.49-1.49A4.9678 4.9678 0 0027.8989 24zm-7 2a3 3 0 113-3A3.0033 3.0033 0 0123 26z"
|
1702
|
+
})), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
|
1703
|
+
d: "M14,30H6a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,6,2H22a2.0021,2.0021,0,0,1,2,2V14H22V4H6V28h8Z"
|
1778
1704
|
})), children);
|
1779
1705
|
});
|
1780
1706
|
if (process.env.NODE_ENV !== "production") {
|
1781
|
-
|
1707
|
+
LicenseMaintenance.propTypes = iconPropTypes4cbeb95d.i;
|
1782
1708
|
}
|
1783
|
-
const
|
1709
|
+
const LicenseMaintenanceDraft = /*#__PURE__*/React.forwardRef(function LicenseMaintenanceDraft(_ref75, ref) {
|
1784
1710
|
let {
|
1785
1711
|
children,
|
1786
1712
|
size = 16,
|
@@ -1794,14 +1720,16 @@ const LoadBalancerLocal = /*#__PURE__*/React.forwardRef(function LoadBalancerLoc
|
|
1794
1720
|
viewBox: "0 0 32 32",
|
1795
1721
|
fill: "currentColor",
|
1796
1722
|
...rest
|
1797
|
-
},
|
1798
|
-
d: "
|
1723
|
+
}, _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
|
1724
|
+
d: "M29.707 19.293l-3-3a.9994.9994 0 00-1.414 0L16 25.5859V30h4.4141l9.2929-9.293A.9994.9994 0 0029.707 19.293zM19.5859 28H18V26.4141l5-5L24.5859 23zM26 21.5859L24.4141 20 26 18.4141 27.5859 20zM20 13V11H17.8579a3.94 3.94 0 00-.4248-1.019L18.95 8.4644 17.5356 7.05 16.019 8.5669A3.9443 3.9443 0 0015 8.1421V6H13V8.1421a3.9443 3.9443 0 00-1.019.4248L10.4644 7.05 9.05 8.4644 10.5669 9.981A3.94 3.94 0 0010.1421 11H8v2h2.1421a3.94 3.94 0 00.4248 1.019L9.05 15.5356 10.4644 16.95l1.5166-1.5166A3.9443 3.9443 0 0013 15.8579V18h2V15.8579a3.9443 3.9443 0 001.019-.4248L17.5356 16.95 18.95 15.5356 17.4331 14.019A3.94 3.94 0 0017.8579 13zm-6 1a2 2 0 112-2A2.0025 2.0025 0 0114 14z"
|
1725
|
+
})), _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
|
1726
|
+
d: "M12,30H6a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,6,2H22a2.0021,2.0021,0,0,1,2,2V14H22V4H6V28h6Z"
|
1799
1727
|
})), children);
|
1800
1728
|
});
|
1801
1729
|
if (process.env.NODE_ENV !== "production") {
|
1802
|
-
|
1730
|
+
LicenseMaintenanceDraft.propTypes = iconPropTypes4cbeb95d.i;
|
1803
1731
|
}
|
1804
|
-
const
|
1732
|
+
const LicenseThirdParty = /*#__PURE__*/React.forwardRef(function LicenseThirdParty(_ref76, ref) {
|
1805
1733
|
let {
|
1806
1734
|
children,
|
1807
1735
|
size = 16,
|
@@ -1815,14 +1743,16 @@ const LoadBalancerNetwork = /*#__PURE__*/React.forwardRef(function LoadBalancerN
|
|
1815
1743
|
viewBox: "0 0 32 32",
|
1816
1744
|
fill: "currentColor",
|
1817
1745
|
...rest
|
1818
|
-
},
|
1819
|
-
d: "
|
1746
|
+
}, _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
|
1747
|
+
d: "M8 14H14V16H8zM8 6H20V8H8zM8 10H20V12H8zM8 24H14V26H8zM27 25H21a3 3 0 00-3 3v2h2V28a1 1 0 011-1h6a1 1 0 011 1v2h2V28A3 3 0 0027 25zM24 24a4 4 0 10-4-4A4 4 0 0024 24zm0-6a2 2 0 11-2 2A2 2 0 0124 18z"
|
1748
|
+
})), _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
|
1749
|
+
d: "M14,30H6a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,6,2H22a2.0021,2.0021,0,0,1,2,2V14H22V4H6V28h8Z"
|
1820
1750
|
})), children);
|
1821
1751
|
});
|
1822
1752
|
if (process.env.NODE_ENV !== "production") {
|
1823
|
-
|
1753
|
+
LicenseThirdParty.propTypes = iconPropTypes4cbeb95d.i;
|
1824
1754
|
}
|
1825
|
-
const
|
1755
|
+
const LicenseThirdPartyDraft = /*#__PURE__*/React.forwardRef(function LicenseThirdPartyDraft(_ref77, ref) {
|
1826
1756
|
let {
|
1827
1757
|
children,
|
1828
1758
|
size = 16,
|
@@ -1836,14 +1766,16 @@ const LoadBalancerPool = /*#__PURE__*/React.forwardRef(function LoadBalancerPool
|
|
1836
1766
|
viewBox: "0 0 32 32",
|
1837
1767
|
fill: "currentColor",
|
1838
1768
|
...rest
|
1839
|
-
},
|
1840
|
-
d: "
|
1769
|
+
}, _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
|
1770
|
+
d: "M29.707 19.293l-3-3a.9994.9994 0 00-1.414 0L16 25.5859V30h4.4141l9.2929-9.293A.9994.9994 0 0029.707 19.293zM19.5859 28H18V26.4141l5-5L24.5859 23zM26 21.5859L24.4141 20 26 18.4141 27.5859 20zM17 15H11a3 3 0 00-3 3v1h2V18a1 1 0 011-1h6a1 1 0 011 1v1h2V18A3 3 0 0017 15zM14 14a4 4 0 10-4-4A4 4 0 0014 14zm0-6a2 2 0 11-2 2A2 2 0 0114 8z"
|
1771
|
+
})), _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
|
1772
|
+
d: "M12,30H6a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,6,2H22a2.0021,2.0021,0,0,1,2,2V14H22V4H6V28h6Z"
|
1841
1773
|
})), children);
|
1842
1774
|
});
|
1843
1775
|
if (process.env.NODE_ENV !== "production") {
|
1844
|
-
|
1776
|
+
LicenseThirdPartyDraft.propTypes = iconPropTypes4cbeb95d.i;
|
1845
1777
|
}
|
1846
|
-
const
|
1778
|
+
const Lifesaver = /*#__PURE__*/React.forwardRef(function Lifesaver(_ref78, ref) {
|
1847
1779
|
let {
|
1848
1780
|
children,
|
1849
1781
|
size = 16,
|
@@ -1857,19 +1789,52 @@ const LoadBalancerVpc = /*#__PURE__*/React.forwardRef(function LoadBalancerVpc(_
|
|
1857
1789
|
viewBox: "0 0 32 32",
|
1858
1790
|
fill: "currentColor",
|
1859
1791
|
...rest
|
1860
|
-
},
|
1861
|
-
d: "
|
1792
|
+
}, _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
|
1793
|
+
d: "M28.2261,22.812a13.9664,13.9664,0,0,0,0-13.624L28.4141,9a2.0021,2.0021,0,0,0,0-2.8281l-2.5857-2.586a2.0028,2.0028,0,0,0-2.8284,0l-.1877.1875a13.9687,13.9687,0,0,0-13.6243,0L9,3.5859a2.0024,2.0024,0,0,0-2.8284,0L3.5859,6.1719A2.0021,2.0021,0,0,0,3.5859,9l.1878.1875a13.97,13.97,0,0,0,0,13.625L3.5859,23a2.0021,2.0021,0,0,0,0,2.8281l2.5857,2.586a2.0021,2.0021,0,0,0,2.8284,0l.188-.188a13.9687,13.9687,0,0,0,13.6243.0005L23,28.4141a2.0021,2.0021,0,0,0,2.8284,0l2.5857-2.586a2.0021,2.0021,0,0,0,0-2.8281ZM28,16a11.973,11.973,0,0,1-1.2546,5.3315l-3.8948-3.895a6.9808,6.9808,0,0,0,0-2.873l3.8948-3.895A11.973,11.973,0,0,1,28,16ZM27,7.5859l-4.9346,4.9346A7.0434,7.0434,0,0,0,19.48,9.9346L24.4143,5ZM16,21a5,5,0,1,1,5-5A5.0057,5.0057,0,0,1,16,21ZM21.3154,5.2705,17.4365,9.1494a6.9808,6.9808,0,0,0-2.873,0L10.6846,5.2705A12.2484,12.2484,0,0,1,21.3154,5.2705ZM7.5859,5l4.9346,4.9346a7.0449,7.0449,0,0,0-2.5859,2.5859L5,7.5859ZM4,16a11.9716,11.9716,0,0,1,1.2546-5.3311l3.8948,3.8946a6.9808,6.9808,0,0,0,0,2.873L5.2546,21.3311A11.9716,11.9716,0,0,1,4,16ZM7.5857,27,5,24.4141,9.9346,19.48a7.0434,7.0434,0,0,0,2.5859,2.5859Zm3.0989-.27,3.8789-3.8789a6.9808,6.9808,0,0,0,2.873,0L21.3154,26.73A12.2484,12.2484,0,0,1,10.6846,26.73Zm13.73.27L19.48,22.0654A7.0449,7.0449,0,0,0,22.0654,19.48L27,24.4141Z"
|
1862
1794
|
})), children);
|
1863
1795
|
});
|
1864
1796
|
if (process.env.NODE_ENV !== "production") {
|
1865
|
-
|
1797
|
+
Lifesaver.propTypes = iconPropTypes4cbeb95d.i;
|
1866
1798
|
}
|
1867
|
-
const
|
1799
|
+
const Light = /*#__PURE__*/React.forwardRef(function Light(_ref79, ref) {
|
1868
1800
|
let {
|
1869
1801
|
children,
|
1870
1802
|
size = 16,
|
1871
1803
|
...rest
|
1872
1804
|
} = _ref79;
|
1805
|
+
if (size === 16 || size === "16" || size === "16px") {
|
1806
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
1807
|
+
width: size,
|
1808
|
+
height: size,
|
1809
|
+
ref: ref,
|
1810
|
+
xmlns: "http://www.w3.org/2000/svg",
|
1811
|
+
viewBox: "0 0 16 16",
|
1812
|
+
fill: "currentColor",
|
1813
|
+
...rest
|
1814
|
+
}, _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
|
1815
|
+
d: "M7.5 1H8.5V3.5H7.5z"
|
1816
|
+
})), _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
|
1817
|
+
d: "M10.8 3.4H13.3V4.4H10.8z",
|
1818
|
+
transform: "rotate(-45.001 12.041 3.923)"
|
1819
|
+
})), _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
|
1820
|
+
d: "M12.5 7.5H15V8.5H12.5z"
|
1821
|
+
})), _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
|
1822
|
+
d: "M11.6 10.8H12.6V13.3H11.6z",
|
1823
|
+
transform: "rotate(-45.001 12.075 12.041)"
|
1824
|
+
})), _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
|
1825
|
+
d: "M7.5 12.5H8.5V15H7.5z"
|
1826
|
+
})), _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
|
1827
|
+
d: "M2.7 11.6H5.2V12.6H2.7z",
|
1828
|
+
transform: "rotate(-45.001 3.96 12.079)"
|
1829
|
+
})), _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
|
1830
|
+
d: "M1 7.5H3.5V8.5H1z"
|
1831
|
+
})), _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
|
1832
|
+
d: "M3.4 2.7H4.4V5.2H3.4z",
|
1833
|
+
transform: "rotate(-45.001 3.925 3.961)"
|
1834
|
+
})), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
|
1835
|
+
d: "M8,6c1.1,0,2,0.9,2,2s-0.9,2-2,2S6,9.1,6,8S6.9,6,8,6 M8,5C6.3,5,5,6.3,5,8s1.3,3,3,3s3-1.3,3-3S9.7,5,8,5z"
|
1836
|
+
})), children);
|
1837
|
+
}
|
1873
1838
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1874
1839
|
width: size,
|
1875
1840
|
height: size,
|
@@ -1878,16 +1843,34 @@ const Location = /*#__PURE__*/React.forwardRef(function Location(_ref79, ref) {
|
|
1878
1843
|
viewBox: "0 0 32 32",
|
1879
1844
|
fill: "currentColor",
|
1880
1845
|
...rest
|
1881
|
-
},
|
1882
|
-
d: "
|
1846
|
+
}, _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
|
1847
|
+
d: "M15 2H17V7H15z"
|
1848
|
+
})), _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
|
1849
|
+
d: "M21.668 6.854H26.625999999999998V8.854H21.668z",
|
1850
|
+
transform: "rotate(-45 24.147 7.853)"
|
1851
|
+
})), _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
|
1852
|
+
d: "M25 15H30V17H25z"
|
1853
|
+
})), _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
|
1854
|
+
d: "M23.147 21.668H25.147V26.625999999999998H23.147z",
|
1855
|
+
transform: "rotate(-45 24.147 24.146)"
|
1856
|
+
})), _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
|
1857
|
+
d: "M15 25H17V30H15z"
|
1858
|
+
})), _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
|
1859
|
+
d: "M5.375 23.147H10.333V25.147H5.375z",
|
1860
|
+
transform: "rotate(-45 7.853 24.146)"
|
1861
|
+
})), _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
|
1862
|
+
d: "M2 15H7V17H2z"
|
1883
1863
|
})), _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
|
1884
|
-
d: "
|
1864
|
+
d: "M6.854 5.375H8.854V10.333H6.854z",
|
1865
|
+
transform: "rotate(-45 7.854 7.853)"
|
1866
|
+
})), _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
|
1867
|
+
d: "M16,12a4,4,0,1,1-4,4,4.0045,4.0045,0,0,1,4-4m0-2a6,6,0,1,0,6,6,6,6,0,0,0-6-6Z"
|
1885
1868
|
})), children);
|
1886
1869
|
});
|
1887
1870
|
if (process.env.NODE_ENV !== "production") {
|
1888
|
-
|
1871
|
+
Light.propTypes = iconPropTypes4cbeb95d.i;
|
1889
1872
|
}
|
1890
|
-
const
|
1873
|
+
const LightFilled = /*#__PURE__*/React.forwardRef(function LightFilled(_ref80, ref) {
|
1891
1874
|
let {
|
1892
1875
|
children,
|
1893
1876
|
size = 16,
|
@@ -1901,18 +1884,34 @@ const LocationCompany = /*#__PURE__*/React.forwardRef(function LocationCompany(_
|
|
1901
1884
|
viewBox: "0 0 32 32",
|
1902
1885
|
fill: "currentColor",
|
1903
1886
|
...rest
|
1904
|
-
},
|
1905
|
-
d: "
|
1906
|
-
})), _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
|
1907
|
-
d: "M21,18H19V10H13v8H11V10a2.0021,2.0021,0,0,1,2-2h6a2.0021,2.0021,0,0,1,2,2Z"
|
1887
|
+
}, _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
|
1888
|
+
d: "M15 2H17V7H15z"
|
1908
1889
|
})), _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
|
1909
|
-
d: "
|
1890
|
+
d: "M21.668 6.854H26.625999999999998V8.854H21.668z",
|
1891
|
+
transform: "rotate(-45 24.147 7.853)"
|
1892
|
+
})), _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
|
1893
|
+
d: "M25 15H30V17H25z"
|
1894
|
+
})), _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
|
1895
|
+
d: "M23.147 21.668H25.147V26.625999999999998H23.147z",
|
1896
|
+
transform: "rotate(-45 24.147 24.146)"
|
1897
|
+
})), _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
|
1898
|
+
d: "M15 25H17V30H15z"
|
1899
|
+
})), _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
|
1900
|
+
d: "M5.375 23.147H10.333V25.147H5.375z",
|
1901
|
+
transform: "rotate(-45 7.853 24.146)"
|
1902
|
+
})), _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
|
1903
|
+
d: "M2 15H7V17H2z"
|
1904
|
+
})), _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
|
1905
|
+
d: "M6.854 5.375H8.854V10.333H6.854z",
|
1906
|
+
transform: "rotate(-45 7.854 7.853)"
|
1907
|
+
})), _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
|
1908
|
+
d: "M16,10a6,6,0,1,0,6,6,6,6,0,0,0-6-6Z"
|
1910
1909
|
})), children);
|
1911
1910
|
});
|
1912
1911
|
if (process.env.NODE_ENV !== "production") {
|
1913
|
-
|
1912
|
+
LightFilled.propTypes = iconPropTypes4cbeb95d.i;
|
1914
1913
|
}
|
1915
|
-
const
|
1914
|
+
const Lightning = /*#__PURE__*/React.forwardRef(function Lightning(_ref81, ref) {
|
1916
1915
|
let {
|
1917
1916
|
children,
|
1918
1917
|
size = 16,
|
@@ -1926,17 +1925,14 @@ const LocationCompanyFilled = /*#__PURE__*/React.forwardRef(function LocationCom
|
|
1926
1925
|
viewBox: "0 0 32 32",
|
1927
1926
|
fill: "currentColor",
|
1928
1927
|
...rest
|
1929
|
-
},
|
1930
|
-
|
1931
|
-
d: "M21,18H19V10H13v8H11V10a2.0021,2.0021,0,0,1,2-2h6a2.0021,2.0021,0,0,1,2,2Zm-4-2H15v2h2Zm0-4H15v2h2Z"
|
1932
|
-
})), _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
|
1933
|
-
d: "M16,2A11.0134,11.0134,0,0,0,5,13a10.8885,10.8885,0,0,0,2.2163,6.6s.3.3945.3482.4517L16,30l8.439-9.9526c.0444-.0533.3447-.4478.3447-.4478l.0015-.0024A10.8846,10.8846,0,0,0,27,13,11.0134,11.0134,0,0,0,16,2Zm1,16H15V16h2Zm0-4H15V12h2Zm4,4H19V10H13v8H11V10a2.0023,2.0023,0,0,1,2-2h6a2.0023,2.0023,0,0,1,2,2Z"
|
1928
|
+
}, _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
|
1929
|
+
d: "M11.61,29.92a1,1,0,0,1-.6-1.07L12.83,17H8a1,1,0,0,1-1-1.23l3-13A1,1,0,0,1,11,2H21a1,1,0,0,1,.78.37,1,1,0,0,1,.2.85L20.25,11H25a1,1,0,0,1,.9.56,1,1,0,0,1-.11,1l-13,17A1,1,0,0,1,12,30,1.09,1.09,0,0,1,11.61,29.92ZM17.75,13l2-9H11.8L9.26,15h5.91L13.58,25.28,23,13Z"
|
1934
1930
|
})), children);
|
1935
1931
|
});
|
1936
1932
|
if (process.env.NODE_ENV !== "production") {
|
1937
|
-
|
1933
|
+
Lightning.propTypes = iconPropTypes4cbeb95d.i;
|
1938
1934
|
}
|
1939
|
-
const
|
1935
|
+
const Link = /*#__PURE__*/React.forwardRef(function Link(_ref82, ref) {
|
1940
1936
|
let {
|
1941
1937
|
children,
|
1942
1938
|
size = 16,
|
@@ -1950,14 +1946,16 @@ const LocationCurrent = /*#__PURE__*/React.forwardRef(function LocationCurrent(_
|
|
1950
1946
|
viewBox: "0 0 32 32",
|
1951
1947
|
fill: "currentColor",
|
1952
1948
|
...rest
|
1953
|
-
},
|
1954
|
-
d: "
|
1949
|
+
}, _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
|
1950
|
+
d: "M29.25,6.76a6,6,0,0,0-8.5,0l1.42,1.42a4,4,0,1,1,5.67,5.67l-8,8a4,4,0,1,1-5.67-5.66l1.41-1.42-1.41-1.42-1.42,1.42a6,6,0,0,0,0,8.5A6,6,0,0,0,17,25a6,6,0,0,0,4.27-1.76l8-8A6,6,0,0,0,29.25,6.76Z"
|
1951
|
+
})), _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
|
1952
|
+
d: "M4.19,24.82a4,4,0,0,1,0-5.67l8-8a4,4,0,0,1,5.67,0A3.94,3.94,0,0,1,19,14a4,4,0,0,1-1.17,2.85L15.71,19l1.42,1.42,2.12-2.12a6,6,0,0,0-8.51-8.51l-8,8a6,6,0,0,0,0,8.51A6,6,0,0,0,7,28a6.07,6.07,0,0,0,4.28-1.76L9.86,24.82A4,4,0,0,1,4.19,24.82Z"
|
1955
1953
|
})), children);
|
1956
1954
|
});
|
1957
1955
|
if (process.env.NODE_ENV !== "production") {
|
1958
|
-
|
1956
|
+
Link.propTypes = iconPropTypes4cbeb95d.i;
|
1959
1957
|
}
|
1960
|
-
const
|
1958
|
+
const Linux = /*#__PURE__*/React.forwardRef(function Linux(_ref83, ref) {
|
1961
1959
|
let {
|
1962
1960
|
children,
|
1963
1961
|
size = 16,
|
@@ -1971,19 +1969,14 @@ const LocationFilled = /*#__PURE__*/React.forwardRef(function LocationFilled(_re
|
|
1971
1969
|
viewBox: "0 0 32 32",
|
1972
1970
|
fill: "currentColor",
|
1973
1971
|
...rest
|
1974
|
-
},
|
1975
|
-
d: "
|
1976
|
-
})), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
|
1977
|
-
cx: "16",
|
1978
|
-
cy: "13",
|
1979
|
-
r: "4",
|
1980
|
-
fill: "none"
|
1972
|
+
}, _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
|
1973
|
+
d: "M29.8945,23.542l-1.7238-3.4473a1.9994,1.9994,0,0,0-1.7886-1.1054h-.4683a14.887,14.887,0,0,0-1.8193-4.5977C23.0647,12.4429,22,10.4277,22,8A6,6,0,0,0,10,8a13.0041,13.0041,0,0,1-2.0486,6.2153,14.7022,14.7022,0,0,0-1.8708,4.7759H5.6184a2.0007,2.0007,0,0,0-1.7893,1.106L2.1055,23.5439a1,1,0,0,0,.0971,1.0508L6.2319,29.92a2.9995,2.9995,0,0,0,3.8482.6519l1.8735-1.1241A13.8223,13.8223,0,0,0,16,30a13.8034,13.8034,0,0,0,4.0488-.5527L21.92,30.57a2.9819,2.9819,0,0,0,1.5385.43,3.0385,3.0385,0,0,0,2.3389-1.1187l4-5.2885A1.001,1.001,0,0,0,29.8945,23.542Zm-7.5683-8.2158a14.8311,14.8311,0,0,1,1.5591,3.6631H21.738a16.6591,16.6591,0,0,0-.98-2.6455,12.7083,12.7083,0,0,1-.8789-2.4454,8.8046,8.8046,0,0,0,1.0034-1.4277l.0384-.0718A30.746,30.746,0,0,0,22.3262,15.3262ZM12,21a9.3959,9.3959,0,0,1,1.0728-3.8516c.2563-.5825.5158-1.1757.726-1.7993a4.0474,4.0474,0,0,0,4.4024,0c.21.6236.47,1.2168.726,1.7993A9.3959,9.3959,0,0,1,20,21c0,1.2881-.4146,3-4,3S12,22.2881,12,21Zm6.5105-8.5752A3.6265,3.6265,0,0,1,16,14a3.6273,3.6273,0,0,1-2.5107-1.5757,7.6356,7.6356,0,0,1,5.0212,0ZM12,8a4,4,0,0,1,8,0,10.9164,10.9164,0,0,0,.4673,3.1152A7.9811,7.9811,0,0,0,19,10.4849V8H17v2.0542a9.2522,9.2522,0,0,0-2,0V8H13v2.4849a7.9019,7.9019,0,0,0-1.4785.6372A10.7093,10.7093,0,0,0,12,8ZM9.7146,15.1592A29.8007,29.8007,0,0,0,11.0693,12.38l.0484.09a8.8046,8.8046,0,0,0,1.0034,1.4277,12.7083,12.7083,0,0,1-.8789,2.4454,16.6574,16.6574,0,0,0-.981,2.6474H8.1047A14.0567,14.0567,0,0,1,9.7146,15.1592Zm1.3708,12.4775L9.0508,28.8574a.9866.9866,0,0,1-1.2529-.1806L4.1724,23.8833l1.4458-2.8921h3.706L11.49,26.3853A1.0036,1.0036,0,0,1,11.0854,27.6367Zm2.316.1177a2.9571,2.9571,0,0,0-.0562-2.11A9.03,9.03,0,0,0,16,26a9.0237,9.0237,0,0,0,2.6562-.3564,2.9889,2.9889,0,0,0-.0546,2.11,13.8722,13.8722,0,0,1-5.2,0Zm10.83.8833a.996.996,0,0,1-1.2827.2178l-2.0342-1.2207h0a1.01,1.01,0,0,1-.396-1.273l2.157-5.3725h3.7058l1.4461,2.892Z"
|
1981
1974
|
})), children);
|
1982
1975
|
});
|
1983
1976
|
if (process.env.NODE_ENV !== "production") {
|
1984
|
-
|
1977
|
+
Linux.propTypes = iconPropTypes4cbeb95d.i;
|
1985
1978
|
}
|
1986
|
-
const
|
1979
|
+
const LinuxAlt = /*#__PURE__*/React.forwardRef(function LinuxAlt(_ref84, ref) {
|
1987
1980
|
let {
|
1988
1981
|
children,
|
1989
1982
|
size = 16,
|
@@ -1997,20 +1990,16 @@ const LocationHazard = /*#__PURE__*/React.forwardRef(function LocationHazard(_re
|
|
1997
1990
|
viewBox: "0 0 32 32",
|
1998
1991
|
fill: "currentColor",
|
1999
1992
|
...rest
|
2000
|
-
},
|
2001
|
-
|
2002
|
-
|
2003
|
-
|
2004
|
-
})), _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
|
2005
|
-
d: "M15 7H17V16H15z"
|
2006
|
-
})), _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
|
2007
|
-
d: "M16,30,7.5645,20.0513c-.0479-.0571-.3482-.4515-.3482-.4515A10.8888,10.8888,0,0,1,5,13a11,11,0,0,1,22,0,10.8844,10.8844,0,0,1-2.2148,6.5973l-.0015.0025s-.3.3944-.3447.4474ZM8.8125,18.395c.001.0007.2334.3082.2866.3744L16,26.9079l6.91-8.15c.0439-.0552.2783-.3649.2788-.3657A8.901,8.901,0,0,0,25,13,9,9,0,0,0,7,13a8.9054,8.9054,0,0,0,1.8125,5.395Z"
|
1993
|
+
}, _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
|
1994
|
+
d: "M22.6121,20.5215A6.1582,6.1582,0,0,0,24,16.5254C24,13.4785,21.9812,11,19.5,11A4.2435,4.2435,0,0,0,16,13.06,4.2435,4.2435,0,0,0,12.5,11C10.0188,11,8,13.4785,8,16.5254a6.1593,6.1593,0,0,0,1.3879,3.9961c-.5688.3686-.9389.6416-.988.6787a1,1,0,0,0-.1807,1.4248C8.6592,23.1748,12.6169,28,16,28s7.3408-4.8252,7.7808-5.375A1,1,0,0,0,23.6,21.2C23.551,21.1631,23.1812,20.89,22.6121,20.5215ZM12.5,13c1.3552,0,2.5,1.6143,2.5,3.5254v1.5664a9.1005,9.1005,0,0,0-1.0244.2314A2.6411,2.6411,0,0,0,14,18c0-1.1045-.6716-2-1.5-2s-1.5.8955-1.5,2a2.38,2.38,0,0,0,.4072,1.3623c-.0813.0415-.1687.0806-.248.1221A4.0291,4.0291,0,0,1,10,16.5254C10,14.6143,11.1448,13,12.5,13ZM16,26c-1.5691,0-3.9648-2.084-5.52-3.8057C11.9,21.2788,14.2656,20,16,20s4.1,1.2788,5.52,2.1943C19.9648,23.916,17.5691,26,16,26Zm4.8408-6.5156c-.0793-.0415-.1667-.0806-.248-.1221A2.38,2.38,0,0,0,21,18c0-1.1045-.6716-2-1.5-2s-1.5.8955-1.5,2a2.6411,2.6411,0,0,0,.0244.3232A9.1005,9.1005,0,0,0,17,18.0918V16.5254C17,14.6143,18.1448,13,19.5,13S22,14.6143,22,16.5254A4.0291,4.0291,0,0,1,20.8408,19.4844Z"
|
1995
|
+
})), _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
|
1996
|
+
d: "M30,30a3.8876,3.8876,0,0,1-4-4V14A10,10,0,0,0,6,14V26a3.8876,3.8876,0,0,1-4,4V28a1.8793,1.8793,0,0,0,2-2V14a12,12,0,0,1,24,0V26a1.8825,1.8825,0,0,0,2,2Z"
|
2008
1997
|
})), children);
|
2009
1998
|
});
|
2010
1999
|
if (process.env.NODE_ENV !== "production") {
|
2011
|
-
|
2000
|
+
LinuxAlt.propTypes = iconPropTypes4cbeb95d.i;
|
2012
2001
|
}
|
2013
|
-
const
|
2002
|
+
const LinuxNamespace = /*#__PURE__*/React.forwardRef(function LinuxNamespace(_ref85, ref) {
|
2014
2003
|
let {
|
2015
2004
|
children,
|
2016
2005
|
size = 16,
|
@@ -2024,17 +2013,15 @@ const LocationHazardFilled = /*#__PURE__*/React.forwardRef(function LocationHaza
|
|
2024
2013
|
viewBox: "0 0 32 32",
|
2025
2014
|
fill: "currentColor",
|
2026
2015
|
...rest
|
2027
|
-
},
|
2028
|
-
|
2029
|
-
d: "
|
2030
|
-
})), _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
|
2031
|
-
d: "M16,2A11.0134,11.0134,0,0,0,5,13a10.8885,10.8885,0,0,0,2.2163,6.6s.3.3945.3482.4517L16,30l8.439-9.9526c.0444-.0533.3447-.4478.3447-.4478l.0015-.0024A10.8846,10.8846,0,0,0,27,13,11.0134,11.0134,0,0,0,16,2ZM14.875,7h2.25v9h-2.25ZM16,22a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,16,22Z"
|
2016
|
+
}, _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
|
2017
|
+
strokeWidth: "0",
|
2018
|
+
d: "M26 2H28V30H26zM20 25H6c-1.1046 0-2-.8954-2-2v-14c0-1.1046.8954-2 2-2h14c1.1046 0 2 .8954 2 2v14c0 1.1046-.8954 2-2 2zm0-16H6v14h14v-14z"
|
2032
2019
|
})), children);
|
2033
2020
|
});
|
2034
2021
|
if (process.env.NODE_ENV !== "production") {
|
2035
|
-
|
2022
|
+
LinuxNamespace.propTypes = iconPropTypes4cbeb95d.i;
|
2036
2023
|
}
|
2037
|
-
const
|
2024
|
+
const List = /*#__PURE__*/React.forwardRef(function List(_ref86, ref) {
|
2038
2025
|
let {
|
2039
2026
|
children,
|
2040
2027
|
size = 16,
|
@@ -2048,16 +2035,14 @@ const LocationHeart = /*#__PURE__*/React.forwardRef(function LocationHeart(_ref8
|
|
2048
2035
|
viewBox: "0 0 32 32",
|
2049
2036
|
fill: "currentColor",
|
2050
2037
|
...rest
|
2051
|
-
},
|
2052
|
-
d: "
|
2053
|
-
})), _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
|
2054
|
-
d: "M16,30,7.5645,20.0513c-.0479-.0571-.3482-.4515-.3482-.4515A10.8888,10.8888,0,0,1,5,13a11,11,0,0,1,22,0,10.8844,10.8844,0,0,1-2.2148,6.5973l-.0015.0025s-.3.3944-.3447.4474ZM8.8125,18.395c.001.0007.2334.3082.2866.3744L16,26.9079l6.91-8.15c.0439-.0552.2783-.3649.2788-.3657A8.901,8.901,0,0,0,25,13,9,9,0,0,0,7,13a8.9054,8.9054,0,0,0,1.8125,5.395Z"
|
2038
|
+
}, _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
|
2039
|
+
d: "M10 6H28V8H10zM10 24H28V26H10zM10 15H28V17H10zM4 15H6V17H4zM4 6H6V8H4zM4 24H6V26H4z"
|
2055
2040
|
})), children);
|
2056
2041
|
});
|
2057
2042
|
if (process.env.NODE_ENV !== "production") {
|
2058
|
-
|
2043
|
+
List.propTypes = iconPropTypes4cbeb95d.i;
|
2059
2044
|
}
|
2060
|
-
const
|
2045
|
+
const ListBoxes = /*#__PURE__*/React.forwardRef(function ListBoxes(_ref87, ref) {
|
2061
2046
|
let {
|
2062
2047
|
children,
|
2063
2048
|
size = 16,
|
@@ -2071,22 +2056,40 @@ const LocationHeartFilled = /*#__PURE__*/React.forwardRef(function LocationHeart
|
|
2071
2056
|
viewBox: "0 0 32 32",
|
2072
2057
|
fill: "currentColor",
|
2073
2058
|
...rest
|
2074
|
-
},
|
2075
|
-
|
2076
|
-
d: "M18.303,9a2.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,18l4.2089-4.2978a2.7992,2.7992,0,0,0,0-3.8964A2.6616,2.6616,0,0,0,18.303,9Z"
|
2077
|
-
})), _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
|
2078
|
-
d: "M16,2A11.0134,11.0134,0,0,0,5,13a10.8885,10.8885,0,0,0,2.2163,6.6s.3.3945.3482.4517L16,30l8.439-9.9526c.0444-.0533.3447-.4478.3447-.4478l.0015-.0024A10.8846,10.8846,0,0,0,27,13,11.0134,11.0134,0,0,0,16,2Zm4.2109,11.7021L16.002,18l-4.2129-4.2979a2.7992,2.7992,0,0,1,0-3.8964,2.6619,2.6619,0,0,1,3.8159,0l.397.4057.393-.4057a2.6619,2.6619,0,0,1,3.8159,0A2.7992,2.7992,0,0,1,20.2109,13.7021Z"
|
2059
|
+
}, _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
|
2060
|
+
d: "M16 8H30V10H16zM16 22H30V24H16zM10 14H4a2.0023 2.0023 0 01-2-2V6A2.0023 2.0023 0 014 4h6a2.0023 2.0023 0 012 2v6A2.0023 2.0023 0 0110 14zM4 6v6h6.0012L10 6zM10 28H4a2.0023 2.0023 0 01-2-2V20a2.0023 2.0023 0 012-2h6a2.0023 2.0023 0 012 2v6A2.0023 2.0023 0 0110 28zM4 20v6h6.0012L10 20z"
|
2079
2061
|
})), children);
|
2080
2062
|
});
|
2081
2063
|
if (process.env.NODE_ENV !== "production") {
|
2082
|
-
|
2064
|
+
ListBoxes.propTypes = iconPropTypes4cbeb95d.i;
|
2083
2065
|
}
|
2084
|
-
const
|
2066
|
+
const ListBulleted = /*#__PURE__*/React.forwardRef(function ListBulleted(_ref88, ref) {
|
2085
2067
|
let {
|
2086
2068
|
children,
|
2087
2069
|
size = 16,
|
2088
2070
|
...rest
|
2089
2071
|
} = _ref88;
|
2072
|
+
if (size === 16 || size === "16" || size === "16px") {
|
2073
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
2074
|
+
width: size,
|
2075
|
+
height: size,
|
2076
|
+
ref: ref,
|
2077
|
+
xmlns: "http://www.w3.org/2000/svg",
|
2078
|
+
viewBox: "0 0 16 16",
|
2079
|
+
fill: "currentColor",
|
2080
|
+
...rest
|
2081
|
+
}, _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
|
2082
|
+
cx: "3.5",
|
2083
|
+
cy: "4.5",
|
2084
|
+
r: "1.5"
|
2085
|
+
})), _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
|
2086
|
+
cx: "3.5",
|
2087
|
+
cy: "11.5",
|
2088
|
+
r: "1.5"
|
2089
|
+
})), _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
|
2090
|
+
d: "M8 11H15V12H8zM8 4H15V5H8z"
|
2091
|
+
})), children);
|
2092
|
+
}
|
2090
2093
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2091
2094
|
width: size,
|
2092
2095
|
height: size,
|
@@ -2095,18 +2098,22 @@ const LocationInfo = /*#__PURE__*/React.forwardRef(function LocationInfo(_ref88,
|
|
2095
2098
|
viewBox: "0 0 32 32",
|
2096
2099
|
fill: "currentColor",
|
2097
2100
|
...rest
|
2098
|
-
},
|
2099
|
-
|
2100
|
-
|
2101
|
-
|
2102
|
-
|
2103
|
-
|
2101
|
+
}, _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
|
2102
|
+
cx: "7",
|
2103
|
+
cy: "9",
|
2104
|
+
r: "3"
|
2105
|
+
})), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
|
2106
|
+
cx: "7",
|
2107
|
+
cy: "23",
|
2108
|
+
r: "3"
|
2109
|
+
})), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
|
2110
|
+
d: "M16 22H30V24H16zM16 8H30V10H16z"
|
2104
2111
|
})), children);
|
2105
2112
|
});
|
2106
2113
|
if (process.env.NODE_ENV !== "production") {
|
2107
|
-
|
2114
|
+
ListBulleted.propTypes = iconPropTypes4cbeb95d.i;
|
2108
2115
|
}
|
2109
|
-
const
|
2116
|
+
const ListChecked = /*#__PURE__*/React.forwardRef(function ListChecked(_ref89, ref) {
|
2110
2117
|
let {
|
2111
2118
|
children,
|
2112
2119
|
size = 16,
|
@@ -2120,19 +2127,14 @@ const LocationInfoFilled = /*#__PURE__*/React.forwardRef(function LocationInfoFi
|
|
2120
2127
|
viewBox: "0 0 32 32",
|
2121
2128
|
fill: "currentColor",
|
2122
2129
|
...rest
|
2123
|
-
},
|
2124
|
-
|
2125
|
-
d: "m16,2c-6.0654,0-11,4.936-11,11,0,2.3931.7656,4.6729,2.2163,6.5996,0,0,.3003.3945.3481.4517l8.4355,9.9487,8.439-9.9526c.0444-.0532.3447-.4478.3447-.4478l.0015-.0024c1.4492-1.9243,2.2148-4.2041,2.2148-6.5972,0-6.064-4.9346-11-11-11Zm-.5,4c.8284,0,1.5.6714,1.5,1.5s-.6716,1.5-1.5,1.5-1.5-.6714-1.5-1.5.6716-1.5,1.5-1.5Zm4.5,14h-8v-2h3v-5h-2v-2h4v7h3v2Z"
|
2126
|
-
})), _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
|
2127
|
-
fill: "none",
|
2128
|
-
strokeWidth: "0",
|
2129
|
-
d: "m15.5,6c.8284,0,1.5.6714,1.5,1.5s-.6716,1.5-1.5,1.5-1.5-.6714-1.5-1.5.6716-1.5,1.5-1.5Zm4.5,14h-8v-2h3v-5h-2v-2h4v7h3v2Z"
|
2130
|
+
}, _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
|
2131
|
+
d: "M16 22H30V24H16zM14 19.4L12.6 18 6 24.6 3.4 22 2 23.4 6 27.4zM16 8H30V10H16zM14 5.4L12.6 4 6 10.6 3.4 8 2 9.4 6 13.4z"
|
2130
2132
|
})), children);
|
2131
2133
|
});
|
2132
2134
|
if (process.env.NODE_ENV !== "production") {
|
2133
|
-
|
2135
|
+
ListChecked.propTypes = iconPropTypes4cbeb95d.i;
|
2134
2136
|
}
|
2135
|
-
const
|
2137
|
+
const ListCheckedMirror = /*#__PURE__*/React.forwardRef(function ListCheckedMirror(_ref90, ref) {
|
2136
2138
|
let {
|
2137
2139
|
children,
|
2138
2140
|
size = 16,
|
@@ -2146,16 +2148,14 @@ const LocationPerson = /*#__PURE__*/React.forwardRef(function LocationPerson(_re
|
|
2146
2148
|
viewBox: "0 0 32 32",
|
2147
2149
|
fill: "currentColor",
|
2148
2150
|
...rest
|
2149
|
-
},
|
2150
|
-
d: "
|
2151
|
-
})), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
|
2152
|
-
d: "M16,30,7.5645,20.0513c-.0479-.0571-.3482-.4515-.3482-.4515A10.8888,10.8888,0,0,1,5,13a11,11,0,0,1,22,0,10.8844,10.8844,0,0,1-2.2148,6.5973l-.0015.0025s-.3.3944-.3447.4474ZM8.8125,18.395c.001.0007.2334.3082.2866.3744L16,26.9079l6.91-8.15c.0439-.0552.2783-.3649.2788-.3657A8.901,8.901,0,0,0,25,13,9,9,0,0,0,7,13a8.9054,8.9054,0,0,0,1.8125,5.395Z"
|
2151
|
+
}, _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
|
2152
|
+
d: "M30 19.4L28.6 18 22 24.6 19.4 22 18 23.4 22 27.4zM2 22H16V24H2zM30 5.4L28.6 4 22 10.6 19.4 8 18 9.4 22 13.4zM2 8H16V10H2z"
|
2153
2153
|
})), children);
|
2154
2154
|
});
|
2155
2155
|
if (process.env.NODE_ENV !== "production") {
|
2156
|
-
|
2156
|
+
ListCheckedMirror.propTypes = iconPropTypes4cbeb95d.i;
|
2157
2157
|
}
|
2158
|
-
const
|
2158
|
+
const ListDropdown = /*#__PURE__*/React.forwardRef(function ListDropdown(_ref91, ref) {
|
2159
2159
|
let {
|
2160
2160
|
children,
|
2161
2161
|
size = 16,
|
@@ -2169,21 +2169,16 @@ const LocationPersonFilled = /*#__PURE__*/React.forwardRef(function LocationPers
|
|
2169
2169
|
viewBox: "0 0 32 32",
|
2170
2170
|
fill: "currentColor",
|
2171
2171
|
...rest
|
2172
|
-
},
|
2173
|
-
|
2174
|
-
|
2175
|
-
|
2176
|
-
cx: "16",
|
2177
|
-
cy: "11",
|
2178
|
-
r: "1"
|
2179
|
-
})), _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
|
2180
|
-
d: "M16,2A11.0134,11.0134,0,0,0,5,13a10.8885,10.8885,0,0,0,2.2163,6.6s.3.3945.3482.4517L16,30l8.439-9.9526c.0444-.0533.3447-.4478.3447-.4478l.0015-.0024A10.8846,10.8846,0,0,0,27,13,11.0134,11.0134,0,0,0,16,2Zm0,6a3,3,0,1,1-3,3A3.0033,3.0033,0,0,1,16,8Zm4,11H18V17H14v2H12V17a2.0023,2.0023,0,0,1,2-2h4a2.0023,2.0023,0,0,1,2,2Z"
|
2172
|
+
}, _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
|
2173
|
+
d: "M26,6V2H2V12h9V30H30V6ZM4,10V4H24V6H11v4ZM28,28H13V8H28Z"
|
2174
|
+
})), _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
|
2175
|
+
d: "M15 11H17V13H15zM19 11H26V13H19zM15 17H17V19H15zM19 17H26V19H19zM15 23H17V25H15zM19 23H26V25H19z"
|
2181
2176
|
})), children);
|
2182
2177
|
});
|
2183
2178
|
if (process.env.NODE_ENV !== "production") {
|
2184
|
-
|
2179
|
+
ListDropdown.propTypes = iconPropTypes4cbeb95d.i;
|
2185
2180
|
}
|
2186
|
-
const
|
2181
|
+
const ListNumbered = /*#__PURE__*/React.forwardRef(function ListNumbered(_ref92, ref) {
|
2187
2182
|
let {
|
2188
2183
|
children,
|
2189
2184
|
size = 16,
|
@@ -2197,14 +2192,14 @@ const LocationSave = /*#__PURE__*/React.forwardRef(function LocationSave(_ref92,
|
|
2197
2192
|
viewBox: "0 0 32 32",
|
2198
2193
|
fill: "currentColor",
|
2199
2194
|
...rest
|
2200
|
-
},
|
2201
|
-
d: "
|
2195
|
+
}, _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
|
2196
|
+
d: "M16 22H30V24H16zM16 8H30V10H16zM8 12L8 4 6 4 6 5 4 5 4 7 6 7 6 12 4 12 4 14 6 14 8 14 10 14 10 12 8 12zM10 28H4V24a2 2 0 012-2H8V20H4V18H8a2 2 0 012 2v2a2 2 0 01-2 2H6v2h4z"
|
2202
2197
|
})), children);
|
2203
2198
|
});
|
2204
2199
|
if (process.env.NODE_ENV !== "production") {
|
2205
|
-
|
2200
|
+
ListNumbered.propTypes = iconPropTypes4cbeb95d.i;
|
2206
2201
|
}
|
2207
|
-
const
|
2202
|
+
const ListNumberedMirror = /*#__PURE__*/React.forwardRef(function ListNumberedMirror(_ref93, ref) {
|
2208
2203
|
let {
|
2209
2204
|
children,
|
2210
2205
|
size = 16,
|
@@ -2218,16 +2213,14 @@ const LocationStar = /*#__PURE__*/React.forwardRef(function LocationStar(_ref93,
|
|
2218
2213
|
viewBox: "0 0 32 32",
|
2219
2214
|
fill: "currentColor",
|
2220
2215
|
...rest
|
2221
|
-
},
|
2222
|
-
d: "
|
2223
|
-
})), _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
|
2224
|
-
d: "M16,30,7.5645,20.0513c-.0479-.0571-.3482-.4515-.3482-.4515A10.8888,10.8888,0,0,1,5,13a11,11,0,0,1,22,0,10.8844,10.8844,0,0,1-2.2148,6.5973l-.0015.0025s-.3.3944-.3447.4474ZM8.8125,18.395c.001.0007.2334.3082.2866.3744L16,26.9079l6.91-8.15c.0439-.0552.2783-.3649.2788-.3657A8.901,8.901,0,0,0,25,13,9,9,0,0,0,7,13a8.9054,8.9054,0,0,0,1.8125,5.395Z"
|
2216
|
+
}, _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
|
2217
|
+
d: "M28 28h-6v-4c0-1.1.9-2 2-2h2v-2h-4v-2h4c1.1 0 2 .9 2 2v2c0 1.1-.9 2-2 2h-2v2h4V28zM2 22H16V24H2zM26 12L26 4 24 4 24 5 22 5 22 7 24 7 24 12 22 12 22 14 24 14 26 14 28 14 28 12zM2 8H16V10H2z"
|
2225
2218
|
})), children);
|
2226
2219
|
});
|
2227
2220
|
if (process.env.NODE_ENV !== "production") {
|
2228
|
-
|
2221
|
+
ListNumberedMirror.propTypes = iconPropTypes4cbeb95d.i;
|
2229
2222
|
}
|
2230
|
-
const
|
2223
|
+
const LoadBalancerApplication = /*#__PURE__*/React.forwardRef(function LoadBalancerApplication(_ref94, ref) {
|
2231
2224
|
let {
|
2232
2225
|
children,
|
2233
2226
|
size = 16,
|
@@ -2241,17 +2234,14 @@ const LocationStarFilled = /*#__PURE__*/React.forwardRef(function LocationStarFi
|
|
2241
2234
|
viewBox: "0 0 32 32",
|
2242
2235
|
fill: "currentColor",
|
2243
2236
|
...rest
|
2244
|
-
},
|
2245
|
-
|
2246
|
-
d: "M16 7L17.912 10.667 22 11.173 19 13.926 19.6 18 16 15.708 12.4 18 13 13.926 10 11.173 14.2 10.667 16 7z"
|
2247
|
-
})), _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
|
2248
|
-
d: "M16,2A11.0134,11.0134,0,0,0,5,13a10.8885,10.8885,0,0,0,2.2163,6.6s.3.3945.3482.4517L16,30l8.439-9.9526c.0444-.0533.3447-.4478.3447-.4478l.0015-.0024A10.8846,10.8846,0,0,0,27,13,11.0134,11.0134,0,0,0,16,2Zm3.6,16L16,15.7085,12.4,18l.6-4.0742-3-2.7529,4.2-.5064L16,7l1.9116,3.6665L22,11.1729l-3,2.7529Z"
|
2237
|
+
}, _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
|
2238
|
+
d: "M4 26H8V30H4zM14 26H18V30H14zM24 26H28V30H24zM25 16H17V14H15v2H7a2.0023 2.0023 0 00-2 2v6H7V18h8v6h2V18h8v6h2V18A2.0023 2.0023 0 0025 16zM9 2V12H23V2zm2 2h2v6H11zm10 6H15V4h6z"
|
2249
2239
|
})), children);
|
2250
2240
|
});
|
2251
2241
|
if (process.env.NODE_ENV !== "production") {
|
2252
|
-
|
2242
|
+
LoadBalancerApplication.propTypes = iconPropTypes4cbeb95d.i;
|
2253
2243
|
}
|
2254
|
-
const
|
2244
|
+
const LoadBalancerClassic = /*#__PURE__*/React.forwardRef(function LoadBalancerClassic(_ref95, ref) {
|
2255
2245
|
let {
|
2256
2246
|
children,
|
2257
2247
|
size = 16,
|
@@ -2266,13 +2256,13 @@ const Locked = /*#__PURE__*/React.forwardRef(function Locked(_ref95, ref) {
|
|
2266
2256
|
fill: "currentColor",
|
2267
2257
|
...rest
|
2268
2258
|
}, _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
|
2269
|
-
d: "
|
2259
|
+
d: "M4 26H8V30H4zM14 26H18V30H14zM24 26H28V30H24zM25 16H17V12H15v4H7a2.0023 2.0023 0 00-2 2v6H7V18h8v6h2V18h8v6h2V18A2.0023 2.0023 0 0025 16zM20 10V2H12v8zM14 8V4h4V8z"
|
2270
2260
|
})), children);
|
2271
2261
|
});
|
2272
2262
|
if (process.env.NODE_ENV !== "production") {
|
2273
|
-
|
2263
|
+
LoadBalancerClassic.propTypes = iconPropTypes4cbeb95d.i;
|
2274
2264
|
}
|
2275
|
-
const
|
2265
|
+
const LoadBalancerGlobal = /*#__PURE__*/React.forwardRef(function LoadBalancerGlobal(_ref96, ref) {
|
2276
2266
|
let {
|
2277
2267
|
children,
|
2278
2268
|
size = 16,
|
@@ -2286,18 +2276,14 @@ const LogicalPartition = /*#__PURE__*/React.forwardRef(function LogicalPartition
|
|
2286
2276
|
viewBox: "0 0 32 32",
|
2287
2277
|
fill: "currentColor",
|
2288
2278
|
...rest
|
2289
|
-
},
|
2290
|
-
|
2291
|
-
cy: "7",
|
2292
|
-
r: "1"
|
2293
|
-
})), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
|
2294
|
-
d: "M27,22v-4c0-1.1046-.8954-2-2-2h-8v-4h9c1.1046,0,2-.8954,2-2V4c0-1.1046-.8954-2-2-2H6c-1.1046,0-2,.8954-2,2v6c0,1.1046,.8954,2,2,2H15v4H7c-1.1046,0-2,.8954-2,2v4h-1c-1.1046,0-2,.8954-2,2v4c0,1.1046,.8954,2,2,2h4c1.1046,0,2-.8954,2-2v-4c0-1.1046-.8954-2-2-2h-1v-4H15v4h-1c-1.1046,0-2,.8954-2,2v4c0,1.1046,.8954,2,2,2h4c1.1046,0,2-.8954,2-2v-4c0-1.1046-.8954-2-2-2h-1v-4h8v4h-1c-1.1046,0-2,.8954-2,2v4c0,1.1046,.8954,2,2,2h4c1.1046,0,2-.8954,2-2v-4c0-1.1046-.8954-2-2-2h-1Zm-19,6H4v-4h4v4Zm10-4v4h-4v-4h4ZM6,10V4H26v6H6ZM28,28h-4v-4h4v4Z"
|
2279
|
+
}, _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
|
2280
|
+
d: "M4 26H8V30H4zM14 26H18V30H14zM24 26H28V30H24zM25 16H17V12H15v4H7a2.0023 2.0023 0 00-2 2v6H7V18h8v6h2V18h8v6h2V18A2.0023 2.0023 0 0025 16zM16 10a4 4 0 114-4A4.0045 4.0045 0 0116 10zm0-6a2 2 0 102 2A2.0021 2.0021 0 0016 4z"
|
2295
2281
|
})), children);
|
2296
2282
|
});
|
2297
2283
|
if (process.env.NODE_ENV !== "production") {
|
2298
|
-
|
2284
|
+
LoadBalancerGlobal.propTypes = iconPropTypes4cbeb95d.i;
|
2299
2285
|
}
|
2300
|
-
const
|
2286
|
+
const LoadBalancerListener = /*#__PURE__*/React.forwardRef(function LoadBalancerListener(_ref97, ref) {
|
2301
2287
|
let {
|
2302
2288
|
children,
|
2303
2289
|
size = 16,
|
@@ -2312,15 +2298,13 @@ const Login = /*#__PURE__*/React.forwardRef(function Login(_ref97, ref) {
|
|
2312
2298
|
fill: "currentColor",
|
2313
2299
|
...rest
|
2314
2300
|
}, _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
|
2315
|
-
d: "
|
2316
|
-
})), _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
|
2317
|
-
d: "M14.59 20.59L18.17 17 4 17 4 15 18.17 15 14.59 11.41 16 10 22 16 16 22 14.59 20.59z"
|
2301
|
+
d: "M15 8H17V10H15zM19 8H21V10H19zM11 8H13V10H11zM25 16H17V13H15v3H7a2.0023 2.0023 0 00-2 2v6H7V18h8v6h2V18h8v6h2V18A2.0023 2.0023 0 0025 16zM4 26H8V30H4zM14 26H18V30H14zM24 26H28V30H24zM11 3H21V5H11z"
|
2318
2302
|
})), children);
|
2319
2303
|
});
|
2320
2304
|
if (process.env.NODE_ENV !== "production") {
|
2321
|
-
|
2305
|
+
LoadBalancerListener.propTypes = iconPropTypes4cbeb95d.i;
|
2322
2306
|
}
|
2323
|
-
const
|
2307
|
+
const LoadBalancerLocal = /*#__PURE__*/React.forwardRef(function LoadBalancerLocal(_ref98, ref) {
|
2324
2308
|
let {
|
2325
2309
|
children,
|
2326
2310
|
size = 16,
|
@@ -2334,16 +2318,14 @@ const LogoAngular = /*#__PURE__*/React.forwardRef(function LogoAngular(_ref98, r
|
|
2334
2318
|
viewBox: "0 0 32 32",
|
2335
2319
|
fill: "currentColor",
|
2336
2320
|
...rest
|
2337
|
-
},
|
2338
|
-
d: "
|
2339
|
-
})), _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
|
2340
|
-
d: "M16,3L3,7.6l2.7,15.8L16,29l10.3-5.6L29,7.6L16,3z M21.1,21.6l-1.5-3.2h-7.1l-1.5,3.2H8.6L16,5.3l7.4,16.2H21.1z"
|
2321
|
+
}, _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
|
2322
|
+
d: "M25 16H17V10H15v6H7a2.0023 2.0023 0 00-2 2v6H7V18h8v6h2V18h8v6h2V18A2.0023 2.0023 0 0025 16zM4 26H8V30H4zM14 26H18V30H14zM24 26H28V30H24zM11 5H21V7H11z"
|
2341
2323
|
})), children);
|
2342
2324
|
});
|
2343
2325
|
if (process.env.NODE_ENV !== "production") {
|
2344
|
-
|
2326
|
+
LoadBalancerLocal.propTypes = iconPropTypes4cbeb95d.i;
|
2345
2327
|
}
|
2346
|
-
const
|
2328
|
+
const LoadBalancerNetwork = /*#__PURE__*/React.forwardRef(function LoadBalancerNetwork(_ref99, ref) {
|
2347
2329
|
let {
|
2348
2330
|
children,
|
2349
2331
|
size = 16,
|
@@ -2357,14 +2339,14 @@ const LogoAnsibleCommunity = /*#__PURE__*/React.forwardRef(function LogoAnsibleC
|
|
2357
2339
|
viewBox: "0 0 32 32",
|
2358
2340
|
fill: "currentColor",
|
2359
2341
|
...rest
|
2360
|
-
},
|
2361
|
-
d: "
|
2342
|
+
}, _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
|
2343
|
+
d: "M25 16H17V12H15v4H7a2.0023 2.0023 0 00-2 2v4H7V18h8v4h2V18h8v4h2V18A2.0023 2.0023 0 0025 16zM20 10V2H12v8h8zM14 8V4h4V8zM26 24a2.9948 2.9948 0 00-2.8157 2H18.8157a2.982 2.982 0 00-5.6314 0H8.8157a3 3 0 100 2h4.3686a2.982 2.982 0 005.6314 0h4.3686A2.9947 2.9947 0 1026 24zM6 28a1 1 0 111-1A1.0009 1.0009 0 016 28zm10 0a1 1 0 111-1A1.0009 1.0009 0 0116 28zm10 0a1 1 0 111-1A1.0009 1.0009 0 0126 28z"
|
2362
2344
|
})), children);
|
2363
2345
|
});
|
2364
2346
|
if (process.env.NODE_ENV !== "production") {
|
2365
|
-
|
2347
|
+
LoadBalancerNetwork.propTypes = iconPropTypes4cbeb95d.i;
|
2366
2348
|
}
|
2367
|
-
const
|
2349
|
+
const LoadBalancerPool = /*#__PURE__*/React.forwardRef(function LoadBalancerPool(_ref100, ref) {
|
2368
2350
|
let {
|
2369
2351
|
children,
|
2370
2352
|
size = 16,
|
@@ -2378,14 +2360,14 @@ const LogoDigg = /*#__PURE__*/React.forwardRef(function LogoDigg(_ref100, ref) {
|
|
2378
2360
|
viewBox: "0 0 32 32",
|
2379
2361
|
fill: "currentColor",
|
2380
2362
|
...rest
|
2381
|
-
},
|
2382
|
-
d: "
|
2363
|
+
}, _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
|
2364
|
+
d: "M10 15H22V17H10zM8.7 6.2852A2.9665 2.9665 0 009 5 3 3 0 106 8a2.96 2.96 0 001.2852-.3008L10 10.4141V13h2V9.5859zM6 6A1 1 0 117 5 1.0009 1.0009 0 016 6zM19 5a3 3 0 10-4 2.8154V13h2V7.8159A2.9957 2.9957 0 0019 5zM16 6a1 1 0 111-1A1.0009 1.0009 0 0116 6zM26 2a3.0033 3.0033 0 00-3 3 2.9665 2.9665 0 00.3 1.2852L20 9.5859V13h2V10.4141l2.7148-2.7149A2.96 2.96 0 0026 8a3 3 0 000-6zm0 4a1 1 0 111-1A1.0009 1.0009 0 0126 6zM12 19H10v2.5859L7.2854 24.3008A2.9609 2.9609 0 006 24a3 3 0 103 3 2.9665 2.9665 0 00-.3-1.2852L12 22.4141zM6 28a1 1 0 111-1A1.0009 1.0009 0 016 28zM17 24.1841V19H15v5.1841a3 3 0 102 0zM16 28a1 1 0 111-1A1.0009 1.0009 0 0116 28zM26 24a2.9609 2.9609 0 00-1.2854.3008L22 21.5859V19H20v3.4141l3.3 3.3007A2.9665 2.9665 0 0023 27a3 3 0 103-3zm0 4a1 1 0 111-1A1.0009 1.0009 0 0126 28z"
|
2383
2365
|
})), children);
|
2384
2366
|
});
|
2385
2367
|
if (process.env.NODE_ENV !== "production") {
|
2386
|
-
|
2368
|
+
LoadBalancerPool.propTypes = iconPropTypes4cbeb95d.i;
|
2387
2369
|
}
|
2388
|
-
const
|
2370
|
+
const LoadBalancerVpc = /*#__PURE__*/React.forwardRef(function LoadBalancerVpc(_ref101, ref) {
|
2389
2371
|
let {
|
2390
2372
|
children,
|
2391
2373
|
size = 16,
|
@@ -2399,14 +2381,14 @@ const LogoDiscord = /*#__PURE__*/React.forwardRef(function LogoDiscord(_ref101,
|
|
2399
2381
|
viewBox: "0 0 32 32",
|
2400
2382
|
fill: "currentColor",
|
2401
2383
|
...rest
|
2402
|
-
},
|
2403
|
-
d: "
|
2384
|
+
}, _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
|
2385
|
+
d: "M8 30H2V24H8zM4 28H6V26H4zM19 30H13V24h6zm-4-2h2V26H15zM30 30H24V24h6zm-4-2h2V26H26zM16 10a4 4 0 114-4A4.0045 4.0045 0 0116 10zm0-6a2 2 0 102 2A2.002 2.002 0 0016 4zM26 16H21a4.0045 4.0045 0 01-4-4H15a4.0045 4.0045 0 01-4 4H6a2.0023 2.0023 0 00-2 2v4H6V18h5A5.9694 5.9694 0 0015 16.46V22h2V16.46A5.9694 5.9694 0 0021 18h5v4h2V18A2.0023 2.0023 0 0026 16z"
|
2404
2386
|
})), children);
|
2405
2387
|
});
|
2406
2388
|
if (process.env.NODE_ENV !== "production") {
|
2407
|
-
|
2389
|
+
LoadBalancerVpc.propTypes = iconPropTypes4cbeb95d.i;
|
2408
2390
|
}
|
2409
|
-
const
|
2391
|
+
const Location = /*#__PURE__*/React.forwardRef(function Location(_ref102, ref) {
|
2410
2392
|
let {
|
2411
2393
|
children,
|
2412
2394
|
size = 16,
|
@@ -2420,14 +2402,16 @@ const LogoFacebook = /*#__PURE__*/React.forwardRef(function LogoFacebook(_ref102
|
|
2420
2402
|
viewBox: "0 0 32 32",
|
2421
2403
|
fill: "currentColor",
|
2422
2404
|
...rest
|
2423
|
-
},
|
2424
|
-
d: "
|
2405
|
+
}, _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
|
2406
|
+
d: "M16,18a5,5,0,1,1,5-5A5.0057,5.0057,0,0,1,16,18Zm0-8a3,3,0,1,0,3,3A3.0033,3.0033,0,0,0,16,10Z"
|
2407
|
+
})), _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
|
2408
|
+
d: "M16,30,7.5645,20.0513c-.0479-.0571-.3482-.4515-.3482-.4515A10.8888,10.8888,0,0,1,5,13a11,11,0,0,1,22,0,10.8844,10.8844,0,0,1-2.2148,6.5973l-.0015.0025s-.3.3944-.3447.4474ZM8.8125,18.395c.001.0007.2334.3082.2866.3744L16,26.9079l6.91-8.15c.0439-.0552.2783-.3649.2788-.3657A8.901,8.901,0,0,0,25,13,9,9,0,1,0,7,13a8.9054,8.9054,0,0,0,1.8125,5.395Z"
|
2425
2409
|
})), children);
|
2426
2410
|
});
|
2427
2411
|
if (process.env.NODE_ENV !== "production") {
|
2428
|
-
|
2412
|
+
Location.propTypes = iconPropTypes4cbeb95d.i;
|
2429
2413
|
}
|
2430
|
-
const
|
2414
|
+
const LocationCompany = /*#__PURE__*/React.forwardRef(function LocationCompany(_ref103, ref) {
|
2431
2415
|
let {
|
2432
2416
|
children,
|
2433
2417
|
size = 16,
|
@@ -2441,14 +2425,18 @@ const LogoFigma = /*#__PURE__*/React.forwardRef(function LogoFigma(_ref103, ref)
|
|
2441
2425
|
viewBox: "0 0 32 32",
|
2442
2426
|
fill: "currentColor",
|
2443
2427
|
...rest
|
2444
|
-
},
|
2445
|
-
d: "
|
2428
|
+
}, _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
|
2429
|
+
d: "M16,30,7.5645,20.0513c-.0479-.0571-.3482-.4515-.3482-.4515A10.8888,10.8888,0,0,1,5,13a11,11,0,0,1,22,0,10.8844,10.8844,0,0,1-2.2148,6.5973l-.0015.0025s-.3.3944-.3447.4474ZM8.8125,18.395c.001.0007.2334.3082.2866.3744L16,26.9079l6.91-8.15c.0439-.0552.2783-.3649.2788-.3657A8.901,8.901,0,0,0,25,13,9,9,0,0,0,7,13a8.9054,8.9054,0,0,0,1.8125,5.395Z"
|
2430
|
+
})), _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
|
2431
|
+
d: "M21,18H19V10H13v8H11V10a2.0021,2.0021,0,0,1,2-2h6a2.0021,2.0021,0,0,1,2,2Z"
|
2432
|
+
})), _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
|
2433
|
+
d: "M15 16H17V18H15zM15 12H17V14H15z"
|
2446
2434
|
})), children);
|
2447
2435
|
});
|
2448
2436
|
if (process.env.NODE_ENV !== "production") {
|
2449
|
-
|
2437
|
+
LocationCompany.propTypes = iconPropTypes4cbeb95d.i;
|
2450
2438
|
}
|
2451
|
-
const
|
2439
|
+
const LocationCompanyFilled = /*#__PURE__*/React.forwardRef(function LocationCompanyFilled(_ref104, ref) {
|
2452
2440
|
let {
|
2453
2441
|
children,
|
2454
2442
|
size = 16,
|
@@ -2462,20 +2450,17 @@ const LogoFlickr = /*#__PURE__*/React.forwardRef(function LogoFlickr(_ref104, re
|
|
2462
2450
|
viewBox: "0 0 32 32",
|
2463
2451
|
fill: "currentColor",
|
2464
2452
|
...rest
|
2465
|
-
},
|
2466
|
-
|
2467
|
-
|
2468
|
-
|
2469
|
-
|
2470
|
-
cx: "24",
|
2471
|
-
cy: "16",
|
2472
|
-
r: "6"
|
2453
|
+
}, _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
|
2454
|
+
fill: "none",
|
2455
|
+
d: "M21,18H19V10H13v8H11V10a2.0021,2.0021,0,0,1,2-2h6a2.0021,2.0021,0,0,1,2,2Zm-4-2H15v2h2Zm0-4H15v2h2Z"
|
2456
|
+
})), _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
|
2457
|
+
d: "M16,2A11.0134,11.0134,0,0,0,5,13a10.8885,10.8885,0,0,0,2.2163,6.6s.3.3945.3482.4517L16,30l8.439-9.9526c.0444-.0533.3447-.4478.3447-.4478l.0015-.0024A10.8846,10.8846,0,0,0,27,13,11.0134,11.0134,0,0,0,16,2Zm1,16H15V16h2Zm0-4H15V12h2Zm4,4H19V10H13v8H11V10a2.0023,2.0023,0,0,1,2-2h6a2.0023,2.0023,0,0,1,2,2Z"
|
2473
2458
|
})), children);
|
2474
2459
|
});
|
2475
2460
|
if (process.env.NODE_ENV !== "production") {
|
2476
|
-
|
2461
|
+
LocationCompanyFilled.propTypes = iconPropTypes4cbeb95d.i;
|
2477
2462
|
}
|
2478
|
-
const
|
2463
|
+
const LocationCurrent = /*#__PURE__*/React.forwardRef(function LocationCurrent(_ref105, ref) {
|
2479
2464
|
let {
|
2480
2465
|
children,
|
2481
2466
|
size = 16,
|
@@ -2489,14 +2474,14 @@ const LogoGit = /*#__PURE__*/React.forwardRef(function LogoGit(_ref105, ref) {
|
|
2489
2474
|
viewBox: "0 0 32 32",
|
2490
2475
|
fill: "currentColor",
|
2491
2476
|
...rest
|
2492
|
-
},
|
2493
|
-
d: "
|
2477
|
+
}, _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
|
2478
|
+
d: "M4,12.9835a1,1,0,0,0,.6289.9448l9.6015,3.8409,3.8407,9.6019A1,1,0,0,0,19,28h.0162a1.0009,1.0009,0,0,0,.9238-.6582l8-22.0007A1,1,0,0,0,26.658,4.0594l-22,8A1.0011,1.0011,0,0,0,4,12.9835Z"
|
2494
2479
|
})), children);
|
2495
2480
|
});
|
2496
2481
|
if (process.env.NODE_ENV !== "production") {
|
2497
|
-
|
2482
|
+
LocationCurrent.propTypes = iconPropTypes4cbeb95d.i;
|
2498
2483
|
}
|
2499
|
-
const
|
2484
|
+
const LocationFilled = /*#__PURE__*/React.forwardRef(function LocationFilled(_ref106, ref) {
|
2500
2485
|
let {
|
2501
2486
|
children,
|
2502
2487
|
size = 16,
|
@@ -2510,15 +2495,19 @@ const LogoGithub = /*#__PURE__*/React.forwardRef(function LogoGithub(_ref106, re
|
|
2510
2495
|
viewBox: "0 0 32 32",
|
2511
2496
|
fill: "currentColor",
|
2512
2497
|
...rest
|
2513
|
-
},
|
2514
|
-
|
2515
|
-
|
2498
|
+
}, _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
|
2499
|
+
d: "M16,2A11.0134,11.0134,0,0,0,5,13a10.8885,10.8885,0,0,0,2.2163,6.6s.3.3945.3482.4517L16,30l8.439-9.9526c.0444-.0533.3447-.4478.3447-.4478l.0015-.0024A10.8846,10.8846,0,0,0,27,13,11.0134,11.0134,0,0,0,16,2Zm0,15a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,16,17Z"
|
2500
|
+
})), _circle0 || (_circle0 = /*#__PURE__*/React.createElement("circle", {
|
2501
|
+
cx: "16",
|
2502
|
+
cy: "13",
|
2503
|
+
r: "4",
|
2504
|
+
fill: "none"
|
2516
2505
|
})), children);
|
2517
2506
|
});
|
2518
2507
|
if (process.env.NODE_ENV !== "production") {
|
2519
|
-
|
2508
|
+
LocationFilled.propTypes = iconPropTypes4cbeb95d.i;
|
2520
2509
|
}
|
2521
|
-
const
|
2510
|
+
const LocationHazard = /*#__PURE__*/React.forwardRef(function LocationHazard(_ref107, ref) {
|
2522
2511
|
let {
|
2523
2512
|
children,
|
2524
2513
|
size = 16,
|
@@ -2532,14 +2521,20 @@ const LogoGitlab = /*#__PURE__*/React.forwardRef(function LogoGitlab(_ref107, re
|
|
2532
2521
|
viewBox: "0 0 32 32",
|
2533
2522
|
fill: "currentColor",
|
2534
2523
|
...rest
|
2535
|
-
},
|
2536
|
-
|
2524
|
+
}, _circle1 || (_circle1 = /*#__PURE__*/React.createElement("circle", {
|
2525
|
+
cx: "16",
|
2526
|
+
cy: "20.5",
|
2527
|
+
r: "1.5"
|
2528
|
+
})), _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
|
2529
|
+
d: "M15 7H17V16H15z"
|
2530
|
+
})), _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
|
2531
|
+
d: "M16,30,7.5645,20.0513c-.0479-.0571-.3482-.4515-.3482-.4515A10.8888,10.8888,0,0,1,5,13a11,11,0,0,1,22,0,10.8844,10.8844,0,0,1-2.2148,6.5973l-.0015.0025s-.3.3944-.3447.4474ZM8.8125,18.395c.001.0007.2334.3082.2866.3744L16,26.9079l6.91-8.15c.0439-.0552.2783-.3649.2788-.3657A8.901,8.901,0,0,0,25,13,9,9,0,0,0,7,13a8.9054,8.9054,0,0,0,1.8125,5.395Z"
|
2537
2532
|
})), children);
|
2538
2533
|
});
|
2539
2534
|
if (process.env.NODE_ENV !== "production") {
|
2540
|
-
|
2535
|
+
LocationHazard.propTypes = iconPropTypes4cbeb95d.i;
|
2541
2536
|
}
|
2542
|
-
const
|
2537
|
+
const LocationHazardFilled = /*#__PURE__*/React.forwardRef(function LocationHazardFilled(_ref108, ref) {
|
2543
2538
|
let {
|
2544
2539
|
children,
|
2545
2540
|
size = 16,
|
@@ -2553,16 +2548,17 @@ const LogoGlassdoor = /*#__PURE__*/React.forwardRef(function LogoGlassdoor(_ref1
|
|
2553
2548
|
viewBox: "0 0 32 32",
|
2554
2549
|
fill: "currentColor",
|
2555
2550
|
...rest
|
2556
|
-
},
|
2557
|
-
|
2558
|
-
|
2559
|
-
|
2551
|
+
}, _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
|
2552
|
+
fill: "none",
|
2553
|
+
d: "M16,22a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,16,22Zm-1.125-6h2.25V7h-2.25Z"
|
2554
|
+
})), _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
|
2555
|
+
d: "M16,2A11.0134,11.0134,0,0,0,5,13a10.8885,10.8885,0,0,0,2.2163,6.6s.3.3945.3482.4517L16,30l8.439-9.9526c.0444-.0533.3447-.4478.3447-.4478l.0015-.0024A10.8846,10.8846,0,0,0,27,13,11.0134,11.0134,0,0,0,16,2ZM14.875,7h2.25v9h-2.25ZM16,22a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,16,22Z"
|
2560
2556
|
})), children);
|
2561
2557
|
});
|
2562
2558
|
if (process.env.NODE_ENV !== "production") {
|
2563
|
-
|
2559
|
+
LocationHazardFilled.propTypes = iconPropTypes4cbeb95d.i;
|
2564
2560
|
}
|
2565
|
-
const
|
2561
|
+
const LocationHeart = /*#__PURE__*/React.forwardRef(function LocationHeart(_ref109, ref) {
|
2566
2562
|
let {
|
2567
2563
|
children,
|
2568
2564
|
size = 16,
|
@@ -2576,20 +2572,16 @@ const LogoInstagram = /*#__PURE__*/React.forwardRef(function LogoInstagram(_ref1
|
|
2576
2572
|
viewBox: "0 0 32 32",
|
2577
2573
|
fill: "currentColor",
|
2578
2574
|
...rest
|
2579
|
-
},
|
2580
|
-
|
2581
|
-
|
2582
|
-
|
2583
|
-
})), _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
|
2584
|
-
d: "M16,9.8378A6.1622,6.1622,0,1,0,22.1622,16,6.1622,6.1622,0,0,0,16,9.8378ZM16,20a4,4,0,1,1,4-4A4,4,0,0,1,16,20Z"
|
2585
|
-
})), _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
|
2586
|
-
d: "M16,6.1622c3.2041,0,3.5837.0122,4.849.07a6.6418,6.6418,0,0,1,2.2283.4132,3.9748,3.9748,0,0,1,2.2774,2.2774,6.6418,6.6418,0,0,1,.4132,2.2283c.0577,1.2653.07,1.6449.07,4.849s-.0122,3.5837-.07,4.849a6.6418,6.6418,0,0,1-.4132,2.2283,3.9748,3.9748,0,0,1-2.2774,2.2774,6.6418,6.6418,0,0,1-2.2283.4132c-1.2652.0577-1.6446.07-4.849.07s-3.5838-.0122-4.849-.07a6.6418,6.6418,0,0,1-2.2283-.4132,3.9748,3.9748,0,0,1-2.2774-2.2774,6.6418,6.6418,0,0,1-.4132-2.2283c-.0577-1.2653-.07-1.6449-.07-4.849s.0122-3.5837.07-4.849a6.6418,6.6418,0,0,1,.4132-2.2283A3.9748,3.9748,0,0,1,8.9227,6.6453a6.6418,6.6418,0,0,1,2.2283-.4132c1.2653-.0577,1.6449-.07,4.849-.07M16,4c-3.259,0-3.6677.0138-4.9476.0722A8.8068,8.8068,0,0,0,8.14,4.63,6.1363,6.1363,0,0,0,4.63,8.14a8.8068,8.8068,0,0,0-.5578,2.9129C4.0138,12.3323,4,12.741,4,16s.0138,3.6677.0722,4.9476A8.8074,8.8074,0,0,0,4.63,23.8605a6.1363,6.1363,0,0,0,3.51,3.51,8.8068,8.8068,0,0,0,2.9129.5578C12.3323,27.9862,12.741,28,16,28s3.6677-.0138,4.9476-.0722a8.8074,8.8074,0,0,0,2.9129-.5578,6.1363,6.1363,0,0,0,3.51-3.51,8.8074,8.8074,0,0,0,.5578-2.9129C27.9862,19.6677,28,19.259,28,16s-.0138-3.6677-.0722-4.9476A8.8068,8.8068,0,0,0,27.37,8.14a6.1363,6.1363,0,0,0-3.51-3.5095,8.8074,8.8074,0,0,0-2.9129-.5578C19.6677,4.0138,19.259,4,16,4Z"
|
2575
|
+
}, _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
|
2576
|
+
d: "M18.303,9a2.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,18l4.2089-4.2978a2.7992,2.7992,0,0,0,0-3.8964A2.6616,2.6616,0,0,0,18.303,9Z"
|
2577
|
+
})), _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
|
2578
|
+
d: "M16,30,7.5645,20.0513c-.0479-.0571-.3482-.4515-.3482-.4515A10.8888,10.8888,0,0,1,5,13a11,11,0,0,1,22,0,10.8844,10.8844,0,0,1-2.2148,6.5973l-.0015.0025s-.3.3944-.3447.4474ZM8.8125,18.395c.001.0007.2334.3082.2866.3744L16,26.9079l6.91-8.15c.0439-.0552.2783-.3649.2788-.3657A8.901,8.901,0,0,0,25,13,9,9,0,0,0,7,13a8.9054,8.9054,0,0,0,1.8125,5.395Z"
|
2587
2579
|
})), children);
|
2588
2580
|
});
|
2589
2581
|
if (process.env.NODE_ENV !== "production") {
|
2590
|
-
|
2582
|
+
LocationHeart.propTypes = iconPropTypes4cbeb95d.i;
|
2591
2583
|
}
|
2592
|
-
const
|
2584
|
+
const LocationHeartFilled = /*#__PURE__*/React.forwardRef(function LocationHeartFilled(_ref110, ref) {
|
2593
2585
|
let {
|
2594
2586
|
children,
|
2595
2587
|
size = 16,
|
@@ -2603,14 +2595,17 @@ const LogoInvision = /*#__PURE__*/React.forwardRef(function LogoInvision(_ref110
|
|
2603
2595
|
viewBox: "0 0 32 32",
|
2604
2596
|
fill: "currentColor",
|
2605
2597
|
...rest
|
2606
|
-
},
|
2607
|
-
|
2598
|
+
}, _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
|
2599
|
+
fill: "none",
|
2600
|
+
d: "M18.303,9a2.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,18l4.2089-4.2978a2.7992,2.7992,0,0,0,0-3.8964A2.6616,2.6616,0,0,0,18.303,9Z"
|
2601
|
+
})), _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
|
2602
|
+
d: "M16,2A11.0134,11.0134,0,0,0,5,13a10.8885,10.8885,0,0,0,2.2163,6.6s.3.3945.3482.4517L16,30l8.439-9.9526c.0444-.0533.3447-.4478.3447-.4478l.0015-.0024A10.8846,10.8846,0,0,0,27,13,11.0134,11.0134,0,0,0,16,2Zm4.2109,11.7021L16.002,18l-4.2129-4.2979a2.7992,2.7992,0,0,1,0-3.8964,2.6619,2.6619,0,0,1,3.8159,0l.397.4057.393-.4057a2.6619,2.6619,0,0,1,3.8159,0A2.7992,2.7992,0,0,1,20.2109,13.7021Z"
|
2608
2603
|
})), children);
|
2609
2604
|
});
|
2610
2605
|
if (process.env.NODE_ENV !== "production") {
|
2611
|
-
|
2606
|
+
LocationHeartFilled.propTypes = iconPropTypes4cbeb95d.i;
|
2612
2607
|
}
|
2613
|
-
const
|
2608
|
+
const LocationInfo = /*#__PURE__*/React.forwardRef(function LocationInfo(_ref111, ref) {
|
2614
2609
|
let {
|
2615
2610
|
children,
|
2616
2611
|
size = 16,
|
@@ -2624,14 +2619,18 @@ const LogoJupyter = /*#__PURE__*/React.forwardRef(function LogoJupyter(_ref111,
|
|
2624
2619
|
viewBox: "0 0 32 32",
|
2625
2620
|
fill: "currentColor",
|
2626
2621
|
...rest
|
2627
|
-
},
|
2628
|
-
|
2622
|
+
}, _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
|
2623
|
+
strokeWidth: "0",
|
2624
|
+
d: "M17 18L17 11 13 11 13 13 15 13 15 18 12 18 12 20 20 20 20 18 17 18zM15.5 6c-.8284 0-1.5.6716-1.5 1.5s.6716 1.5 1.5 1.5 1.5-.6716 1.5-1.5-.6716-1.5-1.5-1.5z"
|
2625
|
+
})), _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
|
2626
|
+
strokeWidth: "0",
|
2627
|
+
d: "m16,30l-8.4355-9.9487c-.0479-.0571-.3481-.4516-.3481-.4516-1.4507-1.9268-2.2163-4.2065-2.2163-6.5998,0-6.0641,4.9346-11,11-11s11,4.9359,11,11c0,2.3933-.7656,4.673-2.2148,6.5973l-.0015.0024s-.3003.3944-.3447.4474l-8.439,9.9528Zm-7.1875-11.605c.001.0007.2334.3083.2866.3744l6.9009,8.1385,6.9102-8.1498c.0439-.0552.2783-.3649.2788-.3656,1.1851-1.5746,1.811-3.4376,1.811-5.3925,0-4.9615-4.0376-9-9-9S7,8.0385,7,13c0,1.9559.627,3.8199,1.8125,5.395h0Z"
|
2629
2628
|
})), children);
|
2630
2629
|
});
|
2631
2630
|
if (process.env.NODE_ENV !== "production") {
|
2632
|
-
|
2631
|
+
LocationInfo.propTypes = iconPropTypes4cbeb95d.i;
|
2633
2632
|
}
|
2634
|
-
const
|
2633
|
+
const LocationInfoFilled = /*#__PURE__*/React.forwardRef(function LocationInfoFilled(_ref112, ref) {
|
2635
2634
|
let {
|
2636
2635
|
children,
|
2637
2636
|
size = 16,
|
@@ -2645,19 +2644,19 @@ const LogoKeybase = /*#__PURE__*/React.forwardRef(function LogoKeybase(_ref112,
|
|
2645
2644
|
viewBox: "0 0 32 32",
|
2646
2645
|
fill: "currentColor",
|
2647
2646
|
...rest
|
2648
|
-
},
|
2649
|
-
|
2650
|
-
|
2651
|
-
|
2652
|
-
|
2653
|
-
|
2654
|
-
d: "
|
2647
|
+
}, _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
|
2648
|
+
strokeWidth: "0",
|
2649
|
+
d: "m16,2c-6.0654,0-11,4.936-11,11,0,2.3931.7656,4.6729,2.2163,6.5996,0,0,.3003.3945.3481.4517l8.4355,9.9487,8.439-9.9526c.0444-.0532.3447-.4478.3447-.4478l.0015-.0024c1.4492-1.9243,2.2148-4.2041,2.2148-6.5972,0-6.064-4.9346-11-11-11Zm-.5,4c.8284,0,1.5.6714,1.5,1.5s-.6716,1.5-1.5,1.5-1.5-.6714-1.5-1.5.6716-1.5,1.5-1.5Zm4.5,14h-8v-2h3v-5h-2v-2h4v7h3v2Z"
|
2650
|
+
})), _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
|
2651
|
+
fill: "none",
|
2652
|
+
strokeWidth: "0",
|
2653
|
+
d: "m15.5,6c.8284,0,1.5.6714,1.5,1.5s-.6716,1.5-1.5,1.5-1.5-.6714-1.5-1.5.6716-1.5,1.5-1.5Zm4.5,14h-8v-2h3v-5h-2v-2h4v7h3v2Z"
|
2655
2654
|
})), children);
|
2656
2655
|
});
|
2657
2656
|
if (process.env.NODE_ENV !== "production") {
|
2658
|
-
|
2657
|
+
LocationInfoFilled.propTypes = iconPropTypes4cbeb95d.i;
|
2659
2658
|
}
|
2660
|
-
const
|
2659
|
+
const LocationPerson = /*#__PURE__*/React.forwardRef(function LocationPerson(_ref113, ref) {
|
2661
2660
|
let {
|
2662
2661
|
children,
|
2663
2662
|
size = 16,
|
@@ -2671,16 +2670,16 @@ const LogoKubernetes = /*#__PURE__*/React.forwardRef(function LogoKubernetes(_re
|
|
2671
2670
|
viewBox: "0 0 32 32",
|
2672
2671
|
fill: "currentColor",
|
2673
2672
|
...rest
|
2674
|
-
},
|
2675
|
-
d: "
|
2676
|
-
})),
|
2677
|
-
d: "
|
2673
|
+
}, _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
|
2674
|
+
d: "M20 19H18V17H14v2H12V17a2.0021 2.0021 0 012-2h4a2.0021 2.0021 0 012 2zM16 14a3 3 0 113-3A3.0033 3.0033 0 0116 14zm0-4a1 1 0 101 1A1.0011 1.0011 0 0016 10z"
|
2675
|
+
})), _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
|
2676
|
+
d: "M16,30,7.5645,20.0513c-.0479-.0571-.3482-.4515-.3482-.4515A10.8888,10.8888,0,0,1,5,13a11,11,0,0,1,22,0,10.8844,10.8844,0,0,1-2.2148,6.5973l-.0015.0025s-.3.3944-.3447.4474ZM8.8125,18.395c.001.0007.2334.3082.2866.3744L16,26.9079l6.91-8.15c.0439-.0552.2783-.3649.2788-.3657A8.901,8.901,0,0,0,25,13,9,9,0,0,0,7,13a8.9054,8.9054,0,0,0,1.8125,5.395Z"
|
2678
2677
|
})), children);
|
2679
2678
|
});
|
2680
2679
|
if (process.env.NODE_ENV !== "production") {
|
2681
|
-
|
2680
|
+
LocationPerson.propTypes = iconPropTypes4cbeb95d.i;
|
2682
2681
|
}
|
2683
|
-
const
|
2682
|
+
const LocationPersonFilled = /*#__PURE__*/React.forwardRef(function LocationPersonFilled(_ref114, ref) {
|
2684
2683
|
let {
|
2685
2684
|
children,
|
2686
2685
|
size = 16,
|
@@ -2694,14 +2693,21 @@ const LogoLinkedin = /*#__PURE__*/React.forwardRef(function LogoLinkedin(_ref114
|
|
2694
2693
|
viewBox: "0 0 32 32",
|
2695
2694
|
fill: "currentColor",
|
2696
2695
|
...rest
|
2697
|
-
},
|
2698
|
-
|
2696
|
+
}, _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
|
2697
|
+
fill: "none",
|
2698
|
+
d: "M20,19H18V17H14v2H12V17a2.0021,2.0021,0,0,1,2-2h4a2.0021,2.0021,0,0,1,2,2Zm-1-8a3,3,0,1,0-3,3A3.0033,3.0033,0,0,0,19,11Zm-2,0a1,1,0,1,1-1-1A1.0011,1.0011,0,0,1,17,11Z"
|
2699
|
+
})), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
|
2700
|
+
cx: "16",
|
2701
|
+
cy: "11",
|
2702
|
+
r: "1"
|
2703
|
+
})), _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
|
2704
|
+
d: "M16,2A11.0134,11.0134,0,0,0,5,13a10.8885,10.8885,0,0,0,2.2163,6.6s.3.3945.3482.4517L16,30l8.439-9.9526c.0444-.0533.3447-.4478.3447-.4478l.0015-.0024A10.8846,10.8846,0,0,0,27,13,11.0134,11.0134,0,0,0,16,2Zm0,6a3,3,0,1,1-3,3A3.0033,3.0033,0,0,1,16,8Zm4,11H18V17H14v2H12V17a2.0023,2.0023,0,0,1,2-2h4a2.0023,2.0023,0,0,1,2,2Z"
|
2699
2705
|
})), children);
|
2700
2706
|
});
|
2701
2707
|
if (process.env.NODE_ENV !== "production") {
|
2702
|
-
|
2708
|
+
LocationPersonFilled.propTypes = iconPropTypes4cbeb95d.i;
|
2703
2709
|
}
|
2704
|
-
const
|
2710
|
+
const LocationSave = /*#__PURE__*/React.forwardRef(function LocationSave(_ref115, ref) {
|
2705
2711
|
let {
|
2706
2712
|
children,
|
2707
2713
|
size = 16,
|
@@ -2715,14 +2721,14 @@ const LogoLivestream = /*#__PURE__*/React.forwardRef(function LogoLivestream(_re
|
|
2715
2721
|
viewBox: "0 0 32 32",
|
2716
2722
|
fill: "currentColor",
|
2717
2723
|
...rest
|
2718
|
-
},
|
2719
|
-
d: "
|
2724
|
+
}, _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
|
2725
|
+
d: "M18 30h2V28a1.0009 1.0009 0 011-1h6a1.0009 1.0009 0 011 1v2h2V28a3.0033 3.0033 0 00-3-3H21a3.0033 3.0033 0 00-3 3zM24 24a4 4 0 114-4A4.0042 4.0042 0 0124 24zm0-6a2 2 0 102 2A2.0023 2.0023 0 0024 18zM25.3418 10.06l-22-8A1 1 0 002.06 3.3415l8 22A1.001 1.001 0 0010.9839 26H11a1 1 0 00.9287-.6289L15.77 15.7692l9.6016-3.8408a1 1 0 00-.0293-1.8687zM14.6284 14.0709v0l-.3979.1591-.1591.3979 0 0-3.0269 7.5678L4.6719 4.6715l17.5244 6.3726z"
|
2720
2726
|
})), children);
|
2721
2727
|
});
|
2722
2728
|
if (process.env.NODE_ENV !== "production") {
|
2723
|
-
|
2729
|
+
LocationSave.propTypes = iconPropTypes4cbeb95d.i;
|
2724
2730
|
}
|
2725
|
-
const
|
2731
|
+
const LocationStar = /*#__PURE__*/React.forwardRef(function LocationStar(_ref116, ref) {
|
2726
2732
|
let {
|
2727
2733
|
children,
|
2728
2734
|
size = 16,
|
@@ -2736,14 +2742,16 @@ const LogoMastodon = /*#__PURE__*/React.forwardRef(function LogoMastodon(_ref116
|
|
2736
2742
|
viewBox: "0 0 32 32",
|
2737
2743
|
fill: "currentColor",
|
2738
2744
|
...rest
|
2739
|
-
},
|
2740
|
-
d: "
|
2745
|
+
}, _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
|
2746
|
+
d: "M16 7L17.912 10.667 22 11.173 19 13.926 19.6 18 16 15.708 12.4 18 13 13.926 10 11.173 14.2 10.667 16 7z"
|
2747
|
+
})), _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
|
2748
|
+
d: "M16,30,7.5645,20.0513c-.0479-.0571-.3482-.4515-.3482-.4515A10.8888,10.8888,0,0,1,5,13a11,11,0,0,1,22,0,10.8844,10.8844,0,0,1-2.2148,6.5973l-.0015.0025s-.3.3944-.3447.4474ZM8.8125,18.395c.001.0007.2334.3082.2866.3744L16,26.9079l6.91-8.15c.0439-.0552.2783-.3649.2788-.3657A8.901,8.901,0,0,0,25,13,9,9,0,0,0,7,13a8.9054,8.9054,0,0,0,1.8125,5.395Z"
|
2741
2749
|
})), children);
|
2742
2750
|
});
|
2743
2751
|
if (process.env.NODE_ENV !== "production") {
|
2744
|
-
|
2752
|
+
LocationStar.propTypes = iconPropTypes4cbeb95d.i;
|
2745
2753
|
}
|
2746
|
-
const
|
2754
|
+
const LocationStarFilled = /*#__PURE__*/React.forwardRef(function LocationStarFilled(_ref117, ref) {
|
2747
2755
|
let {
|
2748
2756
|
children,
|
2749
2757
|
size = 16,
|
@@ -2757,14 +2765,17 @@ const LogoMedium = /*#__PURE__*/React.forwardRef(function LogoMedium(_ref117, re
|
|
2757
2765
|
viewBox: "0 0 32 32",
|
2758
2766
|
fill: "currentColor",
|
2759
2767
|
...rest
|
2760
|
-
},
|
2761
|
-
|
2768
|
+
}, _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
|
2769
|
+
fill: "none",
|
2770
|
+
d: "M16 7L17.912 10.667 22 11.173 19 13.926 19.6 18 16 15.708 12.4 18 13 13.926 10 11.173 14.2 10.667 16 7z"
|
2771
|
+
})), _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
|
2772
|
+
d: "M16,2A11.0134,11.0134,0,0,0,5,13a10.8885,10.8885,0,0,0,2.2163,6.6s.3.3945.3482.4517L16,30l8.439-9.9526c.0444-.0533.3447-.4478.3447-.4478l.0015-.0024A10.8846,10.8846,0,0,0,27,13,11.0134,11.0134,0,0,0,16,2Zm3.6,16L16,15.7085,12.4,18l.6-4.0742-3-2.7529,4.2-.5064L16,7l1.9116,3.6665L22,11.1729l-3,2.7529Z"
|
2762
2773
|
})), children);
|
2763
2774
|
});
|
2764
2775
|
if (process.env.NODE_ENV !== "production") {
|
2765
|
-
|
2776
|
+
LocationStarFilled.propTypes = iconPropTypes4cbeb95d.i;
|
2766
2777
|
}
|
2767
|
-
const
|
2778
|
+
const Locked = /*#__PURE__*/React.forwardRef(function Locked(_ref118, ref) {
|
2768
2779
|
let {
|
2769
2780
|
children,
|
2770
2781
|
size = 16,
|
@@ -2778,14 +2789,14 @@ const LogoNpm = /*#__PURE__*/React.forwardRef(function LogoNpm(_ref118, ref) {
|
|
2778
2789
|
viewBox: "0 0 32 32",
|
2779
2790
|
fill: "currentColor",
|
2780
2791
|
...rest
|
2781
|
-
},
|
2782
|
-
d: "
|
2792
|
+
}, _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
|
2793
|
+
d: "M24,14H22V8A6,6,0,0,0,10,8v6H8a2,2,0,0,0-2,2V28a2,2,0,0,0,2,2H24a2,2,0,0,0,2-2V16A2,2,0,0,0,24,14ZM12,8a4,4,0,0,1,8,0v6H12ZM24,28H8V16H24Z"
|
2783
2794
|
})), children);
|
2784
2795
|
});
|
2785
2796
|
if (process.env.NODE_ENV !== "production") {
|
2786
|
-
|
2797
|
+
Locked.propTypes = iconPropTypes4cbeb95d.i;
|
2787
2798
|
}
|
2788
|
-
const
|
2799
|
+
const LockedAndBlocked = /*#__PURE__*/React.forwardRef(function LockedAndBlocked(_ref119, ref) {
|
2789
2800
|
let {
|
2790
2801
|
children,
|
2791
2802
|
size = 16,
|
@@ -2799,14 +2810,14 @@ const LogoOpenshift = /*#__PURE__*/React.forwardRef(function LogoOpenshift(_ref1
|
|
2799
2810
|
viewBox: "0 0 32 32",
|
2800
2811
|
fill: "currentColor",
|
2801
2812
|
...rest
|
2802
|
-
},
|
2803
|
-
d: "
|
2813
|
+
}, _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
|
2814
|
+
d: "M30.4461,20.1005c-.1386-.0692-.2914-.1052-.4464-.1053h-10c-.5522,0-1.0001.4474-1.0002.9998,0,.1338.0268.2662.0789.3895l5.0268,10.0581c.1694.3388.5158.5527.8946.5527.3788,0,.7253-.2139.8947-.5527l5-10c.2468-.4944.046-1.0953-.4484-1.342h0ZM8,16h16v2h2v-2c0-1.1046-.8954-2-2-2h-2v-6c0-3.3137-2.6863-6-6-6s-6,2.6863-6,6v6h-2c-1.1046,0-2,.8954-2,2v12c0,1.1046.8954,2,2,2h11v-2h-11v-12ZM12,8c0-2.2092,1.7908-4,4-4s4,1.7908,4,4v6h-8v-6Z"
|
2804
2815
|
})), children);
|
2805
2816
|
});
|
2806
2817
|
if (process.env.NODE_ENV !== "production") {
|
2807
|
-
|
2818
|
+
LockedAndBlocked.propTypes = iconPropTypes4cbeb95d.i;
|
2808
2819
|
}
|
2809
|
-
const
|
2820
|
+
const LogicalPartition = /*#__PURE__*/React.forwardRef(function LogicalPartition(_ref120, ref) {
|
2810
2821
|
let {
|
2811
2822
|
children,
|
2812
2823
|
size = 16,
|
@@ -2820,14 +2831,18 @@ const LogoPinterest = /*#__PURE__*/React.forwardRef(function LogoPinterest(_ref1
|
|
2820
2831
|
viewBox: "0 0 32 32",
|
2821
2832
|
fill: "currentColor",
|
2822
2833
|
...rest
|
2823
|
-
},
|
2824
|
-
|
2834
|
+
}, _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
|
2835
|
+
cx: "9",
|
2836
|
+
cy: "7",
|
2837
|
+
r: "1"
|
2838
|
+
})), _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
|
2839
|
+
d: "M27,22v-4c0-1.1046-.8954-2-2-2h-8v-4h9c1.1046,0,2-.8954,2-2V4c0-1.1046-.8954-2-2-2H6c-1.1046,0-2,.8954-2,2v6c0,1.1046,.8954,2,2,2H15v4H7c-1.1046,0-2,.8954-2,2v4h-1c-1.1046,0-2,.8954-2,2v4c0,1.1046,.8954,2,2,2h4c1.1046,0,2-.8954,2-2v-4c0-1.1046-.8954-2-2-2h-1v-4H15v4h-1c-1.1046,0-2,.8954-2,2v4c0,1.1046,.8954,2,2,2h4c1.1046,0,2-.8954,2-2v-4c0-1.1046-.8954-2-2-2h-1v-4h8v4h-1c-1.1046,0-2,.8954-2,2v4c0,1.1046,.8954,2,2,2h4c1.1046,0,2-.8954,2-2v-4c0-1.1046-.8954-2-2-2h-1Zm-19,6H4v-4h4v4Zm10-4v4h-4v-4h4ZM6,10V4H26v6H6ZM28,28h-4v-4h4v4Z"
|
2825
2840
|
})), children);
|
2826
2841
|
});
|
2827
2842
|
if (process.env.NODE_ENV !== "production") {
|
2828
|
-
|
2843
|
+
LogicalPartition.propTypes = iconPropTypes4cbeb95d.i;
|
2829
2844
|
}
|
2830
|
-
const
|
2845
|
+
const Login = /*#__PURE__*/React.forwardRef(function Login(_ref121, ref) {
|
2831
2846
|
let {
|
2832
2847
|
children,
|
2833
2848
|
size = 16,
|
@@ -2841,22 +2856,16 @@ const LogoPython = /*#__PURE__*/React.forwardRef(function LogoPython(_ref121, re
|
|
2841
2856
|
viewBox: "0 0 32 32",
|
2842
2857
|
fill: "currentColor",
|
2843
2858
|
...rest
|
2844
|
-
},
|
2845
|
-
d: "
|
2846
|
-
})),
|
2847
|
-
|
2848
|
-
d: "M19.7356,25.2476a1.2731,1.2731,0,1,1-1.2534,1.269A1.2607,1.2607,0,0,1,19.7356,25.2476Z"
|
2849
|
-
})), _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
|
2850
|
-
d: "M15.8351,2a19.0717,19.0717,0,0,0-3.192.2725c-2.8268.4994-3.34,1.5447-3.34,3.4723V8.2909h6.68V9.14H6.7962a4.1708,4.1708,0,0,0-4.173,3.3867,12.4855,12.4855,0,0,0,0,6.7889c.4748,1.9776,1.6088,3.3867,3.55,3.3867H8.47V19.65a4.2449,4.2449,0,0,1,4.173-4.15h6.6721a3.3654,3.3654,0,0,0,3.34-3.3944V5.745a3.729,3.729,0,0,0-3.34-3.4723A20.8377,20.8377,0,0,0,15.8351,2ZM12.2226,4.0478a1.2731,1.2731,0,1,1-1.2534,1.2768A1.2675,1.2675,0,0,1,12.2226,4.0478Z"
|
2851
|
-
})), _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
|
2852
|
-
fill: "none",
|
2853
|
-
d: "M12.2226,4.0478a1.2731,1.2731,0,1,1-1.2534,1.2768A1.2675,1.2675,0,0,1,12.2226,4.0478Z"
|
2859
|
+
}, _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
|
2860
|
+
d: "M26,30H14a2,2,0,0,1-2-2V25h2v3H26V4H14V7H12V4a2,2,0,0,1,2-2H26a2,2,0,0,1,2,2V28A2,2,0,0,1,26,30Z"
|
2861
|
+
})), _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
|
2862
|
+
d: "M14.59 20.59L18.17 17 4 17 4 15 18.17 15 14.59 11.41 16 10 22 16 16 22 14.59 20.59z"
|
2854
2863
|
})), children);
|
2855
2864
|
});
|
2856
2865
|
if (process.env.NODE_ENV !== "production") {
|
2857
|
-
|
2866
|
+
Login.propTypes = iconPropTypes4cbeb95d.i;
|
2858
2867
|
}
|
2859
|
-
const
|
2868
|
+
const LogoAngular = /*#__PURE__*/React.forwardRef(function LogoAngular(_ref122, ref) {
|
2860
2869
|
let {
|
2861
2870
|
children,
|
2862
2871
|
size = 16,
|
@@ -2870,14 +2879,16 @@ const LogoQuora = /*#__PURE__*/React.forwardRef(function LogoQuora(_ref122, ref)
|
|
2870
2879
|
viewBox: "0 0 32 32",
|
2871
2880
|
fill: "currentColor",
|
2872
2881
|
...rest
|
2873
|
-
},
|
2874
|
-
d: "
|
2882
|
+
}, _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
|
2883
|
+
d: "M13.5,16h4.9L16,10.8L13.5,16z"
|
2884
|
+
})), _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
|
2885
|
+
d: "M16,3L3,7.6l2.7,15.8L16,29l10.3-5.6L29,7.6L16,3z M21.1,21.6l-1.5-3.2h-7.1l-1.5,3.2H8.6L16,5.3l7.4,16.2H21.1z"
|
2875
2886
|
})), children);
|
2876
2887
|
});
|
2877
2888
|
if (process.env.NODE_ENV !== "production") {
|
2878
|
-
|
2889
|
+
LogoAngular.propTypes = iconPropTypes4cbeb95d.i;
|
2879
2890
|
}
|
2880
|
-
const
|
2891
|
+
const LogoAnsibleCommunity = /*#__PURE__*/React.forwardRef(function LogoAnsibleCommunity(_ref123, ref) {
|
2881
2892
|
let {
|
2882
2893
|
children,
|
2883
2894
|
size = 16,
|
@@ -2891,15 +2902,14 @@ const LogoRScript = /*#__PURE__*/React.forwardRef(function LogoRScript(_ref123,
|
|
2891
2902
|
viewBox: "0 0 32 32",
|
2892
2903
|
fill: "currentColor",
|
2893
2904
|
...rest
|
2894
|
-
},
|
2895
|
-
|
2896
|
-
d: "M30,14.7842c0-5.1782-6.2681-9.376-14-9.376S2,9.606,2,14.7842c0,4.6147,4.9814,8.4419,11.5361,9.2226v2.9917l4.7762-.0019,0-2.9741a19.3812,19.3812,0,0,0,3.3418-.6646L23.593,27l5.3975-.0024-3.253-5.4849C28.3625,19.8086,30,17.4263,30,14.7842Zm-22.4983.7c0-3.54,4.7644-6.41,10.6414-6.41s10.2138,1.9629,10.2138,6.41A5.4694,5.4694,0,0,1,24.9587,20.61a3.2252,3.2252,0,0,0-.2978-.1749,10.4735,10.4735,0,0,0-1.34-.5048s4.1743-.31,4.1743-4.4659-4.3684-4.2343-4.3684-4.2343H13.5361V21.2554C9.97,20.22,7.5017,18.0283,7.5017,15.4839Zm13.7422,1.8452-2.8928.001.0014-2.6812,2.8914.0015a1.2476,1.2476,0,0,1,1.34,1.3149A1.3232,1.3232,0,0,1,21.2439,17.3291Zm-2.9326,3.4946h1.2825a.8785.8785,0,0,1,.6406.291,3.2917,3.2917,0,0,1,.51.63,22.4033,22.4033,0,0,1-2.4326.1455Z"
|
2905
|
+
}, _path208 || (_path208 = /*#__PURE__*/React.createElement("path", {
|
2906
|
+
d: "M27.8,27.7L17.5,3.1C17.2,2.4,16.6,2,15.9,2c-0.7,0-1.3,0.4-1.6,1.1L3,30h3.9l4.5-11.1l13.3,10.7c0.5,0.4,0.9,0.6,1.4,0.6 c1,0,1.9-0.7,1.9-1.8C28,28.2,27.9,28,27.8,27.7z M15.9,7.5l6.7,16.4L12.5,16L15.9,7.5z"
|
2897
2907
|
})), children);
|
2898
2908
|
});
|
2899
2909
|
if (process.env.NODE_ENV !== "production") {
|
2900
|
-
|
2910
|
+
LogoAnsibleCommunity.propTypes = iconPropTypes4cbeb95d.i;
|
2901
2911
|
}
|
2902
|
-
const
|
2912
|
+
const LogoDigg = /*#__PURE__*/React.forwardRef(function LogoDigg(_ref124, ref) {
|
2903
2913
|
let {
|
2904
2914
|
children,
|
2905
2915
|
size = 16,
|
@@ -2913,16 +2923,14 @@ const LogoReact = /*#__PURE__*/React.forwardRef(function LogoReact(_ref124, ref)
|
|
2913
2923
|
viewBox: "0 0 32 32",
|
2914
2924
|
fill: "currentColor",
|
2915
2925
|
...rest
|
2916
|
-
},
|
2917
|
-
d: "
|
2918
|
-
})), _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
|
2919
|
-
d: "M16,18.5c0.5,0,1-0.1,1.4-0.4c0.4-0.3,0.7-0.7,0.9-1.1c0.2-0.5,0.2-1,0.1-1.5c-0.1-0.5-0.3-0.9-0.7-1.3 c-0.3-0.4-0.8-0.6-1.3-0.7c-0.5-0.1-1,0-1.5,0.1c-0.5,0.2-0.9,0.5-1.1,0.9c-0.3,0.4-0.4,0.9-0.4,1.4c0,0.3,0.1,0.7,0.2,1 c0.1,0.3,0.3,0.6,0.5,0.8c0.2,0.2,0.5,0.4,0.8,0.5C15.3,18.4,15.7,18.5,16,18.5z"
|
2926
|
+
}, _path209 || (_path209 = /*#__PURE__*/React.createElement("path", {
|
2927
|
+
d: "M6.48 7.6v3.92H2V21H9.28V7.6zm0 11.2H4.8v-5H6.48zM10.4 11.52H13.2V21.04H10.4zM10.4 7.6H13.2V10.399999999999999H10.4zM14.32 11.52V21H18.8v1.12H14.32V24.4H21.6V11.52zM18.8 18.8H17.12v-5H18.8zM22.72 11.52V21H27.2v1.12H22.72V24.4H30V11.52zM27.2 18.8H25.52v-5H27.2z"
|
2920
2928
|
})), children);
|
2921
2929
|
});
|
2922
2930
|
if (process.env.NODE_ENV !== "production") {
|
2923
|
-
|
2931
|
+
LogoDigg.propTypes = iconPropTypes4cbeb95d.i;
|
2924
2932
|
}
|
2925
|
-
const
|
2933
|
+
const LogoDiscord = /*#__PURE__*/React.forwardRef(function LogoDiscord(_ref125, ref) {
|
2926
2934
|
let {
|
2927
2935
|
children,
|
2928
2936
|
size = 16,
|
@@ -2936,14 +2944,37 @@ const LogoRedHatAiInstructlabOnIbmCloud = /*#__PURE__*/React.forwardRef(function
|
|
2936
2944
|
viewBox: "0 0 32 32",
|
2937
2945
|
fill: "currentColor",
|
2938
2946
|
...rest
|
2939
|
-
},
|
2940
|
-
d: "
|
2947
|
+
}, _path210 || (_path210 = /*#__PURE__*/React.createElement("path", {
|
2948
|
+
d: "M25.7,7.1C23.9,6.3,22,5.7,20,5.3c0,0-0.1,0-0.1,0c-0.2,0.4-0.5,1-0.7,1.5c-2.2-0.3-4.3-0.3-6.4,0c-0.2-0.5-0.5-1-0.7-1.5 c0,0-0.1,0-0.1,0c-2,0.3-3.9,0.9-5.7,1.8c0,0,0,0,0,0c-3.6,5.4-4.6,10.7-4.1,15.9c0,0,0,0.1,0,0.1c2.4,1.8,4.7,2.8,7,3.5 c0,0,0.1,0,0.1,0c0.5-0.7,1-1.5,1.4-2.3c0,0,0-0.1,0-0.1c-0.8-0.3-1.5-0.6-2.2-1c-0.1,0-0.1-0.1,0-0.1c0.1-0.1,0.3-0.2,0.4-0.3 c0,0,0.1,0,0.1,0c4.6,2.1,9.5,2.1,14.1,0c0,0,0.1,0,0.1,0c0.1,0.1,0.3,0.2,0.4,0.3c0.1,0,0,0.1,0,0.1c-0.7,0.4-1.4,0.8-2.2,1 c0,0-0.1,0.1,0,0.1c0.4,0.8,0.9,1.6,1.4,2.3c0,0,0.1,0,0.1,0c2.3-0.7,4.6-1.8,7-3.5c0,0,0,0,0-0.1C30.5,17,28.9,11.8,25.7,7.1 C25.7,7.1,25.7,7.1,25.7,7.1z M11.4,19.9c-1.4,0-2.5-1.3-2.5-2.8s1.1-2.8,2.5-2.8c1.4,0,2.5,1.3,2.5,2.8 C13.9,18.6,12.8,19.9,11.4,19.9z M20.7,19.9c-1.4,0-2.5-1.3-2.5-2.8s1.1-2.8,2.5-2.8c1.4,0,2.5,1.3,2.5,2.8 C23.2,18.6,22.1,19.9,20.7,19.9z"
|
2941
2949
|
})), children);
|
2942
2950
|
});
|
2943
2951
|
if (process.env.NODE_ENV !== "production") {
|
2944
|
-
|
2952
|
+
LogoDiscord.propTypes = iconPropTypes4cbeb95d.i;
|
2945
2953
|
}
|
2946
2954
|
|
2955
|
+
exports.IotPlatform = IotPlatform;
|
2956
|
+
exports.Ip = Ip;
|
2957
|
+
exports.Iso = Iso;
|
2958
|
+
exports.IsoFilled = IsoFilled;
|
2959
|
+
exports.IsoOutline = IsoOutline;
|
2960
|
+
exports.ItemDefinition = ItemDefinition;
|
2961
|
+
exports.ItemUsage = ItemUsage;
|
2962
|
+
exports.JobDaemon = JobDaemon;
|
2963
|
+
exports.JobRun = JobRun;
|
2964
|
+
exports.JoinFull = JoinFull;
|
2965
|
+
exports.JoinInner = JoinInner;
|
2966
|
+
exports.JoinLeft = JoinLeft;
|
2967
|
+
exports.JoinNode = JoinNode;
|
2968
|
+
exports.JoinOuter = JoinOuter;
|
2969
|
+
exports.JoinRight = JoinRight;
|
2970
|
+
exports.Jpg = Jpg;
|
2971
|
+
exports.JsError = JsError;
|
2972
|
+
exports.Json = Json;
|
2973
|
+
exports.JsonReference = JsonReference;
|
2974
|
+
exports.JumpLink = JumpLink;
|
2975
|
+
exports.KeepDry = KeepDry;
|
2976
|
+
exports.Key = Key;
|
2977
|
+
exports.Keyboard = Keyboard;
|
2947
2978
|
exports.KeyboardOff = KeyboardOff;
|
2948
2979
|
exports.KioskDevice = KioskDevice;
|
2949
2980
|
exports.Kubelet = Kubelet;
|
@@ -3036,36 +3067,13 @@ exports.LocationSave = LocationSave;
|
|
3036
3067
|
exports.LocationStar = LocationStar;
|
3037
3068
|
exports.LocationStarFilled = LocationStarFilled;
|
3038
3069
|
exports.Locked = Locked;
|
3070
|
+
exports.LockedAndBlocked = LockedAndBlocked;
|
3039
3071
|
exports.LogicalPartition = LogicalPartition;
|
3040
3072
|
exports.Login = Login;
|
3041
3073
|
exports.LogoAngular = LogoAngular;
|
3042
3074
|
exports.LogoAnsibleCommunity = LogoAnsibleCommunity;
|
3043
3075
|
exports.LogoDigg = LogoDigg;
|
3044
3076
|
exports.LogoDiscord = LogoDiscord;
|
3045
|
-
exports.LogoFacebook = LogoFacebook;
|
3046
|
-
exports.LogoFigma = LogoFigma;
|
3047
|
-
exports.LogoFlickr = LogoFlickr;
|
3048
|
-
exports.LogoGit = LogoGit;
|
3049
|
-
exports.LogoGithub = LogoGithub;
|
3050
|
-
exports.LogoGitlab = LogoGitlab;
|
3051
|
-
exports.LogoGlassdoor = LogoGlassdoor;
|
3052
|
-
exports.LogoInstagram = LogoInstagram;
|
3053
|
-
exports.LogoInvision = LogoInvision;
|
3054
|
-
exports.LogoJupyter = LogoJupyter;
|
3055
|
-
exports.LogoKeybase = LogoKeybase;
|
3056
|
-
exports.LogoKubernetes = LogoKubernetes;
|
3057
|
-
exports.LogoLinkedin = LogoLinkedin;
|
3058
|
-
exports.LogoLivestream = LogoLivestream;
|
3059
|
-
exports.LogoMastodon = LogoMastodon;
|
3060
|
-
exports.LogoMedium = LogoMedium;
|
3061
|
-
exports.LogoNpm = LogoNpm;
|
3062
|
-
exports.LogoOpenshift = LogoOpenshift;
|
3063
|
-
exports.LogoPinterest = LogoPinterest;
|
3064
|
-
exports.LogoPython = LogoPython;
|
3065
|
-
exports.LogoQuora = LogoQuora;
|
3066
|
-
exports.LogoRScript = LogoRScript;
|
3067
|
-
exports.LogoReact = LogoReact;
|
3068
|
-
exports.LogoRedHatAiInstructlabOnIbmCloud = LogoRedHatAiInstructlabOnIbmCloud;
|
3069
3077
|
exports.WatsonHealthLaunchStudy_1 = WatsonHealthLaunchStudy_1;
|
3070
3078
|
exports.WatsonHealthLaunchStudy_2 = WatsonHealthLaunchStudy_2;
|
3071
3079
|
exports.WatsonHealthLaunchStudy_3 = WatsonHealthLaunchStudy_3;
|