enjanga-components-library 1.0.19 → 1.0.21
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/dist/index.d.mts +9 -1
- package/dist/index.d.ts +9 -1
- package/dist/index.js +3467 -649
- package/dist/index.mjs +3444 -616
- package/dist/styles.css +1 -1
- package/package.json +12 -11
package/dist/index.js
CHANGED
|
@@ -20,6 +20,7 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
20
20
|
}
|
|
21
21
|
return to;
|
|
22
22
|
};
|
|
23
|
+
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
23
24
|
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
24
25
|
// If the importer is in node compatibility mode or this is not an ESM
|
|
25
26
|
// file that has been converted to a CommonJS file using a Babel-
|
|
@@ -871,286 +872,6 @@ var require_parser = __commonJS({
|
|
|
871
872
|
}
|
|
872
873
|
});
|
|
873
874
|
|
|
874
|
-
// node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js
|
|
875
|
-
var require_react_is_production_min = __commonJS({
|
|
876
|
-
"node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js"(exports2) {
|
|
877
|
-
"use strict";
|
|
878
|
-
var b = "function" === typeof Symbol && Symbol.for;
|
|
879
|
-
var c = b ? Symbol.for("react.element") : 60103;
|
|
880
|
-
var d = b ? Symbol.for("react.portal") : 60106;
|
|
881
|
-
var e = b ? Symbol.for("react.fragment") : 60107;
|
|
882
|
-
var f = b ? Symbol.for("react.strict_mode") : 60108;
|
|
883
|
-
var g = b ? Symbol.for("react.profiler") : 60114;
|
|
884
|
-
var h = b ? Symbol.for("react.provider") : 60109;
|
|
885
|
-
var k = b ? Symbol.for("react.context") : 60110;
|
|
886
|
-
var l = b ? Symbol.for("react.async_mode") : 60111;
|
|
887
|
-
var m = b ? Symbol.for("react.concurrent_mode") : 60111;
|
|
888
|
-
var n = b ? Symbol.for("react.forward_ref") : 60112;
|
|
889
|
-
var p = b ? Symbol.for("react.suspense") : 60113;
|
|
890
|
-
var q = b ? Symbol.for("react.suspense_list") : 60120;
|
|
891
|
-
var r = b ? Symbol.for("react.memo") : 60115;
|
|
892
|
-
var t = b ? Symbol.for("react.lazy") : 60116;
|
|
893
|
-
var v = b ? Symbol.for("react.block") : 60121;
|
|
894
|
-
var w = b ? Symbol.for("react.fundamental") : 60117;
|
|
895
|
-
var x = b ? Symbol.for("react.responder") : 60118;
|
|
896
|
-
var y = b ? Symbol.for("react.scope") : 60119;
|
|
897
|
-
function z(a) {
|
|
898
|
-
if ("object" === typeof a && null !== a) {
|
|
899
|
-
var u = a.$$typeof;
|
|
900
|
-
switch (u) {
|
|
901
|
-
case c:
|
|
902
|
-
switch (a = a.type, a) {
|
|
903
|
-
case l:
|
|
904
|
-
case m:
|
|
905
|
-
case e:
|
|
906
|
-
case g:
|
|
907
|
-
case f:
|
|
908
|
-
case p:
|
|
909
|
-
return a;
|
|
910
|
-
default:
|
|
911
|
-
switch (a = a && a.$$typeof, a) {
|
|
912
|
-
case k:
|
|
913
|
-
case n:
|
|
914
|
-
case t:
|
|
915
|
-
case r:
|
|
916
|
-
case h:
|
|
917
|
-
return a;
|
|
918
|
-
default:
|
|
919
|
-
return u;
|
|
920
|
-
}
|
|
921
|
-
}
|
|
922
|
-
case d:
|
|
923
|
-
return u;
|
|
924
|
-
}
|
|
925
|
-
}
|
|
926
|
-
}
|
|
927
|
-
function A(a) {
|
|
928
|
-
return z(a) === m;
|
|
929
|
-
}
|
|
930
|
-
exports2.AsyncMode = l;
|
|
931
|
-
exports2.ConcurrentMode = m;
|
|
932
|
-
exports2.ContextConsumer = k;
|
|
933
|
-
exports2.ContextProvider = h;
|
|
934
|
-
exports2.Element = c;
|
|
935
|
-
exports2.ForwardRef = n;
|
|
936
|
-
exports2.Fragment = e;
|
|
937
|
-
exports2.Lazy = t;
|
|
938
|
-
exports2.Memo = r;
|
|
939
|
-
exports2.Portal = d;
|
|
940
|
-
exports2.Profiler = g;
|
|
941
|
-
exports2.StrictMode = f;
|
|
942
|
-
exports2.Suspense = p;
|
|
943
|
-
exports2.isAsyncMode = function(a) {
|
|
944
|
-
return A(a) || z(a) === l;
|
|
945
|
-
};
|
|
946
|
-
exports2.isConcurrentMode = A;
|
|
947
|
-
exports2.isContextConsumer = function(a) {
|
|
948
|
-
return z(a) === k;
|
|
949
|
-
};
|
|
950
|
-
exports2.isContextProvider = function(a) {
|
|
951
|
-
return z(a) === h;
|
|
952
|
-
};
|
|
953
|
-
exports2.isElement = function(a) {
|
|
954
|
-
return "object" === typeof a && null !== a && a.$$typeof === c;
|
|
955
|
-
};
|
|
956
|
-
exports2.isForwardRef = function(a) {
|
|
957
|
-
return z(a) === n;
|
|
958
|
-
};
|
|
959
|
-
exports2.isFragment = function(a) {
|
|
960
|
-
return z(a) === e;
|
|
961
|
-
};
|
|
962
|
-
exports2.isLazy = function(a) {
|
|
963
|
-
return z(a) === t;
|
|
964
|
-
};
|
|
965
|
-
exports2.isMemo = function(a) {
|
|
966
|
-
return z(a) === r;
|
|
967
|
-
};
|
|
968
|
-
exports2.isPortal = function(a) {
|
|
969
|
-
return z(a) === d;
|
|
970
|
-
};
|
|
971
|
-
exports2.isProfiler = function(a) {
|
|
972
|
-
return z(a) === g;
|
|
973
|
-
};
|
|
974
|
-
exports2.isStrictMode = function(a) {
|
|
975
|
-
return z(a) === f;
|
|
976
|
-
};
|
|
977
|
-
exports2.isSuspense = function(a) {
|
|
978
|
-
return z(a) === p;
|
|
979
|
-
};
|
|
980
|
-
exports2.isValidElementType = function(a) {
|
|
981
|
-
return "string" === typeof a || "function" === typeof a || a === e || a === m || a === g || a === f || a === p || a === q || "object" === typeof a && null !== a && (a.$$typeof === t || a.$$typeof === r || a.$$typeof === h || a.$$typeof === k || a.$$typeof === n || a.$$typeof === w || a.$$typeof === x || a.$$typeof === y || a.$$typeof === v);
|
|
982
|
-
};
|
|
983
|
-
exports2.typeOf = z;
|
|
984
|
-
}
|
|
985
|
-
});
|
|
986
|
-
|
|
987
|
-
// node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js
|
|
988
|
-
var require_react_is_development = __commonJS({
|
|
989
|
-
"node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js"(exports2) {
|
|
990
|
-
"use strict";
|
|
991
|
-
if (process.env.NODE_ENV !== "production") {
|
|
992
|
-
(function() {
|
|
993
|
-
"use strict";
|
|
994
|
-
var hasSymbol = typeof Symbol === "function" && Symbol.for;
|
|
995
|
-
var REACT_ELEMENT_TYPE = hasSymbol ? Symbol.for("react.element") : 60103;
|
|
996
|
-
var REACT_PORTAL_TYPE = hasSymbol ? Symbol.for("react.portal") : 60106;
|
|
997
|
-
var REACT_FRAGMENT_TYPE = hasSymbol ? Symbol.for("react.fragment") : 60107;
|
|
998
|
-
var REACT_STRICT_MODE_TYPE = hasSymbol ? Symbol.for("react.strict_mode") : 60108;
|
|
999
|
-
var REACT_PROFILER_TYPE = hasSymbol ? Symbol.for("react.profiler") : 60114;
|
|
1000
|
-
var REACT_PROVIDER_TYPE = hasSymbol ? Symbol.for("react.provider") : 60109;
|
|
1001
|
-
var REACT_CONTEXT_TYPE = hasSymbol ? Symbol.for("react.context") : 60110;
|
|
1002
|
-
var REACT_ASYNC_MODE_TYPE = hasSymbol ? Symbol.for("react.async_mode") : 60111;
|
|
1003
|
-
var REACT_CONCURRENT_MODE_TYPE = hasSymbol ? Symbol.for("react.concurrent_mode") : 60111;
|
|
1004
|
-
var REACT_FORWARD_REF_TYPE = hasSymbol ? Symbol.for("react.forward_ref") : 60112;
|
|
1005
|
-
var REACT_SUSPENSE_TYPE = hasSymbol ? Symbol.for("react.suspense") : 60113;
|
|
1006
|
-
var REACT_SUSPENSE_LIST_TYPE = hasSymbol ? Symbol.for("react.suspense_list") : 60120;
|
|
1007
|
-
var REACT_MEMO_TYPE = hasSymbol ? Symbol.for("react.memo") : 60115;
|
|
1008
|
-
var REACT_LAZY_TYPE = hasSymbol ? Symbol.for("react.lazy") : 60116;
|
|
1009
|
-
var REACT_BLOCK_TYPE = hasSymbol ? Symbol.for("react.block") : 60121;
|
|
1010
|
-
var REACT_FUNDAMENTAL_TYPE = hasSymbol ? Symbol.for("react.fundamental") : 60117;
|
|
1011
|
-
var REACT_RESPONDER_TYPE = hasSymbol ? Symbol.for("react.responder") : 60118;
|
|
1012
|
-
var REACT_SCOPE_TYPE = hasSymbol ? Symbol.for("react.scope") : 60119;
|
|
1013
|
-
function isValidElementType(type) {
|
|
1014
|
-
return typeof type === "string" || typeof type === "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
|
|
1015
|
-
type === REACT_FRAGMENT_TYPE || type === REACT_CONCURRENT_MODE_TYPE || type === REACT_PROFILER_TYPE || type === REACT_STRICT_MODE_TYPE || type === REACT_SUSPENSE_TYPE || type === REACT_SUSPENSE_LIST_TYPE || typeof type === "object" && type !== null && (type.$$typeof === REACT_LAZY_TYPE || type.$$typeof === REACT_MEMO_TYPE || type.$$typeof === REACT_PROVIDER_TYPE || type.$$typeof === REACT_CONTEXT_TYPE || type.$$typeof === REACT_FORWARD_REF_TYPE || type.$$typeof === REACT_FUNDAMENTAL_TYPE || type.$$typeof === REACT_RESPONDER_TYPE || type.$$typeof === REACT_SCOPE_TYPE || type.$$typeof === REACT_BLOCK_TYPE);
|
|
1016
|
-
}
|
|
1017
|
-
function typeOf(object) {
|
|
1018
|
-
if (typeof object === "object" && object !== null) {
|
|
1019
|
-
var $$typeof = object.$$typeof;
|
|
1020
|
-
switch ($$typeof) {
|
|
1021
|
-
case REACT_ELEMENT_TYPE:
|
|
1022
|
-
var type = object.type;
|
|
1023
|
-
switch (type) {
|
|
1024
|
-
case REACT_ASYNC_MODE_TYPE:
|
|
1025
|
-
case REACT_CONCURRENT_MODE_TYPE:
|
|
1026
|
-
case REACT_FRAGMENT_TYPE:
|
|
1027
|
-
case REACT_PROFILER_TYPE:
|
|
1028
|
-
case REACT_STRICT_MODE_TYPE:
|
|
1029
|
-
case REACT_SUSPENSE_TYPE:
|
|
1030
|
-
return type;
|
|
1031
|
-
default:
|
|
1032
|
-
var $$typeofType = type && type.$$typeof;
|
|
1033
|
-
switch ($$typeofType) {
|
|
1034
|
-
case REACT_CONTEXT_TYPE:
|
|
1035
|
-
case REACT_FORWARD_REF_TYPE:
|
|
1036
|
-
case REACT_LAZY_TYPE:
|
|
1037
|
-
case REACT_MEMO_TYPE:
|
|
1038
|
-
case REACT_PROVIDER_TYPE:
|
|
1039
|
-
return $$typeofType;
|
|
1040
|
-
default:
|
|
1041
|
-
return $$typeof;
|
|
1042
|
-
}
|
|
1043
|
-
}
|
|
1044
|
-
case REACT_PORTAL_TYPE:
|
|
1045
|
-
return $$typeof;
|
|
1046
|
-
}
|
|
1047
|
-
}
|
|
1048
|
-
return void 0;
|
|
1049
|
-
}
|
|
1050
|
-
var AsyncMode = REACT_ASYNC_MODE_TYPE;
|
|
1051
|
-
var ConcurrentMode = REACT_CONCURRENT_MODE_TYPE;
|
|
1052
|
-
var ContextConsumer = REACT_CONTEXT_TYPE;
|
|
1053
|
-
var ContextProvider = REACT_PROVIDER_TYPE;
|
|
1054
|
-
var Element = REACT_ELEMENT_TYPE;
|
|
1055
|
-
var ForwardRef = REACT_FORWARD_REF_TYPE;
|
|
1056
|
-
var Fragment8 = REACT_FRAGMENT_TYPE;
|
|
1057
|
-
var Lazy = REACT_LAZY_TYPE;
|
|
1058
|
-
var Memo = REACT_MEMO_TYPE;
|
|
1059
|
-
var Portal = REACT_PORTAL_TYPE;
|
|
1060
|
-
var Profiler = REACT_PROFILER_TYPE;
|
|
1061
|
-
var StrictMode = REACT_STRICT_MODE_TYPE;
|
|
1062
|
-
var Suspense = REACT_SUSPENSE_TYPE;
|
|
1063
|
-
var hasWarnedAboutDeprecatedIsAsyncMode = false;
|
|
1064
|
-
function isAsyncMode(object) {
|
|
1065
|
-
{
|
|
1066
|
-
if (!hasWarnedAboutDeprecatedIsAsyncMode) {
|
|
1067
|
-
hasWarnedAboutDeprecatedIsAsyncMode = true;
|
|
1068
|
-
console["warn"]("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.");
|
|
1069
|
-
}
|
|
1070
|
-
}
|
|
1071
|
-
return isConcurrentMode(object) || typeOf(object) === REACT_ASYNC_MODE_TYPE;
|
|
1072
|
-
}
|
|
1073
|
-
function isConcurrentMode(object) {
|
|
1074
|
-
return typeOf(object) === REACT_CONCURRENT_MODE_TYPE;
|
|
1075
|
-
}
|
|
1076
|
-
function isContextConsumer(object) {
|
|
1077
|
-
return typeOf(object) === REACT_CONTEXT_TYPE;
|
|
1078
|
-
}
|
|
1079
|
-
function isContextProvider(object) {
|
|
1080
|
-
return typeOf(object) === REACT_PROVIDER_TYPE;
|
|
1081
|
-
}
|
|
1082
|
-
function isElement(object) {
|
|
1083
|
-
return typeof object === "object" && object !== null && object.$$typeof === REACT_ELEMENT_TYPE;
|
|
1084
|
-
}
|
|
1085
|
-
function isForwardRef(object) {
|
|
1086
|
-
return typeOf(object) === REACT_FORWARD_REF_TYPE;
|
|
1087
|
-
}
|
|
1088
|
-
function isFragment(object) {
|
|
1089
|
-
return typeOf(object) === REACT_FRAGMENT_TYPE;
|
|
1090
|
-
}
|
|
1091
|
-
function isLazy(object) {
|
|
1092
|
-
return typeOf(object) === REACT_LAZY_TYPE;
|
|
1093
|
-
}
|
|
1094
|
-
function isMemo(object) {
|
|
1095
|
-
return typeOf(object) === REACT_MEMO_TYPE;
|
|
1096
|
-
}
|
|
1097
|
-
function isPortal(object) {
|
|
1098
|
-
return typeOf(object) === REACT_PORTAL_TYPE;
|
|
1099
|
-
}
|
|
1100
|
-
function isProfiler(object) {
|
|
1101
|
-
return typeOf(object) === REACT_PROFILER_TYPE;
|
|
1102
|
-
}
|
|
1103
|
-
function isStrictMode(object) {
|
|
1104
|
-
return typeOf(object) === REACT_STRICT_MODE_TYPE;
|
|
1105
|
-
}
|
|
1106
|
-
function isSuspense(object) {
|
|
1107
|
-
return typeOf(object) === REACT_SUSPENSE_TYPE;
|
|
1108
|
-
}
|
|
1109
|
-
exports2.AsyncMode = AsyncMode;
|
|
1110
|
-
exports2.ConcurrentMode = ConcurrentMode;
|
|
1111
|
-
exports2.ContextConsumer = ContextConsumer;
|
|
1112
|
-
exports2.ContextProvider = ContextProvider;
|
|
1113
|
-
exports2.Element = Element;
|
|
1114
|
-
exports2.ForwardRef = ForwardRef;
|
|
1115
|
-
exports2.Fragment = Fragment8;
|
|
1116
|
-
exports2.Lazy = Lazy;
|
|
1117
|
-
exports2.Memo = Memo;
|
|
1118
|
-
exports2.Portal = Portal;
|
|
1119
|
-
exports2.Profiler = Profiler;
|
|
1120
|
-
exports2.StrictMode = StrictMode;
|
|
1121
|
-
exports2.Suspense = Suspense;
|
|
1122
|
-
exports2.isAsyncMode = isAsyncMode;
|
|
1123
|
-
exports2.isConcurrentMode = isConcurrentMode;
|
|
1124
|
-
exports2.isContextConsumer = isContextConsumer;
|
|
1125
|
-
exports2.isContextProvider = isContextProvider;
|
|
1126
|
-
exports2.isElement = isElement;
|
|
1127
|
-
exports2.isForwardRef = isForwardRef;
|
|
1128
|
-
exports2.isFragment = isFragment;
|
|
1129
|
-
exports2.isLazy = isLazy;
|
|
1130
|
-
exports2.isMemo = isMemo;
|
|
1131
|
-
exports2.isPortal = isPortal;
|
|
1132
|
-
exports2.isProfiler = isProfiler;
|
|
1133
|
-
exports2.isStrictMode = isStrictMode;
|
|
1134
|
-
exports2.isSuspense = isSuspense;
|
|
1135
|
-
exports2.isValidElementType = isValidElementType;
|
|
1136
|
-
exports2.typeOf = typeOf;
|
|
1137
|
-
})();
|
|
1138
|
-
}
|
|
1139
|
-
}
|
|
1140
|
-
});
|
|
1141
|
-
|
|
1142
|
-
// node_modules/prop-types/node_modules/react-is/index.js
|
|
1143
|
-
var require_react_is = __commonJS({
|
|
1144
|
-
"node_modules/prop-types/node_modules/react-is/index.js"(exports2, module2) {
|
|
1145
|
-
"use strict";
|
|
1146
|
-
if (process.env.NODE_ENV === "production") {
|
|
1147
|
-
module2.exports = require_react_is_production_min();
|
|
1148
|
-
} else {
|
|
1149
|
-
module2.exports = require_react_is_development();
|
|
1150
|
-
}
|
|
1151
|
-
}
|
|
1152
|
-
});
|
|
1153
|
-
|
|
1154
875
|
// node_modules/object-assign/index.js
|
|
1155
876
|
var require_object_assign = __commonJS({
|
|
1156
877
|
"node_modules/object-assign/index.js"(exports2, module2) {
|
|
@@ -1308,7 +1029,7 @@ var require_checkPropTypes = __commonJS({
|
|
|
1308
1029
|
var require_factoryWithTypeCheckers = __commonJS({
|
|
1309
1030
|
"node_modules/prop-types/factoryWithTypeCheckers.js"(exports2, module2) {
|
|
1310
1031
|
"use strict";
|
|
1311
|
-
var ReactIs =
|
|
1032
|
+
var ReactIs = require("react-is");
|
|
1312
1033
|
var assign = require_object_assign();
|
|
1313
1034
|
var ReactPropTypesSecret = require_ReactPropTypesSecret();
|
|
1314
1035
|
var has = require_has();
|
|
@@ -1808,7 +1529,7 @@ var require_prop_types = __commonJS({
|
|
|
1808
1529
|
"node_modules/prop-types/index.js"(exports2, module2) {
|
|
1809
1530
|
"use strict";
|
|
1810
1531
|
if (process.env.NODE_ENV !== "production") {
|
|
1811
|
-
ReactIs =
|
|
1532
|
+
ReactIs = require("react-is");
|
|
1812
1533
|
throwOnDirectAccess = true;
|
|
1813
1534
|
module2.exports = require_factoryWithTypeCheckers()(ReactIs.isElement, throwOnDirectAccess);
|
|
1814
1535
|
} else {
|
|
@@ -1830,6 +1551,7 @@ __export(index_exports, {
|
|
|
1830
1551
|
CP_pictogramMap: () => CP_pictogramMap,
|
|
1831
1552
|
ContactButton: () => ContactButton_default,
|
|
1832
1553
|
CustomPictogram: () => CustomPictogram_default,
|
|
1554
|
+
CustomQuotes: () => CustomQuotes_default,
|
|
1833
1555
|
CustomTabs: () => CustomTabs_default,
|
|
1834
1556
|
CustomTile: () => CustomTile_default,
|
|
1835
1557
|
FeatureText: () => FeatureText_default,
|
|
@@ -1841,7 +1563,18 @@ module.exports = __toCommonJS(index_exports);
|
|
|
1841
1563
|
|
|
1842
1564
|
// src/components/AppHeader/AppHeader.tsx
|
|
1843
1565
|
var import_react = require("@carbon/react");
|
|
1844
|
-
|
|
1566
|
+
|
|
1567
|
+
// node_modules/enjanga-core-setup/dist/next.mjs
|
|
1568
|
+
var next_exports = {};
|
|
1569
|
+
__export(next_exports, {
|
|
1570
|
+
Image: () => import_image.default,
|
|
1571
|
+
Link: () => import_link.default
|
|
1572
|
+
});
|
|
1573
|
+
var import_link = __toESM(require("next/link"), 1);
|
|
1574
|
+
var import_image = __toESM(require("next/image"), 1);
|
|
1575
|
+
__reExport(next_exports, require("next/navigation"));
|
|
1576
|
+
|
|
1577
|
+
// src/components/AppHeader/AppHeader.tsx
|
|
1845
1578
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
1846
1579
|
var AppHeader = ({
|
|
1847
1580
|
brand,
|
|
@@ -1864,7 +1597,7 @@ var AppHeader = ({
|
|
|
1864
1597
|
isActive: isSideNavExpanded
|
|
1865
1598
|
}
|
|
1866
1599
|
),
|
|
1867
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react.HeaderName, { prefix: "", as:
|
|
1600
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react.HeaderName, { prefix: "", as: import_link.default, href: brandRoute, passHref: true, children: brand }),
|
|
1868
1601
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react.HeaderNavigation, { "aria-label": brandLabel, children: navigation }),
|
|
1869
1602
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1870
1603
|
import_react.SideNav,
|
|
@@ -4067,8 +3800,8 @@ var Banner = ({
|
|
|
4067
3800
|
var Banner_default = Banner;
|
|
4068
3801
|
|
|
4069
3802
|
// src/components/ContactButton/ContactButton.tsx
|
|
4070
|
-
var
|
|
4071
|
-
var
|
|
3803
|
+
var import_react15 = require("react");
|
|
3804
|
+
var import_react16 = require("@carbon/react");
|
|
4072
3805
|
|
|
4073
3806
|
// node_modules/@carbon/icon-helpers/es/index.js
|
|
4074
3807
|
function _defineProperty(e, r, t) {
|
|
@@ -23449,426 +23182,3471 @@ if (process.env.NODE_ENV !== "production") {
|
|
|
23449
23182
|
IntentRequestInactive.propTypes = iconPropTypes;
|
|
23450
23183
|
}
|
|
23451
23184
|
|
|
23452
|
-
// node_modules/@carbon/icons-react/es/
|
|
23453
|
-
var import_react12 = require("react");
|
|
23454
|
-
|
|
23455
|
-
|
|
23456
|
-
var
|
|
23457
|
-
var
|
|
23458
|
-
var
|
|
23459
|
-
|
|
23460
|
-
|
|
23461
|
-
|
|
23462
|
-
modalHeading,
|
|
23463
|
-
modalSubHeading,
|
|
23464
|
-
modalPrimaryButtonText,
|
|
23465
|
-
modalSecondaryButtonText
|
|
23466
|
-
}) => {
|
|
23467
|
-
return /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)(
|
|
23468
|
-
import_react13.Modal,
|
|
23469
|
-
{
|
|
23470
|
-
open: isOpen,
|
|
23471
|
-
modalLabel,
|
|
23472
|
-
modalHeading,
|
|
23473
|
-
primaryButtonText: modalPrimaryButtonText,
|
|
23474
|
-
secondaryButtonText: modalSecondaryButtonText,
|
|
23475
|
-
onRequestClose: () => setIsOpen(false),
|
|
23476
|
-
onRequestSubmit: () => {
|
|
23477
|
-
console.log("Form submitted");
|
|
23478
|
-
setIsOpen(false);
|
|
23479
|
-
},
|
|
23480
|
-
children: [
|
|
23481
|
-
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)("p", { style: { marginBottom: "1rem" }, children: modalSubHeading }),
|
|
23482
|
-
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)(import_react13.Form, { children: /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)(import_react13.Stack, { gap: 5, children: [
|
|
23483
|
-
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)(import_react13.FormGroup, { legendText: "", children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
|
|
23484
|
-
import_react13.TextInput,
|
|
23485
|
-
{
|
|
23486
|
-
id: "name",
|
|
23487
|
-
labelText: "Name",
|
|
23488
|
-
placeholder: "Enter your name",
|
|
23489
|
-
required: true
|
|
23490
|
-
}
|
|
23491
|
-
) }),
|
|
23492
|
-
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)(import_react13.FormGroup, { legendText: "", children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
|
|
23493
|
-
import_react13.TextInput,
|
|
23494
|
-
{
|
|
23495
|
-
id: "email",
|
|
23496
|
-
labelText: "Email",
|
|
23497
|
-
placeholder: "Enter your email",
|
|
23498
|
-
required: true,
|
|
23499
|
-
type: "email"
|
|
23500
|
-
}
|
|
23501
|
-
) }),
|
|
23502
|
-
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)(import_react13.FormGroup, { legendText: "", children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
|
|
23503
|
-
import_react13.TextArea,
|
|
23504
|
-
{
|
|
23505
|
-
id: "message",
|
|
23506
|
-
labelText: "Message",
|
|
23507
|
-
placeholder: "Enter your message",
|
|
23508
|
-
required: true,
|
|
23509
|
-
rows: 4
|
|
23510
|
-
}
|
|
23511
|
-
) })
|
|
23512
|
-
] }) })
|
|
23513
|
-
]
|
|
23514
|
-
}
|
|
23515
|
-
);
|
|
23516
|
-
};
|
|
23517
|
-
var ContactModal_default = ContactModal;
|
|
23518
|
-
|
|
23519
|
-
// src/components/ContactButton/ContactButton.tsx
|
|
23520
|
-
var import_jsx_runtime12 = require("react/jsx-runtime");
|
|
23521
|
-
var iconComponents = {
|
|
23522
|
-
Email,
|
|
23523
|
-
Chat,
|
|
23524
|
-
CustomerService,
|
|
23525
|
-
CommunicationUnified
|
|
23526
|
-
};
|
|
23527
|
-
var ContactButton = ({
|
|
23528
|
-
btnText = "Contact",
|
|
23529
|
-
btnIcon = "Email",
|
|
23530
|
-
btnKind = "primary",
|
|
23531
|
-
btnSize = "md",
|
|
23532
|
-
modalLabel = "Contact",
|
|
23533
|
-
modalHeading = "Hello",
|
|
23534
|
-
modalSubHeading = "...",
|
|
23535
|
-
modalPrimaryButtonText = "Submit",
|
|
23536
|
-
modalSecondaryButtonText = "Cancel"
|
|
23537
|
-
}) => {
|
|
23538
|
-
const [isOpen, setIsOpen] = (0, import_react14.useState)(false);
|
|
23539
|
-
const IconComponent = iconComponents[btnIcon];
|
|
23540
|
-
return /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(import_jsx_runtime12.Fragment, { children: [
|
|
23541
|
-
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
|
|
23542
|
-
import_react15.Button,
|
|
23543
|
-
{
|
|
23544
|
-
renderIcon: IconComponent,
|
|
23545
|
-
kind: btnKind,
|
|
23546
|
-
size: btnSize,
|
|
23547
|
-
onClick: () => setIsOpen(true),
|
|
23548
|
-
children: btnText
|
|
23549
|
-
}
|
|
23550
|
-
),
|
|
23551
|
-
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
|
|
23552
|
-
ContactModal_default,
|
|
23553
|
-
{
|
|
23554
|
-
isOpen,
|
|
23555
|
-
setIsOpen,
|
|
23556
|
-
modalLabel,
|
|
23557
|
-
modalHeading,
|
|
23558
|
-
modalSubHeading,
|
|
23559
|
-
modalPrimaryButtonText,
|
|
23560
|
-
modalSecondaryButtonText
|
|
23561
|
-
}
|
|
23562
|
-
)
|
|
23563
|
-
] });
|
|
23564
|
-
};
|
|
23565
|
-
var ContactButton_default = ContactButton;
|
|
23566
|
-
|
|
23567
|
-
// src/components/CustomPictogram/CustomPictogram.tsx
|
|
23568
|
-
var import_clsx6 = __toESM(require("clsx"));
|
|
23569
|
-
|
|
23570
|
-
// node_modules/@carbon/pictograms-react/es/Icon.js
|
|
23571
|
-
var import_prop_types3 = __toESM(require_prop_types());
|
|
23572
|
-
var import_react16 = __toESM(require("react"));
|
|
23573
|
-
var Icon3 = /* @__PURE__ */ import_react16.default.forwardRef(function Icon4({
|
|
23574
|
-
className,
|
|
23575
|
-
children,
|
|
23576
|
-
tabIndex,
|
|
23577
|
-
xmlns = "http://www.w3.org/2000/svg",
|
|
23578
|
-
preserveAspectRatio = "xMidYMid meet",
|
|
23579
|
-
...rest
|
|
23580
|
-
}, ref) {
|
|
23581
|
-
const {
|
|
23582
|
-
tabindex,
|
|
23583
|
-
...attrs
|
|
23584
|
-
} = getAttributes({
|
|
23585
|
-
...rest,
|
|
23586
|
-
tabindex: tabIndex
|
|
23587
|
-
});
|
|
23588
|
-
const props = attrs;
|
|
23589
|
-
if (className) {
|
|
23590
|
-
props.className = className;
|
|
23591
|
-
}
|
|
23592
|
-
if (tabindex !== void 0 && tabindex !== null) {
|
|
23593
|
-
if (typeof tabindex === "number") {
|
|
23594
|
-
props.tabIndex = tabindex;
|
|
23595
|
-
} else {
|
|
23596
|
-
props.tabIndex = Number(tabIndex);
|
|
23597
|
-
}
|
|
23598
|
-
}
|
|
23599
|
-
if (ref) {
|
|
23600
|
-
props.ref = ref;
|
|
23601
|
-
}
|
|
23602
|
-
if (xmlns) {
|
|
23603
|
-
props.xmlns = xmlns;
|
|
23604
|
-
}
|
|
23605
|
-
if (preserveAspectRatio) {
|
|
23606
|
-
props.preserveAspectRatio = preserveAspectRatio;
|
|
23607
|
-
}
|
|
23608
|
-
return /* @__PURE__ */ import_react16.default.createElement("svg", props, children);
|
|
23609
|
-
});
|
|
23610
|
-
Icon3.displayName = "Icon";
|
|
23611
|
-
Icon3.propTypes = {
|
|
23612
|
-
"aria-hidden": import_prop_types3.default.oneOfType([import_prop_types3.default.bool, import_prop_types3.default.oneOf(["true", "false"])]),
|
|
23613
|
-
"aria-label": import_prop_types3.default.string,
|
|
23614
|
-
"aria-labelledby": import_prop_types3.default.string,
|
|
23615
|
-
children: import_prop_types3.default.node,
|
|
23616
|
-
className: import_prop_types3.default.string,
|
|
23617
|
-
height: import_prop_types3.default.oneOfType([import_prop_types3.default.number, import_prop_types3.default.string]),
|
|
23618
|
-
preserveAspectRatio: import_prop_types3.default.string,
|
|
23619
|
-
tabIndex: import_prop_types3.default.oneOfType([import_prop_types3.default.number, import_prop_types3.default.string]),
|
|
23620
|
-
viewBox: import_prop_types3.default.string,
|
|
23621
|
-
width: import_prop_types3.default.oneOfType([import_prop_types3.default.number, import_prop_types3.default.string]),
|
|
23622
|
-
xmlns: import_prop_types3.default.string
|
|
23623
|
-
};
|
|
23624
|
-
|
|
23625
|
-
// node_modules/@carbon/pictograms-react/es/_rollupPluginBabelHelpers-CuCmpz4u.js
|
|
23626
|
-
function _extends() {
|
|
23627
|
-
return _extends = Object.assign ? Object.assign.bind() : function(n) {
|
|
23628
|
-
for (var e = 1; e < arguments.length; e++) {
|
|
23629
|
-
var t = arguments[e];
|
|
23630
|
-
for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]);
|
|
23631
|
-
}
|
|
23632
|
-
return n;
|
|
23633
|
-
}, _extends.apply(null, arguments);
|
|
23634
|
-
}
|
|
23635
|
-
|
|
23636
|
-
// node_modules/@carbon/pictograms-react/es/__generated__/bucket-0.js
|
|
23637
|
-
var import_react17 = __toESM(require("react"));
|
|
23638
|
-
var _path547;
|
|
23639
|
-
var _path687;
|
|
23640
|
-
var _path1487;
|
|
23641
|
-
var AppDeveloper = /* @__PURE__ */ import_react17.default.forwardRef(function AppDeveloper2({ children, ...rest }, ref) {
|
|
23642
|
-
return /* @__PURE__ */ import_react17.default.createElement(Icon3, _extends({ width: 64, height: 64, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", ref }, rest), _path547 || (_path547 = /* @__PURE__ */ import_react17.default.createElement("path", { d: "M3.254,9.254L2.746,8.746L3.991,7.5L2.746,6.254l0.509-0.509L5.009,7.5L3.254,9.254z M3,2 C2.724,2,2.5,2.224,2.5,2.5S2.724,3,3,3s0.5-0.224,0.5-0.5S3.276,2,3,2z M5.5,2.5C5.5,2.776,5.276,3,5,3S4.5,2.776,4.5,2.5 S4.724,2,5,2S5.5,2.224,5.5,2.5z M7.5,2.5C7.5,2.776,7.276,3,7,3S6.5,2.776,6.5,2.5S6.724,2,7,2S7.5,2.224,7.5,2.5z M18.5,6.5 C18.5,6.776,18.276,7,18,7s-0.5-0.224-0.5-0.5S17.724,6,18,6S18.5,6.224,18.5,6.5z M20.5,6.5C20.5,6.776,20.276,7,20,7 s-0.5-0.224-0.5-0.5S19.724,6,20,6S20.5,6.224,20.5,6.5z M22.5,6.5C22.5,6.776,22.276,7,22,7s-0.5-0.224-0.5-0.5S21.724,6,22,6 S22.5,6.224,22.5,6.5z M5.5,24.5C5.5,24.776,5.276,25,5,25s-0.5-0.224-0.5-0.5S4.724,24,5,24S5.5,24.224,5.5,24.5z M13,14.36H1 c-0.199,0-0.36-0.161-0.36-0.36V1c0-0.199,0.161-0.36,0.36-0.36h12c0.199,0,0.36,0.161,0.36,0.36v13 C13.36,14.199,13.199,14.36,13,14.36z M12.64,4.36H1.36v9.28h11.28C12.64,13.64,12.64,4.36,12.64,4.36z M12.64,1.36H1.36v2.281 h11.28C12.64,3.641,12.64,1.36,12.64,1.36z M31.36,5v17c0,0.199-0.161,0.36-0.36,0.36H19.691c-0.301,0.471-0.69,0.885-1.152,1.215 c2.875,1.05,4.819,3.778,4.819,6.902l0.002,0.521L22.639,31l-0.002-0.522c0-3.078-2.09-5.729-5.083-6.45 c-0.15-0.035-0.26-0.163-0.274-0.316s0.07-0.299,0.211-0.361c1.315-0.592,2.165-1.9,2.165-3.334c0-2.017-1.64-3.657-3.656-3.657 c-2.018,0-3.66,1.64-3.66,3.657c0,1.434,0.85,2.742,2.166,3.334c0.141,0.062,0.225,0.208,0.211,0.361s-0.125,0.281-0.274,0.316 c-2.993,0.721-5.084,3.372-5.084,6.449l0.001,0.521L8.64,31l-0.001-0.522c0-3.125,1.943-5.854,4.819-6.903 c-1.138-0.812-1.838-2.134-1.838-3.559c0-2.292,1.772-4.178,4.02-4.362V5c0-0.199,0.161-0.36,0.36-0.36h15 C31.199,4.64,31.36,4.801,31.36,5z M30.64,8.36H16.36v7.295c2.246,0.184,4.017,2.07,4.017,4.362c0,0.566-0.11,1.115-0.315,1.623 H30.64V8.36z M30.64,5.36H16.36v2.28h14.28V5.36z M22,11.64h-4v0.72h4V11.64z M23.64,17.5c0-1.577,1.283-2.86,2.86-2.86 s2.86,1.283,2.86,2.86s-1.283,2.86-2.86,2.86S23.64,19.077,23.64,17.5z M28.242,16.266l-1.383,1.383l-0.004,1.955 c1.01-0.171,1.784-1.046,1.784-2.104C28.64,17.04,28.49,16.615,28.242,16.266z M24.36,17.5c0,1.055,0.769,1.928,1.774,2.103 l0.006-2.253l1.592-1.593c-0.349-0.248-0.773-0.397-1.233-0.397C25.32,15.36,24.36,16.32,24.36,17.5z M8,9.64H5v0.72h3V9.64z M3.5,21.36h3v-0.72h-3V21.36z M3.5,19.36h3v-0.72h-3V19.36z M22,13.64h-4v0.72h4V13.64z M29,11.64h-4v0.72h4V11.64z M29,9.64h-4 v0.72h4V9.64z M22,9.64h-4v0.72h4V9.64z M8.36,17.584v7.832c0,0.521-0.423,0.944-0.944,0.944H2.584 c-0.521,0-0.944-0.424-0.944-0.944v-7.832c0-0.521,0.423-0.944,0.944-0.944h4.832C7.937,16.64,8.36,17.063,8.36,17.584z M7.64,23.36 H2.36v2.056c0,0.123,0.101,0.224,0.224,0.224h4.832c0.124,0,0.224-0.101,0.224-0.224C7.64,25.416,7.64,23.36,7.64,23.36z M7.64,17.584c0-0.123-0.101-0.224-0.224-0.224H2.584c-0.124,0-0.224,0.101-0.224,0.224v5.056h5.28 C7.64,22.64,7.64,17.584,7.64,17.584z" })), children);
|
|
23643
|
-
});
|
|
23644
|
-
var AssetManagement = /* @__PURE__ */ import_react17.default.forwardRef(function AssetManagement2({ children, ...rest }, ref) {
|
|
23645
|
-
return /* @__PURE__ */ import_react17.default.createElement(Icon3, _extends({ width: 64, height: 64, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", ref }, rest), _path687 || (_path687 = /* @__PURE__ */ import_react17.default.createElement("path", { d: "M13.254,31.255l-0.509-0.51l1-1 c0.057-0.057,0.13-0.093,0.21-0.103l7.32-0.915c0.36-0.045,0.699-0.21,0.954-0.466l6.102-6.103c0.411-0.41,0.411-1.079,0-1.491 c-0.411-0.411-1.081-0.41-1.49,0.001l-6.207,5.046c-0.426,0.404-1.001,0.652-1.634,0.652h-5v-0.721h5 c0.397,0,0.763-0.141,1.048-0.374l-0.004-0.006l0.116-0.095c0.302-0.297,0.488-0.709,0.488-1.163c0-0.354-0.291-0.642-0.648-0.642 h-7.741v-0.721H20c0.755,0,1.369,0.61,1.369,1.36c0,0.063-0.003,0.127-0.008,0.188l4.998-4.061c0.663-0.666,1.79-0.667,2.48,0.024 c0.692,0.692,0.691,1.818,0.001,2.51l-6.102,6.102c-0.368,0.368-0.856,0.607-1.375,0.672l-7.197,0.899L13.254,31.255z M4.255,31.254 l-0.51-0.508l2.904-2.91c0.213-2.925,2.651-5.196,5.61-5.196v0.721c-2.622,0-4.774,2.043-4.9,4.651 c-0.004,0.089-0.042,0.174-0.104,0.236L4.255,31.254z M21,19.36H9c-0.199,0-0.36-0.161-0.36-0.36V4c0-0.199,0.161-0.36,0.36-0.36 h2.64V1c0-0.199,0.161-0.36,0.36-0.36h12c0.199,0,0.36,0.161,0.36,0.36v15c0,0.199-0.161,0.36-0.36,0.36h-2.64V19 C21.36,19.199,21.199,19.36,21,19.36z M9.36,18.64h11.28V8.36H17c-0.199,0-0.36-0.161-0.36-0.36V4.36H9.36V18.64z M21.36,15.64 h2.279V1.36H12.36v2.28H17c0.096,0,0.188,0.038,0.255,0.105l4,4C21.322,7.813,21.36,7.904,21.36,8V15.64z M17.36,7.64h2.771 L17.36,4.869V7.64z M19,15.36h-8v-0.72h8V15.36z M19,13.36h-8v-0.72h8V13.36z M19,11.36h-8v-0.72h8V11.36z" })), children);
|
|
23646
|
-
});
|
|
23647
|
-
var Carbon = /* @__PURE__ */ import_react17.default.forwardRef(function Carbon2({ children, ...rest }, ref) {
|
|
23648
|
-
return /* @__PURE__ */ import_react17.default.createElement(Icon3, _extends({ width: 64, height: 64, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", ref }, rest), _path1487 || (_path1487 = /* @__PURE__ */ import_react17.default.createElement("path", { d: "M14,31.36c-0.062,0-0.124-0.017-0.18-0.048l-10-5.75 c-0.111-0.064-0.18-0.184-0.18-0.312v-11.5c0-0.129,0.069-0.248,0.18-0.312l10-5.75c0.111-0.064,0.248-0.064,0.359,0l10,5.75 c0.111,0.064,0.181,0.183,0.181,0.312v11.5c0,0.129-0.069,0.248-0.181,0.312l-10,5.75C14.124,31.344,14.062,31.36,14,31.36z M4.36,25.042L14,30.585l9.64-5.543V13.958L14,8.415l-9.64,5.543C4.36,13.958,4.36,25.042,4.36,25.042z M28.36,18h-0.72V6.958 L18,1.415L8.18,7.062L7.82,6.438l10-5.75c0.111-0.064,0.248-0.064,0.359,0l10,5.75C28.29,6.502,28.36,6.621,28.36,6.75 C28.36,6.75,28.36,18,28.36,18z" })), children);
|
|
23649
|
-
});
|
|
23650
|
-
|
|
23651
|
-
// node_modules/@carbon/pictograms-react/es/__generated__/bucket-1.js
|
|
23652
|
-
var import_react18 = __toESM(require("react"));
|
|
23185
|
+
// node_modules/@carbon/icons-react/es/generated/bucket-14.js
|
|
23186
|
+
var import_react12 = __toESM(require("react"));
|
|
23187
|
+
var _path279;
|
|
23188
|
+
var _path280;
|
|
23189
|
+
var _path320;
|
|
23190
|
+
var _path420;
|
|
23191
|
+
var _path520;
|
|
23192
|
+
var _path620;
|
|
23193
|
+
var _path720;
|
|
23194
|
+
var _path820;
|
|
23653
23195
|
var _path920;
|
|
23196
|
+
var _path07;
|
|
23197
|
+
var _path1120;
|
|
23198
|
+
var _path1020;
|
|
23199
|
+
var _path1121;
|
|
23200
|
+
var _path1220;
|
|
23201
|
+
var _path1320;
|
|
23202
|
+
var _path1420;
|
|
23654
23203
|
var _path1520;
|
|
23204
|
+
var _path1620;
|
|
23205
|
+
var _path1720;
|
|
23206
|
+
var _path1819;
|
|
23207
|
+
var _path1919;
|
|
23208
|
+
var _path2017;
|
|
23209
|
+
var _path2116;
|
|
23210
|
+
var _path2214;
|
|
23211
|
+
var _path2314;
|
|
23212
|
+
var _path2414;
|
|
23213
|
+
var _path2514;
|
|
23214
|
+
var _path2613;
|
|
23215
|
+
var _path2710;
|
|
23216
|
+
var _path287;
|
|
23217
|
+
var _path297;
|
|
23218
|
+
var _path307;
|
|
23219
|
+
var _path3110;
|
|
23220
|
+
var _circle60;
|
|
23221
|
+
var _circle217;
|
|
23222
|
+
var _circle316;
|
|
23223
|
+
var _path327;
|
|
23224
|
+
var _path337;
|
|
23225
|
+
var _circle416;
|
|
23226
|
+
var _circle511;
|
|
23227
|
+
var _circle67;
|
|
23228
|
+
var _path347;
|
|
23229
|
+
var _path357;
|
|
23230
|
+
var _path367;
|
|
23231
|
+
var _path377;
|
|
23232
|
+
var _path387;
|
|
23233
|
+
var _path397;
|
|
23234
|
+
var _path407;
|
|
23235
|
+
var _path4110;
|
|
23236
|
+
var _path427;
|
|
23237
|
+
var _circle77;
|
|
23238
|
+
var _circle87;
|
|
23239
|
+
var _circle96;
|
|
23240
|
+
var _circle06;
|
|
23241
|
+
var _circle118;
|
|
23242
|
+
var _path437;
|
|
23243
|
+
var _path447;
|
|
23244
|
+
var _path457;
|
|
23245
|
+
var _path467;
|
|
23246
|
+
var _path477;
|
|
23247
|
+
var _path487;
|
|
23248
|
+
var _path497;
|
|
23249
|
+
var _path507;
|
|
23250
|
+
var _path5110;
|
|
23251
|
+
var _path527;
|
|
23252
|
+
var _path537;
|
|
23253
|
+
var _path547;
|
|
23254
|
+
var _path557;
|
|
23255
|
+
var _circle106;
|
|
23256
|
+
var _circle119;
|
|
23257
|
+
var _circle126;
|
|
23258
|
+
var _circle136;
|
|
23259
|
+
var _circle146;
|
|
23260
|
+
var _circle156;
|
|
23261
|
+
var _circle166;
|
|
23262
|
+
var _circle176;
|
|
23263
|
+
var _path567;
|
|
23264
|
+
var _path577;
|
|
23265
|
+
var _path587;
|
|
23266
|
+
var _path597;
|
|
23267
|
+
var _path607;
|
|
23268
|
+
var _path6110;
|
|
23269
|
+
var _path627;
|
|
23270
|
+
var _path637;
|
|
23271
|
+
var _path647;
|
|
23272
|
+
var _path657;
|
|
23273
|
+
var _path667;
|
|
23274
|
+
var _path677;
|
|
23275
|
+
var _path687;
|
|
23276
|
+
var _path697;
|
|
23277
|
+
var _path707;
|
|
23278
|
+
var _circle186;
|
|
23279
|
+
var _path7110;
|
|
23280
|
+
var _path727;
|
|
23281
|
+
var _path737;
|
|
23282
|
+
var _path747;
|
|
23283
|
+
var _path757;
|
|
23284
|
+
var _path767;
|
|
23285
|
+
var _path777;
|
|
23286
|
+
var _path787;
|
|
23287
|
+
var _path797;
|
|
23288
|
+
var _path807;
|
|
23289
|
+
var _path8110;
|
|
23290
|
+
var _path827;
|
|
23291
|
+
var _path837;
|
|
23292
|
+
var _path847;
|
|
23293
|
+
var _path857;
|
|
23294
|
+
var _path867;
|
|
23295
|
+
var _path877;
|
|
23296
|
+
var _path887;
|
|
23297
|
+
var _path897;
|
|
23298
|
+
var _path907;
|
|
23299
|
+
var _path9110;
|
|
23300
|
+
var _path927;
|
|
23301
|
+
var _path937;
|
|
23302
|
+
var _path947;
|
|
23303
|
+
var _path957;
|
|
23304
|
+
var _path967;
|
|
23305
|
+
var _path977;
|
|
23306
|
+
var _path987;
|
|
23307
|
+
var _path997;
|
|
23308
|
+
var _path1007;
|
|
23309
|
+
var _circle196;
|
|
23310
|
+
var _path10110;
|
|
23311
|
+
var _path1027;
|
|
23312
|
+
var _path1037;
|
|
23313
|
+
var _path1047;
|
|
23314
|
+
var _path1057;
|
|
23315
|
+
var _path1067;
|
|
23316
|
+
var _path1077;
|
|
23317
|
+
var _circle206;
|
|
23318
|
+
var _path1087;
|
|
23319
|
+
var _path1097;
|
|
23320
|
+
var _path11010;
|
|
23321
|
+
var _path11110;
|
|
23322
|
+
var _path1127;
|
|
23323
|
+
var _path1137;
|
|
23324
|
+
var _path1147;
|
|
23325
|
+
var _path1157;
|
|
23326
|
+
var _path1167;
|
|
23327
|
+
var _path1177;
|
|
23328
|
+
var _path1187;
|
|
23329
|
+
var _path1197;
|
|
23330
|
+
var _path1207;
|
|
23331
|
+
var _path12110;
|
|
23332
|
+
var _path1227;
|
|
23333
|
+
var _path1237;
|
|
23334
|
+
var _path1247;
|
|
23335
|
+
var _path1257;
|
|
23336
|
+
var _path1267;
|
|
23337
|
+
var _path1277;
|
|
23338
|
+
var _path1287;
|
|
23339
|
+
var _path1297;
|
|
23655
23340
|
var _path1307;
|
|
23656
|
-
var
|
|
23341
|
+
var _path13110;
|
|
23342
|
+
var _path1327;
|
|
23343
|
+
var _path1337;
|
|
23344
|
+
var _path1347;
|
|
23345
|
+
var _path1357;
|
|
23346
|
+
var _path1367;
|
|
23347
|
+
var _path1377;
|
|
23348
|
+
var _path1387;
|
|
23349
|
+
var _path1397;
|
|
23350
|
+
var _path1407;
|
|
23351
|
+
var _path14110;
|
|
23352
|
+
var _path1427;
|
|
23353
|
+
var _path1437;
|
|
23354
|
+
var _path1447;
|
|
23355
|
+
var _path1457;
|
|
23356
|
+
var _path1467;
|
|
23357
|
+
var _path1477;
|
|
23358
|
+
var _path1487;
|
|
23359
|
+
var _path1497;
|
|
23360
|
+
var _path1507;
|
|
23361
|
+
var _path15110;
|
|
23362
|
+
var _path1527;
|
|
23363
|
+
var _path1537;
|
|
23364
|
+
var _path1547;
|
|
23365
|
+
var _path1557;
|
|
23366
|
+
var _path1567;
|
|
23367
|
+
var _path1577;
|
|
23368
|
+
var _path1587;
|
|
23369
|
+
var _circle218;
|
|
23370
|
+
var _path1597;
|
|
23371
|
+
var _path1607;
|
|
23372
|
+
var _path16110;
|
|
23373
|
+
var _path1627;
|
|
23374
|
+
var _path1637;
|
|
23375
|
+
var _path1647;
|
|
23376
|
+
var _path1657;
|
|
23377
|
+
var _path1667;
|
|
23378
|
+
var _path1677;
|
|
23379
|
+
var _path1687;
|
|
23380
|
+
var _path1697;
|
|
23381
|
+
var _path1707;
|
|
23382
|
+
var _path17110;
|
|
23383
|
+
var _path1727;
|
|
23384
|
+
var _path1737;
|
|
23385
|
+
var _path1747;
|
|
23386
|
+
var _path1757;
|
|
23387
|
+
var _path1767;
|
|
23388
|
+
var _path1777;
|
|
23389
|
+
var _path1787;
|
|
23390
|
+
var _path1796;
|
|
23391
|
+
var _path1806;
|
|
23392
|
+
var _path18110;
|
|
23393
|
+
var _path1826;
|
|
23394
|
+
var _path1836;
|
|
23395
|
+
var _path1846;
|
|
23396
|
+
var _path1856;
|
|
23397
|
+
var _path1866;
|
|
23398
|
+
var _path1876;
|
|
23399
|
+
var _path1886;
|
|
23400
|
+
var _path1896;
|
|
23401
|
+
var _path1906;
|
|
23402
|
+
var _path19110;
|
|
23403
|
+
var _path1926;
|
|
23404
|
+
var _path1936;
|
|
23405
|
+
var _path1946;
|
|
23406
|
+
var _path1956;
|
|
23407
|
+
var _path1966;
|
|
23408
|
+
var _path1976;
|
|
23409
|
+
var _path1986;
|
|
23410
|
+
var _circle226;
|
|
23411
|
+
var _path1996;
|
|
23412
|
+
var _path2006;
|
|
23413
|
+
var _path2018;
|
|
23414
|
+
var _path2026;
|
|
23415
|
+
var _path2035;
|
|
23416
|
+
var _path2045;
|
|
23417
|
+
var _path2055;
|
|
23418
|
+
var _path2065;
|
|
23419
|
+
var PowerVirtualServerDisasterRecoveryAutomation = /* @__PURE__ */ import_react12.default.forwardRef(function PowerVirtualServerDisasterRecoveryAutomation2({
|
|
23657
23420
|
children,
|
|
23421
|
+
size = 16,
|
|
23658
23422
|
...rest
|
|
23659
23423
|
}, ref) {
|
|
23660
|
-
return /* @__PURE__ */
|
|
23661
|
-
width:
|
|
23662
|
-
height:
|
|
23663
|
-
|
|
23424
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
23425
|
+
width: size,
|
|
23426
|
+
height: size,
|
|
23427
|
+
ref,
|
|
23428
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
23429
|
+
viewBox: "0 0 32 32",
|
|
23430
|
+
fill: "currentColor",
|
|
23431
|
+
...rest
|
|
23432
|
+
}, _path279 || (_path279 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
23433
|
+
d: "M9,16h0c0,.3369.024.6749.0714,1.006l-1.9795.2832c-.061-.4238-.0919-.858-.0919-1.2892,0-4.9629,4.0376-9,9-9,2.0435,0,4.0444.7041,5.6348,1.9814l-1.2529,1.5596c-1.2544-1.0083-2.7696-1.541-4.3819-1.541-3.8599,0-6.9999,3.1401-6.9999,7.0001h-.0001ZM8,20c0,.5522.4478,1,1,1s1-.4478,1-1-.4478-1-1-1-1,.4478-1,1ZM16,4c6.6166,0,12,5.3833,12,12h2c0-7.7197-6.2803-14-14-14-1.6431,0-3.2529.2822-4.7846.8389l.6836,1.8799c1.3115-.4771,2.6913-.7188,4.101-.7188ZM22,12c0,.5522.4478,1,1,1s1-.4478,1-1-.4478-1-1-1-1,.4478-1,1ZM9,6c.5522,0,1-.4478,1-1s-.4478-1-1-1-1,.4478-1,1,.4478,1,1,1ZM4,16h0c0-3.2051,1.2481-6.2188,3.5147-8.4854l-1.4141-1.4141c-2.6445,2.6445-4.1006,6.1603-4.1006,9.8995,0,7.7197,6.2803,14,14,14v-2c-6.6166,0-12-5.3832-12-12ZM28.5,25.5c0,1.6543-1.3457,3-3,3s-3-1.3457-3-3c0-.4617.1135-.8942.3006-1.2853l-5.5153-5.5153c-.3911.1871-.8236.3006-1.2853.3006-1.6543,0-3-1.3457-3-3s1.3457-3,3-3,3,1.3457,3,3c0,.4617-.1135.8942-.3006,1.2853l5.5153,5.5153c.3911-.1871.8236-.3006,1.2853-.3006,1.6543,0,3,1.3456,3,2.9999h0ZM16,17c.5513,0,1-.4487,1-1s-.4487-1-1-1-1,.4487-1,1,.4487,1,1,1ZM26.5,25.5c0-.5518-.4482-1-1-1s-1,.4482-1,1,.4482,1,1,1,1-.4482,1-1Z"
|
|
23434
|
+
})), children);
|
|
23435
|
+
});
|
|
23436
|
+
if (process.env.NODE_ENV !== "production") {
|
|
23437
|
+
PowerVirtualServerDisasterRecoveryAutomation.propTypes = iconPropTypes;
|
|
23438
|
+
}
|
|
23439
|
+
var Ppt = /* @__PURE__ */ import_react12.default.forwardRef(function Ppt2({
|
|
23440
|
+
children,
|
|
23441
|
+
size = 16,
|
|
23442
|
+
...rest
|
|
23443
|
+
}, ref) {
|
|
23444
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
23445
|
+
width: size,
|
|
23446
|
+
height: size,
|
|
23447
|
+
ref,
|
|
23448
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
23449
|
+
viewBox: "0 0 32 32",
|
|
23450
|
+
fill: "currentColor",
|
|
23451
|
+
...rest
|
|
23452
|
+
}, _path280 || (_path280 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
23453
|
+
d: "M22 11L25 11 25 23 27 23 27 11 30 11 30 9 22 9 22 11zM14 23H12V9h6a2.002 2.002 0 012 2v5a2.002 2.002 0 01-2 2H14zm0-7h4V10.9985H14zM4 23H2V9H8a2.002 2.002 0 012 2v5a2.002 2.002 0 01-2 2H4zm0-7H8V10.9985H4z"
|
|
23454
|
+
})), children);
|
|
23455
|
+
});
|
|
23456
|
+
if (process.env.NODE_ENV !== "production") {
|
|
23457
|
+
Ppt.propTypes = iconPropTypes;
|
|
23458
|
+
}
|
|
23459
|
+
var PresentationFile = /* @__PURE__ */ import_react12.default.forwardRef(function PresentationFile2({
|
|
23460
|
+
children,
|
|
23461
|
+
size = 16,
|
|
23462
|
+
...rest
|
|
23463
|
+
}, ref) {
|
|
23464
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
23465
|
+
width: size,
|
|
23466
|
+
height: size,
|
|
23467
|
+
ref,
|
|
23468
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
23469
|
+
viewBox: "0 0 32 32",
|
|
23470
|
+
fill: "currentColor",
|
|
23471
|
+
...rest
|
|
23472
|
+
}, _path320 || (_path320 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
23473
|
+
d: "M15 10H17V18H15zM20 14H22V18H20zM10 12H12V18H10z"
|
|
23474
|
+
})), _path420 || (_path420 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
23475
|
+
d: "M25,4H17V2H15V4H7A2,2,0,0,0,5,6V20a2,2,0,0,0,2,2h8v6H11v2H21V28H17V22h8a2,2,0,0,0,2-2V6A2,2,0,0,0,25,4Zm0,16H7V6H25Z"
|
|
23476
|
+
})), children);
|
|
23477
|
+
});
|
|
23478
|
+
if (process.env.NODE_ENV !== "production") {
|
|
23479
|
+
PresentationFile.propTypes = iconPropTypes;
|
|
23480
|
+
}
|
|
23481
|
+
var Pressure = /* @__PURE__ */ import_react12.default.forwardRef(function Pressure2({
|
|
23482
|
+
children,
|
|
23483
|
+
size = 16,
|
|
23484
|
+
...rest
|
|
23485
|
+
}, ref) {
|
|
23486
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
23487
|
+
width: size,
|
|
23488
|
+
height: size,
|
|
23489
|
+
ref,
|
|
23490
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
23491
|
+
viewBox: "0 0 32 32",
|
|
23492
|
+
fill: "currentColor",
|
|
23493
|
+
...rest
|
|
23494
|
+
}, _path520 || (_path520 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
23495
|
+
d: "M17.5053,16l8.1591-7.2529A1,1,0,0,0,25,7H22V2H20V9h2.37L16,14.6621,9.63,9H12V2H10V7H7a1,1,0,0,0-.6646,1.7471L14.4945,16,6.3353,23.2529A1,1,0,0,0,7,25h3v5h2V23H9.63L16,17.3379,22.37,23H20v7h2V25h3a1,1,0,0,0,.6645-1.7471Z"
|
|
23496
|
+
})), children);
|
|
23497
|
+
});
|
|
23498
|
+
if (process.env.NODE_ENV !== "production") {
|
|
23499
|
+
Pressure.propTypes = iconPropTypes;
|
|
23500
|
+
}
|
|
23501
|
+
var PressureFilled = /* @__PURE__ */ import_react12.default.forwardRef(function PressureFilled2({
|
|
23502
|
+
children,
|
|
23503
|
+
size = 16,
|
|
23504
|
+
...rest
|
|
23505
|
+
}, ref) {
|
|
23506
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
23507
|
+
width: size,
|
|
23508
|
+
height: size,
|
|
23509
|
+
ref,
|
|
23510
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
23511
|
+
viewBox: "0 0 32 32",
|
|
23512
|
+
fill: "currentColor",
|
|
23513
|
+
...rest
|
|
23514
|
+
}, _path620 || (_path620 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
23515
|
+
d: "M22 30H10V25H6l10-9 10 9H22zM16 16L6 7h4V2H22V7h4z"
|
|
23516
|
+
})), children);
|
|
23517
|
+
});
|
|
23518
|
+
if (process.env.NODE_ENV !== "production") {
|
|
23519
|
+
PressureFilled.propTypes = iconPropTypes;
|
|
23520
|
+
}
|
|
23521
|
+
var PreviousFilled = /* @__PURE__ */ import_react12.default.forwardRef(function PreviousFilled2({
|
|
23522
|
+
children,
|
|
23523
|
+
size = 16,
|
|
23524
|
+
...rest
|
|
23525
|
+
}, ref) {
|
|
23526
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
23527
|
+
width: size,
|
|
23528
|
+
height: size,
|
|
23529
|
+
ref,
|
|
23530
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
23531
|
+
viewBox: "0 0 32 32",
|
|
23532
|
+
fill: "currentColor",
|
|
23533
|
+
...rest
|
|
23534
|
+
}, _path720 || (_path720 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
23535
|
+
d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm8,15H11.85l5.58,5.5728L16,24,8,16l8-8,1.43,1.3926L11.85,15H24Z"
|
|
23536
|
+
})), _path820 || (_path820 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
23537
|
+
fill: "none",
|
|
23538
|
+
d: "M16 8L17.43 9.393 11.85 15 24 15 24 17 11.85 17 17.43 22.573 16 24 8 16 16 8z",
|
|
23539
|
+
"data-icon-path": "inner-path"
|
|
23540
|
+
})), children);
|
|
23541
|
+
});
|
|
23542
|
+
if (process.env.NODE_ENV !== "production") {
|
|
23543
|
+
PreviousFilled.propTypes = iconPropTypes;
|
|
23544
|
+
}
|
|
23545
|
+
var PreviousOutline = /* @__PURE__ */ import_react12.default.forwardRef(function PreviousOutline2({
|
|
23546
|
+
children,
|
|
23547
|
+
size = 16,
|
|
23548
|
+
...rest
|
|
23549
|
+
}, ref) {
|
|
23550
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
23551
|
+
width: size,
|
|
23552
|
+
height: size,
|
|
23553
|
+
ref,
|
|
23554
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
23555
|
+
viewBox: "0 0 32 32",
|
|
23556
|
+
fill: "currentColor",
|
|
23557
|
+
...rest
|
|
23558
|
+
}, _path920 || (_path920 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
23559
|
+
d: "M16 8L17.43 9.393 11.85 15 24 15 24 17 11.85 17 17.43 22.573 16 24 8 16 16 8z"
|
|
23560
|
+
})), _path07 || (_path07 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
23561
|
+
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"
|
|
23562
|
+
})), children);
|
|
23563
|
+
});
|
|
23564
|
+
if (process.env.NODE_ENV !== "production") {
|
|
23565
|
+
PreviousOutline.propTypes = iconPropTypes;
|
|
23566
|
+
}
|
|
23567
|
+
var PricingConsumption = /* @__PURE__ */ import_react12.default.forwardRef(function PricingConsumption2({
|
|
23568
|
+
children,
|
|
23569
|
+
size = 16,
|
|
23570
|
+
...rest
|
|
23571
|
+
}, ref) {
|
|
23572
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
23573
|
+
width: size,
|
|
23574
|
+
height: size,
|
|
23575
|
+
ref,
|
|
23576
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
23577
|
+
viewBox: "0 0 32 32",
|
|
23578
|
+
fill: "currentColor",
|
|
23579
|
+
...rest
|
|
23580
|
+
}, _path1120 || (_path1120 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
23581
|
+
strokeWidth: "0",
|
|
23582
|
+
d: "M16 2v2c6.63 0 12 5.37 12 12s-5.37 12-12 12v2c7.73 0 14-6.27 14-14S23.73 2 16 2zM8.24 25.14l-1.29 1.53c1.23 1.04 2.64 1.87 4.18 2.44l.68-1.88c-1.32-.49-2.53-1.2-3.58-2.09h.01zM4.19 18l-1.97.41c.28 1.63.84 3.16 1.64 4.54l1.73-.95c-.68-1.18-1.16-2.61-1.4-4zM5.59 10l-1.73-1c-.79 1.38-1.35 2.96-1.64 4.59l1.97.35c.24-1.39.72-2.75 1.4-3.93v-.01zM11.82 4.76l-.68-1.88c-1.54.57-2.95 1.4-4.18 2.44l1.29 1.53c1.05-.89 2.26-1.6 3.58-2.09h-.01z"
|
|
23583
|
+
})), _path1020 || (_path1020 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
23584
|
+
strokeWidth: "0",
|
|
23585
|
+
d: "m21,12v-2h-4v-3h-2v3h-2c-1.103,0-2,.897-2,2v3c0,1.103.897,2,2,2h6v3h-8v2h4v3h2v-3h2c1.103,0,2-.8975,2-2v-3c0-1.103-.897-2-2-2h-6v-3h8Z"
|
|
23586
|
+
})), children);
|
|
23587
|
+
});
|
|
23588
|
+
if (process.env.NODE_ENV !== "production") {
|
|
23589
|
+
PricingConsumption.propTypes = iconPropTypes;
|
|
23590
|
+
}
|
|
23591
|
+
var PricingContainer = /* @__PURE__ */ import_react12.default.forwardRef(function PricingContainer2({
|
|
23592
|
+
children,
|
|
23593
|
+
size = 16,
|
|
23594
|
+
...rest
|
|
23595
|
+
}, ref) {
|
|
23596
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
23597
|
+
width: size,
|
|
23598
|
+
height: size,
|
|
23599
|
+
ref,
|
|
23600
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
23601
|
+
viewBox: "0 0 32 32",
|
|
23602
|
+
fill: "currentColor",
|
|
23603
|
+
...rest
|
|
23604
|
+
}, _path1121 || (_path1121 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
23605
|
+
strokeWidth: "0",
|
|
23606
|
+
d: "M28 2h-5v2h5v24h-5v2h5c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM23 20.52c0-4.62-3.78-5.14-6.82-5.56-3.31-.46-5.18-.86-5.18-3.71 0-2.39 2.51-3.24 4.65-3.24 2.32 0 4.14.86 5.57 2.63l1.56-1.26c-1.52-1.88-3.46-2.97-5.78-3.28v-3.1h-2v3.02c-3.62.22-6 2.26-6 5.22 0 4.73 3.83 5.26 6.91 5.69 3.25.45 5.09.84 5.09 3.58 0 3.03-3.13 3.48-5 3.48-3.43 0-4.88-.96-6.22-2.63l-1.56 1.26c1.77 2.19 3.73 3.17 6.78 3.34v3.04h2v-3.04c3.73-.3 6-2.33 6-5.44z"
|
|
23607
|
+
})), _path1220 || (_path1220 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
23608
|
+
strokeWidth: "0",
|
|
23609
|
+
d: "m4,4h5V2H4c-1.1,0-2,.9-2,2v24c0,1.1.9,2,2,2h5v-2H4V4Z"
|
|
23610
|
+
})), children);
|
|
23611
|
+
});
|
|
23612
|
+
if (process.env.NODE_ENV !== "production") {
|
|
23613
|
+
PricingContainer.propTypes = iconPropTypes;
|
|
23614
|
+
}
|
|
23615
|
+
var PricingQuickProposal = /* @__PURE__ */ import_react12.default.forwardRef(function PricingQuickProposal2({
|
|
23616
|
+
children,
|
|
23617
|
+
size = 16,
|
|
23618
|
+
...rest
|
|
23619
|
+
}, ref) {
|
|
23620
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
23621
|
+
width: size,
|
|
23622
|
+
height: size,
|
|
23623
|
+
ref,
|
|
23624
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
23625
|
+
viewBox: "0 0 32 32",
|
|
23626
|
+
fill: "currentColor",
|
|
23627
|
+
...rest
|
|
23628
|
+
}, _path1320 || (_path1320 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
23629
|
+
strokeWidth: "0",
|
|
23630
|
+
d: "M29 20.52c0-4.62-3.78-5.14-6.82-5.56-3.31-.46-5.18-.86-5.18-3.71 0-2.39 2.51-3.24 4.65-3.24 2.32 0 4.14.86 5.57 2.63l1.56-1.26c-1.52-1.88-3.46-2.97-5.78-3.28v-3.1h-2v3.02c-3.62.22-6 2.26-6 5.22 0 4.73 3.83 5.26 6.91 5.69 3.25.45 5.09.84 5.09 3.58 0 3.03-3.13 3.48-5 3.48-3.43 0-4.88-.96-6.22-2.63l-1.56 1.26c1.77 2.19 3.73 3.17 6.78 3.34v3.04h2v-3.04c3.73-.3 6-2.33 6-5.44zM3 11H11V13H3zM3 19H11V21H3zM5 15H13V17H5z"
|
|
23631
|
+
})), children);
|
|
23632
|
+
});
|
|
23633
|
+
if (process.env.NODE_ENV !== "production") {
|
|
23634
|
+
PricingQuickProposal.propTypes = iconPropTypes;
|
|
23635
|
+
}
|
|
23636
|
+
var PricingTailored = /* @__PURE__ */ import_react12.default.forwardRef(function PricingTailored2({
|
|
23637
|
+
children,
|
|
23638
|
+
size = 16,
|
|
23639
|
+
...rest
|
|
23640
|
+
}, ref) {
|
|
23641
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
23642
|
+
width: size,
|
|
23643
|
+
height: size,
|
|
23644
|
+
ref,
|
|
23645
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
23646
|
+
viewBox: "0 0 32 32",
|
|
23647
|
+
fill: "currentColor",
|
|
23648
|
+
...rest
|
|
23649
|
+
}, _path1420 || (_path1420 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
23650
|
+
strokeWidth: "0",
|
|
23651
|
+
d: "M27 21h-2c0-2.8226 0-7.0881-10.0903-8.0042l.1807-1.9917c11.9097 1.0811 11.9097 6.8802 11.9097 9.9958zM16.9097 20.9958c-11.9097-1.0811-11.9097-6.8802-11.9097-9.9958h2c0 2.8226 0 7.0881 10.0903 8.0042l-.1807 1.9917z"
|
|
23652
|
+
})), _path1520 || (_path1520 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
23653
|
+
strokeWidth: "0",
|
|
23654
|
+
d: "m23,20.52c0-4.62-3.78-5.14-6.82-5.56-3.31-.46-5.18-.86-5.18-3.71,0-2.39,2.51-3.24,4.65-3.24,2.32,0,4.14.86,5.57,2.63l1.56-1.26c-1.52-1.88-3.46-2.97-5.78-3.28v-3.1h-2v3.02c-3.62.22-6,2.26-6,5.22,0,4.73,3.83,5.26,6.91,5.69,3.25.45,5.09.84,5.09,3.58,0,3.03-3.13,3.48-5,3.48-3.43,0-4.88-.96-6.22-2.63l-1.56,1.26c1.77,2.19,3.73,3.17,6.78,3.34v3.04h2v-3.04c3.73-.3,6-2.33,6-5.44Z"
|
|
23655
|
+
})), children);
|
|
23656
|
+
});
|
|
23657
|
+
if (process.env.NODE_ENV !== "production") {
|
|
23658
|
+
PricingTailored.propTypes = iconPropTypes;
|
|
23659
|
+
}
|
|
23660
|
+
var PricingTraditional = /* @__PURE__ */ import_react12.default.forwardRef(function PricingTraditional2({
|
|
23661
|
+
children,
|
|
23662
|
+
size = 16,
|
|
23663
|
+
...rest
|
|
23664
|
+
}, ref) {
|
|
23665
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
23666
|
+
width: size,
|
|
23667
|
+
height: size,
|
|
23668
|
+
ref,
|
|
23669
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
23670
|
+
viewBox: "0 0 32 32",
|
|
23671
|
+
fill: "currentColor",
|
|
23672
|
+
...rest
|
|
23673
|
+
}, _path1620 || (_path1620 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
23674
|
+
strokeWidth: "0",
|
|
23675
|
+
d: "m17,15.0698v-6.9536c1.6909.2793,3.084,1.1021,4.2219,2.5117l1.5562-1.2559c-1.5195-1.8823-3.4619-2.9736-5.7781-3.2759v-3.0962h-2v3.022c-3.6152.2192-6,2.2603-6,5.2202,0,4.2739,3.1265,5.1191,6,5.5586v7.1616c-2.7192-.1777-4.0186-1.1001-5.2219-2.5903l-1.5562,1.2559c1.7703,2.1934,3.7332,3.168,6.7781,3.3369v3.0352h2v-3.0449c3.7256-.3042,6-2.3271,6-5.4399,0-4.209-3.1428-5.0156-6-5.4453Zm-6-3.8276c0-2.1533,2.0293-3.0537,4-3.2134v6.7466c-2.5696-.4238-4-1.043-4-3.5332Zm6,12.71v-6.8574c2.5669.4155,4,1.0044,4,3.4204,0,2.5361-2.1902,3.2656-4,3.437Z"
|
|
23676
|
+
})), children);
|
|
23677
|
+
});
|
|
23678
|
+
if (process.env.NODE_ENV !== "production") {
|
|
23679
|
+
PricingTraditional.propTypes = iconPropTypes;
|
|
23680
|
+
}
|
|
23681
|
+
var Printer = /* @__PURE__ */ import_react12.default.forwardRef(function Printer2({
|
|
23682
|
+
children,
|
|
23683
|
+
size = 16,
|
|
23684
|
+
...rest
|
|
23685
|
+
}, ref) {
|
|
23686
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
23687
|
+
width: size,
|
|
23688
|
+
height: size,
|
|
23689
|
+
ref,
|
|
23690
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
23691
|
+
viewBox: "0 0 32 32",
|
|
23692
|
+
fill: "currentColor",
|
|
23693
|
+
...rest
|
|
23694
|
+
}, _path1720 || (_path1720 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
23695
|
+
d: "M28,9H25V3H7V9H4a2,2,0,0,0-2,2V21a2,2,0,0,0,2,2H7v6H25V23h3a2,2,0,0,0,2-2V11A2,2,0,0,0,28,9ZM9,5H23V9H9ZM23,27H9V17H23Zm5-6H25V15H7v6H4V11H28Z"
|
|
23696
|
+
})), children);
|
|
23697
|
+
});
|
|
23698
|
+
if (process.env.NODE_ENV !== "production") {
|
|
23699
|
+
Printer.propTypes = iconPropTypes;
|
|
23700
|
+
}
|
|
23701
|
+
var Process = /* @__PURE__ */ import_react12.default.forwardRef(function Process2({
|
|
23702
|
+
children,
|
|
23703
|
+
size = 16,
|
|
23704
|
+
...rest
|
|
23705
|
+
}, ref) {
|
|
23706
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
23707
|
+
width: size,
|
|
23708
|
+
height: size,
|
|
23709
|
+
ref,
|
|
23710
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
23711
|
+
viewBox: "0 0 32 32",
|
|
23712
|
+
fill: "currentColor",
|
|
23713
|
+
...rest
|
|
23714
|
+
}, _path1819 || (_path1819 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
23715
|
+
d: "M12 25c-.7383 0-1.3762.4048-1.7227 1h-5.6301l2.6479-5.0923c.2273.0552.4609.0923.7048.0923 1.6543 0 3-1.3457 3-3s-1.3457-3-3-3-3 1.3457-3 3c0 .6787.2349 1.2979.6162 1.8013l-3.5034 6.7373c-.1611.3101-.1489.6816.0325.9805.1812.2983.5054.481.8547.481h7.2773c.3464.5952.9844 1 1.7227 1 1.1045 0 2-.8955 2-2s-.8955-2-2-2zm-4-8c.5515 0 1 .4487 1 1s-.4485 1-1 1-1-.4487-1-1 .4485-1 1-1zM29.8872 26.5386l-4.041-7.771c.0986-.2363.1538-.4956.1538-.7676 0-1.1045-.8955-2-2-2s-2 .8955-2 2 .8955 2 2 2c.0757 0 .1477-.0142.2212-.0225l3.1316 6.0225h-4.5371c-.4141-1.1611-1.5137-2-2.8157-2-1.6543 0-3 1.3457-3 3s1.3457 3 3 3c1.302 0 2.4016-.8389 2.8157-2h6.1843c.3494 0 .6736-.1826.8547-.481.1814-.2988.1936-.6704.0325-.9805zm-9.8872 1.4614c-.5515 0-1-.4487-1-1s.4485-1 1-1 1 .4487 1 1-.4485 1-1 1zM21 8c-.2439 0-.4778.0371-.7048.0923l-3.408-6.5537c-.1721-.3311-.5298-.5386-.8872-.5386s-.7151.2075-.8872.5386l-3.8914 7.4839c-.0737-.0083-.1458-.0225-.2214-.0225-1.1045 0-2 .8955-2 2s.8955 2 2 2 2-.8955 2-2c0-.272-.0552-.5312-.1538-.7676l3.1538-6.0649 2.6162 5.0312c-.3813.5034-.6162 1.1226-.6162 1.8013 0 1.6543 1.3457 3 3 3s3-1.3457 3-3-1.3457-3-3-3zm0 4c-.5515 0-1-.4487-1-1s.4485-1 1-1 1 .4487 1 1-.4485 1-1 1z"
|
|
23716
|
+
})), children);
|
|
23717
|
+
});
|
|
23718
|
+
if (process.env.NODE_ENV !== "production") {
|
|
23719
|
+
Process.propTypes = iconPropTypes;
|
|
23720
|
+
}
|
|
23721
|
+
var ProcessAutomate = /* @__PURE__ */ import_react12.default.forwardRef(function ProcessAutomate2({
|
|
23722
|
+
children,
|
|
23723
|
+
size = 16,
|
|
23724
|
+
...rest
|
|
23725
|
+
}, ref) {
|
|
23726
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
23727
|
+
width: size,
|
|
23728
|
+
height: size,
|
|
23729
|
+
ref,
|
|
23730
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
23731
|
+
viewBox: "0 0 32 32",
|
|
23732
|
+
fill: "currentColor",
|
|
23733
|
+
...rest
|
|
23734
|
+
}, _path1919 || (_path1919 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
23735
|
+
d: "m31,17c0-1.6543-1.3457-3-3-3s-3,1.3457-3,3c0,1.3018.8384,2.4014,2,2.8154v2.6104l-11,6.4165-10.0154-5.8423,22.5193-13.1362c.3071-.1792.4961-.5083.4961-.8638s-.189-.6846-.4961-.8638L16.5039,1.1362c-.1558-.0908-.3298-.1362-.5039-.1362s-.3481.0454-.5039.1362L3.4961,8.1362c-.3071.1792-.4961.5083-.4961.8638v3.1846c-1.1616.4141-2,1.5137-2,2.8154,0,1.6543,1.3457,3,3,3s3-1.3457,3-3c0-1.3018-.8384-2.4014-2-2.8159v-2.6099l11-6.4165,10.0154,5.8423L3.4961,22.1362c-.3071.1792-.4961.5083-.4961.8638s.189.6846.4961.8638l12,7c.1558.0908.3298.1362.5039.1362s.3481-.0454.5039-.1362l12-7c.3071-.1792.4961-.5083.4961-.8638v-3.1841c1.1616-.4146,2-1.5142,2-2.8159Zm-27-1c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1Zm24,2c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1Z"
|
|
23736
|
+
})), children);
|
|
23737
|
+
});
|
|
23738
|
+
if (process.env.NODE_ENV !== "production") {
|
|
23739
|
+
ProcessAutomate.propTypes = iconPropTypes;
|
|
23740
|
+
}
|
|
23741
|
+
var Product = /* @__PURE__ */ import_react12.default.forwardRef(function Product2({
|
|
23742
|
+
children,
|
|
23743
|
+
size = 16,
|
|
23744
|
+
...rest
|
|
23745
|
+
}, ref) {
|
|
23746
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
23747
|
+
width: size,
|
|
23748
|
+
height: size,
|
|
23749
|
+
ref,
|
|
23750
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
23751
|
+
viewBox: "0 0 32 32",
|
|
23752
|
+
fill: "currentColor",
|
|
23753
|
+
...rest
|
|
23754
|
+
}, _path2017 || (_path2017 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
23755
|
+
d: "M8 18H14V20H8zM8 22H18V24H8z"
|
|
23756
|
+
})), _path2116 || (_path2116 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
23757
|
+
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,4ZM18,6v4H14V6ZM6,26V6h6v6h8V6h6l.0012,20Z"
|
|
23758
|
+
})), children);
|
|
23759
|
+
});
|
|
23760
|
+
if (process.env.NODE_ENV !== "production") {
|
|
23761
|
+
Product.propTypes = iconPropTypes;
|
|
23762
|
+
}
|
|
23763
|
+
var ProgressBar = /* @__PURE__ */ import_react12.default.forwardRef(function ProgressBar2({
|
|
23764
|
+
children,
|
|
23765
|
+
size = 16,
|
|
23766
|
+
...rest
|
|
23767
|
+
}, ref) {
|
|
23768
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
23769
|
+
width: size,
|
|
23770
|
+
height: size,
|
|
23771
|
+
ref,
|
|
23772
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
23773
|
+
viewBox: "0 0 32 32",
|
|
23774
|
+
fill: "currentColor",
|
|
23775
|
+
...rest
|
|
23776
|
+
}, _path2214 || (_path2214 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
23777
|
+
d: "M28,21H4a2.0021,2.0021,0,0,1-2-2V13a2.0021,2.0021,0,0,1,2-2H28a2.0021,2.0021,0,0,1,2,2v6A2.0021,2.0021,0,0,1,28,21ZM4,13v6H28V13Z"
|
|
23778
|
+
})), _path2314 || (_path2314 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
23779
|
+
d: "M6 15H20V17H6z"
|
|
23780
|
+
})), children);
|
|
23781
|
+
});
|
|
23782
|
+
if (process.env.NODE_ENV !== "production") {
|
|
23783
|
+
ProgressBar.propTypes = iconPropTypes;
|
|
23784
|
+
}
|
|
23785
|
+
var ProgressBarRound = /* @__PURE__ */ import_react12.default.forwardRef(function ProgressBarRound2({
|
|
23786
|
+
children,
|
|
23787
|
+
size = 16,
|
|
23788
|
+
...rest
|
|
23789
|
+
}, ref) {
|
|
23790
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
23791
|
+
width: size,
|
|
23792
|
+
height: size,
|
|
23793
|
+
ref,
|
|
23794
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
23795
|
+
viewBox: "0 0 32 32",
|
|
23796
|
+
fill: "currentColor",
|
|
23797
|
+
...rest
|
|
23798
|
+
}, _path2414 || (_path2414 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
23799
|
+
d: "M16,22a6,6,0,1,1,6-6A6.0067,6.0067,0,0,1,16,22Zm0-10a4,4,0,1,0,4,4A4.0045,4.0045,0,0,0,16,12Z"
|
|
23800
|
+
})), _path2514 || (_path2514 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
23801
|
+
d: "M16,26a10.0162,10.0162,0,0,1-7.4531-3.3325l1.49-1.334A8,8,0,1,0,16,8V6a10,10,0,0,1,0,20Z"
|
|
23802
|
+
})), _path2613 || (_path2613 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
23803
|
+
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"
|
|
23804
|
+
})), children);
|
|
23805
|
+
});
|
|
23806
|
+
if (process.env.NODE_ENV !== "production") {
|
|
23807
|
+
ProgressBarRound.propTypes = iconPropTypes;
|
|
23808
|
+
}
|
|
23809
|
+
var Promote = /* @__PURE__ */ import_react12.default.forwardRef(function Promote2({
|
|
23810
|
+
children,
|
|
23811
|
+
size = 16,
|
|
23812
|
+
...rest
|
|
23813
|
+
}, ref) {
|
|
23814
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
23815
|
+
width: size,
|
|
23816
|
+
height: size,
|
|
23817
|
+
ref,
|
|
23818
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
23819
|
+
viewBox: "0 0 32 32",
|
|
23820
|
+
fill: "currentColor",
|
|
23821
|
+
...rest
|
|
23822
|
+
}, _path2710 || (_path2710 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
23823
|
+
d: "M16 21L17.4 22.4 14.8 25 23 25 23 27 14.8 27 17.4 29.6 16 31 11 26z"
|
|
23824
|
+
})), _path287 || (_path287 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
23825
|
+
d: "M6.3 19H17.6V21H6.3z",
|
|
23826
|
+
transform: "rotate(-45.001 12 20)"
|
|
23827
|
+
})), _path297 || (_path297 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
23828
|
+
d: "M23,22h-2v-5c0-0.3,0.1-0.5,0.3-0.7l4.1-4.1c1.7-1.7,2.6-4,2.6-6.4V4h-1.9c-2.4,0-4.7,0.9-6.4,2.6l-4.1,4.1 C15.5,10.9,15.3,11,15,11H7.5l-2.6,3.3l5.3,0.8l-0.3,2l-7-1c-0.4-0.1-0.7-0.3-0.8-0.6s-0.1-0.7,0.1-1l4-5C6.4,9.1,6.7,9,7,9h7.6 l3.8-3.8C20.4,3.1,23.2,2,26.1,2H28c1.1,0,2,0.9,2,2v1.9c0,2.9-1.1,5.7-3.2,7.8L23,17.4V22z"
|
|
23829
|
+
})), children);
|
|
23830
|
+
});
|
|
23831
|
+
if (process.env.NODE_ENV !== "production") {
|
|
23832
|
+
Promote.propTypes = iconPropTypes;
|
|
23833
|
+
}
|
|
23834
|
+
var PromptSession = /* @__PURE__ */ import_react12.default.forwardRef(function PromptSession2({
|
|
23835
|
+
children,
|
|
23836
|
+
size = 16,
|
|
23837
|
+
...rest
|
|
23838
|
+
}, ref) {
|
|
23839
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
23840
|
+
width: size,
|
|
23841
|
+
height: size,
|
|
23842
|
+
ref,
|
|
23843
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
23844
|
+
viewBox: "0 0 32 32",
|
|
23845
|
+
fill: "currentColor",
|
|
23846
|
+
...rest
|
|
23847
|
+
}, _path307 || (_path307 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
23848
|
+
d: "M27 25.5859L25 23.5859 25 21 23 21 23 24.4141 25.5859 27 27 25.5859z"
|
|
23849
|
+
})), _path3110 || (_path3110 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
23850
|
+
d: "M24 31c-3.8599 0-7-3.1401-7-7s3.1401-7 7-7 7 3.1401 7 7-3.1401 7-7 7zm0-12c-2.7571 0-5 2.2429-5 5s2.2429 5 5 5 5-2.2429 5-5-2.2429-5-5-5zM28 15h2V5c0-1.103-.8975-2-2-2h-3v2h3v10z"
|
|
23851
|
+
})), _circle60 || (_circle60 = /* @__PURE__ */ import_react12.default.createElement("circle", {
|
|
23852
|
+
cx: "9",
|
|
23853
|
+
cy: "13",
|
|
23854
|
+
r: "2"
|
|
23855
|
+
})), _circle217 || (_circle217 = /* @__PURE__ */ import_react12.default.createElement("circle", {
|
|
23856
|
+
cx: "16",
|
|
23857
|
+
cy: "13",
|
|
23858
|
+
r: "2"
|
|
23859
|
+
})), _circle316 || (_circle316 = /* @__PURE__ */ import_react12.default.createElement("circle", {
|
|
23860
|
+
cx: "23",
|
|
23861
|
+
cy: "13",
|
|
23862
|
+
r: "2"
|
|
23863
|
+
})), _path327 || (_path327 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
23864
|
+
d: "m7,23h-3c-1.103,0-2-.8975-2-2V5c0-1.103.897-2,2-2h3v2h-3v16h3v2Z"
|
|
23865
|
+
})), children);
|
|
23866
|
+
});
|
|
23867
|
+
if (process.env.NODE_ENV !== "production") {
|
|
23868
|
+
PromptSession.propTypes = iconPropTypes;
|
|
23869
|
+
}
|
|
23870
|
+
var PromptTemplate = /* @__PURE__ */ import_react12.default.forwardRef(function PromptTemplate2({
|
|
23871
|
+
children,
|
|
23872
|
+
size = 16,
|
|
23873
|
+
...rest
|
|
23874
|
+
}, ref) {
|
|
23875
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
23876
|
+
width: size,
|
|
23877
|
+
height: size,
|
|
23878
|
+
ref,
|
|
23879
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
23880
|
+
viewBox: "0 0 32 32",
|
|
23881
|
+
fill: "currentColor",
|
|
23882
|
+
...rest
|
|
23883
|
+
}, _path337 || (_path337 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
23884
|
+
d: "M31.5 23c-.8271 0-1.5-.6729-1.5-1.5v-1.5c0-1.1025-.8972-2-2-2h-2v2h2v1.5c0 .98.4072 1.8643 1.0581 2.5-.6509.6357-1.0581 1.52-1.0581 2.5v1.5h-2v2h2c1.1028 0 2-.8975 2-2v-1.5c0-.8271.6729-1.5 1.5-1.5h.5v-2h-.5zM16 20v1.5c0 .8271-.6729 1.5-1.5 1.5h-.5v2h.5c.8271 0 1.5.6729 1.5 1.5v1.5c0 1.1025.8972 2 2 2h2v-2h-2v-1.5c0-.98-.4072-1.8643-1.0581-2.5.6509-.6357 1.0581-1.52 1.0581-2.5v-1.5h2v-2h-2c-1.1028 0-2 .8975-2 2zM28 15h2V5c0-1.103-.8975-2-2-2h-3v2h3v10z"
|
|
23885
|
+
})), _circle416 || (_circle416 = /* @__PURE__ */ import_react12.default.createElement("circle", {
|
|
23886
|
+
cx: "23",
|
|
23887
|
+
cy: "13",
|
|
23888
|
+
r: "2"
|
|
23889
|
+
})), _circle511 || (_circle511 = /* @__PURE__ */ import_react12.default.createElement("circle", {
|
|
23890
|
+
cx: "16",
|
|
23891
|
+
cy: "13",
|
|
23892
|
+
r: "2"
|
|
23893
|
+
})), _circle67 || (_circle67 = /* @__PURE__ */ import_react12.default.createElement("circle", {
|
|
23894
|
+
cx: "9",
|
|
23895
|
+
cy: "13",
|
|
23896
|
+
r: "2"
|
|
23897
|
+
})), _path347 || (_path347 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
23898
|
+
d: "m7,23h-3c-1.103,0-2-.8975-2-2V5c0-1.103.897-2,2-2h3v2h-3v16h3v2Z"
|
|
23899
|
+
})), children);
|
|
23900
|
+
});
|
|
23901
|
+
if (process.env.NODE_ENV !== "production") {
|
|
23902
|
+
PromptTemplate.propTypes = iconPropTypes;
|
|
23903
|
+
}
|
|
23904
|
+
var PropertyRelationship = /* @__PURE__ */ import_react12.default.forwardRef(function PropertyRelationship2({
|
|
23905
|
+
children,
|
|
23906
|
+
size = 16,
|
|
23907
|
+
...rest
|
|
23908
|
+
}, ref) {
|
|
23909
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
23910
|
+
width: size,
|
|
23911
|
+
height: size,
|
|
23912
|
+
ref,
|
|
23913
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
23914
|
+
viewBox: "0 0 32 32",
|
|
23915
|
+
fill: "currentColor",
|
|
23916
|
+
...rest
|
|
23917
|
+
}, _path357 || (_path357 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
23918
|
+
d: "M30 16L22 24 20.6 22.6 27.2 16 20.6 9.4 22 8zM12 15H20V17H12zM2 16L10 8 11.4 9.4 4.8 16 11.4 22.6 10 24z"
|
|
23919
|
+
})), children);
|
|
23920
|
+
});
|
|
23921
|
+
if (process.env.NODE_ENV !== "production") {
|
|
23922
|
+
PropertyRelationship.propTypes = iconPropTypes;
|
|
23923
|
+
}
|
|
23924
|
+
var PullRequest = /* @__PURE__ */ import_react12.default.forwardRef(function PullRequest2({
|
|
23925
|
+
children,
|
|
23926
|
+
size = 16,
|
|
23927
|
+
...rest
|
|
23928
|
+
}, ref) {
|
|
23929
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
23930
|
+
width: size,
|
|
23931
|
+
height: size,
|
|
23932
|
+
ref,
|
|
23933
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
23934
|
+
viewBox: "0 0 32 32",
|
|
23935
|
+
fill: "currentColor",
|
|
23936
|
+
...rest
|
|
23937
|
+
}, _path367 || (_path367 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
23938
|
+
strokeWidth: "0",
|
|
23939
|
+
d: "M25 22.1421v-13.1421c0-2.2056-1.7944-4-4-4h-4.1719l2.5859-2.5859-1.4141-1.4141-5 5 5 5 1.4141-1.4141-2.5859-2.5859h4.1719c1.1028 0 2 .8975 2 2v13.1421c-1.7202.4473-3 1.9995-3 3.8579 0 2.2056 1.7944 4 4 4s4-1.7944 4-4c0-1.8584-1.2798-3.4106-3-3.8579zm-1 5.8579c-1.1028 0-2-.8975-2-2s.8972-2 2-2 2 .8975 2 2-.8972 2-2 2zM4 6c0 1.8584 1.2798 3.4106 3 3.8579v12.2842c-1.7202.447-3 1.9993-3 3.8579 0 2.2061 1.7944 4 4 4s4-1.7939 4-4c0-1.8586-1.2798-3.4109-3-3.8579v-12.2842c1.7202-.4473 3-1.9995 3-3.8579 0-2.2056-1.7944-4-4-4s-4 1.7944-4 4zm6 20c0 1.1025-.897 2-2 2s-2-.8975-2-2c0-1.1025.897-2 2-2s2 .8975 2 2zm0-20c0 1.103-.897 2-2 2s-2-.897-2-2c0-1.103.897-2 2-2s2 .897 2 2z"
|
|
23940
|
+
})), children);
|
|
23941
|
+
});
|
|
23942
|
+
if (process.env.NODE_ENV !== "production") {
|
|
23943
|
+
PullRequest.propTypes = iconPropTypes;
|
|
23944
|
+
}
|
|
23945
|
+
var PunctuationCheck = /* @__PURE__ */ import_react12.default.forwardRef(function PunctuationCheck2({
|
|
23946
|
+
children,
|
|
23947
|
+
size = 16,
|
|
23948
|
+
...rest
|
|
23949
|
+
}, ref) {
|
|
23950
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
23951
|
+
width: size,
|
|
23952
|
+
height: size,
|
|
23953
|
+
ref,
|
|
23954
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
23955
|
+
viewBox: "0 0 32 32",
|
|
23956
|
+
fill: "currentColor",
|
|
23957
|
+
...rest
|
|
23958
|
+
}, _path377 || (_path377 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
23959
|
+
d: "M23,27.1781l-2.59-2.59-1.41,1.4119,4,4,7-7-1.41-1.4119-5.59,5.59ZM14,16h-3v-.1689c0-1.397.7441-2.7114,1.9419-3.4302l1.1416-.6865-1.03-1.7144-1.1404.686c-1.7969,1.0781-2.9131,3.0493-2.9131,5.145v5.1689c0,.5522.4478,1,1,1h4c.5522,0,1-.4478,1-1v-4c0-.5522-.4478-1-1-1h0ZM22,16h-3v-.1689c0-1.397.7441-2.7114,1.9419-3.4302l1.1416-.6865-1.03-1.7144-1.1404.686c-1.7969,1.0781-2.9131,3.0493-2.9131,5.145v5.1689c0,.5522.4478,1,1,1h4c.5522,0,1-.4478,1-1v-4c0-.5522-.4478-1-1-1h0ZM12,28h-6c-1.103,0-2-.8975-2-2V6c0-1.103.897-2,2-2h20c1.1025,0,2,.897,2,2v11h-2V6H6v20h6v2Z"
|
|
23960
|
+
})), children);
|
|
23961
|
+
});
|
|
23962
|
+
if (process.env.NODE_ENV !== "production") {
|
|
23963
|
+
PunctuationCheck.propTypes = iconPropTypes;
|
|
23964
|
+
}
|
|
23965
|
+
var Purchase = /* @__PURE__ */ import_react12.default.forwardRef(function Purchase2({
|
|
23966
|
+
children,
|
|
23967
|
+
size = 16,
|
|
23968
|
+
...rest
|
|
23969
|
+
}, ref) {
|
|
23970
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
23971
|
+
width: size,
|
|
23972
|
+
height: size,
|
|
23973
|
+
ref,
|
|
23974
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
23975
|
+
viewBox: "0 0 32 32",
|
|
23976
|
+
fill: "currentColor",
|
|
23977
|
+
...rest
|
|
23978
|
+
}, _path387 || (_path387 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
23979
|
+
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,6Zm0,2v3H4V8ZM4,24V13H28V24Z"
|
|
23980
|
+
})), _path397 || (_path397 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
23981
|
+
d: "M6 20H16V22H6z"
|
|
23982
|
+
})), children);
|
|
23983
|
+
});
|
|
23984
|
+
if (process.env.NODE_ENV !== "production") {
|
|
23985
|
+
Purchase.propTypes = iconPropTypes;
|
|
23986
|
+
}
|
|
23987
|
+
var WatsonHealthQcLaunch = /* @__PURE__ */ import_react12.default.forwardRef(function WatsonHealthQcLaunch2({
|
|
23988
|
+
children,
|
|
23989
|
+
size = 16,
|
|
23990
|
+
...rest
|
|
23991
|
+
}, ref) {
|
|
23992
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
23993
|
+
width: size,
|
|
23994
|
+
height: size,
|
|
23995
|
+
ref,
|
|
23996
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
23997
|
+
viewBox: "0 0 32 32",
|
|
23998
|
+
fill: "currentColor",
|
|
23999
|
+
...rest
|
|
24000
|
+
}, _path407 || (_path407 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24001
|
+
d: "M25 22H19a2.0023 2.0023 0 01-2-2V10a2.002 2.002 0 012-2h6v2H19V20h6zM13 8H9a2.002 2.002 0 00-2 2V20a2.0023 2.0023 0 002 2h1v2a2.0023 2.0023 0 002 2h2V24H12V22h1a2.0023 2.0023 0 002-2V10A2.002 2.002 0 0013 8zM9 20V10h4V20z"
|
|
24002
|
+
})), _path4110 || (_path4110 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24003
|
+
d: "M28,30H4a2.0023,2.0023,0,0,1-2-2V4A2.002,2.002,0,0,1,4,2H28a2.0023,2.0023,0,0,1,2,2V28A2.0027,2.0027,0,0,1,28,30ZM4,4V28H28V4Z"
|
|
24004
|
+
})), children);
|
|
24005
|
+
});
|
|
24006
|
+
if (process.env.NODE_ENV !== "production") {
|
|
24007
|
+
WatsonHealthQcLaunch.propTypes = iconPropTypes;
|
|
24008
|
+
}
|
|
24009
|
+
var Qiskit = /* @__PURE__ */ import_react12.default.forwardRef(function Qiskit2({
|
|
24010
|
+
children,
|
|
24011
|
+
size = 16,
|
|
24012
|
+
...rest
|
|
24013
|
+
}, ref) {
|
|
24014
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
24015
|
+
width: size,
|
|
24016
|
+
height: size,
|
|
24017
|
+
ref,
|
|
24018
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
24019
|
+
viewBox: "0 0 32 32",
|
|
24020
|
+
fill: "currentColor",
|
|
24021
|
+
...rest
|
|
24022
|
+
}, _path427 || (_path427 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24023
|
+
strokeWidth: "0",
|
|
24024
|
+
d: "m16,1C7.729,1,1,7.729,1,16s6.729,15,15,15,15-6.729,15-15S24.271,1,16,1Zm6.5825,20.5c-.5203-.8926-1.4771-1.5-2.5825-1.5-.1821,0-.3586.0225-.532.0537l-1.7258-3.0205c6.7866.2388,10.1216,1.8262,10.2571,2.4668-.0979.4624-1.8899,1.4141-5.4167,2Zm-2.5825.5c.5515,0,1,.4487,1,1s-.4485,1-1,1-1-.4487-1-1,.4485-1,1-1ZM3,16c0-.5435.0442-1.0762.1094-1.6025.8552.666,2.1555,1.1973,3.7239,1.6025-1.5684.4053-2.8687.9365-3.7239,1.6025-.0652-.5264-.1094-1.0591-.1094-1.6025Zm6.4175-5.4995c.5205.8921,1.4773,1.4995,2.5825,1.4995.1821,0,.3586-.0225.532-.0537l1.7258,3.0205c-6.8042-.2393-10.1387-1.8335-10.2581-2.4619.0862-.4609,1.8784-1.416,5.4177-2.0044Zm2.5825-.5005c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1Zm13.167,6c1.5681-.4053,2.8684-.9365,3.7236-1.6025.0652.5264.1094,1.0591.1094,1.6025s-.0442,1.0762-.1094,1.6025c-.8552-.666-2.1555-1.1973-3.7236-1.6025ZM16,3c4.9019,0,9.1758,2.7285,11.3901,6.7451-2.2891-.9961-5.7993-1.5513-9.3901-1.6997v1.999c6.6108.2695,9.8655,1.8232,9.9993,2.4556-.1431.6763-3.8533,2.4062-11.4236,2.4917l-2.3118-4.0454c.4524-.5254.7361-1.2002.7361-1.9463,0-1.6543-1.3457-3-3-3-1.4956,0-2.7285,1.1035-2.9531,2.5371-1.7056.2837-3.2363.6841-4.4351,1.2051,2.2151-4.0146,6.4878-6.7422,11.3882-6.7422Zm0,26c-4.9019,0-9.1758-2.7285-11.3901-6.7451,2.2891.9961,5.7993,1.5513,9.3901,1.6997v-1.999c-6.6282-.2705-9.8823-1.8306-10.0002-2.4507.126-.6729,3.8357-2.4106,11.4246-2.4966l2.3118,4.0454c-.4524.5254-.7361,1.2002-.7361,1.9463,0,1.6543,1.3457,3,3,3,1.4956,0,2.7285-1.1035,2.9531-2.5371,1.7056-.2837,3.2363-.6841,4.4351-1.2051-2.2151,4.0146-6.4878,6.7422-11.3882,6.7422Z"
|
|
24025
|
+
})), children);
|
|
24026
|
+
});
|
|
24027
|
+
if (process.env.NODE_ENV !== "production") {
|
|
24028
|
+
Qiskit.propTypes = iconPropTypes;
|
|
24029
|
+
}
|
|
24030
|
+
var QqPlot = /* @__PURE__ */ import_react12.default.forwardRef(function QqPlot2({
|
|
24031
|
+
children,
|
|
24032
|
+
size = 16,
|
|
24033
|
+
...rest
|
|
24034
|
+
}, ref) {
|
|
24035
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
24036
|
+
width: size,
|
|
24037
|
+
height: size,
|
|
24038
|
+
ref,
|
|
24039
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
24040
|
+
viewBox: "0 0 32 32",
|
|
24041
|
+
fill: "currentColor",
|
|
24042
|
+
...rest
|
|
24043
|
+
}, _circle77 || (_circle77 = /* @__PURE__ */ import_react12.default.createElement("circle", {
|
|
24044
|
+
cx: "20",
|
|
24045
|
+
cy: "4",
|
|
24046
|
+
r: "2"
|
|
24047
|
+
})), _circle87 || (_circle87 = /* @__PURE__ */ import_react12.default.createElement("circle", {
|
|
24048
|
+
cx: "8",
|
|
24049
|
+
cy: "16",
|
|
24050
|
+
r: "2"
|
|
24051
|
+
})), _circle96 || (_circle96 = /* @__PURE__ */ import_react12.default.createElement("circle", {
|
|
24052
|
+
cx: "28",
|
|
24053
|
+
cy: "12",
|
|
24054
|
+
r: "2"
|
|
24055
|
+
})), _circle06 || (_circle06 = /* @__PURE__ */ import_react12.default.createElement("circle", {
|
|
24056
|
+
cx: "11",
|
|
24057
|
+
cy: "7",
|
|
24058
|
+
r: "2"
|
|
24059
|
+
})), _circle118 || (_circle118 = /* @__PURE__ */ import_react12.default.createElement("circle", {
|
|
24060
|
+
cx: "16",
|
|
24061
|
+
cy: "24",
|
|
24062
|
+
r: "2"
|
|
24063
|
+
})), _path437 || (_path437 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24064
|
+
d: "M30,3.4131,28.5859,2,4,26.585V2H2V28a2,2,0,0,0,2,2H30V28H5.4131Z"
|
|
24065
|
+
})), children);
|
|
24066
|
+
});
|
|
24067
|
+
if (process.env.NODE_ENV !== "production") {
|
|
24068
|
+
QqPlot.propTypes = iconPropTypes;
|
|
24069
|
+
}
|
|
24070
|
+
var QrCode = /* @__PURE__ */ import_react12.default.forwardRef(function QrCode2({
|
|
24071
|
+
children,
|
|
24072
|
+
size = 16,
|
|
24073
|
+
...rest
|
|
24074
|
+
}, ref) {
|
|
24075
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
24076
|
+
width: size,
|
|
24077
|
+
height: size,
|
|
24078
|
+
ref,
|
|
24079
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
24080
|
+
viewBox: "0 0 32 32",
|
|
24081
|
+
fill: "currentColor",
|
|
24082
|
+
...rest
|
|
24083
|
+
}, _path447 || (_path447 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24084
|
+
d: "M24 26H26V28H24z",
|
|
24085
|
+
transform: "rotate(-90 25 27)"
|
|
24086
|
+
})), _path457 || (_path457 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24087
|
+
d: "M18 22H20V24H18z",
|
|
24088
|
+
transform: "rotate(-90 19 23)"
|
|
24089
|
+
})), _path467 || (_path467 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24090
|
+
d: "M18 30L22 30 22 28 20 28 20 26 18 26 18 30z"
|
|
24091
|
+
})), _path477 || (_path477 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24092
|
+
d: "M25 23H29V25H25z",
|
|
24093
|
+
transform: "rotate(-90 27 24)"
|
|
24094
|
+
})), _path487 || (_path487 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24095
|
+
d: "M28 26L30 26 30 30 26 30 26 28 28 28 28 26zM26 20L26 18 30 18 30 22 28 22 28 20 26 20zM24 20L22 20 22 24 20 24 20 26 24 26 24 20z"
|
|
24096
|
+
})), _path497 || (_path497 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24097
|
+
d: "M19 17H21V21H19z",
|
|
24098
|
+
transform: "rotate(-90 20 19)"
|
|
24099
|
+
})), _path507 || (_path507 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24100
|
+
d: "M6 22H10V26H6z"
|
|
24101
|
+
})), _path5110 || (_path5110 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24102
|
+
d: "M14 30H2V18H14zM4 28h8V20H4zM22 6H26V10H22z"
|
|
24103
|
+
})), _path527 || (_path527 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24104
|
+
d: "M30 14H18V2H30zM20 12h8V4H20zM6 6H10V10H6z"
|
|
24105
|
+
})), _path537 || (_path537 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24106
|
+
d: "M14,14H2V2H14ZM4,12h8V4H4Z"
|
|
24107
|
+
})), children);
|
|
24108
|
+
});
|
|
24109
|
+
if (process.env.NODE_ENV !== "production") {
|
|
24110
|
+
QrCode.propTypes = iconPropTypes;
|
|
24111
|
+
}
|
|
24112
|
+
var QuadrantPlot = /* @__PURE__ */ import_react12.default.forwardRef(function QuadrantPlot2({
|
|
24113
|
+
children,
|
|
24114
|
+
size = 16,
|
|
24115
|
+
...rest
|
|
24116
|
+
}, ref) {
|
|
24117
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
24118
|
+
width: size,
|
|
24119
|
+
height: size,
|
|
24120
|
+
ref,
|
|
24121
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
24122
|
+
viewBox: "0 0 32 32",
|
|
24123
|
+
fill: "currentColor",
|
|
24124
|
+
...rest
|
|
24125
|
+
}, _path547 || (_path547 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24126
|
+
d: "M30 15L17 15 17 2 15 2 15 15 2 15 2 17 15 17 15 30 17 30 17 17 30 17 30 15z"
|
|
24127
|
+
})), _path557 || (_path557 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24128
|
+
d: "M5 30a3 3 0 113-3A3.0033 3.0033 0 015 30zm0-4a1 1 0 101 1A1.001 1.001 0 005 26zM8 8a3 3 0 113-3A3.0033 3.0033 0 018 8zM8 4A1 1 0 109 5 1.001 1.001 0 008 4zM22 13a3 3 0 113-3A3.0033 3.0033 0 0122 13zm0-4a1 1 0 101 1A1.001 1.001 0 0022 9z"
|
|
24129
|
+
})), _circle106 || (_circle106 = /* @__PURE__ */ import_react12.default.createElement("circle", {
|
|
24130
|
+
cx: "11",
|
|
24131
|
+
cy: "11",
|
|
24132
|
+
r: "2"
|
|
24133
|
+
})), _circle119 || (_circle119 = /* @__PURE__ */ import_react12.default.createElement("circle", {
|
|
24134
|
+
cx: "11",
|
|
24135
|
+
cy: "21",
|
|
24136
|
+
r: "2"
|
|
24137
|
+
})), _circle126 || (_circle126 = /* @__PURE__ */ import_react12.default.createElement("circle", {
|
|
24138
|
+
cx: "21",
|
|
24139
|
+
cy: "21",
|
|
24140
|
+
r: "2"
|
|
24141
|
+
})), _circle136 || (_circle136 = /* @__PURE__ */ import_react12.default.createElement("circle", {
|
|
24142
|
+
cx: "22",
|
|
24143
|
+
cy: "28",
|
|
24144
|
+
r: "2"
|
|
24145
|
+
})), _circle146 || (_circle146 = /* @__PURE__ */ import_react12.default.createElement("circle", {
|
|
24146
|
+
cx: "28",
|
|
24147
|
+
cy: "24",
|
|
24148
|
+
r: "2"
|
|
24149
|
+
})), _circle156 || (_circle156 = /* @__PURE__ */ import_react12.default.createElement("circle", {
|
|
24150
|
+
cx: "4",
|
|
24151
|
+
cy: "11",
|
|
24152
|
+
r: "2"
|
|
24153
|
+
})), _circle166 || (_circle166 = /* @__PURE__ */ import_react12.default.createElement("circle", {
|
|
24154
|
+
cx: "28",
|
|
24155
|
+
cy: "4",
|
|
24156
|
+
r: "2"
|
|
24157
|
+
})), children);
|
|
24158
|
+
});
|
|
24159
|
+
if (process.env.NODE_ENV !== "production") {
|
|
24160
|
+
QuadrantPlot.propTypes = iconPropTypes;
|
|
24161
|
+
}
|
|
24162
|
+
var Query = /* @__PURE__ */ import_react12.default.forwardRef(function Query2({
|
|
24163
|
+
children,
|
|
24164
|
+
size = 16,
|
|
24165
|
+
...rest
|
|
24166
|
+
}, ref) {
|
|
24167
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
24168
|
+
width: size,
|
|
24169
|
+
height: size,
|
|
24170
|
+
ref,
|
|
24171
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
24172
|
+
viewBox: "0 0 32 32",
|
|
24173
|
+
fill: "currentColor",
|
|
24174
|
+
...rest
|
|
24175
|
+
}, _circle176 || (_circle176 = /* @__PURE__ */ import_react12.default.createElement("circle", {
|
|
24176
|
+
cx: "11",
|
|
24177
|
+
cy: "15.5",
|
|
24178
|
+
r: "1.5"
|
|
24179
|
+
})), _path567 || (_path567 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24180
|
+
d: "M12,12H10V8h2a2,2,0,0,0,0-4H10A2.0023,2.0023,0,0,0,8,6v.5H6V6a4.0045,4.0045,0,0,1,4-4h2a4,4,0,0,1,0,8Z"
|
|
24181
|
+
})), _path577 || (_path577 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24182
|
+
d: "M22.4479,21.0337A10.971,10.971,0,0,0,19.9211,4.7446l-.999,1.73A8.9967,8.9967,0,1,1,5,14H3a10.9916,10.9916,0,0,0,18.0338,8.4478L28.5859,30,30,28.5859Z"
|
|
24183
|
+
})), children);
|
|
24184
|
+
});
|
|
24185
|
+
if (process.env.NODE_ENV !== "production") {
|
|
24186
|
+
Query.propTypes = iconPropTypes;
|
|
24187
|
+
}
|
|
24188
|
+
var QueryQueue = /* @__PURE__ */ import_react12.default.forwardRef(function QueryQueue2({
|
|
24189
|
+
children,
|
|
24190
|
+
size = 16,
|
|
24191
|
+
...rest
|
|
24192
|
+
}, ref) {
|
|
24193
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
24194
|
+
width: size,
|
|
24195
|
+
height: size,
|
|
24196
|
+
ref,
|
|
24197
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
24198
|
+
viewBox: "0 0 32 32",
|
|
24199
|
+
fill: "currentColor",
|
|
24200
|
+
...rest
|
|
24201
|
+
}, _path587 || (_path587 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24202
|
+
d: "M10 6H28V8H10zM10 12H28V14H10zM15 18H28V20H15zM10 24H28V26H10zM4 14L11 19 4 24 4 14z"
|
|
24203
|
+
})), children);
|
|
24204
|
+
});
|
|
24205
|
+
if (process.env.NODE_ENV !== "production") {
|
|
24206
|
+
QueryQueue.propTypes = iconPropTypes;
|
|
24207
|
+
}
|
|
24208
|
+
var QuestionAnswering = /* @__PURE__ */ import_react12.default.forwardRef(function QuestionAnswering2({
|
|
24209
|
+
children,
|
|
24210
|
+
size = 16,
|
|
24211
|
+
...rest
|
|
24212
|
+
}, ref) {
|
|
24213
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
24214
|
+
width: size,
|
|
24215
|
+
height: size,
|
|
24216
|
+
ref,
|
|
24217
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
24218
|
+
viewBox: "0 0 32 32",
|
|
24219
|
+
fill: "currentColor",
|
|
24220
|
+
...rest
|
|
24221
|
+
}, _path597 || (_path597 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24222
|
+
strokeWidth: "0",
|
|
24223
|
+
d: "M20 15.1798L17.41 12.59 16 14 20 18 26 12 24.59 10.59 20 15.1798zM8 18H10V20H8zM12 9h-5v2h4v2h-3v3h2v-1h2c.5522 0 1-.4478 1-1v-4c0-.5522-.4478-1-1-1z"
|
|
24224
|
+
})), _path607 || (_path607 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24225
|
+
strokeWidth: "0",
|
|
24226
|
+
d: "m17.7358,30l-1.7358-1,4-7h6c1.1071,0,2-.8926,2-2v-12c0-1.1074-.8929-2-2-2H6c-1.1071,0-2,.8926-2,2v12c0,1.1074.8929,2,2,2h9v2H6c-2.2093,0-4-1.79-4-4v-12c0-2.2109,1.7907-4,4-4h20c2.2093,0,4,1.7891,4,4v12c0,2.21-1.7907,4-4,4h-4.8354l-3.4287,6Z"
|
|
24227
|
+
})), children);
|
|
24228
|
+
});
|
|
24229
|
+
if (process.env.NODE_ENV !== "production") {
|
|
24230
|
+
QuestionAnswering.propTypes = iconPropTypes;
|
|
24231
|
+
}
|
|
24232
|
+
var Queued = /* @__PURE__ */ import_react12.default.forwardRef(function Queued2({
|
|
24233
|
+
children,
|
|
24234
|
+
size = 16,
|
|
24235
|
+
...rest
|
|
24236
|
+
}, ref) {
|
|
24237
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
24238
|
+
width: size,
|
|
24239
|
+
height: size,
|
|
24240
|
+
ref,
|
|
24241
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
24242
|
+
viewBox: "0 0 32 32",
|
|
24243
|
+
fill: "currentColor",
|
|
24244
|
+
...rest
|
|
24245
|
+
}, _path6110 || (_path6110 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24246
|
+
d: "M22 20H30V22H22zM22 24H30V26H22zM22 28H30V30H22zM18 24H20V26H18zM18 20H20V22H18zM18 28H20V30H18zM6.8149 8.293A12.0777 12.0777 0 0110.0068 5.62L9.0079 3.89A14.0845 14.0845 0 005.2841 7.0083zM25.1851 8.293l1.5308-1.2847A14.0845 14.0845 0 0022.9921 3.89l-.9989 1.73A12.0777 12.0777 0 0125.1851 8.293zM4.7366 11.9l-1.8772-.6831A13.9019 13.9019 0 002 16H4A11.917 11.917 0 014.7366 11.9zM6.8149 23.707A11.9975 11.9975 0 014.7366 20.1l-1.8772.6831a13.99 13.99 0 002.4247 4.209zM27.2634 11.9A11.917 11.917 0 0128 16h2a13.8971 13.8971 0 00-.8594-4.7827zM13.9182 27.8066A11.8894 11.8894 0 0110.0068 26.38l-.9989 1.73a13.8673 13.8673 0 004.5633 1.664zM13.9182 4.1934a11.3012 11.3012 0 014.1636 0l.347-1.9678a13.187 13.187 0 00-4.8576 0z"
|
|
24247
|
+
})), children);
|
|
24248
|
+
});
|
|
24249
|
+
if (process.env.NODE_ENV !== "production") {
|
|
24250
|
+
Queued.propTypes = iconPropTypes;
|
|
24251
|
+
}
|
|
24252
|
+
var Quotes = /* @__PURE__ */ import_react12.default.forwardRef(function Quotes2({
|
|
24253
|
+
children,
|
|
24254
|
+
size = 16,
|
|
24255
|
+
...rest
|
|
24256
|
+
}, ref) {
|
|
24257
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
24258
|
+
width: size,
|
|
24259
|
+
height: size,
|
|
24260
|
+
ref,
|
|
24261
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
24262
|
+
viewBox: "0 0 32 32",
|
|
24263
|
+
fill: "currentColor",
|
|
24264
|
+
...rest
|
|
24265
|
+
}, _path627 || (_path627 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24266
|
+
d: "M12 15H6.11A9 9 0 0110 8.86l1.79-1.2L10.69 6 8.9 7.2A11 11 0 004 16.35V23a2 2 0 002 2h6a2 2 0 002-2V17A2 2 0 0012 15zM26 15H20.11A9 9 0 0124 8.86l1.79-1.2L24.7 6 22.9 7.2A11 11 0 0018 16.35V23a2 2 0 002 2h6a2 2 0 002-2V17A2 2 0 0026 15z"
|
|
24267
|
+
})), children);
|
|
24268
|
+
});
|
|
24269
|
+
if (process.env.NODE_ENV !== "production") {
|
|
24270
|
+
Quotes.propTypes = iconPropTypes;
|
|
24271
|
+
}
|
|
24272
|
+
var Radar = /* @__PURE__ */ import_react12.default.forwardRef(function Radar2({
|
|
24273
|
+
children,
|
|
24274
|
+
size = 16,
|
|
24275
|
+
...rest
|
|
24276
|
+
}, ref) {
|
|
24277
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
24278
|
+
width: size,
|
|
24279
|
+
height: size,
|
|
24280
|
+
ref,
|
|
24281
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
24282
|
+
viewBox: "0 0 32 32",
|
|
24283
|
+
fill: "currentColor",
|
|
24284
|
+
...rest
|
|
24285
|
+
}, _path637 || (_path637 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24286
|
+
d: "M30,3.4141,28.5859,2,15.293,15.293a1,1,0,0,0,1.414,1.414l4.18-4.1792A5.9956,5.9956,0,1,1,16,10V8a8.011,8.011,0,1,0,6.3164,3.0977L25.1631,8.251A11.881,11.881,0,0,1,28,16,12,12,0,1,1,16,4V2A14,14,0,1,0,30,16a13.8572,13.8572,0,0,0-3.4224-9.1636Z"
|
|
24287
|
+
})), children);
|
|
24288
|
+
});
|
|
24289
|
+
if (process.env.NODE_ENV !== "production") {
|
|
24290
|
+
Radar.propTypes = iconPropTypes;
|
|
24291
|
+
}
|
|
24292
|
+
var RadarEnhanced = /* @__PURE__ */ import_react12.default.forwardRef(function RadarEnhanced2({
|
|
24293
|
+
children,
|
|
24294
|
+
size = 16,
|
|
24295
|
+
...rest
|
|
24296
|
+
}, ref) {
|
|
24297
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
24298
|
+
width: size,
|
|
24299
|
+
height: size,
|
|
24300
|
+
ref,
|
|
24301
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
24302
|
+
viewBox: "0 0 32 32",
|
|
24303
|
+
fill: "currentColor",
|
|
24304
|
+
...rest
|
|
24305
|
+
}, _path647 || (_path647 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24306
|
+
d: "M30,3.4146,28.5854,2,17.2932,13.2925a1,1,0,1,0,1.4141,1.414l3.4543-3.4541A4.9817,4.9817,0,0,1,18,19a5.0385,5.0385,0,0,1-.6074-.05,8.0432,8.0432,0,0,0-4.3421-4.3423A4.9,4.9,0,0,1,18,9V7a7.0078,7.0078,0,0,0-7,7c0,.0234.0056.0469.0059.07A8.0469,8.0469,0,0,0,10,14a7.95,7.95,0,0,0-1.9883.26C8.0095,14.1729,8,14.0879,8,14A10.0114,10.0114,0,0,1,18,4V2A12.0137,12.0137,0,0,0,6,14c0,.355.0171.7061.0471,1.0537A7.9943,7.9943,0,1,0,16.9465,25.9521c.35.03.7019.0479,1.0535.0479A11.9853,11.9853,0,0,0,27.1538,6.2607ZM15.91,21H13.9563a12.029,12.029,0,0,0-1.218-4.332A6.01,6.01,0,0,1,15.91,21ZM4.09,23H6.0435a12.0318,12.0318,0,0,0,1.2182,4.3325A6.01,6.01,0,0,1,4.09,23Zm1.9532-2H4.09a6.01,6.01,0,0,1,3.1714-4.332A12.0321,12.0321,0,0,0,6.0435,21ZM10,27.9858A10.0149,10.0149,0,0,1,8.0552,23h3.89A10.0149,10.0149,0,0,1,10,27.9858ZM8.0552,21A10.0118,10.0118,0,0,1,10,16.0151,10.01,10.01,0,0,1,11.9448,21Zm4.6831,6.3325A12.0318,12.0318,0,0,0,13.9565,23H15.91A6.01,6.01,0,0,1,12.7383,27.3325ZM28,14A10.0114,10.0114,0,0,1,18,24c-.0869,0-.1733-.01-.26-.0117a7.5527,7.5527,0,0,0,.19-2.9942c.0237,0,.0466.0059.07.0059A6.9991,6.9991,0,0,0,23.6055,9.8086l2.1313-2.1314A9.95,9.95,0,0,1,28,14Z"
|
|
24307
|
+
})), children);
|
|
24308
|
+
});
|
|
24309
|
+
if (process.env.NODE_ENV !== "production") {
|
|
24310
|
+
RadarEnhanced.propTypes = iconPropTypes;
|
|
24311
|
+
}
|
|
24312
|
+
var RadarWeather = /* @__PURE__ */ import_react12.default.forwardRef(function RadarWeather2({
|
|
24313
|
+
children,
|
|
24314
|
+
size = 16,
|
|
24315
|
+
...rest
|
|
24316
|
+
}, ref) {
|
|
24317
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
24318
|
+
width: size,
|
|
24319
|
+
height: size,
|
|
24320
|
+
ref,
|
|
24321
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
24322
|
+
viewBox: "0 0 32 32",
|
|
24323
|
+
fill: "currentColor",
|
|
24324
|
+
...rest
|
|
24325
|
+
}, _path657 || (_path657 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24326
|
+
d: "M30,3.4146,28.5854,2,17.2932,13.2925a1,1,0,1,0,1.4141,1.414l3.4543-3.4541a4.9646,4.9646,0,0,1-3.8811,7.7193,7.0485,7.0485,0,0,0-5.1438-3.8731A4.9431,4.9431,0,0,1,18,9V7a6.9551,6.9551,0,0,0-6.9087,8.0791,6.93,6.93,0,0,0-2.8525,1.06A9.97,9.97,0,0,1,18,4V2A11.9756,11.9756,0,0,0,6.573,17.6357a6.9293,6.9293,0,0,0-1.3674,2.7061A4.9948,4.9948,0,0,0,7,30H17a4.9921,4.9921,0,0,0,4.9678-4.68A12.0391,12.0391,0,0,0,30,14a11.8678,11.8678,0,0,0-2.8389-7.7466ZM17,28H7a2.9945,2.9945,0,0,1-.6963-5.9082l.6587-.1572.0986-.67a4.9923,4.9923,0,0,1,9.878,0l.0986.6695.6587.1572A2.9945,2.9945,0,0,1,17,28ZM28,14a10.0346,10.0346,0,0,1-6.3118,9.291,4.9577,4.9577,0,0,0-2.0207-2.5,6.9922,6.9922,0,0,0,3.938-10.9824l2.132-2.1318A9.8873,9.8873,0,0,1,28,14Z"
|
|
24327
|
+
})), children);
|
|
24328
|
+
});
|
|
24329
|
+
if (process.env.NODE_ENV !== "production") {
|
|
24330
|
+
RadarWeather.propTypes = iconPropTypes;
|
|
24331
|
+
}
|
|
24332
|
+
var Radio = /* @__PURE__ */ import_react12.default.forwardRef(function Radio2({
|
|
24333
|
+
children,
|
|
24334
|
+
size = 16,
|
|
24335
|
+
...rest
|
|
24336
|
+
}, ref) {
|
|
24337
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
24338
|
+
width: size,
|
|
24339
|
+
height: size,
|
|
24340
|
+
ref,
|
|
24341
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
24342
|
+
viewBox: "0 0 32 32",
|
|
24343
|
+
fill: "currentColor",
|
|
24344
|
+
...rest
|
|
24345
|
+
}, _path667 || (_path667 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24346
|
+
d: "M28,10H24V2H22v8H13V8H11v2H8V8H6v2H4a2,2,0,0,0-2,2V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V12A2,2,0,0,0,28,10ZM4,28V12H28V28Z"
|
|
24347
|
+
})), _path677 || (_path677 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24348
|
+
d: "M10 26a4 4 0 114-4A4 4 0 0110 26zm0-6a2 2 0 102 2A2 2 0 0010 20zM7 14H13V16H7zM17 16H26V18H17zM17 20H26V22H17zM17 24H26V26H17z"
|
|
24349
|
+
})), children);
|
|
24350
|
+
});
|
|
24351
|
+
if (process.env.NODE_ENV !== "production") {
|
|
24352
|
+
Radio.propTypes = iconPropTypes;
|
|
24353
|
+
}
|
|
24354
|
+
var RadioCombat = /* @__PURE__ */ import_react12.default.forwardRef(function RadioCombat2({
|
|
24355
|
+
children,
|
|
24356
|
+
size = 16,
|
|
24357
|
+
...rest
|
|
24358
|
+
}, ref) {
|
|
24359
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
24360
|
+
width: size,
|
|
24361
|
+
height: size,
|
|
24362
|
+
ref,
|
|
24363
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
24364
|
+
viewBox: "0 0 32 32",
|
|
24365
|
+
fill: "currentColor",
|
|
24366
|
+
...rest
|
|
24367
|
+
}, _path687 || (_path687 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24368
|
+
d: "M10 26a4 4 0 114-4A4.0045 4.0045 0 0110 26zm0-6a2 2 0 102 2A2.0021 2.0021 0 0010 20zM17 20H26V22H17zM17 24H26V26H17z"
|
|
24369
|
+
})), _path697 || (_path697 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24370
|
+
d: "M20,12h8a2.0023,2.0023,0,0,0,2-2V6a2.0023,2.0023,0,0,0-2-2H20a2.0023,2.0023,0,0,0-2,2V7H12a4.0045,4.0045,0,0,0-4,4v3H6V4H4V14a2.0023,2.0023,0,0,0-2,2V28a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V16a2.0023,2.0023,0,0,0-2-2H10V11a2.0023,2.0023,0,0,1,2-2h6v1A2.0023,2.0023,0,0,0,20,12Zm4-6h4v4H24ZM20,6h2v4H20Zm8,22H4V16H28Z"
|
|
24371
|
+
})), children);
|
|
24372
|
+
});
|
|
24373
|
+
if (process.env.NODE_ENV !== "production") {
|
|
24374
|
+
RadioCombat.propTypes = iconPropTypes;
|
|
24375
|
+
}
|
|
24376
|
+
var RadioPushToTalk = /* @__PURE__ */ import_react12.default.forwardRef(function RadioPushToTalk2({
|
|
24377
|
+
children,
|
|
24378
|
+
size = 16,
|
|
24379
|
+
...rest
|
|
24380
|
+
}, ref) {
|
|
24381
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
24382
|
+
width: size,
|
|
24383
|
+
height: size,
|
|
24384
|
+
ref,
|
|
24385
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
24386
|
+
viewBox: "0 0 32 32",
|
|
24387
|
+
fill: "currentColor",
|
|
24388
|
+
...rest
|
|
24389
|
+
}, _path707 || (_path707 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24390
|
+
d: "M13 11H19V13H13zM13 15H19V17H13z"
|
|
24391
|
+
})), _circle186 || (_circle186 = /* @__PURE__ */ import_react12.default.createElement("circle", {
|
|
24392
|
+
cx: "16",
|
|
24393
|
+
cy: "23",
|
|
24394
|
+
r: "2"
|
|
24395
|
+
})), _path7110 || (_path7110 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24396
|
+
d: "M22,7H21V2H19V7H10A2.0023,2.0023,0,0,0,8,9v2H6v2H8v2H6v2H8V28a2.0023,2.0023,0,0,0,2,2H22a2.0023,2.0023,0,0,0,2-2V9A2.0023,2.0023,0,0,0,22,7ZM10,28V9H22V28Z"
|
|
24397
|
+
})), children);
|
|
24398
|
+
});
|
|
24399
|
+
if (process.env.NODE_ENV !== "production") {
|
|
24400
|
+
RadioPushToTalk.propTypes = iconPropTypes;
|
|
24401
|
+
}
|
|
24402
|
+
var RadioButton = /* @__PURE__ */ import_react12.default.forwardRef(function RadioButton2({
|
|
24403
|
+
children,
|
|
24404
|
+
size = 16,
|
|
24405
|
+
...rest
|
|
24406
|
+
}, ref) {
|
|
24407
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
24408
|
+
width: size,
|
|
24409
|
+
height: size,
|
|
24410
|
+
ref,
|
|
24411
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
24412
|
+
viewBox: "0 0 32 32",
|
|
24413
|
+
fill: "currentColor",
|
|
24414
|
+
...rest
|
|
24415
|
+
}, _path727 || (_path727 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24416
|
+
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"
|
|
24417
|
+
})), children);
|
|
24418
|
+
});
|
|
24419
|
+
if (process.env.NODE_ENV !== "production") {
|
|
24420
|
+
RadioButton.propTypes = iconPropTypes;
|
|
24421
|
+
}
|
|
24422
|
+
var RadioButtonChecked = /* @__PURE__ */ import_react12.default.forwardRef(function RadioButtonChecked2({
|
|
24423
|
+
children,
|
|
24424
|
+
size = 16,
|
|
24425
|
+
...rest
|
|
24426
|
+
}, ref) {
|
|
24427
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
24428
|
+
width: size,
|
|
24429
|
+
height: size,
|
|
24430
|
+
ref,
|
|
24431
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
24432
|
+
viewBox: "0 0 32 32",
|
|
24433
|
+
fill: "currentColor",
|
|
24434
|
+
...rest
|
|
24435
|
+
}, _path737 || (_path737 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24436
|
+
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"
|
|
24437
|
+
})), _path747 || (_path747 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24438
|
+
d: "M16,10a6,6,0,1,0,6,6A6,6,0,0,0,16,10Z"
|
|
24439
|
+
})), children);
|
|
24440
|
+
});
|
|
24441
|
+
if (process.env.NODE_ENV !== "production") {
|
|
24442
|
+
RadioButtonChecked.propTypes = iconPropTypes;
|
|
24443
|
+
}
|
|
24444
|
+
var Rag = /* @__PURE__ */ import_react12.default.forwardRef(function Rag2({
|
|
24445
|
+
children,
|
|
24446
|
+
size = 16,
|
|
24447
|
+
...rest
|
|
24448
|
+
}, ref) {
|
|
24449
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
24450
|
+
width: size,
|
|
24451
|
+
height: size,
|
|
24452
|
+
ref,
|
|
24453
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
24454
|
+
viewBox: "0 0 32 32",
|
|
24455
|
+
fill: "currentColor",
|
|
24456
|
+
...rest
|
|
24457
|
+
}, _path757 || (_path757 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24458
|
+
strokeWidth: "0",
|
|
24459
|
+
d: "M12 28h-2c-3.8599 0-7-3.1401-7-7v-2h2v2c0 2.7568 2.2432 5 5 5h2v2zM28 19h-9c-1.104.0014-1.9986.896-2 2v5c0 1.1046.8954 2 2 2h3v-2h-3v-5h9v5h-2.5352l-2.5937 3.8906 1.6641 1.1094 2-3h1.4648c1.1046 0 2-.8954 2-2v-5c-.0014-1.104-.896-1.9986-2-2zM29 15v-4c0-3.8599-3.1401-7-7-7h-3v2h3c2.7568 0 5 2.2432 5 5v4h2zM6 10H9V12H6z"
|
|
24460
|
+
})), _path767 || (_path767 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24461
|
+
strokeWidth: "0",
|
|
24462
|
+
d: "m12.606,6.4355l-2.5251-3.6855c-.3821-.4766-.9512-.75-1.5615-.75h-4.5193c-1.1028,0-2,.8975-2,2v10c0,1.1025.8972,2,2,2h7c1.1028,0,2-.8975,2-2v-6.375c0-.4526-.1558-.8965-.394-1.1895Zm-8.606,7.5645V4h4v3c0,.5522.4478,1,1,1h2v6h-7Z"
|
|
24463
|
+
})), children);
|
|
24464
|
+
});
|
|
24465
|
+
if (process.env.NODE_ENV !== "production") {
|
|
24466
|
+
Rag.propTypes = iconPropTypes;
|
|
24467
|
+
}
|
|
24468
|
+
var Rain = /* @__PURE__ */ import_react12.default.forwardRef(function Rain2({
|
|
24469
|
+
children,
|
|
24470
|
+
size = 16,
|
|
24471
|
+
...rest
|
|
24472
|
+
}, ref) {
|
|
24473
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
24474
|
+
width: size,
|
|
24475
|
+
height: size,
|
|
24476
|
+
ref,
|
|
24477
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
24478
|
+
viewBox: "0 0 32 32",
|
|
24479
|
+
fill: "currentColor",
|
|
24480
|
+
...rest
|
|
24481
|
+
}, _path777 || (_path777 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24482
|
+
d: "M23.5 22H8.5A6.5 6.5 0 017.2 9.14a9 9 0 0117.6 0A6.5 6.5 0 0123.5 22zM16 4a7 7 0 00-6.94 6.14L9 11 8.14 11a4.5 4.5 0 00.36 9h15a4.5 4.5 0 00.36-9L23 11l-.1-.82A7 7 0 0016 4zM14 30a.93.93 0 01-.45-.11 1 1 0 01-.44-1.34l2-4a1 1 0 111.78.9l-2 4A1 1 0 0114 30zM20 30a.93.93 0 01-.45-.11 1 1 0 01-.44-1.34l2-4a1 1 0 111.78.9l-2 4A1 1 0 0120 30zM8 30a.93.93 0 01-.45-.11 1 1 0 01-.44-1.34l2-4a1 1 0 111.78.9l-2 4A1 1 0 018 30z"
|
|
24483
|
+
})), children);
|
|
24484
|
+
});
|
|
24485
|
+
if (process.env.NODE_ENV !== "production") {
|
|
24486
|
+
Rain.propTypes = iconPropTypes;
|
|
24487
|
+
}
|
|
24488
|
+
var RainDrizzle = /* @__PURE__ */ import_react12.default.forwardRef(function RainDrizzle2({
|
|
24489
|
+
children,
|
|
24490
|
+
size = 16,
|
|
24491
|
+
...rest
|
|
24492
|
+
}, ref) {
|
|
24493
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
24494
|
+
width: size,
|
|
24495
|
+
height: size,
|
|
24496
|
+
ref,
|
|
24497
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
24498
|
+
viewBox: "0 0 32 32",
|
|
24499
|
+
fill: "currentColor",
|
|
24500
|
+
...rest
|
|
24501
|
+
}, _path787 || (_path787 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24502
|
+
d: "M11,30a1,1,0,0,1-.8944-1.4474l2-4a1,1,0,1,1,1.7887.8946l-2,4A.9979.9979,0,0,1,11,30Z"
|
|
24503
|
+
})), _path797 || (_path797 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24504
|
+
d: "M24.8008,9.1362a8.9943,8.9943,0,0,0-17.6006,0A6.4973,6.4973,0,0,0,8.5,22H19.3813L18.105,24.5527a1,1,0,0,0,1.789.8946L21.6177,22H23.5A6.4974,6.4974,0,0,0,24.8008,9.1362ZM23.5,20H8.5a4.4975,4.4975,0,0,1-.356-8.981l.8155-.0639.0991-.812a6.9938,6.9938,0,0,1,13.8838,0l.0986.812.8154.0639A4.4975,4.4975,0,0,1,23.5,20Z"
|
|
24505
|
+
})), children);
|
|
24506
|
+
});
|
|
24507
|
+
if (process.env.NODE_ENV !== "production") {
|
|
24508
|
+
RainDrizzle.propTypes = iconPropTypes;
|
|
24509
|
+
}
|
|
24510
|
+
var RainHeavy = /* @__PURE__ */ import_react12.default.forwardRef(function RainHeavy2({
|
|
24511
|
+
children,
|
|
24512
|
+
size = 16,
|
|
24513
|
+
...rest
|
|
24514
|
+
}, ref) {
|
|
24515
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
24516
|
+
width: size,
|
|
24517
|
+
height: size,
|
|
24518
|
+
ref,
|
|
24519
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
24520
|
+
viewBox: "0 0 32 32",
|
|
24521
|
+
fill: "currentColor",
|
|
24522
|
+
...rest
|
|
24523
|
+
}, _path807 || (_path807 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24524
|
+
d: "M17 30a1 1 0 01-.8944-1.4474l2-4.0005a1 1 0 111.7888.8947l-2 4A.9981.9981 0 0117 30zM8 30a1 1 0 01-.8944-1.4474l2-4.0005a1 1 0 111.7888.8947l-2 4A.9981.9981 0 018 30z"
|
|
24525
|
+
})), _path8110 || (_path8110 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24526
|
+
d: "M30,15.5a6.5323,6.5323,0,0,0-5.1992-6.3638,8.9943,8.9943,0,0,0-17.6006,0A6.4905,6.4905,0,0,0,5.7026,21.3584L4.106,24.5527a1,1,0,1,0,1.7885.8946L7.6174,22l6.7644,0L13.106,24.5527a1,1,0,1,0,1.7885.8946L16.6177,22h6.7641L22.106,24.5527a1,1,0,1,0,1.7885.8946l1.9444-3.89A6.5058,6.5058,0,0,0,30,15.5ZM23.5,20H8.5a4.4975,4.4975,0,0,1-.356-8.981l.8155-.0639.0991-.812a6.9938,6.9938,0,0,1,13.8838,0l.0986.812.8154.0639A4.4975,4.4975,0,0,1,23.5,20Z"
|
|
24527
|
+
})), children);
|
|
24528
|
+
});
|
|
24529
|
+
if (process.env.NODE_ENV !== "production") {
|
|
24530
|
+
RainHeavy.propTypes = iconPropTypes;
|
|
24531
|
+
}
|
|
24532
|
+
var RainScattered = /* @__PURE__ */ import_react12.default.forwardRef(function RainScattered2({
|
|
24533
|
+
children,
|
|
24534
|
+
size = 16,
|
|
24535
|
+
...rest
|
|
24536
|
+
}, ref) {
|
|
24537
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
24538
|
+
width: size,
|
|
24539
|
+
height: size,
|
|
24540
|
+
ref,
|
|
24541
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
24542
|
+
viewBox: "0 0 32 32",
|
|
24543
|
+
fill: "currentColor",
|
|
24544
|
+
...rest
|
|
24545
|
+
}, _path827 || (_path827 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24546
|
+
d: "M8.5084,32a1.0127,1.0127,0,0,1-.4485-.1054.9986.9986,0,0,1-.4486-1.3418l1.4934-3.0005a1.0025,1.0025,0,0,1,1.7943.8945l-1.4934,3A1.0013,1.0013,0,0,1,8.5084,32Z"
|
|
24547
|
+
})), _path837 || (_path837 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24548
|
+
d: "M27.232 15.733H29.232V18.733H27.232z",
|
|
24549
|
+
transform: "rotate(-45.009 28.232 17.233)"
|
|
24550
|
+
})), _path847 || (_path847 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24551
|
+
d: "M29 10H32V12H29z"
|
|
24552
|
+
})), _path857 || (_path857 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24553
|
+
d: "M26.732 3.768H29.732V5.768H26.732z",
|
|
24554
|
+
transform: "rotate(-45 28.232 4.768)"
|
|
24555
|
+
})), _path867 || (_path867 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24556
|
+
d: "M20 0H22V3H20z"
|
|
24557
|
+
})), _path877 || (_path877 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24558
|
+
d: "M12.768 3.268H14.768V6.268H12.768z",
|
|
24559
|
+
transform: "rotate(-45 13.768 4.768)"
|
|
24560
|
+
})), _path887 || (_path887 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24561
|
+
d: "M27,11A5.9955,5.9955,0,0,0,15.6335,8.3311,7.3494,7.3494,0,0,0,13.5,8a7.5509,7.5509,0,0,0-7.1492,5.2441A5.9926,5.9926,0,0,0,8,25h7.3818L14.106,27.5527a1,1,0,1,0,1.7885.8946L17.6177,25H19a5.9853,5.9853,0,0,0,5.2163-8.9463A5.9941,5.9941,0,0,0,27,11ZM19,23H8a3.9925,3.9925,0,0,1-.6731-7.9292L7.99,14.958l.1458-.6562a5.496,5.496,0,0,1,10.7294,0l.1458.6562.6626.1128A3.9925,3.9925,0,0,1,19,23Zm3.9268-8.5107a5.96,5.96,0,0,0-2.2776-1.2452,7.5157,7.5157,0,0,0-3.1853-4.0688,3.9869,3.9869,0,1,1,5.4629,5.314Z"
|
|
24562
|
+
})), children);
|
|
24563
|
+
});
|
|
24564
|
+
if (process.env.NODE_ENV !== "production") {
|
|
24565
|
+
RainScattered.propTypes = iconPropTypes;
|
|
24566
|
+
}
|
|
24567
|
+
var RainScatteredNight = /* @__PURE__ */ import_react12.default.forwardRef(function RainScatteredNight2({
|
|
24568
|
+
children,
|
|
24569
|
+
size = 16,
|
|
24570
|
+
...rest
|
|
24571
|
+
}, ref) {
|
|
24572
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
24573
|
+
width: size,
|
|
24574
|
+
height: size,
|
|
24575
|
+
ref,
|
|
24576
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
24577
|
+
viewBox: "0 0 32 32",
|
|
24578
|
+
fill: "currentColor",
|
|
24579
|
+
...rest
|
|
24580
|
+
}, _path897 || (_path897 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24581
|
+
d: "M8.5084 32a1.0115 1.0115 0 01-.4485-.1055.9986.9986 0 01-.4486-1.3418l1.4934-3a1.0025 1.0025 0 011.7943.8945l-1.4934 3A1.0015 1.0015 0 018.5084 32zM29.8442 13.0347a1.5184 1.5184 0 00-1.2309-.8658 5.3587 5.3587 0 01-3.4094-1.7163 6.4648 6.4648 0 01-1.285-6.393 1.6031 1.6031 0 00-.3-1.5459 1.4535 1.4535 0 00-1.3594-.4922l-.0191.0029a7.8549 7.8549 0 00-6.1054 6.48A7.3725 7.3725 0 0013.5 8a7.5511 7.5511 0 00-7.1494 5.2441A5.9926 5.9926 0 008 25h7.3818L14.106 27.5527a1 1 0 101.7885.8946L17.6177 25H19a5.9549 5.9549 0 005.88-7.1455 7.5 7.5 0 004.8672-3.3A1.5381 1.5381 0 0029.8442 13.0347zM19 23H8a3.9926 3.9926 0 01-.6733-7.9292l.663-.1128.1456-.6562a5.496 5.496 0 0110.7294 0l.1456.6562.6626.1128A3.9925 3.9925 0 0119 23zm5.1509-7.0479a5.9639 5.9639 0 00-3.5015-2.708A7.5076 7.5076 0 0018.0286 9.55a6.01 6.01 0 013.77-5.334 8.4581 8.4581 0 001.9395 7.5972A7.4007 7.4007 0 0027.64 14.041 5.4392 5.4392 0 0124.1509 15.9521z"
|
|
24582
|
+
})), children);
|
|
24583
|
+
});
|
|
24584
|
+
if (process.env.NODE_ENV !== "production") {
|
|
24585
|
+
RainScatteredNight.propTypes = iconPropTypes;
|
|
24586
|
+
}
|
|
24587
|
+
var RainDrop = /* @__PURE__ */ import_react12.default.forwardRef(function RainDrop2({
|
|
24588
|
+
children,
|
|
24589
|
+
size = 16,
|
|
24590
|
+
...rest
|
|
24591
|
+
}, ref) {
|
|
24592
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
24593
|
+
width: size,
|
|
24594
|
+
height: size,
|
|
24595
|
+
ref,
|
|
24596
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
24597
|
+
viewBox: "0 0 32 32",
|
|
24598
|
+
fill: "currentColor",
|
|
24599
|
+
...rest
|
|
24600
|
+
}, _path907 || (_path907 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24601
|
+
d: "M16,24V22a3.2965,3.2965,0,0,0,3-3h2A5.2668,5.2668,0,0,1,16,24Z"
|
|
24602
|
+
})), _path9110 || (_path9110 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24603
|
+
d: "M16,28a9.0114,9.0114,0,0,1-9-9,9.9843,9.9843,0,0,1,1.4941-4.9554L15.1528,3.4367a1.04,1.04,0,0,1,1.6944,0l6.6289,10.5564A10.0633,10.0633,0,0,1,25,19,9.0114,9.0114,0,0,1,16,28ZM16,5.8483l-5.7817,9.2079A7.9771,7.9771,0,0,0,9,19a7,7,0,0,0,14,0,8.0615,8.0615,0,0,0-1.248-3.9953Z"
|
|
24604
|
+
})), children);
|
|
24605
|
+
});
|
|
24606
|
+
if (process.env.NODE_ENV !== "production") {
|
|
24607
|
+
RainDrop.propTypes = iconPropTypes;
|
|
24608
|
+
}
|
|
24609
|
+
var Raw = /* @__PURE__ */ import_react12.default.forwardRef(function Raw2({
|
|
24610
|
+
children,
|
|
24611
|
+
size = 16,
|
|
24612
|
+
...rest
|
|
24613
|
+
}, ref) {
|
|
24614
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
24615
|
+
width: size,
|
|
24616
|
+
height: size,
|
|
24617
|
+
ref,
|
|
24618
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
24619
|
+
viewBox: "0 0 32 32",
|
|
24620
|
+
fill: "currentColor",
|
|
24621
|
+
...rest
|
|
24622
|
+
}, _path927 || (_path927 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24623
|
+
d: "M29.2 9L28.86 17 28.6 21.54 28.19 18 27.51 12.54 25.49 12.54 24.81 18 24.4 21.54 24.14 17 23.8 9 22 9 23 23 25.27 23 26.03 18.07 26.49 14 26.5 13.97 26.51 14 26.97 18.07 27.73 23 30 23 31 9 29.2 9zM18 9H14a2 2 0 00-2 2V23h2V18h4v5h2V11A2 2 0 0018 9zm-4 7V11h4v5zM10 15V11A2 2 0 008 9H2V23H4V17H5.48l2.34 6H10L7.63 17H8A2 2 0 0010 15zM4 11H8v4H4z"
|
|
24624
|
+
})), children);
|
|
24625
|
+
});
|
|
24626
|
+
if (process.env.NODE_ENV !== "production") {
|
|
24627
|
+
Raw.propTypes = iconPropTypes;
|
|
24628
|
+
}
|
|
24629
|
+
var ReadMe = /* @__PURE__ */ import_react12.default.forwardRef(function ReadMe2({
|
|
24630
|
+
children,
|
|
24631
|
+
size = 16,
|
|
24632
|
+
...rest
|
|
24633
|
+
}, ref) {
|
|
24634
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
24635
|
+
width: size,
|
|
24636
|
+
height: size,
|
|
24637
|
+
ref,
|
|
24638
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
24639
|
+
viewBox: "0 0 32 32",
|
|
24640
|
+
fill: "currentColor",
|
|
24641
|
+
...rest
|
|
24642
|
+
}, _path937 || (_path937 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24643
|
+
d: "M20,7H5v-2h15v2ZM20,10H5v2h15v-2ZM12,15h-7v2h7v-2ZM10,20h-5v2h5v-2ZM20,20c-1.1,0-2,.9-2,2s.9,2,2,2,2-.9,2-2-.9-2-2-2ZM28,22l-.22.52c-1.42,3.33-4.48,5.48-7.78,5.48s-6.35-2.15-7.78-5.48l-.22-.52.22-.52c1.42-3.33,4.48-5.48,7.78-5.48s6.35,2.15,7.78,5.48l.22.52ZM24,22c0-2.21-1.79-4-4-4s-4,1.79-4,4,1.79,4,4,4,4-1.79,4-4Z"
|
|
24644
|
+
})), children);
|
|
24645
|
+
});
|
|
24646
|
+
if (process.env.NODE_ENV !== "production") {
|
|
24647
|
+
ReadMe.propTypes = iconPropTypes;
|
|
24648
|
+
}
|
|
24649
|
+
var Receipt = /* @__PURE__ */ import_react12.default.forwardRef(function Receipt2({
|
|
24650
|
+
children,
|
|
24651
|
+
size = 16,
|
|
24652
|
+
...rest
|
|
24653
|
+
}, ref) {
|
|
24654
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
24655
|
+
width: size,
|
|
24656
|
+
height: size,
|
|
24657
|
+
ref,
|
|
24658
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
24659
|
+
viewBox: "0 0 32 32",
|
|
24660
|
+
fill: "currentColor",
|
|
24661
|
+
...rest
|
|
24662
|
+
}, _path947 || (_path947 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24663
|
+
d: "M21 16H23V18H21zM9 16H17V18H9zM21 12H23V14H21zM9 12H17V14H9zM9 8H23V10H9z"
|
|
24664
|
+
})), _path957 || (_path957 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24665
|
+
d: "M25,2H7A2.002,2.002,0,0,0,5,4V29a1,1,0,0,0,1,1H7a.9987.9987,0,0,0,.8-.4L10,26.667,12.2,29.6a1.0353,1.0353,0,0,0,1.6,0L16,26.667,18.2,29.6a1.0353,1.0353,0,0,0,1.6,0L22,26.667,24.2,29.6a.9993.9993,0,0,0,.8.4h1a1,1,0,0,0,1-1V4A2.0023,2.0023,0,0,0,25,2Zm0,25.333L22.8,24.4a1.0353,1.0353,0,0,0-1.6,0L19,27.333,16.8,24.4a1.0353,1.0353,0,0,0-1.6,0L13,27.333,10.8,24.4a1.0353,1.0353,0,0,0-1.6,0L7,27.333V4H25Z"
|
|
24666
|
+
})), children);
|
|
24667
|
+
});
|
|
24668
|
+
if (process.env.NODE_ENV !== "production") {
|
|
24669
|
+
Receipt.propTypes = iconPropTypes;
|
|
24670
|
+
}
|
|
24671
|
+
var RecentlyViewed = /* @__PURE__ */ import_react12.default.forwardRef(function RecentlyViewed2({
|
|
24672
|
+
children,
|
|
24673
|
+
size = 16,
|
|
24674
|
+
...rest
|
|
24675
|
+
}, ref) {
|
|
24676
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
24677
|
+
width: size,
|
|
24678
|
+
height: size,
|
|
24679
|
+
ref,
|
|
24680
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
24681
|
+
viewBox: "0 0 32 32",
|
|
24682
|
+
fill: "currentColor",
|
|
24683
|
+
...rest
|
|
24684
|
+
}, _path967 || (_path967 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24685
|
+
d: "M20.59 22L15 16.41 15 7 17 7 17 15.58 22 20.59 20.59 22z"
|
|
24686
|
+
})), _path977 || (_path977 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24687
|
+
d: "M16,2A13.94,13.94,0,0,0,6,6.23V2H4v8h8V8H7.08A12,12,0,1,1,4,16H2A14,14,0,1,0,16,2Z"
|
|
24688
|
+
})), children);
|
|
24689
|
+
});
|
|
24690
|
+
if (process.env.NODE_ENV !== "production") {
|
|
24691
|
+
RecentlyViewed.propTypes = iconPropTypes;
|
|
24692
|
+
}
|
|
24693
|
+
var Recommend = /* @__PURE__ */ import_react12.default.forwardRef(function Recommend2({
|
|
24694
|
+
children,
|
|
24695
|
+
size = 16,
|
|
24696
|
+
...rest
|
|
24697
|
+
}, ref) {
|
|
24698
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
24699
|
+
width: size,
|
|
24700
|
+
height: size,
|
|
24701
|
+
ref,
|
|
24702
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
24703
|
+
viewBox: "0 0 32 32",
|
|
24704
|
+
fill: "currentColor",
|
|
24705
|
+
...rest
|
|
24706
|
+
}, _path987 || (_path987 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24707
|
+
d: "M16,2a9,9,0,0,0-6,15.69V30l6-4,6,4V17.69A9,9,0,0,0,16,2Zm4,24.26-2.89-1.92L16,23.6l-1.11.74L12,26.26V19.05a8.88,8.88,0,0,0,8,0ZM20.89,16A7,7,0,1,1,23,11,7,7,0,0,1,20.89,16Z"
|
|
24708
|
+
})), children);
|
|
24709
|
+
});
|
|
24710
|
+
if (process.env.NODE_ENV !== "production") {
|
|
24711
|
+
Recommend.propTypes = iconPropTypes;
|
|
24712
|
+
}
|
|
24713
|
+
var Recording = /* @__PURE__ */ import_react12.default.forwardRef(function Recording2({
|
|
24714
|
+
children,
|
|
24715
|
+
size = 16,
|
|
24716
|
+
...rest
|
|
24717
|
+
}, ref) {
|
|
24718
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
24719
|
+
width: size,
|
|
24720
|
+
height: size,
|
|
24721
|
+
ref,
|
|
24722
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
24723
|
+
viewBox: "0 0 32 32",
|
|
24724
|
+
fill: "currentColor",
|
|
24725
|
+
...rest
|
|
24726
|
+
}, _path997 || (_path997 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24727
|
+
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"
|
|
24728
|
+
})), _path1007 || (_path1007 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24729
|
+
d: "M16,12a4,4,0,1,1-4,4,4,4,0,0,1,4-4m0-2a6,6,0,1,0,6,6,6,6,0,0,0-6-6Z"
|
|
24730
|
+
})), children);
|
|
24731
|
+
});
|
|
24732
|
+
if (process.env.NODE_ENV !== "production") {
|
|
24733
|
+
Recording.propTypes = iconPropTypes;
|
|
24734
|
+
}
|
|
24735
|
+
var RecordingFilled = /* @__PURE__ */ import_react12.default.forwardRef(function RecordingFilled2({
|
|
24736
|
+
children,
|
|
24737
|
+
size = 16,
|
|
24738
|
+
...rest
|
|
24739
|
+
}, ref) {
|
|
24740
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
24741
|
+
width: size,
|
|
24742
|
+
height: size,
|
|
24743
|
+
ref,
|
|
24744
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
24745
|
+
viewBox: "0 0 32 32",
|
|
24746
|
+
fill: "currentColor",
|
|
24747
|
+
...rest
|
|
24748
|
+
}, _circle196 || (_circle196 = /* @__PURE__ */ import_react12.default.createElement("circle", {
|
|
24749
|
+
cx: "16",
|
|
24750
|
+
cy: "16",
|
|
24751
|
+
r: "4"
|
|
24752
|
+
})), _path10110 || (_path10110 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24753
|
+
d: "M16,2C8.3,2,2,8.3,2,16s6.3,14,14,14s14-6.3,14-14S23.7,2,16,2z M16,22c-3.3,0-6-2.7-6-6s2.7-6,6-6s6,2.7,6,6 S19.3,22,16,22z"
|
|
24754
|
+
})), children);
|
|
24755
|
+
});
|
|
24756
|
+
if (process.env.NODE_ENV !== "production") {
|
|
24757
|
+
RecordingFilled.propTypes = iconPropTypes;
|
|
24758
|
+
}
|
|
24759
|
+
var RecordingFilledAlt = /* @__PURE__ */ import_react12.default.forwardRef(function RecordingFilledAlt2({
|
|
24760
|
+
children,
|
|
24761
|
+
size = 16,
|
|
24762
|
+
...rest
|
|
24763
|
+
}, ref) {
|
|
24764
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
24765
|
+
width: size,
|
|
24766
|
+
height: size,
|
|
24767
|
+
ref,
|
|
24768
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
24769
|
+
viewBox: "0 0 32 32",
|
|
24770
|
+
fill: "currentColor",
|
|
24771
|
+
...rest
|
|
24772
|
+
}, _path1027 || (_path1027 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24773
|
+
d: "M16,2C8.3,2,2,8.3,2,16s6.3,14,14,14s14-6.3,14-14S23.7,2,16,2z M16,22c-3.3,0-6-2.7-6-6s2.7-6,6-6s6,2.7,6,6S19.3,22,16,22 z"
|
|
24774
|
+
})), _path1037 || (_path1037 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24775
|
+
d: "M16,10c-3.3,0-6,2.7-6,6s2.7,6,6,6s6-2.7,6-6S19.3,10,16,10z",
|
|
24776
|
+
"data-icon-path": "inner-path",
|
|
24777
|
+
opacity: "0"
|
|
24778
|
+
})), children);
|
|
24779
|
+
});
|
|
24780
|
+
if (process.env.NODE_ENV !== "production") {
|
|
24781
|
+
RecordingFilledAlt.propTypes = iconPropTypes;
|
|
24782
|
+
}
|
|
24783
|
+
var Recycle = /* @__PURE__ */ import_react12.default.forwardRef(function Recycle2({
|
|
24784
|
+
children,
|
|
24785
|
+
size = 16,
|
|
24786
|
+
...rest
|
|
24787
|
+
}, ref) {
|
|
24788
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
24789
|
+
width: size,
|
|
24790
|
+
height: size,
|
|
24791
|
+
ref,
|
|
24792
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
24793
|
+
viewBox: "0 0 32 32",
|
|
24794
|
+
fill: "currentColor",
|
|
24795
|
+
...rest
|
|
24796
|
+
}, _path1047 || (_path1047 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24797
|
+
d: "M29.5081 22.2549l-2.0781-3.7402-1.7485.9707 2.0781 3.7412c.3247.584.3162 1.2769-.0229 1.8535-.3391.5762-.9407.9199-1.6091.9199h-7.2974l2.5801-2.5898-1.4102-1.4102-5 5 5 5 1.4102-1.4102-2.5801-2.5898h7.2974c1.3848 0 2.6306-.7124 3.3328-1.9058.7024-1.1938.7202-2.6284.0479-3.8394zM5.8726 26c-.6685 0-1.27-.3438-1.6091-.9199-.3391-.5767-.3477-1.2695-.0229-1.8535l4.1111-7.4004 1.0479 3.52 1.9121-.5664-2.0083-6.7798-6.7798 2.0083.5664 1.9121 3.4934-1.0298-4.0913 7.3643c-.6724 1.2109-.6545 2.6455.0479 3.8394.7021 1.1934 1.948 1.9058 3.3328 1.9058h6.1274v-2H5.8726zM25.51 9.6538l-1.0476 3.519L19.3503 3.9712c-.6858-1.2344-1.9382-1.9712-3.3503-1.9712s-2.6646.7368-3.3503 1.9712l-3.0796 5.5435 1.7485.9707 3.0796-5.543c.3276-.5898.9265-.9424 1.6018-.9424s1.2742.3525 1.6018.9424l5.0925 9.167-3.4939-1.0298-.5664 1.9121 6.78 2.0083 2.0083-6.7798-1.9124-.5664z"
|
|
24798
|
+
})), children);
|
|
24799
|
+
});
|
|
24800
|
+
if (process.env.NODE_ENV !== "production") {
|
|
24801
|
+
Recycle.propTypes = iconPropTypes;
|
|
24802
|
+
}
|
|
24803
|
+
var Redefinition = /* @__PURE__ */ import_react12.default.forwardRef(function Redefinition2({
|
|
24804
|
+
children,
|
|
24805
|
+
size = 16,
|
|
24806
|
+
...rest
|
|
24807
|
+
}, ref) {
|
|
24808
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
24809
|
+
width: size,
|
|
24810
|
+
height: size,
|
|
24811
|
+
ref,
|
|
24812
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
24813
|
+
viewBox: "0 0 32 32",
|
|
24814
|
+
fill: "currentColor",
|
|
24815
|
+
...rest
|
|
24816
|
+
}, _path1057 || (_path1057 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24817
|
+
d: "M13,28v-4h7v-2h-7v-4h7c.3564,0,.686-.1899.865-.498.179-.3086.1802-.6885.0032-.998L12.8682,2.5039c-.356-.623-1.3804-.623-1.7363,0L3.1318,16.5039c-.177.3096-.1758.6895.0032.998.179.3081.5085.498.865.498h7v4h-7v2h7v4c0,1.1045.8955,2,2,2h15v-2h-15ZM5.7231,16l6.2769-10.9844,6.2769,10.9844H5.7231Z"
|
|
24818
|
+
})), children);
|
|
24819
|
+
});
|
|
24820
|
+
if (process.env.NODE_ENV !== "production") {
|
|
24821
|
+
Redefinition.propTypes = iconPropTypes;
|
|
24822
|
+
}
|
|
24823
|
+
var Redo = /* @__PURE__ */ import_react12.default.forwardRef(function Redo2({
|
|
24824
|
+
children,
|
|
24825
|
+
size = 16,
|
|
24826
|
+
...rest
|
|
24827
|
+
}, ref) {
|
|
24828
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
24829
|
+
width: size,
|
|
24830
|
+
height: size,
|
|
24831
|
+
ref,
|
|
24832
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
24833
|
+
viewBox: "0 0 32 32",
|
|
24834
|
+
fill: "currentColor",
|
|
24835
|
+
...rest
|
|
24836
|
+
}, _path1067 || (_path1067 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24837
|
+
d: "M12,10H24.1851L20.5977,6.4141,22,5,28,11,22,17l-1.4023-1.4146L24.1821,12H12a6,6,0,0,0,0,12h8v2H12a8,8,0,0,1,0-16Z"
|
|
24838
|
+
})), children);
|
|
24839
|
+
});
|
|
24840
|
+
if (process.env.NODE_ENV !== "production") {
|
|
24841
|
+
Redo.propTypes = iconPropTypes;
|
|
24842
|
+
}
|
|
24843
|
+
var RefEvapotranspiration = /* @__PURE__ */ import_react12.default.forwardRef(function RefEvapotranspiration2({
|
|
24844
|
+
children,
|
|
24845
|
+
size = 16,
|
|
24846
|
+
...rest
|
|
24847
|
+
}, ref) {
|
|
24848
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
24849
|
+
width: size,
|
|
24850
|
+
height: size,
|
|
24851
|
+
ref,
|
|
24852
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
24853
|
+
viewBox: "0 0 32 32",
|
|
24854
|
+
fill: "currentColor",
|
|
24855
|
+
...rest
|
|
24856
|
+
}, _path1077 || (_path1077 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24857
|
+
d: "M14 12a3.8978 3.8978 0 01-4-3.777 3.9017 3.9017 0 01.6533-2.0639L13.17 2.4141a1.0381 1.0381 0 011.6592 0L17.3154 6.11A3.9693 3.9693 0 0118 8.223 3.8978 3.8978 0 0114 12zm.0005-7.2368L12.3438 7.2257A1.89 1.89 0 0012 8.223 1.9 1.9 0 0014 10a1.9 1.9 0 002-1.777 1.98 1.98 0 00-.375-1.0466zM7.5 26A5.385 5.385 0 012 20.751 5.3837 5.3837 0 012.874 17.92L6.49 12.5383a1.2168 1.2168 0 012.02-.0006l3.55 5.2777A5.4923 5.4923 0 0113 20.751 5.385 5.385 0 017.5 26zm0-11.38L4.5649 18.9868A3.3586 3.3586 0 004 20.751 3.3855 3.3855 0 007.5 24 3.3855 3.3855 0 0011 20.751a3.4354 3.4354 0 00-.63-1.867zM25 2L20 7l1.4141 1.4141L24 5.8281V16a4.0045 4.0045 0 01-4 4H16v2h4a6.0066 6.0066 0 006-6V5.8281l2.5859 2.586L30 7zM2 28H30V30H2z"
|
|
24858
|
+
})), children);
|
|
24859
|
+
});
|
|
24860
|
+
if (process.env.NODE_ENV !== "production") {
|
|
24861
|
+
RefEvapotranspiration.propTypes = iconPropTypes;
|
|
24862
|
+
}
|
|
24863
|
+
var ReferenceArchitecture = /* @__PURE__ */ import_react12.default.forwardRef(function ReferenceArchitecture2({
|
|
24864
|
+
children,
|
|
24865
|
+
size = 16,
|
|
24866
|
+
...rest
|
|
24867
|
+
}, ref) {
|
|
24868
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
24869
|
+
width: size,
|
|
24870
|
+
height: size,
|
|
24871
|
+
ref,
|
|
24872
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
24873
|
+
viewBox: "0 0 32 32",
|
|
24874
|
+
fill: "currentColor",
|
|
24875
|
+
...rest
|
|
24876
|
+
}, _circle206 || (_circle206 = /* @__PURE__ */ import_react12.default.createElement("circle", {
|
|
24877
|
+
cx: "18",
|
|
24878
|
+
cy: "26",
|
|
24879
|
+
r: "1"
|
|
24880
|
+
})), _path1087 || (_path1087 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24881
|
+
d: "m28,20c1.1028,0,2-.8975,2-2v-4c0-1.1025-.8972-2-2-2h-1v-5c0-1.1025-.8972-2-2-2h-5v-1c0-1.1025-.8972-2-2-2h-4c-1.1028,0-2,.8975-2,2v1h-5c-1.1028,0-2,.8975-2,2v5.1421c-1.7202.4473-3,1.9995-3,3.8579s1.2798,3.4106,3,3.8579v5.1421c0,1.1025.8972,2,2,2h7v1c0,1.1025.8972,2,2,2h12c1.1028,0,2-.8975,2-2v-4c0-1.1025-.8972-2-2-2h-1v-2h1Zm0-2h-4v-4h4v4ZM14,4h4v4h-4v-4Zm-2,3v1c0,1.1025.8972,2,2,2h4c1.1028,0,2-.8975,2-2v-1h5v5h-1c-1.1028,0-2,.8975-2,2v1h-12.1421c-.3638-1.3989-1.4592-2.4941-2.8579-2.8579v-5.1421h5Zm-8,9c0-1.1025.8972-2,2-2s2,.8975,2,2-.8972,2-2,2-2-.8975-2-2Zm24,12h-12v-4h12v4Zm-3-6h-9c-1.1028,0-2,.8975-2,2v1h-7v-5.1421c1.3987-.3638,2.4941-1.459,2.8579-2.8579h12.1421v1c0,1.1025.8972,2,2,2h1v2Z"
|
|
24882
|
+
})), children);
|
|
24883
|
+
});
|
|
24884
|
+
if (process.env.NODE_ENV !== "production") {
|
|
24885
|
+
ReferenceArchitecture.propTypes = iconPropTypes;
|
|
24886
|
+
}
|
|
24887
|
+
var ReflectHorizontal = /* @__PURE__ */ import_react12.default.forwardRef(function ReflectHorizontal2({
|
|
24888
|
+
children,
|
|
24889
|
+
size = 16,
|
|
24890
|
+
...rest
|
|
24891
|
+
}, ref) {
|
|
24892
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
24893
|
+
width: size,
|
|
24894
|
+
height: size,
|
|
24895
|
+
ref,
|
|
24896
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
24897
|
+
viewBox: "0 0 32 32",
|
|
24898
|
+
fill: "currentColor",
|
|
24899
|
+
...rest
|
|
24900
|
+
}, _path1097 || (_path1097 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24901
|
+
d: "M19.386,15.2105l9-7A1,1,0,0,1,30,9V23a1,1,0,0,1-1.614.79l-9-7a1,1,0,0,1,0-1.5791Z"
|
|
24902
|
+
})), _path11010 || (_path11010 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24903
|
+
d: "M15 2H17V30H15z",
|
|
24904
|
+
transform: "rotate(-180 16 16)"
|
|
24905
|
+
})), _path11110 || (_path11110 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24906
|
+
d: "M13,16a1.001,1.001,0,0,1-.386.79l-9,7A1,1,0,0,1,2,23V9a1,1,0,0,1,1.614-.79l9,7A1.001,1.001,0,0,1,13,16ZM4,20.9556,10.3711,16,4,11.0444Z"
|
|
24907
|
+
})), children);
|
|
24908
|
+
});
|
|
24909
|
+
if (process.env.NODE_ENV !== "production") {
|
|
24910
|
+
ReflectHorizontal.propTypes = iconPropTypes;
|
|
24911
|
+
}
|
|
24912
|
+
var ReflectVertical = /* @__PURE__ */ import_react12.default.forwardRef(function ReflectVertical2({
|
|
24913
|
+
children,
|
|
24914
|
+
size = 16,
|
|
24915
|
+
...rest
|
|
24916
|
+
}, ref) {
|
|
24917
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
24918
|
+
width: size,
|
|
24919
|
+
height: size,
|
|
24920
|
+
ref,
|
|
24921
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
24922
|
+
viewBox: "0 0 32 32",
|
|
24923
|
+
fill: "currentColor",
|
|
24924
|
+
...rest
|
|
24925
|
+
}, _path1127 || (_path1127 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24926
|
+
d: "M16.79,19.386l7,9A1,1,0,0,1,23,30H9a1,1,0,0,1-.79-1.614l7-9a1,1,0,0,1,1.5791,0Z"
|
|
24927
|
+
})), _path1137 || (_path1137 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24928
|
+
d: "M15 2H17V30H15z",
|
|
24929
|
+
transform: "rotate(-90 16 16)"
|
|
24930
|
+
})), _path1147 || (_path1147 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24931
|
+
d: "M16,13a1.001,1.001,0,0,1-.79-.386l-7-9A1,1,0,0,1,9,2H23a1,1,0,0,1,.79,1.614l-7,9A1.001,1.001,0,0,1,16,13ZM11.0444,4,16,10.3711,20.9556,4Z"
|
|
24932
|
+
})), children);
|
|
24933
|
+
});
|
|
24934
|
+
if (process.env.NODE_ENV !== "production") {
|
|
24935
|
+
ReflectVertical.propTypes = iconPropTypes;
|
|
24936
|
+
}
|
|
24937
|
+
var WatsonHealthRegionAnalysisArea = /* @__PURE__ */ import_react12.default.forwardRef(function WatsonHealthRegionAnalysisArea2({
|
|
24938
|
+
children,
|
|
24939
|
+
size = 16,
|
|
24940
|
+
...rest
|
|
24941
|
+
}, ref) {
|
|
24942
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
24943
|
+
width: size,
|
|
24944
|
+
height: size,
|
|
24945
|
+
ref,
|
|
24946
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
24947
|
+
viewBox: "0 0 32 32",
|
|
24948
|
+
fill: "currentColor",
|
|
24949
|
+
...rest
|
|
24950
|
+
}, _path1157 || (_path1157 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24951
|
+
d: "M30,23V21H28V19H26v2H23V19H21v2H19v2h2v3H19v2h2v2h2V28h3v2h2V28h2V26H28V23Zm-4,3H23V23h3Z"
|
|
24952
|
+
})), _path1167 || (_path1167 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24953
|
+
d: "M16,30A14,14,0,1,1,30,16H28A12,12,0,1,0,16,28Z"
|
|
24954
|
+
})), children);
|
|
24955
|
+
});
|
|
24956
|
+
if (process.env.NODE_ENV !== "production") {
|
|
24957
|
+
WatsonHealthRegionAnalysisArea.propTypes = iconPropTypes;
|
|
24958
|
+
}
|
|
24959
|
+
var WatsonHealthRegionAnalysisVolume = /* @__PURE__ */ import_react12.default.forwardRef(function WatsonHealthRegionAnalysisVolume2({
|
|
24960
|
+
children,
|
|
24961
|
+
size = 16,
|
|
24962
|
+
...rest
|
|
24963
|
+
}, ref) {
|
|
24964
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
24965
|
+
width: size,
|
|
24966
|
+
height: size,
|
|
24967
|
+
ref,
|
|
24968
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
24969
|
+
viewBox: "0 0 32 32",
|
|
24970
|
+
fill: "currentColor",
|
|
24971
|
+
...rest
|
|
24972
|
+
}, _path1177 || (_path1177 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24973
|
+
d: "M30,23V21H28V19H26v2H23V19H21v2H19v2h2v3H19v2h2v2h2V28h3v2h2V28h2V26H28V23Zm-4,3H23V23h3Z"
|
|
24974
|
+
})), _path1187 || (_path1187 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24975
|
+
d: "M4.8305,20.3555A24.9534,24.9534,0,0,0,15,22.9644v-2A22.9014,22.9014,0,0,1,4.1335,17.6919,11.979,11.979,0,0,1,4,16a11.9847,11.9847,0,0,1,.1332-1.69,22.9282,22.9282,0,0,1,23.7336,0A11.9847,11.9847,0,0,1,28,16h2A14,14,0,1,0,16,30V28A12.01,12.01,0,0,1,4.8305,20.3555ZM16,4a12.01,12.01,0,0,1,11.17,7.6465,24.8982,24.8982,0,0,0-22.3406,0A12.01,12.01,0,0,1,16,4Z"
|
|
24976
|
+
})), children);
|
|
24977
|
+
});
|
|
24978
|
+
if (process.env.NODE_ENV !== "production") {
|
|
24979
|
+
WatsonHealthRegionAnalysisVolume.propTypes = iconPropTypes;
|
|
24980
|
+
}
|
|
24981
|
+
var WatsonHealthRegistration = /* @__PURE__ */ import_react12.default.forwardRef(function WatsonHealthRegistration2({
|
|
24982
|
+
children,
|
|
24983
|
+
size = 16,
|
|
24984
|
+
...rest
|
|
24985
|
+
}, ref) {
|
|
24986
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
24987
|
+
width: size,
|
|
24988
|
+
height: size,
|
|
24989
|
+
ref,
|
|
24990
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
24991
|
+
viewBox: "0 0 32 32",
|
|
24992
|
+
fill: "currentColor",
|
|
24993
|
+
...rest
|
|
24994
|
+
}, _path1197 || (_path1197 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24995
|
+
d: "M28 25H20a2.0027 2.0027 0 01-2-2V20h2v3h8V9H20v3H18V9a2.0023 2.0023 0 012-2h8a2.0023 2.0023 0 012 2V23A2.0027 2.0027 0 0128 25zM8 15H12V17H8z"
|
|
24996
|
+
})), _path1207 || (_path1207 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
24997
|
+
d: "M20 15H24V17H20zM14 15H18V17H14zM12 25H4a2.0023 2.0023 0 01-2-2V9A2.002 2.002 0 014 7h8a2.002 2.002 0 012 2v3H12V9H4V23h8V20h2v3A2.0023 2.0023 0 0112 25z"
|
|
24998
|
+
})), children);
|
|
24999
|
+
});
|
|
25000
|
+
if (process.env.NODE_ENV !== "production") {
|
|
25001
|
+
WatsonHealthRegistration.propTypes = iconPropTypes;
|
|
25002
|
+
}
|
|
25003
|
+
var Reminder = /* @__PURE__ */ import_react12.default.forwardRef(function Reminder2({
|
|
25004
|
+
children,
|
|
25005
|
+
size = 16,
|
|
25006
|
+
...rest
|
|
25007
|
+
}, ref) {
|
|
25008
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
25009
|
+
width: size,
|
|
25010
|
+
height: size,
|
|
25011
|
+
ref,
|
|
25012
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
25013
|
+
viewBox: "0 0 32 32",
|
|
25014
|
+
fill: "currentColor",
|
|
25015
|
+
...rest
|
|
25016
|
+
}, _path12110 || (_path12110 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25017
|
+
d: "M30,23.3818l-2-1V20a6.0046,6.0046,0,0,0-5-5.91V12H21v2.09A6.0046,6.0046,0,0,0,16,20v2.3818l-2,1V28h6v2h4V28h6ZM28,26H16V24.6182l2-1V20a4,4,0,0,1,8,0v3.6182l2,1Z"
|
|
25018
|
+
})), _path1227 || (_path1227 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25019
|
+
d: "M28,6a2,2,0,0,0-2-2H22V2H20V4H12V2H10V4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2h4V26H6V6h4V8h2V6h8V8h2V6h4v6h2Z"
|
|
25020
|
+
})), children);
|
|
25021
|
+
});
|
|
25022
|
+
if (process.env.NODE_ENV !== "production") {
|
|
25023
|
+
Reminder.propTypes = iconPropTypes;
|
|
25024
|
+
}
|
|
25025
|
+
var ReminderMedical = /* @__PURE__ */ import_react12.default.forwardRef(function ReminderMedical2({
|
|
25026
|
+
children,
|
|
25027
|
+
size = 16,
|
|
25028
|
+
...rest
|
|
25029
|
+
}, ref) {
|
|
25030
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
25031
|
+
width: size,
|
|
25032
|
+
height: size,
|
|
25033
|
+
ref,
|
|
25034
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
25035
|
+
viewBox: "0 0 32 32",
|
|
25036
|
+
fill: "currentColor",
|
|
25037
|
+
...rest
|
|
25038
|
+
}, _path1237 || (_path1237 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25039
|
+
d: "M27,12v2h1v4a3,3,0,0,1-6,0V14h1V12H20v6a5.0083,5.0083,0,0,0,4,4.8989V24a4,4,0,0,1-8,0V21.8157a3,3,0,1,0-2,0V24a6,6,0,0,0,12,0V22.8989A5.0083,5.0083,0,0,0,30,18V12ZM15,18a1,1,0,1,1-1,1A1.0009,1.0009,0,0,1,15,18Z"
|
|
25040
|
+
})), _path1247 || (_path1247 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25041
|
+
d: "M26,4H22V2H20V4H12V2H10V4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2l4,0V26L6,26V6h4V8h2V6h8V8h2V6h4v4h2V6A2,2,0,0,0,26,4Z"
|
|
25042
|
+
})), children);
|
|
25043
|
+
});
|
|
25044
|
+
if (process.env.NODE_ENV !== "production") {
|
|
25045
|
+
ReminderMedical.propTypes = iconPropTypes;
|
|
25046
|
+
}
|
|
25047
|
+
var Renew = /* @__PURE__ */ import_react12.default.forwardRef(function Renew2({
|
|
25048
|
+
children,
|
|
25049
|
+
size = 16,
|
|
25050
|
+
...rest
|
|
25051
|
+
}, ref) {
|
|
25052
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
25053
|
+
width: size,
|
|
25054
|
+
height: size,
|
|
25055
|
+
ref,
|
|
25056
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
25057
|
+
viewBox: "0 0 32 32",
|
|
25058
|
+
fill: "currentColor",
|
|
25059
|
+
...rest
|
|
25060
|
+
}, _path1257 || (_path1257 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25061
|
+
d: "M12 10H6.78A11 11 0 0127 16h2A13 13 0 006 7.68V4H4v8h8zM20 22h5.22A11 11 0 015 16H3a13 13 0 0023 8.32V28h2V20H20z"
|
|
25062
|
+
})), children);
|
|
25063
|
+
});
|
|
25064
|
+
if (process.env.NODE_ENV !== "production") {
|
|
25065
|
+
Renew.propTypes = iconPropTypes;
|
|
25066
|
+
}
|
|
25067
|
+
var Repeat = /* @__PURE__ */ import_react12.default.forwardRef(function Repeat2({
|
|
25068
|
+
children,
|
|
25069
|
+
size = 16,
|
|
25070
|
+
...rest
|
|
25071
|
+
}, ref) {
|
|
25072
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
25073
|
+
width: size,
|
|
25074
|
+
height: size,
|
|
25075
|
+
ref,
|
|
25076
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
25077
|
+
viewBox: "0 0 32 32",
|
|
25078
|
+
fill: "currentColor",
|
|
25079
|
+
...rest
|
|
25080
|
+
}, _path1267 || (_path1267 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25081
|
+
d: "M6 6H26.1719l-3.586-3.5859L24 1l6 6-6 6-1.4141-1.4141L26.1719 8H6v7H4V8A2.0024 2.0024 0 016 6zM9.4141 20.4141L5.8281 24H26V17h2v7a2.0024 2.0024 0 01-2 2H5.8281L9.414 29.5859 8 31 2 25l6-6z"
|
|
25082
|
+
})), children);
|
|
25083
|
+
});
|
|
25084
|
+
if (process.env.NODE_ENV !== "production") {
|
|
25085
|
+
Repeat.propTypes = iconPropTypes;
|
|
25086
|
+
}
|
|
25087
|
+
var RepeatOne = /* @__PURE__ */ import_react12.default.forwardRef(function RepeatOne2({
|
|
25088
|
+
children,
|
|
25089
|
+
size = 16,
|
|
25090
|
+
...rest
|
|
25091
|
+
}, ref) {
|
|
25092
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
25093
|
+
width: size,
|
|
25094
|
+
height: size,
|
|
25095
|
+
ref,
|
|
25096
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
25097
|
+
viewBox: "0 0 32 32",
|
|
25098
|
+
fill: "currentColor",
|
|
25099
|
+
...rest
|
|
25100
|
+
}, _path1277 || (_path1277 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25101
|
+
d: "M6 6H26.1719l-3.586-3.5859L24 1l6 6-6 6-1.4141-1.4141L26.1719 8H6v7H4V8A2.0024 2.0024 0 016 6zM9.4141 20.4141L5.8281 24H26V17h2v7a2.0024 2.0024 0 01-2 2H5.8281L9.414 29.5859 8 31 2 25l6-6z"
|
|
25102
|
+
})), _path1287 || (_path1287 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25103
|
+
d: "M17 19L17 11 15 11 15 12 13 12 13 14 15 14 15 19 13 19 13 21 19 21 19 19 17 19z"
|
|
25104
|
+
})), children);
|
|
25105
|
+
});
|
|
25106
|
+
if (process.env.NODE_ENV !== "production") {
|
|
25107
|
+
RepeatOne.propTypes = iconPropTypes;
|
|
25108
|
+
}
|
|
25109
|
+
var Replicate = /* @__PURE__ */ import_react12.default.forwardRef(function Replicate2({
|
|
25110
|
+
children,
|
|
25111
|
+
size = 16,
|
|
25112
|
+
...rest
|
|
25113
|
+
}, ref) {
|
|
25114
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
25115
|
+
width: size,
|
|
25116
|
+
height: size,
|
|
25117
|
+
ref,
|
|
25118
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
25119
|
+
viewBox: "0 0 32 32",
|
|
25120
|
+
fill: "currentColor",
|
|
25121
|
+
...rest
|
|
25122
|
+
}, _path1297 || (_path1297 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25123
|
+
d: "M28 8h2V4a2.0021 2.0021 0 00-2-2H24V4h4zM17 2H21V4H17zM28 11H30V15H28zM28 18v4H24V10a2.0023 2.0023 0 00-2-2H10V4h4V2H10A2.0023 2.0023 0 008 4V8H4a2.0023 2.0023 0 00-2 2V28a2.0023 2.0023 0 002 2H22a2.0023 2.0023 0 002-2V24h4a2.0023 2.0023 0 002-2V18zM22 28H4V10H22z"
|
|
25124
|
+
})), children);
|
|
25125
|
+
});
|
|
25126
|
+
if (process.env.NODE_ENV !== "production") {
|
|
25127
|
+
Replicate.propTypes = iconPropTypes;
|
|
25128
|
+
}
|
|
25129
|
+
var Reply = /* @__PURE__ */ import_react12.default.forwardRef(function Reply2({
|
|
25130
|
+
children,
|
|
25131
|
+
size = 16,
|
|
25132
|
+
...rest
|
|
25133
|
+
}, ref) {
|
|
25134
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
25135
|
+
width: size,
|
|
25136
|
+
height: size,
|
|
25137
|
+
ref,
|
|
25138
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
25139
|
+
viewBox: "0 0 32 32",
|
|
25140
|
+
fill: "currentColor",
|
|
25141
|
+
...rest
|
|
25142
|
+
}, _path1307 || (_path1307 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25143
|
+
d: "M28.88,30a1,1,0,0,1-.88-.5A15.19,15.19,0,0,0,15,22v6a1,1,0,0,1-.62.92,1,1,0,0,1-1.09-.21l-12-12a1,1,0,0,1,0-1.42l12-12a1,1,0,0,1,1.09-.21A1,1,0,0,1,15,4v6.11a17.19,17.19,0,0,1,15,17,16.34,16.34,0,0,1-.13,2,1,1,0,0,1-.79.86ZM14.5,20A17.62,17.62,0,0,1,28,26,15.31,15.31,0,0,0,13.91,12,1,1,0,0,1,13,11V6.41L3.41,16,13,25.59V21a1,1,0,0,1,1-1h.54Z"
|
|
25144
|
+
})), children);
|
|
25145
|
+
});
|
|
25146
|
+
if (process.env.NODE_ENV !== "production") {
|
|
25147
|
+
Reply.propTypes = iconPropTypes;
|
|
25148
|
+
}
|
|
25149
|
+
var ReplyAll = /* @__PURE__ */ import_react12.default.forwardRef(function ReplyAll2({
|
|
25150
|
+
children,
|
|
25151
|
+
size = 16,
|
|
25152
|
+
...rest
|
|
25153
|
+
}, ref) {
|
|
25154
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
25155
|
+
width: size,
|
|
25156
|
+
height: size,
|
|
25157
|
+
ref,
|
|
25158
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
25159
|
+
viewBox: "0 0 32 32",
|
|
25160
|
+
fill: "currentColor",
|
|
25161
|
+
...rest
|
|
25162
|
+
}, _path13110 || (_path13110 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25163
|
+
d: "M19,29a.9989.9989,0,0,1-.768-.36l-10-12a1,1,0,0,1,0-1.28l10-12A1,1,0,0,1,20,4v7.0325c7.0074.4629,11,5.86,11,14.9677a1,1,0,0,1-1.8.6c-2.8218-3.7623-5.3912-5.3463-9.2-5.5716V28a1,1,0,0,1-1,1ZM10.3016,16,18,25.238V20a1,1,0,0,1,1-1,12.7127,12.7127,0,0,1,9.8414,4.0909C28.0864,16.5553,24.6587,13,19,13a1,1,0,0,1-1-1V6.7618Z"
|
|
25164
|
+
})), _path1327 || (_path1327 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25165
|
+
d: "M11.4639,28.9182,1.2318,16.64a1,1,0,0,1,0-1.28L11.4638,3.0792,13,4.36,3.3016,16,13,27.638Z"
|
|
25166
|
+
})), children);
|
|
25167
|
+
});
|
|
25168
|
+
if (process.env.NODE_ENV !== "production") {
|
|
25169
|
+
ReplyAll.propTypes = iconPropTypes;
|
|
25170
|
+
}
|
|
25171
|
+
var RepoArtifact = /* @__PURE__ */ import_react12.default.forwardRef(function RepoArtifact2({
|
|
25172
|
+
children,
|
|
25173
|
+
size = 16,
|
|
25174
|
+
...rest
|
|
25175
|
+
}, ref) {
|
|
25176
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
25177
|
+
width: size,
|
|
25178
|
+
height: size,
|
|
25179
|
+
ref,
|
|
25180
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
25181
|
+
viewBox: "0 0 32 32",
|
|
25182
|
+
fill: "currentColor",
|
|
25183
|
+
...rest
|
|
25184
|
+
}, _path1337 || (_path1337 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25185
|
+
d: "M30,24v-2h-2.1c-0.1-0.6-0.4-1.2-0.7-1.8l1.5-1.5l-1.4-1.4l-1.5,1.5c-0.5-0.3-1.1-0.6-1.8-0.7V16h-2v2.1 c-0.6,0.1-1.2,0.4-1.8,0.7l-1.5-1.5l-1.4,1.4l1.5,1.5c-0.3,0.5-0.6,1.1-0.7,1.8H16v2h2.1c0.1,0.6,0.4,1.2,0.7,1.8l-1.5,1.5l1.4,1.4 l1.5-1.5c0.5,0.3,1.1,0.6,1.8,0.7V30h2v-2.1c0.6-0.1,1.2-0.4,1.8-0.7l1.5,1.5l1.4-1.4l-1.5-1.5c0.3-0.5,0.6-1.1,0.7-1.8H30z M23,26 c-1.7,0-3-1.3-3-3s1.3-3,3-3s3,1.3,3,3S24.7,26,23,26z"
|
|
25186
|
+
})), _path1347 || (_path1347 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25187
|
+
d: "M28,8H16l-3.4-3.4C12.2,4.2,11.7,4,11.2,4H4C2.9,4,2,4.9,2,6v20c0,1.1,0.9,2,2,2h10v-2H4V6h7.2l3.4,3.4l0.6,0.6H28v5h2v-5 C30,8.9,29.1,8,28,8z"
|
|
25188
|
+
})), children);
|
|
25189
|
+
});
|
|
25190
|
+
if (process.env.NODE_ENV !== "production") {
|
|
25191
|
+
RepoArtifact.propTypes = iconPropTypes;
|
|
25192
|
+
}
|
|
25193
|
+
var RepoSourceCode = /* @__PURE__ */ import_react12.default.forwardRef(function RepoSourceCode2({
|
|
25194
|
+
children,
|
|
25195
|
+
size = 16,
|
|
25196
|
+
...rest
|
|
25197
|
+
}, ref) {
|
|
25198
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
25199
|
+
width: size,
|
|
25200
|
+
height: size,
|
|
25201
|
+
ref,
|
|
25202
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
25203
|
+
viewBox: "0 0 32 32",
|
|
25204
|
+
fill: "currentColor",
|
|
25205
|
+
...rest
|
|
25206
|
+
}, _path1357 || (_path1357 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25207
|
+
d: "M23.6 21.4L27.2 25 27.2 25 23.6 28.6 25 30 30 25 25 20zM20.4 21.4L16.8 25 16.8 25 20.4 28.6 19 30 14 25 19 20z"
|
|
25208
|
+
})), _path1367 || (_path1367 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25209
|
+
d: "M28,8H16l-3.4-3.4C12.2,4.2,11.7,4,11.2,4H4C2.9,4,2,4.9,2,6v20c0,1.1,0.9,2,2,2h7v-2H4V6h7.2l3.4,3.4l0.6,0.6H28v8h2v-8 C30,8.9,29.1,8,28,8z"
|
|
25210
|
+
})), children);
|
|
25211
|
+
});
|
|
25212
|
+
if (process.env.NODE_ENV !== "production") {
|
|
25213
|
+
RepoSourceCode.propTypes = iconPropTypes;
|
|
25214
|
+
}
|
|
25215
|
+
var Report = /* @__PURE__ */ import_react12.default.forwardRef(function Report2({
|
|
25216
|
+
children,
|
|
25217
|
+
size = 16,
|
|
25218
|
+
...rest
|
|
25219
|
+
}, ref) {
|
|
25220
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
25221
|
+
width: size,
|
|
25222
|
+
height: size,
|
|
25223
|
+
ref,
|
|
25224
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
25225
|
+
viewBox: "0 0 32 32",
|
|
25226
|
+
fill: "currentColor",
|
|
25227
|
+
...rest
|
|
25228
|
+
}, _path1377 || (_path1377 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25229
|
+
d: "M10 18H18V20H10zM10 13H22V15H10zM10 23H15V25H10z"
|
|
25230
|
+
})), _path1387 || (_path1387 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25231
|
+
d: "M25,5H22V4a2,2,0,0,0-2-2H12a2,2,0,0,0-2,2V5H7A2,2,0,0,0,5,7V28a2,2,0,0,0,2,2H25a2,2,0,0,0,2-2V7A2,2,0,0,0,25,5ZM12,4h8V8H12ZM25,28H7V7h3v3H22V7h3Z"
|
|
25232
|
+
})), children);
|
|
25233
|
+
});
|
|
25234
|
+
if (process.env.NODE_ENV !== "production") {
|
|
25235
|
+
Report.propTypes = iconPropTypes;
|
|
25236
|
+
}
|
|
25237
|
+
var ReportData = /* @__PURE__ */ import_react12.default.forwardRef(function ReportData2({
|
|
25238
|
+
children,
|
|
25239
|
+
size = 16,
|
|
25240
|
+
...rest
|
|
25241
|
+
}, ref) {
|
|
25242
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
25243
|
+
width: size,
|
|
25244
|
+
height: size,
|
|
25245
|
+
ref,
|
|
25246
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
25247
|
+
viewBox: "0 0 32 32",
|
|
25248
|
+
fill: "currentColor",
|
|
25249
|
+
...rest
|
|
25250
|
+
}, _path1397 || (_path1397 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25251
|
+
d: "M15 20H17V24H15zM20 18H22V24H20zM10 14H12V24H10z"
|
|
25252
|
+
})), _path1407 || (_path1407 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25253
|
+
d: "M25,5H22V4a2,2,0,0,0-2-2H12a2,2,0,0,0-2,2V5H7A2,2,0,0,0,5,7V28a2,2,0,0,0,2,2H25a2,2,0,0,0,2-2V7A2,2,0,0,0,25,5ZM12,4h8V8H12ZM25,28H7V7h3v3H22V7h3Z"
|
|
25254
|
+
})), children);
|
|
25255
|
+
});
|
|
25256
|
+
if (process.env.NODE_ENV !== "production") {
|
|
25257
|
+
ReportData.propTypes = iconPropTypes;
|
|
25258
|
+
}
|
|
25259
|
+
var RequestQuote = /* @__PURE__ */ import_react12.default.forwardRef(function RequestQuote2({
|
|
25260
|
+
children,
|
|
25261
|
+
size = 16,
|
|
25262
|
+
...rest
|
|
25263
|
+
}, ref) {
|
|
25264
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
25265
|
+
width: size,
|
|
25266
|
+
height: size,
|
|
25267
|
+
ref,
|
|
25268
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
25269
|
+
viewBox: "0 0 32 32",
|
|
25270
|
+
fill: "currentColor",
|
|
25271
|
+
...rest
|
|
25272
|
+
}, _path14110 || (_path14110 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25273
|
+
d: "M22,22v6H6V4H16V2H6A2,2,0,0,0,4,4V28a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2V22Z"
|
|
25274
|
+
})), _path1427 || (_path1427 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25275
|
+
d: "M29.54,5.76l-3.3-3.3a1.6,1.6,0,0,0-2.24,0l-14,14V22h5.53l14-14a1.6,1.6,0,0,0,0-2.24ZM14.7,20H12V17.3l9.44-9.45,2.71,2.71ZM25.56,9.15,22.85,6.44l2.27-2.27,2.71,2.71Z"
|
|
25276
|
+
})), children);
|
|
25277
|
+
});
|
|
25278
|
+
if (process.env.NODE_ENV !== "production") {
|
|
25279
|
+
RequestQuote.propTypes = iconPropTypes;
|
|
25280
|
+
}
|
|
25281
|
+
var RequirementDefinition = /* @__PURE__ */ import_react12.default.forwardRef(function RequirementDefinition2({
|
|
25282
|
+
children,
|
|
25283
|
+
size = 16,
|
|
25284
|
+
...rest
|
|
25285
|
+
}, ref) {
|
|
25286
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
25287
|
+
width: size,
|
|
25288
|
+
height: size,
|
|
25289
|
+
ref,
|
|
25290
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
25291
|
+
viewBox: "0 0 32 32",
|
|
25292
|
+
fill: "currentColor",
|
|
25293
|
+
...rest
|
|
25294
|
+
}, _path1437 || (_path1437 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25295
|
+
strokeWidth: "0",
|
|
25296
|
+
d: "M17.1788 17.4959c0-2.8367 1.5301-4.6764 4.1606-4.6764 2.8025 0 4.0919 2.0631 4.0919 4.5217v.7221h-5.9658v.2235c0 1.2894.7392 2.1663 2.1834 2.1663 1.0833 0 1.7365-.5158 2.2867-1.2207l1.1863 1.3239c-.7392 1.0143-2.0459 1.6505-3.7137 1.6505-2.6475 0-4.2293-1.8397-4.2293-4.7109zm2.2867-.9284v.1377h3.6791v-.1548c0-1.2379-.6362-2.0803-1.7709-2.0803-1.152 0-1.9083.8597-1.9083 2.0975zM9.2694 22h-2.2693v-12h5.4154c2.1835 0 3.5416 1.4441 3.5416 3.7135 0 1.6504-.7565 2.9054-2.2349 3.4039l2.4584 4.8826h-2.5271l-2.2349-4.6247h-2.1492v4.6247zm3.1215-6.533c.8769 0 1.4097-.4813 1.4097-1.3581v-.7909c0-.8769-.5328-1.341-1.4097-1.341h-2.9227v3.4899h2.9227z"
|
|
25297
|
+
})), _path1447 || (_path1447 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25298
|
+
strokeWidth: "0",
|
|
25299
|
+
d: "m28,30H4c-1.1046,0-2-.8954-2-2V4c0-1.1046.8954-2,2-2h24c1.1046,0,2,.8954,2,2v24c0,1.1046-.8954,2-2,2Zm-24-2h24V4H4v24Z"
|
|
25300
|
+
})), children);
|
|
25301
|
+
});
|
|
25302
|
+
if (process.env.NODE_ENV !== "production") {
|
|
25303
|
+
RequirementDefinition.propTypes = iconPropTypes;
|
|
25304
|
+
}
|
|
25305
|
+
var RequirementUsage = /* @__PURE__ */ import_react12.default.forwardRef(function RequirementUsage2({
|
|
25306
|
+
children,
|
|
25307
|
+
size = 16,
|
|
25308
|
+
...rest
|
|
25309
|
+
}, ref) {
|
|
25310
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
25311
|
+
width: size,
|
|
25312
|
+
height: size,
|
|
25313
|
+
ref,
|
|
25314
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
25315
|
+
viewBox: "0 0 32 32",
|
|
25316
|
+
fill: "currentColor",
|
|
25317
|
+
...rest
|
|
25318
|
+
}, _path1457 || (_path1457 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25319
|
+
strokeWidth: "0",
|
|
25320
|
+
d: "M17.1788 17.4959c0-2.8367 1.5301-4.6764 4.1606-4.6764 2.8025 0 4.0919 2.0631 4.0919 4.5217v.7221h-5.9658v.2235c0 1.2894.7392 2.1663 2.1834 2.1663 1.0833 0 1.7365-.5158 2.2867-1.2207l1.1863 1.3239c-.7392 1.0143-2.0459 1.6505-3.7137 1.6505-2.6475 0-4.2293-1.8397-4.2293-4.7109zm2.2867-.9284v.1377h3.6791v-.1548c0-1.2379-.6362-2.0803-1.7709-2.0803-1.152 0-1.9083.8597-1.9083 2.0975zM9.2694 22h-2.2693v-12h5.4154c2.1835 0 3.5416 1.4441 3.5416 3.7135 0 1.6504-.7565 2.9054-2.2349 3.4039l2.4584 4.8826h-2.5271l-2.2349-4.6247h-2.1492v4.6247zm3.1215-6.533c.8769 0 1.4097-.4813 1.4097-1.3581v-.7909c0-.8769-.5328-1.341-1.4097-1.341h-2.9227v3.4899h2.9227z"
|
|
25321
|
+
})), _path1467 || (_path1467 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25322
|
+
strokeWidth: "0",
|
|
25323
|
+
d: "m21,30h-10c-4.9626,0-9-4.0374-9-9v-10C2,6.0374,6.0374,2,11,2h10c4.9626,0,9,4.0374,9,9v10c0,4.9626-4.0374,9-9,9ZM11,4c-3.8599,0-7,3.1401-7,7v10c0,3.8599,3.1401,7,7,7h10c3.8599,0,7-3.1401,7-7v-10c0-3.8599-3.1401-7-7-7h-10Z"
|
|
25324
|
+
})), children);
|
|
25325
|
+
});
|
|
25326
|
+
if (process.env.NODE_ENV !== "production") {
|
|
25327
|
+
RequirementUsage.propTypes = iconPropTypes;
|
|
25328
|
+
}
|
|
25329
|
+
var Reset = /* @__PURE__ */ import_react12.default.forwardRef(function Reset2({
|
|
25330
|
+
children,
|
|
25331
|
+
size = 16,
|
|
25332
|
+
...rest
|
|
25333
|
+
}, ref) {
|
|
25334
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
25335
|
+
width: size,
|
|
25336
|
+
height: size,
|
|
25337
|
+
ref,
|
|
25338
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
25339
|
+
viewBox: "0 0 32 32",
|
|
25340
|
+
fill: "currentColor",
|
|
25341
|
+
...rest
|
|
25342
|
+
}, _path1477 || (_path1477 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25343
|
+
d: "M18,28A12,12,0,1,0,6,16v6.2L2.4,18.6,1,20l6,6,6-6-1.4-1.4L8,22.2V16H8A10,10,0,1,1,18,26Z"
|
|
25344
|
+
})), children);
|
|
25345
|
+
});
|
|
25346
|
+
if (process.env.NODE_ENV !== "production") {
|
|
25347
|
+
Reset.propTypes = iconPropTypes;
|
|
25348
|
+
}
|
|
25349
|
+
var ResetAlt = /* @__PURE__ */ import_react12.default.forwardRef(function ResetAlt2({
|
|
25350
|
+
children,
|
|
25351
|
+
size = 16,
|
|
25352
|
+
...rest
|
|
25353
|
+
}, ref) {
|
|
25354
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
25355
|
+
width: size,
|
|
25356
|
+
height: size,
|
|
25357
|
+
ref,
|
|
25358
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
25359
|
+
viewBox: "0 0 32 32",
|
|
25360
|
+
fill: "currentColor",
|
|
25361
|
+
...rest
|
|
25362
|
+
}, _path1487 || (_path1487 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25363
|
+
d: "M27,8H6.83l3.58-3.59L9,3,3,9l6,6,1.41-1.41L6.83,10H27V26H7V19H5v7a2,2,0,0,0,2,2H27a2,2,0,0,0,2-2V10A2,2,0,0,0,27,8Z"
|
|
25364
|
+
})), children);
|
|
25365
|
+
});
|
|
25366
|
+
if (process.env.NODE_ENV !== "production") {
|
|
25367
|
+
ResetAlt.propTypes = iconPropTypes;
|
|
25368
|
+
}
|
|
25369
|
+
var Restart = /* @__PURE__ */ import_react12.default.forwardRef(function Restart2({
|
|
25370
|
+
children,
|
|
25371
|
+
size = 16,
|
|
25372
|
+
...rest
|
|
25373
|
+
}, ref) {
|
|
25374
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
25375
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
25376
|
+
width: size,
|
|
25377
|
+
height: size,
|
|
25378
|
+
ref,
|
|
25379
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
25380
|
+
viewBox: "0 0 16 16",
|
|
25381
|
+
fill: "currentColor",
|
|
25382
|
+
...rest
|
|
25383
|
+
}, _path1497 || (_path1497 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25384
|
+
d: "M13,9c0,2.8-2.2,5-5,5s-5-2.2-5-5s2.2-5,5-5h3.1L9.3,5.8L10,6.5l3-3l-3-3L9.3,1.2L11.1,3H8C4.7,3,2,5.7,2,9s2.7,6,6,6 s6-2.7,6-6H13z"
|
|
25385
|
+
})), children);
|
|
25386
|
+
}
|
|
25387
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
25388
|
+
width: size,
|
|
25389
|
+
height: size,
|
|
25390
|
+
ref,
|
|
25391
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
25392
|
+
viewBox: "0 0 32 32",
|
|
25393
|
+
fill: "currentColor",
|
|
25394
|
+
...rest
|
|
25395
|
+
}, _path1507 || (_path1507 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25396
|
+
d: "M26,18A10,10,0,1,1,16,8h6.1821l-3.5844,3.5854L20,13l6-6L20,1,18.5977,2.414,22.1851,6H16A12,12,0,1,0,28,18Z"
|
|
25397
|
+
})), children);
|
|
25398
|
+
});
|
|
25399
|
+
if (process.env.NODE_ENV !== "production") {
|
|
25400
|
+
Restart.propTypes = iconPropTypes;
|
|
25401
|
+
}
|
|
25402
|
+
var Restaurant = /* @__PURE__ */ import_react12.default.forwardRef(function Restaurant2({
|
|
25403
|
+
children,
|
|
25404
|
+
size = 16,
|
|
25405
|
+
...rest
|
|
25406
|
+
}, ref) {
|
|
25407
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
25408
|
+
width: size,
|
|
25409
|
+
height: size,
|
|
25410
|
+
ref,
|
|
25411
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
25412
|
+
viewBox: "0 0 32 32",
|
|
25413
|
+
fill: "currentColor",
|
|
25414
|
+
...rest
|
|
25415
|
+
}, _path15110 || (_path15110 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25416
|
+
d: "M9 2H11V12H9z"
|
|
25417
|
+
})), _path1527 || (_path1527 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25418
|
+
d: "M14 11a4 4 0 01-8 0V2H4v9a6 6 0 005 5.91V30h2V16.91A6 6 0 0016 11V2H14zM22 2H21V30h2V20h3a2 2 0 002-2V8A5.78 5.78 0 0022 2zm4 16H23V4.09c2.88.56 3 3.54 3 3.91z"
|
|
25419
|
+
})), children);
|
|
25420
|
+
});
|
|
25421
|
+
if (process.env.NODE_ENV !== "production") {
|
|
25422
|
+
Restaurant.propTypes = iconPropTypes;
|
|
25423
|
+
}
|
|
25424
|
+
var RestaurantFine = /* @__PURE__ */ import_react12.default.forwardRef(function RestaurantFine2({
|
|
25425
|
+
children,
|
|
25426
|
+
size = 16,
|
|
25427
|
+
...rest
|
|
25428
|
+
}, ref) {
|
|
25429
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
25430
|
+
width: size,
|
|
25431
|
+
height: size,
|
|
25432
|
+
ref,
|
|
25433
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
25434
|
+
viewBox: "0 0 32 32",
|
|
25435
|
+
fill: "currentColor",
|
|
25436
|
+
...rest
|
|
25437
|
+
}, _path1537 || (_path1537 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25438
|
+
d: "M30 11.0005v-8a1 1 0 00-1-1H19a1 1 0 00-1 1v8A6.0039 6.0039 0 0023 16.91V28H19v2H29V28H25V16.91A6.0039 6.0039 0 0030 11.0005zm-10 0V4h8v7.0005a4 4 0 11-8 0zM12 2v9.02a3.9644 3.9644 0 01-3.96 3.96A4.0052 4.0052 0 014 11.02V2H2v9.02a5.9888 5.9888 0 005 5.8652V30H9V16.8953A5.9646 5.9646 0 0014 11.02V2z"
|
|
25439
|
+
})), _path1547 || (_path1547 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25440
|
+
d: "M7 2H9V11.98H7z"
|
|
25441
|
+
})), children);
|
|
25442
|
+
});
|
|
25443
|
+
if (process.env.NODE_ENV !== "production") {
|
|
25444
|
+
RestaurantFine.propTypes = iconPropTypes;
|
|
25445
|
+
}
|
|
25446
|
+
var Result = /* @__PURE__ */ import_react12.default.forwardRef(function Result2({
|
|
25447
|
+
children,
|
|
25448
|
+
size = 16,
|
|
25449
|
+
...rest
|
|
25450
|
+
}, ref) {
|
|
25451
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
25452
|
+
width: size,
|
|
25453
|
+
height: size,
|
|
25454
|
+
ref,
|
|
25455
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
25456
|
+
viewBox: "0 0 32 32",
|
|
25457
|
+
fill: "currentColor",
|
|
25458
|
+
...rest
|
|
25459
|
+
}, _path1557 || (_path1557 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25460
|
+
d: "M14 23H22V25H14zM10 23H12V25H10zM14 18H22V20H14zM10 18H12V20H10zM14 13H22V15H14zM10 13H12V15H10z"
|
|
25461
|
+
})), _path1567 || (_path1567 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25462
|
+
d: "M25,5H22V4a2,2,0,0,0-2-2H12a2,2,0,0,0-2,2V5H7A2,2,0,0,0,5,7V28a2,2,0,0,0,2,2H25a2,2,0,0,0,2-2V7A2,2,0,0,0,25,5ZM12,4h8V8H12ZM25,28H7V7h3v3H22V7h3Z"
|
|
25463
|
+
})), children);
|
|
25464
|
+
});
|
|
25465
|
+
if (process.env.NODE_ENV !== "production") {
|
|
25466
|
+
Result.propTypes = iconPropTypes;
|
|
25467
|
+
}
|
|
25468
|
+
var ResultDraft = /* @__PURE__ */ import_react12.default.forwardRef(function ResultDraft2({
|
|
25469
|
+
children,
|
|
25470
|
+
size = 16,
|
|
25471
|
+
...rest
|
|
25472
|
+
}, ref) {
|
|
25473
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
25474
|
+
width: size,
|
|
25475
|
+
height: size,
|
|
25476
|
+
ref,
|
|
25477
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
25478
|
+
viewBox: "0 0 32 32",
|
|
25479
|
+
fill: "currentColor",
|
|
25480
|
+
...rest
|
|
25481
|
+
}, _path1577 || (_path1577 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25482
|
+
d: "M29.7 19.3l-3-3c-.4-.4-1-.4-1.4 0L16 25.6V30h4.4l9.3-9.3C30.1 20.3 30.1 19.7 29.7 19.3zM19.6 28H18v-1.6l5-5 1.6 1.6L19.6 28zM26 21.6L24.4 20l1.6-1.6 1.6 1.6L26 21.6zM10 23H12V25H10zM14 18H18V20H14zM10 18H12V20H10zM14 13H22V15H14zM10 13H12V15H10z"
|
|
25483
|
+
})), _path1587 || (_path1587 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25484
|
+
d: "M7,28V7h3v3h12V7h3v6h2V7c0-1.1-0.9-2-2-2h-3V4c0-1.1-0.9-2-2-2h-8c-1.1,0-2,0.9-2,2v1H7C5.9,5,5,5.9,5,7v21 c0,1.1,0.9,2,2,2h5v-2H7z M12,4h8v4h-8V4z"
|
|
25485
|
+
})), children);
|
|
25486
|
+
});
|
|
25487
|
+
if (process.env.NODE_ENV !== "production") {
|
|
25488
|
+
ResultDraft.propTypes = iconPropTypes;
|
|
25489
|
+
}
|
|
25490
|
+
var ResultNew = /* @__PURE__ */ import_react12.default.forwardRef(function ResultNew2({
|
|
25491
|
+
children,
|
|
25492
|
+
size = 16,
|
|
25493
|
+
...rest
|
|
25494
|
+
}, ref) {
|
|
25495
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
25496
|
+
width: size,
|
|
25497
|
+
height: size,
|
|
25498
|
+
ref,
|
|
25499
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
25500
|
+
viewBox: "0 0 32 32",
|
|
25501
|
+
fill: "currentColor",
|
|
25502
|
+
...rest
|
|
25503
|
+
}, _circle218 || (_circle218 = /* @__PURE__ */ import_react12.default.createElement("circle", {
|
|
25504
|
+
cx: "26",
|
|
25505
|
+
cy: "26",
|
|
25506
|
+
r: "4"
|
|
25507
|
+
})), _path1597 || (_path1597 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25508
|
+
d: "M10 13H12V15H10zM10 18H12V20H10zM10 23H12V25H10zM14 13H22V15H14zM14 18H22V20H14zM14 23H18V25H14z"
|
|
25509
|
+
})), _path1607 || (_path1607 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25510
|
+
d: "M7,28V7h3v3H22V7h3V18h2V7a2,2,0,0,0-2-2H22V4a2,2,0,0,0-2-2H12a2,2,0,0,0-2,2V5H7A2,2,0,0,0,5,7V28a2,2,0,0,0,2,2H18V28ZM12,4h8V8H12Z"
|
|
25511
|
+
})), children);
|
|
25512
|
+
});
|
|
25513
|
+
if (process.env.NODE_ENV !== "production") {
|
|
25514
|
+
ResultNew.propTypes = iconPropTypes;
|
|
25515
|
+
}
|
|
25516
|
+
var ResultOld = /* @__PURE__ */ import_react12.default.forwardRef(function ResultOld2({
|
|
25517
|
+
children,
|
|
25518
|
+
size = 16,
|
|
25519
|
+
...rest
|
|
25520
|
+
}, ref) {
|
|
25521
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
25522
|
+
width: size,
|
|
25523
|
+
height: size,
|
|
25524
|
+
ref,
|
|
25525
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
25526
|
+
viewBox: "0 0 32 32",
|
|
25527
|
+
fill: "currentColor",
|
|
25528
|
+
...rest
|
|
25529
|
+
}, _path16110 || (_path16110 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25530
|
+
d: "M10 13H12V15H10zM14 13H22V15H14zM10 18H12V20H10zM10 23H12V25H10z"
|
|
25531
|
+
})), _path1627 || (_path1627 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25532
|
+
d: "M7,28V7h3v3H22V7h3v8h2V7a2,2,0,0,0-2-2H22V4a2,2,0,0,0-2-2H12a2,2,0,0,0-2,2V5H7A2,2,0,0,0,5,7V28a2,2,0,0,0,2,2h9V28ZM12,4h8V8H12Z"
|
|
25533
|
+
})), _path1637 || (_path1637 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25534
|
+
d: "M18,19v2.4131A6.996,6.996,0,1,1,24,32V30a5,5,0,1,0-4.5762-7H22v2H16V19Z"
|
|
25535
|
+
})), children);
|
|
25536
|
+
});
|
|
25537
|
+
if (process.env.NODE_ENV !== "production") {
|
|
25538
|
+
ResultOld.propTypes = iconPropTypes;
|
|
25539
|
+
}
|
|
25540
|
+
var RetryFailed = /* @__PURE__ */ import_react12.default.forwardRef(function RetryFailed2({
|
|
25541
|
+
children,
|
|
25542
|
+
size = 16,
|
|
25543
|
+
...rest
|
|
25544
|
+
}, ref) {
|
|
25545
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
25546
|
+
width: size,
|
|
25547
|
+
height: size,
|
|
25548
|
+
ref,
|
|
25549
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
25550
|
+
viewBox: "0 0 32 32",
|
|
25551
|
+
fill: "currentColor",
|
|
25552
|
+
...rest
|
|
25553
|
+
}, _path1647 || (_path1647 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25554
|
+
d: "M26.41 25L30 21.41 28.59 20 25 23.59 21.41 20 20 21.41 23.59 25 20 28.59 21.41 30 25 26.41 28.59 30 30 28.59 26.41 25zM18 2A12.0351 12.0351 0 006 14v6.2L2.4 16.6 1 18l6 6 6-6-1.4-1.4L8 20.2V14a10 10 0 0120 0v3h2V14A12.0351 12.0351 0 0018 2z"
|
|
25555
|
+
})), children);
|
|
25556
|
+
});
|
|
25557
|
+
if (process.env.NODE_ENV !== "production") {
|
|
25558
|
+
RetryFailed.propTypes = iconPropTypes;
|
|
25559
|
+
}
|
|
25560
|
+
var Return = /* @__PURE__ */ import_react12.default.forwardRef(function Return2({
|
|
25561
|
+
children,
|
|
25562
|
+
size = 16,
|
|
25563
|
+
...rest
|
|
25564
|
+
}, ref) {
|
|
25565
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
25566
|
+
width: size,
|
|
25567
|
+
height: size,
|
|
25568
|
+
ref,
|
|
25569
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
25570
|
+
viewBox: "0 0 32 32",
|
|
25571
|
+
fill: "currentColor",
|
|
25572
|
+
...rest
|
|
25573
|
+
}, _path1657 || (_path1657 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25574
|
+
d: "m22,8v2c2.2061,0,4,1.7944,4,4s-1.7939,4-4,4h-12v-5l-6,6,6,6v-5h12c3.3086,0,6-2.6914,6-6s-2.6914-6-6-6Z"
|
|
25575
|
+
})), children);
|
|
25576
|
+
});
|
|
25577
|
+
if (process.env.NODE_ENV !== "production") {
|
|
25578
|
+
Return.propTypes = iconPropTypes;
|
|
25579
|
+
}
|
|
25580
|
+
var Review = /* @__PURE__ */ import_react12.default.forwardRef(function Review2({
|
|
25581
|
+
children,
|
|
25582
|
+
size = 16,
|
|
25583
|
+
...rest
|
|
25584
|
+
}, ref) {
|
|
25585
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
25586
|
+
width: size,
|
|
25587
|
+
height: size,
|
|
25588
|
+
ref,
|
|
25589
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
25590
|
+
viewBox: "0 0 32 32",
|
|
25591
|
+
fill: "currentColor",
|
|
25592
|
+
...rest
|
|
25593
|
+
}, _path1667 || (_path1667 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25594
|
+
d: "M16 8L17.912 11.703 22 12.297 19 15 20 19 16 16.75 12 19 13 15 10 12.297 14.2 11.703 16 8z"
|
|
25595
|
+
})), _path1677 || (_path1677 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25596
|
+
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"
|
|
25597
|
+
})), children);
|
|
25598
|
+
});
|
|
25599
|
+
if (process.env.NODE_ENV !== "production") {
|
|
25600
|
+
Review.propTypes = iconPropTypes;
|
|
25601
|
+
}
|
|
25602
|
+
var Rewind_10 = /* @__PURE__ */ import_react12.default.forwardRef(function Rewind_102({
|
|
25603
|
+
children,
|
|
25604
|
+
size = 16,
|
|
25605
|
+
...rest
|
|
25606
|
+
}, ref) {
|
|
25607
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
25608
|
+
width: size,
|
|
25609
|
+
height: size,
|
|
25610
|
+
ref,
|
|
25611
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
25612
|
+
viewBox: "0 0 32 32",
|
|
25613
|
+
fill: "currentColor",
|
|
25614
|
+
...rest
|
|
25615
|
+
}, _path1687 || (_path1687 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25616
|
+
d: "M4,18A12,12,0,1,0,16,6H12V1L6,7l6,6V8h4A10,10,0,1,1,6,18Z"
|
|
25617
|
+
})), _path1697 || (_path1697 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25618
|
+
d: "M19.63 22.13a2.84 2.84 0 01-1.28-.27 2.44 2.44 0 01-.89-.77 3.57 3.57 0 01-.52-1.25 7.69 7.69 0 01-.17-1.68 7.83 7.83 0 01.17-1.68 3.65 3.65 0 01.52-1.25 2.44 2.44 0 01.89-.77 2.84 2.84 0 011.28-.27 2.44 2.44 0 012.16 1 5.23 5.23 0 01.7 2.93 5.23 5.23 0 01-.7 2.93A2.44 2.44 0 0119.63 22.13zm0-1.22a1.07 1.07 0 001-.55A3.38 3.38 0 0021 18.85V17.47a3.31 3.31 0 00-.29-1.5 1.23 1.23 0 00-2.06 0 3.31 3.31 0 00-.29 1.5v1.38a3.38 3.38 0 00.29 1.51A1.06 1.06 0 0019.63 20.91zM10.63 22V20.82h2V15.63l-1.86 1-.55-1.06 2.32-1.3H14v6.5h1.78V22z"
|
|
25619
|
+
})), children);
|
|
25620
|
+
});
|
|
25621
|
+
if (process.env.NODE_ENV !== "production") {
|
|
25622
|
+
Rewind_10.propTypes = iconPropTypes;
|
|
25623
|
+
}
|
|
25624
|
+
var Rewind_30 = /* @__PURE__ */ import_react12.default.forwardRef(function Rewind_302({
|
|
25625
|
+
children,
|
|
25626
|
+
size = 16,
|
|
25627
|
+
...rest
|
|
25628
|
+
}, ref) {
|
|
25629
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
25630
|
+
width: size,
|
|
25631
|
+
height: size,
|
|
25632
|
+
ref,
|
|
25633
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
25634
|
+
viewBox: "0 0 32 32",
|
|
25635
|
+
fill: "currentColor",
|
|
25636
|
+
...rest
|
|
25637
|
+
}, _path1707 || (_path1707 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25638
|
+
d: "M4,18A12,12,0,1,0,16,6H12V1L6,7l6,6V8h4A10,10,0,1,1,6,18Z"
|
|
25639
|
+
})), _path17110 || (_path17110 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25640
|
+
d: "M19.64 22.13a2.81 2.81 0 01-1.28-.27 2.36 2.36 0 01-.89-.77A3.39 3.39 0 0117 19.84a7.12 7.12 0 01-.17-1.68A7.24 7.24 0 0117 16.48a3.46 3.46 0 01.52-1.25 2.36 2.36 0 01.89-.77 2.81 2.81 0 011.28-.27 2.44 2.44 0 012.16 1 5.31 5.31 0 01.7 2.93 5.31 5.31 0 01-.7 2.93A2.44 2.44 0 0119.64 22.13zm0-1.22a1 1 0 001-.55 3.24 3.24 0 00.3-1.51V17.47a3.17 3.17 0 00-.3-1.5 1.22 1.22 0 00-2.05 0 3.18 3.18 0 00-.29 1.5v1.38a3.25 3.25 0 00.29 1.51A1 1 0 0019.64 20.91zM12.62 17.42a1.46 1.46 0 001-.27.84.84 0 00.31-.68v-.08a.94.94 0 00-.3-.74 1.2 1.2 0 00-.83-.27 1.65 1.65 0 00-.89.24 2.1 2.1 0 00-.68.68l-.93-.83a5.37 5.37 0 01.44-.51 2.7 2.7 0 01.54-.4 2.55 2.55 0 01.7-.27 3.25 3.25 0 01.87-.1 3.94 3.94 0 011.06.14 2.33 2.33 0 01.82.4 1.91 1.91 0 01.54.63 1.87 1.87 0 01.18.83 2 2 0 01-.11.67 1.82 1.82 0 01-.32.52 1.79 1.79 0 01-.47.36 2.27 2.27 0 01-.57.2V18a2.34 2.34 0 01.63.21 1.7 1.7 0 01.51.38 1.89 1.89 0 01.34.55 2.07 2.07 0 01.12.73 2 2 0 01-.2.92 2 2 0 01-.58.72 2.66 2.66 0 01-.89.45 3.76 3.76 0 01-1.15.16 4.1 4.1 0 01-1-.11A3.1 3.1 0 0111 21.7a2.76 2.76 0 01-.56-.45A4.22 4.22 0 0110 20.7l1.07-.81a3.07 3.07 0 00.28.42 1.94 1.94 0 00.36.34 1.57 1.57 0 00.45.22 2 2 0 00.57.07 1.45 1.45 0 001-.3 1.12 1.12 0 00.34-.85v-.08a1 1 0 00-.37-.8 1.78 1.78 0 00-1.06-.28h-.76V17.42z"
|
|
25641
|
+
})), children);
|
|
25642
|
+
});
|
|
25643
|
+
if (process.env.NODE_ENV !== "production") {
|
|
25644
|
+
Rewind_30.propTypes = iconPropTypes;
|
|
25645
|
+
}
|
|
25646
|
+
var Rewind_5 = /* @__PURE__ */ import_react12.default.forwardRef(function Rewind_52({
|
|
25647
|
+
children,
|
|
25648
|
+
size = 16,
|
|
25649
|
+
...rest
|
|
25650
|
+
}, ref) {
|
|
25651
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
25652
|
+
width: size,
|
|
25653
|
+
height: size,
|
|
25654
|
+
ref,
|
|
25655
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
25656
|
+
viewBox: "0 0 32 32",
|
|
25657
|
+
fill: "currentColor",
|
|
25658
|
+
...rest
|
|
25659
|
+
}, _path1727 || (_path1727 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25660
|
+
d: "M4,18A12,12,0,1,0,16,6H12V1L6,7l6,6V8h4A10,10,0,1,1,6,18Z"
|
|
25661
|
+
})), _path1737 || (_path1737 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25662
|
+
d: "M18.58,15.58H15.13L15,18.15H15a4.83,4.83,0,0,1,.26-.45,1.59,1.59,0,0,1,.33-.35,1.53,1.53,0,0,1,.44-.23,2,2,0,0,1,.6-.08,2.54,2.54,0,0,1,.92.16,2.06,2.06,0,0,1,.74.48,2.28,2.28,0,0,1,.5.77,2.73,2.73,0,0,1,.18,1,2.87,2.87,0,0,1-.19,1.07,2.36,2.36,0,0,1-.55.84,2.44,2.44,0,0,1-.89.55,3.23,3.23,0,0,1-1.21.2,3.79,3.79,0,0,1-.94-.11,3,3,0,0,1-.74-.32,2.45,2.45,0,0,1-.55-.45,4.13,4.13,0,0,1-.41-.55l1.06-.81.27.41a1.82,1.82,0,0,0,.34.34,1.59,1.59,0,0,0,.43.22,1.52,1.52,0,0,0,.55.08,1.29,1.29,0,0,0,1-.36,1.41,1.41,0,0,0,.33-1V19.5a1.18,1.18,0,0,0-1.28-1.27,1.44,1.44,0,0,0-.77.18,1.94,1.94,0,0,0-.48.39l-1.19-.17.29-4.31h4.52Z"
|
|
25663
|
+
})), children);
|
|
25664
|
+
});
|
|
25665
|
+
if (process.env.NODE_ENV !== "production") {
|
|
25666
|
+
Rewind_5.propTypes = iconPropTypes;
|
|
25667
|
+
}
|
|
25668
|
+
var RightPanelClose = /* @__PURE__ */ import_react12.default.forwardRef(function RightPanelClose2({
|
|
25669
|
+
children,
|
|
25670
|
+
size = 16,
|
|
25671
|
+
...rest
|
|
25672
|
+
}, ref) {
|
|
25673
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
25674
|
+
width: size,
|
|
25675
|
+
height: size,
|
|
25676
|
+
ref,
|
|
25677
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
25678
|
+
viewBox: "0 0 32 32",
|
|
25679
|
+
fill: "currentColor",
|
|
25680
|
+
...rest
|
|
25681
|
+
}, _path1747 || (_path1747 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25682
|
+
strokeWidth: "0",
|
|
25683
|
+
d: "m2,6v20c0,1.1045.8955,2,2,2h24c1.1045,0,2-.8955,2-2V6c0-1.1045-.8955-2-2-2H4c-1.1045,0-2,.8955-2,2Zm20,0h6v20h-6V6Zm-18,0h16v20H4v-9h10.1699s-3.5801,3.5898-3.5801,3.5898l1.4102,1.4102,6-6-6-6-1.4102,1.4102,3.5801,3.5898H4V6Z"
|
|
25684
|
+
})), children);
|
|
25685
|
+
});
|
|
25686
|
+
if (process.env.NODE_ENV !== "production") {
|
|
25687
|
+
RightPanelClose.propTypes = iconPropTypes;
|
|
25688
|
+
}
|
|
25689
|
+
var RightPanelCloseFilled = /* @__PURE__ */ import_react12.default.forwardRef(function RightPanelCloseFilled2({
|
|
25690
|
+
children,
|
|
25691
|
+
size = 16,
|
|
25692
|
+
...rest
|
|
25693
|
+
}, ref) {
|
|
25694
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
25695
|
+
width: size,
|
|
25696
|
+
height: size,
|
|
25697
|
+
ref,
|
|
25698
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
25699
|
+
viewBox: "0 0 32 32",
|
|
25700
|
+
fill: "currentColor",
|
|
25701
|
+
...rest
|
|
25702
|
+
}, _path1757 || (_path1757 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25703
|
+
strokeWidth: "0",
|
|
25704
|
+
d: "m2,6v20c0,1.1045.8955,2,2,2h24c1.1045,0,2-.8955,2-2V6c0-1.1045-.8955-2-2-2H4c-1.1045,0-2,.8955-2,2Zm2,0h16v20H4v-9h10.1699s-3.5801,3.5898-3.5801,3.5898l1.4102,1.4102,6-6-6-6-1.4102,1.4102,3.5801,3.5898H4V6Z"
|
|
25705
|
+
})), children);
|
|
25706
|
+
});
|
|
25707
|
+
if (process.env.NODE_ENV !== "production") {
|
|
25708
|
+
RightPanelCloseFilled.propTypes = iconPropTypes;
|
|
25709
|
+
}
|
|
25710
|
+
var RightPanelOpen = /* @__PURE__ */ import_react12.default.forwardRef(function RightPanelOpen2({
|
|
25711
|
+
children,
|
|
25712
|
+
size = 16,
|
|
25713
|
+
...rest
|
|
25714
|
+
}, ref) {
|
|
25715
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
25716
|
+
width: size,
|
|
25717
|
+
height: size,
|
|
25718
|
+
ref,
|
|
25719
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
25720
|
+
viewBox: "0 0 32 32",
|
|
25721
|
+
fill: "currentColor",
|
|
25722
|
+
...rest
|
|
25723
|
+
}, _path1767 || (_path1767 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25724
|
+
strokeWidth: "0",
|
|
25725
|
+
d: "m2,6v20c0,1.1045.8955,2,2,2h24c1.1045,0,2-.8955,2-2V6c0-1.1045-.8955-2-2-2H4c-1.1045,0-2,.8955-2,2Zm20,0h6v20h-6V6Zm-18,0h16v9h-10.1699s3.5798-3.5898,3.5798-3.5898l-1.4099-1.4102-6,6,6,6,1.4099-1.4102-3.5798-3.5898h10.1699v9H4V6Z"
|
|
25726
|
+
})), children);
|
|
25727
|
+
});
|
|
25728
|
+
if (process.env.NODE_ENV !== "production") {
|
|
25729
|
+
RightPanelOpen.propTypes = iconPropTypes;
|
|
25730
|
+
}
|
|
25731
|
+
var RightPanelOpenFilled = /* @__PURE__ */ import_react12.default.forwardRef(function RightPanelOpenFilled2({
|
|
25732
|
+
children,
|
|
25733
|
+
size = 16,
|
|
25734
|
+
...rest
|
|
25735
|
+
}, ref) {
|
|
25736
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
25737
|
+
width: size,
|
|
25738
|
+
height: size,
|
|
25739
|
+
ref,
|
|
25740
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
25741
|
+
viewBox: "0 0 32 32",
|
|
25742
|
+
fill: "currentColor",
|
|
25743
|
+
...rest
|
|
25744
|
+
}, _path1777 || (_path1777 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25745
|
+
strokeWidth: "0",
|
|
25746
|
+
d: "m2,6v20c0,1.1045.8955,2,2,2h24c1.1045,0,2-.8955,2-2V6c0-1.1045-.8955-2-2-2H4c-1.1045,0-2,.8955-2,2Zm2,0h16v9h-10.1699s3.5798-3.5898,3.5798-3.5898l-1.4099-1.4102-6,6,6,6,1.4099-1.4102-3.5798-3.5898h10.1699v9H4V6Z"
|
|
25747
|
+
})), children);
|
|
25748
|
+
});
|
|
25749
|
+
if (process.env.NODE_ENV !== "production") {
|
|
25750
|
+
RightPanelOpenFilled.propTypes = iconPropTypes;
|
|
25751
|
+
}
|
|
25752
|
+
var Road = /* @__PURE__ */ import_react12.default.forwardRef(function Road2({
|
|
25753
|
+
children,
|
|
25754
|
+
size = 16,
|
|
25755
|
+
...rest
|
|
25756
|
+
}, ref) {
|
|
25757
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
25758
|
+
width: size,
|
|
25759
|
+
height: size,
|
|
25760
|
+
ref,
|
|
25761
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
25762
|
+
viewBox: "0 0 32 32",
|
|
25763
|
+
fill: "currentColor",
|
|
25764
|
+
...rest
|
|
25765
|
+
}, _path1787 || (_path1787 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25766
|
+
d: "M13 13H19V15H13z"
|
|
25767
|
+
})), _path1796 || (_path1796 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25768
|
+
d: "M25.4409 8L24.1687 3.45A2.009 2.009 0 0022.2456 2H9.7544A2.0089 2.0089 0 007.8313 3.4507L6.5315 8H4v2H6v7a2.0025 2.0025 0 002 2v3h2V19H22v3h2V19a2.0025 2.0025 0 002-2V10h2V8zM9.7544 4H22.2458l1.4285 5H8.3257zM24 13H22v2h2v2H8V15h2V13H8V11H24zM2 16H4V30H2zM28 16H30V30H28z"
|
|
25769
|
+
})), _path1806 || (_path1806 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25770
|
+
d: "M15 21H17V24H15zM15 26H17V30H15z"
|
|
25771
|
+
})), children);
|
|
25772
|
+
});
|
|
25773
|
+
if (process.env.NODE_ENV !== "production") {
|
|
25774
|
+
Road.propTypes = iconPropTypes;
|
|
25775
|
+
}
|
|
25776
|
+
var RoadWeather = /* @__PURE__ */ import_react12.default.forwardRef(function RoadWeather2({
|
|
25777
|
+
children,
|
|
25778
|
+
size = 16,
|
|
25779
|
+
...rest
|
|
25780
|
+
}, ref) {
|
|
25781
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
25782
|
+
width: size,
|
|
25783
|
+
height: size,
|
|
25784
|
+
ref,
|
|
25785
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
25786
|
+
viewBox: "0 0 32 32",
|
|
25787
|
+
fill: "currentColor",
|
|
25788
|
+
...rest
|
|
25789
|
+
}, _path18110 || (_path18110 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25790
|
+
d: "M16 31H14v-.228a3.0135 3.0135 0 00-1.9468-2.8091L8.5215 26.6384A3.9034 3.9034 0 016 23H8a1.8946 1.8946 0 001.2236 1.7659L12.7554 26.09A5.0226 5.0226 0 0116 30.772zM30 31H28v-.228a3.0135 3.0135 0 00-1.9468-2.8091l-3.5317-1.3245A3.9034 3.9034 0 0120 23h2a1.8946 1.8946 0 001.2236 1.7659L26.7554 26.09A5.0226 5.0226 0 0130 30.772zM11 13H17V15H11z"
|
|
25791
|
+
})), _path1826 || (_path1826 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25792
|
+
d: "M23.4409,8,22.1687,3.45A2.009,2.009,0,0,0,20.2456,2H7.7544A2.0089,2.0089,0,0,0,5.8313,3.4507L4.5315,8H2v2H4v7a2.0025,2.0025,0,0,0,2,2v2H8V19H20v2h2V19a2.0025,2.0025,0,0,0,2-2V10h2V8ZM7.7544,4H20.2458l1.4285,5H6.3257ZM22,13H20v2h2v2H6V15H8V13H6V11H22Z"
|
|
25793
|
+
})), children);
|
|
25794
|
+
});
|
|
25795
|
+
if (process.env.NODE_ENV !== "production") {
|
|
25796
|
+
RoadWeather.propTypes = iconPropTypes;
|
|
25797
|
+
}
|
|
25798
|
+
var Roadmap = /* @__PURE__ */ import_react12.default.forwardRef(function Roadmap2({
|
|
25799
|
+
children,
|
|
25800
|
+
size = 16,
|
|
25801
|
+
...rest
|
|
25802
|
+
}, ref) {
|
|
25803
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
25804
|
+
width: size,
|
|
25805
|
+
height: size,
|
|
25806
|
+
ref,
|
|
25807
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
25808
|
+
viewBox: "0 0 32 32",
|
|
25809
|
+
fill: "currentColor",
|
|
25810
|
+
...rest
|
|
25811
|
+
}, _path1836 || (_path1836 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25812
|
+
d: "M12 30H4a2.0023 2.0023 0 01-2-2V24a2.0023 2.0023 0 012-2h8a2.0023 2.0023 0 012 2v4A2.0023 2.0023 0 0112 30zM4 24v4h8V24zM28 20H12a2.0023 2.0023 0 01-2-2V14a2.0023 2.0023 0 012-2H28a2.0023 2.0023 0 012 2v4A2.0023 2.0023 0 0128 20zM12 14v4H28V14zM16 10H4A2.0023 2.0023 0 012 8V4A2.0023 2.0023 0 014 2H16a2.0023 2.0023 0 012 2V8A2.0023 2.0023 0 0116 10zM4 4V8H16V4z"
|
|
25813
|
+
})), children);
|
|
25814
|
+
});
|
|
25815
|
+
if (process.env.NODE_ENV !== "production") {
|
|
25816
|
+
Roadmap.propTypes = iconPropTypes;
|
|
25817
|
+
}
|
|
25818
|
+
var Rocket = /* @__PURE__ */ import_react12.default.forwardRef(function Rocket2({
|
|
25819
|
+
children,
|
|
25820
|
+
size = 16,
|
|
25821
|
+
...rest
|
|
25822
|
+
}, ref) {
|
|
25823
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
25824
|
+
width: size,
|
|
25825
|
+
height: size,
|
|
25826
|
+
ref,
|
|
25827
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
25828
|
+
viewBox: "0 0 32 32",
|
|
25829
|
+
fill: "currentColor",
|
|
25830
|
+
...rest
|
|
25831
|
+
}, _path1846 || (_path1846 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25832
|
+
d: "M6.34 19H17.65V21H6.34z",
|
|
25833
|
+
transform: "rotate(-45 11.995 20.002)"
|
|
25834
|
+
})), _path1856 || (_path1856 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25835
|
+
d: "M17,30a1,1,0,0,1-.37-.07,1,1,0,0,1-.62-.79l-1-7,2-.28.75,5.27L21,24.52V17a1,1,0,0,1,.29-.71l4.07-4.07A8.94,8.94,0,0,0,28,5.86V4H26.14a8.94,8.94,0,0,0-6.36,2.64l-4.07,4.07A1,1,0,0,1,15,11H7.48L4.87,14.26l5.27.75-.28,2-7-1a1,1,0,0,1-.79-.62,1,1,0,0,1,.15-1l4-5A1,1,0,0,1,7,9h7.59l3.77-3.78A10.92,10.92,0,0,1,26.14,2H28a2,2,0,0,1,2,2V5.86a10.92,10.92,0,0,1-3.22,7.78L23,17.41V25a1,1,0,0,1-.38.78l-5,4A1,1,0,0,1,17,30Z"
|
|
25836
|
+
})), children);
|
|
25837
|
+
});
|
|
25838
|
+
if (process.env.NODE_ENV !== "production") {
|
|
25839
|
+
Rocket.propTypes = iconPropTypes;
|
|
25840
|
+
}
|
|
25841
|
+
var Rotate = /* @__PURE__ */ import_react12.default.forwardRef(function Rotate2({
|
|
25842
|
+
children,
|
|
25843
|
+
size = 16,
|
|
25844
|
+
...rest
|
|
25845
|
+
}, ref) {
|
|
25846
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
25847
|
+
width: size,
|
|
25848
|
+
height: size,
|
|
25849
|
+
ref,
|
|
25850
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
25851
|
+
viewBox: "0 0 32 32",
|
|
25852
|
+
fill: "currentColor",
|
|
25853
|
+
...rest
|
|
25854
|
+
}, _path1866 || (_path1866 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25855
|
+
d: "M17.91 26.82l.35 2a12.9 12.9 0 004.24-1.54l-1-1.73A10.88 10.88 0 0117.91 26.82zM24.42 23.07L26 24.35a13 13 0 002.24-3.91l-1.87-.68A11 11 0 0124.42 23.07zM9.5 27.25a12.9 12.9 0 004.24 1.54l.35-2a10.88 10.88 0 01-3.59-1.3zM5.67 19.76l-1.87.68A13 13 0 006 24.35l.32-.26 1.22-1h0a11 11 0 01-1.91-3.31zM29 16a12.85 12.85 0 00-.8-4.44l-1.87.68A11.18 11.18 0 0127 16zM26 7.65a13 13 0 00-20 0V4H4v8h8V10H6.81A11 11 0 0124.42 8.93z"
|
|
25856
|
+
})), children);
|
|
25857
|
+
});
|
|
25858
|
+
if (process.env.NODE_ENV !== "production") {
|
|
25859
|
+
Rotate.propTypes = iconPropTypes;
|
|
25860
|
+
}
|
|
25861
|
+
var WatsonHealthRotate_180 = /* @__PURE__ */ import_react12.default.forwardRef(function WatsonHealthRotate_1802({
|
|
25862
|
+
children,
|
|
25863
|
+
size = 16,
|
|
25864
|
+
...rest
|
|
25865
|
+
}, ref) {
|
|
25866
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
25867
|
+
width: size,
|
|
25868
|
+
height: size,
|
|
25869
|
+
ref,
|
|
25870
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
25871
|
+
viewBox: "0 0 32 32",
|
|
25872
|
+
fill: "currentColor",
|
|
25873
|
+
...rest
|
|
25874
|
+
}, _path1876 || (_path1876 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25875
|
+
d: "M14.0913 26.8235l-.3467 1.968a12.8956 12.8956 0 01-4.24-1.5418l1-1.7307A10.9086 10.9086 0 0014.0913 26.8235zM7.5767 23.0682L6.0449 24.3533a12.9811 12.9811 0 01-2.25-3.9112l1.8775-.6834A10.9808 10.9808 0 007.5767 23.0682zM22.4951 27.25a12.8956 12.8956 0 01-4.24 1.5418l-.3467-1.968a10.9086 10.9086 0 003.5869-1.3045zM26.3271 19.7587l1.8775.6834a12.9811 12.9811 0 01-2.2495 3.9112l-.3115-.2614-1.22-1.0237h0a10.9822 10.9822 0 001.9038-3.3093zM13.6616 5.2559c-.1592.0346-.3144.08-.4712.1215-.2131.0562-.4258.1138-.6335.1822-.1643.0547-.325.1167-.4859.1782-.1926.0742-.3835.1509-.57.2349-.1611.0727-.3193.15-.4763.23q-.2677.1363-.5262.2867c-.153.0893-.3046.18-.4531.2758-.1679.1089-.3308.2242-.4922.3413-.1406.1026-.2817.2037-.417.3125-.1616.1294-.3156.2676-.47.4063-.1225.11-.2478.2168-.3652.332-.1668.1636-.3223.3379-.4785.5117A10.9438 10.9438 0 005 16H3A12.9363 12.9363 0 016.05 7.65l-.0047-.0039c.0918-.1094.197-.2061.2925-.3125.1841-.2051.3672-.41.5635-.603.1382-.1358.2856-.2613.43-.3907.1831-.1645.3657-.3286.5581-.4824.1592-.1279.3244-.2466.4895-.3667.1921-.14.3855-.2768.5854-.4062.1743-.1128.3523-.2188.5322-.3238q.3081-.1786.6253-.3408c.1846-.0942.37-.1846.56-.27.2224-.1.449-.1914.678-.2793.1894-.0723.3777-.1455.5713-.209.2463-.0815.498-.1494.7507-.2163.1848-.0493.3674-.1025.5554-.1431.29-.0634.5865-.1074.8833-.1508.159-.023.3145-.0552.4754-.0728A12.9331 12.9331 0 0126 7.7031V4h2v8H20V10h5.1885A10.961 10.961 0 0016 5a11.1114 11.1114 0 00-1.189.0669c-.1362.0146-.268.042-.4026.0615C14.1575 5.165 13.907 5.2026 13.6616 5.2559z"
|
|
25876
|
+
})), children);
|
|
25877
|
+
});
|
|
25878
|
+
if (process.env.NODE_ENV !== "production") {
|
|
25879
|
+
WatsonHealthRotate_180.propTypes = iconPropTypes;
|
|
25880
|
+
}
|
|
25881
|
+
var WatsonHealthRotate_360 = /* @__PURE__ */ import_react12.default.forwardRef(function WatsonHealthRotate_3602({
|
|
25882
|
+
children,
|
|
25883
|
+
size = 16,
|
|
25884
|
+
...rest
|
|
25885
|
+
}, ref) {
|
|
25886
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
25887
|
+
width: size,
|
|
25888
|
+
height: size,
|
|
25889
|
+
ref,
|
|
25890
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
25891
|
+
viewBox: "0 0 32 32",
|
|
25892
|
+
fill: "currentColor",
|
|
25893
|
+
...rest
|
|
25894
|
+
}, _path1886 || (_path1886 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25895
|
+
d: "M25.95,7.65l.0047-.0039c-.0918-.1094-.197-.2061-.2925-.3125-.1841-.2051-.3672-.41-.5635-.603-.1382-.1358-.2856-.2613-.43-.3907-.1831-.1645-.3657-.3286-.5581-.4824-.1592-.1279-.3244-.2466-.4895-.3667-.1921-.14-.3855-.2768-.5854-.4062-.1743-.1128-.3523-.2188-.5322-.3238q-.3081-.1786-.6253-.3408c-.1846-.0942-.37-.1846-.56-.27-.2224-.1-.449-.1914-.678-.2793-.1894-.0723-.3777-.1455-.5713-.209-.2463-.0815-.498-.1494-.7507-.2163-.1848-.0493-.3674-.1025-.5554-.1431-.29-.0634-.5865-.1074-.8833-.1508-.159-.023-.3145-.0552-.4754-.0728A12.9331,12.9331,0,0,0,6,7.7031V4H4v8h8V10H6.8115A10.961,10.961,0,0,1,16,5a11.1114,11.1114,0,0,1,1.189.0669c.1362.0146.268.042.4026.0615.2509.0366.5014.0742.7468.1275.1592.0346.3144.08.4712.1215.2131.0562.4258.1138.6335.1822.1643.0547.325.1167.4859.1782.1926.0742.3835.1509.5705.2349.1611.0727.3193.15.4763.23q.2677.1363.5262.2867c.153.0893.3046.18.4531.2758.1679.1089.3308.2242.4922.3413.1406.1026.2817.2037.417.3125.1616.1294.3156.2676.47.4063.1225.11.2478.2168.3652.332.1668.1636.3223.3379.4785.5117A10.9928,10.9928,0,1,1,5,16H3A13,13,0,1,0,25.95,7.65Z"
|
|
25896
|
+
})), children);
|
|
25897
|
+
});
|
|
25898
|
+
if (process.env.NODE_ENV !== "production") {
|
|
25899
|
+
WatsonHealthRotate_360.propTypes = iconPropTypes;
|
|
25900
|
+
}
|
|
25901
|
+
var RotateClockwise = /* @__PURE__ */ import_react12.default.forwardRef(function RotateClockwise2({
|
|
25902
|
+
children,
|
|
25903
|
+
size = 16,
|
|
25904
|
+
...rest
|
|
25905
|
+
}, ref) {
|
|
25906
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
25907
|
+
width: size,
|
|
25908
|
+
height: size,
|
|
25909
|
+
ref,
|
|
25910
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
25911
|
+
viewBox: "0 0 32 32",
|
|
25912
|
+
fill: "currentColor",
|
|
25913
|
+
...rest
|
|
25914
|
+
}, _path1896 || (_path1896 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25915
|
+
d: "M28 30H16a2.0023 2.0023 0 01-2-2V16a2.0023 2.0023 0 012-2H28a2.0023 2.0023 0 012 2V28A2.0023 2.0023 0 0128 30zM16 16V28H28.0012L28 16zM15 2L13.59 3.41 16.17 6H11a7.0078 7.0078 0 00-7 7v5H6V13a5.0057 5.0057 0 015-5h5.17l-2.58 2.59L15 12l5-5z"
|
|
25916
|
+
})), children);
|
|
25917
|
+
});
|
|
25918
|
+
if (process.env.NODE_ENV !== "production") {
|
|
25919
|
+
RotateClockwise.propTypes = iconPropTypes;
|
|
25920
|
+
}
|
|
25921
|
+
var RotateClockwiseAlt = /* @__PURE__ */ import_react12.default.forwardRef(function RotateClockwiseAlt2({
|
|
25922
|
+
children,
|
|
25923
|
+
size = 16,
|
|
25924
|
+
...rest
|
|
25925
|
+
}, ref) {
|
|
25926
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
25927
|
+
width: size,
|
|
25928
|
+
height: size,
|
|
25929
|
+
ref,
|
|
25930
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
25931
|
+
viewBox: "0 0 32 32",
|
|
25932
|
+
fill: "currentColor",
|
|
25933
|
+
...rest
|
|
25934
|
+
}, _path1906 || (_path1906 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25935
|
+
d: "M16 30H4a2.0023 2.0023 0 01-2-2V16a2.0023 2.0023 0 012-2H16a2.0023 2.0023 0 012 2V28A2.0023 2.0023 0 0116 30zM4 16V28H16.0012L16 16zM30 15l-1.41-1.41L26 16.17V11a7.0078 7.0078 0 00-7-7H14V6h5a5.0057 5.0057 0 015 5v5.17l-2.59-2.58L20 15l5 5z"
|
|
25936
|
+
})), children);
|
|
25937
|
+
});
|
|
25938
|
+
if (process.env.NODE_ENV !== "production") {
|
|
25939
|
+
RotateClockwiseAlt.propTypes = iconPropTypes;
|
|
25940
|
+
}
|
|
25941
|
+
var RotateClockwiseAltFilled = /* @__PURE__ */ import_react12.default.forwardRef(function RotateClockwiseAltFilled2({
|
|
25942
|
+
children,
|
|
25943
|
+
size = 16,
|
|
25944
|
+
...rest
|
|
25945
|
+
}, ref) {
|
|
25946
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
25947
|
+
width: size,
|
|
25948
|
+
height: size,
|
|
25949
|
+
ref,
|
|
25950
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
25951
|
+
viewBox: "0 0 32 32",
|
|
25952
|
+
fill: "currentColor",
|
|
25953
|
+
...rest
|
|
25954
|
+
}, _path19110 || (_path19110 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25955
|
+
d: "M16 30H4a2.0023 2.0023 0 01-2-2V16a2.0023 2.0023 0 012-2H16a2.0023 2.0023 0 012 2V28A2.0023 2.0023 0 0116 30zM30 15l-1.41-1.41L26 16.17V11a7.0078 7.0078 0 00-7-7H14V6h5a5.0057 5.0057 0 015 5v5.17l-2.59-2.58L20 15l5 5z"
|
|
25956
|
+
})), children);
|
|
25957
|
+
});
|
|
25958
|
+
if (process.env.NODE_ENV !== "production") {
|
|
25959
|
+
RotateClockwiseAltFilled.propTypes = iconPropTypes;
|
|
25960
|
+
}
|
|
25961
|
+
var RotateClockwiseFilled = /* @__PURE__ */ import_react12.default.forwardRef(function RotateClockwiseFilled2({
|
|
25962
|
+
children,
|
|
25963
|
+
size = 16,
|
|
25964
|
+
...rest
|
|
25965
|
+
}, ref) {
|
|
25966
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
25967
|
+
width: size,
|
|
25968
|
+
height: size,
|
|
25969
|
+
ref,
|
|
25970
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
25971
|
+
viewBox: "0 0 32 32",
|
|
25972
|
+
fill: "currentColor",
|
|
25973
|
+
...rest
|
|
25974
|
+
}, _path1926 || (_path1926 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25975
|
+
d: "M28 30H16a2.0023 2.0023 0 01-2-2V16a2.0023 2.0023 0 012-2H28a2.0023 2.0023 0 012 2V28A2.0023 2.0023 0 0128 30zM15 2L13.59 3.41 16.17 6H11a7.0078 7.0078 0 00-7 7v5H6V13a5.0057 5.0057 0 015-5h5.17l-2.58 2.59L15 12l5-5z"
|
|
25976
|
+
})), children);
|
|
25977
|
+
});
|
|
25978
|
+
if (process.env.NODE_ENV !== "production") {
|
|
25979
|
+
RotateClockwiseFilled.propTypes = iconPropTypes;
|
|
25980
|
+
}
|
|
25981
|
+
var RotateCounterclockwise = /* @__PURE__ */ import_react12.default.forwardRef(function RotateCounterclockwise2({
|
|
25982
|
+
children,
|
|
25983
|
+
size = 16,
|
|
25984
|
+
...rest
|
|
25985
|
+
}, ref) {
|
|
25986
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
25987
|
+
width: size,
|
|
25988
|
+
height: size,
|
|
25989
|
+
ref,
|
|
25990
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
25991
|
+
viewBox: "0 0 32 32",
|
|
25992
|
+
fill: "currentColor",
|
|
25993
|
+
...rest
|
|
25994
|
+
}, _path1936 || (_path1936 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
25995
|
+
d: "M2 28V16a2.0023 2.0023 0 012-2H16a2.0023 2.0023 0 012 2V28a2.0023 2.0023 0 01-2 2H4A2.0023 2.0023 0 012 28zM4 16L3.9988 28H16V16zM17 2l1.41 1.41L15.83 6H21a7.0078 7.0078 0 017 7v5H26V13a5.0057 5.0057 0 00-5-5H15.83l2.58 2.59L17 12 12 7z"
|
|
25996
|
+
})), children);
|
|
25997
|
+
});
|
|
25998
|
+
if (process.env.NODE_ENV !== "production") {
|
|
25999
|
+
RotateCounterclockwise.propTypes = iconPropTypes;
|
|
26000
|
+
}
|
|
26001
|
+
var RotateCounterclockwiseAlt = /* @__PURE__ */ import_react12.default.forwardRef(function RotateCounterclockwiseAlt2({
|
|
26002
|
+
children,
|
|
26003
|
+
size = 16,
|
|
26004
|
+
...rest
|
|
26005
|
+
}, ref) {
|
|
26006
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
26007
|
+
width: size,
|
|
26008
|
+
height: size,
|
|
26009
|
+
ref,
|
|
26010
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
26011
|
+
viewBox: "0 0 32 32",
|
|
26012
|
+
fill: "currentColor",
|
|
26013
|
+
...rest
|
|
26014
|
+
}, _path1946 || (_path1946 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
26015
|
+
d: "M14 28V16a2.0023 2.0023 0 012-2H28a2.0023 2.0023 0 012 2V28a2.0023 2.0023 0 01-2 2H16A2.0023 2.0023 0 0114 28zm2-12l-.0012 12H28V16zM2 15l1.41-1.41L6 16.17V11a7.0078 7.0078 0 017-7h5V6H13a5.0057 5.0057 0 00-5 5v5.17l2.59-2.58L12 15 7 20z"
|
|
26016
|
+
})), children);
|
|
26017
|
+
});
|
|
26018
|
+
if (process.env.NODE_ENV !== "production") {
|
|
26019
|
+
RotateCounterclockwiseAlt.propTypes = iconPropTypes;
|
|
26020
|
+
}
|
|
26021
|
+
var RotateCounterclockwiseAltFilled = /* @__PURE__ */ import_react12.default.forwardRef(function RotateCounterclockwiseAltFilled2({
|
|
26022
|
+
children,
|
|
26023
|
+
size = 16,
|
|
26024
|
+
...rest
|
|
26025
|
+
}, ref) {
|
|
26026
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
26027
|
+
width: size,
|
|
26028
|
+
height: size,
|
|
26029
|
+
ref,
|
|
26030
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
26031
|
+
viewBox: "0 0 32 32",
|
|
26032
|
+
fill: "currentColor",
|
|
26033
|
+
...rest
|
|
26034
|
+
}, _path1956 || (_path1956 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
26035
|
+
d: "M14 28V16a2.0023 2.0023 0 012-2H28a2.0023 2.0023 0 012 2V28a2.0023 2.0023 0 01-2 2H16A2.0023 2.0023 0 0114 28zM2 15l1.41-1.41L6 16.17V11a7.0078 7.0078 0 017-7h5V6H13a5.0057 5.0057 0 00-5 5v5.17l2.59-2.58L12 15 7 20z"
|
|
26036
|
+
})), children);
|
|
26037
|
+
});
|
|
26038
|
+
if (process.env.NODE_ENV !== "production") {
|
|
26039
|
+
RotateCounterclockwiseAltFilled.propTypes = iconPropTypes;
|
|
26040
|
+
}
|
|
26041
|
+
var RotateCounterclockwiseFilled = /* @__PURE__ */ import_react12.default.forwardRef(function RotateCounterclockwiseFilled2({
|
|
26042
|
+
children,
|
|
26043
|
+
size = 16,
|
|
26044
|
+
...rest
|
|
26045
|
+
}, ref) {
|
|
26046
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
26047
|
+
width: size,
|
|
26048
|
+
height: size,
|
|
26049
|
+
ref,
|
|
26050
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
26051
|
+
viewBox: "0 0 32 32",
|
|
26052
|
+
fill: "currentColor",
|
|
26053
|
+
...rest
|
|
26054
|
+
}, _path1966 || (_path1966 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
26055
|
+
d: "M2 28V16a2.0023 2.0023 0 012-2H16a2.0023 2.0023 0 012 2V28a2.0023 2.0023 0 01-2 2H4A2.0023 2.0023 0 012 28zM17 2l1.41 1.41L15.83 6H21a7.0078 7.0078 0 017 7v5H26V13a5.0057 5.0057 0 00-5-5H15.83l2.58 2.59L17 12 12 7z"
|
|
26056
|
+
})), children);
|
|
26057
|
+
});
|
|
26058
|
+
if (process.env.NODE_ENV !== "production") {
|
|
26059
|
+
RotateCounterclockwiseFilled.propTypes = iconPropTypes;
|
|
26060
|
+
}
|
|
26061
|
+
var Router = /* @__PURE__ */ import_react12.default.forwardRef(function Router2({
|
|
26062
|
+
children,
|
|
26063
|
+
size = 16,
|
|
26064
|
+
...rest
|
|
26065
|
+
}, ref) {
|
|
26066
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
26067
|
+
width: size,
|
|
26068
|
+
height: size,
|
|
26069
|
+
ref,
|
|
26070
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
26071
|
+
viewBox: "0 0 32 32",
|
|
26072
|
+
fill: "currentColor",
|
|
26073
|
+
...rest
|
|
26074
|
+
}, _path1976 || (_path1976 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
26075
|
+
d: "M21 7L16 2 11 7 12.409 8.419 15 5.847 15 13 17 13 17 5.794 19.591 8.419 21 7zM21 25L16 30 11 25 12.409 23.581 15 26.153 15 19 17 19 17 26.206 19.591 23.581 21 25zM24 11L19 16 24 21 25.419 19.591 22.847 17 30 17 30 15 22.794 15 25.419 12.409 24 11zM8 11L13 16 8 21 6.581 19.591 9.153 17 2 17 2 15 9.206 15 6.581 12.409 8 11z"
|
|
26076
|
+
})), children);
|
|
26077
|
+
});
|
|
26078
|
+
if (process.env.NODE_ENV !== "production") {
|
|
26079
|
+
Router.propTypes = iconPropTypes;
|
|
26080
|
+
}
|
|
26081
|
+
var RouterVoice = /* @__PURE__ */ import_react12.default.forwardRef(function RouterVoice2({
|
|
26082
|
+
children,
|
|
26083
|
+
size = 16,
|
|
26084
|
+
...rest
|
|
26085
|
+
}, ref) {
|
|
26086
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
26087
|
+
width: size,
|
|
26088
|
+
height: size,
|
|
26089
|
+
ref,
|
|
26090
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
26091
|
+
viewBox: "0 0 32 32",
|
|
26092
|
+
fill: "currentColor",
|
|
26093
|
+
...rest
|
|
26094
|
+
}, _path1986 || (_path1986 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
26095
|
+
d: "M21 25L16 30 11 25 12.409 23.581 15 26.153 15 19 17 19 17 26.206 19.591 23.581 21 25zM24 11L19 16 24 21 25.419 19.591 22.847 17 30 17 30 15 22.794 15 25.419 12.409 24 11zM8 11L13 16 8 21 6.581 19.591 9.153 17 2 17 2 15 9.206 15 6.581 12.409 8 11zM12.4289 5.8227v1.63a1.1269 1.1269 0 01-.6767 1.026l-1.39.5967A1.1218 1.1218 0 019.14 8.8424L7.3208 7.0233a1.1165 1.1165 0 01.0125-1.579l.0348-.0328c7.393-6.527 14.6913-2.0374 17.2127-.0473a1.1166 1.1166 0 01.1746 1.5693 1.1011 1.1011 0 01-.0873.0971L22.9108 8.7878a1.1114 1.1114 0 01-1.2225.2329l-1.39-.5967a1.1112 1.1112 0 01-.68-1.0223v-1.63S15.9726 3.0648 12.4289 5.8227z"
|
|
26096
|
+
})), children);
|
|
26097
|
+
});
|
|
26098
|
+
if (process.env.NODE_ENV !== "production") {
|
|
26099
|
+
RouterVoice.propTypes = iconPropTypes;
|
|
26100
|
+
}
|
|
26101
|
+
var RouterWifi = /* @__PURE__ */ import_react12.default.forwardRef(function RouterWifi2({
|
|
26102
|
+
children,
|
|
26103
|
+
size = 16,
|
|
26104
|
+
...rest
|
|
26105
|
+
}, ref) {
|
|
26106
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
26107
|
+
width: size,
|
|
26108
|
+
height: size,
|
|
26109
|
+
ref,
|
|
26110
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
26111
|
+
viewBox: "0 0 32 32",
|
|
26112
|
+
fill: "currentColor",
|
|
26113
|
+
...rest
|
|
26114
|
+
}, _circle226 || (_circle226 = /* @__PURE__ */ import_react12.default.createElement("circle", {
|
|
26115
|
+
cx: "16",
|
|
26116
|
+
cy: "13.5",
|
|
26117
|
+
r: "1.5"
|
|
26118
|
+
})), _path1996 || (_path1996 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
26119
|
+
d: "M19.5356,10.4648a5,5,0,0,0-7.0717,0L11.05,9.0508a6.9992,6.9992,0,0,1,9.9,0Z"
|
|
26120
|
+
})), _path2006 || (_path2006 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
26121
|
+
d: "M23.0713 6.929a10 10 0 00-14.1426 0L7.5146 5.5144a12.0011 12.0011 0 0116.9708 0zM21 25L16 30 11 25 12.409 23.581 15 26.153 15 19 17 19 17 26.206 19.591 23.581 21 25zM24 11L19 16 24 21 25.419 19.591 22.847 17 30 17 30 15 22.794 15 25.419 12.409 24 11zM8 11L13 16 8 21 6.581 19.591 9.153 17 2 17 2 15 9.206 15 6.581 12.409 8 11z"
|
|
26122
|
+
})), children);
|
|
26123
|
+
});
|
|
26124
|
+
if (process.env.NODE_ENV !== "production") {
|
|
26125
|
+
RouterWifi.propTypes = iconPropTypes;
|
|
26126
|
+
}
|
|
26127
|
+
var Row = /* @__PURE__ */ import_react12.default.forwardRef(function Row2({
|
|
26128
|
+
children,
|
|
26129
|
+
size = 16,
|
|
26130
|
+
...rest
|
|
26131
|
+
}, ref) {
|
|
26132
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
26133
|
+
width: size,
|
|
26134
|
+
height: size,
|
|
26135
|
+
ref,
|
|
26136
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
26137
|
+
viewBox: "0 0 32 32",
|
|
26138
|
+
fill: "currentColor",
|
|
26139
|
+
...rest
|
|
26140
|
+
}, _path2018 || (_path2018 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
26141
|
+
d: "M4 24H28V26H4zM26 18H6V14H26v4m2 0V14a2 2 0 00-2-2H6a2 2 0 00-2 2v4a2 2 0 002 2H26a2 2 0 002-2zM4 6H28V8H4z"
|
|
26142
|
+
})), children);
|
|
26143
|
+
});
|
|
26144
|
+
if (process.env.NODE_ENV !== "production") {
|
|
26145
|
+
Row.propTypes = iconPropTypes;
|
|
26146
|
+
}
|
|
26147
|
+
var RowCollapse = /* @__PURE__ */ import_react12.default.forwardRef(function RowCollapse2({
|
|
26148
|
+
children,
|
|
26149
|
+
size = 16,
|
|
26150
|
+
...rest
|
|
26151
|
+
}, ref) {
|
|
26152
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
26153
|
+
width: size,
|
|
26154
|
+
height: size,
|
|
26155
|
+
ref,
|
|
26156
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
26157
|
+
viewBox: "0 0 32 32",
|
|
26158
|
+
fill: "currentColor",
|
|
26159
|
+
...rest
|
|
26160
|
+
}, _path2026 || (_path2026 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
26161
|
+
d: "M26 20H6a2 2 0 00-2 2v4a2 2 0 002 2H26a2 2 0 002-2V22A2 2 0 0026 20zm0 6H6V22H26zM17 7.828L19.586 10.414 21 9 16 4 11 9 12.414 10.414 15 7.828 15 14 4 14 4 16 28 16 28 14 17 14 17 7.828z"
|
|
26162
|
+
})), children);
|
|
26163
|
+
});
|
|
26164
|
+
if (process.env.NODE_ENV !== "production") {
|
|
26165
|
+
RowCollapse.propTypes = iconPropTypes;
|
|
26166
|
+
}
|
|
26167
|
+
var RowDelete = /* @__PURE__ */ import_react12.default.forwardRef(function RowDelete2({
|
|
26168
|
+
children,
|
|
26169
|
+
size = 16,
|
|
26170
|
+
...rest
|
|
26171
|
+
}, ref) {
|
|
26172
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
26173
|
+
width: size,
|
|
26174
|
+
height: size,
|
|
26175
|
+
ref,
|
|
26176
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
26177
|
+
viewBox: "0 0 32 32",
|
|
26178
|
+
fill: "currentColor",
|
|
26179
|
+
...rest
|
|
26180
|
+
}, _path2035 || (_path2035 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
26181
|
+
d: "M24 30H4a2.0021 2.0021 0 01-2-2V22a2.0021 2.0021 0 012-2H24a2.0021 2.0021 0 012 2v6A2.0021 2.0021 0 0124 30zM4 22H3.9985L4 28H24V22zM30 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"
|
|
26182
|
+
})), _path2045 || (_path2045 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
26183
|
+
d: "M4,14V8H18V6H4A2.0023,2.0023,0,0,0,2,8v6a2.0023,2.0023,0,0,0,2,2H26V14Z"
|
|
26184
|
+
})), children);
|
|
26185
|
+
});
|
|
26186
|
+
if (process.env.NODE_ENV !== "production") {
|
|
26187
|
+
RowDelete.propTypes = iconPropTypes;
|
|
26188
|
+
}
|
|
26189
|
+
var RowExpand = /* @__PURE__ */ import_react12.default.forwardRef(function RowExpand2({
|
|
26190
|
+
children,
|
|
26191
|
+
size = 16,
|
|
26192
|
+
...rest
|
|
26193
|
+
}, ref) {
|
|
26194
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
26195
|
+
width: size,
|
|
26196
|
+
height: size,
|
|
26197
|
+
ref,
|
|
26198
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
26199
|
+
viewBox: "0 0 32 32",
|
|
26200
|
+
fill: "currentColor",
|
|
26201
|
+
...rest
|
|
26202
|
+
}, _path2055 || (_path2055 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
26203
|
+
d: "M4 18L15 18 15 24.172 12.414 21.586 11 23 16 28 21 23 19.586 21.586 17 24.172 17 18 28 18 28 16 4 16 4 18zM26 4H6A2 2 0 004 6v4a2 2 0 002 2H26a2 2 0 002-2V6A2 2 0 0026 4zm0 6H6V6H26z"
|
|
26204
|
+
})), children);
|
|
26205
|
+
});
|
|
26206
|
+
if (process.env.NODE_ENV !== "production") {
|
|
26207
|
+
RowExpand.propTypes = iconPropTypes;
|
|
26208
|
+
}
|
|
26209
|
+
var RowInsert = /* @__PURE__ */ import_react12.default.forwardRef(function RowInsert2({
|
|
26210
|
+
children,
|
|
26211
|
+
size = 16,
|
|
26212
|
+
...rest
|
|
26213
|
+
}, ref) {
|
|
26214
|
+
return /* @__PURE__ */ import_react12.default.createElement(Icon, {
|
|
26215
|
+
width: size,
|
|
26216
|
+
height: size,
|
|
26217
|
+
ref,
|
|
26218
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
26219
|
+
viewBox: "0 0 32 32",
|
|
26220
|
+
fill: "currentColor",
|
|
26221
|
+
...rest
|
|
26222
|
+
}, _path2065 || (_path2065 = /* @__PURE__ */ import_react12.default.createElement("path", {
|
|
26223
|
+
d: "M28 12H10a2.0021 2.0021 0 01-2-2V4a2.0021 2.0021 0 012-2H28a2.0021 2.0021 0 012 2v6A2.0021 2.0021 0 0128 12zM10 4v6H28V4zM28 30H10a2.0021 2.0021 0 01-2-2V22a2.0021 2.0021 0 012-2H28a2.0021 2.0021 0 012 2v6A2.0021 2.0021 0 0128 30zM10 22v6H28V22zM9 16L3.414 10.414 2 11.828 6.172 16 2 20.172 3.414 21.586 9 16z"
|
|
26224
|
+
})), children);
|
|
26225
|
+
});
|
|
26226
|
+
if (process.env.NODE_ENV !== "production") {
|
|
26227
|
+
RowInsert.propTypes = iconPropTypes;
|
|
26228
|
+
}
|
|
26229
|
+
|
|
26230
|
+
// node_modules/@carbon/icons-react/es/index.js
|
|
26231
|
+
var import_react13 = require("react");
|
|
26232
|
+
|
|
26233
|
+
// src/components/ContactModal/ContactModal.tsx
|
|
26234
|
+
var import_react14 = require("@carbon/react");
|
|
26235
|
+
var import_jsx_runtime11 = require("react/jsx-runtime");
|
|
26236
|
+
var ContactModal = ({
|
|
26237
|
+
isOpen,
|
|
26238
|
+
setIsOpen,
|
|
26239
|
+
modalLabel,
|
|
26240
|
+
modalHeading,
|
|
26241
|
+
modalSubHeading,
|
|
26242
|
+
modalPrimaryButtonText,
|
|
26243
|
+
modalSecondaryButtonText
|
|
26244
|
+
}) => {
|
|
26245
|
+
return /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)(
|
|
26246
|
+
import_react14.Modal,
|
|
26247
|
+
{
|
|
26248
|
+
open: isOpen,
|
|
26249
|
+
modalLabel,
|
|
26250
|
+
modalHeading,
|
|
26251
|
+
primaryButtonText: modalPrimaryButtonText,
|
|
26252
|
+
secondaryButtonText: modalSecondaryButtonText,
|
|
26253
|
+
onRequestClose: () => setIsOpen(false),
|
|
26254
|
+
onRequestSubmit: () => {
|
|
26255
|
+
console.log("Form submitted");
|
|
26256
|
+
setIsOpen(false);
|
|
26257
|
+
},
|
|
26258
|
+
children: [
|
|
26259
|
+
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)("p", { style: { marginBottom: "1rem" }, children: modalSubHeading }),
|
|
26260
|
+
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)(import_react14.Form, { children: /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)(import_react14.Stack, { gap: 5, children: [
|
|
26261
|
+
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)(import_react14.FormGroup, { legendText: "", children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
|
|
26262
|
+
import_react14.TextInput,
|
|
26263
|
+
{
|
|
26264
|
+
id: "name",
|
|
26265
|
+
labelText: "Name",
|
|
26266
|
+
placeholder: "Enter your name",
|
|
26267
|
+
required: true
|
|
26268
|
+
}
|
|
26269
|
+
) }),
|
|
26270
|
+
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)(import_react14.FormGroup, { legendText: "", children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
|
|
26271
|
+
import_react14.TextInput,
|
|
26272
|
+
{
|
|
26273
|
+
id: "email",
|
|
26274
|
+
labelText: "Email",
|
|
26275
|
+
placeholder: "Enter your email",
|
|
26276
|
+
required: true,
|
|
26277
|
+
type: "email"
|
|
26278
|
+
}
|
|
26279
|
+
) }),
|
|
26280
|
+
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)(import_react14.FormGroup, { legendText: "", children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
|
|
26281
|
+
import_react14.TextArea,
|
|
26282
|
+
{
|
|
26283
|
+
id: "message",
|
|
26284
|
+
labelText: "Message",
|
|
26285
|
+
placeholder: "Enter your message",
|
|
26286
|
+
required: true,
|
|
26287
|
+
rows: 4
|
|
26288
|
+
}
|
|
26289
|
+
) })
|
|
26290
|
+
] }) })
|
|
26291
|
+
]
|
|
26292
|
+
}
|
|
26293
|
+
);
|
|
26294
|
+
};
|
|
26295
|
+
var ContactModal_default = ContactModal;
|
|
26296
|
+
|
|
26297
|
+
// src/components/ContactButton/ContactButton.tsx
|
|
26298
|
+
var import_jsx_runtime12 = require("react/jsx-runtime");
|
|
26299
|
+
var iconComponents = {
|
|
26300
|
+
Email,
|
|
26301
|
+
Chat,
|
|
26302
|
+
CustomerService,
|
|
26303
|
+
CommunicationUnified
|
|
26304
|
+
};
|
|
26305
|
+
var ContactButton = ({
|
|
26306
|
+
btnText = "Contact",
|
|
26307
|
+
btnIcon = "Email",
|
|
26308
|
+
btnKind = "primary",
|
|
26309
|
+
btnSize = "md",
|
|
26310
|
+
modalLabel = "Contact",
|
|
26311
|
+
modalHeading = "Hello",
|
|
26312
|
+
modalSubHeading = "...",
|
|
26313
|
+
modalPrimaryButtonText = "Submit",
|
|
26314
|
+
modalSecondaryButtonText = "Cancel"
|
|
26315
|
+
}) => {
|
|
26316
|
+
const [isOpen, setIsOpen] = (0, import_react15.useState)(false);
|
|
26317
|
+
const IconComponent = iconComponents[btnIcon];
|
|
26318
|
+
return /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(import_jsx_runtime12.Fragment, { children: [
|
|
26319
|
+
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
|
|
26320
|
+
import_react16.Button,
|
|
26321
|
+
{
|
|
26322
|
+
renderIcon: IconComponent,
|
|
26323
|
+
kind: btnKind,
|
|
26324
|
+
size: btnSize,
|
|
26325
|
+
onClick: () => setIsOpen(true),
|
|
26326
|
+
children: btnText
|
|
26327
|
+
}
|
|
26328
|
+
),
|
|
26329
|
+
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
|
|
26330
|
+
ContactModal_default,
|
|
26331
|
+
{
|
|
26332
|
+
isOpen,
|
|
26333
|
+
setIsOpen,
|
|
26334
|
+
modalLabel,
|
|
26335
|
+
modalHeading,
|
|
26336
|
+
modalSubHeading,
|
|
26337
|
+
modalPrimaryButtonText,
|
|
26338
|
+
modalSecondaryButtonText
|
|
26339
|
+
}
|
|
26340
|
+
)
|
|
26341
|
+
] });
|
|
26342
|
+
};
|
|
26343
|
+
var ContactButton_default = ContactButton;
|
|
26344
|
+
|
|
26345
|
+
// src/components/CustomPictogram/CustomPictogram.tsx
|
|
26346
|
+
var import_clsx6 = __toESM(require("clsx"));
|
|
26347
|
+
|
|
26348
|
+
// node_modules/@carbon/pictograms-react/es/Icon.js
|
|
26349
|
+
var import_prop_types3 = __toESM(require_prop_types());
|
|
26350
|
+
var import_react17 = __toESM(require("react"));
|
|
26351
|
+
var Icon3 = /* @__PURE__ */ import_react17.default.forwardRef(function Icon4({
|
|
26352
|
+
className,
|
|
26353
|
+
children,
|
|
26354
|
+
tabIndex,
|
|
26355
|
+
xmlns = "http://www.w3.org/2000/svg",
|
|
26356
|
+
preserveAspectRatio = "xMidYMid meet",
|
|
26357
|
+
...rest
|
|
26358
|
+
}, ref) {
|
|
26359
|
+
const {
|
|
26360
|
+
tabindex,
|
|
26361
|
+
...attrs
|
|
26362
|
+
} = getAttributes({
|
|
26363
|
+
...rest,
|
|
26364
|
+
tabindex: tabIndex
|
|
26365
|
+
});
|
|
26366
|
+
const props = attrs;
|
|
26367
|
+
if (className) {
|
|
26368
|
+
props.className = className;
|
|
26369
|
+
}
|
|
26370
|
+
if (tabindex !== void 0 && tabindex !== null) {
|
|
26371
|
+
if (typeof tabindex === "number") {
|
|
26372
|
+
props.tabIndex = tabindex;
|
|
26373
|
+
} else {
|
|
26374
|
+
props.tabIndex = Number(tabIndex);
|
|
26375
|
+
}
|
|
26376
|
+
}
|
|
26377
|
+
if (ref) {
|
|
26378
|
+
props.ref = ref;
|
|
26379
|
+
}
|
|
26380
|
+
if (xmlns) {
|
|
26381
|
+
props.xmlns = xmlns;
|
|
26382
|
+
}
|
|
26383
|
+
if (preserveAspectRatio) {
|
|
26384
|
+
props.preserveAspectRatio = preserveAspectRatio;
|
|
26385
|
+
}
|
|
26386
|
+
return /* @__PURE__ */ import_react17.default.createElement("svg", props, children);
|
|
26387
|
+
});
|
|
26388
|
+
Icon3.displayName = "Icon";
|
|
26389
|
+
Icon3.propTypes = {
|
|
26390
|
+
"aria-hidden": import_prop_types3.default.oneOfType([import_prop_types3.default.bool, import_prop_types3.default.oneOf(["true", "false"])]),
|
|
26391
|
+
"aria-label": import_prop_types3.default.string,
|
|
26392
|
+
"aria-labelledby": import_prop_types3.default.string,
|
|
26393
|
+
children: import_prop_types3.default.node,
|
|
26394
|
+
className: import_prop_types3.default.string,
|
|
26395
|
+
height: import_prop_types3.default.oneOfType([import_prop_types3.default.number, import_prop_types3.default.string]),
|
|
26396
|
+
preserveAspectRatio: import_prop_types3.default.string,
|
|
26397
|
+
tabIndex: import_prop_types3.default.oneOfType([import_prop_types3.default.number, import_prop_types3.default.string]),
|
|
26398
|
+
viewBox: import_prop_types3.default.string,
|
|
26399
|
+
width: import_prop_types3.default.oneOfType([import_prop_types3.default.number, import_prop_types3.default.string]),
|
|
26400
|
+
xmlns: import_prop_types3.default.string
|
|
26401
|
+
};
|
|
26402
|
+
|
|
26403
|
+
// node_modules/@carbon/pictograms-react/es/_rollupPluginBabelHelpers-CuCmpz4u.js
|
|
26404
|
+
function _extends() {
|
|
26405
|
+
return _extends = Object.assign ? Object.assign.bind() : function(n) {
|
|
26406
|
+
for (var e = 1; e < arguments.length; e++) {
|
|
26407
|
+
var t = arguments[e];
|
|
26408
|
+
for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]);
|
|
26409
|
+
}
|
|
26410
|
+
return n;
|
|
26411
|
+
}, _extends.apply(null, arguments);
|
|
26412
|
+
}
|
|
26413
|
+
|
|
26414
|
+
// node_modules/@carbon/pictograms-react/es/__generated__/bucket-0.js
|
|
26415
|
+
var import_react18 = __toESM(require("react"));
|
|
26416
|
+
var _path548;
|
|
26417
|
+
var _path688;
|
|
26418
|
+
var _path1488;
|
|
26419
|
+
var AppDeveloper = /* @__PURE__ */ import_react18.default.forwardRef(function AppDeveloper2({ children, ...rest }, ref) {
|
|
26420
|
+
return /* @__PURE__ */ import_react18.default.createElement(Icon3, _extends({ width: 64, height: 64, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", ref }, rest), _path548 || (_path548 = /* @__PURE__ */ import_react18.default.createElement("path", { d: "M3.254,9.254L2.746,8.746L3.991,7.5L2.746,6.254l0.509-0.509L5.009,7.5L3.254,9.254z M3,2 C2.724,2,2.5,2.224,2.5,2.5S2.724,3,3,3s0.5-0.224,0.5-0.5S3.276,2,3,2z M5.5,2.5C5.5,2.776,5.276,3,5,3S4.5,2.776,4.5,2.5 S4.724,2,5,2S5.5,2.224,5.5,2.5z M7.5,2.5C7.5,2.776,7.276,3,7,3S6.5,2.776,6.5,2.5S6.724,2,7,2S7.5,2.224,7.5,2.5z M18.5,6.5 C18.5,6.776,18.276,7,18,7s-0.5-0.224-0.5-0.5S17.724,6,18,6S18.5,6.224,18.5,6.5z M20.5,6.5C20.5,6.776,20.276,7,20,7 s-0.5-0.224-0.5-0.5S19.724,6,20,6S20.5,6.224,20.5,6.5z M22.5,6.5C22.5,6.776,22.276,7,22,7s-0.5-0.224-0.5-0.5S21.724,6,22,6 S22.5,6.224,22.5,6.5z M5.5,24.5C5.5,24.776,5.276,25,5,25s-0.5-0.224-0.5-0.5S4.724,24,5,24S5.5,24.224,5.5,24.5z M13,14.36H1 c-0.199,0-0.36-0.161-0.36-0.36V1c0-0.199,0.161-0.36,0.36-0.36h12c0.199,0,0.36,0.161,0.36,0.36v13 C13.36,14.199,13.199,14.36,13,14.36z M12.64,4.36H1.36v9.28h11.28C12.64,13.64,12.64,4.36,12.64,4.36z M12.64,1.36H1.36v2.281 h11.28C12.64,3.641,12.64,1.36,12.64,1.36z M31.36,5v17c0,0.199-0.161,0.36-0.36,0.36H19.691c-0.301,0.471-0.69,0.885-1.152,1.215 c2.875,1.05,4.819,3.778,4.819,6.902l0.002,0.521L22.639,31l-0.002-0.522c0-3.078-2.09-5.729-5.083-6.45 c-0.15-0.035-0.26-0.163-0.274-0.316s0.07-0.299,0.211-0.361c1.315-0.592,2.165-1.9,2.165-3.334c0-2.017-1.64-3.657-3.656-3.657 c-2.018,0-3.66,1.64-3.66,3.657c0,1.434,0.85,2.742,2.166,3.334c0.141,0.062,0.225,0.208,0.211,0.361s-0.125,0.281-0.274,0.316 c-2.993,0.721-5.084,3.372-5.084,6.449l0.001,0.521L8.64,31l-0.001-0.522c0-3.125,1.943-5.854,4.819-6.903 c-1.138-0.812-1.838-2.134-1.838-3.559c0-2.292,1.772-4.178,4.02-4.362V5c0-0.199,0.161-0.36,0.36-0.36h15 C31.199,4.64,31.36,4.801,31.36,5z M30.64,8.36H16.36v7.295c2.246,0.184,4.017,2.07,4.017,4.362c0,0.566-0.11,1.115-0.315,1.623 H30.64V8.36z M30.64,5.36H16.36v2.28h14.28V5.36z M22,11.64h-4v0.72h4V11.64z M23.64,17.5c0-1.577,1.283-2.86,2.86-2.86 s2.86,1.283,2.86,2.86s-1.283,2.86-2.86,2.86S23.64,19.077,23.64,17.5z M28.242,16.266l-1.383,1.383l-0.004,1.955 c1.01-0.171,1.784-1.046,1.784-2.104C28.64,17.04,28.49,16.615,28.242,16.266z M24.36,17.5c0,1.055,0.769,1.928,1.774,2.103 l0.006-2.253l1.592-1.593c-0.349-0.248-0.773-0.397-1.233-0.397C25.32,15.36,24.36,16.32,24.36,17.5z M8,9.64H5v0.72h3V9.64z M3.5,21.36h3v-0.72h-3V21.36z M3.5,19.36h3v-0.72h-3V19.36z M22,13.64h-4v0.72h4V13.64z M29,11.64h-4v0.72h4V11.64z M29,9.64h-4 v0.72h4V9.64z M22,9.64h-4v0.72h4V9.64z M8.36,17.584v7.832c0,0.521-0.423,0.944-0.944,0.944H2.584 c-0.521,0-0.944-0.424-0.944-0.944v-7.832c0-0.521,0.423-0.944,0.944-0.944h4.832C7.937,16.64,8.36,17.063,8.36,17.584z M7.64,23.36 H2.36v2.056c0,0.123,0.101,0.224,0.224,0.224h4.832c0.124,0,0.224-0.101,0.224-0.224C7.64,25.416,7.64,23.36,7.64,23.36z M7.64,17.584c0-0.123-0.101-0.224-0.224-0.224H2.584c-0.124,0-0.224,0.101-0.224,0.224v5.056h5.28 C7.64,22.64,7.64,17.584,7.64,17.584z" })), children);
|
|
26421
|
+
});
|
|
26422
|
+
var AssetManagement = /* @__PURE__ */ import_react18.default.forwardRef(function AssetManagement2({ children, ...rest }, ref) {
|
|
26423
|
+
return /* @__PURE__ */ import_react18.default.createElement(Icon3, _extends({ width: 64, height: 64, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", ref }, rest), _path688 || (_path688 = /* @__PURE__ */ import_react18.default.createElement("path", { d: "M13.254,31.255l-0.509-0.51l1-1 c0.057-0.057,0.13-0.093,0.21-0.103l7.32-0.915c0.36-0.045,0.699-0.21,0.954-0.466l6.102-6.103c0.411-0.41,0.411-1.079,0-1.491 c-0.411-0.411-1.081-0.41-1.49,0.001l-6.207,5.046c-0.426,0.404-1.001,0.652-1.634,0.652h-5v-0.721h5 c0.397,0,0.763-0.141,1.048-0.374l-0.004-0.006l0.116-0.095c0.302-0.297,0.488-0.709,0.488-1.163c0-0.354-0.291-0.642-0.648-0.642 h-7.741v-0.721H20c0.755,0,1.369,0.61,1.369,1.36c0,0.063-0.003,0.127-0.008,0.188l4.998-4.061c0.663-0.666,1.79-0.667,2.48,0.024 c0.692,0.692,0.691,1.818,0.001,2.51l-6.102,6.102c-0.368,0.368-0.856,0.607-1.375,0.672l-7.197,0.899L13.254,31.255z M4.255,31.254 l-0.51-0.508l2.904-2.91c0.213-2.925,2.651-5.196,5.61-5.196v0.721c-2.622,0-4.774,2.043-4.9,4.651 c-0.004,0.089-0.042,0.174-0.104,0.236L4.255,31.254z M21,19.36H9c-0.199,0-0.36-0.161-0.36-0.36V4c0-0.199,0.161-0.36,0.36-0.36 h2.64V1c0-0.199,0.161-0.36,0.36-0.36h12c0.199,0,0.36,0.161,0.36,0.36v15c0,0.199-0.161,0.36-0.36,0.36h-2.64V19 C21.36,19.199,21.199,19.36,21,19.36z M9.36,18.64h11.28V8.36H17c-0.199,0-0.36-0.161-0.36-0.36V4.36H9.36V18.64z M21.36,15.64 h2.279V1.36H12.36v2.28H17c0.096,0,0.188,0.038,0.255,0.105l4,4C21.322,7.813,21.36,7.904,21.36,8V15.64z M17.36,7.64h2.771 L17.36,4.869V7.64z M19,15.36h-8v-0.72h8V15.36z M19,13.36h-8v-0.72h8V13.36z M19,11.36h-8v-0.72h8V11.36z" })), children);
|
|
26424
|
+
});
|
|
26425
|
+
var Carbon = /* @__PURE__ */ import_react18.default.forwardRef(function Carbon2({ children, ...rest }, ref) {
|
|
26426
|
+
return /* @__PURE__ */ import_react18.default.createElement(Icon3, _extends({ width: 64, height: 64, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", ref }, rest), _path1488 || (_path1488 = /* @__PURE__ */ import_react18.default.createElement("path", { d: "M14,31.36c-0.062,0-0.124-0.017-0.18-0.048l-10-5.75 c-0.111-0.064-0.18-0.184-0.18-0.312v-11.5c0-0.129,0.069-0.248,0.18-0.312l10-5.75c0.111-0.064,0.248-0.064,0.359,0l10,5.75 c0.111,0.064,0.181,0.183,0.181,0.312v11.5c0,0.129-0.069,0.248-0.181,0.312l-10,5.75C14.124,31.344,14.062,31.36,14,31.36z M4.36,25.042L14,30.585l9.64-5.543V13.958L14,8.415l-9.64,5.543C4.36,13.958,4.36,25.042,4.36,25.042z M28.36,18h-0.72V6.958 L18,1.415L8.18,7.062L7.82,6.438l10-5.75c0.111-0.064,0.248-0.064,0.359,0l10,5.75C28.29,6.502,28.36,6.621,28.36,6.75 C28.36,6.75,28.36,18,28.36,18z" })), children);
|
|
26427
|
+
});
|
|
26428
|
+
|
|
26429
|
+
// node_modules/@carbon/pictograms-react/es/__generated__/bucket-1.js
|
|
26430
|
+
var import_react19 = __toESM(require("react"));
|
|
26431
|
+
var _path921;
|
|
26432
|
+
var _path1521;
|
|
26433
|
+
var _path1308;
|
|
26434
|
+
var CodeExplanation = /* @__PURE__ */ import_react19.default.forwardRef(function CodeExplanation2({
|
|
26435
|
+
children,
|
|
26436
|
+
...rest
|
|
26437
|
+
}, ref) {
|
|
26438
|
+
return /* @__PURE__ */ import_react19.default.createElement(Icon3, _extends({
|
|
26439
|
+
width: 64,
|
|
26440
|
+
height: 64,
|
|
26441
|
+
viewBox: "0 0 32 32",
|
|
23664
26442
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23665
26443
|
fill: "currentColor",
|
|
23666
26444
|
ref
|
|
23667
|
-
}, rest),
|
|
26445
|
+
}, rest), _path921 || (_path921 = /* @__PURE__ */ import_react19.default.createElement("path", {
|
|
23668
26446
|
d: "M27,31.36H5c-0.199,0-0.36-0.161-0.36-0.36 v-4.162C3.232,26.66,2.14,25.455,2.14,24s1.092-2.66,2.5-2.838V17c0-0.199,0.161-0.36,0.36-0.36h1.817 c1.49-2,3.536-3.508,5.732-4.243C10.735,11.249,9.64,9.253,9.64,7c0-3.566,2.793-6.36,6.36-6.36S22.36,3.434,22.36,7 c0,2.253-1.095,4.249-2.909,5.397c2.195,0.734,4.242,2.242,5.731,4.243H27c0.199,0,0.36,0.161,0.36,0.36v4.162 c1.407,0.178,2.5,1.383,2.5,2.838s-1.093,2.66-2.5,2.838V31C27.36,31.199,27.199,31.36,27,31.36z M5.36,30.64h21.28v-3.802 c-1.407-0.178-2.5-1.383-2.5-2.838s1.093-2.66,2.5-2.838V17.36H5.36v3.802c1.408,0.178,2.5,1.383,2.5,2.838s-1.092,2.66-2.5,2.838 V30.64z M27,21.86c-1.18,0-2.14,0.96-2.14,2.14s0.96,2.14,2.14,2.14s2.14-0.96,2.14-2.14S28.18,21.86,27,21.86z M5,21.86 c-1.18,0-2.14,0.96-2.14,2.14S3.82,26.14,5,26.14S7.14,25.18,7.14,24S6.18,21.86,5,21.86z M7.731,16.64H24.27 c-1.558-1.904-3.657-3.27-5.853-3.79c-0.15-0.035-0.261-0.163-0.275-0.316c-0.015-0.154,0.07-0.3,0.211-0.363 C20.381,11.263,21.64,9.281,21.64,7c0-3.163-2.477-5.64-5.64-5.64S10.36,3.838,10.36,7c0,2.281,1.26,4.263,3.288,5.171 c0.141,0.063,0.226,0.209,0.211,0.363c-0.015,0.153-0.125,0.281-0.275,0.316C11.388,13.37,9.289,14.736,7.731,16.64z M14.322,28.161 l-0.644-0.322l4-8l0.645,0.322L14.322,28.161z M19.255,27.255l-0.51-0.51L21.491,24l-2.746-2.745l0.51-0.51L22.509,24L19.255,27.255 z M12.746,27.255L9.491,24l3.255-3.255l0.509,0.51L10.509,24l2.745,2.745L12.746,27.255z"
|
|
23669
26447
|
})), children);
|
|
23670
26448
|
});
|
|
23671
|
-
var Collaboration = /* @__PURE__ */
|
|
26449
|
+
var Collaboration = /* @__PURE__ */ import_react19.default.forwardRef(function Collaboration2({
|
|
23672
26450
|
children,
|
|
23673
26451
|
...rest
|
|
23674
26452
|
}, ref) {
|
|
23675
|
-
return /* @__PURE__ */
|
|
26453
|
+
return /* @__PURE__ */ import_react19.default.createElement(Icon3, _extends({
|
|
23676
26454
|
width: 64,
|
|
23677
26455
|
height: 64,
|
|
23678
26456
|
viewBox: "0 0 32 32",
|
|
23679
26457
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23680
26458
|
fill: "currentColor",
|
|
23681
26459
|
ref
|
|
23682
|
-
}, rest),
|
|
26460
|
+
}, rest), _path1521 || (_path1521 = /* @__PURE__ */ import_react19.default.createElement("path", {
|
|
23683
26461
|
d: "M1.36,11.318V16H0.64v-4.683c0-2.221,1.342-4.163,3.347-4.969C3.242,5.749,2.79,4.834,2.79,3.85 c0-1.77,1.44-3.21,3.21-3.21s3.21,1.44,3.21,3.21c0,0.984-0.452,1.898-1.197,2.499c2.005,0.806,3.347,2.748,3.347,4.969V16h-0.72 v-4.683c0-2.16-1.467-4.016-3.566-4.514C6.924,6.768,6.813,6.64,6.799,6.487c-0.014-0.154,0.071-0.3,0.212-0.363 c0.899-0.4,1.48-1.293,1.48-2.275c0-1.373-1.117-2.49-2.49-2.49S3.51,2.477,3.51,3.85c0,0.982,0.581,1.875,1.48,2.275 c0.141,0.063,0.226,0.209,0.212,0.362C5.188,6.641,5.077,6.769,4.926,6.804C2.827,7.302,1.36,9.158,1.36,11.318z M28.014,21.349 c0.745-0.601,1.197-1.516,1.197-2.499c0-1.771-1.44-3.21-3.211-3.21s-3.211,1.439-3.211,3.21c0,0.983,0.452,1.898,1.197,2.499 c-2.005,0.806-3.347,2.748-3.347,4.969V31h0.721v-4.683c0-2.16,1.466-4.016,3.565-4.514c0.15-0.036,0.261-0.163,0.275-0.317 c0.015-0.153-0.071-0.3-0.212-0.362c-0.899-0.399-1.479-1.292-1.479-2.274c0-1.373,1.117-2.49,2.49-2.49s2.49,1.117,2.49,2.49 c0,0.982-0.58,1.875-1.479,2.274c-0.141,0.062-0.227,0.209-0.212,0.362c0.015,0.154,0.125,0.281,0.275,0.317 c2.1,0.498,3.565,2.354,3.565,4.514V31h0.721v-4.683C31.36,24.097,30.019,22.154,28.014,21.349z M6.36,23v-5.131l2.386,2.386 l0.509-0.51L6,16.491l-3.254,3.254l0.509,0.51l2.386-2.386V23c0,2.404,1.956,4.36,4.36,4.36h9v-0.72h-9 C7.993,26.64,6.36,25.007,6.36,23z M25.64,8v5.13l-2.385-2.385l-0.51,0.509L26,14.509l3.255-3.255l-0.51-0.509L26.36,13.13V8 c0-2.404-1.956-4.36-4.36-4.36H11v0.72h11C24.007,4.36,25.64,5.993,25.64,8z"
|
|
23684
26462
|
})), children);
|
|
23685
26463
|
});
|
|
23686
|
-
var DevicePairing = /* @__PURE__ */
|
|
26464
|
+
var DevicePairing = /* @__PURE__ */ import_react19.default.forwardRef(function DevicePairing2({
|
|
23687
26465
|
children,
|
|
23688
26466
|
...rest
|
|
23689
26467
|
}, ref) {
|
|
23690
|
-
return /* @__PURE__ */
|
|
26468
|
+
return /* @__PURE__ */ import_react19.default.createElement(Icon3, _extends({
|
|
23691
26469
|
width: 64,
|
|
23692
26470
|
height: 64,
|
|
23693
26471
|
viewBox: "0 0 32 32",
|
|
23694
26472
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23695
26473
|
fill: "currentColor",
|
|
23696
26474
|
ref
|
|
23697
|
-
}, rest),
|
|
26475
|
+
}, rest), _path1308 || (_path1308 = /* @__PURE__ */ import_react19.default.createElement("path", {
|
|
23698
26476
|
d: "M31,29.36h-9c-0.199,0-0.36-0.161-0.36-0.36v-6.64H1v-0.72h20.64v-1.28H4 c-0.75,0-1.36-0.61-1.36-1.36V4c0-0.749,0.61-1.359,1.36-1.36h22c0.75,0,1.36,0.61,1.36,1.36v8.64H31c0.199,0,0.36,0.161,0.36,0.36 v16C31.36,29.199,31.199,29.36,31,29.36z M22.36,28.64h8.279v-2.28H22.36V28.64z M22.36,25.64h8.279V13.36H22.36V25.64z M4,3.36 C3.647,3.361,3.36,3.648,3.36,4v15c0,0.353,0.287,0.64,0.64,0.64h17.64V13c0-0.199,0.161-0.36,0.36-0.36h4.64V4 c0-0.353-0.287-0.64-0.64-0.64C26,3.36,4,3.36,4,3.36z"
|
|
23699
26477
|
})), children);
|
|
23700
26478
|
});
|
|
23701
26479
|
|
|
23702
26480
|
// node_modules/@carbon/pictograms-react/es/__generated__/bucket-2.js
|
|
23703
|
-
var
|
|
23704
|
-
var
|
|
23705
|
-
var
|
|
26481
|
+
var import_react20 = __toESM(require("react"));
|
|
26482
|
+
var _path708;
|
|
26483
|
+
var _path1198;
|
|
23706
26484
|
var _path2362;
|
|
23707
|
-
var Goals = /* @__PURE__ */
|
|
26485
|
+
var Goals = /* @__PURE__ */ import_react20.default.forwardRef(function Goals2({
|
|
23708
26486
|
children,
|
|
23709
26487
|
...rest
|
|
23710
26488
|
}, ref) {
|
|
23711
|
-
return /* @__PURE__ */
|
|
26489
|
+
return /* @__PURE__ */ import_react20.default.createElement(Icon3, _extends({
|
|
23712
26490
|
width: 64,
|
|
23713
26491
|
height: 64,
|
|
23714
26492
|
viewBox: "0 0 32 32",
|
|
23715
26493
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23716
26494
|
fill: "currentColor",
|
|
23717
26495
|
ref
|
|
23718
|
-
}, rest),
|
|
26496
|
+
}, rest), _path708 || (_path708 = /* @__PURE__ */ import_react20.default.createElement("path", {
|
|
23719
26497
|
d: "M31,10.36h-9.36V1h0.721v8.131l8.385-8.385l0.51,0.509L22.869,9.64H31V10.36z M21.36,16 c0-2.956-2.405-5.36-5.36-5.36c-2.956,0-5.36,2.404-5.36,5.36c0,2.955,2.404,5.36,5.36,5.36C18.955,21.36,21.36,18.955,21.36,16z M20.64,16c0,2.559-2.081,4.64-4.64,4.64s-4.64-2.081-4.64-4.64s2.082-4.64,4.64-4.64S20.64,13.441,20.64,16z M31.36,16 c0-1.353-0.191-2.731-0.569-4.096l-0.693,0.191c0.359,1.303,0.542,2.616,0.542,3.904c0,8.072-6.567,14.64-14.64,14.64 C7.927,30.64,1.36,24.072,1.36,16C1.36,7.927,7.927,1.36,16,1.36c1.287,0,2.601,0.183,3.904,0.543l0.191-0.694 C18.729,0.832,17.352,0.64,16,0.64C7.53,0.64,0.64,7.53,0.64,16S7.53,31.36,16,31.36S31.36,24.47,31.36,16z M26.36,16 c0-1.433-0.292-2.828-0.868-4.144l-0.66,0.288C25.368,13.37,25.64,14.667,25.64,16c0,5.315-4.324,9.64-9.64,9.64 S6.36,21.315,6.36,16S10.685,6.36,16,6.36c1.333,0,2.631,0.272,3.855,0.808l0.289-0.659C18.827,5.932,17.434,5.64,16,5.64 C10.288,5.64,5.64,10.288,5.64,16c0,5.713,4.647,10.36,10.36,10.36S26.36,21.713,26.36,16z M16,15c-0.552,0-1,0.448-1,1s0.448,1,1,1 s1-0.448,1-1S16.552,15,16,15z"
|
|
23720
26498
|
})), children);
|
|
23721
26499
|
});
|
|
23722
|
-
var Hills = /* @__PURE__ */
|
|
26500
|
+
var Hills = /* @__PURE__ */ import_react20.default.forwardRef(function Hills2({
|
|
23723
26501
|
children,
|
|
23724
26502
|
...rest
|
|
23725
26503
|
}, ref) {
|
|
23726
|
-
return /* @__PURE__ */
|
|
26504
|
+
return /* @__PURE__ */ import_react20.default.createElement(Icon3, _extends({
|
|
23727
26505
|
width: 64,
|
|
23728
26506
|
height: 64,
|
|
23729
26507
|
viewBox: "0 0 32 32",
|
|
23730
26508
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23731
26509
|
fill: "currentColor",
|
|
23732
26510
|
ref
|
|
23733
|
-
}, rest),
|
|
26511
|
+
}, rest), _path1198 || (_path1198 = /* @__PURE__ */ import_react20.default.createElement("path", {
|
|
23734
26512
|
d: "M30.192,29.64L16.36,8.891V5.36h4.509l-1.86-1.86l1.86-1.86H15.64v7.251L1.807,29.64H1v0.721h30V29.64H30.192 z M16.36,2.36h2.771l-1.14,1.14l1.14,1.14H16.36V2.36z M2.673,29.64L8,21.649l5.327,7.99L2.673,29.64L2.673,29.64z M14.193,29.64 L8.433,21L12,15.649l9.327,13.991H14.193z M22.192,29.64L12.433,15L16,9.649L29.327,29.64H22.192z"
|
|
23735
26513
|
})), children);
|
|
23736
26514
|
});
|
|
23737
|
-
var Leadership = /* @__PURE__ */
|
|
26515
|
+
var Leadership = /* @__PURE__ */ import_react20.default.forwardRef(function Leadership2({
|
|
23738
26516
|
children,
|
|
23739
26517
|
...rest
|
|
23740
26518
|
}, ref) {
|
|
23741
|
-
return /* @__PURE__ */
|
|
26519
|
+
return /* @__PURE__ */ import_react20.default.createElement(Icon3, _extends({
|
|
23742
26520
|
width: 64,
|
|
23743
26521
|
height: 64,
|
|
23744
26522
|
viewBox: "0 0 32 32",
|
|
23745
26523
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23746
26524
|
fill: "currentColor",
|
|
23747
26525
|
ref
|
|
23748
|
-
}, rest), _path2362 || (_path2362 = /* @__PURE__ */
|
|
26526
|
+
}, rest), _path2362 || (_path2362 = /* @__PURE__ */ import_react20.default.createElement("path", {
|
|
23749
26527
|
d: "M31.36,31h-0.72c0-6.587-4.825-12.394-11.475-13.809 c-0.153-0.032-0.268-0.161-0.283-0.317c-0.016-0.156,0.072-0.304,0.217-0.366c2.91-1.246,4.791-4.095,4.791-7.258 c0-4.351-3.539-7.89-7.89-7.89S8.11,4.9,8.11,9.25c0,3.165,1.881,6.014,4.792,7.258c0.144,0.062,0.232,0.21,0.217,0.366 s-0.13,0.285-0.283,0.317C6.186,18.607,1.36,24.414,1.36,31H0.64c0-6.601,4.604-12.456,11.082-14.275 C9.062,15.203,7.39,12.366,7.39,9.25c0-4.748,3.862-8.61,8.61-8.61s8.61,3.862,8.61,8.61c0,3.116-1.672,5.951-4.333,7.473 C26.755,18.543,31.36,24.398,31.36,31z M19,29.36c-0.072,0-0.146-0.022-0.208-0.066L16,27.319l-2.792,1.975 c-0.127,0.091-0.299,0.089-0.424-0.006c-0.125-0.095-0.175-0.258-0.124-0.406l1.104-3.182l-2.725-1.969 c-0.126-0.092-0.18-0.254-0.131-0.402c0.048-0.149,0.186-0.25,0.342-0.25h3.371l1.037-3.19C15.706,19.74,15.844,19.64,16,19.64l0,0 c0.156,0,0.294,0.101,0.342,0.249l1.037,3.19h3.371c0.156,0,0.295,0.101,0.343,0.25c0.048,0.148-0.005,0.311-0.132,0.402 L18.236,25.7l1.104,3.182c0.052,0.148,0.002,0.312-0.123,0.406C19.152,29.336,19.076,29.36,19,29.36z M16,26.519 c0.073,0,0.146,0.022,0.208,0.066l2.085,1.474l-0.824-2.375c-0.053-0.15,0-0.316,0.129-0.41l2.04-1.474h-2.521 c-0.156,0-0.294-0.101-0.342-0.249L16,21.165l-0.775,2.386c-0.048,0.148-0.187,0.249-0.342,0.249h-2.52l2.04,1.474 c0.129,0.094,0.181,0.26,0.129,0.41l-0.824,2.375l2.084-1.474C15.854,26.541,15.927,26.519,16,26.519z"
|
|
23750
26528
|
})), children);
|
|
23751
26529
|
});
|
|
23752
26530
|
|
|
23753
26531
|
// node_modules/@carbon/pictograms-react/es/__generated__/bucket-3.js
|
|
23754
|
-
var
|
|
23755
|
-
var
|
|
23756
|
-
var
|
|
23757
|
-
var
|
|
23758
|
-
var
|
|
26532
|
+
var import_react21 = __toESM(require("react"));
|
|
26533
|
+
var _path2315;
|
|
26534
|
+
var _path948;
|
|
26535
|
+
var _path11111;
|
|
26536
|
+
var _path2019;
|
|
23759
26537
|
var _path2144;
|
|
23760
26538
|
var _path2154;
|
|
23761
26539
|
var _path2452;
|
|
23762
|
-
var MagicWand = /* @__PURE__ */
|
|
23763
|
-
return /* @__PURE__ */
|
|
26540
|
+
var MagicWand = /* @__PURE__ */ import_react21.default.forwardRef(function MagicWand2({ children, ...rest }, ref) {
|
|
26541
|
+
return /* @__PURE__ */ import_react21.default.createElement(Icon3, _extends({ width: 64, height: 64, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", ref }, rest), _path2315 || (_path2315 = /* @__PURE__ */ import_react21.default.createElement("path", { d: "M3.754,10.246c-0.141-0.141-0.368-0.141-0.509,0 l-1.5,1.5c-0.141,0.141-0.141,0.368,0,0.509l1.5,1.5c0.07,0.07,0.162,0.105,0.254,0.105s0.184-0.035,0.254-0.105l1.5-1.5 c0.141-0.141,0.141-0.368,0-0.509L3.754,10.246z M3.5,12.991L2.509,12L3.5,11.009L4.491,12L3.5,12.991z M4.746,5.254 C4.816,5.325,4.908,5.36,5,5.36s0.184-0.035,0.254-0.105l1.5-1.5c0.141-0.141,0.141-0.368,0-0.509l-1.5-1.5 c-0.141-0.141-0.368-0.141-0.509,0l-1.5,1.5c-0.141,0.141-0.141,0.368,0,0.509L4.746,5.254z M5,2.509L5.991,3.5L5,4.491L4.009,3.5 L5,2.509z M10.972,4.864C11.954,5.109,12.64,5.988,12.64,7c0,0.199,0.161,0.36,0.36,0.36S13.36,7.199,13.36,7 c0-1.012,0.686-1.891,1.729-2.151c0.159-0.04,0.271-0.184,0.271-0.349s-0.112-0.309-0.271-0.349l-0.06-0.015h-0.001 C14.046,3.891,13.36,3.012,13.36,2c0-0.199-0.161-0.36-0.36-0.36S12.64,1.801,12.64,2c0,1.012-0.686,1.891-1.729,2.151 c-0.16,0.041-0.242,0.192-0.241,0.357C10.67,4.673,10.812,4.825,10.972,4.864z M13,3.407c0.246,0.447,0.606,0.826,1.048,1.093 c-0.443,0.268-0.804,0.647-1.05,1.095c-0.245-0.443-0.606-0.82-1.055-1.09C12.39,4.237,12.753,3.857,13,3.407z M10.089,16.151 l-0.06-0.015h-0.001C9.046,15.891,8.36,15.012,8.36,14c0-0.199-0.161-0.36-0.36-0.36S7.64,13.801,7.64,14 c0,1.012-0.686,1.891-1.729,2.151c-0.16,0.041-0.242,0.192-0.241,0.357c0,0.165,0.143,0.316,0.302,0.356 C6.954,17.109,7.64,17.987,7.64,19c0,0.199,0.161,0.36,0.36,0.36S8.36,19.199,8.36,19c0-1.013,0.686-1.891,1.729-2.151 c0.159-0.041,0.271-0.185,0.271-0.349S10.248,16.191,10.089,16.151z M7.999,17.595c-0.245-0.442-0.606-0.819-1.055-1.09 C7.39,16.237,7.753,15.857,8,15.407c0.246,0.447,0.606,0.826,1.048,1.093C8.605,16.768,8.244,17.146,7.999,17.595z M30.255,28.245 l-22-22c-0.141-0.141-0.368-0.141-0.509,0l-1.5,1.5c-0.141,0.141-0.141,0.368,0,0.509l22,22c0.07,0.07,0.163,0.105,0.255,0.105 s0.185-0.035,0.255-0.105l1.5-1.5C30.396,28.614,30.396,28.386,30.255,28.245z M8,7.009l5.741,5.741l-0.991,0.991L7.009,8L8,7.009z M28.5,29.491L13.259,14.25l0.991-0.991L29.491,28.5L28.5,29.491z" })), children);
|
|
23764
26542
|
});
|
|
23765
|
-
var Multitask = /* @__PURE__ */
|
|
23766
|
-
return /* @__PURE__ */
|
|
26543
|
+
var Multitask = /* @__PURE__ */ import_react21.default.forwardRef(function Multitask2({ children, ...rest }, ref) {
|
|
26544
|
+
return /* @__PURE__ */ import_react21.default.createElement(Icon3, _extends({ width: 64, height: 64, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", ref }, rest), _path948 || (_path948 = /* @__PURE__ */ import_react21.default.createElement("path", { d: "M23.61,31h-0.72c0-3.114-2.104-5.849-5.115-6.65c-0.145-0.038-0.25-0.162-0.266-0.312 c-0.015-0.149,0.064-0.292,0.198-0.358c1.331-0.661,2.157-1.982,2.157-3.449c0-2.132-1.733-3.866-3.864-3.866 s-3.865,1.734-3.865,3.866c0,1.466,0.827,2.788,2.158,3.449c0.134,0.066,0.213,0.209,0.198,0.358s-0.121,0.273-0.266,0.312 C11.213,25.151,9.11,27.886,9.11,31H8.39c0-3.17,1.973-5.984,4.886-7.1c-1.165-0.855-1.861-2.201-1.861-3.67 c0-2.528,2.057-4.585,4.585-4.585s4.585,2.057,4.585,4.585c0,1.469-0.697,2.815-1.861,3.67C21.637,25.016,23.61,27.83,23.61,31z M27,17.36c-2.404,0-4.36-1.956-4.36-4.36S24.596,8.64,27,8.64s4.36,1.956,4.36,4.36S29.404,17.36,27,17.36z M27,9.36 c-2.007,0-3.64,1.633-3.64,3.64s1.633,3.64,3.64,3.64s3.64-1.633,3.64-3.64S29.007,9.36,27,9.36z M5,17.36 c-2.404,0-4.36-1.956-4.36-4.36S2.596,8.64,5,8.64S9.36,10.596,9.36,13S7.404,17.36,5,17.36z M5,9.36c-2.007,0-3.64,1.633-3.64,3.64 S2.993,16.64,5,16.64S8.64,15.007,8.64,13S7.007,9.36,5,9.36z M16,9.36c-2.404,0-4.36-1.956-4.36-4.36S13.596,0.64,16,0.64 S20.36,2.596,20.36,5S18.404,9.36,16,9.36z M16,1.36c-2.007,0-3.64,1.633-3.64,3.64S13.993,8.64,16,8.64S19.64,7.007,19.64,5 S18.007,1.36,16,1.36z" })), children);
|
|
23767
26545
|
});
|
|
23768
|
-
var Networking_04 = /* @__PURE__ */
|
|
23769
|
-
return /* @__PURE__ */
|
|
26546
|
+
var Networking_04 = /* @__PURE__ */ import_react21.default.forwardRef(function Networking_042({ children, ...rest }, ref) {
|
|
26547
|
+
return /* @__PURE__ */ import_react21.default.createElement(Icon3, _extends({ width: 64, height: 64, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", ref }, rest), _path11111 || (_path11111 = /* @__PURE__ */ import_react21.default.createElement("path", { d: "M13,18.64H1c-0.199,0-0.36,0.161-0.36,0.36v12c0,0.199,0.161,0.36,0.36,0.36h12 c0.199,0,0.36-0.161,0.36-0.36V19C13.36,18.801,13.199,18.64,13,18.64z M12.64,30.64H1.36V19.36h11.28 C12.64,19.36,12.64,30.64,12.64,30.64z M25,0.64c-3.507,0-6.36,2.853-6.36,6.36s2.854,6.36,6.36,6.36s6.36-2.853,6.36-6.36 S28.507,0.64,25,0.64z M25,12.64c-3.11,0-5.64-2.53-5.64-5.64S21.89,1.36,25,1.36S30.64,3.89,30.64,7S28.11,12.64,25,12.64z M9.36,26.5c0-0.615-0.3-1.161-0.761-1.5c0.461-0.339,0.761-0.885,0.761-1.5c0-1.025-0.834-1.86-1.86-1.86H4.641v6.721H7.5 C8.525,28.36,9.36,27.525,9.36,26.5z M5.36,22.36H7.5c0.628,0,1.14,0.511,1.14,1.14s-0.512,1.14-1.14,1.14H5.36V22.36z M5.36,25.36 H7.5c0.628,0,1.14,0.511,1.14,1.14s-0.512,1.14-1.14,1.14H5.36V25.36z M24.64,15h0.721v8c0,1.302-1.059,2.36-2.36,2.36H16.37 l2.214,2.213l-0.51,0.51L14.991,25l3.083-3.083l0.51,0.51L16.37,24.64H23c0.904,0,1.64-0.735,1.64-1.64V15z M17.009,7l-3.083,3.083 l-0.509-0.509l2.214-2.214H9C8.096,7.36,7.36,8.096,7.36,9v8H6.64V9c0-1.301,1.059-2.36,2.36-2.36h6.631l-2.214-2.214l0.509-0.509 L17.009,7z M24.671,3.862l-2.386,6l0.67,0.266l0.705-1.773h2.691l0.705,1.773l0.67-0.266l-2.385-6 C25.341,3.862,24.671,3.862,24.671,3.862z M23.946,7.635l1.06-2.666l1.059,2.666H23.946z" })), children);
|
|
23770
26548
|
});
|
|
23771
|
-
var PoughkeepsieBridge = /* @__PURE__ */
|
|
23772
|
-
return /* @__PURE__ */
|
|
26549
|
+
var PoughkeepsieBridge = /* @__PURE__ */ import_react21.default.forwardRef(function PoughkeepsieBridge2({ children, ...rest }, ref) {
|
|
26550
|
+
return /* @__PURE__ */ import_react21.default.createElement(Icon3, _extends({ width: 64, height: 64, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", ref }, rest), _path2019 || (_path2019 = /* @__PURE__ */ import_react21.default.createElement("path", { d: "M22,25.36h-4 c-0.199,0-0.36-0.161-0.36-0.36s0.161-0.36,0.36-0.36h4c0.199,0,0.36,0.161,0.36,0.36S22.199,25.36,22,25.36z M14,25.36h-4 c-0.199,0-0.36-0.161-0.36-0.36s0.161-0.36,0.36-0.36h4c0.199,0,0.36,0.161,0.36,0.36S14.199,25.36,14,25.36z M26,23.36H6 c-0.199,0-0.36-0.161-0.36-0.36S5.801,22.64,6,22.64h20c0.199,0,0.36,0.161,0.36,0.36S26.199,23.36,26,23.36z M30,21.36h-9 c-0.199,0-0.36-0.161-0.36-0.36s0.161-0.36,0.36-0.36h9c0.199,0,0.36,0.161,0.36,0.36S30.199,21.36,30,21.36z M18,21.36h-4 c-0.199,0-0.36-0.161-0.36-0.36s0.161-0.36,0.36-0.36h4c0.199,0,0.36,0.161,0.36,0.36S18.199,21.36,18,21.36z M11,21.36H2 c-0.199,0-0.36-0.161-0.36-0.36S1.801,20.64,2,20.64h9c0.199,0,0.36,0.161,0.36,0.36S11.199,21.36,11,21.36z M25.36,21h-0.72v-1.64 h-1.28V21h-0.72v-8.64h-2.639H20h-0.001h-3.998c-0.001,0-0.002,0-0.003,0h-3.997c-0.001,0-0.002,0-0.003,0H9.36V21H8.64v-1.64H7.36 V21H6.64v-8.77l-2.697-0.87H1v-0.72h2.131L0.746,8.254L1,8V7.64h2.997c0.002,0,0.004,0,0.006,0h3.994c0.002,0,0.004,0,0.006,0h3.996 c0.001,0,0.002,0,0.003,0h3.997c0.001,0,0.002,0,0.003,0H20h0h0.001h3.996c0.002,0,0.004,0,0.006,0h3.994c0.002,0,0.004,0,0.006,0 H31V8l0.255,0.254l-2.386,2.386H31v0.72h-2.943l-2.696,0.87L25.36,21L25.36,21z M23.36,18.64h1.279v-6.28H24l0,0h-0.001H23.36V18.64 z M7.36,18.64h1.28v-6.28H8.001c-0.001,0-0.002,0-0.003,0H7.36V18.64z M20.869,11.64h2.262L22,10.509L20.869,11.64z M16.869,11.64 h2.262L18,10.509L16.869,11.64z M12.869,11.64h2.262L14,10.509L12.869,11.64z M8.869,11.64h2.262L10,10.509L8.869,11.64z M27.64,8.869l-2.759,2.759l2.759-0.89V8.869z M4.36,10.738l2.759,0.89L4.36,8.869V10.738z M18.509,10L20,11.491L21.491,10L20,8.509 L18.509,10z M14.509,10L16,11.491L17.491,10L16,8.509L14.509,10z M10.509,10L12,11.491L13.491,10L12,8.509L10.509,10z M24.36,8.36 v2.771l2.771-2.771H24.36z M22.509,10l1.131,1.131V8.869L22.509,10z M8.36,8.869v2.262L9.491,10L8.36,8.869z M4.869,8.36 l2.771,2.771V8.36H4.869z M28.36,8.36v1.771l1.771-1.771H28.36z M1.869,8.36l1.771,1.771V8.36H1.869z M20.869,8.36L22,9.491 l1.131-1.131C23.131,8.36,20.869,8.36,20.869,8.36z M16.869,8.36L18,9.491l1.131-1.131C19.131,8.36,16.869,8.36,16.869,8.36z M12.869,8.36L14,9.491l1.131-1.131C15.131,8.36,12.869,8.36,12.869,8.36z M8.869,8.36L10,9.491l1.131-1.131 C11.131,8.36,8.869,8.36,8.869,8.36z" })), children);
|
|
23773
26551
|
});
|
|
23774
|
-
var Presentation = /* @__PURE__ */
|
|
23775
|
-
return /* @__PURE__ */
|
|
26552
|
+
var Presentation = /* @__PURE__ */ import_react21.default.forwardRef(function Presentation2({ children, ...rest }, ref) {
|
|
26553
|
+
return /* @__PURE__ */ import_react21.default.createElement(Icon3, _extends({ width: 64, height: 64, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", ref }, rest), _path2144 || (_path2144 = /* @__PURE__ */ import_react21.default.createElement("path", { d: "M21.36,31h-0.72l-0.001-1.572c0-1.952-1.254-3.704-3.121-4.36c-0.136-0.048-0.229-0.171-0.24-0.314 c-0.01-0.143,0.065-0.278,0.193-0.345c1.073-0.559,1.739-1.646,1.739-2.837c0-1.771-1.44-3.211-3.211-3.211s-3.212,1.44-3.212,3.211 c0,1.191,0.667,2.279,1.74,2.838c0.127,0.066,0.203,0.202,0.193,0.345c-0.01,0.144-0.104,0.267-0.239,0.314 c-1.866,0.656-3.12,2.408-3.12,4.359L11.359,31h-0.72v-1.572c0-1.952-1.255-3.704-3.122-4.36c-0.135-0.048-0.229-0.171-0.239-0.314 c-0.01-0.143,0.065-0.278,0.192-0.345c1.073-0.559,1.739-1.646,1.739-2.837c0-1.771-1.441-3.211-3.211-3.211 c-1.771,0-3.212,1.44-3.212,3.211c0,1.191,0.667,2.279,1.74,2.838c0.127,0.066,0.203,0.202,0.193,0.345 c-0.01,0.144-0.104,0.267-0.239,0.314c-1.866,0.656-3.12,2.408-3.12,4.359V31H0.64v-1.572c0-2.022,1.162-3.858,2.954-4.763 c-0.956-0.737-1.527-1.87-1.527-3.094c0-2.168,1.764-3.932,3.932-3.932c2.167,0,3.931,1.764,3.931,3.932 c0,1.223-0.571,2.354-1.526,3.092c1.202,0.607,2.122,1.633,2.596,2.854c0.475-1.22,1.393-2.245,2.595-2.852 c-0.956-0.737-1.527-1.87-1.527-3.094c0-2.168,1.764-3.932,3.932-3.932s3.932,1.764,3.932,3.932c0,1.223-0.571,2.354-1.527,3.092 c1.203,0.607,2.122,1.634,2.597,2.854c0.475-1.221,1.394-2.246,2.595-2.853c-0.956-0.737-1.527-1.87-1.527-3.094 c0-2.168,1.764-3.932,3.932-3.932s3.932,1.764,3.932,3.932c0,1.223-0.571,2.354-1.526,3.092c1.793,0.905,2.956,2.742,2.956,4.765V31 H30.64v-1.572c0-1.952-1.254-3.704-3.121-4.36c-0.136-0.048-0.229-0.171-0.24-0.314c-0.01-0.143,0.065-0.278,0.193-0.345 c1.072-0.559,1.738-1.646,1.738-2.837c0-1.771-1.44-3.211-3.211-3.211s-3.211,1.44-3.211,3.211c0,1.192,0.666,2.279,1.739,2.838 c0.128,0.066,0.203,0.202,0.193,0.345c-0.011,0.144-0.104,0.267-0.24,0.314c-1.866,0.656-3.119,2.408-3.119,4.359L21.36,31z M31,15.36H16v-0.72h14.64V1.36H14.36v6.008h2.679c0.75,0,1.36,0.61,1.36,1.36s-0.61,1.36-1.36,1.36H10.36V15H9.64V9.728 c0-0.199,0.161-0.36,0.36-0.36h7.039c0.353,0,0.64-0.287,0.64-0.64s-0.287-0.64-0.64-0.64H7.616c-0.166,0-0.31-0.113-0.35-0.274 C7.227,7.652,7.303,7.485,7.45,7.408C8.519,6.85,9.184,5.763,9.184,4.572C9.184,2.801,7.755,1.36,6,1.36 c-1.774,0-3.218,1.441-3.218,3.212c0,1.192,0.665,2.279,1.735,2.837C4.644,7.475,4.72,7.611,4.709,7.754 C4.699,7.897,4.605,8.021,4.47,8.068c-1.86,0.656-3.11,2.408-3.11,4.36V15H0.64v-2.572c0-2.022,1.159-3.858,2.945-4.763 c-0.953-0.737-1.523-1.87-1.523-3.093C2.062,2.404,3.829,0.64,6,0.64c2.152,0,3.903,1.764,3.903,3.932 c0,1.069-0.435,2.069-1.181,2.796h4.918V1c0-0.199,0.161-0.36,0.36-0.36h17c0.199,0,0.36,0.161,0.36,0.36v14 C31.36,15.199,31.199,15.36,31,15.36z M26,11.36c-0.897,0-1.741-0.35-2.376-0.984C22.989,9.741,22.64,8.897,22.64,8 s0.35-1.741,0.984-2.375c1.27-1.27,3.482-1.27,4.752,0C29.011,6.259,29.36,7.103,29.36,8s-0.35,1.741-0.984,2.375l0,0l0,0l0,0 C27.741,11.01,26.897,11.36,26,11.36z M25.695,10.623c0.791,0.092,1.601-0.185,2.171-0.756l0,0C28.365,9.368,28.64,8.705,28.64,8 c0-0.58-0.186-1.131-0.528-1.586l-1.787,1.772L25.695,10.623z M23.562,6.984C23.43,7.302,23.36,7.646,23.36,8 c0,0.705,0.274,1.368,0.773,1.867c0.251,0.251,0.545,0.446,0.864,0.577l0.586-2.271L23.562,6.984z M23.928,6.364l2.016,1.185 l1.661-1.646c-1.009-0.775-2.558-0.684-3.471,0.23C24.06,6.207,23.991,6.284,23.928,6.364z M20,5.36h-4V4.64h4V5.36z M21,3.36h-5 V2.64h5V3.36z" })), children);
|
|
23776
26554
|
});
|
|
23777
|
-
var Presenter = /* @__PURE__ */
|
|
23778
|
-
return /* @__PURE__ */
|
|
26555
|
+
var Presenter = /* @__PURE__ */ import_react21.default.forwardRef(function Presenter2({ children, ...rest }, ref) {
|
|
26556
|
+
return /* @__PURE__ */ import_react21.default.createElement(Icon3, _extends({ width: 64, height: 64, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", ref }, rest), _path2154 || (_path2154 = /* @__PURE__ */ import_react21.default.createElement("path", { d: "M16,19.14c-1.298,0-2.519,0.506-3.437,1.424C11.646,21.481,11.14,22.702,11.14,24 s0.506,2.519,1.424,3.437c0.917,0.918,2.138,1.424,3.437,1.424c1.298,0,2.519-0.506,3.437-1.424S20.86,25.298,20.86,24 s-0.506-2.519-1.424-3.437S17.298,19.14,16,19.14z M13.072,21.073c0.782-0.782,1.822-1.213,2.928-1.213 c0.989,0,1.926,0.345,2.672,0.978l-2.729,2.711l-3.319-1.946C12.757,21.415,12.907,21.238,13.072,21.073z M13.072,26.927 C12.291,26.146,11.86,25.105,11.86,24c0-0.625,0.138-1.229,0.398-1.777l3.325,1.95l-0.968,3.73 C14.041,27.7,13.515,27.37,13.072,26.927z M18.927,26.927c-0.945,0.947-2.318,1.377-3.615,1.156l1.012-3.897l2.856-2.837 c0.622,0.742,0.96,1.671,0.96,2.651C20.14,25.105,19.709,26.146,18.927,26.927z M29.86,24c0-1.454-1.094-2.644-2.5-2.824V17 c0-0.199-0.161-0.36-0.36-0.36h-1.817c-1.433-1.915-3.49-3.378-5.761-4.116c1.855-1.171,3.014-3.221,3.014-5.444 c0-3.551-2.89-6.44-6.44-6.44c-3.551,0-6.44,2.889-6.44,6.44c0,2.223,1.158,4.274,3.013,5.445c-2.265,0.736-4.319,2.2-5.75,4.115H5 c-0.199,0-0.36,0.161-0.36,0.36v4.176c-1.406,0.179-2.5,1.37-2.5,2.824s1.094,2.645,2.5,2.824V31c0,0.199,0.161,0.36,0.36,0.36h22 c0.199,0,0.36-0.161,0.36-0.36v-4.176C28.766,26.644,29.86,25.454,29.86,24z M13.608,12.98c0.15-0.035,0.261-0.163,0.275-0.316 c0.015-0.153-0.07-0.299-0.211-0.362c-2.063-0.924-3.397-2.974-3.397-5.221c0-3.154,2.566-5.72,5.72-5.72s5.72,2.566,5.72,5.72 c0,2.247-1.333,4.297-3.397,5.221c-0.141,0.063-0.226,0.209-0.211,0.362c0.015,0.154,0.125,0.281,0.275,0.316 c2.273,0.538,4.381,1.856,5.883,3.66H7.734C9.236,14.835,11.34,13.517,13.608,12.98z M2.86,24c0-1.18,0.96-2.14,2.14-2.14 S7.14,22.82,7.14,24S6.18,26.14,5,26.14S2.86,25.18,2.86,24z M5.36,30.64v-3.816c1.406-0.179,2.5-1.37,2.5-2.824 s-1.094-2.645-2.5-2.824V17.36h21.28v3.816c-1.406,0.179-2.5,1.37-2.5,2.824s1.094,2.644,2.5,2.824v3.816H5.36z M27,26.14 c-1.18,0-2.14-0.96-2.14-2.14s0.96-2.14,2.14-2.14s2.14,0.96,2.14,2.14S28.18,26.14,27,26.14z" })), children);
|
|
23779
26557
|
});
|
|
23780
|
-
var Question = /* @__PURE__ */
|
|
23781
|
-
return /* @__PURE__ */
|
|
26558
|
+
var Question = /* @__PURE__ */ import_react21.default.forwardRef(function Question2({ children, ...rest }, ref) {
|
|
26559
|
+
return /* @__PURE__ */ import_react21.default.createElement(Icon3, _extends({ width: 64, height: 64, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", ref }, rest), _path2452 || (_path2452 = /* @__PURE__ */ import_react21.default.createElement("path", { d: "M23.668,29.312l-0.359-0.623c4.522-2.61,7.331-7.473,7.331-12.688c0-8.073-6.567-14.64-14.64-14.64 C7.927,1.36,1.36,7.927,1.36,16c0,5.216,2.81,10.078,7.332,12.688l-0.36,0.623C3.587,26.573,0.64,21.473,0.64,16 C0.64,7.53,7.53,0.64,16,0.64S31.36,7.53,31.36,16C31.36,21.473,28.413,26.573,23.668,29.312z M16.355,23.995h-0.72 c0-3.844,1.823-5.201,3.585-6.515c1.599-1.19,3.108-2.315,3.108-5.41c0-3.308-2.657-5.709-6.319-5.709 c-3.485,0-6.32,2.849-6.32,6.35H8.97c0-3.898,3.158-7.07,7.04-7.07c4.079,0,7.04,2.704,7.04,6.429c0,3.456-1.729,4.743-3.398,5.987 C17.956,19.32,16.355,20.513,16.355,23.995z M16,28.5c-0.552,0-1,0.448-1,1s0.448,1,1,1s1-0.448,1-1S16.552,28.5,16,28.5z" })), children);
|
|
23782
26560
|
});
|
|
23783
26561
|
|
|
23784
26562
|
// node_modules/@carbon/pictograms-react/es/__generated__/bucket-4.js
|
|
23785
|
-
var
|
|
26563
|
+
var import_react22 = __toESM(require("react"));
|
|
23786
26564
|
var _path2094;
|
|
23787
|
-
var Teacher = /* @__PURE__ */
|
|
26565
|
+
var Teacher = /* @__PURE__ */ import_react22.default.forwardRef(function Teacher2({
|
|
23788
26566
|
children,
|
|
23789
26567
|
...rest
|
|
23790
26568
|
}, ref) {
|
|
23791
|
-
return /* @__PURE__ */
|
|
26569
|
+
return /* @__PURE__ */ import_react22.default.createElement(Icon3, _extends({
|
|
23792
26570
|
width: 64,
|
|
23793
26571
|
height: 64,
|
|
23794
26572
|
viewBox: "0 0 32 32",
|
|
23795
26573
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23796
26574
|
fill: "currentColor",
|
|
23797
26575
|
ref
|
|
23798
|
-
}, rest), _path2094 || (_path2094 = /* @__PURE__ */
|
|
26576
|
+
}, rest), _path2094 || (_path2094 = /* @__PURE__ */ import_react22.default.createElement("path", {
|
|
23799
26577
|
d: "M21.813,31.36c-0.582,0-0.888-0.196-1.091-0.326 c-0.242-0.156-0.203-0.156-0.445,0c-0.203,0.13-0.509,0.326-1.091,0.326c-1.523,0-2.546-1.959-2.546-3.789 c0-1.836,0.789-2.932,2.11-2.932c0.501,0,0.804,0.136,1.071,0.254c0.111,0.05,0.211,0.094,0.318,0.126V24 c0-0.199,0.161-0.36,0.36-0.36c0.353,0,0.64-0.287,0.64-0.64h0.721c0,0.625-0.425,1.153-1,1.312v0.708 c0.107-0.032,0.207-0.076,0.318-0.126c0.268-0.118,0.57-0.254,1.071-0.254c1.321,0,2.11,1.096,2.11,2.932 c0,0.569-0.099,1.155-0.283,1.695C23.627,30.577,22.781,31.36,21.813,31.36z M20.5,30.211c0.273,0,0.461,0.12,0.611,0.217 c0.17,0.109,0.331,0.212,0.702,0.212c0.76,0,1.315-0.83,1.582-1.607c0.16-0.465,0.244-0.971,0.244-1.461 c0-0.826-0.181-2.211-1.39-2.211c-0.348,0-0.548,0.089-0.779,0.191c-0.249,0.111-0.532,0.237-0.971,0.237s-0.722-0.126-0.971-0.237 c-0.231-0.103-0.432-0.191-0.779-0.191c-1.209,0-1.39,1.385-1.39,2.211c0,1.448,0.781,3.068,1.826,3.068 c0.371,0,0.532-0.103,0.702-0.212C20.039,30.331,20.227,30.211,20.5,30.211z M31.36,31h-0.72c0-6.432-4.777-12.232-11.359-13.792 c-0.15-0.036-0.261-0.163-0.275-0.317s0.071-0.3,0.212-0.363c2.861-1.274,4.71-4.116,4.71-7.241c0-0.313-0.018-0.623-0.054-0.927 h-3.519c0.004,0.046,0.006,0.093,0.006,0.14c0,1.025-0.835,1.86-1.86,1.86s-1.86-0.834-1.86-1.86c0-0.353-0.287-0.64-0.64-0.64 s-0.64,0.287-0.64,0.64c0,1.025-0.834,1.86-1.86,1.86s-1.86-0.834-1.86-1.86c0-0.047,0.001-0.094,0.005-0.14h-3.52 C8.09,8.664,8.072,8.974,8.072,9.287c0,3.125,1.849,5.967,4.71,7.241c0.141,0.063,0.226,0.209,0.212,0.363s-0.125,0.281-0.275,0.317 C6.137,18.768,1.36,24.568,1.36,31H0.64c0-6.46,4.574-12.312,11.002-14.248c-2.634-1.539-4.29-4.375-4.29-7.465 c0-4.768,3.879-8.647,8.648-8.647c4.768,0,8.647,3.879,8.647,8.647c0,3.089-1.657,5.926-4.291,7.465 C26.785,18.688,31.36,24.54,31.36,31z M18.5,7.36c-0.629,0-1.14,0.512-1.14,1.14s0.511,1.14,1.14,1.14s1.14-0.512,1.14-1.14 S19.129,7.36,18.5,7.36z M13.5,7.36c-0.628,0-1.14,0.512-1.14,1.14s0.512,1.14,1.14,1.14s1.14-0.512,1.14-1.14 S14.128,7.36,13.5,7.36z M20.149,7.64h3.605C22.995,4.057,19.807,1.36,16,1.36S9.004,4.057,8.244,7.64h3.607 c0.311-0.594,0.934-1,1.649-1c0.661,0,1.242,0.346,1.572,0.867c0.486-0.455,1.37-0.455,1.856,0C17.258,6.986,17.84,6.64,18.5,6.64 C19.216,6.64,19.838,7.046,20.149,7.64z"
|
|
23800
26578
|
})), children);
|
|
23801
26579
|
});
|
|
23802
26580
|
|
|
23803
26581
|
// node_modules/@carbon/pictograms-react/es/__generated__/bucket-5.js
|
|
23804
|
-
var
|
|
23805
|
-
var
|
|
23806
|
-
var
|
|
23807
|
-
var
|
|
23808
|
-
var
|
|
23809
|
-
var TransactionalTrust = /* @__PURE__ */
|
|
26582
|
+
var import_react23 = __toESM(require("react"));
|
|
26583
|
+
var _path1528;
|
|
26584
|
+
var _path1621;
|
|
26585
|
+
var _path638;
|
|
26586
|
+
var _path678;
|
|
26587
|
+
var TransactionalTrust = /* @__PURE__ */ import_react23.default.forwardRef(function TransactionalTrust2({
|
|
23810
26588
|
children,
|
|
23811
26589
|
...rest
|
|
23812
26590
|
}, ref) {
|
|
23813
|
-
return /* @__PURE__ */
|
|
26591
|
+
return /* @__PURE__ */ import_react23.default.createElement(Icon3, _extends({
|
|
23814
26592
|
width: 64,
|
|
23815
26593
|
height: 64,
|
|
23816
26594
|
viewBox: "0 0 32 32",
|
|
23817
26595
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23818
26596
|
fill: "currentColor",
|
|
23819
26597
|
ref
|
|
23820
|
-
}, rest),
|
|
26598
|
+
}, rest), _path1528 || (_path1528 = /* @__PURE__ */ import_react23.default.createElement("path", {
|
|
23821
26599
|
d: "M30.082,9.856l-0.66,0.288c0.761,1.74,1.154,3.589,1.2,5.496H13.86v-1.386 c0-1.765-1.042-3.314-2.613-3.996c0.558-0.493,0.893-1.209,0.893-1.978c0-1.456-1.184-2.64-2.64-2.64S6.86,6.824,6.86,8.28 c0,0.768,0.335,1.484,0.893,1.978c-1.57,0.682-2.613,2.231-2.613,3.996v1.386H1.378C1.569,7.855,7.855,1.569,15.64,1.378V13h0.72 V1.381c4.255,0.102,8.152,1.999,10.867,5.26H24v0.72h4.36V3h-0.72v3.015C24.716,2.599,20.539,0.64,16,0.64 C7.53,0.64,0.64,7.53,0.64,16c0,2.136,0.43,4.203,1.278,6.145l0.66-0.289c-0.761-1.739-1.154-3.588-1.2-5.496h29.243 c-0.091,3.722-1.576,7.098-3.954,9.635c-0.37-1.217-1.257-2.224-2.422-2.735c0.56-0.494,0.896-1.211,0.896-1.979 c0-1.456-1.185-2.641-2.641-2.641s-2.641,1.185-2.641,2.641c0,0.768,0.335,1.484,0.894,1.978c-1.57,0.681-2.613,2.23-2.613,3.996 v3.211c-0.584,0.086-1.176,0.141-1.78,0.156V19h-0.72v11.619c-4.255-0.102-8.152-1.998-10.867-5.259H8v-0.72H3.64V29h0.72v-3.017 C7.283,29.401,11.461,31.36,16,31.36c8.47,0,15.36-6.891,15.36-15.36C31.36,13.864,30.93,11.797,30.082,9.856z M18.86,27.254 c0-1.695,1.149-3.15,2.797-3.54c0.15-0.036,0.261-0.163,0.275-0.317c0.015-0.153-0.071-0.299-0.212-0.362 c-0.693-0.309-1.141-0.997-1.141-1.754c0-1.059,0.861-1.92,1.92-1.92s1.92,0.861,1.92,1.92c0,0.757-0.447,1.445-1.141,1.754 c-0.142,0.063-0.227,0.209-0.212,0.362c0.015,0.154,0.125,0.281,0.275,0.317c1.401,0.332,2.47,1.479,2.728,2.884 c-1.968,1.871-4.446,3.207-7.21,3.757L18.86,27.254L18.86,27.254z M5.86,14.254c0-1.694,1.15-3.15,2.797-3.541 c0.15-0.036,0.261-0.163,0.275-0.317c0.014-0.153-0.071-0.299-0.212-0.362C8.027,9.726,7.58,9.037,7.58,8.28 c0-1.059,0.861-1.92,1.92-1.92s1.92,0.861,1.92,1.92c0,0.757-0.448,1.445-1.142,1.753c-0.141,0.063-0.226,0.208-0.212,0.362 s0.125,0.281,0.275,0.317c1.647,0.391,2.798,1.847,2.798,3.541v1.386H5.86V14.254z"
|
|
23822
26600
|
})), children);
|
|
23823
26601
|
});
|
|
23824
|
-
var Transform_01 = /* @__PURE__ */
|
|
26602
|
+
var Transform_01 = /* @__PURE__ */ import_react23.default.forwardRef(function Transform_012({
|
|
23825
26603
|
children,
|
|
23826
26604
|
...rest
|
|
23827
26605
|
}, ref) {
|
|
23828
|
-
return /* @__PURE__ */
|
|
26606
|
+
return /* @__PURE__ */ import_react23.default.createElement(Icon3, _extends({
|
|
23829
26607
|
width: 64,
|
|
23830
26608
|
height: 64,
|
|
23831
26609
|
viewBox: "0 0 32 32",
|
|
23832
26610
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23833
26611
|
fill: "currentColor",
|
|
23834
26612
|
ref
|
|
23835
|
-
}, rest),
|
|
26613
|
+
}, rest), _path1621 || (_path1621 = /* @__PURE__ */ import_react23.default.createElement("path", {
|
|
23836
26614
|
d: "M13,31.36H1c-0.199,0-0.36-0.161-0.36-0.36V19c0-0.199,0.161-0.36,0.36-0.36h12 c0.199,0,0.36,0.161,0.36,0.36v12C13.36,31.199,13.199,31.36,13,31.36z M1.36,30.64h11.28V19.36H1.36V30.64z M25,20.528 c-0.139,0-0.271-0.081-0.33-0.216c-0.079-0.183,0.004-0.395,0.186-0.475c3.514-1.535,5.784-5.004,5.784-8.838 c0-5.315-4.324-9.64-9.64-9.64c-3.833,0-7.303,2.271-8.838,5.784c-0.081,0.182-0.293,0.265-0.474,0.186 c-0.182-0.08-0.266-0.292-0.186-0.474C13.152,3.08,16.88,0.64,21,0.64c5.713,0,10.36,4.647,10.36,10.36 c0,4.12-2.44,7.849-6.216,9.498C25.098,20.519,25.048,20.528,25,20.528z M7.36,16.99c0-0.199-0.161-0.36-0.36-0.36 s-0.36,0.161-0.36,0.36V17c0,0.199,0.161,0.355,0.36,0.355S7.36,17.189,7.36,16.99z M17.089,25.36h-0.021 c-0.199,0-0.36-0.161-0.36-0.36s0.161-0.36,0.36-0.36c0.199,0,0.37,0.161,0.37,0.36S17.288,25.36,17.089,25.36z M19.122,25.36 h-0.021c-0.199,0-0.36-0.161-0.36-0.36s0.161-0.36,0.36-0.36c0.199,0,0.37,0.161,0.37,0.36S19.321,25.36,19.122,25.36z M21.042,24.797c-0.132,0-0.259-0.073-0.322-0.199c-0.089-0.178-0.017-0.395,0.161-0.483c0.163-0.11,0.377-0.062,0.489,0.106 c0.109,0.165,0.055,0.395-0.111,0.505c-0.012,0.008-0.042,0.026-0.056,0.033C21.151,24.784,21.097,24.797,21.042,24.797z M22.459,23.363c-0.069,0-0.139-0.02-0.199-0.061c-0.166-0.11-0.211-0.334-0.101-0.499c0.089-0.18,0.302-0.238,0.477-0.151 c0.178,0.09,0.244,0.316,0.155,0.494c-0.007,0.014-0.024,0.044-0.032,0.056C22.689,23.307,22.575,23.363,22.459,23.363z M23,21.421 c-0.199,0-0.36-0.161-0.36-0.36s0.161-0.37,0.36-0.37s0.36,0.15,0.36,0.35v0.021C23.36,21.26,23.199,21.421,23,21.421z M23,19.382 c-0.199,0-0.36-0.161-0.36-0.36s0.161-0.37,0.36-0.37s0.36,0.151,0.36,0.351v0.02C23.36,19.221,23.199,19.382,23,19.382z M23,17.344 c-0.199,0-0.36-0.161-0.36-0.36c0-0.199,0.161-0.37,0.36-0.37s0.36,0.151,0.36,0.35v0.02C23.36,17.183,23.199,17.344,23,17.344z M7,15.322c-0.199,0-0.36-0.151-0.36-0.35v-0.02c0-0.199,0.161-0.36,0.36-0.36s0.36,0.161,0.36,0.36S7.199,15.322,7,15.322z M23,15.305c-0.199,0-0.36-0.161-0.36-0.36s0.161-0.37,0.36-0.37s0.36,0.151,0.36,0.35v0.02C23.36,15.144,23.199,15.305,23,15.305z M7,13.283c-0.004,0-0.009,0-0.013,0c-0.193-0.007-0.346-0.156-0.346-0.35c0-0.009,0-0.039,0.001-0.048 c0.016-0.197,0.183-0.345,0.387-0.331c0.198,0.015,0.346,0.188,0.331,0.387C7.345,13.129,7.188,13.283,7,13.283z M7.542,11.342 c-0.06,0-0.12-0.015-0.175-0.047c-0.172-0.1-0.235-0.312-0.135-0.483l0.01-0.018c0.101-0.171,0.323-0.229,0.492-0.129 c0.172,0.1,0.23,0.321,0.13,0.492C7.797,11.273,7.67,11.342,7.542,11.342z M22.442,11.329c-0.127,0-0.251-0.068-0.316-0.188 c-0.092-0.169-0.04-0.389,0.125-0.489c0.165-0.099,0.374-0.062,0.48,0.1c0.006,0.009,0.021,0.035,0.027,0.044 c0.095,0.174,0.03,0.393-0.144,0.488C22.56,11.315,22.501,11.329,22.442,11.329z M21.014,9.907c-0.062,0-0.124-0.016-0.182-0.049 c-0.172-0.1-0.238-0.326-0.138-0.498c0.1-0.171,0.311-0.235,0.483-0.135l0.018,0.01c0.172,0.1,0.229,0.321,0.129,0.493 C21.258,9.843,21.137,9.907,21.014,9.907z M8.964,9.561h0.009H8.964z M19.074,9.361c-0.008,0-0.017,0-0.025-0.001 c-0.193-0.014-0.352-0.178-0.345-0.372c0.007-0.202,0.217-0.366,0.396-0.346c0.198,0.014,0.348,0.186,0.334,0.385 C19.42,9.216,19.262,9.361,19.074,9.361z M17.035,9.36c-0.199,0-0.37-0.161-0.37-0.36s0.151-0.36,0.35-0.36h0.021 c0.199,0,0.36,0.161,0.36,0.36S17.234,9.36,17.035,9.36z M14.997,9.36c-0.199,0-0.37-0.161-0.37-0.36s0.151-0.36,0.35-0.36h0.02 c0.199,0,0.36,0.161,0.36,0.36S15.195,9.36,14.997,9.36z M12.958,9.36c-0.199,0-0.37-0.161-0.37-0.36s0.151-0.36,0.35-0.36h0.021 c0.199,0,0.36,0.161,0.36,0.36S13.157,9.36,12.958,9.36z M15.37,25c0-0.199-0.167-0.36-0.365-0.36s-0.36,0.161-0.36,0.36 s0.161,0.36,0.36,0.36h0.01C15.213,25.36,15.37,25.199,15.37,25z M10.905,9.36c-0.199,0-0.37-0.161-0.37-0.36s0.151-0.36,0.35-0.36 h0.021c0.199,0,0.36,0.161,0.36,0.36S11.104,9.36,10.905,9.36z M8.978,9.92c-0.199,0-0.37-0.161-0.37-0.36S8.759,9.2,8.958,9.2 h0.021c0.199,0,0.36,0.161,0.36,0.36S9.177,9.92,8.978,9.92z M23,13.294c-0.199,0-0.36-0.161-0.36-0.36s0.161-0.37,0.36-0.37 s0.36,0.151,0.36,0.35v0.02C23.36,13.133,23.199,13.294,23,13.294z"
|
|
23837
26615
|
})), children);
|
|
23838
26616
|
});
|
|
23839
|
-
var User = /* @__PURE__ */
|
|
26617
|
+
var User = /* @__PURE__ */ import_react23.default.forwardRef(function User2({
|
|
23840
26618
|
children,
|
|
23841
26619
|
...rest
|
|
23842
26620
|
}, ref) {
|
|
23843
|
-
return /* @__PURE__ */
|
|
26621
|
+
return /* @__PURE__ */ import_react23.default.createElement(Icon3, _extends({
|
|
23844
26622
|
width: 64,
|
|
23845
26623
|
height: 64,
|
|
23846
26624
|
viewBox: "0 0 32 32",
|
|
23847
26625
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23848
26626
|
fill: "currentColor",
|
|
23849
26627
|
ref
|
|
23850
|
-
}, rest),
|
|
26628
|
+
}, rest), _path638 || (_path638 = /* @__PURE__ */ import_react23.default.createElement("path", {
|
|
23851
26629
|
d: "M31.36,31h-0.72c0-6.432-4.777-12.232-11.359-13.792c-0.15-0.036-0.261-0.163-0.275-0.317 c-0.015-0.153,0.071-0.299,0.212-0.362c2.861-1.273,4.71-4.116,4.71-7.241c0-4.371-3.556-7.927-7.927-7.927 c-4.372,0-7.928,3.556-7.928,7.927c0,3.125,1.849,5.968,4.711,7.241c0.141,0.063,0.226,0.209,0.212,0.362 c-0.014,0.154-0.125,0.281-0.275,0.317C6.137,18.768,1.36,24.568,1.36,31H0.64c0-6.46,4.574-12.312,11.002-14.248 c-2.634-1.539-4.291-4.375-4.291-7.465c0-4.768,3.879-8.647,8.648-8.647c4.768,0,8.647,3.879,8.647,8.647 c0,3.09-1.656,5.926-4.29,7.465C26.786,18.688,31.36,24.54,31.36,31z"
|
|
23852
26630
|
})), children);
|
|
23853
26631
|
});
|
|
23854
|
-
var UserInterface = /* @__PURE__ */
|
|
26632
|
+
var UserInterface = /* @__PURE__ */ import_react23.default.forwardRef(function UserInterface2({
|
|
23855
26633
|
children,
|
|
23856
26634
|
...rest
|
|
23857
26635
|
}, ref) {
|
|
23858
|
-
return /* @__PURE__ */
|
|
26636
|
+
return /* @__PURE__ */ import_react23.default.createElement(Icon3, _extends({
|
|
23859
26637
|
width: 64,
|
|
23860
26638
|
height: 64,
|
|
23861
26639
|
viewBox: "0 0 32 32",
|
|
23862
26640
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23863
26641
|
fill: "currentColor",
|
|
23864
26642
|
ref
|
|
23865
|
-
}, rest),
|
|
26643
|
+
}, rest), _path678 || (_path678 = /* @__PURE__ */ import_react23.default.createElement("path", {
|
|
23866
26644
|
d: "M29,3.5C29,3.776,28.776,4,28.5,4S28,3.776,28,3.5S28.224,3,28.5,3S29,3.224,29,3.5 M26.5,3 C26.224,3,26,3.224,26,3.5S26.224,4,26.5,4S27,3.776,27,3.5S26.776,3,26.5,3 M24.5,3C24.224,3,24,3.224,24,3.5S24.224,4,24.5,4 S25,3.776,25,3.5S24.776,3,24.5,3 M31,30.36H1c-0.199,0-0.36-0.161-0.36-0.36V2c0-0.199,0.161-0.36,0.36-0.36h30 c0.199,0,0.36,0.161,0.36,0.36v28C31.36,30.199,31.199,30.36,31,30.36z M1.36,29.64h29.28V5.36H1.36V29.64z M1.36,4.64h29.28V2.36 H1.36V4.64z M15,25.36h-5c-0.199,0-0.36-0.161-0.36-0.36v-3c0-0.199,0.161-0.36,0.36-0.36h5c0.199,0,0.36,0.161,0.36,0.36v3 C15.36,25.199,15.199,25.36,15,25.36z M10.36,24.64h4.28v-2.28h-4.28C10.36,22.36,10.36,24.64,10.36,24.64z M22,20.36h-5 c-0.199,0-0.36-0.161-0.36-0.36v-3c0-0.199,0.161-0.36,0.36-0.36h5c0.199,0,0.36,0.161,0.36,0.36v3 C22.36,20.199,22.199,20.36,22,20.36z M17.36,19.64h4.279v-2.28H17.36V19.64z M15,20.36h-5c-0.199,0-0.36-0.161-0.36-0.36v-3 c0-0.199,0.161-0.36,0.36-0.36h5c0.199,0,0.36,0.161,0.36,0.36v3C15.36,20.199,15.199,20.36,15,20.36z M10.36,19.64h4.28v-2.28 h-4.28C10.36,17.36,10.36,19.64,10.36,19.64z M22,15.36h-5c-0.199,0-0.36-0.161-0.36-0.36v-3c0-0.199,0.161-0.36,0.36-0.36h5 c0.199,0,0.36,0.161,0.36,0.36v3C22.36,15.199,22.199,15.36,22,15.36z M17.36,14.64h4.279v-2.28H17.36V14.64z M15,15.36h-5 c-0.199,0-0.36-0.161-0.36-0.36v-3c0-0.199,0.161-0.36,0.36-0.36h5c0.199,0,0.36,0.161,0.36,0.36v3 C15.36,15.199,15.199,15.36,15,15.36z M10.36,14.64h4.28v-2.28h-4.28C10.36,12.36,10.36,14.64,10.36,14.64z M8,15.36H3 c-0.199,0-0.36-0.161-0.36-0.36v-3c0-0.199,0.161-0.36,0.36-0.36h5c0.199,0,0.36,0.161,0.36,0.36v3C8.36,15.199,8.199,15.36,8,15.36 z M3.36,14.64h4.28v-2.28H3.36V14.64z M29,10.36h-5c-0.199,0-0.36-0.161-0.36-0.36V7c0-0.199,0.161-0.36,0.36-0.36h5 c0.199,0,0.36,0.161,0.36,0.36v3C29.36,10.199,29.199,10.36,29,10.36z M24.36,9.64h4.279V7.36H24.36V9.64z M22,10.36h-5 c-0.199,0-0.36-0.161-0.36-0.36V7c0-0.199,0.161-0.36,0.36-0.36h5c0.199,0,0.36,0.161,0.36,0.36v3 C22.36,10.199,22.199,10.36,22,10.36z M17.36,9.64h4.279V7.36H17.36V9.64z M15,10.36h-5c-0.199,0-0.36-0.161-0.36-0.36V7 c0-0.199,0.161-0.36,0.36-0.36h5c0.199,0,0.36,0.161,0.36,0.36v3C15.36,10.199,15.199,10.36,15,10.36z M10.36,9.64h4.28V7.36h-4.28 C10.36,7.36,10.36,9.64,10.36,9.64z M8,10.36H3c-0.199,0-0.36-0.161-0.36-0.36V7c0-0.199,0.161-0.36,0.36-0.36h5 c0.199,0,0.36,0.161,0.36,0.36v3C8.36,10.199,8.199,10.36,8,10.36z M3.36,9.64h4.28V7.36H3.36V9.64z"
|
|
23867
26645
|
})), children);
|
|
23868
26646
|
});
|
|
23869
26647
|
|
|
23870
26648
|
// node_modules/@carbon/pictograms-react/es/index.js
|
|
23871
|
-
var
|
|
26649
|
+
var import_react24 = require("react");
|
|
23872
26650
|
|
|
23873
26651
|
// src/components/CustomPictogram/libs/types.ts
|
|
23874
26652
|
var CP_nameOpt = [
|
|
@@ -23969,16 +26747,75 @@ var CustomPictogram = ({ name, size = "md", className }) => {
|
|
|
23969
26747
|
};
|
|
23970
26748
|
var CustomPictogram_default = CustomPictogram;
|
|
23971
26749
|
|
|
26750
|
+
// src/components/CustomQuotes/CustomQuotes.tsx
|
|
26751
|
+
var import_react25 = require("react");
|
|
26752
|
+
var import_clsx7 = __toESM(require("clsx"));
|
|
26753
|
+
|
|
26754
|
+
// src/components/CustomQuotes/libs/functionUtils.ts
|
|
26755
|
+
var getRandomQuote = ({ quotes, previousQuote }) => {
|
|
26756
|
+
if (quotes.length === 0) return "";
|
|
26757
|
+
if (quotes.length === 1) return quotes[0];
|
|
26758
|
+
const availableQuotes = quotes.filter((quote) => quote !== previousQuote);
|
|
26759
|
+
const randomIndex = Math.floor(Math.random() * availableQuotes.length);
|
|
26760
|
+
return availableQuotes[randomIndex];
|
|
26761
|
+
};
|
|
26762
|
+
|
|
26763
|
+
// src/components/CustomQuotes/CustomQuotes.tsx
|
|
26764
|
+
var import_jsx_runtime14 = require("react/jsx-runtime");
|
|
26765
|
+
var CustomQuotes = ({
|
|
26766
|
+
className,
|
|
26767
|
+
quotes,
|
|
26768
|
+
rotationTimer = 2
|
|
26769
|
+
}) => {
|
|
26770
|
+
const [currentQuote, setCurrentQuote] = (0, import_react25.useState)("");
|
|
26771
|
+
const [previousQuote, setPreviousQuote] = (0, import_react25.useState)("");
|
|
26772
|
+
(0, import_react25.useEffect)(() => {
|
|
26773
|
+
if (quotes.length > 0) {
|
|
26774
|
+
const initialQuote = getRandomQuote({
|
|
26775
|
+
quotes,
|
|
26776
|
+
previousQuote: ""
|
|
26777
|
+
// Start with empty previous quote
|
|
26778
|
+
});
|
|
26779
|
+
setCurrentQuote(initialQuote);
|
|
26780
|
+
setPreviousQuote(initialQuote);
|
|
26781
|
+
}
|
|
26782
|
+
}, [quotes]);
|
|
26783
|
+
(0, import_react25.useEffect)(() => {
|
|
26784
|
+
if (quotes.length <= 1) return;
|
|
26785
|
+
const intervalMs = rotationTimer * 60 * 1e3;
|
|
26786
|
+
const intervalId = setInterval(() => {
|
|
26787
|
+
setCurrentQuote((prevCurrent) => {
|
|
26788
|
+
const newQuote = getRandomQuote({
|
|
26789
|
+
quotes,
|
|
26790
|
+
previousQuote: prevCurrent
|
|
26791
|
+
});
|
|
26792
|
+
setPreviousQuote(prevCurrent);
|
|
26793
|
+
return newQuote;
|
|
26794
|
+
});
|
|
26795
|
+
}, intervalMs);
|
|
26796
|
+
return () => clearInterval(intervalId);
|
|
26797
|
+
}, [quotes, rotationTimer]);
|
|
26798
|
+
if (quotes.length === 0) {
|
|
26799
|
+
return /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(import_jsx_runtime14.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(SkeletonAnimation_default, { part: "body" }) });
|
|
26800
|
+
}
|
|
26801
|
+
return /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(import_jsx_runtime14.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("div", { className: (0, import_clsx7.default)(className, "custom-quotes"), children: [
|
|
26802
|
+
/* @__PURE__ */ (0, import_jsx_runtime14.jsx)(Quotes, { className: "custom-quotes__icon" }),
|
|
26803
|
+
/* @__PURE__ */ (0, import_jsx_runtime14.jsx)("blockquote", { className: "custom-quotes__text", children: currentQuote }),
|
|
26804
|
+
/* @__PURE__ */ (0, import_jsx_runtime14.jsx)("hr", { className: "custom-quotes__hr" })
|
|
26805
|
+
] }) });
|
|
26806
|
+
};
|
|
26807
|
+
var CustomQuotes_default = CustomQuotes;
|
|
26808
|
+
|
|
23972
26809
|
// src/components/CustomTile/index.ts
|
|
23973
|
-
var
|
|
26810
|
+
var import_react31 = require("react");
|
|
23974
26811
|
|
|
23975
26812
|
// src/components/CustomTile/CustomTile.tsx
|
|
23976
|
-
var
|
|
23977
|
-
var
|
|
23978
|
-
var
|
|
26813
|
+
var import_react28 = require("react");
|
|
26814
|
+
var import_react29 = __toESM(require("react"));
|
|
26815
|
+
var import_react30 = require("@carbon/react");
|
|
23979
26816
|
|
|
23980
26817
|
// src/components/CustomTile/lib/getCustomTileCSSClasses.tsx
|
|
23981
|
-
var
|
|
26818
|
+
var import_clsx8 = __toESM(require("clsx"));
|
|
23982
26819
|
var getCustomTileCSSClasses = ({
|
|
23983
26820
|
layoutStyle,
|
|
23984
26821
|
linksTo,
|
|
@@ -23987,7 +26824,7 @@ var getCustomTileCSSClasses = ({
|
|
|
23987
26824
|
iconIsOnDisplay,
|
|
23988
26825
|
imageIsOnDisplay,
|
|
23989
26826
|
pictogramIsOnDisplay
|
|
23990
|
-
}) => (0,
|
|
26827
|
+
}) => (0, import_clsx8.default)("enj-CustomTile", `enj-CustomTile--${layoutStyle}`, {
|
|
23991
26828
|
"enj-CustomTile--has-link": linksTo,
|
|
23992
26829
|
// Indicates that component opens a link
|
|
23993
26830
|
"enj-CustomTile--has-link-external": linkIsExternal,
|
|
@@ -24000,7 +26837,7 @@ var getCustomTileCSSClasses = ({
|
|
|
24000
26837
|
});
|
|
24001
26838
|
|
|
24002
26839
|
// src/components/CustomTile/lib/getLinkwrapper.tsx
|
|
24003
|
-
var
|
|
26840
|
+
var import_jsx_runtime15 = require("react/jsx-runtime");
|
|
24004
26841
|
var getLinkWrapper = ({
|
|
24005
26842
|
heading,
|
|
24006
26843
|
linksTo,
|
|
@@ -24011,7 +26848,7 @@ var getLinkWrapper = ({
|
|
|
24011
26848
|
className: "enj-CustomTile-anchor-tag",
|
|
24012
26849
|
"aria-label": `Navigate to ${heading}${linkIsExternal ? " (opens in new tab)" : ""}`
|
|
24013
26850
|
};
|
|
24014
|
-
return linksTo ? /* @__PURE__ */ (0,
|
|
26851
|
+
return linksTo ? /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
|
|
24015
26852
|
"a",
|
|
24016
26853
|
{
|
|
24017
26854
|
href: linksTo,
|
|
@@ -24019,12 +26856,12 @@ var getLinkWrapper = ({
|
|
|
24019
26856
|
rel: linkIsExternal ? "noopener noreferrer" : void 0,
|
|
24020
26857
|
...customProps
|
|
24021
26858
|
}
|
|
24022
|
-
) : /* @__PURE__ */ (0,
|
|
26859
|
+
) : /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(import_jsx_runtime15.Fragment, {});
|
|
24023
26860
|
};
|
|
24024
26861
|
|
|
24025
26862
|
// src/components/CustomTile/lib/getTileContent.tsx
|
|
24026
|
-
var
|
|
24027
|
-
var
|
|
26863
|
+
var import_clsx9 = __toESM(require("clsx"));
|
|
26864
|
+
var import_jsx_runtime16 = require("react/jsx-runtime");
|
|
24028
26865
|
var getTileContent = ({
|
|
24029
26866
|
featuredText,
|
|
24030
26867
|
mediaPictogram,
|
|
@@ -24038,31 +26875,31 @@ var getTileContent = ({
|
|
|
24038
26875
|
className: "enj-CustomTile-title"
|
|
24039
26876
|
}
|
|
24040
26877
|
};
|
|
24041
|
-
return /* @__PURE__ */ (0,
|
|
24042
|
-
mediaPictogram && /* @__PURE__ */ (0,
|
|
26878
|
+
return /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(import_jsx_runtime16.Fragment, { children: [
|
|
26879
|
+
mediaPictogram && /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
24043
26880
|
CustomPictogram_default,
|
|
24044
26881
|
{
|
|
24045
26882
|
name: mediaPictogram,
|
|
24046
|
-
className: (0,
|
|
26883
|
+
className: (0, import_clsx9.default)("enj-CustomTile-pictogram")
|
|
24047
26884
|
}
|
|
24048
26885
|
),
|
|
24049
|
-
mediaImage && /* @__PURE__ */ (0,
|
|
26886
|
+
mediaImage && /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
24050
26887
|
"img",
|
|
24051
26888
|
{
|
|
24052
|
-
className: (0,
|
|
26889
|
+
className: (0, import_clsx9.default)("enj-CustomTile-image img-fluid"),
|
|
24053
26890
|
src: mediaImage,
|
|
24054
26891
|
alt: "",
|
|
24055
26892
|
"aria-hidden": "true"
|
|
24056
26893
|
}
|
|
24057
26894
|
),
|
|
24058
|
-
/* @__PURE__ */ (0,
|
|
26895
|
+
/* @__PURE__ */ (0, import_jsx_runtime16.jsx)(FeatureText_default, { ...featuredTextLocalProps }),
|
|
24059
26896
|
iconContent && iconContent
|
|
24060
26897
|
] });
|
|
24061
26898
|
};
|
|
24062
26899
|
|
|
24063
26900
|
// src/components/ContentModal/ContentModal.tsx
|
|
24064
|
-
var
|
|
24065
|
-
var
|
|
26901
|
+
var import_react26 = require("@carbon/react");
|
|
26902
|
+
var import_jsx_runtime17 = require("react/jsx-runtime");
|
|
24066
26903
|
var ContentModal = ({
|
|
24067
26904
|
isOpen,
|
|
24068
26905
|
setIsOpen,
|
|
@@ -24076,27 +26913,27 @@ var ContentModal = ({
|
|
|
24076
26913
|
const handleClose = () => {
|
|
24077
26914
|
setIsOpen(false);
|
|
24078
26915
|
};
|
|
24079
|
-
return /* @__PURE__ */ (0,
|
|
24080
|
-
|
|
26916
|
+
return /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(import_jsx_runtime17.Fragment, { children: setIsOpen !== void 0 && /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
|
|
26917
|
+
import_react26.ComposedModal,
|
|
24081
26918
|
{
|
|
24082
26919
|
open: isOpen,
|
|
24083
26920
|
onClose: handleClose,
|
|
24084
26921
|
size: "md",
|
|
24085
26922
|
children: [
|
|
24086
|
-
/* @__PURE__ */ (0,
|
|
24087
|
-
|
|
26923
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
|
|
26924
|
+
import_react26.ModalHeader,
|
|
24088
26925
|
{
|
|
24089
26926
|
label: modalLabel,
|
|
24090
26927
|
title: modalHeading,
|
|
24091
26928
|
closeModal: handleClose
|
|
24092
26929
|
}
|
|
24093
26930
|
),
|
|
24094
|
-
/* @__PURE__ */ (0,
|
|
24095
|
-
modalSubHeading && /* @__PURE__ */ (0,
|
|
26931
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(import_react26.ModalBody, { children: [
|
|
26932
|
+
modalSubHeading && /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("p", { style: { marginBottom: "1rem" }, children: modalSubHeading }),
|
|
24096
26933
|
children
|
|
24097
26934
|
] }),
|
|
24098
|
-
/* @__PURE__ */ (0,
|
|
24099
|
-
|
|
26935
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)(import_react26.ModalFooter, { children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
|
|
26936
|
+
import_react26.Button,
|
|
24100
26937
|
{
|
|
24101
26938
|
kind: "secondary",
|
|
24102
26939
|
onClick: () => {
|
|
@@ -24135,7 +26972,7 @@ function validateCTL_propsType({
|
|
|
24135
26972
|
}
|
|
24136
26973
|
|
|
24137
26974
|
// src/components/CustomTile/lib/getHeadingContent.ts
|
|
24138
|
-
var
|
|
26975
|
+
var import_react27 = __toESM(require("react"));
|
|
24139
26976
|
var getHeadingContent = (featuredText) => stripNonAlphanumeric(featuredText?.heading?.children);
|
|
24140
26977
|
var stripNonAlphanumeric = (prop) => {
|
|
24141
26978
|
const extractTextFromNode = (node) => {
|
|
@@ -24145,7 +26982,7 @@ var stripNonAlphanumeric = (prop) => {
|
|
|
24145
26982
|
if (typeof node === "number" || typeof node === "boolean") {
|
|
24146
26983
|
return String(node);
|
|
24147
26984
|
}
|
|
24148
|
-
if (
|
|
26985
|
+
if (import_react27.default.isValidElement(node)) {
|
|
24149
26986
|
if (node.props.children) {
|
|
24150
26987
|
if (Array.isArray(node.props.children)) {
|
|
24151
26988
|
return node.props.children.map(extractTextFromNode).join("");
|
|
@@ -24167,10 +27004,10 @@ var stripNonAlphanumeric = (prop) => {
|
|
|
24167
27004
|
var isValidLinkTo = (value) => value ? value.startsWith("/") || value.startsWith("https://") || value.startsWith("http://") : false;
|
|
24168
27005
|
|
|
24169
27006
|
// src/components/ArrowIcon/ArrowIcon.tsx
|
|
24170
|
-
var
|
|
27007
|
+
var import_jsx_runtime18 = require("react/jsx-runtime");
|
|
24171
27008
|
var ArrowIcon = ({ className, title, name }) => {
|
|
24172
27009
|
const C = name === "Right" ? ArrowRight : ArrowUpRight;
|
|
24173
|
-
return /* @__PURE__ */ (0,
|
|
27010
|
+
return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
|
|
24174
27011
|
C,
|
|
24175
27012
|
{
|
|
24176
27013
|
className,
|
|
@@ -24183,14 +27020,14 @@ var ArrowIcon = ({ className, title, name }) => {
|
|
|
24183
27020
|
};
|
|
24184
27021
|
|
|
24185
27022
|
// src/components/CustomTile/lib/getIconContent.tsx
|
|
24186
|
-
var
|
|
27023
|
+
var import_jsx_runtime19 = require("react/jsx-runtime");
|
|
24187
27024
|
var getIconContent = ({
|
|
24188
27025
|
title,
|
|
24189
27026
|
modalIsAvailable,
|
|
24190
27027
|
iconName
|
|
24191
27028
|
}) => {
|
|
24192
|
-
return /* @__PURE__ */ (0,
|
|
24193
|
-
iconName && /* @__PURE__ */ (0,
|
|
27029
|
+
return /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)("div", { className: "enj-CustomTile-icon-wrapper", children: [
|
|
27030
|
+
iconName && /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
|
|
24194
27031
|
ArrowIcon,
|
|
24195
27032
|
{
|
|
24196
27033
|
className: "enj-CustomTile-icon",
|
|
@@ -24198,7 +27035,7 @@ var getIconContent = ({
|
|
|
24198
27035
|
name: iconName
|
|
24199
27036
|
}
|
|
24200
27037
|
),
|
|
24201
|
-
modalIsAvailable && /* @__PURE__ */ (0,
|
|
27038
|
+
modalIsAvailable && /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Information, { className: "enj-CustomTile-icon", "aria-label": title })
|
|
24202
27039
|
] });
|
|
24203
27040
|
};
|
|
24204
27041
|
|
|
@@ -24210,7 +27047,7 @@ var get_CTL_role = ({
|
|
|
24210
27047
|
};
|
|
24211
27048
|
|
|
24212
27049
|
// src/components/CustomTile/CustomTile.tsx
|
|
24213
|
-
var
|
|
27050
|
+
var import_jsx_runtime20 = require("react/jsx-runtime");
|
|
24214
27051
|
var CustomTile = ({
|
|
24215
27052
|
className,
|
|
24216
27053
|
featuredText,
|
|
@@ -24225,7 +27062,7 @@ var CustomTile = ({
|
|
|
24225
27062
|
linksTo,
|
|
24226
27063
|
linkTarget = "_self"
|
|
24227
27064
|
}) => {
|
|
24228
|
-
const [modalIsOpen, setModalIsOpen] = (0,
|
|
27065
|
+
const [modalIsOpen, setModalIsOpen] = (0, import_react28.useState)(
|
|
24229
27066
|
modalIsAvailable !== void 0 ? false : void 0
|
|
24230
27067
|
);
|
|
24231
27068
|
validateCTL_propsType({ linksTo, linkTarget, modalIsAvailable });
|
|
@@ -24268,25 +27105,25 @@ var CustomTile = ({
|
|
|
24268
27105
|
activeBreakpoint
|
|
24269
27106
|
// Closest possible breakpoint to wrapper's width
|
|
24270
27107
|
} = useContainerSize();
|
|
24271
|
-
return /* @__PURE__ */ (0,
|
|
24272
|
-
/* @__PURE__ */ (0,
|
|
24273
|
-
|
|
27108
|
+
return /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)("div", { className: "enj-CustomTile-wrapper", ref: containerRef, children: [
|
|
27109
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
|
|
27110
|
+
import_react30.Tile,
|
|
24274
27111
|
{
|
|
24275
27112
|
className: `${wrapperClassNames} ${className} enj-CustomTile-${activeBreakpoint}`,
|
|
24276
27113
|
"aria-label": `${componentTitle} tile`,
|
|
24277
27114
|
role: ctl_role,
|
|
24278
27115
|
onClick: () => handleCustomTileClick({ modalIsAvailable, setModalIsOpen }),
|
|
24279
|
-
children: linksTo ? /* @__PURE__ */ (0,
|
|
27116
|
+
children: linksTo ? /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(import_jsx_runtime20.Fragment, { children: import_react29.default.cloneElement(LinkWrapper, {}, tileContent) }) : tileContent
|
|
24280
27117
|
}
|
|
24281
27118
|
),
|
|
24282
|
-
modalIsAvailable && modalIsOpen !== void 0 && /* @__PURE__ */ (0,
|
|
27119
|
+
modalIsAvailable && modalIsOpen !== void 0 && /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
|
|
24283
27120
|
ContentModal,
|
|
24284
27121
|
{
|
|
24285
27122
|
isOpen: modalIsOpen,
|
|
24286
27123
|
modalHeading: featuredText.heading.children,
|
|
24287
27124
|
modalSecondaryButtonText: "Cancel",
|
|
24288
27125
|
setIsOpen: setModalIsOpen,
|
|
24289
|
-
children: /* @__PURE__ */ (0,
|
|
27126
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
|
|
24290
27127
|
SmartText_default,
|
|
24291
27128
|
{
|
|
24292
27129
|
plainText: modalPlainDescription,
|
|
@@ -24300,61 +27137,61 @@ var CustomTile = ({
|
|
|
24300
27137
|
var CustomTile_default = CustomTile;
|
|
24301
27138
|
|
|
24302
27139
|
// src/components/CustomTile/index.ts
|
|
24303
|
-
var MemoizedCustomTile = (0,
|
|
27140
|
+
var MemoizedCustomTile = (0, import_react31.memo)(CustomTile_default);
|
|
24304
27141
|
|
|
24305
27142
|
// src/components/CustomTabs/CustomTabs.tsx
|
|
24306
|
-
var
|
|
24307
|
-
var
|
|
24308
|
-
var
|
|
27143
|
+
var import_react32 = require("react");
|
|
27144
|
+
var import_react33 = require("@carbon/react");
|
|
27145
|
+
var import_jsx_runtime21 = require("react/jsx-runtime");
|
|
24309
27146
|
var CustomTabs = () => {
|
|
24310
|
-
const [selected, setSelected] = (0,
|
|
24311
|
-
return /* @__PURE__ */ (0,
|
|
24312
|
-
/* @__PURE__ */ (0,
|
|
24313
|
-
/* @__PURE__ */ (0,
|
|
24314
|
-
/* @__PURE__ */ (0,
|
|
24315
|
-
/* @__PURE__ */ (0,
|
|
27147
|
+
const [selected, setSelected] = (0, import_react32.useState)(0);
|
|
27148
|
+
return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_jsx_runtime21.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(import_react33.Tabs, { selectedIndex: selected, onChange: ({ selectedIndex }) => setSelected(selectedIndex), children: [
|
|
27149
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(import_react33.TabList, { "aria-label": "Sample Tabs", children: [
|
|
27150
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_react33.Tab, { children: "Tab One *" }),
|
|
27151
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_react33.Tab, { children: "Tab Two #" }),
|
|
27152
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_react33.Tab, { children: "Tab Three" })
|
|
24316
27153
|
] }),
|
|
24317
|
-
/* @__PURE__ */ (0,
|
|
24318
|
-
/* @__PURE__ */ (0,
|
|
24319
|
-
/* @__PURE__ */ (0,
|
|
24320
|
-
/* @__PURE__ */ (0,
|
|
27154
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(import_react33.TabPanels, { children: [
|
|
27155
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_react33.TabPanel, { children: "Content for Tab One" }),
|
|
27156
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_react33.TabPanel, { children: "Content for Tab Two" }),
|
|
27157
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_react33.TabPanel, { children: "Content for Tab Three" })
|
|
24321
27158
|
] })
|
|
24322
|
-
] });
|
|
27159
|
+
] }) });
|
|
24323
27160
|
};
|
|
24324
27161
|
var CustomTabs_default = CustomTabs;
|
|
24325
27162
|
|
|
24326
27163
|
// src/components/HeadlinedList/index.ts
|
|
24327
|
-
var
|
|
27164
|
+
var import_react34 = require("react");
|
|
24328
27165
|
|
|
24329
27166
|
// src/components/HeadlinedList/HeadlinedList.tsx
|
|
24330
|
-
var
|
|
27167
|
+
var import_clsx12 = __toESM(require("clsx"));
|
|
24331
27168
|
|
|
24332
27169
|
// src/components/List/List.tsx
|
|
24333
|
-
var
|
|
27170
|
+
var import_clsx11 = __toESM(require("clsx"));
|
|
24334
27171
|
|
|
24335
27172
|
// src/components/ListItem/ListItem.tsx
|
|
24336
|
-
var
|
|
24337
|
-
var
|
|
27173
|
+
var import_clsx10 = __toESM(require("clsx"));
|
|
27174
|
+
var import_jsx_runtime22 = require("react/jsx-runtime");
|
|
24338
27175
|
var ListItem = ({ content, href, className, children }) => {
|
|
24339
27176
|
if (content === void 0) {
|
|
24340
|
-
return /* @__PURE__ */ (0,
|
|
27177
|
+
return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(SkeletonAnimation_default, { part: "list-item" });
|
|
24341
27178
|
}
|
|
24342
|
-
return /* @__PURE__ */ (0,
|
|
24343
|
-
href ? /* @__PURE__ */ (0,
|
|
27179
|
+
return /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)("li", { className: (0, import_clsx10.default)(className), children: [
|
|
27180
|
+
href ? /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("a", { href, children: content }) : content,
|
|
24344
27181
|
children
|
|
24345
27182
|
] });
|
|
24346
27183
|
};
|
|
24347
27184
|
var ListItem_default = ListItem;
|
|
24348
27185
|
|
|
24349
27186
|
// src/components/List/List.tsx
|
|
24350
|
-
var
|
|
27187
|
+
var import_jsx_runtime23 = require("react/jsx-runtime");
|
|
24351
27188
|
var List = ({ type = "unordered", className, content }) => {
|
|
24352
27189
|
const ListWrapper = type === "unordered" ? "ul" : "ol";
|
|
24353
27190
|
if (!content || content.length < 1) {
|
|
24354
|
-
return /* @__PURE__ */ (0,
|
|
27191
|
+
return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(SkeletonAnimation_default, { part: "list" });
|
|
24355
27192
|
}
|
|
24356
|
-
return /* @__PURE__ */ (0,
|
|
24357
|
-
return /* @__PURE__ */ (0,
|
|
27193
|
+
return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(ListWrapper, { className: (0, import_clsx11.default)("enj-list", className), children: content.map((item) => {
|
|
27194
|
+
return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
24358
27195
|
ListItem_default,
|
|
24359
27196
|
{
|
|
24360
27197
|
content: item.content,
|
|
@@ -24369,26 +27206,26 @@ var List = ({ type = "unordered", className, content }) => {
|
|
|
24369
27206
|
var List_default = List;
|
|
24370
27207
|
|
|
24371
27208
|
// src/components/HeadlinedList/HeadlinedList.tsx
|
|
24372
|
-
var
|
|
27209
|
+
var import_jsx_runtime24 = require("react/jsx-runtime");
|
|
24373
27210
|
var HeadlinedList = ({
|
|
24374
27211
|
wrapper = { tag: "div", cssClass: "" },
|
|
24375
27212
|
heading = { children: void 0, level: 3, className: "" },
|
|
24376
27213
|
list
|
|
24377
27214
|
}) => {
|
|
24378
27215
|
const Wrapper = wrapper.tag;
|
|
24379
|
-
return /* @__PURE__ */ (0,
|
|
24380
|
-
/* @__PURE__ */ (0,
|
|
24381
|
-
list?.content?.length ? /* @__PURE__ */ (0,
|
|
27216
|
+
return /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(Wrapper, { className: (0, import_clsx12.default)("enj-HeadlinedList", wrapper.cssClass), children: [
|
|
27217
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Heading_default, { level: heading.level, className: heading.className, children: heading.children }),
|
|
27218
|
+
list?.content?.length ? /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(List_default, { ...list }) : /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(List_default, {})
|
|
24382
27219
|
] });
|
|
24383
27220
|
};
|
|
24384
27221
|
var HeadlinedList_default = HeadlinedList;
|
|
24385
27222
|
|
|
24386
27223
|
// src/components/HeadlinedList/index.ts
|
|
24387
|
-
var MemoizedHeadlinedList = (0,
|
|
27224
|
+
var MemoizedHeadlinedList = (0, import_react34.memo)(HeadlinedList_default);
|
|
24388
27225
|
|
|
24389
27226
|
// src/components/List/index.ts
|
|
24390
|
-
var
|
|
24391
|
-
var MemoizedList = (0,
|
|
27227
|
+
var import_react35 = require("react");
|
|
27228
|
+
var MemoizedList = (0, import_react35.memo)(List_default);
|
|
24392
27229
|
// Annotate the CommonJS export names for ESM import in node:
|
|
24393
27230
|
0 && (module.exports = {
|
|
24394
27231
|
AppHeader,
|
|
@@ -24399,6 +27236,7 @@ var MemoizedList = (0, import_react33.memo)(List_default);
|
|
|
24399
27236
|
CP_pictogramMap,
|
|
24400
27237
|
ContactButton,
|
|
24401
27238
|
CustomPictogram,
|
|
27239
|
+
CustomQuotes,
|
|
24402
27240
|
CustomTabs,
|
|
24403
27241
|
CustomTile,
|
|
24404
27242
|
FeatureText,
|
|
@@ -24408,26 +27246,6 @@ var MemoizedList = (0, import_react33.memo)(List_default);
|
|
|
24408
27246
|
});
|
|
24409
27247
|
/*! Bundled license information:
|
|
24410
27248
|
|
|
24411
|
-
react-is/cjs/react-is.production.min.js:
|
|
24412
|
-
(** @license React v16.13.1
|
|
24413
|
-
* react-is.production.min.js
|
|
24414
|
-
*
|
|
24415
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
24416
|
-
*
|
|
24417
|
-
* This source code is licensed under the MIT license found in the
|
|
24418
|
-
* LICENSE file in the root directory of this source tree.
|
|
24419
|
-
*)
|
|
24420
|
-
|
|
24421
|
-
react-is/cjs/react-is.development.js:
|
|
24422
|
-
(** @license React v16.13.1
|
|
24423
|
-
* react-is.development.js
|
|
24424
|
-
*
|
|
24425
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
24426
|
-
*
|
|
24427
|
-
* This source code is licensed under the MIT license found in the
|
|
24428
|
-
* LICENSE file in the root directory of this source tree.
|
|
24429
|
-
*)
|
|
24430
|
-
|
|
24431
27249
|
object-assign/index.js:
|
|
24432
27250
|
(*
|
|
24433
27251
|
object-assign
|