@carbon/ibm-products 2.68.0 → 2.69.0-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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
@@ -9,9 +9,9 @@ import React__default from 'react';
|
|
9
9
|
import Icon from '../Icon.js';
|
10
10
|
import { i as iconPropTypes } from '../iconPropTypes-4cbeb95d.js';
|
11
11
|
|
12
|
-
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9,
|
12
|
+
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;
|
13
13
|
const didWarnAboutDeprecation = {};
|
14
|
-
const
|
14
|
+
const IotPlatform = /*#__PURE__*/React__default.forwardRef(function IotPlatform(_ref, ref) {
|
15
15
|
let {
|
16
16
|
children,
|
17
17
|
size = 16,
|
@@ -26,15 +26,17 @@ const KeyboardOff = /*#__PURE__*/React__default.forwardRef(function KeyboardOff(
|
|
26
26
|
fill: "currentColor",
|
27
27
|
...rest
|
28
28
|
}, _path || (_path = /*#__PURE__*/React__default.createElement("path", {
|
29
|
-
d: "
|
29
|
+
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"
|
30
30
|
})), _path2 || (_path2 = /*#__PURE__*/React__default.createElement("path", {
|
31
|
-
d: "
|
31
|
+
d: "M21 21H11V11H21zm-8-2h6V13H13zM31 13H29A10.0117 10.0117 0 0019 3V1A12.0131 12.0131 0 0131 13z"
|
32
|
+
})), _path3 || (_path3 = /*#__PURE__*/React__default.createElement("path", {
|
33
|
+
d: "M26,13H24a5.0059,5.0059,0,0,0-5-5V6A7.0085,7.0085,0,0,1,26,13Z"
|
32
34
|
})), children);
|
33
35
|
});
|
34
36
|
if (process.env.NODE_ENV !== "production") {
|
35
|
-
|
37
|
+
IotPlatform.propTypes = iconPropTypes;
|
36
38
|
}
|
37
|
-
const
|
39
|
+
const Ip = /*#__PURE__*/React__default.forwardRef(function Ip(_ref2, ref) {
|
38
40
|
let {
|
39
41
|
children,
|
40
42
|
size = 16,
|
@@ -48,14 +50,15 @@ const KioskDevice = /*#__PURE__*/React__default.forwardRef(function KioskDevice(
|
|
48
50
|
viewBox: "0 0 32 32",
|
49
51
|
fill: "currentColor",
|
50
52
|
...rest
|
51
|
-
},
|
52
|
-
|
53
|
+
}, _path4 || (_path4 = /*#__PURE__*/React__default.createElement("path", {
|
54
|
+
strokeWidth: "0",
|
55
|
+
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"
|
53
56
|
})), children);
|
54
57
|
});
|
55
58
|
if (process.env.NODE_ENV !== "production") {
|
56
|
-
|
59
|
+
Ip.propTypes = iconPropTypes;
|
57
60
|
}
|
58
|
-
const
|
61
|
+
const Iso = /*#__PURE__*/React__default.forwardRef(function Iso(_ref3, ref) {
|
59
62
|
let {
|
60
63
|
children,
|
61
64
|
size = 16,
|
@@ -69,29 +72,19 @@ const Kubelet = /*#__PURE__*/React__default.forwardRef(function Kubelet(_ref3, r
|
|
69
72
|
viewBox: "0 0 32 32",
|
70
73
|
fill: "currentColor",
|
71
74
|
...rest
|
72
|
-
},
|
73
|
-
|
74
|
-
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"
|
75
|
-
})), _path5 || (_path5 = /*#__PURE__*/React__default.createElement("path", {
|
76
|
-
strokeWidth: "0",
|
77
|
-
d: "m16,28H6c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h20c1.1028,0,2,.8972,2,2v9h-2V6H6v20h10v2Z"
|
75
|
+
}, _path5 || (_path5 = /*#__PURE__*/React__default.createElement("path", {
|
76
|
+
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"
|
78
77
|
})), children);
|
79
78
|
});
|
80
79
|
if (process.env.NODE_ENV !== "production") {
|
81
|
-
|
80
|
+
Iso.propTypes = iconPropTypes;
|
82
81
|
}
|
83
|
-
const
|
82
|
+
const IsoFilled = /*#__PURE__*/React__default.forwardRef(function IsoFilled(_ref4, ref) {
|
84
83
|
let {
|
85
84
|
children,
|
86
85
|
size = 16,
|
87
86
|
...rest
|
88
87
|
} = _ref4;
|
89
|
-
if (process.env.NODE_ENV !== "production") {
|
90
|
-
if (!didWarnAboutDeprecation["Kubernetes"]) {
|
91
|
-
didWarnAboutDeprecation["Kubernetes"] = true;
|
92
|
-
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.");
|
93
|
-
}
|
94
|
-
}
|
95
88
|
return /*#__PURE__*/React__default.createElement(Icon, {
|
96
89
|
width: size,
|
97
90
|
height: size,
|
@@ -101,13 +94,15 @@ const Kubernetes = /*#__PURE__*/React__default.forwardRef(function Kubernetes(_r
|
|
101
94
|
fill: "currentColor",
|
102
95
|
...rest
|
103
96
|
}, _path6 || (_path6 = /*#__PURE__*/React__default.createElement("path", {
|
104
|
-
d: "
|
97
|
+
d: "M21 13H24V19H21z"
|
98
|
+
})), _path7 || (_path7 = /*#__PURE__*/React__default.createElement("path", {
|
99
|
+
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"
|
105
100
|
})), children);
|
106
101
|
});
|
107
102
|
if (process.env.NODE_ENV !== "production") {
|
108
|
-
|
103
|
+
IsoFilled.propTypes = iconPropTypes;
|
109
104
|
}
|
110
|
-
const
|
105
|
+
const IsoOutline = /*#__PURE__*/React__default.forwardRef(function IsoOutline(_ref5, ref) {
|
111
106
|
let {
|
112
107
|
children,
|
113
108
|
size = 16,
|
@@ -121,19 +116,16 @@ const KubernetesControlPlaneNode = /*#__PURE__*/React__default.forwardRef(functi
|
|
121
116
|
viewBox: "0 0 32 32",
|
122
117
|
fill: "currentColor",
|
123
118
|
...rest
|
124
|
-
},
|
125
|
-
d: "
|
126
|
-
})), _path8 || (_path8 = /*#__PURE__*/React__default.createElement("path", {
|
127
|
-
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"
|
119
|
+
}, _path8 || (_path8 = /*#__PURE__*/React__default.createElement("path", {
|
120
|
+
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"
|
128
121
|
})), _path9 || (_path9 = /*#__PURE__*/React__default.createElement("path", {
|
129
|
-
|
130
|
-
d: "M0 0h32v32H0z"
|
122
|
+
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"
|
131
123
|
})), children);
|
132
124
|
});
|
133
125
|
if (process.env.NODE_ENV !== "production") {
|
134
|
-
|
126
|
+
IsoOutline.propTypes = iconPropTypes;
|
135
127
|
}
|
136
|
-
const
|
128
|
+
const ItemDefinition = /*#__PURE__*/React__default.forwardRef(function ItemDefinition(_ref6, ref) {
|
137
129
|
let {
|
138
130
|
children,
|
139
131
|
size = 16,
|
@@ -147,22 +139,14 @@ const KubernetesIpAddress = /*#__PURE__*/React__default.forwardRef(function Kube
|
|
147
139
|
viewBox: "0 0 32 32",
|
148
140
|
fill: "currentColor",
|
149
141
|
...rest
|
150
|
-
},
|
151
|
-
|
152
|
-
cy: "9",
|
153
|
-
r: "2"
|
154
|
-
})), _circle2 || (_circle2 = /*#__PURE__*/React__default.createElement("circle", {
|
155
|
-
cx: "16",
|
156
|
-
cy: "16",
|
157
|
-
r: "2"
|
158
|
-
})), _path10 || (_path10 = /*#__PURE__*/React__default.createElement("path", {
|
159
|
-
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"
|
142
|
+
}, _path0 || (_path0 = /*#__PURE__*/React__default.createElement("path", {
|
143
|
+
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"
|
160
144
|
})), children);
|
161
145
|
});
|
162
146
|
if (process.env.NODE_ENV !== "production") {
|
163
|
-
|
147
|
+
ItemDefinition.propTypes = iconPropTypes;
|
164
148
|
}
|
165
|
-
const
|
149
|
+
const ItemUsage = /*#__PURE__*/React__default.forwardRef(function ItemUsage(_ref7, ref) {
|
166
150
|
let {
|
167
151
|
children,
|
168
152
|
size = 16,
|
@@ -176,18 +160,14 @@ const KubernetesOperator = /*#__PURE__*/React__default.forwardRef(function Kuber
|
|
176
160
|
viewBox: "0 0 32 32",
|
177
161
|
fill: "currentColor",
|
178
162
|
...rest
|
179
|
-
},
|
180
|
-
|
181
|
-
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"
|
182
|
-
})), _path12 || (_path12 = /*#__PURE__*/React__default.createElement("path", {
|
183
|
-
strokeWidth: "0",
|
184
|
-
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"
|
163
|
+
}, _path1 || (_path1 = /*#__PURE__*/React__default.createElement("path", {
|
164
|
+
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"
|
185
165
|
})), children);
|
186
166
|
});
|
187
167
|
if (process.env.NODE_ENV !== "production") {
|
188
|
-
|
168
|
+
ItemUsage.propTypes = iconPropTypes;
|
189
169
|
}
|
190
|
-
const
|
170
|
+
const JobDaemon = /*#__PURE__*/React__default.forwardRef(function JobDaemon(_ref8, ref) {
|
191
171
|
let {
|
192
172
|
children,
|
193
173
|
size = 16,
|
@@ -201,16 +181,14 @@ const KubernetesPod = /*#__PURE__*/React__default.forwardRef(function Kubernetes
|
|
201
181
|
viewBox: "0 0 32 32",
|
202
182
|
fill: "currentColor",
|
203
183
|
...rest
|
204
|
-
},
|
205
|
-
d: "
|
206
|
-
})), _path14 || (_path14 = /*#__PURE__*/React__default.createElement("path", {
|
207
|
-
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"
|
184
|
+
}, _path10 || (_path10 = /*#__PURE__*/React__default.createElement("path", {
|
185
|
+
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"
|
208
186
|
})), children);
|
209
187
|
});
|
210
188
|
if (process.env.NODE_ENV !== "production") {
|
211
|
-
|
189
|
+
JobDaemon.propTypes = iconPropTypes;
|
212
190
|
}
|
213
|
-
const
|
191
|
+
const JobRun = /*#__PURE__*/React__default.forwardRef(function JobRun(_ref9, ref) {
|
214
192
|
let {
|
215
193
|
children,
|
216
194
|
size = 16,
|
@@ -224,19 +202,14 @@ const KubernetesWorkerNode = /*#__PURE__*/React__default.forwardRef(function Kub
|
|
224
202
|
viewBox: "0 0 32 32",
|
225
203
|
fill: "currentColor",
|
226
204
|
...rest
|
227
|
-
},
|
228
|
-
d: "
|
229
|
-
})), _path16 || (_path16 = /*#__PURE__*/React__default.createElement("path", {
|
230
|
-
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"
|
231
|
-
})), _path17 || (_path17 = /*#__PURE__*/React__default.createElement("path", {
|
232
|
-
fill: "none",
|
233
|
-
d: "M0 0h32v32H0z"
|
205
|
+
}, _path11 || (_path11 = /*#__PURE__*/React__default.createElement("path", {
|
206
|
+
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"
|
234
207
|
})), children);
|
235
208
|
});
|
236
209
|
if (process.env.NODE_ENV !== "production") {
|
237
|
-
|
210
|
+
JobRun.propTypes = iconPropTypes;
|
238
211
|
}
|
239
|
-
const
|
212
|
+
const JoinFull = /*#__PURE__*/React__default.forwardRef(function JoinFull(_ref10, ref) {
|
240
213
|
let {
|
241
214
|
children,
|
242
215
|
size = 16,
|
@@ -250,16 +223,22 @@ const Label = /*#__PURE__*/React__default.forwardRef(function Label(_ref10, ref)
|
|
250
223
|
viewBox: "0 0 32 32",
|
251
224
|
fill: "currentColor",
|
252
225
|
...rest
|
253
|
-
},
|
254
|
-
|
255
|
-
|
256
|
-
|
226
|
+
}, _path12 || (_path12 = /*#__PURE__*/React__default.createElement("path", {
|
227
|
+
fill: "none",
|
228
|
+
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",
|
229
|
+
"data-icon-path": "inner-path"
|
230
|
+
})), _path13 || (_path13 = /*#__PURE__*/React__default.createElement("path", {
|
231
|
+
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"
|
232
|
+
})), _path14 || (_path14 = /*#__PURE__*/React__default.createElement("path", {
|
233
|
+
d: "M16,9.0752a7.9941,7.9941,0,0,0,0,13.85,7.9941,7.9941,0,0,0,0-13.85Z"
|
234
|
+
})), _path15 || (_path15 = /*#__PURE__*/React__default.createElement("path", {
|
235
|
+
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"
|
257
236
|
})), children);
|
258
237
|
});
|
259
238
|
if (process.env.NODE_ENV !== "production") {
|
260
|
-
|
239
|
+
JoinFull.propTypes = iconPropTypes;
|
261
240
|
}
|
262
|
-
const
|
241
|
+
const JoinInner = /*#__PURE__*/React__default.forwardRef(function JoinInner(_ref11, ref) {
|
263
242
|
let {
|
264
243
|
children,
|
265
244
|
size = 16,
|
@@ -273,14 +252,14 @@ const Language = /*#__PURE__*/React__default.forwardRef(function Language(_ref11
|
|
273
252
|
viewBox: "0 0 32 32",
|
274
253
|
fill: "currentColor",
|
275
254
|
...rest
|
276
|
-
},
|
277
|
-
d: "
|
255
|
+
}, _path16 || (_path16 = /*#__PURE__*/React__default.createElement("path", {
|
256
|
+
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"
|
278
257
|
})), children);
|
279
258
|
});
|
280
259
|
if (process.env.NODE_ENV !== "production") {
|
281
|
-
|
260
|
+
JoinInner.propTypes = iconPropTypes;
|
282
261
|
}
|
283
|
-
const
|
262
|
+
const JoinLeft = /*#__PURE__*/React__default.forwardRef(function JoinLeft(_ref12, ref) {
|
284
263
|
let {
|
285
264
|
children,
|
286
265
|
size = 16,
|
@@ -294,17 +273,22 @@ const Laptop = /*#__PURE__*/React__default.forwardRef(function Laptop(_ref12, re
|
|
294
273
|
viewBox: "0 0 32 32",
|
295
274
|
fill: "currentColor",
|
296
275
|
...rest
|
297
|
-
},
|
298
|
-
d: "
|
299
|
-
|
300
|
-
|
301
|
-
|
276
|
+
}, _path17 || (_path17 = /*#__PURE__*/React__default.createElement("path", {
|
277
|
+
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"
|
278
|
+
})), _path18 || (_path18 = /*#__PURE__*/React__default.createElement("path", {
|
279
|
+
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"
|
280
|
+
})), _path19 || (_path19 = /*#__PURE__*/React__default.createElement("path", {
|
281
|
+
fill: "none",
|
282
|
+
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",
|
283
|
+
"data-icon-path": "inner-path"
|
284
|
+
})), _path20 || (_path20 = /*#__PURE__*/React__default.createElement("path", {
|
285
|
+
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"
|
302
286
|
})), children);
|
303
287
|
});
|
304
288
|
if (process.env.NODE_ENV !== "production") {
|
305
|
-
|
289
|
+
JoinLeft.propTypes = iconPropTypes;
|
306
290
|
}
|
307
|
-
const
|
291
|
+
const JoinOuter = /*#__PURE__*/React__default.forwardRef(function JoinOuter(_ref13, ref) {
|
308
292
|
let {
|
309
293
|
children,
|
310
294
|
size = 16,
|
@@ -318,14 +302,14 @@ const Lasso = /*#__PURE__*/React__default.forwardRef(function Lasso(_ref13, ref)
|
|
318
302
|
viewBox: "0 0 32 32",
|
319
303
|
fill: "currentColor",
|
320
304
|
...rest
|
321
|
-
},
|
322
|
-
d: "M20
|
305
|
+
}, _path21 || (_path21 = /*#__PURE__*/React__default.createElement("path", {
|
306
|
+
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"
|
323
307
|
})), children);
|
324
308
|
});
|
325
309
|
if (process.env.NODE_ENV !== "production") {
|
326
|
-
|
310
|
+
JoinOuter.propTypes = iconPropTypes;
|
327
311
|
}
|
328
|
-
const
|
312
|
+
const JoinRight = /*#__PURE__*/React__default.forwardRef(function JoinRight(_ref14, ref) {
|
329
313
|
let {
|
330
314
|
children,
|
331
315
|
size = 16,
|
@@ -339,34 +323,27 @@ const LassoPolygon = /*#__PURE__*/React__default.forwardRef(function LassoPolygo
|
|
339
323
|
viewBox: "0 0 32 32",
|
340
324
|
fill: "currentColor",
|
341
325
|
...rest
|
342
|
-
},
|
343
|
-
d: "
|
326
|
+
}, _path22 || (_path22 = /*#__PURE__*/React__default.createElement("path", {
|
327
|
+
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"
|
328
|
+
})), _path23 || (_path23 = /*#__PURE__*/React__default.createElement("path", {
|
329
|
+
fill: "none",
|
330
|
+
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",
|
331
|
+
"data-icon-path": "inner-path"
|
332
|
+
})), _path24 || (_path24 = /*#__PURE__*/React__default.createElement("path", {
|
333
|
+
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"
|
334
|
+
})), _path25 || (_path25 = /*#__PURE__*/React__default.createElement("path", {
|
335
|
+
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"
|
344
336
|
})), children);
|
345
337
|
});
|
346
338
|
if (process.env.NODE_ENV !== "production") {
|
347
|
-
|
339
|
+
JoinRight.propTypes = iconPropTypes;
|
348
340
|
}
|
349
|
-
const
|
341
|
+
const JoinNode = /*#__PURE__*/React__default.forwardRef(function JoinNode(_ref15, ref) {
|
350
342
|
let {
|
351
343
|
children,
|
352
344
|
size = 16,
|
353
345
|
...rest
|
354
346
|
} = _ref15;
|
355
|
-
if (size === 16 || size === "16" || size === "16px") {
|
356
|
-
return /*#__PURE__*/React__default.createElement(Icon, {
|
357
|
-
width: size,
|
358
|
-
height: size,
|
359
|
-
ref: ref,
|
360
|
-
xmlns: "http://www.w3.org/2000/svg",
|
361
|
-
viewBox: "0 0 16 16",
|
362
|
-
fill: "currentColor",
|
363
|
-
...rest
|
364
|
-
}, _path25 || (_path25 = /*#__PURE__*/React__default.createElement("path", {
|
365
|
-
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"
|
366
|
-
})), _path26 || (_path26 = /*#__PURE__*/React__default.createElement("path", {
|
367
|
-
d: "M10 1L10 2 13.3 2 9 6.3 9.7 7 14 2.7 14 6 15 6 15 1z"
|
368
|
-
})), children);
|
369
|
-
}
|
370
347
|
return /*#__PURE__*/React__default.createElement(Icon, {
|
371
348
|
width: size,
|
372
349
|
height: size,
|
@@ -375,16 +352,15 @@ const Launch = /*#__PURE__*/React__default.forwardRef(function Launch(_ref15, re
|
|
375
352
|
viewBox: "0 0 32 32",
|
376
353
|
fill: "currentColor",
|
377
354
|
...rest
|
378
|
-
},
|
379
|
-
|
380
|
-
|
381
|
-
d: "M20 2L20 4 26.586 4 18 12.586 19.414 14 28 5.414 28 12 30 12 30 2 20 2z"
|
355
|
+
}, _path26 || (_path26 = /*#__PURE__*/React__default.createElement("path", {
|
356
|
+
strokeWidth: "0",
|
357
|
+
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"
|
382
358
|
})), children);
|
383
359
|
});
|
384
360
|
if (process.env.NODE_ENV !== "production") {
|
385
|
-
|
361
|
+
JoinNode.propTypes = iconPropTypes;
|
386
362
|
}
|
387
|
-
const
|
363
|
+
const Jpg = /*#__PURE__*/React__default.forwardRef(function Jpg(_ref16, ref) {
|
388
364
|
let {
|
389
365
|
children,
|
390
366
|
size = 16,
|
@@ -398,20 +374,14 @@ const WatsonHealthLaunchStudy_1 = /*#__PURE__*/React__default.forwardRef(functio
|
|
398
374
|
viewBox: "0 0 32 32",
|
399
375
|
fill: "currentColor",
|
400
376
|
...rest
|
401
|
-
},
|
402
|
-
|
403
|
-
cy: "25",
|
404
|
-
r: "1"
|
405
|
-
})), _path29 || (_path29 = /*#__PURE__*/React__default.createElement("path", {
|
406
|
-
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"
|
407
|
-
})), _path30 || (_path30 = /*#__PURE__*/React__default.createElement("path", {
|
408
|
-
d: "M8 24H20V26H8z"
|
377
|
+
}, _path27 || (_path27 = /*#__PURE__*/React__default.createElement("path", {
|
378
|
+
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"
|
409
379
|
})), children);
|
410
380
|
});
|
411
381
|
if (process.env.NODE_ENV !== "production") {
|
412
|
-
|
382
|
+
Jpg.propTypes = iconPropTypes;
|
413
383
|
}
|
414
|
-
const
|
384
|
+
const JsError = /*#__PURE__*/React__default.forwardRef(function JsError(_ref17, ref) {
|
415
385
|
let {
|
416
386
|
children,
|
417
387
|
size = 16,
|
@@ -425,20 +395,16 @@ const WatsonHealthLaunchStudy_2 = /*#__PURE__*/React__default.forwardRef(functio
|
|
425
395
|
viewBox: "0 0 32 32",
|
426
396
|
fill: "currentColor",
|
427
397
|
...rest
|
428
|
-
},
|
429
|
-
|
430
|
-
|
431
|
-
|
432
|
-
})), _path31 || (_path31 = /*#__PURE__*/React__default.createElement("path", {
|
433
|
-
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"
|
434
|
-
})), _path32 || (_path32 = /*#__PURE__*/React__default.createElement("path", {
|
435
|
-
d: "M8 6H20V8H8z"
|
398
|
+
}, _path28 || (_path28 = /*#__PURE__*/React__default.createElement("path", {
|
399
|
+
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"
|
400
|
+
})), _path29 || (_path29 = /*#__PURE__*/React__default.createElement("path", {
|
401
|
+
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"
|
436
402
|
})), children);
|
437
403
|
});
|
438
404
|
if (process.env.NODE_ENV !== "production") {
|
439
|
-
|
405
|
+
JsError.propTypes = iconPropTypes;
|
440
406
|
}
|
441
|
-
const
|
407
|
+
const Json = /*#__PURE__*/React__default.forwardRef(function Json(_ref18, ref) {
|
442
408
|
let {
|
443
409
|
children,
|
444
410
|
size = 16,
|
@@ -452,20 +418,14 @@ const WatsonHealthLaunchStudy_3 = /*#__PURE__*/React__default.forwardRef(functio
|
|
452
418
|
viewBox: "0 0 32 32",
|
453
419
|
fill: "currentColor",
|
454
420
|
...rest
|
455
|
-
},
|
456
|
-
|
457
|
-
cy: "25",
|
458
|
-
r: "1"
|
459
|
-
})), _path33 || (_path33 = /*#__PURE__*/React__default.createElement("path", {
|
460
|
-
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"
|
461
|
-
})), _path34 || (_path34 = /*#__PURE__*/React__default.createElement("path", {
|
462
|
-
d: "M20.59 10.59L16 15.16 11.41 10.59 10 12 16 18 22 12 20.59 10.59zM8 24H20V26H8z"
|
421
|
+
}, _path30 || (_path30 = /*#__PURE__*/React__default.createElement("path", {
|
422
|
+
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"
|
463
423
|
})), children);
|
464
424
|
});
|
465
425
|
if (process.env.NODE_ENV !== "production") {
|
466
|
-
|
426
|
+
Json.propTypes = iconPropTypes;
|
467
427
|
}
|
468
|
-
const
|
428
|
+
const JsonReference = /*#__PURE__*/React__default.forwardRef(function JsonReference(_ref19, ref) {
|
469
429
|
let {
|
470
430
|
children,
|
471
431
|
size = 16,
|
@@ -479,16 +439,14 @@ const Layers = /*#__PURE__*/React__default.forwardRef(function Layers(_ref19, re
|
|
479
439
|
viewBox: "0 0 32 32",
|
480
440
|
fill: "currentColor",
|
481
441
|
...rest
|
482
|
-
},
|
483
|
-
d: "
|
484
|
-
})), _path36 || (_path36 = /*#__PURE__*/React__default.createElement("path", {
|
485
|
-
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"
|
442
|
+
}, _path31 || (_path31 = /*#__PURE__*/React__default.createElement("path", {
|
443
|
+
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"
|
486
444
|
})), children);
|
487
445
|
});
|
488
446
|
if (process.env.NODE_ENV !== "production") {
|
489
|
-
|
447
|
+
JsonReference.propTypes = iconPropTypes;
|
490
448
|
}
|
491
|
-
const
|
449
|
+
const JumpLink = /*#__PURE__*/React__default.forwardRef(function JumpLink(_ref20, ref) {
|
492
450
|
let {
|
493
451
|
children,
|
494
452
|
size = 16,
|
@@ -502,18 +460,14 @@ const LayersExternal = /*#__PURE__*/React__default.forwardRef(function LayersExt
|
|
502
460
|
viewBox: "0 0 32 32",
|
503
461
|
fill: "currentColor",
|
504
462
|
...rest
|
505
|
-
},
|
506
|
-
|
507
|
-
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"
|
508
|
-
})), _path38 || (_path38 = /*#__PURE__*/React__default.createElement("path", {
|
509
|
-
strokeWidth: "0",
|
510
|
-
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"
|
463
|
+
}, _path32 || (_path32 = /*#__PURE__*/React__default.createElement("path", {
|
464
|
+
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"
|
511
465
|
})), children);
|
512
466
|
});
|
513
467
|
if (process.env.NODE_ENV !== "production") {
|
514
|
-
|
468
|
+
JumpLink.propTypes = iconPropTypes;
|
515
469
|
}
|
516
|
-
const
|
470
|
+
const KeepDry = /*#__PURE__*/React__default.forwardRef(function KeepDry(_ref21, ref) {
|
517
471
|
let {
|
518
472
|
children,
|
519
473
|
size = 16,
|
@@ -527,22 +481,16 @@ const Legend = /*#__PURE__*/React__default.forwardRef(function Legend(_ref21, re
|
|
527
481
|
viewBox: "0 0 32 32",
|
528
482
|
fill: "currentColor",
|
529
483
|
...rest
|
530
|
-
},
|
531
|
-
d: "
|
532
|
-
})),
|
533
|
-
|
534
|
-
height: "6",
|
535
|
-
x: "4",
|
536
|
-
y: "20",
|
537
|
-
rx: "1"
|
538
|
-
})), _path40 || (_path40 = /*#__PURE__*/React__default.createElement("path", {
|
539
|
-
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"
|
484
|
+
}, _path33 || (_path33 = /*#__PURE__*/React__default.createElement("path", {
|
485
|
+
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"
|
486
|
+
})), _path34 || (_path34 = /*#__PURE__*/React__default.createElement("path", {
|
487
|
+
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"
|
540
488
|
})), children);
|
541
489
|
});
|
542
490
|
if (process.env.NODE_ENV !== "production") {
|
543
|
-
|
491
|
+
KeepDry.propTypes = iconPropTypes;
|
544
492
|
}
|
545
|
-
const
|
493
|
+
const Key = /*#__PURE__*/React__default.forwardRef(function Key(_ref22, ref) {
|
546
494
|
let {
|
547
495
|
children,
|
548
496
|
size = 16,
|
@@ -556,14 +504,15 @@ const LetterAa = /*#__PURE__*/React__default.forwardRef(function LetterAa(_ref22
|
|
556
504
|
viewBox: "0 0 32 32",
|
557
505
|
fill: "currentColor",
|
558
506
|
...rest
|
559
|
-
},
|
560
|
-
|
507
|
+
}, _path35 || (_path35 = /*#__PURE__*/React__default.createElement("path", {
|
508
|
+
strokeWidth: "0",
|
509
|
+
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"
|
561
510
|
})), children);
|
562
511
|
});
|
563
512
|
if (process.env.NODE_ENV !== "production") {
|
564
|
-
|
513
|
+
Key.propTypes = iconPropTypes;
|
565
514
|
}
|
566
|
-
const
|
515
|
+
const Keyboard = /*#__PURE__*/React__default.forwardRef(function Keyboard(_ref23, ref) {
|
567
516
|
let {
|
568
517
|
children,
|
569
518
|
size = 16,
|
@@ -577,14 +526,16 @@ const LetterBb = /*#__PURE__*/React__default.forwardRef(function LetterBb(_ref23
|
|
577
526
|
viewBox: "0 0 32 32",
|
578
527
|
fill: "currentColor",
|
579
528
|
...rest
|
580
|
-
},
|
581
|
-
d: "
|
529
|
+
}, _path36 || (_path36 = /*#__PURE__*/React__default.createElement("path", {
|
530
|
+
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"
|
531
|
+
})), _path37 || (_path37 = /*#__PURE__*/React__default.createElement("path", {
|
532
|
+
d: "M10 20H21V22H10zM6 12H8V14H6zM10 12H12V14H10zM14 12H16V14H14zM18 12H20V14H18zM6 20H8V22H6zM6 16H8V18H6zM10 16H12V18H10zM14 16H16V18H14zM22 12H26V14H22zM22 16H26V18H22zM18 16H20V18H18zM23 20H26V22H23z"
|
582
533
|
})), children);
|
583
534
|
});
|
584
535
|
if (process.env.NODE_ENV !== "production") {
|
585
|
-
|
536
|
+
Keyboard.propTypes = iconPropTypes;
|
586
537
|
}
|
587
|
-
const
|
538
|
+
const KeyboardOff = /*#__PURE__*/React__default.forwardRef(function KeyboardOff(_ref24, ref) {
|
588
539
|
let {
|
589
540
|
children,
|
590
541
|
size = 16,
|
@@ -598,14 +549,16 @@ const LetterCc = /*#__PURE__*/React__default.forwardRef(function LetterCc(_ref24
|
|
598
549
|
viewBox: "0 0 32 32",
|
599
550
|
fill: "currentColor",
|
600
551
|
...rest
|
601
|
-
},
|
602
|
-
d: "
|
552
|
+
}, _path38 || (_path38 = /*#__PURE__*/React__default.createElement("path", {
|
553
|
+
d: "M6 12H8V14H6zM18 12H20V14H18zM6 20H8V22H6zM6 16H8V18H6zM10 16H12V18H10zM22 12H26V14H22zM22 16H26V18H22z"
|
554
|
+
})), _path39 || (_path39 = /*#__PURE__*/React__default.createElement("path", {
|
555
|
+
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"
|
603
556
|
})), children);
|
604
557
|
});
|
605
558
|
if (process.env.NODE_ENV !== "production") {
|
606
|
-
|
559
|
+
KeyboardOff.propTypes = iconPropTypes;
|
607
560
|
}
|
608
|
-
const
|
561
|
+
const KioskDevice = /*#__PURE__*/React__default.forwardRef(function KioskDevice(_ref25, ref) {
|
609
562
|
let {
|
610
563
|
children,
|
611
564
|
size = 16,
|
@@ -619,14 +572,14 @@ const LetterDd = /*#__PURE__*/React__default.forwardRef(function LetterDd(_ref25
|
|
619
572
|
viewBox: "0 0 32 32",
|
620
573
|
fill: "currentColor",
|
621
574
|
...rest
|
622
|
-
},
|
623
|
-
d: "
|
575
|
+
}, _path40 || (_path40 = /*#__PURE__*/React__default.createElement("path", {
|
576
|
+
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"
|
624
577
|
})), children);
|
625
578
|
});
|
626
579
|
if (process.env.NODE_ENV !== "production") {
|
627
|
-
|
580
|
+
KioskDevice.propTypes = iconPropTypes;
|
628
581
|
}
|
629
|
-
const
|
582
|
+
const Kubelet = /*#__PURE__*/React__default.forwardRef(function Kubelet(_ref26, ref) {
|
630
583
|
let {
|
631
584
|
children,
|
632
585
|
size = 16,
|
@@ -640,19 +593,29 @@ const LetterEe = /*#__PURE__*/React__default.forwardRef(function LetterEe(_ref26
|
|
640
593
|
viewBox: "0 0 32 32",
|
641
594
|
fill: "currentColor",
|
642
595
|
...rest
|
643
|
-
},
|
644
|
-
|
596
|
+
}, _path41 || (_path41 = /*#__PURE__*/React__default.createElement("path", {
|
597
|
+
strokeWidth: "0",
|
598
|
+
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"
|
599
|
+
})), _path42 || (_path42 = /*#__PURE__*/React__default.createElement("path", {
|
600
|
+
strokeWidth: "0",
|
601
|
+
d: "m16,28H6c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h20c1.1028,0,2,.8972,2,2v9h-2V6H6v20h10v2Z"
|
645
602
|
})), children);
|
646
603
|
});
|
647
604
|
if (process.env.NODE_ENV !== "production") {
|
648
|
-
|
605
|
+
Kubelet.propTypes = iconPropTypes;
|
649
606
|
}
|
650
|
-
const
|
607
|
+
const Kubernetes = /*#__PURE__*/React__default.forwardRef(function Kubernetes(_ref27, ref) {
|
651
608
|
let {
|
652
609
|
children,
|
653
610
|
size = 16,
|
654
611
|
...rest
|
655
612
|
} = _ref27;
|
613
|
+
if (process.env.NODE_ENV !== "production") {
|
614
|
+
if (!didWarnAboutDeprecation["Kubernetes"]) {
|
615
|
+
didWarnAboutDeprecation["Kubernetes"] = true;
|
616
|
+
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.");
|
617
|
+
}
|
618
|
+
}
|
656
619
|
return /*#__PURE__*/React__default.createElement(Icon, {
|
657
620
|
width: size,
|
658
621
|
height: size,
|
@@ -661,14 +624,14 @@ const LetterFf = /*#__PURE__*/React__default.forwardRef(function LetterFf(_ref27
|
|
661
624
|
viewBox: "0 0 32 32",
|
662
625
|
fill: "currentColor",
|
663
626
|
...rest
|
664
|
-
},
|
665
|
-
d: "
|
627
|
+
}, _path43 || (_path43 = /*#__PURE__*/React__default.createElement("path", {
|
628
|
+
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"
|
666
629
|
})), children);
|
667
630
|
});
|
668
631
|
if (process.env.NODE_ENV !== "production") {
|
669
|
-
|
632
|
+
Kubernetes.propTypes = iconPropTypes;
|
670
633
|
}
|
671
|
-
const
|
634
|
+
const KubernetesControlPlaneNode = /*#__PURE__*/React__default.forwardRef(function KubernetesControlPlaneNode(_ref28, ref) {
|
672
635
|
let {
|
673
636
|
children,
|
674
637
|
size = 16,
|
@@ -682,14 +645,19 @@ const LetterGg = /*#__PURE__*/React__default.forwardRef(function LetterGg(_ref28
|
|
682
645
|
viewBox: "0 0 32 32",
|
683
646
|
fill: "currentColor",
|
684
647
|
...rest
|
685
|
-
},
|
686
|
-
d: "
|
648
|
+
}, _path44 || (_path44 = /*#__PURE__*/React__default.createElement("path", {
|
649
|
+
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"
|
650
|
+
})), _path45 || (_path45 = /*#__PURE__*/React__default.createElement("path", {
|
651
|
+
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"
|
652
|
+
})), _path46 || (_path46 = /*#__PURE__*/React__default.createElement("path", {
|
653
|
+
fill: "none",
|
654
|
+
d: "M0 0h32v32H0z"
|
687
655
|
})), children);
|
688
656
|
});
|
689
657
|
if (process.env.NODE_ENV !== "production") {
|
690
|
-
|
658
|
+
KubernetesControlPlaneNode.propTypes = iconPropTypes;
|
691
659
|
}
|
692
|
-
const
|
660
|
+
const KubernetesIpAddress = /*#__PURE__*/React__default.forwardRef(function KubernetesIpAddress(_ref29, ref) {
|
693
661
|
let {
|
694
662
|
children,
|
695
663
|
size = 16,
|
@@ -703,14 +671,22 @@ const LetterHh = /*#__PURE__*/React__default.forwardRef(function LetterHh(_ref29
|
|
703
671
|
viewBox: "0 0 32 32",
|
704
672
|
fill: "currentColor",
|
705
673
|
...rest
|
706
|
-
},
|
707
|
-
|
674
|
+
}, _circle || (_circle = /*#__PURE__*/React__default.createElement("circle", {
|
675
|
+
cx: "16",
|
676
|
+
cy: "9",
|
677
|
+
r: "2"
|
678
|
+
})), _circle2 || (_circle2 = /*#__PURE__*/React__default.createElement("circle", {
|
679
|
+
cx: "16",
|
680
|
+
cy: "16",
|
681
|
+
r: "2"
|
682
|
+
})), _path47 || (_path47 = /*#__PURE__*/React__default.createElement("path", {
|
683
|
+
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"
|
708
684
|
})), children);
|
709
685
|
});
|
710
686
|
if (process.env.NODE_ENV !== "production") {
|
711
|
-
|
687
|
+
KubernetesIpAddress.propTypes = iconPropTypes;
|
712
688
|
}
|
713
|
-
const
|
689
|
+
const KubernetesOperator = /*#__PURE__*/React__default.forwardRef(function KubernetesOperator(_ref30, ref) {
|
714
690
|
let {
|
715
691
|
children,
|
716
692
|
size = 16,
|
@@ -724,14 +700,18 @@ const LetterIi = /*#__PURE__*/React__default.forwardRef(function LetterIi(_ref30
|
|
724
700
|
viewBox: "0 0 32 32",
|
725
701
|
fill: "currentColor",
|
726
702
|
...rest
|
727
|
-
},
|
728
|
-
|
703
|
+
}, _path48 || (_path48 = /*#__PURE__*/React__default.createElement("path", {
|
704
|
+
strokeWidth: "0",
|
705
|
+
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"
|
706
|
+
})), _path49 || (_path49 = /*#__PURE__*/React__default.createElement("path", {
|
707
|
+
strokeWidth: "0",
|
708
|
+
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"
|
729
709
|
})), children);
|
730
710
|
});
|
731
711
|
if (process.env.NODE_ENV !== "production") {
|
732
|
-
|
712
|
+
KubernetesOperator.propTypes = iconPropTypes;
|
733
713
|
}
|
734
|
-
const
|
714
|
+
const KubernetesPod = /*#__PURE__*/React__default.forwardRef(function KubernetesPod(_ref31, ref) {
|
735
715
|
let {
|
736
716
|
children,
|
737
717
|
size = 16,
|
@@ -746,13 +726,15 @@ const LetterJj = /*#__PURE__*/React__default.forwardRef(function LetterJj(_ref31
|
|
746
726
|
fill: "currentColor",
|
747
727
|
...rest
|
748
728
|
}, _path50 || (_path50 = /*#__PURE__*/React__default.createElement("path", {
|
749
|
-
d: "
|
729
|
+
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"
|
730
|
+
})), _path51 || (_path51 = /*#__PURE__*/React__default.createElement("path", {
|
731
|
+
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"
|
750
732
|
})), children);
|
751
733
|
});
|
752
734
|
if (process.env.NODE_ENV !== "production") {
|
753
|
-
|
735
|
+
KubernetesPod.propTypes = iconPropTypes;
|
754
736
|
}
|
755
|
-
const
|
737
|
+
const KubernetesWorkerNode = /*#__PURE__*/React__default.forwardRef(function KubernetesWorkerNode(_ref32, ref) {
|
756
738
|
let {
|
757
739
|
children,
|
758
740
|
size = 16,
|
@@ -766,14 +748,19 @@ const LetterKk = /*#__PURE__*/React__default.forwardRef(function LetterKk(_ref32
|
|
766
748
|
viewBox: "0 0 32 32",
|
767
749
|
fill: "currentColor",
|
768
750
|
...rest
|
769
|
-
},
|
770
|
-
d: "
|
751
|
+
}, _path52 || (_path52 = /*#__PURE__*/React__default.createElement("path", {
|
752
|
+
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"
|
753
|
+
})), _path53 || (_path53 = /*#__PURE__*/React__default.createElement("path", {
|
754
|
+
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"
|
755
|
+
})), _path54 || (_path54 = /*#__PURE__*/React__default.createElement("path", {
|
756
|
+
fill: "none",
|
757
|
+
d: "M0 0h32v32H0z"
|
771
758
|
})), children);
|
772
759
|
});
|
773
760
|
if (process.env.NODE_ENV !== "production") {
|
774
|
-
|
761
|
+
KubernetesWorkerNode.propTypes = iconPropTypes;
|
775
762
|
}
|
776
|
-
const
|
763
|
+
const Label = /*#__PURE__*/React__default.forwardRef(function Label(_ref33, ref) {
|
777
764
|
let {
|
778
765
|
children,
|
779
766
|
size = 16,
|
@@ -787,14 +774,16 @@ const LetterLl = /*#__PURE__*/React__default.forwardRef(function LetterLl(_ref33
|
|
787
774
|
viewBox: "0 0 32 32",
|
788
775
|
fill: "currentColor",
|
789
776
|
...rest
|
790
|
-
},
|
791
|
-
d: "
|
777
|
+
}, _path55 || (_path55 = /*#__PURE__*/React__default.createElement("path", {
|
778
|
+
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"
|
779
|
+
})), _path56 || (_path56 = /*#__PURE__*/React__default.createElement("path", {
|
780
|
+
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"
|
792
781
|
})), children);
|
793
782
|
});
|
794
783
|
if (process.env.NODE_ENV !== "production") {
|
795
|
-
|
784
|
+
Label.propTypes = iconPropTypes;
|
796
785
|
}
|
797
|
-
const
|
786
|
+
const Language = /*#__PURE__*/React__default.forwardRef(function Language(_ref34, ref) {
|
798
787
|
let {
|
799
788
|
children,
|
800
789
|
size = 16,
|
@@ -808,14 +797,14 @@ const LetterMm = /*#__PURE__*/React__default.forwardRef(function LetterMm(_ref34
|
|
808
797
|
viewBox: "0 0 32 32",
|
809
798
|
fill: "currentColor",
|
810
799
|
...rest
|
811
|
-
},
|
812
|
-
d: "
|
800
|
+
}, _path57 || (_path57 = /*#__PURE__*/React__default.createElement("path", {
|
801
|
+
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"
|
813
802
|
})), children);
|
814
803
|
});
|
815
804
|
if (process.env.NODE_ENV !== "production") {
|
816
|
-
|
805
|
+
Language.propTypes = iconPropTypes;
|
817
806
|
}
|
818
|
-
const
|
807
|
+
const Laptop = /*#__PURE__*/React__default.forwardRef(function Laptop(_ref35, ref) {
|
819
808
|
let {
|
820
809
|
children,
|
821
810
|
size = 16,
|
@@ -829,14 +818,17 @@ const LetterNn = /*#__PURE__*/React__default.forwardRef(function LetterNn(_ref35
|
|
829
818
|
viewBox: "0 0 32 32",
|
830
819
|
fill: "currentColor",
|
831
820
|
...rest
|
832
|
-
},
|
833
|
-
d: "
|
821
|
+
}, _path58 || (_path58 = /*#__PURE__*/React__default.createElement("path", {
|
822
|
+
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",
|
823
|
+
transform: "translate(0 .005)"
|
824
|
+
})), _path59 || (_path59 = /*#__PURE__*/React__default.createElement("path", {
|
825
|
+
d: "M2 26.005H30V28.005H2z"
|
834
826
|
})), children);
|
835
827
|
});
|
836
828
|
if (process.env.NODE_ENV !== "production") {
|
837
|
-
|
829
|
+
Laptop.propTypes = iconPropTypes;
|
838
830
|
}
|
839
|
-
const
|
831
|
+
const Lasso = /*#__PURE__*/React__default.forwardRef(function Lasso(_ref36, ref) {
|
840
832
|
let {
|
841
833
|
children,
|
842
834
|
size = 16,
|
@@ -850,14 +842,14 @@ const LetterOo = /*#__PURE__*/React__default.forwardRef(function LetterOo(_ref36
|
|
850
842
|
viewBox: "0 0 32 32",
|
851
843
|
fill: "currentColor",
|
852
844
|
...rest
|
853
|
-
},
|
854
|
-
d: "
|
845
|
+
}, _path60 || (_path60 = /*#__PURE__*/React__default.createElement("path", {
|
846
|
+
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"
|
855
847
|
})), children);
|
856
848
|
});
|
857
849
|
if (process.env.NODE_ENV !== "production") {
|
858
|
-
|
850
|
+
Lasso.propTypes = iconPropTypes;
|
859
851
|
}
|
860
|
-
const
|
852
|
+
const LassoPolygon = /*#__PURE__*/React__default.forwardRef(function LassoPolygon(_ref37, ref) {
|
861
853
|
let {
|
862
854
|
children,
|
863
855
|
size = 16,
|
@@ -871,35 +863,52 @@ const LetterPp = /*#__PURE__*/React__default.forwardRef(function LetterPp(_ref37
|
|
871
863
|
viewBox: "0 0 32 32",
|
872
864
|
fill: "currentColor",
|
873
865
|
...rest
|
874
|
-
},
|
875
|
-
d: "
|
866
|
+
}, _path61 || (_path61 = /*#__PURE__*/React__default.createElement("path", {
|
867
|
+
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"
|
876
868
|
})), children);
|
877
869
|
});
|
878
870
|
if (process.env.NODE_ENV !== "production") {
|
879
|
-
|
871
|
+
LassoPolygon.propTypes = iconPropTypes;
|
880
872
|
}
|
881
|
-
const
|
873
|
+
const Launch = /*#__PURE__*/React__default.forwardRef(function Launch(_ref38, ref) {
|
882
874
|
let {
|
883
875
|
children,
|
884
876
|
size = 16,
|
885
877
|
...rest
|
886
878
|
} = _ref38;
|
887
|
-
|
888
|
-
|
889
|
-
|
890
|
-
|
891
|
-
|
892
|
-
|
893
|
-
|
894
|
-
|
895
|
-
|
896
|
-
|
897
|
-
|
898
|
-
})
|
879
|
+
if (size === 16 || size === "16" || size === "16px") {
|
880
|
+
return /*#__PURE__*/React__default.createElement(Icon, {
|
881
|
+
width: size,
|
882
|
+
height: size,
|
883
|
+
ref: ref,
|
884
|
+
xmlns: "http://www.w3.org/2000/svg",
|
885
|
+
viewBox: "0 0 16 16",
|
886
|
+
fill: "currentColor",
|
887
|
+
...rest
|
888
|
+
}, _path62 || (_path62 = /*#__PURE__*/React__default.createElement("path", {
|
889
|
+
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"
|
890
|
+
})), _path63 || (_path63 = /*#__PURE__*/React__default.createElement("path", {
|
891
|
+
d: "M10 1L10 2 13.3 2 9 6.3 9.7 7 14 2.7 14 6 15 6 15 1z"
|
892
|
+
})), children);
|
893
|
+
}
|
894
|
+
return /*#__PURE__*/React__default.createElement(Icon, {
|
895
|
+
width: size,
|
896
|
+
height: size,
|
897
|
+
ref: ref,
|
898
|
+
xmlns: "http://www.w3.org/2000/svg",
|
899
|
+
viewBox: "0 0 32 32",
|
900
|
+
fill: "currentColor",
|
901
|
+
...rest
|
902
|
+
}, _path64 || (_path64 = /*#__PURE__*/React__default.createElement("path", {
|
903
|
+
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"
|
904
|
+
})), _path65 || (_path65 = /*#__PURE__*/React__default.createElement("path", {
|
905
|
+
d: "M20 2L20 4 26.586 4 18 12.586 19.414 14 28 5.414 28 12 30 12 30 2 20 2z"
|
906
|
+
})), children);
|
907
|
+
});
|
899
908
|
if (process.env.NODE_ENV !== "production") {
|
900
|
-
|
909
|
+
Launch.propTypes = iconPropTypes;
|
901
910
|
}
|
902
|
-
const
|
911
|
+
const WatsonHealthLaunchStudy_1 = /*#__PURE__*/React__default.forwardRef(function WatsonHealthLaunchStudy_1(_ref39, ref) {
|
903
912
|
let {
|
904
913
|
children,
|
905
914
|
size = 16,
|
@@ -913,14 +922,20 @@ const LetterRr = /*#__PURE__*/React__default.forwardRef(function LetterRr(_ref39
|
|
913
922
|
viewBox: "0 0 32 32",
|
914
923
|
fill: "currentColor",
|
915
924
|
...rest
|
916
|
-
},
|
917
|
-
|
925
|
+
}, _circle3 || (_circle3 = /*#__PURE__*/React__default.createElement("circle", {
|
926
|
+
cx: "23",
|
927
|
+
cy: "25",
|
928
|
+
r: "1"
|
929
|
+
})), _path66 || (_path66 = /*#__PURE__*/React__default.createElement("path", {
|
930
|
+
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"
|
931
|
+
})), _path67 || (_path67 = /*#__PURE__*/React__default.createElement("path", {
|
932
|
+
d: "M8 24H20V26H8z"
|
918
933
|
})), children);
|
919
934
|
});
|
920
935
|
if (process.env.NODE_ENV !== "production") {
|
921
|
-
|
936
|
+
WatsonHealthLaunchStudy_1.propTypes = iconPropTypes;
|
922
937
|
}
|
923
|
-
const
|
938
|
+
const WatsonHealthLaunchStudy_2 = /*#__PURE__*/React__default.forwardRef(function WatsonHealthLaunchStudy_2(_ref40, ref) {
|
924
939
|
let {
|
925
940
|
children,
|
926
941
|
size = 16,
|
@@ -934,14 +949,20 @@ const LetterSs = /*#__PURE__*/React__default.forwardRef(function LetterSs(_ref40
|
|
934
949
|
viewBox: "0 0 32 32",
|
935
950
|
fill: "currentColor",
|
936
951
|
...rest
|
937
|
-
},
|
938
|
-
|
952
|
+
}, _circle4 || (_circle4 = /*#__PURE__*/React__default.createElement("circle", {
|
953
|
+
cx: "23",
|
954
|
+
cy: "7",
|
955
|
+
r: "1"
|
956
|
+
})), _path68 || (_path68 = /*#__PURE__*/React__default.createElement("path", {
|
957
|
+
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"
|
958
|
+
})), _path69 || (_path69 = /*#__PURE__*/React__default.createElement("path", {
|
959
|
+
d: "M8 6H20V8H8z"
|
939
960
|
})), children);
|
940
961
|
});
|
941
962
|
if (process.env.NODE_ENV !== "production") {
|
942
|
-
|
963
|
+
WatsonHealthLaunchStudy_2.propTypes = iconPropTypes;
|
943
964
|
}
|
944
|
-
const
|
965
|
+
const WatsonHealthLaunchStudy_3 = /*#__PURE__*/React__default.forwardRef(function WatsonHealthLaunchStudy_3(_ref41, ref) {
|
945
966
|
let {
|
946
967
|
children,
|
947
968
|
size = 16,
|
@@ -955,14 +976,20 @@ const LetterTt = /*#__PURE__*/React__default.forwardRef(function LetterTt(_ref41
|
|
955
976
|
viewBox: "0 0 32 32",
|
956
977
|
fill: "currentColor",
|
957
978
|
...rest
|
958
|
-
},
|
959
|
-
|
979
|
+
}, _circle5 || (_circle5 = /*#__PURE__*/React__default.createElement("circle", {
|
980
|
+
cx: "23",
|
981
|
+
cy: "25",
|
982
|
+
r: "1"
|
983
|
+
})), _path70 || (_path70 = /*#__PURE__*/React__default.createElement("path", {
|
984
|
+
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"
|
985
|
+
})), _path71 || (_path71 = /*#__PURE__*/React__default.createElement("path", {
|
986
|
+
d: "M20.59 10.59L16 15.16 11.41 10.59 10 12 16 18 22 12 20.59 10.59zM8 24H20V26H8z"
|
960
987
|
})), children);
|
961
988
|
});
|
962
989
|
if (process.env.NODE_ENV !== "production") {
|
963
|
-
|
990
|
+
WatsonHealthLaunchStudy_3.propTypes = iconPropTypes;
|
964
991
|
}
|
965
|
-
const
|
992
|
+
const Layers = /*#__PURE__*/React__default.forwardRef(function Layers(_ref42, ref) {
|
966
993
|
let {
|
967
994
|
children,
|
968
995
|
size = 16,
|
@@ -976,14 +1003,16 @@ const LetterUu = /*#__PURE__*/React__default.forwardRef(function LetterUu(_ref42
|
|
976
1003
|
viewBox: "0 0 32 32",
|
977
1004
|
fill: "currentColor",
|
978
1005
|
...rest
|
979
|
-
},
|
980
|
-
d: "
|
1006
|
+
}, _path72 || (_path72 = /*#__PURE__*/React__default.createElement("path", {
|
1007
|
+
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"
|
1008
|
+
})), _path73 || (_path73 = /*#__PURE__*/React__default.createElement("path", {
|
1009
|
+
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"
|
981
1010
|
})), children);
|
982
1011
|
});
|
983
1012
|
if (process.env.NODE_ENV !== "production") {
|
984
|
-
|
1013
|
+
Layers.propTypes = iconPropTypes;
|
985
1014
|
}
|
986
|
-
const
|
1015
|
+
const LayersExternal = /*#__PURE__*/React__default.forwardRef(function LayersExternal(_ref43, ref) {
|
987
1016
|
let {
|
988
1017
|
children,
|
989
1018
|
size = 16,
|
@@ -997,14 +1026,18 @@ const LetterVv = /*#__PURE__*/React__default.forwardRef(function LetterVv(_ref43
|
|
997
1026
|
viewBox: "0 0 32 32",
|
998
1027
|
fill: "currentColor",
|
999
1028
|
...rest
|
1000
|
-
},
|
1001
|
-
|
1029
|
+
}, _path74 || (_path74 = /*#__PURE__*/React__default.createElement("path", {
|
1030
|
+
strokeWidth: "0",
|
1031
|
+
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"
|
1032
|
+
})), _path75 || (_path75 = /*#__PURE__*/React__default.createElement("path", {
|
1033
|
+
strokeWidth: "0",
|
1034
|
+
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"
|
1002
1035
|
})), children);
|
1003
1036
|
});
|
1004
1037
|
if (process.env.NODE_ENV !== "production") {
|
1005
|
-
|
1038
|
+
LayersExternal.propTypes = iconPropTypes;
|
1006
1039
|
}
|
1007
|
-
const
|
1040
|
+
const Legend = /*#__PURE__*/React__default.forwardRef(function Legend(_ref44, ref) {
|
1008
1041
|
let {
|
1009
1042
|
children,
|
1010
1043
|
size = 16,
|
@@ -1018,14 +1051,22 @@ const LetterWw = /*#__PURE__*/React__default.forwardRef(function LetterWw(_ref44
|
|
1018
1051
|
viewBox: "0 0 32 32",
|
1019
1052
|
fill: "currentColor",
|
1020
1053
|
...rest
|
1021
|
-
},
|
1022
|
-
d: "
|
1054
|
+
}, _path76 || (_path76 = /*#__PURE__*/React__default.createElement("path", {
|
1055
|
+
d: "M16 22H30V24H16z"
|
1056
|
+
})), _rect || (_rect = /*#__PURE__*/React__default.createElement("rect", {
|
1057
|
+
width: "6",
|
1058
|
+
height: "6",
|
1059
|
+
x: "4",
|
1060
|
+
y: "20",
|
1061
|
+
rx: "1"
|
1062
|
+
})), _path77 || (_path77 = /*#__PURE__*/React__default.createElement("path", {
|
1063
|
+
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"
|
1023
1064
|
})), children);
|
1024
1065
|
});
|
1025
1066
|
if (process.env.NODE_ENV !== "production") {
|
1026
|
-
|
1067
|
+
Legend.propTypes = iconPropTypes;
|
1027
1068
|
}
|
1028
|
-
const
|
1069
|
+
const LetterAa = /*#__PURE__*/React__default.forwardRef(function LetterAa(_ref45, ref) {
|
1029
1070
|
let {
|
1030
1071
|
children,
|
1031
1072
|
size = 16,
|
@@ -1039,14 +1080,14 @@ const LetterXx = /*#__PURE__*/React__default.forwardRef(function LetterXx(_ref45
|
|
1039
1080
|
viewBox: "0 0 32 32",
|
1040
1081
|
fill: "currentColor",
|
1041
1082
|
...rest
|
1042
|
-
},
|
1043
|
-
d: "
|
1083
|
+
}, _path78 || (_path78 = /*#__PURE__*/React__default.createElement("path", {
|
1084
|
+
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"
|
1044
1085
|
})), children);
|
1045
1086
|
});
|
1046
1087
|
if (process.env.NODE_ENV !== "production") {
|
1047
|
-
|
1088
|
+
LetterAa.propTypes = iconPropTypes;
|
1048
1089
|
}
|
1049
|
-
const
|
1090
|
+
const LetterBb = /*#__PURE__*/React__default.forwardRef(function LetterBb(_ref46, ref) {
|
1050
1091
|
let {
|
1051
1092
|
children,
|
1052
1093
|
size = 16,
|
@@ -1060,14 +1101,14 @@ const LetterYy = /*#__PURE__*/React__default.forwardRef(function LetterYy(_ref46
|
|
1060
1101
|
viewBox: "0 0 32 32",
|
1061
1102
|
fill: "currentColor",
|
1062
1103
|
...rest
|
1063
|
-
},
|
1064
|
-
d: "
|
1104
|
+
}, _path79 || (_path79 = /*#__PURE__*/React__default.createElement("path", {
|
1105
|
+
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"
|
1065
1106
|
})), children);
|
1066
1107
|
});
|
1067
1108
|
if (process.env.NODE_ENV !== "production") {
|
1068
|
-
|
1109
|
+
LetterBb.propTypes = iconPropTypes;
|
1069
1110
|
}
|
1070
|
-
const
|
1111
|
+
const LetterCc = /*#__PURE__*/React__default.forwardRef(function LetterCc(_ref47, ref) {
|
1071
1112
|
let {
|
1072
1113
|
children,
|
1073
1114
|
size = 16,
|
@@ -1081,14 +1122,14 @@ const LetterZz = /*#__PURE__*/React__default.forwardRef(function LetterZz(_ref47
|
|
1081
1122
|
viewBox: "0 0 32 32",
|
1082
1123
|
fill: "currentColor",
|
1083
1124
|
...rest
|
1084
|
-
},
|
1085
|
-
d: "
|
1125
|
+
}, _path80 || (_path80 = /*#__PURE__*/React__default.createElement("path", {
|
1126
|
+
d: "M24 23H19a2 2 0 01-2-2V15a2 2 0 012-2h5v2H19v6h5zM15 23H9a2 2 0 01-2-2V11A2 2 0 019 9h6v2H9V21h6z"
|
1086
1127
|
})), children);
|
1087
1128
|
});
|
1088
1129
|
if (process.env.NODE_ENV !== "production") {
|
1089
|
-
|
1130
|
+
LetterCc.propTypes = iconPropTypes;
|
1090
1131
|
}
|
1091
|
-
const
|
1132
|
+
const LetterDd = /*#__PURE__*/React__default.forwardRef(function LetterDd(_ref48, ref) {
|
1092
1133
|
let {
|
1093
1134
|
children,
|
1094
1135
|
size = 16,
|
@@ -1102,16 +1143,14 @@ const License = /*#__PURE__*/React__default.forwardRef(function License(_ref48,
|
|
1102
1143
|
viewBox: "0 0 32 32",
|
1103
1144
|
fill: "currentColor",
|
1104
1145
|
...rest
|
1105
|
-
},
|
1106
|
-
d: "
|
1107
|
-
})), _path68 || (_path68 = /*#__PURE__*/React__default.createElement("path", {
|
1108
|
-
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"
|
1146
|
+
}, _path81 || (_path81 = /*#__PURE__*/React__default.createElement("path", {
|
1147
|
+
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"
|
1109
1148
|
})), children);
|
1110
1149
|
});
|
1111
1150
|
if (process.env.NODE_ENV !== "production") {
|
1112
|
-
|
1151
|
+
LetterDd.propTypes = iconPropTypes;
|
1113
1152
|
}
|
1114
|
-
const
|
1153
|
+
const LetterEe = /*#__PURE__*/React__default.forwardRef(function LetterEe(_ref49, ref) {
|
1115
1154
|
let {
|
1116
1155
|
children,
|
1117
1156
|
size = 16,
|
@@ -1125,16 +1164,14 @@ const LicenseDraft = /*#__PURE__*/React__default.forwardRef(function LicenseDraf
|
|
1125
1164
|
viewBox: "0 0 32 32",
|
1126
1165
|
fill: "currentColor",
|
1127
1166
|
...rest
|
1128
|
-
},
|
1129
|
-
d: "
|
1130
|
-
})), _path70 || (_path70 = /*#__PURE__*/React__default.createElement("path", {
|
1131
|
-
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"
|
1167
|
+
}, _path82 || (_path82 = /*#__PURE__*/React__default.createElement("path", {
|
1168
|
+
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"
|
1132
1169
|
})), children);
|
1133
1170
|
});
|
1134
1171
|
if (process.env.NODE_ENV !== "production") {
|
1135
|
-
|
1172
|
+
LetterEe.propTypes = iconPropTypes;
|
1136
1173
|
}
|
1137
|
-
const
|
1174
|
+
const LetterFf = /*#__PURE__*/React__default.forwardRef(function LetterFf(_ref50, ref) {
|
1138
1175
|
let {
|
1139
1176
|
children,
|
1140
1177
|
size = 16,
|
@@ -1148,16 +1185,14 @@ const LicenseGlobal = /*#__PURE__*/React__default.forwardRef(function LicenseGlo
|
|
1148
1185
|
viewBox: "0 0 32 32",
|
1149
1186
|
fill: "currentColor",
|
1150
1187
|
...rest
|
1151
|
-
},
|
1152
|
-
d: "
|
1153
|
-
})), _path72 || (_path72 = /*#__PURE__*/React__default.createElement("path", {
|
1154
|
-
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"
|
1188
|
+
}, _path83 || (_path83 = /*#__PURE__*/React__default.createElement("path", {
|
1189
|
+
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"
|
1155
1190
|
})), children);
|
1156
1191
|
});
|
1157
1192
|
if (process.env.NODE_ENV !== "production") {
|
1158
|
-
|
1193
|
+
LetterFf.propTypes = iconPropTypes;
|
1159
1194
|
}
|
1160
|
-
const
|
1195
|
+
const LetterGg = /*#__PURE__*/React__default.forwardRef(function LetterGg(_ref51, ref) {
|
1161
1196
|
let {
|
1162
1197
|
children,
|
1163
1198
|
size = 16,
|
@@ -1171,16 +1206,14 @@ const LicenseMaintenance = /*#__PURE__*/React__default.forwardRef(function Licen
|
|
1171
1206
|
viewBox: "0 0 32 32",
|
1172
1207
|
fill: "currentColor",
|
1173
1208
|
...rest
|
1174
|
-
},
|
1175
|
-
d: "
|
1176
|
-
})), _path74 || (_path74 = /*#__PURE__*/React__default.createElement("path", {
|
1177
|
-
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"
|
1209
|
+
}, _path84 || (_path84 = /*#__PURE__*/React__default.createElement("path", {
|
1210
|
+
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"
|
1178
1211
|
})), children);
|
1179
1212
|
});
|
1180
1213
|
if (process.env.NODE_ENV !== "production") {
|
1181
|
-
|
1214
|
+
LetterGg.propTypes = iconPropTypes;
|
1182
1215
|
}
|
1183
|
-
const
|
1216
|
+
const LetterHh = /*#__PURE__*/React__default.forwardRef(function LetterHh(_ref52, ref) {
|
1184
1217
|
let {
|
1185
1218
|
children,
|
1186
1219
|
size = 16,
|
@@ -1194,16 +1227,14 @@ const LicenseMaintenanceDraft = /*#__PURE__*/React__default.forwardRef(function
|
|
1194
1227
|
viewBox: "0 0 32 32",
|
1195
1228
|
fill: "currentColor",
|
1196
1229
|
...rest
|
1197
|
-
},
|
1198
|
-
d: "
|
1199
|
-
})), _path76 || (_path76 = /*#__PURE__*/React__default.createElement("path", {
|
1200
|
-
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"
|
1230
|
+
}, _path85 || (_path85 = /*#__PURE__*/React__default.createElement("path", {
|
1231
|
+
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"
|
1201
1232
|
})), children);
|
1202
1233
|
});
|
1203
1234
|
if (process.env.NODE_ENV !== "production") {
|
1204
|
-
|
1235
|
+
LetterHh.propTypes = iconPropTypes;
|
1205
1236
|
}
|
1206
|
-
const
|
1237
|
+
const LetterIi = /*#__PURE__*/React__default.forwardRef(function LetterIi(_ref53, ref) {
|
1207
1238
|
let {
|
1208
1239
|
children,
|
1209
1240
|
size = 16,
|
@@ -1217,16 +1248,14 @@ const LicenseThirdParty = /*#__PURE__*/React__default.forwardRef(function Licens
|
|
1217
1248
|
viewBox: "0 0 32 32",
|
1218
1249
|
fill: "currentColor",
|
1219
1250
|
...rest
|
1220
|
-
},
|
1221
|
-
d: "
|
1222
|
-
})), _path78 || (_path78 = /*#__PURE__*/React__default.createElement("path", {
|
1223
|
-
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"
|
1251
|
+
}, _path86 || (_path86 = /*#__PURE__*/React__default.createElement("path", {
|
1252
|
+
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"
|
1224
1253
|
})), children);
|
1225
1254
|
});
|
1226
1255
|
if (process.env.NODE_ENV !== "production") {
|
1227
|
-
|
1256
|
+
LetterIi.propTypes = iconPropTypes;
|
1228
1257
|
}
|
1229
|
-
const
|
1258
|
+
const LetterJj = /*#__PURE__*/React__default.forwardRef(function LetterJj(_ref54, ref) {
|
1230
1259
|
let {
|
1231
1260
|
children,
|
1232
1261
|
size = 16,
|
@@ -1240,16 +1269,14 @@ const LicenseThirdPartyDraft = /*#__PURE__*/React__default.forwardRef(function L
|
|
1240
1269
|
viewBox: "0 0 32 32",
|
1241
1270
|
fill: "currentColor",
|
1242
1271
|
...rest
|
1243
|
-
},
|
1244
|
-
d: "
|
1245
|
-
})), _path80 || (_path80 = /*#__PURE__*/React__default.createElement("path", {
|
1246
|
-
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"
|
1272
|
+
}, _path87 || (_path87 = /*#__PURE__*/React__default.createElement("path", {
|
1273
|
+
d: "M20 9H22V11H20zM20 25H17v2h3a2 2 0 002-2V13H20zM14 23H10a2 2 0 01-2-2V19h2v2h4V9h2V21A2 2 0 0114 23z"
|
1247
1274
|
})), children);
|
1248
1275
|
});
|
1249
1276
|
if (process.env.NODE_ENV !== "production") {
|
1250
|
-
|
1277
|
+
LetterJj.propTypes = iconPropTypes;
|
1251
1278
|
}
|
1252
|
-
const
|
1279
|
+
const LetterKk = /*#__PURE__*/React__default.forwardRef(function LetterKk(_ref55, ref) {
|
1253
1280
|
let {
|
1254
1281
|
children,
|
1255
1282
|
size = 16,
|
@@ -1263,52 +1290,19 @@ const Lifesaver = /*#__PURE__*/React__default.forwardRef(function Lifesaver(_ref
|
|
1263
1290
|
viewBox: "0 0 32 32",
|
1264
1291
|
fill: "currentColor",
|
1265
1292
|
...rest
|
1266
|
-
},
|
1267
|
-
d: "
|
1293
|
+
}, _path88 || (_path88 = /*#__PURE__*/React__default.createElement("path", {
|
1294
|
+
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"
|
1268
1295
|
})), children);
|
1269
1296
|
});
|
1270
1297
|
if (process.env.NODE_ENV !== "production") {
|
1271
|
-
|
1298
|
+
LetterKk.propTypes = iconPropTypes;
|
1272
1299
|
}
|
1273
|
-
const
|
1300
|
+
const LetterLl = /*#__PURE__*/React__default.forwardRef(function LetterLl(_ref56, ref) {
|
1274
1301
|
let {
|
1275
1302
|
children,
|
1276
1303
|
size = 16,
|
1277
1304
|
...rest
|
1278
1305
|
} = _ref56;
|
1279
|
-
if (size === 16 || size === "16" || size === "16px") {
|
1280
|
-
return /*#__PURE__*/React__default.createElement(Icon, {
|
1281
|
-
width: size,
|
1282
|
-
height: size,
|
1283
|
-
ref: ref,
|
1284
|
-
xmlns: "http://www.w3.org/2000/svg",
|
1285
|
-
viewBox: "0 0 16 16",
|
1286
|
-
fill: "currentColor",
|
1287
|
-
...rest
|
1288
|
-
}, _path82 || (_path82 = /*#__PURE__*/React__default.createElement("path", {
|
1289
|
-
d: "M7.5 1H8.5V3.5H7.5z"
|
1290
|
-
})), _path83 || (_path83 = /*#__PURE__*/React__default.createElement("path", {
|
1291
|
-
d: "M10.8 3.4H13.3V4.4H10.8z",
|
1292
|
-
transform: "rotate(-45.001 12.041 3.923)"
|
1293
|
-
})), _path84 || (_path84 = /*#__PURE__*/React__default.createElement("path", {
|
1294
|
-
d: "M12.5 7.5H15V8.5H12.5z"
|
1295
|
-
})), _path85 || (_path85 = /*#__PURE__*/React__default.createElement("path", {
|
1296
|
-
d: "M11.6 10.8H12.6V13.3H11.6z",
|
1297
|
-
transform: "rotate(-45.001 12.075 12.041)"
|
1298
|
-
})), _path86 || (_path86 = /*#__PURE__*/React__default.createElement("path", {
|
1299
|
-
d: "M7.5 12.5H8.5V15H7.5z"
|
1300
|
-
})), _path87 || (_path87 = /*#__PURE__*/React__default.createElement("path", {
|
1301
|
-
d: "M2.7 11.6H5.2V12.6H2.7z",
|
1302
|
-
transform: "rotate(-45.001 3.96 12.079)"
|
1303
|
-
})), _path88 || (_path88 = /*#__PURE__*/React__default.createElement("path", {
|
1304
|
-
d: "M1 7.5H3.5V8.5H1z"
|
1305
|
-
})), _path89 || (_path89 = /*#__PURE__*/React__default.createElement("path", {
|
1306
|
-
d: "M3.4 2.7H4.4V5.2H3.4z",
|
1307
|
-
transform: "rotate(-45.001 3.925 3.961)"
|
1308
|
-
})), _path90 || (_path90 = /*#__PURE__*/React__default.createElement("path", {
|
1309
|
-
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"
|
1310
|
-
})), children);
|
1311
|
-
}
|
1312
1306
|
return /*#__PURE__*/React__default.createElement(Icon, {
|
1313
1307
|
width: size,
|
1314
1308
|
height: size,
|
@@ -1317,34 +1311,14 @@ const Light = /*#__PURE__*/React__default.forwardRef(function Light(_ref56, ref)
|
|
1317
1311
|
viewBox: "0 0 32 32",
|
1318
1312
|
fill: "currentColor",
|
1319
1313
|
...rest
|
1320
|
-
},
|
1321
|
-
d: "
|
1322
|
-
})), _path92 || (_path92 = /*#__PURE__*/React__default.createElement("path", {
|
1323
|
-
d: "M21.668 6.854H26.625999999999998V8.854H21.668z",
|
1324
|
-
transform: "rotate(-45 24.147 7.853)"
|
1325
|
-
})), _path93 || (_path93 = /*#__PURE__*/React__default.createElement("path", {
|
1326
|
-
d: "M25 15H30V17H25z"
|
1327
|
-
})), _path94 || (_path94 = /*#__PURE__*/React__default.createElement("path", {
|
1328
|
-
d: "M23.147 21.668H25.147V26.625999999999998H23.147z",
|
1329
|
-
transform: "rotate(-45 24.147 24.146)"
|
1330
|
-
})), _path95 || (_path95 = /*#__PURE__*/React__default.createElement("path", {
|
1331
|
-
d: "M15 25H17V30H15z"
|
1332
|
-
})), _path96 || (_path96 = /*#__PURE__*/React__default.createElement("path", {
|
1333
|
-
d: "M5.375 23.147H10.333V25.147H5.375z",
|
1334
|
-
transform: "rotate(-45 7.853 24.146)"
|
1335
|
-
})), _path97 || (_path97 = /*#__PURE__*/React__default.createElement("path", {
|
1336
|
-
d: "M2 15H7V17H2z"
|
1337
|
-
})), _path98 || (_path98 = /*#__PURE__*/React__default.createElement("path", {
|
1338
|
-
d: "M6.854 5.375H8.854V10.333H6.854z",
|
1339
|
-
transform: "rotate(-45 7.854 7.853)"
|
1340
|
-
})), _path99 || (_path99 = /*#__PURE__*/React__default.createElement("path", {
|
1341
|
-
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"
|
1314
|
+
}, _path89 || (_path89 = /*#__PURE__*/React__default.createElement("path", {
|
1315
|
+
d: "M11 21L11 9 9 9 9 23 17 23 17 21 11 21zM23 23H21a2 2 0 01-2-2V9h2V21h2z"
|
1342
1316
|
})), children);
|
1343
1317
|
});
|
1344
1318
|
if (process.env.NODE_ENV !== "production") {
|
1345
|
-
|
1319
|
+
LetterLl.propTypes = iconPropTypes;
|
1346
1320
|
}
|
1347
|
-
const
|
1321
|
+
const LetterMm = /*#__PURE__*/React__default.forwardRef(function LetterMm(_ref57, ref) {
|
1348
1322
|
let {
|
1349
1323
|
children,
|
1350
1324
|
size = 16,
|
@@ -1358,34 +1332,14 @@ const LightFilled = /*#__PURE__*/React__default.forwardRef(function LightFilled(
|
|
1358
1332
|
viewBox: "0 0 32 32",
|
1359
1333
|
fill: "currentColor",
|
1360
1334
|
...rest
|
1361
|
-
},
|
1362
|
-
d: "
|
1363
|
-
})), _path101 || (_path101 = /*#__PURE__*/React__default.createElement("path", {
|
1364
|
-
d: "M21.668 6.854H26.625999999999998V8.854H21.668z",
|
1365
|
-
transform: "rotate(-45 24.147 7.853)"
|
1366
|
-
})), _path102 || (_path102 = /*#__PURE__*/React__default.createElement("path", {
|
1367
|
-
d: "M25 15H30V17H25z"
|
1368
|
-
})), _path103 || (_path103 = /*#__PURE__*/React__default.createElement("path", {
|
1369
|
-
d: "M23.147 21.668H25.147V26.625999999999998H23.147z",
|
1370
|
-
transform: "rotate(-45 24.147 24.146)"
|
1371
|
-
})), _path104 || (_path104 = /*#__PURE__*/React__default.createElement("path", {
|
1372
|
-
d: "M15 25H17V30H15z"
|
1373
|
-
})), _path105 || (_path105 = /*#__PURE__*/React__default.createElement("path", {
|
1374
|
-
d: "M5.375 23.147H10.333V25.147H5.375z",
|
1375
|
-
transform: "rotate(-45 7.853 24.146)"
|
1376
|
-
})), _path106 || (_path106 = /*#__PURE__*/React__default.createElement("path", {
|
1377
|
-
d: "M2 15H7V17H2z"
|
1378
|
-
})), _path107 || (_path107 = /*#__PURE__*/React__default.createElement("path", {
|
1379
|
-
d: "M6.854 5.375H8.854V10.333H6.854z",
|
1380
|
-
transform: "rotate(-45 7.854 7.853)"
|
1381
|
-
})), _path108 || (_path108 = /*#__PURE__*/React__default.createElement("path", {
|
1382
|
-
d: "M16,10a6,6,0,1,0,6,6,6,6,0,0,0-6-6Z"
|
1335
|
+
}, _path90 || (_path90 = /*#__PURE__*/React__default.createElement("path", {
|
1336
|
+
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"
|
1383
1337
|
})), children);
|
1384
1338
|
});
|
1385
1339
|
if (process.env.NODE_ENV !== "production") {
|
1386
|
-
|
1340
|
+
LetterMm.propTypes = iconPropTypes;
|
1387
1341
|
}
|
1388
|
-
const
|
1342
|
+
const LetterNn = /*#__PURE__*/React__default.forwardRef(function LetterNn(_ref58, ref) {
|
1389
1343
|
let {
|
1390
1344
|
children,
|
1391
1345
|
size = 16,
|
@@ -1399,14 +1353,14 @@ const Lightning = /*#__PURE__*/React__default.forwardRef(function Lightning(_ref
|
|
1399
1353
|
viewBox: "0 0 32 32",
|
1400
1354
|
fill: "currentColor",
|
1401
1355
|
...rest
|
1402
|
-
},
|
1403
|
-
d: "
|
1356
|
+
}, _path91 || (_path91 = /*#__PURE__*/React__default.createElement("path", {
|
1357
|
+
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"
|
1404
1358
|
})), children);
|
1405
1359
|
});
|
1406
1360
|
if (process.env.NODE_ENV !== "production") {
|
1407
|
-
|
1361
|
+
LetterNn.propTypes = iconPropTypes;
|
1408
1362
|
}
|
1409
|
-
const
|
1363
|
+
const LetterOo = /*#__PURE__*/React__default.forwardRef(function LetterOo(_ref59, ref) {
|
1410
1364
|
let {
|
1411
1365
|
children,
|
1412
1366
|
size = 16,
|
@@ -1420,16 +1374,14 @@ const Link = /*#__PURE__*/React__default.forwardRef(function Link(_ref59, ref) {
|
|
1420
1374
|
viewBox: "0 0 32 32",
|
1421
1375
|
fill: "currentColor",
|
1422
1376
|
...rest
|
1423
|
-
},
|
1424
|
-
d: "
|
1425
|
-
})), _path111 || (_path111 = /*#__PURE__*/React__default.createElement("path", {
|
1426
|
-
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"
|
1377
|
+
}, _path92 || (_path92 = /*#__PURE__*/React__default.createElement("path", {
|
1378
|
+
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"
|
1427
1379
|
})), children);
|
1428
1380
|
});
|
1429
1381
|
if (process.env.NODE_ENV !== "production") {
|
1430
|
-
|
1382
|
+
LetterOo.propTypes = iconPropTypes;
|
1431
1383
|
}
|
1432
|
-
const
|
1384
|
+
const LetterPp = /*#__PURE__*/React__default.forwardRef(function LetterPp(_ref60, ref) {
|
1433
1385
|
let {
|
1434
1386
|
children,
|
1435
1387
|
size = 16,
|
@@ -1443,14 +1395,14 @@ const Linux = /*#__PURE__*/React__default.forwardRef(function Linux(_ref60, ref)
|
|
1443
1395
|
viewBox: "0 0 32 32",
|
1444
1396
|
fill: "currentColor",
|
1445
1397
|
...rest
|
1446
|
-
},
|
1447
|
-
d: "
|
1398
|
+
}, _path93 || (_path93 = /*#__PURE__*/React__default.createElement("path", {
|
1399
|
+
d: "M23 13H17V27h2V23h4a2 2 0 002-2V15A2 2 0 0023 13zm-4 8V15h4v6zM9 23H7V9h6a2 2 0 012 2v5a2 2 0 01-2 2H9zm0-7h4V11H9z"
|
1448
1400
|
})), children);
|
1449
1401
|
});
|
1450
1402
|
if (process.env.NODE_ENV !== "production") {
|
1451
|
-
|
1403
|
+
LetterPp.propTypes = iconPropTypes;
|
1452
1404
|
}
|
1453
|
-
const
|
1405
|
+
const LetterQq = /*#__PURE__*/React__default.forwardRef(function LetterQq(_ref61, ref) {
|
1454
1406
|
let {
|
1455
1407
|
children,
|
1456
1408
|
size = 16,
|
@@ -1464,16 +1416,14 @@ const LinuxAlt = /*#__PURE__*/React__default.forwardRef(function LinuxAlt(_ref61
|
|
1464
1416
|
viewBox: "0 0 32 32",
|
1465
1417
|
fill: "currentColor",
|
1466
1418
|
...rest
|
1467
|
-
},
|
1468
|
-
d: "
|
1469
|
-
})), _path114 || (_path114 = /*#__PURE__*/React__default.createElement("path", {
|
1470
|
-
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"
|
1419
|
+
}, _path94 || (_path94 = /*#__PURE__*/React__default.createElement("path", {
|
1420
|
+
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"
|
1471
1421
|
})), children);
|
1472
1422
|
});
|
1473
1423
|
if (process.env.NODE_ENV !== "production") {
|
1474
|
-
|
1424
|
+
LetterQq.propTypes = iconPropTypes;
|
1475
1425
|
}
|
1476
|
-
const
|
1426
|
+
const LetterRr = /*#__PURE__*/React__default.forwardRef(function LetterRr(_ref62, ref) {
|
1477
1427
|
let {
|
1478
1428
|
children,
|
1479
1429
|
size = 16,
|
@@ -1487,15 +1437,14 @@ const LinuxNamespace = /*#__PURE__*/React__default.forwardRef(function LinuxName
|
|
1487
1437
|
viewBox: "0 0 32 32",
|
1488
1438
|
fill: "currentColor",
|
1489
1439
|
...rest
|
1490
|
-
},
|
1491
|
-
|
1492
|
-
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"
|
1440
|
+
}, _path95 || (_path95 = /*#__PURE__*/React__default.createElement("path", {
|
1441
|
+
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"
|
1493
1442
|
})), children);
|
1494
1443
|
});
|
1495
1444
|
if (process.env.NODE_ENV !== "production") {
|
1496
|
-
|
1445
|
+
LetterRr.propTypes = iconPropTypes;
|
1497
1446
|
}
|
1498
|
-
const
|
1447
|
+
const LetterSs = /*#__PURE__*/React__default.forwardRef(function LetterSs(_ref63, ref) {
|
1499
1448
|
let {
|
1500
1449
|
children,
|
1501
1450
|
size = 16,
|
@@ -1509,14 +1458,14 @@ const List = /*#__PURE__*/React__default.forwardRef(function List(_ref63, ref) {
|
|
1509
1458
|
viewBox: "0 0 32 32",
|
1510
1459
|
fill: "currentColor",
|
1511
1460
|
...rest
|
1512
|
-
},
|
1513
|
-
d: "
|
1461
|
+
}, _path96 || (_path96 = /*#__PURE__*/React__default.createElement("path", {
|
1462
|
+
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"
|
1514
1463
|
})), children);
|
1515
1464
|
});
|
1516
1465
|
if (process.env.NODE_ENV !== "production") {
|
1517
|
-
|
1466
|
+
LetterSs.propTypes = iconPropTypes;
|
1518
1467
|
}
|
1519
|
-
const
|
1468
|
+
const LetterTt = /*#__PURE__*/React__default.forwardRef(function LetterTt(_ref64, ref) {
|
1520
1469
|
let {
|
1521
1470
|
children,
|
1522
1471
|
size = 16,
|
@@ -1530,40 +1479,19 @@ const ListBoxes = /*#__PURE__*/React__default.forwardRef(function ListBoxes(_ref
|
|
1530
1479
|
viewBox: "0 0 32 32",
|
1531
1480
|
fill: "currentColor",
|
1532
1481
|
...rest
|
1533
|
-
},
|
1534
|
-
d: "
|
1482
|
+
}, _path97 || (_path97 = /*#__PURE__*/React__default.createElement("path", {
|
1483
|
+
d: "M8 11L11 11 11 23 13 23 13 11 16 11 16 9 8 9 8 11zM23 15V13H20V11H18v2H16v2h2v6a2 2 0 002 2h3V21H20V15z"
|
1535
1484
|
})), children);
|
1536
1485
|
});
|
1537
1486
|
if (process.env.NODE_ENV !== "production") {
|
1538
|
-
|
1487
|
+
LetterTt.propTypes = iconPropTypes;
|
1539
1488
|
}
|
1540
|
-
const
|
1489
|
+
const LetterUu = /*#__PURE__*/React__default.forwardRef(function LetterUu(_ref65, ref) {
|
1541
1490
|
let {
|
1542
1491
|
children,
|
1543
1492
|
size = 16,
|
1544
1493
|
...rest
|
1545
1494
|
} = _ref65;
|
1546
|
-
if (size === 16 || size === "16" || size === "16px") {
|
1547
|
-
return /*#__PURE__*/React__default.createElement(Icon, {
|
1548
|
-
width: size,
|
1549
|
-
height: size,
|
1550
|
-
ref: ref,
|
1551
|
-
xmlns: "http://www.w3.org/2000/svg",
|
1552
|
-
viewBox: "0 0 16 16",
|
1553
|
-
fill: "currentColor",
|
1554
|
-
...rest
|
1555
|
-
}, _circle6 || (_circle6 = /*#__PURE__*/React__default.createElement("circle", {
|
1556
|
-
cx: "3.5",
|
1557
|
-
cy: "4.5",
|
1558
|
-
r: "1.5"
|
1559
|
-
})), _circle7 || (_circle7 = /*#__PURE__*/React__default.createElement("circle", {
|
1560
|
-
cx: "3.5",
|
1561
|
-
cy: "11.5",
|
1562
|
-
r: "1.5"
|
1563
|
-
})), _path118 || (_path118 = /*#__PURE__*/React__default.createElement("path", {
|
1564
|
-
d: "M8 11H15V12H8zM8 4H15V5H8z"
|
1565
|
-
})), children);
|
1566
|
-
}
|
1567
1495
|
return /*#__PURE__*/React__default.createElement(Icon, {
|
1568
1496
|
width: size,
|
1569
1497
|
height: size,
|
@@ -1572,22 +1500,14 @@ const ListBulleted = /*#__PURE__*/React__default.forwardRef(function ListBullete
|
|
1572
1500
|
viewBox: "0 0 32 32",
|
1573
1501
|
fill: "currentColor",
|
1574
1502
|
...rest
|
1575
|
-
},
|
1576
|
-
|
1577
|
-
cy: "9",
|
1578
|
-
r: "3"
|
1579
|
-
})), _circle9 || (_circle9 = /*#__PURE__*/React__default.createElement("circle", {
|
1580
|
-
cx: "7",
|
1581
|
-
cy: "23",
|
1582
|
-
r: "3"
|
1583
|
-
})), _path119 || (_path119 = /*#__PURE__*/React__default.createElement("path", {
|
1584
|
-
d: "M16 22H30V24H16zM16 8H30V10H16z"
|
1503
|
+
}, _path98 || (_path98 = /*#__PURE__*/React__default.createElement("path", {
|
1504
|
+
d: "M23 23H19a2 2 0 01-2-2V13h2v8h4V13h2v8A2 2 0 0123 23zM13 23H9a2 2 0 01-2-2V9H9V21h4V9h2V21A2 2 0 0113 23z"
|
1585
1505
|
})), children);
|
1586
1506
|
});
|
1587
1507
|
if (process.env.NODE_ENV !== "production") {
|
1588
|
-
|
1508
|
+
LetterUu.propTypes = iconPropTypes;
|
1589
1509
|
}
|
1590
|
-
const
|
1510
|
+
const LetterVv = /*#__PURE__*/React__default.forwardRef(function LetterVv(_ref66, ref) {
|
1591
1511
|
let {
|
1592
1512
|
children,
|
1593
1513
|
size = 16,
|
@@ -1601,14 +1521,14 @@ const ListChecked = /*#__PURE__*/React__default.forwardRef(function ListChecked(
|
|
1601
1521
|
viewBox: "0 0 32 32",
|
1602
1522
|
fill: "currentColor",
|
1603
1523
|
...rest
|
1604
|
-
},
|
1605
|
-
d: "
|
1524
|
+
}, _path99 || (_path99 = /*#__PURE__*/React__default.createElement("path", {
|
1525
|
+
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"
|
1606
1526
|
})), children);
|
1607
1527
|
});
|
1608
1528
|
if (process.env.NODE_ENV !== "production") {
|
1609
|
-
|
1529
|
+
LetterVv.propTypes = iconPropTypes;
|
1610
1530
|
}
|
1611
|
-
const
|
1531
|
+
const LetterWw = /*#__PURE__*/React__default.forwardRef(function LetterWw(_ref67, ref) {
|
1612
1532
|
let {
|
1613
1533
|
children,
|
1614
1534
|
size = 16,
|
@@ -1622,14 +1542,14 @@ const ListCheckedMirror = /*#__PURE__*/React__default.forwardRef(function ListCh
|
|
1622
1542
|
viewBox: "0 0 32 32",
|
1623
1543
|
fill: "currentColor",
|
1624
1544
|
...rest
|
1625
|
-
},
|
1626
|
-
d: "
|
1545
|
+
}, _path100 || (_path100 = /*#__PURE__*/React__default.createElement("path", {
|
1546
|
+
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"
|
1627
1547
|
})), children);
|
1628
1548
|
});
|
1629
1549
|
if (process.env.NODE_ENV !== "production") {
|
1630
|
-
|
1550
|
+
LetterWw.propTypes = iconPropTypes;
|
1631
1551
|
}
|
1632
|
-
const
|
1552
|
+
const LetterXx = /*#__PURE__*/React__default.forwardRef(function LetterXx(_ref68, ref) {
|
1633
1553
|
let {
|
1634
1554
|
children,
|
1635
1555
|
size = 16,
|
@@ -1643,16 +1563,14 @@ const ListDropdown = /*#__PURE__*/React__default.forwardRef(function ListDropdow
|
|
1643
1563
|
viewBox: "0 0 32 32",
|
1644
1564
|
fill: "currentColor",
|
1645
1565
|
...rest
|
1646
|
-
},
|
1647
|
-
d: "
|
1648
|
-
})), _path123 || (_path123 = /*#__PURE__*/React__default.createElement("path", {
|
1649
|
-
d: "M15 11H17V13H15zM19 11H26V13H19zM15 17H17V19H15zM19 17H26V19H19zM15 23H17V25H15zM19 23H26V25H19z"
|
1566
|
+
}, _path101 || (_path101 = /*#__PURE__*/React__default.createElement("path", {
|
1567
|
+
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"
|
1650
1568
|
})), children);
|
1651
1569
|
});
|
1652
1570
|
if (process.env.NODE_ENV !== "production") {
|
1653
|
-
|
1571
|
+
LetterXx.propTypes = iconPropTypes;
|
1654
1572
|
}
|
1655
|
-
const
|
1573
|
+
const LetterYy = /*#__PURE__*/React__default.forwardRef(function LetterYy(_ref69, ref) {
|
1656
1574
|
let {
|
1657
1575
|
children,
|
1658
1576
|
size = 16,
|
@@ -1666,14 +1584,14 @@ const ListNumbered = /*#__PURE__*/React__default.forwardRef(function ListNumbere
|
|
1666
1584
|
viewBox: "0 0 32 32",
|
1667
1585
|
fill: "currentColor",
|
1668
1586
|
...rest
|
1669
|
-
},
|
1670
|
-
d: "
|
1587
|
+
}, _path102 || (_path102 = /*#__PURE__*/React__default.createElement("path", {
|
1588
|
+
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"
|
1671
1589
|
})), children);
|
1672
1590
|
});
|
1673
1591
|
if (process.env.NODE_ENV !== "production") {
|
1674
|
-
|
1592
|
+
LetterYy.propTypes = iconPropTypes;
|
1675
1593
|
}
|
1676
|
-
const
|
1594
|
+
const LetterZz = /*#__PURE__*/React__default.forwardRef(function LetterZz(_ref70, ref) {
|
1677
1595
|
let {
|
1678
1596
|
children,
|
1679
1597
|
size = 16,
|
@@ -1687,14 +1605,14 @@ const ListNumberedMirror = /*#__PURE__*/React__default.forwardRef(function ListN
|
|
1687
1605
|
viewBox: "0 0 32 32",
|
1688
1606
|
fill: "currentColor",
|
1689
1607
|
...rest
|
1690
|
-
},
|
1691
|
-
d: "
|
1608
|
+
}, _path103 || (_path103 = /*#__PURE__*/React__default.createElement("path", {
|
1609
|
+
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"
|
1692
1610
|
})), children);
|
1693
1611
|
});
|
1694
1612
|
if (process.env.NODE_ENV !== "production") {
|
1695
|
-
|
1613
|
+
LetterZz.propTypes = iconPropTypes;
|
1696
1614
|
}
|
1697
|
-
const
|
1615
|
+
const License = /*#__PURE__*/React__default.forwardRef(function License(_ref71, ref) {
|
1698
1616
|
let {
|
1699
1617
|
children,
|
1700
1618
|
size = 16,
|
@@ -1708,14 +1626,16 @@ const LoadBalancerApplication = /*#__PURE__*/React__default.forwardRef(function
|
|
1708
1626
|
viewBox: "0 0 32 32",
|
1709
1627
|
fill: "currentColor",
|
1710
1628
|
...rest
|
1711
|
-
},
|
1712
|
-
d: "
|
1629
|
+
}, _path104 || (_path104 = /*#__PURE__*/React__default.createElement("path", {
|
1630
|
+
d: "M10 6H22V8H10zM10 10H22V12H10zM10 24H16V26H10zM10 14H16V16H10z"
|
1631
|
+
})), _path105 || (_path105 = /*#__PURE__*/React__default.createElement("path", {
|
1632
|
+
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"
|
1713
1633
|
})), children);
|
1714
1634
|
});
|
1715
1635
|
if (process.env.NODE_ENV !== "production") {
|
1716
|
-
|
1636
|
+
License.propTypes = iconPropTypes;
|
1717
1637
|
}
|
1718
|
-
const
|
1638
|
+
const LicenseDraft = /*#__PURE__*/React__default.forwardRef(function LicenseDraft(_ref72, ref) {
|
1719
1639
|
let {
|
1720
1640
|
children,
|
1721
1641
|
size = 16,
|
@@ -1729,14 +1649,16 @@ const LoadBalancerClassic = /*#__PURE__*/React__default.forwardRef(function Load
|
|
1729
1649
|
viewBox: "0 0 32 32",
|
1730
1650
|
fill: "currentColor",
|
1731
1651
|
...rest
|
1732
|
-
},
|
1733
|
-
d: "
|
1652
|
+
}, _path106 || (_path106 = /*#__PURE__*/React__default.createElement("path", {
|
1653
|
+
d: "M8 6H20V8H8zM8 10H20V12H8zM8 14H14V16H8zM8 24H12V26H8z"
|
1654
|
+
})), _path107 || (_path107 = /*#__PURE__*/React__default.createElement("path", {
|
1655
|
+
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"
|
1734
1656
|
})), children);
|
1735
1657
|
});
|
1736
1658
|
if (process.env.NODE_ENV !== "production") {
|
1737
|
-
|
1659
|
+
LicenseDraft.propTypes = iconPropTypes;
|
1738
1660
|
}
|
1739
|
-
const
|
1661
|
+
const LicenseGlobal = /*#__PURE__*/React__default.forwardRef(function LicenseGlobal(_ref73, ref) {
|
1740
1662
|
let {
|
1741
1663
|
children,
|
1742
1664
|
size = 16,
|
@@ -1750,14 +1672,16 @@ const LoadBalancerGlobal = /*#__PURE__*/React__default.forwardRef(function LoadB
|
|
1750
1672
|
viewBox: "0 0 32 32",
|
1751
1673
|
fill: "currentColor",
|
1752
1674
|
...rest
|
1753
|
-
},
|
1754
|
-
d: "
|
1675
|
+
}, _path108 || (_path108 = /*#__PURE__*/React__default.createElement("path", {
|
1676
|
+
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"
|
1677
|
+
})), _path109 || (_path109 = /*#__PURE__*/React__default.createElement("path", {
|
1678
|
+
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"
|
1755
1679
|
})), children);
|
1756
1680
|
});
|
1757
1681
|
if (process.env.NODE_ENV !== "production") {
|
1758
|
-
|
1682
|
+
LicenseGlobal.propTypes = iconPropTypes;
|
1759
1683
|
}
|
1760
|
-
const
|
1684
|
+
const LicenseMaintenance = /*#__PURE__*/React__default.forwardRef(function LicenseMaintenance(_ref74, ref) {
|
1761
1685
|
let {
|
1762
1686
|
children,
|
1763
1687
|
size = 16,
|
@@ -1771,14 +1695,16 @@ const LoadBalancerListener = /*#__PURE__*/React__default.forwardRef(function Loa
|
|
1771
1695
|
viewBox: "0 0 32 32",
|
1772
1696
|
fill: "currentColor",
|
1773
1697
|
...rest
|
1774
|
-
},
|
1775
|
-
d: "
|
1698
|
+
}, _path110 || (_path110 = /*#__PURE__*/React__default.createElement("path", {
|
1699
|
+
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"
|
1700
|
+
})), _path111 || (_path111 = /*#__PURE__*/React__default.createElement("path", {
|
1701
|
+
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"
|
1776
1702
|
})), children);
|
1777
1703
|
});
|
1778
1704
|
if (process.env.NODE_ENV !== "production") {
|
1779
|
-
|
1705
|
+
LicenseMaintenance.propTypes = iconPropTypes;
|
1780
1706
|
}
|
1781
|
-
const
|
1707
|
+
const LicenseMaintenanceDraft = /*#__PURE__*/React__default.forwardRef(function LicenseMaintenanceDraft(_ref75, ref) {
|
1782
1708
|
let {
|
1783
1709
|
children,
|
1784
1710
|
size = 16,
|
@@ -1792,14 +1718,16 @@ const LoadBalancerLocal = /*#__PURE__*/React__default.forwardRef(function LoadBa
|
|
1792
1718
|
viewBox: "0 0 32 32",
|
1793
1719
|
fill: "currentColor",
|
1794
1720
|
...rest
|
1795
|
-
},
|
1796
|
-
d: "
|
1721
|
+
}, _path112 || (_path112 = /*#__PURE__*/React__default.createElement("path", {
|
1722
|
+
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"
|
1723
|
+
})), _path113 || (_path113 = /*#__PURE__*/React__default.createElement("path", {
|
1724
|
+
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"
|
1797
1725
|
})), children);
|
1798
1726
|
});
|
1799
1727
|
if (process.env.NODE_ENV !== "production") {
|
1800
|
-
|
1728
|
+
LicenseMaintenanceDraft.propTypes = iconPropTypes;
|
1801
1729
|
}
|
1802
|
-
const
|
1730
|
+
const LicenseThirdParty = /*#__PURE__*/React__default.forwardRef(function LicenseThirdParty(_ref76, ref) {
|
1803
1731
|
let {
|
1804
1732
|
children,
|
1805
1733
|
size = 16,
|
@@ -1813,14 +1741,16 @@ const LoadBalancerNetwork = /*#__PURE__*/React__default.forwardRef(function Load
|
|
1813
1741
|
viewBox: "0 0 32 32",
|
1814
1742
|
fill: "currentColor",
|
1815
1743
|
...rest
|
1816
|
-
},
|
1817
|
-
d: "
|
1744
|
+
}, _path114 || (_path114 = /*#__PURE__*/React__default.createElement("path", {
|
1745
|
+
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"
|
1746
|
+
})), _path115 || (_path115 = /*#__PURE__*/React__default.createElement("path", {
|
1747
|
+
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"
|
1818
1748
|
})), children);
|
1819
1749
|
});
|
1820
1750
|
if (process.env.NODE_ENV !== "production") {
|
1821
|
-
|
1751
|
+
LicenseThirdParty.propTypes = iconPropTypes;
|
1822
1752
|
}
|
1823
|
-
const
|
1753
|
+
const LicenseThirdPartyDraft = /*#__PURE__*/React__default.forwardRef(function LicenseThirdPartyDraft(_ref77, ref) {
|
1824
1754
|
let {
|
1825
1755
|
children,
|
1826
1756
|
size = 16,
|
@@ -1834,14 +1764,16 @@ const LoadBalancerPool = /*#__PURE__*/React__default.forwardRef(function LoadBal
|
|
1834
1764
|
viewBox: "0 0 32 32",
|
1835
1765
|
fill: "currentColor",
|
1836
1766
|
...rest
|
1837
|
-
},
|
1838
|
-
d: "
|
1767
|
+
}, _path116 || (_path116 = /*#__PURE__*/React__default.createElement("path", {
|
1768
|
+
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"
|
1769
|
+
})), _path117 || (_path117 = /*#__PURE__*/React__default.createElement("path", {
|
1770
|
+
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"
|
1839
1771
|
})), children);
|
1840
1772
|
});
|
1841
1773
|
if (process.env.NODE_ENV !== "production") {
|
1842
|
-
|
1774
|
+
LicenseThirdPartyDraft.propTypes = iconPropTypes;
|
1843
1775
|
}
|
1844
|
-
const
|
1776
|
+
const Lifesaver = /*#__PURE__*/React__default.forwardRef(function Lifesaver(_ref78, ref) {
|
1845
1777
|
let {
|
1846
1778
|
children,
|
1847
1779
|
size = 16,
|
@@ -1855,19 +1787,52 @@ const LoadBalancerVpc = /*#__PURE__*/React__default.forwardRef(function LoadBala
|
|
1855
1787
|
viewBox: "0 0 32 32",
|
1856
1788
|
fill: "currentColor",
|
1857
1789
|
...rest
|
1858
|
-
},
|
1859
|
-
d: "
|
1790
|
+
}, _path118 || (_path118 = /*#__PURE__*/React__default.createElement("path", {
|
1791
|
+
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"
|
1860
1792
|
})), children);
|
1861
1793
|
});
|
1862
1794
|
if (process.env.NODE_ENV !== "production") {
|
1863
|
-
|
1795
|
+
Lifesaver.propTypes = iconPropTypes;
|
1864
1796
|
}
|
1865
|
-
const
|
1797
|
+
const Light = /*#__PURE__*/React__default.forwardRef(function Light(_ref79, ref) {
|
1866
1798
|
let {
|
1867
1799
|
children,
|
1868
1800
|
size = 16,
|
1869
1801
|
...rest
|
1870
1802
|
} = _ref79;
|
1803
|
+
if (size === 16 || size === "16" || size === "16px") {
|
1804
|
+
return /*#__PURE__*/React__default.createElement(Icon, {
|
1805
|
+
width: size,
|
1806
|
+
height: size,
|
1807
|
+
ref: ref,
|
1808
|
+
xmlns: "http://www.w3.org/2000/svg",
|
1809
|
+
viewBox: "0 0 16 16",
|
1810
|
+
fill: "currentColor",
|
1811
|
+
...rest
|
1812
|
+
}, _path119 || (_path119 = /*#__PURE__*/React__default.createElement("path", {
|
1813
|
+
d: "M7.5 1H8.5V3.5H7.5z"
|
1814
|
+
})), _path120 || (_path120 = /*#__PURE__*/React__default.createElement("path", {
|
1815
|
+
d: "M10.8 3.4H13.3V4.4H10.8z",
|
1816
|
+
transform: "rotate(-45.001 12.041 3.923)"
|
1817
|
+
})), _path121 || (_path121 = /*#__PURE__*/React__default.createElement("path", {
|
1818
|
+
d: "M12.5 7.5H15V8.5H12.5z"
|
1819
|
+
})), _path122 || (_path122 = /*#__PURE__*/React__default.createElement("path", {
|
1820
|
+
d: "M11.6 10.8H12.6V13.3H11.6z",
|
1821
|
+
transform: "rotate(-45.001 12.075 12.041)"
|
1822
|
+
})), _path123 || (_path123 = /*#__PURE__*/React__default.createElement("path", {
|
1823
|
+
d: "M7.5 12.5H8.5V15H7.5z"
|
1824
|
+
})), _path124 || (_path124 = /*#__PURE__*/React__default.createElement("path", {
|
1825
|
+
d: "M2.7 11.6H5.2V12.6H2.7z",
|
1826
|
+
transform: "rotate(-45.001 3.96 12.079)"
|
1827
|
+
})), _path125 || (_path125 = /*#__PURE__*/React__default.createElement("path", {
|
1828
|
+
d: "M1 7.5H3.5V8.5H1z"
|
1829
|
+
})), _path126 || (_path126 = /*#__PURE__*/React__default.createElement("path", {
|
1830
|
+
d: "M3.4 2.7H4.4V5.2H3.4z",
|
1831
|
+
transform: "rotate(-45.001 3.925 3.961)"
|
1832
|
+
})), _path127 || (_path127 = /*#__PURE__*/React__default.createElement("path", {
|
1833
|
+
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"
|
1834
|
+
})), children);
|
1835
|
+
}
|
1871
1836
|
return /*#__PURE__*/React__default.createElement(Icon, {
|
1872
1837
|
width: size,
|
1873
1838
|
height: size,
|
@@ -1876,16 +1841,34 @@ const Location = /*#__PURE__*/React__default.forwardRef(function Location(_ref79
|
|
1876
1841
|
viewBox: "0 0 32 32",
|
1877
1842
|
fill: "currentColor",
|
1878
1843
|
...rest
|
1879
|
-
},
|
1880
|
-
d: "
|
1844
|
+
}, _path128 || (_path128 = /*#__PURE__*/React__default.createElement("path", {
|
1845
|
+
d: "M15 2H17V7H15z"
|
1846
|
+
})), _path129 || (_path129 = /*#__PURE__*/React__default.createElement("path", {
|
1847
|
+
d: "M21.668 6.854H26.625999999999998V8.854H21.668z",
|
1848
|
+
transform: "rotate(-45 24.147 7.853)"
|
1849
|
+
})), _path130 || (_path130 = /*#__PURE__*/React__default.createElement("path", {
|
1850
|
+
d: "M25 15H30V17H25z"
|
1851
|
+
})), _path131 || (_path131 = /*#__PURE__*/React__default.createElement("path", {
|
1852
|
+
d: "M23.147 21.668H25.147V26.625999999999998H23.147z",
|
1853
|
+
transform: "rotate(-45 24.147 24.146)"
|
1854
|
+
})), _path132 || (_path132 = /*#__PURE__*/React__default.createElement("path", {
|
1855
|
+
d: "M15 25H17V30H15z"
|
1856
|
+
})), _path133 || (_path133 = /*#__PURE__*/React__default.createElement("path", {
|
1857
|
+
d: "M5.375 23.147H10.333V25.147H5.375z",
|
1858
|
+
transform: "rotate(-45 7.853 24.146)"
|
1859
|
+
})), _path134 || (_path134 = /*#__PURE__*/React__default.createElement("path", {
|
1860
|
+
d: "M2 15H7V17H2z"
|
1881
1861
|
})), _path135 || (_path135 = /*#__PURE__*/React__default.createElement("path", {
|
1882
|
-
d: "
|
1862
|
+
d: "M6.854 5.375H8.854V10.333H6.854z",
|
1863
|
+
transform: "rotate(-45 7.854 7.853)"
|
1864
|
+
})), _path136 || (_path136 = /*#__PURE__*/React__default.createElement("path", {
|
1865
|
+
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"
|
1883
1866
|
})), children);
|
1884
1867
|
});
|
1885
1868
|
if (process.env.NODE_ENV !== "production") {
|
1886
|
-
|
1869
|
+
Light.propTypes = iconPropTypes;
|
1887
1870
|
}
|
1888
|
-
const
|
1871
|
+
const LightFilled = /*#__PURE__*/React__default.forwardRef(function LightFilled(_ref80, ref) {
|
1889
1872
|
let {
|
1890
1873
|
children,
|
1891
1874
|
size = 16,
|
@@ -1899,18 +1882,34 @@ const LocationCompany = /*#__PURE__*/React__default.forwardRef(function Location
|
|
1899
1882
|
viewBox: "0 0 32 32",
|
1900
1883
|
fill: "currentColor",
|
1901
1884
|
...rest
|
1902
|
-
},
|
1903
|
-
d: "
|
1904
|
-
})), _path137 || (_path137 = /*#__PURE__*/React__default.createElement("path", {
|
1905
|
-
d: "M21,18H19V10H13v8H11V10a2.0021,2.0021,0,0,1,2-2h6a2.0021,2.0021,0,0,1,2,2Z"
|
1885
|
+
}, _path137 || (_path137 = /*#__PURE__*/React__default.createElement("path", {
|
1886
|
+
d: "M15 2H17V7H15z"
|
1906
1887
|
})), _path138 || (_path138 = /*#__PURE__*/React__default.createElement("path", {
|
1907
|
-
d: "
|
1888
|
+
d: "M21.668 6.854H26.625999999999998V8.854H21.668z",
|
1889
|
+
transform: "rotate(-45 24.147 7.853)"
|
1890
|
+
})), _path139 || (_path139 = /*#__PURE__*/React__default.createElement("path", {
|
1891
|
+
d: "M25 15H30V17H25z"
|
1892
|
+
})), _path140 || (_path140 = /*#__PURE__*/React__default.createElement("path", {
|
1893
|
+
d: "M23.147 21.668H25.147V26.625999999999998H23.147z",
|
1894
|
+
transform: "rotate(-45 24.147 24.146)"
|
1895
|
+
})), _path141 || (_path141 = /*#__PURE__*/React__default.createElement("path", {
|
1896
|
+
d: "M15 25H17V30H15z"
|
1897
|
+
})), _path142 || (_path142 = /*#__PURE__*/React__default.createElement("path", {
|
1898
|
+
d: "M5.375 23.147H10.333V25.147H5.375z",
|
1899
|
+
transform: "rotate(-45 7.853 24.146)"
|
1900
|
+
})), _path143 || (_path143 = /*#__PURE__*/React__default.createElement("path", {
|
1901
|
+
d: "M2 15H7V17H2z"
|
1902
|
+
})), _path144 || (_path144 = /*#__PURE__*/React__default.createElement("path", {
|
1903
|
+
d: "M6.854 5.375H8.854V10.333H6.854z",
|
1904
|
+
transform: "rotate(-45 7.854 7.853)"
|
1905
|
+
})), _path145 || (_path145 = /*#__PURE__*/React__default.createElement("path", {
|
1906
|
+
d: "M16,10a6,6,0,1,0,6,6,6,6,0,0,0-6-6Z"
|
1908
1907
|
})), children);
|
1909
1908
|
});
|
1910
1909
|
if (process.env.NODE_ENV !== "production") {
|
1911
|
-
|
1910
|
+
LightFilled.propTypes = iconPropTypes;
|
1912
1911
|
}
|
1913
|
-
const
|
1912
|
+
const Lightning = /*#__PURE__*/React__default.forwardRef(function Lightning(_ref81, ref) {
|
1914
1913
|
let {
|
1915
1914
|
children,
|
1916
1915
|
size = 16,
|
@@ -1924,17 +1923,14 @@ const LocationCompanyFilled = /*#__PURE__*/React__default.forwardRef(function Lo
|
|
1924
1923
|
viewBox: "0 0 32 32",
|
1925
1924
|
fill: "currentColor",
|
1926
1925
|
...rest
|
1927
|
-
},
|
1928
|
-
|
1929
|
-
d: "M21,18H19V10H13v8H11V10a2.0021,2.0021,0,0,1,2-2h6a2.0021,2.0021,0,0,1,2,2Zm-4-2H15v2h2Zm0-4H15v2h2Z"
|
1930
|
-
})), _path140 || (_path140 = /*#__PURE__*/React__default.createElement("path", {
|
1931
|
-
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"
|
1926
|
+
}, _path146 || (_path146 = /*#__PURE__*/React__default.createElement("path", {
|
1927
|
+
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"
|
1932
1928
|
})), children);
|
1933
1929
|
});
|
1934
1930
|
if (process.env.NODE_ENV !== "production") {
|
1935
|
-
|
1931
|
+
Lightning.propTypes = iconPropTypes;
|
1936
1932
|
}
|
1937
|
-
const
|
1933
|
+
const Link = /*#__PURE__*/React__default.forwardRef(function Link(_ref82, ref) {
|
1938
1934
|
let {
|
1939
1935
|
children,
|
1940
1936
|
size = 16,
|
@@ -1948,14 +1944,16 @@ const LocationCurrent = /*#__PURE__*/React__default.forwardRef(function Location
|
|
1948
1944
|
viewBox: "0 0 32 32",
|
1949
1945
|
fill: "currentColor",
|
1950
1946
|
...rest
|
1951
|
-
},
|
1952
|
-
d: "
|
1947
|
+
}, _path147 || (_path147 = /*#__PURE__*/React__default.createElement("path", {
|
1948
|
+
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"
|
1949
|
+
})), _path148 || (_path148 = /*#__PURE__*/React__default.createElement("path", {
|
1950
|
+
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"
|
1953
1951
|
})), children);
|
1954
1952
|
});
|
1955
1953
|
if (process.env.NODE_ENV !== "production") {
|
1956
|
-
|
1954
|
+
Link.propTypes = iconPropTypes;
|
1957
1955
|
}
|
1958
|
-
const
|
1956
|
+
const Linux = /*#__PURE__*/React__default.forwardRef(function Linux(_ref83, ref) {
|
1959
1957
|
let {
|
1960
1958
|
children,
|
1961
1959
|
size = 16,
|
@@ -1969,19 +1967,14 @@ const LocationFilled = /*#__PURE__*/React__default.forwardRef(function LocationF
|
|
1969
1967
|
viewBox: "0 0 32 32",
|
1970
1968
|
fill: "currentColor",
|
1971
1969
|
...rest
|
1972
|
-
},
|
1973
|
-
d: "
|
1974
|
-
})), _circle10 || (_circle10 = /*#__PURE__*/React__default.createElement("circle", {
|
1975
|
-
cx: "16",
|
1976
|
-
cy: "13",
|
1977
|
-
r: "4",
|
1978
|
-
fill: "none"
|
1970
|
+
}, _path149 || (_path149 = /*#__PURE__*/React__default.createElement("path", {
|
1971
|
+
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"
|
1979
1972
|
})), children);
|
1980
1973
|
});
|
1981
1974
|
if (process.env.NODE_ENV !== "production") {
|
1982
|
-
|
1975
|
+
Linux.propTypes = iconPropTypes;
|
1983
1976
|
}
|
1984
|
-
const
|
1977
|
+
const LinuxAlt = /*#__PURE__*/React__default.forwardRef(function LinuxAlt(_ref84, ref) {
|
1985
1978
|
let {
|
1986
1979
|
children,
|
1987
1980
|
size = 16,
|
@@ -1995,20 +1988,16 @@ const LocationHazard = /*#__PURE__*/React__default.forwardRef(function LocationH
|
|
1995
1988
|
viewBox: "0 0 32 32",
|
1996
1989
|
fill: "currentColor",
|
1997
1990
|
...rest
|
1998
|
-
},
|
1999
|
-
|
2000
|
-
|
2001
|
-
|
2002
|
-
})), _path143 || (_path143 = /*#__PURE__*/React__default.createElement("path", {
|
2003
|
-
d: "M15 7H17V16H15z"
|
2004
|
-
})), _path144 || (_path144 = /*#__PURE__*/React__default.createElement("path", {
|
2005
|
-
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"
|
1991
|
+
}, _path150 || (_path150 = /*#__PURE__*/React__default.createElement("path", {
|
1992
|
+
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"
|
1993
|
+
})), _path151 || (_path151 = /*#__PURE__*/React__default.createElement("path", {
|
1994
|
+
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"
|
2006
1995
|
})), children);
|
2007
1996
|
});
|
2008
1997
|
if (process.env.NODE_ENV !== "production") {
|
2009
|
-
|
1998
|
+
LinuxAlt.propTypes = iconPropTypes;
|
2010
1999
|
}
|
2011
|
-
const
|
2000
|
+
const LinuxNamespace = /*#__PURE__*/React__default.forwardRef(function LinuxNamespace(_ref85, ref) {
|
2012
2001
|
let {
|
2013
2002
|
children,
|
2014
2003
|
size = 16,
|
@@ -2022,17 +2011,15 @@ const LocationHazardFilled = /*#__PURE__*/React__default.forwardRef(function Loc
|
|
2022
2011
|
viewBox: "0 0 32 32",
|
2023
2012
|
fill: "currentColor",
|
2024
2013
|
...rest
|
2025
|
-
},
|
2026
|
-
|
2027
|
-
d: "
|
2028
|
-
})), _path146 || (_path146 = /*#__PURE__*/React__default.createElement("path", {
|
2029
|
-
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"
|
2014
|
+
}, _path152 || (_path152 = /*#__PURE__*/React__default.createElement("path", {
|
2015
|
+
strokeWidth: "0",
|
2016
|
+
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"
|
2030
2017
|
})), children);
|
2031
2018
|
});
|
2032
2019
|
if (process.env.NODE_ENV !== "production") {
|
2033
|
-
|
2020
|
+
LinuxNamespace.propTypes = iconPropTypes;
|
2034
2021
|
}
|
2035
|
-
const
|
2022
|
+
const List = /*#__PURE__*/React__default.forwardRef(function List(_ref86, ref) {
|
2036
2023
|
let {
|
2037
2024
|
children,
|
2038
2025
|
size = 16,
|
@@ -2046,16 +2033,14 @@ const LocationHeart = /*#__PURE__*/React__default.forwardRef(function LocationHe
|
|
2046
2033
|
viewBox: "0 0 32 32",
|
2047
2034
|
fill: "currentColor",
|
2048
2035
|
...rest
|
2049
|
-
},
|
2050
|
-
d: "
|
2051
|
-
})), _path148 || (_path148 = /*#__PURE__*/React__default.createElement("path", {
|
2052
|
-
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"
|
2036
|
+
}, _path153 || (_path153 = /*#__PURE__*/React__default.createElement("path", {
|
2037
|
+
d: "M10 6H28V8H10zM10 24H28V26H10zM10 15H28V17H10zM4 15H6V17H4zM4 6H6V8H4zM4 24H6V26H4z"
|
2053
2038
|
})), children);
|
2054
2039
|
});
|
2055
2040
|
if (process.env.NODE_ENV !== "production") {
|
2056
|
-
|
2041
|
+
List.propTypes = iconPropTypes;
|
2057
2042
|
}
|
2058
|
-
const
|
2043
|
+
const ListBoxes = /*#__PURE__*/React__default.forwardRef(function ListBoxes(_ref87, ref) {
|
2059
2044
|
let {
|
2060
2045
|
children,
|
2061
2046
|
size = 16,
|
@@ -2069,22 +2054,40 @@ const LocationHeartFilled = /*#__PURE__*/React__default.forwardRef(function Loca
|
|
2069
2054
|
viewBox: "0 0 32 32",
|
2070
2055
|
fill: "currentColor",
|
2071
2056
|
...rest
|
2072
|
-
},
|
2073
|
-
|
2074
|
-
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"
|
2075
|
-
})), _path150 || (_path150 = /*#__PURE__*/React__default.createElement("path", {
|
2076
|
-
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"
|
2057
|
+
}, _path154 || (_path154 = /*#__PURE__*/React__default.createElement("path", {
|
2058
|
+
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"
|
2077
2059
|
})), children);
|
2078
2060
|
});
|
2079
2061
|
if (process.env.NODE_ENV !== "production") {
|
2080
|
-
|
2062
|
+
ListBoxes.propTypes = iconPropTypes;
|
2081
2063
|
}
|
2082
|
-
const
|
2064
|
+
const ListBulleted = /*#__PURE__*/React__default.forwardRef(function ListBulleted(_ref88, ref) {
|
2083
2065
|
let {
|
2084
2066
|
children,
|
2085
2067
|
size = 16,
|
2086
2068
|
...rest
|
2087
2069
|
} = _ref88;
|
2070
|
+
if (size === 16 || size === "16" || size === "16px") {
|
2071
|
+
return /*#__PURE__*/React__default.createElement(Icon, {
|
2072
|
+
width: size,
|
2073
|
+
height: size,
|
2074
|
+
ref: ref,
|
2075
|
+
xmlns: "http://www.w3.org/2000/svg",
|
2076
|
+
viewBox: "0 0 16 16",
|
2077
|
+
fill: "currentColor",
|
2078
|
+
...rest
|
2079
|
+
}, _circle6 || (_circle6 = /*#__PURE__*/React__default.createElement("circle", {
|
2080
|
+
cx: "3.5",
|
2081
|
+
cy: "4.5",
|
2082
|
+
r: "1.5"
|
2083
|
+
})), _circle7 || (_circle7 = /*#__PURE__*/React__default.createElement("circle", {
|
2084
|
+
cx: "3.5",
|
2085
|
+
cy: "11.5",
|
2086
|
+
r: "1.5"
|
2087
|
+
})), _path155 || (_path155 = /*#__PURE__*/React__default.createElement("path", {
|
2088
|
+
d: "M8 11H15V12H8zM8 4H15V5H8z"
|
2089
|
+
})), children);
|
2090
|
+
}
|
2088
2091
|
return /*#__PURE__*/React__default.createElement(Icon, {
|
2089
2092
|
width: size,
|
2090
2093
|
height: size,
|
@@ -2093,18 +2096,22 @@ const LocationInfo = /*#__PURE__*/React__default.forwardRef(function LocationInf
|
|
2093
2096
|
viewBox: "0 0 32 32",
|
2094
2097
|
fill: "currentColor",
|
2095
2098
|
...rest
|
2096
|
-
},
|
2097
|
-
|
2098
|
-
|
2099
|
-
|
2100
|
-
|
2101
|
-
|
2099
|
+
}, _circle8 || (_circle8 = /*#__PURE__*/React__default.createElement("circle", {
|
2100
|
+
cx: "7",
|
2101
|
+
cy: "9",
|
2102
|
+
r: "3"
|
2103
|
+
})), _circle9 || (_circle9 = /*#__PURE__*/React__default.createElement("circle", {
|
2104
|
+
cx: "7",
|
2105
|
+
cy: "23",
|
2106
|
+
r: "3"
|
2107
|
+
})), _path156 || (_path156 = /*#__PURE__*/React__default.createElement("path", {
|
2108
|
+
d: "M16 22H30V24H16zM16 8H30V10H16z"
|
2102
2109
|
})), children);
|
2103
2110
|
});
|
2104
2111
|
if (process.env.NODE_ENV !== "production") {
|
2105
|
-
|
2112
|
+
ListBulleted.propTypes = iconPropTypes;
|
2106
2113
|
}
|
2107
|
-
const
|
2114
|
+
const ListChecked = /*#__PURE__*/React__default.forwardRef(function ListChecked(_ref89, ref) {
|
2108
2115
|
let {
|
2109
2116
|
children,
|
2110
2117
|
size = 16,
|
@@ -2118,19 +2125,14 @@ const LocationInfoFilled = /*#__PURE__*/React__default.forwardRef(function Locat
|
|
2118
2125
|
viewBox: "0 0 32 32",
|
2119
2126
|
fill: "currentColor",
|
2120
2127
|
...rest
|
2121
|
-
},
|
2122
|
-
|
2123
|
-
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"
|
2124
|
-
})), _path154 || (_path154 = /*#__PURE__*/React__default.createElement("path", {
|
2125
|
-
fill: "none",
|
2126
|
-
strokeWidth: "0",
|
2127
|
-
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"
|
2128
|
+
}, _path157 || (_path157 = /*#__PURE__*/React__default.createElement("path", {
|
2129
|
+
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"
|
2128
2130
|
})), children);
|
2129
2131
|
});
|
2130
2132
|
if (process.env.NODE_ENV !== "production") {
|
2131
|
-
|
2133
|
+
ListChecked.propTypes = iconPropTypes;
|
2132
2134
|
}
|
2133
|
-
const
|
2135
|
+
const ListCheckedMirror = /*#__PURE__*/React__default.forwardRef(function ListCheckedMirror(_ref90, ref) {
|
2134
2136
|
let {
|
2135
2137
|
children,
|
2136
2138
|
size = 16,
|
@@ -2144,16 +2146,14 @@ const LocationPerson = /*#__PURE__*/React__default.forwardRef(function LocationP
|
|
2144
2146
|
viewBox: "0 0 32 32",
|
2145
2147
|
fill: "currentColor",
|
2146
2148
|
...rest
|
2147
|
-
},
|
2148
|
-
d: "
|
2149
|
-
})), _path156 || (_path156 = /*#__PURE__*/React__default.createElement("path", {
|
2150
|
-
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"
|
2149
|
+
}, _path158 || (_path158 = /*#__PURE__*/React__default.createElement("path", {
|
2150
|
+
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"
|
2151
2151
|
})), children);
|
2152
2152
|
});
|
2153
2153
|
if (process.env.NODE_ENV !== "production") {
|
2154
|
-
|
2154
|
+
ListCheckedMirror.propTypes = iconPropTypes;
|
2155
2155
|
}
|
2156
|
-
const
|
2156
|
+
const ListDropdown = /*#__PURE__*/React__default.forwardRef(function ListDropdown(_ref91, ref) {
|
2157
2157
|
let {
|
2158
2158
|
children,
|
2159
2159
|
size = 16,
|
@@ -2167,21 +2167,16 @@ const LocationPersonFilled = /*#__PURE__*/React__default.forwardRef(function Loc
|
|
2167
2167
|
viewBox: "0 0 32 32",
|
2168
2168
|
fill: "currentColor",
|
2169
2169
|
...rest
|
2170
|
-
},
|
2171
|
-
|
2172
|
-
|
2173
|
-
|
2174
|
-
cx: "16",
|
2175
|
-
cy: "11",
|
2176
|
-
r: "1"
|
2177
|
-
})), _path158 || (_path158 = /*#__PURE__*/React__default.createElement("path", {
|
2178
|
-
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"
|
2170
|
+
}, _path159 || (_path159 = /*#__PURE__*/React__default.createElement("path", {
|
2171
|
+
d: "M26,6V2H2V12h9V30H30V6ZM4,10V4H24V6H11v4ZM28,28H13V8H28Z"
|
2172
|
+
})), _path160 || (_path160 = /*#__PURE__*/React__default.createElement("path", {
|
2173
|
+
d: "M15 11H17V13H15zM19 11H26V13H19zM15 17H17V19H15zM19 17H26V19H19zM15 23H17V25H15zM19 23H26V25H19z"
|
2179
2174
|
})), children);
|
2180
2175
|
});
|
2181
2176
|
if (process.env.NODE_ENV !== "production") {
|
2182
|
-
|
2177
|
+
ListDropdown.propTypes = iconPropTypes;
|
2183
2178
|
}
|
2184
|
-
const
|
2179
|
+
const ListNumbered = /*#__PURE__*/React__default.forwardRef(function ListNumbered(_ref92, ref) {
|
2185
2180
|
let {
|
2186
2181
|
children,
|
2187
2182
|
size = 16,
|
@@ -2195,14 +2190,14 @@ const LocationSave = /*#__PURE__*/React__default.forwardRef(function LocationSav
|
|
2195
2190
|
viewBox: "0 0 32 32",
|
2196
2191
|
fill: "currentColor",
|
2197
2192
|
...rest
|
2198
|
-
},
|
2199
|
-
d: "
|
2193
|
+
}, _path161 || (_path161 = /*#__PURE__*/React__default.createElement("path", {
|
2194
|
+
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"
|
2200
2195
|
})), children);
|
2201
2196
|
});
|
2202
2197
|
if (process.env.NODE_ENV !== "production") {
|
2203
|
-
|
2198
|
+
ListNumbered.propTypes = iconPropTypes;
|
2204
2199
|
}
|
2205
|
-
const
|
2200
|
+
const ListNumberedMirror = /*#__PURE__*/React__default.forwardRef(function ListNumberedMirror(_ref93, ref) {
|
2206
2201
|
let {
|
2207
2202
|
children,
|
2208
2203
|
size = 16,
|
@@ -2216,16 +2211,14 @@ const LocationStar = /*#__PURE__*/React__default.forwardRef(function LocationSta
|
|
2216
2211
|
viewBox: "0 0 32 32",
|
2217
2212
|
fill: "currentColor",
|
2218
2213
|
...rest
|
2219
|
-
},
|
2220
|
-
d: "
|
2221
|
-
})), _path161 || (_path161 = /*#__PURE__*/React__default.createElement("path", {
|
2222
|
-
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"
|
2214
|
+
}, _path162 || (_path162 = /*#__PURE__*/React__default.createElement("path", {
|
2215
|
+
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"
|
2223
2216
|
})), children);
|
2224
2217
|
});
|
2225
2218
|
if (process.env.NODE_ENV !== "production") {
|
2226
|
-
|
2219
|
+
ListNumberedMirror.propTypes = iconPropTypes;
|
2227
2220
|
}
|
2228
|
-
const
|
2221
|
+
const LoadBalancerApplication = /*#__PURE__*/React__default.forwardRef(function LoadBalancerApplication(_ref94, ref) {
|
2229
2222
|
let {
|
2230
2223
|
children,
|
2231
2224
|
size = 16,
|
@@ -2239,17 +2232,14 @@ const LocationStarFilled = /*#__PURE__*/React__default.forwardRef(function Locat
|
|
2239
2232
|
viewBox: "0 0 32 32",
|
2240
2233
|
fill: "currentColor",
|
2241
2234
|
...rest
|
2242
|
-
},
|
2243
|
-
|
2244
|
-
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"
|
2245
|
-
})), _path163 || (_path163 = /*#__PURE__*/React__default.createElement("path", {
|
2246
|
-
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"
|
2235
|
+
}, _path163 || (_path163 = /*#__PURE__*/React__default.createElement("path", {
|
2236
|
+
d: "M4 26H8V30H4zM14 26H18V30H14zM24 26H28V30H24zM25 16H17V14H15v2H7a2.0023 2.0023 0 00-2 2v6H7V18h8v6h2V18h8v6h2V18A2.0023 2.0023 0 0025 16zM9 2V12H23V2zm2 2h2v6H11zm10 6H15V4h6z"
|
2247
2237
|
})), children);
|
2248
2238
|
});
|
2249
2239
|
if (process.env.NODE_ENV !== "production") {
|
2250
|
-
|
2240
|
+
LoadBalancerApplication.propTypes = iconPropTypes;
|
2251
2241
|
}
|
2252
|
-
const
|
2242
|
+
const LoadBalancerClassic = /*#__PURE__*/React__default.forwardRef(function LoadBalancerClassic(_ref95, ref) {
|
2253
2243
|
let {
|
2254
2244
|
children,
|
2255
2245
|
size = 16,
|
@@ -2264,13 +2254,13 @@ const Locked = /*#__PURE__*/React__default.forwardRef(function Locked(_ref95, re
|
|
2264
2254
|
fill: "currentColor",
|
2265
2255
|
...rest
|
2266
2256
|
}, _path164 || (_path164 = /*#__PURE__*/React__default.createElement("path", {
|
2267
|
-
d: "
|
2257
|
+
d: "M4 26H8V30H4zM14 26H18V30H14zM24 26H28V30H24zM25 16H17V12H15v4H7a2.0023 2.0023 0 00-2 2v6H7V18h8v6h2V18h8v6h2V18A2.0023 2.0023 0 0025 16zM20 10V2H12v8zM14 8V4h4V8z"
|
2268
2258
|
})), children);
|
2269
2259
|
});
|
2270
2260
|
if (process.env.NODE_ENV !== "production") {
|
2271
|
-
|
2261
|
+
LoadBalancerClassic.propTypes = iconPropTypes;
|
2272
2262
|
}
|
2273
|
-
const
|
2263
|
+
const LoadBalancerGlobal = /*#__PURE__*/React__default.forwardRef(function LoadBalancerGlobal(_ref96, ref) {
|
2274
2264
|
let {
|
2275
2265
|
children,
|
2276
2266
|
size = 16,
|
@@ -2284,18 +2274,14 @@ const LogicalPartition = /*#__PURE__*/React__default.forwardRef(function Logical
|
|
2284
2274
|
viewBox: "0 0 32 32",
|
2285
2275
|
fill: "currentColor",
|
2286
2276
|
...rest
|
2287
|
-
},
|
2288
|
-
|
2289
|
-
cy: "7",
|
2290
|
-
r: "1"
|
2291
|
-
})), _path165 || (_path165 = /*#__PURE__*/React__default.createElement("path", {
|
2292
|
-
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"
|
2277
|
+
}, _path165 || (_path165 = /*#__PURE__*/React__default.createElement("path", {
|
2278
|
+
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"
|
2293
2279
|
})), children);
|
2294
2280
|
});
|
2295
2281
|
if (process.env.NODE_ENV !== "production") {
|
2296
|
-
|
2282
|
+
LoadBalancerGlobal.propTypes = iconPropTypes;
|
2297
2283
|
}
|
2298
|
-
const
|
2284
|
+
const LoadBalancerListener = /*#__PURE__*/React__default.forwardRef(function LoadBalancerListener(_ref97, ref) {
|
2299
2285
|
let {
|
2300
2286
|
children,
|
2301
2287
|
size = 16,
|
@@ -2310,15 +2296,13 @@ const Login = /*#__PURE__*/React__default.forwardRef(function Login(_ref97, ref)
|
|
2310
2296
|
fill: "currentColor",
|
2311
2297
|
...rest
|
2312
2298
|
}, _path166 || (_path166 = /*#__PURE__*/React__default.createElement("path", {
|
2313
|
-
d: "
|
2314
|
-
})), _path167 || (_path167 = /*#__PURE__*/React__default.createElement("path", {
|
2315
|
-
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"
|
2299
|
+
d: "M15 8H17V10H15zM19 8H21V10H19zM11 8H13V10H11zM25 16H17V13H15v3H7a2.0023 2.0023 0 00-2 2v6H7V18h8v6h2V18h8v6h2V18A2.0023 2.0023 0 0025 16zM4 26H8V30H4zM14 26H18V30H14zM24 26H28V30H24zM11 3H21V5H11z"
|
2316
2300
|
})), children);
|
2317
2301
|
});
|
2318
2302
|
if (process.env.NODE_ENV !== "production") {
|
2319
|
-
|
2303
|
+
LoadBalancerListener.propTypes = iconPropTypes;
|
2320
2304
|
}
|
2321
|
-
const
|
2305
|
+
const LoadBalancerLocal = /*#__PURE__*/React__default.forwardRef(function LoadBalancerLocal(_ref98, ref) {
|
2322
2306
|
let {
|
2323
2307
|
children,
|
2324
2308
|
size = 16,
|
@@ -2332,16 +2316,14 @@ const LogoAngular = /*#__PURE__*/React__default.forwardRef(function LogoAngular(
|
|
2332
2316
|
viewBox: "0 0 32 32",
|
2333
2317
|
fill: "currentColor",
|
2334
2318
|
...rest
|
2335
|
-
},
|
2336
|
-
d: "
|
2337
|
-
})), _path169 || (_path169 = /*#__PURE__*/React__default.createElement("path", {
|
2338
|
-
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"
|
2319
|
+
}, _path167 || (_path167 = /*#__PURE__*/React__default.createElement("path", {
|
2320
|
+
d: "M25 16H17V10H15v6H7a2.0023 2.0023 0 00-2 2v6H7V18h8v6h2V18h8v6h2V18A2.0023 2.0023 0 0025 16zM4 26H8V30H4zM14 26H18V30H14zM24 26H28V30H24zM11 5H21V7H11z"
|
2339
2321
|
})), children);
|
2340
2322
|
});
|
2341
2323
|
if (process.env.NODE_ENV !== "production") {
|
2342
|
-
|
2324
|
+
LoadBalancerLocal.propTypes = iconPropTypes;
|
2343
2325
|
}
|
2344
|
-
const
|
2326
|
+
const LoadBalancerNetwork = /*#__PURE__*/React__default.forwardRef(function LoadBalancerNetwork(_ref99, ref) {
|
2345
2327
|
let {
|
2346
2328
|
children,
|
2347
2329
|
size = 16,
|
@@ -2355,14 +2337,14 @@ const LogoAnsibleCommunity = /*#__PURE__*/React__default.forwardRef(function Log
|
|
2355
2337
|
viewBox: "0 0 32 32",
|
2356
2338
|
fill: "currentColor",
|
2357
2339
|
...rest
|
2358
|
-
},
|
2359
|
-
d: "
|
2340
|
+
}, _path168 || (_path168 = /*#__PURE__*/React__default.createElement("path", {
|
2341
|
+
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"
|
2360
2342
|
})), children);
|
2361
2343
|
});
|
2362
2344
|
if (process.env.NODE_ENV !== "production") {
|
2363
|
-
|
2345
|
+
LoadBalancerNetwork.propTypes = iconPropTypes;
|
2364
2346
|
}
|
2365
|
-
const
|
2347
|
+
const LoadBalancerPool = /*#__PURE__*/React__default.forwardRef(function LoadBalancerPool(_ref100, ref) {
|
2366
2348
|
let {
|
2367
2349
|
children,
|
2368
2350
|
size = 16,
|
@@ -2376,14 +2358,14 @@ const LogoDigg = /*#__PURE__*/React__default.forwardRef(function LogoDigg(_ref10
|
|
2376
2358
|
viewBox: "0 0 32 32",
|
2377
2359
|
fill: "currentColor",
|
2378
2360
|
...rest
|
2379
|
-
},
|
2380
|
-
d: "
|
2361
|
+
}, _path169 || (_path169 = /*#__PURE__*/React__default.createElement("path", {
|
2362
|
+
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"
|
2381
2363
|
})), children);
|
2382
2364
|
});
|
2383
2365
|
if (process.env.NODE_ENV !== "production") {
|
2384
|
-
|
2366
|
+
LoadBalancerPool.propTypes = iconPropTypes;
|
2385
2367
|
}
|
2386
|
-
const
|
2368
|
+
const LoadBalancerVpc = /*#__PURE__*/React__default.forwardRef(function LoadBalancerVpc(_ref101, ref) {
|
2387
2369
|
let {
|
2388
2370
|
children,
|
2389
2371
|
size = 16,
|
@@ -2397,14 +2379,14 @@ const LogoDiscord = /*#__PURE__*/React__default.forwardRef(function LogoDiscord(
|
|
2397
2379
|
viewBox: "0 0 32 32",
|
2398
2380
|
fill: "currentColor",
|
2399
2381
|
...rest
|
2400
|
-
},
|
2401
|
-
d: "
|
2382
|
+
}, _path170 || (_path170 = /*#__PURE__*/React__default.createElement("path", {
|
2383
|
+
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"
|
2402
2384
|
})), children);
|
2403
2385
|
});
|
2404
2386
|
if (process.env.NODE_ENV !== "production") {
|
2405
|
-
|
2387
|
+
LoadBalancerVpc.propTypes = iconPropTypes;
|
2406
2388
|
}
|
2407
|
-
const
|
2389
|
+
const Location = /*#__PURE__*/React__default.forwardRef(function Location(_ref102, ref) {
|
2408
2390
|
let {
|
2409
2391
|
children,
|
2410
2392
|
size = 16,
|
@@ -2418,14 +2400,16 @@ const LogoFacebook = /*#__PURE__*/React__default.forwardRef(function LogoFaceboo
|
|
2418
2400
|
viewBox: "0 0 32 32",
|
2419
2401
|
fill: "currentColor",
|
2420
2402
|
...rest
|
2421
|
-
},
|
2422
|
-
d: "
|
2403
|
+
}, _path171 || (_path171 = /*#__PURE__*/React__default.createElement("path", {
|
2404
|
+
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"
|
2405
|
+
})), _path172 || (_path172 = /*#__PURE__*/React__default.createElement("path", {
|
2406
|
+
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"
|
2423
2407
|
})), children);
|
2424
2408
|
});
|
2425
2409
|
if (process.env.NODE_ENV !== "production") {
|
2426
|
-
|
2410
|
+
Location.propTypes = iconPropTypes;
|
2427
2411
|
}
|
2428
|
-
const
|
2412
|
+
const LocationCompany = /*#__PURE__*/React__default.forwardRef(function LocationCompany(_ref103, ref) {
|
2429
2413
|
let {
|
2430
2414
|
children,
|
2431
2415
|
size = 16,
|
@@ -2439,14 +2423,18 @@ const LogoFigma = /*#__PURE__*/React__default.forwardRef(function LogoFigma(_ref
|
|
2439
2423
|
viewBox: "0 0 32 32",
|
2440
2424
|
fill: "currentColor",
|
2441
2425
|
...rest
|
2442
|
-
},
|
2443
|
-
d: "
|
2426
|
+
}, _path173 || (_path173 = /*#__PURE__*/React__default.createElement("path", {
|
2427
|
+
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"
|
2428
|
+
})), _path174 || (_path174 = /*#__PURE__*/React__default.createElement("path", {
|
2429
|
+
d: "M21,18H19V10H13v8H11V10a2.0021,2.0021,0,0,1,2-2h6a2.0021,2.0021,0,0,1,2,2Z"
|
2430
|
+
})), _path175 || (_path175 = /*#__PURE__*/React__default.createElement("path", {
|
2431
|
+
d: "M15 16H17V18H15zM15 12H17V14H15z"
|
2444
2432
|
})), children);
|
2445
2433
|
});
|
2446
2434
|
if (process.env.NODE_ENV !== "production") {
|
2447
|
-
|
2435
|
+
LocationCompany.propTypes = iconPropTypes;
|
2448
2436
|
}
|
2449
|
-
const
|
2437
|
+
const LocationCompanyFilled = /*#__PURE__*/React__default.forwardRef(function LocationCompanyFilled(_ref104, ref) {
|
2450
2438
|
let {
|
2451
2439
|
children,
|
2452
2440
|
size = 16,
|
@@ -2460,20 +2448,17 @@ const LogoFlickr = /*#__PURE__*/React__default.forwardRef(function LogoFlickr(_r
|
|
2460
2448
|
viewBox: "0 0 32 32",
|
2461
2449
|
fill: "currentColor",
|
2462
2450
|
...rest
|
2463
|
-
},
|
2464
|
-
|
2465
|
-
|
2466
|
-
|
2467
|
-
|
2468
|
-
cx: "24",
|
2469
|
-
cy: "16",
|
2470
|
-
r: "6"
|
2451
|
+
}, _path176 || (_path176 = /*#__PURE__*/React__default.createElement("path", {
|
2452
|
+
fill: "none",
|
2453
|
+
d: "M21,18H19V10H13v8H11V10a2.0021,2.0021,0,0,1,2-2h6a2.0021,2.0021,0,0,1,2,2Zm-4-2H15v2h2Zm0-4H15v2h2Z"
|
2454
|
+
})), _path177 || (_path177 = /*#__PURE__*/React__default.createElement("path", {
|
2455
|
+
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"
|
2471
2456
|
})), children);
|
2472
2457
|
});
|
2473
2458
|
if (process.env.NODE_ENV !== "production") {
|
2474
|
-
|
2459
|
+
LocationCompanyFilled.propTypes = iconPropTypes;
|
2475
2460
|
}
|
2476
|
-
const
|
2461
|
+
const LocationCurrent = /*#__PURE__*/React__default.forwardRef(function LocationCurrent(_ref105, ref) {
|
2477
2462
|
let {
|
2478
2463
|
children,
|
2479
2464
|
size = 16,
|
@@ -2487,14 +2472,14 @@ const LogoGit = /*#__PURE__*/React__default.forwardRef(function LogoGit(_ref105,
|
|
2487
2472
|
viewBox: "0 0 32 32",
|
2488
2473
|
fill: "currentColor",
|
2489
2474
|
...rest
|
2490
|
-
},
|
2491
|
-
d: "
|
2475
|
+
}, _path178 || (_path178 = /*#__PURE__*/React__default.createElement("path", {
|
2476
|
+
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"
|
2492
2477
|
})), children);
|
2493
2478
|
});
|
2494
2479
|
if (process.env.NODE_ENV !== "production") {
|
2495
|
-
|
2480
|
+
LocationCurrent.propTypes = iconPropTypes;
|
2496
2481
|
}
|
2497
|
-
const
|
2482
|
+
const LocationFilled = /*#__PURE__*/React__default.forwardRef(function LocationFilled(_ref106, ref) {
|
2498
2483
|
let {
|
2499
2484
|
children,
|
2500
2485
|
size = 16,
|
@@ -2508,15 +2493,19 @@ const LogoGithub = /*#__PURE__*/React__default.forwardRef(function LogoGithub(_r
|
|
2508
2493
|
viewBox: "0 0 32 32",
|
2509
2494
|
fill: "currentColor",
|
2510
2495
|
...rest
|
2511
|
-
},
|
2512
|
-
|
2513
|
-
|
2496
|
+
}, _path179 || (_path179 = /*#__PURE__*/React__default.createElement("path", {
|
2497
|
+
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"
|
2498
|
+
})), _circle0 || (_circle0 = /*#__PURE__*/React__default.createElement("circle", {
|
2499
|
+
cx: "16",
|
2500
|
+
cy: "13",
|
2501
|
+
r: "4",
|
2502
|
+
fill: "none"
|
2514
2503
|
})), children);
|
2515
2504
|
});
|
2516
2505
|
if (process.env.NODE_ENV !== "production") {
|
2517
|
-
|
2506
|
+
LocationFilled.propTypes = iconPropTypes;
|
2518
2507
|
}
|
2519
|
-
const
|
2508
|
+
const LocationHazard = /*#__PURE__*/React__default.forwardRef(function LocationHazard(_ref107, ref) {
|
2520
2509
|
let {
|
2521
2510
|
children,
|
2522
2511
|
size = 16,
|
@@ -2530,14 +2519,20 @@ const LogoGitlab = /*#__PURE__*/React__default.forwardRef(function LogoGitlab(_r
|
|
2530
2519
|
viewBox: "0 0 32 32",
|
2531
2520
|
fill: "currentColor",
|
2532
2521
|
...rest
|
2533
|
-
},
|
2534
|
-
|
2522
|
+
}, _circle1 || (_circle1 = /*#__PURE__*/React__default.createElement("circle", {
|
2523
|
+
cx: "16",
|
2524
|
+
cy: "20.5",
|
2525
|
+
r: "1.5"
|
2526
|
+
})), _path180 || (_path180 = /*#__PURE__*/React__default.createElement("path", {
|
2527
|
+
d: "M15 7H17V16H15z"
|
2528
|
+
})), _path181 || (_path181 = /*#__PURE__*/React__default.createElement("path", {
|
2529
|
+
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"
|
2535
2530
|
})), children);
|
2536
2531
|
});
|
2537
2532
|
if (process.env.NODE_ENV !== "production") {
|
2538
|
-
|
2533
|
+
LocationHazard.propTypes = iconPropTypes;
|
2539
2534
|
}
|
2540
|
-
const
|
2535
|
+
const LocationHazardFilled = /*#__PURE__*/React__default.forwardRef(function LocationHazardFilled(_ref108, ref) {
|
2541
2536
|
let {
|
2542
2537
|
children,
|
2543
2538
|
size = 16,
|
@@ -2551,16 +2546,17 @@ const LogoGlassdoor = /*#__PURE__*/React__default.forwardRef(function LogoGlassd
|
|
2551
2546
|
viewBox: "0 0 32 32",
|
2552
2547
|
fill: "currentColor",
|
2553
2548
|
...rest
|
2554
|
-
},
|
2555
|
-
|
2556
|
-
|
2557
|
-
|
2549
|
+
}, _path182 || (_path182 = /*#__PURE__*/React__default.createElement("path", {
|
2550
|
+
fill: "none",
|
2551
|
+
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"
|
2552
|
+
})), _path183 || (_path183 = /*#__PURE__*/React__default.createElement("path", {
|
2553
|
+
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"
|
2558
2554
|
})), children);
|
2559
2555
|
});
|
2560
2556
|
if (process.env.NODE_ENV !== "production") {
|
2561
|
-
|
2557
|
+
LocationHazardFilled.propTypes = iconPropTypes;
|
2562
2558
|
}
|
2563
|
-
const
|
2559
|
+
const LocationHeart = /*#__PURE__*/React__default.forwardRef(function LocationHeart(_ref109, ref) {
|
2564
2560
|
let {
|
2565
2561
|
children,
|
2566
2562
|
size = 16,
|
@@ -2574,20 +2570,16 @@ const LogoInstagram = /*#__PURE__*/React__default.forwardRef(function LogoInstag
|
|
2574
2570
|
viewBox: "0 0 32 32",
|
2575
2571
|
fill: "currentColor",
|
2576
2572
|
...rest
|
2577
|
-
},
|
2578
|
-
|
2579
|
-
|
2580
|
-
|
2581
|
-
})), _path180 || (_path180 = /*#__PURE__*/React__default.createElement("path", {
|
2582
|
-
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"
|
2583
|
-
})), _path181 || (_path181 = /*#__PURE__*/React__default.createElement("path", {
|
2584
|
-
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"
|
2573
|
+
}, _path184 || (_path184 = /*#__PURE__*/React__default.createElement("path", {
|
2574
|
+
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"
|
2575
|
+
})), _path185 || (_path185 = /*#__PURE__*/React__default.createElement("path", {
|
2576
|
+
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"
|
2585
2577
|
})), children);
|
2586
2578
|
});
|
2587
2579
|
if (process.env.NODE_ENV !== "production") {
|
2588
|
-
|
2580
|
+
LocationHeart.propTypes = iconPropTypes;
|
2589
2581
|
}
|
2590
|
-
const
|
2582
|
+
const LocationHeartFilled = /*#__PURE__*/React__default.forwardRef(function LocationHeartFilled(_ref110, ref) {
|
2591
2583
|
let {
|
2592
2584
|
children,
|
2593
2585
|
size = 16,
|
@@ -2601,14 +2593,17 @@ const LogoInvision = /*#__PURE__*/React__default.forwardRef(function LogoInvisio
|
|
2601
2593
|
viewBox: "0 0 32 32",
|
2602
2594
|
fill: "currentColor",
|
2603
2595
|
...rest
|
2604
|
-
},
|
2605
|
-
|
2596
|
+
}, _path186 || (_path186 = /*#__PURE__*/React__default.createElement("path", {
|
2597
|
+
fill: "none",
|
2598
|
+
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"
|
2599
|
+
})), _path187 || (_path187 = /*#__PURE__*/React__default.createElement("path", {
|
2600
|
+
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"
|
2606
2601
|
})), children);
|
2607
2602
|
});
|
2608
2603
|
if (process.env.NODE_ENV !== "production") {
|
2609
|
-
|
2604
|
+
LocationHeartFilled.propTypes = iconPropTypes;
|
2610
2605
|
}
|
2611
|
-
const
|
2606
|
+
const LocationInfo = /*#__PURE__*/React__default.forwardRef(function LocationInfo(_ref111, ref) {
|
2612
2607
|
let {
|
2613
2608
|
children,
|
2614
2609
|
size = 16,
|
@@ -2622,14 +2617,18 @@ const LogoJupyter = /*#__PURE__*/React__default.forwardRef(function LogoJupyter(
|
|
2622
2617
|
viewBox: "0 0 32 32",
|
2623
2618
|
fill: "currentColor",
|
2624
2619
|
...rest
|
2625
|
-
},
|
2626
|
-
|
2620
|
+
}, _path188 || (_path188 = /*#__PURE__*/React__default.createElement("path", {
|
2621
|
+
strokeWidth: "0",
|
2622
|
+
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"
|
2623
|
+
})), _path189 || (_path189 = /*#__PURE__*/React__default.createElement("path", {
|
2624
|
+
strokeWidth: "0",
|
2625
|
+
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"
|
2627
2626
|
})), children);
|
2628
2627
|
});
|
2629
2628
|
if (process.env.NODE_ENV !== "production") {
|
2630
|
-
|
2629
|
+
LocationInfo.propTypes = iconPropTypes;
|
2631
2630
|
}
|
2632
|
-
const
|
2631
|
+
const LocationInfoFilled = /*#__PURE__*/React__default.forwardRef(function LocationInfoFilled(_ref112, ref) {
|
2633
2632
|
let {
|
2634
2633
|
children,
|
2635
2634
|
size = 16,
|
@@ -2643,19 +2642,19 @@ const LogoKeybase = /*#__PURE__*/React__default.forwardRef(function LogoKeybase(
|
|
2643
2642
|
viewBox: "0 0 32 32",
|
2644
2643
|
fill: "currentColor",
|
2645
2644
|
...rest
|
2646
|
-
},
|
2647
|
-
|
2648
|
-
|
2649
|
-
|
2650
|
-
|
2651
|
-
|
2652
|
-
d: "
|
2645
|
+
}, _path190 || (_path190 = /*#__PURE__*/React__default.createElement("path", {
|
2646
|
+
strokeWidth: "0",
|
2647
|
+
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"
|
2648
|
+
})), _path191 || (_path191 = /*#__PURE__*/React__default.createElement("path", {
|
2649
|
+
fill: "none",
|
2650
|
+
strokeWidth: "0",
|
2651
|
+
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"
|
2653
2652
|
})), children);
|
2654
2653
|
});
|
2655
2654
|
if (process.env.NODE_ENV !== "production") {
|
2656
|
-
|
2655
|
+
LocationInfoFilled.propTypes = iconPropTypes;
|
2657
2656
|
}
|
2658
|
-
const
|
2657
|
+
const LocationPerson = /*#__PURE__*/React__default.forwardRef(function LocationPerson(_ref113, ref) {
|
2659
2658
|
let {
|
2660
2659
|
children,
|
2661
2660
|
size = 16,
|
@@ -2669,16 +2668,16 @@ const LogoKubernetes = /*#__PURE__*/React__default.forwardRef(function LogoKuber
|
|
2669
2668
|
viewBox: "0 0 32 32",
|
2670
2669
|
fill: "currentColor",
|
2671
2670
|
...rest
|
2672
|
-
},
|
2673
|
-
d: "
|
2674
|
-
})),
|
2675
|
-
d: "
|
2671
|
+
}, _path192 || (_path192 = /*#__PURE__*/React__default.createElement("path", {
|
2672
|
+
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"
|
2673
|
+
})), _path193 || (_path193 = /*#__PURE__*/React__default.createElement("path", {
|
2674
|
+
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"
|
2676
2675
|
})), children);
|
2677
2676
|
});
|
2678
2677
|
if (process.env.NODE_ENV !== "production") {
|
2679
|
-
|
2678
|
+
LocationPerson.propTypes = iconPropTypes;
|
2680
2679
|
}
|
2681
|
-
const
|
2680
|
+
const LocationPersonFilled = /*#__PURE__*/React__default.forwardRef(function LocationPersonFilled(_ref114, ref) {
|
2682
2681
|
let {
|
2683
2682
|
children,
|
2684
2683
|
size = 16,
|
@@ -2692,14 +2691,21 @@ const LogoLinkedin = /*#__PURE__*/React__default.forwardRef(function LogoLinkedi
|
|
2692
2691
|
viewBox: "0 0 32 32",
|
2693
2692
|
fill: "currentColor",
|
2694
2693
|
...rest
|
2695
|
-
},
|
2696
|
-
|
2694
|
+
}, _path194 || (_path194 = /*#__PURE__*/React__default.createElement("path", {
|
2695
|
+
fill: "none",
|
2696
|
+
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"
|
2697
|
+
})), _circle10 || (_circle10 = /*#__PURE__*/React__default.createElement("circle", {
|
2698
|
+
cx: "16",
|
2699
|
+
cy: "11",
|
2700
|
+
r: "1"
|
2701
|
+
})), _path195 || (_path195 = /*#__PURE__*/React__default.createElement("path", {
|
2702
|
+
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"
|
2697
2703
|
})), children);
|
2698
2704
|
});
|
2699
2705
|
if (process.env.NODE_ENV !== "production") {
|
2700
|
-
|
2706
|
+
LocationPersonFilled.propTypes = iconPropTypes;
|
2701
2707
|
}
|
2702
|
-
const
|
2708
|
+
const LocationSave = /*#__PURE__*/React__default.forwardRef(function LocationSave(_ref115, ref) {
|
2703
2709
|
let {
|
2704
2710
|
children,
|
2705
2711
|
size = 16,
|
@@ -2713,14 +2719,14 @@ const LogoLivestream = /*#__PURE__*/React__default.forwardRef(function LogoLives
|
|
2713
2719
|
viewBox: "0 0 32 32",
|
2714
2720
|
fill: "currentColor",
|
2715
2721
|
...rest
|
2716
|
-
},
|
2717
|
-
d: "
|
2722
|
+
}, _path196 || (_path196 = /*#__PURE__*/React__default.createElement("path", {
|
2723
|
+
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"
|
2718
2724
|
})), children);
|
2719
2725
|
});
|
2720
2726
|
if (process.env.NODE_ENV !== "production") {
|
2721
|
-
|
2727
|
+
LocationSave.propTypes = iconPropTypes;
|
2722
2728
|
}
|
2723
|
-
const
|
2729
|
+
const LocationStar = /*#__PURE__*/React__default.forwardRef(function LocationStar(_ref116, ref) {
|
2724
2730
|
let {
|
2725
2731
|
children,
|
2726
2732
|
size = 16,
|
@@ -2734,14 +2740,16 @@ const LogoMastodon = /*#__PURE__*/React__default.forwardRef(function LogoMastodo
|
|
2734
2740
|
viewBox: "0 0 32 32",
|
2735
2741
|
fill: "currentColor",
|
2736
2742
|
...rest
|
2737
|
-
},
|
2738
|
-
d: "
|
2743
|
+
}, _path197 || (_path197 = /*#__PURE__*/React__default.createElement("path", {
|
2744
|
+
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"
|
2745
|
+
})), _path198 || (_path198 = /*#__PURE__*/React__default.createElement("path", {
|
2746
|
+
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"
|
2739
2747
|
})), children);
|
2740
2748
|
});
|
2741
2749
|
if (process.env.NODE_ENV !== "production") {
|
2742
|
-
|
2750
|
+
LocationStar.propTypes = iconPropTypes;
|
2743
2751
|
}
|
2744
|
-
const
|
2752
|
+
const LocationStarFilled = /*#__PURE__*/React__default.forwardRef(function LocationStarFilled(_ref117, ref) {
|
2745
2753
|
let {
|
2746
2754
|
children,
|
2747
2755
|
size = 16,
|
@@ -2755,14 +2763,17 @@ const LogoMedium = /*#__PURE__*/React__default.forwardRef(function LogoMedium(_r
|
|
2755
2763
|
viewBox: "0 0 32 32",
|
2756
2764
|
fill: "currentColor",
|
2757
2765
|
...rest
|
2758
|
-
},
|
2759
|
-
|
2766
|
+
}, _path199 || (_path199 = /*#__PURE__*/React__default.createElement("path", {
|
2767
|
+
fill: "none",
|
2768
|
+
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"
|
2769
|
+
})), _path200 || (_path200 = /*#__PURE__*/React__default.createElement("path", {
|
2770
|
+
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"
|
2760
2771
|
})), children);
|
2761
2772
|
});
|
2762
2773
|
if (process.env.NODE_ENV !== "production") {
|
2763
|
-
|
2774
|
+
LocationStarFilled.propTypes = iconPropTypes;
|
2764
2775
|
}
|
2765
|
-
const
|
2776
|
+
const Locked = /*#__PURE__*/React__default.forwardRef(function Locked(_ref118, ref) {
|
2766
2777
|
let {
|
2767
2778
|
children,
|
2768
2779
|
size = 16,
|
@@ -2776,14 +2787,14 @@ const LogoNpm = /*#__PURE__*/React__default.forwardRef(function LogoNpm(_ref118,
|
|
2776
2787
|
viewBox: "0 0 32 32",
|
2777
2788
|
fill: "currentColor",
|
2778
2789
|
...rest
|
2779
|
-
},
|
2780
|
-
d: "
|
2790
|
+
}, _path201 || (_path201 = /*#__PURE__*/React__default.createElement("path", {
|
2791
|
+
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"
|
2781
2792
|
})), children);
|
2782
2793
|
});
|
2783
2794
|
if (process.env.NODE_ENV !== "production") {
|
2784
|
-
|
2795
|
+
Locked.propTypes = iconPropTypes;
|
2785
2796
|
}
|
2786
|
-
const
|
2797
|
+
const LockedAndBlocked = /*#__PURE__*/React__default.forwardRef(function LockedAndBlocked(_ref119, ref) {
|
2787
2798
|
let {
|
2788
2799
|
children,
|
2789
2800
|
size = 16,
|
@@ -2797,14 +2808,14 @@ const LogoOpenshift = /*#__PURE__*/React__default.forwardRef(function LogoOpensh
|
|
2797
2808
|
viewBox: "0 0 32 32",
|
2798
2809
|
fill: "currentColor",
|
2799
2810
|
...rest
|
2800
|
-
},
|
2801
|
-
d: "
|
2811
|
+
}, _path202 || (_path202 = /*#__PURE__*/React__default.createElement("path", {
|
2812
|
+
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"
|
2802
2813
|
})), children);
|
2803
2814
|
});
|
2804
2815
|
if (process.env.NODE_ENV !== "production") {
|
2805
|
-
|
2816
|
+
LockedAndBlocked.propTypes = iconPropTypes;
|
2806
2817
|
}
|
2807
|
-
const
|
2818
|
+
const LogicalPartition = /*#__PURE__*/React__default.forwardRef(function LogicalPartition(_ref120, ref) {
|
2808
2819
|
let {
|
2809
2820
|
children,
|
2810
2821
|
size = 16,
|
@@ -2818,14 +2829,18 @@ const LogoPinterest = /*#__PURE__*/React__default.forwardRef(function LogoPinter
|
|
2818
2829
|
viewBox: "0 0 32 32",
|
2819
2830
|
fill: "currentColor",
|
2820
2831
|
...rest
|
2821
|
-
},
|
2822
|
-
|
2832
|
+
}, _circle11 || (_circle11 = /*#__PURE__*/React__default.createElement("circle", {
|
2833
|
+
cx: "9",
|
2834
|
+
cy: "7",
|
2835
|
+
r: "1"
|
2836
|
+
})), _path203 || (_path203 = /*#__PURE__*/React__default.createElement("path", {
|
2837
|
+
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"
|
2823
2838
|
})), children);
|
2824
2839
|
});
|
2825
2840
|
if (process.env.NODE_ENV !== "production") {
|
2826
|
-
|
2841
|
+
LogicalPartition.propTypes = iconPropTypes;
|
2827
2842
|
}
|
2828
|
-
const
|
2843
|
+
const Login = /*#__PURE__*/React__default.forwardRef(function Login(_ref121, ref) {
|
2829
2844
|
let {
|
2830
2845
|
children,
|
2831
2846
|
size = 16,
|
@@ -2839,22 +2854,16 @@ const LogoPython = /*#__PURE__*/React__default.forwardRef(function LogoPython(_r
|
|
2839
2854
|
viewBox: "0 0 32 32",
|
2840
2855
|
fill: "currentColor",
|
2841
2856
|
...rest
|
2842
|
-
},
|
2843
|
-
d: "
|
2844
|
-
})),
|
2845
|
-
|
2846
|
-
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"
|
2847
|
-
})), _path198 || (_path198 = /*#__PURE__*/React__default.createElement("path", {
|
2848
|
-
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"
|
2849
|
-
})), _path199 || (_path199 = /*#__PURE__*/React__default.createElement("path", {
|
2850
|
-
fill: "none",
|
2851
|
-
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"
|
2857
|
+
}, _path204 || (_path204 = /*#__PURE__*/React__default.createElement("path", {
|
2858
|
+
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"
|
2859
|
+
})), _path205 || (_path205 = /*#__PURE__*/React__default.createElement("path", {
|
2860
|
+
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"
|
2852
2861
|
})), children);
|
2853
2862
|
});
|
2854
2863
|
if (process.env.NODE_ENV !== "production") {
|
2855
|
-
|
2864
|
+
Login.propTypes = iconPropTypes;
|
2856
2865
|
}
|
2857
|
-
const
|
2866
|
+
const LogoAngular = /*#__PURE__*/React__default.forwardRef(function LogoAngular(_ref122, ref) {
|
2858
2867
|
let {
|
2859
2868
|
children,
|
2860
2869
|
size = 16,
|
@@ -2868,14 +2877,16 @@ const LogoQuora = /*#__PURE__*/React__default.forwardRef(function LogoQuora(_ref
|
|
2868
2877
|
viewBox: "0 0 32 32",
|
2869
2878
|
fill: "currentColor",
|
2870
2879
|
...rest
|
2871
|
-
},
|
2872
|
-
d: "
|
2880
|
+
}, _path206 || (_path206 = /*#__PURE__*/React__default.createElement("path", {
|
2881
|
+
d: "M13.5,16h4.9L16,10.8L13.5,16z"
|
2882
|
+
})), _path207 || (_path207 = /*#__PURE__*/React__default.createElement("path", {
|
2883
|
+
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"
|
2873
2884
|
})), children);
|
2874
2885
|
});
|
2875
2886
|
if (process.env.NODE_ENV !== "production") {
|
2876
|
-
|
2887
|
+
LogoAngular.propTypes = iconPropTypes;
|
2877
2888
|
}
|
2878
|
-
const
|
2889
|
+
const LogoAnsibleCommunity = /*#__PURE__*/React__default.forwardRef(function LogoAnsibleCommunity(_ref123, ref) {
|
2879
2890
|
let {
|
2880
2891
|
children,
|
2881
2892
|
size = 16,
|
@@ -2889,15 +2900,14 @@ const LogoRScript = /*#__PURE__*/React__default.forwardRef(function LogoRScript(
|
|
2889
2900
|
viewBox: "0 0 32 32",
|
2890
2901
|
fill: "currentColor",
|
2891
2902
|
...rest
|
2892
|
-
},
|
2893
|
-
|
2894
|
-
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"
|
2903
|
+
}, _path208 || (_path208 = /*#__PURE__*/React__default.createElement("path", {
|
2904
|
+
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"
|
2895
2905
|
})), children);
|
2896
2906
|
});
|
2897
2907
|
if (process.env.NODE_ENV !== "production") {
|
2898
|
-
|
2908
|
+
LogoAnsibleCommunity.propTypes = iconPropTypes;
|
2899
2909
|
}
|
2900
|
-
const
|
2910
|
+
const LogoDigg = /*#__PURE__*/React__default.forwardRef(function LogoDigg(_ref124, ref) {
|
2901
2911
|
let {
|
2902
2912
|
children,
|
2903
2913
|
size = 16,
|
@@ -2911,16 +2921,14 @@ const LogoReact = /*#__PURE__*/React__default.forwardRef(function LogoReact(_ref
|
|
2911
2921
|
viewBox: "0 0 32 32",
|
2912
2922
|
fill: "currentColor",
|
2913
2923
|
...rest
|
2914
|
-
},
|
2915
|
-
d: "
|
2916
|
-
})), _path203 || (_path203 = /*#__PURE__*/React__default.createElement("path", {
|
2917
|
-
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"
|
2924
|
+
}, _path209 || (_path209 = /*#__PURE__*/React__default.createElement("path", {
|
2925
|
+
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"
|
2918
2926
|
})), children);
|
2919
2927
|
});
|
2920
2928
|
if (process.env.NODE_ENV !== "production") {
|
2921
|
-
|
2929
|
+
LogoDigg.propTypes = iconPropTypes;
|
2922
2930
|
}
|
2923
|
-
const
|
2931
|
+
const LogoDiscord = /*#__PURE__*/React__default.forwardRef(function LogoDiscord(_ref125, ref) {
|
2924
2932
|
let {
|
2925
2933
|
children,
|
2926
2934
|
size = 16,
|
@@ -2934,12 +2942,12 @@ const LogoRedHatAiInstructlabOnIbmCloud = /*#__PURE__*/React__default.forwardRef
|
|
2934
2942
|
viewBox: "0 0 32 32",
|
2935
2943
|
fill: "currentColor",
|
2936
2944
|
...rest
|
2937
|
-
},
|
2938
|
-
d: "
|
2945
|
+
}, _path210 || (_path210 = /*#__PURE__*/React__default.createElement("path", {
|
2946
|
+
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"
|
2939
2947
|
})), children);
|
2940
2948
|
});
|
2941
2949
|
if (process.env.NODE_ENV !== "production") {
|
2942
|
-
|
2950
|
+
LogoDiscord.propTypes = iconPropTypes;
|
2943
2951
|
}
|
2944
2952
|
|
2945
|
-
export { KeyboardOff, KioskDevice, Kubelet, Kubernetes, KubernetesControlPlaneNode, KubernetesIpAddress, KubernetesOperator, KubernetesPod, KubernetesWorkerNode, Label, Language, Laptop, Lasso, LassoPolygon, Launch, Layers, LayersExternal, Legend, LetterAa, LetterBb, LetterCc, LetterDd, LetterEe, LetterFf, LetterGg, LetterHh, LetterIi, LetterJj, LetterKk, LetterLl, LetterMm, LetterNn, LetterOo, LetterPp, LetterQq, LetterRr, LetterSs, LetterTt, LetterUu, LetterVv, LetterWw, LetterXx, LetterYy, LetterZz, License, LicenseDraft, LicenseGlobal, LicenseMaintenance, LicenseMaintenanceDraft, LicenseThirdParty, LicenseThirdPartyDraft, Lifesaver, Light, LightFilled, Lightning, Link, Linux, LinuxAlt, LinuxNamespace, List, ListBoxes, ListBulleted, ListChecked, ListCheckedMirror, ListDropdown, ListNumbered, ListNumberedMirror, LoadBalancerApplication, LoadBalancerClassic, LoadBalancerGlobal, LoadBalancerListener, LoadBalancerLocal, LoadBalancerNetwork, LoadBalancerPool, LoadBalancerVpc, Location, LocationCompany, LocationCompanyFilled, LocationCurrent, LocationFilled, LocationHazard, LocationHazardFilled, LocationHeart, LocationHeartFilled, LocationInfo, LocationInfoFilled, LocationPerson, LocationPersonFilled, LocationSave, LocationStar, LocationStarFilled, Locked, LogicalPartition, Login, LogoAngular, LogoAnsibleCommunity, LogoDigg, LogoDiscord,
|
2953
|
+
export { IotPlatform, Ip, Iso, IsoFilled, IsoOutline, ItemDefinition, ItemUsage, JobDaemon, JobRun, JoinFull, JoinInner, JoinLeft, JoinNode, JoinOuter, JoinRight, Jpg, JsError, Json, JsonReference, JumpLink, KeepDry, Key, Keyboard, KeyboardOff, KioskDevice, Kubelet, Kubernetes, KubernetesControlPlaneNode, KubernetesIpAddress, KubernetesOperator, KubernetesPod, KubernetesWorkerNode, Label, Language, Laptop, Lasso, LassoPolygon, Launch, Layers, LayersExternal, Legend, LetterAa, LetterBb, LetterCc, LetterDd, LetterEe, LetterFf, LetterGg, LetterHh, LetterIi, LetterJj, LetterKk, LetterLl, LetterMm, LetterNn, LetterOo, LetterPp, LetterQq, LetterRr, LetterSs, LetterTt, LetterUu, LetterVv, LetterWw, LetterXx, LetterYy, LetterZz, License, LicenseDraft, LicenseGlobal, LicenseMaintenance, LicenseMaintenanceDraft, LicenseThirdParty, LicenseThirdPartyDraft, Lifesaver, Light, LightFilled, Lightning, Link, Linux, LinuxAlt, LinuxNamespace, List, ListBoxes, ListBulleted, ListChecked, ListCheckedMirror, ListDropdown, ListNumbered, ListNumberedMirror, LoadBalancerApplication, LoadBalancerClassic, LoadBalancerGlobal, LoadBalancerListener, LoadBalancerLocal, LoadBalancerNetwork, LoadBalancerPool, LoadBalancerVpc, Location, LocationCompany, LocationCompanyFilled, LocationCurrent, LocationFilled, LocationHazard, LocationHazardFilled, LocationHeart, LocationHeartFilled, LocationInfo, LocationInfoFilled, LocationPerson, LocationPersonFilled, LocationSave, LocationStar, LocationStarFilled, Locked, LockedAndBlocked, LogicalPartition, Login, LogoAngular, LogoAnsibleCommunity, LogoDigg, LogoDiscord, WatsonHealthLaunchStudy_1, WatsonHealthLaunchStudy_2, WatsonHealthLaunchStudy_3 };
|