enjanga-components-library 1.0.19 → 1.0.20

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.js CHANGED
@@ -871,286 +871,6 @@ var require_parser = __commonJS({
871
871
  }
872
872
  });
873
873
 
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
874
  // node_modules/object-assign/index.js
1155
875
  var require_object_assign = __commonJS({
1156
876
  "node_modules/object-assign/index.js"(exports2, module2) {
@@ -1308,7 +1028,7 @@ var require_checkPropTypes = __commonJS({
1308
1028
  var require_factoryWithTypeCheckers = __commonJS({
1309
1029
  "node_modules/prop-types/factoryWithTypeCheckers.js"(exports2, module2) {
1310
1030
  "use strict";
1311
- var ReactIs = require_react_is();
1031
+ var ReactIs = require("react-is");
1312
1032
  var assign = require_object_assign();
1313
1033
  var ReactPropTypesSecret = require_ReactPropTypesSecret();
1314
1034
  var has = require_has();
@@ -1808,7 +1528,7 @@ var require_prop_types = __commonJS({
1808
1528
  "node_modules/prop-types/index.js"(exports2, module2) {
1809
1529
  "use strict";
1810
1530
  if (process.env.NODE_ENV !== "production") {
1811
- ReactIs = require_react_is();
1531
+ ReactIs = require("react-is");
1812
1532
  throwOnDirectAccess = true;
1813
1533
  module2.exports = require_factoryWithTypeCheckers()(ReactIs.isElement, throwOnDirectAccess);
1814
1534
  } else {
@@ -1830,6 +1550,7 @@ __export(index_exports, {
1830
1550
  CP_pictogramMap: () => CP_pictogramMap,
1831
1551
  ContactButton: () => ContactButton_default,
1832
1552
  CustomPictogram: () => CustomPictogram_default,
1553
+ CustomQuotes: () => CustomQuotes_default,
1833
1554
  CustomTabs: () => CustomTabs_default,
1834
1555
  CustomTile: () => CustomTile_default,
1835
1556
  FeatureText: () => FeatureText_default,
@@ -4067,8 +3788,8 @@ var Banner = ({
4067
3788
  var Banner_default = Banner;
4068
3789
 
4069
3790
  // src/components/ContactButton/ContactButton.tsx
4070
- var import_react14 = require("react");
4071
- var import_react15 = require("@carbon/react");
3791
+ var import_react15 = require("react");
3792
+ var import_react16 = require("@carbon/react");
4072
3793
 
4073
3794
  // node_modules/@carbon/icon-helpers/es/index.js
4074
3795
  function _defineProperty(e, r, t) {
@@ -23449,426 +23170,3471 @@ if (process.env.NODE_ENV !== "production") {
23449
23170
  IntentRequestInactive.propTypes = iconPropTypes;
23450
23171
  }
23451
23172
 
23452
- // node_modules/@carbon/icons-react/es/index.js
23453
- var import_react12 = require("react");
23454
-
23455
- // src/components/ContactModal/ContactModal.tsx
23456
- var import_react13 = require("@carbon/react");
23457
- var import_jsx_runtime11 = require("react/jsx-runtime");
23458
- var ContactModal = ({
23459
- isOpen,
23460
- setIsOpen,
23461
- modalLabel,
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"));
23173
+ // node_modules/@carbon/icons-react/es/generated/bucket-14.js
23174
+ var import_react12 = __toESM(require("react"));
23175
+ var _path279;
23176
+ var _path280;
23177
+ var _path320;
23178
+ var _path420;
23179
+ var _path520;
23180
+ var _path620;
23181
+ var _path720;
23182
+ var _path820;
23653
23183
  var _path920;
23184
+ var _path07;
23185
+ var _path1120;
23186
+ var _path1020;
23187
+ var _path1121;
23188
+ var _path1220;
23189
+ var _path1320;
23190
+ var _path1420;
23654
23191
  var _path1520;
23192
+ var _path1620;
23193
+ var _path1720;
23194
+ var _path1819;
23195
+ var _path1919;
23196
+ var _path2017;
23197
+ var _path2116;
23198
+ var _path2214;
23199
+ var _path2314;
23200
+ var _path2414;
23201
+ var _path2514;
23202
+ var _path2613;
23203
+ var _path2710;
23204
+ var _path287;
23205
+ var _path297;
23206
+ var _path307;
23207
+ var _path3110;
23208
+ var _circle60;
23209
+ var _circle217;
23210
+ var _circle316;
23211
+ var _path327;
23212
+ var _path337;
23213
+ var _circle416;
23214
+ var _circle511;
23215
+ var _circle67;
23216
+ var _path347;
23217
+ var _path357;
23218
+ var _path367;
23219
+ var _path377;
23220
+ var _path387;
23221
+ var _path397;
23222
+ var _path407;
23223
+ var _path4110;
23224
+ var _path427;
23225
+ var _circle77;
23226
+ var _circle87;
23227
+ var _circle96;
23228
+ var _circle06;
23229
+ var _circle118;
23230
+ var _path437;
23231
+ var _path447;
23232
+ var _path457;
23233
+ var _path467;
23234
+ var _path477;
23235
+ var _path487;
23236
+ var _path497;
23237
+ var _path507;
23238
+ var _path5110;
23239
+ var _path527;
23240
+ var _path537;
23241
+ var _path547;
23242
+ var _path557;
23243
+ var _circle106;
23244
+ var _circle119;
23245
+ var _circle126;
23246
+ var _circle136;
23247
+ var _circle146;
23248
+ var _circle156;
23249
+ var _circle166;
23250
+ var _circle176;
23251
+ var _path567;
23252
+ var _path577;
23253
+ var _path587;
23254
+ var _path597;
23255
+ var _path607;
23256
+ var _path6110;
23257
+ var _path627;
23258
+ var _path637;
23259
+ var _path647;
23260
+ var _path657;
23261
+ var _path667;
23262
+ var _path677;
23263
+ var _path687;
23264
+ var _path697;
23265
+ var _path707;
23266
+ var _circle186;
23267
+ var _path7110;
23268
+ var _path727;
23269
+ var _path737;
23270
+ var _path747;
23271
+ var _path757;
23272
+ var _path767;
23273
+ var _path777;
23274
+ var _path787;
23275
+ var _path797;
23276
+ var _path807;
23277
+ var _path8110;
23278
+ var _path827;
23279
+ var _path837;
23280
+ var _path847;
23281
+ var _path857;
23282
+ var _path867;
23283
+ var _path877;
23284
+ var _path887;
23285
+ var _path897;
23286
+ var _path907;
23287
+ var _path9110;
23288
+ var _path927;
23289
+ var _path937;
23290
+ var _path947;
23291
+ var _path957;
23292
+ var _path967;
23293
+ var _path977;
23294
+ var _path987;
23295
+ var _path997;
23296
+ var _path1007;
23297
+ var _circle196;
23298
+ var _path10110;
23299
+ var _path1027;
23300
+ var _path1037;
23301
+ var _path1047;
23302
+ var _path1057;
23303
+ var _path1067;
23304
+ var _path1077;
23305
+ var _circle206;
23306
+ var _path1087;
23307
+ var _path1097;
23308
+ var _path11010;
23309
+ var _path11110;
23310
+ var _path1127;
23311
+ var _path1137;
23312
+ var _path1147;
23313
+ var _path1157;
23314
+ var _path1167;
23315
+ var _path1177;
23316
+ var _path1187;
23317
+ var _path1197;
23318
+ var _path1207;
23319
+ var _path12110;
23320
+ var _path1227;
23321
+ var _path1237;
23322
+ var _path1247;
23323
+ var _path1257;
23324
+ var _path1267;
23325
+ var _path1277;
23326
+ var _path1287;
23327
+ var _path1297;
23655
23328
  var _path1307;
23656
- var CodeExplanation = /* @__PURE__ */ import_react18.default.forwardRef(function CodeExplanation2({
23329
+ var _path13110;
23330
+ var _path1327;
23331
+ var _path1337;
23332
+ var _path1347;
23333
+ var _path1357;
23334
+ var _path1367;
23335
+ var _path1377;
23336
+ var _path1387;
23337
+ var _path1397;
23338
+ var _path1407;
23339
+ var _path14110;
23340
+ var _path1427;
23341
+ var _path1437;
23342
+ var _path1447;
23343
+ var _path1457;
23344
+ var _path1467;
23345
+ var _path1477;
23346
+ var _path1487;
23347
+ var _path1497;
23348
+ var _path1507;
23349
+ var _path15110;
23350
+ var _path1527;
23351
+ var _path1537;
23352
+ var _path1547;
23353
+ var _path1557;
23354
+ var _path1567;
23355
+ var _path1577;
23356
+ var _path1587;
23357
+ var _circle218;
23358
+ var _path1597;
23359
+ var _path1607;
23360
+ var _path16110;
23361
+ var _path1627;
23362
+ var _path1637;
23363
+ var _path1647;
23364
+ var _path1657;
23365
+ var _path1667;
23366
+ var _path1677;
23367
+ var _path1687;
23368
+ var _path1697;
23369
+ var _path1707;
23370
+ var _path17110;
23371
+ var _path1727;
23372
+ var _path1737;
23373
+ var _path1747;
23374
+ var _path1757;
23375
+ var _path1767;
23376
+ var _path1777;
23377
+ var _path1787;
23378
+ var _path1796;
23379
+ var _path1806;
23380
+ var _path18110;
23381
+ var _path1826;
23382
+ var _path1836;
23383
+ var _path1846;
23384
+ var _path1856;
23385
+ var _path1866;
23386
+ var _path1876;
23387
+ var _path1886;
23388
+ var _path1896;
23389
+ var _path1906;
23390
+ var _path19110;
23391
+ var _path1926;
23392
+ var _path1936;
23393
+ var _path1946;
23394
+ var _path1956;
23395
+ var _path1966;
23396
+ var _path1976;
23397
+ var _path1986;
23398
+ var _circle226;
23399
+ var _path1996;
23400
+ var _path2006;
23401
+ var _path2018;
23402
+ var _path2026;
23403
+ var _path2035;
23404
+ var _path2045;
23405
+ var _path2055;
23406
+ var _path2065;
23407
+ var PowerVirtualServerDisasterRecoveryAutomation = /* @__PURE__ */ import_react12.default.forwardRef(function PowerVirtualServerDisasterRecoveryAutomation2({
23657
23408
  children,
23409
+ size = 16,
23658
23410
  ...rest
23659
23411
  }, ref) {
23660
- return /* @__PURE__ */ import_react18.default.createElement(Icon3, _extends({
23661
- width: 64,
23662
- height: 64,
23663
- viewBox: "0 0 32 32",
23412
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
23413
+ width: size,
23414
+ height: size,
23415
+ ref,
23416
+ xmlns: "http://www.w3.org/2000/svg",
23417
+ viewBox: "0 0 32 32",
23418
+ fill: "currentColor",
23419
+ ...rest
23420
+ }, _path279 || (_path279 = /* @__PURE__ */ import_react12.default.createElement("path", {
23421
+ 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"
23422
+ })), children);
23423
+ });
23424
+ if (process.env.NODE_ENV !== "production") {
23425
+ PowerVirtualServerDisasterRecoveryAutomation.propTypes = iconPropTypes;
23426
+ }
23427
+ var Ppt = /* @__PURE__ */ import_react12.default.forwardRef(function Ppt2({
23428
+ children,
23429
+ size = 16,
23430
+ ...rest
23431
+ }, ref) {
23432
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
23433
+ width: size,
23434
+ height: size,
23435
+ ref,
23436
+ xmlns: "http://www.w3.org/2000/svg",
23437
+ viewBox: "0 0 32 32",
23438
+ fill: "currentColor",
23439
+ ...rest
23440
+ }, _path280 || (_path280 = /* @__PURE__ */ import_react12.default.createElement("path", {
23441
+ 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"
23442
+ })), children);
23443
+ });
23444
+ if (process.env.NODE_ENV !== "production") {
23445
+ Ppt.propTypes = iconPropTypes;
23446
+ }
23447
+ var PresentationFile = /* @__PURE__ */ import_react12.default.forwardRef(function PresentationFile2({
23448
+ children,
23449
+ size = 16,
23450
+ ...rest
23451
+ }, ref) {
23452
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
23453
+ width: size,
23454
+ height: size,
23455
+ ref,
23456
+ xmlns: "http://www.w3.org/2000/svg",
23457
+ viewBox: "0 0 32 32",
23458
+ fill: "currentColor",
23459
+ ...rest
23460
+ }, _path320 || (_path320 = /* @__PURE__ */ import_react12.default.createElement("path", {
23461
+ d: "M15 10H17V18H15zM20 14H22V18H20zM10 12H12V18H10z"
23462
+ })), _path420 || (_path420 = /* @__PURE__ */ import_react12.default.createElement("path", {
23463
+ 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"
23464
+ })), children);
23465
+ });
23466
+ if (process.env.NODE_ENV !== "production") {
23467
+ PresentationFile.propTypes = iconPropTypes;
23468
+ }
23469
+ var Pressure = /* @__PURE__ */ import_react12.default.forwardRef(function Pressure2({
23470
+ children,
23471
+ size = 16,
23472
+ ...rest
23473
+ }, ref) {
23474
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
23475
+ width: size,
23476
+ height: size,
23477
+ ref,
23478
+ xmlns: "http://www.w3.org/2000/svg",
23479
+ viewBox: "0 0 32 32",
23480
+ fill: "currentColor",
23481
+ ...rest
23482
+ }, _path520 || (_path520 = /* @__PURE__ */ import_react12.default.createElement("path", {
23483
+ 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"
23484
+ })), children);
23485
+ });
23486
+ if (process.env.NODE_ENV !== "production") {
23487
+ Pressure.propTypes = iconPropTypes;
23488
+ }
23489
+ var PressureFilled = /* @__PURE__ */ import_react12.default.forwardRef(function PressureFilled2({
23490
+ children,
23491
+ size = 16,
23492
+ ...rest
23493
+ }, ref) {
23494
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
23495
+ width: size,
23496
+ height: size,
23497
+ ref,
23498
+ xmlns: "http://www.w3.org/2000/svg",
23499
+ viewBox: "0 0 32 32",
23500
+ fill: "currentColor",
23501
+ ...rest
23502
+ }, _path620 || (_path620 = /* @__PURE__ */ import_react12.default.createElement("path", {
23503
+ d: "M22 30H10V25H6l10-9 10 9H22zM16 16L6 7h4V2H22V7h4z"
23504
+ })), children);
23505
+ });
23506
+ if (process.env.NODE_ENV !== "production") {
23507
+ PressureFilled.propTypes = iconPropTypes;
23508
+ }
23509
+ var PreviousFilled = /* @__PURE__ */ import_react12.default.forwardRef(function PreviousFilled2({
23510
+ children,
23511
+ size = 16,
23512
+ ...rest
23513
+ }, ref) {
23514
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
23515
+ width: size,
23516
+ height: size,
23517
+ ref,
23518
+ xmlns: "http://www.w3.org/2000/svg",
23519
+ viewBox: "0 0 32 32",
23520
+ fill: "currentColor",
23521
+ ...rest
23522
+ }, _path720 || (_path720 = /* @__PURE__ */ import_react12.default.createElement("path", {
23523
+ 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"
23524
+ })), _path820 || (_path820 = /* @__PURE__ */ import_react12.default.createElement("path", {
23525
+ fill: "none",
23526
+ 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",
23527
+ "data-icon-path": "inner-path"
23528
+ })), children);
23529
+ });
23530
+ if (process.env.NODE_ENV !== "production") {
23531
+ PreviousFilled.propTypes = iconPropTypes;
23532
+ }
23533
+ var PreviousOutline = /* @__PURE__ */ import_react12.default.forwardRef(function PreviousOutline2({
23534
+ children,
23535
+ size = 16,
23536
+ ...rest
23537
+ }, ref) {
23538
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
23539
+ width: size,
23540
+ height: size,
23541
+ ref,
23542
+ xmlns: "http://www.w3.org/2000/svg",
23543
+ viewBox: "0 0 32 32",
23544
+ fill: "currentColor",
23545
+ ...rest
23546
+ }, _path920 || (_path920 = /* @__PURE__ */ import_react12.default.createElement("path", {
23547
+ 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"
23548
+ })), _path07 || (_path07 = /* @__PURE__ */ import_react12.default.createElement("path", {
23549
+ 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"
23550
+ })), children);
23551
+ });
23552
+ if (process.env.NODE_ENV !== "production") {
23553
+ PreviousOutline.propTypes = iconPropTypes;
23554
+ }
23555
+ var PricingConsumption = /* @__PURE__ */ import_react12.default.forwardRef(function PricingConsumption2({
23556
+ children,
23557
+ size = 16,
23558
+ ...rest
23559
+ }, ref) {
23560
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
23561
+ width: size,
23562
+ height: size,
23563
+ ref,
23564
+ xmlns: "http://www.w3.org/2000/svg",
23565
+ viewBox: "0 0 32 32",
23566
+ fill: "currentColor",
23567
+ ...rest
23568
+ }, _path1120 || (_path1120 = /* @__PURE__ */ import_react12.default.createElement("path", {
23569
+ strokeWidth: "0",
23570
+ 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"
23571
+ })), _path1020 || (_path1020 = /* @__PURE__ */ import_react12.default.createElement("path", {
23572
+ strokeWidth: "0",
23573
+ 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"
23574
+ })), children);
23575
+ });
23576
+ if (process.env.NODE_ENV !== "production") {
23577
+ PricingConsumption.propTypes = iconPropTypes;
23578
+ }
23579
+ var PricingContainer = /* @__PURE__ */ import_react12.default.forwardRef(function PricingContainer2({
23580
+ children,
23581
+ size = 16,
23582
+ ...rest
23583
+ }, ref) {
23584
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
23585
+ width: size,
23586
+ height: size,
23587
+ ref,
23588
+ xmlns: "http://www.w3.org/2000/svg",
23589
+ viewBox: "0 0 32 32",
23590
+ fill: "currentColor",
23591
+ ...rest
23592
+ }, _path1121 || (_path1121 = /* @__PURE__ */ import_react12.default.createElement("path", {
23593
+ strokeWidth: "0",
23594
+ 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"
23595
+ })), _path1220 || (_path1220 = /* @__PURE__ */ import_react12.default.createElement("path", {
23596
+ strokeWidth: "0",
23597
+ d: "m4,4h5V2H4c-1.1,0-2,.9-2,2v24c0,1.1.9,2,2,2h5v-2H4V4Z"
23598
+ })), children);
23599
+ });
23600
+ if (process.env.NODE_ENV !== "production") {
23601
+ PricingContainer.propTypes = iconPropTypes;
23602
+ }
23603
+ var PricingQuickProposal = /* @__PURE__ */ import_react12.default.forwardRef(function PricingQuickProposal2({
23604
+ children,
23605
+ size = 16,
23606
+ ...rest
23607
+ }, ref) {
23608
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
23609
+ width: size,
23610
+ height: size,
23611
+ ref,
23612
+ xmlns: "http://www.w3.org/2000/svg",
23613
+ viewBox: "0 0 32 32",
23614
+ fill: "currentColor",
23615
+ ...rest
23616
+ }, _path1320 || (_path1320 = /* @__PURE__ */ import_react12.default.createElement("path", {
23617
+ strokeWidth: "0",
23618
+ 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"
23619
+ })), children);
23620
+ });
23621
+ if (process.env.NODE_ENV !== "production") {
23622
+ PricingQuickProposal.propTypes = iconPropTypes;
23623
+ }
23624
+ var PricingTailored = /* @__PURE__ */ import_react12.default.forwardRef(function PricingTailored2({
23625
+ children,
23626
+ size = 16,
23627
+ ...rest
23628
+ }, ref) {
23629
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
23630
+ width: size,
23631
+ height: size,
23632
+ ref,
23633
+ xmlns: "http://www.w3.org/2000/svg",
23634
+ viewBox: "0 0 32 32",
23635
+ fill: "currentColor",
23636
+ ...rest
23637
+ }, _path1420 || (_path1420 = /* @__PURE__ */ import_react12.default.createElement("path", {
23638
+ strokeWidth: "0",
23639
+ 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"
23640
+ })), _path1520 || (_path1520 = /* @__PURE__ */ import_react12.default.createElement("path", {
23641
+ strokeWidth: "0",
23642
+ 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"
23643
+ })), children);
23644
+ });
23645
+ if (process.env.NODE_ENV !== "production") {
23646
+ PricingTailored.propTypes = iconPropTypes;
23647
+ }
23648
+ var PricingTraditional = /* @__PURE__ */ import_react12.default.forwardRef(function PricingTraditional2({
23649
+ children,
23650
+ size = 16,
23651
+ ...rest
23652
+ }, ref) {
23653
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
23654
+ width: size,
23655
+ height: size,
23656
+ ref,
23657
+ xmlns: "http://www.w3.org/2000/svg",
23658
+ viewBox: "0 0 32 32",
23659
+ fill: "currentColor",
23660
+ ...rest
23661
+ }, _path1620 || (_path1620 = /* @__PURE__ */ import_react12.default.createElement("path", {
23662
+ strokeWidth: "0",
23663
+ 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"
23664
+ })), children);
23665
+ });
23666
+ if (process.env.NODE_ENV !== "production") {
23667
+ PricingTraditional.propTypes = iconPropTypes;
23668
+ }
23669
+ var Printer = /* @__PURE__ */ import_react12.default.forwardRef(function Printer2({
23670
+ children,
23671
+ size = 16,
23672
+ ...rest
23673
+ }, ref) {
23674
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
23675
+ width: size,
23676
+ height: size,
23677
+ ref,
23678
+ xmlns: "http://www.w3.org/2000/svg",
23679
+ viewBox: "0 0 32 32",
23680
+ fill: "currentColor",
23681
+ ...rest
23682
+ }, _path1720 || (_path1720 = /* @__PURE__ */ import_react12.default.createElement("path", {
23683
+ 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"
23684
+ })), children);
23685
+ });
23686
+ if (process.env.NODE_ENV !== "production") {
23687
+ Printer.propTypes = iconPropTypes;
23688
+ }
23689
+ var Process = /* @__PURE__ */ import_react12.default.forwardRef(function Process2({
23690
+ children,
23691
+ size = 16,
23692
+ ...rest
23693
+ }, ref) {
23694
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
23695
+ width: size,
23696
+ height: size,
23697
+ ref,
23698
+ xmlns: "http://www.w3.org/2000/svg",
23699
+ viewBox: "0 0 32 32",
23700
+ fill: "currentColor",
23701
+ ...rest
23702
+ }, _path1819 || (_path1819 = /* @__PURE__ */ import_react12.default.createElement("path", {
23703
+ 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"
23704
+ })), children);
23705
+ });
23706
+ if (process.env.NODE_ENV !== "production") {
23707
+ Process.propTypes = iconPropTypes;
23708
+ }
23709
+ var ProcessAutomate = /* @__PURE__ */ import_react12.default.forwardRef(function ProcessAutomate2({
23710
+ children,
23711
+ size = 16,
23712
+ ...rest
23713
+ }, ref) {
23714
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
23715
+ width: size,
23716
+ height: size,
23717
+ ref,
23718
+ xmlns: "http://www.w3.org/2000/svg",
23719
+ viewBox: "0 0 32 32",
23720
+ fill: "currentColor",
23721
+ ...rest
23722
+ }, _path1919 || (_path1919 = /* @__PURE__ */ import_react12.default.createElement("path", {
23723
+ 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"
23724
+ })), children);
23725
+ });
23726
+ if (process.env.NODE_ENV !== "production") {
23727
+ ProcessAutomate.propTypes = iconPropTypes;
23728
+ }
23729
+ var Product = /* @__PURE__ */ import_react12.default.forwardRef(function Product2({
23730
+ children,
23731
+ size = 16,
23732
+ ...rest
23733
+ }, ref) {
23734
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
23735
+ width: size,
23736
+ height: size,
23737
+ ref,
23738
+ xmlns: "http://www.w3.org/2000/svg",
23739
+ viewBox: "0 0 32 32",
23740
+ fill: "currentColor",
23741
+ ...rest
23742
+ }, _path2017 || (_path2017 = /* @__PURE__ */ import_react12.default.createElement("path", {
23743
+ d: "M8 18H14V20H8zM8 22H18V24H8z"
23744
+ })), _path2116 || (_path2116 = /* @__PURE__ */ import_react12.default.createElement("path", {
23745
+ 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"
23746
+ })), children);
23747
+ });
23748
+ if (process.env.NODE_ENV !== "production") {
23749
+ Product.propTypes = iconPropTypes;
23750
+ }
23751
+ var ProgressBar = /* @__PURE__ */ import_react12.default.forwardRef(function ProgressBar2({
23752
+ children,
23753
+ size = 16,
23754
+ ...rest
23755
+ }, ref) {
23756
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
23757
+ width: size,
23758
+ height: size,
23759
+ ref,
23760
+ xmlns: "http://www.w3.org/2000/svg",
23761
+ viewBox: "0 0 32 32",
23762
+ fill: "currentColor",
23763
+ ...rest
23764
+ }, _path2214 || (_path2214 = /* @__PURE__ */ import_react12.default.createElement("path", {
23765
+ 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"
23766
+ })), _path2314 || (_path2314 = /* @__PURE__ */ import_react12.default.createElement("path", {
23767
+ d: "M6 15H20V17H6z"
23768
+ })), children);
23769
+ });
23770
+ if (process.env.NODE_ENV !== "production") {
23771
+ ProgressBar.propTypes = iconPropTypes;
23772
+ }
23773
+ var ProgressBarRound = /* @__PURE__ */ import_react12.default.forwardRef(function ProgressBarRound2({
23774
+ children,
23775
+ size = 16,
23776
+ ...rest
23777
+ }, ref) {
23778
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
23779
+ width: size,
23780
+ height: size,
23781
+ ref,
23782
+ xmlns: "http://www.w3.org/2000/svg",
23783
+ viewBox: "0 0 32 32",
23784
+ fill: "currentColor",
23785
+ ...rest
23786
+ }, _path2414 || (_path2414 = /* @__PURE__ */ import_react12.default.createElement("path", {
23787
+ 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"
23788
+ })), _path2514 || (_path2514 = /* @__PURE__ */ import_react12.default.createElement("path", {
23789
+ 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"
23790
+ })), _path2613 || (_path2613 = /* @__PURE__ */ import_react12.default.createElement("path", {
23791
+ 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"
23792
+ })), children);
23793
+ });
23794
+ if (process.env.NODE_ENV !== "production") {
23795
+ ProgressBarRound.propTypes = iconPropTypes;
23796
+ }
23797
+ var Promote = /* @__PURE__ */ import_react12.default.forwardRef(function Promote2({
23798
+ children,
23799
+ size = 16,
23800
+ ...rest
23801
+ }, ref) {
23802
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
23803
+ width: size,
23804
+ height: size,
23805
+ ref,
23806
+ xmlns: "http://www.w3.org/2000/svg",
23807
+ viewBox: "0 0 32 32",
23808
+ fill: "currentColor",
23809
+ ...rest
23810
+ }, _path2710 || (_path2710 = /* @__PURE__ */ import_react12.default.createElement("path", {
23811
+ d: "M16 21L17.4 22.4 14.8 25 23 25 23 27 14.8 27 17.4 29.6 16 31 11 26z"
23812
+ })), _path287 || (_path287 = /* @__PURE__ */ import_react12.default.createElement("path", {
23813
+ d: "M6.3 19H17.6V21H6.3z",
23814
+ transform: "rotate(-45.001 12 20)"
23815
+ })), _path297 || (_path297 = /* @__PURE__ */ import_react12.default.createElement("path", {
23816
+ 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"
23817
+ })), children);
23818
+ });
23819
+ if (process.env.NODE_ENV !== "production") {
23820
+ Promote.propTypes = iconPropTypes;
23821
+ }
23822
+ var PromptSession = /* @__PURE__ */ import_react12.default.forwardRef(function PromptSession2({
23823
+ children,
23824
+ size = 16,
23825
+ ...rest
23826
+ }, ref) {
23827
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
23828
+ width: size,
23829
+ height: size,
23830
+ ref,
23831
+ xmlns: "http://www.w3.org/2000/svg",
23832
+ viewBox: "0 0 32 32",
23833
+ fill: "currentColor",
23834
+ ...rest
23835
+ }, _path307 || (_path307 = /* @__PURE__ */ import_react12.default.createElement("path", {
23836
+ d: "M27 25.5859L25 23.5859 25 21 23 21 23 24.4141 25.5859 27 27 25.5859z"
23837
+ })), _path3110 || (_path3110 = /* @__PURE__ */ import_react12.default.createElement("path", {
23838
+ 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"
23839
+ })), _circle60 || (_circle60 = /* @__PURE__ */ import_react12.default.createElement("circle", {
23840
+ cx: "9",
23841
+ cy: "13",
23842
+ r: "2"
23843
+ })), _circle217 || (_circle217 = /* @__PURE__ */ import_react12.default.createElement("circle", {
23844
+ cx: "16",
23845
+ cy: "13",
23846
+ r: "2"
23847
+ })), _circle316 || (_circle316 = /* @__PURE__ */ import_react12.default.createElement("circle", {
23848
+ cx: "23",
23849
+ cy: "13",
23850
+ r: "2"
23851
+ })), _path327 || (_path327 = /* @__PURE__ */ import_react12.default.createElement("path", {
23852
+ d: "m7,23h-3c-1.103,0-2-.8975-2-2V5c0-1.103.897-2,2-2h3v2h-3v16h3v2Z"
23853
+ })), children);
23854
+ });
23855
+ if (process.env.NODE_ENV !== "production") {
23856
+ PromptSession.propTypes = iconPropTypes;
23857
+ }
23858
+ var PromptTemplate = /* @__PURE__ */ import_react12.default.forwardRef(function PromptTemplate2({
23859
+ children,
23860
+ size = 16,
23861
+ ...rest
23862
+ }, ref) {
23863
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
23864
+ width: size,
23865
+ height: size,
23866
+ ref,
23867
+ xmlns: "http://www.w3.org/2000/svg",
23868
+ viewBox: "0 0 32 32",
23869
+ fill: "currentColor",
23870
+ ...rest
23871
+ }, _path337 || (_path337 = /* @__PURE__ */ import_react12.default.createElement("path", {
23872
+ 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"
23873
+ })), _circle416 || (_circle416 = /* @__PURE__ */ import_react12.default.createElement("circle", {
23874
+ cx: "23",
23875
+ cy: "13",
23876
+ r: "2"
23877
+ })), _circle511 || (_circle511 = /* @__PURE__ */ import_react12.default.createElement("circle", {
23878
+ cx: "16",
23879
+ cy: "13",
23880
+ r: "2"
23881
+ })), _circle67 || (_circle67 = /* @__PURE__ */ import_react12.default.createElement("circle", {
23882
+ cx: "9",
23883
+ cy: "13",
23884
+ r: "2"
23885
+ })), _path347 || (_path347 = /* @__PURE__ */ import_react12.default.createElement("path", {
23886
+ d: "m7,23h-3c-1.103,0-2-.8975-2-2V5c0-1.103.897-2,2-2h3v2h-3v16h3v2Z"
23887
+ })), children);
23888
+ });
23889
+ if (process.env.NODE_ENV !== "production") {
23890
+ PromptTemplate.propTypes = iconPropTypes;
23891
+ }
23892
+ var PropertyRelationship = /* @__PURE__ */ import_react12.default.forwardRef(function PropertyRelationship2({
23893
+ children,
23894
+ size = 16,
23895
+ ...rest
23896
+ }, ref) {
23897
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
23898
+ width: size,
23899
+ height: size,
23900
+ ref,
23901
+ xmlns: "http://www.w3.org/2000/svg",
23902
+ viewBox: "0 0 32 32",
23903
+ fill: "currentColor",
23904
+ ...rest
23905
+ }, _path357 || (_path357 = /* @__PURE__ */ import_react12.default.createElement("path", {
23906
+ 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"
23907
+ })), children);
23908
+ });
23909
+ if (process.env.NODE_ENV !== "production") {
23910
+ PropertyRelationship.propTypes = iconPropTypes;
23911
+ }
23912
+ var PullRequest = /* @__PURE__ */ import_react12.default.forwardRef(function PullRequest2({
23913
+ children,
23914
+ size = 16,
23915
+ ...rest
23916
+ }, ref) {
23917
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
23918
+ width: size,
23919
+ height: size,
23920
+ ref,
23921
+ xmlns: "http://www.w3.org/2000/svg",
23922
+ viewBox: "0 0 32 32",
23923
+ fill: "currentColor",
23924
+ ...rest
23925
+ }, _path367 || (_path367 = /* @__PURE__ */ import_react12.default.createElement("path", {
23926
+ strokeWidth: "0",
23927
+ 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"
23928
+ })), children);
23929
+ });
23930
+ if (process.env.NODE_ENV !== "production") {
23931
+ PullRequest.propTypes = iconPropTypes;
23932
+ }
23933
+ var PunctuationCheck = /* @__PURE__ */ import_react12.default.forwardRef(function PunctuationCheck2({
23934
+ children,
23935
+ size = 16,
23936
+ ...rest
23937
+ }, ref) {
23938
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
23939
+ width: size,
23940
+ height: size,
23941
+ ref,
23942
+ xmlns: "http://www.w3.org/2000/svg",
23943
+ viewBox: "0 0 32 32",
23944
+ fill: "currentColor",
23945
+ ...rest
23946
+ }, _path377 || (_path377 = /* @__PURE__ */ import_react12.default.createElement("path", {
23947
+ 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"
23948
+ })), children);
23949
+ });
23950
+ if (process.env.NODE_ENV !== "production") {
23951
+ PunctuationCheck.propTypes = iconPropTypes;
23952
+ }
23953
+ var Purchase = /* @__PURE__ */ import_react12.default.forwardRef(function Purchase2({
23954
+ children,
23955
+ size = 16,
23956
+ ...rest
23957
+ }, ref) {
23958
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
23959
+ width: size,
23960
+ height: size,
23961
+ ref,
23962
+ xmlns: "http://www.w3.org/2000/svg",
23963
+ viewBox: "0 0 32 32",
23964
+ fill: "currentColor",
23965
+ ...rest
23966
+ }, _path387 || (_path387 = /* @__PURE__ */ import_react12.default.createElement("path", {
23967
+ 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"
23968
+ })), _path397 || (_path397 = /* @__PURE__ */ import_react12.default.createElement("path", {
23969
+ d: "M6 20H16V22H6z"
23970
+ })), children);
23971
+ });
23972
+ if (process.env.NODE_ENV !== "production") {
23973
+ Purchase.propTypes = iconPropTypes;
23974
+ }
23975
+ var WatsonHealthQcLaunch = /* @__PURE__ */ import_react12.default.forwardRef(function WatsonHealthQcLaunch2({
23976
+ children,
23977
+ size = 16,
23978
+ ...rest
23979
+ }, ref) {
23980
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
23981
+ width: size,
23982
+ height: size,
23983
+ ref,
23984
+ xmlns: "http://www.w3.org/2000/svg",
23985
+ viewBox: "0 0 32 32",
23986
+ fill: "currentColor",
23987
+ ...rest
23988
+ }, _path407 || (_path407 = /* @__PURE__ */ import_react12.default.createElement("path", {
23989
+ 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"
23990
+ })), _path4110 || (_path4110 = /* @__PURE__ */ import_react12.default.createElement("path", {
23991
+ 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"
23992
+ })), children);
23993
+ });
23994
+ if (process.env.NODE_ENV !== "production") {
23995
+ WatsonHealthQcLaunch.propTypes = iconPropTypes;
23996
+ }
23997
+ var Qiskit = /* @__PURE__ */ import_react12.default.forwardRef(function Qiskit2({
23998
+ children,
23999
+ size = 16,
24000
+ ...rest
24001
+ }, ref) {
24002
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
24003
+ width: size,
24004
+ height: size,
24005
+ ref,
24006
+ xmlns: "http://www.w3.org/2000/svg",
24007
+ viewBox: "0 0 32 32",
24008
+ fill: "currentColor",
24009
+ ...rest
24010
+ }, _path427 || (_path427 = /* @__PURE__ */ import_react12.default.createElement("path", {
24011
+ strokeWidth: "0",
24012
+ 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"
24013
+ })), children);
24014
+ });
24015
+ if (process.env.NODE_ENV !== "production") {
24016
+ Qiskit.propTypes = iconPropTypes;
24017
+ }
24018
+ var QqPlot = /* @__PURE__ */ import_react12.default.forwardRef(function QqPlot2({
24019
+ children,
24020
+ size = 16,
24021
+ ...rest
24022
+ }, ref) {
24023
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
24024
+ width: size,
24025
+ height: size,
24026
+ ref,
24027
+ xmlns: "http://www.w3.org/2000/svg",
24028
+ viewBox: "0 0 32 32",
24029
+ fill: "currentColor",
24030
+ ...rest
24031
+ }, _circle77 || (_circle77 = /* @__PURE__ */ import_react12.default.createElement("circle", {
24032
+ cx: "20",
24033
+ cy: "4",
24034
+ r: "2"
24035
+ })), _circle87 || (_circle87 = /* @__PURE__ */ import_react12.default.createElement("circle", {
24036
+ cx: "8",
24037
+ cy: "16",
24038
+ r: "2"
24039
+ })), _circle96 || (_circle96 = /* @__PURE__ */ import_react12.default.createElement("circle", {
24040
+ cx: "28",
24041
+ cy: "12",
24042
+ r: "2"
24043
+ })), _circle06 || (_circle06 = /* @__PURE__ */ import_react12.default.createElement("circle", {
24044
+ cx: "11",
24045
+ cy: "7",
24046
+ r: "2"
24047
+ })), _circle118 || (_circle118 = /* @__PURE__ */ import_react12.default.createElement("circle", {
24048
+ cx: "16",
24049
+ cy: "24",
24050
+ r: "2"
24051
+ })), _path437 || (_path437 = /* @__PURE__ */ import_react12.default.createElement("path", {
24052
+ d: "M30,3.4131,28.5859,2,4,26.585V2H2V28a2,2,0,0,0,2,2H30V28H5.4131Z"
24053
+ })), children);
24054
+ });
24055
+ if (process.env.NODE_ENV !== "production") {
24056
+ QqPlot.propTypes = iconPropTypes;
24057
+ }
24058
+ var QrCode = /* @__PURE__ */ import_react12.default.forwardRef(function QrCode2({
24059
+ children,
24060
+ size = 16,
24061
+ ...rest
24062
+ }, ref) {
24063
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
24064
+ width: size,
24065
+ height: size,
24066
+ ref,
24067
+ xmlns: "http://www.w3.org/2000/svg",
24068
+ viewBox: "0 0 32 32",
24069
+ fill: "currentColor",
24070
+ ...rest
24071
+ }, _path447 || (_path447 = /* @__PURE__ */ import_react12.default.createElement("path", {
24072
+ d: "M24 26H26V28H24z",
24073
+ transform: "rotate(-90 25 27)"
24074
+ })), _path457 || (_path457 = /* @__PURE__ */ import_react12.default.createElement("path", {
24075
+ d: "M18 22H20V24H18z",
24076
+ transform: "rotate(-90 19 23)"
24077
+ })), _path467 || (_path467 = /* @__PURE__ */ import_react12.default.createElement("path", {
24078
+ d: "M18 30L22 30 22 28 20 28 20 26 18 26 18 30z"
24079
+ })), _path477 || (_path477 = /* @__PURE__ */ import_react12.default.createElement("path", {
24080
+ d: "M25 23H29V25H25z",
24081
+ transform: "rotate(-90 27 24)"
24082
+ })), _path487 || (_path487 = /* @__PURE__ */ import_react12.default.createElement("path", {
24083
+ 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"
24084
+ })), _path497 || (_path497 = /* @__PURE__ */ import_react12.default.createElement("path", {
24085
+ d: "M19 17H21V21H19z",
24086
+ transform: "rotate(-90 20 19)"
24087
+ })), _path507 || (_path507 = /* @__PURE__ */ import_react12.default.createElement("path", {
24088
+ d: "M6 22H10V26H6z"
24089
+ })), _path5110 || (_path5110 = /* @__PURE__ */ import_react12.default.createElement("path", {
24090
+ d: "M14 30H2V18H14zM4 28h8V20H4zM22 6H26V10H22z"
24091
+ })), _path527 || (_path527 = /* @__PURE__ */ import_react12.default.createElement("path", {
24092
+ d: "M30 14H18V2H30zM20 12h8V4H20zM6 6H10V10H6z"
24093
+ })), _path537 || (_path537 = /* @__PURE__ */ import_react12.default.createElement("path", {
24094
+ d: "M14,14H2V2H14ZM4,12h8V4H4Z"
24095
+ })), children);
24096
+ });
24097
+ if (process.env.NODE_ENV !== "production") {
24098
+ QrCode.propTypes = iconPropTypes;
24099
+ }
24100
+ var QuadrantPlot = /* @__PURE__ */ import_react12.default.forwardRef(function QuadrantPlot2({
24101
+ children,
24102
+ size = 16,
24103
+ ...rest
24104
+ }, ref) {
24105
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
24106
+ width: size,
24107
+ height: size,
24108
+ ref,
24109
+ xmlns: "http://www.w3.org/2000/svg",
24110
+ viewBox: "0 0 32 32",
24111
+ fill: "currentColor",
24112
+ ...rest
24113
+ }, _path547 || (_path547 = /* @__PURE__ */ import_react12.default.createElement("path", {
24114
+ 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"
24115
+ })), _path557 || (_path557 = /* @__PURE__ */ import_react12.default.createElement("path", {
24116
+ 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"
24117
+ })), _circle106 || (_circle106 = /* @__PURE__ */ import_react12.default.createElement("circle", {
24118
+ cx: "11",
24119
+ cy: "11",
24120
+ r: "2"
24121
+ })), _circle119 || (_circle119 = /* @__PURE__ */ import_react12.default.createElement("circle", {
24122
+ cx: "11",
24123
+ cy: "21",
24124
+ r: "2"
24125
+ })), _circle126 || (_circle126 = /* @__PURE__ */ import_react12.default.createElement("circle", {
24126
+ cx: "21",
24127
+ cy: "21",
24128
+ r: "2"
24129
+ })), _circle136 || (_circle136 = /* @__PURE__ */ import_react12.default.createElement("circle", {
24130
+ cx: "22",
24131
+ cy: "28",
24132
+ r: "2"
24133
+ })), _circle146 || (_circle146 = /* @__PURE__ */ import_react12.default.createElement("circle", {
24134
+ cx: "28",
24135
+ cy: "24",
24136
+ r: "2"
24137
+ })), _circle156 || (_circle156 = /* @__PURE__ */ import_react12.default.createElement("circle", {
24138
+ cx: "4",
24139
+ cy: "11",
24140
+ r: "2"
24141
+ })), _circle166 || (_circle166 = /* @__PURE__ */ import_react12.default.createElement("circle", {
24142
+ cx: "28",
24143
+ cy: "4",
24144
+ r: "2"
24145
+ })), children);
24146
+ });
24147
+ if (process.env.NODE_ENV !== "production") {
24148
+ QuadrantPlot.propTypes = iconPropTypes;
24149
+ }
24150
+ var Query = /* @__PURE__ */ import_react12.default.forwardRef(function Query2({
24151
+ children,
24152
+ size = 16,
24153
+ ...rest
24154
+ }, ref) {
24155
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
24156
+ width: size,
24157
+ height: size,
24158
+ ref,
24159
+ xmlns: "http://www.w3.org/2000/svg",
24160
+ viewBox: "0 0 32 32",
24161
+ fill: "currentColor",
24162
+ ...rest
24163
+ }, _circle176 || (_circle176 = /* @__PURE__ */ import_react12.default.createElement("circle", {
24164
+ cx: "11",
24165
+ cy: "15.5",
24166
+ r: "1.5"
24167
+ })), _path567 || (_path567 = /* @__PURE__ */ import_react12.default.createElement("path", {
24168
+ 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"
24169
+ })), _path577 || (_path577 = /* @__PURE__ */ import_react12.default.createElement("path", {
24170
+ 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"
24171
+ })), children);
24172
+ });
24173
+ if (process.env.NODE_ENV !== "production") {
24174
+ Query.propTypes = iconPropTypes;
24175
+ }
24176
+ var QueryQueue = /* @__PURE__ */ import_react12.default.forwardRef(function QueryQueue2({
24177
+ children,
24178
+ size = 16,
24179
+ ...rest
24180
+ }, ref) {
24181
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
24182
+ width: size,
24183
+ height: size,
24184
+ ref,
24185
+ xmlns: "http://www.w3.org/2000/svg",
24186
+ viewBox: "0 0 32 32",
24187
+ fill: "currentColor",
24188
+ ...rest
24189
+ }, _path587 || (_path587 = /* @__PURE__ */ import_react12.default.createElement("path", {
24190
+ d: "M10 6H28V8H10zM10 12H28V14H10zM15 18H28V20H15zM10 24H28V26H10zM4 14L11 19 4 24 4 14z"
24191
+ })), children);
24192
+ });
24193
+ if (process.env.NODE_ENV !== "production") {
24194
+ QueryQueue.propTypes = iconPropTypes;
24195
+ }
24196
+ var QuestionAnswering = /* @__PURE__ */ import_react12.default.forwardRef(function QuestionAnswering2({
24197
+ children,
24198
+ size = 16,
24199
+ ...rest
24200
+ }, ref) {
24201
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
24202
+ width: size,
24203
+ height: size,
24204
+ ref,
24205
+ xmlns: "http://www.w3.org/2000/svg",
24206
+ viewBox: "0 0 32 32",
24207
+ fill: "currentColor",
24208
+ ...rest
24209
+ }, _path597 || (_path597 = /* @__PURE__ */ import_react12.default.createElement("path", {
24210
+ strokeWidth: "0",
24211
+ 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"
24212
+ })), _path607 || (_path607 = /* @__PURE__ */ import_react12.default.createElement("path", {
24213
+ strokeWidth: "0",
24214
+ 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"
24215
+ })), children);
24216
+ });
24217
+ if (process.env.NODE_ENV !== "production") {
24218
+ QuestionAnswering.propTypes = iconPropTypes;
24219
+ }
24220
+ var Queued = /* @__PURE__ */ import_react12.default.forwardRef(function Queued2({
24221
+ children,
24222
+ size = 16,
24223
+ ...rest
24224
+ }, ref) {
24225
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
24226
+ width: size,
24227
+ height: size,
24228
+ ref,
24229
+ xmlns: "http://www.w3.org/2000/svg",
24230
+ viewBox: "0 0 32 32",
24231
+ fill: "currentColor",
24232
+ ...rest
24233
+ }, _path6110 || (_path6110 = /* @__PURE__ */ import_react12.default.createElement("path", {
24234
+ 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"
24235
+ })), children);
24236
+ });
24237
+ if (process.env.NODE_ENV !== "production") {
24238
+ Queued.propTypes = iconPropTypes;
24239
+ }
24240
+ var Quotes = /* @__PURE__ */ import_react12.default.forwardRef(function Quotes2({
24241
+ children,
24242
+ size = 16,
24243
+ ...rest
24244
+ }, ref) {
24245
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
24246
+ width: size,
24247
+ height: size,
24248
+ ref,
24249
+ xmlns: "http://www.w3.org/2000/svg",
24250
+ viewBox: "0 0 32 32",
24251
+ fill: "currentColor",
24252
+ ...rest
24253
+ }, _path627 || (_path627 = /* @__PURE__ */ import_react12.default.createElement("path", {
24254
+ 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"
24255
+ })), children);
24256
+ });
24257
+ if (process.env.NODE_ENV !== "production") {
24258
+ Quotes.propTypes = iconPropTypes;
24259
+ }
24260
+ var Radar = /* @__PURE__ */ import_react12.default.forwardRef(function Radar2({
24261
+ children,
24262
+ size = 16,
24263
+ ...rest
24264
+ }, ref) {
24265
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
24266
+ width: size,
24267
+ height: size,
24268
+ ref,
24269
+ xmlns: "http://www.w3.org/2000/svg",
24270
+ viewBox: "0 0 32 32",
24271
+ fill: "currentColor",
24272
+ ...rest
24273
+ }, _path637 || (_path637 = /* @__PURE__ */ import_react12.default.createElement("path", {
24274
+ 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"
24275
+ })), children);
24276
+ });
24277
+ if (process.env.NODE_ENV !== "production") {
24278
+ Radar.propTypes = iconPropTypes;
24279
+ }
24280
+ var RadarEnhanced = /* @__PURE__ */ import_react12.default.forwardRef(function RadarEnhanced2({
24281
+ children,
24282
+ size = 16,
24283
+ ...rest
24284
+ }, ref) {
24285
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
24286
+ width: size,
24287
+ height: size,
24288
+ ref,
24289
+ xmlns: "http://www.w3.org/2000/svg",
24290
+ viewBox: "0 0 32 32",
24291
+ fill: "currentColor",
24292
+ ...rest
24293
+ }, _path647 || (_path647 = /* @__PURE__ */ import_react12.default.createElement("path", {
24294
+ 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"
24295
+ })), children);
24296
+ });
24297
+ if (process.env.NODE_ENV !== "production") {
24298
+ RadarEnhanced.propTypes = iconPropTypes;
24299
+ }
24300
+ var RadarWeather = /* @__PURE__ */ import_react12.default.forwardRef(function RadarWeather2({
24301
+ children,
24302
+ size = 16,
24303
+ ...rest
24304
+ }, ref) {
24305
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
24306
+ width: size,
24307
+ height: size,
24308
+ ref,
24309
+ xmlns: "http://www.w3.org/2000/svg",
24310
+ viewBox: "0 0 32 32",
24311
+ fill: "currentColor",
24312
+ ...rest
24313
+ }, _path657 || (_path657 = /* @__PURE__ */ import_react12.default.createElement("path", {
24314
+ 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"
24315
+ })), children);
24316
+ });
24317
+ if (process.env.NODE_ENV !== "production") {
24318
+ RadarWeather.propTypes = iconPropTypes;
24319
+ }
24320
+ var Radio = /* @__PURE__ */ import_react12.default.forwardRef(function Radio2({
24321
+ children,
24322
+ size = 16,
24323
+ ...rest
24324
+ }, ref) {
24325
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
24326
+ width: size,
24327
+ height: size,
24328
+ ref,
24329
+ xmlns: "http://www.w3.org/2000/svg",
24330
+ viewBox: "0 0 32 32",
24331
+ fill: "currentColor",
24332
+ ...rest
24333
+ }, _path667 || (_path667 = /* @__PURE__ */ import_react12.default.createElement("path", {
24334
+ 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"
24335
+ })), _path677 || (_path677 = /* @__PURE__ */ import_react12.default.createElement("path", {
24336
+ d: "M10 26a4 4 0 114-4A4 4 0 0110 26zm0-6a2 2 0 102 2A2 2 0 0010 20zM7 14H13V16H7zM17 16H26V18H17zM17 20H26V22H17zM17 24H26V26H17z"
24337
+ })), children);
24338
+ });
24339
+ if (process.env.NODE_ENV !== "production") {
24340
+ Radio.propTypes = iconPropTypes;
24341
+ }
24342
+ var RadioCombat = /* @__PURE__ */ import_react12.default.forwardRef(function RadioCombat2({
24343
+ children,
24344
+ size = 16,
24345
+ ...rest
24346
+ }, ref) {
24347
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
24348
+ width: size,
24349
+ height: size,
24350
+ ref,
24351
+ xmlns: "http://www.w3.org/2000/svg",
24352
+ viewBox: "0 0 32 32",
24353
+ fill: "currentColor",
24354
+ ...rest
24355
+ }, _path687 || (_path687 = /* @__PURE__ */ import_react12.default.createElement("path", {
24356
+ 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"
24357
+ })), _path697 || (_path697 = /* @__PURE__ */ import_react12.default.createElement("path", {
24358
+ 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"
24359
+ })), children);
24360
+ });
24361
+ if (process.env.NODE_ENV !== "production") {
24362
+ RadioCombat.propTypes = iconPropTypes;
24363
+ }
24364
+ var RadioPushToTalk = /* @__PURE__ */ import_react12.default.forwardRef(function RadioPushToTalk2({
24365
+ children,
24366
+ size = 16,
24367
+ ...rest
24368
+ }, ref) {
24369
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
24370
+ width: size,
24371
+ height: size,
24372
+ ref,
24373
+ xmlns: "http://www.w3.org/2000/svg",
24374
+ viewBox: "0 0 32 32",
24375
+ fill: "currentColor",
24376
+ ...rest
24377
+ }, _path707 || (_path707 = /* @__PURE__ */ import_react12.default.createElement("path", {
24378
+ d: "M13 11H19V13H13zM13 15H19V17H13z"
24379
+ })), _circle186 || (_circle186 = /* @__PURE__ */ import_react12.default.createElement("circle", {
24380
+ cx: "16",
24381
+ cy: "23",
24382
+ r: "2"
24383
+ })), _path7110 || (_path7110 = /* @__PURE__ */ import_react12.default.createElement("path", {
24384
+ 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"
24385
+ })), children);
24386
+ });
24387
+ if (process.env.NODE_ENV !== "production") {
24388
+ RadioPushToTalk.propTypes = iconPropTypes;
24389
+ }
24390
+ var RadioButton = /* @__PURE__ */ import_react12.default.forwardRef(function RadioButton2({
24391
+ children,
24392
+ size = 16,
24393
+ ...rest
24394
+ }, ref) {
24395
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
24396
+ width: size,
24397
+ height: size,
24398
+ ref,
24399
+ xmlns: "http://www.w3.org/2000/svg",
24400
+ viewBox: "0 0 32 32",
24401
+ fill: "currentColor",
24402
+ ...rest
24403
+ }, _path727 || (_path727 = /* @__PURE__ */ import_react12.default.createElement("path", {
24404
+ 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"
24405
+ })), children);
24406
+ });
24407
+ if (process.env.NODE_ENV !== "production") {
24408
+ RadioButton.propTypes = iconPropTypes;
24409
+ }
24410
+ var RadioButtonChecked = /* @__PURE__ */ import_react12.default.forwardRef(function RadioButtonChecked2({
24411
+ children,
24412
+ size = 16,
24413
+ ...rest
24414
+ }, ref) {
24415
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
24416
+ width: size,
24417
+ height: size,
24418
+ ref,
24419
+ xmlns: "http://www.w3.org/2000/svg",
24420
+ viewBox: "0 0 32 32",
24421
+ fill: "currentColor",
24422
+ ...rest
24423
+ }, _path737 || (_path737 = /* @__PURE__ */ import_react12.default.createElement("path", {
24424
+ 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"
24425
+ })), _path747 || (_path747 = /* @__PURE__ */ import_react12.default.createElement("path", {
24426
+ d: "M16,10a6,6,0,1,0,6,6A6,6,0,0,0,16,10Z"
24427
+ })), children);
24428
+ });
24429
+ if (process.env.NODE_ENV !== "production") {
24430
+ RadioButtonChecked.propTypes = iconPropTypes;
24431
+ }
24432
+ var Rag = /* @__PURE__ */ import_react12.default.forwardRef(function Rag2({
24433
+ children,
24434
+ size = 16,
24435
+ ...rest
24436
+ }, ref) {
24437
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
24438
+ width: size,
24439
+ height: size,
24440
+ ref,
24441
+ xmlns: "http://www.w3.org/2000/svg",
24442
+ viewBox: "0 0 32 32",
24443
+ fill: "currentColor",
24444
+ ...rest
24445
+ }, _path757 || (_path757 = /* @__PURE__ */ import_react12.default.createElement("path", {
24446
+ strokeWidth: "0",
24447
+ 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"
24448
+ })), _path767 || (_path767 = /* @__PURE__ */ import_react12.default.createElement("path", {
24449
+ strokeWidth: "0",
24450
+ 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"
24451
+ })), children);
24452
+ });
24453
+ if (process.env.NODE_ENV !== "production") {
24454
+ Rag.propTypes = iconPropTypes;
24455
+ }
24456
+ var Rain = /* @__PURE__ */ import_react12.default.forwardRef(function Rain2({
24457
+ children,
24458
+ size = 16,
24459
+ ...rest
24460
+ }, ref) {
24461
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
24462
+ width: size,
24463
+ height: size,
24464
+ ref,
24465
+ xmlns: "http://www.w3.org/2000/svg",
24466
+ viewBox: "0 0 32 32",
24467
+ fill: "currentColor",
24468
+ ...rest
24469
+ }, _path777 || (_path777 = /* @__PURE__ */ import_react12.default.createElement("path", {
24470
+ 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"
24471
+ })), children);
24472
+ });
24473
+ if (process.env.NODE_ENV !== "production") {
24474
+ Rain.propTypes = iconPropTypes;
24475
+ }
24476
+ var RainDrizzle = /* @__PURE__ */ import_react12.default.forwardRef(function RainDrizzle2({
24477
+ children,
24478
+ size = 16,
24479
+ ...rest
24480
+ }, ref) {
24481
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
24482
+ width: size,
24483
+ height: size,
24484
+ ref,
24485
+ xmlns: "http://www.w3.org/2000/svg",
24486
+ viewBox: "0 0 32 32",
24487
+ fill: "currentColor",
24488
+ ...rest
24489
+ }, _path787 || (_path787 = /* @__PURE__ */ import_react12.default.createElement("path", {
24490
+ 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"
24491
+ })), _path797 || (_path797 = /* @__PURE__ */ import_react12.default.createElement("path", {
24492
+ 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"
24493
+ })), children);
24494
+ });
24495
+ if (process.env.NODE_ENV !== "production") {
24496
+ RainDrizzle.propTypes = iconPropTypes;
24497
+ }
24498
+ var RainHeavy = /* @__PURE__ */ import_react12.default.forwardRef(function RainHeavy2({
24499
+ children,
24500
+ size = 16,
24501
+ ...rest
24502
+ }, ref) {
24503
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
24504
+ width: size,
24505
+ height: size,
24506
+ ref,
24507
+ xmlns: "http://www.w3.org/2000/svg",
24508
+ viewBox: "0 0 32 32",
24509
+ fill: "currentColor",
24510
+ ...rest
24511
+ }, _path807 || (_path807 = /* @__PURE__ */ import_react12.default.createElement("path", {
24512
+ 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"
24513
+ })), _path8110 || (_path8110 = /* @__PURE__ */ import_react12.default.createElement("path", {
24514
+ 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"
24515
+ })), children);
24516
+ });
24517
+ if (process.env.NODE_ENV !== "production") {
24518
+ RainHeavy.propTypes = iconPropTypes;
24519
+ }
24520
+ var RainScattered = /* @__PURE__ */ import_react12.default.forwardRef(function RainScattered2({
24521
+ children,
24522
+ size = 16,
24523
+ ...rest
24524
+ }, ref) {
24525
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
24526
+ width: size,
24527
+ height: size,
24528
+ ref,
24529
+ xmlns: "http://www.w3.org/2000/svg",
24530
+ viewBox: "0 0 32 32",
24531
+ fill: "currentColor",
24532
+ ...rest
24533
+ }, _path827 || (_path827 = /* @__PURE__ */ import_react12.default.createElement("path", {
24534
+ 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"
24535
+ })), _path837 || (_path837 = /* @__PURE__ */ import_react12.default.createElement("path", {
24536
+ d: "M27.232 15.733H29.232V18.733H27.232z",
24537
+ transform: "rotate(-45.009 28.232 17.233)"
24538
+ })), _path847 || (_path847 = /* @__PURE__ */ import_react12.default.createElement("path", {
24539
+ d: "M29 10H32V12H29z"
24540
+ })), _path857 || (_path857 = /* @__PURE__ */ import_react12.default.createElement("path", {
24541
+ d: "M26.732 3.768H29.732V5.768H26.732z",
24542
+ transform: "rotate(-45 28.232 4.768)"
24543
+ })), _path867 || (_path867 = /* @__PURE__ */ import_react12.default.createElement("path", {
24544
+ d: "M20 0H22V3H20z"
24545
+ })), _path877 || (_path877 = /* @__PURE__ */ import_react12.default.createElement("path", {
24546
+ d: "M12.768 3.268H14.768V6.268H12.768z",
24547
+ transform: "rotate(-45 13.768 4.768)"
24548
+ })), _path887 || (_path887 = /* @__PURE__ */ import_react12.default.createElement("path", {
24549
+ 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"
24550
+ })), children);
24551
+ });
24552
+ if (process.env.NODE_ENV !== "production") {
24553
+ RainScattered.propTypes = iconPropTypes;
24554
+ }
24555
+ var RainScatteredNight = /* @__PURE__ */ import_react12.default.forwardRef(function RainScatteredNight2({
24556
+ children,
24557
+ size = 16,
24558
+ ...rest
24559
+ }, ref) {
24560
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
24561
+ width: size,
24562
+ height: size,
24563
+ ref,
24564
+ xmlns: "http://www.w3.org/2000/svg",
24565
+ viewBox: "0 0 32 32",
24566
+ fill: "currentColor",
24567
+ ...rest
24568
+ }, _path897 || (_path897 = /* @__PURE__ */ import_react12.default.createElement("path", {
24569
+ 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"
24570
+ })), children);
24571
+ });
24572
+ if (process.env.NODE_ENV !== "production") {
24573
+ RainScatteredNight.propTypes = iconPropTypes;
24574
+ }
24575
+ var RainDrop = /* @__PURE__ */ import_react12.default.forwardRef(function RainDrop2({
24576
+ children,
24577
+ size = 16,
24578
+ ...rest
24579
+ }, ref) {
24580
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
24581
+ width: size,
24582
+ height: size,
24583
+ ref,
24584
+ xmlns: "http://www.w3.org/2000/svg",
24585
+ viewBox: "0 0 32 32",
24586
+ fill: "currentColor",
24587
+ ...rest
24588
+ }, _path907 || (_path907 = /* @__PURE__ */ import_react12.default.createElement("path", {
24589
+ d: "M16,24V22a3.2965,3.2965,0,0,0,3-3h2A5.2668,5.2668,0,0,1,16,24Z"
24590
+ })), _path9110 || (_path9110 = /* @__PURE__ */ import_react12.default.createElement("path", {
24591
+ 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"
24592
+ })), children);
24593
+ });
24594
+ if (process.env.NODE_ENV !== "production") {
24595
+ RainDrop.propTypes = iconPropTypes;
24596
+ }
24597
+ var Raw = /* @__PURE__ */ import_react12.default.forwardRef(function Raw2({
24598
+ children,
24599
+ size = 16,
24600
+ ...rest
24601
+ }, ref) {
24602
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
24603
+ width: size,
24604
+ height: size,
24605
+ ref,
24606
+ xmlns: "http://www.w3.org/2000/svg",
24607
+ viewBox: "0 0 32 32",
24608
+ fill: "currentColor",
24609
+ ...rest
24610
+ }, _path927 || (_path927 = /* @__PURE__ */ import_react12.default.createElement("path", {
24611
+ 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"
24612
+ })), children);
24613
+ });
24614
+ if (process.env.NODE_ENV !== "production") {
24615
+ Raw.propTypes = iconPropTypes;
24616
+ }
24617
+ var ReadMe = /* @__PURE__ */ import_react12.default.forwardRef(function ReadMe2({
24618
+ children,
24619
+ size = 16,
24620
+ ...rest
24621
+ }, ref) {
24622
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
24623
+ width: size,
24624
+ height: size,
24625
+ ref,
24626
+ xmlns: "http://www.w3.org/2000/svg",
24627
+ viewBox: "0 0 32 32",
24628
+ fill: "currentColor",
24629
+ ...rest
24630
+ }, _path937 || (_path937 = /* @__PURE__ */ import_react12.default.createElement("path", {
24631
+ 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"
24632
+ })), children);
24633
+ });
24634
+ if (process.env.NODE_ENV !== "production") {
24635
+ ReadMe.propTypes = iconPropTypes;
24636
+ }
24637
+ var Receipt = /* @__PURE__ */ import_react12.default.forwardRef(function Receipt2({
24638
+ children,
24639
+ size = 16,
24640
+ ...rest
24641
+ }, ref) {
24642
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
24643
+ width: size,
24644
+ height: size,
24645
+ ref,
24646
+ xmlns: "http://www.w3.org/2000/svg",
24647
+ viewBox: "0 0 32 32",
24648
+ fill: "currentColor",
24649
+ ...rest
24650
+ }, _path947 || (_path947 = /* @__PURE__ */ import_react12.default.createElement("path", {
24651
+ d: "M21 16H23V18H21zM9 16H17V18H9zM21 12H23V14H21zM9 12H17V14H9zM9 8H23V10H9z"
24652
+ })), _path957 || (_path957 = /* @__PURE__ */ import_react12.default.createElement("path", {
24653
+ 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"
24654
+ })), children);
24655
+ });
24656
+ if (process.env.NODE_ENV !== "production") {
24657
+ Receipt.propTypes = iconPropTypes;
24658
+ }
24659
+ var RecentlyViewed = /* @__PURE__ */ import_react12.default.forwardRef(function RecentlyViewed2({
24660
+ children,
24661
+ size = 16,
24662
+ ...rest
24663
+ }, ref) {
24664
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
24665
+ width: size,
24666
+ height: size,
24667
+ ref,
24668
+ xmlns: "http://www.w3.org/2000/svg",
24669
+ viewBox: "0 0 32 32",
24670
+ fill: "currentColor",
24671
+ ...rest
24672
+ }, _path967 || (_path967 = /* @__PURE__ */ import_react12.default.createElement("path", {
24673
+ d: "M20.59 22L15 16.41 15 7 17 7 17 15.58 22 20.59 20.59 22z"
24674
+ })), _path977 || (_path977 = /* @__PURE__ */ import_react12.default.createElement("path", {
24675
+ 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"
24676
+ })), children);
24677
+ });
24678
+ if (process.env.NODE_ENV !== "production") {
24679
+ RecentlyViewed.propTypes = iconPropTypes;
24680
+ }
24681
+ var Recommend = /* @__PURE__ */ import_react12.default.forwardRef(function Recommend2({
24682
+ children,
24683
+ size = 16,
24684
+ ...rest
24685
+ }, ref) {
24686
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
24687
+ width: size,
24688
+ height: size,
24689
+ ref,
24690
+ xmlns: "http://www.w3.org/2000/svg",
24691
+ viewBox: "0 0 32 32",
24692
+ fill: "currentColor",
24693
+ ...rest
24694
+ }, _path987 || (_path987 = /* @__PURE__ */ import_react12.default.createElement("path", {
24695
+ 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"
24696
+ })), children);
24697
+ });
24698
+ if (process.env.NODE_ENV !== "production") {
24699
+ Recommend.propTypes = iconPropTypes;
24700
+ }
24701
+ var Recording = /* @__PURE__ */ import_react12.default.forwardRef(function Recording2({
24702
+ children,
24703
+ size = 16,
24704
+ ...rest
24705
+ }, ref) {
24706
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
24707
+ width: size,
24708
+ height: size,
24709
+ ref,
24710
+ xmlns: "http://www.w3.org/2000/svg",
24711
+ viewBox: "0 0 32 32",
24712
+ fill: "currentColor",
24713
+ ...rest
24714
+ }, _path997 || (_path997 = /* @__PURE__ */ import_react12.default.createElement("path", {
24715
+ 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"
24716
+ })), _path1007 || (_path1007 = /* @__PURE__ */ import_react12.default.createElement("path", {
24717
+ 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"
24718
+ })), children);
24719
+ });
24720
+ if (process.env.NODE_ENV !== "production") {
24721
+ Recording.propTypes = iconPropTypes;
24722
+ }
24723
+ var RecordingFilled = /* @__PURE__ */ import_react12.default.forwardRef(function RecordingFilled2({
24724
+ children,
24725
+ size = 16,
24726
+ ...rest
24727
+ }, ref) {
24728
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
24729
+ width: size,
24730
+ height: size,
24731
+ ref,
24732
+ xmlns: "http://www.w3.org/2000/svg",
24733
+ viewBox: "0 0 32 32",
24734
+ fill: "currentColor",
24735
+ ...rest
24736
+ }, _circle196 || (_circle196 = /* @__PURE__ */ import_react12.default.createElement("circle", {
24737
+ cx: "16",
24738
+ cy: "16",
24739
+ r: "4"
24740
+ })), _path10110 || (_path10110 = /* @__PURE__ */ import_react12.default.createElement("path", {
24741
+ 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"
24742
+ })), children);
24743
+ });
24744
+ if (process.env.NODE_ENV !== "production") {
24745
+ RecordingFilled.propTypes = iconPropTypes;
24746
+ }
24747
+ var RecordingFilledAlt = /* @__PURE__ */ import_react12.default.forwardRef(function RecordingFilledAlt2({
24748
+ children,
24749
+ size = 16,
24750
+ ...rest
24751
+ }, ref) {
24752
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
24753
+ width: size,
24754
+ height: size,
24755
+ ref,
24756
+ xmlns: "http://www.w3.org/2000/svg",
24757
+ viewBox: "0 0 32 32",
24758
+ fill: "currentColor",
24759
+ ...rest
24760
+ }, _path1027 || (_path1027 = /* @__PURE__ */ import_react12.default.createElement("path", {
24761
+ 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"
24762
+ })), _path1037 || (_path1037 = /* @__PURE__ */ import_react12.default.createElement("path", {
24763
+ d: "M16,10c-3.3,0-6,2.7-6,6s2.7,6,6,6s6-2.7,6-6S19.3,10,16,10z",
24764
+ "data-icon-path": "inner-path",
24765
+ opacity: "0"
24766
+ })), children);
24767
+ });
24768
+ if (process.env.NODE_ENV !== "production") {
24769
+ RecordingFilledAlt.propTypes = iconPropTypes;
24770
+ }
24771
+ var Recycle = /* @__PURE__ */ import_react12.default.forwardRef(function Recycle2({
24772
+ children,
24773
+ size = 16,
24774
+ ...rest
24775
+ }, ref) {
24776
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
24777
+ width: size,
24778
+ height: size,
24779
+ ref,
24780
+ xmlns: "http://www.w3.org/2000/svg",
24781
+ viewBox: "0 0 32 32",
24782
+ fill: "currentColor",
24783
+ ...rest
24784
+ }, _path1047 || (_path1047 = /* @__PURE__ */ import_react12.default.createElement("path", {
24785
+ 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"
24786
+ })), children);
24787
+ });
24788
+ if (process.env.NODE_ENV !== "production") {
24789
+ Recycle.propTypes = iconPropTypes;
24790
+ }
24791
+ var Redefinition = /* @__PURE__ */ import_react12.default.forwardRef(function Redefinition2({
24792
+ children,
24793
+ size = 16,
24794
+ ...rest
24795
+ }, ref) {
24796
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
24797
+ width: size,
24798
+ height: size,
24799
+ ref,
24800
+ xmlns: "http://www.w3.org/2000/svg",
24801
+ viewBox: "0 0 32 32",
24802
+ fill: "currentColor",
24803
+ ...rest
24804
+ }, _path1057 || (_path1057 = /* @__PURE__ */ import_react12.default.createElement("path", {
24805
+ 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"
24806
+ })), children);
24807
+ });
24808
+ if (process.env.NODE_ENV !== "production") {
24809
+ Redefinition.propTypes = iconPropTypes;
24810
+ }
24811
+ var Redo = /* @__PURE__ */ import_react12.default.forwardRef(function Redo2({
24812
+ children,
24813
+ size = 16,
24814
+ ...rest
24815
+ }, ref) {
24816
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
24817
+ width: size,
24818
+ height: size,
24819
+ ref,
24820
+ xmlns: "http://www.w3.org/2000/svg",
24821
+ viewBox: "0 0 32 32",
24822
+ fill: "currentColor",
24823
+ ...rest
24824
+ }, _path1067 || (_path1067 = /* @__PURE__ */ import_react12.default.createElement("path", {
24825
+ 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"
24826
+ })), children);
24827
+ });
24828
+ if (process.env.NODE_ENV !== "production") {
24829
+ Redo.propTypes = iconPropTypes;
24830
+ }
24831
+ var RefEvapotranspiration = /* @__PURE__ */ import_react12.default.forwardRef(function RefEvapotranspiration2({
24832
+ children,
24833
+ size = 16,
24834
+ ...rest
24835
+ }, ref) {
24836
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
24837
+ width: size,
24838
+ height: size,
24839
+ ref,
24840
+ xmlns: "http://www.w3.org/2000/svg",
24841
+ viewBox: "0 0 32 32",
24842
+ fill: "currentColor",
24843
+ ...rest
24844
+ }, _path1077 || (_path1077 = /* @__PURE__ */ import_react12.default.createElement("path", {
24845
+ 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"
24846
+ })), children);
24847
+ });
24848
+ if (process.env.NODE_ENV !== "production") {
24849
+ RefEvapotranspiration.propTypes = iconPropTypes;
24850
+ }
24851
+ var ReferenceArchitecture = /* @__PURE__ */ import_react12.default.forwardRef(function ReferenceArchitecture2({
24852
+ children,
24853
+ size = 16,
24854
+ ...rest
24855
+ }, ref) {
24856
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
24857
+ width: size,
24858
+ height: size,
24859
+ ref,
24860
+ xmlns: "http://www.w3.org/2000/svg",
24861
+ viewBox: "0 0 32 32",
24862
+ fill: "currentColor",
24863
+ ...rest
24864
+ }, _circle206 || (_circle206 = /* @__PURE__ */ import_react12.default.createElement("circle", {
24865
+ cx: "18",
24866
+ cy: "26",
24867
+ r: "1"
24868
+ })), _path1087 || (_path1087 = /* @__PURE__ */ import_react12.default.createElement("path", {
24869
+ 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"
24870
+ })), children);
24871
+ });
24872
+ if (process.env.NODE_ENV !== "production") {
24873
+ ReferenceArchitecture.propTypes = iconPropTypes;
24874
+ }
24875
+ var ReflectHorizontal = /* @__PURE__ */ import_react12.default.forwardRef(function ReflectHorizontal2({
24876
+ children,
24877
+ size = 16,
24878
+ ...rest
24879
+ }, ref) {
24880
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
24881
+ width: size,
24882
+ height: size,
24883
+ ref,
24884
+ xmlns: "http://www.w3.org/2000/svg",
24885
+ viewBox: "0 0 32 32",
24886
+ fill: "currentColor",
24887
+ ...rest
24888
+ }, _path1097 || (_path1097 = /* @__PURE__ */ import_react12.default.createElement("path", {
24889
+ 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"
24890
+ })), _path11010 || (_path11010 = /* @__PURE__ */ import_react12.default.createElement("path", {
24891
+ d: "M15 2H17V30H15z",
24892
+ transform: "rotate(-180 16 16)"
24893
+ })), _path11110 || (_path11110 = /* @__PURE__ */ import_react12.default.createElement("path", {
24894
+ 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"
24895
+ })), children);
24896
+ });
24897
+ if (process.env.NODE_ENV !== "production") {
24898
+ ReflectHorizontal.propTypes = iconPropTypes;
24899
+ }
24900
+ var ReflectVertical = /* @__PURE__ */ import_react12.default.forwardRef(function ReflectVertical2({
24901
+ children,
24902
+ size = 16,
24903
+ ...rest
24904
+ }, ref) {
24905
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
24906
+ width: size,
24907
+ height: size,
24908
+ ref,
24909
+ xmlns: "http://www.w3.org/2000/svg",
24910
+ viewBox: "0 0 32 32",
24911
+ fill: "currentColor",
24912
+ ...rest
24913
+ }, _path1127 || (_path1127 = /* @__PURE__ */ import_react12.default.createElement("path", {
24914
+ 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"
24915
+ })), _path1137 || (_path1137 = /* @__PURE__ */ import_react12.default.createElement("path", {
24916
+ d: "M15 2H17V30H15z",
24917
+ transform: "rotate(-90 16 16)"
24918
+ })), _path1147 || (_path1147 = /* @__PURE__ */ import_react12.default.createElement("path", {
24919
+ 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"
24920
+ })), children);
24921
+ });
24922
+ if (process.env.NODE_ENV !== "production") {
24923
+ ReflectVertical.propTypes = iconPropTypes;
24924
+ }
24925
+ var WatsonHealthRegionAnalysisArea = /* @__PURE__ */ import_react12.default.forwardRef(function WatsonHealthRegionAnalysisArea2({
24926
+ children,
24927
+ size = 16,
24928
+ ...rest
24929
+ }, ref) {
24930
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
24931
+ width: size,
24932
+ height: size,
24933
+ ref,
24934
+ xmlns: "http://www.w3.org/2000/svg",
24935
+ viewBox: "0 0 32 32",
24936
+ fill: "currentColor",
24937
+ ...rest
24938
+ }, _path1157 || (_path1157 = /* @__PURE__ */ import_react12.default.createElement("path", {
24939
+ d: "M30,23V21H28V19H26v2H23V19H21v2H19v2h2v3H19v2h2v2h2V28h3v2h2V28h2V26H28V23Zm-4,3H23V23h3Z"
24940
+ })), _path1167 || (_path1167 = /* @__PURE__ */ import_react12.default.createElement("path", {
24941
+ d: "M16,30A14,14,0,1,1,30,16H28A12,12,0,1,0,16,28Z"
24942
+ })), children);
24943
+ });
24944
+ if (process.env.NODE_ENV !== "production") {
24945
+ WatsonHealthRegionAnalysisArea.propTypes = iconPropTypes;
24946
+ }
24947
+ var WatsonHealthRegionAnalysisVolume = /* @__PURE__ */ import_react12.default.forwardRef(function WatsonHealthRegionAnalysisVolume2({
24948
+ children,
24949
+ size = 16,
24950
+ ...rest
24951
+ }, ref) {
24952
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
24953
+ width: size,
24954
+ height: size,
24955
+ ref,
24956
+ xmlns: "http://www.w3.org/2000/svg",
24957
+ viewBox: "0 0 32 32",
24958
+ fill: "currentColor",
24959
+ ...rest
24960
+ }, _path1177 || (_path1177 = /* @__PURE__ */ import_react12.default.createElement("path", {
24961
+ d: "M30,23V21H28V19H26v2H23V19H21v2H19v2h2v3H19v2h2v2h2V28h3v2h2V28h2V26H28V23Zm-4,3H23V23h3Z"
24962
+ })), _path1187 || (_path1187 = /* @__PURE__ */ import_react12.default.createElement("path", {
24963
+ 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"
24964
+ })), children);
24965
+ });
24966
+ if (process.env.NODE_ENV !== "production") {
24967
+ WatsonHealthRegionAnalysisVolume.propTypes = iconPropTypes;
24968
+ }
24969
+ var WatsonHealthRegistration = /* @__PURE__ */ import_react12.default.forwardRef(function WatsonHealthRegistration2({
24970
+ children,
24971
+ size = 16,
24972
+ ...rest
24973
+ }, ref) {
24974
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
24975
+ width: size,
24976
+ height: size,
24977
+ ref,
24978
+ xmlns: "http://www.w3.org/2000/svg",
24979
+ viewBox: "0 0 32 32",
24980
+ fill: "currentColor",
24981
+ ...rest
24982
+ }, _path1197 || (_path1197 = /* @__PURE__ */ import_react12.default.createElement("path", {
24983
+ 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"
24984
+ })), _path1207 || (_path1207 = /* @__PURE__ */ import_react12.default.createElement("path", {
24985
+ 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"
24986
+ })), children);
24987
+ });
24988
+ if (process.env.NODE_ENV !== "production") {
24989
+ WatsonHealthRegistration.propTypes = iconPropTypes;
24990
+ }
24991
+ var Reminder = /* @__PURE__ */ import_react12.default.forwardRef(function Reminder2({
24992
+ children,
24993
+ size = 16,
24994
+ ...rest
24995
+ }, ref) {
24996
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
24997
+ width: size,
24998
+ height: size,
24999
+ ref,
25000
+ xmlns: "http://www.w3.org/2000/svg",
25001
+ viewBox: "0 0 32 32",
25002
+ fill: "currentColor",
25003
+ ...rest
25004
+ }, _path12110 || (_path12110 = /* @__PURE__ */ import_react12.default.createElement("path", {
25005
+ 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"
25006
+ })), _path1227 || (_path1227 = /* @__PURE__ */ import_react12.default.createElement("path", {
25007
+ d: "M28,6a2,2,0,0,0-2-2H22V2H20V4H12V2H10V4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2h4V26H6V6h4V8h2V6h8V8h2V6h4v6h2Z"
25008
+ })), children);
25009
+ });
25010
+ if (process.env.NODE_ENV !== "production") {
25011
+ Reminder.propTypes = iconPropTypes;
25012
+ }
25013
+ var ReminderMedical = /* @__PURE__ */ import_react12.default.forwardRef(function ReminderMedical2({
25014
+ children,
25015
+ size = 16,
25016
+ ...rest
25017
+ }, ref) {
25018
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
25019
+ width: size,
25020
+ height: size,
25021
+ ref,
25022
+ xmlns: "http://www.w3.org/2000/svg",
25023
+ viewBox: "0 0 32 32",
25024
+ fill: "currentColor",
25025
+ ...rest
25026
+ }, _path1237 || (_path1237 = /* @__PURE__ */ import_react12.default.createElement("path", {
25027
+ 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"
25028
+ })), _path1247 || (_path1247 = /* @__PURE__ */ import_react12.default.createElement("path", {
25029
+ d: "M26,4H22V2H20V4H12V2H10V4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2l4,0V26L6,26V6h4V8h2V6h8V8h2V6h4v4h2V6A2,2,0,0,0,26,4Z"
25030
+ })), children);
25031
+ });
25032
+ if (process.env.NODE_ENV !== "production") {
25033
+ ReminderMedical.propTypes = iconPropTypes;
25034
+ }
25035
+ var Renew = /* @__PURE__ */ import_react12.default.forwardRef(function Renew2({
25036
+ children,
25037
+ size = 16,
25038
+ ...rest
25039
+ }, ref) {
25040
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
25041
+ width: size,
25042
+ height: size,
25043
+ ref,
25044
+ xmlns: "http://www.w3.org/2000/svg",
25045
+ viewBox: "0 0 32 32",
25046
+ fill: "currentColor",
25047
+ ...rest
25048
+ }, _path1257 || (_path1257 = /* @__PURE__ */ import_react12.default.createElement("path", {
25049
+ d: "M12 10H6.78A11 11 0 0127 16h2A13 13 0 006 7.68V4H4v8h8zM20 22h5.22A11 11 0 015 16H3a13 13 0 0023 8.32V28h2V20H20z"
25050
+ })), children);
25051
+ });
25052
+ if (process.env.NODE_ENV !== "production") {
25053
+ Renew.propTypes = iconPropTypes;
25054
+ }
25055
+ var Repeat = /* @__PURE__ */ import_react12.default.forwardRef(function Repeat2({
25056
+ children,
25057
+ size = 16,
25058
+ ...rest
25059
+ }, ref) {
25060
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
25061
+ width: size,
25062
+ height: size,
25063
+ ref,
25064
+ xmlns: "http://www.w3.org/2000/svg",
25065
+ viewBox: "0 0 32 32",
25066
+ fill: "currentColor",
25067
+ ...rest
25068
+ }, _path1267 || (_path1267 = /* @__PURE__ */ import_react12.default.createElement("path", {
25069
+ 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"
25070
+ })), children);
25071
+ });
25072
+ if (process.env.NODE_ENV !== "production") {
25073
+ Repeat.propTypes = iconPropTypes;
25074
+ }
25075
+ var RepeatOne = /* @__PURE__ */ import_react12.default.forwardRef(function RepeatOne2({
25076
+ children,
25077
+ size = 16,
25078
+ ...rest
25079
+ }, ref) {
25080
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
25081
+ width: size,
25082
+ height: size,
25083
+ ref,
25084
+ xmlns: "http://www.w3.org/2000/svg",
25085
+ viewBox: "0 0 32 32",
25086
+ fill: "currentColor",
25087
+ ...rest
25088
+ }, _path1277 || (_path1277 = /* @__PURE__ */ import_react12.default.createElement("path", {
25089
+ 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"
25090
+ })), _path1287 || (_path1287 = /* @__PURE__ */ import_react12.default.createElement("path", {
25091
+ 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"
25092
+ })), children);
25093
+ });
25094
+ if (process.env.NODE_ENV !== "production") {
25095
+ RepeatOne.propTypes = iconPropTypes;
25096
+ }
25097
+ var Replicate = /* @__PURE__ */ import_react12.default.forwardRef(function Replicate2({
25098
+ children,
25099
+ size = 16,
25100
+ ...rest
25101
+ }, ref) {
25102
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
25103
+ width: size,
25104
+ height: size,
25105
+ ref,
25106
+ xmlns: "http://www.w3.org/2000/svg",
25107
+ viewBox: "0 0 32 32",
25108
+ fill: "currentColor",
25109
+ ...rest
25110
+ }, _path1297 || (_path1297 = /* @__PURE__ */ import_react12.default.createElement("path", {
25111
+ 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"
25112
+ })), children);
25113
+ });
25114
+ if (process.env.NODE_ENV !== "production") {
25115
+ Replicate.propTypes = iconPropTypes;
25116
+ }
25117
+ var Reply = /* @__PURE__ */ import_react12.default.forwardRef(function Reply2({
25118
+ children,
25119
+ size = 16,
25120
+ ...rest
25121
+ }, ref) {
25122
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
25123
+ width: size,
25124
+ height: size,
25125
+ ref,
25126
+ xmlns: "http://www.w3.org/2000/svg",
25127
+ viewBox: "0 0 32 32",
25128
+ fill: "currentColor",
25129
+ ...rest
25130
+ }, _path1307 || (_path1307 = /* @__PURE__ */ import_react12.default.createElement("path", {
25131
+ 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"
25132
+ })), children);
25133
+ });
25134
+ if (process.env.NODE_ENV !== "production") {
25135
+ Reply.propTypes = iconPropTypes;
25136
+ }
25137
+ var ReplyAll = /* @__PURE__ */ import_react12.default.forwardRef(function ReplyAll2({
25138
+ children,
25139
+ size = 16,
25140
+ ...rest
25141
+ }, ref) {
25142
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
25143
+ width: size,
25144
+ height: size,
25145
+ ref,
25146
+ xmlns: "http://www.w3.org/2000/svg",
25147
+ viewBox: "0 0 32 32",
25148
+ fill: "currentColor",
25149
+ ...rest
25150
+ }, _path13110 || (_path13110 = /* @__PURE__ */ import_react12.default.createElement("path", {
25151
+ 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"
25152
+ })), _path1327 || (_path1327 = /* @__PURE__ */ import_react12.default.createElement("path", {
25153
+ 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"
25154
+ })), children);
25155
+ });
25156
+ if (process.env.NODE_ENV !== "production") {
25157
+ ReplyAll.propTypes = iconPropTypes;
25158
+ }
25159
+ var RepoArtifact = /* @__PURE__ */ import_react12.default.forwardRef(function RepoArtifact2({
25160
+ children,
25161
+ size = 16,
25162
+ ...rest
25163
+ }, ref) {
25164
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
25165
+ width: size,
25166
+ height: size,
25167
+ ref,
25168
+ xmlns: "http://www.w3.org/2000/svg",
25169
+ viewBox: "0 0 32 32",
25170
+ fill: "currentColor",
25171
+ ...rest
25172
+ }, _path1337 || (_path1337 = /* @__PURE__ */ import_react12.default.createElement("path", {
25173
+ 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"
25174
+ })), _path1347 || (_path1347 = /* @__PURE__ */ import_react12.default.createElement("path", {
25175
+ 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"
25176
+ })), children);
25177
+ });
25178
+ if (process.env.NODE_ENV !== "production") {
25179
+ RepoArtifact.propTypes = iconPropTypes;
25180
+ }
25181
+ var RepoSourceCode = /* @__PURE__ */ import_react12.default.forwardRef(function RepoSourceCode2({
25182
+ children,
25183
+ size = 16,
25184
+ ...rest
25185
+ }, ref) {
25186
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
25187
+ width: size,
25188
+ height: size,
25189
+ ref,
25190
+ xmlns: "http://www.w3.org/2000/svg",
25191
+ viewBox: "0 0 32 32",
25192
+ fill: "currentColor",
25193
+ ...rest
25194
+ }, _path1357 || (_path1357 = /* @__PURE__ */ import_react12.default.createElement("path", {
25195
+ 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"
25196
+ })), _path1367 || (_path1367 = /* @__PURE__ */ import_react12.default.createElement("path", {
25197
+ 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"
25198
+ })), children);
25199
+ });
25200
+ if (process.env.NODE_ENV !== "production") {
25201
+ RepoSourceCode.propTypes = iconPropTypes;
25202
+ }
25203
+ var Report = /* @__PURE__ */ import_react12.default.forwardRef(function Report2({
25204
+ children,
25205
+ size = 16,
25206
+ ...rest
25207
+ }, ref) {
25208
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
25209
+ width: size,
25210
+ height: size,
25211
+ ref,
25212
+ xmlns: "http://www.w3.org/2000/svg",
25213
+ viewBox: "0 0 32 32",
25214
+ fill: "currentColor",
25215
+ ...rest
25216
+ }, _path1377 || (_path1377 = /* @__PURE__ */ import_react12.default.createElement("path", {
25217
+ d: "M10 18H18V20H10zM10 13H22V15H10zM10 23H15V25H10z"
25218
+ })), _path1387 || (_path1387 = /* @__PURE__ */ import_react12.default.createElement("path", {
25219
+ 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"
25220
+ })), children);
25221
+ });
25222
+ if (process.env.NODE_ENV !== "production") {
25223
+ Report.propTypes = iconPropTypes;
25224
+ }
25225
+ var ReportData = /* @__PURE__ */ import_react12.default.forwardRef(function ReportData2({
25226
+ children,
25227
+ size = 16,
25228
+ ...rest
25229
+ }, ref) {
25230
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
25231
+ width: size,
25232
+ height: size,
25233
+ ref,
25234
+ xmlns: "http://www.w3.org/2000/svg",
25235
+ viewBox: "0 0 32 32",
25236
+ fill: "currentColor",
25237
+ ...rest
25238
+ }, _path1397 || (_path1397 = /* @__PURE__ */ import_react12.default.createElement("path", {
25239
+ d: "M15 20H17V24H15zM20 18H22V24H20zM10 14H12V24H10z"
25240
+ })), _path1407 || (_path1407 = /* @__PURE__ */ import_react12.default.createElement("path", {
25241
+ 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"
25242
+ })), children);
25243
+ });
25244
+ if (process.env.NODE_ENV !== "production") {
25245
+ ReportData.propTypes = iconPropTypes;
25246
+ }
25247
+ var RequestQuote = /* @__PURE__ */ import_react12.default.forwardRef(function RequestQuote2({
25248
+ children,
25249
+ size = 16,
25250
+ ...rest
25251
+ }, ref) {
25252
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
25253
+ width: size,
25254
+ height: size,
25255
+ ref,
25256
+ xmlns: "http://www.w3.org/2000/svg",
25257
+ viewBox: "0 0 32 32",
25258
+ fill: "currentColor",
25259
+ ...rest
25260
+ }, _path14110 || (_path14110 = /* @__PURE__ */ import_react12.default.createElement("path", {
25261
+ d: "M22,22v6H6V4H16V2H6A2,2,0,0,0,4,4V28a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2V22Z"
25262
+ })), _path1427 || (_path1427 = /* @__PURE__ */ import_react12.default.createElement("path", {
25263
+ 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"
25264
+ })), children);
25265
+ });
25266
+ if (process.env.NODE_ENV !== "production") {
25267
+ RequestQuote.propTypes = iconPropTypes;
25268
+ }
25269
+ var RequirementDefinition = /* @__PURE__ */ import_react12.default.forwardRef(function RequirementDefinition2({
25270
+ children,
25271
+ size = 16,
25272
+ ...rest
25273
+ }, ref) {
25274
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
25275
+ width: size,
25276
+ height: size,
25277
+ ref,
25278
+ xmlns: "http://www.w3.org/2000/svg",
25279
+ viewBox: "0 0 32 32",
25280
+ fill: "currentColor",
25281
+ ...rest
25282
+ }, _path1437 || (_path1437 = /* @__PURE__ */ import_react12.default.createElement("path", {
25283
+ strokeWidth: "0",
25284
+ 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"
25285
+ })), _path1447 || (_path1447 = /* @__PURE__ */ import_react12.default.createElement("path", {
25286
+ strokeWidth: "0",
25287
+ 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"
25288
+ })), children);
25289
+ });
25290
+ if (process.env.NODE_ENV !== "production") {
25291
+ RequirementDefinition.propTypes = iconPropTypes;
25292
+ }
25293
+ var RequirementUsage = /* @__PURE__ */ import_react12.default.forwardRef(function RequirementUsage2({
25294
+ children,
25295
+ size = 16,
25296
+ ...rest
25297
+ }, ref) {
25298
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
25299
+ width: size,
25300
+ height: size,
25301
+ ref,
25302
+ xmlns: "http://www.w3.org/2000/svg",
25303
+ viewBox: "0 0 32 32",
25304
+ fill: "currentColor",
25305
+ ...rest
25306
+ }, _path1457 || (_path1457 = /* @__PURE__ */ import_react12.default.createElement("path", {
25307
+ strokeWidth: "0",
25308
+ 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"
25309
+ })), _path1467 || (_path1467 = /* @__PURE__ */ import_react12.default.createElement("path", {
25310
+ strokeWidth: "0",
25311
+ 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"
25312
+ })), children);
25313
+ });
25314
+ if (process.env.NODE_ENV !== "production") {
25315
+ RequirementUsage.propTypes = iconPropTypes;
25316
+ }
25317
+ var Reset = /* @__PURE__ */ import_react12.default.forwardRef(function Reset2({
25318
+ children,
25319
+ size = 16,
25320
+ ...rest
25321
+ }, ref) {
25322
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
25323
+ width: size,
25324
+ height: size,
25325
+ ref,
25326
+ xmlns: "http://www.w3.org/2000/svg",
25327
+ viewBox: "0 0 32 32",
25328
+ fill: "currentColor",
25329
+ ...rest
25330
+ }, _path1477 || (_path1477 = /* @__PURE__ */ import_react12.default.createElement("path", {
25331
+ 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"
25332
+ })), children);
25333
+ });
25334
+ if (process.env.NODE_ENV !== "production") {
25335
+ Reset.propTypes = iconPropTypes;
25336
+ }
25337
+ var ResetAlt = /* @__PURE__ */ import_react12.default.forwardRef(function ResetAlt2({
25338
+ children,
25339
+ size = 16,
25340
+ ...rest
25341
+ }, ref) {
25342
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
25343
+ width: size,
25344
+ height: size,
25345
+ ref,
25346
+ xmlns: "http://www.w3.org/2000/svg",
25347
+ viewBox: "0 0 32 32",
25348
+ fill: "currentColor",
25349
+ ...rest
25350
+ }, _path1487 || (_path1487 = /* @__PURE__ */ import_react12.default.createElement("path", {
25351
+ 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"
25352
+ })), children);
25353
+ });
25354
+ if (process.env.NODE_ENV !== "production") {
25355
+ ResetAlt.propTypes = iconPropTypes;
25356
+ }
25357
+ var Restart = /* @__PURE__ */ import_react12.default.forwardRef(function Restart2({
25358
+ children,
25359
+ size = 16,
25360
+ ...rest
25361
+ }, ref) {
25362
+ if (size === 16 || size === "16" || size === "16px") {
25363
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
25364
+ width: size,
25365
+ height: size,
25366
+ ref,
25367
+ xmlns: "http://www.w3.org/2000/svg",
25368
+ viewBox: "0 0 16 16",
25369
+ fill: "currentColor",
25370
+ ...rest
25371
+ }, _path1497 || (_path1497 = /* @__PURE__ */ import_react12.default.createElement("path", {
25372
+ 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"
25373
+ })), children);
25374
+ }
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 32 32",
25381
+ fill: "currentColor",
25382
+ ...rest
25383
+ }, _path1507 || (_path1507 = /* @__PURE__ */ import_react12.default.createElement("path", {
25384
+ 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"
25385
+ })), children);
25386
+ });
25387
+ if (process.env.NODE_ENV !== "production") {
25388
+ Restart.propTypes = iconPropTypes;
25389
+ }
25390
+ var Restaurant = /* @__PURE__ */ import_react12.default.forwardRef(function Restaurant2({
25391
+ children,
25392
+ size = 16,
25393
+ ...rest
25394
+ }, ref) {
25395
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
25396
+ width: size,
25397
+ height: size,
25398
+ ref,
25399
+ xmlns: "http://www.w3.org/2000/svg",
25400
+ viewBox: "0 0 32 32",
25401
+ fill: "currentColor",
25402
+ ...rest
25403
+ }, _path15110 || (_path15110 = /* @__PURE__ */ import_react12.default.createElement("path", {
25404
+ d: "M9 2H11V12H9z"
25405
+ })), _path1527 || (_path1527 = /* @__PURE__ */ import_react12.default.createElement("path", {
25406
+ 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"
25407
+ })), children);
25408
+ });
25409
+ if (process.env.NODE_ENV !== "production") {
25410
+ Restaurant.propTypes = iconPropTypes;
25411
+ }
25412
+ var RestaurantFine = /* @__PURE__ */ import_react12.default.forwardRef(function RestaurantFine2({
25413
+ children,
25414
+ size = 16,
25415
+ ...rest
25416
+ }, ref) {
25417
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
25418
+ width: size,
25419
+ height: size,
25420
+ ref,
25421
+ xmlns: "http://www.w3.org/2000/svg",
25422
+ viewBox: "0 0 32 32",
25423
+ fill: "currentColor",
25424
+ ...rest
25425
+ }, _path1537 || (_path1537 = /* @__PURE__ */ import_react12.default.createElement("path", {
25426
+ 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"
25427
+ })), _path1547 || (_path1547 = /* @__PURE__ */ import_react12.default.createElement("path", {
25428
+ d: "M7 2H9V11.98H7z"
25429
+ })), children);
25430
+ });
25431
+ if (process.env.NODE_ENV !== "production") {
25432
+ RestaurantFine.propTypes = iconPropTypes;
25433
+ }
25434
+ var Result = /* @__PURE__ */ import_react12.default.forwardRef(function Result2({
25435
+ children,
25436
+ size = 16,
25437
+ ...rest
25438
+ }, ref) {
25439
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
25440
+ width: size,
25441
+ height: size,
25442
+ ref,
25443
+ xmlns: "http://www.w3.org/2000/svg",
25444
+ viewBox: "0 0 32 32",
25445
+ fill: "currentColor",
25446
+ ...rest
25447
+ }, _path1557 || (_path1557 = /* @__PURE__ */ import_react12.default.createElement("path", {
25448
+ d: "M14 23H22V25H14zM10 23H12V25H10zM14 18H22V20H14zM10 18H12V20H10zM14 13H22V15H14zM10 13H12V15H10z"
25449
+ })), _path1567 || (_path1567 = /* @__PURE__ */ import_react12.default.createElement("path", {
25450
+ 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"
25451
+ })), children);
25452
+ });
25453
+ if (process.env.NODE_ENV !== "production") {
25454
+ Result.propTypes = iconPropTypes;
25455
+ }
25456
+ var ResultDraft = /* @__PURE__ */ import_react12.default.forwardRef(function ResultDraft2({
25457
+ children,
25458
+ size = 16,
25459
+ ...rest
25460
+ }, ref) {
25461
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
25462
+ width: size,
25463
+ height: size,
25464
+ ref,
25465
+ xmlns: "http://www.w3.org/2000/svg",
25466
+ viewBox: "0 0 32 32",
25467
+ fill: "currentColor",
25468
+ ...rest
25469
+ }, _path1577 || (_path1577 = /* @__PURE__ */ import_react12.default.createElement("path", {
25470
+ 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"
25471
+ })), _path1587 || (_path1587 = /* @__PURE__ */ import_react12.default.createElement("path", {
25472
+ 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"
25473
+ })), children);
25474
+ });
25475
+ if (process.env.NODE_ENV !== "production") {
25476
+ ResultDraft.propTypes = iconPropTypes;
25477
+ }
25478
+ var ResultNew = /* @__PURE__ */ import_react12.default.forwardRef(function ResultNew2({
25479
+ children,
25480
+ size = 16,
25481
+ ...rest
25482
+ }, ref) {
25483
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
25484
+ width: size,
25485
+ height: size,
25486
+ ref,
25487
+ xmlns: "http://www.w3.org/2000/svg",
25488
+ viewBox: "0 0 32 32",
25489
+ fill: "currentColor",
25490
+ ...rest
25491
+ }, _circle218 || (_circle218 = /* @__PURE__ */ import_react12.default.createElement("circle", {
25492
+ cx: "26",
25493
+ cy: "26",
25494
+ r: "4"
25495
+ })), _path1597 || (_path1597 = /* @__PURE__ */ import_react12.default.createElement("path", {
25496
+ d: "M10 13H12V15H10zM10 18H12V20H10zM10 23H12V25H10zM14 13H22V15H14zM14 18H22V20H14zM14 23H18V25H14z"
25497
+ })), _path1607 || (_path1607 = /* @__PURE__ */ import_react12.default.createElement("path", {
25498
+ 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"
25499
+ })), children);
25500
+ });
25501
+ if (process.env.NODE_ENV !== "production") {
25502
+ ResultNew.propTypes = iconPropTypes;
25503
+ }
25504
+ var ResultOld = /* @__PURE__ */ import_react12.default.forwardRef(function ResultOld2({
25505
+ children,
25506
+ size = 16,
25507
+ ...rest
25508
+ }, ref) {
25509
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
25510
+ width: size,
25511
+ height: size,
25512
+ ref,
25513
+ xmlns: "http://www.w3.org/2000/svg",
25514
+ viewBox: "0 0 32 32",
25515
+ fill: "currentColor",
25516
+ ...rest
25517
+ }, _path16110 || (_path16110 = /* @__PURE__ */ import_react12.default.createElement("path", {
25518
+ d: "M10 13H12V15H10zM14 13H22V15H14zM10 18H12V20H10zM10 23H12V25H10z"
25519
+ })), _path1627 || (_path1627 = /* @__PURE__ */ import_react12.default.createElement("path", {
25520
+ 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"
25521
+ })), _path1637 || (_path1637 = /* @__PURE__ */ import_react12.default.createElement("path", {
25522
+ d: "M18,19v2.4131A6.996,6.996,0,1,1,24,32V30a5,5,0,1,0-4.5762-7H22v2H16V19Z"
25523
+ })), children);
25524
+ });
25525
+ if (process.env.NODE_ENV !== "production") {
25526
+ ResultOld.propTypes = iconPropTypes;
25527
+ }
25528
+ var RetryFailed = /* @__PURE__ */ import_react12.default.forwardRef(function RetryFailed2({
25529
+ children,
25530
+ size = 16,
25531
+ ...rest
25532
+ }, ref) {
25533
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
25534
+ width: size,
25535
+ height: size,
25536
+ ref,
25537
+ xmlns: "http://www.w3.org/2000/svg",
25538
+ viewBox: "0 0 32 32",
25539
+ fill: "currentColor",
25540
+ ...rest
25541
+ }, _path1647 || (_path1647 = /* @__PURE__ */ import_react12.default.createElement("path", {
25542
+ 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"
25543
+ })), children);
25544
+ });
25545
+ if (process.env.NODE_ENV !== "production") {
25546
+ RetryFailed.propTypes = iconPropTypes;
25547
+ }
25548
+ var Return = /* @__PURE__ */ import_react12.default.forwardRef(function Return2({
25549
+ children,
25550
+ size = 16,
25551
+ ...rest
25552
+ }, ref) {
25553
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
25554
+ width: size,
25555
+ height: size,
25556
+ ref,
25557
+ xmlns: "http://www.w3.org/2000/svg",
25558
+ viewBox: "0 0 32 32",
25559
+ fill: "currentColor",
25560
+ ...rest
25561
+ }, _path1657 || (_path1657 = /* @__PURE__ */ import_react12.default.createElement("path", {
25562
+ 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"
25563
+ })), children);
25564
+ });
25565
+ if (process.env.NODE_ENV !== "production") {
25566
+ Return.propTypes = iconPropTypes;
25567
+ }
25568
+ var Review = /* @__PURE__ */ import_react12.default.forwardRef(function Review2({
25569
+ children,
25570
+ size = 16,
25571
+ ...rest
25572
+ }, ref) {
25573
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
25574
+ width: size,
25575
+ height: size,
25576
+ ref,
25577
+ xmlns: "http://www.w3.org/2000/svg",
25578
+ viewBox: "0 0 32 32",
25579
+ fill: "currentColor",
25580
+ ...rest
25581
+ }, _path1667 || (_path1667 = /* @__PURE__ */ import_react12.default.createElement("path", {
25582
+ 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"
25583
+ })), _path1677 || (_path1677 = /* @__PURE__ */ import_react12.default.createElement("path", {
25584
+ 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"
25585
+ })), children);
25586
+ });
25587
+ if (process.env.NODE_ENV !== "production") {
25588
+ Review.propTypes = iconPropTypes;
25589
+ }
25590
+ var Rewind_10 = /* @__PURE__ */ import_react12.default.forwardRef(function Rewind_102({
25591
+ children,
25592
+ size = 16,
25593
+ ...rest
25594
+ }, ref) {
25595
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
25596
+ width: size,
25597
+ height: size,
25598
+ ref,
25599
+ xmlns: "http://www.w3.org/2000/svg",
25600
+ viewBox: "0 0 32 32",
25601
+ fill: "currentColor",
25602
+ ...rest
25603
+ }, _path1687 || (_path1687 = /* @__PURE__ */ import_react12.default.createElement("path", {
25604
+ d: "M4,18A12,12,0,1,0,16,6H12V1L6,7l6,6V8h4A10,10,0,1,1,6,18Z"
25605
+ })), _path1697 || (_path1697 = /* @__PURE__ */ import_react12.default.createElement("path", {
25606
+ 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"
25607
+ })), children);
25608
+ });
25609
+ if (process.env.NODE_ENV !== "production") {
25610
+ Rewind_10.propTypes = iconPropTypes;
25611
+ }
25612
+ var Rewind_30 = /* @__PURE__ */ import_react12.default.forwardRef(function Rewind_302({
25613
+ children,
25614
+ size = 16,
25615
+ ...rest
25616
+ }, ref) {
25617
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
25618
+ width: size,
25619
+ height: size,
25620
+ ref,
25621
+ xmlns: "http://www.w3.org/2000/svg",
25622
+ viewBox: "0 0 32 32",
25623
+ fill: "currentColor",
25624
+ ...rest
25625
+ }, _path1707 || (_path1707 = /* @__PURE__ */ import_react12.default.createElement("path", {
25626
+ d: "M4,18A12,12,0,1,0,16,6H12V1L6,7l6,6V8h4A10,10,0,1,1,6,18Z"
25627
+ })), _path17110 || (_path17110 = /* @__PURE__ */ import_react12.default.createElement("path", {
25628
+ 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"
25629
+ })), children);
25630
+ });
25631
+ if (process.env.NODE_ENV !== "production") {
25632
+ Rewind_30.propTypes = iconPropTypes;
25633
+ }
25634
+ var Rewind_5 = /* @__PURE__ */ import_react12.default.forwardRef(function Rewind_52({
25635
+ children,
25636
+ size = 16,
25637
+ ...rest
25638
+ }, ref) {
25639
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
25640
+ width: size,
25641
+ height: size,
25642
+ ref,
25643
+ xmlns: "http://www.w3.org/2000/svg",
25644
+ viewBox: "0 0 32 32",
25645
+ fill: "currentColor",
25646
+ ...rest
25647
+ }, _path1727 || (_path1727 = /* @__PURE__ */ import_react12.default.createElement("path", {
25648
+ d: "M4,18A12,12,0,1,0,16,6H12V1L6,7l6,6V8h4A10,10,0,1,1,6,18Z"
25649
+ })), _path1737 || (_path1737 = /* @__PURE__ */ import_react12.default.createElement("path", {
25650
+ 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"
25651
+ })), children);
25652
+ });
25653
+ if (process.env.NODE_ENV !== "production") {
25654
+ Rewind_5.propTypes = iconPropTypes;
25655
+ }
25656
+ var RightPanelClose = /* @__PURE__ */ import_react12.default.forwardRef(function RightPanelClose2({
25657
+ children,
25658
+ size = 16,
25659
+ ...rest
25660
+ }, ref) {
25661
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
25662
+ width: size,
25663
+ height: size,
25664
+ ref,
25665
+ xmlns: "http://www.w3.org/2000/svg",
25666
+ viewBox: "0 0 32 32",
25667
+ fill: "currentColor",
25668
+ ...rest
25669
+ }, _path1747 || (_path1747 = /* @__PURE__ */ import_react12.default.createElement("path", {
25670
+ strokeWidth: "0",
25671
+ 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"
25672
+ })), children);
25673
+ });
25674
+ if (process.env.NODE_ENV !== "production") {
25675
+ RightPanelClose.propTypes = iconPropTypes;
25676
+ }
25677
+ var RightPanelCloseFilled = /* @__PURE__ */ import_react12.default.forwardRef(function RightPanelCloseFilled2({
25678
+ children,
25679
+ size = 16,
25680
+ ...rest
25681
+ }, ref) {
25682
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
25683
+ width: size,
25684
+ height: size,
25685
+ ref,
25686
+ xmlns: "http://www.w3.org/2000/svg",
25687
+ viewBox: "0 0 32 32",
25688
+ fill: "currentColor",
25689
+ ...rest
25690
+ }, _path1757 || (_path1757 = /* @__PURE__ */ import_react12.default.createElement("path", {
25691
+ strokeWidth: "0",
25692
+ 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"
25693
+ })), children);
25694
+ });
25695
+ if (process.env.NODE_ENV !== "production") {
25696
+ RightPanelCloseFilled.propTypes = iconPropTypes;
25697
+ }
25698
+ var RightPanelOpen = /* @__PURE__ */ import_react12.default.forwardRef(function RightPanelOpen2({
25699
+ children,
25700
+ size = 16,
25701
+ ...rest
25702
+ }, ref) {
25703
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
25704
+ width: size,
25705
+ height: size,
25706
+ ref,
25707
+ xmlns: "http://www.w3.org/2000/svg",
25708
+ viewBox: "0 0 32 32",
25709
+ fill: "currentColor",
25710
+ ...rest
25711
+ }, _path1767 || (_path1767 = /* @__PURE__ */ import_react12.default.createElement("path", {
25712
+ strokeWidth: "0",
25713
+ 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"
25714
+ })), children);
25715
+ });
25716
+ if (process.env.NODE_ENV !== "production") {
25717
+ RightPanelOpen.propTypes = iconPropTypes;
25718
+ }
25719
+ var RightPanelOpenFilled = /* @__PURE__ */ import_react12.default.forwardRef(function RightPanelOpenFilled2({
25720
+ children,
25721
+ size = 16,
25722
+ ...rest
25723
+ }, ref) {
25724
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
25725
+ width: size,
25726
+ height: size,
25727
+ ref,
25728
+ xmlns: "http://www.w3.org/2000/svg",
25729
+ viewBox: "0 0 32 32",
25730
+ fill: "currentColor",
25731
+ ...rest
25732
+ }, _path1777 || (_path1777 = /* @__PURE__ */ import_react12.default.createElement("path", {
25733
+ strokeWidth: "0",
25734
+ 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"
25735
+ })), children);
25736
+ });
25737
+ if (process.env.NODE_ENV !== "production") {
25738
+ RightPanelOpenFilled.propTypes = iconPropTypes;
25739
+ }
25740
+ var Road = /* @__PURE__ */ import_react12.default.forwardRef(function Road2({
25741
+ children,
25742
+ size = 16,
25743
+ ...rest
25744
+ }, ref) {
25745
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
25746
+ width: size,
25747
+ height: size,
25748
+ ref,
25749
+ xmlns: "http://www.w3.org/2000/svg",
25750
+ viewBox: "0 0 32 32",
25751
+ fill: "currentColor",
25752
+ ...rest
25753
+ }, _path1787 || (_path1787 = /* @__PURE__ */ import_react12.default.createElement("path", {
25754
+ d: "M13 13H19V15H13z"
25755
+ })), _path1796 || (_path1796 = /* @__PURE__ */ import_react12.default.createElement("path", {
25756
+ 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"
25757
+ })), _path1806 || (_path1806 = /* @__PURE__ */ import_react12.default.createElement("path", {
25758
+ d: "M15 21H17V24H15zM15 26H17V30H15z"
25759
+ })), children);
25760
+ });
25761
+ if (process.env.NODE_ENV !== "production") {
25762
+ Road.propTypes = iconPropTypes;
25763
+ }
25764
+ var RoadWeather = /* @__PURE__ */ import_react12.default.forwardRef(function RoadWeather2({
25765
+ children,
25766
+ size = 16,
25767
+ ...rest
25768
+ }, ref) {
25769
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
25770
+ width: size,
25771
+ height: size,
25772
+ ref,
25773
+ xmlns: "http://www.w3.org/2000/svg",
25774
+ viewBox: "0 0 32 32",
25775
+ fill: "currentColor",
25776
+ ...rest
25777
+ }, _path18110 || (_path18110 = /* @__PURE__ */ import_react12.default.createElement("path", {
25778
+ 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"
25779
+ })), _path1826 || (_path1826 = /* @__PURE__ */ import_react12.default.createElement("path", {
25780
+ 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"
25781
+ })), children);
25782
+ });
25783
+ if (process.env.NODE_ENV !== "production") {
25784
+ RoadWeather.propTypes = iconPropTypes;
25785
+ }
25786
+ var Roadmap = /* @__PURE__ */ import_react12.default.forwardRef(function Roadmap2({
25787
+ children,
25788
+ size = 16,
25789
+ ...rest
25790
+ }, ref) {
25791
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
25792
+ width: size,
25793
+ height: size,
25794
+ ref,
25795
+ xmlns: "http://www.w3.org/2000/svg",
25796
+ viewBox: "0 0 32 32",
25797
+ fill: "currentColor",
25798
+ ...rest
25799
+ }, _path1836 || (_path1836 = /* @__PURE__ */ import_react12.default.createElement("path", {
25800
+ 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"
25801
+ })), children);
25802
+ });
25803
+ if (process.env.NODE_ENV !== "production") {
25804
+ Roadmap.propTypes = iconPropTypes;
25805
+ }
25806
+ var Rocket = /* @__PURE__ */ import_react12.default.forwardRef(function Rocket2({
25807
+ children,
25808
+ size = 16,
25809
+ ...rest
25810
+ }, ref) {
25811
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
25812
+ width: size,
25813
+ height: size,
25814
+ ref,
25815
+ xmlns: "http://www.w3.org/2000/svg",
25816
+ viewBox: "0 0 32 32",
25817
+ fill: "currentColor",
25818
+ ...rest
25819
+ }, _path1846 || (_path1846 = /* @__PURE__ */ import_react12.default.createElement("path", {
25820
+ d: "M6.34 19H17.65V21H6.34z",
25821
+ transform: "rotate(-45 11.995 20.002)"
25822
+ })), _path1856 || (_path1856 = /* @__PURE__ */ import_react12.default.createElement("path", {
25823
+ 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"
25824
+ })), children);
25825
+ });
25826
+ if (process.env.NODE_ENV !== "production") {
25827
+ Rocket.propTypes = iconPropTypes;
25828
+ }
25829
+ var Rotate = /* @__PURE__ */ import_react12.default.forwardRef(function Rotate2({
25830
+ children,
25831
+ size = 16,
25832
+ ...rest
25833
+ }, ref) {
25834
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
25835
+ width: size,
25836
+ height: size,
25837
+ ref,
25838
+ xmlns: "http://www.w3.org/2000/svg",
25839
+ viewBox: "0 0 32 32",
25840
+ fill: "currentColor",
25841
+ ...rest
25842
+ }, _path1866 || (_path1866 = /* @__PURE__ */ import_react12.default.createElement("path", {
25843
+ 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"
25844
+ })), children);
25845
+ });
25846
+ if (process.env.NODE_ENV !== "production") {
25847
+ Rotate.propTypes = iconPropTypes;
25848
+ }
25849
+ var WatsonHealthRotate_180 = /* @__PURE__ */ import_react12.default.forwardRef(function WatsonHealthRotate_1802({
25850
+ children,
25851
+ size = 16,
25852
+ ...rest
25853
+ }, ref) {
25854
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
25855
+ width: size,
25856
+ height: size,
25857
+ ref,
25858
+ xmlns: "http://www.w3.org/2000/svg",
25859
+ viewBox: "0 0 32 32",
25860
+ fill: "currentColor",
25861
+ ...rest
25862
+ }, _path1876 || (_path1876 = /* @__PURE__ */ import_react12.default.createElement("path", {
25863
+ 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"
25864
+ })), children);
25865
+ });
25866
+ if (process.env.NODE_ENV !== "production") {
25867
+ WatsonHealthRotate_180.propTypes = iconPropTypes;
25868
+ }
25869
+ var WatsonHealthRotate_360 = /* @__PURE__ */ import_react12.default.forwardRef(function WatsonHealthRotate_3602({
25870
+ children,
25871
+ size = 16,
25872
+ ...rest
25873
+ }, ref) {
25874
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
25875
+ width: size,
25876
+ height: size,
25877
+ ref,
25878
+ xmlns: "http://www.w3.org/2000/svg",
25879
+ viewBox: "0 0 32 32",
25880
+ fill: "currentColor",
25881
+ ...rest
25882
+ }, _path1886 || (_path1886 = /* @__PURE__ */ import_react12.default.createElement("path", {
25883
+ 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"
25884
+ })), children);
25885
+ });
25886
+ if (process.env.NODE_ENV !== "production") {
25887
+ WatsonHealthRotate_360.propTypes = iconPropTypes;
25888
+ }
25889
+ var RotateClockwise = /* @__PURE__ */ import_react12.default.forwardRef(function RotateClockwise2({
25890
+ children,
25891
+ size = 16,
25892
+ ...rest
25893
+ }, ref) {
25894
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
25895
+ width: size,
25896
+ height: size,
25897
+ ref,
25898
+ xmlns: "http://www.w3.org/2000/svg",
25899
+ viewBox: "0 0 32 32",
25900
+ fill: "currentColor",
25901
+ ...rest
25902
+ }, _path1896 || (_path1896 = /* @__PURE__ */ import_react12.default.createElement("path", {
25903
+ 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"
25904
+ })), children);
25905
+ });
25906
+ if (process.env.NODE_ENV !== "production") {
25907
+ RotateClockwise.propTypes = iconPropTypes;
25908
+ }
25909
+ var RotateClockwiseAlt = /* @__PURE__ */ import_react12.default.forwardRef(function RotateClockwiseAlt2({
25910
+ children,
25911
+ size = 16,
25912
+ ...rest
25913
+ }, ref) {
25914
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
25915
+ width: size,
25916
+ height: size,
25917
+ ref,
25918
+ xmlns: "http://www.w3.org/2000/svg",
25919
+ viewBox: "0 0 32 32",
25920
+ fill: "currentColor",
25921
+ ...rest
25922
+ }, _path1906 || (_path1906 = /* @__PURE__ */ import_react12.default.createElement("path", {
25923
+ 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"
25924
+ })), children);
25925
+ });
25926
+ if (process.env.NODE_ENV !== "production") {
25927
+ RotateClockwiseAlt.propTypes = iconPropTypes;
25928
+ }
25929
+ var RotateClockwiseAltFilled = /* @__PURE__ */ import_react12.default.forwardRef(function RotateClockwiseAltFilled2({
25930
+ children,
25931
+ size = 16,
25932
+ ...rest
25933
+ }, ref) {
25934
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
25935
+ width: size,
25936
+ height: size,
25937
+ ref,
25938
+ xmlns: "http://www.w3.org/2000/svg",
25939
+ viewBox: "0 0 32 32",
25940
+ fill: "currentColor",
25941
+ ...rest
25942
+ }, _path19110 || (_path19110 = /* @__PURE__ */ import_react12.default.createElement("path", {
25943
+ 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"
25944
+ })), children);
25945
+ });
25946
+ if (process.env.NODE_ENV !== "production") {
25947
+ RotateClockwiseAltFilled.propTypes = iconPropTypes;
25948
+ }
25949
+ var RotateClockwiseFilled = /* @__PURE__ */ import_react12.default.forwardRef(function RotateClockwiseFilled2({
25950
+ children,
25951
+ size = 16,
25952
+ ...rest
25953
+ }, ref) {
25954
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
25955
+ width: size,
25956
+ height: size,
25957
+ ref,
25958
+ xmlns: "http://www.w3.org/2000/svg",
25959
+ viewBox: "0 0 32 32",
25960
+ fill: "currentColor",
25961
+ ...rest
25962
+ }, _path1926 || (_path1926 = /* @__PURE__ */ import_react12.default.createElement("path", {
25963
+ 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"
25964
+ })), children);
25965
+ });
25966
+ if (process.env.NODE_ENV !== "production") {
25967
+ RotateClockwiseFilled.propTypes = iconPropTypes;
25968
+ }
25969
+ var RotateCounterclockwise = /* @__PURE__ */ import_react12.default.forwardRef(function RotateCounterclockwise2({
25970
+ children,
25971
+ size = 16,
25972
+ ...rest
25973
+ }, ref) {
25974
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
25975
+ width: size,
25976
+ height: size,
25977
+ ref,
25978
+ xmlns: "http://www.w3.org/2000/svg",
25979
+ viewBox: "0 0 32 32",
25980
+ fill: "currentColor",
25981
+ ...rest
25982
+ }, _path1936 || (_path1936 = /* @__PURE__ */ import_react12.default.createElement("path", {
25983
+ 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"
25984
+ })), children);
25985
+ });
25986
+ if (process.env.NODE_ENV !== "production") {
25987
+ RotateCounterclockwise.propTypes = iconPropTypes;
25988
+ }
25989
+ var RotateCounterclockwiseAlt = /* @__PURE__ */ import_react12.default.forwardRef(function RotateCounterclockwiseAlt2({
25990
+ children,
25991
+ size = 16,
25992
+ ...rest
25993
+ }, ref) {
25994
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
25995
+ width: size,
25996
+ height: size,
25997
+ ref,
25998
+ xmlns: "http://www.w3.org/2000/svg",
25999
+ viewBox: "0 0 32 32",
26000
+ fill: "currentColor",
26001
+ ...rest
26002
+ }, _path1946 || (_path1946 = /* @__PURE__ */ import_react12.default.createElement("path", {
26003
+ 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"
26004
+ })), children);
26005
+ });
26006
+ if (process.env.NODE_ENV !== "production") {
26007
+ RotateCounterclockwiseAlt.propTypes = iconPropTypes;
26008
+ }
26009
+ var RotateCounterclockwiseAltFilled = /* @__PURE__ */ import_react12.default.forwardRef(function RotateCounterclockwiseAltFilled2({
26010
+ children,
26011
+ size = 16,
26012
+ ...rest
26013
+ }, ref) {
26014
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
26015
+ width: size,
26016
+ height: size,
26017
+ ref,
26018
+ xmlns: "http://www.w3.org/2000/svg",
26019
+ viewBox: "0 0 32 32",
26020
+ fill: "currentColor",
26021
+ ...rest
26022
+ }, _path1956 || (_path1956 = /* @__PURE__ */ import_react12.default.createElement("path", {
26023
+ 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"
26024
+ })), children);
26025
+ });
26026
+ if (process.env.NODE_ENV !== "production") {
26027
+ RotateCounterclockwiseAltFilled.propTypes = iconPropTypes;
26028
+ }
26029
+ var RotateCounterclockwiseFilled = /* @__PURE__ */ import_react12.default.forwardRef(function RotateCounterclockwiseFilled2({
26030
+ children,
26031
+ size = 16,
26032
+ ...rest
26033
+ }, ref) {
26034
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
26035
+ width: size,
26036
+ height: size,
26037
+ ref,
26038
+ xmlns: "http://www.w3.org/2000/svg",
26039
+ viewBox: "0 0 32 32",
26040
+ fill: "currentColor",
26041
+ ...rest
26042
+ }, _path1966 || (_path1966 = /* @__PURE__ */ import_react12.default.createElement("path", {
26043
+ 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"
26044
+ })), children);
26045
+ });
26046
+ if (process.env.NODE_ENV !== "production") {
26047
+ RotateCounterclockwiseFilled.propTypes = iconPropTypes;
26048
+ }
26049
+ var Router = /* @__PURE__ */ import_react12.default.forwardRef(function Router2({
26050
+ children,
26051
+ size = 16,
26052
+ ...rest
26053
+ }, ref) {
26054
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
26055
+ width: size,
26056
+ height: size,
26057
+ ref,
26058
+ xmlns: "http://www.w3.org/2000/svg",
26059
+ viewBox: "0 0 32 32",
26060
+ fill: "currentColor",
26061
+ ...rest
26062
+ }, _path1976 || (_path1976 = /* @__PURE__ */ import_react12.default.createElement("path", {
26063
+ 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"
26064
+ })), children);
26065
+ });
26066
+ if (process.env.NODE_ENV !== "production") {
26067
+ Router.propTypes = iconPropTypes;
26068
+ }
26069
+ var RouterVoice = /* @__PURE__ */ import_react12.default.forwardRef(function RouterVoice2({
26070
+ children,
26071
+ size = 16,
26072
+ ...rest
26073
+ }, ref) {
26074
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
26075
+ width: size,
26076
+ height: size,
26077
+ ref,
26078
+ xmlns: "http://www.w3.org/2000/svg",
26079
+ viewBox: "0 0 32 32",
26080
+ fill: "currentColor",
26081
+ ...rest
26082
+ }, _path1986 || (_path1986 = /* @__PURE__ */ import_react12.default.createElement("path", {
26083
+ 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"
26084
+ })), children);
26085
+ });
26086
+ if (process.env.NODE_ENV !== "production") {
26087
+ RouterVoice.propTypes = iconPropTypes;
26088
+ }
26089
+ var RouterWifi = /* @__PURE__ */ import_react12.default.forwardRef(function RouterWifi2({
26090
+ children,
26091
+ size = 16,
26092
+ ...rest
26093
+ }, ref) {
26094
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
26095
+ width: size,
26096
+ height: size,
26097
+ ref,
26098
+ xmlns: "http://www.w3.org/2000/svg",
26099
+ viewBox: "0 0 32 32",
26100
+ fill: "currentColor",
26101
+ ...rest
26102
+ }, _circle226 || (_circle226 = /* @__PURE__ */ import_react12.default.createElement("circle", {
26103
+ cx: "16",
26104
+ cy: "13.5",
26105
+ r: "1.5"
26106
+ })), _path1996 || (_path1996 = /* @__PURE__ */ import_react12.default.createElement("path", {
26107
+ d: "M19.5356,10.4648a5,5,0,0,0-7.0717,0L11.05,9.0508a6.9992,6.9992,0,0,1,9.9,0Z"
26108
+ })), _path2006 || (_path2006 = /* @__PURE__ */ import_react12.default.createElement("path", {
26109
+ 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"
26110
+ })), children);
26111
+ });
26112
+ if (process.env.NODE_ENV !== "production") {
26113
+ RouterWifi.propTypes = iconPropTypes;
26114
+ }
26115
+ var Row = /* @__PURE__ */ import_react12.default.forwardRef(function Row2({
26116
+ children,
26117
+ size = 16,
26118
+ ...rest
26119
+ }, ref) {
26120
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
26121
+ width: size,
26122
+ height: size,
26123
+ ref,
26124
+ xmlns: "http://www.w3.org/2000/svg",
26125
+ viewBox: "0 0 32 32",
26126
+ fill: "currentColor",
26127
+ ...rest
26128
+ }, _path2018 || (_path2018 = /* @__PURE__ */ import_react12.default.createElement("path", {
26129
+ d: "M4 24H28V26H4zM26 18H6V14H26v4m2 0V14a2 2 0 00-2-2H6a2 2 0 00-2 2v4a2 2 0 002 2H26a2 2 0 002-2zM4 6H28V8H4z"
26130
+ })), children);
26131
+ });
26132
+ if (process.env.NODE_ENV !== "production") {
26133
+ Row.propTypes = iconPropTypes;
26134
+ }
26135
+ var RowCollapse = /* @__PURE__ */ import_react12.default.forwardRef(function RowCollapse2({
26136
+ children,
26137
+ size = 16,
26138
+ ...rest
26139
+ }, ref) {
26140
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
26141
+ width: size,
26142
+ height: size,
26143
+ ref,
26144
+ xmlns: "http://www.w3.org/2000/svg",
26145
+ viewBox: "0 0 32 32",
26146
+ fill: "currentColor",
26147
+ ...rest
26148
+ }, _path2026 || (_path2026 = /* @__PURE__ */ import_react12.default.createElement("path", {
26149
+ 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"
26150
+ })), children);
26151
+ });
26152
+ if (process.env.NODE_ENV !== "production") {
26153
+ RowCollapse.propTypes = iconPropTypes;
26154
+ }
26155
+ var RowDelete = /* @__PURE__ */ import_react12.default.forwardRef(function RowDelete2({
26156
+ children,
26157
+ size = 16,
26158
+ ...rest
26159
+ }, ref) {
26160
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
26161
+ width: size,
26162
+ height: size,
26163
+ ref,
26164
+ xmlns: "http://www.w3.org/2000/svg",
26165
+ viewBox: "0 0 32 32",
26166
+ fill: "currentColor",
26167
+ ...rest
26168
+ }, _path2035 || (_path2035 = /* @__PURE__ */ import_react12.default.createElement("path", {
26169
+ 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"
26170
+ })), _path2045 || (_path2045 = /* @__PURE__ */ import_react12.default.createElement("path", {
26171
+ d: "M4,14V8H18V6H4A2.0023,2.0023,0,0,0,2,8v6a2.0023,2.0023,0,0,0,2,2H26V14Z"
26172
+ })), children);
26173
+ });
26174
+ if (process.env.NODE_ENV !== "production") {
26175
+ RowDelete.propTypes = iconPropTypes;
26176
+ }
26177
+ var RowExpand = /* @__PURE__ */ import_react12.default.forwardRef(function RowExpand2({
26178
+ children,
26179
+ size = 16,
26180
+ ...rest
26181
+ }, ref) {
26182
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
26183
+ width: size,
26184
+ height: size,
26185
+ ref,
26186
+ xmlns: "http://www.w3.org/2000/svg",
26187
+ viewBox: "0 0 32 32",
26188
+ fill: "currentColor",
26189
+ ...rest
26190
+ }, _path2055 || (_path2055 = /* @__PURE__ */ import_react12.default.createElement("path", {
26191
+ 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"
26192
+ })), children);
26193
+ });
26194
+ if (process.env.NODE_ENV !== "production") {
26195
+ RowExpand.propTypes = iconPropTypes;
26196
+ }
26197
+ var RowInsert = /* @__PURE__ */ import_react12.default.forwardRef(function RowInsert2({
26198
+ children,
26199
+ size = 16,
26200
+ ...rest
26201
+ }, ref) {
26202
+ return /* @__PURE__ */ import_react12.default.createElement(Icon, {
26203
+ width: size,
26204
+ height: size,
26205
+ ref,
26206
+ xmlns: "http://www.w3.org/2000/svg",
26207
+ viewBox: "0 0 32 32",
26208
+ fill: "currentColor",
26209
+ ...rest
26210
+ }, _path2065 || (_path2065 = /* @__PURE__ */ import_react12.default.createElement("path", {
26211
+ 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"
26212
+ })), children);
26213
+ });
26214
+ if (process.env.NODE_ENV !== "production") {
26215
+ RowInsert.propTypes = iconPropTypes;
26216
+ }
26217
+
26218
+ // node_modules/@carbon/icons-react/es/index.js
26219
+ var import_react13 = require("react");
26220
+
26221
+ // src/components/ContactModal/ContactModal.tsx
26222
+ var import_react14 = require("@carbon/react");
26223
+ var import_jsx_runtime11 = require("react/jsx-runtime");
26224
+ var ContactModal = ({
26225
+ isOpen,
26226
+ setIsOpen,
26227
+ modalLabel,
26228
+ modalHeading,
26229
+ modalSubHeading,
26230
+ modalPrimaryButtonText,
26231
+ modalSecondaryButtonText
26232
+ }) => {
26233
+ return /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)(
26234
+ import_react14.Modal,
26235
+ {
26236
+ open: isOpen,
26237
+ modalLabel,
26238
+ modalHeading,
26239
+ primaryButtonText: modalPrimaryButtonText,
26240
+ secondaryButtonText: modalSecondaryButtonText,
26241
+ onRequestClose: () => setIsOpen(false),
26242
+ onRequestSubmit: () => {
26243
+ console.log("Form submitted");
26244
+ setIsOpen(false);
26245
+ },
26246
+ children: [
26247
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("p", { style: { marginBottom: "1rem" }, children: modalSubHeading }),
26248
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(import_react14.Form, { children: /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)(import_react14.Stack, { gap: 5, children: [
26249
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(import_react14.FormGroup, { legendText: "", children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
26250
+ import_react14.TextInput,
26251
+ {
26252
+ id: "name",
26253
+ labelText: "Name",
26254
+ placeholder: "Enter your name",
26255
+ required: true
26256
+ }
26257
+ ) }),
26258
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(import_react14.FormGroup, { legendText: "", children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
26259
+ import_react14.TextInput,
26260
+ {
26261
+ id: "email",
26262
+ labelText: "Email",
26263
+ placeholder: "Enter your email",
26264
+ required: true,
26265
+ type: "email"
26266
+ }
26267
+ ) }),
26268
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(import_react14.FormGroup, { legendText: "", children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
26269
+ import_react14.TextArea,
26270
+ {
26271
+ id: "message",
26272
+ labelText: "Message",
26273
+ placeholder: "Enter your message",
26274
+ required: true,
26275
+ rows: 4
26276
+ }
26277
+ ) })
26278
+ ] }) })
26279
+ ]
26280
+ }
26281
+ );
26282
+ };
26283
+ var ContactModal_default = ContactModal;
26284
+
26285
+ // src/components/ContactButton/ContactButton.tsx
26286
+ var import_jsx_runtime12 = require("react/jsx-runtime");
26287
+ var iconComponents = {
26288
+ Email,
26289
+ Chat,
26290
+ CustomerService,
26291
+ CommunicationUnified
26292
+ };
26293
+ var ContactButton = ({
26294
+ btnText = "Contact",
26295
+ btnIcon = "Email",
26296
+ btnKind = "primary",
26297
+ btnSize = "md",
26298
+ modalLabel = "Contact",
26299
+ modalHeading = "Hello",
26300
+ modalSubHeading = "...",
26301
+ modalPrimaryButtonText = "Submit",
26302
+ modalSecondaryButtonText = "Cancel"
26303
+ }) => {
26304
+ const [isOpen, setIsOpen] = (0, import_react15.useState)(false);
26305
+ const IconComponent = iconComponents[btnIcon];
26306
+ return /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(import_jsx_runtime12.Fragment, { children: [
26307
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
26308
+ import_react16.Button,
26309
+ {
26310
+ renderIcon: IconComponent,
26311
+ kind: btnKind,
26312
+ size: btnSize,
26313
+ onClick: () => setIsOpen(true),
26314
+ children: btnText
26315
+ }
26316
+ ),
26317
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
26318
+ ContactModal_default,
26319
+ {
26320
+ isOpen,
26321
+ setIsOpen,
26322
+ modalLabel,
26323
+ modalHeading,
26324
+ modalSubHeading,
26325
+ modalPrimaryButtonText,
26326
+ modalSecondaryButtonText
26327
+ }
26328
+ )
26329
+ ] });
26330
+ };
26331
+ var ContactButton_default = ContactButton;
26332
+
26333
+ // src/components/CustomPictogram/CustomPictogram.tsx
26334
+ var import_clsx6 = __toESM(require("clsx"));
26335
+
26336
+ // node_modules/@carbon/pictograms-react/es/Icon.js
26337
+ var import_prop_types3 = __toESM(require_prop_types());
26338
+ var import_react17 = __toESM(require("react"));
26339
+ var Icon3 = /* @__PURE__ */ import_react17.default.forwardRef(function Icon4({
26340
+ className,
26341
+ children,
26342
+ tabIndex,
26343
+ xmlns = "http://www.w3.org/2000/svg",
26344
+ preserveAspectRatio = "xMidYMid meet",
26345
+ ...rest
26346
+ }, ref) {
26347
+ const {
26348
+ tabindex,
26349
+ ...attrs
26350
+ } = getAttributes({
26351
+ ...rest,
26352
+ tabindex: tabIndex
26353
+ });
26354
+ const props = attrs;
26355
+ if (className) {
26356
+ props.className = className;
26357
+ }
26358
+ if (tabindex !== void 0 && tabindex !== null) {
26359
+ if (typeof tabindex === "number") {
26360
+ props.tabIndex = tabindex;
26361
+ } else {
26362
+ props.tabIndex = Number(tabIndex);
26363
+ }
26364
+ }
26365
+ if (ref) {
26366
+ props.ref = ref;
26367
+ }
26368
+ if (xmlns) {
26369
+ props.xmlns = xmlns;
26370
+ }
26371
+ if (preserveAspectRatio) {
26372
+ props.preserveAspectRatio = preserveAspectRatio;
26373
+ }
26374
+ return /* @__PURE__ */ import_react17.default.createElement("svg", props, children);
26375
+ });
26376
+ Icon3.displayName = "Icon";
26377
+ Icon3.propTypes = {
26378
+ "aria-hidden": import_prop_types3.default.oneOfType([import_prop_types3.default.bool, import_prop_types3.default.oneOf(["true", "false"])]),
26379
+ "aria-label": import_prop_types3.default.string,
26380
+ "aria-labelledby": import_prop_types3.default.string,
26381
+ children: import_prop_types3.default.node,
26382
+ className: import_prop_types3.default.string,
26383
+ height: import_prop_types3.default.oneOfType([import_prop_types3.default.number, import_prop_types3.default.string]),
26384
+ preserveAspectRatio: import_prop_types3.default.string,
26385
+ tabIndex: import_prop_types3.default.oneOfType([import_prop_types3.default.number, import_prop_types3.default.string]),
26386
+ viewBox: import_prop_types3.default.string,
26387
+ width: import_prop_types3.default.oneOfType([import_prop_types3.default.number, import_prop_types3.default.string]),
26388
+ xmlns: import_prop_types3.default.string
26389
+ };
26390
+
26391
+ // node_modules/@carbon/pictograms-react/es/_rollupPluginBabelHelpers-CuCmpz4u.js
26392
+ function _extends() {
26393
+ return _extends = Object.assign ? Object.assign.bind() : function(n) {
26394
+ for (var e = 1; e < arguments.length; e++) {
26395
+ var t = arguments[e];
26396
+ for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]);
26397
+ }
26398
+ return n;
26399
+ }, _extends.apply(null, arguments);
26400
+ }
26401
+
26402
+ // node_modules/@carbon/pictograms-react/es/__generated__/bucket-0.js
26403
+ var import_react18 = __toESM(require("react"));
26404
+ var _path548;
26405
+ var _path688;
26406
+ var _path1488;
26407
+ var AppDeveloper = /* @__PURE__ */ import_react18.default.forwardRef(function AppDeveloper2({ children, ...rest }, ref) {
26408
+ 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);
26409
+ });
26410
+ var AssetManagement = /* @__PURE__ */ import_react18.default.forwardRef(function AssetManagement2({ children, ...rest }, ref) {
26411
+ 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);
26412
+ });
26413
+ var Carbon = /* @__PURE__ */ import_react18.default.forwardRef(function Carbon2({ children, ...rest }, ref) {
26414
+ 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);
26415
+ });
26416
+
26417
+ // node_modules/@carbon/pictograms-react/es/__generated__/bucket-1.js
26418
+ var import_react19 = __toESM(require("react"));
26419
+ var _path921;
26420
+ var _path1521;
26421
+ var _path1308;
26422
+ var CodeExplanation = /* @__PURE__ */ import_react19.default.forwardRef(function CodeExplanation2({
26423
+ children,
26424
+ ...rest
26425
+ }, ref) {
26426
+ return /* @__PURE__ */ import_react19.default.createElement(Icon3, _extends({
26427
+ width: 64,
26428
+ height: 64,
26429
+ viewBox: "0 0 32 32",
23664
26430
  xmlns: "http://www.w3.org/2000/svg",
23665
26431
  fill: "currentColor",
23666
26432
  ref
23667
- }, rest), _path920 || (_path920 = /* @__PURE__ */ import_react18.default.createElement("path", {
26433
+ }, rest), _path921 || (_path921 = /* @__PURE__ */ import_react19.default.createElement("path", {
23668
26434
  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
26435
  })), children);
23670
26436
  });
23671
- var Collaboration = /* @__PURE__ */ import_react18.default.forwardRef(function Collaboration2({
26437
+ var Collaboration = /* @__PURE__ */ import_react19.default.forwardRef(function Collaboration2({
23672
26438
  children,
23673
26439
  ...rest
23674
26440
  }, ref) {
23675
- return /* @__PURE__ */ import_react18.default.createElement(Icon3, _extends({
26441
+ return /* @__PURE__ */ import_react19.default.createElement(Icon3, _extends({
23676
26442
  width: 64,
23677
26443
  height: 64,
23678
26444
  viewBox: "0 0 32 32",
23679
26445
  xmlns: "http://www.w3.org/2000/svg",
23680
26446
  fill: "currentColor",
23681
26447
  ref
23682
- }, rest), _path1520 || (_path1520 = /* @__PURE__ */ import_react18.default.createElement("path", {
26448
+ }, rest), _path1521 || (_path1521 = /* @__PURE__ */ import_react19.default.createElement("path", {
23683
26449
  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
26450
  })), children);
23685
26451
  });
23686
- var DevicePairing = /* @__PURE__ */ import_react18.default.forwardRef(function DevicePairing2({
26452
+ var DevicePairing = /* @__PURE__ */ import_react19.default.forwardRef(function DevicePairing2({
23687
26453
  children,
23688
26454
  ...rest
23689
26455
  }, ref) {
23690
- return /* @__PURE__ */ import_react18.default.createElement(Icon3, _extends({
26456
+ return /* @__PURE__ */ import_react19.default.createElement(Icon3, _extends({
23691
26457
  width: 64,
23692
26458
  height: 64,
23693
26459
  viewBox: "0 0 32 32",
23694
26460
  xmlns: "http://www.w3.org/2000/svg",
23695
26461
  fill: "currentColor",
23696
26462
  ref
23697
- }, rest), _path1307 || (_path1307 = /* @__PURE__ */ import_react18.default.createElement("path", {
26463
+ }, rest), _path1308 || (_path1308 = /* @__PURE__ */ import_react19.default.createElement("path", {
23698
26464
  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
26465
  })), children);
23700
26466
  });
23701
26467
 
23702
26468
  // node_modules/@carbon/pictograms-react/es/__generated__/bucket-2.js
23703
- var import_react19 = __toESM(require("react"));
23704
- var _path707;
23705
- var _path1197;
26469
+ var import_react20 = __toESM(require("react"));
26470
+ var _path708;
26471
+ var _path1198;
23706
26472
  var _path2362;
23707
- var Goals = /* @__PURE__ */ import_react19.default.forwardRef(function Goals2({
26473
+ var Goals = /* @__PURE__ */ import_react20.default.forwardRef(function Goals2({
23708
26474
  children,
23709
26475
  ...rest
23710
26476
  }, ref) {
23711
- return /* @__PURE__ */ import_react19.default.createElement(Icon3, _extends({
26477
+ return /* @__PURE__ */ import_react20.default.createElement(Icon3, _extends({
23712
26478
  width: 64,
23713
26479
  height: 64,
23714
26480
  viewBox: "0 0 32 32",
23715
26481
  xmlns: "http://www.w3.org/2000/svg",
23716
26482
  fill: "currentColor",
23717
26483
  ref
23718
- }, rest), _path707 || (_path707 = /* @__PURE__ */ import_react19.default.createElement("path", {
26484
+ }, rest), _path708 || (_path708 = /* @__PURE__ */ import_react20.default.createElement("path", {
23719
26485
  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
26486
  })), children);
23721
26487
  });
23722
- var Hills = /* @__PURE__ */ import_react19.default.forwardRef(function Hills2({
26488
+ var Hills = /* @__PURE__ */ import_react20.default.forwardRef(function Hills2({
23723
26489
  children,
23724
26490
  ...rest
23725
26491
  }, ref) {
23726
- return /* @__PURE__ */ import_react19.default.createElement(Icon3, _extends({
26492
+ return /* @__PURE__ */ import_react20.default.createElement(Icon3, _extends({
23727
26493
  width: 64,
23728
26494
  height: 64,
23729
26495
  viewBox: "0 0 32 32",
23730
26496
  xmlns: "http://www.w3.org/2000/svg",
23731
26497
  fill: "currentColor",
23732
26498
  ref
23733
- }, rest), _path1197 || (_path1197 = /* @__PURE__ */ import_react19.default.createElement("path", {
26499
+ }, rest), _path1198 || (_path1198 = /* @__PURE__ */ import_react20.default.createElement("path", {
23734
26500
  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
26501
  })), children);
23736
26502
  });
23737
- var Leadership = /* @__PURE__ */ import_react19.default.forwardRef(function Leadership2({
26503
+ var Leadership = /* @__PURE__ */ import_react20.default.forwardRef(function Leadership2({
23738
26504
  children,
23739
26505
  ...rest
23740
26506
  }, ref) {
23741
- return /* @__PURE__ */ import_react19.default.createElement(Icon3, _extends({
26507
+ return /* @__PURE__ */ import_react20.default.createElement(Icon3, _extends({
23742
26508
  width: 64,
23743
26509
  height: 64,
23744
26510
  viewBox: "0 0 32 32",
23745
26511
  xmlns: "http://www.w3.org/2000/svg",
23746
26512
  fill: "currentColor",
23747
26513
  ref
23748
- }, rest), _path2362 || (_path2362 = /* @__PURE__ */ import_react19.default.createElement("path", {
26514
+ }, rest), _path2362 || (_path2362 = /* @__PURE__ */ import_react20.default.createElement("path", {
23749
26515
  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
26516
  })), children);
23751
26517
  });
23752
26518
 
23753
26519
  // node_modules/@carbon/pictograms-react/es/__generated__/bucket-3.js
23754
- var import_react20 = __toESM(require("react"));
23755
- var _path2314;
23756
- var _path947;
23757
- var _path11110;
23758
- var _path2017;
26520
+ var import_react21 = __toESM(require("react"));
26521
+ var _path2315;
26522
+ var _path948;
26523
+ var _path11111;
26524
+ var _path2019;
23759
26525
  var _path2144;
23760
26526
  var _path2154;
23761
26527
  var _path2452;
23762
- var MagicWand = /* @__PURE__ */ import_react20.default.forwardRef(function MagicWand2({ children, ...rest }, ref) {
23763
- return /* @__PURE__ */ import_react20.default.createElement(Icon3, _extends({ width: 64, height: 64, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", ref }, rest), _path2314 || (_path2314 = /* @__PURE__ */ import_react20.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);
26528
+ var MagicWand = /* @__PURE__ */ import_react21.default.forwardRef(function MagicWand2({ children, ...rest }, ref) {
26529
+ 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
26530
  });
23765
- var Multitask = /* @__PURE__ */ import_react20.default.forwardRef(function Multitask2({ children, ...rest }, ref) {
23766
- return /* @__PURE__ */ import_react20.default.createElement(Icon3, _extends({ width: 64, height: 64, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", ref }, rest), _path947 || (_path947 = /* @__PURE__ */ import_react20.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);
26531
+ var Multitask = /* @__PURE__ */ import_react21.default.forwardRef(function Multitask2({ children, ...rest }, ref) {
26532
+ 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
26533
  });
23768
- var Networking_04 = /* @__PURE__ */ import_react20.default.forwardRef(function Networking_042({ children, ...rest }, ref) {
23769
- return /* @__PURE__ */ import_react20.default.createElement(Icon3, _extends({ width: 64, height: 64, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", ref }, rest), _path11110 || (_path11110 = /* @__PURE__ */ import_react20.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);
26534
+ var Networking_04 = /* @__PURE__ */ import_react21.default.forwardRef(function Networking_042({ children, ...rest }, ref) {
26535
+ 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
26536
  });
23771
- var PoughkeepsieBridge = /* @__PURE__ */ import_react20.default.forwardRef(function PoughkeepsieBridge2({ children, ...rest }, ref) {
23772
- return /* @__PURE__ */ import_react20.default.createElement(Icon3, _extends({ width: 64, height: 64, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", ref }, rest), _path2017 || (_path2017 = /* @__PURE__ */ import_react20.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);
26537
+ var PoughkeepsieBridge = /* @__PURE__ */ import_react21.default.forwardRef(function PoughkeepsieBridge2({ children, ...rest }, ref) {
26538
+ 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
26539
  });
23774
- var Presentation = /* @__PURE__ */ import_react20.default.forwardRef(function Presentation2({ children, ...rest }, ref) {
23775
- return /* @__PURE__ */ import_react20.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_react20.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);
26540
+ var Presentation = /* @__PURE__ */ import_react21.default.forwardRef(function Presentation2({ 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), _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
26542
  });
23777
- var Presenter = /* @__PURE__ */ import_react20.default.forwardRef(function Presenter2({ children, ...rest }, ref) {
23778
- return /* @__PURE__ */ import_react20.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_react20.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);
26543
+ var Presenter = /* @__PURE__ */ import_react21.default.forwardRef(function Presenter2({ 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), _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
26545
  });
23780
- var Question = /* @__PURE__ */ import_react20.default.forwardRef(function Question2({ children, ...rest }, ref) {
23781
- return /* @__PURE__ */ import_react20.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_react20.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);
26546
+ var Question = /* @__PURE__ */ import_react21.default.forwardRef(function Question2({ 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), _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
26548
  });
23783
26549
 
23784
26550
  // node_modules/@carbon/pictograms-react/es/__generated__/bucket-4.js
23785
- var import_react21 = __toESM(require("react"));
26551
+ var import_react22 = __toESM(require("react"));
23786
26552
  var _path2094;
23787
- var Teacher = /* @__PURE__ */ import_react21.default.forwardRef(function Teacher2({
26553
+ var Teacher = /* @__PURE__ */ import_react22.default.forwardRef(function Teacher2({
23788
26554
  children,
23789
26555
  ...rest
23790
26556
  }, ref) {
23791
- return /* @__PURE__ */ import_react21.default.createElement(Icon3, _extends({
26557
+ return /* @__PURE__ */ import_react22.default.createElement(Icon3, _extends({
23792
26558
  width: 64,
23793
26559
  height: 64,
23794
26560
  viewBox: "0 0 32 32",
23795
26561
  xmlns: "http://www.w3.org/2000/svg",
23796
26562
  fill: "currentColor",
23797
26563
  ref
23798
- }, rest), _path2094 || (_path2094 = /* @__PURE__ */ import_react21.default.createElement("path", {
26564
+ }, rest), _path2094 || (_path2094 = /* @__PURE__ */ import_react22.default.createElement("path", {
23799
26565
  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
26566
  })), children);
23801
26567
  });
23802
26568
 
23803
26569
  // node_modules/@carbon/pictograms-react/es/__generated__/bucket-5.js
23804
- var import_react22 = __toESM(require("react"));
23805
- var _path1521;
23806
- var _path1620;
23807
- var _path637;
23808
- var _path677;
23809
- var TransactionalTrust = /* @__PURE__ */ import_react22.default.forwardRef(function TransactionalTrust2({
26570
+ var import_react23 = __toESM(require("react"));
26571
+ var _path1528;
26572
+ var _path1621;
26573
+ var _path638;
26574
+ var _path678;
26575
+ var TransactionalTrust = /* @__PURE__ */ import_react23.default.forwardRef(function TransactionalTrust2({
23810
26576
  children,
23811
26577
  ...rest
23812
26578
  }, ref) {
23813
- return /* @__PURE__ */ import_react22.default.createElement(Icon3, _extends({
26579
+ return /* @__PURE__ */ import_react23.default.createElement(Icon3, _extends({
23814
26580
  width: 64,
23815
26581
  height: 64,
23816
26582
  viewBox: "0 0 32 32",
23817
26583
  xmlns: "http://www.w3.org/2000/svg",
23818
26584
  fill: "currentColor",
23819
26585
  ref
23820
- }, rest), _path1521 || (_path1521 = /* @__PURE__ */ import_react22.default.createElement("path", {
26586
+ }, rest), _path1528 || (_path1528 = /* @__PURE__ */ import_react23.default.createElement("path", {
23821
26587
  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
26588
  })), children);
23823
26589
  });
23824
- var Transform_01 = /* @__PURE__ */ import_react22.default.forwardRef(function Transform_012({
26590
+ var Transform_01 = /* @__PURE__ */ import_react23.default.forwardRef(function Transform_012({
23825
26591
  children,
23826
26592
  ...rest
23827
26593
  }, ref) {
23828
- return /* @__PURE__ */ import_react22.default.createElement(Icon3, _extends({
26594
+ return /* @__PURE__ */ import_react23.default.createElement(Icon3, _extends({
23829
26595
  width: 64,
23830
26596
  height: 64,
23831
26597
  viewBox: "0 0 32 32",
23832
26598
  xmlns: "http://www.w3.org/2000/svg",
23833
26599
  fill: "currentColor",
23834
26600
  ref
23835
- }, rest), _path1620 || (_path1620 = /* @__PURE__ */ import_react22.default.createElement("path", {
26601
+ }, rest), _path1621 || (_path1621 = /* @__PURE__ */ import_react23.default.createElement("path", {
23836
26602
  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
26603
  })), children);
23838
26604
  });
23839
- var User = /* @__PURE__ */ import_react22.default.forwardRef(function User2({
26605
+ var User = /* @__PURE__ */ import_react23.default.forwardRef(function User2({
23840
26606
  children,
23841
26607
  ...rest
23842
26608
  }, ref) {
23843
- return /* @__PURE__ */ import_react22.default.createElement(Icon3, _extends({
26609
+ return /* @__PURE__ */ import_react23.default.createElement(Icon3, _extends({
23844
26610
  width: 64,
23845
26611
  height: 64,
23846
26612
  viewBox: "0 0 32 32",
23847
26613
  xmlns: "http://www.w3.org/2000/svg",
23848
26614
  fill: "currentColor",
23849
26615
  ref
23850
- }, rest), _path637 || (_path637 = /* @__PURE__ */ import_react22.default.createElement("path", {
26616
+ }, rest), _path638 || (_path638 = /* @__PURE__ */ import_react23.default.createElement("path", {
23851
26617
  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
26618
  })), children);
23853
26619
  });
23854
- var UserInterface = /* @__PURE__ */ import_react22.default.forwardRef(function UserInterface2({
26620
+ var UserInterface = /* @__PURE__ */ import_react23.default.forwardRef(function UserInterface2({
23855
26621
  children,
23856
26622
  ...rest
23857
26623
  }, ref) {
23858
- return /* @__PURE__ */ import_react22.default.createElement(Icon3, _extends({
26624
+ return /* @__PURE__ */ import_react23.default.createElement(Icon3, _extends({
23859
26625
  width: 64,
23860
26626
  height: 64,
23861
26627
  viewBox: "0 0 32 32",
23862
26628
  xmlns: "http://www.w3.org/2000/svg",
23863
26629
  fill: "currentColor",
23864
26630
  ref
23865
- }, rest), _path677 || (_path677 = /* @__PURE__ */ import_react22.default.createElement("path", {
26631
+ }, rest), _path678 || (_path678 = /* @__PURE__ */ import_react23.default.createElement("path", {
23866
26632
  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
26633
  })), children);
23868
26634
  });
23869
26635
 
23870
26636
  // node_modules/@carbon/pictograms-react/es/index.js
23871
- var import_react23 = require("react");
26637
+ var import_react24 = require("react");
23872
26638
 
23873
26639
  // src/components/CustomPictogram/libs/types.ts
23874
26640
  var CP_nameOpt = [
@@ -23969,16 +26735,75 @@ var CustomPictogram = ({ name, size = "md", className }) => {
23969
26735
  };
23970
26736
  var CustomPictogram_default = CustomPictogram;
23971
26737
 
26738
+ // src/components/CustomQuotes/CustomQuotes.tsx
26739
+ var import_react25 = require("react");
26740
+ var import_clsx7 = __toESM(require("clsx"));
26741
+
26742
+ // src/components/CustomQuotes/libs/functionUtils.ts
26743
+ var getRandomQuote = ({ quotes, previousQuote }) => {
26744
+ if (quotes.length === 0) return "";
26745
+ if (quotes.length === 1) return quotes[0];
26746
+ const availableQuotes = quotes.filter((quote) => quote !== previousQuote);
26747
+ const randomIndex = Math.floor(Math.random() * availableQuotes.length);
26748
+ return availableQuotes[randomIndex];
26749
+ };
26750
+
26751
+ // src/components/CustomQuotes/CustomQuotes.tsx
26752
+ var import_jsx_runtime14 = require("react/jsx-runtime");
26753
+ var CustomQuotes = ({
26754
+ className,
26755
+ quotes,
26756
+ rotationTimer = 2
26757
+ }) => {
26758
+ const [currentQuote, setCurrentQuote] = (0, import_react25.useState)("");
26759
+ const [previousQuote, setPreviousQuote] = (0, import_react25.useState)("");
26760
+ (0, import_react25.useEffect)(() => {
26761
+ if (quotes.length > 0) {
26762
+ const initialQuote = getRandomQuote({
26763
+ quotes,
26764
+ previousQuote: ""
26765
+ // Start with empty previous quote
26766
+ });
26767
+ setCurrentQuote(initialQuote);
26768
+ setPreviousQuote(initialQuote);
26769
+ }
26770
+ }, [quotes]);
26771
+ (0, import_react25.useEffect)(() => {
26772
+ if (quotes.length <= 1) return;
26773
+ const intervalMs = rotationTimer * 60 * 1e3;
26774
+ const intervalId = setInterval(() => {
26775
+ setCurrentQuote((prevCurrent) => {
26776
+ const newQuote = getRandomQuote({
26777
+ quotes,
26778
+ previousQuote: prevCurrent
26779
+ });
26780
+ setPreviousQuote(prevCurrent);
26781
+ return newQuote;
26782
+ });
26783
+ }, intervalMs);
26784
+ return () => clearInterval(intervalId);
26785
+ }, [quotes, rotationTimer]);
26786
+ if (quotes.length === 0) {
26787
+ return /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(import_jsx_runtime14.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(SkeletonAnimation_default, { part: "body" }) });
26788
+ }
26789
+ 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: [
26790
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(Quotes, { className: "custom-quotes__icon" }),
26791
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("blockquote", { className: "custom-quotes__text", children: currentQuote }),
26792
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("hr", { className: "custom-quotes__hr" })
26793
+ ] }) });
26794
+ };
26795
+ var CustomQuotes_default = CustomQuotes;
26796
+
23972
26797
  // src/components/CustomTile/index.ts
23973
- var import_react29 = require("react");
26798
+ var import_react31 = require("react");
23974
26799
 
23975
26800
  // src/components/CustomTile/CustomTile.tsx
23976
- var import_react26 = require("react");
23977
- var import_react27 = __toESM(require("react"));
23978
- var import_react28 = require("@carbon/react");
26801
+ var import_react28 = require("react");
26802
+ var import_react29 = __toESM(require("react"));
26803
+ var import_react30 = require("@carbon/react");
23979
26804
 
23980
26805
  // src/components/CustomTile/lib/getCustomTileCSSClasses.tsx
23981
- var import_clsx7 = __toESM(require("clsx"));
26806
+ var import_clsx8 = __toESM(require("clsx"));
23982
26807
  var getCustomTileCSSClasses = ({
23983
26808
  layoutStyle,
23984
26809
  linksTo,
@@ -23987,7 +26812,7 @@ var getCustomTileCSSClasses = ({
23987
26812
  iconIsOnDisplay,
23988
26813
  imageIsOnDisplay,
23989
26814
  pictogramIsOnDisplay
23990
- }) => (0, import_clsx7.default)("enj-CustomTile", `enj-CustomTile--${layoutStyle}`, {
26815
+ }) => (0, import_clsx8.default)("enj-CustomTile", `enj-CustomTile--${layoutStyle}`, {
23991
26816
  "enj-CustomTile--has-link": linksTo,
23992
26817
  // Indicates that component opens a link
23993
26818
  "enj-CustomTile--has-link-external": linkIsExternal,
@@ -24000,7 +26825,7 @@ var getCustomTileCSSClasses = ({
24000
26825
  });
24001
26826
 
24002
26827
  // src/components/CustomTile/lib/getLinkwrapper.tsx
24003
- var import_jsx_runtime14 = require("react/jsx-runtime");
26828
+ var import_jsx_runtime15 = require("react/jsx-runtime");
24004
26829
  var getLinkWrapper = ({
24005
26830
  heading,
24006
26831
  linksTo,
@@ -24011,7 +26836,7 @@ var getLinkWrapper = ({
24011
26836
  className: "enj-CustomTile-anchor-tag",
24012
26837
  "aria-label": `Navigate to ${heading}${linkIsExternal ? " (opens in new tab)" : ""}`
24013
26838
  };
24014
- return linksTo ? /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
26839
+ return linksTo ? /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
24015
26840
  "a",
24016
26841
  {
24017
26842
  href: linksTo,
@@ -24019,12 +26844,12 @@ var getLinkWrapper = ({
24019
26844
  rel: linkIsExternal ? "noopener noreferrer" : void 0,
24020
26845
  ...customProps
24021
26846
  }
24022
- ) : /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(import_jsx_runtime14.Fragment, {});
26847
+ ) : /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(import_jsx_runtime15.Fragment, {});
24023
26848
  };
24024
26849
 
24025
26850
  // src/components/CustomTile/lib/getTileContent.tsx
24026
- var import_clsx8 = __toESM(require("clsx"));
24027
- var import_jsx_runtime15 = require("react/jsx-runtime");
26851
+ var import_clsx9 = __toESM(require("clsx"));
26852
+ var import_jsx_runtime16 = require("react/jsx-runtime");
24028
26853
  var getTileContent = ({
24029
26854
  featuredText,
24030
26855
  mediaPictogram,
@@ -24038,31 +26863,31 @@ var getTileContent = ({
24038
26863
  className: "enj-CustomTile-title"
24039
26864
  }
24040
26865
  };
24041
- return /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(import_jsx_runtime15.Fragment, { children: [
24042
- mediaPictogram && /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
26866
+ return /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(import_jsx_runtime16.Fragment, { children: [
26867
+ mediaPictogram && /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
24043
26868
  CustomPictogram_default,
24044
26869
  {
24045
26870
  name: mediaPictogram,
24046
- className: (0, import_clsx8.default)("enj-CustomTile-pictogram")
26871
+ className: (0, import_clsx9.default)("enj-CustomTile-pictogram")
24047
26872
  }
24048
26873
  ),
24049
- mediaImage && /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
26874
+ mediaImage && /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
24050
26875
  "img",
24051
26876
  {
24052
- className: (0, import_clsx8.default)("enj-CustomTile-image img-fluid"),
26877
+ className: (0, import_clsx9.default)("enj-CustomTile-image img-fluid"),
24053
26878
  src: mediaImage,
24054
26879
  alt: "",
24055
26880
  "aria-hidden": "true"
24056
26881
  }
24057
26882
  ),
24058
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(FeatureText_default, { ...featuredTextLocalProps }),
26883
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(FeatureText_default, { ...featuredTextLocalProps }),
24059
26884
  iconContent && iconContent
24060
26885
  ] });
24061
26886
  };
24062
26887
 
24063
26888
  // src/components/ContentModal/ContentModal.tsx
24064
- var import_react24 = require("@carbon/react");
24065
- var import_jsx_runtime16 = require("react/jsx-runtime");
26889
+ var import_react26 = require("@carbon/react");
26890
+ var import_jsx_runtime17 = require("react/jsx-runtime");
24066
26891
  var ContentModal = ({
24067
26892
  isOpen,
24068
26893
  setIsOpen,
@@ -24076,27 +26901,27 @@ var ContentModal = ({
24076
26901
  const handleClose = () => {
24077
26902
  setIsOpen(false);
24078
26903
  };
24079
- return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(import_jsx_runtime16.Fragment, { children: setIsOpen !== void 0 && /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(
24080
- import_react24.ComposedModal,
26904
+ return /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(import_jsx_runtime17.Fragment, { children: setIsOpen !== void 0 && /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
26905
+ import_react26.ComposedModal,
24081
26906
  {
24082
26907
  open: isOpen,
24083
26908
  onClose: handleClose,
24084
26909
  size: "md",
24085
26910
  children: [
24086
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
24087
- import_react24.ModalHeader,
26911
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
26912
+ import_react26.ModalHeader,
24088
26913
  {
24089
26914
  label: modalLabel,
24090
26915
  title: modalHeading,
24091
26916
  closeModal: handleClose
24092
26917
  }
24093
26918
  ),
24094
- /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(import_react24.ModalBody, { children: [
24095
- modalSubHeading && /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("p", { style: { marginBottom: "1rem" }, children: modalSubHeading }),
26919
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(import_react26.ModalBody, { children: [
26920
+ modalSubHeading && /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("p", { style: { marginBottom: "1rem" }, children: modalSubHeading }),
24096
26921
  children
24097
26922
  ] }),
24098
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(import_react24.ModalFooter, { children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
24099
- import_react24.Button,
26923
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(import_react26.ModalFooter, { children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
26924
+ import_react26.Button,
24100
26925
  {
24101
26926
  kind: "secondary",
24102
26927
  onClick: () => {
@@ -24135,7 +26960,7 @@ function validateCTL_propsType({
24135
26960
  }
24136
26961
 
24137
26962
  // src/components/CustomTile/lib/getHeadingContent.ts
24138
- var import_react25 = __toESM(require("react"));
26963
+ var import_react27 = __toESM(require("react"));
24139
26964
  var getHeadingContent = (featuredText) => stripNonAlphanumeric(featuredText?.heading?.children);
24140
26965
  var stripNonAlphanumeric = (prop) => {
24141
26966
  const extractTextFromNode = (node) => {
@@ -24145,7 +26970,7 @@ var stripNonAlphanumeric = (prop) => {
24145
26970
  if (typeof node === "number" || typeof node === "boolean") {
24146
26971
  return String(node);
24147
26972
  }
24148
- if (import_react25.default.isValidElement(node)) {
26973
+ if (import_react27.default.isValidElement(node)) {
24149
26974
  if (node.props.children) {
24150
26975
  if (Array.isArray(node.props.children)) {
24151
26976
  return node.props.children.map(extractTextFromNode).join("");
@@ -24167,10 +26992,10 @@ var stripNonAlphanumeric = (prop) => {
24167
26992
  var isValidLinkTo = (value) => value ? value.startsWith("/") || value.startsWith("https://") || value.startsWith("http://") : false;
24168
26993
 
24169
26994
  // src/components/ArrowIcon/ArrowIcon.tsx
24170
- var import_jsx_runtime17 = require("react/jsx-runtime");
26995
+ var import_jsx_runtime18 = require("react/jsx-runtime");
24171
26996
  var ArrowIcon = ({ className, title, name }) => {
24172
26997
  const C = name === "Right" ? ArrowRight : ArrowUpRight;
24173
- return /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
26998
+ return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
24174
26999
  C,
24175
27000
  {
24176
27001
  className,
@@ -24183,14 +27008,14 @@ var ArrowIcon = ({ className, title, name }) => {
24183
27008
  };
24184
27009
 
24185
27010
  // src/components/CustomTile/lib/getIconContent.tsx
24186
- var import_jsx_runtime18 = require("react/jsx-runtime");
27011
+ var import_jsx_runtime19 = require("react/jsx-runtime");
24187
27012
  var getIconContent = ({
24188
27013
  title,
24189
27014
  modalIsAvailable,
24190
27015
  iconName
24191
27016
  }) => {
24192
- return /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)("div", { className: "enj-CustomTile-icon-wrapper", children: [
24193
- iconName && /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
27017
+ return /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)("div", { className: "enj-CustomTile-icon-wrapper", children: [
27018
+ iconName && /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
24194
27019
  ArrowIcon,
24195
27020
  {
24196
27021
  className: "enj-CustomTile-icon",
@@ -24198,7 +27023,7 @@ var getIconContent = ({
24198
27023
  name: iconName
24199
27024
  }
24200
27025
  ),
24201
- modalIsAvailable && /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(Information, { className: "enj-CustomTile-icon", "aria-label": title })
27026
+ modalIsAvailable && /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Information, { className: "enj-CustomTile-icon", "aria-label": title })
24202
27027
  ] });
24203
27028
  };
24204
27029
 
@@ -24210,7 +27035,7 @@ var get_CTL_role = ({
24210
27035
  };
24211
27036
 
24212
27037
  // src/components/CustomTile/CustomTile.tsx
24213
- var import_jsx_runtime19 = require("react/jsx-runtime");
27038
+ var import_jsx_runtime20 = require("react/jsx-runtime");
24214
27039
  var CustomTile = ({
24215
27040
  className,
24216
27041
  featuredText,
@@ -24225,7 +27050,7 @@ var CustomTile = ({
24225
27050
  linksTo,
24226
27051
  linkTarget = "_self"
24227
27052
  }) => {
24228
- const [modalIsOpen, setModalIsOpen] = (0, import_react26.useState)(
27053
+ const [modalIsOpen, setModalIsOpen] = (0, import_react28.useState)(
24229
27054
  modalIsAvailable !== void 0 ? false : void 0
24230
27055
  );
24231
27056
  validateCTL_propsType({ linksTo, linkTarget, modalIsAvailable });
@@ -24268,25 +27093,25 @@ var CustomTile = ({
24268
27093
  activeBreakpoint
24269
27094
  // Closest possible breakpoint to wrapper's width
24270
27095
  } = useContainerSize();
24271
- return /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)("div", { className: "enj-CustomTile-wrapper", ref: containerRef, children: [
24272
- /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
24273
- import_react28.Tile,
27096
+ return /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)("div", { className: "enj-CustomTile-wrapper", ref: containerRef, children: [
27097
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
27098
+ import_react30.Tile,
24274
27099
  {
24275
27100
  className: `${wrapperClassNames} ${className} enj-CustomTile-${activeBreakpoint}`,
24276
27101
  "aria-label": `${componentTitle} tile`,
24277
27102
  role: ctl_role,
24278
27103
  onClick: () => handleCustomTileClick({ modalIsAvailable, setModalIsOpen }),
24279
- children: linksTo ? /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(import_jsx_runtime19.Fragment, { children: import_react27.default.cloneElement(LinkWrapper, {}, tileContent) }) : tileContent
27104
+ children: linksTo ? /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(import_jsx_runtime20.Fragment, { children: import_react29.default.cloneElement(LinkWrapper, {}, tileContent) }) : tileContent
24280
27105
  }
24281
27106
  ),
24282
- modalIsAvailable && modalIsOpen !== void 0 && /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
27107
+ modalIsAvailable && modalIsOpen !== void 0 && /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
24283
27108
  ContentModal,
24284
27109
  {
24285
27110
  isOpen: modalIsOpen,
24286
27111
  modalHeading: featuredText.heading.children,
24287
27112
  modalSecondaryButtonText: "Cancel",
24288
27113
  setIsOpen: setModalIsOpen,
24289
- children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
27114
+ children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
24290
27115
  SmartText_default,
24291
27116
  {
24292
27117
  plainText: modalPlainDescription,
@@ -24300,61 +27125,61 @@ var CustomTile = ({
24300
27125
  var CustomTile_default = CustomTile;
24301
27126
 
24302
27127
  // src/components/CustomTile/index.ts
24303
- var MemoizedCustomTile = (0, import_react29.memo)(CustomTile_default);
27128
+ var MemoizedCustomTile = (0, import_react31.memo)(CustomTile_default);
24304
27129
 
24305
27130
  // src/components/CustomTabs/CustomTabs.tsx
24306
- var import_react30 = require("react");
24307
- var import_react31 = require("@carbon/react");
24308
- var import_jsx_runtime20 = require("react/jsx-runtime");
27131
+ var import_react32 = require("react");
27132
+ var import_react33 = require("@carbon/react");
27133
+ var import_jsx_runtime21 = require("react/jsx-runtime");
24309
27134
  var CustomTabs = () => {
24310
- const [selected, setSelected] = (0, import_react30.useState)(0);
24311
- return /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)(import_react31.Tabs, { selectedIndex: selected, onChange: ({ selectedIndex }) => setSelected(selectedIndex), children: [
24312
- /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)(import_react31.TabList, { "aria-label": "Sample Tabs", children: [
24313
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(import_react31.Tab, { children: "Tab One *" }),
24314
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(import_react31.Tab, { children: "Tab Two #" }),
24315
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(import_react31.Tab, { children: "Tab Three" })
27135
+ const [selected, setSelected] = (0, import_react32.useState)(0);
27136
+ 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: [
27137
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(import_react33.TabList, { "aria-label": "Sample Tabs", children: [
27138
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_react33.Tab, { children: "Tab One *" }),
27139
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_react33.Tab, { children: "Tab Two #" }),
27140
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_react33.Tab, { children: "Tab Three" })
24316
27141
  ] }),
24317
- /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)(import_react31.TabPanels, { children: [
24318
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(import_react31.TabPanel, { children: "Content for Tab One" }),
24319
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(import_react31.TabPanel, { children: "Content for Tab Two" }),
24320
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(import_react31.TabPanel, { children: "Content for Tab Three" })
27142
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(import_react33.TabPanels, { children: [
27143
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_react33.TabPanel, { children: "Content for Tab One" }),
27144
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_react33.TabPanel, { children: "Content for Tab Two" }),
27145
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_react33.TabPanel, { children: "Content for Tab Three" })
24321
27146
  ] })
24322
- ] });
27147
+ ] }) });
24323
27148
  };
24324
27149
  var CustomTabs_default = CustomTabs;
24325
27150
 
24326
27151
  // src/components/HeadlinedList/index.ts
24327
- var import_react32 = require("react");
27152
+ var import_react34 = require("react");
24328
27153
 
24329
27154
  // src/components/HeadlinedList/HeadlinedList.tsx
24330
- var import_clsx11 = __toESM(require("clsx"));
27155
+ var import_clsx12 = __toESM(require("clsx"));
24331
27156
 
24332
27157
  // src/components/List/List.tsx
24333
- var import_clsx10 = __toESM(require("clsx"));
27158
+ var import_clsx11 = __toESM(require("clsx"));
24334
27159
 
24335
27160
  // src/components/ListItem/ListItem.tsx
24336
- var import_clsx9 = __toESM(require("clsx"));
24337
- var import_jsx_runtime21 = require("react/jsx-runtime");
27161
+ var import_clsx10 = __toESM(require("clsx"));
27162
+ var import_jsx_runtime22 = require("react/jsx-runtime");
24338
27163
  var ListItem = ({ content, href, className, children }) => {
24339
27164
  if (content === void 0) {
24340
- return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(SkeletonAnimation_default, { part: "list-item" });
27165
+ return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(SkeletonAnimation_default, { part: "list-item" });
24341
27166
  }
24342
- return /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)("li", { className: (0, import_clsx9.default)(className), children: [
24343
- href ? /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("a", { href, children: content }) : content,
27167
+ return /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)("li", { className: (0, import_clsx10.default)(className), children: [
27168
+ href ? /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("a", { href, children: content }) : content,
24344
27169
  children
24345
27170
  ] });
24346
27171
  };
24347
27172
  var ListItem_default = ListItem;
24348
27173
 
24349
27174
  // src/components/List/List.tsx
24350
- var import_jsx_runtime22 = require("react/jsx-runtime");
27175
+ var import_jsx_runtime23 = require("react/jsx-runtime");
24351
27176
  var List = ({ type = "unordered", className, content }) => {
24352
27177
  const ListWrapper = type === "unordered" ? "ul" : "ol";
24353
27178
  if (!content || content.length < 1) {
24354
- return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(SkeletonAnimation_default, { part: "list" });
27179
+ return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(SkeletonAnimation_default, { part: "list" });
24355
27180
  }
24356
- return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(ListWrapper, { className: (0, import_clsx10.default)("enj-list", className), children: content.map((item) => {
24357
- return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
27181
+ return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(ListWrapper, { className: (0, import_clsx11.default)("enj-list", className), children: content.map((item) => {
27182
+ return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
24358
27183
  ListItem_default,
24359
27184
  {
24360
27185
  content: item.content,
@@ -24369,26 +27194,26 @@ var List = ({ type = "unordered", className, content }) => {
24369
27194
  var List_default = List;
24370
27195
 
24371
27196
  // src/components/HeadlinedList/HeadlinedList.tsx
24372
- var import_jsx_runtime23 = require("react/jsx-runtime");
27197
+ var import_jsx_runtime24 = require("react/jsx-runtime");
24373
27198
  var HeadlinedList = ({
24374
27199
  wrapper = { tag: "div", cssClass: "" },
24375
27200
  heading = { children: void 0, level: 3, className: "" },
24376
27201
  list
24377
27202
  }) => {
24378
27203
  const Wrapper = wrapper.tag;
24379
- return /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(Wrapper, { className: (0, import_clsx11.default)("enj-HeadlinedList", wrapper.cssClass), children: [
24380
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(Heading_default, { level: heading.level, className: heading.className, children: heading.children }),
24381
- list?.content?.length ? /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(List_default, { ...list }) : /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(List_default, {})
27204
+ return /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(Wrapper, { className: (0, import_clsx12.default)("enj-HeadlinedList", wrapper.cssClass), children: [
27205
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Heading_default, { level: heading.level, className: heading.className, children: heading.children }),
27206
+ list?.content?.length ? /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(List_default, { ...list }) : /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(List_default, {})
24382
27207
  ] });
24383
27208
  };
24384
27209
  var HeadlinedList_default = HeadlinedList;
24385
27210
 
24386
27211
  // src/components/HeadlinedList/index.ts
24387
- var MemoizedHeadlinedList = (0, import_react32.memo)(HeadlinedList_default);
27212
+ var MemoizedHeadlinedList = (0, import_react34.memo)(HeadlinedList_default);
24388
27213
 
24389
27214
  // src/components/List/index.ts
24390
- var import_react33 = require("react");
24391
- var MemoizedList = (0, import_react33.memo)(List_default);
27215
+ var import_react35 = require("react");
27216
+ var MemoizedList = (0, import_react35.memo)(List_default);
24392
27217
  // Annotate the CommonJS export names for ESM import in node:
24393
27218
  0 && (module.exports = {
24394
27219
  AppHeader,
@@ -24399,6 +27224,7 @@ var MemoizedList = (0, import_react33.memo)(List_default);
24399
27224
  CP_pictogramMap,
24400
27225
  ContactButton,
24401
27226
  CustomPictogram,
27227
+ CustomQuotes,
24402
27228
  CustomTabs,
24403
27229
  CustomTile,
24404
27230
  FeatureText,
@@ -24408,26 +27234,6 @@ var MemoizedList = (0, import_react33.memo)(List_default);
24408
27234
  });
24409
27235
  /*! Bundled license information:
24410
27236
 
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
27237
  object-assign/index.js:
24432
27238
  (*
24433
27239
  object-assign