@carbon/ibm-products 2.68.0 → 2.69.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/css/carbon.css +382 -74
- package/css/carbon.css.map +1 -1
- package/css/index-full-carbon.css +524 -116
- package/css/index-full-carbon.css.map +1 -1
- package/css/index-full-carbon.min.css +1 -1
- package/css/index-full-carbon.min.css.map +1 -1
- package/css/index-without-carbon-released-only.css +126 -42
- package/css/index-without-carbon-released-only.css.map +1 -1
- package/css/index-without-carbon-released-only.min.css +1 -1
- package/css/index-without-carbon-released-only.min.css.map +1 -1
- package/css/index-without-carbon.css +142 -42
- package/css/index-without-carbon.css.map +1 -1
- package/css/index-without-carbon.min.css +1 -1
- package/css/index-without-carbon.min.css.map +1 -1
- package/css/index.css +185 -50
- package/css/index.css.map +1 -1
- package/css/index.min.css +1 -1
- package/css/index.min.css.map +1 -1
- package/es/_virtual/_commonjsHelpers.js +3 -1
- package/es/_virtual/index2.js +6 -2
- package/es/_virtual/index3.js +10 -0
- package/es/components/AddSelect/AddSelectColumn.js +41 -18
- package/es/components/AddSelect/AddSelectSort.js +15 -16
- package/es/components/AddSelect/types/index.d.ts +1 -1
- package/es/components/Card/Card.d.ts +2 -2
- package/es/components/Card/Card.js +7 -4
- package/es/components/Coachmark/Coachmark.d.ts +43 -0
- package/es/components/Coachmark/Coachmark.js +49 -33
- package/es/components/Coachmark/CoachmarkOverlay.js +6 -0
- package/es/components/Coachmark/index.d.ts +1 -0
- package/es/components/CoachmarkBeacon/CoachmarkBeacon.d.ts +11 -0
- package/es/components/CoachmarkBeacon/CoachmarkBeacon.js +19 -11
- package/es/components/CoachmarkButton/CoachmarkButton.js +7 -0
- package/es/components/CoachmarkOverlayElement/CoachmarkOverlayElement.js +6 -0
- package/es/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +7 -0
- package/es/components/Datagrid/Datagrid/DatagridContent.js +7 -5
- package/es/components/Datagrid/Datagrid/DatagridRow.d.ts +1 -1
- package/es/components/Datagrid/Datagrid/DatagridRow.js +4 -3
- package/es/components/Datagrid/Datagrid/DatagridToolbar.d.ts +1 -1
- package/es/components/Datagrid/Datagrid/DatagridToolbar.js +8 -7
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/handleGridKeyPress.d.ts +2 -1
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/handleGridKeyPress.js +4 -3
- package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.js +4 -3
- package/es/components/Datagrid/useNestedRowExpander.js +4 -2
- package/es/components/Datagrid/useOnRowClick.d.ts +1 -1
- package/es/components/Datagrid/useOnRowClick.js +6 -4
- package/es/components/Datagrid/useRowExpander.js +4 -2
- package/es/components/Datagrid/useSelectRows.d.ts +1 -1
- package/es/components/Datagrid/useSelectRows.js +4 -3
- package/es/components/Datagrid/useSortableColumns.d.ts +1 -1
- package/es/components/Datagrid/useSortableColumns.js +6 -5
- package/es/components/EditInPlace/EditInPlace.d.ts +1 -1
- package/es/components/EditInPlace/EditInPlace.js +4 -3
- package/es/components/EmptyStates/EmptyStateContent.d.ts +30 -1
- package/es/components/EmptyStates/EmptyStateContent.js +2 -2
- package/es/components/ExportModal/ExportModal.js +7 -5
- package/es/components/FeatureFlags/index.d.ts +31 -12
- package/es/components/FeatureFlags/index.js +46 -15
- package/es/components/InterstitialScreen/InterstitialScreenBody.js +3 -2
- package/es/components/InterstitialScreen/InterstitialScreenFooter.js +5 -2
- package/es/components/InterstitialScreen/InterstitialScreenHeader.js +3 -1
- package/es/components/ProductiveCard/ProductiveCard.d.ts +1 -1
- package/es/components/ScrollGradient/ScrollGradient.js +9 -7
- package/es/components/SidePanel/SidePanel.js +74 -0
- package/es/components/SidePanel/constants.d.ts +14 -8
- package/es/components/SidePanel/constants.js +1 -1
- package/es/components/SidePanel/resizer/Resizer.d.ts +21 -0
- package/es/components/SidePanel/resizer/Resizer.js +271 -0
- package/es/components/TruncatedList/TruncatedList.d.ts +1 -1
- package/es/components/TruncatedList/TruncatedList.js +4 -3
- package/es/feature-flags.js +5 -1
- package/es/index.js +1 -0
- package/es/node_modules/@carbon/{icons-react/node_modules/@carbon/icon-helpers → icon-helpers}/es/index.js +3 -3
- package/es/node_modules/@carbon/icons-react/es/Icon.js +1 -1
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-10.js +816 -808
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-3.js +615 -637
- package/es/node_modules/lodash.debounce/index.js +367 -0
- package/es/node_modules/prop-types/index.js +1 -1
- package/es/settings.js +1 -4
- package/lib/_virtual/_commonjsHelpers.js +3 -0
- package/lib/_virtual/index2.js +8 -2
- package/lib/_virtual/index3.js +12 -0
- package/lib/components/AddSelect/AddSelectColumn.js +40 -17
- package/lib/components/AddSelect/AddSelectSort.js +13 -14
- package/lib/components/AddSelect/types/index.d.ts +1 -1
- package/lib/components/Card/Card.d.ts +2 -2
- package/lib/components/Card/Card.js +7 -4
- package/lib/components/Coachmark/Coachmark.d.ts +43 -0
- package/lib/components/Coachmark/Coachmark.js +50 -32
- package/lib/components/Coachmark/CoachmarkOverlay.js +6 -0
- package/lib/components/Coachmark/index.d.ts +1 -0
- package/lib/components/CoachmarkBeacon/CoachmarkBeacon.d.ts +11 -0
- package/lib/components/CoachmarkBeacon/CoachmarkBeacon.js +19 -11
- package/lib/components/CoachmarkButton/CoachmarkButton.js +7 -0
- package/lib/components/CoachmarkOverlayElement/CoachmarkOverlayElement.js +6 -0
- package/lib/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +7 -0
- package/lib/components/Datagrid/Datagrid/DatagridContent.js +5 -3
- package/lib/components/Datagrid/Datagrid/DatagridRow.d.ts +1 -1
- package/lib/components/Datagrid/Datagrid/DatagridRow.js +2 -1
- package/lib/components/Datagrid/Datagrid/DatagridToolbar.d.ts +1 -1
- package/lib/components/Datagrid/Datagrid/DatagridToolbar.js +6 -5
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleGridKeyPress.d.ts +2 -1
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleGridKeyPress.js +3 -2
- package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.js +2 -1
- package/lib/components/Datagrid/useNestedRowExpander.js +3 -1
- package/lib/components/Datagrid/useOnRowClick.d.ts +1 -1
- package/lib/components/Datagrid/useOnRowClick.js +5 -3
- package/lib/components/Datagrid/useRowExpander.js +3 -1
- package/lib/components/Datagrid/useSelectRows.d.ts +1 -1
- package/lib/components/Datagrid/useSelectRows.js +2 -1
- package/lib/components/Datagrid/useSortableColumns.d.ts +1 -1
- package/lib/components/Datagrid/useSortableColumns.js +4 -3
- package/lib/components/EditInPlace/EditInPlace.d.ts +1 -1
- package/lib/components/EditInPlace/EditInPlace.js +2 -1
- package/lib/components/EmptyStates/EmptyStateContent.d.ts +30 -1
- package/lib/components/EmptyStates/EmptyStateContent.js +2 -2
- package/lib/components/ExportModal/ExportModal.js +5 -3
- package/lib/components/FeatureFlags/index.d.ts +31 -12
- package/lib/components/FeatureFlags/index.js +46 -15
- package/lib/components/InterstitialScreen/InterstitialScreenBody.js +3 -2
- package/lib/components/InterstitialScreen/InterstitialScreenFooter.js +5 -2
- package/lib/components/InterstitialScreen/InterstitialScreenHeader.js +3 -1
- package/lib/components/ProductiveCard/ProductiveCard.d.ts +1 -1
- package/lib/components/ScrollGradient/ScrollGradient.js +8 -6
- package/lib/components/SidePanel/SidePanel.js +74 -0
- package/lib/components/SidePanel/constants.d.ts +14 -8
- package/lib/components/SidePanel/constants.js +1 -1
- package/lib/components/SidePanel/resizer/Resizer.d.ts +21 -0
- package/lib/components/SidePanel/resizer/Resizer.js +277 -0
- package/lib/components/TruncatedList/TruncatedList.d.ts +1 -1
- package/lib/components/TruncatedList/TruncatedList.js +2 -1
- package/lib/feature-flags.js +5 -1
- package/lib/index.js +1 -0
- package/lib/node_modules/@carbon/{icons-react/node_modules/@carbon/icon-helpers → icon-helpers}/es/index.js +3 -3
- package/lib/node_modules/@carbon/icons-react/es/Icon.js +1 -1
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-10.js +839 -831
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-3.js +621 -643
- package/lib/node_modules/lodash.debounce/index.js +369 -0
- package/lib/node_modules/prop-types/index.js +1 -1
- package/lib/settings.js +0 -4
- package/package.json +15 -15
- package/scss/components/AddSelect/_add-select.scss +12 -13
- package/scss/components/SidePanel/_side-panel-variables.scss +1 -5
- package/scss/components/SidePanel/_side-panel.scss +129 -12
- package/scss/global/decorators/_side-panel-decorator.scss +36 -8
- package/telemetry.yml +17 -0
@@ -11,8 +11,8 @@ var React = require('react');
|
|
11
11
|
var Icon = require('../Icon.js');
|
12
12
|
var iconPropTypes4cbeb95d = require('../iconPropTypes-4cbeb95d.js');
|
13
13
|
|
14
|
-
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _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, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _path71,
|
15
|
-
const
|
14
|
+
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path0, _path1, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _path71, _path72, _path73, _path74, _path75, _path76, _path77, _path78, _path79, _circle, _circle2, _path80, _path81, _path82, _path83, _path84, _path85, _path86, _circle3, _path87, _path88, _circle4, _path89, _path90, _path91, _path92, _path93, _path94, _path95, _path96, _path97, _path98, _path99, _circle5, _path100, _path101, _circle6, _path102, _circle7, _circle8, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _circle9, _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, _circle0, _path153, _circle1, _path154, _path155, _circle10, _path156, _circle11, _path157, _path158, _path159, _circle12, _path160, _circle13, _path161, _path162, _circle14, _path163, _circle15, _path164, _path165, _path166, _path167, _path168, _path169, _path170, _path171, _path172, _path173, _path174, _path175, _circle16, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _circle17, _circle18, _circle19, _circle20, _circle21, _path183, _path184, _path185, _path186, _path187, _path188, _path189, _path190, _path191, _path192, _path193, _path194, _circle22, _path195, _path196, _path197, _path198, _path199, _path200, _path201, _path202, _path203, _path204, _path205, _path206, _path207, _path208, _path209, _path210, _path211, _path212, _path213, _path214, _path215, _path216, _path217, _path218, _path219;
|
15
|
+
const ChatLaunch = /*#__PURE__*/React.forwardRef(function ChatLaunch(_ref, ref) {
|
16
16
|
let {
|
17
17
|
children,
|
18
18
|
size = 16,
|
@@ -27,20 +27,131 @@ const CheckboxChecked = /*#__PURE__*/React.forwardRef(function CheckboxChecked(_
|
|
27
27
|
fill: "currentColor",
|
28
28
|
...rest
|
29
29
|
}, _path || (_path = /*#__PURE__*/React.createElement("path", {
|
30
|
+
d: "M22 4L22 6 26.586 6 20 12.586 21.414 14 28 7.414 28 12 30 12 30 4 22 4zM28 16v4a1.9965 1.9965 0 01-2 2H20l-4 7 1.7358 1 3.4288-6H26a3.9992 3.9992 0 004-4V16zM4 20V8A1.9965 1.9965 0 016 6H18V4H6A3.9986 3.9986 0 002 8V20a3.9992 3.9992 0 004 4h9V22H6A1.9965 1.9965 0 014 20z"
|
31
|
+
})), children);
|
32
|
+
});
|
33
|
+
if (process.env.NODE_ENV !== "production") {
|
34
|
+
ChatLaunch.propTypes = iconPropTypes4cbeb95d.i;
|
35
|
+
}
|
36
|
+
const ChatOff = /*#__PURE__*/React.forwardRef(function ChatOff(_ref2, ref) {
|
37
|
+
let {
|
38
|
+
children,
|
39
|
+
size = 16,
|
40
|
+
...rest
|
41
|
+
} = _ref2;
|
42
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
43
|
+
width: size,
|
44
|
+
height: size,
|
45
|
+
ref: ref,
|
46
|
+
xmlns: "http://www.w3.org/2000/svg",
|
47
|
+
viewBox: "0 0 32 32",
|
48
|
+
fill: "currentColor",
|
49
|
+
...rest
|
50
|
+
}, _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
51
|
+
d: "M28 8V21h2V8a3.9986 3.9986 0 00-4-4H8.2429l2 2H26A1.9965 1.9965 0 0128 8zM30 28.5859L3.4141 2 2 3.4141 3.5039 4.918A3.9181 3.9181 0 002 8V20a3.9992 3.9992 0 004 4h6V22H6a1.9965 1.9965 0 01-2-2V8a1.9814 1.9814 0 01.9194-1.6665L20.5859 22H17l-4 7 1.7358 1 3.4288-6h4.4213l6 6z"
|
52
|
+
})), children);
|
53
|
+
});
|
54
|
+
if (process.env.NODE_ENV !== "production") {
|
55
|
+
ChatOff.propTypes = iconPropTypes4cbeb95d.i;
|
56
|
+
}
|
57
|
+
const ChatOperational = /*#__PURE__*/React.forwardRef(function ChatOperational(_ref3, ref) {
|
58
|
+
let {
|
59
|
+
children,
|
60
|
+
size = 16,
|
61
|
+
...rest
|
62
|
+
} = _ref3;
|
63
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
64
|
+
width: size,
|
65
|
+
height: size,
|
66
|
+
ref: ref,
|
67
|
+
xmlns: "http://www.w3.org/2000/svg",
|
68
|
+
viewBox: "0 0 32 32",
|
69
|
+
fill: "currentColor",
|
70
|
+
...rest
|
71
|
+
}, _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
|
72
|
+
d: "M15.586 10.414L19.166 14 19.166 14 15.584 17.587 17 19 22 14 17 9 15.586 10.414z"
|
73
|
+
})), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
|
74
|
+
d: "M20.586 10.414L24.166 14 24.166 14 20.584 17.587 22 19 27 14 22 9 20.586 10.414zM10 9L11.593 12 15 12.414 12.5 14.667 13 18 10 16.125 7 18 7.5 14.667 5 12.414 8.5 12 10 9z"
|
75
|
+
})), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
|
76
|
+
d: "M17.7358,30,16,29l4-7h6a1.9966,1.9966,0,0,0,2-2V8a1.9966,1.9966,0,0,0-2-2H6A1.9966,1.9966,0,0,0,4,8V20a1.9966,1.9966,0,0,0,2,2h9v2H6a3.9993,3.9993,0,0,1-4-4V8A3.9988,3.9988,0,0,1,6,4H26a3.9988,3.9988,0,0,1,4,4V20a3.9993,3.9993,0,0,1-4,4H21.1646Z"
|
77
|
+
})), children);
|
78
|
+
});
|
79
|
+
if (process.env.NODE_ENV !== "production") {
|
80
|
+
ChatOperational.propTypes = iconPropTypes4cbeb95d.i;
|
81
|
+
}
|
82
|
+
const ChatBot = /*#__PURE__*/React.forwardRef(function ChatBot(_ref4, ref) {
|
83
|
+
let {
|
84
|
+
children,
|
85
|
+
size = 16,
|
86
|
+
...rest
|
87
|
+
} = _ref4;
|
88
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
89
|
+
width: size,
|
90
|
+
height: size,
|
91
|
+
ref: ref,
|
92
|
+
xmlns: "http://www.w3.org/2000/svg",
|
93
|
+
viewBox: "0 0 32 32",
|
94
|
+
fill: "currentColor",
|
95
|
+
...rest
|
96
|
+
}, _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
|
97
|
+
d: "M16 19a6.9908 6.9908 0 01-5.833-3.1287l1.666-1.1074a5.0007 5.0007 0 008.334 0l1.666 1.1074A6.9908 6.9908 0 0116 19zM20 8a2 2 0 102 2A1.9806 1.9806 0 0020 8zM12 8a2 2 0 102 2A1.9806 1.9806 0 0012 8z"
|
98
|
+
})), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
|
99
|
+
d: "M17.7358,30,16,29l4-7h6a1.9966,1.9966,0,0,0,2-2V6a1.9966,1.9966,0,0,0-2-2H6A1.9966,1.9966,0,0,0,4,6V20a1.9966,1.9966,0,0,0,2,2h9v2H6a3.9993,3.9993,0,0,1-4-4V6A3.9988,3.9988,0,0,1,6,2H26a3.9988,3.9988,0,0,1,4,4V20a3.9993,3.9993,0,0,1-4,4H21.1646Z"
|
100
|
+
})), children);
|
101
|
+
});
|
102
|
+
if (process.env.NODE_ENV !== "production") {
|
103
|
+
ChatBot.propTypes = iconPropTypes4cbeb95d.i;
|
104
|
+
}
|
105
|
+
const Checkbox = /*#__PURE__*/React.forwardRef(function Checkbox(_ref5, ref) {
|
106
|
+
let {
|
107
|
+
children,
|
108
|
+
size = 16,
|
109
|
+
...rest
|
110
|
+
} = _ref5;
|
111
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
112
|
+
width: size,
|
113
|
+
height: size,
|
114
|
+
ref: ref,
|
115
|
+
xmlns: "http://www.w3.org/2000/svg",
|
116
|
+
viewBox: "0 0 32 32",
|
117
|
+
fill: "currentColor",
|
118
|
+
...rest
|
119
|
+
}, _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
|
120
|
+
d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4ZM6,26V6H26V26Z"
|
121
|
+
})), children);
|
122
|
+
});
|
123
|
+
if (process.env.NODE_ENV !== "production") {
|
124
|
+
Checkbox.propTypes = iconPropTypes4cbeb95d.i;
|
125
|
+
}
|
126
|
+
const CheckboxChecked = /*#__PURE__*/React.forwardRef(function CheckboxChecked(_ref6, ref) {
|
127
|
+
let {
|
128
|
+
children,
|
129
|
+
size = 16,
|
130
|
+
...rest
|
131
|
+
} = _ref6;
|
132
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
133
|
+
width: size,
|
134
|
+
height: size,
|
135
|
+
ref: ref,
|
136
|
+
xmlns: "http://www.w3.org/2000/svg",
|
137
|
+
viewBox: "0 0 32 32",
|
138
|
+
fill: "currentColor",
|
139
|
+
...rest
|
140
|
+
}, _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
|
30
141
|
d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4ZM6,26V6H26V26Z"
|
31
|
-
})),
|
142
|
+
})), _path0 || (_path0 = /*#__PURE__*/React.createElement("path", {
|
32
143
|
d: "M14 21.5L9 16.54 10.59 15 14 18.35 21.41 11 23 12.58 14 21.5z"
|
33
144
|
})), children);
|
34
145
|
});
|
35
146
|
if (process.env.NODE_ENV !== "production") {
|
36
147
|
CheckboxChecked.propTypes = iconPropTypes4cbeb95d.i;
|
37
148
|
}
|
38
|
-
const CheckboxCheckedFilled = /*#__PURE__*/React.forwardRef(function CheckboxCheckedFilled(
|
149
|
+
const CheckboxCheckedFilled = /*#__PURE__*/React.forwardRef(function CheckboxCheckedFilled(_ref7, ref) {
|
39
150
|
let {
|
40
151
|
children,
|
41
152
|
size = 16,
|
42
153
|
...rest
|
43
|
-
} =
|
154
|
+
} = _ref7;
|
44
155
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
45
156
|
width: size,
|
46
157
|
height: size,
|
@@ -49,9 +160,9 @@ const CheckboxCheckedFilled = /*#__PURE__*/React.forwardRef(function CheckboxChe
|
|
49
160
|
viewBox: "0 0 32 32",
|
50
161
|
fill: "currentColor",
|
51
162
|
...rest
|
52
|
-
},
|
163
|
+
}, _path1 || (_path1 = /*#__PURE__*/React.createElement("path", {
|
53
164
|
d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4ZM14,21.5,9,16.5427,10.5908,15,14,18.3456,21.4087,11l1.5918,1.5772Z"
|
54
|
-
})),
|
165
|
+
})), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
|
55
166
|
fill: "none",
|
56
167
|
d: "M14,21.5,9,16.5427,10.5908,15,14,18.3456,21.4087,11l1.5918,1.5772Z",
|
57
168
|
"data-icon-path": "inner-path"
|
@@ -60,12 +171,12 @@ const CheckboxCheckedFilled = /*#__PURE__*/React.forwardRef(function CheckboxChe
|
|
60
171
|
if (process.env.NODE_ENV !== "production") {
|
61
172
|
CheckboxCheckedFilled.propTypes = iconPropTypes4cbeb95d.i;
|
62
173
|
}
|
63
|
-
const CheckboxIndeterminate = /*#__PURE__*/React.forwardRef(function CheckboxIndeterminate(
|
174
|
+
const CheckboxIndeterminate = /*#__PURE__*/React.forwardRef(function CheckboxIndeterminate(_ref8, ref) {
|
64
175
|
let {
|
65
176
|
children,
|
66
177
|
size = 16,
|
67
178
|
...rest
|
68
|
-
} =
|
179
|
+
} = _ref8;
|
69
180
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
70
181
|
width: size,
|
71
182
|
height: size,
|
@@ -74,21 +185,21 @@ const CheckboxIndeterminate = /*#__PURE__*/React.forwardRef(function CheckboxInd
|
|
74
185
|
viewBox: "0 0 32 32",
|
75
186
|
fill: "currentColor",
|
76
187
|
...rest
|
77
|
-
},
|
188
|
+
}, _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
|
78
189
|
d: "M10 14H22V18H10z"
|
79
|
-
})),
|
190
|
+
})), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
|
80
191
|
d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4ZM6,26V6H26V26Z"
|
81
192
|
})), children);
|
82
193
|
});
|
83
194
|
if (process.env.NODE_ENV !== "production") {
|
84
195
|
CheckboxIndeterminate.propTypes = iconPropTypes4cbeb95d.i;
|
85
196
|
}
|
86
|
-
const CheckboxIndeterminateFilled = /*#__PURE__*/React.forwardRef(function CheckboxIndeterminateFilled(
|
197
|
+
const CheckboxIndeterminateFilled = /*#__PURE__*/React.forwardRef(function CheckboxIndeterminateFilled(_ref9, ref) {
|
87
198
|
let {
|
88
199
|
children,
|
89
200
|
size = 16,
|
90
201
|
...rest
|
91
|
-
} =
|
202
|
+
} = _ref9;
|
92
203
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
93
204
|
width: size,
|
94
205
|
height: size,
|
@@ -97,9 +208,9 @@ const CheckboxIndeterminateFilled = /*#__PURE__*/React.forwardRef(function Check
|
|
97
208
|
viewBox: "0 0 32 32",
|
98
209
|
fill: "currentColor",
|
99
210
|
...rest
|
100
|
-
},
|
211
|
+
}, _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
|
101
212
|
d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4ZM22,18H10V14H22Z"
|
102
|
-
})),
|
213
|
+
})), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
|
103
214
|
fill: "none",
|
104
215
|
d: "M22,18H10V14H22Z",
|
105
216
|
"data-icon-path": "inner-path"
|
@@ -108,12 +219,12 @@ const CheckboxIndeterminateFilled = /*#__PURE__*/React.forwardRef(function Check
|
|
108
219
|
if (process.env.NODE_ENV !== "production") {
|
109
220
|
CheckboxIndeterminateFilled.propTypes = iconPropTypes4cbeb95d.i;
|
110
221
|
}
|
111
|
-
const Checkmark = /*#__PURE__*/React.forwardRef(function Checkmark(
|
222
|
+
const Checkmark = /*#__PURE__*/React.forwardRef(function Checkmark(_ref10, ref) {
|
112
223
|
let {
|
113
224
|
children,
|
114
225
|
size = 16,
|
115
226
|
...rest
|
116
|
-
} =
|
227
|
+
} = _ref10;
|
117
228
|
if (size === 20 || size === "20" || size === "20px") {
|
118
229
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
119
230
|
width: size,
|
@@ -123,9 +234,9 @@ const Checkmark = /*#__PURE__*/React.forwardRef(function Checkmark(_ref5, ref) {
|
|
123
234
|
viewBox: "0 0 20 20",
|
124
235
|
fill: "currentColor",
|
125
236
|
...rest
|
126
|
-
},
|
237
|
+
}, _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
|
127
238
|
d: "M8 13.2L3.6 8.8 2.7 9.7 7.1 14.1 8 15 16.5 6.5 15.6 5.6z"
|
128
|
-
})),
|
239
|
+
})), _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
|
129
240
|
d: "M15.6 5.6L8 13.2 3.6 8.8 2.7 9.7 7.1 14.1 8 15 16.5 6.5 15.6 5.6z"
|
130
241
|
})), children);
|
131
242
|
}
|
@@ -138,7 +249,7 @@ const Checkmark = /*#__PURE__*/React.forwardRef(function Checkmark(_ref5, ref) {
|
|
138
249
|
viewBox: "0 0 24 24",
|
139
250
|
fill: "currentColor",
|
140
251
|
...rest
|
141
|
-
},
|
252
|
+
}, _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
|
142
253
|
d: "M10 15.9L4.7 10.6 3.6 11.6 8.9 16.9 10 18 20.6 7.4 19.5 6.3z"
|
143
254
|
})), children);
|
144
255
|
}
|
@@ -150,19 +261,19 @@ const Checkmark = /*#__PURE__*/React.forwardRef(function Checkmark(_ref5, ref) {
|
|
150
261
|
viewBox: "0 0 32 32",
|
151
262
|
fill: "currentColor",
|
152
263
|
...rest
|
153
|
-
},
|
264
|
+
}, _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
|
154
265
|
d: "M13 24L4 15 5.414 13.586 13 21.171 26.586 7.586 28 9 13 24z"
|
155
266
|
})), children);
|
156
267
|
});
|
157
268
|
if (process.env.NODE_ENV !== "production") {
|
158
269
|
Checkmark.propTypes = iconPropTypes4cbeb95d.i;
|
159
270
|
}
|
160
|
-
const CheckmarkFilled = /*#__PURE__*/React.forwardRef(function CheckmarkFilled(
|
271
|
+
const CheckmarkFilled = /*#__PURE__*/React.forwardRef(function CheckmarkFilled(_ref11, ref) {
|
161
272
|
let {
|
162
273
|
children,
|
163
274
|
size = 16,
|
164
275
|
...rest
|
165
|
-
} =
|
276
|
+
} = _ref11;
|
166
277
|
if (size === 16 || size === "16" || size === "16px") {
|
167
278
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
168
279
|
width: size,
|
@@ -172,9 +283,9 @@ const CheckmarkFilled = /*#__PURE__*/React.forwardRef(function CheckmarkFilled(_
|
|
172
283
|
viewBox: "0 0 16 16",
|
173
284
|
fill: "currentColor",
|
174
285
|
...rest
|
175
|
-
},
|
286
|
+
}, _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
|
176
287
|
d: "M8,1C4.1,1,1,4.1,1,8c0,3.9,3.1,7,7,7s7-3.1,7-7C15,4.1,11.9,1,8,1z M7,11L4.3,8.3l0.9-0.8L7,9.3l4-3.9l0.9,0.8L7,11z"
|
177
|
-
})),
|
288
|
+
})), _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
|
178
289
|
d: "M7,11L4.3,8.3l0.9-0.8L7,9.3l4-3.9l0.9,0.8L7,11z",
|
179
290
|
"data-icon-path": "inner-path",
|
180
291
|
opacity: "0"
|
@@ -189,9 +300,9 @@ const CheckmarkFilled = /*#__PURE__*/React.forwardRef(function CheckmarkFilled(_
|
|
189
300
|
viewBox: "0 0 20 20",
|
190
301
|
fill: "currentColor",
|
191
302
|
...rest
|
192
|
-
},
|
303
|
+
}, _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
|
193
304
|
d: "M10,1c-4.9,0-9,4.1-9,9s4.1,9,9,9s9-4,9-9S15,1,10,1z M8.7,13.5l-3.2-3.2l1-1l2.2,2.2l4.8-4.8l1,1L8.7,13.5z"
|
194
|
-
})),
|
305
|
+
})), _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
|
195
306
|
fill: "none",
|
196
307
|
d: "M8.7,13.5l-3.2-3.2l1-1l2.2,2.2l4.8-4.8l1,1L8.7,13.5z",
|
197
308
|
"data-icon-path": "inner-path",
|
@@ -207,9 +318,9 @@ const CheckmarkFilled = /*#__PURE__*/React.forwardRef(function CheckmarkFilled(_
|
|
207
318
|
viewBox: "0 0 24 24",
|
208
319
|
fill: "currentColor",
|
209
320
|
...rest
|
210
|
-
},
|
321
|
+
}, _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
|
211
322
|
d: "M12,1C6,1,1,6,1,12s5,11,11,11s11-4.9,11-11S18.1,1,12,1z M10.4,16.3l-3.9-3.9l1.3-1.2l2.7,2.7l5.8-5.8l1.3,1.3L10.4,16.3z"
|
212
|
-
})),
|
323
|
+
})), _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
|
213
324
|
fill: "none",
|
214
325
|
d: "M10.4,16.3l-3.9-3.9l1.3-1.2l2.7,2.7l5.8-5.8l1.3,1.3L10.4,16.3z",
|
215
326
|
"data-icon-path": "inner-path",
|
@@ -224,9 +335,9 @@ const CheckmarkFilled = /*#__PURE__*/React.forwardRef(function CheckmarkFilled(_
|
|
224
335
|
viewBox: "0 0 32 32",
|
225
336
|
fill: "currentColor",
|
226
337
|
...rest
|
227
|
-
},
|
338
|
+
}, _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
|
228
339
|
d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2ZM14,21.5908l-5-5L10.5906,15,14,18.4092,21.41,11l1.5957,1.5859Z"
|
229
|
-
})),
|
340
|
+
})), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
|
230
341
|
fill: "none",
|
231
342
|
d: "M14 21.591L9 16.591 10.591 15 14 18.409 21.41 11 23.005 12.585 14 21.591z",
|
232
343
|
"data-icon-path": "inner-path"
|
@@ -235,12 +346,12 @@ const CheckmarkFilled = /*#__PURE__*/React.forwardRef(function CheckmarkFilled(_
|
|
235
346
|
if (process.env.NODE_ENV !== "production") {
|
236
347
|
CheckmarkFilled.propTypes = iconPropTypes4cbeb95d.i;
|
237
348
|
}
|
238
|
-
const CheckmarkFilledError = /*#__PURE__*/React.forwardRef(function CheckmarkFilledError(
|
349
|
+
const CheckmarkFilledError = /*#__PURE__*/React.forwardRef(function CheckmarkFilledError(_ref12, ref) {
|
239
350
|
let {
|
240
351
|
children,
|
241
352
|
size = 16,
|
242
353
|
...rest
|
243
|
-
} =
|
354
|
+
} = _ref12;
|
244
355
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
245
356
|
width: size,
|
246
357
|
height: size,
|
@@ -249,11 +360,11 @@ const CheckmarkFilledError = /*#__PURE__*/React.forwardRef(function CheckmarkFil
|
|
249
360
|
viewBox: "0 0 32 32",
|
250
361
|
fill: "currentColor",
|
251
362
|
...rest
|
252
|
-
},
|
363
|
+
}, _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
|
253
364
|
d: "M30,24a6,6,0,1,0-6,6A6.0066,6.0066,0,0,0,30,24Zm-2,0a3.9521,3.9521,0,0,1-.5669,2.019L21.981,20.5669A3.9529,3.9529,0,0,1,24,20,4.0045,4.0045,0,0,1,28,24Zm-8,0a3.9521,3.9521,0,0,1,.5669-2.019l5.4521,5.4521A3.9529,3.9529,0,0,1,24,28,4.0045,4.0045,0,0,1,20,24Z"
|
254
|
-
})),
|
365
|
+
})), _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
|
255
366
|
d: "M14,2a12,12,0,1,0,2,23.82V24a8,8,0,0,1,8-8h1.82A11.9348,11.9348,0,0,0,14,2ZM12,18.5908l-4-4L9.5908,13,12,15.4092,17.4092,10,19,11.5908Z"
|
256
|
-
})),
|
367
|
+
})), _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
|
257
368
|
fill: "none",
|
258
369
|
d: "M12 18.591L8 14.591 9.591 13 12 15.409 17.409 10 19 11.591 12 18.591z",
|
259
370
|
"data-icon-path": "inner-path"
|
@@ -262,12 +373,12 @@ const CheckmarkFilledError = /*#__PURE__*/React.forwardRef(function CheckmarkFil
|
|
262
373
|
if (process.env.NODE_ENV !== "production") {
|
263
374
|
CheckmarkFilledError.propTypes = iconPropTypes4cbeb95d.i;
|
264
375
|
}
|
265
|
-
const CheckmarkFilledWarning = /*#__PURE__*/React.forwardRef(function CheckmarkFilledWarning(
|
376
|
+
const CheckmarkFilledWarning = /*#__PURE__*/React.forwardRef(function CheckmarkFilledWarning(_ref13, ref) {
|
266
377
|
let {
|
267
378
|
children,
|
268
379
|
size = 16,
|
269
380
|
...rest
|
270
|
-
} =
|
381
|
+
} = _ref13;
|
271
382
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
272
383
|
width: size,
|
273
384
|
height: size,
|
@@ -276,11 +387,11 @@ const CheckmarkFilledWarning = /*#__PURE__*/React.forwardRef(function CheckmarkF
|
|
276
387
|
viewBox: "0 0 32 32",
|
277
388
|
fill: "currentColor",
|
278
389
|
...rest
|
279
|
-
},
|
390
|
+
}, _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
|
280
391
|
d: "M14,2a12,12,0,1,0,3.3928,23.5059l3.9246-7.8492A2.9846,2.9846,0,0,1,24,16h1.82A11.9348,11.9348,0,0,0,14,2ZM12,18.5908l-4-4L9.5908,13,12,15.4092,17.4092,10,19,11.5908Z"
|
281
|
-
})),
|
392
|
+
})), _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
|
282
393
|
d: "M27.38,28H20.6178L24,21.2358ZM24,18a1,1,0,0,0-.8947.5527l-5,10A1.0005,1.0005,0,0,0,19,30H29a1,1,0,0,0,.9214-1.3892L24.8946,18.5527A1,1,0,0,0,24,18Z"
|
283
|
-
})),
|
394
|
+
})), _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
|
284
395
|
fill: "none",
|
285
396
|
d: "M12 18.591L8 14.591 9.591 13 12 15.409 17.409 10 19 11.591 12 18.591z",
|
286
397
|
"data-icon-path": "inner-path"
|
@@ -289,12 +400,12 @@ const CheckmarkFilledWarning = /*#__PURE__*/React.forwardRef(function CheckmarkF
|
|
289
400
|
if (process.env.NODE_ENV !== "production") {
|
290
401
|
CheckmarkFilledWarning.propTypes = iconPropTypes4cbeb95d.i;
|
291
402
|
}
|
292
|
-
const CheckmarkOutline = /*#__PURE__*/React.forwardRef(function CheckmarkOutline(
|
403
|
+
const CheckmarkOutline = /*#__PURE__*/React.forwardRef(function CheckmarkOutline(_ref14, ref) {
|
293
404
|
let {
|
294
405
|
children,
|
295
406
|
size = 16,
|
296
407
|
...rest
|
297
|
-
} =
|
408
|
+
} = _ref14;
|
298
409
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
299
410
|
width: size,
|
300
411
|
height: size,
|
@@ -303,21 +414,21 @@ const CheckmarkOutline = /*#__PURE__*/React.forwardRef(function CheckmarkOutline
|
|
303
414
|
viewBox: "0 0 32 32",
|
304
415
|
fill: "currentColor",
|
305
416
|
...rest
|
306
|
-
},
|
417
|
+
}, _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
|
307
418
|
d: "M14 21.414L9 16.413 10.413 15 14 18.586 21.585 11 23 12.415 14 21.414z"
|
308
|
-
})),
|
419
|
+
})), _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
|
309
420
|
d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm0,26A12,12,0,1,1,28,16,12,12,0,0,1,16,28Z"
|
310
421
|
})), children);
|
311
422
|
});
|
312
423
|
if (process.env.NODE_ENV !== "production") {
|
313
424
|
CheckmarkOutline.propTypes = iconPropTypes4cbeb95d.i;
|
314
425
|
}
|
315
|
-
const CheckmarkOutlineError = /*#__PURE__*/React.forwardRef(function CheckmarkOutlineError(
|
426
|
+
const CheckmarkOutlineError = /*#__PURE__*/React.forwardRef(function CheckmarkOutlineError(_ref15, ref) {
|
316
427
|
let {
|
317
428
|
children,
|
318
429
|
size = 16,
|
319
430
|
...rest
|
320
|
-
} =
|
431
|
+
} = _ref15;
|
321
432
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
322
433
|
width: size,
|
323
434
|
height: size,
|
@@ -326,21 +437,21 @@ const CheckmarkOutlineError = /*#__PURE__*/React.forwardRef(function CheckmarkOu
|
|
326
437
|
viewBox: "0 0 32 32",
|
327
438
|
fill: "currentColor",
|
328
439
|
...rest
|
329
|
-
},
|
440
|
+
}, _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
|
330
441
|
d: "M14,24A10,10,0,1,1,24,14h2A12,12,0,1,0,14,26Z"
|
331
|
-
})),
|
442
|
+
})), _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
|
332
443
|
d: "M12 15.59L9.41 13 8 14.41 12 18.41 19 11.41 17.59 10 12 15.59zM30 24a6 6 0 10-6 6A6.0066 6.0066 0 0030 24zm-2 0a3.9521 3.9521 0 01-.5669 2.019L21.981 20.5669A3.9529 3.9529 0 0124 20 4.0045 4.0045 0 0128 24zm-8 0a3.9521 3.9521 0 01.5669-2.019l5.4521 5.4521A3.9529 3.9529 0 0124 28 4.0045 4.0045 0 0120 24z"
|
333
444
|
})), children);
|
334
445
|
});
|
335
446
|
if (process.env.NODE_ENV !== "production") {
|
336
447
|
CheckmarkOutlineError.propTypes = iconPropTypes4cbeb95d.i;
|
337
448
|
}
|
338
|
-
const CheckmarkOutlineWarning = /*#__PURE__*/React.forwardRef(function CheckmarkOutlineWarning(
|
449
|
+
const CheckmarkOutlineWarning = /*#__PURE__*/React.forwardRef(function CheckmarkOutlineWarning(_ref16, ref) {
|
339
450
|
let {
|
340
451
|
children,
|
341
452
|
size = 16,
|
342
453
|
...rest
|
343
|
-
} =
|
454
|
+
} = _ref16;
|
344
455
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
345
456
|
width: size,
|
346
457
|
height: size,
|
@@ -349,21 +460,21 @@ const CheckmarkOutlineWarning = /*#__PURE__*/React.forwardRef(function Checkmark
|
|
349
460
|
viewBox: "0 0 32 32",
|
350
461
|
fill: "currentColor",
|
351
462
|
...rest
|
352
|
-
},
|
463
|
+
}, _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
|
353
464
|
d: "M14,24A10,10,0,1,1,24,14h2A12,12,0,1,0,14,26Z"
|
354
|
-
})),
|
465
|
+
})), _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
|
355
466
|
d: "M12 15.59L9.41 13 8 14.41 12 18.41 19 11.41 17.59 10 12 15.59zM27.38 28H20.6178L24 21.2358zM24 18a1 1 0 00-.8947.5527l-5 10A1.0005 1.0005 0 0019 30H29a1 1 0 00.9214-1.3892L24.8946 18.5527A1 1 0 0024 18z"
|
356
467
|
})), children);
|
357
468
|
});
|
358
469
|
if (process.env.NODE_ENV !== "production") {
|
359
470
|
CheckmarkOutlineWarning.propTypes = iconPropTypes4cbeb95d.i;
|
360
471
|
}
|
361
|
-
const Chemistry = /*#__PURE__*/React.forwardRef(function Chemistry(
|
472
|
+
const Chemistry = /*#__PURE__*/React.forwardRef(function Chemistry(_ref17, ref) {
|
362
473
|
let {
|
363
474
|
children,
|
364
475
|
size = 16,
|
365
476
|
...rest
|
366
|
-
} =
|
477
|
+
} = _ref17;
|
367
478
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
368
479
|
width: size,
|
369
480
|
height: size,
|
@@ -372,19 +483,19 @@ const Chemistry = /*#__PURE__*/React.forwardRef(function Chemistry(_ref12, ref)
|
|
372
483
|
viewBox: "0 0 32 32",
|
373
484
|
fill: "currentColor",
|
374
485
|
...rest
|
375
|
-
},
|
486
|
+
}, _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
|
376
487
|
d: "M27.2314,23.6182,20,13.6748V4h2V2H10V4h2v9.6748L4.7686,23.6182A4.0183,4.0183,0,0,0,8.0186,30H23.9814a4.0183,4.0183,0,0,0,3.25-6.3818ZM14,14.3252V4h4V14.3252L20.6728,18H11.3272ZM23.9814,28H8.0186a2.0192,2.0192,0,0,1-1.6329-3.2061L9.8726,20H22.1274l3.4869,4.7939A2.0192,2.0192,0,0,1,23.9814,28Z"
|
377
488
|
})), children);
|
378
489
|
});
|
379
490
|
if (process.env.NODE_ENV !== "production") {
|
380
491
|
Chemistry.propTypes = iconPropTypes4cbeb95d.i;
|
381
492
|
}
|
382
|
-
const ChemistryReference = /*#__PURE__*/React.forwardRef(function ChemistryReference(
|
493
|
+
const ChemistryReference = /*#__PURE__*/React.forwardRef(function ChemistryReference(_ref18, ref) {
|
383
494
|
let {
|
384
495
|
children,
|
385
496
|
size = 16,
|
386
497
|
...rest
|
387
|
-
} =
|
498
|
+
} = _ref18;
|
388
499
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
389
500
|
width: size,
|
390
501
|
height: size,
|
@@ -393,21 +504,21 @@ const ChemistryReference = /*#__PURE__*/React.forwardRef(function ChemistryRefer
|
|
393
504
|
viewBox: "0 0 32 32",
|
394
505
|
fill: "currentColor",
|
395
506
|
...rest
|
396
|
-
},
|
507
|
+
}, _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
|
397
508
|
d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20z"
|
398
|
-
})),
|
509
|
+
})), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
|
399
510
|
d: "M20,13.67V4h2V2H10V4h2v9.67L9.58,17h2.4767L14,14.33V4h4V14.33l7.61,10.46a2.0133,2.0133,0,0,1-.44,2.82,2.0406,2.0406,0,0,1-1.19.39H15v2h8.98a4.0154,4.0154,0,0,0,3.25-6.38Z"
|
400
511
|
})), children);
|
401
512
|
});
|
402
513
|
if (process.env.NODE_ENV !== "production") {
|
403
514
|
ChemistryReference.propTypes = iconPropTypes4cbeb95d.i;
|
404
515
|
}
|
405
|
-
const ChevronDown = /*#__PURE__*/React.forwardRef(function ChevronDown(
|
516
|
+
const ChevronDown = /*#__PURE__*/React.forwardRef(function ChevronDown(_ref19, ref) {
|
406
517
|
let {
|
407
518
|
children,
|
408
519
|
size = 16,
|
409
520
|
...rest
|
410
|
-
} =
|
521
|
+
} = _ref19;
|
411
522
|
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
412
523
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
413
524
|
width: size,
|
@@ -417,7 +528,7 @@ const ChevronDown = /*#__PURE__*/React.forwardRef(function ChevronDown(_ref14, r
|
|
417
528
|
viewBox: "0 0 10 6",
|
418
529
|
fill: "currentColor",
|
419
530
|
...rest
|
420
|
-
},
|
531
|
+
}, _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
|
421
532
|
d: "M5 6L0 1 0.7 0.3 5 4.6 9.3 0.3 10 1z"
|
422
533
|
})), children);
|
423
534
|
}
|
@@ -430,7 +541,7 @@ const ChevronDown = /*#__PURE__*/React.forwardRef(function ChevronDown(_ref14, r
|
|
430
541
|
viewBox: "0 0 16 16",
|
431
542
|
fill: "currentColor",
|
432
543
|
...rest
|
433
|
-
},
|
544
|
+
}, _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
|
434
545
|
d: "M8 11L3 6 3.7 5.3 8 9.6 12.3 5.3 13 6z"
|
435
546
|
})), children);
|
436
547
|
}
|
@@ -442,19 +553,19 @@ const ChevronDown = /*#__PURE__*/React.forwardRef(function ChevronDown(_ref14, r
|
|
442
553
|
viewBox: "0 0 32 32",
|
443
554
|
fill: "currentColor",
|
444
555
|
...rest
|
445
|
-
},
|
556
|
+
}, _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
|
446
557
|
d: "M16 22L6 12 7.4 10.6 16 19.2 24.6 10.6 26 12z"
|
447
558
|
})), children);
|
448
559
|
});
|
449
560
|
if (process.env.NODE_ENV !== "production") {
|
450
561
|
ChevronDown.propTypes = iconPropTypes4cbeb95d.i;
|
451
562
|
}
|
452
|
-
const ChevronDownOutline = /*#__PURE__*/React.forwardRef(function ChevronDownOutline(
|
563
|
+
const ChevronDownOutline = /*#__PURE__*/React.forwardRef(function ChevronDownOutline(_ref20, ref) {
|
453
564
|
let {
|
454
565
|
children,
|
455
566
|
size = 16,
|
456
567
|
...rest
|
457
|
-
} =
|
568
|
+
} = _ref20;
|
458
569
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
459
570
|
width: size,
|
460
571
|
height: size,
|
@@ -463,21 +574,21 @@ const ChevronDownOutline = /*#__PURE__*/React.forwardRef(function ChevronDownOut
|
|
463
574
|
viewBox: "0 0 32 32",
|
464
575
|
fill: "currentColor",
|
465
576
|
...rest
|
466
|
-
},
|
577
|
+
}, _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
|
467
578
|
d: "M9.4142 12.5858L16 19.1714 22.5858 12.5858 24 14 16 22 8 14 9.4142 12.5858z"
|
468
|
-
})),
|
579
|
+
})), _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
|
469
580
|
d: "m30,16c0,7.7197-6.2803,14-14,14S2,23.7197,2,16,8.2803,2,16,2s14,6.2803,14,14Zm-26,0c0,6.6167,5.3833,12,12,12s12-5.3833,12-12-5.3833-12-12-12S4,9.3833,4,16Z"
|
470
581
|
})), children);
|
471
582
|
});
|
472
583
|
if (process.env.NODE_ENV !== "production") {
|
473
584
|
ChevronDownOutline.propTypes = iconPropTypes4cbeb95d.i;
|
474
585
|
}
|
475
|
-
const ChevronLeft = /*#__PURE__*/React.forwardRef(function ChevronLeft(
|
586
|
+
const ChevronLeft = /*#__PURE__*/React.forwardRef(function ChevronLeft(_ref21, ref) {
|
476
587
|
let {
|
477
588
|
children,
|
478
589
|
size = 16,
|
479
590
|
...rest
|
480
|
-
} =
|
591
|
+
} = _ref21;
|
481
592
|
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
482
593
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
483
594
|
width: size,
|
@@ -487,7 +598,7 @@ const ChevronLeft = /*#__PURE__*/React.forwardRef(function ChevronLeft(_ref16, r
|
|
487
598
|
viewBox: "0 0 6 10",
|
488
599
|
fill: "currentColor",
|
489
600
|
...rest
|
490
|
-
},
|
601
|
+
}, _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
|
491
602
|
d: "M0 5L5 0 5.7 0.7 1.4 5 5.7 9.3 5 10z"
|
492
603
|
})), children);
|
493
604
|
}
|
@@ -500,7 +611,7 @@ const ChevronLeft = /*#__PURE__*/React.forwardRef(function ChevronLeft(_ref16, r
|
|
500
611
|
viewBox: "0 0 16 16",
|
501
612
|
fill: "currentColor",
|
502
613
|
...rest
|
503
|
-
},
|
614
|
+
}, _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
|
504
615
|
d: "M5 8L10 3 10.7 3.7 6.4 8 10.7 12.3 10 13z"
|
505
616
|
})), children);
|
506
617
|
}
|
@@ -512,19 +623,19 @@ const ChevronLeft = /*#__PURE__*/React.forwardRef(function ChevronLeft(_ref16, r
|
|
512
623
|
viewBox: "0 0 32 32",
|
513
624
|
fill: "currentColor",
|
514
625
|
...rest
|
515
|
-
},
|
626
|
+
}, _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
|
516
627
|
d: "M10 16L20 6 21.4 7.4 12.8 16 21.4 24.6 20 26z"
|
517
628
|
})), children);
|
518
629
|
});
|
519
630
|
if (process.env.NODE_ENV !== "production") {
|
520
631
|
ChevronLeft.propTypes = iconPropTypes4cbeb95d.i;
|
521
632
|
}
|
522
|
-
const ChevronMini = /*#__PURE__*/React.forwardRef(function ChevronMini(
|
633
|
+
const ChevronMini = /*#__PURE__*/React.forwardRef(function ChevronMini(_ref22, ref) {
|
523
634
|
let {
|
524
635
|
children,
|
525
636
|
size = 16,
|
526
637
|
...rest
|
527
|
-
} =
|
638
|
+
} = _ref22;
|
528
639
|
if (size === 16 || size === "16" || size === "16px") {
|
529
640
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
530
641
|
width: size,
|
@@ -534,7 +645,7 @@ const ChevronMini = /*#__PURE__*/React.forwardRef(function ChevronMini(_ref17, r
|
|
534
645
|
viewBox: "0 0 16 16",
|
535
646
|
fill: "currentColor",
|
536
647
|
...rest
|
537
|
-
},
|
648
|
+
}, _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
|
538
649
|
d: "M15 9L15 15 9 15z"
|
539
650
|
})), children);
|
540
651
|
}
|
@@ -546,19 +657,19 @@ const ChevronMini = /*#__PURE__*/React.forwardRef(function ChevronMini(_ref17, r
|
|
546
657
|
viewBox: "0 0 32 32",
|
547
658
|
fill: "currentColor",
|
548
659
|
...rest
|
549
|
-
},
|
660
|
+
}, _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
|
550
661
|
d: "M31 19L31 31 19 31 31 19z"
|
551
662
|
})), children);
|
552
663
|
});
|
553
664
|
if (process.env.NODE_ENV !== "production") {
|
554
665
|
ChevronMini.propTypes = iconPropTypes4cbeb95d.i;
|
555
666
|
}
|
556
|
-
const ChevronRight = /*#__PURE__*/React.forwardRef(function ChevronRight(
|
667
|
+
const ChevronRight = /*#__PURE__*/React.forwardRef(function ChevronRight(_ref23, ref) {
|
557
668
|
let {
|
558
669
|
children,
|
559
670
|
size = 16,
|
560
671
|
...rest
|
561
|
-
} =
|
672
|
+
} = _ref23;
|
562
673
|
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
563
674
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
564
675
|
width: size,
|
@@ -568,7 +679,7 @@ const ChevronRight = /*#__PURE__*/React.forwardRef(function ChevronRight(_ref18,
|
|
568
679
|
viewBox: "0 0 6 10",
|
569
680
|
fill: "currentColor",
|
570
681
|
...rest
|
571
|
-
},
|
682
|
+
}, _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
|
572
683
|
d: "M6 5L1 10 0.3 9.3 4.6 5 0.3 0.7 1 0z"
|
573
684
|
})), children);
|
574
685
|
}
|
@@ -581,7 +692,7 @@ const ChevronRight = /*#__PURE__*/React.forwardRef(function ChevronRight(_ref18,
|
|
581
692
|
viewBox: "0 0 16 16",
|
582
693
|
fill: "currentColor",
|
583
694
|
...rest
|
584
|
-
},
|
695
|
+
}, _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
|
585
696
|
d: "M11 8L6 13 5.3 12.3 9.6 8 5.3 3.7 6 3z"
|
586
697
|
})), children);
|
587
698
|
}
|
@@ -593,19 +704,19 @@ const ChevronRight = /*#__PURE__*/React.forwardRef(function ChevronRight(_ref18,
|
|
593
704
|
viewBox: "0 0 32 32",
|
594
705
|
fill: "currentColor",
|
595
706
|
...rest
|
596
|
-
},
|
707
|
+
}, _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
|
597
708
|
d: "M22 16L12 26 10.6 24.6 19.2 16 10.6 7.4 12 6z"
|
598
709
|
})), children);
|
599
710
|
});
|
600
711
|
if (process.env.NODE_ENV !== "production") {
|
601
712
|
ChevronRight.propTypes = iconPropTypes4cbeb95d.i;
|
602
713
|
}
|
603
|
-
const ChevronSort = /*#__PURE__*/React.forwardRef(function ChevronSort(
|
714
|
+
const ChevronSort = /*#__PURE__*/React.forwardRef(function ChevronSort(_ref24, ref) {
|
604
715
|
let {
|
605
716
|
children,
|
606
717
|
size = 16,
|
607
718
|
...rest
|
608
|
-
} =
|
719
|
+
} = _ref24;
|
609
720
|
if (size === 16 || size === "16" || size === "16px") {
|
610
721
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
611
722
|
width: size,
|
@@ -615,7 +726,7 @@ const ChevronSort = /*#__PURE__*/React.forwardRef(function ChevronSort(_ref19, r
|
|
615
726
|
viewBox: "0 0 16 16",
|
616
727
|
fill: "currentColor",
|
617
728
|
...rest
|
618
|
-
},
|
729
|
+
}, _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
|
619
730
|
d: "M8 14L4.5 10.5 5.2 9.8 8 12.6 10.8 9.8 11.5 10.5zM8 2L11.5 5.5 10.8 6.2 8 3.4 5.2 6.2 4.5 5.5z"
|
620
731
|
})), children);
|
621
732
|
}
|
@@ -627,19 +738,19 @@ const ChevronSort = /*#__PURE__*/React.forwardRef(function ChevronSort(_ref19, r
|
|
627
738
|
viewBox: "0 0 32 32",
|
628
739
|
fill: "currentColor",
|
629
740
|
...rest
|
630
|
-
},
|
741
|
+
}, _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
|
631
742
|
d: "M16 28L9 21 10.41 19.59 16 25.17 21.59 19.59 23 21 16 28zM16 4L23 11 21.59 12.41 16 6.83 10.41 12.41 9 11 16 4z"
|
632
743
|
})), children);
|
633
744
|
});
|
634
745
|
if (process.env.NODE_ENV !== "production") {
|
635
746
|
ChevronSort.propTypes = iconPropTypes4cbeb95d.i;
|
636
747
|
}
|
637
|
-
const ChevronSortDown = /*#__PURE__*/React.forwardRef(function ChevronSortDown(
|
748
|
+
const ChevronSortDown = /*#__PURE__*/React.forwardRef(function ChevronSortDown(_ref25, ref) {
|
638
749
|
let {
|
639
750
|
children,
|
640
751
|
size = 16,
|
641
752
|
...rest
|
642
|
-
} =
|
753
|
+
} = _ref25;
|
643
754
|
if (size === 16 || size === "16" || size === "16px") {
|
644
755
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
645
756
|
width: size,
|
@@ -649,7 +760,7 @@ const ChevronSortDown = /*#__PURE__*/React.forwardRef(function ChevronSortDown(_
|
|
649
760
|
viewBox: "0 0 16 16",
|
650
761
|
fill: "currentColor",
|
651
762
|
...rest
|
652
|
-
},
|
763
|
+
}, _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
|
653
764
|
d: "M8 14L4.5 10.5 5.2 9.8 8 12.6 10.8 9.8 11.5 10.5z"
|
654
765
|
})), children);
|
655
766
|
}
|
@@ -661,19 +772,19 @@ const ChevronSortDown = /*#__PURE__*/React.forwardRef(function ChevronSortDown(_
|
|
661
772
|
viewBox: "0 0 32 32",
|
662
773
|
fill: "currentColor",
|
663
774
|
...rest
|
664
|
-
},
|
775
|
+
}, _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
|
665
776
|
d: "M16 28L9 21 10.4 19.6 16 25.2 21.6 19.6 23 21z"
|
666
777
|
})), children);
|
667
778
|
});
|
668
779
|
if (process.env.NODE_ENV !== "production") {
|
669
780
|
ChevronSortDown.propTypes = iconPropTypes4cbeb95d.i;
|
670
781
|
}
|
671
|
-
const ChevronSortUp = /*#__PURE__*/React.forwardRef(function ChevronSortUp(
|
782
|
+
const ChevronSortUp = /*#__PURE__*/React.forwardRef(function ChevronSortUp(_ref26, ref) {
|
672
783
|
let {
|
673
784
|
children,
|
674
785
|
size = 16,
|
675
786
|
...rest
|
676
|
-
} =
|
787
|
+
} = _ref26;
|
677
788
|
if (size === 16 || size === "16" || size === "16px") {
|
678
789
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
679
790
|
width: size,
|
@@ -683,7 +794,7 @@ const ChevronSortUp = /*#__PURE__*/React.forwardRef(function ChevronSortUp(_ref2
|
|
683
794
|
viewBox: "0 0 16 16",
|
684
795
|
fill: "currentColor",
|
685
796
|
...rest
|
686
|
-
},
|
797
|
+
}, _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
|
687
798
|
d: "M8 2L11.5 5.5 10.8 6.2 8 3.4 5.2 6.2 4.5 5.5z"
|
688
799
|
})), children);
|
689
800
|
}
|
@@ -695,19 +806,19 @@ const ChevronSortUp = /*#__PURE__*/React.forwardRef(function ChevronSortUp(_ref2
|
|
695
806
|
viewBox: "0 0 32 32",
|
696
807
|
fill: "currentColor",
|
697
808
|
...rest
|
698
|
-
},
|
809
|
+
}, _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
|
699
810
|
d: "M16 4L23 11 21.6 12.4 16 6.8 10.4 12.4 9 11z"
|
700
811
|
})), children);
|
701
812
|
});
|
702
813
|
if (process.env.NODE_ENV !== "production") {
|
703
814
|
ChevronSortUp.propTypes = iconPropTypes4cbeb95d.i;
|
704
815
|
}
|
705
|
-
const ChevronUp = /*#__PURE__*/React.forwardRef(function ChevronUp(
|
816
|
+
const ChevronUp = /*#__PURE__*/React.forwardRef(function ChevronUp(_ref27, ref) {
|
706
817
|
let {
|
707
818
|
children,
|
708
819
|
size = 16,
|
709
820
|
...rest
|
710
|
-
} =
|
821
|
+
} = _ref27;
|
711
822
|
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
712
823
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
713
824
|
width: size,
|
@@ -717,7 +828,7 @@ const ChevronUp = /*#__PURE__*/React.forwardRef(function ChevronUp(_ref22, ref)
|
|
717
828
|
viewBox: "0 0 10 6",
|
718
829
|
fill: "currentColor",
|
719
830
|
...rest
|
720
|
-
},
|
831
|
+
}, _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
|
721
832
|
d: "M5 0L10 5 9.3 5.7 5 1.4 0.7 5.7 0 5z"
|
722
833
|
})), children);
|
723
834
|
}
|
@@ -730,7 +841,7 @@ const ChevronUp = /*#__PURE__*/React.forwardRef(function ChevronUp(_ref22, ref)
|
|
730
841
|
viewBox: "0 0 16 16",
|
731
842
|
fill: "currentColor",
|
732
843
|
...rest
|
733
|
-
},
|
844
|
+
}, _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
|
734
845
|
d: "M8 5L13 10 12.3 10.7 8 6.4 3.7 10.7 3 10z"
|
735
846
|
})), children);
|
736
847
|
}
|
@@ -742,19 +853,19 @@ const ChevronUp = /*#__PURE__*/React.forwardRef(function ChevronUp(_ref22, ref)
|
|
742
853
|
viewBox: "0 0 32 32",
|
743
854
|
fill: "currentColor",
|
744
855
|
...rest
|
745
|
-
},
|
856
|
+
}, _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
|
746
857
|
d: "M16 10L26 20 24.6 21.4 16 12.8 7.4 21.4 6 20z"
|
747
858
|
})), children);
|
748
859
|
});
|
749
860
|
if (process.env.NODE_ENV !== "production") {
|
750
861
|
ChevronUp.propTypes = iconPropTypes4cbeb95d.i;
|
751
862
|
}
|
752
|
-
const ChevronUpOutline = /*#__PURE__*/React.forwardRef(function ChevronUpOutline(
|
863
|
+
const ChevronUpOutline = /*#__PURE__*/React.forwardRef(function ChevronUpOutline(_ref28, ref) {
|
753
864
|
let {
|
754
865
|
children,
|
755
866
|
size = 16,
|
756
867
|
...rest
|
757
|
-
} =
|
868
|
+
} = _ref28;
|
758
869
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
759
870
|
width: size,
|
760
871
|
height: size,
|
@@ -763,21 +874,21 @@ const ChevronUpOutline = /*#__PURE__*/React.forwardRef(function ChevronUpOutline
|
|
763
874
|
viewBox: "0 0 32 32",
|
764
875
|
fill: "currentColor",
|
765
876
|
...rest
|
766
|
-
},
|
877
|
+
}, _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
|
767
878
|
d: "M9.4142 19.4142L16 12.8286 22.5858 19.4142 24 18 16 10 8 18 9.4142 19.4142z"
|
768
|
-
})),
|
879
|
+
})), _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
|
769
880
|
d: "m30,16c0,7.7197-6.2803,14-14,14S2,23.7197,2,16,8.2803,2,16,2s14,6.2803,14,14Zm-26,0c0,6.6167,5.3833,12,12,12s12-5.3833,12-12-5.3833-12-12-12S4,9.3833,4,16Z"
|
770
881
|
})), children);
|
771
882
|
});
|
772
883
|
if (process.env.NODE_ENV !== "production") {
|
773
884
|
ChevronUpOutline.propTypes = iconPropTypes4cbeb95d.i;
|
774
885
|
}
|
775
|
-
const
|
886
|
+
const ChildNode = /*#__PURE__*/React.forwardRef(function ChildNode(_ref29, ref) {
|
776
887
|
let {
|
777
888
|
children,
|
778
889
|
size = 16,
|
779
890
|
...rest
|
780
|
-
} =
|
891
|
+
} = _ref29;
|
781
892
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
782
893
|
width: size,
|
783
894
|
height: size,
|
@@ -786,21 +897,42 @@ const Chip = /*#__PURE__*/React.forwardRef(function Chip(_ref24, ref) {
|
|
786
897
|
viewBox: "0 0 32 32",
|
787
898
|
fill: "currentColor",
|
788
899
|
...rest
|
789
|
-
},
|
900
|
+
}, _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
|
901
|
+
d: "M23,20c-2.41,0-4.43,1.72-4.9,4h-4.1c-2.21,0-4-1.79-4-4v-8.1c2.28-.46,4-2.48,4-4.9,0-2.76-2.24-5-5-5s-5,2.24-5,5c0,2.41,1.72,4.43,4,4.9v8.1c0,3.31,2.69,6,6,6h4.1c.46,2.28,2.48,4,4.9,4,2.76,0,5-2.24,5-5s-2.24-5-5-5ZM6,7c0-1.65,1.35-3,3-3s3,1.35,3,3-1.35,3-3,3-3-1.35-3-3Z"
|
902
|
+
})), children);
|
903
|
+
});
|
904
|
+
if (process.env.NODE_ENV !== "production") {
|
905
|
+
ChildNode.propTypes = iconPropTypes4cbeb95d.i;
|
906
|
+
}
|
907
|
+
const Chip = /*#__PURE__*/React.forwardRef(function Chip(_ref30, ref) {
|
908
|
+
let {
|
909
|
+
children,
|
910
|
+
size = 16,
|
911
|
+
...rest
|
912
|
+
} = _ref30;
|
913
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
914
|
+
width: size,
|
915
|
+
height: size,
|
916
|
+
ref: ref,
|
917
|
+
xmlns: "http://www.w3.org/2000/svg",
|
918
|
+
viewBox: "0 0 32 32",
|
919
|
+
fill: "currentColor",
|
920
|
+
...rest
|
921
|
+
}, _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
|
790
922
|
d: "M11,11V21H21V11Zm8,8H13V13h6Z"
|
791
|
-
})),
|
923
|
+
})), _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
|
792
924
|
d: "M30,13V11H26V8a2,2,0,0,0-2-2H21V2H19V6H13V2H11V6H8A2,2,0,0,0,6,8v3H2v2H6v6H2v2H6v3a2,2,0,0,0,2,2h3v4h2V26h6v4h2V26h3a2,2,0,0,0,2-2V21h4V19H26V13ZM24,24H8V8H24Z"
|
793
925
|
})), children);
|
794
926
|
});
|
795
927
|
if (process.env.NODE_ENV !== "production") {
|
796
928
|
Chip.propTypes = iconPropTypes4cbeb95d.i;
|
797
929
|
}
|
798
|
-
const Choices = /*#__PURE__*/React.forwardRef(function Choices(
|
930
|
+
const Choices = /*#__PURE__*/React.forwardRef(function Choices(_ref31, ref) {
|
799
931
|
let {
|
800
932
|
children,
|
801
933
|
size = 16,
|
802
934
|
...rest
|
803
|
-
} =
|
935
|
+
} = _ref31;
|
804
936
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
805
937
|
width: size,
|
806
938
|
height: size,
|
@@ -809,19 +941,19 @@ const Choices = /*#__PURE__*/React.forwardRef(function Choices(_ref25, ref) {
|
|
809
941
|
viewBox: "0 0 32 32",
|
810
942
|
fill: "currentColor",
|
811
943
|
...rest
|
812
|
-
},
|
944
|
+
}, _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
|
813
945
|
d: "M28 13L28 4 19 4 19 6 24.586 6 16 14.586 7.414 6 13 6 13 4 4 4 4 13 6 13 6 7.414 15 16.414 15 26 4 26 4 28 28 28 28 26 17 26 17 16.414 26 7.414 26 13 28 13z"
|
814
946
|
})), children);
|
815
947
|
});
|
816
948
|
if (process.env.NODE_ENV !== "production") {
|
817
949
|
Choices.propTypes = iconPropTypes4cbeb95d.i;
|
818
950
|
}
|
819
|
-
const
|
951
|
+
const Comments = /*#__PURE__*/React.forwardRef(function Comments(_ref32, ref) {
|
820
952
|
let {
|
821
953
|
children,
|
822
954
|
size = 16,
|
823
955
|
...rest
|
824
|
-
} =
|
956
|
+
} = _ref32;
|
825
957
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
826
958
|
width: size,
|
827
959
|
height: size,
|
@@ -830,19 +962,40 @@ const ChooseItem = /*#__PURE__*/React.forwardRef(function ChooseItem(_ref26, ref
|
|
830
962
|
viewBox: "0 0 32 32",
|
831
963
|
fill: "currentColor",
|
832
964
|
...rest
|
833
|
-
},
|
965
|
+
}, _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
|
966
|
+
d: "M29.3163,9.4912l-8.004-6.997c-.3645-.3186-.8322-.4942-1.3163-.4942H4c-1.1046,0-2,.8954-2,2v24c0,1.1046.8954,2,2,2h24c1.1046,0,2-.8954,2-2V10.997c0-.577-.2493-1.126-.6837-1.5058ZM28,28H4V4h14v7c0,1.1046.8954,2,2,2h8v15ZM20,11v-7l8,7h-8ZM6,20.084c0-4.041,2.0122-6.2939,5.1763-6.2939,2.1499,0,3.5425.9121,4.3853,2.7686l-1.9434,1.0322c-.3438-1.0664-1.1006-1.7881-2.4419-1.7881-1.6851,0-2.7686,1.2207-2.7686,3.2666v1.8916c0,2.0645,1.0835,3.2334,2.7686,3.2334,1.3584,0,2.2012-.8252,2.5967-1.9092l1.8403,1.084c-.8599,1.7881-2.2871,2.8369-4.437,2.8369-3.1641,0-5.1763-2.0801-5.1763-6.1221ZM16.8193,21.4941c0-2.8711,1.5991-4.6768,4.1611-4.6768,2.5796,0,4.1792,1.8057,4.1792,4.6768,0,2.8896-1.5996,4.7119-4.1792,4.7119-2.562,0-4.1611-1.8223-4.1611-4.7119ZM22.855,22.3369v-1.668c0-1.3408-.7222-2.0811-1.8745-2.0811-1.1348,0-1.8569.7402-1.8569,2.0811v1.668c0,1.3584.7222,2.0986,1.8569,2.0986,1.1523,0,1.8745-.7402,1.8745-2.0986Z"
|
967
|
+
})), children);
|
968
|
+
});
|
969
|
+
if (process.env.NODE_ENV !== "production") {
|
970
|
+
Comments.propTypes = iconPropTypes4cbeb95d.i;
|
971
|
+
}
|
972
|
+
const ChooseItem = /*#__PURE__*/React.forwardRef(function ChooseItem(_ref33, ref) {
|
973
|
+
let {
|
974
|
+
children,
|
975
|
+
size = 16,
|
976
|
+
...rest
|
977
|
+
} = _ref33;
|
978
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
979
|
+
width: size,
|
980
|
+
height: size,
|
981
|
+
ref: ref,
|
982
|
+
xmlns: "http://www.w3.org/2000/svg",
|
983
|
+
viewBox: "0 0 32 32",
|
984
|
+
fill: "currentColor",
|
985
|
+
...rest
|
986
|
+
}, _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
|
834
987
|
d: "M28 6H30V26H28zM17 6L15.57 7.393 23.15 15 2 15 2 17 23.15 17 15.57 24.573 17 26 27 16 17 6z"
|
835
988
|
})), children);
|
836
989
|
});
|
837
990
|
if (process.env.NODE_ENV !== "production") {
|
838
991
|
ChooseItem.propTypes = iconPropTypes4cbeb95d.i;
|
839
992
|
}
|
840
|
-
const ChoroplethMap = /*#__PURE__*/React.forwardRef(function ChoroplethMap(
|
993
|
+
const ChoroplethMap = /*#__PURE__*/React.forwardRef(function ChoroplethMap(_ref34, ref) {
|
841
994
|
let {
|
842
995
|
children,
|
843
996
|
size = 16,
|
844
997
|
...rest
|
845
|
-
} =
|
998
|
+
} = _ref34;
|
846
999
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
847
1000
|
width: size,
|
848
1001
|
height: size,
|
@@ -851,19 +1004,19 @@ const ChoroplethMap = /*#__PURE__*/React.forwardRef(function ChoroplethMap(_ref2
|
|
851
1004
|
viewBox: "0 0 32 32",
|
852
1005
|
fill: "currentColor",
|
853
1006
|
...rest
|
854
|
-
},
|
1007
|
+
}, _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
|
855
1008
|
d: "M29.2427,4.03l-8-2a1.0065,1.0065,0,0,0-.6143.0415l-9.7,3.88L3.2427,4.03A1,1,0,0,0,2,5V27a1,1,0,0,0,.7573.97l8,2A1.0244,1.0244,0,0,0,11,30a.9953.9953,0,0,0,.3716-.0718l9.7-3.88,7.686,1.9219A1,1,0,0,0,30,27V5A1,1,0,0,0,29.2427,4.03ZM28,11H22V4.2806l6,1.5ZM10,19H4V13h6Zm2-8V7.6771l8-3.2V11Zm8,2v6H12V13Zm-8,8h8v3.3227l-8,3.2Zm10-8h6v6H22ZM10,7.7806V11H4V6.2806ZM4,21h6v6.7192l-6-1.5Zm18,3.2187V21h6v4.7192Z"
|
856
1009
|
})), children);
|
857
1010
|
});
|
858
1011
|
if (process.env.NODE_ENV !== "production") {
|
859
1012
|
ChoroplethMap.propTypes = iconPropTypes4cbeb95d.i;
|
860
1013
|
}
|
861
|
-
const CicsCmas = /*#__PURE__*/React.forwardRef(function CicsCmas(
|
1014
|
+
const CicsCmas = /*#__PURE__*/React.forwardRef(function CicsCmas(_ref35, ref) {
|
862
1015
|
let {
|
863
1016
|
children,
|
864
1017
|
size = 16,
|
865
1018
|
...rest
|
866
|
-
} =
|
1019
|
+
} = _ref35;
|
867
1020
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
868
1021
|
width: size,
|
869
1022
|
height: size,
|
@@ -872,21 +1025,21 @@ const CicsCmas = /*#__PURE__*/React.forwardRef(function CicsCmas(_ref28, ref) {
|
|
872
1025
|
viewBox: "0 0 32 32",
|
873
1026
|
fill: "currentColor",
|
874
1027
|
...rest
|
875
|
-
},
|
1028
|
+
}, _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
|
876
1029
|
d: "M30.3335 30H26V28h4V26H28a2.002 2.002 0 01-2-2V21.6665A1.6684 1.6684 0 0127.6665 20H32v2H28v2h2a2.002 2.002 0 012 2v2.3335A1.6684 1.6684 0 0130.3335 30zM22.3335 20h-2.667A1.6665 1.6665 0 0018 21.6665V30h2V26h2v4h2V21.6665A1.6665 1.6665 0 0022.3335 20zM20 24V22h2v2zM12.5 24L11 20 9 20 9 30 11 30 11 23 12.5 27 14 23 14 30 16 30 16 20 14 20 12.5 24zM1 22v6.5A1.4727 1.4727 0 002.5 30H7V28H3V22H7V20H3A2.0059 2.0059 0 001 22zM13 8L11 8 11 11 8 11 8 13 11 13 11 16 13 16 13 13 16 13 16 11 13 11 13 8z"
|
877
|
-
})),
|
1030
|
+
})), _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
|
878
1031
|
d: "M6,6H26V18h2V6a2.0059,2.0059,0,0,0-2-2H6A2.0059,2.0059,0,0,0,4,6V18H6Z"
|
879
1032
|
})), children);
|
880
1033
|
});
|
881
1034
|
if (process.env.NODE_ENV !== "production") {
|
882
1035
|
CicsCmas.propTypes = iconPropTypes4cbeb95d.i;
|
883
1036
|
}
|
884
|
-
const CicsDb2Connection = /*#__PURE__*/React.forwardRef(function CicsDb2Connection(
|
1037
|
+
const CicsDb2Connection = /*#__PURE__*/React.forwardRef(function CicsDb2Connection(_ref36, ref) {
|
885
1038
|
let {
|
886
1039
|
children,
|
887
1040
|
size = 16,
|
888
1041
|
...rest
|
889
|
-
} =
|
1042
|
+
} = _ref36;
|
890
1043
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
891
1044
|
width: size,
|
892
1045
|
height: size,
|
@@ -895,21 +1048,21 @@ const CicsDb2Connection = /*#__PURE__*/React.forwardRef(function CicsDb2Connecti
|
|
895
1048
|
viewBox: "0 0 32 32",
|
896
1049
|
fill: "currentColor",
|
897
1050
|
...rest
|
898
|
-
},
|
1051
|
+
}, _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
|
899
1052
|
d: "M22.5,30c-1.9299,0-3.5-1.5701-3.5-3.5,0-.9346,.3638-1.8134,1.0244-2.4742l1.4146,1.4138c-.283,.2832-.439,.6598-.439,1.0604,0,.8271,.6729,1.5,1.5,1.5,.4009,0,.7776-.1561,1.061-.4396l4.9998-4.9998c.2832-.2833,.4392-.66,.4392-1.0607,0-.8271-.6729-1.5-1.5-1.5-.4011,0-.7783,.1564-1.0618,.4404l-1.4155-1.4131c.6616-.6625,1.5413-1.0273,2.4773-1.0273,1.9299,0,3.5,1.5701,3.5,3.5,0,.9348-.364,1.8137-1.0249,2.4749l-4.9998,4.9996c-.6609,.6613-1.54,1.0255-2.4753,1.0255Z"
|
900
|
-
})),
|
1053
|
+
})), _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
|
901
1054
|
d: "M16.5 31c-1.9299 0-3.5-1.5701-3.5-3.5 0-.9348.364-1.8137 1.0249-2.4749l4.9998-4.9996c.6609-.6613 1.54-1.0255 2.4753-1.0255 1.9299 0 3.5 1.5701 3.5 3.5 0 .9346-.3638 1.8134-1.0244 2.4742l-1.4146-1.4138c.283-.2832.439-.6598.439-1.0604 0-.8271-.6729-1.5-1.5-1.5-.4009 0-.7776.1561-1.061.4396l-4.9998 4.9998c-.2832.2833-.4392.66-.4392 1.0607 0 .8271.6729 1.5 1.5 1.5.4011 0 .7783-.1564 1.0618-.4404l1.4155 1.4131c-.6616.6625-1.5413 1.0273-2.4773 1.0273zM16 2c-5.2979 0-11 1.252-11 4V24c0 1.6797 2.134 2.7979 5 3.415v-2.0459c-1.9939-.4727-2.9453-1.1431-3-1.3691v-3.5723c1.4937.749 3.6738 1.2153 6 1.4302v-1.9976c-3.8779-.3774-5.8774-1.4219-6-1.8604v-3.5723c2.1279 1.0674 5.6426 1.5723 9 1.5723 5.2979 0 11-1.252 11-4V5.9995c-.0007-2.748-5.7024-3.9995-11-3.9995zM6.9985 6.0151c.1523-.5552 3.1514-2.0151 9.0015-2.0151 5.7976 0 8.7949 1.4341 8.9968 2-.2019.5659-3.1992 2-8.9968 2-5.8501 0-8.8491-1.46-9.0015-1.9849zm18.0015 5.9722c-.1606.5571-3.1587 2.0127-9 2.0127-5.8501 0-8.8491-1.46-9-2v-3.5723c2.1279 1.0674 5.6426 1.5723 9 1.5723s6.8721-.5049 9-1.5723v3.5596z"
|
902
1055
|
})), children);
|
903
1056
|
});
|
904
1057
|
if (process.env.NODE_ENV !== "production") {
|
905
1058
|
CicsDb2Connection.propTypes = iconPropTypes4cbeb95d.i;
|
906
1059
|
}
|
907
|
-
const CicsExplorer = /*#__PURE__*/React.forwardRef(function CicsExplorer(
|
1060
|
+
const CicsExplorer = /*#__PURE__*/React.forwardRef(function CicsExplorer(_ref37, ref) {
|
908
1061
|
let {
|
909
1062
|
children,
|
910
1063
|
size = 16,
|
911
1064
|
...rest
|
912
|
-
} =
|
1065
|
+
} = _ref37;
|
913
1066
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
914
1067
|
width: size,
|
915
1068
|
height: size,
|
@@ -918,21 +1071,21 @@ const CicsExplorer = /*#__PURE__*/React.forwardRef(function CicsExplorer(_ref30,
|
|
918
1071
|
viewBox: "0 0 32 32",
|
919
1072
|
fill: "currentColor",
|
920
1073
|
...rest
|
921
|
-
},
|
1074
|
+
}, _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
|
922
1075
|
d: "M24 16L19.4 14.6 21.7 10.3 17.4 12.6 16 8 14.6 12.6 10.3 10.3 12.6 14.6 8 16 12.6 17.4 10.3 21.7 14.6 19.4 16 24 17.4 19.4 21.7 21.7 19.4 17.4 24 16z"
|
923
|
-
})),
|
1076
|
+
})), _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
|
924
1077
|
d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z"
|
925
1078
|
})), children);
|
926
1079
|
});
|
927
1080
|
if (process.env.NODE_ENV !== "production") {
|
928
1081
|
CicsExplorer.propTypes = iconPropTypes4cbeb95d.i;
|
929
1082
|
}
|
930
|
-
const CicsProgram = /*#__PURE__*/React.forwardRef(function CicsProgram(
|
1083
|
+
const CicsProgram = /*#__PURE__*/React.forwardRef(function CicsProgram(_ref38, ref) {
|
931
1084
|
let {
|
932
1085
|
children,
|
933
1086
|
size = 16,
|
934
1087
|
...rest
|
935
|
-
} =
|
1088
|
+
} = _ref38;
|
936
1089
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
937
1090
|
width: size,
|
938
1091
|
height: size,
|
@@ -941,7 +1094,7 @@ const CicsProgram = /*#__PURE__*/React.forwardRef(function CicsProgram(_ref31, r
|
|
941
1094
|
viewBox: "0 0 32 32",
|
942
1095
|
fill: "currentColor",
|
943
1096
|
...rest
|
944
|
-
},
|
1097
|
+
}, _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
|
945
1098
|
d: "M20.17 19L17.58 21.59 19 23 23 19 19 15 17.58 16.41 20.17 19zM11.83 19L14.42 16.41 13 15 9 19 13 23 14.42 21.59 11.83 19z"
|
946
1099
|
})), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
|
947
1100
|
cx: "9",
|
@@ -951,19 +1104,19 @@ const CicsProgram = /*#__PURE__*/React.forwardRef(function CicsProgram(_ref31, r
|
|
951
1104
|
cx: "6",
|
952
1105
|
cy: "8",
|
953
1106
|
r: "1"
|
954
|
-
})),
|
1107
|
+
})), _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
|
955
1108
|
d: "M28,4H4c-1.1028,0-2,.8975-2,2V26c0,1.1025,.8972,2,2,2H28c1.1028,0,2-.8975,2-2V6c0-1.1025-.8972-2-2-2Zm0,2v4H4V6H28ZM4,26V12H28v14H4Z"
|
956
1109
|
})), children);
|
957
1110
|
});
|
958
1111
|
if (process.env.NODE_ENV !== "production") {
|
959
1112
|
CicsProgram.propTypes = iconPropTypes4cbeb95d.i;
|
960
1113
|
}
|
961
|
-
const CicsSit = /*#__PURE__*/React.forwardRef(function CicsSit(
|
1114
|
+
const CicsSit = /*#__PURE__*/React.forwardRef(function CicsSit(_ref39, ref) {
|
962
1115
|
let {
|
963
1116
|
children,
|
964
1117
|
size = 16,
|
965
1118
|
...rest
|
966
|
-
} =
|
1119
|
+
} = _ref39;
|
967
1120
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
968
1121
|
width: size,
|
969
1122
|
height: size,
|
@@ -972,21 +1125,21 @@ const CicsSit = /*#__PURE__*/React.forwardRef(function CicsSit(_ref32, ref) {
|
|
972
1125
|
viewBox: "0 0 32 32",
|
973
1126
|
fill: "currentColor",
|
974
1127
|
...rest
|
975
|
-
},
|
1128
|
+
}, _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
|
976
1129
|
d: "M23 22L30 27 23 32 23 22z"
|
977
|
-
})),
|
1130
|
+
})), _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
|
978
1131
|
d: "M26,3H6c-1.6543,0-3,1.3457-3,3V26c0,1.6543,1.3457,3,3,3h11v-9h12V6c0-1.6543-1.3457-3-3-3ZM6,5H26c.5515,0,1,.4482,1,1v3H5v-3c0-.5518,.4485-1,1-1Zm9,6v7H5v-7H15Zm0,16H6c-.5515,0-1-.4482-1-1v-6H15v7Zm2-9v-7h10v7h-10Z"
|
979
1132
|
})), children);
|
980
1133
|
});
|
981
1134
|
if (process.env.NODE_ENV !== "production") {
|
982
1135
|
CicsSit.propTypes = iconPropTypes4cbeb95d.i;
|
983
1136
|
}
|
984
|
-
const CicsSitOverrides = /*#__PURE__*/React.forwardRef(function CicsSitOverrides(
|
1137
|
+
const CicsSitOverrides = /*#__PURE__*/React.forwardRef(function CicsSitOverrides(_ref40, ref) {
|
985
1138
|
let {
|
986
1139
|
children,
|
987
1140
|
size = 16,
|
988
1141
|
...rest
|
989
|
-
} =
|
1142
|
+
} = _ref40;
|
990
1143
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
991
1144
|
width: size,
|
992
1145
|
height: size,
|
@@ -995,19 +1148,19 @@ const CicsSitOverrides = /*#__PURE__*/React.forwardRef(function CicsSitOverrides
|
|
995
1148
|
viewBox: "0 0 32 32",
|
996
1149
|
fill: "currentColor",
|
997
1150
|
...rest
|
998
|
-
},
|
1151
|
+
}, _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
|
999
1152
|
d: "M31.707 20.293l-3-3c-.3901-.3906-1.0239-.3906-1.4141 0l-9.293 9.293v4.4141h4.4143l9.2927-9.293c.3906-.3906.3906-1.0234 0-1.4141zm-7.4141 6l-2.7073 2.707h-1.5857v-1.5859l2.707-2.707 2.293-2.293 1.5859 1.5859-2.293 2.293zm3.707-3.707l-1.5859-1.5859 1.5859-1.5859 1.5857 1.5859-1.5857 1.5859zM20 20v-2h-4v-7h10v2h2V6c0-1.6543-1.3457-3-3-3H5c-1.6543 0-3 1.3457-3 3V26c0 1.6543 1.3457 3 3 3h11v-9h4zm-6-2H4v-7H14v7zM5 5H25c.5515 0 1 .4482 1 1v3H4v-3c0-.5518.4485-1 1-1zM14 27H5c-.5515 0-1-.4482-1-1v-6H14v7z"
|
1000
1153
|
})), children);
|
1001
1154
|
});
|
1002
1155
|
if (process.env.NODE_ENV !== "production") {
|
1003
1156
|
CicsSitOverrides.propTypes = iconPropTypes4cbeb95d.i;
|
1004
1157
|
}
|
1005
|
-
const CicsSystemGroup = /*#__PURE__*/React.forwardRef(function CicsSystemGroup(
|
1158
|
+
const CicsSystemGroup = /*#__PURE__*/React.forwardRef(function CicsSystemGroup(_ref41, ref) {
|
1006
1159
|
let {
|
1007
1160
|
children,
|
1008
1161
|
size = 16,
|
1009
1162
|
...rest
|
1010
|
-
} =
|
1163
|
+
} = _ref41;
|
1011
1164
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1012
1165
|
width: size,
|
1013
1166
|
height: size,
|
@@ -1016,23 +1169,23 @@ const CicsSystemGroup = /*#__PURE__*/React.forwardRef(function CicsSystemGroup(_
|
|
1016
1169
|
viewBox: "0 0 32 32",
|
1017
1170
|
fill: "currentColor",
|
1018
1171
|
...rest
|
1019
|
-
},
|
1172
|
+
}, _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
|
1020
1173
|
d: "M28 2H23V4h5V28H23v2h5a2.0059 2.0059 0 002-2V4A2.0059 2.0059 0 0028 2zM14 17H8a.9448.9448 0 00-1 1v6a.9448.9448 0 001 1h6a.9448.9448 0 001-1V18A.9448.9448 0 0014 17zm-1 6H9V19h4z"
|
1021
|
-
})),
|
1174
|
+
})), _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
|
1022
1175
|
d: "M25 24V18a.9448.9448 0 00-1-1H18a.9448.9448 0 00-1 1v6a.9448.9448 0 001 1h6A1.0021 1.0021 0 0025 24zm-2-1H19V19h4zM14 7H8A.9448.9448 0 007 8v6a.9448.9448 0 001 1h6a.9448.9448 0 001-1V8A.9448.9448 0 0014 7zm-1 6H9V9h4zM18 15h6a.9448.9448 0 001-1V8a.9448.9448 0 00-1-1H18a.9448.9448 0 00-1 1v6A1.0021 1.0021 0 0018 15zm1-6h4v4H19z"
|
1023
|
-
})),
|
1176
|
+
})), _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
|
1024
1177
|
d: "M4,4H9V2H4A2.0059,2.0059,0,0,0,2,4V28a2.0059,2.0059,0,0,0,2,2H9V28H4Z"
|
1025
1178
|
})), children);
|
1026
1179
|
});
|
1027
1180
|
if (process.env.NODE_ENV !== "production") {
|
1028
1181
|
CicsSystemGroup.propTypes = iconPropTypes4cbeb95d.i;
|
1029
1182
|
}
|
1030
|
-
const CicsTransactionServerZos = /*#__PURE__*/React.forwardRef(function CicsTransactionServerZos(
|
1183
|
+
const CicsTransactionServerZos = /*#__PURE__*/React.forwardRef(function CicsTransactionServerZos(_ref42, ref) {
|
1031
1184
|
let {
|
1032
1185
|
children,
|
1033
1186
|
size = 16,
|
1034
1187
|
...rest
|
1035
|
-
} =
|
1188
|
+
} = _ref42;
|
1036
1189
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1037
1190
|
width: size,
|
1038
1191
|
height: size,
|
@@ -1045,27 +1198,27 @@ const CicsTransactionServerZos = /*#__PURE__*/React.forwardRef(function CicsTran
|
|
1045
1198
|
cx: "28",
|
1046
1199
|
cy: "10",
|
1047
1200
|
r: "2"
|
1048
|
-
})),
|
1201
|
+
})), _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
|
1049
1202
|
d: "M18,29h-7v-2h7c4.9626,0,9-4.0374,9-9v-4h2v4c0,6.0654-4.9346,11-11,11Z"
|
1050
|
-
})),
|
1203
|
+
})), _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
|
1051
1204
|
d: "M16,21c-2.7571,0-5-2.2429-5-5s2.2429-5,5-5,5,2.2429,5,5-2.2429,5-5,5Zm0-8c-1.6543,0-3,1.3457-3,3s1.3457,3,3,3,3-1.3457,3-3-1.3457-3-3-3Z"
|
1052
1205
|
})), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
|
1053
1206
|
cx: "4",
|
1054
1207
|
cy: "22",
|
1055
1208
|
r: "2"
|
1056
|
-
})),
|
1209
|
+
})), _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
|
1057
1210
|
d: "M5,18H3v-4C3,7.9346,7.9346,3,14,3h7v2h-7c-4.9626,0-9,4.0374-9,9v4Z"
|
1058
1211
|
})), children);
|
1059
1212
|
});
|
1060
1213
|
if (process.env.NODE_ENV !== "production") {
|
1061
1214
|
CicsTransactionServerZos.propTypes = iconPropTypes4cbeb95d.i;
|
1062
1215
|
}
|
1063
|
-
const CicsWuiRegion = /*#__PURE__*/React.forwardRef(function CicsWuiRegion(
|
1216
|
+
const CicsWuiRegion = /*#__PURE__*/React.forwardRef(function CicsWuiRegion(_ref43, ref) {
|
1064
1217
|
let {
|
1065
1218
|
children,
|
1066
1219
|
size = 16,
|
1067
1220
|
...rest
|
1068
|
-
} =
|
1221
|
+
} = _ref43;
|
1069
1222
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1070
1223
|
width: size,
|
1071
1224
|
height: size,
|
@@ -1074,21 +1227,21 @@ const CicsWuiRegion = /*#__PURE__*/React.forwardRef(function CicsWuiRegion(_ref3
|
|
1074
1227
|
viewBox: "0 0 32 32",
|
1075
1228
|
fill: "currentColor",
|
1076
1229
|
...rest
|
1077
|
-
},
|
1230
|
+
}, _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
|
1078
1231
|
d: "M22 22L24 22 24 28 22 28 22 30 28 30 28 28 26 28 26 22 28 22 28 20 22 20 22 22zM18 28H16V20H14v8.6A1.4529 1.4529 0 0015.5 30h3A1.4529 1.4529 0 0020 28.6V20H18zM10.2 20L10 28.5 9 22 7 22 6 28.5 5.8 20 4 20 4.72 30 7 30 8 23.5 9 30 11.28 30 12 20 10.2 20zM16 11L13 11 13 8 11 8 11 11 8 11 8 13 11 13 11 16 13 16 13 13 16 13 16 11z"
|
1079
|
-
})),
|
1232
|
+
})), _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
|
1080
1233
|
d: "M26,4H6A2.0059,2.0059,0,0,0,4,6V18H6V6H26V18h2V6A2.0059,2.0059,0,0,0,26,4Z"
|
1081
1234
|
})), children);
|
1082
1235
|
});
|
1083
1236
|
if (process.env.NODE_ENV !== "production") {
|
1084
1237
|
CicsWuiRegion.propTypes = iconPropTypes4cbeb95d.i;
|
1085
1238
|
}
|
1086
|
-
const CicsRegion = /*#__PURE__*/React.forwardRef(function CicsRegion(
|
1239
|
+
const CicsRegion = /*#__PURE__*/React.forwardRef(function CicsRegion(_ref44, ref) {
|
1087
1240
|
let {
|
1088
1241
|
children,
|
1089
1242
|
size = 16,
|
1090
1243
|
...rest
|
1091
|
-
} =
|
1244
|
+
} = _ref44;
|
1092
1245
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1093
1246
|
width: size,
|
1094
1247
|
height: size,
|
@@ -1097,21 +1250,21 @@ const CicsRegion = /*#__PURE__*/React.forwardRef(function CicsRegion(_ref37, ref
|
|
1097
1250
|
viewBox: "0 0 32 32",
|
1098
1251
|
fill: "currentColor",
|
1099
1252
|
...rest
|
1100
|
-
},
|
1253
|
+
}, _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
|
1101
1254
|
d: "M23.5 18L21 18.7 21 16 19 16 19 18.7 16.5 18 16 19.9 18.4 20.6 17 23 18.7 24 20 21.8 21.3 24 23 23 21.6 20.6 24 19.9 23.5 18zM16 13L16 11 13 11 13 8 11 8 11 11 8 11 8 13 11 13 11 16 13 16 13 13 16 13z"
|
1102
|
-
})),
|
1255
|
+
})), _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
|
1103
1256
|
d: "M26,4H6A2.0059,2.0059,0,0,0,4,6V26a2.0059,2.0059,0,0,0,2,2H26a2.0059,2.0059,0,0,0,2-2V6A2.0059,2.0059,0,0,0,26,4ZM6,26V6H26V26Z"
|
1104
1257
|
})), children);
|
1105
1258
|
});
|
1106
1259
|
if (process.env.NODE_ENV !== "production") {
|
1107
1260
|
CicsRegion.propTypes = iconPropTypes4cbeb95d.i;
|
1108
1261
|
}
|
1109
|
-
const CicsRegionAlt = /*#__PURE__*/React.forwardRef(function CicsRegionAlt(
|
1262
|
+
const CicsRegionAlt = /*#__PURE__*/React.forwardRef(function CicsRegionAlt(_ref45, ref) {
|
1110
1263
|
let {
|
1111
1264
|
children,
|
1112
1265
|
size = 16,
|
1113
1266
|
...rest
|
1114
|
-
} =
|
1267
|
+
} = _ref45;
|
1115
1268
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1116
1269
|
width: size,
|
1117
1270
|
height: size,
|
@@ -1120,19 +1273,19 @@ const CicsRegionAlt = /*#__PURE__*/React.forwardRef(function CicsRegionAlt(_ref3
|
|
1120
1273
|
viewBox: "0 0 32 32",
|
1121
1274
|
fill: "currentColor",
|
1122
1275
|
...rest
|
1123
|
-
},
|
1276
|
+
}, _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
|
1124
1277
|
d: "M31 13v-2h-4c-1.1028 0-2 .8975-2 2v2c0 1.1025.8972 2 2 2h2v2h-4v2h4c1.1028 0 2-.8975 2-2v-2c0-1.1025-.8972-2-2-2h-2v-2h4zM17 13v6c0 1.1025.8972 2 2 2h4v-2h-4v-6h4v-2h-4c-1.1028 0-2 .8975-2 2zM9 13L11 13 11 19 9 19 9 21 15 21 15 19 13 19 13 13 15 13 15 11 9 11 9 13zM1 13v6c0 1.1025.8972 2 2 2H7v-2H3v-6H7v-2H3c-1.1028 0-2 .8975-2 2z"
|
1125
1278
|
})), children);
|
1126
1279
|
});
|
1127
1280
|
if (process.env.NODE_ENV !== "production") {
|
1128
1281
|
CicsRegionAlt.propTypes = iconPropTypes4cbeb95d.i;
|
1129
1282
|
}
|
1130
|
-
const CicsRegionRouting = /*#__PURE__*/React.forwardRef(function CicsRegionRouting(
|
1283
|
+
const CicsRegionRouting = /*#__PURE__*/React.forwardRef(function CicsRegionRouting(_ref46, ref) {
|
1131
1284
|
let {
|
1132
1285
|
children,
|
1133
1286
|
size = 16,
|
1134
1287
|
...rest
|
1135
|
-
} =
|
1288
|
+
} = _ref46;
|
1136
1289
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1137
1290
|
width: size,
|
1138
1291
|
height: size,
|
@@ -1141,21 +1294,21 @@ const CicsRegionRouting = /*#__PURE__*/React.forwardRef(function CicsRegionRouti
|
|
1141
1294
|
viewBox: "0 0 32 32",
|
1142
1295
|
fill: "currentColor",
|
1143
1296
|
...rest
|
1144
|
-
},
|
1297
|
+
}, _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
|
1145
1298
|
d: "M22 2L22 4 26.6 4 20 10.6 21.4 12 28 5.4 28 10 30 10 30 2 22 2zM19 16L19 18.7 16.5 18 16 19.9 18.4 20.6 17 23 18.7 24 20 21.8 21.3 24 23 23 21.6 20.6 24 19.9 23.5 18 21 18.7 21 16 19 16zM13 16L13 13 16 13 16 11 13 11 13 8 11 8 11 11 8 11 8 13 11 13 11 16 13 16z"
|
1146
|
-
})),
|
1299
|
+
})), _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
|
1147
1300
|
d: "M26,26H6V6H19V4H6A2.0059,2.0059,0,0,0,4,6V26a2.0059,2.0059,0,0,0,2,2H26a2.0059,2.0059,0,0,0,2-2V13H26Z"
|
1148
1301
|
})), children);
|
1149
1302
|
});
|
1150
1303
|
if (process.env.NODE_ENV !== "production") {
|
1151
1304
|
CicsRegionRouting.propTypes = iconPropTypes4cbeb95d.i;
|
1152
1305
|
}
|
1153
|
-
const CicsRegionTarget = /*#__PURE__*/React.forwardRef(function CicsRegionTarget(
|
1306
|
+
const CicsRegionTarget = /*#__PURE__*/React.forwardRef(function CicsRegionTarget(_ref47, ref) {
|
1154
1307
|
let {
|
1155
1308
|
children,
|
1156
1309
|
size = 16,
|
1157
1310
|
...rest
|
1158
|
-
} =
|
1311
|
+
} = _ref47;
|
1159
1312
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1160
1313
|
width: size,
|
1161
1314
|
height: size,
|
@@ -1164,21 +1317,21 @@ const CicsRegionTarget = /*#__PURE__*/React.forwardRef(function CicsRegionTarget
|
|
1164
1317
|
viewBox: "0 0 32 32",
|
1165
1318
|
fill: "currentColor",
|
1166
1319
|
...rest
|
1167
|
-
},
|
1320
|
+
}, _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
|
1168
1321
|
d: "M26 7H28V10H26zM29 4H32V6H29zM26 0H28V3H26zM22 4H25V6H22zM19 16L19 18.7 16.5 18 16 19.9 18.4 20.6 17 23 18.7 24 20 21.8 21.3 24 23 23 21.6 20.6 24 19.9 23.5 18 21 18.7 21 16 19 16zM13 16L13 13 16 13 16 11 13 11 13 8 11 8 11 11 8 11 8 13 11 13 11 16 13 16z"
|
1169
|
-
})),
|
1322
|
+
})), _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
|
1170
1323
|
d: "M26,26H6V6H19V4H6A2.0059,2.0059,0,0,0,4,6V26a2.0059,2.0059,0,0,0,2,2H26a2.0059,2.0059,0,0,0,2-2V13H26Z"
|
1171
1324
|
})), children);
|
1172
1325
|
});
|
1173
1326
|
if (process.env.NODE_ENV !== "production") {
|
1174
1327
|
CicsRegionTarget.propTypes = iconPropTypes4cbeb95d.i;
|
1175
1328
|
}
|
1176
|
-
const Cicsplex = /*#__PURE__*/React.forwardRef(function Cicsplex(
|
1329
|
+
const Cicsplex = /*#__PURE__*/React.forwardRef(function Cicsplex(_ref48, ref) {
|
1177
1330
|
let {
|
1178
1331
|
children,
|
1179
1332
|
size = 16,
|
1180
1333
|
...rest
|
1181
|
-
} =
|
1334
|
+
} = _ref48;
|
1182
1335
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1183
1336
|
width: size,
|
1184
1337
|
height: size,
|
@@ -1187,19 +1340,19 @@ const Cicsplex = /*#__PURE__*/React.forwardRef(function Cicsplex(_ref41, ref) {
|
|
1187
1340
|
viewBox: "0 0 32 32",
|
1188
1341
|
fill: "currentColor",
|
1189
1342
|
...rest
|
1190
|
-
},
|
1343
|
+
}, _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
|
1191
1344
|
d: "M8 18.6V17H6v1.6A7.3833 7.3833 0 0013.4 26H15V24H13.4A5.3775 5.3775 0 018 18.6zM28 18H20a2.0059 2.0059 0 00-2 2v8a2.0059 2.0059 0 002 2h8a2.0059 2.0059 0 002-2V20A2.0059 2.0059 0 0028 18zM20 28V20h8v8zM24 13.4V15h2V13.4A7.3833 7.3833 0 0018.6 6H17V8h1.6A5.3775 5.3775 0 0124 13.4zM12 2H4A2.0059 2.0059 0 002 4v8a2.0059 2.0059 0 002 2h8a2.0059 2.0059 0 002-2V4A2.0059 2.0059 0 0012 2zM4 12V4h8v8z"
|
1192
1345
|
})), children);
|
1193
1346
|
});
|
1194
1347
|
if (process.env.NODE_ENV !== "production") {
|
1195
1348
|
Cicsplex.propTypes = iconPropTypes4cbeb95d.i;
|
1196
1349
|
}
|
1197
|
-
const CircleFilled = /*#__PURE__*/React.forwardRef(function CircleFilled(
|
1350
|
+
const CircleFilled = /*#__PURE__*/React.forwardRef(function CircleFilled(_ref49, ref) {
|
1198
1351
|
let {
|
1199
1352
|
children,
|
1200
1353
|
size = 16,
|
1201
1354
|
...rest
|
1202
|
-
} =
|
1355
|
+
} = _ref49;
|
1203
1356
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1204
1357
|
width: size,
|
1205
1358
|
height: size,
|
@@ -1212,19 +1365,19 @@ const CircleFilled = /*#__PURE__*/React.forwardRef(function CircleFilled(_ref42,
|
|
1212
1365
|
cx: "16",
|
1213
1366
|
cy: "16",
|
1214
1367
|
r: "10"
|
1215
|
-
})),
|
1368
|
+
})), _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
|
1216
1369
|
d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z"
|
1217
1370
|
})), children);
|
1218
1371
|
});
|
1219
1372
|
if (process.env.NODE_ENV !== "production") {
|
1220
1373
|
CircleFilled.propTypes = iconPropTypes4cbeb95d.i;
|
1221
1374
|
}
|
1222
|
-
const CircleOutline = /*#__PURE__*/React.forwardRef(function CircleOutline(
|
1375
|
+
const CircleOutline = /*#__PURE__*/React.forwardRef(function CircleOutline(_ref50, ref) {
|
1223
1376
|
let {
|
1224
1377
|
children,
|
1225
1378
|
size = 16,
|
1226
1379
|
...rest
|
1227
|
-
} =
|
1380
|
+
} = _ref50;
|
1228
1381
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1229
1382
|
width: size,
|
1230
1383
|
height: size,
|
@@ -1233,7 +1386,7 @@ const CircleOutline = /*#__PURE__*/React.forwardRef(function CircleOutline(_ref4
|
|
1233
1386
|
viewBox: "0 0 32 32",
|
1234
1387
|
fill: "currentColor",
|
1235
1388
|
...rest
|
1236
|
-
},
|
1389
|
+
}, _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
|
1237
1390
|
strokeWidth: "0",
|
1238
1391
|
d: "m16,2c-7.732,0-14,6.268-14,14s6.268,14,14,14,14-6.268,14-14S23.732,2,16,2Zm0,26c-6.6274,0-12-5.3726-12-12s5.3726-12,12-12,12,5.3726,12,12-5.3726,12-12,12Z"
|
1239
1392
|
})), children);
|
@@ -1241,12 +1394,12 @@ const CircleOutline = /*#__PURE__*/React.forwardRef(function CircleOutline(_ref4
|
|
1241
1394
|
if (process.env.NODE_ENV !== "production") {
|
1242
1395
|
CircleOutline.propTypes = iconPropTypes4cbeb95d.i;
|
1243
1396
|
}
|
1244
|
-
const CircleSolid = /*#__PURE__*/React.forwardRef(function CircleSolid(
|
1397
|
+
const CircleSolid = /*#__PURE__*/React.forwardRef(function CircleSolid(_ref51, ref) {
|
1245
1398
|
let {
|
1246
1399
|
children,
|
1247
1400
|
size = 16,
|
1248
1401
|
...rest
|
1249
|
-
} =
|
1402
|
+
} = _ref51;
|
1250
1403
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1251
1404
|
width: size,
|
1252
1405
|
height: size,
|
@@ -1264,12 +1417,12 @@ const CircleSolid = /*#__PURE__*/React.forwardRef(function CircleSolid(_ref44, r
|
|
1264
1417
|
if (process.env.NODE_ENV !== "production") {
|
1265
1418
|
CircleSolid.propTypes = iconPropTypes4cbeb95d.i;
|
1266
1419
|
}
|
1267
|
-
const CircleDash = /*#__PURE__*/React.forwardRef(function CircleDash(
|
1420
|
+
const CircleDash = /*#__PURE__*/React.forwardRef(function CircleDash(_ref52, ref) {
|
1268
1421
|
let {
|
1269
1422
|
children,
|
1270
1423
|
size = 16,
|
1271
1424
|
...rest
|
1272
|
-
} =
|
1425
|
+
} = _ref52;
|
1273
1426
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1274
1427
|
width: size,
|
1275
1428
|
height: size,
|
@@ -1278,19 +1431,19 @@ const CircleDash = /*#__PURE__*/React.forwardRef(function CircleDash(_ref45, ref
|
|
1278
1431
|
viewBox: "0 0 32 32",
|
1279
1432
|
fill: "currentColor",
|
1280
1433
|
...rest
|
1281
|
-
},
|
1434
|
+
}, _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
|
1282
1435
|
d: "M7.7 4.7a14.7 14.7 0 00-3 3.1L6.3 9A13.26 13.26 0 018.9 6.3zM4.6 12.3l-1.9-.6A12.51 12.51 0 002 16H4A11.48 11.48 0 014.6 12.3zM2.7 20.4a14.4 14.4 0 002 3.9l1.6-1.2a12.89 12.89 0 01-1.7-3.3zM7.8 27.3a14.4 14.4 0 003.9 2l.6-1.9A12.89 12.89 0 019 25.7zM11.7 2.7l.6 1.9A11.48 11.48 0 0116 4V2A12.51 12.51 0 0011.7 2.7zM24.2 27.3a15.18 15.18 0 003.1-3.1L25.7 23A11.53 11.53 0 0123 25.7zM27.4 19.7l1.9.6A15.47 15.47 0 0030 16H28A11.48 11.48 0 0127.4 19.7zM29.2 11.6a14.4 14.4 0 00-2-3.9L25.6 8.9a12.89 12.89 0 011.7 3.3zM24.1 4.6a14.4 14.4 0 00-3.9-2l-.6 1.9a12.89 12.89 0 013.3 1.7zM20.3 29.3l-.6-1.9A11.48 11.48 0 0116 28v2A21.42 21.42 0 0020.3 29.3z"
|
1283
1436
|
})), children);
|
1284
1437
|
});
|
1285
1438
|
if (process.env.NODE_ENV !== "production") {
|
1286
1439
|
CircleDash.propTypes = iconPropTypes4cbeb95d.i;
|
1287
1440
|
}
|
1288
|
-
const CircleFill = /*#__PURE__*/React.forwardRef(function CircleFill(
|
1441
|
+
const CircleFill = /*#__PURE__*/React.forwardRef(function CircleFill(_ref53, ref) {
|
1289
1442
|
let {
|
1290
1443
|
children,
|
1291
1444
|
size = 16,
|
1292
1445
|
...rest
|
1293
|
-
} =
|
1446
|
+
} = _ref53;
|
1294
1447
|
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
1295
1448
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1296
1449
|
width: size,
|
@@ -1323,12 +1476,12 @@ const CircleFill = /*#__PURE__*/React.forwardRef(function CircleFill(_ref46, ref
|
|
1323
1476
|
if (process.env.NODE_ENV !== "production") {
|
1324
1477
|
CircleFill.propTypes = iconPropTypes4cbeb95d.i;
|
1325
1478
|
}
|
1326
|
-
const WatsonHealthCircleMeasurement = /*#__PURE__*/React.forwardRef(function WatsonHealthCircleMeasurement(
|
1479
|
+
const WatsonHealthCircleMeasurement = /*#__PURE__*/React.forwardRef(function WatsonHealthCircleMeasurement(_ref54, ref) {
|
1327
1480
|
let {
|
1328
1481
|
children,
|
1329
1482
|
size = 16,
|
1330
1483
|
...rest
|
1331
|
-
} =
|
1484
|
+
} = _ref54;
|
1332
1485
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1333
1486
|
width: size,
|
1334
1487
|
height: size,
|
@@ -1337,21 +1490,21 @@ const WatsonHealthCircleMeasurement = /*#__PURE__*/React.forwardRef(function Wat
|
|
1337
1490
|
viewBox: "0 0 32 32",
|
1338
1491
|
fill: "currentColor",
|
1339
1492
|
...rest
|
1340
|
-
},
|
1493
|
+
}, _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
|
1341
1494
|
d: "M16,30A14,14,0,1,1,30,16,14,14,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12,12,0,0,0,16,4Z"
|
1342
|
-
})),
|
1495
|
+
})), _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
|
1343
1496
|
d: "M21,12.41V16h2V9H16v2h3.59L11,19.59V16H9v7h7V21H12.41Z"
|
1344
1497
|
})), children);
|
1345
1498
|
});
|
1346
1499
|
if (process.env.NODE_ENV !== "production") {
|
1347
1500
|
WatsonHealthCircleMeasurement.propTypes = iconPropTypes4cbeb95d.i;
|
1348
1501
|
}
|
1349
|
-
const CirclePacking = /*#__PURE__*/React.forwardRef(function CirclePacking(
|
1502
|
+
const CirclePacking = /*#__PURE__*/React.forwardRef(function CirclePacking(_ref55, ref) {
|
1350
1503
|
let {
|
1351
1504
|
children,
|
1352
1505
|
size = 16,
|
1353
1506
|
...rest
|
1354
|
-
} =
|
1507
|
+
} = _ref55;
|
1355
1508
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1356
1509
|
width: size,
|
1357
1510
|
height: size,
|
@@ -1360,19 +1513,19 @@ const CirclePacking = /*#__PURE__*/React.forwardRef(function CirclePacking(_ref4
|
|
1360
1513
|
viewBox: "0 0 32 32",
|
1361
1514
|
fill: "currentColor",
|
1362
1515
|
...rest
|
1363
|
-
},
|
1516
|
+
}, _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
|
1364
1517
|
d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm7.5,7A3.5,3.5,0,1,1,20,12.5,3.5041,3.5041,0,0,1,23.5,9Zm.4348-1.978C23.791,7.0107,23.6467,7,23.5,7a5.4826,5.4826,0,0,0-4.1323,1.8784,8.0109,8.0109,0,0,0-5.5664-4.6675A11.8554,11.8554,0,0,1,23.9348,7.022ZM16,28a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,16,28ZM12,18a6,6,0,1,1,6-6A6.0067,6.0067,0,0,1,12,18ZM4,16a11.97,11.97,0,0,1,.2112-2.1987,7.9921,7.9921,0,0,0,7.3459,6.1762,5.9581,5.9581,0,0,0-.89,6.7564A12.0025,12.0025,0,0,1,4,16ZM21.3325,26.7339a5.9834,5.9834,0,0,0-4.1782-8.6206,8.02,8.02,0,0,0,1.9126-2.3672,5.4883,5.4883,0,0,0,8.9167-.0679c.003.1079.0164.2134.0164.3218A12.0025,12.0025,0,0,1,21.3325,26.7339Z"
|
1365
1518
|
})), children);
|
1366
1519
|
});
|
1367
1520
|
if (process.env.NODE_ENV !== "production") {
|
1368
1521
|
CirclePacking.propTypes = iconPropTypes4cbeb95d.i;
|
1369
1522
|
}
|
1370
|
-
const CircleStroke = /*#__PURE__*/React.forwardRef(function CircleStroke(
|
1523
|
+
const CircleStroke = /*#__PURE__*/React.forwardRef(function CircleStroke(_ref56, ref) {
|
1371
1524
|
let {
|
1372
1525
|
children,
|
1373
1526
|
size = 16,
|
1374
1527
|
...rest
|
1375
|
-
} =
|
1528
|
+
} = _ref56;
|
1376
1529
|
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
1377
1530
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1378
1531
|
width: size,
|
@@ -1382,7 +1535,7 @@ const CircleStroke = /*#__PURE__*/React.forwardRef(function CircleStroke(_ref49,
|
|
1382
1535
|
viewBox: "0 0 16 16",
|
1383
1536
|
fill: "currentColor",
|
1384
1537
|
...rest
|
1385
|
-
},
|
1538
|
+
}, _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
|
1386
1539
|
d: "M8,4A4,4,0,1,1,4,8,4.0045,4.0045,0,0,1,8,4M8,2a6,6,0,1,0,6,6A6,6,0,0,0,8,2Z"
|
1387
1540
|
})), children);
|
1388
1541
|
}
|
@@ -1394,19 +1547,19 @@ const CircleStroke = /*#__PURE__*/React.forwardRef(function CircleStroke(_ref49,
|
|
1394
1547
|
viewBox: "0 0 16 16",
|
1395
1548
|
fill: "currentColor",
|
1396
1549
|
...rest
|
1397
|
-
},
|
1550
|
+
}, _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
|
1398
1551
|
d: "M8,4A4,4,0,1,1,4,8,4.0045,4.0045,0,0,1,8,4M8,2a6,6,0,1,0,6,6A6,6,0,0,0,8,2Z"
|
1399
1552
|
})), children);
|
1400
1553
|
});
|
1401
1554
|
if (process.env.NODE_ENV !== "production") {
|
1402
1555
|
CircleStroke.propTypes = iconPropTypes4cbeb95d.i;
|
1403
1556
|
}
|
1404
|
-
const QCircuitComposer = /*#__PURE__*/React.forwardRef(function QCircuitComposer(
|
1557
|
+
const QCircuitComposer = /*#__PURE__*/React.forwardRef(function QCircuitComposer(_ref57, ref) {
|
1405
1558
|
let {
|
1406
1559
|
children,
|
1407
1560
|
size = 16,
|
1408
1561
|
...rest
|
1409
|
-
} =
|
1562
|
+
} = _ref57;
|
1410
1563
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1411
1564
|
width: size,
|
1412
1565
|
height: size,
|
@@ -1415,21 +1568,21 @@ const QCircuitComposer = /*#__PURE__*/React.forwardRef(function QCircuitComposer
|
|
1415
1568
|
viewBox: "0 0 32 32",
|
1416
1569
|
fill: "currentColor",
|
1417
1570
|
...rest
|
1418
|
-
},
|
1571
|
+
}, _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
|
1419
1572
|
d: "M18 9L18 15 14 15 14 9 12 9 12 23 14 23 14 17 18 17 18 23 20 23 20 9 18 9z"
|
1420
|
-
})),
|
1573
|
+
})), _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
|
1421
1574
|
d: "M30,15H26V6a2,2,0,0,0-2-2H8A2,2,0,0,0,6,6v9H2v2H6v9a2,2,0,0,0,2,2H24a2,2,0,0,0,2-2V17h4ZM8,26V6H24V26Z"
|
1422
1575
|
})), children);
|
1423
1576
|
});
|
1424
1577
|
if (process.env.NODE_ENV !== "production") {
|
1425
1578
|
QCircuitComposer.propTypes = iconPropTypes4cbeb95d.i;
|
1426
1579
|
}
|
1427
|
-
const Classification = /*#__PURE__*/React.forwardRef(function Classification(
|
1580
|
+
const Classification = /*#__PURE__*/React.forwardRef(function Classification(_ref58, ref) {
|
1428
1581
|
let {
|
1429
1582
|
children,
|
1430
1583
|
size = 16,
|
1431
1584
|
...rest
|
1432
|
-
} =
|
1585
|
+
} = _ref58;
|
1433
1586
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1434
1587
|
width: size,
|
1435
1588
|
height: size,
|
@@ -1442,19 +1595,19 @@ const Classification = /*#__PURE__*/React.forwardRef(function Classification(_re
|
|
1442
1595
|
cx: "15",
|
1443
1596
|
cy: "19",
|
1444
1597
|
r: "1"
|
1445
|
-
})),
|
1598
|
+
})), _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
|
1446
1599
|
d: "M27.7,9.3l-7-7A.9087.9087,0,0,0,20,2H10A2.0058,2.0058,0,0,0,8,4V14H6a2.0023,2.0023,0,0,0-2,2v6a2.0023,2.0023,0,0,0,2,2H8v4a2.0058,2.0058,0,0,0,2,2H26a2.0058,2.0058,0,0,0,2-2V10A.9092.9092,0,0,0,27.7,9.3ZM20,4.4,25.6,10H20ZM6,16h9.5972L19,19l-3.3926,3H6ZM26,28H10V24h5.6089a2.0076,2.0076,0,0,0,1.3135-.4927l3.3833-2.9917a2.0015,2.0015,0,0,0,.01-3.0229l-3.4033-3.0083A1.9961,1.9961,0,0,0,15.6089,14H10V4h8v6a2.0058,2.0058,0,0,0,2,2h6Z"
|
1447
1600
|
})), children);
|
1448
1601
|
});
|
1449
1602
|
if (process.env.NODE_ENV !== "production") {
|
1450
1603
|
Classification.propTypes = iconPropTypes4cbeb95d.i;
|
1451
1604
|
}
|
1452
|
-
const ClassifierLanguage = /*#__PURE__*/React.forwardRef(function ClassifierLanguage(
|
1605
|
+
const ClassifierLanguage = /*#__PURE__*/React.forwardRef(function ClassifierLanguage(_ref59, ref) {
|
1453
1606
|
let {
|
1454
1607
|
children,
|
1455
1608
|
size = 16,
|
1456
1609
|
...rest
|
1457
|
-
} =
|
1610
|
+
} = _ref59;
|
1458
1611
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1459
1612
|
width: size,
|
1460
1613
|
height: size,
|
@@ -1463,19 +1616,19 @@ const ClassifierLanguage = /*#__PURE__*/React.forwardRef(function ClassifierLang
|
|
1463
1616
|
viewBox: "0 0 32 32",
|
1464
1617
|
fill: "currentColor",
|
1465
1618
|
...rest
|
1466
|
-
},
|
1619
|
+
}, _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
|
1467
1620
|
d: "M30 10V2H22v8h3v4H23v2h7V14H27V10zM24 4h4V8H24zM20 23.41L18.59 22 16 24.59 13.41 22 12 23.41 14.59 26 12 28.59 13.41 30 16 27.41 18.59 30 20 28.59 17.41 26 20 23.41zM20 14L12 14 12 16 15 16 15 21 17 21 17 16 20 16 20 14zM7 9.86a4 4 0 10-2 0V14H2v2H9V14H7zM4 6A2 2 0 116 8 2 2 0 014 6z"
|
1468
1621
|
})), children);
|
1469
1622
|
});
|
1470
1623
|
if (process.env.NODE_ENV !== "production") {
|
1471
1624
|
ClassifierLanguage.propTypes = iconPropTypes4cbeb95d.i;
|
1472
1625
|
}
|
1473
|
-
const Clean = /*#__PURE__*/React.forwardRef(function Clean(
|
1626
|
+
const Clean = /*#__PURE__*/React.forwardRef(function Clean(_ref60, ref) {
|
1474
1627
|
let {
|
1475
1628
|
children,
|
1476
1629
|
size = 16,
|
1477
1630
|
...rest
|
1478
|
-
} =
|
1631
|
+
} = _ref60;
|
1479
1632
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1480
1633
|
width: size,
|
1481
1634
|
height: size,
|
@@ -1484,28 +1637,28 @@ const Clean = /*#__PURE__*/React.forwardRef(function Clean(_ref53, ref) {
|
|
1484
1637
|
viewBox: "0 0 32 32",
|
1485
1638
|
fill: "currentColor",
|
1486
1639
|
...rest
|
1487
|
-
},
|
1640
|
+
}, _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
|
1488
1641
|
d: "M20 18H26V20H20z",
|
1489
1642
|
transform: "rotate(-180 23 19)"
|
1490
|
-
})),
|
1643
|
+
})), _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
|
1491
1644
|
d: "M24 26H30V28H24z",
|
1492
1645
|
transform: "rotate(-180 27 27)"
|
1493
|
-
})),
|
1646
|
+
})), _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
|
1494
1647
|
d: "M22 22H28V24H22z",
|
1495
1648
|
transform: "rotate(-180 25 23)"
|
1496
|
-
})),
|
1649
|
+
})), _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
|
1497
1650
|
d: "M17.0029,20a4.8952,4.8952,0,0,0-2.4044-4.1729L22,3,20.2691,2,12.6933,15.126A5.6988,5.6988,0,0,0,7.45,16.6289C3.7064,20.24,3.9963,28.6821,4.01,29.04a1,1,0,0,0,1,.96H20.0012a1,1,0,0,0,.6-1.8C17.0615,25.5439,17.0029,20.0537,17.0029,20ZM11.93,16.9971A3.11,3.11,0,0,1,15.0041,20c0,.0381.0019.208.0168.4688L9.1215,17.8452A3.8,3.8,0,0,1,11.93,16.9971ZM15.4494,28A5.2,5.2,0,0,1,14,25H12a6.4993,6.4993,0,0,0,.9684,3H10.7451A16.6166,16.6166,0,0,1,10,24H8a17.3424,17.3424,0,0,0,.6652,4H6c.031-1.8364.29-5.8921,1.8027-8.5527l7.533,3.35A13.0253,13.0253,0,0,0,17.5968,28Z"
|
1498
1651
|
})), children);
|
1499
1652
|
});
|
1500
1653
|
if (process.env.NODE_ENV !== "production") {
|
1501
1654
|
Clean.propTypes = iconPropTypes4cbeb95d.i;
|
1502
1655
|
}
|
1503
|
-
const Close = /*#__PURE__*/React.forwardRef(function Close(
|
1656
|
+
const Close = /*#__PURE__*/React.forwardRef(function Close(_ref61, ref) {
|
1504
1657
|
let {
|
1505
1658
|
children,
|
1506
1659
|
size = 16,
|
1507
1660
|
...rest
|
1508
|
-
} =
|
1661
|
+
} = _ref61;
|
1509
1662
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1510
1663
|
width: size,
|
1511
1664
|
height: size,
|
@@ -1514,19 +1667,19 @@ const Close = /*#__PURE__*/React.forwardRef(function Close(_ref54, ref) {
|
|
1514
1667
|
viewBox: "0 0 32 32",
|
1515
1668
|
fill: "currentColor",
|
1516
1669
|
...rest
|
1517
|
-
},
|
1670
|
+
}, _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
|
1518
1671
|
d: "M17.4141 16L24 9.4141 22.5859 8 16 14.5859 9.4143 8 8 9.4141 14.5859 16 8 22.5859 9.4143 24 16 17.4141 22.5859 24 24 22.5859 17.4141 16z"
|
1519
1672
|
})), children);
|
1520
1673
|
});
|
1521
1674
|
if (process.env.NODE_ENV !== "production") {
|
1522
1675
|
Close.propTypes = iconPropTypes4cbeb95d.i;
|
1523
1676
|
}
|
1524
|
-
const CloseFilled = /*#__PURE__*/React.forwardRef(function CloseFilled(
|
1677
|
+
const CloseFilled = /*#__PURE__*/React.forwardRef(function CloseFilled(_ref62, ref) {
|
1525
1678
|
let {
|
1526
1679
|
children,
|
1527
1680
|
size = 16,
|
1528
1681
|
...rest
|
1529
|
-
} =
|
1682
|
+
} = _ref62;
|
1530
1683
|
if (size === 16 || size === "16" || size === "16px") {
|
1531
1684
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1532
1685
|
width: size,
|
@@ -1536,7 +1689,7 @@ const CloseFilled = /*#__PURE__*/React.forwardRef(function CloseFilled(_ref55, r
|
|
1536
1689
|
viewBox: "0 0 16 16",
|
1537
1690
|
fill: "currentColor",
|
1538
1691
|
...rest
|
1539
|
-
},
|
1692
|
+
}, _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
|
1540
1693
|
d: "M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M10.7,11.5L8,8.8l-2.7,2.7l-0.8-0.8L7.2,8L4.5,5.3l0.8-0.8L8,7.2 l2.7-2.7l0.8,0.8L8.8,8l2.7,2.7L10.7,11.5z"
|
1541
1694
|
})), children);
|
1542
1695
|
}
|
@@ -1548,9 +1701,9 @@ const CloseFilled = /*#__PURE__*/React.forwardRef(function CloseFilled(_ref55, r
|
|
1548
1701
|
viewBox: "0 0 32 32",
|
1549
1702
|
fill: "currentColor",
|
1550
1703
|
...rest
|
1551
|
-
},
|
1704
|
+
}, _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
|
1552
1705
|
d: "M16,2C8.2,2,2,8.2,2,16s6.2,14,14,14s14-6.2,14-14S23.8,2,16,2z M21.4,23L16,17.6L10.6,23L9,21.4l5.4-5.4L9,10.6L10.6,9 l5.4,5.4L21.4,9l1.6,1.6L17.6,16l5.4,5.4L21.4,23z"
|
1553
|
-
})),
|
1706
|
+
})), _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
|
1554
1707
|
d: "M14.4 16L9 10.6 10.6 9 16 14.4 21.4 9 23 10.6 17.6 16 23 21.4 21.4 23 16 17.6 10.6 23 9 21.4 14.4 16",
|
1555
1708
|
"data-icon-path": "inner-path",
|
1556
1709
|
opacity: "0"
|
@@ -1559,12 +1712,12 @@ const CloseFilled = /*#__PURE__*/React.forwardRef(function CloseFilled(_ref55, r
|
|
1559
1712
|
if (process.env.NODE_ENV !== "production") {
|
1560
1713
|
CloseFilled.propTypes = iconPropTypes4cbeb95d.i;
|
1561
1714
|
}
|
1562
|
-
const CloseLarge = /*#__PURE__*/React.forwardRef(function CloseLarge(
|
1715
|
+
const CloseLarge = /*#__PURE__*/React.forwardRef(function CloseLarge(_ref63, ref) {
|
1563
1716
|
let {
|
1564
1717
|
children,
|
1565
1718
|
size = 16,
|
1566
1719
|
...rest
|
1567
|
-
} =
|
1720
|
+
} = _ref63;
|
1568
1721
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1569
1722
|
width: size,
|
1570
1723
|
height: size,
|
@@ -1573,19 +1726,19 @@ const CloseLarge = /*#__PURE__*/React.forwardRef(function CloseLarge(_ref56, ref
|
|
1573
1726
|
viewBox: "0 0 32 32",
|
1574
1727
|
fill: "currentColor",
|
1575
1728
|
...rest
|
1576
|
-
},
|
1729
|
+
}, _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
|
1577
1730
|
d: "M17.4141 16L26 7.4141 24.5859 6 16 14.5859 7.4143 6 6 7.4141 14.5859 16 6 24.5859 7.4143 26 16 17.4141 24.5859 26 26 24.5859 17.4141 16z"
|
1578
1731
|
})), children);
|
1579
1732
|
});
|
1580
1733
|
if (process.env.NODE_ENV !== "production") {
|
1581
1734
|
CloseLarge.propTypes = iconPropTypes4cbeb95d.i;
|
1582
1735
|
}
|
1583
|
-
const CloseOutline = /*#__PURE__*/React.forwardRef(function CloseOutline(
|
1736
|
+
const CloseOutline = /*#__PURE__*/React.forwardRef(function CloseOutline(_ref64, ref) {
|
1584
1737
|
let {
|
1585
1738
|
children,
|
1586
1739
|
size = 16,
|
1587
1740
|
...rest
|
1588
|
-
} =
|
1741
|
+
} = _ref64;
|
1589
1742
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1590
1743
|
width: size,
|
1591
1744
|
height: size,
|
@@ -1594,21 +1747,21 @@ const CloseOutline = /*#__PURE__*/React.forwardRef(function CloseOutline(_ref57,
|
|
1594
1747
|
viewBox: "0 0 32 32",
|
1595
1748
|
fill: "currentColor",
|
1596
1749
|
...rest
|
1597
|
-
},
|
1750
|
+
}, _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
|
1598
1751
|
d: "M16,2C8.2,2,2,8.2,2,16s6.2,14,14,14s14-6.2,14-14S23.8,2,16,2z M16,28C9.4,28,4,22.6,4,16S9.4,4,16,4s12,5.4,12,12 S22.6,28,16,28z"
|
1599
|
-
})),
|
1752
|
+
})), _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
|
1600
1753
|
d: "M21.4 23L16 17.6 10.6 23 9 21.4 14.4 16 9 10.6 10.6 9 16 14.4 21.4 9 23 10.6 17.6 16 23 21.4z"
|
1601
1754
|
})), children);
|
1602
1755
|
});
|
1603
1756
|
if (process.env.NODE_ENV !== "production") {
|
1604
1757
|
CloseOutline.propTypes = iconPropTypes4cbeb95d.i;
|
1605
1758
|
}
|
1606
|
-
const ClosedCaption = /*#__PURE__*/React.forwardRef(function ClosedCaption(
|
1759
|
+
const ClosedCaption = /*#__PURE__*/React.forwardRef(function ClosedCaption(_ref65, ref) {
|
1607
1760
|
let {
|
1608
1761
|
children,
|
1609
1762
|
size = 16,
|
1610
1763
|
...rest
|
1611
|
-
} =
|
1764
|
+
} = _ref65;
|
1612
1765
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1613
1766
|
width: size,
|
1614
1767
|
height: size,
|
@@ -1617,21 +1770,21 @@ const ClosedCaption = /*#__PURE__*/React.forwardRef(function ClosedCaption(_ref5
|
|
1617
1770
|
viewBox: "0 0 32 32",
|
1618
1771
|
fill: "currentColor",
|
1619
1772
|
...rest
|
1620
|
-
},
|
1773
|
+
}, _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
|
1621
1774
|
d: "M15 21H10a2 2 0 01-2-2V13a2 2 0 012-2h5v2H10v6h5zM25 21H20a2 2 0 01-2-2V13a2 2 0 012-2h5v2H20v6h5z"
|
1622
|
-
})),
|
1775
|
+
})), _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
|
1623
1776
|
d: "M28,26H4a2,2,0,0,1-2-2V8A2,2,0,0,1,4,6H28a2,2,0,0,1,2,2V24A2,2,0,0,1,28,26ZM4,8V24H28V8Z"
|
1624
1777
|
})), children);
|
1625
1778
|
});
|
1626
1779
|
if (process.env.NODE_ENV !== "production") {
|
1627
1780
|
ClosedCaption.propTypes = iconPropTypes4cbeb95d.i;
|
1628
1781
|
}
|
1629
|
-
const ClosedCaptionAlt = /*#__PURE__*/React.forwardRef(function ClosedCaptionAlt(
|
1782
|
+
const ClosedCaptionAlt = /*#__PURE__*/React.forwardRef(function ClosedCaptionAlt(_ref66, ref) {
|
1630
1783
|
let {
|
1631
1784
|
children,
|
1632
1785
|
size = 16,
|
1633
1786
|
...rest
|
1634
|
-
} =
|
1787
|
+
} = _ref66;
|
1635
1788
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1636
1789
|
width: size,
|
1637
1790
|
height: size,
|
@@ -1640,21 +1793,21 @@ const ClosedCaptionAlt = /*#__PURE__*/React.forwardRef(function ClosedCaptionAlt
|
|
1640
1793
|
viewBox: "0 0 32 32",
|
1641
1794
|
fill: "currentColor",
|
1642
1795
|
...rest
|
1643
|
-
},
|
1796
|
+
}, _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
|
1644
1797
|
d: "M19 17H25V19H19zM11 17H17V19H11zM6 17H9V19H6zM22 13H26V15H22zM13 13H20V15H13zM6 13H11V15H6z"
|
1645
|
-
})),
|
1798
|
+
})), _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
|
1646
1799
|
d: "M17.7358,30,16,29l4-7h6a1.9966,1.9966,0,0,0,2-2V8a1.9966,1.9966,0,0,0-2-2H6A1.9966,1.9966,0,0,0,4,8V20a1.9966,1.9966,0,0,0,2,2h9v2H6a3.9993,3.9993,0,0,1-4-4V8A3.9988,3.9988,0,0,1,6,4H26a3.9988,3.9988,0,0,1,4,4V20a3.9993,3.9993,0,0,1-4,4H21.1646Z"
|
1647
1800
|
})), children);
|
1648
1801
|
});
|
1649
1802
|
if (process.env.NODE_ENV !== "production") {
|
1650
1803
|
ClosedCaptionAlt.propTypes = iconPropTypes4cbeb95d.i;
|
1651
1804
|
}
|
1652
|
-
const ClosedCaptionFilled = /*#__PURE__*/React.forwardRef(function ClosedCaptionFilled(
|
1805
|
+
const ClosedCaptionFilled = /*#__PURE__*/React.forwardRef(function ClosedCaptionFilled(_ref67, ref) {
|
1653
1806
|
let {
|
1654
1807
|
children,
|
1655
1808
|
size = 16,
|
1656
1809
|
...rest
|
1657
|
-
} =
|
1810
|
+
} = _ref67;
|
1658
1811
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1659
1812
|
width: size,
|
1660
1813
|
height: size,
|
@@ -1663,19 +1816,19 @@ const ClosedCaptionFilled = /*#__PURE__*/React.forwardRef(function ClosedCaption
|
|
1663
1816
|
viewBox: "0 0 32 32",
|
1664
1817
|
fill: "currentColor",
|
1665
1818
|
...rest
|
1666
|
-
},
|
1819
|
+
}, _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
|
1667
1820
|
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,6ZM15,13H10v6h5v2H10a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h5Zm10,0H20v6h5v2H20a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h5Z"
|
1668
1821
|
})), children);
|
1669
1822
|
});
|
1670
1823
|
if (process.env.NODE_ENV !== "production") {
|
1671
1824
|
ClosedCaptionFilled.propTypes = iconPropTypes4cbeb95d.i;
|
1672
1825
|
}
|
1673
|
-
const Cloud = /*#__PURE__*/React.forwardRef(function Cloud(
|
1826
|
+
const Cloud = /*#__PURE__*/React.forwardRef(function Cloud(_ref68, ref) {
|
1674
1827
|
let {
|
1675
1828
|
children,
|
1676
1829
|
size = 16,
|
1677
1830
|
...rest
|
1678
|
-
} =
|
1831
|
+
} = _ref68;
|
1679
1832
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1680
1833
|
width: size,
|
1681
1834
|
height: size,
|
@@ -1684,19 +1837,19 @@ const Cloud = /*#__PURE__*/React.forwardRef(function Cloud(_ref61, ref) {
|
|
1684
1837
|
viewBox: "0 0 32 32",
|
1685
1838
|
fill: "currentColor",
|
1686
1839
|
...rest
|
1687
|
-
},
|
1840
|
+
}, _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
|
1688
1841
|
d: "M16,7h0a7.66,7.66,0,0,1,1.51.15,8,8,0,0,1,6.35,6.34l.26,1.35,1.35.24a5.5,5.5,0,0,1-1,10.92H7.5a5.5,5.5,0,0,1-1-10.92l1.34-.24.26-1.35A8,8,0,0,1,16,7m0-2a10,10,0,0,0-9.83,8.12A7.5,7.5,0,0,0,7.49,28h17a7.5,7.5,0,0,0,1.32-14.88,10,10,0,0,0-7.94-7.94A10.27,10.27,0,0,0,16,5Z"
|
1689
1842
|
})), children);
|
1690
1843
|
});
|
1691
1844
|
if (process.env.NODE_ENV !== "production") {
|
1692
1845
|
Cloud.propTypes = iconPropTypes4cbeb95d.i;
|
1693
1846
|
}
|
1694
|
-
const CloudAlerting = /*#__PURE__*/React.forwardRef(function CloudAlerting(
|
1847
|
+
const CloudAlerting = /*#__PURE__*/React.forwardRef(function CloudAlerting(_ref69, ref) {
|
1695
1848
|
let {
|
1696
1849
|
children,
|
1697
1850
|
size = 16,
|
1698
1851
|
...rest
|
1699
|
-
} =
|
1852
|
+
} = _ref69;
|
1700
1853
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1701
1854
|
width: size,
|
1702
1855
|
height: size,
|
@@ -1705,21 +1858,21 @@ const CloudAlerting = /*#__PURE__*/React.forwardRef(function CloudAlerting(_ref6
|
|
1705
1858
|
viewBox: "0 0 32 32",
|
1706
1859
|
fill: "currentColor",
|
1707
1860
|
...rest
|
1708
|
-
},
|
1861
|
+
}, _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
|
1709
1862
|
d: "M28,17v5H4V6H15V4H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2h8v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V17ZM18,28H14V24h4Z"
|
1710
|
-
})),
|
1863
|
+
})), _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
|
1711
1864
|
d: "M29,14H17a1,1,0,0,1-.8574-1.5144l6-10a1,1,0,0,1,1.7154,0l6,10A1,1,0,0,1,29,14ZM18.7661,12h8.4678L23,4.9436Z"
|
1712
1865
|
})), children);
|
1713
1866
|
});
|
1714
1867
|
if (process.env.NODE_ENV !== "production") {
|
1715
1868
|
CloudAlerting.propTypes = iconPropTypes4cbeb95d.i;
|
1716
1869
|
}
|
1717
|
-
const CloudAuditing = /*#__PURE__*/React.forwardRef(function CloudAuditing(
|
1870
|
+
const CloudAuditing = /*#__PURE__*/React.forwardRef(function CloudAuditing(_ref70, ref) {
|
1718
1871
|
let {
|
1719
1872
|
children,
|
1720
1873
|
size = 16,
|
1721
1874
|
...rest
|
1722
|
-
} =
|
1875
|
+
} = _ref70;
|
1723
1876
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1724
1877
|
width: size,
|
1725
1878
|
height: size,
|
@@ -1728,21 +1881,21 @@ const CloudAuditing = /*#__PURE__*/React.forwardRef(function CloudAuditing(_ref6
|
|
1728
1881
|
viewBox: "0 0 32 32",
|
1729
1882
|
fill: "currentColor",
|
1730
1883
|
...rest
|
1731
|
-
},
|
1884
|
+
}, _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
|
1732
1885
|
d: "M28,16v6H4V6H16V4H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2h8v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V16ZM18,28H14V24h4Z"
|
1733
|
-
})),
|
1886
|
+
})), _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
|
1734
1887
|
d: "M21 15L16 10.04 17.59 8.47 21 11.85 28.41 4.5 30 6.08 21 15z"
|
1735
1888
|
})), children);
|
1736
1889
|
});
|
1737
1890
|
if (process.env.NODE_ENV !== "production") {
|
1738
1891
|
CloudAuditing.propTypes = iconPropTypes4cbeb95d.i;
|
1739
1892
|
}
|
1740
|
-
const CloudDataOps = /*#__PURE__*/React.forwardRef(function CloudDataOps(
|
1893
|
+
const CloudDataOps = /*#__PURE__*/React.forwardRef(function CloudDataOps(_ref71, ref) {
|
1741
1894
|
let {
|
1742
1895
|
children,
|
1743
1896
|
size = 16,
|
1744
1897
|
...rest
|
1745
|
-
} =
|
1898
|
+
} = _ref71;
|
1746
1899
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1747
1900
|
width: size,
|
1748
1901
|
height: size,
|
@@ -1751,19 +1904,19 @@ const CloudDataOps = /*#__PURE__*/React.forwardRef(function CloudDataOps(_ref64,
|
|
1751
1904
|
viewBox: "0 0 32 32",
|
1752
1905
|
fill: "currentColor",
|
1753
1906
|
...rest
|
1754
|
-
},
|
1907
|
+
}, _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
|
1755
1908
|
d: "M28 18H30V28H28zM24 14H26V28H24zM20 22H22V28H20zM22.175 10L23.76 8.7339A9.9522 9.9522 0 0017.89 5.1816 10.0025 10.0025 0 006.17 13.1152 7.5054 7.5054 0 00.0544 21.4087 7.6843 7.6843 0 007.7692 28H16V26H7.6945a5.632 5.632 0 01-5.6023-4.4858 5.5064 5.5064 0 014.4339-6.4307l1.3486-.2441.2139-1.11a8.206 8.206 0 016.7426-6.6426 7.9666 7.9666 0 013.0137.13A7.8037 7.8037 0 0122.175 10z"
|
1756
1909
|
})), children);
|
1757
1910
|
});
|
1758
1911
|
if (process.env.NODE_ENV !== "production") {
|
1759
1912
|
CloudDataOps.propTypes = iconPropTypes4cbeb95d.i;
|
1760
1913
|
}
|
1761
|
-
const CloudDownload = /*#__PURE__*/React.forwardRef(function CloudDownload(
|
1914
|
+
const CloudDownload = /*#__PURE__*/React.forwardRef(function CloudDownload(_ref72, ref) {
|
1762
1915
|
let {
|
1763
1916
|
children,
|
1764
1917
|
size = 16,
|
1765
1918
|
...rest
|
1766
|
-
} =
|
1919
|
+
} = _ref72;
|
1767
1920
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1768
1921
|
width: size,
|
1769
1922
|
height: size,
|
@@ -1772,21 +1925,21 @@ const CloudDownload = /*#__PURE__*/React.forwardRef(function CloudDownload(_ref6
|
|
1772
1925
|
viewBox: "0 0 32 32",
|
1773
1926
|
fill: "currentColor",
|
1774
1927
|
...rest
|
1775
|
-
},
|
1928
|
+
}, _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
|
1776
1929
|
d: "M23.5,22H23V20h.5a4.5,4.5,0,0,0,.36-9L23,11l-.1-.82a7,7,0,0,0-13.88,0L9,11,8.14,11a4.5,4.5,0,0,0,.36,9H9v2H8.5A6.5,6.5,0,0,1,7.2,9.14a9,9,0,0,1,17.6,0A6.5,6.5,0,0,1,23.5,22Z"
|
1777
|
-
})),
|
1930
|
+
})), _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
|
1778
1931
|
d: "M17 26.17L17 14 15 14 15 26.17 12.41 23.59 11 25 16 30 21 25 19.59 23.59 17 26.17z"
|
1779
1932
|
})), children);
|
1780
1933
|
});
|
1781
1934
|
if (process.env.NODE_ENV !== "production") {
|
1782
1935
|
CloudDownload.propTypes = iconPropTypes4cbeb95d.i;
|
1783
1936
|
}
|
1784
|
-
const CloudLogging = /*#__PURE__*/React.forwardRef(function CloudLogging(
|
1937
|
+
const CloudLogging = /*#__PURE__*/React.forwardRef(function CloudLogging(_ref73, ref) {
|
1785
1938
|
let {
|
1786
1939
|
children,
|
1787
1940
|
size = 16,
|
1788
1941
|
...rest
|
1789
|
-
} =
|
1942
|
+
} = _ref73;
|
1790
1943
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1791
1944
|
width: size,
|
1792
1945
|
height: size,
|
@@ -1795,21 +1948,21 @@ const CloudLogging = /*#__PURE__*/React.forwardRef(function CloudLogging(_ref66,
|
|
1795
1948
|
viewBox: "0 0 32 32",
|
1796
1949
|
fill: "currentColor",
|
1797
1950
|
...rest
|
1798
|
-
},
|
1951
|
+
}, _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
|
1799
1952
|
d: "M28 16v6H4V6H15V4H4A2 2 0 002 6V22a2 2 0 002 2h8v4H8v2H24V28H20V24h8a2 2 0 002-2V16zM18 28H14V24h4zM18 4H30V6H18z"
|
1800
|
-
})),
|
1953
|
+
})), _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
|
1801
1954
|
d: "M18 8H30V10H18zM18 12H24V14H18z"
|
1802
1955
|
})), children);
|
1803
1956
|
});
|
1804
1957
|
if (process.env.NODE_ENV !== "production") {
|
1805
1958
|
CloudLogging.propTypes = iconPropTypes4cbeb95d.i;
|
1806
1959
|
}
|
1807
|
-
const CloudMonitoring = /*#__PURE__*/React.forwardRef(function CloudMonitoring(
|
1960
|
+
const CloudMonitoring = /*#__PURE__*/React.forwardRef(function CloudMonitoring(_ref74, ref) {
|
1808
1961
|
let {
|
1809
1962
|
children,
|
1810
1963
|
size = 16,
|
1811
1964
|
...rest
|
1812
|
-
} =
|
1965
|
+
} = _ref74;
|
1813
1966
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1814
1967
|
width: size,
|
1815
1968
|
height: size,
|
@@ -1818,21 +1971,21 @@ const CloudMonitoring = /*#__PURE__*/React.forwardRef(function CloudMonitoring(_
|
|
1818
1971
|
viewBox: "0 0 32 32",
|
1819
1972
|
fill: "currentColor",
|
1820
1973
|
...rest
|
1821
|
-
},
|
1974
|
+
}, _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
|
1822
1975
|
d: "M28,16v6H4V6h7V4H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2h8v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V16ZM18,28H14V24h4Z"
|
1823
|
-
})),
|
1976
|
+
})), _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
|
1824
1977
|
d: "M18,18h-.01a1,1,0,0,1-.9511-.7253L15.2456,11H11V9h5a1,1,0,0,1,.9615.7252l1.0742,3.7589,3.0088-9.7783A1.0142,1.0142,0,0,1,22,3a.98.98,0,0,1,.9487.6838L24.7207,9H30v2H24a1,1,0,0,1-.9487-.6838l-1.0132-3.04L18.9556,17.2942A1,1,0,0,1,18,18Z"
|
1825
1978
|
})), children);
|
1826
1979
|
});
|
1827
1980
|
if (process.env.NODE_ENV !== "production") {
|
1828
1981
|
CloudMonitoring.propTypes = iconPropTypes4cbeb95d.i;
|
1829
1982
|
}
|
1830
|
-
const CloudOffline = /*#__PURE__*/React.forwardRef(function CloudOffline(
|
1983
|
+
const CloudOffline = /*#__PURE__*/React.forwardRef(function CloudOffline(_ref75, ref) {
|
1831
1984
|
let {
|
1832
1985
|
children,
|
1833
1986
|
size = 16,
|
1834
1987
|
...rest
|
1835
|
-
} =
|
1988
|
+
} = _ref75;
|
1836
1989
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1837
1990
|
width: size,
|
1838
1991
|
height: size,
|
@@ -1841,19 +1994,19 @@ const CloudOffline = /*#__PURE__*/React.forwardRef(function CloudOffline(_ref68,
|
|
1841
1994
|
viewBox: "0 0 32 32",
|
1842
1995
|
fill: "currentColor",
|
1843
1996
|
...rest
|
1844
|
-
},
|
1997
|
+
}, _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
|
1845
1998
|
d: "M24.8008 12.1362a8.8694 8.8694 0 00-.9795-2.5434L30 3.4142 28.5872 2 2 28.5872 3.4142 30l5-5H23.5a6.4974 6.4974 0 001.3008-12.8638zM23.5 23H10.4141L22.3418 11.0723a6.9049 6.9049 0 01.6006 2.0708l.0986.812.8154.0639A4.4975 4.4975 0 0123.5 23zM4.2964 23.4487l1.4313-1.4311A4.4774 4.4774 0 018.144 14.019l.8155-.0639.0991-.812a6.9867 6.9867 0 0110.63-5.0865l1.4431-1.4428A8.9859 8.9859 0 007.2 12.1362 6.4891 6.4891 0 004.2964 23.4487z"
|
1846
1999
|
})), children);
|
1847
2000
|
});
|
1848
2001
|
if (process.env.NODE_ENV !== "production") {
|
1849
2002
|
CloudOffline.propTypes = iconPropTypes4cbeb95d.i;
|
1850
2003
|
}
|
1851
|
-
const CloudServiceManagement = /*#__PURE__*/React.forwardRef(function CloudServiceManagement(
|
2004
|
+
const CloudServiceManagement = /*#__PURE__*/React.forwardRef(function CloudServiceManagement(_ref76, ref) {
|
1852
2005
|
let {
|
1853
2006
|
children,
|
1854
2007
|
size = 16,
|
1855
2008
|
...rest
|
1856
|
-
} =
|
2009
|
+
} = _ref76;
|
1857
2010
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1858
2011
|
width: size,
|
1859
2012
|
height: size,
|
@@ -1862,21 +2015,21 @@ const CloudServiceManagement = /*#__PURE__*/React.forwardRef(function CloudServi
|
|
1862
2015
|
viewBox: "0 0 32 32",
|
1863
2016
|
fill: "currentColor",
|
1864
2017
|
...rest
|
1865
|
-
},
|
2018
|
+
}, _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
|
1866
2019
|
d: "M28,17v5H4V6H14V4H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2h8v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V17ZM18,28H14V24h4Z"
|
1867
|
-
})),
|
2020
|
+
})), _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
|
1868
2021
|
d: "M30,10V8H27.8989a4.9678,4.9678,0,0,0-.7319-1.7529l1.49-1.49-1.414-1.414-1.49,1.49A4.9678,4.9678,0,0,0,24,4.1011V2H22V4.1011a4.9678,4.9678,0,0,0-1.7529.7319l-1.49-1.49-1.414,1.414,1.49,1.49A4.9678,4.9678,0,0,0,18.1011,8H16v2h2.1011a4.9678,4.9678,0,0,0,.7319,1.7529l-1.49,1.49,1.414,1.414,1.49-1.49A4.9678,4.9678,0,0,0,22,13.8989V16h2V13.8989a4.9678,4.9678,0,0,0,1.7529-.7319l1.49,1.49,1.414-1.414-1.49-1.49A4.9678,4.9678,0,0,0,27.8989,10Zm-7,2a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,23,12Z"
|
1869
2022
|
})), children);
|
1870
2023
|
});
|
1871
2024
|
if (process.env.NODE_ENV !== "production") {
|
1872
2025
|
CloudServiceManagement.propTypes = iconPropTypes4cbeb95d.i;
|
1873
2026
|
}
|
1874
|
-
const CloudUpload = /*#__PURE__*/React.forwardRef(function CloudUpload(
|
2027
|
+
const CloudUpload = /*#__PURE__*/React.forwardRef(function CloudUpload(_ref77, ref) {
|
1875
2028
|
let {
|
1876
2029
|
children,
|
1877
2030
|
size = 16,
|
1878
2031
|
...rest
|
1879
|
-
} =
|
2032
|
+
} = _ref77;
|
1880
2033
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1881
2034
|
width: size,
|
1882
2035
|
height: size,
|
@@ -1885,21 +2038,21 @@ const CloudUpload = /*#__PURE__*/React.forwardRef(function CloudUpload(_ref70, r
|
|
1885
2038
|
viewBox: "0 0 32 32",
|
1886
2039
|
fill: "currentColor",
|
1887
2040
|
...rest
|
1888
|
-
},
|
2041
|
+
}, _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
|
1889
2042
|
d: "M11 18L12.41 19.41 15 16.83 15 29 17 29 17 16.83 19.59 19.41 21 18 16 13 11 18z"
|
1890
|
-
})),
|
2043
|
+
})), _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
|
1891
2044
|
d: "M23.5,22H23V20h.5a4.5,4.5,0,0,0,.36-9L23,11l-.1-.82a7,7,0,0,0-13.88,0L9,11,8.14,11a4.5,4.5,0,0,0,.36,9H9v2H8.5A6.5,6.5,0,0,1,7.2,9.14a9,9,0,0,1,17.6,0A6.5,6.5,0,0,1,23.5,22Z"
|
1892
2045
|
})), children);
|
1893
2046
|
});
|
1894
2047
|
if (process.env.NODE_ENV !== "production") {
|
1895
2048
|
CloudUpload.propTypes = iconPropTypes4cbeb95d.i;
|
1896
2049
|
}
|
1897
|
-
const CloudApp = /*#__PURE__*/React.forwardRef(function CloudApp(
|
2050
|
+
const CloudApp = /*#__PURE__*/React.forwardRef(function CloudApp(_ref78, ref) {
|
1898
2051
|
let {
|
1899
2052
|
children,
|
1900
2053
|
size = 16,
|
1901
2054
|
...rest
|
1902
|
-
} =
|
2055
|
+
} = _ref78;
|
1903
2056
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1904
2057
|
width: size,
|
1905
2058
|
height: size,
|
@@ -1908,19 +2061,19 @@ const CloudApp = /*#__PURE__*/React.forwardRef(function CloudApp(_ref71, ref) {
|
|
1908
2061
|
viewBox: "0 0 32 32",
|
1909
2062
|
fill: "currentColor",
|
1910
2063
|
...rest
|
1911
|
-
},
|
2064
|
+
}, _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
|
1912
2065
|
d: "M25.8289 13.1155A10.02 10.02 0 0016 5.0005V7a8.0233 8.0233 0 017.8649 6.4934l.2591 1.346 1.3488.2441A5.5019 5.5019 0 0124.5076 26H16v2h8.5076a7.5019 7.5019 0 001.3213-14.8845zM8 24H14V26H8zM4 24H6V26H4zM6 20H14V22H6zM2 20H4V22H2zM8 16H14V18H8zM4 16H6V18H4zM10 12H14V14H10zM6 12H8V14H6zM12 8H14V10H12z"
|
1913
2066
|
})), children);
|
1914
2067
|
});
|
1915
2068
|
if (process.env.NODE_ENV !== "production") {
|
1916
2069
|
CloudApp.propTypes = iconPropTypes4cbeb95d.i;
|
1917
2070
|
}
|
1918
|
-
const CloudCeiling = /*#__PURE__*/React.forwardRef(function CloudCeiling(
|
2071
|
+
const CloudCeiling = /*#__PURE__*/React.forwardRef(function CloudCeiling(_ref79, ref) {
|
1919
2072
|
let {
|
1920
2073
|
children,
|
1921
2074
|
size = 16,
|
1922
2075
|
...rest
|
1923
|
-
} =
|
2076
|
+
} = _ref79;
|
1924
2077
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1925
2078
|
width: size,
|
1926
2079
|
height: size,
|
@@ -1929,21 +2082,21 @@ const CloudCeiling = /*#__PURE__*/React.forwardRef(function CloudCeiling(_ref72,
|
|
1929
2082
|
viewBox: "0 0 32 32",
|
1930
2083
|
fill: "currentColor",
|
1931
2084
|
...rest
|
1932
|
-
},
|
2085
|
+
}, _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
|
1933
2086
|
d: "M2 28H11V30H2zM21 28H30V30H21zM17 26.167L17 17.832 19.586 20.414 21 19 16 14 11 19 12.413 20.415 15 17.832 15 26.167 12.413 23.584 11 25 16 30 21 25 19.586 23.586 17 26.167z"
|
1934
|
-
})),
|
2087
|
+
})), _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
|
1935
2088
|
d: "M23,16H21V14h2a3,3,0,0,0,0-6c-.0938.0144-.1538.0219-.2153.0263l-.8037.0572L21.7544,7.31a5.9927,5.9927,0,0,0-11.1758-.8655l-.2832.5994-.8423-.0455A3.5008,3.5008,0,0,0,9.5,14H11v2H9.5A5.5,5.5,0,0,1,9.07,5.0166,7.9909,7.9909,0,0,1,23.42,6.0175,5,5,0,0,1,23,16Z"
|
1936
2089
|
})), children);
|
1937
2090
|
});
|
1938
2091
|
if (process.env.NODE_ENV !== "production") {
|
1939
2092
|
CloudCeiling.propTypes = iconPropTypes4cbeb95d.i;
|
1940
2093
|
}
|
1941
|
-
const CloudFoundry_1 = /*#__PURE__*/React.forwardRef(function CloudFoundry_1(
|
2094
|
+
const CloudFoundry_1 = /*#__PURE__*/React.forwardRef(function CloudFoundry_1(_ref80, ref) {
|
1942
2095
|
let {
|
1943
2096
|
children,
|
1944
2097
|
size = 16,
|
1945
2098
|
...rest
|
1946
|
-
} =
|
2099
|
+
} = _ref80;
|
1947
2100
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1948
2101
|
width: size,
|
1949
2102
|
height: size,
|
@@ -1952,21 +2105,21 @@ const CloudFoundry_1 = /*#__PURE__*/React.forwardRef(function CloudFoundry_1(_re
|
|
1952
2105
|
viewBox: "0 0 32 32",
|
1953
2106
|
fill: "currentColor",
|
1954
2107
|
...rest
|
1955
|
-
},
|
2108
|
+
}, _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
|
1956
2109
|
d: "M16,7h0a7.66,7.66,0,0,1,1.51.15,8,8,0,0,1,6.35,6.34l.26,1.35,1.35.24a5.5,5.5,0,0,1-1,10.92H7.5a5.5,5.5,0,0,1-1-10.92l1.34-.24.26-1.35A8,8,0,0,1,16,7m0-2a10,10,0,0,0-9.83,8.12A7.5,7.5,0,0,0,7.49,28h17a7.5,7.5,0,0,0,1.32-14.88,10,10,0,0,0-7.94-7.94A10.27,10.27,0,0,0,16,5Z"
|
1957
|
-
})),
|
2110
|
+
})), _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
|
1958
2111
|
d: "M14 24H11a2 2 0 01-2-2V19a2 2 0 012-2h3v2H11v3h3zM21 15V13H19a2 2 0 00-2 2v2H16v2h1v5h2V19h2V17H19V15z"
|
1959
2112
|
})), children);
|
1960
2113
|
});
|
1961
2114
|
if (process.env.NODE_ENV !== "production") {
|
1962
2115
|
CloudFoundry_1.propTypes = iconPropTypes4cbeb95d.i;
|
1963
2116
|
}
|
1964
|
-
const CloudFoundry_2 = /*#__PURE__*/React.forwardRef(function CloudFoundry_2(
|
2117
|
+
const CloudFoundry_2 = /*#__PURE__*/React.forwardRef(function CloudFoundry_2(_ref81, ref) {
|
1965
2118
|
let {
|
1966
2119
|
children,
|
1967
2120
|
size = 16,
|
1968
2121
|
...rest
|
1969
|
-
} =
|
2122
|
+
} = _ref81;
|
1970
2123
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1971
2124
|
width: size,
|
1972
2125
|
height: size,
|
@@ -1975,19 +2128,19 @@ const CloudFoundry_2 = /*#__PURE__*/React.forwardRef(function CloudFoundry_2(_re
|
|
1975
2128
|
viewBox: "0 0 32 32",
|
1976
2129
|
fill: "currentColor",
|
1977
2130
|
...rest
|
1978
|
-
},
|
2131
|
+
}, _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
|
1979
2132
|
d: "M25 11L25 9 17 9 17 23 19 23 19 17 24 17 24 15 19 15 19 11 25 11zM15 23H9a2 2 0 01-2-2V11A2 2 0 019 9h6v2H9V21h6z"
|
1980
2133
|
})), children);
|
1981
2134
|
});
|
1982
2135
|
if (process.env.NODE_ENV !== "production") {
|
1983
2136
|
CloudFoundry_2.propTypes = iconPropTypes4cbeb95d.i;
|
1984
2137
|
}
|
1985
|
-
const CloudRegistry = /*#__PURE__*/React.forwardRef(function CloudRegistry(
|
2138
|
+
const CloudRegistry = /*#__PURE__*/React.forwardRef(function CloudRegistry(_ref82, ref) {
|
1986
2139
|
let {
|
1987
2140
|
children,
|
1988
2141
|
size = 16,
|
1989
2142
|
...rest
|
1990
|
-
} =
|
2143
|
+
} = _ref82;
|
1991
2144
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1992
2145
|
width: size,
|
1993
2146
|
height: size,
|
@@ -1996,21 +2149,21 @@ const CloudRegistry = /*#__PURE__*/React.forwardRef(function CloudRegistry(_ref7
|
|
1996
2149
|
viewBox: "0 0 32 32",
|
1997
2150
|
fill: "currentColor",
|
1998
2151
|
...rest
|
1999
|
-
},
|
2152
|
+
}, _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
|
2000
2153
|
d: "M28 30H23a2.0023 2.0023 0 01-2-2V23a2.0023 2.0023 0 012-2h5a2.0023 2.0023 0 012 2v5A2.0023 2.0023 0 0128 30zm-5-7h-.0012L23 28h5V23zM16 23H11a2.0023 2.0023 0 01-2-2V11a2.0023 2.0023 0 012-2H21a2.0023 2.0023 0 012 2v5H21V11H11V21h5z"
|
2001
|
-
})),
|
2154
|
+
})), _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
|
2002
2155
|
d: "M16,30H4a2.0023,2.0023,0,0,1-2-2V4A2.0023,2.0023,0,0,1,4,2H28a2.0023,2.0023,0,0,1,2,2V16H28V4H4V28H16Z"
|
2003
2156
|
})), children);
|
2004
2157
|
});
|
2005
2158
|
if (process.env.NODE_ENV !== "production") {
|
2006
2159
|
CloudRegistry.propTypes = iconPropTypes4cbeb95d.i;
|
2007
2160
|
}
|
2008
|
-
const CloudSatellite = /*#__PURE__*/React.forwardRef(function CloudSatellite(
|
2161
|
+
const CloudSatellite = /*#__PURE__*/React.forwardRef(function CloudSatellite(_ref83, ref) {
|
2009
2162
|
let {
|
2010
2163
|
children,
|
2011
2164
|
size = 16,
|
2012
2165
|
...rest
|
2013
|
-
} =
|
2166
|
+
} = _ref83;
|
2014
2167
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2015
2168
|
width: size,
|
2016
2169
|
height: size,
|
@@ -2019,29 +2172,29 @@ const CloudSatellite = /*#__PURE__*/React.forwardRef(function CloudSatellite(_re
|
|
2019
2172
|
viewBox: "0 0 32 32",
|
2020
2173
|
fill: "currentColor",
|
2021
2174
|
...rest
|
2022
|
-
},
|
2175
|
+
}, _circle0 || (_circle0 = /*#__PURE__*/React.createElement("circle", {
|
2023
2176
|
cx: "9",
|
2024
2177
|
cy: "20",
|
2025
2178
|
r: "2"
|
2026
|
-
})),
|
2179
|
+
})), _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
|
2027
2180
|
d: "M16,20a4,4,0,1,1,4-4A4.0118,4.0118,0,0,1,16,20Zm0-6a2,2,0,1,0,2,2A2.0059,2.0059,0,0,0,16,14Z"
|
2028
|
-
})),
|
2181
|
+
})), _circle1 || (_circle1 = /*#__PURE__*/React.createElement("circle", {
|
2029
2182
|
cx: "23",
|
2030
2183
|
cy: "12",
|
2031
2184
|
r: "2"
|
2032
|
-
})),
|
2185
|
+
})), _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
|
2033
2186
|
d: "M16,31a.9988.9988,0,0,1-.5039-.1357l-12-7A1.0008,1.0008,0,0,1,3,23V9a.9994.9994,0,0,1,.4961-.8638l12-7a1,1,0,0,1,1.0078,0l12,7L27.4961,9.8638,16,3.1577,5,9.5742V22.4258l11,6.417,11-6.417V15h2v8a1.0008,1.0008,0,0,1-.4961.8643l-12,7A.9988.9988,0,0,1,16,31Z"
|
2034
2187
|
})), children);
|
2035
2188
|
});
|
2036
2189
|
if (process.env.NODE_ENV !== "production") {
|
2037
2190
|
CloudSatellite.propTypes = iconPropTypes4cbeb95d.i;
|
2038
2191
|
}
|
2039
|
-
const CloudSatelliteConfig = /*#__PURE__*/React.forwardRef(function CloudSatelliteConfig(
|
2192
|
+
const CloudSatelliteConfig = /*#__PURE__*/React.forwardRef(function CloudSatelliteConfig(_ref84, ref) {
|
2040
2193
|
let {
|
2041
2194
|
children,
|
2042
2195
|
size = 16,
|
2043
2196
|
...rest
|
2044
|
-
} =
|
2197
|
+
} = _ref84;
|
2045
2198
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2046
2199
|
width: size,
|
2047
2200
|
height: size,
|
@@ -2050,31 +2203,31 @@ const CloudSatelliteConfig = /*#__PURE__*/React.forwardRef(function CloudSatelli
|
|
2050
2203
|
viewBox: "0 0 32 32",
|
2051
2204
|
fill: "currentColor",
|
2052
2205
|
...rest
|
2053
|
-
},
|
2206
|
+
}, _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
|
2054
2207
|
d: "M32,26V24H29.8989a4.9678,4.9678,0,0,0-.7319-1.7529l1.49-1.49-1.414-1.414-1.49,1.49A4.9678,4.9678,0,0,0,26,20.1011V18H24v2.1011a4.9678,4.9678,0,0,0-1.7529.7319l-1.49-1.49-1.414,1.414,1.49,1.49A4.9678,4.9678,0,0,0,20.1011,24H18v2h2.1011a4.9678,4.9678,0,0,0,.7319,1.7529l-1.49,1.49,1.414,1.414,1.49-1.49A4.9678,4.9678,0,0,0,24,29.8989V32h2V29.8989a4.9678,4.9678,0,0,0,1.7529-.7319l1.49,1.49,1.414-1.414-1.49-1.49A4.9678,4.9678,0,0,0,29.8989,26Zm-7,2a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,25,28Z"
|
2055
|
-
})),
|
2208
|
+
})), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
|
2056
2209
|
cx: "7",
|
2057
2210
|
cy: "20",
|
2058
2211
|
r: "2"
|
2059
|
-
})),
|
2212
|
+
})), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
|
2060
2213
|
d: "M14,20a4,4,0,1,1,4-4A4.0118,4.0118,0,0,1,14,20Zm0-6a2,2,0,1,0,2,2A2.0059,2.0059,0,0,0,14,14Z"
|
2061
|
-
})),
|
2214
|
+
})), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
|
2062
2215
|
cx: "21",
|
2063
2216
|
cy: "12",
|
2064
2217
|
r: "2"
|
2065
|
-
})),
|
2218
|
+
})), _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
|
2066
2219
|
d: "M13.0205,28.2715,3,22.4258V9.5742L14,3.1577,25.4961,9.8638l1.0078-1.7276-12-7a1,1,0,0,0-1.0078,0l-12,7A.9994.9994,0,0,0,1,9V23a1.0008,1.0008,0,0,0,.4961.8643L12.0127,30Z"
|
2067
2220
|
})), children);
|
2068
2221
|
});
|
2069
2222
|
if (process.env.NODE_ENV !== "production") {
|
2070
2223
|
CloudSatelliteConfig.propTypes = iconPropTypes4cbeb95d.i;
|
2071
2224
|
}
|
2072
|
-
const CloudSatelliteLink = /*#__PURE__*/React.forwardRef(function CloudSatelliteLink(
|
2225
|
+
const CloudSatelliteLink = /*#__PURE__*/React.forwardRef(function CloudSatelliteLink(_ref85, ref) {
|
2073
2226
|
let {
|
2074
2227
|
children,
|
2075
2228
|
size = 16,
|
2076
2229
|
...rest
|
2077
|
-
} =
|
2230
|
+
} = _ref85;
|
2078
2231
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2079
2232
|
width: size,
|
2080
2233
|
height: size,
|
@@ -2083,33 +2236,33 @@ const CloudSatelliteLink = /*#__PURE__*/React.forwardRef(function CloudSatellite
|
|
2083
2236
|
viewBox: "0 0 32 32",
|
2084
2237
|
fill: "currentColor",
|
2085
2238
|
...rest
|
2086
|
-
},
|
2239
|
+
}, _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
|
2087
2240
|
d: "M30.9763,24.9748l-5.0015,5.0015a3.501,3.501,0,0,1-4.9511-4.9511L22.4383,26.44A1.5,1.5,0,0,0,24.56,28.5617L29.5617,23.56A1.5,1.5,0,0,0,27.44,21.4383l-1.4146-1.4146a3.501,3.501,0,0,1,4.9511,4.9511Z"
|
2088
|
-
})),
|
2241
|
+
})), _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
|
2089
2242
|
d: "M20.0252,21.0237l-5.0015,5.0015a3.501,3.501,0,0,0,4.9511,4.9511L18.56,29.5617A1.5,1.5,0,0,1,16.4383,27.44L21.44,22.4383A1.5,1.5,0,0,1,23.5617,24.56l1.4146,1.4146a3.501,3.501,0,0,0-4.9511-4.9511Z"
|
2090
|
-
})),
|
2243
|
+
})), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
|
2091
2244
|
cx: "7",
|
2092
2245
|
cy: "20",
|
2093
2246
|
r: "2"
|
2094
|
-
})),
|
2247
|
+
})), _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
|
2095
2248
|
d: "M14,20a4,4,0,1,1,4-4A4.0118,4.0118,0,0,1,14,20Zm0-6a2,2,0,1,0,2,2A2.0059,2.0059,0,0,0,14,14Z"
|
2096
|
-
})),
|
2249
|
+
})), _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
|
2097
2250
|
cx: "21",
|
2098
2251
|
cy: "12",
|
2099
2252
|
r: "2"
|
2100
|
-
})),
|
2253
|
+
})), _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
|
2101
2254
|
d: "M11.3076,27.2725,3,22.4258V9.5742L14,3.1577,25.4961,9.8638l1.0078-1.7276-12-7a1,1,0,0,0-1.0078,0l-12,7A.9994.9994,0,0,0,1,9V23a1.0008,1.0008,0,0,0,.4961.8643L10.3,29Z"
|
2102
2255
|
})), children);
|
2103
2256
|
});
|
2104
2257
|
if (process.env.NODE_ENV !== "production") {
|
2105
2258
|
CloudSatelliteLink.propTypes = iconPropTypes4cbeb95d.i;
|
2106
2259
|
}
|
2107
|
-
const CloudSatelliteServices = /*#__PURE__*/React.forwardRef(function CloudSatelliteServices(
|
2260
|
+
const CloudSatelliteServices = /*#__PURE__*/React.forwardRef(function CloudSatelliteServices(_ref86, ref) {
|
2108
2261
|
let {
|
2109
2262
|
children,
|
2110
2263
|
size = 16,
|
2111
2264
|
...rest
|
2112
|
-
} =
|
2265
|
+
} = _ref86;
|
2113
2266
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2114
2267
|
width: size,
|
2115
2268
|
height: size,
|
@@ -2118,31 +2271,31 @@ const CloudSatelliteServices = /*#__PURE__*/React.forwardRef(function CloudSatel
|
|
2118
2271
|
viewBox: "0 0 32 32",
|
2119
2272
|
fill: "currentColor",
|
2120
2273
|
...rest
|
2121
|
-
},
|
2274
|
+
}, _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
|
2122
2275
|
d: "M29,26a2.97,2.97,0,0,0-1.8551.6607L25,25.4224V23.8157a3,3,0,1,0-2,0v1.6067l-2.1449,1.2383A2.97,2.97,0,0,0,19,26a3.02,3.02,0,1,0,2.9254,2.3525L24,27.1548l2.0746,1.1977A2.9978,2.9978,0,1,0,29,26ZM19,30a1,1,0,1,1,1-1A1.0006,1.0006,0,0,1,19,30Zm5-10a1,1,0,1,1-1,1A1.0009,1.0009,0,0,1,24,20Zm5,10a1,1,0,1,1,1-1A1.0006,1.0006,0,0,1,29,30Z"
|
2123
|
-
})),
|
2276
|
+
})), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
|
2124
2277
|
cx: "7",
|
2125
2278
|
cy: "20",
|
2126
2279
|
r: "2"
|
2127
|
-
})),
|
2280
|
+
})), _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
|
2128
2281
|
d: "M14,20a4,4,0,1,1,4-4A4.0118,4.0118,0,0,1,14,20Zm0-6a2,2,0,1,0,2,2A2.0059,2.0059,0,0,0,14,14Z"
|
2129
|
-
})),
|
2282
|
+
})), _circle15 || (_circle15 = /*#__PURE__*/React.createElement("circle", {
|
2130
2283
|
cx: "21",
|
2131
2284
|
cy: "12",
|
2132
2285
|
r: "2"
|
2133
|
-
})),
|
2286
|
+
})), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
|
2134
2287
|
d: "M13.0205,28.2715,3,22.4258V9.5742L14,3.1577,25.4961,9.8638l1.0078-1.7276-12-7a1,1,0,0,0-1.0078,0l-12,7A.9994.9994,0,0,0,1,9V23a1.0008,1.0008,0,0,0,.4961.8643L12.0127,30Z"
|
2135
2288
|
})), children);
|
2136
2289
|
});
|
2137
2290
|
if (process.env.NODE_ENV !== "production") {
|
2138
2291
|
CloudSatelliteServices.propTypes = iconPropTypes4cbeb95d.i;
|
2139
2292
|
}
|
2140
|
-
const CloudServices = /*#__PURE__*/React.forwardRef(function CloudServices(
|
2293
|
+
const CloudServices = /*#__PURE__*/React.forwardRef(function CloudServices(_ref87, ref) {
|
2141
2294
|
let {
|
2142
2295
|
children,
|
2143
2296
|
size = 16,
|
2144
2297
|
...rest
|
2145
|
-
} =
|
2298
|
+
} = _ref87;
|
2146
2299
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2147
2300
|
width: size,
|
2148
2301
|
height: size,
|
@@ -2151,21 +2304,21 @@ const CloudServices = /*#__PURE__*/React.forwardRef(function CloudServices(_ref8
|
|
2151
2304
|
viewBox: "0 0 32 32",
|
2152
2305
|
fill: "currentColor",
|
2153
2306
|
...rest
|
2154
|
-
},
|
2307
|
+
}, _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
|
2155
2308
|
d: "M25.8218,10.124a9.9991,9.9991,0,0,0-19.6435,0A7.4964,7.4964,0,0,0,7.5,25H8V23H7.5a5.4961,5.4961,0,0,1-.3769-10.9795l.8364-.0571.09-.8335a7.9979,7.9979,0,0,1,15.9013,0l.09.8335.8364.0571A5.4961,5.4961,0,0,1,24.5,23H24v2h.5a7.4964,7.4964,0,0,0,1.3218-14.876Z"
|
2156
|
-
})),
|
2309
|
+
})), _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
|
2157
2310
|
d: "M23,22V20H20.8989a4.9678,4.9678,0,0,0-.7319-1.7529l1.49-1.49-1.414-1.414-1.49,1.49A4.9678,4.9678,0,0,0,17,16.1011V14H15v2.1011a4.9678,4.9678,0,0,0-1.7529.7319l-1.49-1.49-1.414,1.414,1.49,1.49A4.9678,4.9678,0,0,0,11.1011,20H9v2h2.1011a4.9678,4.9678,0,0,0,.7319,1.7529l-1.49,1.49,1.414,1.414,1.49-1.49A4.9678,4.9678,0,0,0,15,25.8989V28h2V25.8989a4.9678,4.9678,0,0,0,1.7529-.7319l1.49,1.49,1.414-1.414-1.49-1.49A4.9678,4.9678,0,0,0,20.8989,22Zm-7,2a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,16,24Z"
|
2158
2311
|
})), children);
|
2159
2312
|
});
|
2160
2313
|
if (process.env.NODE_ENV !== "production") {
|
2161
2314
|
CloudServices.propTypes = iconPropTypes4cbeb95d.i;
|
2162
2315
|
}
|
2163
|
-
const Cloudy = /*#__PURE__*/React.forwardRef(function Cloudy(
|
2316
|
+
const Cloudy = /*#__PURE__*/React.forwardRef(function Cloudy(_ref88, ref) {
|
2164
2317
|
let {
|
2165
2318
|
children,
|
2166
2319
|
size = 16,
|
2167
2320
|
...rest
|
2168
|
-
} =
|
2321
|
+
} = _ref88;
|
2169
2322
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2170
2323
|
width: size,
|
2171
2324
|
height: size,
|
@@ -2174,19 +2327,19 @@ const Cloudy = /*#__PURE__*/React.forwardRef(function Cloudy(_ref81, ref) {
|
|
2174
2327
|
viewBox: "0 0 32 32",
|
2175
2328
|
fill: "currentColor",
|
2176
2329
|
...rest
|
2177
|
-
},
|
2330
|
+
}, _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
|
2178
2331
|
d: "M30.0005,15.5005a6.5324,6.5324,0,0,0-5.1992-6.3638,8.9943,8.9943,0,0,0-17.6006,0,6.5321,6.5321,0,0,0-5.2,6.3638,6.4543,6.4543,0,0,0,1.6887,4.35A5.9829,5.9829,0,0,0,8,30H19a5.9764,5.9764,0,0,0,5.6094-8.1016A6.5051,6.5051,0,0,0,30.0005,15.5005ZM19,28H8a3.9925,3.9925,0,0,1-.6731-7.9292L7.99,19.958l.1458-.6562a5.496,5.496,0,0,1,10.7294,0l.1458.6562.6626.1128A3.9925,3.9925,0,0,1,19,28Zm4.5-8h-.0554a5.9562,5.9562,0,0,0-2.7959-1.7564,7.4952,7.4952,0,0,0-14.2984,0,5.9877,5.9877,0,0,0-1.0315.4073A4.4446,4.4446,0,0,1,4,15.5005a4.5171,4.5171,0,0,1,4.144-4.481l.8155-.0639.0991-.812a6.9938,6.9938,0,0,1,13.8838,0l.0986.812.8154.0639a4.4975,4.4975,0,0,1-.3564,8.981Z"
|
2179
2332
|
})), children);
|
2180
2333
|
});
|
2181
2334
|
if (process.env.NODE_ENV !== "production") {
|
2182
2335
|
Cloudy.propTypes = iconPropTypes4cbeb95d.i;
|
2183
2336
|
}
|
2184
|
-
const WatsonHealthCobbAngle = /*#__PURE__*/React.forwardRef(function WatsonHealthCobbAngle(
|
2337
|
+
const WatsonHealthCobbAngle = /*#__PURE__*/React.forwardRef(function WatsonHealthCobbAngle(_ref89, ref) {
|
2185
2338
|
let {
|
2186
2339
|
children,
|
2187
2340
|
size = 16,
|
2188
2341
|
...rest
|
2189
|
-
} =
|
2342
|
+
} = _ref89;
|
2190
2343
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2191
2344
|
width: size,
|
2192
2345
|
height: size,
|
@@ -2195,19 +2348,19 @@ const WatsonHealthCobbAngle = /*#__PURE__*/React.forwardRef(function WatsonHealt
|
|
2195
2348
|
viewBox: "0 0 32 32",
|
2196
2349
|
fill: "currentColor",
|
2197
2350
|
...rest
|
2198
|
-
},
|
2351
|
+
}, _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
|
2199
2352
|
d: "M20 17V15a2 2 0 00-2-2H10a2 2 0 00-2 2v2a2 2 0 002 2h8A2 2 0 0020 17zM10 15h8v2H10zM23.42 24.48A2 2 0 0021 23.06l-7.73 2.07a2 2 0 00-1.42 2.44h0l.52 1.93A2 2 0 0014.27 31a3 3 0 00.52-.07l7.73-2.07h0a2 2 0 001.41-2.45zM14.27 29l-.51-1.94L21.48 25 22 26.92zM13.24 6.86L21 8.93h0a2.24 2.24 0 00.51.07 2 2 0 001.94-1.48L24 5.58a2 2 0 00-1.41-2.45L14.79 1.06a2 2 0 00-2.45 1.41h0l-.52 1.93a2 2 0 001.42 2.44zm1-3.86L22 5.07 21.48 7 13.76 4.93zM14 21H16V23H14zM14 9H16V11H14z"
|
2200
2353
|
})), children);
|
2201
2354
|
});
|
2202
2355
|
if (process.env.NODE_ENV !== "production") {
|
2203
2356
|
WatsonHealthCobbAngle.propTypes = iconPropTypes4cbeb95d.i;
|
2204
2357
|
}
|
2205
|
-
const Code = /*#__PURE__*/React.forwardRef(function Code(
|
2358
|
+
const Code = /*#__PURE__*/React.forwardRef(function Code(_ref90, ref) {
|
2206
2359
|
let {
|
2207
2360
|
children,
|
2208
2361
|
size = 16,
|
2209
2362
|
...rest
|
2210
|
-
} =
|
2363
|
+
} = _ref90;
|
2211
2364
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2212
2365
|
width: size,
|
2213
2366
|
height: size,
|
@@ -2216,9 +2369,9 @@ const Code = /*#__PURE__*/React.forwardRef(function Code(_ref83, ref) {
|
|
2216
2369
|
viewBox: "0 0 32 32",
|
2217
2370
|
fill: "currentColor",
|
2218
2371
|
...rest
|
2219
|
-
},
|
2372
|
+
}, _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
|
2220
2373
|
d: "M31 16L24 23 22.59 21.59 28.17 16 22.59 10.41 24 9 31 16zM1 16L8 9 9.41 10.41 3.83 16 9.41 21.59 8 23 1 16z"
|
2221
|
-
})),
|
2374
|
+
})), _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
|
2222
2375
|
d: "M5.91 15H26.080000000000002V17H5.91z",
|
2223
2376
|
transform: "rotate(-75 15.996 16)"
|
2224
2377
|
})), children);
|
@@ -2226,12 +2379,12 @@ const Code = /*#__PURE__*/React.forwardRef(function Code(_ref83, ref) {
|
|
2226
2379
|
if (process.env.NODE_ENV !== "production") {
|
2227
2380
|
Code.propTypes = iconPropTypes4cbeb95d.i;
|
2228
2381
|
}
|
2229
|
-
const CodeHide = /*#__PURE__*/React.forwardRef(function CodeHide(
|
2382
|
+
const CodeHide = /*#__PURE__*/React.forwardRef(function CodeHide(_ref91, ref) {
|
2230
2383
|
let {
|
2231
2384
|
children,
|
2232
2385
|
size = 16,
|
2233
2386
|
...rest
|
2234
|
-
} =
|
2387
|
+
} = _ref91;
|
2235
2388
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2236
2389
|
width: size,
|
2237
2390
|
height: size,
|
@@ -2240,19 +2393,19 @@ const CodeHide = /*#__PURE__*/React.forwardRef(function CodeHide(_ref84, ref) {
|
|
2240
2393
|
viewBox: "0 0 32 32",
|
2241
2394
|
fill: "currentColor",
|
2242
2395
|
...rest
|
2243
|
-
},
|
2396
|
+
}, _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
|
2244
2397
|
d: "M17.713 13.471L19.576 6.518 17.645 6 16.08 11.838 17.713 13.471zM24.207 19.965L25.621 21.379 31 16 24 9 22.586 10.414 28.172 16 24.207 19.965zM30 28.586L3.414 2 2 3.414 7.793 9.207 1 16 8 23 9.414 21.586 3.828 16 9.207 10.621 14.884 16.298 12.423 25.482 14.355 26 16.517 17.931 28.586 30 30 28.586z"
|
2245
2398
|
})), children);
|
2246
2399
|
});
|
2247
2400
|
if (process.env.NODE_ENV !== "production") {
|
2248
2401
|
CodeHide.propTypes = iconPropTypes4cbeb95d.i;
|
2249
2402
|
}
|
2250
|
-
const CodeReference = /*#__PURE__*/React.forwardRef(function CodeReference(
|
2403
|
+
const CodeReference = /*#__PURE__*/React.forwardRef(function CodeReference(_ref92, ref) {
|
2251
2404
|
let {
|
2252
2405
|
children,
|
2253
2406
|
size = 16,
|
2254
2407
|
...rest
|
2255
|
-
} =
|
2408
|
+
} = _ref92;
|
2256
2409
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2257
2410
|
width: size,
|
2258
2411
|
height: size,
|
@@ -2261,24 +2414,24 @@ const CodeReference = /*#__PURE__*/React.forwardRef(function CodeReference(_ref8
|
|
2261
2414
|
viewBox: "0 0 32 32",
|
2262
2415
|
fill: "currentColor",
|
2263
2416
|
...rest
|
2264
|
-
},
|
2417
|
+
}, _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
|
2265
2418
|
d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM30 10L24 4 22.586 5.414 27.172 10 22.586 14.586 24 16 30 10z"
|
2266
|
-
})),
|
2419
|
+
})), _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
|
2267
2420
|
d: "M8.944 9.001H24.974000000000004V11.001H8.944z",
|
2268
2421
|
transform: "rotate(-74.995 16.96 10)"
|
2269
|
-
})),
|
2422
|
+
})), _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
|
2270
2423
|
d: "M4 10L10 4 11.414 5.414 6.828 10 11.414 14.586 10 16 4 10z"
|
2271
2424
|
})), children);
|
2272
2425
|
});
|
2273
2426
|
if (process.env.NODE_ENV !== "production") {
|
2274
2427
|
CodeReference.propTypes = iconPropTypes4cbeb95d.i;
|
2275
2428
|
}
|
2276
|
-
const CodeBlock = /*#__PURE__*/React.forwardRef(function CodeBlock(
|
2429
|
+
const CodeBlock = /*#__PURE__*/React.forwardRef(function CodeBlock(_ref93, ref) {
|
2277
2430
|
let {
|
2278
2431
|
children,
|
2279
2432
|
size = 16,
|
2280
2433
|
...rest
|
2281
|
-
} =
|
2434
|
+
} = _ref93;
|
2282
2435
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2283
2436
|
width: size,
|
2284
2437
|
height: size,
|
@@ -2287,7 +2440,7 @@ const CodeBlock = /*#__PURE__*/React.forwardRef(function CodeBlock(_ref86, ref)
|
|
2287
2440
|
viewBox: "0 0 32 32",
|
2288
2441
|
fill: "currentColor",
|
2289
2442
|
...rest
|
2290
|
-
},
|
2443
|
+
}, _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
|
2291
2444
|
strokeWidth: "0",
|
2292
2445
|
d: "M2 3H10V5H2zM6 9H30V11H6zM6 15H30V17H6zM2 27H10V29H2zM6 21H22V23H6z"
|
2293
2446
|
})), children);
|
@@ -2295,12 +2448,12 @@ const CodeBlock = /*#__PURE__*/React.forwardRef(function CodeBlock(_ref86, ref)
|
|
2295
2448
|
if (process.env.NODE_ENV !== "production") {
|
2296
2449
|
CodeBlock.propTypes = iconPropTypes4cbeb95d.i;
|
2297
2450
|
}
|
2298
|
-
const CodeSigningService = /*#__PURE__*/React.forwardRef(function CodeSigningService(
|
2451
|
+
const CodeSigningService = /*#__PURE__*/React.forwardRef(function CodeSigningService(_ref94, ref) {
|
2299
2452
|
let {
|
2300
2453
|
children,
|
2301
2454
|
size = 16,
|
2302
2455
|
...rest
|
2303
|
-
} =
|
2456
|
+
} = _ref94;
|
2304
2457
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2305
2458
|
width: size,
|
2306
2459
|
height: size,
|
@@ -2309,23 +2462,23 @@ const CodeSigningService = /*#__PURE__*/React.forwardRef(function CodeSigningSer
|
|
2309
2462
|
viewBox: "0 0 32 32",
|
2310
2463
|
fill: "currentColor",
|
2311
2464
|
...rest
|
2312
|
-
},
|
2465
|
+
}, _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
|
2313
2466
|
cx: "25",
|
2314
2467
|
cy: "20",
|
2315
2468
|
r: "1"
|
2316
|
-
})),
|
2469
|
+
})), _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
|
2317
2470
|
d: "M19.4141 30H15V25.5857l5.0337-5.0337A4.6069 4.6069 0 0120 20a5 5 0 114.4478 4.9663zM17 28h1.5859l5.2061-5.2063.5395.1238a3.0351 3.0351 0 10-2.249-2.2488l.1236.5393L17 26.4143zM6 8H8V16H6zM2 8H4V16H2zM18 8H20V14H18zM14 16H12a2 2 0 01-2-2V10a2 2 0 012-2h2a2 2 0 012 2v4A2 2 0 0114 16zm-2-2h2V10H12zM2 18H4V26H2zM14 18H16V22H14zM10 26H8a2 2 0 01-2-2V20a2 2 0 012-2h2a2 2 0 012 2v4A2 2 0 0110 26zM8 24h2V20H8zM2 2H4V6H2zM14 2H16V6H14zM18 2H20V6H18zM10 6H8A2 2 0 016 4V2H8V4h2V2h2V4A2 2 0 0110 6z"
|
2318
2471
|
})), children);
|
2319
2472
|
});
|
2320
2473
|
if (process.env.NODE_ENV !== "production") {
|
2321
2474
|
CodeSigningService.propTypes = iconPropTypes4cbeb95d.i;
|
2322
2475
|
}
|
2323
|
-
const Cognitive = /*#__PURE__*/React.forwardRef(function Cognitive(
|
2476
|
+
const Cognitive = /*#__PURE__*/React.forwardRef(function Cognitive(_ref95, ref) {
|
2324
2477
|
let {
|
2325
2478
|
children,
|
2326
2479
|
size = 16,
|
2327
2480
|
...rest
|
2328
|
-
} =
|
2481
|
+
} = _ref95;
|
2329
2482
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2330
2483
|
width: size,
|
2331
2484
|
height: size,
|
@@ -2334,19 +2487,19 @@ const Cognitive = /*#__PURE__*/React.forwardRef(function Cognitive(_ref88, ref)
|
|
2334
2487
|
viewBox: "0 0 32 32",
|
2335
2488
|
fill: "currentColor",
|
2336
2489
|
...rest
|
2337
|
-
},
|
2490
|
+
}, _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
|
2338
2491
|
d: "M30,13A11,11,0,0,0,19,2H11a9,9,0,0,0-9,9v3a5,5,0,0,0,5,5H8.1A5,5,0,0,0,13,23h1.38l4,7,1.73-1-4-6.89A2,2,0,0,0,14.38,21H13a3,3,0,0,1,0-6h1V13H13a5,5,0,0,0-4.9,4H7a3,3,0,0,1-3-3V12H6A3,3,0,0,0,9,9V8H7V9a1,1,0,0,1-1,1H4.08A7,7,0,0,1,11,4h6V6a1,1,0,0,1-1,1H14V9h2a3,3,0,0,0,3-3V4a9,9,0,0,1,8.05,5H26a3,3,0,0,0-3,3v1h2V12a1,1,0,0,1,1-1h1.77A8.76,8.76,0,0,1,28,13v1a5,5,0,0,1-5,5H20v2h3a7,7,0,0,0,3-.68V21a3,3,0,0,1-3,3H22v2h1a5,5,0,0,0,5-5V18.89A7,7,0,0,0,30,14Z"
|
2339
2492
|
})), children);
|
2340
2493
|
});
|
2341
2494
|
if (process.env.NODE_ENV !== "production") {
|
2342
2495
|
Cognitive.propTypes = iconPropTypes4cbeb95d.i;
|
2343
2496
|
}
|
2344
|
-
const Collaborate = /*#__PURE__*/React.forwardRef(function Collaborate(
|
2497
|
+
const Collaborate = /*#__PURE__*/React.forwardRef(function Collaborate(_ref96, ref) {
|
2345
2498
|
let {
|
2346
2499
|
children,
|
2347
2500
|
size = 16,
|
2348
2501
|
...rest
|
2349
|
-
} =
|
2502
|
+
} = _ref96;
|
2350
2503
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2351
2504
|
width: size,
|
2352
2505
|
height: size,
|
@@ -2355,19 +2508,19 @@ const Collaborate = /*#__PURE__*/React.forwardRef(function Collaborate(_ref89, r
|
|
2355
2508
|
viewBox: "0 0 32 32",
|
2356
2509
|
fill: "currentColor",
|
2357
2510
|
...rest
|
2358
|
-
},
|
2511
|
+
}, _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
|
2359
2512
|
d: "M6 21V20H4v1a7 7 0 007 7h3V26H11A5 5 0 016 21zM24 11v1h2V11a7 7 0 00-7-7H16V6h3A5 5 0 0124 11zM11 11H5a3 3 0 00-3 3v2H4V14a1 1 0 011-1h6a1 1 0 011 1v2h2V14A3 3 0 0011 11zM8 10A4 4 0 104 6 4 4 0 008 10zM8 4A2 2 0 116 6 2 2 0 018 4zM27 25H21a3 3 0 00-3 3v2h2V28a1 1 0 011-1h6a1 1 0 011 1v2h2V28A3 3 0 0027 25zM20 20a4 4 0 104-4A4 4 0 0020 20zm6 0a2 2 0 11-2-2A2 2 0 0126 20z"
|
2360
2513
|
})), children);
|
2361
2514
|
});
|
2362
2515
|
if (process.env.NODE_ENV !== "production") {
|
2363
2516
|
Collaborate.propTypes = iconPropTypes4cbeb95d.i;
|
2364
2517
|
}
|
2365
|
-
const CollapseAll = /*#__PURE__*/React.forwardRef(function CollapseAll(
|
2518
|
+
const CollapseAll = /*#__PURE__*/React.forwardRef(function CollapseAll(_ref97, ref) {
|
2366
2519
|
let {
|
2367
2520
|
children,
|
2368
2521
|
size = 16,
|
2369
2522
|
...rest
|
2370
|
-
} =
|
2523
|
+
} = _ref97;
|
2371
2524
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2372
2525
|
width: size,
|
2373
2526
|
height: size,
|
@@ -2376,23 +2529,23 @@ const CollapseAll = /*#__PURE__*/React.forwardRef(function CollapseAll(_ref90, r
|
|
2376
2529
|
viewBox: "0 0 32 32",
|
2377
2530
|
fill: "currentColor",
|
2378
2531
|
...rest
|
2379
|
-
},
|
2532
|
+
}, _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
|
2380
2533
|
d: "M30,15H28V7H13V5H28a2.0023,2.0023,0,0,1,2,2Z"
|
2381
|
-
})),
|
2534
|
+
})), _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
|
2382
2535
|
d: "M25,20H23V12H8V10H23a2.0023,2.0023,0,0,1,2,2Z"
|
2383
|
-
})),
|
2536
|
+
})), _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
|
2384
2537
|
d: "M18,27H4a2.0023,2.0023,0,0,1-2-2V17a2.0023,2.0023,0,0,1,2-2H18a2.0023,2.0023,0,0,1,2,2v8A2.0023,2.0023,0,0,1,18,27ZM4,17v8H18.0012L18,17Z"
|
2385
2538
|
})), children);
|
2386
2539
|
});
|
2387
2540
|
if (process.env.NODE_ENV !== "production") {
|
2388
2541
|
CollapseAll.propTypes = iconPropTypes4cbeb95d.i;
|
2389
2542
|
}
|
2390
|
-
const CollapseCategories = /*#__PURE__*/React.forwardRef(function CollapseCategories(
|
2543
|
+
const CollapseCategories = /*#__PURE__*/React.forwardRef(function CollapseCategories(_ref98, ref) {
|
2391
2544
|
let {
|
2392
2545
|
children,
|
2393
2546
|
size = 16,
|
2394
2547
|
...rest
|
2395
|
-
} =
|
2548
|
+
} = _ref98;
|
2396
2549
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2397
2550
|
width: size,
|
2398
2551
|
height: size,
|
@@ -2401,19 +2554,19 @@ const CollapseCategories = /*#__PURE__*/React.forwardRef(function CollapseCatego
|
|
2401
2554
|
viewBox: "0 0 32 32",
|
2402
2555
|
fill: "currentColor",
|
2403
2556
|
...rest
|
2404
|
-
},
|
2557
|
+
}, _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
|
2405
2558
|
d: "M14 25H28V27H14zM7.17 26L4.59 28.58 6 30 10 26 6 22 4.58 23.41 7.17 26zM14 15H28V17H14zM7.17 16L4.59 18.58 6 20 10 16 6 12 4.58 13.41 7.17 16zM14 5H28V7H14zM7.17 6L4.59 8.58 6 10 10 6 6 2 4.58 3.41 7.17 6z"
|
2406
2559
|
})), children);
|
2407
2560
|
});
|
2408
2561
|
if (process.env.NODE_ENV !== "production") {
|
2409
2562
|
CollapseCategories.propTypes = iconPropTypes4cbeb95d.i;
|
2410
2563
|
}
|
2411
|
-
const ColorPalette = /*#__PURE__*/React.forwardRef(function ColorPalette(
|
2564
|
+
const ColorPalette = /*#__PURE__*/React.forwardRef(function ColorPalette(_ref99, ref) {
|
2412
2565
|
let {
|
2413
2566
|
children,
|
2414
2567
|
size = 16,
|
2415
2568
|
...rest
|
2416
|
-
} =
|
2569
|
+
} = _ref99;
|
2417
2570
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2418
2571
|
width: size,
|
2419
2572
|
height: size,
|
@@ -2422,39 +2575,39 @@ const ColorPalette = /*#__PURE__*/React.forwardRef(function ColorPalette(_ref92,
|
|
2422
2575
|
viewBox: "0 0 32 32",
|
2423
2576
|
fill: "currentColor",
|
2424
2577
|
...rest
|
2425
|
-
},
|
2578
|
+
}, _circle17 || (_circle17 = /*#__PURE__*/React.createElement("circle", {
|
2426
2579
|
cx: "10",
|
2427
2580
|
cy: "12",
|
2428
2581
|
r: "2"
|
2429
|
-
})),
|
2582
|
+
})), _circle18 || (_circle18 = /*#__PURE__*/React.createElement("circle", {
|
2430
2583
|
cx: "16",
|
2431
2584
|
cy: "9",
|
2432
2585
|
r: "2"
|
2433
|
-
})),
|
2586
|
+
})), _circle19 || (_circle19 = /*#__PURE__*/React.createElement("circle", {
|
2434
2587
|
cx: "22",
|
2435
2588
|
cy: "12",
|
2436
2589
|
r: "2"
|
2437
|
-
})),
|
2590
|
+
})), _circle20 || (_circle20 = /*#__PURE__*/React.createElement("circle", {
|
2438
2591
|
cx: "23",
|
2439
2592
|
cy: "18",
|
2440
2593
|
r: "2"
|
2441
|
-
})),
|
2594
|
+
})), _circle21 || (_circle21 = /*#__PURE__*/React.createElement("circle", {
|
2442
2595
|
cx: "19",
|
2443
2596
|
cy: "23",
|
2444
2597
|
r: "2"
|
2445
|
-
})),
|
2598
|
+
})), _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
|
2446
2599
|
d: "M16.54,2A14,14,0,0,0,2,16a4.82,4.82,0,0,0,6.09,4.65l1.12-.31A3,3,0,0,1,13,23.24V27a3,3,0,0,0,3,3A14,14,0,0,0,30,15.46,14.05,14.05,0,0,0,16.54,2Zm8.11,22.31A11.93,11.93,0,0,1,16,28a1,1,0,0,1-1-1V23.24a5,5,0,0,0-5-5,5.07,5.07,0,0,0-1.33.18l-1.12.31A2.82,2.82,0,0,1,4,16,12,12,0,0,1,16.47,4,12.18,12.18,0,0,1,28,15.53,11.89,11.89,0,0,1,24.65,24.32Z"
|
2447
2600
|
})), children);
|
2448
2601
|
});
|
2449
2602
|
if (process.env.NODE_ENV !== "production") {
|
2450
2603
|
ColorPalette.propTypes = iconPropTypes4cbeb95d.i;
|
2451
2604
|
}
|
2452
|
-
const ColorSwitch = /*#__PURE__*/React.forwardRef(function ColorSwitch(
|
2605
|
+
const ColorSwitch = /*#__PURE__*/React.forwardRef(function ColorSwitch(_ref100, ref) {
|
2453
2606
|
let {
|
2454
2607
|
children,
|
2455
2608
|
size = 16,
|
2456
2609
|
...rest
|
2457
|
-
} =
|
2610
|
+
} = _ref100;
|
2458
2611
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2459
2612
|
width: size,
|
2460
2613
|
height: size,
|
@@ -2463,19 +2616,19 @@ const ColorSwitch = /*#__PURE__*/React.forwardRef(function ColorSwitch(_ref93, r
|
|
2463
2616
|
viewBox: "0 0 32 32",
|
2464
2617
|
fill: "currentColor",
|
2465
2618
|
...rest
|
2466
|
-
},
|
2619
|
+
}, _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
|
2467
2620
|
d: "M26,4H6A2.0025,2.0025,0,0,0,4,6V26a2.0025,2.0025,0,0,0,2,2H26a2.0025,2.0025,0,0,0,2-2V6A2.0025,2.0025,0,0,0,26,4ZM6,26,26,6V26Z"
|
2468
2621
|
})), children);
|
2469
2622
|
});
|
2470
2623
|
if (process.env.NODE_ENV !== "production") {
|
2471
2624
|
ColorSwitch.propTypes = iconPropTypes4cbeb95d.i;
|
2472
2625
|
}
|
2473
|
-
const Column = /*#__PURE__*/React.forwardRef(function Column(
|
2626
|
+
const Column = /*#__PURE__*/React.forwardRef(function Column(_ref101, ref) {
|
2474
2627
|
let {
|
2475
2628
|
children,
|
2476
2629
|
size = 16,
|
2477
2630
|
...rest
|
2478
|
-
} =
|
2631
|
+
} = _ref101;
|
2479
2632
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2480
2633
|
width: size,
|
2481
2634
|
height: size,
|
@@ -2484,19 +2637,19 @@ const Column = /*#__PURE__*/React.forwardRef(function Column(_ref94, ref) {
|
|
2484
2637
|
viewBox: "0 0 32 32",
|
2485
2638
|
fill: "currentColor",
|
2486
2639
|
...rest
|
2487
|
-
},
|
2640
|
+
}, _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
|
2488
2641
|
d: "M24 4H26V28H24zM18 6V26H14V6h4m0-2H14a2 2 0 00-2 2V26a2 2 0 002 2h4a2 2 0 002-2V6a2 2 0 00-2-2zM6 4H8V28H6z"
|
2489
2642
|
})), children);
|
2490
2643
|
});
|
2491
2644
|
if (process.env.NODE_ENV !== "production") {
|
2492
2645
|
Column.propTypes = iconPropTypes4cbeb95d.i;
|
2493
2646
|
}
|
2494
|
-
const ColumnDelete = /*#__PURE__*/React.forwardRef(function ColumnDelete(
|
2647
|
+
const ColumnDelete = /*#__PURE__*/React.forwardRef(function ColumnDelete(_ref102, ref) {
|
2495
2648
|
let {
|
2496
2649
|
children,
|
2497
2650
|
size = 16,
|
2498
2651
|
...rest
|
2499
|
-
} =
|
2652
|
+
} = _ref102;
|
2500
2653
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2501
2654
|
width: size,
|
2502
2655
|
height: size,
|
@@ -2505,21 +2658,21 @@ const ColumnDelete = /*#__PURE__*/React.forwardRef(function ColumnDelete(_ref95,
|
|
2505
2658
|
viewBox: "0 0 32 32",
|
2506
2659
|
fill: "currentColor",
|
2507
2660
|
...rest
|
2508
|
-
},
|
2661
|
+
}, _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
|
2509
2662
|
d: "M30 3.41L28.59 2 25 5.59 21.41 2 20 3.41 23.59 7 20 10.59 21.41 12 25 8.41 28.59 12 30 10.59 26.41 7 30 3.41z"
|
2510
|
-
})),
|
2663
|
+
})), _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
|
2511
2664
|
d: "M24 14V28H18V6H16V28a2.0023 2.0023 0 002 2h6a2.0023 2.0023 0 002-2V14zM10 30H4a2.0021 2.0021 0 01-2-2V8A2.0021 2.0021 0 014 6h6a2.0021 2.0021 0 012 2V28A2.0021 2.0021 0 0110 30zM4 8V28h6V8z"
|
2512
2665
|
})), children);
|
2513
2666
|
});
|
2514
2667
|
if (process.env.NODE_ENV !== "production") {
|
2515
2668
|
ColumnDelete.propTypes = iconPropTypes4cbeb95d.i;
|
2516
2669
|
}
|
2517
|
-
const ColumnInsert = /*#__PURE__*/React.forwardRef(function ColumnInsert(
|
2670
|
+
const ColumnInsert = /*#__PURE__*/React.forwardRef(function ColumnInsert(_ref103, ref) {
|
2518
2671
|
let {
|
2519
2672
|
children,
|
2520
2673
|
size = 16,
|
2521
2674
|
...rest
|
2522
|
-
} =
|
2675
|
+
} = _ref103;
|
2523
2676
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2524
2677
|
width: size,
|
2525
2678
|
height: size,
|
@@ -2528,19 +2681,19 @@ const ColumnInsert = /*#__PURE__*/React.forwardRef(function ColumnInsert(_ref96,
|
|
2528
2681
|
viewBox: "0 0 32 32",
|
2529
2682
|
fill: "currentColor",
|
2530
2683
|
...rest
|
2531
|
-
},
|
2684
|
+
}, _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
|
2532
2685
|
d: "M28 30H22a2.0021 2.0021 0 01-2-2V10a2.0021 2.0021 0 012-2h6a2.0021 2.0021 0 012 2V28A2.0021 2.0021 0 0128 30zM22 10V28h6V10zM16 9L21.586 3.414 20.172 2 16 6.172 11.828 2 10.414 3.414 16 9zM10 30H4a2.0021 2.0021 0 01-2-2V10A2.0021 2.0021 0 014 8h6a2.0021 2.0021 0 012 2V28A2.0021 2.0021 0 0110 30zM4 10V28h6V10z"
|
2533
2686
|
})), children);
|
2534
2687
|
});
|
2535
2688
|
if (process.env.NODE_ENV !== "production") {
|
2536
2689
|
ColumnInsert.propTypes = iconPropTypes4cbeb95d.i;
|
2537
2690
|
}
|
2538
|
-
const ColumnDependency = /*#__PURE__*/React.forwardRef(function ColumnDependency(
|
2691
|
+
const ColumnDependency = /*#__PURE__*/React.forwardRef(function ColumnDependency(_ref104, ref) {
|
2539
2692
|
let {
|
2540
2693
|
children,
|
2541
2694
|
size = 16,
|
2542
2695
|
...rest
|
2543
|
-
} =
|
2696
|
+
} = _ref104;
|
2544
2697
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2545
2698
|
width: size,
|
2546
2699
|
height: size,
|
@@ -2549,19 +2702,19 @@ const ColumnDependency = /*#__PURE__*/React.forwardRef(function ColumnDependency
|
|
2549
2702
|
viewBox: "0 0 32 32",
|
2550
2703
|
fill: "currentColor",
|
2551
2704
|
...rest
|
2552
|
-
},
|
2705
|
+
}, _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
|
2553
2706
|
d: "M30,10V2H22V5H17a2.0023,2.0023,0,0,0-2,2v8H10V12H2v8h8V17h5v8a2.0023,2.0023,0,0,0,2,2h5v3h8V22H22v3H17V17h5v3h8V12H22v3H17V7h5v3ZM8,18H4V14H8Zm16,6h4v4H24Zm0-10h4v4H24ZM24,4h4V8H24Z"
|
2554
2707
|
})), children);
|
2555
2708
|
});
|
2556
2709
|
if (process.env.NODE_ENV !== "production") {
|
2557
2710
|
ColumnDependency.propTypes = iconPropTypes4cbeb95d.i;
|
2558
2711
|
}
|
2559
|
-
const Commit = /*#__PURE__*/React.forwardRef(function Commit(
|
2712
|
+
const Commit = /*#__PURE__*/React.forwardRef(function Commit(_ref105, ref) {
|
2560
2713
|
let {
|
2561
2714
|
children,
|
2562
2715
|
size = 16,
|
2563
2716
|
...rest
|
2564
|
-
} =
|
2717
|
+
} = _ref105;
|
2565
2718
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2566
2719
|
width: size,
|
2567
2720
|
height: size,
|
@@ -2570,19 +2723,19 @@ const Commit = /*#__PURE__*/React.forwardRef(function Commit(_ref98, ref) {
|
|
2570
2723
|
viewBox: "0 0 32 32",
|
2571
2724
|
fill: "currentColor",
|
2572
2725
|
...rest
|
2573
|
-
},
|
2726
|
+
}, _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
|
2574
2727
|
d: "M30,15H21.91A5.9925,5.9925,0,0,0,10.09,15H2v2h8.09A5.9925,5.9925,0,0,0,21.91,17H30ZM16,20a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,16,20Z"
|
2575
2728
|
})), children);
|
2576
2729
|
});
|
2577
2730
|
if (process.env.NODE_ENV !== "production") {
|
2578
2731
|
Commit.propTypes = iconPropTypes4cbeb95d.i;
|
2579
2732
|
}
|
2580
|
-
const CommunicationUnified = /*#__PURE__*/React.forwardRef(function CommunicationUnified(
|
2733
|
+
const CommunicationUnified = /*#__PURE__*/React.forwardRef(function CommunicationUnified(_ref106, ref) {
|
2581
2734
|
let {
|
2582
2735
|
children,
|
2583
2736
|
size = 16,
|
2584
2737
|
...rest
|
2585
|
-
} =
|
2738
|
+
} = _ref106;
|
2586
2739
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2587
2740
|
width: size,
|
2588
2741
|
height: size,
|
@@ -2591,19 +2744,19 @@ const CommunicationUnified = /*#__PURE__*/React.forwardRef(function Communicatio
|
|
2591
2744
|
viewBox: "0 0 32 32",
|
2592
2745
|
fill: "currentColor",
|
2593
2746
|
...rest
|
2594
|
-
},
|
2747
|
+
}, _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
|
2595
2748
|
d: "M28 17H18a2.0025 2.0025 0 00-2 2v6a2.0025 2.0025 0 002 2h4V25H18V19H28v6H25.4648l-2.5937 3.8906L24.5352 30l2-3H28a2.0025 2.0025 0 002-2V19A2.0025 2.0025 0 0028 17zM8.6667 24.1086l.8614-.8615a.8334.8334 0 01.8988-.1844l1.0493.42A.8334.8334 0 0112 24.2561v1.9082a.8334.8334 0 01-.8786.8341c-7.3546-.4578-8.84-6.6863-9.1158-9.0723A.8316.8316 0 012.8343 17H4.7085a.8335.8335 0 01.7737.5238l.42 1.0493a.8332.8332 0 01-.1845.8988l-.8614.8614A4.5267 4.5267 0 008.6667 24.1086zM21 9H28V11H21zM21 5H30V7H21zM17 6L14 8.2V6a2.0024 2.0024 0 00-2-2H4A2.0024 2.0024 0 002 6v6a2.0024 2.0024 0 002 2h8a2.0024 2.0024 0 002-2V9.8L17 12zM4 12V6h8v6z"
|
2596
2749
|
})), children);
|
2597
2750
|
});
|
2598
2751
|
if (process.env.NODE_ENV !== "production") {
|
2599
2752
|
CommunicationUnified.propTypes = iconPropTypes4cbeb95d.i;
|
2600
2753
|
}
|
2601
|
-
const Compare = /*#__PURE__*/React.forwardRef(function Compare(
|
2754
|
+
const Compare = /*#__PURE__*/React.forwardRef(function Compare(_ref107, ref) {
|
2602
2755
|
let {
|
2603
2756
|
children,
|
2604
2757
|
size = 16,
|
2605
2758
|
...rest
|
2606
|
-
} =
|
2759
|
+
} = _ref107;
|
2607
2760
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2608
2761
|
width: size,
|
2609
2762
|
height: size,
|
@@ -2612,19 +2765,19 @@ const Compare = /*#__PURE__*/React.forwardRef(function Compare(_ref100, ref) {
|
|
2612
2765
|
viewBox: "0 0 32 32",
|
2613
2766
|
fill: "currentColor",
|
2614
2767
|
...rest
|
2615
|
-
},
|
2768
|
+
}, _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
|
2616
2769
|
d: "M28,6H18V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V24a2,2,0,0,0,2,2H14v2a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V8A2,2,0,0,0,28,6ZM4,15h6.17L7.59,17.59,9,19l5-5L9,9,7.59,10.41,10.17,13H4V4H16V24H4ZM16,28V26a2,2,0,0,0,2-2V8H28v9H21.83l2.58-2.59L23,13l-5,5,5,5,1.41-1.41L21.83,19H28v9Z"
|
2617
2770
|
})), children);
|
2618
2771
|
});
|
2619
2772
|
if (process.env.NODE_ENV !== "production") {
|
2620
2773
|
Compare.propTypes = iconPropTypes4cbeb95d.i;
|
2621
2774
|
}
|
2622
|
-
const Compass = /*#__PURE__*/React.forwardRef(function Compass(
|
2775
|
+
const Compass = /*#__PURE__*/React.forwardRef(function Compass(_ref108, ref) {
|
2623
2776
|
let {
|
2624
2777
|
children,
|
2625
2778
|
size = 16,
|
2626
2779
|
...rest
|
2627
|
-
} =
|
2780
|
+
} = _ref108;
|
2628
2781
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2629
2782
|
width: size,
|
2630
2783
|
height: size,
|
@@ -2633,11 +2786,11 @@ const Compass = /*#__PURE__*/React.forwardRef(function Compass(_ref101, ref) {
|
|
2633
2786
|
viewBox: "0 0 32 32",
|
2634
2787
|
fill: "currentColor",
|
2635
2788
|
...rest
|
2636
|
-
},
|
2789
|
+
}, _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
|
2637
2790
|
d: "M16,4A12,12,0,1,1,4,16,12,12,0,0,1,16,4m0-2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Z"
|
2638
|
-
})),
|
2791
|
+
})), _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
|
2639
2792
|
d: "M23,10.41,21.59,9l-4.3,4.3a3,3,0,0,0-4,4L9,21.59,10.41,23l4.3-4.3a3,3,0,0,0,4-4ZM17,16a1,1,0,1,1-1-1A1,1,0,0,1,17,16Z"
|
2640
|
-
})),
|
2793
|
+
})), _circle22 || (_circle22 = /*#__PURE__*/React.createElement("circle", {
|
2641
2794
|
cx: "16",
|
2642
2795
|
cy: "7.5",
|
2643
2796
|
r: "1.5"
|
@@ -2646,12 +2799,12 @@ const Compass = /*#__PURE__*/React.forwardRef(function Compass(_ref101, ref) {
|
|
2646
2799
|
if (process.env.NODE_ENV !== "production") {
|
2647
2800
|
Compass.propTypes = iconPropTypes4cbeb95d.i;
|
2648
2801
|
}
|
2649
|
-
const QComposerEdit = /*#__PURE__*/React.forwardRef(function QComposerEdit(
|
2802
|
+
const QComposerEdit = /*#__PURE__*/React.forwardRef(function QComposerEdit(_ref109, ref) {
|
2650
2803
|
let {
|
2651
2804
|
children,
|
2652
2805
|
size = 16,
|
2653
2806
|
...rest
|
2654
|
-
} =
|
2807
|
+
} = _ref109;
|
2655
2808
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2656
2809
|
width: size,
|
2657
2810
|
height: size,
|
@@ -2660,19 +2813,19 @@ const QComposerEdit = /*#__PURE__*/React.forwardRef(function QComposerEdit(_ref1
|
|
2660
2813
|
viewBox: "0 0 32 32",
|
2661
2814
|
fill: "currentColor",
|
2662
2815
|
...rest
|
2663
|
-
},
|
2816
|
+
}, _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
|
2664
2817
|
d: "M25.82,10H30V8H25.82a3,3,0,0,0-5.64,0H13V5H5V8H2v2H5v3h8V10h7.18A3,3,0,0,0,22,11.82v7.32A4,4,0,0,0,19.14,22H2v2H19.14a4,4,0,0,0,7.72,0H30V22H26.86A4,4,0,0,0,24,19.14V11.82A3,3,0,0,0,25.82,10ZM11,11H7V7h4ZM25,23a2,2,0,1,1-2-2A2,2,0,0,1,25,23Z"
|
2665
2818
|
})), children);
|
2666
2819
|
});
|
2667
2820
|
if (process.env.NODE_ENV !== "production") {
|
2668
2821
|
QComposerEdit.propTypes = iconPropTypes4cbeb95d.i;
|
2669
2822
|
}
|
2670
|
-
const Concept = /*#__PURE__*/React.forwardRef(function Concept(
|
2823
|
+
const Concept = /*#__PURE__*/React.forwardRef(function Concept(_ref110, ref) {
|
2671
2824
|
let {
|
2672
2825
|
children,
|
2673
2826
|
size = 16,
|
2674
2827
|
...rest
|
2675
|
-
} =
|
2828
|
+
} = _ref110;
|
2676
2829
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2677
2830
|
width: size,
|
2678
2831
|
height: size,
|
@@ -2681,19 +2834,19 @@ const Concept = /*#__PURE__*/React.forwardRef(function Concept(_ref103, ref) {
|
|
2681
2834
|
viewBox: "0 0 32 32",
|
2682
2835
|
fill: "currentColor",
|
2683
2836
|
...rest
|
2684
|
-
},
|
2837
|
+
}, _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
|
2685
2838
|
d: "M20.8851,19.4711a5.9609,5.9609,0,0,0,0-6.9422L23,10.4141l1.293,1.2929a.9995.9995,0,0,0,1.414,0l4-4a.9994.9994,0,0,0,0-1.414l-4-4a.9994.9994,0,0,0-1.414,0l-4,4a.9994.9994,0,0,0,0,1.414L21.5859,9l-2.1148,2.1149a5.9609,5.9609,0,0,0-6.9422,0L10,8.5859V2H2v8H8.5859l2.529,2.5289a5.9609,5.9609,0,0,0,0,6.9422L9,21.5859,7.707,20.293a.9994.9994,0,0,0-1.414,0l-4,4a.9994.9994,0,0,0,0,1.414l4,4a.9995.9995,0,0,0,1.414,0l4-4a.9994.9994,0,0,0,0-1.414L10.4141,23l2.1148-2.1149a5.9609,5.9609,0,0,0,6.9422,0L22,23.4141V30h8V22H23.4141ZM25,4.4141,27.5859,7,25,9.5859,22.4141,7ZM7,27.5859,4.4141,25,7,22.4141,9.5859,25ZM8,8H4V4H8Zm4,8a4,4,0,1,1,4,4A4.0045,4.0045,0,0,1,12,16Zm12,8h4v4H24Z"
|
2686
2839
|
})), children);
|
2687
2840
|
});
|
2688
2841
|
if (process.env.NODE_ENV !== "production") {
|
2689
2842
|
Concept.propTypes = iconPropTypes4cbeb95d.i;
|
2690
2843
|
}
|
2691
|
-
const ConditionPoint = /*#__PURE__*/React.forwardRef(function ConditionPoint(
|
2844
|
+
const ConditionPoint = /*#__PURE__*/React.forwardRef(function ConditionPoint(_ref111, ref) {
|
2692
2845
|
let {
|
2693
2846
|
children,
|
2694
2847
|
size = 16,
|
2695
2848
|
...rest
|
2696
|
-
} =
|
2849
|
+
} = _ref111;
|
2697
2850
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2698
2851
|
width: size,
|
2699
2852
|
height: size,
|
@@ -2702,22 +2855,22 @@ const ConditionPoint = /*#__PURE__*/React.forwardRef(function ConditionPoint(_re
|
|
2702
2855
|
viewBox: "0 0 32 32",
|
2703
2856
|
fill: "currentColor",
|
2704
2857
|
...rest
|
2705
|
-
},
|
2858
|
+
}, _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
|
2706
2859
|
d: "M10.343 10.343H21.657V21.657H10.343z",
|
2707
2860
|
transform: "rotate(-45 16 16)"
|
2708
|
-
})),
|
2861
|
+
})), _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
|
2709
2862
|
d: "M29.3906,14.5269,17.4731,2.6094a2.0852,2.0852,0,0,0-2.9462,0L2.6094,14.5269a2.0852,2.0852,0,0,0,0,2.9462L14.5269,29.3906a2.0852,2.0852,0,0,0,2.9462,0L29.3906,17.4731a2.0852,2.0852,0,0,0,0-2.9462ZM16,28.0356,3.9646,16,16,3.9644,28.0356,16Z"
|
2710
2863
|
})), children);
|
2711
2864
|
});
|
2712
2865
|
if (process.env.NODE_ENV !== "production") {
|
2713
2866
|
ConditionPoint.propTypes = iconPropTypes4cbeb95d.i;
|
2714
2867
|
}
|
2715
|
-
const ConditionWaitPoint = /*#__PURE__*/React.forwardRef(function ConditionWaitPoint(
|
2868
|
+
const ConditionWaitPoint = /*#__PURE__*/React.forwardRef(function ConditionWaitPoint(_ref112, ref) {
|
2716
2869
|
let {
|
2717
2870
|
children,
|
2718
2871
|
size = 16,
|
2719
2872
|
...rest
|
2720
|
-
} =
|
2873
|
+
} = _ref112;
|
2721
2874
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2722
2875
|
width: size,
|
2723
2876
|
height: size,
|
@@ -2726,22 +2879,22 @@ const ConditionWaitPoint = /*#__PURE__*/React.forwardRef(function ConditionWaitP
|
|
2726
2879
|
viewBox: "0 0 32 32",
|
2727
2880
|
fill: "currentColor",
|
2728
2881
|
...rest
|
2729
|
-
},
|
2882
|
+
}, _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
|
2730
2883
|
d: "M10.343 10.343H21.657V21.657H10.343z",
|
2731
2884
|
transform: "rotate(-45 16 16)"
|
2732
|
-
})),
|
2885
|
+
})), _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
|
2733
2886
|
d: "M16,4A12,12,0,1,1,4,16,12.0136,12.0136,0,0,1,16,4m0-2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Z"
|
2734
2887
|
})), children);
|
2735
2888
|
});
|
2736
2889
|
if (process.env.NODE_ENV !== "production") {
|
2737
2890
|
ConditionWaitPoint.propTypes = iconPropTypes4cbeb95d.i;
|
2738
2891
|
}
|
2739
|
-
const Connect = /*#__PURE__*/React.forwardRef(function Connect(
|
2892
|
+
const Connect = /*#__PURE__*/React.forwardRef(function Connect(_ref113, ref) {
|
2740
2893
|
let {
|
2741
2894
|
children,
|
2742
2895
|
size = 16,
|
2743
2896
|
...rest
|
2744
|
-
} =
|
2897
|
+
} = _ref113;
|
2745
2898
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2746
2899
|
width: size,
|
2747
2900
|
height: size,
|
@@ -2750,7 +2903,7 @@ const Connect = /*#__PURE__*/React.forwardRef(function Connect(_ref106, ref) {
|
|
2750
2903
|
viewBox: "0 0 32 32",
|
2751
2904
|
fill: "currentColor",
|
2752
2905
|
...rest
|
2753
|
-
},
|
2906
|
+
}, _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
|
2754
2907
|
d: "M23,16a7,7,0,0,0-4.18,1.39L14.6,13.17A6.86,6.86,0,0,0,16,9a7,7,0,1,0-2.81,5.59l4.21,4.22A7,7,0,1,0,23,16ZM4,9a5,5,0,1,1,5,5A5,5,0,0,1,4,9Z",
|
2755
2908
|
transform: "translate(0 .01)"
|
2756
2909
|
})), children);
|
@@ -2758,12 +2911,12 @@ const Connect = /*#__PURE__*/React.forwardRef(function Connect(_ref106, ref) {
|
|
2758
2911
|
if (process.env.NODE_ENV !== "production") {
|
2759
2912
|
Connect.propTypes = iconPropTypes4cbeb95d.i;
|
2760
2913
|
}
|
2761
|
-
const ConnectRecursive = /*#__PURE__*/React.forwardRef(function ConnectRecursive(
|
2914
|
+
const ConnectRecursive = /*#__PURE__*/React.forwardRef(function ConnectRecursive(_ref114, ref) {
|
2762
2915
|
let {
|
2763
2916
|
children,
|
2764
2917
|
size = 16,
|
2765
2918
|
...rest
|
2766
|
-
} =
|
2919
|
+
} = _ref114;
|
2767
2920
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2768
2921
|
width: size,
|
2769
2922
|
height: size,
|
@@ -2772,19 +2925,19 @@ const ConnectRecursive = /*#__PURE__*/React.forwardRef(function ConnectRecursive
|
|
2772
2925
|
viewBox: "0 0 32 32",
|
2773
2926
|
fill: "currentColor",
|
2774
2927
|
...rest
|
2775
|
-
},
|
2928
|
+
}, _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
|
2776
2929
|
d: "M28,7H13.8281l3.586-3.5859L16,2,10,8l6,6,1.4141-1.4141L13.8281,9H28V20H11.8989A5.0145,5.0145,0,0,0,8,16.1011V2H6V16.1011a5,5,0,0,0,0,9.7978V30H8V25.8989A5.0145,5.0145,0,0,0,11.8989,22H28a2.0023,2.0023,0,0,0,2-2V9A2.0023,2.0023,0,0,0,28,7ZM7,24a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,7,24Z"
|
2777
2930
|
})), children);
|
2778
2931
|
});
|
2779
2932
|
if (process.env.NODE_ENV !== "production") {
|
2780
2933
|
ConnectRecursive.propTypes = iconPropTypes4cbeb95d.i;
|
2781
2934
|
}
|
2782
|
-
const ConnectReference = /*#__PURE__*/React.forwardRef(function ConnectReference(
|
2935
|
+
const ConnectReference = /*#__PURE__*/React.forwardRef(function ConnectReference(_ref115, ref) {
|
2783
2936
|
let {
|
2784
2937
|
children,
|
2785
2938
|
size = 16,
|
2786
2939
|
...rest
|
2787
|
-
} =
|
2940
|
+
} = _ref115;
|
2788
2941
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2789
2942
|
width: size,
|
2790
2943
|
height: size,
|
@@ -2793,21 +2946,21 @@ const ConnectReference = /*#__PURE__*/React.forwardRef(function ConnectReference
|
|
2793
2946
|
viewBox: "0 0 32 32",
|
2794
2947
|
fill: "currentColor",
|
2795
2948
|
...rest
|
2796
|
-
},
|
2949
|
+
}, _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
|
2797
2950
|
d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20z"
|
2798
|
-
})),
|
2951
|
+
})), _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
|
2799
2952
|
d: "M23,16c-1.5696,0-3.0124,.5159-4.1813,1.3919l-4.2173-4.2174c.876-1.1689,1.3986-2.6048,1.3986-4.1745,0-3.8599-3.1406-7-7-7S2,5.1401,2,9s3.1406,7,7,7c1.5696,0,3.0184-.5355,4.1873-1.4114l4.2173,4.2174c-.8759,1.1689-1.4046,2.6243-1.4046,4.194,0,3.8599,3.1406,7,7,7s7-3.1401,7-7-3.1406-7-7-7ZM4,9c0-2.7568,2.2432-5,5-5s5,2.2432,5,5-2.2432,5-5,5-5-2.2432-5-5Z"
|
2800
2953
|
})), children);
|
2801
2954
|
});
|
2802
2955
|
if (process.env.NODE_ENV !== "production") {
|
2803
2956
|
ConnectReference.propTypes = iconPropTypes4cbeb95d.i;
|
2804
2957
|
}
|
2805
|
-
const ConnectSource = /*#__PURE__*/React.forwardRef(function ConnectSource(
|
2958
|
+
const ConnectSource = /*#__PURE__*/React.forwardRef(function ConnectSource(_ref116, ref) {
|
2806
2959
|
let {
|
2807
2960
|
children,
|
2808
2961
|
size = 16,
|
2809
2962
|
...rest
|
2810
|
-
} =
|
2963
|
+
} = _ref116;
|
2811
2964
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2812
2965
|
width: size,
|
2813
2966
|
height: size,
|
@@ -2816,19 +2969,19 @@ const ConnectSource = /*#__PURE__*/React.forwardRef(function ConnectSource(_ref1
|
|
2816
2969
|
viewBox: "0 0 32 32",
|
2817
2970
|
fill: "currentColor",
|
2818
2971
|
...rest
|
2819
|
-
},
|
2972
|
+
}, _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
|
2820
2973
|
d: "M24,10l-1.4141,1.4141L26.1719,15H11.8989A5.0145,5.0145,0,0,0,8,11.1011V2H6v9.1011a5,5,0,0,0,0,9.7978V30H8V20.8989A5.0145,5.0145,0,0,0,11.8989,17h14.273l-3.586,3.5859L24,22l6-6ZM7,19a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,7,19Z"
|
2821
2974
|
})), children);
|
2822
2975
|
});
|
2823
2976
|
if (process.env.NODE_ENV !== "production") {
|
2824
2977
|
ConnectSource.propTypes = iconPropTypes4cbeb95d.i;
|
2825
2978
|
}
|
2826
|
-
const ConnectTarget = /*#__PURE__*/React.forwardRef(function ConnectTarget(
|
2979
|
+
const ConnectTarget = /*#__PURE__*/React.forwardRef(function ConnectTarget(_ref117, ref) {
|
2827
2980
|
let {
|
2828
2981
|
children,
|
2829
2982
|
size = 16,
|
2830
2983
|
...rest
|
2831
|
-
} =
|
2984
|
+
} = _ref117;
|
2832
2985
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2833
2986
|
width: size,
|
2834
2987
|
height: size,
|
@@ -2837,19 +2990,19 @@ const ConnectTarget = /*#__PURE__*/React.forwardRef(function ConnectTarget(_ref1
|
|
2837
2990
|
viewBox: "0 0 32 32",
|
2838
2991
|
fill: "currentColor",
|
2839
2992
|
...rest
|
2840
|
-
},
|
2993
|
+
}, _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
|
2841
2994
|
d: "M28 2H30V30H28zM20 10l-1.4141 1.4141L22.1719 15H11.8989a5 5 0 100 2h10.273l-3.586 3.5859L20 22l6-6zM7 19a3 3 0 113-3A3.0033 3.0033 0 017 19z"
|
2842
2995
|
})), children);
|
2843
2996
|
});
|
2844
2997
|
if (process.env.NODE_ENV !== "production") {
|
2845
2998
|
ConnectTarget.propTypes = iconPropTypes4cbeb95d.i;
|
2846
2999
|
}
|
2847
|
-
const ConnectionReceive = /*#__PURE__*/React.forwardRef(function ConnectionReceive(
|
3000
|
+
const ConnectionReceive = /*#__PURE__*/React.forwardRef(function ConnectionReceive(_ref118, ref) {
|
2848
3001
|
let {
|
2849
3002
|
children,
|
2850
3003
|
size = 16,
|
2851
3004
|
...rest
|
2852
|
-
} =
|
3005
|
+
} = _ref118;
|
2853
3006
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2854
3007
|
width: size,
|
2855
3008
|
height: size,
|
@@ -2858,21 +3011,21 @@ const ConnectionReceive = /*#__PURE__*/React.forwardRef(function ConnectionRecei
|
|
2858
3011
|
viewBox: "0 0 32 32",
|
2859
3012
|
fill: "currentColor",
|
2860
3013
|
...rest
|
2861
|
-
},
|
3014
|
+
}, _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
|
2862
3015
|
d: "M8 8H10V12H8zM8 14H10V18H8zM14 8H16V12H14zM14 14H16V18H14zM8 20H10V24H8zM14 20H16V24H14zM30 14L21.83 14 24.41 16.59 23 18 18 13 23 8 24.41 9.41 21.83 12 30 12 30 14z"
|
2863
|
-
})),
|
3016
|
+
})), _path208 || (_path208 = /*#__PURE__*/React.createElement("path", {
|
2864
3017
|
d: "M28,20v8H22V20H20v8H4V4H20V6h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V30H30V20Z"
|
2865
3018
|
})), children);
|
2866
3019
|
});
|
2867
3020
|
if (process.env.NODE_ENV !== "production") {
|
2868
3021
|
ConnectionReceive.propTypes = iconPropTypes4cbeb95d.i;
|
2869
3022
|
}
|
2870
|
-
const ConnectionSend = /*#__PURE__*/React.forwardRef(function ConnectionSend(
|
3023
|
+
const ConnectionSend = /*#__PURE__*/React.forwardRef(function ConnectionSend(_ref119, ref) {
|
2871
3024
|
let {
|
2872
3025
|
children,
|
2873
3026
|
size = 16,
|
2874
3027
|
...rest
|
2875
|
-
} =
|
3028
|
+
} = _ref119;
|
2876
3029
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2877
3030
|
width: size,
|
2878
3031
|
height: size,
|
@@ -2881,21 +3034,21 @@ const ConnectionSend = /*#__PURE__*/React.forwardRef(function ConnectionSend(_re
|
|
2881
3034
|
viewBox: "0 0 32 32",
|
2882
3035
|
fill: "currentColor",
|
2883
3036
|
...rest
|
2884
|
-
},
|
3037
|
+
}, _path209 || (_path209 = /*#__PURE__*/React.createElement("path", {
|
2885
3038
|
d: "M8 8H10V12H8zM8 14H10V18H8zM14 8H16V12H14zM14 14H16V18H14zM8 20H10V24H8zM14 20H16V24H14zM18 14L26.17 14 23.59 16.59 25 18 30 13 25 8 23.59 9.41 26.17 12 18 12 18 14z"
|
2886
|
-
})),
|
3039
|
+
})), _path210 || (_path210 = /*#__PURE__*/React.createElement("path", {
|
2887
3040
|
d: "M28,20v8H22V20H20v8H4V4H20V6h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V30H30V20Z"
|
2888
3041
|
})), children);
|
2889
3042
|
});
|
2890
3043
|
if (process.env.NODE_ENV !== "production") {
|
2891
3044
|
ConnectionSend.propTypes = iconPropTypes4cbeb95d.i;
|
2892
3045
|
}
|
2893
|
-
const ConnectionTwoWay = /*#__PURE__*/React.forwardRef(function ConnectionTwoWay(
|
3046
|
+
const ConnectionTwoWay = /*#__PURE__*/React.forwardRef(function ConnectionTwoWay(_ref120, ref) {
|
2894
3047
|
let {
|
2895
3048
|
children,
|
2896
3049
|
size = 16,
|
2897
3050
|
...rest
|
2898
|
-
} =
|
3051
|
+
} = _ref120;
|
2899
3052
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2900
3053
|
width: size,
|
2901
3054
|
height: size,
|
@@ -2904,21 +3057,21 @@ const ConnectionTwoWay = /*#__PURE__*/React.forwardRef(function ConnectionTwoWay
|
|
2904
3057
|
viewBox: "0 0 32 32",
|
2905
3058
|
fill: "currentColor",
|
2906
3059
|
...rest
|
2907
|
-
},
|
3060
|
+
}, _path211 || (_path211 = /*#__PURE__*/React.createElement("path", {
|
2908
3061
|
d: "M8 8H10V12H8zM8 14H10V18H8zM14 8H16V12H14zM14 14H16V18H14zM8 20H10V24H8zM14 20H16V24H14zM30 22L21.83 22 24.41 24.59 23 26 18 21 23 16 24.41 17.41 21.83 20 30 20 30 22zM19 12L27.17 12 24.59 14.59 26 16 31 11 26 6 24.59 7.41 27.17 10 19 10 19 12z"
|
2909
|
-
})),
|
3062
|
+
})), _path212 || (_path212 = /*#__PURE__*/React.createElement("path", {
|
2910
3063
|
d: "M28,26v2H4V4H20V6h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V30H30V26Z"
|
2911
3064
|
})), children);
|
2912
3065
|
});
|
2913
3066
|
if (process.env.NODE_ENV !== "production") {
|
2914
3067
|
ConnectionTwoWay.propTypes = iconPropTypes4cbeb95d.i;
|
2915
3068
|
}
|
2916
|
-
const ConnectionUsage = /*#__PURE__*/React.forwardRef(function ConnectionUsage(
|
3069
|
+
const ConnectionUsage = /*#__PURE__*/React.forwardRef(function ConnectionUsage(_ref121, ref) {
|
2917
3070
|
let {
|
2918
3071
|
children,
|
2919
3072
|
size = 16,
|
2920
3073
|
...rest
|
2921
|
-
} =
|
3074
|
+
} = _ref121;
|
2922
3075
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2923
3076
|
width: size,
|
2924
3077
|
height: size,
|
@@ -2927,7 +3080,7 @@ const ConnectionUsage = /*#__PURE__*/React.forwardRef(function ConnectionUsage(_
|
|
2927
3080
|
viewBox: "0 0 32 32",
|
2928
3081
|
fill: "currentColor",
|
2929
3082
|
...rest
|
2930
|
-
},
|
3083
|
+
}, _path213 || (_path213 = /*#__PURE__*/React.createElement("path", {
|
2931
3084
|
strokeWidth: "0",
|
2932
3085
|
d: "m17,26V6c0-1.1046-.8954-2-2-2H4v2h11v20c0,1.1046.8954,2,2,2h11v-2h-11Z"
|
2933
3086
|
})), children);
|
@@ -2935,12 +3088,12 @@ const ConnectionUsage = /*#__PURE__*/React.forwardRef(function ConnectionUsage(_
|
|
2935
3088
|
if (process.env.NODE_ENV !== "production") {
|
2936
3089
|
ConnectionUsage.propTypes = iconPropTypes4cbeb95d.i;
|
2937
3090
|
}
|
2938
|
-
const ConnectionFlowUsage = /*#__PURE__*/React.forwardRef(function ConnectionFlowUsage(
|
3091
|
+
const ConnectionFlowUsage = /*#__PURE__*/React.forwardRef(function ConnectionFlowUsage(_ref122, ref) {
|
2939
3092
|
let {
|
2940
3093
|
children,
|
2941
3094
|
size = 16,
|
2942
3095
|
...rest
|
2943
|
-
} =
|
3096
|
+
} = _ref122;
|
2944
3097
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2945
3098
|
width: size,
|
2946
3099
|
height: size,
|
@@ -2949,7 +3102,7 @@ const ConnectionFlowUsage = /*#__PURE__*/React.forwardRef(function ConnectionFlo
|
|
2949
3102
|
viewBox: "0 0 32 32",
|
2950
3103
|
fill: "currentColor",
|
2951
3104
|
...rest
|
2952
|
-
},
|
3105
|
+
}, _path214 || (_path214 = /*#__PURE__*/React.createElement("path", {
|
2953
3106
|
strokeWidth: "0",
|
2954
3107
|
d: "m22,16l-1.4141,1.4141,4.5859,4.5859h-10.1719V5c0-1.1046-.8954-2-2-2H3v2h10v17c0,1.1046.8954,2,2,2h10.1719l-4.5859,4.5859,1.4141,1.4141,7-7-7-7Z"
|
2955
3108
|
})), children);
|
@@ -2957,12 +3110,12 @@ const ConnectionFlowUsage = /*#__PURE__*/React.forwardRef(function ConnectionFlo
|
|
2957
3110
|
if (process.env.NODE_ENV !== "production") {
|
2958
3111
|
ConnectionFlowUsage.propTypes = iconPropTypes4cbeb95d.i;
|
2959
3112
|
}
|
2960
|
-
const ConnectionSignal = /*#__PURE__*/React.forwardRef(function ConnectionSignal(
|
3113
|
+
const ConnectionSignal = /*#__PURE__*/React.forwardRef(function ConnectionSignal(_ref123, ref) {
|
2961
3114
|
let {
|
2962
3115
|
children,
|
2963
3116
|
size = 16,
|
2964
3117
|
...rest
|
2965
|
-
} =
|
3118
|
+
} = _ref123;
|
2966
3119
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2967
3120
|
width: size,
|
2968
3121
|
height: size,
|
@@ -2971,21 +3124,21 @@ const ConnectionSignal = /*#__PURE__*/React.forwardRef(function ConnectionSignal
|
|
2971
3124
|
viewBox: "0 0 32 32",
|
2972
3125
|
fill: "currentColor",
|
2973
3126
|
...rest
|
2974
|
-
},
|
3127
|
+
}, _path215 || (_path215 = /*#__PURE__*/React.createElement("path", {
|
2975
3128
|
d: "M15 12H17V30H15zM11.33 18.22a7 7 0 010-10.44l1.34 1.49a5 5 0 000 7.46zM20.67 18.22l-1.34-1.49a5 5 0 000-7.46l1.34-1.49a7 7 0 010 10.44z"
|
2976
|
-
})),
|
3129
|
+
})), _path216 || (_path216 = /*#__PURE__*/React.createElement("path", {
|
2977
3130
|
d: "M8.4 21.8a11 11 0 010-17.6L9.6 5.8a9 9 0 000 14.4zM23.6 21.8l-1.2-1.6a9 9 0 000-14.4l1.2-1.6a11 11 0 010 17.6z"
|
2978
3131
|
})), children);
|
2979
3132
|
});
|
2980
3133
|
if (process.env.NODE_ENV !== "production") {
|
2981
3134
|
ConnectionSignal.propTypes = iconPropTypes4cbeb95d.i;
|
2982
3135
|
}
|
2983
|
-
const ConnectionSignalOff = /*#__PURE__*/React.forwardRef(function ConnectionSignalOff(
|
3136
|
+
const ConnectionSignalOff = /*#__PURE__*/React.forwardRef(function ConnectionSignalOff(_ref124, ref) {
|
2984
3137
|
let {
|
2985
3138
|
children,
|
2986
3139
|
size = 16,
|
2987
3140
|
...rest
|
2988
|
-
} =
|
3141
|
+
} = _ref124;
|
2989
3142
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2990
3143
|
width: size,
|
2991
3144
|
height: size,
|
@@ -2994,21 +3147,21 @@ const ConnectionSignalOff = /*#__PURE__*/React.forwardRef(function ConnectionSig
|
|
2994
3147
|
viewBox: "0 0 32 32",
|
2995
3148
|
fill: "currentColor",
|
2996
3149
|
...rest
|
2997
|
-
},
|
3150
|
+
}, _path217 || (_path217 = /*#__PURE__*/React.createElement("path", {
|
2998
3151
|
d: "M26,13a8.9089,8.9089,0,0,1-2.5249,6.2339l1.4133,1.4131A10.9795,10.9795,0,0,0,23.6006,4.2l-1.2012,1.6A8.932,8.932,0,0,1,26,13Z"
|
2999
|
-
})),
|
3152
|
+
})), _path218 || (_path218 = /*#__PURE__*/React.createElement("path", {
|
3000
3153
|
d: "M21 13a5.0022 5.0022 0 01-.9023 2.8564l1.4277 1.4278a6.9831 6.9831 0 00-.8584-9.5015l-1.334 1.49A5.0077 5.0077 0 0121 13zM30 28.5859L3.4143 2 2 3.4141l3.71 3.71A10.9824 10.9824 0 008.3994 21.8008l1.2012-1.6A8.9678 8.9678 0 017.1714 8.5854l2.1963 2.1963a6.9664 6.9664 0 001.9648 7.4351l1.334-1.49A5.0072 5.0072 0 0111 13a4.8854 4.8854 0 01.0393-.5464L15 16.4141V30h2V18.4141L28.5857 30z"
|
3001
3154
|
})), children);
|
3002
3155
|
});
|
3003
3156
|
if (process.env.NODE_ENV !== "production") {
|
3004
3157
|
ConnectionSignalOff.propTypes = iconPropTypes4cbeb95d.i;
|
3005
3158
|
}
|
3006
|
-
const Constraint = /*#__PURE__*/React.forwardRef(function Constraint(
|
3159
|
+
const Constraint = /*#__PURE__*/React.forwardRef(function Constraint(_ref125, ref) {
|
3007
3160
|
let {
|
3008
3161
|
children,
|
3009
3162
|
size = 16,
|
3010
3163
|
...rest
|
3011
|
-
} =
|
3164
|
+
} = _ref125;
|
3012
3165
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
3013
3166
|
width: size,
|
3014
3167
|
height: size,
|
@@ -3017,7 +3170,7 @@ const Constraint = /*#__PURE__*/React.forwardRef(function Constraint(_ref118, re
|
|
3017
3170
|
viewBox: "0 0 32 32",
|
3018
3171
|
fill: "currentColor",
|
3019
3172
|
...rest
|
3020
|
-
},
|
3173
|
+
}, _path219 || (_path219 = /*#__PURE__*/React.createElement("path", {
|
3021
3174
|
strokeWidth: "0",
|
3022
3175
|
d: "M27 13V5s-4 0-4 0v-2h4c1.1028 0 2 .8975 2 2v8c0 1.5234.8799 2 2 2v2c-1.1201 0-2 .4502-2 2v8c0 1.1025-.8972 2-2 2h-4v-2h4s0-8 0-8c0-1.6841.8799-2.5645 2-2.8584v-.2676c-1.1201-.2939-2-1.1899-2-2.874zM12 12H20V20H12zM5 13V5h4v-2h-4c-1.1028 0-2 .8975-2 2v8c0 1.5234-.8799 2-2 2v2c1.1201 0 2 .4502 2 2v8c0 1.1025.8972 2 2 2h4v-2h-4v-8c0-1.6841-.8799-2.5645-2-2.8584v-.2676c1.1201-.2939 2-1.1899 2-2.874z"
|
3023
3176
|
})), children);
|
@@ -3025,182 +3178,12 @@ const Constraint = /*#__PURE__*/React.forwardRef(function Constraint(_ref118, re
|
|
3025
3178
|
if (process.env.NODE_ENV !== "production") {
|
3026
3179
|
Constraint.propTypes = iconPropTypes4cbeb95d.i;
|
3027
3180
|
}
|
3028
|
-
const Construction = /*#__PURE__*/React.forwardRef(function Construction(_ref119, ref) {
|
3029
|
-
let {
|
3030
|
-
children,
|
3031
|
-
size = 16,
|
3032
|
-
...rest
|
3033
|
-
} = _ref119;
|
3034
|
-
return /*#__PURE__*/React.createElement(Icon.default, {
|
3035
|
-
width: size,
|
3036
|
-
height: size,
|
3037
|
-
ref: ref,
|
3038
|
-
xmlns: "http://www.w3.org/2000/svg",
|
3039
|
-
viewBox: "0 0 32 32",
|
3040
|
-
fill: "currentColor",
|
3041
|
-
...rest
|
3042
|
-
}, _path212 || (_path212 = /*#__PURE__*/React.createElement("path", {
|
3043
|
-
d: "M29.34 16.06a1.0007 1.0007 0 00-1.1084.3L24.46 20.8857l-5.4355-.9882-3.602-8.9512A3.014 3.014 0 0012.6138 9h-4.06A3.0018 3.0018 0 007.01 9.4277L2 12.4336v6.4009l5 .9092V30H9V20.1074l3.5652.648L14 24.2V30h2V23.8l-1.0911-2.6182L22.99 22.6509 18.2319 28.36A1 1 0 0019 30H29a1 1 0 001-1V17A1 1 0 0029.34 16.06zM4 17.1655V13.5664l3-1.8v5.9448zm5 .9092V11h3.6138a1.0141 1.0141 0 01.9453.6709l3.14 7.8037zM28 28H21.1353L28 19.7617zM12.5 8A3.5 3.5 0 1116 4.5 3.5042 3.5042 0 0112.5 8zm0-5A1.5 1.5 0 1014 4.5 1.5017 1.5017 0 0012.5 3z"
|
3044
|
-
})), children);
|
3045
|
-
});
|
3046
|
-
if (process.env.NODE_ENV !== "production") {
|
3047
|
-
Construction.propTypes = iconPropTypes4cbeb95d.i;
|
3048
|
-
}
|
3049
|
-
const ContainerEngine = /*#__PURE__*/React.forwardRef(function ContainerEngine(_ref120, ref) {
|
3050
|
-
let {
|
3051
|
-
children,
|
3052
|
-
size = 16,
|
3053
|
-
...rest
|
3054
|
-
} = _ref120;
|
3055
|
-
return /*#__PURE__*/React.createElement(Icon.default, {
|
3056
|
-
width: size,
|
3057
|
-
height: size,
|
3058
|
-
ref: ref,
|
3059
|
-
xmlns: "http://www.w3.org/2000/svg",
|
3060
|
-
viewBox: "0 0 32 32",
|
3061
|
-
fill: "currentColor",
|
3062
|
-
...rest
|
3063
|
-
}, _circle25 || (_circle25 = /*#__PURE__*/React.createElement("circle", {
|
3064
|
-
cx: "23",
|
3065
|
-
cy: "23",
|
3066
|
-
r: "1",
|
3067
|
-
strokeWidth: "0"
|
3068
|
-
})), _path213 || (_path213 = /*#__PURE__*/React.createElement("path", {
|
3069
|
-
strokeWidth: "0",
|
3070
|
-
d: "m25.7903,18.8535l-8.9897-6.2378c-.5029-.3809-1.1223-.6157-1.8005-.6157-1.6543,0-3,1.3457-3,3,0,.6553.2173,1.2573.5752,1.7515l6.3408,9.1157c.9055,1.2861,2.395,2.1328,4.084,2.1328,2.7571,0,5-2.2432,5-5,0-1.7246-.8777-3.2476-2.2097-4.1465Zm-7.5203,2.5986l-2.4829-3.5703c1.0181-.2788,1.8145-1.0752,2.0942-2.0928l3.5698,2.4814c-1.5061.4951-2.6863,1.6758-3.1812,3.1816Zm-3.27-7.4521c.5515,0,1,.4487,1,1s-.4485,1-1,1-1-.4487-1-1,.4485-1,1-1Zm8,12c-1.6543,0-3-1.3457-3-3s1.3457-3,3-3,3,1.3457,3,3-1.3457,3-3,3Z"
|
3071
|
-
})), _path214 || (_path214 = /*#__PURE__*/React.createElement("path", {
|
3072
|
-
strokeWidth: "0",
|
3073
|
-
d: "m16,28H6c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h20c1.1028,0,2,.8972,2,2v10h-2V6H6v20h10v2Z"
|
3074
|
-
})), children);
|
3075
|
-
});
|
3076
|
-
if (process.env.NODE_ENV !== "production") {
|
3077
|
-
ContainerEngine.propTypes = iconPropTypes4cbeb95d.i;
|
3078
|
-
}
|
3079
|
-
const ContainerImage = /*#__PURE__*/React.forwardRef(function ContainerImage(_ref121, ref) {
|
3080
|
-
let {
|
3081
|
-
children,
|
3082
|
-
size = 16,
|
3083
|
-
...rest
|
3084
|
-
} = _ref121;
|
3085
|
-
return /*#__PURE__*/React.createElement(Icon.default, {
|
3086
|
-
width: size,
|
3087
|
-
height: size,
|
3088
|
-
ref: ref,
|
3089
|
-
xmlns: "http://www.w3.org/2000/svg",
|
3090
|
-
viewBox: "0 0 32 32",
|
3091
|
-
fill: "currentColor",
|
3092
|
-
...rest
|
3093
|
-
}, _path215 || (_path215 = /*#__PURE__*/React.createElement("path", {
|
3094
|
-
strokeWidth: "0",
|
3095
|
-
d: "M10 10H22V12H10zM10 15H22V17H10zM10 20H22V22H10z"
|
3096
|
-
})), _path216 || (_path216 = /*#__PURE__*/React.createElement("path", {
|
3097
|
-
strokeWidth: "0",
|
3098
|
-
d: "m26,28H6c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h20c1.1028,0,2,.8972,2,2v20c0,1.1028-.8972,2-2,2ZM6,6v20h20V6H6Z"
|
3099
|
-
})), children);
|
3100
|
-
});
|
3101
|
-
if (process.env.NODE_ENV !== "production") {
|
3102
|
-
ContainerImage.propTypes = iconPropTypes4cbeb95d.i;
|
3103
|
-
}
|
3104
|
-
const ContainerRuntime = /*#__PURE__*/React.forwardRef(function ContainerRuntime(_ref122, ref) {
|
3105
|
-
let {
|
3106
|
-
children,
|
3107
|
-
size = 16,
|
3108
|
-
...rest
|
3109
|
-
} = _ref122;
|
3110
|
-
return /*#__PURE__*/React.createElement(Icon.default, {
|
3111
|
-
width: size,
|
3112
|
-
height: size,
|
3113
|
-
ref: ref,
|
3114
|
-
xmlns: "http://www.w3.org/2000/svg",
|
3115
|
-
viewBox: "0 0 32 32",
|
3116
|
-
fill: "currentColor",
|
3117
|
-
...rest
|
3118
|
-
}, _path217 || (_path217 = /*#__PURE__*/React.createElement("path", {
|
3119
|
-
strokeWidth: "0",
|
3120
|
-
d: "m30,24v-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-.7v-2.1h-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.8h-2.1v2h2.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.7v2.1h2v-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.8h2.1Zm-7,2c-1.7,0-3-1.3-3-3s1.3-3,3-3,3,1.3,3,3-1.3,3-3,3Z"
|
3121
|
-
})), _path218 || (_path218 = /*#__PURE__*/React.createElement("path", {
|
3122
|
-
strokeWidth: "0",
|
3123
|
-
d: "m14,28H6c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h20c1.1028,0,2,.8972,2,2v8h-2V6H6v20h8v2Z"
|
3124
|
-
})), children);
|
3125
|
-
});
|
3126
|
-
if (process.env.NODE_ENV !== "production") {
|
3127
|
-
ContainerRuntime.propTypes = iconPropTypes4cbeb95d.i;
|
3128
|
-
}
|
3129
|
-
const ContainerRuntimeMonitor = /*#__PURE__*/React.forwardRef(function ContainerRuntimeMonitor(_ref123, ref) {
|
3130
|
-
let {
|
3131
|
-
children,
|
3132
|
-
size = 16,
|
3133
|
-
...rest
|
3134
|
-
} = _ref123;
|
3135
|
-
return /*#__PURE__*/React.createElement(Icon.default, {
|
3136
|
-
width: size,
|
3137
|
-
height: size,
|
3138
|
-
ref: ref,
|
3139
|
-
xmlns: "http://www.w3.org/2000/svg",
|
3140
|
-
viewBox: "0 0 32 32",
|
3141
|
-
fill: "currentColor",
|
3142
|
-
...rest
|
3143
|
-
}, _circle26 || (_circle26 = /*#__PURE__*/React.createElement("circle", {
|
3144
|
-
cx: "22",
|
3145
|
-
cy: "23",
|
3146
|
-
r: "2",
|
3147
|
-
strokeWidth: "0"
|
3148
|
-
})), _path219 || (_path219 = /*#__PURE__*/React.createElement("path", {
|
3149
|
-
strokeWidth: "0",
|
3150
|
-
d: "m29.7769,22.4785c-1.2631-3.2173-4.3221-5.3723-7.7769-5.4785-3.4548.1062-6.5138,2.2612-7.7769,5.4785l-.2231.5215.2231.5215c1.2631,3.2173,4.3221,5.3723,7.7769,5.4785,3.4548-.1062,6.5138-2.2612,7.7769-5.4785l.2231-.5215-.2231-.5215Zm-7.7769,4.5215c-2.2091,0-4-1.7909-4-4s1.7909-4,4-4,4,1.7909,4,4c-.0025,2.2081-1.7919,3.9975-4,4Z"
|
3151
|
-
})), _path220 || (_path220 = /*#__PURE__*/React.createElement("path", {
|
3152
|
-
strokeWidth: "0",
|
3153
|
-
d: "m12,28h-6c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h20c1.1028,0,2,.8972,2,2v10h-2V6H6v20h6v2Z"
|
3154
|
-
})), children);
|
3155
|
-
});
|
3156
|
-
if (process.env.NODE_ENV !== "production") {
|
3157
|
-
ContainerRuntimeMonitor.propTypes = iconPropTypes4cbeb95d.i;
|
3158
|
-
}
|
3159
|
-
const ContainerImagePull = /*#__PURE__*/React.forwardRef(function ContainerImagePull(_ref124, ref) {
|
3160
|
-
let {
|
3161
|
-
children,
|
3162
|
-
size = 16,
|
3163
|
-
...rest
|
3164
|
-
} = _ref124;
|
3165
|
-
return /*#__PURE__*/React.createElement(Icon.default, {
|
3166
|
-
width: size,
|
3167
|
-
height: size,
|
3168
|
-
ref: ref,
|
3169
|
-
xmlns: "http://www.w3.org/2000/svg",
|
3170
|
-
viewBox: "0 0 32 32",
|
3171
|
-
fill: "currentColor",
|
3172
|
-
...rest
|
3173
|
-
}, _path221 || (_path221 = /*#__PURE__*/React.createElement("path", {
|
3174
|
-
strokeWidth: "0",
|
3175
|
-
d: "M30 23h-10c-1.1028 0-2-.8972-2-2v-10c0-1.1028.8972-2 2-2h10c1.1028 0 2 .8972 2 2v10c0 1.1028-.8972 2-2 2zm-10-12v10h10v-10h-10zM5 11L0 16 5 21 6.419 19.591 3.847 17 14 17 14 15 3.794 15 6.419 12.409 5 11z"
|
3176
|
-
})), children);
|
3177
|
-
});
|
3178
|
-
if (process.env.NODE_ENV !== "production") {
|
3179
|
-
ContainerImagePull.propTypes = iconPropTypes4cbeb95d.i;
|
3180
|
-
}
|
3181
|
-
const ContainerImagePush = /*#__PURE__*/React.forwardRef(function ContainerImagePush(_ref125, ref) {
|
3182
|
-
let {
|
3183
|
-
children,
|
3184
|
-
size = 16,
|
3185
|
-
...rest
|
3186
|
-
} = _ref125;
|
3187
|
-
return /*#__PURE__*/React.createElement(Icon.default, {
|
3188
|
-
width: size,
|
3189
|
-
height: size,
|
3190
|
-
ref: ref,
|
3191
|
-
xmlns: "http://www.w3.org/2000/svg",
|
3192
|
-
viewBox: "0 0 32 32",
|
3193
|
-
fill: "currentColor",
|
3194
|
-
...rest
|
3195
|
-
}, _path222 || (_path222 = /*#__PURE__*/React.createElement("path", {
|
3196
|
-
strokeWidth: "0",
|
3197
|
-
d: "M30 23h-10c-1.1028 0-2-.8972-2-2v-10c0-1.1028.8972-2 2-2h10c1.1028 0 2 .8972 2 2v10c0 1.1028-.8972 2-2 2zm-10-12v10h10v-10h-10zM9 11L14 16 9 21 7.581 19.591 10.153 17 0 17 0 15 10.206 15 7.581 12.409 9 11z"
|
3198
|
-
})), children);
|
3199
|
-
});
|
3200
|
-
if (process.env.NODE_ENV !== "production") {
|
3201
|
-
ContainerImagePush.propTypes = iconPropTypes4cbeb95d.i;
|
3202
|
-
}
|
3203
3181
|
|
3182
|
+
exports.ChatBot = ChatBot;
|
3183
|
+
exports.ChatLaunch = ChatLaunch;
|
3184
|
+
exports.ChatOff = ChatOff;
|
3185
|
+
exports.ChatOperational = ChatOperational;
|
3186
|
+
exports.Checkbox = Checkbox;
|
3204
3187
|
exports.CheckboxChecked = CheckboxChecked;
|
3205
3188
|
exports.CheckboxCheckedFilled = CheckboxCheckedFilled;
|
3206
3189
|
exports.CheckboxIndeterminate = CheckboxIndeterminate;
|
@@ -3224,6 +3207,7 @@ exports.ChevronSortDown = ChevronSortDown;
|
|
3224
3207
|
exports.ChevronSortUp = ChevronSortUp;
|
3225
3208
|
exports.ChevronUp = ChevronUp;
|
3226
3209
|
exports.ChevronUpOutline = ChevronUpOutline;
|
3210
|
+
exports.ChildNode = ChildNode;
|
3227
3211
|
exports.Chip = Chip;
|
3228
3212
|
exports.Choices = Choices;
|
3229
3213
|
exports.ChooseItem = ChooseItem;
|
@@ -3295,6 +3279,7 @@ exports.Column = Column;
|
|
3295
3279
|
exports.ColumnDelete = ColumnDelete;
|
3296
3280
|
exports.ColumnDependency = ColumnDependency;
|
3297
3281
|
exports.ColumnInsert = ColumnInsert;
|
3282
|
+
exports.Comments = Comments;
|
3298
3283
|
exports.Commit = Commit;
|
3299
3284
|
exports.CommunicationUnified = CommunicationUnified;
|
3300
3285
|
exports.Compare = Compare;
|
@@ -3315,13 +3300,6 @@ exports.ConnectionSignalOff = ConnectionSignalOff;
|
|
3315
3300
|
exports.ConnectionTwoWay = ConnectionTwoWay;
|
3316
3301
|
exports.ConnectionUsage = ConnectionUsage;
|
3317
3302
|
exports.Constraint = Constraint;
|
3318
|
-
exports.Construction = Construction;
|
3319
|
-
exports.ContainerEngine = ContainerEngine;
|
3320
|
-
exports.ContainerImage = ContainerImage;
|
3321
|
-
exports.ContainerImagePull = ContainerImagePull;
|
3322
|
-
exports.ContainerImagePush = ContainerImagePush;
|
3323
|
-
exports.ContainerRuntime = ContainerRuntime;
|
3324
|
-
exports.ContainerRuntimeMonitor = ContainerRuntimeMonitor;
|
3325
3303
|
exports.QCircuitComposer = QCircuitComposer;
|
3326
3304
|
exports.QComposerEdit = QComposerEdit;
|
3327
3305
|
exports.WatsonHealthCircleMeasurement = WatsonHealthCircleMeasurement;
|